File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ MODEL: GPT-5.4-codex
22REASONING: high
33
44COMMAND:
5- Execute docs/pr/BUILD_PR_REPO_STRUCTURE_62_MOVE_MAP_SAMPLES_PATHS .md exactly.
6- Only update incorrect samples import paths.
5+ Execute docs/pr/BUILD_PR_REPO_STRUCTURE_63_MOVE_MAP_GAMES_PATHS .md exactly.
6+ Only update incorrect games import paths.
77Package to:
8- <project folder >/tmp/BUILD_PR_REPO_STRUCTURE_62_MOVE_MAP_SAMPLES_PATHS_delta .zip
8+ <project folder >/tmp/BUILD_PR_REPO_STRUCTURE_63_MOVE_MAP_GAMES_PATHS_delta .zip
Original file line number Diff line number Diff line change 1- Normalize remaining samples import paths
1+ Normalize remaining games import paths
Original file line number Diff line number Diff line change 1- Next: BUILD_PR_REPO_STRUCTURE_63_MOVE_MAP_GAMES_PATHS
1+ Next: inspect whether a post-path validation or exact move-map file relocation slice is needed.
Original file line number Diff line number Diff line change 1- samples path normalization slice
1+ games path normalization slice
Original file line number Diff line number Diff line change 1- targeted samples import updates only
1+ targeted games import updates only
Original file line number Diff line number Diff line change 1+ # BUILD PR — Repo Structure Move Map (Games Paths)
2+
3+ ## Purpose
4+ Normalize remaining games import paths to align with canonical structure.
5+
6+ ## Exact Target Files
7+ - files that currently reference incorrect games paths
8+
9+ ## Required Code Changes
10+ - replace any remaining incorrect game paths such as:
11+ games/... → games/... (correct relative vs root alignment)
12+
13+ ## Constraints
14+ - ONLY modify files that already contain incorrect paths
15+ - DO NOT scan broadly
16+ - DO NOT move files
17+ - DO NOT refactor code
18+ - DO NOT change logic
19+
20+ ## Acceptance Criteria
21+ - no incorrect game path imports remain in touched files
22+ - imports resolve correctly
You can’t perform that action at this time.
0 commit comments