Bug - delegate command causes file conflict with multiple tasks #126
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Bug Description
delegatecommand doesn't properly isolate tasks to their respective worktrees, causing file conflicts when multiple tasks exist.Details
startcreates the correct worktree for a new taskcontinueworks correctly with multiple worktreesdelegatereuses an existing worktree instead of switching to the per-issue worktreeExpected behavior
kugetsu delegate "work on #14"should use the worktree for issue #14kugetsu delegate "work on #15"should use the worktree for issue #15Root Cause (Research Needed)
Fix Approach
Acceptance Criteria
delegate "work on #14"uses worktree for issue #14delegate "work on #15"uses worktree for issue #15