@christopherlittle51/postclaw 1.0.1 → 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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,7 +60,7 @@
60
60
 
61
61
  ```bash
62
62
  # 1. Install the plugin
63
- openclaw plugins install @postclaw/postclaw # from npm
63
+ openclaw plugins install @christopherlittle51/postclaw # from npm
64
64
  # OR from a local path:
65
65
  openclaw plugins install /path/to/PostClaw
66
66
 
@@ -84,7 +84,7 @@ Done. PostClaw will automatically:
84
84
  ### From npm (recommended)
85
85
 
86
86
  ```bash
87
- openclaw plugins install @postclaw/postclaw
87
+ openclaw plugins install @christopherlittle51/postclaw
88
88
  ```
89
89
 
90
90
  ### From local path
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christopherlittle51/postclaw",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "OpenClaw native plugin for PostgreSQL-backed RAG, memory, and persona management",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",