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

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article