LICENSE
README.md
pyproject.toml
src/chatlectify/__init__.py
src/chatlectify/benchmark.py
src/chatlectify/clean.py
src/chatlectify/cli.py
src/chatlectify/emit.py
src/chatlectify/features.py
src/chatlectify/gates.py
src/chatlectify/ingest.py
src/chatlectify/llm.py
src/chatlectify/schemas.py
src/chatlectify/synth.py
src/chatlectify.egg-info/PKG-INFO
src/chatlectify.egg-info/SOURCES.txt
src/chatlectify.egg-info/dependency_links.txt
src/chatlectify.egg-info/entry_points.txt
src/chatlectify.egg-info/requires.txt
src/chatlectify.egg-info/top_level.txt
src/chatlectify/assets/antiexemplars.txt
src/chatlectify/assets/baseline_prompts.txt
src/chatlectify/assets/dict_words.txt
src/chatlectify/assets/hedges.txt
src/chatlectify/assets/verbs_top500.txt
tests/test_benchmark.py
tests/test_clean.py
tests/test_e2e.py
tests/test_emit.py
tests/test_features.py
tests/test_gates.py
tests/test_ingest.py
tests/test_synth.py