From 23ed47ba75f47234b98b61cb54a32e82135a399b Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:01:56 +0800 Subject: [PATCH] chore: knip learns agent-loop's e2e entry (ported from #162 with request-cache.e2e.ts) --- knip.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/knip.json b/knip.json index 5e61645458..89cd2fffe7 100644 --- a/knip.json +++ b/knip.json @@ -21,6 +21,10 @@ "project": ["src/**/*.ts"], "ignoreDependencies": ["cordis"] }, + "packages/core/agent-loop": { + "entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"], + "project": ["src/**/*.ts", "tests/**/*.ts"] + }, "packages/llm/llm-deepseek": { "entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"], "project": ["src/**/*.ts", "tests/**/*.ts"]