|
| 1 | +MOVE MAP |
| 2 | +Generated: 2026-04-13 |
| 3 | +Command: Generate move map and validation artifacts |
| 4 | + |
| 5 | +Scope |
| 6 | +- Repository structure mapping and verification artifacts only. |
| 7 | +- No engine/game runtime code changes. |
| 8 | + |
| 9 | +Canonical Structure Map |
| 10 | +- samples/phase01/* -> samples/phase-01/* |
| 11 | +- samples/phase02/* -> samples/phase-02/* |
| 12 | +- samples/phase03/* -> samples/phase-03/* |
| 13 | +- samples/phase04/* -> samples/phase-04/* |
| 14 | +- samples/phase05/* -> samples/phase-05/* |
| 15 | +- samples/phase06/* -> samples/phase-06/* |
| 16 | +- samples/phase07/* -> samples/phase-07/* |
| 17 | +- samples/phase08/* -> samples/phase-08/* |
| 18 | +- samples/phase09/* -> samples/phase-09/* |
| 19 | +- samples/phase10/* -> samples/phase-10/* |
| 20 | +- samples/phase11/* -> samples/phase-11/* |
| 21 | +- samples/phase12/* -> samples/phase-12/* |
| 22 | +- samples/phase13/* -> samples/phase-13/* |
| 23 | +- samples/phase14/* -> samples/phase-14/* |
| 24 | +- samples/phase15/* -> samples/phase-15/* |
| 25 | + |
| 26 | +Normalization Rules |
| 27 | +- Canonical phase directory regex: ^phase-\\d{2}$ |
| 28 | +- Canonical sample id regex: ^\\d{4}$ |
| 29 | +- Canonical sample launch path: ./phase-XX/####/index.html |
| 30 | + |
| 31 | +Observed Canonical State |
| 32 | +- Existing directories under samples/: phase-01..phase-15 |
| 33 | +- Legacy non-hyphen phase directories are not canonical. |
| 34 | +- samples/index.html uses canonical phase-XX href format for live samples. |
| 35 | + |
| 36 | +Follow-up Validation Anchors |
| 37 | +- Runtime launch harness phase matcher supports phaseNN and phase-NN via ^phase-?\\d{2}$. |
| 38 | +- Sample link validation should report zero unresolved live href targets. |
0 commit comments