//! Frontend-neutral session management API and shared session models.
//!
//! Host applications implement [`SessionBackend`] to connect the stable
//! programmatic API to their persistence, agent, Git, and forge workflows.
//! Callers such as future orchestrator sessions use [`SessionService`] without
//! depending on terminal UI state.
pub use SessionError;
pub use ;
pub use ;
pub use ;