@jjdenhertog/ai-driven-development
Version:
AI-driven development workflow with learning capabilities for Claude
11 lines • 437 B
TypeScript
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;
/**
* Clean up all git instances to allow process to exit cleanly
*/
export declare function cleanupGitInstances(): Promise<void>;
//# sourceMappingURL=getGitInstance.d.ts.map