UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

8 lines 273 B
import { CommitResult } from '../../types/git/CommitResult'; export declare function createCommit(message: string, options?: { prefix?: string; all?: boolean; body?: string; cwd?: string; }): Promise<CommitResult>; //# sourceMappingURL=createCommit.d.ts.map