chore: drop e2e-only knip entry, loader-smoke dep, and tsconfig reference

Follows removing the tmux-context e2e test: the .e2e.ts knip entry pattern
matched nothing and dsh-loader-smoke became an unused devDependency.
This commit is contained in:
Turtle
2026-07-29 10:37:17 +08:00
parent 8060f7fc0d
commit f15ff737cd
4 changed files with 1 additions and 9 deletions

View File

@@ -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"

View File

@@ -27,9 +27,6 @@
{
"path": "../../core/system-prompt"
},
{
"path": "../../support/loader-smoke"
},
{
"path": "../../support/invariants"
},