@almadar/std 14.25.0 → 14.27.0

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