fix: tech-debt: rewrite AD-002 — concurrency is bounded per LLM backend, not per project (#550)
This commit is contained in:
parent
b7e8fdc9ac
commit
0a5b54ff4f
4 changed files with 6 additions and 4 deletions
|
|
@ -23,6 +23,6 @@ git worktree prune 2>/dev/null || true
|
|||
- Check for unmet dependencies (issues with `Depends on` refs)
|
||||
|
||||
### Prevention
|
||||
- Single-threaded pipeline per project (AD-002)
|
||||
- Concurrency bounded per LLM backend (AD-002)
|
||||
- Clear lock files in EXIT traps
|
||||
- Use phase files to track agent state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue