gabriel / muse public
BREAKING task/issue-58-cleanup #1 / 1
AI Agent gabriel · 106 days ago · May 26, 2026 · Diff

Remove stale .muse/commits/.muse/snapshots references after unified object store migration

- Drop dead imports of snapshots_dir/commits_dir from gc.py, snapshot_cmd.py, snapshot_diff.py, and verify.py - Update all docstrings and CLI help text to reference .muse/objects/sha256/ - Rename test_commits_still_written_to_commits_dir and test_snapshots_still_written_to_snapshots_dir to reflect unified store - Update docs/utility-reference.md commit_path/snapshot_path descriptions

sha256:d8110f5a2a98fb7d8272fa1239f87f75b6fc70237b25fe8e949b6cf1425519de sha
~21 −5 symbols
sha256:6fffa4493a3beb0af8c80b8e6352182167dd50d51b586fe7a4d00066fd5e2cf0 snapshot
~21
symbols modified
−5
symbols removed
0
dead code introduced
Semantic Changes 26 symbols
~ muse/cli/commands/commit_tree.py .py 1 symbol modified
~ run
~ muse/cli/commands/gc.py .py 1 symbol modified
~ muse/cli/commands/hub/_core.py .py 1 symbol modified
~ muse/cli/commands/snapshot_cmd.py .py 1 symbol removed, 3 symbols modified
_snapshots_dir import import _snapshots_dir L82–82
~ muse/cli/commands/snapshot_diff.py .py 1 symbol removed, 1 symbol modified
_snapshots_dir import import _snapshots_dir L111–111
~ muse/core/gc.py .py 2 symbols removed, 5 symbols modified
_commits_dir import import _commits_dir L65–65
_snapshots_dir import import _snapshots_dir L65–65
~ run_gc
~ muse/core/types.py .py 1 symbol modified
~ muse/core/verify.py .py 1 symbol removed, 1 symbol modified
_snapshots_dir import import _snapshots_dir L55–55
← Older Oldest on task/issue-58-cleanup
All commits
Newer → Latest on task/issue-58-cleanup

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:d8110f5a2a98fb7d8272fa1239f87f75b6fc70237b25fe8e949b6cf1425519de --body "your comment"