Development Standard
A consistent local development environment ensures high code quality and minimizes friction across contributors.
Core Rules
- Unified Task Automation: Common tasks automated via
make test,make build, andmake lint. - Deterministic Formatting: Code is automatically formatted using language-standard tools prior to commit.
- Isolated Testing: Unit tests execute deterministically without relying on external network connectivity.