Merge remote-tracking branch 'origin/master' into feat/sandbox-support

# Conflicts:
#	packages/workflow/workflow-workerthread/tests/workflow-workerthread.spec.ts
This commit is contained in:
Tianyi Cui
2026-07-11 21:43:10 +08:00
27 changed files with 1050 additions and 146 deletions

View File

@@ -22,6 +22,7 @@
"test:e2e": "vitest run --config vitest.e2e.config.ts",
"test:snapshot": "vitest run --config vitest.snapshot.config.ts",
"test:snapshot:record": "DSH_SNAPSHOT=record vitest run --config vitest.snapshot.config.ts --update",
"test:snapshot:refresh": "DSH_SNAPSHOT=refresh vitest run --config vitest.snapshot.config.ts",
"check:ci": "tsx scripts/run-gates.ts ci-primary",
"check:ci:static": "tsx scripts/run-gates.ts ci-static",
"check:ci:lint": "tsx scripts/run-gates.ts ci-lint",