@almadar/std 5.0.0 → 5.2.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 (421) hide show
  1. package/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
  2. package/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
  3. package/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
  4. package/behaviors/exports/atoms/std-agent-completion.orb +8 -8
  5. package/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
  6. package/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
  7. package/behaviors/exports/atoms/std-agent-memory.orb +13 -127
  8. package/behaviors/exports/atoms/std-agent-provider.orb +8 -8
  9. package/behaviors/exports/atoms/std-agent-search.orb +6 -27
  10. package/behaviors/exports/atoms/std-agent-session.orb +11 -85
  11. package/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
  12. package/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
  13. package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
  14. package/behaviors/exports/atoms/std-async.orb +5 -8
  15. package/behaviors/exports/atoms/std-autoregressive.orb +4 -2
  16. package/behaviors/exports/atoms/std-browse.orb +5 -4
  17. package/behaviors/exports/atoms/std-cache-aside.orb +5 -8
  18. package/behaviors/exports/atoms/std-calendar.orb +5 -4
  19. package/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
  20. package/behaviors/exports/atoms/std-collision.orb +5 -4
  21. package/behaviors/exports/atoms/std-combat-log.orb +5 -4
  22. package/behaviors/exports/atoms/std-combat.orb +5 -4
  23. package/behaviors/exports/atoms/std-confirmation.orb +10 -4
  24. package/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
  25. package/behaviors/exports/atoms/std-display.orb +5 -4
  26. package/behaviors/exports/atoms/std-drawer.orb +5 -4
  27. package/behaviors/exports/atoms/std-filter.orb +5 -4
  28. package/behaviors/exports/atoms/std-flip-card.orb +5 -4
  29. package/behaviors/exports/atoms/std-gallery.orb +5 -4
  30. package/behaviors/exports/atoms/std-game-audio.orb +5 -4
  31. package/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
  32. package/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
  33. package/behaviors/exports/atoms/std-game-hud.orb +5 -4
  34. package/behaviors/exports/atoms/std-game-menu.orb +5 -4
  35. package/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
  36. package/behaviors/exports/atoms/std-gameflow.orb +5 -4
  37. package/behaviors/exports/atoms/std-input.orb +5 -4
  38. package/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
  39. package/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
  40. package/behaviors/exports/atoms/std-loading.orb +5 -4
  41. package/behaviors/exports/atoms/std-modal.orb +89 -4
  42. package/behaviors/exports/atoms/std-movement.orb +5 -4
  43. package/behaviors/exports/atoms/std-notification.orb +5 -4
  44. package/behaviors/exports/atoms/std-overworld.orb +5 -4
  45. package/behaviors/exports/atoms/std-pagination.orb +5 -4
  46. package/behaviors/exports/atoms/std-physics2d.orb +5 -4
  47. package/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
  48. package/behaviors/exports/atoms/std-quest.orb +5 -8
  49. package/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
  50. package/behaviors/exports/atoms/std-rating.orb +5 -4
  51. package/behaviors/exports/atoms/std-score-board.orb +5 -4
  52. package/behaviors/exports/atoms/std-score.orb +5 -4
  53. package/behaviors/exports/atoms/std-search.orb +5 -4
  54. package/behaviors/exports/atoms/std-selection.orb +5 -4
  55. package/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
  56. package/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
  57. package/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
  58. package/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
  59. package/behaviors/exports/atoms/std-service-email.orb +5 -4
  60. package/behaviors/exports/atoms/std-service-github.orb +5 -4
  61. package/behaviors/exports/atoms/std-service-llm.orb +5 -4
  62. package/behaviors/exports/atoms/std-service-oauth.orb +5 -4
  63. package/behaviors/exports/atoms/std-service-redis.orb +5 -4
  64. package/behaviors/exports/atoms/std-service-storage.orb +5 -4
  65. package/behaviors/exports/atoms/std-service-stripe.orb +5 -4
  66. package/behaviors/exports/atoms/std-service-twilio.orb +5 -4
  67. package/behaviors/exports/atoms/std-service-youtube.orb +5 -4
  68. package/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
  69. package/behaviors/exports/atoms/std-sort.orb +5 -4
  70. package/behaviors/exports/atoms/std-sprite.orb +5 -4
  71. package/behaviors/exports/atoms/std-tabs.orb +5 -4
  72. package/behaviors/exports/atoms/std-text-effects.orb +5 -4
  73. package/behaviors/exports/atoms/std-theme.orb +5 -4
  74. package/behaviors/exports/atoms/std-timer.orb +5 -4
  75. package/behaviors/exports/atoms/std-undo.orb +5 -4
  76. package/behaviors/exports/atoms/std-upload.orb +5 -4
  77. package/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
  78. package/behaviors/exports/atoms/std-wizard.orb +5 -4
  79. package/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
  80. package/behaviors/exports/molecules/std-agent-learner.orb +608 -938
  81. package/behaviors/exports/molecules/std-agent-planner.orb +613 -961
  82. package/behaviors/exports/molecules/std-agent-rag.orb +586 -915
  83. package/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
  84. package/behaviors/exports/molecules/std-builder-game.orb +5 -4
  85. package/behaviors/exports/molecules/std-cart.orb +196 -307
  86. package/behaviors/exports/molecules/std-classifier-game.orb +5 -4
  87. package/behaviors/exports/molecules/std-debugger-game.orb +5 -4
  88. package/behaviors/exports/molecules/std-detail.orb +309 -467
  89. package/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
  90. package/behaviors/exports/molecules/std-form-advanced.orb +5 -8
  91. package/behaviors/exports/molecules/std-geospatial.orb +363 -539
  92. package/behaviors/exports/molecules/std-inventory.orb +390 -720
  93. package/behaviors/exports/molecules/std-list.orb +526 -1156
  94. package/behaviors/exports/molecules/std-messaging.orb +295 -452
  95. package/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
  96. package/behaviors/exports/molecules/std-platformer-game.orb +5 -4
  97. package/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
  98. package/behaviors/exports/molecules/std-quiz.orb +5 -4
  99. package/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
  100. package/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
  101. package/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
  102. package/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
  103. package/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
  104. package/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
  105. package/behaviors/exports/molecules/std-simulator-game.orb +5 -4
  106. package/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
  107. package/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
  108. package/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
  109. package/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
  110. package/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
  111. package/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
  112. package/behaviors/exports/organisms/std-api-gateway.orb +284 -626
  113. package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  114. package/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
  115. package/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
  116. package/behaviors/exports/organisms/std-cms.orb +1274 -1972
  117. package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  118. package/behaviors/exports/organisms/std-crm.orb +999 -1775
  119. package/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
  120. package/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
  121. package/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
  122. package/behaviors/exports/organisms/std-healthcare.orb +984 -1838
  123. package/behaviors/exports/organisms/std-helpdesk.orb +340 -744
  124. package/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
  125. package/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
  126. package/behaviors/exports/organisms/std-lms.orb +284 -632
  127. package/behaviors/exports/organisms/std-logic-training.orb +4 -4
  128. package/behaviors/exports/organisms/std-platformer-app.orb +15 -98
  129. package/behaviors/exports/organisms/std-project-manager.orb +970 -1774
  130. package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  131. package/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
  132. package/behaviors/exports/organisms/std-rpg-game.orb +15 -102
  133. package/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
  134. package/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
  135. package/behaviors/exports/organisms/std-social-feed.orb +62 -66
  136. package/behaviors/exports/organisms/std-stem-lab.orb +4 -4
  137. package/behaviors/exports/organisms/std-strategy-game.orb +4 -4
  138. package/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
  139. package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
  140. package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
  141. package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
  142. package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -8
  143. package/dist/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
  144. package/dist/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
  145. package/dist/behaviors/exports/atoms/std-agent-memory.orb +13 -127
  146. package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -8
  147. package/dist/behaviors/exports/atoms/std-agent-search.orb +6 -27
  148. package/dist/behaviors/exports/atoms/std-agent-session.orb +11 -85
  149. package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
  150. package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
  151. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
  152. package/dist/behaviors/exports/atoms/std-async.orb +5 -8
  153. package/dist/behaviors/exports/atoms/std-autoregressive.orb +4 -2
  154. package/dist/behaviors/exports/atoms/std-browse.orb +5 -4
  155. package/dist/behaviors/exports/atoms/std-cache-aside.orb +5 -8
  156. package/dist/behaviors/exports/atoms/std-calendar.orb +5 -4
  157. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
  158. package/dist/behaviors/exports/atoms/std-collision.orb +5 -4
  159. package/dist/behaviors/exports/atoms/std-combat-log.orb +5 -4
  160. package/dist/behaviors/exports/atoms/std-combat.orb +5 -4
  161. package/dist/behaviors/exports/atoms/std-confirmation.orb +10 -4
  162. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
  163. package/dist/behaviors/exports/atoms/std-display.orb +5 -4
  164. package/dist/behaviors/exports/atoms/std-drawer.orb +5 -4
  165. package/dist/behaviors/exports/atoms/std-filter.orb +5 -4
  166. package/dist/behaviors/exports/atoms/std-flip-card.orb +5 -4
  167. package/dist/behaviors/exports/atoms/std-gallery.orb +5 -4
  168. package/dist/behaviors/exports/atoms/std-game-audio.orb +5 -4
  169. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
  170. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
  171. package/dist/behaviors/exports/atoms/std-game-hud.orb +5 -4
  172. package/dist/behaviors/exports/atoms/std-game-menu.orb +5 -4
  173. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
  174. package/dist/behaviors/exports/atoms/std-gameflow.orb +5 -4
  175. package/dist/behaviors/exports/atoms/std-input.orb +5 -4
  176. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
  177. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
  178. package/dist/behaviors/exports/atoms/std-loading.orb +5 -4
  179. package/dist/behaviors/exports/atoms/std-modal.orb +89 -4
  180. package/dist/behaviors/exports/atoms/std-movement.orb +5 -4
  181. package/dist/behaviors/exports/atoms/std-notification.orb +5 -4
  182. package/dist/behaviors/exports/atoms/std-overworld.orb +5 -4
  183. package/dist/behaviors/exports/atoms/std-pagination.orb +5 -4
  184. package/dist/behaviors/exports/atoms/std-physics2d.orb +5 -4
  185. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
  186. package/dist/behaviors/exports/atoms/std-quest.orb +5 -8
  187. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
  188. package/dist/behaviors/exports/atoms/std-rating.orb +5 -4
  189. package/dist/behaviors/exports/atoms/std-score-board.orb +5 -4
  190. package/dist/behaviors/exports/atoms/std-score.orb +5 -4
  191. package/dist/behaviors/exports/atoms/std-search.orb +5 -4
  192. package/dist/behaviors/exports/atoms/std-selection.orb +5 -4
  193. package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
  194. package/dist/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
  195. package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
  196. package/dist/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
  197. package/dist/behaviors/exports/atoms/std-service-email.orb +5 -4
  198. package/dist/behaviors/exports/atoms/std-service-github.orb +5 -4
  199. package/dist/behaviors/exports/atoms/std-service-llm.orb +5 -4
  200. package/dist/behaviors/exports/atoms/std-service-oauth.orb +5 -4
  201. package/dist/behaviors/exports/atoms/std-service-redis.orb +5 -4
  202. package/dist/behaviors/exports/atoms/std-service-storage.orb +5 -4
  203. package/dist/behaviors/exports/atoms/std-service-stripe.orb +5 -4
  204. package/dist/behaviors/exports/atoms/std-service-twilio.orb +5 -4
  205. package/dist/behaviors/exports/atoms/std-service-youtube.orb +5 -4
  206. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
  207. package/dist/behaviors/exports/atoms/std-sort.orb +5 -4
  208. package/dist/behaviors/exports/atoms/std-sprite.orb +5 -4
  209. package/dist/behaviors/exports/atoms/std-tabs.orb +5 -4
  210. package/dist/behaviors/exports/atoms/std-text-effects.orb +5 -4
  211. package/dist/behaviors/exports/atoms/std-theme.orb +5 -4
  212. package/dist/behaviors/exports/atoms/std-timer.orb +5 -4
  213. package/dist/behaviors/exports/atoms/std-undo.orb +5 -4
  214. package/dist/behaviors/exports/atoms/std-upload.orb +5 -4
  215. package/dist/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
  216. package/dist/behaviors/exports/atoms/std-wizard.orb +5 -4
  217. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
  218. package/dist/behaviors/exports/molecules/std-agent-learner.orb +608 -938
  219. package/dist/behaviors/exports/molecules/std-agent-planner.orb +613 -961
  220. package/dist/behaviors/exports/molecules/std-agent-rag.orb +586 -915
  221. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
  222. package/dist/behaviors/exports/molecules/std-builder-game.orb +5 -4
  223. package/dist/behaviors/exports/molecules/std-cart.orb +196 -307
  224. package/dist/behaviors/exports/molecules/std-classifier-game.orb +5 -4
  225. package/dist/behaviors/exports/molecules/std-debugger-game.orb +5 -4
  226. package/dist/behaviors/exports/molecules/std-detail.orb +309 -467
  227. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
  228. package/dist/behaviors/exports/molecules/std-form-advanced.orb +5 -8
  229. package/dist/behaviors/exports/molecules/std-geospatial.orb +363 -539
  230. package/dist/behaviors/exports/molecules/std-inventory.orb +390 -720
  231. package/dist/behaviors/exports/molecules/std-list.orb +526 -1156
  232. package/dist/behaviors/exports/molecules/std-messaging.orb +295 -452
  233. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
  234. package/dist/behaviors/exports/molecules/std-platformer-game.orb +5 -4
  235. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
  236. package/dist/behaviors/exports/molecules/std-quiz.orb +5 -4
  237. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
  238. package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
  239. package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
  240. package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
  241. package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
  242. package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
  243. package/dist/behaviors/exports/molecules/std-simulator-game.orb +5 -4
  244. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
  245. package/dist/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
  246. package/dist/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
  247. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
  248. package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
  249. package/dist/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
  250. package/dist/behaviors/exports/organisms/std-api-gateway.orb +284 -626
  251. package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
  252. package/dist/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
  253. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
  254. package/dist/behaviors/exports/organisms/std-cms.orb +1274 -1972
  255. package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
  256. package/dist/behaviors/exports/organisms/std-crm.orb +999 -1775
  257. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
  258. package/dist/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
  259. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
  260. package/dist/behaviors/exports/organisms/std-healthcare.orb +984 -1838
  261. package/dist/behaviors/exports/organisms/std-helpdesk.orb +340 -744
  262. package/dist/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
  263. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
  264. package/dist/behaviors/exports/organisms/std-lms.orb +284 -632
  265. package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
  266. package/dist/behaviors/exports/organisms/std-platformer-app.orb +15 -98
  267. package/dist/behaviors/exports/organisms/std-project-manager.orb +970 -1774
  268. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
  269. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
  270. package/dist/behaviors/exports/organisms/std-rpg-game.orb +15 -102
  271. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
  272. package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
  273. package/dist/behaviors/exports/organisms/std-social-feed.orb +62 -66
  274. package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
  275. package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
  276. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
  277. package/dist/behaviors/exports-reader.js.map +1 -1
  278. package/dist/behaviors/functions/index.d.ts +2192 -0
  279. package/dist/behaviors/functions/index.js.map +1 -1
  280. package/dist/behaviors/index.js.map +1 -1
  281. package/dist/behaviors/query.js.map +1 -1
  282. package/dist/exports/atoms/std-agent-activity-log.orb +5 -45
  283. package/dist/exports/atoms/std-agent-chat-thread.orb +5 -55
  284. package/dist/exports/atoms/std-agent-classifier.orb +8 -8
  285. package/dist/exports/atoms/std-agent-completion.orb +8 -8
  286. package/dist/exports/atoms/std-agent-context-window.orb +5 -4
  287. package/dist/exports/atoms/std-agent-conversation.orb +5 -71
  288. package/dist/exports/atoms/std-agent-memory.orb +13 -127
  289. package/dist/exports/atoms/std-agent-provider.orb +8 -8
  290. package/dist/exports/atoms/std-agent-search.orb +6 -27
  291. package/dist/exports/atoms/std-agent-session.orb +11 -85
  292. package/dist/exports/atoms/std-agent-step-progress.orb +5 -4
  293. package/dist/exports/atoms/std-agent-token-gauge.orb +5 -4
  294. package/dist/exports/atoms/std-agent-tool-call.orb +8 -8
  295. package/dist/exports/atoms/std-async.orb +5 -8
  296. package/dist/exports/atoms/std-autoregressive.orb +4 -2
  297. package/dist/exports/atoms/std-browse.orb +5 -4
  298. package/dist/exports/atoms/std-cache-aside.orb +5 -8
  299. package/dist/exports/atoms/std-calendar.orb +5 -4
  300. package/dist/exports/atoms/std-circuit-breaker.orb +5 -4
  301. package/dist/exports/atoms/std-collision.orb +5 -4
  302. package/dist/exports/atoms/std-combat-log.orb +5 -4
  303. package/dist/exports/atoms/std-combat.orb +5 -4
  304. package/dist/exports/atoms/std-confirmation.orb +10 -4
  305. package/dist/exports/atoms/std-dialogue-box.orb +5 -4
  306. package/dist/exports/atoms/std-display.orb +5 -4
  307. package/dist/exports/atoms/std-drawer.orb +5 -4
  308. package/dist/exports/atoms/std-filter.orb +5 -4
  309. package/dist/exports/atoms/std-flip-card.orb +5 -4
  310. package/dist/exports/atoms/std-gallery.orb +5 -4
  311. package/dist/exports/atoms/std-game-audio.orb +5 -4
  312. package/dist/exports/atoms/std-game-canvas2d.orb +4 -2
  313. package/dist/exports/atoms/std-game-canvas3d.orb +4 -2
  314. package/dist/exports/atoms/std-game-hud.orb +5 -4
  315. package/dist/exports/atoms/std-game-menu.orb +5 -4
  316. package/dist/exports/atoms/std-game-over-screen.orb +5 -4
  317. package/dist/exports/atoms/std-gameflow.orb +5 -4
  318. package/dist/exports/atoms/std-input.orb +5 -4
  319. package/dist/exports/atoms/std-inventory-panel.orb +5 -8
  320. package/dist/exports/atoms/std-isometric-canvas.orb +5 -4
  321. package/dist/exports/atoms/std-loading.orb +5 -4
  322. package/dist/exports/atoms/std-modal.orb +89 -4
  323. package/dist/exports/atoms/std-movement.orb +5 -4
  324. package/dist/exports/atoms/std-notification.orb +5 -4
  325. package/dist/exports/atoms/std-overworld.orb +5 -4
  326. package/dist/exports/atoms/std-pagination.orb +5 -4
  327. package/dist/exports/atoms/std-physics2d.orb +5 -4
  328. package/dist/exports/atoms/std-platformer-canvas.orb +5 -4
  329. package/dist/exports/atoms/std-quest.orb +5 -8
  330. package/dist/exports/atoms/std-rate-limiter.orb +5 -4
  331. package/dist/exports/atoms/std-rating.orb +5 -4
  332. package/dist/exports/atoms/std-score-board.orb +5 -4
  333. package/dist/exports/atoms/std-score.orb +5 -4
  334. package/dist/exports/atoms/std-search.orb +5 -4
  335. package/dist/exports/atoms/std-selection.orb +5 -4
  336. package/dist/exports/atoms/std-service-custom-bearer.orb +5 -15
  337. package/dist/exports/atoms/std-service-custom-header.orb +5 -17
  338. package/dist/exports/atoms/std-service-custom-noauth.orb +5 -11
  339. package/dist/exports/atoms/std-service-custom-query.orb +5 -17
  340. package/dist/exports/atoms/std-service-email.orb +5 -4
  341. package/dist/exports/atoms/std-service-github.orb +5 -4
  342. package/dist/exports/atoms/std-service-llm.orb +5 -4
  343. package/dist/exports/atoms/std-service-oauth.orb +5 -4
  344. package/dist/exports/atoms/std-service-redis.orb +5 -4
  345. package/dist/exports/atoms/std-service-storage.orb +5 -4
  346. package/dist/exports/atoms/std-service-stripe.orb +5 -4
  347. package/dist/exports/atoms/std-service-twilio.orb +5 -4
  348. package/dist/exports/atoms/std-service-youtube.orb +5 -4
  349. package/dist/exports/atoms/std-simulation-canvas.orb +5 -4
  350. package/dist/exports/atoms/std-sort.orb +5 -4
  351. package/dist/exports/atoms/std-sprite.orb +5 -4
  352. package/dist/exports/atoms/std-tabs.orb +5 -4
  353. package/dist/exports/atoms/std-text-effects.orb +5 -4
  354. package/dist/exports/atoms/std-theme.orb +5 -4
  355. package/dist/exports/atoms/std-timer.orb +5 -4
  356. package/dist/exports/atoms/std-undo.orb +5 -4
  357. package/dist/exports/atoms/std-upload.orb +5 -4
  358. package/dist/exports/atoms/std-validate-on-save.orb +5 -32
  359. package/dist/exports/atoms/std-wizard.orb +5 -4
  360. package/dist/exports/molecules/std-agent-fix-loop.orb +1141 -1709
  361. package/dist/exports/molecules/std-agent-learner.orb +608 -938
  362. package/dist/exports/molecules/std-agent-planner.orb +613 -961
  363. package/dist/exports/molecules/std-agent-rag.orb +586 -915
  364. package/dist/exports/molecules/std-agent-tool-loop.orb +915 -2846
  365. package/dist/exports/molecules/std-builder-game.orb +5 -4
  366. package/dist/exports/molecules/std-cart.orb +196 -307
  367. package/dist/exports/molecules/std-classifier-game.orb +5 -4
  368. package/dist/exports/molecules/std-debugger-game.orb +5 -4
  369. package/dist/exports/molecules/std-detail.orb +309 -467
  370. package/dist/exports/molecules/std-event-handler-game.orb +5 -4
  371. package/dist/exports/molecules/std-form-advanced.orb +5 -8
  372. package/dist/exports/molecules/std-geospatial.orb +363 -539
  373. package/dist/exports/molecules/std-inventory.orb +390 -720
  374. package/dist/exports/molecules/std-list.orb +526 -1156
  375. package/dist/exports/molecules/std-messaging.orb +295 -452
  376. package/dist/exports/molecules/std-negotiator-game.orb +5 -4
  377. package/dist/exports/molecules/std-platformer-game.orb +5 -4
  378. package/dist/exports/molecules/std-puzzle-game.orb +5 -4
  379. package/dist/exports/molecules/std-quiz.orb +5 -4
  380. package/dist/exports/molecules/std-sequencer-game.orb +5 -4
  381. package/dist/exports/molecules/std-service-content-pipeline.orb +5 -4
  382. package/dist/exports/molecules/std-service-custom-api-tester.orb +5 -42
  383. package/dist/exports/molecules/std-service-devops-toolkit.orb +5 -4
  384. package/dist/exports/molecules/std-service-notification-hub.orb +5 -4
  385. package/dist/exports/molecules/std-service-payment-flow.orb +5 -4
  386. package/dist/exports/molecules/std-simulator-game.orb +5 -4
  387. package/dist/exports/molecules/std-turn-based-battle.orb +5 -4
  388. package/dist/exports/organisms/std-agent-assistant.orb +15 -143
  389. package/dist/exports/organisms/std-agent-builder.orb +814 -1476
  390. package/dist/exports/organisms/std-agent-pipeline.orb +785 -1567
  391. package/dist/exports/organisms/std-agent-reviewer.orb +299 -502
  392. package/dist/exports/organisms/std-agent-tutor.orb +306 -493
  393. package/dist/exports/organisms/std-api-gateway.orb +284 -626
  394. package/dist/exports/organisms/std-arcade-game.orb +4 -4
  395. package/dist/exports/organisms/std-booking-system.orb +1422 -2160
  396. package/dist/exports/organisms/std-cicd-pipeline.orb +274 -617
  397. package/dist/exports/organisms/std-cms.orb +1274 -1972
  398. package/dist/exports/organisms/std-coding-academy.orb +4 -4
  399. package/dist/exports/organisms/std-crm.orb +999 -1775
  400. package/dist/exports/organisms/std-devops-dashboard.orb +284 -638
  401. package/dist/exports/organisms/std-ecommerce.orb +1653 -2398
  402. package/dist/exports/organisms/std-finance-tracker.orb +340 -684
  403. package/dist/exports/organisms/std-healthcare.orb +984 -1838
  404. package/dist/exports/organisms/std-helpdesk.orb +340 -744
  405. package/dist/exports/organisms/std-hr-portal.orb +1401 -2151
  406. package/dist/exports/organisms/std-iot-dashboard.orb +284 -626
  407. package/dist/exports/organisms/std-lms.orb +284 -632
  408. package/dist/exports/organisms/std-logic-training.orb +4 -4
  409. package/dist/exports/organisms/std-platformer-app.orb +15 -98
  410. package/dist/exports/organisms/std-project-manager.orb +970 -1774
  411. package/dist/exports/organisms/std-puzzle-app.orb +4 -4
  412. package/dist/exports/organisms/std-realtime-chat.orb +364 -714
  413. package/dist/exports/organisms/std-rpg-game.orb +15 -102
  414. package/dist/exports/organisms/std-service-marketplace.orb +1589 -2361
  415. package/dist/exports/organisms/std-service-research-assistant.orb +4 -15
  416. package/dist/exports/organisms/std-social-feed.orb +62 -66
  417. package/dist/exports/organisms/std-stem-lab.orb +4 -4
  418. package/dist/exports/organisms/std-strategy-game.orb +4 -4
  419. package/dist/exports/organisms/std-trading-dashboard.orb +274 -620
  420. package/dist/index.js.map +1 -1
  421. package/package.json +2 -2
@@ -11,6 +11,22 @@ export { compose, connect, ensureIdField, extractTrait, makeEntity, makeOrbital,
11
11
  * @level atom
12
12
  * @family browse
13
13
  * @packageDocumentation
14
+ *
15
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
16
+ * (2026-04-08). The canonical source for std behaviors is now the registry
17
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
18
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
19
+ * and consumed by the compiler's embedded loader.
20
+ *
21
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
22
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
23
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
24
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
25
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
26
+ * stable public API and may change without notice.
27
+ *
28
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
29
+ * `docs/LOLO_Gaps.md` for the migration plan.
14
30
  */
15
31
 
16
32
  interface StdBrowseParams {
@@ -82,6 +98,22 @@ declare function stdBrowse(params: StdBrowseParams): OrbitalDefinition;
82
98
  * @level atom
83
99
  * @family modal
84
100
  * @packageDocumentation
101
+ *
102
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
103
+ * (2026-04-08). The canonical source for std behaviors is now the registry
104
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
105
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
106
+ * and consumed by the compiler's embedded loader.
107
+ *
108
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
109
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
110
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
111
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
112
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
113
+ * stable public API and may change without notice.
114
+ *
115
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
116
+ * `docs/LOLO_Gaps.md` for the migration plan.
85
117
  */
86
118
 
87
119
  interface StdModalParams {
@@ -132,6 +164,22 @@ declare function stdModal(params: StdModalParams): OrbitalDefinition;
132
164
  * @level atom
133
165
  * @family confirmation
134
166
  * @packageDocumentation
167
+ *
168
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
169
+ * (2026-04-08). The canonical source for std behaviors is now the registry
170
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
171
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
172
+ * and consumed by the compiler's embedded loader.
173
+ *
174
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
175
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
176
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
177
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
178
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
179
+ * stable public API and may change without notice.
180
+ *
181
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
182
+ * `docs/LOLO_Gaps.md` for the migration plan.
135
183
  */
136
184
 
137
185
  interface StdConfirmationParams {
@@ -173,6 +221,22 @@ declare function stdConfirmation(params: StdConfirmationParams): OrbitalDefiniti
173
221
  * @level atom
174
222
  * @family search
175
223
  * @packageDocumentation
224
+ *
225
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
226
+ * (2026-04-08). The canonical source for std behaviors is now the registry
227
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
228
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
229
+ * and consumed by the compiler's embedded loader.
230
+ *
231
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
232
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
233
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
234
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
235
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
236
+ * stable public API and may change without notice.
237
+ *
238
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
239
+ * `docs/LOLO_Gaps.md` for the migration plan.
176
240
  */
177
241
 
178
242
  interface StdSearchParams {
@@ -207,6 +271,22 @@ declare function stdSearch(params: StdSearchParams): OrbitalDefinition;
207
271
  * @level atom
208
272
  * @family filter
209
273
  * @packageDocumentation
274
+ *
275
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
276
+ * (2026-04-08). The canonical source for std behaviors is now the registry
277
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
278
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
279
+ * and consumed by the compiler's embedded loader.
280
+ *
281
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
282
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
283
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
284
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
285
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
286
+ * stable public API and may change without notice.
287
+ *
288
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
289
+ * `docs/LOLO_Gaps.md` for the migration plan.
210
290
  */
211
291
 
212
292
  interface StdFilterParams {
@@ -235,6 +315,22 @@ declare function stdFilter(params: StdFilterParams): OrbitalDefinition;
235
315
  * @level atom
236
316
  * @family sort
237
317
  * @packageDocumentation
318
+ *
319
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
320
+ * (2026-04-08). The canonical source for std behaviors is now the registry
321
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
322
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
323
+ * and consumed by the compiler's embedded loader.
324
+ *
325
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
326
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
327
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
328
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
329
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
330
+ * stable public API and may change without notice.
331
+ *
332
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
333
+ * `docs/LOLO_Gaps.md` for the migration plan.
238
334
  */
239
335
 
240
336
  interface StdSortParams {
@@ -264,6 +360,22 @@ declare function stdSort(params: StdSortParams): OrbitalDefinition;
264
360
  * @level atom
265
361
  * @family pagination
266
362
  * @packageDocumentation
363
+ *
364
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
365
+ * (2026-04-08). The canonical source for std behaviors is now the registry
366
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
367
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
368
+ * and consumed by the compiler's embedded loader.
369
+ *
370
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
371
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
372
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
373
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
374
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
375
+ * stable public API and may change without notice.
376
+ *
377
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
378
+ * `docs/LOLO_Gaps.md` for the migration plan.
267
379
  */
268
380
 
269
381
  interface StdPaginationParams {
@@ -300,6 +412,22 @@ declare function stdPagination(params: StdPaginationParams): OrbitalDefinition;
300
412
  * @level atom
301
413
  * @family drawer
302
414
  * @packageDocumentation
415
+ *
416
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
417
+ * (2026-04-08). The canonical source for std behaviors is now the registry
418
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
419
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
420
+ * and consumed by the compiler's embedded loader.
421
+ *
422
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
423
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
424
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
425
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
426
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
427
+ * stable public API and may change without notice.
428
+ *
429
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
430
+ * `docs/LOLO_Gaps.md` for the migration plan.
303
431
  */
304
432
 
305
433
  interface StdDrawerParams {
@@ -337,6 +465,22 @@ declare function stdDrawer(params: StdDrawerParams): OrbitalDefinition;
337
465
  * @level atom
338
466
  * @family notification
339
467
  * @packageDocumentation
468
+ *
469
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
470
+ * (2026-04-08). The canonical source for std behaviors is now the registry
471
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
472
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
473
+ * and consumed by the compiler's embedded loader.
474
+ *
475
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
476
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
477
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
478
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
479
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
480
+ * stable public API and may change without notice.
481
+ *
482
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
483
+ * `docs/LOLO_Gaps.md` for the migration plan.
340
484
  */
341
485
 
342
486
  interface StdNotificationParams {
@@ -374,6 +518,22 @@ declare function stdNotification(params: StdNotificationParams): OrbitalDefiniti
374
518
  * @level atom
375
519
  * @family timer
376
520
  * @packageDocumentation
521
+ *
522
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
523
+ * (2026-04-08). The canonical source for std behaviors is now the registry
524
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
525
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
526
+ * and consumed by the compiler's embedded loader.
527
+ *
528
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
529
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
530
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
531
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
532
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
533
+ * stable public API and may change without notice.
534
+ *
535
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
536
+ * `docs/LOLO_Gaps.md` for the migration plan.
377
537
  */
378
538
 
379
539
  interface StdTimerParams {
@@ -410,6 +570,22 @@ declare function stdTimer(params: StdTimerParams): OrbitalDefinition;
410
570
  * @level atom
411
571
  * @family tabs
412
572
  * @packageDocumentation
573
+ *
574
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
575
+ * (2026-04-08). The canonical source for std behaviors is now the registry
576
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
577
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
578
+ * and consumed by the compiler's embedded loader.
579
+ *
580
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
581
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
582
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
583
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
584
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
585
+ * stable public API and may change without notice.
586
+ *
587
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
588
+ * `docs/LOLO_Gaps.md` for the migration plan.
413
589
  */
414
590
 
415
591
  interface StdTabsParams {
@@ -442,6 +618,22 @@ declare function stdTabs(params: StdTabsParams): OrbitalDefinition;
442
618
  * @level atom
443
619
  * @family loading
444
620
  * @packageDocumentation
621
+ *
622
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
623
+ * (2026-04-08). The canonical source for std behaviors is now the registry
624
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
625
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
626
+ * and consumed by the compiler's embedded loader.
627
+ *
628
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
629
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
630
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
631
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
632
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
633
+ * stable public API and may change without notice.
634
+ *
635
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
636
+ * `docs/LOLO_Gaps.md` for the migration plan.
445
637
  */
446
638
 
447
639
  interface StdLoadingParams {
@@ -479,6 +671,22 @@ declare function stdLoading(params: StdLoadingParams): OrbitalDefinition;
479
671
  * @level atom
480
672
  * @family selection
481
673
  * @packageDocumentation
674
+ *
675
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
676
+ * (2026-04-08). The canonical source for std behaviors is now the registry
677
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
678
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
679
+ * and consumed by the compiler's embedded loader.
680
+ *
681
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
682
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
683
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
684
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
685
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
686
+ * stable public API and may change without notice.
687
+ *
688
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
689
+ * `docs/LOLO_Gaps.md` for the migration plan.
482
690
  */
483
691
 
484
692
  interface StdSelectionParams {
@@ -518,6 +726,22 @@ declare function stdSelection(params: StdSelectionParams): OrbitalDefinition;
518
726
  * @level atom
519
727
  * @family undo
520
728
  * @packageDocumentation
729
+ *
730
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
731
+ * (2026-04-08). The canonical source for std behaviors is now the registry
732
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
733
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
734
+ * and consumed by the compiler's embedded loader.
735
+ *
736
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
737
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
738
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
739
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
740
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
741
+ * stable public API and may change without notice.
742
+ *
743
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
744
+ * `docs/LOLO_Gaps.md` for the migration plan.
521
745
  */
522
746
 
523
747
  interface StdUndoParams {
@@ -563,6 +787,22 @@ declare function stdUndo(params: StdUndoParams): OrbitalDefinition;
563
787
  * @level atom
564
788
  * @family input
565
789
  * @packageDocumentation
790
+ *
791
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
792
+ * (2026-04-08). The canonical source for std behaviors is now the registry
793
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
794
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
795
+ * and consumed by the compiler's embedded loader.
796
+ *
797
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
798
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
799
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
800
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
801
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
802
+ * stable public API and may change without notice.
803
+ *
804
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
805
+ * `docs/LOLO_Gaps.md` for the migration plan.
566
806
  */
567
807
 
568
808
  interface StdInputParams {
@@ -601,6 +841,22 @@ declare function stdInput(params: StdInputParams): OrbitalDefinition;
601
841
  * @level molecule
602
842
  * @family workflow
603
843
  * @packageDocumentation
844
+ *
845
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
846
+ * (2026-04-08). The canonical source for std behaviors is now the registry
847
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
848
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
849
+ * and consumed by the compiler's embedded loader.
850
+ *
851
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
852
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
853
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
854
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
855
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
856
+ * stable public API and may change without notice.
857
+ *
858
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
859
+ * `docs/LOLO_Gaps.md` for the migration plan.
604
860
  */
605
861
 
606
862
  interface StdWizardParams {
@@ -649,6 +905,22 @@ declare function stdWizard(params: StdWizardParams): OrbitalDefinition;
649
905
  * @level molecule
650
906
  * @family display
651
907
  * @packageDocumentation
908
+ *
909
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
910
+ * (2026-04-08). The canonical source for std behaviors is now the registry
911
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
912
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
913
+ * and consumed by the compiler's embedded loader.
914
+ *
915
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
916
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
917
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
918
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
919
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
920
+ * stable public API and may change without notice.
921
+ *
922
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
923
+ * `docs/LOLO_Gaps.md` for the migration plan.
652
924
  */
653
925
 
654
926
  interface StdDisplayParams {
@@ -688,6 +960,22 @@ declare function stdDisplay(params: StdDisplayParams): OrbitalDefinition;
688
960
  * @level molecule
689
961
  * @family async
690
962
  * @packageDocumentation
963
+ *
964
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
965
+ * (2026-04-08). The canonical source for std behaviors is now the registry
966
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
967
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
968
+ * and consumed by the compiler's embedded loader.
969
+ *
970
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
971
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
972
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
973
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
974
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
975
+ * stable public API and may change without notice.
976
+ *
977
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
978
+ * `docs/LOLO_Gaps.md` for the migration plan.
691
979
  */
692
980
 
693
981
  interface StdAsyncParams {
@@ -718,6 +1006,22 @@ declare function stdAsync(params: StdAsyncParams): OrbitalDefinition;
718
1006
  * @level molecule
719
1007
  * @family game
720
1008
  * @packageDocumentation
1009
+ *
1010
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1011
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1012
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1013
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1014
+ * and consumed by the compiler's embedded loader.
1015
+ *
1016
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1017
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1018
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1019
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1020
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1021
+ * stable public API and may change without notice.
1022
+ *
1023
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1024
+ * `docs/LOLO_Gaps.md` for the migration plan.
721
1025
  */
722
1026
 
723
1027
  interface StdCombatParams {
@@ -751,6 +1055,22 @@ declare function stdCombat(params: StdCombatParams): OrbitalDefinition;
751
1055
  * @level molecule
752
1056
  * @family game
753
1057
  * @packageDocumentation
1058
+ *
1059
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1060
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1061
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1062
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1063
+ * and consumed by the compiler's embedded loader.
1064
+ *
1065
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1066
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1067
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1068
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1069
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1070
+ * stable public API and may change without notice.
1071
+ *
1072
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1073
+ * `docs/LOLO_Gaps.md` for the migration plan.
754
1074
  */
755
1075
 
756
1076
  interface StdGameflowParams {
@@ -781,6 +1101,22 @@ declare function stdGameflow(params: StdGameflowParams): OrbitalDefinition;
781
1101
  * @level molecule
782
1102
  * @family simulation
783
1103
  * @packageDocumentation
1104
+ *
1105
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1106
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1107
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1108
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1109
+ * and consumed by the compiler's embedded loader.
1110
+ *
1111
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1112
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1113
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1114
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1115
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1116
+ * stable public API and may change without notice.
1117
+ *
1118
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1119
+ * `docs/LOLO_Gaps.md` for the migration plan.
784
1120
  */
785
1121
 
786
1122
  interface StdMovementParams {
@@ -809,6 +1145,22 @@ declare function stdMovement(params: StdMovementParams): OrbitalDefinition;
809
1145
  * @level molecule
810
1146
  * @family gameplay
811
1147
  * @packageDocumentation
1148
+ *
1149
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1150
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1151
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1152
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1153
+ * and consumed by the compiler's embedded loader.
1154
+ *
1155
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1156
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1157
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1158
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1159
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1160
+ * stable public API and may change without notice.
1161
+ *
1162
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1163
+ * `docs/LOLO_Gaps.md` for the migration plan.
812
1164
  */
813
1165
 
814
1166
  interface StdQuestParams {
@@ -841,6 +1193,22 @@ declare function stdQuest(params: StdQuestParams): OrbitalDefinition;
841
1193
  * @level molecule
842
1194
  * @family navigation
843
1195
  * @packageDocumentation
1196
+ *
1197
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1198
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1199
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1200
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1201
+ * and consumed by the compiler's embedded loader.
1202
+ *
1203
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1204
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1205
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1206
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1207
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1208
+ * stable public API and may change without notice.
1209
+ *
1210
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1211
+ * `docs/LOLO_Gaps.md` for the migration plan.
844
1212
  */
845
1213
 
846
1214
  interface StdOverworldParams {
@@ -873,6 +1241,22 @@ declare function stdOverworld(params: StdOverworldParams): OrbitalDefinition;
873
1241
  * @level molecule
874
1242
  * @family resilience
875
1243
  * @packageDocumentation
1244
+ *
1245
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1246
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1247
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1248
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1249
+ * and consumed by the compiler's embedded loader.
1250
+ *
1251
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1252
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1253
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1254
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1255
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1256
+ * stable public API and may change without notice.
1257
+ *
1258
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1259
+ * `docs/LOLO_Gaps.md` for the migration plan.
876
1260
  */
877
1261
 
878
1262
  interface StdCircuitBreakerParams {
@@ -902,6 +1286,22 @@ declare function stdCircuitBreaker(params: StdCircuitBreakerParams): OrbitalDefi
902
1286
  * @level molecule
903
1287
  * @family infrastructure
904
1288
  * @packageDocumentation
1289
+ *
1290
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1291
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1292
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1293
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1294
+ * and consumed by the compiler's embedded loader.
1295
+ *
1296
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1297
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1298
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1299
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1300
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1301
+ * stable public API and may change without notice.
1302
+ *
1303
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1304
+ * `docs/LOLO_Gaps.md` for the migration plan.
905
1305
  */
906
1306
 
907
1307
  interface StdCacheAsideParams {
@@ -935,6 +1335,22 @@ declare function stdCacheAside(params: StdCacheAsideParams): OrbitalDefinition;
935
1335
  * @level atom
936
1336
  * @family score
937
1337
  * @packageDocumentation
1338
+ *
1339
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1340
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1341
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1342
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1343
+ * and consumed by the compiler's embedded loader.
1344
+ *
1345
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1346
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1347
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1348
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1349
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1350
+ * stable public API and may change without notice.
1351
+ *
1352
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1353
+ * `docs/LOLO_Gaps.md` for the migration plan.
938
1354
  */
939
1355
 
940
1356
  interface StdScoreParams {
@@ -969,6 +1385,22 @@ declare function stdScore(params: StdScoreParams): OrbitalDefinition;
969
1385
  * @level atom
970
1386
  * @family calendar
971
1387
  * @packageDocumentation
1388
+ *
1389
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1390
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1391
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1392
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1393
+ * and consumed by the compiler's embedded loader.
1394
+ *
1395
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1396
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1397
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1398
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1399
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1400
+ * stable public API and may change without notice.
1401
+ *
1402
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1403
+ * `docs/LOLO_Gaps.md` for the migration plan.
972
1404
  */
973
1405
 
974
1406
  interface StdCalendarParams {
@@ -995,6 +1427,22 @@ declare function stdCalendar(params: StdCalendarParams): OrbitalDefinition;
995
1427
  * @level atom
996
1428
  * @family gallery
997
1429
  * @packageDocumentation
1430
+ *
1431
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1432
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1433
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1434
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1435
+ * and consumed by the compiler's embedded loader.
1436
+ *
1437
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1438
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1439
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1440
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1441
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1442
+ * stable public API and may change without notice.
1443
+ *
1444
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1445
+ * `docs/LOLO_Gaps.md` for the migration plan.
998
1446
  */
999
1447
 
1000
1448
  interface StdGalleryParams {
@@ -1021,6 +1469,22 @@ declare function stdGallery(params: StdGalleryParams): OrbitalDefinition;
1021
1469
  * @level atom
1022
1470
  * @family flip-card
1023
1471
  * @packageDocumentation
1472
+ *
1473
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1474
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1475
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1476
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1477
+ * and consumed by the compiler's embedded loader.
1478
+ *
1479
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1480
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1481
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1482
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1483
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1484
+ * stable public API and may change without notice.
1485
+ *
1486
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1487
+ * `docs/LOLO_Gaps.md` for the migration plan.
1024
1488
  */
1025
1489
 
1026
1490
  interface StdFlipCardParams {
@@ -1047,6 +1511,22 @@ declare function stdFlipCard(params: StdFlipCardParams): OrbitalDefinition;
1047
1511
  * @level atom
1048
1512
  * @family rating
1049
1513
  * @packageDocumentation
1514
+ *
1515
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1516
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1517
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1518
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1519
+ * and consumed by the compiler's embedded loader.
1520
+ *
1521
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1522
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1523
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1524
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1525
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1526
+ * stable public API and may change without notice.
1527
+ *
1528
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1529
+ * `docs/LOLO_Gaps.md` for the migration plan.
1050
1530
  */
1051
1531
 
1052
1532
  interface StdRatingParams {
@@ -1074,6 +1554,22 @@ declare function stdRating(params: StdRatingParams): OrbitalDefinition;
1074
1554
  * @level atom
1075
1555
  * @family upload
1076
1556
  * @packageDocumentation
1557
+ *
1558
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1559
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1560
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1561
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1562
+ * and consumed by the compiler's embedded loader.
1563
+ *
1564
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1565
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1566
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1567
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1568
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1569
+ * stable public API and may change without notice.
1570
+ *
1571
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1572
+ * `docs/LOLO_Gaps.md` for the migration plan.
1077
1573
  */
1078
1574
 
1079
1575
  interface StdUploadParams {
@@ -1101,6 +1597,22 @@ declare function stdUpload(params: StdUploadParams): OrbitalDefinition;
1101
1597
  * @level atom
1102
1598
  * @family theme
1103
1599
  * @packageDocumentation
1600
+ *
1601
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1602
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1603
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1604
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1605
+ * and consumed by the compiler's embedded loader.
1606
+ *
1607
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1608
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1609
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1610
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1611
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1612
+ * stable public API and may change without notice.
1613
+ *
1614
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1615
+ * `docs/LOLO_Gaps.md` for the migration plan.
1104
1616
  */
1105
1617
 
1106
1618
  interface StdThemeParams {
@@ -1127,6 +1639,22 @@ declare function stdTheme(params: StdThemeParams): OrbitalDefinition;
1127
1639
  * @level atom
1128
1640
  * @family text-effects
1129
1641
  * @packageDocumentation
1642
+ *
1643
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1644
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1645
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1646
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1647
+ * and consumed by the compiler's embedded loader.
1648
+ *
1649
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1650
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1651
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1652
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1653
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1654
+ * stable public API and may change without notice.
1655
+ *
1656
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1657
+ * `docs/LOLO_Gaps.md` for the migration plan.
1130
1658
  */
1131
1659
 
1132
1660
  interface StdTextEffectsParams {
@@ -1155,6 +1683,22 @@ declare function stdTextEffects(params: StdTextEffectsParams): OrbitalDefinition
1155
1683
  * @level atom
1156
1684
  * @family collision
1157
1685
  * @packageDocumentation
1686
+ *
1687
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1688
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1689
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1690
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1691
+ * and consumed by the compiler's embedded loader.
1692
+ *
1693
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1694
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1695
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1696
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1697
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1698
+ * stable public API and may change without notice.
1699
+ *
1700
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1701
+ * `docs/LOLO_Gaps.md` for the migration plan.
1158
1702
  */
1159
1703
 
1160
1704
  interface StdCollisionParams {
@@ -1191,6 +1735,22 @@ declare function stdCollision(params: StdCollisionParams): OrbitalDefinition;
1191
1735
  * @level atom
1192
1736
  * @family physics2d
1193
1737
  * @packageDocumentation
1738
+ *
1739
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1740
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1741
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1742
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1743
+ * and consumed by the compiler's embedded loader.
1744
+ *
1745
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1746
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1747
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1748
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1749
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1750
+ * stable public API and may change without notice.
1751
+ *
1752
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1753
+ * `docs/LOLO_Gaps.md` for the migration plan.
1194
1754
  */
1195
1755
 
1196
1756
  interface StdPhysics2dParams {
@@ -1227,6 +1787,22 @@ declare function stdPhysics2d(params: StdPhysics2dParams): OrbitalDefinition;
1227
1787
  * @level atom
1228
1788
  * @family rate-limiter
1229
1789
  * @packageDocumentation
1790
+ *
1791
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1792
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1793
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1794
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1795
+ * and consumed by the compiler's embedded loader.
1796
+ *
1797
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1798
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1799
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1800
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1801
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1802
+ * stable public API and may change without notice.
1803
+ *
1804
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1805
+ * `docs/LOLO_Gaps.md` for the migration plan.
1230
1806
  */
1231
1807
 
1232
1808
  interface StdRateLimiterParams {
@@ -1261,6 +1837,22 @@ declare function stdRateLimiter(params: StdRateLimiterParams): OrbitalDefinition
1261
1837
  * @level atom
1262
1838
  * @family game
1263
1839
  * @packageDocumentation
1840
+ *
1841
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1842
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1843
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1844
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1845
+ * and consumed by the compiler's embedded loader.
1846
+ *
1847
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1848
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1849
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1850
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1851
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1852
+ * stable public API and may change without notice.
1853
+ *
1854
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1855
+ * `docs/LOLO_Gaps.md` for the migration plan.
1264
1856
  */
1265
1857
 
1266
1858
  interface StdGameHudParams {
@@ -1293,6 +1885,22 @@ declare function stdGameHud(params: StdGameHudParams): OrbitalDefinition;
1293
1885
  * @level atom
1294
1886
  * @family game
1295
1887
  * @packageDocumentation
1888
+ *
1889
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1890
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1891
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1892
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1893
+ * and consumed by the compiler's embedded loader.
1894
+ *
1895
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1896
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1897
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1898
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1899
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1900
+ * stable public API and may change without notice.
1901
+ *
1902
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1903
+ * `docs/LOLO_Gaps.md` for the migration plan.
1296
1904
  */
1297
1905
 
1298
1906
  interface StdScoreBoardParams {
@@ -1335,6 +1943,22 @@ declare function stdScoreBoard(params: StdScoreBoardParams): OrbitalDefinition;
1335
1943
  * @level atom
1336
1944
  * @family game
1337
1945
  * @packageDocumentation
1946
+ *
1947
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1948
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1949
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1950
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
1951
+ * and consumed by the compiler's embedded loader.
1952
+ *
1953
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
1954
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
1955
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
1956
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
1957
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
1958
+ * stable public API and may change without notice.
1959
+ *
1960
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
1961
+ * `docs/LOLO_Gaps.md` for the migration plan.
1338
1962
  */
1339
1963
 
1340
1964
  interface StdGameMenuParams {
@@ -1368,6 +1992,22 @@ declare function stdGameMenu(params: StdGameMenuParams): OrbitalDefinition;
1368
1992
  * @level atom
1369
1993
  * @family game
1370
1994
  * @packageDocumentation
1995
+ *
1996
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
1997
+ * (2026-04-08). The canonical source for std behaviors is now the registry
1998
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
1999
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2000
+ * and consumed by the compiler's embedded loader.
2001
+ *
2002
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2003
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2004
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2005
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2006
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2007
+ * stable public API and may change without notice.
2008
+ *
2009
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2010
+ * `docs/LOLO_Gaps.md` for the migration plan.
1371
2011
  */
1372
2012
 
1373
2013
  interface StdGameOverScreenParams {
@@ -1399,6 +2039,22 @@ declare function stdGameOverScreen(params: StdGameOverScreenParams): OrbitalDefi
1399
2039
  * @level atom
1400
2040
  * @family game
1401
2041
  * @packageDocumentation
2042
+ *
2043
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2044
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2045
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2046
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2047
+ * and consumed by the compiler's embedded loader.
2048
+ *
2049
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2050
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2051
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2052
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2053
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2054
+ * stable public API and may change without notice.
2055
+ *
2056
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2057
+ * `docs/LOLO_Gaps.md` for the migration plan.
1402
2058
  */
1403
2059
 
1404
2060
  interface StdDialogueBoxParams {
@@ -1427,6 +2083,22 @@ declare function stdDialogueBox(params: StdDialogueBoxParams): OrbitalDefinition
1427
2083
  * @level atom
1428
2084
  * @family game
1429
2085
  * @packageDocumentation
2086
+ *
2087
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2088
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2089
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2090
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2091
+ * and consumed by the compiler's embedded loader.
2092
+ *
2093
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2094
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2095
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2096
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2097
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2098
+ * stable public API and may change without notice.
2099
+ *
2100
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2101
+ * `docs/LOLO_Gaps.md` for the migration plan.
1430
2102
  */
1431
2103
 
1432
2104
  interface StdInventoryPanelParams {
@@ -1454,6 +2126,22 @@ declare function stdInventoryPanel(params: StdInventoryPanelParams): OrbitalDefi
1454
2126
  * @level atom
1455
2127
  * @family game
1456
2128
  * @packageDocumentation
2129
+ *
2130
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2131
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2132
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2133
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2134
+ * and consumed by the compiler's embedded loader.
2135
+ *
2136
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2137
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2138
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2139
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2140
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2141
+ * stable public API and may change without notice.
2142
+ *
2143
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2144
+ * `docs/LOLO_Gaps.md` for the migration plan.
1457
2145
  */
1458
2146
 
1459
2147
  interface StdCombatLogParams {
@@ -1487,6 +2175,22 @@ declare function stdCombatLog(params: StdCombatLogParams): OrbitalDefinition;
1487
2175
  * @level atom
1488
2176
  * @family game
1489
2177
  * @packageDocumentation
2178
+ *
2179
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2180
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2181
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2182
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2183
+ * and consumed by the compiler's embedded loader.
2184
+ *
2185
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2186
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2187
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2188
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2189
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2190
+ * stable public API and may change without notice.
2191
+ *
2192
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2193
+ * `docs/LOLO_Gaps.md` for the migration plan.
1490
2194
  */
1491
2195
 
1492
2196
  interface StdSpriteParams {
@@ -1518,6 +2222,22 @@ declare function stdSprite(params: StdSpriteParams): OrbitalDefinition;
1518
2222
  * @level atom
1519
2223
  * @family game
1520
2224
  * @packageDocumentation
2225
+ *
2226
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2227
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2228
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2229
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2230
+ * and consumed by the compiler's embedded loader.
2231
+ *
2232
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2233
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2234
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2235
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2236
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2237
+ * stable public API and may change without notice.
2238
+ *
2239
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2240
+ * `docs/LOLO_Gaps.md` for the migration plan.
1521
2241
  */
1522
2242
 
1523
2243
  interface StdGameAudioParams {
@@ -1545,6 +2265,22 @@ declare function stdGameAudio(params: StdGameAudioParams): OrbitalDefinition;
1545
2265
  * @level atom
1546
2266
  * @family game
1547
2267
  * @packageDocumentation
2268
+ *
2269
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2270
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2271
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2272
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2273
+ * and consumed by the compiler's embedded loader.
2274
+ *
2275
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2276
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2277
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2278
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2279
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2280
+ * stable public API and may change without notice.
2281
+ *
2282
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2283
+ * `docs/LOLO_Gaps.md` for the migration plan.
1548
2284
  */
1549
2285
 
1550
2286
  interface StdIsometricCanvasParams {
@@ -1583,6 +2319,22 @@ declare function stdIsometricCanvas(params: StdIsometricCanvasParams): OrbitalDe
1583
2319
  * @level atom
1584
2320
  * @family game
1585
2321
  * @packageDocumentation
2322
+ *
2323
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2324
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2325
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2326
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2327
+ * and consumed by the compiler's embedded loader.
2328
+ *
2329
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2330
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2331
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2332
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2333
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2334
+ * stable public API and may change without notice.
2335
+ *
2336
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2337
+ * `docs/LOLO_Gaps.md` for the migration plan.
1586
2338
  */
1587
2339
 
1588
2340
  interface StdPlatformerCanvasParams {
@@ -1620,6 +2372,22 @@ declare function stdPlatformerCanvas(params: StdPlatformerCanvasParams): Orbital
1620
2372
  * @level atom
1621
2373
  * @family game
1622
2374
  * @packageDocumentation
2375
+ *
2376
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2377
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2378
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2379
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2380
+ * and consumed by the compiler's embedded loader.
2381
+ *
2382
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2383
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2384
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2385
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2386
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2387
+ * stable public API and may change without notice.
2388
+ *
2389
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2390
+ * `docs/LOLO_Gaps.md` for the migration plan.
1623
2391
  */
1624
2392
 
1625
2393
  interface StdSimulationCanvasParams {
@@ -1653,6 +2421,22 @@ declare function stdSimulationCanvas(params: StdSimulationCanvasParams): Orbital
1653
2421
  * @level atom
1654
2422
  * @family game
1655
2423
  * @packageDocumentation
2424
+ *
2425
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2426
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2427
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2428
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2429
+ * and consumed by the compiler's embedded loader.
2430
+ *
2431
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2432
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2433
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2434
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2435
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2436
+ * stable public API and may change without notice.
2437
+ *
2438
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2439
+ * `docs/LOLO_Gaps.md` for the migration plan.
1656
2440
  */
1657
2441
 
1658
2442
  interface StdGameCanvas2dParams {
@@ -1684,6 +2468,22 @@ declare function stdGameCanvas2d(params: StdGameCanvas2dParams): OrbitalDefiniti
1684
2468
  * @level atom
1685
2469
  * @family game
1686
2470
  * @packageDocumentation
2471
+ *
2472
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2473
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2474
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2475
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2476
+ * and consumed by the compiler's embedded loader.
2477
+ *
2478
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2479
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2480
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2481
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2482
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2483
+ * stable public API and may change without notice.
2484
+ *
2485
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2486
+ * `docs/LOLO_Gaps.md` for the migration plan.
1687
2487
  */
1688
2488
 
1689
2489
  interface StdGameCanvas3dParams {
@@ -1729,6 +2529,22 @@ declare function stdGameCanvas3d(params: StdGameCanvas3dParams): OrbitalDefiniti
1729
2529
  * @level molecule
1730
2530
  * @family crud
1731
2531
  * @packageDocumentation
2532
+ *
2533
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2534
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2535
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2536
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2537
+ * and consumed by the compiler's embedded loader.
2538
+ *
2539
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2540
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2541
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2542
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2543
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2544
+ * stable public API and may change without notice.
2545
+ *
2546
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2547
+ * `docs/LOLO_Gaps.md` for the migration plan.
1732
2548
  */
1733
2549
 
1734
2550
  interface StdListParams {
@@ -1771,6 +2587,22 @@ declare function stdList(params: StdListParams): OrbitalDefinition;
1771
2587
  * @level molecule
1772
2588
  * @family commerce
1773
2589
  * @packageDocumentation
2590
+ *
2591
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2592
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2593
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2594
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2595
+ * and consumed by the compiler's embedded loader.
2596
+ *
2597
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2598
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2599
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2600
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2601
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2602
+ * stable public API and may change without notice.
2603
+ *
2604
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2605
+ * `docs/LOLO_Gaps.md` for the migration plan.
1774
2606
  */
1775
2607
 
1776
2608
  interface StdCartParams {
@@ -1808,6 +2640,22 @@ declare function stdCart(params: StdCartParams): OrbitalDefinition;
1808
2640
  * @level molecule
1809
2641
  * @family crud
1810
2642
  * @packageDocumentation
2643
+ *
2644
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2645
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2646
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2647
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2648
+ * and consumed by the compiler's embedded loader.
2649
+ *
2650
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2651
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2652
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2653
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2654
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2655
+ * stable public API and may change without notice.
2656
+ *
2657
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2658
+ * `docs/LOLO_Gaps.md` for the migration plan.
1811
2659
  */
1812
2660
 
1813
2661
  interface StdDetailParams {
@@ -1853,6 +2701,22 @@ declare function stdDetail(params: StdDetailParams): OrbitalDefinition;
1853
2701
  * @level molecule
1854
2702
  * @family game
1855
2703
  * @packageDocumentation
2704
+ *
2705
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2706
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2707
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2708
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2709
+ * and consumed by the compiler's embedded loader.
2710
+ *
2711
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2712
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2713
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2714
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2715
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2716
+ * stable public API and may change without notice.
2717
+ *
2718
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2719
+ * `docs/LOLO_Gaps.md` for the migration plan.
1856
2720
  */
1857
2721
 
1858
2722
  interface StdInventoryParams {
@@ -1888,6 +2752,22 @@ declare function stdInventory(params: StdInventoryParams): OrbitalDefinition;
1888
2752
  * @level molecule
1889
2753
  * @family communication
1890
2754
  * @packageDocumentation
2755
+ *
2756
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2757
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2758
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2759
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2760
+ * and consumed by the compiler's embedded loader.
2761
+ *
2762
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2763
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2764
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2765
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2766
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2767
+ * stable public API and may change without notice.
2768
+ *
2769
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2770
+ * `docs/LOLO_Gaps.md` for the migration plan.
1891
2771
  */
1892
2772
 
1893
2773
  interface StdMessagingParams {
@@ -1929,6 +2809,22 @@ declare function stdMessaging(params: StdMessagingParams): OrbitalDefinition;
1929
2809
  * @level molecule
1930
2810
  * @family location
1931
2811
  * @packageDocumentation
2812
+ *
2813
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2814
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2815
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2816
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2817
+ * and consumed by the compiler's embedded loader.
2818
+ *
2819
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2820
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2821
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2822
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2823
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2824
+ * stable public API and may change without notice.
2825
+ *
2826
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2827
+ * `docs/LOLO_Gaps.md` for the migration plan.
1932
2828
  */
1933
2829
 
1934
2830
  interface StdGeospatialParams {
@@ -1961,6 +2857,22 @@ declare function stdGeospatial(params: StdGeospatialParams): OrbitalDefinition;
1961
2857
  * @level molecule
1962
2858
  * @family quiz
1963
2859
  * @packageDocumentation
2860
+ *
2861
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2862
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2863
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2864
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2865
+ * and consumed by the compiler's embedded loader.
2866
+ *
2867
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2868
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2869
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2870
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2871
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2872
+ * stable public API and may change without notice.
2873
+ *
2874
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2875
+ * `docs/LOLO_Gaps.md` for the migration plan.
1964
2876
  */
1965
2877
 
1966
2878
  interface StdQuizParams {
@@ -1987,6 +2899,22 @@ declare function stdQuiz(params: StdQuizParams): OrbitalDefinition;
1987
2899
  * @level molecule
1988
2900
  * @family form
1989
2901
  * @packageDocumentation
2902
+ *
2903
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2904
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2905
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2906
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2907
+ * and consumed by the compiler's embedded loader.
2908
+ *
2909
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2910
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2911
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2912
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2913
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2914
+ * stable public API and may change without notice.
2915
+ *
2916
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2917
+ * `docs/LOLO_Gaps.md` for the migration plan.
1990
2918
  */
1991
2919
 
1992
2920
  interface StdFormAdvancedParams {
@@ -2023,6 +2951,22 @@ declare function stdFormAdvanced(params: StdFormAdvancedParams): OrbitalDefiniti
2023
2951
  * @level molecule
2024
2952
  * @family game
2025
2953
  * @packageDocumentation
2954
+ *
2955
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
2956
+ * (2026-04-08). The canonical source for std behaviors is now the registry
2957
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
2958
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
2959
+ * and consumed by the compiler's embedded loader.
2960
+ *
2961
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
2962
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
2963
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
2964
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
2965
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
2966
+ * stable public API and may change without notice.
2967
+ *
2968
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
2969
+ * `docs/LOLO_Gaps.md` for the migration plan.
2026
2970
  */
2027
2971
 
2028
2972
  interface StdTurnBasedBattleParams {
@@ -2062,6 +3006,22 @@ declare function stdTurnBasedBattle(params: StdTurnBasedBattleParams): OrbitalDe
2062
3006
  * @level molecule
2063
3007
  * @family game
2064
3008
  * @packageDocumentation
3009
+ *
3010
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3011
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3012
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3013
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3014
+ * and consumed by the compiler's embedded loader.
3015
+ *
3016
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3017
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3018
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3019
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3020
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3021
+ * stable public API and may change without notice.
3022
+ *
3023
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3024
+ * `docs/LOLO_Gaps.md` for the migration plan.
2065
3025
  */
2066
3026
 
2067
3027
  interface StdPlatformerGameParams {
@@ -2099,6 +3059,22 @@ declare function stdPlatformerGame(params: StdPlatformerGameParams): OrbitalDefi
2099
3059
  * @level molecule
2100
3060
  * @family game
2101
3061
  * @packageDocumentation
3062
+ *
3063
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3064
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3065
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3066
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3067
+ * and consumed by the compiler's embedded loader.
3068
+ *
3069
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3070
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3071
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3072
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3073
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3074
+ * stable public API and may change without notice.
3075
+ *
3076
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3077
+ * `docs/LOLO_Gaps.md` for the migration plan.
2102
3078
  */
2103
3079
 
2104
3080
  interface StdPuzzleGameParams {
@@ -2130,6 +3106,22 @@ declare function stdPuzzleGame(params: StdPuzzleGameParams): OrbitalDefinition;
2130
3106
  * @level molecule
2131
3107
  * @family game
2132
3108
  * @packageDocumentation
3109
+ *
3110
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3111
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3112
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3113
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3114
+ * and consumed by the compiler's embedded loader.
3115
+ *
3116
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3117
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3118
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3119
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3120
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3121
+ * stable public API and may change without notice.
3122
+ *
3123
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3124
+ * `docs/LOLO_Gaps.md` for the migration plan.
2133
3125
  */
2134
3126
 
2135
3127
  interface StdBuilderGameParams {
@@ -2156,6 +3148,22 @@ declare function stdBuilderGame(params: StdBuilderGameParams): OrbitalDefinition
2156
3148
  * @level molecule
2157
3149
  * @family game
2158
3150
  * @packageDocumentation
3151
+ *
3152
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3153
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3154
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3155
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3156
+ * and consumed by the compiler's embedded loader.
3157
+ *
3158
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3159
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3160
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3161
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3162
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3163
+ * stable public API and may change without notice.
3164
+ *
3165
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3166
+ * `docs/LOLO_Gaps.md` for the migration plan.
2159
3167
  */
2160
3168
 
2161
3169
  interface StdClassifierGameParams {
@@ -2182,6 +3190,22 @@ declare function stdClassifierGame(params: StdClassifierGameParams): OrbitalDefi
2182
3190
  * @level molecule
2183
3191
  * @family game
2184
3192
  * @packageDocumentation
3193
+ *
3194
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3195
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3196
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3197
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3198
+ * and consumed by the compiler's embedded loader.
3199
+ *
3200
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3201
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3202
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3203
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3204
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3205
+ * stable public API and may change without notice.
3206
+ *
3207
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3208
+ * `docs/LOLO_Gaps.md` for the migration plan.
2185
3209
  */
2186
3210
 
2187
3211
  interface StdSequencerGameParams {
@@ -2208,6 +3232,22 @@ declare function stdSequencerGame(params: StdSequencerGameParams): OrbitalDefini
2208
3232
  * @level molecule
2209
3233
  * @family game
2210
3234
  * @packageDocumentation
3235
+ *
3236
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3237
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3238
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3239
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3240
+ * and consumed by the compiler's embedded loader.
3241
+ *
3242
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3243
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3244
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3245
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3246
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3247
+ * stable public API and may change without notice.
3248
+ *
3249
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3250
+ * `docs/LOLO_Gaps.md` for the migration plan.
2211
3251
  */
2212
3252
 
2213
3253
  interface StdDebuggerGameParams {
@@ -2234,6 +3274,22 @@ declare function stdDebuggerGame(params: StdDebuggerGameParams): OrbitalDefiniti
2234
3274
  * @level molecule
2235
3275
  * @family game
2236
3276
  * @packageDocumentation
3277
+ *
3278
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3279
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3280
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3281
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3282
+ * and consumed by the compiler's embedded loader.
3283
+ *
3284
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3285
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3286
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3287
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3288
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3289
+ * stable public API and may change without notice.
3290
+ *
3291
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3292
+ * `docs/LOLO_Gaps.md` for the migration plan.
2237
3293
  */
2238
3294
 
2239
3295
  interface StdNegotiatorGameParams {
@@ -2260,6 +3316,22 @@ declare function stdNegotiatorGame(params: StdNegotiatorGameParams): OrbitalDefi
2260
3316
  * @level molecule
2261
3317
  * @family game
2262
3318
  * @packageDocumentation
3319
+ *
3320
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3321
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3322
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3323
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3324
+ * and consumed by the compiler's embedded loader.
3325
+ *
3326
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3327
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3328
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3329
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3330
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3331
+ * stable public API and may change without notice.
3332
+ *
3333
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3334
+ * `docs/LOLO_Gaps.md` for the migration plan.
2263
3335
  */
2264
3336
 
2265
3337
  interface StdSimulatorGameParams {
@@ -2286,6 +3358,22 @@ declare function stdSimulatorGame(params: StdSimulatorGameParams): OrbitalDefini
2286
3358
  * @level molecule
2287
3359
  * @family game
2288
3360
  * @packageDocumentation
3361
+ *
3362
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3363
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3364
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3365
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3366
+ * and consumed by the compiler's embedded loader.
3367
+ *
3368
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3369
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3370
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3371
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3372
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3373
+ * stable public API and may change without notice.
3374
+ *
3375
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3376
+ * `docs/LOLO_Gaps.md` for the migration plan.
2289
3377
  */
2290
3378
 
2291
3379
  interface StdEventHandlerGameParams {
@@ -2551,6 +3639,22 @@ declare function stdAutoregressive(params: StdAutoregressiveParams): OrbitalDefi
2551
3639
  * @level molecule
2552
3640
  * @family service
2553
3641
  * @packageDocumentation
3642
+ *
3643
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3644
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3645
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3646
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3647
+ * and consumed by the compiler's embedded loader.
3648
+ *
3649
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3650
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3651
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3652
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3653
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3654
+ * stable public API and may change without notice.
3655
+ *
3656
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3657
+ * `docs/LOLO_Gaps.md` for the migration plan.
2554
3658
  */
2555
3659
 
2556
3660
  interface StdServicePaymentFlowParams {
@@ -2587,6 +3691,22 @@ declare function stdServicePaymentFlow(params?: StdServicePaymentFlowParams): Or
2587
3691
  * @level molecule
2588
3692
  * @family service
2589
3693
  * @packageDocumentation
3694
+ *
3695
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3696
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3697
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3698
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3699
+ * and consumed by the compiler's embedded loader.
3700
+ *
3701
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3702
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3703
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3704
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3705
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3706
+ * stable public API and may change without notice.
3707
+ *
3708
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3709
+ * `docs/LOLO_Gaps.md` for the migration plan.
2590
3710
  */
2591
3711
 
2592
3712
  interface StdServiceNotificationHubParams {
@@ -2620,6 +3740,22 @@ declare function stdServiceNotificationHub(params?: StdServiceNotificationHubPar
2620
3740
  * @level molecule
2621
3741
  * @family service
2622
3742
  * @packageDocumentation
3743
+ *
3744
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3745
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3746
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3747
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3748
+ * and consumed by the compiler's embedded loader.
3749
+ *
3750
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3751
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3752
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3753
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3754
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3755
+ * stable public API and may change without notice.
3756
+ *
3757
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3758
+ * `docs/LOLO_Gaps.md` for the migration plan.
2623
3759
  */
2624
3760
 
2625
3761
  interface StdServiceContentPipelineParams {
@@ -2649,6 +3785,22 @@ declare function stdServiceContentPipeline(params: StdServiceContentPipelinePara
2649
3785
  * @level molecule
2650
3786
  * @family service
2651
3787
  * @packageDocumentation
3788
+ *
3789
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3790
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3791
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3792
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3793
+ * and consumed by the compiler's embedded loader.
3794
+ *
3795
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3796
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3797
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3798
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3799
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3800
+ * stable public API and may change without notice.
3801
+ *
3802
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3803
+ * `docs/LOLO_Gaps.md` for the migration plan.
2652
3804
  */
2653
3805
 
2654
3806
  interface StdServiceDevopsToolkitParams {
@@ -2680,6 +3832,22 @@ declare function stdServiceDevopsToolkit(params?: StdServiceDevopsToolkitParams)
2680
3832
  * @level molecule
2681
3833
  * @family service
2682
3834
  * @packageDocumentation
3835
+ *
3836
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3837
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3838
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3839
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3840
+ * and consumed by the compiler's embedded loader.
3841
+ *
3842
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3843
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3844
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3845
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3846
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3847
+ * stable public API and may change without notice.
3848
+ *
3849
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3850
+ * `docs/LOLO_Gaps.md` for the migration plan.
2683
3851
  */
2684
3852
 
2685
3853
  interface StdServiceCustomApiTesterParams {
@@ -2716,6 +3884,22 @@ declare function stdServiceCustomApiTester(params: StdServiceCustomApiTesterPara
2716
3884
  * @level organism
2717
3885
  * @family social
2718
3886
  * @packageDocumentation
3887
+ *
3888
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3889
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3890
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3891
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3892
+ * and consumed by the compiler's embedded loader.
3893
+ *
3894
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3895
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3896
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3897
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3898
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3899
+ * stable public API and may change without notice.
3900
+ *
3901
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3902
+ * `docs/LOLO_Gaps.md` for the migration plan.
2719
3903
  */
2720
3904
 
2721
3905
  interface StdSocialFeedParams {
@@ -2739,6 +3923,22 @@ declare function stdSocialFeed(params: StdSocialFeedParams): OrbitalSchema;
2739
3923
  * @level organism
2740
3924
  * @family education
2741
3925
  * @packageDocumentation
3926
+ *
3927
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3928
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3929
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3930
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3931
+ * and consumed by the compiler's embedded loader.
3932
+ *
3933
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3934
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3935
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3936
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3937
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3938
+ * stable public API and may change without notice.
3939
+ *
3940
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3941
+ * `docs/LOLO_Gaps.md` for the migration plan.
2742
3942
  */
2743
3943
 
2744
3944
  interface StdLmsParams {
@@ -2764,6 +3964,22 @@ declare function stdLms(params: StdLmsParams): OrbitalSchema;
2764
3964
  * @level organism
2765
3965
  * @family business
2766
3966
  * @packageDocumentation
3967
+ *
3968
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
3969
+ * (2026-04-08). The canonical source for std behaviors is now the registry
3970
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
3971
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
3972
+ * and consumed by the compiler's embedded loader.
3973
+ *
3974
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
3975
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
3976
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
3977
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
3978
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
3979
+ * stable public API and may change without notice.
3980
+ *
3981
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
3982
+ * `docs/LOLO_Gaps.md` for the migration plan.
2767
3983
  */
2768
3984
 
2769
3985
  interface StdCrmParams {
@@ -2790,6 +4006,22 @@ declare function stdCrm(params: StdCrmParams): OrbitalSchema;
2790
4006
  * @level organism
2791
4007
  * @family hr
2792
4008
  * @packageDocumentation
4009
+ *
4010
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4011
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4012
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4013
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4014
+ * and consumed by the compiler's embedded loader.
4015
+ *
4016
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4017
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4018
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4019
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4020
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4021
+ * stable public API and may change without notice.
4022
+ *
4023
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4024
+ * `docs/LOLO_Gaps.md` for the migration plan.
2793
4025
  */
2794
4026
 
2795
4027
  interface StdHrPortalParams {
@@ -2815,6 +4047,22 @@ declare function stdHrPortal(params: StdHrPortalParams): OrbitalSchema;
2815
4047
  * @level organism
2816
4048
  * @family support
2817
4049
  * @packageDocumentation
4050
+ *
4051
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4052
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4053
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4054
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4055
+ * and consumed by the compiler's embedded loader.
4056
+ *
4057
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4058
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4059
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4060
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4061
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4062
+ * stable public API and may change without notice.
4063
+ *
4064
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4065
+ * `docs/LOLO_Gaps.md` for the migration plan.
2818
4066
  */
2819
4067
 
2820
4068
  interface StdHelpdeskParams {
@@ -2842,6 +4090,22 @@ declare function stdHelpdesk(params: StdHelpdeskParams): OrbitalSchema;
2842
4090
  * @level organism
2843
4091
  * @family commerce
2844
4092
  * @packageDocumentation
4093
+ *
4094
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4095
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4096
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4097
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4098
+ * and consumed by the compiler's embedded loader.
4099
+ *
4100
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4101
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4102
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4103
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4104
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4105
+ * stable public API and may change without notice.
4106
+ *
4107
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4108
+ * `docs/LOLO_Gaps.md` for the migration plan.
2845
4109
  */
2846
4110
 
2847
4111
  interface StdEcommerceParams {
@@ -2869,6 +4133,22 @@ declare function stdEcommerce(params: StdEcommerceParams): OrbitalSchema;
2869
4133
  * @level organism
2870
4134
  * @family healthcare
2871
4135
  * @packageDocumentation
4136
+ *
4137
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4138
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4139
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4140
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4141
+ * and consumed by the compiler's embedded loader.
4142
+ *
4143
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4144
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4145
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4146
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4147
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4148
+ * stable public API and may change without notice.
4149
+ *
4150
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4151
+ * `docs/LOLO_Gaps.md` for the migration plan.
2872
4152
  */
2873
4153
 
2874
4154
  interface StdHealthcareParams {
@@ -2896,6 +4176,22 @@ declare function stdHealthcare(params: StdHealthcareParams): OrbitalSchema;
2896
4176
  * @level organism
2897
4177
  * @family content
2898
4178
  * @packageDocumentation
4179
+ *
4180
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4181
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4182
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4183
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4184
+ * and consumed by the compiler's embedded loader.
4185
+ *
4186
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4187
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4188
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4189
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4190
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4191
+ * stable public API and may change without notice.
4192
+ *
4193
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4194
+ * `docs/LOLO_Gaps.md` for the migration plan.
2899
4195
  */
2900
4196
 
2901
4197
  interface StdCmsParams {
@@ -2921,6 +4217,22 @@ declare function stdCms(params: StdCmsParams): OrbitalSchema;
2921
4217
  * @level organism
2922
4218
  * @family productivity
2923
4219
  * @packageDocumentation
4220
+ *
4221
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4222
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4223
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4224
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4225
+ * and consumed by the compiler's embedded loader.
4226
+ *
4227
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4228
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4229
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4230
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4231
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4232
+ * stable public API and may change without notice.
4233
+ *
4234
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4235
+ * `docs/LOLO_Gaps.md` for the migration plan.
2924
4236
  */
2925
4237
 
2926
4238
  interface StdProjectManagerParams {
@@ -2947,6 +4259,22 @@ declare function stdProjectManager(params: StdProjectManagerParams): OrbitalSche
2947
4259
  * @level organism
2948
4260
  * @family scheduling
2949
4261
  * @packageDocumentation
4262
+ *
4263
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4264
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4265
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4266
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4267
+ * and consumed by the compiler's embedded loader.
4268
+ *
4269
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4270
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4271
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4272
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4273
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4274
+ * stable public API and may change without notice.
4275
+ *
4276
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4277
+ * `docs/LOLO_Gaps.md` for the migration plan.
2950
4278
  */
2951
4279
 
2952
4280
  interface StdBookingSystemParams {
@@ -2970,6 +4298,22 @@ declare function stdBookingSystem(params: StdBookingSystemParams): OrbitalSchema
2970
4298
  * @level organism
2971
4299
  * @family devops
2972
4300
  * @packageDocumentation
4301
+ *
4302
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4303
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4304
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4305
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4306
+ * and consumed by the compiler's embedded loader.
4307
+ *
4308
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4309
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4310
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4311
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4312
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4313
+ * stable public API and may change without notice.
4314
+ *
4315
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4316
+ * `docs/LOLO_Gaps.md` for the migration plan.
2973
4317
  */
2974
4318
 
2975
4319
  interface StdDevopsDashboardParams {
@@ -2991,6 +4335,22 @@ declare function stdDevopsDashboard(params: StdDevopsDashboardParams): OrbitalSc
2991
4335
  * @level organism
2992
4336
  * @family devops
2993
4337
  * @packageDocumentation
4338
+ *
4339
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4340
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4341
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4342
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4343
+ * and consumed by the compiler's embedded loader.
4344
+ *
4345
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4346
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4347
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4348
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4349
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4350
+ * stable public API and may change without notice.
4351
+ *
4352
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4353
+ * `docs/LOLO_Gaps.md` for the migration plan.
2994
4354
  */
2995
4355
 
2996
4356
  interface StdCicdPipelineParams {
@@ -3011,6 +4371,22 @@ declare function stdCicdPipeline(params: StdCicdPipelineParams): OrbitalSchema;
3011
4371
  * @level organism
3012
4372
  * @family devops
3013
4373
  * @packageDocumentation
4374
+ *
4375
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4376
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4377
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4378
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4379
+ * and consumed by the compiler's embedded loader.
4380
+ *
4381
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4382
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4383
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4384
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4385
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4386
+ * stable public API and may change without notice.
4387
+ *
4388
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4389
+ * `docs/LOLO_Gaps.md` for the migration plan.
3014
4390
  */
3015
4391
 
3016
4392
  interface StdApiGatewayParams {
@@ -3034,6 +4410,22 @@ declare function stdApiGateway(params: StdApiGatewayParams): OrbitalSchema;
3034
4410
  * @level organism
3035
4411
  * @family game
3036
4412
  * @packageDocumentation
4413
+ *
4414
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4415
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4416
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4417
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4418
+ * and consumed by the compiler's embedded loader.
4419
+ *
4420
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4421
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4422
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4423
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4424
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4425
+ * stable public API and may change without notice.
4426
+ *
4427
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4428
+ * `docs/LOLO_Gaps.md` for the migration plan.
3037
4429
  */
3038
4430
 
3039
4431
  interface StdRpgGameParams {
@@ -3055,6 +4447,22 @@ declare function stdRpgGame(params: StdRpgGameParams): OrbitalSchema;
3055
4447
  * @level organism
3056
4448
  * @family game
3057
4449
  * @packageDocumentation
4450
+ *
4451
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4452
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4453
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4454
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4455
+ * and consumed by the compiler's embedded loader.
4456
+ *
4457
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4458
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4459
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4460
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4461
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4462
+ * stable public API and may change without notice.
4463
+ *
4464
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4465
+ * `docs/LOLO_Gaps.md` for the migration plan.
3058
4466
  */
3059
4467
 
3060
4468
  interface StdPlatformerAppParams {
@@ -3075,6 +4483,22 @@ declare function stdPlatformerApp(params: StdPlatformerAppParams): OrbitalSchema
3075
4483
  * @level organism
3076
4484
  * @family game
3077
4485
  * @packageDocumentation
4486
+ *
4487
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4488
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4489
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4490
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4491
+ * and consumed by the compiler's embedded loader.
4492
+ *
4493
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4494
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4495
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4496
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4497
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4498
+ * stable public API and may change without notice.
4499
+ *
4500
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4501
+ * `docs/LOLO_Gaps.md` for the migration plan.
3078
4502
  */
3079
4503
 
3080
4504
  interface StdPuzzleAppParams {
@@ -3094,6 +4518,22 @@ declare function stdPuzzleApp(params: StdPuzzleAppParams): OrbitalSchema;
3094
4518
  * @level organism
3095
4519
  * @family game
3096
4520
  * @packageDocumentation
4521
+ *
4522
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4523
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4524
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4525
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4526
+ * and consumed by the compiler's embedded loader.
4527
+ *
4528
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4529
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4530
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4531
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4532
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4533
+ * stable public API and may change without notice.
4534
+ *
4535
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4536
+ * `docs/LOLO_Gaps.md` for the migration plan.
3097
4537
  */
3098
4538
 
3099
4539
  interface StdStrategyGameParams {
@@ -3115,6 +4555,22 @@ declare function stdStrategyGame(params: StdStrategyGameParams): OrbitalSchema;
3115
4555
  * @level organism
3116
4556
  * @family game
3117
4557
  * @packageDocumentation
4558
+ *
4559
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4560
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4561
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4562
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4563
+ * and consumed by the compiler's embedded loader.
4564
+ *
4565
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4566
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4567
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4568
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4569
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4570
+ * stable public API and may change without notice.
4571
+ *
4572
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4573
+ * `docs/LOLO_Gaps.md` for the migration plan.
3118
4574
  */
3119
4575
 
3120
4576
  interface StdArcadeGameParams {
@@ -3137,6 +4593,22 @@ declare function stdArcadeGame(params: StdArcadeGameParams): OrbitalSchema;
3137
4593
  * @level organism
3138
4594
  * @family educational
3139
4595
  * @packageDocumentation
4596
+ *
4597
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4598
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4599
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4600
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4601
+ * and consumed by the compiler's embedded loader.
4602
+ *
4603
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4604
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4605
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4606
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4607
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4608
+ * stable public API and may change without notice.
4609
+ *
4610
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4611
+ * `docs/LOLO_Gaps.md` for the migration plan.
3140
4612
  */
3141
4613
 
3142
4614
  interface StdCodingAcademyParams {
@@ -3159,6 +4631,22 @@ declare function stdCodingAcademy(params: StdCodingAcademyParams): OrbitalSchema
3159
4631
  * @level organism
3160
4632
  * @family educational
3161
4633
  * @packageDocumentation
4634
+ *
4635
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4636
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4637
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4638
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4639
+ * and consumed by the compiler's embedded loader.
4640
+ *
4641
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4642
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4643
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4644
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4645
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4646
+ * stable public API and may change without notice.
4647
+ *
4648
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4649
+ * `docs/LOLO_Gaps.md` for the migration plan.
3162
4650
  */
3163
4651
 
3164
4652
  interface StdStemLabParams {
@@ -3180,6 +4668,22 @@ declare function stdStemLab(params: StdStemLabParams): OrbitalSchema;
3180
4668
  * @level organism
3181
4669
  * @family educational
3182
4670
  * @packageDocumentation
4671
+ *
4672
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4673
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4674
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4675
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4676
+ * and consumed by the compiler's embedded loader.
4677
+ *
4678
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4679
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4680
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4681
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4682
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4683
+ * stable public API and may change without notice.
4684
+ *
4685
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4686
+ * `docs/LOLO_Gaps.md` for the migration plan.
3183
4687
  */
3184
4688
 
3185
4689
  interface StdLogicTrainingParams {
@@ -3204,6 +4708,22 @@ declare function stdLogicTraining(params: StdLogicTrainingParams): OrbitalSchema
3204
4708
  * @level organism
3205
4709
  * @family service
3206
4710
  * @packageDocumentation
4711
+ *
4712
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4713
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4714
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4715
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4716
+ * and consumed by the compiler's embedded loader.
4717
+ *
4718
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4719
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4720
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4721
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4722
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4723
+ * stable public API and may change without notice.
4724
+ *
4725
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4726
+ * `docs/LOLO_Gaps.md` for the migration plan.
3207
4727
  */
3208
4728
 
3209
4729
  interface StdServiceMarketplaceParams {
@@ -3228,6 +4748,22 @@ declare function stdServiceMarketplace(params?: StdServiceMarketplaceParams): Or
3228
4748
  * @level organism
3229
4749
  * @family service
3230
4750
  * @packageDocumentation
4751
+ *
4752
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4753
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4754
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4755
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4756
+ * and consumed by the compiler's embedded loader.
4757
+ *
4758
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4759
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4760
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4761
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4762
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4763
+ * stable public API and may change without notice.
4764
+ *
4765
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4766
+ * `docs/LOLO_Gaps.md` for the migration plan.
3231
4767
  */
3232
4768
 
3233
4769
  interface StdServiceResearchAssistantParams {
@@ -3249,6 +4785,22 @@ declare function stdServiceResearchAssistant(params: StdServiceResearchAssistant
3249
4785
  * @level organism
3250
4786
  * @family iot
3251
4787
  * @packageDocumentation
4788
+ *
4789
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4790
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4791
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4792
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4793
+ * and consumed by the compiler's embedded loader.
4794
+ *
4795
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4796
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4797
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4798
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4799
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4800
+ * stable public API and may change without notice.
4801
+ *
4802
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4803
+ * `docs/LOLO_Gaps.md` for the migration plan.
3252
4804
  */
3253
4805
 
3254
4806
  interface StdIotDashboardParams {
@@ -3269,6 +4821,22 @@ declare function stdIotDashboard(params: StdIotDashboardParams): OrbitalSchema;
3269
4821
  * @level organism
3270
4822
  * @family communication
3271
4823
  * @packageDocumentation
4824
+ *
4825
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4826
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4827
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4828
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4829
+ * and consumed by the compiler's embedded loader.
4830
+ *
4831
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4832
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4833
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4834
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4835
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4836
+ * stable public API and may change without notice.
4837
+ *
4838
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4839
+ * `docs/LOLO_Gaps.md` for the migration plan.
3272
4840
  */
3273
4841
 
3274
4842
  interface StdRealtimeChatParams {
@@ -3289,6 +4857,22 @@ declare function stdRealtimeChat(params: StdRealtimeChatParams): OrbitalSchema;
3289
4857
  * @level organism
3290
4858
  * @family finance
3291
4859
  * @packageDocumentation
4860
+ *
4861
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4862
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4863
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4864
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4865
+ * and consumed by the compiler's embedded loader.
4866
+ *
4867
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4868
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4869
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4870
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4871
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4872
+ * stable public API and may change without notice.
4873
+ *
4874
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4875
+ * `docs/LOLO_Gaps.md` for the migration plan.
3292
4876
  */
3293
4877
 
3294
4878
  interface StdFinanceTrackerParams {
@@ -3309,6 +4893,22 @@ declare function stdFinanceTracker(params: StdFinanceTrackerParams): OrbitalSche
3309
4893
  * @level organism
3310
4894
  * @family finance
3311
4895
  * @packageDocumentation
4896
+ *
4897
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4898
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4899
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4900
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4901
+ * and consumed by the compiler's embedded loader.
4902
+ *
4903
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4904
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4905
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4906
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4907
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4908
+ * stable public API and may change without notice.
4909
+ *
4910
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4911
+ * `docs/LOLO_Gaps.md` for the migration plan.
3312
4912
  */
3313
4913
 
3314
4914
  interface StdTradingDashboardParams {
@@ -3342,6 +4942,22 @@ declare function stdTradingDashboard(params: StdTradingDashboardParams): Orbital
3342
4942
  * @level organism
3343
4943
  * @family agent
3344
4944
  * @packageDocumentation
4945
+ *
4946
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4947
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4948
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
4949
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
4950
+ * and consumed by the compiler's embedded loader.
4951
+ *
4952
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
4953
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
4954
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
4955
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
4956
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
4957
+ * stable public API and may change without notice.
4958
+ *
4959
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
4960
+ * `docs/LOLO_Gaps.md` for the migration plan.
3345
4961
  */
3346
4962
 
3347
4963
  interface StdAgentAssistantParams {
@@ -3377,6 +4993,22 @@ declare function stdAgentAssistant(params?: StdAgentAssistantParams): OrbitalSch
3377
4993
  * @level organism
3378
4994
  * @family agent
3379
4995
  * @packageDocumentation
4996
+ *
4997
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
4998
+ * (2026-04-08). The canonical source for std behaviors is now the registry
4999
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5000
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5001
+ * and consumed by the compiler's embedded loader.
5002
+ *
5003
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5004
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5005
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5006
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5007
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5008
+ * stable public API and may change without notice.
5009
+ *
5010
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5011
+ * `docs/LOLO_Gaps.md` for the migration plan.
3380
5012
  */
3381
5013
 
3382
5014
  interface StdAgentBuilderParams {
@@ -3410,6 +5042,22 @@ declare function stdAgentBuilder(params?: StdAgentBuilderParams): OrbitalSchema;
3410
5042
  * @level organism
3411
5043
  * @family agent
3412
5044
  * @packageDocumentation
5045
+ *
5046
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5047
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5048
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5049
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5050
+ * and consumed by the compiler's embedded loader.
5051
+ *
5052
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5053
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5054
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5055
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5056
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5057
+ * stable public API and may change without notice.
5058
+ *
5059
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5060
+ * `docs/LOLO_Gaps.md` for the migration plan.
3413
5061
  */
3414
5062
 
3415
5063
  interface StdAgentReviewerParams {
@@ -3443,6 +5091,22 @@ declare function stdAgentReviewer(params?: StdAgentReviewerParams): OrbitalSchem
3443
5091
  * @level organism
3444
5092
  * @family agent
3445
5093
  * @packageDocumentation
5094
+ *
5095
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5096
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5097
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5098
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5099
+ * and consumed by the compiler's embedded loader.
5100
+ *
5101
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5102
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5103
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5104
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5105
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5106
+ * stable public API and may change without notice.
5107
+ *
5108
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5109
+ * `docs/LOLO_Gaps.md` for the migration plan.
3446
5110
  */
3447
5111
 
3448
5112
  interface StdAgentPipelineParams {
@@ -3477,6 +5141,22 @@ declare function stdAgentPipeline(params?: StdAgentPipelineParams): OrbitalSchem
3477
5141
  * @level organism
3478
5142
  * @family agent
3479
5143
  * @packageDocumentation
5144
+ *
5145
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5146
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5147
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5148
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5149
+ * and consumed by the compiler's embedded loader.
5150
+ *
5151
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5152
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5153
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5154
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5155
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5156
+ * stable public API and may change without notice.
5157
+ *
5158
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5159
+ * `docs/LOLO_Gaps.md` for the migration plan.
3480
5160
  */
3481
5161
 
3482
5162
  interface StdAgentTutorParams {
@@ -3498,6 +5178,22 @@ declare function stdAgentTutor(params?: StdAgentTutorParams): OrbitalSchema;
3498
5178
  * @level atom
3499
5179
  * @family agent
3500
5180
  * @packageDocumentation
5181
+ *
5182
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5183
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5184
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5185
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5186
+ * and consumed by the compiler's embedded loader.
5187
+ *
5188
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5189
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5190
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5191
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5192
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5193
+ * stable public API and may change without notice.
5194
+ *
5195
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5196
+ * `docs/LOLO_Gaps.md` for the migration plan.
3501
5197
  */
3502
5198
 
3503
5199
  interface StdAgentMemoryParams {
@@ -3529,6 +5225,22 @@ declare function stdAgentMemory(params?: StdAgentMemoryParams): OrbitalDefinitio
3529
5225
  * @level atom
3530
5226
  * @family agent
3531
5227
  * @packageDocumentation
5228
+ *
5229
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5230
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5231
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5232
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5233
+ * and consumed by the compiler's embedded loader.
5234
+ *
5235
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5236
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5237
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5238
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5239
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5240
+ * stable public API and may change without notice.
5241
+ *
5242
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5243
+ * `docs/LOLO_Gaps.md` for the migration plan.
3532
5244
  */
3533
5245
 
3534
5246
  interface StdAgentCompletionParams {
@@ -3560,6 +5272,22 @@ declare function stdAgentCompletion(params?: StdAgentCompletionParams): OrbitalD
3560
5272
  * @level atom
3561
5273
  * @family agent
3562
5274
  * @packageDocumentation
5275
+ *
5276
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5277
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5278
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5279
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5280
+ * and consumed by the compiler's embedded loader.
5281
+ *
5282
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5283
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5284
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5285
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5286
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5287
+ * stable public API and may change without notice.
5288
+ *
5289
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5290
+ * `docs/LOLO_Gaps.md` for the migration plan.
3563
5291
  */
3564
5292
 
3565
5293
  interface StdAgentConversationParams {
@@ -3591,6 +5319,22 @@ declare function stdAgentConversation(params?: StdAgentConversationParams): Orbi
3591
5319
  * @level atom
3592
5320
  * @family agent
3593
5321
  * @packageDocumentation
5322
+ *
5323
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5324
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5325
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5326
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5327
+ * and consumed by the compiler's embedded loader.
5328
+ *
5329
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5330
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5331
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5332
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5333
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5334
+ * stable public API and may change without notice.
5335
+ *
5336
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5337
+ * `docs/LOLO_Gaps.md` for the migration plan.
3594
5338
  */
3595
5339
 
3596
5340
  interface StdAgentToolCallParams {
@@ -3623,6 +5367,22 @@ declare function stdAgentToolCall(params?: StdAgentToolCallParams): OrbitalDefin
3623
5367
  * @level atom
3624
5368
  * @family agent
3625
5369
  * @packageDocumentation
5370
+ *
5371
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5372
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5373
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5374
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5375
+ * and consumed by the compiler's embedded loader.
5376
+ *
5377
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5378
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5379
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5380
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5381
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5382
+ * stable public API and may change without notice.
5383
+ *
5384
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5385
+ * `docs/LOLO_Gaps.md` for the migration plan.
3626
5386
  */
3627
5387
 
3628
5388
  interface StdAgentContextWindowParams {
@@ -3657,6 +5417,22 @@ declare function stdAgentContextWindow(params?: StdAgentContextWindowParams): Or
3657
5417
  * @level atom
3658
5418
  * @family agent
3659
5419
  * @packageDocumentation
5420
+ *
5421
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5422
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5423
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5424
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5425
+ * and consumed by the compiler's embedded loader.
5426
+ *
5427
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5428
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5429
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5430
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5431
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5432
+ * stable public API and may change without notice.
5433
+ *
5434
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5435
+ * `docs/LOLO_Gaps.md` for the migration plan.
3660
5436
  */
3661
5437
 
3662
5438
  interface StdAgentProviderParams {
@@ -3688,6 +5464,22 @@ declare function stdAgentProvider(params?: StdAgentProviderParams): OrbitalDefin
3688
5464
  * @level atom
3689
5465
  * @family agent
3690
5466
  * @packageDocumentation
5467
+ *
5468
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5469
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5470
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5471
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5472
+ * and consumed by the compiler's embedded loader.
5473
+ *
5474
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5475
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5476
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5477
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5478
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5479
+ * stable public API and may change without notice.
5480
+ *
5481
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5482
+ * `docs/LOLO_Gaps.md` for the migration plan.
3691
5483
  */
3692
5484
 
3693
5485
  interface StdAgentSessionParams {
@@ -3719,6 +5511,22 @@ declare function stdAgentSession(params?: StdAgentSessionParams): OrbitalDefinit
3719
5511
  * @level atom
3720
5512
  * @family agent
3721
5513
  * @packageDocumentation
5514
+ *
5515
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5516
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5517
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5518
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5519
+ * and consumed by the compiler's embedded loader.
5520
+ *
5521
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5522
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5523
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5524
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5525
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5526
+ * stable public API and may change without notice.
5527
+ *
5528
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5529
+ * `docs/LOLO_Gaps.md` for the migration plan.
3722
5530
  */
3723
5531
 
3724
5532
  interface StdAgentClassifierParams {
@@ -3752,6 +5560,22 @@ declare function stdAgentClassifier(params?: StdAgentClassifierParams): OrbitalD
3752
5560
  * @level atom
3753
5561
  * @family agent
3754
5562
  * @packageDocumentation
5563
+ *
5564
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5565
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5566
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5567
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5568
+ * and consumed by the compiler's embedded loader.
5569
+ *
5570
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5571
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5572
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5573
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5574
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5575
+ * stable public API and may change without notice.
5576
+ *
5577
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5578
+ * `docs/LOLO_Gaps.md` for the migration plan.
3755
5579
  */
3756
5580
 
3757
5581
  interface StdAgentSearchParams {
@@ -3784,6 +5608,22 @@ declare function stdAgentSearch(params?: StdAgentSearchParams): OrbitalDefinitio
3784
5608
  * @level atom
3785
5609
  * @family agent
3786
5610
  * @packageDocumentation
5611
+ *
5612
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5613
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5614
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5615
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5616
+ * and consumed by the compiler's embedded loader.
5617
+ *
5618
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5619
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5620
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5621
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5622
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5623
+ * stable public API and may change without notice.
5624
+ *
5625
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5626
+ * `docs/LOLO_Gaps.md` for the migration plan.
3787
5627
  */
3788
5628
 
3789
5629
  interface StdAgentChatThreadParams {
@@ -3818,6 +5658,22 @@ declare function stdAgentChatThread(params?: StdAgentChatThreadParams): OrbitalD
3818
5658
  * @level atom
3819
5659
  * @family agent
3820
5660
  * @packageDocumentation
5661
+ *
5662
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5663
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5664
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5665
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5666
+ * and consumed by the compiler's embedded loader.
5667
+ *
5668
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5669
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5670
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5671
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5672
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5673
+ * stable public API and may change without notice.
5674
+ *
5675
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5676
+ * `docs/LOLO_Gaps.md` for the migration plan.
3821
5677
  */
3822
5678
 
3823
5679
  interface StdAgentActivityLogParams {
@@ -3850,6 +5706,22 @@ declare function stdAgentActivityLog(params?: StdAgentActivityLogParams): Orbita
3850
5706
  * @level atom
3851
5707
  * @family agent
3852
5708
  * @packageDocumentation
5709
+ *
5710
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5711
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5712
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5713
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5714
+ * and consumed by the compiler's embedded loader.
5715
+ *
5716
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5717
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5718
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5719
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5720
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5721
+ * stable public API and may change without notice.
5722
+ *
5723
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5724
+ * `docs/LOLO_Gaps.md` for the migration plan.
3853
5725
  */
3854
5726
 
3855
5727
  interface StdAgentStepProgressParams {
@@ -3884,6 +5756,22 @@ declare function stdAgentStepProgress(params?: StdAgentStepProgressParams): Orbi
3884
5756
  * @level atom
3885
5757
  * @family agent
3886
5758
  * @packageDocumentation
5759
+ *
5760
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5761
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5762
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5763
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5764
+ * and consumed by the compiler's embedded loader.
5765
+ *
5766
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5767
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5768
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5769
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5770
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5771
+ * stable public API and may change without notice.
5772
+ *
5773
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5774
+ * `docs/LOLO_Gaps.md` for the migration plan.
3887
5775
  */
3888
5776
 
3889
5777
  interface StdAgentTokenGaugeParams {
@@ -3930,6 +5818,22 @@ declare function stdAgentTokenGauge(params?: StdAgentTokenGaugeParams): OrbitalD
3930
5818
  * @level molecule
3931
5819
  * @family agent
3932
5820
  * @packageDocumentation
5821
+ *
5822
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5823
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5824
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5825
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5826
+ * and consumed by the compiler's embedded loader.
5827
+ *
5828
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5829
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5830
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5831
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5832
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5833
+ * stable public API and may change without notice.
5834
+ *
5835
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5836
+ * `docs/LOLO_Gaps.md` for the migration plan.
3933
5837
  */
3934
5838
 
3935
5839
  interface StdAgentRagParams {
@@ -3966,6 +5870,22 @@ declare function stdAgentRag(params: StdAgentRagParams): OrbitalDefinition;
3966
5870
  * @level molecule
3967
5871
  * @family agent
3968
5872
  * @packageDocumentation
5873
+ *
5874
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5875
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5876
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5877
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5878
+ * and consumed by the compiler's embedded loader.
5879
+ *
5880
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5881
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5882
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5883
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5884
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5885
+ * stable public API and may change without notice.
5886
+ *
5887
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5888
+ * `docs/LOLO_Gaps.md` for the migration plan.
3969
5889
  */
3970
5890
 
3971
5891
  interface StdAgentToolLoopParams {
@@ -4002,6 +5922,22 @@ declare function stdAgentToolLoop(params: StdAgentToolLoopParams): OrbitalDefini
4002
5922
  * @level molecule
4003
5923
  * @family agent
4004
5924
  * @packageDocumentation
5925
+ *
5926
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5927
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5928
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5929
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5930
+ * and consumed by the compiler's embedded loader.
5931
+ *
5932
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5933
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5934
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5935
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5936
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5937
+ * stable public API and may change without notice.
5938
+ *
5939
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5940
+ * `docs/LOLO_Gaps.md` for the migration plan.
4005
5941
  */
4006
5942
 
4007
5943
  interface StdAgentFixLoopParams {
@@ -4041,6 +5977,22 @@ declare function stdAgentFixLoop(params: StdAgentFixLoopParams): OrbitalDefiniti
4041
5977
  * @level molecule
4042
5978
  * @family agent
4043
5979
  * @packageDocumentation
5980
+ *
5981
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
5982
+ * (2026-04-08). The canonical source for std behaviors is now the registry
5983
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
5984
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
5985
+ * and consumed by the compiler's embedded loader.
5986
+ *
5987
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
5988
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
5989
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
5990
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
5991
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
5992
+ * stable public API and may change without notice.
5993
+ *
5994
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
5995
+ * `docs/LOLO_Gaps.md` for the migration plan.
4044
5996
  */
4045
5997
 
4046
5998
  interface StdAgentPlannerParams {
@@ -4079,6 +6031,22 @@ declare function stdAgentPlanner(params: StdAgentPlannerParams): OrbitalDefiniti
4079
6031
  * @level molecule
4080
6032
  * @family agent
4081
6033
  * @packageDocumentation
6034
+ *
6035
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6036
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6037
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6038
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6039
+ * and consumed by the compiler's embedded loader.
6040
+ *
6041
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6042
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6043
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6044
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6045
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6046
+ * stable public API and may change without notice.
6047
+ *
6048
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6049
+ * `docs/LOLO_Gaps.md` for the migration plan.
4082
6050
  */
4083
6051
 
4084
6052
  interface StdAgentLearnerParams {
@@ -4109,6 +6077,22 @@ declare function stdAgentLearner(params: StdAgentLearnerParams): OrbitalDefiniti
4109
6077
  * @level atom
4110
6078
  * @family os-trigger
4111
6079
  * @packageDocumentation
6080
+ *
6081
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6082
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6083
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6084
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6085
+ * and consumed by the compiler's embedded loader.
6086
+ *
6087
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6088
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6089
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6090
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6091
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6092
+ * stable public API and may change without notice.
6093
+ *
6094
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6095
+ * `docs/LOLO_Gaps.md` for the migration plan.
4112
6096
  */
4113
6097
 
4114
6098
  interface StdValidateOnSaveParams {
@@ -4132,6 +6116,22 @@ declare function stdValidateOnSave(params?: StdValidateOnSaveParams): OrbitalDef
4132
6116
  * @level atom
4133
6117
  * @family service
4134
6118
  * @packageDocumentation
6119
+ *
6120
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6121
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6122
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6123
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6124
+ * and consumed by the compiler's embedded loader.
6125
+ *
6126
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6127
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6128
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6129
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6130
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6131
+ * stable public API and may change without notice.
6132
+ *
6133
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6134
+ * `docs/LOLO_Gaps.md` for the migration plan.
4135
6135
  */
4136
6136
 
4137
6137
  interface StdServiceEmailParams {
@@ -4159,6 +6159,22 @@ declare function stdServiceEmail(params: StdServiceEmailParams): OrbitalDefiniti
4159
6159
  * @level atom
4160
6160
  * @family service
4161
6161
  * @packageDocumentation
6162
+ *
6163
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6164
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6165
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6166
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6167
+ * and consumed by the compiler's embedded loader.
6168
+ *
6169
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6170
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6171
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6172
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6173
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6174
+ * stable public API and may change without notice.
6175
+ *
6176
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6177
+ * `docs/LOLO_Gaps.md` for the migration plan.
4162
6178
  */
4163
6179
 
4164
6180
  interface StdServiceStripeParams {
@@ -4196,6 +6212,22 @@ declare function stdServiceStripe(params?: StdServiceStripeParams): OrbitalDefin
4196
6212
  * @level atom
4197
6213
  * @family service
4198
6214
  * @packageDocumentation
6215
+ *
6216
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6217
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6218
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6219
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6220
+ * and consumed by the compiler's embedded loader.
6221
+ *
6222
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6223
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6224
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6225
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6226
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6227
+ * stable public API and may change without notice.
6228
+ *
6229
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6230
+ * `docs/LOLO_Gaps.md` for the migration plan.
4199
6231
  */
4200
6232
 
4201
6233
  interface StdServiceTwilioParams {
@@ -4229,6 +6261,22 @@ declare function stdServiceTwilio(params?: StdServiceTwilioParams): OrbitalDefin
4229
6261
  * @level atom
4230
6262
  * @family service
4231
6263
  * @packageDocumentation
6264
+ *
6265
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6266
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6267
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6268
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6269
+ * and consumed by the compiler's embedded loader.
6270
+ *
6271
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6272
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6273
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6274
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6275
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6276
+ * stable public API and may change without notice.
6277
+ *
6278
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6279
+ * `docs/LOLO_Gaps.md` for the migration plan.
4232
6280
  */
4233
6281
 
4234
6282
  interface StdServiceGithubParams {
@@ -4262,6 +6310,22 @@ declare function stdServiceGithub(params?: StdServiceGithubParams): OrbitalDefin
4262
6310
  * @level atom
4263
6311
  * @family service
4264
6312
  * @packageDocumentation
6313
+ *
6314
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6315
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6316
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6317
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6318
+ * and consumed by the compiler's embedded loader.
6319
+ *
6320
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6321
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6322
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6323
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6324
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6325
+ * stable public API and may change without notice.
6326
+ *
6327
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6328
+ * `docs/LOLO_Gaps.md` for the migration plan.
4265
6329
  */
4266
6330
 
4267
6331
  interface StdServiceYoutubeParams {
@@ -4295,6 +6359,22 @@ declare function stdServiceYoutube(params?: StdServiceYoutubeParams): OrbitalDef
4295
6359
  * @level atom
4296
6360
  * @family service
4297
6361
  * @packageDocumentation
6362
+ *
6363
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6364
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6365
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6366
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6367
+ * and consumed by the compiler's embedded loader.
6368
+ *
6369
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6370
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6371
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6372
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6373
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6374
+ * stable public API and may change without notice.
6375
+ *
6376
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6377
+ * `docs/LOLO_Gaps.md` for the migration plan.
4298
6378
  */
4299
6379
 
4300
6380
  interface StdServiceLlmParams {
@@ -4328,6 +6408,22 @@ declare function stdServiceLlm(params?: StdServiceLlmParams): OrbitalDefinition;
4328
6408
  * @level atom
4329
6409
  * @family service
4330
6410
  * @packageDocumentation
6411
+ *
6412
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6413
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6414
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6415
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6416
+ * and consumed by the compiler's embedded loader.
6417
+ *
6418
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6419
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6420
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6421
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6422
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6423
+ * stable public API and may change without notice.
6424
+ *
6425
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6426
+ * `docs/LOLO_Gaps.md` for the migration plan.
4331
6427
  */
4332
6428
 
4333
6429
  interface StdServiceRedisParams {
@@ -4361,6 +6457,22 @@ declare function stdServiceRedis(params?: StdServiceRedisParams): OrbitalDefinit
4361
6457
  * @level atom
4362
6458
  * @family service
4363
6459
  * @packageDocumentation
6460
+ *
6461
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6462
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6463
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6464
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6465
+ * and consumed by the compiler's embedded loader.
6466
+ *
6467
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6468
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6469
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6470
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6471
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6472
+ * stable public API and may change without notice.
6473
+ *
6474
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6475
+ * `docs/LOLO_Gaps.md` for the migration plan.
4364
6476
  */
4365
6477
 
4366
6478
  interface StdServiceStorageParams {
@@ -4396,6 +6508,22 @@ declare function stdServiceStorage(params?: StdServiceStorageParams): OrbitalDef
4396
6508
  * @level atom
4397
6509
  * @family service
4398
6510
  * @packageDocumentation
6511
+ *
6512
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6513
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6514
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6515
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6516
+ * and consumed by the compiler's embedded loader.
6517
+ *
6518
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6519
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6520
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6521
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6522
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6523
+ * stable public API and may change without notice.
6524
+ *
6525
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6526
+ * `docs/LOLO_Gaps.md` for the migration plan.
4399
6527
  */
4400
6528
 
4401
6529
  interface StdServiceOauthParams {
@@ -4429,6 +6557,22 @@ declare function stdServiceOauth(params?: StdServiceOauthParams): OrbitalDefinit
4429
6557
  * @level atom
4430
6558
  * @family service
4431
6559
  * @packageDocumentation
6560
+ *
6561
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6562
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6563
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6564
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6565
+ * and consumed by the compiler's embedded loader.
6566
+ *
6567
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6568
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6569
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6570
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6571
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6572
+ * stable public API and may change without notice.
6573
+ *
6574
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6575
+ * `docs/LOLO_Gaps.md` for the migration plan.
4432
6576
  */
4433
6577
 
4434
6578
  interface StdServiceCustomHeaderParams {
@@ -4461,6 +6605,22 @@ declare function stdServiceCustomHeader(params: StdServiceCustomHeaderParams): O
4461
6605
  * @level atom
4462
6606
  * @family service
4463
6607
  * @packageDocumentation
6608
+ *
6609
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6610
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6611
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6612
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6613
+ * and consumed by the compiler's embedded loader.
6614
+ *
6615
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6616
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6617
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6618
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6619
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6620
+ * stable public API and may change without notice.
6621
+ *
6622
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6623
+ * `docs/LOLO_Gaps.md` for the migration plan.
4464
6624
  */
4465
6625
 
4466
6626
  interface StdServiceCustomBearerParams {
@@ -4491,6 +6651,22 @@ declare function stdServiceCustomBearer(params: StdServiceCustomBearerParams): O
4491
6651
  * @level atom
4492
6652
  * @family service
4493
6653
  * @packageDocumentation
6654
+ *
6655
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6656
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6657
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6658
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6659
+ * and consumed by the compiler's embedded loader.
6660
+ *
6661
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6662
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6663
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6664
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6665
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6666
+ * stable public API and may change without notice.
6667
+ *
6668
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6669
+ * `docs/LOLO_Gaps.md` for the migration plan.
4494
6670
  */
4495
6671
 
4496
6672
  interface StdServiceCustomQueryParams {
@@ -4523,6 +6699,22 @@ declare function stdServiceCustomQuery(params: StdServiceCustomQueryParams): Orb
4523
6699
  * @level atom
4524
6700
  * @family service
4525
6701
  * @packageDocumentation
6702
+ *
6703
+ * @deprecated The TypeScript factory layer is deprecated as of Phase F.10
6704
+ * (2026-04-08). The canonical source for std behaviors is now the registry
6705
+ * `.orb` file at `packages/almadar-std/behaviors/registry/<level>/<name>.orb`,
6706
+ * which is generated from this TS source by `tools/almadar-behavior-ts-to-orb/`
6707
+ * and consumed by the compiler's embedded loader.
6708
+ *
6709
+ * Consumers should import behaviors via `.lolo`/`.orb` `uses` declarations and
6710
+ * reference them as `Alias.entity` / `Alias.traits.X` / `Alias.pages.X`, applying
6711
+ * overrides at the call site (`linkedEntity`, `name`, `events`, `effects`,
6712
+ * `listens`, `emitsScope`). The TS `*Params` interface and the exported factory
6713
+ * functions remain ONLY as the authoring path for the converter; they are NOT a
6714
+ * stable public API and may change without notice.
6715
+ *
6716
+ * See `docs/Almadar_Orb_Behaviors.md` for the orbital-as-function model and
6717
+ * `docs/LOLO_Gaps.md` for the migration plan.
4526
6718
  */
4527
6719
 
4528
6720
  interface StdServiceCustomNoauthParams {