From 793994287968634428061b73734fcce1c53972fd Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Sat, 21 Mar 2026 04:11:19 -0600 Subject: [PATCH] fix(quick-dev): add :line suffix to step-oneshot path example Aligns the file path example in step-oneshot.md with the clickable `:line` format already enforced in step-03-implement.md and step-05-present.md. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/bmm-skills/4-implementation/bmad-quick-dev/step-oneshot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bmm-skills/4-implementation/bmad-quick-dev/step-oneshot.md b/src/bmm-skills/4-implementation/bmad-quick-dev/step-oneshot.md index b88b97a34..63ac1a347 100644 --- a/src/bmm-skills/4-implementation/bmad-quick-dev/step-oneshot.md +++ b/src/bmm-skills/4-implementation/bmad-quick-dev/step-oneshot.md @@ -40,7 +40,7 @@ If version control is available and the tree is dirty, create a local commit wit - If `code` is not available (command fails), skip gracefully and list the file paths instead. 2. Display a summary in conversation output, including: - The commit hash (if one was created). - - List of files changed with one-line descriptions. Use CWD-relative paths (e.g., `src/path/file.ts`) for terminal clickability. No leading `/`. + - List of files changed with one-line descriptions. Use CWD-relative paths with `:line` notation (e.g., `src/path/file.ts:42`) for terminal clickability. No leading `/`. - Review findings breakdown: patches applied, items deferred, items rejected. If all findings were rejected, say so. 3. Offer to push and/or create a pull request.