@almadar/std 8.2.0 → 8.4.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.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  27. package/behaviors/registry/app/organisms/std-cms.orb +432 -432
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  29. package/behaviors/registry/app/organisms/std-crm.orb +813 -813
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  37. package/behaviors/registry/app/organisms/std-lms.orb +858 -858
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  42. package/behaviors/registry/core/atoms/std-browse.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  44. package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  47. package/behaviors/registry/core/atoms/std-display.orb +413 -413
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +50 -50
  50. package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  51. package/behaviors/registry/core/atoms/std-modal.orb +13 -31
  52. package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  53. package/behaviors/registry/core/atoms/std-push.orb +47 -47
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  55. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  56. package/behaviors/registry/core/atoms/std-search.orb +75 -75
  57. package/behaviors/registry/core/atoms/std-selection.orb +91 -91
  58. package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  59. package/behaviors/registry/core/molecules/std-cart.orb +49 -49
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  62. package/behaviors/registry/core/molecules/std-list.orb +58 -58
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  64. package/behaviors/registry/game/atoms/std-collision.orb +132 -132
  65. package/behaviors/registry/game/atoms/std-combat.orb +59 -59
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  69. package/behaviors/registry/game/atoms/std-movement.orb +287 -287
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +266 -275
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  83. package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  84. package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  187. package/package.json +1 -1
@@ -300,26 +300,26 @@
300
300
  "render-ui",
301
301
  "main",
302
302
  {
303
- "gap": "lg",
304
303
  "direction": "vertical",
304
+ "gap": "lg",
305
305
  "type": "stack",
306
306
  "children": [
307
307
  {
308
308
  "direction": "horizontal",
309
+ "gap": "sm",
310
+ "type": "stack",
311
+ "align": "center",
309
312
  "children": [
310
313
  {
311
- "name": "wrench",
312
- "type": "icon"
314
+ "type": "icon",
315
+ "name": "wrench"
313
316
  },
314
317
  {
315
- "variant": "h2",
318
+ "content": "Validation-Fix Loop",
316
319
  "type": "typography",
317
- "content": "Validation-Fix Loop"
320
+ "variant": "h2"
318
321
  }
319
- ],
320
- "type": "stack",
321
- "gap": "sm",
322
- "align": "center"
322
+ ]
323
323
  },
324
324
  {
325
325
  "type": "divider"
@@ -328,25 +328,25 @@
328
328
  "type": "card",
329
329
  "children": [
330
330
  {
331
+ "gap": "md",
332
+ "type": "stack",
333
+ "direction": "vertical",
331
334
  "children": [
332
335
  {
333
- "content": "Enter the target to validate and auto-fix",
334
336
  "variant": "body",
335
- "type": "typography"
337
+ "type": "typography",
338
+ "content": "Enter the target to validate and auto-fix"
336
339
  },
337
340
  {
338
341
  "submitEvent": "FIX",
339
- "type": "form-section",
340
342
  "fields": [
341
343
  "target"
342
344
  ],
343
345
  "mode": "edit",
346
+ "type": "form-section",
344
347
  "entity": "@entity"
345
348
  }
346
- ],
347
- "direction": "vertical",
348
- "gap": "md",
349
- "type": "stack"
349
+ ]
350
350
  }
351
351
  ]
352
352
  }
@@ -391,6 +391,8 @@
391
391
  "render-ui",
392
392
  "main",
393
393
  {
394
+ "align": "center",
395
+ "type": "stack",
394
396
  "direction": "vertical",
395
397
  "children": [
396
398
  {
@@ -398,9 +400,9 @@
398
400
  "name": "shield-check"
399
401
  },
400
402
  {
401
- "variant": "h3",
403
+ "content": "Validating...",
402
404
  "type": "typography",
403
- "content": "Validating..."
405
+ "variant": "h3"
404
406
  },
405
407
  {
406
408
  "type": "spinner"
@@ -412,19 +414,17 @@
412
414
  "type": "stack",
413
415
  "children": [
414
416
  {
415
- "label": "@entity.target",
416
- "type": "badge"
417
+ "type": "badge",
418
+ "label": "@entity.target"
417
419
  },
418
420
  {
419
- "type": "badge",
420
- "label": "@entity.maxAttempts"
421
+ "label": "@entity.maxAttempts",
422
+ "type": "badge"
421
423
  }
422
424
  ]
423
425
  }
424
426
  ],
425
- "align": "center",
426
- "gap": "lg",
427
- "type": "stack"
427
+ "gap": "lg"
428
428
  }
429
429
  ]
430
430
  ]
@@ -450,13 +450,16 @@
450
450
  "children": [
451
451
  {
452
452
  "type": "stack",
453
+ "align": "center",
454
+ "direction": "horizontal",
453
455
  "children": [
454
456
  {
455
457
  "type": "stack",
458
+ "align": "center",
456
459
  "children": [
457
460
  {
458
- "type": "icon",
459
- "name": "check-circle"
461
+ "name": "check-circle",
462
+ "type": "icon"
460
463
  },
461
464
  {
462
465
  "content": "Validation Passed",
@@ -465,27 +468,24 @@
465
468
  }
466
469
  ],
467
470
  "gap": "sm",
468
- "align": "center",
469
471
  "direction": "horizontal"
470
472
  },
471
473
  {
474
+ "variant": "ghost",
472
475
  "label": "New Target",
473
- "icon": "rotate-ccw",
474
476
  "type": "button",
475
477
  "action": "RESET",
476
- "variant": "ghost"
478
+ "icon": "rotate-ccw"
477
479
  }
478
480
  ],
479
- "direction": "horizontal",
480
481
  "justify": "between",
481
- "gap": "sm",
482
- "align": "center"
482
+ "gap": "sm"
483
483
  },
484
484
  {
485
485
  "type": "divider"
486
486
  },
487
487
  {
488
- "cols": 2.0,
488
+ "type": "simple-grid",
489
489
  "children": [
490
490
  {
491
491
  "type": "stat-display",
@@ -494,29 +494,29 @@
494
494
  "icon": "wrench"
495
495
  },
496
496
  {
497
- "icon": "check",
498
- "value": "Passed",
499
497
  "label": "Status",
500
- "type": "stat-display"
498
+ "type": "stat-display",
499
+ "value": "Passed",
500
+ "icon": "check"
501
501
  }
502
502
  ],
503
- "type": "simple-grid"
503
+ "cols": 2.0
504
504
  },
505
505
  {
506
506
  "children": [
507
507
  {
508
- "gap": "sm",
509
508
  "type": "stack",
509
+ "gap": "sm",
510
510
  "direction": "vertical",
511
511
  "children": [
512
512
  {
513
513
  "content": "Target",
514
- "variant": "caption",
515
- "type": "typography"
514
+ "type": "typography",
515
+ "variant": "caption"
516
516
  },
517
517
  {
518
- "type": "typography",
519
518
  "variant": "body",
519
+ "type": "typography",
520
520
  "content": "@entity.target"
521
521
  }
522
522
  ]
@@ -525,9 +525,9 @@
525
525
  "type": "card"
526
526
  }
527
527
  ],
528
+ "direction": "vertical",
528
529
  "gap": "lg",
529
- "type": "stack",
530
- "direction": "vertical"
530
+ "type": "stack"
531
531
  }
532
532
  ]
533
533
  ]
@@ -576,45 +576,46 @@
576
576
  "render-ui",
577
577
  "main",
578
578
  {
579
- "gap": "lg",
580
579
  "children": [
581
580
  {
582
581
  "align": "center",
582
+ "justify": "between",
583
+ "type": "stack",
584
+ "gap": "sm",
583
585
  "direction": "horizontal",
584
586
  "children": [
585
587
  {
586
- "gap": "sm",
587
- "type": "stack",
588
- "direction": "horizontal",
588
+ "align": "center",
589
589
  "children": [
590
590
  {
591
- "type": "icon",
592
- "name": "cpu"
591
+ "name": "cpu",
592
+ "type": "icon"
593
593
  },
594
594
  {
595
+ "content": "Generating fix...",
595
596
  "variant": "h2",
596
- "type": "typography",
597
- "content": "Generating fix..."
597
+ "type": "typography"
598
598
  }
599
599
  ],
600
- "align": "center"
600
+ "direction": "horizontal",
601
+ "type": "stack",
602
+ "gap": "sm"
601
603
  },
602
604
  {
603
- "label": "@entity.fixAttempts",
604
- "type": "badge"
605
+ "type": "badge",
606
+ "label": "@entity.fixAttempts"
605
607
  }
606
- ],
607
- "gap": "sm",
608
- "type": "stack",
609
- "justify": "between"
608
+ ]
610
609
  },
611
610
  {
612
611
  "type": "divider"
613
612
  },
614
613
  {
615
- "type": "card",
616
614
  "children": [
617
615
  {
616
+ "direction": "vertical",
617
+ "type": "stack",
618
+ "gap": "sm",
618
619
  "children": [
619
620
  {
620
621
  "content": "Validation Errors",
@@ -626,19 +627,18 @@
626
627
  "variant": "error",
627
628
  "message": "@entity.validationErrors"
628
629
  }
629
- ],
630
- "direction": "vertical",
631
- "type": "stack",
632
- "gap": "sm"
630
+ ]
633
631
  }
634
- ]
632
+ ],
633
+ "type": "card"
635
634
  },
636
635
  {
637
636
  "type": "spinner"
638
637
  }
639
638
  ],
640
- "type": "stack",
641
- "direction": "vertical"
639
+ "direction": "vertical",
640
+ "gap": "lg",
641
+ "type": "stack"
642
642
  }
643
643
  ]
644
644
  ]
@@ -666,15 +666,19 @@
666
666
  "render-ui",
667
667
  "main",
668
668
  {
669
+ "align": "center",
670
+ "gap": "lg",
671
+ "type": "stack",
672
+ "direction": "vertical",
669
673
  "children": [
670
674
  {
671
675
  "type": "icon",
672
676
  "name": "x-circle"
673
677
  },
674
678
  {
675
- "type": "typography",
676
679
  "content": "Fix Loop Failed",
677
- "variant": "h2"
680
+ "variant": "h2",
681
+ "type": "typography"
678
682
  },
679
683
  {
680
684
  "variant": "error",
@@ -682,57 +686,53 @@
682
686
  "type": "alert"
683
687
  },
684
688
  {
685
- "cols": 2.0,
689
+ "type": "simple-grid",
686
690
  "children": [
687
691
  {
688
- "label": "Attempts Used",
689
692
  "type": "stat-display",
693
+ "label": "Attempts Used",
690
694
  "value": "@entity.fixAttempts",
691
695
  "icon": "wrench"
692
696
  },
693
697
  {
694
- "icon": "alert-triangle",
695
698
  "type": "stat-display",
696
699
  "value": "@entity.errorCount",
700
+ "icon": "alert-triangle",
697
701
  "label": "Remaining Errors"
698
702
  }
699
703
  ],
700
- "type": "simple-grid"
704
+ "cols": 2.0
701
705
  },
702
706
  {
703
707
  "type": "card",
704
708
  "children": [
705
709
  {
710
+ "direction": "vertical",
706
711
  "children": [
707
712
  {
713
+ "content": "Last Validation Errors",
708
714
  "variant": "caption",
709
- "type": "typography",
710
- "content": "Last Validation Errors"
715
+ "type": "typography"
711
716
  },
712
717
  {
713
- "variant": "body",
714
718
  "content": "@entity.validationErrors",
719
+ "variant": "body",
715
720
  "type": "typography"
716
721
  }
717
722
  ],
718
723
  "type": "stack",
719
- "direction": "vertical",
720
724
  "gap": "sm"
721
725
  }
722
726
  ]
723
727
  },
724
728
  {
725
- "icon": "rotate-ccw",
726
729
  "type": "button",
727
- "variant": "primary",
728
730
  "label": "Retry",
729
- "action": "RESET"
731
+ "action": "RESET",
732
+ "variant": "primary",
733
+ "icon": "rotate-ccw"
730
734
  }
731
- ],
732
- "gap": "lg",
733
- "type": "stack",
734
- "direction": "vertical",
735
- "align": "center"
735
+ ]
736
736
  }
737
737
  ]
738
738
  ]
@@ -764,16 +764,16 @@
764
764
  "render-ui",
765
765
  "main",
766
766
  {
767
- "align": "center",
767
+ "type": "stack",
768
768
  "children": [
769
769
  {
770
- "type": "icon",
771
- "name": "tool"
770
+ "name": "tool",
771
+ "type": "icon"
772
772
  },
773
773
  {
774
- "variant": "h3",
775
774
  "type": "typography",
776
- "content": "Applying fix..."
775
+ "content": "Applying fix...",
776
+ "variant": "h3"
777
777
  },
778
778
  {
779
779
  "type": "spinner"
@@ -782,8 +782,9 @@
782
782
  "type": "card",
783
783
  "children": [
784
784
  {
785
- "direction": "vertical",
786
785
  "type": "stack",
786
+ "gap": "sm",
787
+ "direction": "vertical",
787
788
  "children": [
788
789
  {
789
790
  "content": "Proposed Fix",
@@ -791,18 +792,17 @@
791
792
  "type": "typography"
792
793
  },
793
794
  {
794
- "content": "@entity.currentFix",
795
+ "type": "typography",
795
796
  "variant": "body",
796
- "type": "typography"
797
+ "content": "@entity.currentFix"
797
798
  }
798
- ],
799
- "gap": "sm"
799
+ ]
800
800
  }
801
801
  ]
802
802
  }
803
803
  ],
804
- "type": "stack",
805
804
  "gap": "lg",
805
+ "align": "center",
806
806
  "direction": "vertical"
807
807
  }
808
808
  ]
@@ -831,73 +831,73 @@
831
831
  "render-ui",
832
832
  "main",
833
833
  {
834
- "gap": "lg",
835
- "align": "center",
836
- "type": "stack",
837
834
  "direction": "vertical",
835
+ "align": "center",
838
836
  "children": [
839
837
  {
840
838
  "type": "icon",
841
839
  "name": "x-circle"
842
840
  },
843
841
  {
842
+ "content": "Fix Loop Failed",
844
843
  "type": "typography",
845
- "variant": "h2",
846
- "content": "Fix Loop Failed"
844
+ "variant": "h2"
847
845
  },
848
846
  {
849
847
  "message": "@entity.error",
850
- "type": "alert",
851
- "variant": "error"
848
+ "variant": "error",
849
+ "type": "alert"
852
850
  },
853
851
  {
854
852
  "children": [
855
853
  {
856
- "type": "stat-display",
857
- "label": "Attempts Used",
858
854
  "value": "@entity.fixAttempts",
859
- "icon": "wrench"
855
+ "icon": "wrench",
856
+ "label": "Attempts Used",
857
+ "type": "stat-display"
860
858
  },
861
859
  {
862
- "value": "@entity.errorCount",
863
860
  "icon": "alert-triangle",
864
- "label": "Remaining Errors",
865
- "type": "stat-display"
861
+ "value": "@entity.errorCount",
862
+ "type": "stat-display",
863
+ "label": "Remaining Errors"
866
864
  }
867
865
  ],
868
866
  "cols": 2.0,
869
867
  "type": "simple-grid"
870
868
  },
871
869
  {
872
- "type": "card",
873
870
  "children": [
874
871
  {
875
- "direction": "vertical",
876
- "gap": "sm",
877
872
  "children": [
878
873
  {
874
+ "type": "typography",
879
875
  "variant": "caption",
880
- "content": "Last Validation Errors",
881
- "type": "typography"
876
+ "content": "Last Validation Errors"
882
877
  },
883
878
  {
879
+ "variant": "body",
884
880
  "type": "typography",
885
- "content": "@entity.validationErrors",
886
- "variant": "body"
881
+ "content": "@entity.validationErrors"
887
882
  }
888
883
  ],
889
- "type": "stack"
884
+ "gap": "sm",
885
+ "type": "stack",
886
+ "direction": "vertical"
890
887
  }
891
- ]
888
+ ],
889
+ "type": "card"
892
890
  },
893
891
  {
894
- "label": "Retry",
895
892
  "variant": "primary",
896
- "icon": "rotate-ccw",
893
+ "action": "RESET",
897
894
  "type": "button",
898
- "action": "RESET"
895
+ "label": "Retry",
896
+ "icon": "rotate-ccw"
899
897
  }
900
- ]
898
+ ],
899
+ "gap": "lg",
900
+ "type": "stack"
901
901
  }
902
902
  ]
903
903
  ]
@@ -923,40 +923,40 @@
923
923
  "render-ui",
924
924
  "main",
925
925
  {
926
+ "direction": "vertical",
927
+ "gap": "lg",
928
+ "align": "center",
929
+ "type": "stack",
926
930
  "children": [
927
931
  {
928
932
  "type": "icon",
929
933
  "name": "shield-check"
930
934
  },
931
935
  {
932
- "type": "typography",
933
936
  "content": "Validating...",
934
- "variant": "h3"
937
+ "variant": "h3",
938
+ "type": "typography"
935
939
  },
936
940
  {
937
941
  "type": "spinner"
938
942
  },
939
943
  {
944
+ "type": "stack",
945
+ "direction": "horizontal",
940
946
  "children": [
941
947
  {
942
- "label": "@entity.target",
943
- "type": "badge"
948
+ "type": "badge",
949
+ "label": "@entity.target"
944
950
  },
945
951
  {
946
- "type": "badge",
947
- "label": "@entity.maxAttempts"
952
+ "label": "@entity.maxAttempts",
953
+ "type": "badge"
948
954
  }
949
955
  ],
950
- "direction": "horizontal",
951
- "gap": "md",
952
- "type": "stack",
953
- "justify": "center"
956
+ "justify": "center",
957
+ "gap": "md"
954
958
  }
955
- ],
956
- "type": "stack",
957
- "align": "center",
958
- "gap": "lg",
959
- "direction": "vertical"
959
+ ]
960
960
  }
961
961
  ]
962
962
  ]
@@ -984,6 +984,8 @@
984
984
  "render-ui",
985
985
  "main",
986
986
  {
987
+ "direction": "vertical",
988
+ "type": "stack",
987
989
  "align": "center",
988
990
  "children": [
989
991
  {
@@ -1001,55 +1003,53 @@
1001
1003
  "type": "alert"
1002
1004
  },
1003
1005
  {
1006
+ "type": "simple-grid",
1004
1007
  "children": [
1005
1008
  {
1009
+ "value": "@entity.fixAttempts",
1006
1010
  "icon": "wrench",
1007
1011
  "type": "stat-display",
1008
- "value": "@entity.fixAttempts",
1009
1012
  "label": "Attempts Used"
1010
1013
  },
1011
1014
  {
1012
- "type": "stat-display",
1013
- "value": "@entity.errorCount",
1014
1015
  "label": "Remaining Errors",
1015
- "icon": "alert-triangle"
1016
+ "icon": "alert-triangle",
1017
+ "value": "@entity.errorCount",
1018
+ "type": "stat-display"
1016
1019
  }
1017
1020
  ],
1018
- "type": "simple-grid",
1019
1021
  "cols": 2.0
1020
1022
  },
1021
1023
  {
1022
1024
  "type": "card",
1023
1025
  "children": [
1024
1026
  {
1025
- "type": "stack",
1026
1027
  "gap": "sm",
1027
- "direction": "vertical",
1028
1028
  "children": [
1029
1029
  {
1030
+ "variant": "caption",
1030
1031
  "type": "typography",
1031
- "content": "Last Validation Errors",
1032
- "variant": "caption"
1032
+ "content": "Last Validation Errors"
1033
1033
  },
1034
1034
  {
1035
1035
  "variant": "body",
1036
- "content": "@entity.validationErrors",
1037
- "type": "typography"
1036
+ "type": "typography",
1037
+ "content": "@entity.validationErrors"
1038
1038
  }
1039
- ]
1039
+ ],
1040
+ "type": "stack",
1041
+ "direction": "vertical"
1040
1042
  }
1041
1043
  ]
1042
1044
  },
1043
1045
  {
1044
- "type": "button",
1045
- "variant": "primary",
1046
- "icon": "rotate-ccw",
1046
+ "action": "RESET",
1047
1047
  "label": "Retry",
1048
- "action": "RESET"
1048
+ "variant": "primary",
1049
+ "type": "button",
1050
+ "icon": "rotate-ccw"
1049
1051
  }
1050
1052
  ],
1051
- "type": "stack",
1052
- "direction": "vertical",
1053
1053
  "gap": "lg"
1054
1054
  }
1055
1055
  ]
@@ -1099,15 +1099,12 @@
1099
1099
  "render-ui",
1100
1100
  "main",
1101
1101
  {
1102
- "type": "stack",
1103
- "gap": "lg",
1104
- "direction": "vertical",
1105
1102
  "children": [
1106
1103
  {
1107
- "type": "stack",
1108
1104
  "gap": "sm",
1109
1105
  "align": "center",
1110
1106
  "direction": "horizontal",
1107
+ "type": "stack",
1111
1108
  "children": [
1112
1109
  {
1113
1110
  "type": "icon",
@@ -1115,8 +1112,8 @@
1115
1112
  },
1116
1113
  {
1117
1114
  "content": "Validation-Fix Loop",
1118
- "type": "typography",
1119
- "variant": "h2"
1115
+ "variant": "h2",
1116
+ "type": "typography"
1120
1117
  }
1121
1118
  ]
1122
1119
  },
@@ -1130,26 +1127,29 @@
1130
1127
  "type": "stack",
1131
1128
  "children": [
1132
1129
  {
1133
- "type": "typography",
1134
1130
  "variant": "body",
1135
- "content": "Enter the target to validate and auto-fix"
1131
+ "content": "Enter the target to validate and auto-fix",
1132
+ "type": "typography"
1136
1133
  },
1137
1134
  {
1138
- "entity": "@entity",
1139
1135
  "submitEvent": "FIX",
1136
+ "mode": "edit",
1137
+ "entity": "@entity",
1140
1138
  "fields": [
1141
1139
  "target"
1142
1140
  ],
1143
- "mode": "edit",
1144
1141
  "type": "form-section"
1145
1142
  }
1146
1143
  ],
1147
- "direction": "vertical",
1148
- "gap": "md"
1144
+ "gap": "md",
1145
+ "direction": "vertical"
1149
1146
  }
1150
1147
  ]
1151
1148
  }
1152
- ]
1149
+ ],
1150
+ "type": "stack",
1151
+ "direction": "vertical",
1152
+ "gap": "lg"
1153
1153
  }
1154
1154
  ]
1155
1155
  ]
@@ -1198,10 +1198,11 @@
1198
1198
  "render-ui",
1199
1199
  "main",
1200
1200
  {
1201
+ "gap": "lg",
1201
1202
  "type": "stack",
1202
- "direction": "vertical",
1203
1203
  "children": [
1204
1204
  {
1205
+ "gap": "sm",
1205
1206
  "children": [
1206
1207
  {
1207
1208
  "type": "icon",
@@ -1213,10 +1214,9 @@
1213
1214
  "content": "Validation-Fix Loop"
1214
1215
  }
1215
1216
  ],
1216
- "align": "center",
1217
1217
  "direction": "horizontal",
1218
- "gap": "sm",
1219
- "type": "stack"
1218
+ "type": "stack",
1219
+ "align": "center"
1220
1220
  },
1221
1221
  {
1222
1222
  "type": "divider"
@@ -1227,28 +1227,28 @@
1227
1227
  {
1228
1228
  "direction": "vertical",
1229
1229
  "type": "stack",
1230
+ "gap": "md",
1230
1231
  "children": [
1231
1232
  {
1232
1233
  "type": "typography",
1233
- "variant": "body",
1234
- "content": "Enter the target to validate and auto-fix"
1234
+ "content": "Enter the target to validate and auto-fix",
1235
+ "variant": "body"
1235
1236
  },
1236
1237
  {
1237
- "entity": "@entity",
1238
- "mode": "edit",
1239
1238
  "submitEvent": "FIX",
1240
1239
  "fields": [
1241
1240
  "target"
1242
1241
  ],
1243
- "type": "form-section"
1242
+ "entity": "@entity",
1243
+ "type": "form-section",
1244
+ "mode": "edit"
1244
1245
  }
1245
- ],
1246
- "gap": "md"
1246
+ ]
1247
1247
  }
1248
1248
  ]
1249
1249
  }
1250
1250
  ],
1251
- "gap": "lg"
1251
+ "direction": "vertical"
1252
1252
  }
1253
1253
  ]
1254
1254
  ]
@@ -1315,4 +1315,4 @@
1315
1315
  ]
1316
1316
  }
1317
1317
  ]
1318
- }
1318
+ }