Skip to content

Codex edits#6

Open
stephenleo wants to merge 4 commits into
mainfrom
codex-edits
Open

Codex edits#6
stephenleo wants to merge 4 commits into
mainfrom
codex-edits

Conversation

@stephenleo

Copy link
Copy Markdown
Owner

No description provided.

stephenleo and others added 4 commits April 19, 2026 10:12
…Code)

Setup Step 6 now resolves MODEL_STANDARD/MODEL_QUALITY from the detected
current harness — gpt-5.3-codex / gpt-5.4 on openai-codex, sonnet / opus
elsewhere — so Codex installs no longer write Anthropic model names into
_bmad/config.yaml. Step 7 JSON template and SKILL.md config table updated
to reflect the dispatched defaults.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Subagent-prompt skill references used the Claude-Code-flavored `/bmad-<skill>`
form, which is unnecessary (the `/` inside a prompt string is plain text, not a
CLI prefix) and biases Codex subagents toward the wrong convention. Rewrite
them as natural-language `Run the `bmad-<skill>` skill for {story}` so both
harnesses route to the Skill tool reliably.

Also note in README and docs/index that Codex users type `$bad` instead of
`/bad` at the interactive prompt.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Widens TIMER_SUPPORT from boolean to enum (cron | blocking-sleep | prompt)
so Codex gets real auto-fire timers via a shell `sleep N` instead of
falling back to manual prompt continuation. Legacy true/false still
accepted.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Resolve conflict in gate-pre-continuation.md by keeping the codex-edits
tri-state TIMER_SUPPORT model (cron/blocking-sleep/prompt) while folding
in main's 10-minute post-reset buffer for the cron branch.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant