B-EOKX-need-human-review-handoff-workflow
116 entity files carry need_human_review: true. The flag means ‘human drafted, an LLM should polish this’, but nothing acts on it — there is no signal, no queue, and no workflow for the handoff. The flag is set and then nothing happens.
T-0005 proposed one shape for this: an awaiting-llm-review status plus an llm-review skill. That task is closed obsolete because its mechanism no longer exists — it edits entity schema.json files, and entity schemas are Zod modules now. The motivation was not obsolete, so it is recorded here rather than lost with the spec.
Under D-VSLI-distributed-work-runner-architecture the natural shape is different: a review pass is a registered recurring process with its own trigger declaration, minting work orders for the files that need it, rather than a new status value on every entity type. Re-specify against the process registry (ledger phase E4) rather than reviving the status-enum approach.