Conversation
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
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.
### Fixed - **Kotlin Header Preservation**: Fixed a bug where multi-line block comments (`/** ... */`) in Kotlin files were not correctly preserved, leading to malformed docstrings. The header parsing logic now correctly identifies and preserves these comment blocks. (Fixes #9) ### Added - Added a new test to verify the preservation of multi-line comments in Kotlin files.
### Fixed - **Kotlin Header Preservation**: Fixed a bug where multi-line block comments (`/** ... */`) in Kotlin files were not correctly preserved, leading to malformed docstrings. The header parsing logic now correctly identifies and preserves these comment blocks. (Fixes #9) ### Added - Added a new test to verify the preservation of multi-line comments in Kotlin files.
### Fixed - **Kotlin Header Preservation**
### Changed - Updated the description of Agent Docstrings to clarify its role in solving the "cold start" problem for AI agents navigating large codebases. - Added a new section detailing the advantages of using Agent Docstrings, contrasting the "Blind" approach with the "Map-First" approach. - Introduced a "Support the Project" section to encourage contributions and support for the ongoing development of the tool. ### Improved - Enhanced clarity and engagement in the README to better communicate the tool's benefits and encourage community involvement.
another day, another fix
### Fixed - **Python Docstring Cleaning**: (fixes #11) - **C-Style Comment Handling**:
### Fixed - **Python Docstring Cleaning**: (fixes #11) - **C-Style Comment Handling**:
### Fixed - **Python Docstring Cleaning**: (fixes #11) - **C-Style Comment Handling**:
### Changed - Updated the test for existing auto docstring replacement to dynamically check the version of Agent Docstrings using the `__version__` variable instead of a hardcoded string.
## [1.3.3] ### Fixed - **Python Docstring Cleaning**: - **C-Style Comment Handling**: ## [1.3.2] ### Fixed - **Kotlin Header Preservation**:
…*` merged pull requests
…/*` merged pull requests
Owner
Author
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.

No description provided.