import type { GateImpl } from './types.js'; /** * Settle-time refusal for a DONE task whose DRAFT block never declared a * `- verify:` line (issue #206 / rec-20260712-001). `draft-parser.ts` today * silently defaults a missing verify line to `''` rather than refusing to * parse, so without this gate `settle run` happily writes `T1: DONE` into * SUMMARY.md backed by zero evidence. Fires only when `'task-verify-required'` * is in the effective gate set; refuses — never mutates the DRAFT or the * task's status — naming every offending task id so the operator can go add * the missing `- verify:` line and re-settle. */ export declare const runTaskVerifyRequiredGate: GateImpl; //# sourceMappingURL=task-verify-required.d.ts.map