Commit 22ba320
committed
fix(backlog): disable cross-branch task scanning to prevent ghost tasks
With worktrees, check_active_branches and remote_operations scan other
branches and pull in tasks that were already completed/archived on main
but still exist in backlog/tasks/ on older branches. This bloats the
kanban with ghost tasks (e.g. task-313 through task-327).
Set both to false in backlog/config.yml and document the rationale in
AGENTS.md.1 parent 9dbdd13 commit 22ba320
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
229 | 233 | | |
230 | 234 | | |
231 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
0 commit comments