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