Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading