.editorconfig
.gitignore
.pre-commit-config.yaml
.ruff.toml
AGENTS.md
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
DEVELOPMENT.md
LICENSE
Makefile
README.md
RELEASE_NOTES_v0.1.0.md
RELEASE_NOTES_v0.1.1.md
RELEASE_NOTES_v0.5.0.md
RELEASE_NOTES_v0.7.0.md
RELEASE_NOTES_v0.8.0.md
mypy.ini
pyproject.toml
.claude/CLAUDE.md
.github/BRANCH_PROTECTION_SETUP.md
.github/ERROR_PREVENTION_STRATEGY.md
.github/copilot-instructions.md
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/instructions/src.instructions.md
.github/workflows/ci.yml
.github/workflows/release.yml
docs/DEVELOPMENT.md
docs/agent-context/architecture.md
docs/agent-context/invariants.md
docs/agent-context/lessons-learned.md
docs/agent-context/review-checklist.md
docs/agent-context/workflows.md
examples/preflight.py
examples/quickstart.py
examples/quickstart_pairwise.py
scripts/check_git_status.py
scripts/check_github_status.py
scripts/create_release.py
scripts/validate_contribution.py
scripts/validate_project.py
src/skdr_eval/__init__.py
src/skdr_eval/_simulation.py
src/skdr_eval/_version.py
src/skdr_eval/capabilities.py
src/skdr_eval/choice.py
src/skdr_eval/config.py
src/skdr_eval/core.py
src/skdr_eval/diagnostics.py
src/skdr_eval/exceptions.py
src/skdr_eval/models.py
src/skdr_eval/pairwise.py
src/skdr_eval/reporting.py
src/skdr_eval/statistical.py
src/skdr_eval/synth.py
src/skdr_eval/validation.py
src/skdr_eval/visualization.py
src/skdr_eval.egg-info/PKG-INFO
src/skdr_eval.egg-info/SOURCES.txt
src/skdr_eval.egg-info/dependency_links.txt
src/skdr_eval.egg-info/requires.txt
src/skdr_eval.egg-info/top_level.txt
src/skdr_eval/templates/card.html
src/skdr_eval/templates/report.html
tests/conftest.py
tests/test_api.py
tests/test_autoscale.py
tests/test_bootstrap_ci.py
tests/test_bootstrap_integration.py
tests/test_capabilities.py
tests/test_config.py
tests/test_contributions.py
tests/test_coverage_gaps.py
tests/test_coverage_simulation.py
tests/test_design_and_propensity.py
tests/test_diagnostics_trust.py
tests/test_dr_sndr_smoke.py
tests/test_error_handling.py
tests/test_models.py
tests/test_pairwise_api.py
tests/test_propensity_choice.py
tests/test_propensity_diagnostics.py
tests/test_public_validators.py
tests/test_reporting_artifact.py
tests/test_statistical.py
tests/test_temporal_split_controls.py
tests/test_visualization.py