mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-21 00:21:27 +00:00
Remote acquisition walked the entire depth-1 checkout and failed on any symlink that dangled or resolved outside the root, even when the link was nowhere near the selected workflow. Submodule-style dangling links and links into the host are common in workflow repositories and made --workflow-git fail where the same commit collected fine locally. The bundler already root-checks every file it opens; the only unchecked reads were the selected TOML (or a graph selector's sibling TOML) during location resolution. Check those in collect_workflow_versions and drop the O(repo) walk. walkdir stays a dev-dependency for the dump tests. 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 | ||