Skip to content

Commit 8e770dc

Browse files
author
DavidQ
committed
docs: rebaseline roadmap and stage later repo cleanup targets including templates/ deferment
1 parent fa55875 commit 8e770dc

9 files changed

+197
-313
lines changed

docs/dev/CODEX_COMMANDS.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@ MODEL: GPT-5.4
22
REASONING: high
33

44
COMMAND:
5-
Create BUILD_PR_DEBUG_INSPECTOR_TOOLS
5+
Create PLAN_PR_REPO_CLEANUP_AND_ROADMAP_UPDATE as a docs-only package.
66

77
Scope:
8-
- add state inspector tool
9-
- add replay visualizer tool
10-
- add basic performance profiler
11-
- integrate with tool host
12-
13-
Validation:
14-
- npm run test:launch-smoke -- --tools
15-
- verify tools launch and inspect data
8+
- commit updated master roadmap with conservative status rebaseline
9+
- add tracked cleanup item for templates/ with explicit deferment
10+
- document cleanup targets and sequencing
11+
- do not delete or move templates/
12+
- do not implement cleanup in this PR
13+
- keep this bundle docs-only
1614

1715
Output:
18-
<project>/tmp/BUILD_PR_DEBUG_INSPECTOR_TOOLS_delta.zip
16+
<project folder>/tmp/PLAN_PR_REPO_CLEANUP_AND_ROADMAP_UPDATE.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
chore: enforce docs path rules + roadmap location guard
1+
docs: rebaseline roadmap and stage later repo cleanup targets including templates/ deferment
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# PLAN_PR_REPO_CLEANUP_AND_ROADMAP_UPDATE Report
2+
3+
## Bundle Type
4+
- Docs-only planning package.
5+
- No code/runtime/tool implementation changes.
6+
- No deletion or movement of `templates/`.
7+
8+
## Scope Applied
9+
- Updated master roadmap with a conservative status rebaseline marker.
10+
- Added explicit tracked deferment language for `templates/` cleanup.
11+
- Documented cleanup targets and sequencing for a later dedicated cleanup lane.
12+
13+
## templates/ Constraint
14+
- `templates/` is tracked for evaluation only.
15+
- This bundle performs no `templates/` deletion, movement, or implementation work.
16+
17+
## Cleanup Sequencing (Documented, Deferred)
18+
1. Inventory legacy/transitional folders.
19+
2. Verify live references.
20+
3. Classify keep vs move vs future-delete.
21+
4. Run smoke validation before/after cleanup PRs.
22+
5. Execute only through exact-scope cleanup PRs.
23+
24+
## Exact Files Included
25+
- `docs/pr/PLAN_PR_REPO_CLEANUP_AND_ROADMAP_UPDATE.md`
26+
- `docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md`
27+
- `docs/dev/reports/repo_cleanup_targets.txt`
28+
- `docs/dev/reports/roadmap_status_delta.txt`
29+
- `docs/dev/reports/PLAN_PR_REPO_CLEANUP_AND_ROADMAP_UPDATE_report.md`
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
REPO CLEANUP TARGETS (PLANNED, NOT EXECUTED)
2+
3+
Track now, defer action:
4+
- templates/
5+
- SpriteEditor_old_keep policy
6+
- classes_old_keep policy
7+
- archived notes policy
8+
- imports pointing to legacy paths
9+
- eventual legacy retirement roadmap
10+
11+
Rules:
12+
- no deletion without reference verification
13+
- no movement without target-home decision
14+
- no cleanup mixed into active feature lanes
15+
- smoke validation before/after cleanup PRs
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
ROADMAP STATUS DELTA INCLUDED IN THIS BUNDLE
2+
3+
Advanced to in-progress:
4+
- StateInspectorTool
5+
- ReplayVisualizerTool
6+
- PerformanceProfilerTool
7+
- AssetPipelineTool
8+
- Tile/Model Converter Tool
9+
- content pipeline tools after asset complexity justifies them
10+
- debug tools align with engine/debug maturity
11+
- move/refactor validation strategy documented
12+
- legacy inventory completed
13+
- keep vs migrate vs future-delete decisions recorded
14+
- SpriteEditor_old_keep policy defined
15+
- roadmap for eventual legacy retirement defined
16+
- Normalize assets/data ownership
17+
- Expand testing/validation structure
18+
- re-baseline this roadmap after active execution lanes stabilize
19+
20+
Advanced to complete:
21+
- smoke validation aligned to samples/tools/games
22+
23+
New tracked cleanup item:
24+
- templates/ folder evaluated for keep vs move vs future-delete during cleanup phase

docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
- [.] in progress
66
- [ ] planned
77

8+
## Conservative Rebaseline (2026-04-12)
9+
- status updates in this revision are conservative and execution-backed
10+
- recent tool-host, asset-pipeline, debug-inspector, and launch-smoke lanes are reflected without broad scope expansion
11+
- `templates/` cleanup is explicitly tracked and deferred to a dedicated cleanup-only lane
12+
813
---
914

1015
## Strategic Layer
@@ -559,7 +564,7 @@
559564
- [ ] archived notes policy defined
560565
- [ ] imports pointing to legacy paths reduced
561566
- [.] roadmap for eventual legacy retirement defined
562-
- [ ] `templates/` folder evaluated for keep vs move vs future-delete during cleanup phase
567+
- [ ] `templates/` folder evaluated for keep vs move vs future-delete during cleanup phase (explicitly deferred in this docs-only bundle)
563568

564569
---
565570

@@ -601,6 +606,7 @@
601606

602607
### Final Cleanup Lane
603608
- [ ] Reduce legacy footprint after replacements are proven
609+
- [ ] Execute `templates/` keep-vs-move-vs-future-delete decision in a dedicated cleanup PR (deferred here; no movement/deletion in this bundle)
604610

605611
### Recommended Final Status Summary
606612
- [.] current active execution lanes are 3 / 6 / 8

0 commit comments

Comments
 (0)