This repository has been archived on 2026-06-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
小橘 🍊 a9be34f563 feat: @uncaged/pulse-openclaw — OpenClaw adapter package (closes #40)
* 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>
2026-04-15 00:15:09 +08:00

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"
}
}