UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

6 lines 253 B
/** * Checks if the current working directory is inside a Git worktree of another repository * @returns true if inside a worktree, false otherwise */ export declare function isInWorktree(): Promise<boolean>; //# sourceMappingURL=isInWorktree.d.ts.map