Skip to content

Commit dd4d9be

Browse files
committed
update to latest gh-aw
1 parent 179fccc commit dd4d9be

14 files changed

Lines changed: 71 additions & 114 deletions

docs/daily-perf-improver.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ If you're sufficiently isolated (e.g. operating in a fresh fork of an open sourc
9797
```yaml
9898
---
9999
tools:
100-
claude:
101-
allowed:
102-
Bash: ["*"] # YOLO mode - all bash commands allowed or list specific tools
100+
bash: ["*"] # YOLO mode - all bash commands allowed or list specific tools
103101
---
104102
```

workflows/ci-doctor.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ safe-outputs:
2121
add-issue-comment:
2222

2323
tools:
24-
claude:
25-
allowed:
26-
WebFetch:
27-
WebSearch:
24+
web-fetch:
25+
web-search:
2826

2927
# Cache configuration for persistent storage between runs
3028
cache:

workflows/daily-accessibility-review.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ tools:
2424
command: npx
2525
args: ["@playwright/mcp@0.0.33", "--headless"]
2626
allowed: ["browser_click", "browser_evaluate", "browser_handle_dialog", "browser_hover", "browser_navigate", "browser_navigate_back", "browser_navigate_forward", "browser_press_key", "browser_resize", "browser_select_option", "browser_snapshot", "browser_take_screenshot", "browser_type", "browser_wait_for"]
27-
claude:
28-
allowed:
29-
WebFetch:
30-
WebSearch:
27+
web-fetch:
28+
web-search:
3129

3230
timeout_minutes: 15
3331

workflows/daily-dependency-updates.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ safe-outputs:
1919
# Configure bash build commands here, or in .github/workflows/agentics/daily-dependency-updates.config.md or .github/workflows/agentics/build-tools.md
2020
# For YOLO mode, uncomment
2121
# tools:
22-
# claude:
23-
# allowed:
24-
# Bash: [ ":*" ]
22+
# bash: [ ":*" ]
2523

2624
timeout_minutes: 15
2725

workflows/daily-perf-improver.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ safe-outputs:
2222
draft: true
2323

2424
tools:
25-
claude:
26-
allowed:
27-
WebFetch:
28-
WebSearch:
25+
web-fetch:
26+
web-search:
2927
# Configure bash build commands here, or in .github/workflows/agentics/daily-dependency-updates.config.md or .github/workflows/agentics/build-tools.md
3028
# For YOLO mode, uncomment
3129
# Bash: [ ":*" ]

workflows/daily-plan.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ safe-outputs:
2020
body: # can update the issue body only
2121

2222
tools:
23-
claude:
24-
allowed:
25-
WebFetch:
26-
WebSearch:
23+
web-fetch:
24+
web-search:
2725

2826
timeout_minutes: 15
2927
---

workflows/daily-progress.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,17 @@ safe-outputs:
2020
draft: true
2121

2222
tools:
23-
claude:
24-
allowed:
25-
WebFetch:
26-
WebSearch:
27-
# Configure bash build commands in any of these places
28-
# - this file
29-
# - .github/workflows/agentics/daily-progress.config.md
30-
# - .github/workflows/agentics/build-tools.md (shared).
31-
#
32-
# Run `gh aw compile` after editing to recompile the workflow.
33-
#
34-
# For YOLO mode, uncomment the following line
35-
# KillBash:
36-
# BashOutput:
37-
# Bash:
38-
# - ":*
23+
web-fetch:
24+
web-search:
25+
# Configure bash build commands in any of these places
26+
# - this file
27+
# - .github/workflows/agentics/daily-progress.config.md
28+
# - .github/workflows/agentics/build-tools.md (shared).
29+
#
30+
# Run `gh aw compile` after editing to recompile the workflow.
31+
#
32+
# For YOLO mode, uncomment the following line
33+
# bash: [":*]
3934

4035
steps:
4136
- name: Checkout repository

workflows/daily-qa.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,17 @@ safe-outputs:
2222
draft: true
2323

2424
tools:
25-
claude:
26-
allowed:
27-
WebFetch:
28-
WebSearch:
29-
# Configure bash build commands in any of these places
30-
# - this file
31-
# - .github/workflows/agentics/daily-qa-improver.config.md
32-
# - .github/workflows/agentics/build-tools.md (shared).
33-
#
34-
# Run `gh aw compile` after editing to recompile the workflow.
35-
#
36-
# For YOLO mode, uncomment the following line
37-
# KillBash:
38-
# BashOutput:
39-
# Bash:
40-
# - ":*
25+
web-fetch:
26+
web-search:
27+
# Configure bash build commands in any of these places
28+
# - this file
29+
# - .github/workflows/agentics/daily-qa-improver.config.md
30+
# - .github/workflows/agentics/build-tools.md (shared).
31+
#
32+
# Run `gh aw compile` after editing to recompile the workflow.
33+
#
34+
# For YOLO mode, uncomment the following line
35+
# bash: [ ":* ]
4136

4237
---
4338

workflows/daily-team-status.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ safe-outputs:
2020
timeout_minutes: 15
2121

2222
tools:
23-
claude:
24-
allowed:
25-
WebFetch:
26-
WebSearch:
23+
web-fetch:
24+
web-search:
2725
---
2826

2927
# Daily Team Status

workflows/daily-test-improver.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,17 @@ safe-outputs:
2222
draft: true
2323

2424
tools:
25-
claude:
26-
allowed:
27-
WebFetch:
28-
WebSearch:
29-
# Configure bash build commands in any of these places
30-
# - this file
31-
# - .github/workflows/agentics/daily-test-improver.config.md
32-
# - .github/workflows/agentics/build-tools.md (shared).
33-
#
34-
# Run `gh aw compile` after editing to recompile the workflow.
35-
#
36-
# For YOLO mode, uncomment the following line
37-
# KillBash:
38-
# BashOutput:
39-
# Bash:
40-
# - ":*
25+
web-fetch:
26+
web-search:
27+
# Configure bash build commands in any of these places
28+
# - this file
29+
# - .github/workflows/agentics/daily-test-improver.config.md
30+
# - .github/workflows/agentics/build-tools.md (shared).
31+
#
32+
# Run `gh aw compile` after editing to recompile the workflow.
33+
#
34+
# For YOLO mode, uncomment the following line
35+
# bash: [ ":* ]
4136

4237
steps:
4338
- name: Checkout repository

0 commit comments

Comments
 (0)