Use the Monitor tool to stream swarm events in real time instead of polling: Run via Monitor: This streams NDJSON events for agent spawns, task completions, memory writes, and health checks. Each stdout line triggers a notification. For one-shot status, use MCP: or . Prefer Monitor over polling in a loop. See ADR-091 for rationale. ---