@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": "CacheEntryOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Cache management behavior: empty, cached, stale with fetch/invalidate cycle. Pure function: params in, OrbitalDefinition out.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "CacheEntryOrbital",
|
|
@@ -637,6 +636,10 @@
|
|
|
637
636
|
}
|
|
638
637
|
]
|
|
639
638
|
}
|
|
639
|
+
],
|
|
640
|
+
[
|
|
641
|
+
"notify",
|
|
642
|
+
"CacheEntry updated successfully"
|
|
640
643
|
]
|
|
641
644
|
]
|
|
642
645
|
},
|
|
@@ -1089,5 +1092,6 @@
|
|
|
1089
1092
|
}
|
|
1090
1093
|
]
|
|
1091
1094
|
}
|
|
1092
|
-
]
|
|
1093
|
-
|
|
1095
|
+
],
|
|
1096
|
+
"description": "Cache management behavior: empty, cached, stale with fetch/invalidate cycle. 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."
|
|
1097
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CalendarEventOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Calendar browsing atom with month/day/slot views. Absorbs: calendar-grid, day-cell, time-slot-cell, date-range-selector.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "CalendarEventOrbital",
|
|
@@ -767,5 +766,6 @@
|
|
|
767
766
|
}
|
|
768
767
|
]
|
|
769
768
|
}
|
|
770
|
-
]
|
|
771
|
-
|
|
769
|
+
],
|
|
770
|
+
"description": "Calendar browsing atom with month/day/slot views. Absorbs: calendar-grid, day-cell, time-slot-cell, date-range-selector. (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."
|
|
771
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "ServiceNodeOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Circuit breaker pattern behavior: closed, open, halfOpen. Protects services from cascading failures with automatic recovery. Pure function: params in, OrbitalDefinition out.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ServiceNodeOrbital",
|
|
@@ -991,5 +990,6 @@
|
|
|
991
990
|
}
|
|
992
991
|
]
|
|
993
992
|
}
|
|
994
|
-
]
|
|
995
|
-
|
|
993
|
+
],
|
|
994
|
+
"description": "Circuit breaker pattern behavior: closed, open, halfOpen. Protects services from cascading failures with automatic recovery. 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."
|
|
995
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CollidableBodyOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "std-collision as a Function",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "CollidableBodyOrbital",
|
|
@@ -686,5 +685,6 @@
|
|
|
686
685
|
}
|
|
687
686
|
]
|
|
688
687
|
}
|
|
689
|
-
]
|
|
690
|
-
|
|
688
|
+
],
|
|
689
|
+
"description": "Game collision detection parameterized for any domain. Provides idle and detecting states for checking collisions between game entities. Tracks collision targets via entity fields. 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."
|
|
690
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CombatLogEntryOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Scrollable combat event log atom using the `combat-log` pattern. Displays timestamped combat events with icons and colors. Supports appending new events and clearing the log.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "CombatLogEntryOrbital",
|
|
@@ -260,5 +259,6 @@
|
|
|
260
259
|
}
|
|
261
260
|
]
|
|
262
261
|
}
|
|
263
|
-
]
|
|
264
|
-
|
|
262
|
+
],
|
|
263
|
+
"description": "Scrollable combat event log atom using the `combat-log` pattern. Displays timestamped combat events with icons and colors. Supports appending new events and clearing the log. (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."
|
|
264
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CombatantOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Attack cycle behavior: ready, attacking, cooldown, defeated. Pure function: params in, OrbitalDefinition out.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "CombatantOrbital",
|
|
@@ -413,5 +412,6 @@
|
|
|
413
412
|
}
|
|
414
413
|
]
|
|
415
414
|
}
|
|
416
|
-
]
|
|
417
|
-
|
|
415
|
+
],
|
|
416
|
+
"description": "Attack cycle behavior: ready, attacking, cooldown, defeated. 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."
|
|
417
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "ConfirmActionOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "std-confirmation as a Function",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ConfirmActionOrbital",
|
|
@@ -492,5 +491,6 @@
|
|
|
492
491
|
}
|
|
493
492
|
]
|
|
494
493
|
}
|
|
495
|
-
]
|
|
496
|
-
|
|
494
|
+
],
|
|
495
|
+
"description": "Confirmation dialog behavior parameterized for any domain. Provides a two-step confirm/cancel flow before performing destructive actions. The caller handles the actual action via emits/listens. 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."
|
|
496
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "DialogueNodeOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "RPG dialogue atom using the `dialogue-box` pattern. Shows speaker, portrait, typewriter text, and choices.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "DialogueNodeOrbital",
|
|
@@ -241,5 +240,6 @@
|
|
|
241
240
|
}
|
|
242
241
|
]
|
|
243
242
|
}
|
|
244
|
-
]
|
|
245
|
-
|
|
243
|
+
],
|
|
244
|
+
"description": "RPG dialogue atom using the `dialogue-box` pattern. Shows speaker, portrait, typewriter text, and choices. (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."
|
|
245
|
+
}
|
|
@@ -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",
|
|
@@ -1650,5 +1649,6 @@
|
|
|
1650
1649
|
}
|
|
1651
1650
|
]
|
|
1652
1651
|
}
|
|
1653
|
-
]
|
|
1654
|
-
|
|
1652
|
+
],
|
|
1653
|
+
"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."
|
|
1654
|
+
}
|
|
@@ -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",
|
|
@@ -520,5 +519,6 @@
|
|
|
520
519
|
}
|
|
521
520
|
]
|
|
522
521
|
}
|
|
523
|
-
]
|
|
524
|
-
|
|
522
|
+
],
|
|
523
|
+
"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."
|
|
524
|
+
}
|
|
@@ -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",
|
|
@@ -633,5 +632,6 @@
|
|
|
633
632
|
}
|
|
634
633
|
]
|
|
635
634
|
}
|
|
636
|
-
]
|
|
637
|
-
|
|
635
|
+
],
|
|
636
|
+
"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."
|
|
637
|
+
}
|
|
@@ -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",
|
|
@@ -593,5 +592,6 @@
|
|
|
593
592
|
}
|
|
594
593
|
]
|
|
595
594
|
}
|
|
596
|
-
]
|
|
597
|
-
|
|
595
|
+
],
|
|
596
|
+
"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."
|
|
597
|
+
}
|
|
@@ -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",
|
|
@@ -379,5 +378,6 @@
|
|
|
379
378
|
}
|
|
380
379
|
]
|
|
381
380
|
}
|
|
382
|
-
]
|
|
383
|
-
|
|
381
|
+
],
|
|
382
|
+
"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."
|
|
383
|
+
}
|
|
@@ -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",
|
|
@@ -342,5 +341,6 @@
|
|
|
342
341
|
}
|
|
343
342
|
]
|
|
344
343
|
}
|
|
345
|
-
]
|
|
346
|
-
|
|
344
|
+
],
|
|
345
|
+
"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."
|
|
346
|
+
}
|
|
@@ -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",
|
|
@@ -257,4 +256,4 @@
|
|
|
257
256
|
]
|
|
258
257
|
}
|
|
259
258
|
]
|
|
260
|
-
}
|
|
259
|
+
}
|
|
@@ -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",
|
|
@@ -395,4 +394,4 @@
|
|
|
395
394
|
]
|
|
396
395
|
}
|
|
397
396
|
]
|
|
398
|
-
}
|
|
397
|
+
}
|
|
@@ -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",
|
|
@@ -154,5 +153,6 @@
|
|
|
154
153
|
}
|
|
155
154
|
]
|
|
156
155
|
}
|
|
157
|
-
]
|
|
158
|
-
|
|
156
|
+
],
|
|
157
|
+
"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."
|
|
158
|
+
}
|
|
@@ -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",
|
|
@@ -214,5 +213,6 @@
|
|
|
214
213
|
}
|
|
215
214
|
]
|
|
216
215
|
}
|
|
217
|
-
]
|
|
218
|
-
|
|
216
|
+
],
|
|
217
|
+
"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."
|
|
218
|
+
}
|
|
@@ -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",
|
|
@@ -198,5 +197,6 @@
|
|
|
198
197
|
}
|
|
199
198
|
]
|
|
200
199
|
}
|
|
201
|
-
]
|
|
202
|
-
|
|
200
|
+
],
|
|
201
|
+
"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."
|
|
202
|
+
}
|
|
@@ -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",
|
|
@@ -411,5 +410,6 @@
|
|
|
411
410
|
}
|
|
412
411
|
]
|
|
413
412
|
}
|
|
414
|
-
]
|
|
415
|
-
|
|
413
|
+
],
|
|
414
|
+
"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."
|
|
415
|
+
}
|
|
@@ -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",
|
|
@@ -632,5 +631,6 @@
|
|
|
632
631
|
}
|
|
633
632
|
]
|
|
634
633
|
}
|
|
635
|
-
]
|
|
636
|
-
|
|
634
|
+
],
|
|
635
|
+
"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."
|
|
636
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "InventorySlotOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Grid-based inventory atom using the `inventory-panel` pattern. Shows items in a grid with select, use, and drop actions.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "InventorySlotOrbital",
|
|
@@ -235,6 +234,10 @@
|
|
|
235
234
|
"dropItemEvent": "DROP_ITEM",
|
|
236
235
|
"showTooltips": true
|
|
237
236
|
}
|
|
237
|
+
],
|
|
238
|
+
[
|
|
239
|
+
"notify",
|
|
240
|
+
"InventorySlot deleted successfully"
|
|
238
241
|
]
|
|
239
242
|
]
|
|
240
243
|
}
|
|
@@ -254,5 +257,6 @@
|
|
|
254
257
|
}
|
|
255
258
|
]
|
|
256
259
|
}
|
|
257
|
-
]
|
|
258
|
-
|
|
260
|
+
],
|
|
261
|
+
"description": "Grid-based inventory atom using the `inventory-panel` pattern. Shows items in a grid with select, use, and drop 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."
|
|
262
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "IsometricWorldOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Isometric game renderer atom using the `isometric-canvas` pattern. Renders tiles, units, and features on an isometric grid. Handles tile clicks, unit clicks, and hover events.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "IsometricWorldOrbital",
|
|
@@ -634,5 +633,6 @@
|
|
|
634
633
|
}
|
|
635
634
|
]
|
|
636
635
|
}
|
|
637
|
-
]
|
|
638
|
-
|
|
636
|
+
],
|
|
637
|
+
"description": "Isometric game renderer atom using the `isometric-canvas` pattern. Renders tiles, units, and features on an isometric grid. Handles tile clicks, unit clicks, and hover events. (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."
|
|
638
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "LoadableItemOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "std-loading as a Function",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "LoadableItemOrbital",
|
|
@@ -488,5 +487,6 @@
|
|
|
488
487
|
}
|
|
489
488
|
]
|
|
490
489
|
}
|
|
491
|
-
]
|
|
492
|
-
|
|
490
|
+
],
|
|
491
|
+
"description": "Loading behavior parameterized for any domain. Provides a multi-state loading lifecycle: idle, loading, success, error. Tracks async operation status with appropriate UI for each 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."
|
|
492
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "ModalRecordOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Modal overlay atom. Accepts content injection so molecules can control what renders inside the open state.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ModalRecordOrbital",
|
|
@@ -417,5 +416,6 @@
|
|
|
417
416
|
}
|
|
418
417
|
]
|
|
419
418
|
}
|
|
420
|
-
]
|
|
421
|
-
|
|
419
|
+
],
|
|
420
|
+
"description": "Modal overlay atom. Accepts content injection so molecules can control what renders inside the open 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."
|
|
421
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "MovableEntityOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Entity movement behavior: idle, moving, collision detection and resolution. Pure function: params in, OrbitalDefinition out.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "MovableEntityOrbital",
|
|
@@ -1405,5 +1404,6 @@
|
|
|
1405
1404
|
}
|
|
1406
1405
|
]
|
|
1407
1406
|
}
|
|
1408
|
-
]
|
|
1409
|
-
|
|
1407
|
+
],
|
|
1408
|
+
"description": "Entity movement behavior: idle, moving, collision detection and resolution. 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."
|
|
1409
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "NotificationOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "std-notification as a Function",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "NotificationOrbital",
|
|
@@ -438,5 +437,6 @@
|
|
|
438
437
|
}
|
|
439
438
|
]
|
|
440
439
|
}
|
|
441
|
-
]
|
|
442
|
-
|
|
440
|
+
],
|
|
441
|
+
"description": "Notification behavior parameterized for any domain. Provides a show/hide notification display. 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."
|
|
442
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "WorldRegionOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Map/zone navigation behavior: exploring, transitioning, entered. Pure function: params in, OrbitalDefinition out.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "WorldRegionOrbital",
|
|
@@ -509,5 +508,6 @@
|
|
|
509
508
|
}
|
|
510
509
|
]
|
|
511
510
|
}
|
|
512
|
-
]
|
|
513
|
-
|
|
511
|
+
],
|
|
512
|
+
"description": "Map/zone navigation behavior: exploring, transitioning, entered. 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."
|
|
513
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "PagedItemOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "std-pagination as a Function",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "PagedItemOrbital",
|
|
@@ -258,5 +257,6 @@
|
|
|
258
257
|
}
|
|
259
258
|
]
|
|
260
259
|
}
|
|
261
|
-
]
|
|
262
|
-
|
|
260
|
+
],
|
|
261
|
+
"description": "Pagination behavior parameterized for any domain. Provides page/pageSize controls that paginate entity data. Single idle state with a self-loop that re-renders with the new page applied. (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."
|
|
262
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "PhysicsBodyOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "std-physics2d as a Function",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "PhysicsBodyOrbital",
|
|
@@ -422,5 +421,6 @@
|
|
|
422
421
|
}
|
|
423
422
|
]
|
|
424
423
|
}
|
|
425
|
-
]
|
|
426
|
-
|
|
424
|
+
],
|
|
425
|
+
"description": "2D physics simulation parameterized for any domain. Provides idle and simulating states with force application and tick updates. Tracks position and velocity via entity fields. 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."
|
|
426
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "PlatformerWorldOrbital",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Side-scrolling platformer atom using the `platformer-canvas` pattern. Renders player, platforms, and handles movement events.",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "PlatformerWorldOrbital",
|
|
@@ -260,5 +259,6 @@
|
|
|
260
259
|
}
|
|
261
260
|
]
|
|
262
261
|
}
|
|
263
|
-
]
|
|
264
|
-
|
|
262
|
+
],
|
|
263
|
+
"description": "Side-scrolling platformer atom using the `platformer-canvas` pattern. Renders player, platforms, and handles movement events. (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."
|
|
264
|
+
}
|