gabriel / muse public
feat minor hub cli task/hub-cli-repo-mgmt-parsers #1 / 1
gabriel · 150 days ago · Apr 10, 2026 · Diff

feat(hub cli): add repo delete/settings/transfer + proposal comment/reviewer/review parsers

- Register repo delete, repo settings, repo transfer subcommands with handlers - Register proposal comment list, reviewer request/remove, review list subcommands - Add textwrap import (used by new parser descriptions) - All handlers auto-resolve repo_id from current directory hub remote config

sha256:33cc772ef6e940f9e71b4c54bf2c6e3f0e7ca22daea11da5bdb5c5d1d6dd71a8 sha
+8 ~1 symbols
sha256:e3f06abfc61713299743449ed36c6cacbc614dbd991b63b6e77edd52ea8a7e7d snapshot
+8
symbols added
~1
symbol modified
0
dead code introduced
Semantic Changes 9 symbols
~ muse/cli/commands/hub.py .py 8 symbols added, 1 symbol modified
+ textwrap import import textwrap L89–89
+ run_proposal_comment_list function function run_proposal_comment_list L2335–2378
+ run_proposal_review_list function function run_proposal_review_list L2460–2501
+ run_proposal_reviewer_remove function function run_proposal_reviewer_remove L2421–2457
+ run_proposal_reviewer_request function function run_proposal_reviewer_request L2381–2418
+ run_repo_delete function function run_repo_delete L2680–2714
+ run_repo_settings function function run_repo_settings L2717–2764
+ run_repo_transfer function function run_repo_transfer L2767–2799
← Older Oldest on task/hub-cli-repo-mgmt-parsers
All commits
Newer → Latest on task/hub-cli-repo-mgmt-parsers

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:33cc772ef6e940f9e71b4c54bf2c6e3f0e7ca22daea11da5bdb5c5d1d6dd71a8 --body "your comment"