Describes the local BEAM node or a connected node visible to it.
Connected nodes are inventory-only until a runtime adapter explicitly marks them as inspectable.
@type t() :: %BeamConsole.NodeInfo{ id: String.t(), inspectable?: boolean(), kind: :local | :connected, name: String.t() }