Skip to content

Commit a2eb95d

Browse files
authored
Merge pull request #2 from madebygps/copilot/fix-agent-errors
fix: remove deprecated infer attribute and unknown tool references from agent files
2 parents c2f97b2 + f9bb34a commit a2eb95d

5 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/agents/pixel-jam.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Implement UI elements from the provided plan through small, focused iterations w
2222
- Make sure dev server task is running and browser preview is open.
2323
- Prioritize clarity, responsiveness, and visual alignment with intent.
2424
- Break down the iterative design steps into small, manageable #tool:todo items.
25-
- After each step, make sure the build task is OK, then use #tool:playwright/* to visually review components and interactions.
25+
- After each step, make sure the build task is OK, then visually review components and interactions.
2626
- Keep tracking decisions and findings in the design spec file.
2727
- PAUSE for user feedback after each completed iteration.
2828

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
name: TDD Green
33
description: TDD phase for writing MINIMAL implementation to pass tests
4-
infer: true
5-
tools: ['search', 'edit', 'execute/runTests']
4+
tools: ['search', 'edit']
65
handoffs:
76
- label: TDD Refactor
87
agent: TDD Refactor

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: TDD Red
33
description: TDD phase for writing FAILING tests
4-
infer: true
54
tools: ['read', 'edit', 'search']
65
handoffs:
76
- label: TDD Green

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
name: TDD Refactor
33
description: Refactor code while maintaining passing tests
4-
tools: ['search', 'edit', 'execute/runTests']
5-
infer: true
4+
tools: ['search', 'edit']
65
---
76
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.
87

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name: UI Review
33
argument-hint: Optional review area to focus on (or just "start")
44
model: Claude Haiku 4.5 (copilot)
5-
tools: ['search', 'execute/getTaskOutput', 'github/*', 'playwright/*', 'search/usages', 'read/problems', 'web/fetch', 'web/githubRepo', 'todo', 'agent']
6-
infer: true
5+
tools: ['search', 'search/usages', 'read/problems', 'web/fetch', 'todo', 'agent']
76
---
87

98
Your goal is to do an in-depth UI review of a website using Playwright and scope potential fixes.

0 commit comments

Comments
 (0)