Skip to content

Reproducibility Audit

One-command audit

python main/reproducibility_audit.py

What this audit covers

  • package test execution
  • environment manifest generation
  • deterministic rerun checks
  • bundle breadth/coverage summaries
  • stress-suite execution summaries
  • runtime and cost summaries

Primary outputs

  • main/output/repro/reproducibility_audit.json
  • main/output/repro/reproducibility_audit.md
  • main/output/repro/environment_manifest.json
  • main/output/repro/benchmark_breadth_summary.json
  • main/output/repro/runtime_cost_report.json

How to use audit outputs in reports

Include:

  • exact command used
  • protocol version/hash
  • environment manifest path
  • rerun agreement summary

This makes external validation substantially easier.

Manual runbook

For command-by-command execution details, see:

  • docs/reference/reproducibility_runbook.md