@atlashub/smartstack-cli 1.4.1 → 1.5.1
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/.documentation/agents.html +5 -1
- package/.documentation/apex.html +5 -1
- package/.documentation/business-analyse.html +5 -1
- package/.documentation/commands.html +5 -1
- package/.documentation/css/styles.css +2168 -2168
- package/.documentation/efcore.html +5 -1
- package/.documentation/gitflow.html +5 -1
- package/.documentation/hooks.html +5 -1
- package/.documentation/index.html +5 -1
- package/.documentation/init.html +565 -0
- package/.documentation/installation.html +92 -6
- package/.documentation/js/app.js +794 -794
- package/.documentation/ralph-loop.html +534 -530
- package/.documentation/test-web.html +5 -1
- package/dist/index.js +817 -277
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/templates/agents/efcore/conflicts.md +44 -17
- package/templates/agents/efcore/db-status.md +27 -6
- package/templates/agents/efcore/scan.md +43 -13
- package/templates/commands/ai-prompt.md +315 -315
- package/templates/commands/application/create.md +362 -362
- package/templates/commands/controller/create.md +216 -216
- package/templates/commands/controller.md +59 -0
- package/templates/commands/documentation/module.md +202 -202
- package/templates/commands/efcore/_env-check.md +153 -153
- package/templates/commands/efcore/conflicts.md +109 -192
- package/templates/commands/efcore/db-status.md +101 -89
- package/templates/commands/efcore/migration.md +23 -11
- package/templates/commands/efcore/scan.md +115 -119
- package/templates/commands/efcore.md +54 -6
- package/templates/commands/feature-full.md +267 -267
- package/templates/commands/gitflow/11-finish.md +145 -11
- package/templates/commands/gitflow/13-sync.md +216 -216
- package/templates/commands/gitflow/14-rebase.md +251 -251
- package/templates/commands/gitflow/2-status.md +120 -10
- package/templates/commands/gitflow/3-commit.md +150 -0
- package/templates/commands/gitflow/7-pull-request.md +134 -5
- package/templates/commands/gitflow/9-merge.md +142 -1
- package/templates/commands/implement.md +663 -663
- package/templates/commands/init.md +567 -0
- package/templates/commands/mcp-integration.md +330 -0
- package/templates/commands/notification.md +129 -129
- package/templates/commands/validate.md +233 -0
- package/templates/commands/workflow.md +193 -193
- package/templates/skills/ai-prompt/SKILL.md +778 -778
- package/templates/skills/application/SKILL.md +563 -563
- package/templates/skills/application/templates-backend.md +450 -450
- package/templates/skills/application/templates-frontend.md +531 -531
- package/templates/skills/application/templates-i18n.md +520 -520
- package/templates/skills/application/templates-seed.md +647 -647
- package/templates/skills/controller/SKILL.md +240 -240
- package/templates/skills/controller/postman-templates.md +614 -614
- package/templates/skills/controller/templates.md +1468 -1468
- package/templates/skills/documentation/SKILL.md +133 -133
- package/templates/skills/documentation/templates.md +476 -476
- package/templates/skills/feature-full/SKILL.md +838 -838
- package/templates/skills/notification/SKILL.md +555 -555
- package/templates/skills/ui-components/SKILL.md +870 -870
- package/templates/skills/workflow/SKILL.md +582 -582
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<header class="global-header">
|
|
13
13
|
<div class="logo">SS</div>
|
|
14
14
|
<span class="site-title">SmartStack CLI</span>
|
|
15
|
-
<span class="version-badge">v1.
|
|
15
|
+
<span class="version-badge">v1.5.0</span>
|
|
16
16
|
<div class="header-divider"></div>
|
|
17
17
|
<span class="page-title" data-lang="fr">Agents Spécialisés</span>
|
|
18
18
|
<span class="page-title" data-lang="en">Specialized Agents</span>
|
|
@@ -67,6 +67,10 @@
|
|
|
67
67
|
<span class="icon">📦</span>
|
|
68
68
|
<span class="nav-text">Installation</span>
|
|
69
69
|
</a>
|
|
70
|
+
<a href="init.html" class="nav-item">
|
|
71
|
+
<span class="icon">🚀</span>
|
|
72
|
+
<span class="nav-text">Project Init</span>
|
|
73
|
+
</a>
|
|
70
74
|
</div>
|
|
71
75
|
|
|
72
76
|
<div class="nav-section">
|
package/.documentation/apex.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<header class="global-header">
|
|
13
13
|
<div class="logo">SS</div>
|
|
14
14
|
<span class="site-title">SmartStack CLI</span>
|
|
15
|
-
<span class="version-badge">v1.
|
|
15
|
+
<span class="version-badge">v1.5.0</span>
|
|
16
16
|
<div class="header-divider"></div>
|
|
17
17
|
<span class="page-title">APEX Methodology</span>
|
|
18
18
|
<nav class="breadcrumb">
|
|
@@ -66,6 +66,10 @@
|
|
|
66
66
|
<span class="icon">📦</span>
|
|
67
67
|
<span class="nav-text">Installation</span>
|
|
68
68
|
</a>
|
|
69
|
+
<a href="init.html" class="nav-item">
|
|
70
|
+
<span class="icon">🚀</span>
|
|
71
|
+
<span class="nav-text">Project Init</span>
|
|
72
|
+
</a>
|
|
69
73
|
</div>
|
|
70
74
|
|
|
71
75
|
<div class="nav-section">
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<header class="global-header">
|
|
13
13
|
<div class="logo">SS</div>
|
|
14
14
|
<span class="site-title">SmartStack CLI</span>
|
|
15
|
-
<span class="version-badge">v1.
|
|
15
|
+
<span class="version-badge">v1.5.0</span>
|
|
16
16
|
<div class="header-divider"></div>
|
|
17
17
|
<span class="page-title">Business Analyse</span>
|
|
18
18
|
<nav class="breadcrumb">
|
|
@@ -63,6 +63,10 @@
|
|
|
63
63
|
<span class="icon">📦</span>
|
|
64
64
|
<span class="nav-text">Installation</span>
|
|
65
65
|
</a>
|
|
66
|
+
<a href="init.html" class="nav-item">
|
|
67
|
+
<span class="icon">🚀</span>
|
|
68
|
+
<span class="nav-text">Project Init</span>
|
|
69
|
+
</a>
|
|
66
70
|
</div>
|
|
67
71
|
|
|
68
72
|
<div class="nav-section">
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<header class="global-header">
|
|
13
13
|
<div class="logo">SS</div>
|
|
14
14
|
<span class="site-title">SmartStack CLI</span>
|
|
15
|
-
<span class="version-badge">v1.
|
|
15
|
+
<span class="version-badge">v1.5.0</span>
|
|
16
16
|
<div class="header-divider"></div>
|
|
17
17
|
<span class="page-title" data-lang="fr">Référence des commandes</span>
|
|
18
18
|
<span class="page-title" data-lang="en">Command Reference</span>
|
|
@@ -68,6 +68,10 @@
|
|
|
68
68
|
<span class="icon">📦</span>
|
|
69
69
|
<span class="nav-text">Installation</span>
|
|
70
70
|
</a>
|
|
71
|
+
<a href="init.html" class="nav-item">
|
|
72
|
+
<span class="icon">🚀</span>
|
|
73
|
+
<span class="nav-text">Project Init</span>
|
|
74
|
+
</a>
|
|
71
75
|
</div>
|
|
72
76
|
|
|
73
77
|
<div class="nav-section">
|