//! Method handlers for KLP, grouped by SPEC ยง2.12.5 namespace.
//!
//! Shipping today: [`system`] (handshake / ping / version /
//! log_tail) + [`state`] (snapshot / subscribe / unsubscribe +
//! `state.changed` push) + [`jobs`] (`jobs.list` read-only catalog;
//! the execute/progress/kill run half lands in a follow-up PR).
//! Remaining namespaces (notifications, support, maintenance) land in
//! follow-up PRs; each adds one sibling module and routes for it in
//! [`super::dispatcher`].