#!/usr/bin/env node /** * AgentFactory Governor CLI * * Thin wrapper around the governor runner. * * Usage: * af-governor [options] * * Options: * --project Project to scan (can be repeated) * --scan-interval Scan interval in milliseconds (default: 60000) * --max-dispatches Maximum concurrent dispatches per scan (default: 3) * --no-auto-research Disable auto-research from Icebox * --no-auto-backlog-creation Disable auto-backlog-creation from Icebox * --no-auto-development Disable auto-development from Backlog * --no-auto-qa Disable auto-QA from Finished * --no-auto-acceptance Disable auto-acceptance from Delivered * --once Run a single scan pass and exit * * Environment: * LINEAR_API_KEY Required API key for Linear authentication * GOVERNOR_PROJECTS Comma-separated project names (fallback for --project) */ export {}; //# sourceMappingURL=governor.d.ts.map