chore: worktree dev setup (#484)

* chore: auto-assign per-worktree backend port via VS Code folderOpen task

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* chore: remove .conductor dev setup (moved to native git worktrees)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Abhishek 2026-06-30 15:40:29 +05:30 committed by GitHub
parent 6937e01b49
commit 982030d26e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 108 additions and 386 deletions

2
.vscode/launch.json vendored
View file

@ -23,6 +23,8 @@
"api.app:app",
"--reload",
"--host", "0.0.0.0"
// Port comes from UVICORN_PORT in api/.env (per-worktree);
// unset -> uvicorn's default 8000. See scripts/worktree-assign-port.sh.
],
"cwd": "${workspaceFolder}",
"envFile": "${workspaceFolder}/api/.env",