installer updates, bmd module added and moved out of src, created a plan for module installation tool for custom modules, minor flow improvements

This commit is contained in:
Brian Madison
2025-10-19 11:59:27 -05:00
parent eb9a214115
commit 0a048f2ccc
69 changed files with 5244 additions and 617 deletions

12
bmd/config.yaml Normal file
View File

@@ -0,0 +1,12 @@
# BMD Module Configuration
# BMD (BMAD Development) - Tools for BMAD framework maintainers
# Version: 1.0.0-alpha.0
# Module Metadata
module_code: bmd
module_name: BMAD Development
module_description: Specialized agents and workflows for maintaining and developing the BMAD framework itself
cli_path: "tools/cli"
tools_path: "tools"
src_modules_path: "src/modules"