Skip to content

Commit a6b65a6

Browse files
author
DavidQ
committed
Normalize remaining engine import paths to src/engine/
1 parent b697e1b commit a6b65a6

7 files changed

Lines changed: 34 additions & 8 deletions

docs/dev/CODEX_COMMANDS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
MODEL: GPT-5.4-codex
22
REASONING: high
3+
34
COMMAND:
4-
Execute docs/pr/BUILD_PR_PROMOTION_GATE_58_VALIDATION_CLOSEOUT.md exactly.
5-
Package to <project folder>/tmp/BUILD_PR_PROMOTION_GATE_58_VALIDATION_CLOSEOUT_delta.zip
5+
Execute docs/pr/BUILD_PR_REPO_STRUCTURE_59_MOVE_MAP_ENGINE_PATHS.md exactly.
6+
Only update incorrect engine import paths.
7+
Package to:
8+
<project folder>/tmp/BUILD_PR_REPO_STRUCTURE_59_MOVE_MAP_ENGINE_PATHS_delta.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Finalize promotion gate validation and closeout
1+
Normalize remaining engine import paths to src/engine/

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
End of promotion-gate lane
1+
Next: BUILD_PR_REPO_STRUCTURE_60_MOVE_MAP_SHARED_PATHS
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
narrow slice
1+
engine path normalization slice

docs/dev/reports/file_tree.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
src/advanced/promotion/createPromotionGate.js
2-
src/shared/state/createPromotionStateSnapshot.js
1+
targeted import updates only
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
exact files only
1+
no broad scan, exact replacements only
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# BUILD PR — Repo Structure Move Map (Engine Paths)
2+
3+
## Purpose
4+
Continue repo structure normalization using exact move-map execution only.
5+
This PR focuses strictly on correcting remaining engine import paths.
6+
7+
## Exact Target Files
8+
- files still referencing incorrect engine path (Codex must ONLY update existing imports)
9+
- no file moves in this PR
10+
11+
## Required Code Changes
12+
- replace any remaining:
13+
engine/... → src/engine/...
14+
15+
## Constraints
16+
- DO NOT scan entire repo blindly
17+
- only modify files that already contain incorrect paths
18+
- DO NOT move files
19+
- DO NOT refactor code
20+
- DO NOT change logic
21+
22+
## Acceptance Criteria
23+
- no remaining incorrect engine path imports in touched files
24+
- no new paths introduced

0 commit comments

Comments
 (0)