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: search all LibreOffice profile dirs for recovery cleanup (#112)
* fix: remove stale health-gate args and add done-gate passthrough in core4_eval.py
The core4_eval.py was passing --transport-error-threshold, --health-samples,
--health-min-success, and --health-sample-delay to run_dc_eval.py, but those
args don't exist in run_dc_eval.py (they were from uncommitted Codex changes).
Also adds --done-gate passthrough to match PR #110.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: search all LibreOffice profile dirs for recovery cleanup
The cleanup script only targeted LibreOffice/4/user/backup, but
LibreOffice 26.2 also uses LibreOffice/user/backup. Now scans all
subdirectories under AppData/Roaming/LibreOffice for user profiles.
Also clears .~lock.* files that can block file re-opening, and
removes lock files from common download locations.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments