fabro/lib/crates/fabro-cli/src
Bryan Helmkamp 90c55919b3 refactor(workflows): move backend module to handler/llm
Co-locate LLM backend implementations (AgentApiBackend, AgentCliBackend,
BackendRouter) under handler/ since they implement the CodergenBackend
trait defined in handler/agent.rs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:06 -04:00
..
commands refactor(workflows): move backend module to handler/llm 2026-03-29 13:47:06 -04:00
cli_config.rs Unify CliConfig, ServerConfig, ProjectConfig, WorkflowRunConfig, RunDefaults into FabroConfig 2026-03-29 13:47:05 -04:00
doctor.rs Unify CliConfig, ServerConfig, ProjectConfig, WorkflowRunConfig, RunDefaults into FabroConfig 2026-03-29 13:47:05 -04:00
init.rs Detect GitHub App visibility mismatch during repo init (#99) 2026-03-19 12:29:55 -04:00
install.rs Unify CliConfig, ServerConfig, ProjectConfig, WorkflowRunConfig, RunDefaults into FabroConfig 2026-03-29 13:47:05 -04:00
logging.rs rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
main.rs Complete remaining RunRecord plan gaps: run_from_record, TOML rename, API RunRecord 2026-03-29 13:47:06 -04:00
provider_auth.rs Redesign fabro-model with LanguageModel trait, Catalog struct, and ModelRef (#121) 2026-03-23 11:15:40 -04:00
skill.rs rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
upgrade.rs Add Linux ARM64 (aarch64-unknown-linux-gnu) release target 2026-03-20 10:33:46 -04:00