release: 0.8.7 — bridge cold-start fix + adversarial-audit hardening - #58
Merged
Conversation
victauri-cli-only, semver-clean within ^0.8 (plugin + public Rust API unchanged). Bundles: the bridge cold-start fix (#55 — connects in a fresh terminal even with the app down), pre-emptive internal red-team hardening (#56), external GPT audit remediation incl. a real token-leak fix + regression test, and round-2 verification follow-ups (#57). - scripts/bump-version.ps1 0.8.7 (workspace version, dep pins, action pin, CLAUDE.md refs, Cargo.lock) - CHANGELOG [Unreleased] -> [0.8.7] - 2026-07-13 - MIGRATION.md v0.8.6 -> v0.8.7 (bridge connects in a fresh terminal; --wait no-op; per-forward trusted re-resolve) - CLAUDE.md Current State -> v0.8.7 Gate green locally: fmt --all, clippy --workspace --all-targets -D warnings (1.97), build --workspace, test -p victauri-cli (46 unit + 3 e2e). NOT published (operator's crates.io gate). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KfH8iYXUYm5YruHescthzD
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.
victauri-cli-only, semver-clean within^0.8(plugin + public Rust API unchanged). Bundles the whole bridge cold-start line: the fix (#55), internal red-team hardening (#56), external GPT audit remediation including a real token-leak fix + regression test, and round-2 verification follow-ups (#57).Release mechanics only — no code changes in this PR:
scripts/bump-version.ps1 0.8.7(workspace version, dep pins, action pin, CLAUDE.md refs,Cargo.lock)CHANGELOG[Unreleased]→[0.8.7] - 2026-07-13MIGRATIONv0.8.6 → v0.8.7 (bridge connects in a fresh terminal;--waitno-op; per-forward trusted re-resolve)CLAUDE.mdCurrent State → v0.8.7Gate green locally:
fmt --all,clippy --workspace --all-targets -D warnings(1.97),build --workspace,test -p victauri-cli(46 unit + 3 e2e).Publish is gated on the operator. After this merges: tag
v0.8.7+ approve thereleaseenvironment to publish to crates.io. Not published by this PR.🤖 Generated with Claude Code