fix: handle Wire MPack (MUSE magic) format in read_object_bytes
read_object_bytes used msgpack.unpackb unconditionally; objects pushed via the current wire protocol are stored as Wire MPack (b'MUSE' header). Detect the magic and route to parse_wire_mpack; fall back to msgpack for legacy packs.
sha256:f79e156fad19972566832c41b0f3cd30abef6000f29d3f16955a77a6fca93307
sha
sha256:41b9cad9daeae97c900f5db0eacf164ad0e02a20d3b3d0059e3b25271fe6da9b
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:f79e156fad19972566832c41b0f3cd30abef6000f29d3f16955a77a6fca93307 --body "your comment"
No comments yet. Be the first to start the discussion.