UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

3 lines 196 B
import { Task } from '../../types/tasks/Task'; export declare function createTaskPR(task: Task, branchName: string, worktreePath: string): Promise<void>; //# sourceMappingURL=createTaskPR.d.ts.map