Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# kanzen adapters

Fallback command packs used by the CLI when a lifecycle doesn’t ship native integration scripts.
3 changes: 3 additions & 0 deletions lifecycles/bmad-code-org/BMAD-METHOD/default/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
npm install
npm run bmad:install
6 changes: 6 additions & 0 deletions lifecycles/bmad-code-org/BMAD-METHOD/v4/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"arguments": {
"projectPath": "-d",
"ide": "-i"
}
}
3 changes: 3 additions & 0 deletions lifecycles/bmad-code-org/BMAD-METHOD/v4/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
npm install
npm run install:bmad -- -f "$@"