@remnic/plugin-claude-code 9.57.1 → 9.57.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "remnic",
3
3
  "description": "Universal memory for AI agents — automatic recall, observation, and cross-agent knowledge sharing",
4
- "version": "9.57.1",
4
+ "version": "9.57.2",
5
5
  "author": {
6
6
  "name": "Joshua Warren"
7
7
  },
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Native [Claude Code](https://docs.claude.com/en/docs/claude-code) plugin for [Remnic](https://github.com/joshuaswarren/remnic) memory. Wires Claude Code's session hooks, MCP server, skills, and the `memory-review` agent into a running Remnic daemon so every Claude Code session gets persistent long-term memory automatically.
4
4
 
5
+ Website: <https://remnic.ai> - Source: <https://github.com/joshuaswarren/remnic> - Docs: <https://remnic.ai/guides/>
6
+
5
7
  ## Install
6
8
 
7
9
  Three discrete steps. None is automated for you end-to-end today; each writes to a different place.
@@ -120,3 +122,4 @@ The plugin is intentionally data-only so Claude Code's plugin loader can manage
120
122
  ## License
121
123
 
122
124
  MIT. See the root [LICENSE](https://github.com/joshuaswarren/remnic/blob/main/LICENSE) file.
125
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnic/plugin-claude-code",
3
- "version": "9.57.1",
3
+ "version": "9.57.2",
4
4
  "description": "Remnic memory plugin for Claude Code — hooks, skills, MCP integration",
5
5
  "type": "module",
6
6
  "license": "MIT",