From d0701296223994d82323b7c249aa20ce9a325b35 Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:09:51 +0800 Subject: [PATCH] fix(constraints): follow the spawn-helper relocation to subprocess-local The workspace-constraints allowlist pinned scripts/ensure-spawn-helper.mjs to dsh-pty-local; this branch relocates the helper (with node-pty ownership) into dsh-subprocess-local, so the published-files expectation moves with it. --- scripts/check-workspace-constraints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-workspace-constraints.ts b/scripts/check-workspace-constraints.ts index 355b817e68..1c7bedc696 100644 --- a/scripts/check-workspace-constraints.ts +++ b/scripts/check-workspace-constraints.ts @@ -125,8 +125,8 @@ const packageFileExtras: Readonly> = { '@deepseek-ai/dsh-headless': ['cordis.patch.yml'], '@deepseek-ai/dsh-client-ui-theme': ['lib/styles'], '@deepseek-ai/dsh-helper': ['lib/assets'], - '@deepseek-ai/dsh-pty-local': ['scripts/ensure-spawn-helper.mjs'], '@deepseek-ai/dsh-skill-badge': ['assets'], + '@deepseek-ai/dsh-subprocess-local': ['scripts/ensure-spawn-helper.mjs'], '@deepseek-ai/dsh-scripts': [ 'lib/dev/tsdown-config.js', 'lib/local-plugin-loader-hooks.js',