LICENSE
README.md
pyproject.toml
src/truthgit/__init__.py
src/truthgit/cli.py
src/truthgit/extractor.py
src/truthgit/fallacy_detector.py
src/truthgit/hashing.py
src/truthgit/hypothesis_tester.py
src/truthgit/logging_config.py
src/truthgit/mcp_server.py
src/truthgit/objects.py
src/truthgit/ontological_classifier.py
src/truthgit/proof.py
src/truthgit/repository.py
src/truthgit/sync.py
src/truthgit/validation.py
src/truthgit/validators.py
src/truthgit.egg-info/PKG-INFO
src/truthgit.egg-info/SOURCES.txt
src/truthgit.egg-info/dependency_links.txt
src/truthgit.egg-info/entry_points.txt
src/truthgit.egg-info/requires.txt
src/truthgit.egg-info/top_level.txt
src/truthgit/api/__init__.py
src/truthgit/api/server.py
tests/test_extractor.py
tests/test_logging_config.py
tests/test_ontological.py
tests/test_proof.py
tests/test_repository.py
tests/test_sync.py
tests/test_truthgit.py
tests/test_validation.py
tests/test_validators.py