mnemospark 0.2.3 → 0.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": "0.2.3",
4
+ "version": "0.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": "0.2.3",
3
+ "version": "0.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",
@@ -35,6 +35,7 @@
35
35
  "lint": "eslint src/",
36
36
  "format": "prettier --write .",
37
37
  "format:check": "prettier --check .",
38
+ "commitlint": "commitlint --edit",
38
39
  "test:install-check": "node test/install-check.mjs",
39
40
  "test:slash-commands": "node test/test-mnemospark-slash-commands.mjs",
40
41
  "prepare": "node scripts/sync-plugin-version.js && husky"
@@ -77,6 +78,8 @@
77
78
  "src/**/*.{ts,tsx}": "eslint --fix"
78
79
  },
79
80
  "devDependencies": {
81
+ "@commitlint/cli": "^20.5.0",
82
+ "@commitlint/config-conventional": "^20.5.0",
80
83
  "@eslint/js": "^9.39.2",
81
84
  "eslint": "^9.39.2",
82
85
  "husky": "^9.1.7",