smart-spec-kit-mcp 2.3.1 → 2.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-spec-kit-mcp",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "AI-driven specification platform using MCP (Model Context Protocol) for VS Code & GitHub Copilot",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -0,0 +1,36 @@
1
+ ---
2
+ mode: agent
3
+ description: Initialiser Spec-Kit dans le projet (guidé ou auto)
4
+ tools:
5
+ - mcp_spec-kit_init
6
+ ---
7
+
8
+ # Initialisation Spec-Kit
9
+
10
+ Utilisez l'outil MCP `init` pour initialiser Spec-Kit dans ce projet.
11
+
12
+ ## Modes disponibles
13
+
14
+ - **Guidé** (`guided=true`): Questions/réponses pour remplir la constitution
15
+ - **Auto** (`guided=false`): Détection automatique depuis les fichiers du projet
16
+
17
+ ## Paramètres
18
+
19
+ - `guided`: `true` pour mode guidé, `false` pour mode auto
20
+ - `force`: `true` pour écraser les fichiers existants
21
+ - `session_id`: ID de session pour reprendre le mode guidé
22
+ - `answer`: Réponse à la question en cours (mode guidé)
23
+ - `cancel`: `true` pour annuler la session guidée
24
+
25
+ ## Exemples
26
+
27
+ ```text
28
+ /speckit.init
29
+ /speckit.init guided=true
30
+ /speckit.init guided=false
31
+ /speckit.init guided=true answer="Mon Projet"
32
+ ```
33
+
34
+ ## Contexte utilisateur
35
+
36
+ {{{ input }}}