UNPKG

@sethdouglasford/claude-flow

Version:

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

11 lines 371 B
/** * Enhanced Swarm Command - Integration with new comprehensive swarm system */ import { Command } from "../cliffy-compat.js"; export interface CommandContext { args: string[]; flags: Record<string, any>; } export declare function swarmAction(ctx: CommandContext): Promise<void>; export declare const swarmCommand: Command; //# sourceMappingURL=swarm.d.ts.map