# 010 — Status Endpoints and Config Surface - Area: `pkg/ucxi/server.go`, `main.go`, `pkg/dht/encrypted_storage.go` - Priority: Low-Medium ## Background Runtime visibility into DHT/UCXI/hybrid status is limited. Operators need quick status: enabled flags, providers, cache sizes, metrics, and current election state. ## Scope / Deliverables - UCXI `/status` returns: resolver registry stats, storage metrics (cache size, ops), P2P enabled flags. - Main prints or exposes a simple local HTTP endpoint aggregating election/admin state and peer counts (could reuse existing health HTTP). - Documentation for operators. ## Acceptance Criteria / Tests - Hitting `/status` returns JSON with counts and timestamps. - Health HTTP shows admin node id and connected peers. ## Notes - Keep payloads small; avoid leaking secrets.