From 626da1df94d358e1346f4849fbd54c3e93304806 Mon Sep 17 00:00:00 2001 From: Shawn Hartsock Date: Mon, 6 Jul 2026 13:59:44 -0400 Subject: [PATCH] chore(release): bump workspace to 0.7.0-rc.1 Cut the 0.7.0-rc.1 line carrying the OCAP shell-engine work: the sandbox-host engine + full-access PATH seed (#203), the carried brush engine + carried coreutils (#204/#206, via the published brush-ocap-* crates), and the honest per-axis L3 disclosure. The stale crates.io `agent-bridle-core 0.1.0` predated the macos-seatbelt / windows-appcontainer / host-shell features, so republishing the workspace at 0.7.0-rc.1 is what lets `agent-bridle-tool-shell` publish with those features (the pre-existing release blocker F surfaced during the brush dep-swap). Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01HRv5vteHCw4jUayHGL5esx --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f61549..69e2226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "agent-bridle" -version = "0.1.0" +version = "0.7.0-rc.1" dependencies = [ "agent-bridle-core", "agent-bridle-tool-shell", @@ -22,14 +22,14 @@ dependencies = [ [[package]] name = "agent-bridle-aclaunch" -version = "0.1.0" +version = "0.7.0-rc.1" dependencies = [ "windows-sys 0.59.0", ] [[package]] name = "agent-bridle-config" -version = "0.1.0" +version = "0.7.0-rc.1" dependencies = [ "agent-bridle-core", "anyhow", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "agent-bridle-core" -version = "0.1.0" +version = "0.7.0-rc.1" dependencies = [ "agent-mesh-protocol", "anyhow", @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "agent-bridle-jaild" -version = "0.1.0" +version = "0.7.0-rc.1" dependencies = [ "agent-bridle-core", "libc", @@ -64,7 +64,7 @@ dependencies = [ [[package]] name = "agent-bridle-mcp" -version = "0.1.0" +version = "0.7.0-rc.1" dependencies = [ "agent-bridle", "anyhow", @@ -76,7 +76,7 @@ dependencies = [ [[package]] name = "agent-bridle-py" -version = "0.1.0" +version = "0.7.0-rc.1" dependencies = [ "agent-bridle", "agent-mesh-protocol", @@ -87,7 +87,7 @@ dependencies = [ [[package]] name = "agent-bridle-tool-shell" -version = "0.1.0" +version = "0.7.0-rc.1" dependencies = [ "agent-bridle-core", "anyhow", @@ -102,7 +102,7 @@ dependencies = [ [[package]] name = "agent-bridle-tool-web" -version = "0.1.0" +version = "0.7.0-rc.1" dependencies = [ "agent-bridle-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 18377b7..90041f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.1.0" +version = "0.7.0-rc.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/Gilamonster-Foundation/agent-bridle" @@ -21,12 +21,12 @@ authors = ["Shawn Hartsock "] [workspace.dependencies] # In-workspace crates (lock-step version). -agent-bridle-core = { version = "0.1.0", path = "agent-bridle-core" } -agent-bridle-tool-shell = { version = "0.1.0", path = "agent-bridle-tool-shell" } -agent-bridle-tool-web = { version = "0.1.0", path = "agent-bridle-tool-web" } +agent-bridle-core = { version = "0.7.0-rc.1", path = "agent-bridle-core" } +agent-bridle-tool-shell = { version = "0.7.0-rc.1", path = "agent-bridle-tool-shell" } +agent-bridle-tool-web = { version = "0.7.0-rc.1", path = "agent-bridle-tool-web" } # `default-features = false` here so `agent-bridle-mcp` controls the facade's # feature set (its own `shell`/`--no-default-features` forward through). -agent-bridle = { version = "0.1.0", path = "agent-bridle", default-features = false } +agent-bridle = { version = "0.7.0-rc.1", path = "agent-bridle", default-features = false } # The leash. One canonical authority type, shared across the whole agent line. agent-mesh-protocol = "0.6"