[Issue #86] Spawn agents with cwd set to their worktree #88

Merged
HugoNijhuis merged 2 commits from issue-86-spawn-agents-with-cwd-worktree into main 2026-01-10 23:28:31 +00:00
Showing only changes of commit 3d9933fd52 - Show all commits

View File

@@ -67,7 +67,7 @@ Example: /spawn-issues 42 43 44
```bash
REPO_PATH=$(pwd)
REPO_NAME=$(basename $REPO_NAME)
REPO_NAME=$(basename $REPO_PATH)
# Create parent worktrees directory
mkdir -p "${REPO_PATH}/../worktrees"