Clarify sidecar fail-closed: replace dead sidecar-less fallback with a clear error #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/10-sidecar-failclosed"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #10.
Why: the sidecar-less fallback in loadMeta returned a meta object with no digest, which then threw deep in verifyDigest — so the path was dead code presented as supported, and a missing sidecar failed with a confusing error.
Testing: tests/download.test.js + repo CI.
DO NOT MERGE: lead/operator review.