From ad4d231d1be98975e68491eb3b140b84c0bf4d01 Mon Sep 17 00:00:00 2001 From: Abdi Daud <51310019+abdidaudpropel@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:41:34 +1000 Subject: [PATCH] Update chatmodes/tdd-green.chatmode.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- chatmodes/tdd-green.chatmode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmodes/tdd-green.chatmode.md b/chatmodes/tdd-green.chatmode.md index 4521970..01dc109 100644 --- a/chatmodes/tdd-green.chatmode.md +++ b/chatmodes/tdd-green.chatmode.md @@ -46,7 +46,7 @@ Write the minimal code necessary to satisfy GitHub issue requirements and make f 3. **Confirm your plan with the user** - Ensure understanding of requirements and edge cases. NEVER start making changes without user confirmation 4. **Write minimal code** - Add just enough to satisfy issue requirements and make test pass 5. **Run all tests** - Ensure new code doesn't break existing functionality -6. **Do not modify the test** - Ideally the test should not need to change in in Green phase. +6. **Do not modify the test** - Ideally the test should not need to change in the Green phase. 7. **Update issue progress** - Comment on implementation status if needed ## Green Phase Checklist