feat(builder): codex-onboarding skill + config reasoning-effort fix (0.3.12) - #23
Merged
Merged
Conversation
…fort ladder Add a codex-onboarding getting-started skill (a guided first run routing a newcomer from zero to a checked artifact); codex-builder-orientation now points newcomers to it. The builder plugin exposes 29 skills. Fix the config checker to accept the full Codex 0.144.6 reasoning-effort ladder for model_reasoning_effort and plan_mode_reasoning_effort: max and ultra (and none) map to the same ReasoningEffort type as an agent role's effort, but a stricter config-only allowlist rejected them as false positives. Note in the contracts reference that current capability toggles are centralized in [features], pointing at the checker and $openai-docs as the authority rather than freezing the flag list. Advance the build to 0.3.12 and the builder plugin to 0.3.7 (re-materializes the install-builder cache); regenerate the release-evidence bundle. Claude-Session: https://claude.ai/code/session_01Y29c9sJRhChvxDcUjab5Xo
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.
Summary
Comprehensive currency + onboarding pass on the
nddev-builderCodex plugin, verified against Codexrust-v0.144.6source.Added
codex-onboardingskill — a guided first run that routes a newcomer from zero to a checked artifact through the add-one, build-a-plugin, and marketplace paths.codex-builder-orientationnow points newcomers to it. The plugin exposes 29 skills.Fixed
configchecker now accepts the full Codex 0.144.6 reasoning-effort ladder formodel_reasoning_effortandplan_mode_reasoning_effort.maxandultra(andnone) map to the sameReasoningEfforttype as an agent role's effort (protocol/src/openai_models.rs;config.schema.jsontypes it as a free string), but a stricter config-only allowlist rejected them.Changed
[features], pointing at the checker and$openai-docsas the authority rather than freezing the fast-moving flag list.install-buildercache); release-evidence regenerated.Verification
config.schema.jsondiff: the checker'sCONFIG_TOP_LEVEL_KEYSis an exact 94/94 match to the 0.144.6 schema (additionalProperties: false); every deprecation it enforces mirrors Codex's ownlegacyfeature module (e.g. web search is default-on, sofeatures.web_search*is legacy).validate_public_contracts.py: PASS. Builder self-check: PASS (checked=30). Fast lane: 105 tests + ShellCheck PASS.https://claude.ai/code/session_01Y29c9sJRhChvxDcUjab5Xo