chore(packages): add buf (protobuf lint + breaking-change tooling) - #85
Merged
Merged
Conversation
Adds buf to $brewPackages so every machine installs it, and to the sysup doctor dev-tools list so it's tracked. Needed for protobuf lint/versioning work. buf --version prints a plain version, so the default get_version case handles it — no special case required. Claude-Session: https://claude.ai/code/session_0143zJuVkWj1EHDXooyQp3gM
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.
Adds
buf(Protocol Buffers lint + breaking-change tooling) to the dotfiles.run_once_install-packages.sh.tmpl—bufin$brewPackages(bottled, cross-platform).dot_local/bin/executable_sysup—bufin thetools_devdoctor list (noget_versioncase needed;buf --versionprints a plain version).Why:
bufis now a dependency for protobuf lint/versioning work; a fail-loud proto contract check needs it present.Verified:
chezmoi execute-templaterenders it,chezmoi apply --dry-runclean,sysup doctorshows✓ buf 1.73.0,./tests/test.sh7/7. Installed on pop-mini (brew, 1.73.0).https://claude.ai/code/session_0143zJuVkWj1EHDXooyQp3gM