Skip to content

Commit b556d53

Browse files
author
DavidQ
committed
Promote tool roadmap rules out of checklist tracking
BUILD_PR_ROADMAP_TOOL_RULES_PROMOTION_AND_CLEANUP
1 parent b334af9 commit b556d53

7 files changed

Lines changed: 83 additions & 35 deletions

docs/MASTER_ROADMAP_HIGH_LEVEL.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
- legacy tools remain isolated and visibly non-current
5555
- 3D tools arrive when 3D capability needs them, not before
5656
- content pipeline tools arrive when asset complexity justifies them
57+
- no standalone showcase-only tool tracks
58+
- tools header accordion added to reduce vertical real-estate usage
59+
- tool-shell UI compaction is useful but does not replace tool-boundary normalization work
60+
- any follow-up tool UI cleanup should remain subordinate to shared-boundary and data-contract work
5761

5862
### End State Vision
5963
- clean engine core
@@ -466,12 +470,6 @@
466470
- [ ] 3D prerequisite samples before advanced 3D tools
467471
- [.] content pipeline tools after asset complexity justifies them
468472
- [.] debug tools align with engine/debug maturity
469-
- [ ] no standalone showcase-only tool tracks
470-
471-
### Recent Tool Shell Notes
472-
- [.] tools header accordion added to reduce vertical real-estate usage
473-
- [.] tool-shell UI compaction is useful but does not replace tool-boundary normalization work
474-
- [ ] any follow-up tool UI cleanup should remain subordinate to shared-boundary and data-contract work
475473

476474
---
477475

docs/dev/CODEX_COMMANDS.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,32 @@ MODEL: GPT-5.4
22
REASONING: high
33

44
COMMAND:
5-
Create `BUILD_PR_LEVEL_16_PHASE_DESCRIPTIONS_REPO_WIDE_NORMALIZATION`.
5+
Create `BUILD_PR_ROADMAP_TOOL_RULES_PROMOTION_AND_CLEANUP`.
66

7-
Goal:
8-
Close the final remaining item:
9-
- phase descriptions normalized repo-wide
7+
1. Locate these roadmap items:
8+
- no standalone showcase-only tool tracks
9+
- tools header accordion added to reduce vertical real-estate usage
10+
- tool-shell UI compaction is useful but does not replace tool-boundary normalization work
11+
- any follow-up tool UI cleanup should remain subordinate to shared-boundary and data-contract work
1012

11-
Required work:
12-
1. Find repo locations where phase descriptions are defined or repeated.
13-
2. Normalize them so they are consistent with the current roadmap, numbering, and phase structure.
14-
3. Touch only phase-description text and directly related references.
15-
4. Do not expand scope into unrelated documentation cleanup.
16-
5. Update roadmap status markers only.
17-
6. Report whether the item can now be truthfully marked complete.
13+
2. Reclassify them as rules/instructions:
14+
- move them to the top roadmap rules/instructions area
15+
- remove checklist/status markers
16+
- preserve wording exactly
1817

19-
Final packaging step is REQUIRED:
18+
3. Do NOT:
19+
- delete content
20+
- rewrite wording
21+
- alter unrelated roadmap text
22+
23+
4. Ensure the checklist/task area only contains actionable work after the move.
24+
25+
5. Final packaging step is REQUIRED:
2026
- package ALL changed files into this exact repo-structured ZIP:
21-
`<project folder>/tmp/BUILD_PR_LEVEL_16_PHASE_DESCRIPTIONS_REPO_WIDE_NORMALIZATION.zip`
27+
`<project folder>/tmp/BUILD_PR_ROADMAP_TOOL_RULES_PROMOTION_AND_CLEANUP.zip`
2228

2329
Hard rules:
24-
- smallest valid closeout
30+
- move, do not delete
31+
- no wording changes
2532
- no unrelated repo changes
2633
- no missing ZIP

docs/dev/COMMIT_COMMENT.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Normalize phase descriptions repo-wide and close the final Section-16 residue
2-
BUILD_PR_LEVEL_16_PHASE_DESCRIPTIONS_REPO_WIDE_NORMALIZATION
1+
Promote tool roadmap rules out of checklist tracking
2+
BUILD_PR_ROADMAP_TOOL_RULES_PROMOTION_AND_CLEANUP
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
- Added final residue-only PR for repo-wide phase-description normalization
2-
- Intended to close the last remaining item in Sections 15/16
1+
- Added roadmap cleanup PR for tool-governance rules
2+
- Moves tool-governance items from checklist/status tracking to top-level roadmap instructions
3+
- Preserves wording and avoids deletion
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
- phase-description text normalized repo-wide where needed
2-
- unrelated docs left untouched
3-
- roadmap updated by status markers only
4-
- final item can be truthfully marked complete or exact blockers are reported
1+
- all specified tool-governance items moved to top-level rules/instructions area
2+
- wording preserved exactly
3+
- checklist/status markers removed from those items
4+
- roadmap task areas left with actionable work only
55
- output ZIP created at:
6-
<project folder>/tmp/BUILD_PR_LEVEL_16_PHASE_DESCRIPTIONS_REPO_WIDE_NORMALIZATION.zip
6+
<project folder>/tmp/BUILD_PR_ROADMAP_TOOL_RULES_PROMOTION_AND_CLEANUP.zip

docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
- legacy tools remain isolated and visibly non-current
6666
- 3D tools arrive when 3D capability needs them, not before
6767
- content pipeline tools arrive when asset complexity justifies them
68+
- no standalone showcase-only tool tracks
69+
- tools header accordion added to reduce vertical real-estate usage
70+
- tool-shell UI compaction is useful but does not replace tool-boundary normalization work
71+
- any follow-up tool UI cleanup should remain subordinate to shared-boundary and data-contract work
6872

6973
### End State Vision
7074
- clean engine core
@@ -457,12 +461,6 @@
457461
- [ ] 3D prerequisite samples before advanced 3D tools
458462
- [x] content pipeline tools after asset complexity justifies them
459463
- [x] debug tools align with engine/debug maturity
460-
- [ ] no standalone showcase-only tool tracks
461-
462-
### Recent Tool Shell Notes
463-
- [.] tools header accordion added to reduce vertical real-estate usage
464-
- [.] tool-shell UI compaction is useful but does not replace tool-boundary normalization work
465-
- [ ] any follow-up tool UI cleanup should remain subordinate to shared-boundary and data-contract work
466464

467465
---
468466

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# BUILD_PR_ROADMAP_TOOL_RULES_PROMOTION_AND_CLEANUP
2+
3+
## Purpose
4+
Promote tool-governance rules out of checklist/status tracking and normalize them as top-level roadmap instructions.
5+
6+
## Items to reclassify
7+
8+
These should be treated as rules/instructions, not tasks:
9+
10+
- no standalone showcase-only tool tracks
11+
- tools header accordion added to reduce vertical real-estate usage
12+
- tool-shell UI compaction is useful but does not replace tool-boundary normalization work
13+
- any follow-up tool UI cleanup should remain subordinate to shared-boundary and data-contract work
14+
15+
## Required change
16+
17+
### A. Promote to top-level instruction/rules area
18+
Move the above items to the top roadmap rules/instructions area.
19+
20+
### B. Remove checklist/status semantics
21+
- remove `[ ]` / `[.]` markers from these items
22+
- keep wording unchanged
23+
- preserve content by move, not delete
24+
25+
### C. Keep roadmap task lists actionable
26+
After this PR:
27+
- checklist items should represent real work to complete
28+
- rules/governance items should live in top-level rules/instructions, not as status-tracked tasks
29+
30+
## Constraints
31+
- no wording changes
32+
- no deletion
33+
- move only, plus checkbox/status removal as part of the move
34+
- roadmap text otherwise untouched
35+
- status-only updates elsewhere if needed
36+
37+
## Validation
38+
Codex must report:
39+
- where each item was moved
40+
- confirmation that wording was preserved
41+
- confirmation that the checklist no longer tracks these as tasks
42+
43+
## Packaging
44+
`<project folder>/tmp/BUILD_PR_ROADMAP_TOOL_RULES_PROMOTION_AND_CLEANUP.zip`

0 commit comments

Comments
 (0)