fabro/lib/crates
Bryan Helmkamp 55e792b885 Split validate.rs and resume.rs out of operations
Extract validate() into its own file from create.rs and resume() into
its own file from start.rs, maintaining one public operation per file.
Shared helpers (preprocess_and_validate, execute_persisted_run) become
pub(super) so the new modules can call them.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:08 -04:00
..
fabro-agent Consolidate backoff/jitter into fabro-util::BackoffPolicy 2026-03-29 13:47:05 -04:00
fabro-api Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
fabro-api-types Rename fabro-types to fabro-api-types 2026-03-29 13:47:08 -04:00
fabro-cli Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
fabro-config Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
fabro-core Create fabro-types and rewire shared types 2026-03-29 13:47:08 -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 Merge fabro-linear and GitHub tracker into fabro-tracker (#108) 2026-03-19 22:26:32 -04:00
fabro-graphviz Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
fabro-hooks Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
fabro-interview Remove dead selected_options field from Answer struct 2026-03-23 16:07:26 -04:00
fabro-llm Consolidate backoff/jitter into fabro-util::BackoffPolicy 2026-03-29 13:47:05 -04:00
fabro-mcp Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
fabro-model Remove ProfileCapabilities, rename ProviderProfile to AgentProfile, fix layer separation 2026-03-23 12:38:05 -04:00
fabro-openai-oauth Add Codex endpoint support for OpenAI OAuth flow 2026-03-17 00:47:47 -04:00
fabro-retro Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
fabro-sandbox Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
fabro-slack Unify fabro run foreground to use create + start + attach (#141) 2026-03-22 22:48:09 -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 Merge fabro-linear and GitHub tracker into fabro-tracker (#108) 2026-03-19 22:26:32 -04:00
fabro-types Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
fabro-types-derive Create fabro-types and rewire shared types 2026-03-29 13:47:08 -04:00
fabro-util Consolidate backoff/jitter into fabro-util::BackoffPolicy 2026-03-29 13:47:05 -04:00
fabro-validate Redesign fabro-model with LanguageModel trait, Catalog struct, and ModelRef (#121) 2026-03-23 11:15:40 -04:00
fabro-workflows Split validate.rs and resume.rs out of operations 2026-03-29 13:47:08 -04:00