ADR 0041 is accepted; this issue captures follow-up doc/ADR work raised during review.
Problem
Moving from workflow_dispatch fan-out to workflow_call changes runtime semantics:
- Concurrency and cancel-in-progress behavior (shim/job held for full agent duration; potential queuing vs cancel).
- Fan-out/composition: stages become jobs in a single run; multiple independent workflow files per stage are no longer separate top-level runs.
What to do
- Describe the concurrency model we want (per-stage? per-run?) and where concurrency groups/cancel-in-progress should live after the change.
- Decide whether cross-stage cancellation is needed/possible (e.g. triage comment cancels review run).
- Document how multi-agent composition inside a stage should work given
workflow_call constraints.
References
ADR 0041 is accepted; this issue captures follow-up doc/ADR work raised during review.
Problem
Moving from
workflow_dispatchfan-out toworkflow_callchanges runtime semantics:What to do
workflow_callconstraints.References