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-perf-improver.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
58
58
59
59
1. Performance research (if not done before).
60
60
61
-
1a. Check if an open issue with title "${{ github.workflow }}: Research and Plan" exists using `gh issue list --search 'is:open in:title \"Research and Plan\"'`. 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:
61
+
1a. Check if an open issue with title "${{ github.workflow }}: Research 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:
62
62
63
63
1b. Do some deep research into performance matters in this repo.
Copy file name to clipboardExpand all lines: workflows/daily-progress.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
61
61
62
62
1. Roadmap research (if not done before).
63
63
64
-
1a. Check carefully if an open issue with title "${{ github.workflow }}: Research, Roadmap and Plan" exists using `gh issue list --search 'is:open in:title \"Research, Roadmap and Plan\"'`. 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:
64
+
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:
65
65
66
66
1b. Do some deep research into the feature reoadmap in this repo.
67
67
- Read any existing documentation, issues, pull requests, project files, dev guides and so on in the repository that do similar things.
Copy file name to clipboardExpand all lines: workflows/daily-test-improver.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,21 +65,21 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
65
65
66
66
1. Testing research (if not done before)
67
67
68
-
1a. Check if an open issue with title "${{ github.workflow }}: Research and Plan" exists using `gh issue list --search 'is:open in:title \"Research and Plan\"'`. 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:
68
+
1a. Check if an open issue with title "${{ github.workflow }}: Research 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:
69
69
70
-
1b. Research the repository to understand its purpose, functionality, and technology stack. Look at the README.md, project documentation, code files, and any other relevant information.
70
+
1b. Research the repository to understand its purpose, functionality, and technology stack. Look at the README.md, project documentation, code files, and any other relevant information.
71
71
72
-
1c. Research the current state of test coverage in the repository. Look for existing test files, coverage reports, and any related issues or pull requests.
72
+
1c. Research the current state of test coverage in the repository. Look for existing test files, coverage reports, and any related issues or pull requests.
73
73
74
-
1d. Create an issue with title "${{ github.workflow }}: Research and Plan" that includes:
74
+
1d. Create an issue with title "${{ github.workflow }}: Research and Plan" that includes:
75
75
- A summary of your findings about the repository, its testing strategies, its test coverage
76
76
- A plan for how you will approach improving test coverage, including specific areas to focus on and strategies to use
77
77
- Details of the commands needed to run to build the project, run tests, and generate coverage reports
78
78
- Details of how tests are organized in the repo, and how new tests should be organized
79
79
- Opportunities for new ways of greatly increasing test coverage
80
80
- Any questions or clarifications needed from maintainers
81
81
82
-
1e. Continue to step 2.
82
+
1e. Continue to step 2.
83
83
84
84
2. Coverage steps inference and configuration (if not done before)
85
85
@@ -95,7 +95,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
95
95
96
96
2f. Try to run through the steps you worked out manually one by one. If the a step needs updating, then update the branch you created in step 2e. Continue through all the steps. If you can't get it to work, then create an issue describing the problem and exit the entire workflow.
97
97
98
-
2g. Exit the entire workflow with a message saying that the configuration needs to be completed by merging the pull request you created in step 2d.
0 commit comments