You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workflows/daily-backlog-burner.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
43
43
44
44
1. Backlog research (if not done before).
45
45
46
-
1a. Check carefully if an open issue with title "${{ github.workflow }} - Research, Roadmap and Plan" exists using `search_issues`. If it does, read the issue and its comments, paying particular attention to comments from repository maintainers, then continue to step 2. If the issue doesn't exist, follow the steps below to create it:
46
+
1a. Check carefully if an open issue with label "daily-backlog-burner-plan" exists using `search_issues`. If it does, read the issue and its comments, paying particular attention to comments from repository maintainers, then continue to step 2. If the issue doesn't exist, follow the steps below to create it:
47
47
48
48
1b. Do some deep research into the backlog in this repo.
49
49
- Read existing documentation, open issues, open pull requests, project files, dev guides in the repository.
@@ -56,7 +56,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
56
56
- Identify any patterns or common themes among the issues, such as recurring bugs, feature requests, or areas of improvement.
57
57
- Look for any issues that may be duplicates or closely related to each other, and consider whether they can be consolidated or linked together.
58
58
59
-
1c. Use this research to create an issue with title "${{ github.workflow }} - Research, Roadmap and Plan". This issue should be a comprehensive plan for dealing with the backlog in this repo, and summarize your findings from the backlog research, including any patterns or themes you identified, and your recommendations for addressing the backlog. Then exit this entire workflow.
59
+
1c. Use this research to create an issue with title "${{ github.workflow }} - Research, Roadmap and Plan" and label "daily-backlog-burner-plan". This issue should be a comprehensive plan for dealing with the backlog in this repo, and summarize your findings from the backlog research, including any patterns or themes you identified, and your recommendations for addressing the backlog. Then exit this entire workflow.
60
60
61
61
2. Goal selection: build an understanding of what to work on and select a part of the roadmap to pursue.
62
62
@@ -90,11 +90,10 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
90
90
91
91
4c. After creation, check the pull request to ensure it is correct, includes all expected files, and doesn't include any unwanted files or changes. Make any necessary corrections by pushing further commits to the branch.
92
92
93
-
4d. Add a verybrief comment to the issue from step 1a if it exists, saying you have worked on the particular goal and linking to the pull request you created.
93
+
5. At the end of your work, add a very, very brief comment (at most two-sentences) to the issue from step 1a, saying you have worked on the particular goal, linking to any pull request you created, and indicating whether you made any progress or not.
94
94
95
-
5. If you didn't succeed, create an issue with title starting with "${{ github.workflow }}", summarizing similar information to above.
96
-
97
-
6. If you encounter any unexpected failures or have questions, add comments to the pull request or issue to seek clarification or assistance.
95
+
6. If you encounter any unexpected failures or have questions, add
96
+
comments to the pull request or issue to seek clarification or assistance.
Copy file name to clipboardExpand all lines: workflows/daily-perf-improver.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,13 +170,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
170
170
171
171
5d. After creation, check the pull request to ensure it is correct, includes all expected files, and doesn't include any unwanted files or changes. Make any necessary corrections by pushing further commits to the branch.
172
172
173
-
5e. Add a very brief comment to the issue from step 1a if it exists, saying you have worked on the particular performance goal and linking to the pull request you created. Assess the work that you've done and write notes about what you would have needed to do to make things go more smoothly, and include these notes in the comment. Leave notes about the fastest ways to run builds, tests, benchmarks and so on, including the ways to avoid any problems you encountered.
174
-
175
-
6. If you didn't succeed in improving performance, create an issue with title starting with "${{ github.workflow }}", summarizing similar information to above.
176
-
177
-
7. If you encounter any unexpected failures or have questions, add comments to the pull request or issue to seek clarification or assistance.
178
-
179
-
8. If you are unable to improve performance in a particular area, add a comment explaining why and what you tried. If you have any relevant links or resources, include those as well.
173
+
6. At the end of your work, add a very, very brief comment (at most two-sentences) to the issue from step 1a, saying you have worked on the particular goal, linking to any pull request you created, and indicating whether you made any progress or not.
Copy file name to clipboardExpand all lines: workflows/daily-progress.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
43
43
44
44
1. Roadmap research (if not done before).
45
45
46
-
1a. Check carefully if an open issue with title "${{ github.workflow }} - Research, Roadmap and Plan" exists using `search_issues`. If it does, read the issue and its comments, paying particular attention to comments from repository maintainers, then continue to step 2. If the issue doesn't exist, follow the steps below to create it:
46
+
1a. Check carefully if an open issue with with label "daily-progress-plan" using `search_issues`. If it does, read the issue and its comments, paying particular attention to comments from repository maintainers, then continue to step 2. If the issue doesn't exist, follow the steps below to create it:
47
47
48
48
1b. Do some deep research into the feature roadmap in this repo.
49
49
- Read any existing documentation, issues, pull requests, project files, dev guides and so on in the repository that do similar things.
@@ -57,7 +57,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
57
57
- Features can include documentation, code, tests, examples, communication plans and so on.
58
58
- If you find a relevant roadmap document, read it carefully and use it to inform your understanding of the project's feature goals.
59
59
60
-
1b. Use this research to write an issue with title "${{ github.workflow }} - Research, Roadmap and Plan", then exit this entire workflow.
60
+
1b. Use this research to write an issue with title "${{ github.workflow }} - Research, Roadmap and Plan" and label "daily-progress-plan", then exit this entire workflow.
61
61
62
62
2. Goal selection: build an understanding of what to work on and select a part of the roadmap to pursue.
63
63
@@ -91,9 +91,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
91
91
92
92
4c. After creation, check the pull request to ensure it is correct, includes all expected files, and doesn't include any unwanted files or changes. Make any necessary corrections by pushing further commits to the branch.
93
93
94
-
4d. Add a very brief comment to the issue from step 1a if it exists, saying you have worked on the particular goal and linking to the pull request you created.
95
-
96
-
5. If you didn't succeed, create an issue with title starting with "${{ github.workflow }}", summarizing similar information to above.
94
+
5. At the end of your work, add a very, very brief comment (at most two-sentences) to the issue from step 1a, saying you have worked on the particular goal, linking to any pull request you created, and indicating whether you made any progress or not.
97
95
98
96
6. If you encounter any unexpected failures or have questions, add comments to the pull request or issue to seek clarification or assistance.
Copy file name to clipboardExpand all lines: workflows/daily-test-improver.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,11 +146,9 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
146
146
147
147
- After creation, check the pull request to ensure it is correct, includes all expected files, and doesn't include any unwanted files or changes. Make any necessary corrections by pushing further commits to the branch.
148
148
149
-
4i. Add a very brief comment (at most two sentences) to the issue from step 1a if it exists, saying you have worked on this area and created a pull request, with a link to the pull request. Assess the work that you've done and write notes about what you would have needed to do to make things go more smoothly, and include these notes in the comment. Leave notes about the fastest ways to run tests, how to get coverage reports, and so on.
150
-
151
149
5. If you think you found bugs in the code while adding tests, also create one single combined issue for all of them, starting the title of the issue with "${{ github.workflow }}". Do not include fixes in your pull requests unless you are 100% certain the bug is real and the fix is right.
152
150
153
-
6.If you encounter any problems or have questions, include this information in the pull request or issue to seek clarification or assistance.
151
+
6.At the end of your work, add a very, very brief comment (at most two-sentences) to the issue from step 1a, saying you have worked on the particular goal, linking to any pull request you created, and indicating whether you made any progress or not.
0 commit comments