feat(#143): CLI for proposal comment delete (soft/--hard) + list --include-deleted
Companion to the musehub server-side change (musehub#143). Mirrors 'muse hub issue comment-delete' plus two additions that didn't exist yet anywhere in the CLI: a --hard flag (actually removes the row, requires owner or admin collaborator server-side) and --include-deleted on 'proposal comment list' (surfaces soft-deleted comments, requires write/admin access server-side).
muse hub proposal comment delete <id> --comment-id <id> muse hub proposal comment delete <id> --comment-id <id> --hard muse hub proposal comment list <id> --include-deleted
Verified end-to-end against a local dev server: create -> soft-delete -> excluded from list -> shown with --include-deleted -> hard-delete -> gone even with --include-deleted -> re-delete returns 404. All exit codes and JSON envelope shapes match the issue-comment-delete reference implementation.
Files Changed
~1
1156 in snapshot
0 comments
muse hub commit comment sha256:2f1671edb565f467884390e32b97756a4b38406a60d8097468217730aa0f0076 --body "your comment"
No comments yet. Be the first to start the discussion.