@staff0rd/assist 0.114.0 → 0.116.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -114,6 +114,7 @@ After installation, the `assist` command will be available globally. You can als
114
114
  - `assist netframework in-sln <csproj>` - Check whether a .csproj is referenced by any .sln file
115
115
  - `assist jira auth` - Authenticate with Jira via API token (saves site/email to ~/.assist/jira.json)
116
116
  - `assist jira ac <issue-key>` - Print acceptance criteria for a Jira issue
117
+ - `assist jira view <issue-key>` - Print the title and description of a Jira issue
117
118
  - `assist ravendb auth` - Configure a named RavenDB connection (prompts for name, URL, database, op:// secret reference)
118
119
  - `assist ravendb auth --list` - List configured RavenDB connections
119
120
  - `assist ravendb auth --remove <name>` - Remove a configured connection
package/claude/CLAUDE.md CHANGED
@@ -6,3 +6,7 @@ When renaming TypeScript files or symbols, use the refactor commands instead of
6
6
  - `assist refactor rename file <source> <destination>` — rename/move a file and update all imports
7
7
  - `assist refactor rename symbol <file> <oldName> <newName>` — rename a variable, function, class, or type across the project
8
8
  Both default to dry-run; add `--apply` to execute.
9
+
10
+ When the user mentions a Jira issue key (e.g. `BAD-671`, `PROJ-123`), use these commands to fetch context:
11
+ - `assist jira view <issue-key>` — print the title and description
12
+ - `assist jira ac <issue-key>` — print acceptance criteria
@@ -39,6 +39,7 @@
39
39
  "Bash(assist voice:*)",
40
40
  "Bash(assist jira auth:*)",
41
41
  "Bash(assist jira ac:*)",
42
+ "Bash(assist jira view:*)",
42
43
  "Bash(assist netframework:*)",
43
44
  "Bash(assist ravendb query:*)",
44
45
  "Bash(assist ravendb collections:*)",