Zod
Source: zod.dev · Status: open/active
Summary
Section titled “Summary”TypeScript-first schema validation; every registry op declares its input and output contracts as Zod schemas, validated on each invocation.
defineOp({ input, output }) is the op substrate’s contract surface
(D-0007-deterministic-op-substrate): CLI flags and positionals are
derived from the input schema, and a contract violation fails loudly at
the invoke boundary rather than deep in a handler.
Cited by
Section titled “Cited by”D-0007-deterministic-op-substrate, D-VSLI-distributed-work-runner-architecture