@@ -2,49 +2,26 @@ MODEL: GPT-5.4
22REASONING: high
33
44COMMAND:
5- Create ` BUILD_PR_LEVEL_09_TOOLS_NORMALIZATION_AND_REQUIRED_TOOLS_COMBINED_PASS ` as one combined Tools-lane PR.
5+ Create ` BUILD_PR_LEVEL_09_TOOLS_RESIDUE_ONLY ` as the final residue-only PR for the Tools lane .
66
77Goal:
8- Finish as much of the remaining tool normalization and dependency-driven required tool work as truthfully possible in one pass.
9-
10- Target items to close in this PR if supported:
11-
12- Existing Tools
13- - TileMapEditor normalized
14- - ParallaxEditor normalized
15- - VectorMapEditor normalized
16- - VectorAssetStudio normalized
17-
18- New Required Tools
19- - PhysicsSandboxTool
20- - StateInspectorTool
21- - ReplayVisualizerTool
22- - PerformanceProfilerTool
23- - AssetPipelineTool
24- - Tile/Model Converter Tool
8+ Close only the remaining residue left after:
9+ ` BUILD_PR_LEVEL_09_TOOLS_NORMALIZATION_AND_REQUIRED_TOOLS_COMBINED_PASS `
2510
2611Required work:
27- 1 . Treat the four existing tools as one normalization cluster.
28- 2 . Normalize their shared shell, placement, boundaries, and data-contract consistency.
29- 3 . Treat the required tools as one dependency-driven stabilization cluster.
30- 4 . Close as many partial or open items as truthfully possible without speculative overbuilding.
31- 5 . Reuse existing repo patterns and tool infrastructure instead of creating disconnected one-offs.
32- 6 . Close as many remaining tool items as truthfully possible in this one PR.
33- 7 . If anything remains open:
34- - keep the residue very small
35- - report exact blockers
36- - leave it suitable for one residue-only PR
37-
38- Roadmap:
39- - update status markers only
40- - do NOT rewrite roadmap text
12+ 1 . Inspect the results of the prior combined tools pass.
13+ 2 . Identify only the tool items that still remain open.
14+ 3 . Make the smallest valid changes needed to close those remaining items.
15+ 4 . Do NOT reopen or rework tool items already completed.
16+ 5 . Do NOT expand scope beyond the actual residue.
17+ 6 . Update roadmap status markers only.
18+ 7 . Report whether the Tools lane is now fully complete.
4119
4220Final packaging step is REQUIRED:
4321- package ALL changed files into this exact repo-structured ZIP:
44- ` <project folder>/tmp/BUILD_PR_LEVEL_09_TOOLS_NORMALIZATION_AND_REQUIRED_TOOLS_COMBINED_PASS .zip `
22+ ` <project folder>/tmp/BUILD_PR_LEVEL_09_TOOLS_RESIDUE_ONLY .zip `
4523
4624Hard rules:
47- - combine aggressively to reduce PR count
48- - keep the changes coherent
25+ - residue-only closeout
4926- no unrelated repo changes
5027- no missing ZIP
0 commit comments