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