News

Boost Guidelines & Skills Added in Inertia v2.3.16

Published
Boost Guidelines & Skills Added in Inertia v2.3.16 image

Inertia v2.3.16 adds Boost AI guidelines and skills directly to the package, so the Inertia team can maintain them independently going forward.

What's New

Boost Guidelines & Skills

Inertia now ships its own Laravel Boost AI guidelines and skills directly within the package. This is made possible by a new three-tier resolution system introduced in laravel/boost#566, which allows packages to provide their own Boost guidelines rather than relying on Boost to maintain them centrally.

Related: Boost skill detection improvements added in Laravel Boost 2.2

Previously, Boost managed Inertia-specific AI context in its own .ai/ directory, which meant the Boost team had to handle updates as Inertia evolved. Now, guidelines ship alongside the Inertia package itself — loaded from node_modules/@inertiajs/*/resources/boost/guidelines/ — and the Inertia team can update them independently.

The resolution priority is:

  1. User overrides (.ai/guidelines/ in your project) — highest priority
  2. Package-provided guidelines (from vendor/ or node_modules/)
  3. Boost built-in fallbacks — lowest priority

As part of this change, the generic core.blade.php guideline file was replaced with adapter-specific versioned files (1/core.blade.php, 2/core.blade.php) that reference Inertia's React, Vue, and Svelte variants directly.

Thanks to @pushpak1300 for the contribution.

PR: #2896

Svelte Kit Dependency Update

The @sveltejs/kit package has been updated from 2.50.2 to 2.52.2, keeping the Svelte adapter in sync with the latest Svelte Kit release.

PR: #2904

References

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites image

Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites

Read article
Collections chunkBy() and Storage Path Hardening in Laravel 13.30 image

Collections chunkBy() and Storage Path Hardening in Laravel 13.30

Read article
Forte: Parse and Rewrite Laravel Blade Templates image

Forte: Parse and Rewrite Laravel Blade Templates

Read article
Compoships: Eloquent Relationships on Multiple Columns image

Compoships: Eloquent Relationships on Multiple Columns

Read article
MKSine: A Filament CMS with Plugins, Themes, and Blocks image

MKSine: A Filament CMS with Plugins, Themes, and Blocks

Read article
Cancel In-Flight Form Submissions in Inertia.js v3.7 image

Cancel In-Flight Form Submissions in Inertia.js v3.7

Read article