UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

3 lines 170 B
import { GitState } from "../../types/git/GitState"; export declare function getBranchState(cwd?: string): Promise<GitState>; //# sourceMappingURL=getBranchState.d.ts.map