feat: add governance evaluator and decision runner skeleton

This commit is contained in:
Eve
2026-05-07 23:38:46 +08:00
parent 7fd02348cf
commit c2a775b62c
8 changed files with 761 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"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": {
".": "./src/index.mjs"
},
"scripts": {
"test": "node --test test/package-structure.test.mjs test/policy-evaluator.test.mjs test/decision-runner.test.mjs"
}
}