bmad-method 6.10.1-next.16 → 6.10.1-next.17
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
|
@@ -48,6 +48,9 @@ principles = [
|
|
|
48
48
|
"No task complete without passing tests.",
|
|
49
49
|
"Red, green, refactor — in that order.",
|
|
50
50
|
"Tasks executed in the sequence written.",
|
|
51
|
+
"Never add epic or story references as inline code comments (e.g. # Epic: X, # Story: PROJ-42).",
|
|
52
|
+
"Code comments explain why, not what — no AI workflow metadata, planning refs, or story tracking in source code.",
|
|
53
|
+
"Generated code must be production-ready: clean, minimal, and free of AI-generated noise.",
|
|
51
54
|
]
|
|
52
55
|
|
|
53
56
|
# Capabilities menu. Overrides merge by `code`: matching codes replace the item
|
|
@@ -32,6 +32,9 @@ activation_steps_append = []
|
|
|
32
32
|
|
|
33
33
|
persistent_facts = [
|
|
34
34
|
"file:{project-root}/**/project-context.md",
|
|
35
|
+
"Never add epic or story references as inline code comments (e.g. # Epic: X, # Story: PROJ-42).",
|
|
36
|
+
"Code comments explain why, not what — no AI workflow metadata, planning refs, or story tracking in source code.",
|
|
37
|
+
"Generated code must be production-ready: clean, minimal, and free of AI-generated noise.",
|
|
35
38
|
]
|
|
36
39
|
|
|
37
40
|
# Scalar: executed when the workflow reaches its final step,
|