Files
oh-my-opencode/dist/hooks/atlas/verification-reminders.d.ts
T
2026-03-14 04:56:50 +00:00

11 lines
544 B
TypeScript

export declare function buildCompletionGate(planName: string, sessionId: string): string;
export declare function buildOrchestratorReminder(planName: string, progress: {
total: number;
completed: number;
}, sessionId: string, autoCommit?: boolean, includeCompletionGate?: boolean): string;
export declare function buildFinalWaveApprovalReminder(planName: string, progress: {
total: number;
completed: number;
}, sessionId: string): string;
export declare function buildStandaloneVerificationReminder(sessionId: string): string;