UNPKG

@morodomi/ait3

Version:

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

9 lines (8 loc) 299 B
import type { Services, CLIResult } from '../../common/types.js'; export interface RedArgs { ticketId: string; type?: 'unit' | 'integration' | 'both'; interactive?: boolean; dryRun?: boolean; } export declare function redPhase(args: RedArgs, services: Services): Promise<CLIResult>;