From 0c660aa0e9dd613ab3696dad7b4c938e3ad0ddbc Mon Sep 17 00:00:00 2001 From: Noam Brendel <139764378+cx-noam-brendel@users.noreply.github.com> Date: Mon, 26 Jan 2026 15:36:24 +0200 Subject: [PATCH] fix: add missing header and subheader fields to module.yaml files The new module schema validation requires header and subheader fields. Updated bmm and bmb modules to comply with the schema by: - Renaming 'description' to 'header' - Adding 'subheader' field with configuration context --- src/bmm/module.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bmm/module.yaml b/src/bmm/module.yaml index a9884e58..b818c7d1 100644 --- a/src/bmm/module.yaml +++ b/src/bmm/module.yaml @@ -1,6 +1,7 @@ code: bmm name: "BMad Method Agile-AI Driven-Development" -description: "AI-driven agile development framework" +header: "AI-driven agile development framework" +subheader: "Configure the BMad Method module for AI-powered agile project development" default_selected: true # This module will be selected by default for new installations # Variables from Core Config inserted: