|
1 | | -Validation Checklist - BUILD_PR_LEVEL_09_14_RUNTIME_ASSET_VALIDATION |
| 1 | +Validation Checklist - BUILD_PR_LEVEL_09_15_ASSET_ERROR_HANDLING |
2 | 2 |
|
3 | 3 | Scope |
4 | | -[x] Runtime asset validation layer added |
5 | | -[x] Manifest-resolved runtime assets validated before use |
6 | | -[x] `/data/` runtime paths rejected |
7 | | -[x] Validation integrated with shared lookup layer |
| 4 | +[x] Asset error handling standard implemented |
| 5 | +[x] Error propagation unified in touched pipeline/runtime layers |
| 6 | +[x] Runtime validation + lookup integration completed |
| 7 | +[x] Debug-friendly structured reporting added |
8 | 8 | [x] No engine redesign |
9 | | -[x] No tool UI work |
10 | | -[x] No asset format expansion |
| 9 | +[x] No UI changes |
11 | 10 |
|
12 | 11 | Code |
13 | | -[x] Added `tools/shared/pipeline/runtimeAssetValidation.js` |
| 12 | +[x] Added `tools/shared/pipeline/assetErrorHandling.js` |
| 13 | +[x] Updated `tools/shared/pipeline/runtimeAssetValidation.js` |
14 | 14 | [x] Updated `tools/shared/pipeline/runtimeAssetLookup.js` |
15 | | -[x] Added `tests/tools/RuntimeAssetValidation.test.mjs` |
| 15 | +[x] Updated `tools/shared/pipeline/assetPipelineTooling.js` |
| 16 | +[x] Added `tests/tools/AssetErrorHandlingStandard.test.mjs` |
| 17 | +[x] Updated `tests/tools/RuntimeAssetValidation.test.mjs` |
16 | 18 | [x] Updated `tests/tools/RuntimeAssetLookupConsolidation.test.mjs` |
| 19 | +[x] Updated `tests/tools/AssetPipelineTooling.test.mjs` |
17 | 20 | [x] Updated `tests/run-tests.mjs` |
18 | 21 |
|
19 | 22 | Validation |
| 23 | +[x] `node --check tools/shared/pipeline/assetErrorHandling.js` |
20 | 24 | [x] `node --check tools/shared/pipeline/runtimeAssetValidation.js` |
21 | 25 | [x] `node --check tools/shared/pipeline/runtimeAssetLookup.js` |
| 26 | +[x] `node --check tools/shared/pipeline/assetPipelineTooling.js` |
| 27 | +[x] `node --check tests/tools/AssetErrorHandlingStandard.test.mjs` |
22 | 28 | [x] `node --check tests/tools/RuntimeAssetValidation.test.mjs` |
23 | 29 | [x] `node --check tests/tools/RuntimeAssetLookupConsolidation.test.mjs` |
| 30 | +[x] `node --check tests/tools/AssetPipelineTooling.test.mjs` |
24 | 31 | [x] `node --check tests/run-tests.mjs` |
25 | | -[x] Focused tests pass: RuntimeAssetValidation, RuntimeAssetLookupConsolidation |
26 | | -[x] Existing tests pass: RuntimeAssetBinding, GameAssetManifestCoordinator, AssetPipelineTooling, ProjectToolDataContracts |
27 | | -[x] Existing consumer/lane tests pass: AsteroidsAssetReferenceAdoption, AsteroidsPlatformDemo, VectorNativeTemplate, VectorTemplateSampleGame, VectorAssetSystem |
| 32 | +[x] Focused tests pass: AssetErrorHandlingStandard, RuntimeAssetValidation, RuntimeAssetLookupConsolidation, AssetPipelineTooling |
| 33 | +[x] Existing regression tests pass: RuntimeAssetBinding, GameAssetManifestCoordinator, ProjectToolDataContracts, AsteroidsAssetReferenceAdoption, AsteroidsPlatformDemo, VectorNativeTemplate, VectorTemplateSampleGame, VectorAssetSystem |
28 | 34 |
|
29 | 35 | Roadmap |
30 | 36 | [x] Status-only update applied |
|
0 commit comments