//! Claude Hook Advisor
//!
//! A Rust CLI tool that integrates with Claude Code hooks to provide intelligent
//! command suggestions and semantic directory aliasing.
// Public API - main functions and essential types for external users
pub use run_cli;
pub use resolve_directory;
pub use ;
// Modules needed by internal binary and tests
// Private implementation modules