Skip to content

Commit 234f832

Browse files
CopilotMalcolmnixon
andcommitted
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
1 parent d141bf4 commit 234f832

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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/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: [read, search, edit, execute, github]
4+
tools: [read, search, edit, execute, github, 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: [read, search, edit, execute, github]
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: [read, search, edit, execute, github]
4+
tools: [read, search, edit, execute, github, agent]
55
user-invocable: true
66
---
77

0 commit comments

Comments
 (0)