Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 880 Bytes

File metadata and controls

30 lines (22 loc) · 880 Bytes

Reproducibility

Canonical Inputs

  • The canonical benchmark surface is the fixed 35-episode surrogate receptor-response corpus generated by src/zpe_smell/evaluation.py.
  • validation/results/reference_public_eval.json is the committed reference replay for exact-match verification.
  • proofs/artifacts/public_smell_surrogate_scope.json is the committed public proof artifact for the bounded smell surface.

Golden-Bundle Hash

This will be populated by the receipt-bundle.yml workflow in Wave 3.

Verification Command

python3 -m venv .venv
. .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -e '.[dev]'
python3 -m zpe_smell.reproduce --output validation/results/latest_public_eval.json
python3 -m pytest -q

Supported Runtimes

  • CPython 3.11 or newer
  • Local POSIX shell environment with python3 and venv