poe-code 3.0.188 → 3.0.189

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.
@@ -4,6 +4,7 @@ allow:
4
4
  - OWNER
5
5
  - MEMBER
6
6
  - COLLABORATOR
7
+ - CONTRIBUTOR
7
8
  prefix:
8
9
  - "poe-code"
9
10
  - "poe-code-agent"
@@ -4,6 +4,7 @@ allow:
4
4
  - OWNER
5
5
  - MEMBER
6
6
  - COLLABORATOR
7
+ - CONTRIBUTOR
7
8
  ---
8
9
  Read {{url}} and leave a visible GitHub response.
9
10
 
@@ -4,6 +4,7 @@ allow:
4
4
  - OWNER
5
5
  - MEMBER
6
6
  - COLLABORATOR
7
+ - CONTRIBUTOR
7
8
  prefix:
8
9
  - "poe-code"
9
10
  - "poe-code-agent"
@@ -4,6 +4,7 @@ allow:
4
4
  - OWNER
5
5
  - MEMBER
6
6
  - COLLABORATOR
7
+ - CONTRIBUTOR
7
8
  ---
8
9
  Read {{url}} and review the pull request.
9
10
 
@@ -4,6 +4,7 @@ allow:
4
4
  - OWNER
5
5
  - MEMBER
6
6
  - COLLABORATOR
7
+ - CONTRIBUTOR
7
8
  ---
8
9
  Read {{url}} and re-review the updated pull request.
9
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-code",
3
- "version": "3.0.188",
3
+ "version": "3.0.189",
4
4
  "description": "CLI tool to configure Poe API for developer workflows.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",