chore(claude): adopt codex plugin from live drift - #174
Merged
Conversation
codex@openai-codex plugin and its openai-codex marketplace entry were enabled directly on the live machine (via CLI, not Claude's Write/Edit tool, so the settings-sync PostToolUse hook never fired) and were missing from the tracked source. Bring both into claude-settings-base.json so other machines pick them up via chezmoi apply. The model field (sonnet vs opusplan) was left untouched: it flips transiently during a session (observed sonnet -> opus[1m] within the same conversation) and is not a durable local preference — the tracked opusplan default from #163/#167/#169 stands.
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
~/.claudedrift detected viachezmoi status: onlysettings.jsonhad diverged.codex@openai-codexplugin and itsopenai-codexmarketplace entry into.chezmoitemplates/claude-settings-base.json— both were enabled live (via CLI, not through Claude's Write/Edit tool, so thesettings-sync.shPostToolUse hook never captured them) and are actively in use (codex:* skills/agents are functioning).modelfield untouched. Source keeps the deliberateopusplandefault from chore(claude): make opus the default model #163/chore(claude): switch default model to opusplan[1m] #167/chore(claude): use Sonnet 5 as default model via ANTHROPIC_DEFAULT_SONNET_MODEL #169 (documented indocs/claude-global-config.md); the live value was observed changing transiently within a single session (sonnet→opus[1m]), confirming it isn't a durable local override worth adopting.Test plan
make lintpasses (JSON validity, template rendering for default + overlay profiles, merge-patch tests, Brewfile tests)diffbetween the worktree-renderedsettings.jsonand the live file shows no remaining delta besides the intentionally-leftmodelfieldgit pull --ff-only,chezmoi diff -- .claude/settings.json,chezmoi apply -- .claude/settings.json, confirmchezmoi diffis empty