bmad-method 6.9.1-next.8 → 6.9.1-next.9

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.9.1-next.8",
4
+ "version": "6.9.1-next.9",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -50,7 +50,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
50
50
  - `date` as system-generated current datetime
51
51
  - `sprint_status` = `{implementation_artifacts}/sprint-status.yaml`
52
52
  - `project_context` = `**/project-context.md` (load if exists)
53
- - CLAUDE.md / memory files (load if exist)
54
53
  - YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
55
54
 
56
55
  ### Step 5: Greet the User
@@ -81,7 +81,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
81
81
  - `communication_language`, `document_output_language`, `user_skill_level`
82
82
  - `date` as system-generated current datetime
83
83
  - `project_context` = `**/project-context.md` (load if exists)
84
- - CLAUDE.md / memory files (load if exist)
85
84
  - YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
86
85
  - Language MUST be tailored to `{user_skill_level}`
87
86
  - Generate all documents in `{document_output_language}`
@@ -71,7 +71,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
71
71
  - `date` as system-generated current datetime
72
72
  - `sprint_status` = `{implementation_artifacts}/sprint-status.yaml`
73
73
  - `project_context` = `**/project-context.md` (load if exists)
74
- - CLAUDE.md / memory files (load if exist)
75
74
  - YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
76
75
  - Language MUST be tailored to `{user_skill_level}`
77
76
  - Generate all documents in `{document_output_language}`