UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

6 lines 226 B
import { IPty } from 'node-pty'; /** * Spawns a Claude CLI process with PTY support. */ export declare function spawnClaudePty(cwd: string, command: string, args: string[]): IPty; //# sourceMappingURL=spawnClaudePty.d.ts.map