Skip to content

Stop naming versions the README cannot keep current - #41

Merged
DeliriumPulse merged 1 commit into
mainfrom
docs/stop-pinning-stale-versions
Aug 7, 2026
Merged

Stop naming versions the README cannot keep current#41
DeliriumPulse merged 1 commit into
mainfrom
docs/stop-pinning-stale-versions

Conversation

@DeliriumPulse

Copy link
Copy Markdown
Collaborator

Three hardcoded versions, all stale. The npm line claimed we trail at 0.2.24 when npm serves 0.2.41 — a false statement about our own distribution on the CLI's landing page. The pin and attestation examples both pointed at 0.2.39, which is also the one recent release with 2 attestation predicates instead of 3.

Now uses <version> placeholders, links to npm for what npm actually serves, and offers codetruss-cli-latest.tgz. Verified that archive is a valid npm tarball containing 0.2.45 and byte-identical to codetruss-cli-0.2.45.tgz.

Docs only.

🤖 Generated with Claude Code

Three places named a specific version and all three had gone stale. The worst
was a claim that npm "currently trails the website at 0.2.24" — npm serves
0.2.41, so the page was telling readers something false about our own
distribution. The pin example and the attestation example both still pointed at
0.2.39, which is also the one recent release carrying two attestation predicates
instead of three, so anyone following it got a weaker verification than we ship.

Replaced with <version> placeholders, a link to npm for what npm actually
serves, and codetruss-cli-latest.tgz for readers who just want the current
release. Verified latest.tgz is a valid npm tarball, contains 0.2.45, and is
byte-identical to the versioned archive.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@DeliriumPulse
DeliriumPulse enabled auto-merge (squash) August 7, 2026 21:26
@DeliriumPulse
DeliriumPulse merged commit bfcd55b into main Aug 7, 2026
9 checks passed
@DeliriumPulse
DeliriumPulse deleted the docs/stop-pinning-stale-versions branch August 7, 2026 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant