pub const SNAPSHOT_META: &str = ".snapshot-meta.json";Expand description
Provenance the snapshot command writes into each snapshots/<label>/ dir,
recording whether it was materialized from a git ref (reproducible) or copied
from the working tree (not reproducible). Teardown only reclaims ref snapshots.