From 7214b40a7b8123e36af42cee3ee2964ab2e471df Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 29 Apr 2026 12:44:24 +0100 Subject: [PATCH] test: allowlist split session test helper --- scripts/deadcode-unused-files.allowlist.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deadcode-unused-files.allowlist.mjs b/scripts/deadcode-unused-files.allowlist.mjs index 1d4baec7e1b..46794e4b421 100644 --- a/scripts/deadcode-unused-files.allowlist.mjs +++ b/scripts/deadcode-unused-files.allowlist.mjs @@ -17,6 +17,7 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [ "src/gateway/gateway-cli-backend.live-helpers.ts", "src/gateway/gateway-cli-backend.live-probe-helpers.ts", "src/gateway/gateway-codex-harness.live-helpers.ts", + "src/gateway/test/server-sessions-helpers.ts", "src/infra/changelog-unreleased.ts", "src/mcp/openclaw-tools-serve.ts", "src/mcp/plugin-tools-handlers.ts",