@pcircle/memesh 4.1.6 → 4.1.7

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,5 +1,5 @@
1
1
  {
2
- "name": "pcircle-ai",
2
+ "name": "pcircle-memesh",
3
3
  "owner": {
4
4
  "name": "PCIRCLE AI"
5
5
  },
@@ -8,7 +8,7 @@
8
8
  "name": "memesh",
9
9
  "source": "./",
10
10
  "description": "MeMesh — Local memory for Claude Code and MCP coding agents. One SQLite file, zero cloud required.",
11
- "version": "4.1.6",
11
+ "version": "4.1.7",
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.1.6",
7
+ "version": "4.1.7",
8
8
  "homepage": "https://pcircle.ai/memesh-llm-memory",
9
9
  "repository": "https://github.com/PCIRCLE-AI/memesh-llm-memory",
10
10
  "license": "MIT",
package/README.md CHANGED
@@ -50,7 +50,7 @@ If you use Claude Code, install MeMesh as a plugin from inside the CLI:
50
50
 
51
51
  ```
52
52
  /plugin marketplace add PCIRCLE-AI/memesh-llm-memory
53
- /plugin install memesh@pcircle-ai
53
+ /plugin install memesh@pcircle-memesh
54
54
  ```
55
55
 
56
56
  Claude Code wires hooks, skills, and the MCP server automatically. You get in-session auto-capture, proactive recall, the `/memesh` skill (remember / recall / learn / forget) inside the Claude Code conversation, and `remember` / `recall` / `forget` / `learn` available as MCP tools to the agent. The CLI and the local dashboard are also fully accessible without any extra global install — `npx @pcircle/memesh <command>` runs every CLI command, and `npx @pcircle/memesh` launches the dashboard at `localhost:3737`. The MCP server uses the same `npx`-based launch pattern as Anthropic's official plugins (e.g. `context7`), so no `npm install -g` is needed for any feature.
@@ -69,7 +69,7 @@ npm install -g @pcircle/memesh
69
69
 
70
70
  ### Step 1.5: Wire MeMesh into Claude Code (npm path only)
71
71
 
72
- If you installed via **Option A** (`/plugin install memesh@pcircle-ai`), skip this step — Claude Code wires plugin hooks automatically.
72
+ If you installed via **Option A** (`/plugin install memesh@pcircle-memesh`), skip this step — Claude Code wires plugin hooks automatically.
73
73
 
74
74
  If you installed via **Option B** (`npm install -g`), the CLI is on your PATH and the MCP server is registered, but the Claude Code session hooks are not auto-wired. Without them you can still use `memesh remember` / `recall` manually, but the **auto-capture loop** (sessions → lessons → recall on next session) is silent.
75
75
 
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "schema": "memesh.skills-manifest/v1",
3
- "generated_at": "2026-05-08T22:07:08.903Z",
3
+ "generated_at": "2026-05-08T22:38:02.708Z",
4
4
  "entries": [
5
5
  {
6
6
  "path": ".claude-plugin/plugin.json",
7
- "sha256": "6082619b2e09b644d257bc2250b945025cf570090b30782bada5a8ac9bece34f",
7
+ "sha256": "9d50bd258c3a6fbc3038d513e9d712d8cd0562f7e6367261a7654f8bb41b6d3c",
8
8
  "bytes": 441
9
9
  },
10
10
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pcircle/memesh",
3
- "version": "4.1.6",
3
+ "version": "4.1.7",
4
4
  "description": "MeMesh — Local memory for Claude Code and MCP coding agents. One SQLite file, zero cloud required.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",