chore: repoint distribution from GitHub to the forge #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/claude-jvm-proxy!1
Loading…
Reference in a new issue
No description provided.
Delete branch "forge/repoint-distribution"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
claude-jvm-proxynow lives on the forge. This repoints its public distribution surface off GitHub:install.sh— thejvm-proxybinary now downloads from the forge release (code.iterative.works/.../releases/download/vX.Y.Z/...).README.md— bothcurlbootstrap lines now use the forge raw URL.Notes
releases/latest/download/alias (GitHub does), so the binary version is pinned viaJVM_PROXY_VERSION(currently0.2.0) — bump it on each release. This mirrors the existingSCALA_CLI_VERSIONpin in the same script.VirtusLab/scala-clidownload URL is a third-party upstream and is left unchanged.v0.1.0,v0.2.0,jvm-proxy-linux-x86_64) were carried over by the server-side migrate and resolve anonymously from the forge.Not in this PR (deliberate)
jvm-proxy-linux-x86_64has ever shipped (the macOS/aarch64 branches ininstall.shwere never built). Automating that single build on the forge runner needs a Scala Native toolchain (clang/LLVM) whose availability in the runner container is unverified — tracked separately so this repoint isn't blocked on it.🤖 Generated with Claude Code