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 →
Laravel Terminal UI for the artisan dev Command image

Laravel Terminal UI for the artisan dev Command

Read article
Pause All Queues and a New artisan dev UI in Laravel 13.25 image

Pause All Queues and a New artisan dev UI in Laravel 13.25

Read article
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article
Laravel Discount: Coupon Codes, Usage Limits, and Stacking image

Laravel Discount: Coupon Codes, Usage Limits, and Stacking

Read article
Laravel Truss: Live Interactive Database ER Diagrams image

Laravel Truss: Live Interactive Database ER Diagrams

Read article