governance: zero technical debt, production-ready always; safety first across system prompts, AGENTS templates, proposal, and plan

This commit is contained in:
2025-09-17 10:31:25 -05:00
parent ff33cb282a
commit fae0f5b413
11 changed files with 72 additions and 16 deletions

View File

@@ -15,3 +15,9 @@
-- Governance/Propagation --
- When given a reusable, non-project-specific rule, update: global system prompt (both files), seed AGENTS templates (`meta/AGENTS.seed.*`), and project AGENTS template (`templates/project/_shared/AGENTS.md`).
- Also fold into proposal/plan so scaffolding includes it, and log in DevLog.
-- Zero Technical Debt, Production-Ready --
- Safety first, speed second. No technical debt ever; always production-ready.
- No deferring tests/docs/refactors needed for clarity/maintainability.
- TDD by default (tests first). Keep docs current.
- Use sub-agents/parallelization to maintain quality and speed.