@the-bearded-bear/claude-craft 3.3.3 → 3.4.0-next.004633f

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 (55) hide show
  1. package/Dev/i18n/de/Angular/CLAUDE.md.template +63 -31
  2. package/Dev/i18n/de/CSharp/CLAUDE.md.template +69 -49
  3. package/Dev/i18n/de/Flutter/CLAUDE.md.template +54 -423
  4. package/Dev/i18n/de/Laravel/CLAUDE.md.template +64 -87
  5. package/Dev/i18n/de/PHP/CLAUDE.md.template +64 -440
  6. package/Dev/i18n/de/Python/CLAUDE.md.template +73 -430
  7. package/Dev/i18n/de/React/CLAUDE.md.template +62 -510
  8. package/Dev/i18n/de/ReactNative/CLAUDE.md.template +84 -526
  9. package/Dev/i18n/de/Symfony/CLAUDE.md.template +58 -214
  10. package/Dev/i18n/de/VueJS/CLAUDE.md.template +66 -83
  11. package/Dev/i18n/en/Angular/CLAUDE.md.template +57 -27
  12. package/Dev/i18n/en/CSharp/CLAUDE.md.template +59 -45
  13. package/Dev/i18n/en/Common/commands/sub-agents-patterns.md +163 -0
  14. package/Dev/i18n/en/Common/templates/CLAUDE.md.template +57 -40
  15. package/Dev/i18n/en/Common/templates/mcp.json.template +23 -0
  16. package/Dev/i18n/en/Common/templates/settings.json.template +27 -2
  17. package/Dev/i18n/en/Flutter/CLAUDE.md.template +59 -422
  18. package/Dev/i18n/en/Laravel/CLAUDE.md.template +57 -79
  19. package/Dev/i18n/en/PHP/CLAUDE.md.template +60 -435
  20. package/Dev/i18n/en/Python/CLAUDE.md.template +67 -423
  21. package/Dev/i18n/en/React/CLAUDE.md.template +59 -505
  22. package/Dev/i18n/en/ReactNative/CLAUDE.md.template +68 -511
  23. package/Dev/i18n/en/Symfony/CLAUDE.md.template +74 -209
  24. package/Dev/i18n/en/VueJS/CLAUDE.md.template +53 -77
  25. package/Dev/i18n/es/Angular/CLAUDE.md.template +67 -29
  26. package/Dev/i18n/es/CSharp/CLAUDE.md.template +69 -45
  27. package/Dev/i18n/es/Flutter/CLAUDE.md.template +51 -417
  28. package/Dev/i18n/es/Laravel/CLAUDE.md.template +63 -82
  29. package/Dev/i18n/es/PHP/CLAUDE.md.template +61 -435
  30. package/Dev/i18n/es/Python/CLAUDE.md.template +58 -415
  31. package/Dev/i18n/es/React/CLAUDE.md.template +60 -505
  32. package/Dev/i18n/es/ReactNative/CLAUDE.md.template +73 -507
  33. package/Dev/i18n/es/Symfony/CLAUDE.md.template +61 -210
  34. package/Dev/i18n/es/VueJS/CLAUDE.md.template +66 -80
  35. package/Dev/i18n/fr/Angular/CLAUDE.md.template +71 -26
  36. package/Dev/i18n/fr/CSharp/CLAUDE.md.template +82 -45
  37. package/Dev/i18n/fr/Flutter/CLAUDE.md.template +59 -413
  38. package/Dev/i18n/fr/Laravel/CLAUDE.md.template +70 -80
  39. package/Dev/i18n/fr/PHP/CLAUDE.md.template +67 -432
  40. package/Dev/i18n/fr/Python/CLAUDE.md.template +67 -411
  41. package/Dev/i18n/fr/React/CLAUDE.md.template +60 -501
  42. package/Dev/i18n/fr/ReactNative/CLAUDE.md.template +85 -519
  43. package/Dev/i18n/fr/Symfony/CLAUDE.md.template +54 -195
  44. package/Dev/i18n/fr/VueJS/CLAUDE.md.template +75 -80
  45. package/Dev/i18n/pt/Angular/CLAUDE.md.template +66 -29
  46. package/Dev/i18n/pt/CSharp/CLAUDE.md.template +67 -45
  47. package/Dev/i18n/pt/Flutter/CLAUDE.md.template +53 -420
  48. package/Dev/i18n/pt/Laravel/CLAUDE.md.template +57 -81
  49. package/Dev/i18n/pt/PHP/CLAUDE.md.template +60 -435
  50. package/Dev/i18n/pt/Python/CLAUDE.md.template +59 -415
  51. package/Dev/i18n/pt/React/CLAUDE.md.template +62 -505
  52. package/Dev/i18n/pt/ReactNative/CLAUDE.md.template +60 -510
  53. package/Dev/i18n/pt/Symfony/CLAUDE.md.template +58 -210
  54. package/Dev/i18n/pt/VueJS/CLAUDE.md.template +61 -80
  55. package/package.json +1 -1
@@ -1,49 +1,81 @@
1
- # Angular Project - Claude Instructions
1
+ # {{PROJECT_NAME}} - Angular
2
2
 
3
- ## Overview
3
+ > Erstellt: {{GENERATION_DATE}} | Claude Craft v{{VERSION}}
4
4
 
5
- This is an Angular {{ANGULAR_VERSION}} project using standalone components and signals for reactive state management.
5
+ ## Was (Stack & Struktur)
6
6
 
7
- ## Key Principles
8
-
9
- 1. **Standalone Components**: All components must be standalone (no NgModules)
10
- 2. **Signals First**: Use Angular Signals for reactive state
11
- 3. **OnPush Strategy**: All components use ChangeDetectionStrategy.OnPush
12
- 4. **Type Safety**: Strict TypeScript mode enabled
13
- 5. **Modern Control Flow**: Use @if, @for, @switch (not *ngIf, *ngFor)
14
-
15
- ## Project Structure
7
+ **Stack**: Angular {{ANGULAR_VERSION}} + TypeScript
8
+ **Architektur**: Standalone Components + Signals
16
9
 
10
+ ### Projektstruktur
17
11
  ```
18
12
  src/app/
19
- ├── core/ # Singleton services, guards, interceptors
20
- ├── shared/ # Reusable components, pipes, directives
21
- ├── features/ # Business features (domain-driven)
22
- ├── layout/ # Layout components (header, sidebar, shell)
23
- └── app.routes.ts # Root routing
13
+ ├── core/ # Singleton Services, Guards, Interceptors
14
+ ├── shared/ # Wiederverwendbare Components, Pipes, Directives
15
+ ├── features/ # Business Features (Domain-driven)
16
+ │ └── [feature]/
17
+ │ ├── components/
18
+ │ ├── services/
19
+ │ └── feature.routes.ts
20
+ ├── layout/ # Layout Components (Header, Sidebar, Shell)
21
+ └── app.routes.ts # Root Routing
24
22
  ```
25
23
 
26
- ## Code Generation
24
+ ## Warum (Zweck & Organisation)
27
25
 
28
- When generating components:
29
- ```bash
30
- ng generate component features/{{feature}}/components/{{name}} --standalone
31
- ```
26
+ ### Architektur: Feature-Based + Standalone
27
+ - **Standalone Components**: Keine NgModules
28
+ - **Signals**: Reaktives State Management
29
+ - **OnPush**: Performance-optimierte Change Detection
30
+ - **Modern Control Flow**: @if, @for, @switch
32
31
 
33
- ## Testing
32
+ Siehe `rules/02-architecture.md` fuer Muster.
34
33
 
35
- - Unit tests: Vitest or Jest with Angular Testing Library
36
- - E2E tests: Cypress
37
- - Minimum coverage: 80%
34
+ ### Kritische Regeln
35
+ | Regel | Beschreibung |
36
+ |-------|--------------|
37
+ | Components | Standalone + OnPush |
38
+ | State | Signals bevorzugen |
39
+ | Control Flow | @if, @for (nicht *ngIf) |
40
+ | TypeScript | Strict Mode |
41
+ | Tests | 80% Coverage |
38
42
 
39
- ## Styling
43
+ ## Wie (Befehle & Workflows)
40
44
 
41
- {{STYLING_INSTRUCTIONS}}
45
+ ### Entwicklungsbefehle
46
+ ```bash
47
+ ng serve # Dev Server
48
+ ng build # Production Build
49
+ ng generate component ... # Komponente generieren
50
+ ```
51
+
52
+ ### Qualitaets-Pipeline
53
+ ```bash
54
+ ng lint # ESLint
55
+ ng test # Unit Tests (Vitest/Jest)
56
+ ng e2e # E2E Tests (Cypress)
57
+ npm run type-check # TypeScript Pruefung
58
+ ```
42
59
 
43
- ## State Management
60
+ ### Entwicklungs-Workflow
61
+ 1. **Analysieren** - `rules/01-workflow-analysis.md` lesen
62
+ 2. **TDD** - Test schreiben, implementieren, refaktorisieren
63
+ 3. **Qualitaet** - Lint + Tests ausfuehren
64
+ 4. **Commit** - Conventional Commits Format
65
+
66
+ ## Referenzen
67
+ | Kontext | Datei |
68
+ |---------|-------|
69
+ | Vor Aenderungen | `rules/01-workflow-analysis.md` |
70
+ | Architektur | `rules/02-architecture.md` |
71
+ | Code Standards | `rules/03-coding-standards.md` |
72
+ | Testing | `rules/07-testing.md` |
73
+ | State Management | `rules/13-state-management.md` |
44
74
 
75
+ {{STYLING_INSTRUCTIONS}}
45
76
  {{STATE_MANAGEMENT_INSTRUCTIONS}}
46
77
 
47
- ## Additional Instructions
48
-
78
+ <!-- PROJECT-SPECIFIC-START -->
79
+ ## Projektspezifika
49
80
  {{CUSTOM_INSTRUCTIONS}}
81
+ <!-- PROJECT-SPECIFIC-END -->
@@ -1,65 +1,85 @@
1
- # {{PROJECT_NAME}} - C#/.NET Project
1
+ # {{PROJECT_NAME}} - C#/.NET
2
2
 
3
- ## Project Context
3
+ > Erstellt: {{GENERATION_DATE}} | Claude Craft v{{VERSION}}
4
4
 
5
- This is a C#/.NET {{DOTNET_VERSION}} project following Clean Architecture principles.
5
+ ## Was (Stack & Struktur)
6
6
 
7
- **Generated**: {{GENERATION_DATE}}
8
7
  **Stack**: {{TECH_STACK}}
8
+ **.NET Version**: {{DOTNET_VERSION}}
9
9
 
10
- ## Architecture
11
-
12
- This project follows Clean Architecture with the following layer structure:
13
-
10
+ ### Projektstruktur
14
11
  ```
15
12
  src/
16
- ├── Domain/ # Core business logic (no external dependencies)
17
- ├── Application/ # Use cases, CQRS (depends on Domain)
18
- ├── Infrastructure/ # External concerns (depends on Domain + Application)
19
- └── WebAPI/ # Presentation layer (depends on all)
13
+ ├── Domain/ # Kern-Geschaeftslogik (KEINE externen Abhaengigkeiten)
14
+ ├── Entities/ # Aggregates, Entities
15
+ ├── ValueObjects/ # Immutable Types
16
+ │ ├── Events/ # Domain Events
17
+ │ └── Interfaces/ # Repository Contracts
18
+ ├── Application/ # Use Cases, CQRS
19
+ │ ├── Commands/ # Schreiboperationen
20
+ │ ├── Queries/ # Leseoperationen
21
+ │ └── Behaviors/ # MediatR Pipeline
22
+ ├── Infrastructure/ # Externe Concerns
23
+ │ ├── Data/ # EF Core, Repositories
24
+ │ └── Services/ # Externe Services
25
+ └── WebAPI/ # Presentation Layer
20
26
  ```
21
27
 
22
- ## Key Patterns
23
-
24
- - **CQRS**: Commands and Queries separated with MediatR
25
- - **Domain-Driven Design**: Rich domain models, aggregates, value objects
26
- - **Repository Pattern**: Abstraction for data access
27
- - **Unit of Work**: Transaction management
28
-
29
- ## Technology Stack
28
+ ## Warum (Zweck & Organisation)
30
29
 
31
- - .NET {{DOTNET_VERSION}}
32
- - C# 13
33
- - Entity Framework Core
34
- - MediatR for CQRS
35
- - FluentValidation
36
- - AutoMapper
37
- - xUnit + FluentAssertions + Moq
30
+ ### Architektur: Clean Architecture + DDD + CQRS
31
+ - **Domain**: Reine Geschaeftslogik, keine Framework-Abhaengigkeiten
32
+ - **Application**: MediatR Commands/Queries
33
+ - **Infrastructure**: EF Core, externe Adapter
38
34
 
39
- ## Coding Conventions
35
+ Siehe `rules/02-architecture.md` fuer Muster.
40
36
 
41
- - Use PascalCase for public members
42
- - Use _camelCase for private fields
43
- - Suffix async methods with "Async"
44
- - Always pass CancellationToken to async methods
45
- - Use nullable reference types
37
+ ### Kritische Regeln
38
+ | Regel | Beschreibung |
39
+ |-------|--------------|
40
+ | Naming | PascalCase (public), _camelCase (private) |
41
+ | Async | Immer CancellationToken uebergeben |
42
+ | Nullable | Nullable Reference Types aktiviert |
43
+ | Tests | 80% Coverage (Domain: 90%) |
46
44
 
47
- ## Testing Strategy
45
+ ## Wie (Befehle & Workflows)
48
46
 
49
- - Unit tests for Domain and Application layers
50
- - Integration tests for Infrastructure (with Testcontainers)
51
- - Functional tests for WebAPI (with WebApplicationFactory)
52
- - Minimum 80% code coverage
53
-
54
- ## Available Commands
55
-
56
- - `/csharp:check-compliance` - Full compliance audit
57
- - `/csharp:check-architecture` - Architecture validation
58
- - `/csharp:check-code-quality` - Code quality analysis
59
- - `/csharp:check-testing` - Test coverage analysis
60
- - `/csharp:check-security` - Security audit (OWASP)
61
- - `/csharp:generate-feature` - Generate CQRS feature
47
+ ### Entwicklungsbefehle
48
+ ```bash
49
+ dotnet build # Build
50
+ dotnet run --project src/WebAPI # Starten
51
+ dotnet watch run # Hot Reload
52
+ ```
62
53
 
63
- ## Rules Applied
54
+ ### Qualitaets-Pipeline
55
+ ```bash
56
+ dotnet test # Tests
57
+ dotnet test --collect:"XPlat Code Coverage" # Coverage
58
+ dotnet format --verify-no-changes # Format pruefen
59
+ ```
64
60
 
65
- See `.claude/rules/` for detailed coding standards and best practices.
61
+ ### Entwicklungs-Workflow
62
+ 1. **Analysieren** - `rules/01-workflow-analysis.md` lesen
63
+ 2. **TDD** - Test schreiben, implementieren, refaktorisieren
64
+ 3. **Qualitaet** - Build + Tests + Format pruefen
65
+ 4. **Commit** - Conventional Commits Format
66
+
67
+ ### Verfuegbare Skills
68
+ - `/csharp:check-compliance` - Compliance Audit
69
+ - `/csharp:check-architecture` - Architektur Validierung
70
+ - `/csharp:check-code-quality` - Code Qualitaet
71
+ - `/csharp:generate-feature` - CQRS Feature generieren
72
+
73
+ ## Referenzen
74
+ | Kontext | Datei |
75
+ |---------|-------|
76
+ | Vor Aenderungen | `rules/01-workflow-analysis.md` |
77
+ | Architektur | `rules/02-architecture.md` |
78
+ | Code Standards | `rules/03-coding-standards.md` |
79
+ | Testing | `rules/07-testing.md` |
80
+ | Sicherheit | `rules/11-security.md` |
81
+
82
+ <!-- PROJECT-SPECIFIC-START -->
83
+ ## Projektspezifika
84
+ <!-- Projektspezifische Konfiguration hier hinzufuegen -->
85
+ <!-- PROJECT-SPECIFIC-END -->