pub fn classify_message(json: &Value) -> MsgKind
Classify a raw JSON message with constant-time key presence checks. Allocation: none. Complexity: O(1).