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
-`asset-browser-v2`: browser-interactive manual run not executed in this CLI-only session (no interactive browser in terminal tooling). Static checks by source inspection: header mount present, no-session empty state region present, malformed-session invalid state region present, valid/render region present, no banned JS `innerHTML` page construction.
35
+
-`palette-manager-v2`: browser-interactive manual run not executed in this CLI-only session (no interactive browser in terminal tooling). Static checks by source inspection: header mount present, no-session empty state region present, malformed-session invalid state region present, valid/render region present, no banned JS `innerHTML` page construction.
36
+
-`svg-asset-studio-v2`: browser-interactive manual run not executed in this CLI-only session (no interactive browser in terminal tooling). Static checks by source inspection: header mount present, no-session empty state region present, malformed-session invalid state region present, valid/render region present, no banned JS `innerHTML` page construction, URL payload writeback path removed.
37
+
-`vector-map-editor-v2`: browser-interactive manual run not executed in this CLI-only session (no interactive browser in terminal tooling). Static checks by source inspection: header mount present, no-session empty state region present, malformed-session invalid state region present, valid/render region present, no banned JS `innerHTML` page construction, vector preview rendered via SVG DOM nodes.
38
+
-`tilemap-studio-v2`: no code changes in this PR; existing V2 structure re-inspected and left unchanged.
39
+
40
+
## Full Smoke Decision
41
+
- Full samples smoke was **skipped**. Reason: this PR is scoped to V2 tool HTML/JS only and does not modify shared sample infrastructure.
document.getElementById("assetBrowserV2ContractReadout").textContent="payloadJson loaded\npayloadJson.assetCatalog valid\nentries[] valid but empty";
62
-
document.getElementById("assetBrowserV2WorkspaceReadout").textContent="Workspace session context was read. Workspace writes are deferred for this isolated V2 entry.";
document.getElementById("assetBrowserV2State").textContent="Asset Browser V2 loaded a valid session asset catalog with zero entries. Add explicit entries to assetCatalog.entries[].";
document.getElementById("assetBrowserV2WorkspaceReadout").textContent="Workspace session context was read. Workspace writes are deferred for this isolated V2 entry.";
document.getElementById("assetBrowserV2InvalidState").textContent=`${message} Re-open Asset Browser V2 from a host session that provides payloadJson.assetCatalog.`;
<divid="paletteManagerState" class="palette-manager-v2-state">No palette session data found. Open Palette Manager V2 with a valid hostContextId session.</div>
<divid="paletteManagerEmptyState" class="palette-manager-v2-state">No palette session data found. Open Palette Manager V2 with a valid hostContextId session.</div>
27
+
<divid="paletteManagerInvalidState" class="palette-manager-v2-state palette-manager-v2-state--error" hidden>Palette Manager V2 session data is invalid. Re-open the tool from a valid host session.</div>
28
+
<divid="paletteManagerValidState" hidden>
29
+
<divid="paletteManagerState" class="palette-manager-v2-state">Palette Manager V2 loaded the session palette.</div>
0 commit comments