//! Process entrypoint.
//!//! Keep `main` intentionally small so every real startup policy, config lookup,
//! and exit-path decision lives in the application layer instead of getting
//! duplicated between CLI and TUI modes.
modapp;moddomain;modinfra;modui;fnmain(){ifletErr(error)=app::run(){eprintln!("error({}): {}", error.code(), error);std::process::exit(error.code().exit_status());}}