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

@@ -170,3 +170,17 @@ Details:
Next Steps:
- Await plan review/approval; then start implementation.
---
Date: 2025-09-17 16:12 (UTC)
Summary:
- Incorporated TDD as a governance rule with full unit/integration tests for all features in this repo and generated projects.
Details:
- Updated `prompts/global/system.{md,llm.md}`, `meta/AGENTS.seed.*`, and `templates/project/_shared/AGENTS.md` to mandate TDD.
- Amended the proposal and plan to include TDD milestones and test coverage acceptance criteria.
Next Steps:
- Execute the plan using TDD, starting with test harness setup and failing tests.