//! Tool call pattern matching engine.
//!
//! Provides types and functions for matching tool calls by name (glob/regex/exact)
//! and optionally by argument-level conditions on JSON fields. Used by permission
//! rules, reminder rules, and other extensions that need to match tool calls.
pub use ;
pub use ;
pub use ;
pub use ;