UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

7 lines 165 B
export type BranchResult = { success: boolean; branchName?: string; existing?: boolean; error?: string; }; //# sourceMappingURL=BranchResult.d.ts.map