// SPDX-License-Identifier: Apache-2.0
//! System info wire type. Reported by daemon + sometimes detected client-side.
use ;
/// `Deserialize` is for downstream client consumers (origin-mcp, plugins).
/// The daemon currently only serializes; deserialization happens on the wire reader side.