|
| 1 | + |
1 | 2 | MODEL: GPT-5.4 |
2 | 3 | REASONING: high |
3 | 4 |
|
4 | 5 | COMMAND: |
5 | | -Create `BUILD_PR_LEVEL_12_2D_CAPABILITY_TRACK_COMBINED_CLOSEOUT` as one combined 2D Capability Track PR. |
6 | | - |
7 | | -Goal: |
8 | | -Finish as much of the 2D Capability Track as truthfully possible in one pass. |
9 | | - |
10 | | -Target items to close in this PR if supported: |
11 | | -- camera systems stabilized |
12 | | -- tilemap/runtime integration stabilized |
13 | | -- collision patterns stabilized |
14 | | -- enemy/hero/gameplay conventions stabilized |
15 | | -- replay/state integration for 2D games stabilized |
16 | | -- polished 2D reference game path established |
17 | | -- 2D reference game built |
18 | | - |
19 | | -Required work: |
20 | | -1. Treat the core 2D runtime items as one gameplay-runtime cluster: |
21 | | - - camera |
22 | | - - tilemap/runtime |
23 | | - - collision patterns |
24 | | - - enemy/hero/gameplay conventions |
25 | | - |
26 | | -2. Treat replay/state integration as part of that same 2D runtime lane, reusing the already-established Section-4 state/replay/timeline foundations. |
27 | | - |
28 | | -3. Use this PR to establish and, if truthfully supported, complete the 2D reference game path and 2D reference game build. |
29 | | - - If the full build cannot be truthfully completed, establish the exact path and leave only the smallest explicit residue. |
30 | | - |
31 | | -4. Reuse existing repo patterns and already-completed lanes instead of introducing disconnected one-offs. |
32 | | - |
33 | | -5. Close as many target items as truthfully possible in this one PR. |
34 | | - |
35 | | -6. If anything remains open: |
36 | | - - keep the residue very small |
37 | | - - report exact blockers |
38 | | - - leave it suitable for one residue-only PR |
39 | | - |
40 | | -Roadmap: |
41 | | -- update status markers only |
42 | | -- do NOT rewrite roadmap text |
| 6 | +Create `BUILD_PR_LEVEL_12_2D_CAPABILITY_TRACK_RESIDUE_ONLY`. |
43 | 7 |
|
44 | | -Final packaging step is REQUIRED: |
45 | | -- package ALL changed files into this exact repo-structured ZIP: |
46 | | - `<project folder>/tmp/BUILD_PR_LEVEL_12_2D_CAPABILITY_TRACK_COMBINED_CLOSEOUT.zip` |
| 8 | +1. Inspect prior combined PR results. |
| 9 | +2. Identify remaining open items ONLY. |
| 10 | +3. Apply minimal fixes. |
| 11 | +4. Do not expand scope. |
| 12 | +5. Update roadmap status markers only. |
| 13 | +6. Report if lane is fully complete. |
47 | 14 |
|
48 | | -Hard rules: |
49 | | -- combine aggressively to reduce PR count |
50 | | -- keep the changes coherent |
51 | | -- no unrelated repo changes |
52 | | -- no missing ZIP |
| 15 | +Package: |
| 16 | +`<project folder>/tmp/BUILD_PR_LEVEL_12_2D_CAPABILITY_TRACK_RESIDUE_ONLY.zip` |
0 commit comments