@pcircle/memesh 4.6.1 → 4.6.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.
@@ -8,7 +8,7 @@
8
8
  "name": "memesh",
9
9
  "source": "./",
10
10
  "description": "MeMesh — agentic memory for coding agents. Captured from the agent's real work via hooks, recalled when it acts. One SQLite file, zero cloud required.",
11
- "version": "4.6.1",
11
+ "version": "4.6.2",
12
12
  "author": {
13
13
  "name": "PCIRCLE AI"
14
14
  },
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "PCIRCLE AI"
6
6
  },
7
- "version": "4.6.1",
7
+ "version": "4.6.2",
8
8
  "homepage": "https://github.com/PCIRCLE-AI/memesh",
9
9
  "repository": "https://github.com/PCIRCLE-AI/memesh",
10
10
  "license": "MIT",
@@ -3,7 +3,7 @@
3
3
  "entries": [
4
4
  {
5
5
  "path": ".claude-plugin/plugin.json",
6
- "sha256": "cf1dd5c9c9d731320712d70a3a117bf0ea57062094daf6b2c17ea12d3361d393",
6
+ "sha256": "c3476257c0f29f71e65215f06adb86f64cc5e7832e3b6c58859b4bd03bec1cd3",
7
7
  "bytes": 524
8
8
  },
9
9
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pcircle/memesh",
3
- "version": "4.6.1",
4
- "description": "MeMesh agentic memory for coding agents. Captured from the agent's real work via hooks, recalled when it acts. One SQLite file, zero cloud required.",
3
+ "version": "4.6.2",
4
+ "description": "MeMesh \u2014 agentic memory for coding agents. Captured from the agent's real work via hooks, recalled when it acts. One SQLite file, zero cloud required.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
7
7
  "bin": {
@@ -31,6 +31,7 @@
31
31
  "test:packaged": "node scripts/smoke-packed-artifact.mjs",
32
32
  "audit:prod": "node scripts/check-consumer-audit.mjs",
33
33
  "verify:release": "npm run lint && npm run typecheck && node scripts/check-version-coherence.mjs && node scripts/check-generated-mirror.mjs && node scripts/check-doc-claims.mjs && node scripts/audit/verification-audit.mjs && npm run audit:prod",
34
+ "release:finish": "node scripts/finish-release.mjs",
34
35
  "prepublishOnly": "npm run build && npm run verify:release && npm run test:isolated && npm run test:packaged",
35
36
  "typecheck": "tsc -p tsconfig.check.json && tsc -p tsconfig.check-dashboard.json",
36
37
  "lint": "eslint src/ scripts/ tests/ dashboard/src/ --max-warnings 0",