@almadar/std 5.2.1 → 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 +45 -4
- 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 +45 -4
- 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 +45 -4
- 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,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "BuilderGameOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Educational game molecule: menu -> playing -> complete. Uses the `builder-board` pattern for the playing state.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "BuilderGameOrbital",
|
|
@@ -226,5 +225,6 @@
|
|
|
226
225
|
}
|
|
227
226
|
]
|
|
228
227
|
}
|
|
229
|
-
]
|
|
230
|
-
|
|
228
|
+
],
|
|
229
|
+
"description": "Educational game molecule: menu -> playing -> complete. Uses the `builder-board` pattern for the playing state. (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."
|
|
230
|
+
}
|
|
@@ -1,20 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CartItemOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Shopping cart molecule. Composes atoms: - Cart-specific browse trait (empty/hasItems/checkout states) - stdModal for the add-item form (responds to ADD_ITEM)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "CartItemOrbital",
|
|
8
|
-
"uses": [
|
|
9
|
-
{
|
|
10
|
-
"from": "std/behaviors/std-confirmation",
|
|
11
|
-
"as": "Confirmation"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"from": "std/behaviors/std-modal",
|
|
15
|
-
"as": "Modal"
|
|
16
|
-
}
|
|
17
|
-
],
|
|
18
7
|
"entity": {
|
|
19
8
|
"name": "CartItem",
|
|
20
9
|
"persistence": "persistent",
|
|
@@ -393,220 +382,352 @@
|
|
|
393
382
|
}
|
|
394
383
|
},
|
|
395
384
|
{
|
|
396
|
-
"ref": "Modal.traits.ModalRecordModal",
|
|
397
385
|
"name": "CartItemAddItem",
|
|
398
386
|
"linkedEntity": "CartItem",
|
|
399
|
-
"
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
387
|
+
"category": "interaction",
|
|
388
|
+
"emits": [
|
|
389
|
+
{
|
|
390
|
+
"event": "SAVE"
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"stateMachine": {
|
|
394
|
+
"states": [
|
|
395
|
+
{
|
|
396
|
+
"name": "closed",
|
|
397
|
+
"isInitial": true
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "open"
|
|
401
|
+
}
|
|
408
402
|
],
|
|
409
|
-
"
|
|
410
|
-
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
403
|
+
"events": [
|
|
404
|
+
{
|
|
405
|
+
"key": "INIT",
|
|
406
|
+
"name": "Initialize"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"key": "ADD_ITEM",
|
|
410
|
+
"name": "Open"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"key": "CLOSE",
|
|
414
|
+
"name": "Close"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"key": "SAVE",
|
|
418
|
+
"name": "Save",
|
|
419
|
+
"payload": [
|
|
420
|
+
{
|
|
421
|
+
"name": "data",
|
|
422
|
+
"type": "object",
|
|
423
|
+
"required": true
|
|
424
|
+
}
|
|
425
|
+
]
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"transitions": [
|
|
429
|
+
{
|
|
430
|
+
"from": "closed",
|
|
431
|
+
"to": "closed",
|
|
432
|
+
"event": "INIT",
|
|
433
|
+
"effects": [
|
|
434
|
+
[
|
|
435
|
+
"ref",
|
|
436
|
+
"CartItem"
|
|
437
|
+
]
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"from": "closed",
|
|
442
|
+
"to": "open",
|
|
443
|
+
"event": "ADD_ITEM",
|
|
444
|
+
"effects": [
|
|
445
|
+
[
|
|
446
|
+
"fetch",
|
|
447
|
+
"CartItem"
|
|
448
|
+
],
|
|
449
|
+
[
|
|
450
|
+
"render-ui",
|
|
451
|
+
"modal",
|
|
422
452
|
{
|
|
423
453
|
"type": "stack",
|
|
424
|
-
"direction": "
|
|
425
|
-
"gap": "
|
|
454
|
+
"direction": "vertical",
|
|
455
|
+
"gap": "md",
|
|
426
456
|
"children": [
|
|
427
457
|
{
|
|
428
|
-
"type": "
|
|
429
|
-
"
|
|
430
|
-
"
|
|
458
|
+
"type": "stack",
|
|
459
|
+
"direction": "horizontal",
|
|
460
|
+
"gap": "sm",
|
|
461
|
+
"children": [
|
|
462
|
+
{
|
|
463
|
+
"type": "icon",
|
|
464
|
+
"name": "plus-circle",
|
|
465
|
+
"size": "md"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"type": "typography",
|
|
469
|
+
"content": "Add Item",
|
|
470
|
+
"variant": "h3"
|
|
471
|
+
}
|
|
472
|
+
]
|
|
431
473
|
},
|
|
432
474
|
{
|
|
433
|
-
"type": "
|
|
434
|
-
|
|
435
|
-
|
|
475
|
+
"type": "divider"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"type": "form-section",
|
|
479
|
+
"entity": "CartItem",
|
|
480
|
+
"mode": "create",
|
|
481
|
+
"submitEvent": "SAVE",
|
|
482
|
+
"cancelEvent": "CLOSE",
|
|
483
|
+
"fields": [
|
|
484
|
+
"name",
|
|
485
|
+
"description",
|
|
486
|
+
"status"
|
|
487
|
+
]
|
|
436
488
|
}
|
|
437
489
|
]
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"type": "divider"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"type": "form-section",
|
|
444
|
-
"entity": "CartItem",
|
|
445
|
-
"mode": "create",
|
|
446
|
-
"submitEvent": "SAVE",
|
|
447
|
-
"cancelEvent": "CLOSE",
|
|
448
|
-
"fields": [
|
|
449
|
-
"name",
|
|
450
|
-
"description",
|
|
451
|
-
"status"
|
|
452
|
-
]
|
|
453
490
|
}
|
|
454
491
|
]
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
"
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
"
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
492
|
+
]
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"from": "open",
|
|
496
|
+
"to": "closed",
|
|
497
|
+
"event": "CLOSE",
|
|
498
|
+
"effects": [
|
|
499
|
+
[
|
|
500
|
+
"render-ui",
|
|
501
|
+
"modal",
|
|
502
|
+
null
|
|
503
|
+
],
|
|
504
|
+
[
|
|
505
|
+
"notify",
|
|
506
|
+
"Cancelled",
|
|
507
|
+
"info"
|
|
508
|
+
]
|
|
509
|
+
]
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"from": "open",
|
|
513
|
+
"to": "closed",
|
|
514
|
+
"event": "SAVE",
|
|
515
|
+
"effects": [
|
|
516
|
+
[
|
|
517
|
+
"persist",
|
|
518
|
+
"create",
|
|
519
|
+
"CartItem",
|
|
520
|
+
"@payload.data"
|
|
521
|
+
],
|
|
522
|
+
[
|
|
523
|
+
"render-ui",
|
|
524
|
+
"modal",
|
|
525
|
+
null
|
|
526
|
+
],
|
|
527
|
+
[
|
|
528
|
+
"notify",
|
|
529
|
+
"CartItem created successfully"
|
|
530
|
+
]
|
|
531
|
+
]
|
|
532
|
+
}
|
|
482
533
|
]
|
|
483
534
|
}
|
|
484
535
|
},
|
|
485
536
|
{
|
|
486
|
-
"ref": "Confirmation.traits.ConfirmActionConfirmation",
|
|
487
537
|
"name": "CartItemRemoveConfirm",
|
|
488
538
|
"linkedEntity": "CartItem",
|
|
489
|
-
"
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
539
|
+
"category": "interaction",
|
|
540
|
+
"emits": [
|
|
541
|
+
{
|
|
542
|
+
"event": "CONFIRM_REMOVE"
|
|
543
|
+
}
|
|
544
|
+
],
|
|
545
|
+
"stateMachine": {
|
|
546
|
+
"states": [
|
|
547
|
+
{
|
|
548
|
+
"name": "idle",
|
|
549
|
+
"isInitial": true
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "confirming"
|
|
553
|
+
}
|
|
499
554
|
],
|
|
500
|
-
"
|
|
501
|
-
|
|
502
|
-
"
|
|
503
|
-
"
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
"
|
|
508
|
-
"
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
555
|
+
"events": [
|
|
556
|
+
{
|
|
557
|
+
"key": "INIT",
|
|
558
|
+
"name": "Initialize"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"key": "REQUEST_REMOVE",
|
|
562
|
+
"name": "Request Confirmation",
|
|
563
|
+
"payload": [
|
|
564
|
+
{
|
|
565
|
+
"name": "id",
|
|
566
|
+
"type": "string",
|
|
567
|
+
"required": true
|
|
568
|
+
}
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"key": "CONFIRM_REMOVE",
|
|
573
|
+
"name": "Confirm"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"key": "CANCEL",
|
|
577
|
+
"name": "Cancel"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"key": "CLOSE",
|
|
581
|
+
"name": "Close"
|
|
582
|
+
}
|
|
583
|
+
],
|
|
584
|
+
"transitions": [
|
|
585
|
+
{
|
|
586
|
+
"from": "idle",
|
|
587
|
+
"to": "idle",
|
|
588
|
+
"event": "INIT",
|
|
589
|
+
"effects": [
|
|
590
|
+
[
|
|
591
|
+
"ref",
|
|
592
|
+
"CartItem"
|
|
593
|
+
]
|
|
594
|
+
]
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"from": "idle",
|
|
598
|
+
"to": "confirming",
|
|
599
|
+
"event": "REQUEST_REMOVE",
|
|
600
|
+
"effects": [
|
|
601
|
+
[
|
|
602
|
+
"set",
|
|
603
|
+
"@entity.pendingId",
|
|
604
|
+
"@payload.id"
|
|
605
|
+
],
|
|
606
|
+
[
|
|
607
|
+
"fetch",
|
|
608
|
+
"CartItem",
|
|
609
|
+
{
|
|
610
|
+
"id": "@payload.id"
|
|
611
|
+
}
|
|
612
|
+
],
|
|
613
|
+
[
|
|
614
|
+
"render-ui",
|
|
615
|
+
"modal",
|
|
521
616
|
{
|
|
522
617
|
"type": "stack",
|
|
523
|
-
"direction": "
|
|
524
|
-
"gap": "
|
|
525
|
-
"align": "center",
|
|
618
|
+
"direction": "vertical",
|
|
619
|
+
"gap": "md",
|
|
526
620
|
"children": [
|
|
527
621
|
{
|
|
528
|
-
"type": "
|
|
529
|
-
"
|
|
530
|
-
"
|
|
622
|
+
"type": "stack",
|
|
623
|
+
"direction": "horizontal",
|
|
624
|
+
"gap": "sm",
|
|
625
|
+
"align": "center",
|
|
626
|
+
"children": [
|
|
627
|
+
{
|
|
628
|
+
"type": "icon",
|
|
629
|
+
"name": "alert-triangle",
|
|
630
|
+
"size": "md"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"type": "typography",
|
|
634
|
+
"content": "Remove Item",
|
|
635
|
+
"variant": "h3"
|
|
636
|
+
}
|
|
637
|
+
]
|
|
531
638
|
},
|
|
532
639
|
{
|
|
533
|
-
"type": "
|
|
534
|
-
"content": "Remove Item",
|
|
535
|
-
"variant": "h3"
|
|
536
|
-
}
|
|
537
|
-
]
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"type": "divider"
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"type": "alert",
|
|
544
|
-
"variant": "danger",
|
|
545
|
-
"message": "Are you sure you want to remove this item from your cart?"
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"type": "stack",
|
|
549
|
-
"direction": "horizontal",
|
|
550
|
-
"gap": "sm",
|
|
551
|
-
"justify": "end",
|
|
552
|
-
"children": [
|
|
553
|
-
{
|
|
554
|
-
"type": "button",
|
|
555
|
-
"label": "Cancel",
|
|
556
|
-
"event": "CANCEL",
|
|
557
|
-
"variant": "ghost"
|
|
640
|
+
"type": "divider"
|
|
558
641
|
},
|
|
559
642
|
{
|
|
560
|
-
"type": "
|
|
561
|
-
"label": "Remove",
|
|
562
|
-
"event": "CONFIRM_REMOVE",
|
|
643
|
+
"type": "alert",
|
|
563
644
|
"variant": "danger",
|
|
564
|
-
"
|
|
645
|
+
"message": "Are you sure you want to remove this item from your cart?"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"type": "stack",
|
|
649
|
+
"direction": "horizontal",
|
|
650
|
+
"gap": "sm",
|
|
651
|
+
"justify": "end",
|
|
652
|
+
"children": [
|
|
653
|
+
{
|
|
654
|
+
"type": "button",
|
|
655
|
+
"label": "Cancel",
|
|
656
|
+
"event": "CANCEL",
|
|
657
|
+
"variant": "ghost"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"type": "button",
|
|
661
|
+
"label": "Remove",
|
|
662
|
+
"event": "CONFIRM_REMOVE",
|
|
663
|
+
"variant": "danger",
|
|
664
|
+
"icon": "check"
|
|
665
|
+
}
|
|
666
|
+
]
|
|
565
667
|
}
|
|
566
668
|
]
|
|
567
669
|
}
|
|
568
670
|
]
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
"
|
|
575
|
-
"
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
671
|
+
]
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"from": "confirming",
|
|
675
|
+
"to": "idle",
|
|
676
|
+
"event": "CONFIRM_REMOVE",
|
|
677
|
+
"effects": [
|
|
678
|
+
[
|
|
679
|
+
"persist",
|
|
680
|
+
"delete",
|
|
681
|
+
"CartItem",
|
|
682
|
+
"@entity.pendingId"
|
|
683
|
+
],
|
|
684
|
+
[
|
|
685
|
+
"render-ui",
|
|
686
|
+
"modal",
|
|
687
|
+
null
|
|
688
|
+
],
|
|
689
|
+
[
|
|
690
|
+
"ref",
|
|
691
|
+
"CartItem"
|
|
692
|
+
],
|
|
693
|
+
[
|
|
694
|
+
"notify",
|
|
695
|
+
"CartItem deleted successfully"
|
|
696
|
+
]
|
|
697
|
+
]
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"from": "confirming",
|
|
701
|
+
"to": "idle",
|
|
702
|
+
"event": "CANCEL",
|
|
703
|
+
"effects": [
|
|
704
|
+
[
|
|
705
|
+
"render-ui",
|
|
706
|
+
"modal",
|
|
707
|
+
null
|
|
708
|
+
],
|
|
709
|
+
[
|
|
710
|
+
"ref",
|
|
711
|
+
"CartItem"
|
|
712
|
+
]
|
|
713
|
+
]
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"from": "confirming",
|
|
717
|
+
"to": "idle",
|
|
718
|
+
"event": "CLOSE",
|
|
719
|
+
"effects": [
|
|
720
|
+
[
|
|
721
|
+
"render-ui",
|
|
722
|
+
"modal",
|
|
723
|
+
null
|
|
724
|
+
],
|
|
725
|
+
[
|
|
726
|
+
"ref",
|
|
727
|
+
"CartItem"
|
|
728
|
+
]
|
|
729
|
+
]
|
|
730
|
+
}
|
|
610
731
|
]
|
|
611
732
|
}
|
|
612
733
|
}
|
|
@@ -629,5 +750,6 @@
|
|
|
629
750
|
}
|
|
630
751
|
]
|
|
631
752
|
}
|
|
632
|
-
]
|
|
633
|
-
|
|
753
|
+
],
|
|
754
|
+
"description": "Shopping cart molecule. Composes atoms: - Cart-specific browse trait (empty/hasItems/checkout states) - stdModal for the add-item form (responds to ADD_ITEM) (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."
|
|
755
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "ClassifierGameOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Educational game molecule: menu -> playing -> complete. Uses the `classifier-board` pattern for the playing state.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ClassifierGameOrbital",
|
|
@@ -226,5 +225,6 @@
|
|
|
226
225
|
}
|
|
227
226
|
]
|
|
228
227
|
}
|
|
229
|
-
]
|
|
230
|
-
|
|
228
|
+
],
|
|
229
|
+
"description": "Educational game molecule: menu -> playing -> complete. Uses the `classifier-board` pattern for the playing state. (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."
|
|
230
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "DebuggerGameOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Educational game molecule: menu -> playing -> complete. Uses the `debugger-board` pattern for the playing state.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "DebuggerGameOrbital",
|
|
@@ -226,5 +225,6 @@
|
|
|
226
225
|
}
|
|
227
226
|
]
|
|
228
227
|
}
|
|
229
|
-
]
|
|
230
|
-
|
|
228
|
+
],
|
|
229
|
+
"description": "Educational game molecule: menu -> playing -> complete. Uses the `debugger-board` pattern for the playing state. (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."
|
|
230
|
+
}
|