gabriel / muse public
BREAKING task/rename-show-to-read #1 / 1
AI Agent gabriel · 161 days ago · Apr 18, 2026 · Diff

rename: muse show → muse read for CRUD consistency

All CLI command names follow read/create/update/delete conventions. 'show' was a Gitism — renamed to 'read' everywhere: - muse/cli/commands/show.py → read.py (registration: 'read') - app.py import + registration updated - All tests updated (test_cli_show, test_cmd_show, test_bare_hex_rejection, etc.) - docs/agent-guide.md + all reference docs updated

sha256:4061d207556a1972d42260d1adde8e3f427857cd5b1f7bf24f4dfc145ac4791f sha
+11 ~241 −11 symbols
sha256:ea1c808ff20aa570c2a8d9bd3671e36b92fbef65970486197b7fb3f82bf9377c snapshot
+11
symbols added
~241
symbols modified
−11
symbols removed
0
dead code introduced
Semantic Changes 263 symbols
~ docs/agent-guide.md .md 2 symbols added, 2 symbols removed, 8 symbols modified
− muse show --json — what the output contains section muse show --json — what the output contains L566–583
− code[bash]@L575 variable variable code[bash]@L575 L575–579
+ muse read --json — what the output contains section muse read --json — what the output contains L566–583
+ code[bash]@L575 variable variable code[bash]@L575 L575–579
~ docs/demo/README.md .md 2 symbols modified
~ docs/demo/demo-script.md .md 2 symbols added, 2 symbols removed, 5 symbols modified
− Step 42 — muse show on a commit with note-level changes section Step 42 — muse show on a commit with note-level changes L383–412
− code@L385 variable variable code@L385 L385–396
+ Step 42 — muse read on a commit with note-level changes section Step 42 — muse read on a commit with note-level changes L383–412
+ code@L385 variable variable code@L385 L385–396
~ 2)
~ muse/core/validation.py .py 1 symbol modified
~ muse/plugins/code/plugin.py .py 2 symbols modified
~ tests/test_bare_hex_rejection.py .py 6 symbols added, 6 symbols removed
− TestShowBareHexRejected class class TestShowBareHexRejected L369–409
− test_bare_full_hex_rejected method method test_bare_full_hex_rejected L377–380
− test_bare_short_hex_rejected method method test_bare_short_hex_rejected L382–385
− test_branch_name_still_accepted method method test_branch_name_still_accepted L395–401
− test_head_still_accepted method method test_head_still_accepted L403–409
− test_prefixed_full_id_accepted method method test_prefixed_full_id_accepted L387–393
+ TestReadBareHexRejected class class TestReadBareHexRejected L369–409
+ test_bare_full_hex_rejected method method test_bare_full_hex_rejected L377–380
+ test_bare_short_hex_rejected method method test_bare_short_hex_rejected L382–385
+ test_branch_name_still_accepted method method test_branch_name_still_accepted L395–401
+ test_head_still_accepted method method test_head_still_accepted L403–409
+ test_prefixed_full_id_accepted method method test_prefixed_full_id_accepted L387–393
~ tests/test_cmd_show_hardening.py .py 1 symbol modified
~ _show
~ muse/cli/commands/read.py .py moved from muse/cli/commands/show.py; 1 modified
← Older Oldest on task/rename-show-to-read
All commits
Newer → Latest on task/rename-show-to-read

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:4061d207556a1972d42260d1adde8e3f427857cd5b1f7bf24f4dfc145ac4791f --body "your comment"