openclaw-plugin-edicts 0.1.0 → 0.1.1

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 +6 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ Automatically injects edicts into every agent session and exposes CRUD tools so
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- openclaw plugins install github:mssteuer/openclaw-plugin-edicts
10
+ openclaw plugins install openclaw-plugin-edicts
11
11
  openclaw gateway restart
12
12
  ```
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-plugin-edicts",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "OpenClaw plugin adapter for Edicts — ground truth layer for AI agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -29,6 +29,11 @@
29
29
  "lint": "tsc --noEmit",
30
30
  "prepublishOnly": "npm run build"
31
31
  },
32
+ "openclaw": {
33
+ "extensions": [
34
+ "./dist/index.js"
35
+ ]
36
+ },
32
37
  "keywords": [
33
38
  "openclaw",
34
39
  "plugin",