v0.10.5
- Docs: the README and project site now show a screenshot and an interactive navigation GIF of the org access graph; the terminal demo GIF now demonstrates TAB completion.
- Fixed: no more
BrokenPipeErrortraceback when output is piped to a reader that closes early (grantry ... | head,source <(grantry completion zsh)) — grantry exits quietly on SIGPIPE like a normal Unix tool.