//! Kintsugi interception adapters.
//!
//! Three sources, one normalized event. Each adapter turns an agent's proposed
//! command into a [`kintsugi_core::ProposedCommand`], sends it to the daemon, and
//! enforces the returned [`kintsugi_core::Verdict`].
/// One trait, three impls (shim, hook, MCP). Each normalizes a source and runs.
pub const VERSION: &str = env!;