@atlashub/smartstack-cli 1.4.0 → 1.5.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 (66) hide show
  1. package/.documentation/agents.html +8 -4
  2. package/.documentation/apex.html +8 -4
  3. package/.documentation/business-analyse.html +833 -406
  4. package/.documentation/commands.html +8 -4
  5. package/.documentation/css/styles.css +153 -15
  6. package/.documentation/efcore.html +8 -4
  7. package/.documentation/gitflow.html +795 -230
  8. package/.documentation/hooks.html +8 -4
  9. package/.documentation/index.html +13 -9
  10. package/.documentation/installation.html +23 -19
  11. package/.documentation/ralph-loop.html +530 -0
  12. package/.documentation/test-web.html +8 -4
  13. package/README.md +52 -10
  14. package/dist/index.js +813 -283
  15. package/dist/index.js.map +1 -1
  16. package/package.json +1 -1
  17. package/templates/agents/efcore/conflicts.md +44 -17
  18. package/templates/agents/efcore/db-status.md +27 -6
  19. package/templates/agents/efcore/scan.md +43 -13
  20. package/templates/commands/ai-prompt.md +315 -315
  21. package/templates/commands/application/create.md +362 -362
  22. package/templates/commands/controller/create.md +216 -216
  23. package/templates/commands/controller.md +59 -0
  24. package/templates/commands/create/agent.md +138 -0
  25. package/templates/commands/create/command.md +166 -0
  26. package/templates/commands/create/hook.md +234 -0
  27. package/templates/commands/create/plugin.md +329 -0
  28. package/templates/commands/create/project.md +507 -0
  29. package/templates/commands/create/skill.md +199 -0
  30. package/templates/commands/create.md +220 -0
  31. package/templates/commands/documentation/module.md +202 -202
  32. package/templates/commands/efcore/_env-check.md +153 -153
  33. package/templates/commands/efcore/conflicts.md +109 -192
  34. package/templates/commands/efcore/db-status.md +101 -89
  35. package/templates/commands/efcore/migration.md +23 -11
  36. package/templates/commands/efcore/scan.md +115 -119
  37. package/templates/commands/efcore.md +54 -6
  38. package/templates/commands/feature-full.md +267 -267
  39. package/templates/commands/gitflow/11-finish.md +145 -11
  40. package/templates/commands/gitflow/13-sync.md +216 -216
  41. package/templates/commands/gitflow/14-rebase.md +251 -251
  42. package/templates/commands/gitflow/2-status.md +120 -10
  43. package/templates/commands/gitflow/3-commit.md +150 -0
  44. package/templates/commands/gitflow/7-pull-request.md +134 -5
  45. package/templates/commands/gitflow/9-merge.md +142 -1
  46. package/templates/commands/implement.md +663 -663
  47. package/templates/commands/init.md +562 -0
  48. package/templates/commands/mcp-integration.md +330 -0
  49. package/templates/commands/notification.md +129 -129
  50. package/templates/commands/validate.md +233 -0
  51. package/templates/commands/workflow.md +193 -193
  52. package/templates/skills/ai-prompt/SKILL.md +778 -778
  53. package/templates/skills/application/SKILL.md +563 -563
  54. package/templates/skills/application/templates-backend.md +450 -450
  55. package/templates/skills/application/templates-frontend.md +531 -531
  56. package/templates/skills/application/templates-i18n.md +520 -520
  57. package/templates/skills/application/templates-seed.md +647 -647
  58. package/templates/skills/controller/SKILL.md +240 -240
  59. package/templates/skills/controller/postman-templates.md +614 -614
  60. package/templates/skills/controller/templates.md +1468 -1468
  61. package/templates/skills/documentation/SKILL.md +133 -133
  62. package/templates/skills/documentation/templates.md +476 -476
  63. package/templates/skills/feature-full/SKILL.md +838 -838
  64. package/templates/skills/notification/SKILL.md +555 -555
  65. package/templates/skills/ui-components/SKILL.md +870 -870
  66. package/templates/skills/workflow/SKILL.md +582 -582
package/README.md CHANGED
@@ -1,15 +1,21 @@
1
- # @smartstack/claude-commands
1
+ # @atlashub/smartstack-cli
2
2
 
3
- SmartStack Claude Code automation toolkit - GitFlow, APEX, EF Core migrations, prompts and more.
3
+ [![npm version](https://img.shields.io/npm/v/@atlashub/smartstack-cli.svg)](https://www.npmjs.com/package/@atlashub/smartstack-cli)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+
6
+ SmartStack CLI v1.4.0 - Claude Code automation toolkit for GitFlow, APEX methodology, Business Analysis, EF Core migrations, and more.
4
7
 
5
8
  ## Installation
6
9
 
7
10
  ```bash
8
11
  # Install globally
9
- npm install -g @smartstack/claude-commands
12
+ npm install -g @atlashub/smartstack-cli
10
13
 
11
14
  # Install commands to Claude Code
12
15
  smartstack install
16
+
17
+ # Or use the short alias
18
+ ss install
13
19
  ```
14
20
 
15
21
  ## Usage
@@ -45,14 +51,16 @@ After installation, the following commands are available in Claude Code:
45
51
 
46
52
  ### Business Analysis
47
53
 
48
- - `/business-analyse` - Full BA workflow (7 phases)
49
- - `/business-analyse:1-init` - Initialize structure
50
- - `/business-analyse:2-discover` - Requirements elicitation
54
+ - `/business-analyse` - Full BA workflow with automatic orchestration
55
+ - `/business-analyse:1-init` - Initialize BA structure
56
+ - `/business-analyse:2-discover` - Requirements elicitation + similarity detection
51
57
  - `/business-analyse:3-analyse` - Business analysis (BRD)
52
58
  - `/business-analyse:4-specify` - Functional specification (FRD)
53
- - `/business-analyse:5-validate` - User validation
54
- - `/business-analyse:6-handoff` - Development handoff
55
- - `/business-analyse:7-document` - Documentation
59
+ - `/business-analyse:5-validate` - User validation gate
60
+ - `/business-analyse:6-handoff` - Implementation brief (English)
61
+ - `/business-analyse:7-doc-html` - Auto-generated HTML documentation
62
+ - `/business-analyse:bug` - Bug resolution documentation
63
+ - `/business-analyse:change-request` - Change request during development
56
64
 
57
65
  ### EF Core Migrations
58
66
 
@@ -65,18 +73,38 @@ After installation, the following commands are available in Claude Code:
65
73
  - `/efcore:scan` - Scan migrations across branches
66
74
  - `/efcore:conflicts` - Detect conflicts
67
75
  - `/efcore:rebase-snapshot` - Rebase ModelSnapshot
76
+ - `/efcore:squash` - Squash multiple migrations
77
+
78
+ ### Prompts & Tools
79
+
80
+ - `/prompts:create` - Expert prompt creation
81
+ - `/prompts:agent` - Agent prompt optimization
82
+ - `/prompts:command` - Command prompt patterns
83
+ - `/prompts:claude-memory` - CLAUDE.md file management
84
+
85
+ ### Ralph Loop (v1.4.0)
86
+
87
+ - `/ralph-loop` - Start autonomous Ralph Loop session
88
+ - `/ralph-loop:cancel-ralph` - Cancel active Ralph Loop
89
+ - `/ralph-loop:help` - Ralph Loop documentation
90
+
91
+ ### Quick Search
92
+
93
+ - `/quick-search` - Lightning-fast codebase search
68
94
 
69
95
  ## CLI Commands
70
96
 
71
97
  ```bash
72
98
  # Install commands globally
73
99
  smartstack install
100
+ ss install # Short alias
74
101
 
75
- # Install to current project
102
+ # Install to current project only
76
103
  smartstack install --local
77
104
 
78
105
  # Show installation status
79
106
  smartstack status
107
+ smartstack status --verbose
80
108
 
81
109
  # Update to latest version
82
110
  smartstack update
@@ -85,6 +113,20 @@ smartstack update
85
113
  smartstack uninstall
86
114
  ```
87
115
 
116
+ ## What's New in v1.4.0
117
+
118
+ - **Ralph Loop Integration**: Fully automated BA orchestration with Ralph Loop framework
119
+ - **License Generator**: New license protection system for commercial features
120
+ - **Documentation Overhaul**: Redesigned BA workflow diagrams, improved SVG rendering
121
+ - **Prompts System**: New prompt creation and optimization tools
122
+ - **Quick Search**: Lightning-fast codebase exploration
123
+
124
+ ## Documentation
125
+
126
+ Full documentation is available at:
127
+ - [GitFlow Documentation](.documentation/gitflow.html)
128
+ - [Business Analysis Documentation](.documentation/business-analyse.html)
129
+
88
130
  ## License
89
131
 
90
132
  MIT