@octamem/octamem-openclaw 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,11 +9,7 @@ OctaMem personal memory plugin for [OpenClaw](https://openclaw.ai). Adds search/
9
9
 
10
10
  ## Install
11
11
 
12
- ```bash
13
- npm install @octamem/octamem-openclaw
14
- ```
15
-
16
- Or from the OpenClaw plugins list:
12
+ From the OpenClaw plugins list:
17
13
 
18
14
  ```bash
19
15
  openclaw plugins install @octamem/octamem-openclaw
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octamem/octamem-openclaw",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "description": "OctaMem personal memory plugin for OpenClaw",
6
6
  "license": "MIT",