chore(sync): 2026-05-07 batch - Brewfile + SSH privacy + codex switch#75
Merged
chore(sync): 2026-05-07 batch - Brewfile + SSH privacy + codex switch#75
Conversation
…ompletion - SSH: trading-egress-tokyo renamed to .local; egress.local backed up to 1P/Trading. All on-disk fragments now follow privacy convention. - Brewfile core: drop 8 stale brews + 1 cask not installed on this Air; add 5 generic dev tools (bats-core, mosh, pandoc, rust, wireguard-tools). - VS Code: sync extensions.txt to current installed (5 added, 1 removed). - Local additions and skill suppression handled in ~/.Brewfile.local and ~/.config/dotfiles/skills.local (not committed). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replaces the npm-installed codex CLI (was symlinked at /opt/homebrew/bin/codex to node_modules/@openai/codex from Apr 2025, ~13 months stale at 0.1.2504172351) with the Homebrew cask (0.128.0, current). Why: npm install collided with cask install path and broke `chezmoi apply`'s brew bundle step. Settling on one source of truth (brew) for the codex CLI. 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.
Summary
trading-egress-tokyo→.local; create 1P/Trading Secure Note foregress.local(Tailscale alias). All on-disk SSH fragments now follow privacy convention with 1P restore copies.@openai/codex(0.1.2504172351, ~13mo stale), install Homebrew cask codex (0.128.0). Re-addcask "codex"to Brewfile core. Resolveschezmoi applybrew bundle collision at/opt/homebrew/bin/codex.extensions.txtto current installed (5 added: docker.docker, dwarvesf.md-ar-ext, github.copilot-chat, ms-vsliveshare.vsliveshare, ocamllabs.ocaml-platform; 1 removed: openai.chatgpt).Local additions and skill suppression handled in
~/.Brewfile.localand~/.config/dotfiles/skills.local(machine-specific, not committed).Test plan
chezmoi execute-template < home/dot_Brewfile.tmplrenders OKchezmoi applyran successfully (brew bundle had a one-time codex collision warning, expected; resolved by this PR).local+ 1P-backed (verified viaop item list)ssh egressandssh trading-egress-tokyoboth resolve correctly🤖 Generated with Claude Code