use crate;
/// Delivers a [`Notification`] to the user outside the TUI, for example as an OS
/// desktop notification. The in-app status line is handled by the TUI itself, so
/// this port covers only the out-of-band channel. Called only from the runtime
/// loop, so it carries no thread-safety bound.