//! Core command evaluation engine: hook pipeline, shim execution, and guards.
//!
//! Submodules:
//! - `hook`: Hook input parsing, command checking, protected file detection
//! - `shim`: PATH shim execution, command evaluation pipeline, hook integrity
//! - `exec`: `omamori exec` subcommand handler
//! - `guard`: AI environment guard for config-mutating operations
pub
pub
pub
pub