Bug Fix - Smart delegate with worktree awareness #128
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?
Summary
Improve
cmd_delegateto route tasks to correct worktrees and inform PM agent when delegation lacks complete information.Problem
Current
cmd_delegatehas no worktree awareness. It reuses existing worktrees, causing file conflicts when delegating multiple tasks to different issues.Proposed Logic
Context Injection Example
Before sending to PM agent, append:
PM agent can then:
Relationship to Other Issues
Acceptance Criteria
delegateroutes to correct worktree when info completeOpen Questions
Feature - Smart delegate with worktree awarenessto Bug Fix - Smart delegate with worktree awareness