Compare commits

..

1 Commits

Author SHA1 Message Date
bm d1f50fc640
Merge c792ef169d into e36f219c81 2026-05-06 13:36:35 +00:00
4 changed files with 1 additions and 5 deletions

View File

@ -40,8 +40,6 @@ Accept the defaults and you land on the latest stable release of every module, c
:::caution[BMad Automator constraints]
`bma` installs runnable Automator skills only for the Claude Code entrypoint. Codex is supported as a worker target only, and worker sessions currently require `tmux` on macOS.
While experimental, `bma` defaults to the `next` channel so installs pick up the latest Automator payload compatibility fixes.
:::
:::tip[Just want the newest prerelease?]

View File

@ -78,7 +78,6 @@ Automates the BMad story build loop with a pure skill bundle sourced from the se
- **Code:** `bma`
- **npm:** [`bmad-story-automator`](https://www.npmjs.com/package/bmad-story-automator)
- **GitHub:** [bmad-code-org/bmad-automator](https://github.com/bmad-code-org/bmad-automator)
- **Default channel:** `next` while experimental, so installs receive the latest Automator payload compatibility fixes.
:::caution[Experimental Claude Code-only entrypoint]
BMad Automator only runs from Claude Code. It currently supports Claude Code and Codex worker sessions, and requires tmux on macOS.

View File

@ -3593,7 +3593,6 @@ async function runTests() {
assert(automatorInfo42 !== null, 'BMad Automator is registered as an external module');
assert(automatorInfo42.type === 'experimental', 'BMad Automator is marked experimental');
assert(automatorInfo42.sourceRoot === 'payload/.claude/skills', 'BMad Automator uses source-root for pure skill payload');
assert(automatorInfo42.defaultChannel === 'next', 'BMad Automator defaults to next for latest payload compatibility fixes');
assert(
automatorInfo42.installTargets.length === 1 && automatorInfo42.installTargets.includes('claude-code'),
'BMad Automator is limited to Claude Code skill installation',

View File

@ -60,7 +60,7 @@ modules:
defaultSelected: false
type: experimental
npmPackage: bmad-story-automator
default_channel: next
default_channel: stable
install-targets:
- claude-code
worker-targets: