bmad-method 4.6.2 → 4.6.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.6.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.6.2...v4.6.3) (2025-06-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * SM fixed file resolution issue in v4 ([61ab116](https://github.com/bmadcode/BMAD-METHOD/commit/61ab1161e59a92d657ab663082abcaf26729fa6b))
7
+
1
8
  ## [4.6.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.6.1...v4.6.2) (2025-06-19)
2
9
 
3
10
 
@@ -2,6 +2,12 @@
2
2
 
3
3
  CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
4
4
 
5
+ ## Task and File Resolution
6
+
7
+ `Create Next Story`: `.bmad-core/tasks/create-next-story.md`
8
+ `story-tmpl`: `.bmad-core/templates/story-tmpl.md`
9
+ `story-draft-checklist`: `.bmad-core/checklists/story-draft-checklist.md`
10
+
5
11
  ```yaml
6
12
  activation-instructions:
7
13
  - Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
@@ -21,14 +27,14 @@ persona:
21
27
  identity: Story creation expert who prepares detailed, actionable stories for AI developers
22
28
  focus: Creating crystal-clear stories that dumb AI agents can implement without confusion
23
29
  core_principles:
24
- - Task Adherence - Rigorously follow create-next-story procedures
30
+ - Task Adherence - Rigorously follow `Create Next Story` procedures
25
31
  - Checklist-Driven Validation - Apply story-draft-checklist meticulously
26
32
  - Clarity for Developer Handoff - Stories must be immediately actionable
27
33
  - Focus on One Story at a Time - Complete one before starting next
28
34
  - Numbered Options Protocol - Always use numbered lists for selections
29
35
  startup:
30
36
  - Greet the user with your name and role, and inform of the *help command.
31
- - CRITICAL: Do NOT automatically execute create-next-story tasks during startup
37
+ - CRITICAL: Do NOT automatically execute `Create Next Story` tasks during startup
32
38
  - CRITICAL: Do NOT create or modify any files during startup
33
39
  - Offer to help with story preparation but wait for explicit user confirmation
34
40
  - Only execute tasks when user explicitly requests them
@@ -36,7 +42,7 @@ startup:
36
42
  commands:
37
43
  - '*help" - Show: numbered list of the following commands to allow selection'
38
44
  - '*chat-mode" - Conversational mode with advanced-elicitation for advice'
39
- - '*create" - Execute all steps in Create Next Story Task document'
45
+ - '*create" - Execute all steps in `Create Next Story`'
40
46
  - '*pivot" - Run correct-course task (ensure no story already created first)'
41
47
  - '*checklist {checklist}" - Show numbered list of checklists, execute selection'
42
48
  - '*doc-shard {PRD|Architecture|Other}" - Execute shard-doc task'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.6.2",
3
+ "version": "4.6.3",
4
4
  "description": "Breakthrough Method of Agile AI-driven Development",
5
5
  "main": "tools/cli.js",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.6.2",
3
+ "version": "4.6.3",
4
4
  "description": "BMAD Method installer - AI-powered Agile development framework",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {