@almadar/std 13.0.1 → 13.0.3
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/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +192 -192
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1036 -1036
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/core/atoms/std-browse.orb +32 -156
- package/behaviors/registry/core/atoms/std-filter.orb +67 -137
- package/behaviors/registry/core/atoms/std-pagination.orb +78 -105
- package/behaviors/registry/core/atoms/std-search.orb +93 -196
- package/behaviors/registry/core/molecules/std-filtered-list.orb +98 -10
- package/dist/behaviors/behaviors-registry.json +169 -89
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +192 -192
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1036 -1036
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/core/atoms/std-browse.orb +32 -156
- package/dist/behaviors/registry/core/atoms/std-filter.orb +67 -137
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +78 -105
- package/dist/behaviors/registry/core/atoms/std-search.orb +93 -196
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +98 -10
- package/dist/behaviors-registry.json +169 -89
- package/package.json +1 -1
|
@@ -301,25 +301,25 @@
|
|
|
301
301
|
"main",
|
|
302
302
|
{
|
|
303
303
|
"type": "stack",
|
|
304
|
-
"direction": "vertical",
|
|
305
304
|
"gap": "lg",
|
|
305
|
+
"direction": "vertical",
|
|
306
306
|
"children": [
|
|
307
307
|
{
|
|
308
|
-
"direction": "horizontal",
|
|
309
|
-
"align": "center",
|
|
310
|
-
"type": "stack",
|
|
311
308
|
"children": [
|
|
312
309
|
{
|
|
313
|
-
"
|
|
314
|
-
"
|
|
310
|
+
"type": "icon",
|
|
311
|
+
"name": "wrench"
|
|
315
312
|
},
|
|
316
313
|
{
|
|
317
314
|
"content": "Validation-Fix Loop",
|
|
318
|
-
"
|
|
319
|
-
"
|
|
315
|
+
"variant": "h2",
|
|
316
|
+
"type": "typography"
|
|
320
317
|
}
|
|
321
318
|
],
|
|
322
|
-
"
|
|
319
|
+
"direction": "horizontal",
|
|
320
|
+
"gap": "sm",
|
|
321
|
+
"align": "center",
|
|
322
|
+
"type": "stack"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"type": "divider"
|
|
@@ -328,23 +328,23 @@
|
|
|
328
328
|
"type": "card",
|
|
329
329
|
"children": [
|
|
330
330
|
{
|
|
331
|
-
"direction": "vertical",
|
|
332
|
-
"type": "stack",
|
|
333
331
|
"gap": "md",
|
|
332
|
+
"type": "stack",
|
|
333
|
+
"direction": "vertical",
|
|
334
334
|
"children": [
|
|
335
335
|
{
|
|
336
|
-
"
|
|
336
|
+
"variant": "body",
|
|
337
337
|
"content": "Enter the target to validate and auto-fix",
|
|
338
|
-
"
|
|
338
|
+
"type": "typography"
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
|
-
"
|
|
342
|
-
"mode": "edit",
|
|
343
|
-
"submitEvent": "FIX",
|
|
341
|
+
"type": "form-section",
|
|
344
342
|
"fields": [
|
|
345
343
|
"target"
|
|
346
344
|
],
|
|
347
|
-
"
|
|
345
|
+
"entity": "@entity",
|
|
346
|
+
"submitEvent": "FIX",
|
|
347
|
+
"mode": "edit"
|
|
348
348
|
}
|
|
349
349
|
]
|
|
350
350
|
}
|
|
@@ -391,28 +391,20 @@
|
|
|
391
391
|
"render-ui",
|
|
392
392
|
"main",
|
|
393
393
|
{
|
|
394
|
-
"type": "stack",
|
|
395
|
-
"direction": "vertical",
|
|
396
|
-
"gap": "lg",
|
|
397
|
-
"align": "center",
|
|
398
394
|
"children": [
|
|
399
395
|
{
|
|
400
396
|
"type": "icon",
|
|
401
397
|
"name": "shield-check"
|
|
402
398
|
},
|
|
403
399
|
{
|
|
400
|
+
"variant": "h3",
|
|
404
401
|
"content": "Validating...",
|
|
405
|
-
"type": "typography"
|
|
406
|
-
"variant": "h3"
|
|
402
|
+
"type": "typography"
|
|
407
403
|
},
|
|
408
404
|
{
|
|
409
405
|
"type": "spinner"
|
|
410
406
|
},
|
|
411
407
|
{
|
|
412
|
-
"type": "stack",
|
|
413
|
-
"gap": "md",
|
|
414
|
-
"direction": "horizontal",
|
|
415
|
-
"justify": "center",
|
|
416
408
|
"children": [
|
|
417
409
|
{
|
|
418
410
|
"label": "@entity.target",
|
|
@@ -422,9 +414,17 @@
|
|
|
422
414
|
"type": "badge",
|
|
423
415
|
"label": "@entity.maxAttempts"
|
|
424
416
|
}
|
|
425
|
-
]
|
|
417
|
+
],
|
|
418
|
+
"direction": "horizontal",
|
|
419
|
+
"gap": "md",
|
|
420
|
+
"type": "stack",
|
|
421
|
+
"justify": "center"
|
|
426
422
|
}
|
|
427
|
-
]
|
|
423
|
+
],
|
|
424
|
+
"align": "center",
|
|
425
|
+
"direction": "vertical",
|
|
426
|
+
"gap": "lg",
|
|
427
|
+
"type": "stack"
|
|
428
428
|
}
|
|
429
429
|
]
|
|
430
430
|
]
|
|
@@ -447,15 +447,15 @@
|
|
|
447
447
|
"render-ui",
|
|
448
448
|
"main",
|
|
449
449
|
{
|
|
450
|
+
"gap": "lg",
|
|
451
|
+
"direction": "vertical",
|
|
452
|
+
"type": "stack",
|
|
450
453
|
"children": [
|
|
451
454
|
{
|
|
452
|
-
"direction": "horizontal",
|
|
453
|
-
"type": "stack",
|
|
454
|
-
"align": "center",
|
|
455
455
|
"children": [
|
|
456
456
|
{
|
|
457
|
+
"direction": "horizontal",
|
|
457
458
|
"type": "stack",
|
|
458
|
-
"gap": "sm",
|
|
459
459
|
"children": [
|
|
460
460
|
{
|
|
461
461
|
"name": "check-circle",
|
|
@@ -463,51 +463,55 @@
|
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
465
|
"type": "typography",
|
|
466
|
-
"
|
|
467
|
-
"
|
|
466
|
+
"content": "Validation Passed",
|
|
467
|
+
"variant": "h2"
|
|
468
468
|
}
|
|
469
469
|
],
|
|
470
470
|
"align": "center",
|
|
471
|
-
"
|
|
471
|
+
"gap": "sm"
|
|
472
472
|
},
|
|
473
473
|
{
|
|
474
|
-
"icon": "rotate-ccw",
|
|
475
|
-
"label": "New Target",
|
|
476
474
|
"type": "button",
|
|
477
475
|
"action": "RESET",
|
|
478
|
-
"variant": "ghost"
|
|
476
|
+
"variant": "ghost",
|
|
477
|
+
"icon": "rotate-ccw",
|
|
478
|
+
"label": "New Target"
|
|
479
479
|
}
|
|
480
480
|
],
|
|
481
|
-
"
|
|
482
|
-
"
|
|
481
|
+
"direction": "horizontal",
|
|
482
|
+
"align": "center",
|
|
483
|
+
"gap": "sm",
|
|
484
|
+
"type": "stack",
|
|
485
|
+
"justify": "between"
|
|
483
486
|
},
|
|
484
487
|
{
|
|
485
488
|
"type": "divider"
|
|
486
489
|
},
|
|
487
490
|
{
|
|
488
|
-
"type": "simple-grid",
|
|
489
491
|
"cols": 2.0,
|
|
490
492
|
"children": [
|
|
491
493
|
{
|
|
492
|
-
"value": "@entity.fixAttempts",
|
|
493
494
|
"icon": "wrench",
|
|
494
|
-
"
|
|
495
|
-
"type": "stat-display"
|
|
495
|
+
"value": "@entity.fixAttempts",
|
|
496
|
+
"type": "stat-display",
|
|
497
|
+
"label": "Fix Attempts"
|
|
496
498
|
},
|
|
497
499
|
{
|
|
498
|
-
"icon": "check",
|
|
499
500
|
"type": "stat-display",
|
|
500
501
|
"value": "Passed",
|
|
502
|
+
"icon": "check",
|
|
501
503
|
"label": "Status"
|
|
502
504
|
}
|
|
503
|
-
]
|
|
505
|
+
],
|
|
506
|
+
"type": "simple-grid"
|
|
504
507
|
},
|
|
505
508
|
{
|
|
509
|
+
"type": "card",
|
|
506
510
|
"children": [
|
|
507
511
|
{
|
|
508
|
-
"gap": "sm",
|
|
509
|
-
"type": "stack",
|
|
510
512
|
"direction": "vertical",
|
|
513
|
+
"type": "stack",
|
|
514
|
+
"gap": "sm",
|
|
511
515
|
"children": [
|
|
512
516
|
{
|
|
513
517
|
"type": "typography",
|
|
@@ -515,19 +519,15 @@
|
|
|
515
519
|
"content": "Target"
|
|
516
520
|
},
|
|
517
521
|
{
|
|
522
|
+
"variant": "body",
|
|
518
523
|
"type": "typography",
|
|
519
|
-
"content": "@entity.target"
|
|
520
|
-
"variant": "body"
|
|
524
|
+
"content": "@entity.target"
|
|
521
525
|
}
|
|
522
526
|
]
|
|
523
527
|
}
|
|
524
|
-
]
|
|
525
|
-
"type": "card"
|
|
528
|
+
]
|
|
526
529
|
}
|
|
527
|
-
]
|
|
528
|
-
"type": "stack",
|
|
529
|
-
"direction": "vertical",
|
|
530
|
-
"gap": "lg"
|
|
530
|
+
]
|
|
531
531
|
}
|
|
532
532
|
]
|
|
533
533
|
]
|
|
@@ -578,34 +578,34 @@
|
|
|
578
578
|
{
|
|
579
579
|
"children": [
|
|
580
580
|
{
|
|
581
|
-
"type": "stack",
|
|
582
581
|
"children": [
|
|
583
582
|
{
|
|
584
583
|
"children": [
|
|
585
584
|
{
|
|
586
|
-
"
|
|
587
|
-
"
|
|
585
|
+
"type": "icon",
|
|
586
|
+
"name": "cpu"
|
|
588
587
|
},
|
|
589
588
|
{
|
|
590
589
|
"type": "typography",
|
|
591
|
-
"
|
|
592
|
-
"
|
|
590
|
+
"variant": "h2",
|
|
591
|
+
"content": "Generating fix..."
|
|
593
592
|
}
|
|
594
593
|
],
|
|
595
594
|
"align": "center",
|
|
596
|
-
"
|
|
595
|
+
"gap": "sm",
|
|
597
596
|
"direction": "horizontal",
|
|
598
|
-
"
|
|
597
|
+
"type": "stack"
|
|
599
598
|
},
|
|
600
599
|
{
|
|
601
|
-
"
|
|
602
|
-
"
|
|
600
|
+
"label": "@entity.fixAttempts",
|
|
601
|
+
"type": "badge"
|
|
603
602
|
}
|
|
604
603
|
],
|
|
605
|
-
"
|
|
606
|
-
"align": "center",
|
|
604
|
+
"type": "stack",
|
|
607
605
|
"direction": "horizontal",
|
|
608
|
-
"
|
|
606
|
+
"align": "center",
|
|
607
|
+
"justify": "between",
|
|
608
|
+
"gap": "sm"
|
|
609
609
|
},
|
|
610
610
|
{
|
|
611
611
|
"type": "divider"
|
|
@@ -614,17 +614,17 @@
|
|
|
614
614
|
"type": "card",
|
|
615
615
|
"children": [
|
|
616
616
|
{
|
|
617
|
-
"type": "stack",
|
|
618
617
|
"gap": "sm",
|
|
618
|
+
"type": "stack",
|
|
619
619
|
"children": [
|
|
620
620
|
{
|
|
621
|
-
"content": "Validation Errors",
|
|
622
621
|
"variant": "caption",
|
|
623
|
-
"type": "typography"
|
|
622
|
+
"type": "typography",
|
|
623
|
+
"content": "Validation Errors"
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
|
-
"variant": "error",
|
|
627
626
|
"type": "alert",
|
|
627
|
+
"variant": "error",
|
|
628
628
|
"message": "@entity.validationErrors"
|
|
629
629
|
}
|
|
630
630
|
],
|
|
@@ -636,9 +636,9 @@
|
|
|
636
636
|
"type": "spinner"
|
|
637
637
|
}
|
|
638
638
|
],
|
|
639
|
-
"type": "stack",
|
|
640
639
|
"gap": "lg",
|
|
641
|
-
"direction": "vertical"
|
|
640
|
+
"direction": "vertical",
|
|
641
|
+
"type": "stack"
|
|
642
642
|
}
|
|
643
643
|
]
|
|
644
644
|
]
|
|
@@ -666,31 +666,32 @@
|
|
|
666
666
|
"render-ui",
|
|
667
667
|
"main",
|
|
668
668
|
{
|
|
669
|
-
"direction": "vertical",
|
|
670
669
|
"align": "center",
|
|
670
|
+
"gap": "lg",
|
|
671
671
|
"children": [
|
|
672
672
|
{
|
|
673
|
-
"
|
|
674
|
-
"
|
|
673
|
+
"type": "icon",
|
|
674
|
+
"name": "x-circle"
|
|
675
675
|
},
|
|
676
676
|
{
|
|
677
|
-
"
|
|
677
|
+
"variant": "h2",
|
|
678
678
|
"type": "typography",
|
|
679
|
-
"
|
|
679
|
+
"content": "Fix Loop Failed"
|
|
680
680
|
},
|
|
681
681
|
{
|
|
682
|
-
"variant": "error",
|
|
683
682
|
"message": "@entity.error",
|
|
684
|
-
"type": "alert"
|
|
683
|
+
"type": "alert",
|
|
684
|
+
"variant": "error"
|
|
685
685
|
},
|
|
686
686
|
{
|
|
687
687
|
"type": "simple-grid",
|
|
688
|
+
"cols": 2.0,
|
|
688
689
|
"children": [
|
|
689
690
|
{
|
|
691
|
+
"icon": "wrench",
|
|
690
692
|
"type": "stat-display",
|
|
691
|
-
"label": "Attempts Used",
|
|
692
693
|
"value": "@entity.fixAttempts",
|
|
693
|
-
"
|
|
694
|
+
"label": "Attempts Used"
|
|
694
695
|
},
|
|
695
696
|
{
|
|
696
697
|
"label": "Remaining Errors",
|
|
@@ -698,41 +699,40 @@
|
|
|
698
699
|
"type": "stat-display",
|
|
699
700
|
"icon": "alert-triangle"
|
|
700
701
|
}
|
|
701
|
-
]
|
|
702
|
-
"cols": 2.0
|
|
702
|
+
]
|
|
703
703
|
},
|
|
704
704
|
{
|
|
705
705
|
"children": [
|
|
706
706
|
{
|
|
707
|
+
"direction": "vertical",
|
|
708
|
+
"gap": "sm",
|
|
709
|
+
"type": "stack",
|
|
707
710
|
"children": [
|
|
708
711
|
{
|
|
709
|
-
"variant": "caption",
|
|
710
712
|
"type": "typography",
|
|
711
|
-
"content": "Last Validation Errors"
|
|
713
|
+
"content": "Last Validation Errors",
|
|
714
|
+
"variant": "caption"
|
|
712
715
|
},
|
|
713
716
|
{
|
|
714
|
-
"type": "typography",
|
|
715
717
|
"variant": "body",
|
|
718
|
+
"type": "typography",
|
|
716
719
|
"content": "@entity.validationErrors"
|
|
717
720
|
}
|
|
718
|
-
]
|
|
719
|
-
"direction": "vertical",
|
|
720
|
-
"type": "stack",
|
|
721
|
-
"gap": "sm"
|
|
721
|
+
]
|
|
722
722
|
}
|
|
723
723
|
],
|
|
724
724
|
"type": "card"
|
|
725
725
|
},
|
|
726
726
|
{
|
|
727
|
-
"variant": "primary",
|
|
728
727
|
"label": "Retry",
|
|
729
|
-
"action": "RESET",
|
|
730
728
|
"type": "button",
|
|
729
|
+
"action": "RESET",
|
|
730
|
+
"variant": "primary",
|
|
731
731
|
"icon": "rotate-ccw"
|
|
732
732
|
}
|
|
733
733
|
],
|
|
734
|
-
"
|
|
735
|
-
"
|
|
734
|
+
"direction": "vertical",
|
|
735
|
+
"type": "stack"
|
|
736
736
|
}
|
|
737
737
|
]
|
|
738
738
|
]
|
|
@@ -764,14 +764,11 @@
|
|
|
764
764
|
"render-ui",
|
|
765
765
|
"main",
|
|
766
766
|
{
|
|
767
|
-
"gap": "lg",
|
|
768
|
-
"direction": "vertical",
|
|
769
|
-
"align": "center",
|
|
770
767
|
"type": "stack",
|
|
771
768
|
"children": [
|
|
772
769
|
{
|
|
773
|
-
"
|
|
774
|
-
"
|
|
770
|
+
"name": "tool",
|
|
771
|
+
"type": "icon"
|
|
775
772
|
},
|
|
776
773
|
{
|
|
777
774
|
"type": "typography",
|
|
@@ -784,26 +781,29 @@
|
|
|
784
781
|
{
|
|
785
782
|
"children": [
|
|
786
783
|
{
|
|
787
|
-
"direction": "vertical",
|
|
788
|
-
"type": "stack",
|
|
789
784
|
"gap": "sm",
|
|
790
785
|
"children": [
|
|
791
786
|
{
|
|
792
787
|
"content": "Proposed Fix",
|
|
793
|
-
"
|
|
794
|
-
"
|
|
788
|
+
"variant": "caption",
|
|
789
|
+
"type": "typography"
|
|
795
790
|
},
|
|
796
791
|
{
|
|
797
|
-
"
|
|
792
|
+
"type": "typography",
|
|
798
793
|
"content": "@entity.currentFix",
|
|
799
|
-
"
|
|
794
|
+
"variant": "body"
|
|
800
795
|
}
|
|
801
|
-
]
|
|
796
|
+
],
|
|
797
|
+
"type": "stack",
|
|
798
|
+
"direction": "vertical"
|
|
802
799
|
}
|
|
803
800
|
],
|
|
804
801
|
"type": "card"
|
|
805
802
|
}
|
|
806
|
-
]
|
|
803
|
+
],
|
|
804
|
+
"gap": "lg",
|
|
805
|
+
"direction": "vertical",
|
|
806
|
+
"align": "center"
|
|
807
807
|
}
|
|
808
808
|
]
|
|
809
809
|
]
|
|
@@ -831,72 +831,72 @@
|
|
|
831
831
|
"render-ui",
|
|
832
832
|
"main",
|
|
833
833
|
{
|
|
834
|
-
"direction": "vertical",
|
|
835
|
-
"gap": "lg",
|
|
836
834
|
"type": "stack",
|
|
837
835
|
"children": [
|
|
838
836
|
{
|
|
839
|
-
"
|
|
840
|
-
"
|
|
837
|
+
"type": "icon",
|
|
838
|
+
"name": "x-circle"
|
|
841
839
|
},
|
|
842
840
|
{
|
|
843
|
-
"type": "typography",
|
|
844
841
|
"content": "Fix Loop Failed",
|
|
845
|
-
"variant": "h2"
|
|
842
|
+
"variant": "h2",
|
|
843
|
+
"type": "typography"
|
|
846
844
|
},
|
|
847
845
|
{
|
|
848
|
-
"type": "alert",
|
|
849
846
|
"variant": "error",
|
|
850
|
-
"message": "@entity.error"
|
|
847
|
+
"message": "@entity.error",
|
|
848
|
+
"type": "alert"
|
|
851
849
|
},
|
|
852
850
|
{
|
|
851
|
+
"type": "simple-grid",
|
|
852
|
+
"cols": 2.0,
|
|
853
853
|
"children": [
|
|
854
854
|
{
|
|
855
|
-
"
|
|
855
|
+
"icon": "wrench",
|
|
856
856
|
"label": "Attempts Used",
|
|
857
|
-
"
|
|
858
|
-
"
|
|
857
|
+
"type": "stat-display",
|
|
858
|
+
"value": "@entity.fixAttempts"
|
|
859
859
|
},
|
|
860
860
|
{
|
|
861
|
-
"label": "Remaining Errors",
|
|
862
|
-
"value": "@entity.errorCount",
|
|
863
861
|
"type": "stat-display",
|
|
862
|
+
"value": "@entity.errorCount",
|
|
863
|
+
"label": "Remaining Errors",
|
|
864
864
|
"icon": "alert-triangle"
|
|
865
865
|
}
|
|
866
|
-
]
|
|
867
|
-
"type": "simple-grid",
|
|
868
|
-
"cols": 2.0
|
|
866
|
+
]
|
|
869
867
|
},
|
|
870
868
|
{
|
|
871
869
|
"type": "card",
|
|
872
870
|
"children": [
|
|
873
871
|
{
|
|
874
872
|
"gap": "sm",
|
|
873
|
+
"direction": "vertical",
|
|
874
|
+
"type": "stack",
|
|
875
875
|
"children": [
|
|
876
876
|
{
|
|
877
877
|
"variant": "caption",
|
|
878
|
-
"
|
|
879
|
-
"
|
|
878
|
+
"type": "typography",
|
|
879
|
+
"content": "Last Validation Errors"
|
|
880
880
|
},
|
|
881
881
|
{
|
|
882
882
|
"content": "@entity.validationErrors",
|
|
883
|
-
"
|
|
884
|
-
"
|
|
883
|
+
"variant": "body",
|
|
884
|
+
"type": "typography"
|
|
885
885
|
}
|
|
886
|
-
]
|
|
887
|
-
"direction": "vertical",
|
|
888
|
-
"type": "stack"
|
|
886
|
+
]
|
|
889
887
|
}
|
|
890
888
|
]
|
|
891
889
|
},
|
|
892
890
|
{
|
|
893
|
-
"icon": "rotate-ccw",
|
|
894
891
|
"action": "RESET",
|
|
895
|
-
"type": "button",
|
|
896
892
|
"variant": "primary",
|
|
893
|
+
"icon": "rotate-ccw",
|
|
894
|
+
"type": "button",
|
|
897
895
|
"label": "Retry"
|
|
898
896
|
}
|
|
899
897
|
],
|
|
898
|
+
"direction": "vertical",
|
|
899
|
+
"gap": "lg",
|
|
900
900
|
"align": "center"
|
|
901
901
|
}
|
|
902
902
|
]
|
|
@@ -924,39 +924,39 @@
|
|
|
924
924
|
"main",
|
|
925
925
|
{
|
|
926
926
|
"type": "stack",
|
|
927
|
+
"align": "center",
|
|
928
|
+
"direction": "vertical",
|
|
927
929
|
"children": [
|
|
928
930
|
{
|
|
929
931
|
"type": "icon",
|
|
930
932
|
"name": "shield-check"
|
|
931
933
|
},
|
|
932
934
|
{
|
|
933
|
-
"type": "typography",
|
|
934
935
|
"content": "Validating...",
|
|
935
|
-
"variant": "h3"
|
|
936
|
+
"variant": "h3",
|
|
937
|
+
"type": "typography"
|
|
936
938
|
},
|
|
937
939
|
{
|
|
938
940
|
"type": "spinner"
|
|
939
941
|
},
|
|
940
942
|
{
|
|
941
|
-
"gap": "md",
|
|
942
943
|
"children": [
|
|
943
944
|
{
|
|
944
|
-
"
|
|
945
|
-
"
|
|
945
|
+
"type": "badge",
|
|
946
|
+
"label": "@entity.target"
|
|
946
947
|
},
|
|
947
948
|
{
|
|
948
949
|
"label": "@entity.maxAttempts",
|
|
949
950
|
"type": "badge"
|
|
950
951
|
}
|
|
951
952
|
],
|
|
952
|
-
"
|
|
953
|
+
"gap": "md",
|
|
953
954
|
"direction": "horizontal",
|
|
955
|
+
"type": "stack",
|
|
954
956
|
"justify": "center"
|
|
955
957
|
}
|
|
956
958
|
],
|
|
957
|
-
"
|
|
958
|
-
"gap": "lg",
|
|
959
|
-
"align": "center"
|
|
959
|
+
"gap": "lg"
|
|
960
960
|
}
|
|
961
961
|
]
|
|
962
962
|
]
|
|
@@ -984,18 +984,17 @@
|
|
|
984
984
|
"render-ui",
|
|
985
985
|
"main",
|
|
986
986
|
{
|
|
987
|
-
"type": "stack",
|
|
988
|
-
"direction": "vertical",
|
|
989
987
|
"gap": "lg",
|
|
988
|
+
"align": "center",
|
|
990
989
|
"children": [
|
|
991
990
|
{
|
|
992
|
-
"
|
|
993
|
-
"
|
|
991
|
+
"type": "icon",
|
|
992
|
+
"name": "x-circle"
|
|
994
993
|
},
|
|
995
994
|
{
|
|
996
995
|
"content": "Fix Loop Failed",
|
|
997
|
-
"
|
|
998
|
-
"
|
|
996
|
+
"type": "typography",
|
|
997
|
+
"variant": "h2"
|
|
999
998
|
},
|
|
1000
999
|
{
|
|
1001
1000
|
"message": "@entity.error",
|
|
@@ -1003,26 +1002,28 @@
|
|
|
1003
1002
|
"variant": "error"
|
|
1004
1003
|
},
|
|
1005
1004
|
{
|
|
1005
|
+
"type": "simple-grid",
|
|
1006
|
+
"cols": 2.0,
|
|
1006
1007
|
"children": [
|
|
1007
1008
|
{
|
|
1008
|
-
"type": "stat-display",
|
|
1009
|
-
"label": "Attempts Used",
|
|
1010
1009
|
"value": "@entity.fixAttempts",
|
|
1011
|
-
"icon": "wrench"
|
|
1010
|
+
"icon": "wrench",
|
|
1011
|
+
"label": "Attempts Used",
|
|
1012
|
+
"type": "stat-display"
|
|
1012
1013
|
},
|
|
1013
1014
|
{
|
|
1014
|
-
"
|
|
1015
|
-
"label": "Remaining Errors",
|
|
1015
|
+
"value": "@entity.errorCount",
|
|
1016
1016
|
"icon": "alert-triangle",
|
|
1017
|
-
"
|
|
1017
|
+
"type": "stat-display",
|
|
1018
|
+
"label": "Remaining Errors"
|
|
1018
1019
|
}
|
|
1019
|
-
]
|
|
1020
|
-
"cols": 2.0,
|
|
1021
|
-
"type": "simple-grid"
|
|
1020
|
+
]
|
|
1022
1021
|
},
|
|
1023
1022
|
{
|
|
1023
|
+
"type": "card",
|
|
1024
1024
|
"children": [
|
|
1025
1025
|
{
|
|
1026
|
+
"gap": "sm",
|
|
1026
1027
|
"children": [
|
|
1027
1028
|
{
|
|
1028
1029
|
"type": "typography",
|
|
@@ -1030,17 +1031,15 @@
|
|
|
1030
1031
|
"content": "Last Validation Errors"
|
|
1031
1032
|
},
|
|
1032
1033
|
{
|
|
1033
|
-
"type": "typography",
|
|
1034
1034
|
"variant": "body",
|
|
1035
|
+
"type": "typography",
|
|
1035
1036
|
"content": "@entity.validationErrors"
|
|
1036
1037
|
}
|
|
1037
1038
|
],
|
|
1038
1039
|
"direction": "vertical",
|
|
1039
|
-
"gap": "sm",
|
|
1040
1040
|
"type": "stack"
|
|
1041
1041
|
}
|
|
1042
|
-
]
|
|
1043
|
-
"type": "card"
|
|
1042
|
+
]
|
|
1044
1043
|
},
|
|
1045
1044
|
{
|
|
1046
1045
|
"type": "button",
|
|
@@ -1050,7 +1049,8 @@
|
|
|
1050
1049
|
"icon": "rotate-ccw"
|
|
1051
1050
|
}
|
|
1052
1051
|
],
|
|
1053
|
-
"
|
|
1052
|
+
"type": "stack",
|
|
1053
|
+
"direction": "vertical"
|
|
1054
1054
|
}
|
|
1055
1055
|
]
|
|
1056
1056
|
]
|
|
@@ -1100,23 +1100,25 @@
|
|
|
1100
1100
|
"main",
|
|
1101
1101
|
{
|
|
1102
1102
|
"direction": "vertical",
|
|
1103
|
+
"type": "stack",
|
|
1104
|
+
"gap": "lg",
|
|
1103
1105
|
"children": [
|
|
1104
1106
|
{
|
|
1105
|
-
"align": "center",
|
|
1106
|
-
"type": "stack",
|
|
1107
|
-
"direction": "horizontal",
|
|
1108
|
-
"gap": "sm",
|
|
1109
1107
|
"children": [
|
|
1110
1108
|
{
|
|
1111
|
-
"
|
|
1112
|
-
"
|
|
1109
|
+
"name": "wrench",
|
|
1110
|
+
"type": "icon"
|
|
1113
1111
|
},
|
|
1114
1112
|
{
|
|
1113
|
+
"content": "Validation-Fix Loop",
|
|
1115
1114
|
"variant": "h2",
|
|
1116
|
-
"type": "typography"
|
|
1117
|
-
"content": "Validation-Fix Loop"
|
|
1115
|
+
"type": "typography"
|
|
1118
1116
|
}
|
|
1119
|
-
]
|
|
1117
|
+
],
|
|
1118
|
+
"direction": "horizontal",
|
|
1119
|
+
"gap": "sm",
|
|
1120
|
+
"type": "stack",
|
|
1121
|
+
"align": "center"
|
|
1120
1122
|
},
|
|
1121
1123
|
{
|
|
1122
1124
|
"type": "divider"
|
|
@@ -1124,32 +1126,30 @@
|
|
|
1124
1126
|
{
|
|
1125
1127
|
"children": [
|
|
1126
1128
|
{
|
|
1129
|
+
"type": "stack",
|
|
1127
1130
|
"direction": "vertical",
|
|
1131
|
+
"gap": "md",
|
|
1128
1132
|
"children": [
|
|
1129
1133
|
{
|
|
1130
|
-
"content": "Enter the target to validate and auto-fix",
|
|
1131
1134
|
"type": "typography",
|
|
1135
|
+
"content": "Enter the target to validate and auto-fix",
|
|
1132
1136
|
"variant": "body"
|
|
1133
1137
|
},
|
|
1134
1138
|
{
|
|
1135
|
-
"
|
|
1139
|
+
"type": "form-section",
|
|
1136
1140
|
"submitEvent": "FIX",
|
|
1137
|
-
"mode": "edit",
|
|
1138
1141
|
"fields": [
|
|
1139
1142
|
"target"
|
|
1140
1143
|
],
|
|
1141
|
-
"
|
|
1144
|
+
"mode": "edit",
|
|
1145
|
+
"entity": "@entity"
|
|
1142
1146
|
}
|
|
1143
|
-
]
|
|
1144
|
-
"gap": "md",
|
|
1145
|
-
"type": "stack"
|
|
1147
|
+
]
|
|
1146
1148
|
}
|
|
1147
1149
|
],
|
|
1148
1150
|
"type": "card"
|
|
1149
1151
|
}
|
|
1150
|
-
]
|
|
1151
|
-
"type": "stack",
|
|
1152
|
-
"gap": "lg"
|
|
1152
|
+
]
|
|
1153
1153
|
}
|
|
1154
1154
|
]
|
|
1155
1155
|
]
|
|
@@ -1198,57 +1198,57 @@
|
|
|
1198
1198
|
"render-ui",
|
|
1199
1199
|
"main",
|
|
1200
1200
|
{
|
|
1201
|
-
"
|
|
1201
|
+
"gap": "lg",
|
|
1202
1202
|
"type": "stack",
|
|
1203
1203
|
"children": [
|
|
1204
1204
|
{
|
|
1205
|
-
"
|
|
1205
|
+
"direction": "horizontal",
|
|
1206
1206
|
"type": "stack",
|
|
1207
1207
|
"align": "center",
|
|
1208
|
+
"gap": "sm",
|
|
1208
1209
|
"children": [
|
|
1209
1210
|
{
|
|
1210
|
-
"
|
|
1211
|
-
"
|
|
1211
|
+
"name": "wrench",
|
|
1212
|
+
"type": "icon"
|
|
1212
1213
|
},
|
|
1213
1214
|
{
|
|
1214
1215
|
"content": "Validation-Fix Loop",
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1216
|
+
"variant": "h2",
|
|
1217
|
+
"type": "typography"
|
|
1217
1218
|
}
|
|
1218
|
-
]
|
|
1219
|
-
"direction": "horizontal"
|
|
1219
|
+
]
|
|
1220
1220
|
},
|
|
1221
1221
|
{
|
|
1222
1222
|
"type": "divider"
|
|
1223
1223
|
},
|
|
1224
1224
|
{
|
|
1225
|
-
"type": "card",
|
|
1226
1225
|
"children": [
|
|
1227
1226
|
{
|
|
1228
|
-
"type": "stack",
|
|
1229
|
-
"direction": "vertical",
|
|
1230
|
-
"gap": "md",
|
|
1231
1227
|
"children": [
|
|
1232
1228
|
{
|
|
1233
|
-
"content": "Enter the target to validate and auto-fix",
|
|
1234
1229
|
"type": "typography",
|
|
1235
|
-
"variant": "body"
|
|
1230
|
+
"variant": "body",
|
|
1231
|
+
"content": "Enter the target to validate and auto-fix"
|
|
1236
1232
|
},
|
|
1237
1233
|
{
|
|
1234
|
+
"mode": "edit",
|
|
1235
|
+
"type": "form-section",
|
|
1238
1236
|
"submitEvent": "FIX",
|
|
1239
1237
|
"fields": [
|
|
1240
1238
|
"target"
|
|
1241
1239
|
],
|
|
1242
|
-
"entity": "@entity"
|
|
1243
|
-
"type": "form-section",
|
|
1244
|
-
"mode": "edit"
|
|
1240
|
+
"entity": "@entity"
|
|
1245
1241
|
}
|
|
1246
|
-
]
|
|
1242
|
+
],
|
|
1243
|
+
"gap": "md",
|
|
1244
|
+
"type": "stack",
|
|
1245
|
+
"direction": "vertical"
|
|
1247
1246
|
}
|
|
1248
|
-
]
|
|
1247
|
+
],
|
|
1248
|
+
"type": "card"
|
|
1249
1249
|
}
|
|
1250
1250
|
],
|
|
1251
|
-
"
|
|
1251
|
+
"direction": "vertical"
|
|
1252
1252
|
}
|
|
1253
1253
|
]
|
|
1254
1254
|
]
|
|
@@ -1315,4 +1315,4 @@
|
|
|
1315
1315
|
]
|
|
1316
1316
|
}
|
|
1317
1317
|
]
|
|
1318
|
-
}
|
|
1318
|
+
}
|