ADW Pipeline System — Decisions

2026-03-07 | Internal Infrastructure Decisions

Five strategic decision points for ADW pipeline scaling. Each has a recommended option based on current operational data. Select your preferred approach for each.

0 of 5 decisions
1
D1: Should the pipeline support batched issue processing?
Current throughput is 15 issues total with queue depth never exceeding 2. Single-issue processing keeps failures isolated.
Recommended: Option A
2
D2: How to handle implementations exceeding Claude CLI context?
Long implementations risk context exhaustion mid-pipeline. Current behavior fails and notifies, losing progress.
Recommended: Option B (v2)
3
D3: What retry/backoff strategy for GitHub API failures?
Transient GitHub API errors can cause pipeline failures. No retry logic exists currently.
Recommended: Option B
4
D4: Should ADW auto-update CSA _handoff.json back-link?
When ADW processes a CSA handoff, the manifest could be updated with issue links and status. This creates full traceability.
Recommended: Option B
5
D5: How should the allowlist scale?
Current manual allowlist of 22 repos works fine. Decision is about future-proofing when repo count grows or team expands.
Recommended: Option B (v2)
Respondent