mnemospark 1.2.2 → 1.3.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "mnemospark",
3
3
  "name": "mnemospark",
4
- "version": "1.2.2",
4
+ "version": "1.3.0",
5
5
  "description": "mnemospark is an OpenClaw plugin that gives agentic systems instant, secure access to cloud storage, compute, and proprietary datasets paid via x402 with USDC on Base. Wallet and go.",
6
6
  "configSchema": {
7
7
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mnemospark",
3
- "version": "1.2.2",
3
+ "version": "1.3.0",
4
4
  "description": "mnemospark is an OpenClaw plugin that gives agentic systems instant, secure access to cloud storage, compute, and proprietary datasets paid via x402 with USDC on Base. Wallet and go.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -85,7 +85,7 @@
85
85
  "eslint": "^9.39.2",
86
86
  "husky": "^9.1.7",
87
87
  "lint-staged": "^16.2.7",
88
- "openclaw": "latest",
88
+ "openclaw": "^2026.4.1",
89
89
  "prettier": "^3.8.1",
90
90
  "tsup": "^8.0.0",
91
91
  "typescript": "^5.7.0",
@@ -25,6 +25,7 @@ Slash usage: `/mnemospark cloud <subcommand> …`. CLI/agent: `node dist/cli.js
25
25
  - Local archive path: prefers `backup/<sanitized-friendly-name>` from SQLite (see `backup` + `friendly_names`); falls back to legacy `backup/<object-id>` if that file exists.
26
26
  - Optional `--name` must exactly match the friendly name in SQLite for that `object_id` (validation only; not sent to the backend).
27
27
  - `--timeout-seconds <n>` only applies when `--async --orchestrator subagent`.
28
+ - **OpenClaw 2026.4.x:** On the first successful upload, mnemospark applies the **Renewal Agent Runbook** automatically (dedicated agent `mnemospark-renewal`, `exec-approvals.json` entry for `/usr/bin/node`, `openclaw config validate`, best-effort gateway restart), then registers the monthly isolated cron with `--no-deliver` and a `Command: /usr/bin/node … dist/cli.js cloud payment-settle --renewal …` payload. See the main README for `MNEMOSPARK_CRON_*` overrides.
28
29
 
29
30
  ### Payment settle (scheduled / manual)
30
31