Development Guide
Local Dev Loop
make dev-up
./scripts/dev/wait-for-services.sh
make test-fast
Core Engineering Gates
- formatting:
make fmt - linting:
make lint - tests:
make test,make test-integration,make test-compatibility - architecture guardrails:
make test-architecture,make check-guardrails
E2E and MQL Validation
make e2e-singlemake e2e-local-clustermake mql-exhaustivemake mql-coverage-audit
Where to Read Before Changes
README.mddocs/ARCHITECTURE.mddocs/COMPATIBILITY.md
Source of Truth
Makefilescripts/dev/wait-for-services.shdocs/ARCHITECTURE.md