tine verify

tine verify recomputes the SHA-256 checksum for the artifact body and compares it with metadata.integrity.digest.

Usage

Terminal
tine verify <run_id_or_path>
Terminal
tine verify result.tine
tine verify .tine_runs/a3f8c1d2.tine
tine verify a3f8c1d2

Success

Terminal
OK result.tine sha256:7d42b8a91c0f

Failure

Terminal
FAILED result.tine: digest mismatch
expected: 7d42b8a91c0f...
actual:   b0a9182ee34d...

Scope

The digest is an integrity checksum, not a signature. It currently covers the redacted artifact body outside metadata. Metadata-only edits are outside the digest boundary.