fix: require all taxonomy coverage ids (#94296)

This commit is contained in:
Dallin Romney
2026-06-17 16:38:14 -07:00
committed by GitHub
parent 2364c7ebc0
commit e17d111990
6 changed files with 74 additions and 39 deletions
+3 -3
View File
@@ -164,7 +164,7 @@ surfaces:
id: gateway-rpc-apis-and-events
features:
- name: Health APIs
coverageIds: [gateway.health, health-apis]
coverageIds: [health-apis]
description: '`health` and `status` RPCs.'
- name: Identity and presence APIs
coverageIds: [identity-and-presence-apis]
@@ -504,7 +504,7 @@ surfaces:
id: websocket-connection
features:
- name: WebSocket transport
coverageIds: [gateway.smoke, websocket-transport]
coverageIds: [websocket-transport]
description: WebSocket transport with JSON text frames.
- name: Connect challenge
coverageIds: [connect-challenge]
@@ -516,7 +516,7 @@ surfaces:
coverageIds: [protocol-version-negotiation]
description: Protocol range negotiation (`minProtocol`/`maxProtocol`).
- name: hello-ok snapshot
coverageIds: [gateway.protocol, hello-ok-snapshot]
coverageIds: [hello-ok-snapshot]
description: 'Required `hello-ok` payload structure: server identity, negotiated auth, feature discovery, snapshot, and policy limits.'
- name: Startup retry
coverageIds: [startup-retry]