@almadar/std 8.4.2 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/package.json +1 -1
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"event": "ReviewLoaded",
|
|
72
72
|
"description": "Fired when Review finishes loading",
|
|
73
73
|
"scope": "internal",
|
|
74
|
-
"
|
|
74
|
+
"payloadSchema": [
|
|
75
75
|
{
|
|
76
76
|
"name": "data",
|
|
77
77
|
"type": "[Review]"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"event": "ReviewLoadFailed",
|
|
83
83
|
"description": "Fired when Review fails to load",
|
|
84
84
|
"scope": "internal",
|
|
85
|
-
"
|
|
85
|
+
"payloadSchema": [
|
|
86
86
|
{
|
|
87
87
|
"name": "error",
|
|
88
88
|
"type": "string"
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
{
|
|
97
97
|
"event": "ReviewRagSaved",
|
|
98
98
|
"scope": "internal",
|
|
99
|
-
"
|
|
99
|
+
"payloadSchema": [
|
|
100
100
|
{
|
|
101
101
|
"name": "id",
|
|
102
102
|
"type": "string"
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
{
|
|
107
107
|
"event": "ReviewRagSaveFailed",
|
|
108
108
|
"scope": "internal",
|
|
109
|
-
"
|
|
109
|
+
"payloadSchema": [
|
|
110
110
|
{
|
|
111
111
|
"name": "error",
|
|
112
112
|
"type": "string"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
{
|
|
121
121
|
"event": "AnalysisSaved",
|
|
122
122
|
"scope": "internal",
|
|
123
|
-
"
|
|
123
|
+
"payloadSchema": [
|
|
124
124
|
{
|
|
125
125
|
"name": "id",
|
|
126
126
|
"type": "string"
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
{
|
|
131
131
|
"event": "AnalysisSaveFailed",
|
|
132
132
|
"scope": "internal",
|
|
133
|
-
"
|
|
133
|
+
"payloadSchema": [
|
|
134
134
|
{
|
|
135
135
|
"name": "error",
|
|
136
136
|
"type": "string"
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
{
|
|
145
145
|
"event": "ReviewCompletionSaved",
|
|
146
146
|
"scope": "internal",
|
|
147
|
-
"
|
|
147
|
+
"payloadSchema": [
|
|
148
148
|
{
|
|
149
149
|
"name": "id",
|
|
150
150
|
"type": "string"
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
{
|
|
155
155
|
"event": "ReviewCompletionSaveFailed",
|
|
156
156
|
"scope": "internal",
|
|
157
|
-
"
|
|
157
|
+
"payloadSchema": [
|
|
158
158
|
{
|
|
159
159
|
"name": "error",
|
|
160
160
|
"type": "string"
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
{
|
|
200
200
|
"key": "SUBMIT_REVIEW",
|
|
201
201
|
"name": "Submit Review",
|
|
202
|
-
"
|
|
202
|
+
"payloadSchema": [
|
|
203
203
|
{
|
|
204
204
|
"name": "target",
|
|
205
205
|
"type": "string"
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
{
|
|
222
222
|
"key": "ReviewLoaded",
|
|
223
223
|
"name": "Review loaded",
|
|
224
|
-
"
|
|
224
|
+
"payloadSchema": [
|
|
225
225
|
{
|
|
226
226
|
"name": "data",
|
|
227
227
|
"type": "[Review]"
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
{
|
|
232
232
|
"key": "ReviewLoadFailed",
|
|
233
233
|
"name": "Review load failed",
|
|
234
|
-
"
|
|
234
|
+
"payloadSchema": [
|
|
235
235
|
{
|
|
236
236
|
"name": "error",
|
|
237
237
|
"type": "string"
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
{
|
|
246
246
|
"key": "ReviewRagSaved",
|
|
247
247
|
"name": "Review rag saved",
|
|
248
|
-
"
|
|
248
|
+
"payloadSchema": [
|
|
249
249
|
{
|
|
250
250
|
"name": "id",
|
|
251
251
|
"type": "string"
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
{
|
|
256
256
|
"key": "ReviewRagSaveFailed",
|
|
257
257
|
"name": "Review rag save failed",
|
|
258
|
-
"
|
|
258
|
+
"payloadSchema": [
|
|
259
259
|
{
|
|
260
260
|
"name": "error",
|
|
261
261
|
"type": "string"
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
{
|
|
270
270
|
"key": "AnalysisSaved",
|
|
271
271
|
"name": "Analysis saved",
|
|
272
|
-
"
|
|
272
|
+
"payloadSchema": [
|
|
273
273
|
{
|
|
274
274
|
"name": "id",
|
|
275
275
|
"type": "string"
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
{
|
|
280
280
|
"key": "AnalysisSaveFailed",
|
|
281
281
|
"name": "Analysis save failed",
|
|
282
|
-
"
|
|
282
|
+
"payloadSchema": [
|
|
283
283
|
{
|
|
284
284
|
"name": "error",
|
|
285
285
|
"type": "string"
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
{
|
|
294
294
|
"key": "ReviewCompletionSaved",
|
|
295
295
|
"name": "Review completion saved",
|
|
296
|
-
"
|
|
296
|
+
"payloadSchema": [
|
|
297
297
|
{
|
|
298
298
|
"name": "id",
|
|
299
299
|
"type": "string"
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
{
|
|
304
304
|
"key": "ReviewCompletionSaveFailed",
|
|
305
305
|
"name": "Review completion save failed",
|
|
306
|
-
"
|
|
306
|
+
"payloadSchema": [
|
|
307
307
|
{
|
|
308
308
|
"name": "error",
|
|
309
309
|
"type": "string"
|
|
@@ -337,15 +337,14 @@
|
|
|
337
337
|
{
|
|
338
338
|
"children": [
|
|
339
339
|
{
|
|
340
|
-
"
|
|
341
|
-
"type": "stack",
|
|
340
|
+
"direction": "vertical",
|
|
342
341
|
"children": [
|
|
343
342
|
{
|
|
344
|
-
"
|
|
343
|
+
"gap": "sm",
|
|
345
344
|
"children": [
|
|
346
345
|
{
|
|
347
|
-
"
|
|
348
|
-
"
|
|
346
|
+
"name": "file-search",
|
|
347
|
+
"type": "icon"
|
|
349
348
|
},
|
|
350
349
|
{
|
|
351
350
|
"content": "Code Review",
|
|
@@ -353,58 +352,59 @@
|
|
|
353
352
|
"type": "typography"
|
|
354
353
|
}
|
|
355
354
|
],
|
|
355
|
+
"type": "stack",
|
|
356
356
|
"direction": "horizontal",
|
|
357
|
-
"gap": "sm",
|
|
358
357
|
"align": "center"
|
|
359
358
|
},
|
|
360
359
|
{
|
|
361
360
|
"type": "divider"
|
|
362
361
|
},
|
|
363
362
|
{
|
|
363
|
+
"type": "card",
|
|
364
364
|
"children": [
|
|
365
365
|
{
|
|
366
|
-
"gap": "md",
|
|
367
366
|
"type": "stack",
|
|
367
|
+
"direction": "vertical",
|
|
368
368
|
"children": [
|
|
369
369
|
{
|
|
370
|
-
"content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review.",
|
|
371
370
|
"variant": "body",
|
|
372
|
-
"type": "typography"
|
|
371
|
+
"type": "typography",
|
|
372
|
+
"content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review."
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"entity": "@entity",
|
|
376
376
|
"fields": [
|
|
377
377
|
"target"
|
|
378
378
|
],
|
|
379
|
-
"
|
|
379
|
+
"mode": "edit",
|
|
380
380
|
"type": "form-section",
|
|
381
|
-
"
|
|
381
|
+
"submitEvent": "SUBMIT_REVIEW"
|
|
382
382
|
}
|
|
383
383
|
],
|
|
384
|
-
"
|
|
384
|
+
"gap": "md"
|
|
385
385
|
}
|
|
386
|
-
]
|
|
387
|
-
"type": "card"
|
|
386
|
+
]
|
|
388
387
|
}
|
|
389
388
|
],
|
|
390
|
-
"
|
|
389
|
+
"gap": "lg",
|
|
390
|
+
"type": "stack"
|
|
391
391
|
}
|
|
392
392
|
],
|
|
393
393
|
"type": "dashboard-layout",
|
|
394
394
|
"navItems": [
|
|
395
395
|
{
|
|
396
|
-
"icon": "file-search",
|
|
397
396
|
"href": "/review",
|
|
397
|
+
"icon": "file-search",
|
|
398
398
|
"label": "Review"
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
|
-
"href": "/analysis",
|
|
402
401
|
"icon": "tag",
|
|
402
|
+
"href": "/analysis",
|
|
403
403
|
"label": "Analysis"
|
|
404
404
|
},
|
|
405
405
|
{
|
|
406
|
-
"label": "Issues",
|
|
407
406
|
"icon": "alert-triangle",
|
|
407
|
+
"label": "Issues",
|
|
408
408
|
"href": "/issues"
|
|
409
409
|
}
|
|
410
410
|
],
|
|
@@ -453,39 +453,39 @@
|
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
455
|
"label": "Issues",
|
|
456
|
-
"
|
|
457
|
-
"
|
|
456
|
+
"href": "/issues",
|
|
457
|
+
"icon": "alert-triangle"
|
|
458
458
|
}
|
|
459
459
|
],
|
|
460
|
+
"type": "dashboard-layout",
|
|
461
|
+
"appName": "Code Reviewer",
|
|
460
462
|
"children": [
|
|
461
463
|
{
|
|
464
|
+
"gap": "lg",
|
|
462
465
|
"direction": "vertical",
|
|
463
|
-
"
|
|
466
|
+
"type": "stack",
|
|
464
467
|
"children": [
|
|
465
468
|
{
|
|
466
469
|
"name": "search",
|
|
467
470
|
"type": "icon"
|
|
468
471
|
},
|
|
469
472
|
{
|
|
473
|
+
"variant": "h3",
|
|
470
474
|
"type": "typography",
|
|
471
|
-
"content": "Analyzing input..."
|
|
472
|
-
"variant": "h3"
|
|
475
|
+
"content": "Analyzing input..."
|
|
473
476
|
},
|
|
474
477
|
{
|
|
475
478
|
"type": "spinner"
|
|
476
479
|
},
|
|
477
480
|
{
|
|
478
481
|
"content": "Classifying and searching for patterns",
|
|
479
|
-
"
|
|
480
|
-
"
|
|
482
|
+
"type": "typography",
|
|
483
|
+
"variant": "caption"
|
|
481
484
|
}
|
|
482
485
|
],
|
|
483
|
-
"
|
|
484
|
-
"type": "stack"
|
|
486
|
+
"align": "center"
|
|
485
487
|
}
|
|
486
|
-
]
|
|
487
|
-
"appName": "Code Reviewer",
|
|
488
|
-
"type": "dashboard-layout"
|
|
488
|
+
]
|
|
489
489
|
}
|
|
490
490
|
]
|
|
491
491
|
]
|
|
@@ -508,6 +508,8 @@
|
|
|
508
508
|
"render-ui",
|
|
509
509
|
"main",
|
|
510
510
|
{
|
|
511
|
+
"type": "dashboard-layout",
|
|
512
|
+
"appName": "Code Reviewer",
|
|
511
513
|
"navItems": [
|
|
512
514
|
{
|
|
513
515
|
"label": "Review",
|
|
@@ -516,20 +518,17 @@
|
|
|
516
518
|
},
|
|
517
519
|
{
|
|
518
520
|
"href": "/analysis",
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
+
"label": "Analysis",
|
|
522
|
+
"icon": "tag"
|
|
521
523
|
},
|
|
522
524
|
{
|
|
523
525
|
"icon": "alert-triangle",
|
|
524
|
-
"
|
|
525
|
-
"
|
|
526
|
+
"href": "/issues",
|
|
527
|
+
"label": "Issues"
|
|
526
528
|
}
|
|
527
529
|
],
|
|
528
|
-
"appName": "Code Reviewer",
|
|
529
530
|
"children": [
|
|
530
531
|
{
|
|
531
|
-
"align": "center",
|
|
532
|
-
"direction": "vertical",
|
|
533
532
|
"children": [
|
|
534
533
|
{
|
|
535
534
|
"type": "icon",
|
|
@@ -544,16 +543,17 @@
|
|
|
544
543
|
"type": "spinner"
|
|
545
544
|
},
|
|
546
545
|
{
|
|
547
|
-
"
|
|
546
|
+
"variant": "caption",
|
|
548
547
|
"type": "typography",
|
|
549
|
-
"
|
|
548
|
+
"content": "Category: @entity.category"
|
|
550
549
|
}
|
|
551
550
|
],
|
|
551
|
+
"type": "stack",
|
|
552
552
|
"gap": "lg",
|
|
553
|
-
"
|
|
553
|
+
"direction": "vertical",
|
|
554
|
+
"align": "center"
|
|
554
555
|
}
|
|
555
|
-
]
|
|
556
|
-
"type": "dashboard-layout"
|
|
556
|
+
]
|
|
557
557
|
}
|
|
558
558
|
]
|
|
559
559
|
]
|
|
@@ -577,63 +577,63 @@
|
|
|
577
577
|
"render-ui",
|
|
578
578
|
"main",
|
|
579
579
|
{
|
|
580
|
+
"appName": "Code Reviewer",
|
|
581
|
+
"type": "dashboard-layout",
|
|
580
582
|
"children": [
|
|
581
583
|
{
|
|
582
|
-
"gap": "lg",
|
|
583
584
|
"children": [
|
|
584
585
|
{
|
|
585
586
|
"justify": "between",
|
|
586
|
-
"gap": "sm",
|
|
587
587
|
"children": [
|
|
588
588
|
{
|
|
589
|
+
"direction": "horizontal",
|
|
590
|
+
"type": "stack",
|
|
591
|
+
"gap": "sm",
|
|
592
|
+
"align": "center",
|
|
589
593
|
"children": [
|
|
590
594
|
{
|
|
591
|
-
"
|
|
592
|
-
"
|
|
595
|
+
"name": "check-circle",
|
|
596
|
+
"type": "icon"
|
|
593
597
|
},
|
|
594
598
|
{
|
|
595
|
-
"
|
|
599
|
+
"variant": "h2",
|
|
596
600
|
"content": "Review Complete",
|
|
597
|
-
"
|
|
601
|
+
"type": "typography"
|
|
598
602
|
}
|
|
599
|
-
]
|
|
600
|
-
"gap": "sm",
|
|
601
|
-
"type": "stack",
|
|
602
|
-
"direction": "horizontal",
|
|
603
|
-
"align": "center"
|
|
603
|
+
]
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
|
-
"
|
|
607
|
-
"
|
|
606
|
+
"type": "badge",
|
|
607
|
+
"label": "@entity.score"
|
|
608
608
|
}
|
|
609
609
|
],
|
|
610
|
+
"align": "center",
|
|
610
611
|
"direction": "horizontal",
|
|
611
|
-
"
|
|
612
|
-
"
|
|
612
|
+
"gap": "sm",
|
|
613
|
+
"type": "stack"
|
|
613
614
|
},
|
|
614
615
|
{
|
|
615
616
|
"type": "divider"
|
|
616
617
|
},
|
|
617
618
|
{
|
|
618
|
-
"type": "card",
|
|
619
619
|
"children": [
|
|
620
620
|
{
|
|
621
|
-
"
|
|
621
|
+
"direction": "vertical",
|
|
622
622
|
"children": [
|
|
623
623
|
{
|
|
624
|
-
"gap": "sm",
|
|
625
624
|
"direction": "horizontal",
|
|
626
|
-
"
|
|
625
|
+
"gap": "sm",
|
|
627
626
|
"children": [
|
|
628
627
|
{
|
|
629
|
-
"
|
|
630
|
-
"
|
|
628
|
+
"type": "badge",
|
|
629
|
+
"label": "@entity.category"
|
|
631
630
|
},
|
|
632
631
|
{
|
|
633
|
-
"
|
|
634
|
-
"
|
|
632
|
+
"type": "badge",
|
|
633
|
+
"label": "@entity.reviewStatus"
|
|
635
634
|
}
|
|
636
|
-
]
|
|
635
|
+
],
|
|
636
|
+
"type": "stack"
|
|
637
637
|
},
|
|
638
638
|
{
|
|
639
639
|
"variant": "h4",
|
|
@@ -641,60 +641,60 @@
|
|
|
641
641
|
"content": "Issues"
|
|
642
642
|
},
|
|
643
643
|
{
|
|
644
|
-
"variant": "body",
|
|
645
644
|
"type": "typography",
|
|
645
|
+
"variant": "body",
|
|
646
646
|
"content": "@entity.issues"
|
|
647
647
|
},
|
|
648
648
|
{
|
|
649
649
|
"type": "divider"
|
|
650
650
|
},
|
|
651
651
|
{
|
|
652
|
-
"variant": "h4",
|
|
653
652
|
"content": "Suggestions",
|
|
653
|
+
"variant": "h4",
|
|
654
654
|
"type": "typography"
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
|
+
"type": "typography",
|
|
657
658
|
"content": "@entity.suggestions",
|
|
658
|
-
"variant": "body"
|
|
659
|
-
"type": "typography"
|
|
659
|
+
"variant": "body"
|
|
660
660
|
}
|
|
661
661
|
],
|
|
662
|
-
"
|
|
663
|
-
"
|
|
662
|
+
"type": "stack",
|
|
663
|
+
"gap": "md"
|
|
664
664
|
}
|
|
665
|
-
]
|
|
665
|
+
],
|
|
666
|
+
"type": "card"
|
|
666
667
|
},
|
|
667
668
|
{
|
|
668
|
-
"icon": "rotate-ccw",
|
|
669
|
-
"label": "New Review",
|
|
670
669
|
"variant": "ghost",
|
|
671
670
|
"type": "button",
|
|
672
|
-
"
|
|
671
|
+
"icon": "rotate-ccw",
|
|
672
|
+
"action": "RESET",
|
|
673
|
+
"label": "New Review"
|
|
673
674
|
}
|
|
674
675
|
],
|
|
675
|
-
"
|
|
676
|
-
"
|
|
676
|
+
"type": "stack",
|
|
677
|
+
"gap": "lg",
|
|
678
|
+
"direction": "vertical"
|
|
677
679
|
}
|
|
678
680
|
],
|
|
679
681
|
"navItems": [
|
|
680
682
|
{
|
|
681
|
-
"label": "Review",
|
|
682
683
|
"href": "/review",
|
|
683
|
-
"icon": "file-search"
|
|
684
|
+
"icon": "file-search",
|
|
685
|
+
"label": "Review"
|
|
684
686
|
},
|
|
685
687
|
{
|
|
688
|
+
"label": "Analysis",
|
|
686
689
|
"href": "/analysis",
|
|
687
|
-
"icon": "tag"
|
|
688
|
-
"label": "Analysis"
|
|
690
|
+
"icon": "tag"
|
|
689
691
|
},
|
|
690
692
|
{
|
|
691
|
-
"icon": "alert-triangle",
|
|
692
693
|
"href": "/issues",
|
|
694
|
+
"icon": "alert-triangle",
|
|
693
695
|
"label": "Issues"
|
|
694
696
|
}
|
|
695
|
-
]
|
|
696
|
-
"appName": "Code Reviewer",
|
|
697
|
-
"type": "dashboard-layout"
|
|
697
|
+
]
|
|
698
698
|
}
|
|
699
699
|
]
|
|
700
700
|
]
|
|
@@ -734,6 +734,7 @@
|
|
|
734
734
|
"main",
|
|
735
735
|
{
|
|
736
736
|
"type": "dashboard-layout",
|
|
737
|
+
"appName": "Code Reviewer",
|
|
737
738
|
"navItems": [
|
|
738
739
|
{
|
|
739
740
|
"href": "/review",
|
|
@@ -741,38 +742,37 @@
|
|
|
741
742
|
"label": "Review"
|
|
742
743
|
},
|
|
743
744
|
{
|
|
744
|
-
"icon": "tag",
|
|
745
745
|
"label": "Analysis",
|
|
746
|
-
"href": "/analysis"
|
|
746
|
+
"href": "/analysis",
|
|
747
|
+
"icon": "tag"
|
|
747
748
|
},
|
|
748
749
|
{
|
|
749
|
-
"label": "Issues",
|
|
750
750
|
"icon": "alert-triangle",
|
|
751
|
-
"href": "/issues"
|
|
751
|
+
"href": "/issues",
|
|
752
|
+
"label": "Issues"
|
|
752
753
|
}
|
|
753
754
|
],
|
|
754
755
|
"children": [
|
|
755
756
|
{
|
|
756
|
-
"direction": "vertical",
|
|
757
|
-
"gap": "lg",
|
|
758
757
|
"type": "stack",
|
|
758
|
+
"direction": "vertical",
|
|
759
759
|
"children": [
|
|
760
760
|
{
|
|
761
|
-
"align": "center",
|
|
762
|
-
"gap": "sm",
|
|
763
|
-
"direction": "horizontal",
|
|
764
|
-
"type": "stack",
|
|
765
761
|
"children": [
|
|
766
762
|
{
|
|
767
763
|
"type": "icon",
|
|
768
764
|
"name": "file-search"
|
|
769
765
|
},
|
|
770
766
|
{
|
|
771
|
-
"variant": "h2",
|
|
772
767
|
"type": "typography",
|
|
773
|
-
"content": "Code Review"
|
|
768
|
+
"content": "Code Review",
|
|
769
|
+
"variant": "h2"
|
|
774
770
|
}
|
|
775
|
-
]
|
|
771
|
+
],
|
|
772
|
+
"type": "stack",
|
|
773
|
+
"direction": "horizontal",
|
|
774
|
+
"align": "center",
|
|
775
|
+
"gap": "sm"
|
|
776
776
|
},
|
|
777
777
|
{
|
|
778
778
|
"type": "divider"
|
|
@@ -781,32 +781,32 @@
|
|
|
781
781
|
"type": "card",
|
|
782
782
|
"children": [
|
|
783
783
|
{
|
|
784
|
-
"direction": "vertical",
|
|
785
784
|
"type": "stack",
|
|
785
|
+
"direction": "vertical",
|
|
786
786
|
"children": [
|
|
787
787
|
{
|
|
788
|
-
"
|
|
788
|
+
"type": "typography",
|
|
789
789
|
"content": "Paste schema or code to review. The agent will classify, search for patterns, and generate a structured review.",
|
|
790
|
-
"
|
|
790
|
+
"variant": "body"
|
|
791
791
|
},
|
|
792
792
|
{
|
|
793
793
|
"entity": "@entity",
|
|
794
|
-
"
|
|
794
|
+
"mode": "edit",
|
|
795
|
+
"submitEvent": "SUBMIT_REVIEW",
|
|
795
796
|
"fields": [
|
|
796
797
|
"target"
|
|
797
798
|
],
|
|
798
|
-
"
|
|
799
|
-
"mode": "edit"
|
|
799
|
+
"type": "form-section"
|
|
800
800
|
}
|
|
801
801
|
],
|
|
802
802
|
"gap": "md"
|
|
803
803
|
}
|
|
804
804
|
]
|
|
805
805
|
}
|
|
806
|
-
]
|
|
806
|
+
],
|
|
807
|
+
"gap": "lg"
|
|
807
808
|
}
|
|
808
|
-
]
|
|
809
|
-
"appName": "Code Reviewer"
|
|
809
|
+
]
|
|
810
810
|
}
|
|
811
811
|
]
|
|
812
812
|
]
|
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
{
|
|
949
949
|
"key": "RETRIEVAL_DONE",
|
|
950
950
|
"name": "Retrieval Done",
|
|
951
|
-
"
|
|
951
|
+
"payloadSchema": [
|
|
952
952
|
{
|
|
953
953
|
"name": "context",
|
|
954
954
|
"type": "string"
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
{
|
|
967
967
|
"key": "FAILED",
|
|
968
968
|
"name": "Failed",
|
|
969
|
-
"
|
|
969
|
+
"payloadSchema": [
|
|
970
970
|
{
|
|
971
971
|
"name": "error",
|
|
972
972
|
"type": "string"
|
|
@@ -976,7 +976,7 @@
|
|
|
976
976
|
{
|
|
977
977
|
"key": "GENERATION_DONE",
|
|
978
978
|
"name": "Generation Done",
|
|
979
|
-
"
|
|
979
|
+
"payloadSchema": [
|
|
980
980
|
{
|
|
981
981
|
"name": "response",
|
|
982
982
|
"type": "string"
|
|
@@ -998,76 +998,76 @@
|
|
|
998
998
|
"render-ui",
|
|
999
999
|
"main",
|
|
1000
1000
|
{
|
|
1001
|
+
"navItems": [
|
|
1002
|
+
{
|
|
1003
|
+
"icon": "file-search",
|
|
1004
|
+
"href": "/review",
|
|
1005
|
+
"label": "Review"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"label": "Analysis",
|
|
1009
|
+
"icon": "tag",
|
|
1010
|
+
"href": "/analysis"
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"href": "/issues",
|
|
1014
|
+
"label": "Issues",
|
|
1015
|
+
"icon": "alert-triangle"
|
|
1016
|
+
}
|
|
1017
|
+
],
|
|
1001
1018
|
"children": [
|
|
1002
1019
|
{
|
|
1020
|
+
"gap": "lg",
|
|
1021
|
+
"type": "stack",
|
|
1022
|
+
"direction": "vertical",
|
|
1003
1023
|
"children": [
|
|
1004
1024
|
{
|
|
1025
|
+
"align": "center",
|
|
1026
|
+
"type": "stack",
|
|
1027
|
+
"gap": "sm",
|
|
1028
|
+
"direction": "horizontal",
|
|
1005
1029
|
"children": [
|
|
1006
1030
|
{
|
|
1007
1031
|
"type": "icon",
|
|
1008
1032
|
"name": "brain"
|
|
1009
1033
|
},
|
|
1010
1034
|
{
|
|
1011
|
-
"content": "RAG Pipeline",
|
|
1012
1035
|
"variant": "h2",
|
|
1036
|
+
"content": "RAG Pipeline",
|
|
1013
1037
|
"type": "typography"
|
|
1014
1038
|
}
|
|
1015
|
-
]
|
|
1016
|
-
"type": "stack",
|
|
1017
|
-
"align": "center",
|
|
1018
|
-
"gap": "sm",
|
|
1019
|
-
"direction": "horizontal"
|
|
1039
|
+
]
|
|
1020
1040
|
},
|
|
1021
1041
|
{
|
|
1022
1042
|
"type": "divider"
|
|
1023
1043
|
},
|
|
1024
1044
|
{
|
|
1045
|
+
"type": "card",
|
|
1025
1046
|
"children": [
|
|
1026
1047
|
{
|
|
1027
1048
|
"type": "stack",
|
|
1028
|
-
"gap": "md",
|
|
1029
|
-
"direction": "vertical",
|
|
1030
1049
|
"children": [
|
|
1031
1050
|
{
|
|
1032
|
-
"variant": "body",
|
|
1033
1051
|
"content": "Enter a query to retrieve context and generate a response",
|
|
1052
|
+
"variant": "body",
|
|
1034
1053
|
"type": "typography"
|
|
1035
1054
|
},
|
|
1036
1055
|
{
|
|
1037
|
-
"submitEvent": "GENERATE",
|
|
1038
|
-
"type": "form-section",
|
|
1039
1056
|
"fields": [
|
|
1040
1057
|
"query"
|
|
1041
1058
|
],
|
|
1042
|
-
"
|
|
1043
|
-
"
|
|
1059
|
+
"type": "form-section",
|
|
1060
|
+
"submitEvent": "GENERATE",
|
|
1061
|
+
"mode": "edit",
|
|
1062
|
+
"entity": "@entity"
|
|
1044
1063
|
}
|
|
1045
|
-
]
|
|
1064
|
+
],
|
|
1065
|
+
"direction": "vertical",
|
|
1066
|
+
"gap": "md"
|
|
1046
1067
|
}
|
|
1047
|
-
]
|
|
1048
|
-
"type": "card"
|
|
1068
|
+
]
|
|
1049
1069
|
}
|
|
1050
|
-
]
|
|
1051
|
-
"gap": "lg",
|
|
1052
|
-
"direction": "vertical",
|
|
1053
|
-
"type": "stack"
|
|
1054
|
-
}
|
|
1055
|
-
],
|
|
1056
|
-
"navItems": [
|
|
1057
|
-
{
|
|
1058
|
-
"href": "/review",
|
|
1059
|
-
"label": "Review",
|
|
1060
|
-
"icon": "file-search"
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"icon": "tag",
|
|
1064
|
-
"label": "Analysis",
|
|
1065
|
-
"href": "/analysis"
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"label": "Issues",
|
|
1069
|
-
"href": "/issues",
|
|
1070
|
-
"icon": "alert-triangle"
|
|
1070
|
+
]
|
|
1071
1071
|
}
|
|
1072
1072
|
],
|
|
1073
1073
|
"type": "dashboard-layout",
|
|
@@ -1099,19 +1099,21 @@
|
|
|
1099
1099
|
"render-ui",
|
|
1100
1100
|
"main",
|
|
1101
1101
|
{
|
|
1102
|
+
"appName": "Code Reviewer",
|
|
1102
1103
|
"children": [
|
|
1103
1104
|
{
|
|
1105
|
+
"type": "stack",
|
|
1106
|
+
"align": "center",
|
|
1104
1107
|
"gap": "lg",
|
|
1105
1108
|
"direction": "vertical",
|
|
1106
|
-
"align": "center",
|
|
1107
1109
|
"children": [
|
|
1108
1110
|
{
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1111
|
+
"type": "icon",
|
|
1112
|
+
"name": "search"
|
|
1111
1113
|
},
|
|
1112
1114
|
{
|
|
1113
|
-
"content": "Retrieving context...",
|
|
1114
1115
|
"type": "typography",
|
|
1116
|
+
"content": "Retrieving context...",
|
|
1115
1117
|
"variant": "h3"
|
|
1116
1118
|
},
|
|
1117
1119
|
{
|
|
@@ -1119,7 +1121,8 @@
|
|
|
1119
1121
|
},
|
|
1120
1122
|
{
|
|
1121
1123
|
"type": "stack",
|
|
1122
|
-
"
|
|
1124
|
+
"direction": "horizontal",
|
|
1125
|
+
"gap": "md",
|
|
1123
1126
|
"children": [
|
|
1124
1127
|
{
|
|
1125
1128
|
"label": "Recalling memories",
|
|
@@ -1130,19 +1133,15 @@
|
|
|
1130
1133
|
"label": "Searching code"
|
|
1131
1134
|
}
|
|
1132
1135
|
],
|
|
1133
|
-
"
|
|
1134
|
-
"gap": "md"
|
|
1136
|
+
"justify": "center"
|
|
1135
1137
|
}
|
|
1136
|
-
]
|
|
1137
|
-
"type": "stack"
|
|
1138
|
+
]
|
|
1138
1139
|
}
|
|
1139
1140
|
],
|
|
1140
|
-
"appName": "Code Reviewer",
|
|
1141
|
-
"type": "dashboard-layout",
|
|
1142
1141
|
"navItems": [
|
|
1143
1142
|
{
|
|
1144
|
-
"label": "Review",
|
|
1145
1143
|
"icon": "file-search",
|
|
1144
|
+
"label": "Review",
|
|
1146
1145
|
"href": "/review"
|
|
1147
1146
|
},
|
|
1148
1147
|
{
|
|
@@ -1155,7 +1154,8 @@
|
|
|
1155
1154
|
"label": "Issues",
|
|
1156
1155
|
"href": "/issues"
|
|
1157
1156
|
}
|
|
1158
|
-
]
|
|
1157
|
+
],
|
|
1158
|
+
"type": "dashboard-layout"
|
|
1159
1159
|
}
|
|
1160
1160
|
]
|
|
1161
1161
|
]
|
|
@@ -1200,10 +1200,12 @@
|
|
|
1200
1200
|
"render-ui",
|
|
1201
1201
|
"main",
|
|
1202
1202
|
{
|
|
1203
|
+
"type": "dashboard-layout",
|
|
1203
1204
|
"children": [
|
|
1204
1205
|
{
|
|
1205
|
-
"type": "stack",
|
|
1206
1206
|
"align": "center",
|
|
1207
|
+
"direction": "vertical",
|
|
1208
|
+
"type": "stack",
|
|
1207
1209
|
"children": [
|
|
1208
1210
|
{
|
|
1209
1211
|
"name": "cpu",
|
|
@@ -1211,52 +1213,50 @@
|
|
|
1211
1213
|
},
|
|
1212
1214
|
{
|
|
1213
1215
|
"content": "Generating response...",
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
1216
|
+
"type": "typography",
|
|
1217
|
+
"variant": "h3"
|
|
1216
1218
|
},
|
|
1217
1219
|
{
|
|
1218
1220
|
"type": "spinner"
|
|
1219
1221
|
},
|
|
1220
1222
|
{
|
|
1221
|
-
"
|
|
1223
|
+
"type": "stack",
|
|
1222
1224
|
"gap": "md",
|
|
1223
1225
|
"justify": "center",
|
|
1224
1226
|
"children": [
|
|
1225
1227
|
{
|
|
1226
|
-
"
|
|
1227
|
-
"
|
|
1228
|
+
"type": "badge",
|
|
1229
|
+
"label": "@entity.memoryHits"
|
|
1228
1230
|
},
|
|
1229
1231
|
{
|
|
1230
|
-
"
|
|
1231
|
-
"
|
|
1232
|
+
"type": "badge",
|
|
1233
|
+
"label": "@entity.searchHits"
|
|
1232
1234
|
}
|
|
1233
1235
|
],
|
|
1234
|
-
"
|
|
1236
|
+
"direction": "horizontal"
|
|
1235
1237
|
}
|
|
1236
1238
|
],
|
|
1237
|
-
"gap": "lg"
|
|
1238
|
-
"direction": "vertical"
|
|
1239
|
+
"gap": "lg"
|
|
1239
1240
|
}
|
|
1240
1241
|
],
|
|
1241
|
-
"appName": "Code Reviewer",
|
|
1242
|
-
"type": "dashboard-layout",
|
|
1243
1242
|
"navItems": [
|
|
1244
1243
|
{
|
|
1245
|
-
"label": "Review",
|
|
1246
1244
|
"href": "/review",
|
|
1247
|
-
"icon": "file-search"
|
|
1245
|
+
"icon": "file-search",
|
|
1246
|
+
"label": "Review"
|
|
1248
1247
|
},
|
|
1249
1248
|
{
|
|
1250
|
-
"
|
|
1249
|
+
"label": "Analysis",
|
|
1251
1250
|
"href": "/analysis",
|
|
1252
|
-
"
|
|
1251
|
+
"icon": "tag"
|
|
1253
1252
|
},
|
|
1254
1253
|
{
|
|
1255
1254
|
"label": "Issues",
|
|
1256
1255
|
"href": "/issues",
|
|
1257
1256
|
"icon": "alert-triangle"
|
|
1258
1257
|
}
|
|
1259
|
-
]
|
|
1258
|
+
],
|
|
1259
|
+
"appName": "Code Reviewer"
|
|
1260
1260
|
}
|
|
1261
1261
|
]
|
|
1262
1262
|
]
|
|
@@ -1280,56 +1280,56 @@
|
|
|
1280
1280
|
"render-ui",
|
|
1281
1281
|
"main",
|
|
1282
1282
|
{
|
|
1283
|
+
"appName": "Code Reviewer",
|
|
1284
|
+
"navItems": [
|
|
1285
|
+
{
|
|
1286
|
+
"label": "Review",
|
|
1287
|
+
"icon": "file-search",
|
|
1288
|
+
"href": "/review"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"icon": "tag",
|
|
1292
|
+
"href": "/analysis",
|
|
1293
|
+
"label": "Analysis"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"icon": "alert-triangle",
|
|
1297
|
+
"label": "Issues",
|
|
1298
|
+
"href": "/issues"
|
|
1299
|
+
}
|
|
1300
|
+
],
|
|
1283
1301
|
"children": [
|
|
1284
1302
|
{
|
|
1303
|
+
"align": "center",
|
|
1285
1304
|
"type": "stack",
|
|
1305
|
+
"gap": "lg",
|
|
1306
|
+
"direction": "vertical",
|
|
1286
1307
|
"children": [
|
|
1287
1308
|
{
|
|
1288
1309
|
"name": "alert-triangle",
|
|
1289
1310
|
"type": "icon"
|
|
1290
1311
|
},
|
|
1291
1312
|
{
|
|
1292
|
-
"content": "RAG Pipeline Error",
|
|
1293
1313
|
"type": "typography",
|
|
1314
|
+
"content": "RAG Pipeline Error",
|
|
1294
1315
|
"variant": "h2"
|
|
1295
1316
|
},
|
|
1296
1317
|
{
|
|
1318
|
+
"type": "alert",
|
|
1297
1319
|
"variant": "error",
|
|
1298
|
-
"message": "@entity.error"
|
|
1299
|
-
"type": "alert"
|
|
1320
|
+
"message": "@entity.error"
|
|
1300
1321
|
},
|
|
1301
1322
|
{
|
|
1302
1323
|
"variant": "primary",
|
|
1324
|
+
"icon": "rotate-ccw",
|
|
1303
1325
|
"type": "button",
|
|
1304
|
-
"action": "RESET",
|
|
1305
1326
|
"label": "Try Again",
|
|
1306
|
-
"
|
|
1327
|
+
"action": "RESET"
|
|
1307
1328
|
}
|
|
1308
|
-
]
|
|
1309
|
-
"direction": "vertical",
|
|
1310
|
-
"gap": "lg",
|
|
1311
|
-
"align": "center"
|
|
1312
|
-
}
|
|
1313
|
-
],
|
|
1314
|
-
"navItems": [
|
|
1315
|
-
{
|
|
1316
|
-
"icon": "file-search",
|
|
1317
|
-
"href": "/review",
|
|
1318
|
-
"label": "Review"
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"href": "/analysis",
|
|
1322
|
-
"icon": "tag",
|
|
1323
|
-
"label": "Analysis"
|
|
1324
|
-
},
|
|
1325
|
-
{
|
|
1326
|
-
"label": "Issues",
|
|
1327
|
-
"href": "/issues",
|
|
1328
|
-
"icon": "alert-triangle"
|
|
1329
|
+
]
|
|
1329
1330
|
}
|
|
1330
1331
|
],
|
|
1331
|
-
"type": "dashboard-layout"
|
|
1332
|
-
"appName": "Code Reviewer"
|
|
1332
|
+
"type": "dashboard-layout"
|
|
1333
1333
|
}
|
|
1334
1334
|
]
|
|
1335
1335
|
]
|
|
@@ -1364,61 +1364,59 @@
|
|
|
1364
1364
|
{
|
|
1365
1365
|
"children": [
|
|
1366
1366
|
{
|
|
1367
|
-
"gap": "lg",
|
|
1368
|
-
"type": "stack",
|
|
1369
1367
|
"direction": "vertical",
|
|
1370
1368
|
"children": [
|
|
1371
1369
|
{
|
|
1370
|
+
"gap": "sm",
|
|
1372
1371
|
"align": "center",
|
|
1373
1372
|
"justify": "between",
|
|
1373
|
+
"type": "stack",
|
|
1374
1374
|
"children": [
|
|
1375
1375
|
{
|
|
1376
|
-
"direction": "horizontal",
|
|
1377
|
-
"align": "center",
|
|
1378
1376
|
"gap": "sm",
|
|
1377
|
+
"align": "center",
|
|
1379
1378
|
"children": [
|
|
1380
1379
|
{
|
|
1381
1380
|
"type": "icon",
|
|
1382
1381
|
"name": "check-circle"
|
|
1383
1382
|
},
|
|
1384
1383
|
{
|
|
1384
|
+
"type": "typography",
|
|
1385
1385
|
"content": "RAG Complete",
|
|
1386
|
-
"variant": "h2"
|
|
1387
|
-
"type": "typography"
|
|
1386
|
+
"variant": "h2"
|
|
1388
1387
|
}
|
|
1389
1388
|
],
|
|
1389
|
+
"direction": "horizontal",
|
|
1390
1390
|
"type": "stack"
|
|
1391
1391
|
},
|
|
1392
1392
|
{
|
|
1393
|
-
"icon": "rotate-ccw",
|
|
1394
1393
|
"variant": "ghost",
|
|
1395
1394
|
"type": "button",
|
|
1396
1395
|
"action": "RESET",
|
|
1396
|
+
"icon": "rotate-ccw",
|
|
1397
1397
|
"label": "New Query"
|
|
1398
1398
|
}
|
|
1399
1399
|
],
|
|
1400
|
-
"type": "stack",
|
|
1401
|
-
"gap": "sm",
|
|
1402
1400
|
"direction": "horizontal"
|
|
1403
1401
|
},
|
|
1404
1402
|
{
|
|
1405
1403
|
"type": "divider"
|
|
1406
1404
|
},
|
|
1407
1405
|
{
|
|
1408
|
-
"type": "simple-grid",
|
|
1409
1406
|
"cols": 2.0,
|
|
1407
|
+
"type": "simple-grid",
|
|
1410
1408
|
"children": [
|
|
1411
1409
|
{
|
|
1412
|
-
"type": "stat-display",
|
|
1413
1410
|
"value": "@entity.memoryHits",
|
|
1414
|
-
"
|
|
1415
|
-
"
|
|
1411
|
+
"icon": "brain",
|
|
1412
|
+
"type": "stat-display",
|
|
1413
|
+
"label": "Memory Hits"
|
|
1416
1414
|
},
|
|
1417
1415
|
{
|
|
1418
|
-
"icon": "code",
|
|
1419
|
-
"value": "@entity.searchHits",
|
|
1420
1416
|
"type": "stat-display",
|
|
1421
|
-
"label": "Code Hits"
|
|
1417
|
+
"label": "Code Hits",
|
|
1418
|
+
"icon": "code",
|
|
1419
|
+
"value": "@entity.searchHits"
|
|
1422
1420
|
}
|
|
1423
1421
|
]
|
|
1424
1422
|
},
|
|
@@ -1428,18 +1426,18 @@
|
|
|
1428
1426
|
{
|
|
1429
1427
|
"children": [
|
|
1430
1428
|
{
|
|
1431
|
-
"direction": "vertical",
|
|
1432
1429
|
"gap": "md",
|
|
1430
|
+
"type": "stack",
|
|
1433
1431
|
"children": [
|
|
1434
1432
|
{
|
|
1435
|
-
"
|
|
1433
|
+
"type": "typography",
|
|
1436
1434
|
"variant": "caption",
|
|
1437
|
-
"
|
|
1435
|
+
"content": "Query"
|
|
1438
1436
|
},
|
|
1439
1437
|
{
|
|
1440
|
-
"type": "typography",
|
|
1441
1438
|
"variant": "body",
|
|
1442
|
-
"content": "@entity.query"
|
|
1439
|
+
"content": "@entity.query",
|
|
1440
|
+
"type": "typography"
|
|
1443
1441
|
},
|
|
1444
1442
|
{
|
|
1445
1443
|
"type": "divider"
|
|
@@ -1455,7 +1453,7 @@
|
|
|
1455
1453
|
"content": "@entity.response"
|
|
1456
1454
|
}
|
|
1457
1455
|
],
|
|
1458
|
-
"
|
|
1456
|
+
"direction": "vertical"
|
|
1459
1457
|
}
|
|
1460
1458
|
],
|
|
1461
1459
|
"type": "card"
|
|
@@ -1464,29 +1462,31 @@
|
|
|
1464
1462
|
"type": "card",
|
|
1465
1463
|
"children": [
|
|
1466
1464
|
{
|
|
1467
|
-
"
|
|
1465
|
+
"direction": "vertical",
|
|
1466
|
+
"gap": "sm",
|
|
1468
1467
|
"children": [
|
|
1469
1468
|
{
|
|
1470
|
-
"
|
|
1469
|
+
"content": "Retrieved Context",
|
|
1471
1470
|
"type": "typography",
|
|
1472
|
-
"
|
|
1471
|
+
"variant": "caption"
|
|
1473
1472
|
},
|
|
1474
1473
|
{
|
|
1475
|
-
"content": "@entity.context",
|
|
1476
1474
|
"type": "typography",
|
|
1475
|
+
"content": "@entity.context",
|
|
1477
1476
|
"variant": "body"
|
|
1478
1477
|
}
|
|
1479
1478
|
],
|
|
1480
|
-
"
|
|
1481
|
-
"direction": "vertical"
|
|
1479
|
+
"type": "stack"
|
|
1482
1480
|
}
|
|
1483
1481
|
]
|
|
1484
1482
|
}
|
|
1485
|
-
]
|
|
1483
|
+
],
|
|
1484
|
+
"type": "stack",
|
|
1485
|
+
"gap": "lg"
|
|
1486
1486
|
}
|
|
1487
1487
|
],
|
|
1488
|
-
"appName": "Code Reviewer",
|
|
1489
1488
|
"type": "dashboard-layout",
|
|
1489
|
+
"appName": "Code Reviewer",
|
|
1490
1490
|
"navItems": [
|
|
1491
1491
|
{
|
|
1492
1492
|
"label": "Review",
|
|
@@ -1494,13 +1494,13 @@
|
|
|
1494
1494
|
"icon": "file-search"
|
|
1495
1495
|
},
|
|
1496
1496
|
{
|
|
1497
|
-
"label": "Analysis",
|
|
1498
1497
|
"href": "/analysis",
|
|
1499
|
-
"icon": "tag"
|
|
1498
|
+
"icon": "tag",
|
|
1499
|
+
"label": "Analysis"
|
|
1500
1500
|
},
|
|
1501
1501
|
{
|
|
1502
|
-
"icon": "alert-triangle",
|
|
1503
1502
|
"label": "Issues",
|
|
1503
|
+
"icon": "alert-triangle",
|
|
1504
1504
|
"href": "/issues"
|
|
1505
1505
|
}
|
|
1506
1506
|
]
|
|
@@ -1527,28 +1527,8 @@
|
|
|
1527
1527
|
"render-ui",
|
|
1528
1528
|
"main",
|
|
1529
1529
|
{
|
|
1530
|
-
"navItems": [
|
|
1531
|
-
{
|
|
1532
|
-
"href": "/review",
|
|
1533
|
-
"label": "Review",
|
|
1534
|
-
"icon": "file-search"
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"label": "Analysis",
|
|
1538
|
-
"href": "/analysis",
|
|
1539
|
-
"icon": "tag"
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"icon": "alert-triangle",
|
|
1543
|
-
"href": "/issues",
|
|
1544
|
-
"label": "Issues"
|
|
1545
|
-
}
|
|
1546
|
-
],
|
|
1547
|
-
"appName": "Code Reviewer",
|
|
1548
1530
|
"children": [
|
|
1549
1531
|
{
|
|
1550
|
-
"type": "stack",
|
|
1551
|
-
"align": "center",
|
|
1552
1532
|
"children": [
|
|
1553
1533
|
{
|
|
1554
1534
|
"name": "alert-triangle",
|
|
@@ -1560,22 +1540,42 @@
|
|
|
1560
1540
|
"variant": "h2"
|
|
1561
1541
|
},
|
|
1562
1542
|
{
|
|
1563
|
-
"message": "@entity.error",
|
|
1564
1543
|
"type": "alert",
|
|
1565
|
-
"variant": "error"
|
|
1544
|
+
"variant": "error",
|
|
1545
|
+
"message": "@entity.error"
|
|
1566
1546
|
},
|
|
1567
1547
|
{
|
|
1548
|
+
"label": "Try Again",
|
|
1568
1549
|
"icon": "rotate-ccw",
|
|
1569
1550
|
"action": "RESET",
|
|
1570
|
-
"
|
|
1571
|
-
"variant": "primary"
|
|
1572
|
-
"type": "button"
|
|
1551
|
+
"type": "button",
|
|
1552
|
+
"variant": "primary"
|
|
1573
1553
|
}
|
|
1574
1554
|
],
|
|
1575
|
-
"
|
|
1576
|
-
"
|
|
1555
|
+
"align": "center",
|
|
1556
|
+
"type": "stack",
|
|
1557
|
+
"gap": "lg",
|
|
1558
|
+
"direction": "vertical"
|
|
1559
|
+
}
|
|
1560
|
+
],
|
|
1561
|
+
"navItems": [
|
|
1562
|
+
{
|
|
1563
|
+
"href": "/review",
|
|
1564
|
+
"icon": "file-search",
|
|
1565
|
+
"label": "Review"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"icon": "tag",
|
|
1569
|
+
"label": "Analysis",
|
|
1570
|
+
"href": "/analysis"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"icon": "alert-triangle",
|
|
1574
|
+
"href": "/issues",
|
|
1575
|
+
"label": "Issues"
|
|
1577
1576
|
}
|
|
1578
1577
|
],
|
|
1578
|
+
"appName": "Code Reviewer",
|
|
1579
1579
|
"type": "dashboard-layout"
|
|
1580
1580
|
}
|
|
1581
1581
|
]
|
|
@@ -1620,80 +1620,80 @@
|
|
|
1620
1620
|
"render-ui",
|
|
1621
1621
|
"main",
|
|
1622
1622
|
{
|
|
1623
|
+
"type": "dashboard-layout",
|
|
1624
|
+
"navItems": [
|
|
1625
|
+
{
|
|
1626
|
+
"label": "Review",
|
|
1627
|
+
"href": "/review",
|
|
1628
|
+
"icon": "file-search"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"href": "/analysis",
|
|
1632
|
+
"icon": "tag",
|
|
1633
|
+
"label": "Analysis"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"icon": "alert-triangle",
|
|
1637
|
+
"href": "/issues",
|
|
1638
|
+
"label": "Issues"
|
|
1639
|
+
}
|
|
1640
|
+
],
|
|
1623
1641
|
"children": [
|
|
1624
1642
|
{
|
|
1625
|
-
"gap": "lg",
|
|
1626
|
-
"direction": "vertical",
|
|
1627
1643
|
"type": "stack",
|
|
1628
1644
|
"children": [
|
|
1629
1645
|
{
|
|
1630
|
-
"
|
|
1631
|
-
"type": "stack",
|
|
1646
|
+
"direction": "horizontal",
|
|
1632
1647
|
"children": [
|
|
1633
1648
|
{
|
|
1634
1649
|
"name": "brain",
|
|
1635
1650
|
"type": "icon"
|
|
1636
1651
|
},
|
|
1637
1652
|
{
|
|
1653
|
+
"variant": "h2",
|
|
1638
1654
|
"type": "typography",
|
|
1639
|
-
"content": "RAG Pipeline"
|
|
1640
|
-
"variant": "h2"
|
|
1655
|
+
"content": "RAG Pipeline"
|
|
1641
1656
|
}
|
|
1642
1657
|
],
|
|
1643
1658
|
"gap": "sm",
|
|
1644
|
-
"
|
|
1659
|
+
"align": "center",
|
|
1660
|
+
"type": "stack"
|
|
1645
1661
|
},
|
|
1646
1662
|
{
|
|
1647
1663
|
"type": "divider"
|
|
1648
1664
|
},
|
|
1649
1665
|
{
|
|
1650
|
-
"type": "card",
|
|
1651
1666
|
"children": [
|
|
1652
1667
|
{
|
|
1653
|
-
"gap": "md",
|
|
1654
1668
|
"children": [
|
|
1655
1669
|
{
|
|
1670
|
+
"content": "Enter a query to retrieve context and generate a response",
|
|
1656
1671
|
"variant": "body",
|
|
1657
|
-
"type": "typography"
|
|
1658
|
-
"content": "Enter a query to retrieve context and generate a response"
|
|
1672
|
+
"type": "typography"
|
|
1659
1673
|
},
|
|
1660
1674
|
{
|
|
1661
|
-
"submitEvent": "GENERATE",
|
|
1662
1675
|
"fields": [
|
|
1663
1676
|
"query"
|
|
1664
1677
|
],
|
|
1678
|
+
"type": "form-section",
|
|
1665
1679
|
"entity": "@entity",
|
|
1666
1680
|
"mode": "edit",
|
|
1667
|
-
"
|
|
1681
|
+
"submitEvent": "GENERATE"
|
|
1668
1682
|
}
|
|
1669
1683
|
],
|
|
1670
1684
|
"direction": "vertical",
|
|
1685
|
+
"gap": "md",
|
|
1671
1686
|
"type": "stack"
|
|
1672
1687
|
}
|
|
1673
|
-
]
|
|
1688
|
+
],
|
|
1689
|
+
"type": "card"
|
|
1674
1690
|
}
|
|
1675
|
-
]
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
"appName": "Code Reviewer",
|
|
1679
|
-
"navItems": [
|
|
1680
|
-
{
|
|
1681
|
-
"icon": "file-search",
|
|
1682
|
-
"href": "/review",
|
|
1683
|
-
"label": "Review"
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"icon": "tag",
|
|
1687
|
-
"label": "Analysis",
|
|
1688
|
-
"href": "/analysis"
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"href": "/issues",
|
|
1692
|
-
"icon": "alert-triangle",
|
|
1693
|
-
"label": "Issues"
|
|
1691
|
+
],
|
|
1692
|
+
"direction": "vertical",
|
|
1693
|
+
"gap": "lg"
|
|
1694
1694
|
}
|
|
1695
1695
|
],
|
|
1696
|
-
"
|
|
1696
|
+
"appName": "Code Reviewer"
|
|
1697
1697
|
}
|
|
1698
1698
|
]
|
|
1699
1699
|
]
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
"event": "ReviewRagLoaded",
|
|
1712
1712
|
"description": "Fired when ReviewRag finishes loading",
|
|
1713
1713
|
"scope": "internal",
|
|
1714
|
-
"
|
|
1714
|
+
"payloadSchema": [
|
|
1715
1715
|
{
|
|
1716
1716
|
"name": "data",
|
|
1717
1717
|
"type": "[ReviewRag]"
|
|
@@ -1722,7 +1722,7 @@
|
|
|
1722
1722
|
"event": "ReviewRagLoadFailed",
|
|
1723
1723
|
"description": "Fired when ReviewRag fails to load",
|
|
1724
1724
|
"scope": "internal",
|
|
1725
|
-
"
|
|
1725
|
+
"payloadSchema": [
|
|
1726
1726
|
{
|
|
1727
1727
|
"name": "error",
|
|
1728
1728
|
"type": "string"
|
|
@@ -1749,7 +1749,7 @@
|
|
|
1749
1749
|
{
|
|
1750
1750
|
"key": "ReviewRagLoaded",
|
|
1751
1751
|
"name": "ReviewRag loaded",
|
|
1752
|
-
"
|
|
1752
|
+
"payloadSchema": [
|
|
1753
1753
|
{
|
|
1754
1754
|
"name": "data",
|
|
1755
1755
|
"type": "[ReviewRag]"
|
|
@@ -1759,7 +1759,7 @@
|
|
|
1759
1759
|
{
|
|
1760
1760
|
"key": "ReviewRagLoadFailed",
|
|
1761
1761
|
"name": "ReviewRag load failed",
|
|
1762
|
-
"
|
|
1762
|
+
"payloadSchema": [
|
|
1763
1763
|
{
|
|
1764
1764
|
"name": "error",
|
|
1765
1765
|
"type": "string"
|
|
@@ -1773,7 +1773,7 @@
|
|
|
1773
1773
|
{
|
|
1774
1774
|
"key": "SELECT_TAB",
|
|
1775
1775
|
"name": "Select Tab",
|
|
1776
|
-
"
|
|
1776
|
+
"payloadSchema": [
|
|
1777
1777
|
{
|
|
1778
1778
|
"name": "tab",
|
|
1779
1779
|
"type": "string"
|
|
@@ -1792,8 +1792,8 @@
|
|
|
1792
1792
|
"ReviewRag",
|
|
1793
1793
|
{
|
|
1794
1794
|
"emit": {
|
|
1795
|
-
"
|
|
1796
|
-
"
|
|
1795
|
+
"failure": "ReviewRagLoadFailed",
|
|
1796
|
+
"success": "ReviewRagLoaded"
|
|
1797
1797
|
}
|
|
1798
1798
|
}
|
|
1799
1799
|
],
|
|
@@ -1801,22 +1801,22 @@
|
|
|
1801
1801
|
"render-ui",
|
|
1802
1802
|
"main",
|
|
1803
1803
|
{
|
|
1804
|
-
"
|
|
1804
|
+
"type": "stack",
|
|
1805
|
+
"direction": "vertical",
|
|
1805
1806
|
"children": [
|
|
1806
1807
|
{
|
|
1807
1808
|
"type": "spinner"
|
|
1808
1809
|
},
|
|
1809
1810
|
{
|
|
1810
|
-
"variant": "caption",
|
|
1811
1811
|
"type": "typography",
|
|
1812
1812
|
"color": "muted",
|
|
1813
|
+
"variant": "caption",
|
|
1813
1814
|
"content": "Loading RAG pipeline…"
|
|
1814
1815
|
}
|
|
1815
1816
|
],
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1818
|
-
"
|
|
1819
|
-
"gap": "md"
|
|
1817
|
+
"className": "py-12",
|
|
1818
|
+
"gap": "md",
|
|
1819
|
+
"align": "center"
|
|
1820
1820
|
}
|
|
1821
1821
|
]
|
|
1822
1822
|
]
|
|
@@ -1831,53 +1831,38 @@
|
|
|
1831
1831
|
"main",
|
|
1832
1832
|
{
|
|
1833
1833
|
"type": "dashboard-layout",
|
|
1834
|
-
"navItems": [
|
|
1835
|
-
{
|
|
1836
|
-
"label": "Review",
|
|
1837
|
-
"href": "/review",
|
|
1838
|
-
"icon": "file-search"
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"label": "Analysis",
|
|
1842
|
-
"href": "/analysis",
|
|
1843
|
-
"icon": "tag"
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
"href": "/issues",
|
|
1847
|
-
"label": "Issues",
|
|
1848
|
-
"icon": "alert-triangle"
|
|
1849
|
-
}
|
|
1850
|
-
],
|
|
1851
1834
|
"children": [
|
|
1852
1835
|
{
|
|
1853
1836
|
"gap": "lg",
|
|
1837
|
+
"direction": "vertical",
|
|
1838
|
+
"type": "stack",
|
|
1854
1839
|
"children": [
|
|
1855
1840
|
{
|
|
1856
|
-
"align": "center",
|
|
1857
1841
|
"type": "stack",
|
|
1858
|
-
"direction": "horizontal",
|
|
1859
|
-
"gap": "sm",
|
|
1860
1842
|
"children": [
|
|
1861
1843
|
{
|
|
1862
1844
|
"name": "brain",
|
|
1863
1845
|
"type": "icon"
|
|
1864
1846
|
},
|
|
1865
1847
|
{
|
|
1866
|
-
"variant": "h2",
|
|
1867
1848
|
"type": "typography",
|
|
1868
|
-
"content": "RAG Pipeline"
|
|
1849
|
+
"content": "RAG Pipeline",
|
|
1850
|
+
"variant": "h2"
|
|
1869
1851
|
}
|
|
1870
|
-
]
|
|
1852
|
+
],
|
|
1853
|
+
"direction": "horizontal",
|
|
1854
|
+
"align": "center",
|
|
1855
|
+
"gap": "sm"
|
|
1871
1856
|
},
|
|
1872
1857
|
{
|
|
1873
1858
|
"type": "divider"
|
|
1874
1859
|
},
|
|
1875
1860
|
{
|
|
1876
|
-
"
|
|
1861
|
+
"defaultActiveTab": "query",
|
|
1877
1862
|
"tabs": [
|
|
1878
1863
|
{
|
|
1879
|
-
"
|
|
1880
|
-
"
|
|
1864
|
+
"value": "query",
|
|
1865
|
+
"label": "Query"
|
|
1881
1866
|
},
|
|
1882
1867
|
{
|
|
1883
1868
|
"label": "Sources",
|
|
@@ -1889,12 +1874,14 @@
|
|
|
1889
1874
|
}
|
|
1890
1875
|
],
|
|
1891
1876
|
"onTabChange": "SELECT_TAB",
|
|
1892
|
-
"
|
|
1877
|
+
"type": "tabs"
|
|
1893
1878
|
},
|
|
1894
1879
|
{
|
|
1895
1880
|
"type": "divider"
|
|
1896
1881
|
},
|
|
1897
1882
|
{
|
|
1883
|
+
"type": "data-grid",
|
|
1884
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
1898
1885
|
"renderItem": [
|
|
1899
1886
|
"fn",
|
|
1900
1887
|
"item",
|
|
@@ -1906,25 +1893,38 @@
|
|
|
1906
1893
|
"content": "@item.query"
|
|
1907
1894
|
},
|
|
1908
1895
|
{
|
|
1896
|
+
"variant": "caption",
|
|
1909
1897
|
"color": "muted",
|
|
1910
|
-
"content": "@item.query",
|
|
1911
1898
|
"type": "typography",
|
|
1912
|
-
"
|
|
1899
|
+
"content": "@item.query"
|
|
1913
1900
|
}
|
|
1914
1901
|
],
|
|
1915
1902
|
"direction": "vertical",
|
|
1916
|
-
"
|
|
1917
|
-
"
|
|
1903
|
+
"gap": "sm",
|
|
1904
|
+
"type": "stack"
|
|
1918
1905
|
}
|
|
1919
1906
|
],
|
|
1920
|
-
"
|
|
1921
|
-
"
|
|
1922
|
-
"entity": "@payload.data",
|
|
1923
|
-
"fields": []
|
|
1907
|
+
"fields": [],
|
|
1908
|
+
"entity": "@payload.data"
|
|
1924
1909
|
}
|
|
1925
|
-
]
|
|
1926
|
-
|
|
1927
|
-
|
|
1910
|
+
]
|
|
1911
|
+
}
|
|
1912
|
+
],
|
|
1913
|
+
"navItems": [
|
|
1914
|
+
{
|
|
1915
|
+
"icon": "file-search",
|
|
1916
|
+
"label": "Review",
|
|
1917
|
+
"href": "/review"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"href": "/analysis",
|
|
1921
|
+
"label": "Analysis",
|
|
1922
|
+
"icon": "tag"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"label": "Issues",
|
|
1926
|
+
"href": "/issues",
|
|
1927
|
+
"icon": "alert-triangle"
|
|
1928
1928
|
}
|
|
1929
1929
|
],
|
|
1930
1930
|
"appName": "Code Reviewer"
|
|
@@ -1941,35 +1941,35 @@
|
|
|
1941
1941
|
"render-ui",
|
|
1942
1942
|
"main",
|
|
1943
1943
|
{
|
|
1944
|
-
"direction": "vertical",
|
|
1945
1944
|
"className": "py-12",
|
|
1946
|
-
"
|
|
1945
|
+
"type": "stack",
|
|
1947
1946
|
"children": [
|
|
1948
1947
|
{
|
|
1949
|
-
"name": "alert-triangle",
|
|
1950
1948
|
"color": "destructive",
|
|
1951
|
-
"type": "icon"
|
|
1949
|
+
"type": "icon",
|
|
1950
|
+
"name": "alert-triangle"
|
|
1952
1951
|
},
|
|
1953
1952
|
{
|
|
1954
|
-
"content": "Failed to load RAG pipeline",
|
|
1955
1953
|
"variant": "h3",
|
|
1954
|
+
"content": "Failed to load RAG pipeline",
|
|
1956
1955
|
"type": "typography"
|
|
1957
1956
|
},
|
|
1958
1957
|
{
|
|
1959
|
-
"
|
|
1958
|
+
"content": "@payload.error",
|
|
1960
1959
|
"type": "typography",
|
|
1961
|
-
"
|
|
1962
|
-
"
|
|
1960
|
+
"variant": "body",
|
|
1961
|
+
"color": "muted"
|
|
1963
1962
|
},
|
|
1964
1963
|
{
|
|
1965
|
-
"
|
|
1966
|
-
"icon": "rotate-ccw",
|
|
1964
|
+
"action": "INIT",
|
|
1967
1965
|
"label": "Retry",
|
|
1968
1966
|
"type": "button",
|
|
1969
|
-
"
|
|
1967
|
+
"icon": "rotate-ccw",
|
|
1968
|
+
"variant": "primary"
|
|
1970
1969
|
}
|
|
1971
1970
|
],
|
|
1972
|
-
"
|
|
1971
|
+
"gap": "md",
|
|
1972
|
+
"direction": "vertical",
|
|
1973
1973
|
"align": "center"
|
|
1974
1974
|
}
|
|
1975
1975
|
]
|
|
@@ -2012,7 +2012,7 @@
|
|
|
2012
2012
|
"event": "ReviewRagLoaded",
|
|
2013
2013
|
"description": "Fired when ReviewRag finishes loading",
|
|
2014
2014
|
"scope": "internal",
|
|
2015
|
-
"
|
|
2015
|
+
"payloadSchema": [
|
|
2016
2016
|
{
|
|
2017
2017
|
"name": "data",
|
|
2018
2018
|
"type": "[ReviewRag]"
|
|
@@ -2023,7 +2023,7 @@
|
|
|
2023
2023
|
"event": "ReviewRagLoadFailed",
|
|
2024
2024
|
"description": "Fired when ReviewRag fails to load",
|
|
2025
2025
|
"scope": "internal",
|
|
2026
|
-
"
|
|
2026
|
+
"payloadSchema": [
|
|
2027
2027
|
{
|
|
2028
2028
|
"name": "error",
|
|
2029
2029
|
"type": "string"
|
|
@@ -2050,7 +2050,7 @@
|
|
|
2050
2050
|
{
|
|
2051
2051
|
"key": "ReviewRagLoaded",
|
|
2052
2052
|
"name": "ReviewRag loaded",
|
|
2053
|
-
"
|
|
2053
|
+
"payloadSchema": [
|
|
2054
2054
|
{
|
|
2055
2055
|
"name": "data",
|
|
2056
2056
|
"type": "[ReviewRag]"
|
|
@@ -2060,7 +2060,7 @@
|
|
|
2060
2060
|
{
|
|
2061
2061
|
"key": "ReviewRagLoadFailed",
|
|
2062
2062
|
"name": "ReviewRag load failed",
|
|
2063
|
-
"
|
|
2063
|
+
"payloadSchema": [
|
|
2064
2064
|
{
|
|
2065
2065
|
"name": "error",
|
|
2066
2066
|
"type": "string"
|
|
@@ -2092,22 +2092,22 @@
|
|
|
2092
2092
|
"render-ui",
|
|
2093
2093
|
"main",
|
|
2094
2094
|
{
|
|
2095
|
-
"className": "py-12",
|
|
2096
|
-
"direction": "vertical",
|
|
2097
2095
|
"align": "center",
|
|
2098
2096
|
"children": [
|
|
2099
2097
|
{
|
|
2100
2098
|
"type": "spinner"
|
|
2101
2099
|
},
|
|
2102
2100
|
{
|
|
2103
|
-
"content": "Loading…",
|
|
2104
|
-
"variant": "caption",
|
|
2105
2101
|
"color": "muted",
|
|
2106
|
-
"type": "typography"
|
|
2102
|
+
"type": "typography",
|
|
2103
|
+
"variant": "caption",
|
|
2104
|
+
"content": "Loading…"
|
|
2107
2105
|
}
|
|
2108
2106
|
],
|
|
2109
2107
|
"type": "stack",
|
|
2110
|
-
"
|
|
2108
|
+
"direction": "vertical",
|
|
2109
|
+
"gap": "md",
|
|
2110
|
+
"className": "py-12"
|
|
2111
2111
|
}
|
|
2112
2112
|
]
|
|
2113
2113
|
]
|
|
@@ -2123,9 +2123,9 @@
|
|
|
2123
2123
|
{
|
|
2124
2124
|
"navItems": [
|
|
2125
2125
|
{
|
|
2126
|
-
"
|
|
2126
|
+
"href": "/review",
|
|
2127
2127
|
"label": "Review",
|
|
2128
|
-
"
|
|
2128
|
+
"icon": "file-search"
|
|
2129
2129
|
},
|
|
2130
2130
|
{
|
|
2131
2131
|
"icon": "tag",
|
|
@@ -2133,70 +2133,73 @@
|
|
|
2133
2133
|
"label": "Analysis"
|
|
2134
2134
|
},
|
|
2135
2135
|
{
|
|
2136
|
-
"icon": "alert-triangle",
|
|
2137
2136
|
"label": "Issues",
|
|
2138
|
-
"href": "/issues"
|
|
2137
|
+
"href": "/issues",
|
|
2138
|
+
"icon": "alert-triangle"
|
|
2139
2139
|
}
|
|
2140
2140
|
],
|
|
2141
|
+
"type": "dashboard-layout",
|
|
2142
|
+
"appName": "Code Reviewer",
|
|
2141
2143
|
"children": [
|
|
2142
2144
|
{
|
|
2143
|
-
"gap": "lg",
|
|
2144
|
-
"direction": "vertical",
|
|
2145
2145
|
"className": "max-w-5xl mx-auto w-full",
|
|
2146
|
+
"direction": "vertical",
|
|
2147
|
+
"gap": "lg",
|
|
2148
|
+
"type": "stack",
|
|
2146
2149
|
"children": [
|
|
2147
2150
|
{
|
|
2151
|
+
"gap": "md",
|
|
2152
|
+
"direction": "horizontal",
|
|
2148
2153
|
"type": "stack",
|
|
2149
2154
|
"align": "center",
|
|
2150
|
-
"
|
|
2155
|
+
"justify": "between",
|
|
2151
2156
|
"children": [
|
|
2152
2157
|
{
|
|
2153
|
-
"type": "stack",
|
|
2154
2158
|
"gap": "sm",
|
|
2155
|
-
"direction": "horizontal",
|
|
2156
|
-
"align": "center",
|
|
2157
2159
|
"children": [
|
|
2158
2160
|
{
|
|
2159
|
-
"
|
|
2160
|
-
"
|
|
2161
|
+
"name": "brain",
|
|
2162
|
+
"type": "icon"
|
|
2161
2163
|
},
|
|
2162
2164
|
{
|
|
2163
2165
|
"variant": "h2",
|
|
2164
|
-
"
|
|
2165
|
-
"
|
|
2166
|
+
"type": "typography",
|
|
2167
|
+
"content": "ReviewRag Manager"
|
|
2166
2168
|
}
|
|
2167
|
-
]
|
|
2169
|
+
],
|
|
2170
|
+
"type": "stack",
|
|
2171
|
+
"direction": "horizontal",
|
|
2172
|
+
"align": "center"
|
|
2168
2173
|
},
|
|
2169
2174
|
{
|
|
2170
|
-
"gap": "sm",
|
|
2171
|
-
"direction": "horizontal",
|
|
2172
2175
|
"type": "stack",
|
|
2173
2176
|
"children": [
|
|
2174
2177
|
{
|
|
2175
|
-
"action": "MEMORIZE",
|
|
2176
|
-
"type": "button",
|
|
2177
2178
|
"variant": "primary",
|
|
2179
|
+
"action": "MEMORIZE",
|
|
2178
2180
|
"icon": "plus",
|
|
2181
|
+
"type": "button",
|
|
2179
2182
|
"label": "Memorize"
|
|
2180
2183
|
},
|
|
2181
2184
|
{
|
|
2185
|
+
"type": "button",
|
|
2182
2186
|
"label": "Recall",
|
|
2183
|
-
"variant": "secondary",
|
|
2184
2187
|
"action": "RECALL",
|
|
2185
|
-
"
|
|
2186
|
-
"
|
|
2188
|
+
"variant": "secondary",
|
|
2189
|
+
"icon": "search"
|
|
2187
2190
|
},
|
|
2188
2191
|
{
|
|
2189
|
-
"variant": "ghost",
|
|
2190
2192
|
"icon": "clock",
|
|
2191
|
-
"action": "DECAY",
|
|
2192
2193
|
"type": "button",
|
|
2193
|
-
"label": "Decay All"
|
|
2194
|
+
"label": "Decay All",
|
|
2195
|
+
"action": "DECAY",
|
|
2196
|
+
"variant": "ghost"
|
|
2194
2197
|
}
|
|
2195
|
-
]
|
|
2198
|
+
],
|
|
2199
|
+
"direction": "horizontal",
|
|
2200
|
+
"gap": "sm"
|
|
2196
2201
|
}
|
|
2197
|
-
]
|
|
2198
|
-
"justify": "between",
|
|
2199
|
-
"gap": "md"
|
|
2202
|
+
]
|
|
2200
2203
|
},
|
|
2201
2204
|
{
|
|
2202
2205
|
"type": "divider"
|
|
@@ -2205,62 +2208,59 @@
|
|
|
2205
2208
|
"columns": [
|
|
2206
2209
|
{
|
|
2207
2210
|
"name": "content",
|
|
2208
|
-
"
|
|
2211
|
+
"icon": "brain",
|
|
2209
2212
|
"label": "Content",
|
|
2210
|
-
"
|
|
2213
|
+
"variant": "h4"
|
|
2211
2214
|
},
|
|
2212
2215
|
{
|
|
2213
|
-
"variant": "badge",
|
|
2214
2216
|
"label": "Category",
|
|
2217
|
+
"variant": "badge",
|
|
2215
2218
|
"colorMap": {
|
|
2219
|
+
"archived": "neutral",
|
|
2220
|
+
"scheduled": "warning",
|
|
2216
2221
|
"active": "success",
|
|
2222
|
+
"disabled": "neutral",
|
|
2217
2223
|
"completed": "success",
|
|
2218
|
-
"
|
|
2219
|
-
"pending": "warning",
|
|
2220
|
-
"scheduled": "warning",
|
|
2224
|
+
"inactive": "neutral",
|
|
2221
2225
|
"error": "destructive",
|
|
2226
|
+
"done": "success",
|
|
2227
|
+
"cancelled": "destructive",
|
|
2222
2228
|
"failed": "destructive",
|
|
2223
|
-
"disabled": "neutral",
|
|
2224
|
-
"archived": "neutral",
|
|
2225
2229
|
"draft": "warning",
|
|
2226
|
-
"
|
|
2227
|
-
"inactive": "neutral"
|
|
2230
|
+
"pending": "warning"
|
|
2228
2231
|
},
|
|
2229
2232
|
"name": "category"
|
|
2230
2233
|
},
|
|
2231
2234
|
{
|
|
2232
|
-
"name": "strength",
|
|
2233
2235
|
"variant": "caption",
|
|
2236
|
+
"name": "strength",
|
|
2234
2237
|
"label": "Strength"
|
|
2235
2238
|
}
|
|
2236
2239
|
],
|
|
2237
|
-
"type": "data-grid",
|
|
2238
|
-
"entity": "@payload.data",
|
|
2239
|
-
"fields": [],
|
|
2240
2240
|
"itemActions": [
|
|
2241
2241
|
{
|
|
2242
|
+
"variant": "ghost",
|
|
2242
2243
|
"event": "PIN",
|
|
2243
|
-
"label": "Pin"
|
|
2244
|
-
"variant": "ghost"
|
|
2244
|
+
"label": "Pin"
|
|
2245
2245
|
},
|
|
2246
2246
|
{
|
|
2247
|
+
"event": "REINFORCE",
|
|
2247
2248
|
"variant": "ghost",
|
|
2248
|
-
"label": "Reinforce"
|
|
2249
|
-
"event": "REINFORCE"
|
|
2249
|
+
"label": "Reinforce"
|
|
2250
2250
|
},
|
|
2251
2251
|
{
|
|
2252
2252
|
"label": "Forget",
|
|
2253
2253
|
"event": "FORGET",
|
|
2254
2254
|
"variant": "danger"
|
|
2255
2255
|
}
|
|
2256
|
-
]
|
|
2256
|
+
],
|
|
2257
|
+
"fields": [],
|
|
2258
|
+
"type": "data-grid",
|
|
2259
|
+
"entity": "@payload.data"
|
|
2257
2260
|
}
|
|
2258
|
-
]
|
|
2259
|
-
"type": "stack"
|
|
2261
|
+
]
|
|
2260
2262
|
}
|
|
2261
|
-
]
|
|
2262
|
-
"appName": "Code Reviewer",
|
|
2263
|
-
"type": "dashboard-layout"
|
|
2263
|
+
]
|
|
2264
2264
|
}
|
|
2265
2265
|
]
|
|
2266
2266
|
]
|
|
@@ -2274,36 +2274,36 @@
|
|
|
2274
2274
|
"render-ui",
|
|
2275
2275
|
"main",
|
|
2276
2276
|
{
|
|
2277
|
-
"
|
|
2277
|
+
"gap": "md",
|
|
2278
2278
|
"className": "py-12",
|
|
2279
|
-
"direction": "vertical",
|
|
2280
2279
|
"children": [
|
|
2281
2280
|
{
|
|
2282
|
-
"
|
|
2281
|
+
"type": "icon",
|
|
2283
2282
|
"color": "destructive",
|
|
2284
|
-
"
|
|
2283
|
+
"name": "alert-triangle"
|
|
2285
2284
|
},
|
|
2286
2285
|
{
|
|
2287
|
-
"variant": "h3",
|
|
2288
2286
|
"type": "typography",
|
|
2287
|
+
"variant": "h3",
|
|
2289
2288
|
"content": "Failed to load reviewrag"
|
|
2290
2289
|
},
|
|
2291
2290
|
{
|
|
2292
2291
|
"type": "typography",
|
|
2293
|
-
"variant": "body",
|
|
2294
2292
|
"content": "@payload.error",
|
|
2295
|
-
"color": "muted"
|
|
2293
|
+
"color": "muted",
|
|
2294
|
+
"variant": "body"
|
|
2296
2295
|
},
|
|
2297
2296
|
{
|
|
2298
|
-
"
|
|
2297
|
+
"icon": "rotate-ccw",
|
|
2299
2298
|
"label": "Retry",
|
|
2299
|
+
"variant": "primary",
|
|
2300
2300
|
"action": "INIT",
|
|
2301
|
-
"type": "button"
|
|
2302
|
-
"icon": "rotate-ccw"
|
|
2301
|
+
"type": "button"
|
|
2303
2302
|
}
|
|
2304
2303
|
],
|
|
2305
|
-
"
|
|
2306
|
-
"align": "center"
|
|
2304
|
+
"type": "stack",
|
|
2305
|
+
"align": "center",
|
|
2306
|
+
"direction": "vertical"
|
|
2307
2307
|
}
|
|
2308
2308
|
]
|
|
2309
2309
|
]
|
|
@@ -2321,7 +2321,7 @@
|
|
|
2321
2321
|
"event": "ReviewRagLoaded",
|
|
2322
2322
|
"description": "Fired when ReviewRag finishes loading",
|
|
2323
2323
|
"scope": "internal",
|
|
2324
|
-
"
|
|
2324
|
+
"payloadSchema": [
|
|
2325
2325
|
{
|
|
2326
2326
|
"name": "data",
|
|
2327
2327
|
"type": "[ReviewRag]"
|
|
@@ -2332,7 +2332,7 @@
|
|
|
2332
2332
|
"event": "ReviewRagLoadFailed",
|
|
2333
2333
|
"description": "Fired when ReviewRag fails to load",
|
|
2334
2334
|
"scope": "internal",
|
|
2335
|
-
"
|
|
2335
|
+
"payloadSchema": [
|
|
2336
2336
|
{
|
|
2337
2337
|
"name": "error",
|
|
2338
2338
|
"type": "string"
|
|
@@ -2359,7 +2359,7 @@
|
|
|
2359
2359
|
{
|
|
2360
2360
|
"key": "ReviewRagLoaded",
|
|
2361
2361
|
"name": "ReviewRag loaded",
|
|
2362
|
-
"
|
|
2362
|
+
"payloadSchema": [
|
|
2363
2363
|
{
|
|
2364
2364
|
"name": "data",
|
|
2365
2365
|
"type": "[ReviewRag]"
|
|
@@ -2369,7 +2369,7 @@
|
|
|
2369
2369
|
{
|
|
2370
2370
|
"key": "ReviewRagLoadFailed",
|
|
2371
2371
|
"name": "ReviewRag load failed",
|
|
2372
|
-
"
|
|
2372
|
+
"payloadSchema": [
|
|
2373
2373
|
{
|
|
2374
2374
|
"name": "error",
|
|
2375
2375
|
"type": "string"
|
|
@@ -2392,8 +2392,8 @@
|
|
|
2392
2392
|
"ReviewRag",
|
|
2393
2393
|
{
|
|
2394
2394
|
"emit": {
|
|
2395
|
-
"
|
|
2396
|
-
"
|
|
2395
|
+
"success": "ReviewRagLoaded",
|
|
2396
|
+
"failure": "ReviewRagLoadFailed"
|
|
2397
2397
|
}
|
|
2398
2398
|
}
|
|
2399
2399
|
],
|
|
@@ -2401,22 +2401,22 @@
|
|
|
2401
2401
|
"render-ui",
|
|
2402
2402
|
"main",
|
|
2403
2403
|
{
|
|
2404
|
-
"gap": "md",
|
|
2405
2404
|
"className": "py-12",
|
|
2405
|
+
"direction": "vertical",
|
|
2406
2406
|
"children": [
|
|
2407
2407
|
{
|
|
2408
2408
|
"type": "spinner"
|
|
2409
2409
|
},
|
|
2410
2410
|
{
|
|
2411
2411
|
"content": "Loading…",
|
|
2412
|
-
"
|
|
2412
|
+
"variant": "caption",
|
|
2413
2413
|
"color": "muted",
|
|
2414
|
-
"
|
|
2414
|
+
"type": "typography"
|
|
2415
2415
|
}
|
|
2416
2416
|
],
|
|
2417
|
-
"type": "stack",
|
|
2418
2417
|
"align": "center",
|
|
2419
|
-
"
|
|
2418
|
+
"gap": "md",
|
|
2419
|
+
"type": "stack"
|
|
2420
2420
|
}
|
|
2421
2421
|
]
|
|
2422
2422
|
]
|
|
@@ -2430,7 +2430,6 @@
|
|
|
2430
2430
|
"render-ui",
|
|
2431
2431
|
"main",
|
|
2432
2432
|
{
|
|
2433
|
-
"appName": "Code Reviewer",
|
|
2434
2433
|
"type": "dashboard-layout",
|
|
2435
2434
|
"navItems": [
|
|
2436
2435
|
{
|
|
@@ -2439,9 +2438,9 @@
|
|
|
2439
2438
|
"icon": "file-search"
|
|
2440
2439
|
},
|
|
2441
2440
|
{
|
|
2442
|
-
"
|
|
2441
|
+
"icon": "tag",
|
|
2443
2442
|
"label": "Analysis",
|
|
2444
|
-
"
|
|
2443
|
+
"href": "/analysis"
|
|
2445
2444
|
},
|
|
2446
2445
|
{
|
|
2447
2446
|
"label": "Issues",
|
|
@@ -2451,108 +2450,109 @@
|
|
|
2451
2450
|
],
|
|
2452
2451
|
"children": [
|
|
2453
2452
|
{
|
|
2454
|
-
"
|
|
2453
|
+
"direction": "vertical",
|
|
2455
2454
|
"gap": "lg",
|
|
2455
|
+
"type": "stack",
|
|
2456
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2456
2457
|
"children": [
|
|
2457
2458
|
{
|
|
2458
2459
|
"gap": "md",
|
|
2459
|
-
"align": "center",
|
|
2460
2460
|
"children": [
|
|
2461
2461
|
{
|
|
2462
|
-
"
|
|
2463
|
-
"
|
|
2462
|
+
"type": "stack",
|
|
2463
|
+
"direction": "horizontal",
|
|
2464
2464
|
"children": [
|
|
2465
2465
|
{
|
|
2466
|
-
"
|
|
2467
|
-
"
|
|
2466
|
+
"type": "icon",
|
|
2467
|
+
"name": "search"
|
|
2468
2468
|
},
|
|
2469
2469
|
{
|
|
2470
2470
|
"content": "ReviewRag",
|
|
2471
|
-
"
|
|
2472
|
-
"
|
|
2471
|
+
"type": "typography",
|
|
2472
|
+
"variant": "h2"
|
|
2473
2473
|
}
|
|
2474
2474
|
],
|
|
2475
|
-
"
|
|
2476
|
-
"
|
|
2475
|
+
"gap": "sm",
|
|
2476
|
+
"align": "center"
|
|
2477
2477
|
},
|
|
2478
2478
|
{
|
|
2479
|
-
"type": "stack",
|
|
2480
2479
|
"direction": "horizontal",
|
|
2480
|
+
"type": "stack",
|
|
2481
2481
|
"gap": "sm",
|
|
2482
2482
|
"children": [
|
|
2483
2483
|
{
|
|
2484
|
-
"label": "Search",
|
|
2485
|
-
"action": "SEARCH",
|
|
2486
|
-
"variant": "primary",
|
|
2487
2484
|
"type": "button",
|
|
2488
|
-
"
|
|
2485
|
+
"variant": "primary",
|
|
2486
|
+
"icon": "search",
|
|
2487
|
+
"label": "Search",
|
|
2488
|
+
"action": "SEARCH"
|
|
2489
2489
|
},
|
|
2490
2490
|
{
|
|
2491
|
-
"
|
|
2491
|
+
"icon": "x",
|
|
2492
2492
|
"action": "CLEAR",
|
|
2493
2493
|
"variant": "ghost",
|
|
2494
|
-
"
|
|
2495
|
-
"
|
|
2494
|
+
"type": "button",
|
|
2495
|
+
"label": "Clear"
|
|
2496
2496
|
}
|
|
2497
2497
|
]
|
|
2498
2498
|
}
|
|
2499
2499
|
],
|
|
2500
|
-
"direction": "horizontal",
|
|
2501
2500
|
"type": "stack",
|
|
2502
|
-
"justify": "between"
|
|
2501
|
+
"justify": "between",
|
|
2502
|
+
"direction": "horizontal",
|
|
2503
|
+
"align": "center"
|
|
2503
2504
|
},
|
|
2504
2505
|
{
|
|
2505
2506
|
"type": "divider"
|
|
2506
2507
|
},
|
|
2507
2508
|
{
|
|
2509
|
+
"type": "data-grid",
|
|
2510
|
+
"itemActions": [
|
|
2511
|
+
{
|
|
2512
|
+
"label": "View",
|
|
2513
|
+
"event": "VIEW",
|
|
2514
|
+
"variant": "ghost"
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"entity": "@payload.data",
|
|
2508
2518
|
"columns": [
|
|
2509
2519
|
{
|
|
2510
|
-
"label": "Query",
|
|
2511
2520
|
"variant": "h4",
|
|
2512
2521
|
"name": "query",
|
|
2513
|
-
"icon": "search"
|
|
2522
|
+
"icon": "search",
|
|
2523
|
+
"label": "Query"
|
|
2514
2524
|
},
|
|
2515
2525
|
{
|
|
2516
2526
|
"name": "language",
|
|
2517
|
-
"label": "Language",
|
|
2518
2527
|
"variant": "badge",
|
|
2528
|
+
"label": "Language",
|
|
2519
2529
|
"colorMap": {
|
|
2530
|
+
"failed": "destructive",
|
|
2520
2531
|
"scheduled": "warning",
|
|
2532
|
+
"error": "destructive",
|
|
2533
|
+
"inactive": "neutral",
|
|
2521
2534
|
"disabled": "neutral",
|
|
2522
|
-
"failed": "destructive",
|
|
2523
|
-
"cancelled": "destructive",
|
|
2524
|
-
"draft": "warning",
|
|
2525
2535
|
"active": "success",
|
|
2526
|
-
"
|
|
2527
|
-
"archived": "neutral",
|
|
2536
|
+
"done": "success",
|
|
2528
2537
|
"completed": "success",
|
|
2529
|
-
"
|
|
2538
|
+
"cancelled": "destructive",
|
|
2530
2539
|
"pending": "warning",
|
|
2531
|
-
"
|
|
2540
|
+
"draft": "warning",
|
|
2541
|
+
"archived": "neutral"
|
|
2532
2542
|
}
|
|
2533
2543
|
},
|
|
2534
2544
|
{
|
|
2535
2545
|
"name": "resultCount",
|
|
2536
|
-
"
|
|
2537
|
-
"
|
|
2538
|
-
}
|
|
2539
|
-
],
|
|
2540
|
-
"type": "data-grid",
|
|
2541
|
-
"itemActions": [
|
|
2542
|
-
{
|
|
2543
|
-
"variant": "ghost",
|
|
2544
|
-
"event": "VIEW",
|
|
2545
|
-
"label": "View"
|
|
2546
|
+
"label": "Result Count",
|
|
2547
|
+
"variant": "caption"
|
|
2546
2548
|
}
|
|
2547
2549
|
],
|
|
2548
|
-
"entity": "@payload.data",
|
|
2549
2550
|
"fields": []
|
|
2550
2551
|
}
|
|
2551
|
-
]
|
|
2552
|
-
"direction": "vertical",
|
|
2553
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
2552
|
+
]
|
|
2554
2553
|
}
|
|
2555
|
-
]
|
|
2554
|
+
],
|
|
2555
|
+
"appName": "Code Reviewer"
|
|
2556
2556
|
}
|
|
2557
2557
|
]
|
|
2558
2558
|
]
|
|
@@ -2566,36 +2566,36 @@
|
|
|
2566
2566
|
"render-ui",
|
|
2567
2567
|
"main",
|
|
2568
2568
|
{
|
|
2569
|
-
"align": "center",
|
|
2570
|
-
"gap": "md",
|
|
2571
|
-
"direction": "vertical",
|
|
2572
2569
|
"type": "stack",
|
|
2573
|
-
"
|
|
2570
|
+
"direction": "vertical",
|
|
2574
2571
|
"children": [
|
|
2575
2572
|
{
|
|
2576
|
-
"color": "destructive",
|
|
2577
2573
|
"type": "icon",
|
|
2574
|
+
"color": "destructive",
|
|
2578
2575
|
"name": "alert-triangle"
|
|
2579
2576
|
},
|
|
2580
2577
|
{
|
|
2581
2578
|
"type": "typography",
|
|
2582
|
-
"
|
|
2583
|
-
"
|
|
2579
|
+
"content": "Failed to load reviewrag",
|
|
2580
|
+
"variant": "h3"
|
|
2584
2581
|
},
|
|
2585
2582
|
{
|
|
2586
|
-
"color": "muted",
|
|
2587
2583
|
"type": "typography",
|
|
2588
|
-
"
|
|
2589
|
-
"
|
|
2584
|
+
"variant": "body",
|
|
2585
|
+
"color": "muted",
|
|
2586
|
+
"content": "@payload.error"
|
|
2590
2587
|
},
|
|
2591
2588
|
{
|
|
2592
|
-
"variant": "primary",
|
|
2593
|
-
"action": "INIT",
|
|
2594
2589
|
"label": "Retry",
|
|
2590
|
+
"variant": "primary",
|
|
2591
|
+
"icon": "rotate-ccw",
|
|
2595
2592
|
"type": "button",
|
|
2596
|
-
"
|
|
2593
|
+
"action": "INIT"
|
|
2597
2594
|
}
|
|
2598
|
-
]
|
|
2595
|
+
],
|
|
2596
|
+
"gap": "md",
|
|
2597
|
+
"align": "center",
|
|
2598
|
+
"className": "py-12"
|
|
2599
2599
|
}
|
|
2600
2600
|
]
|
|
2601
2601
|
]
|
|
@@ -2621,7 +2621,7 @@
|
|
|
2621
2621
|
"event": "ReviewRagLoadFailed",
|
|
2622
2622
|
"description": "Fired when ReviewRag fails to load",
|
|
2623
2623
|
"scope": "internal",
|
|
2624
|
-
"
|
|
2624
|
+
"payloadSchema": [
|
|
2625
2625
|
{
|
|
2626
2626
|
"name": "error",
|
|
2627
2627
|
"type": "string"
|
|
@@ -2636,7 +2636,7 @@
|
|
|
2636
2636
|
"event": "ReviewRagLoaded",
|
|
2637
2637
|
"description": "Fired when ReviewRag finishes loading",
|
|
2638
2638
|
"scope": "internal",
|
|
2639
|
-
"
|
|
2639
|
+
"payloadSchema": [
|
|
2640
2640
|
{
|
|
2641
2641
|
"name": "data",
|
|
2642
2642
|
"type": "[ReviewRag]"
|
|
@@ -2646,7 +2646,7 @@
|
|
|
2646
2646
|
{
|
|
2647
2647
|
"event": "ReviewRagSaveFailed",
|
|
2648
2648
|
"scope": "internal",
|
|
2649
|
-
"
|
|
2649
|
+
"payloadSchema": [
|
|
2650
2650
|
{
|
|
2651
2651
|
"name": "error",
|
|
2652
2652
|
"type": "string"
|
|
@@ -2660,7 +2660,7 @@
|
|
|
2660
2660
|
{
|
|
2661
2661
|
"event": "ReviewRagSaved",
|
|
2662
2662
|
"scope": "internal",
|
|
2663
|
-
"
|
|
2663
|
+
"payloadSchema": [
|
|
2664
2664
|
{
|
|
2665
2665
|
"name": "id",
|
|
2666
2666
|
"type": "string"
|
|
@@ -2694,7 +2694,7 @@
|
|
|
2694
2694
|
{
|
|
2695
2695
|
"key": "SAVE",
|
|
2696
2696
|
"name": "Save",
|
|
2697
|
-
"
|
|
2697
|
+
"payloadSchema": [
|
|
2698
2698
|
{
|
|
2699
2699
|
"name": "data",
|
|
2700
2700
|
"type": "string"
|
|
@@ -2708,7 +2708,7 @@
|
|
|
2708
2708
|
{
|
|
2709
2709
|
"key": "ReviewRagLoadFailed",
|
|
2710
2710
|
"name": "ReviewRag load failed",
|
|
2711
|
-
"
|
|
2711
|
+
"payloadSchema": [
|
|
2712
2712
|
{
|
|
2713
2713
|
"name": "error",
|
|
2714
2714
|
"type": "string"
|
|
@@ -2722,7 +2722,7 @@
|
|
|
2722
2722
|
{
|
|
2723
2723
|
"key": "ReviewRagLoaded",
|
|
2724
2724
|
"name": "ReviewRag loaded",
|
|
2725
|
-
"
|
|
2725
|
+
"payloadSchema": [
|
|
2726
2726
|
{
|
|
2727
2727
|
"name": "data",
|
|
2728
2728
|
"type": "[ReviewRag]"
|
|
@@ -2732,7 +2732,7 @@
|
|
|
2732
2732
|
{
|
|
2733
2733
|
"key": "ReviewRagSaveFailed",
|
|
2734
2734
|
"name": "ReviewRag save failed",
|
|
2735
|
-
"
|
|
2735
|
+
"payloadSchema": [
|
|
2736
2736
|
{
|
|
2737
2737
|
"name": "error",
|
|
2738
2738
|
"type": "string"
|
|
@@ -2746,7 +2746,7 @@
|
|
|
2746
2746
|
{
|
|
2747
2747
|
"key": "ReviewRagSaved",
|
|
2748
2748
|
"name": "ReviewRag saved",
|
|
2749
|
-
"
|
|
2749
|
+
"payloadSchema": [
|
|
2750
2750
|
{
|
|
2751
2751
|
"name": "id",
|
|
2752
2752
|
"type": "string"
|
|
@@ -2770,9 +2770,9 @@
|
|
|
2770
2770
|
{
|
|
2771
2771
|
"navItems": [
|
|
2772
2772
|
{
|
|
2773
|
-
"icon": "file-search",
|
|
2774
2773
|
"label": "Review",
|
|
2775
|
-
"href": "/review"
|
|
2774
|
+
"href": "/review",
|
|
2775
|
+
"icon": "file-search"
|
|
2776
2776
|
},
|
|
2777
2777
|
{
|
|
2778
2778
|
"icon": "tag",
|
|
@@ -2780,62 +2780,62 @@
|
|
|
2780
2780
|
"href": "/analysis"
|
|
2781
2781
|
},
|
|
2782
2782
|
{
|
|
2783
|
+
"icon": "alert-triangle",
|
|
2783
2784
|
"href": "/issues",
|
|
2784
|
-
"label": "Issues"
|
|
2785
|
-
"icon": "alert-triangle"
|
|
2785
|
+
"label": "Issues"
|
|
2786
2786
|
}
|
|
2787
2787
|
],
|
|
2788
|
-
"type": "dashboard-layout",
|
|
2789
|
-
"appName": "Code Reviewer",
|
|
2790
2788
|
"children": [
|
|
2791
2789
|
{
|
|
2790
|
+
"type": "stack",
|
|
2791
|
+
"direction": "vertical",
|
|
2792
2792
|
"children": [
|
|
2793
2793
|
{
|
|
2794
2794
|
"gap": "md",
|
|
2795
2795
|
"type": "stack",
|
|
2796
2796
|
"justify": "between",
|
|
2797
|
-
"direction": "horizontal",
|
|
2798
2797
|
"children": [
|
|
2799
2798
|
{
|
|
2799
|
+
"type": "stack",
|
|
2800
2800
|
"children": [
|
|
2801
2801
|
{
|
|
2802
|
-
"
|
|
2803
|
-
"
|
|
2802
|
+
"name": "sparkles",
|
|
2803
|
+
"type": "icon"
|
|
2804
2804
|
},
|
|
2805
2805
|
{
|
|
2806
|
-
"
|
|
2806
|
+
"type": "typography",
|
|
2807
2807
|
"content": "ReviewRag",
|
|
2808
|
-
"
|
|
2808
|
+
"variant": "h2"
|
|
2809
2809
|
}
|
|
2810
2810
|
],
|
|
2811
|
-
"direction": "horizontal",
|
|
2812
2811
|
"gap": "md",
|
|
2813
|
-
"
|
|
2812
|
+
"direction": "horizontal"
|
|
2814
2813
|
},
|
|
2815
2814
|
{
|
|
2816
|
-
"variant": "primary",
|
|
2817
|
-
"action": "GENERATE",
|
|
2818
2815
|
"label": "Open",
|
|
2816
|
+
"action": "GENERATE",
|
|
2817
|
+
"type": "button",
|
|
2819
2818
|
"icon": "sparkles",
|
|
2820
|
-
"
|
|
2819
|
+
"variant": "primary"
|
|
2821
2820
|
}
|
|
2822
|
-
]
|
|
2821
|
+
],
|
|
2822
|
+
"direction": "horizontal"
|
|
2823
2823
|
},
|
|
2824
2824
|
{
|
|
2825
2825
|
"type": "divider"
|
|
2826
2826
|
},
|
|
2827
2827
|
{
|
|
2828
|
-
"title": "Nothing open",
|
|
2829
|
-
"type": "empty-state",
|
|
2830
2828
|
"icon": "sparkles",
|
|
2831
|
-
"description": "Click Open to view details in a modal overlay."
|
|
2829
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
2830
|
+
"type": "empty-state",
|
|
2831
|
+
"title": "Nothing open"
|
|
2832
2832
|
}
|
|
2833
2833
|
],
|
|
2834
|
-
"type": "stack",
|
|
2835
|
-
"direction": "vertical",
|
|
2836
2834
|
"gap": "lg"
|
|
2837
2835
|
}
|
|
2838
|
-
]
|
|
2836
|
+
],
|
|
2837
|
+
"type": "dashboard-layout",
|
|
2838
|
+
"appName": "Code Reviewer"
|
|
2839
2839
|
}
|
|
2840
2840
|
]
|
|
2841
2841
|
]
|
|
@@ -2850,27 +2850,30 @@
|
|
|
2850
2850
|
"modal",
|
|
2851
2851
|
{
|
|
2852
2852
|
"gap": "md",
|
|
2853
|
+
"direction": "vertical",
|
|
2854
|
+
"type": "stack",
|
|
2853
2855
|
"children": [
|
|
2854
2856
|
{
|
|
2857
|
+
"type": "stack",
|
|
2855
2858
|
"children": [
|
|
2856
2859
|
{
|
|
2857
|
-
"
|
|
2858
|
-
"
|
|
2860
|
+
"type": "icon",
|
|
2861
|
+
"name": "sparkles"
|
|
2859
2862
|
},
|
|
2860
2863
|
{
|
|
2861
|
-
"
|
|
2864
|
+
"variant": "h3",
|
|
2862
2865
|
"content": "ReviewRag",
|
|
2863
|
-
"
|
|
2866
|
+
"type": "typography"
|
|
2864
2867
|
}
|
|
2865
2868
|
],
|
|
2866
2869
|
"direction": "horizontal",
|
|
2867
|
-
"type": "stack",
|
|
2868
2870
|
"gap": "sm"
|
|
2869
2871
|
},
|
|
2870
2872
|
{
|
|
2871
2873
|
"type": "divider"
|
|
2872
2874
|
},
|
|
2873
2875
|
{
|
|
2876
|
+
"gap": "sm",
|
|
2874
2877
|
"children": [
|
|
2875
2878
|
{
|
|
2876
2879
|
"type": "badge",
|
|
@@ -2881,22 +2884,19 @@
|
|
|
2881
2884
|
"type": "badge"
|
|
2882
2885
|
}
|
|
2883
2886
|
],
|
|
2884
|
-
"direction": "horizontal",
|
|
2885
2887
|
"type": "stack",
|
|
2886
|
-
"
|
|
2888
|
+
"direction": "horizontal"
|
|
2887
2889
|
},
|
|
2888
2890
|
{
|
|
2891
|
+
"mode": "create",
|
|
2892
|
+
"submitEvent": "SAVE",
|
|
2889
2893
|
"cancelEvent": "CLOSE",
|
|
2894
|
+
"type": "form-section",
|
|
2890
2895
|
"fields": [
|
|
2891
2896
|
"prompt"
|
|
2892
|
-
]
|
|
2893
|
-
"mode": "create",
|
|
2894
|
-
"submitEvent": "SAVE",
|
|
2895
|
-
"type": "form-section"
|
|
2897
|
+
]
|
|
2896
2898
|
}
|
|
2897
|
-
]
|
|
2898
|
-
"direction": "vertical",
|
|
2899
|
-
"type": "stack"
|
|
2899
|
+
]
|
|
2900
2900
|
}
|
|
2901
2901
|
]
|
|
2902
2902
|
]
|
|
@@ -2923,75 +2923,75 @@
|
|
|
2923
2923
|
[
|
|
2924
2924
|
"render-ui",
|
|
2925
2925
|
"main",
|
|
2926
|
-
{
|
|
2927
|
-
"type": "dashboard-layout",
|
|
2928
|
-
"appName": "Code Reviewer",
|
|
2929
|
-
"navItems": [
|
|
2930
|
-
{
|
|
2931
|
-
"label": "Review",
|
|
2932
|
-
"href": "/review",
|
|
2933
|
-
"icon": "file-search"
|
|
2934
|
-
},
|
|
2935
|
-
{
|
|
2936
|
-
"label": "Analysis",
|
|
2937
|
-
"href": "/analysis",
|
|
2938
|
-
"icon": "tag"
|
|
2939
|
-
},
|
|
2940
|
-
{
|
|
2941
|
-
"label": "Issues",
|
|
2942
|
-
"href": "/issues",
|
|
2943
|
-
"icon": "alert-triangle"
|
|
2944
|
-
}
|
|
2945
|
-
],
|
|
2926
|
+
{
|
|
2946
2927
|
"children": [
|
|
2947
2928
|
{
|
|
2948
2929
|
"type": "stack",
|
|
2949
|
-
"direction": "vertical",
|
|
2950
2930
|
"gap": "lg",
|
|
2931
|
+
"direction": "vertical",
|
|
2951
2932
|
"children": [
|
|
2952
2933
|
{
|
|
2953
|
-
"justify": "between",
|
|
2954
|
-
"direction": "horizontal",
|
|
2955
|
-
"type": "stack",
|
|
2956
|
-
"gap": "md",
|
|
2957
2934
|
"children": [
|
|
2958
2935
|
{
|
|
2959
|
-
"direction": "horizontal",
|
|
2960
2936
|
"type": "stack",
|
|
2961
|
-
"
|
|
2937
|
+
"direction": "horizontal",
|
|
2962
2938
|
"children": [
|
|
2963
2939
|
{
|
|
2964
|
-
"
|
|
2965
|
-
"
|
|
2940
|
+
"name": "sparkles",
|
|
2941
|
+
"type": "icon"
|
|
2966
2942
|
},
|
|
2967
2943
|
{
|
|
2968
|
-
"
|
|
2944
|
+
"type": "typography",
|
|
2969
2945
|
"variant": "h2",
|
|
2970
|
-
"
|
|
2946
|
+
"content": "ReviewRag"
|
|
2971
2947
|
}
|
|
2972
|
-
]
|
|
2948
|
+
],
|
|
2949
|
+
"gap": "md"
|
|
2973
2950
|
},
|
|
2974
2951
|
{
|
|
2975
|
-
"variant": "primary",
|
|
2976
2952
|
"type": "button",
|
|
2977
2953
|
"label": "Open",
|
|
2978
2954
|
"action": "GENERATE",
|
|
2955
|
+
"variant": "primary",
|
|
2979
2956
|
"icon": "sparkles"
|
|
2980
2957
|
}
|
|
2981
|
-
]
|
|
2958
|
+
],
|
|
2959
|
+
"direction": "horizontal",
|
|
2960
|
+
"gap": "md",
|
|
2961
|
+
"justify": "between",
|
|
2962
|
+
"type": "stack"
|
|
2982
2963
|
},
|
|
2983
2964
|
{
|
|
2984
2965
|
"type": "divider"
|
|
2985
2966
|
},
|
|
2986
2967
|
{
|
|
2987
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
2988
2968
|
"type": "empty-state",
|
|
2969
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
2989
2970
|
"title": "Nothing open",
|
|
2990
2971
|
"icon": "sparkles"
|
|
2991
2972
|
}
|
|
2992
2973
|
]
|
|
2993
2974
|
}
|
|
2994
|
-
]
|
|
2975
|
+
],
|
|
2976
|
+
"appName": "Code Reviewer",
|
|
2977
|
+
"navItems": [
|
|
2978
|
+
{
|
|
2979
|
+
"label": "Review",
|
|
2980
|
+
"href": "/review",
|
|
2981
|
+
"icon": "file-search"
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"href": "/analysis",
|
|
2985
|
+
"icon": "tag",
|
|
2986
|
+
"label": "Analysis"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"label": "Issues",
|
|
2990
|
+
"icon": "alert-triangle",
|
|
2991
|
+
"href": "/issues"
|
|
2992
|
+
}
|
|
2993
|
+
],
|
|
2994
|
+
"type": "dashboard-layout"
|
|
2995
2995
|
}
|
|
2996
2996
|
]
|
|
2997
2997
|
]
|
|
@@ -3008,8 +3008,8 @@
|
|
|
3008
3008
|
"@payload.data",
|
|
3009
3009
|
{
|
|
3010
3010
|
"emit": {
|
|
3011
|
-
"
|
|
3012
|
-
"
|
|
3011
|
+
"success": "ReviewRagSaved",
|
|
3012
|
+
"failure": "ReviewRagSaveFailed"
|
|
3013
3013
|
}
|
|
3014
3014
|
}
|
|
3015
3015
|
],
|
|
@@ -3030,35 +3030,38 @@
|
|
|
3030
3030
|
"render-ui",
|
|
3031
3031
|
"main",
|
|
3032
3032
|
{
|
|
3033
|
-
"type": "dashboard-layout",
|
|
3034
3033
|
"navItems": [
|
|
3035
3034
|
{
|
|
3035
|
+
"icon": "file-search",
|
|
3036
3036
|
"label": "Review",
|
|
3037
|
-
"href": "/review"
|
|
3038
|
-
"icon": "file-search"
|
|
3037
|
+
"href": "/review"
|
|
3039
3038
|
},
|
|
3040
3039
|
{
|
|
3041
|
-
"label": "Analysis",
|
|
3042
3040
|
"icon": "tag",
|
|
3041
|
+
"label": "Analysis",
|
|
3043
3042
|
"href": "/analysis"
|
|
3044
3043
|
},
|
|
3045
3044
|
{
|
|
3045
|
+
"href": "/issues",
|
|
3046
3046
|
"icon": "alert-triangle",
|
|
3047
|
-
"label": "Issues"
|
|
3048
|
-
"href": "/issues"
|
|
3047
|
+
"label": "Issues"
|
|
3049
3048
|
}
|
|
3050
3049
|
],
|
|
3051
3050
|
"appName": "Code Reviewer",
|
|
3051
|
+
"type": "dashboard-layout",
|
|
3052
3052
|
"children": [
|
|
3053
3053
|
{
|
|
3054
3054
|
"direction": "vertical",
|
|
3055
|
+
"gap": "lg",
|
|
3056
|
+
"type": "stack",
|
|
3055
3057
|
"children": [
|
|
3056
3058
|
{
|
|
3057
3059
|
"type": "stack",
|
|
3060
|
+
"gap": "md",
|
|
3058
3061
|
"direction": "horizontal",
|
|
3062
|
+
"justify": "between",
|
|
3059
3063
|
"children": [
|
|
3060
3064
|
{
|
|
3061
|
-
"type": "stack",
|
|
3062
3065
|
"children": [
|
|
3063
3066
|
{
|
|
3064
3067
|
"type": "icon",
|
|
@@ -3066,36 +3069,33 @@
|
|
|
3066
3069
|
},
|
|
3067
3070
|
{
|
|
3068
3071
|
"variant": "h2",
|
|
3069
|
-
"
|
|
3070
|
-
"
|
|
3072
|
+
"content": "ReviewRag",
|
|
3073
|
+
"type": "typography"
|
|
3071
3074
|
}
|
|
3072
3075
|
],
|
|
3076
|
+
"direction": "horizontal",
|
|
3073
3077
|
"gap": "md",
|
|
3074
|
-
"
|
|
3078
|
+
"type": "stack"
|
|
3075
3079
|
},
|
|
3076
3080
|
{
|
|
3081
|
+
"icon": "sparkles",
|
|
3077
3082
|
"variant": "primary",
|
|
3078
|
-
"type": "button",
|
|
3079
3083
|
"label": "Open",
|
|
3080
|
-
"
|
|
3081
|
-
"
|
|
3084
|
+
"action": "GENERATE",
|
|
3085
|
+
"type": "button"
|
|
3082
3086
|
}
|
|
3083
|
-
]
|
|
3084
|
-
"gap": "md",
|
|
3085
|
-
"justify": "between"
|
|
3087
|
+
]
|
|
3086
3088
|
},
|
|
3087
3089
|
{
|
|
3088
3090
|
"type": "divider"
|
|
3089
3091
|
},
|
|
3090
3092
|
{
|
|
3091
|
-
"
|
|
3092
|
-
"title": "Nothing open",
|
|
3093
|
+
"type": "empty-state",
|
|
3093
3094
|
"icon": "sparkles",
|
|
3094
|
-
"
|
|
3095
|
+
"title": "Nothing open",
|
|
3096
|
+
"description": "Click Open to view details in a modal overlay."
|
|
3095
3097
|
}
|
|
3096
|
-
]
|
|
3097
|
-
"type": "stack",
|
|
3098
|
-
"gap": "lg"
|
|
3098
|
+
]
|
|
3099
3099
|
}
|
|
3100
3100
|
]
|
|
3101
3101
|
}
|
|
@@ -3166,7 +3166,7 @@
|
|
|
3166
3166
|
{
|
|
3167
3167
|
"event": "CLASSIFIED",
|
|
3168
3168
|
"scope": "internal",
|
|
3169
|
-
"
|
|
3169
|
+
"payloadSchema": [
|
|
3170
3170
|
{
|
|
3171
3171
|
"name": "category",
|
|
3172
3172
|
"type": "string"
|
|
@@ -3176,7 +3176,7 @@
|
|
|
3176
3176
|
{
|
|
3177
3177
|
"event": "CLASSIFIED",
|
|
3178
3178
|
"scope": "external",
|
|
3179
|
-
"
|
|
3179
|
+
"payloadSchema": [
|
|
3180
3180
|
{
|
|
3181
3181
|
"name": "category",
|
|
3182
3182
|
"type": "string"
|
|
@@ -3187,7 +3187,7 @@
|
|
|
3187
3187
|
"event": "AnalysisLoadFailed",
|
|
3188
3188
|
"description": "Fired when Analysis fails to load",
|
|
3189
3189
|
"scope": "internal",
|
|
3190
|
-
"
|
|
3190
|
+
"payloadSchema": [
|
|
3191
3191
|
{
|
|
3192
3192
|
"name": "error",
|
|
3193
3193
|
"type": "string"
|
|
@@ -3202,7 +3202,7 @@
|
|
|
3202
3202
|
"event": "AnalysisLoaded",
|
|
3203
3203
|
"description": "Fired when Analysis finishes loading",
|
|
3204
3204
|
"scope": "internal",
|
|
3205
|
-
"
|
|
3205
|
+
"payloadSchema": [
|
|
3206
3206
|
{
|
|
3207
3207
|
"name": "data",
|
|
3208
3208
|
"type": "[Analysis]"
|
|
@@ -3212,7 +3212,7 @@
|
|
|
3212
3212
|
{
|
|
3213
3213
|
"event": "AnalysisSaveFailed",
|
|
3214
3214
|
"scope": "internal",
|
|
3215
|
-
"
|
|
3215
|
+
"payloadSchema": [
|
|
3216
3216
|
{
|
|
3217
3217
|
"name": "error",
|
|
3218
3218
|
"type": "string"
|
|
@@ -3226,7 +3226,7 @@
|
|
|
3226
3226
|
{
|
|
3227
3227
|
"event": "AnalysisSaved",
|
|
3228
3228
|
"scope": "internal",
|
|
3229
|
-
"
|
|
3229
|
+
"payloadSchema": [
|
|
3230
3230
|
{
|
|
3231
3231
|
"name": "id",
|
|
3232
3232
|
"type": "string"
|
|
@@ -3260,7 +3260,7 @@
|
|
|
3260
3260
|
{
|
|
3261
3261
|
"key": "SAVE",
|
|
3262
3262
|
"name": "Save",
|
|
3263
|
-
"
|
|
3263
|
+
"payloadSchema": [
|
|
3264
3264
|
{
|
|
3265
3265
|
"name": "data",
|
|
3266
3266
|
"type": "string"
|
|
@@ -3274,7 +3274,7 @@
|
|
|
3274
3274
|
{
|
|
3275
3275
|
"key": "AnalysisLoadFailed",
|
|
3276
3276
|
"name": "Analysis load failed",
|
|
3277
|
-
"
|
|
3277
|
+
"payloadSchema": [
|
|
3278
3278
|
{
|
|
3279
3279
|
"name": "error",
|
|
3280
3280
|
"type": "string"
|
|
@@ -3288,7 +3288,7 @@
|
|
|
3288
3288
|
{
|
|
3289
3289
|
"key": "AnalysisLoaded",
|
|
3290
3290
|
"name": "Analysis loaded",
|
|
3291
|
-
"
|
|
3291
|
+
"payloadSchema": [
|
|
3292
3292
|
{
|
|
3293
3293
|
"name": "data",
|
|
3294
3294
|
"type": "[Analysis]"
|
|
@@ -3298,7 +3298,7 @@
|
|
|
3298
3298
|
{
|
|
3299
3299
|
"key": "AnalysisSaveFailed",
|
|
3300
3300
|
"name": "Analysis save failed",
|
|
3301
|
-
"
|
|
3301
|
+
"payloadSchema": [
|
|
3302
3302
|
{
|
|
3303
3303
|
"name": "error",
|
|
3304
3304
|
"type": "string"
|
|
@@ -3312,7 +3312,7 @@
|
|
|
3312
3312
|
{
|
|
3313
3313
|
"key": "AnalysisSaved",
|
|
3314
3314
|
"name": "Analysis saved",
|
|
3315
|
-
"
|
|
3315
|
+
"payloadSchema": [
|
|
3316
3316
|
{
|
|
3317
3317
|
"name": "id",
|
|
3318
3318
|
"type": "string"
|
|
@@ -3334,34 +3334,19 @@
|
|
|
3334
3334
|
"render-ui",
|
|
3335
3335
|
"main",
|
|
3336
3336
|
{
|
|
3337
|
-
"type": "dashboard-layout",
|
|
3338
|
-
"appName": "Code Reviewer",
|
|
3339
|
-
"navItems": [
|
|
3340
|
-
{
|
|
3341
|
-
"label": "Review",
|
|
3342
|
-
"icon": "file-search",
|
|
3343
|
-
"href": "/review"
|
|
3344
|
-
},
|
|
3345
|
-
{
|
|
3346
|
-
"href": "/analysis",
|
|
3347
|
-
"icon": "tag",
|
|
3348
|
-
"label": "Analysis"
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"icon": "alert-triangle",
|
|
3352
|
-
"label": "Issues",
|
|
3353
|
-
"href": "/issues"
|
|
3354
|
-
}
|
|
3355
|
-
],
|
|
3356
3337
|
"children": [
|
|
3357
3338
|
{
|
|
3358
3339
|
"type": "stack",
|
|
3359
|
-
"
|
|
3340
|
+
"direction": "vertical",
|
|
3360
3341
|
"children": [
|
|
3361
3342
|
{
|
|
3343
|
+
"direction": "horizontal",
|
|
3344
|
+
"type": "stack",
|
|
3345
|
+
"gap": "md",
|
|
3346
|
+
"justify": "between",
|
|
3362
3347
|
"children": [
|
|
3363
3348
|
{
|
|
3364
|
-
"
|
|
3349
|
+
"gap": "md",
|
|
3365
3350
|
"children": [
|
|
3366
3351
|
{
|
|
3367
3352
|
"name": "tag",
|
|
@@ -3369,37 +3354,52 @@
|
|
|
3369
3354
|
},
|
|
3370
3355
|
{
|
|
3371
3356
|
"type": "typography",
|
|
3372
|
-
"
|
|
3373
|
-
"
|
|
3357
|
+
"variant": "h2",
|
|
3358
|
+
"content": "Analysis"
|
|
3374
3359
|
}
|
|
3375
3360
|
],
|
|
3376
3361
|
"direction": "horizontal",
|
|
3377
|
-
"
|
|
3362
|
+
"type": "stack"
|
|
3378
3363
|
},
|
|
3379
3364
|
{
|
|
3380
|
-
"
|
|
3365
|
+
"icon": "tag",
|
|
3381
3366
|
"type": "button",
|
|
3367
|
+
"variant": "primary",
|
|
3382
3368
|
"action": "CLASSIFY",
|
|
3383
|
-
"label": "Open"
|
|
3384
|
-
"icon": "tag"
|
|
3369
|
+
"label": "Open"
|
|
3385
3370
|
}
|
|
3386
|
-
]
|
|
3387
|
-
"type": "stack",
|
|
3388
|
-
"gap": "md",
|
|
3389
|
-
"justify": "between",
|
|
3390
|
-
"direction": "horizontal"
|
|
3371
|
+
]
|
|
3391
3372
|
},
|
|
3392
3373
|
{
|
|
3393
3374
|
"type": "divider"
|
|
3394
3375
|
},
|
|
3395
3376
|
{
|
|
3396
3377
|
"type": "empty-state",
|
|
3378
|
+
"icon": "tag",
|
|
3397
3379
|
"description": "Click Open to view details in a modal overlay.",
|
|
3398
|
-
"title": "Nothing open"
|
|
3399
|
-
"icon": "tag"
|
|
3380
|
+
"title": "Nothing open"
|
|
3400
3381
|
}
|
|
3401
3382
|
],
|
|
3402
|
-
"
|
|
3383
|
+
"gap": "lg"
|
|
3384
|
+
}
|
|
3385
|
+
],
|
|
3386
|
+
"appName": "Code Reviewer",
|
|
3387
|
+
"type": "dashboard-layout",
|
|
3388
|
+
"navItems": [
|
|
3389
|
+
{
|
|
3390
|
+
"label": "Review",
|
|
3391
|
+
"href": "/review",
|
|
3392
|
+
"icon": "file-search"
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"label": "Analysis",
|
|
3396
|
+
"href": "/analysis",
|
|
3397
|
+
"icon": "tag"
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"label": "Issues",
|
|
3401
|
+
"href": "/issues",
|
|
3402
|
+
"icon": "alert-triangle"
|
|
3403
3403
|
}
|
|
3404
3404
|
]
|
|
3405
3405
|
}
|
|
@@ -3417,6 +3417,7 @@
|
|
|
3417
3417
|
{
|
|
3418
3418
|
"type": "stack",
|
|
3419
3419
|
"gap": "md",
|
|
3420
|
+
"direction": "vertical",
|
|
3420
3421
|
"children": [
|
|
3421
3422
|
{
|
|
3422
3423
|
"direction": "horizontal",
|
|
@@ -3426,9 +3427,9 @@
|
|
|
3426
3427
|
"name": "tag"
|
|
3427
3428
|
},
|
|
3428
3429
|
{
|
|
3429
|
-
"type": "typography",
|
|
3430
3430
|
"content": "Analysis",
|
|
3431
|
-
"variant": "h3"
|
|
3431
|
+
"variant": "h3",
|
|
3432
|
+
"type": "typography"
|
|
3432
3433
|
}
|
|
3433
3434
|
],
|
|
3434
3435
|
"gap": "sm",
|
|
@@ -3438,6 +3439,9 @@
|
|
|
3438
3439
|
"type": "divider"
|
|
3439
3440
|
},
|
|
3440
3441
|
{
|
|
3442
|
+
"gap": "sm",
|
|
3443
|
+
"direction": "horizontal",
|
|
3444
|
+
"type": "stack",
|
|
3441
3445
|
"children": [
|
|
3442
3446
|
{
|
|
3443
3447
|
"variant": "caption",
|
|
@@ -3445,51 +3449,47 @@
|
|
|
3445
3449
|
"content": "Categories:"
|
|
3446
3450
|
},
|
|
3447
3451
|
{
|
|
3448
|
-
"
|
|
3452
|
+
"label": "schema",
|
|
3449
3453
|
"type": "badge",
|
|
3450
|
-
"
|
|
3454
|
+
"variant": "secondary"
|
|
3451
3455
|
},
|
|
3452
3456
|
{
|
|
3457
|
+
"type": "badge",
|
|
3453
3458
|
"label": "component",
|
|
3454
|
-
"variant": "secondary"
|
|
3455
|
-
"type": "badge"
|
|
3459
|
+
"variant": "secondary"
|
|
3456
3460
|
},
|
|
3457
3461
|
{
|
|
3458
|
-
"type": "badge",
|
|
3459
3462
|
"label": "trait",
|
|
3463
|
+
"type": "badge",
|
|
3460
3464
|
"variant": "secondary"
|
|
3461
3465
|
},
|
|
3462
3466
|
{
|
|
3463
3467
|
"label": "page",
|
|
3464
|
-
"
|
|
3465
|
-
"
|
|
3468
|
+
"type": "badge",
|
|
3469
|
+
"variant": "secondary"
|
|
3466
3470
|
},
|
|
3467
3471
|
{
|
|
3468
|
-
"type": "badge",
|
|
3469
3472
|
"label": "behavior",
|
|
3470
|
-
"variant": "secondary"
|
|
3473
|
+
"variant": "secondary",
|
|
3474
|
+
"type": "badge"
|
|
3471
3475
|
},
|
|
3472
3476
|
{
|
|
3473
|
-
"type": "badge",
|
|
3474
3477
|
"label": "style",
|
|
3478
|
+
"type": "badge",
|
|
3475
3479
|
"variant": "secondary"
|
|
3476
3480
|
}
|
|
3477
|
-
]
|
|
3478
|
-
"direction": "horizontal",
|
|
3479
|
-
"gap": "sm",
|
|
3480
|
-
"type": "stack"
|
|
3481
|
+
]
|
|
3481
3482
|
},
|
|
3482
3483
|
{
|
|
3483
|
-
"fields": [
|
|
3484
|
-
"input"
|
|
3485
|
-
],
|
|
3486
|
-
"mode": "create",
|
|
3487
3484
|
"type": "form-section",
|
|
3488
3485
|
"cancelEvent": "CLOSE",
|
|
3489
|
-
"
|
|
3486
|
+
"mode": "create",
|
|
3487
|
+
"submitEvent": "SAVE",
|
|
3488
|
+
"fields": [
|
|
3489
|
+
"input"
|
|
3490
|
+
]
|
|
3490
3491
|
}
|
|
3491
|
-
]
|
|
3492
|
-
"direction": "vertical"
|
|
3492
|
+
]
|
|
3493
3493
|
}
|
|
3494
3494
|
]
|
|
3495
3495
|
]
|
|
@@ -3517,74 +3517,74 @@
|
|
|
3517
3517
|
"render-ui",
|
|
3518
3518
|
"main",
|
|
3519
3519
|
{
|
|
3520
|
-
"type": "dashboard-layout",
|
|
3521
|
-
"appName": "Code Reviewer",
|
|
3522
|
-
"navItems": [
|
|
3523
|
-
{
|
|
3524
|
-
"label": "Review",
|
|
3525
|
-
"href": "/review",
|
|
3526
|
-
"icon": "file-search"
|
|
3527
|
-
},
|
|
3528
|
-
{
|
|
3529
|
-
"href": "/analysis",
|
|
3530
|
-
"label": "Analysis",
|
|
3531
|
-
"icon": "tag"
|
|
3532
|
-
},
|
|
3533
|
-
{
|
|
3534
|
-
"label": "Issues",
|
|
3535
|
-
"href": "/issues",
|
|
3536
|
-
"icon": "alert-triangle"
|
|
3537
|
-
}
|
|
3538
|
-
],
|
|
3539
3520
|
"children": [
|
|
3540
3521
|
{
|
|
3541
|
-
"type": "stack",
|
|
3542
|
-
"direction": "vertical",
|
|
3543
|
-
"gap": "lg",
|
|
3544
3522
|
"children": [
|
|
3545
3523
|
{
|
|
3524
|
+
"gap": "md",
|
|
3546
3525
|
"type": "stack",
|
|
3547
3526
|
"direction": "horizontal",
|
|
3527
|
+
"justify": "between",
|
|
3548
3528
|
"children": [
|
|
3549
3529
|
{
|
|
3530
|
+
"direction": "horizontal",
|
|
3531
|
+
"gap": "md",
|
|
3532
|
+
"type": "stack",
|
|
3550
3533
|
"children": [
|
|
3551
3534
|
{
|
|
3552
3535
|
"name": "tag",
|
|
3553
3536
|
"type": "icon"
|
|
3554
3537
|
},
|
|
3555
3538
|
{
|
|
3556
|
-
"content": "Analysis",
|
|
3557
3539
|
"variant": "h2",
|
|
3540
|
+
"content": "Analysis",
|
|
3558
3541
|
"type": "typography"
|
|
3559
3542
|
}
|
|
3560
|
-
]
|
|
3561
|
-
"direction": "horizontal",
|
|
3562
|
-
"gap": "md",
|
|
3563
|
-
"type": "stack"
|
|
3543
|
+
]
|
|
3564
3544
|
},
|
|
3565
3545
|
{
|
|
3566
3546
|
"variant": "primary",
|
|
3567
|
-
"type": "button",
|
|
3568
3547
|
"action": "CLASSIFY",
|
|
3569
|
-
"
|
|
3570
|
-
"icon": "tag"
|
|
3548
|
+
"type": "button",
|
|
3549
|
+
"icon": "tag",
|
|
3550
|
+
"label": "Open"
|
|
3571
3551
|
}
|
|
3572
|
-
]
|
|
3573
|
-
"justify": "between",
|
|
3574
|
-
"gap": "md"
|
|
3552
|
+
]
|
|
3575
3553
|
},
|
|
3576
3554
|
{
|
|
3577
3555
|
"type": "divider"
|
|
3578
3556
|
},
|
|
3579
3557
|
{
|
|
3580
|
-
"
|
|
3558
|
+
"icon": "tag",
|
|
3581
3559
|
"title": "Nothing open",
|
|
3582
3560
|
"type": "empty-state",
|
|
3583
|
-
"
|
|
3561
|
+
"description": "Click Open to view details in a modal overlay."
|
|
3584
3562
|
}
|
|
3585
|
-
]
|
|
3563
|
+
],
|
|
3564
|
+
"gap": "lg",
|
|
3565
|
+
"type": "stack",
|
|
3566
|
+
"direction": "vertical"
|
|
3567
|
+
}
|
|
3568
|
+
],
|
|
3569
|
+
"navItems": [
|
|
3570
|
+
{
|
|
3571
|
+
"label": "Review",
|
|
3572
|
+
"icon": "file-search",
|
|
3573
|
+
"href": "/review"
|
|
3574
|
+
},
|
|
3575
|
+
{
|
|
3576
|
+
"href": "/analysis",
|
|
3577
|
+
"icon": "tag",
|
|
3578
|
+
"label": "Analysis"
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"label": "Issues",
|
|
3582
|
+
"href": "/issues",
|
|
3583
|
+
"icon": "alert-triangle"
|
|
3586
3584
|
}
|
|
3587
|
-
]
|
|
3585
|
+
],
|
|
3586
|
+
"type": "dashboard-layout",
|
|
3587
|
+
"appName": "Code Reviewer"
|
|
3588
3588
|
}
|
|
3589
3589
|
]
|
|
3590
3590
|
]
|
|
@@ -3601,8 +3601,8 @@
|
|
|
3601
3601
|
"@payload.data",
|
|
3602
3602
|
{
|
|
3603
3603
|
"emit": {
|
|
3604
|
-
"
|
|
3605
|
-
"
|
|
3604
|
+
"success": "AnalysisSaved",
|
|
3605
|
+
"failure": "AnalysisSaveFailed"
|
|
3606
3606
|
}
|
|
3607
3607
|
}
|
|
3608
3608
|
],
|
|
@@ -3623,74 +3623,74 @@
|
|
|
3623
3623
|
"render-ui",
|
|
3624
3624
|
"main",
|
|
3625
3625
|
{
|
|
3626
|
-
"
|
|
3626
|
+
"navItems": [
|
|
3627
|
+
{
|
|
3628
|
+
"href": "/review",
|
|
3629
|
+
"icon": "file-search",
|
|
3630
|
+
"label": "Review"
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"icon": "tag",
|
|
3634
|
+
"label": "Analysis",
|
|
3635
|
+
"href": "/analysis"
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"icon": "alert-triangle",
|
|
3639
|
+
"label": "Issues",
|
|
3640
|
+
"href": "/issues"
|
|
3641
|
+
}
|
|
3642
|
+
],
|
|
3627
3643
|
"appName": "Code Reviewer",
|
|
3628
3644
|
"children": [
|
|
3629
3645
|
{
|
|
3630
3646
|
"type": "stack",
|
|
3631
|
-
"direction": "vertical",
|
|
3632
3647
|
"children": [
|
|
3633
3648
|
{
|
|
3634
3649
|
"direction": "horizontal",
|
|
3635
3650
|
"justify": "between",
|
|
3636
|
-
"gap": "md",
|
|
3637
3651
|
"children": [
|
|
3638
3652
|
{
|
|
3639
3653
|
"type": "stack",
|
|
3640
3654
|
"direction": "horizontal",
|
|
3655
|
+
"gap": "md",
|
|
3641
3656
|
"children": [
|
|
3642
3657
|
{
|
|
3643
|
-
"
|
|
3644
|
-
"
|
|
3658
|
+
"name": "tag",
|
|
3659
|
+
"type": "icon"
|
|
3645
3660
|
},
|
|
3646
3661
|
{
|
|
3647
|
-
"type": "typography",
|
|
3648
3662
|
"content": "Analysis",
|
|
3649
|
-
"variant": "h2"
|
|
3663
|
+
"variant": "h2",
|
|
3664
|
+
"type": "typography"
|
|
3650
3665
|
}
|
|
3651
|
-
]
|
|
3652
|
-
"gap": "md"
|
|
3666
|
+
]
|
|
3653
3667
|
},
|
|
3654
3668
|
{
|
|
3655
|
-
"
|
|
3656
|
-
"variant": "primary",
|
|
3669
|
+
"icon": "tag",
|
|
3657
3670
|
"action": "CLASSIFY",
|
|
3658
3671
|
"label": "Open",
|
|
3659
|
-
"
|
|
3672
|
+
"variant": "primary",
|
|
3673
|
+
"type": "button"
|
|
3660
3674
|
}
|
|
3661
3675
|
],
|
|
3662
|
-
"type": "stack"
|
|
3676
|
+
"type": "stack",
|
|
3677
|
+
"gap": "md"
|
|
3663
3678
|
},
|
|
3664
3679
|
{
|
|
3665
3680
|
"type": "divider"
|
|
3666
3681
|
},
|
|
3667
3682
|
{
|
|
3668
|
-
"type": "empty-state",
|
|
3669
3683
|
"description": "Click Open to view details in a modal overlay.",
|
|
3670
3684
|
"title": "Nothing open",
|
|
3671
|
-
"icon": "tag"
|
|
3685
|
+
"icon": "tag",
|
|
3686
|
+
"type": "empty-state"
|
|
3672
3687
|
}
|
|
3673
3688
|
],
|
|
3674
|
-
"gap": "lg"
|
|
3689
|
+
"gap": "lg",
|
|
3690
|
+
"direction": "vertical"
|
|
3675
3691
|
}
|
|
3676
3692
|
],
|
|
3677
|
-
"
|
|
3678
|
-
{
|
|
3679
|
-
"href": "/review",
|
|
3680
|
-
"icon": "file-search",
|
|
3681
|
-
"label": "Review"
|
|
3682
|
-
},
|
|
3683
|
-
{
|
|
3684
|
-
"label": "Analysis",
|
|
3685
|
-
"href": "/analysis",
|
|
3686
|
-
"icon": "tag"
|
|
3687
|
-
},
|
|
3688
|
-
{
|
|
3689
|
-
"label": "Issues",
|
|
3690
|
-
"icon": "alert-triangle",
|
|
3691
|
-
"href": "/issues"
|
|
3692
|
-
}
|
|
3693
|
-
]
|
|
3693
|
+
"type": "dashboard-layout"
|
|
3694
3694
|
}
|
|
3695
3695
|
]
|
|
3696
3696
|
]
|
|
@@ -3708,7 +3708,7 @@
|
|
|
3708
3708
|
"event": "AnalysisLoaded",
|
|
3709
3709
|
"description": "Fired when Analysis finishes loading",
|
|
3710
3710
|
"scope": "internal",
|
|
3711
|
-
"
|
|
3711
|
+
"payloadSchema": [
|
|
3712
3712
|
{
|
|
3713
3713
|
"name": "data",
|
|
3714
3714
|
"type": "[Analysis]"
|
|
@@ -3719,7 +3719,7 @@
|
|
|
3719
3719
|
"event": "AnalysisLoadFailed",
|
|
3720
3720
|
"description": "Fired when Analysis fails to load",
|
|
3721
3721
|
"scope": "internal",
|
|
3722
|
-
"
|
|
3722
|
+
"payloadSchema": [
|
|
3723
3723
|
{
|
|
3724
3724
|
"name": "error",
|
|
3725
3725
|
"type": "string"
|
|
@@ -3749,7 +3749,7 @@
|
|
|
3749
3749
|
{
|
|
3750
3750
|
"key": "SHOW",
|
|
3751
3751
|
"name": "Show",
|
|
3752
|
-
"
|
|
3752
|
+
"payloadSchema": [
|
|
3753
3753
|
{
|
|
3754
3754
|
"name": "message",
|
|
3755
3755
|
"type": "string"
|
|
@@ -3767,7 +3767,7 @@
|
|
|
3767
3767
|
{
|
|
3768
3768
|
"key": "AnalysisLoaded",
|
|
3769
3769
|
"name": "Analysis loaded",
|
|
3770
|
-
"
|
|
3770
|
+
"payloadSchema": [
|
|
3771
3771
|
{
|
|
3772
3772
|
"name": "data",
|
|
3773
3773
|
"type": "[Analysis]"
|
|
@@ -3777,7 +3777,7 @@
|
|
|
3777
3777
|
{
|
|
3778
3778
|
"key": "AnalysisLoadFailed",
|
|
3779
3779
|
"name": "Analysis load failed",
|
|
3780
|
-
"
|
|
3780
|
+
"payloadSchema": [
|
|
3781
3781
|
{
|
|
3782
3782
|
"name": "error",
|
|
3783
3783
|
"type": "string"
|
|
@@ -3800,8 +3800,8 @@
|
|
|
3800
3800
|
"Analysis",
|
|
3801
3801
|
{
|
|
3802
3802
|
"emit": {
|
|
3803
|
-
"
|
|
3804
|
-
"
|
|
3803
|
+
"success": "AnalysisLoaded",
|
|
3804
|
+
"failure": "AnalysisLoadFailed"
|
|
3805
3805
|
}
|
|
3806
3806
|
}
|
|
3807
3807
|
]
|
|
@@ -3826,51 +3826,51 @@
|
|
|
3826
3826
|
"render-ui",
|
|
3827
3827
|
"main",
|
|
3828
3828
|
{
|
|
3829
|
-
"appName": "Code Reviewer",
|
|
3830
3829
|
"children": [
|
|
3831
3830
|
{
|
|
3831
|
+
"gap": "lg",
|
|
3832
3832
|
"type": "stack",
|
|
3833
3833
|
"direction": "vertical",
|
|
3834
3834
|
"children": [
|
|
3835
3835
|
{
|
|
3836
|
-
"
|
|
3836
|
+
"gap": "md",
|
|
3837
|
+
"justify": "between",
|
|
3838
|
+
"direction": "horizontal",
|
|
3839
|
+
"align": "center",
|
|
3837
3840
|
"children": [
|
|
3838
3841
|
{
|
|
3839
|
-
"
|
|
3840
|
-
"gap": "md",
|
|
3842
|
+
"type": "stack",
|
|
3841
3843
|
"children": [
|
|
3842
3844
|
{
|
|
3843
|
-
"
|
|
3844
|
-
"
|
|
3845
|
+
"name": "tag",
|
|
3846
|
+
"type": "icon"
|
|
3845
3847
|
},
|
|
3846
3848
|
{
|
|
3849
|
+
"content": "Analysis Result",
|
|
3847
3850
|
"variant": "h2",
|
|
3848
|
-
"type": "typography"
|
|
3849
|
-
"content": "Analysis Result"
|
|
3851
|
+
"type": "typography"
|
|
3850
3852
|
}
|
|
3851
3853
|
],
|
|
3852
|
-
"
|
|
3853
|
-
"
|
|
3854
|
+
"align": "center",
|
|
3855
|
+
"gap": "md",
|
|
3856
|
+
"direction": "horizontal"
|
|
3854
3857
|
},
|
|
3855
3858
|
{
|
|
3856
|
-
"
|
|
3859
|
+
"type": "button",
|
|
3857
3860
|
"variant": "ghost",
|
|
3858
3861
|
"icon": "x",
|
|
3859
|
-
"
|
|
3862
|
+
"label": "Dismiss",
|
|
3860
3863
|
"action": "HIDE"
|
|
3861
3864
|
}
|
|
3862
3865
|
],
|
|
3863
|
-
"
|
|
3864
|
-
"justify": "between",
|
|
3865
|
-
"gap": "md",
|
|
3866
|
-
"align": "center"
|
|
3866
|
+
"type": "stack"
|
|
3867
3867
|
},
|
|
3868
3868
|
{
|
|
3869
3869
|
"type": "divider"
|
|
3870
3870
|
},
|
|
3871
3871
|
{
|
|
3872
|
-
"type": "alert",
|
|
3873
3872
|
"variant": "@entity.notificationType",
|
|
3873
|
+
"type": "alert",
|
|
3874
3874
|
"message": "@entity.message"
|
|
3875
3875
|
},
|
|
3876
3876
|
{
|
|
@@ -3881,28 +3881,28 @@
|
|
|
3881
3881
|
"variant": "warning",
|
|
3882
3882
|
"message": "@entity.message"
|
|
3883
3883
|
}
|
|
3884
|
-
]
|
|
3885
|
-
"gap": "lg"
|
|
3884
|
+
]
|
|
3886
3885
|
}
|
|
3887
3886
|
],
|
|
3887
|
+
"type": "dashboard-layout",
|
|
3888
|
+
"appName": "Code Reviewer",
|
|
3888
3889
|
"navItems": [
|
|
3889
3890
|
{
|
|
3890
|
-
"icon": "file-search",
|
|
3891
3891
|
"label": "Review",
|
|
3892
|
+
"icon": "file-search",
|
|
3892
3893
|
"href": "/review"
|
|
3893
3894
|
},
|
|
3894
3895
|
{
|
|
3895
|
-
"href": "/analysis",
|
|
3896
3896
|
"icon": "tag",
|
|
3897
|
-
"label": "Analysis"
|
|
3897
|
+
"label": "Analysis",
|
|
3898
|
+
"href": "/analysis"
|
|
3898
3899
|
},
|
|
3899
3900
|
{
|
|
3900
3901
|
"label": "Issues",
|
|
3901
3902
|
"icon": "alert-triangle",
|
|
3902
3903
|
"href": "/issues"
|
|
3903
3904
|
}
|
|
3904
|
-
]
|
|
3905
|
-
"type": "dashboard-layout"
|
|
3905
|
+
]
|
|
3906
3906
|
}
|
|
3907
3907
|
]
|
|
3908
3908
|
]
|
|
@@ -3926,16 +3926,17 @@
|
|
|
3926
3926
|
"render-ui",
|
|
3927
3927
|
"main",
|
|
3928
3928
|
{
|
|
3929
|
+
"appName": "Code Reviewer",
|
|
3929
3930
|
"navItems": [
|
|
3930
3931
|
{
|
|
3931
|
-
"label": "Review",
|
|
3932
3932
|
"icon": "file-search",
|
|
3933
|
+
"label": "Review",
|
|
3933
3934
|
"href": "/review"
|
|
3934
3935
|
},
|
|
3935
3936
|
{
|
|
3936
|
-
"
|
|
3937
|
+
"icon": "tag",
|
|
3937
3938
|
"href": "/analysis",
|
|
3938
|
-
"
|
|
3939
|
+
"label": "Analysis"
|
|
3939
3940
|
},
|
|
3940
3941
|
{
|
|
3941
3942
|
"label": "Issues",
|
|
@@ -3943,66 +3944,65 @@
|
|
|
3943
3944
|
"icon": "alert-triangle"
|
|
3944
3945
|
}
|
|
3945
3946
|
],
|
|
3946
|
-
"type": "dashboard-layout",
|
|
3947
|
-
"appName": "Code Reviewer",
|
|
3948
3947
|
"children": [
|
|
3949
3948
|
{
|
|
3950
|
-
"gap": "lg",
|
|
3951
3949
|
"direction": "vertical",
|
|
3952
3950
|
"type": "stack",
|
|
3953
3951
|
"children": [
|
|
3954
3952
|
{
|
|
3955
|
-
"
|
|
3956
|
-
"type": "stack",
|
|
3957
|
-
"align": "center",
|
|
3953
|
+
"direction": "horizontal",
|
|
3958
3954
|
"children": [
|
|
3959
3955
|
{
|
|
3960
|
-
"
|
|
3956
|
+
"align": "center",
|
|
3957
|
+
"type": "stack",
|
|
3961
3958
|
"children": [
|
|
3962
3959
|
{
|
|
3963
3960
|
"type": "icon",
|
|
3964
3961
|
"name": "tag"
|
|
3965
3962
|
},
|
|
3966
3963
|
{
|
|
3967
|
-
"content": "Analysis Result",
|
|
3968
3964
|
"variant": "h2",
|
|
3969
|
-
"type": "typography"
|
|
3965
|
+
"type": "typography",
|
|
3966
|
+
"content": "Analysis Result"
|
|
3970
3967
|
}
|
|
3971
3968
|
],
|
|
3972
|
-
"
|
|
3973
|
-
"type": "stack",
|
|
3969
|
+
"gap": "md",
|
|
3974
3970
|
"direction": "horizontal"
|
|
3975
3971
|
},
|
|
3976
3972
|
{
|
|
3977
|
-
"type": "button",
|
|
3978
|
-
"label": "Dismiss",
|
|
3979
3973
|
"icon": "x",
|
|
3980
|
-
"
|
|
3981
|
-
"
|
|
3974
|
+
"variant": "ghost",
|
|
3975
|
+
"label": "Dismiss",
|
|
3976
|
+
"type": "button",
|
|
3977
|
+
"action": "HIDE"
|
|
3982
3978
|
}
|
|
3983
3979
|
],
|
|
3980
|
+
"type": "stack",
|
|
3984
3981
|
"justify": "between",
|
|
3985
|
-
"
|
|
3982
|
+
"gap": "md",
|
|
3983
|
+
"align": "center"
|
|
3986
3984
|
},
|
|
3987
3985
|
{
|
|
3988
3986
|
"type": "divider"
|
|
3989
3987
|
},
|
|
3990
3988
|
{
|
|
3991
|
-
"type": "alert",
|
|
3992
3989
|
"variant": "@entity.notificationType",
|
|
3993
|
-
"message": "@entity.message"
|
|
3990
|
+
"message": "@entity.message",
|
|
3991
|
+
"type": "alert"
|
|
3994
3992
|
},
|
|
3995
3993
|
{
|
|
3996
3994
|
"type": "toast-slot"
|
|
3997
3995
|
},
|
|
3998
3996
|
{
|
|
3999
3997
|
"type": "alert",
|
|
4000
|
-
"
|
|
4001
|
-
"
|
|
3998
|
+
"message": "@entity.message",
|
|
3999
|
+
"variant": "warning"
|
|
4002
4000
|
}
|
|
4003
|
-
]
|
|
4001
|
+
],
|
|
4002
|
+
"gap": "lg"
|
|
4004
4003
|
}
|
|
4005
|
-
]
|
|
4004
|
+
],
|
|
4005
|
+
"type": "dashboard-layout"
|
|
4006
4006
|
}
|
|
4007
4007
|
]
|
|
4008
4008
|
]
|
|
@@ -4031,14 +4031,15 @@
|
|
|
4031
4031
|
{
|
|
4032
4032
|
"event": "SHOW",
|
|
4033
4033
|
"scope": "internal",
|
|
4034
|
-
"
|
|
4034
|
+
"payloadSchema": [
|
|
4035
4035
|
{
|
|
4036
|
-
"name": "
|
|
4037
|
-
"type": "string"
|
|
4036
|
+
"name": "message",
|
|
4037
|
+
"type": "string",
|
|
4038
|
+
"required": true
|
|
4038
4039
|
},
|
|
4039
4040
|
{
|
|
4040
|
-
"name": "
|
|
4041
|
-
"type": "
|
|
4041
|
+
"name": "notificationType",
|
|
4042
|
+
"type": "string"
|
|
4042
4043
|
}
|
|
4043
4044
|
]
|
|
4044
4045
|
},
|
|
@@ -4046,7 +4047,7 @@
|
|
|
4046
4047
|
"event": "AnalysisLoaded",
|
|
4047
4048
|
"description": "Fired when Analysis finishes loading",
|
|
4048
4049
|
"scope": "internal",
|
|
4049
|
-
"
|
|
4050
|
+
"payloadSchema": [
|
|
4050
4051
|
{
|
|
4051
4052
|
"name": "data",
|
|
4052
4053
|
"type": "[Analysis]"
|
|
@@ -4057,7 +4058,7 @@
|
|
|
4057
4058
|
"event": "AnalysisLoadFailed",
|
|
4058
4059
|
"description": "Fired when Analysis fails to load",
|
|
4059
4060
|
"scope": "internal",
|
|
4060
|
-
"
|
|
4061
|
+
"payloadSchema": [
|
|
4061
4062
|
{
|
|
4062
4063
|
"name": "error",
|
|
4063
4064
|
"type": "string"
|
|
@@ -4100,7 +4101,7 @@
|
|
|
4100
4101
|
{
|
|
4101
4102
|
"key": "DO_CLASSIFY",
|
|
4102
4103
|
"name": "Do Classify",
|
|
4103
|
-
"
|
|
4104
|
+
"payloadSchema": [
|
|
4104
4105
|
{
|
|
4105
4106
|
"name": "data",
|
|
4106
4107
|
"type": "string"
|
|
@@ -4122,7 +4123,7 @@
|
|
|
4122
4123
|
{
|
|
4123
4124
|
"key": "AnalysisLoaded",
|
|
4124
4125
|
"name": "Analysis loaded",
|
|
4125
|
-
"
|
|
4126
|
+
"payloadSchema": [
|
|
4126
4127
|
{
|
|
4127
4128
|
"name": "data",
|
|
4128
4129
|
"type": "[Analysis]"
|
|
@@ -4132,7 +4133,7 @@
|
|
|
4132
4133
|
{
|
|
4133
4134
|
"key": "AnalysisLoadFailed",
|
|
4134
4135
|
"name": "Analysis load failed",
|
|
4135
|
-
"
|
|
4136
|
+
"payloadSchema": [
|
|
4136
4137
|
{
|
|
4137
4138
|
"name": "error",
|
|
4138
4139
|
"type": "string"
|
|
@@ -4164,33 +4165,33 @@
|
|
|
4164
4165
|
"render-ui",
|
|
4165
4166
|
"main",
|
|
4166
4167
|
{
|
|
4167
|
-
"appName": "Code Reviewer",
|
|
4168
|
-
"children": [
|
|
4169
|
-
{
|
|
4170
|
-
"description": "Classifier is ready",
|
|
4171
|
-
"icon": "tag",
|
|
4172
|
-
"title": "Classifier",
|
|
4173
|
-
"type": "empty-state"
|
|
4174
|
-
}
|
|
4175
|
-
],
|
|
4176
|
-
"type": "dashboard-layout",
|
|
4177
4168
|
"navItems": [
|
|
4178
4169
|
{
|
|
4179
|
-
"href": "/review",
|
|
4180
4170
|
"label": "Review",
|
|
4171
|
+
"href": "/review",
|
|
4181
4172
|
"icon": "file-search"
|
|
4182
4173
|
},
|
|
4183
4174
|
{
|
|
4184
|
-
"icon": "tag",
|
|
4185
4175
|
"label": "Analysis",
|
|
4186
|
-
"href": "/analysis"
|
|
4176
|
+
"href": "/analysis",
|
|
4177
|
+
"icon": "tag"
|
|
4187
4178
|
},
|
|
4188
4179
|
{
|
|
4189
4180
|
"label": "Issues",
|
|
4190
|
-
"
|
|
4191
|
-
"
|
|
4181
|
+
"href": "/issues",
|
|
4182
|
+
"icon": "alert-triangle"
|
|
4192
4183
|
}
|
|
4193
|
-
]
|
|
4184
|
+
],
|
|
4185
|
+
"appName": "Code Reviewer",
|
|
4186
|
+
"children": [
|
|
4187
|
+
{
|
|
4188
|
+
"icon": "tag",
|
|
4189
|
+
"description": "Classifier is ready",
|
|
4190
|
+
"type": "empty-state",
|
|
4191
|
+
"title": "Classifier"
|
|
4192
|
+
}
|
|
4193
|
+
],
|
|
4194
|
+
"type": "dashboard-layout"
|
|
4194
4195
|
}
|
|
4195
4196
|
]
|
|
4196
4197
|
]
|
|
@@ -4243,7 +4244,11 @@
|
|
|
4243
4244
|
],
|
|
4244
4245
|
[
|
|
4245
4246
|
"emit",
|
|
4246
|
-
"SHOW"
|
|
4247
|
+
"SHOW",
|
|
4248
|
+
{
|
|
4249
|
+
"notificationType": "success",
|
|
4250
|
+
"message": "Input classified"
|
|
4251
|
+
}
|
|
4247
4252
|
]
|
|
4248
4253
|
]
|
|
4249
4254
|
},
|
|
@@ -4345,7 +4350,7 @@
|
|
|
4345
4350
|
"event": "ReviewCompletionLoadFailed",
|
|
4346
4351
|
"description": "Fired when ReviewCompletion fails to load",
|
|
4347
4352
|
"scope": "internal",
|
|
4348
|
-
"
|
|
4353
|
+
"payloadSchema": [
|
|
4349
4354
|
{
|
|
4350
4355
|
"name": "error",
|
|
4351
4356
|
"type": "string"
|
|
@@ -4360,7 +4365,7 @@
|
|
|
4360
4365
|
"event": "ReviewCompletionLoaded",
|
|
4361
4366
|
"description": "Fired when ReviewCompletion finishes loading",
|
|
4362
4367
|
"scope": "internal",
|
|
4363
|
-
"
|
|
4368
|
+
"payloadSchema": [
|
|
4364
4369
|
{
|
|
4365
4370
|
"name": "data",
|
|
4366
4371
|
"type": "[ReviewCompletion]"
|
|
@@ -4370,7 +4375,7 @@
|
|
|
4370
4375
|
{
|
|
4371
4376
|
"event": "ReviewCompletionSaveFailed",
|
|
4372
4377
|
"scope": "internal",
|
|
4373
|
-
"
|
|
4378
|
+
"payloadSchema": [
|
|
4374
4379
|
{
|
|
4375
4380
|
"name": "error",
|
|
4376
4381
|
"type": "string"
|
|
@@ -4384,7 +4389,7 @@
|
|
|
4384
4389
|
{
|
|
4385
4390
|
"event": "ReviewCompletionSaved",
|
|
4386
4391
|
"scope": "internal",
|
|
4387
|
-
"
|
|
4392
|
+
"payloadSchema": [
|
|
4388
4393
|
{
|
|
4389
4394
|
"name": "id",
|
|
4390
4395
|
"type": "string"
|
|
@@ -4418,7 +4423,7 @@
|
|
|
4418
4423
|
{
|
|
4419
4424
|
"key": "SAVE",
|
|
4420
4425
|
"name": "Save",
|
|
4421
|
-
"
|
|
4426
|
+
"payloadSchema": [
|
|
4422
4427
|
{
|
|
4423
4428
|
"name": "data",
|
|
4424
4429
|
"type": "string"
|
|
@@ -4432,7 +4437,7 @@
|
|
|
4432
4437
|
{
|
|
4433
4438
|
"key": "ReviewCompletionLoadFailed",
|
|
4434
4439
|
"name": "ReviewCompletion load failed",
|
|
4435
|
-
"
|
|
4440
|
+
"payloadSchema": [
|
|
4436
4441
|
{
|
|
4437
4442
|
"name": "error",
|
|
4438
4443
|
"type": "string"
|
|
@@ -4446,7 +4451,7 @@
|
|
|
4446
4451
|
{
|
|
4447
4452
|
"key": "ReviewCompletionLoaded",
|
|
4448
4453
|
"name": "ReviewCompletion loaded",
|
|
4449
|
-
"
|
|
4454
|
+
"payloadSchema": [
|
|
4450
4455
|
{
|
|
4451
4456
|
"name": "data",
|
|
4452
4457
|
"type": "[ReviewCompletion]"
|
|
@@ -4456,7 +4461,7 @@
|
|
|
4456
4461
|
{
|
|
4457
4462
|
"key": "ReviewCompletionSaveFailed",
|
|
4458
4463
|
"name": "ReviewCompletion save failed",
|
|
4459
|
-
"
|
|
4464
|
+
"payloadSchema": [
|
|
4460
4465
|
{
|
|
4461
4466
|
"name": "error",
|
|
4462
4467
|
"type": "string"
|
|
@@ -4470,7 +4475,7 @@
|
|
|
4470
4475
|
{
|
|
4471
4476
|
"key": "ReviewCompletionSaved",
|
|
4472
4477
|
"name": "ReviewCompletion saved",
|
|
4473
|
-
"
|
|
4478
|
+
"payloadSchema": [
|
|
4474
4479
|
{
|
|
4475
4480
|
"name": "id",
|
|
4476
4481
|
"type": "string"
|
|
@@ -4494,16 +4499,12 @@
|
|
|
4494
4499
|
{
|
|
4495
4500
|
"children": [
|
|
4496
4501
|
{
|
|
4497
|
-
"direction": "vertical",
|
|
4498
|
-
"gap": "lg",
|
|
4499
4502
|
"children": [
|
|
4500
4503
|
{
|
|
4501
|
-
"type": "stack",
|
|
4502
|
-
"justify": "between",
|
|
4503
|
-
"direction": "horizontal",
|
|
4504
4504
|
"gap": "md",
|
|
4505
4505
|
"children": [
|
|
4506
4506
|
{
|
|
4507
|
+
"type": "stack",
|
|
4507
4508
|
"gap": "md",
|
|
4508
4509
|
"direction": "horizontal",
|
|
4509
4510
|
"children": [
|
|
@@ -4512,47 +4513,51 @@
|
|
|
4512
4513
|
"name": "sparkles"
|
|
4513
4514
|
},
|
|
4514
4515
|
{
|
|
4515
|
-
"type": "typography",
|
|
4516
4516
|
"content": "ReviewCompletion",
|
|
4517
|
+
"type": "typography",
|
|
4517
4518
|
"variant": "h2"
|
|
4518
4519
|
}
|
|
4519
|
-
]
|
|
4520
|
-
"type": "stack"
|
|
4520
|
+
]
|
|
4521
4521
|
},
|
|
4522
4522
|
{
|
|
4523
|
-
"
|
|
4524
|
-
"variant": "primary",
|
|
4523
|
+
"label": "Open",
|
|
4525
4524
|
"icon": "sparkles",
|
|
4526
4525
|
"action": "GENERATE",
|
|
4527
|
-
"
|
|
4526
|
+
"variant": "primary",
|
|
4527
|
+
"type": "button"
|
|
4528
4528
|
}
|
|
4529
|
-
]
|
|
4529
|
+
],
|
|
4530
|
+
"justify": "between",
|
|
4531
|
+
"type": "stack",
|
|
4532
|
+
"direction": "horizontal"
|
|
4530
4533
|
},
|
|
4531
4534
|
{
|
|
4532
4535
|
"type": "divider"
|
|
4533
4536
|
},
|
|
4534
4537
|
{
|
|
4535
4538
|
"type": "empty-state",
|
|
4536
|
-
"
|
|
4539
|
+
"title": "Nothing open",
|
|
4537
4540
|
"icon": "sparkles",
|
|
4538
|
-
"
|
|
4541
|
+
"description": "Click Open to view details in a modal overlay."
|
|
4539
4542
|
}
|
|
4540
4543
|
],
|
|
4541
|
-
"
|
|
4544
|
+
"gap": "lg",
|
|
4545
|
+
"type": "stack",
|
|
4546
|
+
"direction": "vertical"
|
|
4542
4547
|
}
|
|
4543
4548
|
],
|
|
4544
|
-
"appName": "Code Reviewer",
|
|
4545
4549
|
"type": "dashboard-layout",
|
|
4550
|
+
"appName": "Code Reviewer",
|
|
4546
4551
|
"navItems": [
|
|
4547
4552
|
{
|
|
4553
|
+
"label": "Review",
|
|
4548
4554
|
"href": "/review",
|
|
4549
|
-
"icon": "file-search"
|
|
4550
|
-
"label": "Review"
|
|
4555
|
+
"icon": "file-search"
|
|
4551
4556
|
},
|
|
4552
4557
|
{
|
|
4553
4558
|
"label": "Analysis",
|
|
4554
|
-
"
|
|
4555
|
-
"
|
|
4559
|
+
"href": "/analysis",
|
|
4560
|
+
"icon": "tag"
|
|
4556
4561
|
},
|
|
4557
4562
|
{
|
|
4558
4563
|
"label": "Issues",
|
|
@@ -4573,54 +4578,54 @@
|
|
|
4573
4578
|
"render-ui",
|
|
4574
4579
|
"modal",
|
|
4575
4580
|
{
|
|
4581
|
+
"gap": "md",
|
|
4576
4582
|
"type": "stack",
|
|
4577
4583
|
"direction": "vertical",
|
|
4578
4584
|
"children": [
|
|
4579
4585
|
{
|
|
4586
|
+
"direction": "horizontal",
|
|
4580
4587
|
"children": [
|
|
4581
4588
|
{
|
|
4582
4589
|
"type": "icon",
|
|
4583
4590
|
"name": "sparkles"
|
|
4584
4591
|
},
|
|
4585
4592
|
{
|
|
4586
|
-
"variant": "h3",
|
|
4587
4593
|
"content": "ReviewCompletion",
|
|
4594
|
+
"variant": "h3",
|
|
4588
4595
|
"type": "typography"
|
|
4589
4596
|
}
|
|
4590
4597
|
],
|
|
4591
|
-
"
|
|
4592
|
-
"
|
|
4593
|
-
"type": "stack"
|
|
4598
|
+
"type": "stack",
|
|
4599
|
+
"gap": "sm"
|
|
4594
4600
|
},
|
|
4595
4601
|
{
|
|
4596
4602
|
"type": "divider"
|
|
4597
4603
|
},
|
|
4598
4604
|
{
|
|
4599
|
-
"gap": "sm",
|
|
4600
|
-
"type": "stack",
|
|
4601
4605
|
"children": [
|
|
4602
4606
|
{
|
|
4603
4607
|
"type": "badge",
|
|
4604
4608
|
"label": "@entity.provider"
|
|
4605
4609
|
},
|
|
4606
4610
|
{
|
|
4607
|
-
"
|
|
4608
|
-
"
|
|
4611
|
+
"label": "@entity.model",
|
|
4612
|
+
"type": "badge"
|
|
4609
4613
|
}
|
|
4610
4614
|
],
|
|
4615
|
+
"gap": "sm",
|
|
4616
|
+
"type": "stack",
|
|
4611
4617
|
"direction": "horizontal"
|
|
4612
4618
|
},
|
|
4613
4619
|
{
|
|
4614
4620
|
"submitEvent": "SAVE",
|
|
4615
4621
|
"mode": "create",
|
|
4616
|
-
"type": "form-section",
|
|
4617
4622
|
"cancelEvent": "CLOSE",
|
|
4618
4623
|
"fields": [
|
|
4619
4624
|
"prompt"
|
|
4620
|
-
]
|
|
4625
|
+
],
|
|
4626
|
+
"type": "form-section"
|
|
4621
4627
|
}
|
|
4622
|
-
]
|
|
4623
|
-
"gap": "md"
|
|
4628
|
+
]
|
|
4624
4629
|
}
|
|
4625
4630
|
]
|
|
4626
4631
|
]
|
|
@@ -4648,72 +4653,72 @@
|
|
|
4648
4653
|
"render-ui",
|
|
4649
4654
|
"main",
|
|
4650
4655
|
{
|
|
4656
|
+
"type": "dashboard-layout",
|
|
4657
|
+
"appName": "Code Reviewer",
|
|
4658
|
+
"navItems": [
|
|
4659
|
+
{
|
|
4660
|
+
"icon": "file-search",
|
|
4661
|
+
"label": "Review",
|
|
4662
|
+
"href": "/review"
|
|
4663
|
+
},
|
|
4664
|
+
{
|
|
4665
|
+
"href": "/analysis",
|
|
4666
|
+
"label": "Analysis",
|
|
4667
|
+
"icon": "tag"
|
|
4668
|
+
},
|
|
4669
|
+
{
|
|
4670
|
+
"label": "Issues",
|
|
4671
|
+
"icon": "alert-triangle",
|
|
4672
|
+
"href": "/issues"
|
|
4673
|
+
}
|
|
4674
|
+
],
|
|
4651
4675
|
"children": [
|
|
4652
4676
|
{
|
|
4653
4677
|
"gap": "lg",
|
|
4654
|
-
"type": "stack",
|
|
4655
|
-
"direction": "vertical",
|
|
4656
4678
|
"children": [
|
|
4657
4679
|
{
|
|
4658
4680
|
"direction": "horizontal",
|
|
4659
4681
|
"type": "stack",
|
|
4660
4682
|
"gap": "md",
|
|
4661
|
-
"justify": "between",
|
|
4662
4683
|
"children": [
|
|
4663
4684
|
{
|
|
4685
|
+
"gap": "md",
|
|
4686
|
+
"direction": "horizontal",
|
|
4664
4687
|
"type": "stack",
|
|
4665
4688
|
"children": [
|
|
4666
4689
|
{
|
|
4667
|
-
"
|
|
4668
|
-
"
|
|
4690
|
+
"name": "sparkles",
|
|
4691
|
+
"type": "icon"
|
|
4669
4692
|
},
|
|
4670
4693
|
{
|
|
4671
|
-
"content": "ReviewCompletion",
|
|
4672
4694
|
"type": "typography",
|
|
4673
|
-
"variant": "h2"
|
|
4695
|
+
"variant": "h2",
|
|
4696
|
+
"content": "ReviewCompletion"
|
|
4674
4697
|
}
|
|
4675
|
-
]
|
|
4676
|
-
"gap": "md",
|
|
4677
|
-
"direction": "horizontal"
|
|
4698
|
+
]
|
|
4678
4699
|
},
|
|
4679
4700
|
{
|
|
4680
4701
|
"variant": "primary",
|
|
4681
4702
|
"type": "button",
|
|
4682
|
-
"action": "GENERATE",
|
|
4683
4703
|
"label": "Open",
|
|
4704
|
+
"action": "GENERATE",
|
|
4684
4705
|
"icon": "sparkles"
|
|
4685
4706
|
}
|
|
4686
|
-
]
|
|
4707
|
+
],
|
|
4708
|
+
"justify": "between"
|
|
4687
4709
|
},
|
|
4688
4710
|
{
|
|
4689
4711
|
"type": "divider"
|
|
4690
4712
|
},
|
|
4691
4713
|
{
|
|
4692
|
-
"type": "empty-state",
|
|
4693
|
-
"icon": "sparkles",
|
|
4694
4714
|
"description": "Click Open to view details in a modal overlay.",
|
|
4715
|
+
"icon": "sparkles",
|
|
4716
|
+
"type": "empty-state",
|
|
4695
4717
|
"title": "Nothing open"
|
|
4696
4718
|
}
|
|
4697
|
-
]
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
"type": "dashboard-layout",
|
|
4701
|
-
"appName": "Code Reviewer",
|
|
4702
|
-
"navItems": [
|
|
4703
|
-
{
|
|
4704
|
-
"href": "/review",
|
|
4705
|
-
"icon": "file-search",
|
|
4706
|
-
"label": "Review"
|
|
4707
|
-
},
|
|
4708
|
-
{
|
|
4709
|
-
"icon": "tag",
|
|
4710
|
-
"href": "/analysis",
|
|
4711
|
-
"label": "Analysis"
|
|
4712
|
-
},
|
|
4713
|
-
{
|
|
4714
|
-
"icon": "alert-triangle",
|
|
4715
|
-
"href": "/issues",
|
|
4716
|
-
"label": "Issues"
|
|
4719
|
+
],
|
|
4720
|
+
"direction": "vertical",
|
|
4721
|
+
"type": "stack"
|
|
4717
4722
|
}
|
|
4718
4723
|
]
|
|
4719
4724
|
}
|
|
@@ -4756,72 +4761,72 @@
|
|
|
4756
4761
|
{
|
|
4757
4762
|
"children": [
|
|
4758
4763
|
{
|
|
4764
|
+
"type": "stack",
|
|
4765
|
+
"gap": "lg",
|
|
4766
|
+
"direction": "vertical",
|
|
4759
4767
|
"children": [
|
|
4760
4768
|
{
|
|
4761
4769
|
"children": [
|
|
4762
4770
|
{
|
|
4771
|
+
"type": "stack",
|
|
4763
4772
|
"direction": "horizontal",
|
|
4773
|
+
"gap": "md",
|
|
4764
4774
|
"children": [
|
|
4765
4775
|
{
|
|
4766
|
-
"
|
|
4767
|
-
"
|
|
4776
|
+
"type": "icon",
|
|
4777
|
+
"name": "sparkles"
|
|
4768
4778
|
},
|
|
4769
4779
|
{
|
|
4780
|
+
"type": "typography",
|
|
4770
4781
|
"content": "ReviewCompletion",
|
|
4771
|
-
"variant": "h2"
|
|
4772
|
-
"type": "typography"
|
|
4782
|
+
"variant": "h2"
|
|
4773
4783
|
}
|
|
4774
|
-
]
|
|
4775
|
-
"gap": "md",
|
|
4776
|
-
"type": "stack"
|
|
4784
|
+
]
|
|
4777
4785
|
},
|
|
4778
4786
|
{
|
|
4779
|
-
"
|
|
4780
|
-
"type": "button",
|
|
4787
|
+
"action": "GENERATE",
|
|
4781
4788
|
"icon": "sparkles",
|
|
4789
|
+
"variant": "primary",
|
|
4782
4790
|
"label": "Open",
|
|
4783
|
-
"
|
|
4791
|
+
"type": "button"
|
|
4784
4792
|
}
|
|
4785
4793
|
],
|
|
4786
|
-
"
|
|
4794
|
+
"type": "stack",
|
|
4787
4795
|
"direction": "horizontal",
|
|
4788
|
-
"
|
|
4789
|
-
"
|
|
4796
|
+
"gap": "md",
|
|
4797
|
+
"justify": "between"
|
|
4790
4798
|
},
|
|
4791
4799
|
{
|
|
4792
4800
|
"type": "divider"
|
|
4793
4801
|
},
|
|
4794
4802
|
{
|
|
4795
4803
|
"icon": "sparkles",
|
|
4796
|
-
"title": "Nothing open",
|
|
4797
4804
|
"type": "empty-state",
|
|
4798
|
-
"description": "Click Open to view details in a modal overlay."
|
|
4805
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
4806
|
+
"title": "Nothing open"
|
|
4799
4807
|
}
|
|
4800
|
-
]
|
|
4801
|
-
"direction": "vertical",
|
|
4802
|
-
"gap": "lg",
|
|
4803
|
-
"type": "stack"
|
|
4808
|
+
]
|
|
4804
4809
|
}
|
|
4805
4810
|
],
|
|
4811
|
+
"appName": "Code Reviewer",
|
|
4806
4812
|
"navItems": [
|
|
4807
4813
|
{
|
|
4808
|
-
"label": "Review",
|
|
4809
4814
|
"href": "/review",
|
|
4810
|
-
"icon": "file-search"
|
|
4815
|
+
"icon": "file-search",
|
|
4816
|
+
"label": "Review"
|
|
4811
4817
|
},
|
|
4812
4818
|
{
|
|
4813
4819
|
"href": "/analysis",
|
|
4814
|
-
"
|
|
4815
|
-
"
|
|
4820
|
+
"icon": "tag",
|
|
4821
|
+
"label": "Analysis"
|
|
4816
4822
|
},
|
|
4817
4823
|
{
|
|
4824
|
+
"href": "/issues",
|
|
4818
4825
|
"icon": "alert-triangle",
|
|
4819
|
-
"label": "Issues"
|
|
4820
|
-
"href": "/issues"
|
|
4826
|
+
"label": "Issues"
|
|
4821
4827
|
}
|
|
4822
4828
|
],
|
|
4823
|
-
"type": "dashboard-layout"
|
|
4824
|
-
"appName": "Code Reviewer"
|
|
4829
|
+
"type": "dashboard-layout"
|
|
4825
4830
|
}
|
|
4826
4831
|
]
|
|
4827
4832
|
]
|
|
@@ -4839,7 +4844,7 @@
|
|
|
4839
4844
|
"event": "ReviewCompletionLoaded",
|
|
4840
4845
|
"description": "Fired when ReviewCompletion finishes loading",
|
|
4841
4846
|
"scope": "internal",
|
|
4842
|
-
"
|
|
4847
|
+
"payloadSchema": [
|
|
4843
4848
|
{
|
|
4844
4849
|
"name": "data",
|
|
4845
4850
|
"type": "[ReviewCompletion]"
|
|
@@ -4850,7 +4855,7 @@
|
|
|
4850
4855
|
"event": "ReviewCompletionLoadFailed",
|
|
4851
4856
|
"description": "Fired when ReviewCompletion fails to load",
|
|
4852
4857
|
"scope": "internal",
|
|
4853
|
-
"
|
|
4858
|
+
"payloadSchema": [
|
|
4854
4859
|
{
|
|
4855
4860
|
"name": "error",
|
|
4856
4861
|
"type": "string"
|
|
@@ -4880,7 +4885,7 @@
|
|
|
4880
4885
|
{
|
|
4881
4886
|
"key": "SHOW",
|
|
4882
4887
|
"name": "Show",
|
|
4883
|
-
"
|
|
4888
|
+
"payloadSchema": [
|
|
4884
4889
|
{
|
|
4885
4890
|
"name": "message",
|
|
4886
4891
|
"type": "string"
|
|
@@ -4898,7 +4903,7 @@
|
|
|
4898
4903
|
{
|
|
4899
4904
|
"key": "ReviewCompletionLoaded",
|
|
4900
4905
|
"name": "ReviewCompletion loaded",
|
|
4901
|
-
"
|
|
4906
|
+
"payloadSchema": [
|
|
4902
4907
|
{
|
|
4903
4908
|
"name": "data",
|
|
4904
4909
|
"type": "[ReviewCompletion]"
|
|
@@ -4908,7 +4913,7 @@
|
|
|
4908
4913
|
{
|
|
4909
4914
|
"key": "ReviewCompletionLoadFailed",
|
|
4910
4915
|
"name": "ReviewCompletion load failed",
|
|
4911
|
-
"
|
|
4916
|
+
"payloadSchema": [
|
|
4912
4917
|
{
|
|
4913
4918
|
"name": "error",
|
|
4914
4919
|
"type": "string"
|
|
@@ -4931,8 +4936,8 @@
|
|
|
4931
4936
|
"ReviewCompletion",
|
|
4932
4937
|
{
|
|
4933
4938
|
"emit": {
|
|
4934
|
-
"
|
|
4935
|
-
"
|
|
4939
|
+
"failure": "ReviewCompletionLoadFailed",
|
|
4940
|
+
"success": "ReviewCompletionLoaded"
|
|
4936
4941
|
}
|
|
4937
4942
|
}
|
|
4938
4943
|
]
|
|
@@ -4960,9 +4965,9 @@
|
|
|
4960
4965
|
"appName": "Code Reviewer",
|
|
4961
4966
|
"navItems": [
|
|
4962
4967
|
{
|
|
4963
|
-
"
|
|
4968
|
+
"href": "/review",
|
|
4964
4969
|
"label": "Review",
|
|
4965
|
-
"
|
|
4970
|
+
"icon": "file-search"
|
|
4966
4971
|
},
|
|
4967
4972
|
{
|
|
4968
4973
|
"label": "Analysis",
|
|
@@ -4970,50 +4975,48 @@
|
|
|
4970
4975
|
"icon": "tag"
|
|
4971
4976
|
},
|
|
4972
4977
|
{
|
|
4973
|
-
"label": "Issues",
|
|
4974
4978
|
"href": "/issues",
|
|
4975
|
-
"icon": "alert-triangle"
|
|
4979
|
+
"icon": "alert-triangle",
|
|
4980
|
+
"label": "Issues"
|
|
4976
4981
|
}
|
|
4977
4982
|
],
|
|
4978
4983
|
"type": "dashboard-layout",
|
|
4979
4984
|
"children": [
|
|
4980
4985
|
{
|
|
4981
|
-
"direction": "vertical",
|
|
4982
4986
|
"type": "stack",
|
|
4983
|
-
"gap": "lg",
|
|
4984
4987
|
"children": [
|
|
4985
4988
|
{
|
|
4986
|
-
"type": "stack",
|
|
4987
|
-
"gap": "md",
|
|
4988
|
-
"direction": "horizontal",
|
|
4989
4989
|
"children": [
|
|
4990
4990
|
{
|
|
4991
|
-
"type": "stack",
|
|
4992
|
-
"align": "center",
|
|
4993
4991
|
"children": [
|
|
4994
4992
|
{
|
|
4995
|
-
"
|
|
4996
|
-
"
|
|
4993
|
+
"name": "sparkles",
|
|
4994
|
+
"type": "icon"
|
|
4997
4995
|
},
|
|
4998
4996
|
{
|
|
4999
|
-
"
|
|
4997
|
+
"type": "typography",
|
|
5000
4998
|
"content": "ReviewCompletion Status",
|
|
5001
|
-
"
|
|
4999
|
+
"variant": "h2"
|
|
5002
5000
|
}
|
|
5003
5001
|
],
|
|
5002
|
+
"align": "center",
|
|
5003
|
+
"direction": "horizontal",
|
|
5004
5004
|
"gap": "md",
|
|
5005
|
-
"
|
|
5005
|
+
"type": "stack"
|
|
5006
5006
|
},
|
|
5007
5007
|
{
|
|
5008
|
-
"variant": "ghost",
|
|
5009
|
-
"action": "HIDE",
|
|
5010
5008
|
"label": "Dismiss",
|
|
5011
5009
|
"icon": "x",
|
|
5012
|
-
"
|
|
5010
|
+
"variant": "ghost",
|
|
5011
|
+
"type": "button",
|
|
5012
|
+
"action": "HIDE"
|
|
5013
5013
|
}
|
|
5014
5014
|
],
|
|
5015
|
-
"
|
|
5016
|
-
"justify": "between"
|
|
5015
|
+
"type": "stack",
|
|
5016
|
+
"justify": "between",
|
|
5017
|
+
"gap": "md",
|
|
5018
|
+
"direction": "horizontal",
|
|
5019
|
+
"align": "center"
|
|
5017
5020
|
},
|
|
5018
5021
|
{
|
|
5019
5022
|
"type": "divider"
|
|
@@ -5028,10 +5031,12 @@
|
|
|
5028
5031
|
},
|
|
5029
5032
|
{
|
|
5030
5033
|
"type": "alert",
|
|
5031
|
-
"
|
|
5032
|
-
"
|
|
5034
|
+
"variant": "warning",
|
|
5035
|
+
"message": "@entity.message"
|
|
5033
5036
|
}
|
|
5034
|
-
]
|
|
5037
|
+
],
|
|
5038
|
+
"gap": "lg",
|
|
5039
|
+
"direction": "vertical"
|
|
5035
5040
|
}
|
|
5036
5041
|
]
|
|
5037
5042
|
}
|
|
@@ -5057,12 +5062,10 @@
|
|
|
5057
5062
|
"render-ui",
|
|
5058
5063
|
"main",
|
|
5059
5064
|
{
|
|
5060
|
-
"type": "dashboard-layout",
|
|
5061
|
-
"appName": "Code Reviewer",
|
|
5062
5065
|
"navItems": [
|
|
5063
5066
|
{
|
|
5064
|
-
"href": "/review",
|
|
5065
5067
|
"label": "Review",
|
|
5068
|
+
"href": "/review",
|
|
5066
5069
|
"icon": "file-search"
|
|
5067
5070
|
},
|
|
5068
5071
|
{
|
|
@@ -5071,17 +5074,24 @@
|
|
|
5071
5074
|
"icon": "tag"
|
|
5072
5075
|
},
|
|
5073
5076
|
{
|
|
5074
|
-
"icon": "alert-triangle",
|
|
5075
5077
|
"href": "/issues",
|
|
5078
|
+
"icon": "alert-triangle",
|
|
5076
5079
|
"label": "Issues"
|
|
5077
5080
|
}
|
|
5078
5081
|
],
|
|
5082
|
+
"appName": "Code Reviewer",
|
|
5083
|
+
"type": "dashboard-layout",
|
|
5079
5084
|
"children": [
|
|
5080
5085
|
{
|
|
5086
|
+
"gap": "lg",
|
|
5087
|
+
"type": "stack",
|
|
5081
5088
|
"children": [
|
|
5082
5089
|
{
|
|
5083
5090
|
"children": [
|
|
5084
5091
|
{
|
|
5092
|
+
"gap": "md",
|
|
5093
|
+
"direction": "horizontal",
|
|
5094
|
+
"type": "stack",
|
|
5085
5095
|
"align": "center",
|
|
5086
5096
|
"children": [
|
|
5087
5097
|
{
|
|
@@ -5089,49 +5099,44 @@
|
|
|
5089
5099
|
"name": "sparkles"
|
|
5090
5100
|
},
|
|
5091
5101
|
{
|
|
5092
|
-
"type": "typography",
|
|
5093
5102
|
"content": "ReviewCompletion Status",
|
|
5103
|
+
"type": "typography",
|
|
5094
5104
|
"variant": "h2"
|
|
5095
5105
|
}
|
|
5096
|
-
]
|
|
5097
|
-
"gap": "md",
|
|
5098
|
-
"direction": "horizontal",
|
|
5099
|
-
"type": "stack"
|
|
5106
|
+
]
|
|
5100
5107
|
},
|
|
5101
5108
|
{
|
|
5102
|
-
"icon": "x",
|
|
5103
5109
|
"type": "button",
|
|
5104
|
-
"
|
|
5110
|
+
"variant": "ghost",
|
|
5105
5111
|
"label": "Dismiss",
|
|
5106
|
-
"
|
|
5112
|
+
"action": "HIDE",
|
|
5113
|
+
"icon": "x"
|
|
5107
5114
|
}
|
|
5108
5115
|
],
|
|
5109
|
-
"direction": "horizontal",
|
|
5110
|
-
"type": "stack",
|
|
5111
5116
|
"gap": "md",
|
|
5112
5117
|
"align": "center",
|
|
5118
|
+
"type": "stack",
|
|
5119
|
+
"direction": "horizontal",
|
|
5113
5120
|
"justify": "between"
|
|
5114
5121
|
},
|
|
5115
5122
|
{
|
|
5116
5123
|
"type": "divider"
|
|
5117
5124
|
},
|
|
5118
5125
|
{
|
|
5119
|
-
"type": "alert",
|
|
5120
5126
|
"variant": "@entity.notificationType",
|
|
5127
|
+
"type": "alert",
|
|
5121
5128
|
"message": "@entity.message"
|
|
5122
5129
|
},
|
|
5123
5130
|
{
|
|
5124
5131
|
"type": "toast-slot"
|
|
5125
5132
|
},
|
|
5126
5133
|
{
|
|
5127
|
-
"variant": "warning",
|
|
5128
5134
|
"message": "@entity.message",
|
|
5129
|
-
"type": "alert"
|
|
5135
|
+
"type": "alert",
|
|
5136
|
+
"variant": "warning"
|
|
5130
5137
|
}
|
|
5131
5138
|
],
|
|
5132
|
-
"
|
|
5133
|
-
"direction": "vertical",
|
|
5134
|
-
"gap": "lg"
|
|
5139
|
+
"direction": "vertical"
|
|
5135
5140
|
}
|
|
5136
5141
|
]
|
|
5137
5142
|
}
|
|
@@ -5162,9 +5167,14 @@
|
|
|
5162
5167
|
{
|
|
5163
5168
|
"event": "SHOW",
|
|
5164
5169
|
"scope": "internal",
|
|
5165
|
-
"
|
|
5170
|
+
"payloadSchema": [
|
|
5166
5171
|
{
|
|
5167
|
-
"name": "
|
|
5172
|
+
"name": "message",
|
|
5173
|
+
"type": "string",
|
|
5174
|
+
"required": true
|
|
5175
|
+
},
|
|
5176
|
+
{
|
|
5177
|
+
"name": "notificationType",
|
|
5168
5178
|
"type": "string"
|
|
5169
5179
|
}
|
|
5170
5180
|
]
|
|
@@ -5173,7 +5183,7 @@
|
|
|
5173
5183
|
"event": "ReviewCompletionLoaded",
|
|
5174
5184
|
"description": "Fired when ReviewCompletion finishes loading",
|
|
5175
5185
|
"scope": "internal",
|
|
5176
|
-
"
|
|
5186
|
+
"payloadSchema": [
|
|
5177
5187
|
{
|
|
5178
5188
|
"name": "data",
|
|
5179
5189
|
"type": "[ReviewCompletion]"
|
|
@@ -5184,7 +5194,7 @@
|
|
|
5184
5194
|
"event": "ReviewCompletionLoadFailed",
|
|
5185
5195
|
"description": "Fired when ReviewCompletion fails to load",
|
|
5186
5196
|
"scope": "internal",
|
|
5187
|
-
"
|
|
5197
|
+
"payloadSchema": [
|
|
5188
5198
|
{
|
|
5189
5199
|
"name": "error",
|
|
5190
5200
|
"type": "string"
|
|
@@ -5230,7 +5240,7 @@
|
|
|
5230
5240
|
{
|
|
5231
5241
|
"key": "DO_GENERATE",
|
|
5232
5242
|
"name": "Do Generate",
|
|
5233
|
-
"
|
|
5243
|
+
"payloadSchema": [
|
|
5234
5244
|
{
|
|
5235
5245
|
"name": "data",
|
|
5236
5246
|
"type": "string"
|
|
@@ -5256,7 +5266,7 @@
|
|
|
5256
5266
|
{
|
|
5257
5267
|
"key": "ReviewCompletionLoaded",
|
|
5258
5268
|
"name": "ReviewCompletion loaded",
|
|
5259
|
-
"
|
|
5269
|
+
"payloadSchema": [
|
|
5260
5270
|
{
|
|
5261
5271
|
"name": "data",
|
|
5262
5272
|
"type": "[ReviewCompletion]"
|
|
@@ -5266,7 +5276,7 @@
|
|
|
5266
5276
|
{
|
|
5267
5277
|
"key": "ReviewCompletionLoadFailed",
|
|
5268
5278
|
"name": "ReviewCompletion load failed",
|
|
5269
|
-
"
|
|
5279
|
+
"payloadSchema": [
|
|
5270
5280
|
{
|
|
5271
5281
|
"name": "error",
|
|
5272
5282
|
"type": "string"
|
|
@@ -5298,32 +5308,32 @@
|
|
|
5298
5308
|
"render-ui",
|
|
5299
5309
|
"main",
|
|
5300
5310
|
{
|
|
5301
|
-
"type": "dashboard-layout",
|
|
5302
|
-
"children": [
|
|
5303
|
-
{
|
|
5304
|
-
"description": "Completion is ready",
|
|
5305
|
-
"type": "empty-state",
|
|
5306
|
-
"icon": "sparkles",
|
|
5307
|
-
"title": "Completion"
|
|
5308
|
-
}
|
|
5309
|
-
],
|
|
5310
5311
|
"navItems": [
|
|
5311
5312
|
{
|
|
5313
|
+
"icon": "file-search",
|
|
5312
5314
|
"label": "Review",
|
|
5313
|
-
"href": "/review"
|
|
5314
|
-
"icon": "file-search"
|
|
5315
|
+
"href": "/review"
|
|
5315
5316
|
},
|
|
5316
5317
|
{
|
|
5317
|
-
"href": "/analysis",
|
|
5318
5318
|
"icon": "tag",
|
|
5319
|
-
"label": "Analysis"
|
|
5319
|
+
"label": "Analysis",
|
|
5320
|
+
"href": "/analysis"
|
|
5320
5321
|
},
|
|
5321
5322
|
{
|
|
5322
|
-
"label": "Issues",
|
|
5323
5323
|
"icon": "alert-triangle",
|
|
5324
|
+
"label": "Issues",
|
|
5324
5325
|
"href": "/issues"
|
|
5325
5326
|
}
|
|
5326
5327
|
],
|
|
5328
|
+
"children": [
|
|
5329
|
+
{
|
|
5330
|
+
"title": "Completion",
|
|
5331
|
+
"type": "empty-state",
|
|
5332
|
+
"icon": "sparkles",
|
|
5333
|
+
"description": "Completion is ready"
|
|
5334
|
+
}
|
|
5335
|
+
],
|
|
5336
|
+
"type": "dashboard-layout",
|
|
5327
5337
|
"appName": "Code Reviewer"
|
|
5328
5338
|
}
|
|
5329
5339
|
]
|
|
@@ -5378,7 +5388,11 @@
|
|
|
5378
5388
|
],
|
|
5379
5389
|
[
|
|
5380
5390
|
"emit",
|
|
5381
|
-
"SHOW"
|
|
5391
|
+
"SHOW",
|
|
5392
|
+
{
|
|
5393
|
+
"notificationType": "success",
|
|
5394
|
+
"message": "Review complete"
|
|
5395
|
+
}
|
|
5382
5396
|
]
|
|
5383
5397
|
]
|
|
5384
5398
|
},
|
|
@@ -5610,4 +5624,4 @@
|
|
|
5610
5624
|
]
|
|
5611
5625
|
}
|
|
5612
5626
|
]
|
|
5613
|
-
}
|
|
5627
|
+
}
|