AUTHORS.md
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GITHUB_RELEASE_NOTES_2.0.0.md
GOVERNANCE.md
LICENSE
MANIFEST.in
PHASE_7_VERIFICATION.txt
QUALITY_REPORT.md
README.md
RELEASE_CHECKLIST.md
SECURITY.md
START_HERE_PHASE_7.md
V2_PHASE_7_SETUP_AND_RELEASE_GUIDE.md
mkdocs.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/doxygen.yml
.github/workflows/publish-pypi.yml
benchmarks/baseline_1_0.json
benchmarks/benchmark_inspection.py
benchmarks/benchmark_release.py
docs/API_REFERENCE.md
docs/API_STABILITY.md
docs/ARCHITECTURE.md
docs/BENCHMARKING.md
docs/CLI.md
docs/CONFIGURATION.md
docs/DOXYGEN.md
docs/INSTALLATION.md
docs/MIGRATION_1_TO_2.md
docs/MIGRATION_FROM_DATAGUIDEPY.md
docs/PUBLIC_API.md
docs/QUICKSTART.md
docs/RELEASE_NOTES_2_0.md
docs/RESEARCH_READINESS.md
docs/SECURITY_AND_PRIVACY.md
docs/VERSION_2_PHASE_1.md
docs/VERSION_2_PHASE_2.md
docs/VERSION_2_PHASE_3.md
docs/VERSION_2_PHASE_4.md
docs/VERSION_2_PHASE_5.md
docs/VERSION_2_PHASE_6.md
docs/VERSION_2_PHASE_7.md
docs/index.md
examples/axiombraid.example.yaml
examples/quick_start.py
examples/students.csv
examples/test_audit_and_drift_history.py
examples/test_batch_analysis.py
examples/test_chart_export.py
examples/test_cleaning_plan.py
examples/test_column_quality.py
examples/test_config_file.py
examples/test_date_like_text.py
examples/test_fingerprint.py
examples/test_functional_api.py
examples/test_html_export.py
examples/test_json_export.py
examples/test_leakage.py
examples/test_numeric_ranges.py
examples/test_outliers.py
examples/test_performance_mode.py
examples/test_plugin_hook.py
examples/test_report_themes.py
examples/test_roman_urdu.py
examples/test_safe_cleaning.py
examples/test_schema_and_drift.py
examples/test_stable_api.py
examples/test_streaming.py
examples/test_undo.py
examples/test_validation_contract.py
examples/v2_phase1_confidence.py
examples/v2_phase2_evidence_confidence.py
examples/v2_phase3_human_friendly_confidence.py
examples/v2_phase4_quality_profile.py
examples/v2_phase5_synthetic_corruption.py
examples/v2_phase6_evaluation_benchmark.py
examples/v2_phase7_release_smoke.py
scripts/check_release.py
src/axiombraid/__init__.py
src/axiombraid/__main__.py
src/axiombraid/_version.py
src/axiombraid/api.py
src/axiombraid/batch.py
src/axiombraid/cache.py
src/axiombraid/cleaning.py
src/axiombraid/cli.py
src/axiombraid/comparison.py
src/axiombraid/confidence.py
src/axiombraid/config.py
src/axiombraid/corruption.py
src/axiombraid/diagnostics.py
src/axiombraid/evaluation.py
src/axiombraid/governance.py
src/axiombraid/inspector.py
src/axiombraid/performance.py
src/axiombraid/plugins.py
src/axiombraid/py.typed
src/axiombraid/scoring_v2.py
src/axiombraid/streaming.py
src/axiombraid/themes.py
src/axiombraid/validation.py
src/axiombraid.egg-info/PKG-INFO
src/axiombraid.egg-info/SOURCES.txt
src/axiombraid.egg-info/dependency_links.txt
src/axiombraid.egg-info/entry_points.txt
src/axiombraid.egg-info/requires.txt
src/axiombraid.egg-info/top_level.txt
tests/test_inspector.py
tests/test_v08.py
tests/test_v09.py
tests/test_v10.py
tests/test_v20_phase1.py
tests/test_v20_phase2.py
tests/test_v20_phase3.py
tests/test_v20_phase4.py
tests/test_v20_phase5.py
tests/test_v20_phase6.py
tests/test_v20_phase7.py