UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

11 lines 346 B
import { Task } from '../../types/tasks/Task'; type Options = { taskId: string; expectedStatuses: Task['status'][]; force?: boolean; errorMessage?: string; refresh?: boolean; }; export declare function validateTaskForExecution(options: Options): Promise<Task>; export {}; //# sourceMappingURL=validateTaskForExecution.d.ts.map