fix: revert bmb module-definition path to src/module.yaml (#2146)
bmad-builder reverted its skills/ directory back to src/ for installer compatibility (bmad-code-org/bmad-builder#40). Update the external modules manifest to match.
This commit is contained in:
parent
513f440a23
commit
c91db0db4b
|
|
@ -4,7 +4,7 @@
|
|||
modules:
|
||||
bmad-builder:
|
||||
url: https://github.com/bmad-code-org/bmad-builder
|
||||
module-definition: skills/module.yaml
|
||||
module-definition: src/module.yaml
|
||||
code: bmb
|
||||
name: "BMad Builder"
|
||||
description: "Agent and Builder"
|
||||
|
|
|
|||
Loading…
Reference in New Issue