LICENSE
README.md
pyproject.toml
cot_coherence/__init__.py
cot_coherence/analyzer.py
cot_coherence/cli.py
cot_coherence/config.py
cot_coherence/horizon.py
cot_coherence/llm.py
cot_coherence/models.py
cot_coherence/parser.py
cot_coherence/scoring.py
cot_coherence.egg-info/PKG-INFO
cot_coherence.egg-info/SOURCES.txt
cot_coherence.egg-info/dependency_links.txt
cot_coherence.egg-info/entry_points.txt
cot_coherence.egg-info/requires.txt
cot_coherence.egg-info/top_level.txt
cot_coherence/detectors/__init__.py
cot_coherence/detectors/base.py
cot_coherence/detectors/circular_return.py
cot_coherence/detectors/conclusion_drift.py
cot_coherence/detectors/confidence_inflation.py
cot_coherence/detectors/premise_abandonment.py
cot_coherence/detectors/scope_creep.py
tests/test_analyzer.py
tests/test_cli.py
tests/test_horizon.py
tests/test_llm.py
tests/test_parser.py
tests/test_scoring.py