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

@@ -9,3 +9,5 @@
- Prompts/config (if applicable): YAML+yq; precedence CLI>ENV>project>mode>global; prompts order global→mode-system?→mode→project; outputs to `runs/<ts>/`; `--force` to overwrite; never `git push`.
- Governance: For reusable rules, update system prompt and AGENTS templates; keep them aligned; log in DevLog.
- Zero Technical Debt: Safety first; no technical debt; always production-ready; no deferring tests/docs/refactors; TDD by default; keep docs current.

View File

@@ -57,6 +57,12 @@ Note: This is a template copied into generated projects. Customize as needed for
- When introducing non-project-specific collaboration or workflow rules, mirror them in your projects system prompt and this AGENTS.md template so they persist across projects.
- Keep AGENTS.md aligned with your system prompt; log such changes in `docs/devlog/`.
## Zero Technical Debt, Production-Ready Always
- Safety is top priority; speed is second. Never compromise quality.
- No technical debt allowed. Every commit must be production-ready.
- No deferring tests, documentation, or necessary refactors.
- Adopt TDD (tests first); keep docs current with changes.
---
Customize this AGENTS.md to fit your project specifics while preserving the one-way collaboration flow and file-first practices.