CONFIG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/config.py
src/logger.py
src/main.py
src/persist.py
src/summarize.py
src/models/__init__.py
src/models/fetch_params.py
src/models/work_item.py
src/providers/__init__.py
src/providers/base.py
src/providers/jira.py
src/providers/linear.py
src/service_integrations/__init__.py
src/service_integrations/base.py
src/service_integrations/openai.py
src/services/__init__.py
src/services/clean_service.py
src/services/config_service.py
src/services/connect_service.py
src/services/disconnect_service.py
src/services/report_service.py
src/services/sync_service.py
src/utils/__init__.py
src/utils/lock_utils.py
src/whatdidido.egg-info/PKG-INFO
src/whatdidido.egg-info/SOURCES.txt
src/whatdidido.egg-info/dependency_links.txt
src/whatdidido.egg-info/entry_points.txt
src/whatdidido.egg-info/requires.txt
src/whatdidido.egg-info/top_level.txt
tests/test_config.py
tests/test_lock_utils.py
tests/test_models.py
tests/test_persist.py
tests/test_providers_init.py
tests/test_providers_jira.py
tests/test_providers_linear.py
tests/test_service_integrations_init.py
tests/test_service_integrations_openai.py
tests/test_services_all.py
tests/test_services_report.py
tests/test_services_sync.py
tests/test_summarize.py