mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
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> |
||
|---|---|---|
| .. | ||
| commands | ||
| cli_config.rs | ||
| doctor.rs | ||
| init.rs | ||
| install.rs | ||
| logging.rs | ||
| main.rs | ||
| provider_auth.rs | ||
| skill.rs | ||
| upgrade.rs | ||