fix: worktree created in wrong directory (issue #185) #186

Merged
shoko merged 1 commits from fix/issue-185-worktree-wrong-directory into main 2026-04-06 07:33:03 +02:00

1 Commits

Author SHA1 Message Date
shokollm
28b343f817 fix: worktree created in wrong directory (issue #185)
cmd_start was calling create_worktree without passing $WORKTREES_DIR,
causing worktrees to be created in $PWD (daemon's working directory)
instead of ~/.kugetsu-worktrees/
2026-04-06 05:18:31 +00:00