release: v1.0.7 — npm search ranking fix + Go toolchain 1.25.13 - #14
Open
homeyong wants to merge 2 commits into
Open
release: v1.0.7 — npm search ranking fix + Go toolchain 1.25.13#14homeyong wants to merge 2 commits into
homeyong wants to merge 2 commits into
Conversation
Resolves 4 govulncheck findings that block the release job (GO-2026-6218 net/url, GO-2026-6090 crypto/tls, GO-2026-5972 encoding/asn1, GO-2026-5026 net/http) — all fixed in go1.25.13. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A search for "etherscan cli" ranked the 6 platform packages #1-#6 (their "Etherscan CLI for <os>" descriptions matched the query in both name and description) while the real @etherscan-npm/cli sat at #19 — below competitors — because its description said "command-line interface" with no literal "CLI". - Reword platform descriptions to internal-plumbing text without the "Etherscan CLI" phrase, so they stop matching the query and sink. - Lead the umbrella description with "Etherscan CLI (CLI)" so it matches and ranks first. Metadata refreshes on the next published release. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Aug 19, 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.
Combined release branch for v1.0.7. Supersedes #12 and #13.
1. npm search ranking fix (the headline change)
A search for `etherscan cli` ranked the 6 platform packages #1–#6 and the real `@etherscan-npm/cli` at #19 (below competitors), because the platform descriptions literally said "Etherscan CLI for " while the umbrella's description lacked the word "CLI".
2. Go toolchain 1.25.13 (release-unblock)
govulncheckbegan failing the release job on 4 Go stdlib CVEs (GO-2026-6218 net/url, GO-2026-6090 crypto/tls, GO-2026-5972 encoding/asn1, GO-2026-5026 net/http), all fixed in go1.25.13.Note: v1.0.7 is being published from this branch's tag ahead of merge; merge at your convenience to bring master up to date.
🤖 Generated with Claude Code