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
refactor(modules): improve file existence check in commit_generator
- Enhanced the `_get_changed_files` method to filter out non-existent files by verifying their presence in the filesystem, preventing potential errors during commit operations.
- Added warning logs for skipped files that do not physically exist, aiding in debugging and transparency.
- Clarified inline comments to improve code readability and maintainability.
0 commit comments