@almadar/std 8.3.0 → 8.4.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -301,11 +301,13 @@
|
|
|
301
301
|
"main",
|
|
302
302
|
{
|
|
303
303
|
"direction": "vertical",
|
|
304
|
-
"type": "stack",
|
|
305
304
|
"gap": "lg",
|
|
305
|
+
"type": "stack",
|
|
306
306
|
"children": [
|
|
307
307
|
{
|
|
308
|
+
"direction": "horizontal",
|
|
308
309
|
"gap": "sm",
|
|
310
|
+
"type": "stack",
|
|
309
311
|
"align": "center",
|
|
310
312
|
"children": [
|
|
311
313
|
{
|
|
@@ -313,20 +315,22 @@
|
|
|
313
315
|
"name": "wrench"
|
|
314
316
|
},
|
|
315
317
|
{
|
|
318
|
+
"content": "Validation-Fix Loop",
|
|
316
319
|
"type": "typography",
|
|
317
|
-
"variant": "h2"
|
|
318
|
-
"content": "Validation-Fix Loop"
|
|
320
|
+
"variant": "h2"
|
|
319
321
|
}
|
|
320
|
-
]
|
|
321
|
-
"direction": "horizontal",
|
|
322
|
-
"type": "stack"
|
|
322
|
+
]
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"type": "divider"
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
|
+
"type": "card",
|
|
328
329
|
"children": [
|
|
329
330
|
{
|
|
331
|
+
"gap": "md",
|
|
332
|
+
"type": "stack",
|
|
333
|
+
"direction": "vertical",
|
|
330
334
|
"children": [
|
|
331
335
|
{
|
|
332
336
|
"variant": "body",
|
|
@@ -334,21 +338,17 @@
|
|
|
334
338
|
"content": "Enter the target to validate and auto-fix"
|
|
335
339
|
},
|
|
336
340
|
{
|
|
337
|
-
"mode": "edit",
|
|
338
341
|
"submitEvent": "FIX",
|
|
339
|
-
"type": "form-section",
|
|
340
|
-
"entity": "@entity",
|
|
341
342
|
"fields": [
|
|
342
343
|
"target"
|
|
343
|
-
]
|
|
344
|
+
],
|
|
345
|
+
"mode": "edit",
|
|
346
|
+
"type": "form-section",
|
|
347
|
+
"entity": "@entity"
|
|
344
348
|
}
|
|
345
|
-
]
|
|
346
|
-
"type": "stack",
|
|
347
|
-
"direction": "vertical",
|
|
348
|
-
"gap": "md"
|
|
349
|
+
]
|
|
349
350
|
}
|
|
350
|
-
]
|
|
351
|
-
"type": "card"
|
|
351
|
+
]
|
|
352
352
|
}
|
|
353
353
|
]
|
|
354
354
|
}
|
|
@@ -391,40 +391,40 @@
|
|
|
391
391
|
"render-ui",
|
|
392
392
|
"main",
|
|
393
393
|
{
|
|
394
|
-
"
|
|
394
|
+
"align": "center",
|
|
395
|
+
"type": "stack",
|
|
396
|
+
"direction": "vertical",
|
|
395
397
|
"children": [
|
|
396
398
|
{
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
+
"type": "icon",
|
|
400
|
+
"name": "shield-check"
|
|
399
401
|
},
|
|
400
402
|
{
|
|
401
|
-
"type": "typography",
|
|
402
403
|
"content": "Validating...",
|
|
404
|
+
"type": "typography",
|
|
403
405
|
"variant": "h3"
|
|
404
406
|
},
|
|
405
407
|
{
|
|
406
408
|
"type": "spinner"
|
|
407
409
|
},
|
|
408
410
|
{
|
|
411
|
+
"direction": "horizontal",
|
|
412
|
+
"justify": "center",
|
|
409
413
|
"gap": "md",
|
|
414
|
+
"type": "stack",
|
|
410
415
|
"children": [
|
|
411
416
|
{
|
|
412
|
-
"
|
|
413
|
-
"
|
|
417
|
+
"type": "badge",
|
|
418
|
+
"label": "@entity.target"
|
|
414
419
|
},
|
|
415
420
|
{
|
|
416
421
|
"label": "@entity.maxAttempts",
|
|
417
422
|
"type": "badge"
|
|
418
423
|
}
|
|
419
|
-
]
|
|
420
|
-
"type": "stack",
|
|
421
|
-
"direction": "horizontal",
|
|
422
|
-
"justify": "center"
|
|
424
|
+
]
|
|
423
425
|
}
|
|
424
426
|
],
|
|
425
|
-
"
|
|
426
|
-
"align": "center",
|
|
427
|
-
"type": "stack"
|
|
427
|
+
"gap": "lg"
|
|
428
428
|
}
|
|
429
429
|
]
|
|
430
430
|
]
|
|
@@ -447,41 +447,38 @@
|
|
|
447
447
|
"render-ui",
|
|
448
448
|
"main",
|
|
449
449
|
{
|
|
450
|
-
"gap": "lg",
|
|
451
|
-
"direction": "vertical",
|
|
452
|
-
"type": "stack",
|
|
453
450
|
"children": [
|
|
454
451
|
{
|
|
455
452
|
"type": "stack",
|
|
456
|
-
"direction": "horizontal",
|
|
457
453
|
"align": "center",
|
|
458
|
-
"
|
|
454
|
+
"direction": "horizontal",
|
|
459
455
|
"children": [
|
|
460
456
|
{
|
|
461
|
-
"direction": "horizontal",
|
|
462
457
|
"type": "stack",
|
|
463
458
|
"align": "center",
|
|
464
459
|
"children": [
|
|
465
460
|
{
|
|
466
|
-
"
|
|
467
|
-
"
|
|
461
|
+
"name": "check-circle",
|
|
462
|
+
"type": "icon"
|
|
468
463
|
},
|
|
469
464
|
{
|
|
470
|
-
"type": "typography",
|
|
471
465
|
"content": "Validation Passed",
|
|
466
|
+
"type": "typography",
|
|
472
467
|
"variant": "h2"
|
|
473
468
|
}
|
|
474
469
|
],
|
|
475
|
-
"gap": "sm"
|
|
470
|
+
"gap": "sm",
|
|
471
|
+
"direction": "horizontal"
|
|
476
472
|
},
|
|
477
473
|
{
|
|
478
|
-
"action": "RESET",
|
|
479
|
-
"type": "button",
|
|
480
474
|
"variant": "ghost",
|
|
481
|
-
"
|
|
482
|
-
"
|
|
475
|
+
"label": "New Target",
|
|
476
|
+
"type": "button",
|
|
477
|
+
"action": "RESET",
|
|
478
|
+
"icon": "rotate-ccw"
|
|
483
479
|
}
|
|
484
480
|
],
|
|
481
|
+
"justify": "between",
|
|
485
482
|
"gap": "sm"
|
|
486
483
|
},
|
|
487
484
|
{
|
|
@@ -489,45 +486,48 @@
|
|
|
489
486
|
},
|
|
490
487
|
{
|
|
491
488
|
"type": "simple-grid",
|
|
492
|
-
"cols": 2.0,
|
|
493
489
|
"children": [
|
|
494
490
|
{
|
|
495
491
|
"type": "stat-display",
|
|
496
|
-
"label": "Fix Attempts",
|
|
497
492
|
"value": "@entity.fixAttempts",
|
|
493
|
+
"label": "Fix Attempts",
|
|
498
494
|
"icon": "wrench"
|
|
499
495
|
},
|
|
500
496
|
{
|
|
501
497
|
"label": "Status",
|
|
502
|
-
"icon": "check",
|
|
503
498
|
"type": "stat-display",
|
|
504
|
-
"value": "Passed"
|
|
499
|
+
"value": "Passed",
|
|
500
|
+
"icon": "check"
|
|
505
501
|
}
|
|
506
|
-
]
|
|
502
|
+
],
|
|
503
|
+
"cols": 2.0
|
|
507
504
|
},
|
|
508
505
|
{
|
|
509
|
-
"type": "card",
|
|
510
506
|
"children": [
|
|
511
507
|
{
|
|
512
508
|
"type": "stack",
|
|
509
|
+
"gap": "sm",
|
|
510
|
+
"direction": "vertical",
|
|
513
511
|
"children": [
|
|
514
512
|
{
|
|
513
|
+
"content": "Target",
|
|
515
514
|
"type": "typography",
|
|
516
|
-
"variant": "caption"
|
|
517
|
-
"content": "Target"
|
|
515
|
+
"variant": "caption"
|
|
518
516
|
},
|
|
519
517
|
{
|
|
518
|
+
"variant": "body",
|
|
520
519
|
"type": "typography",
|
|
521
|
-
"content": "@entity.target"
|
|
522
|
-
"variant": "body"
|
|
520
|
+
"content": "@entity.target"
|
|
523
521
|
}
|
|
524
|
-
]
|
|
525
|
-
"direction": "vertical",
|
|
526
|
-
"gap": "sm"
|
|
522
|
+
]
|
|
527
523
|
}
|
|
528
|
-
]
|
|
524
|
+
],
|
|
525
|
+
"type": "card"
|
|
529
526
|
}
|
|
530
|
-
]
|
|
527
|
+
],
|
|
528
|
+
"direction": "vertical",
|
|
529
|
+
"gap": "lg",
|
|
530
|
+
"type": "stack"
|
|
531
531
|
}
|
|
532
532
|
]
|
|
533
533
|
]
|
|
@@ -576,33 +576,30 @@
|
|
|
576
576
|
"render-ui",
|
|
577
577
|
"main",
|
|
578
578
|
{
|
|
579
|
-
"direction": "vertical",
|
|
580
|
-
"type": "stack",
|
|
581
|
-
"gap": "lg",
|
|
582
579
|
"children": [
|
|
583
580
|
{
|
|
584
581
|
"align": "center",
|
|
585
|
-
"
|
|
582
|
+
"justify": "between",
|
|
586
583
|
"type": "stack",
|
|
584
|
+
"gap": "sm",
|
|
587
585
|
"direction": "horizontal",
|
|
588
|
-
"justify": "between",
|
|
589
586
|
"children": [
|
|
590
587
|
{
|
|
591
588
|
"align": "center",
|
|
592
589
|
"children": [
|
|
593
590
|
{
|
|
594
|
-
"
|
|
595
|
-
"
|
|
591
|
+
"name": "cpu",
|
|
592
|
+
"type": "icon"
|
|
596
593
|
},
|
|
597
594
|
{
|
|
598
|
-
"type": "typography",
|
|
599
595
|
"content": "Generating fix...",
|
|
600
|
-
"variant": "h2"
|
|
596
|
+
"variant": "h2",
|
|
597
|
+
"type": "typography"
|
|
601
598
|
}
|
|
602
599
|
],
|
|
603
600
|
"direction": "horizontal",
|
|
604
|
-
"
|
|
605
|
-
"
|
|
601
|
+
"type": "stack",
|
|
602
|
+
"gap": "sm"
|
|
606
603
|
},
|
|
607
604
|
{
|
|
608
605
|
"type": "badge",
|
|
@@ -614,31 +611,34 @@
|
|
|
614
611
|
"type": "divider"
|
|
615
612
|
},
|
|
616
613
|
{
|
|
617
|
-
"type": "card",
|
|
618
614
|
"children": [
|
|
619
615
|
{
|
|
620
616
|
"direction": "vertical",
|
|
621
|
-
"gap": "sm",
|
|
622
617
|
"type": "stack",
|
|
618
|
+
"gap": "sm",
|
|
623
619
|
"children": [
|
|
624
620
|
{
|
|
625
|
-
"
|
|
621
|
+
"content": "Validation Errors",
|
|
626
622
|
"variant": "caption",
|
|
627
|
-
"
|
|
623
|
+
"type": "typography"
|
|
628
624
|
},
|
|
629
625
|
{
|
|
626
|
+
"type": "alert",
|
|
630
627
|
"variant": "error",
|
|
631
|
-
"message": "@entity.validationErrors"
|
|
632
|
-
"type": "alert"
|
|
628
|
+
"message": "@entity.validationErrors"
|
|
633
629
|
}
|
|
634
630
|
]
|
|
635
631
|
}
|
|
636
|
-
]
|
|
632
|
+
],
|
|
633
|
+
"type": "card"
|
|
637
634
|
},
|
|
638
635
|
{
|
|
639
636
|
"type": "spinner"
|
|
640
637
|
}
|
|
641
|
-
]
|
|
638
|
+
],
|
|
639
|
+
"direction": "vertical",
|
|
640
|
+
"gap": "lg",
|
|
641
|
+
"type": "stack"
|
|
642
642
|
}
|
|
643
643
|
]
|
|
644
644
|
]
|
|
@@ -666,42 +666,42 @@
|
|
|
666
666
|
"render-ui",
|
|
667
667
|
"main",
|
|
668
668
|
{
|
|
669
|
-
"type": "stack",
|
|
670
|
-
"direction": "vertical",
|
|
671
669
|
"align": "center",
|
|
672
670
|
"gap": "lg",
|
|
671
|
+
"type": "stack",
|
|
672
|
+
"direction": "vertical",
|
|
673
673
|
"children": [
|
|
674
674
|
{
|
|
675
675
|
"type": "icon",
|
|
676
676
|
"name": "x-circle"
|
|
677
677
|
},
|
|
678
678
|
{
|
|
679
|
-
"
|
|
679
|
+
"content": "Fix Loop Failed",
|
|
680
680
|
"variant": "h2",
|
|
681
|
-
"
|
|
681
|
+
"type": "typography"
|
|
682
682
|
},
|
|
683
683
|
{
|
|
684
|
+
"variant": "error",
|
|
684
685
|
"message": "@entity.error",
|
|
685
|
-
"type": "alert"
|
|
686
|
-
"variant": "error"
|
|
686
|
+
"type": "alert"
|
|
687
687
|
},
|
|
688
688
|
{
|
|
689
|
-
"
|
|
689
|
+
"type": "simple-grid",
|
|
690
690
|
"children": [
|
|
691
691
|
{
|
|
692
692
|
"type": "stat-display",
|
|
693
|
-
"
|
|
693
|
+
"label": "Attempts Used",
|
|
694
694
|
"value": "@entity.fixAttempts",
|
|
695
|
-
"
|
|
695
|
+
"icon": "wrench"
|
|
696
696
|
},
|
|
697
697
|
{
|
|
698
|
-
"
|
|
698
|
+
"type": "stat-display",
|
|
699
699
|
"value": "@entity.errorCount",
|
|
700
700
|
"icon": "alert-triangle",
|
|
701
|
-
"
|
|
701
|
+
"label": "Remaining Errors"
|
|
702
702
|
}
|
|
703
703
|
],
|
|
704
|
-
"
|
|
704
|
+
"cols": 2.0
|
|
705
705
|
},
|
|
706
706
|
{
|
|
707
707
|
"type": "card",
|
|
@@ -716,8 +716,8 @@
|
|
|
716
716
|
},
|
|
717
717
|
{
|
|
718
718
|
"content": "@entity.validationErrors",
|
|
719
|
-
"
|
|
720
|
-
"
|
|
719
|
+
"variant": "body",
|
|
720
|
+
"type": "typography"
|
|
721
721
|
}
|
|
722
722
|
],
|
|
723
723
|
"type": "stack",
|
|
@@ -727,9 +727,9 @@
|
|
|
727
727
|
},
|
|
728
728
|
{
|
|
729
729
|
"type": "button",
|
|
730
|
-
"variant": "primary",
|
|
731
730
|
"label": "Retry",
|
|
732
731
|
"action": "RESET",
|
|
732
|
+
"variant": "primary",
|
|
733
733
|
"icon": "rotate-ccw"
|
|
734
734
|
}
|
|
735
735
|
]
|
|
@@ -764,14 +764,11 @@
|
|
|
764
764
|
"render-ui",
|
|
765
765
|
"main",
|
|
766
766
|
{
|
|
767
|
-
"direction": "vertical",
|
|
768
|
-
"align": "center",
|
|
769
|
-
"gap": "lg",
|
|
770
767
|
"type": "stack",
|
|
771
768
|
"children": [
|
|
772
769
|
{
|
|
773
|
-
"
|
|
774
|
-
"
|
|
770
|
+
"name": "tool",
|
|
771
|
+
"type": "icon"
|
|
775
772
|
},
|
|
776
773
|
{
|
|
777
774
|
"type": "typography",
|
|
@@ -782,6 +779,7 @@
|
|
|
782
779
|
"type": "spinner"
|
|
783
780
|
},
|
|
784
781
|
{
|
|
782
|
+
"type": "card",
|
|
785
783
|
"children": [
|
|
786
784
|
{
|
|
787
785
|
"type": "stack",
|
|
@@ -789,21 +787,23 @@
|
|
|
789
787
|
"direction": "vertical",
|
|
790
788
|
"children": [
|
|
791
789
|
{
|
|
792
|
-
"
|
|
790
|
+
"content": "Proposed Fix",
|
|
793
791
|
"variant": "caption",
|
|
794
|
-
"
|
|
792
|
+
"type": "typography"
|
|
795
793
|
},
|
|
796
794
|
{
|
|
797
|
-
"
|
|
795
|
+
"type": "typography",
|
|
798
796
|
"variant": "body",
|
|
799
|
-
"
|
|
797
|
+
"content": "@entity.currentFix"
|
|
800
798
|
}
|
|
801
799
|
]
|
|
802
800
|
}
|
|
803
|
-
]
|
|
804
|
-
"type": "card"
|
|
801
|
+
]
|
|
805
802
|
}
|
|
806
|
-
]
|
|
803
|
+
],
|
|
804
|
+
"gap": "lg",
|
|
805
|
+
"align": "center",
|
|
806
|
+
"direction": "vertical"
|
|
807
807
|
}
|
|
808
808
|
]
|
|
809
809
|
]
|
|
@@ -831,73 +831,73 @@
|
|
|
831
831
|
"render-ui",
|
|
832
832
|
"main",
|
|
833
833
|
{
|
|
834
|
-
"type": "stack",
|
|
835
834
|
"direction": "vertical",
|
|
836
|
-
"gap": "lg",
|
|
837
835
|
"align": "center",
|
|
838
836
|
"children": [
|
|
839
837
|
{
|
|
840
|
-
"
|
|
841
|
-
"
|
|
838
|
+
"type": "icon",
|
|
839
|
+
"name": "x-circle"
|
|
842
840
|
},
|
|
843
841
|
{
|
|
844
|
-
"type": "typography",
|
|
845
842
|
"content": "Fix Loop Failed",
|
|
843
|
+
"type": "typography",
|
|
846
844
|
"variant": "h2"
|
|
847
845
|
},
|
|
848
846
|
{
|
|
849
|
-
"type": "alert",
|
|
850
847
|
"message": "@entity.error",
|
|
851
|
-
"variant": "error"
|
|
848
|
+
"variant": "error",
|
|
849
|
+
"type": "alert"
|
|
852
850
|
},
|
|
853
851
|
{
|
|
854
|
-
"type": "simple-grid",
|
|
855
|
-
"cols": 2.0,
|
|
856
852
|
"children": [
|
|
857
853
|
{
|
|
854
|
+
"value": "@entity.fixAttempts",
|
|
858
855
|
"icon": "wrench",
|
|
859
856
|
"label": "Attempts Used",
|
|
860
|
-
"value": "@entity.fixAttempts",
|
|
861
857
|
"type": "stat-display"
|
|
862
858
|
},
|
|
863
859
|
{
|
|
864
|
-
"
|
|
865
|
-
"label": "Remaining Errors",
|
|
860
|
+
"icon": "alert-triangle",
|
|
866
861
|
"value": "@entity.errorCount",
|
|
867
|
-
"
|
|
862
|
+
"type": "stat-display",
|
|
863
|
+
"label": "Remaining Errors"
|
|
868
864
|
}
|
|
869
|
-
]
|
|
865
|
+
],
|
|
866
|
+
"cols": 2.0,
|
|
867
|
+
"type": "simple-grid"
|
|
870
868
|
},
|
|
871
869
|
{
|
|
872
870
|
"children": [
|
|
873
871
|
{
|
|
874
|
-
"direction": "vertical",
|
|
875
872
|
"children": [
|
|
876
873
|
{
|
|
877
|
-
"content": "Last Validation Errors",
|
|
878
874
|
"type": "typography",
|
|
879
|
-
"variant": "caption"
|
|
875
|
+
"variant": "caption",
|
|
876
|
+
"content": "Last Validation Errors"
|
|
880
877
|
},
|
|
881
878
|
{
|
|
882
|
-
"content": "@entity.validationErrors",
|
|
883
879
|
"variant": "body",
|
|
884
|
-
"type": "typography"
|
|
880
|
+
"type": "typography",
|
|
881
|
+
"content": "@entity.validationErrors"
|
|
885
882
|
}
|
|
886
883
|
],
|
|
887
884
|
"gap": "sm",
|
|
888
|
-
"type": "stack"
|
|
885
|
+
"type": "stack",
|
|
886
|
+
"direction": "vertical"
|
|
889
887
|
}
|
|
890
888
|
],
|
|
891
889
|
"type": "card"
|
|
892
890
|
},
|
|
893
891
|
{
|
|
892
|
+
"variant": "primary",
|
|
894
893
|
"action": "RESET",
|
|
895
|
-
"icon": "rotate-ccw",
|
|
896
|
-
"label": "Retry",
|
|
897
894
|
"type": "button",
|
|
898
|
-
"
|
|
895
|
+
"label": "Retry",
|
|
896
|
+
"icon": "rotate-ccw"
|
|
899
897
|
}
|
|
900
|
-
]
|
|
898
|
+
],
|
|
899
|
+
"gap": "lg",
|
|
900
|
+
"type": "stack"
|
|
901
901
|
}
|
|
902
902
|
]
|
|
903
903
|
]
|
|
@@ -924,8 +924,9 @@
|
|
|
924
924
|
"main",
|
|
925
925
|
{
|
|
926
926
|
"direction": "vertical",
|
|
927
|
-
"type": "stack",
|
|
928
927
|
"gap": "lg",
|
|
928
|
+
"align": "center",
|
|
929
|
+
"type": "stack",
|
|
929
930
|
"children": [
|
|
930
931
|
{
|
|
931
932
|
"type": "icon",
|
|
@@ -940,9 +941,8 @@
|
|
|
940
941
|
"type": "spinner"
|
|
941
942
|
},
|
|
942
943
|
{
|
|
943
|
-
"direction": "horizontal",
|
|
944
944
|
"type": "stack",
|
|
945
|
-
"
|
|
945
|
+
"direction": "horizontal",
|
|
946
946
|
"children": [
|
|
947
947
|
{
|
|
948
948
|
"type": "badge",
|
|
@@ -953,10 +953,10 @@
|
|
|
953
953
|
"type": "badge"
|
|
954
954
|
}
|
|
955
955
|
],
|
|
956
|
+
"justify": "center",
|
|
956
957
|
"gap": "md"
|
|
957
958
|
}
|
|
958
|
-
]
|
|
959
|
-
"align": "center"
|
|
959
|
+
]
|
|
960
960
|
}
|
|
961
961
|
]
|
|
962
962
|
]
|
|
@@ -985,15 +985,17 @@
|
|
|
985
985
|
"main",
|
|
986
986
|
{
|
|
987
987
|
"direction": "vertical",
|
|
988
|
+
"type": "stack",
|
|
989
|
+
"align": "center",
|
|
988
990
|
"children": [
|
|
989
991
|
{
|
|
990
|
-
"
|
|
991
|
-
"
|
|
992
|
+
"name": "x-circle",
|
|
993
|
+
"type": "icon"
|
|
992
994
|
},
|
|
993
995
|
{
|
|
994
|
-
"variant": "h2",
|
|
995
996
|
"type": "typography",
|
|
996
|
-
"content": "Fix Loop Failed"
|
|
997
|
+
"content": "Fix Loop Failed",
|
|
998
|
+
"variant": "h2"
|
|
997
999
|
},
|
|
998
1000
|
{
|
|
999
1001
|
"variant": "error",
|
|
@@ -1004,52 +1006,50 @@
|
|
|
1004
1006
|
"type": "simple-grid",
|
|
1005
1007
|
"children": [
|
|
1006
1008
|
{
|
|
1007
|
-
"type": "stat-display",
|
|
1008
|
-
"icon": "wrench",
|
|
1009
1009
|
"value": "@entity.fixAttempts",
|
|
1010
|
+
"icon": "wrench",
|
|
1011
|
+
"type": "stat-display",
|
|
1010
1012
|
"label": "Attempts Used"
|
|
1011
1013
|
},
|
|
1012
1014
|
{
|
|
1013
1015
|
"label": "Remaining Errors",
|
|
1014
|
-
"
|
|
1016
|
+
"icon": "alert-triangle",
|
|
1015
1017
|
"value": "@entity.errorCount",
|
|
1016
|
-
"
|
|
1018
|
+
"type": "stat-display"
|
|
1017
1019
|
}
|
|
1018
1020
|
],
|
|
1019
1021
|
"cols": 2.0
|
|
1020
1022
|
},
|
|
1021
1023
|
{
|
|
1024
|
+
"type": "card",
|
|
1022
1025
|
"children": [
|
|
1023
1026
|
{
|
|
1027
|
+
"gap": "sm",
|
|
1024
1028
|
"children": [
|
|
1025
1029
|
{
|
|
1030
|
+
"variant": "caption",
|
|
1026
1031
|
"type": "typography",
|
|
1027
|
-
"content": "Last Validation Errors"
|
|
1028
|
-
"variant": "caption"
|
|
1032
|
+
"content": "Last Validation Errors"
|
|
1029
1033
|
},
|
|
1030
1034
|
{
|
|
1031
|
-
"
|
|
1035
|
+
"variant": "body",
|
|
1032
1036
|
"type": "typography",
|
|
1033
|
-
"
|
|
1037
|
+
"content": "@entity.validationErrors"
|
|
1034
1038
|
}
|
|
1035
1039
|
],
|
|
1036
1040
|
"type": "stack",
|
|
1037
|
-
"direction": "vertical"
|
|
1038
|
-
"gap": "sm"
|
|
1041
|
+
"direction": "vertical"
|
|
1039
1042
|
}
|
|
1040
|
-
]
|
|
1041
|
-
"type": "card"
|
|
1043
|
+
]
|
|
1042
1044
|
},
|
|
1043
1045
|
{
|
|
1044
|
-
"type": "button",
|
|
1045
1046
|
"action": "RESET",
|
|
1046
|
-
"variant": "primary",
|
|
1047
1047
|
"label": "Retry",
|
|
1048
|
+
"variant": "primary",
|
|
1049
|
+
"type": "button",
|
|
1048
1050
|
"icon": "rotate-ccw"
|
|
1049
1051
|
}
|
|
1050
1052
|
],
|
|
1051
|
-
"align": "center",
|
|
1052
|
-
"type": "stack",
|
|
1053
1053
|
"gap": "lg"
|
|
1054
1054
|
}
|
|
1055
1055
|
]
|
|
@@ -1099,26 +1099,23 @@
|
|
|
1099
1099
|
"render-ui",
|
|
1100
1100
|
"main",
|
|
1101
1101
|
{
|
|
1102
|
-
"type": "stack",
|
|
1103
|
-
"direction": "vertical",
|
|
1104
|
-
"gap": "lg",
|
|
1105
1102
|
"children": [
|
|
1106
1103
|
{
|
|
1104
|
+
"gap": "sm",
|
|
1105
|
+
"align": "center",
|
|
1106
|
+
"direction": "horizontal",
|
|
1107
1107
|
"type": "stack",
|
|
1108
1108
|
"children": [
|
|
1109
1109
|
{
|
|
1110
|
-
"
|
|
1111
|
-
"
|
|
1110
|
+
"type": "icon",
|
|
1111
|
+
"name": "wrench"
|
|
1112
1112
|
},
|
|
1113
1113
|
{
|
|
1114
1114
|
"content": "Validation-Fix Loop",
|
|
1115
1115
|
"variant": "h2",
|
|
1116
1116
|
"type": "typography"
|
|
1117
1117
|
}
|
|
1118
|
-
]
|
|
1119
|
-
"gap": "sm",
|
|
1120
|
-
"direction": "horizontal",
|
|
1121
|
-
"align": "center"
|
|
1118
|
+
]
|
|
1122
1119
|
},
|
|
1123
1120
|
{
|
|
1124
1121
|
"type": "divider"
|
|
@@ -1130,26 +1127,29 @@
|
|
|
1130
1127
|
"type": "stack",
|
|
1131
1128
|
"children": [
|
|
1132
1129
|
{
|
|
1133
|
-
"
|
|
1130
|
+
"variant": "body",
|
|
1134
1131
|
"content": "Enter the target to validate and auto-fix",
|
|
1135
|
-
"
|
|
1132
|
+
"type": "typography"
|
|
1136
1133
|
},
|
|
1137
1134
|
{
|
|
1135
|
+
"submitEvent": "FIX",
|
|
1136
|
+
"mode": "edit",
|
|
1138
1137
|
"entity": "@entity",
|
|
1139
1138
|
"fields": [
|
|
1140
1139
|
"target"
|
|
1141
1140
|
],
|
|
1142
|
-
"type": "form-section"
|
|
1143
|
-
"submitEvent": "FIX",
|
|
1144
|
-
"mode": "edit"
|
|
1141
|
+
"type": "form-section"
|
|
1145
1142
|
}
|
|
1146
1143
|
],
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1144
|
+
"gap": "md",
|
|
1145
|
+
"direction": "vertical"
|
|
1149
1146
|
}
|
|
1150
1147
|
]
|
|
1151
1148
|
}
|
|
1152
|
-
]
|
|
1149
|
+
],
|
|
1150
|
+
"type": "stack",
|
|
1151
|
+
"direction": "vertical",
|
|
1152
|
+
"gap": "lg"
|
|
1153
1153
|
}
|
|
1154
1154
|
]
|
|
1155
1155
|
]
|
|
@@ -1198,8 +1198,11 @@
|
|
|
1198
1198
|
"render-ui",
|
|
1199
1199
|
"main",
|
|
1200
1200
|
{
|
|
1201
|
+
"gap": "lg",
|
|
1202
|
+
"type": "stack",
|
|
1201
1203
|
"children": [
|
|
1202
1204
|
{
|
|
1205
|
+
"gap": "sm",
|
|
1203
1206
|
"children": [
|
|
1204
1207
|
{
|
|
1205
1208
|
"type": "icon",
|
|
@@ -1207,48 +1210,45 @@
|
|
|
1207
1210
|
},
|
|
1208
1211
|
{
|
|
1209
1212
|
"type": "typography",
|
|
1210
|
-
"
|
|
1211
|
-
"
|
|
1213
|
+
"variant": "h2",
|
|
1214
|
+
"content": "Validation-Fix Loop"
|
|
1212
1215
|
}
|
|
1213
1216
|
],
|
|
1214
|
-
"gap": "sm",
|
|
1215
|
-
"type": "stack",
|
|
1216
1217
|
"direction": "horizontal",
|
|
1218
|
+
"type": "stack",
|
|
1217
1219
|
"align": "center"
|
|
1218
1220
|
},
|
|
1219
1221
|
{
|
|
1220
1222
|
"type": "divider"
|
|
1221
1223
|
},
|
|
1222
1224
|
{
|
|
1225
|
+
"type": "card",
|
|
1223
1226
|
"children": [
|
|
1224
1227
|
{
|
|
1225
|
-
"type": "stack",
|
|
1226
1228
|
"direction": "vertical",
|
|
1229
|
+
"type": "stack",
|
|
1230
|
+
"gap": "md",
|
|
1227
1231
|
"children": [
|
|
1228
1232
|
{
|
|
1233
|
+
"type": "typography",
|
|
1229
1234
|
"content": "Enter the target to validate and auto-fix",
|
|
1230
|
-
"variant": "body"
|
|
1231
|
-
"type": "typography"
|
|
1235
|
+
"variant": "body"
|
|
1232
1236
|
},
|
|
1233
1237
|
{
|
|
1238
|
+
"submitEvent": "FIX",
|
|
1234
1239
|
"fields": [
|
|
1235
1240
|
"target"
|
|
1236
1241
|
],
|
|
1237
|
-
"mode": "edit",
|
|
1238
1242
|
"entity": "@entity",
|
|
1239
|
-
"
|
|
1240
|
-
"
|
|
1243
|
+
"type": "form-section",
|
|
1244
|
+
"mode": "edit"
|
|
1241
1245
|
}
|
|
1242
|
-
]
|
|
1243
|
-
"gap": "md"
|
|
1246
|
+
]
|
|
1244
1247
|
}
|
|
1245
|
-
]
|
|
1246
|
-
"type": "card"
|
|
1248
|
+
]
|
|
1247
1249
|
}
|
|
1248
1250
|
],
|
|
1249
|
-
"direction": "vertical"
|
|
1250
|
-
"gap": "lg",
|
|
1251
|
-
"type": "stack"
|
|
1251
|
+
"direction": "vertical"
|
|
1252
1252
|
}
|
|
1253
1253
|
]
|
|
1254
1254
|
]
|