@aicgen/aicgen 1.1.0 → 1.2.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/.agents/plugins/marketplace.json +20 -0
- package/.codex/hooks/aicgen_session_start.py +16 -0
- package/.codex/hooks.json +25 -0
- package/.codex/instructions.md +8165 -0
- package/.gitmodules +2 -1
- package/AGENTS.md +43 -11
- package/README.md +83 -27
- package/claude.md +32 -3
- package/data/README.md +52 -14
- package/data/agentic/README.md +22 -0
- package/data/agentic/capabilities.yml +150 -0
- package/data/agentic/migration-gemini-to-antigravity.md +11 -0
- package/data/guideline-mappings.yml +0 -99
- package/data/version.json +3 -3
- package/data/workflows/README.md +22 -1
- package/data/workflows/sdlc.md +133 -0
- package/dist/index.js +14399 -13093
- package/jest.config.js +1 -0
- package/package.json +5 -6
- package/data/templates/hooks/testing.json +0 -17
|
@@ -17,7 +17,6 @@ typescript-basics:
|
|
|
17
17
|
levels:
|
|
18
18
|
- basic
|
|
19
19
|
- standard
|
|
20
|
-
- expert
|
|
21
20
|
- full
|
|
22
21
|
tags:
|
|
23
22
|
- typescript
|
|
@@ -31,7 +30,6 @@ typescript-async:
|
|
|
31
30
|
levels:
|
|
32
31
|
- basic
|
|
33
32
|
- standard
|
|
34
|
-
- expert
|
|
35
33
|
- full
|
|
36
34
|
tags:
|
|
37
35
|
- typescript
|
|
@@ -44,7 +42,6 @@ typescript-interfaces-types:
|
|
|
44
42
|
- typescript
|
|
45
43
|
levels:
|
|
46
44
|
- standard
|
|
47
|
-
- expert
|
|
48
45
|
- full
|
|
49
46
|
tags:
|
|
50
47
|
- typescript
|
|
@@ -57,7 +54,6 @@ typescript-generics:
|
|
|
57
54
|
languages:
|
|
58
55
|
- typescript
|
|
59
56
|
levels:
|
|
60
|
-
- expert
|
|
61
57
|
- full
|
|
62
58
|
tags:
|
|
63
59
|
- typescript
|
|
@@ -70,7 +66,6 @@ typescript-error-handling:
|
|
|
70
66
|
- typescript
|
|
71
67
|
levels:
|
|
72
68
|
- standard
|
|
73
|
-
- expert
|
|
74
69
|
- full
|
|
75
70
|
tags:
|
|
76
71
|
- typescript
|
|
@@ -83,7 +78,6 @@ typescript-testing:
|
|
|
83
78
|
- typescript
|
|
84
79
|
levels:
|
|
85
80
|
- standard
|
|
86
|
-
- expert
|
|
87
81
|
- full
|
|
88
82
|
tags:
|
|
89
83
|
- typescript
|
|
@@ -96,7 +90,6 @@ typescript-config:
|
|
|
96
90
|
- typescript
|
|
97
91
|
levels:
|
|
98
92
|
- standard
|
|
99
|
-
- expert
|
|
100
93
|
- full
|
|
101
94
|
tags:
|
|
102
95
|
- typescript
|
|
@@ -108,7 +101,6 @@ typescript-performance:
|
|
|
108
101
|
languages:
|
|
109
102
|
- typescript
|
|
110
103
|
levels:
|
|
111
|
-
- expert
|
|
112
104
|
- full
|
|
113
105
|
tags:
|
|
114
106
|
- typescript
|
|
@@ -122,7 +114,6 @@ python-basics:
|
|
|
122
114
|
levels:
|
|
123
115
|
- basic
|
|
124
116
|
- standard
|
|
125
|
-
- expert
|
|
126
117
|
- full
|
|
127
118
|
tags:
|
|
128
119
|
- python
|
|
@@ -135,7 +126,6 @@ python-types:
|
|
|
135
126
|
- python
|
|
136
127
|
levels:
|
|
137
128
|
- standard
|
|
138
|
-
- expert
|
|
139
129
|
- full
|
|
140
130
|
tags:
|
|
141
131
|
- python
|
|
@@ -148,7 +138,6 @@ python-async:
|
|
|
148
138
|
languages:
|
|
149
139
|
- python
|
|
150
140
|
levels:
|
|
151
|
-
- expert
|
|
152
141
|
- full
|
|
153
142
|
tags:
|
|
154
143
|
- python
|
|
@@ -161,7 +150,6 @@ python-testing:
|
|
|
161
150
|
- python
|
|
162
151
|
levels:
|
|
163
152
|
- standard
|
|
164
|
-
- expert
|
|
165
153
|
- full
|
|
166
154
|
tags:
|
|
167
155
|
- python
|
|
@@ -175,7 +163,6 @@ go-basics:
|
|
|
175
163
|
levels:
|
|
176
164
|
- basic
|
|
177
165
|
- standard
|
|
178
|
-
- expert
|
|
179
166
|
- full
|
|
180
167
|
tags:
|
|
181
168
|
- go
|
|
@@ -189,7 +176,6 @@ rust-basics:
|
|
|
189
176
|
levels:
|
|
190
177
|
- basic
|
|
191
178
|
- standard
|
|
192
|
-
- expert
|
|
193
179
|
- full
|
|
194
180
|
tags:
|
|
195
181
|
- rust
|
|
@@ -203,7 +189,6 @@ java-basics:
|
|
|
203
189
|
levels:
|
|
204
190
|
- basic
|
|
205
191
|
- standard
|
|
206
|
-
- expert
|
|
207
192
|
- full
|
|
208
193
|
tags:
|
|
209
194
|
- java
|
|
@@ -217,7 +202,6 @@ csharp-basics:
|
|
|
217
202
|
levels:
|
|
218
203
|
- basic
|
|
219
204
|
- standard
|
|
220
|
-
- expert
|
|
221
205
|
- full
|
|
222
206
|
tags:
|
|
223
207
|
- csharp
|
|
@@ -231,7 +215,6 @@ ruby-basics:
|
|
|
231
215
|
levels:
|
|
232
216
|
- basic
|
|
233
217
|
- standard
|
|
234
|
-
- expert
|
|
235
218
|
- full
|
|
236
219
|
tags:
|
|
237
220
|
- ruby
|
|
@@ -245,7 +228,6 @@ javascript-basics:
|
|
|
245
228
|
levels:
|
|
246
229
|
- basic
|
|
247
230
|
- standard
|
|
248
|
-
- expert
|
|
249
231
|
- full
|
|
250
232
|
tags:
|
|
251
233
|
- javascript
|
|
@@ -258,7 +240,6 @@ go-testing:
|
|
|
258
240
|
- go
|
|
259
241
|
levels:
|
|
260
242
|
- standard
|
|
261
|
-
- expert
|
|
262
243
|
- full
|
|
263
244
|
tags:
|
|
264
245
|
- go
|
|
@@ -271,7 +252,6 @@ rust-testing:
|
|
|
271
252
|
- rust
|
|
272
253
|
levels:
|
|
273
254
|
- standard
|
|
274
|
-
- expert
|
|
275
255
|
- full
|
|
276
256
|
tags:
|
|
277
257
|
- rust
|
|
@@ -284,7 +264,6 @@ java-testing:
|
|
|
284
264
|
- java
|
|
285
265
|
levels:
|
|
286
266
|
- standard
|
|
287
|
-
- expert
|
|
288
267
|
- full
|
|
289
268
|
tags:
|
|
290
269
|
- java
|
|
@@ -298,7 +277,6 @@ csharp-testing:
|
|
|
298
277
|
- csharp
|
|
299
278
|
levels:
|
|
300
279
|
- standard
|
|
301
|
-
- expert
|
|
302
280
|
- full
|
|
303
281
|
tags:
|
|
304
282
|
- csharp
|
|
@@ -312,7 +290,6 @@ ruby-testing:
|
|
|
312
290
|
- ruby
|
|
313
291
|
levels:
|
|
314
292
|
- standard
|
|
315
|
-
- expert
|
|
316
293
|
- full
|
|
317
294
|
tags:
|
|
318
295
|
- ruby
|
|
@@ -325,7 +302,6 @@ javascript-testing:
|
|
|
325
302
|
- javascript
|
|
326
303
|
levels:
|
|
327
304
|
- standard
|
|
328
|
-
- expert
|
|
329
305
|
- full
|
|
330
306
|
tags:
|
|
331
307
|
- javascript
|
|
@@ -339,7 +315,6 @@ dart-basics:
|
|
|
339
315
|
levels:
|
|
340
316
|
- basic
|
|
341
317
|
- standard
|
|
342
|
-
- expert
|
|
343
318
|
- full
|
|
344
319
|
tags:
|
|
345
320
|
- dart
|
|
@@ -353,7 +328,6 @@ dart-async:
|
|
|
353
328
|
levels:
|
|
354
329
|
- basic
|
|
355
330
|
- standard
|
|
356
|
-
- expert
|
|
357
331
|
- full
|
|
358
332
|
tags:
|
|
359
333
|
- dart
|
|
@@ -367,7 +341,6 @@ dart-error-handling:
|
|
|
367
341
|
- dart
|
|
368
342
|
levels:
|
|
369
343
|
- standard
|
|
370
|
-
- expert
|
|
371
344
|
- full
|
|
372
345
|
tags:
|
|
373
346
|
- dart
|
|
@@ -380,7 +353,6 @@ dart-testing:
|
|
|
380
353
|
- dart
|
|
381
354
|
levels:
|
|
382
355
|
- standard
|
|
383
|
-
- expert
|
|
384
356
|
- full
|
|
385
357
|
tags:
|
|
386
358
|
- dart
|
|
@@ -394,7 +366,6 @@ swift-basics:
|
|
|
394
366
|
levels:
|
|
395
367
|
- basic
|
|
396
368
|
- standard
|
|
397
|
-
- expert
|
|
398
369
|
- full
|
|
399
370
|
tags:
|
|
400
371
|
- swift
|
|
@@ -408,7 +379,6 @@ swift-concurrency:
|
|
|
408
379
|
- swift
|
|
409
380
|
levels:
|
|
410
381
|
- standard
|
|
411
|
-
- expert
|
|
412
382
|
- full
|
|
413
383
|
tags:
|
|
414
384
|
- swift
|
|
@@ -423,7 +393,6 @@ swift-swiftui-mvvm:
|
|
|
423
393
|
- swift
|
|
424
394
|
levels:
|
|
425
395
|
- standard
|
|
426
|
-
- expert
|
|
427
396
|
- full
|
|
428
397
|
tags:
|
|
429
398
|
- swift
|
|
@@ -438,7 +407,6 @@ swift-testing:
|
|
|
438
407
|
- swift
|
|
439
408
|
levels:
|
|
440
409
|
- standard
|
|
441
|
-
- expert
|
|
442
410
|
- full
|
|
443
411
|
tags:
|
|
444
412
|
- swift
|
|
@@ -452,7 +420,6 @@ swift-error-handling:
|
|
|
452
420
|
- swift
|
|
453
421
|
levels:
|
|
454
422
|
- standard
|
|
455
|
-
- expert
|
|
456
423
|
- full
|
|
457
424
|
tags:
|
|
458
425
|
- swift
|
|
@@ -466,7 +433,6 @@ microservices-boundaries:
|
|
|
466
433
|
- microservices
|
|
467
434
|
levels:
|
|
468
435
|
- standard
|
|
469
|
-
- expert
|
|
470
436
|
- full
|
|
471
437
|
tags:
|
|
472
438
|
- microservices
|
|
@@ -479,7 +445,6 @@ microservices-communication:
|
|
|
479
445
|
- microservices
|
|
480
446
|
levels:
|
|
481
447
|
- standard
|
|
482
|
-
- expert
|
|
483
448
|
- full
|
|
484
449
|
tags:
|
|
485
450
|
- microservices
|
|
@@ -493,7 +458,6 @@ microservices-data:
|
|
|
493
458
|
- microservices
|
|
494
459
|
levels:
|
|
495
460
|
- standard
|
|
496
|
-
- expert
|
|
497
461
|
- full
|
|
498
462
|
tags:
|
|
499
463
|
- microservices
|
|
@@ -506,7 +470,6 @@ microservices-resilience:
|
|
|
506
470
|
architectures:
|
|
507
471
|
- microservices
|
|
508
472
|
levels:
|
|
509
|
-
- expert
|
|
510
473
|
- full
|
|
511
474
|
tags:
|
|
512
475
|
- microservices
|
|
@@ -520,7 +483,6 @@ microservices-api-gateway:
|
|
|
520
483
|
- microservices
|
|
521
484
|
levels:
|
|
522
485
|
- standard
|
|
523
|
-
- expert
|
|
524
486
|
- full
|
|
525
487
|
tags:
|
|
526
488
|
- microservices
|
|
@@ -534,7 +496,6 @@ modular-monolith-structure:
|
|
|
534
496
|
- modular-monolith
|
|
535
497
|
levels:
|
|
536
498
|
- standard
|
|
537
|
-
- expert
|
|
538
499
|
- full
|
|
539
500
|
tags:
|
|
540
501
|
- modular-monolith
|
|
@@ -547,7 +508,6 @@ modular-monolith-boundaries:
|
|
|
547
508
|
- modular-monolith
|
|
548
509
|
levels:
|
|
549
510
|
- standard
|
|
550
|
-
- expert
|
|
551
511
|
- full
|
|
552
512
|
tags:
|
|
553
513
|
- modular-monolith
|
|
@@ -559,7 +519,6 @@ testing-unit-fundamentals:
|
|
|
559
519
|
path: testing/unit-fundamentals.md
|
|
560
520
|
levels:
|
|
561
521
|
- standard
|
|
562
|
-
- expert
|
|
563
522
|
- full
|
|
564
523
|
tags:
|
|
565
524
|
- testing
|
|
@@ -570,7 +529,6 @@ testing-unit-mocking:
|
|
|
570
529
|
path: testing/unit-mocking.md
|
|
571
530
|
levels:
|
|
572
531
|
- standard
|
|
573
|
-
- expert
|
|
574
532
|
- full
|
|
575
533
|
tags:
|
|
576
534
|
- testing
|
|
@@ -581,7 +539,6 @@ testing-unit-mocking:
|
|
|
581
539
|
testing-integration:
|
|
582
540
|
path: testing/integration.md
|
|
583
541
|
levels:
|
|
584
|
-
- expert
|
|
585
542
|
- full
|
|
586
543
|
tags:
|
|
587
544
|
- testing
|
|
@@ -594,7 +551,6 @@ testing-basics:
|
|
|
594
551
|
levels:
|
|
595
552
|
- basic
|
|
596
553
|
- standard
|
|
597
|
-
- expert
|
|
598
554
|
- full
|
|
599
555
|
tags:
|
|
600
556
|
- testing
|
|
@@ -607,7 +563,6 @@ security-injection:
|
|
|
607
563
|
levels:
|
|
608
564
|
- basic
|
|
609
565
|
- standard
|
|
610
|
-
- expert
|
|
611
566
|
- full
|
|
612
567
|
tags:
|
|
613
568
|
- security
|
|
@@ -619,7 +574,6 @@ security-auth-jwt:
|
|
|
619
574
|
path: security/auth-jwt.md
|
|
620
575
|
levels:
|
|
621
576
|
- standard
|
|
622
|
-
- expert
|
|
623
577
|
- full
|
|
624
578
|
tags:
|
|
625
579
|
- security
|
|
@@ -632,7 +586,6 @@ security-secrets:
|
|
|
632
586
|
path: security/secrets.md
|
|
633
587
|
levels:
|
|
634
588
|
- standard
|
|
635
|
-
- expert
|
|
636
589
|
- full
|
|
637
590
|
tags:
|
|
638
591
|
- security
|
|
@@ -643,7 +596,6 @@ security-secrets:
|
|
|
643
596
|
security-headers:
|
|
644
597
|
path: security/headers.md
|
|
645
598
|
levels:
|
|
646
|
-
- expert
|
|
647
599
|
- full
|
|
648
600
|
tags:
|
|
649
601
|
- security
|
|
@@ -657,7 +609,6 @@ performance-basics:
|
|
|
657
609
|
levels:
|
|
658
610
|
- basic
|
|
659
611
|
- standard
|
|
660
|
-
- expert
|
|
661
612
|
- full
|
|
662
613
|
tags:
|
|
663
614
|
- performance
|
|
@@ -669,7 +620,6 @@ performance-basics:
|
|
|
669
620
|
performance-caching:
|
|
670
621
|
path: performance/caching.md
|
|
671
622
|
levels:
|
|
672
|
-
- expert
|
|
673
623
|
- full
|
|
674
624
|
tags:
|
|
675
625
|
- performance
|
|
@@ -681,7 +631,6 @@ performance-async:
|
|
|
681
631
|
path: performance/async.md
|
|
682
632
|
levels:
|
|
683
633
|
- standard
|
|
684
|
-
- expert
|
|
685
634
|
- full
|
|
686
635
|
tags:
|
|
687
636
|
- performance
|
|
@@ -694,7 +643,6 @@ database-basics:
|
|
|
694
643
|
levels:
|
|
695
644
|
- basic
|
|
696
645
|
- standard
|
|
697
|
-
- expert
|
|
698
646
|
- full
|
|
699
647
|
tags:
|
|
700
648
|
- database
|
|
@@ -707,7 +655,6 @@ database-schema:
|
|
|
707
655
|
path: database/schema.md
|
|
708
656
|
levels:
|
|
709
657
|
- standard
|
|
710
|
-
- expert
|
|
711
658
|
- full
|
|
712
659
|
datasources:
|
|
713
660
|
- sql
|
|
@@ -720,7 +667,6 @@ database-schema:
|
|
|
720
667
|
database-indexing:
|
|
721
668
|
path: database/indexing.md
|
|
722
669
|
levels:
|
|
723
|
-
- expert
|
|
724
670
|
- full
|
|
725
671
|
datasources:
|
|
726
672
|
- sql
|
|
@@ -735,7 +681,6 @@ api-basics:
|
|
|
735
681
|
levels:
|
|
736
682
|
- basic
|
|
737
683
|
- standard
|
|
738
|
-
- expert
|
|
739
684
|
- full
|
|
740
685
|
tags:
|
|
741
686
|
- api
|
|
@@ -748,7 +693,6 @@ api-rest:
|
|
|
748
693
|
path: api/rest.md
|
|
749
694
|
levels:
|
|
750
695
|
- standard
|
|
751
|
-
- expert
|
|
752
696
|
- full
|
|
753
697
|
tags:
|
|
754
698
|
- api
|
|
@@ -760,7 +704,6 @@ api-pagination:
|
|
|
760
704
|
path: api/pagination.md
|
|
761
705
|
levels:
|
|
762
706
|
- standard
|
|
763
|
-
- expert
|
|
764
707
|
- full
|
|
765
708
|
tags:
|
|
766
709
|
- api
|
|
@@ -773,7 +716,6 @@ code-style-naming:
|
|
|
773
716
|
levels:
|
|
774
717
|
- basic
|
|
775
718
|
- standard
|
|
776
|
-
- expert
|
|
777
719
|
- full
|
|
778
720
|
tags:
|
|
779
721
|
- style
|
|
@@ -784,7 +726,6 @@ code-style-organization:
|
|
|
784
726
|
path: style/organization.md
|
|
785
727
|
levels:
|
|
786
728
|
- standard
|
|
787
|
-
- expert
|
|
788
729
|
- full
|
|
789
730
|
tags:
|
|
790
731
|
- style
|
|
@@ -796,7 +737,6 @@ error-handling-strategy:
|
|
|
796
737
|
path: error-handling/strategy.md
|
|
797
738
|
levels:
|
|
798
739
|
- standard
|
|
799
|
-
- expert
|
|
800
740
|
- full
|
|
801
741
|
tags:
|
|
802
742
|
- errors
|
|
@@ -809,7 +749,6 @@ error-handling-basics:
|
|
|
809
749
|
levels:
|
|
810
750
|
- basic
|
|
811
751
|
- standard
|
|
812
|
-
- expert
|
|
813
752
|
- full
|
|
814
753
|
tags:
|
|
815
754
|
- errors
|
|
@@ -821,7 +760,6 @@ solid-principles:
|
|
|
821
760
|
path: architecture/solid/principles.md
|
|
822
761
|
levels:
|
|
823
762
|
- standard
|
|
824
|
-
- expert
|
|
825
763
|
- full
|
|
826
764
|
tags:
|
|
827
765
|
- solid
|
|
@@ -838,7 +776,6 @@ clean-architecture-layers:
|
|
|
838
776
|
- clean-architecture
|
|
839
777
|
levels:
|
|
840
778
|
- standard
|
|
841
|
-
- expert
|
|
842
779
|
- full
|
|
843
780
|
tags:
|
|
844
781
|
- clean-architecture
|
|
@@ -852,7 +789,6 @@ ddd-tactical:
|
|
|
852
789
|
- ddd
|
|
853
790
|
levels:
|
|
854
791
|
- standard
|
|
855
|
-
- expert
|
|
856
792
|
- full
|
|
857
793
|
tags:
|
|
858
794
|
- ddd
|
|
@@ -866,7 +802,6 @@ ddd-strategic:
|
|
|
866
802
|
architectures:
|
|
867
803
|
- ddd
|
|
868
804
|
levels:
|
|
869
|
-
- expert
|
|
870
805
|
- full
|
|
871
806
|
tags:
|
|
872
807
|
- ddd
|
|
@@ -879,7 +814,6 @@ event-driven-patterns:
|
|
|
879
814
|
architectures:
|
|
880
815
|
- event-driven
|
|
881
816
|
levels:
|
|
882
|
-
- expert
|
|
883
817
|
- full
|
|
884
818
|
tags:
|
|
885
819
|
- event-sourcing
|
|
@@ -893,7 +827,6 @@ event-driven-messaging:
|
|
|
893
827
|
- event-driven
|
|
894
828
|
levels:
|
|
895
829
|
- standard
|
|
896
|
-
- expert
|
|
897
830
|
- full
|
|
898
831
|
tags:
|
|
899
832
|
- messaging
|
|
@@ -907,7 +840,6 @@ layered-architecture:
|
|
|
907
840
|
- layered
|
|
908
841
|
levels:
|
|
909
842
|
- standard
|
|
910
|
-
- expert
|
|
911
843
|
- full
|
|
912
844
|
tags:
|
|
913
845
|
- layered
|
|
@@ -921,7 +853,6 @@ serverless-patterns:
|
|
|
921
853
|
- serverless
|
|
922
854
|
levels:
|
|
923
855
|
- standard
|
|
924
|
-
- expert
|
|
925
856
|
- full
|
|
926
857
|
tags:
|
|
927
858
|
- serverless
|
|
@@ -935,7 +866,6 @@ serverless-best-practices:
|
|
|
935
866
|
- serverless
|
|
936
867
|
levels:
|
|
937
868
|
- standard
|
|
938
|
-
- expert
|
|
939
869
|
- full
|
|
940
870
|
tags:
|
|
941
871
|
- serverless
|
|
@@ -949,7 +879,6 @@ hexagonal-architecture:
|
|
|
949
879
|
- hexagonal
|
|
950
880
|
levels:
|
|
951
881
|
- standard
|
|
952
|
-
- expert
|
|
953
882
|
- full
|
|
954
883
|
tags:
|
|
955
884
|
- hexagonal
|
|
@@ -961,7 +890,6 @@ gui-architecture:
|
|
|
961
890
|
path: architecture/gui/patterns.md
|
|
962
891
|
levels:
|
|
963
892
|
- standard
|
|
964
|
-
- expert
|
|
965
893
|
- full
|
|
966
894
|
tags:
|
|
967
895
|
- gui
|
|
@@ -974,7 +902,6 @@ feature-toggles:
|
|
|
974
902
|
path: architecture/feature-toggles/patterns.md
|
|
975
903
|
levels:
|
|
976
904
|
- standard
|
|
977
|
-
- expert
|
|
978
905
|
- full
|
|
979
906
|
tags:
|
|
980
907
|
- feature-flags
|
|
@@ -985,7 +912,6 @@ devops-ci-cd:
|
|
|
985
912
|
path: devops/ci-cd.md
|
|
986
913
|
levels:
|
|
987
914
|
- standard
|
|
988
|
-
- expert
|
|
989
915
|
- full
|
|
990
916
|
tags:
|
|
991
917
|
- devops
|
|
@@ -997,7 +923,6 @@ devops-ci-cd:
|
|
|
997
923
|
devops-practices:
|
|
998
924
|
path: devops/practices.md
|
|
999
925
|
levels:
|
|
1000
|
-
- expert
|
|
1001
926
|
- full
|
|
1002
927
|
tags:
|
|
1003
928
|
- devops
|
|
@@ -1009,7 +934,6 @@ devops-observability:
|
|
|
1009
934
|
path: devops/observability.md
|
|
1010
935
|
levels:
|
|
1011
936
|
- standard
|
|
1012
|
-
- expert
|
|
1013
937
|
- full
|
|
1014
938
|
tags:
|
|
1015
939
|
- devops
|
|
@@ -1022,7 +946,6 @@ practices-planning:
|
|
|
1022
946
|
path: practices/planning.md
|
|
1023
947
|
levels:
|
|
1024
948
|
- standard
|
|
1025
|
-
- expert
|
|
1026
949
|
- full
|
|
1027
950
|
tags:
|
|
1028
951
|
- planning
|
|
@@ -1035,7 +958,6 @@ practices-documentation:
|
|
|
1035
958
|
path: practices/documentation.md
|
|
1036
959
|
levels:
|
|
1037
960
|
- standard
|
|
1038
|
-
- expert
|
|
1039
961
|
- full
|
|
1040
962
|
tags:
|
|
1041
963
|
- documentation
|
|
@@ -1048,7 +970,6 @@ practices-code-review:
|
|
|
1048
970
|
path: practices/code-review.md
|
|
1049
971
|
levels:
|
|
1050
972
|
- standard
|
|
1051
|
-
- expert
|
|
1052
973
|
- full
|
|
1053
974
|
tags:
|
|
1054
975
|
- code-review
|
|
@@ -1060,7 +981,6 @@ practices-refactoring:
|
|
|
1060
981
|
path: practices/refactoring.md
|
|
1061
982
|
levels:
|
|
1062
983
|
- standard
|
|
1063
|
-
- expert
|
|
1064
984
|
- full
|
|
1065
985
|
tags:
|
|
1066
986
|
- refactoring
|
|
@@ -1072,7 +992,6 @@ practices-version-control:
|
|
|
1072
992
|
levels:
|
|
1073
993
|
- basic
|
|
1074
994
|
- standard
|
|
1075
|
-
- expert
|
|
1076
995
|
- full
|
|
1077
996
|
tags:
|
|
1078
997
|
- git
|
|
@@ -1084,7 +1003,6 @@ api-versioning:
|
|
|
1084
1003
|
path: api/versioning.md
|
|
1085
1004
|
levels:
|
|
1086
1005
|
- standard
|
|
1087
|
-
- expert
|
|
1088
1006
|
- full
|
|
1089
1007
|
tags:
|
|
1090
1008
|
- api
|
|
@@ -1095,7 +1013,6 @@ api-versioning:
|
|
|
1095
1013
|
performance-caching-strategies:
|
|
1096
1014
|
path: performance/caching-strategies.md
|
|
1097
1015
|
levels:
|
|
1098
|
-
- expert
|
|
1099
1016
|
- full
|
|
1100
1017
|
tags:
|
|
1101
1018
|
- caching
|
|
@@ -1107,7 +1024,6 @@ database-design-patterns:
|
|
|
1107
1024
|
path: database/design-patterns.md
|
|
1108
1025
|
levels:
|
|
1109
1026
|
- standard
|
|
1110
|
-
- expert
|
|
1111
1027
|
- full
|
|
1112
1028
|
datasources:
|
|
1113
1029
|
- sql
|
|
@@ -1121,7 +1037,6 @@ database-nosql:
|
|
|
1121
1037
|
path: database/nosql.md
|
|
1122
1038
|
levels:
|
|
1123
1039
|
- standard
|
|
1124
|
-
- expert
|
|
1125
1040
|
- full
|
|
1126
1041
|
datasources:
|
|
1127
1042
|
- nosql
|
|
@@ -1136,7 +1051,6 @@ patterns-base:
|
|
|
1136
1051
|
path: patterns/base-patterns.md
|
|
1137
1052
|
levels:
|
|
1138
1053
|
- standard
|
|
1139
|
-
- expert
|
|
1140
1054
|
- full
|
|
1141
1055
|
tags:
|
|
1142
1056
|
- value-object
|
|
@@ -1148,7 +1062,6 @@ patterns-base:
|
|
|
1148
1062
|
patterns-concurrency:
|
|
1149
1063
|
path: patterns/concurrency.md
|
|
1150
1064
|
levels:
|
|
1151
|
-
- expert
|
|
1152
1065
|
- full
|
|
1153
1066
|
tags:
|
|
1154
1067
|
- concurrency
|
|
@@ -1160,7 +1073,6 @@ patterns-data-access:
|
|
|
1160
1073
|
path: patterns/data-access.md
|
|
1161
1074
|
levels:
|
|
1162
1075
|
- standard
|
|
1163
|
-
- expert
|
|
1164
1076
|
- full
|
|
1165
1077
|
tags:
|
|
1166
1078
|
- repository
|
|
@@ -1171,7 +1083,6 @@ patterns-data-access:
|
|
|
1171
1083
|
patterns-distribution:
|
|
1172
1084
|
path: patterns/distribution.md
|
|
1173
1085
|
levels:
|
|
1174
|
-
- expert
|
|
1175
1086
|
- full
|
|
1176
1087
|
tags:
|
|
1177
1088
|
- remote-facade
|
|
@@ -1183,7 +1094,6 @@ patterns-domain-logic:
|
|
|
1183
1094
|
path: patterns/domain-logic.md
|
|
1184
1095
|
levels:
|
|
1185
1096
|
- standard
|
|
1186
|
-
- expert
|
|
1187
1097
|
- full
|
|
1188
1098
|
tags:
|
|
1189
1099
|
- transaction-script
|
|
@@ -1194,7 +1104,6 @@ patterns-gof:
|
|
|
1194
1104
|
path: patterns/gof.md
|
|
1195
1105
|
levels:
|
|
1196
1106
|
- standard
|
|
1197
|
-
- expert
|
|
1198
1107
|
- full
|
|
1199
1108
|
tags:
|
|
1200
1109
|
- gang-of-four
|
|
@@ -1209,7 +1118,6 @@ architecture-bounded-contexts:
|
|
|
1209
1118
|
- bounded-contexts
|
|
1210
1119
|
levels:
|
|
1211
1120
|
- standard
|
|
1212
|
-
- expert
|
|
1213
1121
|
- full
|
|
1214
1122
|
tags:
|
|
1215
1123
|
- ddd
|
|
@@ -1224,7 +1132,6 @@ architecture-component-based:
|
|
|
1224
1132
|
levels:
|
|
1225
1133
|
- basic
|
|
1226
1134
|
- standard
|
|
1227
|
-
- expert
|
|
1228
1135
|
- full
|
|
1229
1136
|
tags:
|
|
1230
1137
|
- components
|
|
@@ -1239,7 +1146,6 @@ kotlin-basics:
|
|
|
1239
1146
|
levels:
|
|
1240
1147
|
- basic
|
|
1241
1148
|
- standard
|
|
1242
|
-
- expert
|
|
1243
1149
|
- full
|
|
1244
1150
|
tags:
|
|
1245
1151
|
- kotlin
|
|
@@ -1253,7 +1159,6 @@ kotlin-coroutines:
|
|
|
1253
1159
|
- kotlin
|
|
1254
1160
|
levels:
|
|
1255
1161
|
- standard
|
|
1256
|
-
- expert
|
|
1257
1162
|
- full
|
|
1258
1163
|
tags:
|
|
1259
1164
|
- kotlin
|
|
@@ -1266,7 +1171,6 @@ kotlin-idioms:
|
|
|
1266
1171
|
languages:
|
|
1267
1172
|
- kotlin
|
|
1268
1173
|
levels:
|
|
1269
|
-
- expert
|
|
1270
1174
|
- full
|
|
1271
1175
|
tags:
|
|
1272
1176
|
- kotlin
|
|
@@ -1281,7 +1185,6 @@ php-basics:
|
|
|
1281
1185
|
levels:
|
|
1282
1186
|
- basic
|
|
1283
1187
|
- standard
|
|
1284
|
-
- expert
|
|
1285
1188
|
- full
|
|
1286
1189
|
tags:
|
|
1287
1190
|
- php
|
|
@@ -1295,7 +1198,6 @@ php-oop:
|
|
|
1295
1198
|
- php
|
|
1296
1199
|
levels:
|
|
1297
1200
|
- standard
|
|
1298
|
-
- expert
|
|
1299
1201
|
- full
|
|
1300
1202
|
tags:
|
|
1301
1203
|
- php
|
|
@@ -1308,7 +1210,6 @@ php-modern:
|
|
|
1308
1210
|
languages:
|
|
1309
1211
|
- php
|
|
1310
1212
|
levels:
|
|
1311
|
-
- expert
|
|
1312
1213
|
- full
|
|
1313
1214
|
tags:
|
|
1314
1215
|
- php
|