smart-spec-kit-mcp 2.3.1 → 2.3.3

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.3",
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,35 @@
1
+ ---
2
+ description: "Initialiser Spec-Kit dans le projet (guidé ou auto)"
3
+ mode: "agent"
4
+ tools: ["mcp_spec-kit_init"]
5
+ ---
6
+
7
+ # Spec-Kit: Initialisation
8
+
9
+ Vous utilisez **Spec-Kit** pour initialiser le projet avec une constitution et les fichiers de configuration.
10
+
11
+ ## Instructions
12
+
13
+ Appelez l'outil MCP `init` pour initialiser Spec-Kit dans ce projet.
14
+
15
+ ```
16
+ $ARGUMENTS
17
+ ```
18
+
19
+ ## Modes disponibles
20
+
21
+ - **Guidé** (`guided: true`): Questions/réponses interactives pour remplir la constitution
22
+ - **Auto** (`guided: false`): Détection automatique depuis les fichiers du projet
23
+
24
+ ## Workflow
25
+
26
+ 1. Si l'utilisateur ne précise pas le mode, appelez `init` sans paramètre pour lui demander
27
+ 2. Si l'utilisateur dit "auto", appelez `init` avec `guided: false`
28
+ 3. Si l'utilisateur dit "guidé", appelez `init` avec `guided: true`
29
+ 4. En mode guidé, suivez les instructions pour répondre aux questions
30
+ 5. Une fois terminé, suggérez `/speckit.specify` pour créer une première spécification
31
+
32
+ ## Contexte du projet
33
+
34
+ L'outil détecte automatiquement la stack technique depuis `package.json`, `tsconfig.json`, etc.
35
+ Il pré-remplit `.spec-kit/memory/constitution.md` avec les informations détectées.