//! Helpers used by each `agent-status` subcommand. One file per subcommand
//! (`set`, `status`, `list`, `agent-extension`); `mod.rs` re-exports the
//! public API. `format_status` (the tmux `status-right` indicator) filters to
//! attention-needing events via `Event::needs_attention` on the entry's event.
//! `format_list` does NOT — it lists every session and renders each one's state
//! via a per-event marker, mirroring the switcher, which likewise reads the
//! store directly and surfaces every event value.
pub use ;
pub use format_list;
pub use build_entry;
pub use format_status;