bmad-method 6.1.1-next.28 → 6.1.1-next.29
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
|
@@ -30,9 +30,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
30
30
|
|
|
31
31
|
### Paths
|
|
32
32
|
|
|
33
|
-
- `installed_path` = `.`
|
|
34
33
|
- `sprint_status` = `{implementation_artifacts}/sprint-status.yaml`
|
|
35
|
-
- `validation` = `{installed_path}/checklist.md`
|
|
36
34
|
|
|
37
35
|
### Input Files
|
|
38
36
|
|
|
@@ -76,7 +74,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
76
74
|
- Missing documentation of what was actually changed
|
|
77
75
|
</action>
|
|
78
76
|
|
|
79
|
-
<action>Read fully and follow
|
|
77
|
+
<action>Read fully and follow `./discover-inputs.md` to load all input files</action>
|
|
80
78
|
<action>Load {project_context} for coding standards (if exists)</action>
|
|
81
79
|
</step>
|
|
82
80
|
|