//! Health and stats endpoints.
use crateProxyState;
use State;
use Json;
use json;
/// GET /health — proxy health check.
///
/// Returns a JSON object with service identity and version.
/// The service string MUST match `HEALTH_SERVICE_ID` checked by
/// the OpenCode plugin and `shift-ai proxy status`.
pub async
/// GET /stats — session statistics.
pub async