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
This commit is contained in:
parent
b46e20dc3a
commit
0c660aa0e9
|
|
@ -1,6 +1,7 @@
|
||||||
code: bmm
|
code: bmm
|
||||||
name: "BMad Method Agile-AI Driven-Development"
|
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
|
default_selected: true # This module will be selected by default for new installations
|
||||||
|
|
||||||
# Variables from Core Config inserted:
|
# Variables from Core Config inserted:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue