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
devmerge: Correct docstring duplication and enhance CI
This pull request resolves a critical issue where repeatedly processing a Python file with a manual docstring would lead to content duplication.
Key changes:
- Reworked logic to correctly handle existing docstrings.
- Enhanced the CI/CD pipeline to run on the 'dev' branch and added checks to prevent accidental version bumps in feature branches.
Closes#7
description = "A command-line tool to auto-generate and update file-level docstrings summarizing classes and functions. Useful for maintaining a high-level overview of your files, especially in projects with code generated or modified by AI assistants."
0 commit comments