|
1 | | - |
2 | 1 | MODEL: GPT-5.4 |
3 | 2 | REASONING: high |
4 | 3 |
|
5 | 4 | COMMAND: |
6 | | -Create `BUILD_PR_LEVEL_10_22_TEMPLATE_BEZEL_BACKGROUND_CONVENTION_FOUNDATION` |
7 | | - |
8 | | -1. Align games/_template structure with Asteroids asset conventions |
9 | | -2. Ensure shared pipeline handles: |
10 | | - - backgroundImage (gameplay-only) |
11 | | - - fullscreenBezel (fullscreen-only HTML layer) |
12 | | -3. Ensure override file: |
13 | | - - auto-created at startup if bezel exists |
14 | | - - not overwritten |
15 | | -4. Remove any game-specific coupling from shared code |
16 | | -5. Validate across template + Asteroids |
17 | | - |
18 | | -Package: |
19 | | -<project folder>/tmp/BUILD_PR_LEVEL_10_22_TEMPLATE_BEZEL_BACKGROUND_CONVENTION_FOUNDATION.zip |
20 | | - |
21 | | -Rules: |
22 | | -- minimal changes |
23 | | -- no unrelated edits |
| 5 | +Create `BUILD_PR_LEVEL_10_23_RESTORE_MASTER_ROADMAP_STATUS_ONLY`. |
| 6 | + |
| 7 | +1. Restore this exact file from git history: |
| 8 | + `docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md` |
| 9 | + |
| 10 | +2. Use the last known good FULL version from repo history. |
| 11 | + - Do NOT reconstruct manually |
| 12 | + - Do NOT use a shortened replacement |
| 13 | + - Do NOT write a fresh roadmap |
| 14 | + - Do NOT accept any restore under 600 lines |
| 15 | + |
| 16 | +3. After restore, apply ONLY status-marker updates. |
| 17 | + Allowed changes: |
| 18 | + - `[ ]` |
| 19 | + - `[x]` |
| 20 | + - `[.]` |
| 21 | + |
| 22 | +4. Forbidden changes: |
| 23 | + - no text rewrites |
| 24 | + - no formatting changes |
| 25 | + - no new sections |
| 26 | + - no deleted sections |
| 27 | + - no line collapsing |
| 28 | + - no summary replacement |
| 29 | + |
| 30 | +5. Validation is REQUIRED: |
| 31 | + - report the git source used for restore |
| 32 | + - report restored line count |
| 33 | + - fail the task if the file is not 600+ lines before status-only edits |
| 34 | + |
| 35 | +6. Final packaging step is REQUIRED: |
| 36 | + - package ALL changed files into this exact repo-structured ZIP: |
| 37 | + `<project folder>/tmp/BUILD_PR_LEVEL_10_23_RESTORE_MASTER_ROADMAP_STATUS_ONLY.zip` |
| 38 | + |
| 39 | +Hard rules: |
| 40 | +- exact historical restore |
| 41 | +- status-only update after restore |
| 42 | +- no unrelated repo changes |
| 43 | +- no missing ZIP |
0 commit comments