@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": "EcommerceApp",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "E-commerce organism. Composes molecules via compose: - stdList(Product): product catalog with CRUD - stdCart(CartItem): shopping cart with add/remove - stdWizard(Checkout): checkout wizard - stdList(OrderRecord): order history",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ProductOrbital",
|
|
@@ -41,6 +40,11 @@
|
|
|
41
40
|
"name": "inStock",
|
|
42
41
|
"type": "boolean",
|
|
43
42
|
"default": true
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "pendingId",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"default": ""
|
|
44
48
|
}
|
|
45
49
|
]
|
|
46
50
|
},
|
|
@@ -444,6 +448,10 @@
|
|
|
444
448
|
[
|
|
445
449
|
"emit",
|
|
446
450
|
"PRODUCT_CREATED"
|
|
451
|
+
],
|
|
452
|
+
[
|
|
453
|
+
"notify",
|
|
454
|
+
"Product created successfully"
|
|
447
455
|
]
|
|
448
456
|
]
|
|
449
457
|
}
|
|
@@ -613,6 +621,10 @@
|
|
|
613
621
|
[
|
|
614
622
|
"emit",
|
|
615
623
|
"PRODUCT_UPDATED"
|
|
624
|
+
],
|
|
625
|
+
[
|
|
626
|
+
"notify",
|
|
627
|
+
"Product updated successfully"
|
|
616
628
|
]
|
|
617
629
|
]
|
|
618
630
|
}
|
|
@@ -1049,6 +1061,10 @@
|
|
|
1049
1061
|
[
|
|
1050
1062
|
"emit",
|
|
1051
1063
|
"PRODUCT_DELETED"
|
|
1064
|
+
],
|
|
1065
|
+
[
|
|
1066
|
+
"notify",
|
|
1067
|
+
"Product deleted successfully"
|
|
1052
1068
|
]
|
|
1053
1069
|
]
|
|
1054
1070
|
},
|
|
@@ -1738,6 +1754,10 @@
|
|
|
1738
1754
|
"render-ui",
|
|
1739
1755
|
"modal",
|
|
1740
1756
|
null
|
|
1757
|
+
],
|
|
1758
|
+
[
|
|
1759
|
+
"notify",
|
|
1760
|
+
"CartItem created successfully"
|
|
1741
1761
|
]
|
|
1742
1762
|
]
|
|
1743
1763
|
}
|
|
@@ -1900,6 +1920,10 @@
|
|
|
1900
1920
|
[
|
|
1901
1921
|
"ref",
|
|
1902
1922
|
"CartItem"
|
|
1923
|
+
],
|
|
1924
|
+
[
|
|
1925
|
+
"notify",
|
|
1926
|
+
"CartItem deleted successfully"
|
|
1903
1927
|
]
|
|
1904
1928
|
]
|
|
1905
1929
|
},
|
|
@@ -3443,6 +3467,11 @@
|
|
|
3443
3467
|
"delivered",
|
|
3444
3468
|
"cancelled"
|
|
3445
3469
|
]
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"name": "pendingId",
|
|
3473
|
+
"type": "string",
|
|
3474
|
+
"default": ""
|
|
3446
3475
|
}
|
|
3447
3476
|
]
|
|
3448
3477
|
},
|
|
@@ -3839,6 +3868,10 @@
|
|
|
3839
3868
|
[
|
|
3840
3869
|
"emit",
|
|
3841
3870
|
"ORDER_RECORD_CREATED"
|
|
3871
|
+
],
|
|
3872
|
+
[
|
|
3873
|
+
"notify",
|
|
3874
|
+
"OrderRecord created successfully"
|
|
3842
3875
|
]
|
|
3843
3876
|
]
|
|
3844
3877
|
}
|
|
@@ -4008,6 +4041,10 @@
|
|
|
4008
4041
|
[
|
|
4009
4042
|
"emit",
|
|
4010
4043
|
"ORDER_RECORD_UPDATED"
|
|
4044
|
+
],
|
|
4045
|
+
[
|
|
4046
|
+
"notify",
|
|
4047
|
+
"OrderRecord updated successfully"
|
|
4011
4048
|
]
|
|
4012
4049
|
]
|
|
4013
4050
|
}
|
|
@@ -4444,6 +4481,10 @@
|
|
|
4444
4481
|
[
|
|
4445
4482
|
"emit",
|
|
4446
4483
|
"ORDER_RECORD_DELETED"
|
|
4484
|
+
],
|
|
4485
|
+
[
|
|
4486
|
+
"notify",
|
|
4487
|
+
"OrderRecord deleted successfully"
|
|
4447
4488
|
]
|
|
4448
4489
|
]
|
|
4449
4490
|
},
|
|
@@ -4507,5 +4548,6 @@
|
|
|
4507
4548
|
}
|
|
4508
4549
|
]
|
|
4509
4550
|
}
|
|
4510
|
-
]
|
|
4511
|
-
|
|
4551
|
+
],
|
|
4552
|
+
"description": "E-commerce organism. Composes molecules via compose: - stdList(Product): product catalog with CRUD - stdCart(CartItem): shopping cart with add/remove - stdWizard(Checkout): checkout wizard - stdList(OrderRecord): order history Cross-orbital connections: - ADD_TO_CART: ProductBrowse -> CartItemCartBrowse - CHECKOUT_STARTED: CartItemCartBrowse -> CheckoutWizard - ORDER_PLACED: CheckoutWizard -> OrderRecordBrowse (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."
|
|
4553
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Finance Tracker",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Finance tracker organism. Composes: stdList(Transaction) + stdDisplay(FinanceSummary) + stdDetail(FinanceReport)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "TransactionOrbital",
|
|
@@ -32,6 +31,11 @@
|
|
|
32
31
|
{
|
|
33
32
|
"name": "date",
|
|
34
33
|
"type": "date"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "pendingId",
|
|
37
|
+
"type": "string",
|
|
38
|
+
"default": ""
|
|
35
39
|
}
|
|
36
40
|
]
|
|
37
41
|
},
|
|
@@ -410,6 +414,10 @@
|
|
|
410
414
|
[
|
|
411
415
|
"emit",
|
|
412
416
|
"TRANSACTION_CREATED"
|
|
417
|
+
],
|
|
418
|
+
[
|
|
419
|
+
"notify",
|
|
420
|
+
"Transaction created successfully"
|
|
413
421
|
]
|
|
414
422
|
]
|
|
415
423
|
}
|
|
@@ -577,6 +585,10 @@
|
|
|
577
585
|
[
|
|
578
586
|
"emit",
|
|
579
587
|
"TRANSACTION_UPDATED"
|
|
588
|
+
],
|
|
589
|
+
[
|
|
590
|
+
"notify",
|
|
591
|
+
"Transaction updated successfully"
|
|
580
592
|
]
|
|
581
593
|
]
|
|
582
594
|
}
|
|
@@ -979,6 +991,10 @@
|
|
|
979
991
|
[
|
|
980
992
|
"emit",
|
|
981
993
|
"TRANSACTION_DELETED"
|
|
994
|
+
],
|
|
995
|
+
[
|
|
996
|
+
"notify",
|
|
997
|
+
"Transaction deleted successfully"
|
|
982
998
|
]
|
|
983
999
|
]
|
|
984
1000
|
},
|
|
@@ -2815,6 +2831,10 @@
|
|
|
2815
2831
|
"render-ui",
|
|
2816
2832
|
"modal",
|
|
2817
2833
|
null
|
|
2834
|
+
],
|
|
2835
|
+
[
|
|
2836
|
+
"notify",
|
|
2837
|
+
"FinanceReport created successfully"
|
|
2818
2838
|
]
|
|
2819
2839
|
]
|
|
2820
2840
|
}
|
|
@@ -3066,5 +3086,6 @@
|
|
|
3066
3086
|
}
|
|
3067
3087
|
]
|
|
3068
3088
|
}
|
|
3069
|
-
]
|
|
3070
|
-
|
|
3089
|
+
],
|
|
3090
|
+
"description": "Finance tracker organism. Composes: stdList(Transaction) + stdDisplay(FinanceSummary) + stdDetail(FinanceReport) Pages: /transactions (initial), /summary, /reports (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."
|
|
3091
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "HealthcareApp",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Healthcare organism. Composes molecules via compose: - stdList(Patient): patient registry with CRUD - stdList(Appointment): appointment management - stdWizard(IntakeForm): patient intake wizard - stdDetail(Prescription): prescription browse + view - stdDisplay(Dashboard): clinic dashboard KPIs",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "PatientOrbital",
|
|
@@ -47,6 +46,11 @@
|
|
|
47
46
|
"inactive",
|
|
48
47
|
"discharged"
|
|
49
48
|
]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "pendingId",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"default": ""
|
|
50
54
|
}
|
|
51
55
|
]
|
|
52
56
|
},
|
|
@@ -469,6 +473,10 @@
|
|
|
469
473
|
[
|
|
470
474
|
"emit",
|
|
471
475
|
"PATIENT_CREATED"
|
|
476
|
+
],
|
|
477
|
+
[
|
|
478
|
+
"notify",
|
|
479
|
+
"Patient created successfully"
|
|
472
480
|
]
|
|
473
481
|
]
|
|
474
482
|
}
|
|
@@ -638,6 +646,10 @@
|
|
|
638
646
|
[
|
|
639
647
|
"emit",
|
|
640
648
|
"PATIENT_UPDATED"
|
|
649
|
+
],
|
|
650
|
+
[
|
|
651
|
+
"notify",
|
|
652
|
+
"Patient updated successfully"
|
|
641
653
|
]
|
|
642
654
|
]
|
|
643
655
|
}
|
|
@@ -1074,6 +1086,10 @@
|
|
|
1074
1086
|
[
|
|
1075
1087
|
"emit",
|
|
1076
1088
|
"PATIENT_DELETED"
|
|
1089
|
+
],
|
|
1090
|
+
[
|
|
1091
|
+
"notify",
|
|
1092
|
+
"Patient deleted successfully"
|
|
1077
1093
|
]
|
|
1078
1094
|
]
|
|
1079
1095
|
},
|
|
@@ -1184,6 +1200,11 @@
|
|
|
1184
1200
|
"completed",
|
|
1185
1201
|
"cancelled"
|
|
1186
1202
|
]
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "pendingId",
|
|
1206
|
+
"type": "string",
|
|
1207
|
+
"default": ""
|
|
1187
1208
|
}
|
|
1188
1209
|
]
|
|
1189
1210
|
},
|
|
@@ -1596,6 +1617,10 @@
|
|
|
1596
1617
|
[
|
|
1597
1618
|
"emit",
|
|
1598
1619
|
"APPOINTMENT_CREATED"
|
|
1620
|
+
],
|
|
1621
|
+
[
|
|
1622
|
+
"notify",
|
|
1623
|
+
"Appointment created successfully"
|
|
1599
1624
|
]
|
|
1600
1625
|
]
|
|
1601
1626
|
}
|
|
@@ -1765,6 +1790,10 @@
|
|
|
1765
1790
|
[
|
|
1766
1791
|
"emit",
|
|
1767
1792
|
"APPOINTMENT_UPDATED"
|
|
1793
|
+
],
|
|
1794
|
+
[
|
|
1795
|
+
"notify",
|
|
1796
|
+
"Appointment updated successfully"
|
|
1768
1797
|
]
|
|
1769
1798
|
]
|
|
1770
1799
|
}
|
|
@@ -2201,6 +2230,10 @@
|
|
|
2201
2230
|
[
|
|
2202
2231
|
"emit",
|
|
2203
2232
|
"APPOINTMENT_DELETED"
|
|
2233
|
+
],
|
|
2234
|
+
[
|
|
2235
|
+
"notify",
|
|
2236
|
+
"Appointment deleted successfully"
|
|
2204
2237
|
]
|
|
2205
2238
|
]
|
|
2206
2239
|
},
|
|
@@ -4186,6 +4219,10 @@
|
|
|
4186
4219
|
"render-ui",
|
|
4187
4220
|
"modal",
|
|
4188
4221
|
null
|
|
4222
|
+
],
|
|
4223
|
+
[
|
|
4224
|
+
"notify",
|
|
4225
|
+
"Prescription created successfully"
|
|
4189
4226
|
]
|
|
4190
4227
|
]
|
|
4191
4228
|
}
|
|
@@ -5959,5 +5996,6 @@
|
|
|
5959
5996
|
}
|
|
5960
5997
|
]
|
|
5961
5998
|
}
|
|
5962
|
-
]
|
|
5963
|
-
|
|
5999
|
+
],
|
|
6000
|
+
"description": "Healthcare organism. Composes molecules via compose: - stdList(Patient): patient registry with CRUD - stdList(Appointment): appointment management - stdWizard(IntakeForm): patient intake wizard - stdDetail(Prescription): prescription browse + view - stdDisplay(Dashboard): clinic dashboard KPIs Cross-orbital connections: - INTAKE_COMPLETE: IntakeFormWizard -> PatientBrowse - PRESCRIBE: AppointmentBrowse -> PrescriptionBrowse (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."
|
|
6001
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Helpdesk",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Helpdesk organism. Composes molecules via compose: - stdList(Ticket): CRUD list of support tickets - stdMessaging(Response): messaging thread for ticket responses - stdDisplay(SupportMetrics): read-only metrics dashboard",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "TicketOrbital",
|
|
@@ -50,6 +49,11 @@
|
|
|
50
49
|
"name": "assignee",
|
|
51
50
|
"type": "string",
|
|
52
51
|
"default": ""
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "pendingId",
|
|
55
|
+
"type": "string",
|
|
56
|
+
"default": ""
|
|
53
57
|
}
|
|
54
58
|
]
|
|
55
59
|
},
|
|
@@ -463,6 +467,10 @@
|
|
|
463
467
|
[
|
|
464
468
|
"emit",
|
|
465
469
|
"TICKET_CREATED"
|
|
470
|
+
],
|
|
471
|
+
[
|
|
472
|
+
"notify",
|
|
473
|
+
"Ticket created successfully"
|
|
466
474
|
]
|
|
467
475
|
]
|
|
468
476
|
}
|
|
@@ -631,6 +639,10 @@
|
|
|
631
639
|
[
|
|
632
640
|
"emit",
|
|
633
641
|
"TICKET_UPDATED"
|
|
642
|
+
],
|
|
643
|
+
[
|
|
644
|
+
"notify",
|
|
645
|
+
"Ticket updated successfully"
|
|
634
646
|
]
|
|
635
647
|
]
|
|
636
648
|
}
|
|
@@ -1050,6 +1062,10 @@
|
|
|
1050
1062
|
[
|
|
1051
1063
|
"emit",
|
|
1052
1064
|
"TICKET_DELETED"
|
|
1065
|
+
],
|
|
1066
|
+
[
|
|
1067
|
+
"notify",
|
|
1068
|
+
"Ticket deleted successfully"
|
|
1053
1069
|
]
|
|
1054
1070
|
]
|
|
1055
1071
|
},
|
|
@@ -1474,6 +1490,10 @@
|
|
|
1474
1490
|
"render-ui",
|
|
1475
1491
|
"modal",
|
|
1476
1492
|
null
|
|
1493
|
+
],
|
|
1494
|
+
[
|
|
1495
|
+
"notify",
|
|
1496
|
+
"Response created successfully"
|
|
1477
1497
|
]
|
|
1478
1498
|
]
|
|
1479
1499
|
}
|
|
@@ -3303,5 +3323,6 @@
|
|
|
3303
3323
|
}
|
|
3304
3324
|
]
|
|
3305
3325
|
}
|
|
3306
|
-
]
|
|
3307
|
-
|
|
3326
|
+
],
|
|
3327
|
+
"description": "Helpdesk organism. Composes molecules via compose: - stdList(Ticket): CRUD list of support tickets - stdMessaging(Response): messaging thread for ticket responses - stdDisplay(SupportMetrics): read-only metrics dashboard Pages: /tickets (initial), /responses, /metrics Connections: ASSIGN (tickets->responses), RESOLVE (responses->metrics) (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."
|
|
3328
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "HRPortal",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "HR portal organism. Composes molecules via compose: - stdList(Employee): CRUD list of employees - stdWizard(Onboarding): multi-step onboarding wizard - stdList(TimeOff): CRUD list of time-off requests - stdDisplay(OrgChart): read-only org chart dashboard",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "EmployeeOrbital",
|
|
@@ -38,6 +37,11 @@
|
|
|
38
37
|
"name": "startDate",
|
|
39
38
|
"type": "date",
|
|
40
39
|
"default": ""
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "pendingId",
|
|
43
|
+
"type": "string",
|
|
44
|
+
"default": ""
|
|
41
45
|
}
|
|
42
46
|
]
|
|
43
47
|
},
|
|
@@ -440,6 +444,10 @@
|
|
|
440
444
|
[
|
|
441
445
|
"emit",
|
|
442
446
|
"EMPLOYEE_CREATED"
|
|
447
|
+
],
|
|
448
|
+
[
|
|
449
|
+
"notify",
|
|
450
|
+
"Employee created successfully"
|
|
443
451
|
]
|
|
444
452
|
]
|
|
445
453
|
}
|
|
@@ -608,6 +616,10 @@
|
|
|
608
616
|
[
|
|
609
617
|
"emit",
|
|
610
618
|
"EMPLOYEE_UPDATED"
|
|
619
|
+
],
|
|
620
|
+
[
|
|
621
|
+
"notify",
|
|
622
|
+
"Employee updated successfully"
|
|
611
623
|
]
|
|
612
624
|
]
|
|
613
625
|
}
|
|
@@ -1027,6 +1039,10 @@
|
|
|
1027
1039
|
[
|
|
1028
1040
|
"emit",
|
|
1029
1041
|
"EMPLOYEE_DELETED"
|
|
1042
|
+
],
|
|
1043
|
+
[
|
|
1044
|
+
"notify",
|
|
1045
|
+
"Employee deleted successfully"
|
|
1030
1046
|
]
|
|
1031
1047
|
]
|
|
1032
1048
|
},
|
|
@@ -2539,6 +2555,11 @@
|
|
|
2539
2555
|
"approved",
|
|
2540
2556
|
"denied"
|
|
2541
2557
|
]
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"name": "pendingId",
|
|
2561
|
+
"type": "string",
|
|
2562
|
+
"default": ""
|
|
2542
2563
|
}
|
|
2543
2564
|
]
|
|
2544
2565
|
},
|
|
@@ -2945,6 +2966,10 @@
|
|
|
2945
2966
|
[
|
|
2946
2967
|
"emit",
|
|
2947
2968
|
"TIME_OFF_CREATED"
|
|
2969
|
+
],
|
|
2970
|
+
[
|
|
2971
|
+
"notify",
|
|
2972
|
+
"TimeOff created successfully"
|
|
2948
2973
|
]
|
|
2949
2974
|
]
|
|
2950
2975
|
}
|
|
@@ -3113,6 +3138,10 @@
|
|
|
3113
3138
|
[
|
|
3114
3139
|
"emit",
|
|
3115
3140
|
"TIME_OFF_UPDATED"
|
|
3141
|
+
],
|
|
3142
|
+
[
|
|
3143
|
+
"notify",
|
|
3144
|
+
"TimeOff updated successfully"
|
|
3116
3145
|
]
|
|
3117
3146
|
]
|
|
3118
3147
|
}
|
|
@@ -3532,6 +3561,10 @@
|
|
|
3532
3561
|
[
|
|
3533
3562
|
"emit",
|
|
3534
3563
|
"TIME_OFF_DELETED"
|
|
3564
|
+
],
|
|
3565
|
+
[
|
|
3566
|
+
"notify",
|
|
3567
|
+
"TimeOff deleted successfully"
|
|
3535
3568
|
]
|
|
3536
3569
|
]
|
|
3537
3570
|
},
|
|
@@ -5198,5 +5231,6 @@
|
|
|
5198
5231
|
}
|
|
5199
5232
|
]
|
|
5200
5233
|
}
|
|
5201
|
-
]
|
|
5202
|
-
|
|
5234
|
+
],
|
|
5235
|
+
"description": "HR portal organism. Composes molecules via compose: - stdList(Employee): CRUD list of employees - stdWizard(Onboarding): multi-step onboarding wizard - stdList(TimeOff): CRUD list of time-off requests - stdDisplay(OrgChart): read-only org chart dashboard Pages: /employees (initial), /onboarding, /timeoff, /org-chart Connections: ONBOARD (employees->onboarding), APPROVE_LEAVE (timeoff->orgchart) (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."
|
|
5236
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "IoT Dashboard",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "IoT dashboard organism. Composes: stdDisplay(SensorReading) + stdList(Device) + stdCircuitBreaker(DeviceAlert)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "SensorReadingOrbital",
|
|
@@ -1713,6 +1712,11 @@
|
|
|
1713
1712
|
{
|
|
1714
1713
|
"name": "lastSeen",
|
|
1715
1714
|
"type": "date"
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"name": "pendingId",
|
|
1718
|
+
"type": "string",
|
|
1719
|
+
"default": ""
|
|
1716
1720
|
}
|
|
1717
1721
|
]
|
|
1718
1722
|
},
|
|
@@ -2091,6 +2095,10 @@
|
|
|
2091
2095
|
[
|
|
2092
2096
|
"emit",
|
|
2093
2097
|
"DEVICE_CREATED"
|
|
2098
|
+
],
|
|
2099
|
+
[
|
|
2100
|
+
"notify",
|
|
2101
|
+
"Device created successfully"
|
|
2094
2102
|
]
|
|
2095
2103
|
]
|
|
2096
2104
|
}
|
|
@@ -2258,6 +2266,10 @@
|
|
|
2258
2266
|
[
|
|
2259
2267
|
"emit",
|
|
2260
2268
|
"DEVICE_UPDATED"
|
|
2269
|
+
],
|
|
2270
|
+
[
|
|
2271
|
+
"notify",
|
|
2272
|
+
"Device updated successfully"
|
|
2261
2273
|
]
|
|
2262
2274
|
]
|
|
2263
2275
|
}
|
|
@@ -2660,6 +2672,10 @@
|
|
|
2660
2672
|
[
|
|
2661
2673
|
"emit",
|
|
2662
2674
|
"DEVICE_DELETED"
|
|
2675
|
+
],
|
|
2676
|
+
[
|
|
2677
|
+
"notify",
|
|
2678
|
+
"Device deleted successfully"
|
|
2663
2679
|
]
|
|
2664
2680
|
]
|
|
2665
2681
|
},
|
|
@@ -3893,5 +3909,6 @@
|
|
|
3893
3909
|
}
|
|
3894
3910
|
]
|
|
3895
3911
|
}
|
|
3896
|
-
]
|
|
3897
|
-
|
|
3912
|
+
],
|
|
3913
|
+
"description": "IoT dashboard organism. Composes: stdDisplay(SensorReading) + stdList(Device) + stdCircuitBreaker(DeviceAlert) Pages: /sensors (initial), /devices, /alerts (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."
|
|
3914
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "LMS",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Learning management system organism. Composes molecules via compose: - stdList(Course): CRUD list of courses - stdWizard(Enrollment): multi-step enrollment wizard - stdDisplay(Progress): read-only progress dashboard",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "CourseOrbital",
|
|
@@ -43,6 +42,11 @@
|
|
|
43
42
|
"Intermediate",
|
|
44
43
|
"Advanced"
|
|
45
44
|
]
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "pendingId",
|
|
48
|
+
"type": "string",
|
|
49
|
+
"default": ""
|
|
46
50
|
}
|
|
47
51
|
]
|
|
48
52
|
},
|
|
@@ -438,6 +442,10 @@
|
|
|
438
442
|
[
|
|
439
443
|
"emit",
|
|
440
444
|
"COURSE_CREATED"
|
|
445
|
+
],
|
|
446
|
+
[
|
|
447
|
+
"notify",
|
|
448
|
+
"Course created successfully"
|
|
441
449
|
]
|
|
442
450
|
]
|
|
443
451
|
}
|
|
@@ -606,6 +614,10 @@
|
|
|
606
614
|
[
|
|
607
615
|
"emit",
|
|
608
616
|
"COURSE_UPDATED"
|
|
617
|
+
],
|
|
618
|
+
[
|
|
619
|
+
"notify",
|
|
620
|
+
"Course updated successfully"
|
|
609
621
|
]
|
|
610
622
|
]
|
|
611
623
|
}
|
|
@@ -1025,6 +1037,10 @@
|
|
|
1025
1037
|
[
|
|
1026
1038
|
"emit",
|
|
1027
1039
|
"COURSE_DELETED"
|
|
1040
|
+
],
|
|
1041
|
+
[
|
|
1042
|
+
"notify",
|
|
1043
|
+
"Course deleted successfully"
|
|
1028
1044
|
]
|
|
1029
1045
|
]
|
|
1030
1046
|
},
|
|
@@ -3864,5 +3880,6 @@
|
|
|
3864
3880
|
}
|
|
3865
3881
|
]
|
|
3866
3882
|
}
|
|
3867
|
-
]
|
|
3868
|
-
|
|
3883
|
+
],
|
|
3884
|
+
"description": "Learning management system organism. Composes molecules via compose: - stdList(Course): CRUD list of courses - stdWizard(Enrollment): multi-step enrollment wizard - stdDisplay(Progress): read-only progress dashboard Pages: /courses (initial), /enroll, /progress Connections: ENROLL (courses->enrollment), COMPLETE_LESSON (enrollment->progress) (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."
|
|
3885
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Logic Training",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Logic training organism. Composes: stdDebuggerGame(DebugChallenge) + stdNegotiatorGame(NegotiateChallenge) + stdScoreBoard(TrainingScore)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "DebugChallengeOrbital",
|
|
@@ -749,5 +748,6 @@
|
|
|
749
748
|
}
|
|
750
749
|
]
|
|
751
750
|
}
|
|
752
|
-
]
|
|
753
|
-
|
|
751
|
+
],
|
|
752
|
+
"description": "Logic training organism. Composes: stdDebuggerGame(DebugChallenge) + stdNegotiatorGame(NegotiateChallenge) + stdScoreBoard(TrainingScore) Pages: /debugger (initial), /negotiator, /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."
|
|
753
|
+
}
|