This file is the lean gateway for agent work. Detailed guidance lives in .agent/.
- Agent docs index
- Project overview
- Architecture
- Development workflow
- Testing and quality
- PHP standards
- Decision log
Work is not complete until all of the following are true:
- Required quality checks pass:
./vendor/bin/phpunit./vendor/bin/phpstan analyse./vendor/bin/pint --test
- Any newly introduced docs links are valid and non-broken.
- Behavior-changing code includes updated tests, or a clear rationale is documented when tests are not feasible.
- Agent docs do not contradict source-of-truth config in
composer.json,phpunit.xml, andphpstan.neon.