@angelmsger/jira-cli 0.3.0 → 0.4.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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/install.js +5 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -17,9 +17,9 @@ Installing this package downloads the prebuilt binary for your platform from the
17
17
  matching GitHub Release and verifies its SHA-256 checksum. If your npm setup
18
18
  disables install scripts, the binary is fetched on first run instead.
19
19
 
20
- The companion `jira` Skill for coding agents is embedded in the binary;
21
- `jira-cli skill install` deploys a copy that always matches the installed
22
- CLI version.
20
+ The companion `jira` Skill for coding agents is embedded in the binary.
21
+ After installing or upgrading the package, run `jira-cli skill install` and
22
+ reload the agent context. `jira-cli skill status` reports version alignment.
23
23
 
24
24
  See the [project README](https://github.com/AngelMsger/jira-cli) and the
25
25
  [installation guide](https://github.com/AngelMsger/jira-cli/blob/main/docs/installation.md)
package/install.js CHANGED
@@ -112,10 +112,13 @@ async function install() {
112
112
  function welcomeText() {
113
113
  return [
114
114
  '',
115
- 'jira-cli is ready. First-time setup:',
115
+ 'jira-cli is ready. After every install or upgrade:',
116
116
  '',
117
+ ' jira-cli skill install install or refresh the coding-agent Skill',
118
+ ' reload your agent context load the refreshed Skill',
119
+ '',
120
+ 'First-time server setup:',
117
121
  ' jira-cli config init --pretty configure your server + credentials (interactive)',
118
- ' jira-cli skill install install the coding-agent Skill',
119
122
  '',
120
123
  'Everyday use:',
121
124
  ' jira-cli issue search --assignee me',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angelmsger/jira-cli",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
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, and manage comments across Cloud and Data Center.",
5
5
  "keywords": [
6
6
  "jira",