fabro/lib/apps
Scott Werner fefc236ab9 Collect inline workflows at their exact entrypoint
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>
2026-09-12 10:58:21 -06:00
..
fabro-cli Harden run-tool target and workflow resolution 2026-09-12 10:58:05 -06:00
fabro-mcp-server Harden run-tool target and workflow resolution 2026-09-12 10:58:05 -06:00
fabro-server Collect inline workflows at their exact entrypoint 2026-09-12 10:58:21 -06:00
fabro-spa refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00