UNPKG

@sethdouglasford/claude-flow

Version:

Claude Code Flow - Advanced AI-powered development workflows with SPARC methodology

10 lines 295 B
/** * Orchestration Command - AI tool workflow coordination */ import { Command } from "../cliffy-compat.js"; export interface CommandContext { args: string[]; flags: Record<string, any>; } export declare const orchestrationCommand: Command; //# sourceMappingURL=orchestration.d.ts.map