poe-code 3.0.138 → 3.0.140

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.
@@ -5,5 +5,16 @@ label: "GitHub: Issue Handler"
5
5
  # {{repo}} - owner/repo (e.g. acme/my-app)
6
6
  # {{issue.number}} - issue number
7
7
  # {{issue.title}} - issue title
8
+ # {{issue.body}} - issue body
8
9
  ---
9
- Read {{url}} and answer, triage, or implement the requested changes.
10
+ Read {{url}} and leave a visible GitHub response.
11
+
12
+ - If the issue is a question or needs only guidance, post a concise comment that directly answers it.
13
+ - If the issue needs code changes, implement them, open or update a PR, and comment with the result.
14
+ - If you cannot complete the request, comment with the blocker and the next concrete step.
15
+
16
+ Make the visible response clean and easy to scan:
17
+
18
+ - Start with a direct answer or decision.
19
+ - Keep it concise.
20
+ - Use short Markdown sections only when they improve clarity.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-code",
3
- "version": "3.0.138",
3
+ "version": "3.0.140",
4
4
  "description": "CLI tool to configure Poe API for developer workflows.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",