bmad-method 6.8.1-next.16 → 6.8.1-next.18
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.8.1-next.
|
|
4
|
+
"version": "6.8.1-next.18",
|
|
5
5
|
"description": "Breakthrough Method of Agile AI-driven Development",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"agile",
|
|
@@ -66,6 +66,12 @@
|
|
|
66
66
|
"markdownlint-cli2"
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
|
+
"overrides": {
|
|
70
|
+
"esbuild": "^0.28.1",
|
|
71
|
+
"markdownlint-cli2": {
|
|
72
|
+
"markdown-it": "^14.2.0"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
69
75
|
"dependencies": {
|
|
70
76
|
"@clack/core": "^1.3.1",
|
|
71
77
|
"@clack/prompts": "^1.4.0",
|
|
@@ -82,10 +88,10 @@
|
|
|
82
88
|
"yaml": "^2.7.0"
|
|
83
89
|
},
|
|
84
90
|
"devDependencies": {
|
|
85
|
-
"@astrojs/sitemap": "^3.
|
|
86
|
-
"@astrojs/starlight": "^0.
|
|
91
|
+
"@astrojs/sitemap": "^3.7.3",
|
|
92
|
+
"@astrojs/starlight": "^0.40.0",
|
|
87
93
|
"@eslint/js": "^9.33.0",
|
|
88
|
-
"astro": "^
|
|
94
|
+
"astro": "^6.4.6",
|
|
89
95
|
"c8": "^10.1.3",
|
|
90
96
|
"eslint": "^9.33.0",
|
|
91
97
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -162,6 +162,13 @@ platforms:
|
|
|
162
162
|
target_dir: .agents/skills
|
|
163
163
|
global_target_dir: ~/.config/agents/skills
|
|
164
164
|
|
|
165
|
+
hermes:
|
|
166
|
+
name: "Hermes Agent"
|
|
167
|
+
preferred: false
|
|
168
|
+
installer:
|
|
169
|
+
target_dir: .agents/skills
|
|
170
|
+
global_target_dir: ~/.hermes/skills
|
|
171
|
+
|
|
165
172
|
iflow:
|
|
166
173
|
name: "iFlow"
|
|
167
174
|
preferred: false
|