LICENSE
README.md
pyproject.toml
src/lovethedocs/__init__.py
src/lovethedocs/__main__.py
src/lovethedocs/ports.py
src/lovethedocs.egg-info/PKG-INFO
src/lovethedocs.egg-info/SOURCES.txt
src/lovethedocs.egg-info/dependency_links.txt
src/lovethedocs.egg-info/entry_points.txt
src/lovethedocs.egg-info/requires.txt
src/lovethedocs.egg-info/top_level.txt
src/lovethedocs/application/__init__.py
src/lovethedocs/application/config.py
src/lovethedocs/application/diff_review.py
src/lovethedocs/application/logging_setup.py
src/lovethedocs/application/mappers.py
src/lovethedocs/application/run_pipeline.py
src/lovethedocs/application/utils.py
src/lovethedocs/cli/__init__.py
src/lovethedocs/cli/app.py
src/lovethedocs/domain/__init__.py
src/lovethedocs/domain/ports.py
src/lovethedocs/domain/docstyle/__init__.py
src/lovethedocs/domain/docstyle/base.py
src/lovethedocs/domain/docstyle/numpy_style.py
src/lovethedocs/domain/models/__init__.py
src/lovethedocs/domain/models/edits.py
src/lovethedocs/domain/models/source_module.py
src/lovethedocs/domain/services/__init__.py
src/lovethedocs/domain/services/generator.py
src/lovethedocs/domain/services/patcher.py
src/lovethedocs/domain/services/prompt_builder.py
src/lovethedocs/domain/templates/__init__.py
src/lovethedocs/domain/templates/numpy.txt
src/lovethedocs/domain/templates/prompt_templates.py
src/lovethedocs/domain/use_cases/update_docs.py
src/lovethedocs/gateways/__init__.py
src/lovethedocs/gateways/diff_viewers.py
src/lovethedocs/gateways/lovethedocs_schema.json
src/lovethedocs/gateways/openai_client.py
src/lovethedocs/gateways/project_file_system.py
src/lovethedocs/gateways/schema_loader.py