governance: zero technical debt, production-ready always; safety first across system prompts, AGENTS templates, proposal, and plan
This commit is contained in:
@@ -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.
|
||||
|
@@ -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 project’s 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.
|
||||
|
Reference in New Issue
Block a user