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
- Copied the Preview Generator V2 Repo Destination control UI into the top-left Workspace Manager V2 column.
5
+
- Added `tools/workspace-manager-v2/js/controls/RepoDestinationControl.js` with the same display/visibility/pick-handler control pattern used by Preview Generator V2.
6
+
- Wired the Workspace Manager V2 control locally through `bootstrap.js` and `WorkspaceManagerV2App.js`.
7
+
- The Workspace Manager V2 picker updates only the visible Repo selected value and status log.
8
+
9
+
## Guardrails
10
+
- No sessionStorage, toolState, launch payload, schema, or runtime contract behavior was changed.
- Verified Repo Destination is the first accordion in the Workspace Manager V2 left column.
20
+
- Verified Workspace Manager V2 Repo Destination pick updates only the local display value.
21
+
- Verified Workspace Manager V2 Workspace JSON and sessionStorage remain unchanged after Repo Destination pick.
22
+
- Verified no `toolState` session keys are created by the Repo Destination pick.
23
+
- Verified existing Preview Generator V2 Repo Destination picker still updates the Preview Generator V2 selected repo display.
24
+
- Verified no direct-write/tool-communication endpoint identifiers were introduced in Workspace Manager V2 or Preview Generator V2 runtime files.
25
+
26
+
## Skipped
27
+
- Full samples smoke test was skipped by request. This PR changes only the Workspace Manager V2 Repo Destination UI/control surface, and the targeted Workspace Manager V2 plus Preview Generator V2 checks cover the affected behavior.
0 commit comments