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
- rg check confirmed tools/templates-v2/index.html has no inline style block, inline script block, or inline event handlers.
40
+
- rg check confirmed active scripts, games README, tools, tests, docs/design index, and docs/dev/PROJECT_INSTRUCTIONS.md have no stale tools/templates path references.
41
+
- git diff --check
42
+
- npm run test:workspace-v2
43
+
- npx playwright test --config tools/templates-v2/playwright.config.mjs --reporter=list
44
+
45
+
Playwright impacted: Yes
46
+
- This PR changes the launch path and visible identity for the Tool Template V2 surface.
- Workspace launch mode still shows workspace NAV only.
55
+
- Tool Template V2 uses src/engine/theme and has no tools/shared runtime dependency.
56
+
- Existing accordions, panel role placement, primary action state, failure state, and status clear behavior still work.
57
+
58
+
Old reference handling:
59
+
- No active tools/templates folder remains.
60
+
- No compatibility redirect folder was created.
61
+
- Active code/test/reference paths were updated to tools/templates-v2.
62
+
- Remaining old tools/templates references found outside active scope are historical roadmap, archived PR/report, move-history, or prior-run report records. They were intentionally not rewritten because this PR forbids roadmap changes and those files document historical state rather than active launch paths.
63
+
64
+
Manual test notes:
65
+
- Open tools/templates-v2/index.html and confirm First-Class Tool Starter V2 / First-Class Tools Surface V2 displays.
66
+
- Confirm only the tool NAV is visible by default.
67
+
- Open tools/templates-v2/index.html?launch=workspace and confirm only the workspace NAV is visible.
68
+
- Confirm Status remains at the bottom of the right panel and still clears.
69
+
70
+
Full samples smoke test:
71
+
- Skipped. This PR only renames the template surface and updates targeted path references/tests.
0 commit comments