CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/nxdo/__init__.py
src/nxdo/__main__.py
src/nxdo/cli.py
src/nxdo/config.py
src/nxdo/git_reader.py
src/nxdo/koru_context.py
src/nxdo/llm_client.py
src/nxdo/models.py
src/nxdo/output.py
src/nxdo/planner.py
src/nxdo/project_analyzer.py
src/nxdo/ticket_generator.py
src/nxdo.egg-info/PKG-INFO
src/nxdo.egg-info/SOURCES.txt
src/nxdo.egg-info/dependency_links.txt
src/nxdo.egg-info/entry_points.txt
src/nxdo.egg-info/requires.txt
src/nxdo.egg-info/top_level.txt
src/nxdo/metrics/__init__.py
src/nxdo/metrics/complexity.py
src/nxdo/metrics/coupling.py
src/nxdo/metrics/hotspots.py
src/nxdo/providers/__init__.py
src/nxdo/providers/base.py
src/nxdo/providers/openai_compat.py
tests/test_cli.py
tests/test_config.py
tests/test_git_reader.py
tests/test_llm_client.py
tests/test_metrics.py
tests/test_models.py
tests/test_output.py
tests/test_planner.py
tests/test_project_analyzer.py
tests/test_providers.py
tests/test_ticket_generator.py