@almadar/std 5.2.2 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/exports/atoms/std-agent-activity-log.orb +213 -10
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +55 -4
- package/behaviors/exports/atoms/std-agent-classifier.orb +8 -4
- package/behaviors/exports/atoms/std-agent-completion.orb +8 -4
- package/behaviors/exports/atoms/std-agent-context-window.orb +4 -4
- package/behaviors/exports/atoms/std-agent-conversation.orb +71 -4
- package/behaviors/exports/atoms/std-agent-memory.orb +12 -4
- package/behaviors/exports/atoms/std-agent-provider.orb +8 -4
- package/behaviors/exports/atoms/std-agent-search.orb +4 -4
- package/behaviors/exports/atoms/std-agent-session.orb +16 -4
- package/behaviors/exports/atoms/std-agent-step-progress.orb +4 -4
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -4
- package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -4
- package/behaviors/exports/atoms/std-async.orb +8 -4
- package/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/behaviors/exports/atoms/std-browse.orb +4 -4
- package/behaviors/exports/atoms/std-cache-aside.orb +8 -4
- package/behaviors/exports/atoms/std-calendar.orb +4 -4
- package/behaviors/exports/atoms/std-circuit-breaker.orb +4 -4
- package/behaviors/exports/atoms/std-collision.orb +4 -4
- package/behaviors/exports/atoms/std-combat-log.orb +4 -4
- package/behaviors/exports/atoms/std-combat.orb +4 -4
- package/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/behaviors/exports/atoms/std-dialogue-box.orb +4 -4
- package/behaviors/exports/atoms/std-display.orb +4 -4
- package/behaviors/exports/atoms/std-drawer.orb +4 -4
- package/behaviors/exports/atoms/std-filter.orb +4 -4
- package/behaviors/exports/atoms/std-flip-card.orb +4 -4
- package/behaviors/exports/atoms/std-gallery.orb +4 -4
- package/behaviors/exports/atoms/std-game-audio.orb +4 -4
- package/behaviors/exports/atoms/std-game-canvas2d.orb +2 -3
- package/behaviors/exports/atoms/std-game-canvas3d.orb +2 -3
- package/behaviors/exports/atoms/std-game-hud.orb +4 -4
- package/behaviors/exports/atoms/std-game-menu.orb +4 -4
- package/behaviors/exports/atoms/std-game-over-screen.orb +4 -4
- package/behaviors/exports/atoms/std-gameflow.orb +4 -4
- package/behaviors/exports/atoms/std-input.orb +4 -4
- package/behaviors/exports/atoms/std-inventory-panel.orb +8 -4
- package/behaviors/exports/atoms/std-isometric-canvas.orb +4 -4
- package/behaviors/exports/atoms/std-loading.orb +4 -4
- package/behaviors/exports/atoms/std-modal.orb +4 -4
- package/behaviors/exports/atoms/std-movement.orb +4 -4
- package/behaviors/exports/atoms/std-notification.orb +4 -4
- package/behaviors/exports/atoms/std-overworld.orb +4 -4
- package/behaviors/exports/atoms/std-pagination.orb +4 -4
- package/behaviors/exports/atoms/std-physics2d.orb +4 -4
- package/behaviors/exports/atoms/std-platformer-canvas.orb +4 -4
- package/behaviors/exports/atoms/std-quest.orb +8 -4
- package/behaviors/exports/atoms/std-rate-limiter.orb +4 -4
- package/behaviors/exports/atoms/std-rating.orb +4 -4
- package/behaviors/exports/atoms/std-score-board.orb +4 -4
- package/behaviors/exports/atoms/std-score.orb +4 -4
- package/behaviors/exports/atoms/std-search.orb +4 -4
- package/behaviors/exports/atoms/std-selection.orb +4 -4
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +15 -4
- package/behaviors/exports/atoms/std-service-custom-header.orb +17 -4
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +11 -4
- package/behaviors/exports/atoms/std-service-custom-query.orb +17 -4
- package/behaviors/exports/atoms/std-service-email.orb +4 -4
- package/behaviors/exports/atoms/std-service-github.orb +4 -4
- package/behaviors/exports/atoms/std-service-llm.orb +4 -4
- package/behaviors/exports/atoms/std-service-oauth.orb +4 -4
- package/behaviors/exports/atoms/std-service-redis.orb +4 -4
- package/behaviors/exports/atoms/std-service-storage.orb +4 -4
- package/behaviors/exports/atoms/std-service-stripe.orb +4 -4
- package/behaviors/exports/atoms/std-service-twilio.orb +4 -4
- package/behaviors/exports/atoms/std-service-youtube.orb +4 -4
- package/behaviors/exports/atoms/std-simulation-canvas.orb +4 -4
- package/behaviors/exports/atoms/std-sort.orb +4 -4
- package/behaviors/exports/atoms/std-sprite.orb +4 -4
- package/behaviors/exports/atoms/std-tabs.orb +4 -4
- package/behaviors/exports/atoms/std-text-effects.orb +4 -4
- package/behaviors/exports/atoms/std-theme.orb +4 -4
- package/behaviors/exports/atoms/std-timer.orb +4 -4
- package/behaviors/exports/atoms/std-undo.orb +4 -4
- package/behaviors/exports/atoms/std-upload.orb +4 -4
- package/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/behaviors/exports/atoms/std-wizard.orb +4 -4
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1720 -1139
- package/behaviors/exports/molecules/std-agent-learner.orb +851 -622
- package/behaviors/exports/molecules/std-agent-planner.orb +869 -617
- package/behaviors/exports/molecules/std-agent-rag.orb +765 -563
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +2838 -898
- package/behaviors/exports/molecules/std-builder-game.orb +4 -4
- package/behaviors/exports/molecules/std-cart.orb +317 -195
- package/behaviors/exports/molecules/std-classifier-game.orb +4 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +4 -4
- package/behaviors/exports/molecules/std-detail.orb +469 -308
- package/behaviors/exports/molecules/std-event-handler-game.orb +4 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +8 -4
- package/behaviors/exports/molecules/std-geospatial.orb +518 -362
- package/behaviors/exports/molecules/std-inventory.orb +649 -389
- package/behaviors/exports/molecules/std-list.orb +870 -527
- package/behaviors/exports/molecules/std-messaging.orb +454 -294
- package/behaviors/exports/molecules/std-negotiator-game.orb +4 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +4 -4
- package/behaviors/exports/molecules/std-puzzle-game.orb +4 -4
- package/behaviors/exports/molecules/std-quiz.orb +4 -4
- package/behaviors/exports/molecules/std-sequencer-game.orb +4 -4
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -4
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +42 -4
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -4
- package/behaviors/exports/molecules/std-service-notification-hub.orb +4 -4
- package/behaviors/exports/molecules/std-service-payment-flow.orb +4 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +4 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +4 -4
- package/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/behaviors/exports/organisms/std-agent-builder.orb +1309 -787
- package/behaviors/exports/organisms/std-agent-pipeline.orb +1271 -748
- package/behaviors/exports/organisms/std-agent-reviewer.orb +370 -292
- package/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/behaviors/exports/organisms/std-api-gateway.orb +16 -4
- package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/behaviors/exports/organisms/std-booking-system.orb +28 -4
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +20 -4
- package/behaviors/exports/organisms/std-cms.orb +32 -4
- package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/behaviors/exports/organisms/std-crm.orb +32 -4
- package/behaviors/exports/organisms/std-devops-dashboard.orb +16 -4
- package/behaviors/exports/organisms/std-ecommerce.orb +36 -4
- package/behaviors/exports/organisms/std-finance-tracker.orb +20 -4
- package/behaviors/exports/organisms/std-healthcare.orb +32 -4
- package/behaviors/exports/organisms/std-helpdesk.orb +20 -4
- package/behaviors/exports/organisms/std-hr-portal.orb +28 -4
- package/behaviors/exports/organisms/std-iot-dashboard.orb +16 -4
- package/behaviors/exports/organisms/std-lms.orb +16 -4
- package/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/behaviors/exports/organisms/std-platformer-app.orb +16 -4
- package/behaviors/exports/organisms/std-project-manager.orb +28 -4
- package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +20 -4
- package/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/behaviors/exports/organisms/std-service-marketplace.orb +36 -8
- package/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
- package/behaviors/exports/organisms/std-social-feed.orb +12 -4
- package/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/behaviors/exports/organisms/std-trading-dashboard.orb +20 -4
- package/behaviors/exports/validation-report.json +1803 -1
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +213 -10
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +55 -4
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +4 -4
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +71 -4
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +12 -4
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -4
- package/dist/behaviors/exports/atoms/std-agent-search.orb +4 -4
- package/dist/behaviors/exports/atoms/std-agent-session.orb +16 -4
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +4 -4
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -4
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -4
- package/dist/behaviors/exports/atoms/std-async.orb +8 -4
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/behaviors/exports/atoms/std-browse.orb +4 -4
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +8 -4
- package/dist/behaviors/exports/atoms/std-calendar.orb +4 -4
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +4 -4
- package/dist/behaviors/exports/atoms/std-collision.orb +4 -4
- package/dist/behaviors/exports/atoms/std-combat-log.orb +4 -4
- package/dist/behaviors/exports/atoms/std-combat.orb +4 -4
- package/dist/behaviors/exports/atoms/std-confirmation.orb +4 -4
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +4 -4
- package/dist/behaviors/exports/atoms/std-display.orb +4 -4
- package/dist/behaviors/exports/atoms/std-drawer.orb +4 -4
- package/dist/behaviors/exports/atoms/std-filter.orb +4 -4
- package/dist/behaviors/exports/atoms/std-flip-card.orb +4 -4
- package/dist/behaviors/exports/atoms/std-gallery.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-audio.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +2 -3
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +2 -3
- package/dist/behaviors/exports/atoms/std-game-hud.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-menu.orb +4 -4
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +4 -4
- package/dist/behaviors/exports/atoms/std-gameflow.orb +4 -4
- package/dist/behaviors/exports/atoms/std-input.orb +4 -4
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +8 -4
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +4 -4
- package/dist/behaviors/exports/atoms/std-loading.orb +4 -4
- package/dist/behaviors/exports/atoms/std-modal.orb +4 -4
- package/dist/behaviors/exports/atoms/std-movement.orb +4 -4
- package/dist/behaviors/exports/atoms/std-notification.orb +4 -4
- package/dist/behaviors/exports/atoms/std-overworld.orb +4 -4
- package/dist/behaviors/exports/atoms/std-pagination.orb +4 -4
- package/dist/behaviors/exports/atoms/std-physics2d.orb +4 -4
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +4 -4
- package/dist/behaviors/exports/atoms/std-quest.orb +8 -4
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +4 -4
- package/dist/behaviors/exports/atoms/std-rating.orb +4 -4
- package/dist/behaviors/exports/atoms/std-score-board.orb +4 -4
- package/dist/behaviors/exports/atoms/std-score.orb +4 -4
- package/dist/behaviors/exports/atoms/std-search.orb +4 -4
- package/dist/behaviors/exports/atoms/std-selection.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +15 -4
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +17 -4
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +11 -4
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +17 -4
- package/dist/behaviors/exports/atoms/std-service-email.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-github.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-llm.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-redis.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-storage.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +4 -4
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +4 -4
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +4 -4
- package/dist/behaviors/exports/atoms/std-sort.orb +4 -4
- package/dist/behaviors/exports/atoms/std-sprite.orb +4 -4
- package/dist/behaviors/exports/atoms/std-tabs.orb +4 -4
- package/dist/behaviors/exports/atoms/std-text-effects.orb +4 -4
- package/dist/behaviors/exports/atoms/std-theme.orb +4 -4
- package/dist/behaviors/exports/atoms/std-timer.orb +4 -4
- package/dist/behaviors/exports/atoms/std-undo.orb +4 -4
- package/dist/behaviors/exports/atoms/std-upload.orb +4 -4
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/behaviors/exports/atoms/std-wizard.orb +4 -4
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1720 -1139
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +851 -622
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +869 -617
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +765 -563
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +2838 -898
- package/dist/behaviors/exports/molecules/std-builder-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +317 -195
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +469 -308
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +8 -4
- package/dist/behaviors/exports/molecules/std-geospatial.orb +518 -362
- package/dist/behaviors/exports/molecules/std-inventory.orb +649 -389
- package/dist/behaviors/exports/molecules/std-list.orb +870 -527
- package/dist/behaviors/exports/molecules/std-messaging.orb +454 -294
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-quiz.orb +4 -4
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -4
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +42 -4
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -4
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +4 -4
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +4 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +4 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +4 -4
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +1309 -787
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +1271 -748
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +370 -292
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +16 -4
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +28 -4
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +20 -4
- package/dist/behaviors/exports/organisms/std-cms.orb +32 -4
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/behaviors/exports/organisms/std-crm.orb +32 -4
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +16 -4
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +36 -4
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +20 -4
- package/dist/behaviors/exports/organisms/std-healthcare.orb +32 -4
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +20 -4
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +28 -4
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +16 -4
- package/dist/behaviors/exports/organisms/std-lms.orb +16 -4
- package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +16 -4
- package/dist/behaviors/exports/organisms/std-project-manager.orb +28 -4
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +20 -4
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +36 -8
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +15 -4
- package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -4
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +20 -4
- package/dist/behaviors/exports/validation-report.json +1803 -1
- package/dist/behaviors/exports-reader.js +208 -193
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +113 -113
- package/dist/behaviors/functions/index.js +208 -194
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +209 -194
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +208 -193
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +213 -10
- package/dist/exports/atoms/std-agent-chat-thread.orb +55 -4
- package/dist/exports/atoms/std-agent-classifier.orb +8 -4
- package/dist/exports/atoms/std-agent-completion.orb +8 -4
- package/dist/exports/atoms/std-agent-context-window.orb +4 -4
- package/dist/exports/atoms/std-agent-conversation.orb +71 -4
- package/dist/exports/atoms/std-agent-memory.orb +12 -4
- package/dist/exports/atoms/std-agent-provider.orb +8 -4
- package/dist/exports/atoms/std-agent-search.orb +4 -4
- package/dist/exports/atoms/std-agent-session.orb +16 -4
- package/dist/exports/atoms/std-agent-step-progress.orb +4 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +4 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +8 -4
- package/dist/exports/atoms/std-async.orb +8 -4
- package/dist/exports/atoms/std-autoregressive.orb +2 -3
- package/dist/exports/atoms/std-browse.orb +4 -4
- package/dist/exports/atoms/std-cache-aside.orb +8 -4
- package/dist/exports/atoms/std-calendar.orb +4 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +4 -4
- package/dist/exports/atoms/std-collision.orb +4 -4
- package/dist/exports/atoms/std-combat-log.orb +4 -4
- package/dist/exports/atoms/std-combat.orb +4 -4
- package/dist/exports/atoms/std-confirmation.orb +4 -4
- package/dist/exports/atoms/std-dialogue-box.orb +4 -4
- package/dist/exports/atoms/std-display.orb +4 -4
- package/dist/exports/atoms/std-drawer.orb +4 -4
- package/dist/exports/atoms/std-filter.orb +4 -4
- package/dist/exports/atoms/std-flip-card.orb +4 -4
- package/dist/exports/atoms/std-gallery.orb +4 -4
- package/dist/exports/atoms/std-game-audio.orb +4 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +2 -3
- package/dist/exports/atoms/std-game-canvas3d.orb +2 -3
- package/dist/exports/atoms/std-game-hud.orb +4 -4
- package/dist/exports/atoms/std-game-menu.orb +4 -4
- package/dist/exports/atoms/std-game-over-screen.orb +4 -4
- package/dist/exports/atoms/std-gameflow.orb +4 -4
- package/dist/exports/atoms/std-input.orb +4 -4
- package/dist/exports/atoms/std-inventory-panel.orb +8 -4
- package/dist/exports/atoms/std-isometric-canvas.orb +4 -4
- package/dist/exports/atoms/std-loading.orb +4 -4
- package/dist/exports/atoms/std-modal.orb +4 -4
- package/dist/exports/atoms/std-movement.orb +4 -4
- package/dist/exports/atoms/std-notification.orb +4 -4
- package/dist/exports/atoms/std-overworld.orb +4 -4
- package/dist/exports/atoms/std-pagination.orb +4 -4
- package/dist/exports/atoms/std-physics2d.orb +4 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +4 -4
- package/dist/exports/atoms/std-quest.orb +8 -4
- package/dist/exports/atoms/std-rate-limiter.orb +4 -4
- package/dist/exports/atoms/std-rating.orb +4 -4
- package/dist/exports/atoms/std-score-board.orb +4 -4
- package/dist/exports/atoms/std-score.orb +4 -4
- package/dist/exports/atoms/std-search.orb +4 -4
- package/dist/exports/atoms/std-selection.orb +4 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +15 -4
- package/dist/exports/atoms/std-service-custom-header.orb +17 -4
- package/dist/exports/atoms/std-service-custom-noauth.orb +11 -4
- package/dist/exports/atoms/std-service-custom-query.orb +17 -4
- package/dist/exports/atoms/std-service-email.orb +4 -4
- package/dist/exports/atoms/std-service-github.orb +4 -4
- package/dist/exports/atoms/std-service-llm.orb +4 -4
- package/dist/exports/atoms/std-service-oauth.orb +4 -4
- package/dist/exports/atoms/std-service-redis.orb +4 -4
- package/dist/exports/atoms/std-service-storage.orb +4 -4
- package/dist/exports/atoms/std-service-stripe.orb +4 -4
- package/dist/exports/atoms/std-service-twilio.orb +4 -4
- package/dist/exports/atoms/std-service-youtube.orb +4 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +4 -4
- package/dist/exports/atoms/std-sort.orb +4 -4
- package/dist/exports/atoms/std-sprite.orb +4 -4
- package/dist/exports/atoms/std-tabs.orb +4 -4
- package/dist/exports/atoms/std-text-effects.orb +4 -4
- package/dist/exports/atoms/std-theme.orb +4 -4
- package/dist/exports/atoms/std-timer.orb +4 -4
- package/dist/exports/atoms/std-undo.orb +4 -4
- package/dist/exports/atoms/std-upload.orb +4 -4
- package/dist/exports/atoms/std-validate-on-save.orb +32 -4
- package/dist/exports/atoms/std-wizard.orb +4 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1720 -1139
- package/dist/exports/molecules/std-agent-learner.orb +851 -622
- package/dist/exports/molecules/std-agent-planner.orb +869 -617
- package/dist/exports/molecules/std-agent-rag.orb +765 -563
- package/dist/exports/molecules/std-agent-tool-loop.orb +2838 -898
- package/dist/exports/molecules/std-builder-game.orb +4 -4
- package/dist/exports/molecules/std-cart.orb +317 -195
- package/dist/exports/molecules/std-classifier-game.orb +4 -4
- package/dist/exports/molecules/std-debugger-game.orb +4 -4
- package/dist/exports/molecules/std-detail.orb +469 -308
- package/dist/exports/molecules/std-event-handler-game.orb +4 -4
- package/dist/exports/molecules/std-form-advanced.orb +8 -4
- package/dist/exports/molecules/std-geospatial.orb +518 -362
- package/dist/exports/molecules/std-inventory.orb +649 -389
- package/dist/exports/molecules/std-list.orb +870 -527
- package/dist/exports/molecules/std-messaging.orb +454 -294
- package/dist/exports/molecules/std-negotiator-game.orb +4 -4
- package/dist/exports/molecules/std-platformer-game.orb +4 -4
- package/dist/exports/molecules/std-puzzle-game.orb +4 -4
- package/dist/exports/molecules/std-quiz.orb +4 -4
- package/dist/exports/molecules/std-sequencer-game.orb +4 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +4 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +42 -4
- package/dist/exports/molecules/std-service-devops-toolkit.orb +4 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +4 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +4 -4
- package/dist/exports/molecules/std-simulator-game.orb +4 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +4 -4
- package/dist/exports/organisms/std-agent-assistant.orb +28 -4
- package/dist/exports/organisms/std-agent-builder.orb +1309 -787
- package/dist/exports/organisms/std-agent-pipeline.orb +1271 -748
- package/dist/exports/organisms/std-agent-reviewer.orb +370 -292
- package/dist/exports/organisms/std-agent-tutor.orb +378 -295
- package/dist/exports/organisms/std-api-gateway.orb +16 -4
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +28 -4
- package/dist/exports/organisms/std-cicd-pipeline.orb +20 -4
- package/dist/exports/organisms/std-cms.orb +32 -4
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +32 -4
- package/dist/exports/organisms/std-devops-dashboard.orb +16 -4
- package/dist/exports/organisms/std-ecommerce.orb +36 -4
- package/dist/exports/organisms/std-finance-tracker.orb +20 -4
- package/dist/exports/organisms/std-healthcare.orb +32 -4
- package/dist/exports/organisms/std-helpdesk.orb +20 -4
- package/dist/exports/organisms/std-hr-portal.orb +28 -4
- package/dist/exports/organisms/std-iot-dashboard.orb +16 -4
- package/dist/exports/organisms/std-lms.orb +16 -4
- package/dist/exports/organisms/std-logic-training.orb +4 -4
- package/dist/exports/organisms/std-platformer-app.orb +16 -4
- package/dist/exports/organisms/std-project-manager.orb +28 -4
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +20 -4
- package/dist/exports/organisms/std-rpg-game.orb +20 -4
- package/dist/exports/organisms/std-service-marketplace.orb +36 -8
- package/dist/exports/organisms/std-service-research-assistant.orb +15 -4
- package/dist/exports/organisms/std-social-feed.orb +12 -4
- package/dist/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/exports/organisms/std-trading-dashboard.orb +20 -4
- package/dist/exports/validation-report.json +1803 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +209 -194
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "API Gateway",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "API gateway management organism. Composes: stdList(Route) + stdCircuitBreaker(Backend) + stdDisplay(Analytics)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "RouteOrbital",
|
|
@@ -418,6 +417,10 @@
|
|
|
418
417
|
[
|
|
419
418
|
"emit",
|
|
420
419
|
"ROUTE_CREATED"
|
|
420
|
+
],
|
|
421
|
+
[
|
|
422
|
+
"notify",
|
|
423
|
+
"Route created successfully"
|
|
421
424
|
]
|
|
422
425
|
]
|
|
423
426
|
}
|
|
@@ -585,6 +588,10 @@
|
|
|
585
588
|
[
|
|
586
589
|
"emit",
|
|
587
590
|
"ROUTE_UPDATED"
|
|
591
|
+
],
|
|
592
|
+
[
|
|
593
|
+
"notify",
|
|
594
|
+
"Route updated successfully"
|
|
588
595
|
]
|
|
589
596
|
]
|
|
590
597
|
}
|
|
@@ -987,6 +994,10 @@
|
|
|
987
994
|
[
|
|
988
995
|
"emit",
|
|
989
996
|
"ROUTE_DELETED"
|
|
997
|
+
],
|
|
998
|
+
[
|
|
999
|
+
"notify",
|
|
1000
|
+
"Route deleted successfully"
|
|
990
1001
|
]
|
|
991
1002
|
]
|
|
992
1003
|
},
|
|
@@ -3724,5 +3735,6 @@
|
|
|
3724
3735
|
}
|
|
3725
3736
|
]
|
|
3726
3737
|
}
|
|
3727
|
-
]
|
|
3728
|
-
|
|
3738
|
+
],
|
|
3739
|
+
"description": "API gateway management organism. Composes: stdList(Route) + stdCircuitBreaker(Backend) + stdDisplay(Analytics) Pages: /routes (initial), /backends, /analytics (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."
|
|
3740
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Arcade Game",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Arcade game organism. Composes: stdGameflow(ArcadeState) + stdGameCanvas2d(ArcadeCanvas) + stdScoreBoard(ArcadeScore) + stdGameHud(ArcadeHud)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ArcadeStateOrbital",
|
|
@@ -1140,5 +1139,6 @@
|
|
|
1140
1139
|
}
|
|
1141
1140
|
]
|
|
1142
1141
|
}
|
|
1143
|
-
]
|
|
1144
|
-
|
|
1142
|
+
],
|
|
1143
|
+
"description": "Arcade game organism. Composes: stdGameflow(ArcadeState) + stdGameCanvas2d(ArcadeCanvas) + stdScoreBoard(ArcadeScore) + stdGameHud(ArcadeHud) Pages: /game (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."
|
|
1144
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "BookingSystemApp",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Booking system organism. Composes molecules via compose: - stdList(Provider): provider directory with CRUD - stdWizard(Booking): booking wizard - stdList(Appointment): appointment list with CRUD - stdDisplay(Schedule): schedule overview dashboard",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ProviderOrbital",
|
|
@@ -443,6 +442,10 @@
|
|
|
443
442
|
[
|
|
444
443
|
"emit",
|
|
445
444
|
"PROVIDER_CREATED"
|
|
445
|
+
],
|
|
446
|
+
[
|
|
447
|
+
"notify",
|
|
448
|
+
"Provider created successfully"
|
|
446
449
|
]
|
|
447
450
|
]
|
|
448
451
|
}
|
|
@@ -612,6 +615,10 @@
|
|
|
612
615
|
[
|
|
613
616
|
"emit",
|
|
614
617
|
"PROVIDER_UPDATED"
|
|
618
|
+
],
|
|
619
|
+
[
|
|
620
|
+
"notify",
|
|
621
|
+
"Provider updated successfully"
|
|
615
622
|
]
|
|
616
623
|
]
|
|
617
624
|
}
|
|
@@ -1048,6 +1055,10 @@
|
|
|
1048
1055
|
[
|
|
1049
1056
|
"emit",
|
|
1050
1057
|
"PROVIDER_DELETED"
|
|
1058
|
+
],
|
|
1059
|
+
[
|
|
1060
|
+
"notify",
|
|
1061
|
+
"Provider deleted successfully"
|
|
1051
1062
|
]
|
|
1052
1063
|
]
|
|
1053
1064
|
},
|
|
@@ -2990,6 +3001,10 @@
|
|
|
2990
3001
|
[
|
|
2991
3002
|
"emit",
|
|
2992
3003
|
"APPOINTMENT_CREATED"
|
|
3004
|
+
],
|
|
3005
|
+
[
|
|
3006
|
+
"notify",
|
|
3007
|
+
"Appointment created successfully"
|
|
2993
3008
|
]
|
|
2994
3009
|
]
|
|
2995
3010
|
}
|
|
@@ -3159,6 +3174,10 @@
|
|
|
3159
3174
|
[
|
|
3160
3175
|
"emit",
|
|
3161
3176
|
"APPOINTMENT_UPDATED"
|
|
3177
|
+
],
|
|
3178
|
+
[
|
|
3179
|
+
"notify",
|
|
3180
|
+
"Appointment updated successfully"
|
|
3162
3181
|
]
|
|
3163
3182
|
]
|
|
3164
3183
|
}
|
|
@@ -3595,6 +3614,10 @@
|
|
|
3595
3614
|
[
|
|
3596
3615
|
"emit",
|
|
3597
3616
|
"APPOINTMENT_DELETED"
|
|
3617
|
+
],
|
|
3618
|
+
[
|
|
3619
|
+
"notify",
|
|
3620
|
+
"Appointment deleted successfully"
|
|
3598
3621
|
]
|
|
3599
3622
|
]
|
|
3600
3623
|
},
|
|
@@ -5104,5 +5127,6 @@
|
|
|
5104
5127
|
}
|
|
5105
5128
|
]
|
|
5106
5129
|
}
|
|
5107
|
-
]
|
|
5108
|
-
|
|
5130
|
+
],
|
|
5131
|
+
"description": "Booking system organism. Composes molecules via compose: - stdList(Provider): provider directory with CRUD - stdWizard(Booking): booking wizard - stdList(Appointment): appointment list with CRUD - stdDisplay(Schedule): schedule overview dashboard Cross-orbital connections: - BOOK: ProviderBrowse -> BookingWizard - CONFIRM: BookingWizard -> AppointmentBrowse (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."
|
|
5132
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CI/CD Pipeline",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "CI/CD pipeline organism. Composes: stdList(Build) + stdDisplay(Stage) + stdAsync(Deployment)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "BuildOrbital",
|
|
@@ -415,6 +414,10 @@
|
|
|
415
414
|
[
|
|
416
415
|
"emit",
|
|
417
416
|
"BUILD_CREATED"
|
|
417
|
+
],
|
|
418
|
+
[
|
|
419
|
+
"notify",
|
|
420
|
+
"Build created successfully"
|
|
418
421
|
]
|
|
419
422
|
]
|
|
420
423
|
}
|
|
@@ -582,6 +585,10 @@
|
|
|
582
585
|
[
|
|
583
586
|
"emit",
|
|
584
587
|
"BUILD_UPDATED"
|
|
588
|
+
],
|
|
589
|
+
[
|
|
590
|
+
"notify",
|
|
591
|
+
"Build updated successfully"
|
|
585
592
|
]
|
|
586
593
|
]
|
|
587
594
|
}
|
|
@@ -984,6 +991,10 @@
|
|
|
984
991
|
[
|
|
985
992
|
"emit",
|
|
986
993
|
"BUILD_DELETED"
|
|
994
|
+
],
|
|
995
|
+
[
|
|
996
|
+
"notify",
|
|
997
|
+
"Build deleted successfully"
|
|
987
998
|
]
|
|
988
999
|
]
|
|
989
1000
|
},
|
|
@@ -3108,6 +3119,10 @@
|
|
|
3108
3119
|
}
|
|
3109
3120
|
]
|
|
3110
3121
|
}
|
|
3122
|
+
],
|
|
3123
|
+
[
|
|
3124
|
+
"notify",
|
|
3125
|
+
"Deployment created successfully"
|
|
3111
3126
|
]
|
|
3112
3127
|
]
|
|
3113
3128
|
},
|
|
@@ -3400,5 +3415,6 @@
|
|
|
3400
3415
|
}
|
|
3401
3416
|
]
|
|
3402
3417
|
}
|
|
3403
|
-
]
|
|
3404
|
-
|
|
3418
|
+
],
|
|
3419
|
+
"description": "CI/CD pipeline organism. Composes: stdList(Build) + stdDisplay(Stage) + stdAsync(Deployment) Pages: /builds (initial), /stages, /deploy (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."
|
|
3420
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CmsApp",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Content management organism. Composes molecules via compose: - stdList(Article): article management with CRUD - stdDetail(MediaAsset): media library browse + view - stdList(Category): category management",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ArticleOrbital",
|
|
@@ -455,6 +454,10 @@
|
|
|
455
454
|
[
|
|
456
455
|
"emit",
|
|
457
456
|
"ARTICLE_CREATED"
|
|
457
|
+
],
|
|
458
|
+
[
|
|
459
|
+
"notify",
|
|
460
|
+
"Article created successfully"
|
|
458
461
|
]
|
|
459
462
|
]
|
|
460
463
|
}
|
|
@@ -624,6 +627,10 @@
|
|
|
624
627
|
[
|
|
625
628
|
"emit",
|
|
626
629
|
"ARTICLE_UPDATED"
|
|
630
|
+
],
|
|
631
|
+
[
|
|
632
|
+
"notify",
|
|
633
|
+
"Article updated successfully"
|
|
627
634
|
]
|
|
628
635
|
]
|
|
629
636
|
}
|
|
@@ -1060,6 +1067,10 @@
|
|
|
1060
1067
|
[
|
|
1061
1068
|
"emit",
|
|
1062
1069
|
"ARTICLE_DELETED"
|
|
1070
|
+
],
|
|
1071
|
+
[
|
|
1072
|
+
"notify",
|
|
1073
|
+
"Article deleted successfully"
|
|
1063
1074
|
]
|
|
1064
1075
|
]
|
|
1065
1076
|
},
|
|
@@ -1492,6 +1503,10 @@
|
|
|
1492
1503
|
"render-ui",
|
|
1493
1504
|
"modal",
|
|
1494
1505
|
null
|
|
1506
|
+
],
|
|
1507
|
+
[
|
|
1508
|
+
"notify",
|
|
1509
|
+
"MediaAsset created successfully"
|
|
1495
1510
|
]
|
|
1496
1511
|
]
|
|
1497
1512
|
}
|
|
@@ -2195,6 +2210,10 @@
|
|
|
2195
2210
|
[
|
|
2196
2211
|
"emit",
|
|
2197
2212
|
"CATEGORY_CREATED"
|
|
2213
|
+
],
|
|
2214
|
+
[
|
|
2215
|
+
"notify",
|
|
2216
|
+
"Category created successfully"
|
|
2198
2217
|
]
|
|
2199
2218
|
]
|
|
2200
2219
|
}
|
|
@@ -2363,6 +2382,10 @@
|
|
|
2363
2382
|
[
|
|
2364
2383
|
"emit",
|
|
2365
2384
|
"CATEGORY_UPDATED"
|
|
2385
|
+
],
|
|
2386
|
+
[
|
|
2387
|
+
"notify",
|
|
2388
|
+
"Category updated successfully"
|
|
2366
2389
|
]
|
|
2367
2390
|
]
|
|
2368
2391
|
}
|
|
@@ -2782,6 +2805,10 @@
|
|
|
2782
2805
|
[
|
|
2783
2806
|
"emit",
|
|
2784
2807
|
"CATEGORY_DELETED"
|
|
2808
|
+
],
|
|
2809
|
+
[
|
|
2810
|
+
"notify",
|
|
2811
|
+
"Category deleted successfully"
|
|
2785
2812
|
]
|
|
2786
2813
|
]
|
|
2787
2814
|
},
|
|
@@ -2845,5 +2872,6 @@
|
|
|
2845
2872
|
}
|
|
2846
2873
|
]
|
|
2847
2874
|
}
|
|
2848
|
-
]
|
|
2849
|
-
|
|
2875
|
+
],
|
|
2876
|
+
"description": "Content management organism. Composes molecules via compose: - stdList(Article): article management with CRUD - stdDetail(MediaAsset): media library browse + view - stdList(Category): category management Cross-orbital connections: - PUBLISH: ArticleBrowse -> MediaAssetBrowse - CATEGORIZE: ArticleBrowse -> CategoryBrowse (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."
|
|
2877
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Coding Academy",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Coding academy organism. Composes: stdSequencerGame(SeqChallenge) + stdBuilderGame(BuildChallenge) + stdEventHandlerGame(EventChallenge) + stdDisplay(StudentProgress)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "SeqChallengeOrbital",
|
|
@@ -2080,5 +2079,6 @@
|
|
|
2080
2079
|
}
|
|
2081
2080
|
]
|
|
2082
2081
|
}
|
|
2083
|
-
]
|
|
2084
|
-
|
|
2082
|
+
],
|
|
2083
|
+
"description": "Coding academy organism. Composes: stdSequencerGame(SeqChallenge) + stdBuilderGame(BuildChallenge) + stdEventHandlerGame(EventChallenge) + stdDisplay(StudentProgress) Pages: /sequencer (initial), /builder, /events, /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."
|
|
2084
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CRM",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "Customer relationship management organism. Composes molecules via compose: - stdList(Contact): CRUD list of contacts - stdList(Deal): CRUD list of deals - stdDisplay(Pipeline): read-only pipeline dashboard - stdMessaging(Note): notes/communication thread",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ContactOrbital",
|
|
@@ -462,6 +461,10 @@
|
|
|
462
461
|
[
|
|
463
462
|
"emit",
|
|
464
463
|
"CONTACT_CREATED"
|
|
464
|
+
],
|
|
465
|
+
[
|
|
466
|
+
"notify",
|
|
467
|
+
"Contact created successfully"
|
|
465
468
|
]
|
|
466
469
|
]
|
|
467
470
|
}
|
|
@@ -630,6 +633,10 @@
|
|
|
630
633
|
[
|
|
631
634
|
"emit",
|
|
632
635
|
"CONTACT_UPDATED"
|
|
636
|
+
],
|
|
637
|
+
[
|
|
638
|
+
"notify",
|
|
639
|
+
"Contact updated successfully"
|
|
633
640
|
]
|
|
634
641
|
]
|
|
635
642
|
}
|
|
@@ -1049,6 +1056,10 @@
|
|
|
1049
1056
|
[
|
|
1050
1057
|
"emit",
|
|
1051
1058
|
"CONTACT_DELETED"
|
|
1059
|
+
],
|
|
1060
|
+
[
|
|
1061
|
+
"notify",
|
|
1062
|
+
"Contact deleted successfully"
|
|
1052
1063
|
]
|
|
1053
1064
|
]
|
|
1054
1065
|
},
|
|
@@ -1559,6 +1570,10 @@
|
|
|
1559
1570
|
[
|
|
1560
1571
|
"emit",
|
|
1561
1572
|
"DEAL_CREATED"
|
|
1573
|
+
],
|
|
1574
|
+
[
|
|
1575
|
+
"notify",
|
|
1576
|
+
"Deal created successfully"
|
|
1562
1577
|
]
|
|
1563
1578
|
]
|
|
1564
1579
|
}
|
|
@@ -1727,6 +1742,10 @@
|
|
|
1727
1742
|
[
|
|
1728
1743
|
"emit",
|
|
1729
1744
|
"DEAL_UPDATED"
|
|
1745
|
+
],
|
|
1746
|
+
[
|
|
1747
|
+
"notify",
|
|
1748
|
+
"Deal updated successfully"
|
|
1730
1749
|
]
|
|
1731
1750
|
]
|
|
1732
1751
|
}
|
|
@@ -2146,6 +2165,10 @@
|
|
|
2146
2165
|
[
|
|
2147
2166
|
"emit",
|
|
2148
2167
|
"DEAL_DELETED"
|
|
2168
|
+
],
|
|
2169
|
+
[
|
|
2170
|
+
"notify",
|
|
2171
|
+
"Deal deleted successfully"
|
|
2149
2172
|
]
|
|
2150
2173
|
]
|
|
2151
2174
|
},
|
|
@@ -4073,6 +4096,10 @@
|
|
|
4073
4096
|
"render-ui",
|
|
4074
4097
|
"modal",
|
|
4075
4098
|
null
|
|
4099
|
+
],
|
|
4100
|
+
[
|
|
4101
|
+
"notify",
|
|
4102
|
+
"Note created successfully"
|
|
4076
4103
|
]
|
|
4077
4104
|
]
|
|
4078
4105
|
}
|
|
@@ -4324,5 +4351,6 @@
|
|
|
4324
4351
|
}
|
|
4325
4352
|
]
|
|
4326
4353
|
}
|
|
4327
|
-
]
|
|
4328
|
-
|
|
4354
|
+
],
|
|
4355
|
+
"description": "Customer relationship management organism. Composes molecules via compose: - stdList(Contact): CRUD list of contacts - stdList(Deal): CRUD list of deals - stdDisplay(Pipeline): read-only pipeline dashboard - stdMessaging(Note): notes/communication thread Pages: /contacts (initial), /deals, /pipeline, /notes Connections: CONVERT_LEAD (contacts->deals), CLOSE_DEAL (deals->pipeline) (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."
|
|
4356
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "DevOps Dashboard",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "DevOps monitoring organism. Composes: stdCircuitBreaker(ServiceNode) + stdDisplay(AlertMetric) + stdList(LogEntry) + stdDisplay(SystemMetric)",
|
|
5
4
|
"orbitals": [
|
|
6
5
|
{
|
|
7
6
|
"name": "ServiceNodeOrbital",
|
|
@@ -3420,6 +3419,10 @@
|
|
|
3420
3419
|
[
|
|
3421
3420
|
"emit",
|
|
3422
3421
|
"LOG_ENTRY_CREATED"
|
|
3422
|
+
],
|
|
3423
|
+
[
|
|
3424
|
+
"notify",
|
|
3425
|
+
"LogEntry created successfully"
|
|
3423
3426
|
]
|
|
3424
3427
|
]
|
|
3425
3428
|
}
|
|
@@ -3587,6 +3590,10 @@
|
|
|
3587
3590
|
[
|
|
3588
3591
|
"emit",
|
|
3589
3592
|
"LOG_ENTRY_UPDATED"
|
|
3593
|
+
],
|
|
3594
|
+
[
|
|
3595
|
+
"notify",
|
|
3596
|
+
"LogEntry updated successfully"
|
|
3590
3597
|
]
|
|
3591
3598
|
]
|
|
3592
3599
|
}
|
|
@@ -3989,6 +3996,10 @@
|
|
|
3989
3996
|
[
|
|
3990
3997
|
"emit",
|
|
3991
3998
|
"LOG_ENTRY_DELETED"
|
|
3999
|
+
],
|
|
4000
|
+
[
|
|
4001
|
+
"notify",
|
|
4002
|
+
"LogEntry deleted successfully"
|
|
3992
4003
|
]
|
|
3993
4004
|
]
|
|
3994
4005
|
},
|
|
@@ -5751,5 +5762,6 @@
|
|
|
5751
5762
|
}
|
|
5752
5763
|
]
|
|
5753
5764
|
}
|
|
5754
|
-
]
|
|
5755
|
-
|
|
5765
|
+
],
|
|
5766
|
+
"description": "DevOps monitoring organism. Composes: stdCircuitBreaker(ServiceNode) + stdDisplay(AlertMetric) + stdList(LogEntry) + stdDisplay(SystemMetric) Pages: /services (initial), /alerts, /logs, /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."
|
|
5767
|
+
}
|
|
@@ -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",
|
|
@@ -444,6 +443,10 @@
|
|
|
444
443
|
[
|
|
445
444
|
"emit",
|
|
446
445
|
"PRODUCT_CREATED"
|
|
446
|
+
],
|
|
447
|
+
[
|
|
448
|
+
"notify",
|
|
449
|
+
"Product created successfully"
|
|
447
450
|
]
|
|
448
451
|
]
|
|
449
452
|
}
|
|
@@ -613,6 +616,10 @@
|
|
|
613
616
|
[
|
|
614
617
|
"emit",
|
|
615
618
|
"PRODUCT_UPDATED"
|
|
619
|
+
],
|
|
620
|
+
[
|
|
621
|
+
"notify",
|
|
622
|
+
"Product updated successfully"
|
|
616
623
|
]
|
|
617
624
|
]
|
|
618
625
|
}
|
|
@@ -1049,6 +1056,10 @@
|
|
|
1049
1056
|
[
|
|
1050
1057
|
"emit",
|
|
1051
1058
|
"PRODUCT_DELETED"
|
|
1059
|
+
],
|
|
1060
|
+
[
|
|
1061
|
+
"notify",
|
|
1062
|
+
"Product deleted successfully"
|
|
1052
1063
|
]
|
|
1053
1064
|
]
|
|
1054
1065
|
},
|
|
@@ -1738,6 +1749,10 @@
|
|
|
1738
1749
|
"render-ui",
|
|
1739
1750
|
"modal",
|
|
1740
1751
|
null
|
|
1752
|
+
],
|
|
1753
|
+
[
|
|
1754
|
+
"notify",
|
|
1755
|
+
"CartItem created successfully"
|
|
1741
1756
|
]
|
|
1742
1757
|
]
|
|
1743
1758
|
}
|
|
@@ -1900,6 +1915,10 @@
|
|
|
1900
1915
|
[
|
|
1901
1916
|
"ref",
|
|
1902
1917
|
"CartItem"
|
|
1918
|
+
],
|
|
1919
|
+
[
|
|
1920
|
+
"notify",
|
|
1921
|
+
"CartItem deleted successfully"
|
|
1903
1922
|
]
|
|
1904
1923
|
]
|
|
1905
1924
|
},
|
|
@@ -3839,6 +3858,10 @@
|
|
|
3839
3858
|
[
|
|
3840
3859
|
"emit",
|
|
3841
3860
|
"ORDER_RECORD_CREATED"
|
|
3861
|
+
],
|
|
3862
|
+
[
|
|
3863
|
+
"notify",
|
|
3864
|
+
"OrderRecord created successfully"
|
|
3842
3865
|
]
|
|
3843
3866
|
]
|
|
3844
3867
|
}
|
|
@@ -4008,6 +4031,10 @@
|
|
|
4008
4031
|
[
|
|
4009
4032
|
"emit",
|
|
4010
4033
|
"ORDER_RECORD_UPDATED"
|
|
4034
|
+
],
|
|
4035
|
+
[
|
|
4036
|
+
"notify",
|
|
4037
|
+
"OrderRecord updated successfully"
|
|
4011
4038
|
]
|
|
4012
4039
|
]
|
|
4013
4040
|
}
|
|
@@ -4444,6 +4471,10 @@
|
|
|
4444
4471
|
[
|
|
4445
4472
|
"emit",
|
|
4446
4473
|
"ORDER_RECORD_DELETED"
|
|
4474
|
+
],
|
|
4475
|
+
[
|
|
4476
|
+
"notify",
|
|
4477
|
+
"OrderRecord deleted successfully"
|
|
4447
4478
|
]
|
|
4448
4479
|
]
|
|
4449
4480
|
},
|
|
@@ -4507,5 +4538,6 @@
|
|
|
4507
4538
|
}
|
|
4508
4539
|
]
|
|
4509
4540
|
}
|
|
4510
|
-
]
|
|
4511
|
-
|
|
4541
|
+
],
|
|
4542
|
+
"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."
|
|
4543
|
+
}
|
|
@@ -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",
|
|
@@ -410,6 +409,10 @@
|
|
|
410
409
|
[
|
|
411
410
|
"emit",
|
|
412
411
|
"TRANSACTION_CREATED"
|
|
412
|
+
],
|
|
413
|
+
[
|
|
414
|
+
"notify",
|
|
415
|
+
"Transaction created successfully"
|
|
413
416
|
]
|
|
414
417
|
]
|
|
415
418
|
}
|
|
@@ -577,6 +580,10 @@
|
|
|
577
580
|
[
|
|
578
581
|
"emit",
|
|
579
582
|
"TRANSACTION_UPDATED"
|
|
583
|
+
],
|
|
584
|
+
[
|
|
585
|
+
"notify",
|
|
586
|
+
"Transaction updated successfully"
|
|
580
587
|
]
|
|
581
588
|
]
|
|
582
589
|
}
|
|
@@ -979,6 +986,10 @@
|
|
|
979
986
|
[
|
|
980
987
|
"emit",
|
|
981
988
|
"TRANSACTION_DELETED"
|
|
989
|
+
],
|
|
990
|
+
[
|
|
991
|
+
"notify",
|
|
992
|
+
"Transaction deleted successfully"
|
|
982
993
|
]
|
|
983
994
|
]
|
|
984
995
|
},
|
|
@@ -2815,6 +2826,10 @@
|
|
|
2815
2826
|
"render-ui",
|
|
2816
2827
|
"modal",
|
|
2817
2828
|
null
|
|
2829
|
+
],
|
|
2830
|
+
[
|
|
2831
|
+
"notify",
|
|
2832
|
+
"FinanceReport created successfully"
|
|
2818
2833
|
]
|
|
2819
2834
|
]
|
|
2820
2835
|
}
|
|
@@ -3066,5 +3081,6 @@
|
|
|
3066
3081
|
}
|
|
3067
3082
|
]
|
|
3068
3083
|
}
|
|
3069
|
-
]
|
|
3070
|
-
|
|
3084
|
+
],
|
|
3085
|
+
"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."
|
|
3086
|
+
}
|