Skip to content

Commit c15fc37

Browse files
author
DavidQ
committed
PR_01_01_REPO_STRUCTURE_MOVE_MAP
1 parent 4f711ea commit c15fc37

7 files changed

Lines changed: 66 additions & 9 deletions

File tree

docs/dev.zip

-156 KB
Binary file not shown.

docs/dev/CODEX_COMMANDS.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
PR Naming Rule:
2-
ALL PRs MUST follow:
3-
PR_<SECTION>_<STEP>_<SHORT_NAME>
4-
5-
Reject any PR name that does not follow this format.
6-
1+
MODEL: GPT-5.3-codex
2+
COMMAND: Generate move map and validation artifacts.

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Samples: normalize sample index
1+
PR_01_01_REPO_STRUCTURE_MOVE_MAP
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TO BE GENERATED BY CODEX

docs/dev/reports/move_map.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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.
Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
[ ] links valid
2-
[ ] ordering correct
1+
VALIDATION CHECKLIST
2+
Generated: 2026-04-13
3+
Command: Generate move map and validation artifacts
4+
5+
Checks
6+
- [x] Canonical sample phase directories present (phase-01..phase-15)
7+
- [x] Canonical sample ids present under each phase (####)
8+
- [x] samples/index.html live links use ./phase-XX/####/index.html
9+
- [x] samples/index.html live links resolve to existing files
10+
- [x] Runtime harness phase matcher accepts canonical phase naming
11+
- [x] No engine/game API surface changes required for artifact generation
12+
13+
Command Results
14+
- samples canonical dirs: PASS
15+
- live sample href format: PASS
16+
- live sample href resolution: PASS
17+
- runtime harness matcher (^phase-?\\d{2}$): PASS
18+
19+
Notes
20+
- Artifacts generated from repository current state.
21+
- This checklist is reporting-only and does not broaden implementation scope.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# PR_01_01_REPO_STRUCTURE_MOVE_MAP
2+
3+
Defines exact move map for repo structure normalization.

0 commit comments

Comments
 (0)