@almadar/std 16.165.0 → 16.167.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.
Files changed (141) hide show
  1. package/behaviors/lolo/infra/atoms/std-status-lifecycle.lolo +1 -1
  2. package/behaviors/lolo/ui/core/atoms/std-app-layout.lolo +2 -2
  3. package/behaviors/lolo/ui/core/atoms/std-modal.lolo +1 -1
  4. package/behaviors/lolo/ui/core/atoms/std-notification-panel.lolo +1 -1
  5. package/behaviors/lolo/ui/game/atoms/std-chase-ai.lolo +3 -3
  6. package/behaviors/lolo/ui/game/atoms/std-dungeon-combat.lolo +3 -3
  7. package/behaviors/lolo/ui/game/atoms/std-grid-tactics.lolo +3 -3
  8. package/behaviors/lolo/ui/game/atoms/std-hero-nav.lolo +3 -3
  9. package/behaviors/lolo/ui/game/molecules/std-arcade-board-3d.lolo +2 -2
  10. package/behaviors/lolo/ui/game/molecules/std-crew-board-2d.lolo +2 -2
  11. package/behaviors/lolo/ui/game/molecules/std-dungeon-board-2d.lolo +2 -2
  12. package/behaviors/lolo/ui/game/molecules/std-market-board-3d.lolo +2 -2
  13. package/behaviors/lolo/ui/game/molecules/std-objective-board-3d.lolo +2 -2
  14. package/behaviors/lolo/ui/game/molecules/std-survival-board-3d.lolo +2 -2
  15. package/behaviors/lolo/ui/game/molecules/std-tactics-board-2d.lolo +2 -2
  16. package/behaviors/lolo/ui/game/molecules/std-tactics-board-3d.lolo +2 -2
  17. package/behaviors/lolo/ui/game/molecules/std-worldmap-board-2d.lolo +2 -2
  18. package/behaviors/lolo/ui/game/organisms/ui-arena-board.lolo +2 -2
  19. package/behaviors/lolo/ui/learning/atoms/std-algo-astargraph.lolo +2 -2
  20. package/behaviors/lolo/ui/learning/atoms/std-algo-bfs.lolo +2 -2
  21. package/behaviors/lolo/ui/learning/atoms/std-algo-binarysearch.lolo +1 -1
  22. package/behaviors/lolo/ui/learning/atoms/std-algo-bubblesort.lolo +1 -1
  23. package/behaviors/lolo/ui/learning/atoms/std-algo-dfs.lolo +2 -2
  24. package/behaviors/lolo/ui/learning/atoms/std-algo-dijkstra.lolo +2 -2
  25. package/behaviors/lolo/ui/learning/atoms/std-algo-heapsort.lolo +1 -1
  26. package/behaviors/lolo/ui/learning/atoms/std-algo-insertionsort.lolo +1 -1
  27. package/behaviors/lolo/ui/learning/atoms/std-algo-mergesort.lolo +1 -1
  28. package/behaviors/lolo/ui/learning/atoms/std-algo-mst.lolo +2 -2
  29. package/behaviors/lolo/ui/learning/atoms/std-algo-quicksort.lolo +1 -1
  30. package/behaviors/lolo/ui/learning/atoms/std-algo-selectionsort.lolo +1 -1
  31. package/behaviors/lolo/ui/learning/atoms/std-algo-slidingwindow.lolo +1 -1
  32. package/behaviors/lolo/ui/learning/atoms/std-algo-toposort.lolo +2 -2
  33. package/behaviors/lolo/ui/learning/atoms/std-algo-twopointer.lolo +1 -1
  34. package/behaviors/lolo/ui/learning/atoms/std-bio-cell.lolo +2 -2
  35. package/behaviors/lolo/ui/learning/atoms/std-bio-foodweb.lolo +2 -2
  36. package/behaviors/lolo/ui/learning/atoms/std-bio-mitosis.lolo +1 -1
  37. package/behaviors/lolo/ui/learning/atoms/std-bio-population.lolo +2 -2
  38. package/behaviors/lolo/ui/learning/atoms/std-chem-osmosis.lolo +1 -1
  39. package/behaviors/lolo/ui/learning/atoms/std-math-linear.lolo +1 -1
  40. package/behaviors/lolo/ui/learning/atoms/std-math-numberline.lolo +1 -1
  41. package/behaviors/lolo/ui/learning/atoms/std-math-sequence.lolo +1 -1
  42. package/behaviors/lolo/ui/learning/atoms/std-math-sinewave.lolo +1 -1
  43. package/behaviors/lolo/ui/learning/atoms/std-math-unitcircle.lolo +1 -1
  44. package/behaviors/lolo/ui/learning/atoms/std-physics-circular.lolo +1 -1
  45. package/behaviors/lolo/ui/learning/atoms/std-physics-collision.lolo +1 -1
  46. package/behaviors/lolo/ui/learning/atoms/std-physics-freefall.lolo +1 -1
  47. package/behaviors/lolo/ui/learning/atoms/std-physics-friction.lolo +1 -1
  48. package/behaviors/lolo/ui/learning/atoms/std-physics-gas.lolo +1 -1
  49. package/behaviors/lolo/ui/learning/atoms/std-physics-incline.lolo +2 -2
  50. package/behaviors/lolo/ui/learning/atoms/std-physics-magnetic.lolo +1 -1
  51. package/behaviors/lolo/ui/learning/atoms/std-physics-orbit.lolo +1 -1
  52. package/behaviors/lolo/ui/learning/atoms/std-physics-pendulum.lolo +1 -1
  53. package/behaviors/lolo/ui/learning/atoms/std-physics-projectile.lolo +1 -1
  54. package/behaviors/lolo/ui/learning/atoms/std-physics-reflection.lolo +2 -2
  55. package/behaviors/lolo/ui/learning/atoms/std-physics-spring.lolo +1 -1
  56. package/behaviors/lolo/ui/learning/atoms/std-physics-wave.lolo +1 -1
  57. package/behaviors/lolo/ui/learning/atoms/std-prob-galton.lolo +2 -2
  58. package/behaviors/lolo/ui/learning/atoms/std-prob-montecarlo.lolo +1 -1
  59. package/behaviors/lolo/ui/learning/atoms/std-prob-walk.lolo +1 -1
  60. package/behaviors/lolo/ui/learning/organisms/learning-biology-lab.lolo +3 -3
  61. package/behaviors/lolo/ui/learning/organisms/learning-chemistry-lab.lolo +1 -1
  62. package/behaviors/lolo/ui/learning/organisms/learning-math-lab.lolo +2 -2
  63. package/behaviors/lolo/ui/learning/organisms/learning-physics-lab.lolo +2 -2
  64. package/behaviors/lolo/ui/learning/organisms/learning-probability-lab.lolo +2 -2
  65. package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +1 -1
  66. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +2 -2
  67. package/behaviors/registry/ui/core/atoms/std-modal.orb +1 -1
  68. package/behaviors/registry/ui/core/atoms/std-notification-panel.orb +1 -1
  69. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +3 -3
  70. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +3 -3
  71. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +3 -3
  72. package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +3 -3
  73. package/behaviors/registry/ui/game/molecules/std-arcade-board-3d.orb +6 -10
  74. package/behaviors/registry/ui/game/molecules/std-crew-board-2d.orb +5 -8
  75. package/behaviors/registry/ui/game/molecules/std-dungeon-board-2d.orb +7 -12
  76. package/behaviors/registry/ui/game/molecules/std-market-board-3d.orb +6 -10
  77. package/behaviors/registry/ui/game/molecules/std-objective-board-3d.orb +6 -10
  78. package/behaviors/registry/ui/game/molecules/std-survival-board-3d.orb +6 -10
  79. package/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +8 -14
  80. package/behaviors/registry/ui/game/molecules/std-tactics-board-3d.orb +6 -10
  81. package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +5 -8
  82. package/behaviors/registry/ui/game/organisms/ui-arena-board.orb +7 -12
  83. package/behaviors/registry/ui/learning/atoms/std-algo-astargraph.orb +2 -2
  84. package/behaviors/registry/ui/learning/atoms/std-algo-bfs.orb +2 -2
  85. package/behaviors/registry/ui/learning/atoms/std-algo-binarysearch.orb +1 -1
  86. package/behaviors/registry/ui/learning/atoms/std-algo-bubblesort.orb +1 -1
  87. package/behaviors/registry/ui/learning/atoms/std-algo-dfs.orb +2 -2
  88. package/behaviors/registry/ui/learning/atoms/std-algo-dijkstra.orb +2 -2
  89. package/behaviors/registry/ui/learning/atoms/std-algo-heapsort.orb +1 -1
  90. package/behaviors/registry/ui/learning/atoms/std-algo-insertionsort.orb +1 -1
  91. package/behaviors/registry/ui/learning/atoms/std-algo-mergesort.orb +1 -1
  92. package/behaviors/registry/ui/learning/atoms/std-algo-mst.orb +2 -2
  93. package/behaviors/registry/ui/learning/atoms/std-algo-quicksort.orb +1 -1
  94. package/behaviors/registry/ui/learning/atoms/std-algo-selectionsort.orb +1 -1
  95. package/behaviors/registry/ui/learning/atoms/std-algo-slidingwindow.orb +1 -1
  96. package/behaviors/registry/ui/learning/atoms/std-algo-toposort.orb +2 -2
  97. package/behaviors/registry/ui/learning/atoms/std-algo-twopointer.orb +1 -1
  98. package/behaviors/registry/ui/learning/atoms/std-bio-cell.orb +2 -2
  99. package/behaviors/registry/ui/learning/atoms/std-bio-foodweb.orb +2 -2
  100. package/behaviors/registry/ui/learning/atoms/std-bio-mitosis.orb +1 -1
  101. package/behaviors/registry/ui/learning/atoms/std-bio-population.orb +2 -2
  102. package/behaviors/registry/ui/learning/atoms/std-chem-osmosis.orb +1 -1
  103. package/behaviors/registry/ui/learning/atoms/std-math-linear.orb +1 -1
  104. package/behaviors/registry/ui/learning/atoms/std-math-numberline.orb +1 -1
  105. package/behaviors/registry/ui/learning/atoms/std-math-sequence.orb +1 -1
  106. package/behaviors/registry/ui/learning/atoms/std-math-sinewave.orb +1 -1
  107. package/behaviors/registry/ui/learning/atoms/std-math-unitcircle.orb +1 -1
  108. package/behaviors/registry/ui/learning/atoms/std-physics-circular.orb +1 -1
  109. package/behaviors/registry/ui/learning/atoms/std-physics-collision.orb +1 -1
  110. package/behaviors/registry/ui/learning/atoms/std-physics-freefall.orb +1 -1
  111. package/behaviors/registry/ui/learning/atoms/std-physics-friction.orb +1 -1
  112. package/behaviors/registry/ui/learning/atoms/std-physics-gas.orb +1 -1
  113. package/behaviors/registry/ui/learning/atoms/std-physics-incline.orb +2 -2
  114. package/behaviors/registry/ui/learning/atoms/std-physics-magnetic.orb +1 -1
  115. package/behaviors/registry/ui/learning/atoms/std-physics-orbit.orb +1 -1
  116. package/behaviors/registry/ui/learning/atoms/std-physics-pendulum.orb +1 -1
  117. package/behaviors/registry/ui/learning/atoms/std-physics-projectile.orb +1 -1
  118. package/behaviors/registry/ui/learning/atoms/std-physics-reflection.orb +2 -2
  119. package/behaviors/registry/ui/learning/atoms/std-physics-spring.orb +1 -1
  120. package/behaviors/registry/ui/learning/atoms/std-physics-wave.orb +1 -1
  121. package/behaviors/registry/ui/learning/atoms/std-prob-galton.orb +2 -2
  122. package/behaviors/registry/ui/learning/atoms/std-prob-montecarlo.orb +1 -1
  123. package/behaviors/registry/ui/learning/atoms/std-prob-walk.orb +1 -1
  124. package/behaviors/registry/ui/learning/organisms/learning-biology-lab.orb +3 -3
  125. package/behaviors/registry/ui/learning/organisms/learning-chemistry-lab.orb +1 -1
  126. package/behaviors/registry/ui/learning/organisms/learning-math-lab.orb +2 -2
  127. package/behaviors/registry/ui/learning/organisms/learning-physics-lab.orb +2 -2
  128. package/behaviors/registry/ui/learning/organisms/learning-probability-lab.orb +2 -2
  129. package/dist/behaviors/exports-reader.js +12 -12
  130. package/dist/behaviors/functions/index.d.ts +2 -2
  131. package/dist/behaviors/functions/index.js +12 -12
  132. package/dist/behaviors/index.js +12 -12
  133. package/dist/behaviors/query.js +12 -12
  134. package/dist/behaviors-embeddings.hash.json +3 -3
  135. package/dist/behaviors-embeddings.json +329 -329
  136. package/dist/behaviors-registry.json +213 -14
  137. package/dist/index.js +12 -12
  138. package/dist/knob-embeddings.hash.json +3 -3
  139. package/dist/knob-embeddings.json +1 -1
  140. package/dist/registry/factory-signatures.json +1 -1
  141. package/package.json +2 -2
@@ -26219,7 +26219,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
26219
26219
  "type": "object"
26220
26220
  },
26221
26221
  "label": "Edges",
26222
- "tier": "domain",
26222
+ "tier": "presentation",
26223
26223
  "type": "[BiologyLabEdge]"
26224
26224
  },
26225
26225
  "height": {
@@ -26327,7 +26327,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
26327
26327
  "type": "object"
26328
26328
  },
26329
26329
  "label": "Nodes",
26330
- "tier": "domain",
26330
+ "tier": "presentation",
26331
26331
  "type": "[BiologyLabNode]"
26332
26332
  },
26333
26333
  "shapes": {
@@ -26499,7 +26499,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
26499
26499
  "type": "object"
26500
26500
  },
26501
26501
  "label": "Shapes",
26502
- "tier": "domain",
26502
+ "tier": "presentation",
26503
26503
  "type": "[BiologyLabShape]"
26504
26504
  },
26505
26505
  "title": {
@@ -28303,7 +28303,7 @@ function stdLearningChemistryLabChemistryLabOrbital(params = {}) {
28303
28303
  "type": "object"
28304
28304
  },
28305
28305
  "label": "Shapes",
28306
- "tier": "domain",
28306
+ "tier": "presentation",
28307
28307
  "type": "[ChemistryLabShape]"
28308
28308
  },
28309
28309
  "title": {
@@ -31390,7 +31390,7 @@ function stdLearningMathLabMathLabOrbital(params = {}) {
31390
31390
  "type": "object"
31391
31391
  },
31392
31392
  "label": "Points",
31393
- "tier": "domain",
31393
+ "tier": "presentation",
31394
31394
  "type": "[MathLabPoint]"
31395
31395
  },
31396
31396
  "shapes": {
@@ -31562,7 +31562,7 @@ function stdLearningMathLabMathLabOrbital(params = {}) {
31562
31562
  "type": "object"
31563
31563
  },
31564
31564
  "label": "Shapes",
31565
- "tier": "domain",
31565
+ "tier": "presentation",
31566
31566
  "type": "[MathLabShape]"
31567
31567
  },
31568
31568
  "showAxes": {
@@ -35617,7 +35617,7 @@ function stdLearningPhysicsLabPhysicsLabOrbital(params = {}) {
35617
35617
  "type": "object"
35618
35618
  },
35619
35619
  "label": "Bodies",
35620
- "tier": "domain",
35620
+ "tier": "presentation",
35621
35621
  "type": "[PhysicsLabBody]"
35622
35622
  },
35623
35623
  "constraints": {
@@ -35872,7 +35872,7 @@ function stdLearningPhysicsLabPhysicsLabOrbital(params = {}) {
35872
35872
  "type": "object"
35873
35873
  },
35874
35874
  "label": "Shapes",
35875
- "tier": "domain",
35875
+ "tier": "presentation",
35876
35876
  "type": "[PhysicsLabShape]"
35877
35877
  },
35878
35878
  "showForces": {
@@ -37649,7 +37649,7 @@ function stdLearningProbabilityLabProbabilityLabOrbital(params = {}) {
37649
37649
  "type": "object"
37650
37650
  },
37651
37651
  "label": "Points",
37652
- "tier": "domain",
37652
+ "tier": "presentation",
37653
37653
  "type": "[ProbabilityLabPoint]"
37654
37654
  },
37655
37655
  "shapes": {
@@ -37821,7 +37821,7 @@ function stdLearningProbabilityLabProbabilityLabOrbital(params = {}) {
37821
37821
  "type": "object"
37822
37822
  },
37823
37823
  "label": "Shapes",
37824
- "tier": "domain",
37824
+ "tier": "presentation",
37825
37825
  "type": "[ProbabilityLabShape]"
37826
37826
  },
37827
37827
  "showAxes": {
@@ -44277,14 +44277,14 @@ function stdUiArenaBoardArenaBoardOrbital(params = {}) {
44277
44277
  "default": 8,
44278
44278
  "description": "Grid row count (matches TacticsAuthority.gridHeight).",
44279
44279
  "label": "Grid Height",
44280
- "tier": "domain",
44280
+ "tier": "presentation",
44281
44281
  "type": "number"
44282
44282
  },
44283
44283
  "gridWidth": {
44284
44284
  "default": 8,
44285
44285
  "description": "Grid column count (matches TacticsAuthority.gridWidth).",
44286
44286
  "label": "Grid Width",
44287
- "tier": "domain",
44287
+ "tier": "presentation",
44288
44288
  "type": "number"
44289
44289
  },
44290
44290
  "hudBackgroundAsset": {
@@ -26147,7 +26147,7 @@ function stdLearningBiologyLabBiologyLabOrbital(params = {}) {
26147
26147
  "type": "object"
26148
26148
  },
26149
26149
  "label": "Edges",
26150
- "tier": "domain",
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": "domain",
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": "domain",
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": "domain",
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": "domain",
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": "domain",
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": "domain",
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": "domain",
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": "domain",
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": "domain",
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": "domain",
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": "domain",
44215
+ "tier": "presentation",
44216
44216
  "type": "number"
44217
44217
  },
44218
44218
  "hudBackgroundAsset": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "16.165.0",
2
+ "version": "16.167.0",
3
3
  "model": "baai/bge-base-en-v1.5",
4
4
  "dimensions": 768,
5
- "registryHash": "01f586189b2fa2b0cd95ea7e21a138f7ac3d81e215df7aefa9aa7e0e0a689b0e",
6
- "signaturesHash": "344ba965ec29cacb3f0b8f3bde25cc4c0ceb9004436bc729af0c01b650a1d839"
5
+ "registryHash": "8384cce1bb88a46368426d3044d7f4ef1213bd4dbc9af216b150863dd647f0d8",
6
+ "signaturesHash": "5c8ef16947789924201e16867747b3ae93f6cc84cb449a6cda273afa084924fb"
7
7
  }