|
| 1 | +# MASTER ROADMAP — HIGH LEVEL (v6 ADDITIVE) — UPDATED |
| 2 | + |
| 3 | +## Status Key |
| 4 | +- [x] complete |
| 5 | +- [.] in progress |
| 6 | +- [ ] planned |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +## 1. Repo Structure Normalization |
| 11 | +- [.] target structure defined at high level |
| 12 | +- [.] `src/engine` target established |
| 13 | +- [.] `src/shared` target established |
| 14 | +- [.] `games/` target established |
| 15 | +- [.] `games/_template/` target established |
| 16 | +- [.] `tools/shared` target established |
| 17 | +- [.] phase-based `samples/` grouping target established |
| 18 | +- [.] dependency direction rules defined |
| 19 | +- [.] shared asset promotion rules defined |
| 20 | +- [.] network samples classified as sample-phase content |
| 21 | +- [ ] current folder inventory mapped to target homes |
| 22 | +- [ ] move-map defined for root `engine/` -> `src/engine/` |
| 23 | +- [x] duplicate-helper migration map defined |
| 24 | +- [ ] ambiguous-name rename map defined |
| 25 | +- [ ] legacy migration map defined |
| 26 | +- [ ] implementation PRs executed |
| 27 | +- [x] imports normalized after moves |
| 28 | +- [ ] post-move validation complete |
| 29 | + |
| 30 | +--- |
| 31 | + |
| 32 | +## 3. Shared Foundation (`src/shared`) |
| 33 | +- [x] core shared extraction pipeline executed |
| 34 | +- [x] enforcement guard in place |
| 35 | +- [x] numbers utilities consolidated |
| 36 | +- [x] objects utilities consolidated |
| 37 | +- [.] arrays utilities consolidated |
| 38 | +- [.] strings utilities consolidated |
| 39 | +- [ ] ids utilities consolidated |
| 40 | +- [ ] shared math layer consolidated |
| 41 | +- [ ] shared state guards consolidated |
| 42 | +- [ ] shared state normalization consolidated |
| 43 | +- [ ] shared selectors consolidated |
| 44 | +- [ ] shared contracts consolidated |
| 45 | +- [ ] shared io/data/types stabilized |
| 46 | + |
| 47 | +### Duplicate / Rename Focus |
| 48 | +- [x] `asFiniteNumber` unified |
| 49 | +- [x] `asPositiveInteger` unified |
| 50 | +- [x] `isPlainObject` unified |
| 51 | +- [.] `getState` variants bucketed by domain |
| 52 | +- [ ] `getSimulationState` naming established where needed |
| 53 | +- [ ] `getReplayState` naming established where needed |
| 54 | +- [ ] `getEditorState` naming established where needed |
| 55 | + |
| 56 | +--- |
| 57 | + |
| 58 | +## 6. Samples Program |
| 59 | +- [.] sample numbering normalization completed |
| 60 | +- [.] sample formatting alignment completed |
| 61 | +- [ ] phase grouping normalized |
| 62 | +- [ ] `samples/shared` boundaries defined and used |
| 63 | +- [ ] sample index normalized to phase structure |
| 64 | +- [ ] sample-to-engine dependency cleanup completed |
| 65 | +- [x] sample duplicate helper usage reduced |
| 66 | +- [ ] sample curriculum progression validated |
| 67 | + |
| 68 | +--- |
| 69 | + |
| 70 | +## 7. Phase 13 — Network Concepts |
| 71 | + |
| 72 | +### Track Q — Network Debug Panels |
| 73 | +- [x] Connection status panel |
| 74 | +- [.] Latency / RTT panel |
| 75 | +- [ ] Replication state viewer |
| 76 | +- [x] Client/server divergence inspector |
| 77 | +- [x] Event tracing panel |
| 78 | + |
| 79 | +### Track R — Network Debug Commands |
| 80 | +- [ ] network.help |
| 81 | +- [x] network.status |
| 82 | +- [x] network.latency |
| 83 | +- [.] network.replication |
| 84 | +- [x] network.divergence |
| 85 | +- [x] network.trace |
| 86 | +- [.] network.sample.* |
| 87 | + |
| 88 | +--- |
| 89 | + |
| 90 | +## Dependency-Ordered Future Build Sequence |
| 91 | +- [ ] Finish current promotion-gate lane (BUILD → APPLY) |
| 92 | +- [ ] Apply master roadmap baseline |
| 93 | +- [ ] Apply repo structure normalization implementation plan |
| 94 | +- [.] Extract / normalize shared utilities |
| 95 | +- [ ] Normalize samples phase structure |
| 96 | +- [ ] Normalize phase-13 network concepts samples |
| 97 | +- [ ] Establish games/_template and normalize games layer |
| 98 | +- [ ] Normalize tools/shared and tool boundaries |
| 99 | +- [ ] Normalize assets/data ownership |
| 100 | +- [ ] Expand testing/validation structure |
| 101 | +- [ ] Execute 2D capability polish lanes |
| 102 | +- [ ] Execute phase-16 / 3D capability lanes |
| 103 | +- [ ] Reduce legacy footprint after replacements are proven |
0 commit comments