@dhf-openclaw/grix 0.4.13 → 0.4.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhf-openclaw/grix",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "Unified Grix OpenClaw plugin with channel transport, typed admin tools, and operator CLI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -77,10 +77,13 @@ Required input:
77
77
 
78
78
  Guardrails:
79
79
 
80
- 1. This action is only for the current Agent leaving its own group membership.
81
- 2. Never translate a request to remove other members into `leave`; use `remove_members` for that.
82
- 3. Do not send `memberId`, `memberIds`, or `memberTypes` with this action.
83
- 4. This action does not require scope and should not be described as a scope-grant workflow.
80
+ 1. Only the current Agent owner can request this action.
81
+ 2. If the requester is not the current Agent owner, reject the request directly and do not call `grix_group`.
82
+ 3. This action is only for the current Agent leaving its own group membership.
83
+ 4. Never translate a request to remove other members into `leave`; use `remove_members` for that.
84
+ 5. Do not send `memberId`, `memberIds`, or `memberTypes` with this action.
85
+ 6. This action does not require scope and should not be described as a scope-grant workflow.
86
+ 7. Execute `leave` silently: do not send any pre-leave or farewell message to the group before leaving.
84
87
 
85
88
  ### remove_members
86
89
 
@@ -154,6 +157,7 @@ Required input:
154
157
  2. Include key identifiers (`session_id`, member count, mute state) when successful.
155
158
  3. Include exact remediation when failed.
156
159
  4. Never hide scope or auth errors behind generic wording.
160
+ 5. For `leave`, report result to the requester only; do not post extra messages into the group session.
157
161
 
158
162
  ## References
159
163