@mzwing/pi-permission-auto-review 0.3.1 → 0.3.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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ pi install npm:@gotgenes/pi-permission-system # dependency
|
|
|
35
35
|
pi install npm:@mzwing/pi-permission-auto-review
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
Pi 0.84.2+ (0.84.x and 0.85.x) and `@gotgenes/pi-permission-system` 27.x, 28.x, or
|
|
38
|
+
Pi 0.84.2+ (0.84.x and 0.85.x) and `@gotgenes/pi-permission-system` 27.x, 28.x, 29.x, or 30.x are required.
|
|
39
39
|
|
|
40
40
|
The authorizer registers itself against the service keyed by its own session id, so a subagent's reviewer lands in the node whose gates actually read it.
|
|
41
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mzwing/pi-permission-auto-review",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Codex-style automatic approval reviews for @gotgenes/pi-permission-system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"authorizer",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@earendil-works/pi-ai": "0.84.4",
|
|
55
55
|
"@earendil-works/pi-coding-agent": "0.84.4",
|
|
56
|
-
"@gotgenes/pi-permission-system": "
|
|
56
|
+
"@gotgenes/pi-permission-system": "30.0.0",
|
|
57
57
|
"@types/node": "26.4.0",
|
|
58
58
|
"tsdown": "0.22.14",
|
|
59
59
|
"typescript": "7.0.2",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@earendil-works/pi-ai": "^0.84.2 || ^0.85.0",
|
|
64
64
|
"@earendil-works/pi-coding-agent": "^0.84.2 || ^0.85.0",
|
|
65
|
-
"@gotgenes/pi-permission-system": "^27.0.0 || ^28.0.0 || ^29.0.0"
|
|
65
|
+
"@gotgenes/pi-permission-system": "^27.0.0 || ^28.0.0 || ^29.0.0 || ^30.0.0"
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|
|
68
68
|
"node": ">=24"
|