Dual-write v2 checkpoints#1109
Merged
computermode merged 1 commit intomainfrom May 4, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Enables this repository’s shared Entire project settings to start dual-writing and pushing checkpoint v2 refs alongside the existing v1 checkpoint branch, matching the migration/push workflow described in the PR.
Changes:
- Turn on
strategy_options.checkpoints_v2in the committed.entire/settings.json. - Turn on
strategy_options.push_v2_refsso pre-push sync also publishes v2 refs. - Keep the existing dedicated checkpoint remote configuration in place for the new dual-write flow.
Soph
approved these changes
May 4, 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/290
Note
Low Risk
Low risk config-only change, but it can change what refs/data the CLI pushes to the checkpoint remote if enabled in environments that consume this file.
Overview
Enables v2 checkpoint behavior via
.entire/settings.jsonby addingcheckpoints_v2andpush_v2_refsunderstrategy_options, allowing the CLI to migrate/sync and push v2 checkpoint refs in addition to existing behavior.Reviewed by Cursor Bugbot for commit 5c68c57. Configure here.