UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

7 lines 304 B
import { SimpleGit } from 'simple-git'; /** * Get or create a git instance for a specific directory * @param baseDir - The base directory for git operations (defaults to process.cwd()) */ export declare function getGitInstance(baseDir?: string): SimpleGit; //# sourceMappingURL=getGitInstance.d.ts.map