fix: share scope carrier across built JSON-RPC

This commit is contained in:
Tianyi Cui
2026-07-14 08:55:38 +08:00
parent 45e3997efc
commit c6cb9f4210
6 changed files with 129 additions and 2 deletions

View File

@@ -332,6 +332,7 @@ 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).