File tree Expand file tree Collapse file tree
docs/dev/start_of_day/chatGPT Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,17 @@ Default:
2626- combine commit-ready docs with BUILD bundles when possible
2727
2828Do not:
29- - create separate commit-only ZIPs unless APPLY is actually required
29+ - create separate commit-only ZIPs
30+ - create PLAN-only ZIPs unless fail-fast requires a non-executable correction step
31+ - create APPLY-only ZIPs unless the user explicitly asks for a closeout/acceptance bundle
32+
33+ Prefer:
34+ - a single executable BUILD ZIP that includes:
35+ - BUILD doc
36+ - Codex command
37+ - commit comment
38+ - next command
39+ - reports
3040
3141APPLY remains:
3242- docs-only
Original file line number Diff line number Diff line change 1212
1313## Operating Model
1414### When the user asks for a plan
15- Create a docs-only PLAN bundle and package it for commit.
15+ Prefer folding planning detail into the next executable BUILD bundle instead of creating a separate PLAN-only ZIP.
16+
17+ Only create a docs-only PLAN bundle when:
18+ - the user explicitly asks for it, or
19+ - fail-fast prevents an executable BUILD and a correction step is required
1620
1721### When the user asks for the next command for Codex
1822Produce a BUILD bundle with:
@@ -29,11 +33,14 @@ BUILD bundles should include:
2933- next command
3034- reports
3135
32- Avoid splitting these into separate ZIPs when the same BUILD bundle can carry them .
36+ Prefer one executable BUILD ZIP instead of splitting work across PLAN-only, APPLY-only, or commit-only ZIPs .
3337
3438### When Codex reports code is complete
35- Produce an APPLY/acceptance bundle only.
36- Do not send Codex another command unless more code is actually required.
39+ Do not create an APPLY-only bundle by default.
40+
41+ Only produce APPLY/acceptance docs when:
42+ - the user explicitly asks for closeout/acceptance docs, or
43+ - a formal acceptance step is genuinely needed
3744
3845## Low-Token Mode
3946Default to:
You can’t perform that action at this time.
0 commit comments