diff --git a/knip.json b/knip.json index 306ebf46cf..c02e997c0f 100644 --- a/knip.json +++ b/knip.json @@ -165,8 +165,7 @@ }, "packages/context/tmux-context": { "entry": [ - "tests/**/*.spec.ts", - "tests/**/*.e2e.ts" + "tests/**/*.spec.ts" ], "project": [ "src/**/*.ts", diff --git a/packages/context/tmux-context/package.json b/packages/context/tmux-context/package.json index a874ebb08c..222cdfa55b 100644 --- a/packages/context/tmux-context/package.json +++ b/packages/context/tmux-context/package.json @@ -41,7 +41,6 @@ "@deepseek-ai/dsh-bash": "workspace:^", "@deepseek-ai/dsh-invariants": "workspace:^", "@deepseek-ai/dsh-llm": "workspace:^", - "@deepseek-ai/dsh-loader-smoke": "workspace:^", "@deepseek-ai/dsh-session": "workspace:^", "@deepseek-ai/dsh-system-prompt": "workspace:^", "cordis": "^4.0.0-rc.7" diff --git a/packages/context/tmux-context/tsconfig.json b/packages/context/tmux-context/tsconfig.json index fe893f9402..a5983a2c7f 100644 --- a/packages/context/tmux-context/tsconfig.json +++ b/packages/context/tmux-context/tsconfig.json @@ -27,9 +27,6 @@ { "path": "../../core/system-prompt" }, - { - "path": "../../support/loader-smoke" - }, { "path": "../../support/invariants" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 668240f5c5..356a566630 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1711,9 +1711,6 @@ importers: '@deepseek-ai/dsh-llm': specifier: workspace:^ version: link:../../llm/llm - '@deepseek-ai/dsh-loader-smoke': - specifier: workspace:^ - version: link:../../support/loader-smoke '@deepseek-ai/dsh-session': specifier: workspace:^ version: link:../../core/session