feat: flesh out check-phase with parallel reviewer spawning protocol

This commit is contained in:
2026-04-04 08:40:03 +02:00
parent 5e2117c9be
commit c5174e88eb
2 changed files with 103 additions and 0 deletions

View File

@@ -194,6 +194,8 @@ Agent(
Spawn Guardian **first**. After Guardian completes, check adaptation rule A2 (fast-path). If A2 triggers (0 CRITICAL, 0 WARNING, non-escalated workflow), skip remaining reviewers and proceed to Act. Otherwise, spawn remaining reviewers **in parallel**.
**Reviewer spawning protocol:** The canonical sequence (Guardian first, A2 evaluation, parallel spawning, timeout handling) is defined in `archeflow:check-phase` under "Reviewer Spawning Protocol". Follow that protocol for the exact spawning order, context per reviewer, and timeout rules.
### Guardian (always runs first)
**Context to include:** Maker's git diff, proposal risk section only.