@atlashub/smartstack-cli 1.23.0 → 1.25.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 (46) hide show
  1. package/.documentation/agents.html +3 -3
  2. package/.documentation/apex.html +18 -18
  3. package/.documentation/business-analyse.html +38 -38
  4. package/.documentation/cli-commands.html +1 -1
  5. package/.documentation/commands.html +29 -29
  6. package/.documentation/efcore.html +246 -91
  7. package/.documentation/gitflow.html +1 -1
  8. package/.documentation/hooks.html +1 -1
  9. package/.documentation/index.html +8 -8
  10. package/.documentation/init.html +1 -1
  11. package/.documentation/installation.html +9 -9
  12. package/.documentation/ralph-loop.html +2 -2
  13. package/.documentation/test-web.html +2 -2
  14. package/dist/index.js +13 -0
  15. package/dist/index.js.map +1 -1
  16. package/package.json +1 -1
  17. package/templates/skills/check-version/SKILL.md +183 -0
  18. package/templates/skills/debug/SKILL.md +161 -0
  19. package/templates/skills/explore/SKILL.md +96 -0
  20. package/templates/skills/quick-search/SKILL.md +87 -0
  21. package/templates/skills/refactor/SKILL.md +219 -0
  22. package/templates/skills/review-code/SKILL.md +72 -44
  23. package/templates/skills/review-code/references/smartstack-conventions.md +93 -33
  24. package/templates/skills/ui-components/responsive-guidelines.md +278 -0
  25. package/templates/skills/utils/SKILL.md +37 -0
  26. package/templates/{commands/utils → skills/utils/subcommands}/test-web-config.md +35 -43
  27. package/templates/{commands/utils → skills/utils/subcommands}/test-web.md +25 -53
  28. package/templates/{commands/validate.md → skills/validate/SKILL.md} +80 -139
  29. package/templates/commands/check-version.md +0 -267
  30. package/templates/commands/debug.md +0 -95
  31. package/templates/commands/efcore/_env-check.md +0 -153
  32. package/templates/commands/efcore/_shared.md +0 -352
  33. package/templates/commands/efcore/conflicts.md +0 -90
  34. package/templates/commands/efcore/db-deploy.md +0 -109
  35. package/templates/commands/efcore/db-reset.md +0 -180
  36. package/templates/commands/efcore/db-seed.md +0 -103
  37. package/templates/commands/efcore/db-status.md +0 -102
  38. package/templates/commands/efcore/migration.md +0 -186
  39. package/templates/commands/efcore/rebase-snapshot.md +0 -172
  40. package/templates/commands/efcore/scan.md +0 -94
  41. package/templates/commands/efcore/squash.md +0 -329
  42. package/templates/commands/efcore.md +0 -96
  43. package/templates/commands/explore.md +0 -45
  44. package/templates/commands/quick-search.md +0 -72
  45. package/templates/commands/refactor.md +0 -164
  46. /package/templates/{commands → skills}/_resources/formatting-guide.md +0 -0
@@ -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.14.0</span>
15
+ <span class="version-badge">v1.25.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>
@@ -162,7 +162,7 @@
162
162
  <td><a href="gitflow.html">GitFlow</a></td>
163
163
  </tr>
164
164
  <tr>
165
- <td><code>/gitflow:1-init</code></td>
165
+ <td><code>/gitflow 1-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:2-status</code></td>
173
+ <td><code>/gitflow 2-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:3-commit</code></td>
181
+ <td><code>/gitflow 3-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:4-plan</code></td>
189
+ <td><code>/gitflow 4-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:5-exec</code></td>
197
+ <td><code>/gitflow 5-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:6-abort</code></td>
205
+ <td><code>/gitflow 6-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:10-start</code></td>
213
+ <td><code>/gitflow 10-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:11-finish</code></td>
221
+ <td><code>/gitflow 11-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>
@@ -259,7 +259,7 @@
259
259
  <td><a href="apex.html">APEX</a></td>
260
260
  </tr>
261
261
  <tr>
262
- <td><code>/apex:1-analyze</code></td>
262
+ <td><code>/apex 1-analyze</code></td>
263
263
  <td>
264
264
  <span data-lang="fr">Phase d'analyse - collecter le contexte</span>
265
265
  <span data-lang="en">Analysis phase - gather context</span>
@@ -267,7 +267,7 @@
267
267
  <td><a href="apex.html#analyze">APEX</a></td>
268
268
  </tr>
269
269
  <tr>
270
- <td><code>/apex:2-plan</code></td>
270
+ <td><code>/apex 2-plan</code></td>
271
271
  <td>
272
272
  <span data-lang="fr">Phase de planification - creer la strategie</span>
273
273
  <span data-lang="en">Planning phase - create strategy</span>
@@ -275,7 +275,7 @@
275
275
  <td><a href="apex.html#plan">APEX</a></td>
276
276
  </tr>
277
277
  <tr>
278
- <td><code>/apex:3-execute</code></td>
278
+ <td><code>/apex 3-execute</code></td>
279
279
  <td>
280
280
  <span data-lang="fr">Phase d'execution - implementer le plan</span>
281
281
  <span data-lang="en">Execution phase - implement plan</span>
@@ -283,7 +283,7 @@
283
283
  <td><a href="apex.html#execute">APEX</a></td>
284
284
  </tr>
285
285
  <tr>
286
- <td><code>/apex:4-examine</code></td>
286
+ <td><code>/apex 4-examine</code></td>
287
287
  <td>
288
288
  <span data-lang="fr">Phase de validation - tester et verifier</span>
289
289
  <span data-lang="en">Validation phase - test and verify</span>
@@ -291,7 +291,7 @@
291
291
  <td><a href="apex.html#examine">APEX</a></td>
292
292
  </tr>
293
293
  <tr>
294
- <td><code>/apex:5-tasks</code></td>
294
+ <td><code>/apex 5-tasks</code></td>
295
295
  <td>
296
296
  <span data-lang="fr">Diviser le plan en taches individuelles</span>
297
297
  <span data-lang="en">Divide plan into individual tasks</span>
@@ -328,7 +328,7 @@
328
328
  </thead>
329
329
  <tbody>
330
330
  <tr style="background: rgba(139, 92, 246, 0.1);">
331
- <td><code>/business-analyse:1-discover</code></td>
331
+ <td><code>/business-analyse 1-discover</code></td>
332
332
  <td><span class="badge badge-purple">ULTRATHINK</span></td>
333
333
  <td>
334
334
  <span data-lang="fr">Elicitation + detection de similarite</span>
@@ -337,7 +337,7 @@
337
337
  <td><a href="business-analyse.html#phase-1">BA</a></td>
338
338
  </tr>
339
339
  <tr style="background: rgba(59, 130, 246, 0.1);">
340
- <td><code>/business-analyse:2-explore</code></td>
340
+ <td><code>/business-analyse 2-explore</code></td>
341
341
  <td><span class="badge badge-blue">Haiku</span></td>
342
342
  <td>
343
343
  <span data-lang="fr">Contexte technique avec agents paralleles</span>
@@ -346,7 +346,7 @@
346
346
  <td><a href="business-analyse.html#phase-2">BA</a></td>
347
347
  </tr>
348
348
  <tr style="background: rgba(236, 72, 153, 0.1);">
349
- <td><code>/business-analyse:3-analyse</code></td>
349
+ <td><code>/business-analyse 3-analyse</code></td>
350
350
  <td><span class="badge badge-pink">ULTRATHINK</span></td>
351
351
  <td>
352
352
  <span data-lang="fr">Synthese besoin + contexte technique</span>
@@ -355,7 +355,7 @@
355
355
  <td><a href="business-analyse.html#phase-3">BA</a></td>
356
356
  </tr>
357
357
  <tr style="background: rgba(168, 85, 247, 0.1);">
358
- <td><code>/business-analyse:4-specify</code></td>
358
+ <td><code>/business-analyse 4-specify</code></td>
359
359
  <td><span class="badge badge-purple">ULTRATHINK</span></td>
360
360
  <td>
361
361
  <span data-lang="fr">Specification fonctionnelle (FRD)</span>
@@ -364,7 +364,7 @@
364
364
  <td><a href="business-analyse.html#phase-4">BA</a></td>
365
365
  </tr>
366
366
  <tr style="background: rgba(34, 197, 94, 0.1);">
367
- <td><code>/business-analyse:5-validate</code></td>
367
+ <td><code>/business-analyse 5-validate</code></td>
368
368
  <td><span class="badge badge-green">Sonnet</span></td>
369
369
  <td>
370
370
  <span data-lang="fr">Validation utilisateur (loop → Phase 3)</span>
@@ -373,7 +373,7 @@
373
373
  <td><a href="business-analyse.html#phase-5">BA</a></td>
374
374
  </tr>
375
375
  <tr style="background: rgba(249, 115, 22, 0.1);">
376
- <td><code>/business-analyse:6-handoff</code></td>
376
+ <td><code>/business-analyse 6-handoff</code></td>
377
377
  <td><span class="badge badge-orange">ULTRATHINK</span></td>
378
378
  <td>
379
379
  <span data-lang="fr">Brief d'implementation (anglais)</span>
@@ -418,35 +418,35 @@
418
418
  </thead>
419
419
  <tbody>
420
420
  <tr>
421
- <td><code>/git:commit</code></td>
421
+ <td><code>/git commit</code></td>
422
422
  <td>
423
423
  <span data-lang="fr">Commit rapide avec message propre</span>
424
424
  <span data-lang="en">Quick commit with clean message</span>
425
425
  </td>
426
426
  </tr>
427
427
  <tr>
428
- <td><code>/git:commitizen</code></td>
428
+ <td><code>/git commitizen</code></td>
429
429
  <td>
430
430
  <span data-lang="fr">Commit avec format conventionnel</span>
431
431
  <span data-lang="en">Commit with conventional format</span>
432
432
  </td>
433
433
  </tr>
434
434
  <tr>
435
- <td><code>/git:create-pr</code></td>
435
+ <td><code>/git create-pr</code></td>
436
436
  <td>
437
437
  <span data-lang="fr">Creer une Pull Request</span>
438
438
  <span data-lang="en">Create a Pull Request</span>
439
439
  </td>
440
440
  </tr>
441
441
  <tr>
442
- <td><code>/git:fix-pr-comments</code></td>
442
+ <td><code>/git fix-pr-comments</code></td>
443
443
  <td>
444
444
  <span data-lang="fr">Corriger les commentaires de PR</span>
445
445
  <span data-lang="en">Fix PR review comments</span>
446
446
  </td>
447
447
  </tr>
448
448
  <tr>
449
- <td><code>/git:merge</code></td>
449
+ <td><code>/git merge</code></td>
450
450
  <td>
451
451
  <span data-lang="fr">Merge intelligent avec resolution de conflits</span>
452
452
  <span data-lang="en">Smart merge with conflict resolution</span>
@@ -556,28 +556,28 @@
556
556
  </thead>
557
557
  <tbody>
558
558
  <tr>
559
- <td><code>/prompts:create</code></td>
559
+ <td><code>/prompts create</code></td>
560
560
  <td>
561
561
  <span data-lang="fr">Creer des prompts optimises</span>
562
562
  <span data-lang="en">Create optimized prompts</span>
563
563
  </td>
564
564
  </tr>
565
565
  <tr>
566
- <td><code>/prompts:agent</code></td>
566
+ <td><code>/prompts agent</code></td>
567
567
  <td>
568
568
  <span data-lang="fr">Creer des prompts pour agents</span>
569
569
  <span data-lang="en">Create agent prompts</span>
570
570
  </td>
571
571
  </tr>
572
572
  <tr>
573
- <td><code>/prompts:command</code></td>
573
+ <td><code>/prompts command</code></td>
574
574
  <td>
575
575
  <span data-lang="fr">Creer des prompts pour commandes</span>
576
576
  <span data-lang="en">Create command prompts</span>
577
577
  </td>
578
578
  </tr>
579
579
  <tr>
580
- <td><code>/prompts:claude-memory</code></td>
580
+ <td><code>/prompts claude-memory</code></td>
581
581
  <td>
582
582
  <span data-lang="fr">Creer/mettre a jour CLAUDE.md</span>
583
583
  <span data-lang="en">Create/update CLAUDE.md</span>