@almadar/std 14.24.0 → 14.25.0

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