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
-`workspaceSession` with workspace identity, default/active tool, active host context, `toolSessions` grouped by toolId/sessionId, and `savedSessions`
29
-
- Removed runtime-only fields from workspace export payload contract:
30
-
-`sessionHistory`
31
-
-`sessionSelection`
32
-
-`mergeAuditLog`
33
-
- lone `activeSessionPayload`
34
-
- Added workspace import (`importWorkspaceSessionJson`) with contract validation and state hydration for active session + saved sessions.
35
-
36
-
## Workspace Contract Alignment Notes
37
-
- Existing repo schemas under `tools/schemas/workspace*.json` are workspace/game manifest contracts for legacy tool ids and are not directly compatible with Workspace V2 tool-session lane.
38
-
- This PR keeps schema files untouched and enforces a Workspace V2 portable session wrapper contract in code/tests.
39
-
- No schema file correction was required for this scoped Workspace V2 runtime/export lane.
15
+
- Removed Workspace V2 Navigation Mode dropdown.
16
+
- Removed Workspace V2 Tool Mode (navTools) controls from UI.
17
+
- Workspace V2 now always runs workspace-context import/export controls only.
18
+
- Wired Workspace V2 import/export buttons directly to workspace-session handlers.
19
+
- Workspace export remains a portable workspace-session wrapper and excludes runtime-only fields:
20
+
- sessionHistory
21
+
- sessionSelection
22
+
- mergeAuditLog
23
+
- lone activeSessionPayload
24
+
- Tool pages validated to confirm they do not expose workspace-session import/export controls.
Implement Workspace V2 nav mode separation for import/export controls and align workspace export/import with a portable workspace-level session contract.
4
+
Continue/fix PR_11_276 by enforcing strict Workspace V2 navigation mode separation and workspace-session-only import/export controls.
5
5
6
6
## Files
7
7
- tools/workspace-v2/index.html
@@ -10,31 +10,23 @@ Implement Workspace V2 nav mode separation for import/export controls and align
Separate tool-vs-workspace navigation modes in Workspace V2 import/export controls and correct workspace export to a portable workspace-level contract.
4
+
Enforce strict Workspace V2 navigation mode separation by removing mode switching and keeping Workspace V2 import/export controls workspace-session only.
5
5
6
6
## Scope
7
7
- tools/workspace-v2/index.html
@@ -10,18 +10,16 @@ Separate tool-vs-workspace navigation modes in Workspace V2 import/export contro
10
10
- docs/report only
11
11
12
12
## Goals
13
-
- Add explicit nav mode separation:
14
-
- tool mode (navTools) exposes only tool import/export actions
15
-
- workspace mode (navWorkspace) exposes only workspace import/export actions
0 commit comments