From a297235862097d1db601c961fb634e34588e1056 Mon Sep 17 00:00:00 2001 From: Nick Pirocanac Date: Wed, 31 Dec 2025 23:22:51 -0600 Subject: [PATCH] fix: *code-review is picking up non-application files (#1232) Co-authored-by: Nick Pirocanac --- .../bmgd/workflows/4-production/code-review/instructions.xml | 1 + .../bmm/workflows/4-implementation/code-review/instructions.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/modules/bmgd/workflows/4-production/code-review/instructions.xml b/src/modules/bmgd/workflows/4-production/code-review/instructions.xml index e57a940d..d639df2b 100644 --- a/src/modules/bmgd/workflows/4-production/code-review/instructions.xml +++ b/src/modules/bmgd/workflows/4-production/code-review/instructions.xml @@ -12,6 +12,7 @@ Read EVERY file in the File List - verify implementation against story requirements Tasks marked complete but not done = CRITICAL finding Acceptance Criteria not implemented = HIGH severity finding + Do not review files that are not part of the application's source code. Always exclude the _bmad/ and _bmad-output/ folders from the review. Always exclude IDE and CLI configuration folders like .cursor/ and .windsurf/ and .claude/ Use provided {{story_path}} or ask user which story file to review diff --git a/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml b/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml index e57a940d..e5649559 100644 --- a/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +++ b/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml @@ -12,6 +12,8 @@ Read EVERY file in the File List - verify implementation against story requirements Tasks marked complete but not done = CRITICAL finding Acceptance Criteria not implemented = HIGH severity finding + Do not review files that are not part of the application's source code. Always exclude the _bmad/ and _bmad-output/ folders from the review. Always exclude IDE and CLI configuration folders like .cursor/ and .windsurf/ and .claude/ + Use provided {{story_path}} or ask user which story file to review