|
| 1 | +# Level 8.26 Manifest SSoT Audit Report |
| 2 | + |
| 3 | +## Scope |
| 4 | +Audited: |
| 5 | +- `games/**/assets/tools.manifest.json` |
| 6 | +- `games/**/assets/workspace.asset-catalog.json` |
| 7 | +- game/workspace project JSON files under each game folder |
| 8 | + |
| 9 | +Objective: |
| 10 | +- per-game referenced JSON assets |
| 11 | +- per-game unreferenced JSON assets |
| 12 | +- duplicate/overlapping references |
| 13 | +- proposed SSoT target |
| 14 | + |
| 15 | +## Workspace Schema Re-check |
| 16 | +File: `tools/schemas/workspace.schema.json` |
| 17 | +- `samples` key present: no |
| 18 | +- `sampleId` key present: no |
| 19 | +- sample-only `phase` requirement present: no |
| 20 | + |
| 21 | +Result: `workspace_schema_sample_concepts=0` |
| 22 | + |
| 23 | +## Root File Audit |
| 24 | +- `workspace.manifest.json`: contains both `games` and legacy `samples`. |
| 25 | +- `package.json`: root npm project/scripts entrypoint. |
| 26 | +- `package-lock.json`: root lockfile for deterministic installs. |
| 27 | + |
| 28 | +## Manifest Wiring Adjustments Applied (Safe Data Wiring) |
| 29 | +- No manifest path rewrites were retained in this PR. |
| 30 | +- Audit note: game folder casing can appear mixed on Windows display, but tracked repo paths for these catalogs are lowercase (`games/bouncing-ball`, `games/pong`), and catalog paths were left as-is. |
| 31 | +- No runtime JS logic changes. |
| 32 | + |
| 33 | +## Per-Game Findings |
| 34 | + |
| 35 | +### AITargetDummy |
| 36 | +- Sources: |
| 37 | + - `games/AITargetDummy/assets/workspace.asset-catalog.json` |
| 38 | +- Referenced JSON assets: |
| 39 | + - none |
| 40 | +- Unreferenced JSON assets: |
| 41 | + - none |
| 42 | +- Duplicate/overlap: |
| 43 | + - none |
| 44 | +- Proposed SSoT target: |
| 45 | + - `workspace.asset-catalog.json` |
| 46 | + |
| 47 | +### Asteroids |
| 48 | +- Sources: |
| 49 | + - `games/Asteroids/assets/tools.manifest.json` |
| 50 | + - `games/Asteroids/assets/workspace.asset-catalog.json` |
| 51 | +- Referenced JSON assets: |
| 52 | + - `games/Asteroids/assets/palettes/asteroids-classic.palette.json` |
| 53 | + - `games/Asteroids/assets/parallax/data/overlay.data.json` |
| 54 | + - `games/Asteroids/assets/parallax/data/title.data.json` |
| 55 | + - `games/Asteroids/assets/parallax/overlay.json` |
| 56 | + - `games/Asteroids/assets/parallax/title.json` |
| 57 | + - `games/Asteroids/assets/sprites/data/demo.data.json` |
| 58 | + - `games/Asteroids/assets/sprites/demo.json` |
| 59 | + - `games/Asteroids/assets/tilemaps/data/stage.data.json` |
| 60 | + - `games/Asteroids/assets/tilemaps/stage.json` |
| 61 | + - `games/Asteroids/assets/vectors/asteroid-large.json` |
| 62 | + - `games/Asteroids/assets/vectors/asteroid-medium.json` |
| 63 | + - `games/Asteroids/assets/vectors/asteroid-small.json` |
| 64 | + - `games/Asteroids/assets/vectors/data/library.data.json` |
| 65 | + - `games/Asteroids/assets/vectors/ship.json` |
| 66 | + - `games/Asteroids/assets/vectors/title.json` |
| 67 | +- Unreferenced JSON assets: |
| 68 | + - `games/Asteroids/assets/images/bezel.stretch.override.json` |
| 69 | + - `games/Asteroids/assets/palettes/hud.json` |
| 70 | + - `games/Asteroids/assets/tilesets/ui.json` |
| 71 | +- Duplicate/overlap: |
| 72 | + - none (current references split across two manifests) |
| 73 | +- Proposed SSoT target: |
| 74 | + - `workspace.asset-catalog.json` as canonical runtime/workspace catalog |
| 75 | + - `tools.manifest.json` treated as derivable tool-lineage metadata until merged |
| 76 | + |
| 77 | +Asteroids explicit checks: |
| 78 | +- `games/Asteroids/assets/images/bezel.stretch.override.json`: unreferenced |
| 79 | +- `games/Asteroids/assets/palettes/asteroids-classic.palette.json`: referenced |
| 80 | +- `games/Asteroids/assets/palettes/hud.json`: unreferenced |
| 81 | + |
| 82 | +### Bouncing-ball |
| 83 | +- Sources: |
| 84 | + - `games/bouncing-ball/assets/workspace.asset-catalog.json` |
| 85 | +- Referenced JSON assets: |
| 86 | + - `games/bouncing-ball/assets/palettes/bouncing-ball-classic.palette.json` |
| 87 | + - `games/bouncing-ball/assets/skins/skin.main.json` |
| 88 | +- Unreferenced JSON assets: |
| 89 | + - none |
| 90 | +- Duplicate/overlap: |
| 91 | + - none |
| 92 | +- Proposed SSoT target: |
| 93 | + - `workspace.asset-catalog.json` |
| 94 | + |
| 95 | +### Breakout |
| 96 | +- Sources: |
| 97 | + - `games/breakout/assets/workspace.asset-catalog.json` |
| 98 | +- Referenced JSON assets: |
| 99 | + - `games/breakout/assets/palettes/breakout-classic.palette.json` |
| 100 | + - `games/breakout/assets/skins/skin.main.json` |
| 101 | +- Unreferenced JSON assets: |
| 102 | + - none |
| 103 | +- Duplicate/overlap: |
| 104 | + - none |
| 105 | +- Proposed SSoT target: |
| 106 | + - `workspace.asset-catalog.json` |
| 107 | + |
| 108 | +### GravityWell |
| 109 | +- Sources: |
| 110 | + - `games/GravityWell/assets/workspace.asset-catalog.json` |
| 111 | +- Referenced JSON assets: |
| 112 | + - none |
| 113 | +- Unreferenced JSON assets: |
| 114 | + - none |
| 115 | +- Duplicate/overlap: |
| 116 | + - none |
| 117 | +- Proposed SSoT target: |
| 118 | + - `workspace.asset-catalog.json` |
| 119 | + |
| 120 | +### Pacman |
| 121 | +- Sources: |
| 122 | + - `games/Pacman/assets/workspace.asset-catalog.json` |
| 123 | +- Referenced JSON assets: |
| 124 | + - none |
| 125 | +- Unreferenced JSON assets: |
| 126 | + - none |
| 127 | +- Duplicate/overlap: |
| 128 | + - none |
| 129 | +- Proposed SSoT target: |
| 130 | + - `workspace.asset-catalog.json` |
| 131 | + |
| 132 | +### Pong |
| 133 | +- Sources: |
| 134 | + - `games/pong/assets/workspace.asset-catalog.json` |
| 135 | +- Referenced JSON assets: |
| 136 | + - `games/pong/assets/palettes/pong-classic.palette.json` |
| 137 | + - `games/pong/assets/skins/skin.main.json` |
| 138 | +- Unreferenced JSON assets: |
| 139 | + - none |
| 140 | +- Duplicate/overlap: |
| 141 | + - none |
| 142 | +- Proposed SSoT target: |
| 143 | + - `workspace.asset-catalog.json` |
| 144 | + |
| 145 | +### SolarSystem |
| 146 | +- Sources: |
| 147 | + - `games/SolarSystem/assets/workspace.asset-catalog.json` |
| 148 | +- Referenced JSON assets: |
| 149 | + - `games/SolarSystem/assets/palettes/solar-system-classic.palette.json` |
| 150 | + - `games/SolarSystem/assets/skins/skin.main.json` |
| 151 | +- Unreferenced JSON assets: |
| 152 | + - none |
| 153 | +- Duplicate/overlap: |
| 154 | + - none |
| 155 | +- Proposed SSoT target: |
| 156 | + - `workspace.asset-catalog.json` |
| 157 | + |
| 158 | +### SpaceDuel |
| 159 | +- Sources: |
| 160 | + - `games/SpaceDuel/assets/workspace.asset-catalog.json` |
| 161 | +- Referenced JSON assets: |
| 162 | + - `games/SpaceDuel/assets/palettes/space-duel-classic.palette.json` |
| 163 | +- Unreferenced JSON assets: |
| 164 | + - none |
| 165 | +- Duplicate/overlap: |
| 166 | + - none |
| 167 | +- Proposed SSoT target: |
| 168 | + - `workspace.asset-catalog.json` |
| 169 | + |
| 170 | +### SpaceInvaders |
| 171 | +- Sources: |
| 172 | + - `games/SpaceInvaders/assets/workspace.asset-catalog.json` |
| 173 | +- Referenced JSON assets: |
| 174 | + - `games/SpaceInvaders/assets/palettes/space-invaders-classic.palette.json` |
| 175 | +- Unreferenced JSON assets: |
| 176 | + - none |
| 177 | +- Duplicate/overlap: |
| 178 | + - none |
| 179 | +- Proposed SSoT target: |
| 180 | + - `workspace.asset-catalog.json` |
| 181 | + |
| 182 | +### vector-arcade-sample |
| 183 | +- Sources: |
| 184 | + - `games/vector-arcade-sample/assets/workspace.asset-catalog.json` |
| 185 | + - `games/vector-arcade-sample/config/sample.project.json` |
| 186 | + - `games/vector-arcade-sample/runtime/bootstrap.runtime.json` |
| 187 | +- Referenced JSON assets: |
| 188 | + - `games/vector-arcade-sample/assets/data/palettes/vector-native-primary.palette.json` |
| 189 | + - `games/vector-arcade-sample/assets/data/parallax/template-backdrop.parallax.json` |
| 190 | + - `games/vector-arcade-sample/assets/data/sprites/template-player.sprite.json` |
| 191 | + - `games/vector-arcade-sample/assets/data/tilemaps/template-arena.tilemap.json` |
| 192 | + - `games/vector-arcade-sample/assets/data/tilemaps/template-ui.tileset.json` |
| 193 | + - `games/vector-arcade-sample/assets/data/vectors/template-hud.vector.json` |
| 194 | + - `games/vector-arcade-sample/assets/data/vectors/template-obstacle-large.vector.json` |
| 195 | + - `games/vector-arcade-sample/assets/data/vectors/template-obstacle-small.vector.json` |
| 196 | + - `games/vector-arcade-sample/assets/data/vectors/template-player.vector.json` |
| 197 | + - `games/vector-arcade-sample/assets/data/vectors/template-title.vector.json` |
| 198 | +- Unreferenced JSON assets: |
| 199 | + - none |
| 200 | +- Duplicate/overlap: |
| 201 | + - none |
| 202 | +- Proposed SSoT target: |
| 203 | + - `workspace.asset-catalog.json` |
| 204 | + |
| 205 | +## Folder Shape Audit (`assets/<tool>/data/*`) |
| 206 | +Observed examples: |
| 207 | +- `games/Asteroids/assets/parallax/data/*` |
| 208 | +- `games/Asteroids/assets/sprites/data/*` |
| 209 | +- `games/Asteroids/assets/tilemaps/data/*` |
| 210 | +- `games/Asteroids/assets/vectors/data/*` |
| 211 | + |
| 212 | +Recommendation: |
| 213 | +- Prefer explicit asset ownership paths over generic `data/` where feasible. |
| 214 | +- No directory/file moves were performed in this PR. |
0 commit comments