Fix/symlink scan filter and docs#17
Merged
Merged
Conversation
added 3 commits
May 22, 2026 10:22
Co-authored-by: Nitish Kumar <nk2552003@gmail.com> Co-authored-by: Nitin Saini <nitinsaini7455@gmail.com> Co-authored-by: Sid Kr. <sidkr222003@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request prepares the Mac Deep Cleaner project for the v2.0.1 release, introducing APFS clone-aware duplicate detection, updating documentation and metadata, and improving the CI/CD workflow for artifact handling and release automation. The changes span documentation, CI configuration, and project files to ensure consistency and clarity for users and contributors.
Release features and documentation:
pyproject.toml,src/__init__.py,src/cli.py,docs/ARCHITECTURE.md,docs/COMMAND_REFERENCE.md,docs/PYPI_PUBLISHING.md, andscripts/build.sh. [1] [2] [3] [4] [5] [6] [7] [8]README.mdto use absolute GitHub URLs for all references, and clarified license and documentation sections. [1] [2] [3] [4]CI/CD workflow improvements:
developbranch before attempting auto-version-bump steps, making the workflow more robust for forks or new repos. [1] [2] [3] [4] [5]Project organization and planning:
checklist.mdandroadmap.mdto clarify ongoing and upcoming work, with checklists for optimization, CLI improvements, safety, and mid-term goals. [1] [2]docs/ARCHITECTURE.mdfor accuracy and completeness.