assist v0.115
RavenDB query commands and Jira view
Added a full suite of RavenDB commands. ravendb auth handles authentication via 1Password secret references, ravendb set-connection saves named connection configs (URL, database, secret ref), and ravendb query runs RQL queries against a connection with automatic pagination. There’s also ravendb collections to list collections and ravendb search for full-text search across items. Connections are resolved interactively if not specified, and credentials are fetched from 1Password at runtime.
Extended the Jira integration with a jira view command that prints the issue title and description, complementing the existing jira ac command. Refactored the shared fetch logic into fetchIssue.ts so both commands reuse the same API call. Also updated the Claude instructions so it knows when to use jira view vs jira ac.
Narrowed the CLI hook discovery in permit-cli-reads to only scan files listed in a new assist.cli-reads manifest rather than discovering all readable commands dynamically. This gives more control over which commands get added to the allow list.