You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Read `docs/dev/PROJECT_INSTRUCTIONS.md` before implementation.
5
+
- Used PR_26133_115 as the prior reference from committed `HEAD` (`1d22d12c7`) and `docs/dev/reports/PR_26133_115-object-vector-studio-manifest-map-cleanup_report.md`; the local PR115 delta ZIP was not present under `tmp/`.
- Removed `ASTEROIDS_REQUIRED_OBJECT_VECTOR_MAP_IDS`; `ASTEROIDS_REQUIRED_VECTOR_MAP_IDS` is now the single required-ID validation list for manifest vector entries and required Object Vector object IDs.
11
+
- Restored older Asteroids vector geometry from git history:
12
+
- ship path/points from pre-Object-Vector manifest vector data (`3fc7bbce7`)
13
+
- UFO polylines and Bullet square geometry from the original Asteroids runtime (`31ca1521e`)
14
+
- Removed the active workspace manifest schema `$ref` to `vector-map-editor.schema.json`; the deprecated schema remains only as historical metadata.
- WARN: attempted non-targeted `ToolWorkspaceSchemaManifestBoundaries` execution fails on an unrelated stale Palette Manager assertion; the schema file itself still passes syntax/JSON and targeted vector-map-editor reference checks.
54
+
55
+
## Skipped
56
+
- Skipped `npm run test:workspace-v2` by request; this PR requested targeted Asteroids and impacted tool validation only.
57
+
- Skipped full samples smoke test by request.
58
+
59
+
## Expected Behavior
60
+
- Asteroids vector map runtime loading uses manifest data only.
61
+
- Required manifest IDs resolve from `ASTEROIDS_REQUIRED_VECTOR_MAP_IDS`.
62
+
-`vector.asteroids.ship.collision`, `vector.asteroids.ship.life`, `vector.asteroids.ufo.large.collision`, and `vector.asteroids.ufo.small.collision` are no longer active Asteroids vector map IDs.
63
+
- Missing required manifest vector entries or required Object Vector objects fail validation with the missing ID named.
64
+
- Current workspace schemas do not actively depend on `vector-map-editor.schema.json`.
0 commit comments