LICENSE
MANIFEST.in
README.md
pyproject.toml
agent_docstrings/__init__.py
agent_docstrings/__main__.py
agent_docstrings/cli.py
agent_docstrings/core.py
agent_docstrings/py.typed
agent_docstrings.egg-info/PKG-INFO
agent_docstrings.egg-info/SOURCES.txt
agent_docstrings.egg-info/dependency_links.txt
agent_docstrings.egg-info/entry_points.txt
agent_docstrings.egg-info/requires.txt
agent_docstrings.egg-info/top_level.txt
agent_docstrings/bin/go_ast_parser.exe
agent_docstrings/bin/go_ast_parser_darwin_amd64
agent_docstrings/bin/go_ast_parser_darwin_arm64
agent_docstrings/bin/go_ast_parser_linux_amd64
agent_docstrings/example/example.py
agent_docstrings/languages/common.py
agent_docstrings/languages/delphi.py
agent_docstrings/languages/generic.py
agent_docstrings/languages/go.py
agent_docstrings/languages/java.py
agent_docstrings/languages/kotlin.py
agent_docstrings/languages/powershell.py
agent_docstrings/languages/python.py
tests/test_ast_integration.py
tests/test_ast_parsers.py
tests/test_cli.py
tests/test_common.py
tests/test_core.py
tests/test_determinism.py
tests/test_discovery.py
tests/test_docstring_duplication.py
tests/test_header_preservation.py
tests/test_line_numbers.py
tests/test_parser.py
tests/test_version_change.py
tests/test_whitespace_preservation.py
tests/test_writer.py