@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
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
app std-platformer-puzzle "1.0.0"
|
|
2
|
+
"Platformer + puzzle genre substrate organism. Composes the standard authorities — platformer-body, pickup, objective-flow, choice-gate, fx-particles, fx-narrative, tutorial-overlay — and enforces five trait-typed pillar slots: agency, challenge, goal, reward, feedback. Levels consume this organism, fill every slot with a local rebinding trait, and add their own geometry, render, and math rules. Math targets and grade levels stay downstream in the domain package; this substrate is domain-agnostic."
|
|
3
|
+
|
|
4
|
+
orbital PlatformerPuzzleOrbital {
|
|
5
|
+
uses Body from "std/behaviors/std-platformer-body"
|
|
6
|
+
uses Pickup from "std/behaviors/std-pickup"
|
|
7
|
+
uses Gate from "std/behaviors/std-objective-flow"
|
|
8
|
+
uses Choice from "std/behaviors/std-choice-gate"
|
|
9
|
+
uses Particles from "std/behaviors/std-fx-particles"
|
|
10
|
+
uses Narrative from "std/behaviors/std-fx-narrative"
|
|
11
|
+
uses Tutorial from "std/behaviors/std-tutorial-overlay"
|
|
12
|
+
|
|
13
|
+
type PlatformerBody = {
|
|
14
|
+
x : number!
|
|
15
|
+
y : number!
|
|
16
|
+
width : number!
|
|
17
|
+
height : number!
|
|
18
|
+
vx : number
|
|
19
|
+
vy : number
|
|
20
|
+
grounded : boolean
|
|
21
|
+
facingRight : boolean
|
|
22
|
+
}
|
|
23
|
+
type PlatformerPlatform = {
|
|
24
|
+
id : string
|
|
25
|
+
x : number!
|
|
26
|
+
y : number!
|
|
27
|
+
width : number!
|
|
28
|
+
height : number!
|
|
29
|
+
type : "ground" | "platform" | "hazard" | "goal"
|
|
30
|
+
}
|
|
31
|
+
type PlatformerCurveSample = {
|
|
32
|
+
x : number!
|
|
33
|
+
y : number!
|
|
34
|
+
}
|
|
35
|
+
type BodyDriftRegion = {
|
|
36
|
+
id : string!
|
|
37
|
+
x0 : number!
|
|
38
|
+
x1 : number!
|
|
39
|
+
y0 : number!
|
|
40
|
+
y1 : number!
|
|
41
|
+
ax : number!
|
|
42
|
+
ay : number!
|
|
43
|
+
}
|
|
44
|
+
type CurveMod = {
|
|
45
|
+
x0 : number!
|
|
46
|
+
x1 : number!
|
|
47
|
+
a : number!
|
|
48
|
+
b : number
|
|
49
|
+
h : number!
|
|
50
|
+
k : number!
|
|
51
|
+
}
|
|
52
|
+
type PlatformerTuning = {
|
|
53
|
+
jumpStrength : number
|
|
54
|
+
moveSpeed : number
|
|
55
|
+
gravity : number
|
|
56
|
+
}
|
|
57
|
+
type PickupFeature = {
|
|
58
|
+
id : string!
|
|
59
|
+
x : number!
|
|
60
|
+
y : number!
|
|
61
|
+
kind : string!
|
|
62
|
+
glyph : string
|
|
63
|
+
message : string
|
|
64
|
+
collected : boolean
|
|
65
|
+
}
|
|
66
|
+
type ChoiceOption = {
|
|
67
|
+
id : string!
|
|
68
|
+
dx : number!
|
|
69
|
+
label : string!
|
|
70
|
+
correct : boolean!
|
|
71
|
+
}
|
|
72
|
+
type ChoiceGate = {
|
|
73
|
+
id : string!
|
|
74
|
+
x : number!
|
|
75
|
+
y : number!
|
|
76
|
+
hint : string
|
|
77
|
+
options : [ChoiceOption]!
|
|
78
|
+
solved : boolean
|
|
79
|
+
chosen : string
|
|
80
|
+
}
|
|
81
|
+
type Fx = {
|
|
82
|
+
id : string!
|
|
83
|
+
type : string!
|
|
84
|
+
x : number!
|
|
85
|
+
z : number
|
|
86
|
+
y : number
|
|
87
|
+
message : string
|
|
88
|
+
ttl : number!
|
|
89
|
+
maxTtl : number
|
|
90
|
+
bornAt : number
|
|
91
|
+
space : string
|
|
92
|
+
effect : string
|
|
93
|
+
color : string
|
|
94
|
+
size : number
|
|
95
|
+
vx : number
|
|
96
|
+
vy : number
|
|
97
|
+
vz : number
|
|
98
|
+
particleCount : number
|
|
99
|
+
animation : string
|
|
100
|
+
}
|
|
101
|
+
type FxPreset = {
|
|
102
|
+
type : string!
|
|
103
|
+
color : string
|
|
104
|
+
color2 : string
|
|
105
|
+
size : number
|
|
106
|
+
shape : string
|
|
107
|
+
count : number
|
|
108
|
+
glow : number
|
|
109
|
+
gravity : number
|
|
110
|
+
vx : number
|
|
111
|
+
vy : number
|
|
112
|
+
vz : number
|
|
113
|
+
space : string
|
|
114
|
+
effect : string
|
|
115
|
+
particleCount : number
|
|
116
|
+
animation : string
|
|
117
|
+
}
|
|
118
|
+
type NarrativeCue = {
|
|
119
|
+
text : string!
|
|
120
|
+
style : "hint" | "fact" | "warn" | "celebrate"
|
|
121
|
+
x : number
|
|
122
|
+
y : number
|
|
123
|
+
ttl : number
|
|
124
|
+
space : "screen" | "world"
|
|
125
|
+
}
|
|
126
|
+
type StyleDef = {
|
|
127
|
+
color : string!
|
|
128
|
+
size : number!
|
|
129
|
+
ttl : number!
|
|
130
|
+
effect : string!
|
|
131
|
+
}
|
|
132
|
+
type TutorialStep = {
|
|
133
|
+
id : string!
|
|
134
|
+
title : string!
|
|
135
|
+
body : string
|
|
136
|
+
demoId : string
|
|
137
|
+
}
|
|
138
|
+
type Asset = {
|
|
139
|
+
url : asset
|
|
140
|
+
atlas : asset
|
|
141
|
+
sprite : string
|
|
142
|
+
role : string
|
|
143
|
+
category : string
|
|
144
|
+
animations : [string]
|
|
145
|
+
style : string
|
|
146
|
+
variant : string
|
|
147
|
+
dimension : string
|
|
148
|
+
aspect : string
|
|
149
|
+
name : string
|
|
150
|
+
thumbnailUrl : string
|
|
151
|
+
}
|
|
152
|
+
type DirectionAssets = {
|
|
153
|
+
up : Asset
|
|
154
|
+
down : Asset
|
|
155
|
+
left : Asset
|
|
156
|
+
right : Asset
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
entity PlatformerPuzzleData [runtime, shared] {
|
|
160
|
+
id : string!
|
|
161
|
+
body : PlatformerBody = { x: 0, y: 0, width: 1, height: 1, vx: 0, vy: 0, grounded: false, facingRight: true }
|
|
162
|
+
fell : boolean = false
|
|
163
|
+
hazardId : string = ""
|
|
164
|
+
goalId : string = ""
|
|
165
|
+
skating : boolean = false
|
|
166
|
+
curveMods : [CurveMod] = []
|
|
167
|
+
tuning : PlatformerTuning = {}
|
|
168
|
+
pickups : [PickupFeature] = []
|
|
169
|
+
pickupCompleted : boolean = false
|
|
170
|
+
total : number = 0
|
|
171
|
+
choices : [ChoiceGate] = []
|
|
172
|
+
result : string = "none"
|
|
173
|
+
fx : [Fx] = []
|
|
174
|
+
narrativeSeq : number = 0
|
|
175
|
+
lastNarrative : string = ""
|
|
176
|
+
step : number = 0
|
|
177
|
+
done : boolean = false
|
|
178
|
+
score : number = 0
|
|
179
|
+
lives : number = 3
|
|
180
|
+
objectivesLeft : number = 1
|
|
181
|
+
celebrated : boolean = false
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
trait PlatformerPuzzleBody = Body.traits.PlatformerBody -> PlatformerPuzzleData {
|
|
185
|
+
events {
|
|
186
|
+
STEER: STEER
|
|
187
|
+
JUMP: JUMP
|
|
188
|
+
PLACE: PLACE
|
|
189
|
+
BODY_MOVED: BODY_MOVED
|
|
190
|
+
BODY_JUMPED: BODY_JUMPED
|
|
191
|
+
BODY_LANDED: BODY_LANDED
|
|
192
|
+
BODY_HAZARD: BODY_HAZARD
|
|
193
|
+
BODY_GOAL: BODY_GOAL
|
|
194
|
+
BODY_FELL: BODY_FELL
|
|
195
|
+
BODY_SKATE_START: BODY_SKATE_START
|
|
196
|
+
BODY_SKATE_END: BODY_SKATE_END
|
|
197
|
+
CURVE_MOD_ADD: CURVE_MOD_ADD
|
|
198
|
+
CURVE_MOD_CLEAR: CURVE_MOD_CLEAR
|
|
199
|
+
SET_TUNING: SET_TUNING
|
|
200
|
+
}
|
|
201
|
+
config { running: true }
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
trait PlatformerPuzzlePickup = Pickup.traits.Pickup -> PlatformerPuzzleData {
|
|
205
|
+
events {
|
|
206
|
+
BODY_MOVED: BODY_MOVED
|
|
207
|
+
}
|
|
208
|
+
config { running: true }
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
trait PlatformerPuzzleObjective = Gate.traits.ObjectiveFlow -> PlatformerPuzzleData {
|
|
212
|
+
events {
|
|
213
|
+
PROGRESS: PROGRESS
|
|
214
|
+
GAME_END: GAME_END
|
|
215
|
+
}
|
|
216
|
+
config { running: true }
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
trait PlatformerPuzzleChoice = Choice.traits.ChoiceGate -> PlatformerPuzzleData {
|
|
220
|
+
events {
|
|
221
|
+
BODY_MOVED: BODY_MOVED
|
|
222
|
+
}
|
|
223
|
+
config { running: true }
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
trait PlatformerPuzzleFx = Particles.traits.FxParticles -> PlatformerPuzzleData {
|
|
227
|
+
events {
|
|
228
|
+
BURST: BURST
|
|
229
|
+
}
|
|
230
|
+
config { running: true }
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
trait PlatformerPuzzleNarrative = Narrative.traits.FxNarrative -> PlatformerPuzzleData {
|
|
234
|
+
events {
|
|
235
|
+
NARRATE: NARRATE
|
|
236
|
+
BURST: BURST
|
|
237
|
+
}
|
|
238
|
+
config { running: true }
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
trait PlatformerPuzzleTutorial = Tutorial.traits.TutorialOverlay -> PlatformerPuzzleData {
|
|
242
|
+
events {
|
|
243
|
+
SHOW: SHOW
|
|
244
|
+
TUTORIAL_DONE: TUTORIAL_DONE
|
|
245
|
+
}
|
|
246
|
+
config { autoShow: false, previewTrait: @trait.PlatformerPuzzleNoopPreview }
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
trait PlatformerPuzzleNoopPreview -> PlatformerPuzzleData [interaction, instance] {
|
|
250
|
+
initial: idle
|
|
251
|
+
state idle {
|
|
252
|
+
INIT -> idle
|
|
253
|
+
(render-ui overlay null)
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
trait PlatformerPuzzle -> @rebindable PlatformerPuzzleData [interaction, instance] {
|
|
258
|
+
initial: active
|
|
259
|
+
|
|
260
|
+
state active {
|
|
261
|
+
INIT -> active
|
|
262
|
+
(render-ui main null)
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
config {
|
|
266
|
+
agencyTrait : trait
|
|
267
|
+
@label "Agency trait"
|
|
268
|
+
@description "Trait that provides player verbs and immediate response. Usually a rebinding of std-platformer-body, std-motion-body, or std-hero-nav."
|
|
269
|
+
@tier "domain"
|
|
270
|
+
challengeTrait : trait
|
|
271
|
+
@label "Challenge trait"
|
|
272
|
+
@description "Trait that provides the obstacle, decision, or opposition. Usually a rebinding of std-choice-gate, std-gate-lock, std-patrol-hazard, std-velocity-gate, std-loop-lock, or std-pad-lock."
|
|
273
|
+
@tier "domain"
|
|
274
|
+
goalTrait : trait
|
|
275
|
+
@label "Goal trait"
|
|
276
|
+
@description "Trait that resolves the win condition. Usually a rebinding of std-objective-flow or std-objective-reach."
|
|
277
|
+
@tier "domain"
|
|
278
|
+
rewardTrait : trait
|
|
279
|
+
@label "Reward trait"
|
|
280
|
+
@description "Trait that provides collectibles or scoring. Usually a rebinding of std-pickup, std-score, std-xp, or std-gold."
|
|
281
|
+
@tier "domain"
|
|
282
|
+
feedbackTrait : trait
|
|
283
|
+
@label "Feedback trait"
|
|
284
|
+
@description "Trait that provides visual, audio, or narrative feedback. Usually a rebinding of std-fx-particles, std-fx-narrative, std-tutorial-overlay, std-audio-cue, or std-zone-card."
|
|
285
|
+
@tier "domain"
|
|
286
|
+
backgroundAsset : Asset = {}
|
|
287
|
+
@label "Background Asset"
|
|
288
|
+
@description "Game-shell background panel sprite (theme chrome)."
|
|
289
|
+
@tier "presentation"
|
|
290
|
+
hudBackgroundAsset : Asset = {}
|
|
291
|
+
@label "HUD Background Asset"
|
|
292
|
+
@description "HUD panel background sprite (theme chrome)."
|
|
293
|
+
@tier "presentation"
|
|
294
|
+
directionAssets : DirectionAssets = {}
|
|
295
|
+
@label "Direction Assets"
|
|
296
|
+
@description "D-pad direction icon sprites."
|
|
297
|
+
@tier "presentation"
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
page "/platformer-puzzle" as PlatformerPuzzlePage -> PlatformerPuzzleBody, PlatformerPuzzlePickup, PlatformerPuzzleObjective, PlatformerPuzzleChoice, PlatformerPuzzleFx, PlatformerPuzzleNarrative, PlatformerPuzzleTutorial, PlatformerPuzzle
|
|
302
|
+
}
|
|
@@ -22,6 +22,7 @@ orbital LearnSlopeProbeOrbital {
|
|
|
22
22
|
triBy : number = 0
|
|
23
23
|
triCx : number = 0
|
|
24
24
|
triCy : number = 0
|
|
25
|
+
curve : [ProbeSample] = []
|
|
25
26
|
segment : [ProbeSample] = []
|
|
26
27
|
bucket : number = 9999
|
|
27
28
|
}
|
|
@@ -32,15 +33,19 @@ orbital LearnSlopeProbeOrbital {
|
|
|
32
33
|
state idle {
|
|
33
34
|
INIT -> idle
|
|
34
35
|
(set @entity.probing false)
|
|
36
|
+
(set @entity.curve @config.curve)
|
|
35
37
|
(set @entity.segment [])
|
|
36
38
|
(set @entity.bucket 9999)
|
|
37
39
|
|
|
40
|
+
SET_CURVE -> idle
|
|
41
|
+
(set @entity.curve @payload.curve)
|
|
42
|
+
|
|
38
43
|
BODY_MOVED -> idle when @config.running
|
|
39
|
-
(let ((on (and @payload.skating (> (array/len @
|
|
40
|
-
(let ((inRange (and @on (and (>= @payload.x (object/get (array/first @
|
|
44
|
+
(let ((on (and @payload.skating (> (array/len @entity.curve) 1))))
|
|
45
|
+
(let ((inRange (and @on (and (>= @payload.x (object/get (array/first @entity.curve) x)) (<= @payload.x (object/get (array/last @entity.curve) x))))))
|
|
41
46
|
(if @inRange
|
|
42
|
-
(let ((leftSamp (array/last (array/filter @
|
|
43
|
-
(rightSamp (array/first (array/filter @
|
|
47
|
+
(let ((leftSamp (array/last (array/filter @entity.curve (fn s (<= (object/get @s x) @payload.x)))))
|
|
48
|
+
(rightSamp (array/first (array/filter @entity.curve (fn s (> (object/get @s x) @payload.x))))))
|
|
44
49
|
(let ((slope (if (== @rightSamp null) 0 (/ (- (object/get @rightSamp y) (object/get @leftSamp y)) (- (object/get @rightSamp x) (object/get @leftSamp x))))))
|
|
45
50
|
(let ((curveY (if (== @rightSamp null) (object/get @leftSamp y) (+ (object/get @leftSamp y) (* @slope (- @payload.x (object/get @leftSamp x)))))))
|
|
46
51
|
(let ((norm (math/sqrt (+ 1 (* @slope @slope)))))
|
|
@@ -61,7 +66,7 @@ orbital LearnSlopeProbeOrbital {
|
|
|
61
66
|
(set @entity.triBy @curveY)
|
|
62
67
|
(set @entity.triCx (+ @payload.x @config.triRun))
|
|
63
68
|
(set @entity.triCy (+ @curveY (* @slope @config.triRun)))
|
|
64
|
-
(set @entity.segment (array/filter @
|
|
69
|
+
(set @entity.segment (array/filter @entity.curve (fn s (and (>= (object/get @s x) (- @payload.x @config.window)) (<= (object/get @s x) (+ @payload.x @config.window))))))
|
|
65
70
|
(if (!= @newBucket @entity.bucket)
|
|
66
71
|
(do
|
|
67
72
|
(set @entity.bucket @newBucket)
|
|
@@ -89,6 +94,7 @@ orbital LearnSlopeProbeOrbital {
|
|
|
89
94
|
}
|
|
90
95
|
|
|
91
96
|
listens {
|
|
97
|
+
SET_CURVE { curve : [ProbeSample]! }
|
|
92
98
|
BODY_MOVED { x : number!, y : number!, vx : number!, vy : number!, grounded : boolean!, skating : boolean!, speed : number! }
|
|
93
99
|
RESTART { id : string }
|
|
94
100
|
}
|
|
@@ -100,7 +106,7 @@ orbital LearnSlopeProbeOrbital {
|
|
|
100
106
|
@tier "domain"
|
|
101
107
|
curve : [ProbeSample] = []
|
|
102
108
|
@label "Curve"
|
|
103
|
-
@description "Surface samples (x strictly increasing) of the graph being ridden — the same table the body skates and the canvas draws, so the readout matches what is underfoot."
|
|
109
|
+
@description "Surface samples (x strictly increasing) of the graph being ridden — the same table the body skates and the canvas draws, so the readout matches what is underfoot. Seeded onto the entity on INIT; the live curve is entity.curve — SET_CURVE replaces it at runtime (stitched mega-curves) and RESTART does not reseed it."
|
|
104
110
|
@tier "domain"
|
|
105
111
|
window : number = 1.5
|
|
106
112
|
@label "Tangent Window"
|
|
@@ -177,6 +177,27 @@
|
|
|
177
177
|
"traits": [
|
|
178
178
|
{
|
|
179
179
|
"category": "lifecycle",
|
|
180
|
+
"effectRow": [
|
|
181
|
+
{
|
|
182
|
+
"kind": "emit",
|
|
183
|
+
"resource": "COMPLETED"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"kind": "llm/generate"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"kind": "set",
|
|
190
|
+
"resource": "@entity.prompt"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"kind": "set",
|
|
194
|
+
"resource": "@entity.response"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"kind": "set",
|
|
198
|
+
"resource": "@entity.status"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
180
201
|
"emits": [
|
|
181
202
|
{
|
|
182
203
|
"event": "COMPLETED",
|
|
@@ -406,6 +427,12 @@
|
|
|
406
427
|
},
|
|
407
428
|
{
|
|
408
429
|
"category": "lifecycle",
|
|
430
|
+
"effectRow": [
|
|
431
|
+
{
|
|
432
|
+
"kind": "set",
|
|
433
|
+
"resource": "@entity.status"
|
|
434
|
+
}
|
|
435
|
+
],
|
|
409
436
|
"entityRefIds": {
|
|
410
437
|
"Completion": "ent_01KXG04EHB6HVH0F0XE0VWB0WV"
|
|
411
438
|
},
|
|
@@ -285,6 +285,23 @@
|
|
|
285
285
|
"traits": [
|
|
286
286
|
{
|
|
287
287
|
"category": "lifecycle",
|
|
288
|
+
"effectRow": [
|
|
289
|
+
{
|
|
290
|
+
"kind": "emit",
|
|
291
|
+
"resource": "COUNTED"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"kind": "llm/token-count"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"kind": "set",
|
|
298
|
+
"resource": "@entity.status"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"kind": "set",
|
|
302
|
+
"resource": "@entity.tokenCount"
|
|
303
|
+
}
|
|
304
|
+
],
|
|
288
305
|
"emits": [
|
|
289
306
|
{
|
|
290
307
|
"event": "COUNTED",
|
|
@@ -496,6 +513,30 @@
|
|
|
496
513
|
},
|
|
497
514
|
{
|
|
498
515
|
"category": "lifecycle",
|
|
516
|
+
"effectRow": [
|
|
517
|
+
{
|
|
518
|
+
"kind": "emit",
|
|
519
|
+
"resource": "COMPACTED"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"kind": "llm/compact"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"kind": "llm/token-count"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"kind": "set",
|
|
529
|
+
"resource": "@entity.afterTokens"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"kind": "set",
|
|
533
|
+
"resource": "@entity.beforeTokens"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"kind": "set",
|
|
537
|
+
"resource": "@entity.status"
|
|
538
|
+
}
|
|
539
|
+
],
|
|
499
540
|
"emits": [
|
|
500
541
|
{
|
|
501
542
|
"event": "COMPACTED",
|
|
@@ -857,6 +898,12 @@
|
|
|
857
898
|
},
|
|
858
899
|
{
|
|
859
900
|
"category": "lifecycle",
|
|
901
|
+
"effectRow": [
|
|
902
|
+
{
|
|
903
|
+
"kind": "set",
|
|
904
|
+
"resource": "@entity.status"
|
|
905
|
+
}
|
|
906
|
+
],
|
|
860
907
|
"entityRefIds": {
|
|
861
908
|
"ContextWindow": "ent_01KXG04EJ6PXMMHTTEJ27RNN6C"
|
|
862
909
|
},
|
|
@@ -210,6 +210,34 @@
|
|
|
210
210
|
"traits": [
|
|
211
211
|
{
|
|
212
212
|
"category": "lifecycle",
|
|
213
|
+
"effectRow": [
|
|
214
|
+
{
|
|
215
|
+
"kind": "emit",
|
|
216
|
+
"resource": "FIX_APPLIED"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"kind": "llm/generate"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"kind": "set",
|
|
223
|
+
"resource": "@entity.errors"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"kind": "set",
|
|
227
|
+
"resource": "@entity.fixPrompt"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"kind": "set",
|
|
231
|
+
"resource": "@entity.orbitalName"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"kind": "set",
|
|
235
|
+
"resource": "@entity.status"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"kind": "validate/validate"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
213
241
|
"emits": [
|
|
214
242
|
{
|
|
215
243
|
"event": "FIX_APPLIED",
|
|
@@ -442,6 +470,12 @@
|
|
|
442
470
|
},
|
|
443
471
|
{
|
|
444
472
|
"category": "lifecycle",
|
|
473
|
+
"effectRow": [
|
|
474
|
+
{
|
|
475
|
+
"kind": "set",
|
|
476
|
+
"resource": "@entity.status"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
445
479
|
"entityRefIds": {
|
|
446
480
|
"FixLoop": "ent_01M055GH36GR0CV0VXM4J3HCZT"
|
|
447
481
|
},
|
|
@@ -546,7 +580,29 @@
|
|
|
546
580
|
]
|
|
547
581
|
}
|
|
548
582
|
}
|
|
549
|
-
]
|
|
583
|
+
],
|
|
584
|
+
"types": {
|
|
585
|
+
"ValidationError": [
|
|
586
|
+
{
|
|
587
|
+
"name": "orbitalName",
|
|
588
|
+
"type": "string"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "message",
|
|
592
|
+
"required": true,
|
|
593
|
+
"type": "string"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"name": "code",
|
|
597
|
+
"required": true,
|
|
598
|
+
"type": "string"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "severity",
|
|
602
|
+
"type": "string"
|
|
603
|
+
}
|
|
604
|
+
]
|
|
605
|
+
}
|
|
550
606
|
}
|
|
551
607
|
],
|
|
552
608
|
"schemaVersion": 1,
|
|
@@ -293,6 +293,39 @@
|
|
|
293
293
|
"traits": [
|
|
294
294
|
{
|
|
295
295
|
"category": "lifecycle",
|
|
296
|
+
"effectRow": [
|
|
297
|
+
{
|
|
298
|
+
"kind": "emit",
|
|
299
|
+
"resource": "RECALLED"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"kind": "memory/recall"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"kind": "set",
|
|
306
|
+
"resource": "@entity.category"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"kind": "set",
|
|
310
|
+
"resource": "@entity.content"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"kind": "set",
|
|
314
|
+
"resource": "@entity.memoryId"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"kind": "set",
|
|
318
|
+
"resource": "@entity.query"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"kind": "set",
|
|
322
|
+
"resource": "@entity.results"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"kind": "set",
|
|
326
|
+
"resource": "@entity.status"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
296
329
|
"emits": [
|
|
297
330
|
{
|
|
298
331
|
"event": "RECALLED",
|
|
@@ -544,6 +577,31 @@
|
|
|
544
577
|
},
|
|
545
578
|
{
|
|
546
579
|
"category": "lifecycle",
|
|
580
|
+
"effectRow": [
|
|
581
|
+
{
|
|
582
|
+
"kind": "emit",
|
|
583
|
+
"resource": "STORED"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"kind": "memory/store"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"kind": "set",
|
|
590
|
+
"resource": "@entity.category"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"kind": "set",
|
|
594
|
+
"resource": "@entity.content"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"kind": "set",
|
|
598
|
+
"resource": "@entity.memoryId"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"kind": "set",
|
|
602
|
+
"resource": "@entity.status"
|
|
603
|
+
}
|
|
604
|
+
],
|
|
547
605
|
"emits": [
|
|
548
606
|
{
|
|
549
607
|
"event": "STORED",
|
|
@@ -801,6 +859,12 @@
|
|
|
801
859
|
},
|
|
802
860
|
{
|
|
803
861
|
"category": "lifecycle",
|
|
862
|
+
"effectRow": [
|
|
863
|
+
{
|
|
864
|
+
"kind": "set",
|
|
865
|
+
"resource": "@entity.status"
|
|
866
|
+
}
|
|
867
|
+
],
|
|
804
868
|
"entityRefIds": {
|
|
805
869
|
"AgentMemory": "ent_01KXG04EK05QG9T8V7MTF554J2"
|
|
806
870
|
},
|
|
@@ -934,7 +998,30 @@
|
|
|
934
998
|
]
|
|
935
999
|
}
|
|
936
1000
|
}
|
|
937
|
-
]
|
|
1001
|
+
],
|
|
1002
|
+
"types": {
|
|
1003
|
+
"MemoryRecord": [
|
|
1004
|
+
{
|
|
1005
|
+
"name": "id",
|
|
1006
|
+
"required": true,
|
|
1007
|
+
"type": "string"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "content",
|
|
1011
|
+
"required": true,
|
|
1012
|
+
"type": "string"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "category",
|
|
1016
|
+
"required": true,
|
|
1017
|
+
"type": "string"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "strength",
|
|
1021
|
+
"type": "number"
|
|
1022
|
+
}
|
|
1023
|
+
]
|
|
1024
|
+
}
|
|
938
1025
|
}
|
|
939
1026
|
],
|
|
940
1027
|
"schemaVersion": 1,
|