@almadar/std 8.2.0 → 8.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  27. package/behaviors/registry/app/organisms/std-cms.orb +432 -432
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  29. package/behaviors/registry/app/organisms/std-crm.orb +813 -813
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  37. package/behaviors/registry/app/organisms/std-lms.orb +858 -858
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  42. package/behaviors/registry/core/atoms/std-browse.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  44. package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  47. package/behaviors/registry/core/atoms/std-display.orb +413 -413
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +50 -50
  50. package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  51. package/behaviors/registry/core/atoms/std-modal.orb +13 -31
  52. package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  53. package/behaviors/registry/core/atoms/std-push.orb +47 -47
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  55. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  56. package/behaviors/registry/core/atoms/std-search.orb +75 -75
  57. package/behaviors/registry/core/atoms/std-selection.orb +91 -91
  58. package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  59. package/behaviors/registry/core/molecules/std-cart.orb +49 -49
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  62. package/behaviors/registry/core/molecules/std-list.orb +58 -58
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  64. package/behaviors/registry/game/atoms/std-collision.orb +132 -132
  65. package/behaviors/registry/game/atoms/std-combat.orb +59 -59
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  69. package/behaviors/registry/game/atoms/std-movement.orb +287 -287
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +266 -275
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  83. package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  84. package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  187. package/package.json +1 -1
@@ -317,50 +317,49 @@
317
317
  "render-ui",
318
318
  "main",
319
319
  {
320
- "gap": "lg",
321
320
  "children": [
322
321
  {
323
322
  "children": [
324
323
  {
325
- "type": "icon",
326
- "name": "graduation-cap"
324
+ "name": "graduation-cap",
325
+ "type": "icon"
327
326
  },
328
327
  {
329
328
  "variant": "h2",
330
- "type": "typography",
331
- "content": "Outcome Learner"
329
+ "content": "Outcome Learner",
330
+ "type": "typography"
332
331
  }
333
332
  ],
333
+ "direction": "horizontal",
334
334
  "type": "stack",
335
335
  "gap": "sm",
336
- "direction": "horizontal",
337
336
  "align": "center"
338
337
  },
339
338
  {
340
339
  "type": "divider"
341
340
  },
342
341
  {
342
+ "type": "simple-grid",
343
343
  "children": [
344
344
  {
345
- "type": "stat-display",
346
- "value": "@entity.totalSuccesses",
347
345
  "label": "Successes",
348
- "icon": "check-circle"
346
+ "icon": "check-circle",
347
+ "type": "stat-display",
348
+ "value": "@entity.totalSuccesses"
349
349
  },
350
350
  {
351
+ "type": "stat-display",
351
352
  "icon": "x-circle",
352
353
  "value": "@entity.totalFailures",
353
- "label": "Failures",
354
- "type": "stat-display"
354
+ "label": "Failures"
355
355
  },
356
356
  {
357
- "label": "Current Provider",
358
- "value": "@entity.provider",
357
+ "icon": "cpu",
359
358
  "type": "stat-display",
360
- "icon": "cpu"
359
+ "label": "Current Provider",
360
+ "value": "@entity.provider"
361
361
  }
362
362
  ],
363
- "type": "simple-grid",
364
363
  "cols": 3.0
365
364
  },
366
365
  {
@@ -369,60 +368,61 @@
369
368
  {
370
369
  "children": [
371
370
  {
371
+ "type": "stack",
372
372
  "children": [
373
373
  {
374
- "type": "typography",
375
374
  "content": "Listening for task outcomes...",
376
- "variant": "body"
375
+ "variant": "body",
376
+ "type": "typography"
377
377
  },
378
378
  {
379
- "type": "typography",
380
379
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
381
- "variant": "caption"
380
+ "variant": "caption",
381
+ "type": "typography"
382
382
  }
383
383
  ],
384
384
  "direction": "vertical",
385
- "gap": "md",
386
- "type": "stack"
385
+ "gap": "md"
387
386
  }
388
387
  ],
389
388
  "type": "card"
390
389
  },
391
390
  {
392
- "type": "card",
393
391
  "children": [
394
392
  {
395
- "gap": "sm",
393
+ "direction": "vertical",
396
394
  "children": [
397
395
  {
398
396
  "type": "typography",
399
- "content": "Last Outcome",
400
- "variant": "caption"
397
+ "variant": "caption",
398
+ "content": "Last Outcome"
401
399
  },
402
400
  {
403
- "content": "@entity.outcome",
404
401
  "variant": "body",
405
- "type": "typography"
402
+ "type": "typography",
403
+ "content": "@entity.outcome"
406
404
  },
407
405
  {
408
- "variant": "caption",
409
406
  "content": "Impact Analysis",
407
+ "variant": "caption",
410
408
  "type": "typography"
411
409
  },
412
410
  {
411
+ "content": "@entity.impact",
413
412
  "variant": "body",
414
- "type": "typography",
415
- "content": "@entity.impact"
413
+ "type": "typography"
416
414
  }
417
415
  ],
418
416
  "type": "stack",
419
- "direction": "vertical"
417
+ "gap": "sm"
420
418
  }
421
- ]
419
+ ],
420
+ "type": "card"
422
421
  }
423
422
  ],
424
- "type": "stack",
425
- "direction": "vertical"
423
+ "gap": "lg",
424
+ "direction": "vertical",
425
+ "type": "stack"
426
426
  }
427
427
  ]
428
428
  ]
@@ -488,9 +488,9 @@
488
488
  "name": "save"
489
489
  },
490
490
  {
491
- "variant": "h3",
492
491
  "type": "typography",
493
- "content": "Recording outcome..."
492
+ "content": "Recording outcome...",
493
+ "variant": "h3"
494
494
  },
495
495
  {
496
496
  "type": "spinner"
@@ -561,12 +561,11 @@
561
561
  "render-ui",
562
562
  "main",
563
563
  {
564
- "type": "stack",
565
- "align": "center",
564
+ "gap": "lg",
566
565
  "children": [
567
566
  {
568
- "type": "icon",
569
- "name": "save"
567
+ "name": "save",
568
+ "type": "icon"
570
569
  },
571
570
  {
572
571
  "variant": "h3",
@@ -577,12 +576,13 @@
577
576
  "type": "spinner"
578
577
  },
579
578
  {
580
- "type": "badge",
581
- "label": "@entity.outcome"
579
+ "label": "@entity.outcome",
580
+ "type": "badge"
582
581
  }
583
582
  ],
583
+ "align": "center",
584
584
  "direction": "vertical",
585
- "gap": "lg"
585
+ "type": "stack"
586
586
  }
587
587
  ]
588
588
  ]
@@ -603,12 +603,9 @@
603
603
  "render-ui",
604
604
  "main",
605
605
  {
606
- "type": "stack",
607
606
  "direction": "vertical",
608
- "gap": "lg",
609
607
  "children": [
610
608
  {
611
- "type": "stack",
612
609
  "direction": "horizontal",
613
610
  "children": [
614
611
  {
@@ -616,11 +613,12 @@
616
613
  "type": "icon"
617
614
  },
618
615
  {
619
- "content": "Outcome Learner",
616
+ "variant": "h2",
620
617
  "type": "typography",
621
- "variant": "h2"
618
+ "content": "Outcome Learner"
622
619
  }
623
620
  ],
621
+ "type": "stack",
624
622
  "align": "center",
625
623
  "gap": "sm"
626
624
  },
@@ -633,21 +631,21 @@
633
631
  "children": [
634
632
  {
635
633
  "icon": "check-circle",
636
- "type": "stat-display",
637
634
  "label": "Successes",
638
- "value": "@entity.totalSuccesses"
635
+ "value": "@entity.totalSuccesses",
636
+ "type": "stat-display"
639
637
  },
640
638
  {
641
- "type": "stat-display",
642
- "label": "Failures",
639
+ "icon": "x-circle",
643
640
  "value": "@entity.totalFailures",
644
- "icon": "x-circle"
641
+ "type": "stat-display",
642
+ "label": "Failures"
645
643
  },
646
644
  {
647
- "label": "Current Provider",
648
- "icon": "cpu",
645
+ "type": "stat-display",
649
646
  "value": "@entity.provider",
650
- "type": "stat-display"
647
+ "label": "Current Provider",
648
+ "icon": "cpu"
651
649
  }
652
650
  ]
653
651
  },
@@ -657,21 +655,21 @@
657
655
  {
658
656
  "children": [
659
657
  {
660
- "direction": "vertical",
661
- "gap": "md",
662
- "type": "stack",
663
658
  "children": [
664
659
  {
665
660
  "type": "typography",
666
- "variant": "body",
667
- "content": "Listening for task outcomes..."
661
+ "content": "Listening for task outcomes...",
662
+ "variant": "body"
668
663
  },
669
664
  {
670
- "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
665
+ "type": "typography",
671
666
  "variant": "caption",
672
- "type": "typography"
667
+ "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
673
668
  }
674
- ]
669
+ ],
670
+ "gap": "md",
671
+ "type": "stack",
672
+ "direction": "vertical"
675
673
  }
676
674
  ],
677
675
  "type": "card"
@@ -680,8 +678,9 @@
680
678
  "type": "card",
681
679
  "children": [
682
680
  {
683
- "type": "stack",
681
+ "gap": "sm",
684
682
  "direction": "vertical",
683
+ "type": "stack",
685
684
  "children": [
686
685
  {
687
686
  "variant": "caption",
@@ -689,9 +688,9 @@
689
688
  "content": "Last Outcome"
690
689
  },
691
690
  {
691
+ "variant": "body",
692
692
  "content": "@entity.outcome",
693
- "type": "typography",
694
- "variant": "body"
693
+ "type": "typography"
695
694
  },
696
695
  {
697
696
  "type": "typography",
@@ -699,16 +698,17 @@
699
698
  "content": "Impact Analysis"
700
699
  },
701
700
  {
702
- "content": "@entity.impact",
703
701
  "type": "typography",
702
+ "content": "@entity.impact",
704
703
  "variant": "body"
705
704
  }
706
- ],
707
- "gap": "sm"
705
+ ]
708
706
  }
709
707
  ]
710
708
  }
711
- ]
709
+ ],
710
+ "type": "stack",
711
+ "gap": "lg"
712
712
  }
713
713
  ]
714
714
  ]
@@ -786,40 +786,40 @@
786
786
  "render-ui",
787
787
  "main",
788
788
  {
789
- "gap": "lg",
789
+ "direction": "vertical",
790
790
  "type": "stack",
791
+ "gap": "lg",
792
+ "align": "center",
791
793
  "children": [
792
794
  {
793
795
  "name": "cpu",
794
796
  "type": "icon"
795
797
  },
796
798
  {
797
- "variant": "h3",
798
799
  "type": "typography",
799
- "content": "Analyzing impact..."
800
+ "content": "Analyzing impact...",
801
+ "variant": "h3"
800
802
  },
801
803
  {
802
804
  "type": "spinner"
803
805
  },
804
806
  {
805
- "gap": "md",
806
- "direction": "horizontal",
807
+ "justify": "center",
807
808
  "type": "stack",
809
+ "direction": "horizontal",
810
+ "gap": "md",
808
811
  "children": [
809
812
  {
810
- "type": "badge",
811
- "label": "@entity.category"
813
+ "label": "@entity.category",
814
+ "type": "badge"
812
815
  },
813
816
  {
814
817
  "label": "@entity.isSuccess",
815
818
  "type": "badge"
816
819
  }
817
- ],
818
- "justify": "center"
820
+ ]
819
821
  }
820
- ],
821
- "direction": "vertical",
822
- "align": "center"
822
+ ]
823
823
  }
824
824
  ]
825
825
  ]
@@ -843,110 +843,110 @@
843
843
  "render-ui",
844
844
  "main",
845
845
  {
846
+ "direction": "vertical",
846
847
  "children": [
847
848
  {
848
849
  "type": "stack",
849
850
  "align": "center",
850
- "direction": "horizontal",
851
- "gap": "sm",
852
851
  "children": [
853
852
  {
854
853
  "type": "icon",
855
854
  "name": "graduation-cap"
856
855
  },
857
856
  {
858
- "content": "Outcome Learner",
857
+ "variant": "h2",
859
858
  "type": "typography",
860
- "variant": "h2"
859
+ "content": "Outcome Learner"
861
860
  }
862
- ]
861
+ ],
862
+ "direction": "horizontal",
863
+ "gap": "sm"
863
864
  },
864
865
  {
865
866
  "type": "divider"
866
867
  },
867
868
  {
869
+ "cols": 3.0,
868
870
  "type": "simple-grid",
869
871
  "children": [
870
872
  {
871
873
  "label": "Successes",
874
+ "type": "stat-display",
872
875
  "value": "@entity.totalSuccesses",
873
- "icon": "check-circle",
874
- "type": "stat-display"
876
+ "icon": "check-circle"
875
877
  },
876
878
  {
877
- "value": "@entity.totalFailures",
878
- "label": "Failures",
879
879
  "type": "stat-display",
880
- "icon": "x-circle"
880
+ "label": "Failures",
881
+ "icon": "x-circle",
882
+ "value": "@entity.totalFailures"
881
883
  },
882
884
  {
883
- "type": "stat-display",
885
+ "label": "Current Provider",
884
886
  "icon": "cpu",
885
- "value": "@entity.provider",
886
- "label": "Current Provider"
887
+ "type": "stat-display",
888
+ "value": "@entity.provider"
887
889
  }
888
- ],
889
- "cols": 3.0
890
+ ]
890
891
  },
891
892
  {
892
893
  "type": "divider"
893
894
  },
894
895
  {
896
+ "type": "card",
895
897
  "children": [
896
898
  {
897
899
  "direction": "vertical",
898
900
  "gap": "md",
899
901
  "children": [
900
902
  {
901
- "type": "typography",
902
903
  "content": "Listening for task outcomes...",
903
- "variant": "body"
904
+ "variant": "body",
905
+ "type": "typography"
904
906
  },
905
907
  {
906
- "type": "typography",
908
+ "variant": "caption",
907
909
  "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
908
- "variant": "caption"
910
+ "type": "typography"
909
911
  }
910
912
  ],
911
913
  "type": "stack"
912
914
  }
913
- ],
914
- "type": "card"
915
+ ]
915
916
  },
916
917
  {
918
+ "type": "card",
917
919
  "children": [
918
920
  {
919
921
  "children": [
920
922
  {
921
923
  "content": "Last Outcome",
922
- "type": "typography",
923
- "variant": "caption"
924
+ "variant": "caption",
925
+ "type": "typography"
924
926
  },
925
927
  {
928
+ "content": "@entity.outcome",
926
929
  "variant": "body",
927
- "type": "typography",
928
- "content": "@entity.outcome"
930
+ "type": "typography"
929
931
  },
930
932
  {
931
- "variant": "caption",
932
933
  "type": "typography",
933
- "content": "Impact Analysis"
934
+ "content": "Impact Analysis",
935
+ "variant": "caption"
934
936
  },
935
937
  {
936
- "type": "typography",
938
+ "variant": "body",
937
939
  "content": "@entity.impact",
938
- "variant": "body"
940
+ "type": "typography"
939
941
  }
940
942
  ],
941
- "type": "stack",
942
943
  "direction": "vertical",
943
- "gap": "sm"
944
+ "gap": "sm",
945
+ "type": "stack"
944
946
  }
945
- ],
946
- "type": "card"
947
+ ]
947
948
  }
948
949
  ],
949
- "direction": "vertical",
950
950
  "type": "stack",
951
951
  "gap": "lg"
952
952
  }
@@ -979,50 +979,51 @@
979
979
  "render-ui",
980
980
  "main",
981
981
  {
982
+ "type": "stack",
982
983
  "children": [
983
984
  {
984
- "direction": "horizontal",
985
- "gap": "sm",
986
- "type": "stack",
987
- "align": "center",
988
985
  "children": [
989
986
  {
990
987
  "type": "icon",
991
988
  "name": "graduation-cap"
992
989
  },
993
990
  {
991
+ "variant": "h2",
994
992
  "type": "typography",
995
- "content": "Outcome Learner",
996
- "variant": "h2"
993
+ "content": "Outcome Learner"
997
994
  }
998
- ]
995
+ ],
996
+ "align": "center",
997
+ "gap": "sm",
998
+ "type": "stack",
999
+ "direction": "horizontal"
999
1000
  },
1000
1001
  {
1001
1002
  "type": "divider"
1002
1003
  },
1003
1004
  {
1005
+ "type": "simple-grid",
1006
+ "cols": 3.0,
1004
1007
  "children": [
1005
1008
  {
1006
- "type": "stat-display",
1009
+ "icon": "check-circle",
1007
1010
  "value": "@entity.totalSuccesses",
1008
1011
  "label": "Successes",
1009
- "icon": "check-circle"
1012
+ "type": "stat-display"
1010
1013
  },
1011
1014
  {
1012
- "label": "Failures",
1013
1015
  "type": "stat-display",
1014
- "value": "@entity.totalFailures",
1015
- "icon": "x-circle"
1016
+ "label": "Failures",
1017
+ "icon": "x-circle",
1018
+ "value": "@entity.totalFailures"
1016
1019
  },
1017
1020
  {
1018
- "icon": "cpu",
1019
- "label": "Current Provider",
1021
+ "type": "stat-display",
1020
1022
  "value": "@entity.provider",
1021
- "type": "stat-display"
1023
+ "label": "Current Provider",
1024
+ "icon": "cpu"
1022
1025
  }
1023
- ],
1024
- "type": "simple-grid",
1025
- "cols": 3.0
1026
+ ]
1026
1027
  },
1027
1028
  {
1028
1029
  "type": "divider"
@@ -1031,20 +1032,20 @@
1031
1032
  "type": "card",
1032
1033
  "children": [
1033
1034
  {
1034
- "direction": "vertical",
1035
- "gap": "md",
1036
1035
  "children": [
1037
1036
  {
1038
- "type": "typography",
1039
1037
  "variant": "body",
1038
+ "type": "typography",
1040
1039
  "content": "Listening for task outcomes..."
1041
1040
  },
1042
1041
  {
1043
- "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
1044
1042
  "variant": "caption",
1045
- "type": "typography"
1043
+ "type": "typography",
1044
+ "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
1046
1045
  }
1047
1046
  ],
1047
+ "direction": "vertical",
1048
+ "gap": "md",
1048
1049
  "type": "stack"
1049
1050
  }
1050
1051
  ]
@@ -1053,12 +1054,11 @@
1053
1054
  "type": "card",
1054
1055
  "children": [
1055
1056
  {
1056
- "direction": "vertical",
1057
1057
  "children": [
1058
1058
  {
1059
- "variant": "caption",
1059
+ "content": "Last Outcome",
1060
1060
  "type": "typography",
1061
- "content": "Last Outcome"
1061
+ "variant": "caption"
1062
1062
  },
1063
1063
  {
1064
1064
  "variant": "body",
@@ -1066,9 +1066,9 @@
1066
1066
  "content": "@entity.outcome"
1067
1067
  },
1068
1068
  {
1069
- "variant": "caption",
1070
1069
  "type": "typography",
1071
- "content": "Impact Analysis"
1070
+ "content": "Impact Analysis",
1071
+ "variant": "caption"
1072
1072
  },
1073
1073
  {
1074
1074
  "content": "@entity.impact",
@@ -1077,14 +1077,14 @@
1077
1077
  }
1078
1078
  ],
1079
1079
  "type": "stack",
1080
+ "direction": "vertical",
1080
1081
  "gap": "sm"
1081
1082
  }
1082
1083
  ]
1083
1084
  }
1084
1085
  ],
1085
- "gap": "lg",
1086
1086
  "direction": "vertical",
1087
- "type": "stack"
1087
+ "gap": "lg"
1088
1088
  }
1089
1089
  ]
1090
1090
  ]
@@ -1108,50 +1108,51 @@
1108
1108
  "render-ui",
1109
1109
  "main",
1110
1110
  {
1111
+ "direction": "vertical",
1111
1112
  "children": [
1112
1113
  {
1113
- "direction": "horizontal",
1114
+ "type": "stack",
1114
1115
  "children": [
1115
1116
  {
1116
- "type": "icon",
1117
- "name": "graduation-cap"
1117
+ "name": "graduation-cap",
1118
+ "type": "icon"
1118
1119
  },
1119
1120
  {
1120
1121
  "type": "typography",
1121
- "variant": "h2",
1122
- "content": "Outcome Learner"
1122
+ "content": "Outcome Learner",
1123
+ "variant": "h2"
1123
1124
  }
1124
1125
  ],
1125
- "type": "stack",
1126
- "gap": "sm",
1127
- "align": "center"
1126
+ "align": "center",
1127
+ "direction": "horizontal",
1128
+ "gap": "sm"
1128
1129
  },
1129
1130
  {
1130
1131
  "type": "divider"
1131
1132
  },
1132
1133
  {
1134
+ "type": "simple-grid",
1135
+ "cols": 3.0,
1133
1136
  "children": [
1134
1137
  {
1135
1138
  "value": "@entity.totalSuccesses",
1136
- "icon": "check-circle",
1139
+ "label": "Successes",
1137
1140
  "type": "stat-display",
1138
- "label": "Successes"
1141
+ "icon": "check-circle"
1139
1142
  },
1140
1143
  {
1141
- "icon": "x-circle",
1142
1144
  "value": "@entity.totalFailures",
1143
1145
  "type": "stat-display",
1144
- "label": "Failures"
1146
+ "label": "Failures",
1147
+ "icon": "x-circle"
1145
1148
  },
1146
1149
  {
1147
- "type": "stat-display",
1148
1150
  "icon": "cpu",
1151
+ "type": "stat-display",
1149
1152
  "value": "@entity.provider",
1150
1153
  "label": "Current Provider"
1151
1154
  }
1152
- ],
1153
- "cols": 3.0,
1154
- "type": "simple-grid"
1155
+ ]
1155
1156
  },
1156
1157
  {
1157
1158
  "type": "divider"
@@ -1159,61 +1160,60 @@
1159
1160
  {
1160
1161
  "children": [
1161
1162
  {
1162
- "gap": "md",
1163
+ "direction": "vertical",
1163
1164
  "children": [
1164
1165
  {
1166
+ "type": "typography",
1165
1167
  "content": "Listening for task outcomes...",
1166
- "variant": "body",
1167
- "type": "typography"
1168
+ "variant": "body"
1168
1169
  },
1169
1170
  {
1171
+ "variant": "caption",
1170
1172
  "type": "typography",
1171
- "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically.",
1172
- "variant": "caption"
1173
+ "content": "This module records TASK_SUCCEEDED and TASK_FAILED events automatically."
1173
1174
  }
1174
1175
  ],
1175
1176
  "type": "stack",
1176
- "direction": "vertical"
1177
+ "gap": "md"
1177
1178
  }
1178
1179
  ],
1179
1180
  "type": "card"
1180
1181
  },
1181
1182
  {
1182
- "type": "card",
1183
1183
  "children": [
1184
1184
  {
1185
+ "gap": "sm",
1185
1186
  "type": "stack",
1186
1187
  "direction": "vertical",
1187
1188
  "children": [
1188
1189
  {
1190
+ "type": "typography",
1189
1191
  "content": "Last Outcome",
1190
- "variant": "caption",
1191
- "type": "typography"
1192
+ "variant": "caption"
1192
1193
  },
1193
1194
  {
1194
- "variant": "body",
1195
+ "content": "@entity.outcome",
1195
1196
  "type": "typography",
1196
- "content": "@entity.outcome"
1197
+ "variant": "body"
1197
1198
  },
1198
1199
  {
1200
+ "type": "typography",
1199
1201
  "content": "Impact Analysis",
1200
- "variant": "caption",
1201
- "type": "typography"
1202
+ "variant": "caption"
1202
1203
  },
1203
1204
  {
1204
- "variant": "body",
1205
1205
  "content": "@entity.impact",
1206
+ "variant": "body",
1206
1207
  "type": "typography"
1207
1208
  }
1208
- ],
1209
- "gap": "sm"
1209
+ ]
1210
1210
  }
1211
- ]
1211
+ ],
1212
+ "type": "card"
1212
1213
  }
1213
1214
  ],
1214
- "gap": "lg",
1215
1215
  "type": "stack",
1216
- "direction": "vertical"
1216
+ "gap": "lg"
1217
1217
  }
1218
1218
  ]
1219
1219
  ]
@@ -1271,4 +1271,4 @@
1271
1271
  ]
1272
1272
  }
1273
1273
  ]
1274
- }
1274
+ }