Files
approved-plan-continuity-ha…/plugins/continuity/package.json

14 lines
565 B
JSON

{
"name": "@openclaw/plugin-continuity",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Continuity plugin for approved-plan dispatch gating with a minimal host-agnostic engine and adapters.",
"exports": {
".": "./src/index.mjs"
},
"scripts": {
"test": "node test/continuity.config.test.mjs && node test/continuity.receipt-validator.test.mjs && node test/continuity.receipt-store.test.mjs && node test/continuity.evaluator.test.mjs && node test/continuity.plugin.test.mjs && node test/continuity.smoke.test.mjs"
}
}