fix(store): fix get_all_commits and prefix-scan globs for algo-prefixed paths
Commits are stored at commits/<algo>/<hex>.msgpack after the algo-prefix sprint. The three commit-listing functions were still globbing '*.msgpack' at the top level of commits_dir, returning empty results.
- get_all_commits: '*.msgpack' → '*/*.msgpack' - _find_commit_by_prefix: '{prefix}*.msgpack' → '*/{prefix}*.msgpack' - find_commits_by_prefix: same pattern fix
sha256:2747d4dfbbaa1233f176bd114ab57b662820480d2cc0df2d5619c4af651df0d8
sha
sha256:67c1892dd63d9e9848027a6f3adb624aa041a8411f8490e904ad15706547561e
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:2747d4dfbbaa1233f176bd114ab57b662820480d2cc0df2d5619c4af651df0d8 --body "your comment"
No comments yet. Be the first to start the discussion.