#!/usr/bin/env node /** * AgentFactory Orchestrator CLI * * Thin wrapper around the orchestrator runner. * * Usage: * af-orchestrator [options] * * Options: * --project Filter issues by project name * --max Maximum concurrent agents (default: 3) * --single Process a single issue by ID * --no-wait Don't wait for agents to complete * --dry-run Show what would be done without executing * * Environment: * LINEAR_API_KEY Required API key for Linear authentication */ export {}; //# sourceMappingURL=orchestrator.d.ts.map