@almadar/std 14.24.0 → 14.26.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 (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -305,26 +305,23 @@
305
305
  "render-ui",
306
306
  "main",
307
307
  {
308
- "gap": "lg",
309
- "type": "stack",
310
- "direction": "vertical",
311
308
  "children": [
312
309
  {
313
310
  "direction": "horizontal",
314
- "gap": "sm",
315
- "type": "stack",
316
- "align": "center",
317
311
  "children": [
318
312
  {
319
313
  "type": "icon",
320
314
  "name": "wrench"
321
315
  },
322
316
  {
317
+ "variant": "h2",
323
318
  "type": "typography",
324
- "content": "Validation-Fix Loop",
325
- "variant": "h2"
319
+ "content": "Validation-Fix Loop"
326
320
  }
327
- ]
321
+ ],
322
+ "align": "center",
323
+ "type": "stack",
324
+ "gap": "sm"
328
325
  },
329
326
  {
330
327
  "type": "divider"
@@ -339,23 +336,26 @@
339
336
  "type": "typography"
340
337
  },
341
338
  {
342
- "type": "form-section",
343
- "mode": "edit",
344
- "submitEvent": "FIX",
345
339
  "fields": [
346
340
  "target"
347
341
  ],
348
- "entity": "@entity"
342
+ "entity": "@entity",
343
+ "submitEvent": "FIX",
344
+ "mode": "edit",
345
+ "type": "form-section"
349
346
  }
350
347
  ],
351
- "type": "stack",
348
+ "direction": "vertical",
352
349
  "gap": "md",
353
- "direction": "vertical"
350
+ "type": "stack"
354
351
  }
355
352
  ],
356
353
  "type": "card"
357
354
  }
358
- ]
355
+ ],
356
+ "direction": "vertical",
357
+ "type": "stack",
358
+ "gap": "lg"
359
359
  }
360
360
  ]
361
361
  ]
@@ -397,6 +397,8 @@
397
397
  "main",
398
398
  {
399
399
  "gap": "lg",
400
+ "type": "stack",
401
+ "direction": "vertical",
400
402
  "align": "center",
401
403
  "children": [
402
404
  {
@@ -404,32 +406,30 @@
404
406
  "name": "shield-check"
405
407
  },
406
408
  {
407
- "type": "typography",
408
409
  "content": "Validating...",
409
- "variant": "h3"
410
+ "variant": "h3",
411
+ "type": "typography"
410
412
  },
411
413
  {
412
414
  "type": "spinner"
413
415
  },
414
416
  {
415
417
  "gap": "md",
418
+ "direction": "horizontal",
419
+ "justify": "center",
416
420
  "children": [
417
421
  {
418
- "type": "badge",
419
- "label": "@entity.target"
422
+ "label": "@entity.target",
423
+ "type": "badge"
420
424
  },
421
425
  {
422
- "type": "badge",
423
- "label": "@entity.maxAttempts"
426
+ "label": "@entity.maxAttempts",
427
+ "type": "badge"
424
428
  }
425
429
  ],
426
- "direction": "horizontal",
427
- "type": "stack",
428
- "justify": "center"
430
+ "type": "stack"
429
431
  }
430
- ],
431
- "direction": "vertical",
432
- "type": "stack"
432
+ ]
433
433
  }
434
434
  ]
435
435
  ]
@@ -453,19 +453,18 @@
453
453
  "main",
454
454
  {
455
455
  "direction": "vertical",
456
+ "type": "stack",
457
+ "gap": "lg",
456
458
  "children": [
457
459
  {
458
- "type": "stack",
459
- "justify": "between",
460
- "direction": "horizontal",
461
- "gap": "sm",
462
460
  "children": [
463
461
  {
464
- "gap": "sm",
462
+ "type": "stack",
463
+ "align": "center",
465
464
  "children": [
466
465
  {
467
- "type": "icon",
468
- "name": "check-circle"
466
+ "name": "check-circle",
467
+ "type": "icon"
469
468
  },
470
469
  {
471
470
  "type": "typography",
@@ -473,66 +472,67 @@
473
472
  "variant": "h2"
474
473
  }
475
474
  ],
476
- "type": "stack",
477
- "direction": "horizontal",
478
- "align": "center"
475
+ "gap": "sm",
476
+ "direction": "horizontal"
479
477
  },
480
478
  {
481
479
  "label": "New Target",
482
- "icon": "rotate-ccw",
483
- "type": "button",
480
+ "action": "RESET",
484
481
  "variant": "ghost",
485
- "action": "RESET"
482
+ "icon": "rotate-ccw",
483
+ "type": "button"
486
484
  }
487
485
  ],
486
+ "type": "stack",
487
+ "justify": "between",
488
+ "gap": "sm",
489
+ "direction": "horizontal",
488
490
  "align": "center"
489
491
  },
490
492
  {
491
493
  "type": "divider"
492
494
  },
493
495
  {
496
+ "type": "simple-grid",
494
497
  "cols": 2.0,
495
498
  "children": [
496
499
  {
497
- "value": "@entity.fixAttempts",
500
+ "label": "Fix Attempts",
498
501
  "type": "stat-display",
499
- "icon": "wrench",
500
- "label": "Fix Attempts"
502
+ "value": "@entity.fixAttempts",
503
+ "icon": "wrench"
501
504
  },
502
505
  {
503
- "value": "Passed",
504
506
  "type": "stat-display",
505
507
  "icon": "check",
508
+ "value": "Passed",
506
509
  "label": "Status"
507
510
  }
508
- ],
509
- "type": "simple-grid"
511
+ ]
510
512
  },
511
513
  {
514
+ "type": "card",
512
515
  "children": [
513
516
  {
517
+ "gap": "sm",
514
518
  "children": [
515
519
  {
516
- "content": "Target",
517
520
  "variant": "caption",
518
- "type": "typography"
521
+ "type": "typography",
522
+ "content": "Target"
519
523
  },
520
524
  {
521
- "variant": "body",
525
+ "type": "typography",
522
526
  "content": "@entity.target",
523
- "type": "typography"
527
+ "variant": "body"
524
528
  }
525
529
  ],
526
530
  "direction": "vertical",
527
- "gap": "sm",
528
531
  "type": "stack"
529
532
  }
530
- ],
531
- "type": "card"
533
+ ]
532
534
  }
533
- ],
534
- "gap": "lg",
535
- "type": "stack"
535
+ ]
536
536
  }
537
537
  ]
538
538
  ]
@@ -581,15 +581,18 @@
581
581
  "render-ui",
582
582
  "main",
583
583
  {
584
+ "gap": "lg",
584
585
  "type": "stack",
586
+ "direction": "vertical",
585
587
  "children": [
586
588
  {
589
+ "justify": "between",
590
+ "type": "stack",
587
591
  "direction": "horizontal",
588
592
  "align": "center",
589
- "justify": "between",
590
593
  "children": [
591
594
  {
592
- "gap": "sm",
595
+ "type": "stack",
593
596
  "align": "center",
594
597
  "direction": "horizontal",
595
598
  "children": [
@@ -598,52 +601,49 @@
598
601
  "name": "cpu"
599
602
  },
600
603
  {
601
- "content": "Generating fix...",
604
+ "variant": "h2",
602
605
  "type": "typography",
603
- "variant": "h2"
606
+ "content": "Generating fix..."
604
607
  }
605
608
  ],
606
- "type": "stack"
609
+ "gap": "sm"
607
610
  },
608
611
  {
609
- "label": "@entity.fixAttempts",
610
- "type": "badge"
612
+ "type": "badge",
613
+ "label": "@entity.fixAttempts"
611
614
  }
612
615
  ],
613
- "gap": "sm",
614
- "type": "stack"
616
+ "gap": "sm"
615
617
  },
616
618
  {
617
619
  "type": "divider"
618
620
  },
619
621
  {
622
+ "type": "card",
620
623
  "children": [
621
624
  {
622
- "type": "stack",
623
625
  "children": [
624
626
  {
627
+ "variant": "caption",
625
628
  "type": "typography",
626
- "content": "Validation Errors",
627
- "variant": "caption"
629
+ "content": "Validation Errors"
628
630
  },
629
631
  {
630
- "type": "alert",
632
+ "message": "@entity.validationErrors",
631
633
  "variant": "error",
632
- "message": "@entity.validationErrors"
634
+ "type": "alert"
633
635
  }
634
636
  ],
635
- "gap": "sm",
636
- "direction": "vertical"
637
+ "type": "stack",
638
+ "direction": "vertical",
639
+ "gap": "sm"
637
640
  }
638
- ],
639
- "type": "card"
641
+ ]
640
642
  },
641
643
  {
642
644
  "type": "spinner"
643
645
  }
644
- ],
645
- "direction": "vertical",
646
- "gap": "lg"
646
+ ]
647
647
  }
648
648
  ]
649
649
  ]
@@ -671,25 +671,28 @@
671
671
  "render-ui",
672
672
  "main",
673
673
  {
674
+ "direction": "vertical",
674
675
  "gap": "lg",
675
676
  "type": "stack",
677
+ "align": "center",
676
678
  "children": [
677
679
  {
678
680
  "type": "icon",
679
681
  "name": "x-circle"
680
682
  },
681
683
  {
682
- "variant": "h2",
683
684
  "content": "Fix Loop Failed",
684
- "type": "typography"
685
+ "type": "typography",
686
+ "variant": "h2"
685
687
  },
686
688
  {
687
689
  "type": "alert",
688
- "variant": "error",
689
- "message": "@entity.error"
690
+ "message": "@entity.error",
691
+ "variant": "error"
690
692
  },
691
693
  {
692
694
  "type": "simple-grid",
695
+ "cols": 2.0,
693
696
  "children": [
694
697
  {
695
698
  "type": "stat-display",
@@ -698,46 +701,43 @@
698
701
  "value": "@entity.fixAttempts"
699
702
  },
700
703
  {
701
- "value": "@entity.errorCount",
702
704
  "icon": "alert-triangle",
703
- "type": "stat-display",
704
- "label": "Remaining Errors"
705
+ "label": "Remaining Errors",
706
+ "value": "@entity.errorCount",
707
+ "type": "stat-display"
705
708
  }
706
- ],
707
- "cols": 2.0
709
+ ]
708
710
  },
709
711
  {
712
+ "type": "card",
710
713
  "children": [
711
714
  {
715
+ "direction": "vertical",
716
+ "type": "stack",
717
+ "gap": "sm",
712
718
  "children": [
713
719
  {
714
720
  "variant": "caption",
715
- "content": "Last Validation Errors",
716
- "type": "typography"
721
+ "type": "typography",
722
+ "content": "Last Validation Errors"
717
723
  },
718
724
  {
725
+ "type": "typography",
719
726
  "variant": "body",
720
- "content": "@entity.validationErrors",
721
- "type": "typography"
727
+ "content": "@entity.validationErrors"
722
728
  }
723
- ],
724
- "type": "stack",
725
- "gap": "sm",
726
- "direction": "vertical"
729
+ ]
727
730
  }
728
- ],
729
- "type": "card"
731
+ ]
730
732
  },
731
733
  {
732
- "variant": "primary",
733
734
  "label": "Retry",
734
- "action": "RESET",
735
+ "variant": "primary",
735
736
  "type": "button",
737
+ "action": "RESET",
736
738
  "icon": "rotate-ccw"
737
739
  }
738
- ],
739
- "align": "center",
740
- "direction": "vertical"
740
+ ]
741
741
  }
742
742
  ]
743
743
  ]
@@ -761,27 +761,24 @@
761
761
  "agent/invoke",
762
762
  "apply-fix",
763
763
  {
764
- "fix": "@payload.fix",
765
- "target": "@entity.target"
764
+ "target": "@entity.target",
765
+ "fix": "@payload.fix"
766
766
  }
767
767
  ],
768
768
  [
769
769
  "render-ui",
770
770
  "main",
771
771
  {
772
- "align": "center",
773
- "direction": "vertical",
774
772
  "type": "stack",
775
- "gap": "lg",
776
773
  "children": [
777
774
  {
778
775
  "type": "icon",
779
776
  "name": "tool"
780
777
  },
781
778
  {
779
+ "type": "typography",
782
780
  "content": "Applying fix...",
783
- "variant": "h3",
784
- "type": "typography"
781
+ "variant": "h3"
785
782
  },
786
783
  {
787
784
  "type": "spinner"
@@ -790,25 +787,28 @@
790
787
  "type": "card",
791
788
  "children": [
792
789
  {
790
+ "type": "stack",
791
+ "direction": "vertical",
793
792
  "children": [
794
793
  {
794
+ "variant": "caption",
795
795
  "type": "typography",
796
- "content": "Proposed Fix",
797
- "variant": "caption"
796
+ "content": "Proposed Fix"
798
797
  },
799
798
  {
800
- "variant": "body",
801
799
  "type": "typography",
800
+ "variant": "body",
802
801
  "content": "@entity.currentFix"
803
802
  }
804
803
  ],
805
- "direction": "vertical",
806
- "type": "stack",
807
804
  "gap": "sm"
808
805
  }
809
806
  ]
810
807
  }
811
- ]
808
+ ],
809
+ "gap": "lg",
810
+ "direction": "vertical",
811
+ "align": "center"
812
812
  }
813
813
  ]
814
814
  ]
@@ -836,6 +836,8 @@
836
836
  "render-ui",
837
837
  "main",
838
838
  {
839
+ "direction": "vertical",
840
+ "type": "stack",
839
841
  "children": [
840
842
  {
841
843
  "name": "x-circle",
@@ -843,66 +845,64 @@
843
845
  },
844
846
  {
845
847
  "variant": "h2",
846
- "content": "Fix Loop Failed",
847
- "type": "typography"
848
+ "type": "typography",
849
+ "content": "Fix Loop Failed"
848
850
  },
849
851
  {
850
- "variant": "error",
852
+ "message": "@entity.error",
851
853
  "type": "alert",
852
- "message": "@entity.error"
854
+ "variant": "error"
853
855
  },
854
856
  {
855
857
  "type": "simple-grid",
858
+ "cols": 2.0,
856
859
  "children": [
857
860
  {
861
+ "value": "@entity.fixAttempts",
858
862
  "type": "stat-display",
859
- "label": "Attempts Used",
860
863
  "icon": "wrench",
861
- "value": "@entity.fixAttempts"
864
+ "label": "Attempts Used"
862
865
  },
863
866
  {
867
+ "label": "Remaining Errors",
864
868
  "type": "stat-display",
865
- "icon": "alert-triangle",
866
869
  "value": "@entity.errorCount",
867
- "label": "Remaining Errors"
870
+ "icon": "alert-triangle"
868
871
  }
869
- ],
870
- "cols": 2.0
872
+ ]
871
873
  },
872
874
  {
873
- "type": "card",
874
875
  "children": [
875
876
  {
876
- "gap": "sm",
877
- "type": "stack",
878
- "direction": "vertical",
879
877
  "children": [
880
878
  {
879
+ "variant": "caption",
881
880
  "type": "typography",
882
- "content": "Last Validation Errors",
883
- "variant": "caption"
881
+ "content": "Last Validation Errors"
884
882
  },
885
883
  {
886
- "content": "@entity.validationErrors",
887
884
  "type": "typography",
885
+ "content": "@entity.validationErrors",
888
886
  "variant": "body"
889
887
  }
890
- ]
888
+ ],
889
+ "type": "stack",
890
+ "direction": "vertical",
891
+ "gap": "sm"
891
892
  }
892
- ]
893
+ ],
894
+ "type": "card"
893
895
  },
894
896
  {
895
- "label": "Retry",
896
897
  "icon": "rotate-ccw",
898
+ "action": "RESET",
899
+ "label": "Retry",
897
900
  "variant": "primary",
898
- "type": "button",
899
- "action": "RESET"
901
+ "type": "button"
900
902
  }
901
903
  ],
902
- "align": "center",
903
904
  "gap": "lg",
904
- "type": "stack",
905
- "direction": "vertical"
905
+ "align": "center"
906
906
  }
907
907
  ]
908
908
  ]
@@ -934,9 +934,9 @@
934
934
  "type": "icon"
935
935
  },
936
936
  {
937
- "variant": "h3",
938
937
  "type": "typography",
939
- "content": "Validating..."
938
+ "content": "Validating...",
939
+ "variant": "h3"
940
940
  },
941
941
  {
942
942
  "type": "spinner"
@@ -944,24 +944,24 @@
944
944
  {
945
945
  "type": "stack",
946
946
  "gap": "md",
947
- "justify": "center",
948
947
  "children": [
949
948
  {
950
- "label": "@entity.target",
951
- "type": "badge"
949
+ "type": "badge",
950
+ "label": "@entity.target"
952
951
  },
953
952
  {
954
953
  "type": "badge",
955
954
  "label": "@entity.maxAttempts"
956
955
  }
957
956
  ],
957
+ "justify": "center",
958
958
  "direction": "horizontal"
959
959
  }
960
960
  ],
961
+ "align": "center",
961
962
  "direction": "vertical",
962
- "gap": "lg",
963
963
  "type": "stack",
964
- "align": "center"
964
+ "gap": "lg"
965
965
  }
966
966
  ]
967
967
  ]
@@ -989,29 +989,30 @@
989
989
  "render-ui",
990
990
  "main",
991
991
  {
992
+ "gap": "lg",
993
+ "align": "center",
994
+ "direction": "vertical",
992
995
  "children": [
993
996
  {
994
997
  "name": "x-circle",
995
998
  "type": "icon"
996
999
  },
997
1000
  {
998
- "type": "typography",
1001
+ "variant": "h2",
999
1002
  "content": "Fix Loop Failed",
1000
- "variant": "h2"
1003
+ "type": "typography"
1001
1004
  },
1002
1005
  {
1003
- "type": "alert",
1004
1006
  "message": "@entity.error",
1007
+ "type": "alert",
1005
1008
  "variant": "error"
1006
1009
  },
1007
1010
  {
1008
- "type": "simple-grid",
1009
- "cols": 2.0,
1010
1011
  "children": [
1011
1012
  {
1012
- "value": "@entity.fixAttempts",
1013
1013
  "type": "stat-display",
1014
1014
  "label": "Attempts Used",
1015
+ "value": "@entity.fixAttempts",
1015
1016
  "icon": "wrench"
1016
1017
  },
1017
1018
  {
@@ -1020,42 +1021,41 @@
1020
1021
  "value": "@entity.errorCount",
1021
1022
  "icon": "alert-triangle"
1022
1023
  }
1023
- ]
1024
+ ],
1025
+ "type": "simple-grid",
1026
+ "cols": 2.0
1024
1027
  },
1025
1028
  {
1026
1029
  "children": [
1027
1030
  {
1031
+ "type": "stack",
1032
+ "direction": "vertical",
1028
1033
  "children": [
1029
1034
  {
1030
- "content": "Last Validation Errors",
1031
1035
  "type": "typography",
1036
+ "content": "Last Validation Errors",
1032
1037
  "variant": "caption"
1033
1038
  },
1034
1039
  {
1035
1040
  "type": "typography",
1036
- "variant": "body",
1037
- "content": "@entity.validationErrors"
1041
+ "content": "@entity.validationErrors",
1042
+ "variant": "body"
1038
1043
  }
1039
1044
  ],
1040
- "gap": "sm",
1041
- "type": "stack",
1042
- "direction": "vertical"
1045
+ "gap": "sm"
1043
1046
  }
1044
1047
  ],
1045
1048
  "type": "card"
1046
1049
  },
1047
1050
  {
1048
- "action": "RESET",
1049
1051
  "type": "button",
1052
+ "icon": "rotate-ccw",
1050
1053
  "variant": "primary",
1051
1054
  "label": "Retry",
1052
- "icon": "rotate-ccw"
1055
+ "action": "RESET"
1053
1056
  }
1054
1057
  ],
1055
- "type": "stack",
1056
- "direction": "vertical",
1057
- "gap": "lg",
1058
- "align": "center"
1058
+ "type": "stack"
1059
1059
  }
1060
1060
  ]
1061
1061
  ]
@@ -1104,23 +1104,26 @@
1104
1104
  "render-ui",
1105
1105
  "main",
1106
1106
  {
1107
+ "type": "stack",
1108
+ "direction": "vertical",
1109
+ "gap": "lg",
1107
1110
  "children": [
1108
1111
  {
1109
- "align": "center",
1110
- "type": "stack",
1111
- "direction": "horizontal",
1112
- "gap": "sm",
1113
1112
  "children": [
1114
1113
  {
1115
1114
  "name": "wrench",
1116
1115
  "type": "icon"
1117
1116
  },
1118
1117
  {
1119
- "variant": "h2",
1120
1118
  "content": "Validation-Fix Loop",
1121
- "type": "typography"
1119
+ "type": "typography",
1120
+ "variant": "h2"
1122
1121
  }
1123
- ]
1122
+ ],
1123
+ "gap": "sm",
1124
+ "type": "stack",
1125
+ "align": "center",
1126
+ "direction": "horizontal"
1124
1127
  },
1125
1128
  {
1126
1129
  "type": "divider"
@@ -1129,32 +1132,29 @@
1129
1132
  "type": "card",
1130
1133
  "children": [
1131
1134
  {
1132
- "gap": "md",
1133
1135
  "children": [
1134
1136
  {
1137
+ "variant": "body",
1135
1138
  "content": "Enter the target to validate and auto-fix",
1136
- "type": "typography",
1137
- "variant": "body"
1139
+ "type": "typography"
1138
1140
  },
1139
1141
  {
1140
1142
  "entity": "@entity",
1141
1143
  "type": "form-section",
1142
- "submitEvent": "FIX",
1143
- "mode": "edit",
1144
1144
  "fields": [
1145
1145
  "target"
1146
- ]
1146
+ ],
1147
+ "submitEvent": "FIX",
1148
+ "mode": "edit"
1147
1149
  }
1148
1150
  ],
1149
1151
  "type": "stack",
1150
- "direction": "vertical"
1152
+ "direction": "vertical",
1153
+ "gap": "md"
1151
1154
  }
1152
1155
  ]
1153
1156
  }
1154
- ],
1155
- "type": "stack",
1156
- "gap": "lg",
1157
- "direction": "vertical"
1157
+ ]
1158
1158
  }
1159
1159
  ]
1160
1160
  ]
@@ -1203,9 +1203,9 @@
1203
1203
  "render-ui",
1204
1204
  "main",
1205
1205
  {
1206
- "direction": "vertical",
1207
1206
  "type": "stack",
1208
1207
  "gap": "lg",
1208
+ "direction": "vertical",
1209
1209
  "children": [
1210
1210
  {
1211
1211
  "children": [
@@ -1219,10 +1219,10 @@
1219
1219
  "variant": "h2"
1220
1220
  }
1221
1221
  ],
1222
- "align": "center",
1223
- "direction": "horizontal",
1222
+ "type": "stack",
1224
1223
  "gap": "sm",
1225
- "type": "stack"
1224
+ "align": "center",
1225
+ "direction": "horizontal"
1226
1226
  },
1227
1227
  {
1228
1228
  "type": "divider"
@@ -1230,8 +1230,6 @@
1230
1230
  {
1231
1231
  "children": [
1232
1232
  {
1233
- "gap": "md",
1234
- "direction": "vertical",
1235
1233
  "children": [
1236
1234
  {
1237
1235
  "variant": "body",
@@ -1239,15 +1237,17 @@
1239
1237
  "content": "Enter the target to validate and auto-fix"
1240
1238
  },
1241
1239
  {
1240
+ "entity": "@entity",
1242
1241
  "fields": [
1243
1242
  "target"
1244
1243
  ],
1245
- "type": "form-section",
1246
- "submitEvent": "FIX",
1247
1244
  "mode": "edit",
1248
- "entity": "@entity"
1245
+ "submitEvent": "FIX",
1246
+ "type": "form-section"
1249
1247
  }
1250
1248
  ],
1249
+ "direction": "vertical",
1250
+ "gap": "md",
1251
1251
  "type": "stack"
1252
1252
  }
1253
1253
  ],