fix: tech-debt: rewrite AD-002 — concurrency is bounded per LLM backend, not per project (#550)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
Claude 2026-04-10 09:03:52 +00:00
parent b7e8fdc9ac
commit 0a5b54ff4f
4 changed files with 6 additions and 4 deletions

View file

@ -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