LICENSE.txt
README.md
pyproject.toml
hallux/__init__.py
hallux/__version__.py
hallux/auxilary.py
hallux/main.py
hallux.egg-info/PKG-INFO
hallux.egg-info/SOURCES.txt
hallux.egg-info/dependency_links.txt
hallux.egg-info/entry_points.txt
hallux.egg-info/requires.txt
hallux.egg-info/top_level.txt
hallux/backends/dummy_backend.py
hallux/backends/factory.py
hallux/backends/openai_backend.py
hallux/backends/query_backend.py
hallux/backends/rest_backend.py
hallux/issues/issue.py
hallux/proposals/diff_proposal.py
hallux/proposals/proposal_engine.py
hallux/proposals/python_proposal.py
hallux/proposals/simple_proposal.py
hallux/targets/diff.py
hallux/targets/filesystem.py
hallux/targets/git_commit.py
hallux/targets/github_proposal.py
hallux/tools/factory.py
hallux/tools/issue_solver.py
hallux/tools/cpp/cpp.py
hallux/tools/cpp/issue.py
hallux/tools/cpp/make_target_solver.py
hallux/tools/mypy/solver.py
hallux/tools/python/python_issue.py
hallux/tools/ruff/solver.py
hallux/tools/sonarqube/issue.py
hallux/tools/sonarqube/solver.py