fabro/lib
Bryan Helmkamp f1d5e53ba1 Remove NodeOutcomeRecord alias; embed CatalogRecord in RunSummary
NodeOutcomeRecord was a duplicate alias for Outcome<Option<StageUsage>>
which fabro-workflow already calls Outcome. Inline the type instead.

RunSummary duplicated CatalogRecord's four fields. Use #[serde(flatten)]
to embed CatalogRecord directly, eliminating the duplication.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 16:31:44 -07:00
..
crates Remove NodeOutcomeRecord alias; embed CatalogRecord in RunSummary 2026-04-03 16:31:44 -07:00
packages/fabro-api-client Prefix API routes with /api/v1 2026-03-30 16:17:06 -04:00