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 AI SDK 1.0 Adds Classification and Tool Approvals image

Laravel AI SDK 1.0 Adds Classification and Tool Approvals

Read article
Tagged Memoized Cache and Model Refreshes in Laravel 13.33 image

Tagged Memoized Cache and Model Refreshes in Laravel 13.33

Read article
Laravel Live Denmark 2026 Talks Are Now on YouTube image

Laravel Live Denmark 2026 Talks Are Now on YouTube

Read article
Live Stream: Building a Social Network in PHP in 48 Hours image

Live Stream: Building a Social Network in PHP in 48 Hours

Read article
Health for Laravel: Kubernetes Probes and Prometheus Metrics image

Health for Laravel: Kubernetes Probes and Prometheus Metrics

Read article
Fast Excel 5.x Adds Streaming Imports and Safer Exports image

Fast Excel 5.x Adds Streaming Imports and Safer Exports

Read article