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

@ -489,7 +489,7 @@
</div>
<div class="principle">
<div class="id">AD-002</div>
<div class="text"><strong>Single-threaded pipeline per project.</strong> One dev issue at a time. No new work while a PR awaits CI or review.</div>
<div class="text"><strong>Concurrency is bounded per LLM backend, not per project.</strong> One concurrent Claude session per OAuth credential pool; one concurrent session per llama-server instance. Containers with disjoint backends may run in parallel.</div>
</div>
<div class="principle">
<div class="id">AD-003</div>