//! JSON-RPC method implementations, organized by domain.
//!//! Each sub-module exposes typed param/result structs and an async `handle`
//! function that takes `AppState` + params and returns a `serde_json::Value`.
pubmodagents;pubmodkanban;pubmodnotes;pubmodskills;pubmodtasks;pubmodworkspaces;