fix: update binary migration to ~/.verda/bin#18
Merged
Conversation
When the running binary is outside ~/.verda/bin/ (e.g. /usr/local/bin), the update command now also replaces the old binary so the user gets the new version immediately regardless of PATH order. Prints clear instructions to add ~/.verda/bin to PATH and remove the old binary. This handles the migration path from pre-migration releases where verda update installed in-place at the old location. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
When the running binary is managed by Homebrew, apt, rpm, apk, or Scoop, don't overwrite it — advise the user to use their package manager instead. Only replace in-place for manual installations (curl, direct download to /usr/local/bin). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Upgrade verdagostack to v1.1.3 which fixes wizard back-navigation: - Esc in Loader-managed steps (SSH keys, storage, startup script) now goes back instead of cancelling the wizard - Back navigates to the immediate prior step instead of skipping all completed steps Add goreleaser configs for Homebrew tap, Scoop bucket, and Linux packages (deb/rpm/apk). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add Homebrew, Scoop, and Linux package (deb/rpm/apk) install sections to README. Fix OS image in the non-interactive example. Rename install-test.sh to test-release-packages.sh for clarity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add token config to goreleaser brews/scoops sections and pass HOMEBREW_TAP_TOKEN secret in the release workflow so goreleaser can push formula/manifest to the homebrew-tap repo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
verda updateruns from outside~/.verda/bin/, it now also updates the old binary in-place so the user gets the new version immediatelyTest plan
verda updatefrom/usr/local/bin/verda— should update both locations and show migration message/opt/homebrew/bin/— should detect as Homebrew-managed and skip overwrite~/.verda/bin/verda— no migration message🤖 Generated with Claude Code