Reproduce Vela Mathematics Program
Obtain the exact source, verify the released binary, and replay the published repository.
exact checkout
1
Obtain the exact source
Clone the configured repository and check out the published commit.
git clone https://github.com/vela-science/math.git
cd math
git checkout 2415f78e850aeee50afdca525c6f2e0ea606f2072
Verify the Vela binary
Confirm both the release identity and the exact executable bytes.
vela --version
shasum -a 256 "$(command -v vela)"3
Replay the snapshot
Run the pinned reproduction command without repairing or reinterpreting state.
vela replay . --jsonWhat success proves
The pinned Git tree is available; the repository index matches its canonical records; strict checks match this release.
What success does not prove
That a pending Claim is accepted, verifier output has scientific authority, or this commit is the freshest state.