← run detailMerkle Inclusion Proof
✗ NOT VERIFIEDProves this run's chain head is committed into the day's Merkle root. Leaf = sha256(run_id + ":" + chain_head). Siblings enable independent root reconstruction.
RUN ID
code_review_91b62f70
CHAIN HEAD & LEAF
CHAIN HEAD68c8a53d30dc1e60cd93d105f91f886a63d789ac68193953ad011a27666a5ddd
LEAF HASH2614a5c767abd6976992ec698ad082b2f9965de82835cbdeb320ee7945dd1a48sha256("code_review_91b62f70:68c8a53d…")
MERKLE ROOT095b999c7b71fc4f222a0f498f7e85741a2ce8bc47ff25867b778865f7454297
Single-run day — no sibling nodes needed; leaf is the root.
INDEPENDENT VERIFICATION
# Recompute leaf
leaf = sha256("code_review_91b62f70:68c8a53d30dc1e60cd93d105f91f886a63d789ac68193953ad011a27666a5ddd")
# assert leaf == "2614a5c767abd697..."
# Walk the proof path
node = leaf
# node must equal merkle_root
assert node == "095b999c7b71fc4f..."