Anything uncommitted?
Check git status -s. If there are uncommitted changes (user hand-edits), stage all and commit them as a regular commit before proceeding. Then continue to the checkpoint.
What happened since last checkpoint?
Last checkpoint:
!`git log --grep="^checkpoint:" -1 --format="%H %s" 2>/dev/null || echo "(none)"`
Branch: !`git branch --show-current`
Find the last checkpoint: commit hash. If none exists, use the merge-base with the default branch (`git merge-b
[Description truncada. Veja o README completo no GitHub.]