|
1 | | -MODEL: GPT-5.3-codex |
2 | | -REASONING: medium |
| 1 | +MODEL: GPT-5.4 |
| 2 | +REASONING: high |
3 | 3 |
|
4 | 4 | COMMAND: |
5 | | -1. Run full validation suite |
6 | | -2. Verify manifest-driven loading across all asset types |
7 | | -3. Confirm no references to assets.json remain |
8 | | -4. Confirm all renamed files resolve correctly |
9 | | -5. Fix any breakages found |
10 | | -6. Package repo ZIP to: |
11 | | - <project folder>/tmp/BUILD_PR_LEVEL_10_14_ASTEROIDS_RUNTIME_VALIDATION_PASS.zip |
| 5 | +Create `BUILD_PR_LEVEL_10_15_TEMPLATE_ASSET_STRUCTURE_AND_FULLSCREEN_BEZEL_FOUNDATION` as one small bundled PR with exactly these changes: |
| 6 | + |
| 7 | +1. Normalize `games/_template/assets/` to match the current Asteroids asset directory structure: |
| 8 | + - audio/ |
| 9 | + - fonts/ |
| 10 | + - images/ |
| 11 | + - palettes/ |
| 12 | + - parallax/ |
| 13 | + - parallax/data/.gitkeep |
| 14 | + - sprites/ |
| 15 | + - sprites/data/.gitkeep |
| 16 | + - tilemaps/ |
| 17 | + - tilemaps/data/.gitkeep |
| 18 | + - tilesets/ |
| 19 | + - vectors/ |
| 20 | + - vectors/data/.gitkeep |
| 21 | + - preserve `.gitkeep` where needed |
| 22 | + - do NOT copy Asteroids-specific content into `_template` |
| 23 | + |
| 24 | +2. Add a minimal fullscreen bezel foundation that is clearly NOT Parallax: |
| 25 | + - use Asteroids `games/Asteroids/assets/images/bezel.png` as the first candidate asset |
| 26 | + - bezel only applies in fullscreen mode |
| 27 | + - bezel is screen-space, not world-space |
| 28 | + - implement as a dedicated explicit surface/class/module name such as `FullscreenBezelOverlay` or equivalent clear name |
| 29 | + - support draw mode contract with: |
| 30 | + - default `overlay` (draw last) |
| 31 | + - optional `underlay` support point for future use |
| 32 | + - keep scope minimal and engine-safe |
| 33 | + |
| 34 | +3. Add/update focused tests or validation coverage for: |
| 35 | + - `_template` directory scaffold exists |
| 36 | + - bezel path/contract resolves correctly |
| 37 | + - fullscreen-only gating is covered |
| 38 | + - no Parallax coupling is introduced |
| 39 | + |
| 40 | +4. Update roadmap status only by adding the bezel foundation item in the appropriate high-level roadmap area without rewriting unrelated roadmap text. |
| 41 | + |
| 42 | +5. Final packaging step is REQUIRED: |
| 43 | + - package ALL changed files into this exact repo-structured ZIP: |
| 44 | + `<project folder>/tmp/BUILD_PR_LEVEL_10_15_TEMPLATE_ASSET_STRUCTURE_AND_FULLSCREEN_BEZEL_FOUNDATION.zip` |
| 45 | + |
| 46 | +Hard rules: |
| 47 | +- no commit-only result |
| 48 | +- no missing ZIP |
| 49 | +- no repo-wide unrelated edits |
| 50 | +- keep changes surgical |
0 commit comments