@atlashub/smartstack-cli 1.4.1 → 1.5.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.
- package/.documentation/agents.html +916 -916
- package/.documentation/apex.html +1018 -1018
- package/.documentation/business-analyse.html +1501 -1501
- package/.documentation/commands.html +680 -680
- package/.documentation/css/styles.css +2168 -2168
- package/.documentation/efcore.html +2505 -2505
- package/.documentation/gitflow.html +2618 -2618
- package/.documentation/hooks.html +413 -413
- package/.documentation/index.html +323 -323
- package/.documentation/installation.html +462 -462
- package/.documentation/js/app.js +794 -794
- package/.documentation/test-web.html +513 -513
- package/dist/index.js +807 -277
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/templates/agents/efcore/conflicts.md +44 -17
- package/templates/agents/efcore/db-status.md +27 -6
- package/templates/agents/efcore/scan.md +43 -13
- package/templates/commands/ai-prompt.md +315 -315
- package/templates/commands/application/create.md +362 -362
- package/templates/commands/controller/create.md +216 -216
- package/templates/commands/controller.md +59 -0
- package/templates/commands/documentation/module.md +202 -202
- package/templates/commands/efcore/_env-check.md +153 -153
- package/templates/commands/efcore/conflicts.md +109 -192
- package/templates/commands/efcore/db-status.md +101 -89
- package/templates/commands/efcore/migration.md +23 -11
- package/templates/commands/efcore/scan.md +115 -119
- package/templates/commands/efcore.md +54 -6
- package/templates/commands/feature-full.md +267 -267
- package/templates/commands/gitflow/11-finish.md +145 -11
- package/templates/commands/gitflow/13-sync.md +216 -216
- package/templates/commands/gitflow/14-rebase.md +251 -251
- package/templates/commands/gitflow/2-status.md +120 -10
- package/templates/commands/gitflow/3-commit.md +150 -0
- package/templates/commands/gitflow/7-pull-request.md +134 -5
- package/templates/commands/gitflow/9-merge.md +142 -1
- package/templates/commands/implement.md +663 -663
- package/templates/commands/init.md +562 -0
- package/templates/commands/mcp-integration.md +330 -0
- package/templates/commands/notification.md +129 -129
- package/templates/commands/validate.md +233 -0
- package/templates/commands/workflow.md +193 -193
- package/templates/skills/ai-prompt/SKILL.md +778 -778
- package/templates/skills/application/SKILL.md +563 -563
- package/templates/skills/application/templates-backend.md +450 -450
- package/templates/skills/application/templates-frontend.md +531 -531
- package/templates/skills/application/templates-i18n.md +520 -520
- package/templates/skills/application/templates-seed.md +647 -647
- package/templates/skills/controller/SKILL.md +240 -240
- package/templates/skills/controller/postman-templates.md +614 -614
- package/templates/skills/controller/templates.md +1468 -1468
- package/templates/skills/documentation/SKILL.md +133 -133
- package/templates/skills/documentation/templates.md +476 -476
- package/templates/skills/feature-full/SKILL.md +838 -838
- package/templates/skills/notification/SKILL.md +555 -555
- package/templates/skills/ui-components/SKILL.md +870 -870
- package/templates/skills/workflow/SKILL.md +582 -582
|
@@ -1,680 +1,680 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="fr">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>Commandes - SmartStack CLI</title>
|
|
7
|
-
<link rel="stylesheet" href="css/styles.css">
|
|
8
|
-
</head>
|
|
9
|
-
<body>
|
|
10
|
-
<div class="app-container">
|
|
11
|
-
<!-- Global Header (single unified element) -->
|
|
12
|
-
<header class="global-header">
|
|
13
|
-
<div class="logo">SS</div>
|
|
14
|
-
<span class="site-title">SmartStack CLI</span>
|
|
15
|
-
<span class="version-badge">v1.4.0</span>
|
|
16
|
-
<div class="header-divider"></div>
|
|
17
|
-
<span class="page-title" data-lang="fr">Référence des commandes</span>
|
|
18
|
-
<span class="page-title" data-lang="en">Command Reference</span>
|
|
19
|
-
<nav class="breadcrumb">
|
|
20
|
-
<a href="index.html">
|
|
21
|
-
<span data-lang="fr">Accueil</span>
|
|
22
|
-
<span data-lang="en">Home</span>
|
|
23
|
-
</a>
|
|
24
|
-
<span class="breadcrumb-separator">›</span>
|
|
25
|
-
<span data-lang="fr">Outils</span>
|
|
26
|
-
<span data-lang="en">Tools</span>
|
|
27
|
-
<span class="breadcrumb-separator">›</span>
|
|
28
|
-
<span class="breadcrumb-current" data-lang="fr">Commandes</span>
|
|
29
|
-
<span class="breadcrumb-current" data-lang="en">Commands</span>
|
|
30
|
-
</nav>
|
|
31
|
-
<!-- Language Select -->
|
|
32
|
-
<select class="lang-select" id="lang-select" onchange="setLanguage(this.value); localStorage.setItem('doc-language', this.value);">
|
|
33
|
-
<option value="fr">🇫🇷 FR</option>
|
|
34
|
-
<option value="en">🇬🇧 EN</option>
|
|
35
|
-
</select>
|
|
36
|
-
<!-- Search -->
|
|
37
|
-
<div class="header-search">
|
|
38
|
-
<div class="search-input-wrapper">
|
|
39
|
-
<span class="search-icon">🔍</span>
|
|
40
|
-
<input type="text" id="search-input" class="search-input" placeholder="Rechercher..." data-placeholder-fr="Rechercher..." data-placeholder-en="Search..." autocomplete="off">
|
|
41
|
-
<span class="search-shortcut">Ctrl+K</span>
|
|
42
|
-
</div>
|
|
43
|
-
<div id="search-results" class="search-results"></div>
|
|
44
|
-
</div>
|
|
45
|
-
</header>
|
|
46
|
-
|
|
47
|
-
<!-- App Body -->
|
|
48
|
-
<div class="app-body">
|
|
49
|
-
<!-- Sidebar -->
|
|
50
|
-
<aside class="sidebar">
|
|
51
|
-
<button class="sidebar-toggle" title="Toggle sidebar">
|
|
52
|
-
<span class="toggle-icon-collapse">«</span>
|
|
53
|
-
<span class="toggle-icon-expand">»</span>
|
|
54
|
-
</button>
|
|
55
|
-
|
|
56
|
-
<nav class="sidebar-nav">
|
|
57
|
-
<div class="nav-section">
|
|
58
|
-
<div class="nav-section-title">
|
|
59
|
-
<span data-lang="fr">Demarrage</span>
|
|
60
|
-
<span data-lang="en">Getting Started</span>
|
|
61
|
-
</div>
|
|
62
|
-
<a href="index.html" class="nav-item">
|
|
63
|
-
<span class="icon">🏠</span>
|
|
64
|
-
<span class="nav-text" data-lang="fr">Accueil</span>
|
|
65
|
-
<span class="nav-text" data-lang="en">Home</span>
|
|
66
|
-
</a>
|
|
67
|
-
<a href="installation.html" class="nav-item">
|
|
68
|
-
<span class="icon">📦</span>
|
|
69
|
-
<span class="nav-text">Installation</span>
|
|
70
|
-
</a>
|
|
71
|
-
</div>
|
|
72
|
-
|
|
73
|
-
<div class="nav-section">
|
|
74
|
-
<div class="nav-section-title">Workflows</div>
|
|
75
|
-
<a href="gitflow.html" class="nav-item">
|
|
76
|
-
<span class="icon">🔀</span>
|
|
77
|
-
<span class="nav-text">GitFlow</span>
|
|
78
|
-
</a>
|
|
79
|
-
<a href="efcore.html" class="nav-item">
|
|
80
|
-
<span class="icon">🗄</span>
|
|
81
|
-
<span class="nav-text">EF Core</span>
|
|
82
|
-
</a>
|
|
83
|
-
<a href="apex.html" class="nav-item">
|
|
84
|
-
<span class="icon">🎯</span>
|
|
85
|
-
<span class="nav-text">APEX</span>
|
|
86
|
-
</a>
|
|
87
|
-
<a href="business-analyse.html" class="nav-item">
|
|
88
|
-
<span class="icon">📊</span>
|
|
89
|
-
<span class="nav-text">Business Analyse</span>
|
|
90
|
-
</a>
|
|
91
|
-
<a href="ralph-loop.html" class="nav-item">
|
|
92
|
-
<span class="icon">🔄</span>
|
|
93
|
-
<span class="nav-text">Ralph Loop</span>
|
|
94
|
-
</a>
|
|
95
|
-
</div>
|
|
96
|
-
|
|
97
|
-
<div class="nav-section">
|
|
98
|
-
<div class="nav-section-title">
|
|
99
|
-
<span data-lang="fr">Outils</span>
|
|
100
|
-
<span data-lang="en">Tools</span>
|
|
101
|
-
</div>
|
|
102
|
-
<a href="agents.html" class="nav-item">
|
|
103
|
-
<span class="icon">🤖</span>
|
|
104
|
-
<span class="nav-text">Agents</span>
|
|
105
|
-
</a>
|
|
106
|
-
<a href="commands.html" class="nav-item active">
|
|
107
|
-
<span class="icon">⚡</span>
|
|
108
|
-
<span class="nav-text" data-lang="fr">Commandes</span>
|
|
109
|
-
<span class="nav-text" data-lang="en">Commands</span>
|
|
110
|
-
</a>
|
|
111
|
-
<a href="hooks.html" class="nav-item">
|
|
112
|
-
<span class="icon">🔗</span>
|
|
113
|
-
<span class="nav-text">Hooks</span>
|
|
114
|
-
</a>
|
|
115
|
-
<a href="test-web.html" class="nav-item">
|
|
116
|
-
<span class="icon">🌐</span>
|
|
117
|
-
<span class="nav-text">Test Web</span>
|
|
118
|
-
</a>
|
|
119
|
-
</div>
|
|
120
|
-
</nav>
|
|
121
|
-
|
|
122
|
-
</aside>
|
|
123
|
-
|
|
124
|
-
<!-- Main Content -->
|
|
125
|
-
<main class="main-content">
|
|
126
|
-
<div class="content content-wide">
|
|
127
|
-
<!-- GitFlow Commands -->
|
|
128
|
-
<section id="gitflow">
|
|
129
|
-
<h2>GitFlow Workflow</h2>
|
|
130
|
-
|
|
131
|
-
<div class="table-container">
|
|
132
|
-
<table>
|
|
133
|
-
<thead>
|
|
134
|
-
<tr>
|
|
135
|
-
<th>
|
|
136
|
-
<span data-lang="fr">Commande</span>
|
|
137
|
-
<span data-lang="en">Command</span>
|
|
138
|
-
</th>
|
|
139
|
-
<th>
|
|
140
|
-
<span data-lang="fr">Description</span>
|
|
141
|
-
<span data-lang="en">Description</span>
|
|
142
|
-
</th>
|
|
143
|
-
<th>Page</th>
|
|
144
|
-
</tr>
|
|
145
|
-
</thead>
|
|
146
|
-
<tbody>
|
|
147
|
-
<tr>
|
|
148
|
-
<td><code>/gitflow</code></td>
|
|
149
|
-
<td>
|
|
150
|
-
<span data-lang="fr">Orchestrateur principal GitFlow</span>
|
|
151
|
-
<span data-lang="en">Main GitFlow orchestrator</span>
|
|
152
|
-
</td>
|
|
153
|
-
<td><a href="gitflow.html">GitFlow</a></td>
|
|
154
|
-
</tr>
|
|
155
|
-
<tr>
|
|
156
|
-
<td><code>/gitflow:1-init</code></td>
|
|
157
|
-
<td>
|
|
158
|
-
<span data-lang="fr">Initialiser la structure GitFlow</span>
|
|
159
|
-
<span data-lang="en">Initialize GitFlow structure</span>
|
|
160
|
-
</td>
|
|
161
|
-
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
162
|
-
</tr>
|
|
163
|
-
<tr>
|
|
164
|
-
<td><code>/gitflow:2-status</code></td>
|
|
165
|
-
<td>
|
|
166
|
-
<span data-lang="fr">Afficher le statut detaille</span>
|
|
167
|
-
<span data-lang="en">Show detailed status</span>
|
|
168
|
-
</td>
|
|
169
|
-
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
170
|
-
</tr>
|
|
171
|
-
<tr>
|
|
172
|
-
<td><code>/gitflow:3-commit</code></td>
|
|
173
|
-
<td>
|
|
174
|
-
<span data-lang="fr">Commit intelligent avec validation EF Core</span>
|
|
175
|
-
<span data-lang="en">Smart commit with EF Core validation</span>
|
|
176
|
-
</td>
|
|
177
|
-
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
178
|
-
</tr>
|
|
179
|
-
<tr>
|
|
180
|
-
<td><code>/gitflow:4-plan</code></td>
|
|
181
|
-
<td>
|
|
182
|
-
<span data-lang="fr">Creer un plan d'integration</span>
|
|
183
|
-
<span data-lang="en">Create integration plan</span>
|
|
184
|
-
</td>
|
|
185
|
-
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
186
|
-
</tr>
|
|
187
|
-
<tr>
|
|
188
|
-
<td><code>/gitflow:5-exec</code></td>
|
|
189
|
-
<td>
|
|
190
|
-
<span data-lang="fr">Executer le plan d'integration</span>
|
|
191
|
-
<span data-lang="en">Execute integration plan</span>
|
|
192
|
-
</td>
|
|
193
|
-
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
194
|
-
</tr>
|
|
195
|
-
<tr>
|
|
196
|
-
<td><code>/gitflow:6-abort</code></td>
|
|
197
|
-
<td>
|
|
198
|
-
<span data-lang="fr">Annuler une operation en cours</span>
|
|
199
|
-
<span data-lang="en">Abort ongoing operation</span>
|
|
200
|
-
</td>
|
|
201
|
-
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
202
|
-
</tr>
|
|
203
|
-
<tr>
|
|
204
|
-
<td><code>/gitflow:10-start</code></td>
|
|
205
|
-
<td>
|
|
206
|
-
<span data-lang="fr">Demarrer une branche (feature/release/hotfix)</span>
|
|
207
|
-
<span data-lang="en">Start a branch (feature/release/hotfix)</span>
|
|
208
|
-
</td>
|
|
209
|
-
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
210
|
-
</tr>
|
|
211
|
-
<tr>
|
|
212
|
-
<td><code>/gitflow:11-finish</code></td>
|
|
213
|
-
<td>
|
|
214
|
-
<span data-lang="fr">Terminer une branche (merge + tag)</span>
|
|
215
|
-
<span data-lang="en">Finish a branch (merge + tag)</span>
|
|
216
|
-
</td>
|
|
217
|
-
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
218
|
-
</tr>
|
|
219
|
-
</tbody>
|
|
220
|
-
</table>
|
|
221
|
-
</div>
|
|
222
|
-
</section>
|
|
223
|
-
|
|
224
|
-
<!-- APEX Commands -->
|
|
225
|
-
<section id="apex">
|
|
226
|
-
<h2>APEX Methodology</h2>
|
|
227
|
-
|
|
228
|
-
<div class="table-container">
|
|
229
|
-
<table>
|
|
230
|
-
<thead>
|
|
231
|
-
<tr>
|
|
232
|
-
<th>
|
|
233
|
-
<span data-lang="fr">Commande</span>
|
|
234
|
-
<span data-lang="en">Command</span>
|
|
235
|
-
</th>
|
|
236
|
-
<th>
|
|
237
|
-
<span data-lang="fr">Description</span>
|
|
238
|
-
<span data-lang="en">Description</span>
|
|
239
|
-
</th>
|
|
240
|
-
<th>Page</th>
|
|
241
|
-
</tr>
|
|
242
|
-
</thead>
|
|
243
|
-
<tbody>
|
|
244
|
-
<tr>
|
|
245
|
-
<td><code>/apex</code></td>
|
|
246
|
-
<td>
|
|
247
|
-
<span data-lang="fr">Workflow APEX complet</span>
|
|
248
|
-
<span data-lang="en">Complete APEX workflow</span>
|
|
249
|
-
</td>
|
|
250
|
-
<td><a href="apex.html">APEX</a></td>
|
|
251
|
-
</tr>
|
|
252
|
-
<tr>
|
|
253
|
-
<td><code>/apex:1-analyze</code></td>
|
|
254
|
-
<td>
|
|
255
|
-
<span data-lang="fr">Phase d'analyse - collecter le contexte</span>
|
|
256
|
-
<span data-lang="en">Analysis phase - gather context</span>
|
|
257
|
-
</td>
|
|
258
|
-
<td><a href="apex.html#analyze">APEX</a></td>
|
|
259
|
-
</tr>
|
|
260
|
-
<tr>
|
|
261
|
-
<td><code>/apex:2-plan</code></td>
|
|
262
|
-
<td>
|
|
263
|
-
<span data-lang="fr">Phase de planification - creer la strategie</span>
|
|
264
|
-
<span data-lang="en">Planning phase - create strategy</span>
|
|
265
|
-
</td>
|
|
266
|
-
<td><a href="apex.html#plan">APEX</a></td>
|
|
267
|
-
</tr>
|
|
268
|
-
<tr>
|
|
269
|
-
<td><code>/apex:3-execute</code></td>
|
|
270
|
-
<td>
|
|
271
|
-
<span data-lang="fr">Phase d'execution - implementer le plan</span>
|
|
272
|
-
<span data-lang="en">Execution phase - implement plan</span>
|
|
273
|
-
</td>
|
|
274
|
-
<td><a href="apex.html#execute">APEX</a></td>
|
|
275
|
-
</tr>
|
|
276
|
-
<tr>
|
|
277
|
-
<td><code>/apex:4-examine</code></td>
|
|
278
|
-
<td>
|
|
279
|
-
<span data-lang="fr">Phase de validation - tester et verifier</span>
|
|
280
|
-
<span data-lang="en">Validation phase - test and verify</span>
|
|
281
|
-
</td>
|
|
282
|
-
<td><a href="apex.html#examine">APEX</a></td>
|
|
283
|
-
</tr>
|
|
284
|
-
<tr>
|
|
285
|
-
<td><code>/apex:5-tasks</code></td>
|
|
286
|
-
<td>
|
|
287
|
-
<span data-lang="fr">Diviser le plan en taches individuelles</span>
|
|
288
|
-
<span data-lang="en">Divide plan into individual tasks</span>
|
|
289
|
-
</td>
|
|
290
|
-
<td><a href="apex.html#tasks">APEX</a></td>
|
|
291
|
-
</tr>
|
|
292
|
-
</tbody>
|
|
293
|
-
</table>
|
|
294
|
-
</div>
|
|
295
|
-
</section>
|
|
296
|
-
|
|
297
|
-
<!-- Business Analyse Commands -->
|
|
298
|
-
<section id="business-analyse">
|
|
299
|
-
<h2>Business Analyse (6-Phase Workflow)</h2>
|
|
300
|
-
|
|
301
|
-
<div class="table-container">
|
|
302
|
-
<table>
|
|
303
|
-
<thead>
|
|
304
|
-
<tr>
|
|
305
|
-
<th>
|
|
306
|
-
<span data-lang="fr">Commande</span>
|
|
307
|
-
<span data-lang="en">Command</span>
|
|
308
|
-
</th>
|
|
309
|
-
<th>
|
|
310
|
-
<span data-lang="fr">Modele</span>
|
|
311
|
-
<span data-lang="en">Model</span>
|
|
312
|
-
</th>
|
|
313
|
-
<th>
|
|
314
|
-
<span data-lang="fr">Description</span>
|
|
315
|
-
<span data-lang="en">Description</span>
|
|
316
|
-
</th>
|
|
317
|
-
<th>Page</th>
|
|
318
|
-
</tr>
|
|
319
|
-
</thead>
|
|
320
|
-
<tbody>
|
|
321
|
-
<tr style="background: rgba(139, 92, 246, 0.1);">
|
|
322
|
-
<td><code>/business-analyse:1-discover</code></td>
|
|
323
|
-
<td><span class="badge badge-purple">ULTRATHINK</span></td>
|
|
324
|
-
<td>
|
|
325
|
-
<span data-lang="fr">Elicitation + detection de similarite</span>
|
|
326
|
-
<span data-lang="en">Elicitation + similarity detection</span>
|
|
327
|
-
</td>
|
|
328
|
-
<td><a href="business-analyse.html#phase-1">BA</a></td>
|
|
329
|
-
</tr>
|
|
330
|
-
<tr style="background: rgba(59, 130, 246, 0.1);">
|
|
331
|
-
<td><code>/business-analyse:2-explore</code></td>
|
|
332
|
-
<td><span class="badge badge-blue">Haiku</span></td>
|
|
333
|
-
<td>
|
|
334
|
-
<span data-lang="fr">Contexte technique avec agents paralleles</span>
|
|
335
|
-
<span data-lang="en">Technical context with parallel agents</span>
|
|
336
|
-
</td>
|
|
337
|
-
<td><a href="business-analyse.html#phase-2">BA</a></td>
|
|
338
|
-
</tr>
|
|
339
|
-
<tr style="background: rgba(236, 72, 153, 0.1);">
|
|
340
|
-
<td><code>/business-analyse:3-analyse</code></td>
|
|
341
|
-
<td><span class="badge badge-pink">ULTRATHINK</span></td>
|
|
342
|
-
<td>
|
|
343
|
-
<span data-lang="fr">Synthese besoin + contexte technique</span>
|
|
344
|
-
<span data-lang="en">Merge business need + technical context</span>
|
|
345
|
-
</td>
|
|
346
|
-
<td><a href="business-analyse.html#phase-3">BA</a></td>
|
|
347
|
-
</tr>
|
|
348
|
-
<tr style="background: rgba(168, 85, 247, 0.1);">
|
|
349
|
-
<td><code>/business-analyse:4-specify</code></td>
|
|
350
|
-
<td><span class="badge badge-purple">ULTRATHINK</span></td>
|
|
351
|
-
<td>
|
|
352
|
-
<span data-lang="fr">Specification fonctionnelle (FRD)</span>
|
|
353
|
-
<span data-lang="en">Functional Requirements Document (FRD)</span>
|
|
354
|
-
</td>
|
|
355
|
-
<td><a href="business-analyse.html#phase-4">BA</a></td>
|
|
356
|
-
</tr>
|
|
357
|
-
<tr style="background: rgba(34, 197, 94, 0.1);">
|
|
358
|
-
<td><code>/business-analyse:5-validate</code></td>
|
|
359
|
-
<td><span class="badge badge-green">Sonnet</span></td>
|
|
360
|
-
<td>
|
|
361
|
-
<span data-lang="fr">Validation utilisateur (loop → Phase 3)</span>
|
|
362
|
-
<span data-lang="en">User validation (loop → Phase 3)</span>
|
|
363
|
-
</td>
|
|
364
|
-
<td><a href="business-analyse.html#phase-5">BA</a></td>
|
|
365
|
-
</tr>
|
|
366
|
-
<tr style="background: rgba(249, 115, 22, 0.1);">
|
|
367
|
-
<td><code>/business-analyse:6-handoff</code></td>
|
|
368
|
-
<td><span class="badge badge-orange">ULTRATHINK</span></td>
|
|
369
|
-
<td>
|
|
370
|
-
<span data-lang="fr">Brief d'implementation (anglais)</span>
|
|
371
|
-
<span data-lang="en">Implementation brief (English)</span>
|
|
372
|
-
</td>
|
|
373
|
-
<td><a href="business-analyse.html#phase-6">BA</a></td>
|
|
374
|
-
</tr>
|
|
375
|
-
</tbody>
|
|
376
|
-
</table>
|
|
377
|
-
</div>
|
|
378
|
-
|
|
379
|
-
<div class="alert alert-info" style="margin-top: 1rem;">
|
|
380
|
-
<span class="alert-icon">💡</span>
|
|
381
|
-
<div class="alert-content">
|
|
382
|
-
<p data-lang="fr">
|
|
383
|
-
<strong>WHAT vs HOW</strong>: Phases 1-3 = comprendre le besoin (langage utilisateur). Phases 4-6 = specifier la solution (langage technique).
|
|
384
|
-
</p>
|
|
385
|
-
<p data-lang="en">
|
|
386
|
-
<strong>WHAT vs HOW</strong>: Phases 1-3 = understand the need (user language). Phases 4-6 = specify the solution (technical language).
|
|
387
|
-
</p>
|
|
388
|
-
</div>
|
|
389
|
-
</div>
|
|
390
|
-
</section>
|
|
391
|
-
|
|
392
|
-
<!-- Git Commands -->
|
|
393
|
-
<section id="git">
|
|
394
|
-
<h2>Git Commands</h2>
|
|
395
|
-
|
|
396
|
-
<div class="table-container">
|
|
397
|
-
<table>
|
|
398
|
-
<thead>
|
|
399
|
-
<tr>
|
|
400
|
-
<th>
|
|
401
|
-
<span data-lang="fr">Commande</span>
|
|
402
|
-
<span data-lang="en">Command</span>
|
|
403
|
-
</th>
|
|
404
|
-
<th>
|
|
405
|
-
<span data-lang="fr">Description</span>
|
|
406
|
-
<span data-lang="en">Description</span>
|
|
407
|
-
</th>
|
|
408
|
-
</tr>
|
|
409
|
-
</thead>
|
|
410
|
-
<tbody>
|
|
411
|
-
<tr>
|
|
412
|
-
<td><code>/git:commit</code></td>
|
|
413
|
-
<td>
|
|
414
|
-
<span data-lang="fr">Commit rapide avec message propre</span>
|
|
415
|
-
<span data-lang="en">Quick commit with clean message</span>
|
|
416
|
-
</td>
|
|
417
|
-
</tr>
|
|
418
|
-
<tr>
|
|
419
|
-
<td><code>/git:commitizen</code></td>
|
|
420
|
-
<td>
|
|
421
|
-
<span data-lang="fr">Commit avec format conventionnel</span>
|
|
422
|
-
<span data-lang="en">Commit with conventional format</span>
|
|
423
|
-
</td>
|
|
424
|
-
</tr>
|
|
425
|
-
<tr>
|
|
426
|
-
<td><code>/git:create-pr</code></td>
|
|
427
|
-
<td>
|
|
428
|
-
<span data-lang="fr">Creer une Pull Request</span>
|
|
429
|
-
<span data-lang="en">Create a Pull Request</span>
|
|
430
|
-
</td>
|
|
431
|
-
</tr>
|
|
432
|
-
<tr>
|
|
433
|
-
<td><code>/git:fix-pr-comments</code></td>
|
|
434
|
-
<td>
|
|
435
|
-
<span data-lang="fr">Corriger les commentaires de PR</span>
|
|
436
|
-
<span data-lang="en">Fix PR review comments</span>
|
|
437
|
-
</td>
|
|
438
|
-
</tr>
|
|
439
|
-
<tr>
|
|
440
|
-
<td><code>/git:merge</code></td>
|
|
441
|
-
<td>
|
|
442
|
-
<span data-lang="fr">Merge intelligent avec resolution de conflits</span>
|
|
443
|
-
<span data-lang="en">Smart merge with conflict resolution</span>
|
|
444
|
-
</td>
|
|
445
|
-
</tr>
|
|
446
|
-
</tbody>
|
|
447
|
-
</table>
|
|
448
|
-
</div>
|
|
449
|
-
</section>
|
|
450
|
-
|
|
451
|
-
<!-- Development Commands -->
|
|
452
|
-
<section id="development">
|
|
453
|
-
<h2>
|
|
454
|
-
<span data-lang="fr">Commandes de developpement</span>
|
|
455
|
-
<span data-lang="en">Development Commands</span>
|
|
456
|
-
</h2>
|
|
457
|
-
|
|
458
|
-
<div class="table-container">
|
|
459
|
-
<table>
|
|
460
|
-
<thead>
|
|
461
|
-
<tr>
|
|
462
|
-
<th>
|
|
463
|
-
<span data-lang="fr">Commande</span>
|
|
464
|
-
<span data-lang="en">Command</span>
|
|
465
|
-
</th>
|
|
466
|
-
<th>
|
|
467
|
-
<span data-lang="fr">Description</span>
|
|
468
|
-
<span data-lang="en">Description</span>
|
|
469
|
-
</th>
|
|
470
|
-
</tr>
|
|
471
|
-
</thead>
|
|
472
|
-
<tbody>
|
|
473
|
-
<tr>
|
|
474
|
-
<td><code>/epct</code></td>
|
|
475
|
-
<td>
|
|
476
|
-
<span data-lang="fr">Methodologie Explore-Plan-Code-Test</span>
|
|
477
|
-
<span data-lang="en">Explore-Plan-Code-Test methodology</span>
|
|
478
|
-
</td>
|
|
479
|
-
</tr>
|
|
480
|
-
<tr>
|
|
481
|
-
<td><code>/oneshot</code></td>
|
|
482
|
-
<td>
|
|
483
|
-
<span data-lang="fr">Implementation ultra-rapide de feature</span>
|
|
484
|
-
<span data-lang="en">Ultra-fast feature implementation</span>
|
|
485
|
-
</td>
|
|
486
|
-
</tr>
|
|
487
|
-
<tr>
|
|
488
|
-
<td><code>/debug</code></td>
|
|
489
|
-
<td>
|
|
490
|
-
<span data-lang="fr">Debugging systematique de bugs</span>
|
|
491
|
-
<span data-lang="en">Systematic bug debugging</span>
|
|
492
|
-
</td>
|
|
493
|
-
</tr>
|
|
494
|
-
<tr>
|
|
495
|
-
<td><code>/explore</code></td>
|
|
496
|
-
<td>
|
|
497
|
-
<span data-lang="fr">Exploration profonde du codebase</span>
|
|
498
|
-
<span data-lang="en">Deep codebase exploration</span>
|
|
499
|
-
</td>
|
|
500
|
-
</tr>
|
|
501
|
-
<tr>
|
|
502
|
-
<td><code>/explain</code></td>
|
|
503
|
-
<td>
|
|
504
|
-
<span data-lang="fr">Explication de code avec diagrammes</span>
|
|
505
|
-
<span data-lang="en">Code explanation with diagrams</span>
|
|
506
|
-
</td>
|
|
507
|
-
</tr>
|
|
508
|
-
<tr>
|
|
509
|
-
<td><code>/review</code></td>
|
|
510
|
-
<td>
|
|
511
|
-
<span data-lang="fr">Revue de code rapide</span>
|
|
512
|
-
<span data-lang="en">Quick code review</span>
|
|
513
|
-
</td>
|
|
514
|
-
</tr>
|
|
515
|
-
<tr>
|
|
516
|
-
<td><code>/quick-search</code></td>
|
|
517
|
-
<td>
|
|
518
|
-
<span data-lang="fr">Recherche ultra-rapide</span>
|
|
519
|
-
<span data-lang="en">Lightning-fast search</span>
|
|
520
|
-
</td>
|
|
521
|
-
</tr>
|
|
522
|
-
</tbody>
|
|
523
|
-
</table>
|
|
524
|
-
</div>
|
|
525
|
-
</section>
|
|
526
|
-
|
|
527
|
-
<!-- Prompt Commands -->
|
|
528
|
-
<section id="prompts">
|
|
529
|
-
<h2>
|
|
530
|
-
<span data-lang="fr">Generation de prompts</span>
|
|
531
|
-
<span data-lang="en">Prompt Generation</span>
|
|
532
|
-
</h2>
|
|
533
|
-
|
|
534
|
-
<div class="table-container">
|
|
535
|
-
<table>
|
|
536
|
-
<thead>
|
|
537
|
-
<tr>
|
|
538
|
-
<th>
|
|
539
|
-
<span data-lang="fr">Commande</span>
|
|
540
|
-
<span data-lang="en">Command</span>
|
|
541
|
-
</th>
|
|
542
|
-
<th>
|
|
543
|
-
<span data-lang="fr">Description</span>
|
|
544
|
-
<span data-lang="en">Description</span>
|
|
545
|
-
</th>
|
|
546
|
-
</tr>
|
|
547
|
-
</thead>
|
|
548
|
-
<tbody>
|
|
549
|
-
<tr>
|
|
550
|
-
<td><code>/prompts:create</code></td>
|
|
551
|
-
<td>
|
|
552
|
-
<span data-lang="fr">Creer des prompts optimises</span>
|
|
553
|
-
<span data-lang="en">Create optimized prompts</span>
|
|
554
|
-
</td>
|
|
555
|
-
</tr>
|
|
556
|
-
<tr>
|
|
557
|
-
<td><code>/prompts:agent</code></td>
|
|
558
|
-
<td>
|
|
559
|
-
<span data-lang="fr">Creer des prompts pour agents</span>
|
|
560
|
-
<span data-lang="en">Create agent prompts</span>
|
|
561
|
-
</td>
|
|
562
|
-
</tr>
|
|
563
|
-
<tr>
|
|
564
|
-
<td><code>/prompts:command</code></td>
|
|
565
|
-
<td>
|
|
566
|
-
<span data-lang="fr">Creer des prompts pour commandes</span>
|
|
567
|
-
<span data-lang="en">Create command prompts</span>
|
|
568
|
-
</td>
|
|
569
|
-
</tr>
|
|
570
|
-
<tr>
|
|
571
|
-
<td><code>/prompts:claude-memory</code></td>
|
|
572
|
-
<td>
|
|
573
|
-
<span data-lang="fr">Creer/mettre a jour CLAUDE.md</span>
|
|
574
|
-
<span data-lang="en">Create/update CLAUDE.md</span>
|
|
575
|
-
</td>
|
|
576
|
-
</tr>
|
|
577
|
-
</tbody>
|
|
578
|
-
</table>
|
|
579
|
-
</div>
|
|
580
|
-
</section>
|
|
581
|
-
|
|
582
|
-
<!-- CLI Commands -->
|
|
583
|
-
<section id="cli">
|
|
584
|
-
<h2>CLI (claude-tools)</h2>
|
|
585
|
-
|
|
586
|
-
<div class="table-container">
|
|
587
|
-
<table>
|
|
588
|
-
<thead>
|
|
589
|
-
<tr>
|
|
590
|
-
<th>
|
|
591
|
-
<span data-lang="fr">Commande</span>
|
|
592
|
-
<span data-lang="en">Command</span>
|
|
593
|
-
</th>
|
|
594
|
-
<th>Alias</th>
|
|
595
|
-
<th>
|
|
596
|
-
<span data-lang="fr">Description</span>
|
|
597
|
-
<span data-lang="en">Description</span>
|
|
598
|
-
</th>
|
|
599
|
-
</tr>
|
|
600
|
-
</thead>
|
|
601
|
-
<tbody>
|
|
602
|
-
<tr>
|
|
603
|
-
<td><code>claude-tools activate <key></code></td>
|
|
604
|
-
<td><code>a</code></td>
|
|
605
|
-
<td>
|
|
606
|
-
<span data-lang="fr">Activer la licence</span>
|
|
607
|
-
<span data-lang="en">Activate license</span>
|
|
608
|
-
</td>
|
|
609
|
-
</tr>
|
|
610
|
-
<tr>
|
|
611
|
-
<td><code>claude-tools install</code></td>
|
|
612
|
-
<td><code>i</code></td>
|
|
613
|
-
<td>
|
|
614
|
-
<span data-lang="fr">Installer les commandes et agents</span>
|
|
615
|
-
<span data-lang="en">Install commands and agents</span>
|
|
616
|
-
</td>
|
|
617
|
-
</tr>
|
|
618
|
-
<tr>
|
|
619
|
-
<td><code>claude-tools uninstall</code></td>
|
|
620
|
-
<td><code>u</code></td>
|
|
621
|
-
<td>
|
|
622
|
-
<span data-lang="fr">Desinstaller les commandes et agents</span>
|
|
623
|
-
<span data-lang="en">Uninstall commands and agents</span>
|
|
624
|
-
</td>
|
|
625
|
-
</tr>
|
|
626
|
-
<tr>
|
|
627
|
-
<td><code>claude-tools status</code></td>
|
|
628
|
-
<td><code>s</code></td>
|
|
629
|
-
<td>
|
|
630
|
-
<span data-lang="fr">Afficher le statut d'installation</span>
|
|
631
|
-
<span data-lang="en">Show installation status</span>
|
|
632
|
-
</td>
|
|
633
|
-
</tr>
|
|
634
|
-
<tr>
|
|
635
|
-
<td><code>claude-tools update</code></td>
|
|
636
|
-
<td>-</td>
|
|
637
|
-
<td>
|
|
638
|
-
<span data-lang="fr">Mettre a jour les commandes</span>
|
|
639
|
-
<span data-lang="en">Update commands</span>
|
|
640
|
-
</td>
|
|
641
|
-
</tr>
|
|
642
|
-
</tbody>
|
|
643
|
-
</table>
|
|
644
|
-
</div>
|
|
645
|
-
|
|
646
|
-
<h3 data-lang="fr">Options d'installation</h3>
|
|
647
|
-
<h3 data-lang="en">Installation Options</h3>
|
|
648
|
-
|
|
649
|
-
<div class="code-block">
|
|
650
|
-
<button class="copy-btn">Copy</button>
|
|
651
|
-
<pre><code># Installer tous les composants (defaut)
|
|
652
|
-
claude-tools install
|
|
653
|
-
|
|
654
|
-
# Installer des composants specifiques
|
|
655
|
-
claude-tools install --commands-only
|
|
656
|
-
claude-tools install --agents-only
|
|
657
|
-
claude-tools install --hooks-only
|
|
658
|
-
|
|
659
|
-
# Installer dans le projet (au lieu de ~/.claude)
|
|
660
|
-
claude-tools install --local
|
|
661
|
-
|
|
662
|
-
# Forcer la reecriture des fichiers existants
|
|
663
|
-
claude-tools install --force
|
|
664
|
-
|
|
665
|
-
# Ignorer la creation du fichier config
|
|
666
|
-
claude-tools install --no-config</code></pre>
|
|
667
|
-
</div>
|
|
668
|
-
</section>
|
|
669
|
-
</div>
|
|
670
|
-
</main>
|
|
671
|
-
</div>
|
|
672
|
-
</div>
|
|
673
|
-
|
|
674
|
-
<!-- Mobile Menu Button -->
|
|
675
|
-
<button class="mobile-menu-btn">☰</button>
|
|
676
|
-
<div class="overlay"></div>
|
|
677
|
-
|
|
678
|
-
<script src="js/app.js"></script>
|
|
679
|
-
</body>
|
|
680
|
-
</html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="fr">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>Commandes - SmartStack CLI</title>
|
|
7
|
+
<link rel="stylesheet" href="css/styles.css">
|
|
8
|
+
</head>
|
|
9
|
+
<body>
|
|
10
|
+
<div class="app-container">
|
|
11
|
+
<!-- Global Header (single unified element) -->
|
|
12
|
+
<header class="global-header">
|
|
13
|
+
<div class="logo">SS</div>
|
|
14
|
+
<span class="site-title">SmartStack CLI</span>
|
|
15
|
+
<span class="version-badge">v1.4.0</span>
|
|
16
|
+
<div class="header-divider"></div>
|
|
17
|
+
<span class="page-title" data-lang="fr">Référence des commandes</span>
|
|
18
|
+
<span class="page-title" data-lang="en">Command Reference</span>
|
|
19
|
+
<nav class="breadcrumb">
|
|
20
|
+
<a href="index.html">
|
|
21
|
+
<span data-lang="fr">Accueil</span>
|
|
22
|
+
<span data-lang="en">Home</span>
|
|
23
|
+
</a>
|
|
24
|
+
<span class="breadcrumb-separator">›</span>
|
|
25
|
+
<span data-lang="fr">Outils</span>
|
|
26
|
+
<span data-lang="en">Tools</span>
|
|
27
|
+
<span class="breadcrumb-separator">›</span>
|
|
28
|
+
<span class="breadcrumb-current" data-lang="fr">Commandes</span>
|
|
29
|
+
<span class="breadcrumb-current" data-lang="en">Commands</span>
|
|
30
|
+
</nav>
|
|
31
|
+
<!-- Language Select -->
|
|
32
|
+
<select class="lang-select" id="lang-select" onchange="setLanguage(this.value); localStorage.setItem('doc-language', this.value);">
|
|
33
|
+
<option value="fr">🇫🇷 FR</option>
|
|
34
|
+
<option value="en">🇬🇧 EN</option>
|
|
35
|
+
</select>
|
|
36
|
+
<!-- Search -->
|
|
37
|
+
<div class="header-search">
|
|
38
|
+
<div class="search-input-wrapper">
|
|
39
|
+
<span class="search-icon">🔍</span>
|
|
40
|
+
<input type="text" id="search-input" class="search-input" placeholder="Rechercher..." data-placeholder-fr="Rechercher..." data-placeholder-en="Search..." autocomplete="off">
|
|
41
|
+
<span class="search-shortcut">Ctrl+K</span>
|
|
42
|
+
</div>
|
|
43
|
+
<div id="search-results" class="search-results"></div>
|
|
44
|
+
</div>
|
|
45
|
+
</header>
|
|
46
|
+
|
|
47
|
+
<!-- App Body -->
|
|
48
|
+
<div class="app-body">
|
|
49
|
+
<!-- Sidebar -->
|
|
50
|
+
<aside class="sidebar">
|
|
51
|
+
<button class="sidebar-toggle" title="Toggle sidebar">
|
|
52
|
+
<span class="toggle-icon-collapse">«</span>
|
|
53
|
+
<span class="toggle-icon-expand">»</span>
|
|
54
|
+
</button>
|
|
55
|
+
|
|
56
|
+
<nav class="sidebar-nav">
|
|
57
|
+
<div class="nav-section">
|
|
58
|
+
<div class="nav-section-title">
|
|
59
|
+
<span data-lang="fr">Demarrage</span>
|
|
60
|
+
<span data-lang="en">Getting Started</span>
|
|
61
|
+
</div>
|
|
62
|
+
<a href="index.html" class="nav-item">
|
|
63
|
+
<span class="icon">🏠</span>
|
|
64
|
+
<span class="nav-text" data-lang="fr">Accueil</span>
|
|
65
|
+
<span class="nav-text" data-lang="en">Home</span>
|
|
66
|
+
</a>
|
|
67
|
+
<a href="installation.html" class="nav-item">
|
|
68
|
+
<span class="icon">📦</span>
|
|
69
|
+
<span class="nav-text">Installation</span>
|
|
70
|
+
</a>
|
|
71
|
+
</div>
|
|
72
|
+
|
|
73
|
+
<div class="nav-section">
|
|
74
|
+
<div class="nav-section-title">Workflows</div>
|
|
75
|
+
<a href="gitflow.html" class="nav-item">
|
|
76
|
+
<span class="icon">🔀</span>
|
|
77
|
+
<span class="nav-text">GitFlow</span>
|
|
78
|
+
</a>
|
|
79
|
+
<a href="efcore.html" class="nav-item">
|
|
80
|
+
<span class="icon">🗄</span>
|
|
81
|
+
<span class="nav-text">EF Core</span>
|
|
82
|
+
</a>
|
|
83
|
+
<a href="apex.html" class="nav-item">
|
|
84
|
+
<span class="icon">🎯</span>
|
|
85
|
+
<span class="nav-text">APEX</span>
|
|
86
|
+
</a>
|
|
87
|
+
<a href="business-analyse.html" class="nav-item">
|
|
88
|
+
<span class="icon">📊</span>
|
|
89
|
+
<span class="nav-text">Business Analyse</span>
|
|
90
|
+
</a>
|
|
91
|
+
<a href="ralph-loop.html" class="nav-item">
|
|
92
|
+
<span class="icon">🔄</span>
|
|
93
|
+
<span class="nav-text">Ralph Loop</span>
|
|
94
|
+
</a>
|
|
95
|
+
</div>
|
|
96
|
+
|
|
97
|
+
<div class="nav-section">
|
|
98
|
+
<div class="nav-section-title">
|
|
99
|
+
<span data-lang="fr">Outils</span>
|
|
100
|
+
<span data-lang="en">Tools</span>
|
|
101
|
+
</div>
|
|
102
|
+
<a href="agents.html" class="nav-item">
|
|
103
|
+
<span class="icon">🤖</span>
|
|
104
|
+
<span class="nav-text">Agents</span>
|
|
105
|
+
</a>
|
|
106
|
+
<a href="commands.html" class="nav-item active">
|
|
107
|
+
<span class="icon">⚡</span>
|
|
108
|
+
<span class="nav-text" data-lang="fr">Commandes</span>
|
|
109
|
+
<span class="nav-text" data-lang="en">Commands</span>
|
|
110
|
+
</a>
|
|
111
|
+
<a href="hooks.html" class="nav-item">
|
|
112
|
+
<span class="icon">🔗</span>
|
|
113
|
+
<span class="nav-text">Hooks</span>
|
|
114
|
+
</a>
|
|
115
|
+
<a href="test-web.html" class="nav-item">
|
|
116
|
+
<span class="icon">🌐</span>
|
|
117
|
+
<span class="nav-text">Test Web</span>
|
|
118
|
+
</a>
|
|
119
|
+
</div>
|
|
120
|
+
</nav>
|
|
121
|
+
|
|
122
|
+
</aside>
|
|
123
|
+
|
|
124
|
+
<!-- Main Content -->
|
|
125
|
+
<main class="main-content">
|
|
126
|
+
<div class="content content-wide">
|
|
127
|
+
<!-- GitFlow Commands -->
|
|
128
|
+
<section id="gitflow">
|
|
129
|
+
<h2>GitFlow Workflow</h2>
|
|
130
|
+
|
|
131
|
+
<div class="table-container">
|
|
132
|
+
<table>
|
|
133
|
+
<thead>
|
|
134
|
+
<tr>
|
|
135
|
+
<th>
|
|
136
|
+
<span data-lang="fr">Commande</span>
|
|
137
|
+
<span data-lang="en">Command</span>
|
|
138
|
+
</th>
|
|
139
|
+
<th>
|
|
140
|
+
<span data-lang="fr">Description</span>
|
|
141
|
+
<span data-lang="en">Description</span>
|
|
142
|
+
</th>
|
|
143
|
+
<th>Page</th>
|
|
144
|
+
</tr>
|
|
145
|
+
</thead>
|
|
146
|
+
<tbody>
|
|
147
|
+
<tr>
|
|
148
|
+
<td><code>/gitflow</code></td>
|
|
149
|
+
<td>
|
|
150
|
+
<span data-lang="fr">Orchestrateur principal GitFlow</span>
|
|
151
|
+
<span data-lang="en">Main GitFlow orchestrator</span>
|
|
152
|
+
</td>
|
|
153
|
+
<td><a href="gitflow.html">GitFlow</a></td>
|
|
154
|
+
</tr>
|
|
155
|
+
<tr>
|
|
156
|
+
<td><code>/gitflow:1-init</code></td>
|
|
157
|
+
<td>
|
|
158
|
+
<span data-lang="fr">Initialiser la structure GitFlow</span>
|
|
159
|
+
<span data-lang="en">Initialize GitFlow structure</span>
|
|
160
|
+
</td>
|
|
161
|
+
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
162
|
+
</tr>
|
|
163
|
+
<tr>
|
|
164
|
+
<td><code>/gitflow:2-status</code></td>
|
|
165
|
+
<td>
|
|
166
|
+
<span data-lang="fr">Afficher le statut detaille</span>
|
|
167
|
+
<span data-lang="en">Show detailed status</span>
|
|
168
|
+
</td>
|
|
169
|
+
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
170
|
+
</tr>
|
|
171
|
+
<tr>
|
|
172
|
+
<td><code>/gitflow:3-commit</code></td>
|
|
173
|
+
<td>
|
|
174
|
+
<span data-lang="fr">Commit intelligent avec validation EF Core</span>
|
|
175
|
+
<span data-lang="en">Smart commit with EF Core validation</span>
|
|
176
|
+
</td>
|
|
177
|
+
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
178
|
+
</tr>
|
|
179
|
+
<tr>
|
|
180
|
+
<td><code>/gitflow:4-plan</code></td>
|
|
181
|
+
<td>
|
|
182
|
+
<span data-lang="fr">Creer un plan d'integration</span>
|
|
183
|
+
<span data-lang="en">Create integration plan</span>
|
|
184
|
+
</td>
|
|
185
|
+
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
186
|
+
</tr>
|
|
187
|
+
<tr>
|
|
188
|
+
<td><code>/gitflow:5-exec</code></td>
|
|
189
|
+
<td>
|
|
190
|
+
<span data-lang="fr">Executer le plan d'integration</span>
|
|
191
|
+
<span data-lang="en">Execute integration plan</span>
|
|
192
|
+
</td>
|
|
193
|
+
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
194
|
+
</tr>
|
|
195
|
+
<tr>
|
|
196
|
+
<td><code>/gitflow:6-abort</code></td>
|
|
197
|
+
<td>
|
|
198
|
+
<span data-lang="fr">Annuler une operation en cours</span>
|
|
199
|
+
<span data-lang="en">Abort ongoing operation</span>
|
|
200
|
+
</td>
|
|
201
|
+
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
202
|
+
</tr>
|
|
203
|
+
<tr>
|
|
204
|
+
<td><code>/gitflow:10-start</code></td>
|
|
205
|
+
<td>
|
|
206
|
+
<span data-lang="fr">Demarrer une branche (feature/release/hotfix)</span>
|
|
207
|
+
<span data-lang="en">Start a branch (feature/release/hotfix)</span>
|
|
208
|
+
</td>
|
|
209
|
+
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
210
|
+
</tr>
|
|
211
|
+
<tr>
|
|
212
|
+
<td><code>/gitflow:11-finish</code></td>
|
|
213
|
+
<td>
|
|
214
|
+
<span data-lang="fr">Terminer une branche (merge + tag)</span>
|
|
215
|
+
<span data-lang="en">Finish a branch (merge + tag)</span>
|
|
216
|
+
</td>
|
|
217
|
+
<td><a href="gitflow.html#commands">GitFlow</a></td>
|
|
218
|
+
</tr>
|
|
219
|
+
</tbody>
|
|
220
|
+
</table>
|
|
221
|
+
</div>
|
|
222
|
+
</section>
|
|
223
|
+
|
|
224
|
+
<!-- APEX Commands -->
|
|
225
|
+
<section id="apex">
|
|
226
|
+
<h2>APEX Methodology</h2>
|
|
227
|
+
|
|
228
|
+
<div class="table-container">
|
|
229
|
+
<table>
|
|
230
|
+
<thead>
|
|
231
|
+
<tr>
|
|
232
|
+
<th>
|
|
233
|
+
<span data-lang="fr">Commande</span>
|
|
234
|
+
<span data-lang="en">Command</span>
|
|
235
|
+
</th>
|
|
236
|
+
<th>
|
|
237
|
+
<span data-lang="fr">Description</span>
|
|
238
|
+
<span data-lang="en">Description</span>
|
|
239
|
+
</th>
|
|
240
|
+
<th>Page</th>
|
|
241
|
+
</tr>
|
|
242
|
+
</thead>
|
|
243
|
+
<tbody>
|
|
244
|
+
<tr>
|
|
245
|
+
<td><code>/apex</code></td>
|
|
246
|
+
<td>
|
|
247
|
+
<span data-lang="fr">Workflow APEX complet</span>
|
|
248
|
+
<span data-lang="en">Complete APEX workflow</span>
|
|
249
|
+
</td>
|
|
250
|
+
<td><a href="apex.html">APEX</a></td>
|
|
251
|
+
</tr>
|
|
252
|
+
<tr>
|
|
253
|
+
<td><code>/apex:1-analyze</code></td>
|
|
254
|
+
<td>
|
|
255
|
+
<span data-lang="fr">Phase d'analyse - collecter le contexte</span>
|
|
256
|
+
<span data-lang="en">Analysis phase - gather context</span>
|
|
257
|
+
</td>
|
|
258
|
+
<td><a href="apex.html#analyze">APEX</a></td>
|
|
259
|
+
</tr>
|
|
260
|
+
<tr>
|
|
261
|
+
<td><code>/apex:2-plan</code></td>
|
|
262
|
+
<td>
|
|
263
|
+
<span data-lang="fr">Phase de planification - creer la strategie</span>
|
|
264
|
+
<span data-lang="en">Planning phase - create strategy</span>
|
|
265
|
+
</td>
|
|
266
|
+
<td><a href="apex.html#plan">APEX</a></td>
|
|
267
|
+
</tr>
|
|
268
|
+
<tr>
|
|
269
|
+
<td><code>/apex:3-execute</code></td>
|
|
270
|
+
<td>
|
|
271
|
+
<span data-lang="fr">Phase d'execution - implementer le plan</span>
|
|
272
|
+
<span data-lang="en">Execution phase - implement plan</span>
|
|
273
|
+
</td>
|
|
274
|
+
<td><a href="apex.html#execute">APEX</a></td>
|
|
275
|
+
</tr>
|
|
276
|
+
<tr>
|
|
277
|
+
<td><code>/apex:4-examine</code></td>
|
|
278
|
+
<td>
|
|
279
|
+
<span data-lang="fr">Phase de validation - tester et verifier</span>
|
|
280
|
+
<span data-lang="en">Validation phase - test and verify</span>
|
|
281
|
+
</td>
|
|
282
|
+
<td><a href="apex.html#examine">APEX</a></td>
|
|
283
|
+
</tr>
|
|
284
|
+
<tr>
|
|
285
|
+
<td><code>/apex:5-tasks</code></td>
|
|
286
|
+
<td>
|
|
287
|
+
<span data-lang="fr">Diviser le plan en taches individuelles</span>
|
|
288
|
+
<span data-lang="en">Divide plan into individual tasks</span>
|
|
289
|
+
</td>
|
|
290
|
+
<td><a href="apex.html#tasks">APEX</a></td>
|
|
291
|
+
</tr>
|
|
292
|
+
</tbody>
|
|
293
|
+
</table>
|
|
294
|
+
</div>
|
|
295
|
+
</section>
|
|
296
|
+
|
|
297
|
+
<!-- Business Analyse Commands -->
|
|
298
|
+
<section id="business-analyse">
|
|
299
|
+
<h2>Business Analyse (6-Phase Workflow)</h2>
|
|
300
|
+
|
|
301
|
+
<div class="table-container">
|
|
302
|
+
<table>
|
|
303
|
+
<thead>
|
|
304
|
+
<tr>
|
|
305
|
+
<th>
|
|
306
|
+
<span data-lang="fr">Commande</span>
|
|
307
|
+
<span data-lang="en">Command</span>
|
|
308
|
+
</th>
|
|
309
|
+
<th>
|
|
310
|
+
<span data-lang="fr">Modele</span>
|
|
311
|
+
<span data-lang="en">Model</span>
|
|
312
|
+
</th>
|
|
313
|
+
<th>
|
|
314
|
+
<span data-lang="fr">Description</span>
|
|
315
|
+
<span data-lang="en">Description</span>
|
|
316
|
+
</th>
|
|
317
|
+
<th>Page</th>
|
|
318
|
+
</tr>
|
|
319
|
+
</thead>
|
|
320
|
+
<tbody>
|
|
321
|
+
<tr style="background: rgba(139, 92, 246, 0.1);">
|
|
322
|
+
<td><code>/business-analyse:1-discover</code></td>
|
|
323
|
+
<td><span class="badge badge-purple">ULTRATHINK</span></td>
|
|
324
|
+
<td>
|
|
325
|
+
<span data-lang="fr">Elicitation + detection de similarite</span>
|
|
326
|
+
<span data-lang="en">Elicitation + similarity detection</span>
|
|
327
|
+
</td>
|
|
328
|
+
<td><a href="business-analyse.html#phase-1">BA</a></td>
|
|
329
|
+
</tr>
|
|
330
|
+
<tr style="background: rgba(59, 130, 246, 0.1);">
|
|
331
|
+
<td><code>/business-analyse:2-explore</code></td>
|
|
332
|
+
<td><span class="badge badge-blue">Haiku</span></td>
|
|
333
|
+
<td>
|
|
334
|
+
<span data-lang="fr">Contexte technique avec agents paralleles</span>
|
|
335
|
+
<span data-lang="en">Technical context with parallel agents</span>
|
|
336
|
+
</td>
|
|
337
|
+
<td><a href="business-analyse.html#phase-2">BA</a></td>
|
|
338
|
+
</tr>
|
|
339
|
+
<tr style="background: rgba(236, 72, 153, 0.1);">
|
|
340
|
+
<td><code>/business-analyse:3-analyse</code></td>
|
|
341
|
+
<td><span class="badge badge-pink">ULTRATHINK</span></td>
|
|
342
|
+
<td>
|
|
343
|
+
<span data-lang="fr">Synthese besoin + contexte technique</span>
|
|
344
|
+
<span data-lang="en">Merge business need + technical context</span>
|
|
345
|
+
</td>
|
|
346
|
+
<td><a href="business-analyse.html#phase-3">BA</a></td>
|
|
347
|
+
</tr>
|
|
348
|
+
<tr style="background: rgba(168, 85, 247, 0.1);">
|
|
349
|
+
<td><code>/business-analyse:4-specify</code></td>
|
|
350
|
+
<td><span class="badge badge-purple">ULTRATHINK</span></td>
|
|
351
|
+
<td>
|
|
352
|
+
<span data-lang="fr">Specification fonctionnelle (FRD)</span>
|
|
353
|
+
<span data-lang="en">Functional Requirements Document (FRD)</span>
|
|
354
|
+
</td>
|
|
355
|
+
<td><a href="business-analyse.html#phase-4">BA</a></td>
|
|
356
|
+
</tr>
|
|
357
|
+
<tr style="background: rgba(34, 197, 94, 0.1);">
|
|
358
|
+
<td><code>/business-analyse:5-validate</code></td>
|
|
359
|
+
<td><span class="badge badge-green">Sonnet</span></td>
|
|
360
|
+
<td>
|
|
361
|
+
<span data-lang="fr">Validation utilisateur (loop → Phase 3)</span>
|
|
362
|
+
<span data-lang="en">User validation (loop → Phase 3)</span>
|
|
363
|
+
</td>
|
|
364
|
+
<td><a href="business-analyse.html#phase-5">BA</a></td>
|
|
365
|
+
</tr>
|
|
366
|
+
<tr style="background: rgba(249, 115, 22, 0.1);">
|
|
367
|
+
<td><code>/business-analyse:6-handoff</code></td>
|
|
368
|
+
<td><span class="badge badge-orange">ULTRATHINK</span></td>
|
|
369
|
+
<td>
|
|
370
|
+
<span data-lang="fr">Brief d'implementation (anglais)</span>
|
|
371
|
+
<span data-lang="en">Implementation brief (English)</span>
|
|
372
|
+
</td>
|
|
373
|
+
<td><a href="business-analyse.html#phase-6">BA</a></td>
|
|
374
|
+
</tr>
|
|
375
|
+
</tbody>
|
|
376
|
+
</table>
|
|
377
|
+
</div>
|
|
378
|
+
|
|
379
|
+
<div class="alert alert-info" style="margin-top: 1rem;">
|
|
380
|
+
<span class="alert-icon">💡</span>
|
|
381
|
+
<div class="alert-content">
|
|
382
|
+
<p data-lang="fr">
|
|
383
|
+
<strong>WHAT vs HOW</strong>: Phases 1-3 = comprendre le besoin (langage utilisateur). Phases 4-6 = specifier la solution (langage technique).
|
|
384
|
+
</p>
|
|
385
|
+
<p data-lang="en">
|
|
386
|
+
<strong>WHAT vs HOW</strong>: Phases 1-3 = understand the need (user language). Phases 4-6 = specify the solution (technical language).
|
|
387
|
+
</p>
|
|
388
|
+
</div>
|
|
389
|
+
</div>
|
|
390
|
+
</section>
|
|
391
|
+
|
|
392
|
+
<!-- Git Commands -->
|
|
393
|
+
<section id="git">
|
|
394
|
+
<h2>Git Commands</h2>
|
|
395
|
+
|
|
396
|
+
<div class="table-container">
|
|
397
|
+
<table>
|
|
398
|
+
<thead>
|
|
399
|
+
<tr>
|
|
400
|
+
<th>
|
|
401
|
+
<span data-lang="fr">Commande</span>
|
|
402
|
+
<span data-lang="en">Command</span>
|
|
403
|
+
</th>
|
|
404
|
+
<th>
|
|
405
|
+
<span data-lang="fr">Description</span>
|
|
406
|
+
<span data-lang="en">Description</span>
|
|
407
|
+
</th>
|
|
408
|
+
</tr>
|
|
409
|
+
</thead>
|
|
410
|
+
<tbody>
|
|
411
|
+
<tr>
|
|
412
|
+
<td><code>/git:commit</code></td>
|
|
413
|
+
<td>
|
|
414
|
+
<span data-lang="fr">Commit rapide avec message propre</span>
|
|
415
|
+
<span data-lang="en">Quick commit with clean message</span>
|
|
416
|
+
</td>
|
|
417
|
+
</tr>
|
|
418
|
+
<tr>
|
|
419
|
+
<td><code>/git:commitizen</code></td>
|
|
420
|
+
<td>
|
|
421
|
+
<span data-lang="fr">Commit avec format conventionnel</span>
|
|
422
|
+
<span data-lang="en">Commit with conventional format</span>
|
|
423
|
+
</td>
|
|
424
|
+
</tr>
|
|
425
|
+
<tr>
|
|
426
|
+
<td><code>/git:create-pr</code></td>
|
|
427
|
+
<td>
|
|
428
|
+
<span data-lang="fr">Creer une Pull Request</span>
|
|
429
|
+
<span data-lang="en">Create a Pull Request</span>
|
|
430
|
+
</td>
|
|
431
|
+
</tr>
|
|
432
|
+
<tr>
|
|
433
|
+
<td><code>/git:fix-pr-comments</code></td>
|
|
434
|
+
<td>
|
|
435
|
+
<span data-lang="fr">Corriger les commentaires de PR</span>
|
|
436
|
+
<span data-lang="en">Fix PR review comments</span>
|
|
437
|
+
</td>
|
|
438
|
+
</tr>
|
|
439
|
+
<tr>
|
|
440
|
+
<td><code>/git:merge</code></td>
|
|
441
|
+
<td>
|
|
442
|
+
<span data-lang="fr">Merge intelligent avec resolution de conflits</span>
|
|
443
|
+
<span data-lang="en">Smart merge with conflict resolution</span>
|
|
444
|
+
</td>
|
|
445
|
+
</tr>
|
|
446
|
+
</tbody>
|
|
447
|
+
</table>
|
|
448
|
+
</div>
|
|
449
|
+
</section>
|
|
450
|
+
|
|
451
|
+
<!-- Development Commands -->
|
|
452
|
+
<section id="development">
|
|
453
|
+
<h2>
|
|
454
|
+
<span data-lang="fr">Commandes de developpement</span>
|
|
455
|
+
<span data-lang="en">Development Commands</span>
|
|
456
|
+
</h2>
|
|
457
|
+
|
|
458
|
+
<div class="table-container">
|
|
459
|
+
<table>
|
|
460
|
+
<thead>
|
|
461
|
+
<tr>
|
|
462
|
+
<th>
|
|
463
|
+
<span data-lang="fr">Commande</span>
|
|
464
|
+
<span data-lang="en">Command</span>
|
|
465
|
+
</th>
|
|
466
|
+
<th>
|
|
467
|
+
<span data-lang="fr">Description</span>
|
|
468
|
+
<span data-lang="en">Description</span>
|
|
469
|
+
</th>
|
|
470
|
+
</tr>
|
|
471
|
+
</thead>
|
|
472
|
+
<tbody>
|
|
473
|
+
<tr>
|
|
474
|
+
<td><code>/epct</code></td>
|
|
475
|
+
<td>
|
|
476
|
+
<span data-lang="fr">Methodologie Explore-Plan-Code-Test</span>
|
|
477
|
+
<span data-lang="en">Explore-Plan-Code-Test methodology</span>
|
|
478
|
+
</td>
|
|
479
|
+
</tr>
|
|
480
|
+
<tr>
|
|
481
|
+
<td><code>/oneshot</code></td>
|
|
482
|
+
<td>
|
|
483
|
+
<span data-lang="fr">Implementation ultra-rapide de feature</span>
|
|
484
|
+
<span data-lang="en">Ultra-fast feature implementation</span>
|
|
485
|
+
</td>
|
|
486
|
+
</tr>
|
|
487
|
+
<tr>
|
|
488
|
+
<td><code>/debug</code></td>
|
|
489
|
+
<td>
|
|
490
|
+
<span data-lang="fr">Debugging systematique de bugs</span>
|
|
491
|
+
<span data-lang="en">Systematic bug debugging</span>
|
|
492
|
+
</td>
|
|
493
|
+
</tr>
|
|
494
|
+
<tr>
|
|
495
|
+
<td><code>/explore</code></td>
|
|
496
|
+
<td>
|
|
497
|
+
<span data-lang="fr">Exploration profonde du codebase</span>
|
|
498
|
+
<span data-lang="en">Deep codebase exploration</span>
|
|
499
|
+
</td>
|
|
500
|
+
</tr>
|
|
501
|
+
<tr>
|
|
502
|
+
<td><code>/explain</code></td>
|
|
503
|
+
<td>
|
|
504
|
+
<span data-lang="fr">Explication de code avec diagrammes</span>
|
|
505
|
+
<span data-lang="en">Code explanation with diagrams</span>
|
|
506
|
+
</td>
|
|
507
|
+
</tr>
|
|
508
|
+
<tr>
|
|
509
|
+
<td><code>/review</code></td>
|
|
510
|
+
<td>
|
|
511
|
+
<span data-lang="fr">Revue de code rapide</span>
|
|
512
|
+
<span data-lang="en">Quick code review</span>
|
|
513
|
+
</td>
|
|
514
|
+
</tr>
|
|
515
|
+
<tr>
|
|
516
|
+
<td><code>/quick-search</code></td>
|
|
517
|
+
<td>
|
|
518
|
+
<span data-lang="fr">Recherche ultra-rapide</span>
|
|
519
|
+
<span data-lang="en">Lightning-fast search</span>
|
|
520
|
+
</td>
|
|
521
|
+
</tr>
|
|
522
|
+
</tbody>
|
|
523
|
+
</table>
|
|
524
|
+
</div>
|
|
525
|
+
</section>
|
|
526
|
+
|
|
527
|
+
<!-- Prompt Commands -->
|
|
528
|
+
<section id="prompts">
|
|
529
|
+
<h2>
|
|
530
|
+
<span data-lang="fr">Generation de prompts</span>
|
|
531
|
+
<span data-lang="en">Prompt Generation</span>
|
|
532
|
+
</h2>
|
|
533
|
+
|
|
534
|
+
<div class="table-container">
|
|
535
|
+
<table>
|
|
536
|
+
<thead>
|
|
537
|
+
<tr>
|
|
538
|
+
<th>
|
|
539
|
+
<span data-lang="fr">Commande</span>
|
|
540
|
+
<span data-lang="en">Command</span>
|
|
541
|
+
</th>
|
|
542
|
+
<th>
|
|
543
|
+
<span data-lang="fr">Description</span>
|
|
544
|
+
<span data-lang="en">Description</span>
|
|
545
|
+
</th>
|
|
546
|
+
</tr>
|
|
547
|
+
</thead>
|
|
548
|
+
<tbody>
|
|
549
|
+
<tr>
|
|
550
|
+
<td><code>/prompts:create</code></td>
|
|
551
|
+
<td>
|
|
552
|
+
<span data-lang="fr">Creer des prompts optimises</span>
|
|
553
|
+
<span data-lang="en">Create optimized prompts</span>
|
|
554
|
+
</td>
|
|
555
|
+
</tr>
|
|
556
|
+
<tr>
|
|
557
|
+
<td><code>/prompts:agent</code></td>
|
|
558
|
+
<td>
|
|
559
|
+
<span data-lang="fr">Creer des prompts pour agents</span>
|
|
560
|
+
<span data-lang="en">Create agent prompts</span>
|
|
561
|
+
</td>
|
|
562
|
+
</tr>
|
|
563
|
+
<tr>
|
|
564
|
+
<td><code>/prompts:command</code></td>
|
|
565
|
+
<td>
|
|
566
|
+
<span data-lang="fr">Creer des prompts pour commandes</span>
|
|
567
|
+
<span data-lang="en">Create command prompts</span>
|
|
568
|
+
</td>
|
|
569
|
+
</tr>
|
|
570
|
+
<tr>
|
|
571
|
+
<td><code>/prompts:claude-memory</code></td>
|
|
572
|
+
<td>
|
|
573
|
+
<span data-lang="fr">Creer/mettre a jour CLAUDE.md</span>
|
|
574
|
+
<span data-lang="en">Create/update CLAUDE.md</span>
|
|
575
|
+
</td>
|
|
576
|
+
</tr>
|
|
577
|
+
</tbody>
|
|
578
|
+
</table>
|
|
579
|
+
</div>
|
|
580
|
+
</section>
|
|
581
|
+
|
|
582
|
+
<!-- CLI Commands -->
|
|
583
|
+
<section id="cli">
|
|
584
|
+
<h2>CLI (claude-tools)</h2>
|
|
585
|
+
|
|
586
|
+
<div class="table-container">
|
|
587
|
+
<table>
|
|
588
|
+
<thead>
|
|
589
|
+
<tr>
|
|
590
|
+
<th>
|
|
591
|
+
<span data-lang="fr">Commande</span>
|
|
592
|
+
<span data-lang="en">Command</span>
|
|
593
|
+
</th>
|
|
594
|
+
<th>Alias</th>
|
|
595
|
+
<th>
|
|
596
|
+
<span data-lang="fr">Description</span>
|
|
597
|
+
<span data-lang="en">Description</span>
|
|
598
|
+
</th>
|
|
599
|
+
</tr>
|
|
600
|
+
</thead>
|
|
601
|
+
<tbody>
|
|
602
|
+
<tr>
|
|
603
|
+
<td><code>claude-tools activate <key></code></td>
|
|
604
|
+
<td><code>a</code></td>
|
|
605
|
+
<td>
|
|
606
|
+
<span data-lang="fr">Activer la licence</span>
|
|
607
|
+
<span data-lang="en">Activate license</span>
|
|
608
|
+
</td>
|
|
609
|
+
</tr>
|
|
610
|
+
<tr>
|
|
611
|
+
<td><code>claude-tools install</code></td>
|
|
612
|
+
<td><code>i</code></td>
|
|
613
|
+
<td>
|
|
614
|
+
<span data-lang="fr">Installer les commandes et agents</span>
|
|
615
|
+
<span data-lang="en">Install commands and agents</span>
|
|
616
|
+
</td>
|
|
617
|
+
</tr>
|
|
618
|
+
<tr>
|
|
619
|
+
<td><code>claude-tools uninstall</code></td>
|
|
620
|
+
<td><code>u</code></td>
|
|
621
|
+
<td>
|
|
622
|
+
<span data-lang="fr">Desinstaller les commandes et agents</span>
|
|
623
|
+
<span data-lang="en">Uninstall commands and agents</span>
|
|
624
|
+
</td>
|
|
625
|
+
</tr>
|
|
626
|
+
<tr>
|
|
627
|
+
<td><code>claude-tools status</code></td>
|
|
628
|
+
<td><code>s</code></td>
|
|
629
|
+
<td>
|
|
630
|
+
<span data-lang="fr">Afficher le statut d'installation</span>
|
|
631
|
+
<span data-lang="en">Show installation status</span>
|
|
632
|
+
</td>
|
|
633
|
+
</tr>
|
|
634
|
+
<tr>
|
|
635
|
+
<td><code>claude-tools update</code></td>
|
|
636
|
+
<td>-</td>
|
|
637
|
+
<td>
|
|
638
|
+
<span data-lang="fr">Mettre a jour les commandes</span>
|
|
639
|
+
<span data-lang="en">Update commands</span>
|
|
640
|
+
</td>
|
|
641
|
+
</tr>
|
|
642
|
+
</tbody>
|
|
643
|
+
</table>
|
|
644
|
+
</div>
|
|
645
|
+
|
|
646
|
+
<h3 data-lang="fr">Options d'installation</h3>
|
|
647
|
+
<h3 data-lang="en">Installation Options</h3>
|
|
648
|
+
|
|
649
|
+
<div class="code-block">
|
|
650
|
+
<button class="copy-btn">Copy</button>
|
|
651
|
+
<pre><code># Installer tous les composants (defaut)
|
|
652
|
+
claude-tools install
|
|
653
|
+
|
|
654
|
+
# Installer des composants specifiques
|
|
655
|
+
claude-tools install --commands-only
|
|
656
|
+
claude-tools install --agents-only
|
|
657
|
+
claude-tools install --hooks-only
|
|
658
|
+
|
|
659
|
+
# Installer dans le projet (au lieu de ~/.claude)
|
|
660
|
+
claude-tools install --local
|
|
661
|
+
|
|
662
|
+
# Forcer la reecriture des fichiers existants
|
|
663
|
+
claude-tools install --force
|
|
664
|
+
|
|
665
|
+
# Ignorer la creation du fichier config
|
|
666
|
+
claude-tools install --no-config</code></pre>
|
|
667
|
+
</div>
|
|
668
|
+
</section>
|
|
669
|
+
</div>
|
|
670
|
+
</main>
|
|
671
|
+
</div>
|
|
672
|
+
</div>
|
|
673
|
+
|
|
674
|
+
<!-- Mobile Menu Button -->
|
|
675
|
+
<button class="mobile-menu-btn">☰</button>
|
|
676
|
+
<div class="overlay"></div>
|
|
677
|
+
|
|
678
|
+
<script src="js/app.js"></script>
|
|
679
|
+
</body>
|
|
680
|
+
</html>
|