Skip to content

Commit 0dce799

Browse files
author
DavidQ
committed
Normalize remaining tools import paths
1 parent f4800ad commit 0dce799

6 files changed

Lines changed: 29 additions & 7 deletions

File tree

docs/dev/CODEX_COMMANDS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MODEL: GPT-5.4-codex
22
REASONING: high
33

44
COMMAND:
5-
Execute docs/pr/BUILD_PR_REPO_STRUCTURE_60_MOVE_MAP_SHARED_PATHS.md exactly.
6-
Only update incorrect shared import paths.
5+
Execute docs/pr/BUILD_PR_REPO_STRUCTURE_61_MOVE_MAP_TOOLS_PATHS.md exactly.
6+
Only update incorrect tools import paths.
77
Package to:
8-
<project folder>/tmp/BUILD_PR_REPO_STRUCTURE_60_MOVE_MAP_SHARED_PATHS_delta.zip
8+
<project folder>/tmp/BUILD_PR_REPO_STRUCTURE_61_MOVE_MAP_TOOLS_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-
Normalize remaining shared import paths to src/shared/
1+
Normalize remaining tools import paths

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Next: BUILD_PR_REPO_STRUCTURE_61_MOVE_MAP_TOOLS_PATHS
1+
Next: BUILD_PR_REPO_STRUCTURE_62_MOVE_MAP_SAMPLES_PATHS
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
shared path normalization slice
1+
tools path normalization slice

docs/dev/reports/file_tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
targeted shared import updates only
1+
targeted tools import updates only
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# BUILD PR — Repo Structure Move Map (Tools Paths)
2+
3+
## Purpose
4+
Normalize remaining tools import paths to align with canonical structure.
5+
6+
## Exact Target Files
7+
- files that currently reference incorrect tools paths
8+
9+
## Required Code Changes
10+
- replace any remaining:
11+
tools/... → tools/... (correct root alignment if mis-referenced, e.g., ./tools vs tools/)
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 tools path imports remain in touched files
22+
- imports resolve correctly

0 commit comments

Comments
 (0)