docs: refresh README for the v0.1.0-alpha release#24
Merged
Conversation
v0.1.0-alpha is published (pre-release). The README still said "first release pending" / "no tagged release exists yet" and advertised `curl https://install.tracebloc.io | sh` — but that vanity domain isn't wired up, and GitHub's `latest` redirect skips pre-releases, so neither the domain shortcut nor a `latest`-based one-liner can install the alpha. - Status: "first release pending" -> v0.1.0-alpha published (pre-release). - Install: replace the dead install.tracebloc.io commands with the working explicit-tag invocation + a link to the signed release assets; note the domain / `latest` / Homebrew all await the first stable tag. - Roadmap: Phase 5 "awaiting first v* tag" -> alpha published. Docs only; no behavior change. Closes #23 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
👋 Heads-up — Code review queue is at 12 / 8 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
aptracebloc
approved these changes
Jun 3, 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.
Summary
Closes #23.
v0.1.0-alphais published (pre-release), so the README's "first release pending" framing is stale. While refreshing it I found the advertised install path is non-functional for the alpha, so this fixes that too rather than just swapping wording:install.tracebloc.iodoesn't resolve — the vanity domain isn't wired up.releases/latestskips pre-releases, so alatest-based one-liner can't find the alpha either.Changes (docs only)
first release pending/no tagged release exists yet→v0.1.0-alphapublished (pre-release), with the signed-artifact set described.curl https://install.tracebloc.io | sh/irm …commands with the working explicit-tag install —latestone-liner, and Homebrew tap all await the first stablev*tag.awaiting first v* tag→v0.1.0-alphapublished.Note for reviewer
The framing "domain shortcut /
latest/ Homebrew await the first stable tag" is my assumption — ifinstall.tracebloc.iois meant to be wired now, say so and I'll adjust. The unresolved domain may warrant its own infra ticket (flagged separately).🤖 Generated with Claude Code
Note
Low Risk
Documentation-only; no code, CI, or release pipeline behavior changes.
Overview
Updates README now that
v0.1.0-alphais out, replacing “first release pending” / “no tagged release” copy with links to the pre-release and a short description of cosign-signed artifacts,SHA256SUMS, and install scripts.Customer experience no longer points at
install.tracebloc.ioor alatest-based one-liner (called out as broken for pre-releases). It documents explicit-tag install via the GitHub releaseinstall.shand the release page for Windows/manual downloads, and notes that the vanity domain,latestshortcut, and Homebrew tap wait for the first stablev*tag.The roadmap Phase 5 row is updated from “awaiting first
v*tag” to publishedv0.1.0-alpha(pre-release).Reviewed by Cursor Bugbot for commit 32193ba. Bugbot is set up for automated code reviews on this repo. Configure here.