//! bee-tui — internal library exposing the modules the binary
//! composes. Living as both a `[lib]` and a `[[bin]]` lets integration
//! tests in `tests/` exercise the cockpit's components against
//! fixtures, without launching the full TUI loop.
//!
//! Public exports are stable for tests only — there is no ABI
//! commitment for downstream library users. Use the `bee-tui`
//! command-line binary, not this lib.