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
fix: normalize git remote URLs for consistent cross-machine project tags
SSH and HTTPS URLs for the same repo (e.g. git@github.com:user/repo.git
vs https://github.com/user/repo) produced different hashes, silently
breaking cross-machine memory sync. Normalize URLs to a canonical form
before hashing. Also restores trailing newline.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments