@grwnd/openclaw-governance 3.0.0 → 3.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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@grwnd/openclaw-governance)
|
|
4
4
|
[](../../LICENSE)
|
|
5
5
|
|
|
6
|
-
OpenClaw identity bridge plugin for [@grwnd/pi-governance](https://github.com/
|
|
6
|
+
OpenClaw identity bridge plugin for [@grwnd/pi-governance](https://github.com/dtmirizzi/pi-governance).
|
|
7
7
|
|
|
8
8
|
Parses OpenClaw session keys (WhatsApp, Discord, Slack, Telegram) and maps channel users to governance roles — so pi-governance enforces the right RBAC policy per user without any manual env var setup.
|
|
9
9
|
|
|
@@ -78,7 +78,7 @@ If `users_file` is omitted, it defaults to `./openclaw-users.yaml` in the curren
|
|
|
78
78
|
|
|
79
79
|
### 4. Set up governance rules
|
|
80
80
|
|
|
81
|
-
Create your pi-governance config and rules as normal — see the [pi-governance docs](https://
|
|
81
|
+
Create your pi-governance config and rules as normal — see the [pi-governance docs](https://dtmirizzi.github.io/pi-governance/guide/quickstart). The roles you assign in `openclaw-users.yaml` must match roles defined in `governance-rules.yaml`.
|
|
82
82
|
|
|
83
83
|
### 5. Verify
|
|
84
84
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grwnd/openclaw-governance",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "OpenClaw identity bridge plugin for @grwnd/pi-governance",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "dtmirizzi",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/
|
|
9
|
+
"url": "https://github.com/dtmirizzi/pi-governance.git",
|
|
10
10
|
"directory": "packages/openclaw-plugin"
|
|
11
11
|
},
|
|
12
12
|
"type": "module",
|