Re-sync Tap House Rules to v2#34
Merged
Merged
Conversation
Pull the v2 canonical configs (.clang-format gains the inert Min-DevKit Macros hints; STYLE.md gains the OscTap naming exemption) and bump the drift-check pin to the v2 commit. SampleRateTap uses none of the Min macros, so no code reformat: the source stays byte-for-byte clang-format-clean under v2. Pinned by commit SHA because the v2 tag can't be pushed by this automation; switch to @v2 once the tag exists. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MFv37taZQPMMcYG1haRcrk
The v2 tag now exists; replace the interim commit-SHA pin with @v2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MFv37taZQPMMcYG1haRcrk
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.
Re-syncs the shared configs to Tap House Rules v2 (companion: tap/TapHouse#1).
.clang-format— pulls the newMacroshints for the Min-DevKit lambda macros. SampleRateTap uses none of them, so this is inert: the source stays byte-for-byte clang-format-clean, no reformat (verified withclang-format-18 --dry-run --Werror).STYLE.md— gains the OscTap naming-exemption paragraph..github/workflows/style.yml— bumps the drift-check pin to the v2 commit..clang-tidy— unchanged (identical in v1 and v2).All three shared files remain byte-identical to canonical, so the drift check stays green.
Pin note: pinned to the v2 commit SHA rather than
@v2because this automation's GitHub token can't push tags. Simplify to@v2once the tag is created.🤖 Generated with Claude Code
https://claude.ai/code/session_01MFv37taZQPMMcYG1haRcrk
Generated by Claude Code