From 6dd0a97c1fbf6426af8ffcfb947c59291397debb Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 25 Mar 2026 21:25:33 -0500 Subject: [PATCH] fix: update bmb module-definition path for skills/ restructure (#2126) bmad-builder moved skills from src/skills/ to skills/ at repo root for Claude Code plugin and Vercel Skills CLI compatibility. --- tools/cli/external-official-modules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/external-official-modules.yaml b/tools/cli/external-official-modules.yaml index 6a2fa259d..b62f3dc21 100644 --- a/tools/cli/external-official-modules.yaml +++ b/tools/cli/external-official-modules.yaml @@ -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"