openclaw-overlay-plugin 0.7.23 → 0.7.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/HOOK.md +0 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-overlay-plugin",
3
- "version": "0.7.23",
3
+ "version": "0.7.24",
4
4
  "description": "Openclaw BSV Overlay — agent discovery, service marketplace, and micropayments on the BSV blockchain",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -67,7 +67,7 @@
67
67
  "node": ">=20.0.0"
68
68
  },
69
69
  "openclaw": {
70
- "hooks": [
70
+ "extensions": [
71
71
  "./index.ts"
72
72
  ]
73
73
  }
package/HOOK.md DELETED
@@ -1,12 +0,0 @@
1
- ---
2
- name: bsv-overlay-hooks
3
- description: Background automation for BSV Overlay Network — handles auto-import, registration, and service request notifications.
4
- metadata: '{"openclaw": {"events": ["gateway:start"]}}'
5
- ---
6
-
7
- # BSV Overlay Hooks
8
- This hook pack enables background automation for the BSV Overlay Network.
9
- It automatically:
10
- 1. Monitors the BSV blockchain for incoming funds.
11
- 2. Registers the agent on the overlay network once funded.
12
- 3. Wakes the agent when new service requests arrive.