chore: knip learns agent-loop's e2e entry (ported from #162 with request-cache.e2e.ts)

This commit is contained in:
Tianyi Cui
2026-07-06 04:01:56 +08:00
parent c58e5adee7
commit 23ed47ba75
+4
View File
@@ -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"]