@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": "Platformer App",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Platformer game organism. Composes: stdPlatformerGame(PlatLevel) + stdScoreBoard(PlatScore) + stdInventory(Collectible)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "PlatLevelOrbital",
|
|
@@ -1260,6 +1259,10 @@
|
|
|
1260
1259
|
[
|
|
1261
1260
|
"emit",
|
|
1262
1261
|
"ITEM_ADDED"
|
|
1262
|
+
],
|
|
1263
|
+
[
|
|
1264
|
+
"notify",
|
|
1265
|
+
"Collectible created successfully"
|
|
1263
1266
|
]
|
|
1264
1267
|
]
|
|
1265
1268
|
}
|
|
@@ -1441,6 +1444,10 @@
|
|
|
1441
1444
|
[
|
|
1442
1445
|
"emit",
|
|
1443
1446
|
"ITEM_USED"
|
|
1447
|
+
],
|
|
1448
|
+
[
|
|
1449
|
+
"notify",
|
|
1450
|
+
"Collectible updated successfully"
|
|
1444
1451
|
]
|
|
1445
1452
|
]
|
|
1446
1453
|
}
|
|
@@ -1603,6 +1610,10 @@
|
|
|
1603
1610
|
[
|
|
1604
1611
|
"ref",
|
|
1605
1612
|
"Collectible"
|
|
1613
|
+
],
|
|
1614
|
+
[
|
|
1615
|
+
"notify",
|
|
1616
|
+
"Collectible deleted successfully"
|
|
1606
1617
|
]
|
|
1607
1618
|
]
|
|
1608
1619
|
},
|
|
@@ -1663,5 +1674,6 @@
|
|
|
1663
1674
|
}
|
|
1664
1675
|
]
|
|
1665
1676
|
}
|
|
1666
|
-
]
|
|
1667
|
-
|
|
1677
|
+
],
|
|
1678
|
+
"description": "Platformer game organism. Composes: stdPlatformerGame(PlatLevel) + stdScoreBoard(PlatScore) + stdInventory(Collectible) Pages: /game (initial), /scores, /collectibles (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."
|
|
1679
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "ProjectManagerApp",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Project management organism. Composes molecules via compose: - stdList(Task): task management with CRUD - stdList(Sprint): sprint management with CRUD - stdDisplay(Burndown): burndown chart dashboard",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "TaskOrbital",
|
|
@@ -58,6 +57,11 @@
|
|
|
58
57
|
{
|
|
59
58
|
"name": "dueDate",
|
|
60
59
|
"type": "date"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "pendingId",
|
|
63
|
+
"type": "string",
|
|
64
|
+
"default": ""
|
|
61
65
|
}
|
|
62
66
|
]
|
|
63
67
|
},
|
|
@@ -472,6 +476,10 @@
|
|
|
472
476
|
[
|
|
473
477
|
"emit",
|
|
474
478
|
"TASK_CREATED"
|
|
479
|
+
],
|
|
480
|
+
[
|
|
481
|
+
"notify",
|
|
482
|
+
"Task created successfully"
|
|
475
483
|
]
|
|
476
484
|
]
|
|
477
485
|
}
|
|
@@ -642,6 +650,10 @@
|
|
|
642
650
|
[
|
|
643
651
|
"emit",
|
|
644
652
|
"TASK_UPDATED"
|
|
653
|
+
],
|
|
654
|
+
[
|
|
655
|
+
"notify",
|
|
656
|
+
"Task updated successfully"
|
|
645
657
|
]
|
|
646
658
|
]
|
|
647
659
|
}
|
|
@@ -1095,6 +1107,10 @@
|
|
|
1095
1107
|
[
|
|
1096
1108
|
"emit",
|
|
1097
1109
|
"TASK_DELETED"
|
|
1110
|
+
],
|
|
1111
|
+
[
|
|
1112
|
+
"notify",
|
|
1113
|
+
"Task deleted successfully"
|
|
1098
1114
|
]
|
|
1099
1115
|
]
|
|
1100
1116
|
},
|
|
@@ -1204,6 +1220,11 @@
|
|
|
1204
1220
|
"name": "taskCount",
|
|
1205
1221
|
"type": "number",
|
|
1206
1222
|
"default": 0
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"name": "pendingId",
|
|
1226
|
+
"type": "string",
|
|
1227
|
+
"default": ""
|
|
1207
1228
|
}
|
|
1208
1229
|
]
|
|
1209
1230
|
},
|
|
@@ -1620,6 +1641,10 @@
|
|
|
1620
1641
|
[
|
|
1621
1642
|
"emit",
|
|
1622
1643
|
"SPRINT_CREATED"
|
|
1644
|
+
],
|
|
1645
|
+
[
|
|
1646
|
+
"notify",
|
|
1647
|
+
"Sprint created successfully"
|
|
1623
1648
|
]
|
|
1624
1649
|
]
|
|
1625
1650
|
}
|
|
@@ -1789,6 +1814,10 @@
|
|
|
1789
1814
|
[
|
|
1790
1815
|
"emit",
|
|
1791
1816
|
"SPRINT_UPDATED"
|
|
1817
|
+
],
|
|
1818
|
+
[
|
|
1819
|
+
"notify",
|
|
1820
|
+
"Sprint updated successfully"
|
|
1792
1821
|
]
|
|
1793
1822
|
]
|
|
1794
1823
|
}
|
|
@@ -2225,6 +2254,10 @@
|
|
|
2225
2254
|
[
|
|
2226
2255
|
"emit",
|
|
2227
2256
|
"SPRINT_DELETED"
|
|
2257
|
+
],
|
|
2258
|
+
[
|
|
2259
|
+
"notify",
|
|
2260
|
+
"Sprint deleted successfully"
|
|
2228
2261
|
]
|
|
2229
2262
|
]
|
|
2230
2263
|
},
|
|
@@ -3781,5 +3814,6 @@
|
|
|
3781
3814
|
}
|
|
3782
3815
|
]
|
|
3783
3816
|
}
|
|
3784
|
-
]
|
|
3785
|
-
|
|
3817
|
+
],
|
|
3818
|
+
"description": "Project management organism. Composes molecules via compose: - stdList(Task): task management with CRUD - stdList(Sprint): sprint management with CRUD - stdDisplay(Burndown): burndown chart dashboard Cross-orbital connections: - ASSIGN_TASK: SprintBrowse -> TaskBrowse - COMPLETE_SPRINT: SprintBrowse -> BurndownDisplay (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."
|
|
3819
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Puzzle App",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Puzzle game organism. Composes: stdPuzzleGame(PuzzleLevel) + stdScoreBoard(PuzzleScore)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "PuzzleLevelOrbital",
|
|
@@ -885,5 +884,6 @@
|
|
|
885
884
|
}
|
|
886
885
|
]
|
|
887
886
|
}
|
|
888
|
-
]
|
|
889
|
-
|
|
887
|
+
],
|
|
888
|
+
"description": "Puzzle game organism. Composes: stdPuzzleGame(PuzzleLevel) + stdScoreBoard(PuzzleScore) Pages: /puzzle (initial), /scores (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."
|
|
889
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Realtime Chat",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Realtime chat organism. Composes: stdMessaging(ChatMessage) + stdList(Channel) + stdDisplay(OnlineUser)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ChatMessageOrbital",
|
|
@@ -344,6 +343,10 @@
|
|
|
344
343
|
"render-ui",
|
|
345
344
|
"modal",
|
|
346
345
|
null
|
|
346
|
+
],
|
|
347
|
+
[
|
|
348
|
+
"notify",
|
|
349
|
+
"ChatMessage created successfully"
|
|
347
350
|
]
|
|
348
351
|
]
|
|
349
352
|
}
|
|
@@ -626,6 +629,11 @@
|
|
|
626
629
|
"name": "isPrivate",
|
|
627
630
|
"type": "boolean",
|
|
628
631
|
"default": false
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"name": "pendingId",
|
|
635
|
+
"type": "string",
|
|
636
|
+
"default": ""
|
|
629
637
|
}
|
|
630
638
|
]
|
|
631
639
|
},
|
|
@@ -1006,6 +1014,10 @@
|
|
|
1006
1014
|
[
|
|
1007
1015
|
"emit",
|
|
1008
1016
|
"CHANNEL_CREATED"
|
|
1017
|
+
],
|
|
1018
|
+
[
|
|
1019
|
+
"notify",
|
|
1020
|
+
"Channel created successfully"
|
|
1009
1021
|
]
|
|
1010
1022
|
]
|
|
1011
1023
|
}
|
|
@@ -1173,6 +1185,10 @@
|
|
|
1173
1185
|
[
|
|
1174
1186
|
"emit",
|
|
1175
1187
|
"CHANNEL_UPDATED"
|
|
1188
|
+
],
|
|
1189
|
+
[
|
|
1190
|
+
"notify",
|
|
1191
|
+
"Channel updated successfully"
|
|
1176
1192
|
]
|
|
1177
1193
|
]
|
|
1178
1194
|
}
|
|
@@ -1575,6 +1591,10 @@
|
|
|
1575
1591
|
[
|
|
1576
1592
|
"emit",
|
|
1577
1593
|
"CHANNEL_DELETED"
|
|
1594
|
+
],
|
|
1595
|
+
[
|
|
1596
|
+
"notify",
|
|
1597
|
+
"Channel deleted successfully"
|
|
1578
1598
|
]
|
|
1579
1599
|
]
|
|
1580
1600
|
},
|
|
@@ -3403,5 +3423,6 @@
|
|
|
3403
3423
|
}
|
|
3404
3424
|
]
|
|
3405
3425
|
}
|
|
3406
|
-
]
|
|
3407
|
-
|
|
3426
|
+
],
|
|
3427
|
+
"description": "Realtime chat organism. Composes: stdMessaging(ChatMessage) + stdList(Channel) + stdDisplay(OnlineUser) Pages: /chat (initial), /channels, /online (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."
|
|
3428
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "RPG Game",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "RPG game organism. Composes: stdTurnBasedBattle(BattleState) + stdOverworld(WorldZone) + stdInventory(RpgItem) + stdQuest(Mission)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "BattleStateOrbital",
|
|
@@ -1555,6 +1554,10 @@
|
|
|
1555
1554
|
[
|
|
1556
1555
|
"emit",
|
|
1557
1556
|
"ITEM_ADDED"
|
|
1557
|
+
],
|
|
1558
|
+
[
|
|
1559
|
+
"notify",
|
|
1560
|
+
"RpgItem created successfully"
|
|
1558
1561
|
]
|
|
1559
1562
|
]
|
|
1560
1563
|
}
|
|
@@ -1736,6 +1739,10 @@
|
|
|
1736
1739
|
[
|
|
1737
1740
|
"emit",
|
|
1738
1741
|
"ITEM_USED"
|
|
1742
|
+
],
|
|
1743
|
+
[
|
|
1744
|
+
"notify",
|
|
1745
|
+
"RpgItem updated successfully"
|
|
1739
1746
|
]
|
|
1740
1747
|
]
|
|
1741
1748
|
}
|
|
@@ -1898,6 +1905,10 @@
|
|
|
1898
1905
|
[
|
|
1899
1906
|
"ref",
|
|
1900
1907
|
"RpgItem"
|
|
1908
|
+
],
|
|
1909
|
+
[
|
|
1910
|
+
"notify",
|
|
1911
|
+
"RpgItem deleted successfully"
|
|
1901
1912
|
]
|
|
1902
1913
|
]
|
|
1903
1914
|
},
|
|
@@ -2644,6 +2655,10 @@
|
|
|
2644
2655
|
}
|
|
2645
2656
|
]
|
|
2646
2657
|
}
|
|
2658
|
+
],
|
|
2659
|
+
[
|
|
2660
|
+
"notify",
|
|
2661
|
+
"Mission updated successfully"
|
|
2647
2662
|
]
|
|
2648
2663
|
]
|
|
2649
2664
|
},
|
|
@@ -3278,5 +3293,6 @@
|
|
|
3278
3293
|
}
|
|
3279
3294
|
]
|
|
3280
3295
|
}
|
|
3281
|
-
]
|
|
3282
|
-
|
|
3296
|
+
],
|
|
3297
|
+
"description": "RPG game organism. Composes: stdTurnBasedBattle(BattleState) + stdOverworld(WorldZone) + stdInventory(RpgItem) + stdQuest(Mission) Pages: /battle, /world (initial), /inventory, /quests Connections: ENCOUNTER_STARTED (world->battle), LOOT_DROPPED (battle->inventory), QUEST_ACCEPTED (world->quests) (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."
|
|
3298
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "ServiceMarketplace",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Service marketplace organism. Composes molecules and atoms via compose: - stdList(Product): product catalog with CRUD - stdServiceOauth(AuthSession): OAuth login with standalone provider picker - stdServicePaymentFlow(OrderPayment): Stripe payment + email receipt - stdList(Order): order history with CRUD",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ProductOrbital",
|
|
@@ -37,6 +36,11 @@
|
|
|
37
36
|
"name": "inStock",
|
|
38
37
|
"type": "boolean",
|
|
39
38
|
"default": true
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "pendingId",
|
|
42
|
+
"type": "string",
|
|
43
|
+
"default": ""
|
|
40
44
|
}
|
|
41
45
|
]
|
|
42
46
|
},
|
|
@@ -443,6 +447,10 @@
|
|
|
443
447
|
[
|
|
444
448
|
"emit",
|
|
445
449
|
"PRODUCT_CREATED"
|
|
450
|
+
],
|
|
451
|
+
[
|
|
452
|
+
"notify",
|
|
453
|
+
"Product created successfully"
|
|
446
454
|
]
|
|
447
455
|
]
|
|
448
456
|
}
|
|
@@ -611,6 +619,10 @@
|
|
|
611
619
|
[
|
|
612
620
|
"emit",
|
|
613
621
|
"PRODUCT_UPDATED"
|
|
622
|
+
],
|
|
623
|
+
[
|
|
624
|
+
"notify",
|
|
625
|
+
"Product updated successfully"
|
|
614
626
|
]
|
|
615
627
|
]
|
|
616
628
|
}
|
|
@@ -1030,6 +1042,10 @@
|
|
|
1030
1042
|
[
|
|
1031
1043
|
"emit",
|
|
1032
1044
|
"PRODUCT_DELETED"
|
|
1045
|
+
],
|
|
1046
|
+
[
|
|
1047
|
+
"notify",
|
|
1048
|
+
"Product deleted successfully"
|
|
1033
1049
|
]
|
|
1034
1050
|
]
|
|
1035
1051
|
},
|
|
@@ -1092,7 +1108,8 @@
|
|
|
1092
1108
|
}
|
|
1093
1109
|
]
|
|
1094
1110
|
}
|
|
1095
|
-
]
|
|
1111
|
+
],
|
|
1112
|
+
"services": []
|
|
1096
1113
|
},
|
|
1097
1114
|
{
|
|
1098
1115
|
"name": "AuthSessionOrbital",
|
|
@@ -2136,7 +2153,8 @@
|
|
|
2136
2153
|
}
|
|
2137
2154
|
]
|
|
2138
2155
|
}
|
|
2139
|
-
]
|
|
2156
|
+
],
|
|
2157
|
+
"services": []
|
|
2140
2158
|
},
|
|
2141
2159
|
{
|
|
2142
2160
|
"name": "OrderPaymentOrbital",
|
|
@@ -3381,7 +3399,8 @@
|
|
|
3381
3399
|
}
|
|
3382
3400
|
]
|
|
3383
3401
|
}
|
|
3384
|
-
]
|
|
3402
|
+
],
|
|
3403
|
+
"services": []
|
|
3385
3404
|
},
|
|
3386
3405
|
{
|
|
3387
3406
|
"name": "OrderOrbital",
|
|
@@ -3413,6 +3432,11 @@
|
|
|
3413
3432
|
{
|
|
3414
3433
|
"name": "orderDate",
|
|
3415
3434
|
"type": "string"
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"name": "pendingId",
|
|
3438
|
+
"type": "string",
|
|
3439
|
+
"default": ""
|
|
3416
3440
|
}
|
|
3417
3441
|
]
|
|
3418
3442
|
},
|
|
@@ -3805,6 +3829,10 @@
|
|
|
3805
3829
|
[
|
|
3806
3830
|
"emit",
|
|
3807
3831
|
"ORDER_CREATED"
|
|
3832
|
+
],
|
|
3833
|
+
[
|
|
3834
|
+
"notify",
|
|
3835
|
+
"Order created successfully"
|
|
3808
3836
|
]
|
|
3809
3837
|
]
|
|
3810
3838
|
}
|
|
@@ -3972,6 +4000,10 @@
|
|
|
3972
4000
|
[
|
|
3973
4001
|
"emit",
|
|
3974
4002
|
"ORDER_UPDATED"
|
|
4003
|
+
],
|
|
4004
|
+
[
|
|
4005
|
+
"notify",
|
|
4006
|
+
"Order updated successfully"
|
|
3975
4007
|
]
|
|
3976
4008
|
]
|
|
3977
4009
|
}
|
|
@@ -4374,6 +4406,10 @@
|
|
|
4374
4406
|
[
|
|
4375
4407
|
"emit",
|
|
4376
4408
|
"ORDER_DELETED"
|
|
4409
|
+
],
|
|
4410
|
+
[
|
|
4411
|
+
"notify",
|
|
4412
|
+
"Order deleted successfully"
|
|
4377
4413
|
]
|
|
4378
4414
|
]
|
|
4379
4415
|
},
|
|
@@ -4435,7 +4471,9 @@
|
|
|
4435
4471
|
}
|
|
4436
4472
|
]
|
|
4437
4473
|
}
|
|
4438
|
-
]
|
|
4474
|
+
],
|
|
4475
|
+
"services": []
|
|
4439
4476
|
}
|
|
4440
|
-
]
|
|
4441
|
-
|
|
4477
|
+
],
|
|
4478
|
+
"description": "Service marketplace organism. Composes molecules and atoms via compose: - stdList(Product): product catalog with CRUD - stdServiceOauth(AuthSession): OAuth login with standalone provider picker - stdServicePaymentFlow(OrderPayment): Stripe payment + email receipt - stdList(Order): order history with CRUD Cross-orbital connections: - CHECKOUT: ProductBrowse -> OrderPaymentPayment (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."
|
|
4479
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "ResearchAssistant",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Content research assistant organism. Composes service atoms/molecules via compose: - stdServiceContentPipeline(Research): YouTube search + LLM summarization - stdServiceRedis(CacheEntry): Redis cache management (standalone) - stdServiceStorage(Report): saving research reports to storage (standalone) - stdServiceCustomBearer(KnowledgeQuery): custom knowledge API queries (standalone)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ResearchOrbital",
|
|
@@ -3553,5 +3552,17 @@
|
|
|
3553
3552
|
}
|
|
3554
3553
|
]
|
|
3555
3554
|
}
|
|
3556
|
-
]
|
|
3557
|
-
|
|
3555
|
+
],
|
|
3556
|
+
"services": [
|
|
3557
|
+
{
|
|
3558
|
+
"name": "custom-bearer-api",
|
|
3559
|
+
"type": "rest",
|
|
3560
|
+
"baseUrl": "https://api.knowledge-base.example.com",
|
|
3561
|
+
"auth": {
|
|
3562
|
+
"type": "bearer",
|
|
3563
|
+
"secretEnv": "CUSTOM_BEARER_TOKEN"
|
|
3564
|
+
}
|
|
3565
|
+
}
|
|
3566
|
+
],
|
|
3567
|
+
"description": "Content research assistant organism. Composes service atoms/molecules via compose: - stdServiceContentPipeline(Research): YouTube search + LLM summarization - stdServiceRedis(CacheEntry): Redis cache management (standalone) - stdServiceStorage(Report): saving research reports to storage (standalone) - stdServiceCustomBearer(KnowledgeQuery): custom knowledge API queries (standalone) Cross-orbital connections: (none - each page operates independently, user navigates via dashboard nav) (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."
|
|
3568
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "SocialFeed",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Social feed organism. Composes molecules via compose: - stdDetail(Post): browse + create + view posts - stdMessaging(Comment): messaging thread for comments",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "PostOrbital",
|
|
@@ -373,6 +372,10 @@
|
|
|
373
372
|
"render-ui",
|
|
374
373
|
"modal",
|
|
375
374
|
null
|
|
375
|
+
],
|
|
376
|
+
[
|
|
377
|
+
"notify",
|
|
378
|
+
"Post created successfully"
|
|
376
379
|
]
|
|
377
380
|
]
|
|
378
381
|
}
|
|
@@ -983,6 +986,10 @@
|
|
|
983
986
|
"render-ui",
|
|
984
987
|
"modal",
|
|
985
988
|
null
|
|
989
|
+
],
|
|
990
|
+
[
|
|
991
|
+
"notify",
|
|
992
|
+
"Comment created successfully"
|
|
986
993
|
]
|
|
987
994
|
]
|
|
988
995
|
}
|
|
@@ -1234,5 +1241,6 @@
|
|
|
1234
1241
|
}
|
|
1235
1242
|
]
|
|
1236
1243
|
}
|
|
1237
|
-
]
|
|
1238
|
-
|
|
1244
|
+
],
|
|
1245
|
+
"description": "Social feed organism. Composes molecules via compose: - stdDetail(Post): browse + create + view posts - stdMessaging(Comment): messaging thread for comments Pages: /feed (initial), /messages Connections: COMMENT event wires posts to comments. (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."
|
|
1246
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "STEM Lab",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "STEM lab organism. Composes: stdSimulatorGame(Experiment) + stdClassifierGame(Classification) + stdDisplay(LabResult)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ExperimentOrbital",
|
|
@@ -1918,5 +1917,6 @@
|
|
|
1918
1917
|
}
|
|
1919
1918
|
]
|
|
1920
1919
|
}
|
|
1921
|
-
]
|
|
1922
|
-
|
|
1920
|
+
],
|
|
1921
|
+
"description": "STEM lab organism. Composes: stdSimulatorGame(Experiment) + stdClassifierGame(Classification) + stdDisplay(LabResult) Pages: /simulator (initial), /classifier, /results (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."
|
|
1922
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Strategy Game",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Strategy game organism. Composes: stdTurnBasedBattle(ArmyBattle) + stdOverworld(Territory) + stdDisplay(Resource)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ArmyBattleOrbital",
|
|
@@ -2439,5 +2438,6 @@
|
|
|
2439
2438
|
}
|
|
2440
2439
|
]
|
|
2441
2440
|
}
|
|
2442
|
-
]
|
|
2443
|
-
|
|
2441
|
+
],
|
|
2442
|
+
"description": "Strategy game organism. Composes: stdTurnBasedBattle(ArmyBattle) + stdOverworld(Territory) + stdDisplay(Resource) Pages: /battle, /map (initial), /resources (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."
|
|
2443
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Trading Dashboard",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Trading dashboard organism. Composes: stdDisplay(Portfolio) + stdList(TradeOrder) + stdAsync(MarketFeed)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "PortfolioOrbital",
|
|
@@ -1459,6 +1458,11 @@
|
|
|
1459
1458
|
{
|
|
1460
1459
|
"name": "price",
|
|
1461
1460
|
"type": "number"
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "pendingId",
|
|
1464
|
+
"type": "string",
|
|
1465
|
+
"default": ""
|
|
1462
1466
|
}
|
|
1463
1467
|
]
|
|
1464
1468
|
},
|
|
@@ -1837,6 +1841,10 @@
|
|
|
1837
1841
|
[
|
|
1838
1842
|
"emit",
|
|
1839
1843
|
"TRADE_ORDER_CREATED"
|
|
1844
|
+
],
|
|
1845
|
+
[
|
|
1846
|
+
"notify",
|
|
1847
|
+
"TradeOrder created successfully"
|
|
1840
1848
|
]
|
|
1841
1849
|
]
|
|
1842
1850
|
}
|
|
@@ -2004,6 +2012,10 @@
|
|
|
2004
2012
|
[
|
|
2005
2013
|
"emit",
|
|
2006
2014
|
"TRADE_ORDER_UPDATED"
|
|
2015
|
+
],
|
|
2016
|
+
[
|
|
2017
|
+
"notify",
|
|
2018
|
+
"TradeOrder updated successfully"
|
|
2007
2019
|
]
|
|
2008
2020
|
]
|
|
2009
2021
|
}
|
|
@@ -2406,6 +2418,10 @@
|
|
|
2406
2418
|
[
|
|
2407
2419
|
"emit",
|
|
2408
2420
|
"TRADE_ORDER_DELETED"
|
|
2421
|
+
],
|
|
2422
|
+
[
|
|
2423
|
+
"notify",
|
|
2424
|
+
"TradeOrder deleted successfully"
|
|
2409
2425
|
]
|
|
2410
2426
|
]
|
|
2411
2427
|
},
|
|
@@ -2763,6 +2779,10 @@
|
|
|
2763
2779
|
}
|
|
2764
2780
|
]
|
|
2765
2781
|
}
|
|
2782
|
+
],
|
|
2783
|
+
[
|
|
2784
|
+
"notify",
|
|
2785
|
+
"MarketFeed created successfully"
|
|
2766
2786
|
]
|
|
2767
2787
|
]
|
|
2768
2788
|
},
|
|
@@ -3055,5 +3075,6 @@
|
|
|
3055
3075
|
}
|
|
3056
3076
|
]
|
|
3057
3077
|
}
|
|
3058
|
-
]
|
|
3059
|
-
|
|
3078
|
+
],
|
|
3079
|
+
"description": "Trading dashboard organism. Composes: stdDisplay(Portfolio) + stdList(TradeOrder) + stdAsync(MarketFeed) Pages: /portfolio (initial), /orders, /market (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."
|
|
3080
|
+
}
|