UNPKG

@sethdouglasford/claude-flow

Version:

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

15 lines 756 B
/** * Command utilities and shared functions * Legacy CLI system removed - all commands now use Commander.js */ export declare function getCapabilitiesForType(type: string): string[]; export declare function getDefaultPromptForType(type: string): string; export declare function createMinimalClaudeMd(): string; export declare function createFullClaudeMd(): string; export declare function createMinimalMemoryBankMd(): string; export declare function createFullMemoryBankMd(): string; export declare function createMinimalCoordinationMd(): string; export declare function createFullCoordinationMd(): string; export declare function createAgentsReadme(): string; export declare function createSessionsReadme(): string; //# sourceMappingURL=index.d.ts.map