@staff0rd/assist 0.106.1 → 0.107.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
@@ -104,6 +104,8 @@ After installation, the `assist` command will be available globally. You can als
104
104
  - `assist status-line` - Format Claude Code status line from JSON stdin
105
105
  - `assist netframework deps <csproj>` - Show .csproj project dependency tree and solution membership
106
106
  - `assist netframework in-sln <csproj>` - Check whether a .csproj is referenced by any .sln file
107
+ - `assist jira auth` - Authenticate with Jira via API token (saves site/email to ~/.assist/jira.json)
108
+ - `assist jira ac <issue-key>` - Print acceptance criteria for a Jira issue
107
109
  - `assist complexity <pattern>` - Analyze a file (all metrics if single match, maintainability if multiple)
108
110
  - `assist complexity cyclomatic [pattern]` - Calculate cyclomatic complexity per function
109
111
  - `assist complexity halstead [pattern]` - Calculate Halstead metrics per function
@@ -36,6 +36,8 @@
36
36
  "Bash(assist complexity:*)",
37
37
  "Bash(assist transcript format:*)",
38
38
  "Bash(assist voice:*)",
39
+ "Bash(assist jira auth:*)",
40
+ "Bash(assist jira ac:*)",
39
41
  "Bash(assist netframework:*)",
40
42
  "Bash(head:*)",
41
43
  "Bash(tail:*)",