bmad-method 6.10.1-next.6 → 6.10.1-next.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -49,7 +49,7 @@ Launch a subagent with no prior conversation context, with this prompt:
|
|
|
49
49
|
> - Do not revert or overwrite changes unrelated to this spec.
|
|
50
50
|
> - Run the verification described in the spec, plus focused checks for the code you touched.
|
|
51
51
|
>
|
|
52
|
-
> When done, report: files changed with one line each, verification commands run and their outcomes, anything you could not complete and why, and residual risks.
|
|
52
|
+
> When done, report: files changed with one line each, verification commands run and their outcomes, any files changed beyond the spec's tasks and why each was needed, anything you could not complete and why, and residual risks.
|
|
53
53
|
"""
|
|
54
54
|
|
|
55
55
|
# Review layers for the review step. `instruction` is the layer's whole
|
|
@@ -86,7 +86,7 @@ Prepare `Auto Run Result` details:
|
|
|
86
86
|
|
|
87
87
|
Set `{spec_file}` frontmatter `followup_review_recommended` from the judgment above.
|
|
88
88
|
|
|
89
|
-
If version control is available, commit. Do not push.
|
|
89
|
+
If version control is available, commit every file in the reviewed diff — tracked and untracked. Do not push. After committing, verify the commit contains each file from the reviewed diff; if any is missing, add it and amend before proceeding. Anything still visible in `git status --porcelain` is by definition not part of the change: leave it in place — do not commit, delete, or gitignore it — and list it under `Auto Run Result` as residual artifacts.
|
|
90
90
|
|
|
91
91
|
Capture `final_revision` (current HEAD after committing, or `NO_VCS` if version control is unavailable) into `{spec_file}` frontmatter.
|
|
92
92
|
|