@taptapai/taptapai-openclaw 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.
Files changed (2) hide show
  1. package/README.md +0 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,9 +16,6 @@ Setup/pairing is done via the `taptapai` CLI (recommended) or by manually editin
16
16
  On the OpenClaw host:
17
17
 
18
18
  ```bash
19
- export TAPTAPAI_BACKEND_WS_URL=wss://your-backend.example.com/ws/openclaw/v2
20
- export TAPTAPAI_RELAY_URL=https://your-backend.example.com
21
-
22
19
  taptapai setup
23
20
  ```
24
21
 
@@ -55,14 +52,6 @@ openclaw config set plugins.entries.taptapai-openclaw.config.pollIntervalMs 1000
55
52
  openclaw config set plugins.entries.taptapai-openclaw.config.logLevel "info"
56
53
  ```
57
54
 
58
- After restarting the gateway, the plugin writes pairing artifacts here:
59
-
60
- - `~/.openclaw/taptapai/pairing/pairing.latest.json`
61
- - `~/.openclaw/taptapai/pairing/pairing.token.txt`
62
- - `~/.openclaw/taptapai/pairing/pairing.qr.payload.txt`
63
- - `~/.openclaw/taptapai/pairing/pairing.qr.terminal.txt` (ASCII QR)
64
- - `~/.openclaw/taptapai/pairing/pairing.qr.png` (best-effort)
65
-
66
55
  ### 4) Restart gateway
67
56
 
68
57
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taptapai/taptapai-openclaw",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "TapTapAI gateway proxy plugin",
5
5
  "type": "module",
6
6
  "openclaw": {