@almadar/std 5.2.2 → 5.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 (431) hide show
  1. package/behaviors/exports/atoms/std-agent-activity-log.orb +220 -10
  2. package/behaviors/exports/atoms/std-agent-chat-thread.orb +63 -4
  3. package/behaviors/exports/atoms/std-agent-classifier.orb +12 -4
  4. package/behaviors/exports/atoms/std-agent-completion.orb +12 -4
  5. package/behaviors/exports/atoms/std-agent-context-window.orb +8 -4
  6. package/behaviors/exports/atoms/std-agent-conversation.orb +79 -4
  7. package/behaviors/exports/atoms/std-agent-memory.orb +16 -4
  8. package/behaviors/exports/atoms/std-agent-provider.orb +12 -4
  9. package/behaviors/exports/atoms/std-agent-search.orb +8 -4
  10. package/behaviors/exports/atoms/std-agent-session.orb +20 -4
  11. package/behaviors/exports/atoms/std-agent-step-progress.orb +8 -4
  12. package/behaviors/exports/atoms/std-agent-token-gauge.orb +8 -4
  13. package/behaviors/exports/atoms/std-agent-tool-call.orb +12 -4
  14. package/behaviors/exports/atoms/std-async.orb +12 -4
  15. package/behaviors/exports/atoms/std-autoregressive.orb +2 -3
  16. package/behaviors/exports/atoms/std-browse.orb +8 -4
  17. package/behaviors/exports/atoms/std-cache-aside.orb +12 -4
  18. package/behaviors/exports/atoms/std-calendar.orb +8 -4
  19. package/behaviors/exports/atoms/std-circuit-breaker.orb +8 -4
  20. package/behaviors/exports/atoms/std-collision.orb +8 -4
  21. package/behaviors/exports/atoms/std-combat-log.orb +8 -4
  22. package/behaviors/exports/atoms/std-combat.orb +8 -4
  23. package/behaviors/exports/atoms/std-confirmation.orb +4 -4
  24. package/behaviors/exports/atoms/std-dialogue-box.orb +8 -4
  25. package/behaviors/exports/atoms/std-display.orb +153 -4
  26. package/behaviors/exports/atoms/std-drawer.orb +58 -4
  27. package/behaviors/exports/atoms/std-filter.orb +8 -4
  28. package/behaviors/exports/atoms/std-flip-card.orb +8 -4
  29. package/behaviors/exports/atoms/std-gallery.orb +8 -4
  30. package/behaviors/exports/atoms/std-game-audio.orb +8 -4
  31. package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -3
  32. package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -3
  33. package/behaviors/exports/atoms/std-game-hud.orb +16 -4
  34. package/behaviors/exports/atoms/std-game-menu.orb +8 -4
  35. package/behaviors/exports/atoms/std-game-over-screen.orb +8 -4
  36. package/behaviors/exports/atoms/std-gameflow.orb +8 -4
  37. package/behaviors/exports/atoms/std-input.orb +8 -4
  38. package/behaviors/exports/atoms/std-inventory-panel.orb +12 -4
  39. package/behaviors/exports/atoms/std-isometric-canvas.orb +8 -4
  40. package/behaviors/exports/atoms/std-loading.orb +8 -4
  41. package/behaviors/exports/atoms/std-modal.orb +8 -4
  42. package/behaviors/exports/atoms/std-movement.orb +8 -4
  43. package/behaviors/exports/atoms/std-notification.orb +8 -4
  44. package/behaviors/exports/atoms/std-overworld.orb +8 -4
  45. package/behaviors/exports/atoms/std-pagination.orb +8 -4
  46. package/behaviors/exports/atoms/std-physics2d.orb +8 -4
  47. package/behaviors/exports/atoms/std-platformer-canvas.orb +8 -4
  48. package/behaviors/exports/atoms/std-quest.orb +14 -5
  49. package/behaviors/exports/atoms/std-rate-limiter.orb +8 -4
  50. package/behaviors/exports/atoms/std-rating.orb +8 -4
  51. package/behaviors/exports/atoms/std-score-board.orb +8 -4
  52. package/behaviors/exports/atoms/std-score.orb +8 -4
  53. package/behaviors/exports/atoms/std-search.orb +8 -4
  54. package/behaviors/exports/atoms/std-selection.orb +8 -4
  55. package/behaviors/exports/atoms/std-service-custom-bearer.orb +19 -4
  56. package/behaviors/exports/atoms/std-service-custom-header.orb +21 -4
  57. package/behaviors/exports/atoms/std-service-custom-noauth.orb +15 -4
  58. package/behaviors/exports/atoms/std-service-custom-query.orb +21 -4
  59. package/behaviors/exports/atoms/std-service-email.orb +8 -4
  60. package/behaviors/exports/atoms/std-service-github.orb +8 -4
  61. package/behaviors/exports/atoms/std-service-llm.orb +8 -4
  62. package/behaviors/exports/atoms/std-service-oauth.orb +8 -4
  63. package/behaviors/exports/atoms/std-service-redis.orb +8 -4
  64. package/behaviors/exports/atoms/std-service-storage.orb +8 -4
  65. package/behaviors/exports/atoms/std-service-stripe.orb +8 -4
  66. package/behaviors/exports/atoms/std-service-twilio.orb +8 -4
  67. package/behaviors/exports/atoms/std-service-youtube.orb +8 -4
  68. package/behaviors/exports/atoms/std-simulation-canvas.orb +8 -4
  69. package/behaviors/exports/atoms/std-sort.orb +52 -4
  70. package/behaviors/exports/atoms/std-sprite.orb +8 -4
  71. package/behaviors/exports/atoms/std-tabs.orb +16 -4
  72. package/behaviors/exports/atoms/std-text-effects.orb +8 -4
  73. package/behaviors/exports/atoms/std-theme.orb +8 -4
  74. package/behaviors/exports/atoms/std-timer.orb +8 -4
  75. package/behaviors/exports/atoms/std-undo.orb +8 -4
  76. package/behaviors/exports/atoms/std-upload.orb +8 -4
  77. package/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
  78. package/behaviors/exports/atoms/std-wizard.orb +26 -4
  79. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1729 -1159
  80. package/behaviors/exports/molecules/std-agent-learner.orb +856 -626
  81. package/behaviors/exports/molecules/std-agent-planner.orb +873 -623
  82. package/behaviors/exports/molecules/std-agent-rag.orb +804 -604
  83. package/behaviors/exports/molecules/std-agent-tool-loop.orb +2860 -931
  84. package/behaviors/exports/molecules/std-builder-game.orb +8 -4
  85. package/behaviors/exports/molecules/std-cart.orb +318 -197
  86. package/behaviors/exports/molecules/std-classifier-game.orb +8 -4
  87. package/behaviors/exports/molecules/std-debugger-game.orb +8 -4
  88. package/behaviors/exports/molecules/std-detail.orb +489 -307
  89. package/behaviors/exports/molecules/std-event-handler-game.orb +8 -4
  90. package/behaviors/exports/molecules/std-form-advanced.orb +12 -4
  91. package/behaviors/exports/molecules/std-geospatial.orb +519 -364
  92. package/behaviors/exports/molecules/std-inventory.orb +650 -391
  93. package/behaviors/exports/molecules/std-list.orb +890 -526
  94. package/behaviors/exports/molecules/std-messaging.orb +474 -293
  95. package/behaviors/exports/molecules/std-negotiator-game.orb +8 -4
  96. package/behaviors/exports/molecules/std-platformer-game.orb +8 -4
  97. package/behaviors/exports/molecules/std-puzzle-game.orb +8 -4
  98. package/behaviors/exports/molecules/std-quiz.orb +8 -4
  99. package/behaviors/exports/molecules/std-sequencer-game.orb +8 -4
  100. package/behaviors/exports/molecules/std-service-content-pipeline.orb +8 -4
  101. package/behaviors/exports/molecules/std-service-custom-api-tester.orb +46 -4
  102. package/behaviors/exports/molecules/std-service-devops-toolkit.orb +8 -4
  103. package/behaviors/exports/molecules/std-service-notification-hub.orb +8 -4
  104. package/behaviors/exports/molecules/std-service-payment-flow.orb +8 -4
  105. package/behaviors/exports/molecules/std-simulator-game.orb +8 -4
  106. package/behaviors/exports/molecules/std-turn-based-battle.orb +8 -4
  107. package/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
  108. package/behaviors/exports/organisms/std-agent-builder.orb +1321 -835
  109. package/behaviors/exports/organisms/std-agent-pipeline.orb +1284 -782
  110. package/behaviors/exports/organisms/std-agent-reviewer.orb +372 -300
  111. package/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
  112. package/behaviors/exports/organisms/std-api-gateway.orb +21 -4
  113. package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  114. package/behaviors/exports/organisms/std-booking-system.orb +38 -4
  115. package/behaviors/exports/organisms/std-cicd-pipeline.orb +25 -4
  116. package/behaviors/exports/organisms/std-cms.orb +42 -4
  117. package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  118. package/behaviors/exports/organisms/std-crm.orb +42 -4
  119. package/behaviors/exports/organisms/std-devops-dashboard.orb +21 -4
  120. package/behaviors/exports/organisms/std-ecommerce.orb +46 -4
  121. package/behaviors/exports/organisms/std-finance-tracker.orb +25 -4
  122. package/behaviors/exports/organisms/std-healthcare.orb +42 -4
  123. package/behaviors/exports/organisms/std-helpdesk.orb +25 -4
  124. package/behaviors/exports/organisms/std-hr-portal.orb +38 -4
  125. package/behaviors/exports/organisms/std-iot-dashboard.orb +21 -4
  126. package/behaviors/exports/organisms/std-lms.orb +21 -4
  127. package/behaviors/exports/organisms/std-logic-training.orb +4 -4
  128. package/behaviors/exports/organisms/std-platformer-app.orb +16 -4
  129. package/behaviors/exports/organisms/std-project-manager.orb +38 -4
  130. package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  131. package/behaviors/exports/organisms/std-realtime-chat.orb +25 -4
  132. package/behaviors/exports/organisms/std-rpg-game.orb +20 -4
  133. package/behaviors/exports/organisms/std-service-marketplace.orb +46 -8
  134. package/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
  135. package/behaviors/exports/organisms/std-social-feed.orb +12 -4
  136. package/behaviors/exports/organisms/std-stem-lab.orb +4 -4
  137. package/behaviors/exports/organisms/std-strategy-game.orb +4 -4
  138. package/behaviors/exports/organisms/std-trading-dashboard.orb +25 -4
  139. package/behaviors/exports/validation-report.json +1662 -1
  140. package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +220 -10
  141. package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +63 -4
  142. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +12 -4
  143. package/dist/behaviors/exports/atoms/std-agent-completion.orb +12 -4
  144. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +8 -4
  145. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +79 -4
  146. package/dist/behaviors/exports/atoms/std-agent-memory.orb +16 -4
  147. package/dist/behaviors/exports/atoms/std-agent-provider.orb +12 -4
  148. package/dist/behaviors/exports/atoms/std-agent-search.orb +8 -4
  149. package/dist/behaviors/exports/atoms/std-agent-session.orb +20 -4
  150. package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +8 -4
  151. package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +8 -4
  152. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +12 -4
  153. package/dist/behaviors/exports/atoms/std-async.orb +12 -4
  154. package/dist/behaviors/exports/atoms/std-autoregressive.orb +2 -3
  155. package/dist/behaviors/exports/atoms/std-browse.orb +8 -4
  156. package/dist/behaviors/exports/atoms/std-cache-aside.orb +12 -4
  157. package/dist/behaviors/exports/atoms/std-calendar.orb +8 -4
  158. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +8 -4
  159. package/dist/behaviors/exports/atoms/std-collision.orb +8 -4
  160. package/dist/behaviors/exports/atoms/std-combat-log.orb +8 -4
  161. package/dist/behaviors/exports/atoms/std-combat.orb +8 -4
  162. package/dist/behaviors/exports/atoms/std-confirmation.orb +4 -4
  163. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +8 -4
  164. package/dist/behaviors/exports/atoms/std-display.orb +153 -4
  165. package/dist/behaviors/exports/atoms/std-drawer.orb +58 -4
  166. package/dist/behaviors/exports/atoms/std-filter.orb +8 -4
  167. package/dist/behaviors/exports/atoms/std-flip-card.orb +8 -4
  168. package/dist/behaviors/exports/atoms/std-gallery.orb +8 -4
  169. package/dist/behaviors/exports/atoms/std-game-audio.orb +8 -4
  170. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -3
  171. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -3
  172. package/dist/behaviors/exports/atoms/std-game-hud.orb +16 -4
  173. package/dist/behaviors/exports/atoms/std-game-menu.orb +8 -4
  174. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +8 -4
  175. package/dist/behaviors/exports/atoms/std-gameflow.orb +8 -4
  176. package/dist/behaviors/exports/atoms/std-input.orb +8 -4
  177. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +12 -4
  178. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +8 -4
  179. package/dist/behaviors/exports/atoms/std-loading.orb +8 -4
  180. package/dist/behaviors/exports/atoms/std-modal.orb +8 -4
  181. package/dist/behaviors/exports/atoms/std-movement.orb +8 -4
  182. package/dist/behaviors/exports/atoms/std-notification.orb +8 -4
  183. package/dist/behaviors/exports/atoms/std-overworld.orb +8 -4
  184. package/dist/behaviors/exports/atoms/std-pagination.orb +8 -4
  185. package/dist/behaviors/exports/atoms/std-physics2d.orb +8 -4
  186. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +8 -4
  187. package/dist/behaviors/exports/atoms/std-quest.orb +14 -5
  188. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +8 -4
  189. package/dist/behaviors/exports/atoms/std-rating.orb +8 -4
  190. package/dist/behaviors/exports/atoms/std-score-board.orb +8 -4
  191. package/dist/behaviors/exports/atoms/std-score.orb +8 -4
  192. package/dist/behaviors/exports/atoms/std-search.orb +8 -4
  193. package/dist/behaviors/exports/atoms/std-selection.orb +8 -4
  194. package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +19 -4
  195. package/dist/behaviors/exports/atoms/std-service-custom-header.orb +21 -4
  196. package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +15 -4
  197. package/dist/behaviors/exports/atoms/std-service-custom-query.orb +21 -4
  198. package/dist/behaviors/exports/atoms/std-service-email.orb +8 -4
  199. package/dist/behaviors/exports/atoms/std-service-github.orb +8 -4
  200. package/dist/behaviors/exports/atoms/std-service-llm.orb +8 -4
  201. package/dist/behaviors/exports/atoms/std-service-oauth.orb +8 -4
  202. package/dist/behaviors/exports/atoms/std-service-redis.orb +8 -4
  203. package/dist/behaviors/exports/atoms/std-service-storage.orb +8 -4
  204. package/dist/behaviors/exports/atoms/std-service-stripe.orb +8 -4
  205. package/dist/behaviors/exports/atoms/std-service-twilio.orb +8 -4
  206. package/dist/behaviors/exports/atoms/std-service-youtube.orb +8 -4
  207. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +8 -4
  208. package/dist/behaviors/exports/atoms/std-sort.orb +52 -4
  209. package/dist/behaviors/exports/atoms/std-sprite.orb +8 -4
  210. package/dist/behaviors/exports/atoms/std-tabs.orb +16 -4
  211. package/dist/behaviors/exports/atoms/std-text-effects.orb +8 -4
  212. package/dist/behaviors/exports/atoms/std-theme.orb +8 -4
  213. package/dist/behaviors/exports/atoms/std-timer.orb +8 -4
  214. package/dist/behaviors/exports/atoms/std-undo.orb +8 -4
  215. package/dist/behaviors/exports/atoms/std-upload.orb +8 -4
  216. package/dist/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
  217. package/dist/behaviors/exports/atoms/std-wizard.orb +26 -4
  218. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1729 -1159
  219. package/dist/behaviors/exports/molecules/std-agent-learner.orb +856 -626
  220. package/dist/behaviors/exports/molecules/std-agent-planner.orb +873 -623
  221. package/dist/behaviors/exports/molecules/std-agent-rag.orb +804 -604
  222. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +2860 -931
  223. package/dist/behaviors/exports/molecules/std-builder-game.orb +8 -4
  224. package/dist/behaviors/exports/molecules/std-cart.orb +318 -197
  225. package/dist/behaviors/exports/molecules/std-classifier-game.orb +8 -4
  226. package/dist/behaviors/exports/molecules/std-debugger-game.orb +8 -4
  227. package/dist/behaviors/exports/molecules/std-detail.orb +489 -307
  228. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +8 -4
  229. package/dist/behaviors/exports/molecules/std-form-advanced.orb +12 -4
  230. package/dist/behaviors/exports/molecules/std-geospatial.orb +519 -364
  231. package/dist/behaviors/exports/molecules/std-inventory.orb +650 -391
  232. package/dist/behaviors/exports/molecules/std-list.orb +890 -526
  233. package/dist/behaviors/exports/molecules/std-messaging.orb +474 -293
  234. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +8 -4
  235. package/dist/behaviors/exports/molecules/std-platformer-game.orb +8 -4
  236. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +8 -4
  237. package/dist/behaviors/exports/molecules/std-quiz.orb +8 -4
  238. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +8 -4
  239. package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +8 -4
  240. package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +46 -4
  241. package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +8 -4
  242. package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +8 -4
  243. package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +8 -4
  244. package/dist/behaviors/exports/molecules/std-simulator-game.orb +8 -4
  245. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +8 -4
  246. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
  247. package/dist/behaviors/exports/organisms/std-agent-builder.orb +1321 -835
  248. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +1284 -782
  249. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +372 -300
  250. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
  251. package/dist/behaviors/exports/organisms/std-api-gateway.orb +21 -4
  252. package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  253. package/dist/behaviors/exports/organisms/std-booking-system.orb +38 -4
  254. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +25 -4
  255. package/dist/behaviors/exports/organisms/std-cms.orb +42 -4
  256. package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  257. package/dist/behaviors/exports/organisms/std-crm.orb +42 -4
  258. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +21 -4
  259. package/dist/behaviors/exports/organisms/std-ecommerce.orb +46 -4
  260. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +25 -4
  261. package/dist/behaviors/exports/organisms/std-healthcare.orb +42 -4
  262. package/dist/behaviors/exports/organisms/std-helpdesk.orb +25 -4
  263. package/dist/behaviors/exports/organisms/std-hr-portal.orb +38 -4
  264. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +21 -4
  265. package/dist/behaviors/exports/organisms/std-lms.orb +21 -4
  266. package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
  267. package/dist/behaviors/exports/organisms/std-platformer-app.orb +16 -4
  268. package/dist/behaviors/exports/organisms/std-project-manager.orb +38 -4
  269. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  270. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +25 -4
  271. package/dist/behaviors/exports/organisms/std-rpg-game.orb +20 -4
  272. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +46 -8
  273. package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
  274. package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -4
  275. package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
  276. package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
  277. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +25 -4
  278. package/dist/behaviors/exports/validation-report.json +1662 -1
  279. package/dist/behaviors/exports-reader.js +225 -206
  280. package/dist/behaviors/exports-reader.js.map +1 -1
  281. package/dist/behaviors/functions/index.d.ts +113 -113
  282. package/dist/behaviors/functions/index.js +225 -207
  283. package/dist/behaviors/functions/index.js.map +1 -1
  284. package/dist/behaviors/index.d.ts +1 -1
  285. package/dist/behaviors/index.js +226 -207
  286. package/dist/behaviors/index.js.map +1 -1
  287. package/dist/behaviors/query.js +225 -206
  288. package/dist/behaviors/query.js.map +1 -1
  289. package/dist/exports/atoms/std-agent-activity-log.orb +220 -10
  290. package/dist/exports/atoms/std-agent-chat-thread.orb +63 -4
  291. package/dist/exports/atoms/std-agent-classifier.orb +12 -4
  292. package/dist/exports/atoms/std-agent-completion.orb +12 -4
  293. package/dist/exports/atoms/std-agent-context-window.orb +8 -4
  294. package/dist/exports/atoms/std-agent-conversation.orb +79 -4
  295. package/dist/exports/atoms/std-agent-memory.orb +16 -4
  296. package/dist/exports/atoms/std-agent-provider.orb +12 -4
  297. package/dist/exports/atoms/std-agent-search.orb +8 -4
  298. package/dist/exports/atoms/std-agent-session.orb +20 -4
  299. package/dist/exports/atoms/std-agent-step-progress.orb +8 -4
  300. package/dist/exports/atoms/std-agent-token-gauge.orb +8 -4
  301. package/dist/exports/atoms/std-agent-tool-call.orb +12 -4
  302. package/dist/exports/atoms/std-async.orb +12 -4
  303. package/dist/exports/atoms/std-autoregressive.orb +2 -3
  304. package/dist/exports/atoms/std-browse.orb +8 -4
  305. package/dist/exports/atoms/std-cache-aside.orb +12 -4
  306. package/dist/exports/atoms/std-calendar.orb +8 -4
  307. package/dist/exports/atoms/std-circuit-breaker.orb +8 -4
  308. package/dist/exports/atoms/std-collision.orb +8 -4
  309. package/dist/exports/atoms/std-combat-log.orb +8 -4
  310. package/dist/exports/atoms/std-combat.orb +8 -4
  311. package/dist/exports/atoms/std-confirmation.orb +4 -4
  312. package/dist/exports/atoms/std-dialogue-box.orb +8 -4
  313. package/dist/exports/atoms/std-display.orb +153 -4
  314. package/dist/exports/atoms/std-drawer.orb +58 -4
  315. package/dist/exports/atoms/std-filter.orb +8 -4
  316. package/dist/exports/atoms/std-flip-card.orb +8 -4
  317. package/dist/exports/atoms/std-gallery.orb +8 -4
  318. package/dist/exports/atoms/std-game-audio.orb +8 -4
  319. package/dist/exports/atoms/std-game-canvas2d.orb +6 -3
  320. package/dist/exports/atoms/std-game-canvas3d.orb +6 -3
  321. package/dist/exports/atoms/std-game-hud.orb +16 -4
  322. package/dist/exports/atoms/std-game-menu.orb +8 -4
  323. package/dist/exports/atoms/std-game-over-screen.orb +8 -4
  324. package/dist/exports/atoms/std-gameflow.orb +8 -4
  325. package/dist/exports/atoms/std-input.orb +8 -4
  326. package/dist/exports/atoms/std-inventory-panel.orb +12 -4
  327. package/dist/exports/atoms/std-isometric-canvas.orb +8 -4
  328. package/dist/exports/atoms/std-loading.orb +8 -4
  329. package/dist/exports/atoms/std-modal.orb +8 -4
  330. package/dist/exports/atoms/std-movement.orb +8 -4
  331. package/dist/exports/atoms/std-notification.orb +8 -4
  332. package/dist/exports/atoms/std-overworld.orb +8 -4
  333. package/dist/exports/atoms/std-pagination.orb +8 -4
  334. package/dist/exports/atoms/std-physics2d.orb +8 -4
  335. package/dist/exports/atoms/std-platformer-canvas.orb +8 -4
  336. package/dist/exports/atoms/std-quest.orb +14 -5
  337. package/dist/exports/atoms/std-rate-limiter.orb +8 -4
  338. package/dist/exports/atoms/std-rating.orb +8 -4
  339. package/dist/exports/atoms/std-score-board.orb +8 -4
  340. package/dist/exports/atoms/std-score.orb +8 -4
  341. package/dist/exports/atoms/std-search.orb +8 -4
  342. package/dist/exports/atoms/std-selection.orb +8 -4
  343. package/dist/exports/atoms/std-service-custom-bearer.orb +19 -4
  344. package/dist/exports/atoms/std-service-custom-header.orb +21 -4
  345. package/dist/exports/atoms/std-service-custom-noauth.orb +15 -4
  346. package/dist/exports/atoms/std-service-custom-query.orb +21 -4
  347. package/dist/exports/atoms/std-service-email.orb +8 -4
  348. package/dist/exports/atoms/std-service-github.orb +8 -4
  349. package/dist/exports/atoms/std-service-llm.orb +8 -4
  350. package/dist/exports/atoms/std-service-oauth.orb +8 -4
  351. package/dist/exports/atoms/std-service-redis.orb +8 -4
  352. package/dist/exports/atoms/std-service-storage.orb +8 -4
  353. package/dist/exports/atoms/std-service-stripe.orb +8 -4
  354. package/dist/exports/atoms/std-service-twilio.orb +8 -4
  355. package/dist/exports/atoms/std-service-youtube.orb +8 -4
  356. package/dist/exports/atoms/std-simulation-canvas.orb +8 -4
  357. package/dist/exports/atoms/std-sort.orb +52 -4
  358. package/dist/exports/atoms/std-sprite.orb +8 -4
  359. package/dist/exports/atoms/std-tabs.orb +16 -4
  360. package/dist/exports/atoms/std-text-effects.orb +8 -4
  361. package/dist/exports/atoms/std-theme.orb +8 -4
  362. package/dist/exports/atoms/std-timer.orb +8 -4
  363. package/dist/exports/atoms/std-undo.orb +8 -4
  364. package/dist/exports/atoms/std-upload.orb +8 -4
  365. package/dist/exports/atoms/std-validate-on-save.orb +32 -4
  366. package/dist/exports/atoms/std-wizard.orb +26 -4
  367. package/dist/exports/molecules/std-agent-fix-loop.orb +1729 -1159
  368. package/dist/exports/molecules/std-agent-learner.orb +856 -626
  369. package/dist/exports/molecules/std-agent-planner.orb +873 -623
  370. package/dist/exports/molecules/std-agent-rag.orb +804 -604
  371. package/dist/exports/molecules/std-agent-tool-loop.orb +2860 -931
  372. package/dist/exports/molecules/std-builder-game.orb +8 -4
  373. package/dist/exports/molecules/std-cart.orb +318 -197
  374. package/dist/exports/molecules/std-classifier-game.orb +8 -4
  375. package/dist/exports/molecules/std-debugger-game.orb +8 -4
  376. package/dist/exports/molecules/std-detail.orb +489 -307
  377. package/dist/exports/molecules/std-event-handler-game.orb +8 -4
  378. package/dist/exports/molecules/std-form-advanced.orb +12 -4
  379. package/dist/exports/molecules/std-geospatial.orb +519 -364
  380. package/dist/exports/molecules/std-inventory.orb +650 -391
  381. package/dist/exports/molecules/std-list.orb +890 -526
  382. package/dist/exports/molecules/std-messaging.orb +474 -293
  383. package/dist/exports/molecules/std-negotiator-game.orb +8 -4
  384. package/dist/exports/molecules/std-platformer-game.orb +8 -4
  385. package/dist/exports/molecules/std-puzzle-game.orb +8 -4
  386. package/dist/exports/molecules/std-quiz.orb +8 -4
  387. package/dist/exports/molecules/std-sequencer-game.orb +8 -4
  388. package/dist/exports/molecules/std-service-content-pipeline.orb +8 -4
  389. package/dist/exports/molecules/std-service-custom-api-tester.orb +46 -4
  390. package/dist/exports/molecules/std-service-devops-toolkit.orb +8 -4
  391. package/dist/exports/molecules/std-service-notification-hub.orb +8 -4
  392. package/dist/exports/molecules/std-service-payment-flow.orb +8 -4
  393. package/dist/exports/molecules/std-simulator-game.orb +8 -4
  394. package/dist/exports/molecules/std-turn-based-battle.orb +8 -4
  395. package/dist/exports/organisms/std-agent-assistant.orb +28 -4
  396. package/dist/exports/organisms/std-agent-builder.orb +1321 -835
  397. package/dist/exports/organisms/std-agent-pipeline.orb +1284 -782
  398. package/dist/exports/organisms/std-agent-reviewer.orb +372 -300
  399. package/dist/exports/organisms/std-agent-tutor.orb +378 -295
  400. package/dist/exports/organisms/std-api-gateway.orb +21 -4
  401. package/dist/exports/organisms/std-arcade-game.orb +4 -4
  402. package/dist/exports/organisms/std-booking-system.orb +38 -4
  403. package/dist/exports/organisms/std-cicd-pipeline.orb +25 -4
  404. package/dist/exports/organisms/std-cms.orb +42 -4
  405. package/dist/exports/organisms/std-coding-academy.orb +4 -4
  406. package/dist/exports/organisms/std-crm.orb +42 -4
  407. package/dist/exports/organisms/std-devops-dashboard.orb +21 -4
  408. package/dist/exports/organisms/std-ecommerce.orb +46 -4
  409. package/dist/exports/organisms/std-finance-tracker.orb +25 -4
  410. package/dist/exports/organisms/std-healthcare.orb +42 -4
  411. package/dist/exports/organisms/std-helpdesk.orb +25 -4
  412. package/dist/exports/organisms/std-hr-portal.orb +38 -4
  413. package/dist/exports/organisms/std-iot-dashboard.orb +21 -4
  414. package/dist/exports/organisms/std-lms.orb +21 -4
  415. package/dist/exports/organisms/std-logic-training.orb +4 -4
  416. package/dist/exports/organisms/std-platformer-app.orb +16 -4
  417. package/dist/exports/organisms/std-project-manager.orb +38 -4
  418. package/dist/exports/organisms/std-puzzle-app.orb +4 -4
  419. package/dist/exports/organisms/std-realtime-chat.orb +25 -4
  420. package/dist/exports/organisms/std-rpg-game.orb +20 -4
  421. package/dist/exports/organisms/std-service-marketplace.orb +46 -8
  422. package/dist/exports/organisms/std-service-research-assistant.orb +15 -4
  423. package/dist/exports/organisms/std-social-feed.orb +12 -4
  424. package/dist/exports/organisms/std-stem-lab.orb +4 -4
  425. package/dist/exports/organisms/std-strategy-game.orb +4 -4
  426. package/dist/exports/organisms/std-trading-dashboard.orb +25 -4
  427. package/dist/exports/validation-report.json +1662 -1
  428. package/dist/index.d.ts +1 -1
  429. package/dist/index.js +226 -207
  430. package/dist/index.js.map +1 -1
  431. package/package.json +5 -5
@@ -1,20 +1,9 @@
1
1
  {
2
- "name": "std-agent-builder",
2
+ "name": "Schema Builder",
3
3
  "version": "1.0.0",
4
- "description": "Schema builder agent organism. Full build cycle that plans, generates, validates, and fixes .orb programs. Composes planner + tool-loop + fix-loop molecules with session management and tabbed views.",
5
4
  "orbitals": [
6
5
  {
7
6
  "name": "BuildPlanOrbital",
8
- "uses": [
9
- {
10
- "from": "std/behaviors/std-agent-step-progress",
11
- "as": "AgentStepProgress"
12
- },
13
- {
14
- "from": "std/behaviors/std-tabs",
15
- "as": "Tabs"
16
- }
17
- ],
18
7
  "entity": {
19
8
  "name": "BuildPlan",
20
9
  "persistence": "runtime",
@@ -614,10 +603,7 @@
614
603
  "type": "badge",
615
604
  "label": [
616
605
  "str/concat",
617
- [
618
- "str/concat",
619
- "@entity.memoryCount"
620
- ],
606
+ "@entity.memoryCount",
621
607
  " memories loaded"
622
608
  ]
623
609
  }
@@ -746,10 +732,7 @@
746
732
  "label": "Confidence",
747
733
  "value": [
748
734
  "str/concat",
749
- [
750
- "str/concat",
751
- "@entity.confidence"
752
- ],
735
+ "@entity.confidence",
753
736
  "%"
754
737
  ],
755
738
  "icon": "target"
@@ -1726,6 +1709,10 @@
1726
1709
  }
1727
1710
  ]
1728
1711
  }
1712
+ ],
1713
+ [
1714
+ "notify",
1715
+ "BuildPlan created successfully"
1729
1716
  ]
1730
1717
  ]
1731
1718
  }
@@ -2126,6 +2113,10 @@
2126
2113
  }
2127
2114
  ]
2128
2115
  }
2116
+ ],
2117
+ [
2118
+ "notify",
2119
+ "BuildPlan created successfully"
2129
2120
  ]
2130
2121
  ]
2131
2122
  }
@@ -2934,15 +2925,9 @@
2934
2925
  "label": [
2935
2926
  "str/concat",
2936
2927
  "Iteration ",
2937
- [
2938
- "str/concat",
2939
- "@entity.iterations"
2940
- ],
2928
+ "@entity.iterations",
2941
2929
  "/",
2942
- [
2943
- "str/concat",
2944
- "@entity.maxIterations"
2945
- ]
2930
+ "@entity.maxIterations"
2946
2931
  ]
2947
2932
  }
2948
2933
  ]
@@ -3077,10 +3062,7 @@
3077
3062
  "label": [
3078
3063
  "str/concat",
3079
3064
  "Iteration ",
3080
- [
3081
- "str/concat",
3082
- "@entity.iterations"
3083
- ]
3065
+ "@entity.iterations"
3084
3066
  ]
3085
3067
  }
3086
3068
  ]
@@ -3342,15 +3324,9 @@
3342
3324
  "label": [
3343
3325
  "str/concat",
3344
3326
  "Iteration ",
3345
- [
3346
- "str/concat",
3347
- "@entity.iterations"
3348
- ],
3327
+ "@entity.iterations",
3349
3328
  "/",
3350
- [
3351
- "str/concat",
3352
- "@entity.maxIterations"
3353
- ]
3329
+ "@entity.maxIterations"
3354
3330
  ]
3355
3331
  }
3356
3332
  ]
@@ -5477,6 +5453,10 @@
5477
5453
  }
5478
5454
  ]
5479
5455
  }
5456
+ ],
5457
+ [
5458
+ "notify",
5459
+ "BuildLoop created successfully"
5480
5460
  ]
5481
5461
  ]
5482
5462
  }
@@ -5863,6 +5843,10 @@
5863
5843
  }
5864
5844
  ]
5865
5845
  }
5846
+ ],
5847
+ [
5848
+ "notify",
5849
+ "BuildLoop created successfully"
5866
5850
  ]
5867
5851
  ]
5868
5852
  }
@@ -8218,15 +8202,9 @@
8218
8202
  "label": [
8219
8203
  "str/concat",
8220
8204
  "Attempt ",
8221
- [
8222
- "str/concat",
8223
- "@entity.fixAttempts"
8224
- ],
8205
+ "@entity.fixAttempts",
8225
8206
  "/",
8226
- [
8227
- "str/concat",
8228
- "@entity.maxAttempts"
8229
- ]
8207
+ "@entity.maxAttempts"
8230
8208
  ]
8231
8209
  }
8232
8210
  ]
@@ -8471,10 +8449,7 @@
8471
8449
  "label": [
8472
8450
  "str/concat",
8473
8451
  "Attempt ",
8474
- [
8475
- "str/concat",
8476
- "@entity.fixAttempts"
8477
- ]
8452
+ "@entity.fixAttempts"
8478
8453
  ]
8479
8454
  }
8480
8455
  ]
@@ -8805,15 +8780,9 @@
8805
8780
  "label": [
8806
8781
  "str/concat",
8807
8782
  "Attempt ",
8808
- [
8809
- "str/concat",
8810
- "@entity.fixAttempts"
8811
- ],
8783
+ "@entity.fixAttempts",
8812
8784
  "/",
8813
- [
8814
- "str/concat",
8815
- "@entity.maxAttempts"
8816
- ]
8785
+ "@entity.maxAttempts"
8817
8786
  ]
8818
8787
  }
8819
8788
  ]
@@ -10971,6 +10940,10 @@
10971
10940
  }
10972
10941
  ]
10973
10942
  }
10943
+ ],
10944
+ [
10945
+ "notify",
10946
+ "BuildFix created successfully"
10974
10947
  ]
10975
10948
  ]
10976
10949
  }
@@ -11357,6 +11330,10 @@
11357
11330
  }
11358
11331
  ]
11359
11332
  }
11333
+ ],
11334
+ [
11335
+ "notify",
11336
+ "BuildFix created successfully"
11360
11337
  ]
11361
11338
  ]
11362
11339
  }
@@ -11757,6 +11734,10 @@
11757
11734
  }
11758
11735
  ]
11759
11736
  }
11737
+ ],
11738
+ [
11739
+ "notify",
11740
+ "BuildFix created successfully"
11760
11741
  ]
11761
11742
  ]
11762
11743
  }
@@ -12192,6 +12173,10 @@
12192
12173
  [
12193
12174
  "emit",
12194
12175
  "LABELED"
12176
+ ],
12177
+ [
12178
+ "notify",
12179
+ "BuildSession updated successfully"
12195
12180
  ]
12196
12181
  ]
12197
12182
  }
@@ -12379,6 +12364,10 @@
12379
12364
  [
12380
12365
  "emit",
12381
12366
  "FORKED"
12367
+ ],
12368
+ [
12369
+ "notify",
12370
+ "BuildSession created successfully"
12382
12371
  ]
12383
12372
  ]
12384
12373
  },
@@ -12412,6 +12401,10 @@
12412
12401
  [
12413
12402
  "emit",
12414
12403
  "FORKED"
12404
+ ],
12405
+ [
12406
+ "notify",
12407
+ "BuildSession created successfully"
12415
12408
  ]
12416
12409
  ]
12417
12410
  },
@@ -12637,116 +12630,146 @@
12637
12630
  },
12638
12631
  "traits": [
12639
12632
  {
12640
- "ref": "Tabs.traits.TabContentTabs",
12641
12633
  "name": "BuilderTabs",
12642
12634
  "linkedEntity": "BuildTask",
12643
- "effects": {
12644
- "INIT": [
12645
- [
12646
- "fetch",
12647
- "BuildTask"
12648
- ],
12649
- [
12650
- "render-ui",
12651
- "main",
12652
- {
12653
- "type": "dashboard-layout",
12654
- "appName": "Schema Builder",
12655
- "navItems": [
12656
- {
12657
- "label": "Plan",
12658
- "href": "/plan",
12659
- "icon": "clipboard-list"
12660
- },
12661
- {
12662
- "label": "Build",
12663
- "href": "/build",
12664
- "icon": "hammer"
12665
- },
12666
- {
12667
- "label": "Fix",
12668
- "href": "/fix",
12669
- "icon": "wrench"
12670
- }
12635
+ "category": "interaction",
12636
+ "stateMachine": {
12637
+ "states": [
12638
+ {
12639
+ "name": "idle",
12640
+ "isInitial": true
12641
+ }
12642
+ ],
12643
+ "events": [
12644
+ {
12645
+ "key": "INIT",
12646
+ "name": "Initialize"
12647
+ },
12648
+ {
12649
+ "key": "SELECT_TAB",
12650
+ "name": "Select Tab",
12651
+ "payload": [
12652
+ {
12653
+ "name": "tab",
12654
+ "type": "string",
12655
+ "required": true
12656
+ }
12657
+ ]
12658
+ }
12659
+ ],
12660
+ "transitions": [
12661
+ {
12662
+ "from": "idle",
12663
+ "to": "idle",
12664
+ "event": "INIT",
12665
+ "effects": [
12666
+ [
12667
+ "fetch",
12668
+ "BuildTask"
12671
12669
  ],
12672
- "children": [
12670
+ [
12671
+ "render-ui",
12672
+ "main",
12673
12673
  {
12674
- "type": "stack",
12675
- "direction": "vertical",
12676
- "gap": "lg",
12677
- "children": [
12678
- {
12679
- "type": "stack",
12680
- "direction": "horizontal",
12681
- "gap": "sm",
12682
- "align": "center",
12683
- "children": [
12684
- {
12685
- "type": "icon",
12686
- "name": "hammer",
12687
- "size": "lg"
12688
- },
12689
- {
12690
- "type": "typography",
12691
- "content": "Schema Builder",
12692
- "variant": "h2"
12693
- }
12694
- ]
12695
- },
12674
+ "type": "dashboard-layout",
12675
+ "appName": "Schema Builder",
12676
+ "navItems": [
12696
12677
  {
12697
- "type": "divider"
12678
+ "label": "Plan",
12679
+ "href": "/plan",
12680
+ "icon": "clipboard-list"
12698
12681
  },
12699
12682
  {
12700
- "type": "tabs",
12701
- "tabs": [
12702
- {
12703
- "label": "Plan",
12704
- "value": "plan"
12705
- },
12706
- {
12707
- "label": "Build",
12708
- "value": "build"
12709
- },
12710
- {
12711
- "label": "Validate",
12712
- "value": "validate"
12713
- },
12714
- {
12715
- "label": "Fix",
12716
- "value": "fix"
12717
- }
12718
- ],
12719
- "defaultActiveTab": "plan",
12720
- "onTabChange": "SELECT_TAB"
12683
+ "label": "Build",
12684
+ "href": "/build",
12685
+ "icon": "hammer"
12721
12686
  },
12722
12687
  {
12723
- "type": "divider"
12724
- },
12688
+ "label": "Fix",
12689
+ "href": "/fix",
12690
+ "icon": "wrench"
12691
+ }
12692
+ ],
12693
+ "children": [
12725
12694
  {
12726
- "type": "data-grid",
12727
- "entity": "BuildTask",
12728
- "emptyIcon": "inbox",
12729
- "emptyTitle": "No buildtasks yet",
12730
- "emptyDescription": "Add buildtasks to see them here.",
12731
- "className": "transition-shadow hover:shadow-md cursor-pointer",
12732
- "renderItem": [
12733
- "fn",
12734
- "item",
12695
+ "type": "stack",
12696
+ "direction": "vertical",
12697
+ "gap": "lg",
12698
+ "children": [
12735
12699
  {
12736
12700
  "type": "stack",
12737
- "direction": "vertical",
12701
+ "direction": "horizontal",
12738
12702
  "gap": "sm",
12703
+ "align": "center",
12739
12704
  "children": [
12740
12705
  {
12741
- "type": "typography",
12742
- "variant": "h4",
12743
- "content": "@item.prompt"
12706
+ "type": "icon",
12707
+ "name": "hammer",
12708
+ "size": "lg"
12744
12709
  },
12745
12710
  {
12746
12711
  "type": "typography",
12747
- "variant": "caption",
12748
- "color": "muted",
12749
- "content": "@item.plan"
12712
+ "content": "Schema Builder",
12713
+ "variant": "h2"
12714
+ }
12715
+ ]
12716
+ },
12717
+ {
12718
+ "type": "divider"
12719
+ },
12720
+ {
12721
+ "type": "tabs",
12722
+ "tabs": [
12723
+ {
12724
+ "label": "Plan",
12725
+ "value": "plan"
12726
+ },
12727
+ {
12728
+ "label": "Build",
12729
+ "value": "build"
12730
+ },
12731
+ {
12732
+ "label": "Validate",
12733
+ "value": "validate"
12734
+ },
12735
+ {
12736
+ "label": "Fix",
12737
+ "value": "fix"
12738
+ }
12739
+ ],
12740
+ "defaultActiveTab": "plan",
12741
+ "onTabChange": "SELECT_TAB"
12742
+ },
12743
+ {
12744
+ "type": "divider"
12745
+ },
12746
+ {
12747
+ "type": "data-grid",
12748
+ "entity": "BuildTask",
12749
+ "emptyIcon": "inbox",
12750
+ "emptyTitle": "No buildtasks yet",
12751
+ "emptyDescription": "Add buildtasks to see them here.",
12752
+ "className": "transition-shadow hover:shadow-md cursor-pointer",
12753
+ "renderItem": [
12754
+ "fn",
12755
+ "item",
12756
+ {
12757
+ "type": "stack",
12758
+ "direction": "vertical",
12759
+ "gap": "sm",
12760
+ "children": [
12761
+ {
12762
+ "type": "typography",
12763
+ "variant": "h4",
12764
+ "content": "@item.prompt"
12765
+ },
12766
+ {
12767
+ "type": "typography",
12768
+ "variant": "caption",
12769
+ "color": "muted",
12770
+ "content": "@item.plan"
12771
+ }
12772
+ ]
12750
12773
  }
12751
12774
  ]
12752
12775
  }
@@ -12755,133 +12778,138 @@
12755
12778
  ]
12756
12779
  }
12757
12780
  ]
12758
- }
12759
- ]
12760
- ],
12761
- "SELECT_TAB": [
12762
- [
12763
- "fetch",
12764
- "BuildTask"
12765
- ],
12766
- [
12767
- "render-ui",
12768
- "main",
12769
- {
12770
- "type": "dashboard-layout",
12771
- "appName": "Schema Builder",
12772
- "navItems": [
12773
- {
12774
- "label": "Plan",
12775
- "href": "/plan",
12776
- "icon": "clipboard-list"
12777
- },
12778
- {
12779
- "label": "Build",
12780
- "href": "/build",
12781
- "icon": "hammer"
12782
- },
12783
- {
12784
- "label": "Fix",
12785
- "href": "/fix",
12786
- "icon": "wrench"
12787
- }
12781
+ ]
12782
+ },
12783
+ {
12784
+ "from": "idle",
12785
+ "to": "idle",
12786
+ "event": "SELECT_TAB",
12787
+ "effects": [
12788
+ [
12789
+ "fetch",
12790
+ "BuildTask"
12788
12791
  ],
12789
- "children": [
12792
+ [
12793
+ "render-ui",
12794
+ "main",
12790
12795
  {
12791
- "type": "stack",
12792
- "direction": "vertical",
12793
- "gap": "lg",
12794
- "children": [
12795
- {
12796
- "type": "stack",
12797
- "direction": "horizontal",
12798
- "gap": "sm",
12799
- "align": "center",
12800
- "children": [
12801
- {
12802
- "type": "icon",
12803
- "name": "hammer",
12804
- "size": "lg"
12805
- },
12806
- {
12807
- "type": "typography",
12808
- "content": "Schema Builder",
12809
- "variant": "h2"
12810
- }
12811
- ]
12812
- },
12796
+ "type": "dashboard-layout",
12797
+ "appName": "Schema Builder",
12798
+ "navItems": [
12813
12799
  {
12814
- "type": "divider"
12800
+ "label": "Plan",
12801
+ "href": "/plan",
12802
+ "icon": "clipboard-list"
12815
12803
  },
12816
12804
  {
12817
- "type": "tabs",
12818
- "tabs": [
12819
- {
12820
- "label": "Plan",
12821
- "value": "plan"
12822
- },
12823
- {
12824
- "label": "Build",
12825
- "value": "build"
12826
- },
12827
- {
12828
- "label": "Validate",
12829
- "value": "validate"
12830
- },
12831
- {
12832
- "label": "Fix",
12833
- "value": "fix"
12834
- }
12835
- ],
12836
- "defaultActiveTab": "plan",
12837
- "activeTab": "@payload.tab",
12838
- "onTabChange": "SELECT_TAB"
12805
+ "label": "Build",
12806
+ "href": "/build",
12807
+ "icon": "hammer"
12839
12808
  },
12840
12809
  {
12841
- "type": "divider"
12842
- },
12810
+ "label": "Fix",
12811
+ "href": "/fix",
12812
+ "icon": "wrench"
12813
+ }
12814
+ ],
12815
+ "children": [
12843
12816
  {
12844
- "type": "data-grid",
12845
- "entity": "BuildTask",
12846
- "emptyIcon": "inbox",
12847
- "emptyTitle": "No buildtasks yet",
12848
- "emptyDescription": "Add buildtasks to see them here.",
12849
- "className": "transition-shadow hover:shadow-md cursor-pointer",
12850
- "renderItem": [
12851
- "fn",
12852
- "item",
12817
+ "type": "stack",
12818
+ "direction": "vertical",
12819
+ "gap": "lg",
12820
+ "children": [
12853
12821
  {
12854
12822
  "type": "stack",
12855
- "direction": "vertical",
12823
+ "direction": "horizontal",
12856
12824
  "gap": "sm",
12825
+ "align": "center",
12857
12826
  "children": [
12858
12827
  {
12859
- "type": "typography",
12860
- "variant": "h4",
12861
- "content": "@item.prompt"
12828
+ "type": "icon",
12829
+ "name": "hammer",
12830
+ "size": "lg"
12862
12831
  },
12863
12832
  {
12864
12833
  "type": "typography",
12865
- "variant": "caption",
12866
- "color": "muted",
12867
- "content": "@item.plan"
12834
+ "content": "Schema Builder",
12835
+ "variant": "h2"
12868
12836
  }
12869
12837
  ]
12870
- }
12871
- ]
12872
- }
12873
- ]
12874
- }
12875
- ]
12876
- }
12877
- ]
12878
- ]
12879
- }
12880
- }
12881
- ],
12882
- "pages": [
12883
- {
12884
- "name": "BuilderNavPage",
12838
+ },
12839
+ {
12840
+ "type": "divider"
12841
+ },
12842
+ {
12843
+ "type": "tabs",
12844
+ "tabs": [
12845
+ {
12846
+ "label": "Plan",
12847
+ "value": "plan"
12848
+ },
12849
+ {
12850
+ "label": "Build",
12851
+ "value": "build"
12852
+ },
12853
+ {
12854
+ "label": "Validate",
12855
+ "value": "validate"
12856
+ },
12857
+ {
12858
+ "label": "Fix",
12859
+ "value": "fix"
12860
+ }
12861
+ ],
12862
+ "defaultActiveTab": "plan",
12863
+ "activeTab": "@payload.tab",
12864
+ "onTabChange": "SELECT_TAB"
12865
+ },
12866
+ {
12867
+ "type": "divider"
12868
+ },
12869
+ {
12870
+ "type": "data-grid",
12871
+ "entity": "BuildTask",
12872
+ "emptyIcon": "inbox",
12873
+ "emptyTitle": "No buildtasks yet",
12874
+ "emptyDescription": "Add buildtasks to see them here.",
12875
+ "className": "transition-shadow hover:shadow-md cursor-pointer",
12876
+ "renderItem": [
12877
+ "fn",
12878
+ "item",
12879
+ {
12880
+ "type": "stack",
12881
+ "direction": "vertical",
12882
+ "gap": "sm",
12883
+ "children": [
12884
+ {
12885
+ "type": "typography",
12886
+ "variant": "h4",
12887
+ "content": "@item.prompt"
12888
+ },
12889
+ {
12890
+ "type": "typography",
12891
+ "variant": "caption",
12892
+ "color": "muted",
12893
+ "content": "@item.plan"
12894
+ }
12895
+ ]
12896
+ }
12897
+ ]
12898
+ }
12899
+ ]
12900
+ }
12901
+ ]
12902
+ }
12903
+ ]
12904
+ ]
12905
+ }
12906
+ ]
12907
+ }
12908
+ }
12909
+ ],
12910
+ "pages": [
12911
+ {
12912
+ "name": "BuilderNavPage",
12885
12913
  "path": "/builder/nav",
12886
12914
  "traits": [
12887
12915
  {
@@ -12926,713 +12954,1170 @@
12926
12954
  },
12927
12955
  "traits": [
12928
12956
  {
12929
- "ref": "AgentStepProgress.traits.AgentStepProgressProgress",
12930
12957
  "name": "BuildStepProgress",
12931
12958
  "linkedEntity": "BuildProgress",
12932
- "effects": {
12933
- "INIT": [
12934
- [
12935
- "fetch",
12936
- "BuildProgress"
12937
- ],
12938
- [
12939
- "render-ui",
12940
- "main",
12959
+ "category": "interaction",
12960
+ "emits": [
12961
+ {
12962
+ "event": "ADVANCE",
12963
+ "scope": "external",
12964
+ "payload": [
12941
12965
  {
12942
- "type": "dashboard-layout",
12943
- "appName": "Schema Builder",
12944
- "navItems": [
12945
- {
12946
- "label": "Plan",
12947
- "href": "/plan",
12948
- "icon": "clipboard-list"
12949
- },
12950
- {
12951
- "label": "Build",
12952
- "href": "/build",
12953
- "icon": "hammer"
12954
- },
12955
- {
12956
- "label": "Fix",
12957
- "href": "/fix",
12958
- "icon": "wrench"
12959
- }
12966
+ "name": "step",
12967
+ "type": "number"
12968
+ }
12969
+ ]
12970
+ },
12971
+ {
12972
+ "event": "COMPLETE",
12973
+ "scope": "external",
12974
+ "payload": [
12975
+ {
12976
+ "name": "totalSteps",
12977
+ "type": "number"
12978
+ }
12979
+ ]
12980
+ },
12981
+ {
12982
+ "event": "FAIL",
12983
+ "scope": "external",
12984
+ "payload": [
12985
+ {
12986
+ "name": "step",
12987
+ "type": "number"
12988
+ }
12989
+ ]
12990
+ }
12991
+ ],
12992
+ "listens": [
12993
+ {
12994
+ "event": "ADVANCE",
12995
+ "triggers": "ADVANCE",
12996
+ "scope": "external"
12997
+ },
12998
+ {
12999
+ "event": "COMPLETE",
13000
+ "triggers": "COMPLETE",
13001
+ "scope": "external"
13002
+ },
13003
+ {
13004
+ "event": "FAIL",
13005
+ "triggers": "FAIL",
13006
+ "scope": "external"
13007
+ }
13008
+ ],
13009
+ "stateMachine": {
13010
+ "states": [
13011
+ {
13012
+ "name": "idle",
13013
+ "isInitial": true
13014
+ },
13015
+ {
13016
+ "name": "in_progress"
13017
+ },
13018
+ {
13019
+ "name": "completed"
13020
+ },
13021
+ {
13022
+ "name": "failed"
13023
+ }
13024
+ ],
13025
+ "events": [
13026
+ {
13027
+ "key": "INIT",
13028
+ "name": "Initialize"
13029
+ },
13030
+ {
13031
+ "key": "START",
13032
+ "name": "Start Pipeline"
13033
+ },
13034
+ {
13035
+ "key": "ADVANCE",
13036
+ "name": "Advance Step"
13037
+ },
13038
+ {
13039
+ "key": "COMPLETE",
13040
+ "name": "Complete Pipeline"
13041
+ },
13042
+ {
13043
+ "key": "FAIL",
13044
+ "name": "Pipeline Failed"
13045
+ },
13046
+ {
13047
+ "key": "RESET",
13048
+ "name": "Reset Pipeline"
13049
+ }
13050
+ ],
13051
+ "transitions": [
13052
+ {
13053
+ "from": "idle",
13054
+ "to": "idle",
13055
+ "event": "INIT",
13056
+ "effects": [
13057
+ [
13058
+ "fetch",
13059
+ "BuildProgress"
12960
13060
  ],
12961
- "children": [
13061
+ [
13062
+ "render-ui",
13063
+ "main",
12962
13064
  {
12963
- "type": "stack",
12964
- "direction": "vertical",
12965
- "gap": "lg",
12966
- "children": [
13065
+ "type": "dashboard-layout",
13066
+ "appName": "Schema Builder",
13067
+ "navItems": [
12967
13068
  {
12968
- "type": "stack",
12969
- "direction": "horizontal",
12970
- "gap": "sm",
12971
- "align": "center",
12972
- "children": [
12973
- {
12974
- "type": "icon",
12975
- "name": "list-ordered",
12976
- "size": "lg"
12977
- },
12978
- {
12979
- "type": "typography",
12980
- "content": "BuildProgress",
12981
- "variant": "h2"
12982
- },
12983
- {
12984
- "type": "badge",
12985
- "label": "Idle",
12986
- "variant": "default"
12987
- }
12988
- ]
13069
+ "label": "Plan",
13070
+ "href": "/plan",
13071
+ "icon": "clipboard-list"
12989
13072
  },
12990
13073
  {
12991
- "type": "divider"
13074
+ "label": "Build",
13075
+ "href": "/build",
13076
+ "icon": "hammer"
12992
13077
  },
12993
13078
  {
12994
- "type": "wizard-progress",
12995
- "currentStep": "@entity.currentStep",
12996
- "steps": [
12997
- {
12998
- "id": "0",
12999
- "title": "Plan"
13000
- },
13079
+ "label": "Fix",
13080
+ "href": "/fix",
13081
+ "icon": "wrench"
13082
+ }
13083
+ ],
13084
+ "children": [
13085
+ {
13086
+ "type": "stack",
13087
+ "direction": "vertical",
13088
+ "gap": "lg",
13089
+ "children": [
13001
13090
  {
13002
- "id": "1",
13003
- "title": "Generate"
13091
+ "type": "stack",
13092
+ "direction": "horizontal",
13093
+ "gap": "sm",
13094
+ "align": "center",
13095
+ "children": [
13096
+ {
13097
+ "type": "icon",
13098
+ "name": "list-ordered",
13099
+ "size": "lg"
13100
+ },
13101
+ {
13102
+ "type": "typography",
13103
+ "content": "BuildProgress",
13104
+ "variant": "h2"
13105
+ },
13106
+ {
13107
+ "type": "badge",
13108
+ "label": "Idle",
13109
+ "variant": "default"
13110
+ }
13111
+ ]
13004
13112
  },
13005
13113
  {
13006
- "id": "2",
13007
- "title": "Validate"
13114
+ "type": "divider"
13008
13115
  },
13009
13116
  {
13010
- "id": "3",
13011
- "title": "Fix"
13117
+ "type": "wizard-progress",
13118
+ "currentStep": "@entity.currentStep",
13119
+ "steps": [
13120
+ {
13121
+ "id": "0",
13122
+ "title": "Plan"
13123
+ },
13124
+ {
13125
+ "id": "1",
13126
+ "title": "Generate"
13127
+ },
13128
+ {
13129
+ "id": "2",
13130
+ "title": "Validate"
13131
+ },
13132
+ {
13133
+ "id": "3",
13134
+ "title": "Fix"
13135
+ },
13136
+ {
13137
+ "id": "4",
13138
+ "title": "Done"
13139
+ }
13140
+ ]
13012
13141
  },
13013
13142
  {
13014
- "id": "4",
13015
- "title": "Done"
13143
+ "type": "button",
13144
+ "label": "Start",
13145
+ "event": "START",
13146
+ "variant": "primary",
13147
+ "icon": "play"
13016
13148
  }
13017
13149
  ]
13018
- },
13019
- {
13020
- "type": "button",
13021
- "label": "Start",
13022
- "event": "START",
13023
- "variant": "primary",
13024
- "icon": "play"
13025
13150
  }
13026
13151
  ]
13027
13152
  }
13028
13153
  ]
13029
- }
13030
- ]
13031
- ],
13032
- "START": [
13033
- [
13034
- "set",
13035
- "@entity.status",
13036
- "in_progress"
13037
- ],
13038
- [
13039
- "set",
13040
- "@entity.currentStep",
13041
- 0
13042
- ],
13043
- [
13044
- "render-ui",
13045
- "main",
13046
- {
13047
- "type": "dashboard-layout",
13048
- "appName": "Schema Builder",
13049
- "navItems": [
13050
- {
13051
- "label": "Plan",
13052
- "href": "/plan",
13053
- "icon": "clipboard-list"
13054
- },
13055
- {
13056
- "label": "Build",
13057
- "href": "/build",
13058
- "icon": "hammer"
13059
- },
13060
- {
13061
- "label": "Fix",
13062
- "href": "/fix",
13063
- "icon": "wrench"
13064
- }
13154
+ ]
13155
+ },
13156
+ {
13157
+ "from": "idle",
13158
+ "to": "in_progress",
13159
+ "event": "START",
13160
+ "effects": [
13161
+ [
13162
+ "set",
13163
+ "@entity.status",
13164
+ "in_progress"
13165
+ ],
13166
+ [
13167
+ "set",
13168
+ "@entity.currentStep",
13169
+ 0
13170
+ ],
13171
+ [
13172
+ "render-ui",
13173
+ "main",
13174
+ {
13175
+ "type": "dashboard-layout",
13176
+ "appName": "Schema Builder",
13177
+ "navItems": [
13178
+ {
13179
+ "label": "Plan",
13180
+ "href": "/plan",
13181
+ "icon": "clipboard-list"
13182
+ },
13183
+ {
13184
+ "label": "Build",
13185
+ "href": "/build",
13186
+ "icon": "hammer"
13187
+ },
13188
+ {
13189
+ "label": "Fix",
13190
+ "href": "/fix",
13191
+ "icon": "wrench"
13192
+ }
13193
+ ],
13194
+ "children": [
13195
+ {
13196
+ "type": "stack",
13197
+ "direction": "vertical",
13198
+ "gap": "lg",
13199
+ "children": [
13200
+ {
13201
+ "type": "stack",
13202
+ "direction": "horizontal",
13203
+ "gap": "sm",
13204
+ "align": "center",
13205
+ "children": [
13206
+ {
13207
+ "type": "icon",
13208
+ "name": "loader",
13209
+ "size": "lg"
13210
+ },
13211
+ {
13212
+ "type": "typography",
13213
+ "content": "BuildProgress",
13214
+ "variant": "h2"
13215
+ },
13216
+ {
13217
+ "type": "badge",
13218
+ "label": "In Progress",
13219
+ "variant": "warning"
13220
+ }
13221
+ ]
13222
+ },
13223
+ {
13224
+ "type": "divider"
13225
+ },
13226
+ {
13227
+ "type": "wizard-progress",
13228
+ "currentStep": "@entity.currentStep",
13229
+ "steps": [
13230
+ {
13231
+ "id": "0",
13232
+ "title": "Plan"
13233
+ },
13234
+ {
13235
+ "id": "1",
13236
+ "title": "Generate"
13237
+ },
13238
+ {
13239
+ "id": "2",
13240
+ "title": "Validate"
13241
+ },
13242
+ {
13243
+ "id": "3",
13244
+ "title": "Fix"
13245
+ },
13246
+ {
13247
+ "id": "4",
13248
+ "title": "Done"
13249
+ }
13250
+ ]
13251
+ },
13252
+ {
13253
+ "type": "stack",
13254
+ "direction": "horizontal",
13255
+ "gap": "sm",
13256
+ "align": "center",
13257
+ "children": [
13258
+ {
13259
+ "type": "stat-display",
13260
+ "label": "Current Step",
13261
+ "value": "@entity.currentStep"
13262
+ },
13263
+ {
13264
+ "type": "stat-display",
13265
+ "label": "Total Steps",
13266
+ "value": "@entity.totalSteps"
13267
+ }
13268
+ ]
13269
+ },
13270
+ {
13271
+ "type": "stack",
13272
+ "direction": "horizontal",
13273
+ "gap": "sm",
13274
+ "children": [
13275
+ {
13276
+ "type": "button",
13277
+ "label": "Advance",
13278
+ "event": "ADVANCE",
13279
+ "variant": "primary",
13280
+ "icon": "chevron-right"
13281
+ },
13282
+ {
13283
+ "type": "button",
13284
+ "label": "Reset",
13285
+ "event": "RESET",
13286
+ "variant": "ghost",
13287
+ "icon": "rotate-ccw"
13288
+ }
13289
+ ]
13290
+ }
13291
+ ]
13292
+ }
13293
+ ]
13294
+ }
13295
+ ]
13296
+ ]
13297
+ },
13298
+ {
13299
+ "from": "in_progress",
13300
+ "to": "in_progress",
13301
+ "event": "ADVANCE",
13302
+ "guard": [
13303
+ "<",
13304
+ "@entity.currentStep",
13305
+ "@entity.totalSteps"
13306
+ ],
13307
+ "effects": [
13308
+ [
13309
+ "set",
13310
+ "@entity.currentStep",
13311
+ [
13312
+ "+",
13313
+ "@entity.currentStep",
13314
+ 1
13315
+ ]
13316
+ ],
13317
+ [
13318
+ "render-ui",
13319
+ "main",
13320
+ {
13321
+ "type": "dashboard-layout",
13322
+ "appName": "Schema Builder",
13323
+ "navItems": [
13324
+ {
13325
+ "label": "Plan",
13326
+ "href": "/plan",
13327
+ "icon": "clipboard-list"
13328
+ },
13329
+ {
13330
+ "label": "Build",
13331
+ "href": "/build",
13332
+ "icon": "hammer"
13333
+ },
13334
+ {
13335
+ "label": "Fix",
13336
+ "href": "/fix",
13337
+ "icon": "wrench"
13338
+ }
13339
+ ],
13340
+ "children": [
13341
+ {
13342
+ "type": "stack",
13343
+ "direction": "vertical",
13344
+ "gap": "lg",
13345
+ "children": [
13346
+ {
13347
+ "type": "stack",
13348
+ "direction": "horizontal",
13349
+ "gap": "sm",
13350
+ "align": "center",
13351
+ "children": [
13352
+ {
13353
+ "type": "icon",
13354
+ "name": "loader",
13355
+ "size": "lg"
13356
+ },
13357
+ {
13358
+ "type": "typography",
13359
+ "content": "BuildProgress",
13360
+ "variant": "h2"
13361
+ },
13362
+ {
13363
+ "type": "badge",
13364
+ "label": "In Progress",
13365
+ "variant": "warning"
13366
+ }
13367
+ ]
13368
+ },
13369
+ {
13370
+ "type": "divider"
13371
+ },
13372
+ {
13373
+ "type": "wizard-progress",
13374
+ "currentStep": "@entity.currentStep",
13375
+ "steps": [
13376
+ {
13377
+ "id": "0",
13378
+ "title": "Plan"
13379
+ },
13380
+ {
13381
+ "id": "1",
13382
+ "title": "Generate"
13383
+ },
13384
+ {
13385
+ "id": "2",
13386
+ "title": "Validate"
13387
+ },
13388
+ {
13389
+ "id": "3",
13390
+ "title": "Fix"
13391
+ },
13392
+ {
13393
+ "id": "4",
13394
+ "title": "Done"
13395
+ }
13396
+ ]
13397
+ },
13398
+ {
13399
+ "type": "stack",
13400
+ "direction": "horizontal",
13401
+ "gap": "sm",
13402
+ "align": "center",
13403
+ "children": [
13404
+ {
13405
+ "type": "stat-display",
13406
+ "label": "Current Step",
13407
+ "value": "@entity.currentStep"
13408
+ },
13409
+ {
13410
+ "type": "stat-display",
13411
+ "label": "Total Steps",
13412
+ "value": "@entity.totalSteps"
13413
+ }
13414
+ ]
13415
+ },
13416
+ {
13417
+ "type": "stack",
13418
+ "direction": "horizontal",
13419
+ "gap": "sm",
13420
+ "children": [
13421
+ {
13422
+ "type": "button",
13423
+ "label": "Advance",
13424
+ "event": "ADVANCE",
13425
+ "variant": "primary",
13426
+ "icon": "chevron-right"
13427
+ },
13428
+ {
13429
+ "type": "button",
13430
+ "label": "Reset",
13431
+ "event": "RESET",
13432
+ "variant": "ghost",
13433
+ "icon": "rotate-ccw"
13434
+ }
13435
+ ]
13436
+ }
13437
+ ]
13438
+ }
13439
+ ]
13440
+ }
13441
+ ]
13442
+ ]
13443
+ },
13444
+ {
13445
+ "from": "in_progress",
13446
+ "to": "completed",
13447
+ "event": "COMPLETE",
13448
+ "effects": [
13449
+ [
13450
+ "set",
13451
+ "@entity.status",
13452
+ "completed"
13453
+ ],
13454
+ [
13455
+ "set",
13456
+ "@entity.currentStep",
13457
+ "@entity.totalSteps"
13065
13458
  ],
13066
- "children": [
13459
+ [
13460
+ "render-ui",
13461
+ "main",
13067
13462
  {
13068
- "type": "stack",
13069
- "direction": "vertical",
13070
- "gap": "lg",
13463
+ "type": "dashboard-layout",
13464
+ "appName": "Schema Builder",
13465
+ "navItems": [
13466
+ {
13467
+ "label": "Plan",
13468
+ "href": "/plan",
13469
+ "icon": "clipboard-list"
13470
+ },
13471
+ {
13472
+ "label": "Build",
13473
+ "href": "/build",
13474
+ "icon": "hammer"
13475
+ },
13476
+ {
13477
+ "label": "Fix",
13478
+ "href": "/fix",
13479
+ "icon": "wrench"
13480
+ }
13481
+ ],
13071
13482
  "children": [
13072
13483
  {
13073
13484
  "type": "stack",
13074
- "direction": "horizontal",
13075
- "gap": "sm",
13076
- "align": "center",
13485
+ "direction": "vertical",
13486
+ "gap": "lg",
13077
13487
  "children": [
13078
13488
  {
13079
- "type": "icon",
13080
- "name": "loader",
13081
- "size": "lg"
13489
+ "type": "stack",
13490
+ "direction": "horizontal",
13491
+ "gap": "sm",
13492
+ "align": "center",
13493
+ "children": [
13494
+ {
13495
+ "type": "icon",
13496
+ "name": "check-circle",
13497
+ "size": "lg"
13498
+ },
13499
+ {
13500
+ "type": "typography",
13501
+ "content": "BuildProgress",
13502
+ "variant": "h2"
13503
+ },
13504
+ {
13505
+ "type": "badge",
13506
+ "label": "Completed",
13507
+ "variant": "success"
13508
+ }
13509
+ ]
13082
13510
  },
13083
13511
  {
13084
- "type": "typography",
13085
- "content": "BuildProgress",
13086
- "variant": "h2"
13512
+ "type": "divider"
13087
13513
  },
13088
13514
  {
13089
- "type": "badge",
13090
- "label": "In Progress",
13091
- "variant": "warning"
13515
+ "type": "wizard-progress",
13516
+ "currentStep": "@entity.totalSteps",
13517
+ "steps": [
13518
+ {
13519
+ "id": "0",
13520
+ "title": "Plan"
13521
+ },
13522
+ {
13523
+ "id": "1",
13524
+ "title": "Generate"
13525
+ },
13526
+ {
13527
+ "id": "2",
13528
+ "title": "Validate"
13529
+ },
13530
+ {
13531
+ "id": "3",
13532
+ "title": "Fix"
13533
+ },
13534
+ {
13535
+ "id": "4",
13536
+ "title": "Done"
13537
+ }
13538
+ ]
13539
+ },
13540
+ {
13541
+ "type": "alert",
13542
+ "variant": "success",
13543
+ "message": "All steps completed successfully."
13544
+ },
13545
+ {
13546
+ "type": "button",
13547
+ "label": "Reset",
13548
+ "event": "RESET",
13549
+ "variant": "ghost",
13550
+ "icon": "rotate-ccw"
13092
13551
  }
13093
13552
  ]
13553
+ }
13554
+ ]
13555
+ }
13556
+ ]
13557
+ ]
13558
+ },
13559
+ {
13560
+ "from": "in_progress",
13561
+ "to": "failed",
13562
+ "event": "FAIL",
13563
+ "effects": [
13564
+ [
13565
+ "set",
13566
+ "@entity.status",
13567
+ "failed"
13568
+ ],
13569
+ [
13570
+ "render-ui",
13571
+ "main",
13572
+ {
13573
+ "type": "dashboard-layout",
13574
+ "appName": "Schema Builder",
13575
+ "navItems": [
13576
+ {
13577
+ "label": "Plan",
13578
+ "href": "/plan",
13579
+ "icon": "clipboard-list"
13094
13580
  },
13095
13581
  {
13096
- "type": "divider"
13582
+ "label": "Build",
13583
+ "href": "/build",
13584
+ "icon": "hammer"
13097
13585
  },
13098
13586
  {
13099
- "type": "wizard-progress",
13100
- "currentStep": "@entity.currentStep",
13101
- "steps": [
13587
+ "label": "Fix",
13588
+ "href": "/fix",
13589
+ "icon": "wrench"
13590
+ }
13591
+ ],
13592
+ "children": [
13593
+ {
13594
+ "type": "stack",
13595
+ "direction": "vertical",
13596
+ "gap": "lg",
13597
+ "children": [
13598
+ {
13599
+ "type": "stack",
13600
+ "direction": "horizontal",
13601
+ "gap": "sm",
13602
+ "align": "center",
13603
+ "children": [
13604
+ {
13605
+ "type": "icon",
13606
+ "name": "x-circle",
13607
+ "size": "lg"
13608
+ },
13609
+ {
13610
+ "type": "typography",
13611
+ "content": "BuildProgress",
13612
+ "variant": "h2"
13613
+ },
13614
+ {
13615
+ "type": "badge",
13616
+ "label": "Failed",
13617
+ "variant": "destructive"
13618
+ }
13619
+ ]
13620
+ },
13102
13621
  {
13103
- "id": "0",
13104
- "title": "Plan"
13622
+ "type": "divider"
13105
13623
  },
13106
13624
  {
13107
- "id": "1",
13108
- "title": "Generate"
13625
+ "type": "wizard-progress",
13626
+ "currentStep": "@entity.currentStep",
13627
+ "steps": [
13628
+ {
13629
+ "id": "0",
13630
+ "title": "Plan"
13631
+ },
13632
+ {
13633
+ "id": "1",
13634
+ "title": "Generate"
13635
+ },
13636
+ {
13637
+ "id": "2",
13638
+ "title": "Validate"
13639
+ },
13640
+ {
13641
+ "id": "3",
13642
+ "title": "Fix"
13643
+ },
13644
+ {
13645
+ "id": "4",
13646
+ "title": "Done"
13647
+ }
13648
+ ]
13109
13649
  },
13110
13650
  {
13111
- "id": "2",
13112
- "title": "Validate"
13651
+ "type": "alert",
13652
+ "variant": "error",
13653
+ "message": "Pipeline failed at the current step."
13113
13654
  },
13114
13655
  {
13115
- "id": "3",
13116
- "title": "Fix"
13656
+ "type": "stack",
13657
+ "direction": "horizontal",
13658
+ "gap": "sm",
13659
+ "children": [
13660
+ {
13661
+ "type": "stat-display",
13662
+ "label": "Failed At Step",
13663
+ "value": "@entity.currentStep"
13664
+ }
13665
+ ]
13117
13666
  },
13118
13667
  {
13119
- "id": "4",
13120
- "title": "Done"
13668
+ "type": "button",
13669
+ "label": "Reset",
13670
+ "event": "RESET",
13671
+ "variant": "ghost",
13672
+ "icon": "rotate-ccw"
13121
13673
  }
13122
13674
  ]
13675
+ }
13676
+ ]
13677
+ }
13678
+ ]
13679
+ ]
13680
+ },
13681
+ {
13682
+ "from": "idle",
13683
+ "to": "idle",
13684
+ "event": "RESET",
13685
+ "effects": [
13686
+ [
13687
+ "set",
13688
+ "@entity.status",
13689
+ "idle"
13690
+ ],
13691
+ [
13692
+ "set",
13693
+ "@entity.currentStep",
13694
+ 0
13695
+ ],
13696
+ [
13697
+ "render-ui",
13698
+ "main",
13699
+ {
13700
+ "type": "dashboard-layout",
13701
+ "appName": "Schema Builder",
13702
+ "navItems": [
13703
+ {
13704
+ "label": "Plan",
13705
+ "href": "/plan",
13706
+ "icon": "clipboard-list"
13123
13707
  },
13124
13708
  {
13125
- "type": "stack",
13126
- "direction": "horizontal",
13127
- "gap": "sm",
13128
- "align": "center",
13709
+ "label": "Build",
13710
+ "href": "/build",
13711
+ "icon": "hammer"
13712
+ },
13713
+ {
13714
+ "label": "Fix",
13715
+ "href": "/fix",
13716
+ "icon": "wrench"
13717
+ }
13718
+ ],
13719
+ "children": [
13720
+ {
13721
+ "type": "stack",
13722
+ "direction": "vertical",
13723
+ "gap": "lg",
13129
13724
  "children": [
13130
13725
  {
13131
- "type": "stat-display",
13132
- "label": "Current Step",
13133
- "value": "@entity.currentStep"
13726
+ "type": "stack",
13727
+ "direction": "horizontal",
13728
+ "gap": "sm",
13729
+ "align": "center",
13730
+ "children": [
13731
+ {
13732
+ "type": "icon",
13733
+ "name": "list-ordered",
13734
+ "size": "lg"
13735
+ },
13736
+ {
13737
+ "type": "typography",
13738
+ "content": "BuildProgress",
13739
+ "variant": "h2"
13740
+ },
13741
+ {
13742
+ "type": "badge",
13743
+ "label": "Idle",
13744
+ "variant": "default"
13745
+ }
13746
+ ]
13134
13747
  },
13135
13748
  {
13136
- "type": "stat-display",
13137
- "label": "Total Steps",
13138
- "value": "@entity.totalSteps"
13139
- }
13140
- ]
13141
- },
13142
- {
13143
- "type": "stack",
13144
- "direction": "horizontal",
13145
- "gap": "sm",
13146
- "children": [
13749
+ "type": "divider"
13750
+ },
13147
13751
  {
13148
- "type": "button",
13149
- "label": "Advance",
13150
- "event": "ADVANCE",
13151
- "variant": "primary",
13152
- "icon": "chevron-right"
13752
+ "type": "wizard-progress",
13753
+ "currentStep": "@entity.currentStep",
13754
+ "steps": [
13755
+ {
13756
+ "id": "0",
13757
+ "title": "Plan"
13758
+ },
13759
+ {
13760
+ "id": "1",
13761
+ "title": "Generate"
13762
+ },
13763
+ {
13764
+ "id": "2",
13765
+ "title": "Validate"
13766
+ },
13767
+ {
13768
+ "id": "3",
13769
+ "title": "Fix"
13770
+ },
13771
+ {
13772
+ "id": "4",
13773
+ "title": "Done"
13774
+ }
13775
+ ]
13153
13776
  },
13154
13777
  {
13155
13778
  "type": "button",
13156
- "label": "Reset",
13157
- "event": "RESET",
13158
- "variant": "ghost",
13159
- "icon": "rotate-ccw"
13779
+ "label": "Start",
13780
+ "event": "START",
13781
+ "variant": "primary",
13782
+ "icon": "play"
13160
13783
  }
13161
13784
  ]
13162
13785
  }
13163
13786
  ]
13164
13787
  }
13165
13788
  ]
13166
- }
13167
- ]
13168
- ],
13169
- "ADVANCE": [
13170
- [
13171
- "set",
13172
- "@entity.currentStep",
13173
- [
13174
- "+",
13175
- "@entity.currentStep",
13176
- 1
13177
13789
  ]
13178
- ],
13179
- [
13180
- "render-ui",
13181
- "main",
13182
- {
13183
- "type": "dashboard-layout",
13184
- "appName": "Schema Builder",
13185
- "navItems": [
13186
- {
13187
- "label": "Plan",
13188
- "href": "/plan",
13189
- "icon": "clipboard-list"
13190
- },
13191
- {
13192
- "label": "Build",
13193
- "href": "/build",
13194
- "icon": "hammer"
13195
- },
13196
- {
13197
- "label": "Fix",
13198
- "href": "/fix",
13199
- "icon": "wrench"
13200
- }
13790
+ },
13791
+ {
13792
+ "from": "in_progress",
13793
+ "to": "idle",
13794
+ "event": "RESET",
13795
+ "effects": [
13796
+ [
13797
+ "set",
13798
+ "@entity.status",
13799
+ "idle"
13800
+ ],
13801
+ [
13802
+ "set",
13803
+ "@entity.currentStep",
13804
+ 0
13201
13805
  ],
13202
- "children": [
13806
+ [
13807
+ "render-ui",
13808
+ "main",
13203
13809
  {
13204
- "type": "stack",
13205
- "direction": "vertical",
13206
- "gap": "lg",
13207
- "children": [
13810
+ "type": "dashboard-layout",
13811
+ "appName": "Schema Builder",
13812
+ "navItems": [
13208
13813
  {
13209
- "type": "stack",
13210
- "direction": "horizontal",
13211
- "gap": "sm",
13212
- "align": "center",
13213
- "children": [
13214
- {
13215
- "type": "icon",
13216
- "name": "loader",
13217
- "size": "lg"
13218
- },
13219
- {
13220
- "type": "typography",
13221
- "content": "BuildProgress",
13222
- "variant": "h2"
13223
- },
13224
- {
13225
- "type": "badge",
13226
- "label": "In Progress",
13227
- "variant": "warning"
13228
- }
13229
- ]
13814
+ "label": "Plan",
13815
+ "href": "/plan",
13816
+ "icon": "clipboard-list"
13230
13817
  },
13231
13818
  {
13232
- "type": "divider"
13819
+ "label": "Build",
13820
+ "href": "/build",
13821
+ "icon": "hammer"
13233
13822
  },
13234
13823
  {
13235
- "type": "wizard-progress",
13236
- "currentStep": "@entity.currentStep",
13237
- "steps": [
13238
- {
13239
- "id": "0",
13240
- "title": "Plan"
13241
- },
13242
- {
13243
- "id": "1",
13244
- "title": "Generate"
13245
- },
13246
- {
13247
- "id": "2",
13248
- "title": "Validate"
13249
- },
13250
- {
13251
- "id": "3",
13252
- "title": "Fix"
13253
- },
13254
- {
13255
- "id": "4",
13256
- "title": "Done"
13257
- }
13258
- ]
13259
- },
13824
+ "label": "Fix",
13825
+ "href": "/fix",
13826
+ "icon": "wrench"
13827
+ }
13828
+ ],
13829
+ "children": [
13260
13830
  {
13261
13831
  "type": "stack",
13262
- "direction": "horizontal",
13263
- "gap": "sm",
13264
- "align": "center",
13832
+ "direction": "vertical",
13833
+ "gap": "lg",
13265
13834
  "children": [
13266
13835
  {
13267
- "type": "stat-display",
13268
- "label": "Current Step",
13269
- "value": "@entity.currentStep"
13836
+ "type": "stack",
13837
+ "direction": "horizontal",
13838
+ "gap": "sm",
13839
+ "align": "center",
13840
+ "children": [
13841
+ {
13842
+ "type": "icon",
13843
+ "name": "list-ordered",
13844
+ "size": "lg"
13845
+ },
13846
+ {
13847
+ "type": "typography",
13848
+ "content": "BuildProgress",
13849
+ "variant": "h2"
13850
+ },
13851
+ {
13852
+ "type": "badge",
13853
+ "label": "Idle",
13854
+ "variant": "default"
13855
+ }
13856
+ ]
13270
13857
  },
13271
13858
  {
13272
- "type": "stat-display",
13273
- "label": "Total Steps",
13274
- "value": "@entity.totalSteps"
13275
- }
13276
- ]
13277
- },
13278
- {
13279
- "type": "stack",
13280
- "direction": "horizontal",
13281
- "gap": "sm",
13282
- "children": [
13859
+ "type": "divider"
13860
+ },
13283
13861
  {
13284
- "type": "button",
13285
- "label": "Advance",
13286
- "event": "ADVANCE",
13287
- "variant": "primary",
13288
- "icon": "chevron-right"
13862
+ "type": "wizard-progress",
13863
+ "currentStep": "@entity.currentStep",
13864
+ "steps": [
13865
+ {
13866
+ "id": "0",
13867
+ "title": "Plan"
13868
+ },
13869
+ {
13870
+ "id": "1",
13871
+ "title": "Generate"
13872
+ },
13873
+ {
13874
+ "id": "2",
13875
+ "title": "Validate"
13876
+ },
13877
+ {
13878
+ "id": "3",
13879
+ "title": "Fix"
13880
+ },
13881
+ {
13882
+ "id": "4",
13883
+ "title": "Done"
13884
+ }
13885
+ ]
13289
13886
  },
13290
13887
  {
13291
13888
  "type": "button",
13292
- "label": "Reset",
13293
- "event": "RESET",
13294
- "variant": "ghost",
13295
- "icon": "rotate-ccw"
13889
+ "label": "Start",
13890
+ "event": "START",
13891
+ "variant": "primary",
13892
+ "icon": "play"
13296
13893
  }
13297
13894
  ]
13298
13895
  }
13299
13896
  ]
13300
13897
  }
13301
13898
  ]
13302
- }
13303
- ]
13304
- ],
13305
- "COMPLETE": [
13306
- [
13307
- "set",
13308
- "@entity.status",
13309
- "completed"
13310
- ],
13311
- [
13312
- "set",
13313
- "@entity.currentStep",
13314
- "@entity.totalSteps"
13315
- ],
13316
- [
13317
- "render-ui",
13318
- "main",
13319
- {
13320
- "type": "dashboard-layout",
13321
- "appName": "Schema Builder",
13322
- "navItems": [
13323
- {
13324
- "label": "Plan",
13325
- "href": "/plan",
13326
- "icon": "clipboard-list"
13327
- },
13328
- {
13329
- "label": "Build",
13330
- "href": "/build",
13331
- "icon": "hammer"
13332
- },
13333
- {
13334
- "label": "Fix",
13335
- "href": "/fix",
13336
- "icon": "wrench"
13337
- }
13899
+ ]
13900
+ },
13901
+ {
13902
+ "from": "completed",
13903
+ "to": "idle",
13904
+ "event": "RESET",
13905
+ "effects": [
13906
+ [
13907
+ "set",
13908
+ "@entity.status",
13909
+ "idle"
13338
13910
  ],
13339
- "children": [
13340
- {
13341
- "type": "stack",
13342
- "direction": "vertical",
13343
- "gap": "lg",
13344
- "children": [
13345
- {
13346
- "type": "stack",
13347
- "direction": "horizontal",
13348
- "gap": "sm",
13349
- "align": "center",
13350
- "children": [
13351
- {
13352
- "type": "icon",
13353
- "name": "check-circle",
13354
- "size": "lg"
13355
- },
13356
- {
13357
- "type": "typography",
13358
- "content": "BuildProgress",
13359
- "variant": "h2"
13360
- },
13361
- {
13362
- "type": "badge",
13363
- "label": "Completed",
13364
- "variant": "success"
13365
- }
13366
- ]
13367
- },
13368
- {
13369
- "type": "divider"
13370
- },
13911
+ [
13912
+ "set",
13913
+ "@entity.currentStep",
13914
+ 0
13915
+ ],
13916
+ [
13917
+ "render-ui",
13918
+ "main",
13919
+ {
13920
+ "type": "dashboard-layout",
13921
+ "appName": "Schema Builder",
13922
+ "navItems": [
13371
13923
  {
13372
- "type": "wizard-progress",
13373
- "currentStep": "@entity.totalSteps",
13374
- "steps": [
13375
- {
13376
- "id": "0",
13377
- "title": "Plan"
13378
- },
13379
- {
13380
- "id": "1",
13381
- "title": "Generate"
13382
- },
13383
- {
13384
- "id": "2",
13385
- "title": "Validate"
13386
- },
13387
- {
13388
- "id": "3",
13389
- "title": "Fix"
13390
- },
13391
- {
13392
- "id": "4",
13393
- "title": "Done"
13394
- }
13395
- ]
13924
+ "label": "Plan",
13925
+ "href": "/plan",
13926
+ "icon": "clipboard-list"
13396
13927
  },
13397
13928
  {
13398
- "type": "alert",
13399
- "variant": "success",
13400
- "message": "All steps completed successfully."
13929
+ "label": "Build",
13930
+ "href": "/build",
13931
+ "icon": "hammer"
13401
13932
  },
13402
13933
  {
13403
- "type": "button",
13404
- "label": "Reset",
13405
- "event": "RESET",
13406
- "variant": "ghost",
13407
- "icon": "rotate-ccw"
13934
+ "label": "Fix",
13935
+ "href": "/fix",
13936
+ "icon": "wrench"
13408
13937
  }
13409
- ]
13410
- }
13411
- ]
13412
- }
13413
- ]
13414
- ],
13415
- "FAIL": [
13416
- [
13417
- "set",
13418
- "@entity.status",
13419
- "failed"
13420
- ],
13421
- [
13422
- "render-ui",
13423
- "main",
13424
- {
13425
- "type": "dashboard-layout",
13426
- "appName": "Schema Builder",
13427
- "navItems": [
13428
- {
13429
- "label": "Plan",
13430
- "href": "/plan",
13431
- "icon": "clipboard-list"
13432
- },
13433
- {
13434
- "label": "Build",
13435
- "href": "/build",
13436
- "icon": "hammer"
13437
- },
13438
- {
13439
- "label": "Fix",
13440
- "href": "/fix",
13441
- "icon": "wrench"
13442
- }
13443
- ],
13444
- "children": [
13445
- {
13446
- "type": "stack",
13447
- "direction": "vertical",
13448
- "gap": "lg",
13938
+ ],
13449
13939
  "children": [
13450
13940
  {
13451
13941
  "type": "stack",
13452
- "direction": "horizontal",
13453
- "gap": "sm",
13454
- "align": "center",
13942
+ "direction": "vertical",
13943
+ "gap": "lg",
13455
13944
  "children": [
13456
13945
  {
13457
- "type": "icon",
13458
- "name": "x-circle",
13459
- "size": "lg"
13460
- },
13461
- {
13462
- "type": "typography",
13463
- "content": "BuildProgress",
13464
- "variant": "h2"
13465
- },
13466
- {
13467
- "type": "badge",
13468
- "label": "Failed",
13469
- "variant": "destructive"
13470
- }
13471
- ]
13472
- },
13473
- {
13474
- "type": "divider"
13475
- },
13476
- {
13477
- "type": "wizard-progress",
13478
- "currentStep": "@entity.currentStep",
13479
- "steps": [
13480
- {
13481
- "id": "0",
13482
- "title": "Plan"
13483
- },
13484
- {
13485
- "id": "1",
13486
- "title": "Generate"
13946
+ "type": "stack",
13947
+ "direction": "horizontal",
13948
+ "gap": "sm",
13949
+ "align": "center",
13950
+ "children": [
13951
+ {
13952
+ "type": "icon",
13953
+ "name": "list-ordered",
13954
+ "size": "lg"
13955
+ },
13956
+ {
13957
+ "type": "typography",
13958
+ "content": "BuildProgress",
13959
+ "variant": "h2"
13960
+ },
13961
+ {
13962
+ "type": "badge",
13963
+ "label": "Idle",
13964
+ "variant": "default"
13965
+ }
13966
+ ]
13487
13967
  },
13488
13968
  {
13489
- "id": "2",
13490
- "title": "Validate"
13969
+ "type": "divider"
13491
13970
  },
13492
13971
  {
13493
- "id": "3",
13494
- "title": "Fix"
13972
+ "type": "wizard-progress",
13973
+ "currentStep": "@entity.currentStep",
13974
+ "steps": [
13975
+ {
13976
+ "id": "0",
13977
+ "title": "Plan"
13978
+ },
13979
+ {
13980
+ "id": "1",
13981
+ "title": "Generate"
13982
+ },
13983
+ {
13984
+ "id": "2",
13985
+ "title": "Validate"
13986
+ },
13987
+ {
13988
+ "id": "3",
13989
+ "title": "Fix"
13990
+ },
13991
+ {
13992
+ "id": "4",
13993
+ "title": "Done"
13994
+ }
13995
+ ]
13495
13996
  },
13496
13997
  {
13497
- "id": "4",
13498
- "title": "Done"
13499
- }
13500
- ]
13501
- },
13502
- {
13503
- "type": "alert",
13504
- "variant": "error",
13505
- "message": "Pipeline failed at the current step."
13506
- },
13507
- {
13508
- "type": "stack",
13509
- "direction": "horizontal",
13510
- "gap": "sm",
13511
- "children": [
13512
- {
13513
- "type": "stat-display",
13514
- "label": "Failed At Step",
13515
- "value": "@entity.currentStep"
13998
+ "type": "button",
13999
+ "label": "Start",
14000
+ "event": "START",
14001
+ "variant": "primary",
14002
+ "icon": "play"
13516
14003
  }
13517
14004
  ]
13518
- },
13519
- {
13520
- "type": "button",
13521
- "label": "Reset",
13522
- "event": "RESET",
13523
- "variant": "ghost",
13524
- "icon": "rotate-ccw"
13525
14005
  }
13526
14006
  ]
13527
14007
  }
13528
14008
  ]
13529
- }
13530
- ]
13531
- ],
13532
- "RESET": [
13533
- [
13534
- "set",
13535
- "@entity.status",
13536
- "idle"
13537
- ],
13538
- [
13539
- "set",
13540
- "@entity.currentStep",
13541
- 0
13542
- ],
13543
- [
13544
- "render-ui",
13545
- "main",
13546
- {
13547
- "type": "dashboard-layout",
13548
- "appName": "Schema Builder",
13549
- "navItems": [
13550
- {
13551
- "label": "Plan",
13552
- "href": "/plan",
13553
- "icon": "clipboard-list"
13554
- },
13555
- {
13556
- "label": "Build",
13557
- "href": "/build",
13558
- "icon": "hammer"
13559
- },
13560
- {
13561
- "label": "Fix",
13562
- "href": "/fix",
13563
- "icon": "wrench"
13564
- }
14009
+ ]
14010
+ },
14011
+ {
14012
+ "from": "failed",
14013
+ "to": "idle",
14014
+ "event": "RESET",
14015
+ "effects": [
14016
+ [
14017
+ "set",
14018
+ "@entity.status",
14019
+ "idle"
13565
14020
  ],
13566
- "children": [
14021
+ [
14022
+ "set",
14023
+ "@entity.currentStep",
14024
+ 0
14025
+ ],
14026
+ [
14027
+ "render-ui",
14028
+ "main",
13567
14029
  {
13568
- "type": "stack",
13569
- "direction": "vertical",
13570
- "gap": "lg",
13571
- "children": [
14030
+ "type": "dashboard-layout",
14031
+ "appName": "Schema Builder",
14032
+ "navItems": [
13572
14033
  {
13573
- "type": "stack",
13574
- "direction": "horizontal",
13575
- "gap": "sm",
13576
- "align": "center",
13577
- "children": [
13578
- {
13579
- "type": "icon",
13580
- "name": "list-ordered",
13581
- "size": "lg"
13582
- },
13583
- {
13584
- "type": "typography",
13585
- "content": "BuildProgress",
13586
- "variant": "h2"
13587
- },
13588
- {
13589
- "type": "badge",
13590
- "label": "Idle",
13591
- "variant": "default"
13592
- }
13593
- ]
14034
+ "label": "Plan",
14035
+ "href": "/plan",
14036
+ "icon": "clipboard-list"
13594
14037
  },
13595
14038
  {
13596
- "type": "divider"
14039
+ "label": "Build",
14040
+ "href": "/build",
14041
+ "icon": "hammer"
13597
14042
  },
13598
14043
  {
13599
- "type": "wizard-progress",
13600
- "currentStep": "@entity.currentStep",
13601
- "steps": [
13602
- {
13603
- "id": "0",
13604
- "title": "Plan"
13605
- },
14044
+ "label": "Fix",
14045
+ "href": "/fix",
14046
+ "icon": "wrench"
14047
+ }
14048
+ ],
14049
+ "children": [
14050
+ {
14051
+ "type": "stack",
14052
+ "direction": "vertical",
14053
+ "gap": "lg",
14054
+ "children": [
13606
14055
  {
13607
- "id": "1",
13608
- "title": "Generate"
14056
+ "type": "stack",
14057
+ "direction": "horizontal",
14058
+ "gap": "sm",
14059
+ "align": "center",
14060
+ "children": [
14061
+ {
14062
+ "type": "icon",
14063
+ "name": "list-ordered",
14064
+ "size": "lg"
14065
+ },
14066
+ {
14067
+ "type": "typography",
14068
+ "content": "BuildProgress",
14069
+ "variant": "h2"
14070
+ },
14071
+ {
14072
+ "type": "badge",
14073
+ "label": "Idle",
14074
+ "variant": "default"
14075
+ }
14076
+ ]
13609
14077
  },
13610
14078
  {
13611
- "id": "2",
13612
- "title": "Validate"
14079
+ "type": "divider"
13613
14080
  },
13614
14081
  {
13615
- "id": "3",
13616
- "title": "Fix"
14082
+ "type": "wizard-progress",
14083
+ "currentStep": "@entity.currentStep",
14084
+ "steps": [
14085
+ {
14086
+ "id": "0",
14087
+ "title": "Plan"
14088
+ },
14089
+ {
14090
+ "id": "1",
14091
+ "title": "Generate"
14092
+ },
14093
+ {
14094
+ "id": "2",
14095
+ "title": "Validate"
14096
+ },
14097
+ {
14098
+ "id": "3",
14099
+ "title": "Fix"
14100
+ },
14101
+ {
14102
+ "id": "4",
14103
+ "title": "Done"
14104
+ }
14105
+ ]
13617
14106
  },
13618
14107
  {
13619
- "id": "4",
13620
- "title": "Done"
14108
+ "type": "button",
14109
+ "label": "Start",
14110
+ "event": "START",
14111
+ "variant": "primary",
14112
+ "icon": "play"
13621
14113
  }
13622
14114
  ]
13623
- },
13624
- {
13625
- "type": "button",
13626
- "label": "Start",
13627
- "event": "START",
13628
- "variant": "primary",
13629
- "icon": "play"
13630
14115
  }
13631
14116
  ]
13632
14117
  }
13633
14118
  ]
13634
- }
13635
- ]
14119
+ ]
14120
+ }
13636
14121
  ]
13637
14122
  }
13638
14123
  }
@@ -13649,5 +14134,6 @@
13649
14134
  }
13650
14135
  ]
13651
14136
  }
13652
- ]
13653
- }
14137
+ ],
14138
+ "description": "Schema builder agent organism. Full build cycle that plans, generates, validates, and fixes .orb programs. Composes planner + tool-loop + fix-loop molecules with session management and tabbed views. Composed from: - stdAgentPlanner (molecule): task planning with classification and memory - stdAgentToolLoop (molecule): iterative tool execution - stdAgentFixLoop (molecule): validation-fix cycle - stdAgentSession: session forking and checkpointing - stdTabs: Plan / Build / Validate / Fix tab navigation - stdAgentStepProgress: overall build pipeline progress indicator Cross-trait events: - PLAN_READY (Planner -> ToolLoop): plan complete, begin building - TOOL_LOOP_DONE (ToolLoop -> FixLoop): schema generated, validate it - FIX_SUCCEEDED (FixLoop -> Memory): record successful fix pattern Pages: /plan (initial), /build, /validate, /fix (2026-04-08). The canonical source for std behaviors is now the registry `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`, which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/` and consumed by the compiler's embedded loader. Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying overrides at the call site (`linkedEntity`, `name`, `events`, `effects`, `listens`, `emitsScope`). The TS `*Params` interface and the exported factory functions remain ONLY as the authoring path for the converter; they are NOT a stable public API and may change without notice. See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and `docs/LOLO_Gaps.md` for the migration plan."
14139
+ }