Skip to content

Conversation

@bradhe
Copy link
Contributor

@bradhe bradhe commented Jan 29, 2026

  • Fix bug in deleting stale lock files
  • Bump version to v0.3.45

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a critical bug in the lock file cleanup logic and bumps the version to v0.3.45. The bug caused the cleanup function to skip UV lock files instead of processing them, effectively preventing any stale lock files from being removed.

Changes:

  • Fixed inverted logic in cleanup_stale_uv_lock_files() that was skipping UV lock files instead of non-UV files
  • Added comprehensive test coverage to verify the cleanup function only removes UV lock files and leaves other files untouched

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bradhe bradhe merged commit ff17490 into main Jan 29, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants