Repro Pack
Create a runnable, reviewable package, not just a README.
Recommended structure:
repro-pack/
README.md
environment.yml / requirements.txt / Dockerfile
data/README.md
data/checksums.txt
configs/
scripts/train.sh
scripts/eval.sh
scripts/reproduce_tables.sh
logs/
results/tables/
results/figures/
model_cards/
commit.txt
known_issues.md
Always capture exact commands, commit hash, dataset version, seeds, hardware, runtime, and expected outputs. Validate by running the smallest representative reproduce command when feasible.