gabriel / muse public
feat minor feat/issue-crud-cli #1 / 1
AI Agent gabriel · 67 days ago · Apr 10, 2026 · Diff

feat: add issue assign and label CLI subcommands

- Add muse hub issue assign <number> --assignee <user> (--unassign via '') - Add muse hub issue label <number> --set <labels>... | --remove <label> - --set uses POST .../labels (bulk replace); --remove uses DELETE .../labels/{name} - Update _hub_api body type to accept None values for null JSON fields - Add 31 hardening + registration tests for both new subcommands

sha256:49d11ed17deec1d97867d332ea0205a9df55d97234de8f3f7a52ee81fc15ee5a sha
sha256:74c932254678a30530e7e81681c036b975c64a786debfe082ee382e023f9c5d1 snapshot
← Older Oldest on feat/issue-crud-cli
All commits
Newer → Latest on feat/issue-crud-cli

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:49d11ed17deec1d97867d332ea0205a9df55d97234de8f3f7a52ee81fc15ee5a --body "your comment"