LICENSE
README.md
pyproject.toml
src/commit_delta/__init__.py
src/commit_delta/__main__.py
src/commit_delta/apply.py
src/commit_delta/cli.py
src/commit_delta/ddmin.py
src/commit_delta/engine.py
src/commit_delta/evaluate.py
src/commit_delta/heuristic.py
src/commit_delta/parse.py
src/commit_delta/report.py
src/commit_delta/types.py
src/commit_delta/util.py
src/commit_delta/worktree.py
src/commit_delta.egg-info/PKG-INFO
src/commit_delta.egg-info/SOURCES.txt
src/commit_delta.egg-info/dependency_links.txt
src/commit_delta.egg-info/entry_points.txt
src/commit_delta.egg-info/requires.txt
src/commit_delta.egg-info/top_level.txt
tests/test_apply.py
tests/test_cli_and_patch.py
tests/test_ddmin.py
tests/test_e2e.py
tests/test_evaluate.py
tests/test_heuristic.py
tests/test_parse.py
tests/test_report.py
tests/test_types.py
tests/test_util.py