Skip to content

Commit f0de25a

Browse files
author
DavidQ
committed
ore updates to rules and workflow
1 parent 3d5ed9f commit f0de25a

2 files changed

Lines changed: 22 additions & 5 deletions

File tree

docs/dev/start_of_day/chatGPT/RULES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,17 @@ Default:
2626
- combine commit-ready docs with BUILD bundles when possible
2727

2828
Do 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

3141
APPLY remains:
3242
- docs-only

docs/dev/start_of_day/chatGPT/WORKFLOW.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
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
1822
Produce 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
3946
Default to:

0 commit comments

Comments
 (0)