UNPKG

@every-env/cli

Version:

Multi-agent orchestrator for AI-powered development workflows

9 lines 374 B
import { Command } from 'commander'; import { BasePatternCommand } from './base-command.js'; import { CommandRegistry } from './command-registry.js'; export declare class PlanCommand extends BasePatternCommand { constructor(commandRegistry: CommandRegistry); configureCommand(command: Command): void; private execute; } //# sourceMappingURL=plan-command.d.ts.map