/** * Mission Control Command Handler * * Multi-loop background orchestration dashboard. Lets an orchestrator * spawn multiple long-running agent loops, monitor all simultaneously, * and react to completions or failures without blocking the primary session. * * Subcommands: start, dispatch, status, watch, abort, pause, resume, stop, list * * @implements @agentic/code/frameworks/sdlc-complete/rules/self-maintenance.md * @source @src/cli/router.ts * @issue #483 */ import type { CommandHandler } from './types.js'; export declare const mcHandler: CommandHandler; /** * All MC-related handlers for bulk registration */ export declare const mcHandlers: CommandHandler[]; //# sourceMappingURL=mc.d.ts.map