UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

8 lines 236 B
type Options = { dangerouslySkipPermission: boolean; phase: number; reset: boolean; }; export declare function executePlanCommand(options: Options): Promise<void>; export {}; //# sourceMappingURL=executePlanCommands.d.ts.map