bmad-method 6.3.0 → 6.3.1-next.0
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_VN.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/bmad-method)
|
|
4
4
|
[](LICENSE)
|
|
5
5
|
[](https://nodejs.org)
|
|
6
|
+
[](https://www.python.org)
|
|
7
|
+
[](https://docs.astral.sh/uv/)
|
|
6
8
|
[](https://discord.gg/gk8jAdXWmj)
|
|
7
9
|
|
|
8
10
|
[English](README.md) | [简体中文](README_CN.md) | Tiếng Việt
|
|
@@ -36,7 +38,7 @@ Các công cụ AI truyền thống thường làm thay phần suy nghĩ của b
|
|
|
36
38
|
|
|
37
39
|
## Bắt đầu nhanh
|
|
38
40
|
|
|
39
|
-
**Điều kiện tiên quyết**: [Node.js](https://nodejs.org) v20+
|
|
41
|
+
**Điều kiện tiên quyết**: [Node.js](https://nodejs.org) v20+ · [Python](https://www.python.org) 3.10+ · [uv](https://docs.astral.sh/uv/)
|
|
40
42
|
|
|
41
43
|
```bash
|
|
42
44
|
npx bmad-method install
|
|
@@ -80,18 +82,15 @@ BMad Method có thể được mở rộng bằng các mô-đun chính thức ch
|
|
|
80
82
|
## Cộng đồng
|
|
81
83
|
|
|
82
84
|
- [Discord](https://discord.gg/gk8jAdXWmj) - Nhận trợ giúp, chia sẻ ý tưởng, cộng tác
|
|
83
|
-
- [
|
|
85
|
+
- [YouTube](https://youtube.com/@BMadCode) - Video hướng dẫn, master class và nhiều nội dung khác
|
|
86
|
+
- [X / Twitter](https://x.com/BMadCode)
|
|
87
|
+
- [Website](https://bmadcode.com)
|
|
84
88
|
- [GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues) - Báo lỗi và yêu cầu tính năng
|
|
85
89
|
- [Discussions](https://github.com/bmad-code-org/BMAD-METHOD/discussions) - Trao đổi cộng đồng
|
|
86
90
|
|
|
87
91
|
## Hỗ trợ BMad
|
|
88
92
|
|
|
89
|
-
BMad miễn phí cho tất cả mọi người
|
|
90
|
-
|
|
91
|
-
- ⭐ Hãy nhấn sao cho dự án ở góc trên bên phải của trang này
|
|
92
|
-
- ☕ [Buy Me a Coffee](https://buymeacoffee.com/bmad) - Tiếp thêm năng lượng cho quá trình phát triển
|
|
93
|
-
- 🏢 Tài trợ doanh nghiệp - Nhắn riêng trên Discord
|
|
94
|
-
- 🎤 Diễn thuyết và truyền thông - Sẵn sàng cho hội nghị, podcast, phỏng vấn (BM trên Discord)
|
|
93
|
+
BMad miễn phí cho tất cả mọi người và sẽ luôn như vậy. Hãy nhấn sao cho repo này, [mời tôi một ly cà phê](https://buymeacoffee.com/bmad), hoặc gửi email tới <contact@bmadcode.com> nếu bạn muốn tài trợ doanh nghiệp.
|
|
95
94
|
|
|
96
95
|
## Đóng góp
|
|
97
96
|
|
package/package.json
CHANGED
|
@@ -46,35 +46,32 @@ If `decision_needed` findings exist, present each one with its detail and the op
|
|
|
46
46
|
|
|
47
47
|
If the user chooses to defer, ask: Quick one-line reason for deferring this item? (helps future reviews): — then append that reason to both the story file bullet and the `{deferred_work_file}` entry.
|
|
48
48
|
|
|
49
|
-
**HALT** — I am waiting for your numbered choice. Reply with only the number
|
|
49
|
+
**HALT** — I am waiting for your numbered choice. Reply with only the number. Do not proceed until you select an option.
|
|
50
50
|
|
|
51
51
|
### 5. Handle `patch` findings
|
|
52
52
|
|
|
53
53
|
If `patch` findings exist (including any resolved from step 4), HALT. Ask the user:
|
|
54
54
|
|
|
55
|
-
If `{spec_file}` is set, present all three options
|
|
55
|
+
If `{spec_file}` is set, present all three options:
|
|
56
56
|
|
|
57
|
-
> **How would you like to handle the
|
|
58
|
-
>
|
|
59
|
-
> 1. **Fix them automatically** — I will apply fixes now
|
|
57
|
+
> **How would you like to handle the `<P>` `patch` findings?**
|
|
58
|
+
> 1. **Apply every patch** — fix all of them now, no per-finding confirmation. Defer and decision-needed items are not touched.
|
|
60
59
|
> 2. **Leave as action items** — they are already in the story file
|
|
61
|
-
> 3. **Walk through each** —
|
|
60
|
+
> 3. **Walk through each patch** — show details for each before deciding
|
|
62
61
|
|
|
63
|
-
If `{spec_file}` is **not** set, present only options 1 and
|
|
62
|
+
If `{spec_file}` is **not** set, present only options 1 and 2 (omit "Leave as action items" — findings were not written to a file):
|
|
64
63
|
|
|
65
|
-
> **How would you like to handle the
|
|
66
|
-
>
|
|
67
|
-
>
|
|
68
|
-
> 2. **Walk through each** — let me show details before deciding
|
|
64
|
+
> **How would you like to handle the `<P>` `patch` findings?**
|
|
65
|
+
> 1. **Apply every patch** — fix all of them now, no per-finding confirmation. Defer and decision-needed items are not touched.
|
|
66
|
+
> 2. **Walk through each patch** — show details for each before deciding
|
|
69
67
|
|
|
70
|
-
**HALT** — I am waiting for your numbered choice. Reply with only the number
|
|
68
|
+
**HALT** — I am waiting for your numbered choice. Reply with only the number. Do not proceed until you select an option.
|
|
71
69
|
|
|
72
|
-
- **
|
|
73
|
-
- **
|
|
74
|
-
- **
|
|
75
|
-
- **Walk through each**: Present each finding with full detail, diff context, and suggested fix. After walkthrough, re-offer the applicable options above.
|
|
70
|
+
- **Apply every patch**: Apply every patch finding without per-finding confirmation. Do not modify defer or decision-needed items. After all patches are applied, present a summary of changes made. If `{spec_file}` is set, check off the patch items in the story file (leave defer items as-is).
|
|
71
|
+
- **Leave as action items** (only when `{spec_file}` is set): Done — findings are already written to the story.
|
|
72
|
+
- **Walk through each patch**: Present each finding with full detail, diff context, and suggested fix. After walkthrough, re-offer the applicable options above.
|
|
76
73
|
|
|
77
|
-
**HALT** — I am waiting for your numbered choice.
|
|
74
|
+
**HALT** — I am waiting for your numbered choice. Do not proceed until you select an option.
|
|
78
75
|
|
|
79
76
|
**✅ Code review actions complete**
|
|
80
77
|
|