governance: adopt TDD with full unit/integration tests; update system prompt and AGENTS templates\n\nplan: add TDD milestones and test coverage criteria; update proposal accordingly

This commit is contained in:
2025-09-17 10:26:02 -05:00
parent 3859459754
commit de8ce1a4dc
11 changed files with 77 additions and 46 deletions

View File

@@ -21,7 +21,7 @@ This file is copied by scaffolding into new projects. Edit to suit the project w
- Keep chat ≤5 lines; no diffs; announce only collab file changes; log details in DevLog.
## Coding, Tests, and Git
- Minimal, focused changes; add tests with features; consistent style.
- Minimal, focused changes; adopt TDD (write tests first) and require unit/integration tests for all features; consistent style.
- Conventional Commits; branch `main`; tags `YYYY-MM-DD-HHMM` when warranted.
## Tooling and Safety