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

@@ -33,7 +33,8 @@ You are a coding agent running in the Codex CLI (terminal-based). Be precise, sa
## Coding and Tests
- Fix root causes; avoid unrelated refactors.
- Keep changes minimal and consistent with existing style.
- Add unit tests under `tests/` alongside new features when appropriate.
- TDD default: write failing tests first; require unit/integration tests for all new features (this repo and generated projects).
- Maintain `tests/` and a local test runner; keep tests fast and focused.
- Do not add licenses/headers unless requested.
## Git Workflow