@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": "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",
|
|
@@ -40,6 +39,11 @@
|
|
|
40
39
|
{
|
|
41
40
|
"name": "rateLimit",
|
|
42
41
|
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "pendingId",
|
|
45
|
+
"type": "string",
|
|
46
|
+
"default": ""
|
|
43
47
|
}
|
|
44
48
|
]
|
|
45
49
|
},
|
|
@@ -418,6 +422,10 @@
|
|
|
418
422
|
[
|
|
419
423
|
"emit",
|
|
420
424
|
"ROUTE_CREATED"
|
|
425
|
+
],
|
|
426
|
+
[
|
|
427
|
+
"notify",
|
|
428
|
+
"Route created successfully"
|
|
421
429
|
]
|
|
422
430
|
]
|
|
423
431
|
}
|
|
@@ -585,6 +593,10 @@
|
|
|
585
593
|
[
|
|
586
594
|
"emit",
|
|
587
595
|
"ROUTE_UPDATED"
|
|
596
|
+
],
|
|
597
|
+
[
|
|
598
|
+
"notify",
|
|
599
|
+
"Route updated successfully"
|
|
588
600
|
]
|
|
589
601
|
]
|
|
590
602
|
}
|
|
@@ -987,6 +999,10 @@
|
|
|
987
999
|
[
|
|
988
1000
|
"emit",
|
|
989
1001
|
"ROUTE_DELETED"
|
|
1002
|
+
],
|
|
1003
|
+
[
|
|
1004
|
+
"notify",
|
|
1005
|
+
"Route deleted successfully"
|
|
990
1006
|
]
|
|
991
1007
|
]
|
|
992
1008
|
},
|
|
@@ -3724,5 +3740,6 @@
|
|
|
3724
3740
|
}
|
|
3725
3741
|
]
|
|
3726
3742
|
}
|
|
3727
|
-
]
|
|
3728
|
-
|
|
3743
|
+
],
|
|
3744
|
+
"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."
|
|
3745
|
+
}
|
|
@@ -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",
|
|
@@ -42,6 +41,11 @@
|
|
|
42
41
|
"name": "available",
|
|
43
42
|
"type": "boolean",
|
|
44
43
|
"default": true
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "pendingId",
|
|
47
|
+
"type": "string",
|
|
48
|
+
"default": ""
|
|
45
49
|
}
|
|
46
50
|
]
|
|
47
51
|
},
|
|
@@ -443,6 +447,10 @@
|
|
|
443
447
|
[
|
|
444
448
|
"emit",
|
|
445
449
|
"PROVIDER_CREATED"
|
|
450
|
+
],
|
|
451
|
+
[
|
|
452
|
+
"notify",
|
|
453
|
+
"Provider created successfully"
|
|
446
454
|
]
|
|
447
455
|
]
|
|
448
456
|
}
|
|
@@ -612,6 +620,10 @@
|
|
|
612
620
|
[
|
|
613
621
|
"emit",
|
|
614
622
|
"PROVIDER_UPDATED"
|
|
623
|
+
],
|
|
624
|
+
[
|
|
625
|
+
"notify",
|
|
626
|
+
"Provider updated successfully"
|
|
615
627
|
]
|
|
616
628
|
]
|
|
617
629
|
}
|
|
@@ -1048,6 +1060,10 @@
|
|
|
1048
1060
|
[
|
|
1049
1061
|
"emit",
|
|
1050
1062
|
"PROVIDER_DELETED"
|
|
1063
|
+
],
|
|
1064
|
+
[
|
|
1065
|
+
"notify",
|
|
1066
|
+
"Provider deleted successfully"
|
|
1051
1067
|
]
|
|
1052
1068
|
]
|
|
1053
1069
|
},
|
|
@@ -2595,6 +2611,11 @@
|
|
|
2595
2611
|
{
|
|
2596
2612
|
"name": "notes",
|
|
2597
2613
|
"type": "string"
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"name": "pendingId",
|
|
2617
|
+
"type": "string",
|
|
2618
|
+
"default": ""
|
|
2598
2619
|
}
|
|
2599
2620
|
]
|
|
2600
2621
|
},
|
|
@@ -2990,6 +3011,10 @@
|
|
|
2990
3011
|
[
|
|
2991
3012
|
"emit",
|
|
2992
3013
|
"APPOINTMENT_CREATED"
|
|
3014
|
+
],
|
|
3015
|
+
[
|
|
3016
|
+
"notify",
|
|
3017
|
+
"Appointment created successfully"
|
|
2993
3018
|
]
|
|
2994
3019
|
]
|
|
2995
3020
|
}
|
|
@@ -3159,6 +3184,10 @@
|
|
|
3159
3184
|
[
|
|
3160
3185
|
"emit",
|
|
3161
3186
|
"APPOINTMENT_UPDATED"
|
|
3187
|
+
],
|
|
3188
|
+
[
|
|
3189
|
+
"notify",
|
|
3190
|
+
"Appointment updated successfully"
|
|
3162
3191
|
]
|
|
3163
3192
|
]
|
|
3164
3193
|
}
|
|
@@ -3595,6 +3624,10 @@
|
|
|
3595
3624
|
[
|
|
3596
3625
|
"emit",
|
|
3597
3626
|
"APPOINTMENT_DELETED"
|
|
3627
|
+
],
|
|
3628
|
+
[
|
|
3629
|
+
"notify",
|
|
3630
|
+
"Appointment deleted successfully"
|
|
3598
3631
|
]
|
|
3599
3632
|
]
|
|
3600
3633
|
},
|
|
@@ -5104,5 +5137,6 @@
|
|
|
5104
5137
|
}
|
|
5105
5138
|
]
|
|
5106
5139
|
}
|
|
5107
|
-
]
|
|
5108
|
-
|
|
5140
|
+
],
|
|
5141
|
+
"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."
|
|
5142
|
+
}
|
|
@@ -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",
|
|
@@ -38,6 +37,11 @@
|
|
|
38
37
|
{
|
|
39
38
|
"name": "triggeredBy",
|
|
40
39
|
"type": "string"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "pendingId",
|
|
43
|
+
"type": "string",
|
|
44
|
+
"default": ""
|
|
41
45
|
}
|
|
42
46
|
]
|
|
43
47
|
},
|
|
@@ -415,6 +419,10 @@
|
|
|
415
419
|
[
|
|
416
420
|
"emit",
|
|
417
421
|
"BUILD_CREATED"
|
|
422
|
+
],
|
|
423
|
+
[
|
|
424
|
+
"notify",
|
|
425
|
+
"Build created successfully"
|
|
418
426
|
]
|
|
419
427
|
]
|
|
420
428
|
}
|
|
@@ -582,6 +590,10 @@
|
|
|
582
590
|
[
|
|
583
591
|
"emit",
|
|
584
592
|
"BUILD_UPDATED"
|
|
593
|
+
],
|
|
594
|
+
[
|
|
595
|
+
"notify",
|
|
596
|
+
"Build updated successfully"
|
|
585
597
|
]
|
|
586
598
|
]
|
|
587
599
|
}
|
|
@@ -984,6 +996,10 @@
|
|
|
984
996
|
[
|
|
985
997
|
"emit",
|
|
986
998
|
"BUILD_DELETED"
|
|
999
|
+
],
|
|
1000
|
+
[
|
|
1001
|
+
"notify",
|
|
1002
|
+
"Build deleted successfully"
|
|
987
1003
|
]
|
|
988
1004
|
]
|
|
989
1005
|
},
|
|
@@ -3108,6 +3124,10 @@
|
|
|
3108
3124
|
}
|
|
3109
3125
|
]
|
|
3110
3126
|
}
|
|
3127
|
+
],
|
|
3128
|
+
[
|
|
3129
|
+
"notify",
|
|
3130
|
+
"Deployment created successfully"
|
|
3111
3131
|
]
|
|
3112
3132
|
]
|
|
3113
3133
|
},
|
|
@@ -3400,5 +3420,6 @@
|
|
|
3400
3420
|
}
|
|
3401
3421
|
]
|
|
3402
3422
|
}
|
|
3403
|
-
]
|
|
3404
|
-
|
|
3423
|
+
],
|
|
3424
|
+
"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."
|
|
3425
|
+
}
|
|
@@ -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",
|
|
@@ -47,6 +46,11 @@
|
|
|
47
46
|
{
|
|
48
47
|
"name": "publishedAt",
|
|
49
48
|
"type": "date"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "pendingId",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"default": ""
|
|
50
54
|
}
|
|
51
55
|
]
|
|
52
56
|
},
|
|
@@ -455,6 +459,10 @@
|
|
|
455
459
|
[
|
|
456
460
|
"emit",
|
|
457
461
|
"ARTICLE_CREATED"
|
|
462
|
+
],
|
|
463
|
+
[
|
|
464
|
+
"notify",
|
|
465
|
+
"Article created successfully"
|
|
458
466
|
]
|
|
459
467
|
]
|
|
460
468
|
}
|
|
@@ -624,6 +632,10 @@
|
|
|
624
632
|
[
|
|
625
633
|
"emit",
|
|
626
634
|
"ARTICLE_UPDATED"
|
|
635
|
+
],
|
|
636
|
+
[
|
|
637
|
+
"notify",
|
|
638
|
+
"Article updated successfully"
|
|
627
639
|
]
|
|
628
640
|
]
|
|
629
641
|
}
|
|
@@ -1060,6 +1072,10 @@
|
|
|
1060
1072
|
[
|
|
1061
1073
|
"emit",
|
|
1062
1074
|
"ARTICLE_DELETED"
|
|
1075
|
+
],
|
|
1076
|
+
[
|
|
1077
|
+
"notify",
|
|
1078
|
+
"Article deleted successfully"
|
|
1063
1079
|
]
|
|
1064
1080
|
]
|
|
1065
1081
|
},
|
|
@@ -1492,6 +1508,10 @@
|
|
|
1492
1508
|
"render-ui",
|
|
1493
1509
|
"modal",
|
|
1494
1510
|
null
|
|
1511
|
+
],
|
|
1512
|
+
[
|
|
1513
|
+
"notify",
|
|
1514
|
+
"MediaAsset created successfully"
|
|
1495
1515
|
]
|
|
1496
1516
|
]
|
|
1497
1517
|
}
|
|
@@ -1811,6 +1831,11 @@
|
|
|
1811
1831
|
"name": "articleCount",
|
|
1812
1832
|
"type": "number",
|
|
1813
1833
|
"default": 0
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"name": "pendingId",
|
|
1837
|
+
"type": "string",
|
|
1838
|
+
"default": ""
|
|
1814
1839
|
}
|
|
1815
1840
|
]
|
|
1816
1841
|
},
|
|
@@ -2195,6 +2220,10 @@
|
|
|
2195
2220
|
[
|
|
2196
2221
|
"emit",
|
|
2197
2222
|
"CATEGORY_CREATED"
|
|
2223
|
+
],
|
|
2224
|
+
[
|
|
2225
|
+
"notify",
|
|
2226
|
+
"Category created successfully"
|
|
2198
2227
|
]
|
|
2199
2228
|
]
|
|
2200
2229
|
}
|
|
@@ -2363,6 +2392,10 @@
|
|
|
2363
2392
|
[
|
|
2364
2393
|
"emit",
|
|
2365
2394
|
"CATEGORY_UPDATED"
|
|
2395
|
+
],
|
|
2396
|
+
[
|
|
2397
|
+
"notify",
|
|
2398
|
+
"Category updated successfully"
|
|
2366
2399
|
]
|
|
2367
2400
|
]
|
|
2368
2401
|
}
|
|
@@ -2782,6 +2815,10 @@
|
|
|
2782
2815
|
[
|
|
2783
2816
|
"emit",
|
|
2784
2817
|
"CATEGORY_DELETED"
|
|
2818
|
+
],
|
|
2819
|
+
[
|
|
2820
|
+
"notify",
|
|
2821
|
+
"Category deleted successfully"
|
|
2785
2822
|
]
|
|
2786
2823
|
]
|
|
2787
2824
|
},
|
|
@@ -2845,5 +2882,6 @@
|
|
|
2845
2882
|
}
|
|
2846
2883
|
]
|
|
2847
2884
|
}
|
|
2848
|
-
]
|
|
2849
|
-
|
|
2885
|
+
],
|
|
2886
|
+
"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."
|
|
2887
|
+
}
|
|
@@ -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",
|
|
@@ -44,6 +43,11 @@
|
|
|
44
43
|
"customer",
|
|
45
44
|
"inactive"
|
|
46
45
|
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "pendingId",
|
|
49
|
+
"type": "string",
|
|
50
|
+
"default": ""
|
|
47
51
|
}
|
|
48
52
|
]
|
|
49
53
|
},
|
|
@@ -462,6 +466,10 @@
|
|
|
462
466
|
[
|
|
463
467
|
"emit",
|
|
464
468
|
"CONTACT_CREATED"
|
|
469
|
+
],
|
|
470
|
+
[
|
|
471
|
+
"notify",
|
|
472
|
+
"Contact created successfully"
|
|
465
473
|
]
|
|
466
474
|
]
|
|
467
475
|
}
|
|
@@ -630,6 +638,10 @@
|
|
|
630
638
|
[
|
|
631
639
|
"emit",
|
|
632
640
|
"CONTACT_UPDATED"
|
|
641
|
+
],
|
|
642
|
+
[
|
|
643
|
+
"notify",
|
|
644
|
+
"Contact updated successfully"
|
|
633
645
|
]
|
|
634
646
|
]
|
|
635
647
|
}
|
|
@@ -1049,6 +1061,10 @@
|
|
|
1049
1061
|
[
|
|
1050
1062
|
"emit",
|
|
1051
1063
|
"CONTACT_DELETED"
|
|
1064
|
+
],
|
|
1065
|
+
[
|
|
1066
|
+
"notify",
|
|
1067
|
+
"Contact deleted successfully"
|
|
1052
1068
|
]
|
|
1053
1069
|
]
|
|
1054
1070
|
},
|
|
@@ -1156,6 +1172,11 @@
|
|
|
1156
1172
|
"name": "closedAt",
|
|
1157
1173
|
"type": "date",
|
|
1158
1174
|
"default": ""
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"name": "pendingId",
|
|
1178
|
+
"type": "string",
|
|
1179
|
+
"default": ""
|
|
1159
1180
|
}
|
|
1160
1181
|
]
|
|
1161
1182
|
},
|
|
@@ -1559,6 +1580,10 @@
|
|
|
1559
1580
|
[
|
|
1560
1581
|
"emit",
|
|
1561
1582
|
"DEAL_CREATED"
|
|
1583
|
+
],
|
|
1584
|
+
[
|
|
1585
|
+
"notify",
|
|
1586
|
+
"Deal created successfully"
|
|
1562
1587
|
]
|
|
1563
1588
|
]
|
|
1564
1589
|
}
|
|
@@ -1727,6 +1752,10 @@
|
|
|
1727
1752
|
[
|
|
1728
1753
|
"emit",
|
|
1729
1754
|
"DEAL_UPDATED"
|
|
1755
|
+
],
|
|
1756
|
+
[
|
|
1757
|
+
"notify",
|
|
1758
|
+
"Deal updated successfully"
|
|
1730
1759
|
]
|
|
1731
1760
|
]
|
|
1732
1761
|
}
|
|
@@ -2146,6 +2175,10 @@
|
|
|
2146
2175
|
[
|
|
2147
2176
|
"emit",
|
|
2148
2177
|
"DEAL_DELETED"
|
|
2178
|
+
],
|
|
2179
|
+
[
|
|
2180
|
+
"notify",
|
|
2181
|
+
"Deal deleted successfully"
|
|
2149
2182
|
]
|
|
2150
2183
|
]
|
|
2151
2184
|
},
|
|
@@ -4073,6 +4106,10 @@
|
|
|
4073
4106
|
"render-ui",
|
|
4074
4107
|
"modal",
|
|
4075
4108
|
null
|
|
4109
|
+
],
|
|
4110
|
+
[
|
|
4111
|
+
"notify",
|
|
4112
|
+
"Note created successfully"
|
|
4076
4113
|
]
|
|
4077
4114
|
]
|
|
4078
4115
|
}
|
|
@@ -4324,5 +4361,6 @@
|
|
|
4324
4361
|
}
|
|
4325
4362
|
]
|
|
4326
4363
|
}
|
|
4327
|
-
]
|
|
4328
|
-
|
|
4364
|
+
],
|
|
4365
|
+
"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."
|
|
4366
|
+
}
|
|
@@ -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",
|
|
@@ -3038,6 +3037,11 @@
|
|
|
3038
3037
|
{
|
|
3039
3038
|
"name": "service",
|
|
3040
3039
|
"type": "string"
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"name": "pendingId",
|
|
3043
|
+
"type": "string",
|
|
3044
|
+
"default": ""
|
|
3041
3045
|
}
|
|
3042
3046
|
]
|
|
3043
3047
|
},
|
|
@@ -3420,6 +3424,10 @@
|
|
|
3420
3424
|
[
|
|
3421
3425
|
"emit",
|
|
3422
3426
|
"LOG_ENTRY_CREATED"
|
|
3427
|
+
],
|
|
3428
|
+
[
|
|
3429
|
+
"notify",
|
|
3430
|
+
"LogEntry created successfully"
|
|
3423
3431
|
]
|
|
3424
3432
|
]
|
|
3425
3433
|
}
|
|
@@ -3587,6 +3595,10 @@
|
|
|
3587
3595
|
[
|
|
3588
3596
|
"emit",
|
|
3589
3597
|
"LOG_ENTRY_UPDATED"
|
|
3598
|
+
],
|
|
3599
|
+
[
|
|
3600
|
+
"notify",
|
|
3601
|
+
"LogEntry updated successfully"
|
|
3590
3602
|
]
|
|
3591
3603
|
]
|
|
3592
3604
|
}
|
|
@@ -3989,6 +4001,10 @@
|
|
|
3989
4001
|
[
|
|
3990
4002
|
"emit",
|
|
3991
4003
|
"LOG_ENTRY_DELETED"
|
|
4004
|
+
],
|
|
4005
|
+
[
|
|
4006
|
+
"notify",
|
|
4007
|
+
"LogEntry deleted successfully"
|
|
3992
4008
|
]
|
|
3993
4009
|
]
|
|
3994
4010
|
},
|
|
@@ -5751,5 +5767,6 @@
|
|
|
5751
5767
|
}
|
|
5752
5768
|
]
|
|
5753
5769
|
}
|
|
5754
|
-
]
|
|
5755
|
-
|
|
5770
|
+
],
|
|
5771
|
+
"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."
|
|
5772
|
+
}
|