@joshuaswarren/openclaw-engram 9.3.2 → 9.3.3

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.
Files changed (2) hide show
  1. package/README.md +28 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,28 @@
1
+ # @joshuaswarren/openclaw-engram
2
+
3
+ > **Engram has been renamed to Remnic.** This package is a compatibility shim that re-exports [`@remnic/plugin-openclaw`](https://www.npmjs.com/package/@remnic/plugin-openclaw).
4
+
5
+ ## Migrate
6
+
7
+ Replace this package with the canonical one:
8
+
9
+ ```bash
10
+ openclaw plugins install @remnic/plugin-openclaw --pin
11
+ ```
12
+
13
+ Your existing memories, configuration, and settings will continue to work. The rename only changes the package name -- all functionality is preserved.
14
+
15
+ For full migration details, see the [Rename Guide](https://github.com/joshuaswarren/remnic/blob/main/docs/RENAME.md).
16
+
17
+ ## What is Remnic?
18
+
19
+ Remnic is persistent, private memory for AI agents. Your agents forget everything between sessions -- Remnic fixes that. All data stays on your machine as plain markdown files.
20
+
21
+ - **Repository**: [github.com/joshuaswarren/remnic](https://github.com/joshuaswarren/remnic)
22
+ - **Core package**: [`@remnic/core`](https://www.npmjs.com/package/@remnic/core)
23
+ - **OpenClaw plugin**: [`@remnic/plugin-openclaw`](https://www.npmjs.com/package/@remnic/plugin-openclaw)
24
+ - **Standalone CLI**: [`@remnic/cli`](https://www.npmjs.com/package/@remnic/cli)
25
+
26
+ ## License
27
+
28
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joshuaswarren/openclaw-engram",
3
- "version": "9.3.2",
3
+ "version": "9.3.3",
4
4
  "description": "Deprecated compatibility shim for Engram installs. Re-exports @remnic/plugin-openclaw and forwards engram-access to @remnic/core.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",