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> |
||
|---|---|---|
| .. | ||
| build-support | ||
| fabro-api | ||
| fabro-auth | ||
| fabro-client | ||
| fabro-config | ||
| fabro-core | ||
| fabro-db | ||
| fabro-dev | ||
| fabro-http | ||
| fabro-macros | ||
| fabro-oauth | ||
| fabro-options-metadata | ||
| fabro-proc | ||
| fabro-redact | ||
| fabro-static | ||
| fabro-telemetry | ||
| fabro-template | ||
| fabro-test | ||
| fabro-types | ||
| fabro-util | ||
| fabro-vault | ||