UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

13 lines 263 B
export type FileChange = { file: string; diff: string; }; export type CommitInfo = { hash: string; author: string; date: string; message: string; isAI: boolean; fileChanges: FileChange[]; }; //# sourceMappingURL=CommitInfo.d.ts.map