@filiptrivan/openclaw-helmio-chat-probe 0.0.1 → 0.0.2

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.
package/README.md CHANGED
@@ -24,7 +24,7 @@ npm publish --access public # public — no NPM_TOKEN needed on probe VMs
24
24
  ## Install (from cloud-init, see infrastructure/cloud-init/probe-c4-install.sh)
25
25
 
26
26
  ```bash
27
- docker exec openclaw openclaw plugins install npm:@filiptrivan/openclaw-helmio-chat-probe@0.0.1
27
+ docker exec openclaw openclaw plugins install npm:@filiptrivan/openclaw-helmio-chat-probe@0.0.2
28
28
  docker exec openclaw openclaw gateway restart
29
29
  docker exec openclaw openclaw plugins inspect helmio-chat-probe --runtime --json
30
30
  ```
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "helmio-chat-probe",
3
+ "name": "Helmio Chat Probe",
4
+ "description": "ADR-0008 probe plugin (throwaway). Validates SignalR Node client lifecycle (C1) and the openclaw plugins install npm path (C4) against the pinned OpenClaw image. No channel registration, no agent tools, no message routing.",
5
+ "activation": {
6
+ "onStartup": true
7
+ },
8
+ "configSchema": {
9
+ "type": "object",
10
+ "additionalProperties": false,
11
+ "properties": {}
12
+ }
13
+ }
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@filiptrivan/openclaw-helmio-chat-probe",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "private": false,
5
5
  "description": "ADR-0008 probe plugin (published under @filiptrivan personal scope as a temporary stand-in for @helmio org): validates SignalR Node client (C1) and OpenClaw plugin install path (C4). Throwaway; not the real @helmio/openclaw-helmio-chat plugin.",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "files": [
9
9
  "dist",
10
- "README.md"
10
+ "README.md",
11
+ "openclaw.plugin.json"
11
12
  ],
12
13
  "main": "./dist/index.js",
13
14
  "exports": {