poe-code 3.0.141 → 3.0.142
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.
|
@@ -7,29 +7,17 @@ label: "GitHub: Issue Handler"
|
|
|
7
7
|
# {{issue.title}} - issue title
|
|
8
8
|
# {{issue.body}} - issue body
|
|
9
9
|
---
|
|
10
|
-
Read
|
|
11
|
-
|
|
12
|
-
Issue URL: {{url}}
|
|
13
|
-
Issue title: {{issue.title}}
|
|
14
|
-
{{#issue.body}}
|
|
15
|
-
Issue body:
|
|
16
|
-
{{issue.body}}
|
|
17
|
-
{{/issue.body}}
|
|
18
|
-
|
|
19
|
-
Before answering:
|
|
20
|
-
|
|
21
|
-
- Inspect the checked-out repository when the question is about current behavior, configuration, commands, or file paths.
|
|
22
|
-
- Do not guess. Verify the answer against the repo before you post it.
|
|
23
|
-
- When relevant, name the exact config key, env var, command, or file path you verified.
|
|
10
|
+
Read {{url}} and leave a visible GitHub response.
|
|
24
11
|
|
|
25
12
|
- If the issue is a question or needs only guidance, post a concise comment that directly answers it.
|
|
26
13
|
- If the issue needs code changes, implement them, open or update a PR, and comment with the result.
|
|
27
14
|
- If you cannot complete the request, comment with the blocker and the next concrete step.
|
|
28
15
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
- Start with a direct yes/no/decision sentence.
|
|
16
|
+
- Start with a direct answer or decision.
|
|
32
17
|
- Keep it concise.
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
-
|
|
18
|
+
- Use short Markdown sections only when they improve clarity.
|
|
19
|
+
|
|
20
|
+
Before answering:
|
|
21
|
+
|
|
22
|
+
- Inspect the checked-out repository
|
|
23
|
+
- Verify every claim against the repo before you post it.
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
label: "Scheduled: Update Documentation"
|
|
3
3
|
---
|
|
4
|
-
Review
|
|
4
|
+
Review all commits that landed during the last 24 hours and update the documentation to reflect the full day's changes.
|
|
5
|
+
|
|
6
|
+
Use the branch `agent/update-documentation` for this automation.
|
|
7
|
+
If there is already an open, unmerged PR for that branch, update that existing PR with the new documentation changes instead of opening a new PR.
|
|
8
|
+
If the documentation is already correct, leave the repository unchanged and do not open or update a PR.
|