//! The bohay **module** system: an extension is a directory with a
//! `bohay-module.toml` manifest declaring argv commands; bohay runs them as
//! subprocesses with `BOHAY_*` context env and they call back through the same
//! socket API the CLI uses. No SDK, no scripting engine. See docs/13.
//!
//! MOD-1 (this layer): local `link`/`list`/`enable`/`disable`/`unlink` + action
//! invocation with captured, logged output. Panes (MOD-2), event hooks (MOD-3)
//! and git install (MOD-4) build on these pieces.
pub use ;
pub use ModuleCommandLog;
/// Tracks which module + entrypoint a live pane belongs to (MOD-2), so the pane
/// can be auto-untracked on close.