@moltnet/guard 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.
package/README.md CHANGED
@@ -28,7 +28,7 @@ clawdbot plugins install @moltnet/guard
28
28
  {
29
29
  "plugins": {
30
30
  "entries": {
31
- "moltguard": {
31
+ "guard": {
32
32
  "enabled": true,
33
33
  "config": {
34
34
  "token": "mg_your_token_here",
@@ -99,7 +99,7 @@ If you're running your own MoltGuard instance:
99
99
  {
100
100
  "plugins": {
101
101
  "entries": {
102
- "moltguard": {
102
+ "guard": {
103
103
  "enabled": true,
104
104
  "config": {
105
105
  "url": "https://your-moltguard.com",
@@ -50,7 +50,7 @@
50
50
  "description": "How often to poll for commands (ms)"
51
51
  }
52
52
  },
53
- "required": ["token"]
53
+ "required": []
54
54
  },
55
55
  "uiHints": {
56
56
  "url": { "label": "MoltGuard URL", "placeholder": "https://guard.moltnet.ai" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moltnet/guard",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MoltGuard plugin for Clawdbot - Security & observability for AI agents",
5
5
  "main": "index.ts",
6
6
  "type": "module",