Simulation script runner. Usage: bun run.ts [options] Options: --mcp MCP endpoint (default http://127.0.0.1:43110/mcp) --chunk Actions per step batch (default 3) --max-steps Hard cap on step calls (default unlimited) --level Stop level: DEBUG|INFO|WARN|ERROR (default ERROR) --message-includes Only stop when message includes substring --service-includes Only stop when tag.service includes substring --reset Reset sim state + restart TUI before load --no-reset Skip reset (default) --keep-going Don't stop on errors; continue to end --quiet Suppress per-batch progress --json Emit JSON summary at the end --check-every Check logs every N batches (default 1)