UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

3 lines 177 B
import { StageResult } from '../../types/git/StageResult'; export declare function stageAllFiles(cwd?: string): Promise<StageResult>; //# sourceMappingURL=stageAllFiles.d.ts.map