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
Implement Object Vector Studio V2 object system foundation with schema validation and selectable object tiles - PR_26132_005-object-vector-studio-v2-object-system
The coverage guardrail reported no changed-runtime-JS warnings.
91
+
92
+
## Full Samples Smoke Test
93
+
94
+
Skipped. This PR is limited to Object Vector Studio V2 object management foundation and targeted Workspace Manager V2 Playwright coverage. It does not change shared sample loading or broad sample runtime behavior.
95
+
96
+
## Manual Test Steps
97
+
98
+
1. Open `tools/object-vector-studio-v2/index.html`.
99
+
2. Try Add with an object name before importing JSON and confirm Status Log shows a `FAIL` message.
100
+
3. Import invalid JSON missing `palette` and confirm no object tiles render.
101
+
4. Import valid JSON with `palette.swatches` and `objects[]`.
102
+
5. Select an object tile and confirm Object Name, Object Details, selected state, and JSON Details update.
103
+
6. Rename the selected object and confirm the tile and JSON Details update.
104
+
7. Add a new object and confirm the object count increases and the new tile is selected.
105
+
8. Flatten the selected object and confirm the active object JSON includes flatten metadata.
106
+
9. Delete the selected object and confirm the object list/count/details stay synchronized.
107
+
108
+
## Out Of Scope
109
+
110
+
- Full object editing.
111
+
- Shape/path editing.
112
+
- Persisting changes into Workspace Manager V2 manifests.
<divid="objectVectorStudioV2LoadStatus" class="object-vector-studio-v2__callout" role="status">Schema-only loading is idle. Import JSON or launch with workspace toolState data that includes a palette.</div>
0 commit comments