workflow: rename dsh-workflow-vm to dsh-workflow-workerthread

Pure mechanical rename now that the package's internals are the
worker-thread engine: directory, package name, spec/e2e filenames,
module tags and logger prefixes, tsconfig/knip/run-gates/AGENTS.md
references, example cordis.yml plugin ids, doc links; catalogs
regenerated and the lockfile refreshed.
This commit is contained in:
imccyu
2026-07-09 19:06:55 +08:00
parent d5c65e2b4c
commit 0d11a3afc7
43 changed files with 59 additions and 59 deletions

View File

@@ -313,7 +313,7 @@ function builtBinSmokeGate(): Gate {
// The workflow engine's built worker bundle: the only automated proof
// that lib/index.js resolves its sibling lib/worker.js under plain node
// (the e2e lane runs unbuilt, so this file self-skips there).
'packages/workflow/workflow-vm/tests/built-worker.e2e.ts',
'packages/workflow/workflow-workerthread/tests/built-worker.e2e.ts',
], {
label: 'built-bin smoke',
needs: ['build'],