gabriel / muse public
feat patch task/json-trust #1 / 1
gabriel · 62 days ago · Apr 14, 2026 · Diff

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
← Older Oldest on task/json-trust
All commits
Newer → Latest on task/json-trust

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