fix(KB-144): exclude in-review worktrees from maxWorktrees limit
- Change activeWorktrees filter to only count in-progress tasks, not in-review with worktree - Update existing scheduler test to reflect in-progress-only counting - Add 3 new tests covering in-review tasks not blocking scheduling - Update maxWorktrees JSDoc to reflect new semantics - Add changeset for patch release
This commit is contained in:
5
.changeset/fix-in-review-worktree-counting.md
Normal file
5
.changeset/fix-in-review-worktree-counting.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Fix scheduler to not count in-review worktrees against maxWorktrees limit. In-review tasks are idle (waiting to merge) and no longer block new tasks from starting.
|
||||
Reference in New Issue
Block a user