UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

10 lines 277 B
type Options = { taskId: string; dryRun: boolean; force: boolean; dangerouslySkipPermission: boolean; phase?: number; }; export declare function executeTaskCommand(options: Options): Promise<void>; export {}; //# sourceMappingURL=executeTaskCommand.d.ts.map