Skip to content

Commit c0d2dfc

Browse files
committed
add config files
1 parent 99ff983 commit c0d2dfc

10 files changed

Lines changed: 52 additions & 22 deletions

workflows/daily-dependency-updates.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tools:
3737
Write:
3838
WebFetch:
3939
WebSearch:
40-
Bash: ["gh pr create:*", "git commit:*", "git push:*", "git checkout:*", "git branch:*", "git add:*", "gh auth status", "gh repo view", "gh pr view:*", "gh pr list:*", "gh issue list:*", "gh issue view:*", "gh issue comment:*", "gh api *"]
40+
Bash: ["gh pr create:*", "git commit:*", "git push:*", "git checkout:*", "git branch:*", "git add:*", "gh auth status", "gh repo view","gh issue comment:*"]
4141
---
4242

4343
# Agentic Dependency Updater
@@ -72,6 +72,9 @@ Your name is "${{ github.workflow }}". Your job is to act as an agentic coder fo
7272

7373
@include agentics/shared/gh-extra-tools.md
7474

75-
<!-- You can whitelist tools in the agentics/shared/build-tools.md file, and include it here. -->
76-
<!-- This should be done with care, as tools may -->
77-
<!-- include agentics/shared/build-tools.md -->
75+
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
76+
@include? agentics/build-tools.md
77+
78+
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-dependency-updates.config -->
79+
@include? agentics/daily-dependency-updates.config.md
80+

workflows/daily-perf-improver.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ tools:
3737
NotebookEdit:
3838
WebFetch:
3939
WebSearch:
40-
# Configure bash build commands here, or enabled the agentics/shared/build-tools.md file at the end of this file and edit there
40+
# Configure bash build commands here, or in .github/workflows/agentics/daily-perf-improver.config.md
4141
#Bash: [":*"]
42-
Bash: ["gh pr create:*", "git commit:*", "git push:*", "git checkout:*", "git branch:*", "git add:*", "gh auth status", "gh repo view", "gh pr view:*", "gh pr list:*", "gh issue list:*", "gh issue view:*", "gh issue comment:*", "gh api *"]
42+
Bash: ["gh pr create:*", "git commit:*", "git push:*", "git checkout:*", "git branch:*", "git add:*", "gh auth status", "gh repo view", "gh issue comment:*"]
4343

4444
steps:
4545
- name: Checkout repository
@@ -205,6 +205,8 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
205205

206206
@include agentics/shared/gh-extra-tools.md
207207

208-
<!-- You can whitelist tools in the agentics/shared/build-tools.md file, and include it here. -->
209-
<!-- This should be done with care, as tools may -->
210-
<!-- include agentics/shared/build-tools.md -->
208+
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
209+
@include? agentics/build-tools.md
210+
211+
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-perf-improver.config -->
212+
@include? agentics/daily-perf-improver.config.md

workflows/daily-plan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@ Your job is to act as a planner for the GitHub repository ${{ github.repository
6363

6464
@include agentics/shared/gh-extra-tools.md
6565

66+
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-plan.config -->
67+
@include? agentics/daily-plan.config.md

workflows/daily-qa.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ tools:
3434
NotebookEdit:
3535
WebFetch:
3636
WebSearch:
37+
# Configure bash build commands here, or in .github/workflows/agentics/daily-dependency-updates.config.md
38+
#Bash: [":*"]
39+
Bash: ["gh pr create:*", "git commit:*", "git push:*", "git checkout:*", "git branch:*", "git add:*", "gh auth status", "gh repo view", "gh issue comment:*"]
40+
3741
---
3842

3943
# Daily QA
@@ -82,6 +86,8 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic QA enginee
8286

8387
@include agentics/shared/gh-extra-tools.md
8488

85-
<!-- You can whitelist tools in the agentics/shared/build-tools.md file, and include it here. -->
86-
<!-- This should be done with care, as tools may -->
87-
<!-- include agentics/shared/build-tools.md -->
89+
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
90+
@include? agentics/build-tools.md
91+
92+
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-qa.config.md -->
93+
@include? agentics/daily-qa.config.md

workflows/daily-team-status.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,5 @@ tools:
7575

7676
@include agentics/shared/gh-extra-tools.md
7777

78+
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-team-status.config -->
79+
@include? agentics/daily-team-status.config

workflows/daily-test-improver.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ tools:
3838
NotebookEdit:
3939
WebFetch:
4040
WebSearch:
41-
# Configure bash build commands here, or enabled the agentics/shared/build-tools.md file at the end of this file and edit there
41+
# Configure bash build commands here, or in .github/workflows/agentics/daily-test-improver.config.md
4242
#Bash: [":*"]
43-
Bash: ["gh pr create:*", "git commit:*", "git push:*", "git checkout:*", "git branch:*", "git add:*", "gh auth status", "gh repo view", "gh pr view:*", "gh pr list:*", "gh issue list:*", "gh issue view:*", "gh issue comment:*", "gh api *"]
43+
Bash: ["gh pr create:*", "git commit:*", "git push:*", "git checkout:*", "git branch:*", "git add:*", "gh auth status", "gh repo view", "gh issue comment:*"]
4444

4545
steps:
4646
- name: Checkout repository
@@ -174,6 +174,9 @@ Your name is ${{ github.workflow }}. Your job is to act as an agentic coder for
174174

175175
@include agentics/shared/gh-extra-tools.md
176176

177-
<!-- You can whitelist tools in the agentics/shared/build-tools.md file, and include it here. -->
178-
<!-- This should be done with care, as tools may -->
179-
<!-- include agentics/shared/build-tools.md -->
177+
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
178+
@include? agentics/build-tools.md
179+
180+
<!-- You can customize prompting and tools in .github/workflows/agentics/daily-test-improver.config.md -->
181+
@include? agentics/daily-test-improver.config.md
182+

workflows/issue-triage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,5 @@ You're a triage assistant for GitHub issues. Your task is to analyze issue #${{
9898

9999
@include agentics/shared/gh-extra-tools.md
100100

101+
<!-- You can customize prompting and tools in .github/workflows/agentics/issue-triage.config -->
102+
@include? agentics/issue-triage.config

workflows/pr-fix.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ tools:
3535
Edit:
3636
WebFetch:
3737
WebSearch:
38-
# Configure bash build commands here, or enabled the agentics/shared/build-tools.md file at the end of this file and edit there
38+
# Configure bash build commands here, or in .github/workflows/agentics/pr-fix.config.md
3939
#Bash: [":*"]
40-
Bash: ["gh pr create:*", "git commit:*", "git push:*", "git checkout:*", "git branch:*", "git add:*", "gh auth status", "gh repo view", "gh pr view:*", "gh pr list:*", "gh issue list:*", "gh issue view:*", "gh issue comment:*", "gh api *"]
40+
Bash: ["gh pr create:*", "git commit:*", "git push:*", "git checkout:*", "git branch:*", "git add:*", "gh auth status", "gh repo view","gh issue comment:*"]
4141

4242
timeout_minutes: 20
4343

@@ -75,6 +75,9 @@ You are an AI assistant specialized in fixing pull requests with failing CI chec
7575

7676
@include agentics/shared/gh-extra-tools.md
7777

78-
<!-- You can whitelist tools in the agentics/shared/build-tools.md file, and include it here. -->
79-
<!-- This should be done with care, as tools may -->
80-
<!-- include agentics/shared/build-tools.md -->
78+
<!-- You can whitelist tools in .github/workflows/build-tools.md file -->
79+
@include? agentics/build-tools.md
80+
81+
<!-- You can customize prompting and tools in .github/workflows/agentics/pr-fix.config.md -->
82+
@include? agentics/pr-fix.config.md
83+

workflows/update-docs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,6 @@ Documentation‑as‑Code, transparency, single source of truth, continuous impr
142142

143143
@include agentics/shared/gh-extra-tools.md
144144

145+
<!-- You can customize prompting and tools in .github/workflows/agentics/update-docs.config -->
146+
@include? agentics/update-docs.config
147+

workflows/weekly-research.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ At the end of the report list write a collapsed section with the following:
6262
@include agentics/shared/gh-extra-tools.md
6363

6464
@include agentics/shared/tool-refused.md
65+
66+
<!-- You can customize prompting and tools in .github/workflows/agentics/weekly-research.config -->
67+
@include? agentics/weekly-research.config
68+

0 commit comments

Comments
 (0)