pub const HERMES_PLATFORMS: &[&str];Expand description
Every key name that parses as a Hermes Platform, so a config key can be
told apart from an ordinary setting.
The built-in members of gateway/config.py::Platform (hermes-agent 0.21.0
on the build box) plus the bundled plugin adapters, which Platform
admits through _missing_ after scanning plugins/platforms/. local is
omitted on purpose: it is Hermes’s own CLI/TUI surface, not a transport
into an external identity space, and load_gateway_config’s shared-key
loop skips it too.