gabriel / muse public
refactor BREAKING cli task/show-to-read #1 / 2
gabriel · 62 days ago · Apr 15, 2026 · Diff

refactor(cli): rename 'show' → 'read' across all subcommands

CRUD semantics: every subcommand that reads a single resource now uses 'read' (Create, Read, Update, Delete). 'show' was a display/UI verb — 'read' is the correct data-access verb.

Commands renamed: muse hub issue show → muse hub issue read muse hub repo show → muse hub repo read muse hub proposal show → muse hub proposal read muse release show → muse release read muse config show → muse config read muse snapshot show → muse snapshot read muse stash show → muse stash read muse agent-config show → muse agent-config read

All variable names (show_p → read_p), function names (run_show → run_read, run_repo_show → run_repo_read, etc.), TypedDict names (_SnapshotShowJson → _SnapshotReadJson), comments, docstrings, and help text updated throughout. Tests renamed to match (test_show_* → test_read_*, class ShowExtended → ReadExtended, etc.).

1269 tests pass.

sha256:61ed1dd5a5cfe6130ecbae73f218ad672a02f1daf4cf730d106a0f9b9b37f4de sha
sha256:64a3208b3fe679b4abf9297087c4790ccbab54134404e290190acfeb97f41740 snapshot

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:61ed1dd5a5cfe6130ecbae73f218ad672a02f1daf4cf730d106a0f9b9b37f4de --body "your comment"