@hyperdrive.bot/bmad-workflow 1.0.6 → 1.0.7
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.
|
@@ -32,9 +32,9 @@ export const agentFlags = {
|
|
|
32
32
|
}),
|
|
33
33
|
provider: Flags.string({
|
|
34
34
|
default: 'claude',
|
|
35
|
-
description: 'AI provider to use (claude or
|
|
35
|
+
description: 'AI provider to use (claude, gemini, or opencode). Defaults to claude.',
|
|
36
36
|
helpGroup: 'Agent Customization',
|
|
37
|
-
options: ['claude', 'gemini'],
|
|
37
|
+
options: ['claude', 'gemini', 'opencode'],
|
|
38
38
|
}),
|
|
39
39
|
task: Flags.string({
|
|
40
40
|
description: 'Override which task command to execute (e.g., develop-story, draft, review-implementation). Defaults to command-appropriate task.',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperdrive.bot/bmad-workflow",
|
|
3
3
|
"description": "AI-driven development workflow orchestration CLI for BMAD projects",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "DevSquad",
|
|
7
7
|
"email": "marcelo@devsquad.email",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"mocha": "^10.8.2",
|
|
56
56
|
"oclif": "^4",
|
|
57
57
|
"prettier": "^3.6.2",
|
|
58
|
+
"esmock": "^2.7.3",
|
|
58
59
|
"proxyquire": "^2.1.3",
|
|
59
60
|
"sinon": "^17.0.1",
|
|
60
61
|
"ts-node": "^10.9.2",
|