@almadar/std 16.165.0 → 16.166.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/infra/atoms/std-status-lifecycle.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-modal.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-notification-panel.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/std-chase-ai.lolo +3 -3
- package/behaviors/lolo/ui/game/atoms/std-dungeon-combat.lolo +3 -3
- package/behaviors/lolo/ui/game/atoms/std-grid-tactics.lolo +3 -3
- package/behaviors/lolo/ui/game/atoms/std-hero-nav.lolo +3 -3
- package/behaviors/lolo/ui/game/molecules/std-arcade-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-crew-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-dungeon-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-market-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-objective-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-survival-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-tactics-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-tactics-board-3d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-worldmap-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/organisms/ui-arena-board.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-astargraph.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-bfs.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-binarysearch.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-bubblesort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-dfs.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-dijkstra.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-heapsort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-insertionsort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-mergesort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-mst.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-quicksort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-selectionsort.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-slidingwindow.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-algo-toposort.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-algo-twopointer.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-bio-cell.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-bio-foodweb.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-bio-mitosis.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-bio-population.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-chem-osmosis.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-linear.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-numberline.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-sequence.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-sinewave.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-math-unitcircle.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-circular.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-collision.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-freefall.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-friction.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-gas.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-incline.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-physics-magnetic.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-orbit.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-pendulum.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-projectile.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-reflection.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-physics-spring.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-physics-wave.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-prob-galton.lolo +2 -2
- package/behaviors/lolo/ui/learning/atoms/std-prob-montecarlo.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/std-prob-walk.lolo +1 -1
- package/behaviors/lolo/ui/learning/organisms/learning-biology-lab.lolo +3 -3
- package/behaviors/lolo/ui/learning/organisms/learning-chemistry-lab.lolo +1 -1
- package/behaviors/lolo/ui/learning/organisms/learning-math-lab.lolo +2 -2
- package/behaviors/lolo/ui/learning/organisms/learning-physics-lab.lolo +2 -2
- package/behaviors/lolo/ui/learning/organisms/learning-probability-lab.lolo +2 -2
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-modal.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +1 -1
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +3 -3
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +3 -3
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +3 -3
- package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +3 -3
- package/behaviors/registry/ui/game/molecules/std-arcade-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-crew-board-2d.orb +5 -8
- package/behaviors/registry/ui/game/molecules/std-dungeon-board-2d.orb +7 -12
- package/behaviors/registry/ui/game/molecules/std-market-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-objective-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-survival-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +8 -14
- package/behaviors/registry/ui/game/molecules/std-tactics-board-3d.orb +6 -10
- package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +5 -8
- package/behaviors/registry/ui/game/organisms/ui-arena-board.orb +7 -12
- package/behaviors/registry/ui/learning/atoms/std-algo-astargraph.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-bfs.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-binarysearch.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-bubblesort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-dfs.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-dijkstra.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-heapsort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-insertionsort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-mergesort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-mst.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-quicksort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-selectionsort.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-slidingwindow.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-algo-toposort.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-algo-twopointer.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-bio-cell.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-bio-foodweb.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-bio-mitosis.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-bio-population.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-chem-osmosis.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-linear.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-numberline.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-sequence.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-sinewave.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-math-unitcircle.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-circular.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-collision.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-freefall.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-friction.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-gas.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-incline.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-physics-magnetic.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-orbit.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-pendulum.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-projectile.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-reflection.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-physics-spring.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-physics-wave.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-prob-galton.orb +2 -2
- package/behaviors/registry/ui/learning/atoms/std-prob-montecarlo.orb +1 -1
- package/behaviors/registry/ui/learning/atoms/std-prob-walk.orb +1 -1
- package/behaviors/registry/ui/learning/organisms/learning-biology-lab.orb +3 -3
- package/behaviors/registry/ui/learning/organisms/learning-chemistry-lab.orb +1 -1
- package/behaviors/registry/ui/learning/organisms/learning-math-lab.orb +2 -2
- package/behaviors/registry/ui/learning/organisms/learning-physics-lab.orb +2 -2
- package/behaviors/registry/ui/learning/organisms/learning-probability-lab.orb +2 -2
- package/dist/behaviors/exports-reader.js +12 -12
- package/dist/behaviors/functions/index.js +12 -12
- package/dist/behaviors/index.js +12 -12
- package/dist/behaviors/query.js +12 -12
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +224 -224
- package/dist/behaviors-registry.json +213 -14
- package/dist/index.js +12 -12
- 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/dist/behaviors/query.js
CHANGED
|
@@ -26147,7 +26147,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
|
|
|
26147
26147
|
"type": "object"
|
|
26148
26148
|
},
|
|
26149
26149
|
"label": "Edges",
|
|
26150
|
-
"tier": "
|
|
26150
|
+
"tier": "presentation",
|
|
26151
26151
|
"type": "[BiologyLabEdge]"
|
|
26152
26152
|
},
|
|
26153
26153
|
"height": {
|
|
@@ -26255,7 +26255,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
|
|
|
26255
26255
|
"type": "object"
|
|
26256
26256
|
},
|
|
26257
26257
|
"label": "Nodes",
|
|
26258
|
-
"tier": "
|
|
26258
|
+
"tier": "presentation",
|
|
26259
26259
|
"type": "[BiologyLabNode]"
|
|
26260
26260
|
},
|
|
26261
26261
|
"shapes": {
|
|
@@ -26427,7 +26427,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
|
|
|
26427
26427
|
"type": "object"
|
|
26428
26428
|
},
|
|
26429
26429
|
"label": "Shapes",
|
|
26430
|
-
"tier": "
|
|
26430
|
+
"tier": "presentation",
|
|
26431
26431
|
"type": "[BiologyLabShape]"
|
|
26432
26432
|
},
|
|
26433
26433
|
"title": {
|
|
@@ -28231,7 +28231,7 @@ function stdLearningChemistryLabChemistryLabOrbital(params = {}) {
|
|
|
28231
28231
|
"type": "object"
|
|
28232
28232
|
},
|
|
28233
28233
|
"label": "Shapes",
|
|
28234
|
-
"tier": "
|
|
28234
|
+
"tier": "presentation",
|
|
28235
28235
|
"type": "[ChemistryLabShape]"
|
|
28236
28236
|
},
|
|
28237
28237
|
"title": {
|
|
@@ -31318,7 +31318,7 @@ function stdLearningMathLabMathLabOrbital(params = {}) {
|
|
|
31318
31318
|
"type": "object"
|
|
31319
31319
|
},
|
|
31320
31320
|
"label": "Points",
|
|
31321
|
-
"tier": "
|
|
31321
|
+
"tier": "presentation",
|
|
31322
31322
|
"type": "[MathLabPoint]"
|
|
31323
31323
|
},
|
|
31324
31324
|
"shapes": {
|
|
@@ -31490,7 +31490,7 @@ function stdLearningMathLabMathLabOrbital(params = {}) {
|
|
|
31490
31490
|
"type": "object"
|
|
31491
31491
|
},
|
|
31492
31492
|
"label": "Shapes",
|
|
31493
|
-
"tier": "
|
|
31493
|
+
"tier": "presentation",
|
|
31494
31494
|
"type": "[MathLabShape]"
|
|
31495
31495
|
},
|
|
31496
31496
|
"showAxes": {
|
|
@@ -35545,7 +35545,7 @@ function stdLearningPhysicsLabPhysicsLabOrbital(params = {}) {
|
|
|
35545
35545
|
"type": "object"
|
|
35546
35546
|
},
|
|
35547
35547
|
"label": "Bodies",
|
|
35548
|
-
"tier": "
|
|
35548
|
+
"tier": "presentation",
|
|
35549
35549
|
"type": "[PhysicsLabBody]"
|
|
35550
35550
|
},
|
|
35551
35551
|
"constraints": {
|
|
@@ -35800,7 +35800,7 @@ function stdLearningPhysicsLabPhysicsLabOrbital(params = {}) {
|
|
|
35800
35800
|
"type": "object"
|
|
35801
35801
|
},
|
|
35802
35802
|
"label": "Shapes",
|
|
35803
|
-
"tier": "
|
|
35803
|
+
"tier": "presentation",
|
|
35804
35804
|
"type": "[PhysicsLabShape]"
|
|
35805
35805
|
},
|
|
35806
35806
|
"showForces": {
|
|
@@ -37577,7 +37577,7 @@ function stdLearningProbabilityLabProbabilityLabOrbital(params = {}) {
|
|
|
37577
37577
|
"type": "object"
|
|
37578
37578
|
},
|
|
37579
37579
|
"label": "Points",
|
|
37580
|
-
"tier": "
|
|
37580
|
+
"tier": "presentation",
|
|
37581
37581
|
"type": "[ProbabilityLabPoint]"
|
|
37582
37582
|
},
|
|
37583
37583
|
"shapes": {
|
|
@@ -37749,7 +37749,7 @@ function stdLearningProbabilityLabProbabilityLabOrbital(params = {}) {
|
|
|
37749
37749
|
"type": "object"
|
|
37750
37750
|
},
|
|
37751
37751
|
"label": "Shapes",
|
|
37752
|
-
"tier": "
|
|
37752
|
+
"tier": "presentation",
|
|
37753
37753
|
"type": "[ProbabilityLabShape]"
|
|
37754
37754
|
},
|
|
37755
37755
|
"showAxes": {
|
|
@@ -44205,14 +44205,14 @@ function stdUiArenaBoardArenaBoardOrbital(params = {}) {
|
|
|
44205
44205
|
"default": 8,
|
|
44206
44206
|
"description": "Grid row count (matches TacticsAuthority.gridHeight).",
|
|
44207
44207
|
"label": "Grid Height",
|
|
44208
|
-
"tier": "
|
|
44208
|
+
"tier": "presentation",
|
|
44209
44209
|
"type": "number"
|
|
44210
44210
|
},
|
|
44211
44211
|
"gridWidth": {
|
|
44212
44212
|
"default": 8,
|
|
44213
44213
|
"description": "Grid column count (matches TacticsAuthority.gridWidth).",
|
|
44214
44214
|
"label": "Grid Width",
|
|
44215
|
-
"tier": "
|
|
44215
|
+
"tier": "presentation",
|
|
44216
44216
|
"type": "number"
|
|
44217
44217
|
},
|
|
44218
44218
|
"hudBackgroundAsset": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
2
|
+
"version": "16.166.0",
|
|
3
3
|
"model": "baai/bge-base-en-v1.5",
|
|
4
4
|
"dimensions": 768,
|
|
5
|
-
"registryHash": "
|
|
6
|
-
"signaturesHash": "
|
|
5
|
+
"registryHash": "8384cce1bb88a46368426d3044d7f4ef1213bd4dbc9af216b150863dd647f0d8",
|
|
6
|
+
"signaturesHash": "441c7d303e162b19d247264a394aea2536c91dccc68ceba5e64d6fb650886c8c"
|
|
7
7
|
}
|