@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: Verificar Conformidade Completa do Angular
3
+ argument-hint: [arguments]
3
4
  ---
4
5
 
5
- # Angular Standards Compliance Check
6
-
7
- Verify that the Angular project follows established coding standards and best practices.
8
-
9
- ## What This Command Does
10
-
11
- 1. **Standards Verification**
12
- - Check coding conventions
13
- - Verify naming conventions
14
- - Validate file organization
15
- - Check import order
16
- - Verify documentation standards
17
-
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
24
-
25
- 3. **Generated Report**
26
- - Non-compliant files
27
- - Severity levels
28
- - Remediation recommendations
29
- - Compliance score (/100)
30
-
31
- ## Modo Plano
32
-
33
- > O modo plano é ativado automaticamente quando o escopo abrange vários módulos ou requer investigação transversal.
34
-
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
- ```
6
+ # Verificar Conformidade Completa do Angular
58
7
 
59
- ### 2. Signal Usage
8
+ ## Argumentos
60
9
 
61
- ```typescript
62
- // ✅ Compliant - Using signals
63
- export class CounterComponent {
64
- count = signal(0);
65
- doubleCount = computed(() => this.count() * 2);
66
- }
10
+ $ARGUMENTS (opcional: caminho para o projeto a analisar)
67
11
 
68
- // Non-compliant - Using observables for local state
69
- export class CounterComponent {
70
- count$ = new BehaviorSubject(0);
71
- }
72
- ```
12
+ ## Modo de Planejamento
73
13
 
74
- ### 3. Template Syntax
14
+ > O modo de planejamento é ativado automaticamente quando o escopo abrange múltiplos módulos ou requer investigação transversal.
75
15
 
76
- ```html
77
- <!-- ✅ Compliant - Modern control flow -->
78
- @if (loading()) {
79
- <app-spinner />
80
- }
16
+ ## MISSÃO
81
17
 
82
- @for (item of items(); track item.id) {
83
- <app-item [data]="item" />
84
- }
18
+ Realizar uma auditoria de conformidade completa do projeto Angular orquestrando as 4 verificações principais: Arquitetura, Qualidade de Código, Testes e Segurança. Produzir um relatório consolidado com uma pontuação geral de 100 pontos.
85
19
 
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
- ```
20
+ ### Etapa 1: Preparação da Auditoria
90
21
 
91
- ### 4. Dependency Injection
22
+ Preparar o ambiente de auditoria:
23
+ - [ ] Identificar o caminho do projeto a auditar
24
+ - [ ] Verificar a presença de arquivos de configuração (angular.json, tsconfig.json, package.json)
25
+ - [ ] Listar os diretórios principais (src/app/, e2e/, etc.)
26
+ - [ ] Identificar a estrutura do projeto e a versão do Angular
92
27
 
93
- ```typescript
94
- // ✅ Compliant - inject() function
95
- export class MyComponent {
96
- private readonly userService = inject(UserService);
97
- }
28
+ **Nota**: Se $ARGUMENTS for fornecido, utilizá-lo como caminho do projeto; caso contrário, usar o diretório atual.
98
29
 
99
- // ⚠️ Warning - Constructor injection (valid but verbose)
100
- export class MyComponent {
101
- constructor(private userService: UserService) {}
102
- }
103
- ```
30
+ ### Etapa 2: Auditoria de Arquitetura (25 pontos)
104
31
 
105
- ### 5. File Naming
32
+ Executar a verificação completa de arquitetura:
106
33
 
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
- ```
34
+ **Comando**: Usar o slash command `/angular:check-architecture` ou seguir manualmente os passos em `check-architecture.md`
119
35
 
120
- ## Scoring Criteria
36
+ **Critérios Avaliados**:
37
+ - Estrutura de módulos orientada a domínio (6 pts)
38
+ - Uso de componentes standalone (6 pts)
39
+ - Lazy loading e roteamento (4 pts)
40
+ - Separação Core/Shared/Feature (4 pts)
41
+ - Organização da camada de serviços (3 pts)
42
+ - Padrões de injeção de dependência (2 pts)
121
43
 
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 |
44
+ **Referência**: `check-architecture.md`
132
45
 
133
- ## Output Format
46
+ ### Etapa 3: Auditoria de Qualidade de Código (25 pontos)
47
+
48
+ Executar a verificação de qualidade de código:
49
+
50
+ **Comando**: Usar o slash command `/angular:check-code-quality` ou seguir manualmente os passos em `check-code-quality.md`
51
+
52
+ **Critérios Avaliados**:
53
+ - Modo estrito do TypeScript e segurança de tipos (5 pts)
54
+ - Conformidade com ESLint (5 pts)
55
+ - Signals e padrões modernos do Angular (4 pts)
56
+ - Princípios KISS/DRY/YAGNI (4 pts)
57
+ - Convenções de nomenclatura e estrutura de arquivos (4 pts)
58
+ - Detecção de mudanças OnPush (3 pts)
59
+
60
+ **Referência**: `check-code-quality.md`
61
+
62
+ ### Etapa 4: Auditoria de Testes (25 pontos)
63
+
64
+ Executar a verificação de testes:
65
+
66
+ **Comando**: Usar o slash command `/angular:check-testing` ou seguir manualmente os passos em `check-testing.md`
67
+
68
+ **Critérios Avaliados**:
69
+ - Cobertura de código (7 pts)
70
+ - Testes unitários para serviços e pipes (6 pts)
71
+ - Testes de componentes com TestBed (4 pts)
72
+ - Testes de integração (3 pts)
73
+ - Testes E2E (3 pts)
74
+ - Isolamento de testes e mocks (2 pts)
75
+
76
+ **Referência**: `check-testing.md`
77
+
78
+ ### Etapa 5: Auditoria de Segurança (25 pontos)
79
+
80
+ Executar a verificação de segurança:
81
+
82
+ **Comando**: Usar o slash command `/angular:check-security` ou seguir manualmente os passos em `check-security.md`
83
+
84
+ **Critérios Avaliados**:
85
+ - Prevenção de XSS e DomSanitizer (6 pts)
86
+ - Gestão de segredos e credenciais (5 pts)
87
+ - Validação e sanitização de entradas (4 pts)
88
+ - Vulnerabilidades de dependências (4 pts)
89
+ - Autenticação e guardas de rota (3 pts)
90
+ - CSRF e interceptadores HTTP (2 pts)
91
+ - Política de Segurança de Conteúdo (1 pt)
92
+
93
+ **Referência**: `check-security.md`
94
+
95
+ ### Etapa 6: Consolidação e Pontuação Global
96
+
97
+ Calcular a pontuação geral e produzir o relatório consolidado:
98
+ - [ ] Somar as 4 pontuações (máximo de 100 pontos)
99
+ - [ ] Identificar categorias críticas (<50%)
100
+ - [ ] Listar todos os problemas transversais críticos
101
+ - [ ] Priorizar ações por impacto/esforço
102
+ - [ ] Produzir o relatório consolidado final
103
+
104
+ **Escala de Avaliação**:
105
+ - 90-100: Excelente — Projeto de referência
106
+ - 75-89: Muito Bom — Algumas melhorias menores
107
+ - 60-74: Aceitável — Requer melhorias
108
+ - 40-59: Insuficiente — Refatoração significativa necessária
109
+ - 0-39: Crítico — Revisão completa necessária
110
+
111
+ ### Etapa 7: Recomendações e Plano de Ação
112
+
113
+ Produzir as recomendações finais:
114
+ - [ ] Identificar as 3 ações prioritárias em todas as categorias
115
+ - [ ] Estimar o esforço (Baixo/Médio/Alto) para cada ação
116
+ - [ ] Estimar o impacto (Baixo/Médio/Alto) para cada ação
117
+ - [ ] Propor a ordem de implementação
118
+ - [ ] Sugerir ganhos rápidos (alta relação impacto/esforço)
119
+
120
+ ## FORMATO DE SAÍDA
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
+ AUDITORIA DE CONFORMIDADE ANGULAR - RELATÓRIO COMPLETO
124
+ =======================================================
125
+
126
+ PONTUAÇÃO GERAL: XX/100
127
+
128
+ NÍVEL DE CONFORMIDADE: [Excelente/Muito Bom/Aceitável/Insuficiente/Crítico]
129
+
130
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
173
131
 
174
- ## Automated Checks
132
+ PONTUAÇÕES POR CATEGORIA:
175
133
 
176
- Run these commands to verify compliance:
134
+ ARQUITETURA : XX/25 [██████████░░░░░░░░░░] XX%
135
+ QUALIDADE DE CÓDIGO: XX/25 [██████████░░░░░░░░░░] XX%
136
+ TESTES : XX/25 [██████████░░░░░░░░░░] XX%
137
+ SEGURANÇA : XX/25 [██████████░░░░░░░░░░] XX%
177
138
 
178
- ```bash
179
- # Lint check
180
- ng lint
139
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
181
140
 
182
- # Type check
183
- npx tsc --noEmit
141
+ PONTOS FORTES GERAIS:
142
+ 1. [Ponto forte identificado em múltiplas categorias]
143
+ 2. [Outro ponto forte principal]
144
+ 3. [Terceiro ponto forte]
184
145
 
185
- # Test coverage
186
- npm run test:ci
146
+ MELHORIAS GERAIS:
147
+ 1. [Melhoria transversal menor]
148
+ 2. [Outra melhoria recomendada]
149
+ 3. [Terceira melhoria]
187
150
 
188
- # Build check
189
- ng build --configuration=production
151
+ PROBLEMAS CRÍTICOS:
152
+ 1. [Problema crítico nº 1 - categoria afetada]
153
+ 2. [Problema crítico nº 2 - categoria afetada]
154
+ 3. [Problema crítico nº 3 - categoria afetada]
155
+
156
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
157
+
158
+ DETALHES POR CATEGORIA:
159
+
160
+ ┌─────────────────────────────────────────────┐
161
+ │ ARQUITETURA (XX/25) │
162
+ └─────────────────────────────────────────────┘
163
+
164
+ Sub-pontuações:
165
+ • Módulos orientados a domínio : XX/6
166
+ • Componentes standalone : XX/6
167
+ • Lazy loading e roteamento : XX/4
168
+ • Core/Shared/Feature : XX/4
169
+ • Camada de serviços : XX/3
170
+ • Injeção de dependência : XX/2
171
+
172
+ Pontos Fortes:
173
+ - [Pontos fortes de arquitetura]
174
+
175
+ Problemas:
176
+ - [Problemas de arquitetura]
177
+
178
+ [Seções semelhantes para Qualidade de Código, Testes e Segurança...]
179
+
180
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
181
+
182
+ TOP 3 AÇÕES PRIORITÁRIAS (TODAS AS CATEGORIAS):
183
+
184
+ 1. CRÍTICO - [Ação nº 1]
185
+ Categoria : [Arquitetura/Qualidade/Testes/Segurança]
186
+ Impacto : [Alto/Médio/Baixo]
187
+ Esforço : [Alto/Médio/Baixo]
188
+ Prioridade: IMEDIATA
189
+
190
+ Descrição detalhada:
191
+ [Explicação do problema e solução proposta]
192
+
193
+ Arquivos afetados:
194
+ - [arquivo:linha]
195
+
196
+ Exemplo de correção:
197
+ [Código ou comando de correção]
198
+
199
+ 2. IMPORTANTE - [Ação nº 2]
200
+ [Mesmo formato...]
201
+
202
+ 3. RECOMENDADO - [Ação nº 3]
203
+ [Mesmo formato...]
204
+
205
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
206
+
207
+ GANHOS RÁPIDOS (Alto Impacto / Baixo Esforço):
208
+
209
+ - [Ganho rápido nº 1] - Categoria: [X] - Impacto: [X] - Esforço: [X]
210
+ - [Ganho rápido nº 2] - Categoria: [X] - Impacto: [X] - Esforço: [X]
211
+ - [Ganho rápido nº 3] - Categoria: [X] - Impacto: [X] - Esforço: [X]
212
+
213
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
214
+
215
+ PLANO DE AÇÃO RECOMENDADO:
216
+
217
+ SEMANA 1 (Imediato):
218
+ - [ ] [Ação crítica nº 1]
219
+ - [ ] [Ganho rápido prioritário]
220
+
221
+ SEMANAS 2-4 (Curto prazo):
222
+ - [ ] [Ação importante nº 2]
223
+ - [ ] [Outros ganhos rápidos]
224
+
225
+ MESES 2-3 (Médio prazo):
226
+ - [ ] [Ação recomendada nº 3]
227
+ - [ ] [Melhorias progressivas]
228
+
229
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
230
+
231
+ RESUMO EXECUTIVO:
232
+
233
+ [Parágrafo de síntese sobre o estado geral do projeto, principais pontos
234
+ fortes, principais pontos fracos e a trajetória recomendada para melhorar
235
+ a conformidade. Indicar se o projeto está pronto para produção,
236
+ requer correções ou necessita de refatoração.]
237
+
238
+ Recomendação Geral: [Pronto para produção / Correções menores /
239
+ Refatoração significativa / Revisão completa necessária]
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
+ ## NOTAS IMPORTANTES
245
+
246
+ - Este comando orquestra as 4 auditorias especializadas
247
+ - Usar Docker para todas as ferramentas de análise
248
+ - Fornecer exemplos concretos com arquivo:linha para cada problema
249
+ - Priorizar ações com base na matriz Impacto/Esforço
250
+ - Problemas de segurança são SEMPRE a prioridade máxima
251
+ - Propor correções automatizáveis (scripts, hooks de pré-commit)
252
+ - O relatório deve ser acionável, não apenas descritivo
253
+ - Adaptar as recomendações ao contexto de negócio do projeto