@atlashub/smartstack-cli 1.26.0 → 1.27.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/.documentation/commands.html +8 -8
- package/.documentation/efcore.html +13 -13
- package/.documentation/index.html +7 -7
- package/.documentation/installation.html +62 -121
- package/README.md +27 -49
- package/dist/index.js +126 -33
- package/dist/index.js.map +1 -1
- package/package.json +3 -1
- package/scripts/health-check.sh +167 -0
- package/scripts/postinstall.js +18 -0
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
<td><a href="gitflow.html">GitFlow</a></td>
|
|
163
163
|
</tr>
|
|
164
164
|
<tr>
|
|
165
|
-
<td><code>/gitflow
|
|
165
|
+
<td><code>/gitflow init</code></td>
|
|
166
166
|
<td>
|
|
167
167
|
<span data-lang="fr">Initialiser la structure GitFlow</span>
|
|
168
168
|
<span data-lang="en">Initialize GitFlow structure</span>
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
171
171
|
</tr>
|
|
172
172
|
<tr>
|
|
173
|
-
<td><code>/gitflow
|
|
173
|
+
<td><code>/gitflow status</code></td>
|
|
174
174
|
<td>
|
|
175
175
|
<span data-lang="fr">Afficher le statut detaille</span>
|
|
176
176
|
<span data-lang="en">Show detailed status</span>
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
179
179
|
</tr>
|
|
180
180
|
<tr>
|
|
181
|
-
<td><code>/gitflow
|
|
181
|
+
<td><code>/gitflow commit</code></td>
|
|
182
182
|
<td>
|
|
183
183
|
<span data-lang="fr">Commit intelligent avec validation EF Core</span>
|
|
184
184
|
<span data-lang="en">Smart commit with EF Core validation</span>
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
187
187
|
</tr>
|
|
188
188
|
<tr>
|
|
189
|
-
<td><code>/gitflow
|
|
189
|
+
<td><code>/gitflow plan</code></td>
|
|
190
190
|
<td>
|
|
191
191
|
<span data-lang="fr">Creer un plan d'integration</span>
|
|
192
192
|
<span data-lang="en">Create integration plan</span>
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
195
195
|
</tr>
|
|
196
196
|
<tr>
|
|
197
|
-
<td><code>/gitflow
|
|
197
|
+
<td><code>/gitflow exec</code></td>
|
|
198
198
|
<td>
|
|
199
199
|
<span data-lang="fr">Executer le plan d'integration</span>
|
|
200
200
|
<span data-lang="en">Execute integration plan</span>
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
203
203
|
</tr>
|
|
204
204
|
<tr>
|
|
205
|
-
<td><code>/gitflow
|
|
205
|
+
<td><code>/gitflow abort</code></td>
|
|
206
206
|
<td>
|
|
207
207
|
<span data-lang="fr">Annuler une operation en cours</span>
|
|
208
208
|
<span data-lang="en">Abort ongoing operation</span>
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
211
211
|
</tr>
|
|
212
212
|
<tr>
|
|
213
|
-
<td><code>/gitflow
|
|
213
|
+
<td><code>/gitflow start</code></td>
|
|
214
214
|
<td>
|
|
215
215
|
<span data-lang="fr">Demarrer une branche (feature/release/hotfix)</span>
|
|
216
216
|
<span data-lang="en">Start a branch (feature/release/hotfix)</span>
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
219
219
|
</tr>
|
|
220
220
|
<tr>
|
|
221
|
-
<td><code>/gitflow
|
|
221
|
+
<td><code>/gitflow finish</code></td>
|
|
222
222
|
<td>
|
|
223
223
|
<span data-lang="fr">Terminer une branche (merge + tag)</span>
|
|
224
224
|
<span data-lang="en">Finish a branch (merge + tag)</span>
|
|
@@ -292,10 +292,10 @@
|
|
|
292
292
|
<h5 data-lang="fr">Workflow typique</h5>
|
|
293
293
|
<h5 data-lang="en">Typical Workflow</h5>
|
|
294
294
|
<p data-lang="fr">
|
|
295
|
-
<code>/efcore db-status</code> → <code>/efcore migration</code> → <code>/efcore db-deploy</code> → <code>/gitflow
|
|
295
|
+
<code>/efcore db-status</code> → <code>/efcore migration</code> → <code>/efcore db-deploy</code> → <code>/gitflow commit</code>
|
|
296
296
|
</p>
|
|
297
297
|
<p data-lang="en">
|
|
298
|
-
<code>/efcore db-status</code> → <code>/efcore migration</code> → <code>/efcore db-deploy</code> → <code>/gitflow
|
|
298
|
+
<code>/efcore db-status</code> → <code>/efcore migration</code> → <code>/efcore db-deploy</code> → <code>/gitflow commit</code>
|
|
299
299
|
</p>
|
|
300
300
|
</div>
|
|
301
301
|
</div>
|
|
@@ -319,10 +319,10 @@
|
|
|
319
319
|
<h5 data-lang="fr">Integration automatique</h5>
|
|
320
320
|
<h5 data-lang="en">Automatic Integration</h5>
|
|
321
321
|
<p data-lang="fr">
|
|
322
|
-
Claude Tools detecte automatiquement les projets .NET utilisant EF Core lors de l'initialisation avec <code>/gitflow
|
|
322
|
+
Claude Tools detecte automatiquement les projets .NET utilisant EF Core lors de l'initialisation avec <code>/gitflow init</code>.
|
|
323
323
|
</p>
|
|
324
324
|
<p data-lang="en">
|
|
325
|
-
Claude Tools automatically detects .NET projects using EF Core during initialization with <code>/gitflow
|
|
325
|
+
Claude Tools automatically detects .NET projects using EF Core during initialization with <code>/gitflow init</code>.
|
|
326
326
|
</p>
|
|
327
327
|
</div>
|
|
328
328
|
</div>
|
|
@@ -878,7 +878,7 @@ dotnet ef migrations add $MCP_NAME --context ExtensionsDbContext -o Persistence/
|
|
|
878
878
|
/efcore db-deploy
|
|
879
879
|
|
|
880
880
|
# 7. Commit
|
|
881
|
-
/gitflow
|
|
881
|
+
/gitflow commit</code></pre>
|
|
882
882
|
</div>
|
|
883
883
|
</section>
|
|
884
884
|
|
|
@@ -2355,8 +2355,8 @@ ORDRE DE MERGE RECOMMANDE
|
|
|
2355
2355
|
<span data-lang="fr">Toujours commiter les 3 fichiers ensemble</span>
|
|
2356
2356
|
<span data-lang="en">Always commit all 3 files together</span>
|
|
2357
2357
|
</h4>
|
|
2358
|
-
<p data-lang="fr">Ne jamais commiter une migration incomplete. <code>/gitflow
|
|
2359
|
-
<p data-lang="en">Never commit an incomplete migration. <code>/gitflow
|
|
2358
|
+
<p data-lang="fr">Ne jamais commiter une migration incomplete. <code>/gitflow commit</code> valide automatiquement la presence des 3 fichiers.</p>
|
|
2359
|
+
<p data-lang="en">Never commit an incomplete migration. <code>/gitflow commit</code> automatically validates the presence of all 3 files.</p>
|
|
2360
2360
|
</div>
|
|
2361
2361
|
|
|
2362
2362
|
<div class="best-practice">
|
|
@@ -2384,8 +2384,8 @@ dotnet ef migrations add Update</code></pre>
|
|
|
2384
2384
|
<span data-lang="fr">Verifier les operations destructives</span>
|
|
2385
2385
|
<span data-lang="en">Check destructive operations</span>
|
|
2386
2386
|
</h4>
|
|
2387
|
-
<p data-lang="fr"><code>/gitflow
|
|
2388
|
-
<p data-lang="en"><code>/gitflow
|
|
2387
|
+
<p data-lang="fr"><code>/gitflow commit</code> detecte automatiquement et alerte sur les operations suivantes :</p>
|
|
2388
|
+
<p data-lang="en"><code>/gitflow commit</code> automatically detects and alerts on the following operations:</p>
|
|
2389
2389
|
|
|
2390
2390
|
<div class="table-container">
|
|
2391
2391
|
<table>
|
|
@@ -2516,7 +2516,7 @@ dotnet ef migrations script --idempotent -o ./scripts/migrations/v1.2.0.sql
|
|
|
2516
2516
|
<div class="card-header">
|
|
2517
2517
|
<div class="card-icon" style="background: var(--primary);">1</div>
|
|
2518
2518
|
<div>
|
|
2519
|
-
<div class="card-title">/gitflow
|
|
2519
|
+
<div class="card-title">/gitflow init</div>
|
|
2520
2520
|
<div class="card-subtitle" data-lang="fr">Detection automatique</div>
|
|
2521
2521
|
<div class="card-subtitle" data-lang="en">Automatic detection</div>
|
|
2522
2522
|
</div>
|
|
@@ -2531,7 +2531,7 @@ dotnet ef migrations script --idempotent -o ./scripts/migrations/v1.2.0.sql
|
|
|
2531
2531
|
<div class="card-header">
|
|
2532
2532
|
<div class="card-icon" style="background: var(--success);">3</div>
|
|
2533
2533
|
<div>
|
|
2534
|
-
<div class="card-title">/gitflow
|
|
2534
|
+
<div class="card-title">/gitflow commit</div>
|
|
2535
2535
|
<div class="card-subtitle" data-lang="fr">Validation des migrations</div>
|
|
2536
2536
|
<div class="card-subtitle" data-lang="en">Migration validation</div>
|
|
2537
2537
|
</div>
|
|
@@ -2546,7 +2546,7 @@ dotnet ef migrations script --idempotent -o ./scripts/migrations/v1.2.0.sql
|
|
|
2546
2546
|
<div class="card-header">
|
|
2547
2547
|
<div class="card-icon" style="background: var(--warning);">4</div>
|
|
2548
2548
|
<div>
|
|
2549
|
-
<div class="card-title">/gitflow
|
|
2549
|
+
<div class="card-title">/gitflow plan</div>
|
|
2550
2550
|
<div class="card-subtitle" data-lang="fr">Analyse des conflits</div>
|
|
2551
2551
|
<div class="card-subtitle" data-lang="en">Conflict analysis</div>
|
|
2552
2552
|
</div>
|
|
@@ -2561,7 +2561,7 @@ dotnet ef migrations script --idempotent -o ./scripts/migrations/v1.2.0.sql
|
|
|
2561
2561
|
<div class="card-header">
|
|
2562
2562
|
<div class="card-icon" style="background: var(--secondary);">5</div>
|
|
2563
2563
|
<div>
|
|
2564
|
-
<div class="card-title">/gitflow
|
|
2564
|
+
<div class="card-title">/gitflow exec</div>
|
|
2565
2565
|
<div class="card-subtitle" data-lang="fr">Resolution automatique</div>
|
|
2566
2566
|
<div class="card-subtitle" data-lang="en">Automatic resolution</div>
|
|
2567
2567
|
</div>
|
|
@@ -240,21 +240,21 @@
|
|
|
240
240
|
<span data-lang="fr">Demarrer une feature</span>
|
|
241
241
|
<span data-lang="en">Start a feature</span>
|
|
242
242
|
</td>
|
|
243
|
-
<td><code>/gitflow
|
|
243
|
+
<td><code>/gitflow start feature nom</code></td>
|
|
244
244
|
</tr>
|
|
245
245
|
<tr>
|
|
246
246
|
<td>
|
|
247
247
|
<span data-lang="fr">Creer une release</span>
|
|
248
248
|
<span data-lang="en">Create a release</span>
|
|
249
249
|
</td>
|
|
250
|
-
<td><code>/gitflow
|
|
250
|
+
<td><code>/gitflow start release</code></td>
|
|
251
251
|
</tr>
|
|
252
252
|
<tr>
|
|
253
253
|
<td>
|
|
254
254
|
<span data-lang="fr">Commit intelligent</span>
|
|
255
255
|
<span data-lang="en">Smart commit</span>
|
|
256
256
|
</td>
|
|
257
|
-
<td><code>/gitflow
|
|
257
|
+
<td><code>/gitflow commit</code></td>
|
|
258
258
|
</tr>
|
|
259
259
|
<tr>
|
|
260
260
|
<td>
|
|
@@ -305,16 +305,16 @@
|
|
|
305
305
|
<div class="step-content">
|
|
306
306
|
<h5 data-lang="fr">Initialiser GitFlow (optionnel)</h5>
|
|
307
307
|
<h5 data-lang="en">Initialize GitFlow (optional)</h5>
|
|
308
|
-
<p data-lang="fr">Dans votre projet : <code>/gitflow
|
|
309
|
-
<p data-lang="en">In your project: <code>/gitflow
|
|
308
|
+
<p data-lang="fr">Dans votre projet : <code>/gitflow init</code></p>
|
|
309
|
+
<p data-lang="en">In your project: <code>/gitflow init</code></p>
|
|
310
310
|
</div>
|
|
311
311
|
</li>
|
|
312
312
|
<li>
|
|
313
313
|
<div class="step-content">
|
|
314
314
|
<h5 data-lang="fr">Commencer a travailler</h5>
|
|
315
315
|
<h5 data-lang="en">Start working</h5>
|
|
316
|
-
<p data-lang="fr"><code>/gitflow
|
|
317
|
-
<p data-lang="en"><code>/gitflow
|
|
316
|
+
<p data-lang="fr"><code>/gitflow start feature ma-feature</code></p>
|
|
317
|
+
<p data-lang="en"><code>/gitflow start feature my-feature</code></p>
|
|
318
318
|
</div>
|
|
319
319
|
</li>
|
|
320
320
|
</ol>
|
|
@@ -150,45 +150,6 @@
|
|
|
150
150
|
color: var(--text);
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
/* API Key Input */
|
|
154
|
-
.api-key-section {
|
|
155
|
-
margin: 1.5rem 0;
|
|
156
|
-
padding: 1rem;
|
|
157
|
-
background: var(--bg-card);
|
|
158
|
-
border-radius: 8px;
|
|
159
|
-
border: 1px solid var(--border);
|
|
160
|
-
}
|
|
161
|
-
.api-key-input-wrapper {
|
|
162
|
-
display: flex;
|
|
163
|
-
gap: 0.5rem;
|
|
164
|
-
margin-top: 0.5rem;
|
|
165
|
-
}
|
|
166
|
-
.api-key-input {
|
|
167
|
-
flex: 1;
|
|
168
|
-
padding: 0.5rem 0.75rem;
|
|
169
|
-
border: 1px solid var(--border);
|
|
170
|
-
border-radius: 4px;
|
|
171
|
-
background: var(--bg-input);
|
|
172
|
-
color: var(--text);
|
|
173
|
-
font-family: monospace;
|
|
174
|
-
}
|
|
175
|
-
.api-key-input:focus {
|
|
176
|
-
outline: none;
|
|
177
|
-
border-color: var(--primary);
|
|
178
|
-
}
|
|
179
|
-
.api-key-save-btn {
|
|
180
|
-
padding: 0.5rem 1rem;
|
|
181
|
-
background: var(--primary);
|
|
182
|
-
color: white;
|
|
183
|
-
border: none;
|
|
184
|
-
border-radius: 4px;
|
|
185
|
-
cursor: pointer;
|
|
186
|
-
font-weight: 500;
|
|
187
|
-
}
|
|
188
|
-
.api-key-save-btn:hover {
|
|
189
|
-
background: var(--primary-hover);
|
|
190
|
-
}
|
|
191
|
-
|
|
192
153
|
/* Progress bar */
|
|
193
154
|
.progress-container {
|
|
194
155
|
margin: 2rem 0;
|
|
@@ -687,21 +648,35 @@ git config --global credential.helper manager</code></pre>
|
|
|
687
648
|
</div>
|
|
688
649
|
</li>
|
|
689
650
|
|
|
690
|
-
<!-- Step 3: Claude Code
|
|
651
|
+
<!-- Step 3: Claude Code -->
|
|
691
652
|
<li class="checklist-item" data-step="3">
|
|
692
653
|
<span class="checklist-number">3</span>
|
|
693
654
|
<div class="checklist-checkbox" onclick="toggleStep(3)"></div>
|
|
694
655
|
<div class="checklist-content">
|
|
695
656
|
<div class="checklist-title">
|
|
696
|
-
<span data-lang="fr">Installer Claude Code
|
|
697
|
-
<span data-lang="en">Install Claude Code
|
|
657
|
+
<span data-lang="fr">Installer Claude Code</span>
|
|
658
|
+
<span data-lang="en">Install Claude Code</span>
|
|
698
659
|
</div>
|
|
699
660
|
<div class="checklist-description">
|
|
700
|
-
<p data-lang="fr">Installez Claude Code CLI
|
|
701
|
-
<p data-lang="en">Install Claude Code CLI
|
|
661
|
+
<p data-lang="fr">Installez Claude Code CLI et l'extension VS Code :</p>
|
|
662
|
+
<p data-lang="en">Install Claude Code CLI and the VS Code extension:</p>
|
|
702
663
|
<div class="code-block">
|
|
703
664
|
<button class="copy-btn">Copy</button>
|
|
704
|
-
<pre><code
|
|
665
|
+
<pre><code># 1. Installer Claude Code CLI
|
|
666
|
+
npm install -g @anthropic-ai/claude-code
|
|
667
|
+
|
|
668
|
+
# 2. Installer l'extension VS Code
|
|
669
|
+
code --install-extension anthropic.claude-code
|
|
670
|
+
|
|
671
|
+
# 3. Activer le mode bypass permissions (recommande pour SmartStack)
|
|
672
|
+
$settingsPath = "$env:APPDATA\Code\User\settings.json"
|
|
673
|
+
$settings = if (Test-Path $settingsPath) { Get-Content $settingsPath -Raw | ConvertFrom-Json } else { @{} }
|
|
674
|
+
$settings | Add-Member -NotePropertyName "claude-code.dangerouslySkipPermissions" -NotePropertyValue $true -Force
|
|
675
|
+
$settings | ConvertTo-Json -Depth 10 | Set-Content $settingsPath</code></pre>
|
|
676
|
+
</div>
|
|
677
|
+
<div class="tutorial-note" style="margin-top: 0.5rem;">
|
|
678
|
+
<p data-lang="fr"><strong>Note :</strong> Le mode bypass permissions permet a Claude d'executer des commandes sans confirmation manuelle. Recommande pour une utilisation fluide avec SmartStack.</p>
|
|
679
|
+
<p data-lang="en"><strong>Note:</strong> Bypass permissions mode allows Claude to execute commands without manual confirmation. Recommended for a smooth experience with SmartStack.</p>
|
|
705
680
|
</div>
|
|
706
681
|
</div>
|
|
707
682
|
</div>
|
|
@@ -717,17 +692,15 @@ git config --global credential.helper manager</code></pre>
|
|
|
717
692
|
<span data-lang="en">Install SmartStack CLI</span>
|
|
718
693
|
</div>
|
|
719
694
|
<div class="checklist-description">
|
|
720
|
-
<p data-lang="fr">Installez SmartStack CLI
|
|
721
|
-
<p data-lang="en">Install SmartStack CLI
|
|
695
|
+
<p data-lang="fr">Installez SmartStack CLI et deployez les skills :</p>
|
|
696
|
+
<p data-lang="en">Install SmartStack CLI and deploy skills:</p>
|
|
722
697
|
<div class="code-block">
|
|
723
698
|
<button class="copy-btn">Copy</button>
|
|
724
|
-
<pre><code
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
<button class="copy-btn">Copy</button>
|
|
730
|
-
<pre><code>smartstack --version</code></pre>
|
|
699
|
+
<pre><code># 1. Installer SmartStack CLI
|
|
700
|
+
npm install -g @atlashub/smartstack-cli
|
|
701
|
+
|
|
702
|
+
# 2. Deployer les skills, agents et hooks
|
|
703
|
+
smartstack install</code></pre>
|
|
731
704
|
</div>
|
|
732
705
|
</div>
|
|
733
706
|
</div>
|
|
@@ -747,11 +720,11 @@ git config --global credential.helper manager</code></pre>
|
|
|
747
720
|
<p data-lang="en">Install the SmartStack MCP server for conventions validation and scaffolding.</p>
|
|
748
721
|
<div class="code-block">
|
|
749
722
|
<button class="copy-btn">Copy</button>
|
|
750
|
-
<pre><code>#
|
|
723
|
+
<pre><code># 1. Installer le package
|
|
751
724
|
npm install -g @atlashub/smartstack-mcp
|
|
752
725
|
|
|
753
|
-
#
|
|
754
|
-
claude mcp add smartstack --
|
|
726
|
+
# 2. Enregistrer dans Claude
|
|
727
|
+
claude mcp add smartstack -- smartstack-mcp</code></pre>
|
|
755
728
|
</div>
|
|
756
729
|
</div>
|
|
757
730
|
</div>
|
|
@@ -770,27 +743,19 @@ claude mcp add smartstack -- npx @atlashub/smartstack-mcp</code></pre>
|
|
|
770
743
|
<p data-lang="fr">Installez le serveur MCP Context7 pour acceder a la documentation des bibliotheques.</p>
|
|
771
744
|
<p data-lang="en">Install the Context7 MCP server to access library documentation.</p>
|
|
772
745
|
|
|
773
|
-
|
|
774
|
-
<
|
|
775
|
-
<label data-lang="fr"><strong>Cle API Context7</strong> (optionnel - ameliore les performances)</label>
|
|
776
|
-
<label data-lang="en"><strong>Context7 API Key</strong> (optional - improves performance)</label>
|
|
777
|
-
<div class="api-key-input-wrapper">
|
|
778
|
-
<input type="text" class="api-key-input" id="context7-api-key" placeholder="ctx7_xxxxxxxx">
|
|
779
|
-
<button class="api-key-save-btn" onclick="saveApiKey()">
|
|
780
|
-
<span data-lang="fr">Sauvegarder</span>
|
|
781
|
-
<span data-lang="en">Save</span>
|
|
782
|
-
</button>
|
|
783
|
-
</div>
|
|
784
|
-
<small style="color: var(--text-muted); margin-top: 0.5rem; display: block;">
|
|
785
|
-
<span data-lang="fr">Obtenez une cle API sur <a href="https://context7.com" target="_blank">context7.com</a></span>
|
|
786
|
-
<span data-lang="en">Get an API key at <a href="https://context7.com" target="_blank">context7.com</a></span>
|
|
787
|
-
</small>
|
|
788
|
-
</div>
|
|
746
|
+
<p data-lang="fr">Obtenez une cle API sur <a href="https://context7.com" target="_blank">context7.com</a>, puis executez ces 3 commandes :</p>
|
|
747
|
+
<p data-lang="en">Get an API key at <a href="https://context7.com" target="_blank">context7.com</a>, then run these 3 commands:</p>
|
|
789
748
|
|
|
790
749
|
<div class="code-block">
|
|
791
750
|
<button class="copy-btn">Copy</button>
|
|
792
|
-
<pre><code
|
|
793
|
-
|
|
751
|
+
<pre><code># 1. Definir la cle API (remplacez par votre cle)
|
|
752
|
+
$env:CONTEXT7_API_KEY = "votre-cle-api"
|
|
753
|
+
|
|
754
|
+
# 2. Installer le package
|
|
755
|
+
npm install -g @upstash/context7-mcp
|
|
756
|
+
|
|
757
|
+
# 3. Enregistrer dans Claude
|
|
758
|
+
claude mcp add context7 -- context7-mcp</code></pre>
|
|
794
759
|
</div>
|
|
795
760
|
</div>
|
|
796
761
|
</div>
|
|
@@ -908,13 +873,25 @@ claude mcp list</code></pre>
|
|
|
908
873
|
<span data-lang="en">Initialize GitFlow</span>
|
|
909
874
|
</h4>
|
|
910
875
|
|
|
911
|
-
<p data-lang="fr">
|
|
912
|
-
<p data-lang="en">
|
|
876
|
+
<p data-lang="fr">Naviguez vers votre dossier de travail, puis ouvrez Claude Code :</p>
|
|
877
|
+
<p data-lang="en">Navigate to your work folder, then open Claude Code:</p>
|
|
878
|
+
|
|
879
|
+
<div class="code-block">
|
|
880
|
+
<button class="copy-btn">Copy</button>
|
|
881
|
+
<pre><code># 1. Naviguez vers votre dossier de travail (exemple)
|
|
882
|
+
cd C:\dev
|
|
883
|
+
|
|
884
|
+
# 2. Ouvrez Claude Code dans VS Code
|
|
885
|
+
code .</code></pre>
|
|
886
|
+
</div>
|
|
887
|
+
|
|
888
|
+
<p data-lang="fr" style="margin-top: 1rem;">Puis dans Claude Code, lancez l'initialisation GitFlow :</p>
|
|
889
|
+
<p data-lang="en" style="margin-top: 1rem;">Then in Claude Code, launch GitFlow initialization:</p>
|
|
913
890
|
|
|
914
891
|
<div class="code-block">
|
|
915
892
|
<button class="copy-btn">Copy</button>
|
|
916
893
|
<pre><code># Dans Claude Code, tapez :
|
|
917
|
-
/gitflow
|
|
894
|
+
/gitflow init</code></pre>
|
|
918
895
|
</div>
|
|
919
896
|
|
|
920
897
|
<p data-lang="fr" style="margin-top: 1rem;">L'assistant vous guidera pour :</p>
|
|
@@ -992,21 +969,21 @@ smartstack init .</code></pre>
|
|
|
992
969
|
<span data-lang="fr">Nouvelle fonctionnalite</span>
|
|
993
970
|
<span data-lang="en">New feature</span>
|
|
994
971
|
</div>
|
|
995
|
-
<code style="font-size: 0.85rem;">/gitflow
|
|
972
|
+
<code style="font-size: 0.85rem;">/gitflow start feature {nom}</code>
|
|
996
973
|
</div>
|
|
997
974
|
<div style="flex: 1; min-width: 200px; padding: 1rem; background: rgba(234, 179, 8, 0.1); border: 1px solid #eab308; border-radius: 8px;">
|
|
998
975
|
<div style="font-weight: 600; color: #eab308; margin-bottom: 0.5rem;">
|
|
999
976
|
<span data-lang="fr">Deployer en prod</span>
|
|
1000
977
|
<span data-lang="en">Deploy to prod</span>
|
|
1001
978
|
</div>
|
|
1002
|
-
<code style="font-size: 0.85rem;">/gitflow
|
|
979
|
+
<code style="font-size: 0.85rem;">/gitflow start release</code>
|
|
1003
980
|
</div>
|
|
1004
981
|
<div style="flex: 1; min-width: 200px; padding: 1rem; background: rgba(236, 72, 153, 0.1); border: 1px solid #ec4899; border-radius: 8px;">
|
|
1005
982
|
<div style="font-weight: 600; color: #ec4899; margin-bottom: 0.5rem;">
|
|
1006
983
|
<span data-lang="fr">Bug urgent prod</span>
|
|
1007
984
|
<span data-lang="en">Urgent prod bug</span>
|
|
1008
985
|
</div>
|
|
1009
|
-
<code style="font-size: 0.85rem;">/gitflow
|
|
986
|
+
<code style="font-size: 0.85rem;">/gitflow start hotfix {nom}</code>
|
|
1010
987
|
</div>
|
|
1011
988
|
</div>
|
|
1012
989
|
|
|
@@ -1016,16 +993,16 @@ smartstack init .</code></pre>
|
|
|
1016
993
|
<div class="code-block">
|
|
1017
994
|
<button class="copy-btn">Copy</button>
|
|
1018
995
|
<pre><code># 1. Demarrer une branche
|
|
1019
|
-
/gitflow
|
|
996
|
+
/gitflow start feature ma-fonctionnalite
|
|
1020
997
|
|
|
1021
998
|
# 2. Coder... puis commiter regulierement
|
|
1022
|
-
/gitflow
|
|
999
|
+
/gitflow commit
|
|
1023
1000
|
|
|
1024
1001
|
# 3. Creer une Pull Request quand c'est pret
|
|
1025
|
-
/gitflow
|
|
1002
|
+
/gitflow pr
|
|
1026
1003
|
|
|
1027
1004
|
# 4. Finaliser apres le merge
|
|
1028
|
-
/gitflow
|
|
1005
|
+
/gitflow finish</code></pre>
|
|
1029
1006
|
</div>
|
|
1030
1007
|
|
|
1031
1008
|
<div class="alert alert-info" style="margin-top: 1rem;">
|
|
@@ -1093,7 +1070,6 @@ smartstack init .</code></pre>
|
|
|
1093
1070
|
// Initialize on page load
|
|
1094
1071
|
document.addEventListener('DOMContentLoaded', function() {
|
|
1095
1072
|
loadProgress();
|
|
1096
|
-
loadApiKey();
|
|
1097
1073
|
loadPlatform();
|
|
1098
1074
|
loadOS();
|
|
1099
1075
|
updateProgressBar();
|
|
@@ -1237,41 +1213,6 @@ smartstack init .</code></pre>
|
|
|
1237
1213
|
}
|
|
1238
1214
|
}
|
|
1239
1215
|
|
|
1240
|
-
// API Key management
|
|
1241
|
-
function saveApiKey() {
|
|
1242
|
-
var input = document.getElementById('context7-api-key');
|
|
1243
|
-
var apiKey = input.value.trim();
|
|
1244
|
-
|
|
1245
|
-
if (apiKey) {
|
|
1246
|
-
localStorage.setItem('context7-api-key', apiKey);
|
|
1247
|
-
updateContext7Command(apiKey);
|
|
1248
|
-
} else {
|
|
1249
|
-
localStorage.removeItem('context7-api-key');
|
|
1250
|
-
updateContext7Command('');
|
|
1251
|
-
}
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
function loadApiKey() {
|
|
1255
|
-
var apiKey = localStorage.getItem('context7-api-key');
|
|
1256
|
-
if (apiKey) {
|
|
1257
|
-
var input = document.getElementById('context7-api-key');
|
|
1258
|
-
if (input) {
|
|
1259
|
-
input.value = apiKey;
|
|
1260
|
-
}
|
|
1261
|
-
updateContext7Command(apiKey);
|
|
1262
|
-
}
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
function updateContext7Command(apiKey) {
|
|
1266
|
-
var commandEl = document.getElementById('context7-command');
|
|
1267
|
-
if (commandEl) {
|
|
1268
|
-
if (apiKey) {
|
|
1269
|
-
commandEl.textContent = '# Avec cle API\nclaude mcp add context7 -e CONTEXT7_API_KEY=' + apiKey + ' -- npx @upstash/context7-mcp';
|
|
1270
|
-
} else {
|
|
1271
|
-
commandEl.textContent = '# Sans cle API\nclaude mcp add context7 -- npx @upstash/context7-mcp';
|
|
1272
|
-
}
|
|
1273
|
-
}
|
|
1274
|
-
}
|
|
1275
1216
|
</script>
|
|
1276
1217
|
</body>
|
|
1277
1218
|
</html>
|
package/README.md
CHANGED
|
@@ -317,7 +317,7 @@ code .
|
|
|
317
317
|
|
|
318
318
|
In VS Code with Claude Code active:
|
|
319
319
|
```
|
|
320
|
-
/gitflow
|
|
320
|
+
/gitflow init
|
|
321
321
|
```
|
|
322
322
|
|
|
323
323
|
---
|
|
@@ -468,73 +468,51 @@ smartstack license verify ABC123-DEF456 # Verify without activating
|
|
|
468
468
|
|
|
469
469
|
### GitFlow Workflow
|
|
470
470
|
|
|
471
|
-
|
|
|
471
|
+
| Skill | Description |
|
|
472
472
|
|---------|-------------|
|
|
473
473
|
| `/gitflow` | Full GitFlow workflow |
|
|
474
|
-
| `/gitflow
|
|
475
|
-
| `/gitflow
|
|
476
|
-
| `/gitflow
|
|
477
|
-
| `/gitflow
|
|
478
|
-
| `/gitflow
|
|
479
|
-
| `/gitflow
|
|
480
|
-
| `/gitflow
|
|
481
|
-
| `/gitflow:11-finish` | Finish and tag |
|
|
482
|
-
| `/gitflow:12-cleanup` | Cleanup worktrees |
|
|
483
|
-
| `/gitflow:13-sync` | Sync with remote |
|
|
484
|
-
| `/gitflow:14-rebase` | Rebase on develop |
|
|
485
|
-
| `/gitflow:7-pull-request` | Create a Pull Request |
|
|
486
|
-
| `/gitflow:8-review` | Review a PR |
|
|
487
|
-
| `/gitflow:9-merge` | Merge a PR |
|
|
474
|
+
| `/gitflow init` | Initialize GitFlow structure |
|
|
475
|
+
| `/gitflow status` | Show repository status |
|
|
476
|
+
| `/gitflow commit` | Smart commit with validation |
|
|
477
|
+
| `/gitflow start` | Start feature/release/hotfix |
|
|
478
|
+
| `/gitflow finish` | Finish and tag |
|
|
479
|
+
| `/gitflow pr` | Create a Pull Request |
|
|
480
|
+
| `/gitflow cleanup` | Cleanup worktrees |
|
|
488
481
|
|
|
489
482
|
### Development Methodologies
|
|
490
483
|
|
|
491
|
-
|
|
|
484
|
+
| Skill | Description |
|
|
492
485
|
|---------|-------------|
|
|
493
486
|
| `/apex` | APEX methodology (Analyze-Plan-Execute-eXamine) |
|
|
494
|
-
| `/epct` | Explore-Plan-Code-Test methodology |
|
|
495
|
-
| `/oneshot` | Ultra-fast implementation |
|
|
496
487
|
| `/debug` | Systematic debugging |
|
|
497
488
|
| `/explore` | Deep codebase exploration |
|
|
498
|
-
| `/
|
|
499
|
-
| `/review` |
|
|
500
|
-
| `/implement` | Implementation from BA handoff |
|
|
489
|
+
| `/refactor` | Code refactoring |
|
|
490
|
+
| `/review-code` | Code review |
|
|
501
491
|
|
|
502
492
|
### Business Analysis
|
|
503
493
|
|
|
504
|
-
|
|
|
494
|
+
| Skill | Description |
|
|
505
495
|
|---------|-------------|
|
|
506
496
|
| `/business-analyse` | Full BA workflow with orchestration |
|
|
507
|
-
| `/business-analyse
|
|
508
|
-
| `/business-analyse
|
|
509
|
-
| `/business-analyse
|
|
510
|
-
| `/business-analyse
|
|
511
|
-
| `/business-analyse
|
|
512
|
-
| `/business-analyse
|
|
513
|
-
| `/business-analyse:7-doc-html` | Auto-generated HTML documentation |
|
|
514
|
-
| `/business-analyse:bug` | Bug resolution documentation |
|
|
515
|
-
| `/business-analyse:change-request` | Change request during development |
|
|
497
|
+
| `/business-analyse init` | Initialize BA structure |
|
|
498
|
+
| `/business-analyse discover` | Requirements elicitation |
|
|
499
|
+
| `/business-analyse analyse` | Business analysis (BRD) |
|
|
500
|
+
| `/business-analyse specify` | Functional specification (FRD) |
|
|
501
|
+
| `/business-analyse validate` | User validation gate |
|
|
502
|
+
| `/business-analyse handoff` | Implementation brief |
|
|
516
503
|
|
|
517
504
|
### EF Core Migrations
|
|
518
505
|
|
|
519
|
-
|
|
|
506
|
+
| Skill | Description |
|
|
520
507
|
|---------|-------------|
|
|
521
508
|
| `/efcore` | EF Core orchestrator |
|
|
522
|
-
| `/efcore
|
|
523
|
-
| `/efcore
|
|
524
|
-
| `/efcore
|
|
525
|
-
| `/efcore
|
|
526
|
-
| `/efcore
|
|
527
|
-
| `/efcore
|
|
528
|
-
| `/efcore
|
|
529
|
-
| `/efcore:rebase-snapshot` | Rebase ModelSnapshot |
|
|
530
|
-
| `/efcore:squash` | Squash multiple migrations |
|
|
531
|
-
|
|
532
|
-
### Prompts & Tools
|
|
533
|
-
|
|
534
|
-
| Command | Description |
|
|
535
|
-
|---------|-------------|
|
|
536
|
-
| `/prompts:create` | Expert prompt creation |
|
|
537
|
-
| `/prompts:agent` | Agent prompt optimization |
|
|
509
|
+
| `/efcore migration` | Create/recreate migration |
|
|
510
|
+
| `/efcore db-status` | Show migration status |
|
|
511
|
+
| `/efcore db-deploy` | Apply migrations |
|
|
512
|
+
| `/efcore db-seed` | Seed database |
|
|
513
|
+
| `/efcore db-reset` | Reset database |
|
|
514
|
+
| `/efcore scan` | Scan migrations across branches |
|
|
515
|
+
| `/efcore conflicts` | Detect conflicts |
|
|
538
516
|
| `/prompts:command` | Command prompt patterns |
|
|
539
517
|
| `/prompts:claude-memory` | CLAUDE.md file management |
|
|
540
518
|
|