Skip to content

Commit 805c987

Browse files
author
DavidQ
committed
BUILD PR: exact helper move to src/shared using target map.
1 parent feee2dc commit 805c987

7 files changed

Lines changed: 35 additions & 24 deletions

docs/dev/CODEX_COMMANDS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
# No Codex command in this PLAN bundle
1+
MODEL: GPT-5.3-codex
2+
REASONING: high
3+
COMMAND:
4+
Execute BUILD_PR_SHARED_EXTRACTION_02_EXACT_HELPER_MOVE exactly.
5+
Use target map only.
6+
Output zip to <project folder>/tmp/.

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
PLAN: shared extraction (02) target map preparation
2-
3-
- captured required exact-target mapping before first helper move
4-
- identified initial helper buckets
5-
- prevented vague BUILD scope
6-
7-
next:
8-
- BUILD_PR_SHARED_EXTRACTION_02_EXACT_HELPER_MOVE once exact files are named
1+
BUILD PR: exact helper move to src/shared using target map.

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PLAN_PR_DEBUG_SURFACES_SERVER_RUNTIME_ISOLATION
1+
Proceed to APPLY_PR after validation.
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
CHANGE SUMMARY
2-
3-
- captured the exact-target-map requirement before first helper move
4-
- preserved small-step workflow
5-
- prevented vague BUILD scope
1+
Helper extraction to shared.

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/engine/
2-
(engine removed)
1+
src/shared populated per target map
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
VALIDATION CHECKLIST
2-
3-
[x] docs-only plan
4-
[x] no code changes
5-
[x] no file moves
6-
[x] exact-target requirement captured
7-
[x] next BUILD blocked until exact source files are named
1+
- Matches target map
2+
- No duplicates
3+
- Imports updated
4+
- Build passes
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# BUILD_PR_SHARED_EXTRACTION_02_EXACT_HELPER_MOVE
2+
3+
Purpose: Move duplicate helpers into src/shared using ONLY the target map.
4+
5+
Source of Truth:
6+
PLAN_PR_SHARED_EXTRACTION_02_TARGET_MAP
7+
8+
Rules:
9+
- DO NOT scan repo
10+
- ONLY use listed files
11+
- NO API changes
12+
- NO new helpers
13+
14+
Instructions:
15+
- Move helpers exactly as defined in target map
16+
- Update imports only
17+
18+
Acceptance:
19+
- No duplicates remain
20+
- Imports valid
21+
- Build passes

0 commit comments

Comments
 (0)