|
| 1 | +# PLAN_PR_LEVEL_18_1_NEXT_PHASE_BOOTSTRAP |
| 2 | + |
| 3 | +## Purpose |
| 4 | +Initialize Level 18 ("Finalize engine") as a docs-first phase bootstrap after Level 17 completion, without implementing engine/sample/tool changes yet. |
| 5 | + |
| 6 | +## Source of Truth |
| 7 | +- `docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md` (Section: `## 18. Finalize engine`) |
| 8 | + |
| 9 | +## Scope |
| 10 | +- define Level 18 objectives directly from roadmap section 18 |
| 11 | +- establish an initial PR structure for Level 18 execution lanes |
| 12 | +- create the Level 18.1 BUILD bootstrap doc for follow-on BUILD work |
| 13 | +- keep this PR docs-only |
| 14 | + |
| 15 | +## Level 18 Objectives (Roadmap-Aligned) |
| 16 | +1. verify all `samples/` and `games/` use engine systems (reduce local ad hoc logic) |
| 17 | +2. classify game-like samples/demos and recommend proper `phase-xx` targets |
| 18 | +3. organize/rebuild `samples/` and `games/` structure where needed |
| 19 | +4. move simulated networking surfaces toward real networking with tests |
| 20 | +5. continue single-class-per-file normalization |
| 21 | +6. flatten CSS layering toward shared top-layer styles |
| 22 | +7. classify and reorganize `docs/` into stable buckets |
| 23 | +8. remove move/rename-only docs after content is preserved |
| 24 | +9. consolidate fragmented PR documentation for one-stop capability review |
| 25 | +10. remove import-to-export residue patterns |
| 26 | +11. remove unnecessary `.keep` files outside template exceptions |
| 27 | +12. lock APIs, clean boundaries, and document contracts |
| 28 | + |
| 29 | +## Initial Level 18 Execution Lanes |
| 30 | +1. `18.2` Engine-Usage Audit and Migration Recommendations |
| 31 | +2. `18.3` Samples/Games Classification and Move Recommendations |
| 32 | +3. `18.4` Docs Classification and Consolidation Bootstrap |
| 33 | +4. `18.5` Boundary/Contracts Normalization Planning Gate |
| 34 | + |
| 35 | +## Out of Scope |
| 36 | +- no runtime, engine, sample, game, or tool implementation |
| 37 | +- no roadmap status flips in this bootstrap PR |
| 38 | +- no broad repo-wide refactors |
| 39 | + |
| 40 | +## Exit Criteria |
| 41 | +- Level 18 objectives are concretely documented for execution |
| 42 | +- Level 18.1 BUILD doc exists and is actionable |
| 43 | +- docs-only bootstrap package is produced |
0 commit comments