fabro/lib/crates/fabro-devcontainer
Bryan Helmkamp 007cfed240 refactor: remove backwards-compat error type aliases
No production deployments exist, so there's no need for migration shims.
Remove all six backwards-compat type aliases (AgentError, SdkError,
CoreError, GraphvizError, StoreError, FabroError) and migrate ~880
callsites to use the canonical Error name directly within each crate,
or qualified imports (e.g., `use fabro_llm::Error as LlmError`) for
cross-crate references. Also fix a pre-existing absolute-path clippy
lint in fabro-server error.rs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 12:51:42 -04:00
..
src refactor: remove backwards-compat error type aliases 2026-04-11 12:51:42 -04:00
tests fmt 2026-04-11 11:27:46 -04:00
Cargo.toml Add publish = false to all crates to prevent accidental crates.io publish 2026-03-29 13:47:09 -04:00
DEVCONTAINER-COMPATIBILITY.md rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
INTEGRATION.md rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00