fabro/lib/foundation/fabro-api
Scott Werner 3e0adde73d Simplify the empty workspace run target plumbing
- Use a derived deserializer for RunTarget by making `None` an empty struct
  variant, which keeps `deny_unknown_fields` strict without a hand-rolled impl
- Make clone_source_for_run the single owner of the empty-workspace decision
  and drop the duplicated target checks in RunSession::new
- Collapse duplicated target/provider compatibility matches in admission and
  start into single matches, using a strum-derived kind name for messages
- Drop the redundant git override in persist_create_run
- Extract a shared helper for the duplicated unavailable-integration test loop

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-24 17:21:54 -04:00
..
src Add version-backed run intent creation 2026-08-24 11:55:43 -04:00
tests Simplify the empty workspace run target plumbing 2026-08-24 17:21:54 -04:00
build.rs Add version-backed run intent creation 2026-08-24 11:55:43 -04:00
Cargo.toml refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00