Expand description
Schema - versioned JSON contract metadata for the catalog cache and the
auth-cloudflare version --format json CLI contract (feedback 06).
The Hermes plugin (auth-hermes-cloudflare) validates protocol and
catalog-schema compatibility against VersionInfo::current() before
invoking catalog commands; a newer unsupported schema version must be
rejected rather than silently guessed (feedback 02).
Structs§
- Version
Info - Version metadata returned by
auth-cloudflare version --format json.
Constants§
- CATALOG_
SCHEMA_ VERSION - Catalog cache/snapshot JSON schema version (integer, not SemVer).
- PROTOCOL_
VERSION - JSON CLI protocol version (
version,catalog,doctorcommands).