Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 386 Bytes

File metadata and controls

13 lines (9 loc) · 386 Bytes

CLAUDE.md

Start here: Read AGENTS.md for the complete project context and architecture overview.

Quick Reference

composer test          # Run tests
composer analyse       # Static analysis (PHPStan level 5)
composer format        # Fix code style (PSR-12)

For module-specific context, read the AGENTS.md file in each src/<Module>/ directory.