From 31189cf403e87a35896ce457283c13472fb5a957 Mon Sep 17 00:00:00 2001 From: Turtle Date: Wed, 29 Jul 2026 12:52:14 +0800 Subject: [PATCH] chore: drop the examples dsh-bash dep left by the removed mock-bash fixture Nothing under examples/ references @deepseek-ai/dsh-bash now that the tmux-context fixtures are gone; the examples workspace ignores every @deepseek-ai/* dependency in knip, so no gate could catch it. This leaves examples/package.json untouched by the PR. --- examples/package.json | 1 - pnpm-lock.yaml | 3 --- 2 files changed, 4 deletions(-) diff --git a/examples/package.json b/examples/package.json index f35acb0405..51fc48b8fa 100644 --- a/examples/package.json +++ b/examples/package.json @@ -10,7 +10,6 @@ "@deepseek-ai/dsh-acp-demo": "workspace:*", "@deepseek-ai/dsh-agent-spine-demo": "workspace:*", "@deepseek-ai/dsh-app-boot": "workspace:*", - "@deepseek-ai/dsh-bash": "workspace:*", "@deepseek-ai/dsh-bash-local": "workspace:*", "@deepseek-ai/dsh-bash-sandbox": "workspace:*", "@deepseek-ai/dsh-cli-demo": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 356a566630..4fcf7122ea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -412,9 +412,6 @@ importers: '@deepseek-ai/dsh-app-boot': specifier: workspace:* version: link:../packages/ui/app-boot - '@deepseek-ai/dsh-bash': - specifier: workspace:* - version: link:../packages/bash/bash '@deepseek-ai/dsh-bash-local': specifier: workspace:* version: link:../packages/bash/bash-local