Skip to content

Commit 5d959db

Browse files
author
DavidQ
committed
Start Level 11 and move productization rules out of roadmap into instructions
BUILD_PR_LEVEL_11_1_POST_LEVEL_10_HANDOFF_AND_ROADMAP_RULE_CLEANUP
1 parent 2ac3097 commit 5d959db

8 files changed

Lines changed: 86 additions & 81 deletions

docs/dev/CODEX_COMMANDS.md

Lines changed: 23 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,27 @@
1+
12
MODEL: GPT-5.4
23
REASONING: high
34

45
COMMAND:
5-
Create `BUILD_PR_LEVEL_10_26_LEVEL_10_CLOSEOUT_SAMPLE_TOOL_NORMALIZATION_AND_SHARED_STRATEGY` as the final combined Level 10 closeout PR.
6-
7-
Goal:
8-
Finish Level 10 with the fewest additional PRs by combining the remaining open section-10 work into one clean closeout.
9-
10-
Execute all of the following:
11-
12-
1. Level 10 closeout and handoff
13-
- validate Level 10 asset/data policy work across:
14-
- Asteroids
15-
- games/_template
16-
- at least one sample
17-
- at least one tool demo path
18-
- summarize results in the PR outputs
19-
20-
2. Sample asset ownership normalization
21-
- normalize sample asset ownership using the same ownership policy used for games
22-
- keep ownership local unless explicitly promoted
23-
- reduce ambiguous or duplicated sample asset placement where appropriate
24-
- keep changes surgical
25-
26-
3. Tool demo asset ownership normalization
27-
- normalize tool demo/demo-sample asset ownership under the same policy
28-
- keep demo assets local unless explicitly promoted
29-
- reduce ambiguous ownership and unnecessary duplication
30-
- preserve current tool-folder conventions
31-
32-
4. Promotion criteria enforcement
33-
- document and enforce explicit criteria for promoting an asset to shared status
34-
- no silent or convenience-based sharing
35-
36-
5. Final shared-asset strategy decision
37-
- explicitly finalize the top-level shared asset strategy if needed
38-
- if not needed, document local-first ownership with promotion-by-rule only
39-
- make this final enough to close the roadmap item
40-
41-
6. Asset duplication reduction
42-
- reduce clearly unnecessary duplication in the areas touched above
43-
- do not perform repo-wide churn
44-
- prefer targeted corrections
45-
46-
7. Roadmap handling
47-
- restore the correct full `docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md` from git history if it is not currently the full version
48-
- do NOT rewrite roadmap text
49-
- after validation, update status markers only for the section-10 items that are truly complete
50-
51-
8. Final validation
52-
- confirm whether all remaining section-10 items are now done
53-
- if any cannot truthfully be marked done, say so explicitly and leave only that item open
54-
55-
9. Final packaging step is REQUIRED
56-
- package ALL changed files into this exact repo-structured ZIP:
57-
`<project folder>/tmp/BUILD_PR_LEVEL_10_26_LEVEL_10_CLOSEOUT_SAMPLE_TOOL_NORMALIZATION_AND_SHARED_STRATEGY.zip`
58-
59-
Hard rules:
60-
- fewer PRs is the priority, so combine remaining Level 10 work here
61-
- keep changes surgical but sufficient to truly close Level 10 if validation supports it
62-
- no unrelated repo changes
63-
- no missing ZIP
6+
Create `BUILD_PR_LEVEL_11_1_POST_LEVEL_10_HANDOFF_AND_ROADMAP_RULE_CLEANUP`
7+
8+
1. Update roadmap:
9+
- remove Productization Rule checkbox section
10+
- do NOT alter other roadmap text
11+
- status markers only otherwise
12+
13+
2. Update PROJECT_INSTRUCTIONS.md:
14+
add:
15+
16+
## Productization Rules
17+
- Do not create standalone showcase tracks in future roadmaps
18+
- Fold showcase importance into the main feature or sample title when needed
19+
20+
3. Confirm Level 10 is complete (status only updates if needed)
21+
22+
4. Package:
23+
<project folder>/tmp/BUILD_PR_LEVEL_11_1_POST_LEVEL_10_HANDOFF_AND_ROADMAP_RULE_CLEANUP.zip
24+
25+
Rules:
26+
- no code
27+
- no scope expansion

docs/dev/COMMIT_COMMENT.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Close Level 10 by combining sample/tool normalization, shared strategy finalization, and handoff
2-
BUILD_PR_LEVEL_10_26_LEVEL_10_CLOSEOUT_SAMPLE_TOOL_NORMALIZATION_AND_SHARED_STRATEGY
1+
Start Level 11 and move productization rules out of roadmap into instructions
2+
BUILD_PR_LEVEL_11_1_POST_LEVEL_10_HANDOFF_AND_ROADMAP_RULE_CLEANUP

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PLAN_PR_LEVEL_11_1_POST_LEVEL_10_HANDOFF_NEXT_PHASE
1+
PLAN_PR_LEVEL_11_2_CORE_RUNTIME_DIRECTION

docs/dev/PROJECT_INSTRUCTIONS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,7 @@ ZIP STANDARD (ENFORCED)
108108
- Assume approval
109109
- Continue automatically
110110
- Do not stop unless blocked
111+
112+
## Productization Rules
113+
- Do not create standalone showcase tracks in future roadmaps
114+
- Fold showcase importance into the main feature or sample title when needed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- Combined the remaining Level 10 work into one final closeout PR
2-
- Includes sample normalization, tool demo normalization, shared-asset strategy finalization, duplication reduction, and roadmap status closure
3-
- Designed specifically to minimize PR count while still finishing Level 10 cleanly
1+
- Level 11 start
2+
- roadmap rule cleanup
3+
- instructions updated
Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
- Asteroids validated
2-
- games/_template validated
3-
- sample asset ownership normalized/validated
4-
- tool demo asset ownership normalized/validated
5-
- promotion criteria documented and enforced
6-
- shared asset strategy finalized
7-
- unnecessary duplication reduced in touched areas
8-
- full roadmap restored if needed
9-
- roadmap updated by status markers only
10-
- all remaining section-10 items either truthfully closed or explicitly called out
11-
- output ZIP created at:
12-
<project folder>/tmp/BUILD_PR_LEVEL_10_26_LEVEL_10_CLOSEOUT_SAMPLE_TOOL_NORMALIZATION_AND_SHARED_STRATEGY.zip
1+
2+
- roadmap cleaned of rule checkboxes
3+
- instructions updated
4+
- Level 10 confirmed complete

docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
- promotion requires validation after extraction
4646
- promotion does not happen as a blind dedupe exercise
4747

48+
49+
### Productization Rule
50+
- do not create standalone showcase tracks in future roadmaps
51+
- fold showcase importance into the main feature or sample title when needed
52+
53+
4854
### Tooling Strategy
4955
- tools are created when they unblock engine/content progress
5056
- tools do not define engine behavior
@@ -491,10 +497,6 @@
491497
- [x] Getting started guide
492498
- [x] Example-driven docs
493499

494-
### Productization Rule
495-
- [ ] do not create standalone showcase tracks in future roadmaps
496-
- [ ] fold showcase importance into the main feature or sample title when needed
497-
498500
---
499501

500502
## 12. 2D Capability Track
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
2+
# BUILD_PR_LEVEL_11_1_POST_LEVEL_10_HANDOFF_AND_ROADMAP_RULE_CLEANUP
3+
4+
## Purpose
5+
Start Level 11 and clean up roadmap misuse of rules vs tasks.
6+
7+
## Scope
8+
9+
### A. Level 11 handoff start
10+
- confirm Level 10 complete
11+
- establish next phase starting point
12+
13+
### B. Roadmap cleanup (rules vs tasks)
14+
- remove Productization Rule section from roadmap
15+
- ensure no rules use [ ] format
16+
17+
### C. Instruction migration
18+
- move Productization Rule into PROJECT_INSTRUCTIONS.md
19+
20+
## Rules
21+
- roadmap: status only
22+
- instructions: no checkboxes
23+
24+
## Packaging
25+
<project folder>/tmp/BUILD_PR_LEVEL_11_1_POST_LEVEL_10_HANDOFF_AND_ROADMAP_RULE_CLEANUP.zip
26+
27+
## Implementation Delta
28+
- Removed the roadmap checkbox block under `## 11. Productization & Distribution`:
29+
- `### Productization Rule`
30+
- its two checkbox bullets
31+
- Added productization guidance to `docs/dev/PROJECT_INSTRUCTIONS.md` as requested:
32+
- `## Productization Rules`
33+
- `- Do not create standalone showcase tracks in future roadmaps`
34+
- `- Fold showcase importance into the main feature or sample title when needed`
35+
36+
## Level 10 Completion Check
37+
- Confirmed section `## 10. Assets & Data Policy` is fully complete (`[x]` on all seven items).
38+
- No additional status-marker changes were needed for Level 10.
39+
40+
## Validation Notes
41+
- Roadmap text was not rewritten.
42+
- No new roadmap sections were added.
43+
- No code files were modified.

0 commit comments

Comments
 (0)