feat(reporting-governance): add watchdog chain adapters
This commit is contained in:
@@ -5,9 +5,15 @@
|
||||
"type": "module",
|
||||
"description": "Reporting governance plugin package skeleton with capability descriptors and OpenClaw reference adapter boundaries.",
|
||||
"exports": {
|
||||
".": "./src/index.mjs"
|
||||
".": "./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/decision-runner.test.mjs"
|
||||
"test": "node --test test/package-structure.test.mjs test/policy-evaluator.test.mjs test/decision-runner.test.mjs test/watchdog-chain.integration.test.mjs"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user