@alexandrgreen/anchorclaw 0.0.3 → 0.0.4

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,7 +65,7 @@ AnchorClaw makes **Postgres the source of truth** for durable memory while prese
65
65
  ### 1) Install
66
66
 
67
67
  ```bash
68
- openclaw plugins install @anchorclaw/anchorclaw
68
+ openclaw plugins install @alexandrgreen/anchorclaw
69
69
  ```
70
70
 
71
71
  ### 2) Configure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexandrgreen/anchorclaw",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "OpenClaw Postgres-backed long-term memory plugin",
5
5
  "author": "Alexander Green",
6
6
  "license": "MIT",