UNPKG

@morodomi/ait3

Version:

AIT³ Development Platform - AI + Ticket + Test + Tool driven development methodology

9 lines (8 loc) 310 B
import type { Services, CLIResult } from '../../common/types.js'; export interface RefactorArgs { ticketId: string; verbose?: boolean; focus?: string[] | string; _forceAnalysisError?: boolean; } export declare function refactorPhase(args: RefactorArgs, services: Services): Promise<CLIResult>;