Conversation
keygen is a top-level command but was only mentioned in the federation event-signing prose; add it to the command table next to the federation block so it's discoverable when scanning the command list. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
chore: reconcile next with released history
…orrectness feat: preserve federation state and add dynamic listeners
* feat: add experimental Rust rewrite and comparison suite * fix: fail closed for unsupported Rust HTTP security * feat: validate persistent MCP and signed federation replay * feat: add mixed Rust federation experiments * feat(rust): add background federation experiments * feat(rust): add authenticated TLS federation * feat(rust): add consolidation election foundation * feat(rust): add consolidation pass coordination * feat(rust): add heuristic promotion pass * feat(rust): add consolidation cadence and graduation * feat(rust): add model-driven consolidation * feat(rust): add consolidate CLI parity * test(rust): compare real-model consolidation * feat(rust): add watcher parity * feat(rust): add semantic search parity * feat(rust): tighten MCP contract parity * feat(rust): add plugin lifecycle parity * feat(rust): complete advanced MCP parity * feat(rust): add functional TUI parity * feat(rust): add TLS certificate lifecycle parity * feat(rust): reconcile live federation workers * test(rust): add lock and I/O fault gates * fix(rust): roll back failed trace transactions * fix(rust): recover interrupted trace mutations * fix(rust): recover interrupted trace deletion * fix(recovery): guard mixed-runtime takeover * feat(rust): add safe cortex restore * feat(rust): expose safe recovery status * feat(rust): recover interrupted cortex restore * fix(rust): persist configuration atomically * test(rust): validate live TUI lifecycle * feat(rust): complete recovery and verification parity * feat(rust): complete migration and operational parity * test(rust): add blinded qualitative comparison * fix(consolidation): align model quality across runtimes * fix(tui): match Go visual hierarchy * feat(rust): qualify standard profile at scale * test(rust): qualify APFS storage recovery * docs: clarify Rust workload comparison * docs: align Rust report charts * feat: make Rust the production implementation * docs: remove unreleased durability terminology * docs: add Rust source-size comparison * docs: refine source-size comparison * fix(backup): preserve Obsidian trash alias compatibility * fix(http): separate listener and Host allowlists * docs: record Rust deployment qualification * fix(ci): satisfy Rust 1.88 clippy
Fail-Safe
marked this pull request as ready for review
August 18, 2026 20:18
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
docs/why-rust.mdRelease impact
This is the production cutover to the Rust implementation. Existing cortexes remain compatible, standard durability preserves the established write behavior, and strong durability is available as an explicit opt-in profile.
The release workflow is configured to build and smoke-test native archives for macOS, Linux, and Windows on x64 and arm64, publish checksums and plugin bundles, and update the stable Homebrew channel after the release tag is created.
Validation
make testmake release-check(noema v0.20.0, Rust)git diff --checkLive qualification
After this PR merges, a
v0.20.0tag on the resultingmaincommit will trigger the release workflow.