Skip to content

Commit 8d4047b

Browse files
feat(agents): add 'web' tool to multiple agent configurations
1 parent 9968291 commit 8d4047b

8 files changed

Lines changed: 8 additions & 0 deletions

.github/agents/changelog-agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tools:
55
- search/codebase
66
- edit/editFiles
77
- read/problems
8+
- web
89
---
910

1011
# Changelog Agent

.github/agents/component-readme-agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tools:
55
- search/codebase
66
- edit/editFiles
77
- read/problems
8+
- web
89
---
910

1011
# Component README Agent

.github/agents/demo-sample-agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tools:
77
- read/problems
88
- execute/runTests
99
- read/terminalLastCommand
10+
- web
1011
---
1112

1213
# Demo / Sample Agent

.github/agents/feature-implementer-agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tools:
88
- read/problems
99
- execute/runTests
1010
- read/terminalLastCommand
11+
- web
1112
---
1213

1314
# Implementer — GREEN + REFACTOR Phases

.github/agents/feature-orchestrator-agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tools:
66
- search/codebase
77
- search/changes
88
- read/problems
9+
- web
910
agents:
1011
- tdd-test-writer-agent
1112
- feature-implementer-agent

.github/agents/migration-agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tools:
88
- execute/runTests
99
- read/problems
1010
- read/terminalLastCommand
11+
- web
1112
---
1213

1314
# Migration Schematic Agent

.github/agents/tdd-test-writer-agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tools:
88
- execute/runTests
99
- read/problems
1010
- read/terminalLastCommand
11+
- web
1112
---
1213

1314
# TDD Test Writer — RED Phase

.github/agents/theming-styles-agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tools:
88
- execute/runTests
99
- read/problems
1010
- read/terminalLastCommand
11+
- web
1112
---
1213

1314
# Theming and Styles Agent

0 commit comments

Comments
 (0)