perf(session): batch persisted turn-intent status reads - #512
Open
beruro wants to merge 1 commit into
Open
Conversation
This was referenced Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
This was referenced Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
beruro
added a commit
that referenced
this pull request
Jul 27, 2026
This was referenced Jul 27, 2026
beruro
force-pushed
the
junyu/rpc-performance-closure
branch
2 times, most recently
from
July 29, 2026 04:05
4672245 to
08c6161
Compare
beruro
force-pushed
the
junyu/rpc-performance-closure
branch
from
July 29, 2026 05:20
08c6161 to
f2c5742
Compare
This was referenced Jul 29, 2026
Collaborator
Author
|
Split completed. The previous clean 233-file head remains recoverable at Review / merge order:
Independent async stack:
Independent PRs:
I also excluded 25 files that were byte-for-byte identical to running the current |
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
Why #512 was rewritten
The previous PR mixed RPC lifecycle, frontend async consumers, cache bounds, diagnostics, and profiling across 233 files. The clean pre-split head is preserved at
junyu/pr-512-clean-backup-20260729. This PR is now the small persistence root of the stack; dependent CLI and frontend lifecycle PRs will target it separately.Validation
cargo test -p session_persistence turn_intents(12 passed)cargo check -p session_persistencerustfmt --edition 2021 --check crates/session-persistence/src/turn_intents.rsgit diff --check origin/develop...HEADArchitecture boundary
This PR only changes the authoritative SQLite turn-intent persistence boundary. It does not include CLI runner wiring, frontend reconciliation, generic async hooks, runtime caches, browser diagnostics, or Team Inbox (#531).