varve v0.7.0
varve v0.7.0 — environment integration
REQ-ENV-001 verified: varve sets up its own environment; users source it, never hand-edit PATH.
varve env [--shell sh|fish]— idempotent shell code putting the shim directory on PATH:eval "$(varve env)". Double evaluation cannot stack duplicate entries (tested)varve shim installnow writes a sourceable~/.varve/env(rustup-style) and prints the one-linervarve completions <shell>— zsh/bash/fish completion scripts
Setup, in full:
echo '. "$HOME/.varve/env"' >> ~/.zshrc # onceVerify this release
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/pulseengine/varve/.github/workflows/release.yml@.*' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
--bundle SHA256SUMS.txt.cosign.bundle SHA256SUMS.txtRe-run against these published assets before these notes were written: Verified OK. The env flow itself was live-tested post-release: double-eval idempotency, sourced-env shim dispatch of the real 2026.08.0 layer, and completions output.