mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-15 23:32:46 +00:00
Inline workflow sources were routed through the checkout-selector collector, which rewrites any extensionless relative path to a .fabro/workflows/<name>/workflow.toml lookup. A supplied entrypoint such as "review" therefore failed with "workflow was not found" even though its bytes were in the file map. Add a dedicated inline collector in fabro-manifest that treats the entrypoint as an exact key, checks the file paths for filesystem collisions before staging anything, and stages the bytes in a private temporary root only for the duration of collection. The server adapter now delegates to it instead of staging files itself. 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 | ||