Release: 6.0.0-alpha.16
- Update changelog with recent changes - Version bump to 6.0.0-alpha.16 - Document temporary custom content installation disable - Document BMB workflow path fixes and package updates
This commit is contained in:
parent
3256bda42f
commit
26e47562dd
31
CHANGELOG.md
31
CHANGELOG.md
|
|
@ -1,5 +1,36 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [6.0.0-alpha.16]
|
||||||
|
|
||||||
|
**Release: December 10, 2025**
|
||||||
|
|
||||||
|
### 🔧 Temporary Changes & Fixes
|
||||||
|
|
||||||
|
**Installation Improvements:**
|
||||||
|
|
||||||
|
- **Temporary Custom Content Installation Disable**: Custom content installation temporarily disabled to improve stability
|
||||||
|
- **BMB Workflow Path Fixes**: Fixed numerous path references in BMB workflows to ensure proper step file resolution
|
||||||
|
- **Package Updates**: Updated dependencies for improved security and performance
|
||||||
|
|
||||||
|
**Path Resolution Improvements:**
|
||||||
|
|
||||||
|
- **BMB Agent Builder Fixes**: Corrected path references in step files and documentation
|
||||||
|
- **Workflow Path Standardization**: Ensured consistent path handling across all BMB workflows
|
||||||
|
- **Documentation References**: Updated internal documentation links and references
|
||||||
|
|
||||||
|
**Cleanup Changes:**
|
||||||
|
|
||||||
|
- **Example Modules Removal**: Temporarily removed example modules to prevent accidental installation
|
||||||
|
- **Hardcoded Path Cleanup**: Continued removal of hardcoded `.bmad` folder references from demo content
|
||||||
|
- **Memory Management**: Improved sidecar file handling for custom modules
|
||||||
|
|
||||||
|
### 📊 Statistics
|
||||||
|
|
||||||
|
- **336 files changed** with path fixes and improvements
|
||||||
|
- **4 commits** since alpha.15
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## [6.0.0-alpha.15]
|
## [6.0.0-alpha.15]
|
||||||
|
|
||||||
**Release: December 7, 2025**
|
**Release: December 7, 2025**
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "bmad-method",
|
"name": "bmad-method",
|
||||||
"version": "6.0.0-alpha.15",
|
"version": "6.0.0-alpha.16",
|
||||||
"description": "Breakthrough Method of Agile AI-driven Development",
|
"description": "Breakthrough Method of Agile AI-driven Development",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"agile",
|
"agile",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue