Revert "fix: share scope carrier across built JSON-RPC"

This reverts commit 835fd3ca4f46e0c6464098e3d0864dc56f31398d.
This commit is contained in:
Tianyi Cui
2026-07-14 08:56:21 +08:00
parent d33a819d15
commit 39c6c1120a
6 changed files with 2 additions and 129 deletions

View File

@@ -332,7 +332,6 @@ function builtBinSmokeGate(): Gate {
'vitest.e2e.config.ts',
'packages/ui/stdio-agent/tests/built-bin.e2e.ts',
'packages/ui/acp-agent/tests/built-bin.e2e.ts',
'packages/ui/jsonrpc/tests/built-scope-carrier.e2e.ts',
// The worker-entry packages' built bundles: the only automated proof
// that lib/index.js resolves its sibling lib/worker.cjs under plain node
// (the e2e lane runs unbuilt, so these files self-skip there).