fabro/lib/apps/fabro-cli/tests/it
Scott Werner 20f3766e75 Derive standalone run-tool targets from the selected environment
Standalone fabro_run_create ignored the environment's provider and always
produced a Git target or failed, so a Local environment with no explicit
target was rejected by admission and a directory without Git metadata
hard-failed, while fabro run derived a folder target and a none target
for the same inputs.

Move the CLI's provider-aware derivation into fabro-manifest as a shared
helper with a typed error, and have the standalone adapter look up the
selected environment and call it. The helper also distinguishes a failed
remote query from an unpublished commit, so an offline ls-remote no
longer reports "push the commit and try again" when the branch is
already on the origin.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-12 10:58:42 -06:00
..
cmd Derive standalone run-tool targets from the selected environment 2026-09-12 10:58:42 -06:00
scenario Fix CLI RunIntent producer CI failures 2026-09-01 16:14:34 -04:00
support Align run-tool creation with server admission 2026-09-12 10:57:46 -06:00
workflow Load the hook e2e fixtures from a workflow config 2026-09-10 10:22:05 -06:00
main.rs refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00