test: harden decision record storage slice

This commit is contained in:
Eve
2026-05-08 13:21:43 +08:00
parent 354c00dea1
commit 30cb206438
6 changed files with 440 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
{
"name": "@openclaw/plugin-reporting-governance",
"version": "0.1.0-mainline",
"private": true,
"type": "module",
"description": "Reporting governance plugin package skeleton with capability descriptors and OpenClaw reference adapter boundaries.",
"exports": {
@@ -14,10 +13,10 @@
"./adapters/orchestrator": "./src/adapters/orchestrator.mjs"
},
"scripts": {
"test": "node --test test/package-structure.test.mjs test/policy-evaluator.test.mjs test/compatibility-preflight.test.mjs test/profile-artifact.test.mjs test/profile-generator.test.mjs test/decision-runner.test.mjs test/decision-store.test.mjs test/governance-contract.integration.test.mjs test/watchdog-chain.integration.test.mjs test/runtime-integrated.integration.test.mjs test/exports-boundary.integration.test.mjs"
"test": "node --test test/package-structure.test.mjs test/policy-evaluator.test.mjs test/compatibility-preflight.test.mjs test/profile-artifact.test.mjs test/profile-generator.test.mjs test/decision-runner.test.mjs test/decision-store.test.mjs test/decision-store-runtime.integration.test.mjs test/governance-contract.integration.test.mjs test/watchdog-chain.integration.test.mjs test/runtime-integrated.integration.test.mjs test/exports-boundary.integration.test.mjs"
},
"dependencies": {
"ajv": "^8.20.0",
"yaml": "^2.8.4"
"ajv": "^8.17.1",
"yaml": "^2.8.0"
}
}