add CLAUDE.md, encourage issues rather than PRs, and update the bundled x/tools files - #1077
Merged
Conversation
Member
Author
|
Maintaining this project without AI is unnecessarily hard, and I've been tweaking this CLAUDE.md file over the past few weeks, so I think it makes sense to commit it now. |
Member
|
Please do Agents.md and then symlink it to Claude.md |
Member
Author
|
done |
And symlink CLAUDE.md to it, for the sake of Claude Code.
Because a detailed issue is more valuable than a large patch.
The bundled copies still claimed v0.42.0 even though go.mod moved on. Comparing fresh bundles of both versions, upstream only changed API that we prune: Callee and StaticCallee now delegate to typesinternal, dropping the go:linkname'd usedIdent and interfaceMethod helpers, and CoreType's doc comment was reworded. The Hasher code we keep is unchanged. So all that is left is the version note, and dropping the blank unsafe import which only existed for those go:linkname helpers. Mark our hashTypeParam patches with NOTE(garble) as well, as a future re-bundle would otherwise silently revert them.
CONTRIBUTING.md described overwriting the bundled files with bundle's output and re-applying our edits, which stopped being practical once we pruned them down to the typeutil_Hasher closure, as that pruning would have to be redone every time. Rather than keeping the same information in two places, drop the section and fold what is still true into CLAUDE.md, next to the up to date steps.
luantak
approved these changes
Aug 24, 2026
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.
(see commit messages - please do not squash)