mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-09-21 04:37:48 +08:00
* docs: draft v6.10.0 changelog; rebrand bmad-auto to bmad-loop; simplify uv check message Drafts the v6.10.0 changelog entry, headlined by bmad-loop landing as an installable module and bmad-automator's deprecation in its favor. Renames the installer's bmad-auto module registry entry (code, name, url, module-definition path, post-install message) to bmad-loop ahead of the upstream repo rename. Also simplifies the uv-detected install message to a plain pass/fail line with a checkmark, since the prior "ready to run BMAD's Python-powered scripts via uv run" phrasing read as more actionable than it was. * feat(installer): support module-code aliases, migrate bauto to bmad-loop Adds a bauto -> bmad-loop registry alias so existing installs migrate forward on quick-update (and the interactive Modify flow) instead of being orphaned as "no source available" the way the prior baut -> automator rename was (CHANGELOG v6.7.1). ExternalModuleManager resolves aliases in getModuleByCode/resolveCanonicalCode; quickUpdate translates installed ids up front and removes the stale _bmad/<alias>/ directory after a successful migration. removals.txt gains bmad-auto-setup, the renamed skill id, so stale IDE-side skill dirs get pruned too. Also corrects bmad-modules.yaml's bmad-loop entry to match the real upstream repo content (src/bmad_loop/..., bmad-loop-setup skill) now that the bmad-auto -> bmad-loop rename has actually landed there, and moves bmad-loop to the top of the installer picker with a shorter, less wrap-prone description.
71 lines
2.2 KiB
Plaintext
71 lines
2.2 KiB
Plaintext
# BMad Method - Skill Removal List
|
|
# Entries listed here will be removed from IDE skill directories during install/update.
|
|
# One entry per line. Lines starting with # are comments.
|
|
# Each entry is a skill directory name (canonicalId) that was removed or renamed.
|
|
|
|
# Removed agents (v6.2.0 - v6.2.2)
|
|
bmad-agent-sm
|
|
bmad-agent-qa
|
|
bmad-agent-quick-flow-solo-dev
|
|
|
|
# Removed skills (v6.2.0 - v6.2.2)
|
|
bmad-create-product-brief
|
|
bmad-product-brief-preview
|
|
bmad-quick-spec
|
|
bmad-quick-flow
|
|
bmad-quick-dev-new-preview
|
|
bmad-init
|
|
|
|
# Pre-v6.2.0 wrapper skills (module-prefixed naming, dropped in v6.2.0).
|
|
# Users upgrading from v6.0.x / v6.1.x had these installed and the cleanup
|
|
# never knew to remove them; they remained alongside the new self-contained
|
|
# skills causing duplicates and broken-file errors. See issue #2309.
|
|
bmad-agent-bmm-analyst
|
|
bmad-agent-bmm-architect
|
|
bmad-agent-bmm-dev
|
|
bmad-agent-bmm-pm
|
|
bmad-agent-bmm-qa
|
|
bmad-agent-bmm-quick-flow-solo-dev
|
|
bmad-agent-bmm-sm
|
|
bmad-agent-bmm-tech-writer
|
|
bmad-agent-bmm-ux-designer
|
|
bmad-bmm-check-implementation-readiness
|
|
bmad-bmm-code-review
|
|
bmad-bmm-correct-course
|
|
bmad-bmm-create-architecture
|
|
bmad-bmm-create-epics-and-stories
|
|
bmad-bmm-create-prd
|
|
bmad-bmm-create-product-brief
|
|
bmad-bmm-create-story
|
|
bmad-bmm-create-ux-design
|
|
bmad-bmm-dev-story
|
|
bmad-bmm-document-project
|
|
bmad-bmm-domain-research
|
|
bmad-bmm-edit-prd
|
|
bmad-bmm-generate-project-context
|
|
bmad-bmm-market-research
|
|
bmad-bmm-qa-generate-e2e-tests
|
|
bmad-bmm-quick-dev
|
|
bmad-bmm-quick-spec
|
|
bmad-bmm-retrospective
|
|
bmad-bmm-sprint-planning
|
|
bmad-bmm-sprint-status
|
|
bmad-bmm-technical-research
|
|
bmad-bmm-validate-prd
|
|
|
|
# Removed skills (post-v6.7.x)
|
|
# bmad-distillator: superseded by bmad-spec (universal intent distiller with
|
|
# preservation-validated contract for downstream skills).
|
|
bmad-distillator
|
|
# bmad-create-ux-design: renamed to bmad-ux (spine-based skill with separate
|
|
# DESIGN.md and EXPERIENCE.md outputs).
|
|
bmad-create-ux-design
|
|
# bmad-investigate: retired. Plain investigation reaches the same conclusions at
|
|
# lower cost.
|
|
bmad-investigate
|
|
|
|
# Removed skills (v6.10.0)
|
|
# bmad-auto-setup: renamed to bmad-loop-setup as part of the bmad-auto ->
|
|
# bmad-loop module rename (BMad Automator's replacement).
|
|
bmad-auto-setup
|