From e00471ba120b7d163fe28ad0027189646aec256c Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Thu, 3 Sep 2026 22:51:55 +0500 Subject: [PATCH] feat: a release rendered from the monorepo Generated by the setup-systems release publisher at 0.0.60. This repository is generated: propose changes through its public issues and pull requests. --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- README.md | 2 +- install.ps1 | 2 +- install.sh | 2 +- 6 files changed, 26 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e31de5..7be77e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,21 @@ sibling project the same week this note was added. ## [Unreleased] +## [0.0.60] - 2026-09-03 + +Provider profiles are adaptation-bound and accept only +`ai-stp-bundle/2`. Claude and Codex add evidence-backed project profiles; +scoped restore derives its inventory and promised digest from the exact +BackupRef payload without adopting neighbouring files. Vendor pins move to the +current seven-product set, Grok Build gains its current monitoring/background +workflow, and every generated nddev-builder is synchronized with the measured +native surfaces. + +The same source now produces a self-contained crates.io package whose name +matches this repository, PyPI distribution and executable. Packaging, local +installation and provider-info execution are release gates; later publications +use short-lived crates.io OIDC credentials. + ## [0.0.59] - 2026-09-03 Public output no longer names the private authoring topology. The diff --git a/Cargo.lock b/Cargo.lock index 1ddc6d7..afb1821 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "harness-runtime" -version = "0.0.59" +version = "0.0.60" dependencies = [ "provider-v3", "serde", @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "opencode-setup-system" -version = "0.0.59" +version = "0.0.60" dependencies = [ "harness-runtime", "provider-v3", @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "provider-v3" -version = "0.0.59" +version = "0.0.60" dependencies = [ "serde", "serde_json", @@ -209,7 +209,7 @@ dependencies = [ [[package]] name = "setup-core" -version = "0.0.59" +version = "0.0.60" dependencies = [ "miniz_oxide", "serde", diff --git a/Cargo.toml b/Cargo.toml index 87a3b7c..42787c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.0.59" +version = "0.0.60" edition = "2024" rust-version = "1.89" license = "AGPL-3.0-or-later" @@ -23,9 +23,9 @@ sha2 = "0.11" # `setup-core::archive`); an inflate loop is not, because its bugs are # memory-safety bugs and it is not improved by being hand-written here. miniz_oxide = "0.9" -setup-core = { path = "crates/setup-core", version = "0.0.59" } -provider-v3 = { path = "crates/provider-v3", version = "0.0.59" } -harness-runtime = { path = "crates/harness-runtime", version = "0.0.59" } +setup-core = { path = "crates/setup-core", version = "0.0.60" } +provider-v3 = { path = "crates/provider-v3", version = "0.0.60" } +harness-runtime = { path = "crates/harness-runtime", version = "0.0.60" } [workspace.lints.rust] unsafe_code = "forbid" diff --git a/README.md b/README.md index 6724490..7111089 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ release is a convenience, not the authorised copy. ```bash docker run --rm -v "$HOME/.config:/config" \ - ghcr.io/nddev-opennetwork/opencode-setup-system:0.0.59 \ + ghcr.io/nddev-opennetwork/opencode-setup-system:0.0.60 \ status --target /config/ --json ``` diff --git a/install.ps1 b/install.ps1 index d64ea2b..ab04fb3 100644 --- a/install.ps1 +++ b/install.ps1 @@ -7,7 +7,7 @@ # powershell -ExecutionPolicy Bypass -File install.ps1 -Version 0.1.0 [CmdletBinding()] param( - [string]$Version = "0.0.59", + [string]$Version = "0.0.60", [string]$InstallDir = "$env:LOCALAPPDATA\Programs\opencode-setup-system" ) $ErrorActionPreference = "Stop" diff --git a/install.sh b/install.sh index 5888882..a316134 100644 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ set -eu REPO="NDDev-OpenNetwork/opencode-setup-system" BINARY="opencode-setup-system" -VERSION="${1:-0.0.59}" +VERSION="${1:-0.0.60}" PREFIX="${OPENCODE_INSTALL_DIR:-$HOME/.local/bin}" case "$(uname -s)" in