diff --git a/.github/agents/code-quality.agent.md b/.github/agents/code-quality.agent.md index 37100ee..4ce302e 100644 --- a/.github/agents/code-quality.agent.md +++ b/.github/agents/code-quality.agent.md @@ -1,7 +1,7 @@ --- name: code-quality description: Ensures code quality through comprehensive linting and static analysis. -tools: [edit, read, search, execute, github] +tools: [read, search, edit, execute, github, agent] user-invocable: true --- diff --git a/.github/agents/code-review.agent.md b/.github/agents/code-review.agent.md index 6ef6289..fb01a20 100644 --- a/.github/agents/code-review.agent.md +++ b/.github/agents/code-review.agent.md @@ -1,7 +1,7 @@ --- name: code-review description: Assists in performing formal file reviews. -tools: [read, search, github, agent, execute] +tools: [read, search, edit, execute, github, web, agent] user-invocable: true --- diff --git a/.github/agents/repo-consistency.agent.md b/.github/agents/repo-consistency.agent.md index ef5d296..b2ef033 100644 --- a/.github/agents/repo-consistency.agent.md +++ b/.github/agents/repo-consistency.agent.md @@ -1,7 +1,7 @@ --- name: repo-consistency description: Ensures downstream repositories remain consistent with the TemplateDotNetLibrary template patterns and best practices. -tools: [edit, read, search, github, agent] +tools: [read, search, edit, execute, github, agent] user-invocable: true --- diff --git a/.github/agents/requirements.agent.md b/.github/agents/requirements.agent.md index baae39e..bfd0a30 100644 --- a/.github/agents/requirements.agent.md +++ b/.github/agents/requirements.agent.md @@ -1,7 +1,7 @@ --- name: requirements description: Develops requirements and ensures appropriate test coverage. -tools: [edit, read, search, execute] +tools: [read, search, edit, execute, github, web, agent] user-invocable: true --- diff --git a/.github/agents/software-developer.agent.md b/.github/agents/software-developer.agent.md index 8d88197..891f281 100644 --- a/.github/agents/software-developer.agent.md +++ b/.github/agents/software-developer.agent.md @@ -1,7 +1,7 @@ --- name: software-developer description: Writes production code and self-validation tests. -tools: [edit, read, search, execute, github] +tools: [read, search, edit, execute, github, agent] user-invocable: true --- diff --git a/.github/agents/technical-writer.agent.md b/.github/agents/technical-writer.agent.md index e5cb0d3..04781de 100644 --- a/.github/agents/technical-writer.agent.md +++ b/.github/agents/technical-writer.agent.md @@ -1,7 +1,7 @@ --- name: technical-writer description: Ensures documentation is accurate and complete. -tools: [edit, read, search, execute] +tools: [read, search, edit, execute, github, agent] user-invocable: true --- diff --git a/.github/agents/test-developer.agent.md b/.github/agents/test-developer.agent.md index ca6f740..0c7f94b 100644 --- a/.github/agents/test-developer.agent.md +++ b/.github/agents/test-developer.agent.md @@ -1,7 +1,7 @@ --- name: test-developer description: Writes unit and integration tests. -tools: [edit, read, search, execute] +tools: [read, search, edit, execute, github, agent] user-invocable: true ---