@almadar/std 8.4.2 → 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 +1240 -1226
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
  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 +50 -60
  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 +1072 -1072
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
  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 +1240 -1226
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
  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 +50 -60
  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 +1072 -1072
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
  187. package/package.json +1 -1
@@ -61,7 +61,7 @@
61
61
  "event": "PuzzleLevelLoaded",
62
62
  "description": "Fired when PuzzleLevel finishes loading",
63
63
  "scope": "internal",
64
- "payload": [
64
+ "payloadSchema": [
65
65
  {
66
66
  "name": "id",
67
67
  "type": "string",
@@ -101,7 +101,7 @@
101
101
  "event": "PuzzleLevelLoadFailed",
102
102
  "description": "Fired when PuzzleLevel fails to load",
103
103
  "scope": "internal",
104
- "payload": [
104
+ "payloadSchema": [
105
105
  {
106
106
  "name": "message",
107
107
  "type": "string"
@@ -169,7 +169,7 @@
169
169
  {
170
170
  "key": "PuzzleLevelLoaded",
171
171
  "name": "PuzzleLevel loaded",
172
- "payload": [
172
+ "payloadSchema": [
173
173
  {
174
174
  "name": "id",
175
175
  "type": "string",
@@ -208,7 +208,7 @@
208
208
  {
209
209
  "key": "PuzzleLevelLoadFailed",
210
210
  "name": "PuzzleLevel load failed",
211
- "payload": [
211
+ "payloadSchema": [
212
212
  {
213
213
  "name": "message",
214
214
  "type": "string"
@@ -227,8 +227,8 @@
227
227
  "PuzzleLevel",
228
228
  {
229
229
  "emit": {
230
- "success": "PuzzleLevelLoaded",
231
- "failure": "PuzzleLevelLoadFailed"
230
+ "failure": "PuzzleLevelLoadFailed",
231
+ "success": "PuzzleLevelLoaded"
232
232
  }
233
233
  }
234
234
  ],
@@ -236,8 +236,6 @@
236
236
  "render-ui",
237
237
  "main",
238
238
  {
239
- "type": "game-shell",
240
- "appName": "Puzzle App",
241
239
  "children": [
242
240
  {
243
241
  "menuItems": [
@@ -247,12 +245,14 @@
247
245
  "variant": "primary"
248
246
  }
249
247
  ],
250
- "title": "Puzzle Challenge",
248
+ "type": "game-menu",
251
249
  "subtitle": "Puzzle Challenge",
252
- "type": "game-menu"
250
+ "title": "Puzzle Challenge"
253
251
  }
254
252
  ],
255
- "showTopBar": true
253
+ "showTopBar": true,
254
+ "appName": "Puzzle App",
255
+ "type": "game-shell"
256
256
  }
257
257
  ]
258
258
  ]
@@ -268,10 +268,10 @@
268
268
  {
269
269
  "children": [
270
270
  {
271
+ "type": "game-canvas-2d",
271
272
  "width": 800.0,
272
273
  "height": 600.0,
273
- "fps": 60.0,
274
- "type": "game-canvas-2d"
274
+ "fps": 60.0
275
275
  }
276
276
  ],
277
277
  "type": "game-shell",
@@ -304,17 +304,17 @@
304
304
  "render-ui",
305
305
  "main",
306
306
  {
307
- "showTopBar": true,
308
- "type": "game-shell",
309
307
  "appName": "Puzzle App",
310
308
  "children": [
311
309
  {
312
- "type": "game-canvas-2d",
313
310
  "height": 600.0,
314
- "fps": 60.0,
315
- "width": 800.0
311
+ "width": 800.0,
312
+ "type": "game-canvas-2d",
313
+ "fps": 60.0
316
314
  }
317
- ]
315
+ ],
316
+ "showTopBar": true,
317
+ "type": "game-shell"
318
318
  }
319
319
  ]
320
320
  ]
@@ -333,20 +333,20 @@
333
333
  "render-ui",
334
334
  "modal",
335
335
  {
336
- "title": "Paused",
336
+ "type": "game-menu",
337
337
  "menuItems": [
338
338
  {
339
- "label": "Resume",
339
+ "variant": "primary",
340
340
  "event": "RESUME",
341
- "variant": "primary"
341
+ "label": "Resume"
342
342
  },
343
343
  {
344
- "variant": "ghost",
345
344
  "label": "Quit",
346
- "event": "RESTART"
345
+ "event": "RESTART",
346
+ "variant": "ghost"
347
347
  }
348
348
  ],
349
- "type": "game-menu"
349
+ "title": "Paused"
350
350
  }
351
351
  ]
352
352
  ]
@@ -360,33 +360,33 @@
360
360
  "render-ui",
361
361
  "main",
362
362
  {
363
+ "appName": "Puzzle App",
363
364
  "type": "game-shell",
364
365
  "showTopBar": true,
365
- "appName": "Puzzle App",
366
366
  "children": [
367
367
  {
368
- "menuItems": [
368
+ "stats": [
369
369
  {
370
- "label": "Play Again",
371
- "event": "RESTART",
372
- "variant": "primary"
370
+ "label": "Score",
371
+ "value": "@entity.score"
373
372
  },
374
373
  {
375
- "variant": "secondary",
376
- "event": "RESTART",
377
- "label": "Main Menu"
374
+ "label": "Moves",
375
+ "value": "@entity.moves"
378
376
  }
379
377
  ],
380
- "type": "game-over-screen",
381
378
  "title": "Puzzle Complete",
382
- "stats": [
379
+ "type": "game-over-screen",
380
+ "menuItems": [
383
381
  {
384
- "label": "Score",
385
- "value": "@entity.score"
382
+ "variant": "primary",
383
+ "event": "RESTART",
384
+ "label": "Play Again"
386
385
  },
387
386
  {
388
- "value": "@entity.moves",
389
- "label": "Moves"
387
+ "variant": "secondary",
388
+ "label": "Main Menu",
389
+ "event": "RESTART"
390
390
  }
391
391
  ]
392
392
  }
@@ -414,16 +414,16 @@
414
414
  "render-ui",
415
415
  "main",
416
416
  {
417
+ "appName": "Puzzle App",
418
+ "type": "game-shell",
417
419
  "children": [
418
420
  {
419
- "width": 800.0,
420
421
  "height": 600.0,
421
422
  "type": "game-canvas-2d",
423
+ "width": 800.0,
422
424
  "fps": 60.0
423
425
  }
424
426
  ],
425
- "type": "game-shell",
426
- "appName": "Puzzle App",
427
427
  "showTopBar": true
428
428
  }
429
429
  ]
@@ -443,16 +443,16 @@
443
443
  "render-ui",
444
444
  "main",
445
445
  {
446
- "appName": "Puzzle App",
447
- "type": "game-shell",
448
446
  "children": [
449
447
  {
450
- "type": "game-canvas-2d",
451
- "width": 800.0,
448
+ "height": 600.0,
452
449
  "fps": 60.0,
453
- "height": 600.0
450
+ "type": "game-canvas-2d",
451
+ "width": 800.0
454
452
  }
455
453
  ],
454
+ "appName": "Puzzle App",
455
+ "type": "game-shell",
456
456
  "showTopBar": true
457
457
  }
458
458
  ]
@@ -472,22 +472,22 @@
472
472
  "render-ui",
473
473
  "main",
474
474
  {
475
+ "appName": "Puzzle App",
475
476
  "children": [
476
477
  {
478
+ "type": "game-menu",
479
+ "title": "Puzzle Challenge",
477
480
  "menuItems": [
478
481
  {
482
+ "label": "Start Puzzle",
479
483
  "event": "START",
480
- "variant": "primary",
481
- "label": "Start Puzzle"
484
+ "variant": "primary"
482
485
  }
483
486
  ],
484
- "title": "Puzzle Challenge",
485
- "subtitle": "Puzzle Challenge",
486
- "type": "game-menu"
487
+ "subtitle": "Puzzle Challenge"
487
488
  }
488
489
  ],
489
490
  "type": "game-shell",
490
- "appName": "Puzzle App",
491
491
  "showTopBar": true
492
492
  }
493
493
  ]
@@ -502,23 +502,23 @@
502
502
  "render-ui",
503
503
  "main",
504
504
  {
505
- "type": "game-shell",
506
- "showTopBar": true,
507
- "appName": "Puzzle App",
508
505
  "children": [
509
506
  {
510
507
  "subtitle": "Puzzle Challenge",
511
508
  "type": "game-menu",
509
+ "title": "Puzzle Challenge",
512
510
  "menuItems": [
513
511
  {
514
- "variant": "primary",
512
+ "label": "Start Puzzle",
515
513
  "event": "START",
516
- "label": "Start Puzzle"
514
+ "variant": "primary"
517
515
  }
518
- ],
519
- "title": "Puzzle Challenge"
516
+ ]
520
517
  }
521
- ]
518
+ ],
519
+ "appName": "Puzzle App",
520
+ "type": "game-shell",
521
+ "showTopBar": true
522
522
  }
523
523
  ]
524
524
  ]
@@ -536,7 +536,7 @@
536
536
  "event": "PuzzleLevelLoaded",
537
537
  "description": "Fired when PuzzleLevel finishes loading",
538
538
  "scope": "internal",
539
- "payload": [
539
+ "payloadSchema": [
540
540
  {
541
541
  "name": "id",
542
542
  "type": "string",
@@ -576,7 +576,7 @@
576
576
  "event": "PuzzleLevelLoadFailed",
577
577
  "description": "Fired when PuzzleLevel fails to load",
578
578
  "scope": "internal",
579
- "payload": [
579
+ "payloadSchema": [
580
580
  {
581
581
  "name": "message",
582
582
  "type": "string"
@@ -599,7 +599,7 @@
599
599
  {
600
600
  "key": "ADD_SCORE",
601
601
  "name": "Add Score",
602
- "payload": [
602
+ "payloadSchema": [
603
603
  {
604
604
  "name": "points",
605
605
  "type": "number",
@@ -610,7 +610,7 @@
610
610
  {
611
611
  "key": "COMBO",
612
612
  "name": "Combo",
613
- "payload": [
613
+ "payloadSchema": [
614
614
  {
615
615
  "name": "multiplier",
616
616
  "type": "number",
@@ -625,7 +625,7 @@
625
625
  {
626
626
  "key": "PuzzleLevelLoaded",
627
627
  "name": "PuzzleLevel loaded",
628
- "payload": [
628
+ "payloadSchema": [
629
629
  {
630
630
  "name": "id",
631
631
  "type": "string",
@@ -664,7 +664,7 @@
664
664
  {
665
665
  "key": "PuzzleLevelLoadFailed",
666
666
  "name": "PuzzleLevel load failed",
667
- "payload": [
667
+ "payloadSchema": [
668
668
  {
669
669
  "name": "message",
670
670
  "type": "string"
@@ -722,11 +722,11 @@
722
722
  "showTopBar": true,
723
723
  "children": [
724
724
  {
725
- "highScore": "@entity.highScore",
725
+ "type": "score-board",
726
726
  "score": "@entity.score",
727
+ "highScore": "@entity.highScore",
727
728
  "combo": "@entity.combo",
728
729
  "multiplier": "@entity.multiplier",
729
- "type": "score-board",
730
730
  "level": "@entity.level"
731
731
  }
732
732
  ]
@@ -748,19 +748,19 @@
748
748
  "render-ui",
749
749
  "main",
750
750
  {
751
+ "appName": "Puzzle App",
752
+ "showTopBar": true,
751
753
  "type": "game-shell",
752
754
  "children": [
753
755
  {
756
+ "level": "@entity.level",
754
757
  "type": "score-board",
758
+ "combo": "@entity.combo",
755
759
  "score": "@entity.score",
756
760
  "highScore": "@entity.highScore",
757
- "level": "@entity.level",
758
- "multiplier": "@entity.multiplier",
759
- "combo": "@entity.combo"
761
+ "multiplier": "@entity.multiplier"
760
762
  }
761
- ],
762
- "appName": "Puzzle App",
763
- "showTopBar": true
763
+ ]
764
764
  }
765
765
  ]
766
766
  ]
@@ -789,19 +789,19 @@
789
789
  "render-ui",
790
790
  "main",
791
791
  {
792
- "showTopBar": true,
793
792
  "appName": "Puzzle App",
793
+ "showTopBar": true,
794
+ "type": "game-shell",
794
795
  "children": [
795
796
  {
796
- "type": "score-board",
797
- "level": "@entity.level",
797
+ "highScore": "@entity.highScore",
798
798
  "multiplier": "@entity.multiplier",
799
+ "level": "@entity.level",
799
800
  "combo": "@entity.combo",
800
- "highScore": "@entity.highScore",
801
- "score": "@entity.score"
801
+ "score": "@entity.score",
802
+ "type": "score-board"
802
803
  }
803
- ],
804
- "type": "game-shell"
804
+ ]
805
805
  }
806
806
  ]
807
807
  ]
@@ -885,7 +885,7 @@
885
885
  "event": "PuzzleScoreLoaded",
886
886
  "description": "Fired when PuzzleScore finishes loading",
887
887
  "scope": "internal",
888
- "payload": [
888
+ "payloadSchema": [
889
889
  {
890
890
  "name": "id",
891
891
  "type": "string",
@@ -927,7 +927,7 @@
927
927
  "event": "PuzzleScoreLoadFailed",
928
928
  "description": "Fired when PuzzleScore fails to load",
929
929
  "scope": "internal",
930
- "payload": [
930
+ "payloadSchema": [
931
931
  {
932
932
  "name": "message",
933
933
  "type": "string"
@@ -950,7 +950,7 @@
950
950
  {
951
951
  "key": "ADD_SCORE",
952
952
  "name": "Add Score",
953
- "payload": [
953
+ "payloadSchema": [
954
954
  {
955
955
  "name": "points",
956
956
  "type": "string"
@@ -960,7 +960,7 @@
960
960
  {
961
961
  "key": "COMBO",
962
962
  "name": "Combo",
963
- "payload": [
963
+ "payloadSchema": [
964
964
  {
965
965
  "name": "multiplier",
966
966
  "type": "string"
@@ -974,7 +974,7 @@
974
974
  {
975
975
  "key": "PuzzleScoreLoaded",
976
976
  "name": "PuzzleScore loaded",
977
- "payload": [
977
+ "payloadSchema": [
978
978
  {
979
979
  "name": "id",
980
980
  "type": "string",
@@ -1015,7 +1015,7 @@
1015
1015
  {
1016
1016
  "key": "PuzzleScoreLoadFailed",
1017
1017
  "name": "PuzzleScore load failed",
1018
- "payload": [
1018
+ "payloadSchema": [
1019
1019
  {
1020
1020
  "name": "message",
1021
1021
  "type": "string"
@@ -1034,8 +1034,8 @@
1034
1034
  "PuzzleScore",
1035
1035
  {
1036
1036
  "emit": {
1037
- "success": "PuzzleScoreLoaded",
1038
- "failure": "PuzzleScoreLoadFailed"
1037
+ "failure": "PuzzleScoreLoadFailed",
1038
+ "success": "PuzzleScoreLoaded"
1039
1039
  }
1040
1040
  }
1041
1041
  ],
@@ -1045,17 +1045,17 @@
1045
1045
  {
1046
1046
  "type": "game-shell",
1047
1047
  "appName": "Puzzle App",
1048
- "showTopBar": true,
1049
1048
  "children": [
1050
1049
  {
1051
- "highScore": "@entity.highScore",
1052
- "multiplier": "@entity.multiplier",
1050
+ "combo": "@entity.combo",
1053
1051
  "level": "@entity.level",
1054
- "type": "score-board",
1055
1052
  "score": "@entity.score",
1056
- "combo": "@entity.combo"
1053
+ "type": "score-board",
1054
+ "multiplier": "@entity.multiplier",
1055
+ "highScore": "@entity.highScore"
1057
1056
  }
1058
- ]
1057
+ ],
1058
+ "showTopBar": true
1059
1059
  }
1060
1060
  ]
1061
1061
  ]
@@ -1087,16 +1087,16 @@
1087
1087
  "render-ui",
1088
1088
  "main",
1089
1089
  {
1090
- "type": "game-shell",
1091
1090
  "showTopBar": true,
1091
+ "type": "game-shell",
1092
1092
  "children": [
1093
1093
  {
1094
- "multiplier": "@entity.multiplier",
1095
- "type": "score-board",
1096
1094
  "score": "@entity.score",
1097
- "level": "@entity.level",
1098
1095
  "highScore": "@entity.highScore",
1099
- "combo": "@entity.combo"
1096
+ "multiplier": "@entity.multiplier",
1097
+ "combo": "@entity.combo",
1098
+ "level": "@entity.level",
1099
+ "type": "score-board"
1100
1100
  }
1101
1101
  ],
1102
1102
  "appName": "Puzzle App"
@@ -1118,17 +1118,17 @@
1118
1118
  "render-ui",
1119
1119
  "main",
1120
1120
  {
1121
+ "type": "game-shell",
1121
1122
  "children": [
1122
1123
  {
1124
+ "type": "score-board",
1123
1125
  "score": "@entity.score",
1124
1126
  "highScore": "@entity.highScore",
1125
- "type": "score-board",
1126
1127
  "combo": "@entity.combo",
1127
1128
  "multiplier": "@entity.multiplier",
1128
1129
  "level": "@entity.level"
1129
1130
  }
1130
1131
  ],
1131
- "type": "game-shell",
1132
1132
  "showTopBar": true,
1133
1133
  "appName": "Puzzle App"
1134
1134
  }
@@ -1159,19 +1159,19 @@
1159
1159
  "render-ui",
1160
1160
  "main",
1161
1161
  {
1162
- "type": "game-shell",
1163
1162
  "showTopBar": true,
1163
+ "appName": "Puzzle App",
1164
1164
  "children": [
1165
1165
  {
1166
- "combo": "@entity.combo",
1166
+ "type": "score-board",
1167
1167
  "highScore": "@entity.highScore",
1168
- "level": "@entity.level",
1169
1168
  "multiplier": "@entity.multiplier",
1170
- "type": "score-board",
1171
- "score": "@entity.score"
1169
+ "level": "@entity.level",
1170
+ "score": "@entity.score",
1171
+ "combo": "@entity.combo"
1172
1172
  }
1173
1173
  ],
1174
- "appName": "Puzzle App"
1174
+ "type": "game-shell"
1175
1175
  }
1176
1176
  ]
1177
1177
  ]
@@ -1194,4 +1194,4 @@
1194
1194
  ]
1195
1195
  }
1196
1196
  ]
1197
- }
1197
+ }