fabro/lib/apps/fabro-cli
Scott Werner 3163e71236 Reject unusable remote default branches with a --target-branch hint
Target resolution accepted any remote default HEAD that passed the ref
selector grammar, then failed inside GitRunTarget::validate with a
generic branch-grammar error when the default branch was something like
heads/main or tags/release. Validate the default branch as a working
branch name up front and point the user at --target-branch, since they
passed no branch at all.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-12 11:48:21 -06:00
..
src Reject unusable remote default branches with a --target-branch hint 2026-09-12 11:48:21 -06:00
tests Simplify CLI workflow source and run target selection 2026-09-12 11:48:21 -06:00
build.rs refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00
Cargo.toml Simplify CLI workflow source and run target selection 2026-09-12 11:48:21 -06:00