@almadar/std 5.0.0 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (421) hide show
  1. package/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
  2. package/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
  3. package/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
  4. package/behaviors/exports/atoms/std-agent-completion.orb +8 -8
  5. package/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
  6. package/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
  7. package/behaviors/exports/atoms/std-agent-memory.orb +13 -127
  8. package/behaviors/exports/atoms/std-agent-provider.orb +8 -8
  9. package/behaviors/exports/atoms/std-agent-search.orb +6 -27
  10. package/behaviors/exports/atoms/std-agent-session.orb +11 -85
  11. package/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
  12. package/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
  13. package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
  14. package/behaviors/exports/atoms/std-async.orb +5 -8
  15. package/behaviors/exports/atoms/std-autoregressive.orb +4 -2
  16. package/behaviors/exports/atoms/std-browse.orb +5 -4
  17. package/behaviors/exports/atoms/std-cache-aside.orb +5 -8
  18. package/behaviors/exports/atoms/std-calendar.orb +5 -4
  19. package/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
  20. package/behaviors/exports/atoms/std-collision.orb +5 -4
  21. package/behaviors/exports/atoms/std-combat-log.orb +5 -4
  22. package/behaviors/exports/atoms/std-combat.orb +5 -4
  23. package/behaviors/exports/atoms/std-confirmation.orb +10 -4
  24. package/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
  25. package/behaviors/exports/atoms/std-display.orb +5 -4
  26. package/behaviors/exports/atoms/std-drawer.orb +5 -4
  27. package/behaviors/exports/atoms/std-filter.orb +5 -4
  28. package/behaviors/exports/atoms/std-flip-card.orb +5 -4
  29. package/behaviors/exports/atoms/std-gallery.orb +5 -4
  30. package/behaviors/exports/atoms/std-game-audio.orb +5 -4
  31. package/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
  32. package/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
  33. package/behaviors/exports/atoms/std-game-hud.orb +5 -4
  34. package/behaviors/exports/atoms/std-game-menu.orb +5 -4
  35. package/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
  36. package/behaviors/exports/atoms/std-gameflow.orb +5 -4
  37. package/behaviors/exports/atoms/std-input.orb +5 -4
  38. package/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
  39. package/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
  40. package/behaviors/exports/atoms/std-loading.orb +5 -4
  41. package/behaviors/exports/atoms/std-modal.orb +89 -4
  42. package/behaviors/exports/atoms/std-movement.orb +5 -4
  43. package/behaviors/exports/atoms/std-notification.orb +5 -4
  44. package/behaviors/exports/atoms/std-overworld.orb +5 -4
  45. package/behaviors/exports/atoms/std-pagination.orb +5 -4
  46. package/behaviors/exports/atoms/std-physics2d.orb +5 -4
  47. package/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
  48. package/behaviors/exports/atoms/std-quest.orb +5 -8
  49. package/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
  50. package/behaviors/exports/atoms/std-rating.orb +5 -4
  51. package/behaviors/exports/atoms/std-score-board.orb +5 -4
  52. package/behaviors/exports/atoms/std-score.orb +5 -4
  53. package/behaviors/exports/atoms/std-search.orb +5 -4
  54. package/behaviors/exports/atoms/std-selection.orb +5 -4
  55. package/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
  56. package/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
  57. package/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
  58. package/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
  59. package/behaviors/exports/atoms/std-service-email.orb +5 -4
  60. package/behaviors/exports/atoms/std-service-github.orb +5 -4
  61. package/behaviors/exports/atoms/std-service-llm.orb +5 -4
  62. package/behaviors/exports/atoms/std-service-oauth.orb +5 -4
  63. package/behaviors/exports/atoms/std-service-redis.orb +5 -4
  64. package/behaviors/exports/atoms/std-service-storage.orb +5 -4
  65. package/behaviors/exports/atoms/std-service-stripe.orb +5 -4
  66. package/behaviors/exports/atoms/std-service-twilio.orb +5 -4
  67. package/behaviors/exports/atoms/std-service-youtube.orb +5 -4
  68. package/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
  69. package/behaviors/exports/atoms/std-sort.orb +5 -4
  70. package/behaviors/exports/atoms/std-sprite.orb +5 -4
  71. package/behaviors/exports/atoms/std-tabs.orb +5 -4
  72. package/behaviors/exports/atoms/std-text-effects.orb +5 -4
  73. package/behaviors/exports/atoms/std-theme.orb +5 -4
  74. package/behaviors/exports/atoms/std-timer.orb +5 -4
  75. package/behaviors/exports/atoms/std-undo.orb +5 -4
  76. package/behaviors/exports/atoms/std-upload.orb +5 -4
  77. package/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
  78. package/behaviors/exports/atoms/std-wizard.orb +5 -4
  79. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
  80. package/behaviors/exports/molecules/std-agent-learner.orb +608 -938
  81. package/behaviors/exports/molecules/std-agent-planner.orb +613 -961
  82. package/behaviors/exports/molecules/std-agent-rag.orb +586 -915
  83. package/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
  84. package/behaviors/exports/molecules/std-builder-game.orb +5 -4
  85. package/behaviors/exports/molecules/std-cart.orb +196 -307
  86. package/behaviors/exports/molecules/std-classifier-game.orb +5 -4
  87. package/behaviors/exports/molecules/std-debugger-game.orb +5 -4
  88. package/behaviors/exports/molecules/std-detail.orb +309 -467
  89. package/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
  90. package/behaviors/exports/molecules/std-form-advanced.orb +5 -8
  91. package/behaviors/exports/molecules/std-geospatial.orb +363 -539
  92. package/behaviors/exports/molecules/std-inventory.orb +390 -720
  93. package/behaviors/exports/molecules/std-list.orb +526 -1156
  94. package/behaviors/exports/molecules/std-messaging.orb +295 -452
  95. package/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
  96. package/behaviors/exports/molecules/std-platformer-game.orb +5 -4
  97. package/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
  98. package/behaviors/exports/molecules/std-quiz.orb +5 -4
  99. package/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
  100. package/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
  101. package/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
  102. package/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
  103. package/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
  104. package/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
  105. package/behaviors/exports/molecules/std-simulator-game.orb +5 -4
  106. package/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
  107. package/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
  108. package/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
  109. package/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
  110. package/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
  111. package/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
  112. package/behaviors/exports/organisms/std-api-gateway.orb +284 -626
  113. package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  114. package/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
  115. package/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
  116. package/behaviors/exports/organisms/std-cms.orb +1274 -1972
  117. package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  118. package/behaviors/exports/organisms/std-crm.orb +999 -1775
  119. package/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
  120. package/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
  121. package/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
  122. package/behaviors/exports/organisms/std-healthcare.orb +984 -1838
  123. package/behaviors/exports/organisms/std-helpdesk.orb +340 -744
  124. package/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
  125. package/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
  126. package/behaviors/exports/organisms/std-lms.orb +284 -632
  127. package/behaviors/exports/organisms/std-logic-training.orb +4 -4
  128. package/behaviors/exports/organisms/std-platformer-app.orb +15 -98
  129. package/behaviors/exports/organisms/std-project-manager.orb +970 -1774
  130. package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  131. package/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
  132. package/behaviors/exports/organisms/std-rpg-game.orb +15 -102
  133. package/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
  134. package/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
  135. package/behaviors/exports/organisms/std-social-feed.orb +62 -66
  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 +274 -620
  139. package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
  140. package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
  141. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
  142. package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -8
  143. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
  144. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
  145. package/dist/behaviors/exports/atoms/std-agent-memory.orb +13 -127
  146. package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -8
  147. package/dist/behaviors/exports/atoms/std-agent-search.orb +6 -27
  148. package/dist/behaviors/exports/atoms/std-agent-session.orb +11 -85
  149. package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
  150. package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
  151. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
  152. package/dist/behaviors/exports/atoms/std-async.orb +5 -8
  153. package/dist/behaviors/exports/atoms/std-autoregressive.orb +4 -2
  154. package/dist/behaviors/exports/atoms/std-browse.orb +5 -4
  155. package/dist/behaviors/exports/atoms/std-cache-aside.orb +5 -8
  156. package/dist/behaviors/exports/atoms/std-calendar.orb +5 -4
  157. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
  158. package/dist/behaviors/exports/atoms/std-collision.orb +5 -4
  159. package/dist/behaviors/exports/atoms/std-combat-log.orb +5 -4
  160. package/dist/behaviors/exports/atoms/std-combat.orb +5 -4
  161. package/dist/behaviors/exports/atoms/std-confirmation.orb +10 -4
  162. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
  163. package/dist/behaviors/exports/atoms/std-display.orb +5 -4
  164. package/dist/behaviors/exports/atoms/std-drawer.orb +5 -4
  165. package/dist/behaviors/exports/atoms/std-filter.orb +5 -4
  166. package/dist/behaviors/exports/atoms/std-flip-card.orb +5 -4
  167. package/dist/behaviors/exports/atoms/std-gallery.orb +5 -4
  168. package/dist/behaviors/exports/atoms/std-game-audio.orb +5 -4
  169. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
  170. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
  171. package/dist/behaviors/exports/atoms/std-game-hud.orb +5 -4
  172. package/dist/behaviors/exports/atoms/std-game-menu.orb +5 -4
  173. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
  174. package/dist/behaviors/exports/atoms/std-gameflow.orb +5 -4
  175. package/dist/behaviors/exports/atoms/std-input.orb +5 -4
  176. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
  177. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
  178. package/dist/behaviors/exports/atoms/std-loading.orb +5 -4
  179. package/dist/behaviors/exports/atoms/std-modal.orb +89 -4
  180. package/dist/behaviors/exports/atoms/std-movement.orb +5 -4
  181. package/dist/behaviors/exports/atoms/std-notification.orb +5 -4
  182. package/dist/behaviors/exports/atoms/std-overworld.orb +5 -4
  183. package/dist/behaviors/exports/atoms/std-pagination.orb +5 -4
  184. package/dist/behaviors/exports/atoms/std-physics2d.orb +5 -4
  185. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
  186. package/dist/behaviors/exports/atoms/std-quest.orb +5 -8
  187. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
  188. package/dist/behaviors/exports/atoms/std-rating.orb +5 -4
  189. package/dist/behaviors/exports/atoms/std-score-board.orb +5 -4
  190. package/dist/behaviors/exports/atoms/std-score.orb +5 -4
  191. package/dist/behaviors/exports/atoms/std-search.orb +5 -4
  192. package/dist/behaviors/exports/atoms/std-selection.orb +5 -4
  193. package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
  194. package/dist/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
  195. package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
  196. package/dist/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
  197. package/dist/behaviors/exports/atoms/std-service-email.orb +5 -4
  198. package/dist/behaviors/exports/atoms/std-service-github.orb +5 -4
  199. package/dist/behaviors/exports/atoms/std-service-llm.orb +5 -4
  200. package/dist/behaviors/exports/atoms/std-service-oauth.orb +5 -4
  201. package/dist/behaviors/exports/atoms/std-service-redis.orb +5 -4
  202. package/dist/behaviors/exports/atoms/std-service-storage.orb +5 -4
  203. package/dist/behaviors/exports/atoms/std-service-stripe.orb +5 -4
  204. package/dist/behaviors/exports/atoms/std-service-twilio.orb +5 -4
  205. package/dist/behaviors/exports/atoms/std-service-youtube.orb +5 -4
  206. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
  207. package/dist/behaviors/exports/atoms/std-sort.orb +5 -4
  208. package/dist/behaviors/exports/atoms/std-sprite.orb +5 -4
  209. package/dist/behaviors/exports/atoms/std-tabs.orb +5 -4
  210. package/dist/behaviors/exports/atoms/std-text-effects.orb +5 -4
  211. package/dist/behaviors/exports/atoms/std-theme.orb +5 -4
  212. package/dist/behaviors/exports/atoms/std-timer.orb +5 -4
  213. package/dist/behaviors/exports/atoms/std-undo.orb +5 -4
  214. package/dist/behaviors/exports/atoms/std-upload.orb +5 -4
  215. package/dist/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
  216. package/dist/behaviors/exports/atoms/std-wizard.orb +5 -4
  217. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
  218. package/dist/behaviors/exports/molecules/std-agent-learner.orb +608 -938
  219. package/dist/behaviors/exports/molecules/std-agent-planner.orb +613 -961
  220. package/dist/behaviors/exports/molecules/std-agent-rag.orb +586 -915
  221. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
  222. package/dist/behaviors/exports/molecules/std-builder-game.orb +5 -4
  223. package/dist/behaviors/exports/molecules/std-cart.orb +196 -307
  224. package/dist/behaviors/exports/molecules/std-classifier-game.orb +5 -4
  225. package/dist/behaviors/exports/molecules/std-debugger-game.orb +5 -4
  226. package/dist/behaviors/exports/molecules/std-detail.orb +309 -467
  227. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
  228. package/dist/behaviors/exports/molecules/std-form-advanced.orb +5 -8
  229. package/dist/behaviors/exports/molecules/std-geospatial.orb +363 -539
  230. package/dist/behaviors/exports/molecules/std-inventory.orb +390 -720
  231. package/dist/behaviors/exports/molecules/std-list.orb +526 -1156
  232. package/dist/behaviors/exports/molecules/std-messaging.orb +295 -452
  233. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
  234. package/dist/behaviors/exports/molecules/std-platformer-game.orb +5 -4
  235. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
  236. package/dist/behaviors/exports/molecules/std-quiz.orb +5 -4
  237. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
  238. package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
  239. package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
  240. package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
  241. package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
  242. package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
  243. package/dist/behaviors/exports/molecules/std-simulator-game.orb +5 -4
  244. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
  245. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
  246. package/dist/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
  247. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
  248. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
  249. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
  250. package/dist/behaviors/exports/organisms/std-api-gateway.orb +284 -626
  251. package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  252. package/dist/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
  253. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
  254. package/dist/behaviors/exports/organisms/std-cms.orb +1274 -1972
  255. package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  256. package/dist/behaviors/exports/organisms/std-crm.orb +999 -1775
  257. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
  258. package/dist/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
  259. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
  260. package/dist/behaviors/exports/organisms/std-healthcare.orb +984 -1838
  261. package/dist/behaviors/exports/organisms/std-helpdesk.orb +340 -744
  262. package/dist/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
  263. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
  264. package/dist/behaviors/exports/organisms/std-lms.orb +284 -632
  265. package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
  266. package/dist/behaviors/exports/organisms/std-platformer-app.orb +15 -98
  267. package/dist/behaviors/exports/organisms/std-project-manager.orb +970 -1774
  268. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  269. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
  270. package/dist/behaviors/exports/organisms/std-rpg-game.orb +15 -102
  271. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
  272. package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
  273. package/dist/behaviors/exports/organisms/std-social-feed.orb +62 -66
  274. package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
  275. package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
  276. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
  277. package/dist/behaviors/exports-reader.js.map +1 -1
  278. package/dist/behaviors/functions/index.d.ts +2192 -0
  279. package/dist/behaviors/functions/index.js.map +1 -1
  280. package/dist/behaviors/index.js.map +1 -1
  281. package/dist/behaviors/query.js.map +1 -1
  282. package/dist/exports/atoms/std-agent-activity-log.orb +5 -45
  283. package/dist/exports/atoms/std-agent-chat-thread.orb +5 -55
  284. package/dist/exports/atoms/std-agent-classifier.orb +8 -8
  285. package/dist/exports/atoms/std-agent-completion.orb +8 -8
  286. package/dist/exports/atoms/std-agent-context-window.orb +5 -4
  287. package/dist/exports/atoms/std-agent-conversation.orb +5 -71
  288. package/dist/exports/atoms/std-agent-memory.orb +13 -127
  289. package/dist/exports/atoms/std-agent-provider.orb +8 -8
  290. package/dist/exports/atoms/std-agent-search.orb +6 -27
  291. package/dist/exports/atoms/std-agent-session.orb +11 -85
  292. package/dist/exports/atoms/std-agent-step-progress.orb +5 -4
  293. package/dist/exports/atoms/std-agent-token-gauge.orb +5 -4
  294. package/dist/exports/atoms/std-agent-tool-call.orb +8 -8
  295. package/dist/exports/atoms/std-async.orb +5 -8
  296. package/dist/exports/atoms/std-autoregressive.orb +4 -2
  297. package/dist/exports/atoms/std-browse.orb +5 -4
  298. package/dist/exports/atoms/std-cache-aside.orb +5 -8
  299. package/dist/exports/atoms/std-calendar.orb +5 -4
  300. package/dist/exports/atoms/std-circuit-breaker.orb +5 -4
  301. package/dist/exports/atoms/std-collision.orb +5 -4
  302. package/dist/exports/atoms/std-combat-log.orb +5 -4
  303. package/dist/exports/atoms/std-combat.orb +5 -4
  304. package/dist/exports/atoms/std-confirmation.orb +10 -4
  305. package/dist/exports/atoms/std-dialogue-box.orb +5 -4
  306. package/dist/exports/atoms/std-display.orb +5 -4
  307. package/dist/exports/atoms/std-drawer.orb +5 -4
  308. package/dist/exports/atoms/std-filter.orb +5 -4
  309. package/dist/exports/atoms/std-flip-card.orb +5 -4
  310. package/dist/exports/atoms/std-gallery.orb +5 -4
  311. package/dist/exports/atoms/std-game-audio.orb +5 -4
  312. package/dist/exports/atoms/std-game-canvas2d.orb +4 -2
  313. package/dist/exports/atoms/std-game-canvas3d.orb +4 -2
  314. package/dist/exports/atoms/std-game-hud.orb +5 -4
  315. package/dist/exports/atoms/std-game-menu.orb +5 -4
  316. package/dist/exports/atoms/std-game-over-screen.orb +5 -4
  317. package/dist/exports/atoms/std-gameflow.orb +5 -4
  318. package/dist/exports/atoms/std-input.orb +5 -4
  319. package/dist/exports/atoms/std-inventory-panel.orb +5 -8
  320. package/dist/exports/atoms/std-isometric-canvas.orb +5 -4
  321. package/dist/exports/atoms/std-loading.orb +5 -4
  322. package/dist/exports/atoms/std-modal.orb +89 -4
  323. package/dist/exports/atoms/std-movement.orb +5 -4
  324. package/dist/exports/atoms/std-notification.orb +5 -4
  325. package/dist/exports/atoms/std-overworld.orb +5 -4
  326. package/dist/exports/atoms/std-pagination.orb +5 -4
  327. package/dist/exports/atoms/std-physics2d.orb +5 -4
  328. package/dist/exports/atoms/std-platformer-canvas.orb +5 -4
  329. package/dist/exports/atoms/std-quest.orb +5 -8
  330. package/dist/exports/atoms/std-rate-limiter.orb +5 -4
  331. package/dist/exports/atoms/std-rating.orb +5 -4
  332. package/dist/exports/atoms/std-score-board.orb +5 -4
  333. package/dist/exports/atoms/std-score.orb +5 -4
  334. package/dist/exports/atoms/std-search.orb +5 -4
  335. package/dist/exports/atoms/std-selection.orb +5 -4
  336. package/dist/exports/atoms/std-service-custom-bearer.orb +5 -15
  337. package/dist/exports/atoms/std-service-custom-header.orb +5 -17
  338. package/dist/exports/atoms/std-service-custom-noauth.orb +5 -11
  339. package/dist/exports/atoms/std-service-custom-query.orb +5 -17
  340. package/dist/exports/atoms/std-service-email.orb +5 -4
  341. package/dist/exports/atoms/std-service-github.orb +5 -4
  342. package/dist/exports/atoms/std-service-llm.orb +5 -4
  343. package/dist/exports/atoms/std-service-oauth.orb +5 -4
  344. package/dist/exports/atoms/std-service-redis.orb +5 -4
  345. package/dist/exports/atoms/std-service-storage.orb +5 -4
  346. package/dist/exports/atoms/std-service-stripe.orb +5 -4
  347. package/dist/exports/atoms/std-service-twilio.orb +5 -4
  348. package/dist/exports/atoms/std-service-youtube.orb +5 -4
  349. package/dist/exports/atoms/std-simulation-canvas.orb +5 -4
  350. package/dist/exports/atoms/std-sort.orb +5 -4
  351. package/dist/exports/atoms/std-sprite.orb +5 -4
  352. package/dist/exports/atoms/std-tabs.orb +5 -4
  353. package/dist/exports/atoms/std-text-effects.orb +5 -4
  354. package/dist/exports/atoms/std-theme.orb +5 -4
  355. package/dist/exports/atoms/std-timer.orb +5 -4
  356. package/dist/exports/atoms/std-undo.orb +5 -4
  357. package/dist/exports/atoms/std-upload.orb +5 -4
  358. package/dist/exports/atoms/std-validate-on-save.orb +5 -32
  359. package/dist/exports/atoms/std-wizard.orb +5 -4
  360. package/dist/exports/molecules/std-agent-fix-loop.orb +1141 -1709
  361. package/dist/exports/molecules/std-agent-learner.orb +608 -938
  362. package/dist/exports/molecules/std-agent-planner.orb +613 -961
  363. package/dist/exports/molecules/std-agent-rag.orb +586 -915
  364. package/dist/exports/molecules/std-agent-tool-loop.orb +915 -2846
  365. package/dist/exports/molecules/std-builder-game.orb +5 -4
  366. package/dist/exports/molecules/std-cart.orb +196 -307
  367. package/dist/exports/molecules/std-classifier-game.orb +5 -4
  368. package/dist/exports/molecules/std-debugger-game.orb +5 -4
  369. package/dist/exports/molecules/std-detail.orb +309 -467
  370. package/dist/exports/molecules/std-event-handler-game.orb +5 -4
  371. package/dist/exports/molecules/std-form-advanced.orb +5 -8
  372. package/dist/exports/molecules/std-geospatial.orb +363 -539
  373. package/dist/exports/molecules/std-inventory.orb +390 -720
  374. package/dist/exports/molecules/std-list.orb +526 -1156
  375. package/dist/exports/molecules/std-messaging.orb +295 -452
  376. package/dist/exports/molecules/std-negotiator-game.orb +5 -4
  377. package/dist/exports/molecules/std-platformer-game.orb +5 -4
  378. package/dist/exports/molecules/std-puzzle-game.orb +5 -4
  379. package/dist/exports/molecules/std-quiz.orb +5 -4
  380. package/dist/exports/molecules/std-sequencer-game.orb +5 -4
  381. package/dist/exports/molecules/std-service-content-pipeline.orb +5 -4
  382. package/dist/exports/molecules/std-service-custom-api-tester.orb +5 -42
  383. package/dist/exports/molecules/std-service-devops-toolkit.orb +5 -4
  384. package/dist/exports/molecules/std-service-notification-hub.orb +5 -4
  385. package/dist/exports/molecules/std-service-payment-flow.orb +5 -4
  386. package/dist/exports/molecules/std-simulator-game.orb +5 -4
  387. package/dist/exports/molecules/std-turn-based-battle.orb +5 -4
  388. package/dist/exports/organisms/std-agent-assistant.orb +15 -143
  389. package/dist/exports/organisms/std-agent-builder.orb +814 -1476
  390. package/dist/exports/organisms/std-agent-pipeline.orb +785 -1567
  391. package/dist/exports/organisms/std-agent-reviewer.orb +299 -502
  392. package/dist/exports/organisms/std-agent-tutor.orb +306 -493
  393. package/dist/exports/organisms/std-api-gateway.orb +284 -626
  394. package/dist/exports/organisms/std-arcade-game.orb +4 -4
  395. package/dist/exports/organisms/std-booking-system.orb +1422 -2160
  396. package/dist/exports/organisms/std-cicd-pipeline.orb +274 -617
  397. package/dist/exports/organisms/std-cms.orb +1274 -1972
  398. package/dist/exports/organisms/std-coding-academy.orb +4 -4
  399. package/dist/exports/organisms/std-crm.orb +999 -1775
  400. package/dist/exports/organisms/std-devops-dashboard.orb +284 -638
  401. package/dist/exports/organisms/std-ecommerce.orb +1653 -2398
  402. package/dist/exports/organisms/std-finance-tracker.orb +340 -684
  403. package/dist/exports/organisms/std-healthcare.orb +984 -1838
  404. package/dist/exports/organisms/std-helpdesk.orb +340 -744
  405. package/dist/exports/organisms/std-hr-portal.orb +1401 -2151
  406. package/dist/exports/organisms/std-iot-dashboard.orb +284 -626
  407. package/dist/exports/organisms/std-lms.orb +284 -632
  408. package/dist/exports/organisms/std-logic-training.orb +4 -4
  409. package/dist/exports/organisms/std-platformer-app.orb +15 -98
  410. package/dist/exports/organisms/std-project-manager.orb +970 -1774
  411. package/dist/exports/organisms/std-puzzle-app.orb +4 -4
  412. package/dist/exports/organisms/std-realtime-chat.orb +364 -714
  413. package/dist/exports/organisms/std-rpg-game.orb +15 -102
  414. package/dist/exports/organisms/std-service-marketplace.orb +1589 -2361
  415. package/dist/exports/organisms/std-service-research-assistant.orb +4 -15
  416. package/dist/exports/organisms/std-social-feed.orb +62 -66
  417. package/dist/exports/organisms/std-stem-lab.orb +4 -4
  418. package/dist/exports/organisms/std-strategy-game.orb +4 -4
  419. package/dist/exports/organisms/std-trading-dashboard.orb +274 -620
  420. package/dist/index.js.map +1 -1
  421. package/package.json +2 -2
@@ -1,9 +1,20 @@
1
1
  {
2
- "name": "Schema Builder",
2
+ "name": "std-agent-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.",
4
5
  "orbitals": [
5
6
  {
6
7
  "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
+ ],
7
18
  "entity": {
8
19
  "name": "BuildPlan",
9
20
  "persistence": "runtime",
@@ -1175,6 +1186,11 @@
1175
1186
  "name": "PlannerTaskInput",
1176
1187
  "linkedEntity": "BuildPlan",
1177
1188
  "category": "interaction",
1189
+ "emits": [
1190
+ {
1191
+ "event": "PLAN"
1192
+ }
1193
+ ],
1178
1194
  "stateMachine": {
1179
1195
  "states": [
1180
1196
  {
@@ -1300,6 +1316,10 @@
1300
1316
  "linkedEntity": "BuildPlan",
1301
1317
  "category": "interaction",
1302
1318
  "emits": [
1319
+ {
1320
+ "event": "SAVE",
1321
+ "scope": "internal"
1322
+ },
1303
1323
  {
1304
1324
  "event": "CLASSIFIED",
1305
1325
  "scope": "internal"
@@ -1706,10 +1726,6 @@
1706
1726
  }
1707
1727
  ]
1708
1728
  }
1709
- ],
1710
- [
1711
- "notify",
1712
- "BuildPlan created successfully"
1713
1729
  ]
1714
1730
  ]
1715
1731
  }
@@ -1722,6 +1738,10 @@
1722
1738
  "linkedEntity": "BuildPlan",
1723
1739
  "category": "interaction",
1724
1740
  "emits": [
1741
+ {
1742
+ "event": "SAVE",
1743
+ "scope": "internal"
1744
+ },
1725
1745
  {
1726
1746
  "event": "GENERATED",
1727
1747
  "scope": "internal"
@@ -2106,10 +2126,6 @@
2106
2126
  }
2107
2127
  ]
2108
2128
  }
2109
- ],
2110
- [
2111
- "notify",
2112
- "BuildPlan created successfully"
2113
2129
  ]
2114
2130
  ]
2115
2131
  }
@@ -2190,61 +2206,6 @@
2190
2206
  "type": "object"
2191
2207
  }
2192
2208
  ]
2193
- },
2194
- {
2195
- "key": "MEMORIZED",
2196
- "name": "MEMORIZED",
2197
- "payload": [
2198
- {
2199
- "name": "data",
2200
- "type": "object",
2201
- "required": true
2202
- }
2203
- ]
2204
- },
2205
- {
2206
- "key": "PINNED",
2207
- "name": "PINNED",
2208
- "payload": [
2209
- {
2210
- "name": "data",
2211
- "type": "object",
2212
- "required": true
2213
- }
2214
- ]
2215
- },
2216
- {
2217
- "key": "FORGOT",
2218
- "name": "FORGOT",
2219
- "payload": [
2220
- {
2221
- "name": "data",
2222
- "type": "object",
2223
- "required": true
2224
- }
2225
- ]
2226
- },
2227
- {
2228
- "key": "REINFORCED",
2229
- "name": "REINFORCED",
2230
- "payload": [
2231
- {
2232
- "name": "data",
2233
- "type": "object",
2234
- "required": true
2235
- }
2236
- ]
2237
- },
2238
- {
2239
- "key": "DECAYED",
2240
- "name": "DECAYED",
2241
- "payload": [
2242
- {
2243
- "name": "data",
2244
- "type": "object",
2245
- "required": true
2246
- }
2247
- ]
2248
2209
  }
2249
2210
  ],
2250
2211
  "transitions": [
@@ -2410,61 +2371,6 @@
2410
2371
  }
2411
2372
  ]
2412
2373
  ]
2413
- },
2414
- {
2415
- "from": "browsing",
2416
- "to": "browsing",
2417
- "event": "MEMORIZED",
2418
- "effects": [
2419
- [
2420
- "ref",
2421
- "BuildPlan"
2422
- ]
2423
- ]
2424
- },
2425
- {
2426
- "from": "browsing",
2427
- "to": "browsing",
2428
- "event": "PINNED",
2429
- "effects": [
2430
- [
2431
- "ref",
2432
- "BuildPlan"
2433
- ]
2434
- ]
2435
- },
2436
- {
2437
- "from": "browsing",
2438
- "to": "browsing",
2439
- "event": "FORGOT",
2440
- "effects": [
2441
- [
2442
- "ref",
2443
- "BuildPlan"
2444
- ]
2445
- ]
2446
- },
2447
- {
2448
- "from": "browsing",
2449
- "to": "browsing",
2450
- "event": "REINFORCED",
2451
- "effects": [
2452
- [
2453
- "ref",
2454
- "BuildPlan"
2455
- ]
2456
- ]
2457
- },
2458
- {
2459
- "from": "browsing",
2460
- "to": "browsing",
2461
- "event": "DECAYED",
2462
- "effects": [
2463
- [
2464
- "ref",
2465
- "BuildPlan"
2466
- ]
2467
- ]
2468
2374
  }
2469
2375
  ]
2470
2376
  }
@@ -5183,6 +5089,10 @@
5183
5089
  "linkedEntity": "BuildLoop",
5184
5090
  "category": "interaction",
5185
5091
  "emits": [
5092
+ {
5093
+ "event": "SAVE",
5094
+ "scope": "internal"
5095
+ },
5186
5096
  {
5187
5097
  "event": "GENERATED",
5188
5098
  "scope": "internal"
@@ -5567,10 +5477,6 @@
5567
5477
  }
5568
5478
  ]
5569
5479
  }
5570
- ],
5571
- [
5572
- "notify",
5573
- "BuildLoop created successfully"
5574
5480
  ]
5575
5481
  ]
5576
5482
  }
@@ -5583,6 +5489,10 @@
5583
5489
  "linkedEntity": "BuildLoop",
5584
5490
  "category": "interaction",
5585
5491
  "emits": [
5492
+ {
5493
+ "event": "SAVE",
5494
+ "scope": "internal"
5495
+ },
5586
5496
  {
5587
5497
  "event": "INVOKED",
5588
5498
  "scope": "internal"
@@ -5953,10 +5863,6 @@
5953
5863
  }
5954
5864
  ]
5955
5865
  }
5956
- ],
5957
- [
5958
- "notify",
5959
- "BuildLoop created successfully"
5960
5866
  ]
5961
5867
  ]
5962
5868
  }
@@ -10691,6 +10597,10 @@
10691
10597
  "linkedEntity": "BuildFix",
10692
10598
  "category": "interaction",
10693
10599
  "emits": [
10600
+ {
10601
+ "event": "SAVE",
10602
+ "scope": "internal"
10603
+ },
10694
10604
  {
10695
10605
  "event": "INVOKED",
10696
10606
  "scope": "internal"
@@ -11061,10 +10971,6 @@
11061
10971
  }
11062
10972
  ]
11063
10973
  }
11064
- ],
11065
- [
11066
- "notify",
11067
- "BuildFix created successfully"
11068
10974
  ]
11069
10975
  ]
11070
10976
  }
@@ -11077,6 +10983,10 @@
11077
10983
  "linkedEntity": "BuildFix",
11078
10984
  "category": "interaction",
11079
10985
  "emits": [
10986
+ {
10987
+ "event": "SAVE",
10988
+ "scope": "internal"
10989
+ },
11080
10990
  {
11081
10991
  "event": "INVOKED",
11082
10992
  "scope": "internal"
@@ -11447,10 +11357,6 @@
11447
11357
  }
11448
11358
  ]
11449
11359
  }
11450
- ],
11451
- [
11452
- "notify",
11453
- "BuildFix created successfully"
11454
11360
  ]
11455
11361
  ]
11456
11362
  }
@@ -11463,6 +11369,10 @@
11463
11369
  "linkedEntity": "BuildFix",
11464
11370
  "category": "interaction",
11465
11371
  "emits": [
11372
+ {
11373
+ "event": "SAVE",
11374
+ "scope": "internal"
11375
+ },
11466
11376
  {
11467
11377
  "event": "GENERATED",
11468
11378
  "scope": "internal"
@@ -11847,10 +11757,6 @@
11847
11757
  }
11848
11758
  ]
11849
11759
  }
11850
- ],
11851
- [
11852
- "notify",
11853
- "BuildFix created successfully"
11854
11760
  ]
11855
11761
  ]
11856
11762
  }
@@ -11917,15 +11823,15 @@
11917
11823
  "listens": [
11918
11824
  {
11919
11825
  "event": "FORKED",
11920
- "triggers": "FORKED"
11826
+ "triggers": "INIT"
11921
11827
  },
11922
11828
  {
11923
11829
  "event": "LABELED",
11924
- "triggers": "LABELED"
11830
+ "triggers": "INIT"
11925
11831
  },
11926
11832
  {
11927
11833
  "event": "ENDED",
11928
- "triggers": "ENDED"
11834
+ "triggers": "INIT"
11929
11835
  }
11930
11836
  ],
11931
11837
  "stateMachine": {
@@ -11966,39 +11872,6 @@
11966
11872
  "type": "object"
11967
11873
  }
11968
11874
  ]
11969
- },
11970
- {
11971
- "key": "FORKED",
11972
- "name": "FORKED",
11973
- "payload": [
11974
- {
11975
- "name": "data",
11976
- "type": "object",
11977
- "required": true
11978
- }
11979
- ]
11980
- },
11981
- {
11982
- "key": "LABELED",
11983
- "name": "LABELED",
11984
- "payload": [
11985
- {
11986
- "name": "data",
11987
- "type": "object",
11988
- "required": true
11989
- }
11990
- ]
11991
- },
11992
- {
11993
- "key": "ENDED",
11994
- "name": "ENDED",
11995
- "payload": [
11996
- {
11997
- "name": "data",
11998
- "type": "object",
11999
- "required": true
12000
- }
12001
- ]
12002
11875
  }
12003
11876
  ],
12004
11877
  "transitions": [
@@ -12152,39 +12025,6 @@
12152
12025
  }
12153
12026
  ]
12154
12027
  ]
12155
- },
12156
- {
12157
- "from": "browsing",
12158
- "to": "browsing",
12159
- "event": "FORKED",
12160
- "effects": [
12161
- [
12162
- "ref",
12163
- "BuildSession"
12164
- ]
12165
- ]
12166
- },
12167
- {
12168
- "from": "browsing",
12169
- "to": "browsing",
12170
- "event": "LABELED",
12171
- "effects": [
12172
- [
12173
- "ref",
12174
- "BuildSession"
12175
- ]
12176
- ]
12177
- },
12178
- {
12179
- "from": "browsing",
12180
- "to": "browsing",
12181
- "event": "ENDED",
12182
- "effects": [
12183
- [
12184
- "ref",
12185
- "BuildSession"
12186
- ]
12187
- ]
12188
12028
  }
12189
12029
  ]
12190
12030
  }
@@ -12194,6 +12034,9 @@
12194
12034
  "linkedEntity": "BuildSession",
12195
12035
  "category": "interaction",
12196
12036
  "emits": [
12037
+ {
12038
+ "event": "SAVE"
12039
+ },
12197
12040
  {
12198
12041
  "event": "LABELED"
12199
12042
  }
@@ -12349,10 +12192,6 @@
12349
12192
  [
12350
12193
  "emit",
12351
12194
  "LABELED"
12352
- ],
12353
- [
12354
- "notify",
12355
- "BuildSession updated successfully"
12356
12195
  ]
12357
12196
  ]
12358
12197
  }
@@ -12540,10 +12379,6 @@
12540
12379
  [
12541
12380
  "emit",
12542
12381
  "FORKED"
12543
- ],
12544
- [
12545
- "notify",
12546
- "BuildSession created successfully"
12547
12382
  ]
12548
12383
  ]
12549
12384
  },
@@ -12577,10 +12412,6 @@
12577
12412
  [
12578
12413
  "emit",
12579
12414
  "FORKED"
12580
- ],
12581
- [
12582
- "notify",
12583
- "BuildSession created successfully"
12584
12415
  ]
12585
12416
  ]
12586
12417
  },
@@ -12806,146 +12637,116 @@
12806
12637
  },
12807
12638
  "traits": [
12808
12639
  {
12640
+ "ref": "Tabs.traits.TabContentTabs",
12809
12641
  "name": "BuilderTabs",
12810
12642
  "linkedEntity": "BuildTask",
12811
- "category": "interaction",
12812
- "stateMachine": {
12813
- "states": [
12814
- {
12815
- "name": "idle",
12816
- "isInitial": true
12817
- }
12818
- ],
12819
- "events": [
12820
- {
12821
- "key": "INIT",
12822
- "name": "Initialize"
12823
- },
12824
- {
12825
- "key": "SELECT_TAB",
12826
- "name": "Select Tab",
12827
- "payload": [
12828
- {
12829
- "name": "tab",
12830
- "type": "string",
12831
- "required": true
12832
- }
12833
- ]
12834
- }
12835
- ],
12836
- "transitions": [
12837
- {
12838
- "from": "idle",
12839
- "to": "idle",
12840
- "event": "INIT",
12841
- "effects": [
12842
- [
12843
- "fetch",
12844
- "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
+ }
12845
12671
  ],
12846
- [
12847
- "render-ui",
12848
- "main",
12672
+ "children": [
12849
12673
  {
12850
- "type": "dashboard-layout",
12851
- "appName": "Schema Builder",
12852
- "navItems": [
12853
- {
12854
- "label": "Plan",
12855
- "href": "/plan",
12856
- "icon": "clipboard-list"
12857
- },
12858
- {
12859
- "label": "Build",
12860
- "href": "/build",
12861
- "icon": "hammer"
12862
- },
12863
- {
12864
- "label": "Fix",
12865
- "href": "/fix",
12866
- "icon": "wrench"
12867
- }
12868
- ],
12674
+ "type": "stack",
12675
+ "direction": "vertical",
12676
+ "gap": "lg",
12869
12677
  "children": [
12870
12678
  {
12871
12679
  "type": "stack",
12872
- "direction": "vertical",
12873
- "gap": "lg",
12680
+ "direction": "horizontal",
12681
+ "gap": "sm",
12682
+ "align": "center",
12874
12683
  "children": [
12875
12684
  {
12876
- "type": "stack",
12877
- "direction": "horizontal",
12878
- "gap": "sm",
12879
- "align": "center",
12880
- "children": [
12881
- {
12882
- "type": "icon",
12883
- "name": "hammer",
12884
- "size": "lg"
12885
- },
12886
- {
12887
- "type": "typography",
12888
- "content": "Schema Builder",
12889
- "variant": "h2"
12890
- }
12891
- ]
12685
+ "type": "icon",
12686
+ "name": "hammer",
12687
+ "size": "lg"
12892
12688
  },
12893
12689
  {
12894
- "type": "divider"
12690
+ "type": "typography",
12691
+ "content": "Schema Builder",
12692
+ "variant": "h2"
12693
+ }
12694
+ ]
12695
+ },
12696
+ {
12697
+ "type": "divider"
12698
+ },
12699
+ {
12700
+ "type": "tabs",
12701
+ "tabs": [
12702
+ {
12703
+ "label": "Plan",
12704
+ "value": "plan"
12895
12705
  },
12896
12706
  {
12897
- "type": "tabs",
12898
- "tabs": [
12899
- {
12900
- "label": "Plan",
12901
- "value": "plan"
12902
- },
12903
- {
12904
- "label": "Build",
12905
- "value": "build"
12906
- },
12907
- {
12908
- "label": "Validate",
12909
- "value": "validate"
12910
- },
12911
- {
12912
- "label": "Fix",
12913
- "value": "fix"
12914
- }
12915
- ],
12916
- "defaultActiveTab": "plan",
12917
- "onTabChange": "SELECT_TAB"
12707
+ "label": "Build",
12708
+ "value": "build"
12918
12709
  },
12919
12710
  {
12920
- "type": "divider"
12711
+ "label": "Validate",
12712
+ "value": "validate"
12921
12713
  },
12922
12714
  {
12923
- "type": "data-grid",
12924
- "entity": "BuildTask",
12925
- "emptyIcon": "inbox",
12926
- "emptyTitle": "No buildtasks yet",
12927
- "emptyDescription": "Add buildtasks to see them here.",
12928
- "className": "transition-shadow hover:shadow-md cursor-pointer",
12929
- "renderItem": [
12930
- "fn",
12931
- "item",
12715
+ "label": "Fix",
12716
+ "value": "fix"
12717
+ }
12718
+ ],
12719
+ "defaultActiveTab": "plan",
12720
+ "onTabChange": "SELECT_TAB"
12721
+ },
12722
+ {
12723
+ "type": "divider"
12724
+ },
12725
+ {
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",
12735
+ {
12736
+ "type": "stack",
12737
+ "direction": "vertical",
12738
+ "gap": "sm",
12739
+ "children": [
12932
12740
  {
12933
- "type": "stack",
12934
- "direction": "vertical",
12935
- "gap": "sm",
12936
- "children": [
12937
- {
12938
- "type": "typography",
12939
- "variant": "h4",
12940
- "content": "@item.prompt"
12941
- },
12942
- {
12943
- "type": "typography",
12944
- "variant": "caption",
12945
- "color": "muted",
12946
- "content": "@item.plan"
12947
- }
12948
- ]
12741
+ "type": "typography",
12742
+ "variant": "h4",
12743
+ "content": "@item.prompt"
12744
+ },
12745
+ {
12746
+ "type": "typography",
12747
+ "variant": "caption",
12748
+ "color": "muted",
12749
+ "content": "@item.plan"
12949
12750
  }
12950
12751
  ]
12951
12752
  }
@@ -12954,121 +12755,116 @@
12954
12755
  ]
12955
12756
  }
12956
12757
  ]
12957
- ]
12958
- },
12959
- {
12960
- "from": "idle",
12961
- "to": "idle",
12962
- "event": "SELECT_TAB",
12963
- "effects": [
12964
- [
12965
- "fetch",
12966
- "BuildTask"
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
+ }
12967
12788
  ],
12968
- [
12969
- "render-ui",
12970
- "main",
12789
+ "children": [
12971
12790
  {
12972
- "type": "dashboard-layout",
12973
- "appName": "Schema Builder",
12974
- "navItems": [
12975
- {
12976
- "label": "Plan",
12977
- "href": "/plan",
12978
- "icon": "clipboard-list"
12979
- },
12980
- {
12981
- "label": "Build",
12982
- "href": "/build",
12983
- "icon": "hammer"
12984
- },
12985
- {
12986
- "label": "Fix",
12987
- "href": "/fix",
12988
- "icon": "wrench"
12989
- }
12990
- ],
12791
+ "type": "stack",
12792
+ "direction": "vertical",
12793
+ "gap": "lg",
12991
12794
  "children": [
12992
12795
  {
12993
12796
  "type": "stack",
12994
- "direction": "vertical",
12995
- "gap": "lg",
12797
+ "direction": "horizontal",
12798
+ "gap": "sm",
12799
+ "align": "center",
12996
12800
  "children": [
12997
12801
  {
12998
- "type": "stack",
12999
- "direction": "horizontal",
13000
- "gap": "sm",
13001
- "align": "center",
13002
- "children": [
13003
- {
13004
- "type": "icon",
13005
- "name": "hammer",
13006
- "size": "lg"
13007
- },
13008
- {
13009
- "type": "typography",
13010
- "content": "Schema Builder",
13011
- "variant": "h2"
13012
- }
13013
- ]
12802
+ "type": "icon",
12803
+ "name": "hammer",
12804
+ "size": "lg"
13014
12805
  },
13015
12806
  {
13016
- "type": "divider"
12807
+ "type": "typography",
12808
+ "content": "Schema Builder",
12809
+ "variant": "h2"
12810
+ }
12811
+ ]
12812
+ },
12813
+ {
12814
+ "type": "divider"
12815
+ },
12816
+ {
12817
+ "type": "tabs",
12818
+ "tabs": [
12819
+ {
12820
+ "label": "Plan",
12821
+ "value": "plan"
13017
12822
  },
13018
12823
  {
13019
- "type": "tabs",
13020
- "tabs": [
13021
- {
13022
- "label": "Plan",
13023
- "value": "plan"
13024
- },
13025
- {
13026
- "label": "Build",
13027
- "value": "build"
13028
- },
13029
- {
13030
- "label": "Validate",
13031
- "value": "validate"
13032
- },
13033
- {
13034
- "label": "Fix",
13035
- "value": "fix"
13036
- }
13037
- ],
13038
- "defaultActiveTab": "plan",
13039
- "activeTab": "@payload.tab",
13040
- "onTabChange": "SELECT_TAB"
12824
+ "label": "Build",
12825
+ "value": "build"
13041
12826
  },
13042
12827
  {
13043
- "type": "divider"
12828
+ "label": "Validate",
12829
+ "value": "validate"
13044
12830
  },
13045
12831
  {
13046
- "type": "data-grid",
13047
- "entity": "BuildTask",
13048
- "emptyIcon": "inbox",
13049
- "emptyTitle": "No buildtasks yet",
13050
- "emptyDescription": "Add buildtasks to see them here.",
13051
- "className": "transition-shadow hover:shadow-md cursor-pointer",
13052
- "renderItem": [
13053
- "fn",
13054
- "item",
12832
+ "label": "Fix",
12833
+ "value": "fix"
12834
+ }
12835
+ ],
12836
+ "defaultActiveTab": "plan",
12837
+ "activeTab": "@payload.tab",
12838
+ "onTabChange": "SELECT_TAB"
12839
+ },
12840
+ {
12841
+ "type": "divider"
12842
+ },
12843
+ {
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",
12853
+ {
12854
+ "type": "stack",
12855
+ "direction": "vertical",
12856
+ "gap": "sm",
12857
+ "children": [
13055
12858
  {
13056
- "type": "stack",
13057
- "direction": "vertical",
13058
- "gap": "sm",
13059
- "children": [
13060
- {
13061
- "type": "typography",
13062
- "variant": "h4",
13063
- "content": "@item.prompt"
13064
- },
13065
- {
13066
- "type": "typography",
13067
- "variant": "caption",
13068
- "color": "muted",
13069
- "content": "@item.plan"
13070
- }
13071
- ]
12859
+ "type": "typography",
12860
+ "variant": "h4",
12861
+ "content": "@item.prompt"
12862
+ },
12863
+ {
12864
+ "type": "typography",
12865
+ "variant": "caption",
12866
+ "color": "muted",
12867
+ "content": "@item.plan"
13072
12868
  }
13073
12869
  ]
13074
12870
  }
@@ -13077,8 +12873,8 @@
13077
12873
  ]
13078
12874
  }
13079
12875
  ]
13080
- ]
13081
- }
12876
+ }
12877
+ ]
13082
12878
  ]
13083
12879
  }
13084
12880
  }
@@ -13130,1170 +12926,713 @@
13130
12926
  },
13131
12927
  "traits": [
13132
12928
  {
12929
+ "ref": "AgentStepProgress.traits.AgentStepProgressProgress",
13133
12930
  "name": "BuildStepProgress",
13134
12931
  "linkedEntity": "BuildProgress",
13135
- "category": "interaction",
13136
- "emits": [
13137
- {
13138
- "event": "ADVANCE",
13139
- "scope": "external",
13140
- "payload": [
13141
- {
13142
- "name": "step",
13143
- "type": "number"
13144
- }
13145
- ]
13146
- },
13147
- {
13148
- "event": "COMPLETE",
13149
- "scope": "external",
13150
- "payload": [
13151
- {
13152
- "name": "totalSteps",
13153
- "type": "number"
13154
- }
13155
- ]
13156
- },
13157
- {
13158
- "event": "FAIL",
13159
- "scope": "external",
13160
- "payload": [
12932
+ "effects": {
12933
+ "INIT": [
12934
+ [
12935
+ "fetch",
12936
+ "BuildProgress"
12937
+ ],
12938
+ [
12939
+ "render-ui",
12940
+ "main",
13161
12941
  {
13162
- "name": "step",
13163
- "type": "number"
13164
- }
13165
- ]
13166
- }
13167
- ],
13168
- "listens": [
13169
- {
13170
- "event": "ADVANCE",
13171
- "triggers": "ADVANCE",
13172
- "scope": "external"
13173
- },
13174
- {
13175
- "event": "COMPLETE",
13176
- "triggers": "COMPLETE",
13177
- "scope": "external"
13178
- },
13179
- {
13180
- "event": "FAIL",
13181
- "triggers": "FAIL",
13182
- "scope": "external"
13183
- }
13184
- ],
13185
- "stateMachine": {
13186
- "states": [
13187
- {
13188
- "name": "idle",
13189
- "isInitial": true
13190
- },
13191
- {
13192
- "name": "in_progress"
13193
- },
13194
- {
13195
- "name": "completed"
13196
- },
13197
- {
13198
- "name": "failed"
13199
- }
13200
- ],
13201
- "events": [
13202
- {
13203
- "key": "INIT",
13204
- "name": "Initialize"
13205
- },
13206
- {
13207
- "key": "START",
13208
- "name": "Start Pipeline"
13209
- },
13210
- {
13211
- "key": "ADVANCE",
13212
- "name": "Advance Step"
13213
- },
13214
- {
13215
- "key": "COMPLETE",
13216
- "name": "Complete Pipeline"
13217
- },
13218
- {
13219
- "key": "FAIL",
13220
- "name": "Pipeline Failed"
13221
- },
13222
- {
13223
- "key": "RESET",
13224
- "name": "Reset Pipeline"
13225
- }
13226
- ],
13227
- "transitions": [
13228
- {
13229
- "from": "idle",
13230
- "to": "idle",
13231
- "event": "INIT",
13232
- "effects": [
13233
- [
13234
- "fetch",
13235
- "BuildProgress"
13236
- ],
13237
- [
13238
- "render-ui",
13239
- "main",
12942
+ "type": "dashboard-layout",
12943
+ "appName": "Schema Builder",
12944
+ "navItems": [
13240
12945
  {
13241
- "type": "dashboard-layout",
13242
- "appName": "Schema Builder",
13243
- "navItems": [
13244
- {
13245
- "label": "Plan",
13246
- "href": "/plan",
13247
- "icon": "clipboard-list"
13248
- },
13249
- {
13250
- "label": "Build",
13251
- "href": "/build",
13252
- "icon": "hammer"
13253
- },
13254
- {
13255
- "label": "Fix",
13256
- "href": "/fix",
13257
- "icon": "wrench"
13258
- }
13259
- ],
13260
- "children": [
13261
- {
13262
- "type": "stack",
13263
- "direction": "vertical",
13264
- "gap": "lg",
13265
- "children": [
13266
- {
13267
- "type": "stack",
13268
- "direction": "horizontal",
13269
- "gap": "sm",
13270
- "align": "center",
13271
- "children": [
13272
- {
13273
- "type": "icon",
13274
- "name": "list-ordered",
13275
- "size": "lg"
13276
- },
13277
- {
13278
- "type": "typography",
13279
- "content": "BuildProgress",
13280
- "variant": "h2"
13281
- },
13282
- {
13283
- "type": "badge",
13284
- "label": "Idle",
13285
- "variant": "default"
13286
- }
13287
- ]
13288
- },
13289
- {
13290
- "type": "divider"
13291
- },
13292
- {
13293
- "type": "wizard-progress",
13294
- "currentStep": "@entity.currentStep",
13295
- "steps": [
13296
- {
13297
- "id": "0",
13298
- "title": "Plan"
13299
- },
13300
- {
13301
- "id": "1",
13302
- "title": "Generate"
13303
- },
13304
- {
13305
- "id": "2",
13306
- "title": "Validate"
13307
- },
13308
- {
13309
- "id": "3",
13310
- "title": "Fix"
13311
- },
13312
- {
13313
- "id": "4",
13314
- "title": "Done"
13315
- }
13316
- ]
13317
- },
13318
- {
13319
- "type": "button",
13320
- "label": "Start",
13321
- "event": "START",
13322
- "variant": "primary",
13323
- "icon": "play"
13324
- }
13325
- ]
13326
- }
13327
- ]
13328
- }
13329
- ]
13330
- ]
13331
- },
13332
- {
13333
- "from": "idle",
13334
- "to": "in_progress",
13335
- "event": "START",
13336
- "effects": [
13337
- [
13338
- "set",
13339
- "@entity.status",
13340
- "in_progress"
13341
- ],
13342
- [
13343
- "set",
13344
- "@entity.currentStep",
13345
- 0
13346
- ],
13347
- [
13348
- "render-ui",
13349
- "main",
12946
+ "label": "Plan",
12947
+ "href": "/plan",
12948
+ "icon": "clipboard-list"
12949
+ },
13350
12950
  {
13351
- "type": "dashboard-layout",
13352
- "appName": "Schema Builder",
13353
- "navItems": [
13354
- {
13355
- "label": "Plan",
13356
- "href": "/plan",
13357
- "icon": "clipboard-list"
13358
- },
13359
- {
13360
- "label": "Build",
13361
- "href": "/build",
13362
- "icon": "hammer"
13363
- },
13364
- {
13365
- "label": "Fix",
13366
- "href": "/fix",
13367
- "icon": "wrench"
13368
- }
13369
- ],
13370
- "children": [
13371
- {
13372
- "type": "stack",
13373
- "direction": "vertical",
13374
- "gap": "lg",
13375
- "children": [
13376
- {
13377
- "type": "stack",
13378
- "direction": "horizontal",
13379
- "gap": "sm",
13380
- "align": "center",
13381
- "children": [
13382
- {
13383
- "type": "icon",
13384
- "name": "loader",
13385
- "size": "lg"
13386
- },
13387
- {
13388
- "type": "typography",
13389
- "content": "BuildProgress",
13390
- "variant": "h2"
13391
- },
13392
- {
13393
- "type": "badge",
13394
- "label": "In Progress",
13395
- "variant": "warning"
13396
- }
13397
- ]
13398
- },
13399
- {
13400
- "type": "divider"
13401
- },
13402
- {
13403
- "type": "wizard-progress",
13404
- "currentStep": "@entity.currentStep",
13405
- "steps": [
13406
- {
13407
- "id": "0",
13408
- "title": "Plan"
13409
- },
13410
- {
13411
- "id": "1",
13412
- "title": "Generate"
13413
- },
13414
- {
13415
- "id": "2",
13416
- "title": "Validate"
13417
- },
13418
- {
13419
- "id": "3",
13420
- "title": "Fix"
13421
- },
13422
- {
13423
- "id": "4",
13424
- "title": "Done"
13425
- }
13426
- ]
13427
- },
13428
- {
13429
- "type": "stack",
13430
- "direction": "horizontal",
13431
- "gap": "sm",
13432
- "align": "center",
13433
- "children": [
13434
- {
13435
- "type": "stat-display",
13436
- "label": "Current Step",
13437
- "value": "@entity.currentStep"
13438
- },
13439
- {
13440
- "type": "stat-display",
13441
- "label": "Total Steps",
13442
- "value": "@entity.totalSteps"
13443
- }
13444
- ]
13445
- },
13446
- {
13447
- "type": "stack",
13448
- "direction": "horizontal",
13449
- "gap": "sm",
13450
- "children": [
13451
- {
13452
- "type": "button",
13453
- "label": "Advance",
13454
- "event": "ADVANCE",
13455
- "variant": "primary",
13456
- "icon": "chevron-right"
13457
- },
13458
- {
13459
- "type": "button",
13460
- "label": "Reset",
13461
- "event": "RESET",
13462
- "variant": "ghost",
13463
- "icon": "rotate-ccw"
13464
- }
13465
- ]
13466
- }
13467
- ]
13468
- }
13469
- ]
13470
- }
13471
- ]
13472
- ]
13473
- },
13474
- {
13475
- "from": "in_progress",
13476
- "to": "in_progress",
13477
- "event": "ADVANCE",
13478
- "guard": [
13479
- "<",
13480
- "@entity.currentStep",
13481
- "@entity.totalSteps"
13482
- ],
13483
- "effects": [
13484
- [
13485
- "set",
13486
- "@entity.currentStep",
13487
- [
13488
- "+",
13489
- "@entity.currentStep",
13490
- 1
13491
- ]
13492
- ],
13493
- [
13494
- "render-ui",
13495
- "main",
12951
+ "label": "Build",
12952
+ "href": "/build",
12953
+ "icon": "hammer"
12954
+ },
13496
12955
  {
13497
- "type": "dashboard-layout",
13498
- "appName": "Schema Builder",
13499
- "navItems": [
13500
- {
13501
- "label": "Plan",
13502
- "href": "/plan",
13503
- "icon": "clipboard-list"
13504
- },
13505
- {
13506
- "label": "Build",
13507
- "href": "/build",
13508
- "icon": "hammer"
13509
- },
13510
- {
13511
- "label": "Fix",
13512
- "href": "/fix",
13513
- "icon": "wrench"
13514
- }
13515
- ],
13516
- "children": [
13517
- {
13518
- "type": "stack",
13519
- "direction": "vertical",
13520
- "gap": "lg",
13521
- "children": [
13522
- {
13523
- "type": "stack",
13524
- "direction": "horizontal",
13525
- "gap": "sm",
13526
- "align": "center",
13527
- "children": [
13528
- {
13529
- "type": "icon",
13530
- "name": "loader",
13531
- "size": "lg"
13532
- },
13533
- {
13534
- "type": "typography",
13535
- "content": "BuildProgress",
13536
- "variant": "h2"
13537
- },
13538
- {
13539
- "type": "badge",
13540
- "label": "In Progress",
13541
- "variant": "warning"
13542
- }
13543
- ]
13544
- },
13545
- {
13546
- "type": "divider"
13547
- },
13548
- {
13549
- "type": "wizard-progress",
13550
- "currentStep": "@entity.currentStep",
13551
- "steps": [
13552
- {
13553
- "id": "0",
13554
- "title": "Plan"
13555
- },
13556
- {
13557
- "id": "1",
13558
- "title": "Generate"
13559
- },
13560
- {
13561
- "id": "2",
13562
- "title": "Validate"
13563
- },
13564
- {
13565
- "id": "3",
13566
- "title": "Fix"
13567
- },
13568
- {
13569
- "id": "4",
13570
- "title": "Done"
13571
- }
13572
- ]
13573
- },
13574
- {
13575
- "type": "stack",
13576
- "direction": "horizontal",
13577
- "gap": "sm",
13578
- "align": "center",
13579
- "children": [
13580
- {
13581
- "type": "stat-display",
13582
- "label": "Current Step",
13583
- "value": "@entity.currentStep"
13584
- },
13585
- {
13586
- "type": "stat-display",
13587
- "label": "Total Steps",
13588
- "value": "@entity.totalSteps"
13589
- }
13590
- ]
13591
- },
13592
- {
13593
- "type": "stack",
13594
- "direction": "horizontal",
13595
- "gap": "sm",
13596
- "children": [
13597
- {
13598
- "type": "button",
13599
- "label": "Advance",
13600
- "event": "ADVANCE",
13601
- "variant": "primary",
13602
- "icon": "chevron-right"
13603
- },
13604
- {
13605
- "type": "button",
13606
- "label": "Reset",
13607
- "event": "RESET",
13608
- "variant": "ghost",
13609
- "icon": "rotate-ccw"
13610
- }
13611
- ]
13612
- }
13613
- ]
13614
- }
13615
- ]
12956
+ "label": "Fix",
12957
+ "href": "/fix",
12958
+ "icon": "wrench"
13616
12959
  }
13617
- ]
13618
- ]
13619
- },
13620
- {
13621
- "from": "in_progress",
13622
- "to": "completed",
13623
- "event": "COMPLETE",
13624
- "effects": [
13625
- [
13626
- "set",
13627
- "@entity.status",
13628
- "completed"
13629
12960
  ],
13630
- [
13631
- "set",
13632
- "@entity.currentStep",
13633
- "@entity.totalSteps"
13634
- ],
13635
- [
13636
- "render-ui",
13637
- "main",
12961
+ "children": [
13638
12962
  {
13639
- "type": "dashboard-layout",
13640
- "appName": "Schema Builder",
13641
- "navItems": [
12963
+ "type": "stack",
12964
+ "direction": "vertical",
12965
+ "gap": "lg",
12966
+ "children": [
13642
12967
  {
13643
- "label": "Plan",
13644
- "href": "/plan",
13645
- "icon": "clipboard-list"
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
+ ]
13646
12989
  },
13647
12990
  {
13648
- "label": "Build",
13649
- "href": "/build",
13650
- "icon": "hammer"
12991
+ "type": "divider"
13651
12992
  },
13652
12993
  {
13653
- "label": "Fix",
13654
- "href": "/fix",
13655
- "icon": "wrench"
13656
- }
13657
- ],
13658
- "children": [
13659
- {
13660
- "type": "stack",
13661
- "direction": "vertical",
13662
- "gap": "lg",
13663
- "children": [
12994
+ "type": "wizard-progress",
12995
+ "currentStep": "@entity.currentStep",
12996
+ "steps": [
13664
12997
  {
13665
- "type": "stack",
13666
- "direction": "horizontal",
13667
- "gap": "sm",
13668
- "align": "center",
13669
- "children": [
13670
- {
13671
- "type": "icon",
13672
- "name": "check-circle",
13673
- "size": "lg"
13674
- },
13675
- {
13676
- "type": "typography",
13677
- "content": "BuildProgress",
13678
- "variant": "h2"
13679
- },
13680
- {
13681
- "type": "badge",
13682
- "label": "Completed",
13683
- "variant": "success"
13684
- }
13685
- ]
12998
+ "id": "0",
12999
+ "title": "Plan"
13686
13000
  },
13687
13001
  {
13688
- "type": "divider"
13002
+ "id": "1",
13003
+ "title": "Generate"
13689
13004
  },
13690
13005
  {
13691
- "type": "wizard-progress",
13692
- "currentStep": "@entity.totalSteps",
13693
- "steps": [
13694
- {
13695
- "id": "0",
13696
- "title": "Plan"
13697
- },
13698
- {
13699
- "id": "1",
13700
- "title": "Generate"
13701
- },
13702
- {
13703
- "id": "2",
13704
- "title": "Validate"
13705
- },
13706
- {
13707
- "id": "3",
13708
- "title": "Fix"
13709
- },
13710
- {
13711
- "id": "4",
13712
- "title": "Done"
13713
- }
13714
- ]
13006
+ "id": "2",
13007
+ "title": "Validate"
13715
13008
  },
13716
13009
  {
13717
- "type": "alert",
13718
- "variant": "success",
13719
- "message": "All steps completed successfully."
13010
+ "id": "3",
13011
+ "title": "Fix"
13720
13012
  },
13721
13013
  {
13722
- "type": "button",
13723
- "label": "Reset",
13724
- "event": "RESET",
13725
- "variant": "ghost",
13726
- "icon": "rotate-ccw"
13014
+ "id": "4",
13015
+ "title": "Done"
13727
13016
  }
13728
13017
  ]
13018
+ },
13019
+ {
13020
+ "type": "button",
13021
+ "label": "Start",
13022
+ "event": "START",
13023
+ "variant": "primary",
13024
+ "icon": "play"
13729
13025
  }
13730
13026
  ]
13731
13027
  }
13732
13028
  ]
13733
- ]
13734
- },
13735
- {
13736
- "from": "in_progress",
13737
- "to": "failed",
13738
- "event": "FAIL",
13739
- "effects": [
13740
- [
13741
- "set",
13742
- "@entity.status",
13743
- "failed"
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
+ }
13744
13065
  ],
13745
- [
13746
- "render-ui",
13747
- "main",
13066
+ "children": [
13748
13067
  {
13749
- "type": "dashboard-layout",
13750
- "appName": "Schema Builder",
13751
- "navItems": [
13752
- {
13753
- "label": "Plan",
13754
- "href": "/plan",
13755
- "icon": "clipboard-list"
13756
- },
13757
- {
13758
- "label": "Build",
13759
- "href": "/build",
13760
- "icon": "hammer"
13761
- },
13762
- {
13763
- "label": "Fix",
13764
- "href": "/fix",
13765
- "icon": "wrench"
13766
- }
13767
- ],
13068
+ "type": "stack",
13069
+ "direction": "vertical",
13070
+ "gap": "lg",
13768
13071
  "children": [
13769
13072
  {
13770
13073
  "type": "stack",
13771
- "direction": "vertical",
13772
- "gap": "lg",
13074
+ "direction": "horizontal",
13075
+ "gap": "sm",
13076
+ "align": "center",
13773
13077
  "children": [
13774
13078
  {
13775
- "type": "stack",
13776
- "direction": "horizontal",
13777
- "gap": "sm",
13778
- "align": "center",
13779
- "children": [
13780
- {
13781
- "type": "icon",
13782
- "name": "x-circle",
13783
- "size": "lg"
13784
- },
13785
- {
13786
- "type": "typography",
13787
- "content": "BuildProgress",
13788
- "variant": "h2"
13789
- },
13790
- {
13791
- "type": "badge",
13792
- "label": "Failed",
13793
- "variant": "destructive"
13794
- }
13795
- ]
13079
+ "type": "icon",
13080
+ "name": "loader",
13081
+ "size": "lg"
13796
13082
  },
13797
13083
  {
13798
- "type": "divider"
13084
+ "type": "typography",
13085
+ "content": "BuildProgress",
13086
+ "variant": "h2"
13799
13087
  },
13800
13088
  {
13801
- "type": "wizard-progress",
13802
- "currentStep": "@entity.currentStep",
13803
- "steps": [
13804
- {
13805
- "id": "0",
13806
- "title": "Plan"
13807
- },
13808
- {
13809
- "id": "1",
13810
- "title": "Generate"
13811
- },
13812
- {
13813
- "id": "2",
13814
- "title": "Validate"
13815
- },
13816
- {
13817
- "id": "3",
13818
- "title": "Fix"
13819
- },
13820
- {
13821
- "id": "4",
13822
- "title": "Done"
13823
- }
13824
- ]
13089
+ "type": "badge",
13090
+ "label": "In Progress",
13091
+ "variant": "warning"
13092
+ }
13093
+ ]
13094
+ },
13095
+ {
13096
+ "type": "divider"
13097
+ },
13098
+ {
13099
+ "type": "wizard-progress",
13100
+ "currentStep": "@entity.currentStep",
13101
+ "steps": [
13102
+ {
13103
+ "id": "0",
13104
+ "title": "Plan"
13825
13105
  },
13826
13106
  {
13827
- "type": "alert",
13828
- "variant": "error",
13829
- "message": "Pipeline failed at the current step."
13107
+ "id": "1",
13108
+ "title": "Generate"
13830
13109
  },
13831
13110
  {
13832
- "type": "stack",
13833
- "direction": "horizontal",
13834
- "gap": "sm",
13835
- "children": [
13836
- {
13837
- "type": "stat-display",
13838
- "label": "Failed At Step",
13839
- "value": "@entity.currentStep"
13840
- }
13841
- ]
13111
+ "id": "2",
13112
+ "title": "Validate"
13842
13113
  },
13843
13114
  {
13844
- "type": "button",
13845
- "label": "Reset",
13846
- "event": "RESET",
13847
- "variant": "ghost",
13848
- "icon": "rotate-ccw"
13115
+ "id": "3",
13116
+ "title": "Fix"
13117
+ },
13118
+ {
13119
+ "id": "4",
13120
+ "title": "Done"
13849
13121
  }
13850
13122
  ]
13851
- }
13852
- ]
13853
- }
13854
- ]
13855
- ]
13856
- },
13857
- {
13858
- "from": "idle",
13859
- "to": "idle",
13860
- "event": "RESET",
13861
- "effects": [
13862
- [
13863
- "set",
13864
- "@entity.status",
13865
- "idle"
13866
- ],
13867
- [
13868
- "set",
13869
- "@entity.currentStep",
13870
- 0
13871
- ],
13872
- [
13873
- "render-ui",
13874
- "main",
13875
- {
13876
- "type": "dashboard-layout",
13877
- "appName": "Schema Builder",
13878
- "navItems": [
13879
- {
13880
- "label": "Plan",
13881
- "href": "/plan",
13882
- "icon": "clipboard-list"
13883
- },
13884
- {
13885
- "label": "Build",
13886
- "href": "/build",
13887
- "icon": "hammer"
13888
13123
  },
13889
- {
13890
- "label": "Fix",
13891
- "href": "/fix",
13892
- "icon": "wrench"
13893
- }
13894
- ],
13895
- "children": [
13896
13124
  {
13897
13125
  "type": "stack",
13898
- "direction": "vertical",
13899
- "gap": "lg",
13126
+ "direction": "horizontal",
13127
+ "gap": "sm",
13128
+ "align": "center",
13900
13129
  "children": [
13901
13130
  {
13902
- "type": "stack",
13903
- "direction": "horizontal",
13904
- "gap": "sm",
13905
- "align": "center",
13906
- "children": [
13907
- {
13908
- "type": "icon",
13909
- "name": "list-ordered",
13910
- "size": "lg"
13911
- },
13912
- {
13913
- "type": "typography",
13914
- "content": "BuildProgress",
13915
- "variant": "h2"
13916
- },
13917
- {
13918
- "type": "badge",
13919
- "label": "Idle",
13920
- "variant": "default"
13921
- }
13922
- ]
13131
+ "type": "stat-display",
13132
+ "label": "Current Step",
13133
+ "value": "@entity.currentStep"
13923
13134
  },
13924
13135
  {
13925
- "type": "divider"
13926
- },
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": [
13927
13147
  {
13928
- "type": "wizard-progress",
13929
- "currentStep": "@entity.currentStep",
13930
- "steps": [
13931
- {
13932
- "id": "0",
13933
- "title": "Plan"
13934
- },
13935
- {
13936
- "id": "1",
13937
- "title": "Generate"
13938
- },
13939
- {
13940
- "id": "2",
13941
- "title": "Validate"
13942
- },
13943
- {
13944
- "id": "3",
13945
- "title": "Fix"
13946
- },
13947
- {
13948
- "id": "4",
13949
- "title": "Done"
13950
- }
13951
- ]
13148
+ "type": "button",
13149
+ "label": "Advance",
13150
+ "event": "ADVANCE",
13151
+ "variant": "primary",
13152
+ "icon": "chevron-right"
13952
13153
  },
13953
13154
  {
13954
13155
  "type": "button",
13955
- "label": "Start",
13956
- "event": "START",
13957
- "variant": "primary",
13958
- "icon": "play"
13156
+ "label": "Reset",
13157
+ "event": "RESET",
13158
+ "variant": "ghost",
13159
+ "icon": "rotate-ccw"
13959
13160
  }
13960
13161
  ]
13961
13162
  }
13962
13163
  ]
13963
13164
  }
13964
13165
  ]
13166
+ }
13167
+ ]
13168
+ ],
13169
+ "ADVANCE": [
13170
+ [
13171
+ "set",
13172
+ "@entity.currentStep",
13173
+ [
13174
+ "+",
13175
+ "@entity.currentStep",
13176
+ 1
13965
13177
  ]
13966
- },
13967
- {
13968
- "from": "in_progress",
13969
- "to": "idle",
13970
- "event": "RESET",
13971
- "effects": [
13972
- [
13973
- "set",
13974
- "@entity.status",
13975
- "idle"
13976
- ],
13977
- [
13978
- "set",
13979
- "@entity.currentStep",
13980
- 0
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
+ }
13981
13201
  ],
13982
- [
13983
- "render-ui",
13984
- "main",
13202
+ "children": [
13985
13203
  {
13986
- "type": "dashboard-layout",
13987
- "appName": "Schema Builder",
13988
- "navItems": [
13204
+ "type": "stack",
13205
+ "direction": "vertical",
13206
+ "gap": "lg",
13207
+ "children": [
13989
13208
  {
13990
- "label": "Plan",
13991
- "href": "/plan",
13992
- "icon": "clipboard-list"
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
+ ]
13993
13230
  },
13994
13231
  {
13995
- "label": "Build",
13996
- "href": "/build",
13997
- "icon": "hammer"
13232
+ "type": "divider"
13998
13233
  },
13999
13234
  {
14000
- "label": "Fix",
14001
- "href": "/fix",
14002
- "icon": "wrench"
14003
- }
14004
- ],
14005
- "children": [
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
+ },
14006
13260
  {
14007
13261
  "type": "stack",
14008
- "direction": "vertical",
14009
- "gap": "lg",
13262
+ "direction": "horizontal",
13263
+ "gap": "sm",
13264
+ "align": "center",
14010
13265
  "children": [
14011
13266
  {
14012
- "type": "stack",
14013
- "direction": "horizontal",
14014
- "gap": "sm",
14015
- "align": "center",
14016
- "children": [
14017
- {
14018
- "type": "icon",
14019
- "name": "list-ordered",
14020
- "size": "lg"
14021
- },
14022
- {
14023
- "type": "typography",
14024
- "content": "BuildProgress",
14025
- "variant": "h2"
14026
- },
14027
- {
14028
- "type": "badge",
14029
- "label": "Idle",
14030
- "variant": "default"
14031
- }
14032
- ]
13267
+ "type": "stat-display",
13268
+ "label": "Current Step",
13269
+ "value": "@entity.currentStep"
14033
13270
  },
14034
13271
  {
14035
- "type": "divider"
14036
- },
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": [
14037
13283
  {
14038
- "type": "wizard-progress",
14039
- "currentStep": "@entity.currentStep",
14040
- "steps": [
14041
- {
14042
- "id": "0",
14043
- "title": "Plan"
14044
- },
14045
- {
14046
- "id": "1",
14047
- "title": "Generate"
14048
- },
14049
- {
14050
- "id": "2",
14051
- "title": "Validate"
14052
- },
14053
- {
14054
- "id": "3",
14055
- "title": "Fix"
14056
- },
14057
- {
14058
- "id": "4",
14059
- "title": "Done"
14060
- }
14061
- ]
13284
+ "type": "button",
13285
+ "label": "Advance",
13286
+ "event": "ADVANCE",
13287
+ "variant": "primary",
13288
+ "icon": "chevron-right"
14062
13289
  },
14063
13290
  {
14064
13291
  "type": "button",
14065
- "label": "Start",
14066
- "event": "START",
14067
- "variant": "primary",
14068
- "icon": "play"
13292
+ "label": "Reset",
13293
+ "event": "RESET",
13294
+ "variant": "ghost",
13295
+ "icon": "rotate-ccw"
14069
13296
  }
14070
13297
  ]
14071
13298
  }
14072
13299
  ]
14073
13300
  }
14074
13301
  ]
14075
- ]
14076
- },
14077
- {
14078
- "from": "completed",
14079
- "to": "idle",
14080
- "event": "RESET",
14081
- "effects": [
14082
- [
14083
- "set",
14084
- "@entity.status",
14085
- "idle"
14086
- ],
14087
- [
14088
- "set",
14089
- "@entity.currentStep",
14090
- 0
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
+ }
14091
13338
  ],
14092
- [
14093
- "render-ui",
14094
- "main",
13339
+ "children": [
14095
13340
  {
14096
- "type": "dashboard-layout",
14097
- "appName": "Schema Builder",
14098
- "navItems": [
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
+ },
14099
13368
  {
14100
- "label": "Plan",
14101
- "href": "/plan",
14102
- "icon": "clipboard-list"
13369
+ "type": "divider"
14103
13370
  },
14104
13371
  {
14105
- "label": "Build",
14106
- "href": "/build",
14107
- "icon": "hammer"
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
+ ]
14108
13396
  },
14109
13397
  {
14110
- "label": "Fix",
14111
- "href": "/fix",
14112
- "icon": "wrench"
13398
+ "type": "alert",
13399
+ "variant": "success",
13400
+ "message": "All steps completed successfully."
13401
+ },
13402
+ {
13403
+ "type": "button",
13404
+ "label": "Reset",
13405
+ "event": "RESET",
13406
+ "variant": "ghost",
13407
+ "icon": "rotate-ccw"
14113
13408
  }
14114
- ],
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",
14115
13449
  "children": [
14116
13450
  {
14117
13451
  "type": "stack",
14118
- "direction": "vertical",
14119
- "gap": "lg",
13452
+ "direction": "horizontal",
13453
+ "gap": "sm",
13454
+ "align": "center",
14120
13455
  "children": [
14121
13456
  {
14122
- "type": "stack",
14123
- "direction": "horizontal",
14124
- "gap": "sm",
14125
- "align": "center",
14126
- "children": [
14127
- {
14128
- "type": "icon",
14129
- "name": "list-ordered",
14130
- "size": "lg"
14131
- },
14132
- {
14133
- "type": "typography",
14134
- "content": "BuildProgress",
14135
- "variant": "h2"
14136
- },
14137
- {
14138
- "type": "badge",
14139
- "label": "Idle",
14140
- "variant": "default"
14141
- }
14142
- ]
13457
+ "type": "icon",
13458
+ "name": "x-circle",
13459
+ "size": "lg"
14143
13460
  },
14144
13461
  {
14145
- "type": "divider"
13462
+ "type": "typography",
13463
+ "content": "BuildProgress",
13464
+ "variant": "h2"
14146
13465
  },
14147
13466
  {
14148
- "type": "wizard-progress",
14149
- "currentStep": "@entity.currentStep",
14150
- "steps": [
14151
- {
14152
- "id": "0",
14153
- "title": "Plan"
14154
- },
14155
- {
14156
- "id": "1",
14157
- "title": "Generate"
14158
- },
14159
- {
14160
- "id": "2",
14161
- "title": "Validate"
14162
- },
14163
- {
14164
- "id": "3",
14165
- "title": "Fix"
14166
- },
14167
- {
14168
- "id": "4",
14169
- "title": "Done"
14170
- }
14171
- ]
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"
14172
13483
  },
14173
13484
  {
14174
- "type": "button",
14175
- "label": "Start",
14176
- "event": "START",
14177
- "variant": "primary",
14178
- "icon": "play"
13485
+ "id": "1",
13486
+ "title": "Generate"
13487
+ },
13488
+ {
13489
+ "id": "2",
13490
+ "title": "Validate"
13491
+ },
13492
+ {
13493
+ "id": "3",
13494
+ "title": "Fix"
13495
+ },
13496
+ {
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"
14179
13516
  }
14180
13517
  ]
13518
+ },
13519
+ {
13520
+ "type": "button",
13521
+ "label": "Reset",
13522
+ "event": "RESET",
13523
+ "variant": "ghost",
13524
+ "icon": "rotate-ccw"
14181
13525
  }
14182
13526
  ]
14183
13527
  }
14184
13528
  ]
14185
- ]
14186
- },
14187
- {
14188
- "from": "failed",
14189
- "to": "idle",
14190
- "event": "RESET",
14191
- "effects": [
14192
- [
14193
- "set",
14194
- "@entity.status",
14195
- "idle"
14196
- ],
14197
- [
14198
- "set",
14199
- "@entity.currentStep",
14200
- 0
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
+ }
14201
13565
  ],
14202
- [
14203
- "render-ui",
14204
- "main",
13566
+ "children": [
14205
13567
  {
14206
- "type": "dashboard-layout",
14207
- "appName": "Schema Builder",
14208
- "navItems": [
13568
+ "type": "stack",
13569
+ "direction": "vertical",
13570
+ "gap": "lg",
13571
+ "children": [
14209
13572
  {
14210
- "label": "Plan",
14211
- "href": "/plan",
14212
- "icon": "clipboard-list"
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
+ ]
14213
13594
  },
14214
13595
  {
14215
- "label": "Build",
14216
- "href": "/build",
14217
- "icon": "hammer"
13596
+ "type": "divider"
14218
13597
  },
14219
13598
  {
14220
- "label": "Fix",
14221
- "href": "/fix",
14222
- "icon": "wrench"
14223
- }
14224
- ],
14225
- "children": [
14226
- {
14227
- "type": "stack",
14228
- "direction": "vertical",
14229
- "gap": "lg",
14230
- "children": [
13599
+ "type": "wizard-progress",
13600
+ "currentStep": "@entity.currentStep",
13601
+ "steps": [
14231
13602
  {
14232
- "type": "stack",
14233
- "direction": "horizontal",
14234
- "gap": "sm",
14235
- "align": "center",
14236
- "children": [
14237
- {
14238
- "type": "icon",
14239
- "name": "list-ordered",
14240
- "size": "lg"
14241
- },
14242
- {
14243
- "type": "typography",
14244
- "content": "BuildProgress",
14245
- "variant": "h2"
14246
- },
14247
- {
14248
- "type": "badge",
14249
- "label": "Idle",
14250
- "variant": "default"
14251
- }
14252
- ]
13603
+ "id": "0",
13604
+ "title": "Plan"
14253
13605
  },
14254
13606
  {
14255
- "type": "divider"
13607
+ "id": "1",
13608
+ "title": "Generate"
14256
13609
  },
14257
13610
  {
14258
- "type": "wizard-progress",
14259
- "currentStep": "@entity.currentStep",
14260
- "steps": [
14261
- {
14262
- "id": "0",
14263
- "title": "Plan"
14264
- },
14265
- {
14266
- "id": "1",
14267
- "title": "Generate"
14268
- },
14269
- {
14270
- "id": "2",
14271
- "title": "Validate"
14272
- },
14273
- {
14274
- "id": "3",
14275
- "title": "Fix"
14276
- },
14277
- {
14278
- "id": "4",
14279
- "title": "Done"
14280
- }
14281
- ]
13611
+ "id": "2",
13612
+ "title": "Validate"
14282
13613
  },
14283
13614
  {
14284
- "type": "button",
14285
- "label": "Start",
14286
- "event": "START",
14287
- "variant": "primary",
14288
- "icon": "play"
13615
+ "id": "3",
13616
+ "title": "Fix"
13617
+ },
13618
+ {
13619
+ "id": "4",
13620
+ "title": "Done"
14289
13621
  }
14290
13622
  ]
13623
+ },
13624
+ {
13625
+ "type": "button",
13626
+ "label": "Start",
13627
+ "event": "START",
13628
+ "variant": "primary",
13629
+ "icon": "play"
14291
13630
  }
14292
13631
  ]
14293
13632
  }
14294
13633
  ]
14295
- ]
14296
- }
13634
+ }
13635
+ ]
14297
13636
  ]
14298
13637
  }
14299
13638
  }
@@ -14310,6 +13649,5 @@
14310
13649
  }
14311
13650
  ]
14312
13651
  }
14313
- ],
14314
- "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"
14315
- }
13652
+ ]
13653
+ }