//! Bridge from `clap::Command` reflection → `ToolSchema`.
//!
//! Moved to the leaf `kaish-tool-api` crate so out-of-tree tool bundles can
//! reflect their clap structs into schemas the same way builtins do.
//! Re-exported here so existing `crate::tools::{schema_from_clap, …}` paths
//! keep working.
pub use ;