Extend Automator installer support to Codex - #2
Draft
dickymoore wants to merge 6 commits into
Draft
Conversation
dickymoore
force-pushed
the
dicky/automator-codex-installer-boundary-stacked
branch
from
May 1, 2026 16:43
54306fe to
05130b4
Compare
dickymoore
force-pushed
the
dicky/automator-codex-installer-boundary-stacked
branch
from
May 1, 2026 17:05
05130b4 to
fa7dede
Compare
dickymoore
force-pushed
the
dicky/automator-codex-installer-boundary-stacked
branch
from
May 1, 2026 17:23
fa7dede to
2839549
Compare
bma-d
force-pushed
the
bma-d/add-automator
branch
2 times, most recently
from
May 8, 2026 21:10
373badb to
a3e0545
Compare
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.
Warning
These are LLM-authored changes and have not been human sanity-checked yet. This PR is intentionally draft I have double-checked the implementation.
Summary
This is stacked on top of the existing Automator installer branch,
bma-d/add-automator, rather than targeting BMAD-METHODmaindirectly.It extends the Automator installer support to Codex:
bmainstall targetbmais selectedWhy
The existing Automator branch installed runnable Automator skills only for Claude Code while Codex was listed as a worker target. The companion Automator runtime PR adds Codex runtime support, so this stacked PR makes the BMAD-METHOD installer expose the Automator skills to Codex too.
Companion PR
Tests
The BMAD-METHOD pre-commit pipeline ran during commit and passed, including:
npm run test:refsnpm run test:installnpm run test:urlsnpm run test:channelsnpm run lintnpm run lint:mdnpm run format:checkNotes
This draft supersedes bmad-code-org#2363, which was opened against the wrong base branch.