@almadar/std 5.3.0 → 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 +7 -0
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +8 -0
- package/behaviors/exports/atoms/std-agent-classifier.orb +4 -0
- package/behaviors/exports/atoms/std-agent-completion.orb +4 -0
- package/behaviors/exports/atoms/std-agent-context-window.orb +4 -0
- package/behaviors/exports/atoms/std-agent-conversation.orb +8 -0
- package/behaviors/exports/atoms/std-agent-memory.orb +4 -0
- package/behaviors/exports/atoms/std-agent-provider.orb +4 -0
- package/behaviors/exports/atoms/std-agent-search.orb +4 -0
- package/behaviors/exports/atoms/std-agent-session.orb +4 -0
- package/behaviors/exports/atoms/std-agent-step-progress.orb +4 -0
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -0
- package/behaviors/exports/atoms/std-agent-tool-call.orb +4 -0
- package/behaviors/exports/atoms/std-async.orb +4 -0
- package/behaviors/exports/atoms/std-browse.orb +4 -0
- package/behaviors/exports/atoms/std-cache-aside.orb +4 -0
- package/behaviors/exports/atoms/std-calendar.orb +4 -0
- package/behaviors/exports/atoms/std-circuit-breaker.orb +4 -0
- package/behaviors/exports/atoms/std-collision.orb +4 -0
- package/behaviors/exports/atoms/std-combat-log.orb +4 -0
- package/behaviors/exports/atoms/std-combat.orb +4 -0
- package/behaviors/exports/atoms/std-dialogue-box.orb +4 -0
- package/behaviors/exports/atoms/std-display.orb +149 -0
- package/behaviors/exports/atoms/std-drawer.orb +54 -0
- package/behaviors/exports/atoms/std-filter.orb +4 -0
- package/behaviors/exports/atoms/std-flip-card.orb +4 -0
- package/behaviors/exports/atoms/std-gallery.orb +4 -0
- package/behaviors/exports/atoms/std-game-audio.orb +4 -0
- package/behaviors/exports/atoms/std-game-canvas2d.orb +4 -0
- package/behaviors/exports/atoms/std-game-canvas3d.orb +4 -0
- package/behaviors/exports/atoms/std-game-hud.orb +12 -0
- package/behaviors/exports/atoms/std-game-menu.orb +4 -0
- package/behaviors/exports/atoms/std-game-over-screen.orb +4 -0
- package/behaviors/exports/atoms/std-gameflow.orb +4 -0
- package/behaviors/exports/atoms/std-input.orb +4 -0
- package/behaviors/exports/atoms/std-inventory-panel.orb +4 -0
- package/behaviors/exports/atoms/std-isometric-canvas.orb +4 -0
- package/behaviors/exports/atoms/std-loading.orb +4 -0
- package/behaviors/exports/atoms/std-modal.orb +4 -0
- package/behaviors/exports/atoms/std-movement.orb +4 -0
- package/behaviors/exports/atoms/std-notification.orb +4 -0
- package/behaviors/exports/atoms/std-overworld.orb +4 -0
- package/behaviors/exports/atoms/std-pagination.orb +4 -0
- package/behaviors/exports/atoms/std-physics2d.orb +4 -0
- package/behaviors/exports/atoms/std-platformer-canvas.orb +4 -0
- package/behaviors/exports/atoms/std-quest.orb +6 -1
- package/behaviors/exports/atoms/std-rate-limiter.orb +4 -0
- package/behaviors/exports/atoms/std-rating.orb +4 -0
- package/behaviors/exports/atoms/std-score-board.orb +4 -0
- package/behaviors/exports/atoms/std-score.orb +4 -0
- package/behaviors/exports/atoms/std-search.orb +4 -0
- package/behaviors/exports/atoms/std-selection.orb +4 -0
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +4 -0
- package/behaviors/exports/atoms/std-service-custom-header.orb +4 -0
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +4 -0
- package/behaviors/exports/atoms/std-service-custom-query.orb +4 -0
- package/behaviors/exports/atoms/std-service-email.orb +4 -0
- package/behaviors/exports/atoms/std-service-github.orb +4 -0
- package/behaviors/exports/atoms/std-service-llm.orb +4 -0
- package/behaviors/exports/atoms/std-service-oauth.orb +4 -0
- package/behaviors/exports/atoms/std-service-redis.orb +4 -0
- package/behaviors/exports/atoms/std-service-storage.orb +4 -0
- package/behaviors/exports/atoms/std-service-stripe.orb +4 -0
- package/behaviors/exports/atoms/std-service-twilio.orb +4 -0
- package/behaviors/exports/atoms/std-service-youtube.orb +4 -0
- package/behaviors/exports/atoms/std-simulation-canvas.orb +4 -0
- package/behaviors/exports/atoms/std-sort.orb +48 -0
- package/behaviors/exports/atoms/std-sprite.orb +4 -0
- package/behaviors/exports/atoms/std-tabs.orb +12 -0
- package/behaviors/exports/atoms/std-text-effects.orb +4 -0
- package/behaviors/exports/atoms/std-theme.orb +4 -0
- package/behaviors/exports/atoms/std-timer.orb +4 -0
- package/behaviors/exports/atoms/std-undo.orb +4 -0
- package/behaviors/exports/atoms/std-upload.orb +4 -0
- package/behaviors/exports/atoms/std-wizard.orb +22 -0
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +9 -20
- package/behaviors/exports/molecules/std-agent-learner.orb +5 -4
- package/behaviors/exports/molecules/std-agent-planner.orb +6 -8
- package/behaviors/exports/molecules/std-agent-rag.orb +6 -8
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +9 -20
- package/behaviors/exports/molecules/std-builder-game.orb +4 -0
- package/behaviors/exports/molecules/std-cart.orb +1 -2
- package/behaviors/exports/molecules/std-classifier-game.orb +4 -0
- package/behaviors/exports/molecules/std-debugger-game.orb +4 -0
- package/behaviors/exports/molecules/std-detail.orb +21 -0
- package/behaviors/exports/molecules/std-event-handler-game.orb +4 -0
- package/behaviors/exports/molecules/std-form-advanced.orb +4 -0
- package/behaviors/exports/molecules/std-geospatial.orb +1 -2
- package/behaviors/exports/molecules/std-inventory.orb +1 -2
- package/behaviors/exports/molecules/std-list.orb +21 -0
- package/behaviors/exports/molecules/std-messaging.orb +21 -0
- package/behaviors/exports/molecules/std-negotiator-game.orb +4 -0
- package/behaviors/exports/molecules/std-platformer-game.orb +4 -0
- package/behaviors/exports/molecules/std-puzzle-game.orb +4 -0
- package/behaviors/exports/molecules/std-quiz.orb +4 -0
- package/behaviors/exports/molecules/std-sequencer-game.orb +4 -0
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -0
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +4 -0
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -0
- package/behaviors/exports/molecules/std-service-notification-hub.orb +4 -0
- package/behaviors/exports/molecules/std-service-payment-flow.orb +4 -0
- package/behaviors/exports/molecules/std-simulator-game.orb +4 -0
- package/behaviors/exports/molecules/std-turn-based-battle.orb +4 -0
- package/behaviors/exports/organisms/std-agent-builder.orb +12 -48
- package/behaviors/exports/organisms/std-agent-pipeline.orb +7 -28
- package/behaviors/exports/organisms/std-agent-reviewer.orb +2 -8
- package/behaviors/exports/organisms/std-api-gateway.orb +5 -0
- package/behaviors/exports/organisms/std-booking-system.orb +10 -0
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +5 -0
- package/behaviors/exports/organisms/std-cms.orb +10 -0
- package/behaviors/exports/organisms/std-crm.orb +10 -0
- package/behaviors/exports/organisms/std-devops-dashboard.orb +5 -0
- package/behaviors/exports/organisms/std-ecommerce.orb +10 -0
- package/behaviors/exports/organisms/std-finance-tracker.orb +5 -0
- package/behaviors/exports/organisms/std-healthcare.orb +10 -0
- package/behaviors/exports/organisms/std-helpdesk.orb +5 -0
- package/behaviors/exports/organisms/std-hr-portal.orb +10 -0
- package/behaviors/exports/organisms/std-iot-dashboard.orb +5 -0
- package/behaviors/exports/organisms/std-lms.orb +5 -0
- package/behaviors/exports/organisms/std-project-manager.orb +10 -0
- package/behaviors/exports/organisms/std-realtime-chat.orb +5 -0
- package/behaviors/exports/organisms/std-service-marketplace.orb +10 -0
- package/behaviors/exports/organisms/std-trading-dashboard.orb +5 -0
- package/behaviors/exports/validation-report.json +163 -304
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +7 -0
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +8 -0
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +8 -0
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-search.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-session.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +4 -0
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +4 -0
- package/dist/behaviors/exports/atoms/std-async.orb +4 -0
- package/dist/behaviors/exports/atoms/std-browse.orb +4 -0
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +4 -0
- package/dist/behaviors/exports/atoms/std-calendar.orb +4 -0
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +4 -0
- package/dist/behaviors/exports/atoms/std-collision.orb +4 -0
- package/dist/behaviors/exports/atoms/std-combat-log.orb +4 -0
- package/dist/behaviors/exports/atoms/std-combat.orb +4 -0
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +4 -0
- package/dist/behaviors/exports/atoms/std-display.orb +149 -0
- package/dist/behaviors/exports/atoms/std-drawer.orb +54 -0
- package/dist/behaviors/exports/atoms/std-filter.orb +4 -0
- package/dist/behaviors/exports/atoms/std-flip-card.orb +4 -0
- package/dist/behaviors/exports/atoms/std-gallery.orb +4 -0
- package/dist/behaviors/exports/atoms/std-game-audio.orb +4 -0
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +4 -0
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +4 -0
- package/dist/behaviors/exports/atoms/std-game-hud.orb +12 -0
- package/dist/behaviors/exports/atoms/std-game-menu.orb +4 -0
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +4 -0
- package/dist/behaviors/exports/atoms/std-gameflow.orb +4 -0
- package/dist/behaviors/exports/atoms/std-input.orb +4 -0
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +4 -0
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +4 -0
- package/dist/behaviors/exports/atoms/std-loading.orb +4 -0
- package/dist/behaviors/exports/atoms/std-modal.orb +4 -0
- package/dist/behaviors/exports/atoms/std-movement.orb +4 -0
- package/dist/behaviors/exports/atoms/std-notification.orb +4 -0
- package/dist/behaviors/exports/atoms/std-overworld.orb +4 -0
- package/dist/behaviors/exports/atoms/std-pagination.orb +4 -0
- package/dist/behaviors/exports/atoms/std-physics2d.orb +4 -0
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +4 -0
- package/dist/behaviors/exports/atoms/std-quest.orb +6 -1
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +4 -0
- package/dist/behaviors/exports/atoms/std-rating.orb +4 -0
- package/dist/behaviors/exports/atoms/std-score-board.orb +4 -0
- package/dist/behaviors/exports/atoms/std-score.orb +4 -0
- package/dist/behaviors/exports/atoms/std-search.orb +4 -0
- package/dist/behaviors/exports/atoms/std-selection.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-email.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-github.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-llm.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-redis.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-storage.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +4 -0
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +4 -0
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +4 -0
- package/dist/behaviors/exports/atoms/std-sort.orb +48 -0
- package/dist/behaviors/exports/atoms/std-sprite.orb +4 -0
- package/dist/behaviors/exports/atoms/std-tabs.orb +12 -0
- package/dist/behaviors/exports/atoms/std-text-effects.orb +4 -0
- package/dist/behaviors/exports/atoms/std-theme.orb +4 -0
- package/dist/behaviors/exports/atoms/std-timer.orb +4 -0
- package/dist/behaviors/exports/atoms/std-undo.orb +4 -0
- package/dist/behaviors/exports/atoms/std-upload.orb +4 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +22 -0
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +9 -20
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +5 -4
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +6 -8
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +6 -8
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +9 -20
- package/dist/behaviors/exports/molecules/std-builder-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-cart.orb +1 -2
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-detail.orb +21 -0
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +4 -0
- package/dist/behaviors/exports/molecules/std-geospatial.orb +1 -2
- package/dist/behaviors/exports/molecules/std-inventory.orb +1 -2
- package/dist/behaviors/exports/molecules/std-list.orb +21 -0
- package/dist/behaviors/exports/molecules/std-messaging.orb +21 -0
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-quiz.orb +4 -0
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +4 -0
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +4 -0
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +4 -0
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +4 -0
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +4 -0
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +4 -0
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +4 -0
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +12 -48
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +7 -28
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +2 -8
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +5 -0
- package/dist/behaviors/exports/organisms/std-booking-system.orb +10 -0
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +5 -0
- package/dist/behaviors/exports/organisms/std-cms.orb +10 -0
- package/dist/behaviors/exports/organisms/std-crm.orb +10 -0
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +5 -0
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +10 -0
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +5 -0
- package/dist/behaviors/exports/organisms/std-healthcare.orb +10 -0
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +5 -0
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +10 -0
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +5 -0
- package/dist/behaviors/exports/organisms/std-lms.orb +5 -0
- package/dist/behaviors/exports/organisms/std-project-manager.orb +10 -0
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +5 -0
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +10 -0
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +5 -0
- package/dist/behaviors/exports/validation-report.json +163 -304
- package/dist/behaviors/exports-reader.js +17 -13
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.js +17 -13
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +17 -13
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +17 -13
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +7 -0
- package/dist/exports/atoms/std-agent-chat-thread.orb +8 -0
- package/dist/exports/atoms/std-agent-classifier.orb +4 -0
- package/dist/exports/atoms/std-agent-completion.orb +4 -0
- package/dist/exports/atoms/std-agent-context-window.orb +4 -0
- package/dist/exports/atoms/std-agent-conversation.orb +8 -0
- package/dist/exports/atoms/std-agent-memory.orb +4 -0
- package/dist/exports/atoms/std-agent-provider.orb +4 -0
- package/dist/exports/atoms/std-agent-search.orb +4 -0
- package/dist/exports/atoms/std-agent-session.orb +4 -0
- package/dist/exports/atoms/std-agent-step-progress.orb +4 -0
- package/dist/exports/atoms/std-agent-token-gauge.orb +4 -0
- package/dist/exports/atoms/std-agent-tool-call.orb +4 -0
- package/dist/exports/atoms/std-async.orb +4 -0
- package/dist/exports/atoms/std-browse.orb +4 -0
- package/dist/exports/atoms/std-cache-aside.orb +4 -0
- package/dist/exports/atoms/std-calendar.orb +4 -0
- package/dist/exports/atoms/std-circuit-breaker.orb +4 -0
- package/dist/exports/atoms/std-collision.orb +4 -0
- package/dist/exports/atoms/std-combat-log.orb +4 -0
- package/dist/exports/atoms/std-combat.orb +4 -0
- package/dist/exports/atoms/std-dialogue-box.orb +4 -0
- package/dist/exports/atoms/std-display.orb +149 -0
- package/dist/exports/atoms/std-drawer.orb +54 -0
- package/dist/exports/atoms/std-filter.orb +4 -0
- package/dist/exports/atoms/std-flip-card.orb +4 -0
- package/dist/exports/atoms/std-gallery.orb +4 -0
- package/dist/exports/atoms/std-game-audio.orb +4 -0
- package/dist/exports/atoms/std-game-canvas2d.orb +4 -0
- package/dist/exports/atoms/std-game-canvas3d.orb +4 -0
- package/dist/exports/atoms/std-game-hud.orb +12 -0
- package/dist/exports/atoms/std-game-menu.orb +4 -0
- package/dist/exports/atoms/std-game-over-screen.orb +4 -0
- package/dist/exports/atoms/std-gameflow.orb +4 -0
- package/dist/exports/atoms/std-input.orb +4 -0
- package/dist/exports/atoms/std-inventory-panel.orb +4 -0
- package/dist/exports/atoms/std-isometric-canvas.orb +4 -0
- package/dist/exports/atoms/std-loading.orb +4 -0
- package/dist/exports/atoms/std-modal.orb +4 -0
- package/dist/exports/atoms/std-movement.orb +4 -0
- package/dist/exports/atoms/std-notification.orb +4 -0
- package/dist/exports/atoms/std-overworld.orb +4 -0
- package/dist/exports/atoms/std-pagination.orb +4 -0
- package/dist/exports/atoms/std-physics2d.orb +4 -0
- package/dist/exports/atoms/std-platformer-canvas.orb +4 -0
- package/dist/exports/atoms/std-quest.orb +6 -1
- package/dist/exports/atoms/std-rate-limiter.orb +4 -0
- package/dist/exports/atoms/std-rating.orb +4 -0
- package/dist/exports/atoms/std-score-board.orb +4 -0
- package/dist/exports/atoms/std-score.orb +4 -0
- package/dist/exports/atoms/std-search.orb +4 -0
- package/dist/exports/atoms/std-selection.orb +4 -0
- package/dist/exports/atoms/std-service-custom-bearer.orb +4 -0
- package/dist/exports/atoms/std-service-custom-header.orb +4 -0
- package/dist/exports/atoms/std-service-custom-noauth.orb +4 -0
- package/dist/exports/atoms/std-service-custom-query.orb +4 -0
- package/dist/exports/atoms/std-service-email.orb +4 -0
- package/dist/exports/atoms/std-service-github.orb +4 -0
- package/dist/exports/atoms/std-service-llm.orb +4 -0
- package/dist/exports/atoms/std-service-oauth.orb +4 -0
- package/dist/exports/atoms/std-service-redis.orb +4 -0
- package/dist/exports/atoms/std-service-storage.orb +4 -0
- package/dist/exports/atoms/std-service-stripe.orb +4 -0
- package/dist/exports/atoms/std-service-twilio.orb +4 -0
- package/dist/exports/atoms/std-service-youtube.orb +4 -0
- package/dist/exports/atoms/std-simulation-canvas.orb +4 -0
- package/dist/exports/atoms/std-sort.orb +48 -0
- package/dist/exports/atoms/std-sprite.orb +4 -0
- package/dist/exports/atoms/std-tabs.orb +12 -0
- package/dist/exports/atoms/std-text-effects.orb +4 -0
- package/dist/exports/atoms/std-theme.orb +4 -0
- package/dist/exports/atoms/std-timer.orb +4 -0
- package/dist/exports/atoms/std-undo.orb +4 -0
- package/dist/exports/atoms/std-upload.orb +4 -0
- package/dist/exports/atoms/std-wizard.orb +22 -0
- package/dist/exports/molecules/std-agent-fix-loop.orb +9 -20
- package/dist/exports/molecules/std-agent-learner.orb +5 -4
- package/dist/exports/molecules/std-agent-planner.orb +6 -8
- package/dist/exports/molecules/std-agent-rag.orb +6 -8
- package/dist/exports/molecules/std-agent-tool-loop.orb +9 -20
- package/dist/exports/molecules/std-builder-game.orb +4 -0
- package/dist/exports/molecules/std-cart.orb +1 -2
- package/dist/exports/molecules/std-classifier-game.orb +4 -0
- package/dist/exports/molecules/std-debugger-game.orb +4 -0
- package/dist/exports/molecules/std-detail.orb +21 -0
- package/dist/exports/molecules/std-event-handler-game.orb +4 -0
- package/dist/exports/molecules/std-form-advanced.orb +4 -0
- package/dist/exports/molecules/std-geospatial.orb +1 -2
- package/dist/exports/molecules/std-inventory.orb +1 -2
- package/dist/exports/molecules/std-list.orb +21 -0
- package/dist/exports/molecules/std-messaging.orb +21 -0
- package/dist/exports/molecules/std-negotiator-game.orb +4 -0
- package/dist/exports/molecules/std-platformer-game.orb +4 -0
- package/dist/exports/molecules/std-puzzle-game.orb +4 -0
- package/dist/exports/molecules/std-quiz.orb +4 -0
- package/dist/exports/molecules/std-sequencer-game.orb +4 -0
- package/dist/exports/molecules/std-service-content-pipeline.orb +4 -0
- package/dist/exports/molecules/std-service-custom-api-tester.orb +4 -0
- package/dist/exports/molecules/std-service-devops-toolkit.orb +4 -0
- package/dist/exports/molecules/std-service-notification-hub.orb +4 -0
- package/dist/exports/molecules/std-service-payment-flow.orb +4 -0
- package/dist/exports/molecules/std-simulator-game.orb +4 -0
- package/dist/exports/molecules/std-turn-based-battle.orb +4 -0
- package/dist/exports/organisms/std-agent-builder.orb +12 -48
- package/dist/exports/organisms/std-agent-pipeline.orb +7 -28
- package/dist/exports/organisms/std-agent-reviewer.orb +2 -8
- package/dist/exports/organisms/std-api-gateway.orb +5 -0
- package/dist/exports/organisms/std-booking-system.orb +10 -0
- package/dist/exports/organisms/std-cicd-pipeline.orb +5 -0
- package/dist/exports/organisms/std-cms.orb +10 -0
- package/dist/exports/organisms/std-crm.orb +10 -0
- package/dist/exports/organisms/std-devops-dashboard.orb +5 -0
- package/dist/exports/organisms/std-ecommerce.orb +10 -0
- package/dist/exports/organisms/std-finance-tracker.orb +5 -0
- package/dist/exports/organisms/std-healthcare.orb +10 -0
- package/dist/exports/organisms/std-helpdesk.orb +5 -0
- package/dist/exports/organisms/std-hr-portal.orb +10 -0
- package/dist/exports/organisms/std-iot-dashboard.orb +5 -0
- package/dist/exports/organisms/std-lms.orb +5 -0
- package/dist/exports/organisms/std-project-manager.orb +10 -0
- package/dist/exports/organisms/std-realtime-chat.orb +5 -0
- package/dist/exports/organisms/std-service-marketplace.orb +10 -0
- package/dist/exports/organisms/std-trading-dashboard.orb +5 -0
- package/dist/exports/validation-report.json +163 -304
- package/dist/index.js +17 -13
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -16,38 +16,25 @@
|
|
|
16
16
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
17
17
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-agent-assistant.orb",
|
|
18
18
|
"Schema validation warnings:",
|
|
19
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.MemoryCreate: Trait 'MemoryCreate' emits event 'SAVE' but no trait listens for it",
|
|
20
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
21
19
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ProviderManager: Trait 'ProviderManager' emits event 'SAVE' but no trait listens for it",
|
|
22
20
|
" 💡 Add a listener for the event or remove the emission",
|
|
23
|
-
" ⚠️ [
|
|
21
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.MemoryCreate: Trait 'MemoryCreate' emits event 'SAVE' but no trait listens for it",
|
|
22
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
23
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"ProviderManager\", \"MemoryCreate\"]. Consider namespacing.",
|
|
24
24
|
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"name": "std-agent-builder",
|
|
29
|
-
"errors":
|
|
29
|
+
"errors": 0,
|
|
30
30
|
"warnings": 1,
|
|
31
31
|
"output": [
|
|
32
32
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
33
33
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-agent-builder.orb",
|
|
34
|
-
"Schema validation errors:",
|
|
35
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[3].effects[4][2].children[0].children[3].children[1].label[1]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
36
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[4].effects[5][2].children[0].children[2].children[1].value[1]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
37
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[1].traits[0].stateMachine.transitions[2].effects[4][2].children[0].children[0].children[1].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
38
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[1].traits[0].stateMachine.transitions[2].effects[4][2].children[0].children[0].children[1].label[4]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
39
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[1].traits[0].stateMachine.transitions[3].effects[2][2].children[0].children[3].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
40
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[1].traits[0].stateMachine.transitions[5].effects[4][2].children[0].children[0].children[1].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
41
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[1].traits[0].stateMachine.transitions[5].effects[4][2].children[0].children[0].children[1].label[4]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
42
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[2].traits[0].stateMachine.transitions[1].effects[5][2].children[0].children[3].children[1].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
43
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[2].traits[0].stateMachine.transitions[1].effects[5][2].children[0].children[3].children[1].label[4]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
44
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[2].traits[0].stateMachine.transitions[3].effects[5][2].children[0].children[0].children[1].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
45
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[2].traits[0].stateMachine.transitions[6].effects[2][2].children[0].children[3].children[1].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
46
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[2].traits[0].stateMachine.transitions[6].effects[2][2].children[0].children[3].children[1].label[4]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
47
34
|
"Schema validation warnings:",
|
|
48
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.BuildSessionLabel: Trait 'BuildSessionLabel' emits event 'SAVE' but no trait listens for it",
|
|
49
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
50
35
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.PlannerTaskInput: Trait 'PlannerTaskInput' emits event 'PLAN' but no trait listens for it",
|
|
36
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
37
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.BuildSessionLabel: Trait 'BuildSessionLabel' emits event 'SAVE' but no trait listens for it",
|
|
51
38
|
" 💡 Add a listener for the event or remove the emission"
|
|
52
39
|
]
|
|
53
40
|
},
|
|
@@ -104,32 +91,20 @@
|
|
|
104
91
|
},
|
|
105
92
|
{
|
|
106
93
|
"name": "std-agent-fix-loop",
|
|
107
|
-
"errors":
|
|
94
|
+
"errors": 0,
|
|
108
95
|
"warnings": 0,
|
|
109
96
|
"output": [
|
|
110
97
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
111
|
-
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-fix-loop.orb"
|
|
112
|
-
"Schema validation errors:",
|
|
113
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[1].effects[5][2].children[3].children[1].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
114
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[1].effects[5][2].children[3].children[1].label[4]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
115
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[3].effects[5][2].children[0].children[1].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
116
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[6].effects[2][2].children[3].children[1].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
117
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[6].effects[2][2].children[3].children[1].label[4]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
118
|
-
"Error: Schema validation failed with 5 error(s)",
|
|
119
|
-
"Command failed: orbital validate \"/Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-fix-loop.orb\" 2>&1"
|
|
98
|
+
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-fix-loop.orb"
|
|
120
99
|
]
|
|
121
100
|
},
|
|
122
101
|
{
|
|
123
102
|
"name": "std-agent-learner",
|
|
124
|
-
"errors":
|
|
103
|
+
"errors": 0,
|
|
125
104
|
"warnings": 0,
|
|
126
105
|
"output": [
|
|
127
106
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
128
|
-
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-learner.orb"
|
|
129
|
-
"Schema validation errors:",
|
|
130
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[3].effects[4][1][11]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
131
|
-
"Error: Schema validation failed with 1 error(s)",
|
|
132
|
-
"Command failed: orbital validate \"/Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-learner.orb\" 2>&1"
|
|
107
|
+
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-learner.orb"
|
|
133
108
|
]
|
|
134
109
|
},
|
|
135
110
|
{
|
|
@@ -146,46 +121,32 @@
|
|
|
146
121
|
},
|
|
147
122
|
{
|
|
148
123
|
"name": "std-agent-pipeline",
|
|
149
|
-
"errors":
|
|
124
|
+
"errors": 0,
|
|
150
125
|
"warnings": 1,
|
|
151
126
|
"output": [
|
|
152
127
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
153
128
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-agent-pipeline.orb",
|
|
154
|
-
"Schema validation errors:",
|
|
155
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[3].effects[4][2].children[0].children[3].children[1].label[1]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
156
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[4].effects[5][2].children[0].children[2].children[1].value[1]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
157
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[1].traits[0].stateMachine.transitions[2].effects[4][2].children[0].children[0].children[1].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
158
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[1].traits[0].stateMachine.transitions[2].effects[4][2].children[0].children[0].children[1].label[4]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
159
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[1].traits[0].stateMachine.transitions[3].effects[2][2].children[0].children[3].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
160
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[1].traits[0].stateMachine.transitions[5].effects[4][2].children[0].children[0].children[1].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
161
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[1].traits[0].stateMachine.transitions[5].effects[4][2].children[0].children[0].children[1].label[4]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
162
129
|
"Schema validation warnings:",
|
|
163
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ExecutionLogCreate: Trait 'ExecutionLogCreate' emits event 'SAVE' but no trait listens for it",
|
|
164
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
165
130
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.PipelineSessionLabel: Trait 'PipelineSessionLabel' emits event 'SAVE' but no trait listens for it",
|
|
166
131
|
" 💡 Add a listener for the event or remove the emission",
|
|
132
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ExecutionLogCreate: Trait 'ExecutionLogCreate' emits event 'SAVE' but no trait listens for it",
|
|
133
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
167
134
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.PlannerTaskInput: Trait 'PlannerTaskInput' emits event 'PLAN' but no trait listens for it",
|
|
168
135
|
" 💡 Add a listener for the event or remove the emission",
|
|
169
|
-
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"
|
|
170
|
-
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
171
|
-
"Error: Schema validation failed with 7 error(s)"
|
|
136
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"PipelineSessionLabel\", \"ExecutionLogCreate\"]. Consider namespacing.",
|
|
137
|
+
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
172
138
|
]
|
|
173
139
|
},
|
|
174
140
|
{
|
|
175
141
|
"name": "std-agent-planner",
|
|
176
|
-
"errors":
|
|
142
|
+
"errors": 0,
|
|
177
143
|
"warnings": 1,
|
|
178
144
|
"output": [
|
|
179
145
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
180
146
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-planner.orb",
|
|
181
|
-
"Schema validation errors:",
|
|
182
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[3].effects[4][2].children[3].children[1].label[1]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
183
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[4].effects[5][2].children[2].children[1].value[1]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
184
147
|
"Schema validation warnings:",
|
|
185
148
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.PlannerTaskInput: Trait 'PlannerTaskInput' emits event 'PLAN' but no trait listens for it",
|
|
186
|
-
" 💡 Add a listener for the event or remove the emission"
|
|
187
|
-
"Error: Schema validation failed with 2 error(s)",
|
|
188
|
-
"Command failed: orbital validate \"/Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-planner.orb\" 2>&1"
|
|
149
|
+
" 💡 Add a listener for the event or remove the emission"
|
|
189
150
|
]
|
|
190
151
|
},
|
|
191
152
|
{
|
|
@@ -202,33 +163,23 @@
|
|
|
202
163
|
},
|
|
203
164
|
{
|
|
204
165
|
"name": "std-agent-rag",
|
|
205
|
-
"errors":
|
|
166
|
+
"errors": 0,
|
|
206
167
|
"warnings": 0,
|
|
207
168
|
"output": [
|
|
208
169
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
209
|
-
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-rag.orb"
|
|
210
|
-
"Schema validation errors:",
|
|
211
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[2].effects[5][2].children[3].children[0].label[1]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
212
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[2].effects[5][2].children[3].children[1].label[1]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
213
|
-
"Error: Schema validation failed with 2 error(s)",
|
|
214
|
-
"Command failed: orbital validate \"/Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-rag.orb\" 2>&1"
|
|
170
|
+
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-rag.orb"
|
|
215
171
|
]
|
|
216
172
|
},
|
|
217
173
|
{
|
|
218
174
|
"name": "std-agent-reviewer",
|
|
219
|
-
"errors":
|
|
175
|
+
"errors": 0,
|
|
220
176
|
"warnings": 1,
|
|
221
177
|
"output": [
|
|
222
178
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
223
179
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-agent-reviewer.orb",
|
|
224
|
-
"Schema validation errors:",
|
|
225
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[1].traits[0].stateMachine.transitions[2].effects[5][2].children[0].children[3].children[0].label[1]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
226
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[1].traits[0].stateMachine.transitions[2].effects[5][2].children[0].children[3].children[1].label[1]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
227
180
|
"Schema validation warnings:",
|
|
228
181
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ReviewCompletionFlow: Trait 'ReviewCompletionFlow' emits event 'SAVE' but no trait listens for it",
|
|
229
|
-
" 💡 Add a listener for the event or remove the emission"
|
|
230
|
-
"Error: Schema validation failed with 2 error(s)",
|
|
231
|
-
"Command failed: orbital validate \"/Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-agent-reviewer.orb\" 2>&1"
|
|
182
|
+
" 💡 Add a listener for the event or remove the emission"
|
|
232
183
|
]
|
|
233
184
|
},
|
|
234
185
|
{
|
|
@@ -284,19 +235,11 @@
|
|
|
284
235
|
},
|
|
285
236
|
{
|
|
286
237
|
"name": "std-agent-tool-loop",
|
|
287
|
-
"errors":
|
|
238
|
+
"errors": 0,
|
|
288
239
|
"warnings": 0,
|
|
289
240
|
"output": [
|
|
290
241
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
291
|
-
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-tool-loop.orb"
|
|
292
|
-
"Schema validation errors:",
|
|
293
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[2].effects[4][2].children[0].children[1].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
294
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[2].effects[4][2].children[0].children[1].label[4]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
295
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[3].effects[2][2].children[3].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
296
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[5].effects[4][2].children[0].children[1].label[2]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
297
|
-
" ❌ [SEXPR_ARITY_MISMATCH] orbitals[0].traits[0].stateMachine.transitions[5].effects[4][2].children[0].children[1].label[4]: Operator 'str/concat' requires at least 2 argument(s), got 1",
|
|
298
|
-
"Error: Schema validation failed with 5 error(s)",
|
|
299
|
-
"Command failed: orbital validate \"/Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-tool-loop.orb\" 2>&1"
|
|
242
|
+
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-agent-tool-loop.orb"
|
|
300
243
|
]
|
|
301
244
|
},
|
|
302
245
|
{
|
|
@@ -317,29 +260,22 @@
|
|
|
317
260
|
},
|
|
318
261
|
{
|
|
319
262
|
"name": "std-api-gateway",
|
|
320
|
-
"errors":
|
|
263
|
+
"errors": 0,
|
|
321
264
|
"warnings": 1,
|
|
322
265
|
"output": [
|
|
323
266
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
324
267
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-api-gateway.orb",
|
|
325
|
-
"Schema validation errors:",
|
|
326
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Route'",
|
|
327
|
-
" 💡 Add field 'pendingId' to entity 'Route' or fix the binding path",
|
|
328
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Route'",
|
|
329
|
-
" 💡 Add field 'pendingId' to entity 'Route' or fix the binding path",
|
|
330
268
|
"Schema validation warnings:",
|
|
331
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
269
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.RouteDelete: Trait 'RouteDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
332
270
|
" 💡 Add a listener for the event or remove the emission",
|
|
333
271
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.RouteCreate: Trait 'RouteCreate' emits event 'SAVE' but no trait listens for it",
|
|
334
272
|
" 💡 Add a listener for the event or remove the emission",
|
|
335
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
273
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.RouteEdit: Trait 'RouteEdit' emits event 'SAVE' but no trait listens for it",
|
|
336
274
|
" 💡 Add a listener for the event or remove the emission",
|
|
337
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
275
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.RouteView: Trait 'RouteView' emits event 'SAVE' but no trait listens for it",
|
|
338
276
|
" 💡 Add a listener for the event or remove the emission",
|
|
339
|
-
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"
|
|
340
|
-
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
341
|
-
"Error: Schema validation failed with 2 error(s)",
|
|
342
|
-
"Command failed: orbital validate \"/Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-api-gateway.orb\" 2>&1"
|
|
277
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"RouteCreate\", \"RouteEdit\", \"RouteView\"]. Consider namespacing.",
|
|
278
|
+
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
343
279
|
]
|
|
344
280
|
},
|
|
345
281
|
{
|
|
@@ -389,29 +325,29 @@
|
|
|
389
325
|
},
|
|
390
326
|
{
|
|
391
327
|
"name": "std-booking-system",
|
|
392
|
-
"errors":
|
|
328
|
+
"errors": 0,
|
|
393
329
|
"warnings": 1,
|
|
394
330
|
"output": [
|
|
395
331
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
396
332
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-booking-system.orb",
|
|
397
|
-
"Schema validation errors:",
|
|
398
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Provider'",
|
|
399
|
-
" 💡 Add field 'pendingId' to entity 'Provider' or fix the binding path",
|
|
400
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Provider'",
|
|
401
|
-
" 💡 Add field 'pendingId' to entity 'Provider' or fix the binding path",
|
|
402
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[2].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Appointment'",
|
|
403
|
-
" 💡 Add field 'pendingId' to entity 'Appointment' or fix the binding path",
|
|
404
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[2].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Appointment'",
|
|
405
|
-
" 💡 Add field 'pendingId' to entity 'Appointment' or fix the binding path",
|
|
406
333
|
"Schema validation warnings:",
|
|
407
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
334
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ProviderDelete: Trait 'ProviderDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
408
335
|
" 💡 Add a listener for the event or remove the emission",
|
|
409
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
336
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.AppointmentDelete: Trait 'AppointmentDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
410
337
|
" 💡 Add a listener for the event or remove the emission",
|
|
411
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
338
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ProviderCreate: Trait 'ProviderCreate' emits event 'SAVE' but no trait listens for it",
|
|
412
339
|
" 💡 Add a listener for the event or remove the emission",
|
|
413
340
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.AppointmentCreate: Trait 'AppointmentCreate' emits event 'SAVE' but no trait listens for it",
|
|
414
|
-
" 💡 Add a listener for the event or remove the emission"
|
|
341
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
342
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ProviderView: Trait 'ProviderView' emits event 'SAVE' but no trait listens for it",
|
|
343
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
344
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.AppointmentView: Trait 'AppointmentView' emits event 'SAVE' but no trait listens for it",
|
|
345
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
346
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.AppointmentEdit: Trait 'AppointmentEdit' emits event 'SAVE' but no trait listens for it",
|
|
347
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
348
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ProviderEdit: Trait 'ProviderEdit' emits event 'SAVE' but no trait listens for it",
|
|
349
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
350
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'CONFIRM_DELETE' is emitted by multiple traits: [\"ProviderDelete\", \"AppointmentDelete\"]. Consider namespacing."
|
|
415
351
|
]
|
|
416
352
|
},
|
|
417
353
|
{
|
|
@@ -458,37 +394,30 @@
|
|
|
458
394
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
459
395
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-cart.orb",
|
|
460
396
|
"Schema validation warnings:",
|
|
461
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.CartItemAddItem: Trait 'CartItemAddItem' emits event 'SAVE' but no trait listens for it",
|
|
462
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
463
397
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.CartItemRemoveConfirm: Trait 'CartItemRemoveConfirm' emits event 'CONFIRM_REMOVE' but no trait listens for it",
|
|
398
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
399
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.CartItemAddItem: Trait 'CartItemAddItem' emits event 'SAVE' but no trait listens for it",
|
|
464
400
|
" 💡 Add a listener for the event or remove the emission"
|
|
465
401
|
]
|
|
466
402
|
},
|
|
467
403
|
{
|
|
468
404
|
"name": "std-cicd-pipeline",
|
|
469
|
-
"errors":
|
|
405
|
+
"errors": 0,
|
|
470
406
|
"warnings": 1,
|
|
471
407
|
"output": [
|
|
472
408
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
473
409
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-cicd-pipeline.orb",
|
|
474
|
-
"Schema validation errors:",
|
|
475
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Build'",
|
|
476
|
-
" 💡 Add field 'pendingId' to entity 'Build' or fix the binding path",
|
|
477
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Build'",
|
|
478
|
-
" 💡 Add field 'pendingId' to entity 'Build' or fix the binding path",
|
|
479
410
|
"Schema validation warnings:",
|
|
411
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.BuildDelete: Trait 'BuildDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
412
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
480
413
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.BuildEdit: Trait 'BuildEdit' emits event 'SAVE' but no trait listens for it",
|
|
481
414
|
" 💡 Add a listener for the event or remove the emission",
|
|
482
415
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.BuildView: Trait 'BuildView' emits event 'SAVE' but no trait listens for it",
|
|
483
416
|
" 💡 Add a listener for the event or remove the emission",
|
|
484
417
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.BuildCreate: Trait 'BuildCreate' emits event 'SAVE' but no trait listens for it",
|
|
485
418
|
" 💡 Add a listener for the event or remove the emission",
|
|
486
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.BuildDelete: Trait 'BuildDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
487
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
488
419
|
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"BuildEdit\", \"BuildView\", \"BuildCreate\"]. Consider namespacing.",
|
|
489
|
-
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
490
|
-
"Error: Schema validation failed with 2 error(s)",
|
|
491
|
-
"Command failed: orbital validate \"/Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-cicd-pipeline.orb\" 2>&1"
|
|
420
|
+
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
492
421
|
]
|
|
493
422
|
},
|
|
494
423
|
{
|
|
@@ -519,20 +448,11 @@
|
|
|
519
448
|
},
|
|
520
449
|
{
|
|
521
450
|
"name": "std-cms",
|
|
522
|
-
"errors":
|
|
451
|
+
"errors": 0,
|
|
523
452
|
"warnings": 1,
|
|
524
453
|
"output": [
|
|
525
454
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
526
455
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-cms.orb",
|
|
527
|
-
"Schema validation errors:",
|
|
528
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Article'",
|
|
529
|
-
" 💡 Add field 'pendingId' to entity 'Article' or fix the binding path",
|
|
530
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Article'",
|
|
531
|
-
" 💡 Add field 'pendingId' to entity 'Article' or fix the binding path",
|
|
532
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[2].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Category'",
|
|
533
|
-
" 💡 Add field 'pendingId' to entity 'Category' or fix the binding path",
|
|
534
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[2].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Category'",
|
|
535
|
-
" 💡 Add field 'pendingId' to entity 'Category' or fix the binding path",
|
|
536
456
|
"Schema validation warnings:",
|
|
537
457
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.CategoryDelete: Trait 'CategoryDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
538
458
|
" 💡 Add a listener for the event or remove the emission",
|
|
@@ -540,7 +460,7 @@
|
|
|
540
460
|
" 💡 Add a listener for the event or remove the emission",
|
|
541
461
|
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'CONFIRM_DELETE' is emitted by multiple traits: [\"CategoryDelete\", \"ArticleDelete\"]. Consider namespacing.",
|
|
542
462
|
" 💡 Use TraitName.EVENT_NAME format to avoid collisions",
|
|
543
|
-
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"
|
|
463
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"MediaAssetCreate\", \"CategoryCreate\", \"ArticleCreate\", \"ArticleEdit\", \"CategoryEdit\", \"ArticleView\", \"MediaAssetView\", \"CategoryView\"]. Consider namespacing.",
|
|
544
464
|
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
545
465
|
]
|
|
546
466
|
},
|
|
@@ -594,29 +514,29 @@
|
|
|
594
514
|
},
|
|
595
515
|
{
|
|
596
516
|
"name": "std-crm",
|
|
597
|
-
"errors":
|
|
517
|
+
"errors": 0,
|
|
598
518
|
"warnings": 1,
|
|
599
519
|
"output": [
|
|
600
520
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
601
521
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-crm.orb",
|
|
602
|
-
"Schema validation errors:",
|
|
603
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Contact'",
|
|
604
|
-
" 💡 Add field 'pendingId' to entity 'Contact' or fix the binding path",
|
|
605
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Contact'",
|
|
606
|
-
" 💡 Add field 'pendingId' to entity 'Contact' or fix the binding path",
|
|
607
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[1].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Deal'",
|
|
608
|
-
" 💡 Add field 'pendingId' to entity 'Deal' or fix the binding path",
|
|
609
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[1].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Deal'",
|
|
610
|
-
" 💡 Add field 'pendingId' to entity 'Deal' or fix the binding path",
|
|
611
522
|
"Schema validation warnings:",
|
|
523
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ContactCreate: Trait 'ContactCreate' emits event 'SAVE' but no trait listens for it",
|
|
524
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
525
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ContactEdit: Trait 'ContactEdit' emits event 'SAVE' but no trait listens for it",
|
|
526
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
527
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.DealCreate: Trait 'DealCreate' emits event 'SAVE' but no trait listens for it",
|
|
528
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
529
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.NoteView: Trait 'NoteView' emits event 'SAVE' but no trait listens for it",
|
|
530
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
612
531
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ContactView: Trait 'ContactView' emits event 'SAVE' but no trait listens for it",
|
|
613
532
|
" 💡 Add a listener for the event or remove the emission",
|
|
614
533
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.DealEdit: Trait 'DealEdit' emits event 'SAVE' but no trait listens for it",
|
|
615
534
|
" 💡 Add a listener for the event or remove the emission",
|
|
616
535
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.DealView: Trait 'DealView' emits event 'SAVE' but no trait listens for it",
|
|
617
536
|
" 💡 Add a listener for the event or remove the emission",
|
|
618
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
619
|
-
" 💡 Add a listener for the event or remove the emission"
|
|
537
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ContactDelete: Trait 'ContactDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
538
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
539
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.DealDelete: Trait 'DealDelete' emits event 'CONFIRM_DELETE' but no trait listens for it"
|
|
620
540
|
]
|
|
621
541
|
},
|
|
622
542
|
{
|
|
@@ -636,35 +556,28 @@
|
|
|
636
556
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
637
557
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-detail.orb",
|
|
638
558
|
"Schema validation warnings:",
|
|
639
|
-
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"
|
|
559
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"DetailRecordView\", \"DetailRecordCreate\"]. Consider namespacing.",
|
|
640
560
|
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
641
561
|
]
|
|
642
562
|
},
|
|
643
563
|
{
|
|
644
564
|
"name": "std-devops-dashboard",
|
|
645
|
-
"errors":
|
|
565
|
+
"errors": 0,
|
|
646
566
|
"warnings": 1,
|
|
647
567
|
"output": [
|
|
648
568
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
649
569
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-devops-dashboard.orb",
|
|
650
|
-
"Schema validation errors:",
|
|
651
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[2].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'LogEntry'",
|
|
652
|
-
" 💡 Add field 'pendingId' to entity 'LogEntry' or fix the binding path",
|
|
653
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[2].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'LogEntry'",
|
|
654
|
-
" 💡 Add field 'pendingId' to entity 'LogEntry' or fix the binding path",
|
|
655
570
|
"Schema validation warnings:",
|
|
656
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.LogEntryCreate: Trait 'LogEntryCreate' emits event 'SAVE' but no trait listens for it",
|
|
657
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
658
571
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.LogEntryView: Trait 'LogEntryView' emits event 'SAVE' but no trait listens for it",
|
|
659
572
|
" 💡 Add a listener for the event or remove the emission",
|
|
573
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.LogEntryCreate: Trait 'LogEntryCreate' emits event 'SAVE' but no trait listens for it",
|
|
574
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
660
575
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.LogEntryEdit: Trait 'LogEntryEdit' emits event 'SAVE' but no trait listens for it",
|
|
661
576
|
" 💡 Add a listener for the event or remove the emission",
|
|
662
577
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.LogEntryDelete: Trait 'LogEntryDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
663
578
|
" 💡 Add a listener for the event or remove the emission",
|
|
664
|
-
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"
|
|
665
|
-
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
666
|
-
"Error: Schema validation failed with 2 error(s)",
|
|
667
|
-
"Command failed: orbital validate \"/Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-devops-dashboard.orb\" 2>&1"
|
|
579
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"LogEntryView\", \"LogEntryCreate\", \"LogEntryEdit\"]. Consider namespacing.",
|
|
580
|
+
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
668
581
|
]
|
|
669
582
|
},
|
|
670
583
|
{
|
|
@@ -696,29 +609,29 @@
|
|
|
696
609
|
},
|
|
697
610
|
{
|
|
698
611
|
"name": "std-ecommerce",
|
|
699
|
-
"errors":
|
|
612
|
+
"errors": 0,
|
|
700
613
|
"warnings": 1,
|
|
701
614
|
"output": [
|
|
702
615
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
703
616
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-ecommerce.orb",
|
|
704
|
-
"Schema validation errors:",
|
|
705
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Product'",
|
|
706
|
-
" 💡 Add field 'pendingId' to entity 'Product' or fix the binding path",
|
|
707
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Product'",
|
|
708
|
-
" 💡 Add field 'pendingId' to entity 'Product' or fix the binding path",
|
|
709
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[3].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'OrderRecord'",
|
|
710
|
-
" 💡 Add field 'pendingId' to entity 'OrderRecord' or fix the binding path",
|
|
711
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[3].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'OrderRecord'",
|
|
712
|
-
" 💡 Add field 'pendingId' to entity 'OrderRecord' or fix the binding path",
|
|
713
617
|
"Schema validation warnings:",
|
|
714
618
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.CartItemRemoveConfirm: Trait 'CartItemRemoveConfirm' emits event 'CONFIRM_REMOVE' but no trait listens for it",
|
|
715
619
|
" 💡 Add a listener for the event or remove the emission",
|
|
716
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
620
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.OrderRecordEdit: Trait 'OrderRecordEdit' emits event 'SAVE' but no trait listens for it",
|
|
717
621
|
" 💡 Add a listener for the event or remove the emission",
|
|
718
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
622
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ProductEdit: Trait 'ProductEdit' emits event 'SAVE' but no trait listens for it",
|
|
623
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
624
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ProductCreate: Trait 'ProductCreate' emits event 'SAVE' but no trait listens for it",
|
|
625
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
626
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ProductView: Trait 'ProductView' emits event 'SAVE' but no trait listens for it",
|
|
719
627
|
" 💡 Add a listener for the event or remove the emission",
|
|
720
628
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.CartItemAddItem: Trait 'CartItemAddItem' emits event 'SAVE' but no trait listens for it",
|
|
721
|
-
" 💡 Add a listener for the event or remove the emission"
|
|
629
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
630
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.OrderRecordCreate: Trait 'OrderRecordCreate' emits event 'SAVE' but no trait listens for it",
|
|
631
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
632
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.OrderRecordView: Trait 'OrderRecordView' emits event 'SAVE' but no trait listens for it",
|
|
633
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
634
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.OrderRecordDelete: Trait 'OrderRecordDelete' emits event 'CONFIRM_DELETE' but no trait listens for it"
|
|
722
635
|
]
|
|
723
636
|
},
|
|
724
637
|
{
|
|
@@ -741,23 +654,16 @@
|
|
|
741
654
|
},
|
|
742
655
|
{
|
|
743
656
|
"name": "std-finance-tracker",
|
|
744
|
-
"errors":
|
|
657
|
+
"errors": 0,
|
|
745
658
|
"warnings": 1,
|
|
746
659
|
"output": [
|
|
747
660
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
748
661
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-finance-tracker.orb",
|
|
749
|
-
"Schema validation errors:",
|
|
750
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Transaction'",
|
|
751
|
-
" 💡 Add field 'pendingId' to entity 'Transaction' or fix the binding path",
|
|
752
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Transaction'",
|
|
753
|
-
" 💡 Add field 'pendingId' to entity 'Transaction' or fix the binding path",
|
|
754
662
|
"Schema validation warnings:",
|
|
755
663
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TransactionDelete: Trait 'TransactionDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
756
664
|
" 💡 Add a listener for the event or remove the emission",
|
|
757
|
-
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"
|
|
758
|
-
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
759
|
-
"Error: Schema validation failed with 2 error(s)",
|
|
760
|
-
"Command failed: orbital validate \"/Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-finance-tracker.orb\" 2>&1"
|
|
665
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"TransactionEdit\", \"FinanceReportCreate\", \"TransactionCreate\", \"TransactionView\", \"FinanceReportView\"]. Consider namespacing.",
|
|
666
|
+
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
761
667
|
]
|
|
762
668
|
},
|
|
763
669
|
{
|
|
@@ -872,74 +778,51 @@
|
|
|
872
778
|
},
|
|
873
779
|
{
|
|
874
780
|
"name": "std-healthcare",
|
|
875
|
-
"errors":
|
|
781
|
+
"errors": 0,
|
|
876
782
|
"warnings": 1,
|
|
877
783
|
"output": [
|
|
878
784
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
879
785
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-healthcare.orb",
|
|
880
|
-
"Schema validation errors:",
|
|
881
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Patient'",
|
|
882
|
-
" 💡 Add field 'pendingId' to entity 'Patient' or fix the binding path",
|
|
883
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Patient'",
|
|
884
|
-
" 💡 Add field 'pendingId' to entity 'Patient' or fix the binding path",
|
|
885
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[1].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Appointment'",
|
|
886
|
-
" 💡 Add field 'pendingId' to entity 'Appointment' or fix the binding path",
|
|
887
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[1].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Appointment'",
|
|
888
|
-
" 💡 Add field 'pendingId' to entity 'Appointment' or fix the binding path",
|
|
889
786
|
"Schema validation warnings:",
|
|
890
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.AppointmentDelete: Trait 'AppointmentDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
891
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
892
787
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.PatientDelete: Trait 'PatientDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
893
788
|
" 💡 Add a listener for the event or remove the emission",
|
|
894
|
-
" ⚠️ [
|
|
789
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.AppointmentDelete: Trait 'AppointmentDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
790
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
791
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"PrescriptionView\", \"AppointmentView\", \"PrescriptionCreate\", \"AppointmentCreate\", \"PatientView\", \"PatientEdit\", \"PatientCreate\", \"AppointmentEdit\"]. Consider namespacing.",
|
|
895
792
|
" 💡 Use TraitName.EVENT_NAME format to avoid collisions",
|
|
896
|
-
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'CONFIRM_DELETE' is emitted by multiple traits: [\"
|
|
793
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'CONFIRM_DELETE' is emitted by multiple traits: [\"PatientDelete\", \"AppointmentDelete\"]. Consider namespacing.",
|
|
897
794
|
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
898
795
|
]
|
|
899
796
|
},
|
|
900
797
|
{
|
|
901
798
|
"name": "std-helpdesk",
|
|
902
|
-
"errors":
|
|
799
|
+
"errors": 0,
|
|
903
800
|
"warnings": 1,
|
|
904
801
|
"output": [
|
|
905
802
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
906
803
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-helpdesk.orb",
|
|
907
|
-
"Schema validation errors:",
|
|
908
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Ticket'",
|
|
909
|
-
" 💡 Add field 'pendingId' to entity 'Ticket' or fix the binding path",
|
|
910
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Ticket'",
|
|
911
|
-
" 💡 Add field 'pendingId' to entity 'Ticket' or fix the binding path",
|
|
912
804
|
"Schema validation warnings:",
|
|
913
805
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TicketDelete: Trait 'TicketDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
914
806
|
" 💡 Add a listener for the event or remove the emission",
|
|
915
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TicketCreate: Trait 'TicketCreate' emits event 'SAVE' but no trait listens for it",
|
|
916
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
917
807
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TicketView: Trait 'TicketView' emits event 'SAVE' but no trait listens for it",
|
|
918
808
|
" 💡 Add a listener for the event or remove the emission",
|
|
919
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
809
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TicketCreate: Trait 'TicketCreate' emits event 'SAVE' but no trait listens for it",
|
|
920
810
|
" 💡 Add a listener for the event or remove the emission",
|
|
921
811
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ResponseView: Trait 'ResponseView' emits event 'SAVE' but no trait listens for it",
|
|
922
812
|
" 💡 Add a listener for the event or remove the emission",
|
|
923
|
-
" ⚠️ [
|
|
813
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TicketEdit: Trait 'TicketEdit' emits event 'SAVE' but no trait listens for it",
|
|
814
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
815
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"TicketView\", \"TicketCreate\", \"ResponseView\", \"TicketEdit\"]. Consider namespacing.",
|
|
924
816
|
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
925
817
|
]
|
|
926
818
|
},
|
|
927
819
|
{
|
|
928
820
|
"name": "std-hr-portal",
|
|
929
|
-
"errors":
|
|
821
|
+
"errors": 0,
|
|
930
822
|
"warnings": 1,
|
|
931
823
|
"output": [
|
|
932
824
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
933
825
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-hr-portal.orb",
|
|
934
|
-
"Schema validation errors:",
|
|
935
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Employee'",
|
|
936
|
-
" 💡 Add field 'pendingId' to entity 'Employee' or fix the binding path",
|
|
937
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Employee'",
|
|
938
|
-
" 💡 Add field 'pendingId' to entity 'Employee' or fix the binding path",
|
|
939
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[2].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'TimeOff'",
|
|
940
|
-
" 💡 Add field 'pendingId' to entity 'TimeOff' or fix the binding path",
|
|
941
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[2].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'TimeOff'",
|
|
942
|
-
" 💡 Add field 'pendingId' to entity 'TimeOff' or fix the binding path",
|
|
943
826
|
"Schema validation warnings:",
|
|
944
827
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TimeOffDelete: Trait 'TimeOffDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
945
828
|
" 💡 Add a listener for the event or remove the emission",
|
|
@@ -948,7 +831,16 @@
|
|
|
948
831
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.EmployeeCreate: Trait 'EmployeeCreate' emits event 'SAVE' but no trait listens for it",
|
|
949
832
|
" 💡 Add a listener for the event or remove the emission",
|
|
950
833
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.EmployeeEdit: Trait 'EmployeeEdit' emits event 'SAVE' but no trait listens for it",
|
|
951
|
-
" 💡 Add a listener for the event or remove the emission"
|
|
834
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
835
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.EmployeeView: Trait 'EmployeeView' emits event 'SAVE' but no trait listens for it",
|
|
836
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
837
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TimeOffEdit: Trait 'TimeOffEdit' emits event 'SAVE' but no trait listens for it",
|
|
838
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
839
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TimeOffCreate: Trait 'TimeOffCreate' emits event 'SAVE' but no trait listens for it",
|
|
840
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
841
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TimeOffView: Trait 'TimeOffView' emits event 'SAVE' but no trait listens for it",
|
|
842
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
843
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'CONFIRM_DELETE' is emitted by multiple traits: [\"TimeOffDelete\", \"EmployeeDelete\"]. Consider namespacing."
|
|
952
844
|
]
|
|
953
845
|
},
|
|
954
846
|
{
|
|
@@ -968,11 +860,11 @@
|
|
|
968
860
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
969
861
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-inventory.orb",
|
|
970
862
|
"Schema validation warnings:",
|
|
971
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.InventoryItemAdd: Trait 'InventoryItemAdd' emits event 'SAVE' but no trait listens for it",
|
|
972
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
973
863
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.InventoryItemUse: Trait 'InventoryItemUse' emits event 'SAVE' but no trait listens for it",
|
|
974
864
|
" 💡 Add a listener for the event or remove the emission",
|
|
975
|
-
" ⚠️ [
|
|
865
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.InventoryItemAdd: Trait 'InventoryItemAdd' emits event 'SAVE' but no trait listens for it",
|
|
866
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
867
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"InventoryItemUse\", \"InventoryItemAdd\"]. Consider namespacing.",
|
|
976
868
|
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
977
869
|
]
|
|
978
870
|
},
|
|
@@ -987,16 +879,11 @@
|
|
|
987
879
|
},
|
|
988
880
|
{
|
|
989
881
|
"name": "std-iot-dashboard",
|
|
990
|
-
"errors":
|
|
882
|
+
"errors": 0,
|
|
991
883
|
"warnings": 1,
|
|
992
884
|
"output": [
|
|
993
885
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
994
886
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-iot-dashboard.orb",
|
|
995
|
-
"Schema validation errors:",
|
|
996
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[1].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Device'",
|
|
997
|
-
" 💡 Add field 'pendingId' to entity 'Device' or fix the binding path",
|
|
998
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[1].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Device'",
|
|
999
|
-
" 💡 Add field 'pendingId' to entity 'Device' or fix the binding path",
|
|
1000
887
|
"Schema validation warnings:",
|
|
1001
888
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.DeviceDelete: Trait 'DeviceDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
1002
889
|
" 💡 Add a listener for the event or remove the emission",
|
|
@@ -1007,9 +894,7 @@
|
|
|
1007
894
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.DeviceEdit: Trait 'DeviceEdit' emits event 'SAVE' but no trait listens for it",
|
|
1008
895
|
" 💡 Add a listener for the event or remove the emission",
|
|
1009
896
|
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"DeviceCreate\", \"DeviceView\", \"DeviceEdit\"]. Consider namespacing.",
|
|
1010
|
-
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
1011
|
-
"Error: Schema validation failed with 2 error(s)",
|
|
1012
|
-
"Command failed: orbital validate \"/Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-iot-dashboard.orb\" 2>&1"
|
|
897
|
+
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
1013
898
|
]
|
|
1014
899
|
},
|
|
1015
900
|
{
|
|
@@ -1023,56 +908,42 @@
|
|
|
1023
908
|
},
|
|
1024
909
|
{
|
|
1025
910
|
"name": "std-list",
|
|
1026
|
-
"errors":
|
|
911
|
+
"errors": 0,
|
|
1027
912
|
"warnings": 1,
|
|
1028
913
|
"output": [
|
|
1029
914
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
1030
915
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-list.orb",
|
|
1031
|
-
"Schema validation errors:",
|
|
1032
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'ListItem'",
|
|
1033
|
-
" 💡 Add field 'pendingId' to entity 'ListItem' or fix the binding path",
|
|
1034
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'ListItem'",
|
|
1035
|
-
" 💡 Add field 'pendingId' to entity 'ListItem' or fix the binding path",
|
|
1036
916
|
"Schema validation warnings:",
|
|
917
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ListItemView: Trait 'ListItemView' emits event 'SAVE' but no trait listens for it",
|
|
918
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1037
919
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ListItemEdit: Trait 'ListItemEdit' emits event 'SAVE' but no trait listens for it",
|
|
1038
920
|
" 💡 Add a listener for the event or remove the emission",
|
|
1039
921
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ListItemCreate: Trait 'ListItemCreate' emits event 'SAVE' but no trait listens for it",
|
|
1040
922
|
" 💡 Add a listener for the event or remove the emission",
|
|
1041
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ListItemView: Trait 'ListItemView' emits event 'SAVE' but no trait listens for it",
|
|
1042
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
1043
923
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ListItemDelete: Trait 'ListItemDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
1044
924
|
" 💡 Add a listener for the event or remove the emission",
|
|
1045
|
-
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"
|
|
1046
|
-
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
1047
|
-
"Error: Schema validation failed with 2 error(s)",
|
|
1048
|
-
"Command failed: orbital validate \"/Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/molecules/std-list.orb\" 2>&1"
|
|
925
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"ListItemView\", \"ListItemEdit\", \"ListItemCreate\"]. Consider namespacing.",
|
|
926
|
+
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
1049
927
|
]
|
|
1050
928
|
},
|
|
1051
929
|
{
|
|
1052
930
|
"name": "std-lms",
|
|
1053
|
-
"errors":
|
|
931
|
+
"errors": 0,
|
|
1054
932
|
"warnings": 1,
|
|
1055
933
|
"output": [
|
|
1056
934
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
1057
935
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-lms.orb",
|
|
1058
|
-
"Schema validation errors:",
|
|
1059
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Course'",
|
|
1060
|
-
" 💡 Add field 'pendingId' to entity 'Course' or fix the binding path",
|
|
1061
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Course'",
|
|
1062
|
-
" 💡 Add field 'pendingId' to entity 'Course' or fix the binding path",
|
|
1063
936
|
"Schema validation warnings:",
|
|
1064
937
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.CourseDelete: Trait 'CourseDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
1065
938
|
" 💡 Add a listener for the event or remove the emission",
|
|
1066
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.CourseCreate: Trait 'CourseCreate' emits event 'SAVE' but no trait listens for it",
|
|
1067
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
1068
939
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.CourseEdit: Trait 'CourseEdit' emits event 'SAVE' but no trait listens for it",
|
|
1069
940
|
" 💡 Add a listener for the event or remove the emission",
|
|
1070
941
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.CourseView: Trait 'CourseView' emits event 'SAVE' but no trait listens for it",
|
|
1071
942
|
" 💡 Add a listener for the event or remove the emission",
|
|
1072
|
-
" ⚠️ [
|
|
1073
|
-
" 💡
|
|
1074
|
-
"
|
|
1075
|
-
"
|
|
943
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.CourseCreate: Trait 'CourseCreate' emits event 'SAVE' but no trait listens for it",
|
|
944
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
945
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"CourseEdit\", \"CourseView\", \"CourseCreate\"]. Consider namespacing.",
|
|
946
|
+
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
1076
947
|
]
|
|
1077
948
|
},
|
|
1078
949
|
{
|
|
@@ -1207,29 +1078,29 @@
|
|
|
1207
1078
|
},
|
|
1208
1079
|
{
|
|
1209
1080
|
"name": "std-project-manager",
|
|
1210
|
-
"errors":
|
|
1081
|
+
"errors": 0,
|
|
1211
1082
|
"warnings": 1,
|
|
1212
1083
|
"output": [
|
|
1213
1084
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
1214
1085
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-project-manager.orb",
|
|
1215
|
-
"Schema validation errors:",
|
|
1216
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Task'",
|
|
1217
|
-
" 💡 Add field 'pendingId' to entity 'Task' or fix the binding path",
|
|
1218
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Task'",
|
|
1219
|
-
" 💡 Add field 'pendingId' to entity 'Task' or fix the binding path",
|
|
1220
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[1].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Sprint'",
|
|
1221
|
-
" 💡 Add field 'pendingId' to entity 'Sprint' or fix the binding path",
|
|
1222
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[1].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Sprint'",
|
|
1223
|
-
" 💡 Add field 'pendingId' to entity 'Sprint' or fix the binding path",
|
|
1224
1086
|
"Schema validation warnings:",
|
|
1225
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
1087
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.SprintCreate: Trait 'SprintCreate' emits event 'SAVE' but no trait listens for it",
|
|
1226
1088
|
" 💡 Add a listener for the event or remove the emission",
|
|
1227
1089
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TaskEdit: Trait 'TaskEdit' emits event 'SAVE' but no trait listens for it",
|
|
1228
1090
|
" 💡 Add a listener for the event or remove the emission",
|
|
1091
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TaskView: Trait 'TaskView' emits event 'SAVE' but no trait listens for it",
|
|
1092
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1093
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.SprintView: Trait 'SprintView' emits event 'SAVE' but no trait listens for it",
|
|
1094
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1095
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.SprintEdit: Trait 'SprintEdit' emits event 'SAVE' but no trait listens for it",
|
|
1096
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1229
1097
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TaskCreate: Trait 'TaskCreate' emits event 'SAVE' but no trait listens for it",
|
|
1230
1098
|
" 💡 Add a listener for the event or remove the emission",
|
|
1231
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
1232
|
-
" 💡 Add a listener for the event or remove the emission"
|
|
1099
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.SprintDelete: Trait 'SprintDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
1100
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1101
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TaskDelete: Trait 'TaskDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
1102
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1103
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"SprintCreate\", \"TaskEdit\", \"TaskView\", \"SprintView\", \"SprintEdit\", \"TaskCreate\"]. Consider namespacing."
|
|
1233
1104
|
]
|
|
1234
1105
|
},
|
|
1235
1106
|
{
|
|
@@ -1288,28 +1159,23 @@
|
|
|
1288
1159
|
},
|
|
1289
1160
|
{
|
|
1290
1161
|
"name": "std-realtime-chat",
|
|
1291
|
-
"errors":
|
|
1162
|
+
"errors": 0,
|
|
1292
1163
|
"warnings": 1,
|
|
1293
1164
|
"output": [
|
|
1294
1165
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
1295
1166
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-realtime-chat.orb",
|
|
1296
|
-
"Schema validation errors:",
|
|
1297
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[1].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Channel'",
|
|
1298
|
-
" 💡 Add field 'pendingId' to entity 'Channel' or fix the binding path",
|
|
1299
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[1].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Channel'",
|
|
1300
|
-
" 💡 Add field 'pendingId' to entity 'Channel' or fix the binding path",
|
|
1301
1167
|
"Schema validation warnings:",
|
|
1302
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
1168
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ChannelDelete: Trait 'ChannelDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
1303
1169
|
" 💡 Add a listener for the event or remove the emission",
|
|
1304
1170
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ChannelEdit: Trait 'ChannelEdit' emits event 'SAVE' but no trait listens for it",
|
|
1305
1171
|
" 💡 Add a listener for the event or remove the emission",
|
|
1306
1172
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ChannelView: Trait 'ChannelView' emits event 'SAVE' but no trait listens for it",
|
|
1307
1173
|
" 💡 Add a listener for the event or remove the emission",
|
|
1308
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
1174
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ChatMessageView: Trait 'ChatMessageView' emits event 'SAVE' but no trait listens for it",
|
|
1309
1175
|
" 💡 Add a listener for the event or remove the emission",
|
|
1310
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
1176
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ChannelCreate: Trait 'ChannelCreate' emits event 'SAVE' but no trait listens for it",
|
|
1311
1177
|
" 💡 Add a listener for the event or remove the emission",
|
|
1312
|
-
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"
|
|
1178
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"ChannelEdit\", \"ChannelView\", \"ChatMessageView\", \"ChannelCreate\"]. Consider namespacing.",
|
|
1313
1179
|
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
1314
1180
|
]
|
|
1315
1181
|
},
|
|
@@ -1329,11 +1195,11 @@
|
|
|
1329
1195
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
1330
1196
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-rpg-game.orb",
|
|
1331
1197
|
"Schema validation warnings:",
|
|
1332
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.RpgItemAdd: Trait 'RpgItemAdd' emits event 'SAVE' but no trait listens for it",
|
|
1333
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
1334
1198
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.RpgItemUse: Trait 'RpgItemUse' emits event 'SAVE' but no trait listens for it",
|
|
1335
1199
|
" 💡 Add a listener for the event or remove the emission",
|
|
1336
|
-
" ⚠️ [
|
|
1200
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.RpgItemAdd: Trait 'RpgItemAdd' emits event 'SAVE' but no trait listens for it",
|
|
1201
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1202
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"RpgItemUse\", \"RpgItemAdd\"]. Consider namespacing.",
|
|
1337
1203
|
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
1338
1204
|
]
|
|
1339
1205
|
},
|
|
@@ -1497,29 +1363,29 @@
|
|
|
1497
1363
|
},
|
|
1498
1364
|
{
|
|
1499
1365
|
"name": "std-service-marketplace",
|
|
1500
|
-
"errors":
|
|
1366
|
+
"errors": 0,
|
|
1501
1367
|
"warnings": 1,
|
|
1502
1368
|
"output": [
|
|
1503
1369
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
1504
1370
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-service-marketplace.orb",
|
|
1505
|
-
"Schema validation errors:",
|
|
1506
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Product'",
|
|
1507
|
-
" 💡 Add field 'pendingId' to entity 'Product' or fix the binding path",
|
|
1508
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[0].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Product'",
|
|
1509
|
-
" 💡 Add field 'pendingId' to entity 'Product' or fix the binding path",
|
|
1510
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[3].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'Order'",
|
|
1511
|
-
" 💡 Add field 'pendingId' to entity 'Order' or fix the binding path",
|
|
1512
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[3].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'Order'",
|
|
1513
|
-
" 💡 Add field 'pendingId' to entity 'Order' or fix the binding path",
|
|
1514
1371
|
"Schema validation warnings:",
|
|
1372
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.OrderCreate: Trait 'OrderCreate' emits event 'SAVE' but no trait listens for it",
|
|
1373
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1374
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.OrderEdit: Trait 'OrderEdit' emits event 'SAVE' but no trait listens for it",
|
|
1375
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1515
1376
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.OrderView: Trait 'OrderView' emits event 'SAVE' but no trait listens for it",
|
|
1516
1377
|
" 💡 Add a listener for the event or remove the emission",
|
|
1378
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ProductView: Trait 'ProductView' emits event 'SAVE' but no trait listens for it",
|
|
1379
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1380
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ProductCreate: Trait 'ProductCreate' emits event 'SAVE' but no trait listens for it",
|
|
1381
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1517
1382
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ProductEdit: Trait 'ProductEdit' emits event 'SAVE' but no trait listens for it",
|
|
1518
1383
|
" 💡 Add a listener for the event or remove the emission",
|
|
1519
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
1384
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.OrderDelete: Trait 'OrderDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
1520
1385
|
" 💡 Add a listener for the event or remove the emission",
|
|
1521
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.
|
|
1522
|
-
" 💡 Add a listener for the event or remove the emission"
|
|
1386
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.ProductDelete: Trait 'ProductDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
1387
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1388
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"OrderCreate\", \"OrderEdit\", \"OrderView\", \"ProductView\", \"ProductCreate\", \"ProductEdit\"]. Consider namespacing."
|
|
1523
1389
|
]
|
|
1524
1390
|
},
|
|
1525
1391
|
{
|
|
@@ -1629,7 +1495,7 @@
|
|
|
1629
1495
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
1630
1496
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-social-feed.orb",
|
|
1631
1497
|
"Schema validation warnings:",
|
|
1632
|
-
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"
|
|
1498
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"PostCreate\", \"PostView\", \"CommentView\"]. Consider namespacing.",
|
|
1633
1499
|
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
1634
1500
|
]
|
|
1635
1501
|
},
|
|
@@ -1715,29 +1581,22 @@
|
|
|
1715
1581
|
},
|
|
1716
1582
|
{
|
|
1717
1583
|
"name": "std-trading-dashboard",
|
|
1718
|
-
"errors":
|
|
1584
|
+
"errors": 0,
|
|
1719
1585
|
"warnings": 1,
|
|
1720
1586
|
"output": [
|
|
1721
1587
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
1722
1588
|
"Validating schema: /Users/osamaalghanmi/kflow.ai/packages/almadar-std/behaviors/exports/organisms/std-trading-dashboard.orb",
|
|
1723
|
-
"Schema validation errors:",
|
|
1724
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[1].traits[4].stateMachine.transitions[1].effects[0][1]: @entity.pendingId — field 'pendingId' not found on entity 'TradeOrder'",
|
|
1725
|
-
" 💡 Add field 'pendingId' to entity 'TradeOrder' or fix the binding path",
|
|
1726
|
-
" ❌ [ORB_BINDING_ENTITY_FIELD_NOT_FOUND] orbitals[1].traits[4].stateMachine.transitions[2].effects[0][3]: @entity.pendingId — field 'pendingId' not found on entity 'TradeOrder'",
|
|
1727
|
-
" 💡 Add field 'pendingId' to entity 'TradeOrder' or fix the binding path",
|
|
1728
1589
|
"Schema validation warnings:",
|
|
1729
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TradeOrderDelete: Trait 'TradeOrderDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
1730
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
1731
|
-
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TradeOrderView: Trait 'TradeOrderView' emits event 'SAVE' but no trait listens for it",
|
|
1732
|
-
" 💡 Add a listener for the event or remove the emission",
|
|
1733
1590
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TradeOrderCreate: Trait 'TradeOrderCreate' emits event 'SAVE' but no trait listens for it",
|
|
1734
1591
|
" 💡 Add a listener for the event or remove the emission",
|
|
1735
1592
|
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TradeOrderEdit: Trait 'TradeOrderEdit' emits event 'SAVE' but no trait listens for it",
|
|
1736
1593
|
" 💡 Add a listener for the event or remove the emission",
|
|
1737
|
-
" ⚠️ [
|
|
1738
|
-
" 💡
|
|
1739
|
-
"
|
|
1740
|
-
"
|
|
1594
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TradeOrderView: Trait 'TradeOrderView' emits event 'SAVE' but no trait listens for it",
|
|
1595
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1596
|
+
" ⚠️ [ORB_X_UNUSED_EMISSION] traits.TradeOrderDelete: Trait 'TradeOrderDelete' emits event 'CONFIRM_DELETE' but no trait listens for it",
|
|
1597
|
+
" 💡 Add a listener for the event or remove the emission",
|
|
1598
|
+
" ⚠️ [ORB_X_EVENT_COLLISION] traits: Event 'SAVE' is emitted by multiple traits: [\"TradeOrderCreate\", \"TradeOrderEdit\", \"TradeOrderView\"]. Consider namespacing.",
|
|
1599
|
+
" 💡 Use TraitName.EVENT_NAME format to avoid collisions"
|
|
1741
1600
|
]
|
|
1742
1601
|
},
|
|
1743
1602
|
{
|