Documentation
README
Building (Code Generation + TDD)
Iron Law: NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST.
Reference Files
Read only what's needed:
references/testing-patterns.md— test structure, isolation, naming; load when writing the first test of a cycle or a test feels awkward to structurereferences/test-data-and-mocks.md— mock discipline, test data factories; load when a test needs fixtures/factories or you are about to mock anythingreferences/integration-and-live-proof.md— integration test guidance, live verification; load when the slice crosses a service/DB/API boundary or the plan names live proof
Test Process Discipline
This is the opening of the README. Read the full README on GitHub.