Skip to content

feat(builder): codex-onboarding skill + config reasoning-effort fix (0.3.12) - #23

Merged
rldyourmnd merged 1 commit into
mainfrom
feat/builder-0.3.12-currency-onboarding
Jul 19, 2026
Merged

feat(builder): codex-onboarding skill + config reasoning-effort fix (0.3.12)#23
rldyourmnd merged 1 commit into
mainfrom
feat/builder-0.3.12-currency-onboarding

Conversation

@rldyourmnd

Copy link
Copy Markdown
Contributor

Summary

Comprehensive currency + onboarding pass on the nddev-builder Codex plugin, verified against Codex rust-v0.144.6 source.

Added

  • codex-onboarding skill — 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-orientation now points newcomers to it. The plugin exposes 29 skills.

Fixed

  • Config reasoning-effort false positive. The config checker now accepts 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 (protocol/src/openai_models.rs; config.schema.json types it as a free string), but a stricter config-only allowlist rejected them.

Changed

  • The contracts reference notes that current capability toggles are centralized in [features], pointing at the checker and $openai-docs as the authority rather than freezing the fast-moving flag list.
  • Build advances to 0.3.12, builder plugin to 0.3.7 (re-materializes the install-builder cache); release-evidence regenerated.

Verification

  • config.schema.json diff: the checker's CONFIG_TOP_LEVEL_KEYS is an exact 94/94 match to the 0.144.6 schema (additionalProperties: false); every deprecation it enforces mirrors Codex's own legacy feature module (e.g. web search is default-on, so features.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

…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
@rldyourmnd
rldyourmnd merged commit 4be91b4 into main Jul 19, 2026
8 checks passed
@rldyourmnd
rldyourmnd deleted the feat/builder-0.3.12-currency-onboarding branch July 19, 2026 11:25
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