smart-spec-kit-mcp 2.3.3 → 2.3.5
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,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "Initialiser Spec-Kit dans le projet (guidé ou auto)"
|
|
3
3
|
mode: "agent"
|
|
4
|
-
tools: ["
|
|
4
|
+
tools: ["init"]
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Spec-Kit: Initialisation
|
|
@@ -23,11 +23,14 @@ $ARGUMENTS
|
|
|
23
23
|
|
|
24
24
|
## Workflow
|
|
25
25
|
|
|
26
|
-
1.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
1. **Analysez l'entrée utilisateur** :
|
|
27
|
+
- Si l'utilisateur mentionne "auto", "automatique", ou "detect" → appelez `init` avec `{ "guided": false }`
|
|
28
|
+
- Si l'utilisateur mentionne "guidé", "guided", "questions", ou "interactif" → appelez `init` avec `{ "guided": true }`
|
|
29
|
+
- Si l'utilisateur ne précise rien → appelez `init` sans paramètre (l'outil demandera le mode)
|
|
30
|
+
|
|
31
|
+
2. En mode guidé, suivez les instructions pour répondre aux questions avec `session_id` et `answer`
|
|
32
|
+
|
|
33
|
+
3. Une fois terminé, suggérez `/speckit.specify` pour créer une première spécification
|
|
31
34
|
|
|
32
35
|
## Contexte du projet
|
|
33
36
|
|