fix(object_store): strip sha256: prefix before constructing filesystem path
object_path() was slicing object_id[:plen]/object_id[plen:] but after the sha256: prefix enforcement the ID starts with 'sha256:' — causing the shard directory to be 'sh/' and filename to be 'a256:...' instead of '7e/364b...'.
Fix: removeprefix('sha256:') before the shard split, same pattern as _commit_path and _snapshot_path in store.py.
sha256:4058d36a2c03c33e95f854d8b237027f186d3afaec2cb1bddcad1f4677da90a7
sha
sha256:67a57a3af9f16cf938aab103ab66326bf9704e1d3a585bb76ad95d2001435732
snapshot
Older
feat(msign+store): upgrade MSign to 6-field canonical message; e…
sha256:cd1681509826d0afe21392145109fa851c079cb4ae5a47c7363e56add0f7677d
All commits
Newer
feat: supercharge muse cherry-pick for agent use
sha256:d94de8b882c98f892cbf9118dcfcb08278c227785551e4884c5d9c364859c837
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:4058d36a2c03c33e95f854d8b237027f186d3afaec2cb1bddcad1f4677da90a7 --body "your comment"
No comments yet. Be the first to start the discussion.