- 
                Notifications
    
You must be signed in to change notification settings  - Fork 183
 
Open
Description
Laravel Package Version
1.6.0
Laravel Version
12.26.3
PHP Version
8.4.12
System Info
WSL + Sail
Description
TLDR: Should the generated files (CLAUDE.md + AGENTS.md + copilot-instructions.md + .mcp.json + boost.json):
- A. Be commited and treated as source.
 - B. Or be gitignored and treated as artifacts.
 
The current documentation in the README.md is not clear enough about the intended approach regarding source control and Laravel Boost.
- Should the 
AGENTS.md+CLAUDE.md+copilot-instructions.mdfiles be committed into source control? As far as I understand, these files are regenerated from the blade files every time you runphp artisan boost:install. So I imagine is intended to be excluded from source control and be regenerated withphp artisan boost:installevery time you do a git clone? - Should 
php artisan boost:installbe run every time a new coworker clones the project repository? Or is this intended to be a one off command similar tonova:install,telescope:install,dusk:install, etc. In that case, what is the difference withboost:update? - What about 
boost.json? Should it be commited? 
These questions are not clarified anywhere. Ironically, if you ask whatever of these questions to different LLMs, each one will ask something different because the official documentation does not explains what is the intended usage.
Steps To Reproduce
- Read the docs.
 - No info is found. Laravel is generally opinionated which is good, but this intended usage is undefined.
 
jarrodldavis
Metadata
Metadata
Assignees
Labels
No labels