Witness
Human-in-the-loop coordination primitive. Surfaces decisions requiring human judgment, blocks until approval/rejection, captures rationale, writes audit.
Problem Statement
HITL is implemented ad-hoc inside every system that needs it (review queues, approval workflows). The cross-cutting primitive — block, route, capture rationale, audit — belongs in shared infrastructure, not inside each consumer.
MIT · Python