You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codex/project-structure.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@
39
39
- Maintain canonical codex settings in `codex/codex-config.yaml`.
40
40
- Keep this repository structure reference current in `codex/project-structure.md`.
41
41
- Scaffold task artifacts via `./codex/scripts/task-scaffold.sh <task-name>`.
42
+
- Task scaffolding materializes `tasks/<task-name>/complexity-signals.json` from `codex/tasks/_templates/complexity-signals.template.json`; Stage 3 can also remediate the missing file from the same template.
Copy file name to clipboardExpand all lines: codex/prompts/acac.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Strict trigger: the first non-empty line must be exactly `#ACAC` (case-sensitive
6
6
7
7
Use the `acac` skill.
8
8
9
+
After goals are approved, successful intermediate stage verdicts are continuation gates. Do not stop after `READY FOR PLANNING`, `READY FOR IMPLEMENTATION`, or `READY TO LAND` unless a stage emits `BLOCKED` or the user explicitly pauses the run.
10
+
9
11
Inputs:
10
12
11
13
- Request body after `#ACAC`: `{{USER_REQUEST_AFTER_ACAC}}`
echo"Remediation: create ${COMPLEXITY_SIGNALS_FILE} from codex/tasks/_templates/complexity-signals.template.json and re-run prepare-phased-impl-scaffold.sh."
0 commit comments