Improve Boost settings - #19508
Merged
Merged
Conversation
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| BestPractice | 3 minor |
| CodeStyle | 17 minor |
🟢 Metrics 0 complexity
Metric Results Complexity 0
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
This reverts commit d78f1d1.
marcusmoore
commented
Aug 18, 2026
|
|
||
| ## APIs & Eloquent Resources | ||
|
|
||
| - For APIs, default to using Eloquent API Resources and API versioning unless existing API routes do not, then you should follow existing application convention. |
Collaborator
Author
There was a problem hiding this comment.
This isn't correct for our application and but is what Boost itself publishes.
Collaborator
Author
There was a problem hiding this comment.
This should be nullified by our rule that is loaded when the agent is working with the API controller directory.
Collaborator
Author
|
The test failures aren't related and should be handled by #19522. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Boost: Ship AI guidance to contributors and reduce context usage
Currently our Boost instruction files are gitignored, so people need to run
boost:installlocally to allow their AI tools to take advantage of it. In this PR, I addedAGENTS.mdandCLAUDE.mdback into the repository so that callingboost:installis probably not necessary for most tool sets.I also attempted to optimize our guidelines and rules by removing guidelines that were duplicated in rules. (Guidelines compiled into
CLAUDE.mdandAGENTS.mdso are always loaded into context while rules are called as needed)In addition, some details about how Boost works in general and in our application, along with how to add new rules, has been added to a new file:
.ai/README.md.Boost has been bumped from v2.5.3 to v2.5.4.
For contributors
You don't need to run Boost to benefit. 'CLAUDE.md' / 'AGENTS.md and • •ai/rules/* are now in the repo. If you do use Boost and change a guideline source, regenerate with 'php artisan boost:install --guidelines' and commit the result so the checked-in files stay in sync.
I used Claude to help out with pieces of these changes.