Configure the Checkpoint Remote
Create a separate, empty repository for checkpoint data, then run this from your project:provider:owner/repo. Currently, github is the supported provider. This writes:
.entire/settings.json
.entire/settings.json when the checkpoint remote should apply to the whole project. That setting is what entire.io reads to locate checkpoint data.
Keep Checkpoints under the Same Owner
Use a checkpoint repository with the same owner or organization as your code repository. Code atgithub.com/acme/app pairs with github:acme/app-checkpoints, because acme owns both.
Entire won’t push checkpoint data to a repository under a different owner. That is intentional: it protects forks, keeping fork contributors from needing write access to the upstream project’s checkpoint repository.