@almadar/std 10.0.0 → 11.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +20 -19
  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 +19 -10
  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 +72 -76
  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 +20 -19
  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 +19 -10
  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 +72 -76
  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
@@ -317,23 +317,20 @@
317
317
  "render-ui",
318
318
  "main",
319
319
  {
320
- "type": "stack",
321
- "direction": "vertical",
322
- "gap": "lg",
323
320
  "children": [
324
321
  {
325
322
  "type": "stack",
326
- "align": "center",
327
323
  "gap": "sm",
324
+ "align": "center",
328
325
  "children": [
329
326
  {
330
327
  "name": "graduation-cap",
331
328
  "type": "icon"
332
329
  },
333
330
  {
334
- "variant": "h2",
331
+ "content": "Outcome Learner",
335
332
  "type": "typography",
336
- "content": "Outcome Learner"
333
+ "variant": "h2"
337
334
  }
338
335
  ],
339
336
  "direction": "horizontal"
@@ -344,21 +341,21 @@
344
341
  {
345
342
  "children": [
346
343
  {
347
- "label": "Successes",
344
+ "value": "@entity.totalSuccesses",
348
345
  "type": "stat-display",
349
346
  "icon": "check-circle",
350
- "value": "@entity.totalSuccesses"
347
+ "label": "Successes"
351
348
  },
352
349
  {
353
- "label": "Failures",
350
+ "value": "@entity.totalFailures",
354
351
  "type": "stat-display",
355
352
  "icon": "x-circle",
356
- "value": "@entity.totalFailures"
353
+ "label": "Failures"
357
354
  },
358
355
  {
359
- "label": "Current Provider",
360
- "value": "@entity.provider",
361
356
  "type": "stat-display",
357
+ "value": "@entity.provider",
358
+ "label": "Current Provider",
362
359
  "icon": "cpu"
363
360
  }
364
361
  ],
@@ -372,6 +369,9 @@
372
369
  "type": "card",
373
370
  "children": [
374
371
  {
372
+ "direction": "vertical",
373
+ "gap": "md",
374
+ "type": "stack",
375
375
  "children": [
376
376
  {
377
377
  "type": "typography",
@@ -380,21 +380,19 @@
380
380
  },
381
381
  {
382
382
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
383
- "type": "typography",
384
- "variant": "caption"
383
+ "variant": "caption",
384
+ "type": "typography"
385
385
  }
386
- ],
387
- "type": "stack",
388
- "direction": "vertical",
389
- "gap": "md"
386
+ ]
390
387
  }
391
388
  ]
392
389
  },
393
390
  {
391
+ "type": "card",
394
392
  "children": [
395
393
  {
394
+ "type": "stack",
396
395
  "direction": "vertical",
397
- "gap": "sm",
398
396
  "children": [
399
397
  {
400
398
  "type": "typography",
@@ -402,27 +400,29 @@
402
400
  "variant": "caption"
403
401
  },
404
402
  {
405
- "content": "@entity.outcome",
406
403
  "type": "typography",
404
+ "content": "@entity.outcome",
407
405
  "variant": "body"
408
406
  },
409
407
  {
410
- "content": "Impact Analysis",
408
+ "variant": "caption",
411
409
  "type": "typography",
412
- "variant": "caption"
410
+ "content": "Impact Analysis"
413
411
  },
414
412
  {
413
+ "type": "typography",
415
414
  "variant": "body",
416
- "content": "@entity.impact",
417
- "type": "typography"
415
+ "content": "@entity.impact"
418
416
  }
419
417
  ],
420
- "type": "stack"
418
+ "gap": "sm"
421
419
  }
422
- ],
423
- "type": "card"
420
+ ]
424
421
  }
425
- ]
422
+ ],
423
+ "gap": "lg",
424
+ "type": "stack",
425
+ "direction": "vertical"
426
426
  }
427
427
  ]
428
428
  ]
@@ -480,9 +480,7 @@
480
480
  "main",
481
481
  {
482
482
  "type": "stack",
483
- "direction": "vertical",
484
483
  "gap": "lg",
485
- "align": "center",
486
484
  "children": [
487
485
  {
488
486
  "type": "icon",
@@ -497,10 +495,12 @@
497
495
  "type": "spinner"
498
496
  },
499
497
  {
500
- "type": "badge",
501
- "label": "@entity.outcome"
498
+ "label": "@entity.outcome",
499
+ "type": "badge"
502
500
  }
503
- ]
501
+ ],
502
+ "align": "center",
503
+ "direction": "vertical"
504
504
  }
505
505
  ]
506
506
  ]
@@ -561,6 +561,8 @@
561
561
  "render-ui",
562
562
  "main",
563
563
  {
564
+ "type": "stack",
565
+ "direction": "vertical",
564
566
  "align": "center",
565
567
  "children": [
566
568
  {
@@ -568,21 +570,19 @@
568
570
  "name": "save"
569
571
  },
570
572
  {
573
+ "type": "typography",
571
574
  "content": "Recording outcome...",
572
- "variant": "h3",
573
- "type": "typography"
575
+ "variant": "h3"
574
576
  },
575
577
  {
576
578
  "type": "spinner"
577
579
  },
578
580
  {
579
- "label": "@entity.outcome",
580
- "type": "badge"
581
+ "type": "badge",
582
+ "label": "@entity.outcome"
581
583
  }
582
584
  ],
583
- "direction": "vertical",
584
- "gap": "lg",
585
- "type": "stack"
585
+ "gap": "lg"
586
586
  }
587
587
  ]
588
588
  ]
@@ -603,23 +603,24 @@
603
603
  "render-ui",
604
604
  "main",
605
605
  {
606
+ "direction": "vertical",
606
607
  "children": [
607
608
  {
608
- "align": "center",
609
- "gap": "sm",
610
609
  "children": [
611
610
  {
612
- "type": "icon",
613
- "name": "graduation-cap"
611
+ "name": "graduation-cap",
612
+ "type": "icon"
614
613
  },
615
614
  {
616
- "type": "typography",
615
+ "variant": "h2",
617
616
  "content": "Outcome Learner",
618
- "variant": "h2"
617
+ "type": "typography"
619
618
  }
620
619
  ],
620
+ "gap": "sm",
621
621
  "type": "stack",
622
- "direction": "horizontal"
622
+ "direction": "horizontal",
623
+ "align": "center"
623
624
  },
624
625
  {
625
626
  "type": "divider"
@@ -627,36 +628,37 @@
627
628
  {
628
629
  "children": [
629
630
  {
630
- "icon": "check-circle",
631
631
  "type": "stat-display",
632
- "value": "@entity.totalSuccesses",
633
- "label": "Successes"
632
+ "label": "Successes",
633
+ "icon": "check-circle",
634
+ "value": "@entity.totalSuccesses"
634
635
  },
635
636
  {
636
- "type": "stat-display",
637
637
  "value": "@entity.totalFailures",
638
- "label": "Failures",
639
- "icon": "x-circle"
638
+ "type": "stat-display",
639
+ "icon": "x-circle",
640
+ "label": "Failures"
640
641
  },
641
642
  {
642
- "label": "Current Provider",
643
643
  "type": "stat-display",
644
- "icon": "cpu",
645
- "value": "@entity.provider"
644
+ "value": "@entity.provider",
645
+ "label": "Current Provider",
646
+ "icon": "cpu"
646
647
  }
647
648
  ],
648
- "cols": 3.0,
649
- "type": "simple-grid"
649
+ "type": "simple-grid",
650
+ "cols": 3.0
650
651
  },
651
652
  {
652
653
  "type": "divider"
653
654
  },
654
655
  {
656
+ "type": "card",
655
657
  "children": [
656
658
  {
657
659
  "gap": "md",
658
- "type": "stack",
659
660
  "direction": "vertical",
661
+ "type": "stack",
660
662
  "children": [
661
663
  {
662
664
  "type": "typography",
@@ -664,51 +666,49 @@
664
666
  "variant": "body"
665
667
  },
666
668
  {
667
- "variant": "caption",
668
669
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
669
- "type": "typography"
670
+ "type": "typography",
671
+ "variant": "caption"
670
672
  }
671
673
  ]
672
674
  }
673
- ],
674
- "type": "card"
675
+ ]
675
676
  },
676
677
  {
677
678
  "type": "card",
678
679
  "children": [
679
680
  {
680
681
  "type": "stack",
681
- "gap": "sm",
682
- "direction": "vertical",
683
682
  "children": [
684
683
  {
685
- "type": "typography",
686
684
  "content": "Last Outcome",
687
- "variant": "caption"
685
+ "variant": "caption",
686
+ "type": "typography"
688
687
  },
689
688
  {
690
- "type": "typography",
689
+ "variant": "body",
691
690
  "content": "@entity.outcome",
692
- "variant": "body"
691
+ "type": "typography"
693
692
  },
694
693
  {
695
694
  "content": "Impact Analysis",
696
- "variant": "caption",
697
- "type": "typography"
695
+ "type": "typography",
696
+ "variant": "caption"
698
697
  },
699
698
  {
700
- "type": "typography",
701
699
  "content": "@entity.impact",
702
- "variant": "body"
700
+ "variant": "body",
701
+ "type": "typography"
703
702
  }
704
- ]
703
+ ],
704
+ "gap": "sm",
705
+ "direction": "vertical"
705
706
  }
706
707
  ]
707
708
  }
708
709
  ],
709
710
  "gap": "lg",
710
- "type": "stack",
711
- "direction": "vertical"
711
+ "type": "stack"
712
712
  }
713
713
  ]
714
714
  ]
@@ -786,9 +786,7 @@
786
786
  "render-ui",
787
787
  "main",
788
788
  {
789
- "type": "stack",
790
- "direction": "vertical",
791
- "gap": "lg",
789
+ "align": "center",
792
790
  "children": [
793
791
  {
794
792
  "type": "icon",
@@ -804,6 +802,7 @@
804
802
  },
805
803
  {
806
804
  "type": "stack",
805
+ "direction": "horizontal",
807
806
  "gap": "md",
808
807
  "justify": "center",
809
808
  "children": [
@@ -812,14 +811,15 @@
812
811
  "label": "@entity.category"
813
812
  },
814
813
  {
815
- "label": "@entity.isSuccess",
816
- "type": "badge"
814
+ "type": "badge",
815
+ "label": "@entity.isSuccess"
817
816
  }
818
- ],
819
- "direction": "horizontal"
817
+ ]
820
818
  }
821
819
  ],
822
- "align": "center"
820
+ "direction": "vertical",
821
+ "type": "stack",
822
+ "gap": "lg"
823
823
  }
824
824
  ]
825
825
  ]
@@ -843,12 +843,9 @@
843
843
  "render-ui",
844
844
  "main",
845
845
  {
846
- "direction": "vertical",
847
846
  "gap": "lg",
848
847
  "children": [
849
848
  {
850
- "align": "center",
851
- "type": "stack",
852
849
  "gap": "sm",
853
850
  "children": [
854
851
  {
@@ -856,51 +853,53 @@
856
853
  "name": "graduation-cap"
857
854
  },
858
855
  {
859
- "content": "Outcome Learner",
860
856
  "variant": "h2",
861
- "type": "typography"
857
+ "type": "typography",
858
+ "content": "Outcome Learner"
862
859
  }
863
860
  ],
861
+ "type": "stack",
862
+ "align": "center",
864
863
  "direction": "horizontal"
865
864
  },
866
865
  {
867
866
  "type": "divider"
868
867
  },
869
868
  {
869
+ "cols": 3.0,
870
870
  "children": [
871
871
  {
872
- "type": "stat-display",
873
- "value": "@entity.totalSuccesses",
874
872
  "label": "Successes",
873
+ "value": "@entity.totalSuccesses",
874
+ "type": "stat-display",
875
875
  "icon": "check-circle"
876
876
  },
877
877
  {
878
878
  "label": "Failures",
879
- "type": "stat-display",
880
879
  "icon": "x-circle",
880
+ "type": "stat-display",
881
881
  "value": "@entity.totalFailures"
882
882
  },
883
883
  {
884
884
  "icon": "cpu",
885
- "value": "@entity.provider",
885
+ "label": "Current Provider",
886
886
  "type": "stat-display",
887
- "label": "Current Provider"
887
+ "value": "@entity.provider"
888
888
  }
889
889
  ],
890
- "type": "simple-grid",
891
- "cols": 3.0
890
+ "type": "simple-grid"
892
891
  },
893
892
  {
894
893
  "type": "divider"
895
894
  },
896
895
  {
897
- "type": "card",
898
896
  "children": [
899
897
  {
898
+ "direction": "vertical",
900
899
  "children": [
901
900
  {
902
- "type": "typography",
903
901
  "variant": "body",
902
+ "type": "typography",
904
903
  "content": "Listening for task outcomes..."
905
904
  },
906
905
  {
@@ -910,10 +909,10 @@
910
909
  }
911
910
  ],
912
911
  "gap": "md",
913
- "type": "stack",
914
- "direction": "vertical"
912
+ "type": "stack"
915
913
  }
916
- ]
914
+ ],
915
+ "type": "card"
917
916
  },
918
917
  {
919
918
  "children": [
@@ -921,33 +920,34 @@
921
920
  "type": "stack",
922
921
  "children": [
923
922
  {
924
- "variant": "caption",
923
+ "content": "Last Outcome",
925
924
  "type": "typography",
926
- "content": "Last Outcome"
925
+ "variant": "caption"
927
926
  },
928
927
  {
929
- "type": "typography",
930
928
  "variant": "body",
929
+ "type": "typography",
931
930
  "content": "@entity.outcome"
932
931
  },
933
932
  {
933
+ "type": "typography",
934
934
  "content": "Impact Analysis",
935
- "variant": "caption",
936
- "type": "typography"
935
+ "variant": "caption"
937
936
  },
938
937
  {
939
938
  "variant": "body",
940
- "content": "@entity.impact",
941
- "type": "typography"
939
+ "type": "typography",
940
+ "content": "@entity.impact"
942
941
  }
943
942
  ],
944
- "direction": "vertical",
945
- "gap": "sm"
943
+ "gap": "sm",
944
+ "direction": "vertical"
946
945
  }
947
946
  ],
948
947
  "type": "card"
949
948
  }
950
949
  ],
950
+ "direction": "vertical",
951
951
  "type": "stack"
952
952
  }
953
953
  ]
@@ -979,26 +979,26 @@
979
979
  "render-ui",
980
980
  "main",
981
981
  {
982
- "type": "stack",
983
982
  "direction": "vertical",
983
+ "type": "stack",
984
984
  "gap": "lg",
985
985
  "children": [
986
986
  {
987
- "type": "stack",
987
+ "gap": "sm",
988
+ "align": "center",
988
989
  "children": [
989
990
  {
990
991
  "name": "graduation-cap",
991
992
  "type": "icon"
992
993
  },
993
994
  {
995
+ "variant": "h2",
994
996
  "type": "typography",
995
- "content": "Outcome Learner",
996
- "variant": "h2"
997
+ "content": "Outcome Learner"
997
998
  }
998
999
  ],
999
- "gap": "sm",
1000
- "align": "center",
1001
- "direction": "horizontal"
1000
+ "direction": "horizontal",
1001
+ "type": "stack"
1002
1002
  },
1003
1003
  {
1004
1004
  "type": "divider"
@@ -1007,22 +1007,22 @@
1007
1007
  "cols": 3.0,
1008
1008
  "children": [
1009
1009
  {
1010
- "value": "@entity.totalSuccesses",
1011
- "icon": "check-circle",
1012
1010
  "type": "stat-display",
1013
- "label": "Successes"
1011
+ "icon": "check-circle",
1012
+ "label": "Successes",
1013
+ "value": "@entity.totalSuccesses"
1014
1014
  },
1015
1015
  {
1016
1016
  "type": "stat-display",
1017
- "label": "Failures",
1017
+ "icon": "x-circle",
1018
1018
  "value": "@entity.totalFailures",
1019
- "icon": "x-circle"
1019
+ "label": "Failures"
1020
1020
  },
1021
1021
  {
1022
- "type": "stat-display",
1023
1022
  "label": "Current Provider",
1024
1023
  "value": "@entity.provider",
1025
- "icon": "cpu"
1024
+ "icon": "cpu",
1025
+ "type": "stat-display"
1026
1026
  }
1027
1027
  ],
1028
1028
  "type": "simple-grid"
@@ -1034,29 +1034,27 @@
1034
1034
  "type": "card",
1035
1035
  "children": [
1036
1036
  {
1037
+ "type": "stack",
1037
1038
  "children": [
1038
1039
  {
1039
- "content": "Listening for task outcomes...",
1040
1040
  "variant": "body",
1041
- "type": "typography"
1041
+ "type": "typography",
1042
+ "content": "Listening for task outcomes..."
1042
1043
  },
1043
1044
  {
1044
- "variant": "caption",
1045
1045
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
1046
+ "variant": "caption",
1046
1047
  "type": "typography"
1047
1048
  }
1048
1049
  ],
1049
- "gap": "md",
1050
- "type": "stack",
1051
- "direction": "vertical"
1050
+ "direction": "vertical",
1051
+ "gap": "md"
1052
1052
  }
1053
1053
  ]
1054
1054
  },
1055
1055
  {
1056
- "type": "card",
1057
1056
  "children": [
1058
1057
  {
1059
- "type": "stack",
1060
1058
  "children": [
1061
1059
  {
1062
1060
  "content": "Last Outcome",
@@ -1064,25 +1062,27 @@
1064
1062
  "type": "typography"
1065
1063
  },
1066
1064
  {
1067
- "content": "@entity.outcome",
1065
+ "variant": "body",
1068
1066
  "type": "typography",
1069
- "variant": "body"
1067
+ "content": "@entity.outcome"
1070
1068
  },
1071
1069
  {
1072
- "content": "Impact Analysis",
1070
+ "type": "typography",
1073
1071
  "variant": "caption",
1074
- "type": "typography"
1072
+ "content": "Impact Analysis"
1075
1073
  },
1076
1074
  {
1077
- "variant": "body",
1078
1075
  "type": "typography",
1076
+ "variant": "body",
1079
1077
  "content": "@entity.impact"
1080
1078
  }
1081
1079
  ],
1082
- "direction": "vertical",
1083
- "gap": "sm"
1080
+ "gap": "sm",
1081
+ "type": "stack",
1082
+ "direction": "vertical"
1084
1083
  }
1085
- ]
1084
+ ],
1085
+ "type": "card"
1086
1086
  }
1087
1087
  ]
1088
1088
  }
@@ -1108,25 +1108,22 @@
1108
1108
  "render-ui",
1109
1109
  "main",
1110
1110
  {
1111
- "direction": "vertical",
1112
- "gap": "lg",
1113
- "type": "stack",
1114
1111
  "children": [
1115
1112
  {
1116
- "gap": "sm",
1117
1113
  "children": [
1118
1114
  {
1119
1115
  "name": "graduation-cap",
1120
1116
  "type": "icon"
1121
1117
  },
1122
1118
  {
1119
+ "variant": "h2",
1123
1120
  "type": "typography",
1124
- "content": "Outcome Learner",
1125
- "variant": "h2"
1121
+ "content": "Outcome Learner"
1126
1122
  }
1127
1123
  ],
1128
- "direction": "horizontal",
1129
1124
  "type": "stack",
1125
+ "direction": "horizontal",
1126
+ "gap": "sm",
1130
1127
  "align": "center"
1131
1128
  },
1132
1129
  {
@@ -1138,9 +1135,9 @@
1138
1135
  "children": [
1139
1136
  {
1140
1137
  "value": "@entity.totalSuccesses",
1141
- "label": "Successes",
1138
+ "type": "stat-display",
1142
1139
  "icon": "check-circle",
1143
- "type": "stat-display"
1140
+ "label": "Successes"
1144
1141
  },
1145
1142
  {
1146
1143
  "label": "Failures",
@@ -1149,8 +1146,8 @@
1149
1146
  "type": "stat-display"
1150
1147
  },
1151
1148
  {
1152
- "icon": "cpu",
1153
1149
  "type": "stat-display",
1150
+ "icon": "cpu",
1154
1151
  "label": "Current Provider",
1155
1152
  "value": "@entity.provider"
1156
1153
  }
@@ -1163,14 +1160,14 @@
1163
1160
  "type": "card",
1164
1161
  "children": [
1165
1162
  {
1163
+ "direction": "vertical",
1166
1164
  "type": "stack",
1167
1165
  "gap": "md",
1168
- "direction": "vertical",
1169
1166
  "children": [
1170
1167
  {
1171
1168
  "type": "typography",
1172
- "variant": "body",
1173
- "content": "Listening for task outcomes..."
1169
+ "content": "Listening for task outcomes...",
1170
+ "variant": "body"
1174
1171
  },
1175
1172
  {
1176
1173
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
@@ -1185,35 +1182,38 @@
1185
1182
  "type": "card",
1186
1183
  "children": [
1187
1184
  {
1188
- "direction": "vertical",
1189
- "gap": "sm",
1185
+ "type": "stack",
1190
1186
  "children": [
1191
1187
  {
1192
1188
  "type": "typography",
1193
- "content": "Last Outcome",
1194
- "variant": "caption"
1189
+ "variant": "caption",
1190
+ "content": "Last Outcome"
1195
1191
  },
1196
1192
  {
1197
- "type": "typography",
1198
1193
  "variant": "body",
1194
+ "type": "typography",
1199
1195
  "content": "@entity.outcome"
1200
1196
  },
1201
1197
  {
1202
- "type": "typography",
1203
1198
  "variant": "caption",
1199
+ "type": "typography",
1204
1200
  "content": "Impact Analysis"
1205
1201
  },
1206
1202
  {
1203
+ "content": "@entity.impact",
1207
1204
  "type": "typography",
1208
- "variant": "body",
1209
- "content": "@entity.impact"
1205
+ "variant": "body"
1210
1206
  }
1211
1207
  ],
1212
- "type": "stack"
1208
+ "direction": "vertical",
1209
+ "gap": "sm"
1213
1210
  }
1214
1211
  ]
1215
1212
  }
1216
- ]
1213
+ ],
1214
+ "gap": "lg",
1215
+ "type": "stack",
1216
+ "direction": "vertical"
1217
1217
  }
1218
1218
  ]
1219
1219
  ]