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
ai sync push no longer creates new git blobs for unchanged files — SHA-256 check before shutil.copy2 skips files with identical content, eliminating the primary driver of staging repo pack bloat.
git gc --auto runs after each sync commit to repack loose objects when needed.
Memory directory non-markdown files (e.g. .consolidate-lock) are now excluded from sync via should_sync_file, preventing spurious conflict detections and .conflict.conflict cascades.