archrip 0.1.7 → 0.1.8
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.
|
@@ -115,7 +115,7 @@ After writing the file:
|
|
|
115
115
|
|
|
116
116
|
### Node Rules
|
|
117
117
|
- `id`: kebab-case, prefixed by category abbreviation (ctrl-, svc-, port-, adpt-, model-, ext-, job-, dto-)
|
|
118
|
-
- `layer`: 0=external, 1=
|
|
118
|
+
- `layer`: integer indicating architectural depth (higher = closer to domain core). Concentric layout places high values at center. Example: 0=external, 1=adapters/infrastructure, 2=controllers/entry points, 3=application services, 4=ports/abstractions, 5=domain models/entities
|
|
119
119
|
- `category`: one of controller, service, port, adapter, model, external, job, dto (or custom)
|
|
120
120
|
- `label`: display name for the node
|
|
121
121
|
- `filePath`: relative from project root
|
|
@@ -115,7 +115,7 @@ After writing the file:
|
|
|
115
115
|
|
|
116
116
|
### Node Rules
|
|
117
117
|
- `id`: kebab-case, prefixed by category abbreviation (ctrl-, svc-, port-, adpt-, model-, ext-, job-, dto-)
|
|
118
|
-
- `layer`: 0=external, 1=
|
|
118
|
+
- `layer`: integer indicating architectural depth (higher = closer to domain core). Concentric layout places high values at center. Example: 0=external, 1=adapters/infrastructure, 2=controllers/entry points, 3=application services, 4=ports/abstractions, 5=domain models/entities
|
|
119
119
|
- `category`: one of controller, service, port, adapter, model, external, job, dto (or custom)
|
|
120
120
|
- `label`: display name for the node
|
|
121
121
|
- `filePath`: relative from project root
|
|
@@ -115,7 +115,7 @@ After writing the file:
|
|
|
115
115
|
|
|
116
116
|
### Node Rules
|
|
117
117
|
- `id`: kebab-case, prefixed by category abbreviation (ctrl-, svc-, port-, adpt-, model-, ext-, job-, dto-)
|
|
118
|
-
- `layer`: 0=external, 1=
|
|
118
|
+
- `layer`: integer indicating architectural depth (higher = closer to domain core). Concentric layout places high values at center. Example: 0=external, 1=adapters/infrastructure, 2=controllers/entry points, 3=application services, 4=ports/abstractions, 5=domain models/entities
|
|
119
119
|
- `category`: one of controller, service, port, adapter, model, external, job, dto (or custom)
|
|
120
120
|
- `label`: display name for the node
|
|
121
121
|
- `filePath`: relative from project root
|