Problem
Several primary studio links (/studio/theme, /studio/components, /studio/code) did not resolve to real product routes. The shell also relied on hard-coded state, and the theme runtime existed but was not mounted, so token edits were not applied globally.
Impact
- users hit missing pages from first-party navigation
- shell controls appear present without mapping to real product state
- theme token updates do not propagate to runtime CSS variables
Acceptance Criteria
- all primary studio destinations resolve to real routes
- sidebar, topbar, and command entry reflect route-aware workspace navigation
- theme runtime is mounted and live token changes apply globally
- dedicated workspace surfaces exist for brand, theme, component, canvas, and code review flows
Problem
Several primary studio links (
/studio/theme,/studio/components,/studio/code) did not resolve to real product routes. The shell also relied on hard-coded state, and the theme runtime existed but was not mounted, so token edits were not applied globally.Impact
Acceptance Criteria