Skip to content

Post release dev merge#18

Merged
Artemonim merged 20 commits intodevfrom
master
Jul 8, 2025
Merged

Post release dev merge#18
Artemonim merged 20 commits intodevfrom
master

Conversation

@Artemonim
Copy link
Owner

No description provided.

Artemonim added 20 commits July 1, 2025 11:10
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**:
@Artemonim
Copy link
Owner Author

@Artemonim Artemonim merged commit 8b991e8 into dev Jul 8, 2025
9 of 10 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.

1 participant