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(extensions): preserve config mtime on keep-config restore (mirror copy2)
Per review: the restore comment claimed it mirrors shutil.copy2 (mode +
mtime) but only restored permission bits. Capture and re-apply the
original atime/mtime via os.utime alongside the mode, so the keep-config
leftover restore truly matches copy2's timestamp preservation.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments