Files
sow-tools/docs
archvillainetteandClaude Opus 5 a33e39d422
ci / ci (pull_request) Successful in 3m32s
docs: describe the on-disk shape of an emitted NWSync tree
Blob filenames are the SHA-1 of a resource's original bytes, but the file on
disk is NWCompressedBuffer framing: a 24-byte NSYC header then a zstd frame.
Hashing the file directly is the first thing anyone tries when checking a zone
by hand, and it never matches. Record the layout and the one-line recipe that
does match, plus where the uncompressed length lives in the header.

Verified against a real emit and against internal/nwsync/compressedbuf.go.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-31 12:51:14 +02:00
..