Skip to content

Commit a084ee2

Browse files
committed
use search_issues
1 parent a3f3902 commit a084ee2

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

workflows/daily-perf-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
5858

5959
1. Performance research (if not done before).
6060

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:
6262

6363
1b. Do some deep research into performance matters in this repo.
6464
- How is performance testing is done in the repo?

workflows/daily-progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
6161

6262
1. Roadmap research (if not done before).
6363

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:
6565

6666
1b. Do some deep research into the feature reoadmap in this repo.
6767
- Read any existing documentation, issues, pull requests, project files, dev guides and so on in the repository that do similar things.

workflows/daily-test-improver.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
6565

6666
1. Testing research (if not done before)
6767

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:
6969

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.
7171

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.
7373

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:
7575
- A summary of your findings about the repository, its testing strategies, its test coverage
7676
- A plan for how you will approach improving test coverage, including specific areas to focus on and strategies to use
7777
- Details of the commands needed to run to build the project, run tests, and generate coverage reports
7878
- Details of how tests are organized in the repo, and how new tests should be organized
7979
- Opportunities for new ways of greatly increasing test coverage
8080
- Any questions or clarifications needed from maintainers
8181

82-
1e. Continue to step 2.
82+
1e. Continue to step 2.
8383

8484
2. Coverage steps inference and configuration (if not done before)
8585

@@ -95,7 +95,7 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
9595

9696
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.
9797

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.
98+
2g. Exit the entire workflow.
9999

100100
3. Decide what to work on
101101

0 commit comments

Comments
 (0)