@sethdouglasford/claude-flow
Version:
Claude Code Flow - Advanced AI-powered development workflows with SPARC methodology
10 lines • 307 B
TypeScript
/**
* Meta-Frameworks Command - Game-theoretic development protocols
*/
import { Command } from "../cliffy-compat.js";
export interface CommandContext {
args: string[];
flags: Record<string, any>;
}
export declare const metaFrameworksCommand: Command;
//# sourceMappingURL=meta-frameworks.d.ts.map