LICENSE
README.md
pyproject.toml
setup.py
gitspectre/__init__.py
gitspectre/agent.py
gitspectre/cli.py
gitspectre/config.py
gitspectre/main.py
gitspectre/prompts.json
gitspectre/utils.py
gitspectre.egg-info/PKG-INFO
gitspectre.egg-info/SOURCES.txt
gitspectre.egg-info/dependency_links.txt
gitspectre.egg-info/entry_points.txt
gitspectre.egg-info/requires.txt
gitspectre.egg-info/top_level.txt
gitspectre/tools/__init__.py
gitspectre/tools/file_tools.py
gitspectre/tools/git_tools.py
gitspectre/tools/utility_tools.py
tests/test_agent.py
tests/test_cli.py
tests/test_cli_fixed.py
tests/test_config.py
tests/test_file_tools.py
tests/test_git_tools.py
tests/test_main.py
tests/test_utility_tools.py
tests/test_utils.py