Skip to content

RetroTaskZ

const RetroTaskZ: ZodObject<{ id: ZodString; notes: ZodString; status: ZodEnum<{ BLOCKED: "BLOCKED"; DONE: "DONE"; DONE_WITH_CONCERNS: "DONE_WITH_CONCERNS"; IN_PROGRESS: "IN_PROGRESS"; NEEDS_CONTEXT: "NEEDS_CONTEXT"; PENDING: "PENDING"; }>; }, $strip>

Defined in: types/src/retro.ts:9

Phase 174 (rec-20260712-001). One entry per task whose terminal status wasn’t a clean DONE — the “rough” tasks a retro digest surfaces.