UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

11 lines 270 B
type Options = { cwd: string; command: string; args: string[]; preventAutoExit?: boolean; }; export declare function executeClaudeCommand(options: Options): Promise<{ exitCode: number; }>; export {}; //# sourceMappingURL=executeClaudeCommand.d.ts.map