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.
0 comments
muse hub commit comment sha256:61ed1dd5a5cfe6130ecbae73f218ad672a02f1daf4cf730d106a0f9b9b37f4de --body "your comment"
No comments yet. Be the first to start the discussion.