chore: move CLAUDE.md content into CONTRIBUTING.md and untrack CLAUDE.md#138
Merged
Conversation
CLAUDE.md holds local Claude Code project instructions and is now kept per-clone rather than shared through the repo. Untracks the existing file (git rm --cached) and ignores it going forward. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014oVQtXCPb3bSLnL2eDwGrh
Migrates the durable contributor-facing content out of CLAUDE.md before it is untracked: development commands, code style, architecture overview, testing strategy, and the tag-triggered release/publishing process. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014oVQtXCPb3bSLnL2eDwGrh
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
CLAUDE.mdheld local Claude Code project instructions, but it also contained durable, contributor-facing documentation. This PR preserves that content in the repo and then stops tracking the file.CONTRIBUTING.mdwith the durable content migrated fromCLAUDE.md: development commands, code style, an architecture overview, testing strategy, and the tag-triggered release/publishing process (incl. the "Bypassed rule violations" and pub.dev indexing-lag gotchas).git rm --cached CLAUDE.md— untracks the file (the working copy stays on disk locally).CLAUDE.mdto.gitignore, so it's kept per-clone rather than shared through git going forward.The removal and the preservation land together, so there's no window where the shared knowledge is lost.
🤖 Generated with Claude Code
https://claude.ai/code/session_014oVQtXCPb3bSLnL2eDwGrh