You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Auto-reset /sync to master when nothing blocks
Previously /sync only reported state and suggested manual commands.
Now it automatically runs git checkout master && git pull --rebase
when the working tree is clean, the branch has no unpushed commits,
and we're not already on master. If blockers exist (dirty files,
unpushed commits), it reports them and asks what to do instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments