UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

7 lines 163 B
export type CommitResult = { success: boolean; commitHash?: string; message?: string; error?: string; }; //# sourceMappingURL=CommitResult.d.ts.map