feat: add --json to muse trust subcommands
All five trust subcommands (list, hub-list, add, remove, hub-reset) now support --json for agent-ergonomics parity.
- trust list --json → {"trusted_dirs": [...]} - trust hub-list --json → {"fingerprints": {hostname: record}} - trust add --json → {"added": true, "path": "..."} - trust remove --json → {"removed": bool, "path": "..."} - trust hub-reset --json → {"reset": bool, "hostname": "..."}
21 new tests; all existing trust tests pass.
sha256:fa019a673e6afb6c394437520c3f8cb12a82383db4d87c7cb7c33bcc47b03939
sha
sha256:6907d6f2f98fe99a0ed2c597581d9ff0b9d005cfe0153efec8cfdd700791031e
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:fa019a673e6afb6c394437520c3f8cb12a82383db4d87c7cb7c33bcc47b03939 --body "your comment"
No comments yet. Be the first to start the discussion.