test: update gateway client callsite guard

This commit is contained in:
Peter Steinberger
2026-04-28 11:54:43 +01:00
parent 9e5aa10e97
commit 9f7932fbcc

View File

@@ -10,7 +10,6 @@ const ALLOWED_GATEWAY_CLIENT_CALLSITES = new Set([
"src/gateway/gateway-cli-backend.live-helpers.ts",
"src/gateway/operator-approvals-client.ts",
"src/gateway/probe.ts",
"src/mcp/channel-bridge.ts",
"src/node-host/runner.ts",
"src/tui/gateway-chat.ts",
]);