gabriel / muse public
fix patch hub task/show-to-read #2 / 2
gabriel · 62 days ago · Apr 15, 2026 · Diff

fix(hub): rename 'show' → 'read' across issue, proposal, repo subcommands

CRUD is the right vocabulary for an agent-first CLI: Create, Read, Update, Delete. 'show' is a git-ism that bleeds the wrong mental model.

- hub issue show → hub issue read - hub proposal show → hub proposal read - hub repo show → hub repo read

Update all parser registrations, docstrings, and agent-guide.md glossary. Add show/get anti-pattern entries to the Gitism table so agents don't reach for the wrong command.

37 previously failing tests now pass (517/517).

sha256:20867a4e1d9d754358463d50575960f52c63ecbfb59ba6722ba3136e08c5375e sha
sha256:9d37cb49389d0ca27db61b495fa15e09362152118fc0c15b98d4d6929782369f 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:20867a4e1d9d754358463d50575960f52c63ecbfb59ba6722ba3136e08c5375e --body "your comment"