Fix #8 follow-up: EDH opens a committed sandbox/ playground (one-folder-one-window collision) #11
Reference in New Issue
Block a user
Delete Branch "fix/edh-sandbox-workspace"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 (guidedplayground.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
${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>