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" },