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