feat(resume): compose checkpoints and journal into session resume guide#1095
Open
shaun0927 wants to merge 1 commit into
Open
feat(resume): compose checkpoints and journal into session resume guide#1095shaun0927 wants to merge 1 commit into
shaun0927 wants to merge 1 commit into
Conversation
Resume currently explains the saved snapshot but loses useful recovery context from checkpoint and journal artifacts. This composes those existing artifacts into a single guide that tells a host what was done, what failed, and what safe verification should come next. Constraint: Resume output must summarize existing local artifacts without embedding large evidence blobs or requiring new persistence formats. Rejected: Build a new resume state store | checkpoints, journal, and snapshot artifacts already exist and are safer to compose. Confidence: high Scope-risk: narrow Directive: Keep resume guidance advisory and require live tab verification before mutation. Tested: npm test -- --runTestsByPath tests/tools/session-resume.test.ts; npm run build:src; npm run lint:tier Not-tested: Live OpenChrome resume after an actual long-running browser session. Co-authored-by: OmX <omx@oh-my-codex.dev>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
This was referenced May 12, 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
session_resumeto compose the existing session snapshot with checkpoint and journal artifacts.Direction / necessity check
Validation
npm test -- --runTestsByPath tests/tools/session-resume.test.tsnpm run build:srcnpm run lint:tierPost-merge live verification with OpenChrome
~/.openchrome/checkpoints/current-checkpoint.jsonwith at least one completed and pending step.session_resumeand verify the guide includesCheckpoint:, task description, completed steps, pending steps, and current URL.session_resumeagain and verifyRecent tool activity,Last success,Last failure, andAvoid: repeating the last failed call...appear.read_pageortabs_context).Closes #1004