@grwnd/openclaw-governance 1.7.0 → 1.9.0

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.
@@ -3,5 +3,15 @@
3
3
  "name": "Grwnd OpenClaw Governance",
4
4
  "version": "0.1.0",
5
5
  "description": "Bridges OpenClaw channel identity to pi-governance RBAC roles",
6
- "extensions": ["./dist/index.js"]
6
+ "extensions": ["./dist/index.js"],
7
+ "configSchema": {
8
+ "type": "object",
9
+ "properties": {
10
+ "users_file": {
11
+ "type": "string",
12
+ "default": "./openclaw-users.yaml",
13
+ "description": "Path to the YAML file mapping channel identities to governance roles"
14
+ }
15
+ }
16
+ }
7
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grwnd/openclaw-governance",
3
- "version": "1.7.0",
3
+ "version": "1.9.0",
4
4
  "description": "OpenClaw identity bridge plugin for @grwnd/pi-governance",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Grwnd AI",