feat(cli): snapshot native continuation sources - #959
Closed
Neonforge98 wants to merge 1 commit into
Closed
Conversation
Collaborator
Author
|
Closing this experimental continuation stack after architecture review. ORG2 will reuse the existing full Team Session continuation path instead of shipping a parallel checkpoint/materializer system. The branch is preserved for audit; nothing from this stack should be merged. |
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.
Problem
ORG2 can discover, read, and resume managed Codex/Claude native sessions, but portability work had no trustworthy source identity. Imported-history cache paths scan across profiles, normalized
SessionEventrows are lossy, and a caller-provided path would cross the account/security boundary.Solution
Potential risks
git revert e26a121be.Verification
cargo test -p org2 native_snapshot --lib(13 tests passed)cargo fmt --check -p org2cargo check -p org2 --libcargo clippy --lib -p org2passedgit diff --checkStack
Base: #957 (
codex/conversation-continuation-episodes)This read-only identity/digest layer is the precondition for transactional execution persistence and later plan/apply materialization; it does not claim session migration is implemented.