pub const MAGIC: &[u8; 6] = b"SOMA1\0";
Frame magic: the first six bytes of every SOMA1-encoded value. Public so stores can sniff a blob’s format without decoding it.
SOMA1