2026-06-11 15:04:50 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
2026-07-19 21:17:57 +08:00
|
|
|
"exclude": [
|
|
|
|
|
"duplicates"
|
|
|
|
|
],
|
|
|
|
|
"ignoreBinaries": [
|
|
|
|
|
"bwrap",
|
|
|
|
|
"python3",
|
|
|
|
|
"sandbox-exec"
|
|
|
|
|
],
|
|
|
|
|
"ignoreWorkspaces": [
|
|
|
|
|
"vendor/*",
|
|
|
|
|
"python/sdk-runtime"
|
|
|
|
|
],
|
|
|
|
|
"ignoreDependencies": [
|
|
|
|
|
"lightningcss"
|
|
|
|
|
],
|
2026-06-11 15:04:50 +08:00
|
|
|
"workspaces": {
|
|
|
|
|
".": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"scripts/**/*.mjs"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"scripts/**/*.ts",
|
|
|
|
|
"scripts/**/*.mjs"
|
|
|
|
|
]
|
2026-07-17 15:42:35 +08:00
|
|
|
},
|
|
|
|
|
"examples": {
|
2026-06-16 11:10:25 +08:00
|
|
|
"entry": [
|
2026-07-19 13:32:04 +08:00
|
|
|
"headless-agent/tests/fixtures/cli-mock-llm.ts",
|
2026-07-20 21:37:04 +08:00
|
|
|
"headless-agent/tests/fixtures/goal-domain/seed-goal.ts",
|
2026-07-20 20:16:41 +08:00
|
|
|
"headless-agent/tests/fixtures/time-context-driver.ts",
|
|
|
|
|
"headless-agent/tests/fixtures/time-context-mock-llm.ts",
|
2026-07-21 13:29:40 +08:00
|
|
|
"acp-agent/tests/snapshots/lsp-definition/workspace/subject.ts",
|
2026-07-19 01:09:20 +08:00
|
|
|
"tui-agent/tests/fixtures/tui-scripted-llm.ts",
|
2026-07-21 16:51:51 +08:00
|
|
|
"acp-agent/tests/fixtures/subagent/subagent-acp/mock-delegating-llm.ts",
|
2026-07-21 17:14:10 +08:00
|
|
|
"acp-agent/tests/fixtures/subagent/subagent-acp/driver.ts",
|
2026-07-17 15:42:35 +08:00
|
|
|
"*/tests/**/*.e2e.ts",
|
|
|
|
|
"*/tests/**/*.snapshot.ts"
|
2026-06-16 11:10:25 +08:00
|
|
|
],
|
2026-07-19 21:17:57 +08:00
|
|
|
"project": [
|
|
|
|
|
"**/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"ignoreDependencies": [
|
|
|
|
|
"@deepseek-ai/.+",
|
|
|
|
|
"@cordisjs/.+"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"packages/util/home": {
|
|
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"packages/host/webserver": {
|
|
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"packages/host/runtime": {
|
|
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"ignoreDependencies": [
|
|
|
|
|
"@deepseek-ai/dsh-client-.+"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"packages/client/web-ui": {
|
|
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.{ts,tsx}"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.{ts,tsx}",
|
|
|
|
|
"tests/**/*.{ts,tsx}"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"packages/client/runtime": {
|
|
|
|
|
"entry": [
|
2026-07-23 03:36:14 +08:00
|
|
|
"tests/**/*.spec.ts"
|
2026-07-19 21:17:57 +08:00
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"packages/client/ui-primitives": {
|
|
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.tsx"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"src/**/*.tsx",
|
|
|
|
|
"tests/**/*.tsx"
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-07-23 02:56:16 +08:00
|
|
|
"packages/client/web-react": {
|
|
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.tsx"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"src/**/*.tsx",
|
|
|
|
|
"tests/**/*.tsx"
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-07-19 21:17:57 +08:00
|
|
|
"packages/client/ui-layout": {
|
|
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.spec.tsx"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"src/**/*.tsx",
|
|
|
|
|
"tests/**/*.ts",
|
|
|
|
|
"tests/**/*.tsx"
|
|
|
|
|
]
|
2026-06-11 15:04:50 +08:00
|
|
|
},
|
2026-07-13 15:38:47 +08:00
|
|
|
"website": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"project": [
|
|
|
|
|
"**/*.ts"
|
|
|
|
|
],
|
2026-07-13 15:38:47 +08:00
|
|
|
"ignoreDependencies": [
|
|
|
|
|
"@braintree/sanitize-url",
|
|
|
|
|
"cytoscape",
|
|
|
|
|
"cytoscape-cose-bilkent",
|
|
|
|
|
"dayjs",
|
|
|
|
|
"debug"
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-06-20 22:55:20 +08:00
|
|
|
"packages/*/*": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-06-13 00:28:29 +08:00
|
|
|
},
|
2026-07-09 16:05:44 +08:00
|
|
|
"packages/bash/bash-sandbox": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-09 16:05:44 +08:00
|
|
|
},
|
2026-07-14 21:45:54 +08:00
|
|
|
"packages/context/time-context": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-09 16:05:44 +08:00
|
|
|
},
|
2026-07-20 13:54:38 +08:00
|
|
|
"packages/lsp/lsp-local": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts",
|
|
|
|
|
"tests/fixture-server.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"ignoreDependencies": [
|
|
|
|
|
"typescript-language-server"
|
|
|
|
|
]
|
2026-07-20 13:54:38 +08:00
|
|
|
},
|
2026-07-09 15:42:37 +08:00
|
|
|
"packages/sandbox/sandbox-local": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-09 15:42:37 +08:00
|
|
|
},
|
2026-06-21 07:17:25 +08:00
|
|
|
"packages/util/brand": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts"
|
|
|
|
|
]
|
2026-06-21 07:17:25 +08:00
|
|
|
},
|
2026-07-06 16:23:52 +08:00
|
|
|
"packages/util/timeout": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-06 16:23:52 +08:00
|
|
|
},
|
2026-07-07 09:31:53 +08:00
|
|
|
"packages/util/retention": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-08 01:44:20 +08:00
|
|
|
},
|
|
|
|
|
"packages/support/acp-snapshot": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/fixtures/fake-acp-agent.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-08 01:44:20 +08:00
|
|
|
},
|
2026-07-14 05:00:54 +08:00
|
|
|
"packages/support/loader-smoke": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/fixtures/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-14 05:00:54 +08:00
|
|
|
},
|
2026-07-06 04:01:56 +08:00
|
|
|
"packages/core/agent-loop": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-06 04:01:56 +08:00
|
|
|
},
|
2026-07-19 18:47:34 +08:00
|
|
|
"packages/goal/goal": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-19 18:47:34 +08:00
|
|
|
},
|
2026-07-19 20:30:43 +08:00
|
|
|
"packages/goal/goal-session": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-19 20:30:43 +08:00
|
|
|
},
|
2026-07-19 19:22:10 +08:00
|
|
|
"packages/goal/tool-goal": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-19 19:22:10 +08:00
|
|
|
},
|
2026-07-15 12:41:46 +08:00
|
|
|
"packages/session-query/session-query-sqlite": {
|
|
|
|
|
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
|
|
|
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
|
|
|
|
},
|
2026-07-08 11:00:06 +08:00
|
|
|
"packages/code-runtime/code-runtime-worker": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-08 11:00:06 +08:00
|
|
|
},
|
2026-06-20 22:55:20 +08:00
|
|
|
"packages/llm/llm-deepseek": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-06-13 00:28:29 +08:00
|
|
|
},
|
2026-06-20 22:55:20 +08:00
|
|
|
"packages/llm/llm-pi-ai": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-06-21 12:03:44 +08:00
|
|
|
},
|
2026-07-21 01:53:24 +08:00
|
|
|
"packages/session-title/session-title-first-message-llm": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-21 01:53:24 +08:00
|
|
|
},
|
2026-07-16 16:01:06 +08:00
|
|
|
"packages/context/workspace-context": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-05 16:49:39 +08:00
|
|
|
},
|
2026-07-21 14:50:06 +08:00
|
|
|
"packages/session-persistence/session-checkpoint-policy": {
|
|
|
|
|
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
|
|
|
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
|
|
|
|
},
|
2026-06-29 21:42:23 +08:00
|
|
|
"packages/util/paths": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-06-29 21:42:23 +08:00
|
|
|
},
|
2026-06-25 15:04:12 +08:00
|
|
|
"packages/web/web-search-exa": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-06-25 15:04:12 +08:00
|
|
|
},
|
|
|
|
|
"packages/web/web-search-perplexity": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-06-25 15:04:12 +08:00
|
|
|
},
|
2026-07-09 19:06:55 +08:00
|
|
|
"packages/workflow/workflow-workerthread": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-06-25 15:04:12 +08:00
|
|
|
},
|
2026-06-29 15:21:12 +08:00
|
|
|
"packages/web/web-search-deepseek": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-06-29 15:21:12 +08:00
|
|
|
},
|
2026-07-15 15:57:57 +08:00
|
|
|
"packages/examples/acp-demo": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-06-21 15:13:57 +08:00
|
|
|
},
|
2026-07-21 00:44:28 +08:00
|
|
|
"packages/examples/agent-spine-demo": {
|
|
|
|
|
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
|
|
|
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
|
|
|
|
},
|
2026-07-14 08:59:33 +08:00
|
|
|
"packages/ui/jsonrpc": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-06-22 05:58:40 +08:00
|
|
|
},
|
2026-07-19 22:11:59 +08:00
|
|
|
"packages/ui/commands": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-19 22:11:59 +08:00
|
|
|
},
|
2026-07-20 19:26:04 +08:00
|
|
|
"packages/examples/tui-demo": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
2026-07-22 20:45:24 +08:00
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
2026-07-19 21:17:57 +08:00
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-06-22 05:58:40 +08:00
|
|
|
},
|
2026-07-15 21:21:24 +08:00
|
|
|
"packages/examples/cli-demo": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-15 21:21:24 +08:00
|
|
|
},
|
2026-07-18 22:31:04 +08:00
|
|
|
"packages/ui/tui": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.snapshot.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-18 22:31:04 +08:00
|
|
|
},
|
2026-07-15 15:57:57 +08:00
|
|
|
"packages/examples/jsonrpc-demo": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts"
|
|
|
|
|
]
|
2026-07-11 14:08:12 +08:00
|
|
|
},
|
2026-07-15 18:17:38 +08:00
|
|
|
"packages/sdk/create-sdk": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"src/bin.ts",
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts",
|
|
|
|
|
"tests/**/*.snapshot.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-15 18:17:38 +08:00
|
|
|
},
|
|
|
|
|
"packages/sdk/scripts": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"src/bin.ts",
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.snapshot.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"ignoreDependencies": [
|
|
|
|
|
"node-addon-require-builtin"
|
|
|
|
|
]
|
2026-07-15 18:17:38 +08:00
|
|
|
},
|
2026-06-22 05:58:40 +08:00
|
|
|
"packages/subagent/subagent-spawn": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-06-22 10:47:02 +08:00
|
|
|
},
|
|
|
|
|
"packages/subagent/subagent-acp": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts",
|
|
|
|
|
"tests/mock-acp-server.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-02 20:47:20 +08:00
|
|
|
},
|
2026-07-09 13:42:03 +08:00
|
|
|
"packages/subagent/subagent-subprocess": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-08 15:31:14 +08:00
|
|
|
},
|
2026-07-02 20:47:20 +08:00
|
|
|
"packages/fs/tool-fs": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
]
|
2026-07-08 13:01:00 +08:00
|
|
|
},
|
2026-07-09 20:44:32 +08:00
|
|
|
"packages/fs/tool-fs-search": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"ignoreBinaries": [
|
|
|
|
|
"rg"
|
|
|
|
|
]
|
2026-07-17 18:21:54 +08:00
|
|
|
},
|
2026-07-08 13:01:00 +08:00
|
|
|
"packages/mcp/mcp-client": {
|
2026-07-19 21:17:57 +08:00
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.spec.ts",
|
|
|
|
|
"tests/**/*.e2e.ts",
|
|
|
|
|
"tests/fixture-server.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"ignoreDependencies": [
|
|
|
|
|
"@modelcontextprotocol/server-everything",
|
|
|
|
|
"@modelcontextprotocol/server-filesystem"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"packages/client/web": {
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"src/**/*.tsx",
|
|
|
|
|
"tests/**/*.tsx"
|
|
|
|
|
],
|
|
|
|
|
"ignoreDependencies": [
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-theme",
|
|
|
|
|
"@deepseek-ai/dsh-client-connection"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"apps/web": {
|
|
|
|
|
"entry": [
|
|
|
|
|
"tests/**/*.e2e.ts",
|
2026-07-22 23:43:53 +08:00
|
|
|
"tests/**/*.snapshot.ts",
|
2026-07-19 21:17:57 +08:00
|
|
|
"tests/support.ts"
|
|
|
|
|
],
|
|
|
|
|
"project": [
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"ignoreDependencies": [
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-primitives",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-slots",
|
|
|
|
|
"@deepseek-ai/dsh-client-web-react",
|
|
|
|
|
"@types/react",
|
|
|
|
|
"@types/react-dom",
|
|
|
|
|
"react",
|
|
|
|
|
"react-dom"
|
|
|
|
|
]
|
2026-06-11 15:04:50 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|