//! Filesystem postbox: inter-process communication via a Unix tree.
//!
//! State lives under [`UnifierHome`] (default `~/.local/unifier`). Programs write
//! values to files treated as keys; mailboxes and cron slots collect UUID-named
//! message files for pickup by other processes.
pub use ;
/// Run the CLI and return a [`Result`] for the process exit code handler.