mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-24 05:28:46 +02:00
The forward edges from triage to specialists participate in cycles (triage→specialist + specialist→triage), so they must be marked with isLoop, condition, and maxIterations to pass validation. Fixes the Handoff Support Flow template and scaffoldGraphForMode() for handoff mode. Updates the corresponding test expectation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>