bmad-method 6.10.1-next.42 → 6.10.1-next.44
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/README_CN.md +0 -2
- package/README_VN.md +1 -3
- package/package.json +1 -1
- package/src/bmm-skills/plan/bmad-sprint-planning/scripts/__pycache__/sprint_plan.cpython-311.pyc +0 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/scripts/tests/__pycache__/test_sprint_plan.cpython-311-pytest-9.1.1.pyc +0 -0
- package/src/bmm-skills/ship/bmad-build-auto/step-04-review.md +4 -7
- package/src/bmm-skills/ship/bmad-retrospective/references/evidence-gathering.md +1 -1
- package/src/bmm-skills/ship/bmad-retrospective/scripts/__pycache__/sprint_status.cpython-311.pyc +0 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/__pycache__/test_git_evidence.cpython-311-pytest-9.1.1.pyc +0 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/__pycache__/test_sprint_status.cpython-311-pytest-9.1.1.pyc +0 -0
- package/src/scripts/__pycache__/config_utils.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_config_utils.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_resolve_config.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_resolve_customization.cpython-311.pyc +0 -0
- package/tools/installer/ui.js +7 -3
package/README_CN.md
CHANGED
|
@@ -50,8 +50,6 @@ npx bmad-method install
|
|
|
50
50
|
npx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
[查看非交互式安装选项](https://docs.bmad-method.org/zh-cn/how-to/non-interactive-installation/)
|
|
54
|
-
|
|
55
53
|
> **不确定下一步?** 直接问 `bmad-help`。它会告诉你“必做什么、可选什么”,例如:`bmad-help 我刚完成架构设计,接下来做什么?`
|
|
56
54
|
|
|
57
55
|
## 模块
|
package/README_VN.md
CHANGED
|
@@ -54,8 +54,6 @@ Làm theo các lời nhắc của trình cài đặt, sau đó mở AI IDE của
|
|
|
54
54
|
npx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
[Xem toàn bộ tùy chọn cài đặt](https://docs.bmad-method.org/vi-vn/how-to/non-interactive-installation/)
|
|
58
|
-
|
|
59
57
|
> **Chưa chắc nên làm gì?** Hãy hỏi `bmad-help` - nó sẽ cho bạn biết chính xác bước nào tiếp theo và bước nào là tùy chọn. Bạn cũng có thể hỏi kiểu như `bmad-help Tôi vừa hoàn thành phần kiến trúc, tiếp theo tôi cần làm gì?`
|
|
60
58
|
|
|
61
59
|
## Mô-đun
|
|
@@ -106,4 +104,4 @@ Giấy phép MIT - xem [LICENSE](LICENSE) để biết chi tiết.
|
|
|
106
104
|
|
|
107
105
|
[](https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors)
|
|
108
106
|
|
|
109
|
-
Xem [CONTRIBUTORS.md](CONTRIBUTORS.md) để biết thông tin về những người đóng góp.
|
|
107
|
+
Xem [CONTRIBUTORS.md](CONTRIBUTORS.md) để biết thông tin về những người đóng góp.
|
package/package.json
CHANGED
package/src/bmm-skills/plan/bmad-sprint-planning/scripts/__pycache__/sprint_plan.cpython-311.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -86,14 +86,11 @@ Write the following details to `{spec_file}` under `## Auto Run Result`:
|
|
|
86
86
|
|
|
87
87
|
Set `{spec_file}` frontmatter `followup_review_recommended` from the computation above.
|
|
88
88
|
|
|
89
|
-
If version control is unavailable, set `{spec_file}` frontmatter `
|
|
89
|
+
If version control is unavailable, set `{spec_file}` frontmatter `status: done`, then proceed to HALT.
|
|
90
90
|
|
|
91
|
-
If version control is available:
|
|
91
|
+
If version control is available, write `status: done` into `{spec_file}` frontmatter, then:
|
|
92
92
|
|
|
93
|
-
1. Commit any reviewed-diff files that remain uncommitted. Keep commits already created during this run. Verify every reviewed-diff file appears in the change set after `{baseline_revision}` and none remains uncommitted. Do not push.
|
|
94
|
-
2.
|
|
95
|
-
3. Write `{final_revision}` and `status: done` into `{spec_file}` frontmatter.
|
|
96
|
-
4. If `{spec_file}` is tracked in that working copy, commit only `{spec_file}` as a spec-finalization commit. Keep `{final_revision}` unchanged. Otherwise leave the finalized spec in place; do not create a substitute artifact.
|
|
97
|
-
5. Verify the version-controlled working copy is clean. Otherwise HALT with status `blocked` and blocking condition `finalization left repository dirty`.
|
|
93
|
+
1. Commit any reviewed-diff files that remain uncommitted, including `{spec_file}` when it is tracked in that working copy. Keep commits already created during this run. Verify every reviewed-diff file appears in the change set after `{baseline_revision}` and none remains uncommitted. Do not push.
|
|
94
|
+
2. Verify the version-controlled working copy is clean. Otherwise HALT with status `blocked` and blocking condition `finalization left repository dirty`.
|
|
98
95
|
|
|
99
96
|
HALT with status `done`.
|
|
@@ -17,7 +17,7 @@ Collect what the epic produced and note the source path or range of each:
|
|
|
17
17
|
|
|
18
18
|
A stories-mode epic is a spec folder. Map it onto the checklist above: `SPEC.md` is the epic spec; `stories.yaml` in list order is the story list, each entry's artifact being the single `stories/<id>-*.md` it names; there is no sprint status; the previous retrospective, when resuming, is `{spec-folder}/RETROSPECTIVE.md`; session logs are unchanged.
|
|
19
19
|
|
|
20
|
-
The diff range differs. Each story records its own baseline in its artifact frontmatter — `baseline_revision`
|
|
20
|
+
The diff range differs. Each story records its own baseline in its artifact frontmatter — `baseline_revision` (deprecated) or `baseline_commit` — so there is no single epic-wide range. The range end is the next story's baseline in list order, which is exact because neither skill adds a commit of its own after the work. For the last story, when nothing records the end, derive it from the history — usually `HEAD`, though not always — and mark it inferred rather than recorded. A baseline that is absent or is not a revision leaves that story with no commit or diff evidence — record that too. Group the stories sharing an identical range and run `git_evidence.py` once per distinct range, passing that group's ids as one comma-separated `--stories` value. No `^` is needed here: unlike the sprint-mode range above, the recorded baseline is already the pre-change commit. Ranges may overlap or diverge; count a shared commit or file change once in the aggregate views while keeping each story's range as its provenance.
|
|
21
21
|
|
|
22
22
|
## Missing evidence
|
|
23
23
|
|
package/src/bmm-skills/ship/bmad-retrospective/scripts/__pycache__/sprint_status.cpython-311.pyc
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/tools/installer/ui.js
CHANGED
|
@@ -808,11 +808,15 @@ class UI {
|
|
|
808
808
|
|
|
809
809
|
const configCollector = new OfficialModules({ channelOptions: options.channelOptions });
|
|
810
810
|
|
|
811
|
-
const hasCoreCliOptions =
|
|
811
|
+
const hasCoreCliOptions =
|
|
812
|
+
options.userName || options.communicationLanguage || options.documentOutputLanguage || options.outputFolder || setOverrides.core;
|
|
812
813
|
|
|
813
|
-
// Seed core config from CLI options if provided
|
|
814
|
+
// Seed core config from CLI options if provided. `--set core.<key>` seeds it
|
|
815
|
+
// too: core values are dependency-bearing — module artifact paths are built
|
|
816
|
+
// from output_folder here, and each module's config.yaml snapshots the core
|
|
817
|
+
// values — so the post-install patch alone lands too late.
|
|
814
818
|
if (hasCoreCliOptions) {
|
|
815
|
-
const coreConfig = {};
|
|
819
|
+
const coreConfig = { ...setOverrides.core };
|
|
816
820
|
if (options.userName) {
|
|
817
821
|
coreConfig.user_name = options.userName;
|
|
818
822
|
await prompts.log.info(`Using user name from command-line: ${options.userName}`);
|