From da470fd2ec14905c5949cc5c5dd40ec22429a1e4 Mon Sep 17 00:00:00 2001 From: bmad Date: Sun, 26 Apr 2026 05:58:09 -0300 Subject: [PATCH] feat(installer): register automator external module --- .../installer/modules/registry-fallback.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/tools/installer/modules/registry-fallback.yaml b/tools/installer/modules/registry-fallback.yaml index 52bc4b4fc..f9ad2e564 100644 --- a/tools/installer/modules/registry-fallback.yaml +++ b/tools/installer/modules/registry-fallback.yaml @@ -50,3 +50,25 @@ modules: type: bmad-org npmPackage: bmad-method-test-architecture-enterprise default_channel: stable + + bmad-automator: + url: https://github.com/bmad-code-org/bmad-automator + source-root: payload/.claude/skills + code: bma + name: "BMad Automator (Experimental)" + description: "Experimental pure-skill story automation. Runs only from Claude Code; supports Claude Code and Codex worker sessions; requires tmux on macOS." + defaultSelected: false + type: experimental + npmPackage: bmad-story-automator + default_channel: stable + install-targets: + - claude-code + worker-targets: + - claude-code + - codex + requirements: + - Claude Code entrypoint + - Claude Code or Codex worker sessions + - tmux + - macOS + install-note: "Experimental: BMad Automator only works from Claude Code. It currently supports Claude Code and Codex worker sessions, and requires tmux on macOS."