@the-bearded-bear/claude-craft 8.8.1 → 8.8.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.
Files changed (79) hide show
  1. package/Dev/i18n/de/Angular/commands/check-compliance.md +218 -168
  2. package/Dev/i18n/de/Common/agents/refactoring-specialist.md +146 -69
  3. package/Dev/i18n/de/Common/commands/add-technology.md +166 -68
  4. package/Dev/i18n/de/Common/commands/setup-ci.md +216 -33
  5. package/Dev/i18n/de/Laravel/commands/check-compliance.md +223 -115
  6. package/Dev/i18n/de/Python/checklists/new-feature.md +319 -44
  7. package/Dev/i18n/de/React/rules/02-architecture.md +483 -322
  8. package/Dev/i18n/de/React/rules/03-coding-standards.md +584 -368
  9. package/Dev/i18n/de/Symfony/commands/check-compliance.md +186 -114
  10. package/Dev/i18n/de/Symfony/rules/07-testing-symfony.md +679 -10
  11. package/Dev/i18n/de/UIUX/commands/a11y-component.md +284 -26
  12. package/Dev/i18n/de/UIUX/commands/design-tokens.md +199 -35
  13. package/Dev/i18n/de/UIUX/commands/user-flow.md +179 -16
  14. package/Dev/i18n/de/VueJS/commands/check-compliance.md +227 -102
  15. package/Dev/i18n/es/Angular/commands/check-compliance.md +217 -167
  16. package/Dev/i18n/es/Common/commands/add-technology.md +158 -60
  17. package/Dev/i18n/es/Laravel/commands/check-compliance.md +223 -115
  18. package/Dev/i18n/es/React/commands/check-testing.md +263 -169
  19. package/Dev/i18n/es/ReactNative/commands/check-testing.md +256 -198
  20. package/Dev/i18n/es/Symfony/commands/check-compliance.md +189 -117
  21. package/Dev/i18n/es/Symfony/commands/check-testing.md +301 -102
  22. package/Dev/i18n/es/Symfony/commands/migration-plan.md +267 -34
  23. package/Dev/i18n/es/UIUX/commands/a11y-component.md +274 -16
  24. package/Dev/i18n/es/UIUX/commands/design-tokens.md +186 -22
  25. package/Dev/i18n/es/UIUX/commands/user-flow.md +173 -10
  26. package/Dev/i18n/es/VueJS/commands/check-compliance.md +227 -102
  27. package/Dev/i18n/fr/Angular/commands/check-compliance.md +217 -167
  28. package/Dev/i18n/fr/Common/commands/ralph-run.md +138 -60
  29. package/Dev/i18n/fr/Laravel/commands/check-compliance.md +223 -115
  30. package/Dev/i18n/fr/React/commands/check-architecture.md +370 -53
  31. package/Dev/i18n/fr/React/commands/check-code-quality.md +454 -64
  32. package/Dev/i18n/fr/React/commands/check-testing.md +476 -102
  33. package/Dev/i18n/fr/Symfony/commands/check-compliance.md +188 -116
  34. package/Dev/i18n/fr/VueJS/commands/check-compliance.md +227 -102
  35. package/Dev/i18n/pt/Angular/commands/check-compliance.md +225 -175
  36. package/Dev/i18n/pt/Common/agents/ralph-conductor.md +211 -30
  37. package/Dev/i18n/pt/Common/commands/add-technology.md +149 -51
  38. package/Dev/i18n/pt/Common/commands/ralph-run.md +239 -35
  39. package/Dev/i18n/pt/Flutter/commands/analyze-performance.md +331 -46
  40. package/Dev/i18n/pt/Flutter/commands/check-compliance.md +234 -29
  41. package/Dev/i18n/pt/Flutter/commands/generate-feature.md +526 -51
  42. package/Dev/i18n/pt/Flutter/commands/generate-widget.md +515 -27
  43. package/Dev/i18n/pt/Flutter/commands/golden-update.md +322 -46
  44. package/Dev/i18n/pt/Flutter/commands/localization-check.md +278 -37
  45. package/Dev/i18n/pt/Laravel/commands/check-compliance.md +212 -104
  46. package/Dev/i18n/pt/React/commands/accessibility-check.md +151 -42
  47. package/Dev/i18n/pt/React/commands/bundle-analyze.md +300 -25
  48. package/Dev/i18n/pt/React/commands/check-architecture.md +369 -34
  49. package/Dev/i18n/pt/React/commands/check-code-quality.md +440 -34
  50. package/Dev/i18n/pt/React/commands/check-compliance.md +232 -62
  51. package/Dev/i18n/pt/React/commands/check-security.md +370 -31
  52. package/Dev/i18n/pt/React/commands/check-testing.md +473 -43
  53. package/Dev/i18n/pt/React/commands/generate-component.md +454 -19
  54. package/Dev/i18n/pt/React/commands/generate-hook.md +425 -24
  55. package/Dev/i18n/pt/React/commands/storybook-story.md +520 -35
  56. package/Dev/i18n/pt/ReactNative/commands/app-size.md +358 -387
  57. package/Dev/i18n/pt/ReactNative/commands/check-code-quality.md +246 -75
  58. package/Dev/i18n/pt/ReactNative/commands/check-compliance.md +191 -85
  59. package/Dev/i18n/pt/ReactNative/commands/check-security.md +363 -115
  60. package/Dev/i18n/pt/ReactNative/commands/check-testing.md +269 -79
  61. package/Dev/i18n/pt/ReactNative/commands/generate-screen.md +491 -324
  62. package/Dev/i18n/pt/ReactNative/commands/native-module.md +539 -82
  63. package/Dev/i18n/pt/ReactNative/commands/store-prepare.md +429 -185
  64. package/Dev/i18n/pt/ReactNative/rules/02-architecture.md +1084 -31
  65. package/Dev/i18n/pt/Symfony/commands/check-compliance.md +195 -123
  66. package/Dev/i18n/pt/UIUX/commands/a11y-audit.md +208 -24
  67. package/Dev/i18n/pt/UIUX/commands/a11y-component.md +281 -23
  68. package/Dev/i18n/pt/UIUX/commands/design-tokens.md +197 -33
  69. package/Dev/i18n/pt/UIUX/commands/user-flow.md +183 -20
  70. package/Dev/i18n/pt/VueJS/commands/check-compliance.md +228 -103
  71. package/Dev/i18n/pt/Workflow/commands/analyze.md +147 -146
  72. package/Dev/i18n/pt/Workflow/commands/design.md +205 -204
  73. package/Dev/i18n/pt/Workflow/commands/implement.md +184 -184
  74. package/Project/i18n/de/Sprint/commands/dev.md +339 -86
  75. package/Project/i18n/es/Sprint/commands/dev.md +342 -91
  76. package/Project/i18n/pt/Sprint/commands/dev.md +343 -92
  77. package/bundles/cursor/.cursorrules +1 -1
  78. package/bundles/windsurf/.windsurfrules +1 -1
  79. package/package.json +1 -1
@@ -1,203 +1,253 @@
1
1
  ---
2
- description: Angular Standards Compliance Check
2
+ description: Vérification Complète de la Conformité Angular
3
+ argument-hint: [arguments]
3
4
  ---
4
5
 
5
- # Angular Standards Compliance Check
6
+ # Vérification Complète de la Conformité Angular
6
7
 
7
- Verify that the Angular project follows established coding standards and best practices.
8
+ ## Arguments
8
9
 
9
- ## What This Command Does
10
+ $ARGUMENTS (optionnel : chemin du projet à analyser)
10
11
 
11
- 1. **Standards Verification**
12
- - Check coding conventions
13
- - Verify naming conventions
14
- - Validate file organization
15
- - Check import order
16
- - Verify documentation standards
12
+ ## Mode Plan
17
13
 
18
- 2. **Angular-Specific Checks**
19
- - Standalone components usage
20
- - Signals implementation
21
- - OnPush change detection
22
- - Modern control flow (@if, @for)
23
- - Typed forms
14
+ > Le mode plan est activé automatiquement lorsque le périmètre couvre plusieurs modules ou nécessite une investigation transversale.
24
15
 
25
- 3. **Generated Report**
26
- - Non-compliant files
27
- - Severity levels
28
- - Remediation recommendations
29
- - Compliance score (/100)
16
+ ## MISSION
30
17
 
31
- ## Mode Plan
18
+ Réaliser un audit complet de conformité du projet Angular en orchestrant les 4 grandes vérifications : Architecture, Qualité du Code, Tests et Sécurité. Produire un rapport consolidé avec un score global sur 100 points.
32
19
 
33
- > Le mode plan est activé automatiquement lorsque le périmètre couvre plusieurs modules ou nécessite une investigation transversale.
20
+ ### Étape 1 : Préparation de l'audit
34
21
 
35
- ## Compliance Areas
36
-
37
- ### 1. Component Standards
38
-
39
- ```typescript
40
- // ✅ Compliant
41
- @Component({
42
- selector: 'app-user-profile',
43
- standalone: true,
44
- imports: [CommonModule],
45
- changeDetection: ChangeDetectionStrategy.OnPush,
46
- template: `...`
47
- })
48
- export class UserProfileComponent {}
49
-
50
- // ❌ Non-compliant
51
- @Component({
52
- selector: 'user-profile', // Missing app- prefix
53
- // standalone: missing // Not standalone
54
- // changeDetection: missing // Not OnPush
55
- })
56
- export class UserProfile {} // Missing Component suffix
57
- ```
22
+ Préparer l'environnement d'audit :
23
+ - [ ] Identifier le chemin du projet à auditer
24
+ - [ ] Vérifier la présence des fichiers de configuration (angular.json, tsconfig.json, package.json)
25
+ - [ ] Lister les répertoires principaux (src/app/, e2e/, etc.)
26
+ - [ ] Identifier la structure du projet et la version Angular
58
27
 
59
- ### 2. Signal Usage
28
+ **Note** : Si $ARGUMENTS est fourni, l'utiliser comme chemin du projet, sinon utiliser le répertoire courant.
60
29
 
61
- ```typescript
62
- // ✅ Compliant - Using signals
63
- export class CounterComponent {
64
- count = signal(0);
65
- doubleCount = computed(() => this.count() * 2);
66
- }
30
+ ### Étape 2 : Audit Architecture (25 points)
67
31
 
68
- // Non-compliant - Using observables for local state
69
- export class CounterComponent {
70
- count$ = new BehaviorSubject(0);
71
- }
72
- ```
32
+ Exécuter la vérification complète de l'architecture :
73
33
 
74
- ### 3. Template Syntax
34
+ **Commande** : Utiliser la commande slash `/angular:check-architecture` ou suivre manuellement les étapes dans `check-architecture.md`
75
35
 
76
- ```html
77
- <!-- Compliant - Modern control flow -->
78
- @if (loading()) {
79
- <app-spinner />
80
- }
36
+ **Critères évalués** :
37
+ - Structure des modules pilotée par le domaine (6 pts)
38
+ - Utilisation des composants standalone (6 pts)
39
+ - Lazy loading et routage (4 pts)
40
+ - Séparation Core/Shared/Feature (4 pts)
41
+ - Organisation de la couche service (3 pts)
42
+ - Patterns d'injection de dépendances (2 pts)
81
43
 
82
- @for (item of items(); track item.id) {
83
- <app-item [data]="item" />
84
- }
44
+ **Référence** : `check-architecture.md`
85
45
 
86
- <!-- Non-compliant - Legacy syntax -->
87
- <app-spinner *ngIf="loading"></app-spinner>
88
- <app-item *ngFor="let item of items" [data]="item"></app-item>
89
- ```
46
+ ### Étape 3 : Audit Qualité du Code (25 points)
90
47
 
91
- ### 4. Dependency Injection
48
+ Exécuter la vérification de la qualité du code :
92
49
 
93
- ```typescript
94
- // ✅ Compliant - inject() function
95
- export class MyComponent {
96
- private readonly userService = inject(UserService);
97
- }
50
+ **Commande** : Utiliser la commande slash `/angular:check-code-quality` ou suivre manuellement les étapes dans `check-code-quality.md`
98
51
 
99
- // ⚠️ Warning - Constructor injection (valid but verbose)
100
- export class MyComponent {
101
- constructor(private userService: UserService) {}
102
- }
103
- ```
52
+ **Critères évalués** :
53
+ - Mode strict TypeScript et sûreté des types (5 pts)
54
+ - Conformité ESLint (5 pts)
55
+ - Signals et patterns Angular modernes (4 pts)
56
+ - Principes KISS/DRY/YAGNI (4 pts)
57
+ - Conventions de nommage et structure des fichiers (4 pts)
58
+ - Détection de changement OnPush (3 pts)
104
59
 
105
- ### 5. File Naming
60
+ **Référence** : `check-code-quality.md`
106
61
 
107
- ```
108
- ✅ Compliant:
109
- - user-profile.component.ts
110
- - auth.service.ts
111
- - auth.guard.ts
112
- - date-format.pipe.ts
113
-
114
- ❌ Non-compliant:
115
- - UserProfile.component.ts (PascalCase)
116
- - authService.ts (missing suffix)
117
- - AuthGuard.ts (PascalCase)
118
- ```
62
+ ### Étape 4 : Audit Tests (25 points)
119
63
 
120
- ## Scoring Criteria
64
+ Exécuter la vérification des tests :
121
65
 
122
- | Category | Weight | Criteria |
123
- |----------|--------|----------|
124
- | Standalone Components | 20% | All components are standalone |
125
- | Signals Usage | 15% | Local state uses signals |
126
- | OnPush Strategy | 15% | All components use OnPush |
127
- | Modern Control Flow | 10% | @if/@for instead of *ngIf/*ngFor |
128
- | Typed Forms | 10% | Forms are strongly typed |
129
- | Naming Conventions | 10% | Correct file/class naming |
130
- | Import Organization | 10% | Imports properly ordered |
131
- | Documentation | 10% | Key components documented |
66
+ **Commande** : Utiliser la commande slash `/angular:check-testing` ou suivre manuellement les étapes dans `check-testing.md`
132
67
 
133
- ## Output Format
68
+ **Critères évalués** :
69
+ - Couverture du code (7 pts)
70
+ - Tests unitaires pour les services et pipes (6 pts)
71
+ - Tests de composants avec TestBed (4 pts)
72
+ - Tests d'intégration (3 pts)
73
+ - Tests E2E (3 pts)
74
+ - Isolation des tests et mocks (2 pts)
75
+
76
+ **Référence** : `check-testing.md`
77
+
78
+ ### Étape 5 : Audit Sécurité (25 points)
79
+
80
+ Exécuter la vérification de sécurité :
81
+
82
+ **Commande** : Utiliser la commande slash `/angular:check-security` ou suivre manuellement les étapes dans `check-security.md`
83
+
84
+ **Critères évalués** :
85
+ - Prévention XSS et DomSanitizer (6 pts)
86
+ - Gestion des secrets et des identifiants (5 pts)
87
+ - Validation et assainissement des entrées (4 pts)
88
+ - Vulnérabilités des dépendances (4 pts)
89
+ - Authentification et route guards (3 pts)
90
+ - CSRF et intercepteurs HTTP (2 pts)
91
+ - Content Security Policy (1 pt)
92
+
93
+ **Référence** : `check-security.md`
94
+
95
+ ### Étape 6 : Consolidation et Score Global
96
+
97
+ Calculer le score global et produire le rapport consolidé :
98
+ - [ ] Additionner les 4 scores (max 100 points)
99
+ - [ ] Identifier les catégories critiques (<50%)
100
+ - [ ] Lister tous les problèmes transversaux critiques
101
+ - [ ] Prioriser les actions par impact/effort
102
+ - [ ] Produire le rapport final consolidé
103
+
104
+ **Échelle de notation** :
105
+ - 90-100 : Excellent - Projet de référence
106
+ - 75-89 : Très bien - Quelques améliorations mineures
107
+ - 60-74 : Acceptable - Des améliorations sont nécessaires
108
+ - 40-59 : Insuffisant - Refactoring majeur requis
109
+ - 0-39 : Critique - Refonte complète nécessaire
110
+
111
+ ### Étape 7 : Recommandations et Plan d'Action
112
+
113
+ Produire les recommandations finales :
114
+ - [ ] Identifier les 3 actions prioritaires dans toutes les catégories
115
+ - [ ] Estimer l'effort (Faible/Moyen/Élevé) pour chaque action
116
+ - [ ] Estimer l'impact (Faible/Moyen/Élevé) pour chaque action
117
+ - [ ] Proposer un ordre d'implémentation
118
+ - [ ] Suggérer des gains rapides (ratio impact/effort élevé)
119
+
120
+ ## FORMAT DE SORTIE
134
121
 
135
122
  ```
136
- ══════════════════════════════════════════════════════════════
137
- ANGULAR COMPLIANCE REPORT
138
- ══════════════════════════════════════════════════════════════
139
-
140
- 📊 SCORE: 85/100
141
-
142
- ✅ PASSING (6)
143
- ──────────────────────────────────────────────────────────────
144
- • Standalone components: 100% (24/24 components)
145
- OnPush strategy: 100% (24/24 components)
146
- • Typed forms: 100% (8/8 forms)
147
- Import organization: 100%
148
- File naming: 100%
149
- • Documentation: 90%
150
-
151
- ⚠️ WARNINGS (2)
152
- ──────────────────────────────────────────────────────────────
153
- • Modern control flow: 75% (18/24 templates)
154
- - src/app/features/users/user-list.component.html:15 - Uses *ngFor
155
- - src/app/shared/modal/modal.component.html:8 - Uses *ngIf
156
-
157
- • Signals usage: 80% (16/20 components with local state)
158
- - src/app/features/auth/login.component.ts - Uses BehaviorSubject
159
-
160
- ❌ ERRORS (1)
161
- ──────────────────────────────────────────────────────────────
162
- • Constructor injection detected (prefer inject()):
163
- - src/app/core/services/api.service.ts:15
164
-
165
- 📋 RECOMMENDATIONS
166
- ──────────────────────────────────────────────────────────────
167
- 1. Migrate remaining *ngFor to @for with track
168
- 2. Replace BehaviorSubject with signal() for local state
169
- 3. Use inject() function instead of constructor injection
170
-
171
- ══════════════════════════════════════════════════════════════
172
- ```
123
+ AUDIT DE CONFORMITÉ ANGULAR - RAPPORT COMPLET
124
+ =============================================
125
+
126
+ SCORE GLOBAL : XX/100
127
+
128
+ NIVEAU DE CONFORMITÉ : [Excellent/Très bien/Acceptable/Insuffisant/Critique]
129
+
130
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
131
+
132
+ SCORES PAR CATÉGORIE :
133
+
134
+ ARCHITECTURE : XX/25 [██████████░░░░░░░░░░] XX%
135
+ QUALITÉ DU CODE : XX/25 [██████████░░░░░░░░░░] XX%
136
+ TESTS : XX/25 [██████████░░░░░░░░░░] XX%
137
+ SÉCURITÉ : XX/25 [██████████░░░░░░░░░░] XX%
173
138
 
174
- ## Automated Checks
139
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
175
140
 
176
- Run these commands to verify compliance:
141
+ POINTS FORTS GLOBAUX :
142
+ 1. [Point fort identifié dans plusieurs catégories]
143
+ 2. [Autre point fort majeur]
144
+ 3. [Troisième point fort]
177
145
 
178
- ```bash
179
- # Lint check
180
- ng lint
146
+ AMÉLIORATIONS GLOBALES :
147
+ 1. [Amélioration transversale mineure]
148
+ 2. [Autre amélioration recommandée]
149
+ 3. [Troisième amélioration]
181
150
 
182
- # Type check
183
- npx tsc --noEmit
151
+ PROBLÈMES CRITIQUES :
152
+ 1. [Problème critique #1 - catégorie concernée]
153
+ 2. [Problème critique #2 - catégorie concernée]
154
+ 3. [Problème critique #3 - catégorie concernée]
184
155
 
185
- # Test coverage
186
- npm run test:ci
156
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
187
157
 
188
- # Build check
189
- ng build --configuration=production
158
+ DÉTAILS PAR CATÉGORIE :
159
+
160
+ ┌─────────────────────────────────────────────┐
161
+ │ ARCHITECTURE (XX/25) │
162
+ └─────────────────────────────────────────────┘
163
+
164
+ Sous-scores :
165
+ • Modules pilotés par le domaine : XX/6
166
+ • Composants standalone : XX/6
167
+ • Lazy loading et routage : XX/4
168
+ • Core/Shared/Feature : XX/4
169
+ • Couche service : XX/3
170
+ • Injection de dépendances : XX/2
171
+
172
+ Points forts :
173
+ - [Points forts d'architecture]
174
+
175
+ Problèmes :
176
+ - [Problèmes d'architecture]
177
+
178
+ [Sections similaires pour Qualité du Code, Tests et Sécurité...]
179
+
180
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
181
+
182
+ TOP 3 DES ACTIONS PRIORITAIRES (TOUTES CATÉGORIES) :
183
+
184
+ 1. CRITIQUE - [Action #1]
185
+ Catégorie : [Architecture/Qualité/Tests/Sécurité]
186
+ Impact : [Élevé/Moyen/Faible]
187
+ Effort : [Élevé/Moyen/Faible]
188
+ Priorité : IMMÉDIATE
189
+
190
+ Description détaillée :
191
+ [Explication du problème et solution proposée]
192
+
193
+ Fichiers concernés :
194
+ - [fichier:ligne]
195
+
196
+ Exemple de correction :
197
+ [Code ou commande de correction]
198
+
199
+ 2. IMPORTANT - [Action #2]
200
+ [Même format...]
201
+
202
+ 3. RECOMMANDÉ - [Action #3]
203
+ [Même format...]
204
+
205
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
206
+
207
+ GAINS RAPIDES (Impact Élevé / Effort Faible) :
208
+
209
+ - [Gain rapide #1] - Catégorie : [X] - Impact : [X] - Effort : [X]
210
+ - [Gain rapide #2] - Catégorie : [X] - Impact : [X] - Effort : [X]
211
+ - [Gain rapide #3] - Catégorie : [X] - Impact : [X] - Effort : [X]
212
+
213
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
214
+
215
+ PLAN D'ACTION RECOMMANDÉ :
216
+
217
+ SEMAINE 1 (Immédiat) :
218
+ - [ ] [Action critique #1]
219
+ - [ ] [Gain rapide prioritaire]
220
+
221
+ SEMAINES 2-4 (Court terme) :
222
+ - [ ] [Action importante #2]
223
+ - [ ] [Autres gains rapides]
224
+
225
+ MOIS 2-3 (Moyen terme) :
226
+ - [ ] [Action recommandée #3]
227
+ - [ ] [Améliorations progressives]
228
+
229
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
230
+
231
+ RÉSUMÉ EXÉCUTIF :
232
+
233
+ [Paragraphe de synthèse sur l'état global du projet, les principaux
234
+ points forts, les principales faiblesses et la trajectoire recommandée
235
+ pour améliorer la conformité. Mentionner si le projet est prêt pour
236
+ la production, nécessite des corrections ou un refactoring.]
237
+
238
+ Recommandation générale : [Prêt pour la production / Corrections mineures /
239
+ Refactoring majeur / Refonte nécessaire]
240
+
241
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
190
242
  ```
191
243
 
192
- ## Checklist
193
-
194
- - [ ] All components are standalone
195
- - [ ] All components use OnPush change detection
196
- - [ ] Local state uses signals (not BehaviorSubject)
197
- - [ ] Templates use @if/@for/@switch
198
- - [ ] Forms are typed (FormGroup<T>)
199
- - [ ] inject() used for dependency injection
200
- - [ ] File naming follows conventions
201
- - [ ] Imports are organized
202
- - [ ] Public API documented
203
- - [ ] Tests pass with >80% coverage
244
+ ## NOTES IMPORTANTES
245
+
246
+ - Cette commande orchestre les 4 audits spécialisés
247
+ - Utiliser Docker pour tous les outils d'analyse
248
+ - Fournir des exemples concrets avec fichier:ligne pour chaque problème
249
+ - Prioriser les actions selon la matrice Impact/Effort
250
+ - Les problèmes de sécurité sont TOUJOURS prioritaires
251
+ - Proposer des corrections automatisables (scripts, hooks pre-commit)
252
+ - Le rapport doit être actionnable, pas seulement descriptif
253
+ - Adapter les recommandations au contexte métier du projet