From a1356224296fcbb0d11ad303458b134bd26fdfbb Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Fri, 20 Feb 2026 19:17:09 -0700 Subject: [PATCH] fix: correct code fence imbalance in step-03-starter.md (#1724) The 4-backtick markdown fence closed prematurely at line 235, orphaning template content and causing a stray 3-backtick fence to swallow sections 9-13 into an unclosed code block. --- .../3-solutioning/create-architecture/steps/step-03-starter.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md b/src/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md index bccea19df..784a496d9 100644 --- a/src/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +++ b/src/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md @@ -232,7 +232,6 @@ Prepare the content to append to the document: ```bash {{full_starter_command_with_options}} ``` -```` **Architectural Decisions Provided by Starter:** @@ -256,7 +255,7 @@ Prepare the content to append to the document: **Note:** Project initialization using this command should be the first implementation story. -``` +```` ### 9. Present Content and Menu