@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
@@ -50,7 +50,7 @@
50
50
  "event": "DebugChallengeLoaded",
51
51
  "description": "Fired when DebugChallenge finishes loading",
52
52
  "scope": "internal",
53
- "payload": [
53
+ "payloadSchema": [
54
54
  {
55
55
  "name": "id",
56
56
  "type": "string",
@@ -83,7 +83,7 @@
83
83
  "event": "DebugChallengeLoadFailed",
84
84
  "description": "Fired when DebugChallenge fails to load",
85
85
  "scope": "internal",
86
- "payload": [
86
+ "payloadSchema": [
87
87
  {
88
88
  "name": "message",
89
89
  "type": "string"
@@ -128,7 +128,7 @@
128
128
  {
129
129
  "key": "DebugChallengeLoaded",
130
130
  "name": "DebugChallenge loaded",
131
- "payload": [
131
+ "payloadSchema": [
132
132
  {
133
133
  "name": "id",
134
134
  "type": "string",
@@ -160,7 +160,7 @@
160
160
  {
161
161
  "key": "DebugChallengeLoadFailed",
162
162
  "name": "DebugChallenge load failed",
163
- "payload": [
163
+ "payloadSchema": [
164
164
  {
165
165
  "name": "message",
166
166
  "type": "string"
@@ -179,8 +179,8 @@
179
179
  "DebugChallenge",
180
180
  {
181
181
  "emit": {
182
- "success": "DebugChallengeLoaded",
183
- "failure": "DebugChallengeLoadFailed"
182
+ "failure": "DebugChallengeLoadFailed",
183
+ "success": "DebugChallengeLoaded"
184
184
  }
185
185
  }
186
186
  ],
@@ -188,22 +188,22 @@
188
188
  "render-ui",
189
189
  "main",
190
190
  {
191
- "appName": "Logic Training",
192
- "type": "game-shell",
193
- "showTopBar": true,
194
191
  "children": [
195
192
  {
196
193
  "type": "game-menu",
194
+ "title": "Debug Challenge",
197
195
  "menuItems": [
198
196
  {
199
- "variant": "primary",
200
197
  "event": "START",
201
- "label": "Start"
198
+ "label": "Start",
199
+ "variant": "primary"
202
200
  }
203
- ],
204
- "title": "Debug Challenge"
201
+ ]
205
202
  }
206
- ]
203
+ ],
204
+ "type": "game-shell",
205
+ "appName": "Logic Training",
206
+ "showTopBar": true
207
207
  }
208
208
  ]
209
209
  ]
@@ -217,17 +217,14 @@
217
217
  "render-ui",
218
218
  "main",
219
219
  {
220
+ "type": "game-shell",
220
221
  "showTopBar": true,
221
222
  "appName": "Logic Training",
222
- "type": "game-shell",
223
223
  "children": [
224
224
  {
225
225
  "type": "stack",
226
- "direction": "vertical",
227
- "gap": "md",
228
226
  "children": [
229
227
  {
230
- "type": "game-hud",
231
228
  "stats": [
232
229
  {
233
230
  "value": "@entity.score",
@@ -237,14 +234,17 @@
237
234
  "label": "Level",
238
235
  "value": "@entity.level"
239
236
  }
240
- ]
237
+ ],
238
+ "type": "game-hud"
241
239
  },
242
240
  {
243
- "completeEvent": "COMPLETE",
241
+ "entity": "DebugChallenge",
244
242
  "type": "debugger-board",
245
- "entity": "DebugChallenge"
243
+ "completeEvent": "COMPLETE"
246
244
  }
247
- ]
245
+ ],
246
+ "gap": "md",
247
+ "direction": "vertical"
248
248
  }
249
249
  ]
250
250
  }
@@ -265,22 +265,22 @@
265
265
  "render-ui",
266
266
  "main",
267
267
  {
268
- "showTopBar": true,
269
- "appName": "Logic Training",
270
- "type": "game-shell",
271
268
  "children": [
272
269
  {
273
- "type": "game-over-screen",
274
270
  "title": "Well Done!",
275
271
  "menuItems": [
276
272
  {
277
- "event": "RESTART",
273
+ "variant": "primary",
278
274
  "label": "Play Again",
279
- "variant": "primary"
275
+ "event": "RESTART"
280
276
  }
281
- ]
277
+ ],
278
+ "type": "game-over-screen"
282
279
  }
283
- ]
280
+ ],
281
+ "type": "game-shell",
282
+ "appName": "Logic Training",
283
+ "showTopBar": true
284
284
  }
285
285
  ]
286
286
  ]
@@ -294,22 +294,22 @@
294
294
  "render-ui",
295
295
  "main",
296
296
  {
297
- "type": "game-shell",
298
297
  "appName": "Logic Training",
298
+ "showTopBar": true,
299
299
  "children": [
300
300
  {
301
+ "type": "game-menu",
301
302
  "menuItems": [
302
303
  {
303
- "variant": "primary",
304
+ "label": "Start",
304
305
  "event": "START",
305
- "label": "Start"
306
+ "variant": "primary"
306
307
  }
307
308
  ],
308
- "type": "game-menu",
309
309
  "title": "Debug Challenge"
310
310
  }
311
311
  ],
312
- "showTopBar": true
312
+ "type": "game-shell"
313
313
  }
314
314
  ]
315
315
  ]
@@ -377,7 +377,7 @@
377
377
  "event": "NegotiateChallengeLoaded",
378
378
  "description": "Fired when NegotiateChallenge finishes loading",
379
379
  "scope": "internal",
380
- "payload": [
380
+ "payloadSchema": [
381
381
  {
382
382
  "name": "id",
383
383
  "type": "string",
@@ -410,7 +410,7 @@
410
410
  "event": "NegotiateChallengeLoadFailed",
411
411
  "description": "Fired when NegotiateChallenge fails to load",
412
412
  "scope": "internal",
413
- "payload": [
413
+ "payloadSchema": [
414
414
  {
415
415
  "name": "message",
416
416
  "type": "string"
@@ -455,7 +455,7 @@
455
455
  {
456
456
  "key": "NegotiateChallengeLoaded",
457
457
  "name": "NegotiateChallenge loaded",
458
- "payload": [
458
+ "payloadSchema": [
459
459
  {
460
460
  "name": "id",
461
461
  "type": "string",
@@ -487,7 +487,7 @@
487
487
  {
488
488
  "key": "NegotiateChallengeLoadFailed",
489
489
  "name": "NegotiateChallenge load failed",
490
- "payload": [
490
+ "payloadSchema": [
491
491
  {
492
492
  "name": "message",
493
493
  "type": "string"
@@ -506,8 +506,8 @@
506
506
  "NegotiateChallenge",
507
507
  {
508
508
  "emit": {
509
- "success": "NegotiateChallengeLoaded",
510
- "failure": "NegotiateChallengeLoadFailed"
509
+ "failure": "NegotiateChallengeLoadFailed",
510
+ "success": "NegotiateChallengeLoaded"
511
511
  }
512
512
  }
513
513
  ],
@@ -515,22 +515,22 @@
515
515
  "render-ui",
516
516
  "main",
517
517
  {
518
+ "showTopBar": true,
518
519
  "type": "game-shell",
519
520
  "appName": "Logic Training",
520
521
  "children": [
521
522
  {
522
- "title": "Negotiate Challenge",
523
523
  "type": "game-menu",
524
+ "title": "Negotiate Challenge",
524
525
  "menuItems": [
525
526
  {
527
+ "label": "Start",
526
528
  "event": "START",
527
- "variant": "primary",
528
- "label": "Start"
529
+ "variant": "primary"
529
530
  }
530
531
  ]
531
532
  }
532
- ],
533
- "showTopBar": true
533
+ ]
534
534
  }
535
535
  ]
536
536
  ]
@@ -544,8 +544,8 @@
544
544
  "render-ui",
545
545
  "main",
546
546
  {
547
- "showTopBar": true,
548
547
  "type": "game-shell",
548
+ "appName": "Logic Training",
549
549
  "children": [
550
550
  {
551
551
  "type": "stack",
@@ -565,15 +565,15 @@
565
565
  },
566
566
  {
567
567
  "entity": "NegotiateChallenge",
568
- "completeEvent": "COMPLETE",
569
- "type": "negotiator-board"
568
+ "type": "negotiator-board",
569
+ "completeEvent": "COMPLETE"
570
570
  }
571
571
  ],
572
572
  "direction": "vertical",
573
573
  "gap": "md"
574
574
  }
575
575
  ],
576
- "appName": "Logic Training"
576
+ "showTopBar": true
577
577
  }
578
578
  ]
579
579
  ]
@@ -593,21 +593,21 @@
593
593
  "main",
594
594
  {
595
595
  "type": "game-shell",
596
+ "showTopBar": true,
597
+ "appName": "Logic Training",
596
598
  "children": [
597
599
  {
598
600
  "type": "game-over-screen",
599
601
  "title": "Well Done!",
600
602
  "menuItems": [
601
603
  {
602
- "event": "RESTART",
603
604
  "variant": "primary",
605
+ "event": "RESTART",
604
606
  "label": "Play Again"
605
607
  }
606
608
  ]
607
609
  }
608
- ],
609
- "appName": "Logic Training",
610
- "showTopBar": true
610
+ ]
611
611
  }
612
612
  ]
613
613
  ]
@@ -621,22 +621,22 @@
621
621
  "render-ui",
622
622
  "main",
623
623
  {
624
- "type": "game-shell",
625
- "showTopBar": true,
626
624
  "appName": "Logic Training",
625
+ "showTopBar": true,
627
626
  "children": [
628
627
  {
628
+ "title": "Negotiate Challenge",
629
+ "type": "game-menu",
629
630
  "menuItems": [
630
631
  {
632
+ "variant": "primary",
631
633
  "label": "Start",
632
- "event": "START",
633
- "variant": "primary"
634
+ "event": "START"
634
635
  }
635
- ],
636
- "type": "game-menu",
637
- "title": "Negotiate Challenge"
636
+ ]
638
637
  }
639
- ]
638
+ ],
639
+ "type": "game-shell"
640
640
  }
641
641
  ]
642
642
  ]
@@ -717,7 +717,7 @@
717
717
  "event": "TrainingScoreLoaded",
718
718
  "description": "Fired when TrainingScore finishes loading",
719
719
  "scope": "internal",
720
- "payload": [
720
+ "payloadSchema": [
721
721
  {
722
722
  "name": "id",
723
723
  "type": "string",
@@ -763,7 +763,7 @@
763
763
  "event": "TrainingScoreLoadFailed",
764
764
  "description": "Fired when TrainingScore fails to load",
765
765
  "scope": "internal",
766
- "payload": [
766
+ "payloadSchema": [
767
767
  {
768
768
  "name": "message",
769
769
  "type": "string"
@@ -786,7 +786,7 @@
786
786
  {
787
787
  "key": "ADD_SCORE",
788
788
  "name": "Add Score",
789
- "payload": [
789
+ "payloadSchema": [
790
790
  {
791
791
  "name": "points",
792
792
  "type": "string"
@@ -796,7 +796,7 @@
796
796
  {
797
797
  "key": "COMBO",
798
798
  "name": "Combo",
799
- "payload": [
799
+ "payloadSchema": [
800
800
  {
801
801
  "name": "multiplier",
802
802
  "type": "string"
@@ -810,7 +810,7 @@
810
810
  {
811
811
  "key": "TrainingScoreLoaded",
812
812
  "name": "TrainingScore loaded",
813
- "payload": [
813
+ "payloadSchema": [
814
814
  {
815
815
  "name": "id",
816
816
  "type": "string",
@@ -855,7 +855,7 @@
855
855
  {
856
856
  "key": "TrainingScoreLoadFailed",
857
857
  "name": "TrainingScore load failed",
858
- "payload": [
858
+ "payloadSchema": [
859
859
  {
860
860
  "name": "message",
861
861
  "type": "string"
@@ -883,19 +883,19 @@
883
883
  "render-ui",
884
884
  "main",
885
885
  {
886
- "type": "game-shell",
887
- "showTopBar": true,
886
+ "appName": "Logic Training",
888
887
  "children": [
889
888
  {
889
+ "highScore": "@entity.highScore",
890
+ "score": "@entity.score",
890
891
  "type": "score-board",
891
892
  "combo": "@entity.combo",
892
- "highScore": "@entity.highScore",
893
- "multiplier": "@entity.multiplier",
894
893
  "level": "@entity.level",
895
- "score": "@entity.score"
894
+ "multiplier": "@entity.multiplier"
896
895
  }
897
896
  ],
898
- "appName": "Logic Training"
897
+ "type": "game-shell",
898
+ "showTopBar": true
899
899
  }
900
900
  ]
901
901
  ]
@@ -933,11 +933,11 @@
933
933
  "children": [
934
934
  {
935
935
  "level": "@entity.level",
936
+ "highScore": "@entity.highScore",
936
937
  "score": "@entity.score",
937
938
  "type": "score-board",
938
939
  "combo": "@entity.combo",
939
- "multiplier": "@entity.multiplier",
940
- "highScore": "@entity.highScore"
940
+ "multiplier": "@entity.multiplier"
941
941
  }
942
942
  ]
943
943
  }
@@ -958,19 +958,19 @@
958
958
  "render-ui",
959
959
  "main",
960
960
  {
961
- "showTopBar": true,
962
961
  "children": [
963
962
  {
963
+ "score": "@entity.score",
964
964
  "combo": "@entity.combo",
965
965
  "multiplier": "@entity.multiplier",
966
966
  "level": "@entity.level",
967
- "score": "@entity.score",
968
- "type": "score-board",
969
- "highScore": "@entity.highScore"
967
+ "highScore": "@entity.highScore",
968
+ "type": "score-board"
970
969
  }
971
970
  ],
972
971
  "appName": "Logic Training",
973
- "type": "game-shell"
972
+ "type": "game-shell",
973
+ "showTopBar": true
974
974
  }
975
975
  ]
976
976
  ]
@@ -999,19 +999,19 @@
999
999
  "render-ui",
1000
1000
  "main",
1001
1001
  {
1002
+ "appName": "Logic Training",
1003
+ "showTopBar": true,
1004
+ "type": "game-shell",
1002
1005
  "children": [
1003
1006
  {
1004
1007
  "level": "@entity.level",
1005
- "type": "score-board",
1006
1008
  "multiplier": "@entity.multiplier",
1007
- "combo": "@entity.combo",
1009
+ "type": "score-board",
1008
1010
  "score": "@entity.score",
1009
- "highScore": "@entity.highScore"
1011
+ "highScore": "@entity.highScore",
1012
+ "combo": "@entity.combo"
1010
1013
  }
1011
- ],
1012
- "showTopBar": true,
1013
- "appName": "Logic Training",
1014
- "type": "game-shell"
1014
+ ]
1015
1015
  }
1016
1016
  ]
1017
1017
  ]
@@ -1034,4 +1034,4 @@
1034
1034
  ]
1035
1035
  }
1036
1036
  ]
1037
- }
1037
+ }