poe-code 3.0.142 → 3.0.143
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,7 +4,10 @@ allow:
|
|
|
4
4
|
- OWNER
|
|
5
5
|
- MEMBER
|
|
6
6
|
- COLLABORATOR
|
|
7
|
-
prefix:
|
|
7
|
+
prefix:
|
|
8
|
+
- "poe-code"
|
|
9
|
+
- "poe-code-agent"
|
|
10
|
+
- "@poe-code-agent"
|
|
8
11
|
# Available variables:
|
|
9
12
|
# {{url}} - full GitHub URL to the issue
|
|
10
13
|
# {{repo}} - owner/repo (e.g. acme/my-app)
|
|
@@ -13,4 +16,24 @@ prefix: "poe-code"
|
|
|
13
16
|
# {{comment.author}} - login of the comment author
|
|
14
17
|
# {{comment.body}} - body text of the triggering comment
|
|
15
18
|
---
|
|
16
|
-
Read {{url}} and
|
|
19
|
+
Read {{url}} and leave a visible GitHub response to the comment from {{comment.author}}: {{comment.body}}
|
|
20
|
+
|
|
21
|
+
{{#pr.number}}
|
|
22
|
+
- This comment is on pull request #{{pr.number}}.
|
|
23
|
+
- If the comment asks for code changes or follow-up implementation, implement them on the current PR branch, update the existing PR, and comment with the result.
|
|
24
|
+
- Do not open a new PR from a pull request comment unless updating the existing PR is impossible.
|
|
25
|
+
{{/pr.number}}
|
|
26
|
+
{{^pr.number}}
|
|
27
|
+
- If the comment asks for code changes or follow-up implementation, make the changes, open or update a PR, and comment with the result.
|
|
28
|
+
{{/pr.number}}
|
|
29
|
+
- If the comment only needs guidance or clarification, reply directly and concisely.
|
|
30
|
+
- If you cannot complete the request, comment with the blocker and the next concrete step.
|
|
31
|
+
|
|
32
|
+
- Start with a direct answer or decision.
|
|
33
|
+
- Keep it concise.
|
|
34
|
+
- Use short Markdown sections only when they improve clarity.
|
|
35
|
+
|
|
36
|
+
Before answering:
|
|
37
|
+
|
|
38
|
+
- Inspect the checked-out repository
|
|
39
|
+
- Verify every claim against the repo before you post it.
|
|
@@ -9,8 +9,8 @@ label: "GitHub: Issue Handler"
|
|
|
9
9
|
---
|
|
10
10
|
Read {{url}} and leave a visible GitHub response.
|
|
11
11
|
|
|
12
|
-
- If the issue is a question or needs only guidance, post a concise comment that directly answers it.
|
|
13
12
|
- If the issue needs code changes, implement them, open or update a PR, and comment with the result.
|
|
13
|
+
- If the issue is a question or needs only guidance, post a concise comment that directly answers it. Be practical, give examples.
|
|
14
14
|
- If you cannot complete the request, comment with the blocker and the next concrete step.
|
|
15
15
|
|
|
16
16
|
- Start with a direct answer or decision.
|