//! Crate-level shared helpers used across commands, installer, and hook
//! paths. Nothing here is a user command — that's exactly why it lives
//! outside `commands/` (naming rule: command path = module path).
pub(crate)modfile_ext;pub(crate)modimpact_payload;pub(crate)modproven_rule;pub(crate)modreview_text;#[cfg(test)]pub(crate)modtest_home;pub(crate)modutil;