Skip to content

Commit d6ed50a

Browse files
authored
Update README.md
1 parent b9c9523 commit d6ed50a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ Laravel Boost includes AI guidelines for the following packages and frameworks.
9797

9898
To augment Laravel Boost with your own custom AI guidelines, add `.blade.php` files to your application's `.ai/guidelines/*` directory. These files will automatically be included with Laravel Boost's guidelines when you run `boost:install`.
9999

100-
## Overriding Boost AI Guidelines
100+
### Overriding Boost AI Guidelines
101101

102-
You can override Boost's built-in AI guidelines with your own custom guidelines. Match your custom AI guideline path to an existing Boost guideline path, and Boost will install that instead.
102+
You can override Boost's built-in AI guidelines by creating your own custom guidelines with matching file paths. When you create a custom guideline that matches an existing Boost guideline path, Boost will use your custom version instead of the built-in one.
103103

104-
For example, to override Inertia React v2 Form Guidance you'd create `.ai/guidelines/inertia-react/2/forms.blade.php`. This file will now be included, instead of Boost's, when you run `boost:install`.
104+
For example, to override Boost's "Inertia React v2 Form Guidance" guidelines, create a file at `.ai/guidelines/inertia-react/2/forms.blade.php`. When you run `boost:install`, Boost will include your custom guideline instead of the default one.
105105

106106
## Manually Registering the Boost MCP Server
107107

0 commit comments

Comments
 (0)