mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-04-06 21:02:19 +00:00
- Add AGENTS.md: require make test before every non-doc commit and document the npm vendor asset workflow - Add CLAUDE.md: instruct agents to read AGENTS.md at conversation start - Add npm-install dependency to test-e2e Makefile target Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
672 B
672 B
Agent Instructions
Pre-Commit Validation
- You MUST run
make testbefore every commit whenever the staged change includes at least one file that is not.mdor.rst, unless explicitly instructed otherwise. - You MUST commit only after all tests pass.
- You MUST NOT commit automatically without explicit confirmation from the user.
Vendor Assets
- Browser vendor assets (Bootstrap, Font Awesome, etc.) are managed via npm.
- Run
npm installinsideapp/to populateapp/static/vendor/before starting the dev server or running e2e tests. - Never commit
app/node_modules/orapp/static/vendor/— both are gitignored and generated at build time.