Commit graph

4 commits

Author SHA1 Message Date
a6b1a027c8
refactor: switch storage format from MessagePack to bincode
- Replace rmp-serde with bincode 1.x in Cargo.toml
- Update store.rs serialization/deserialization and ID hashing
- Rename model.rs helpers from to_msgpack/from_msgpack to to_bytes/from_bytes
- Consolidate MsgPack/MsgPackDecode error variants into single Bincode variant
- Remove skip_serializing_if on ssh_signature (incompatible with bincode)
- Update all documentation to reflect bincode storage format
2026-02-10 21:03:53 +00:00
86a49961ad
docs: add project documentation 2026-02-10 00:00:27 +00:00
a9615b9d78
docs: update spec formatting 2026-02-06 17:58:28 +00:00
1fc7fa8ede
feat: create implementation spec 2026-02-06 17:50:03 +00:00