Expand description
lib.rs
Public facade that exposes core, protocol, and tools under stable paths. Lets the binary, integration tests, and external callers share the same use paths.
Re-exports§
pub use core::args_ref;pub use core::batch;pub use core::config;pub use core::external;pub use core::response;pub use core::web;pub use protocol::catalog;pub use protocol::server;pub use tools::fs_tools;pub use tools::git_tools;pub use tools::inspect_tools;pub use tools::search_tools;