@almadar/std 5.0.0 → 5.2.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/exports/atoms/std-agent-activity-log.orb +5 -45
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
- package/behaviors/exports/atoms/std-agent-completion.orb +8 -8
- package/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
- package/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
- package/behaviors/exports/atoms/std-agent-memory.orb +13 -127
- package/behaviors/exports/atoms/std-agent-provider.orb +8 -8
- package/behaviors/exports/atoms/std-agent-search.orb +6 -27
- package/behaviors/exports/atoms/std-agent-session.orb +11 -85
- package/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
- package/behaviors/exports/atoms/std-async.orb +5 -8
- package/behaviors/exports/atoms/std-autoregressive.orb +4 -2
- package/behaviors/exports/atoms/std-browse.orb +5 -4
- package/behaviors/exports/atoms/std-cache-aside.orb +5 -8
- package/behaviors/exports/atoms/std-calendar.orb +5 -4
- package/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
- package/behaviors/exports/atoms/std-collision.orb +5 -4
- package/behaviors/exports/atoms/std-combat-log.orb +5 -4
- package/behaviors/exports/atoms/std-combat.orb +5 -4
- package/behaviors/exports/atoms/std-confirmation.orb +10 -4
- package/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
- package/behaviors/exports/atoms/std-display.orb +5 -4
- package/behaviors/exports/atoms/std-drawer.orb +5 -4
- package/behaviors/exports/atoms/std-filter.orb +5 -4
- package/behaviors/exports/atoms/std-flip-card.orb +5 -4
- package/behaviors/exports/atoms/std-gallery.orb +5 -4
- package/behaviors/exports/atoms/std-game-audio.orb +5 -4
- package/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
- package/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
- package/behaviors/exports/atoms/std-game-hud.orb +5 -4
- package/behaviors/exports/atoms/std-game-menu.orb +5 -4
- package/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
- package/behaviors/exports/atoms/std-gameflow.orb +5 -4
- package/behaviors/exports/atoms/std-input.orb +5 -4
- package/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
- package/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-loading.orb +5 -4
- package/behaviors/exports/atoms/std-modal.orb +89 -4
- package/behaviors/exports/atoms/std-movement.orb +5 -4
- package/behaviors/exports/atoms/std-notification.orb +5 -4
- package/behaviors/exports/atoms/std-overworld.orb +5 -4
- package/behaviors/exports/atoms/std-pagination.orb +5 -4
- package/behaviors/exports/atoms/std-physics2d.orb +5 -4
- package/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-quest.orb +5 -8
- package/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
- package/behaviors/exports/atoms/std-rating.orb +5 -4
- package/behaviors/exports/atoms/std-score-board.orb +5 -4
- package/behaviors/exports/atoms/std-score.orb +5 -4
- package/behaviors/exports/atoms/std-search.orb +5 -4
- package/behaviors/exports/atoms/std-selection.orb +5 -4
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
- package/behaviors/exports/atoms/std-service-email.orb +5 -4
- package/behaviors/exports/atoms/std-service-github.orb +5 -4
- package/behaviors/exports/atoms/std-service-llm.orb +5 -4
- package/behaviors/exports/atoms/std-service-oauth.orb +5 -4
- package/behaviors/exports/atoms/std-service-redis.orb +5 -4
- package/behaviors/exports/atoms/std-service-storage.orb +5 -4
- package/behaviors/exports/atoms/std-service-stripe.orb +5 -4
- package/behaviors/exports/atoms/std-service-twilio.orb +5 -4
- package/behaviors/exports/atoms/std-service-youtube.orb +5 -4
- package/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-sort.orb +5 -4
- package/behaviors/exports/atoms/std-sprite.orb +5 -4
- package/behaviors/exports/atoms/std-tabs.orb +5 -4
- package/behaviors/exports/atoms/std-text-effects.orb +5 -4
- package/behaviors/exports/atoms/std-theme.orb +5 -4
- package/behaviors/exports/atoms/std-timer.orb +5 -4
- package/behaviors/exports/atoms/std-undo.orb +5 -4
- package/behaviors/exports/atoms/std-upload.orb +5 -4
- package/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
- package/behaviors/exports/atoms/std-wizard.orb +5 -4
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/behaviors/exports/molecules/std-agent-learner.orb +608 -938
- package/behaviors/exports/molecules/std-agent-planner.orb +613 -961
- package/behaviors/exports/molecules/std-agent-rag.orb +586 -915
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/behaviors/exports/molecules/std-builder-game.orb +5 -4
- package/behaviors/exports/molecules/std-cart.orb +196 -307
- package/behaviors/exports/molecules/std-classifier-game.orb +5 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +5 -4
- package/behaviors/exports/molecules/std-detail.orb +309 -467
- package/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +5 -8
- package/behaviors/exports/molecules/std-geospatial.orb +363 -539
- package/behaviors/exports/molecules/std-inventory.orb +390 -720
- package/behaviors/exports/molecules/std-list.orb +526 -1156
- package/behaviors/exports/molecules/std-messaging.orb +295 -452
- package/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +5 -4
- package/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
- package/behaviors/exports/molecules/std-quiz.orb +5 -4
- package/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
- package/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +5 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
- package/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
- package/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
- package/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
- package/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
- package/behaviors/exports/organisms/std-api-gateway.orb +284 -626
- package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/behaviors/exports/organisms/std-cms.orb +1274 -1972
- package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/behaviors/exports/organisms/std-crm.orb +999 -1775
- package/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
- package/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
- package/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
- package/behaviors/exports/organisms/std-healthcare.orb +984 -1838
- package/behaviors/exports/organisms/std-helpdesk.orb +340 -744
- package/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
- package/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
- package/behaviors/exports/organisms/std-lms.orb +284 -632
- package/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/behaviors/exports/organisms/std-platformer-app.orb +15 -98
- package/behaviors/exports/organisms/std-project-manager.orb +970 -1774
- package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
- package/behaviors/exports/organisms/std-rpg-game.orb +15 -102
- package/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
- package/behaviors/exports/organisms/std-social-feed.orb +62 -66
- package/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +13 -127
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-search.orb +6 -27
- package/dist/behaviors/exports/atoms/std-agent-session.orb +11 -85
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
- package/dist/behaviors/exports/atoms/std-async.orb +5 -8
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +4 -2
- package/dist/behaviors/exports/atoms/std-browse.orb +5 -4
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +5 -8
- package/dist/behaviors/exports/atoms/std-calendar.orb +5 -4
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
- package/dist/behaviors/exports/atoms/std-collision.orb +5 -4
- package/dist/behaviors/exports/atoms/std-combat-log.orb +5 -4
- package/dist/behaviors/exports/atoms/std-combat.orb +5 -4
- package/dist/behaviors/exports/atoms/std-confirmation.orb +10 -4
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
- package/dist/behaviors/exports/atoms/std-display.orb +5 -4
- package/dist/behaviors/exports/atoms/std-drawer.orb +5 -4
- package/dist/behaviors/exports/atoms/std-filter.orb +5 -4
- package/dist/behaviors/exports/atoms/std-flip-card.orb +5 -4
- package/dist/behaviors/exports/atoms/std-gallery.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-audio.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
- package/dist/behaviors/exports/atoms/std-game-hud.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-menu.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
- package/dist/behaviors/exports/atoms/std-gameflow.orb +5 -4
- package/dist/behaviors/exports/atoms/std-input.orb +5 -4
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-loading.orb +5 -4
- package/dist/behaviors/exports/atoms/std-modal.orb +89 -4
- package/dist/behaviors/exports/atoms/std-movement.orb +5 -4
- package/dist/behaviors/exports/atoms/std-notification.orb +5 -4
- package/dist/behaviors/exports/atoms/std-overworld.orb +5 -4
- package/dist/behaviors/exports/atoms/std-pagination.orb +5 -4
- package/dist/behaviors/exports/atoms/std-physics2d.orb +5 -4
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-quest.orb +5 -8
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
- package/dist/behaviors/exports/atoms/std-rating.orb +5 -4
- package/dist/behaviors/exports/atoms/std-score-board.orb +5 -4
- package/dist/behaviors/exports/atoms/std-score.orb +5 -4
- package/dist/behaviors/exports/atoms/std-search.orb +5 -4
- package/dist/behaviors/exports/atoms/std-selection.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
- package/dist/behaviors/exports/atoms/std-service-email.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-github.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-llm.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-redis.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-storage.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +5 -4
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-sort.orb +5 -4
- package/dist/behaviors/exports/atoms/std-sprite.orb +5 -4
- package/dist/behaviors/exports/atoms/std-tabs.orb +5 -4
- package/dist/behaviors/exports/atoms/std-text-effects.orb +5 -4
- package/dist/behaviors/exports/atoms/std-theme.orb +5 -4
- package/dist/behaviors/exports/atoms/std-timer.orb +5 -4
- package/dist/behaviors/exports/atoms/std-undo.orb +5 -4
- package/dist/behaviors/exports/atoms/std-upload.orb +5 -4
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
- package/dist/behaviors/exports/atoms/std-wizard.orb +5 -4
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +608 -938
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +613 -961
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +586 -915
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/dist/behaviors/exports/molecules/std-builder-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +196 -307
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +309 -467
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +5 -8
- package/dist/behaviors/exports/molecules/std-geospatial.orb +363 -539
- package/dist/behaviors/exports/molecules/std-inventory.orb +390 -720
- package/dist/behaviors/exports/molecules/std-list.orb +526 -1156
- package/dist/behaviors/exports/molecules/std-messaging.orb +295 -452
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-quiz.orb +5 -4
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +284 -626
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/dist/behaviors/exports/organisms/std-cms.orb +1274 -1972
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/behaviors/exports/organisms/std-crm.orb +999 -1775
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
- package/dist/behaviors/exports/organisms/std-healthcare.orb +984 -1838
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +340 -744
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
- package/dist/behaviors/exports/organisms/std-lms.orb +284 -632
- package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +15 -98
- package/dist/behaviors/exports/organisms/std-project-manager.orb +970 -1774
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +15 -102
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
- package/dist/behaviors/exports/organisms/std-social-feed.orb +62 -66
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +2192 -0
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +5 -45
- package/dist/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/dist/exports/atoms/std-agent-classifier.orb +8 -8
- package/dist/exports/atoms/std-agent-completion.orb +8 -8
- package/dist/exports/atoms/std-agent-context-window.orb +5 -4
- package/dist/exports/atoms/std-agent-conversation.orb +5 -71
- package/dist/exports/atoms/std-agent-memory.orb +13 -127
- package/dist/exports/atoms/std-agent-provider.orb +8 -8
- package/dist/exports/atoms/std-agent-search.orb +6 -27
- package/dist/exports/atoms/std-agent-session.orb +11 -85
- package/dist/exports/atoms/std-agent-step-progress.orb +5 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +8 -8
- package/dist/exports/atoms/std-async.orb +5 -8
- package/dist/exports/atoms/std-autoregressive.orb +4 -2
- package/dist/exports/atoms/std-browse.orb +5 -4
- package/dist/exports/atoms/std-cache-aside.orb +5 -8
- package/dist/exports/atoms/std-calendar.orb +5 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +5 -4
- package/dist/exports/atoms/std-collision.orb +5 -4
- package/dist/exports/atoms/std-combat-log.orb +5 -4
- package/dist/exports/atoms/std-combat.orb +5 -4
- package/dist/exports/atoms/std-confirmation.orb +10 -4
- package/dist/exports/atoms/std-dialogue-box.orb +5 -4
- package/dist/exports/atoms/std-display.orb +5 -4
- package/dist/exports/atoms/std-drawer.orb +5 -4
- package/dist/exports/atoms/std-filter.orb +5 -4
- package/dist/exports/atoms/std-flip-card.orb +5 -4
- package/dist/exports/atoms/std-gallery.orb +5 -4
- package/dist/exports/atoms/std-game-audio.orb +5 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +4 -2
- package/dist/exports/atoms/std-game-canvas3d.orb +4 -2
- package/dist/exports/atoms/std-game-hud.orb +5 -4
- package/dist/exports/atoms/std-game-menu.orb +5 -4
- package/dist/exports/atoms/std-game-over-screen.orb +5 -4
- package/dist/exports/atoms/std-gameflow.orb +5 -4
- package/dist/exports/atoms/std-input.orb +5 -4
- package/dist/exports/atoms/std-inventory-panel.orb +5 -8
- package/dist/exports/atoms/std-isometric-canvas.orb +5 -4
- package/dist/exports/atoms/std-loading.orb +5 -4
- package/dist/exports/atoms/std-modal.orb +89 -4
- package/dist/exports/atoms/std-movement.orb +5 -4
- package/dist/exports/atoms/std-notification.orb +5 -4
- package/dist/exports/atoms/std-overworld.orb +5 -4
- package/dist/exports/atoms/std-pagination.orb +5 -4
- package/dist/exports/atoms/std-physics2d.orb +5 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +5 -4
- package/dist/exports/atoms/std-quest.orb +5 -8
- package/dist/exports/atoms/std-rate-limiter.orb +5 -4
- package/dist/exports/atoms/std-rating.orb +5 -4
- package/dist/exports/atoms/std-score-board.orb +5 -4
- package/dist/exports/atoms/std-score.orb +5 -4
- package/dist/exports/atoms/std-search.orb +5 -4
- package/dist/exports/atoms/std-selection.orb +5 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/dist/exports/atoms/std-service-custom-header.orb +5 -17
- package/dist/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/dist/exports/atoms/std-service-custom-query.orb +5 -17
- package/dist/exports/atoms/std-service-email.orb +5 -4
- package/dist/exports/atoms/std-service-github.orb +5 -4
- package/dist/exports/atoms/std-service-llm.orb +5 -4
- package/dist/exports/atoms/std-service-oauth.orb +5 -4
- package/dist/exports/atoms/std-service-redis.orb +5 -4
- package/dist/exports/atoms/std-service-storage.orb +5 -4
- package/dist/exports/atoms/std-service-stripe.orb +5 -4
- package/dist/exports/atoms/std-service-twilio.orb +5 -4
- package/dist/exports/atoms/std-service-youtube.orb +5 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +5 -4
- package/dist/exports/atoms/std-sort.orb +5 -4
- package/dist/exports/atoms/std-sprite.orb +5 -4
- package/dist/exports/atoms/std-tabs.orb +5 -4
- package/dist/exports/atoms/std-text-effects.orb +5 -4
- package/dist/exports/atoms/std-theme.orb +5 -4
- package/dist/exports/atoms/std-timer.orb +5 -4
- package/dist/exports/atoms/std-undo.orb +5 -4
- package/dist/exports/atoms/std-upload.orb +5 -4
- package/dist/exports/atoms/std-validate-on-save.orb +5 -32
- package/dist/exports/atoms/std-wizard.orb +5 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/dist/exports/molecules/std-agent-learner.orb +608 -938
- package/dist/exports/molecules/std-agent-planner.orb +613 -961
- package/dist/exports/molecules/std-agent-rag.orb +586 -915
- package/dist/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/dist/exports/molecules/std-builder-game.orb +5 -4
- package/dist/exports/molecules/std-cart.orb +196 -307
- package/dist/exports/molecules/std-classifier-game.orb +5 -4
- package/dist/exports/molecules/std-debugger-game.orb +5 -4
- package/dist/exports/molecules/std-detail.orb +309 -467
- package/dist/exports/molecules/std-event-handler-game.orb +5 -4
- package/dist/exports/molecules/std-form-advanced.orb +5 -8
- package/dist/exports/molecules/std-geospatial.orb +363 -539
- package/dist/exports/molecules/std-inventory.orb +390 -720
- package/dist/exports/molecules/std-list.orb +526 -1156
- package/dist/exports/molecules/std-messaging.orb +295 -452
- package/dist/exports/molecules/std-negotiator-game.orb +5 -4
- package/dist/exports/molecules/std-platformer-game.orb +5 -4
- package/dist/exports/molecules/std-puzzle-game.orb +5 -4
- package/dist/exports/molecules/std-quiz.orb +5 -4
- package/dist/exports/molecules/std-sequencer-game.orb +5 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/dist/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +5 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +5 -4
- package/dist/exports/molecules/std-simulator-game.orb +5 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +5 -4
- package/dist/exports/organisms/std-agent-assistant.orb +15 -143
- package/dist/exports/organisms/std-agent-builder.orb +814 -1476
- package/dist/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/dist/exports/organisms/std-agent-reviewer.orb +299 -502
- package/dist/exports/organisms/std-agent-tutor.orb +306 -493
- package/dist/exports/organisms/std-api-gateway.orb +284 -626
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +1422 -2160
- package/dist/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/dist/exports/organisms/std-cms.orb +1274 -1972
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +999 -1775
- package/dist/exports/organisms/std-devops-dashboard.orb +284 -638
- package/dist/exports/organisms/std-ecommerce.orb +1653 -2398
- package/dist/exports/organisms/std-finance-tracker.orb +340 -684
- package/dist/exports/organisms/std-healthcare.orb +984 -1838
- package/dist/exports/organisms/std-helpdesk.orb +340 -744
- package/dist/exports/organisms/std-hr-portal.orb +1401 -2151
- package/dist/exports/organisms/std-iot-dashboard.orb +284 -626
- package/dist/exports/organisms/std-lms.orb +284 -632
- package/dist/exports/organisms/std-logic-training.orb +4 -4
- package/dist/exports/organisms/std-platformer-app.orb +15 -98
- package/dist/exports/organisms/std-project-manager.orb +970 -1774
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +364 -714
- package/dist/exports/organisms/std-rpg-game.orb +15 -102
- package/dist/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/dist/exports/organisms/std-service-research-assistant.orb +4 -15
- package/dist/exports/organisms/std-social-feed.orb +62 -66
- package/dist/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/exports/organisms/std-trading-dashboard.orb +274 -620
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-reviewer",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
+
"description": "Schema/code reviewer organism. Composes RAG molecule + classifier atom to classify input, search for relevant patterns, recall best practices, and generate structured review output with tabbed views and an issues browse.",
|
|
4
5
|
"orbitals": [
|
|
5
6
|
{
|
|
6
7
|
"name": "ReviewOrbital",
|
|
8
|
+
"uses": [
|
|
9
|
+
{
|
|
10
|
+
"from": "std/behaviors/std-browse",
|
|
11
|
+
"as": "Browse"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"from": "std/behaviors/std-tabs",
|
|
15
|
+
"as": "Tabs"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
7
18
|
"entity": {
|
|
8
19
|
"name": "Review",
|
|
9
20
|
"persistence": "runtime",
|
|
@@ -1908,61 +1919,6 @@
|
|
|
1908
1919
|
"type": "object"
|
|
1909
1920
|
}
|
|
1910
1921
|
]
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"key": "MEMORIZED",
|
|
1914
|
-
"name": "MEMORIZED",
|
|
1915
|
-
"payload": [
|
|
1916
|
-
{
|
|
1917
|
-
"name": "data",
|
|
1918
|
-
"type": "object",
|
|
1919
|
-
"required": true
|
|
1920
|
-
}
|
|
1921
|
-
]
|
|
1922
|
-
},
|
|
1923
|
-
{
|
|
1924
|
-
"key": "PINNED",
|
|
1925
|
-
"name": "PINNED",
|
|
1926
|
-
"payload": [
|
|
1927
|
-
{
|
|
1928
|
-
"name": "data",
|
|
1929
|
-
"type": "object",
|
|
1930
|
-
"required": true
|
|
1931
|
-
}
|
|
1932
|
-
]
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"key": "FORGOT",
|
|
1936
|
-
"name": "FORGOT",
|
|
1937
|
-
"payload": [
|
|
1938
|
-
{
|
|
1939
|
-
"name": "data",
|
|
1940
|
-
"type": "object",
|
|
1941
|
-
"required": true
|
|
1942
|
-
}
|
|
1943
|
-
]
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"key": "REINFORCED",
|
|
1947
|
-
"name": "REINFORCED",
|
|
1948
|
-
"payload": [
|
|
1949
|
-
{
|
|
1950
|
-
"name": "data",
|
|
1951
|
-
"type": "object",
|
|
1952
|
-
"required": true
|
|
1953
|
-
}
|
|
1954
|
-
]
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"key": "DECAYED",
|
|
1958
|
-
"name": "DECAYED",
|
|
1959
|
-
"payload": [
|
|
1960
|
-
{
|
|
1961
|
-
"name": "data",
|
|
1962
|
-
"type": "object",
|
|
1963
|
-
"required": true
|
|
1964
|
-
}
|
|
1965
|
-
]
|
|
1966
1922
|
}
|
|
1967
1923
|
],
|
|
1968
1924
|
"transitions": [
|
|
@@ -2128,61 +2084,6 @@
|
|
|
2128
2084
|
}
|
|
2129
2085
|
]
|
|
2130
2086
|
]
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
"from": "browsing",
|
|
2134
|
-
"to": "browsing",
|
|
2135
|
-
"event": "MEMORIZED",
|
|
2136
|
-
"effects": [
|
|
2137
|
-
[
|
|
2138
|
-
"ref",
|
|
2139
|
-
"ReviewRag"
|
|
2140
|
-
]
|
|
2141
|
-
]
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
"from": "browsing",
|
|
2145
|
-
"to": "browsing",
|
|
2146
|
-
"event": "PINNED",
|
|
2147
|
-
"effects": [
|
|
2148
|
-
[
|
|
2149
|
-
"ref",
|
|
2150
|
-
"ReviewRag"
|
|
2151
|
-
]
|
|
2152
|
-
]
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
"from": "browsing",
|
|
2156
|
-
"to": "browsing",
|
|
2157
|
-
"event": "FORGOT",
|
|
2158
|
-
"effects": [
|
|
2159
|
-
[
|
|
2160
|
-
"ref",
|
|
2161
|
-
"ReviewRag"
|
|
2162
|
-
]
|
|
2163
|
-
]
|
|
2164
|
-
},
|
|
2165
|
-
{
|
|
2166
|
-
"from": "browsing",
|
|
2167
|
-
"to": "browsing",
|
|
2168
|
-
"event": "REINFORCED",
|
|
2169
|
-
"effects": [
|
|
2170
|
-
[
|
|
2171
|
-
"ref",
|
|
2172
|
-
"ReviewRag"
|
|
2173
|
-
]
|
|
2174
|
-
]
|
|
2175
|
-
},
|
|
2176
|
-
{
|
|
2177
|
-
"from": "browsing",
|
|
2178
|
-
"to": "browsing",
|
|
2179
|
-
"event": "DECAYED",
|
|
2180
|
-
"effects": [
|
|
2181
|
-
[
|
|
2182
|
-
"ref",
|
|
2183
|
-
"ReviewRag"
|
|
2184
|
-
]
|
|
2185
|
-
]
|
|
2186
2087
|
}
|
|
2187
2088
|
]
|
|
2188
2089
|
}
|
|
@@ -2226,17 +2127,6 @@
|
|
|
2226
2127
|
"type": "object"
|
|
2227
2128
|
}
|
|
2228
2129
|
]
|
|
2229
|
-
},
|
|
2230
|
-
{
|
|
2231
|
-
"key": "SEARCHED",
|
|
2232
|
-
"name": "SEARCHED",
|
|
2233
|
-
"payload": [
|
|
2234
|
-
{
|
|
2235
|
-
"name": "data",
|
|
2236
|
-
"type": "object",
|
|
2237
|
-
"required": true
|
|
2238
|
-
}
|
|
2239
|
-
]
|
|
2240
2130
|
}
|
|
2241
2131
|
],
|
|
2242
2132
|
"transitions": [
|
|
@@ -2383,17 +2273,6 @@
|
|
|
2383
2273
|
}
|
|
2384
2274
|
]
|
|
2385
2275
|
]
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"from": "browsing",
|
|
2389
|
-
"to": "browsing",
|
|
2390
|
-
"event": "SEARCHED",
|
|
2391
|
-
"effects": [
|
|
2392
|
-
[
|
|
2393
|
-
"ref",
|
|
2394
|
-
"ReviewRag"
|
|
2395
|
-
]
|
|
2396
|
-
]
|
|
2397
2276
|
}
|
|
2398
2277
|
]
|
|
2399
2278
|
}
|
|
@@ -2403,6 +2282,10 @@
|
|
|
2403
2282
|
"linkedEntity": "ReviewRag",
|
|
2404
2283
|
"category": "interaction",
|
|
2405
2284
|
"emits": [
|
|
2285
|
+
{
|
|
2286
|
+
"event": "SAVE",
|
|
2287
|
+
"scope": "internal"
|
|
2288
|
+
},
|
|
2406
2289
|
{
|
|
2407
2290
|
"event": "GENERATED",
|
|
2408
2291
|
"scope": "internal"
|
|
@@ -2787,10 +2670,6 @@
|
|
|
2787
2670
|
}
|
|
2788
2671
|
]
|
|
2789
2672
|
}
|
|
2790
|
-
],
|
|
2791
|
-
[
|
|
2792
|
-
"notify",
|
|
2793
|
-
"ReviewRag created successfully"
|
|
2794
2673
|
]
|
|
2795
2674
|
]
|
|
2796
2675
|
}
|
|
@@ -3289,10 +3168,6 @@
|
|
|
3289
3168
|
}
|
|
3290
3169
|
]
|
|
3291
3170
|
}
|
|
3292
|
-
],
|
|
3293
|
-
[
|
|
3294
|
-
"notify",
|
|
3295
|
-
"Analysis created successfully"
|
|
3296
3171
|
]
|
|
3297
3172
|
]
|
|
3298
3173
|
}
|
|
@@ -3879,6 +3754,9 @@
|
|
|
3879
3754
|
"linkedEntity": "ReviewCompletion",
|
|
3880
3755
|
"category": "interaction",
|
|
3881
3756
|
"emits": [
|
|
3757
|
+
{
|
|
3758
|
+
"event": "SAVE"
|
|
3759
|
+
},
|
|
3882
3760
|
{
|
|
3883
3761
|
"event": "GENERATED"
|
|
3884
3762
|
}
|
|
@@ -4262,10 +4140,6 @@
|
|
|
4262
4140
|
}
|
|
4263
4141
|
]
|
|
4264
4142
|
}
|
|
4265
|
-
],
|
|
4266
|
-
[
|
|
4267
|
-
"notify",
|
|
4268
|
-
"ReviewCompletion created successfully"
|
|
4269
4143
|
]
|
|
4270
4144
|
]
|
|
4271
4145
|
}
|
|
@@ -4912,142 +4786,112 @@
|
|
|
4912
4786
|
},
|
|
4913
4787
|
"traits": [
|
|
4914
4788
|
{
|
|
4789
|
+
"ref": "Tabs.traits.TabContentTabs",
|
|
4915
4790
|
"name": "ReviewerTabs",
|
|
4916
4791
|
"linkedEntity": "Review",
|
|
4917
|
-
"
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
"
|
|
4922
|
-
|
|
4923
|
-
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
"to": "idle",
|
|
4946
|
-
"event": "INIT",
|
|
4947
|
-
"effects": [
|
|
4948
|
-
[
|
|
4949
|
-
"fetch",
|
|
4950
|
-
"Review"
|
|
4792
|
+
"effects": {
|
|
4793
|
+
"INIT": [
|
|
4794
|
+
[
|
|
4795
|
+
"fetch",
|
|
4796
|
+
"Review"
|
|
4797
|
+
],
|
|
4798
|
+
[
|
|
4799
|
+
"render-ui",
|
|
4800
|
+
"main",
|
|
4801
|
+
{
|
|
4802
|
+
"type": "dashboard-layout",
|
|
4803
|
+
"appName": "Code Reviewer",
|
|
4804
|
+
"navItems": [
|
|
4805
|
+
{
|
|
4806
|
+
"label": "Review",
|
|
4807
|
+
"href": "/review",
|
|
4808
|
+
"icon": "file-search"
|
|
4809
|
+
},
|
|
4810
|
+
{
|
|
4811
|
+
"label": "Analysis",
|
|
4812
|
+
"href": "/analysis",
|
|
4813
|
+
"icon": "tag"
|
|
4814
|
+
},
|
|
4815
|
+
{
|
|
4816
|
+
"label": "Issues",
|
|
4817
|
+
"href": "/issues",
|
|
4818
|
+
"icon": "alert-triangle"
|
|
4819
|
+
}
|
|
4951
4820
|
],
|
|
4952
|
-
[
|
|
4953
|
-
"render-ui",
|
|
4954
|
-
"main",
|
|
4821
|
+
"children": [
|
|
4955
4822
|
{
|
|
4956
|
-
"type": "
|
|
4957
|
-
"
|
|
4958
|
-
"
|
|
4823
|
+
"type": "stack",
|
|
4824
|
+
"direction": "vertical",
|
|
4825
|
+
"gap": "lg",
|
|
4826
|
+
"children": [
|
|
4959
4827
|
{
|
|
4960
|
-
"
|
|
4961
|
-
"
|
|
4962
|
-
"
|
|
4828
|
+
"type": "stack",
|
|
4829
|
+
"direction": "horizontal",
|
|
4830
|
+
"gap": "sm",
|
|
4831
|
+
"align": "center",
|
|
4832
|
+
"children": [
|
|
4833
|
+
{
|
|
4834
|
+
"type": "icon",
|
|
4835
|
+
"name": "file-search",
|
|
4836
|
+
"size": "lg"
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
"type": "typography",
|
|
4840
|
+
"content": "Code Reviewer",
|
|
4841
|
+
"variant": "h2"
|
|
4842
|
+
}
|
|
4843
|
+
]
|
|
4963
4844
|
},
|
|
4964
4845
|
{
|
|
4965
|
-
"
|
|
4966
|
-
"href": "/analysis",
|
|
4967
|
-
"icon": "tag"
|
|
4846
|
+
"type": "divider"
|
|
4968
4847
|
},
|
|
4969
4848
|
{
|
|
4970
|
-
"
|
|
4971
|
-
"
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4849
|
+
"type": "tabs",
|
|
4850
|
+
"tabs": [
|
|
4851
|
+
{
|
|
4852
|
+
"label": "Input",
|
|
4853
|
+
"value": "input"
|
|
4854
|
+
},
|
|
4855
|
+
{
|
|
4856
|
+
"label": "Analysis",
|
|
4857
|
+
"value": "analysis"
|
|
4858
|
+
},
|
|
4859
|
+
{
|
|
4860
|
+
"label": "Review",
|
|
4861
|
+
"value": "review"
|
|
4862
|
+
}
|
|
4863
|
+
],
|
|
4864
|
+
"defaultActiveTab": "input",
|
|
4865
|
+
"onTabChange": "SELECT_TAB"
|
|
4866
|
+
},
|
|
4976
4867
|
{
|
|
4977
|
-
"type": "
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
"
|
|
4868
|
+
"type": "divider"
|
|
4869
|
+
},
|
|
4870
|
+
{
|
|
4871
|
+
"type": "data-grid",
|
|
4872
|
+
"entity": "Review",
|
|
4873
|
+
"emptyIcon": "inbox",
|
|
4874
|
+
"emptyTitle": "No reviews yet",
|
|
4875
|
+
"emptyDescription": "Add reviews to see them here.",
|
|
4876
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
4877
|
+
"renderItem": [
|
|
4878
|
+
"fn",
|
|
4879
|
+
"item",
|
|
4981
4880
|
{
|
|
4982
4881
|
"type": "stack",
|
|
4983
|
-
"direction": "
|
|
4882
|
+
"direction": "vertical",
|
|
4984
4883
|
"gap": "sm",
|
|
4985
|
-
"align": "center",
|
|
4986
4884
|
"children": [
|
|
4987
4885
|
{
|
|
4988
|
-
"type": "
|
|
4989
|
-
"
|
|
4990
|
-
"
|
|
4886
|
+
"type": "typography",
|
|
4887
|
+
"variant": "h4",
|
|
4888
|
+
"content": "@item.target"
|
|
4991
4889
|
},
|
|
4992
4890
|
{
|
|
4993
4891
|
"type": "typography",
|
|
4994
|
-
"
|
|
4995
|
-
"
|
|
4996
|
-
|
|
4997
|
-
]
|
|
4998
|
-
},
|
|
4999
|
-
{
|
|
5000
|
-
"type": "divider"
|
|
5001
|
-
},
|
|
5002
|
-
{
|
|
5003
|
-
"type": "tabs",
|
|
5004
|
-
"tabs": [
|
|
5005
|
-
{
|
|
5006
|
-
"label": "Input",
|
|
5007
|
-
"value": "input"
|
|
5008
|
-
},
|
|
5009
|
-
{
|
|
5010
|
-
"label": "Analysis",
|
|
5011
|
-
"value": "analysis"
|
|
5012
|
-
},
|
|
5013
|
-
{
|
|
5014
|
-
"label": "Review",
|
|
5015
|
-
"value": "review"
|
|
5016
|
-
}
|
|
5017
|
-
],
|
|
5018
|
-
"defaultActiveTab": "input",
|
|
5019
|
-
"onTabChange": "SELECT_TAB"
|
|
5020
|
-
},
|
|
5021
|
-
{
|
|
5022
|
-
"type": "divider"
|
|
5023
|
-
},
|
|
5024
|
-
{
|
|
5025
|
-
"type": "data-grid",
|
|
5026
|
-
"entity": "Review",
|
|
5027
|
-
"emptyIcon": "inbox",
|
|
5028
|
-
"emptyTitle": "No reviews yet",
|
|
5029
|
-
"emptyDescription": "Add reviews to see them here.",
|
|
5030
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
5031
|
-
"renderItem": [
|
|
5032
|
-
"fn",
|
|
5033
|
-
"item",
|
|
5034
|
-
{
|
|
5035
|
-
"type": "stack",
|
|
5036
|
-
"direction": "vertical",
|
|
5037
|
-
"gap": "sm",
|
|
5038
|
-
"children": [
|
|
5039
|
-
{
|
|
5040
|
-
"type": "typography",
|
|
5041
|
-
"variant": "h4",
|
|
5042
|
-
"content": "@item.target"
|
|
5043
|
-
},
|
|
5044
|
-
{
|
|
5045
|
-
"type": "typography",
|
|
5046
|
-
"variant": "caption",
|
|
5047
|
-
"color": "muted",
|
|
5048
|
-
"content": "@item.input"
|
|
5049
|
-
}
|
|
5050
|
-
]
|
|
4892
|
+
"variant": "caption",
|
|
4893
|
+
"color": "muted",
|
|
4894
|
+
"content": "@item.input"
|
|
5051
4895
|
}
|
|
5052
4896
|
]
|
|
5053
4897
|
}
|
|
@@ -5056,117 +4900,112 @@
|
|
|
5056
4900
|
]
|
|
5057
4901
|
}
|
|
5058
4902
|
]
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
"
|
|
5065
|
-
"
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
4903
|
+
}
|
|
4904
|
+
]
|
|
4905
|
+
],
|
|
4906
|
+
"SELECT_TAB": [
|
|
4907
|
+
[
|
|
4908
|
+
"fetch",
|
|
4909
|
+
"Review"
|
|
4910
|
+
],
|
|
4911
|
+
[
|
|
4912
|
+
"render-ui",
|
|
4913
|
+
"main",
|
|
4914
|
+
{
|
|
4915
|
+
"type": "dashboard-layout",
|
|
4916
|
+
"appName": "Code Reviewer",
|
|
4917
|
+
"navItems": [
|
|
4918
|
+
{
|
|
4919
|
+
"label": "Review",
|
|
4920
|
+
"href": "/review",
|
|
4921
|
+
"icon": "file-search"
|
|
4922
|
+
},
|
|
4923
|
+
{
|
|
4924
|
+
"label": "Analysis",
|
|
4925
|
+
"href": "/analysis",
|
|
4926
|
+
"icon": "tag"
|
|
4927
|
+
},
|
|
4928
|
+
{
|
|
4929
|
+
"label": "Issues",
|
|
4930
|
+
"href": "/issues",
|
|
4931
|
+
"icon": "alert-triangle"
|
|
4932
|
+
}
|
|
5069
4933
|
],
|
|
5070
|
-
[
|
|
5071
|
-
"render-ui",
|
|
5072
|
-
"main",
|
|
4934
|
+
"children": [
|
|
5073
4935
|
{
|
|
5074
|
-
"type": "
|
|
5075
|
-
"
|
|
5076
|
-
"
|
|
4936
|
+
"type": "stack",
|
|
4937
|
+
"direction": "vertical",
|
|
4938
|
+
"gap": "lg",
|
|
4939
|
+
"children": [
|
|
5077
4940
|
{
|
|
5078
|
-
"
|
|
5079
|
-
"
|
|
5080
|
-
"
|
|
4941
|
+
"type": "stack",
|
|
4942
|
+
"direction": "horizontal",
|
|
4943
|
+
"gap": "sm",
|
|
4944
|
+
"align": "center",
|
|
4945
|
+
"children": [
|
|
4946
|
+
{
|
|
4947
|
+
"type": "icon",
|
|
4948
|
+
"name": "file-search",
|
|
4949
|
+
"size": "lg"
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"type": "typography",
|
|
4953
|
+
"content": "Code Reviewer",
|
|
4954
|
+
"variant": "h2"
|
|
4955
|
+
}
|
|
4956
|
+
]
|
|
5081
4957
|
},
|
|
5082
4958
|
{
|
|
5083
|
-
"
|
|
5084
|
-
"href": "/analysis",
|
|
5085
|
-
"icon": "tag"
|
|
4959
|
+
"type": "divider"
|
|
5086
4960
|
},
|
|
5087
4961
|
{
|
|
5088
|
-
"
|
|
5089
|
-
"
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
4962
|
+
"type": "tabs",
|
|
4963
|
+
"tabs": [
|
|
4964
|
+
{
|
|
4965
|
+
"label": "Input",
|
|
4966
|
+
"value": "input"
|
|
4967
|
+
},
|
|
4968
|
+
{
|
|
4969
|
+
"label": "Analysis",
|
|
4970
|
+
"value": "analysis"
|
|
4971
|
+
},
|
|
4972
|
+
{
|
|
4973
|
+
"label": "Review",
|
|
4974
|
+
"value": "review"
|
|
4975
|
+
}
|
|
4976
|
+
],
|
|
4977
|
+
"defaultActiveTab": "input",
|
|
4978
|
+
"activeTab": "@payload.tab",
|
|
4979
|
+
"onTabChange": "SELECT_TAB"
|
|
4980
|
+
},
|
|
5094
4981
|
{
|
|
5095
|
-
"type": "
|
|
5096
|
-
|
|
5097
|
-
|
|
5098
|
-
"
|
|
4982
|
+
"type": "divider"
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"type": "data-grid",
|
|
4986
|
+
"entity": "Review",
|
|
4987
|
+
"emptyIcon": "inbox",
|
|
4988
|
+
"emptyTitle": "No reviews yet",
|
|
4989
|
+
"emptyDescription": "Add reviews to see them here.",
|
|
4990
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
4991
|
+
"renderItem": [
|
|
4992
|
+
"fn",
|
|
4993
|
+
"item",
|
|
5099
4994
|
{
|
|
5100
4995
|
"type": "stack",
|
|
5101
|
-
"direction": "
|
|
4996
|
+
"direction": "vertical",
|
|
5102
4997
|
"gap": "sm",
|
|
5103
|
-
"align": "center",
|
|
5104
4998
|
"children": [
|
|
5105
|
-
{
|
|
5106
|
-
"type": "icon",
|
|
5107
|
-
"name": "file-search",
|
|
5108
|
-
"size": "lg"
|
|
5109
|
-
},
|
|
5110
4999
|
{
|
|
5111
5000
|
"type": "typography",
|
|
5112
|
-
"
|
|
5113
|
-
"
|
|
5114
|
-
}
|
|
5115
|
-
]
|
|
5116
|
-
},
|
|
5117
|
-
{
|
|
5118
|
-
"type": "divider"
|
|
5119
|
-
},
|
|
5120
|
-
{
|
|
5121
|
-
"type": "tabs",
|
|
5122
|
-
"tabs": [
|
|
5123
|
-
{
|
|
5124
|
-
"label": "Input",
|
|
5125
|
-
"value": "input"
|
|
5126
|
-
},
|
|
5127
|
-
{
|
|
5128
|
-
"label": "Analysis",
|
|
5129
|
-
"value": "analysis"
|
|
5001
|
+
"variant": "h4",
|
|
5002
|
+
"content": "@item.target"
|
|
5130
5003
|
},
|
|
5131
5004
|
{
|
|
5132
|
-
"
|
|
5133
|
-
"
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
"defaultActiveTab": "input",
|
|
5137
|
-
"activeTab": "@payload.tab",
|
|
5138
|
-
"onTabChange": "SELECT_TAB"
|
|
5139
|
-
},
|
|
5140
|
-
{
|
|
5141
|
-
"type": "divider"
|
|
5142
|
-
},
|
|
5143
|
-
{
|
|
5144
|
-
"type": "data-grid",
|
|
5145
|
-
"entity": "Review",
|
|
5146
|
-
"emptyIcon": "inbox",
|
|
5147
|
-
"emptyTitle": "No reviews yet",
|
|
5148
|
-
"emptyDescription": "Add reviews to see them here.",
|
|
5149
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
5150
|
-
"renderItem": [
|
|
5151
|
-
"fn",
|
|
5152
|
-
"item",
|
|
5153
|
-
{
|
|
5154
|
-
"type": "stack",
|
|
5155
|
-
"direction": "vertical",
|
|
5156
|
-
"gap": "sm",
|
|
5157
|
-
"children": [
|
|
5158
|
-
{
|
|
5159
|
-
"type": "typography",
|
|
5160
|
-
"variant": "h4",
|
|
5161
|
-
"content": "@item.target"
|
|
5162
|
-
},
|
|
5163
|
-
{
|
|
5164
|
-
"type": "typography",
|
|
5165
|
-
"variant": "caption",
|
|
5166
|
-
"color": "muted",
|
|
5167
|
-
"content": "@item.input"
|
|
5168
|
-
}
|
|
5169
|
-
]
|
|
5005
|
+
"type": "typography",
|
|
5006
|
+
"variant": "caption",
|
|
5007
|
+
"color": "muted",
|
|
5008
|
+
"content": "@item.input"
|
|
5170
5009
|
}
|
|
5171
5010
|
]
|
|
5172
5011
|
}
|
|
@@ -5175,8 +5014,8 @@
|
|
|
5175
5014
|
]
|
|
5176
5015
|
}
|
|
5177
5016
|
]
|
|
5178
|
-
|
|
5179
|
-
|
|
5017
|
+
}
|
|
5018
|
+
]
|
|
5180
5019
|
]
|
|
5181
5020
|
}
|
|
5182
5021
|
}
|
|
@@ -5223,172 +5062,131 @@
|
|
|
5223
5062
|
},
|
|
5224
5063
|
"traits": [
|
|
5225
5064
|
{
|
|
5065
|
+
"ref": "Browse.traits.BrowseItemBrowse",
|
|
5226
5066
|
"name": "IssuesBrowse",
|
|
5227
5067
|
"linkedEntity": "ReviewIssue",
|
|
5228
|
-
"
|
|
5229
|
-
|
|
5230
|
-
|
|
5231
|
-
|
|
5232
|
-
"
|
|
5233
|
-
|
|
5234
|
-
|
|
5235
|
-
|
|
5236
|
-
|
|
5237
|
-
|
|
5238
|
-
|
|
5239
|
-
|
|
5240
|
-
|
|
5241
|
-
|
|
5242
|
-
|
|
5243
|
-
|
|
5244
|
-
|
|
5245
|
-
|
|
5246
|
-
|
|
5247
|
-
|
|
5248
|
-
|
|
5249
|
-
|
|
5250
|
-
|
|
5251
|
-
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
|
|
5256
|
-
],
|
|
5257
|
-
"transitions": [
|
|
5258
|
-
{
|
|
5259
|
-
"from": "browsing",
|
|
5260
|
-
"to": "browsing",
|
|
5261
|
-
"event": "INIT",
|
|
5262
|
-
"effects": [
|
|
5263
|
-
[
|
|
5264
|
-
"ref",
|
|
5265
|
-
"ReviewIssue"
|
|
5068
|
+
"effects": {
|
|
5069
|
+
"INIT": [
|
|
5070
|
+
[
|
|
5071
|
+
"ref",
|
|
5072
|
+
"ReviewIssue"
|
|
5073
|
+
],
|
|
5074
|
+
[
|
|
5075
|
+
"render-ui",
|
|
5076
|
+
"main",
|
|
5077
|
+
{
|
|
5078
|
+
"type": "dashboard-layout",
|
|
5079
|
+
"appName": "Code Reviewer",
|
|
5080
|
+
"navItems": [
|
|
5081
|
+
{
|
|
5082
|
+
"label": "Review",
|
|
5083
|
+
"href": "/review",
|
|
5084
|
+
"icon": "file-search"
|
|
5085
|
+
},
|
|
5086
|
+
{
|
|
5087
|
+
"label": "Analysis",
|
|
5088
|
+
"href": "/analysis",
|
|
5089
|
+
"icon": "tag"
|
|
5090
|
+
},
|
|
5091
|
+
{
|
|
5092
|
+
"label": "Issues",
|
|
5093
|
+
"href": "/issues",
|
|
5094
|
+
"icon": "alert-triangle"
|
|
5095
|
+
}
|
|
5266
5096
|
],
|
|
5267
|
-
[
|
|
5268
|
-
"render-ui",
|
|
5269
|
-
"main",
|
|
5097
|
+
"children": [
|
|
5270
5098
|
{
|
|
5271
|
-
"type": "
|
|
5272
|
-
"
|
|
5273
|
-
"
|
|
5274
|
-
|
|
5275
|
-
"label": "Review",
|
|
5276
|
-
"href": "/review",
|
|
5277
|
-
"icon": "file-search"
|
|
5278
|
-
},
|
|
5279
|
-
{
|
|
5280
|
-
"label": "Analysis",
|
|
5281
|
-
"href": "/analysis",
|
|
5282
|
-
"icon": "tag"
|
|
5283
|
-
},
|
|
5284
|
-
{
|
|
5285
|
-
"label": "Issues",
|
|
5286
|
-
"href": "/issues",
|
|
5287
|
-
"icon": "alert-triangle"
|
|
5288
|
-
}
|
|
5289
|
-
],
|
|
5099
|
+
"type": "stack",
|
|
5100
|
+
"direction": "vertical",
|
|
5101
|
+
"gap": "lg",
|
|
5102
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
5290
5103
|
"children": [
|
|
5291
5104
|
{
|
|
5292
5105
|
"type": "stack",
|
|
5293
|
-
"direction": "
|
|
5294
|
-
"gap": "
|
|
5295
|
-
"
|
|
5106
|
+
"direction": "horizontal",
|
|
5107
|
+
"gap": "md",
|
|
5108
|
+
"justify": "space-between",
|
|
5109
|
+
"align": "center",
|
|
5296
5110
|
"children": [
|
|
5297
5111
|
{
|
|
5298
5112
|
"type": "stack",
|
|
5299
5113
|
"direction": "horizontal",
|
|
5300
|
-
"gap": "
|
|
5301
|
-
"justify": "space-between",
|
|
5114
|
+
"gap": "sm",
|
|
5302
5115
|
"align": "center",
|
|
5303
5116
|
"children": [
|
|
5304
5117
|
{
|
|
5305
|
-
"type": "
|
|
5306
|
-
"
|
|
5307
|
-
"
|
|
5308
|
-
"align": "center",
|
|
5309
|
-
"children": [
|
|
5310
|
-
{
|
|
5311
|
-
"type": "icon",
|
|
5312
|
-
"name": "alert-triangle",
|
|
5313
|
-
"size": "lg"
|
|
5314
|
-
},
|
|
5315
|
-
{
|
|
5316
|
-
"type": "typography",
|
|
5317
|
-
"content": "Issues",
|
|
5318
|
-
"variant": "h2"
|
|
5319
|
-
}
|
|
5320
|
-
]
|
|
5321
|
-
}
|
|
5322
|
-
]
|
|
5323
|
-
},
|
|
5324
|
-
{
|
|
5325
|
-
"type": "divider"
|
|
5326
|
-
},
|
|
5327
|
-
{
|
|
5328
|
-
"type": "data-grid",
|
|
5329
|
-
"entity": "ReviewIssue",
|
|
5330
|
-
"emptyIcon": "inbox",
|
|
5331
|
-
"emptyTitle": "No issues found",
|
|
5332
|
-
"emptyDescription": "The review found no issues.",
|
|
5333
|
-
"itemActions": [
|
|
5334
|
-
{
|
|
5335
|
-
"label": "View",
|
|
5336
|
-
"event": "VIEW",
|
|
5337
|
-
"variant": "ghost",
|
|
5338
|
-
"size": "sm"
|
|
5339
|
-
}
|
|
5340
|
-
],
|
|
5341
|
-
"columns": [
|
|
5342
|
-
{
|
|
5343
|
-
"name": "description",
|
|
5344
|
-
"label": "Description",
|
|
5345
|
-
"variant": "h4",
|
|
5346
|
-
"icon": "alert-triangle"
|
|
5118
|
+
"type": "icon",
|
|
5119
|
+
"name": "alert-triangle",
|
|
5120
|
+
"size": "lg"
|
|
5347
5121
|
},
|
|
5348
5122
|
{
|
|
5349
|
-
"
|
|
5350
|
-
"
|
|
5351
|
-
"variant": "
|
|
5352
|
-
"colorMap": {
|
|
5353
|
-
"active": "success",
|
|
5354
|
-
"completed": "success",
|
|
5355
|
-
"done": "success",
|
|
5356
|
-
"pending": "warning",
|
|
5357
|
-
"draft": "warning",
|
|
5358
|
-
"scheduled": "warning",
|
|
5359
|
-
"inactive": "neutral",
|
|
5360
|
-
"archived": "neutral",
|
|
5361
|
-
"disabled": "neutral",
|
|
5362
|
-
"error": "destructive",
|
|
5363
|
-
"cancelled": "destructive",
|
|
5364
|
-
"failed": "destructive"
|
|
5365
|
-
}
|
|
5123
|
+
"type": "typography",
|
|
5124
|
+
"content": "Issues",
|
|
5125
|
+
"variant": "h2"
|
|
5366
5126
|
}
|
|
5367
5127
|
]
|
|
5128
|
+
}
|
|
5129
|
+
]
|
|
5130
|
+
},
|
|
5131
|
+
{
|
|
5132
|
+
"type": "divider"
|
|
5133
|
+
},
|
|
5134
|
+
{
|
|
5135
|
+
"type": "data-grid",
|
|
5136
|
+
"entity": "ReviewIssue",
|
|
5137
|
+
"emptyIcon": "inbox",
|
|
5138
|
+
"emptyTitle": "No issues found",
|
|
5139
|
+
"emptyDescription": "The review found no issues.",
|
|
5140
|
+
"itemActions": [
|
|
5141
|
+
{
|
|
5142
|
+
"label": "View",
|
|
5143
|
+
"event": "VIEW",
|
|
5144
|
+
"variant": "ghost",
|
|
5145
|
+
"size": "sm"
|
|
5146
|
+
}
|
|
5147
|
+
],
|
|
5148
|
+
"columns": [
|
|
5149
|
+
{
|
|
5150
|
+
"name": "description",
|
|
5151
|
+
"label": "Description",
|
|
5152
|
+
"variant": "h4",
|
|
5153
|
+
"icon": "alert-triangle"
|
|
5368
5154
|
},
|
|
5369
5155
|
{
|
|
5370
|
-
"
|
|
5371
|
-
"
|
|
5372
|
-
"
|
|
5373
|
-
"
|
|
5374
|
-
|
|
5156
|
+
"name": "severity",
|
|
5157
|
+
"label": "Severity",
|
|
5158
|
+
"variant": "badge",
|
|
5159
|
+
"colorMap": {
|
|
5160
|
+
"active": "success",
|
|
5161
|
+
"completed": "success",
|
|
5162
|
+
"done": "success",
|
|
5163
|
+
"pending": "warning",
|
|
5164
|
+
"draft": "warning",
|
|
5165
|
+
"scheduled": "warning",
|
|
5166
|
+
"inactive": "neutral",
|
|
5167
|
+
"archived": "neutral",
|
|
5168
|
+
"disabled": "neutral",
|
|
5169
|
+
"error": "destructive",
|
|
5170
|
+
"cancelled": "destructive",
|
|
5171
|
+
"failed": "destructive"
|
|
5172
|
+
}
|
|
5375
5173
|
}
|
|
5376
5174
|
]
|
|
5175
|
+
},
|
|
5176
|
+
{
|
|
5177
|
+
"type": "floating-action-button",
|
|
5178
|
+
"icon": "plus",
|
|
5179
|
+
"event": "INIT",
|
|
5180
|
+
"label": "Create",
|
|
5181
|
+
"tooltip": "Create"
|
|
5377
5182
|
}
|
|
5378
5183
|
]
|
|
5379
5184
|
}
|
|
5380
5185
|
]
|
|
5381
|
-
|
|
5382
|
-
|
|
5186
|
+
}
|
|
5187
|
+
]
|
|
5383
5188
|
]
|
|
5384
|
-
}
|
|
5385
|
-
"listens": [
|
|
5386
|
-
{
|
|
5387
|
-
"event": "REVIEW_COMPLETE",
|
|
5388
|
-
"triggers": "INIT",
|
|
5389
|
-
"scope": "external"
|
|
5390
|
-
}
|
|
5391
|
-
]
|
|
5189
|
+
}
|
|
5392
5190
|
}
|
|
5393
5191
|
],
|
|
5394
5192
|
"pages": [
|
|
@@ -5403,6 +5201,5 @@
|
|
|
5403
5201
|
}
|
|
5404
5202
|
]
|
|
5405
5203
|
}
|
|
5406
|
-
]
|
|
5407
|
-
|
|
5408
|
-
}
|
|
5204
|
+
]
|
|
5205
|
+
}
|