gabriel / muse public
refactor BREAKING dev
AI Agent gabriel · 113 days ago · May 16, 2026 · Diff

refactor: rename FetchStreamResult → FetchBundleResult; purge stream_ variable names

- Rename FetchStreamResult → FetchBundleResult in transport.py and all tests - Rename _make_fetch_stream_result → _make_fetch_bundle_result in tests - Rename _fetch_stream → _fetch_bundle local helpers in test_cmd_*_hardening.py - Rename t0_stream/t_stream/stream_result → t0_fetch/t_fetch/fetch_result in clone.py, fetch.py, and pull.py - Remove 'negotiate helper' from pull_hardening comment (negotiate_have is gone) - Fix remaining 'MWP' mentions in mpack.py TypedDict docstrings and _apply_snapshot_deltas

sha256:0547ef8186aa987eb4b4606a63f358e07c05172a9e1a87cc6d15e48b588b5926 sha
+3 ~19 −3 symbols
sha256:7fb36e14522d45ec3d5b7a9a62f0a0834c05d6833f699a00ccebc85afa388aa8 snapshot
+3
symbols added
~19
symbols modified
−3
symbols removed
0
dead code introduced
Semantic Changes 25 symbols
~ muse/cli/commands/clone.py .py 1 symbol modified
~ run
~ muse/cli/commands/fetch.py .py 1 symbol modified
~ muse/cli/commands/pull.py .py 1 symbol modified
~ run
~ muse/core/transport.py .py 1 symbol added, 1 symbol removed, 4 symbols modified
FetchStreamResult class class FetchStreamResult L176–189
+ FetchBundleResult class class FetchBundleResult L176–189
~ tests/test_cmd_fetch_hardening.py .py 1 symbol added, 1 symbol removed, 1 symbol modified
_make_fetch_stream_result function function _make_fetch_stream_result L93–106
+ _make_fetch_bundle_result function function _make_fetch_bundle_result L93–106
~ tests/test_transport_fetch_bundle.py .py 1 symbol added, 1 symbol removed, 2 symbols modified
FetchStreamResult import import FetchStreamResult L25–25
+ FetchBundleResult import import FetchBundleResult L25–25
← Older Oldest on dev
All commits
Newer → Latest on dev

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:0547ef8186aa987eb4b4606a63f358e07c05172a9e1a87cc6d15e48b588b5926 --body "your comment"