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
- Result: no changed files under deprecated `tools/workspace-v2/`.
11
+
12
+
## Integration Boundary
13
+
- This PR does not add new Asset Manager V2 integration behavior.
14
+
- Existing Workspace Manager V2 launch coverage remains in place so the workspace-v2 aggregate gate can continue to validate current launch guard behavior.
-`tools/workspace-manager-v2/styles/workspaceManagerV2.css` now maps its local surface variables to the shared First-Class Tool V2 theme tokens:
5
+
-`--bg-gradient`
6
+
-`--panel`
7
+
-`--surface-inline`
8
+
-`--surface-border`
9
+
-`--line`
10
+
-`--text`
11
+
-`--muted`
12
+
-`--accent`
13
+
- Local green/teal hardcoded colors were removed from Workspace Manager V2 CSS.
14
+
- The local CSS retains native browser button system colors, matching the existing `tools/templates-v2` pattern.
15
+
- Workspace Manager V2 app shell, frame, panel, accordion, input, and status surfaces now resolve through the same token source used by Tool Template V2, Palette Manager V2, Preview Generator V2, and Asset Manager V2.
- Playwright validates the import order, body class usage, absence of local hardcoded CSS color literals, and computed style parity against shared tokens.
28
+
29
+
## Forward-Looking Theme Contract
30
+
- New first-class tools should import the same theme sources in the same order before local tool CSS.
31
+
- New first-class tools should use local CSS variables only as semantic aliases to approved shared theme tokens.
32
+
- New first-class tools should not introduce local color palettes, local gradients, local rgba surfaces, or local text colors unless a future PR explicitly adds the token to the shared theme source.
33
+
- Tool-local CSS may define layout, spacing, sizing, and component-specific structure, but color and surface values should resolve through shared theme tokens.
0 commit comments