UNPKG

@sethdouglasford/claude-flow

Version:

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

10 lines 304 B
/** * Synthesis Command - Knowledge integration and meta-learning frameworks */ import { Command } from "../cliffy-compat.js"; export interface CommandContext { args: string[]; flags: Record<string, any>; } export declare const synthesisCommand: Command; //# sourceMappingURL=synthesis.d.ts.map