fix: address code review issues from alpha.14 to alpha.15#1068
Merged
bmadcode merged 7 commits intobmad-code-org:mainfrom Dec 8, 2025
Merged
fix: address code review issues from alpha.14 to alpha.15#1068bmadcode merged 7 commits intobmad-code-org:mainfrom
bmadcode merged 7 commits intobmad-code-org:mainfrom
Conversation
User customizations must be valid - silent skip hides broken configs.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
bidadh
pushed a commit
to nextgendev-solutions/BMAD-METHOD-nextgen
that referenced
this pull request
Dec 15, 2025
…org#1068) * fix: remove debug console.log statements from ui.js * fix: add error handling and rollback for temp directory cleanup * fix: use streaming for hash calculation to reduce memory usage * refactor: hoist CustomHandler require to top of installer.js and ui.js * fix: fail fast on malformed custom module YAML User customizations must be valid - silent skip hides broken configs. * refactor: use consistent return type in handleMissingCustomSources * refactor: clone config at install() entry to prevent mutation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adversarial code review of changes between v6.0.0-alpha.14 and v6.0.0-alpha.15 identified 10 issues. This PR addresses 8 of them (2 were intentionally ignored as by-design).
Fixed
Ignored (by design)
Test plan