fabro/lib/crates/fabro-api
Bryan Helmkamp 1bbfd00d4d
refactor: simplify API type replacements and status round-trip tests
Collapse the five near-identical settings.with_replacement calls in
fabro-api/build.rs into a single data-driven table loop, flatten the
status round-trip test loops into per-variant assertions (dropping
redundant duplicate assertions against both API and domain variants
since TypeId already proves they're the same type), and tighten the
unknown-stage-status tracing message so it describes the event rather
than narrating the fallback rationale.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 09:43:13 -04:00
..
src refactor(api): reuse domain status types in fabro-api 2026-04-21 09:10:53 -04:00
tests refactor: simplify API type replacements and status round-trip tests 2026-04-21 09:43:13 -04:00
build.rs refactor: simplify API type replacements and status round-trip tests 2026-04-21 09:43:13 -04:00
Cargo.toml refactor(api): reuse domain status types in fabro-api 2026-04-21 09:10:53 -04:00