bmad 6.11

This commit is contained in:
2026-08-14 17:08:24 +02:00
parent 0edaef0be7
commit 373857c868
268 changed files with 26063 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# v6 Deprecation Shims
Skills in this folder are forwarders kept for backward compatibility with v6 skill IDs.
Each one holds no logic of its own — it forwards to the skill that replaced it, pinning
the legacy output contract so existing callers keep working.
| Shim | Forwards to |
| --------------------------------- | ---------------------------------------- |
| `bmad-editorial-review` | `bmad-review` (structure + prose lenses) |
| `bmad-editorial-review-prose` | `bmad-review` (prose lens) |
| `bmad-editorial-review-structure` | `bmad-review` (structure lens) |
| `bmad-review-adversarial-general` | `bmad-review` (adversarial lens) |
| `bmad-review-edge-case-hunter` | `bmad-review` (edge-case lens) |
| `bmad-review-verification-gap` | `bmad-review` (verification-gap lens) |
`bmad-editorial-review` keeps its `customize.toml` so existing team and user
overrides still resolve; the shim forwards those resolved values to `bmad-review`.
External module repos (gds, loop, tea, bmb, os-utils) still invoke these IDs, so they
ship by default. Removal rides the v7 cut — never a 6.x minor.
The folder is grouping only: the installer discovers skills recursively and installs each
one under its own `name`, so nesting here does not change any installed path or skill ID.
A future install option will let users include or exclude this folder before it is removed
outright.