News

Improved Skill and Guideline Detection in Laravel Boost v2.2.0

Published
Improved Skill and Guideline Detection in Laravel Boost v2.2.0 image

Laravel Boost v2.2.0 adds significant improvements to how skills and guidelines are detected for your app, ensuring they are always up to date.

  • Improved Vendor package guideline and skill loading
  • Restructured Inertia guidelines path

What's New

Vendor Package Guideline and Skill Loading

Boost now resolves guidelines and skills from vendor packages in addition to the built-in .ai/ directory. Package maintainers can ship guidelines in vendor/{pkg}/resources/boost/guidelines/ (Composer) or node_modules/{pkg}/resources/boost/guidelines/ (npm), and Boost will load them automatically.

Resolution follows this priority order:

  1. .ai/guidelines/ in the user project (project developer)
  2. vendor/{pkg}/resources/boost/guidelines/ (Composer package maintainer)
  3. node_modules/{pkg}/resources/boost/guidelines/ (npm package maintainer)
  4. Built-in Boost .ai/ directory (Boost team)

PR: #566

Upgrade Notes

This release includes a minor breaking change to the Inertia guidelines structure. Guidelines previously located at .ai/inertia-laravel/core.blade.php are now organized by version:

# Before
.ai/inertia-laravel/core.blade.php
 
# After
.ai/inertia-laravel/2/core.blade.php
.ai/inertia-laravel/1/core.blade.php

Update any related packages to maintain compatibility with this structural change.

References

Paul Redmond photo

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

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Laravel Auditor Audits Your App With Your Own AI Agent image

Laravel Auditor Audits Your App With Your Own AI Agent

Read article
A simple form builder that stays out of your way image

A simple form builder that stays out of your way

Read article
Laravel AI: Trace Agent Runs With Lifecycle Events image

Laravel AI: Trace Agent Runs With Lifecycle Events

Read article
Laravel AI: Get Raw HTTP Responses and Rate Limits image

Laravel AI: Get Raw HTTP Responses and Rate Limits

Read article
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article