mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-15 23:32:46 +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> |
||
|---|---|---|
| .. | ||
| fabro-acp | ||
| fabro-automation | ||
| fabro-checkpoint | ||
| fabro-dump | ||
| fabro-environment | ||
| fabro-github | ||
| fabro-graphviz | ||
| fabro-hooks | ||
| fabro-install | ||
| fabro-interview | ||
| fabro-llm | ||
| fabro-manifest | ||
| fabro-mcp | ||
| fabro-mcp-store | ||
| fabro-sandbox | ||
| fabro-slack | ||
| fabro-store | ||
| fabro-tool | ||
| fabro-tracker | ||
| fabro-validate | ||
| fabro-variable | ||
| fabro-workflow | ||
| fabro-workflow-version | ||