fix: update bmb module-definition path for skills/ restructure
bmad-builder moved skills from src/skills/ to skills/ at repo root for Claude Code plugin and Vercel Skills CLI compatibility.
This commit is contained in:
parent
cfe40fccd5
commit
57c5e19e12
|
|
@ -4,7 +4,7 @@
|
|||
modules:
|
||||
bmad-builder:
|
||||
url: https://github.com/bmad-code-org/bmad-builder
|
||||
module-definition: src/module.yaml
|
||||
module-definition: skills/module.yaml
|
||||
code: bmb
|
||||
name: "BMad Builder"
|
||||
description: "Agent and Builder"
|
||||
|
|
|
|||
Loading…
Reference in New Issue