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
|
@@ -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
|
|
|
@@ -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}`
|