Skip to content

release: v0.22.0#5853

Merged
bug-ops merged 4 commits into
mainfrom
release/v0.22.0
Jul 7, 2026
Merged

release: v0.22.0#5853
bug-ops merged 4 commits into
mainfrom
release/v0.22.0

Conversation

@bug-ops

@bug-ops bug-ops commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bump version from 0.21.4 to 0.22.0
  • Consolidate the accumulated CHANGELOG.md [Unreleased] entries under a dated [0.22.0] section (merged ~45 fragmented per-PR category headers down to one per category, no content removed)
  • Refresh root README.md (MSRV badge 1.95 -> 1.96, tests badge count 10511 -> 12621)
  • Audit and refresh all 32 crates/*/README.md files against current source (fixed invented features/modules, stale usage examples, outdated architectural claims)
  • Sync book/ user docs with recent combined ACP/serve, hooks, memory, and config behavior
  • Fix spec drift in specs/ accumulated since v0.21.4 (missing 066/068/069 index entries, stale SqliteStore/DbStore alias reference, missing config sections/flags)
  • Re-accept TUI splash snapshot tests (expected output embeds the crate version string)

Checklist

  • Version updated in all manifests
  • CHANGELOG.md has release section with date
  • README reflects new version
  • All CI checks pass locally (fmt, clippy --profile ci, nextest full workspace + full features, rustdoc gate, RUSTFLAGS check, doc-tests, release build)
  • Ready for tagging after merge

bug-ops added 4 commits July 7, 2026 02:20
…nfig behavior

Refreshed pages had drifted from actual behavior: serve-mode.md claimed
--acp cannot run in-process with serve-sessions (it now can, sharing one
DB pool and TaskSupervisor); acp.md, hooks.md, semantic-memory.md, and
configuration.md had smaller gaps against current code.
specs/README.md and MOC-specs.md were missing the 066/068/069 spec
directories entirely and mislabeled 068. 031-database-abstraction still
documented the removed SqliteStore/DbStore alias. 009-orchestration was
missing the NetworkScope/AssetSensitivity TaskNode fields (#5342,
advisory-only). 037-config-schema and 029-feature-flags were missing the
session/serve/deep_link config sections and flags introduced in this range.
Compared each crates/*/README.md against its current Cargo.toml features
and lib.rs public API. Fixed real drift: invented feature flags and
modules that don't exist (zeph-core, zeph-llm, zeph-index, zeph-context,
zeph-config, zeph-tools, zeph-tui, and others), stale/incorrect usage
examples that no longer match constructor signatures (zeph-vault,
zeph-config, zeph-agent-feedback, zeph-agent-persistence, zeph-gateway,
zeph-plugins, zeph-sanitizer), and outdated architectural claims
(zeph-acp session-info-update, zeph-experiments status types, zeph-skills
RL routing head description). Bumped the MSRV badge from 1.95 to 1.96
to match the workspace rust-version everywhere it appeared.
Bump workspace version 0.21.4 -> 0.22.0, move the accumulated Unreleased
changelog entries under a dated 0.22.0 header (consolidating ~45
per-PR-fragmented section headers down to one per category), update the
tests badge to the current passing count, and re-accept the TUI splash
snapshot tests whose expected output embeds the crate version string.
@github-actions github-actions Bot added size/XL Extra large PR (500+ lines) documentation Improvements or additions to documentation llm zeph-llm crate (Ollama, Claude) skills zeph-skills crate memory zeph-memory crate (SQLite) channels zeph-channels crate (Telegram) rust Rust code changes core zeph-core crate dependencies Dependency updates labels Jul 7, 2026
@bug-ops bug-ops enabled auto-merge (squash) July 7, 2026 00:27
@bug-ops bug-ops merged commit 1a984c1 into main Jul 7, 2026
47 checks passed
@bug-ops bug-ops deleted the release/v0.22.0 branch July 7, 2026 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

channels zeph-channels crate (Telegram) core zeph-core crate dependencies Dependency updates documentation Improvements or additions to documentation llm zeph-llm crate (Ollama, Claude) memory zeph-memory crate (SQLite) rust Rust code changes size/XL Extra large PR (500+ lines) skills zeph-skills crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant