Checkpoints V2: Update migration completion message#1059
Merged
computermode merged 3 commits intomainfrom Apr 28, 2026
Merged
Conversation
Entire-Checkpoint: 37a048410bef
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the hidden migrate --checkpoints v2 command’s completion output to provide more actionable guidance about where v2 checkpoint data lives and how to inspect it.
Changes:
- Replaces the inline migration-complete
fmt.Fprintfwith a dedicatedprintMigrateCheckpointsV2Completionhelper. - Expands the completion message with notes about v2 checkpoint refs and suggested inspection commands / UI pointers.
Entire-Checkpoint: 3ea5247c23aa
Entire-Checkpoint: cf5715c52e88
alishakawaguchi
approved these changes
Apr 28, 2026
pfleidi
approved these changes
Apr 28, 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.
https://entire.io/gh/entireio/cli/trails/248
Add more helpful information to the migration completion message so folks know where to see the logs and metadata if desired.
Note
Low Risk
Low risk: only adjusts CLI post-migration messaging and extracts it into a helper, with no changes to migration logic or data writes.
Overview
Improves the
checkpoints v2migration completion output by extracting it intoprintMigrateCheckpointsV2Completionand adding guidance on where v2 checkpoints live and how to inspect them.The completion message now explains that v2 checkpoints are stored as custom refs under
refs/entire/checkpoints/v2/*, provides agit ls-remotecommand to list them, and points users to entire.io session logs for viewing log files and metadata.Reviewed by Cursor Bugbot for commit ddfb873. Configure here.