@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
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "GameSessionOrbital",
2
+ "name": "std-gameflow",
3
+ "version": "1.0.0",
4
+ "description": "Game state management behavior: menu, playing, paused, gameover. Uses game UI patterns per state: menu -> game-menu (title, subtitle, Start Game button) playing -> game-hud (score, level stats) paused -> game-menu in modal (Resume, Quit buttons) gameover -> game-over-screen (score, Play Again, Main Menu)",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "GameSessionOrbital",
@@ -409,6 +411,5 @@
409
411
  }
410
412
  ]
411
413
  }
412
- ],
413
- "description": "Game state management behavior: menu, playing, paused, gameover. Uses game UI patterns per state: menu -> game-menu (title, subtitle, Start Game button) playing -> game-hud (score, level stats) paused -> game-menu in modal (Resume, Quit buttons) gameover -> game-over-screen (score, Play Again, Main Menu) Pure function: params in, OrbitalDefinition out."
414
- }
414
+ ]
415
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "TextInputOrbital",
2
+ "name": "std-input",
3
+ "version": "1.0.0",
4
+ "description": "std-input as a Function",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "TextInputOrbital",
@@ -630,6 +632,5 @@
630
632
  }
631
633
  ]
632
634
  }
633
- ],
634
- "description": "Input state management parameterized for any domain. Provides idle, focused, and validating states with change tracking. The state machine structure is fixed. The caller controls data and presentation."
635
- }
635
+ ]
636
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "InventorySlotOrbital",
2
+ "name": "std-inventory-panel",
3
+ "version": "1.0.0",
4
+ "description": "Grid-based inventory atom using the `inventory-panel` pattern. Shows items in a grid with select, use, and drop actions.",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "InventorySlotOrbital",
@@ -233,10 +235,6 @@
233
235
  "dropItemEvent": "DROP_ITEM",
234
236
  "showTooltips": true
235
237
  }
236
- ],
237
- [
238
- "notify",
239
- "InventorySlot deleted successfully"
240
238
  ]
241
239
  ]
242
240
  }
@@ -256,6 +254,5 @@
256
254
  }
257
255
  ]
258
256
  }
259
- ],
260
- "description": "Grid-based inventory atom using the `inventory-panel` pattern. Shows items in a grid with select, use, and drop actions."
261
- }
257
+ ]
258
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "IsometricWorldOrbital",
2
+ "name": "std-isometric-canvas",
3
+ "version": "1.0.0",
4
+ "description": "Isometric game renderer atom using the `isometric-canvas` pattern. Renders tiles, units, and features on an isometric grid. Handles tile clicks, unit clicks, and hover events.",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "IsometricWorldOrbital",
@@ -632,6 +634,5 @@
632
634
  }
633
635
  ]
634
636
  }
635
- ],
636
- "description": "Isometric game renderer atom using the `isometric-canvas` pattern. Renders tiles, units, and features on an isometric grid. Handles tile clicks, unit clicks, and hover events."
637
- }
637
+ ]
638
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "LoadableItemOrbital",
2
+ "name": "std-loading",
3
+ "version": "1.0.0",
4
+ "description": "std-loading as a Function",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "LoadableItemOrbital",
@@ -486,6 +488,5 @@
486
488
  }
487
489
  ]
488
490
  }
489
- ],
490
- "description": "Loading behavior parameterized for any domain. Provides a multi-state loading lifecycle: idle, loading, success, error. Tracks async operation status with appropriate UI for each state."
491
- }
491
+ ]
492
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "ModalRecordOrbital",
2
+ "name": "std-modal",
3
+ "version": "1.0.0",
4
+ "description": "Modal overlay atom. Accepts content injection so molecules can control what renders inside the open state.",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "ModalRecordOrbital",
@@ -40,6 +42,11 @@
40
42
  "name": "ModalRecordModal",
41
43
  "linkedEntity": "ModalRecord",
42
44
  "category": "interaction",
45
+ "emits": [
46
+ {
47
+ "event": "SAVE"
48
+ }
49
+ ],
43
50
  "stateMachine": {
44
51
  "states": [
45
52
  {
@@ -62,6 +69,17 @@
62
69
  {
63
70
  "key": "CLOSE",
64
71
  "name": "Close"
72
+ },
73
+ {
74
+ "key": "SAVE",
75
+ "name": "Save",
76
+ "payload": [
77
+ {
78
+ "name": "data",
79
+ "type": "object",
80
+ "required": true
81
+ }
82
+ ]
65
83
  }
66
84
  ],
67
85
  "transitions": [
@@ -314,6 +332,74 @@
314
332
  }
315
333
  ]
316
334
  ]
335
+ },
336
+ {
337
+ "from": "open",
338
+ "to": "closed",
339
+ "event": "SAVE",
340
+ "effects": [
341
+ [
342
+ "render-ui",
343
+ "modal",
344
+ null
345
+ ],
346
+ [
347
+ "ref",
348
+ "ModalRecord"
349
+ ],
350
+ [
351
+ "render-ui",
352
+ "main",
353
+ {
354
+ "type": "stack",
355
+ "direction": "vertical",
356
+ "gap": "lg",
357
+ "children": [
358
+ {
359
+ "type": "stack",
360
+ "direction": "horizontal",
361
+ "gap": "md",
362
+ "justify": "space-between",
363
+ "children": [
364
+ {
365
+ "type": "stack",
366
+ "direction": "horizontal",
367
+ "gap": "md",
368
+ "children": [
369
+ {
370
+ "type": "icon",
371
+ "name": "layout-panel-top",
372
+ "size": "lg"
373
+ },
374
+ {
375
+ "type": "typography",
376
+ "content": "Details",
377
+ "variant": "h2"
378
+ }
379
+ ]
380
+ },
381
+ {
382
+ "type": "button",
383
+ "label": "Open",
384
+ "event": "OPEN",
385
+ "variant": "primary",
386
+ "icon": "layout-panel-top"
387
+ }
388
+ ]
389
+ },
390
+ {
391
+ "type": "divider"
392
+ },
393
+ {
394
+ "type": "empty-state",
395
+ "icon": "layout-panel-top",
396
+ "title": "Nothing open",
397
+ "description": "Click Open to view details in a modal overlay."
398
+ }
399
+ ]
400
+ }
401
+ ]
402
+ ]
317
403
  }
318
404
  ]
319
405
  }
@@ -331,6 +417,5 @@
331
417
  }
332
418
  ]
333
419
  }
334
- ],
335
- "description": "Modal overlay atom. Accepts content injection so molecules can control what renders inside the open state."
336
- }
420
+ ]
421
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "MovableEntityOrbital",
2
+ "name": "std-movement",
3
+ "version": "1.0.0",
4
+ "description": "Entity movement behavior: idle, moving, collision detection and resolution. Pure function: params in, OrbitalDefinition out.",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "MovableEntityOrbital",
@@ -1403,6 +1405,5 @@
1403
1405
  }
1404
1406
  ]
1405
1407
  }
1406
- ],
1407
- "description": "Entity movement behavior: idle, moving, collision detection and resolution. Pure function: params in, OrbitalDefinition out."
1408
- }
1408
+ ]
1409
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "NotificationOrbital",
2
+ "name": "std-notification",
3
+ "version": "1.0.0",
4
+ "description": "std-notification as a Function",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "NotificationOrbital",
@@ -436,6 +438,5 @@
436
438
  }
437
439
  ]
438
440
  }
439
- ],
440
- "description": "Notification behavior parameterized for any domain. Provides a show/hide notification display. The state machine structure is fixed. The caller controls data and presentation."
441
- }
441
+ ]
442
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "WorldRegionOrbital",
2
+ "name": "std-overworld",
3
+ "version": "1.0.0",
4
+ "description": "Map/zone navigation behavior: exploring, transitioning, entered. Pure function: params in, OrbitalDefinition out.",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "WorldRegionOrbital",
@@ -507,6 +509,5 @@
507
509
  }
508
510
  ]
509
511
  }
510
- ],
511
- "description": "Map/zone navigation behavior: exploring, transitioning, entered. Pure function: params in, OrbitalDefinition out."
512
- }
512
+ ]
513
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "PagedItemOrbital",
2
+ "name": "std-pagination",
3
+ "version": "1.0.0",
4
+ "description": "std-pagination as a Function",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "PagedItemOrbital",
@@ -256,6 +258,5 @@
256
258
  }
257
259
  ]
258
260
  }
259
- ],
260
- "description": "Pagination behavior parameterized for any domain. Provides page/pageSize controls that paginate entity data. Single idle state with a self-loop that re-renders with the new page applied."
261
- }
261
+ ]
262
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "PhysicsBodyOrbital",
2
+ "name": "std-physics2d",
3
+ "version": "1.0.0",
4
+ "description": "std-physics2d as a Function",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "PhysicsBodyOrbital",
@@ -420,6 +422,5 @@
420
422
  }
421
423
  ]
422
424
  }
423
- ],
424
- "description": "2D physics simulation parameterized for any domain. Provides idle and simulating states with force application and tick updates. Tracks position and velocity via entity fields. The state machine structure is fixed. The caller controls data and presentation."
425
- }
425
+ ]
426
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "PlatformerWorldOrbital",
2
+ "name": "std-platformer-canvas",
3
+ "version": "1.0.0",
4
+ "description": "Side-scrolling platformer atom using the `platformer-canvas` pattern. Renders player, platforms, and handles movement events.",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "PlatformerWorldOrbital",
@@ -258,6 +260,5 @@
258
260
  }
259
261
  ]
260
262
  }
261
- ],
262
- "description": "Side-scrolling platformer atom using the `platformer-canvas` pattern. Renders player, platforms, and handles movement events."
263
- }
263
+ ]
264
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "QuestLogOrbital",
2
+ "name": "std-quest",
3
+ "version": "1.0.0",
4
+ "description": "Quest/objective tracking behavior: available, active, complete, failed. Pure function: params in, OrbitalDefinition out.",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "QuestLogOrbital",
@@ -662,10 +664,6 @@
662
664
  }
663
665
  ]
664
666
  }
665
- ],
666
- [
667
- "notify",
668
- "QuestLog updated successfully"
669
667
  ]
670
668
  ]
671
669
  },
@@ -1251,6 +1249,5 @@
1251
1249
  }
1252
1250
  ]
1253
1251
  }
1254
- ],
1255
- "description": "Quest/objective tracking behavior: available, active, complete, failed. Pure function: params in, OrbitalDefinition out."
1256
- }
1252
+ ]
1253
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "RateBucketOrbital",
2
+ "name": "std-rate-limiter",
3
+ "version": "1.0.0",
4
+ "description": "std-rate-limiter as a Function",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "RateBucketOrbital",
@@ -887,6 +889,5 @@
887
889
  }
888
890
  ]
889
891
  }
890
- ],
891
- "description": "Rate limiting parameterized for any domain. Provides open and throttled states for controlling request frequency. Tracks request count and throttle status via entity fields. The state machine structure is fixed. The caller controls data and presentation."
892
- }
892
+ ]
893
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "ReviewOrbital",
2
+ "name": "std-rating",
3
+ "version": "1.0.0",
4
+ "description": "Rating atom with star-rating input and display. Absorbs: star-rating.",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "ReviewOrbital",
@@ -323,6 +325,5 @@
323
325
  }
324
326
  ]
325
327
  }
326
- ],
327
- "description": "Rating atom with star-rating input and display. Absorbs: star-rating."
328
- }
328
+ ]
329
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "ScoreBoardEntryOrbital",
2
+ "name": "std-score-board",
3
+ "version": "1.0.0",
4
+ "description": "Score display atom using the `score-board` pattern. Shows score, high score, combo, multiplier, level.",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "ScoreBoardEntryOrbital",
@@ -239,6 +241,5 @@
239
241
  }
240
242
  ]
241
243
  }
242
- ],
243
- "description": "Score display atom using the `score-board` pattern. Shows score, high score, combo, multiplier, level."
244
- }
244
+ ]
245
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "ScoreEntryOrbital",
2
+ "name": "std-score",
3
+ "version": "1.0.0",
4
+ "description": "std-score as a Function",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "ScoreEntryOrbital",
@@ -703,6 +705,5 @@
703
705
  }
704
706
  ]
705
707
  }
706
- ],
707
- "description": "Score tracking parameterized for any domain. Provides a single-state machine with self-loops for adding, subtracting, resetting, and applying combo multipliers to a score. The state machine structure is fixed. The caller controls data and presentation."
708
- }
708
+ ]
709
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "SearchResultOrbital",
2
+ "name": "std-search",
3
+ "version": "1.0.0",
4
+ "description": "std-search as a Function",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "SearchResultOrbital",
@@ -384,6 +386,5 @@
384
386
  }
385
387
  ]
386
388
  }
387
- ],
388
- "description": "Search behavior parameterized for any domain. Provides a search input that filters entity data by query string. The state machine structure is fixed. The caller controls data and presentation."
389
- }
389
+ ]
390
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "SelectableItemOrbital",
2
+ "name": "std-selection",
3
+ "version": "1.0.0",
4
+ "description": "std-selection as a Function",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "SelectableItemOrbital",
@@ -800,6 +802,5 @@
800
802
  }
801
803
  ]
802
804
  }
803
- ],
804
- "description": "Selection behavior parameterized for any domain. Provides item selection from a list with confirm/deselect controls. Three states: idle, selecting, selected with transitions for the full lifecycle."
805
- }
805
+ ]
806
+ }
@@ -1,16 +1,7 @@
1
1
  {
2
- "name": "ServiceCustomBearerOrbital",
3
- "services": [
4
- {
5
- "name": "custom-bearer-api",
6
- "type": "rest",
7
- "baseUrl": "https://api.example.com/v2",
8
- "auth": {
9
- "type": "bearer",
10
- "secretEnv": "CUSTOM_BEARER_TOKEN"
11
- }
12
- }
13
- ],
2
+ "name": "std-service-custom-bearer",
3
+ "version": "1.0.0",
4
+ "description": "Custom REST API behavior with Bearer token authentication. Tests the schema-level service declaration pattern with bearer auth. Pure function: params in, OrbitalDefinition out.",
14
5
  "orbitals": [
15
6
  {
16
7
  "name": "ServiceCustomBearerOrbital",
@@ -552,6 +543,5 @@
552
543
  }
553
544
  ]
554
545
  }
555
- ],
556
- "description": "Custom REST API behavior with Bearer token authentication. Tests the schema-level service declaration pattern with bearer auth. Pure function: params in, OrbitalDefinition out."
557
- }
546
+ ]
547
+ }
@@ -1,18 +1,7 @@
1
1
  {
2
- "name": "ServiceCustomHeaderOrbital",
3
- "services": [
4
- {
5
- "name": "custom-header-api",
6
- "type": "rest",
7
- "baseUrl": "https://api.example.com/v1",
8
- "auth": {
9
- "type": "api-key",
10
- "keyName": "X-API-Key",
11
- "location": "header",
12
- "secretEnv": "CUSTOM_API_SECRET"
13
- }
14
- }
15
- ],
2
+ "name": "std-service-custom-header",
3
+ "version": "1.0.0",
4
+ "description": "Custom REST API behavior with header-based API key authentication. Tests the schema-level service declaration pattern (no pre-built integration). Pure function: params in, OrbitalDefinition out.",
16
5
  "orbitals": [
17
6
  {
18
7
  "name": "ServiceCustomHeaderOrbital",
@@ -554,6 +543,5 @@
554
543
  }
555
544
  ]
556
545
  }
557
- ],
558
- "description": "Custom REST API behavior with header-based API key authentication. Tests the schema-level service declaration pattern (no pre-built integration). Pure function: params in, OrbitalDefinition out."
559
- }
546
+ ]
547
+ }
@@ -1,12 +1,7 @@
1
1
  {
2
- "name": "ServiceCustomNoauthOrbital",
3
- "services": [
4
- {
5
- "name": "custom-noauth-api",
6
- "type": "rest",
7
- "baseUrl": "https://api.example.com/v4"
8
- }
9
- ],
2
+ "name": "std-service-custom-noauth",
3
+ "version": "1.0.0",
4
+ "description": "Custom REST API behavior with no authentication. Tests the schema-level service declaration pattern for public APIs. Pure function: params in, OrbitalDefinition out.",
10
5
  "orbitals": [
11
6
  {
12
7
  "name": "ServiceCustomNoauthOrbital",
@@ -548,6 +543,5 @@
548
543
  }
549
544
  ]
550
545
  }
551
- ],
552
- "description": "Custom REST API behavior with no authentication. Tests the schema-level service declaration pattern for public APIs. Pure function: params in, OrbitalDefinition out."
553
- }
546
+ ]
547
+ }
@@ -1,18 +1,7 @@
1
1
  {
2
- "name": "ServiceCustomQueryOrbital",
3
- "services": [
4
- {
5
- "name": "custom-query-api",
6
- "type": "rest",
7
- "baseUrl": "https://api.example.com/v3",
8
- "auth": {
9
- "type": "api-key",
10
- "keyName": "api_key",
11
- "location": "query",
12
- "secretEnv": "CUSTOM_QUERY_KEY"
13
- }
14
- }
15
- ],
2
+ "name": "std-service-custom-query",
3
+ "version": "1.0.0",
4
+ "description": "Custom REST API behavior with query-string API key authentication. Tests the schema-level service declaration pattern with query-based auth. Pure function: params in, OrbitalDefinition out.",
16
5
  "orbitals": [
17
6
  {
18
7
  "name": "ServiceCustomQueryOrbital",
@@ -554,6 +543,5 @@
554
543
  }
555
544
  ]
556
545
  }
557
- ],
558
- "description": "Custom REST API behavior with query-string API key authentication. Tests the schema-level service declaration pattern with query-based auth. Pure function: params in, OrbitalDefinition out."
559
- }
546
+ ]
547
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "ServiceEmailOrbital",
2
+ "name": "std-service-email",
3
+ "version": "1.0.0",
4
+ "description": "Email service integration behavior: compose, send, track delivery status. Wraps the `email` service with call-service for send operations. Pure function: params in, OrbitalDefinition out.",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "ServiceEmailOrbital",
@@ -535,6 +537,5 @@
535
537
  }
536
538
  ]
537
539
  }
538
- ],
539
- "description": "Email service integration behavior: compose, send, track delivery status. Wraps the `email` service with call-service for send operations. Pure function: params in, OrbitalDefinition out."
540
- }
540
+ ]
541
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "ServiceGithubOrbital",
2
+ "name": "std-service-github",
3
+ "version": "1.0.0",
4
+ "description": "GitHub service integration behavior: idle, creatingPR, prCreated, error. Wraps the `github` integration (listIssues, createPR) with a PR creation flow. Pure function: params in, OrbitalDefinition out.",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "ServiceGithubOrbital",
@@ -581,6 +583,5 @@
581
583
  }
582
584
  ]
583
585
  }
584
- ],
585
- "description": "GitHub service integration behavior: idle, creatingPR, prCreated, error. Wraps the `github` integration (listIssues, createPR) with a PR creation flow. Pure function: params in, OrbitalDefinition out."
586
- }
586
+ ]
587
+ }
@@ -1,5 +1,7 @@
1
1
  {
2
- "name": "ServiceLlmOrbital",
2
+ "name": "std-service-llm",
3
+ "version": "1.0.0",
4
+ "description": "LLM service integration behavior: generate, classify, summarize text. Wraps the `llm` integration with 4 actions via separate action events. Pure function: params in, OrbitalDefinition out.",
3
5
  "orbitals": [
4
6
  {
5
7
  "name": "ServiceLlmOrbital",
@@ -666,6 +668,5 @@
666
668
  }
667
669
  ]
668
670
  }
669
- ],
670
- "description": "LLM service integration behavior: generate, classify, summarize text. Wraps the `llm` integration with 4 actions via separate action events. Pure function: params in, OrbitalDefinition out."
671
- }
671
+ ]
672
+ }