UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

3 lines 196 B
import { LearningOptions } from '../types/commands/LearningOptions'; export declare function learningCommand(options: LearningOptions): Promise<void>; //# sourceMappingURL=learningCommand.d.ts.map