README.md
pyproject.toml
src/commitsync.egg-info/PKG-INFO
src/commitsync.egg-info/SOURCES.txt
src/commitsync.egg-info/dependency_links.txt
src/commitsync.egg-info/entry_points.txt
src/commitsync.egg-info/requires.txt
src/commitsync.egg-info/top_level.txt
src/gitcommit/__init__.py
src/gitcommit/__main__.py
src/gitcommit/agent.py
src/gitcommit/benchmark.py
src/gitcommit/cli.py
src/gitcommit/config.py
src/gitcommit/context.py
src/gitcommit/diff_utils.py
src/gitcommit/errors.py
src/gitcommit/git.py
src/gitcommit/interactive.py
src/gitcommit/llm.py
src/gitcommit/logging_utils.py
src/gitcommit/prompts.py
src/gitcommit/splits.py
src/gitcommit/style.py
src/gitcommit/tickets.py
src/gitcommit/tools.py
tests/test_agent.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_config.py
tests/test_context.py
tests/test_diff_utils.py
tests/test_git.py
tests/test_integration.py
tests/test_interactive.py
tests/test_llm.py
tests/test_logging_utils.py
tests/test_splits.py
tests/test_style.py
tests/test_tickets.py
tests/test_tools.py