gabriel / muse public
feat patch shard dev
AI Agent gabriel · 156 days ago · Apr 19, 2026 · Diff

feat(shard): [t] pass — EnvelopeJson TypedDicts, make_envelope, agent-guide entry

- _ShardJson inherits EnvelopeJson; _ShardEntryJson is a plain TypedDict - Both JSON output sites use _ShardJson(**make_envelope(elapsed), ...) - _ShardEntryJson constructor used for shard list entries - Module docstring updated to show envelope fields - Sprint doc marked [x][x][x][x]; agent-guide entry added

sha256:65fa7298515e0b5681242c7426e3041da09690177d4fac942d5839fc9061cf4b sha
+5 ~30 −1 symbols
sha256:9ffa6b7e44a1c462a49bf0d56135b07940e9165ed3a2484e541a7adb0279d8d2 snapshot
+5
symbols added
~30
symbols modified
−1
symbol removed
0
dead code introduced
Semantic Changes 36 symbols
~ muse/cli/commands/shard.py .py 5 symbols added, 1 symbol removed, 1 symbol modified
__version__ import import __version__ L94–94
+ _ShardEntryJson class class _ShardEntryJson L116–122
+ _ShardJson class class _ShardJson L125–135
+ EnvelopeJson import import EnvelopeJson L101–101
+ TypedDict import import TypedDict L98–98
+ make_envelope import import make_envelope L101–101
~ run
← 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:65fa7298515e0b5681242c7426e3041da09690177d4fac942d5839fc9061cf4b --body "your comment"