Fix #8 follow-up: EDH opens a committed sandbox/ playground (one-folder-one-window collision) #11

Merged
benstull merged 1 commits from fix/edh-sandbox-workspace into main 2026-06-10 21:32:31 +00:00
Owner

PR #10 pointed the EDH at the repo folder — which the dev window already has open, and VS Code won't open one folder in two windows, so plain F5 still landed folderless (stub warning, per the new #8 guard). The EDH now opens a committed sandbox/ playground (guided playground.md); sandbox/.threads/ is gitignored; README updated.

Gate: typecheck clean · vitest 69/69 · build OK (config/docs-only change; product code untouched, E2E unaffected).

Fixes #8.

🤖 Generated with Claude Code

PR #10 pointed the EDH at the repo folder — which the dev window already has open, and VS Code won't open one folder in two windows, so plain F5 still landed folderless (stub warning, per the new #8 guard). The EDH now opens a committed `sandbox/` playground (guided `playground.md`); `sandbox/.threads/` is gitignored; README updated. Gate: typecheck clean · vitest 69/69 · build OK (config/docs-only change; product code untouched, E2E unaffected). Fixes #8. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
benstull added 1 commit 2026-06-10 21:32:19 +00:00
${workspaceFolder} as the EDH workspace collides with the dev window (VS
Code one-folder-one-window), so plain F5 still landed folderless — now with
the stub warning instead of 'command not found'. The EDH opens
sandbox/ (committed playground with a guided playground.md) instead; its
.threads/ churn is gitignored; README updated.

Fixes #8.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
benstull merged commit 4ee2f70ed8 into main 2026-06-10 21:32:31 +00:00
Sign in to join this conversation.