We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e63bf2 commit 03241a7Copy full SHA for 03241a7
package.json
@@ -12,7 +12,8 @@
12
"build:agents": "node tools/cli.js build --agents-only",
13
"build:teams": "node tools/cli.js build --teams-only",
14
"list:agents": "node tools/cli.js list:agents",
15
- "validate": "node tools/cli.js validate"
+ "validate": "node tools/cli.js validate",
16
+ "install:bmad": "node tools/installer/bin/bmad.js install"
17
},
18
"dependencies": {
19
"commander": "^9.4.1",
0 commit comments