@jjdenhertog/ai-driven-development
Version:
AI-driven development workflow with learning capabilities for Claude
8 lines • 305 B
TypeScript
import { SessionReport } from "../storage/createSessionReport";
type Options = {
claudeCommand: () => Promise<SessionReport>;
logPath: string;
};
export declare function autoRetryClaude(options: Options): Promise<SessionReport | undefined>;
export {};
//# sourceMappingURL=autoRetryClaude.d.ts.map