fabro/lib/crates/fabro-cli
Bryan Helmkamp 89ecff48cb Extract shared prepare_workflow to eliminate create/run duplication
The workflow preparation logic (config discovery, graph parsing, goal
resolution, sandbox/model resolution) was duplicated between create.rs
and run.rs. Extract into a shared prepare_workflow() function, reducing
create.rs from 204 to 91 lines.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 12:52:02 -04:00
..
src Extract shared prepare_workflow to eliminate create/run duplication 2026-03-20 12:52:02 -04:00
tests Add failing regression tests for 6 bugs in create/start/attach lifecycle 2026-03-20 12:28:19 -04:00
build.rs Move git SHA/build date from fabro-util to fabro-cli build.rs 2026-03-13 15:03:12 -04:00
Cargo.toml Create fabro-sandbox crate, consolidating Sandbox trait and all implementations 2026-03-19 20:06:19 -04:00