File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- PLAN_PR_DEBUG_SURFACES_SERVER_RUNTIME_ISOLATION
1+ Proceed to APPLY_PR after validation.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- src/engine/
2- (engine removed)
1+ src/shared populated per target map
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments