//! Typed public API of the bmux contexts plugin.
//!
//! Contexts are a higher-level grouping layer over sessions: a context
//! carries a name and an attribute map, and clients can "select" a
//! context to scope their view. Other plugins depend on this crate for
//! typed access to context queries and commands.
//!
//! The [`contexts_state`], [`contexts_commands`], and [`contexts_events`]
//! modules are generated from `bpdl/contexts-plugin.bpdl` at compile
//! time via the [`bmux_plugin_schema_macros::schema!`] macro.
schema!