LICENSE
README.md
pyproject.toml
src/lessonweaver/__init__.py
src/lessonweaver/_text.py
src/lessonweaver/analysis.py
src/lessonweaver/cleanup.py
src/lessonweaver/cli.py
src/lessonweaver/clustering.py
src/lessonweaver/compile.py
src/lessonweaver/detection.py
src/lessonweaver/detection_eval.py
src/lessonweaver/diagnostics.py
src/lessonweaver/effectiveness.py
src/lessonweaver/eval_companion.py
src/lessonweaver/export.py
src/lessonweaver/filemerge.py
src/lessonweaver/governance.py
src/lessonweaver/importers.py
src/lessonweaver/interview.py
src/lessonweaver/lint.py
src/lessonweaver/loader.py
src/lessonweaver/models.py
src/lessonweaver/privacy.py
src/lessonweaver/py.typed
src/lessonweaver/registry.py
src/lessonweaver/reporting.py
src/lessonweaver/retrieval.py
src/lessonweaver/sanitization.py
src/lessonweaver/traces.py
src/lessonweaver/validation.py
src/lessonweaver.egg-info/PKG-INFO
src/lessonweaver.egg-info/SOURCES.txt
src/lessonweaver.egg-info/dependency_links.txt
src/lessonweaver.egg-info/entry_points.txt
src/lessonweaver.egg-info/requires.txt
src/lessonweaver.egg-info/top_level.txt
tests/test_analysis.py
tests/test_cleanup.py
tests/test_cli.py
tests/test_cli_contract.py
tests/test_clustering.py
tests/test_compile.py
tests/test_detection.py
tests/test_detection_eval.py
tests/test_diagnostics.py
tests/test_effectiveness.py
tests/test_eval_companion.py
tests/test_examples.py
tests/test_export.py
tests/test_filemerge.py
tests/test_import_graph.py
tests/test_importers.py
tests/test_interop_adapters.py
tests/test_interview.py
tests/test_lint.py
tests/test_loader.py
tests/test_models.py
tests/test_privacy.py
tests/test_registry.py
tests/test_reporting.py
tests/test_retrieval.py
tests/test_sanitization.py
tests/test_text.py
tests/test_traces.py
tests/test_validation.py