From 40c153ccf930584b40a4b16d7f6a851c4b0eb628 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Mon, 16 Mar 2026 23:23:09 -0600 Subject: [PATCH] fix(quick-dev): improve review trail mention in presentation step Co-Authored-By: Claude Opus 4.6 (1M context) --- .../bmad-quick-dev-new-preview/step-05-present.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/step-05-present.md b/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/step-05-present.md index 02c73ab33..71163e50f 100644 --- a/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/step-05-present.md +++ b/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/step-05-present.md @@ -42,6 +42,6 @@ Format: 1. Change `{spec_file}` status to `done` in the frontmatter. 2. If version control is available and the tree is dirty, create a local commit with a conventional message derived from the spec title. -3. Display summary of your work to the user, including the commit hash if one was created. Advise on how to review the changes — mention that `{spec_file}` contains a Review Trail with clickable `path:line` stops for navigating the change. Offer to push and/or create a pull request. +3. Display summary of your work to the user, including the commit hash if one was created. Advise on how to review the changes — mention that `{spec_file}` now contains a Review Trail with clickable `path:line` stops sequenced by concern for easy top-down navigation. Offer to push and/or create a pull request. Workflow complete.