a9be34f563
* feat: @uncaged/pulse-oc — OpenClaw adapter package (closes #40) - Extract gateway-health & llm-health watchers from core to pulse-oc - Add gateway-health-guard rule and archive-sessions executor - Update CI, README, CONTRIBUTING for the new package - Fix E2E tests to use core ESSENTIAL_PROCESSES after openclaw removal Made-with: Cursor * feat: @uncaged/pulse-openclaw — OpenClaw adapter package (closes #40) * chore: rename pulse-oc → pulse-openclaw Made-with: Cursor --------- Co-authored-by: 小橘 <xiaoju@shazhou.work>
39 lines
816 B
JSON
39 lines
816 B
JSON
{
|
|
"name": "@uncaged/pulse-openclaw",
|
|
"version": "0.1.0",
|
|
"description": "Pulse adapter for OpenClaw — watchers, rules, and executors for OpenClaw Gateway",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "bun test"
|
|
},
|
|
"keywords": [
|
|
"pulse",
|
|
"openclaw",
|
|
"agent",
|
|
"watcher",
|
|
"executor"
|
|
],
|
|
"author": "oc-xiaoju",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/oc-xiaoju/pulse",
|
|
"directory": "packages/pulse-openclaw"
|
|
},
|
|
"peerDependencies": {
|
|
"@uncaged/pulse": ">=0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@uncaged/pulse": "workspace:*",
|
|
"@types/node": "^25.6.0",
|
|
"bun-types": "latest",
|
|
"typescript": "^6.0.2"
|
|
}
|
|
}
|