//! Unified hooks infrastructure for Terraphim AI.
//!
//! This crate provides shared functionality for Claude Code hooks and Git hooks,
//! including text replacement via knowledge graphs and binary discovery utilities.
pub use ;
pub use ;
pub use ValidationService;
pub use ;
/// Re-export key types from terraphim_automata for convenience.
pub use Matched;
pub use Thesaurus;