mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-07-16 13:55:21 +00:00
- Remove laravel/boost (+ its deps laravel/mcp, laravel/roster) and Boost's .cursor/ skills + MCP registration. No version sweep (composer remove). - AGENTS.md is now the hand-maintained source of truth (was Boost-generated): folds in the CLAUDE.md content + a Conventions section codifying the migration FK rule (unsignedInteger for INT-PK refs, not foreignId — MySQL error 3780) and the MySQL/PostgreSQL/SQLite cross-DB requirement. - CLAUDE.md / GEMINI.md / .github/copilot-instructions.md are now gitignored symlinks to AGENTS.md, created by bin/ai-docs.php (composer run ai-docs, also wired into post-autoload-dump).
39 lines
696 B
Plaintext
39 lines
696 B
Plaintext
/Modules
|
|
/node_modules
|
|
/public/storage
|
|
/public/hot
|
|
/public/build
|
|
/storage/*.key
|
|
/vendor
|
|
/.idea
|
|
Homestead.json
|
|
Homestead.yaml
|
|
.env
|
|
.phpunit.result.cache
|
|
.phpunit.cache/
|
|
.rnd
|
|
/.expo
|
|
/.vscode
|
|
/.devcontainer
|
|
.gitkeep
|
|
/public/docs
|
|
/.scribe
|
|
!storage/fonts/.gitkeep
|
|
.DS_Store
|
|
.php-cs-fixer.cache
|
|
.devenvconfig
|
|
/storage/fonts*
|
|
package-lock.json
|
|
yarn.lock
|
|
/docker/development/docker-compose.yml
|
|
/docker/production/docker-compose.yml
|
|
/docker-compose.yaml
|
|
|
|
# Agent docs: AGENTS.md is the canonical, committed source of truth.
|
|
# The per-tool files are local symlinks to it — `composer run ai-docs` creates them.
|
|
/CLAUDE.md
|
|
/GEMINI.md
|
|
/.github/copilot-instructions.md
|
|
/.cursor/
|
|
/.claude/settings.local.json
|