Merge remote-tracking branch 'origin/feat/windows-pwsh-default' into feat/windows-acl-sandbox
# Conflicts: # apps/cli/reference/README.i18n.yaml # docs/cordis-catalog/services.md # docs/module-graph.md # docs/subsystems/sandbox.i18n.yaml # packages/sandbox/sandbox/README.i18n.yaml # pnpm-lock.yaml # scripts/verify-package-readme-model-experience.ts
This commit is contained in:
+6
-6
@@ -32,8 +32,8 @@ const windowsUnsupportedPackages = process.platform === 'win32'
|
||||
'packages/subprocess/*',
|
||||
'packages/pty/pty-local',
|
||||
'packages/sandbox/sandbox-local',
|
||||
'packages/sdk/create-sdk',
|
||||
'packages/sdk/helper',
|
||||
'packages/scaffold/create-sdk',
|
||||
'packages/scaffold/helper',
|
||||
]
|
||||
: []
|
||||
|
||||
@@ -99,7 +99,7 @@ const processBoundTests = [
|
||||
'packages/subprocess/subprocess-local/tests/spawn.spec.ts',
|
||||
'packages/context/time-context/tests/time-context.spec.ts',
|
||||
'packages/llm/llm-pi-ai/tests/adapter.spec.ts',
|
||||
'packages/ui/app-boot/tests/app-boot.spec.ts',
|
||||
'packages/boot/app-boot/tests/app-boot.spec.ts',
|
||||
'packages/workflow/workflow-workerthread/tests/session.spec.ts',
|
||||
]
|
||||
|
||||
@@ -238,9 +238,9 @@ export default defineConfig({
|
||||
// Projection/command round: executor lifecycle branches and the
|
||||
// registry's drive tails need the same maturing lanes. TODO(gui):
|
||||
// cover and remove with the client test lane above.
|
||||
'packages/ui/commands/src/index.ts',
|
||||
'packages/ui/commands/src/invariant.ts',
|
||||
'packages/session-projection/session-projection/src/index.ts',
|
||||
'packages/interaction/commands/src/index.ts',
|
||||
'packages/interaction/commands/src/invariant.ts',
|
||||
'packages/session/session-projection/src/index.ts',
|
||||
...windowsUnsupportedPackages.map(path => `${path}/src/**/*.ts`),
|
||||
...windowsCoverageExclusions,
|
||||
...windowsOnlyCoverageExclusions,
|
||||
|
||||
Reference in New Issue
Block a user