openclaw-plugin-edicts 1.0.0 → 1.0.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 +2 -2
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # openclaw-plugin-edicts
2
2
 
3
- OpenClaw plugin for [Edicts](https://github.com/mssteuer/edicts) — ground truth for AI agents.
3
+ OpenClaw plugin for [Edicts](https://github.com/edicts-ai/edicts) — ground truth for AI agents.
4
4
 
5
5
  Automatically injects edicts into every agent session and exposes tools so agents can read, create, and manage edicts at runtime.
6
6
 
@@ -74,7 +74,7 @@ The plugin works with zero configuration. To customize, add options to your `ope
74
74
 
75
75
  ## Links
76
76
 
77
- - [Edicts library](https://github.com/mssteuer/edicts) — standalone core (no OpenClaw dependency)
77
+ - [Edicts library](https://github.com/edicts-ai/edicts) — standalone core (no OpenClaw dependency)
78
78
  - [edicts.ai](https://edicts.ai) — docs and landing page
79
79
  - [OpenClaw](https://openclaw.ai) — the agent platform
80
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-plugin-edicts",
3
- "version": "1.0.0",
3
+ "version": "1.0.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",
@@ -54,5 +54,10 @@
54
54
  "tsup": "^8.5.1",
55
55
  "typescript": "^5.9.3",
56
56
  "vitest": "^4.1.0"
57
- }
57
+ },
58
+ "repository": {
59
+ "type": "git",
60
+ "url": "https://github.com/edicts-ai/openclaw-plugin-edicts.git"
61
+ },
62
+ "homepage": "https://edicts.ai"
58
63
  }