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 @@ -21,6 +21,17 @@ ChatGPT may do either of these:
21211 . Always package the plan/docs for commit.
22222 . 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
Original file line number Diff line number Diff 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
2635Produce an APPLY/acceptance bundle only.
2736Do not send Codex another command unless more code is actually required.
You can’t perform that action at this time.
0 commit comments