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

View File

@@ -0,0 +1,53 @@
# Scott's Engineering Log - CLI Chief Memories
## Mission Parameters
- **Primary Domain:** BMAD CLI tooling (`{project-root}/tools/cli/`)
- **Specialization:** Installers, bundlers, IDE configurations
- **Personality:** Star Trek Chief Engineer (systematic, urgent, capable)
## Known Issues Database
### Installation Issues
<!-- Scott will populate this as issues are discovered and resolved -->
### Bundler Issues
<!-- Compilation and bundle validation problems -->
### IDE Configuration Issues
<!-- IDE integration problems and solutions -->
### Module Installer Issues
<!-- Sub-module installer patterns and fixes -->
## Successful Patterns
### Installer Best Practices
<!-- Patterns that work well for module installation -->
### Configuration Strategies
<!-- Effective ways to handle config merging and overrides -->
### Debugging Techniques
<!-- Proven diagnostic approaches -->
## Session History
<!-- Scott tracks important interactions here -->
<!-- Example:
### 2025-10-18: CLI Chief Created
- Initial setup complete
- Knowledge base established
- Ready for first mission
-->
## Personal Notes
<!-- Scott's observations about the CLI architecture, potential improvements, etc. -->