@almadar/std 5.2.2 → 5.3.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 +213 -10
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +55 -4
- package/behaviors/exports/atoms/std-agent-classifier.orb +8 -4
- package/behaviors/exports/atoms/std-agent-completion.orb +8 -4
- package/behaviors/exports/atoms/std-agent-context-window.orb +4 -4
- package/behaviors/exports/atoms/std-agent-conversation.orb +71 -4
- package/behaviors/exports/atoms/std-agent-memory.orb +12 -4
- package/behaviors/exports/atoms/std-agent-provider.orb +8 -4
- package/behaviors/exports/atoms/std-agent-search.orb +4 -4
- package/behaviors/exports/atoms/std-agent-session.orb +16 -4
- package/behaviors/exports/atoms/std-agent-step-progress.orb +4 -4
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -4
- package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -4
- package/behaviors/exports/atoms/std-async.orb +8 -4
- package/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/behaviors/exports/atoms/std-browse.orb +4 -4
- package/behaviors/exports/atoms/std-cache-aside.orb +8 -4
- package/behaviors/exports/atoms/std-calendar.orb +4 -4
- package/behaviors/exports/atoms/std-circuit-breaker.orb +4 -4
- package/behaviors/exports/atoms/std-collision.orb +4 -4
- package/behaviors/exports/atoms/std-combat-log.orb +4 -4
- package/behaviors/exports/atoms/std-combat.orb +4 -4
- package/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/behaviors/exports/atoms/std-dialogue-box.orb +4 -4
- package/behaviors/exports/atoms/std-display.orb +4 -4
- package/behaviors/exports/atoms/std-drawer.orb +4 -4
- package/behaviors/exports/atoms/std-filter.orb +4 -4
- package/behaviors/exports/atoms/std-flip-card.orb +4 -4
- package/behaviors/exports/atoms/std-gallery.orb +4 -4
- package/behaviors/exports/atoms/std-game-audio.orb +4 -4
- package/behaviors/exports/atoms/std-game-canvas2d.orb +2 -3
- package/behaviors/exports/atoms/std-game-canvas3d.orb +2 -3
- package/behaviors/exports/atoms/std-game-hud.orb +4 -4
- package/behaviors/exports/atoms/std-game-menu.orb +4 -4
- package/behaviors/exports/atoms/std-game-over-screen.orb +4 -4
- package/behaviors/exports/atoms/std-gameflow.orb +4 -4
- package/behaviors/exports/atoms/std-input.orb +4 -4
- package/behaviors/exports/atoms/std-inventory-panel.orb +8 -4
- package/behaviors/exports/atoms/std-isometric-canvas.orb +4 -4
- package/behaviors/exports/atoms/std-loading.orb +4 -4
- package/behaviors/exports/atoms/std-modal.orb +4 -4
- package/behaviors/exports/atoms/std-movement.orb +4 -4
- package/behaviors/exports/atoms/std-notification.orb +4 -4
- package/behaviors/exports/atoms/std-overworld.orb +4 -4
- package/behaviors/exports/atoms/std-pagination.orb +4 -4
- package/behaviors/exports/atoms/std-physics2d.orb +4 -4
- package/behaviors/exports/atoms/std-platformer-canvas.orb +4 -4
- package/behaviors/exports/atoms/std-quest.orb +8 -4
- package/behaviors/exports/atoms/std-rate-limiter.orb +4 -4
- package/behaviors/exports/atoms/std-rating.orb +4 -4
- package/behaviors/exports/atoms/std-score-board.orb +4 -4
- package/behaviors/exports/atoms/std-score.orb +4 -4
- package/behaviors/exports/atoms/std-search.orb +4 -4
- package/behaviors/exports/atoms/std-selection.orb +4 -4
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +15 -4
- package/behaviors/exports/atoms/std-service-custom-header.orb +17 -4
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +11 -4
- package/behaviors/exports/atoms/std-service-custom-query.orb +17 -4
- package/behaviors/exports/atoms/std-service-email.orb +4 -4
- package/behaviors/exports/atoms/std-service-github.orb +4 -4
- package/behaviors/exports/atoms/std-service-llm.orb +4 -4
- package/behaviors/exports/atoms/std-service-oauth.orb +4 -4
- package/behaviors/exports/atoms/std-service-redis.orb +4 -4
- package/behaviors/exports/atoms/std-service-storage.orb +4 -4
- package/behaviors/exports/atoms/std-service-stripe.orb +4 -4
- package/behaviors/exports/atoms/std-service-twilio.orb +4 -4
- package/behaviors/exports/atoms/std-service-youtube.orb +4 -4
- package/behaviors/exports/atoms/std-simulation-canvas.orb +4 -4
- package/behaviors/exports/atoms/std-sort.orb +4 -4
- package/behaviors/exports/atoms/std-sprite.orb +4 -4
- package/behaviors/exports/atoms/std-tabs.orb +4 -4
- package/behaviors/exports/atoms/std-text-effects.orb +4 -4
- package/behaviors/exports/atoms/std-theme.orb +4 -4
- package/behaviors/exports/atoms/std-timer.orb +4 -4
- package/behaviors/exports/atoms/std-undo.orb +4 -4
- package/behaviors/exports/atoms/std-upload.orb +4 -4
- package/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/behaviors/exports/atoms/std-wizard.orb +4 -4
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1720 -1139
- package/behaviors/exports/molecules/std-agent-learner.orb +851 -622
- package/behaviors/exports/molecules/std-agent-planner.orb +869 -617
- package/behaviors/exports/molecules/std-agent-rag.orb +765 -563
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +2838 -898
- package/behaviors/exports/molecules/std-builder-game.orb +4 -4
- package/behaviors/exports/molecules/std-cart.orb +317 -195
- package/behaviors/exports/molecules/std-classifier-game.orb +4 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +4 -4
- package/behaviors/exports/molecules/std-detail.orb +469 -308
- package/behaviors/exports/molecules/std-event-handler-game.orb +4 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +8 -4
- package/behaviors/exports/molecules/std-geospatial.orb +518 -362
- package/behaviors/exports/molecules/std-inventory.orb +649 -389
- package/behaviors/exports/molecules/std-list.orb +870 -527
- package/behaviors/exports/molecules/std-messaging.orb +454 -294
- package/behaviors/exports/molecules/std-negotiator-game.orb +4 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +4 -4
- package/behaviors/exports/molecules/std-puzzle-game.orb +4 -4
- package/behaviors/exports/molecules/std-quiz.orb +4 -4
- package/behaviors/exports/molecules/std-sequencer-game.orb +4 -4
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -4
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +42 -4
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -4
- package/behaviors/exports/molecules/std-service-notification-hub.orb +4 -4
- package/behaviors/exports/molecules/std-service-payment-flow.orb +4 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +4 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +4 -4
- package/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/behaviors/exports/organisms/std-agent-builder.orb +1309 -787
- package/behaviors/exports/organisms/std-agent-pipeline.orb +1271 -748
- package/behaviors/exports/organisms/std-agent-reviewer.orb +370 -292
- package/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/behaviors/exports/organisms/std-api-gateway.orb +16 -4
- package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/behaviors/exports/organisms/std-booking-system.orb +28 -4
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +20 -4
- package/behaviors/exports/organisms/std-cms.orb +32 -4
- package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/behaviors/exports/organisms/std-crm.orb +32 -4
- package/behaviors/exports/organisms/std-devops-dashboard.orb +16 -4
- package/behaviors/exports/organisms/std-ecommerce.orb +36 -4
- package/behaviors/exports/organisms/std-finance-tracker.orb +20 -4
- package/behaviors/exports/organisms/std-healthcare.orb +32 -4
- package/behaviors/exports/organisms/std-helpdesk.orb +20 -4
- package/behaviors/exports/organisms/std-hr-portal.orb +28 -4
- package/behaviors/exports/organisms/std-iot-dashboard.orb +16 -4
- package/behaviors/exports/organisms/std-lms.orb +16 -4
- package/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/behaviors/exports/organisms/std-platformer-app.orb +16 -4
- package/behaviors/exports/organisms/std-project-manager.orb +28 -4
- package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +20 -4
- package/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/behaviors/exports/organisms/std-service-marketplace.orb +36 -8
- package/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
- package/behaviors/exports/organisms/std-social-feed.orb +12 -4
- 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 +20 -4
- package/behaviors/exports/validation-report.json +1803 -1
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +213 -10
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +55 -4
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +4 -4
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +71 -4
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-search.orb +4 -4
- package/dist/behaviors/exports/atoms/std-agent-session.orb +16 -4
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +4 -4
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -4
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -4
- package/dist/behaviors/exports/atoms/std-async.orb +8 -4
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/behaviors/exports/atoms/std-browse.orb +4 -4
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +8 -4
- package/dist/behaviors/exports/atoms/std-calendar.orb +4 -4
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +4 -4
- package/dist/behaviors/exports/atoms/std-collision.orb +4 -4
- package/dist/behaviors/exports/atoms/std-combat-log.orb +4 -4
- package/dist/behaviors/exports/atoms/std-combat.orb +4 -4
- package/dist/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +4 -4
- package/dist/behaviors/exports/atoms/std-display.orb +4 -4
- package/dist/behaviors/exports/atoms/std-drawer.orb +4 -4
- package/dist/behaviors/exports/atoms/std-filter.orb +4 -4
- package/dist/behaviors/exports/atoms/std-flip-card.orb +4 -4
- package/dist/behaviors/exports/atoms/std-gallery.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-audio.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +2 -3
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +2 -3
- package/dist/behaviors/exports/atoms/std-game-hud.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-menu.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +4 -4
- package/dist/behaviors/exports/atoms/std-gameflow.orb +4 -4
- package/dist/behaviors/exports/atoms/std-input.orb +4 -4
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +8 -4
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +4 -4
- package/dist/behaviors/exports/atoms/std-loading.orb +4 -4
- package/dist/behaviors/exports/atoms/std-modal.orb +4 -4
- package/dist/behaviors/exports/atoms/std-movement.orb +4 -4
- package/dist/behaviors/exports/atoms/std-notification.orb +4 -4
- package/dist/behaviors/exports/atoms/std-overworld.orb +4 -4
- package/dist/behaviors/exports/atoms/std-pagination.orb +4 -4
- package/dist/behaviors/exports/atoms/std-physics2d.orb +4 -4
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +4 -4
- package/dist/behaviors/exports/atoms/std-quest.orb +8 -4
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +4 -4
- package/dist/behaviors/exports/atoms/std-rating.orb +4 -4
- package/dist/behaviors/exports/atoms/std-score-board.orb +4 -4
- package/dist/behaviors/exports/atoms/std-score.orb +4 -4
- package/dist/behaviors/exports/atoms/std-search.orb +4 -4
- package/dist/behaviors/exports/atoms/std-selection.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +15 -4
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +17 -4
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +11 -4
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +17 -4
- package/dist/behaviors/exports/atoms/std-service-email.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-github.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-llm.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-redis.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-storage.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +4 -4
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +4 -4
- package/dist/behaviors/exports/atoms/std-sort.orb +4 -4
- package/dist/behaviors/exports/atoms/std-sprite.orb +4 -4
- package/dist/behaviors/exports/atoms/std-tabs.orb +4 -4
- package/dist/behaviors/exports/atoms/std-text-effects.orb +4 -4
- package/dist/behaviors/exports/atoms/std-theme.orb +4 -4
- package/dist/behaviors/exports/atoms/std-timer.orb +4 -4
- package/dist/behaviors/exports/atoms/std-undo.orb +4 -4
- package/dist/behaviors/exports/atoms/std-upload.orb +4 -4
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/behaviors/exports/atoms/std-wizard.orb +4 -4
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1720 -1139
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +851 -622
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +869 -617
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +765 -563
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +2838 -898
- package/dist/behaviors/exports/molecules/std-builder-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +317 -195
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +469 -308
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +8 -4
- package/dist/behaviors/exports/molecules/std-geospatial.orb +518 -362
- package/dist/behaviors/exports/molecules/std-inventory.orb +649 -389
- package/dist/behaviors/exports/molecules/std-list.orb +870 -527
- package/dist/behaviors/exports/molecules/std-messaging.orb +454 -294
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-quiz.orb +4 -4
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -4
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +42 -4
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -4
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +4 -4
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +4 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +4 -4
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +1309 -787
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +1271 -748
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +370 -292
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +16 -4
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +28 -4
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +20 -4
- package/dist/behaviors/exports/organisms/std-cms.orb +32 -4
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/behaviors/exports/organisms/std-crm.orb +32 -4
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +16 -4
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +36 -4
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +20 -4
- package/dist/behaviors/exports/organisms/std-healthcare.orb +32 -4
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +20 -4
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +28 -4
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +16 -4
- package/dist/behaviors/exports/organisms/std-lms.orb +16 -4
- package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +16 -4
- package/dist/behaviors/exports/organisms/std-project-manager.orb +28 -4
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +20 -4
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +36 -8
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
- package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -4
- 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 +20 -4
- package/dist/behaviors/exports/validation-report.json +1803 -1
- package/dist/behaviors/exports-reader.js +208 -193
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +113 -113
- package/dist/behaviors/functions/index.js +208 -194
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +209 -194
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +208 -193
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +213 -10
- package/dist/exports/atoms/std-agent-chat-thread.orb +55 -4
- package/dist/exports/atoms/std-agent-classifier.orb +8 -4
- package/dist/exports/atoms/std-agent-completion.orb +8 -4
- package/dist/exports/atoms/std-agent-context-window.orb +4 -4
- package/dist/exports/atoms/std-agent-conversation.orb +71 -4
- package/dist/exports/atoms/std-agent-memory.orb +12 -4
- package/dist/exports/atoms/std-agent-provider.orb +8 -4
- package/dist/exports/atoms/std-agent-search.orb +4 -4
- package/dist/exports/atoms/std-agent-session.orb +16 -4
- package/dist/exports/atoms/std-agent-step-progress.orb +4 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +4 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +8 -4
- package/dist/exports/atoms/std-async.orb +8 -4
- package/dist/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/exports/atoms/std-browse.orb +4 -4
- package/dist/exports/atoms/std-cache-aside.orb +8 -4
- package/dist/exports/atoms/std-calendar.orb +4 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +4 -4
- package/dist/exports/atoms/std-collision.orb +4 -4
- package/dist/exports/atoms/std-combat-log.orb +4 -4
- package/dist/exports/atoms/std-combat.orb +4 -4
- package/dist/exports/atoms/std-confirmation.orb +4 -4
- package/dist/exports/atoms/std-dialogue-box.orb +4 -4
- package/dist/exports/atoms/std-display.orb +4 -4
- package/dist/exports/atoms/std-drawer.orb +4 -4
- package/dist/exports/atoms/std-filter.orb +4 -4
- package/dist/exports/atoms/std-flip-card.orb +4 -4
- package/dist/exports/atoms/std-gallery.orb +4 -4
- package/dist/exports/atoms/std-game-audio.orb +4 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +2 -3
- package/dist/exports/atoms/std-game-canvas3d.orb +2 -3
- package/dist/exports/atoms/std-game-hud.orb +4 -4
- package/dist/exports/atoms/std-game-menu.orb +4 -4
- package/dist/exports/atoms/std-game-over-screen.orb +4 -4
- package/dist/exports/atoms/std-gameflow.orb +4 -4
- package/dist/exports/atoms/std-input.orb +4 -4
- package/dist/exports/atoms/std-inventory-panel.orb +8 -4
- package/dist/exports/atoms/std-isometric-canvas.orb +4 -4
- package/dist/exports/atoms/std-loading.orb +4 -4
- package/dist/exports/atoms/std-modal.orb +4 -4
- package/dist/exports/atoms/std-movement.orb +4 -4
- package/dist/exports/atoms/std-notification.orb +4 -4
- package/dist/exports/atoms/std-overworld.orb +4 -4
- package/dist/exports/atoms/std-pagination.orb +4 -4
- package/dist/exports/atoms/std-physics2d.orb +4 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +4 -4
- package/dist/exports/atoms/std-quest.orb +8 -4
- package/dist/exports/atoms/std-rate-limiter.orb +4 -4
- package/dist/exports/atoms/std-rating.orb +4 -4
- package/dist/exports/atoms/std-score-board.orb +4 -4
- package/dist/exports/atoms/std-score.orb +4 -4
- package/dist/exports/atoms/std-search.orb +4 -4
- package/dist/exports/atoms/std-selection.orb +4 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +15 -4
- package/dist/exports/atoms/std-service-custom-header.orb +17 -4
- package/dist/exports/atoms/std-service-custom-noauth.orb +11 -4
- package/dist/exports/atoms/std-service-custom-query.orb +17 -4
- package/dist/exports/atoms/std-service-email.orb +4 -4
- package/dist/exports/atoms/std-service-github.orb +4 -4
- package/dist/exports/atoms/std-service-llm.orb +4 -4
- package/dist/exports/atoms/std-service-oauth.orb +4 -4
- package/dist/exports/atoms/std-service-redis.orb +4 -4
- package/dist/exports/atoms/std-service-storage.orb +4 -4
- package/dist/exports/atoms/std-service-stripe.orb +4 -4
- package/dist/exports/atoms/std-service-twilio.orb +4 -4
- package/dist/exports/atoms/std-service-youtube.orb +4 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +4 -4
- package/dist/exports/atoms/std-sort.orb +4 -4
- package/dist/exports/atoms/std-sprite.orb +4 -4
- package/dist/exports/atoms/std-tabs.orb +4 -4
- package/dist/exports/atoms/std-text-effects.orb +4 -4
- package/dist/exports/atoms/std-theme.orb +4 -4
- package/dist/exports/atoms/std-timer.orb +4 -4
- package/dist/exports/atoms/std-undo.orb +4 -4
- package/dist/exports/atoms/std-upload.orb +4 -4
- package/dist/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/exports/atoms/std-wizard.orb +4 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1720 -1139
- package/dist/exports/molecules/std-agent-learner.orb +851 -622
- package/dist/exports/molecules/std-agent-planner.orb +869 -617
- package/dist/exports/molecules/std-agent-rag.orb +765 -563
- package/dist/exports/molecules/std-agent-tool-loop.orb +2838 -898
- package/dist/exports/molecules/std-builder-game.orb +4 -4
- package/dist/exports/molecules/std-cart.orb +317 -195
- package/dist/exports/molecules/std-classifier-game.orb +4 -4
- package/dist/exports/molecules/std-debugger-game.orb +4 -4
- package/dist/exports/molecules/std-detail.orb +469 -308
- package/dist/exports/molecules/std-event-handler-game.orb +4 -4
- package/dist/exports/molecules/std-form-advanced.orb +8 -4
- package/dist/exports/molecules/std-geospatial.orb +518 -362
- package/dist/exports/molecules/std-inventory.orb +649 -389
- package/dist/exports/molecules/std-list.orb +870 -527
- package/dist/exports/molecules/std-messaging.orb +454 -294
- package/dist/exports/molecules/std-negotiator-game.orb +4 -4
- package/dist/exports/molecules/std-platformer-game.orb +4 -4
- package/dist/exports/molecules/std-puzzle-game.orb +4 -4
- package/dist/exports/molecules/std-quiz.orb +4 -4
- package/dist/exports/molecules/std-sequencer-game.orb +4 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +4 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +42 -4
- package/dist/exports/molecules/std-service-devops-toolkit.orb +4 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +4 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +4 -4
- package/dist/exports/molecules/std-simulator-game.orb +4 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +4 -4
- package/dist/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/exports/organisms/std-agent-builder.orb +1309 -787
- package/dist/exports/organisms/std-agent-pipeline.orb +1271 -748
- package/dist/exports/organisms/std-agent-reviewer.orb +370 -292
- package/dist/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/exports/organisms/std-api-gateway.orb +16 -4
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +28 -4
- package/dist/exports/organisms/std-cicd-pipeline.orb +20 -4
- package/dist/exports/organisms/std-cms.orb +32 -4
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +32 -4
- package/dist/exports/organisms/std-devops-dashboard.orb +16 -4
- package/dist/exports/organisms/std-ecommerce.orb +36 -4
- package/dist/exports/organisms/std-finance-tracker.orb +20 -4
- package/dist/exports/organisms/std-healthcare.orb +32 -4
- package/dist/exports/organisms/std-helpdesk.orb +20 -4
- package/dist/exports/organisms/std-hr-portal.orb +28 -4
- package/dist/exports/organisms/std-iot-dashboard.orb +16 -4
- package/dist/exports/organisms/std-lms.orb +16 -4
- package/dist/exports/organisms/std-logic-training.orb +4 -4
- package/dist/exports/organisms/std-platformer-app.orb +16 -4
- package/dist/exports/organisms/std-project-manager.orb +28 -4
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +20 -4
- package/dist/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/exports/organisms/std-service-marketplace.orb +36 -8
- package/dist/exports/organisms/std-service-research-assistant.orb +15 -4
- package/dist/exports/organisms/std-social-feed.orb +12 -4
- 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 +20 -4
- package/dist/exports/validation-report.json +1803 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +209 -194
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
|
@@ -1,20 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Schema Builder",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Schema builder agent organism. Full build cycle that plans, generates, validates, and fixes .orb programs. Composes planner + tool-loop + fix-loop molecules with session management and tabbed views.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "BuildPlanOrbital",
|
|
8
|
-
"uses": [
|
|
9
|
-
{
|
|
10
|
-
"from": "std/behaviors/std-agent-step-progress",
|
|
11
|
-
"as": "AgentStepProgress"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"from": "std/behaviors/std-tabs",
|
|
15
|
-
"as": "Tabs"
|
|
16
|
-
}
|
|
17
|
-
],
|
|
18
7
|
"entity": {
|
|
19
8
|
"name": "BuildPlan",
|
|
20
9
|
"persistence": "runtime",
|
|
@@ -1726,6 +1715,10 @@
|
|
|
1726
1715
|
}
|
|
1727
1716
|
]
|
|
1728
1717
|
}
|
|
1718
|
+
],
|
|
1719
|
+
[
|
|
1720
|
+
"notify",
|
|
1721
|
+
"BuildPlan created successfully"
|
|
1729
1722
|
]
|
|
1730
1723
|
]
|
|
1731
1724
|
}
|
|
@@ -2126,6 +2119,10 @@
|
|
|
2126
2119
|
}
|
|
2127
2120
|
]
|
|
2128
2121
|
}
|
|
2122
|
+
],
|
|
2123
|
+
[
|
|
2124
|
+
"notify",
|
|
2125
|
+
"BuildPlan created successfully"
|
|
2129
2126
|
]
|
|
2130
2127
|
]
|
|
2131
2128
|
}
|
|
@@ -5477,6 +5474,10 @@
|
|
|
5477
5474
|
}
|
|
5478
5475
|
]
|
|
5479
5476
|
}
|
|
5477
|
+
],
|
|
5478
|
+
[
|
|
5479
|
+
"notify",
|
|
5480
|
+
"BuildLoop created successfully"
|
|
5480
5481
|
]
|
|
5481
5482
|
]
|
|
5482
5483
|
}
|
|
@@ -5863,6 +5864,10 @@
|
|
|
5863
5864
|
}
|
|
5864
5865
|
]
|
|
5865
5866
|
}
|
|
5867
|
+
],
|
|
5868
|
+
[
|
|
5869
|
+
"notify",
|
|
5870
|
+
"BuildLoop created successfully"
|
|
5866
5871
|
]
|
|
5867
5872
|
]
|
|
5868
5873
|
}
|
|
@@ -10971,6 +10976,10 @@
|
|
|
10971
10976
|
}
|
|
10972
10977
|
]
|
|
10973
10978
|
}
|
|
10979
|
+
],
|
|
10980
|
+
[
|
|
10981
|
+
"notify",
|
|
10982
|
+
"BuildFix created successfully"
|
|
10974
10983
|
]
|
|
10975
10984
|
]
|
|
10976
10985
|
}
|
|
@@ -11357,6 +11366,10 @@
|
|
|
11357
11366
|
}
|
|
11358
11367
|
]
|
|
11359
11368
|
}
|
|
11369
|
+
],
|
|
11370
|
+
[
|
|
11371
|
+
"notify",
|
|
11372
|
+
"BuildFix created successfully"
|
|
11360
11373
|
]
|
|
11361
11374
|
]
|
|
11362
11375
|
}
|
|
@@ -11757,6 +11770,10 @@
|
|
|
11757
11770
|
}
|
|
11758
11771
|
]
|
|
11759
11772
|
}
|
|
11773
|
+
],
|
|
11774
|
+
[
|
|
11775
|
+
"notify",
|
|
11776
|
+
"BuildFix created successfully"
|
|
11760
11777
|
]
|
|
11761
11778
|
]
|
|
11762
11779
|
}
|
|
@@ -12192,6 +12209,10 @@
|
|
|
12192
12209
|
[
|
|
12193
12210
|
"emit",
|
|
12194
12211
|
"LABELED"
|
|
12212
|
+
],
|
|
12213
|
+
[
|
|
12214
|
+
"notify",
|
|
12215
|
+
"BuildSession updated successfully"
|
|
12195
12216
|
]
|
|
12196
12217
|
]
|
|
12197
12218
|
}
|
|
@@ -12379,6 +12400,10 @@
|
|
|
12379
12400
|
[
|
|
12380
12401
|
"emit",
|
|
12381
12402
|
"FORKED"
|
|
12403
|
+
],
|
|
12404
|
+
[
|
|
12405
|
+
"notify",
|
|
12406
|
+
"BuildSession created successfully"
|
|
12382
12407
|
]
|
|
12383
12408
|
]
|
|
12384
12409
|
},
|
|
@@ -12412,6 +12437,10 @@
|
|
|
12412
12437
|
[
|
|
12413
12438
|
"emit",
|
|
12414
12439
|
"FORKED"
|
|
12440
|
+
],
|
|
12441
|
+
[
|
|
12442
|
+
"notify",
|
|
12443
|
+
"BuildSession created successfully"
|
|
12415
12444
|
]
|
|
12416
12445
|
]
|
|
12417
12446
|
},
|
|
@@ -12637,116 +12666,146 @@
|
|
|
12637
12666
|
},
|
|
12638
12667
|
"traits": [
|
|
12639
12668
|
{
|
|
12640
|
-
"ref": "Tabs.traits.TabContentTabs",
|
|
12641
12669
|
"name": "BuilderTabs",
|
|
12642
12670
|
"linkedEntity": "BuildTask",
|
|
12643
|
-
"
|
|
12644
|
-
|
|
12645
|
-
|
|
12646
|
-
|
|
12647
|
-
"
|
|
12648
|
-
|
|
12649
|
-
|
|
12650
|
-
|
|
12651
|
-
|
|
12652
|
-
|
|
12653
|
-
|
|
12654
|
-
|
|
12655
|
-
|
|
12656
|
-
|
|
12657
|
-
|
|
12658
|
-
|
|
12659
|
-
|
|
12660
|
-
|
|
12661
|
-
|
|
12662
|
-
|
|
12663
|
-
|
|
12664
|
-
|
|
12665
|
-
|
|
12666
|
-
|
|
12667
|
-
|
|
12668
|
-
|
|
12669
|
-
|
|
12670
|
-
|
|
12671
|
+
"category": "interaction",
|
|
12672
|
+
"stateMachine": {
|
|
12673
|
+
"states": [
|
|
12674
|
+
{
|
|
12675
|
+
"name": "idle",
|
|
12676
|
+
"isInitial": true
|
|
12677
|
+
}
|
|
12678
|
+
],
|
|
12679
|
+
"events": [
|
|
12680
|
+
{
|
|
12681
|
+
"key": "INIT",
|
|
12682
|
+
"name": "Initialize"
|
|
12683
|
+
},
|
|
12684
|
+
{
|
|
12685
|
+
"key": "SELECT_TAB",
|
|
12686
|
+
"name": "Select Tab",
|
|
12687
|
+
"payload": [
|
|
12688
|
+
{
|
|
12689
|
+
"name": "tab",
|
|
12690
|
+
"type": "string",
|
|
12691
|
+
"required": true
|
|
12692
|
+
}
|
|
12693
|
+
]
|
|
12694
|
+
}
|
|
12695
|
+
],
|
|
12696
|
+
"transitions": [
|
|
12697
|
+
{
|
|
12698
|
+
"from": "idle",
|
|
12699
|
+
"to": "idle",
|
|
12700
|
+
"event": "INIT",
|
|
12701
|
+
"effects": [
|
|
12702
|
+
[
|
|
12703
|
+
"fetch",
|
|
12704
|
+
"BuildTask"
|
|
12671
12705
|
],
|
|
12672
|
-
|
|
12706
|
+
[
|
|
12707
|
+
"render-ui",
|
|
12708
|
+
"main",
|
|
12673
12709
|
{
|
|
12674
|
-
"type": "
|
|
12675
|
-
"
|
|
12676
|
-
"
|
|
12677
|
-
"children": [
|
|
12678
|
-
{
|
|
12679
|
-
"type": "stack",
|
|
12680
|
-
"direction": "horizontal",
|
|
12681
|
-
"gap": "sm",
|
|
12682
|
-
"align": "center",
|
|
12683
|
-
"children": [
|
|
12684
|
-
{
|
|
12685
|
-
"type": "icon",
|
|
12686
|
-
"name": "hammer",
|
|
12687
|
-
"size": "lg"
|
|
12688
|
-
},
|
|
12689
|
-
{
|
|
12690
|
-
"type": "typography",
|
|
12691
|
-
"content": "Schema Builder",
|
|
12692
|
-
"variant": "h2"
|
|
12693
|
-
}
|
|
12694
|
-
]
|
|
12695
|
-
},
|
|
12710
|
+
"type": "dashboard-layout",
|
|
12711
|
+
"appName": "Schema Builder",
|
|
12712
|
+
"navItems": [
|
|
12696
12713
|
{
|
|
12697
|
-
"
|
|
12714
|
+
"label": "Plan",
|
|
12715
|
+
"href": "/plan",
|
|
12716
|
+
"icon": "clipboard-list"
|
|
12698
12717
|
},
|
|
12699
12718
|
{
|
|
12700
|
-
"
|
|
12701
|
-
"
|
|
12702
|
-
|
|
12703
|
-
"label": "Plan",
|
|
12704
|
-
"value": "plan"
|
|
12705
|
-
},
|
|
12706
|
-
{
|
|
12707
|
-
"label": "Build",
|
|
12708
|
-
"value": "build"
|
|
12709
|
-
},
|
|
12710
|
-
{
|
|
12711
|
-
"label": "Validate",
|
|
12712
|
-
"value": "validate"
|
|
12713
|
-
},
|
|
12714
|
-
{
|
|
12715
|
-
"label": "Fix",
|
|
12716
|
-
"value": "fix"
|
|
12717
|
-
}
|
|
12718
|
-
],
|
|
12719
|
-
"defaultActiveTab": "plan",
|
|
12720
|
-
"onTabChange": "SELECT_TAB"
|
|
12719
|
+
"label": "Build",
|
|
12720
|
+
"href": "/build",
|
|
12721
|
+
"icon": "hammer"
|
|
12721
12722
|
},
|
|
12722
12723
|
{
|
|
12723
|
-
"
|
|
12724
|
-
|
|
12724
|
+
"label": "Fix",
|
|
12725
|
+
"href": "/fix",
|
|
12726
|
+
"icon": "wrench"
|
|
12727
|
+
}
|
|
12728
|
+
],
|
|
12729
|
+
"children": [
|
|
12725
12730
|
{
|
|
12726
|
-
"type": "
|
|
12727
|
-
"
|
|
12728
|
-
"
|
|
12729
|
-
"
|
|
12730
|
-
"emptyDescription": "Add buildtasks to see them here.",
|
|
12731
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
12732
|
-
"renderItem": [
|
|
12733
|
-
"fn",
|
|
12734
|
-
"item",
|
|
12731
|
+
"type": "stack",
|
|
12732
|
+
"direction": "vertical",
|
|
12733
|
+
"gap": "lg",
|
|
12734
|
+
"children": [
|
|
12735
12735
|
{
|
|
12736
12736
|
"type": "stack",
|
|
12737
|
-
"direction": "
|
|
12737
|
+
"direction": "horizontal",
|
|
12738
12738
|
"gap": "sm",
|
|
12739
|
+
"align": "center",
|
|
12739
12740
|
"children": [
|
|
12740
12741
|
{
|
|
12741
|
-
"type": "
|
|
12742
|
-
"
|
|
12743
|
-
"
|
|
12742
|
+
"type": "icon",
|
|
12743
|
+
"name": "hammer",
|
|
12744
|
+
"size": "lg"
|
|
12744
12745
|
},
|
|
12745
12746
|
{
|
|
12746
12747
|
"type": "typography",
|
|
12747
|
-
"
|
|
12748
|
-
"
|
|
12749
|
-
|
|
12748
|
+
"content": "Schema Builder",
|
|
12749
|
+
"variant": "h2"
|
|
12750
|
+
}
|
|
12751
|
+
]
|
|
12752
|
+
},
|
|
12753
|
+
{
|
|
12754
|
+
"type": "divider"
|
|
12755
|
+
},
|
|
12756
|
+
{
|
|
12757
|
+
"type": "tabs",
|
|
12758
|
+
"tabs": [
|
|
12759
|
+
{
|
|
12760
|
+
"label": "Plan",
|
|
12761
|
+
"value": "plan"
|
|
12762
|
+
},
|
|
12763
|
+
{
|
|
12764
|
+
"label": "Build",
|
|
12765
|
+
"value": "build"
|
|
12766
|
+
},
|
|
12767
|
+
{
|
|
12768
|
+
"label": "Validate",
|
|
12769
|
+
"value": "validate"
|
|
12770
|
+
},
|
|
12771
|
+
{
|
|
12772
|
+
"label": "Fix",
|
|
12773
|
+
"value": "fix"
|
|
12774
|
+
}
|
|
12775
|
+
],
|
|
12776
|
+
"defaultActiveTab": "plan",
|
|
12777
|
+
"onTabChange": "SELECT_TAB"
|
|
12778
|
+
},
|
|
12779
|
+
{
|
|
12780
|
+
"type": "divider"
|
|
12781
|
+
},
|
|
12782
|
+
{
|
|
12783
|
+
"type": "data-grid",
|
|
12784
|
+
"entity": "BuildTask",
|
|
12785
|
+
"emptyIcon": "inbox",
|
|
12786
|
+
"emptyTitle": "No buildtasks yet",
|
|
12787
|
+
"emptyDescription": "Add buildtasks to see them here.",
|
|
12788
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
12789
|
+
"renderItem": [
|
|
12790
|
+
"fn",
|
|
12791
|
+
"item",
|
|
12792
|
+
{
|
|
12793
|
+
"type": "stack",
|
|
12794
|
+
"direction": "vertical",
|
|
12795
|
+
"gap": "sm",
|
|
12796
|
+
"children": [
|
|
12797
|
+
{
|
|
12798
|
+
"type": "typography",
|
|
12799
|
+
"variant": "h4",
|
|
12800
|
+
"content": "@item.prompt"
|
|
12801
|
+
},
|
|
12802
|
+
{
|
|
12803
|
+
"type": "typography",
|
|
12804
|
+
"variant": "caption",
|
|
12805
|
+
"color": "muted",
|
|
12806
|
+
"content": "@item.plan"
|
|
12807
|
+
}
|
|
12808
|
+
]
|
|
12750
12809
|
}
|
|
12751
12810
|
]
|
|
12752
12811
|
}
|
|
@@ -12755,133 +12814,138 @@
|
|
|
12755
12814
|
]
|
|
12756
12815
|
}
|
|
12757
12816
|
]
|
|
12758
|
-
|
|
12759
|
-
|
|
12760
|
-
|
|
12761
|
-
|
|
12762
|
-
|
|
12763
|
-
"
|
|
12764
|
-
"
|
|
12765
|
-
|
|
12766
|
-
|
|
12767
|
-
|
|
12768
|
-
"main",
|
|
12769
|
-
{
|
|
12770
|
-
"type": "dashboard-layout",
|
|
12771
|
-
"appName": "Schema Builder",
|
|
12772
|
-
"navItems": [
|
|
12773
|
-
{
|
|
12774
|
-
"label": "Plan",
|
|
12775
|
-
"href": "/plan",
|
|
12776
|
-
"icon": "clipboard-list"
|
|
12777
|
-
},
|
|
12778
|
-
{
|
|
12779
|
-
"label": "Build",
|
|
12780
|
-
"href": "/build",
|
|
12781
|
-
"icon": "hammer"
|
|
12782
|
-
},
|
|
12783
|
-
{
|
|
12784
|
-
"label": "Fix",
|
|
12785
|
-
"href": "/fix",
|
|
12786
|
-
"icon": "wrench"
|
|
12787
|
-
}
|
|
12817
|
+
]
|
|
12818
|
+
},
|
|
12819
|
+
{
|
|
12820
|
+
"from": "idle",
|
|
12821
|
+
"to": "idle",
|
|
12822
|
+
"event": "SELECT_TAB",
|
|
12823
|
+
"effects": [
|
|
12824
|
+
[
|
|
12825
|
+
"fetch",
|
|
12826
|
+
"BuildTask"
|
|
12788
12827
|
],
|
|
12789
|
-
|
|
12828
|
+
[
|
|
12829
|
+
"render-ui",
|
|
12830
|
+
"main",
|
|
12790
12831
|
{
|
|
12791
|
-
"type": "
|
|
12792
|
-
"
|
|
12793
|
-
"
|
|
12794
|
-
"children": [
|
|
12795
|
-
{
|
|
12796
|
-
"type": "stack",
|
|
12797
|
-
"direction": "horizontal",
|
|
12798
|
-
"gap": "sm",
|
|
12799
|
-
"align": "center",
|
|
12800
|
-
"children": [
|
|
12801
|
-
{
|
|
12802
|
-
"type": "icon",
|
|
12803
|
-
"name": "hammer",
|
|
12804
|
-
"size": "lg"
|
|
12805
|
-
},
|
|
12806
|
-
{
|
|
12807
|
-
"type": "typography",
|
|
12808
|
-
"content": "Schema Builder",
|
|
12809
|
-
"variant": "h2"
|
|
12810
|
-
}
|
|
12811
|
-
]
|
|
12812
|
-
},
|
|
12832
|
+
"type": "dashboard-layout",
|
|
12833
|
+
"appName": "Schema Builder",
|
|
12834
|
+
"navItems": [
|
|
12813
12835
|
{
|
|
12814
|
-
"
|
|
12836
|
+
"label": "Plan",
|
|
12837
|
+
"href": "/plan",
|
|
12838
|
+
"icon": "clipboard-list"
|
|
12815
12839
|
},
|
|
12816
12840
|
{
|
|
12817
|
-
"
|
|
12818
|
-
"
|
|
12819
|
-
|
|
12820
|
-
"label": "Plan",
|
|
12821
|
-
"value": "plan"
|
|
12822
|
-
},
|
|
12823
|
-
{
|
|
12824
|
-
"label": "Build",
|
|
12825
|
-
"value": "build"
|
|
12826
|
-
},
|
|
12827
|
-
{
|
|
12828
|
-
"label": "Validate",
|
|
12829
|
-
"value": "validate"
|
|
12830
|
-
},
|
|
12831
|
-
{
|
|
12832
|
-
"label": "Fix",
|
|
12833
|
-
"value": "fix"
|
|
12834
|
-
}
|
|
12835
|
-
],
|
|
12836
|
-
"defaultActiveTab": "plan",
|
|
12837
|
-
"activeTab": "@payload.tab",
|
|
12838
|
-
"onTabChange": "SELECT_TAB"
|
|
12841
|
+
"label": "Build",
|
|
12842
|
+
"href": "/build",
|
|
12843
|
+
"icon": "hammer"
|
|
12839
12844
|
},
|
|
12840
12845
|
{
|
|
12841
|
-
"
|
|
12842
|
-
|
|
12846
|
+
"label": "Fix",
|
|
12847
|
+
"href": "/fix",
|
|
12848
|
+
"icon": "wrench"
|
|
12849
|
+
}
|
|
12850
|
+
],
|
|
12851
|
+
"children": [
|
|
12843
12852
|
{
|
|
12844
|
-
"type": "
|
|
12845
|
-
"
|
|
12846
|
-
"
|
|
12847
|
-
"
|
|
12848
|
-
"emptyDescription": "Add buildtasks to see them here.",
|
|
12849
|
-
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
12850
|
-
"renderItem": [
|
|
12851
|
-
"fn",
|
|
12852
|
-
"item",
|
|
12853
|
+
"type": "stack",
|
|
12854
|
+
"direction": "vertical",
|
|
12855
|
+
"gap": "lg",
|
|
12856
|
+
"children": [
|
|
12853
12857
|
{
|
|
12854
12858
|
"type": "stack",
|
|
12855
|
-
"direction": "
|
|
12859
|
+
"direction": "horizontal",
|
|
12856
12860
|
"gap": "sm",
|
|
12861
|
+
"align": "center",
|
|
12857
12862
|
"children": [
|
|
12858
12863
|
{
|
|
12859
|
-
"type": "
|
|
12860
|
-
"
|
|
12861
|
-
"
|
|
12864
|
+
"type": "icon",
|
|
12865
|
+
"name": "hammer",
|
|
12866
|
+
"size": "lg"
|
|
12862
12867
|
},
|
|
12863
12868
|
{
|
|
12864
12869
|
"type": "typography",
|
|
12865
|
-
"
|
|
12866
|
-
"
|
|
12867
|
-
"content": "@item.plan"
|
|
12870
|
+
"content": "Schema Builder",
|
|
12871
|
+
"variant": "h2"
|
|
12868
12872
|
}
|
|
12869
12873
|
]
|
|
12870
|
-
}
|
|
12871
|
-
|
|
12872
|
-
|
|
12873
|
-
|
|
12874
|
-
|
|
12875
|
-
|
|
12876
|
-
|
|
12877
|
-
|
|
12878
|
-
|
|
12879
|
-
|
|
12880
|
-
|
|
12881
|
-
|
|
12882
|
-
|
|
12883
|
-
|
|
12884
|
-
|
|
12874
|
+
},
|
|
12875
|
+
{
|
|
12876
|
+
"type": "divider"
|
|
12877
|
+
},
|
|
12878
|
+
{
|
|
12879
|
+
"type": "tabs",
|
|
12880
|
+
"tabs": [
|
|
12881
|
+
{
|
|
12882
|
+
"label": "Plan",
|
|
12883
|
+
"value": "plan"
|
|
12884
|
+
},
|
|
12885
|
+
{
|
|
12886
|
+
"label": "Build",
|
|
12887
|
+
"value": "build"
|
|
12888
|
+
},
|
|
12889
|
+
{
|
|
12890
|
+
"label": "Validate",
|
|
12891
|
+
"value": "validate"
|
|
12892
|
+
},
|
|
12893
|
+
{
|
|
12894
|
+
"label": "Fix",
|
|
12895
|
+
"value": "fix"
|
|
12896
|
+
}
|
|
12897
|
+
],
|
|
12898
|
+
"defaultActiveTab": "plan",
|
|
12899
|
+
"activeTab": "@payload.tab",
|
|
12900
|
+
"onTabChange": "SELECT_TAB"
|
|
12901
|
+
},
|
|
12902
|
+
{
|
|
12903
|
+
"type": "divider"
|
|
12904
|
+
},
|
|
12905
|
+
{
|
|
12906
|
+
"type": "data-grid",
|
|
12907
|
+
"entity": "BuildTask",
|
|
12908
|
+
"emptyIcon": "inbox",
|
|
12909
|
+
"emptyTitle": "No buildtasks yet",
|
|
12910
|
+
"emptyDescription": "Add buildtasks to see them here.",
|
|
12911
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
12912
|
+
"renderItem": [
|
|
12913
|
+
"fn",
|
|
12914
|
+
"item",
|
|
12915
|
+
{
|
|
12916
|
+
"type": "stack",
|
|
12917
|
+
"direction": "vertical",
|
|
12918
|
+
"gap": "sm",
|
|
12919
|
+
"children": [
|
|
12920
|
+
{
|
|
12921
|
+
"type": "typography",
|
|
12922
|
+
"variant": "h4",
|
|
12923
|
+
"content": "@item.prompt"
|
|
12924
|
+
},
|
|
12925
|
+
{
|
|
12926
|
+
"type": "typography",
|
|
12927
|
+
"variant": "caption",
|
|
12928
|
+
"color": "muted",
|
|
12929
|
+
"content": "@item.plan"
|
|
12930
|
+
}
|
|
12931
|
+
]
|
|
12932
|
+
}
|
|
12933
|
+
]
|
|
12934
|
+
}
|
|
12935
|
+
]
|
|
12936
|
+
}
|
|
12937
|
+
]
|
|
12938
|
+
}
|
|
12939
|
+
]
|
|
12940
|
+
]
|
|
12941
|
+
}
|
|
12942
|
+
]
|
|
12943
|
+
}
|
|
12944
|
+
}
|
|
12945
|
+
],
|
|
12946
|
+
"pages": [
|
|
12947
|
+
{
|
|
12948
|
+
"name": "BuilderNavPage",
|
|
12885
12949
|
"path": "/builder/nav",
|
|
12886
12950
|
"traits": [
|
|
12887
12951
|
{
|
|
@@ -12926,713 +12990,1170 @@
|
|
|
12926
12990
|
},
|
|
12927
12991
|
"traits": [
|
|
12928
12992
|
{
|
|
12929
|
-
"ref": "AgentStepProgress.traits.AgentStepProgressProgress",
|
|
12930
12993
|
"name": "BuildStepProgress",
|
|
12931
12994
|
"linkedEntity": "BuildProgress",
|
|
12932
|
-
"
|
|
12933
|
-
|
|
12934
|
-
|
|
12935
|
-
|
|
12936
|
-
|
|
12937
|
-
|
|
12938
|
-
[
|
|
12939
|
-
"render-ui",
|
|
12940
|
-
"main",
|
|
12995
|
+
"category": "interaction",
|
|
12996
|
+
"emits": [
|
|
12997
|
+
{
|
|
12998
|
+
"event": "ADVANCE",
|
|
12999
|
+
"scope": "external",
|
|
13000
|
+
"payload": [
|
|
12941
13001
|
{
|
|
12942
|
-
"
|
|
12943
|
-
"
|
|
12944
|
-
|
|
12945
|
-
|
|
12946
|
-
|
|
12947
|
-
|
|
12948
|
-
|
|
12949
|
-
|
|
12950
|
-
|
|
12951
|
-
|
|
12952
|
-
|
|
12953
|
-
|
|
12954
|
-
|
|
12955
|
-
|
|
12956
|
-
|
|
12957
|
-
|
|
12958
|
-
|
|
12959
|
-
|
|
13002
|
+
"name": "step",
|
|
13003
|
+
"type": "number"
|
|
13004
|
+
}
|
|
13005
|
+
]
|
|
13006
|
+
},
|
|
13007
|
+
{
|
|
13008
|
+
"event": "COMPLETE",
|
|
13009
|
+
"scope": "external",
|
|
13010
|
+
"payload": [
|
|
13011
|
+
{
|
|
13012
|
+
"name": "totalSteps",
|
|
13013
|
+
"type": "number"
|
|
13014
|
+
}
|
|
13015
|
+
]
|
|
13016
|
+
},
|
|
13017
|
+
{
|
|
13018
|
+
"event": "FAIL",
|
|
13019
|
+
"scope": "external",
|
|
13020
|
+
"payload": [
|
|
13021
|
+
{
|
|
13022
|
+
"name": "step",
|
|
13023
|
+
"type": "number"
|
|
13024
|
+
}
|
|
13025
|
+
]
|
|
13026
|
+
}
|
|
13027
|
+
],
|
|
13028
|
+
"listens": [
|
|
13029
|
+
{
|
|
13030
|
+
"event": "ADVANCE",
|
|
13031
|
+
"triggers": "ADVANCE",
|
|
13032
|
+
"scope": "external"
|
|
13033
|
+
},
|
|
13034
|
+
{
|
|
13035
|
+
"event": "COMPLETE",
|
|
13036
|
+
"triggers": "COMPLETE",
|
|
13037
|
+
"scope": "external"
|
|
13038
|
+
},
|
|
13039
|
+
{
|
|
13040
|
+
"event": "FAIL",
|
|
13041
|
+
"triggers": "FAIL",
|
|
13042
|
+
"scope": "external"
|
|
13043
|
+
}
|
|
13044
|
+
],
|
|
13045
|
+
"stateMachine": {
|
|
13046
|
+
"states": [
|
|
13047
|
+
{
|
|
13048
|
+
"name": "idle",
|
|
13049
|
+
"isInitial": true
|
|
13050
|
+
},
|
|
13051
|
+
{
|
|
13052
|
+
"name": "in_progress"
|
|
13053
|
+
},
|
|
13054
|
+
{
|
|
13055
|
+
"name": "completed"
|
|
13056
|
+
},
|
|
13057
|
+
{
|
|
13058
|
+
"name": "failed"
|
|
13059
|
+
}
|
|
13060
|
+
],
|
|
13061
|
+
"events": [
|
|
13062
|
+
{
|
|
13063
|
+
"key": "INIT",
|
|
13064
|
+
"name": "Initialize"
|
|
13065
|
+
},
|
|
13066
|
+
{
|
|
13067
|
+
"key": "START",
|
|
13068
|
+
"name": "Start Pipeline"
|
|
13069
|
+
},
|
|
13070
|
+
{
|
|
13071
|
+
"key": "ADVANCE",
|
|
13072
|
+
"name": "Advance Step"
|
|
13073
|
+
},
|
|
13074
|
+
{
|
|
13075
|
+
"key": "COMPLETE",
|
|
13076
|
+
"name": "Complete Pipeline"
|
|
13077
|
+
},
|
|
13078
|
+
{
|
|
13079
|
+
"key": "FAIL",
|
|
13080
|
+
"name": "Pipeline Failed"
|
|
13081
|
+
},
|
|
13082
|
+
{
|
|
13083
|
+
"key": "RESET",
|
|
13084
|
+
"name": "Reset Pipeline"
|
|
13085
|
+
}
|
|
13086
|
+
],
|
|
13087
|
+
"transitions": [
|
|
13088
|
+
{
|
|
13089
|
+
"from": "idle",
|
|
13090
|
+
"to": "idle",
|
|
13091
|
+
"event": "INIT",
|
|
13092
|
+
"effects": [
|
|
13093
|
+
[
|
|
13094
|
+
"fetch",
|
|
13095
|
+
"BuildProgress"
|
|
12960
13096
|
],
|
|
12961
|
-
|
|
13097
|
+
[
|
|
13098
|
+
"render-ui",
|
|
13099
|
+
"main",
|
|
12962
13100
|
{
|
|
12963
|
-
"type": "
|
|
12964
|
-
"
|
|
12965
|
-
"
|
|
12966
|
-
"children": [
|
|
13101
|
+
"type": "dashboard-layout",
|
|
13102
|
+
"appName": "Schema Builder",
|
|
13103
|
+
"navItems": [
|
|
12967
13104
|
{
|
|
12968
|
-
"
|
|
12969
|
-
"
|
|
12970
|
-
"
|
|
12971
|
-
"align": "center",
|
|
12972
|
-
"children": [
|
|
12973
|
-
{
|
|
12974
|
-
"type": "icon",
|
|
12975
|
-
"name": "list-ordered",
|
|
12976
|
-
"size": "lg"
|
|
12977
|
-
},
|
|
12978
|
-
{
|
|
12979
|
-
"type": "typography",
|
|
12980
|
-
"content": "BuildProgress",
|
|
12981
|
-
"variant": "h2"
|
|
12982
|
-
},
|
|
12983
|
-
{
|
|
12984
|
-
"type": "badge",
|
|
12985
|
-
"label": "Idle",
|
|
12986
|
-
"variant": "default"
|
|
12987
|
-
}
|
|
12988
|
-
]
|
|
13105
|
+
"label": "Plan",
|
|
13106
|
+
"href": "/plan",
|
|
13107
|
+
"icon": "clipboard-list"
|
|
12989
13108
|
},
|
|
12990
13109
|
{
|
|
12991
|
-
"
|
|
13110
|
+
"label": "Build",
|
|
13111
|
+
"href": "/build",
|
|
13112
|
+
"icon": "hammer"
|
|
12992
13113
|
},
|
|
12993
13114
|
{
|
|
12994
|
-
"
|
|
12995
|
-
"
|
|
12996
|
-
"
|
|
12997
|
-
|
|
12998
|
-
|
|
12999
|
-
|
|
13000
|
-
|
|
13115
|
+
"label": "Fix",
|
|
13116
|
+
"href": "/fix",
|
|
13117
|
+
"icon": "wrench"
|
|
13118
|
+
}
|
|
13119
|
+
],
|
|
13120
|
+
"children": [
|
|
13121
|
+
{
|
|
13122
|
+
"type": "stack",
|
|
13123
|
+
"direction": "vertical",
|
|
13124
|
+
"gap": "lg",
|
|
13125
|
+
"children": [
|
|
13001
13126
|
{
|
|
13002
|
-
"
|
|
13003
|
-
"
|
|
13127
|
+
"type": "stack",
|
|
13128
|
+
"direction": "horizontal",
|
|
13129
|
+
"gap": "sm",
|
|
13130
|
+
"align": "center",
|
|
13131
|
+
"children": [
|
|
13132
|
+
{
|
|
13133
|
+
"type": "icon",
|
|
13134
|
+
"name": "list-ordered",
|
|
13135
|
+
"size": "lg"
|
|
13136
|
+
},
|
|
13137
|
+
{
|
|
13138
|
+
"type": "typography",
|
|
13139
|
+
"content": "BuildProgress",
|
|
13140
|
+
"variant": "h2"
|
|
13141
|
+
},
|
|
13142
|
+
{
|
|
13143
|
+
"type": "badge",
|
|
13144
|
+
"label": "Idle",
|
|
13145
|
+
"variant": "default"
|
|
13146
|
+
}
|
|
13147
|
+
]
|
|
13004
13148
|
},
|
|
13005
13149
|
{
|
|
13006
|
-
"
|
|
13007
|
-
"title": "Validate"
|
|
13150
|
+
"type": "divider"
|
|
13008
13151
|
},
|
|
13009
13152
|
{
|
|
13010
|
-
"
|
|
13011
|
-
"
|
|
13153
|
+
"type": "wizard-progress",
|
|
13154
|
+
"currentStep": "@entity.currentStep",
|
|
13155
|
+
"steps": [
|
|
13156
|
+
{
|
|
13157
|
+
"id": "0",
|
|
13158
|
+
"title": "Plan"
|
|
13159
|
+
},
|
|
13160
|
+
{
|
|
13161
|
+
"id": "1",
|
|
13162
|
+
"title": "Generate"
|
|
13163
|
+
},
|
|
13164
|
+
{
|
|
13165
|
+
"id": "2",
|
|
13166
|
+
"title": "Validate"
|
|
13167
|
+
},
|
|
13168
|
+
{
|
|
13169
|
+
"id": "3",
|
|
13170
|
+
"title": "Fix"
|
|
13171
|
+
},
|
|
13172
|
+
{
|
|
13173
|
+
"id": "4",
|
|
13174
|
+
"title": "Done"
|
|
13175
|
+
}
|
|
13176
|
+
]
|
|
13012
13177
|
},
|
|
13013
13178
|
{
|
|
13014
|
-
"
|
|
13015
|
-
"
|
|
13179
|
+
"type": "button",
|
|
13180
|
+
"label": "Start",
|
|
13181
|
+
"event": "START",
|
|
13182
|
+
"variant": "primary",
|
|
13183
|
+
"icon": "play"
|
|
13016
13184
|
}
|
|
13017
13185
|
]
|
|
13018
|
-
},
|
|
13019
|
-
{
|
|
13020
|
-
"type": "button",
|
|
13021
|
-
"label": "Start",
|
|
13022
|
-
"event": "START",
|
|
13023
|
-
"variant": "primary",
|
|
13024
|
-
"icon": "play"
|
|
13025
13186
|
}
|
|
13026
13187
|
]
|
|
13027
13188
|
}
|
|
13028
13189
|
]
|
|
13029
|
-
|
|
13030
|
-
|
|
13031
|
-
|
|
13032
|
-
|
|
13033
|
-
|
|
13034
|
-
"
|
|
13035
|
-
"
|
|
13036
|
-
|
|
13037
|
-
|
|
13038
|
-
|
|
13039
|
-
|
|
13040
|
-
|
|
13041
|
-
|
|
13042
|
-
|
|
13043
|
-
|
|
13044
|
-
|
|
13045
|
-
|
|
13046
|
-
|
|
13047
|
-
|
|
13048
|
-
|
|
13049
|
-
|
|
13050
|
-
|
|
13051
|
-
"
|
|
13052
|
-
"
|
|
13053
|
-
|
|
13054
|
-
|
|
13055
|
-
|
|
13056
|
-
|
|
13057
|
-
|
|
13058
|
-
|
|
13059
|
-
|
|
13060
|
-
|
|
13061
|
-
|
|
13062
|
-
|
|
13063
|
-
|
|
13064
|
-
|
|
13190
|
+
]
|
|
13191
|
+
},
|
|
13192
|
+
{
|
|
13193
|
+
"from": "idle",
|
|
13194
|
+
"to": "in_progress",
|
|
13195
|
+
"event": "START",
|
|
13196
|
+
"effects": [
|
|
13197
|
+
[
|
|
13198
|
+
"set",
|
|
13199
|
+
"@entity.status",
|
|
13200
|
+
"in_progress"
|
|
13201
|
+
],
|
|
13202
|
+
[
|
|
13203
|
+
"set",
|
|
13204
|
+
"@entity.currentStep",
|
|
13205
|
+
0
|
|
13206
|
+
],
|
|
13207
|
+
[
|
|
13208
|
+
"render-ui",
|
|
13209
|
+
"main",
|
|
13210
|
+
{
|
|
13211
|
+
"type": "dashboard-layout",
|
|
13212
|
+
"appName": "Schema Builder",
|
|
13213
|
+
"navItems": [
|
|
13214
|
+
{
|
|
13215
|
+
"label": "Plan",
|
|
13216
|
+
"href": "/plan",
|
|
13217
|
+
"icon": "clipboard-list"
|
|
13218
|
+
},
|
|
13219
|
+
{
|
|
13220
|
+
"label": "Build",
|
|
13221
|
+
"href": "/build",
|
|
13222
|
+
"icon": "hammer"
|
|
13223
|
+
},
|
|
13224
|
+
{
|
|
13225
|
+
"label": "Fix",
|
|
13226
|
+
"href": "/fix",
|
|
13227
|
+
"icon": "wrench"
|
|
13228
|
+
}
|
|
13229
|
+
],
|
|
13230
|
+
"children": [
|
|
13231
|
+
{
|
|
13232
|
+
"type": "stack",
|
|
13233
|
+
"direction": "vertical",
|
|
13234
|
+
"gap": "lg",
|
|
13235
|
+
"children": [
|
|
13236
|
+
{
|
|
13237
|
+
"type": "stack",
|
|
13238
|
+
"direction": "horizontal",
|
|
13239
|
+
"gap": "sm",
|
|
13240
|
+
"align": "center",
|
|
13241
|
+
"children": [
|
|
13242
|
+
{
|
|
13243
|
+
"type": "icon",
|
|
13244
|
+
"name": "loader",
|
|
13245
|
+
"size": "lg"
|
|
13246
|
+
},
|
|
13247
|
+
{
|
|
13248
|
+
"type": "typography",
|
|
13249
|
+
"content": "BuildProgress",
|
|
13250
|
+
"variant": "h2"
|
|
13251
|
+
},
|
|
13252
|
+
{
|
|
13253
|
+
"type": "badge",
|
|
13254
|
+
"label": "In Progress",
|
|
13255
|
+
"variant": "warning"
|
|
13256
|
+
}
|
|
13257
|
+
]
|
|
13258
|
+
},
|
|
13259
|
+
{
|
|
13260
|
+
"type": "divider"
|
|
13261
|
+
},
|
|
13262
|
+
{
|
|
13263
|
+
"type": "wizard-progress",
|
|
13264
|
+
"currentStep": "@entity.currentStep",
|
|
13265
|
+
"steps": [
|
|
13266
|
+
{
|
|
13267
|
+
"id": "0",
|
|
13268
|
+
"title": "Plan"
|
|
13269
|
+
},
|
|
13270
|
+
{
|
|
13271
|
+
"id": "1",
|
|
13272
|
+
"title": "Generate"
|
|
13273
|
+
},
|
|
13274
|
+
{
|
|
13275
|
+
"id": "2",
|
|
13276
|
+
"title": "Validate"
|
|
13277
|
+
},
|
|
13278
|
+
{
|
|
13279
|
+
"id": "3",
|
|
13280
|
+
"title": "Fix"
|
|
13281
|
+
},
|
|
13282
|
+
{
|
|
13283
|
+
"id": "4",
|
|
13284
|
+
"title": "Done"
|
|
13285
|
+
}
|
|
13286
|
+
]
|
|
13287
|
+
},
|
|
13288
|
+
{
|
|
13289
|
+
"type": "stack",
|
|
13290
|
+
"direction": "horizontal",
|
|
13291
|
+
"gap": "sm",
|
|
13292
|
+
"align": "center",
|
|
13293
|
+
"children": [
|
|
13294
|
+
{
|
|
13295
|
+
"type": "stat-display",
|
|
13296
|
+
"label": "Current Step",
|
|
13297
|
+
"value": "@entity.currentStep"
|
|
13298
|
+
},
|
|
13299
|
+
{
|
|
13300
|
+
"type": "stat-display",
|
|
13301
|
+
"label": "Total Steps",
|
|
13302
|
+
"value": "@entity.totalSteps"
|
|
13303
|
+
}
|
|
13304
|
+
]
|
|
13305
|
+
},
|
|
13306
|
+
{
|
|
13307
|
+
"type": "stack",
|
|
13308
|
+
"direction": "horizontal",
|
|
13309
|
+
"gap": "sm",
|
|
13310
|
+
"children": [
|
|
13311
|
+
{
|
|
13312
|
+
"type": "button",
|
|
13313
|
+
"label": "Advance",
|
|
13314
|
+
"event": "ADVANCE",
|
|
13315
|
+
"variant": "primary",
|
|
13316
|
+
"icon": "chevron-right"
|
|
13317
|
+
},
|
|
13318
|
+
{
|
|
13319
|
+
"type": "button",
|
|
13320
|
+
"label": "Reset",
|
|
13321
|
+
"event": "RESET",
|
|
13322
|
+
"variant": "ghost",
|
|
13323
|
+
"icon": "rotate-ccw"
|
|
13324
|
+
}
|
|
13325
|
+
]
|
|
13326
|
+
}
|
|
13327
|
+
]
|
|
13328
|
+
}
|
|
13329
|
+
]
|
|
13330
|
+
}
|
|
13331
|
+
]
|
|
13332
|
+
]
|
|
13333
|
+
},
|
|
13334
|
+
{
|
|
13335
|
+
"from": "in_progress",
|
|
13336
|
+
"to": "in_progress",
|
|
13337
|
+
"event": "ADVANCE",
|
|
13338
|
+
"guard": [
|
|
13339
|
+
"<",
|
|
13340
|
+
"@entity.currentStep",
|
|
13341
|
+
"@entity.totalSteps"
|
|
13342
|
+
],
|
|
13343
|
+
"effects": [
|
|
13344
|
+
[
|
|
13345
|
+
"set",
|
|
13346
|
+
"@entity.currentStep",
|
|
13347
|
+
[
|
|
13348
|
+
"+",
|
|
13349
|
+
"@entity.currentStep",
|
|
13350
|
+
1
|
|
13351
|
+
]
|
|
13352
|
+
],
|
|
13353
|
+
[
|
|
13354
|
+
"render-ui",
|
|
13355
|
+
"main",
|
|
13356
|
+
{
|
|
13357
|
+
"type": "dashboard-layout",
|
|
13358
|
+
"appName": "Schema Builder",
|
|
13359
|
+
"navItems": [
|
|
13360
|
+
{
|
|
13361
|
+
"label": "Plan",
|
|
13362
|
+
"href": "/plan",
|
|
13363
|
+
"icon": "clipboard-list"
|
|
13364
|
+
},
|
|
13365
|
+
{
|
|
13366
|
+
"label": "Build",
|
|
13367
|
+
"href": "/build",
|
|
13368
|
+
"icon": "hammer"
|
|
13369
|
+
},
|
|
13370
|
+
{
|
|
13371
|
+
"label": "Fix",
|
|
13372
|
+
"href": "/fix",
|
|
13373
|
+
"icon": "wrench"
|
|
13374
|
+
}
|
|
13375
|
+
],
|
|
13376
|
+
"children": [
|
|
13377
|
+
{
|
|
13378
|
+
"type": "stack",
|
|
13379
|
+
"direction": "vertical",
|
|
13380
|
+
"gap": "lg",
|
|
13381
|
+
"children": [
|
|
13382
|
+
{
|
|
13383
|
+
"type": "stack",
|
|
13384
|
+
"direction": "horizontal",
|
|
13385
|
+
"gap": "sm",
|
|
13386
|
+
"align": "center",
|
|
13387
|
+
"children": [
|
|
13388
|
+
{
|
|
13389
|
+
"type": "icon",
|
|
13390
|
+
"name": "loader",
|
|
13391
|
+
"size": "lg"
|
|
13392
|
+
},
|
|
13393
|
+
{
|
|
13394
|
+
"type": "typography",
|
|
13395
|
+
"content": "BuildProgress",
|
|
13396
|
+
"variant": "h2"
|
|
13397
|
+
},
|
|
13398
|
+
{
|
|
13399
|
+
"type": "badge",
|
|
13400
|
+
"label": "In Progress",
|
|
13401
|
+
"variant": "warning"
|
|
13402
|
+
}
|
|
13403
|
+
]
|
|
13404
|
+
},
|
|
13405
|
+
{
|
|
13406
|
+
"type": "divider"
|
|
13407
|
+
},
|
|
13408
|
+
{
|
|
13409
|
+
"type": "wizard-progress",
|
|
13410
|
+
"currentStep": "@entity.currentStep",
|
|
13411
|
+
"steps": [
|
|
13412
|
+
{
|
|
13413
|
+
"id": "0",
|
|
13414
|
+
"title": "Plan"
|
|
13415
|
+
},
|
|
13416
|
+
{
|
|
13417
|
+
"id": "1",
|
|
13418
|
+
"title": "Generate"
|
|
13419
|
+
},
|
|
13420
|
+
{
|
|
13421
|
+
"id": "2",
|
|
13422
|
+
"title": "Validate"
|
|
13423
|
+
},
|
|
13424
|
+
{
|
|
13425
|
+
"id": "3",
|
|
13426
|
+
"title": "Fix"
|
|
13427
|
+
},
|
|
13428
|
+
{
|
|
13429
|
+
"id": "4",
|
|
13430
|
+
"title": "Done"
|
|
13431
|
+
}
|
|
13432
|
+
]
|
|
13433
|
+
},
|
|
13434
|
+
{
|
|
13435
|
+
"type": "stack",
|
|
13436
|
+
"direction": "horizontal",
|
|
13437
|
+
"gap": "sm",
|
|
13438
|
+
"align": "center",
|
|
13439
|
+
"children": [
|
|
13440
|
+
{
|
|
13441
|
+
"type": "stat-display",
|
|
13442
|
+
"label": "Current Step",
|
|
13443
|
+
"value": "@entity.currentStep"
|
|
13444
|
+
},
|
|
13445
|
+
{
|
|
13446
|
+
"type": "stat-display",
|
|
13447
|
+
"label": "Total Steps",
|
|
13448
|
+
"value": "@entity.totalSteps"
|
|
13449
|
+
}
|
|
13450
|
+
]
|
|
13451
|
+
},
|
|
13452
|
+
{
|
|
13453
|
+
"type": "stack",
|
|
13454
|
+
"direction": "horizontal",
|
|
13455
|
+
"gap": "sm",
|
|
13456
|
+
"children": [
|
|
13457
|
+
{
|
|
13458
|
+
"type": "button",
|
|
13459
|
+
"label": "Advance",
|
|
13460
|
+
"event": "ADVANCE",
|
|
13461
|
+
"variant": "primary",
|
|
13462
|
+
"icon": "chevron-right"
|
|
13463
|
+
},
|
|
13464
|
+
{
|
|
13465
|
+
"type": "button",
|
|
13466
|
+
"label": "Reset",
|
|
13467
|
+
"event": "RESET",
|
|
13468
|
+
"variant": "ghost",
|
|
13469
|
+
"icon": "rotate-ccw"
|
|
13470
|
+
}
|
|
13471
|
+
]
|
|
13472
|
+
}
|
|
13473
|
+
]
|
|
13474
|
+
}
|
|
13475
|
+
]
|
|
13476
|
+
}
|
|
13477
|
+
]
|
|
13478
|
+
]
|
|
13479
|
+
},
|
|
13480
|
+
{
|
|
13481
|
+
"from": "in_progress",
|
|
13482
|
+
"to": "completed",
|
|
13483
|
+
"event": "COMPLETE",
|
|
13484
|
+
"effects": [
|
|
13485
|
+
[
|
|
13486
|
+
"set",
|
|
13487
|
+
"@entity.status",
|
|
13488
|
+
"completed"
|
|
13489
|
+
],
|
|
13490
|
+
[
|
|
13491
|
+
"set",
|
|
13492
|
+
"@entity.currentStep",
|
|
13493
|
+
"@entity.totalSteps"
|
|
13065
13494
|
],
|
|
13066
|
-
|
|
13495
|
+
[
|
|
13496
|
+
"render-ui",
|
|
13497
|
+
"main",
|
|
13067
13498
|
{
|
|
13068
|
-
"type": "
|
|
13069
|
-
"
|
|
13070
|
-
"
|
|
13499
|
+
"type": "dashboard-layout",
|
|
13500
|
+
"appName": "Schema Builder",
|
|
13501
|
+
"navItems": [
|
|
13502
|
+
{
|
|
13503
|
+
"label": "Plan",
|
|
13504
|
+
"href": "/plan",
|
|
13505
|
+
"icon": "clipboard-list"
|
|
13506
|
+
},
|
|
13507
|
+
{
|
|
13508
|
+
"label": "Build",
|
|
13509
|
+
"href": "/build",
|
|
13510
|
+
"icon": "hammer"
|
|
13511
|
+
},
|
|
13512
|
+
{
|
|
13513
|
+
"label": "Fix",
|
|
13514
|
+
"href": "/fix",
|
|
13515
|
+
"icon": "wrench"
|
|
13516
|
+
}
|
|
13517
|
+
],
|
|
13071
13518
|
"children": [
|
|
13072
13519
|
{
|
|
13073
13520
|
"type": "stack",
|
|
13074
|
-
"direction": "
|
|
13075
|
-
"gap": "
|
|
13076
|
-
"align": "center",
|
|
13521
|
+
"direction": "vertical",
|
|
13522
|
+
"gap": "lg",
|
|
13077
13523
|
"children": [
|
|
13078
13524
|
{
|
|
13079
|
-
"type": "
|
|
13080
|
-
"
|
|
13081
|
-
"
|
|
13525
|
+
"type": "stack",
|
|
13526
|
+
"direction": "horizontal",
|
|
13527
|
+
"gap": "sm",
|
|
13528
|
+
"align": "center",
|
|
13529
|
+
"children": [
|
|
13530
|
+
{
|
|
13531
|
+
"type": "icon",
|
|
13532
|
+
"name": "check-circle",
|
|
13533
|
+
"size": "lg"
|
|
13534
|
+
},
|
|
13535
|
+
{
|
|
13536
|
+
"type": "typography",
|
|
13537
|
+
"content": "BuildProgress",
|
|
13538
|
+
"variant": "h2"
|
|
13539
|
+
},
|
|
13540
|
+
{
|
|
13541
|
+
"type": "badge",
|
|
13542
|
+
"label": "Completed",
|
|
13543
|
+
"variant": "success"
|
|
13544
|
+
}
|
|
13545
|
+
]
|
|
13082
13546
|
},
|
|
13083
13547
|
{
|
|
13084
|
-
"type": "
|
|
13085
|
-
"content": "BuildProgress",
|
|
13086
|
-
"variant": "h2"
|
|
13548
|
+
"type": "divider"
|
|
13087
13549
|
},
|
|
13088
13550
|
{
|
|
13089
|
-
"type": "
|
|
13090
|
-
"
|
|
13091
|
-
"
|
|
13551
|
+
"type": "wizard-progress",
|
|
13552
|
+
"currentStep": "@entity.totalSteps",
|
|
13553
|
+
"steps": [
|
|
13554
|
+
{
|
|
13555
|
+
"id": "0",
|
|
13556
|
+
"title": "Plan"
|
|
13557
|
+
},
|
|
13558
|
+
{
|
|
13559
|
+
"id": "1",
|
|
13560
|
+
"title": "Generate"
|
|
13561
|
+
},
|
|
13562
|
+
{
|
|
13563
|
+
"id": "2",
|
|
13564
|
+
"title": "Validate"
|
|
13565
|
+
},
|
|
13566
|
+
{
|
|
13567
|
+
"id": "3",
|
|
13568
|
+
"title": "Fix"
|
|
13569
|
+
},
|
|
13570
|
+
{
|
|
13571
|
+
"id": "4",
|
|
13572
|
+
"title": "Done"
|
|
13573
|
+
}
|
|
13574
|
+
]
|
|
13575
|
+
},
|
|
13576
|
+
{
|
|
13577
|
+
"type": "alert",
|
|
13578
|
+
"variant": "success",
|
|
13579
|
+
"message": "All steps completed successfully."
|
|
13580
|
+
},
|
|
13581
|
+
{
|
|
13582
|
+
"type": "button",
|
|
13583
|
+
"label": "Reset",
|
|
13584
|
+
"event": "RESET",
|
|
13585
|
+
"variant": "ghost",
|
|
13586
|
+
"icon": "rotate-ccw"
|
|
13092
13587
|
}
|
|
13093
13588
|
]
|
|
13589
|
+
}
|
|
13590
|
+
]
|
|
13591
|
+
}
|
|
13592
|
+
]
|
|
13593
|
+
]
|
|
13594
|
+
},
|
|
13595
|
+
{
|
|
13596
|
+
"from": "in_progress",
|
|
13597
|
+
"to": "failed",
|
|
13598
|
+
"event": "FAIL",
|
|
13599
|
+
"effects": [
|
|
13600
|
+
[
|
|
13601
|
+
"set",
|
|
13602
|
+
"@entity.status",
|
|
13603
|
+
"failed"
|
|
13604
|
+
],
|
|
13605
|
+
[
|
|
13606
|
+
"render-ui",
|
|
13607
|
+
"main",
|
|
13608
|
+
{
|
|
13609
|
+
"type": "dashboard-layout",
|
|
13610
|
+
"appName": "Schema Builder",
|
|
13611
|
+
"navItems": [
|
|
13612
|
+
{
|
|
13613
|
+
"label": "Plan",
|
|
13614
|
+
"href": "/plan",
|
|
13615
|
+
"icon": "clipboard-list"
|
|
13094
13616
|
},
|
|
13095
13617
|
{
|
|
13096
|
-
"
|
|
13618
|
+
"label": "Build",
|
|
13619
|
+
"href": "/build",
|
|
13620
|
+
"icon": "hammer"
|
|
13097
13621
|
},
|
|
13098
13622
|
{
|
|
13099
|
-
"
|
|
13100
|
-
"
|
|
13101
|
-
"
|
|
13623
|
+
"label": "Fix",
|
|
13624
|
+
"href": "/fix",
|
|
13625
|
+
"icon": "wrench"
|
|
13626
|
+
}
|
|
13627
|
+
],
|
|
13628
|
+
"children": [
|
|
13629
|
+
{
|
|
13630
|
+
"type": "stack",
|
|
13631
|
+
"direction": "vertical",
|
|
13632
|
+
"gap": "lg",
|
|
13633
|
+
"children": [
|
|
13634
|
+
{
|
|
13635
|
+
"type": "stack",
|
|
13636
|
+
"direction": "horizontal",
|
|
13637
|
+
"gap": "sm",
|
|
13638
|
+
"align": "center",
|
|
13639
|
+
"children": [
|
|
13640
|
+
{
|
|
13641
|
+
"type": "icon",
|
|
13642
|
+
"name": "x-circle",
|
|
13643
|
+
"size": "lg"
|
|
13644
|
+
},
|
|
13645
|
+
{
|
|
13646
|
+
"type": "typography",
|
|
13647
|
+
"content": "BuildProgress",
|
|
13648
|
+
"variant": "h2"
|
|
13649
|
+
},
|
|
13650
|
+
{
|
|
13651
|
+
"type": "badge",
|
|
13652
|
+
"label": "Failed",
|
|
13653
|
+
"variant": "destructive"
|
|
13654
|
+
}
|
|
13655
|
+
]
|
|
13656
|
+
},
|
|
13102
13657
|
{
|
|
13103
|
-
"
|
|
13104
|
-
"title": "Plan"
|
|
13658
|
+
"type": "divider"
|
|
13105
13659
|
},
|
|
13106
13660
|
{
|
|
13107
|
-
"
|
|
13108
|
-
"
|
|
13661
|
+
"type": "wizard-progress",
|
|
13662
|
+
"currentStep": "@entity.currentStep",
|
|
13663
|
+
"steps": [
|
|
13664
|
+
{
|
|
13665
|
+
"id": "0",
|
|
13666
|
+
"title": "Plan"
|
|
13667
|
+
},
|
|
13668
|
+
{
|
|
13669
|
+
"id": "1",
|
|
13670
|
+
"title": "Generate"
|
|
13671
|
+
},
|
|
13672
|
+
{
|
|
13673
|
+
"id": "2",
|
|
13674
|
+
"title": "Validate"
|
|
13675
|
+
},
|
|
13676
|
+
{
|
|
13677
|
+
"id": "3",
|
|
13678
|
+
"title": "Fix"
|
|
13679
|
+
},
|
|
13680
|
+
{
|
|
13681
|
+
"id": "4",
|
|
13682
|
+
"title": "Done"
|
|
13683
|
+
}
|
|
13684
|
+
]
|
|
13109
13685
|
},
|
|
13110
13686
|
{
|
|
13111
|
-
"
|
|
13112
|
-
"
|
|
13687
|
+
"type": "alert",
|
|
13688
|
+
"variant": "error",
|
|
13689
|
+
"message": "Pipeline failed at the current step."
|
|
13113
13690
|
},
|
|
13114
13691
|
{
|
|
13115
|
-
"
|
|
13116
|
-
"
|
|
13692
|
+
"type": "stack",
|
|
13693
|
+
"direction": "horizontal",
|
|
13694
|
+
"gap": "sm",
|
|
13695
|
+
"children": [
|
|
13696
|
+
{
|
|
13697
|
+
"type": "stat-display",
|
|
13698
|
+
"label": "Failed At Step",
|
|
13699
|
+
"value": "@entity.currentStep"
|
|
13700
|
+
}
|
|
13701
|
+
]
|
|
13117
13702
|
},
|
|
13118
13703
|
{
|
|
13119
|
-
"
|
|
13120
|
-
"
|
|
13704
|
+
"type": "button",
|
|
13705
|
+
"label": "Reset",
|
|
13706
|
+
"event": "RESET",
|
|
13707
|
+
"variant": "ghost",
|
|
13708
|
+
"icon": "rotate-ccw"
|
|
13121
13709
|
}
|
|
13122
13710
|
]
|
|
13711
|
+
}
|
|
13712
|
+
]
|
|
13713
|
+
}
|
|
13714
|
+
]
|
|
13715
|
+
]
|
|
13716
|
+
},
|
|
13717
|
+
{
|
|
13718
|
+
"from": "idle",
|
|
13719
|
+
"to": "idle",
|
|
13720
|
+
"event": "RESET",
|
|
13721
|
+
"effects": [
|
|
13722
|
+
[
|
|
13723
|
+
"set",
|
|
13724
|
+
"@entity.status",
|
|
13725
|
+
"idle"
|
|
13726
|
+
],
|
|
13727
|
+
[
|
|
13728
|
+
"set",
|
|
13729
|
+
"@entity.currentStep",
|
|
13730
|
+
0
|
|
13731
|
+
],
|
|
13732
|
+
[
|
|
13733
|
+
"render-ui",
|
|
13734
|
+
"main",
|
|
13735
|
+
{
|
|
13736
|
+
"type": "dashboard-layout",
|
|
13737
|
+
"appName": "Schema Builder",
|
|
13738
|
+
"navItems": [
|
|
13739
|
+
{
|
|
13740
|
+
"label": "Plan",
|
|
13741
|
+
"href": "/plan",
|
|
13742
|
+
"icon": "clipboard-list"
|
|
13123
13743
|
},
|
|
13124
13744
|
{
|
|
13125
|
-
"
|
|
13126
|
-
"
|
|
13127
|
-
"
|
|
13128
|
-
|
|
13745
|
+
"label": "Build",
|
|
13746
|
+
"href": "/build",
|
|
13747
|
+
"icon": "hammer"
|
|
13748
|
+
},
|
|
13749
|
+
{
|
|
13750
|
+
"label": "Fix",
|
|
13751
|
+
"href": "/fix",
|
|
13752
|
+
"icon": "wrench"
|
|
13753
|
+
}
|
|
13754
|
+
],
|
|
13755
|
+
"children": [
|
|
13756
|
+
{
|
|
13757
|
+
"type": "stack",
|
|
13758
|
+
"direction": "vertical",
|
|
13759
|
+
"gap": "lg",
|
|
13129
13760
|
"children": [
|
|
13130
13761
|
{
|
|
13131
|
-
"type": "
|
|
13132
|
-
"
|
|
13133
|
-
"
|
|
13762
|
+
"type": "stack",
|
|
13763
|
+
"direction": "horizontal",
|
|
13764
|
+
"gap": "sm",
|
|
13765
|
+
"align": "center",
|
|
13766
|
+
"children": [
|
|
13767
|
+
{
|
|
13768
|
+
"type": "icon",
|
|
13769
|
+
"name": "list-ordered",
|
|
13770
|
+
"size": "lg"
|
|
13771
|
+
},
|
|
13772
|
+
{
|
|
13773
|
+
"type": "typography",
|
|
13774
|
+
"content": "BuildProgress",
|
|
13775
|
+
"variant": "h2"
|
|
13776
|
+
},
|
|
13777
|
+
{
|
|
13778
|
+
"type": "badge",
|
|
13779
|
+
"label": "Idle",
|
|
13780
|
+
"variant": "default"
|
|
13781
|
+
}
|
|
13782
|
+
]
|
|
13134
13783
|
},
|
|
13135
13784
|
{
|
|
13136
|
-
"type": "
|
|
13137
|
-
|
|
13138
|
-
"value": "@entity.totalSteps"
|
|
13139
|
-
}
|
|
13140
|
-
]
|
|
13141
|
-
},
|
|
13142
|
-
{
|
|
13143
|
-
"type": "stack",
|
|
13144
|
-
"direction": "horizontal",
|
|
13145
|
-
"gap": "sm",
|
|
13146
|
-
"children": [
|
|
13785
|
+
"type": "divider"
|
|
13786
|
+
},
|
|
13147
13787
|
{
|
|
13148
|
-
"type": "
|
|
13149
|
-
"
|
|
13150
|
-
"
|
|
13151
|
-
|
|
13152
|
-
|
|
13788
|
+
"type": "wizard-progress",
|
|
13789
|
+
"currentStep": "@entity.currentStep",
|
|
13790
|
+
"steps": [
|
|
13791
|
+
{
|
|
13792
|
+
"id": "0",
|
|
13793
|
+
"title": "Plan"
|
|
13794
|
+
},
|
|
13795
|
+
{
|
|
13796
|
+
"id": "1",
|
|
13797
|
+
"title": "Generate"
|
|
13798
|
+
},
|
|
13799
|
+
{
|
|
13800
|
+
"id": "2",
|
|
13801
|
+
"title": "Validate"
|
|
13802
|
+
},
|
|
13803
|
+
{
|
|
13804
|
+
"id": "3",
|
|
13805
|
+
"title": "Fix"
|
|
13806
|
+
},
|
|
13807
|
+
{
|
|
13808
|
+
"id": "4",
|
|
13809
|
+
"title": "Done"
|
|
13810
|
+
}
|
|
13811
|
+
]
|
|
13153
13812
|
},
|
|
13154
13813
|
{
|
|
13155
13814
|
"type": "button",
|
|
13156
|
-
"label": "
|
|
13157
|
-
"event": "
|
|
13158
|
-
"variant": "
|
|
13159
|
-
"icon": "
|
|
13815
|
+
"label": "Start",
|
|
13816
|
+
"event": "START",
|
|
13817
|
+
"variant": "primary",
|
|
13818
|
+
"icon": "play"
|
|
13160
13819
|
}
|
|
13161
13820
|
]
|
|
13162
13821
|
}
|
|
13163
13822
|
]
|
|
13164
13823
|
}
|
|
13165
13824
|
]
|
|
13166
|
-
}
|
|
13167
|
-
]
|
|
13168
|
-
],
|
|
13169
|
-
"ADVANCE": [
|
|
13170
|
-
[
|
|
13171
|
-
"set",
|
|
13172
|
-
"@entity.currentStep",
|
|
13173
|
-
[
|
|
13174
|
-
"+",
|
|
13175
|
-
"@entity.currentStep",
|
|
13176
|
-
1
|
|
13177
13825
|
]
|
|
13178
|
-
|
|
13179
|
-
|
|
13180
|
-
"
|
|
13181
|
-
"
|
|
13182
|
-
|
|
13183
|
-
|
|
13184
|
-
|
|
13185
|
-
|
|
13186
|
-
|
|
13187
|
-
|
|
13188
|
-
|
|
13189
|
-
|
|
13190
|
-
|
|
13191
|
-
|
|
13192
|
-
|
|
13193
|
-
"href": "/build",
|
|
13194
|
-
"icon": "hammer"
|
|
13195
|
-
},
|
|
13196
|
-
{
|
|
13197
|
-
"label": "Fix",
|
|
13198
|
-
"href": "/fix",
|
|
13199
|
-
"icon": "wrench"
|
|
13200
|
-
}
|
|
13826
|
+
},
|
|
13827
|
+
{
|
|
13828
|
+
"from": "in_progress",
|
|
13829
|
+
"to": "idle",
|
|
13830
|
+
"event": "RESET",
|
|
13831
|
+
"effects": [
|
|
13832
|
+
[
|
|
13833
|
+
"set",
|
|
13834
|
+
"@entity.status",
|
|
13835
|
+
"idle"
|
|
13836
|
+
],
|
|
13837
|
+
[
|
|
13838
|
+
"set",
|
|
13839
|
+
"@entity.currentStep",
|
|
13840
|
+
0
|
|
13201
13841
|
],
|
|
13202
|
-
|
|
13842
|
+
[
|
|
13843
|
+
"render-ui",
|
|
13844
|
+
"main",
|
|
13203
13845
|
{
|
|
13204
|
-
"type": "
|
|
13205
|
-
"
|
|
13206
|
-
"
|
|
13207
|
-
"children": [
|
|
13846
|
+
"type": "dashboard-layout",
|
|
13847
|
+
"appName": "Schema Builder",
|
|
13848
|
+
"navItems": [
|
|
13208
13849
|
{
|
|
13209
|
-
"
|
|
13210
|
-
"
|
|
13211
|
-
"
|
|
13212
|
-
"align": "center",
|
|
13213
|
-
"children": [
|
|
13214
|
-
{
|
|
13215
|
-
"type": "icon",
|
|
13216
|
-
"name": "loader",
|
|
13217
|
-
"size": "lg"
|
|
13218
|
-
},
|
|
13219
|
-
{
|
|
13220
|
-
"type": "typography",
|
|
13221
|
-
"content": "BuildProgress",
|
|
13222
|
-
"variant": "h2"
|
|
13223
|
-
},
|
|
13224
|
-
{
|
|
13225
|
-
"type": "badge",
|
|
13226
|
-
"label": "In Progress",
|
|
13227
|
-
"variant": "warning"
|
|
13228
|
-
}
|
|
13229
|
-
]
|
|
13850
|
+
"label": "Plan",
|
|
13851
|
+
"href": "/plan",
|
|
13852
|
+
"icon": "clipboard-list"
|
|
13230
13853
|
},
|
|
13231
13854
|
{
|
|
13232
|
-
"
|
|
13855
|
+
"label": "Build",
|
|
13856
|
+
"href": "/build",
|
|
13857
|
+
"icon": "hammer"
|
|
13233
13858
|
},
|
|
13234
13859
|
{
|
|
13235
|
-
"
|
|
13236
|
-
"
|
|
13237
|
-
"
|
|
13238
|
-
|
|
13239
|
-
|
|
13240
|
-
|
|
13241
|
-
},
|
|
13242
|
-
{
|
|
13243
|
-
"id": "1",
|
|
13244
|
-
"title": "Generate"
|
|
13245
|
-
},
|
|
13246
|
-
{
|
|
13247
|
-
"id": "2",
|
|
13248
|
-
"title": "Validate"
|
|
13249
|
-
},
|
|
13250
|
-
{
|
|
13251
|
-
"id": "3",
|
|
13252
|
-
"title": "Fix"
|
|
13253
|
-
},
|
|
13254
|
-
{
|
|
13255
|
-
"id": "4",
|
|
13256
|
-
"title": "Done"
|
|
13257
|
-
}
|
|
13258
|
-
]
|
|
13259
|
-
},
|
|
13860
|
+
"label": "Fix",
|
|
13861
|
+
"href": "/fix",
|
|
13862
|
+
"icon": "wrench"
|
|
13863
|
+
}
|
|
13864
|
+
],
|
|
13865
|
+
"children": [
|
|
13260
13866
|
{
|
|
13261
13867
|
"type": "stack",
|
|
13262
|
-
"direction": "
|
|
13263
|
-
"gap": "
|
|
13264
|
-
"align": "center",
|
|
13868
|
+
"direction": "vertical",
|
|
13869
|
+
"gap": "lg",
|
|
13265
13870
|
"children": [
|
|
13266
13871
|
{
|
|
13267
|
-
"type": "
|
|
13268
|
-
"
|
|
13269
|
-
"
|
|
13872
|
+
"type": "stack",
|
|
13873
|
+
"direction": "horizontal",
|
|
13874
|
+
"gap": "sm",
|
|
13875
|
+
"align": "center",
|
|
13876
|
+
"children": [
|
|
13877
|
+
{
|
|
13878
|
+
"type": "icon",
|
|
13879
|
+
"name": "list-ordered",
|
|
13880
|
+
"size": "lg"
|
|
13881
|
+
},
|
|
13882
|
+
{
|
|
13883
|
+
"type": "typography",
|
|
13884
|
+
"content": "BuildProgress",
|
|
13885
|
+
"variant": "h2"
|
|
13886
|
+
},
|
|
13887
|
+
{
|
|
13888
|
+
"type": "badge",
|
|
13889
|
+
"label": "Idle",
|
|
13890
|
+
"variant": "default"
|
|
13891
|
+
}
|
|
13892
|
+
]
|
|
13270
13893
|
},
|
|
13271
13894
|
{
|
|
13272
|
-
"type": "
|
|
13273
|
-
|
|
13274
|
-
"value": "@entity.totalSteps"
|
|
13275
|
-
}
|
|
13276
|
-
]
|
|
13277
|
-
},
|
|
13278
|
-
{
|
|
13279
|
-
"type": "stack",
|
|
13280
|
-
"direction": "horizontal",
|
|
13281
|
-
"gap": "sm",
|
|
13282
|
-
"children": [
|
|
13895
|
+
"type": "divider"
|
|
13896
|
+
},
|
|
13283
13897
|
{
|
|
13284
|
-
"type": "
|
|
13285
|
-
"
|
|
13286
|
-
"
|
|
13287
|
-
|
|
13288
|
-
|
|
13898
|
+
"type": "wizard-progress",
|
|
13899
|
+
"currentStep": "@entity.currentStep",
|
|
13900
|
+
"steps": [
|
|
13901
|
+
{
|
|
13902
|
+
"id": "0",
|
|
13903
|
+
"title": "Plan"
|
|
13904
|
+
},
|
|
13905
|
+
{
|
|
13906
|
+
"id": "1",
|
|
13907
|
+
"title": "Generate"
|
|
13908
|
+
},
|
|
13909
|
+
{
|
|
13910
|
+
"id": "2",
|
|
13911
|
+
"title": "Validate"
|
|
13912
|
+
},
|
|
13913
|
+
{
|
|
13914
|
+
"id": "3",
|
|
13915
|
+
"title": "Fix"
|
|
13916
|
+
},
|
|
13917
|
+
{
|
|
13918
|
+
"id": "4",
|
|
13919
|
+
"title": "Done"
|
|
13920
|
+
}
|
|
13921
|
+
]
|
|
13289
13922
|
},
|
|
13290
13923
|
{
|
|
13291
13924
|
"type": "button",
|
|
13292
|
-
"label": "
|
|
13293
|
-
"event": "
|
|
13294
|
-
"variant": "
|
|
13295
|
-
"icon": "
|
|
13925
|
+
"label": "Start",
|
|
13926
|
+
"event": "START",
|
|
13927
|
+
"variant": "primary",
|
|
13928
|
+
"icon": "play"
|
|
13296
13929
|
}
|
|
13297
13930
|
]
|
|
13298
13931
|
}
|
|
13299
13932
|
]
|
|
13300
13933
|
}
|
|
13301
13934
|
]
|
|
13302
|
-
|
|
13303
|
-
|
|
13304
|
-
|
|
13305
|
-
|
|
13306
|
-
|
|
13307
|
-
"
|
|
13308
|
-
"
|
|
13309
|
-
|
|
13310
|
-
|
|
13311
|
-
|
|
13312
|
-
|
|
13313
|
-
"@entity.currentStep",
|
|
13314
|
-
"@entity.totalSteps"
|
|
13315
|
-
],
|
|
13316
|
-
[
|
|
13317
|
-
"render-ui",
|
|
13318
|
-
"main",
|
|
13319
|
-
{
|
|
13320
|
-
"type": "dashboard-layout",
|
|
13321
|
-
"appName": "Schema Builder",
|
|
13322
|
-
"navItems": [
|
|
13323
|
-
{
|
|
13324
|
-
"label": "Plan",
|
|
13325
|
-
"href": "/plan",
|
|
13326
|
-
"icon": "clipboard-list"
|
|
13327
|
-
},
|
|
13328
|
-
{
|
|
13329
|
-
"label": "Build",
|
|
13330
|
-
"href": "/build",
|
|
13331
|
-
"icon": "hammer"
|
|
13332
|
-
},
|
|
13333
|
-
{
|
|
13334
|
-
"label": "Fix",
|
|
13335
|
-
"href": "/fix",
|
|
13336
|
-
"icon": "wrench"
|
|
13337
|
-
}
|
|
13935
|
+
]
|
|
13936
|
+
},
|
|
13937
|
+
{
|
|
13938
|
+
"from": "completed",
|
|
13939
|
+
"to": "idle",
|
|
13940
|
+
"event": "RESET",
|
|
13941
|
+
"effects": [
|
|
13942
|
+
[
|
|
13943
|
+
"set",
|
|
13944
|
+
"@entity.status",
|
|
13945
|
+
"idle"
|
|
13338
13946
|
],
|
|
13339
|
-
|
|
13340
|
-
|
|
13341
|
-
|
|
13342
|
-
|
|
13343
|
-
|
|
13344
|
-
|
|
13345
|
-
|
|
13346
|
-
|
|
13347
|
-
|
|
13348
|
-
|
|
13349
|
-
|
|
13350
|
-
|
|
13351
|
-
{
|
|
13352
|
-
"type": "icon",
|
|
13353
|
-
"name": "check-circle",
|
|
13354
|
-
"size": "lg"
|
|
13355
|
-
},
|
|
13356
|
-
{
|
|
13357
|
-
"type": "typography",
|
|
13358
|
-
"content": "BuildProgress",
|
|
13359
|
-
"variant": "h2"
|
|
13360
|
-
},
|
|
13361
|
-
{
|
|
13362
|
-
"type": "badge",
|
|
13363
|
-
"label": "Completed",
|
|
13364
|
-
"variant": "success"
|
|
13365
|
-
}
|
|
13366
|
-
]
|
|
13367
|
-
},
|
|
13368
|
-
{
|
|
13369
|
-
"type": "divider"
|
|
13370
|
-
},
|
|
13947
|
+
[
|
|
13948
|
+
"set",
|
|
13949
|
+
"@entity.currentStep",
|
|
13950
|
+
0
|
|
13951
|
+
],
|
|
13952
|
+
[
|
|
13953
|
+
"render-ui",
|
|
13954
|
+
"main",
|
|
13955
|
+
{
|
|
13956
|
+
"type": "dashboard-layout",
|
|
13957
|
+
"appName": "Schema Builder",
|
|
13958
|
+
"navItems": [
|
|
13371
13959
|
{
|
|
13372
|
-
"
|
|
13373
|
-
"
|
|
13374
|
-
"
|
|
13375
|
-
{
|
|
13376
|
-
"id": "0",
|
|
13377
|
-
"title": "Plan"
|
|
13378
|
-
},
|
|
13379
|
-
{
|
|
13380
|
-
"id": "1",
|
|
13381
|
-
"title": "Generate"
|
|
13382
|
-
},
|
|
13383
|
-
{
|
|
13384
|
-
"id": "2",
|
|
13385
|
-
"title": "Validate"
|
|
13386
|
-
},
|
|
13387
|
-
{
|
|
13388
|
-
"id": "3",
|
|
13389
|
-
"title": "Fix"
|
|
13390
|
-
},
|
|
13391
|
-
{
|
|
13392
|
-
"id": "4",
|
|
13393
|
-
"title": "Done"
|
|
13394
|
-
}
|
|
13395
|
-
]
|
|
13960
|
+
"label": "Plan",
|
|
13961
|
+
"href": "/plan",
|
|
13962
|
+
"icon": "clipboard-list"
|
|
13396
13963
|
},
|
|
13397
13964
|
{
|
|
13398
|
-
"
|
|
13399
|
-
"
|
|
13400
|
-
"
|
|
13965
|
+
"label": "Build",
|
|
13966
|
+
"href": "/build",
|
|
13967
|
+
"icon": "hammer"
|
|
13401
13968
|
},
|
|
13402
13969
|
{
|
|
13403
|
-
"
|
|
13404
|
-
"
|
|
13405
|
-
"
|
|
13406
|
-
"variant": "ghost",
|
|
13407
|
-
"icon": "rotate-ccw"
|
|
13970
|
+
"label": "Fix",
|
|
13971
|
+
"href": "/fix",
|
|
13972
|
+
"icon": "wrench"
|
|
13408
13973
|
}
|
|
13409
|
-
]
|
|
13410
|
-
}
|
|
13411
|
-
]
|
|
13412
|
-
}
|
|
13413
|
-
]
|
|
13414
|
-
],
|
|
13415
|
-
"FAIL": [
|
|
13416
|
-
[
|
|
13417
|
-
"set",
|
|
13418
|
-
"@entity.status",
|
|
13419
|
-
"failed"
|
|
13420
|
-
],
|
|
13421
|
-
[
|
|
13422
|
-
"render-ui",
|
|
13423
|
-
"main",
|
|
13424
|
-
{
|
|
13425
|
-
"type": "dashboard-layout",
|
|
13426
|
-
"appName": "Schema Builder",
|
|
13427
|
-
"navItems": [
|
|
13428
|
-
{
|
|
13429
|
-
"label": "Plan",
|
|
13430
|
-
"href": "/plan",
|
|
13431
|
-
"icon": "clipboard-list"
|
|
13432
|
-
},
|
|
13433
|
-
{
|
|
13434
|
-
"label": "Build",
|
|
13435
|
-
"href": "/build",
|
|
13436
|
-
"icon": "hammer"
|
|
13437
|
-
},
|
|
13438
|
-
{
|
|
13439
|
-
"label": "Fix",
|
|
13440
|
-
"href": "/fix",
|
|
13441
|
-
"icon": "wrench"
|
|
13442
|
-
}
|
|
13443
|
-
],
|
|
13444
|
-
"children": [
|
|
13445
|
-
{
|
|
13446
|
-
"type": "stack",
|
|
13447
|
-
"direction": "vertical",
|
|
13448
|
-
"gap": "lg",
|
|
13974
|
+
],
|
|
13449
13975
|
"children": [
|
|
13450
13976
|
{
|
|
13451
13977
|
"type": "stack",
|
|
13452
|
-
"direction": "
|
|
13453
|
-
"gap": "
|
|
13454
|
-
"align": "center",
|
|
13978
|
+
"direction": "vertical",
|
|
13979
|
+
"gap": "lg",
|
|
13455
13980
|
"children": [
|
|
13456
13981
|
{
|
|
13457
|
-
"type": "
|
|
13458
|
-
"
|
|
13459
|
-
"
|
|
13460
|
-
|
|
13461
|
-
|
|
13462
|
-
|
|
13463
|
-
|
|
13464
|
-
|
|
13465
|
-
|
|
13466
|
-
|
|
13467
|
-
|
|
13468
|
-
|
|
13469
|
-
|
|
13470
|
-
|
|
13471
|
-
|
|
13472
|
-
|
|
13473
|
-
|
|
13474
|
-
|
|
13475
|
-
|
|
13476
|
-
|
|
13477
|
-
|
|
13478
|
-
"currentStep": "@entity.currentStep",
|
|
13479
|
-
"steps": [
|
|
13480
|
-
{
|
|
13481
|
-
"id": "0",
|
|
13482
|
-
"title": "Plan"
|
|
13483
|
-
},
|
|
13484
|
-
{
|
|
13485
|
-
"id": "1",
|
|
13486
|
-
"title": "Generate"
|
|
13982
|
+
"type": "stack",
|
|
13983
|
+
"direction": "horizontal",
|
|
13984
|
+
"gap": "sm",
|
|
13985
|
+
"align": "center",
|
|
13986
|
+
"children": [
|
|
13987
|
+
{
|
|
13988
|
+
"type": "icon",
|
|
13989
|
+
"name": "list-ordered",
|
|
13990
|
+
"size": "lg"
|
|
13991
|
+
},
|
|
13992
|
+
{
|
|
13993
|
+
"type": "typography",
|
|
13994
|
+
"content": "BuildProgress",
|
|
13995
|
+
"variant": "h2"
|
|
13996
|
+
},
|
|
13997
|
+
{
|
|
13998
|
+
"type": "badge",
|
|
13999
|
+
"label": "Idle",
|
|
14000
|
+
"variant": "default"
|
|
14001
|
+
}
|
|
14002
|
+
]
|
|
13487
14003
|
},
|
|
13488
14004
|
{
|
|
13489
|
-
"
|
|
13490
|
-
"title": "Validate"
|
|
14005
|
+
"type": "divider"
|
|
13491
14006
|
},
|
|
13492
14007
|
{
|
|
13493
|
-
"
|
|
13494
|
-
"
|
|
14008
|
+
"type": "wizard-progress",
|
|
14009
|
+
"currentStep": "@entity.currentStep",
|
|
14010
|
+
"steps": [
|
|
14011
|
+
{
|
|
14012
|
+
"id": "0",
|
|
14013
|
+
"title": "Plan"
|
|
14014
|
+
},
|
|
14015
|
+
{
|
|
14016
|
+
"id": "1",
|
|
14017
|
+
"title": "Generate"
|
|
14018
|
+
},
|
|
14019
|
+
{
|
|
14020
|
+
"id": "2",
|
|
14021
|
+
"title": "Validate"
|
|
14022
|
+
},
|
|
14023
|
+
{
|
|
14024
|
+
"id": "3",
|
|
14025
|
+
"title": "Fix"
|
|
14026
|
+
},
|
|
14027
|
+
{
|
|
14028
|
+
"id": "4",
|
|
14029
|
+
"title": "Done"
|
|
14030
|
+
}
|
|
14031
|
+
]
|
|
13495
14032
|
},
|
|
13496
14033
|
{
|
|
13497
|
-
"
|
|
13498
|
-
"
|
|
13499
|
-
|
|
13500
|
-
|
|
13501
|
-
|
|
13502
|
-
{
|
|
13503
|
-
"type": "alert",
|
|
13504
|
-
"variant": "error",
|
|
13505
|
-
"message": "Pipeline failed at the current step."
|
|
13506
|
-
},
|
|
13507
|
-
{
|
|
13508
|
-
"type": "stack",
|
|
13509
|
-
"direction": "horizontal",
|
|
13510
|
-
"gap": "sm",
|
|
13511
|
-
"children": [
|
|
13512
|
-
{
|
|
13513
|
-
"type": "stat-display",
|
|
13514
|
-
"label": "Failed At Step",
|
|
13515
|
-
"value": "@entity.currentStep"
|
|
14034
|
+
"type": "button",
|
|
14035
|
+
"label": "Start",
|
|
14036
|
+
"event": "START",
|
|
14037
|
+
"variant": "primary",
|
|
14038
|
+
"icon": "play"
|
|
13516
14039
|
}
|
|
13517
14040
|
]
|
|
13518
|
-
},
|
|
13519
|
-
{
|
|
13520
|
-
"type": "button",
|
|
13521
|
-
"label": "Reset",
|
|
13522
|
-
"event": "RESET",
|
|
13523
|
-
"variant": "ghost",
|
|
13524
|
-
"icon": "rotate-ccw"
|
|
13525
14041
|
}
|
|
13526
14042
|
]
|
|
13527
14043
|
}
|
|
13528
14044
|
]
|
|
13529
|
-
|
|
13530
|
-
|
|
13531
|
-
|
|
13532
|
-
|
|
13533
|
-
|
|
13534
|
-
"
|
|
13535
|
-
"
|
|
13536
|
-
|
|
13537
|
-
|
|
13538
|
-
|
|
13539
|
-
|
|
13540
|
-
"@entity.currentStep",
|
|
13541
|
-
0
|
|
13542
|
-
],
|
|
13543
|
-
[
|
|
13544
|
-
"render-ui",
|
|
13545
|
-
"main",
|
|
13546
|
-
{
|
|
13547
|
-
"type": "dashboard-layout",
|
|
13548
|
-
"appName": "Schema Builder",
|
|
13549
|
-
"navItems": [
|
|
13550
|
-
{
|
|
13551
|
-
"label": "Plan",
|
|
13552
|
-
"href": "/plan",
|
|
13553
|
-
"icon": "clipboard-list"
|
|
13554
|
-
},
|
|
13555
|
-
{
|
|
13556
|
-
"label": "Build",
|
|
13557
|
-
"href": "/build",
|
|
13558
|
-
"icon": "hammer"
|
|
13559
|
-
},
|
|
13560
|
-
{
|
|
13561
|
-
"label": "Fix",
|
|
13562
|
-
"href": "/fix",
|
|
13563
|
-
"icon": "wrench"
|
|
13564
|
-
}
|
|
14045
|
+
]
|
|
14046
|
+
},
|
|
14047
|
+
{
|
|
14048
|
+
"from": "failed",
|
|
14049
|
+
"to": "idle",
|
|
14050
|
+
"event": "RESET",
|
|
14051
|
+
"effects": [
|
|
14052
|
+
[
|
|
14053
|
+
"set",
|
|
14054
|
+
"@entity.status",
|
|
14055
|
+
"idle"
|
|
13565
14056
|
],
|
|
13566
|
-
|
|
14057
|
+
[
|
|
14058
|
+
"set",
|
|
14059
|
+
"@entity.currentStep",
|
|
14060
|
+
0
|
|
14061
|
+
],
|
|
14062
|
+
[
|
|
14063
|
+
"render-ui",
|
|
14064
|
+
"main",
|
|
13567
14065
|
{
|
|
13568
|
-
"type": "
|
|
13569
|
-
"
|
|
13570
|
-
"
|
|
13571
|
-
"children": [
|
|
14066
|
+
"type": "dashboard-layout",
|
|
14067
|
+
"appName": "Schema Builder",
|
|
14068
|
+
"navItems": [
|
|
13572
14069
|
{
|
|
13573
|
-
"
|
|
13574
|
-
"
|
|
13575
|
-
"
|
|
13576
|
-
"align": "center",
|
|
13577
|
-
"children": [
|
|
13578
|
-
{
|
|
13579
|
-
"type": "icon",
|
|
13580
|
-
"name": "list-ordered",
|
|
13581
|
-
"size": "lg"
|
|
13582
|
-
},
|
|
13583
|
-
{
|
|
13584
|
-
"type": "typography",
|
|
13585
|
-
"content": "BuildProgress",
|
|
13586
|
-
"variant": "h2"
|
|
13587
|
-
},
|
|
13588
|
-
{
|
|
13589
|
-
"type": "badge",
|
|
13590
|
-
"label": "Idle",
|
|
13591
|
-
"variant": "default"
|
|
13592
|
-
}
|
|
13593
|
-
]
|
|
14070
|
+
"label": "Plan",
|
|
14071
|
+
"href": "/plan",
|
|
14072
|
+
"icon": "clipboard-list"
|
|
13594
14073
|
},
|
|
13595
14074
|
{
|
|
13596
|
-
"
|
|
14075
|
+
"label": "Build",
|
|
14076
|
+
"href": "/build",
|
|
14077
|
+
"icon": "hammer"
|
|
13597
14078
|
},
|
|
13598
14079
|
{
|
|
13599
|
-
"
|
|
13600
|
-
"
|
|
13601
|
-
"
|
|
13602
|
-
|
|
13603
|
-
|
|
13604
|
-
|
|
13605
|
-
|
|
14080
|
+
"label": "Fix",
|
|
14081
|
+
"href": "/fix",
|
|
14082
|
+
"icon": "wrench"
|
|
14083
|
+
}
|
|
14084
|
+
],
|
|
14085
|
+
"children": [
|
|
14086
|
+
{
|
|
14087
|
+
"type": "stack",
|
|
14088
|
+
"direction": "vertical",
|
|
14089
|
+
"gap": "lg",
|
|
14090
|
+
"children": [
|
|
13606
14091
|
{
|
|
13607
|
-
"
|
|
13608
|
-
"
|
|
14092
|
+
"type": "stack",
|
|
14093
|
+
"direction": "horizontal",
|
|
14094
|
+
"gap": "sm",
|
|
14095
|
+
"align": "center",
|
|
14096
|
+
"children": [
|
|
14097
|
+
{
|
|
14098
|
+
"type": "icon",
|
|
14099
|
+
"name": "list-ordered",
|
|
14100
|
+
"size": "lg"
|
|
14101
|
+
},
|
|
14102
|
+
{
|
|
14103
|
+
"type": "typography",
|
|
14104
|
+
"content": "BuildProgress",
|
|
14105
|
+
"variant": "h2"
|
|
14106
|
+
},
|
|
14107
|
+
{
|
|
14108
|
+
"type": "badge",
|
|
14109
|
+
"label": "Idle",
|
|
14110
|
+
"variant": "default"
|
|
14111
|
+
}
|
|
14112
|
+
]
|
|
13609
14113
|
},
|
|
13610
14114
|
{
|
|
13611
|
-
"
|
|
13612
|
-
"title": "Validate"
|
|
14115
|
+
"type": "divider"
|
|
13613
14116
|
},
|
|
13614
14117
|
{
|
|
13615
|
-
"
|
|
13616
|
-
"
|
|
14118
|
+
"type": "wizard-progress",
|
|
14119
|
+
"currentStep": "@entity.currentStep",
|
|
14120
|
+
"steps": [
|
|
14121
|
+
{
|
|
14122
|
+
"id": "0",
|
|
14123
|
+
"title": "Plan"
|
|
14124
|
+
},
|
|
14125
|
+
{
|
|
14126
|
+
"id": "1",
|
|
14127
|
+
"title": "Generate"
|
|
14128
|
+
},
|
|
14129
|
+
{
|
|
14130
|
+
"id": "2",
|
|
14131
|
+
"title": "Validate"
|
|
14132
|
+
},
|
|
14133
|
+
{
|
|
14134
|
+
"id": "3",
|
|
14135
|
+
"title": "Fix"
|
|
14136
|
+
},
|
|
14137
|
+
{
|
|
14138
|
+
"id": "4",
|
|
14139
|
+
"title": "Done"
|
|
14140
|
+
}
|
|
14141
|
+
]
|
|
13617
14142
|
},
|
|
13618
14143
|
{
|
|
13619
|
-
"
|
|
13620
|
-
"
|
|
14144
|
+
"type": "button",
|
|
14145
|
+
"label": "Start",
|
|
14146
|
+
"event": "START",
|
|
14147
|
+
"variant": "primary",
|
|
14148
|
+
"icon": "play"
|
|
13621
14149
|
}
|
|
13622
14150
|
]
|
|
13623
|
-
},
|
|
13624
|
-
{
|
|
13625
|
-
"type": "button",
|
|
13626
|
-
"label": "Start",
|
|
13627
|
-
"event": "START",
|
|
13628
|
-
"variant": "primary",
|
|
13629
|
-
"icon": "play"
|
|
13630
14151
|
}
|
|
13631
14152
|
]
|
|
13632
14153
|
}
|
|
13633
14154
|
]
|
|
13634
|
-
|
|
13635
|
-
|
|
14155
|
+
]
|
|
14156
|
+
}
|
|
13636
14157
|
]
|
|
13637
14158
|
}
|
|
13638
14159
|
}
|
|
@@ -13649,5 +14170,6 @@
|
|
|
13649
14170
|
}
|
|
13650
14171
|
]
|
|
13651
14172
|
}
|
|
13652
|
-
]
|
|
13653
|
-
|
|
14173
|
+
],
|
|
14174
|
+
"description": "Schema builder agent organism. Full build cycle that plans, generates, validates, and fixes .orb programs. Composes planner + tool-loop + fix-loop molecules with session management and tabbed views. Composed from: - stdAgentPlanner (molecule): task planning with classification and memory - stdAgentToolLoop (molecule): iterative tool execution - stdAgentFixLoop (molecule): validation-fix cycle - stdAgentSession: session forking and checkpointing - stdTabs: Plan / Build / Validate / Fix tab navigation - stdAgentStepProgress: overall build pipeline progress indicator Cross-trait events: - PLAN_READY (Planner -> ToolLoop): plan complete, begin building - TOOL_LOOP_DONE (ToolLoop -> FixLoop): schema generated, validate it - FIX_SUCCEEDED (FixLoop -> Memory): record successful fix pattern Pages: /plan (initial), /build, /validate, /fix (2026-04-08). The canonical source for std behaviors is now the registry `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`, which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/` and consumed by the compiler's embedded loader. Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying overrides at the call site (`linkedEntity`, `name`, `events`, `effects`, `listens`, `emitsScope`). The TS `*Params` interface and the exported factory functions remain ONLY as the authoring path for the converter; they are NOT a stable public API and may change without notice. See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and `docs/LOLO_Gaps.md` for the migration plan."
|
|
14175
|
+
}
|