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
# PR_26133_115 Object Vector Studio Manifest Map Cleanup Report
2
+
3
+
## Summary
4
+
- Read `docs/dev/PROJECT_INSTRUCTIONS.md` before implementation.
5
+
- Used the current `PR_26133_114` workspace delta and `tmp/PR_26133_114-asteroids-manifest-geometry-completion_delta.zip` as the prior reference.
6
+
- Moved Asteroids restored vector maps from `tools.vector-map-editor.vectorMapDocument` to `tools.object-vector-studio-v2.vectorMaps`.
7
+
- Removed the separate `vector.asteroids.attract.*` map entries from the Asteroids manifest.
8
+
- Updated `ASTEROIDS_VECTOR_MAP_IDS.attractAsteroid`, `attractShip`, and `attractUfo` to resolve to `object.asteroids.large-asteroid`, `object.asteroids.ship`, and `object.asteroids.large-ufo`.
9
+
- Kept runtime vector-map loading manifest-only, with missing required vector maps or required Object Vector maps reported as actionable validation failures.
10
+
- Marked `vector-map-editor` schema as deprecated and pointed future game-owned vector-map work to `object-vector-studio-v2.vectorMaps`.
0 commit comments