smart-spec-kit-mcp 2.0.7 → 2.0.9
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/dist/cli.js +3 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -204,7 +204,7 @@ ${colors.cyan}Exemples:${colors.reset}
|
|
|
204
204
|
console.log(`
|
|
205
205
|
${colors.cyan}╔═══════════════════════════════════════════════════════════╗
|
|
206
206
|
║ ║
|
|
207
|
-
║ ${colors.bold}🚀 Spec-Kit Setup${colors.reset}${colors.cyan}${dryRun ? " (DRY RUN)" : ""}
|
|
207
|
+
║ ${colors.bold}🚀 Spec-Kit Setup${colors.reset}${colors.cyan}${dryRun ? " (DRY RUN)" : ""} ║
|
|
208
208
|
║ Installation automatisée pour développeurs ║
|
|
209
209
|
║ ║
|
|
210
210
|
╚═══════════════════════════════════════════════════════════╝${colors.reset}
|
|
@@ -347,9 +347,9 @@ Exécutez sans --dry-run pour appliquer les changements.
|
|
|
347
347
|
}
|
|
348
348
|
console.log(`
|
|
349
349
|
${colors.green}╔═══════════════════════════════════════════════════════════╗
|
|
350
|
-
║
|
|
350
|
+
║ ║
|
|
351
351
|
║ ${colors.bold}✅ Installation terminée!${colors.reset}${colors.green} ║
|
|
352
|
-
║
|
|
352
|
+
║ ║
|
|
353
353
|
╚═══════════════════════════════════════════════════════════╝${colors.reset}
|
|
354
354
|
|
|
355
355
|
${colors.bold}Prochaines étapes:${colors.reset}
|
package/package.json
CHANGED