poe-code 3.0.213 → 3.0.215

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.
@@ -8,9 +8,9 @@ allow:
8
8
  ---
9
9
  Read {{url}} and leave a visible GitHub response.
10
10
 
11
- - First assess if the issue is actionable: it must have a title that conveys intent AND a body with enough detail to understand the request. Empty bodies, one-word titles that are not a real product name, and gibberish do not qualify.
12
- - If the issue is not actionable, post a short comment explaining what's missing (e.g. "Closing: the body is empty and the title alone doesn't describe a reproducible issue. Please reopen with steps to reproduce or a clear feature request.") and close the issue with `gh issue close`. Do not apply labels.
13
- - If the issue is actionable and needs code changes, implement them, open or update a PR, and comment with the result.
11
+ - Treat every newly opened issue as something that deserves a response. Use the title, body, attachments, and comments when deciding what to do.
12
+ - If the issue does not include enough detail to make a code change, leave a short comment to ask for the missing details. Do not close the issue.
13
+ - If the issue needs code changes, implement them, open or update a PR, and comment with the result.
14
14
  - If blocked, comment with the blocker and next step.
15
15
  - When posting any multiline GitHub comment or PR body, write it with a quoted heredoc and pass it to `gh` with `--body-file` instead of an inline `--body` string.
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-code",
3
- "version": "3.0.213",
3
+ "version": "3.0.215",
4
4
  "description": "CLI tool to configure Poe API for developer workflows.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",