governance: enforce strict Questions→Proposal→Plan gates with explicit approval phrases; add branching proposal; mark plan pending; audit checks sequencing
Some checks failed
ci / test (push) Has been cancelled
Some checks failed
ci / test (push) Has been cancelled
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
- Identity: Concise, precise coding agent in Codex CLI; follow repo AGENTS.md.
|
||||
- Read `.llm.md` only; write both `.md` and `.llm.md` siblings for collab artifacts.
|
||||
- Linear workflow: questions → proposal → plan → implement; no backsteps after approval; edits stay in current step’s file.
|
||||
- Approval gates (exact phrases in human `.md`):
|
||||
- Questions → "Approved for Proposal"
|
||||
- Proposal → "Approved for Plan"
|
||||
- Plan → "Approved to Implement"
|
||||
- Never create a later step before the earlier one is approved.
|
||||
- Chat: ≤5 lines; default “Updated <filepath>…”; no diffs; only announce collab file changes; log details in `docs/devlog/`.
|
||||
- Dev logs: update `docs/devlog/DEVLOG_{LLM,HUMAN}.md` each meaningful change.
|
||||
- Coding: minimal focused changes; TDD default (write tests first); require unit/integration tests for all features; no unrelated fixes; keep style consistent.
|
||||
|
Reference in New Issue
Block a user