Release Notes
Fixed
git-prism shim install now creates a stable symlink target on Homebrew installs. Previously canonicalize() resolved the full symlink chain, baking the version-pinned Cellar path (/opt/homebrew/Cellar/git-prism/<version>/bin/git-prism) into the shim. Every brew upgrade moved the binary to a new Cellar directory and GC'd the old one, leaving the shim pointing at a deleted file. The install logic now detects a Homebrew Cellar layout by looking for a Cellar component in the canonical exe path and maps it to <prefix>/bin/git-prism — the stable symlink Homebrew maintains across upgrades. Non-Homebrew installs (cargo, source builds) are unaffected. git-prism shim status now includes an advisory warning when the current shim target contains a Cellar path component, prompting the user to re-run git-prism shim install. (#343)
Install git-prism 0.9.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mikelane/git-prism/releases/download/v0.9.2/git-prism-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/mikelane/git-prism/releases/download/v0.9.2/git-prism-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install mikelane/tap/git-prism
Download git-prism 0.9.2