Codex edits#6
Open
stephenleo wants to merge 4 commits into
Open
Conversation
…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>
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.
No description provided.