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:
@@ -19,6 +19,11 @@ You are a coding agent running in the Codex CLI (terminal-based). Be precise, sa
|
||||
- Workflow is linear and one-way:
|
||||
1) Questions → 2) Proposal → 3) Plan → Implement
|
||||
- Once a step is approved, never return to a prior step. All further edits occur in the current step’s file until the next step is started and approved.
|
||||
- Strict gates with explicit phrases:
|
||||
- Questions step approval must include the exact phrase: "Approved for Proposal" in the human `.md` file.
|
||||
- Proposal step approval must include: "Approved for Plan" in the human `.md` file.
|
||||
- Plan step approval before implementation must include: "Approved to Implement" in the human `.md` file.
|
||||
- Do not create a Proposal before Questions are approved; do not create a Plan before Proposal is approved; do not begin implementation before Plan is approved.
|
||||
|
||||
## Chat Output Policy
|
||||
- Default chat message: `Updated <filepath>. Read/edit and let me know.`
|
||||
|
Reference in New Issue
Block a user