UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

10 lines 238 B
export type GitState = { currentBranch: string; hasChanges: boolean; hasUnstagedFiles: boolean; unpushedCommits: number; clean: boolean; ready: boolean; error?: string; }; //# sourceMappingURL=GitState.d.ts.map