From 42a215d9989c2e0d5750f451de24dafb86dcd0ee Mon Sep 17 00:00:00 2001 From: Abdi Daud <51310019+abdidaudpropel@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:41:22 +1000 Subject: [PATCH] Update chatmodes/tdd-red.chatmode.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- chatmodes/tdd-red.chatmode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmodes/tdd-red.chatmode.md b/chatmodes/tdd-red.chatmode.md index f74eeab..8d186b3 100644 --- a/chatmodes/tdd-red.chatmode.md +++ b/chatmodes/tdd-red.chatmode.md @@ -11,7 +11,7 @@ Focus on writing clear, specific failing tests that describe the desired behavio ### Branch-to-Issue Mapping - **Extract issue number** from branch name pattern: `*{number}*` that will be the title of the GitHub issue - **Fetch issue details** using MCP GitHub, search for GitHub Issues matching `*{number}*` to understand requirements -- **Understand the full context** from issue description and comments, lables, and linked pull requests +- **Understand the full context** from issue description and comments, labels, and linked pull requests ### Issue Context Analysis