LICENSE
README.md
pyproject.toml
src/devpilot/__init__.py
src/devpilot/__main__.py
src/devpilot/constants.py
src/devpilot/detect_lang.py
src/devpilot/explain.py
src/devpilot/interactive.py
src/devpilot/log_utils.py
src/devpilot/ollama_infer.py
src/devpilot/onboard.py
src/devpilot/onboarder.py
src/devpilot/prompt.py
src/devpilot/prompt_helpers.py
src/devpilot/refactor.py
src/devpilot/rel_map.py
src/devpilot/repomap_utils.py
src/devpilot/session_logger.py
src/devpilot_hq.egg-info/PKG-INFO
src/devpilot_hq.egg-info/SOURCES.txt
src/devpilot_hq.egg-info/dependency_links.txt
src/devpilot_hq.egg-info/entry_points.txt
src/devpilot_hq.egg-info/requires.txt
src/devpilot_hq.egg-info/top_level.txt
tests/test_detect_language_from_path.py
tests/test_infer_repo_language.py
tests/test_log_utils.py
tests/test_prompt.py