@almadar/std 16.205.0 → 16.206.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/lolo/ml/organisms/std-escalating-decision.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-modal-editor.lolo +265 -13
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +5 -5
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-menu.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/std-area-fill.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-choice-gate.lolo +7 -3
- package/behaviors/lolo/ui/game/atoms/std-coef-pad.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-gate-lock.lolo +8 -3
- package/behaviors/lolo/ui/game/atoms/std-loop-lock.lolo +7 -3
- package/behaviors/lolo/ui/game/atoms/std-pad-lock.lolo +10 -3
- package/behaviors/lolo/ui/game/atoms/std-patrol-hazard.lolo +9 -3
- package/behaviors/lolo/ui/game/atoms/std-pickup.lolo +29 -5
- package/behaviors/lolo/ui/game/atoms/std-platformer-body.lolo +36 -14
- package/behaviors/lolo/ui/game/atoms/std-velocity-gate.lolo +7 -3
- package/behaviors/lolo/ui/learning/atoms/std-learn-slope-probe.lolo +12 -6
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +27 -0
- package/behaviors/registry/agent/atoms/std-agent-context.orb +47 -0
- package/behaviors/registry/agent/atoms/std-agent-fix-loop.orb +57 -1
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +88 -1
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +58 -1
- package/behaviors/registry/agent/atoms/std-agent-session.orb +95 -1
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -1
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +74 -1
- package/behaviors/registry/agent/atoms/std-agent-trace.orb +38 -0
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +70 -1
- package/behaviors/registry/agent/organisms/std-agent-rabit.orb +239 -2
- package/behaviors/registry/infra/atoms/std-anim-tick.orb +24 -0
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +73 -20
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +38 -0
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +45 -62
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +113 -1
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +32 -0
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +38 -32
- package/behaviors/registry/infra/atoms/std-cooldown.orb +28 -0
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +55 -1
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +52 -16
- package/behaviors/registry/infra/atoms/std-game-clock.orb +20 -0
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -0
- package/behaviors/registry/infra/atoms/std-migration-job.orb +165 -1
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +23 -16
- package/behaviors/registry/infra/atoms/std-notification-center.orb +119 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +162 -1
- package/behaviors/registry/infra/atoms/std-rate-limiter.orb +32 -28
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +30 -0
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +58 -1
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +34 -1
- package/behaviors/registry/infra/organisms/std-status-lifecycle-control.orb +33 -2
- package/behaviors/registry/ml/atoms/std-data-collector.orb +18 -0
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +41 -1
- package/behaviors/registry/ml/atoms/std-ml-classify.orb +67 -1
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +125 -1
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +34 -0
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-posterior.orb +42 -0
- package/behaviors/registry/ml/atoms/std-ml-similarity.orb +82 -1
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +30 -0
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +60 -1
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +122 -13
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +51 -4
- package/behaviors/registry/ui/avl/atoms/ui-behavior-view.orb +6 -0
- package/behaviors/registry/ui/avl/atoms/ui-module-card.orb +6 -0
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +10 -0
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +110 -1
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +119 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +180 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +143 -6
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +59 -1
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +13 -2
- package/behaviors/registry/ui/core/atoms/std-date-range.orb +14 -0
- package/behaviors/registry/ui/core/atoms/std-detail-layout.orb +13 -0
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +39 -4
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +20 -6
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +146 -1
- package/behaviors/registry/ui/core/atoms/std-export.orb +35 -4
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +26 -0
- package/behaviors/registry/ui/core/atoms/std-filter.orb +57 -1
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +66 -1
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +44 -18
- package/behaviors/registry/ui/core/atoms/std-geosearch.orb +22 -0
- package/behaviors/registry/ui/core/atoms/std-graphs.orb +71 -1
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +67 -1
- package/behaviors/registry/ui/core/atoms/std-import.orb +69 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +36 -6
- package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1865 -169
- package/behaviors/registry/ui/core/atoms/std-modal.orb +44 -1
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +201 -1
- package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +24 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +159 -1
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +144 -1
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +103 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +14 -0
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +30 -0
- package/behaviors/registry/ui/core/atoms/std-scatter.orb +51 -1
- package/behaviors/registry/ui/core/atoms/std-search.orb +10 -0
- package/behaviors/registry/ui/core/atoms/std-selection.orb +28 -1
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-stats.orb +153 -1
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +154 -1
- package/behaviors/registry/ui/core/atoms/std-tabs.orb +41 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +34 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +48 -1
- package/behaviors/registry/ui/core/atoms/std-thread.orb +30 -0
- package/behaviors/registry/ui/core/atoms/std-tree.orb +36 -1
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +54 -0
- package/behaviors/registry/ui/core/atoms/std-vote.orb +22 -0
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +130 -1
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-box.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-button.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-card.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-center.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-dialog.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-divider.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-game-icon.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-hstack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-icon.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-input.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-label.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-overlay.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-presence.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-radio.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-section-header.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-select.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-spacer.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-spinner.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-stack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-switch.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +10 -0
- package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +6 -0
- package/behaviors/registry/ui/core/atoms/ui-vstack.orb +6 -0
- package/behaviors/registry/ui/core/molecules/std-stat-rows.orb +24 -1
- package/behaviors/registry/ui/core/molecules/ui-accordion.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-activation-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-alert.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-bloom-quiz-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-chart.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +38 -4
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-connection-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-container.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-document-panel.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-error-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +10 -1
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-form-field.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-fx-overlay.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-progress.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-import-source-picker.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-map-view.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +21 -0
- package/behaviors/registry/ui/core/molecules/ui-meter.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-modal.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-navigation.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-page-transition.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-reflection-block.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-rich-text-editor.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-section.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-split.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +10 -0
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +6 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-code-runner-panel.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-dock-layout.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-form.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +6 -0
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +10 -0
- package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +10 -0
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +10 -0
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +6 -0
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +89 -1
- package/behaviors/registry/ui/game/atoms/std-area-fill.orb +219 -4
- package/behaviors/registry/ui/game/atoms/std-audio-cue.orb +30 -0
- package/behaviors/registry/ui/game/atoms/std-camera-rig.orb +63 -0
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +133 -1
- package/behaviors/registry/ui/game/atoms/std-choice-gate.orb +122 -3
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +159 -3
- package/behaviors/registry/ui/game/atoms/std-curve-fog.orb +26 -1
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +150 -1
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +18 -0
- package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +15 -0
- package/behaviors/registry/ui/game/atoms/std-fx-trail.orb +40 -1
- package/behaviors/registry/ui/game/atoms/std-gate-lock.orb +120 -3
- package/behaviors/registry/ui/game/atoms/std-gather.orb +180 -1
- package/behaviors/registry/ui/game/atoms/std-gold.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +130 -1
- package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +92 -1
- package/behaviors/registry/ui/game/atoms/std-lives.orb +38 -0
- package/behaviors/registry/ui/game/atoms/std-loop-lock.orb +117 -3
- package/behaviors/registry/ui/game/atoms/std-market-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-motion-body.orb +68 -1
- package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +184 -1
- package/behaviors/registry/ui/game/atoms/std-pad-lock.orb +118 -3
- package/behaviors/registry/ui/game/atoms/std-patience.orb +215 -1
- package/behaviors/registry/ui/game/atoms/std-patrol-hazard.orb +161 -3
- package/behaviors/registry/ui/game/atoms/std-pickup.orb +387 -24
- package/behaviors/registry/ui/game/atoms/std-platformer-body.orb +505 -17
- package/behaviors/registry/ui/game/atoms/std-production.orb +14 -0
- package/behaviors/registry/ui/game/atoms/std-round-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-score.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-survival-flow.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +10 -0
- package/behaviors/registry/ui/game/atoms/std-tutorial-autodemo.orb +117 -1
- package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +36 -0
- package/behaviors/registry/ui/game/atoms/std-velocity-gate.orb +140 -3
- package/behaviors/registry/ui/game/atoms/std-xp.orb +22 -0
- package/behaviors/registry/ui/game/atoms/std-zone-card.orb +70 -1
- package/behaviors/registry/ui/game/atoms/ui-action-palette.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-canvas-2d.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-canvas.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-choice-button.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-control-button.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-fx-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-group.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-mesh.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-audio-cue.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-health-bar.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-score-display.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-sequence-bar.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-state-graph.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-state-json-view.orb +6 -0
- package/behaviors/registry/ui/game/atoms/ui-timer-display.orb +84 -1
- package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +10 -0
- package/behaviors/registry/ui/game/organisms/std-arcade-board-3d.orb +567 -8
- package/behaviors/registry/ui/game/organisms/std-crew-board-2d.orb +545 -6
- package/behaviors/registry/ui/game/organisms/std-dungeon-board-2d.orb +804 -10
- package/behaviors/registry/ui/game/organisms/std-market-board-3d.orb +597 -8
- package/behaviors/registry/ui/game/organisms/std-objective-board-3d.orb +565 -8
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +561 -6
- package/behaviors/registry/ui/game/organisms/std-platformer-puzzle.orb +12 -0
- package/behaviors/registry/ui/game/organisms/std-survival-board-3d.orb +551 -8
- package/behaviors/registry/ui/game/organisms/std-tactics-board-2d.orb +667 -12
- package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +707 -8
- package/behaviors/registry/ui/game/organisms/std-worldmap-board-2d.orb +506 -6
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +115 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-arrangement.orb +201 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +325 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +108 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +147 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-derivation.orb +190 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-diagram.orb +111 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-doser.orb +164 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +105 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +169 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +128 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +123 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +178 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-live-sim.orb +105 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +145 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-param-explorer.orb +100 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +133 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +247 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sample-accumulator.orb +180 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sandbox.orb +135 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-scatter-fit.orb +206 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +129 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +53 -0
- package/behaviors/registry/ui/learning/atoms/std-learn-slope-probe.orb +168 -8
- package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +135 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-stepper.orb +254 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +315 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-trace-player.orb +131 -1
- package/behaviors/registry/ui/learning/atoms/std-learn-transport.orb +57 -0
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +214 -1
- package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +6 -0
- package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-cta.orb +14 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-features.orb +37 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +52 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-hero.orb +14 -0
- package/behaviors/registry/ui/marketing/atoms/std-marketing-nav.orb +25 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-pricing.orb +59 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-showcase.orb +62 -1
- package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +15 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +28 -2
- package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +33 -2
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-article-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-case-study-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-community-links.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-cta-banner.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-feature-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-geometric-pattern.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-hero-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-install-box.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-footer.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pricing-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pricing-grid.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-pull-quote.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-service-catalog.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-showcase-card.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-split-section.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-stats-grid.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-step-flow.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-tag-cloud.orb +6 -0
- package/behaviors/registry/ui/marketing/atoms/ui-team-card.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +6 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-auth-layout.orb +6 -0
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +10 -0
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +10 -0
- package/dist/behaviors/exports-reader.js +3799 -3
- package/dist/behaviors/functions/index.d.ts +59 -31
- package/dist/behaviors/functions/index.js +3799 -3
- package/dist/behaviors/index.js +3799 -3
- package/dist/behaviors/query.d.ts +6 -0
- package/dist/behaviors/query.js +3799 -3
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +25 -25
- package/dist/behaviors-registry.json +9320 -88
- package/dist/index.js +3799 -3
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/package.json +2 -2
|
@@ -442,6 +442,52 @@
|
|
|
442
442
|
"type": "number"
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
|
+
"effectRow": [
|
|
446
|
+
{
|
|
447
|
+
"kind": "emit",
|
|
448
|
+
"resource": "SANDBOX_RESET"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"kind": "emit",
|
|
452
|
+
"resource": "SYSTEM_CHANGED"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"kind": "render-ui",
|
|
456
|
+
"resource": "main"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"kind": "set",
|
|
460
|
+
"resource": "@entity.active"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"kind": "set",
|
|
464
|
+
"resource": "@entity.edges"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"kind": "set",
|
|
468
|
+
"resource": "@entity.enabledIds"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"kind": "set",
|
|
472
|
+
"resource": "@entity.holds"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"kind": "set",
|
|
476
|
+
"resource": "@entity.nodes"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"kind": "set",
|
|
480
|
+
"resource": "@entity.readout"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"kind": "set",
|
|
484
|
+
"resource": "@entity.title"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"kind": "set",
|
|
488
|
+
"resource": "@entity.total"
|
|
489
|
+
}
|
|
490
|
+
],
|
|
445
491
|
"emits": [
|
|
446
492
|
{
|
|
447
493
|
"description": "The system's derived total and hold status after each toggle — a composed listener (readout, grader) can subscribe; a harmless no-op when the atom runs standalone.",
|
|
@@ -2140,7 +2186,95 @@
|
|
|
2140
2186
|
]
|
|
2141
2187
|
}
|
|
2142
2188
|
}
|
|
2143
|
-
]
|
|
2189
|
+
],
|
|
2190
|
+
"types": {
|
|
2191
|
+
"LearnSandboxEdge": [
|
|
2192
|
+
{
|
|
2193
|
+
"name": "from",
|
|
2194
|
+
"required": true,
|
|
2195
|
+
"type": "string"
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
"name": "to",
|
|
2199
|
+
"required": true,
|
|
2200
|
+
"type": "string"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"name": "color",
|
|
2204
|
+
"type": "string"
|
|
2205
|
+
}
|
|
2206
|
+
],
|
|
2207
|
+
"LearnSandboxElement": [
|
|
2208
|
+
{
|
|
2209
|
+
"name": "id",
|
|
2210
|
+
"required": true,
|
|
2211
|
+
"type": "string"
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"name": "label",
|
|
2215
|
+
"required": true,
|
|
2216
|
+
"type": "string"
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"name": "weight",
|
|
2220
|
+
"required": true,
|
|
2221
|
+
"type": "number"
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"name": "enabled",
|
|
2225
|
+
"type": "boolean"
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"name": "x",
|
|
2229
|
+
"type": "number"
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"name": "y",
|
|
2233
|
+
"type": "number"
|
|
2234
|
+
}
|
|
2235
|
+
],
|
|
2236
|
+
"LearnSandboxLink": [
|
|
2237
|
+
{
|
|
2238
|
+
"name": "from",
|
|
2239
|
+
"required": true,
|
|
2240
|
+
"type": "string"
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"name": "to",
|
|
2244
|
+
"required": true,
|
|
2245
|
+
"type": "string"
|
|
2246
|
+
}
|
|
2247
|
+
],
|
|
2248
|
+
"LearnSandboxNode": [
|
|
2249
|
+
{
|
|
2250
|
+
"name": "id",
|
|
2251
|
+
"required": true,
|
|
2252
|
+
"type": "string"
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"name": "x",
|
|
2256
|
+
"required": true,
|
|
2257
|
+
"type": "number"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"name": "y",
|
|
2261
|
+
"required": true,
|
|
2262
|
+
"type": "number"
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"name": "radius",
|
|
2266
|
+
"type": "number"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"name": "color",
|
|
2270
|
+
"type": "string"
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"name": "label",
|
|
2274
|
+
"type": "string"
|
|
2275
|
+
}
|
|
2276
|
+
]
|
|
2277
|
+
}
|
|
2144
2278
|
}
|
|
2145
2279
|
],
|
|
2146
2280
|
"schemaVersion": 1,
|
|
@@ -724,6 +724,139 @@
|
|
|
724
724
|
"type": "number"
|
|
725
725
|
}
|
|
726
726
|
},
|
|
727
|
+
"effectRow": [
|
|
728
|
+
{
|
|
729
|
+
"kind": "emit",
|
|
730
|
+
"resource": "LEARN_ROUND_COMPLETE"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"kind": "emit",
|
|
734
|
+
"resource": "LEARN_ROUND_COMPLETE",
|
|
735
|
+
"site": "tick"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"kind": "emit",
|
|
739
|
+
"resource": "LEARN_SCATTER_FIT_UPDATED"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"kind": "emit",
|
|
743
|
+
"resource": "LEARN_SCATTER_FIT_UPDATED",
|
|
744
|
+
"site": "tick"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"kind": "render-ui",
|
|
748
|
+
"resource": "main"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"kind": "render-ui",
|
|
752
|
+
"resource": "main",
|
|
753
|
+
"site": "tick"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"kind": "set",
|
|
757
|
+
"resource": "@entity.active"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"kind": "set",
|
|
761
|
+
"resource": "@entity.curves"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"kind": "set",
|
|
765
|
+
"resource": "@entity.curves",
|
|
766
|
+
"site": "tick"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"kind": "set",
|
|
770
|
+
"resource": "@entity.done"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"kind": "set",
|
|
774
|
+
"resource": "@entity.done",
|
|
775
|
+
"site": "tick"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"kind": "set",
|
|
779
|
+
"resource": "@entity.guessIntercept"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"kind": "set",
|
|
783
|
+
"resource": "@entity.guessScore"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"kind": "set",
|
|
787
|
+
"resource": "@entity.guessSlope"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"kind": "set",
|
|
791
|
+
"resource": "@entity.intercept"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"kind": "set",
|
|
795
|
+
"resource": "@entity.intercept",
|
|
796
|
+
"site": "tick"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"kind": "set",
|
|
800
|
+
"resource": "@entity.narration"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"kind": "set",
|
|
804
|
+
"resource": "@entity.narration",
|
|
805
|
+
"site": "tick"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"kind": "set",
|
|
809
|
+
"resource": "@entity.points"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"kind": "set",
|
|
813
|
+
"resource": "@entity.points",
|
|
814
|
+
"site": "tick"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"kind": "set",
|
|
818
|
+
"resource": "@entity.r"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"kind": "set",
|
|
822
|
+
"resource": "@entity.r",
|
|
823
|
+
"site": "tick"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"kind": "set",
|
|
827
|
+
"resource": "@entity.rSquared"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"kind": "set",
|
|
831
|
+
"resource": "@entity.rSquared",
|
|
832
|
+
"site": "tick"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"kind": "set",
|
|
836
|
+
"resource": "@entity.revealed"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"kind": "set",
|
|
840
|
+
"resource": "@entity.running"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"kind": "set",
|
|
844
|
+
"resource": "@entity.slope"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"kind": "set",
|
|
848
|
+
"resource": "@entity.slope",
|
|
849
|
+
"site": "tick"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"kind": "set",
|
|
853
|
+
"resource": "@entity.title"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"kind": "ticks",
|
|
857
|
+
"site": "tick"
|
|
858
|
+
}
|
|
859
|
+
],
|
|
727
860
|
"emits": [
|
|
728
861
|
{
|
|
729
862
|
"description": "The least-squares fit and narration after each learner action, auto-add tick, or reset — a composed listener (readout, grader) can subscribe; a harmless no-op when the atom runs standalone.",
|
|
@@ -6602,7 +6735,79 @@
|
|
|
6602
6735
|
}
|
|
6603
6736
|
]
|
|
6604
6737
|
}
|
|
6605
|
-
]
|
|
6738
|
+
],
|
|
6739
|
+
"types": {
|
|
6740
|
+
"LearnScatterFitCurve": [
|
|
6741
|
+
{
|
|
6742
|
+
"name": "label",
|
|
6743
|
+
"type": "string"
|
|
6744
|
+
},
|
|
6745
|
+
{
|
|
6746
|
+
"name": "color",
|
|
6747
|
+
"type": "string"
|
|
6748
|
+
},
|
|
6749
|
+
{
|
|
6750
|
+
"name": "dash",
|
|
6751
|
+
"type": "string"
|
|
6752
|
+
},
|
|
6753
|
+
{
|
|
6754
|
+
"name": "samples",
|
|
6755
|
+
"properties": [
|
|
6756
|
+
{
|
|
6757
|
+
"name": "x",
|
|
6758
|
+
"required": true,
|
|
6759
|
+
"type": "number"
|
|
6760
|
+
},
|
|
6761
|
+
{
|
|
6762
|
+
"name": "y",
|
|
6763
|
+
"required": true,
|
|
6764
|
+
"type": "number"
|
|
6765
|
+
}
|
|
6766
|
+
],
|
|
6767
|
+
"type": "[object]"
|
|
6768
|
+
}
|
|
6769
|
+
],
|
|
6770
|
+
"LearnScatterFitCurvePoint": [
|
|
6771
|
+
{
|
|
6772
|
+
"name": "x",
|
|
6773
|
+
"required": true,
|
|
6774
|
+
"type": "number"
|
|
6775
|
+
},
|
|
6776
|
+
{
|
|
6777
|
+
"name": "y",
|
|
6778
|
+
"required": true,
|
|
6779
|
+
"type": "number"
|
|
6780
|
+
}
|
|
6781
|
+
],
|
|
6782
|
+
"LearnScatterFitPoint": [
|
|
6783
|
+
{
|
|
6784
|
+
"name": "id",
|
|
6785
|
+
"type": "string"
|
|
6786
|
+
},
|
|
6787
|
+
{
|
|
6788
|
+
"name": "x",
|
|
6789
|
+
"required": true,
|
|
6790
|
+
"type": "number"
|
|
6791
|
+
},
|
|
6792
|
+
{
|
|
6793
|
+
"name": "y",
|
|
6794
|
+
"required": true,
|
|
6795
|
+
"type": "number"
|
|
6796
|
+
},
|
|
6797
|
+
{
|
|
6798
|
+
"name": "label",
|
|
6799
|
+
"type": "string"
|
|
6800
|
+
},
|
|
6801
|
+
{
|
|
6802
|
+
"name": "color",
|
|
6803
|
+
"type": "string"
|
|
6804
|
+
},
|
|
6805
|
+
{
|
|
6806
|
+
"name": "radius",
|
|
6807
|
+
"type": "number"
|
|
6808
|
+
}
|
|
6809
|
+
]
|
|
6810
|
+
}
|
|
6606
6811
|
}
|
|
6607
6812
|
],
|
|
6608
6813
|
"schemaVersion": 1,
|
|
@@ -406,6 +406,68 @@
|
|
|
406
406
|
"type": "string"
|
|
407
407
|
}
|
|
408
408
|
},
|
|
409
|
+
"effectRow": [
|
|
410
|
+
{
|
|
411
|
+
"kind": "emit",
|
|
412
|
+
"resource": "CHOICE_MADE"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"kind": "emit",
|
|
416
|
+
"resource": "SCENARIO_RESTARTED"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"kind": "render-ui",
|
|
420
|
+
"resource": "main"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"kind": "set",
|
|
424
|
+
"resource": "@entity.active"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"kind": "set",
|
|
428
|
+
"resource": "@entity.choices"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"kind": "set",
|
|
432
|
+
"resource": "@entity.currentId"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"kind": "set",
|
|
436
|
+
"resource": "@entity.done"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"kind": "set",
|
|
440
|
+
"resource": "@entity.feedback"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"kind": "set",
|
|
444
|
+
"resource": "@entity.metricA"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"kind": "set",
|
|
448
|
+
"resource": "@entity.metricB"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"kind": "set",
|
|
452
|
+
"resource": "@entity.path"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"kind": "set",
|
|
456
|
+
"resource": "@entity.situation"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"kind": "set",
|
|
460
|
+
"resource": "@entity.stepCount"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"kind": "set",
|
|
464
|
+
"resource": "@entity.title"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"kind": "set",
|
|
468
|
+
"resource": "@entity.view"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
409
471
|
"emits": [
|
|
410
472
|
{
|
|
411
473
|
"description": "A decision was taken: the node reached, both metric values after the deltas, and whether the run just ended — a composed listener (coach, grader) can subscribe; a harmless no-op when the atom runs standalone.",
|
|
@@ -1834,7 +1896,73 @@
|
|
|
1834
1896
|
]
|
|
1835
1897
|
}
|
|
1836
1898
|
}
|
|
1837
|
-
]
|
|
1899
|
+
],
|
|
1900
|
+
"types": {
|
|
1901
|
+
"ScenarioChoice": [
|
|
1902
|
+
{
|
|
1903
|
+
"name": "label",
|
|
1904
|
+
"required": true,
|
|
1905
|
+
"type": "string"
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "next",
|
|
1909
|
+
"required": true,
|
|
1910
|
+
"type": "string"
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "deltaA",
|
|
1914
|
+
"type": "number"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"name": "deltaB",
|
|
1918
|
+
"type": "number"
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"name": "note",
|
|
1922
|
+
"type": "string"
|
|
1923
|
+
}
|
|
1924
|
+
],
|
|
1925
|
+
"ScenarioNode": [
|
|
1926
|
+
{
|
|
1927
|
+
"name": "id",
|
|
1928
|
+
"required": true,
|
|
1929
|
+
"type": "string"
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"name": "situation",
|
|
1933
|
+
"required": true,
|
|
1934
|
+
"type": "string"
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"name": "choices",
|
|
1938
|
+
"properties": [
|
|
1939
|
+
{
|
|
1940
|
+
"name": "label",
|
|
1941
|
+
"required": true,
|
|
1942
|
+
"type": "string"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"name": "next",
|
|
1946
|
+
"required": true,
|
|
1947
|
+
"type": "string"
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"name": "deltaA",
|
|
1951
|
+
"type": "number"
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"name": "deltaB",
|
|
1955
|
+
"type": "number"
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"name": "note",
|
|
1959
|
+
"type": "string"
|
|
1960
|
+
}
|
|
1961
|
+
],
|
|
1962
|
+
"type": "[object]"
|
|
1963
|
+
}
|
|
1964
|
+
]
|
|
1965
|
+
}
|
|
1838
1966
|
}
|
|
1839
1967
|
],
|
|
1840
1968
|
"schemaVersion": 1,
|
|
@@ -228,6 +228,59 @@
|
|
|
228
228
|
"type": "string"
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
|
+
"effectRow": [
|
|
232
|
+
{
|
|
233
|
+
"kind": "emit",
|
|
234
|
+
"resource": "SIM_3D_TICK",
|
|
235
|
+
"site": "tick"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"kind": "emit",
|
|
239
|
+
"resource": "SIM_3D_UPDATED"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"kind": "render-ui",
|
|
243
|
+
"resource": "main"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"kind": "set",
|
|
247
|
+
"resource": "@entity.active"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"kind": "set",
|
|
251
|
+
"resource": "@entity.running"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"kind": "set",
|
|
255
|
+
"resource": "@entity.simTime"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"kind": "set",
|
|
259
|
+
"resource": "@entity.simTime",
|
|
260
|
+
"site": "tick"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"kind": "set",
|
|
264
|
+
"resource": "@entity.speedMultiplier"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"kind": "set",
|
|
268
|
+
"resource": "@entity.steps"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"kind": "set",
|
|
272
|
+
"resource": "@entity.steps",
|
|
273
|
+
"site": "tick"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"kind": "set",
|
|
277
|
+
"resource": "@entity.title"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"kind": "ticks",
|
|
281
|
+
"site": "tick"
|
|
282
|
+
}
|
|
283
|
+
],
|
|
231
284
|
"emits": [
|
|
232
285
|
{
|
|
233
286
|
"description": "Fires every 32ms tick while running with the effective timestep (config dt x speed multiplier) and accumulated sim time — the clock a composed physics trait subscribes to; a harmless no-op when the atom runs standalone.",
|