bmad-method 6.10.1-next.26 → 6.10.1-next.27
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 +1 -1
- package/src/bmm-skills/v6-shims/README.md +5 -4
- package/src/bmm-skills/{4-implementation → v6-shims}/bmad-create-story/SKILL.md +3 -1
- package/src/bmm-skills/{4-implementation → v6-shims}/bmad-dev-story/SKILL.md +3 -1
- package/src/scripts/__pycache__/config_utils.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_config_utils.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_resolve_config.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_resolve_customization.cpython-311.pyc +0 -0
- /package/src/bmm-skills/{4-implementation → v6-shims}/bmad-create-story/checklist.md +0 -0
- /package/src/bmm-skills/{4-implementation → v6-shims}/bmad-create-story/customize.toml +0 -0
- /package/src/bmm-skills/{4-implementation → v6-shims}/bmad-create-story/discover-inputs.md +0 -0
- /package/src/bmm-skills/{4-implementation → v6-shims}/bmad-create-story/template.md +0 -0
- /package/src/bmm-skills/{4-implementation → v6-shims}/bmad-dev-story/checklist.md +0 -0
- /package/src/bmm-skills/{4-implementation → v6-shims}/bmad-dev-story/customize.toml +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# v6 Deprecation Shims
|
|
2
2
|
|
|
3
|
-
Skills in this folder are
|
|
4
|
-
|
|
5
|
-
stated intent and pre-resolved customization fields so the target skips its own intent
|
|
6
|
-
inference.
|
|
3
|
+
Skills in this folder are deprecated skills kept for backward compatibility with v6 skill IDs.
|
|
4
|
+
Some retain their full workflow, while others forward to the skill that replaced them, passing a
|
|
5
|
+
stated intent and pre-resolved customization fields so the target skips its own intent inference.
|
|
7
6
|
|
|
8
7
|
| Shim | Forwards to |
|
|
9
8
|
| -------------------------- | ------------------------------------ |
|
|
9
|
+
| `bmad-create-story` | Retained in full |
|
|
10
|
+
| `bmad-dev-story` | Retained in full |
|
|
10
11
|
| `bmad-create-prd` | `bmad-prd` (create intent) |
|
|
11
12
|
| `bmad-edit-prd` | `bmad-prd` (update intent) |
|
|
12
13
|
| `bmad-validate-prd` | `bmad-prd` (validate intent) |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: bmad-create-story
|
|
3
|
-
description:
|
|
3
|
+
description: "Deprecated: `bmad-quick-dev` is now the official implementation method. Only use this when explicitly invoked by name."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Create Story Workflow
|
|
@@ -62,6 +62,8 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
62
62
|
|
|
63
63
|
Greet `{user_name}`, speaking in `{communication_language}`.
|
|
64
64
|
|
|
65
|
+
<output>Deprecated: `bmad-quick-dev` is now the official implementation method. Only use this when explicitly invoked by name.</output>
|
|
66
|
+
|
|
65
67
|
### Step 6: Execute Append Steps
|
|
66
68
|
|
|
67
69
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: bmad-dev-story
|
|
3
|
-
description:
|
|
3
|
+
description: "Deprecated: `bmad-quick-dev` is now the official implementation method. Only use this when explicitly invoked by name."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Dev Story Workflow
|
|
@@ -60,6 +60,8 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
60
60
|
|
|
61
61
|
Greet `{user_name}`, speaking in `{communication_language}`.
|
|
62
62
|
|
|
63
|
+
<output>Deprecated: `bmad-quick-dev` is now the official implementation method. Only use this when explicitly invoked by name.</output>
|
|
64
|
+
|
|
63
65
|
### Step 6: Execute Append Steps
|
|
64
66
|
|
|
65
67
|
Execute each entry in `{workflow.activation_steps_append}` in order.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|