@almadar/std 14.24.0 → 14.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -346,8 +346,8 @@
346
346
  "Review",
347
347
  {
348
348
  "emit": {
349
- "failure": "ReviewLoadFailed",
350
- "success": "ReviewLoaded"
349
+ "success": "ReviewLoaded",
350
+ "failure": "ReviewLoadFailed"
351
351
  }
352
352
  }
353
353
  ],
@@ -363,45 +363,43 @@
363
363
  },
364
364
  {
365
365
  "icon": "tag",
366
- "href": "/analysis",
367
- "label": "Analysis"
366
+ "label": "Analysis",
367
+ "href": "/analysis"
368
368
  },
369
369
  {
370
+ "href": "/issues",
370
371
  "icon": "alert-triangle",
371
- "label": "Issues",
372
- "href": "/issues"
372
+ "label": "Issues"
373
373
  }
374
374
  ],
375
375
  "children": [
376
376
  {
377
377
  "gap": "lg",
378
- "type": "stack",
379
- "direction": "vertical",
380
378
  "children": [
381
379
  {
380
+ "align": "center",
382
381
  "children": [
383
382
  {
384
383
  "type": "icon",
385
384
  "name": "file-search"
386
385
  },
387
386
  {
387
+ "type": "typography",
388
388
  "content": "Code Review",
389
- "variant": "h2",
390
- "type": "typography"
389
+ "variant": "h2"
391
390
  }
392
391
  ],
393
- "gap": "sm",
394
392
  "type": "stack",
395
393
  "direction": "horizontal",
396
- "align": "center"
394
+ "gap": "sm"
397
395
  },
398
396
  {
399
397
  "type": "divider"
400
398
  },
401
399
  {
400
+ "type": "card",
402
401
  "children": [
403
402
  {
404
- "direction": "vertical",
405
403
  "gap": "md",
406
404
  "children": [
407
405
  {
@@ -410,25 +408,27 @@
410
408
  "variant": "body"
411
409
  },
412
410
  {
413
- "entity": "@entity",
414
- "mode": "edit",
415
411
  "type": "form-section",
416
412
  "fields": [
417
413
  "target"
418
414
  ],
419
- "submitEvent": "SUBMIT_REVIEW"
415
+ "mode": "edit",
416
+ "submitEvent": "SUBMIT_REVIEW",
417
+ "entity": "@entity"
420
418
  }
421
419
  ],
422
- "type": "stack"
420
+ "type": "stack",
421
+ "direction": "vertical"
423
422
  }
424
- ],
425
- "type": "card"
423
+ ]
426
424
  }
427
- ]
425
+ ],
426
+ "direction": "vertical",
427
+ "type": "stack"
428
428
  }
429
429
  ],
430
- "appName": "Code Reviewer",
431
- "type": "dashboard-layout"
430
+ "type": "dashboard-layout",
431
+ "appName": "Code Reviewer"
432
432
  }
433
433
  ]
434
434
  ]
@@ -460,50 +460,50 @@
460
460
  "render-ui",
461
461
  "main",
462
462
  {
463
+ "type": "dashboard-layout",
464
+ "navItems": [
465
+ {
466
+ "label": "Review",
467
+ "href": "/review",
468
+ "icon": "file-search"
469
+ },
470
+ {
471
+ "label": "Analysis",
472
+ "href": "/analysis",
473
+ "icon": "tag"
474
+ },
475
+ {
476
+ "href": "/issues",
477
+ "label": "Issues",
478
+ "icon": "alert-triangle"
479
+ }
480
+ ],
481
+ "appName": "Code Reviewer",
463
482
  "children": [
464
483
  {
465
- "direction": "vertical",
466
484
  "gap": "lg",
485
+ "align": "center",
467
486
  "children": [
468
487
  {
469
- "name": "search",
470
- "type": "icon"
488
+ "type": "icon",
489
+ "name": "search"
471
490
  },
472
491
  {
473
- "content": "Analyzing input...",
492
+ "type": "typography",
474
493
  "variant": "h3",
475
- "type": "typography"
494
+ "content": "Analyzing input..."
476
495
  },
477
496
  {
478
497
  "type": "spinner"
479
498
  },
480
499
  {
481
- "content": "Classifying and searching for patterns",
500
+ "variant": "caption",
482
501
  "type": "typography",
483
- "variant": "caption"
502
+ "content": "Classifying and searching for patterns"
484
503
  }
485
504
  ],
486
- "type": "stack",
487
- "align": "center"
488
- }
489
- ],
490
- "type": "dashboard-layout",
491
- "appName": "Code Reviewer",
492
- "navItems": [
493
- {
494
- "label": "Review",
495
- "icon": "file-search",
496
- "href": "/review"
497
- },
498
- {
499
- "icon": "tag",
500
- "href": "/analysis",
501
- "label": "Analysis"
502
- },
503
- {
504
- "icon": "alert-triangle",
505
- "label": "Issues",
506
- "href": "/issues"
505
+ "direction": "vertical",
506
+ "type": "stack"
507
507
  }
508
508
  ]
509
509
  }
@@ -528,52 +528,52 @@
528
528
  "render-ui",
529
529
  "main",
530
530
  {
531
- "navItems": [
532
- {
533
- "href": "/review",
534
- "icon": "file-search",
535
- "label": "Review"
536
- },
537
- {
538
- "icon": "tag",
539
- "label": "Analysis",
540
- "href": "/analysis"
541
- },
542
- {
543
- "label": "Issues",
544
- "icon": "alert-triangle",
545
- "href": "/issues"
546
- }
547
- ],
548
- "appName": "Code Reviewer",
531
+ "type": "dashboard-layout",
549
532
  "children": [
550
533
  {
551
- "direction": "vertical",
552
534
  "gap": "lg",
553
- "align": "center",
535
+ "type": "stack",
554
536
  "children": [
555
537
  {
556
538
  "type": "icon",
557
539
  "name": "cpu"
558
540
  },
559
541
  {
560
- "content": "Generating review...",
542
+ "variant": "h3",
561
543
  "type": "typography",
562
- "variant": "h3"
544
+ "content": "Generating review..."
563
545
  },
564
546
  {
565
547
  "type": "spinner"
566
548
  },
567
549
  {
550
+ "type": "typography",
568
551
  "content": "Category: @entity.category",
569
- "variant": "caption",
570
- "type": "typography"
552
+ "variant": "caption"
571
553
  }
572
554
  ],
573
- "type": "stack"
555
+ "align": "center",
556
+ "direction": "vertical"
574
557
  }
575
558
  ],
576
- "type": "dashboard-layout"
559
+ "navItems": [
560
+ {
561
+ "href": "/review",
562
+ "label": "Review",
563
+ "icon": "file-search"
564
+ },
565
+ {
566
+ "href": "/analysis",
567
+ "icon": "tag",
568
+ "label": "Analysis"
569
+ },
570
+ {
571
+ "icon": "alert-triangle",
572
+ "label": "Issues",
573
+ "href": "/issues"
574
+ }
575
+ ],
576
+ "appName": "Code Reviewer"
577
577
  }
578
578
  ]
579
579
  ]
@@ -597,107 +597,107 @@
597
597
  "render-ui",
598
598
  "main",
599
599
  {
600
+ "appName": "Code Reviewer",
600
601
  "type": "dashboard-layout",
601
602
  "children": [
602
603
  {
603
- "gap": "lg",
604
- "direction": "vertical",
605
- "type": "stack",
606
604
  "children": [
607
605
  {
608
606
  "type": "stack",
609
- "align": "center",
610
607
  "children": [
611
608
  {
612
- "gap": "sm",
613
609
  "align": "center",
614
- "type": "stack",
615
- "direction": "horizontal",
616
610
  "children": [
617
611
  {
618
612
  "name": "check-circle",
619
613
  "type": "icon"
620
614
  },
621
615
  {
622
- "type": "typography",
623
616
  "content": "Review Complete",
624
- "variant": "h2"
617
+ "variant": "h2",
618
+ "type": "typography"
625
619
  }
626
- ]
620
+ ],
621
+ "direction": "horizontal",
622
+ "gap": "sm",
623
+ "type": "stack"
627
624
  },
628
625
  {
629
- "type": "badge",
630
- "label": "@entity.score"
626
+ "label": "@entity.score",
627
+ "type": "badge"
631
628
  }
632
629
  ],
630
+ "align": "center",
633
631
  "justify": "between",
634
- "direction": "horizontal",
635
- "gap": "sm"
632
+ "gap": "sm",
633
+ "direction": "horizontal"
636
634
  },
637
635
  {
638
636
  "type": "divider"
639
637
  },
640
638
  {
639
+ "type": "card",
641
640
  "children": [
642
641
  {
643
- "type": "stack",
644
- "gap": "md",
645
642
  "children": [
646
643
  {
644
+ "direction": "horizontal",
647
645
  "type": "stack",
648
- "gap": "sm",
649
646
  "children": [
650
647
  {
651
- "type": "badge",
652
- "label": "@entity.category"
648
+ "label": "@entity.category",
649
+ "type": "badge"
653
650
  },
654
651
  {
655
- "label": "@entity.reviewStatus",
656
- "type": "badge"
652
+ "type": "badge",
653
+ "label": "@entity.reviewStatus"
657
654
  }
658
655
  ],
659
- "direction": "horizontal"
656
+ "gap": "sm"
660
657
  },
661
658
  {
662
- "content": "Issues",
663
659
  "variant": "h4",
660
+ "content": "Issues",
664
661
  "type": "typography"
665
662
  },
666
663
  {
667
664
  "type": "typography",
668
- "content": "@entity.issues",
669
- "variant": "body"
665
+ "variant": "body",
666
+ "content": "@entity.issues"
670
667
  },
671
668
  {
672
669
  "type": "divider"
673
670
  },
674
671
  {
675
- "content": "Suggestions",
676
672
  "variant": "h4",
677
- "type": "typography"
673
+ "type": "typography",
674
+ "content": "Suggestions"
678
675
  },
679
676
  {
680
- "content": "@entity.suggestions",
681
677
  "variant": "body",
678
+ "content": "@entity.suggestions",
682
679
  "type": "typography"
683
680
  }
684
681
  ],
682
+ "gap": "md",
683
+ "type": "stack",
685
684
  "direction": "vertical"
686
685
  }
687
- ],
688
- "type": "card"
686
+ ]
689
687
  },
690
688
  {
691
689
  "label": "New Review",
692
- "action": "RESET",
693
690
  "variant": "ghost",
691
+ "action": "RESET",
694
692
  "icon": "rotate-ccw",
695
693
  "type": "button"
696
694
  }
697
- ]
695
+ ],
696
+ "direction": "vertical",
697
+ "type": "stack",
698
+ "gap": "lg"
698
699
  }
699
700
  ],
700
- "appName": "Code Reviewer",
701
701
  "navItems": [
702
702
  {
703
703
  "href": "/review",
@@ -705,14 +705,14 @@
705
705
  "icon": "file-search"
706
706
  },
707
707
  {
708
+ "href": "/analysis",
708
709
  "label": "Analysis",
709
- "icon": "tag",
710
- "href": "/analysis"
710
+ "icon": "tag"
711
711
  },
712
712
  {
713
- "label": "Issues",
714
713
  "href": "/issues",
715
- "icon": "alert-triangle"
714
+ "icon": "alert-triangle",
715
+ "label": "Issues"
716
716
  }
717
717
  ]
718
718
  }
@@ -753,27 +753,11 @@
753
753
  "render-ui",
754
754
  "main",
755
755
  {
756
- "navItems": [
757
- {
758
- "href": "/review",
759
- "icon": "file-search",
760
- "label": "Review"
761
- },
762
- {
763
- "href": "/analysis",
764
- "label": "Analysis",
765
- "icon": "tag"
766
- },
767
- {
768
- "icon": "alert-triangle",
769
- "label": "Issues",
770
- "href": "/issues"
771
- }
772
- ],
773
- "type": "dashboard-layout",
774
- "appName": "Code Reviewer",
775
756
  "children": [
776
757
  {
758
+ "type": "stack",
759
+ "gap": "lg",
760
+ "direction": "vertical",
777
761
  "children": [
778
762
  {
779
763
  "gap": "sm",
@@ -782,12 +766,12 @@
782
766
  "direction": "horizontal",
783
767
  "children": [
784
768
  {
785
- "type": "icon",
786
- "name": "file-search"
769
+ "name": "file-search",
770
+ "type": "icon"
787
771
  },
788
772
  {
789
- "variant": "h2",
790
773
  "content": "Code Review",
774
+ "variant": "h2",
791
775
  "type": "typography"
792
776
  }
793
777
  ]
@@ -796,37 +780,53 @@
796
780
  "type": "divider"
797
781
  },
798
782
  {
799
- "type": "card",
800
783
  "children": [
801
784
  {
802
- "gap": "md",
785
+ "direction": "vertical",
786
+ "type": "stack",
803
787
  "children": [
804
788
  {
805
- "variant": "body",
806
789
  "type": "typography",
790
+ "variant": "body",
807
791
  "content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review."
808
792
  },
809
793
  {
810
- "entity": "@entity",
811
- "type": "form-section",
794
+ "submitEvent": "SUBMIT_REVIEW",
812
795
  "fields": [
813
796
  "target"
814
797
  ],
815
- "submitEvent": "SUBMIT_REVIEW",
816
- "mode": "edit"
798
+ "type": "form-section",
799
+ "mode": "edit",
800
+ "entity": "@entity"
817
801
  }
818
802
  ],
819
- "direction": "vertical",
820
- "type": "stack"
803
+ "gap": "md"
821
804
  }
822
- ]
805
+ ],
806
+ "type": "card"
823
807
  }
824
- ],
825
- "type": "stack",
826
- "gap": "lg",
827
- "direction": "vertical"
808
+ ]
828
809
  }
829
- ]
810
+ ],
811
+ "navItems": [
812
+ {
813
+ "icon": "file-search",
814
+ "href": "/review",
815
+ "label": "Review"
816
+ },
817
+ {
818
+ "label": "Analysis",
819
+ "href": "/analysis",
820
+ "icon": "tag"
821
+ },
822
+ {
823
+ "href": "/issues",
824
+ "label": "Issues",
825
+ "icon": "alert-triangle"
826
+ }
827
+ ],
828
+ "appName": "Code Reviewer",
829
+ "type": "dashboard-layout"
830
830
  }
831
831
  ]
832
832
  ]
@@ -1042,25 +1042,20 @@
1042
1042
  "label": "Review"
1043
1043
  },
1044
1044
  {
1045
- "label": "Analysis",
1046
1045
  "href": "/analysis",
1047
- "icon": "tag"
1046
+ "icon": "tag",
1047
+ "label": "Analysis"
1048
1048
  },
1049
1049
  {
1050
+ "href": "/issues",
1050
1051
  "icon": "alert-triangle",
1051
- "label": "Issues",
1052
- "href": "/issues"
1052
+ "label": "Issues"
1053
1053
  }
1054
1054
  ],
1055
1055
  "children": [
1056
1056
  {
1057
- "direction": "vertical",
1058
- "type": "stack",
1059
- "gap": "lg",
1060
1057
  "children": [
1061
1058
  {
1062
- "type": "stack",
1063
- "align": "center",
1064
1059
  "direction": "horizontal",
1065
1060
  "gap": "sm",
1066
1061
  "children": [
@@ -1069,42 +1064,47 @@
1069
1064
  "name": "brain"
1070
1065
  },
1071
1066
  {
1072
- "variant": "h2",
1073
1067
  "content": "RAG Pipeline",
1068
+ "variant": "h2",
1074
1069
  "type": "typography"
1075
1070
  }
1076
- ]
1071
+ ],
1072
+ "type": "stack",
1073
+ "align": "center"
1077
1074
  },
1078
1075
  {
1079
1076
  "type": "divider"
1080
1077
  },
1081
1078
  {
1079
+ "type": "card",
1082
1080
  "children": [
1083
1081
  {
1082
+ "type": "stack",
1084
1083
  "direction": "vertical",
1085
1084
  "gap": "md",
1086
- "type": "stack",
1087
1085
  "children": [
1088
1086
  {
1087
+ "variant": "body",
1089
1088
  "type": "typography",
1090
- "content": "Enter a query to retrieve context and generate a response",
1091
- "variant": "body"
1089
+ "content": "Enter a query to retrieve context and generate a response"
1092
1090
  },
1093
1091
  {
1092
+ "type": "form-section",
1094
1093
  "mode": "edit",
1095
1094
  "entity": "@entity",
1096
- "type": "form-section",
1097
- "submitEvent": "GENERATE",
1098
1095
  "fields": [
1099
1096
  "query"
1100
- ]
1097
+ ],
1098
+ "submitEvent": "GENERATE"
1101
1099
  }
1102
1100
  ]
1103
1101
  }
1104
- ],
1105
- "type": "card"
1102
+ ]
1106
1103
  }
1107
- ]
1104
+ ],
1105
+ "gap": "lg",
1106
+ "direction": "vertical",
1107
+ "type": "stack"
1108
1108
  }
1109
1109
  ]
1110
1110
  }
@@ -1134,36 +1134,21 @@
1134
1134
  "render-ui",
1135
1135
  "main",
1136
1136
  {
1137
- "appName": "Code Reviewer",
1138
- "navItems": [
1139
- {
1140
- "href": "/review",
1141
- "label": "Review",
1142
- "icon": "file-search"
1143
- },
1144
- {
1145
- "icon": "tag",
1146
- "label": "Analysis",
1147
- "href": "/analysis"
1148
- },
1149
- {
1150
- "href": "/issues",
1151
- "label": "Issues",
1152
- "icon": "alert-triangle"
1153
- }
1154
- ],
1155
- "type": "dashboard-layout",
1156
1137
  "children": [
1157
1138
  {
1139
+ "direction": "vertical",
1140
+ "gap": "lg",
1141
+ "type": "stack",
1142
+ "align": "center",
1158
1143
  "children": [
1159
1144
  {
1160
1145
  "type": "icon",
1161
1146
  "name": "search"
1162
1147
  },
1163
1148
  {
1149
+ "type": "typography",
1164
1150
  "content": "Retrieving context...",
1165
- "variant": "h3",
1166
- "type": "typography"
1151
+ "variant": "h3"
1167
1152
  },
1168
1153
  {
1169
1154
  "type": "spinner"
@@ -1171,24 +1156,39 @@
1171
1156
  {
1172
1157
  "children": [
1173
1158
  {
1174
- "label": "Recalling memories",
1175
- "type": "badge"
1159
+ "type": "badge",
1160
+ "label": "Recalling memories"
1176
1161
  },
1177
1162
  {
1178
1163
  "label": "Searching code",
1179
1164
  "type": "badge"
1180
1165
  }
1181
1166
  ],
1182
- "gap": "md",
1183
1167
  "direction": "horizontal",
1184
1168
  "type": "stack",
1169
+ "gap": "md",
1185
1170
  "justify": "center"
1186
1171
  }
1187
- ],
1188
- "direction": "vertical",
1189
- "gap": "lg",
1190
- "align": "center",
1191
- "type": "stack"
1172
+ ]
1173
+ }
1174
+ ],
1175
+ "type": "dashboard-layout",
1176
+ "appName": "Code Reviewer",
1177
+ "navItems": [
1178
+ {
1179
+ "label": "Review",
1180
+ "icon": "file-search",
1181
+ "href": "/review"
1182
+ },
1183
+ {
1184
+ "href": "/analysis",
1185
+ "label": "Analysis",
1186
+ "icon": "tag"
1187
+ },
1188
+ {
1189
+ "label": "Issues",
1190
+ "href": "/issues",
1191
+ "icon": "alert-triangle"
1192
1192
  }
1193
1193
  ]
1194
1194
  }
@@ -1235,17 +1235,17 @@
1235
1235
  "render-ui",
1236
1236
  "main",
1237
1237
  {
1238
- "appName": "Code Reviewer",
1239
1238
  "type": "dashboard-layout",
1239
+ "appName": "Code Reviewer",
1240
1240
  "navItems": [
1241
1241
  {
1242
1242
  "href": "/review",
1243
- "label": "Review",
1244
- "icon": "file-search"
1243
+ "icon": "file-search",
1244
+ "label": "Review"
1245
1245
  },
1246
1246
  {
1247
- "icon": "tag",
1248
1247
  "label": "Analysis",
1248
+ "icon": "tag",
1249
1249
  "href": "/analysis"
1250
1250
  },
1251
1251
  {
@@ -1256,21 +1256,24 @@
1256
1256
  ],
1257
1257
  "children": [
1258
1258
  {
1259
- "align": "center",
1259
+ "gap": "lg",
1260
+ "direction": "vertical",
1260
1261
  "children": [
1261
1262
  {
1262
1263
  "type": "icon",
1263
1264
  "name": "cpu"
1264
1265
  },
1265
1266
  {
1266
- "content": "Generating response...",
1267
1267
  "type": "typography",
1268
- "variant": "h3"
1268
+ "variant": "h3",
1269
+ "content": "Generating response..."
1269
1270
  },
1270
1271
  {
1271
1272
  "type": "spinner"
1272
1273
  },
1273
1274
  {
1275
+ "direction": "horizontal",
1276
+ "type": "stack",
1274
1277
  "children": [
1275
1278
  {
1276
1279
  "type": "badge",
@@ -1282,13 +1285,10 @@
1282
1285
  }
1283
1286
  ],
1284
1287
  "justify": "center",
1285
- "direction": "horizontal",
1286
- "type": "stack",
1287
1288
  "gap": "md"
1288
1289
  }
1289
1290
  ],
1290
- "direction": "vertical",
1291
- "gap": "lg",
1291
+ "align": "center",
1292
1292
  "type": "stack"
1293
1293
  }
1294
1294
  ]
@@ -1315,27 +1315,27 @@
1315
1315
  "render-ui",
1316
1316
  "main",
1317
1317
  {
1318
- "type": "dashboard-layout",
1319
1318
  "navItems": [
1320
1319
  {
1320
+ "href": "/review",
1321
1321
  "icon": "file-search",
1322
- "label": "Review",
1323
- "href": "/review"
1322
+ "label": "Review"
1324
1323
  },
1325
1324
  {
1326
1325
  "label": "Analysis",
1327
- "icon": "tag",
1328
- "href": "/analysis"
1326
+ "href": "/analysis",
1327
+ "icon": "tag"
1329
1328
  },
1330
1329
  {
1331
1330
  "icon": "alert-triangle",
1332
- "href": "/issues",
1333
- "label": "Issues"
1331
+ "label": "Issues",
1332
+ "href": "/issues"
1334
1333
  }
1335
1334
  ],
1335
+ "type": "dashboard-layout",
1336
+ "appName": "Code Reviewer",
1336
1337
  "children": [
1337
1338
  {
1338
- "direction": "vertical",
1339
1339
  "gap": "lg",
1340
1340
  "align": "center",
1341
1341
  "children": [
@@ -1344,27 +1344,27 @@
1344
1344
  "type": "icon"
1345
1345
  },
1346
1346
  {
1347
- "variant": "h2",
1347
+ "type": "typography",
1348
1348
  "content": "RAG Pipeline Error",
1349
- "type": "typography"
1349
+ "variant": "h2"
1350
1350
  },
1351
1351
  {
1352
- "message": "@entity.error",
1353
1352
  "type": "alert",
1353
+ "message": "@entity.error",
1354
1354
  "variant": "error"
1355
1355
  },
1356
1356
  {
1357
1357
  "type": "button",
1358
- "icon": "rotate-ccw",
1359
1358
  "label": "Try Again",
1360
1359
  "action": "RESET",
1360
+ "icon": "rotate-ccw",
1361
1361
  "variant": "primary"
1362
1362
  }
1363
1363
  ],
1364
- "type": "stack"
1364
+ "type": "stack",
1365
+ "direction": "vertical"
1365
1366
  }
1366
- ],
1367
- "appName": "Code Reviewer"
1367
+ ]
1368
1368
  }
1369
1369
  ]
1370
1370
  ]
@@ -1397,32 +1397,38 @@
1397
1397
  "render-ui",
1398
1398
  "main",
1399
1399
  {
1400
- "type": "dashboard-layout",
1401
1400
  "appName": "Code Reviewer",
1401
+ "type": "dashboard-layout",
1402
1402
  "navItems": [
1403
1403
  {
1404
+ "label": "Review",
1404
1405
  "href": "/review",
1405
- "icon": "file-search",
1406
- "label": "Review"
1406
+ "icon": "file-search"
1407
1407
  },
1408
1408
  {
1409
- "icon": "tag",
1409
+ "label": "Analysis",
1410
1410
  "href": "/analysis",
1411
- "label": "Analysis"
1411
+ "icon": "tag"
1412
1412
  },
1413
1413
  {
1414
1414
  "label": "Issues",
1415
- "icon": "alert-triangle",
1416
- "href": "/issues"
1415
+ "href": "/issues",
1416
+ "icon": "alert-triangle"
1417
1417
  }
1418
1418
  ],
1419
1419
  "children": [
1420
1420
  {
1421
+ "type": "stack",
1422
+ "direction": "vertical",
1423
+ "gap": "lg",
1421
1424
  "children": [
1422
1425
  {
1423
- "gap": "sm",
1424
1426
  "children": [
1425
1427
  {
1428
+ "direction": "horizontal",
1429
+ "type": "stack",
1430
+ "align": "center",
1431
+ "gap": "sm",
1426
1432
  "children": [
1427
1433
  {
1428
1434
  "name": "check-circle",
@@ -1430,55 +1436,56 @@
1430
1436
  },
1431
1437
  {
1432
1438
  "type": "typography",
1433
- "variant": "h2",
1434
- "content": "RAG Complete"
1439
+ "content": "RAG Complete",
1440
+ "variant": "h2"
1435
1441
  }
1436
- ],
1437
- "type": "stack",
1438
- "gap": "sm",
1439
- "direction": "horizontal",
1440
- "align": "center"
1442
+ ]
1441
1443
  },
1442
1444
  {
1443
- "label": "New Query",
1444
1445
  "action": "RESET",
1445
1446
  "type": "button",
1447
+ "icon": "rotate-ccw",
1446
1448
  "variant": "ghost",
1447
- "icon": "rotate-ccw"
1449
+ "label": "New Query"
1448
1450
  }
1449
1451
  ],
1450
- "type": "stack",
1451
1452
  "direction": "horizontal",
1453
+ "justify": "between",
1454
+ "type": "stack",
1452
1455
  "align": "center",
1453
- "justify": "between"
1456
+ "gap": "sm"
1454
1457
  },
1455
1458
  {
1456
1459
  "type": "divider"
1457
1460
  },
1458
1461
  {
1459
- "cols": 2.0,
1460
1462
  "children": [
1461
1463
  {
1462
- "icon": "brain",
1463
- "label": "Memory Hits",
1464
+ "value": "@entity.memoryHits",
1464
1465
  "type": "stat-display",
1465
- "value": "@entity.memoryHits"
1466
+ "label": "Memory Hits",
1467
+ "icon": "brain"
1466
1468
  },
1467
1469
  {
1468
1470
  "type": "stat-display",
1471
+ "icon": "code",
1469
1472
  "value": "@entity.searchHits",
1470
- "label": "Code Hits",
1471
- "icon": "code"
1473
+ "label": "Code Hits"
1472
1474
  }
1473
1475
  ],
1474
- "type": "simple-grid"
1476
+ "type": "simple-grid",
1477
+ "cols": 2.0
1475
1478
  },
1476
1479
  {
1477
1480
  "type": "divider"
1478
1481
  },
1479
1482
  {
1483
+ "type": "card",
1480
1484
  "children": [
1481
1485
  {
1486
+ "type": "stack",
1487
+ "direction": "vertical",
1488
+ "gap": "md",
1482
1489
  "children": [
1483
1490
  {
1484
1491
  "variant": "caption",
@@ -1486,57 +1493,50 @@
1486
1493
  "content": "Query"
1487
1494
  },
1488
1495
  {
1489
- "type": "typography",
1496
+ "variant": "body",
1490
1497
  "content": "@entity.query",
1491
- "variant": "body"
1498
+ "type": "typography"
1492
1499
  },
1493
1500
  {
1494
1501
  "type": "divider"
1495
1502
  },
1496
1503
  {
1497
- "type": "typography",
1498
1504
  "content": "Response",
1505
+ "type": "typography",
1499
1506
  "variant": "caption"
1500
1507
  },
1501
1508
  {
1502
- "type": "typography",
1503
1509
  "content": "@entity.response",
1510
+ "type": "typography",
1504
1511
  "variant": "body"
1505
1512
  }
1506
- ],
1507
- "type": "stack",
1508
- "direction": "vertical",
1509
- "gap": "md"
1513
+ ]
1510
1514
  }
1511
- ],
1512
- "type": "card"
1515
+ ]
1513
1516
  },
1514
1517
  {
1515
1518
  "children": [
1516
1519
  {
1520
+ "direction": "vertical",
1521
+ "gap": "sm",
1522
+ "type": "stack",
1517
1523
  "children": [
1518
1524
  {
1519
1525
  "content": "Retrieved Context",
1520
- "variant": "caption",
1521
- "type": "typography"
1526
+ "type": "typography",
1527
+ "variant": "caption"
1522
1528
  },
1523
1529
  {
1530
+ "variant": "body",
1524
1531
  "type": "typography",
1525
- "content": "@entity.context",
1526
- "variant": "body"
1532
+ "content": "@entity.context"
1527
1533
  }
1528
- ],
1529
- "type": "stack",
1530
- "gap": "sm",
1531
- "direction": "vertical"
1534
+ ]
1532
1535
  }
1533
1536
  ],
1534
1537
  "type": "card"
1535
1538
  }
1536
- ],
1537
- "direction": "vertical",
1538
- "type": "stack",
1539
- "gap": "lg"
1539
+ ]
1540
1540
  }
1541
1541
  ]
1542
1542
  }
@@ -1562,7 +1562,6 @@
1562
1562
  "render-ui",
1563
1563
  "main",
1564
1564
  {
1565
- "appName": "Code Reviewer",
1566
1565
  "navItems": [
1567
1566
  {
1568
1567
  "label": "Review",
@@ -1570,48 +1569,49 @@
1570
1569
  "icon": "file-search"
1571
1570
  },
1572
1571
  {
1572
+ "label": "Analysis",
1573
1573
  "href": "/analysis",
1574
- "icon": "tag",
1575
- "label": "Analysis"
1574
+ "icon": "tag"
1576
1575
  },
1577
1576
  {
1578
1577
  "href": "/issues",
1579
- "icon": "alert-triangle",
1580
- "label": "Issues"
1578
+ "label": "Issues",
1579
+ "icon": "alert-triangle"
1581
1580
  }
1582
1581
  ],
1582
+ "type": "dashboard-layout",
1583
+ "appName": "Code Reviewer",
1583
1584
  "children": [
1584
1585
  {
1586
+ "align": "center",
1585
1587
  "direction": "vertical",
1588
+ "gap": "lg",
1586
1589
  "type": "stack",
1587
- "align": "center",
1588
1590
  "children": [
1589
1591
  {
1590
- "name": "alert-triangle",
1591
- "type": "icon"
1592
+ "type": "icon",
1593
+ "name": "alert-triangle"
1592
1594
  },
1593
1595
  {
1596
+ "variant": "h2",
1594
1597
  "content": "RAG Pipeline Error",
1595
- "type": "typography",
1596
- "variant": "h2"
1598
+ "type": "typography"
1597
1599
  },
1598
1600
  {
1599
- "type": "alert",
1600
1601
  "variant": "error",
1602
+ "type": "alert",
1601
1603
  "message": "@entity.error"
1602
1604
  },
1603
1605
  {
1604
- "icon": "rotate-ccw",
1605
- "variant": "primary",
1606
+ "action": "RESET",
1606
1607
  "type": "button",
1607
- "label": "Try Again",
1608
- "action": "RESET"
1608
+ "variant": "primary",
1609
+ "icon": "rotate-ccw",
1610
+ "label": "Try Again"
1609
1611
  }
1610
- ],
1611
- "gap": "lg"
1612
+ ]
1612
1613
  }
1613
- ],
1614
- "type": "dashboard-layout"
1614
+ ]
1615
1615
  }
1616
1616
  ]
1617
1617
  ]
@@ -1655,80 +1655,80 @@
1655
1655
  "render-ui",
1656
1656
  "main",
1657
1657
  {
1658
+ "type": "dashboard-layout",
1659
+ "appName": "Code Reviewer",
1658
1660
  "children": [
1659
1661
  {
1662
+ "direction": "vertical",
1660
1663
  "children": [
1661
1664
  {
1665
+ "type": "stack",
1666
+ "direction": "horizontal",
1667
+ "gap": "sm",
1662
1668
  "align": "center",
1663
1669
  "children": [
1664
1670
  {
1665
- "name": "brain",
1666
- "type": "icon"
1671
+ "type": "icon",
1672
+ "name": "brain"
1667
1673
  },
1668
1674
  {
1669
- "content": "RAG Pipeline",
1670
1675
  "variant": "h2",
1671
- "type": "typography"
1676
+ "type": "typography",
1677
+ "content": "RAG Pipeline"
1672
1678
  }
1673
- ],
1674
- "type": "stack",
1675
- "direction": "horizontal",
1676
- "gap": "sm"
1679
+ ]
1677
1680
  },
1678
1681
  {
1679
1682
  "type": "divider"
1680
1683
  },
1681
1684
  {
1685
+ "type": "card",
1682
1686
  "children": [
1683
1687
  {
1688
+ "type": "stack",
1689
+ "direction": "vertical",
1690
+ "gap": "md",
1684
1691
  "children": [
1685
1692
  {
1693
+ "type": "typography",
1686
1694
  "variant": "body",
1687
- "content": "Enter a query to retrieve context and generate a response",
1688
- "type": "typography"
1695
+ "content": "Enter a query to retrieve context and generate a response"
1689
1696
  },
1690
1697
  {
1691
- "type": "form-section",
1692
1698
  "entity": "@entity",
1693
- "submitEvent": "GENERATE",
1699
+ "type": "form-section",
1700
+ "mode": "edit",
1694
1701
  "fields": [
1695
1702
  "query"
1696
1703
  ],
1697
- "mode": "edit"
1704
+ "submitEvent": "GENERATE"
1698
1705
  }
1699
- ],
1700
- "gap": "md",
1701
- "direction": "vertical",
1702
- "type": "stack"
1706
+ ]
1703
1707
  }
1704
- ],
1705
- "type": "card"
1708
+ ]
1706
1709
  }
1707
1710
  ],
1708
- "type": "stack",
1709
1711
  "gap": "lg",
1710
- "direction": "vertical"
1712
+ "type": "stack"
1711
1713
  }
1712
1714
  ],
1713
- "appName": "Code Reviewer",
1714
1715
  "navItems": [
1715
1716
  {
1716
- "label": "Review",
1717
1717
  "href": "/review",
1718
+ "label": "Review",
1718
1719
  "icon": "file-search"
1719
1720
  },
1720
1721
  {
1721
- "href": "/analysis",
1722
1722
  "label": "Analysis",
1723
- "icon": "tag"
1723
+ "icon": "tag",
1724
+ "href": "/analysis"
1724
1725
  },
1725
1726
  {
1726
- "label": "Issues",
1727
+ "href": "/issues",
1727
1728
  "icon": "alert-triangle",
1728
- "href": "/issues"
1729
+ "label": "Issues"
1729
1730
  }
1730
- ],
1731
- "type": "dashboard-layout"
1731
+ ]
1732
1732
  }
1733
1733
  ]
1734
1734
  ]
@@ -1836,8 +1836,8 @@
1836
1836
  "ReviewRag",
1837
1837
  {
1838
1838
  "emit": {
1839
- "success": "ReviewRagLoaded",
1840
- "failure": "ReviewRagLoadFailed"
1839
+ "failure": "ReviewRagLoadFailed",
1840
+ "success": "ReviewRagLoaded"
1841
1841
  }
1842
1842
  }
1843
1843
  ],
@@ -1846,21 +1846,21 @@
1846
1846
  "main",
1847
1847
  {
1848
1848
  "className": "py-12",
1849
- "direction": "vertical",
1850
1849
  "children": [
1851
1850
  {
1852
1851
  "type": "spinner"
1853
1852
  },
1854
1853
  {
1855
- "color": "muted",
1856
- "content": "Loading RAG pipeline…",
1857
1854
  "type": "typography",
1858
- "variant": "caption"
1855
+ "content": "Loading RAG pipeline…",
1856
+ "variant": "caption",
1857
+ "color": "muted"
1859
1858
  }
1860
1859
  ],
1860
+ "align": "center",
1861
1861
  "gap": "md",
1862
1862
  "type": "stack",
1863
- "align": "center"
1863
+ "direction": "vertical"
1864
1864
  }
1865
1865
  ]
1866
1866
  ]
@@ -1874,50 +1874,50 @@
1874
1874
  "render-ui",
1875
1875
  "main",
1876
1876
  {
1877
- "type": "dashboard-layout",
1878
1877
  "navItems": [
1879
1878
  {
1880
- "href": "/review",
1881
1879
  "label": "Review",
1882
- "icon": "file-search"
1880
+ "icon": "file-search",
1881
+ "href": "/review"
1883
1882
  },
1884
1883
  {
1885
- "label": "Analysis",
1886
1884
  "href": "/analysis",
1885
+ "label": "Analysis",
1887
1886
  "icon": "tag"
1888
1887
  },
1889
1888
  {
1890
- "icon": "alert-triangle",
1891
1889
  "label": "Issues",
1892
- "href": "/issues"
1890
+ "href": "/issues",
1891
+ "icon": "alert-triangle"
1893
1892
  }
1894
1893
  ],
1894
+ "appName": "Code Reviewer",
1895
+ "type": "dashboard-layout",
1895
1896
  "children": [
1896
1897
  {
1897
- "type": "stack",
1898
- "gap": "lg",
1899
1898
  "children": [
1900
1899
  {
1900
+ "align": "center",
1901
+ "direction": "horizontal",
1902
+ "type": "stack",
1901
1903
  "children": [
1902
1904
  {
1903
- "name": "brain",
1904
- "type": "icon"
1905
+ "type": "icon",
1906
+ "name": "brain"
1905
1907
  },
1906
1908
  {
1907
- "variant": "h2",
1908
1909
  "type": "typography",
1910
+ "variant": "h2",
1909
1911
  "content": "RAG Pipeline"
1910
1912
  }
1911
1913
  ],
1912
- "gap": "sm",
1913
- "type": "stack",
1914
- "align": "center",
1915
- "direction": "horizontal"
1914
+ "gap": "sm"
1916
1915
  },
1917
1916
  {
1918
1917
  "type": "divider"
1919
1918
  },
1920
1919
  {
1920
+ "tabChangeEvent": "SELECT_TAB",
1921
1921
  "type": "tabs",
1922
1922
  "defaultActiveTab": "query",
1923
1923
  "tabs": [
@@ -1933,45 +1933,45 @@
1933
1933
  "label": "Response",
1934
1934
  "value": "response"
1935
1935
  }
1936
- ],
1937
- "tabChangeEvent": "SELECT_TAB"
1936
+ ]
1938
1937
  },
1939
1938
  {
1940
1939
  "type": "divider"
1941
1940
  },
1942
1941
  {
1943
- "entity": "@payload.data",
1944
- "type": "data-grid",
1942
+ "className": "transition-shadow hover:shadow-md cursor-pointer",
1945
1943
  "fields": [],
1944
+ "entity": "@payload.data",
1946
1945
  "renderItem": [
1947
1946
  "fn",
1948
1947
  "item",
1949
1948
  {
1949
+ "gap": "sm",
1950
+ "type": "stack",
1950
1951
  "direction": "vertical",
1951
1952
  "children": [
1952
1953
  {
1953
- "variant": "h4",
1954
1954
  "content": "@item.query",
1955
- "type": "typography"
1955
+ "type": "typography",
1956
+ "variant": "h4"
1956
1957
  },
1957
1958
  {
1958
- "variant": "caption",
1959
1959
  "color": "muted",
1960
+ "content": "@item.query",
1960
1961
  "type": "typography",
1961
- "content": "@item.query"
1962
+ "variant": "caption"
1962
1963
  }
1963
- ],
1964
- "type": "stack",
1965
- "gap": "sm"
1964
+ ]
1966
1965
  }
1967
1966
  ],
1968
- "className": "transition-shadow hover:shadow-md cursor-pointer"
1967
+ "type": "data-grid"
1969
1968
  }
1970
1969
  ],
1971
- "direction": "vertical"
1970
+ "gap": "lg",
1971
+ "direction": "vertical",
1972
+ "type": "stack"
1972
1973
  }
1973
- ],
1974
- "appName": "Code Reviewer"
1974
+ ]
1975
1975
  }
1976
1976
  ]
1977
1977
  ]
@@ -1985,36 +1985,36 @@
1985
1985
  "render-ui",
1986
1986
  "main",
1987
1987
  {
1988
+ "align": "center",
1988
1989
  "gap": "md",
1989
- "type": "stack",
1990
- "direction": "vertical",
1991
1990
  "className": "py-12",
1992
- "align": "center",
1993
1991
  "children": [
1994
1992
  {
1995
- "type": "icon",
1993
+ "name": "alert-triangle",
1996
1994
  "color": "destructive",
1997
- "name": "alert-triangle"
1995
+ "type": "icon"
1998
1996
  },
1999
1997
  {
2000
- "type": "typography",
2001
1998
  "variant": "h3",
2002
- "content": "Failed to load RAG pipeline"
1999
+ "content": "Failed to load RAG pipeline",
2000
+ "type": "typography"
2003
2001
  },
2004
2002
  {
2005
2003
  "color": "muted",
2006
- "type": "typography",
2007
2004
  "content": "@payload.error",
2005
+ "type": "typography",
2008
2006
  "variant": "body"
2009
2007
  },
2010
2008
  {
2011
- "icon": "rotate-ccw",
2012
- "type": "button",
2013
2009
  "label": "Retry",
2014
2010
  "action": "INIT",
2015
- "variant": "primary"
2011
+ "variant": "primary",
2012
+ "type": "button",
2013
+ "icon": "rotate-ccw"
2016
2014
  }
2017
- ]
2015
+ ],
2016
+ "type": "stack",
2017
+ "direction": "vertical"
2018
2018
  }
2019
2019
  ]
2020
2020
  ]
@@ -2136,22 +2136,22 @@
2136
2136
  "render-ui",
2137
2137
  "main",
2138
2138
  {
2139
- "type": "stack",
2140
- "align": "center",
2141
2139
  "className": "py-12",
2142
2140
  "children": [
2143
2141
  {
2144
2142
  "type": "spinner"
2145
2143
  },
2146
2144
  {
2147
- "type": "typography",
2148
2145
  "variant": "caption",
2149
2146
  "content": "Loading…",
2147
+ "type": "typography",
2150
2148
  "color": "muted"
2151
2149
  }
2152
2150
  ],
2151
+ "direction": "vertical",
2153
2152
  "gap": "md",
2154
- "direction": "vertical"
2153
+ "type": "stack",
2154
+ "align": "center"
2155
2155
  }
2156
2156
  ]
2157
2157
  ]
@@ -2165,40 +2165,37 @@
2165
2165
  "render-ui",
2166
2166
  "main",
2167
2167
  {
2168
- "appName": "Code Reviewer",
2169
- "type": "dashboard-layout",
2170
2168
  "children": [
2171
2169
  {
2172
- "className": "max-w-5xl mx-auto w-full",
2173
- "type": "stack",
2174
- "gap": "lg",
2175
2170
  "direction": "vertical",
2171
+ "type": "stack",
2172
+ "className": "max-w-5xl mx-auto w-full",
2176
2173
  "children": [
2177
2174
  {
2175
+ "direction": "horizontal",
2176
+ "justify": "between",
2177
+ "align": "center",
2178
2178
  "children": [
2179
2179
  {
2180
- "type": "stack",
2181
- "gap": "sm",
2182
- "direction": "horizontal",
2183
- "align": "center",
2184
2180
  "children": [
2185
2181
  {
2186
- "type": "icon",
2187
- "name": "brain"
2182
+ "name": "brain",
2183
+ "type": "icon"
2188
2184
  },
2189
2185
  {
2190
2186
  "type": "typography",
2191
- "variant": "h2",
2192
- "content": "ReviewRag Manager"
2187
+ "content": "ReviewRag Manager",
2188
+ "variant": "h2"
2193
2189
  }
2194
- ]
2190
+ ],
2191
+ "direction": "horizontal",
2192
+ "gap": "sm",
2193
+ "type": "stack",
2194
+ "align": "center"
2195
2195
  }
2196
2196
  ],
2197
2197
  "type": "stack",
2198
- "align": "center",
2199
- "gap": "md",
2200
- "justify": "between",
2201
- "direction": "horizontal"
2198
+ "gap": "md"
2202
2199
  },
2203
2200
  {
2204
2201
  "type": "divider"
@@ -2208,44 +2205,46 @@
2208
2205
  {
2209
2206
  "name": "content",
2210
2207
  "label": "Content",
2211
- "variant": "h4",
2212
- "icon": "brain"
2208
+ "icon": "brain",
2209
+ "variant": "h4"
2213
2210
  },
2214
2211
  {
2215
- "name": "category",
2216
2212
  "label": "Category",
2213
+ "variant": "badge",
2214
+ "name": "category",
2217
2215
  "colorMap": {
2216
+ "inactive": "neutral",
2217
+ "draft": "warning",
2218
+ "completed": "success",
2219
+ "active": "success",
2218
2220
  "scheduled": "warning",
2219
2221
  "disabled": "neutral",
2220
2222
  "done": "success",
2221
- "failed": "destructive",
2222
- "active": "success",
2223
- "draft": "warning",
2224
- "inactive": "neutral",
2225
2223
  "error": "destructive",
2226
- "completed": "success",
2227
- "cancelled": "destructive",
2228
2224
  "pending": "warning",
2225
+ "cancelled": "destructive",
2226
+ "failed": "destructive",
2229
2227
  "archived": "neutral"
2230
- },
2231
- "variant": "badge"
2228
+ }
2232
2229
  },
2233
2230
  {
2234
- "label": "Strength",
2235
2231
  "name": "strength",
2236
- "variant": "caption"
2232
+ "variant": "caption",
2233
+ "label": "Strength"
2237
2234
  }
2238
2235
  ],
2239
- "entity": "@payload.data",
2240
- "type": "data-grid"
2236
+ "type": "data-grid",
2237
+ "entity": "@payload.data"
2241
2238
  }
2242
- ]
2239
+ ],
2240
+ "gap": "lg"
2243
2241
  }
2244
2242
  ],
2243
+ "appName": "Code Reviewer",
2245
2244
  "navItems": [
2246
2245
  {
2247
- "href": "/review",
2248
2246
  "icon": "file-search",
2247
+ "href": "/review",
2249
2248
  "label": "Review"
2250
2249
  },
2251
2250
  {
@@ -2254,11 +2253,12 @@
2254
2253
  "icon": "tag"
2255
2254
  },
2256
2255
  {
2257
- "href": "/issues",
2258
2256
  "label": "Issues",
2259
- "icon": "alert-triangle"
2257
+ "icon": "alert-triangle",
2258
+ "href": "/issues"
2260
2259
  }
2261
- ]
2260
+ ],
2261
+ "type": "dashboard-layout"
2262
2262
  }
2263
2263
  ]
2264
2264
  ]
@@ -2272,35 +2272,35 @@
2272
2272
  "render-ui",
2273
2273
  "main",
2274
2274
  {
2275
+ "align": "center",
2276
+ "type": "stack",
2275
2277
  "children": [
2276
2278
  {
2277
- "color": "destructive",
2278
2279
  "type": "icon",
2279
- "name": "alert-triangle"
2280
+ "name": "alert-triangle",
2281
+ "color": "destructive"
2280
2282
  },
2281
2283
  {
2284
+ "type": "typography",
2282
2285
  "content": "Failed to load reviewrag",
2283
- "variant": "h3",
2284
- "type": "typography"
2286
+ "variant": "h3"
2285
2287
  },
2286
2288
  {
2287
- "variant": "body",
2288
- "color": "muted",
2289
2289
  "type": "typography",
2290
- "content": "@payload.error"
2290
+ "variant": "body",
2291
+ "content": "@payload.error",
2292
+ "color": "muted"
2291
2293
  },
2292
2294
  {
2293
2295
  "type": "button",
2294
- "action": "INIT",
2295
2296
  "icon": "rotate-ccw",
2296
- "variant": "primary",
2297
- "label": "Retry"
2297
+ "label": "Retry",
2298
+ "action": "INIT",
2299
+ "variant": "primary"
2298
2300
  }
2299
2301
  ],
2300
2302
  "gap": "md",
2301
2303
  "direction": "vertical",
2302
- "type": "stack",
2303
- "align": "center",
2304
2304
  "className": "py-12"
2305
2305
  }
2306
2306
  ]
@@ -2390,8 +2390,8 @@
2390
2390
  "ReviewRag",
2391
2391
  {
2392
2392
  "emit": {
2393
- "failure": "ReviewRagLoadFailed",
2394
- "success": "ReviewRagLoaded"
2393
+ "success": "ReviewRagLoaded",
2394
+ "failure": "ReviewRagLoadFailed"
2395
2395
  }
2396
2396
  }
2397
2397
  ],
@@ -2399,22 +2399,22 @@
2399
2399
  "render-ui",
2400
2400
  "main",
2401
2401
  {
2402
- "align": "center",
2402
+ "className": "py-12",
2403
2403
  "children": [
2404
2404
  {
2405
2405
  "type": "spinner"
2406
2406
  },
2407
2407
  {
2408
+ "type": "typography",
2408
2409
  "content": "Loading…",
2409
- "variant": "caption",
2410
2410
  "color": "muted",
2411
- "type": "typography"
2411
+ "variant": "caption"
2412
2412
  }
2413
2413
  ],
2414
2414
  "gap": "md",
2415
- "className": "py-12",
2416
- "type": "stack",
2417
- "direction": "vertical"
2415
+ "align": "center",
2416
+ "direction": "vertical",
2417
+ "type": "stack"
2418
2418
  }
2419
2419
  ]
2420
2420
  ]
@@ -2428,21 +2428,42 @@
2428
2428
  "render-ui",
2429
2429
  "main",
2430
2430
  {
2431
+ "type": "dashboard-layout",
2432
+ "appName": "Code Reviewer",
2433
+ "navItems": [
2434
+ {
2435
+ "icon": "file-search",
2436
+ "label": "Review",
2437
+ "href": "/review"
2438
+ },
2439
+ {
2440
+ "label": "Analysis",
2441
+ "icon": "tag",
2442
+ "href": "/analysis"
2443
+ },
2444
+ {
2445
+ "label": "Issues",
2446
+ "icon": "alert-triangle",
2447
+ "href": "/issues"
2448
+ }
2449
+ ],
2431
2450
  "children": [
2432
2451
  {
2433
2452
  "className": "max-w-5xl mx-auto w-full",
2434
- "direction": "vertical",
2453
+ "type": "stack",
2435
2454
  "gap": "lg",
2436
2455
  "children": [
2437
2456
  {
2457
+ "direction": "horizontal",
2458
+ "gap": "md",
2438
2459
  "type": "stack",
2439
2460
  "justify": "between",
2440
2461
  "align": "center",
2441
2462
  "children": [
2442
2463
  {
2443
2464
  "align": "center",
2444
- "type": "stack",
2445
2465
  "gap": "sm",
2466
+ "type": "stack",
2446
2467
  "direction": "horizontal",
2447
2468
  "children": [
2448
2469
  {
@@ -2450,76 +2471,55 @@
2450
2471
  "type": "icon"
2451
2472
  },
2452
2473
  {
2474
+ "content": "ReviewRag",
2453
2475
  "variant": "h2",
2454
- "type": "typography",
2455
- "content": "ReviewRag"
2476
+ "type": "typography"
2456
2477
  }
2457
2478
  ]
2458
2479
  }
2459
- ],
2460
- "direction": "horizontal",
2461
- "gap": "md"
2480
+ ]
2462
2481
  },
2463
2482
  {
2464
2483
  "type": "divider"
2465
2484
  },
2466
2485
  {
2486
+ "entity": "@payload.data",
2487
+ "type": "data-grid",
2467
2488
  "fields": [
2468
2489
  {
2469
- "name": "query",
2470
- "variant": "h4",
2471
2490
  "label": "Query",
2472
- "icon": "search"
2491
+ "name": "query",
2492
+ "icon": "search",
2493
+ "variant": "h4"
2473
2494
  },
2474
2495
  {
2475
2496
  "label": "Language",
2476
- "name": "language",
2477
2497
  "variant": "badge",
2478
2498
  "colorMap": {
2479
2499
  "active": "success",
2480
2500
  "pending": "warning",
2481
2501
  "scheduled": "warning",
2502
+ "disabled": "neutral",
2503
+ "archived": "neutral",
2482
2504
  "error": "destructive",
2505
+ "cancelled": "destructive",
2506
+ "failed": "destructive",
2507
+ "draft": "warning",
2483
2508
  "inactive": "neutral",
2484
2509
  "done": "success",
2485
- "draft": "warning",
2486
- "disabled": "neutral",
2487
- "completed": "success",
2488
- "failed": "destructive",
2489
- "archived": "neutral",
2490
- "cancelled": "destructive"
2491
- }
2510
+ "completed": "success"
2511
+ },
2512
+ "name": "language"
2492
2513
  },
2493
2514
  {
2494
2515
  "name": "resultCount",
2495
2516
  "variant": "caption",
2496
2517
  "label": "Result Count"
2497
2518
  }
2498
- ],
2499
- "type": "data-grid",
2500
- "entity": "@payload.data"
2519
+ ]
2501
2520
  }
2502
2521
  ],
2503
- "type": "stack"
2504
- }
2505
- ],
2506
- "type": "dashboard-layout",
2507
- "appName": "Code Reviewer",
2508
- "navItems": [
2509
- {
2510
- "icon": "file-search",
2511
- "label": "Review",
2512
- "href": "/review"
2513
- },
2514
- {
2515
- "label": "Analysis",
2516
- "icon": "tag",
2517
- "href": "/analysis"
2518
- },
2519
- {
2520
- "icon": "alert-triangle",
2521
- "label": "Issues",
2522
- "href": "/issues"
2522
+ "direction": "vertical"
2523
2523
  }
2524
2524
  ]
2525
2525
  }
@@ -2536,7 +2536,10 @@
2536
2536
  "main",
2537
2537
  {
2538
2538
  "type": "stack",
2539
+ "align": "center",
2539
2540
  "className": "py-12",
2541
+ "direction": "vertical",
2542
+ "gap": "md",
2540
2543
  "children": [
2541
2544
  {
2542
2545
  "type": "icon",
@@ -2544,27 +2547,24 @@
2544
2547
  "name": "alert-triangle"
2545
2548
  },
2546
2549
  {
2547
- "variant": "h3",
2548
2550
  "type": "typography",
2551
+ "variant": "h3",
2549
2552
  "content": "Failed to load reviewrag"
2550
2553
  },
2551
2554
  {
2552
- "color": "muted",
2553
2555
  "content": "@payload.error",
2554
- "variant": "body",
2555
- "type": "typography"
2556
+ "type": "typography",
2557
+ "color": "muted",
2558
+ "variant": "body"
2556
2559
  },
2557
2560
  {
2561
+ "icon": "rotate-ccw",
2558
2562
  "action": "INIT",
2559
2563
  "type": "button",
2560
2564
  "label": "Retry",
2561
- "icon": "rotate-ccw",
2562
2565
  "variant": "primary"
2563
2566
  }
2564
- ],
2565
- "direction": "vertical",
2566
- "align": "center",
2567
- "gap": "md"
2567
+ ]
2568
2568
  }
2569
2569
  ]
2570
2570
  ]
@@ -2756,72 +2756,72 @@
2756
2756
  "render-ui",
2757
2757
  "main",
2758
2758
  {
2759
- "navItems": [
2760
- {
2761
- "label": "Review",
2762
- "href": "/review",
2763
- "icon": "file-search"
2764
- },
2765
- {
2766
- "href": "/analysis",
2767
- "icon": "tag",
2768
- "label": "Analysis"
2769
- },
2770
- {
2771
- "href": "/issues",
2772
- "label": "Issues",
2773
- "icon": "alert-triangle"
2774
- }
2775
- ],
2776
- "type": "dashboard-layout",
2777
- "appName": "Code Reviewer",
2778
2759
  "children": [
2779
2760
  {
2780
- "type": "stack",
2781
2761
  "gap": "lg",
2762
+ "type": "stack",
2763
+ "direction": "vertical",
2782
2764
  "children": [
2783
2765
  {
2784
- "type": "stack",
2766
+ "gap": "md",
2767
+ "direction": "horizontal",
2785
2768
  "children": [
2786
2769
  {
2787
2770
  "direction": "horizontal",
2788
2771
  "children": [
2789
2772
  {
2790
- "name": "sparkles",
2791
- "type": "icon"
2773
+ "type": "icon",
2774
+ "name": "sparkles"
2792
2775
  },
2793
2776
  {
2794
- "content": "ReviewRag",
2795
2777
  "type": "typography",
2796
- "variant": "h2"
2778
+ "variant": "h2",
2779
+ "content": "ReviewRag"
2797
2780
  }
2798
2781
  ],
2799
2782
  "type": "stack",
2800
2783
  "gap": "md"
2801
2784
  },
2802
2785
  {
2803
- "type": "button",
2804
2786
  "label": "Open",
2805
2787
  "variant": "primary",
2806
- "icon": "sparkles",
2807
- "action": "GENERATE"
2788
+ "action": "GENERATE",
2789
+ "type": "button",
2790
+ "icon": "sparkles"
2808
2791
  }
2809
2792
  ],
2810
- "gap": "md",
2811
- "direction": "horizontal",
2812
- "justify": "between"
2793
+ "justify": "between",
2794
+ "type": "stack"
2813
2795
  },
2814
2796
  {
2815
2797
  "type": "divider"
2816
2798
  },
2817
2799
  {
2818
- "icon": "sparkles",
2819
2800
  "title": "Nothing open",
2801
+ "icon": "sparkles",
2820
2802
  "type": "empty-state",
2821
2803
  "description": "Click Open to view details in a modal overlay."
2822
2804
  }
2823
- ],
2824
- "direction": "vertical"
2805
+ ]
2806
+ }
2807
+ ],
2808
+ "type": "dashboard-layout",
2809
+ "appName": "Code Reviewer",
2810
+ "navItems": [
2811
+ {
2812
+ "icon": "file-search",
2813
+ "href": "/review",
2814
+ "label": "Review"
2815
+ },
2816
+ {
2817
+ "icon": "tag",
2818
+ "label": "Analysis",
2819
+ "href": "/analysis"
2820
+ },
2821
+ {
2822
+ "label": "Issues",
2823
+ "href": "/issues",
2824
+ "icon": "alert-triangle"
2825
2825
  }
2826
2826
  ]
2827
2827
  }
@@ -2838,13 +2838,15 @@
2838
2838
  "modal",
2839
2839
  {
2840
2840
  "type": "stack",
2841
+ "direction": "vertical",
2841
2842
  "children": [
2842
2843
  {
2844
+ "type": "stack",
2843
2845
  "gap": "sm",
2844
2846
  "children": [
2845
2847
  {
2846
- "type": "icon",
2847
- "name": "sparkles"
2848
+ "name": "sparkles",
2849
+ "type": "icon"
2848
2850
  },
2849
2851
  {
2850
2852
  "type": "typography",
@@ -2852,38 +2854,36 @@
2852
2854
  "variant": "h3"
2853
2855
  }
2854
2856
  ],
2855
- "direction": "horizontal",
2856
- "type": "stack"
2857
+ "direction": "horizontal"
2857
2858
  },
2858
2859
  {
2859
2860
  "type": "divider"
2860
2861
  },
2861
2862
  {
2862
2863
  "direction": "horizontal",
2864
+ "type": "stack",
2863
2865
  "children": [
2864
2866
  {
2865
2867
  "label": "@entity.provider",
2866
2868
  "type": "badge"
2867
2869
  },
2868
2870
  {
2869
- "label": "@entity.model",
2870
- "type": "badge"
2871
+ "type": "badge",
2872
+ "label": "@entity.model"
2871
2873
  }
2872
2874
  ],
2873
- "type": "stack",
2874
2875
  "gap": "sm"
2875
2876
  },
2876
2877
  {
2878
+ "submitEvent": "SAVE",
2879
+ "mode": "create",
2877
2880
  "fields": [
2878
2881
  "prompt"
2879
2882
  ],
2880
- "cancelEvent": "CLOSE",
2881
- "submitEvent": "SAVE",
2882
2883
  "type": "form-section",
2883
- "mode": "create"
2884
+ "cancelEvent": "CLOSE"
2884
2885
  }
2885
2886
  ],
2886
- "direction": "vertical",
2887
2887
  "gap": "md"
2888
2888
  }
2889
2889
  ]
@@ -2918,72 +2918,72 @@
2918
2918
  "render-ui",
2919
2919
  "main",
2920
2920
  {
2921
+ "type": "dashboard-layout",
2922
+ "navItems": [
2923
+ {
2924
+ "label": "Review",
2925
+ "href": "/review",
2926
+ "icon": "file-search"
2927
+ },
2928
+ {
2929
+ "icon": "tag",
2930
+ "label": "Analysis",
2931
+ "href": "/analysis"
2932
+ },
2933
+ {
2934
+ "icon": "alert-triangle",
2935
+ "href": "/issues",
2936
+ "label": "Issues"
2937
+ }
2938
+ ],
2921
2939
  "appName": "Code Reviewer",
2922
2940
  "children": [
2923
2941
  {
2942
+ "direction": "vertical",
2943
+ "gap": "lg",
2944
+ "type": "stack",
2924
2945
  "children": [
2925
2946
  {
2926
- "justify": "between",
2927
- "type": "stack",
2928
- "gap": "md",
2929
2947
  "direction": "horizontal",
2948
+ "type": "stack",
2930
2949
  "children": [
2931
2950
  {
2951
+ "type": "stack",
2932
2952
  "children": [
2933
2953
  {
2934
- "name": "sparkles",
2935
- "type": "icon"
2954
+ "type": "icon",
2955
+ "name": "sparkles"
2936
2956
  },
2937
2957
  {
2938
- "type": "typography",
2939
2958
  "content": "ReviewRag",
2959
+ "type": "typography",
2940
2960
  "variant": "h2"
2941
2961
  }
2942
2962
  ],
2943
- "type": "stack",
2944
- "gap": "md",
2945
- "direction": "horizontal"
2963
+ "direction": "horizontal",
2964
+ "gap": "md"
2946
2965
  },
2947
2966
  {
2948
- "label": "Open",
2949
- "action": "GENERATE",
2950
2967
  "variant": "primary",
2968
+ "icon": "sparkles",
2951
2969
  "type": "button",
2952
- "icon": "sparkles"
2970
+ "label": "Open",
2971
+ "action": "GENERATE"
2953
2972
  }
2954
- ]
2973
+ ],
2974
+ "gap": "md",
2975
+ "justify": "between"
2955
2976
  },
2956
2977
  {
2957
2978
  "type": "divider"
2958
2979
  },
2959
2980
  {
2960
- "icon": "sparkles",
2961
2981
  "description": "Click Open to view details in a modal overlay.",
2982
+ "title": "Nothing open",
2962
2983
  "type": "empty-state",
2963
- "title": "Nothing open"
2984
+ "icon": "sparkles"
2964
2985
  }
2965
- ],
2966
- "type": "stack",
2967
- "gap": "lg",
2968
- "direction": "vertical"
2969
- }
2970
- ],
2971
- "type": "dashboard-layout",
2972
- "navItems": [
2973
- {
2974
- "href": "/review",
2975
- "icon": "file-search",
2976
- "label": "Review"
2977
- },
2978
- {
2979
- "label": "Analysis",
2980
- "href": "/analysis",
2981
- "icon": "tag"
2982
- },
2983
- {
2984
- "icon": "alert-triangle",
2985
- "label": "Issues",
2986
- "href": "/issues"
2986
+ ]
2987
2987
  }
2988
2988
  ]
2989
2989
  }
@@ -3021,8 +3021,8 @@
3021
3021
  "ReviewRag",
3022
3022
  {
3023
3023
  "emit": {
3024
- "failure": "ReviewRagLoadFailed",
3025
- "success": "ReviewRagLoaded"
3024
+ "success": "ReviewRagLoaded",
3025
+ "failure": "ReviewRagLoadFailed"
3026
3026
  }
3027
3027
  }
3028
3028
  ],
@@ -3030,37 +3030,53 @@
3030
3030
  "render-ui",
3031
3031
  "main",
3032
3032
  {
3033
- "appName": "Code Reviewer",
3033
+ "navItems": [
3034
+ {
3035
+ "icon": "file-search",
3036
+ "label": "Review",
3037
+ "href": "/review"
3038
+ },
3039
+ {
3040
+ "label": "Analysis",
3041
+ "icon": "tag",
3042
+ "href": "/analysis"
3043
+ },
3044
+ {
3045
+ "icon": "alert-triangle",
3046
+ "label": "Issues",
3047
+ "href": "/issues"
3048
+ }
3049
+ ],
3034
3050
  "children": [
3035
3051
  {
3036
3052
  "children": [
3037
3053
  {
3038
3054
  "type": "stack",
3039
- "direction": "horizontal",
3040
- "justify": "between",
3041
3055
  "gap": "md",
3056
+ "justify": "between",
3057
+ "direction": "horizontal",
3042
3058
  "children": [
3043
3059
  {
3044
- "type": "stack",
3060
+ "direction": "horizontal",
3061
+ "gap": "md",
3045
3062
  "children": [
3046
3063
  {
3047
- "type": "icon",
3048
- "name": "sparkles"
3064
+ "name": "sparkles",
3065
+ "type": "icon"
3049
3066
  },
3050
3067
  {
3051
- "variant": "h2",
3052
3068
  "type": "typography",
3053
- "content": "ReviewRag"
3069
+ "content": "ReviewRag",
3070
+ "variant": "h2"
3054
3071
  }
3055
3072
  ],
3056
- "gap": "md",
3057
- "direction": "horizontal"
3073
+ "type": "stack"
3058
3074
  },
3059
3075
  {
3060
- "type": "button",
3076
+ "variant": "primary",
3061
3077
  "label": "Open",
3062
3078
  "action": "GENERATE",
3063
- "variant": "primary",
3079
+ "type": "button",
3064
3080
  "icon": "sparkles"
3065
3081
  }
3066
3082
  ]
@@ -3069,35 +3085,19 @@
3069
3085
  "type": "divider"
3070
3086
  },
3071
3087
  {
3072
- "description": "Click Open to view details in a modal overlay.",
3073
3088
  "icon": "sparkles",
3074
- "type": "empty-state",
3075
- "title": "Nothing open"
3089
+ "description": "Click Open to view details in a modal overlay.",
3090
+ "title": "Nothing open",
3091
+ "type": "empty-state"
3076
3092
  }
3077
3093
  ],
3078
- "direction": "vertical",
3094
+ "gap": "lg",
3079
3095
  "type": "stack",
3080
- "gap": "lg"
3081
- }
3082
- ],
3083
- "navItems": [
3084
- {
3085
- "href": "/review",
3086
- "label": "Review",
3087
- "icon": "file-search"
3088
- },
3089
- {
3090
- "href": "/analysis",
3091
- "label": "Analysis",
3092
- "icon": "tag"
3093
- },
3094
- {
3095
- "href": "/issues",
3096
- "icon": "alert-triangle",
3097
- "label": "Issues"
3096
+ "direction": "vertical"
3098
3097
  }
3099
3098
  ],
3100
- "type": "dashboard-layout"
3099
+ "type": "dashboard-layout",
3100
+ "appName": "Code Reviewer"
3101
3101
  }
3102
3102
  ]
3103
3103
  ]
@@ -3331,8 +3331,8 @@
3331
3331
  "Analysis",
3332
3332
  {
3333
3333
  "emit": {
3334
- "failure": "AnalysisLoadFailed",
3335
- "success": "AnalysisLoaded"
3334
+ "success": "AnalysisLoaded",
3335
+ "failure": "AnalysisLoadFailed"
3336
3336
  }
3337
3337
  }
3338
3338
  ],
@@ -3340,8 +3340,6 @@
3340
3340
  "render-ui",
3341
3341
  "main",
3342
3342
  {
3343
- "appName": "Code Reviewer",
3344
- "type": "dashboard-layout",
3345
3343
  "navItems": [
3346
3344
  {
3347
3345
  "icon": "file-search",
@@ -3354,22 +3352,21 @@
3354
3352
  "icon": "tag"
3355
3353
  },
3356
3354
  {
3357
- "href": "/issues",
3358
3355
  "label": "Issues",
3356
+ "href": "/issues",
3359
3357
  "icon": "alert-triangle"
3360
3358
  }
3361
3359
  ],
3360
+ "type": "dashboard-layout",
3362
3361
  "children": [
3363
3362
  {
3364
3363
  "direction": "vertical",
3365
3364
  "children": [
3366
3365
  {
3367
- "type": "stack",
3368
- "gap": "md",
3369
- "direction": "horizontal",
3370
3366
  "children": [
3371
3367
  {
3372
3368
  "gap": "md",
3369
+ "direction": "horizontal",
3373
3370
  "type": "stack",
3374
3371
  "children": [
3375
3372
  {
@@ -3377,37 +3374,40 @@
3377
3374
  "name": "tag"
3378
3375
  },
3379
3376
  {
3380
- "content": "Analysis",
3381
3377
  "type": "typography",
3378
+ "content": "Analysis",
3382
3379
  "variant": "h2"
3383
3380
  }
3384
- ],
3385
- "direction": "horizontal"
3381
+ ]
3386
3382
  },
3387
3383
  {
3388
- "label": "Open",
3389
- "icon": "tag",
3390
3384
  "type": "button",
3385
+ "label": "Open",
3386
+ "action": "CLASSIFY",
3391
3387
  "variant": "primary",
3392
- "action": "CLASSIFY"
3388
+ "icon": "tag"
3393
3389
  }
3394
3390
  ],
3395
- "justify": "between"
3391
+ "justify": "between",
3392
+ "gap": "md",
3393
+ "type": "stack",
3394
+ "direction": "horizontal"
3396
3395
  },
3397
3396
  {
3398
3397
  "type": "divider"
3399
3398
  },
3400
3399
  {
3401
- "icon": "tag",
3402
- "description": "Click Open to view details in a modal overlay.",
3403
3400
  "type": "empty-state",
3404
- "title": "Nothing open"
3401
+ "title": "Nothing open",
3402
+ "description": "Click Open to view details in a modal overlay.",
3403
+ "icon": "tag"
3405
3404
  }
3406
3405
  ],
3407
3406
  "type": "stack",
3408
3407
  "gap": "lg"
3409
3408
  }
3410
- ]
3409
+ ],
3410
+ "appName": "Code Reviewer"
3411
3411
  }
3412
3412
  ]
3413
3413
  ]
@@ -3421,21 +3421,20 @@
3421
3421
  "render-ui",
3422
3422
  "modal",
3423
3423
  {
3424
- "type": "stack",
3425
3424
  "children": [
3426
3425
  {
3427
- "direction": "horizontal",
3428
- "type": "stack",
3429
3426
  "gap": "sm",
3427
+ "type": "stack",
3428
+ "direction": "horizontal",
3430
3429
  "children": [
3431
3430
  {
3432
- "type": "icon",
3433
- "name": "tag"
3431
+ "name": "tag",
3432
+ "type": "icon"
3434
3433
  },
3435
3434
  {
3435
+ "type": "typography",
3436
3436
  "content": "Analysis",
3437
- "variant": "h3",
3438
- "type": "typography"
3437
+ "variant": "h3"
3439
3438
  }
3440
3439
  ]
3441
3440
  },
@@ -3443,57 +3442,58 @@
3443
3442
  "type": "divider"
3444
3443
  },
3445
3444
  {
3445
+ "gap": "sm",
3446
3446
  "children": [
3447
3447
  {
3448
- "type": "typography",
3448
+ "variant": "caption",
3449
3449
  "content": "Categories:",
3450
- "variant": "caption"
3450
+ "type": "typography"
3451
3451
  },
3452
3452
  {
3453
+ "variant": "secondary",
3453
3454
  "type": "badge",
3454
- "label": "schema",
3455
- "variant": "secondary"
3455
+ "label": "schema"
3456
3456
  },
3457
3457
  {
3458
+ "variant": "secondary",
3458
3459
  "type": "badge",
3459
- "label": "component",
3460
- "variant": "secondary"
3460
+ "label": "component"
3461
3461
  },
3462
3462
  {
3463
- "variant": "secondary",
3464
3463
  "type": "badge",
3464
+ "variant": "secondary",
3465
3465
  "label": "trait"
3466
3466
  },
3467
3467
  {
3468
- "variant": "secondary",
3469
3468
  "type": "badge",
3469
+ "variant": "secondary",
3470
3470
  "label": "page"
3471
3471
  },
3472
3472
  {
3473
- "label": "behavior",
3474
3473
  "type": "badge",
3474
+ "label": "behavior",
3475
3475
  "variant": "secondary"
3476
3476
  },
3477
3477
  {
3478
3478
  "variant": "secondary",
3479
- "label": "style",
3480
- "type": "badge"
3479
+ "type": "badge",
3480
+ "label": "style"
3481
3481
  }
3482
3482
  ],
3483
- "gap": "sm",
3484
- "type": "stack",
3485
- "direction": "horizontal"
3483
+ "direction": "horizontal",
3484
+ "type": "stack"
3486
3485
  },
3487
3486
  {
3487
+ "cancelEvent": "CLOSE",
3488
3488
  "mode": "create",
3489
+ "type": "form-section",
3489
3490
  "fields": [
3490
3491
  "input"
3491
3492
  ],
3492
- "type": "form-section",
3493
- "cancelEvent": "CLOSE",
3494
3493
  "submitEvent": "SAVE"
3495
3494
  }
3496
3495
  ],
3496
+ "type": "stack",
3497
3497
  "direction": "vertical",
3498
3498
  "gap": "md"
3499
3499
  }
@@ -3520,8 +3520,8 @@
3520
3520
  "Analysis",
3521
3521
  {
3522
3522
  "emit": {
3523
- "success": "AnalysisLoaded",
3524
- "failure": "AnalysisLoadFailed"
3523
+ "failure": "AnalysisLoadFailed",
3524
+ "success": "AnalysisLoaded"
3525
3525
  }
3526
3526
  }
3527
3527
  ],
@@ -3530,73 +3530,73 @@
3530
3530
  "main",
3531
3531
  {
3532
3532
  "type": "dashboard-layout",
3533
+ "appName": "Code Reviewer",
3534
+ "navItems": [
3535
+ {
3536
+ "label": "Review",
3537
+ "icon": "file-search",
3538
+ "href": "/review"
3539
+ },
3540
+ {
3541
+ "label": "Analysis",
3542
+ "href": "/analysis",
3543
+ "icon": "tag"
3544
+ },
3545
+ {
3546
+ "label": "Issues",
3547
+ "href": "/issues",
3548
+ "icon": "alert-triangle"
3549
+ }
3550
+ ],
3533
3551
  "children": [
3534
3552
  {
3553
+ "direction": "vertical",
3535
3554
  "type": "stack",
3536
3555
  "gap": "lg",
3537
3556
  "children": [
3538
3557
  {
3558
+ "gap": "md",
3559
+ "direction": "horizontal",
3560
+ "type": "stack",
3561
+ "justify": "between",
3539
3562
  "children": [
3540
3563
  {
3564
+ "type": "stack",
3565
+ "direction": "horizontal",
3541
3566
  "children": [
3542
3567
  {
3543
- "name": "tag",
3544
- "type": "icon"
3568
+ "type": "icon",
3569
+ "name": "tag"
3545
3570
  },
3546
3571
  {
3547
- "type": "typography",
3548
3572
  "content": "Analysis",
3549
- "variant": "h2"
3573
+ "variant": "h2",
3574
+ "type": "typography"
3550
3575
  }
3551
3576
  ],
3552
- "type": "stack",
3553
- "direction": "horizontal",
3554
3577
  "gap": "md"
3555
3578
  },
3556
3579
  {
3557
- "variant": "primary",
3558
- "icon": "tag",
3559
3580
  "type": "button",
3581
+ "label": "Open",
3560
3582
  "action": "CLASSIFY",
3561
- "label": "Open"
3583
+ "variant": "primary",
3584
+ "icon": "tag"
3562
3585
  }
3563
- ],
3564
- "direction": "horizontal",
3565
- "type": "stack",
3566
- "justify": "between",
3567
- "gap": "md"
3586
+ ]
3568
3587
  },
3569
3588
  {
3570
3589
  "type": "divider"
3571
3590
  },
3572
3591
  {
3573
- "icon": "tag",
3574
- "type": "empty-state",
3575
3592
  "title": "Nothing open",
3593
+ "type": "empty-state",
3594
+ "icon": "tag",
3576
3595
  "description": "Click Open to view details in a modal overlay."
3577
3596
  }
3578
- ],
3579
- "direction": "vertical"
3580
- }
3581
- ],
3582
- "navItems": [
3583
- {
3584
- "icon": "file-search",
3585
- "href": "/review",
3586
- "label": "Review"
3587
- },
3588
- {
3589
- "icon": "tag",
3590
- "label": "Analysis",
3591
- "href": "/analysis"
3592
- },
3593
- {
3594
- "label": "Issues",
3595
- "icon": "alert-triangle",
3596
- "href": "/issues"
3597
+ ]
3597
3598
  }
3598
- ],
3599
- "appName": "Code Reviewer"
3599
+ ]
3600
3600
  }
3601
3601
  ]
3602
3602
  ]
@@ -3613,8 +3613,8 @@
3613
3613
  "@payload.data",
3614
3614
  {
3615
3615
  "emit": {
3616
- "failure": "AnalysisSaveFailed",
3617
- "success": "AnalysisSaved"
3616
+ "success": "AnalysisSaved",
3617
+ "failure": "AnalysisSaveFailed"
3618
3618
  }
3619
3619
  }
3620
3620
  ],
@@ -3650,32 +3650,32 @@
3650
3650
  {
3651
3651
  "children": [
3652
3652
  {
3653
- "gap": "md",
3654
- "type": "stack",
3655
3653
  "children": [
3656
3654
  {
3657
- "name": "tag",
3658
- "type": "icon"
3655
+ "type": "icon",
3656
+ "name": "tag"
3659
3657
  },
3660
3658
  {
3661
3659
  "type": "typography",
3662
- "content": "Analysis",
3663
- "variant": "h2"
3660
+ "variant": "h2",
3661
+ "content": "Analysis"
3664
3662
  }
3665
3663
  ],
3666
- "direction": "horizontal"
3664
+ "gap": "md",
3665
+ "direction": "horizontal",
3666
+ "type": "stack"
3667
3667
  },
3668
3668
  {
3669
- "icon": "tag",
3670
3669
  "action": "CLASSIFY",
3671
- "label": "Open",
3672
3670
  "type": "button",
3673
- "variant": "primary"
3671
+ "label": "Open",
3672
+ "variant": "primary",
3673
+ "icon": "tag"
3674
3674
  }
3675
3675
  ],
3676
- "direction": "horizontal",
3677
3676
  "gap": "md",
3678
3677
  "type": "stack",
3678
+ "direction": "horizontal",
3679
3679
  "justify": "between"
3680
3680
  },
3681
3681
  {
@@ -3683,32 +3683,32 @@
3683
3683
  },
3684
3684
  {
3685
3685
  "type": "empty-state",
3686
- "icon": "tag",
3687
3686
  "description": "Click Open to view details in a modal overlay.",
3688
- "title": "Nothing open"
3687
+ "title": "Nothing open",
3688
+ "icon": "tag"
3689
3689
  }
3690
3690
  ]
3691
3691
  }
3692
3692
  ],
3693
- "type": "dashboard-layout",
3694
3693
  "appName": "Code Reviewer",
3695
3694
  "navItems": [
3696
3695
  {
3697
3696
  "label": "Review",
3698
- "icon": "file-search",
3699
- "href": "/review"
3697
+ "href": "/review",
3698
+ "icon": "file-search"
3700
3699
  },
3701
3700
  {
3702
- "icon": "tag",
3703
3701
  "label": "Analysis",
3704
- "href": "/analysis"
3702
+ "href": "/analysis",
3703
+ "icon": "tag"
3705
3704
  },
3706
3705
  {
3706
+ "label": "Issues",
3707
3707
  "href": "/issues",
3708
- "icon": "alert-triangle",
3709
- "label": "Issues"
3708
+ "icon": "alert-triangle"
3710
3709
  }
3711
- ]
3710
+ ],
3711
+ "type": "dashboard-layout"
3712
3712
  }
3713
3713
  ]
3714
3714
  ]
@@ -3844,36 +3844,39 @@
3844
3844
  "render-ui",
3845
3845
  "main",
3846
3846
  {
3847
- "type": "dashboard-layout",
3848
3847
  "appName": "Code Reviewer",
3849
3848
  "navItems": [
3850
3849
  {
3851
- "icon": "file-search",
3850
+ "label": "Review",
3852
3851
  "href": "/review",
3853
- "label": "Review"
3852
+ "icon": "file-search"
3854
3853
  },
3855
3854
  {
3856
- "href": "/analysis",
3855
+ "label": "Analysis",
3857
3856
  "icon": "tag",
3858
- "label": "Analysis"
3857
+ "href": "/analysis"
3859
3858
  },
3860
3859
  {
3860
+ "icon": "alert-triangle",
3861
3861
  "label": "Issues",
3862
- "href": "/issues",
3863
- "icon": "alert-triangle"
3862
+ "href": "/issues"
3864
3863
  }
3865
3864
  ],
3866
3865
  "children": [
3867
3866
  {
3868
- "gap": "lg",
3869
3867
  "type": "stack",
3868
+ "gap": "lg",
3870
3869
  "direction": "vertical",
3871
3870
  "children": [
3872
3871
  {
3873
- "type": "stack",
3872
+ "align": "center",
3873
+ "direction": "horizontal",
3874
+ "gap": "md",
3874
3875
  "children": [
3875
3876
  {
3877
+ "direction": "horizontal",
3876
3878
  "type": "stack",
3879
+ "gap": "md",
3877
3880
  "align": "center",
3878
3881
  "children": [
3879
3882
  {
@@ -3881,26 +3884,22 @@
3881
3884
  "name": "tag"
3882
3885
  },
3883
3886
  {
3884
- "type": "typography",
3885
3887
  "variant": "h2",
3888
+ "type": "typography",
3886
3889
  "content": "Analysis Result"
3887
3890
  }
3888
- ],
3889
- "direction": "horizontal",
3890
- "gap": "md"
3891
+ ]
3891
3892
  },
3892
3893
  {
3894
+ "variant": "ghost",
3893
3895
  "icon": "x",
3894
3896
  "type": "button",
3895
- "variant": "ghost",
3896
- "action": "HIDE",
3897
- "label": "Dismiss"
3897
+ "label": "Dismiss",
3898
+ "action": "HIDE"
3898
3899
  }
3899
3900
  ],
3900
- "direction": "horizontal",
3901
3901
  "justify": "between",
3902
- "align": "center",
3903
- "gap": "md"
3902
+ "type": "stack"
3904
3903
  },
3905
3904
  {
3906
3905
  "type": "divider"
@@ -3920,7 +3919,8 @@
3920
3919
  }
3921
3920
  ]
3922
3921
  }
3923
- ]
3922
+ ],
3923
+ "type": "dashboard-layout"
3924
3924
  }
3925
3925
  ]
3926
3926
  ]
@@ -3944,19 +3944,20 @@
3944
3944
  "render-ui",
3945
3945
  "main",
3946
3946
  {
3947
- "appName": "Code Reviewer",
3948
3947
  "type": "dashboard-layout",
3949
3948
  "children": [
3950
3949
  {
3950
+ "type": "stack",
3951
+ "gap": "lg",
3952
+ "direction": "vertical",
3951
3953
  "children": [
3952
3954
  {
3953
- "type": "stack",
3955
+ "align": "center",
3954
3956
  "direction": "horizontal",
3955
3957
  "gap": "md",
3956
- "justify": "between",
3957
3958
  "children": [
3958
3959
  {
3959
- "type": "stack",
3960
+ "direction": "horizontal",
3960
3961
  "align": "center",
3961
3962
  "children": [
3962
3963
  {
@@ -3965,29 +3966,30 @@
3965
3966
  },
3966
3967
  {
3967
3968
  "variant": "h2",
3968
- "type": "typography",
3969
- "content": "Analysis Result"
3969
+ "content": "Analysis Result",
3970
+ "type": "typography"
3970
3971
  }
3971
3972
  ],
3972
- "direction": "horizontal",
3973
- "gap": "md"
3973
+ "gap": "md",
3974
+ "type": "stack"
3974
3975
  },
3975
3976
  {
3976
- "type": "button",
3977
3977
  "icon": "x",
3978
3978
  "action": "HIDE",
3979
- "variant": "ghost",
3980
- "label": "Dismiss"
3979
+ "type": "button",
3980
+ "label": "Dismiss",
3981
+ "variant": "ghost"
3981
3982
  }
3982
3983
  ],
3983
- "align": "center"
3984
+ "type": "stack",
3985
+ "justify": "between"
3984
3986
  },
3985
3987
  {
3986
3988
  "type": "divider"
3987
3989
  },
3988
3990
  {
3989
- "message": "@entity.message",
3990
3991
  "type": "alert",
3992
+ "message": "@entity.message",
3991
3993
  "variant": "@entity.notificationType"
3992
3994
  },
3993
3995
  {
@@ -3998,29 +4000,27 @@
3998
4000
  "message": "@entity.message",
3999
4001
  "type": "alert"
4000
4002
  }
4001
- ],
4002
- "type": "stack",
4003
- "direction": "vertical",
4004
- "gap": "lg"
4003
+ ]
4005
4004
  }
4006
4005
  ],
4007
4006
  "navItems": [
4008
4007
  {
4009
- "label": "Review",
4010
4008
  "icon": "file-search",
4011
- "href": "/review"
4009
+ "href": "/review",
4010
+ "label": "Review"
4012
4011
  },
4013
4012
  {
4013
+ "label": "Analysis",
4014
4014
  "href": "/analysis",
4015
- "icon": "tag",
4016
- "label": "Analysis"
4015
+ "icon": "tag"
4017
4016
  },
4018
4017
  {
4019
4018
  "icon": "alert-triangle",
4020
4019
  "label": "Issues",
4021
4020
  "href": "/issues"
4022
4021
  }
4023
- ]
4022
+ ],
4023
+ "appName": "Code Reviewer"
4024
4024
  }
4025
4025
  ]
4026
4026
  ]
@@ -4183,32 +4183,32 @@
4183
4183
  "render-ui",
4184
4184
  "main",
4185
4185
  {
4186
- "type": "dashboard-layout",
4187
4186
  "appName": "Code Reviewer",
4188
- "children": [
4189
- {
4190
- "title": "Classifier",
4191
- "description": "Classifier is ready",
4192
- "type": "empty-state",
4193
- "icon": "tag"
4194
- }
4195
- ],
4187
+ "type": "dashboard-layout",
4196
4188
  "navItems": [
4197
4189
  {
4198
4190
  "icon": "file-search",
4199
- "label": "Review",
4200
- "href": "/review"
4191
+ "href": "/review",
4192
+ "label": "Review"
4201
4193
  },
4202
4194
  {
4203
4195
  "icon": "tag",
4204
- "href": "/analysis",
4205
- "label": "Analysis"
4196
+ "label": "Analysis",
4197
+ "href": "/analysis"
4206
4198
  },
4207
4199
  {
4208
4200
  "label": "Issues",
4209
4201
  "href": "/issues",
4210
4202
  "icon": "alert-triangle"
4211
4203
  }
4204
+ ],
4205
+ "children": [
4206
+ {
4207
+ "description": "Classifier is ready",
4208
+ "type": "empty-state",
4209
+ "icon": "tag",
4210
+ "title": "Classifier"
4211
+ }
4212
4212
  ]
4213
4213
  }
4214
4214
  ]
@@ -4522,8 +4522,8 @@
4522
4522
  "ReviewCompletion",
4523
4523
  {
4524
4524
  "emit": {
4525
- "success": "ReviewCompletionLoaded",
4526
- "failure": "ReviewCompletionLoadFailed"
4525
+ "failure": "ReviewCompletionLoadFailed",
4526
+ "success": "ReviewCompletionLoaded"
4527
4527
  }
4528
4528
  }
4529
4529
  ],
@@ -4531,20 +4531,37 @@
4531
4531
  "render-ui",
4532
4532
  "main",
4533
4533
  {
4534
- "type": "dashboard-layout",
4534
+ "navItems": [
4535
+ {
4536
+ "href": "/review",
4537
+ "icon": "file-search",
4538
+ "label": "Review"
4539
+ },
4540
+ {
4541
+ "icon": "tag",
4542
+ "label": "Analysis",
4543
+ "href": "/analysis"
4544
+ },
4545
+ {
4546
+ "icon": "alert-triangle",
4547
+ "label": "Issues",
4548
+ "href": "/issues"
4549
+ }
4550
+ ],
4535
4551
  "children": [
4536
4552
  {
4553
+ "gap": "lg",
4537
4554
  "type": "stack",
4538
4555
  "direction": "vertical",
4539
- "gap": "lg",
4540
4556
  "children": [
4541
4557
  {
4542
- "direction": "horizontal",
4558
+ "type": "stack",
4559
+ "justify": "between",
4543
4560
  "gap": "md",
4544
4561
  "children": [
4545
4562
  {
4546
4563
  "direction": "horizontal",
4547
- "type": "stack",
4564
+ "gap": "md",
4548
4565
  "children": [
4549
4566
  {
4550
4567
  "type": "icon",
@@ -4556,48 +4573,31 @@
4556
4573
  "variant": "h2"
4557
4574
  }
4558
4575
  ],
4559
- "gap": "md"
4576
+ "type": "stack"
4560
4577
  },
4561
4578
  {
4562
4579
  "variant": "primary",
4563
- "label": "Open",
4564
- "icon": "sparkles",
4565
4580
  "type": "button",
4566
- "action": "GENERATE"
4581
+ "action": "GENERATE",
4582
+ "label": "Open",
4583
+ "icon": "sparkles"
4567
4584
  }
4568
4585
  ],
4569
- "type": "stack",
4570
- "justify": "between"
4586
+ "direction": "horizontal"
4571
4587
  },
4572
4588
  {
4573
4589
  "type": "divider"
4574
4590
  },
4575
4591
  {
4576
- "type": "empty-state",
4577
- "title": "Nothing open",
4578
4592
  "icon": "sparkles",
4593
+ "title": "Nothing open",
4594
+ "type": "empty-state",
4579
4595
  "description": "Click Open to view details in a modal overlay."
4580
4596
  }
4581
4597
  ]
4582
4598
  }
4583
4599
  ],
4584
- "navItems": [
4585
- {
4586
- "label": "Review",
4587
- "icon": "file-search",
4588
- "href": "/review"
4589
- },
4590
- {
4591
- "icon": "tag",
4592
- "href": "/analysis",
4593
- "label": "Analysis"
4594
- },
4595
- {
4596
- "href": "/issues",
4597
- "icon": "alert-triangle",
4598
- "label": "Issues"
4599
- }
4600
- ],
4600
+ "type": "dashboard-layout",
4601
4601
  "appName": "Code Reviewer"
4602
4602
  }
4603
4603
  ]
@@ -4612,7 +4612,6 @@
4612
4612
  "render-ui",
4613
4613
  "modal",
4614
4614
  {
4615
- "direction": "vertical",
4616
4615
  "children": [
4617
4616
  {
4618
4617
  "type": "stack",
@@ -4620,13 +4619,13 @@
4620
4619
  "direction": "horizontal",
4621
4620
  "children": [
4622
4621
  {
4623
- "name": "sparkles",
4624
- "type": "icon"
4622
+ "type": "icon",
4623
+ "name": "sparkles"
4625
4624
  },
4626
4625
  {
4627
- "content": "ReviewCompletion",
4628
4626
  "variant": "h3",
4629
- "type": "typography"
4627
+ "type": "typography",
4628
+ "content": "ReviewCompletion"
4630
4629
  }
4631
4630
  ]
4632
4631
  },
@@ -4634,30 +4633,31 @@
4634
4633
  "type": "divider"
4635
4634
  },
4636
4635
  {
4637
- "gap": "sm",
4638
- "type": "stack",
4636
+ "direction": "horizontal",
4639
4637
  "children": [
4640
4638
  {
4641
- "type": "badge",
4642
- "label": "@entity.provider"
4639
+ "label": "@entity.provider",
4640
+ "type": "badge"
4643
4641
  },
4644
4642
  {
4645
- "label": "@entity.model",
4646
- "type": "badge"
4643
+ "type": "badge",
4644
+ "label": "@entity.model"
4647
4645
  }
4648
4646
  ],
4649
- "direction": "horizontal"
4647
+ "type": "stack",
4648
+ "gap": "sm"
4650
4649
  },
4651
4650
  {
4652
- "mode": "create",
4651
+ "type": "form-section",
4653
4652
  "cancelEvent": "CLOSE",
4654
4653
  "fields": [
4655
4654
  "prompt"
4656
4655
  ],
4657
- "type": "form-section",
4656
+ "mode": "create",
4658
4657
  "submitEvent": "SAVE"
4659
4658
  }
4660
4659
  ],
4660
+ "direction": "vertical",
4661
4661
  "gap": "md",
4662
4662
  "type": "stack"
4663
4663
  }
@@ -4694,73 +4694,73 @@
4694
4694
  "main",
4695
4695
  {
4696
4696
  "appName": "Code Reviewer",
4697
- "navItems": [
4698
- {
4699
- "label": "Review",
4700
- "href": "/review",
4701
- "icon": "file-search"
4702
- },
4703
- {
4704
- "icon": "tag",
4705
- "href": "/analysis",
4706
- "label": "Analysis"
4707
- },
4708
- {
4709
- "href": "/issues",
4710
- "icon": "alert-triangle",
4711
- "label": "Issues"
4712
- }
4713
- ],
4714
4697
  "children": [
4715
4698
  {
4699
+ "direction": "vertical",
4700
+ "gap": "lg",
4716
4701
  "type": "stack",
4717
4702
  "children": [
4718
4703
  {
4704
+ "type": "stack",
4705
+ "gap": "md",
4719
4706
  "justify": "between",
4707
+ "direction": "horizontal",
4720
4708
  "children": [
4721
4709
  {
4710
+ "direction": "horizontal",
4711
+ "type": "stack",
4722
4712
  "children": [
4723
4713
  {
4724
4714
  "type": "icon",
4725
4715
  "name": "sparkles"
4726
4716
  },
4727
4717
  {
4728
- "content": "ReviewCompletion",
4718
+ "variant": "h2",
4729
4719
  "type": "typography",
4730
- "variant": "h2"
4720
+ "content": "ReviewCompletion"
4731
4721
  }
4732
4722
  ],
4733
- "type": "stack",
4734
- "gap": "md",
4735
- "direction": "horizontal"
4723
+ "gap": "md"
4736
4724
  },
4737
4725
  {
4726
+ "icon": "sparkles",
4738
4727
  "action": "GENERATE",
4728
+ "label": "Open",
4739
4729
  "type": "button",
4740
- "variant": "primary",
4741
- "icon": "sparkles",
4742
- "label": "Open"
4730
+ "variant": "primary"
4743
4731
  }
4744
- ],
4745
- "gap": "md",
4746
- "type": "stack",
4747
- "direction": "horizontal"
4732
+ ]
4748
4733
  },
4749
4734
  {
4750
4735
  "type": "divider"
4751
4736
  },
4752
4737
  {
4753
- "type": "empty-state",
4754
- "description": "Click Open to view details in a modal overlay.",
4755
4738
  "icon": "sparkles",
4756
- "title": "Nothing open"
4739
+ "type": "empty-state",
4740
+ "title": "Nothing open",
4741
+ "description": "Click Open to view details in a modal overlay."
4757
4742
  }
4758
- ],
4759
- "direction": "vertical",
4760
- "gap": "lg"
4743
+ ]
4761
4744
  }
4762
4745
  ],
4763
- "type": "dashboard-layout"
4746
+ "type": "dashboard-layout",
4747
+ "navItems": [
4748
+ {
4749
+ "label": "Review",
4750
+ "icon": "file-search",
4751
+ "href": "/review"
4752
+ },
4753
+ {
4754
+ "icon": "tag",
4755
+ "label": "Analysis",
4756
+ "href": "/analysis"
4757
+ },
4758
+ {
4759
+ "href": "/issues",
4760
+ "icon": "alert-triangle",
4761
+ "label": "Issues"
4762
+ }
4763
+ ]
4764
4764
  }
4765
4765
  ]
4766
4766
  ]
@@ -4777,8 +4777,8 @@
4777
4777
  "@payload.data",
4778
4778
  {
4779
4779
  "emit": {
4780
- "success": "ReviewCompletionSaved",
4781
- "failure": "ReviewCompletionSaveFailed"
4780
+ "failure": "ReviewCompletionSaveFailed",
4781
+ "success": "ReviewCompletionSaved"
4782
4782
  }
4783
4783
  }
4784
4784
  ],
@@ -4808,9 +4808,9 @@
4808
4808
  "type": "dashboard-layout",
4809
4809
  "navItems": [
4810
4810
  {
4811
- "href": "/review",
4811
+ "label": "Review",
4812
4812
  "icon": "file-search",
4813
- "label": "Review"
4813
+ "href": "/review"
4814
4814
  },
4815
4815
  {
4816
4816
  "icon": "tag",
@@ -4818,43 +4818,46 @@
4818
4818
  "href": "/analysis"
4819
4819
  },
4820
4820
  {
4821
+ "label": "Issues",
4821
4822
  "icon": "alert-triangle",
4822
- "href": "/issues",
4823
- "label": "Issues"
4823
+ "href": "/issues"
4824
4824
  }
4825
4825
  ],
4826
+ "appName": "Code Reviewer",
4826
4827
  "children": [
4827
4828
  {
4829
+ "gap": "lg",
4830
+ "direction": "vertical",
4828
4831
  "children": [
4829
4832
  {
4833
+ "gap": "md",
4834
+ "direction": "horizontal",
4835
+ "justify": "between",
4830
4836
  "children": [
4831
4837
  {
4832
4838
  "direction": "horizontal",
4839
+ "gap": "md",
4833
4840
  "children": [
4834
4841
  {
4835
- "name": "sparkles",
4836
- "type": "icon"
4842
+ "type": "icon",
4843
+ "name": "sparkles"
4837
4844
  },
4838
4845
  {
4839
4846
  "content": "ReviewCompletion",
4840
- "variant": "h2",
4841
- "type": "typography"
4847
+ "type": "typography",
4848
+ "variant": "h2"
4842
4849
  }
4843
4850
  ],
4844
- "type": "stack",
4845
- "gap": "md"
4851
+ "type": "stack"
4846
4852
  },
4847
4853
  {
4848
- "type": "button",
4849
- "action": "GENERATE",
4850
- "icon": "sparkles",
4851
4854
  "variant": "primary",
4852
- "label": "Open"
4855
+ "action": "GENERATE",
4856
+ "type": "button",
4857
+ "label": "Open",
4858
+ "icon": "sparkles"
4853
4859
  }
4854
4860
  ],
4855
- "direction": "horizontal",
4856
- "gap": "md",
4857
- "justify": "between",
4858
4861
  "type": "stack"
4859
4862
  },
4860
4863
  {
@@ -4862,17 +4865,14 @@
4862
4865
  },
4863
4866
  {
4864
4867
  "type": "empty-state",
4865
- "icon": "sparkles",
4868
+ "description": "Click Open to view details in a modal overlay.",
4866
4869
  "title": "Nothing open",
4867
- "description": "Click Open to view details in a modal overlay."
4870
+ "icon": "sparkles"
4868
4871
  }
4869
4872
  ],
4870
- "gap": "lg",
4871
- "direction": "vertical",
4872
4873
  "type": "stack"
4873
4874
  }
4874
- ],
4875
- "appName": "Code Reviewer"
4875
+ ]
4876
4876
  }
4877
4877
  ]
4878
4878
  ]
@@ -5008,70 +5008,52 @@
5008
5008
  "render-ui",
5009
5009
  "main",
5010
5010
  {
5011
+ "appName": "Code Reviewer",
5011
5012
  "type": "dashboard-layout",
5012
- "navItems": [
5013
- {
5014
- "href": "/review",
5015
- "icon": "file-search",
5016
- "label": "Review"
5017
- },
5018
- {
5019
- "icon": "tag",
5020
- "label": "Analysis",
5021
- "href": "/analysis"
5022
- },
5023
- {
5024
- "label": "Issues",
5025
- "icon": "alert-triangle",
5026
- "href": "/issues"
5027
- }
5028
- ],
5029
5013
  "children": [
5030
5014
  {
5031
- "type": "stack",
5032
- "gap": "lg",
5033
5015
  "direction": "vertical",
5034
5016
  "children": [
5035
5017
  {
5018
+ "direction": "horizontal",
5019
+ "gap": "md",
5020
+ "justify": "between",
5021
+ "type": "stack",
5022
+ "align": "center",
5036
5023
  "children": [
5037
5024
  {
5038
- "align": "center",
5025
+ "type": "stack",
5026
+ "direction": "horizontal",
5027
+ "gap": "md",
5039
5028
  "children": [
5040
5029
  {
5041
- "type": "icon",
5042
- "name": "sparkles"
5030
+ "name": "sparkles",
5031
+ "type": "icon"
5043
5032
  },
5044
5033
  {
5034
+ "variant": "h2",
5045
5035
  "type": "typography",
5046
- "content": "ReviewCompletion Status",
5047
- "variant": "h2"
5036
+ "content": "ReviewCompletion Status"
5048
5037
  }
5049
5038
  ],
5050
- "type": "stack",
5051
- "gap": "md",
5052
- "direction": "horizontal"
5039
+ "align": "center"
5053
5040
  },
5054
5041
  {
5055
- "type": "button",
5056
- "action": "HIDE",
5057
5042
  "icon": "x",
5043
+ "type": "button",
5058
5044
  "label": "Dismiss",
5045
+ "action": "HIDE",
5059
5046
  "variant": "ghost"
5060
5047
  }
5061
- ],
5062
- "direction": "horizontal",
5063
- "gap": "md",
5064
- "type": "stack",
5065
- "align": "center",
5066
- "justify": "between"
5048
+ ]
5067
5049
  },
5068
5050
  {
5069
5051
  "type": "divider"
5070
5052
  },
5071
5053
  {
5054
+ "message": "@entity.message",
5072
5055
  "type": "alert",
5073
- "variant": "@entity.notificationType",
5074
- "message": "@entity.message"
5056
+ "variant": "@entity.notificationType"
5075
5057
  },
5076
5058
  {
5077
5059
  "type": "toast-slot"
@@ -5081,10 +5063,28 @@
5081
5063
  "variant": "warning",
5082
5064
  "message": "@entity.message"
5083
5065
  }
5084
- ]
5066
+ ],
5067
+ "type": "stack",
5068
+ "gap": "lg"
5085
5069
  }
5086
5070
  ],
5087
- "appName": "Code Reviewer"
5071
+ "navItems": [
5072
+ {
5073
+ "label": "Review",
5074
+ "href": "/review",
5075
+ "icon": "file-search"
5076
+ },
5077
+ {
5078
+ "label": "Analysis",
5079
+ "href": "/analysis",
5080
+ "icon": "tag"
5081
+ },
5082
+ {
5083
+ "label": "Issues",
5084
+ "href": "/issues",
5085
+ "icon": "alert-triangle"
5086
+ }
5087
+ ]
5088
5088
  }
5089
5089
  ]
5090
5090
  ]
@@ -5108,40 +5108,38 @@
5108
5108
  "render-ui",
5109
5109
  "main",
5110
5110
  {
5111
+ "type": "dashboard-layout",
5112
+ "appName": "Code Reviewer",
5111
5113
  "navItems": [
5112
5114
  {
5113
- "icon": "file-search",
5115
+ "label": "Review",
5114
5116
  "href": "/review",
5115
- "label": "Review"
5117
+ "icon": "file-search"
5116
5118
  },
5117
5119
  {
5118
- "label": "Analysis",
5119
5120
  "href": "/analysis",
5121
+ "label": "Analysis",
5120
5122
  "icon": "tag"
5121
5123
  },
5122
5124
  {
5123
5125
  "icon": "alert-triangle",
5124
- "href": "/issues",
5125
- "label": "Issues"
5126
+ "label": "Issues",
5127
+ "href": "/issues"
5126
5128
  }
5127
5129
  ],
5128
- "appName": "Code Reviewer",
5129
5130
  "children": [
5130
5131
  {
5131
- "direction": "vertical",
5132
- "type": "stack",
5133
- "gap": "lg",
5134
5132
  "children": [
5135
5133
  {
5136
- "gap": "md",
5134
+ "type": "stack",
5137
5135
  "align": "center",
5136
+ "gap": "md",
5137
+ "direction": "horizontal",
5138
5138
  "justify": "between",
5139
- "type": "stack",
5140
5139
  "children": [
5141
5140
  {
5142
5141
  "direction": "horizontal",
5143
5142
  "gap": "md",
5144
- "type": "stack",
5145
5143
  "children": [
5146
5144
  {
5147
5145
  "type": "icon",
@@ -5153,17 +5151,17 @@
5153
5151
  "content": "ReviewCompletion Status"
5154
5152
  }
5155
5153
  ],
5154
+ "type": "stack",
5156
5155
  "align": "center"
5157
5156
  },
5158
5157
  {
5159
5158
  "action": "HIDE",
5159
+ "variant": "ghost",
5160
5160
  "label": "Dismiss",
5161
5161
  "type": "button",
5162
- "variant": "ghost",
5163
5162
  "icon": "x"
5164
5163
  }
5165
- ],
5166
- "direction": "horizontal"
5164
+ ]
5167
5165
  },
5168
5166
  {
5169
5167
  "type": "divider"
@@ -5181,10 +5179,12 @@
5181
5179
  "type": "alert",
5182
5180
  "message": "@entity.message"
5183
5181
  }
5184
- ]
5182
+ ],
5183
+ "direction": "vertical",
5184
+ "gap": "lg",
5185
+ "type": "stack"
5185
5186
  }
5186
- ],
5187
- "type": "dashboard-layout"
5187
+ ]
5188
5188
  }
5189
5189
  ]
5190
5190
  ]
@@ -5355,30 +5355,30 @@
5355
5355
  "main",
5356
5356
  {
5357
5357
  "type": "dashboard-layout",
5358
- "children": [
5359
- {
5360
- "description": "Completion is ready",
5361
- "title": "Completion",
5362
- "type": "empty-state",
5363
- "icon": "sparkles"
5364
- }
5365
- ],
5366
5358
  "appName": "Code Reviewer",
5367
5359
  "navItems": [
5368
5360
  {
5361
+ "label": "Review",
5369
5362
  "href": "/review",
5370
- "icon": "file-search",
5371
- "label": "Review"
5363
+ "icon": "file-search"
5372
5364
  },
5373
5365
  {
5374
5366
  "href": "/analysis",
5375
- "icon": "tag",
5376
- "label": "Analysis"
5367
+ "label": "Analysis",
5368
+ "icon": "tag"
5377
5369
  },
5378
5370
  {
5379
5371
  "icon": "alert-triangle",
5380
- "href": "/issues",
5381
- "label": "Issues"
5372
+ "label": "Issues",
5373
+ "href": "/issues"
5374
+ }
5375
+ ],
5376
+ "children": [
5377
+ {
5378
+ "type": "empty-state",
5379
+ "icon": "sparkles",
5380
+ "title": "Completion",
5381
+ "description": "Completion is ready"
5382
5382
  }
5383
5383
  ]
5384
5384
  }
@@ -5436,8 +5436,8 @@
5436
5436
  "emit",
5437
5437
  "SHOW",
5438
5438
  {
5439
- "notificationType": "success",
5440
- "message": "Review complete"
5439
+ "message": "Review complete",
5440
+ "notificationType": "success"
5441
5441
  }
5442
5442
  ]
5443
5443
  ]