LICENSE
NOTICE
README.md
pyproject.toml
src/wherefore/__init__.py
src/wherefore/cli.py
src/wherefore.egg-info/PKG-INFO
src/wherefore.egg-info/SOURCES.txt
src/wherefore.egg-info/dependency_links.txt
src/wherefore.egg-info/entry_points.txt
src/wherefore.egg-info/requires.txt
src/wherefore.egg-info/top_level.txt
src/wherefore/clustering/__init__.py
src/wherefore/clustering/cluster_mismatches.py
src/wherefore/clustering/signatures.py
src/wherefore/comparison/__init__.py
src/wherefore/comparison/db.py
src/wherefore/comparison/diff_engine.py
src/wherefore/comparison/diff_result.py
src/wherefore/comparison/key_matching.py
src/wherefore/comparison/loaders.py
src/wherefore/reasoning/__init__.py
src/wherefore/reasoning/explain.py
src/wherefore/reasoning/redaction.py
src/wherefore/reasoning/report.py
src/wherefore/reasoning/prompts/cluster_explanation_v1.md
src/wherefore/reasoning/providers/__init__.py
src/wherefore/reasoning/providers/base.py
src/wherefore/reasoning/providers/claude.py
src/wherefore/synthetic/__init__.py
src/wherefore/synthetic/base_dataset.py
src/wherefore/synthetic/ground_truth.py
src/wherefore/synthetic/corruptors/__init__.py
src/wherefore/synthetic/corruptors/dedup_failure.py
src/wherefore/synthetic/corruptors/encoding_mismatch.py
src/wherefore/synthetic/corruptors/enum_drift.py
src/wherefore/synthetic/corruptors/float_precision.py
src/wherefore/synthetic/corruptors/key_mismatch.py
src/wherefore/synthetic/corruptors/null_type_coercion.py
src/wherefore/synthetic/corruptors/timezone_shift.py
src/wherefore/synthetic/corruptors/truncation.py
src/wherefore/taxonomy/__init__.py
src/wherefore/taxonomy/registry.py
src/wherefore/taxonomy/schema.py
src/wherefore/taxonomy/patterns/dedup_failure.yaml
src/wherefore/taxonomy/patterns/encoding_mismatch.yaml
src/wherefore/taxonomy/patterns/enum_drift.yaml
src/wherefore/taxonomy/patterns/float_precision.yaml
src/wherefore/taxonomy/patterns/key_mismatch.yaml
src/wherefore/taxonomy/patterns/null_type_coercion.yaml
src/wherefore/taxonomy/patterns/timezone_shift.yaml
src/wherefore/taxonomy/patterns/truncation.yaml