mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix: require all taxonomy coverage ids (#94296)
This commit is contained in:
+3
-3
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user