LICENSE
README.md
pyproject.toml
decishift/__init__.py
decishift/cli.py
decishift/config.py
decishift/contracts.py
decishift/demo.py
decishift/evidence.py
decishift/fragility.py
decishift/outcome.py
decishift/run_compare.py
decishift/store.py
decishift/version.py
decishift.egg-info/PKG-INFO
decishift.egg-info/SOURCES.txt
decishift.egg-info/dependency_links.txt
decishift.egg-info/entry_points.txt
decishift.egg-info/requires.txt
decishift.egg-info/top_level.txt
decishift/adapters/__init__.py
decishift/adapters/common.py
decishift/adapters/lightgbm.py
decishift/adapters/sklearn.py
decishift/adapters/xgboost.py
decishift/attribution/__init__.py
decishift/attribution/approximate.py
decishift/attribution/diagnostics.py
decishift/attribution/exact.py
decishift/cohorts/__init__.py
decishift/cohorts/analyzer.py
decishift/core/__init__.py
decishift/core/exceptions.py
decishift/core/identity.py
decishift/core/pipeline.py
decishift/core/protocols.py
decishift/diff/__init__.py
decishift/diff/compare.py
decishift/examples/__init__.py
decishift/examples/triage.py
decishift/flow/__init__.py
decishift/flow/actions.py
decishift/flow/analysis.py
decishift/flow/attribution.py
decishift/flow/compare.py
decishift/flow/executor.py
decishift/flow/flow.py
decishift/flow/hybrid.py
decishift/flow/impact.py
decishift/flow/node.py
decishift/flow/reports.py
decishift/flow/targets.py
decishift/flow/trace.py
decishift/flow/validation.py
decishift/replay/__init__.py
decishift/replay/engine.py
decishift/reports/__init__.py
decishift/reports/render.py
tests/test_attribution.py
tests/test_changes.py
tests/test_cli_evidence_commands.py
tests/test_cli_integration.py
tests/test_demo_and_reports.py
tests/test_optional_adapters.py
tests/test_predictions_and_cohorts.py
tests/test_sklearn_adapter.py
tests/test_v021_adaptive_attribution.py
tests/test_v02_attribution.py
tests/test_v02_cohorts_outcomes_fragility.py
tests/test_v02_integrity_contracts.py
tests/test_v02_reproducibility_pipeline.py
tests/test_v031_hardening.py
tests/test_v03_audit.py
tests/test_v03_evidence_contracts.py
tests/test_v03_flow_attribution.py
tests/test_v03_flow_graph.py
tests/test_v03_flow_topology.py
tests/test_v03_flow_transitions.py
tests/test_v03_group_validation.py
tests/test_v03_typed_action_evidence.py
tests/test_version_consistency.py