UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

8 lines 368 B
import { ExecuteOptions } from './types/ExecuteOptions'; import { ExecuteResult } from './types/ExecuteResult'; /** * Executes Claude CLI command with PTY support. * Automatically exits after 10 seconds of no output. */ export declare function executeClaudeCommand(options: ExecuteOptions): Promise<ExecuteResult>; //# sourceMappingURL=executeClaudeCommand.d.ts.map