@morodomi/ait3
Version:
AIT³ Development Platform - AI + Ticket + Test + Tool driven development methodology
11 lines (10 loc) • 337 B
TypeScript
import type { Services, CLIResult } from '../../common/types.js';
export interface GreenArgs {
ticketId: string;
strict?: boolean;
verbose?: boolean;
target?: string;
_testModified?: string;
_forceTestError?: boolean;
}
export declare function greenPhase(args: GreenArgs, services: Services): Promise<CLIResult>;