fabro/lib/foundation/fabro-api
Scott Werner 75fb1e3a1d Prove workflow-version ID JSON parity with the OpenAPI schema
The round-trip fixtures only used empty workflow_dependencies, so no
WorkflowVersionId value ever appeared on the wire in a fabro-api
assertion and CreateWorkflowVersionResponse had no coverage at all.
Put a real 64-hex id in the fixture, round-trip the response type, and
pin serialization to the schema's ^[0-9a-f]{64}$ pattern including
lowercase normalization of case-insensitive input.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-13 16:34:52 -04:00
..
src Add immutable workflow version resource 2026-08-13 16:34:52 -04:00
tests Prove workflow-version ID JSON parity with the OpenAPI schema 2026-08-13 16:34:52 -04:00
build.rs Add immutable workflow version resource 2026-08-13 16:34:52 -04:00
Cargo.toml refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00