release: v0.6.4 — first release carrying the provenance API - #74
Merged
Conversation
…ity provenance API Lock-step workspace bump 0.6.3 -> 0.6.4 (workspace.package.version + the five internal `=0.6.3` pins). Additive-only over v0.6.3: the 12 commits since the tag add `authority.rs` (Authority/Grant + AuthorityId/GrantId, the resolved- authority lattice, ScopeRelation, `relate`/`admit`/`check_derivation`/ `verify_chain`, #72/#134), doc/test-only changes to caveats.rs and user_key.rs (zero public-signature changes), and the published `content-addressable = "0.1.0"` dependency. `cargo publish --dry-run -p agent-mesh-protocol` green against the crates.io registry. WHY NOW: agent-bridle PR #329 ships a NATIVE copy of this lattice, explicitly temporary until a mesh release carries the merged provenance API. Publishing 0.6.4 first lets #329 collapse to a thin re-export before the bridle 0.8.0 line freezes — removing a second copy of the security algebra (a whole future drift surface) instead of freezing it in. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_2c9ea35d-6500-4f3e-bd3e-c63bbf15c67b) |
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.
What this PR does
0.6.3→0.6.4(workspace.package.version+ the five internal=0.6.3pins +Cargo.lock)Authority/Grant+AuthorityId/GrantId, the resolved-authority lattice,ScopeRelation,relate/admit/check_derivation/verify_chainauthority.rsis wholly new;caveats.rsis doc-only;user_key.rshas zero public-signature changes; one new dependency, the publishedcontent-addressable = "0.1.0"Test plan
just check(fmt + clippy-D warnings+ tests) +just cov-ci(75% floor)cargo publish --dry-run -p agent-mesh-protocolgreen — packages and builds in isolation against the crates.io registry (proves thecontent-addressabledep chain resolves published, not path)maingreen at the feat(protocol): content-addressed authority provenance — Authority/Grant + resolved-authority lattice + L3 admission (#134) #72 merge commit (782bd47), including the macOS jobOut of scope
release.yml(v0.6.4tag → wheels to PyPI + crates to crates.io in dep order) after this merges.agent-mesh-protocol = "0.6.4"), removing the second copy of the security algebra before the bridle 0.8.0 line freezes.Note
Low Risk
Version and lockfile-only changes with no runtime or API edits in this diff.
Overview
Release-only PR: bumps the workspace from
0.6.3to0.6.4with no source edits—onlyCargo.toml(workspace.package.versionand the five internal=0.6.4path pins) and matchingCargo.lockentries for all agent-mesh crates.This tags the first crates.io/PyPI release that includes the merged provenance API from earlier work (
Authority/Grant, lattice, derivation checks,content-addressabledependency). Publishing is expected after merge via the existing tag-driven release workflow.Reviewed by Cursor Bugbot for commit 9c1c1c0. Bugbot is set up for automated code reviews on this repo. Configure here.