From 2ab01ebaf5f93911f63db73234ec7f4847d0aca7 Mon Sep 17 00:00:00 2001 From: DandreYang <13072547+Dandre126@users.noreply.github.com> Date: Thu, 13 Aug 2026 09:53:03 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E5=8F=91=E5=B8=83):=20=E5=87=86=E5=A4=87?= =?UTF-8?q?=200.6.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++--- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4219cf..00e5dff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.5 - 2026-08-13 + - Expand the packaged `dyro-control-plane` Skill into a host-neutral, intent-routed read-only control surface for workspace health, lines, Change Sets, integrations, and Objective attention/graph/tick/plan observations. @@ -22,9 +24,9 @@ checking Task integration evidence and Git ancestry inside the same budget; reject unsafe bootstrap targets before `next` can hand off a mutation. - Minimize Agent-visible local metadata: workspace and Skill integration JSON - and health diagnostics omit absolute paths by default, expose them only through explicit - `--include-paths`, and let the Skill skip global discovery when an alias is - already known. + and health diagnostics omit absolute paths by default, expose them only + through explicit `--include-paths`, and let the Skill skip global discovery + when an alias is already known. - Let Enter confirm the already-previewed feature worktree plan while keeping `b` as the explicit route back to baseline selection. - Exclude generated Python bytecode from source and wheel distributions, even diff --git a/pyproject.toml b/pyproject.toml index b77eb5e..cb0f4f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dyro" -version = "0.6.4" +version = "0.6.5" description = "DyroEngineeringFlow: local-first automation and delivery control for multi-repository teams" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index e6bf393..46c6326 100644 --- a/uv.lock +++ b/uv.lock @@ -286,7 +286,7 @@ wheels = [ [[package]] name = "dyro" -version = "0.6.4" +version = "0.6.5" source = { editable = "." } dependencies = [ { name = "cryptography" },