oxicode/tools/mod.rs
1//! oxicode-cli-specific agent tools.
2//!
3//! Complements the built-in tools in `oxicode-agent` with product-specific
4//! functionality owned by oxicode-cli (composition-root pattern, see AGENTS.md
5//! §"SDK is the contract, not the implementation"). Each tool here holds an
6//! `Arc` to a domain store defined in `crate::store::*` and is registered
7//! directly from `App::from_oxicode`.