Skip to content

Commit 604a548

Browse files
Ensure all agents have correct tools in their YAML frontmatter (#64)
* Initial plan * Add missing minimum tool permissions to all agents Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetLibrary/sessions/f3231d8b-0d74-498c-8a67-743144a8ea53 * Add missing agent tool specifier to agents with cross-agent coordination Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetLibrary/sessions/f5883811-e38b-459b-9872-4a4494c7ccd4 * Add web tool to agents that fetch external raw GitHub URLs Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TemplateDotNetLibrary/sessions/68b67689-82a5-41f0-9dde-3c752ffb7606 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent e20bf9b commit 604a548

7 files changed

Lines changed: 7 additions & 7 deletions

.github/agents/code-quality.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: code-quality
33
description: Ensures code quality through comprehensive linting and static analysis.
4-
tools: [edit, read, search, execute, github]
4+
tools: [read, search, edit, execute, github, agent]
55
user-invocable: true
66
---
77

.github/agents/code-review.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: code-review
33
description: Assists in performing formal file reviews.
4-
tools: [read, search, github, agent, execute]
4+
tools: [read, search, edit, execute, github, web, agent]
55
user-invocable: true
66
---
77

.github/agents/repo-consistency.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: repo-consistency
33
description: Ensures downstream repositories remain consistent with the TemplateDotNetLibrary template patterns and best practices.
4-
tools: [edit, read, search, github, agent]
4+
tools: [read, search, edit, execute, github, agent]
55
user-invocable: true
66
---
77

.github/agents/requirements.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: requirements
33
description: Develops requirements and ensures appropriate test coverage.
4-
tools: [edit, read, search, execute]
4+
tools: [read, search, edit, execute, github, web, agent]
55
user-invocable: true
66
---
77

.github/agents/software-developer.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: software-developer
33
description: Writes production code and self-validation tests.
4-
tools: [edit, read, search, execute, github]
4+
tools: [read, search, edit, execute, github, agent]
55
user-invocable: true
66
---
77

.github/agents/technical-writer.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: technical-writer
33
description: Ensures documentation is accurate and complete.
4-
tools: [edit, read, search, execute]
4+
tools: [read, search, edit, execute, github, agent]
55
user-invocable: true
66
---
77

.github/agents/test-developer.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: test-developer
33
description: Writes unit and integration tests.
4-
tools: [edit, read, search, execute]
4+
tools: [read, search, edit, execute, github, agent]
55
user-invocable: true
66
---
77

0 commit comments

Comments
 (0)