From cb60c06a2978ccb7a0d2ecb5e554762d4a2efbb9 Mon Sep 17 00:00:00 2001 From: 2-gabadi Date: Wed, 25 Mar 2026 03:30:19 -0300 Subject: [PATCH] fix: reference exact annotation prefix in step-03 HALT gate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use backtick-quoted `consumer —` prefix to match the step-02 convention, making the precondition check unambiguous and grepable. Co-Authored-By: Claude Sonnet 4.6 --- .../4-implementation/bmad-quick-dev/step-03-implement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md b/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md index 3a7df4bd7..4485824be 100644 --- a/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md +++ b/src/bmm-skills/4-implementation/bmad-quick-dev/step-03-implement.md @@ -14,7 +14,7 @@ Verify `{spec_file}` resolves to a non-empty path and the file exists on disk. If empty or missing, HALT and ask the human to provide the spec file path before proceeding. -If the spec introduces new type variants, error codes, or DB values and the Code Map has no consumer annotations, HALT — consumer tracing was missed in planning. +If the spec introduces new type variants, error codes, or DB values and the Code Map has no `consumer —` annotations, HALT — consumer tracing was missed in planning. ## INSTRUCTIONS