update editFiles to edit/editFiles (#319)

This commit is contained in:
Derek Clair
2025-10-15 17:07:01 -06:00
committed by GitHub
parent 38969f7cc2
commit 69cd4fae4e
77 changed files with 82 additions and 82 deletions

View File

@@ -1,6 +1,6 @@
---
description: 'Implement minimal code to satisfy GitHub issue requirements and make failing tests pass without over-engineering.'
tools: ['github', 'findTestFiles', 'editFiles', 'runTests', 'runCommands', 'codebase', 'filesystem', 'search', 'problems', 'testFailure', 'terminalLastCommand']
tools: ['github', 'findTestFiles', 'edit/editFiles', 'runTests', 'runCommands', 'codebase', 'filesystem', 'search', 'problems', 'testFailure', 'terminalLastCommand']
---
# TDD Green Phase - Make Tests Pass Quickly
@@ -56,4 +56,4 @@ Write the minimal code necessary to satisfy GitHub issue requirements and make f
- [ ] Existing tests remain unbroken
- [ ] Implementation is simple and direct
- [ ] Issue acceptance criteria satisfied
- [ ] Ready for refactoring phase
- [ ] Ready for refactoring phase