@stonerzju/jira-cli 1.7.0-skill.1 → 1.7.0-skill.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stonerzju/jira-cli",
3
- "version": "1.7.0-skill.1",
3
+ "version": "1.7.0-skill.2",
4
4
  "description": "Feature-rich interactive Jira CLI with OpenClaw skill integration - Based on ankitpokhrel/jira-cli v1.7.0",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -0,0 +1,31 @@
1
+ #!/usr/bin/env node
2
+
3
+ /**
4
+ * Post-install script for @stonerzju/jira-cli
5
+ * This script runs automatically after npm install
6
+ */
7
+
8
+ console.log('');
9
+ console.log('🔧 @stonerzju/jira-cli - Post Installation');
10
+ console.log('==========================================');
11
+ console.log('');
12
+ console.log('✅ Package installed successfully!');
13
+ console.log('');
14
+ console.log('📦 Package: @stonerzju/jira-cli@1.7.0-skill.1');
15
+ console.log('📍 Based on: ankitpokhrel/jira-cli v1.7.0');
16
+ console.log('');
17
+ console.log('📚 Documentation:');
18
+ console.log(' The package includes complete documentation in docs/ folder:');
19
+ console.log(' - BRANCH_AND_RELEASE.md (19.9KB)');
20
+ console.log(' - IMPLEMENTATION_SUMMARY.md (9.9KB)');
21
+ console.log(' - RELEASE_GUIDE.md (7.1KB)');
22
+ console.log(' - TEST_REPORT.md (5.6KB)');
23
+ console.log(' - VERSION_CHANGE.md (4.6KB)');
24
+ console.log('');
25
+ console.log('📦 Usage:');
26
+ console.log(' jira --version');
27
+ console.log(' jira-cli-tool --version');
28
+ console.log(' jira --help');
29
+ console.log('');
30
+ console.log('✅ Installation complete!');
31
+ console.log('');