Skip to content

Commit 3488d66

Browse files
author
DavidQ
committed
Update rules and workflow
1 parent f9eab70 commit 3488d66

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

docs/dev/start_of_day/chatGPT/RULES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ ChatGPT may do either of these:
2121
1. Always package the plan/docs for commit.
2222
2. Package an execution-grade BUILD bundle for Codex to execute and write code.
2323

24+
## Bundle Packaging Preference
25+
Default:
26+
- combine commit-ready docs with BUILD bundles when possible
27+
28+
Do not:
29+
- create separate commit-only ZIPs unless APPLY is actually required
30+
31+
APPLY remains:
32+
- docs-only
33+
- no Codex command
34+
2435
## Core Workflow
2536
`PLAN_PR -> BUILD_PR -> APPLY_PR`
2637

docs/dev/start_of_day/chatGPT/WORKFLOW.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ Produce a BUILD bundle with:
2222
- exact constraints
2323
- exact validation
2424

25+
BUILD bundles should include:
26+
- BUILD doc
27+
- Codex command
28+
- commit comment
29+
- next command
30+
- reports
31+
32+
Avoid splitting these into separate ZIPs when the same BUILD bundle can carry them.
33+
2534
### When Codex reports code is complete
2635
Produce an APPLY/acceptance bundle only.
2736
Do not send Codex another command unless more code is actually required.

0 commit comments

Comments
 (0)