mirror of
https://github.com/ValueCell-ai/ClawX.git
synced 2026-08-14 00:48:10 +00:00
520 B
520 B
id, title, type, appliesTo, requiredTests
| id | title | type | appliesTo | requiredTests | ||
|---|---|---|---|---|---|---|
| api-client-transport-policy | API Client Transport Policy | ai-coding-rule |
|
|
Gateway RPC transport is IPC-only. Renderer code must not enable WebSocket or HTTP transports to OpenClaw Gateway.
The renderer must call Main through typed host-api or legacy IPC wrappers only; Main owns the Gateway WebSocket.
Gateway frame diagnostics belong in Main-process logging, not renderer direct Gateway connections.