feat: 分离 HarnessRL Temporal 后端

This commit is contained in:
root
2026-07-17 03:01:15 +02:00
parent 1aaf2044f8
commit 2563036317
20 changed files with 907 additions and 809 deletions
+3
View File
@@ -12,6 +12,9 @@
"check:plan": "node scripts/check-runner.mjs --profile check --list",
"check:cloud-api": "node scripts/check-runner.mjs --profile check --group cloud-api",
"check:cloud-web": "node scripts/check-runner.mjs --profile check --group cloud-web",
"harnessrl:api:dev": "bun --watch cmd/hwlab-harnessrl-api/main.ts",
"harnessrl:worker:dev": "bun --watch cmd/hwlab-harnessrl-worker/main.ts",
"harnessrl:native:smoke": "bun test internal/harnessrl/harnessrl.test.ts internal/cloud/server-caserun-http.test.ts",
"workbench:p1:inventory": "node scripts/workbench-long-reliability-p1-inventory.mjs",
"dev-runtime-base:build": "node scripts/dev-runtime-base-image.mjs",
"cloud-api:smoke": "node scripts/run-bun.mjs scripts/cloud-api-runtime-smoke.mjs",