@almadar/std 16.28.3 → 16.28.4
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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
- package/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
- package/behaviors/registry/core/atoms/std-app-search.orb +66 -66
- package/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
- package/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
- package/behaviors/registry/core/atoms/std-board.orb +283 -283
- package/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
- package/behaviors/registry/core/atoms/std-browse.orb +428 -305
- package/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
- package/behaviors/registry/core/atoms/std-calendar.orb +67 -67
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
- package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
- package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
- package/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
- package/behaviors/registry/core/atoms/std-date-range.orb +22 -22
- package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
- package/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
- package/behaviors/registry/core/atoms/std-event-log.orb +169 -169
- package/behaviors/registry/core/atoms/std-export.orb +55 -55
- package/behaviors/registry/core/atoms/std-file-store.orb +312 -300
- package/behaviors/registry/core/atoms/std-filter.orb +25 -25
- package/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
- package/behaviors/registry/core/atoms/std-gallery.orb +60 -54
- package/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
- package/behaviors/registry/core/atoms/std-graphs.orb +175 -175
- package/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
- package/behaviors/registry/core/atoms/std-modal.orb +38 -38
- package/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
- package/behaviors/registry/core/atoms/std-pagination.orb +18 -18
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
- package/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
- package/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
- package/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
- package/behaviors/registry/core/atoms/std-scatter.orb +61 -61
- package/behaviors/registry/core/atoms/std-search.orb +12 -12
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
- package/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
- package/behaviors/registry/core/atoms/std-stats.orb +202 -202
- package/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
- package/behaviors/registry/core/atoms/std-tabs.orb +57 -57
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
- package/behaviors/registry/core/atoms/std-thread.orb +179 -173
- package/behaviors/registry/core/atoms/std-version-history.orb +259 -247
- package/behaviors/registry/core/atoms/std-vote.orb +69 -63
- package/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
- package/behaviors/registry/core/atoms/std-wizard.orb +218 -218
- package/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
- package/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
- package/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
- package/behaviors/registry/core/molecules/std-list.orb +196 -57
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
- package/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
- package/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
- package/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
- package/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
- package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
- package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
- package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
- package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
- package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
- package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
- package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
- package/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
- package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
- package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
- package/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
- package/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
- package/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
- package/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
- package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
- package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
- package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
- package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
- package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
- package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
- package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
- package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
- package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
- package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
- package/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
- package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
- package/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
- package/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
- package/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
- package/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
- package/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
- package/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
- package/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
- package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
- package/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
- package/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
- package/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
- package/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
- package/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
- package/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
- package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
- package/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
- package/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
- package/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
- package/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
- package/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
- package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
- package/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
- package/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
- package/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
- package/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
- package/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
- package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
- package/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
- package/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
- package/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
- package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
- package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
- package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
- package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
- package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
- package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
- package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
- package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
- package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
- package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
- package/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
- package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
- package/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
- package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
- package/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
- package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
- package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
- package/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
- package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
- package/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
- package/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
- package/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
- package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
- package/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
- package/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
- package/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
- package/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
- package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
- package/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
- package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
- package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
- package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
- package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
- package/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
- package/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
- package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
- package/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
- package/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
- package/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
- package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
- package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
- package/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
- package/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
- package/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
- package/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
- package/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
- package/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
- package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
- package/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
- package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
- package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
- package/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
- package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
- package/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
- package/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
- package/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
- package/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
- package/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
- package/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
- package/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
- package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
- package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
- package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
- package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
- package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
- package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
- package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
- package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
- package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
- package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
- package/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
- package/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
- package/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
- package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
- package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
- package/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
- package/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
- package/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
- package/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
- package/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
- package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
- package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
- package/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
- package/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
- package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
- package/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
- package/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
- package/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
- package/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
- package/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
- package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
- package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
- package/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
- package/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
- package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
- package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
- package/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
- package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
- package/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
- package/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
- package/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
- package/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
- package/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
- package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
- package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
- package/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
- package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
- package/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
- package/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
- package/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
- package/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
- package/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
- package/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
- package/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
- package/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
- package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
- package/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
- package/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
- package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
- package/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
- package/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
- package/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
- package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
- package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
- package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
- package/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
- package/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
- package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
- package/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
- package/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
- package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
- package/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
- package/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
- package/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
- package/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
- package/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
- package/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
- package/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
- package/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
- package/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
- package/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
- package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/behaviors/behaviors-registry.json +7 -7
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
- package/dist/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
- package/dist/behaviors/registry/core/atoms/std-app-search.orb +66 -66
- package/dist/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
- package/dist/behaviors/registry/core/atoms/std-board.orb +283 -283
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
- package/dist/behaviors/registry/core/atoms/std-browse.orb +428 -305
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
- package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
- package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-date-range.orb +22 -22
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-event-log.orb +169 -169
- package/dist/behaviors/registry/core/atoms/std-export.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +312 -300
- package/dist/behaviors/registry/core/atoms/std-filter.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +60 -54
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +175 -175
- package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
- package/dist/behaviors/registry/core/atoms/std-modal.orb +38 -38
- package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +18 -18
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
- package/dist/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
- package/dist/behaviors/registry/core/atoms/std-scatter.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-search.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
- package/dist/behaviors/registry/core/atoms/std-stats.orb +202 -202
- package/dist/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
- package/dist/behaviors/registry/core/atoms/std-thread.orb +179 -173
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +259 -247
- package/dist/behaviors/registry/core/atoms/std-vote.orb +69 -63
- package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
- package/dist/behaviors/registry/core/atoms/std-wizard.orb +218 -218
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-list.orb +196 -57
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
- package/dist/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
- package/dist/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
- package/dist/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
- package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
- package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
- package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
- package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
- package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
- package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
- package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
- package/dist/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
- package/dist/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
- package/dist/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
- package/dist/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
- package/dist/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
- package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
- package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
- package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
- package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
- package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
- package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
- package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
- package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
- package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
- package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
- package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
- package/dist/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
- package/dist/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
- package/dist/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
- package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
- package/dist/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
- package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
- package/dist/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
- package/dist/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
- package/dist/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
- package/dist/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
- package/dist/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
- package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
- package/dist/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
- package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
- package/dist/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
- package/dist/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
- package/dist/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
- package/dist/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
- package/dist/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
- package/dist/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
- package/dist/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
- package/dist/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
- package/dist/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
- package/dist/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
- package/dist/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
- package/dist/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
- package/dist/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
- package/dist/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/dist/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
- package/dist/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
- package/dist/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
- package/dist/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
- package/dist/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
- package/dist/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
- package/dist/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
- package/dist/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
- package/dist/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
- package/dist/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
- package/dist/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
- package/dist/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
- package/dist/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
- package/dist/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
- package/dist/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
- package/dist/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
- package/dist/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
- package/dist/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
- package/dist/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
- package/dist/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
- package/dist/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
- package/dist/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
- package/dist/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
- package/dist/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
- package/dist/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
- package/dist/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
- package/dist/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
- package/dist/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
- package/dist/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
- package/dist/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
- package/dist/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
- package/dist/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
- package/dist/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
- package/dist/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
- package/dist/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
- package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
- package/dist/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
- package/dist/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
- package/dist/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
- package/dist/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
- package/dist/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
- package/dist/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
- package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
- package/dist/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
- package/dist/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
- package/dist/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
- package/dist/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
- package/dist/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
- package/dist/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
- package/dist/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
- package/dist/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
- package/dist/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
- package/dist/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
- package/dist/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
- package/dist/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
- package/dist/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
- package/dist/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
- package/dist/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
- package/dist/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
- package/dist/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
- package/dist/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
- package/dist/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
- package/dist/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
- package/dist/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
- package/dist/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
- package/dist/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
- package/dist/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
- package/dist/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
- package/dist/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
- package/dist/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
- package/dist/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
- package/dist/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
- package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
- package/dist/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
- package/dist/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
- package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
- package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
- package/dist/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
- package/dist/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
- package/dist/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
- package/dist/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
- package/dist/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
- package/dist/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
- package/dist/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
- package/dist/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
- package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
- package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
- package/dist/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
- package/dist/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
- package/dist/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
- package/dist/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
- package/dist/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
- package/dist/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
- package/dist/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
- package/dist/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
- package/dist/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
- package/dist/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
- package/dist/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
- package/dist/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
- package/dist/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
- package/dist/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
- package/dist/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
- package/dist/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
- package/dist/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
- package/dist/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
- package/dist/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
- package/dist/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
- package/dist/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
- package/dist/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
- package/dist/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
- package/dist/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
- package/dist/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
- package/dist/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
- package/dist/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
- package/dist/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
- package/dist/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
- package/dist/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
- package/dist/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
- package/dist/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
- package/dist/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
- package/dist/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
- package/dist/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
- package/dist/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
- package/dist/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
- package/dist/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
- package/dist/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
- package/dist/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
- package/dist/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
- package/dist/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
- package/dist/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
- package/dist/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
- package/dist/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
- package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
- package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
- package/dist/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
- package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
- package/dist/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
- package/dist/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
- package/dist/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
- package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
- package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
- package/dist/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
- package/dist/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
- package/dist/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
- package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
- package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
- package/dist/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
- package/dist/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
- package/dist/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
- package/dist/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/dist/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
- package/dist/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
- package/dist/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
- package/dist/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
- package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
- package/dist/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
- package/dist/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
- package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
- package/dist/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
- package/dist/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
- package/dist/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
- package/dist/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
- package/dist/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
- package/dist/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
- package/dist/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
- package/dist/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
- package/dist/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
- package/dist/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
- package/dist/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
- package/dist/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
- package/dist/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
- package/dist/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
- package/dist/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/behaviors-registry.json +7 -7
- package/dist/index.d.ts +2 -2
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry/agent/atoms/std-agent-activity-log.orb +79 -79
- package/dist/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/registry/agent/atoms/std-agent-classifier.orb +130 -113
- package/dist/registry/agent/atoms/std-agent-completion.orb +131 -114
- package/dist/registry/agent/atoms/std-agent-context-window.orb +427 -406
- package/dist/registry/agent/atoms/std-agent-conversation.orb +104 -104
- package/dist/registry/agent/atoms/std-agent-memory.orb +269 -216
- package/dist/registry/agent/atoms/std-agent-provider.orb +156 -139
- package/dist/registry/agent/atoms/std-agent-search.orb +79 -68
- package/dist/registry/agent/atoms/std-agent-session.orb +400 -223
- package/dist/registry/agent/atoms/std-agent-step-progress.orb +193 -192
- package/dist/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
- package/dist/registry/agent/atoms/std-agent-tool-call.orb +94 -58
- package/dist/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
- package/dist/registry/agent/molecules/std-agent-learner.orb +178 -178
- package/dist/registry/agent/molecules/std-agent-planner.orb +139 -126
- package/dist/registry/agent/molecules/std-agent-rag.orb +114 -112
- package/dist/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
- package/dist/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
- package/dist/registry/agent/organisms/std-agent-builder.orb +3072 -3032
- package/dist/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
- package/dist/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
- package/dist/registry/agent/organisms/std-agent-tutor.orb +1116 -902
- package/dist/registry/core/atoms/std-app-layout.orb +96 -84
- package/dist/registry/core/atoms/std-app-search.orb +66 -66
- package/dist/registry/core/atoms/std-autocomplete.orb +47 -40
- package/dist/registry/core/atoms/std-billable-hour.orb +191 -185
- package/dist/registry/core/atoms/std-board.orb +283 -283
- package/dist/registry/core/atoms/std-branching-logic.orb +171 -165
- package/dist/registry/core/atoms/std-browse.orb +428 -305
- package/dist/registry/core/atoms/std-cache-aside.orb +129 -129
- package/dist/registry/core/atoms/std-calendar.orb +67 -67
- package/dist/registry/core/atoms/std-circuit-breaker.orb +237 -237
- package/dist/registry/core/atoms/std-confirmation.orb +34 -28
- package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
- package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
- package/dist/registry/core/atoms/std-dashboard-summary.orb +71 -71
- package/dist/registry/core/atoms/std-date-range.orb +22 -22
- package/dist/registry/core/atoms/std-drawer.orb +11 -11
- package/dist/registry/core/atoms/std-esign-request.orb +36 -36
- package/dist/registry/core/atoms/std-event-log.orb +169 -169
- package/dist/registry/core/atoms/std-export.orb +55 -55
- package/dist/registry/core/atoms/std-file-store.orb +312 -300
- package/dist/registry/core/atoms/std-filter.orb +25 -25
- package/dist/registry/core/atoms/std-form-advanced.orb +79 -79
- package/dist/registry/core/atoms/std-gallery.orb +60 -54
- package/dist/registry/core/atoms/std-geosearch.orb +28 -28
- package/dist/registry/core/atoms/std-graphs.orb +175 -175
- package/dist/registry/core/atoms/std-hero-banner.orb +25 -25
- package/dist/registry/core/atoms/std-image-upload-multi.orb +118 -112
- package/dist/registry/core/atoms/std-modal.orb +38 -38
- package/dist/registry/core/atoms/std-multi-party-flow.orb +547 -547
- package/dist/registry/core/atoms/std-pagination.orb +18 -18
- package/dist/registry/core/atoms/std-push.orb +47 -47
- package/dist/registry/core/atoms/std-rate-limiter.orb +220 -220
- package/dist/registry/core/atoms/std-rating-review.orb +617 -617
- package/dist/registry/core/atoms/std-recurrence.orb +181 -181
- package/dist/registry/core/atoms/std-related.orb +31 -31
- package/dist/registry/core/atoms/std-rich-editor.orb +248 -230
- package/dist/registry/core/atoms/std-saved-search.orb +115 -109
- package/dist/registry/core/atoms/std-scatter.orb +61 -61
- package/dist/registry/core/atoms/std-search.orb +12 -12
- package/dist/registry/core/atoms/std-selection.orb +91 -91
- package/dist/registry/core/atoms/std-sidebar-meta.orb +80 -80
- package/dist/registry/core/atoms/std-signature-capture.orb +118 -112
- package/dist/registry/core/atoms/std-stats.orb +202 -202
- package/dist/registry/core/atoms/std-step-flow.orb +288 -288
- package/dist/registry/core/atoms/std-tabs.orb +57 -57
- package/dist/registry/core/atoms/std-tag-taxonomy.orb +137 -137
- package/dist/registry/core/atoms/std-thread.orb +179 -173
- package/dist/registry/core/atoms/std-version-history.orb +259 -247
- package/dist/registry/core/atoms/std-vote.orb +69 -63
- package/dist/registry/core/atoms/std-wizard-form.orb +171 -171
- package/dist/registry/core/atoms/std-wizard.orb +218 -218
- package/dist/registry/core/molecules/std-dashboard.orb +44 -44
- package/dist/registry/core/molecules/std-esign-flow.orb +282 -138
- package/dist/registry/core/molecules/std-filtered-list.orb +18 -18
- package/dist/registry/core/molecules/std-list.orb +196 -57
- package/dist/registry/core/molecules/std-tabs-layout.orb +9 -9
- package/dist/registry/core/organisms/std-generic-app.orb +738 -558
- package/dist/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
- package/dist/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
- package/dist/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
- package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
- package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
- package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
- package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
- package/dist/registry/core-variations/atoms/std-browse-dense.orb +74 -74
- package/dist/registry/core-variations/atoms/std-browse-feed.orb +51 -51
- package/dist/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
- package/dist/registry/core-variations/atoms/std-browse-map.orb +18 -18
- package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
- package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
- package/dist/registry/core-variations/atoms/std-flag.orb +3 -3
- package/dist/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
- package/dist/registry/core-variations/atoms/std-graphs-line.orb +5 -5
- package/dist/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
- package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
- package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
- package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
- package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
- package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
- package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
- package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
- package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
- package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
- package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
- package/dist/registry/infra/atoms/std-approval-gate.orb +218 -200
- package/dist/registry/infra/atoms/std-audit-capture.orb +21 -21
- package/dist/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
- package/dist/registry/infra/atoms/std-cross-reference.orb +26 -26
- package/dist/registry/infra/atoms/std-data-erasure.orb +166 -154
- package/dist/registry/infra/atoms/std-lifecycle.orb +34 -34
- package/dist/registry/infra/atoms/std-mod-queue.orb +250 -226
- package/dist/registry/infra/atoms/std-notify-on-event.orb +51 -51
- package/dist/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
- package/dist/registry/infra/atoms/std-row-access-control.orb +15 -15
- package/dist/registry/infra/atoms/std-status-lifecycle.orb +49 -49
- package/dist/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
- package/dist/registry/ui/avl/molecules/ui-module-card.orb +141 -141
- package/dist/registry/ui/core/atoms/ui-action-button.orb +42 -42
- package/dist/registry/ui/core/atoms/ui-aside.orb +3 -3
- package/dist/registry/ui/core/atoms/ui-avatar.orb +48 -48
- package/dist/registry/ui/core/atoms/ui-badge.orb +42 -42
- package/dist/registry/ui/core/atoms/ui-box.orb +111 -111
- package/dist/registry/ui/core/atoms/ui-button.orb +56 -56
- package/dist/registry/ui/core/atoms/ui-card.orb +39 -39
- package/dist/registry/ui/core/atoms/ui-center.orb +40 -40
- package/dist/registry/ui/core/atoms/ui-checkbox.orb +14 -14
- package/dist/registry/ui/core/atoms/ui-choice-button.orb +23 -23
- package/dist/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
- package/dist/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
- package/dist/registry/ui/core/atoms/ui-control-button.orb +24 -24
- package/dist/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-day-cell.orb +12 -12
- package/dist/registry/ui/core/atoms/ui-dialog.orb +3 -3
- package/dist/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/dist/registry/ui/core/atoms/ui-divider.orb +15 -15
- package/dist/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-flip-container.orb +2 -2
- package/dist/registry/ui/core/atoms/ui-heading.orb +76 -76
- package/dist/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-icon.orb +40 -40
- package/dist/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
- package/dist/registry/ui/core/atoms/ui-input.orb +67 -67
- package/dist/registry/ui/core/atoms/ui-item-slot.orb +38 -38
- package/dist/registry/ui/core/atoms/ui-label.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
- package/dist/registry/ui/core/atoms/ui-mini-map.orb +59 -59
- package/dist/registry/ui/core/atoms/ui-overlay.orb +10 -10
- package/dist/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
- package/dist/registry/ui/core/atoms/ui-radio.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-range-slider.orb +55 -55
- package/dist/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
- package/dist/registry/ui/core/atoms/ui-score-display.orb +26 -26
- package/dist/registry/ui/core/atoms/ui-section-header.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-select.orb +33 -33
- package/dist/registry/ui/core/atoms/ui-spacer.orb +10 -10
- package/dist/registry/ui/core/atoms/ui-sparkline.orb +34 -34
- package/dist/registry/ui/core/atoms/ui-spinner.orb +2 -2
- package/dist/registry/ui/core/atoms/ui-sprite.orb +52 -52
- package/dist/registry/ui/core/atoms/ui-stack.orb +81 -81
- package/dist/registry/ui/core/atoms/ui-status-dot.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-status-effect.orb +31 -31
- package/dist/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
- package/dist/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
- package/dist/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
- package/dist/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
- package/dist/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
- package/dist/registry/ui/core/atoms/ui-svg-node.orb +31 -31
- package/dist/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
- package/dist/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
- package/dist/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
- package/dist/registry/ui/core/atoms/ui-switch.orb +28 -28
- package/dist/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
- package/dist/registry/ui/core/atoms/ui-text.orb +76 -76
- package/dist/registry/ui/core/atoms/ui-textarea.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
- package/dist/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
- package/dist/registry/ui/core/atoms/ui-timer-display.orb +23 -23
- package/dist/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
- package/dist/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
- package/dist/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
- package/dist/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-typography.orb +69 -69
- package/dist/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
- package/dist/registry/ui/core/molecules/ui-accordion.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
- package/dist/registry/ui/core/molecules/ui-alert.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
- package/dist/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
- package/dist/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
- package/dist/registry/ui/core/molecules/ui-carousel.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-chart.orb +181 -181
- package/dist/registry/ui/core/molecules/ui-code-block.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
- package/dist/registry/ui/core/molecules/ui-combat-log.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
- package/dist/registry/ui/core/molecules/ui-container.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
- package/dist/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
- package/dist/registry/ui/core/molecules/ui-d-pad.orb +12 -12
- package/dist/registry/ui/core/molecules/ui-data-grid.orb +206 -206
- package/dist/registry/ui/core/molecules/ui-data-list.orb +230 -230
- package/dist/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
- package/dist/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
- package/dist/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
- package/dist/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
- package/dist/registry/ui/core/molecules/ui-drawer.orb +51 -51
- package/dist/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
- package/dist/registry/ui/core/molecules/ui-empty-state.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
- package/dist/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
- package/dist/registry/ui/core/molecules/ui-error-state.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-file-tree.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-filter-group.orb +41 -41
- package/dist/registry/ui/core/molecules/ui-flex.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-flip-card.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-form-actions.orb +88 -88
- package/dist/registry/ui/core/molecules/ui-form-field.orb +20 -20
- package/dist/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
- package/dist/registry/ui/core/molecules/ui-game-hud.orb +75 -75
- package/dist/registry/ui/core/molecules/ui-game-menu.orb +79 -79
- package/dist/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
- package/dist/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
- package/dist/registry/ui/core/molecules/ui-graph-view.orb +60 -60
- package/dist/registry/ui/core/molecules/ui-grid.orb +46 -46
- package/dist/registry/ui/core/molecules/ui-header.orb +106 -106
- package/dist/registry/ui/core/molecules/ui-health-panel.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-input-group.orb +9 -9
- package/dist/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
- package/dist/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
- package/dist/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
- package/dist/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
- package/dist/registry/ui/core/molecules/ui-lightbox.orb +27 -27
- package/dist/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-line-chart.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-loading-state.orb +8 -8
- package/dist/registry/ui/core/molecules/ui-map-view.orb +65 -65
- package/dist/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
- package/dist/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-menu.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-meter.orb +105 -105
- package/dist/registry/ui/core/molecules/ui-modal.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-navigation.orb +55 -55
- package/dist/registry/ui/core/molecules/ui-notification.orb +37 -37
- package/dist/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
- package/dist/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-page-header.orb +94 -94
- package/dist/registry/ui/core/molecules/ui-pagination.orb +55 -55
- package/dist/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
- package/dist/registry/ui/core/molecules/ui-popover.orb +29 -29
- package/dist/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
- package/dist/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
- package/dist/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
- package/dist/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-relation-select.orb +73 -73
- package/dist/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
- package/dist/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
- package/dist/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
- package/dist/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
- package/dist/registry/ui/core/molecules/ui-score-board.orb +24 -24
- package/dist/registry/ui/core/molecules/ui-search-input.orb +30 -30
- package/dist/registry/ui/core/molecules/ui-section.orb +60 -60
- package/dist/registry/ui/core/molecules/ui-side-panel.orb +33 -33
- package/dist/registry/ui/core/molecules/ui-sidebar.orb +96 -96
- package/dist/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
- package/dist/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-skeleton.orb +23 -23
- package/dist/registry/ui/core/molecules/ui-social-proof.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-split.orb +78 -78
- package/dist/registry/ui/core/molecules/ui-star-rating.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
- package/dist/registry/ui/core/molecules/ui-stat-display.orb +137 -137
- package/dist/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-table-view.orb +233 -233
- package/dist/registry/ui/core/molecules/ui-tabs.orb +74 -74
- package/dist/registry/ui/core/molecules/ui-tag-input.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-tooltip.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
- package/dist/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
- package/dist/registry/ui/core/molecules/ui-version-diff.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
- package/dist/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
- package/dist/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
- package/dist/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
- package/dist/registry/ui/core/organisms/ui-action-palette.orb +69 -69
- package/dist/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
- package/dist/registry/ui/core/organisms/ui-code-view.orb +13 -13
- package/dist/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
- package/dist/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
- package/dist/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
- package/dist/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
- package/dist/registry/ui/core/organisms/ui-entity-list.orb +120 -120
- package/dist/registry/ui/core/organisms/ui-entity-table.orb +247 -247
- package/dist/registry/ui/core/organisms/ui-event-log.orb +28 -28
- package/dist/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
- package/dist/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
- package/dist/registry/ui/core/organisms/ui-form-section.orb +431 -431
- package/dist/registry/ui/core/organisms/ui-form.orb +395 -395
- package/dist/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
- package/dist/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
- package/dist/registry/ui/core/organisms/ui-master-detail.orb +79 -79
- package/dist/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
- package/dist/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
- package/dist/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
- package/dist/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
- package/dist/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
- package/dist/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
- package/dist/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
- package/dist/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
- package/dist/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
- package/dist/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
- package/dist/registry/ui/core/organisms/ui-split-pane.orb +34 -34
- package/dist/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
- package/dist/registry/ui/core/organisms/ui-state-node.orb +27 -27
- package/dist/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
- package/dist/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
- package/dist/registry/ui/core/organisms/ui-timeline.orb +83 -83
- package/dist/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
- package/dist/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
- package/dist/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
- package/dist/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
- package/dist/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
- package/dist/registry/ui/core/templates/ui-auth-layout.orb +3 -3
- package/dist/registry/ui/core/templates/ui-counter-template.orb +25 -25
- package/dist/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
- package/dist/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
- package/dist/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
- package/dist/registry/ui/game/organisms/ui-action-tile.orb +58 -58
- package/dist/registry/ui/game/organisms/ui-battle-board.orb +259 -259
- package/dist/registry/ui/game/organisms/ui-builder-board.orb +53 -53
- package/dist/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
- package/dist/registry/ui/game/organisms/ui-castle-board.orb +196 -196
- package/dist/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
- package/dist/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
- package/dist/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
- package/dist/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
- package/dist/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
- package/dist/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
- package/dist/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
- package/dist/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
- package/dist/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
- package/dist/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
- package/dist/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
- package/dist/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
- package/dist/registry/ui/game/templates/ui-battle-template.orb +11 -11
- package/dist/registry/ui/game/templates/ui-castle-template.orb +9 -9
- package/dist/registry/ui/game/templates/ui-game-shell.orb +14 -14
- package/dist/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/dist/registry/ui/game/templates/ui-world-map-template.orb +21 -21
- package/dist/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
- package/dist/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
- package/dist/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
- package/dist/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
- package/dist/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
- package/dist/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
- package/dist/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
- package/dist/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
- package/dist/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
- package/dist/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
- package/dist/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
- package/dist/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
- package/dist/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
- package/dist/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
- package/dist/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
- package/dist/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
- package/dist/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
- package/dist/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
- package/dist/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
- package/dist/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
- package/dist/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
- package/dist/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
- package/dist/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
- package/dist/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
- package/dist/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
- package/dist/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
- package/dist/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
- package/dist/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
- package/dist/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
- package/dist/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
- package/dist/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
- package/dist/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/dist/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/dist/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
- package/dist/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/registry.d.ts +1 -1
- package/dist/{types-DvPJ_FKz.d.ts → types-CdSN5hnD.d.ts} +1 -1
- package/package.json +9 -16
|
@@ -92,6 +92,11 @@
|
|
|
92
92
|
"type": "string",
|
|
93
93
|
"required": false
|
|
94
94
|
},
|
|
95
|
+
"icon": {
|
|
96
|
+
"name": "icon",
|
|
97
|
+
"type": "string",
|
|
98
|
+
"required": false
|
|
99
|
+
},
|
|
95
100
|
"label": {
|
|
96
101
|
"name": "label",
|
|
97
102
|
"type": "string",
|
|
@@ -101,11 +106,6 @@
|
|
|
101
106
|
"name": "id",
|
|
102
107
|
"type": "string",
|
|
103
108
|
"required": false
|
|
104
|
-
},
|
|
105
|
-
"icon": {
|
|
106
|
-
"name": "icon",
|
|
107
|
-
"type": "string",
|
|
108
|
-
"required": false
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -395,80 +395,80 @@
|
|
|
395
395
|
"render-ui",
|
|
396
396
|
"main",
|
|
397
397
|
{
|
|
398
|
+
"type": "dashboard-layout",
|
|
399
|
+
"appName": "Code Reviewer",
|
|
398
400
|
"children": [
|
|
399
401
|
{
|
|
400
|
-
"
|
|
401
|
-
"direction": "vertical",
|
|
402
|
+
"gap": "lg",
|
|
402
403
|
"children": [
|
|
403
404
|
{
|
|
405
|
+
"gap": "sm",
|
|
404
406
|
"type": "stack",
|
|
407
|
+
"direction": "horizontal",
|
|
408
|
+
"align": "center",
|
|
405
409
|
"children": [
|
|
406
410
|
{
|
|
407
411
|
"name": "file-search",
|
|
408
412
|
"type": "icon"
|
|
409
413
|
},
|
|
410
414
|
{
|
|
411
|
-
"
|
|
415
|
+
"content": "Code Review",
|
|
412
416
|
"type": "typography",
|
|
413
|
-
"
|
|
417
|
+
"variant": "h2"
|
|
414
418
|
}
|
|
415
|
-
]
|
|
416
|
-
"gap": "sm",
|
|
417
|
-
"direction": "horizontal",
|
|
418
|
-
"align": "center"
|
|
419
|
+
]
|
|
419
420
|
},
|
|
420
421
|
{
|
|
421
422
|
"type": "divider"
|
|
422
423
|
},
|
|
423
424
|
{
|
|
424
|
-
"type": "card",
|
|
425
425
|
"children": [
|
|
426
426
|
{
|
|
427
|
-
"type": "stack",
|
|
428
|
-
"direction": "vertical",
|
|
429
|
-
"gap": "md",
|
|
430
427
|
"children": [
|
|
431
428
|
{
|
|
432
|
-
"variant": "body",
|
|
433
429
|
"type": "typography",
|
|
430
|
+
"variant": "body",
|
|
434
431
|
"content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review."
|
|
435
432
|
},
|
|
436
433
|
{
|
|
437
|
-
"
|
|
438
|
-
"type": "form-section",
|
|
434
|
+
"submitEvent": "SUBMIT_REVIEW",
|
|
439
435
|
"fields": [
|
|
440
436
|
"target"
|
|
441
437
|
],
|
|
442
|
-
"
|
|
443
|
-
"
|
|
438
|
+
"mode": "edit",
|
|
439
|
+
"entity": "@entity",
|
|
440
|
+
"type": "form-section"
|
|
444
441
|
}
|
|
445
|
-
]
|
|
442
|
+
],
|
|
443
|
+
"gap": "md",
|
|
444
|
+
"direction": "vertical",
|
|
445
|
+
"type": "stack"
|
|
446
446
|
}
|
|
447
|
-
]
|
|
447
|
+
],
|
|
448
|
+
"type": "card"
|
|
448
449
|
}
|
|
449
450
|
],
|
|
450
|
-
"
|
|
451
|
+
"direction": "vertical",
|
|
452
|
+
"type": "stack"
|
|
451
453
|
}
|
|
452
454
|
],
|
|
453
|
-
"type": "dashboard-layout",
|
|
454
455
|
"navItems": [
|
|
455
456
|
{
|
|
456
|
-
"icon": "file-search",
|
|
457
457
|
"label": "Review",
|
|
458
|
+
"icon": "file-search",
|
|
458
459
|
"href": "/review"
|
|
459
460
|
},
|
|
460
461
|
{
|
|
461
|
-
"
|
|
462
|
+
"href": "/analysis",
|
|
462
463
|
"icon": "tag",
|
|
463
|
-
"
|
|
464
|
+
"label": "Analysis"
|
|
464
465
|
},
|
|
465
466
|
{
|
|
466
|
-
"href": "/issues",
|
|
467
467
|
"label": "Issues",
|
|
468
|
+
"href": "/issues",
|
|
468
469
|
"icon": "alert-triangle"
|
|
469
470
|
}
|
|
470
|
-
]
|
|
471
|
-
"appName": "Code Reviewer"
|
|
471
|
+
]
|
|
472
472
|
}
|
|
473
473
|
]
|
|
474
474
|
]
|
|
@@ -500,20 +500,18 @@
|
|
|
500
500
|
"render-ui",
|
|
501
501
|
"main",
|
|
502
502
|
{
|
|
503
|
-
"type": "dashboard-layout",
|
|
504
|
-
"appName": "Code Reviewer",
|
|
505
503
|
"children": [
|
|
506
504
|
{
|
|
507
505
|
"direction": "vertical",
|
|
508
|
-
"
|
|
506
|
+
"gap": "lg",
|
|
509
507
|
"children": [
|
|
510
508
|
{
|
|
511
|
-
"
|
|
512
|
-
"
|
|
509
|
+
"type": "icon",
|
|
510
|
+
"name": "search"
|
|
513
511
|
},
|
|
514
512
|
{
|
|
515
|
-
"variant": "h3",
|
|
516
513
|
"type": "typography",
|
|
514
|
+
"variant": "h3",
|
|
517
515
|
"content": "Analyzing input..."
|
|
518
516
|
},
|
|
519
517
|
{
|
|
@@ -525,27 +523,29 @@
|
|
|
525
523
|
"type": "typography"
|
|
526
524
|
}
|
|
527
525
|
],
|
|
528
|
-
"
|
|
526
|
+
"align": "center",
|
|
529
527
|
"type": "stack"
|
|
530
528
|
}
|
|
531
529
|
],
|
|
532
530
|
"navItems": [
|
|
533
531
|
{
|
|
534
|
-
"href": "/review",
|
|
535
532
|
"label": "Review",
|
|
533
|
+
"href": "/review",
|
|
536
534
|
"icon": "file-search"
|
|
537
535
|
},
|
|
538
536
|
{
|
|
539
|
-
"icon": "tag",
|
|
540
537
|
"label": "Analysis",
|
|
538
|
+
"icon": "tag",
|
|
541
539
|
"href": "/analysis"
|
|
542
540
|
},
|
|
543
541
|
{
|
|
544
542
|
"icon": "alert-triangle",
|
|
545
|
-
"
|
|
546
|
-
"
|
|
543
|
+
"label": "Issues",
|
|
544
|
+
"href": "/issues"
|
|
547
545
|
}
|
|
548
|
-
]
|
|
546
|
+
],
|
|
547
|
+
"appName": "Code Reviewer",
|
|
548
|
+
"type": "dashboard-layout"
|
|
549
549
|
}
|
|
550
550
|
]
|
|
551
551
|
]
|
|
@@ -568,52 +568,52 @@
|
|
|
568
568
|
"render-ui",
|
|
569
569
|
"main",
|
|
570
570
|
{
|
|
571
|
+
"navItems": [
|
|
572
|
+
{
|
|
573
|
+
"label": "Review",
|
|
574
|
+
"icon": "file-search",
|
|
575
|
+
"href": "/review"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"icon": "tag",
|
|
579
|
+
"label": "Analysis",
|
|
580
|
+
"href": "/analysis"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"href": "/issues",
|
|
584
|
+
"icon": "alert-triangle",
|
|
585
|
+
"label": "Issues"
|
|
586
|
+
}
|
|
587
|
+
],
|
|
588
|
+
"appName": "Code Reviewer",
|
|
571
589
|
"children": [
|
|
572
590
|
{
|
|
573
|
-
"type": "stack",
|
|
574
591
|
"gap": "lg",
|
|
592
|
+
"align": "center",
|
|
593
|
+
"direction": "vertical",
|
|
594
|
+
"type": "stack",
|
|
575
595
|
"children": [
|
|
576
596
|
{
|
|
577
|
-
"
|
|
578
|
-
"
|
|
597
|
+
"name": "cpu",
|
|
598
|
+
"type": "icon"
|
|
579
599
|
},
|
|
580
600
|
{
|
|
601
|
+
"type": "typography",
|
|
581
602
|
"content": "Generating review...",
|
|
582
|
-
"variant": "h3"
|
|
583
|
-
"type": "typography"
|
|
603
|
+
"variant": "h3"
|
|
584
604
|
},
|
|
585
605
|
{
|
|
586
606
|
"type": "spinner"
|
|
587
607
|
},
|
|
588
608
|
{
|
|
589
|
-
"type": "typography",
|
|
590
609
|
"content": "Category: @entity.category",
|
|
610
|
+
"type": "typography",
|
|
591
611
|
"variant": "caption"
|
|
592
612
|
}
|
|
593
|
-
]
|
|
594
|
-
"align": "center",
|
|
595
|
-
"direction": "vertical"
|
|
613
|
+
]
|
|
596
614
|
}
|
|
597
615
|
],
|
|
598
|
-
"type": "dashboard-layout"
|
|
599
|
-
"appName": "Code Reviewer",
|
|
600
|
-
"navItems": [
|
|
601
|
-
{
|
|
602
|
-
"label": "Review",
|
|
603
|
-
"icon": "file-search",
|
|
604
|
-
"href": "/review"
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"icon": "tag",
|
|
608
|
-
"label": "Analysis",
|
|
609
|
-
"href": "/analysis"
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"href": "/issues",
|
|
613
|
-
"icon": "alert-triangle",
|
|
614
|
-
"label": "Issues"
|
|
615
|
-
}
|
|
616
|
-
]
|
|
616
|
+
"type": "dashboard-layout"
|
|
617
617
|
}
|
|
618
618
|
]
|
|
619
619
|
]
|
|
@@ -639,38 +639,37 @@
|
|
|
639
639
|
{
|
|
640
640
|
"children": [
|
|
641
641
|
{
|
|
642
|
-
"
|
|
643
|
-
"gap": "lg",
|
|
642
|
+
"direction": "vertical",
|
|
644
643
|
"children": [
|
|
645
644
|
{
|
|
646
|
-
"
|
|
645
|
+
"align": "center",
|
|
647
646
|
"children": [
|
|
648
647
|
{
|
|
648
|
+
"align": "center",
|
|
649
|
+
"gap": "sm",
|
|
649
650
|
"children": [
|
|
650
651
|
{
|
|
651
|
-
"
|
|
652
|
-
"
|
|
652
|
+
"name": "check-circle",
|
|
653
|
+
"type": "icon"
|
|
653
654
|
},
|
|
654
655
|
{
|
|
655
|
-
"content": "Review Complete",
|
|
656
656
|
"type": "typography",
|
|
657
|
-
"variant": "h2"
|
|
657
|
+
"variant": "h2",
|
|
658
|
+
"content": "Review Complete"
|
|
658
659
|
}
|
|
659
660
|
],
|
|
660
|
-
"
|
|
661
|
-
"
|
|
662
|
-
"direction": "horizontal",
|
|
663
|
-
"type": "stack"
|
|
661
|
+
"type": "stack",
|
|
662
|
+
"direction": "horizontal"
|
|
664
663
|
},
|
|
665
664
|
{
|
|
666
|
-
"
|
|
667
|
-
"
|
|
665
|
+
"label": "@entity.score",
|
|
666
|
+
"type": "badge"
|
|
668
667
|
}
|
|
669
668
|
],
|
|
670
|
-
"align": "center",
|
|
671
669
|
"direction": "horizontal",
|
|
672
670
|
"justify": "between",
|
|
673
|
-
"gap": "sm"
|
|
671
|
+
"gap": "sm",
|
|
672
|
+
"type": "stack"
|
|
674
673
|
},
|
|
675
674
|
{
|
|
676
675
|
"type": "divider"
|
|
@@ -679,11 +678,12 @@
|
|
|
679
678
|
"type": "card",
|
|
680
679
|
"children": [
|
|
681
680
|
{
|
|
681
|
+
"direction": "vertical",
|
|
682
|
+
"type": "stack",
|
|
682
683
|
"children": [
|
|
683
684
|
{
|
|
684
|
-
"type": "stack",
|
|
685
685
|
"gap": "sm",
|
|
686
|
-
"
|
|
686
|
+
"type": "stack",
|
|
687
687
|
"children": [
|
|
688
688
|
{
|
|
689
689
|
"label": "@entity.category",
|
|
@@ -693,34 +693,33 @@
|
|
|
693
693
|
"label": "@entity.reviewStatus",
|
|
694
694
|
"type": "badge"
|
|
695
695
|
}
|
|
696
|
-
]
|
|
696
|
+
],
|
|
697
|
+
"direction": "horizontal"
|
|
697
698
|
},
|
|
698
699
|
{
|
|
699
|
-
"
|
|
700
|
+
"variant": "h4",
|
|
700
701
|
"content": "Issues",
|
|
701
|
-
"
|
|
702
|
+
"type": "typography"
|
|
702
703
|
},
|
|
703
704
|
{
|
|
704
|
-
"type": "typography",
|
|
705
705
|
"content": "@entity.issues",
|
|
706
|
+
"type": "typography",
|
|
706
707
|
"variant": "body"
|
|
707
708
|
},
|
|
708
709
|
{
|
|
709
710
|
"type": "divider"
|
|
710
711
|
},
|
|
711
712
|
{
|
|
712
|
-
"
|
|
713
|
+
"variant": "h4",
|
|
713
714
|
"content": "Suggestions",
|
|
714
|
-
"
|
|
715
|
+
"type": "typography"
|
|
715
716
|
},
|
|
716
717
|
{
|
|
718
|
+
"type": "typography",
|
|
717
719
|
"variant": "body",
|
|
718
|
-
"content": "@entity.suggestions"
|
|
719
|
-
"type": "typography"
|
|
720
|
+
"content": "@entity.suggestions"
|
|
720
721
|
}
|
|
721
722
|
],
|
|
722
|
-
"type": "stack",
|
|
723
|
-
"direction": "vertical",
|
|
724
723
|
"gap": "md"
|
|
725
724
|
}
|
|
726
725
|
]
|
|
@@ -728,20 +727,22 @@
|
|
|
728
727
|
{
|
|
729
728
|
"action": "RESET",
|
|
730
729
|
"label": "New Review",
|
|
731
|
-
"type": "button",
|
|
732
730
|
"variant": "ghost",
|
|
733
|
-
"icon": "rotate-ccw"
|
|
731
|
+
"icon": "rotate-ccw",
|
|
732
|
+
"type": "button"
|
|
734
733
|
}
|
|
735
734
|
],
|
|
736
|
-
"
|
|
735
|
+
"type": "stack",
|
|
736
|
+
"gap": "lg"
|
|
737
737
|
}
|
|
738
738
|
],
|
|
739
|
+
"type": "dashboard-layout",
|
|
739
740
|
"appName": "Code Reviewer",
|
|
740
741
|
"navItems": [
|
|
741
742
|
{
|
|
742
|
-
"label": "Review",
|
|
743
743
|
"href": "/review",
|
|
744
|
-
"icon": "file-search"
|
|
744
|
+
"icon": "file-search",
|
|
745
|
+
"label": "Review"
|
|
745
746
|
},
|
|
746
747
|
{
|
|
747
748
|
"label": "Analysis",
|
|
@@ -749,12 +750,11 @@
|
|
|
749
750
|
"icon": "tag"
|
|
750
751
|
},
|
|
751
752
|
{
|
|
753
|
+
"icon": "alert-triangle",
|
|
752
754
|
"href": "/issues",
|
|
753
|
-
"label": "Issues"
|
|
754
|
-
"icon": "alert-triangle"
|
|
755
|
+
"label": "Issues"
|
|
755
756
|
}
|
|
756
|
-
]
|
|
757
|
-
"type": "dashboard-layout"
|
|
757
|
+
]
|
|
758
758
|
}
|
|
759
759
|
]
|
|
760
760
|
]
|
|
@@ -797,58 +797,57 @@
|
|
|
797
797
|
{
|
|
798
798
|
"children": [
|
|
799
799
|
{
|
|
800
|
+
"type": "stack",
|
|
800
801
|
"direction": "horizontal",
|
|
801
|
-
"gap": "sm",
|
|
802
802
|
"align": "center",
|
|
803
|
-
"type": "stack",
|
|
804
803
|
"children": [
|
|
805
804
|
{
|
|
806
|
-
"
|
|
807
|
-
"
|
|
805
|
+
"type": "icon",
|
|
806
|
+
"name": "file-search"
|
|
808
807
|
},
|
|
809
808
|
{
|
|
810
809
|
"variant": "h2",
|
|
811
810
|
"content": "Code Review",
|
|
812
811
|
"type": "typography"
|
|
813
812
|
}
|
|
814
|
-
]
|
|
813
|
+
],
|
|
814
|
+
"gap": "sm"
|
|
815
815
|
},
|
|
816
816
|
{
|
|
817
817
|
"type": "divider"
|
|
818
818
|
},
|
|
819
819
|
{
|
|
820
|
-
"type": "card",
|
|
821
820
|
"children": [
|
|
822
821
|
{
|
|
823
|
-
"type": "stack",
|
|
824
|
-
"direction": "vertical",
|
|
825
|
-
"gap": "md",
|
|
826
822
|
"children": [
|
|
827
823
|
{
|
|
828
|
-
"type": "typography",
|
|
829
824
|
"content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review.",
|
|
825
|
+
"type": "typography",
|
|
830
826
|
"variant": "body"
|
|
831
827
|
},
|
|
832
828
|
{
|
|
833
829
|
"mode": "edit",
|
|
834
|
-
"entity": "@entity",
|
|
835
|
-
"type": "form-section",
|
|
836
|
-
"submitEvent": "SUBMIT_REVIEW",
|
|
837
830
|
"fields": [
|
|
838
831
|
"target"
|
|
839
|
-
]
|
|
832
|
+
],
|
|
833
|
+
"entity": "@entity",
|
|
834
|
+
"submitEvent": "SUBMIT_REVIEW",
|
|
835
|
+
"type": "form-section"
|
|
840
836
|
}
|
|
841
|
-
]
|
|
837
|
+
],
|
|
838
|
+
"direction": "vertical",
|
|
839
|
+
"type": "stack",
|
|
840
|
+
"gap": "md"
|
|
842
841
|
}
|
|
843
|
-
]
|
|
842
|
+
],
|
|
843
|
+
"type": "card"
|
|
844
844
|
}
|
|
845
845
|
],
|
|
846
|
-
"type": "stack",
|
|
847
846
|
"direction": "vertical",
|
|
847
|
+
"type": "stack",
|
|
848
848
|
"gap": "lg"
|
|
849
849
|
}
|
|
850
850
|
],
|
|
851
|
-
"type": "dashboard-layout",
|
|
852
851
|
"navItems": [
|
|
853
852
|
{
|
|
854
853
|
"href": "/review",
|
|
@@ -856,16 +855,17 @@
|
|
|
856
855
|
"icon": "file-search"
|
|
857
856
|
},
|
|
858
857
|
{
|
|
859
|
-
"icon": "tag",
|
|
860
858
|
"label": "Analysis",
|
|
861
|
-
"href": "/analysis"
|
|
859
|
+
"href": "/analysis",
|
|
860
|
+
"icon": "tag"
|
|
862
861
|
},
|
|
863
862
|
{
|
|
864
863
|
"label": "Issues",
|
|
865
|
-
"
|
|
866
|
-
"
|
|
864
|
+
"href": "/issues",
|
|
865
|
+
"icon": "alert-triangle"
|
|
867
866
|
}
|
|
868
867
|
],
|
|
868
|
+
"type": "dashboard-layout",
|
|
869
869
|
"appName": "Code Reviewer"
|
|
870
870
|
}
|
|
871
871
|
]
|
|
@@ -1109,45 +1109,43 @@
|
|
|
1109
1109
|
"render-ui",
|
|
1110
1110
|
"main",
|
|
1111
1111
|
{
|
|
1112
|
-
"appName": "Code Reviewer",
|
|
1113
1112
|
"navItems": [
|
|
1114
1113
|
{
|
|
1114
|
+
"label": "Review",
|
|
1115
1115
|
"href": "/review",
|
|
1116
|
-
"icon": "file-search"
|
|
1117
|
-
"label": "Review"
|
|
1116
|
+
"icon": "file-search"
|
|
1118
1117
|
},
|
|
1119
1118
|
{
|
|
1119
|
+
"label": "Analysis",
|
|
1120
1120
|
"icon": "tag",
|
|
1121
|
-
"href": "/analysis"
|
|
1122
|
-
"label": "Analysis"
|
|
1121
|
+
"href": "/analysis"
|
|
1123
1122
|
},
|
|
1124
1123
|
{
|
|
1124
|
+
"href": "/issues",
|
|
1125
1125
|
"label": "Issues",
|
|
1126
|
-
"icon": "alert-triangle"
|
|
1127
|
-
"href": "/issues"
|
|
1126
|
+
"icon": "alert-triangle"
|
|
1128
1127
|
}
|
|
1129
1128
|
],
|
|
1130
1129
|
"children": [
|
|
1131
1130
|
{
|
|
1132
|
-
"
|
|
1133
|
-
"direction": "vertical",
|
|
1131
|
+
"gap": "lg",
|
|
1134
1132
|
"children": [
|
|
1135
1133
|
{
|
|
1136
|
-
"gap": "sm",
|
|
1137
|
-
"align": "center",
|
|
1138
|
-
"type": "stack",
|
|
1139
1134
|
"children": [
|
|
1140
1135
|
{
|
|
1141
|
-
"
|
|
1142
|
-
"
|
|
1136
|
+
"type": "icon",
|
|
1137
|
+
"name": "brain"
|
|
1143
1138
|
},
|
|
1144
1139
|
{
|
|
1145
|
-
"
|
|
1140
|
+
"type": "typography",
|
|
1146
1141
|
"variant": "h2",
|
|
1147
|
-
"
|
|
1142
|
+
"content": "RAG Pipeline"
|
|
1148
1143
|
}
|
|
1149
1144
|
],
|
|
1150
|
-
"
|
|
1145
|
+
"align": "center",
|
|
1146
|
+
"direction": "horizontal",
|
|
1147
|
+
"gap": "sm",
|
|
1148
|
+
"type": "stack"
|
|
1151
1149
|
},
|
|
1152
1150
|
{
|
|
1153
1151
|
"type": "divider"
|
|
@@ -1156,32 +1154,34 @@
|
|
|
1156
1154
|
"type": "card",
|
|
1157
1155
|
"children": [
|
|
1158
1156
|
{
|
|
1159
|
-
"gap": "md",
|
|
1160
|
-
"type": "stack",
|
|
1161
|
-
"direction": "vertical",
|
|
1162
1157
|
"children": [
|
|
1163
1158
|
{
|
|
1164
|
-
"content": "Enter a query to retrieve context and generate a response",
|
|
1165
1159
|
"type": "typography",
|
|
1166
|
-
"variant": "body"
|
|
1160
|
+
"variant": "body",
|
|
1161
|
+
"content": "Enter a query to retrieve context and generate a response"
|
|
1167
1162
|
},
|
|
1168
1163
|
{
|
|
1164
|
+
"mode": "edit",
|
|
1169
1165
|
"type": "form-section",
|
|
1170
|
-
"entity": "@entity",
|
|
1171
|
-
"submitEvent": "GENERATE",
|
|
1172
1166
|
"fields": [
|
|
1173
1167
|
"query"
|
|
1174
1168
|
],
|
|
1175
|
-
"
|
|
1169
|
+
"submitEvent": "GENERATE",
|
|
1170
|
+
"entity": "@entity"
|
|
1176
1171
|
}
|
|
1177
|
-
]
|
|
1172
|
+
],
|
|
1173
|
+
"type": "stack",
|
|
1174
|
+
"gap": "md",
|
|
1175
|
+
"direction": "vertical"
|
|
1178
1176
|
}
|
|
1179
1177
|
]
|
|
1180
1178
|
}
|
|
1181
1179
|
],
|
|
1182
|
-
"
|
|
1180
|
+
"type": "stack",
|
|
1181
|
+
"direction": "vertical"
|
|
1183
1182
|
}
|
|
1184
1183
|
],
|
|
1184
|
+
"appName": "Code Reviewer",
|
|
1185
1185
|
"type": "dashboard-layout"
|
|
1186
1186
|
}
|
|
1187
1187
|
]
|
|
@@ -1210,37 +1210,38 @@
|
|
|
1210
1210
|
"render-ui",
|
|
1211
1211
|
"main",
|
|
1212
1212
|
{
|
|
1213
|
+
"type": "dashboard-layout",
|
|
1213
1214
|
"appName": "Code Reviewer",
|
|
1214
1215
|
"navItems": [
|
|
1215
1216
|
{
|
|
1216
|
-
"
|
|
1217
|
+
"icon": "file-search",
|
|
1217
1218
|
"href": "/review",
|
|
1218
|
-
"
|
|
1219
|
+
"label": "Review"
|
|
1219
1220
|
},
|
|
1220
1221
|
{
|
|
1222
|
+
"label": "Analysis",
|
|
1221
1223
|
"href": "/analysis",
|
|
1222
|
-
"icon": "tag"
|
|
1223
|
-
"label": "Analysis"
|
|
1224
|
+
"icon": "tag"
|
|
1224
1225
|
},
|
|
1225
1226
|
{
|
|
1226
1227
|
"icon": "alert-triangle",
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1228
|
+
"label": "Issues",
|
|
1229
|
+
"href": "/issues"
|
|
1229
1230
|
}
|
|
1230
1231
|
],
|
|
1231
|
-
"type": "dashboard-layout",
|
|
1232
1232
|
"children": [
|
|
1233
1233
|
{
|
|
1234
|
-
"type": "stack",
|
|
1235
1234
|
"align": "center",
|
|
1235
|
+
"direction": "vertical",
|
|
1236
|
+
"gap": "lg",
|
|
1236
1237
|
"children": [
|
|
1237
1238
|
{
|
|
1238
|
-
"
|
|
1239
|
-
"
|
|
1239
|
+
"name": "search",
|
|
1240
|
+
"type": "icon"
|
|
1240
1241
|
},
|
|
1241
1242
|
{
|
|
1242
|
-
"type": "typography",
|
|
1243
1243
|
"variant": "h3",
|
|
1244
|
+
"type": "typography",
|
|
1244
1245
|
"content": "Retrieving context..."
|
|
1245
1246
|
},
|
|
1246
1247
|
{
|
|
@@ -1256,15 +1257,14 @@
|
|
|
1256
1257
|
"label": "Recalling memories"
|
|
1257
1258
|
},
|
|
1258
1259
|
{
|
|
1259
|
-
"
|
|
1260
|
-
"
|
|
1260
|
+
"label": "Searching code",
|
|
1261
|
+
"type": "badge"
|
|
1261
1262
|
}
|
|
1262
1263
|
],
|
|
1263
1264
|
"justify": "center"
|
|
1264
1265
|
}
|
|
1265
1266
|
],
|
|
1266
|
-
"
|
|
1267
|
-
"gap": "lg"
|
|
1267
|
+
"type": "stack"
|
|
1268
1268
|
}
|
|
1269
1269
|
]
|
|
1270
1270
|
}
|
|
@@ -1312,19 +1312,34 @@
|
|
|
1312
1312
|
"main",
|
|
1313
1313
|
{
|
|
1314
1314
|
"type": "dashboard-layout",
|
|
1315
|
+
"navItems": [
|
|
1316
|
+
{
|
|
1317
|
+
"icon": "file-search",
|
|
1318
|
+
"href": "/review",
|
|
1319
|
+
"label": "Review"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"href": "/analysis",
|
|
1323
|
+
"icon": "tag",
|
|
1324
|
+
"label": "Analysis"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"label": "Issues",
|
|
1328
|
+
"href": "/issues",
|
|
1329
|
+
"icon": "alert-triangle"
|
|
1330
|
+
}
|
|
1331
|
+
],
|
|
1315
1332
|
"children": [
|
|
1316
1333
|
{
|
|
1317
|
-
"type": "stack",
|
|
1318
|
-
"align": "center",
|
|
1319
1334
|
"children": [
|
|
1320
1335
|
{
|
|
1321
|
-
"
|
|
1322
|
-
"
|
|
1336
|
+
"type": "icon",
|
|
1337
|
+
"name": "cpu"
|
|
1323
1338
|
},
|
|
1324
1339
|
{
|
|
1325
1340
|
"variant": "h3",
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1341
|
+
"content": "Generating response...",
|
|
1342
|
+
"type": "typography"
|
|
1328
1343
|
},
|
|
1329
1344
|
{
|
|
1330
1345
|
"type": "spinner"
|
|
@@ -1337,37 +1352,22 @@
|
|
|
1337
1352
|
"type": "badge"
|
|
1338
1353
|
},
|
|
1339
1354
|
{
|
|
1340
|
-
"
|
|
1341
|
-
"
|
|
1355
|
+
"type": "badge",
|
|
1356
|
+
"label": "@entity.searchHits"
|
|
1342
1357
|
}
|
|
1343
1358
|
],
|
|
1359
|
+
"direction": "horizontal",
|
|
1344
1360
|
"gap": "md",
|
|
1345
|
-
"justify": "center"
|
|
1346
|
-
"direction": "horizontal"
|
|
1361
|
+
"justify": "center"
|
|
1347
1362
|
}
|
|
1348
1363
|
],
|
|
1364
|
+
"direction": "vertical",
|
|
1365
|
+
"align": "center",
|
|
1349
1366
|
"gap": "lg",
|
|
1350
|
-
"
|
|
1367
|
+
"type": "stack"
|
|
1351
1368
|
}
|
|
1352
1369
|
],
|
|
1353
|
-
"appName": "Code Reviewer"
|
|
1354
|
-
"navItems": [
|
|
1355
|
-
{
|
|
1356
|
-
"href": "/review",
|
|
1357
|
-
"icon": "file-search",
|
|
1358
|
-
"label": "Review"
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"href": "/analysis",
|
|
1362
|
-
"icon": "tag",
|
|
1363
|
-
"label": "Analysis"
|
|
1364
|
-
},
|
|
1365
|
-
{
|
|
1366
|
-
"label": "Issues",
|
|
1367
|
-
"href": "/issues",
|
|
1368
|
-
"icon": "alert-triangle"
|
|
1369
|
-
}
|
|
1370
|
-
]
|
|
1370
|
+
"appName": "Code Reviewer"
|
|
1371
1371
|
}
|
|
1372
1372
|
]
|
|
1373
1373
|
]
|
|
@@ -1391,36 +1391,19 @@
|
|
|
1391
1391
|
"render-ui",
|
|
1392
1392
|
"main",
|
|
1393
1393
|
{
|
|
1394
|
-
"appName": "Code Reviewer",
|
|
1395
|
-
"navItems": [
|
|
1396
|
-
{
|
|
1397
|
-
"label": "Review",
|
|
1398
|
-
"href": "/review",
|
|
1399
|
-
"icon": "file-search"
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"href": "/analysis",
|
|
1403
|
-
"icon": "tag",
|
|
1404
|
-
"label": "Analysis"
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"href": "/issues",
|
|
1408
|
-
"label": "Issues",
|
|
1409
|
-
"icon": "alert-triangle"
|
|
1410
|
-
}
|
|
1411
|
-
],
|
|
1412
1394
|
"children": [
|
|
1413
1395
|
{
|
|
1414
|
-
"
|
|
1396
|
+
"type": "stack",
|
|
1397
|
+
"align": "center",
|
|
1415
1398
|
"children": [
|
|
1416
1399
|
{
|
|
1417
1400
|
"name": "alert-triangle",
|
|
1418
1401
|
"type": "icon"
|
|
1419
1402
|
},
|
|
1420
1403
|
{
|
|
1421
|
-
"
|
|
1404
|
+
"type": "typography",
|
|
1422
1405
|
"variant": "h2",
|
|
1423
|
-
"
|
|
1406
|
+
"content": "RAG Pipeline Error"
|
|
1424
1407
|
},
|
|
1425
1408
|
{
|
|
1426
1409
|
"message": "@entity.error",
|
|
@@ -1428,19 +1411,36 @@
|
|
|
1428
1411
|
"variant": "error"
|
|
1429
1412
|
},
|
|
1430
1413
|
{
|
|
1431
|
-
"variant": "primary",
|
|
1432
|
-
"icon": "rotate-ccw",
|
|
1433
|
-
"type": "button",
|
|
1434
1414
|
"action": "RESET",
|
|
1435
|
-
"
|
|
1415
|
+
"type": "button",
|
|
1416
|
+
"icon": "rotate-ccw",
|
|
1417
|
+
"label": "Try Again",
|
|
1418
|
+
"variant": "primary"
|
|
1436
1419
|
}
|
|
1437
1420
|
],
|
|
1438
|
-
"
|
|
1439
|
-
"type": "stack",
|
|
1421
|
+
"gap": "lg",
|
|
1440
1422
|
"direction": "vertical"
|
|
1441
1423
|
}
|
|
1442
1424
|
],
|
|
1443
|
-
"
|
|
1425
|
+
"navItems": [
|
|
1426
|
+
{
|
|
1427
|
+
"label": "Review",
|
|
1428
|
+
"icon": "file-search",
|
|
1429
|
+
"href": "/review"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"icon": "tag",
|
|
1433
|
+
"href": "/analysis",
|
|
1434
|
+
"label": "Analysis"
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"href": "/issues",
|
|
1438
|
+
"icon": "alert-triangle",
|
|
1439
|
+
"label": "Issues"
|
|
1440
|
+
}
|
|
1441
|
+
],
|
|
1442
|
+
"type": "dashboard-layout",
|
|
1443
|
+
"appName": "Code Reviewer"
|
|
1444
1444
|
}
|
|
1445
1445
|
]
|
|
1446
1446
|
]
|
|
@@ -1473,22 +1473,37 @@
|
|
|
1473
1473
|
"render-ui",
|
|
1474
1474
|
"main",
|
|
1475
1475
|
{
|
|
1476
|
-
"
|
|
1476
|
+
"appName": "Code Reviewer",
|
|
1477
|
+
"navItems": [
|
|
1478
|
+
{
|
|
1479
|
+
"href": "/review",
|
|
1480
|
+
"label": "Review",
|
|
1481
|
+
"icon": "file-search"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"href": "/analysis",
|
|
1485
|
+
"icon": "tag",
|
|
1486
|
+
"label": "Analysis"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"label": "Issues",
|
|
1490
|
+
"href": "/issues",
|
|
1491
|
+
"icon": "alert-triangle"
|
|
1492
|
+
}
|
|
1493
|
+
],
|
|
1477
1494
|
"children": [
|
|
1478
1495
|
{
|
|
1479
|
-
"type": "stack",
|
|
1480
1496
|
"gap": "lg",
|
|
1497
|
+
"direction": "vertical",
|
|
1498
|
+
"type": "stack",
|
|
1481
1499
|
"children": [
|
|
1482
1500
|
{
|
|
1483
|
-
"direction": "horizontal",
|
|
1484
|
-
"type": "stack",
|
|
1485
1501
|
"align": "center",
|
|
1486
1502
|
"justify": "between",
|
|
1487
1503
|
"gap": "sm",
|
|
1504
|
+
"type": "stack",
|
|
1488
1505
|
"children": [
|
|
1489
1506
|
{
|
|
1490
|
-
"direction": "horizontal",
|
|
1491
|
-
"align": "center",
|
|
1492
1507
|
"children": [
|
|
1493
1508
|
{
|
|
1494
1509
|
"type": "icon",
|
|
@@ -1496,41 +1511,44 @@
|
|
|
1496
1511
|
},
|
|
1497
1512
|
{
|
|
1498
1513
|
"type": "typography",
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1514
|
+
"content": "RAG Complete",
|
|
1515
|
+
"variant": "h2"
|
|
1501
1516
|
}
|
|
1502
1517
|
],
|
|
1503
|
-
"
|
|
1504
|
-
"gap": "sm"
|
|
1518
|
+
"align": "center",
|
|
1519
|
+
"gap": "sm",
|
|
1520
|
+
"direction": "horizontal",
|
|
1521
|
+
"type": "stack"
|
|
1505
1522
|
},
|
|
1506
1523
|
{
|
|
1507
|
-
"label": "New Query",
|
|
1508
1524
|
"icon": "rotate-ccw",
|
|
1525
|
+
"label": "New Query",
|
|
1526
|
+
"variant": "ghost",
|
|
1509
1527
|
"action": "RESET",
|
|
1510
|
-
"type": "button"
|
|
1511
|
-
"variant": "ghost"
|
|
1528
|
+
"type": "button"
|
|
1512
1529
|
}
|
|
1513
|
-
]
|
|
1530
|
+
],
|
|
1531
|
+
"direction": "horizontal"
|
|
1514
1532
|
},
|
|
1515
1533
|
{
|
|
1516
1534
|
"type": "divider"
|
|
1517
1535
|
},
|
|
1518
1536
|
{
|
|
1537
|
+
"type": "simple-grid",
|
|
1519
1538
|
"children": [
|
|
1520
1539
|
{
|
|
1521
1540
|
"type": "stat-display",
|
|
1522
1541
|
"label": "Memory Hits",
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1542
|
+
"icon": "brain",
|
|
1543
|
+
"value": "@entity.memoryHits"
|
|
1525
1544
|
},
|
|
1526
1545
|
{
|
|
1527
|
-
"value": "@entity.searchHits",
|
|
1528
|
-
"icon": "code",
|
|
1529
1546
|
"label": "Code Hits",
|
|
1530
|
-
"
|
|
1547
|
+
"value": "@entity.searchHits",
|
|
1548
|
+
"type": "stat-display",
|
|
1549
|
+
"icon": "code"
|
|
1531
1550
|
}
|
|
1532
1551
|
],
|
|
1533
|
-
"type": "simple-grid",
|
|
1534
1552
|
"cols": 2.0
|
|
1535
1553
|
},
|
|
1536
1554
|
{
|
|
@@ -1539,7 +1557,6 @@
|
|
|
1539
1557
|
{
|
|
1540
1558
|
"children": [
|
|
1541
1559
|
{
|
|
1542
|
-
"type": "stack",
|
|
1543
1560
|
"children": [
|
|
1544
1561
|
{
|
|
1545
1562
|
"type": "typography",
|
|
@@ -1547,26 +1564,27 @@
|
|
|
1547
1564
|
"variant": "caption"
|
|
1548
1565
|
},
|
|
1549
1566
|
{
|
|
1550
|
-
"variant": "body",
|
|
1551
1567
|
"content": "@entity.query",
|
|
1552
|
-
"type": "typography"
|
|
1568
|
+
"type": "typography",
|
|
1569
|
+
"variant": "body"
|
|
1553
1570
|
},
|
|
1554
1571
|
{
|
|
1555
1572
|
"type": "divider"
|
|
1556
1573
|
},
|
|
1557
1574
|
{
|
|
1558
1575
|
"variant": "caption",
|
|
1559
|
-
"
|
|
1560
|
-
"
|
|
1576
|
+
"type": "typography",
|
|
1577
|
+
"content": "Response"
|
|
1561
1578
|
},
|
|
1562
1579
|
{
|
|
1563
|
-
"
|
|
1580
|
+
"content": "@entity.response",
|
|
1564
1581
|
"type": "typography",
|
|
1565
|
-
"
|
|
1582
|
+
"variant": "body"
|
|
1566
1583
|
}
|
|
1567
1584
|
],
|
|
1568
|
-
"
|
|
1569
|
-
"
|
|
1585
|
+
"direction": "vertical",
|
|
1586
|
+
"type": "stack",
|
|
1587
|
+
"gap": "md"
|
|
1570
1588
|
}
|
|
1571
1589
|
],
|
|
1572
1590
|
"type": "card"
|
|
@@ -1575,46 +1593,28 @@
|
|
|
1575
1593
|
"type": "card",
|
|
1576
1594
|
"children": [
|
|
1577
1595
|
{
|
|
1578
|
-
"direction": "vertical",
|
|
1579
|
-
"gap": "sm",
|
|
1580
|
-
"type": "stack",
|
|
1581
1596
|
"children": [
|
|
1582
1597
|
{
|
|
1583
|
-
"
|
|
1598
|
+
"variant": "caption",
|
|
1584
1599
|
"content": "Retrieved Context",
|
|
1585
|
-
"
|
|
1600
|
+
"type": "typography"
|
|
1586
1601
|
},
|
|
1587
1602
|
{
|
|
1588
|
-
"
|
|
1603
|
+
"variant": "body",
|
|
1589
1604
|
"content": "@entity.context",
|
|
1590
|
-
"
|
|
1605
|
+
"type": "typography"
|
|
1591
1606
|
}
|
|
1592
|
-
]
|
|
1607
|
+
],
|
|
1608
|
+
"direction": "vertical",
|
|
1609
|
+
"gap": "sm",
|
|
1610
|
+
"type": "stack"
|
|
1593
1611
|
}
|
|
1594
1612
|
]
|
|
1595
1613
|
}
|
|
1596
|
-
]
|
|
1597
|
-
"direction": "vertical"
|
|
1614
|
+
]
|
|
1598
1615
|
}
|
|
1599
1616
|
],
|
|
1600
|
-
"
|
|
1601
|
-
"navItems": [
|
|
1602
|
-
{
|
|
1603
|
-
"label": "Review",
|
|
1604
|
-
"href": "/review",
|
|
1605
|
-
"icon": "file-search"
|
|
1606
|
-
},
|
|
1607
|
-
{
|
|
1608
|
-
"label": "Analysis",
|
|
1609
|
-
"href": "/analysis",
|
|
1610
|
-
"icon": "tag"
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"label": "Issues",
|
|
1614
|
-
"icon": "alert-triangle",
|
|
1615
|
-
"href": "/issues"
|
|
1616
|
-
}
|
|
1617
|
-
]
|
|
1617
|
+
"type": "dashboard-layout"
|
|
1618
1618
|
}
|
|
1619
1619
|
]
|
|
1620
1620
|
]
|
|
@@ -1640,9 +1640,9 @@
|
|
|
1640
1640
|
{
|
|
1641
1641
|
"navItems": [
|
|
1642
1642
|
{
|
|
1643
|
+
"label": "Review",
|
|
1643
1644
|
"icon": "file-search",
|
|
1644
|
-
"href": "/review"
|
|
1645
|
-
"label": "Review"
|
|
1645
|
+
"href": "/review"
|
|
1646
1646
|
},
|
|
1647
1647
|
{
|
|
1648
1648
|
"href": "/analysis",
|
|
@@ -1650,19 +1650,15 @@
|
|
|
1650
1650
|
"label": "Analysis"
|
|
1651
1651
|
},
|
|
1652
1652
|
{
|
|
1653
|
+
"icon": "alert-triangle",
|
|
1653
1654
|
"label": "Issues",
|
|
1654
|
-
"href": "/issues"
|
|
1655
|
-
"icon": "alert-triangle"
|
|
1655
|
+
"href": "/issues"
|
|
1656
1656
|
}
|
|
1657
1657
|
],
|
|
1658
1658
|
"type": "dashboard-layout",
|
|
1659
1659
|
"appName": "Code Reviewer",
|
|
1660
1660
|
"children": [
|
|
1661
1661
|
{
|
|
1662
|
-
"gap": "lg",
|
|
1663
|
-
"type": "stack",
|
|
1664
|
-
"align": "center",
|
|
1665
|
-
"direction": "vertical",
|
|
1666
1662
|
"children": [
|
|
1667
1663
|
{
|
|
1668
1664
|
"type": "icon",
|
|
@@ -1670,22 +1666,26 @@
|
|
|
1670
1666
|
},
|
|
1671
1667
|
{
|
|
1672
1668
|
"type": "typography",
|
|
1673
|
-
"
|
|
1674
|
-
"
|
|
1669
|
+
"content": "RAG Pipeline Error",
|
|
1670
|
+
"variant": "h2"
|
|
1675
1671
|
},
|
|
1676
1672
|
{
|
|
1677
|
-
"variant": "error",
|
|
1678
1673
|
"message": "@entity.error",
|
|
1674
|
+
"variant": "error",
|
|
1679
1675
|
"type": "alert"
|
|
1680
1676
|
},
|
|
1681
1677
|
{
|
|
1682
|
-
"action": "RESET",
|
|
1683
1678
|
"icon": "rotate-ccw",
|
|
1679
|
+
"action": "RESET",
|
|
1684
1680
|
"label": "Try Again",
|
|
1685
|
-
"
|
|
1686
|
-
"
|
|
1681
|
+
"variant": "primary",
|
|
1682
|
+
"type": "button"
|
|
1687
1683
|
}
|
|
1688
|
-
]
|
|
1684
|
+
],
|
|
1685
|
+
"align": "center",
|
|
1686
|
+
"gap": "lg",
|
|
1687
|
+
"direction": "vertical",
|
|
1688
|
+
"type": "stack"
|
|
1689
1689
|
}
|
|
1690
1690
|
]
|
|
1691
1691
|
}
|
|
@@ -1733,78 +1733,78 @@
|
|
|
1733
1733
|
{
|
|
1734
1734
|
"children": [
|
|
1735
1735
|
{
|
|
1736
|
-
"gap": "lg",
|
|
1737
1736
|
"children": [
|
|
1738
1737
|
{
|
|
1739
1738
|
"direction": "horizontal",
|
|
1739
|
+
"align": "center",
|
|
1740
1740
|
"gap": "sm",
|
|
1741
1741
|
"type": "stack",
|
|
1742
1742
|
"children": [
|
|
1743
1743
|
{
|
|
1744
|
-
"
|
|
1745
|
-
"
|
|
1744
|
+
"name": "brain",
|
|
1745
|
+
"type": "icon"
|
|
1746
1746
|
},
|
|
1747
1747
|
{
|
|
1748
1748
|
"type": "typography",
|
|
1749
|
-
"
|
|
1750
|
-
"
|
|
1749
|
+
"variant": "h2",
|
|
1750
|
+
"content": "RAG Pipeline"
|
|
1751
1751
|
}
|
|
1752
|
-
]
|
|
1753
|
-
"align": "center"
|
|
1752
|
+
]
|
|
1754
1753
|
},
|
|
1755
1754
|
{
|
|
1756
1755
|
"type": "divider"
|
|
1757
1756
|
},
|
|
1758
1757
|
{
|
|
1759
|
-
"type": "card",
|
|
1760
1758
|
"children": [
|
|
1761
1759
|
{
|
|
1762
1760
|
"children": [
|
|
1763
1761
|
{
|
|
1764
1762
|
"variant": "body",
|
|
1765
|
-
"
|
|
1766
|
-
"
|
|
1763
|
+
"content": "Enter a query to retrieve context and generate a response",
|
|
1764
|
+
"type": "typography"
|
|
1767
1765
|
},
|
|
1768
1766
|
{
|
|
1769
|
-
"
|
|
1767
|
+
"mode": "edit",
|
|
1768
|
+
"type": "form-section",
|
|
1770
1769
|
"fields": [
|
|
1771
1770
|
"query"
|
|
1772
1771
|
],
|
|
1773
|
-
"
|
|
1774
|
-
"entity": "@entity"
|
|
1775
|
-
"type": "form-section"
|
|
1772
|
+
"submitEvent": "GENERATE",
|
|
1773
|
+
"entity": "@entity"
|
|
1776
1774
|
}
|
|
1777
1775
|
],
|
|
1778
1776
|
"gap": "md",
|
|
1779
|
-
"
|
|
1780
|
-
"
|
|
1777
|
+
"direction": "vertical",
|
|
1778
|
+
"type": "stack"
|
|
1781
1779
|
}
|
|
1782
|
-
]
|
|
1780
|
+
],
|
|
1781
|
+
"type": "card"
|
|
1783
1782
|
}
|
|
1784
1783
|
],
|
|
1785
|
-
"
|
|
1786
|
-
"
|
|
1784
|
+
"type": "stack",
|
|
1785
|
+
"gap": "lg",
|
|
1786
|
+
"direction": "vertical"
|
|
1787
1787
|
}
|
|
1788
1788
|
],
|
|
1789
|
+
"type": "dashboard-layout",
|
|
1790
|
+
"appName": "Code Reviewer",
|
|
1789
1791
|
"navItems": [
|
|
1790
1792
|
{
|
|
1793
|
+
"href": "/review",
|
|
1791
1794
|
"label": "Review",
|
|
1792
|
-
"icon": "file-search"
|
|
1793
|
-
"href": "/review"
|
|
1795
|
+
"icon": "file-search"
|
|
1794
1796
|
},
|
|
1795
1797
|
{
|
|
1798
|
+
"icon": "tag",
|
|
1796
1799
|
"label": "Analysis",
|
|
1797
|
-
"href": "/analysis"
|
|
1798
|
-
"icon": "tag"
|
|
1800
|
+
"href": "/analysis"
|
|
1799
1801
|
},
|
|
1800
1802
|
{
|
|
1801
1803
|
"href": "/issues",
|
|
1802
1804
|
"label": "Issues",
|
|
1803
1805
|
"icon": "alert-triangle"
|
|
1804
1806
|
}
|
|
1805
|
-
]
|
|
1806
|
-
"type": "dashboard-layout",
|
|
1807
|
-
"appName": "Code Reviewer"
|
|
1807
|
+
]
|
|
1808
1808
|
}
|
|
1809
1809
|
]
|
|
1810
1810
|
]
|
|
@@ -1912,8 +1912,8 @@
|
|
|
1912
1912
|
"ReviewRag",
|
|
1913
1913
|
{
|
|
1914
1914
|
"emit": {
|
|
1915
|
-
"
|
|
1916
|
-
"
|
|
1915
|
+
"success": "ReviewRagLoaded",
|
|
1916
|
+
"failure": "ReviewRagLoadFailed"
|
|
1917
1917
|
}
|
|
1918
1918
|
}
|
|
1919
1919
|
],
|
|
@@ -1922,21 +1922,21 @@
|
|
|
1922
1922
|
"main",
|
|
1923
1923
|
{
|
|
1924
1924
|
"type": "stack",
|
|
1925
|
-
"
|
|
1926
|
-
"className": "py-12",
|
|
1925
|
+
"align": "center",
|
|
1927
1926
|
"children": [
|
|
1928
1927
|
{
|
|
1929
1928
|
"type": "spinner"
|
|
1930
1929
|
},
|
|
1931
1930
|
{
|
|
1932
|
-
"type": "typography",
|
|
1933
|
-
"color": "muted",
|
|
1934
1931
|
"variant": "caption",
|
|
1935
|
-
"content": "Loading RAG pipeline…"
|
|
1932
|
+
"content": "Loading RAG pipeline…",
|
|
1933
|
+
"type": "typography",
|
|
1934
|
+
"color": "muted"
|
|
1936
1935
|
}
|
|
1937
1936
|
],
|
|
1938
|
-
"
|
|
1939
|
-
"direction": "vertical"
|
|
1937
|
+
"gap": "md",
|
|
1938
|
+
"direction": "vertical",
|
|
1939
|
+
"className": "py-12"
|
|
1940
1940
|
}
|
|
1941
1941
|
]
|
|
1942
1942
|
]
|
|
@@ -1950,25 +1950,44 @@
|
|
|
1950
1950
|
"render-ui",
|
|
1951
1951
|
"main",
|
|
1952
1952
|
{
|
|
1953
|
+
"navItems": [
|
|
1954
|
+
{
|
|
1955
|
+
"href": "/review",
|
|
1956
|
+
"label": "Review",
|
|
1957
|
+
"icon": "file-search"
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"icon": "tag",
|
|
1961
|
+
"href": "/analysis",
|
|
1962
|
+
"label": "Analysis"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"href": "/issues",
|
|
1966
|
+
"icon": "alert-triangle",
|
|
1967
|
+
"label": "Issues"
|
|
1968
|
+
}
|
|
1969
|
+
],
|
|
1953
1970
|
"children": [
|
|
1954
1971
|
{
|
|
1972
|
+
"type": "stack",
|
|
1973
|
+
"direction": "vertical",
|
|
1955
1974
|
"children": [
|
|
1956
1975
|
{
|
|
1957
|
-
"
|
|
1976
|
+
"direction": "horizontal",
|
|
1977
|
+
"gap": "sm",
|
|
1978
|
+
"align": "center",
|
|
1958
1979
|
"children": [
|
|
1959
1980
|
{
|
|
1960
1981
|
"type": "icon",
|
|
1961
1982
|
"name": "brain"
|
|
1962
1983
|
},
|
|
1963
1984
|
{
|
|
1964
|
-
"content": "RAG Pipeline",
|
|
1965
1985
|
"variant": "h2",
|
|
1986
|
+
"content": "RAG Pipeline",
|
|
1966
1987
|
"type": "typography"
|
|
1967
1988
|
}
|
|
1968
1989
|
],
|
|
1969
|
-
"
|
|
1970
|
-
"align": "center",
|
|
1971
|
-
"gap": "sm"
|
|
1990
|
+
"type": "stack"
|
|
1972
1991
|
},
|
|
1973
1992
|
{
|
|
1974
1993
|
"type": "divider"
|
|
@@ -1976,78 +1995,59 @@
|
|
|
1976
1995
|
{
|
|
1977
1996
|
"defaultActiveTab": "query",
|
|
1978
1997
|
"tabChangeEvent": "SELECT_TAB",
|
|
1998
|
+
"type": "tabs",
|
|
1979
1999
|
"tabs": [
|
|
1980
2000
|
{
|
|
1981
|
-
"
|
|
1982
|
-
"
|
|
2001
|
+
"label": "Query",
|
|
2002
|
+
"value": "query"
|
|
1983
2003
|
},
|
|
1984
2004
|
{
|
|
1985
2005
|
"label": "Sources",
|
|
1986
2006
|
"value": "sources"
|
|
1987
2007
|
},
|
|
1988
2008
|
{
|
|
1989
|
-
"
|
|
1990
|
-
"
|
|
2009
|
+
"label": "Response",
|
|
2010
|
+
"value": "response"
|
|
1991
2011
|
}
|
|
1992
|
-
]
|
|
1993
|
-
"type": "tabs"
|
|
2012
|
+
]
|
|
1994
2013
|
},
|
|
1995
2014
|
{
|
|
1996
2015
|
"type": "divider"
|
|
1997
2016
|
},
|
|
1998
2017
|
{
|
|
1999
|
-
"
|
|
2018
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
2000
2019
|
"type": "data-grid",
|
|
2020
|
+
"fields": [],
|
|
2001
2021
|
"renderItem": [
|
|
2002
2022
|
"fn",
|
|
2003
2023
|
"item",
|
|
2004
2024
|
{
|
|
2005
|
-
"gap": "sm",
|
|
2006
|
-
"type": "stack",
|
|
2007
2025
|
"children": [
|
|
2008
2026
|
{
|
|
2009
|
-
"variant": "h4",
|
|
2010
2027
|
"content": "@item.query",
|
|
2011
|
-
"type": "typography"
|
|
2028
|
+
"type": "typography",
|
|
2029
|
+
"variant": "h4"
|
|
2012
2030
|
},
|
|
2013
2031
|
{
|
|
2014
|
-
"variant": "caption",
|
|
2015
|
-
"color": "muted",
|
|
2016
2032
|
"content": "@item.query",
|
|
2033
|
+
"color": "muted",
|
|
2034
|
+
"variant": "caption",
|
|
2017
2035
|
"type": "typography"
|
|
2018
2036
|
}
|
|
2019
2037
|
],
|
|
2020
|
-
"
|
|
2038
|
+
"type": "stack",
|
|
2039
|
+
"direction": "vertical",
|
|
2040
|
+
"gap": "sm"
|
|
2021
2041
|
}
|
|
2022
2042
|
],
|
|
2023
|
-
"
|
|
2024
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer"
|
|
2043
|
+
"entity": "@payload.data"
|
|
2025
2044
|
}
|
|
2026
2045
|
],
|
|
2027
|
-
"gap": "lg"
|
|
2028
|
-
"direction": "vertical",
|
|
2029
|
-
"type": "stack"
|
|
2030
|
-
}
|
|
2031
|
-
],
|
|
2032
|
-
"appName": "Code Reviewer",
|
|
2033
|
-
"navItems": [
|
|
2034
|
-
{
|
|
2035
|
-
"label": "Review",
|
|
2036
|
-
"href": "/review",
|
|
2037
|
-
"icon": "file-search"
|
|
2038
|
-
},
|
|
2039
|
-
{
|
|
2040
|
-
"label": "Analysis",
|
|
2041
|
-
"href": "/analysis",
|
|
2042
|
-
"icon": "tag"
|
|
2043
|
-
},
|
|
2044
|
-
{
|
|
2045
|
-
"label": "Issues",
|
|
2046
|
-
"href": "/issues",
|
|
2047
|
-
"icon": "alert-triangle"
|
|
2046
|
+
"gap": "lg"
|
|
2048
2047
|
}
|
|
2049
2048
|
],
|
|
2050
|
-
"type": "dashboard-layout"
|
|
2049
|
+
"type": "dashboard-layout",
|
|
2050
|
+
"appName": "Code Reviewer"
|
|
2051
2051
|
}
|
|
2052
2052
|
]
|
|
2053
2053
|
]
|
|
@@ -2061,36 +2061,36 @@
|
|
|
2061
2061
|
"render-ui",
|
|
2062
2062
|
"main",
|
|
2063
2063
|
{
|
|
2064
|
+
"direction": "vertical",
|
|
2064
2065
|
"children": [
|
|
2065
2066
|
{
|
|
2066
2067
|
"name": "alert-triangle",
|
|
2067
|
-
"
|
|
2068
|
-
"
|
|
2068
|
+
"type": "icon",
|
|
2069
|
+
"color": "destructive"
|
|
2069
2070
|
},
|
|
2070
2071
|
{
|
|
2071
|
-
"content": "Failed to load RAG pipeline",
|
|
2072
2072
|
"type": "typography",
|
|
2073
|
-
"variant": "h3"
|
|
2073
|
+
"variant": "h3",
|
|
2074
|
+
"content": "Failed to load RAG pipeline"
|
|
2074
2075
|
},
|
|
2075
2076
|
{
|
|
2076
|
-
"variant": "body",
|
|
2077
|
-
"color": "muted",
|
|
2078
2077
|
"content": "@payload.error",
|
|
2078
|
+
"color": "muted",
|
|
2079
|
+
"variant": "body",
|
|
2079
2080
|
"type": "typography"
|
|
2080
2081
|
},
|
|
2081
2082
|
{
|
|
2082
|
-
"type": "button",
|
|
2083
2083
|
"icon": "rotate-ccw",
|
|
2084
|
-
"
|
|
2084
|
+
"variant": "primary",
|
|
2085
2085
|
"action": "INIT",
|
|
2086
|
-
"
|
|
2086
|
+
"type": "button",
|
|
2087
|
+
"label": "Retry"
|
|
2087
2088
|
}
|
|
2088
2089
|
],
|
|
2089
2090
|
"className": "py-12",
|
|
2090
|
-
"
|
|
2091
|
+
"type": "stack",
|
|
2091
2092
|
"align": "center",
|
|
2092
|
-
"gap": "md"
|
|
2093
|
-
"type": "stack"
|
|
2093
|
+
"gap": "md"
|
|
2094
2094
|
}
|
|
2095
2095
|
]
|
|
2096
2096
|
]
|
|
@@ -2203,8 +2203,8 @@
|
|
|
2203
2203
|
"ReviewRag",
|
|
2204
2204
|
{
|
|
2205
2205
|
"emit": {
|
|
2206
|
-
"
|
|
2207
|
-
"
|
|
2206
|
+
"failure": "ReviewRagLoadFailed",
|
|
2207
|
+
"success": "ReviewRagLoaded"
|
|
2208
2208
|
}
|
|
2209
2209
|
}
|
|
2210
2210
|
],
|
|
@@ -2212,22 +2212,22 @@
|
|
|
2212
2212
|
"render-ui",
|
|
2213
2213
|
"main",
|
|
2214
2214
|
{
|
|
2215
|
-
"
|
|
2216
|
-
"className": "py-12",
|
|
2217
|
-
"gap": "md",
|
|
2218
|
-
"type": "stack",
|
|
2215
|
+
"direction": "vertical",
|
|
2219
2216
|
"children": [
|
|
2220
2217
|
{
|
|
2221
2218
|
"type": "spinner"
|
|
2222
2219
|
},
|
|
2223
2220
|
{
|
|
2224
2221
|
"type": "typography",
|
|
2225
|
-
"content": "Loading…",
|
|
2226
2222
|
"color": "muted",
|
|
2227
|
-
"variant": "caption"
|
|
2223
|
+
"variant": "caption",
|
|
2224
|
+
"content": "Loading…"
|
|
2228
2225
|
}
|
|
2229
2226
|
],
|
|
2230
|
-
"
|
|
2227
|
+
"gap": "md",
|
|
2228
|
+
"className": "py-12",
|
|
2229
|
+
"type": "stack",
|
|
2230
|
+
"align": "center"
|
|
2231
2231
|
}
|
|
2232
2232
|
]
|
|
2233
2233
|
]
|
|
@@ -2241,15 +2241,12 @@
|
|
|
2241
2241
|
"render-ui",
|
|
2242
2242
|
"main",
|
|
2243
2243
|
{
|
|
2244
|
-
"appName": "Code Reviewer",
|
|
2245
2244
|
"type": "dashboard-layout",
|
|
2246
2245
|
"children": [
|
|
2247
2246
|
{
|
|
2248
|
-
"gap": "lg",
|
|
2249
|
-
"direction": "vertical",
|
|
2250
|
-
"type": "stack",
|
|
2251
2247
|
"children": [
|
|
2252
2248
|
{
|
|
2249
|
+
"type": "stack",
|
|
2253
2250
|
"justify": "between",
|
|
2254
2251
|
"children": [
|
|
2255
2252
|
{
|
|
@@ -2264,77 +2261,80 @@
|
|
|
2264
2261
|
"variant": "h2"
|
|
2265
2262
|
}
|
|
2266
2263
|
],
|
|
2267
|
-
"direction": "horizontal",
|
|
2268
|
-
"align": "center",
|
|
2269
2264
|
"gap": "sm",
|
|
2265
|
+
"align": "center",
|
|
2266
|
+
"direction": "horizontal",
|
|
2270
2267
|
"type": "stack"
|
|
2271
2268
|
}
|
|
2272
2269
|
],
|
|
2273
2270
|
"align": "center",
|
|
2274
2271
|
"direction": "horizontal",
|
|
2275
|
-
"gap": "md"
|
|
2276
|
-
"type": "stack"
|
|
2272
|
+
"gap": "md"
|
|
2277
2273
|
},
|
|
2278
2274
|
{
|
|
2279
2275
|
"type": "divider"
|
|
2280
2276
|
},
|
|
2281
2277
|
{
|
|
2282
|
-
"type": "data-grid",
|
|
2283
|
-
"entity": "@payload.data",
|
|
2284
2278
|
"fields": [
|
|
2285
2279
|
{
|
|
2286
|
-
"label": "Content",
|
|
2287
|
-
"variant": "h4",
|
|
2288
2280
|
"name": "content",
|
|
2289
|
-
"icon": "brain"
|
|
2281
|
+
"icon": "brain",
|
|
2282
|
+
"label": "Content",
|
|
2283
|
+
"variant": "h4"
|
|
2290
2284
|
},
|
|
2291
2285
|
{
|
|
2286
|
+
"label": "Category",
|
|
2292
2287
|
"colorMap": {
|
|
2293
|
-
"done": "success",
|
|
2294
|
-
"draft": "warning",
|
|
2295
2288
|
"completed": "success",
|
|
2296
|
-
"pending": "warning",
|
|
2297
|
-
"inactive": "neutral",
|
|
2298
|
-
"disabled": "neutral",
|
|
2299
|
-
"error": "destructive",
|
|
2300
2289
|
"failed": "destructive",
|
|
2301
2290
|
"active": "success",
|
|
2291
|
+
"pending": "warning",
|
|
2292
|
+
"disabled": "neutral",
|
|
2302
2293
|
"scheduled": "warning",
|
|
2303
|
-
"
|
|
2304
|
-
"
|
|
2294
|
+
"archived": "neutral",
|
|
2295
|
+
"inactive": "neutral",
|
|
2296
|
+
"error": "destructive",
|
|
2297
|
+
"draft": "warning",
|
|
2298
|
+
"done": "success",
|
|
2299
|
+
"cancelled": "destructive"
|
|
2305
2300
|
},
|
|
2306
|
-
"name": "category",
|
|
2307
2301
|
"variant": "badge",
|
|
2308
|
-
"
|
|
2302
|
+
"name": "category"
|
|
2309
2303
|
},
|
|
2310
2304
|
{
|
|
2311
|
-
"
|
|
2305
|
+
"variant": "caption",
|
|
2312
2306
|
"label": "Strength",
|
|
2313
|
-
"
|
|
2307
|
+
"name": "strength"
|
|
2314
2308
|
}
|
|
2315
|
-
]
|
|
2309
|
+
],
|
|
2310
|
+
"type": "data-grid",
|
|
2311
|
+
"entity": "@payload.data"
|
|
2316
2312
|
}
|
|
2317
2313
|
],
|
|
2318
|
-
"
|
|
2314
|
+
"direction": "vertical",
|
|
2315
|
+
"type": "stack",
|
|
2316
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2317
|
+
"gap": "lg"
|
|
2319
2318
|
}
|
|
2320
2319
|
],
|
|
2321
2320
|
"navItems": [
|
|
2322
2321
|
{
|
|
2323
|
-
"icon": "file-search",
|
|
2324
2322
|
"label": "Review",
|
|
2325
|
-
"href": "/review"
|
|
2323
|
+
"href": "/review",
|
|
2324
|
+
"icon": "file-search"
|
|
2326
2325
|
},
|
|
2327
2326
|
{
|
|
2328
|
-
"
|
|
2327
|
+
"label": "Analysis",
|
|
2329
2328
|
"icon": "tag",
|
|
2330
|
-
"
|
|
2329
|
+
"href": "/analysis"
|
|
2331
2330
|
},
|
|
2332
2331
|
{
|
|
2332
|
+
"icon": "alert-triangle",
|
|
2333
2333
|
"label": "Issues",
|
|
2334
|
-
"href": "/issues"
|
|
2335
|
-
"icon": "alert-triangle"
|
|
2334
|
+
"href": "/issues"
|
|
2336
2335
|
}
|
|
2337
|
-
]
|
|
2336
|
+
],
|
|
2337
|
+
"appName": "Code Reviewer"
|
|
2338
2338
|
}
|
|
2339
2339
|
]
|
|
2340
2340
|
]
|
|
@@ -2348,36 +2348,36 @@
|
|
|
2348
2348
|
"render-ui",
|
|
2349
2349
|
"main",
|
|
2350
2350
|
{
|
|
2351
|
-
"gap": "md",
|
|
2352
|
-
"type": "stack",
|
|
2353
|
-
"className": "py-12",
|
|
2354
|
-
"direction": "vertical",
|
|
2355
2351
|
"align": "center",
|
|
2352
|
+
"className": "py-12",
|
|
2356
2353
|
"children": [
|
|
2357
2354
|
{
|
|
2358
|
-
"color": "destructive",
|
|
2359
2355
|
"type": "icon",
|
|
2360
|
-
"name": "alert-triangle"
|
|
2356
|
+
"name": "alert-triangle",
|
|
2357
|
+
"color": "destructive"
|
|
2361
2358
|
},
|
|
2362
2359
|
{
|
|
2363
|
-
"type": "typography",
|
|
2364
2360
|
"content": "Failed to load reviewrag",
|
|
2361
|
+
"type": "typography",
|
|
2365
2362
|
"variant": "h3"
|
|
2366
2363
|
},
|
|
2367
2364
|
{
|
|
2368
|
-
"
|
|
2365
|
+
"type": "typography",
|
|
2369
2366
|
"variant": "body",
|
|
2370
|
-
"
|
|
2371
|
-
"
|
|
2367
|
+
"color": "muted",
|
|
2368
|
+
"content": "@payload.error"
|
|
2372
2369
|
},
|
|
2373
2370
|
{
|
|
2374
|
-
"action": "INIT",
|
|
2375
|
-
"variant": "primary",
|
|
2376
2371
|
"label": "Retry",
|
|
2372
|
+
"icon": "rotate-ccw",
|
|
2377
2373
|
"type": "button",
|
|
2378
|
-
"
|
|
2374
|
+
"variant": "primary",
|
|
2375
|
+
"action": "INIT"
|
|
2379
2376
|
}
|
|
2380
|
-
]
|
|
2377
|
+
],
|
|
2378
|
+
"direction": "vertical",
|
|
2379
|
+
"gap": "md",
|
|
2380
|
+
"type": "stack"
|
|
2381
2381
|
}
|
|
2382
2382
|
]
|
|
2383
2383
|
]
|
|
@@ -2475,21 +2475,21 @@
|
|
|
2475
2475
|
"render-ui",
|
|
2476
2476
|
"main",
|
|
2477
2477
|
{
|
|
2478
|
-
"direction": "vertical",
|
|
2479
|
-
"type": "stack",
|
|
2480
|
-
"align": "center",
|
|
2481
|
-
"className": "py-12",
|
|
2482
2478
|
"children": [
|
|
2483
2479
|
{
|
|
2484
2480
|
"type": "spinner"
|
|
2485
2481
|
},
|
|
2486
2482
|
{
|
|
2483
|
+
"color": "muted",
|
|
2487
2484
|
"content": "Loading…",
|
|
2488
2485
|
"type": "typography",
|
|
2489
|
-
"color": "muted",
|
|
2490
2486
|
"variant": "caption"
|
|
2491
2487
|
}
|
|
2492
2488
|
],
|
|
2489
|
+
"className": "py-12",
|
|
2490
|
+
"align": "center",
|
|
2491
|
+
"type": "stack",
|
|
2492
|
+
"direction": "vertical",
|
|
2493
2493
|
"gap": "md"
|
|
2494
2494
|
}
|
|
2495
2495
|
]
|
|
@@ -2504,100 +2504,100 @@
|
|
|
2504
2504
|
"render-ui",
|
|
2505
2505
|
"main",
|
|
2506
2506
|
{
|
|
2507
|
-
"type": "dashboard-layout",
|
|
2508
2507
|
"appName": "Code Reviewer",
|
|
2509
|
-
"navItems": [
|
|
2510
|
-
{
|
|
2511
|
-
"icon": "file-search",
|
|
2512
|
-
"label": "Review",
|
|
2513
|
-
"href": "/review"
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"label": "Analysis",
|
|
2517
|
-
"href": "/analysis",
|
|
2518
|
-
"icon": "tag"
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"label": "Issues",
|
|
2522
|
-
"href": "/issues",
|
|
2523
|
-
"icon": "alert-triangle"
|
|
2524
|
-
}
|
|
2525
|
-
],
|
|
2526
2508
|
"children": [
|
|
2527
2509
|
{
|
|
2510
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2511
|
+
"direction": "vertical",
|
|
2512
|
+
"gap": "lg",
|
|
2528
2513
|
"children": [
|
|
2529
2514
|
{
|
|
2515
|
+
"align": "center",
|
|
2516
|
+
"type": "stack",
|
|
2517
|
+
"justify": "between",
|
|
2530
2518
|
"direction": "horizontal",
|
|
2531
2519
|
"children": [
|
|
2532
2520
|
{
|
|
2533
2521
|
"direction": "horizontal",
|
|
2522
|
+
"align": "center",
|
|
2523
|
+
"gap": "sm",
|
|
2524
|
+
"type": "stack",
|
|
2534
2525
|
"children": [
|
|
2535
2526
|
{
|
|
2536
2527
|
"type": "icon",
|
|
2537
2528
|
"name": "search"
|
|
2538
2529
|
},
|
|
2539
2530
|
{
|
|
2540
|
-
"
|
|
2531
|
+
"variant": "h2",
|
|
2541
2532
|
"type": "typography",
|
|
2542
|
-
"
|
|
2543
|
-
}
|
|
2544
|
-
]
|
|
2545
|
-
"align": "center",
|
|
2546
|
-
"type": "stack",
|
|
2547
|
-
"gap": "sm"
|
|
2533
|
+
"content": "ReviewRag"
|
|
2534
|
+
}
|
|
2535
|
+
]
|
|
2548
2536
|
}
|
|
2549
2537
|
],
|
|
2550
|
-
"
|
|
2551
|
-
"gap": "md",
|
|
2552
|
-
"type": "stack",
|
|
2553
|
-
"justify": "between"
|
|
2538
|
+
"gap": "md"
|
|
2554
2539
|
},
|
|
2555
2540
|
{
|
|
2556
2541
|
"type": "divider"
|
|
2557
2542
|
},
|
|
2558
2543
|
{
|
|
2559
|
-
"type": "data-grid",
|
|
2560
2544
|
"entity": "@payload.data",
|
|
2545
|
+
"type": "data-grid",
|
|
2561
2546
|
"fields": [
|
|
2562
2547
|
{
|
|
2563
|
-
"name": "query",
|
|
2564
2548
|
"icon": "search",
|
|
2565
2549
|
"label": "Query",
|
|
2550
|
+
"name": "query",
|
|
2566
2551
|
"variant": "h4"
|
|
2567
2552
|
},
|
|
2568
2553
|
{
|
|
2569
|
-
"variant": "badge",
|
|
2570
2554
|
"label": "Language",
|
|
2555
|
+
"variant": "badge",
|
|
2571
2556
|
"colorMap": {
|
|
2572
2557
|
"cancelled": "destructive",
|
|
2573
2558
|
"failed": "destructive",
|
|
2574
|
-
"
|
|
2559
|
+
"scheduled": "warning",
|
|
2560
|
+
"completed": "success",
|
|
2561
|
+
"draft": "warning",
|
|
2575
2562
|
"archived": "neutral",
|
|
2576
2563
|
"disabled": "neutral",
|
|
2577
|
-
"inactive": "neutral",
|
|
2578
|
-
"completed": "success",
|
|
2579
2564
|
"active": "success",
|
|
2580
|
-
"
|
|
2565
|
+
"done": "success",
|
|
2566
|
+
"error": "destructive",
|
|
2581
2567
|
"pending": "warning",
|
|
2582
|
-
"
|
|
2583
|
-
"error": "destructive"
|
|
2568
|
+
"inactive": "neutral"
|
|
2584
2569
|
},
|
|
2585
2570
|
"name": "language"
|
|
2586
2571
|
},
|
|
2587
2572
|
{
|
|
2588
2573
|
"variant": "caption",
|
|
2589
|
-
"
|
|
2590
|
-
"
|
|
2574
|
+
"label": "Result Count",
|
|
2575
|
+
"name": "resultCount"
|
|
2591
2576
|
}
|
|
2592
2577
|
]
|
|
2593
2578
|
}
|
|
2594
2579
|
],
|
|
2595
|
-
"
|
|
2596
|
-
"type": "stack",
|
|
2597
|
-
"direction": "vertical",
|
|
2598
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
2580
|
+
"type": "stack"
|
|
2599
2581
|
}
|
|
2600
|
-
]
|
|
2582
|
+
],
|
|
2583
|
+
"navItems": [
|
|
2584
|
+
{
|
|
2585
|
+
"href": "/review",
|
|
2586
|
+
"icon": "file-search",
|
|
2587
|
+
"label": "Review"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"icon": "tag",
|
|
2591
|
+
"label": "Analysis",
|
|
2592
|
+
"href": "/analysis"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"href": "/issues",
|
|
2596
|
+
"icon": "alert-triangle",
|
|
2597
|
+
"label": "Issues"
|
|
2598
|
+
}
|
|
2599
|
+
],
|
|
2600
|
+
"type": "dashboard-layout"
|
|
2601
2601
|
}
|
|
2602
2602
|
]
|
|
2603
2603
|
]
|
|
@@ -2613,34 +2613,34 @@
|
|
|
2613
2613
|
{
|
|
2614
2614
|
"type": "stack",
|
|
2615
2615
|
"className": "py-12",
|
|
2616
|
-
"gap": "md",
|
|
2617
2616
|
"children": [
|
|
2618
2617
|
{
|
|
2619
|
-
"
|
|
2618
|
+
"name": "alert-triangle",
|
|
2620
2619
|
"type": "icon",
|
|
2621
|
-
"
|
|
2620
|
+
"color": "destructive"
|
|
2622
2621
|
},
|
|
2623
2622
|
{
|
|
2624
|
-
"content": "Failed to load reviewrag",
|
|
2625
2623
|
"type": "typography",
|
|
2626
|
-
"variant": "h3"
|
|
2624
|
+
"variant": "h3",
|
|
2625
|
+
"content": "Failed to load reviewrag"
|
|
2627
2626
|
},
|
|
2628
2627
|
{
|
|
2629
|
-
"content": "@payload.error",
|
|
2630
2628
|
"type": "typography",
|
|
2631
2629
|
"variant": "body",
|
|
2630
|
+
"content": "@payload.error",
|
|
2632
2631
|
"color": "muted"
|
|
2633
2632
|
},
|
|
2634
2633
|
{
|
|
2634
|
+
"variant": "primary",
|
|
2635
|
+
"action": "INIT",
|
|
2635
2636
|
"icon": "rotate-ccw",
|
|
2636
|
-
"label": "Retry",
|
|
2637
2637
|
"type": "button",
|
|
2638
|
-
"
|
|
2639
|
-
"action": "INIT"
|
|
2638
|
+
"label": "Retry"
|
|
2640
2639
|
}
|
|
2641
2640
|
],
|
|
2642
|
-
"
|
|
2643
|
-
"
|
|
2641
|
+
"align": "center",
|
|
2642
|
+
"gap": "md",
|
|
2643
|
+
"direction": "vertical"
|
|
2644
2644
|
}
|
|
2645
2645
|
]
|
|
2646
2646
|
]
|
|
@@ -2823,8 +2823,8 @@
|
|
|
2823
2823
|
"ReviewRag",
|
|
2824
2824
|
{
|
|
2825
2825
|
"emit": {
|
|
2826
|
-
"
|
|
2827
|
-
"
|
|
2826
|
+
"success": "ReviewRagLoaded",
|
|
2827
|
+
"failure": "ReviewRagLoadFailed"
|
|
2828
2828
|
}
|
|
2829
2829
|
}
|
|
2830
2830
|
],
|
|
@@ -2832,72 +2832,72 @@
|
|
|
2832
2832
|
"render-ui",
|
|
2833
2833
|
"main",
|
|
2834
2834
|
{
|
|
2835
|
-
"type": "dashboard-layout",
|
|
2836
2835
|
"appName": "Code Reviewer",
|
|
2836
|
+
"navItems": [
|
|
2837
|
+
{
|
|
2838
|
+
"label": "Review",
|
|
2839
|
+
"icon": "file-search",
|
|
2840
|
+
"href": "/review"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"icon": "tag",
|
|
2844
|
+
"href": "/analysis",
|
|
2845
|
+
"label": "Analysis"
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"label": "Issues",
|
|
2849
|
+
"icon": "alert-triangle",
|
|
2850
|
+
"href": "/issues"
|
|
2851
|
+
}
|
|
2852
|
+
],
|
|
2853
|
+
"type": "dashboard-layout",
|
|
2837
2854
|
"children": [
|
|
2838
2855
|
{
|
|
2839
|
-
"type": "stack",
|
|
2840
2856
|
"direction": "vertical",
|
|
2857
|
+
"gap": "lg",
|
|
2841
2858
|
"children": [
|
|
2842
2859
|
{
|
|
2843
2860
|
"gap": "md",
|
|
2861
|
+
"direction": "horizontal",
|
|
2844
2862
|
"type": "stack",
|
|
2845
2863
|
"children": [
|
|
2846
2864
|
{
|
|
2847
2865
|
"direction": "horizontal",
|
|
2866
|
+
"gap": "md",
|
|
2867
|
+
"type": "stack",
|
|
2848
2868
|
"children": [
|
|
2849
2869
|
{
|
|
2850
|
-
"
|
|
2851
|
-
"
|
|
2870
|
+
"name": "sparkles",
|
|
2871
|
+
"type": "icon"
|
|
2852
2872
|
},
|
|
2853
2873
|
{
|
|
2854
|
-
"
|
|
2874
|
+
"content": "ReviewRag",
|
|
2855
2875
|
"type": "typography",
|
|
2856
|
-
"
|
|
2876
|
+
"variant": "h2"
|
|
2857
2877
|
}
|
|
2858
|
-
]
|
|
2859
|
-
"type": "stack",
|
|
2860
|
-
"gap": "md"
|
|
2878
|
+
]
|
|
2861
2879
|
},
|
|
2862
2880
|
{
|
|
2863
|
-
"type": "button",
|
|
2864
|
-
"variant": "primary",
|
|
2865
2881
|
"icon": "sparkles",
|
|
2866
2882
|
"action": "GENERATE",
|
|
2883
|
+
"type": "button",
|
|
2884
|
+
"variant": "primary",
|
|
2867
2885
|
"label": "Open"
|
|
2868
2886
|
}
|
|
2869
2887
|
],
|
|
2870
|
-
"direction": "horizontal",
|
|
2871
2888
|
"justify": "between"
|
|
2872
2889
|
},
|
|
2873
2890
|
{
|
|
2874
2891
|
"type": "divider"
|
|
2875
2892
|
},
|
|
2876
2893
|
{
|
|
2877
|
-
"
|
|
2894
|
+
"icon": "sparkles",
|
|
2878
2895
|
"description": "Click Open to view details in a modal overlay.",
|
|
2879
|
-
"
|
|
2880
|
-
"
|
|
2896
|
+
"type": "empty-state",
|
|
2897
|
+
"title": "Nothing open"
|
|
2881
2898
|
}
|
|
2882
2899
|
],
|
|
2883
|
-
"
|
|
2884
|
-
}
|
|
2885
|
-
],
|
|
2886
|
-
"navItems": [
|
|
2887
|
-
{
|
|
2888
|
-
"label": "Review",
|
|
2889
|
-
"href": "/review",
|
|
2890
|
-
"icon": "file-search"
|
|
2891
|
-
},
|
|
2892
|
-
{
|
|
2893
|
-
"href": "/analysis",
|
|
2894
|
-
"label": "Analysis",
|
|
2895
|
-
"icon": "tag"
|
|
2896
|
-
},
|
|
2897
|
-
{
|
|
2898
|
-
"icon": "alert-triangle",
|
|
2899
|
-
"label": "Issues",
|
|
2900
|
-
"href": "/issues"
|
|
2900
|
+
"type": "stack"
|
|
2901
2901
|
}
|
|
2902
2902
|
]
|
|
2903
2903
|
}
|
|
@@ -2913,23 +2913,23 @@
|
|
|
2913
2913
|
"render-ui",
|
|
2914
2914
|
"modal",
|
|
2915
2915
|
{
|
|
2916
|
-
"
|
|
2916
|
+
"gap": "md",
|
|
2917
2917
|
"children": [
|
|
2918
2918
|
{
|
|
2919
|
+
"type": "stack",
|
|
2920
|
+
"gap": "sm",
|
|
2919
2921
|
"children": [
|
|
2920
2922
|
{
|
|
2921
2923
|
"name": "sparkles",
|
|
2922
2924
|
"type": "icon"
|
|
2923
2925
|
},
|
|
2924
2926
|
{
|
|
2927
|
+
"variant": "h3",
|
|
2925
2928
|
"type": "typography",
|
|
2926
|
-
"content": "ReviewRag"
|
|
2927
|
-
"variant": "h3"
|
|
2929
|
+
"content": "ReviewRag"
|
|
2928
2930
|
}
|
|
2929
2931
|
],
|
|
2930
|
-
"
|
|
2931
|
-
"direction": "horizontal",
|
|
2932
|
-
"gap": "sm"
|
|
2932
|
+
"direction": "horizontal"
|
|
2933
2933
|
},
|
|
2934
2934
|
{
|
|
2935
2935
|
"type": "divider"
|
|
@@ -2938,29 +2938,29 @@
|
|
|
2938
2938
|
"type": "stack",
|
|
2939
2939
|
"children": [
|
|
2940
2940
|
{
|
|
2941
|
-
"
|
|
2942
|
-
"
|
|
2941
|
+
"type": "badge",
|
|
2942
|
+
"label": "@entity.provider"
|
|
2943
2943
|
},
|
|
2944
2944
|
{
|
|
2945
2945
|
"type": "badge",
|
|
2946
2946
|
"label": "@entity.model"
|
|
2947
2947
|
}
|
|
2948
2948
|
],
|
|
2949
|
-
"
|
|
2950
|
-
"
|
|
2949
|
+
"gap": "sm",
|
|
2950
|
+
"direction": "horizontal"
|
|
2951
2951
|
},
|
|
2952
2952
|
{
|
|
2953
|
+
"submitEvent": "SAVE",
|
|
2954
|
+
"cancelEvent": "CLOSE",
|
|
2955
|
+
"type": "form-section",
|
|
2953
2956
|
"fields": [
|
|
2954
2957
|
"prompt"
|
|
2955
2958
|
],
|
|
2956
|
-
"mode": "create"
|
|
2957
|
-
"type": "form-section",
|
|
2958
|
-
"submitEvent": "SAVE",
|
|
2959
|
-
"cancelEvent": "CLOSE"
|
|
2959
|
+
"mode": "create"
|
|
2960
2960
|
}
|
|
2961
2961
|
],
|
|
2962
|
-
"
|
|
2963
|
-
"
|
|
2962
|
+
"type": "stack",
|
|
2963
|
+
"direction": "vertical"
|
|
2964
2964
|
}
|
|
2965
2965
|
]
|
|
2966
2966
|
]
|
|
@@ -2985,8 +2985,8 @@
|
|
|
2985
2985
|
"ReviewRag",
|
|
2986
2986
|
{
|
|
2987
2987
|
"emit": {
|
|
2988
|
-
"
|
|
2989
|
-
"
|
|
2988
|
+
"failure": "ReviewRagLoadFailed",
|
|
2989
|
+
"success": "ReviewRagLoaded"
|
|
2990
2990
|
}
|
|
2991
2991
|
}
|
|
2992
2992
|
],
|
|
@@ -2994,36 +2994,36 @@
|
|
|
2994
2994
|
"render-ui",
|
|
2995
2995
|
"main",
|
|
2996
2996
|
{
|
|
2997
|
-
"appName": "Code Reviewer",
|
|
2998
2997
|
"type": "dashboard-layout",
|
|
2998
|
+
"appName": "Code Reviewer",
|
|
2999
2999
|
"navItems": [
|
|
3000
3000
|
{
|
|
3001
3001
|
"label": "Review",
|
|
3002
|
-
"
|
|
3003
|
-
"
|
|
3002
|
+
"href": "/review",
|
|
3003
|
+
"icon": "file-search"
|
|
3004
3004
|
},
|
|
3005
3005
|
{
|
|
3006
|
+
"icon": "tag",
|
|
3006
3007
|
"label": "Analysis",
|
|
3007
|
-
"href": "/analysis"
|
|
3008
|
-
"icon": "tag"
|
|
3008
|
+
"href": "/analysis"
|
|
3009
3009
|
},
|
|
3010
3010
|
{
|
|
3011
3011
|
"icon": "alert-triangle",
|
|
3012
|
-
"
|
|
3013
|
-
"
|
|
3012
|
+
"href": "/issues",
|
|
3013
|
+
"label": "Issues"
|
|
3014
3014
|
}
|
|
3015
3015
|
],
|
|
3016
3016
|
"children": [
|
|
3017
3017
|
{
|
|
3018
|
-
"
|
|
3018
|
+
"direction": "vertical",
|
|
3019
3019
|
"children": [
|
|
3020
3020
|
{
|
|
3021
|
-
"
|
|
3021
|
+
"type": "stack",
|
|
3022
3022
|
"gap": "md",
|
|
3023
|
-
"
|
|
3023
|
+
"justify": "between",
|
|
3024
3024
|
"children": [
|
|
3025
3025
|
{
|
|
3026
|
-
"
|
|
3026
|
+
"gap": "md",
|
|
3027
3027
|
"type": "stack",
|
|
3028
3028
|
"children": [
|
|
3029
3029
|
{
|
|
@@ -3031,35 +3031,35 @@
|
|
|
3031
3031
|
"name": "sparkles"
|
|
3032
3032
|
},
|
|
3033
3033
|
{
|
|
3034
|
-
"content": "ReviewRag",
|
|
3035
3034
|
"variant": "h2",
|
|
3036
|
-
"type": "typography"
|
|
3035
|
+
"type": "typography",
|
|
3036
|
+
"content": "ReviewRag"
|
|
3037
3037
|
}
|
|
3038
3038
|
],
|
|
3039
|
-
"
|
|
3039
|
+
"direction": "horizontal"
|
|
3040
3040
|
},
|
|
3041
3041
|
{
|
|
3042
|
-
"label": "Open",
|
|
3043
|
-
"icon": "sparkles",
|
|
3044
|
-
"variant": "primary",
|
|
3045
3042
|
"type": "button",
|
|
3043
|
+
"variant": "primary",
|
|
3044
|
+
"icon": "sparkles",
|
|
3045
|
+
"label": "Open",
|
|
3046
3046
|
"action": "GENERATE"
|
|
3047
3047
|
}
|
|
3048
3048
|
],
|
|
3049
|
-
"
|
|
3049
|
+
"direction": "horizontal"
|
|
3050
3050
|
},
|
|
3051
3051
|
{
|
|
3052
3052
|
"type": "divider"
|
|
3053
3053
|
},
|
|
3054
3054
|
{
|
|
3055
|
-
"icon": "sparkles",
|
|
3056
3055
|
"description": "Click Open to view details in a modal overlay.",
|
|
3057
|
-
"
|
|
3058
|
-
"title": "Nothing open"
|
|
3056
|
+
"icon": "sparkles",
|
|
3057
|
+
"title": "Nothing open",
|
|
3058
|
+
"type": "empty-state"
|
|
3059
3059
|
}
|
|
3060
3060
|
],
|
|
3061
3061
|
"type": "stack",
|
|
3062
|
-
"
|
|
3062
|
+
"gap": "lg"
|
|
3063
3063
|
}
|
|
3064
3064
|
]
|
|
3065
3065
|
}
|
|
@@ -3097,8 +3097,8 @@
|
|
|
3097
3097
|
"ReviewRag",
|
|
3098
3098
|
{
|
|
3099
3099
|
"emit": {
|
|
3100
|
-
"
|
|
3101
|
-
"
|
|
3100
|
+
"failure": "ReviewRagLoadFailed",
|
|
3101
|
+
"success": "ReviewRagLoaded"
|
|
3102
3102
|
}
|
|
3103
3103
|
}
|
|
3104
3104
|
],
|
|
@@ -3106,32 +3106,11 @@
|
|
|
3106
3106
|
"render-ui",
|
|
3107
3107
|
"main",
|
|
3108
3108
|
{
|
|
3109
|
-
"appName": "Code Reviewer",
|
|
3110
|
-
"navItems": [
|
|
3111
|
-
{
|
|
3112
|
-
"label": "Review",
|
|
3113
|
-
"href": "/review",
|
|
3114
|
-
"icon": "file-search"
|
|
3115
|
-
},
|
|
3116
|
-
{
|
|
3117
|
-
"href": "/analysis",
|
|
3118
|
-
"label": "Analysis",
|
|
3119
|
-
"icon": "tag"
|
|
3120
|
-
},
|
|
3121
|
-
{
|
|
3122
|
-
"label": "Issues",
|
|
3123
|
-
"href": "/issues",
|
|
3124
|
-
"icon": "alert-triangle"
|
|
3125
|
-
}
|
|
3126
|
-
],
|
|
3127
|
-
"type": "dashboard-layout",
|
|
3128
3109
|
"children": [
|
|
3129
3110
|
{
|
|
3130
|
-
"
|
|
3111
|
+
"type": "stack",
|
|
3131
3112
|
"children": [
|
|
3132
3113
|
{
|
|
3133
|
-
"type": "stack",
|
|
3134
|
-
"justify": "between",
|
|
3135
3114
|
"direction": "horizontal",
|
|
3136
3115
|
"children": [
|
|
3137
3116
|
{
|
|
@@ -3141,37 +3120,58 @@
|
|
|
3141
3120
|
"name": "sparkles"
|
|
3142
3121
|
},
|
|
3143
3122
|
{
|
|
3144
|
-
"type": "typography",
|
|
3145
3123
|
"content": "ReviewRag",
|
|
3124
|
+
"type": "typography",
|
|
3146
3125
|
"variant": "h2"
|
|
3147
3126
|
}
|
|
3148
3127
|
],
|
|
3149
|
-
"type": "stack",
|
|
3150
3128
|
"gap": "md",
|
|
3129
|
+
"type": "stack",
|
|
3151
3130
|
"direction": "horizontal"
|
|
3152
3131
|
},
|
|
3153
3132
|
{
|
|
3154
|
-
"variant": "primary",
|
|
3155
|
-
"type": "button",
|
|
3156
3133
|
"label": "Open",
|
|
3134
|
+
"action": "GENERATE",
|
|
3157
3135
|
"icon": "sparkles",
|
|
3158
|
-
"
|
|
3136
|
+
"type": "button",
|
|
3137
|
+
"variant": "primary"
|
|
3159
3138
|
}
|
|
3160
3139
|
],
|
|
3140
|
+
"justify": "between",
|
|
3141
|
+
"type": "stack",
|
|
3161
3142
|
"gap": "md"
|
|
3162
3143
|
},
|
|
3163
3144
|
{
|
|
3164
3145
|
"type": "divider"
|
|
3165
3146
|
},
|
|
3166
3147
|
{
|
|
3148
|
+
"title": "Nothing open",
|
|
3167
3149
|
"description": "Click Open to view details in a modal overlay.",
|
|
3168
|
-
"icon": "sparkles",
|
|
3169
3150
|
"type": "empty-state",
|
|
3170
|
-
"
|
|
3151
|
+
"icon": "sparkles"
|
|
3171
3152
|
}
|
|
3172
3153
|
],
|
|
3173
|
-
"
|
|
3174
|
-
"
|
|
3154
|
+
"direction": "vertical",
|
|
3155
|
+
"gap": "lg"
|
|
3156
|
+
}
|
|
3157
|
+
],
|
|
3158
|
+
"appName": "Code Reviewer",
|
|
3159
|
+
"type": "dashboard-layout",
|
|
3160
|
+
"navItems": [
|
|
3161
|
+
{
|
|
3162
|
+
"label": "Review",
|
|
3163
|
+
"href": "/review",
|
|
3164
|
+
"icon": "file-search"
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"href": "/analysis",
|
|
3168
|
+
"label": "Analysis",
|
|
3169
|
+
"icon": "tag"
|
|
3170
|
+
},
|
|
3171
|
+
{
|
|
3172
|
+
"icon": "alert-triangle",
|
|
3173
|
+
"label": "Issues",
|
|
3174
|
+
"href": "/issues"
|
|
3175
3175
|
}
|
|
3176
3176
|
]
|
|
3177
3177
|
}
|
|
@@ -3364,7 +3364,13 @@
|
|
|
3364
3364
|
},
|
|
3365
3365
|
{
|
|
3366
3366
|
"key": "CLASSIFIED",
|
|
3367
|
-
"name": "Classified"
|
|
3367
|
+
"name": "Classified",
|
|
3368
|
+
"payloadSchema": [
|
|
3369
|
+
{
|
|
3370
|
+
"name": "category",
|
|
3371
|
+
"type": "string"
|
|
3372
|
+
}
|
|
3373
|
+
]
|
|
3368
3374
|
},
|
|
3369
3375
|
{
|
|
3370
3376
|
"key": "AnalysisLoadFailed",
|
|
@@ -3435,10 +3441,12 @@
|
|
|
3435
3441
|
"render-ui",
|
|
3436
3442
|
"main",
|
|
3437
3443
|
{
|
|
3444
|
+
"appName": "Code Reviewer",
|
|
3445
|
+
"type": "dashboard-layout",
|
|
3438
3446
|
"navItems": [
|
|
3439
3447
|
{
|
|
3440
|
-
"label": "Review",
|
|
3441
3448
|
"href": "/review",
|
|
3449
|
+
"label": "Review",
|
|
3442
3450
|
"icon": "file-search"
|
|
3443
3451
|
},
|
|
3444
3452
|
{
|
|
@@ -3447,59 +3455,57 @@
|
|
|
3447
3455
|
"icon": "tag"
|
|
3448
3456
|
},
|
|
3449
3457
|
{
|
|
3450
|
-
"icon": "alert-triangle",
|
|
3451
3458
|
"href": "/issues",
|
|
3459
|
+
"icon": "alert-triangle",
|
|
3452
3460
|
"label": "Issues"
|
|
3453
3461
|
}
|
|
3454
3462
|
],
|
|
3455
|
-
"appName": "Code Reviewer",
|
|
3456
|
-
"type": "dashboard-layout",
|
|
3457
3463
|
"children": [
|
|
3458
3464
|
{
|
|
3459
|
-
"type": "stack",
|
|
3460
|
-
"direction": "vertical",
|
|
3461
3465
|
"children": [
|
|
3462
3466
|
{
|
|
3463
|
-
"
|
|
3467
|
+
"direction": "horizontal",
|
|
3464
3468
|
"children": [
|
|
3465
3469
|
{
|
|
3466
|
-
"type": "stack",
|
|
3467
3470
|
"children": [
|
|
3468
3471
|
{
|
|
3469
|
-
"
|
|
3470
|
-
"
|
|
3472
|
+
"type": "icon",
|
|
3473
|
+
"name": "tag"
|
|
3471
3474
|
},
|
|
3472
3475
|
{
|
|
3473
|
-
"content": "Analysis",
|
|
3474
3476
|
"variant": "h2",
|
|
3475
|
-
"type": "typography"
|
|
3477
|
+
"type": "typography",
|
|
3478
|
+
"content": "Analysis"
|
|
3476
3479
|
}
|
|
3477
3480
|
],
|
|
3481
|
+
"direction": "horizontal",
|
|
3478
3482
|
"gap": "md",
|
|
3479
|
-
"
|
|
3483
|
+
"type": "stack"
|
|
3480
3484
|
},
|
|
3481
3485
|
{
|
|
3482
|
-
"icon": "tag",
|
|
3483
|
-
"label": "Open",
|
|
3484
3486
|
"action": "CLASSIFY",
|
|
3487
|
+
"variant": "primary",
|
|
3488
|
+
"icon": "tag",
|
|
3485
3489
|
"type": "button",
|
|
3486
|
-
"
|
|
3490
|
+
"label": "Open"
|
|
3487
3491
|
}
|
|
3488
3492
|
],
|
|
3489
|
-
"
|
|
3490
|
-
"
|
|
3491
|
-
"
|
|
3493
|
+
"justify": "between",
|
|
3494
|
+
"gap": "md",
|
|
3495
|
+
"type": "stack"
|
|
3492
3496
|
},
|
|
3493
3497
|
{
|
|
3494
3498
|
"type": "divider"
|
|
3495
3499
|
},
|
|
3496
3500
|
{
|
|
3497
|
-
"title": "Nothing open",
|
|
3498
|
-
"type": "empty-state",
|
|
3499
3501
|
"description": "Click Open to view details in a modal overlay.",
|
|
3500
|
-
"
|
|
3502
|
+
"type": "empty-state",
|
|
3503
|
+
"icon": "tag",
|
|
3504
|
+
"title": "Nothing open"
|
|
3501
3505
|
}
|
|
3502
3506
|
],
|
|
3507
|
+
"type": "stack",
|
|
3508
|
+
"direction": "vertical",
|
|
3503
3509
|
"gap": "lg"
|
|
3504
3510
|
}
|
|
3505
3511
|
]
|
|
@@ -3516,21 +3522,24 @@
|
|
|
3516
3522
|
"render-ui",
|
|
3517
3523
|
"modal",
|
|
3518
3524
|
{
|
|
3525
|
+
"type": "stack",
|
|
3526
|
+
"direction": "vertical",
|
|
3527
|
+
"gap": "md",
|
|
3519
3528
|
"children": [
|
|
3520
3529
|
{
|
|
3530
|
+
"direction": "horizontal",
|
|
3521
3531
|
"gap": "sm",
|
|
3522
3532
|
"children": [
|
|
3523
3533
|
{
|
|
3524
|
-
"
|
|
3525
|
-
"
|
|
3534
|
+
"name": "tag",
|
|
3535
|
+
"type": "icon"
|
|
3526
3536
|
},
|
|
3527
3537
|
{
|
|
3528
|
-
"type": "typography",
|
|
3529
3538
|
"variant": "h3",
|
|
3539
|
+
"type": "typography",
|
|
3530
3540
|
"content": "Analysis"
|
|
3531
3541
|
}
|
|
3532
3542
|
],
|
|
3533
|
-
"direction": "horizontal",
|
|
3534
3543
|
"type": "stack"
|
|
3535
3544
|
},
|
|
3536
3545
|
{
|
|
@@ -3539,19 +3548,19 @@
|
|
|
3539
3548
|
{
|
|
3540
3549
|
"children": [
|
|
3541
3550
|
{
|
|
3551
|
+
"variant": "caption",
|
|
3542
3552
|
"content": "Categories:",
|
|
3543
|
-
"type": "typography"
|
|
3544
|
-
"variant": "caption"
|
|
3553
|
+
"type": "typography"
|
|
3545
3554
|
},
|
|
3546
3555
|
{
|
|
3556
|
+
"variant": "secondary",
|
|
3547
3557
|
"type": "badge",
|
|
3548
|
-
"label": "schema"
|
|
3549
|
-
"variant": "secondary"
|
|
3558
|
+
"label": "schema"
|
|
3550
3559
|
},
|
|
3551
3560
|
{
|
|
3552
|
-
"variant": "secondary",
|
|
3553
3561
|
"label": "component",
|
|
3554
|
-
"type": "badge"
|
|
3562
|
+
"type": "badge",
|
|
3563
|
+
"variant": "secondary"
|
|
3555
3564
|
},
|
|
3556
3565
|
{
|
|
3557
3566
|
"label": "trait",
|
|
@@ -3559,13 +3568,13 @@
|
|
|
3559
3568
|
"variant": "secondary"
|
|
3560
3569
|
},
|
|
3561
3570
|
{
|
|
3571
|
+
"label": "page",
|
|
3562
3572
|
"variant": "secondary",
|
|
3563
|
-
"type": "badge"
|
|
3564
|
-
"label": "page"
|
|
3573
|
+
"type": "badge"
|
|
3565
3574
|
},
|
|
3566
3575
|
{
|
|
3567
|
-
"label": "behavior",
|
|
3568
3576
|
"variant": "secondary",
|
|
3577
|
+
"label": "behavior",
|
|
3569
3578
|
"type": "badge"
|
|
3570
3579
|
},
|
|
3571
3580
|
{
|
|
@@ -3579,18 +3588,15 @@
|
|
|
3579
3588
|
"gap": "sm"
|
|
3580
3589
|
},
|
|
3581
3590
|
{
|
|
3582
|
-
"
|
|
3591
|
+
"submitEvent": "SAVE",
|
|
3592
|
+
"type": "form-section",
|
|
3593
|
+
"cancelEvent": "CLOSE",
|
|
3583
3594
|
"fields": [
|
|
3584
3595
|
"input"
|
|
3585
3596
|
],
|
|
3586
|
-
"
|
|
3587
|
-
"type": "form-section",
|
|
3588
|
-
"cancelEvent": "CLOSE"
|
|
3597
|
+
"mode": "create"
|
|
3589
3598
|
}
|
|
3590
|
-
]
|
|
3591
|
-
"direction": "vertical",
|
|
3592
|
-
"type": "stack",
|
|
3593
|
-
"gap": "md"
|
|
3599
|
+
]
|
|
3594
3600
|
}
|
|
3595
3601
|
]
|
|
3596
3602
|
]
|
|
@@ -3624,19 +3630,36 @@
|
|
|
3624
3630
|
"render-ui",
|
|
3625
3631
|
"main",
|
|
3626
3632
|
{
|
|
3633
|
+
"navItems": [
|
|
3634
|
+
{
|
|
3635
|
+
"href": "/review",
|
|
3636
|
+
"icon": "file-search",
|
|
3637
|
+
"label": "Review"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"label": "Analysis",
|
|
3641
|
+
"href": "/analysis",
|
|
3642
|
+
"icon": "tag"
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
"label": "Issues",
|
|
3646
|
+
"icon": "alert-triangle",
|
|
3647
|
+
"href": "/issues"
|
|
3648
|
+
}
|
|
3649
|
+
],
|
|
3650
|
+
"type": "dashboard-layout",
|
|
3627
3651
|
"children": [
|
|
3628
3652
|
{
|
|
3629
3653
|
"direction": "vertical",
|
|
3630
3654
|
"type": "stack",
|
|
3631
|
-
"gap": "lg",
|
|
3632
3655
|
"children": [
|
|
3633
3656
|
{
|
|
3634
3657
|
"type": "stack",
|
|
3635
|
-
"gap": "md",
|
|
3636
|
-
"direction": "horizontal",
|
|
3637
|
-
"justify": "between",
|
|
3638
3658
|
"children": [
|
|
3639
3659
|
{
|
|
3660
|
+
"gap": "md",
|
|
3661
|
+
"direction": "horizontal",
|
|
3662
|
+
"type": "stack",
|
|
3640
3663
|
"children": [
|
|
3641
3664
|
{
|
|
3642
3665
|
"name": "tag",
|
|
@@ -3644,51 +3667,34 @@
|
|
|
3644
3667
|
},
|
|
3645
3668
|
{
|
|
3646
3669
|
"content": "Analysis",
|
|
3647
|
-
"
|
|
3648
|
-
"
|
|
3670
|
+
"variant": "h2",
|
|
3671
|
+
"type": "typography"
|
|
3649
3672
|
}
|
|
3650
|
-
]
|
|
3651
|
-
"type": "stack",
|
|
3652
|
-
"gap": "md",
|
|
3653
|
-
"direction": "horizontal"
|
|
3673
|
+
]
|
|
3654
3674
|
},
|
|
3655
3675
|
{
|
|
3656
3676
|
"icon": "tag",
|
|
3657
|
-
"variant": "primary",
|
|
3658
3677
|
"type": "button",
|
|
3659
3678
|
"label": "Open",
|
|
3679
|
+
"variant": "primary",
|
|
3660
3680
|
"action": "CLASSIFY"
|
|
3661
3681
|
}
|
|
3662
|
-
]
|
|
3682
|
+
],
|
|
3683
|
+
"direction": "horizontal",
|
|
3684
|
+
"justify": "between",
|
|
3685
|
+
"gap": "md"
|
|
3663
3686
|
},
|
|
3664
3687
|
{
|
|
3665
3688
|
"type": "divider"
|
|
3666
3689
|
},
|
|
3667
3690
|
{
|
|
3668
3691
|
"type": "empty-state",
|
|
3669
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
3670
3692
|
"title": "Nothing open",
|
|
3671
|
-
"icon": "tag"
|
|
3693
|
+
"icon": "tag",
|
|
3694
|
+
"description": "Click Open to view details in a modal overlay."
|
|
3672
3695
|
}
|
|
3673
|
-
]
|
|
3674
|
-
|
|
3675
|
-
],
|
|
3676
|
-
"type": "dashboard-layout",
|
|
3677
|
-
"navItems": [
|
|
3678
|
-
{
|
|
3679
|
-
"href": "/review",
|
|
3680
|
-
"icon": "file-search",
|
|
3681
|
-
"label": "Review"
|
|
3682
|
-
},
|
|
3683
|
-
{
|
|
3684
|
-
"href": "/analysis",
|
|
3685
|
-
"label": "Analysis",
|
|
3686
|
-
"icon": "tag"
|
|
3687
|
-
},
|
|
3688
|
-
{
|
|
3689
|
-
"label": "Issues",
|
|
3690
|
-
"href": "/issues",
|
|
3691
|
-
"icon": "alert-triangle"
|
|
3696
|
+
],
|
|
3697
|
+
"gap": "lg"
|
|
3692
3698
|
}
|
|
3693
3699
|
],
|
|
3694
3700
|
"appName": "Code Reviewer"
|
|
@@ -3736,74 +3742,74 @@
|
|
|
3736
3742
|
"render-ui",
|
|
3737
3743
|
"main",
|
|
3738
3744
|
{
|
|
3745
|
+
"navItems": [
|
|
3746
|
+
{
|
|
3747
|
+
"href": "/review",
|
|
3748
|
+
"icon": "file-search",
|
|
3749
|
+
"label": "Review"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"icon": "tag",
|
|
3753
|
+
"href": "/analysis",
|
|
3754
|
+
"label": "Analysis"
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"href": "/issues",
|
|
3758
|
+
"icon": "alert-triangle",
|
|
3759
|
+
"label": "Issues"
|
|
3760
|
+
}
|
|
3761
|
+
],
|
|
3739
3762
|
"children": [
|
|
3740
3763
|
{
|
|
3764
|
+
"direction": "vertical",
|
|
3741
3765
|
"type": "stack",
|
|
3742
|
-
"gap": "lg",
|
|
3743
3766
|
"children": [
|
|
3744
3767
|
{
|
|
3768
|
+
"type": "stack",
|
|
3745
3769
|
"children": [
|
|
3746
3770
|
{
|
|
3771
|
+
"direction": "horizontal",
|
|
3747
3772
|
"children": [
|
|
3748
3773
|
{
|
|
3749
|
-
"
|
|
3750
|
-
"
|
|
3774
|
+
"name": "tag",
|
|
3775
|
+
"type": "icon"
|
|
3751
3776
|
},
|
|
3752
3777
|
{
|
|
3753
|
-
"
|
|
3778
|
+
"content": "Analysis",
|
|
3754
3779
|
"type": "typography",
|
|
3755
|
-
"
|
|
3780
|
+
"variant": "h2"
|
|
3756
3781
|
}
|
|
3757
3782
|
],
|
|
3758
|
-
"
|
|
3759
|
-
"
|
|
3760
|
-
"gap": "md"
|
|
3783
|
+
"gap": "md",
|
|
3784
|
+
"type": "stack"
|
|
3761
3785
|
},
|
|
3762
3786
|
{
|
|
3763
|
-
"
|
|
3764
|
-
"type": "button",
|
|
3765
|
-
"label": "Open",
|
|
3787
|
+
"icon": "tag",
|
|
3766
3788
|
"variant": "primary",
|
|
3767
|
-
"
|
|
3789
|
+
"label": "Open",
|
|
3790
|
+
"type": "button",
|
|
3791
|
+
"action": "CLASSIFY"
|
|
3768
3792
|
}
|
|
3769
3793
|
],
|
|
3770
|
-
"
|
|
3794
|
+
"justify": "between",
|
|
3771
3795
|
"direction": "horizontal",
|
|
3772
|
-
"gap": "md"
|
|
3773
|
-
"justify": "between"
|
|
3796
|
+
"gap": "md"
|
|
3774
3797
|
},
|
|
3775
3798
|
{
|
|
3776
3799
|
"type": "divider"
|
|
3777
3800
|
},
|
|
3778
3801
|
{
|
|
3779
|
-
"type": "empty-state",
|
|
3780
|
-
"icon": "tag",
|
|
3781
3802
|
"description": "Click Open to view details in a modal overlay.",
|
|
3782
|
-
"title": "Nothing open"
|
|
3803
|
+
"title": "Nothing open",
|
|
3804
|
+
"icon": "tag",
|
|
3805
|
+
"type": "empty-state"
|
|
3783
3806
|
}
|
|
3784
3807
|
],
|
|
3785
|
-
"
|
|
3808
|
+
"gap": "lg"
|
|
3786
3809
|
}
|
|
3787
3810
|
],
|
|
3788
3811
|
"appName": "Code Reviewer",
|
|
3789
|
-
"type": "dashboard-layout"
|
|
3790
|
-
"navItems": [
|
|
3791
|
-
{
|
|
3792
|
-
"href": "/review",
|
|
3793
|
-
"label": "Review",
|
|
3794
|
-
"icon": "file-search"
|
|
3795
|
-
},
|
|
3796
|
-
{
|
|
3797
|
-
"icon": "tag",
|
|
3798
|
-
"label": "Analysis",
|
|
3799
|
-
"href": "/analysis"
|
|
3800
|
-
},
|
|
3801
|
-
{
|
|
3802
|
-
"label": "Issues",
|
|
3803
|
-
"icon": "alert-triangle",
|
|
3804
|
-
"href": "/issues"
|
|
3805
|
-
}
|
|
3806
|
-
]
|
|
3812
|
+
"type": "dashboard-layout"
|
|
3807
3813
|
}
|
|
3808
3814
|
]
|
|
3809
3815
|
]
|
|
@@ -3940,21 +3946,23 @@
|
|
|
3940
3946
|
"main",
|
|
3941
3947
|
{
|
|
3942
3948
|
"appName": "Code Reviewer",
|
|
3943
|
-
"type": "dashboard-layout",
|
|
3944
3949
|
"children": [
|
|
3945
3950
|
{
|
|
3946
|
-
"type": "stack",
|
|
3947
3951
|
"gap": "lg",
|
|
3952
|
+
"type": "stack",
|
|
3953
|
+
"direction": "vertical",
|
|
3948
3954
|
"children": [
|
|
3949
3955
|
{
|
|
3950
3956
|
"gap": "md",
|
|
3951
|
-
"
|
|
3957
|
+
"align": "center",
|
|
3952
3958
|
"justify": "between",
|
|
3959
|
+
"type": "stack",
|
|
3953
3960
|
"children": [
|
|
3954
3961
|
{
|
|
3955
|
-
"direction": "horizontal",
|
|
3956
|
-
"type": "stack",
|
|
3957
3962
|
"align": "center",
|
|
3963
|
+
"type": "stack",
|
|
3964
|
+
"gap": "md",
|
|
3965
|
+
"direction": "horizontal",
|
|
3958
3966
|
"children": [
|
|
3959
3967
|
{
|
|
3960
3968
|
"type": "icon",
|
|
@@ -3962,21 +3970,19 @@
|
|
|
3962
3970
|
},
|
|
3963
3971
|
{
|
|
3964
3972
|
"type": "typography",
|
|
3965
|
-
"
|
|
3966
|
-
"
|
|
3973
|
+
"variant": "h2",
|
|
3974
|
+
"content": "Analysis Result"
|
|
3967
3975
|
}
|
|
3968
|
-
]
|
|
3969
|
-
"gap": "md"
|
|
3976
|
+
]
|
|
3970
3977
|
},
|
|
3971
3978
|
{
|
|
3972
|
-
"label": "Dismiss",
|
|
3973
|
-
"action": "HIDE",
|
|
3974
|
-
"variant": "ghost",
|
|
3975
3979
|
"type": "button",
|
|
3976
|
-
"icon": "x"
|
|
3980
|
+
"icon": "x",
|
|
3981
|
+
"variant": "ghost",
|
|
3982
|
+
"label": "Dismiss",
|
|
3983
|
+
"action": "HIDE"
|
|
3977
3984
|
}
|
|
3978
3985
|
],
|
|
3979
|
-
"align": "center",
|
|
3980
3986
|
"direction": "horizontal"
|
|
3981
3987
|
},
|
|
3982
3988
|
{
|
|
@@ -3991,31 +3997,31 @@
|
|
|
3991
3997
|
"type": "toast-slot"
|
|
3992
3998
|
},
|
|
3993
3999
|
{
|
|
3994
|
-
"type": "alert",
|
|
3995
4000
|
"message": "@entity.message",
|
|
3996
|
-
"variant": "warning"
|
|
4001
|
+
"variant": "warning",
|
|
4002
|
+
"type": "alert"
|
|
3997
4003
|
}
|
|
3998
|
-
]
|
|
3999
|
-
"direction": "vertical"
|
|
4004
|
+
]
|
|
4000
4005
|
}
|
|
4001
4006
|
],
|
|
4002
4007
|
"navItems": [
|
|
4003
4008
|
{
|
|
4004
4009
|
"label": "Review",
|
|
4005
|
-
"
|
|
4006
|
-
"
|
|
4010
|
+
"icon": "file-search",
|
|
4011
|
+
"href": "/review"
|
|
4007
4012
|
},
|
|
4008
4013
|
{
|
|
4009
|
-
"icon": "tag",
|
|
4010
4014
|
"label": "Analysis",
|
|
4011
|
-
"href": "/analysis"
|
|
4015
|
+
"href": "/analysis",
|
|
4016
|
+
"icon": "tag"
|
|
4012
4017
|
},
|
|
4013
4018
|
{
|
|
4014
|
-
"icon": "alert-triangle",
|
|
4015
4019
|
"href": "/issues",
|
|
4016
|
-
"label": "Issues"
|
|
4020
|
+
"label": "Issues",
|
|
4021
|
+
"icon": "alert-triangle"
|
|
4017
4022
|
}
|
|
4018
|
-
]
|
|
4023
|
+
],
|
|
4024
|
+
"type": "dashboard-layout"
|
|
4019
4025
|
}
|
|
4020
4026
|
]
|
|
4021
4027
|
]
|
|
@@ -4039,43 +4045,59 @@
|
|
|
4039
4045
|
"render-ui",
|
|
4040
4046
|
"main",
|
|
4041
4047
|
{
|
|
4048
|
+
"navItems": [
|
|
4049
|
+
{
|
|
4050
|
+
"label": "Review",
|
|
4051
|
+
"href": "/review",
|
|
4052
|
+
"icon": "file-search"
|
|
4053
|
+
},
|
|
4054
|
+
{
|
|
4055
|
+
"href": "/analysis",
|
|
4056
|
+
"icon": "tag",
|
|
4057
|
+
"label": "Analysis"
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"href": "/issues",
|
|
4061
|
+
"icon": "alert-triangle",
|
|
4062
|
+
"label": "Issues"
|
|
4063
|
+
}
|
|
4064
|
+
],
|
|
4042
4065
|
"children": [
|
|
4043
4066
|
{
|
|
4044
|
-
"gap": "lg",
|
|
4045
|
-
"type": "stack",
|
|
4046
4067
|
"direction": "vertical",
|
|
4068
|
+
"gap": "lg",
|
|
4047
4069
|
"children": [
|
|
4048
4070
|
{
|
|
4049
4071
|
"direction": "horizontal",
|
|
4050
|
-
"align": "center",
|
|
4051
|
-
"type": "stack",
|
|
4052
|
-
"justify": "between",
|
|
4053
4072
|
"children": [
|
|
4054
4073
|
{
|
|
4074
|
+
"type": "stack",
|
|
4075
|
+
"direction": "horizontal",
|
|
4055
4076
|
"align": "center",
|
|
4056
4077
|
"children": [
|
|
4057
4078
|
{
|
|
4058
|
-
"
|
|
4059
|
-
"
|
|
4079
|
+
"name": "tag",
|
|
4080
|
+
"type": "icon"
|
|
4060
4081
|
},
|
|
4061
4082
|
{
|
|
4062
|
-
"
|
|
4083
|
+
"content": "Analysis Result",
|
|
4063
4084
|
"type": "typography",
|
|
4064
|
-
"
|
|
4085
|
+
"variant": "h2"
|
|
4065
4086
|
}
|
|
4066
4087
|
],
|
|
4067
|
-
"
|
|
4068
|
-
"gap": "md",
|
|
4069
|
-
"type": "stack"
|
|
4088
|
+
"gap": "md"
|
|
4070
4089
|
},
|
|
4071
4090
|
{
|
|
4072
|
-
"
|
|
4073
|
-
"icon": "x",
|
|
4074
|
-
"action": "HIDE",
|
|
4091
|
+
"variant": "ghost",
|
|
4075
4092
|
"type": "button",
|
|
4076
|
-
"
|
|
4093
|
+
"action": "HIDE",
|
|
4094
|
+
"icon": "x",
|
|
4095
|
+
"label": "Dismiss"
|
|
4077
4096
|
}
|
|
4078
4097
|
],
|
|
4098
|
+
"align": "center",
|
|
4099
|
+
"type": "stack",
|
|
4100
|
+
"justify": "between",
|
|
4079
4101
|
"gap": "md"
|
|
4080
4102
|
},
|
|
4081
4103
|
{
|
|
@@ -4083,39 +4105,23 @@
|
|
|
4083
4105
|
},
|
|
4084
4106
|
{
|
|
4085
4107
|
"type": "alert",
|
|
4086
|
-
"
|
|
4087
|
-
"
|
|
4108
|
+
"message": "@entity.message",
|
|
4109
|
+
"variant": "@entity.notificationType"
|
|
4088
4110
|
},
|
|
4089
4111
|
{
|
|
4090
4112
|
"type": "toast-slot"
|
|
4091
4113
|
},
|
|
4092
4114
|
{
|
|
4093
|
-
"message": "@entity.message",
|
|
4094
4115
|
"variant": "warning",
|
|
4116
|
+
"message": "@entity.message",
|
|
4095
4117
|
"type": "alert"
|
|
4096
4118
|
}
|
|
4097
|
-
]
|
|
4119
|
+
],
|
|
4120
|
+
"type": "stack"
|
|
4098
4121
|
}
|
|
4099
4122
|
],
|
|
4100
4123
|
"appName": "Code Reviewer",
|
|
4101
|
-
"type": "dashboard-layout"
|
|
4102
|
-
"navItems": [
|
|
4103
|
-
{
|
|
4104
|
-
"href": "/review",
|
|
4105
|
-
"icon": "file-search",
|
|
4106
|
-
"label": "Review"
|
|
4107
|
-
},
|
|
4108
|
-
{
|
|
4109
|
-
"icon": "tag",
|
|
4110
|
-
"href": "/analysis",
|
|
4111
|
-
"label": "Analysis"
|
|
4112
|
-
},
|
|
4113
|
-
{
|
|
4114
|
-
"label": "Issues",
|
|
4115
|
-
"href": "/issues",
|
|
4116
|
-
"icon": "alert-triangle"
|
|
4117
|
-
}
|
|
4118
|
-
]
|
|
4124
|
+
"type": "dashboard-layout"
|
|
4119
4125
|
}
|
|
4120
4126
|
]
|
|
4121
4127
|
]
|
|
@@ -4231,7 +4237,18 @@
|
|
|
4231
4237
|
},
|
|
4232
4238
|
{
|
|
4233
4239
|
"key": "SHOW",
|
|
4234
|
-
"name": "Show"
|
|
4240
|
+
"name": "Show",
|
|
4241
|
+
"payloadSchema": [
|
|
4242
|
+
{
|
|
4243
|
+
"name": "message",
|
|
4244
|
+
"type": "string",
|
|
4245
|
+
"required": true
|
|
4246
|
+
},
|
|
4247
|
+
{
|
|
4248
|
+
"name": "notificationType",
|
|
4249
|
+
"type": "string"
|
|
4250
|
+
}
|
|
4251
|
+
]
|
|
4235
4252
|
},
|
|
4236
4253
|
{
|
|
4237
4254
|
"key": "AnalysisLoaded",
|
|
@@ -4269,8 +4286,8 @@
|
|
|
4269
4286
|
"Analysis",
|
|
4270
4287
|
{
|
|
4271
4288
|
"emit": {
|
|
4272
|
-
"
|
|
4273
|
-
"
|
|
4289
|
+
"success": "AnalysisLoaded",
|
|
4290
|
+
"failure": "AnalysisLoadFailed"
|
|
4274
4291
|
}
|
|
4275
4292
|
}
|
|
4276
4293
|
],
|
|
@@ -4278,33 +4295,33 @@
|
|
|
4278
4295
|
"render-ui",
|
|
4279
4296
|
"main",
|
|
4280
4297
|
{
|
|
4281
|
-
"
|
|
4298
|
+
"children": [
|
|
4299
|
+
{
|
|
4300
|
+
"description": "Classifier is ready",
|
|
4301
|
+
"type": "empty-state",
|
|
4302
|
+
"icon": "tag",
|
|
4303
|
+
"title": "Classifier"
|
|
4304
|
+
}
|
|
4305
|
+
],
|
|
4306
|
+
"type": "dashboard-layout",
|
|
4282
4307
|
"navItems": [
|
|
4283
4308
|
{
|
|
4284
4309
|
"label": "Review",
|
|
4285
|
-
"
|
|
4286
|
-
"
|
|
4310
|
+
"href": "/review",
|
|
4311
|
+
"icon": "file-search"
|
|
4287
4312
|
},
|
|
4288
4313
|
{
|
|
4289
4314
|
"icon": "tag",
|
|
4290
|
-
"
|
|
4291
|
-
"
|
|
4315
|
+
"href": "/analysis",
|
|
4316
|
+
"label": "Analysis"
|
|
4292
4317
|
},
|
|
4293
4318
|
{
|
|
4294
4319
|
"icon": "alert-triangle",
|
|
4295
|
-
"
|
|
4296
|
-
"
|
|
4297
|
-
}
|
|
4298
|
-
],
|
|
4299
|
-
"children": [
|
|
4300
|
-
{
|
|
4301
|
-
"type": "empty-state",
|
|
4302
|
-
"icon": "tag",
|
|
4303
|
-
"title": "Classifier",
|
|
4304
|
-
"description": "Classifier is ready"
|
|
4320
|
+
"href": "/issues",
|
|
4321
|
+
"label": "Issues"
|
|
4305
4322
|
}
|
|
4306
4323
|
],
|
|
4307
|
-
"
|
|
4324
|
+
"appName": "Code Reviewer"
|
|
4308
4325
|
}
|
|
4309
4326
|
]
|
|
4310
4327
|
]
|
|
@@ -4359,8 +4376,8 @@
|
|
|
4359
4376
|
"emit",
|
|
4360
4377
|
"SHOW",
|
|
4361
4378
|
{
|
|
4362
|
-
"
|
|
4363
|
-
"
|
|
4379
|
+
"notificationType": "success",
|
|
4380
|
+
"message": "Input classified"
|
|
4364
4381
|
}
|
|
4365
4382
|
]
|
|
4366
4383
|
]
|
|
@@ -4640,8 +4657,8 @@
|
|
|
4640
4657
|
"ReviewCompletion",
|
|
4641
4658
|
{
|
|
4642
4659
|
"emit": {
|
|
4643
|
-
"
|
|
4644
|
-
"
|
|
4660
|
+
"failure": "ReviewCompletionLoadFailed",
|
|
4661
|
+
"success": "ReviewCompletionLoaded"
|
|
4645
4662
|
}
|
|
4646
4663
|
}
|
|
4647
4664
|
],
|
|
@@ -4649,74 +4666,74 @@
|
|
|
4649
4666
|
"render-ui",
|
|
4650
4667
|
"main",
|
|
4651
4668
|
{
|
|
4652
|
-
"navItems": [
|
|
4653
|
-
{
|
|
4654
|
-
"icon": "file-search",
|
|
4655
|
-
"label": "Review",
|
|
4656
|
-
"href": "/review"
|
|
4657
|
-
},
|
|
4658
|
-
{
|
|
4659
|
-
"label": "Analysis",
|
|
4660
|
-
"href": "/analysis",
|
|
4661
|
-
"icon": "tag"
|
|
4662
|
-
},
|
|
4663
|
-
{
|
|
4664
|
-
"label": "Issues",
|
|
4665
|
-
"href": "/issues",
|
|
4666
|
-
"icon": "alert-triangle"
|
|
4667
|
-
}
|
|
4668
|
-
],
|
|
4669
|
-
"type": "dashboard-layout",
|
|
4670
|
-
"appName": "Code Reviewer",
|
|
4671
4669
|
"children": [
|
|
4672
4670
|
{
|
|
4673
|
-
"type": "stack",
|
|
4674
4671
|
"direction": "vertical",
|
|
4675
4672
|
"children": [
|
|
4676
4673
|
{
|
|
4677
|
-
"type": "stack",
|
|
4678
4674
|
"children": [
|
|
4679
4675
|
{
|
|
4676
|
+
"gap": "md",
|
|
4677
|
+
"type": "stack",
|
|
4678
|
+
"direction": "horizontal",
|
|
4680
4679
|
"children": [
|
|
4681
4680
|
{
|
|
4682
|
-
"
|
|
4683
|
-
"
|
|
4681
|
+
"type": "icon",
|
|
4682
|
+
"name": "sparkles"
|
|
4684
4683
|
},
|
|
4685
4684
|
{
|
|
4686
4685
|
"type": "typography",
|
|
4687
4686
|
"content": "ReviewCompletion",
|
|
4688
4687
|
"variant": "h2"
|
|
4689
4688
|
}
|
|
4690
|
-
]
|
|
4691
|
-
"direction": "horizontal",
|
|
4692
|
-
"gap": "md",
|
|
4693
|
-
"type": "stack"
|
|
4689
|
+
]
|
|
4694
4690
|
},
|
|
4695
4691
|
{
|
|
4696
|
-
"
|
|
4697
|
-
"action": "GENERATE",
|
|
4692
|
+
"label": "Open",
|
|
4698
4693
|
"icon": "sparkles",
|
|
4694
|
+
"action": "GENERATE",
|
|
4699
4695
|
"type": "button",
|
|
4700
|
-
"
|
|
4696
|
+
"variant": "primary"
|
|
4701
4697
|
}
|
|
4702
4698
|
],
|
|
4703
4699
|
"gap": "md",
|
|
4700
|
+
"justify": "between",
|
|
4704
4701
|
"direction": "horizontal",
|
|
4705
|
-
"
|
|
4702
|
+
"type": "stack"
|
|
4706
4703
|
},
|
|
4707
4704
|
{
|
|
4708
4705
|
"type": "divider"
|
|
4709
4706
|
},
|
|
4710
4707
|
{
|
|
4708
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
4711
4709
|
"icon": "sparkles",
|
|
4712
|
-
"type": "empty-state",
|
|
4713
4710
|
"title": "Nothing open",
|
|
4714
|
-
"
|
|
4711
|
+
"type": "empty-state"
|
|
4715
4712
|
}
|
|
4716
4713
|
],
|
|
4717
|
-
"gap": "lg"
|
|
4714
|
+
"gap": "lg",
|
|
4715
|
+
"type": "stack"
|
|
4718
4716
|
}
|
|
4719
|
-
]
|
|
4717
|
+
],
|
|
4718
|
+
"appName": "Code Reviewer",
|
|
4719
|
+
"navItems": [
|
|
4720
|
+
{
|
|
4721
|
+
"label": "Review",
|
|
4722
|
+
"href": "/review",
|
|
4723
|
+
"icon": "file-search"
|
|
4724
|
+
},
|
|
4725
|
+
{
|
|
4726
|
+
"icon": "tag",
|
|
4727
|
+
"href": "/analysis",
|
|
4728
|
+
"label": "Analysis"
|
|
4729
|
+
},
|
|
4730
|
+
{
|
|
4731
|
+
"label": "Issues",
|
|
4732
|
+
"href": "/issues",
|
|
4733
|
+
"icon": "alert-triangle"
|
|
4734
|
+
}
|
|
4735
|
+
],
|
|
4736
|
+
"type": "dashboard-layout"
|
|
4720
4737
|
}
|
|
4721
4738
|
]
|
|
4722
4739
|
]
|
|
@@ -4730,24 +4747,23 @@
|
|
|
4730
4747
|
"render-ui",
|
|
4731
4748
|
"modal",
|
|
4732
4749
|
{
|
|
4733
|
-
"direction": "vertical",
|
|
4734
4750
|
"gap": "md",
|
|
4735
4751
|
"children": [
|
|
4736
4752
|
{
|
|
4737
|
-
"
|
|
4738
|
-
"type": "stack",
|
|
4753
|
+
"direction": "horizontal",
|
|
4739
4754
|
"children": [
|
|
4740
4755
|
{
|
|
4741
4756
|
"name": "sparkles",
|
|
4742
4757
|
"type": "icon"
|
|
4743
4758
|
},
|
|
4744
4759
|
{
|
|
4745
|
-
"
|
|
4760
|
+
"content": "ReviewCompletion",
|
|
4746
4761
|
"type": "typography",
|
|
4747
|
-
"
|
|
4762
|
+
"variant": "h3"
|
|
4748
4763
|
}
|
|
4749
4764
|
],
|
|
4750
|
-
"
|
|
4765
|
+
"type": "stack",
|
|
4766
|
+
"gap": "sm"
|
|
4751
4767
|
},
|
|
4752
4768
|
{
|
|
4753
4769
|
"type": "divider"
|
|
@@ -4760,23 +4776,24 @@
|
|
|
4760
4776
|
"label": "@entity.provider"
|
|
4761
4777
|
},
|
|
4762
4778
|
{
|
|
4763
|
-
"
|
|
4764
|
-
"
|
|
4779
|
+
"type": "badge",
|
|
4780
|
+
"label": "@entity.model"
|
|
4765
4781
|
}
|
|
4766
4782
|
],
|
|
4767
|
-
"
|
|
4768
|
-
"
|
|
4783
|
+
"direction": "horizontal",
|
|
4784
|
+
"gap": "sm"
|
|
4769
4785
|
},
|
|
4770
4786
|
{
|
|
4771
|
-
"submitEvent": "SAVE",
|
|
4772
|
-
"cancelEvent": "CLOSE",
|
|
4773
|
-
"type": "form-section",
|
|
4774
4787
|
"fields": [
|
|
4775
4788
|
"prompt"
|
|
4776
4789
|
],
|
|
4777
|
-
"
|
|
4790
|
+
"type": "form-section",
|
|
4791
|
+
"mode": "create",
|
|
4792
|
+
"submitEvent": "SAVE",
|
|
4793
|
+
"cancelEvent": "CLOSE"
|
|
4778
4794
|
}
|
|
4779
4795
|
],
|
|
4796
|
+
"direction": "vertical",
|
|
4780
4797
|
"type": "stack"
|
|
4781
4798
|
}
|
|
4782
4799
|
]
|
|
@@ -4811,74 +4828,74 @@
|
|
|
4811
4828
|
"render-ui",
|
|
4812
4829
|
"main",
|
|
4813
4830
|
{
|
|
4831
|
+
"type": "dashboard-layout",
|
|
4832
|
+
"appName": "Code Reviewer",
|
|
4833
|
+
"navItems": [
|
|
4834
|
+
{
|
|
4835
|
+
"label": "Review",
|
|
4836
|
+
"href": "/review",
|
|
4837
|
+
"icon": "file-search"
|
|
4838
|
+
},
|
|
4839
|
+
{
|
|
4840
|
+
"icon": "tag",
|
|
4841
|
+
"label": "Analysis",
|
|
4842
|
+
"href": "/analysis"
|
|
4843
|
+
},
|
|
4844
|
+
{
|
|
4845
|
+
"href": "/issues",
|
|
4846
|
+
"icon": "alert-triangle",
|
|
4847
|
+
"label": "Issues"
|
|
4848
|
+
}
|
|
4849
|
+
],
|
|
4814
4850
|
"children": [
|
|
4815
4851
|
{
|
|
4816
|
-
"direction": "vertical",
|
|
4817
4852
|
"children": [
|
|
4818
4853
|
{
|
|
4819
|
-
"gap": "md",
|
|
4820
4854
|
"type": "stack",
|
|
4821
|
-
"direction": "horizontal",
|
|
4822
|
-
"justify": "between",
|
|
4823
4855
|
"children": [
|
|
4824
4856
|
{
|
|
4857
|
+
"gap": "md",
|
|
4858
|
+
"type": "stack",
|
|
4825
4859
|
"children": [
|
|
4826
4860
|
{
|
|
4827
4861
|
"type": "icon",
|
|
4828
4862
|
"name": "sparkles"
|
|
4829
4863
|
},
|
|
4830
4864
|
{
|
|
4831
|
-
"type": "typography",
|
|
4832
4865
|
"content": "ReviewCompletion",
|
|
4833
|
-
"variant": "h2"
|
|
4866
|
+
"variant": "h2",
|
|
4867
|
+
"type": "typography"
|
|
4834
4868
|
}
|
|
4835
4869
|
],
|
|
4836
|
-
"
|
|
4837
|
-
"direction": "horizontal",
|
|
4838
|
-
"type": "stack"
|
|
4870
|
+
"direction": "horizontal"
|
|
4839
4871
|
},
|
|
4840
4872
|
{
|
|
4841
4873
|
"type": "button",
|
|
4842
4874
|
"variant": "primary",
|
|
4843
4875
|
"action": "GENERATE",
|
|
4844
|
-
"
|
|
4845
|
-
"
|
|
4876
|
+
"icon": "sparkles",
|
|
4877
|
+
"label": "Open"
|
|
4846
4878
|
}
|
|
4847
|
-
]
|
|
4879
|
+
],
|
|
4880
|
+
"direction": "horizontal",
|
|
4881
|
+
"justify": "between",
|
|
4882
|
+
"gap": "md"
|
|
4848
4883
|
},
|
|
4849
4884
|
{
|
|
4850
4885
|
"type": "divider"
|
|
4851
4886
|
},
|
|
4852
4887
|
{
|
|
4853
4888
|
"title": "Nothing open",
|
|
4889
|
+
"icon": "sparkles",
|
|
4854
4890
|
"description": "Click Open to view details in a modal overlay.",
|
|
4855
|
-
"type": "empty-state"
|
|
4856
|
-
"icon": "sparkles"
|
|
4891
|
+
"type": "empty-state"
|
|
4857
4892
|
}
|
|
4858
4893
|
],
|
|
4859
4894
|
"type": "stack",
|
|
4860
|
-
"gap": "lg"
|
|
4861
|
-
|
|
4862
|
-
],
|
|
4863
|
-
"appName": "Code Reviewer",
|
|
4864
|
-
"navItems": [
|
|
4865
|
-
{
|
|
4866
|
-
"href": "/review",
|
|
4867
|
-
"label": "Review",
|
|
4868
|
-
"icon": "file-search"
|
|
4869
|
-
},
|
|
4870
|
-
{
|
|
4871
|
-
"icon": "tag",
|
|
4872
|
-
"label": "Analysis",
|
|
4873
|
-
"href": "/analysis"
|
|
4874
|
-
},
|
|
4875
|
-
{
|
|
4876
|
-
"icon": "alert-triangle",
|
|
4877
|
-
"href": "/issues",
|
|
4878
|
-
"label": "Issues"
|
|
4895
|
+
"gap": "lg",
|
|
4896
|
+
"direction": "vertical"
|
|
4879
4897
|
}
|
|
4880
|
-
]
|
|
4881
|
-
"type": "dashboard-layout"
|
|
4898
|
+
]
|
|
4882
4899
|
}
|
|
4883
4900
|
]
|
|
4884
4901
|
]
|
|
@@ -4895,8 +4912,8 @@
|
|
|
4895
4912
|
"@payload.data",
|
|
4896
4913
|
{
|
|
4897
4914
|
"emit": {
|
|
4898
|
-
"
|
|
4899
|
-
"
|
|
4915
|
+
"failure": "ReviewCompletionSaveFailed",
|
|
4916
|
+
"success": "ReviewCompletionSaved"
|
|
4900
4917
|
}
|
|
4901
4918
|
}
|
|
4902
4919
|
],
|
|
@@ -4914,8 +4931,8 @@
|
|
|
4914
4931
|
"ReviewCompletion",
|
|
4915
4932
|
{
|
|
4916
4933
|
"emit": {
|
|
4917
|
-
"
|
|
4918
|
-
"
|
|
4934
|
+
"failure": "ReviewCompletionLoadFailed",
|
|
4935
|
+
"success": "ReviewCompletionLoaded"
|
|
4919
4936
|
}
|
|
4920
4937
|
}
|
|
4921
4938
|
],
|
|
@@ -4924,18 +4941,35 @@
|
|
|
4924
4941
|
"main",
|
|
4925
4942
|
{
|
|
4926
4943
|
"type": "dashboard-layout",
|
|
4944
|
+
"appName": "Code Reviewer",
|
|
4945
|
+
"navItems": [
|
|
4946
|
+
{
|
|
4947
|
+
"href": "/review",
|
|
4948
|
+
"icon": "file-search",
|
|
4949
|
+
"label": "Review"
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"label": "Analysis",
|
|
4953
|
+
"icon": "tag",
|
|
4954
|
+
"href": "/analysis"
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
"icon": "alert-triangle",
|
|
4958
|
+
"label": "Issues",
|
|
4959
|
+
"href": "/issues"
|
|
4960
|
+
}
|
|
4961
|
+
],
|
|
4927
4962
|
"children": [
|
|
4928
4963
|
{
|
|
4964
|
+
"direction": "vertical",
|
|
4965
|
+
"gap": "lg",
|
|
4966
|
+
"type": "stack",
|
|
4929
4967
|
"children": [
|
|
4930
4968
|
{
|
|
4931
|
-
"type": "stack",
|
|
4932
4969
|
"direction": "horizontal",
|
|
4933
|
-
"gap": "md",
|
|
4934
|
-
"justify": "between",
|
|
4935
4970
|
"children": [
|
|
4936
4971
|
{
|
|
4937
|
-
"
|
|
4938
|
-
"gap": "md",
|
|
4972
|
+
"direction": "horizontal",
|
|
4939
4973
|
"children": [
|
|
4940
4974
|
{
|
|
4941
4975
|
"type": "icon",
|
|
@@ -4943,52 +4977,35 @@
|
|
|
4943
4977
|
},
|
|
4944
4978
|
{
|
|
4945
4979
|
"variant": "h2",
|
|
4946
|
-
"
|
|
4947
|
-
"
|
|
4980
|
+
"content": "ReviewCompletion",
|
|
4981
|
+
"type": "typography"
|
|
4948
4982
|
}
|
|
4949
4983
|
],
|
|
4950
|
-
"
|
|
4984
|
+
"gap": "md",
|
|
4985
|
+
"type": "stack"
|
|
4951
4986
|
},
|
|
4952
4987
|
{
|
|
4953
|
-
"
|
|
4988
|
+
"icon": "sparkles",
|
|
4954
4989
|
"type": "button",
|
|
4955
4990
|
"label": "Open",
|
|
4956
4991
|
"variant": "primary",
|
|
4957
|
-
"
|
|
4992
|
+
"action": "GENERATE"
|
|
4958
4993
|
}
|
|
4959
|
-
]
|
|
4994
|
+
],
|
|
4995
|
+
"type": "stack",
|
|
4996
|
+
"justify": "between",
|
|
4997
|
+
"gap": "md"
|
|
4960
4998
|
},
|
|
4961
4999
|
{
|
|
4962
5000
|
"type": "divider"
|
|
4963
5001
|
},
|
|
4964
5002
|
{
|
|
4965
5003
|
"type": "empty-state",
|
|
4966
|
-
"icon": "sparkles",
|
|
4967
5004
|
"description": "Click Open to view details in a modal overlay.",
|
|
4968
|
-
"title": "Nothing open"
|
|
5005
|
+
"title": "Nothing open",
|
|
5006
|
+
"icon": "sparkles"
|
|
4969
5007
|
}
|
|
4970
|
-
]
|
|
4971
|
-
"gap": "lg",
|
|
4972
|
-
"direction": "vertical",
|
|
4973
|
-
"type": "stack"
|
|
4974
|
-
}
|
|
4975
|
-
],
|
|
4976
|
-
"appName": "Code Reviewer",
|
|
4977
|
-
"navItems": [
|
|
4978
|
-
{
|
|
4979
|
-
"label": "Review",
|
|
4980
|
-
"href": "/review",
|
|
4981
|
-
"icon": "file-search"
|
|
4982
|
-
},
|
|
4983
|
-
{
|
|
4984
|
-
"label": "Analysis",
|
|
4985
|
-
"href": "/analysis",
|
|
4986
|
-
"icon": "tag"
|
|
4987
|
-
},
|
|
4988
|
-
{
|
|
4989
|
-
"href": "/issues",
|
|
4990
|
-
"label": "Issues",
|
|
4991
|
-
"icon": "alert-triangle"
|
|
5008
|
+
]
|
|
4992
5009
|
}
|
|
4993
5010
|
]
|
|
4994
5011
|
}
|
|
@@ -5126,44 +5143,42 @@
|
|
|
5126
5143
|
"render-ui",
|
|
5127
5144
|
"main",
|
|
5128
5145
|
{
|
|
5146
|
+
"type": "dashboard-layout",
|
|
5129
5147
|
"children": [
|
|
5130
5148
|
{
|
|
5131
|
-
"direction": "vertical",
|
|
5132
|
-
"type": "stack",
|
|
5133
|
-
"gap": "lg",
|
|
5134
5149
|
"children": [
|
|
5135
5150
|
{
|
|
5136
5151
|
"gap": "md",
|
|
5137
|
-
"
|
|
5152
|
+
"justify": "between",
|
|
5138
5153
|
"type": "stack",
|
|
5139
5154
|
"align": "center",
|
|
5140
5155
|
"children": [
|
|
5141
5156
|
{
|
|
5142
|
-
"align": "center",
|
|
5143
5157
|
"children": [
|
|
5144
5158
|
{
|
|
5145
|
-
"
|
|
5146
|
-
"
|
|
5159
|
+
"name": "sparkles",
|
|
5160
|
+
"type": "icon"
|
|
5147
5161
|
},
|
|
5148
5162
|
{
|
|
5149
|
-
"content": "ReviewCompletion Status",
|
|
5150
5163
|
"variant": "h2",
|
|
5164
|
+
"content": "ReviewCompletion Status",
|
|
5151
5165
|
"type": "typography"
|
|
5152
5166
|
}
|
|
5153
5167
|
],
|
|
5154
|
-
"
|
|
5168
|
+
"align": "center",
|
|
5155
5169
|
"direction": "horizontal",
|
|
5156
|
-
"gap": "md"
|
|
5170
|
+
"gap": "md",
|
|
5171
|
+
"type": "stack"
|
|
5157
5172
|
},
|
|
5158
5173
|
{
|
|
5159
|
-
"variant": "ghost",
|
|
5160
|
-
"icon": "x",
|
|
5161
5174
|
"label": "Dismiss",
|
|
5162
5175
|
"type": "button",
|
|
5163
|
-
"action": "HIDE"
|
|
5176
|
+
"action": "HIDE",
|
|
5177
|
+
"icon": "x",
|
|
5178
|
+
"variant": "ghost"
|
|
5164
5179
|
}
|
|
5165
5180
|
],
|
|
5166
|
-
"
|
|
5181
|
+
"direction": "horizontal"
|
|
5167
5182
|
},
|
|
5168
5183
|
{
|
|
5169
5184
|
"type": "divider"
|
|
@@ -5181,14 +5196,17 @@
|
|
|
5181
5196
|
"type": "alert",
|
|
5182
5197
|
"message": "@entity.message"
|
|
5183
5198
|
}
|
|
5184
|
-
]
|
|
5199
|
+
],
|
|
5200
|
+
"direction": "vertical",
|
|
5201
|
+
"gap": "lg",
|
|
5202
|
+
"type": "stack"
|
|
5185
5203
|
}
|
|
5186
5204
|
],
|
|
5187
5205
|
"navItems": [
|
|
5188
5206
|
{
|
|
5189
5207
|
"href": "/review",
|
|
5190
|
-
"
|
|
5191
|
-
"
|
|
5208
|
+
"label": "Review",
|
|
5209
|
+
"icon": "file-search"
|
|
5192
5210
|
},
|
|
5193
5211
|
{
|
|
5194
5212
|
"icon": "tag",
|
|
@@ -5201,7 +5219,6 @@
|
|
|
5201
5219
|
"label": "Issues"
|
|
5202
5220
|
}
|
|
5203
5221
|
],
|
|
5204
|
-
"type": "dashboard-layout",
|
|
5205
5222
|
"appName": "Code Reviewer"
|
|
5206
5223
|
}
|
|
5207
5224
|
]
|
|
@@ -5226,13 +5243,21 @@
|
|
|
5226
5243
|
"render-ui",
|
|
5227
5244
|
"main",
|
|
5228
5245
|
{
|
|
5246
|
+
"appName": "Code Reviewer",
|
|
5247
|
+
"type": "dashboard-layout",
|
|
5229
5248
|
"children": [
|
|
5230
5249
|
{
|
|
5231
5250
|
"children": [
|
|
5232
5251
|
{
|
|
5233
5252
|
"align": "center",
|
|
5253
|
+
"type": "stack",
|
|
5254
|
+
"direction": "horizontal",
|
|
5255
|
+
"gap": "md",
|
|
5234
5256
|
"children": [
|
|
5235
5257
|
{
|
|
5258
|
+
"type": "stack",
|
|
5259
|
+
"align": "center",
|
|
5260
|
+
"direction": "horizontal",
|
|
5236
5261
|
"children": [
|
|
5237
5262
|
{
|
|
5238
5263
|
"name": "sparkles",
|
|
@@ -5244,65 +5269,57 @@
|
|
|
5244
5269
|
"variant": "h2"
|
|
5245
5270
|
}
|
|
5246
5271
|
],
|
|
5247
|
-
"gap": "md"
|
|
5248
|
-
"align": "center",
|
|
5249
|
-
"type": "stack",
|
|
5250
|
-
"direction": "horizontal"
|
|
5272
|
+
"gap": "md"
|
|
5251
5273
|
},
|
|
5252
5274
|
{
|
|
5253
|
-
"type": "button",
|
|
5254
|
-
"variant": "ghost",
|
|
5255
5275
|
"icon": "x",
|
|
5256
5276
|
"action": "HIDE",
|
|
5277
|
+
"type": "button",
|
|
5278
|
+
"variant": "ghost",
|
|
5257
5279
|
"label": "Dismiss"
|
|
5258
5280
|
}
|
|
5259
5281
|
],
|
|
5260
|
-
"
|
|
5261
|
-
"justify": "between",
|
|
5262
|
-
"direction": "horizontal",
|
|
5263
|
-
"gap": "md"
|
|
5282
|
+
"justify": "between"
|
|
5264
5283
|
},
|
|
5265
5284
|
{
|
|
5266
5285
|
"type": "divider"
|
|
5267
5286
|
},
|
|
5268
5287
|
{
|
|
5269
|
-
"
|
|
5288
|
+
"message": "@entity.message",
|
|
5270
5289
|
"variant": "@entity.notificationType",
|
|
5271
|
-
"
|
|
5290
|
+
"type": "alert"
|
|
5272
5291
|
},
|
|
5273
5292
|
{
|
|
5274
5293
|
"type": "toast-slot"
|
|
5275
5294
|
},
|
|
5276
5295
|
{
|
|
5296
|
+
"message": "@entity.message",
|
|
5277
5297
|
"type": "alert",
|
|
5278
|
-
"variant": "warning"
|
|
5279
|
-
"message": "@entity.message"
|
|
5298
|
+
"variant": "warning"
|
|
5280
5299
|
}
|
|
5281
5300
|
],
|
|
5282
|
-
"gap": "lg",
|
|
5283
5301
|
"type": "stack",
|
|
5284
|
-
"direction": "vertical"
|
|
5302
|
+
"direction": "vertical",
|
|
5303
|
+
"gap": "lg"
|
|
5285
5304
|
}
|
|
5286
5305
|
],
|
|
5287
|
-
"appName": "Code Reviewer",
|
|
5288
5306
|
"navItems": [
|
|
5289
5307
|
{
|
|
5308
|
+
"icon": "file-search",
|
|
5290
5309
|
"href": "/review",
|
|
5291
|
-
"label": "Review"
|
|
5292
|
-
"icon": "file-search"
|
|
5310
|
+
"label": "Review"
|
|
5293
5311
|
},
|
|
5294
5312
|
{
|
|
5313
|
+
"label": "Analysis",
|
|
5295
5314
|
"href": "/analysis",
|
|
5296
|
-
"icon": "tag"
|
|
5297
|
-
"label": "Analysis"
|
|
5315
|
+
"icon": "tag"
|
|
5298
5316
|
},
|
|
5299
5317
|
{
|
|
5300
|
-
"href": "/issues",
|
|
5301
5318
|
"label": "Issues",
|
|
5302
|
-
"icon": "alert-triangle"
|
|
5319
|
+
"icon": "alert-triangle",
|
|
5320
|
+
"href": "/issues"
|
|
5303
5321
|
}
|
|
5304
|
-
]
|
|
5305
|
-
"type": "dashboard-layout"
|
|
5322
|
+
]
|
|
5306
5323
|
}
|
|
5307
5324
|
]
|
|
5308
5325
|
]
|
|
@@ -5425,7 +5442,18 @@
|
|
|
5425
5442
|
},
|
|
5426
5443
|
{
|
|
5427
5444
|
"key": "SHOW",
|
|
5428
|
-
"name": "Show"
|
|
5445
|
+
"name": "Show",
|
|
5446
|
+
"payloadSchema": [
|
|
5447
|
+
{
|
|
5448
|
+
"name": "message",
|
|
5449
|
+
"type": "string",
|
|
5450
|
+
"required": true
|
|
5451
|
+
},
|
|
5452
|
+
{
|
|
5453
|
+
"name": "notificationType",
|
|
5454
|
+
"type": "string"
|
|
5455
|
+
}
|
|
5456
|
+
]
|
|
5429
5457
|
},
|
|
5430
5458
|
{
|
|
5431
5459
|
"key": "ReviewCompletionLoaded",
|
|
@@ -5472,32 +5500,32 @@
|
|
|
5472
5500
|
"render-ui",
|
|
5473
5501
|
"main",
|
|
5474
5502
|
{
|
|
5475
|
-
"
|
|
5476
|
-
{
|
|
5477
|
-
"type": "empty-state",
|
|
5478
|
-
"icon": "sparkles",
|
|
5479
|
-
"description": "Completion is ready",
|
|
5480
|
-
"title": "Completion"
|
|
5481
|
-
}
|
|
5482
|
-
],
|
|
5503
|
+
"appName": "Code Reviewer",
|
|
5483
5504
|
"navItems": [
|
|
5484
5505
|
{
|
|
5485
|
-
"label": "Review",
|
|
5486
5506
|
"href": "/review",
|
|
5487
|
-
"icon": "file-search"
|
|
5507
|
+
"icon": "file-search",
|
|
5508
|
+
"label": "Review"
|
|
5488
5509
|
},
|
|
5489
5510
|
{
|
|
5490
|
-
"
|
|
5511
|
+
"icon": "tag",
|
|
5491
5512
|
"label": "Analysis",
|
|
5492
|
-
"
|
|
5513
|
+
"href": "/analysis"
|
|
5493
5514
|
},
|
|
5494
5515
|
{
|
|
5516
|
+
"icon": "alert-triangle",
|
|
5495
5517
|
"label": "Issues",
|
|
5496
|
-
"href": "/issues"
|
|
5497
|
-
|
|
5518
|
+
"href": "/issues"
|
|
5519
|
+
}
|
|
5520
|
+
],
|
|
5521
|
+
"children": [
|
|
5522
|
+
{
|
|
5523
|
+
"title": "Completion",
|
|
5524
|
+
"icon": "sparkles",
|
|
5525
|
+
"type": "empty-state",
|
|
5526
|
+
"description": "Completion is ready"
|
|
5498
5527
|
}
|
|
5499
5528
|
],
|
|
5500
|
-
"appName": "Code Reviewer",
|
|
5501
5529
|
"type": "dashboard-layout"
|
|
5502
5530
|
}
|
|
5503
5531
|
]
|
|
@@ -5554,8 +5582,8 @@
|
|
|
5554
5582
|
"emit",
|
|
5555
5583
|
"SHOW",
|
|
5556
5584
|
{
|
|
5557
|
-
"
|
|
5558
|
-
"
|
|
5585
|
+
"notificationType": "success",
|
|
5586
|
+
"message": "Review complete"
|
|
5559
5587
|
}
|
|
5560
5588
|
]
|
|
5561
5589
|
]
|