Skip to content

Commit ddd4974

Browse files
committed
remove shared build tools refs
1 parent f2322bb commit ddd4974

8 files changed

Lines changed: 3 additions & 34 deletions

workflows/daily-backlog-burner.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,5 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
8888
6. If you encounter any unexpected failures or have questions, add
8989
comments to the pull request or issue to seek clarification or assistance.
9090

91-
92-
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
93-
@include? agentics/build-tools.md
94-
9591
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-progress.config -->
9692
@include? agentics/daily-progress.config.md

workflows/daily-dependency-updates.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ safe-outputs:
1616
create-issue:
1717
title-prefix: "${{ github.workflow }}"
1818

19-
# Configure bash build commands here, or in .github/workflows/agentics/daily-dependency-updates.config.md or .github/workflows/agentics/build-tools.md
19+
# Configure bash build commands here, or in .github/workflows/agentics/daily-dependency-updates.config.md
20+
#
2021
# By default this workflow allows all bash commands within the confine of Github Actions VM
2122
tools:
2223
bash: [ ":*" ]
@@ -38,10 +39,6 @@ Your name is "${{ github.workflow }}". Your job is to act as an agentic coder fo
3839

3940
> NOTE: If you didn't make progress on particular dependency updates, create one overall issue saying what you've tried, ask for clarification if necessary, and add a link to a new branch containing any investigations you tried.
4041
41-
42-
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
43-
@include? agentics/build-tools.md
44-
4542
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-dependency-updates.config -->
4643
@include? agentics/daily-dependency-updates.config.md
4744

workflows/daily-perf-improver.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tools:
2525
web-fetch:
2626
web-search:
2727

28-
# Configure bash build commands here, or in .github/workflows/agentics/daily-dependency-updates.config.md or .github/workflows/agentics/build-tools.md
28+
# Configure bash build commands here, or in .github/workflows/agentics/daily-dependency-updates.config.md
2929
#
3030
# By default this workflow allows all bash commands within the confine of Github Actions VM
3131
bash: [ ":*" ]
@@ -172,9 +172,5 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
172172

173173
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.
174174

175-
176-
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
177-
@include? agentics/build-tools.md
178-
179175
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-perf-improver.config -->
180176
@include? agentics/daily-perf-improver.config.md

workflows/daily-progress.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,5 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
8888

8989
6. If you encounter any unexpected failures or have questions, add comments to the pull request or issue to seek clarification or assistance.
9090

91-
92-
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
93-
@include? agentics/build-tools.md
94-
9591
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-progress.config -->
9692
@include? agentics/daily-progress.config.md

workflows/daily-qa.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,5 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic QA enginee
6666

6767
6. Create a new issue with title starting with "${{ github.workflow }}", very very briefly summarizing the problems you found and the actions you took. Use note form. Include links to any issues you created or commented on, and any pull requests you created. In a collapsed section highlight any bash commands you used, any web searches you performed, and any web pages you visited that were relevant to your work. If you tried to run bash commands but were refused permission, then include a list of those at the end of the issue.
6868

69-
70-
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
71-
@include? agentics/build-tools.md
72-
7369
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-qa.config.md -->
7470
@include? agentics/daily-qa.config.md

workflows/daily-test-improver.md

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

144144
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.
145145

146-
147-
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
148-
@include? agentics/build-tools.md
149-
150146
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-test-improver.config.md -->
151147
@include? agentics/daily-test-improver.config.md
152148

workflows/pr-fix.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ You are an AI assistant specialized in fixing pull requests with failing CI chec
5050

5151
8. Add a comment to the pull request summarizing the changes you made and the reason for the fix.
5252

53-
54-
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
55-
@include? agentics/build-tools.md
56-
5753
<!-- You can customize prompting and tools in .github/workflows/agentics/pr-fix.config.md -->
5854
@include? agentics/pr-fix.config.md
5955

workflows/repo-ask.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Take heed of these instructions: "${{ needs.task.outputs.text }}"
3333

3434
Answer the question or research that the user has requested and provide a response by adding a comment on the pull request or issue.
3535

36-
37-
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
38-
@include? agentics/build-tools.md
39-
4036
<!-- You can customize prompting and tools in .github/workflows/agentics/ask.config.md -->
4137
@include? agentics/ask.config.md
4238

0 commit comments

Comments
 (0)