fix: Update tool names in agent files for consistency and clarity (#493)

* fix: Update tool names in agent files for consistency and clarity

* Update agents/janitor.agent.md

Removal of duplicates

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update agents/implementation-plan.agent.md

Removal of duplicates

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
ANGELELLI David
2025-12-16 23:39:15 +01:00
committed by GitHub
parent e042a641b9
commit 8baf6d7223
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
---
description: 'Debug your application to find and fix a bug'
tools: ['edit/editFiles', 'search', 'runCommands', 'usages', 'problems', 'testFailure', 'fetch', 'githubRepo', 'runTests']
tools: ['edit/editFiles', 'search', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search/usages', 'read/problems', 'execute/testFailure', 'web/fetch', 'web/githubRepo', 'execute/runTests']
---
# Debug Mode Instructions