From dad0135357a763fb6e24c8f61069f0bc49ee82ad Mon Sep 17 00:00:00 2001 From: Aaron Bockelie Date: Mon, 29 Jun 2026 02:24:12 -0500 Subject: [PATCH] release(ways): bump ways CLI to 0.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cuts ways-v0.9.0 — first release since v0.8.0 (~40 PRs). Headlines: localization (ADR-139), two install topologies + /sync-to-home (ADR-140), new skills (wrap, briefing, supply-audit, goal-author, gh-monitor), a lint/corpus frontmatter parser fix, accurate context-threshold tokens, and tighter over-firing patterns. Tagging this commit ways-v0.9.0 triggers the 4-platform build + release. --- tools/Cargo.lock | 2 +- tools/ways-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Cargo.lock b/tools/Cargo.lock index 248fcd29..ffa0acc6 100644 --- a/tools/Cargo.lock +++ b/tools/Cargo.lock @@ -1541,7 +1541,7 @@ dependencies = [ [[package]] name = "ways" -version = "0.8.0" +version = "0.9.0" dependencies = [ "agent-fmt", "anyhow", diff --git a/tools/ways-cli/Cargo.toml b/tools/ways-cli/Cargo.toml index 0a52e7e3..aabbd3e2 100644 --- a/tools/ways-cli/Cargo.toml +++ b/tools/ways-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ways" -version = "0.8.0" +version = "0.9.0" edition = "2021" description = "Unified CLI for ways — knowledge guidance for Claude Code" license = "MIT"