bmad-method 6.1.1-next.30 → 6.1.1-next.32

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.1.1-next.30",
4
+ "version": "6.1.1-next.32",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -27,7 +27,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
27
27
 
28
28
  ### Paths
29
29
 
30
- - `validation` = `./checklist.md`
31
30
  - `story_file` = `` (explicit story path; auto-discovered if empty)
32
31
  - `sprint_status` = `{implementation_artifacts}/sprint-status.yaml`
33
32
 
@@ -37,7 +37,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
37
37
 
38
38
  ### Paths
39
39
 
40
- - `installed_path` = `.`
41
40
  - `sprint_status_file` = `{implementation_artifacts}/sprint-status.yaml`
42
41
 
43
42
  ### Input Files
@@ -21,9 +21,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
21
21
 
22
22
  ### Paths
23
23
 
24
- - `installed_path` = `.`
25
- - `template` = `{installed_path}/sprint-status-template.yaml`
26
- - `checklist` = `{installed_path}/checklist.md`
27
24
  - `tracking_system` = `file-system`
28
25
  - `project_key` = `NOKEY`
29
26
  - `story_location` = `{implementation_artifacts}`