feat(installer): native-skills intermediary-state transition (help/shard-doc/index-docs)#3
Closed
dickymoore wants to merge 9 commits intomainfrom
Closed
feat(installer): native-skills intermediary-state transition (help/shard-doc/index-docs)#3dickymoore wants to merge 9 commits intomainfrom
dickymoore wants to merge 9 commits intomainfrom
Conversation
183a89e to
239bc9d
Compare
Owner
Author
|
Superseded by feature/native-skills-lean-shard-doc-prototype and upstream PR bmad-code-org#1844. |
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
This PR delivers the native-skills intermediary-state transition for BMAD core installer behavior, with a narrow but end-to-end implementation across the first converted capabilities (
help,shard-doc,index-docs).Goal achieved: support native-skill authority while preserving current user-facing compatibility surfaces and avoiding a disruptive one-shot migration.
Why This Change Was Needed
Before this work, installer behavior depended on a growing mix of task/workflow surfaces and tool-specific naming/projection logic. That made rollout risky for full-skill migration because:
This PR introduces a clearer model:
reference/manifest.yaml)Scope
Implemented capabilities in this transition slice
bmad-help(first conversion path + compatibility projection)bmad-shard-doc(extended conversion path)bmad-index-docs(extended conversion path)Core implementation themes
Behavioral Guarantees / AC Coverage
Files and Areas Touched (high level)
tools/cli/installers/lib/core/*help,shard-doc,index-docs)tools/cli/installers/lib/ide/*src/core/tasks/*test/test-installation-components.jsValidation
Executed repeatedly during implementation and review:
npm run test:installnpm testplus targeted deterministic harness/replay evidence checks for:
Review Process
Additional Note: Test Suite Refactor PR
A follow-on maintenance PR has been opened to address test maintainability by splitting the monolithic installation component test file into ordered modular suites (no behavior change):
That PR targets this branch and is intentionally separated to keep migration logic review distinct from test-structure refactor review.
Risks / Follow-ups