swarm review
Provide feedback on a previous run. Agents receive the original context plus your feedback and apply targeted fixes.
swarm review "Fix the auth bug in stream 1, add error handling in stream 2"swarm review -e # Detailed feedback via editorswarm review -f review-notes.md # Read feedback from a fileswarm review --run <runId> "Fix the login form" # Review a specific runHow It Works
Section titled “How It Works”- Loads the previous run’s context (spec, tasks, design spec, stream results).
- Skips spec, decompose, and design phases — they were already done.
- Collapses all previous streams into a single review stream — one engineer sees the full prior implementation plus your feedback.
- The engineer keeps what works and only fixes what’s described in the feedback.
- Code review and QA loops run normally on the revised output.
- Output goes to a new run directory.
- Be specific about what needs fixing and in which stream/file.
- The engineer has full context from the original run.
- Checkpoint/resume works the same as regular run mode.