//! Shared per-invocation context handed to every command handler.
//!
//! Holds only what every handler needs: where the process runs and how loud
//! it should be. Configuration files, color policy, and runtimes are
//! deliberately absent — this binary has none.
use Utf8PathBuf;
use crateAppError;
/// The resolved invocation environment.