CITATION.bib
CITATION.cff
DATA_LICENSE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/ehq/__init__.py
src/ehq/__main__.py
src/ehq/artifacts.py
src/ehq/cache.py
src/ehq/checkpoint.py
src/ehq/cli.py
src/ehq/config.py
src/ehq/constants.py
src/ehq/env.py
src/ehq/errors.py
src/ehq/hashing.py
src/ehq/prompts.py
src/ehq/provenance.py
src/ehq/publication.py
src/ehq/py.typed
src/ehq/reporting.py
src/ehq/selection.py
src/ehq/tls.py
src/ehq/types.py
src/ehq/validation.py
src/ehq.egg-info/PKG-INFO
src/ehq.egg-info/SOURCES.txt
src/ehq.egg-info/dependency_links.txt
src/ehq.egg-info/entry_points.txt
src/ehq.egg-info/requires.txt
src/ehq.egg-info/top_level.txt
src/ehq/analysis/__init__.py
src/ehq/analysis/construct.py
src/ehq/analysis/report.py
src/ehq/analysis/statistics.py
src/ehq/clients/__init__.py
src/ehq/clients/base.py
src/ehq/clients/http.py
src/ehq/clients/mock.py
src/ehq/clients/openai.py
src/ehq/clients/openai_compatible.py
src/ehq/datasets/__init__.py
src/ehq/datasets/answer_quality.py
src/ehq/datasets/ccq_audit.py
src/ehq/datasets/io.py
src/ehq/datasets/ledger.py
src/ehq/datasets/ledger_audit.py
src/ehq/datasets/legacy.py
src/ehq/datasets/pcq_sources.py
src/ehq/datasets/question_quality.py
src/ehq/datasets/temporal.py
src/ehq/datasets/validate.py
src/ehq/evaluation/__init__.py
src/ehq/evaluation/classifier.py
src/ehq/evaluation/confidence.py
src/ehq/evaluation/correctness.py
src/ehq/evaluation/runner.py
src/ehq/evaluation/scoring.py
src/ehq/resources/project/.env.example
src/ehq/resources/project/config/adjudication.example.json
src/ehq/resources/project/config/capability_scores.example.csv
src/ehq/resources/project/config/experiment.json
src/ehq/resources/project/config/models.json
src/ehq/resources/project/config/pilot_primary_review.json
src/ehq/resources/project/config/smoke.json
src/ehq/resources/project/data/examples/EHQ-20-smoke.json
src/ehq/resources/project/data/releases/EHQ-3000.json
tests/test_abstention_confidence_compliance.py
tests/test_aggregate_compatible_runs_tool.py
tests/test_analysis_report.py
tests/test_artifacts.py
tests/test_build_provisional_pilot_report_tool.py
tests/test_cache.py
tests/test_capability_probe.py
tests/test_category_balanced_ehq3.py
tests/test_ccq_audit.py
tests/test_ccq_matched_selectivity.py
tests/test_checkpoint.py
tests/test_classifier.py
tests/test_classifier_validation_tool.py
tests/test_cli.py
tests/test_cli_argument_forwarding.py
tests/test_confidence.py
tests/test_config.py
tests/test_construct_sensitivity.py
tests/test_correctness.py
tests/test_dataset_validation.py
tests/test_derived_analysis_location.py
tests/test_env.py
tests/test_hashing.py
tests/test_installed_scaffold.py
tests/test_ledger.py
tests/test_ledger_audit.py
tests/test_model_exclusion.py
tests/test_pcq_question_quality.py
tests/test_pcq_sources.py
tests/test_provenance.py
tests/test_provider_clients.py
tests/test_publication.py
tests/test_reclassify_run_tool.py
tests/test_recompute_ehq3_protocol_tool.py
tests/test_release_metadata.py
tests/test_reporting.py
tests/test_rq1_capability_gate.py
tests/test_runner.py
tests/test_scoring.py
tests/test_selection.py
tests/test_statistics.py
tests/test_truncation_audit.py
tests/test_truncation_sensitivity.py
tests/test_validation.py
tests/test_verify_route_from_run.py