@almadar/std 5.2.2 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/exports/atoms/std-agent-activity-log.orb +220 -10
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +63 -4
- package/behaviors/exports/atoms/std-agent-classifier.orb +12 -4
- package/behaviors/exports/atoms/std-agent-completion.orb +12 -4
- package/behaviors/exports/atoms/std-agent-context-window.orb +8 -4
- package/behaviors/exports/atoms/std-agent-conversation.orb +79 -4
- package/behaviors/exports/atoms/std-agent-memory.orb +16 -4
- package/behaviors/exports/atoms/std-agent-provider.orb +12 -4
- package/behaviors/exports/atoms/std-agent-search.orb +8 -4
- package/behaviors/exports/atoms/std-agent-session.orb +20 -4
- package/behaviors/exports/atoms/std-agent-step-progress.orb +8 -4
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +8 -4
- package/behaviors/exports/atoms/std-agent-tool-call.orb +12 -4
- package/behaviors/exports/atoms/std-async.orb +12 -4
- package/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/behaviors/exports/atoms/std-browse.orb +8 -4
- package/behaviors/exports/atoms/std-cache-aside.orb +12 -4
- package/behaviors/exports/atoms/std-calendar.orb +8 -4
- package/behaviors/exports/atoms/std-circuit-breaker.orb +8 -4
- package/behaviors/exports/atoms/std-collision.orb +8 -4
- package/behaviors/exports/atoms/std-combat-log.orb +8 -4
- package/behaviors/exports/atoms/std-combat.orb +8 -4
- package/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/behaviors/exports/atoms/std-dialogue-box.orb +8 -4
- package/behaviors/exports/atoms/std-display.orb +153 -4
- package/behaviors/exports/atoms/std-drawer.orb +58 -4
- package/behaviors/exports/atoms/std-filter.orb +8 -4
- package/behaviors/exports/atoms/std-flip-card.orb +8 -4
- package/behaviors/exports/atoms/std-gallery.orb +8 -4
- package/behaviors/exports/atoms/std-game-audio.orb +8 -4
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -3
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -3
- package/behaviors/exports/atoms/std-game-hud.orb +16 -4
- package/behaviors/exports/atoms/std-game-menu.orb +8 -4
- package/behaviors/exports/atoms/std-game-over-screen.orb +8 -4
- package/behaviors/exports/atoms/std-gameflow.orb +8 -4
- package/behaviors/exports/atoms/std-input.orb +8 -4
- package/behaviors/exports/atoms/std-inventory-panel.orb +12 -4
- package/behaviors/exports/atoms/std-isometric-canvas.orb +8 -4
- package/behaviors/exports/atoms/std-loading.orb +8 -4
- package/behaviors/exports/atoms/std-modal.orb +8 -4
- package/behaviors/exports/atoms/std-movement.orb +8 -4
- package/behaviors/exports/atoms/std-notification.orb +8 -4
- package/behaviors/exports/atoms/std-overworld.orb +8 -4
- package/behaviors/exports/atoms/std-pagination.orb +8 -4
- package/behaviors/exports/atoms/std-physics2d.orb +8 -4
- package/behaviors/exports/atoms/std-platformer-canvas.orb +8 -4
- package/behaviors/exports/atoms/std-quest.orb +14 -5
- package/behaviors/exports/atoms/std-rate-limiter.orb +8 -4
- package/behaviors/exports/atoms/std-rating.orb +8 -4
- package/behaviors/exports/atoms/std-score-board.orb +8 -4
- package/behaviors/exports/atoms/std-score.orb +8 -4
- package/behaviors/exports/atoms/std-search.orb +8 -4
- package/behaviors/exports/atoms/std-selection.orb +8 -4
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +19 -4
- package/behaviors/exports/atoms/std-service-custom-header.orb +21 -4
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +15 -4
- package/behaviors/exports/atoms/std-service-custom-query.orb +21 -4
- package/behaviors/exports/atoms/std-service-email.orb +8 -4
- package/behaviors/exports/atoms/std-service-github.orb +8 -4
- package/behaviors/exports/atoms/std-service-llm.orb +8 -4
- package/behaviors/exports/atoms/std-service-oauth.orb +8 -4
- package/behaviors/exports/atoms/std-service-redis.orb +8 -4
- package/behaviors/exports/atoms/std-service-storage.orb +8 -4
- package/behaviors/exports/atoms/std-service-stripe.orb +8 -4
- package/behaviors/exports/atoms/std-service-twilio.orb +8 -4
- package/behaviors/exports/atoms/std-service-youtube.orb +8 -4
- package/behaviors/exports/atoms/std-simulation-canvas.orb +8 -4
- package/behaviors/exports/atoms/std-sort.orb +52 -4
- package/behaviors/exports/atoms/std-sprite.orb +8 -4
- package/behaviors/exports/atoms/std-tabs.orb +16 -4
- package/behaviors/exports/atoms/std-text-effects.orb +8 -4
- package/behaviors/exports/atoms/std-theme.orb +8 -4
- package/behaviors/exports/atoms/std-timer.orb +8 -4
- package/behaviors/exports/atoms/std-undo.orb +8 -4
- package/behaviors/exports/atoms/std-upload.orb +8 -4
- package/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/behaviors/exports/atoms/std-wizard.orb +26 -4
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1729 -1159
- package/behaviors/exports/molecules/std-agent-learner.orb +856 -626
- package/behaviors/exports/molecules/std-agent-planner.orb +873 -623
- package/behaviors/exports/molecules/std-agent-rag.orb +804 -604
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +2860 -931
- package/behaviors/exports/molecules/std-builder-game.orb +8 -4
- package/behaviors/exports/molecules/std-cart.orb +318 -197
- package/behaviors/exports/molecules/std-classifier-game.orb +8 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +8 -4
- package/behaviors/exports/molecules/std-detail.orb +489 -307
- package/behaviors/exports/molecules/std-event-handler-game.orb +8 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +12 -4
- package/behaviors/exports/molecules/std-geospatial.orb +519 -364
- package/behaviors/exports/molecules/std-inventory.orb +650 -391
- package/behaviors/exports/molecules/std-list.orb +890 -526
- package/behaviors/exports/molecules/std-messaging.orb +474 -293
- package/behaviors/exports/molecules/std-negotiator-game.orb +8 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +8 -4
- package/behaviors/exports/molecules/std-puzzle-game.orb +8 -4
- package/behaviors/exports/molecules/std-quiz.orb +8 -4
- package/behaviors/exports/molecules/std-sequencer-game.orb +8 -4
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +8 -4
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +46 -4
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +8 -4
- package/behaviors/exports/molecules/std-service-notification-hub.orb +8 -4
- package/behaviors/exports/molecules/std-service-payment-flow.orb +8 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +8 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +8 -4
- package/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/behaviors/exports/organisms/std-agent-builder.orb +1321 -835
- package/behaviors/exports/organisms/std-agent-pipeline.orb +1284 -782
- package/behaviors/exports/organisms/std-agent-reviewer.orb +372 -300
- package/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/behaviors/exports/organisms/std-api-gateway.orb +21 -4
- package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/behaviors/exports/organisms/std-booking-system.orb +38 -4
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +25 -4
- package/behaviors/exports/organisms/std-cms.orb +42 -4
- package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/behaviors/exports/organisms/std-crm.orb +42 -4
- package/behaviors/exports/organisms/std-devops-dashboard.orb +21 -4
- package/behaviors/exports/organisms/std-ecommerce.orb +46 -4
- package/behaviors/exports/organisms/std-finance-tracker.orb +25 -4
- package/behaviors/exports/organisms/std-healthcare.orb +42 -4
- package/behaviors/exports/organisms/std-helpdesk.orb +25 -4
- package/behaviors/exports/organisms/std-hr-portal.orb +38 -4
- package/behaviors/exports/organisms/std-iot-dashboard.orb +21 -4
- package/behaviors/exports/organisms/std-lms.orb +21 -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 +38 -4
- package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +25 -4
- package/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/behaviors/exports/organisms/std-service-marketplace.orb +46 -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 +25 -4
- package/behaviors/exports/validation-report.json +1662 -1
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +220 -10
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +63 -4
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +79 -4
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +16 -4
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-search.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-session.orb +20 -4
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +12 -4
- package/dist/behaviors/exports/atoms/std-async.orb +12 -4
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/behaviors/exports/atoms/std-browse.orb +8 -4
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +12 -4
- package/dist/behaviors/exports/atoms/std-calendar.orb +8 -4
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +8 -4
- package/dist/behaviors/exports/atoms/std-collision.orb +8 -4
- package/dist/behaviors/exports/atoms/std-combat-log.orb +8 -4
- package/dist/behaviors/exports/atoms/std-combat.orb +8 -4
- package/dist/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +8 -4
- package/dist/behaviors/exports/atoms/std-display.orb +153 -4
- package/dist/behaviors/exports/atoms/std-drawer.orb +58 -4
- package/dist/behaviors/exports/atoms/std-filter.orb +8 -4
- package/dist/behaviors/exports/atoms/std-flip-card.orb +8 -4
- package/dist/behaviors/exports/atoms/std-gallery.orb +8 -4
- package/dist/behaviors/exports/atoms/std-game-audio.orb +8 -4
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -3
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -3
- package/dist/behaviors/exports/atoms/std-game-hud.orb +16 -4
- package/dist/behaviors/exports/atoms/std-game-menu.orb +8 -4
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +8 -4
- package/dist/behaviors/exports/atoms/std-gameflow.orb +8 -4
- package/dist/behaviors/exports/atoms/std-input.orb +8 -4
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +12 -4
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +8 -4
- package/dist/behaviors/exports/atoms/std-loading.orb +8 -4
- package/dist/behaviors/exports/atoms/std-modal.orb +8 -4
- package/dist/behaviors/exports/atoms/std-movement.orb +8 -4
- package/dist/behaviors/exports/atoms/std-notification.orb +8 -4
- package/dist/behaviors/exports/atoms/std-overworld.orb +8 -4
- package/dist/behaviors/exports/atoms/std-pagination.orb +8 -4
- package/dist/behaviors/exports/atoms/std-physics2d.orb +8 -4
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +8 -4
- package/dist/behaviors/exports/atoms/std-quest.orb +14 -5
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +8 -4
- package/dist/behaviors/exports/atoms/std-rating.orb +8 -4
- package/dist/behaviors/exports/atoms/std-score-board.orb +8 -4
- package/dist/behaviors/exports/atoms/std-score.orb +8 -4
- package/dist/behaviors/exports/atoms/std-search.orb +8 -4
- package/dist/behaviors/exports/atoms/std-selection.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +19 -4
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +21 -4
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +15 -4
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +21 -4
- package/dist/behaviors/exports/atoms/std-service-email.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-github.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-llm.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-redis.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-storage.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +8 -4
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +8 -4
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +8 -4
- package/dist/behaviors/exports/atoms/std-sort.orb +52 -4
- package/dist/behaviors/exports/atoms/std-sprite.orb +8 -4
- package/dist/behaviors/exports/atoms/std-tabs.orb +16 -4
- package/dist/behaviors/exports/atoms/std-text-effects.orb +8 -4
- package/dist/behaviors/exports/atoms/std-theme.orb +8 -4
- package/dist/behaviors/exports/atoms/std-timer.orb +8 -4
- package/dist/behaviors/exports/atoms/std-undo.orb +8 -4
- package/dist/behaviors/exports/atoms/std-upload.orb +8 -4
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/behaviors/exports/atoms/std-wizard.orb +26 -4
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1729 -1159
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +856 -626
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +873 -623
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +804 -604
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +2860 -931
- package/dist/behaviors/exports/molecules/std-builder-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +318 -197
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +489 -307
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +12 -4
- package/dist/behaviors/exports/molecules/std-geospatial.orb +519 -364
- package/dist/behaviors/exports/molecules/std-inventory.orb +650 -391
- package/dist/behaviors/exports/molecules/std-list.orb +890 -526
- package/dist/behaviors/exports/molecules/std-messaging.orb +474 -293
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-quiz.orb +8 -4
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +46 -4
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +8 -4
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +8 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +8 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +8 -4
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +1321 -835
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +1284 -782
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +372 -300
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +21 -4
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +38 -4
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +25 -4
- package/dist/behaviors/exports/organisms/std-cms.orb +42 -4
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/behaviors/exports/organisms/std-crm.orb +42 -4
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +21 -4
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +46 -4
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +25 -4
- package/dist/behaviors/exports/organisms/std-healthcare.orb +42 -4
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +25 -4
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +38 -4
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +21 -4
- package/dist/behaviors/exports/organisms/std-lms.orb +21 -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 +38 -4
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +25 -4
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +46 -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 +25 -4
- package/dist/behaviors/exports/validation-report.json +1662 -1
- package/dist/behaviors/exports-reader.js +225 -206
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +113 -113
- package/dist/behaviors/functions/index.js +225 -207
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +226 -207
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +225 -206
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +220 -10
- package/dist/exports/atoms/std-agent-chat-thread.orb +63 -4
- package/dist/exports/atoms/std-agent-classifier.orb +12 -4
- package/dist/exports/atoms/std-agent-completion.orb +12 -4
- package/dist/exports/atoms/std-agent-context-window.orb +8 -4
- package/dist/exports/atoms/std-agent-conversation.orb +79 -4
- package/dist/exports/atoms/std-agent-memory.orb +16 -4
- package/dist/exports/atoms/std-agent-provider.orb +12 -4
- package/dist/exports/atoms/std-agent-search.orb +8 -4
- package/dist/exports/atoms/std-agent-session.orb +20 -4
- package/dist/exports/atoms/std-agent-step-progress.orb +8 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +8 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +12 -4
- package/dist/exports/atoms/std-async.orb +12 -4
- package/dist/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/exports/atoms/std-browse.orb +8 -4
- package/dist/exports/atoms/std-cache-aside.orb +12 -4
- package/dist/exports/atoms/std-calendar.orb +8 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +8 -4
- package/dist/exports/atoms/std-collision.orb +8 -4
- package/dist/exports/atoms/std-combat-log.orb +8 -4
- package/dist/exports/atoms/std-combat.orb +8 -4
- package/dist/exports/atoms/std-confirmation.orb +4 -4
- package/dist/exports/atoms/std-dialogue-box.orb +8 -4
- package/dist/exports/atoms/std-display.orb +153 -4
- package/dist/exports/atoms/std-drawer.orb +58 -4
- package/dist/exports/atoms/std-filter.orb +8 -4
- package/dist/exports/atoms/std-flip-card.orb +8 -4
- package/dist/exports/atoms/std-gallery.orb +8 -4
- package/dist/exports/atoms/std-game-audio.orb +8 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -3
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -3
- package/dist/exports/atoms/std-game-hud.orb +16 -4
- package/dist/exports/atoms/std-game-menu.orb +8 -4
- package/dist/exports/atoms/std-game-over-screen.orb +8 -4
- package/dist/exports/atoms/std-gameflow.orb +8 -4
- package/dist/exports/atoms/std-input.orb +8 -4
- package/dist/exports/atoms/std-inventory-panel.orb +12 -4
- package/dist/exports/atoms/std-isometric-canvas.orb +8 -4
- package/dist/exports/atoms/std-loading.orb +8 -4
- package/dist/exports/atoms/std-modal.orb +8 -4
- package/dist/exports/atoms/std-movement.orb +8 -4
- package/dist/exports/atoms/std-notification.orb +8 -4
- package/dist/exports/atoms/std-overworld.orb +8 -4
- package/dist/exports/atoms/std-pagination.orb +8 -4
- package/dist/exports/atoms/std-physics2d.orb +8 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +8 -4
- package/dist/exports/atoms/std-quest.orb +14 -5
- package/dist/exports/atoms/std-rate-limiter.orb +8 -4
- package/dist/exports/atoms/std-rating.orb +8 -4
- package/dist/exports/atoms/std-score-board.orb +8 -4
- package/dist/exports/atoms/std-score.orb +8 -4
- package/dist/exports/atoms/std-search.orb +8 -4
- package/dist/exports/atoms/std-selection.orb +8 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +19 -4
- package/dist/exports/atoms/std-service-custom-header.orb +21 -4
- package/dist/exports/atoms/std-service-custom-noauth.orb +15 -4
- package/dist/exports/atoms/std-service-custom-query.orb +21 -4
- package/dist/exports/atoms/std-service-email.orb +8 -4
- package/dist/exports/atoms/std-service-github.orb +8 -4
- package/dist/exports/atoms/std-service-llm.orb +8 -4
- package/dist/exports/atoms/std-service-oauth.orb +8 -4
- package/dist/exports/atoms/std-service-redis.orb +8 -4
- package/dist/exports/atoms/std-service-storage.orb +8 -4
- package/dist/exports/atoms/std-service-stripe.orb +8 -4
- package/dist/exports/atoms/std-service-twilio.orb +8 -4
- package/dist/exports/atoms/std-service-youtube.orb +8 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +8 -4
- package/dist/exports/atoms/std-sort.orb +52 -4
- package/dist/exports/atoms/std-sprite.orb +8 -4
- package/dist/exports/atoms/std-tabs.orb +16 -4
- package/dist/exports/atoms/std-text-effects.orb +8 -4
- package/dist/exports/atoms/std-theme.orb +8 -4
- package/dist/exports/atoms/std-timer.orb +8 -4
- package/dist/exports/atoms/std-undo.orb +8 -4
- package/dist/exports/atoms/std-upload.orb +8 -4
- package/dist/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/exports/atoms/std-wizard.orb +26 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1729 -1159
- package/dist/exports/molecules/std-agent-learner.orb +856 -626
- package/dist/exports/molecules/std-agent-planner.orb +873 -623
- package/dist/exports/molecules/std-agent-rag.orb +804 -604
- package/dist/exports/molecules/std-agent-tool-loop.orb +2860 -931
- package/dist/exports/molecules/std-builder-game.orb +8 -4
- package/dist/exports/molecules/std-cart.orb +318 -197
- package/dist/exports/molecules/std-classifier-game.orb +8 -4
- package/dist/exports/molecules/std-debugger-game.orb +8 -4
- package/dist/exports/molecules/std-detail.orb +489 -307
- package/dist/exports/molecules/std-event-handler-game.orb +8 -4
- package/dist/exports/molecules/std-form-advanced.orb +12 -4
- package/dist/exports/molecules/std-geospatial.orb +519 -364
- package/dist/exports/molecules/std-inventory.orb +650 -391
- package/dist/exports/molecules/std-list.orb +890 -526
- package/dist/exports/molecules/std-messaging.orb +474 -293
- package/dist/exports/molecules/std-negotiator-game.orb +8 -4
- package/dist/exports/molecules/std-platformer-game.orb +8 -4
- package/dist/exports/molecules/std-puzzle-game.orb +8 -4
- package/dist/exports/molecules/std-quiz.orb +8 -4
- package/dist/exports/molecules/std-sequencer-game.orb +8 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +8 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +46 -4
- package/dist/exports/molecules/std-service-devops-toolkit.orb +8 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +8 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +8 -4
- package/dist/exports/molecules/std-simulator-game.orb +8 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +8 -4
- package/dist/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/exports/organisms/std-agent-builder.orb +1321 -835
- package/dist/exports/organisms/std-agent-pipeline.orb +1284 -782
- package/dist/exports/organisms/std-agent-reviewer.orb +372 -300
- package/dist/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/exports/organisms/std-api-gateway.orb +21 -4
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +38 -4
- package/dist/exports/organisms/std-cicd-pipeline.orb +25 -4
- package/dist/exports/organisms/std-cms.orb +42 -4
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +42 -4
- package/dist/exports/organisms/std-devops-dashboard.orb +21 -4
- package/dist/exports/organisms/std-ecommerce.orb +46 -4
- package/dist/exports/organisms/std-finance-tracker.orb +25 -4
- package/dist/exports/organisms/std-healthcare.orb +42 -4
- package/dist/exports/organisms/std-helpdesk.orb +25 -4
- package/dist/exports/organisms/std-hr-portal.orb +38 -4
- package/dist/exports/organisms/std-iot-dashboard.orb +21 -4
- package/dist/exports/organisms/std-lms.orb +21 -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 +38 -4
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +25 -4
- package/dist/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/exports/organisms/std-service-marketplace.orb +46 -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 +25 -4
- package/dist/exports/validation-report.json +1662 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +226 -207
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "DisplayItemOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Read-only display molecule with loading/refresh. Single trait (display is self-contained, no modal atoms needed). Used for dashboards, stats panels, KPIs.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "DisplayItemOrbital",
|
|
@@ -34,6 +33,10 @@
|
|
|
34
33
|
{
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
37
40
|
}
|
|
38
41
|
]
|
|
39
42
|
},
|
|
@@ -264,6 +267,35 @@
|
|
|
264
267
|
]
|
|
265
268
|
}
|
|
266
269
|
]
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"type": "card",
|
|
273
|
+
"children": [
|
|
274
|
+
{
|
|
275
|
+
"type": "stack",
|
|
276
|
+
"direction": "vertical",
|
|
277
|
+
"gap": "sm",
|
|
278
|
+
"children": [
|
|
279
|
+
{
|
|
280
|
+
"type": "typography",
|
|
281
|
+
"variant": "caption",
|
|
282
|
+
"content": "PendingId"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"type": "typography",
|
|
286
|
+
"variant": "h3",
|
|
287
|
+
"content": [
|
|
288
|
+
"object/get",
|
|
289
|
+
[
|
|
290
|
+
"array/first",
|
|
291
|
+
"@entity"
|
|
292
|
+
],
|
|
293
|
+
"pendingId"
|
|
294
|
+
]
|
|
295
|
+
}
|
|
296
|
+
]
|
|
297
|
+
}
|
|
298
|
+
]
|
|
267
299
|
}
|
|
268
300
|
]
|
|
269
301
|
}
|
|
@@ -576,6 +608,35 @@
|
|
|
576
608
|
]
|
|
577
609
|
}
|
|
578
610
|
]
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"type": "card",
|
|
614
|
+
"children": [
|
|
615
|
+
{
|
|
616
|
+
"type": "stack",
|
|
617
|
+
"direction": "vertical",
|
|
618
|
+
"gap": "sm",
|
|
619
|
+
"children": [
|
|
620
|
+
{
|
|
621
|
+
"type": "typography",
|
|
622
|
+
"variant": "caption",
|
|
623
|
+
"content": "PendingId"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"type": "typography",
|
|
627
|
+
"variant": "h3",
|
|
628
|
+
"content": [
|
|
629
|
+
"object/get",
|
|
630
|
+
[
|
|
631
|
+
"array/first",
|
|
632
|
+
"@entity"
|
|
633
|
+
],
|
|
634
|
+
"pendingId"
|
|
635
|
+
]
|
|
636
|
+
}
|
|
637
|
+
]
|
|
638
|
+
}
|
|
639
|
+
]
|
|
579
640
|
}
|
|
580
641
|
]
|
|
581
642
|
}
|
|
@@ -888,6 +949,35 @@
|
|
|
888
949
|
]
|
|
889
950
|
}
|
|
890
951
|
]
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"type": "card",
|
|
955
|
+
"children": [
|
|
956
|
+
{
|
|
957
|
+
"type": "stack",
|
|
958
|
+
"direction": "vertical",
|
|
959
|
+
"gap": "sm",
|
|
960
|
+
"children": [
|
|
961
|
+
{
|
|
962
|
+
"type": "typography",
|
|
963
|
+
"variant": "caption",
|
|
964
|
+
"content": "PendingId"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"type": "typography",
|
|
968
|
+
"variant": "h3",
|
|
969
|
+
"content": [
|
|
970
|
+
"object/get",
|
|
971
|
+
[
|
|
972
|
+
"array/first",
|
|
973
|
+
"@entity"
|
|
974
|
+
],
|
|
975
|
+
"pendingId"
|
|
976
|
+
]
|
|
977
|
+
}
|
|
978
|
+
]
|
|
979
|
+
}
|
|
980
|
+
]
|
|
891
981
|
}
|
|
892
982
|
]
|
|
893
983
|
}
|
|
@@ -1200,6 +1290,35 @@
|
|
|
1200
1290
|
]
|
|
1201
1291
|
}
|
|
1202
1292
|
]
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"type": "card",
|
|
1296
|
+
"children": [
|
|
1297
|
+
{
|
|
1298
|
+
"type": "stack",
|
|
1299
|
+
"direction": "vertical",
|
|
1300
|
+
"gap": "sm",
|
|
1301
|
+
"children": [
|
|
1302
|
+
{
|
|
1303
|
+
"type": "typography",
|
|
1304
|
+
"variant": "caption",
|
|
1305
|
+
"content": "PendingId"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"type": "typography",
|
|
1309
|
+
"variant": "h3",
|
|
1310
|
+
"content": [
|
|
1311
|
+
"object/get",
|
|
1312
|
+
[
|
|
1313
|
+
"array/first",
|
|
1314
|
+
"@entity"
|
|
1315
|
+
],
|
|
1316
|
+
"pendingId"
|
|
1317
|
+
]
|
|
1318
|
+
}
|
|
1319
|
+
]
|
|
1320
|
+
}
|
|
1321
|
+
]
|
|
1203
1322
|
}
|
|
1204
1323
|
]
|
|
1205
1324
|
}
|
|
@@ -1512,6 +1631,35 @@
|
|
|
1512
1631
|
]
|
|
1513
1632
|
}
|
|
1514
1633
|
]
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"type": "card",
|
|
1637
|
+
"children": [
|
|
1638
|
+
{
|
|
1639
|
+
"type": "stack",
|
|
1640
|
+
"direction": "vertical",
|
|
1641
|
+
"gap": "sm",
|
|
1642
|
+
"children": [
|
|
1643
|
+
{
|
|
1644
|
+
"type": "typography",
|
|
1645
|
+
"variant": "caption",
|
|
1646
|
+
"content": "PendingId"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"type": "typography",
|
|
1650
|
+
"variant": "h3",
|
|
1651
|
+
"content": [
|
|
1652
|
+
"object/get",
|
|
1653
|
+
[
|
|
1654
|
+
"array/first",
|
|
1655
|
+
"@entity"
|
|
1656
|
+
],
|
|
1657
|
+
"pendingId"
|
|
1658
|
+
]
|
|
1659
|
+
}
|
|
1660
|
+
]
|
|
1661
|
+
}
|
|
1662
|
+
]
|
|
1515
1663
|
}
|
|
1516
1664
|
]
|
|
1517
1665
|
}
|
|
@@ -1650,5 +1798,6 @@
|
|
|
1650
1798
|
}
|
|
1651
1799
|
]
|
|
1652
1800
|
}
|
|
1653
|
-
]
|
|
1654
|
-
|
|
1801
|
+
],
|
|
1802
|
+
"description": "Read-only display molecule with loading/refresh. Single trait (display is self-contained, no modal atoms needed). Used for dashboards, stats panels, KPIs. (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."
|
|
1803
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "DrawerContentOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "std-drawer as a Function",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "DrawerContentOrbital",
|
|
@@ -34,6 +33,10 @@
|
|
|
34
33
|
{
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
37
40
|
}
|
|
38
41
|
]
|
|
39
42
|
},
|
|
@@ -276,6 +279,31 @@
|
|
|
276
279
|
}
|
|
277
280
|
]
|
|
278
281
|
},
|
|
282
|
+
{
|
|
283
|
+
"type": "stack",
|
|
284
|
+
"direction": "horizontal",
|
|
285
|
+
"gap": "md",
|
|
286
|
+
"justify": "space-between",
|
|
287
|
+
"children": [
|
|
288
|
+
{
|
|
289
|
+
"type": "typography",
|
|
290
|
+
"variant": "caption",
|
|
291
|
+
"content": "PendingId"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"type": "typography",
|
|
295
|
+
"variant": "body",
|
|
296
|
+
"content": [
|
|
297
|
+
"object/get",
|
|
298
|
+
[
|
|
299
|
+
"array/first",
|
|
300
|
+
"@entity"
|
|
301
|
+
],
|
|
302
|
+
"pendingId"
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
]
|
|
306
|
+
},
|
|
279
307
|
{
|
|
280
308
|
"type": "divider"
|
|
281
309
|
},
|
|
@@ -407,6 +435,31 @@
|
|
|
407
435
|
]
|
|
408
436
|
}
|
|
409
437
|
]
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"type": "stack",
|
|
441
|
+
"direction": "horizontal",
|
|
442
|
+
"gap": "md",
|
|
443
|
+
"justify": "space-between",
|
|
444
|
+
"children": [
|
|
445
|
+
{
|
|
446
|
+
"type": "typography",
|
|
447
|
+
"variant": "caption",
|
|
448
|
+
"content": "PendingId"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"type": "typography",
|
|
452
|
+
"variant": "body",
|
|
453
|
+
"content": [
|
|
454
|
+
"object/get",
|
|
455
|
+
[
|
|
456
|
+
"array/first",
|
|
457
|
+
"@entity"
|
|
458
|
+
],
|
|
459
|
+
"pendingId"
|
|
460
|
+
]
|
|
461
|
+
}
|
|
462
|
+
]
|
|
410
463
|
}
|
|
411
464
|
]
|
|
412
465
|
}
|
|
@@ -520,5 +573,6 @@
|
|
|
520
573
|
}
|
|
521
574
|
]
|
|
522
575
|
}
|
|
523
|
-
]
|
|
524
|
-
|
|
576
|
+
],
|
|
577
|
+
"description": "Drawer behavior parameterized for any domain. Provides a slide-out drawer that displays entity detail. Two states: closed and open, with transitions to toggle visibility. Similar to std-modal but renders to a \"drawer\" slot concept. (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."
|
|
578
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "FilterTargetOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Filter atom. Shows filter buttons per field with predefined values. Clicking a filter value transitions to filtered state. Clear resets.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "FilterTargetOrbital",
|
|
@@ -34,6 +33,10 @@
|
|
|
34
33
|
{
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
37
40
|
}
|
|
38
41
|
]
|
|
39
42
|
},
|
|
@@ -633,5 +636,6 @@
|
|
|
633
636
|
}
|
|
634
637
|
]
|
|
635
638
|
}
|
|
636
|
-
]
|
|
637
|
-
|
|
639
|
+
],
|
|
640
|
+
"description": "Filter atom. Shows filter buttons per field with predefined values. Clicking a filter value transitions to filtered state. Clear resets. (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."
|
|
641
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "FlashcardOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Flip card atom for flashcard-style front/back content. Absorbs: flip-container, flip-card.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "FlashcardOrbital",
|
|
@@ -35,6 +34,10 @@
|
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
37
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
38
41
|
{
|
|
39
42
|
"name": "question",
|
|
40
43
|
"type": "string",
|
|
@@ -593,5 +596,6 @@
|
|
|
593
596
|
}
|
|
594
597
|
]
|
|
595
598
|
}
|
|
596
|
-
]
|
|
597
|
-
|
|
599
|
+
],
|
|
600
|
+
"description": "Flip card atom for flashcard-style front/back content. Absorbs: flip-container, flip-card. (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."
|
|
601
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "GalleryItemOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Image gallery atom with carousel browsing and lightbox viewing. Absorbs: carousel, lightbox.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "GalleryItemOrbital",
|
|
@@ -35,6 +34,10 @@
|
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
37
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
38
41
|
{
|
|
39
42
|
"name": "imageUrl",
|
|
40
43
|
"type": "string",
|
|
@@ -379,5 +382,6 @@
|
|
|
379
382
|
}
|
|
380
383
|
]
|
|
381
384
|
}
|
|
382
|
-
]
|
|
383
|
-
|
|
385
|
+
],
|
|
386
|
+
"description": "Image gallery atom with carousel browsing and lightbox viewing. Absorbs: carousel, lightbox. (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."
|
|
387
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "AudioTrackOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Game audio provider atom using the `game-audio-provider` pattern. Wraps child content with an audio context, providing sound playback and mute toggling.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "AudioTrackOrbital",
|
|
@@ -34,6 +33,10 @@
|
|
|
34
33
|
{
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
37
40
|
}
|
|
38
41
|
]
|
|
39
42
|
},
|
|
@@ -342,5 +345,6 @@
|
|
|
342
345
|
}
|
|
343
346
|
]
|
|
344
347
|
}
|
|
345
|
-
]
|
|
346
|
-
|
|
348
|
+
],
|
|
349
|
+
"description": "Game audio provider atom using the `game-audio-provider` pattern. Wraps child content with an audio context, providing sound playback and mute toggling. (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."
|
|
350
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "GameCanvas2dOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "2D game canvas atom using the `game-canvas-2d` pattern. Provides a render loop with configurable FPS, width, and height. Handles init, start, stop, and per-frame tick events.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "GameCanvas2dOrbital",
|
|
@@ -34,6 +33,10 @@
|
|
|
34
33
|
{
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
37
40
|
}
|
|
38
41
|
]
|
|
39
42
|
},
|
|
@@ -257,4 +260,4 @@
|
|
|
257
260
|
]
|
|
258
261
|
}
|
|
259
262
|
]
|
|
260
|
-
}
|
|
263
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Canvas3dSceneOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "3D game canvas atom using the `game-canvas-3d` pattern. Renders tiles, units, and features in a 3D scene with configurable orientation, camera mode, grid, shadows, and background color.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "Canvas3dSceneOrbital",
|
|
@@ -35,6 +34,10 @@
|
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
37
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
38
41
|
{
|
|
39
42
|
"name": "tiles",
|
|
40
43
|
"type": "array",
|
|
@@ -395,4 +398,4 @@
|
|
|
395
398
|
]
|
|
396
399
|
}
|
|
397
400
|
]
|
|
398
|
-
}
|
|
401
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "HudStateOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Heads-up display atom. Renders the `game-hud` pattern showing health, score, lives, and other stats.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "HudStateOrbital",
|
|
@@ -34,6 +33,10 @@
|
|
|
34
33
|
{
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
37
40
|
}
|
|
38
41
|
]
|
|
39
42
|
},
|
|
@@ -93,6 +96,10 @@
|
|
|
93
96
|
{
|
|
94
97
|
"label": "CreatedAt",
|
|
95
98
|
"value": "@entity.createdAt"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"label": "PendingId",
|
|
102
|
+
"value": "@entity.pendingId"
|
|
96
103
|
}
|
|
97
104
|
]
|
|
98
105
|
}
|
|
@@ -132,6 +139,10 @@
|
|
|
132
139
|
{
|
|
133
140
|
"label": "CreatedAt",
|
|
134
141
|
"value": "@entity.createdAt"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"label": "PendingId",
|
|
145
|
+
"value": "@entity.pendingId"
|
|
135
146
|
}
|
|
136
147
|
]
|
|
137
148
|
}
|
|
@@ -154,5 +165,6 @@
|
|
|
154
165
|
}
|
|
155
166
|
]
|
|
156
167
|
}
|
|
157
|
-
]
|
|
158
|
-
|
|
168
|
+
],
|
|
169
|
+
"description": "Heads-up display atom. Renders the `game-hud` pattern showing health, score, lives, and other stats. (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."
|
|
170
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "MenuStateOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Game main menu atom using the `game-menu` pattern. Shows title, subtitle, and menu options (Start, Options, Credits, etc.).",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "MenuStateOrbital",
|
|
@@ -34,6 +33,10 @@
|
|
|
34
33
|
{
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
37
40
|
}
|
|
38
41
|
]
|
|
39
42
|
},
|
|
@@ -214,5 +217,6 @@
|
|
|
214
217
|
}
|
|
215
218
|
]
|
|
216
219
|
}
|
|
217
|
-
]
|
|
218
|
-
|
|
220
|
+
],
|
|
221
|
+
"description": "Game main menu atom using the `game-menu` pattern. Shows title, subtitle, and menu options (Start, Options, Credits, etc.). (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."
|
|
222
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "GameOverStateOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Game over screen atom using the `game-over-screen` pattern. Shows final score, high score, and retry/quit actions.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "GameOverStateOrbital",
|
|
@@ -35,6 +34,10 @@
|
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
37
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
38
41
|
{
|
|
39
42
|
"name": "currentScore",
|
|
40
43
|
"type": "number",
|
|
@@ -198,5 +201,6 @@
|
|
|
198
201
|
}
|
|
199
202
|
]
|
|
200
203
|
}
|
|
201
|
-
]
|
|
202
|
-
|
|
204
|
+
],
|
|
205
|
+
"description": "Game over screen atom using the `game-over-screen` pattern. Shows final score, high score, and retry/quit actions. (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."
|
|
206
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "GameSessionOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Game state management behavior: menu, playing, paused, gameover. Uses game UI patterns per state: menu -> game-menu (title, subtitle, Start Game button) playing -> game-hud (score, level stats) paused -> game-menu in modal (Resume, Quit buttons) gameover -> game-over-screen (score, Play Again, Main Menu)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "GameSessionOrbital",
|
|
@@ -35,6 +34,10 @@
|
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
37
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
38
41
|
{
|
|
39
42
|
"name": "score",
|
|
40
43
|
"type": "number",
|
|
@@ -411,5 +414,6 @@
|
|
|
411
414
|
}
|
|
412
415
|
]
|
|
413
416
|
}
|
|
414
|
-
]
|
|
415
|
-
|
|
417
|
+
],
|
|
418
|
+
"description": "Game state management behavior: menu, playing, paused, gameover. Uses game UI patterns per state: menu -> game-menu (title, subtitle, Start Game button) playing -> game-hud (score, level stats) paused -> game-menu in modal (Resume, Quit buttons) gameover -> game-over-screen (score, Play Again, Main Menu) Pure function: params in, OrbitalDefinition out. (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."
|
|
419
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "TextInputOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "std-input as a Function",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "TextInputOrbital",
|
|
@@ -35,6 +34,10 @@
|
|
|
35
34
|
"name": "createdAt",
|
|
36
35
|
"type": "string"
|
|
37
36
|
},
|
|
37
|
+
{
|
|
38
|
+
"name": "pendingId",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
38
41
|
{
|
|
39
42
|
"name": "value",
|
|
40
43
|
"type": "string",
|
|
@@ -632,5 +635,6 @@
|
|
|
632
635
|
}
|
|
633
636
|
]
|
|
634
637
|
}
|
|
635
|
-
]
|
|
636
|
-
|
|
638
|
+
],
|
|
639
|
+
"description": "Input state management parameterized for any domain. Provides idle, focused, and validating states with change tracking. The state machine structure is fixed. The caller controls data and presentation. (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."
|
|
640
|
+
}
|