mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-14 23:22:51 +00:00
ServerWorkflowVersionPackager was a pure adapter over fabro_manifest::collect_supplied_workflow_versions that touched no server state, yet it lived in fabro-server and was imported from there by the standalone MCP server and the CLI run worker. fabro-manifest can depend on fabro-tool without a cycle, so the adapter now lives beside the collector as SuppliedWorkflowVersionPackager and fabro-server no longer exports a non-server module for it. The adapter also cloned every version's file map out of a closure it already owned. CollectedWorkflowClosure::into_versions hands the versions over by value inside the blocking task instead. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apps | ||
| components | ||
| foundation | ||
| packages/fabro-api-client | ||