@angelmsger/jira-cli 0.5.0 → 0.6.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/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angelmsger/jira-cli",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Drive Jira issue-tracking workflows from the command line, built for coding agents: read and search issues via JQL, create/edit/assign/transition them,
|
|
3
|
+
"version": "0.6.0",
|
|
4
|
+
"description": "Drive Jira issue-tracking workflows from the command line, built for coding agents: read and search issues via JQL, create/edit/assign/transition them, manage comments, and log work across Cloud and Data Center.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jira",
|
|
7
7
|
"cli",
|
|
8
8
|
"issues",
|
|
9
9
|
"agent",
|
|
10
10
|
"claude",
|
|
11
|
-
"jql"
|
|
11
|
+
"jql",
|
|
12
|
+
"worklog",
|
|
13
|
+
"time-tracking"
|
|
12
14
|
],
|
|
13
15
|
"homepage": "https://angelmsger.github.io/jira-cli/",
|
|
14
16
|
"repository": {
|