refactor: migrate v0.2 runtime services to TypeScript

This commit is contained in:
Codex
2026-05-29 00:46:32 +08:00
parent 8f149b3513
commit 03c09f5c94
38 changed files with 644 additions and 128 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
"report:lifecycle:test": "node scripts/report-lifecycle.test.mjs",
"dev-runtime:provisioning": "node scripts/run-bun.mjs scripts/dev-runtime-provisioning.mjs",
"dev-runtime:migration": "node scripts/run-bun.mjs scripts/dev-runtime-migration.mjs",
"dev-runtime:postflight": "node scripts/dev-runtime-postflight.mjs",
"dev-runtime:postflight": "node scripts/run-bun.mjs scripts/dev-runtime-postflight.mjs",
"dev-runtime:hotfix-audit": "node scripts/dev-runtime-hotfix-audit.mjs",
"rpt004:mvp:e2e": "node scripts/run-bun.mjs scripts/rpt004-mvp-e2e-harness.mjs",
"rpt004:mvp:e2e:live": "node scripts/run-bun.mjs scripts/rpt004-mvp-e2e-harness.mjs --live --url http://74.48.78.17:16666/ --api-url http://74.48.78.17:16667/",