release: v0.22.0#5853
Merged
Merged
Conversation
…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.
This was referenced Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[Unreleased]entries under a dated[0.22.0]section (merged ~45 fragmented per-PR category headers down to one per category, no content removed)crates/*/README.mdfiles against current source (fixed invented features/modules, stale usage examples, outdated architectural claims)book/user docs with recent combined ACP/serve, hooks, memory, and config behaviorspecs/accumulated since v0.21.4 (missing 066/068/069 index entries, stale SqliteStore/DbStore alias reference, missing config sections/flags)Checklist