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
- Verified the private workspace preview write endpoint now returns 404 in the targeted launch validation.
21
+
- Verified Git changed files include actual runtime/test changes, not report-only changes.
22
+
23
+
## Skipped
24
+
- Full samples smoke test was skipped by request. This rollback changes Workspace V2 / Preview Generator launch and write plumbing only; the required targeted launch checks and workspace V2 suite cover the affected surface.
- Preserved the committed Workspace Manager V2 accordion behavior in `tools/workspace-manager-v2/js/controls/AccordionSection.js`.
5
-
- Preserved committed Workspace Manager V2 layout and non-runtime UI consistency updates in `tools/workspace-manager-v2/index.html` and `tools/workspace-manager-v2/styles/workspaceManagerV2.css`.
6
-
- Preserved the committed Preview Generator V2 baseline where Workspace Manager launches hydrate from session context and tools-mode repo picking remains local to Preview Generator V2.
7
-
- Preserved existing schema files exactly; no `tools/schemas/**` files were changed by this rollback.
8
-
- Preserved sample JSON exactly; no `games/**`, `samples/**`, or sample manifest JSON files were changed by this rollback.
9
-
- Preserved roadmap content exactly; no roadmap files were changed by this rollback.
- Removed the uncommitted Workspace Manager V2 repo scan/select rewrite that added `selectRepoButton`, `activeRepoSummary`, `selectRepoRoot`, repo handle persistence, and `/__repo/games` coupling.
5
-
- Removed the uncommitted Preview Generator V2 node write mode rewrite that added `/__preview-generator-v2/write-preview`, `/__repo/status`, persisted repo handle restore, and node endpoint write selection.
6
-
- Removed the uncommitted shared `tools/common/RepoHandleStore.js` coupling and `tools/preview-generator-v2/PreviewGeneratorV2RepoHandleStore.js` wrapper.
7
-
- Removed the uncommitted `scripts/workspace-v2-dev-server.mjs` dev server and the related `package.json``dev-tools` / `dev:workspace-v2` script additions.
8
-
- Removed the uncommitted storage debug page replacement under `tests/index.html`, `tests/storage-debug.css`, and `tests/storage-debug.js`.
9
-
- Removed the uncommitted Workspace V2 test rewrites that depended on node-backed repo selection, storage debug persistence, and persisted browser directory handles.
4
+
- Removed Preview Generator V2 workspace absolute `repoPath` hydration used for direct preview writes.
- Removed Preview Generator V2 direct-write validation, absolute path resolution, direct-write logging, and direct-write fallback handling.
7
+
- Removed Workspace Manager V2 summary copy that asked users to select a repo before direct preview writes.
8
+
- Removed Workspace Manager V2 preview tile `repoPathReady` gating and the `Select Repo` preview tile status.
9
+
- Removed the Playwright repo server's private preview-write endpoint and preview write capture maps.
10
10
11
11
## Restored Baseline Behavior
12
-
- Workspace Manager V2 now uses the committed static game list and sessionStorage-based workspace context flow.
13
-
- Preview Generator V2 workspace launch uses the committed session-context repoPath hydration path and no longer depends on the removed node dev-tools server.
14
-
- Preview Generator V2 tools-mode repo picking remains scoped to Preview Generator V2 and is not shared through IndexedDB or Workspace Manager V2 auto-wiring.
0 commit comments