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: auto-detect deleted files in --stage-record-file (#38)
* fix: auto-detect deleted files in --stage-record-file
Previously relied on lint-staged passing deleted file paths as arguments,
but lint-staged only provides modified files (add/change). Now scans all
recorded files to detect which no longer exist on disk.
Fixes#31
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Log file path when writing to records file
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Checks the provided files and updates the records. Exits with code 1 if errors increase (preventing the commit), otherwise updates the records file for the checked files. Reports when errors decrease, celebrating your progress. Deleted files are automatically removed from the records.
77
+
Checks the provided files and updates the records. Exits with code 1 if errors increase (preventing the commit), otherwise updates the records file for the checked files. Reports when errors decrease, celebrating your progress. Deleted files are automatically removed from the records (no need to pass their paths).
0 commit comments