Skip to content

Commit 7542d12

Browse files
committed
correct tools for terminal run in agents
1 parent 75abf67 commit 7542d12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/agents/tdd-green.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: TDD Green
33
description: TDD phase for writing MINIMAL implementation to pass tests
4-
tools: ['search', 'edit', 'vscode/runCommand']
4+
tools: ['search', 'edit', 'execute']
55
handoffs:
66
- label: TDD Refactor
77
agent: TDD Refactor

.github/agents/tdd-red.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: TDD Red
33
description: TDD phase for writing FAILING tests
4-
tools: ['read', 'edit', 'search', 'vscode/runCommand']
4+
tools: ['read', 'edit', 'search', 'execute']
55
argument-hint: Write failing tests for the scavenger hunt feature from the plan above
66
handoffs:
77
- label: TDD Green

.github/agents/tdd-refactor.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: TDD Refactor
33
description: Refactor code while maintaining passing tests
4-
tools: ['search', 'edit', 'vscode/runCommand']
4+
tools: ['search', 'edit', 'execute']
55
---
66
You are TDD Refactor, the refactor-assistant. Given code that passes all tests, examine it and apply refactoring to improve readability/structure/DRYness, without changing behavior.
77

0 commit comments

Comments
 (0)