test: add PI release proof harness

This commit is contained in:
2026-08-24 13:44:39 +08:00
parent 977445ba45
commit 8820e82530
19 changed files with 1407 additions and 44 deletions

View File

@@ -41,6 +41,9 @@
"probe:pi-runtime:packaged": "node scripts/probe-pi-packaged-runtime.mjs",
"probe:pi-provider-contracts": "node scripts/probe-pi-provider-contracts.mjs",
"bundle:pi-runtime": "node scripts/bundle-pi-runtime.mjs",
"verify:artifact:pi": "node scripts/verify-pi-product-artifact.mjs",
"smoke:pi:real": "node scripts/smoke-pi-real.mjs",
"perf:pi:release": "node scripts/run-pi-release-performance.mjs",
"lint": "eslint . --fix",
"lint:check": "eslint .",
"typecheck": "tsc --noEmit",