fix(KB-170): handle worktree cleanup after merge retries exhausted
- Add mergeRetries counter to track per-task retry attempts - Auto-resolve lock files and generated files during retry attempts - Clean up worktree when all 3 merge retry attempts are exhausted - Add comprehensive tests for retry cleanup logic in executor - Add changeset for the worktree retry cleanup fix
This commit is contained in:
5
.changeset/fix-worktree-retry-cleanup.md
Normal file
5
.changeset/fix-worktree-retry-cleanup.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Automatically clean up a conflicting git worktree and retry creation when rerunning a failed task hits the "branch is already used by worktree" error.
|
||||
Reference in New Issue
Block a user