@almadar/std 16.204.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/game/organisms/std-platformer-puzzle.lolo +302 -0
- 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 +2075 -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 +7542 -2555
- package/dist/behaviors/functions/index.d.ts +161 -106
- package/dist/behaviors/functions/index.js +7539 -2553
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +7543 -2556
- package/dist/behaviors/query.d.ts +6 -0
- package/dist/behaviors/query.js +7542 -2555
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +29 -29
- package/dist/behaviors-registry.json +11423 -827
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7543 -2556
- 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
- package/behaviors/lolo/ui/game/atoms/std-game-design-sheet.lolo +0 -69
- package/behaviors/registry/ui/game/atoms/std-game-design-sheet.orb +0 -527
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/std",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.206.0",
|
|
4
4
|
"description": "Standard library operators for Almadar (math, string, array, etc.)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@almadar/core": "^10.
|
|
62
|
+
"@almadar/core": "^10.85.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@almadar/eslint-plugin": "^2.17.0",
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
app std-game-design-sheet "1.0.0"
|
|
2
|
-
"Headless game-design metadata authority: every game or level in the std library MUST compose this atom and fill its design sheet before declaring mechanics. The sheet forces the author to state the core loop, challenge, goals, feedback, agency, mechanics, dynamics, engagement drivers, and rewards. The atom owns no rendering and no rules; it is the single source of truth for intent metadata. Domain-specific extensions (e.g., math target or grade level for an educational game) live in the consuming package, not here. Future game atoms (platformer-body, objective-flow, fx-narrative, pickup, gate-lock, etc.) correspond to fields here, and level organisms bind those atoms together while declaring how each field is realized."
|
|
3
|
-
|
|
4
|
-
orbital GameDesignSheetOrbital {
|
|
5
|
-
type GameDesign = {
|
|
6
|
-
coreLoop : string!
|
|
7
|
-
challenge : string!
|
|
8
|
-
goals : [string]!
|
|
9
|
-
feedback : string!
|
|
10
|
-
agency : string!
|
|
11
|
-
mechanics : [string]!
|
|
12
|
-
dynamics : [string]!
|
|
13
|
-
engagement : [string]!
|
|
14
|
-
rewards : [string]!
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
entity GameDesignState [runtime, shared] {
|
|
18
|
-
id : string!
|
|
19
|
-
design : GameDesign = {}
|
|
20
|
-
declared : boolean = false
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
trait GameDesignSheet -> @rebindable GameDesignState [lifecycle] {
|
|
24
|
-
initial: active
|
|
25
|
-
|
|
26
|
-
state active {
|
|
27
|
-
INIT -> active
|
|
28
|
-
(set @entity.design @config.design)
|
|
29
|
-
(set @entity.declared true)
|
|
30
|
-
(emit DESIGN_DECLARED { design: @entity.design })
|
|
31
|
-
|
|
32
|
-
RESTART -> active
|
|
33
|
-
(set @entity.design @config.design)
|
|
34
|
-
(set @entity.declared true)
|
|
35
|
-
(emit DESIGN_DECLARED { design: @entity.design })
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
emits {
|
|
39
|
-
DESIGN_DECLARED -> external {
|
|
40
|
-
design : GameDesign!
|
|
41
|
-
}
|
|
42
|
-
@description "The compiled game-design sheet is emitted once on INIT and again on RESTART so organism-level authorities, analytics, or tutorial overlays can react to it."
|
|
43
|
-
@tier "domain"
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
listens {
|
|
47
|
-
RESTART { id : string }
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
config {
|
|
51
|
-
design : GameDesign = {
|
|
52
|
-
coreLoop: "",
|
|
53
|
-
challenge: "",
|
|
54
|
-
goals: [],
|
|
55
|
-
feedback: "",
|
|
56
|
-
agency: "",
|
|
57
|
-
mechanics: [],
|
|
58
|
-
dynamics: [],
|
|
59
|
-
engagement: [],
|
|
60
|
-
rewards: []
|
|
61
|
-
}
|
|
62
|
-
@label "Design Sheet"
|
|
63
|
-
@description "Required game-design metadata. All string/array fields must be non-empty for a finished level; empty defaults fail validation until the author fills them in."
|
|
64
|
-
@tier "domain"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
page "/game-design-sheet" as GameDesignSheetPage -> GameDesignSheet
|
|
69
|
-
}
|
|
@@ -1,527 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "Headless game-design metadata authority: every game or level in the std library MUST compose this atom and fill its design sheet before declaring mechanics. The sheet forces the author to state the core loop, challenge, goals, feedback, agency, mechanics, dynamics, engagement drivers, and rewards. The atom owns no rendering and no rules; it is the single source of truth for intent metadata. Domain-specific extensions (e.g., math target or grade level for an educational game) live in the consuming package, not here. Future game atoms (platformer-body, objective-flow, fx-narrative, pickup, gate-lock, etc.) correspond to fields here, and level organisms bind those atoms together while declaring how each field is realized.",
|
|
3
|
-
"ledger": {
|
|
4
|
-
"entries": {
|
|
5
|
-
"ent_01M1NKGE11AR2J7GEQPKDJRWMX": {
|
|
6
|
-
"bakedName": "GameDesignState",
|
|
7
|
-
"curName": "GameDesignState",
|
|
8
|
-
"id": "ent_01M1NKGE11AR2J7GEQPKDJRWMX",
|
|
9
|
-
"kind": "entity",
|
|
10
|
-
"owner": "workspace",
|
|
11
|
-
"renames": []
|
|
12
|
-
},
|
|
13
|
-
"evt_01M1NKGE119C8NKXKGJH8X4TMR": {
|
|
14
|
-
"bakedName": "DESIGN_DECLARED",
|
|
15
|
-
"curName": "DESIGN_DECLARED",
|
|
16
|
-
"id": "evt_01M1NKGE119C8NKXKGJH8X4TMR",
|
|
17
|
-
"kind": "event",
|
|
18
|
-
"owner": "workspace",
|
|
19
|
-
"parent": "trt_01M1NKGE111XC08V7VSSVYSJB4",
|
|
20
|
-
"renames": []
|
|
21
|
-
},
|
|
22
|
-
"evt_01M1NKGE11CDYSFMFB4V6P8Y7P": {
|
|
23
|
-
"bakedName": "RESTART",
|
|
24
|
-
"curName": "RESTART",
|
|
25
|
-
"id": "evt_01M1NKGE11CDYSFMFB4V6P8Y7P",
|
|
26
|
-
"kind": "event",
|
|
27
|
-
"owner": "workspace",
|
|
28
|
-
"parent": "trt_01M1NKGE111XC08V7VSSVYSJB4",
|
|
29
|
-
"renames": []
|
|
30
|
-
},
|
|
31
|
-
"evt_01M1NKGE11QM4V8HX481NCVKQ0": {
|
|
32
|
-
"bakedName": "INIT",
|
|
33
|
-
"curName": "INIT",
|
|
34
|
-
"id": "evt_01M1NKGE11QM4V8HX481NCVKQ0",
|
|
35
|
-
"kind": "event",
|
|
36
|
-
"owner": "workspace",
|
|
37
|
-
"parent": "trt_01M1NKGE111XC08V7VSSVYSJB4",
|
|
38
|
-
"renames": []
|
|
39
|
-
},
|
|
40
|
-
"orb_01M1NKGE11H9R1X869A8C6MF1G": {
|
|
41
|
-
"bakedName": "GameDesignSheetOrbital",
|
|
42
|
-
"curName": "GameDesignSheetOrbital",
|
|
43
|
-
"id": "orb_01M1NKGE11H9R1X869A8C6MF1G",
|
|
44
|
-
"kind": "orbital",
|
|
45
|
-
"owner": "workspace",
|
|
46
|
-
"renames": []
|
|
47
|
-
},
|
|
48
|
-
"pag_01M1NKGE11QN9ZKQENH9WCNHWT": {
|
|
49
|
-
"bakedName": "GameDesignSheetPage",
|
|
50
|
-
"curName": "GameDesignSheetPage",
|
|
51
|
-
"id": "pag_01M1NKGE11QN9ZKQENH9WCNHWT",
|
|
52
|
-
"kind": "page",
|
|
53
|
-
"owner": "workspace",
|
|
54
|
-
"renames": []
|
|
55
|
-
},
|
|
56
|
-
"trt_01M1NKGE111XC08V7VSSVYSJB4": {
|
|
57
|
-
"bakedName": "GameDesignSheet",
|
|
58
|
-
"curName": "GameDesignSheet",
|
|
59
|
-
"id": "trt_01M1NKGE111XC08V7VSSVYSJB4",
|
|
60
|
-
"kind": "trait",
|
|
61
|
-
"owner": "workspace",
|
|
62
|
-
"renames": []
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
"schemaVersion": 1
|
|
66
|
-
},
|
|
67
|
-
"name": "std-game-design-sheet",
|
|
68
|
-
"orbitals": [
|
|
69
|
-
{
|
|
70
|
-
"entity": {
|
|
71
|
-
"fields": [
|
|
72
|
-
{
|
|
73
|
-
"name": "id",
|
|
74
|
-
"required": true,
|
|
75
|
-
"type": "string"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"default": {},
|
|
79
|
-
"name": "design",
|
|
80
|
-
"properties": {
|
|
81
|
-
"agency": {
|
|
82
|
-
"name": "agency",
|
|
83
|
-
"required": true,
|
|
84
|
-
"type": "string"
|
|
85
|
-
},
|
|
86
|
-
"challenge": {
|
|
87
|
-
"name": "challenge",
|
|
88
|
-
"required": true,
|
|
89
|
-
"type": "string"
|
|
90
|
-
},
|
|
91
|
-
"coreLoop": {
|
|
92
|
-
"name": "coreLoop",
|
|
93
|
-
"required": true,
|
|
94
|
-
"type": "string"
|
|
95
|
-
},
|
|
96
|
-
"dynamics": {
|
|
97
|
-
"items": {
|
|
98
|
-
"type": "string"
|
|
99
|
-
},
|
|
100
|
-
"name": "dynamics",
|
|
101
|
-
"required": true,
|
|
102
|
-
"type": "array"
|
|
103
|
-
},
|
|
104
|
-
"engagement": {
|
|
105
|
-
"items": {
|
|
106
|
-
"type": "string"
|
|
107
|
-
},
|
|
108
|
-
"name": "engagement",
|
|
109
|
-
"required": true,
|
|
110
|
-
"type": "array"
|
|
111
|
-
},
|
|
112
|
-
"feedback": {
|
|
113
|
-
"name": "feedback",
|
|
114
|
-
"required": true,
|
|
115
|
-
"type": "string"
|
|
116
|
-
},
|
|
117
|
-
"goals": {
|
|
118
|
-
"items": {
|
|
119
|
-
"type": "string"
|
|
120
|
-
},
|
|
121
|
-
"name": "goals",
|
|
122
|
-
"required": true,
|
|
123
|
-
"type": "array"
|
|
124
|
-
},
|
|
125
|
-
"mechanics": {
|
|
126
|
-
"items": {
|
|
127
|
-
"type": "string"
|
|
128
|
-
},
|
|
129
|
-
"name": "mechanics",
|
|
130
|
-
"required": true,
|
|
131
|
-
"type": "array"
|
|
132
|
-
},
|
|
133
|
-
"rewards": {
|
|
134
|
-
"items": {
|
|
135
|
-
"type": "string"
|
|
136
|
-
},
|
|
137
|
-
"name": "rewards",
|
|
138
|
-
"required": true,
|
|
139
|
-
"type": "array"
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
"type": "object"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"default": false,
|
|
146
|
-
"name": "declared",
|
|
147
|
-
"type": "boolean"
|
|
148
|
-
}
|
|
149
|
-
],
|
|
150
|
-
"id": "ent_01M1NKGE11AR2J7GEQPKDJRWMX",
|
|
151
|
-
"name": "GameDesignState",
|
|
152
|
-
"persistence": "runtime",
|
|
153
|
-
"shared": true
|
|
154
|
-
},
|
|
155
|
-
"id": "orb_01M1NKGE11H9R1X869A8C6MF1G",
|
|
156
|
-
"name": "GameDesignSheetOrbital",
|
|
157
|
-
"pages": [
|
|
158
|
-
{
|
|
159
|
-
"id": "pag_01M1NKGE11QN9ZKQENH9WCNHWT",
|
|
160
|
-
"name": "GameDesignSheetPage",
|
|
161
|
-
"path": "/game-design-sheet",
|
|
162
|
-
"traits": [
|
|
163
|
-
{
|
|
164
|
-
"ref": "GameDesignSheet",
|
|
165
|
-
"refId": "trt_01M1NKGE111XC08V7VSSVYSJB4"
|
|
166
|
-
}
|
|
167
|
-
]
|
|
168
|
-
}
|
|
169
|
-
],
|
|
170
|
-
"traits": [
|
|
171
|
-
{
|
|
172
|
-
"category": "lifecycle",
|
|
173
|
-
"config": {
|
|
174
|
-
"design": {
|
|
175
|
-
"default": {
|
|
176
|
-
"agency": "",
|
|
177
|
-
"challenge": "",
|
|
178
|
-
"coreLoop": "",
|
|
179
|
-
"dynamics": [],
|
|
180
|
-
"engagement": [],
|
|
181
|
-
"feedback": "",
|
|
182
|
-
"goals": [],
|
|
183
|
-
"mechanics": [],
|
|
184
|
-
"rewards": []
|
|
185
|
-
},
|
|
186
|
-
"description": "Required game-design metadata. All string/array fields must be non-empty for a finished level; empty defaults fail validation until the author fills them in.",
|
|
187
|
-
"label": "Design Sheet",
|
|
188
|
-
"properties": {
|
|
189
|
-
"agency": {
|
|
190
|
-
"name": "agency",
|
|
191
|
-
"required": true,
|
|
192
|
-
"type": "string"
|
|
193
|
-
},
|
|
194
|
-
"challenge": {
|
|
195
|
-
"name": "challenge",
|
|
196
|
-
"required": true,
|
|
197
|
-
"type": "string"
|
|
198
|
-
},
|
|
199
|
-
"coreLoop": {
|
|
200
|
-
"name": "coreLoop",
|
|
201
|
-
"required": true,
|
|
202
|
-
"type": "string"
|
|
203
|
-
},
|
|
204
|
-
"dynamics": {
|
|
205
|
-
"items": {
|
|
206
|
-
"type": "string"
|
|
207
|
-
},
|
|
208
|
-
"name": "dynamics",
|
|
209
|
-
"required": true,
|
|
210
|
-
"type": "array"
|
|
211
|
-
},
|
|
212
|
-
"engagement": {
|
|
213
|
-
"items": {
|
|
214
|
-
"type": "string"
|
|
215
|
-
},
|
|
216
|
-
"name": "engagement",
|
|
217
|
-
"required": true,
|
|
218
|
-
"type": "array"
|
|
219
|
-
},
|
|
220
|
-
"feedback": {
|
|
221
|
-
"name": "feedback",
|
|
222
|
-
"required": true,
|
|
223
|
-
"type": "string"
|
|
224
|
-
},
|
|
225
|
-
"goals": {
|
|
226
|
-
"items": {
|
|
227
|
-
"type": "string"
|
|
228
|
-
},
|
|
229
|
-
"name": "goals",
|
|
230
|
-
"required": true,
|
|
231
|
-
"type": "array"
|
|
232
|
-
},
|
|
233
|
-
"mechanics": {
|
|
234
|
-
"items": {
|
|
235
|
-
"type": "string"
|
|
236
|
-
},
|
|
237
|
-
"name": "mechanics",
|
|
238
|
-
"required": true,
|
|
239
|
-
"type": "array"
|
|
240
|
-
},
|
|
241
|
-
"rewards": {
|
|
242
|
-
"items": {
|
|
243
|
-
"type": "string"
|
|
244
|
-
},
|
|
245
|
-
"name": "rewards",
|
|
246
|
-
"required": true,
|
|
247
|
-
"type": "array"
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
"tier": "domain",
|
|
251
|
-
"type": "GameDesign"
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
"emits": [
|
|
255
|
-
{
|
|
256
|
-
"description": "The compiled game-design sheet is emitted once on INIT and again on RESTART so organism-level authorities, analytics, or tutorial overlays can react to it.",
|
|
257
|
-
"event": "DESIGN_DECLARED",
|
|
258
|
-
"eventId": "evt_01M1NKGE119C8NKXKGJH8X4TMR",
|
|
259
|
-
"payloadSchema": [
|
|
260
|
-
{
|
|
261
|
-
"name": "design",
|
|
262
|
-
"properties": [
|
|
263
|
-
{
|
|
264
|
-
"name": "coreLoop",
|
|
265
|
-
"required": true,
|
|
266
|
-
"type": "string"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"name": "challenge",
|
|
270
|
-
"required": true,
|
|
271
|
-
"type": "string"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"name": "goals",
|
|
275
|
-
"required": true,
|
|
276
|
-
"type": "[string]"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "feedback",
|
|
280
|
-
"required": true,
|
|
281
|
-
"type": "string"
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"name": "agency",
|
|
285
|
-
"required": true,
|
|
286
|
-
"type": "string"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"name": "mechanics",
|
|
290
|
-
"required": true,
|
|
291
|
-
"type": "[string]"
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"name": "dynamics",
|
|
295
|
-
"required": true,
|
|
296
|
-
"type": "[string]"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"name": "engagement",
|
|
300
|
-
"required": true,
|
|
301
|
-
"type": "[string]"
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"name": "rewards",
|
|
305
|
-
"required": true,
|
|
306
|
-
"type": "[string]"
|
|
307
|
-
}
|
|
308
|
-
],
|
|
309
|
-
"required": true,
|
|
310
|
-
"type": "object"
|
|
311
|
-
}
|
|
312
|
-
],
|
|
313
|
-
"scope": "external",
|
|
314
|
-
"tier": "domain"
|
|
315
|
-
}
|
|
316
|
-
],
|
|
317
|
-
"entityContract": {
|
|
318
|
-
"provides": [
|
|
319
|
-
"declared",
|
|
320
|
-
"design"
|
|
321
|
-
],
|
|
322
|
-
"requires": []
|
|
323
|
-
},
|
|
324
|
-
"entityRebindable": true,
|
|
325
|
-
"entityRefIds": {
|
|
326
|
-
"GameDesignState": "ent_01M1NKGE11AR2J7GEQPKDJRWMX"
|
|
327
|
-
},
|
|
328
|
-
"id": "trt_01M1NKGE111XC08V7VSSVYSJB4",
|
|
329
|
-
"linkedEntity": "GameDesignState",
|
|
330
|
-
"linkedEntityId": "ent_01M1NKGE11AR2J7GEQPKDJRWMX",
|
|
331
|
-
"name": "GameDesignSheet",
|
|
332
|
-
"scope": "instance",
|
|
333
|
-
"stateMachine": {
|
|
334
|
-
"events": [
|
|
335
|
-
{
|
|
336
|
-
"id": "evt_01M1NKGE11QM4V8HX481NCVKQ0",
|
|
337
|
-
"key": "INIT",
|
|
338
|
-
"name": "Initialize"
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"id": "evt_01M1NKGE11CDYSFMFB4V6P8Y7P",
|
|
342
|
-
"key": "RESTART",
|
|
343
|
-
"name": "Restart",
|
|
344
|
-
"payloadSchema": [
|
|
345
|
-
{
|
|
346
|
-
"name": "id",
|
|
347
|
-
"type": "string"
|
|
348
|
-
}
|
|
349
|
-
]
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"description": "The compiled game-design sheet is emitted once on INIT and again on RESTART so organism-level authorities, analytics, or tutorial overlays can react to it.",
|
|
353
|
-
"id": "evt_01M1NKGE119C8NKXKGJH8X4TMR",
|
|
354
|
-
"key": "DESIGN_DECLARED",
|
|
355
|
-
"name": "Design Declared",
|
|
356
|
-
"payloadSchema": [
|
|
357
|
-
{
|
|
358
|
-
"name": "design",
|
|
359
|
-
"properties": [
|
|
360
|
-
{
|
|
361
|
-
"name": "coreLoop",
|
|
362
|
-
"required": true,
|
|
363
|
-
"type": "string"
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
"name": "challenge",
|
|
367
|
-
"required": true,
|
|
368
|
-
"type": "string"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"name": "goals",
|
|
372
|
-
"required": true,
|
|
373
|
-
"type": "[string]"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"name": "feedback",
|
|
377
|
-
"required": true,
|
|
378
|
-
"type": "string"
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"name": "agency",
|
|
382
|
-
"required": true,
|
|
383
|
-
"type": "string"
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"name": "mechanics",
|
|
387
|
-
"required": true,
|
|
388
|
-
"type": "[string]"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"name": "dynamics",
|
|
392
|
-
"required": true,
|
|
393
|
-
"type": "[string]"
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"name": "engagement",
|
|
397
|
-
"required": true,
|
|
398
|
-
"type": "[string]"
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"name": "rewards",
|
|
402
|
-
"required": true,
|
|
403
|
-
"type": "[string]"
|
|
404
|
-
}
|
|
405
|
-
],
|
|
406
|
-
"required": true,
|
|
407
|
-
"type": "object"
|
|
408
|
-
}
|
|
409
|
-
],
|
|
410
|
-
"tier": "domain"
|
|
411
|
-
}
|
|
412
|
-
],
|
|
413
|
-
"states": [
|
|
414
|
-
{
|
|
415
|
-
"isInitial": true,
|
|
416
|
-
"name": "active"
|
|
417
|
-
}
|
|
418
|
-
],
|
|
419
|
-
"transitions": [
|
|
420
|
-
{
|
|
421
|
-
"effects": [
|
|
422
|
-
[
|
|
423
|
-
"set",
|
|
424
|
-
"@entity.design",
|
|
425
|
-
"@config.design"
|
|
426
|
-
],
|
|
427
|
-
[
|
|
428
|
-
"set",
|
|
429
|
-
"@entity.declared",
|
|
430
|
-
true
|
|
431
|
-
],
|
|
432
|
-
[
|
|
433
|
-
"emit",
|
|
434
|
-
"DESIGN_DECLARED",
|
|
435
|
-
{
|
|
436
|
-
"design": "@entity.design"
|
|
437
|
-
}
|
|
438
|
-
]
|
|
439
|
-
],
|
|
440
|
-
"event": "INIT",
|
|
441
|
-
"eventId": "evt_01M1NKGE11QM4V8HX481NCVKQ0",
|
|
442
|
-
"from": "active",
|
|
443
|
-
"to": "active"
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"effects": [
|
|
447
|
-
[
|
|
448
|
-
"set",
|
|
449
|
-
"@entity.design",
|
|
450
|
-
"@config.design"
|
|
451
|
-
],
|
|
452
|
-
[
|
|
453
|
-
"set",
|
|
454
|
-
"@entity.declared",
|
|
455
|
-
true
|
|
456
|
-
],
|
|
457
|
-
[
|
|
458
|
-
"emit",
|
|
459
|
-
"DESIGN_DECLARED",
|
|
460
|
-
{
|
|
461
|
-
"design": "@entity.design"
|
|
462
|
-
}
|
|
463
|
-
]
|
|
464
|
-
],
|
|
465
|
-
"event": "RESTART",
|
|
466
|
-
"eventId": "evt_01M1NKGE11CDYSFMFB4V6P8Y7P",
|
|
467
|
-
"from": "active",
|
|
468
|
-
"to": "active"
|
|
469
|
-
}
|
|
470
|
-
]
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
],
|
|
474
|
-
"types": {
|
|
475
|
-
"GameDesign": [
|
|
476
|
-
{
|
|
477
|
-
"name": "coreLoop",
|
|
478
|
-
"required": true,
|
|
479
|
-
"type": "string"
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"name": "challenge",
|
|
483
|
-
"required": true,
|
|
484
|
-
"type": "string"
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"name": "goals",
|
|
488
|
-
"required": true,
|
|
489
|
-
"type": "[string]"
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"name": "feedback",
|
|
493
|
-
"required": true,
|
|
494
|
-
"type": "string"
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"name": "agency",
|
|
498
|
-
"required": true,
|
|
499
|
-
"type": "string"
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"name": "mechanics",
|
|
503
|
-
"required": true,
|
|
504
|
-
"type": "[string]"
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"name": "dynamics",
|
|
508
|
-
"required": true,
|
|
509
|
-
"type": "[string]"
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
"name": "engagement",
|
|
513
|
-
"required": true,
|
|
514
|
-
"type": "[string]"
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"name": "rewards",
|
|
518
|
-
"required": true,
|
|
519
|
-
"type": "[string]"
|
|
520
|
-
}
|
|
521
|
-
]
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
],
|
|
525
|
-
"schemaVersion": 1,
|
|
526
|
-
"version": "1.0.0"
|
|
527
|
-
}
|