{ "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", "./adapters": "./src/adapters/index.mjs", "./adapters/watchdog": "./src/adapters/watchdog.mjs", "./adapters/dispatcher": "./src/adapters/dispatcher.mjs", "./adapters/bridge-supervisor": "./src/adapters/bridge-supervisor.mjs", "./adapters/sender-binding": "./src/adapters/sender-binding.mjs", "./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/decision-runner.test.mjs test/governance-contract.integration.test.mjs test/watchdog-chain.integration.test.mjs test/exports-boundary.integration.test.mjs" } }