fabro/lib/crates
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
..
fabro-agent Create fabro-sandbox crate, consolidating Sandbox trait and all implementations 2026-03-19 20:06:19 -04:00
fabro-api Create fabro-sandbox crate, consolidating Sandbox trait and all implementations 2026-03-19 20:06:19 -04:00
fabro-beastie Fix fabro-beastie linker error by linking IOKit framework 2026-03-15 18:27:42 -04:00
fabro-cli Extract shared prepare_workflow to eliminate create/run duplication 2026-03-20 12:52:02 -04:00
fabro-config Add skip_clone to DaytonaConfig to fix concurrent test failures 2026-03-19 12:27:56 -04:00
fabro-db rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-devcontainer Fix: Remove std::env::set_var/remove_var from tests (#101) 2026-03-19 13:09:46 -04:00
fabro-git-storage Add fabro rewind command to rewind workflow runs to earlier checkpoints 2026-03-14 11:38:17 -04:00
fabro-github Detect GitHub App visibility mismatch during repo init (#99) 2026-03-19 12:29:55 -04:00
fabro-graphviz Extract fabro-validate crate from fabro-workflows 2026-03-17 13:33:34 -04:00
fabro-hooks Fix: Remove std::env::set_var/remove_var from tests (#101) 2026-03-19 13:09:46 -04:00
fabro-interview fabro(01KM4DKAWADPG0HY3PZCGQJ7H2): simplify_opus (success) 2026-03-20 01:56:43 +00:00
fabro-linear rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-llm Change default Anthropic model from claude-opus-4-6 to claude-sonnet-4-6 2026-03-19 13:33:16 -04:00
fabro-mcp Move config type tests into fabro-config 2026-03-17 15:21:16 -04:00
fabro-openai-oauth Add Codex endpoint support for OpenAI OAuth flow 2026-03-17 00:47:47 -04:00
fabro-retro Extract fabro-retro crate from fabro-workflows 2026-03-17 11:48:40 -04:00
fabro-sandbox Deduplicate SSH types and utilities within fabro-sandbox 2026-03-19 20:24:06 -04:00
fabro-slack Extract fabro-interview crate from fabro-workflows 2026-03-17 13:53:36 -04:00
fabro-telemetry Fix release CI test failures caused by telemetry fork flushing stdout 2026-03-19 15:18:03 -04:00
fabro-tracker rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-types rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
fabro-util Add buffered telemetry with track! macro and extract fabro-telemetry crate 2026-03-19 14:15:33 -04:00
fabro-validate Clean up fabro-validate extraction 2026-03-17 13:42:54 -04:00
fabro-workflows fabro(01KM4DKAWADPG0HY3PZCGQJ7H2): simplify_opus (success) 2026-03-20 01:56:43 +00:00