aimeat 1.40.1 → 2.0.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 (1567) hide show
  1. package/README.md +24 -15
  2. package/dist/.env.example +528 -495
  3. package/dist/locales/en.json +314 -297
  4. package/dist/locales/fi.json +314 -297
  5. package/dist/public/components/ContactPicker.js +145 -0
  6. package/dist/public/components/EmptyState.js +22 -7
  7. package/dist/public/components/NotificationBell.js +92 -7
  8. package/dist/public/cortex-bundled/aimeat-dag.js +553 -0
  9. package/dist/public/cortex-bundled/aimeat-dag.yaml +77 -0
  10. package/dist/public/cortex-bundled/aimeat-flow.js +225 -0
  11. package/dist/public/cortex-bundled/aimeat-flow.yaml +101 -0
  12. package/dist/public/cortex-bundled/aimeat-ui-motion.js +323 -0
  13. package/dist/public/cortex-bundled/aimeat-ui-motion.yaml +86 -0
  14. package/dist/public/css/components/contact-picker.css +26 -0
  15. package/dist/public/css/theme.css +52 -2
  16. package/dist/public/css/views/admin.css +51 -1
  17. package/dist/public/css/views/agents-detail.css +78 -14
  18. package/dist/public/css/views/capabilities.css +2 -0
  19. package/dist/public/css/views/companies.css +0 -1
  20. package/dist/public/css/views/inbox.css +142 -7
  21. package/dist/public/css/views/landing.css +2 -0
  22. package/dist/public/css/views/members.css +0 -1
  23. package/dist/public/css/views/my-company.css +5 -5
  24. package/dist/public/css/views/offers.css +0 -3
  25. package/dist/public/css/views/portal-dev.css +49 -0
  26. package/dist/public/css/views/profile.css +171 -13
  27. package/dist/public/css/views/public-knowledge-viewer.css +0 -17
  28. package/dist/public/css/views/scheduler.css +37 -1
  29. package/dist/public/css/views/workflows.css +1 -1
  30. package/dist/public/js/services/admin.js +10 -0
  31. package/dist/public/js/services/agent-activity.js +15 -0
  32. package/dist/public/js/services/agent-directives.js +14 -0
  33. package/dist/public/js/services/agent-integration.js +15 -0
  34. package/dist/public/js/services/agent-messages.js +14 -0
  35. package/dist/public/js/services/agent-tasks.js +14 -0
  36. package/dist/public/js/services/appdev.js +67 -0
  37. package/dist/public/js/services/apps.js +28 -0
  38. package/dist/public/js/services/calibrator.js +14 -1
  39. package/dist/public/js/services/consent.js +17 -0
  40. package/dist/public/js/services/contacts.js +47 -0
  41. package/dist/public/js/services/ecosystem.js +14 -0
  42. package/dist/public/js/services/generator.js +71 -35
  43. package/dist/public/js/services/knowledge.js +14 -0
  44. package/dist/public/js/services/ledger.js +18 -0
  45. package/dist/public/js/services/living.js +14 -0
  46. package/dist/public/js/services/messages.js +7 -1
  47. package/dist/public/js/services/organisms.js +48 -4
  48. package/dist/public/js/services/schedules.js +19 -2
  49. package/dist/public/js/services/security.js +14 -0
  50. package/dist/public/js/services/work.js +14 -0
  51. package/dist/public/lib/VENDORED.md +77 -0
  52. package/dist/public/lib/drawflow@0.min.css +1 -0
  53. package/dist/public/lib/drawflow@0.min.js +1 -0
  54. package/dist/public/lib/fonts/LICENSE.md +13 -0
  55. package/dist/public/lib/fonts/baloo2-latin-ext.woff2 +0 -0
  56. package/dist/public/lib/fonts/baloo2-latin.woff2 +0 -0
  57. package/dist/public/lib/fonts/bangers-latin-ext.woff2 +0 -0
  58. package/dist/public/lib/fonts/bangers-latin.woff2 +0 -0
  59. package/dist/public/lib/fonts.css +51 -0
  60. package/dist/public/lib/p5@1.min.js +2 -0
  61. package/dist/public/lib/phaser@3.min.js +1 -0
  62. package/dist/public/lib/pixi-unsafe-eval@8.min.js +22 -0
  63. package/dist/public/lib/pixi@8.min.js +2329 -0
  64. package/dist/public/lib/realtime.js +120 -3
  65. package/dist/public/lib/samples/LICENSE.md +21 -9
  66. package/dist/public/lib/samples/bass/A1.mp3 +0 -0
  67. package/dist/public/lib/samples/bass/B2.mp3 +0 -0
  68. package/dist/public/lib/samples/bass/D2.mp3 +0 -0
  69. package/dist/public/lib/samples/bass/E1.mp3 +0 -0
  70. package/dist/public/lib/samples/bass/E3.mp3 +0 -0
  71. package/dist/public/lib/samples/bass/G2.mp3 +0 -0
  72. package/dist/public/lib/samples/drums/clap.mp3 +0 -0
  73. package/dist/public/lib/samples/drums/cowbell.mp3 +0 -0
  74. package/dist/public/lib/samples/drums/crash.mp3 +0 -0
  75. package/dist/public/lib/samples/drums/hihat-open.mp3 +0 -0
  76. package/dist/public/lib/samples/drums/hihat.mp3 +0 -0
  77. package/dist/public/lib/samples/drums/kick.mp3 +0 -0
  78. package/dist/public/lib/samples/drums/ride.mp3 +0 -0
  79. package/dist/public/lib/samples/drums/snare.mp3 +0 -0
  80. package/dist/public/lib/samples/drums/tom-high.mp3 +0 -0
  81. package/dist/public/lib/samples/drums/tom-low.mp3 +0 -0
  82. package/dist/public/lib/samples/drums/tom-mid.mp3 +0 -0
  83. package/dist/public/lib/samples/flute/A4.mp3 +0 -0
  84. package/dist/public/lib/samples/flute/A5.mp3 +0 -0
  85. package/dist/public/lib/samples/flute/C4.mp3 +0 -0
  86. package/dist/public/lib/samples/flute/C5.mp3 +0 -0
  87. package/dist/public/lib/samples/flute/C6.mp3 +0 -0
  88. package/dist/public/lib/samples/flute/E4.mp3 +0 -0
  89. package/dist/public/lib/samples/flute/E5.mp3 +0 -0
  90. package/dist/public/lib/samples/guitar/A2.mp3 +0 -0
  91. package/dist/public/lib/samples/guitar/A4.mp3 +0 -0
  92. package/dist/public/lib/samples/guitar/B3.mp3 +0 -0
  93. package/dist/public/lib/samples/guitar/D3.mp3 +0 -0
  94. package/dist/public/lib/samples/guitar/E2.mp3 +0 -0
  95. package/dist/public/lib/samples/guitar/E4.mp3 +0 -0
  96. package/dist/public/lib/samples/guitar/E5.mp3 +0 -0
  97. package/dist/public/lib/samples/guitar/G3.mp3 +0 -0
  98. package/dist/public/lib/samples/guitar-el/A2.mp3 +0 -0
  99. package/dist/public/lib/samples/guitar-el/A4.mp3 +0 -0
  100. package/dist/public/lib/samples/guitar-el/B3.mp3 +0 -0
  101. package/dist/public/lib/samples/guitar-el/D3.mp3 +0 -0
  102. package/dist/public/lib/samples/guitar-el/E2.mp3 +0 -0
  103. package/dist/public/lib/samples/guitar-el/E4.mp3 +0 -0
  104. package/dist/public/lib/samples/guitar-el/E5.mp3 +0 -0
  105. package/dist/public/lib/samples/guitar-el/G3.mp3 +0 -0
  106. package/dist/public/lib/samples/guitar-steel/A2.mp3 +0 -0
  107. package/dist/public/lib/samples/guitar-steel/A4.mp3 +0 -0
  108. package/dist/public/lib/samples/guitar-steel/B3.mp3 +0 -0
  109. package/dist/public/lib/samples/guitar-steel/D3.mp3 +0 -0
  110. package/dist/public/lib/samples/guitar-steel/E2.mp3 +0 -0
  111. package/dist/public/lib/samples/guitar-steel/E4.mp3 +0 -0
  112. package/dist/public/lib/samples/guitar-steel/E5.mp3 +0 -0
  113. package/dist/public/lib/samples/guitar-steel/G3.mp3 +0 -0
  114. package/dist/public/llms-template.txt +42 -21
  115. package/dist/public/spa.html +40 -34
  116. package/dist/public/style-testbed.html +0 -2
  117. package/dist/public/sw.js +23 -4
  118. package/dist/public/views/_template.js +21 -8
  119. package/dist/public/views/admin/cortex-tab.js +2 -2
  120. package/dist/public/views/admin/database-tab.js +140 -0
  121. package/dist/public/views/admin/feedback-tab.js +162 -0
  122. package/dist/public/views/admin/owners-tab.js +19 -29
  123. package/dist/public/views/admin/push-tab.js +2 -2
  124. package/dist/public/views/admin/services-tab.js +4 -4
  125. package/dist/public/views/admin/shared.js +9 -3
  126. package/dist/public/views/admin/sharing-groups-tab.js +13 -25
  127. package/dist/public/views/admin/stats-tab.js +33 -33
  128. package/dist/public/views/admin.js +52 -49
  129. package/dist/public/views/companies.js +9 -7
  130. package/dist/public/views/help.js +2 -1
  131. package/dist/public/views/invite-accept.js +64 -19
  132. package/dist/public/views/landing.js +41 -8
  133. package/dist/public/views/members.js +4 -2
  134. package/dist/public/views/my-company.js +27 -77
  135. package/dist/public/views/my-company.payments.js +177 -0
  136. package/dist/public/views/portal-classic.js +0 -4
  137. package/dist/public/views/portal-dev.js +11 -0
  138. package/dist/public/views/portal-dev.panels.js +52 -58
  139. package/dist/public/views/portal.components.js +18 -36
  140. package/dist/public/views/portal.prompts.js +9 -10
  141. package/dist/public/views/profile/access-tab/access-tokens.js +3 -3
  142. package/dist/public/views/profile/access-tab/agent-defaults.js +3 -3
  143. package/dist/public/views/profile/access-tab/connected-apps.js +5 -3
  144. package/dist/public/views/profile/access-tab/sharing-groups.js +8 -7
  145. package/dist/public/views/profile/access-tab.js +26 -10
  146. package/dist/public/views/profile/agents/agent-card.js +16 -5
  147. package/dist/public/views/profile/agents/tab-activity.js +27 -9
  148. package/dist/public/views/profile/agents/tab-agent-config.js +4 -1
  149. package/dist/public/views/profile/agents/tab-contracts.js +11 -3
  150. package/dist/public/views/profile/agents/tab-data-access.js +36 -20
  151. package/dist/public/views/profile/agents/tab-directives.js +2 -1
  152. package/dist/public/views/profile/agents/tab-integration.js +46 -23
  153. package/dist/public/views/profile/agents/tab-messages.js +37 -6
  154. package/dist/public/views/profile/agents/tab-quality.js +32 -8
  155. package/dist/public/views/profile/agents/tab-schedules.js +15 -10
  156. package/dist/public/views/profile/agents/tab-usage.js +19 -8
  157. package/dist/public/views/profile/agents-capabilities-subtab.js +3 -3
  158. package/dist/public/views/profile/agents-tab.js +11 -1
  159. package/dist/public/views/profile/appdev-tab.js +275 -0
  160. package/dist/public/views/profile/apps-tab.js +230 -1
  161. package/dist/public/views/profile/calibrator-batch.js +2 -2
  162. package/dist/public/views/profile/calibrator-tab.js +69 -37
  163. package/dist/public/views/profile/capabilities-tab.js +24 -13
  164. package/dist/public/views/profile/contacts-tab.js +139 -0
  165. package/dist/public/views/profile/data-wallet-tab.js +37 -18
  166. package/dist/public/views/profile/discover-tab.js +2 -1
  167. package/dist/public/views/profile/ecosystem-tab.automation.js +21 -7
  168. package/dist/public/views/profile/extensions-tab.js +4 -2
  169. package/dist/public/views/profile/extensions-tab.maturity.js +40 -0
  170. package/dist/public/views/profile/generator-dashboard/DebugPanel.js +16 -9
  171. package/dist/public/views/profile/generator-dashboard/use-dashboard-core.js +46 -26
  172. package/dist/public/views/profile/generator-dashboard/use-edit-mode.js +29 -25
  173. package/dist/public/views/profile/generator-dashboard/use-test-execution.js +14 -14
  174. package/dist/public/views/profile/generator-detail.ai.js +21 -0
  175. package/dist/public/views/profile/generator-detail.js +59 -26
  176. package/dist/public/views/profile/generator-detail.results.js +1 -1
  177. package/dist/public/views/profile/generator-settings.js +51 -47
  178. package/dist/public/views/profile/generator-tab.js +28 -7
  179. package/dist/public/views/profile/inbox-tab/components.js +110 -10
  180. package/dist/public/views/profile/inbox-tab/helpers.js +12 -0
  181. package/dist/public/views/profile/inbox-tab/panels.js +34 -4
  182. package/dist/public/views/profile/inbox-tab/use-thread-ux.js +104 -0
  183. package/dist/public/views/profile/inbox-tab.js +94 -47
  184. package/dist/public/views/profile/knowledge-tab.helpers.js +20 -0
  185. package/dist/public/views/profile/knowledge-tab.js +31 -28
  186. package/dist/public/views/profile/landing-page.cards.js +59 -46
  187. package/dist/public/views/profile/landing-page.js +6 -5
  188. package/dist/public/views/profile/landing-page.modals.js +5 -2
  189. package/dist/public/views/profile/libraries-tab.js +196 -0
  190. package/dist/public/views/profile/living-tab.js +11 -0
  191. package/dist/public/views/profile/memory-tab.js +45 -4
  192. package/dist/public/views/profile/node-stats-tab.js +29 -24
  193. package/dist/public/views/profile/notebook-card.js +1 -1
  194. package/dist/public/views/profile/notebook-tab.js +20 -1
  195. package/dist/public/views/profile/offers-tab.js +2 -1
  196. package/dist/public/views/profile/openrouter-settings.js +613 -0
  197. package/dist/public/views/profile/organisms/invite-panel.js +254 -0
  198. package/dist/public/views/profile/organisms/members.js +110 -177
  199. package/dist/public/views/profile/organisms/participants-panel.js +6 -2
  200. package/dist/public/views/profile/organisms/skills-panel.js +2 -1
  201. package/dist/public/views/profile/organisms/workspace/generator.js +1 -1
  202. package/dist/public/views/profile/organisms-tab.js +24 -16
  203. package/dist/public/views/profile/packages-tab.js +28 -38
  204. package/dist/public/views/profile/scheduler-calendar.js +72 -4
  205. package/dist/public/views/profile/scheduler-tab.js +16 -5
  206. package/dist/public/views/profile/security-tab.js +44 -44
  207. package/dist/public/views/profile/skills-tab.js +3 -2
  208. package/dist/public/views/profile/wallet-tab.js +34 -7
  209. package/dist/public/views/profile/work-tab.js +10 -1
  210. package/dist/public/views/profile/workflows-tab.js +3 -2
  211. package/dist/public/views/profile.js +38 -44
  212. package/dist/public/views/public-knowledge-viewer.js +6 -7
  213. package/dist/public/views/start-flows.js +16 -0
  214. package/dist/scripts/aeb-ledger.d.ts +2 -0
  215. package/dist/scripts/aeb-ledger.d.ts.map +1 -0
  216. package/dist/scripts/aeb-ledger.js +28 -0
  217. package/dist/scripts/aeb-ledger.js.map +1 -0
  218. package/dist/scripts/aeb-prove.d.ts +2 -0
  219. package/dist/scripts/aeb-prove.d.ts.map +1 -0
  220. package/dist/scripts/aeb-prove.js +124 -0
  221. package/dist/scripts/aeb-prove.js.map +1 -0
  222. package/dist/scripts/archive-stale-versions.js +1 -59
  223. package/dist/scripts/archive-stale-versions.js.map +1 -1
  224. package/dist/scripts/audit-mcp-tools.d.ts +1 -0
  225. package/dist/scripts/audit-mcp-tools.d.ts.map +1 -1
  226. package/dist/scripts/audit-mcp-tools.js +25 -0
  227. package/dist/scripts/audit-mcp-tools.js.map +1 -1
  228. package/dist/scripts/consent-audit-prune.js +5 -58
  229. package/dist/scripts/consent-audit-prune.js.map +1 -1
  230. package/dist/scripts/db-reset.d.ts +3 -3
  231. package/dist/scripts/db-reset.js +21 -62
  232. package/dist/scripts/db-reset.js.map +1 -1
  233. package/dist/scripts/kill-port.js +25 -5
  234. package/dist/scripts/kill-port.js.map +1 -1
  235. package/dist/scripts/kill-test-servers.d.ts +3 -0
  236. package/dist/scripts/kill-test-servers.d.ts.map +1 -0
  237. package/dist/scripts/kill-test-servers.js +84 -0
  238. package/dist/scripts/kill-test-servers.js.map +1 -0
  239. package/dist/scripts/migrate-to-postgres-kysely.d.ts +2 -0
  240. package/dist/scripts/migrate-to-postgres-kysely.d.ts.map +1 -0
  241. package/dist/scripts/migrate-to-postgres-kysely.js +194 -0
  242. package/dist/scripts/migrate-to-postgres-kysely.js.map +1 -0
  243. package/dist/scripts/reassign-apps.js +1 -1
  244. package/dist/scripts/telemetry-prune.d.ts +2 -1
  245. package/dist/scripts/telemetry-prune.d.ts.map +1 -1
  246. package/dist/scripts/telemetry-prune.js +7 -58
  247. package/dist/scripts/telemetry-prune.js.map +1 -1
  248. package/dist/src/auth/middleware.d.ts +9 -0
  249. package/dist/src/auth/middleware.d.ts.map +1 -1
  250. package/dist/src/auth/middleware.js +31 -0
  251. package/dist/src/auth/middleware.js.map +1 -1
  252. package/dist/src/cli/config-import.js +2 -2
  253. package/dist/src/cli/config-import.js.map +1 -1
  254. package/dist/src/cli/connect/mcp/tools/agent-management.d.ts +2 -0
  255. package/dist/src/cli/connect/mcp/tools/agent-management.d.ts.map +1 -1
  256. package/dist/src/cli/connect/mcp/tools/agent-management.js +8 -0
  257. package/dist/src/cli/connect/mcp/tools/agent-management.js.map +1 -1
  258. package/dist/src/cli/connect/mcp/tools/appdev.d.ts +17 -0
  259. package/dist/src/cli/connect/mcp/tools/appdev.d.ts.map +1 -0
  260. package/dist/src/cli/connect/mcp/tools/appdev.js +123 -0
  261. package/dist/src/cli/connect/mcp/tools/appdev.js.map +1 -0
  262. package/dist/src/cli/connect/mcp/tools/apps.d.ts +3 -1
  263. package/dist/src/cli/connect/mcp/tools/apps.d.ts.map +1 -1
  264. package/dist/src/cli/connect/mcp/tools/apps.js +49 -1
  265. package/dist/src/cli/connect/mcp/tools/apps.js.map +1 -1
  266. package/dist/src/cli/connect/mcp/tools/commerce.d.ts +16 -0
  267. package/dist/src/cli/connect/mcp/tools/commerce.d.ts.map +1 -0
  268. package/dist/src/cli/connect/mcp/tools/commerce.js +102 -0
  269. package/dist/src/cli/connect/mcp/tools/commerce.js.map +1 -0
  270. package/dist/src/cli/connect/mcp/tools/contacts.d.ts +13 -0
  271. package/dist/src/cli/connect/mcp/tools/contacts.d.ts.map +1 -0
  272. package/dist/src/cli/connect/mcp/tools/contacts.js +35 -0
  273. package/dist/src/cli/connect/mcp/tools/contacts.js.map +1 -0
  274. package/dist/src/cli/connect/mcp/tools/dm-messages.d.ts +3 -0
  275. package/dist/src/cli/connect/mcp/tools/dm-messages.d.ts.map +1 -1
  276. package/dist/src/cli/connect/mcp/tools/dm-messages.js +24 -0
  277. package/dist/src/cli/connect/mcp/tools/dm-messages.js.map +1 -1
  278. package/dist/src/cli/connect/mcp/tools/feedback.d.ts +14 -0
  279. package/dist/src/cli/connect/mcp/tools/feedback.d.ts.map +1 -0
  280. package/dist/src/cli/connect/mcp/tools/feedback.js +29 -0
  281. package/dist/src/cli/connect/mcp/tools/feedback.js.map +1 -0
  282. package/dist/src/cli/connect/mcp/tools/index.d.ts.map +1 -1
  283. package/dist/src/cli/connect/mcp/tools/index.js +10 -0
  284. package/dist/src/cli/connect/mcp/tools/index.js.map +1 -1
  285. package/dist/src/cli/connect/mcp/tools/onboarding.d.ts.map +1 -1
  286. package/dist/src/cli/connect/mcp/tools/onboarding.js +4 -1
  287. package/dist/src/cli/connect/mcp/tools/onboarding.js.map +1 -1
  288. package/dist/src/cli/connect/mcp/tools/operator.d.ts +18 -0
  289. package/dist/src/cli/connect/mcp/tools/operator.d.ts.map +1 -0
  290. package/dist/src/cli/connect/mcp/tools/operator.js +65 -0
  291. package/dist/src/cli/connect/mcp/tools/operator.js.map +1 -0
  292. package/dist/src/cli/connect/mcp/tools/organisms.d.ts +2 -0
  293. package/dist/src/cli/connect/mcp/tools/organisms.d.ts.map +1 -1
  294. package/dist/src/cli/connect/mcp/tools/organisms.js +101 -2
  295. package/dist/src/cli/connect/mcp/tools/organisms.js.map +1 -1
  296. package/dist/src/cli/connect/mcp/tools/workflows.d.ts +1 -0
  297. package/dist/src/cli/connect/mcp/tools/workflows.d.ts.map +1 -1
  298. package/dist/src/cli/connect/mcp/tools/workflows.js +13 -0
  299. package/dist/src/cli/connect/mcp/tools/workflows.js.map +1 -1
  300. package/dist/src/cli/connect/tool-call-defs-agent.d.ts +6 -0
  301. package/dist/src/cli/connect/tool-call-defs-agent.d.ts.map +1 -1
  302. package/dist/src/cli/connect/tool-call-defs-agent.js +126 -0
  303. package/dist/src/cli/connect/tool-call-defs-agent.js.map +1 -1
  304. package/dist/src/cli/connect/tool-call-defs-apps.d.ts +4 -0
  305. package/dist/src/cli/connect/tool-call-defs-apps.d.ts.map +1 -1
  306. package/dist/src/cli/connect/tool-call-defs-apps.js +379 -1
  307. package/dist/src/cli/connect/tool-call-defs-apps.js.map +1 -1
  308. package/dist/src/cli/connect/tool-call-defs-organism.d.ts.map +1 -1
  309. package/dist/src/cli/connect/tool-call-defs-organism.js +46 -1
  310. package/dist/src/cli/connect/tool-call-defs-organism.js.map +1 -1
  311. package/dist/src/cli/init-wizard/generate.js +2 -2
  312. package/dist/src/cli/init-wizard/generate.js.map +1 -1
  313. package/dist/src/cli/init-wizard/helpers.d.ts +1 -1
  314. package/dist/src/cli/init-wizard/helpers.d.ts.map +1 -1
  315. package/dist/src/cli/init-wizard/helpers.js +2 -5
  316. package/dist/src/cli/init-wizard/helpers.js.map +1 -1
  317. package/dist/src/cli/init-wizard/presets.d.ts.map +1 -1
  318. package/dist/src/cli/init-wizard/presets.js +0 -1
  319. package/dist/src/cli/init-wizard/presets.js.map +1 -1
  320. package/dist/src/cli/init-wizard/steps-core.d.ts.map +1 -1
  321. package/dist/src/cli/init-wizard/steps-core.js +7 -11
  322. package/dist/src/cli/init-wizard/steps-core.js.map +1 -1
  323. package/dist/src/commerce/sellable-resolvers.d.ts +11 -1
  324. package/dist/src/commerce/sellable-resolvers.d.ts.map +1 -1
  325. package/dist/src/commerce/sellable-resolvers.js +55 -0
  326. package/dist/src/commerce/sellable-resolvers.js.map +1 -1
  327. package/dist/src/commerce/test-money-handler.d.ts +5 -0
  328. package/dist/src/commerce/test-money-handler.d.ts.map +1 -0
  329. package/dist/src/commerce/test-money-handler.js +27 -0
  330. package/dist/src/commerce/test-money-handler.js.map +1 -0
  331. package/dist/src/commerce/x402-facilitator.d.ts +113 -0
  332. package/dist/src/commerce/x402-facilitator.d.ts.map +1 -0
  333. package/dist/src/commerce/x402-facilitator.js +143 -0
  334. package/dist/src/commerce/x402-facilitator.js.map +1 -0
  335. package/dist/src/commerce/x402-handler.d.ts +35 -0
  336. package/dist/src/commerce/x402-handler.d.ts.map +1 -0
  337. package/dist/src/commerce/x402-handler.js +54 -0
  338. package/dist/src/commerce/x402-handler.js.map +1 -0
  339. package/dist/src/commerce/x402.d.ts +32 -8
  340. package/dist/src/commerce/x402.d.ts.map +1 -1
  341. package/dist/src/commerce/x402.js +41 -9
  342. package/dist/src/commerce/x402.js.map +1 -1
  343. package/dist/src/config-types.d.ts +21 -2
  344. package/dist/src/config-types.d.ts.map +1 -1
  345. package/dist/src/config.d.ts.map +1 -1
  346. package/dist/src/config.js +27 -5
  347. package/dist/src/config.js.map +1 -1
  348. package/dist/src/data/app-templates/components.d.ts +13 -1
  349. package/dist/src/data/app-templates/components.d.ts.map +1 -1
  350. package/dist/src/data/app-templates/components.js +149 -1
  351. package/dist/src/data/app-templates/components.js.map +1 -1
  352. package/dist/src/data/app-templates.d.ts +13 -0
  353. package/dist/src/data/app-templates.d.ts.map +1 -1
  354. package/dist/src/data/app-templates.js +39 -1
  355. package/dist/src/data/app-templates.js.map +1 -1
  356. package/dist/src/data/appdev-pitfalls.d.ts +56 -0
  357. package/dist/src/data/appdev-pitfalls.d.ts.map +1 -0
  358. package/dist/src/data/appdev-pitfalls.js +342 -0
  359. package/dist/src/data/appdev-pitfalls.js.map +1 -0
  360. package/dist/src/data/builtin-skills.d.ts +6 -0
  361. package/dist/src/data/builtin-skills.d.ts.map +1 -1
  362. package/dist/src/data/builtin-skills.js +151 -0
  363. package/dist/src/data/builtin-skills.js.map +1 -1
  364. package/dist/src/data/library-packs/cortex.d.ts +18 -0
  365. package/dist/src/data/library-packs/cortex.d.ts.map +1 -0
  366. package/dist/src/data/library-packs/cortex.js +339 -0
  367. package/dist/src/data/library-packs/cortex.js.map +1 -0
  368. package/dist/src/data/library-packs/sdk.d.ts +16 -0
  369. package/dist/src/data/library-packs/sdk.d.ts.map +1 -0
  370. package/dist/src/data/library-packs/sdk.js +439 -0
  371. package/dist/src/data/library-packs/sdk.js.map +1 -0
  372. package/dist/src/data/library-packs/vendored.d.ts +21 -0
  373. package/dist/src/data/library-packs/vendored.d.ts.map +1 -0
  374. package/dist/src/data/library-packs/vendored.js +381 -0
  375. package/dist/src/data/library-packs/vendored.js.map +1 -0
  376. package/dist/src/data/library-packs.d.ts +151 -0
  377. package/dist/src/data/library-packs.d.ts.map +1 -0
  378. package/dist/src/data/library-packs.js +169 -0
  379. package/dist/src/data/library-packs.js.map +1 -0
  380. package/dist/src/generated/api-types.d.ts +25542 -14448
  381. package/dist/src/generated/api-types.d.ts.map +1 -1
  382. package/dist/src/index-help.d.ts +1 -1
  383. package/dist/src/index-help.d.ts.map +1 -1
  384. package/dist/src/index-help.js +3 -3
  385. package/dist/src/mcp/agent-onboarding.d.ts.map +1 -1
  386. package/dist/src/mcp/agent-onboarding.js +8 -2
  387. package/dist/src/mcp/agent-onboarding.js.map +1 -1
  388. package/dist/src/mcp/annotations.d.ts +1 -0
  389. package/dist/src/mcp/annotations.d.ts.map +1 -1
  390. package/dist/src/mcp/annotations.js +24 -0
  391. package/dist/src/mcp/annotations.js.map +1 -1
  392. package/dist/src/mcp/app-template-proposals.d.ts +17 -0
  393. package/dist/src/mcp/app-template-proposals.d.ts.map +1 -0
  394. package/dist/src/mcp/app-template-proposals.js +94 -0
  395. package/dist/src/mcp/app-template-proposals.js.map +1 -0
  396. package/dist/src/mcp/appdev-pitfalls.d.ts +22 -0
  397. package/dist/src/mcp/appdev-pitfalls.d.ts.map +1 -0
  398. package/dist/src/mcp/appdev-pitfalls.js +208 -0
  399. package/dist/src/mcp/appdev-pitfalls.js.map +1 -0
  400. package/dist/src/mcp/appdev-proofs.d.ts +21 -0
  401. package/dist/src/mcp/appdev-proofs.d.ts.map +1 -0
  402. package/dist/src/mcp/appdev-proofs.js +103 -0
  403. package/dist/src/mcp/appdev-proofs.js.map +1 -0
  404. package/dist/src/mcp/appdev-research.d.ts +17 -0
  405. package/dist/src/mcp/appdev-research.d.ts.map +1 -0
  406. package/dist/src/mcp/appdev-research.js +27 -0
  407. package/dist/src/mcp/appdev-research.js.map +1 -0
  408. package/dist/src/mcp/apps.d.ts +6 -0
  409. package/dist/src/mcp/apps.d.ts.map +1 -1
  410. package/dist/src/mcp/apps.js +60 -5
  411. package/dist/src/mcp/apps.js.map +1 -1
  412. package/dist/src/mcp/catalog/definitions/agent-messaging.d.ts.map +1 -1
  413. package/dist/src/mcp/catalog/definitions/agent-messaging.js +38 -0
  414. package/dist/src/mcp/catalog/definitions/agent-messaging.js.map +1 -1
  415. package/dist/src/mcp/catalog/definitions/capabilities-groups-skills.d.ts +2 -0
  416. package/dist/src/mcp/catalog/definitions/capabilities-groups-skills.d.ts.map +1 -1
  417. package/dist/src/mcp/catalog/definitions/capabilities-groups-skills.js +139 -5
  418. package/dist/src/mcp/catalog/definitions/capabilities-groups-skills.js.map +1 -1
  419. package/dist/src/mcp/catalog/definitions/organisms-workspaces-apps.d.ts.map +1 -1
  420. package/dist/src/mcp/catalog/definitions/organisms-workspaces-apps.js +41 -3
  421. package/dist/src/mcp/catalog/definitions/organisms-workspaces-apps.js.map +1 -1
  422. package/dist/src/mcp/catalog/definitions/schedules-tasks-memory.d.ts.map +1 -1
  423. package/dist/src/mcp/catalog/definitions/schedules-tasks-memory.js +20 -0
  424. package/dist/src/mcp/catalog/definitions/schedules-tasks-memory.js.map +1 -1
  425. package/dist/src/mcp/catalog/scopes.d.ts +1 -0
  426. package/dist/src/mcp/catalog/scopes.d.ts.map +1 -1
  427. package/dist/src/mcp/catalog/scopes.js +18 -0
  428. package/dist/src/mcp/catalog/scopes.js.map +1 -1
  429. package/dist/src/mcp/catalog/surfaces.d.ts.map +1 -1
  430. package/dist/src/mcp/catalog/surfaces.js +17 -4
  431. package/dist/src/mcp/catalog/surfaces.js.map +1 -1
  432. package/dist/src/mcp/catalogue.d.ts +1 -0
  433. package/dist/src/mcp/catalogue.d.ts.map +1 -1
  434. package/dist/src/mcp/catalogue.js +10 -2
  435. package/dist/src/mcp/catalogue.js.map +1 -1
  436. package/dist/src/mcp/commerce.js +1 -1
  437. package/dist/src/mcp/commerce.js.map +1 -1
  438. package/dist/src/mcp/contacts.d.ts +19 -0
  439. package/dist/src/mcp/contacts.d.ts.map +1 -0
  440. package/dist/src/mcp/contacts.js +58 -0
  441. package/dist/src/mcp/contacts.js.map +1 -0
  442. package/dist/src/mcp/core-admin.js +1 -1
  443. package/dist/src/mcp/core-admin.js.map +1 -1
  444. package/dist/src/mcp/extensions.d.ts +4 -0
  445. package/dist/src/mcp/extensions.d.ts.map +1 -1
  446. package/dist/src/mcp/extensions.js +74 -12
  447. package/dist/src/mcp/extensions.js.map +1 -1
  448. package/dist/src/mcp/feedback.d.ts +20 -0
  449. package/dist/src/mcp/feedback.d.ts.map +1 -0
  450. package/dist/src/mcp/feedback.js +61 -0
  451. package/dist/src/mcp/feedback.js.map +1 -0
  452. package/dist/src/mcp/index.d.ts +1 -0
  453. package/dist/src/mcp/index.d.ts.map +1 -1
  454. package/dist/src/mcp/index.js +13 -0
  455. package/dist/src/mcp/index.js.map +1 -1
  456. package/dist/src/mcp/knowledge.d.ts +4 -0
  457. package/dist/src/mcp/knowledge.d.ts.map +1 -1
  458. package/dist/src/mcp/knowledge.js +39 -22
  459. package/dist/src/mcp/knowledge.js.map +1 -1
  460. package/dist/src/mcp/organisms-name-invites.d.ts +18 -0
  461. package/dist/src/mcp/organisms-name-invites.d.ts.map +1 -0
  462. package/dist/src/mcp/organisms-name-invites.js +143 -0
  463. package/dist/src/mcp/organisms-name-invites.js.map +1 -0
  464. package/dist/src/mcp/organisms.d.ts +3 -0
  465. package/dist/src/mcp/organisms.d.ts.map +1 -1
  466. package/dist/src/mcp/organisms.js +12 -86
  467. package/dist/src/mcp/organisms.js.map +1 -1
  468. package/dist/src/mcp/workflows.d.ts +2 -0
  469. package/dist/src/mcp/workflows.d.ts.map +1 -1
  470. package/dist/src/mcp/workflows.js +43 -3
  471. package/dist/src/mcp/workflows.js.map +1 -1
  472. package/dist/src/mcp/workspaces.d.ts +4 -0
  473. package/dist/src/mcp/workspaces.d.ts.map +1 -1
  474. package/dist/src/mcp/workspaces.js +15 -12
  475. package/dist/src/mcp/workspaces.js.map +1 -1
  476. package/dist/src/middleware/workspace-access.d.ts +3 -0
  477. package/dist/src/middleware/workspace-access.d.ts.map +1 -1
  478. package/dist/src/middleware/workspace-access.js +7 -3
  479. package/dist/src/middleware/workspace-access.js.map +1 -1
  480. package/dist/src/models/agent-onboarding-schemas.d.ts +2 -0
  481. package/dist/src/models/agent-onboarding-schemas.d.ts.map +1 -1
  482. package/dist/src/models/agent-onboarding-schemas.js +5 -0
  483. package/dist/src/models/agent-onboarding-schemas.js.map +1 -1
  484. package/dist/src/models/contribution-proof.d.ts +29 -0
  485. package/dist/src/models/contribution-proof.d.ts.map +1 -0
  486. package/dist/src/models/contribution-proof.js +23 -0
  487. package/dist/src/models/contribution-proof.js.map +1 -0
  488. package/dist/src/models/crew-def-schemas.d.ts +114 -0
  489. package/dist/src/models/crew-def-schemas.d.ts.map +1 -0
  490. package/dist/src/models/crew-def-schemas.js +140 -0
  491. package/dist/src/models/crew-def-schemas.js.map +1 -0
  492. package/dist/src/models/workflow-schemas.d.ts +69 -1
  493. package/dist/src/models/workflow-schemas.d.ts.map +1 -1
  494. package/dist/src/models/workflow-schemas.js +26 -0
  495. package/dist/src/models/workflow-schemas.js.map +1 -1
  496. package/dist/src/routes/access-tokens.d.ts +2 -0
  497. package/dist/src/routes/access-tokens.d.ts.map +1 -1
  498. package/dist/src/routes/access-tokens.js +15 -0
  499. package/dist/src/routes/access-tokens.js.map +1 -1
  500. package/dist/src/routes/admin-config.js +1 -1
  501. package/dist/src/routes/admin-config.js.map +1 -1
  502. package/dist/src/routes/admin-maintenance.d.ts +3 -0
  503. package/dist/src/routes/admin-maintenance.d.ts.map +1 -1
  504. package/dist/src/routes/admin-maintenance.js +20 -0
  505. package/dist/src/routes/admin-maintenance.js.map +1 -1
  506. package/dist/src/routes/admin-storage-stats.d.ts +17 -0
  507. package/dist/src/routes/admin-storage-stats.d.ts.map +1 -0
  508. package/dist/src/routes/admin-storage-stats.js +56 -0
  509. package/dist/src/routes/admin-storage-stats.js.map +1 -0
  510. package/dist/src/routes/admin.d.ts +1 -0
  511. package/dist/src/routes/admin.d.ts.map +1 -1
  512. package/dist/src/routes/admin.js +10 -12
  513. package/dist/src/routes/admin.js.map +1 -1
  514. package/dist/src/routes/agent-activity.d.ts +6 -0
  515. package/dist/src/routes/agent-activity.d.ts.map +1 -1
  516. package/dist/src/routes/agent-activity.js +57 -0
  517. package/dist/src/routes/agent-activity.js.map +1 -1
  518. package/dist/src/routes/agent-directives.d.ts.map +1 -1
  519. package/dist/src/routes/agent-directives.js +30 -0
  520. package/dist/src/routes/agent-directives.js.map +1 -1
  521. package/dist/src/routes/agent-messages.d.ts +2 -0
  522. package/dist/src/routes/agent-messages.d.ts.map +1 -1
  523. package/dist/src/routes/agent-messages.js +18 -0
  524. package/dist/src/routes/agent-messages.js.map +1 -1
  525. package/dist/src/routes/agent-onboarding.d.ts +16 -0
  526. package/dist/src/routes/agent-onboarding.d.ts.map +1 -1
  527. package/dist/src/routes/agent-onboarding.js +6 -1
  528. package/dist/src/routes/agent-onboarding.js.map +1 -1
  529. package/dist/src/routes/agent-webhook.d.ts +3 -0
  530. package/dist/src/routes/agent-webhook.d.ts.map +1 -1
  531. package/dist/src/routes/agent-webhook.js +28 -0
  532. package/dist/src/routes/agent-webhook.js.map +1 -1
  533. package/dist/src/routes/agents/device-auth.d.ts +6 -0
  534. package/dist/src/routes/agents/device-auth.d.ts.map +1 -1
  535. package/dist/src/routes/agents/device-auth.js +224 -137
  536. package/dist/src/routes/agents/device-auth.js.map +1 -1
  537. package/dist/src/routes/agents/offers.d.ts +4 -0
  538. package/dist/src/routes/agents/offers.d.ts.map +1 -1
  539. package/dist/src/routes/agents/offers.js +0 -0
  540. package/dist/src/routes/agents/offers.js.map +1 -1
  541. package/dist/src/routes/agents/profile-metadata.d.ts +3 -0
  542. package/dist/src/routes/agents/profile-metadata.d.ts.map +1 -1
  543. package/dist/src/routes/agents/profile-metadata.js +23 -10
  544. package/dist/src/routes/agents/profile-metadata.js.map +1 -1
  545. package/dist/src/routes/app-grants.d.ts.map +1 -1
  546. package/dist/src/routes/app-grants.js +2 -0
  547. package/dist/src/routes/app-grants.js.map +1 -1
  548. package/dist/src/routes/appdev-overview.d.ts +17 -0
  549. package/dist/src/routes/appdev-overview.d.ts.map +1 -0
  550. package/dist/src/routes/appdev-overview.js +75 -0
  551. package/dist/src/routes/appdev-overview.js.map +1 -0
  552. package/dist/src/routes/appdev-pitfalls.d.ts +20 -0
  553. package/dist/src/routes/appdev-pitfalls.d.ts.map +1 -0
  554. package/dist/src/routes/appdev-pitfalls.js +103 -0
  555. package/dist/src/routes/appdev-pitfalls.js.map +1 -0
  556. package/dist/src/routes/appeals.d.ts +1 -0
  557. package/dist/src/routes/appeals.d.ts.map +1 -1
  558. package/dist/src/routes/appeals.js +3 -1
  559. package/dist/src/routes/appeals.js.map +1 -1
  560. package/dist/src/routes/apps/agents-deploy.d.ts +24 -0
  561. package/dist/src/routes/apps/agents-deploy.d.ts.map +1 -0
  562. package/dist/src/routes/apps/agents-deploy.js +214 -0
  563. package/dist/src/routes/apps/agents-deploy.js.map +1 -0
  564. package/dist/src/routes/apps/catalogue-admin.d.ts +5 -0
  565. package/dist/src/routes/apps/catalogue-admin.d.ts.map +1 -1
  566. package/dist/src/routes/apps/catalogue-admin.js +34 -10
  567. package/dist/src/routes/apps/catalogue-admin.js.map +1 -1
  568. package/dist/src/routes/apps/drafts.d.ts +2 -0
  569. package/dist/src/routes/apps/drafts.d.ts.map +1 -1
  570. package/dist/src/routes/apps/drafts.js +4 -0
  571. package/dist/src/routes/apps/drafts.js.map +1 -1
  572. package/dist/src/routes/apps/fork-manage.d.ts +3 -1
  573. package/dist/src/routes/apps/fork-manage.d.ts.map +1 -1
  574. package/dist/src/routes/apps/fork-manage.js +26 -0
  575. package/dist/src/routes/apps/fork-manage.js.map +1 -1
  576. package/dist/src/routes/apps/publish.d.ts +5 -0
  577. package/dist/src/routes/apps/publish.d.ts.map +1 -1
  578. package/dist/src/routes/apps/publish.js +43 -1
  579. package/dist/src/routes/apps/publish.js.map +1 -1
  580. package/dist/src/routes/apps.d.ts +2 -0
  581. package/dist/src/routes/apps.d.ts.map +1 -1
  582. package/dist/src/routes/apps.js +4 -0
  583. package/dist/src/routes/apps.js.map +1 -1
  584. package/dist/src/routes/auth.d.ts +2 -0
  585. package/dist/src/routes/auth.d.ts.map +1 -1
  586. package/dist/src/routes/auth.js +11 -0
  587. package/dist/src/routes/auth.js.map +1 -1
  588. package/dist/src/routes/bootstrap.d.ts +5 -0
  589. package/dist/src/routes/bootstrap.d.ts.map +1 -1
  590. package/dist/src/routes/bootstrap.js +21 -14
  591. package/dist/src/routes/bootstrap.js.map +1 -1
  592. package/dist/src/routes/calibrator.d.ts +2 -0
  593. package/dist/src/routes/calibrator.d.ts.map +1 -1
  594. package/dist/src/routes/calibrator.js +43 -0
  595. package/dist/src/routes/calibrator.js.map +1 -1
  596. package/dist/src/routes/catalogue.d.ts +2 -0
  597. package/dist/src/routes/catalogue.d.ts.map +1 -1
  598. package/dist/src/routes/catalogue.js +20 -30
  599. package/dist/src/routes/catalogue.js.map +1 -1
  600. package/dist/src/routes/commerce.d.ts.map +1 -1
  601. package/dist/src/routes/commerce.js +18 -8
  602. package/dist/src/routes/commerce.js.map +1 -1
  603. package/dist/src/routes/consent.d.ts.map +1 -1
  604. package/dist/src/routes/consent.js +10 -0
  605. package/dist/src/routes/consent.js.map +1 -1
  606. package/dist/src/routes/contacts.d.ts +20 -0
  607. package/dist/src/routes/contacts.d.ts.map +1 -0
  608. package/dist/src/routes/contacts.js +86 -0
  609. package/dist/src/routes/contacts.js.map +1 -0
  610. package/dist/src/routes/ecosystem-apps.d.ts +2 -0
  611. package/dist/src/routes/ecosystem-apps.d.ts.map +1 -1
  612. package/dist/src/routes/ecosystem-apps.js +34 -0
  613. package/dist/src/routes/ecosystem-apps.js.map +1 -1
  614. package/dist/src/routes/extensions/actions.d.ts +3 -0
  615. package/dist/src/routes/extensions/actions.d.ts.map +1 -1
  616. package/dist/src/routes/extensions/actions.js +43 -6
  617. package/dist/src/routes/extensions/actions.js.map +1 -1
  618. package/dist/src/routes/extensions/manifest.d.ts +2 -0
  619. package/dist/src/routes/extensions/manifest.d.ts.map +1 -1
  620. package/dist/src/routes/extensions/manifest.js +68 -8
  621. package/dist/src/routes/extensions/manifest.js.map +1 -1
  622. package/dist/src/routes/extensions/paywall.d.ts +30 -0
  623. package/dist/src/routes/extensions/paywall.d.ts.map +1 -0
  624. package/dist/src/routes/extensions/paywall.js +107 -0
  625. package/dist/src/routes/extensions/paywall.js.map +1 -0
  626. package/dist/src/routes/federation-sync/messaging.d.ts.map +1 -1
  627. package/dist/src/routes/federation-sync/messaging.js +4 -0
  628. package/dist/src/routes/federation-sync/messaging.js.map +1 -1
  629. package/dist/src/routes/feedback.d.ts +23 -0
  630. package/dist/src/routes/feedback.d.ts.map +1 -0
  631. package/dist/src/routes/feedback.js +111 -0
  632. package/dist/src/routes/feedback.js.map +1 -0
  633. package/dist/src/routes/generator/projects.d.ts.map +1 -1
  634. package/dist/src/routes/generator/projects.js +18 -0
  635. package/dist/src/routes/generator/projects.js.map +1 -1
  636. package/dist/src/routes/generator/prompts.d.ts +14 -3
  637. package/dist/src/routes/generator/prompts.d.ts.map +1 -1
  638. package/dist/src/routes/generator/prompts.js +165 -90
  639. package/dist/src/routes/generator/prompts.js.map +1 -1
  640. package/dist/src/routes/generator.d.ts +2 -0
  641. package/dist/src/routes/generator.d.ts.map +1 -1
  642. package/dist/src/routes/generator.js +2 -0
  643. package/dist/src/routes/generator.js.map +1 -1
  644. package/dist/src/routes/ghii/profile.d.ts +2 -0
  645. package/dist/src/routes/ghii/profile.d.ts.map +1 -1
  646. package/dist/src/routes/ghii/profile.js +16 -11
  647. package/dist/src/routes/ghii/profile.js.map +1 -1
  648. package/dist/src/routes/knowledge/admin.d.ts +1 -0
  649. package/dist/src/routes/knowledge/admin.d.ts.map +1 -1
  650. package/dist/src/routes/knowledge/admin.js +30 -40
  651. package/dist/src/routes/knowledge/admin.js.map +1 -1
  652. package/dist/src/routes/knowledge/helpers.d.ts +1 -0
  653. package/dist/src/routes/knowledge/helpers.d.ts.map +1 -1
  654. package/dist/src/routes/knowledge/helpers.js +5 -1
  655. package/dist/src/routes/knowledge/helpers.js.map +1 -1
  656. package/dist/src/routes/knowledge/organism.d.ts +1 -0
  657. package/dist/src/routes/knowledge/organism.d.ts.map +1 -1
  658. package/dist/src/routes/knowledge/organism.js +7 -11
  659. package/dist/src/routes/knowledge/organism.js.map +1 -1
  660. package/dist/src/routes/knowledge/packages-core.d.ts +1 -0
  661. package/dist/src/routes/knowledge/packages-core.d.ts.map +1 -1
  662. package/dist/src/routes/knowledge/packages-core.js +6 -16
  663. package/dist/src/routes/knowledge/packages-core.js.map +1 -1
  664. package/dist/src/routes/knowledge/sharing.d.ts +1 -0
  665. package/dist/src/routes/knowledge/sharing.d.ts.map +1 -1
  666. package/dist/src/routes/knowledge/sharing.js +11 -31
  667. package/dist/src/routes/knowledge/sharing.js.map +1 -1
  668. package/dist/src/routes/knowledge.d.ts +2 -0
  669. package/dist/src/routes/knowledge.d.ts.map +1 -1
  670. package/dist/src/routes/knowledge.js +15 -0
  671. package/dist/src/routes/knowledge.js.map +1 -1
  672. package/dist/src/routes/ledger.d.ts +4 -0
  673. package/dist/src/routes/ledger.d.ts.map +1 -1
  674. package/dist/src/routes/ledger.js +93 -53
  675. package/dist/src/routes/ledger.js.map +1 -1
  676. package/dist/src/routes/lib-data.d.ts +2 -0
  677. package/dist/src/routes/lib-data.d.ts.map +1 -1
  678. package/dist/src/routes/lib-data.js +7 -4
  679. package/dist/src/routes/lib-data.js.map +1 -1
  680. package/dist/src/routes/lib-intake.d.ts +21 -0
  681. package/dist/src/routes/lib-intake.d.ts.map +1 -0
  682. package/dist/src/routes/lib-intake.js +63 -0
  683. package/dist/src/routes/lib-intake.js.map +1 -0
  684. package/dist/src/routes/lib-organism.d.ts +13 -0
  685. package/dist/src/routes/lib-organism.d.ts.map +1 -1
  686. package/dist/src/routes/lib-organism.js +80 -0
  687. package/dist/src/routes/lib-organism.js.map +1 -1
  688. package/dist/src/routes/lib-workflows.d.ts +24 -0
  689. package/dist/src/routes/lib-workflows.d.ts.map +1 -0
  690. package/dist/src/routes/lib-workflows.js +125 -0
  691. package/dist/src/routes/lib-workflows.js.map +1 -0
  692. package/dist/src/routes/library-packs.d.ts +31 -0
  693. package/dist/src/routes/library-packs.d.ts.map +1 -0
  694. package/dist/src/routes/library-packs.js +187 -0
  695. package/dist/src/routes/library-packs.js.map +1 -0
  696. package/dist/src/routes/libs/audio-lib-part2.d.ts +2 -0
  697. package/dist/src/routes/libs/audio-lib-part2.d.ts.map +1 -1
  698. package/dist/src/routes/libs/audio-lib-part2.js +4 -0
  699. package/dist/src/routes/libs/audio-lib-part2.js.map +1 -1
  700. package/dist/src/routes/libs/auth-lib-part2.d.ts +5 -0
  701. package/dist/src/routes/libs/auth-lib-part2.d.ts.map +1 -1
  702. package/dist/src/routes/libs/auth-lib-part2.js +118 -5
  703. package/dist/src/routes/libs/auth-lib-part2.js.map +1 -1
  704. package/dist/src/routes/libs.d.ts +10 -0
  705. package/dist/src/routes/libs.d.ts.map +1 -1
  706. package/dist/src/routes/libs.js +28 -149
  707. package/dist/src/routes/libs.js.map +1 -1
  708. package/dist/src/routes/living.d.ts +2 -0
  709. package/dist/src/routes/living.d.ts.map +1 -1
  710. package/dist/src/routes/living.js +12 -0
  711. package/dist/src/routes/living.js.map +1 -1
  712. package/dist/src/routes/matches.d.ts +3 -0
  713. package/dist/src/routes/matches.d.ts.map +1 -1
  714. package/dist/src/routes/matches.js +47 -51
  715. package/dist/src/routes/matches.js.map +1 -1
  716. package/dist/src/routes/memory/bulk.d.ts.map +1 -1
  717. package/dist/src/routes/memory/bulk.js +185 -70
  718. package/dist/src/routes/memory/bulk.js.map +1 -1
  719. package/dist/src/routes/memory/crud.d.ts +2 -0
  720. package/dist/src/routes/memory/crud.d.ts.map +1 -1
  721. package/dist/src/routes/memory/crud.js +70 -39
  722. package/dist/src/routes/memory/crud.js.map +1 -1
  723. package/dist/src/routes/memory/key.d.ts +2 -0
  724. package/dist/src/routes/memory/key.d.ts.map +1 -1
  725. package/dist/src/routes/memory/key.js +23 -4
  726. package/dist/src/routes/memory/key.js.map +1 -1
  727. package/dist/src/routes/memory/shared.d.ts +4 -0
  728. package/dist/src/routes/memory/shared.d.ts.map +1 -1
  729. package/dist/src/routes/memory/shared.js.map +1 -1
  730. package/dist/src/routes/memory.d.ts.map +1 -1
  731. package/dist/src/routes/memory.js +29 -1
  732. package/dist/src/routes/memory.js.map +1 -1
  733. package/dist/src/routes/messages.d.ts +6 -0
  734. package/dist/src/routes/messages.d.ts.map +1 -1
  735. package/dist/src/routes/messages.js +39 -26
  736. package/dist/src/routes/messages.js.map +1 -1
  737. package/dist/src/routes/notifications.d.ts +2 -0
  738. package/dist/src/routes/notifications.d.ts.map +1 -1
  739. package/dist/src/routes/notifications.js +21 -2
  740. package/dist/src/routes/notifications.js.map +1 -1
  741. package/dist/src/routes/organisms/crud.d.ts +6 -0
  742. package/dist/src/routes/organisms/crud.d.ts.map +1 -1
  743. package/dist/src/routes/organisms/crud.js +80 -62
  744. package/dist/src/routes/organisms/crud.js.map +1 -1
  745. package/dist/src/routes/organisms/gates.d.ts.map +1 -1
  746. package/dist/src/routes/organisms/gates.js +82 -1
  747. package/dist/src/routes/organisms/gates.js.map +1 -1
  748. package/dist/src/routes/organisms/intake.d.ts +29 -0
  749. package/dist/src/routes/organisms/intake.d.ts.map +1 -0
  750. package/dist/src/routes/organisms/intake.js +251 -0
  751. package/dist/src/routes/organisms/intake.js.map +1 -0
  752. package/dist/src/routes/organisms/membership.d.ts +4 -1
  753. package/dist/src/routes/organisms/membership.d.ts.map +1 -1
  754. package/dist/src/routes/organisms/membership.js +103 -60
  755. package/dist/src/routes/organisms/membership.js.map +1 -1
  756. package/dist/src/routes/organisms/shared.d.ts +28 -0
  757. package/dist/src/routes/organisms/shared.d.ts.map +1 -1
  758. package/dist/src/routes/organisms/shared.js +339 -26
  759. package/dist/src/routes/organisms/shared.js.map +1 -1
  760. package/dist/src/routes/organisms/workspace-access.d.ts +16 -0
  761. package/dist/src/routes/organisms/workspace-access.d.ts.map +1 -1
  762. package/dist/src/routes/organisms/workspace-access.js +136 -52
  763. package/dist/src/routes/organisms/workspace-access.js.map +1 -1
  764. package/dist/src/routes/organisms/workspace-ops.d.ts +6 -0
  765. package/dist/src/routes/organisms/workspace-ops.d.ts.map +1 -1
  766. package/dist/src/routes/organisms/workspace-ops.js +224 -11
  767. package/dist/src/routes/organisms/workspace-ops.js.map +1 -1
  768. package/dist/src/routes/organisms/workspace-read.d.ts +4 -0
  769. package/dist/src/routes/organisms/workspace-read.d.ts.map +1 -1
  770. package/dist/src/routes/organisms/workspace-read.js +14 -6
  771. package/dist/src/routes/organisms/workspace-read.js.map +1 -1
  772. package/dist/src/routes/organisms.d.ts.map +1 -1
  773. package/dist/src/routes/organisms.js +2 -0
  774. package/dist/src/routes/organisms.js.map +1 -1
  775. package/dist/src/routes/owners.d.ts +2 -0
  776. package/dist/src/routes/owners.d.ts.map +1 -1
  777. package/dist/src/routes/owners.js +17 -7
  778. package/dist/src/routes/owners.js.map +1 -1
  779. package/dist/src/routes/packages.d.ts.map +1 -1
  780. package/dist/src/routes/packages.js +10 -0
  781. package/dist/src/routes/packages.js.map +1 -1
  782. package/dist/src/routes/portal.d.ts +1 -1
  783. package/dist/src/routes/portal.d.ts.map +1 -1
  784. package/dist/src/routes/portal.js +3 -7
  785. package/dist/src/routes/portal.js.map +1 -1
  786. package/dist/src/routes/portfolio.d.ts +2 -0
  787. package/dist/src/routes/portfolio.d.ts.map +1 -1
  788. package/dist/src/routes/portfolio.js +41 -31
  789. package/dist/src/routes/portfolio.js.map +1 -1
  790. package/dist/src/routes/prompts.d.ts.map +1 -1
  791. package/dist/src/routes/prompts.js +23 -0
  792. package/dist/src/routes/prompts.js.map +1 -1
  793. package/dist/src/routes/schedules.d.ts +7 -0
  794. package/dist/src/routes/schedules.d.ts.map +1 -1
  795. package/dist/src/routes/schedules.js +102 -39
  796. package/dist/src/routes/schedules.js.map +1 -1
  797. package/dist/src/routes/upload.d.ts +4 -0
  798. package/dist/src/routes/upload.d.ts.map +1 -1
  799. package/dist/src/routes/upload.js +21 -1
  800. package/dist/src/routes/upload.js.map +1 -1
  801. package/dist/src/routes/usage.d.ts +9 -5
  802. package/dist/src/routes/usage.d.ts.map +1 -1
  803. package/dist/src/routes/usage.js +26 -5
  804. package/dist/src/routes/usage.js.map +1 -1
  805. package/dist/src/routes/wallet.d.ts +3 -0
  806. package/dist/src/routes/wallet.d.ts.map +1 -1
  807. package/dist/src/routes/wallet.js +17 -1
  808. package/dist/src/routes/wallet.js.map +1 -1
  809. package/dist/src/routes/work.d.ts.map +1 -1
  810. package/dist/src/routes/work.js +14 -9
  811. package/dist/src/routes/work.js.map +1 -1
  812. package/dist/src/routes/workflows.d.ts +4 -0
  813. package/dist/src/routes/workflows.d.ts.map +1 -1
  814. package/dist/src/routes/workflows.js +58 -1
  815. package/dist/src/routes/workflows.js.map +1 -1
  816. package/dist/src/server-bootstrap/config-init.d.ts.map +1 -1
  817. package/dist/src/server-bootstrap/config-init.js +7 -6
  818. package/dist/src/server-bootstrap/config-init.js.map +1 -1
  819. package/dist/src/server-bootstrap/routes-loader.d.ts +1 -0
  820. package/dist/src/server-bootstrap/routes-loader.d.ts.map +1 -1
  821. package/dist/src/server-bootstrap/routes-loader.js +27 -7
  822. package/dist/src/server-bootstrap/routes-loader.js.map +1 -1
  823. package/dist/src/server.d.ts.map +1 -1
  824. package/dist/src/server.js +4 -0
  825. package/dist/src/server.js.map +1 -1
  826. package/dist/src/services/app-agent-deploy.d.ts +26 -0
  827. package/dist/src/services/app-agent-deploy.d.ts.map +1 -0
  828. package/dist/src/services/app-agent-deploy.js +91 -0
  829. package/dist/src/services/app-agent-deploy.js.map +1 -0
  830. package/dist/src/services/app-template-proposals.d.ts +94 -0
  831. package/dist/src/services/app-template-proposals.d.ts.map +1 -0
  832. package/dist/src/services/app-template-proposals.js +114 -0
  833. package/dist/src/services/app-template-proposals.js.map +1 -0
  834. package/dist/src/services/appdev-flow-constants.d.ts +33 -0
  835. package/dist/src/services/appdev-flow-constants.d.ts.map +1 -0
  836. package/dist/src/services/appdev-flow-constants.js +43 -0
  837. package/dist/src/services/appdev-flow-constants.js.map +1 -0
  838. package/dist/src/services/appdev-flow-prompt.d.ts +15 -0
  839. package/dist/src/services/appdev-flow-prompt.d.ts.map +1 -0
  840. package/dist/src/services/appdev-flow-prompt.js +40 -0
  841. package/dist/src/services/appdev-flow-prompt.js.map +1 -0
  842. package/dist/src/services/appdev-kb.d.ts +71 -0
  843. package/dist/src/services/appdev-kb.d.ts.map +1 -0
  844. package/dist/src/services/appdev-kb.js +178 -0
  845. package/dist/src/services/appdev-kb.js.map +1 -0
  846. package/dist/src/services/appdev-overview.d.ts +28 -0
  847. package/dist/src/services/appdev-overview.d.ts.map +1 -0
  848. package/dist/src/services/appdev-overview.js +189 -0
  849. package/dist/src/services/appdev-overview.js.map +1 -0
  850. package/dist/src/services/build-app-prompt.d.ts +14 -0
  851. package/dist/src/services/build-app-prompt.d.ts.map +1 -1
  852. package/dist/src/services/build-app-prompt.js +62 -34
  853. package/dist/src/services/build-app-prompt.js.map +1 -1
  854. package/dist/src/services/config-schema.d.ts.map +1 -1
  855. package/dist/src/services/config-schema.js +1 -3
  856. package/dist/src/services/config-schema.js.map +1 -1
  857. package/dist/src/services/consent.d.ts.map +1 -1
  858. package/dist/src/services/consent.js +8 -3
  859. package/dist/src/services/consent.js.map +1 -1
  860. package/dist/src/services/contacts.d.ts +64 -0
  861. package/dist/src/services/contacts.d.ts.map +1 -0
  862. package/dist/src/services/contacts.js +133 -0
  863. package/dist/src/services/contacts.js.map +1 -0
  864. package/dist/src/services/core-jobs.d.ts +4 -0
  865. package/dist/src/services/core-jobs.d.ts.map +1 -1
  866. package/dist/src/services/core-jobs.js +23 -0
  867. package/dist/src/services/core-jobs.js.map +1 -1
  868. package/dist/src/services/dangling-refs.d.ts +2 -0
  869. package/dist/src/services/dangling-refs.d.ts.map +1 -1
  870. package/dist/src/services/dangling-refs.js +3 -2
  871. package/dist/src/services/dangling-refs.js.map +1 -1
  872. package/dist/src/services/db/access-tab-db-service.d.ts +49 -0
  873. package/dist/src/services/db/access-tab-db-service.d.ts.map +1 -0
  874. package/dist/src/services/db/access-tab-db-service.js +87 -0
  875. package/dist/src/services/db/access-tab-db-service.js.map +1 -0
  876. package/dist/src/services/db/agent-activity-overview-db-service.d.ts +62 -0
  877. package/dist/src/services/db/agent-activity-overview-db-service.d.ts.map +1 -0
  878. package/dist/src/services/db/agent-activity-overview-db-service.js +88 -0
  879. package/dist/src/services/db/agent-activity-overview-db-service.js.map +1 -0
  880. package/dist/src/services/db/agent-data-access-overview-db-service.d.ts +45 -0
  881. package/dist/src/services/db/agent-data-access-overview-db-service.d.ts.map +1 -0
  882. package/dist/src/services/db/agent-data-access-overview-db-service.js +42 -0
  883. package/dist/src/services/db/agent-data-access-overview-db-service.js.map +1 -0
  884. package/dist/src/services/db/agent-db-service.d.ts +58 -0
  885. package/dist/src/services/db/agent-db-service.d.ts.map +1 -0
  886. package/dist/src/services/db/agent-db-service.js +49 -0
  887. package/dist/src/services/db/agent-db-service.js.map +1 -0
  888. package/dist/src/services/db/agent-integration-overview-db-service.d.ts +44 -0
  889. package/dist/src/services/db/agent-integration-overview-db-service.d.ts.map +1 -0
  890. package/dist/src/services/db/agent-integration-overview-db-service.js +44 -0
  891. package/dist/src/services/db/agent-integration-overview-db-service.js.map +1 -0
  892. package/dist/src/services/db/agent-messages-overview-db-service.d.ts +40 -0
  893. package/dist/src/services/db/agent-messages-overview-db-service.d.ts.map +1 -0
  894. package/dist/src/services/db/agent-messages-overview-db-service.js +47 -0
  895. package/dist/src/services/db/agent-messages-overview-db-service.js.map +1 -0
  896. package/dist/src/services/db/agent-quality-overview-db-service.d.ts +43 -0
  897. package/dist/src/services/db/agent-quality-overview-db-service.d.ts.map +1 -0
  898. package/dist/src/services/db/agent-quality-overview-db-service.js +34 -0
  899. package/dist/src/services/db/agent-quality-overview-db-service.js.map +1 -0
  900. package/dist/src/services/db/calibrator-detail-db-service.d.ts +41 -0
  901. package/dist/src/services/db/calibrator-detail-db-service.d.ts.map +1 -0
  902. package/dist/src/services/db/calibrator-detail-db-service.js +61 -0
  903. package/dist/src/services/db/calibrator-detail-db-service.js.map +1 -0
  904. package/dist/src/services/db/data-wallet-db-service.d.ts +48 -0
  905. package/dist/src/services/db/data-wallet-db-service.d.ts.map +1 -0
  906. package/dist/src/services/db/data-wallet-db-service.js +74 -0
  907. package/dist/src/services/db/data-wallet-db-service.js.map +1 -0
  908. package/dist/src/services/db/generator-state-db-service.d.ts +48 -0
  909. package/dist/src/services/db/generator-state-db-service.d.ts.map +1 -0
  910. package/dist/src/services/db/generator-state-db-service.js +45 -0
  911. package/dist/src/services/db/generator-state-db-service.js.map +1 -0
  912. package/dist/src/services/db/home-dashboard-service.d.ts +65 -0
  913. package/dist/src/services/db/home-dashboard-service.d.ts.map +1 -0
  914. package/dist/src/services/db/home-dashboard-service.js +57 -0
  915. package/dist/src/services/db/home-dashboard-service.js.map +1 -0
  916. package/dist/src/services/db/index.d.ts +48 -0
  917. package/dist/src/services/db/index.d.ts.map +1 -0
  918. package/dist/src/services/db/index.js +40 -0
  919. package/dist/src/services/db/index.js.map +1 -0
  920. package/dist/src/services/db/knowledge-tab-db-service.d.ts +35 -0
  921. package/dist/src/services/db/knowledge-tab-db-service.d.ts.map +1 -0
  922. package/dist/src/services/db/knowledge-tab-db-service.js +37 -0
  923. package/dist/src/services/db/knowledge-tab-db-service.js.map +1 -0
  924. package/dist/src/services/db/living-docs-db-service.d.ts +43 -0
  925. package/dist/src/services/db/living-docs-db-service.d.ts.map +1 -0
  926. package/dist/src/services/db/living-docs-db-service.js +45 -0
  927. package/dist/src/services/db/living-docs-db-service.js.map +1 -0
  928. package/dist/src/services/db/memory-db-service.d.ts +122 -0
  929. package/dist/src/services/db/memory-db-service.d.ts.map +1 -0
  930. package/dist/src/services/db/memory-db-service.js +171 -0
  931. package/dist/src/services/db/memory-db-service.js.map +1 -0
  932. package/dist/src/services/db/memory-tab-db-service.d.ts +54 -0
  933. package/dist/src/services/db/memory-tab-db-service.d.ts.map +1 -0
  934. package/dist/src/services/db/memory-tab-db-service.js +94 -0
  935. package/dist/src/services/db/memory-tab-db-service.js.map +1 -0
  936. package/dist/src/services/db/messages-inbox-db-service.d.ts +47 -0
  937. package/dist/src/services/db/messages-inbox-db-service.d.ts.map +1 -0
  938. package/dist/src/services/db/messages-inbox-db-service.js +76 -0
  939. package/dist/src/services/db/messages-inbox-db-service.js.map +1 -0
  940. package/dist/src/services/db/messaging-db-service.d.ts +40 -0
  941. package/dist/src/services/db/messaging-db-service.d.ts.map +1 -0
  942. package/dist/src/services/db/messaging-db-service.js +55 -0
  943. package/dist/src/services/db/messaging-db-service.js.map +1 -0
  944. package/dist/src/services/db/notebook-db-service.d.ts +35 -0
  945. package/dist/src/services/db/notebook-db-service.d.ts.map +1 -0
  946. package/dist/src/services/db/notebook-db-service.js +44 -0
  947. package/dist/src/services/db/notebook-db-service.js.map +1 -0
  948. package/dist/src/services/db/owner-identity.d.ts +36 -0
  949. package/dist/src/services/db/owner-identity.d.ts.map +1 -0
  950. package/dist/src/services/db/owner-identity.js +27 -0
  951. package/dist/src/services/db/owner-identity.js.map +1 -0
  952. package/dist/src/services/db/packages-tab-db-service.d.ts +42 -0
  953. package/dist/src/services/db/packages-tab-db-service.d.ts.map +1 -0
  954. package/dist/src/services/db/packages-tab-db-service.js +33 -0
  955. package/dist/src/services/db/packages-tab-db-service.js.map +1 -0
  956. package/dist/src/services/db/security-tab-db-service.d.ts +47 -0
  957. package/dist/src/services/db/security-tab-db-service.d.ts.map +1 -0
  958. package/dist/src/services/db/security-tab-db-service.js +61 -0
  959. package/dist/src/services/db/security-tab-db-service.js.map +1 -0
  960. package/dist/src/services/db/wallet-tab-db-service.d.ts +47 -0
  961. package/dist/src/services/db/wallet-tab-db-service.d.ts.map +1 -0
  962. package/dist/src/services/db/wallet-tab-db-service.js +80 -0
  963. package/dist/src/services/db/wallet-tab-db-service.js.map +1 -0
  964. package/dist/src/services/db/work-tab-db-service.d.ts +32 -0
  965. package/dist/src/services/db/work-tab-db-service.d.ts.map +1 -0
  966. package/dist/src/services/db/work-tab-db-service.js +49 -0
  967. package/dist/src/services/db/work-tab-db-service.js.map +1 -0
  968. package/dist/src/services/directory.d.ts +1 -0
  969. package/dist/src/services/directory.d.ts.map +1 -1
  970. package/dist/src/services/directory.js +6 -2
  971. package/dist/src/services/directory.js.map +1 -1
  972. package/dist/src/services/discovery/setup.d.ts +3 -0
  973. package/dist/src/services/discovery/setup.d.ts.map +1 -1
  974. package/dist/src/services/discovery/setup.js +2 -0
  975. package/dist/src/services/discovery/setup.js.map +1 -1
  976. package/dist/src/services/discovery/sources/memory-source.d.ts +2 -0
  977. package/dist/src/services/discovery/sources/memory-source.d.ts.map +1 -1
  978. package/dist/src/services/discovery/sources/memory-source.js.map +1 -1
  979. package/dist/src/services/discovery/sources/templates-source.d.ts +20 -0
  980. package/dist/src/services/discovery/sources/templates-source.d.ts.map +1 -0
  981. package/dist/src/services/discovery/sources/templates-source.js +52 -0
  982. package/dist/src/services/discovery/sources/templates-source.js.map +1 -0
  983. package/dist/src/services/ext-pay-token.d.ts +29 -0
  984. package/dist/src/services/ext-pay-token.d.ts.map +1 -0
  985. package/dist/src/services/ext-pay-token.js +63 -0
  986. package/dist/src/services/ext-pay-token.js.map +1 -0
  987. package/dist/src/services/extension-runtime.d.ts.map +1 -1
  988. package/dist/src/services/extension-runtime.js +9 -2
  989. package/dist/src/services/extension-runtime.js.map +1 -1
  990. package/dist/src/services/feedback.d.ts +38 -0
  991. package/dist/src/services/feedback.d.ts.map +1 -0
  992. package/dist/src/services/feedback.js +118 -0
  993. package/dist/src/services/feedback.js.map +1 -0
  994. package/dist/src/services/generator-autopilot.d.ts.map +1 -1
  995. package/dist/src/services/generator-autopilot.js +12 -19
  996. package/dist/src/services/generator-autopilot.js.map +1 -1
  997. package/dist/src/services/generator-prompt-seeds/blueprint-prompts.d.ts.map +1 -1
  998. package/dist/src/services/generator-prompt-seeds/blueprint-prompts.js +28 -1
  999. package/dist/src/services/generator-prompt-seeds/blueprint-prompts.js.map +1 -1
  1000. package/dist/src/services/generator-prompt-seeds/cortex-code.d.ts +5 -0
  1001. package/dist/src/services/generator-prompt-seeds/cortex-code.d.ts.map +1 -1
  1002. package/dist/src/services/generator-prompt-seeds/cortex-code.js +54 -3
  1003. package/dist/src/services/generator-prompt-seeds/cortex-code.js.map +1 -1
  1004. package/dist/src/services/generator-prompt-seeds/extension-prompts.d.ts.map +1 -1
  1005. package/dist/src/services/generator-prompt-seeds/extension-prompts.js +106 -2
  1006. package/dist/src/services/generator-prompt-seeds/extension-prompts.js.map +1 -1
  1007. package/dist/src/services/generator-prompt-seeds/shared-fragments.js +1 -1
  1008. package/dist/src/services/generator-prompts/resolvers-blueprint.d.ts.map +1 -1
  1009. package/dist/src/services/generator-prompts/resolvers-blueprint.js +9 -0
  1010. package/dist/src/services/generator-prompts/resolvers-blueprint.js.map +1 -1
  1011. package/dist/src/services/generator-prompts/resolvers-cortex.d.ts.map +1 -1
  1012. package/dist/src/services/generator-prompts/resolvers-cortex.js +4 -0
  1013. package/dist/src/services/generator-prompts/resolvers-cortex.js.map +1 -1
  1014. package/dist/src/services/generator-prompts/resolvers-fix.d.ts +4 -0
  1015. package/dist/src/services/generator-prompts/resolvers-fix.d.ts.map +1 -1
  1016. package/dist/src/services/generator-prompts/resolvers-fix.js +68 -0
  1017. package/dist/src/services/generator-prompts/resolvers-fix.js.map +1 -1
  1018. package/dist/src/services/generator-prompts/resolvers.d.ts.map +1 -1
  1019. package/dist/src/services/generator-prompts/resolvers.js +5 -1
  1020. package/dist/src/services/generator-prompts/resolvers.js.map +1 -1
  1021. package/dist/src/services/generator-prompts/types.d.ts +9 -0
  1022. package/dist/src/services/generator-prompts/types.d.ts.map +1 -1
  1023. package/dist/src/services/handbooks/agent.d.ts +2 -1
  1024. package/dist/src/services/handbooks/agent.d.ts.map +1 -1
  1025. package/dist/src/services/handbooks/agent.js +8 -0
  1026. package/dist/src/services/handbooks/agent.js.map +1 -1
  1027. package/dist/src/services/handbooks/appdev.d.ts +2 -1
  1028. package/dist/src/services/handbooks/appdev.d.ts.map +1 -1
  1029. package/dist/src/services/handbooks/appdev.js +19 -0
  1030. package/dist/src/services/handbooks/appdev.js.map +1 -1
  1031. package/dist/src/services/invitations.d.ts +76 -1
  1032. package/dist/src/services/invitations.d.ts.map +1 -1
  1033. package/dist/src/services/invitations.js +295 -9
  1034. package/dist/src/services/invitations.js.map +1 -1
  1035. package/dist/src/services/job-seeding.d.ts.map +1 -1
  1036. package/dist/src/services/job-seeding.js +2 -0
  1037. package/dist/src/services/job-seeding.js.map +1 -1
  1038. package/dist/src/services/living-author.js +1 -1
  1039. package/dist/src/services/living-author.js.map +1 -1
  1040. package/dist/src/services/llm-strip.d.ts +13 -0
  1041. package/dist/src/services/llm-strip.d.ts.map +1 -0
  1042. package/dist/src/services/llm-strip.js +60 -0
  1043. package/dist/src/services/llm-strip.js.map +1 -0
  1044. package/dist/src/services/manifest-schema.d.ts.map +1 -1
  1045. package/dist/src/services/manifest-schema.js +1 -0
  1046. package/dist/src/services/manifest-schema.js.map +1 -1
  1047. package/dist/src/services/matching.d.ts +1 -0
  1048. package/dist/src/services/matching.d.ts.map +1 -1
  1049. package/dist/src/services/matching.js +28 -19
  1050. package/dist/src/services/matching.js.map +1 -1
  1051. package/dist/src/services/message-send.d.ts.map +1 -1
  1052. package/dist/src/services/message-send.js +5 -0
  1053. package/dist/src/services/message-send.js.map +1 -1
  1054. package/dist/src/services/notebook-classify.js +1 -1
  1055. package/dist/src/services/notebook-classify.js.map +1 -1
  1056. package/dist/src/services/notebook-plan.js +1 -1
  1057. package/dist/src/services/notebook-plan.js.map +1 -1
  1058. package/dist/src/services/notify.d.ts +45 -0
  1059. package/dist/src/services/notify.d.ts.map +1 -1
  1060. package/dist/src/services/notify.js +21 -2
  1061. package/dist/src/services/notify.js.map +1 -1
  1062. package/dist/src/services/owner-memory.d.ts +9 -0
  1063. package/dist/src/services/owner-memory.d.ts.map +1 -1
  1064. package/dist/src/services/owner-memory.js +42 -18
  1065. package/dist/src/services/owner-memory.js.map +1 -1
  1066. package/dist/src/services/perf-trace.d.ts +43 -0
  1067. package/dist/src/services/perf-trace.d.ts.map +1 -0
  1068. package/dist/src/services/perf-trace.js +149 -0
  1069. package/dist/src/services/perf-trace.js.map +1 -0
  1070. package/dist/src/services/prompt-defaults.d.ts.map +1 -1
  1071. package/dist/src/services/prompt-defaults.js +0 -5
  1072. package/dist/src/services/prompt-defaults.js.map +1 -1
  1073. package/dist/src/services/push.d.ts +5 -0
  1074. package/dist/src/services/push.d.ts.map +1 -1
  1075. package/dist/src/services/push.js.map +1 -1
  1076. package/dist/src/services/quota.d.ts +3 -1
  1077. package/dist/src/services/quota.d.ts.map +1 -1
  1078. package/dist/src/services/quota.js +6 -9
  1079. package/dist/src/services/quota.js.map +1 -1
  1080. package/dist/src/services/structure-overview.d.ts +3 -0
  1081. package/dist/src/services/structure-overview.d.ts.map +1 -1
  1082. package/dist/src/services/structure-overview.js +3 -1
  1083. package/dist/src/services/structure-overview.js.map +1 -1
  1084. package/dist/src/services/structure-snapshot.d.ts.map +1 -1
  1085. package/dist/src/services/structure-snapshot.js +24 -1
  1086. package/dist/src/services/structure-snapshot.js.map +1 -1
  1087. package/dist/src/services/tracked-classify.js +1 -1
  1088. package/dist/src/services/tracked-classify.js.map +1 -1
  1089. package/dist/src/services/usage-summary.d.ts +3 -0
  1090. package/dist/src/services/usage-summary.d.ts.map +1 -1
  1091. package/dist/src/services/usage-summary.js +31 -29
  1092. package/dist/src/services/usage-summary.js.map +1 -1
  1093. package/dist/src/services/workflow/engine-human.d.ts +33 -0
  1094. package/dist/src/services/workflow/engine-human.d.ts.map +1 -0
  1095. package/dist/src/services/workflow/engine-human.js +44 -0
  1096. package/dist/src/services/workflow/engine-human.js.map +1 -0
  1097. package/dist/src/services/workflow/engine-steps.d.ts +13 -0
  1098. package/dist/src/services/workflow/engine-steps.d.ts.map +1 -1
  1099. package/dist/src/services/workflow/engine-steps.js +33 -2
  1100. package/dist/src/services/workflow/engine-steps.js.map +1 -1
  1101. package/dist/src/services/workflow/engine.d.ts +20 -0
  1102. package/dist/src/services/workflow/engine.d.ts.map +1 -1
  1103. package/dist/src/services/workflow/engine.js +77 -3
  1104. package/dist/src/services/workflow/engine.js.map +1 -1
  1105. package/dist/src/services/workflow/store.d.ts +3 -0
  1106. package/dist/src/services/workflow/store.d.ts.map +1 -1
  1107. package/dist/src/services/workflow/store.js +29 -4
  1108. package/dist/src/services/workflow/store.js.map +1 -1
  1109. package/dist/src/services/workspace-access.d.ts +12 -0
  1110. package/dist/src/services/workspace-access.d.ts.map +1 -1
  1111. package/dist/src/services/workspace-access.js +24 -5
  1112. package/dist/src/services/workspace-access.js.map +1 -1
  1113. package/dist/src/services/workspace-provision.d.ts +51 -0
  1114. package/dist/src/services/workspace-provision.d.ts.map +1 -0
  1115. package/dist/src/services/workspace-provision.js +56 -0
  1116. package/dist/src/services/workspace-provision.js.map +1 -0
  1117. package/dist/src/services/workspace-versions.d.ts +110 -0
  1118. package/dist/src/services/workspace-versions.d.ts.map +1 -0
  1119. package/dist/src/services/workspace-versions.js +0 -0
  1120. package/dist/src/services/workspace-versions.js.map +1 -0
  1121. package/dist/src/storage/adapter/legacy-memory-adapter.d.ts +61 -0
  1122. package/dist/src/storage/adapter/legacy-memory-adapter.d.ts.map +1 -0
  1123. package/dist/src/storage/adapter/legacy-memory-adapter.js +135 -0
  1124. package/dist/src/storage/adapter/legacy-memory-adapter.js.map +1 -0
  1125. package/dist/src/storage/adapter/memory-adapter.d.ts +126 -0
  1126. package/dist/src/storage/adapter/memory-adapter.d.ts.map +1 -0
  1127. package/dist/src/storage/adapter/memory-adapter.js +2 -0
  1128. package/dist/src/storage/adapter/memory-adapter.js.map +1 -0
  1129. package/dist/src/storage/interface.d.ts +3 -1
  1130. package/dist/src/storage/interface.d.ts.map +1 -1
  1131. package/dist/src/storage/providers/mongodb/index.d.ts +28 -0
  1132. package/dist/src/storage/providers/mongodb/index.d.ts.map +1 -1
  1133. package/dist/src/storage/providers/mongodb/index.js +91 -1
  1134. package/dist/src/storage/providers/mongodb/index.js.map +1 -1
  1135. package/dist/src/storage/providers/mongodb/methods/apps.d.ts +9 -0
  1136. package/dist/src/storage/providers/mongodb/methods/apps.d.ts.map +1 -1
  1137. package/dist/src/storage/providers/mongodb/methods/apps.js +38 -0
  1138. package/dist/src/storage/providers/mongodb/methods/apps.js.map +1 -1
  1139. package/dist/src/storage/providers/mongodb/methods/governance.d.ts +5 -0
  1140. package/dist/src/storage/providers/mongodb/methods/governance.d.ts.map +1 -1
  1141. package/dist/src/storage/providers/mongodb/methods/governance.js +23 -2
  1142. package/dist/src/storage/providers/mongodb/methods/governance.js.map +1 -1
  1143. package/dist/src/storage/providers/mongodb/methods/identity.d.ts +6 -0
  1144. package/dist/src/storage/providers/mongodb/methods/identity.d.ts.map +1 -1
  1145. package/dist/src/storage/providers/mongodb/methods/identity.js +51 -9
  1146. package/dist/src/storage/providers/mongodb/methods/identity.js.map +1 -1
  1147. package/dist/src/storage/providers/mongodb/methods/owner-memory-scope.d.ts +34 -0
  1148. package/dist/src/storage/providers/mongodb/methods/owner-memory-scope.d.ts.map +1 -0
  1149. package/dist/src/storage/providers/mongodb/methods/owner-memory-scope.js +77 -0
  1150. package/dist/src/storage/providers/mongodb/methods/owner-memory-scope.js.map +1 -0
  1151. package/dist/src/storage/providers/mongodb/methods/owners-memory-bulk.d.ts +30 -0
  1152. package/dist/src/storage/providers/mongodb/methods/owners-memory-bulk.d.ts.map +1 -0
  1153. package/dist/src/storage/providers/mongodb/methods/owners-memory-bulk.js +0 -0
  1154. package/dist/src/storage/providers/mongodb/methods/owners-memory-bulk.js.map +1 -0
  1155. package/dist/src/storage/providers/mongodb/methods/owners.d.ts +8 -4
  1156. package/dist/src/storage/providers/mongodb/methods/owners.d.ts.map +1 -1
  1157. package/dist/src/storage/providers/mongodb/methods/owners.js +112 -21
  1158. package/dist/src/storage/providers/mongodb/methods/owners.js.map +1 -1
  1159. package/dist/src/storage/providers/mongodb/methods/sessions.d.ts.map +1 -1
  1160. package/dist/src/storage/providers/mongodb/methods/sessions.js +4 -0
  1161. package/dist/src/storage/providers/mongodb/methods/sessions.js.map +1 -1
  1162. package/dist/src/storage/providers/mongodb/methods/storage-stats.d.ts +21 -0
  1163. package/dist/src/storage/providers/mongodb/methods/storage-stats.d.ts.map +1 -0
  1164. package/dist/src/storage/providers/mongodb/methods/storage-stats.js +58 -0
  1165. package/dist/src/storage/providers/mongodb/methods/storage-stats.js.map +1 -0
  1166. package/dist/src/storage/providers/mongodb/methods/work.d.ts +8 -0
  1167. package/dist/src/storage/providers/mongodb/methods/work.d.ts.map +1 -1
  1168. package/dist/src/storage/providers/mongodb/methods/work.js +42 -0
  1169. package/dist/src/storage/providers/mongodb/methods/work.js.map +1 -1
  1170. package/dist/src/storage/providers/postgres/index.d.ts +1 -0
  1171. package/dist/src/storage/providers/postgres/index.d.ts.map +1 -1
  1172. package/dist/src/storage/providers/postgres/index.js +1 -0
  1173. package/dist/src/storage/providers/postgres/index.js.map +1 -1
  1174. package/dist/src/storage/providers/postgres-kysely/db-types.d.ts +1538 -0
  1175. package/dist/src/storage/providers/postgres-kysely/db-types.d.ts.map +1 -0
  1176. package/dist/src/storage/providers/postgres-kysely/db-types.js +6 -0
  1177. package/dist/src/storage/providers/postgres-kysely/db-types.js.map +1 -0
  1178. package/dist/src/storage/providers/postgres-kysely/helpers.d.ts +23 -0
  1179. package/dist/src/storage/providers/postgres-kysely/helpers.d.ts.map +1 -0
  1180. package/dist/src/storage/providers/postgres-kysely/helpers.js +91 -0
  1181. package/dist/src/storage/providers/postgres-kysely/helpers.js.map +1 -0
  1182. package/dist/src/storage/providers/postgres-kysely/index.d.ts +38 -0
  1183. package/dist/src/storage/providers/postgres-kysely/index.d.ts.map +1 -0
  1184. package/dist/src/storage/providers/postgres-kysely/index.js +81 -0
  1185. package/dist/src/storage/providers/postgres-kysely/index.js.map +1 -0
  1186. package/dist/src/storage/providers/postgres-kysely/methods/actions.d.ts +16 -0
  1187. package/dist/src/storage/providers/postgres-kysely/methods/actions.d.ts.map +1 -0
  1188. package/dist/src/storage/providers/postgres-kysely/methods/actions.js +103 -0
  1189. package/dist/src/storage/providers/postgres-kysely/methods/actions.js.map +1 -0
  1190. package/dist/src/storage/providers/postgres-kysely/methods/agent-misc.d.ts +37 -0
  1191. package/dist/src/storage/providers/postgres-kysely/methods/agent-misc.d.ts.map +1 -0
  1192. package/dist/src/storage/providers/postgres-kysely/methods/agent-misc.js +306 -0
  1193. package/dist/src/storage/providers/postgres-kysely/methods/agent-misc.js.map +1 -0
  1194. package/dist/src/storage/providers/postgres-kysely/methods/agent-msg-dispute-invite.d.ts +55 -0
  1195. package/dist/src/storage/providers/postgres-kysely/methods/agent-msg-dispute-invite.d.ts.map +1 -0
  1196. package/dist/src/storage/providers/postgres-kysely/methods/agent-msg-dispute-invite.js +247 -0
  1197. package/dist/src/storage/providers/postgres-kysely/methods/agent-msg-dispute-invite.js.map +1 -0
  1198. package/dist/src/storage/providers/postgres-kysely/methods/agent-onboarding.d.ts +11 -0
  1199. package/dist/src/storage/providers/postgres-kysely/methods/agent-onboarding.d.ts.map +1 -0
  1200. package/dist/src/storage/providers/postgres-kysely/methods/agent-onboarding.js +81 -0
  1201. package/dist/src/storage/providers/postgres-kysely/methods/agent-onboarding.js.map +1 -0
  1202. package/dist/src/storage/providers/postgres-kysely/methods/agent-tasks.d.ts +50 -0
  1203. package/dist/src/storage/providers/postgres-kysely/methods/agent-tasks.d.ts.map +1 -0
  1204. package/dist/src/storage/providers/postgres-kysely/methods/agent-tasks.js +238 -0
  1205. package/dist/src/storage/providers/postgres-kysely/methods/agent-tasks.js.map +1 -0
  1206. package/dist/src/storage/providers/postgres-kysely/methods/agent-usage.d.ts +10 -0
  1207. package/dist/src/storage/providers/postgres-kysely/methods/agent-usage.d.ts.map +1 -0
  1208. package/dist/src/storage/providers/postgres-kysely/methods/agent-usage.js +146 -0
  1209. package/dist/src/storage/providers/postgres-kysely/methods/agent-usage.js.map +1 -0
  1210. package/dist/src/storage/providers/postgres-kysely/methods/app-grants.d.ts +11 -0
  1211. package/dist/src/storage/providers/postgres-kysely/methods/app-grants.d.ts.map +1 -0
  1212. package/dist/src/storage/providers/postgres-kysely/methods/app-grants.js +51 -0
  1213. package/dist/src/storage/providers/postgres-kysely/methods/app-grants.js.map +1 -0
  1214. package/dist/src/storage/providers/postgres-kysely/methods/app-purchases.d.ts +10 -0
  1215. package/dist/src/storage/providers/postgres-kysely/methods/app-purchases.d.ts.map +1 -0
  1216. package/dist/src/storage/providers/postgres-kysely/methods/app-purchases.js +53 -0
  1217. package/dist/src/storage/providers/postgres-kysely/methods/app-purchases.js.map +1 -0
  1218. package/dist/src/storage/providers/postgres-kysely/methods/apps.d.ts +48 -0
  1219. package/dist/src/storage/providers/postgres-kysely/methods/apps.d.ts.map +1 -0
  1220. package/dist/src/storage/providers/postgres-kysely/methods/apps.js +367 -0
  1221. package/dist/src/storage/providers/postgres-kysely/methods/apps.js.map +1 -0
  1222. package/dist/src/storage/providers/postgres-kysely/methods/boards.d.ts +28 -0
  1223. package/dist/src/storage/providers/postgres-kysely/methods/boards.d.ts.map +1 -0
  1224. package/dist/src/storage/providers/postgres-kysely/methods/boards.js +104 -0
  1225. package/dist/src/storage/providers/postgres-kysely/methods/boards.js.map +1 -0
  1226. package/dist/src/storage/providers/postgres-kysely/methods/capabilities.d.ts +36 -0
  1227. package/dist/src/storage/providers/postgres-kysely/methods/capabilities.d.ts.map +1 -0
  1228. package/dist/src/storage/providers/postgres-kysely/methods/capabilities.js +222 -0
  1229. package/dist/src/storage/providers/postgres-kysely/methods/capabilities.js.map +1 -0
  1230. package/dist/src/storage/providers/postgres-kysely/methods/catalogue.d.ts +19 -0
  1231. package/dist/src/storage/providers/postgres-kysely/methods/catalogue.d.ts.map +1 -0
  1232. package/dist/src/storage/providers/postgres-kysely/methods/catalogue.js +96 -0
  1233. package/dist/src/storage/providers/postgres-kysely/methods/catalogue.js.map +1 -0
  1234. package/dist/src/storage/providers/postgres-kysely/methods/consent.d.ts +26 -0
  1235. package/dist/src/storage/providers/postgres-kysely/methods/consent.d.ts.map +1 -0
  1236. package/dist/src/storage/providers/postgres-kysely/methods/consent.js +119 -0
  1237. package/dist/src/storage/providers/postgres-kysely/methods/consent.js.map +1 -0
  1238. package/dist/src/storage/providers/postgres-kysely/methods/device-auth.d.ts +13 -0
  1239. package/dist/src/storage/providers/postgres-kysely/methods/device-auth.d.ts.map +1 -0
  1240. package/dist/src/storage/providers/postgres-kysely/methods/device-auth.js +68 -0
  1241. package/dist/src/storage/providers/postgres-kysely/methods/device-auth.js.map +1 -0
  1242. package/dist/src/storage/providers/postgres-kysely/methods/direct-message.d.ts +72 -0
  1243. package/dist/src/storage/providers/postgres-kysely/methods/direct-message.d.ts.map +1 -0
  1244. package/dist/src/storage/providers/postgres-kysely/methods/direct-message.js +352 -0
  1245. package/dist/src/storage/providers/postgres-kysely/methods/direct-message.js.map +1 -0
  1246. package/dist/src/storage/providers/postgres-kysely/methods/ecosystem.d.ts +22 -0
  1247. package/dist/src/storage/providers/postgres-kysely/methods/ecosystem.d.ts.map +1 -0
  1248. package/dist/src/storage/providers/postgres-kysely/methods/ecosystem.js +201 -0
  1249. package/dist/src/storage/providers/postgres-kysely/methods/ecosystem.js.map +1 -0
  1250. package/dist/src/storage/providers/postgres-kysely/methods/federation.d.ts +42 -0
  1251. package/dist/src/storage/providers/postgres-kysely/methods/federation.d.ts.map +1 -0
  1252. package/dist/src/storage/providers/postgres-kysely/methods/federation.js +295 -0
  1253. package/dist/src/storage/providers/postgres-kysely/methods/federation.js.map +1 -0
  1254. package/dist/src/storage/providers/postgres-kysely/methods/feedback.d.ts +15 -0
  1255. package/dist/src/storage/providers/postgres-kysely/methods/feedback.d.ts.map +1 -0
  1256. package/dist/src/storage/providers/postgres-kysely/methods/feedback.js +52 -0
  1257. package/dist/src/storage/providers/postgres-kysely/methods/feedback.js.map +1 -0
  1258. package/dist/src/storage/providers/postgres-kysely/methods/files.d.ts +20 -0
  1259. package/dist/src/storage/providers/postgres-kysely/methods/files.d.ts.map +1 -0
  1260. package/dist/src/storage/providers/postgres-kysely/methods/files.js +108 -0
  1261. package/dist/src/storage/providers/postgres-kysely/methods/files.js.map +1 -0
  1262. package/dist/src/storage/providers/postgres-kysely/methods/identity-extras.d.ts +19 -0
  1263. package/dist/src/storage/providers/postgres-kysely/methods/identity-extras.d.ts.map +1 -0
  1264. package/dist/src/storage/providers/postgres-kysely/methods/identity-extras.js +101 -0
  1265. package/dist/src/storage/providers/postgres-kysely/methods/identity-extras.js.map +1 -0
  1266. package/dist/src/storage/providers/postgres-kysely/methods/identity.d.ts +34 -0
  1267. package/dist/src/storage/providers/postgres-kysely/methods/identity.d.ts.map +1 -0
  1268. package/dist/src/storage/providers/postgres-kysely/methods/identity.js +298 -0
  1269. package/dist/src/storage/providers/postgres-kysely/methods/identity.js.map +1 -0
  1270. package/dist/src/storage/providers/postgres-kysely/methods/knowledge.d.ts +21 -0
  1271. package/dist/src/storage/providers/postgres-kysely/methods/knowledge.d.ts.map +1 -0
  1272. package/dist/src/storage/providers/postgres-kysely/methods/knowledge.js +65 -0
  1273. package/dist/src/storage/providers/postgres-kysely/methods/knowledge.js.map +1 -0
  1274. package/dist/src/storage/providers/postgres-kysely/methods/marketplace.d.ts +24 -0
  1275. package/dist/src/storage/providers/postgres-kysely/methods/marketplace.d.ts.map +1 -0
  1276. package/dist/src/storage/providers/postgres-kysely/methods/marketplace.js +122 -0
  1277. package/dist/src/storage/providers/postgres-kysely/methods/marketplace.js.map +1 -0
  1278. package/dist/src/storage/providers/postgres-kysely/methods/memory.d.ts +81 -0
  1279. package/dist/src/storage/providers/postgres-kysely/methods/memory.d.ts.map +1 -0
  1280. package/dist/src/storage/providers/postgres-kysely/methods/memory.js +342 -0
  1281. package/dist/src/storage/providers/postgres-kysely/methods/memory.js.map +1 -0
  1282. package/dist/src/storage/providers/postgres-kysely/methods/micro-memory.d.ts +15 -0
  1283. package/dist/src/storage/providers/postgres-kysely/methods/micro-memory.d.ts.map +1 -0
  1284. package/dist/src/storage/providers/postgres-kysely/methods/micro-memory.js +55 -0
  1285. package/dist/src/storage/providers/postgres-kysely/methods/micro-memory.js.map +1 -0
  1286. package/dist/src/storage/providers/postgres-kysely/methods/moderation.d.ts +38 -0
  1287. package/dist/src/storage/providers/postgres-kysely/methods/moderation.d.ts.map +1 -0
  1288. package/dist/src/storage/providers/postgres-kysely/methods/moderation.js +176 -0
  1289. package/dist/src/storage/providers/postgres-kysely/methods/moderation.js.map +1 -0
  1290. package/dist/src/storage/providers/postgres-kysely/methods/node-ext-escrow.d.ts +38 -0
  1291. package/dist/src/storage/providers/postgres-kysely/methods/node-ext-escrow.d.ts.map +1 -0
  1292. package/dist/src/storage/providers/postgres-kysely/methods/node-ext-escrow.js +243 -0
  1293. package/dist/src/storage/providers/postgres-kysely/methods/node-ext-escrow.js.map +1 -0
  1294. package/dist/src/storage/providers/postgres-kysely/methods/node-infra.d.ts +30 -0
  1295. package/dist/src/storage/providers/postgres-kysely/methods/node-infra.d.ts.map +1 -0
  1296. package/dist/src/storage/providers/postgres-kysely/methods/node-infra.js +158 -0
  1297. package/dist/src/storage/providers/postgres-kysely/methods/node-infra.js.map +1 -0
  1298. package/dist/src/storage/providers/postgres-kysely/methods/notifications.d.ts +19 -0
  1299. package/dist/src/storage/providers/postgres-kysely/methods/notifications.d.ts.map +1 -0
  1300. package/dist/src/storage/providers/postgres-kysely/methods/notifications.js +106 -0
  1301. package/dist/src/storage/providers/postgres-kysely/methods/notifications.js.map +1 -0
  1302. package/dist/src/storage/providers/postgres-kysely/methods/oauth.d.ts +20 -0
  1303. package/dist/src/storage/providers/postgres-kysely/methods/oauth.d.ts.map +1 -0
  1304. package/dist/src/storage/providers/postgres-kysely/methods/oauth.js +94 -0
  1305. package/dist/src/storage/providers/postgres-kysely/methods/oauth.js.map +1 -0
  1306. package/dist/src/storage/providers/postgres-kysely/methods/organisms.d.ts +46 -0
  1307. package/dist/src/storage/providers/postgres-kysely/methods/organisms.d.ts.map +1 -0
  1308. package/dist/src/storage/providers/postgres-kysely/methods/organisms.js +247 -0
  1309. package/dist/src/storage/providers/postgres-kysely/methods/organisms.js.map +1 -0
  1310. package/dist/src/storage/providers/postgres-kysely/methods/otk.d.ts +10 -0
  1311. package/dist/src/storage/providers/postgres-kysely/methods/otk.d.ts.map +1 -0
  1312. package/dist/src/storage/providers/postgres-kysely/methods/otk.js +60 -0
  1313. package/dist/src/storage/providers/postgres-kysely/methods/otk.js.map +1 -0
  1314. package/dist/src/storage/providers/postgres-kysely/methods/packages.d.ts +32 -0
  1315. package/dist/src/storage/providers/postgres-kysely/methods/packages.d.ts.map +1 -0
  1316. package/dist/src/storage/providers/postgres-kysely/methods/packages.js +228 -0
  1317. package/dist/src/storage/providers/postgres-kysely/methods/packages.js.map +1 -0
  1318. package/dist/src/storage/providers/postgres-kysely/methods/pat.d.ts +10 -0
  1319. package/dist/src/storage/providers/postgres-kysely/methods/pat.d.ts.map +1 -0
  1320. package/dist/src/storage/providers/postgres-kysely/methods/pat.js +36 -0
  1321. package/dist/src/storage/providers/postgres-kysely/methods/pat.js.map +1 -0
  1322. package/dist/src/storage/providers/postgres-kysely/methods/schedules.d.ts +32 -0
  1323. package/dist/src/storage/providers/postgres-kysely/methods/schedules.d.ts.map +1 -0
  1324. package/dist/src/storage/providers/postgres-kysely/methods/schedules.js +131 -0
  1325. package/dist/src/storage/providers/postgres-kysely/methods/schedules.js.map +1 -0
  1326. package/dist/src/storage/providers/postgres-kysely/methods/schema.d.ts +10 -0
  1327. package/dist/src/storage/providers/postgres-kysely/methods/schema.d.ts.map +1 -0
  1328. package/dist/src/storage/providers/postgres-kysely/methods/schema.js +88 -0
  1329. package/dist/src/storage/providers/postgres-kysely/methods/schema.js.map +1 -0
  1330. package/dist/src/storage/providers/postgres-kysely/methods/sessions.d.ts +38 -0
  1331. package/dist/src/storage/providers/postgres-kysely/methods/sessions.d.ts.map +1 -0
  1332. package/dist/src/storage/providers/postgres-kysely/methods/sessions.js +66 -0
  1333. package/dist/src/storage/providers/postgres-kysely/methods/sessions.js.map +1 -0
  1334. package/dist/src/storage/providers/postgres-kysely/methods/subdomain-sites.d.ts +10 -0
  1335. package/dist/src/storage/providers/postgres-kysely/methods/subdomain-sites.d.ts.map +1 -0
  1336. package/dist/src/storage/providers/postgres-kysely/methods/subdomain-sites.js +36 -0
  1337. package/dist/src/storage/providers/postgres-kysely/methods/subdomain-sites.js.map +1 -0
  1338. package/dist/src/storage/providers/postgres-kysely/methods/system-extras.d.ts +23 -0
  1339. package/dist/src/storage/providers/postgres-kysely/methods/system-extras.d.ts.map +1 -0
  1340. package/dist/src/storage/providers/postgres-kysely/methods/system-extras.js +109 -0
  1341. package/dist/src/storage/providers/postgres-kysely/methods/system-extras.js.map +1 -0
  1342. package/dist/src/storage/providers/postgres-kysely/methods/system.d.ts +32 -0
  1343. package/dist/src/storage/providers/postgres-kysely/methods/system.d.ts.map +1 -0
  1344. package/dist/src/storage/providers/postgres-kysely/methods/system.js +144 -0
  1345. package/dist/src/storage/providers/postgres-kysely/methods/system.js.map +1 -0
  1346. package/dist/src/storage/providers/postgres-kysely/methods/template-listings.d.ts +34 -0
  1347. package/dist/src/storage/providers/postgres-kysely/methods/template-listings.d.ts.map +1 -0
  1348. package/dist/src/storage/providers/postgres-kysely/methods/template-listings.js +278 -0
  1349. package/dist/src/storage/providers/postgres-kysely/methods/template-listings.js.map +1 -0
  1350. package/dist/src/storage/providers/postgres-kysely/methods/wallet.d.ts +13 -0
  1351. package/dist/src/storage/providers/postgres-kysely/methods/wallet.d.ts.map +1 -0
  1352. package/dist/src/storage/providers/postgres-kysely/methods/wallet.js +129 -0
  1353. package/dist/src/storage/providers/postgres-kysely/methods/wallet.js.map +1 -0
  1354. package/dist/src/storage/providers/postgres-kysely/methods/work.d.ts +14 -0
  1355. package/dist/src/storage/providers/postgres-kysely/methods/work.d.ts.map +1 -0
  1356. package/dist/src/storage/providers/postgres-kysely/methods/work.js +80 -0
  1357. package/dist/src/storage/providers/postgres-kysely/methods/work.js.map +1 -0
  1358. package/dist/src/storage/providers/postgres-kysely/migrate.d.ts +4 -0
  1359. package/dist/src/storage/providers/postgres-kysely/migrate.d.ts.map +1 -0
  1360. package/dist/src/storage/providers/postgres-kysely/migrate.js +40 -0
  1361. package/dist/src/storage/providers/postgres-kysely/migrate.js.map +1 -0
  1362. package/dist/src/storage/providers/postgres-kysely/migrations/0001_base_schema.sql +2406 -0
  1363. package/dist/src/storage/providers/postgres-kysely/migrations/0002_memory_fts.sql +20 -0
  1364. package/dist/src/storage/providers/postgres-kysely/migrations/0003_id_defaults.sql +15 -0
  1365. package/dist/src/storage/providers/postgres-kysely/migrations/0004_otk_initial.sql +4 -0
  1366. package/dist/src/storage/providers/postgres-kysely/migrations/0005_storage_stats.sql +9 -0
  1367. package/dist/src/storage/providers/postgres-kysely/migrations/0006_membership_invited_workspaces.sql +5 -0
  1368. package/dist/src/storage/providers/postgres-kysely/migrations/0007_contacts_origin.sql +5 -0
  1369. package/dist/src/storage/providers/postgres-kysely/migrations/0008_feedback.sql +21 -0
  1370. package/dist/src/storage/providers/postgres-kysely/migrations/0009_invitation_return_url.sql +7 -0
  1371. package/dist/src/storage/providers/postgres-kysely/migrations/0010_agent_model.sql +5 -0
  1372. package/dist/src/storage/providers/sqlite/index.d.ts.map +1 -1
  1373. package/dist/src/storage/providers/sqlite/index.js +4 -1
  1374. package/dist/src/storage/providers/sqlite/index.js.map +1 -1
  1375. package/dist/src/storage/providers/sqlite/methods/apps.d.ts +11 -1
  1376. package/dist/src/storage/providers/sqlite/methods/apps.d.ts.map +1 -1
  1377. package/dist/src/storage/providers/sqlite/methods/apps.js +40 -0
  1378. package/dist/src/storage/providers/sqlite/methods/apps.js.map +1 -1
  1379. package/dist/src/storage/providers/sqlite/methods/capability-agents.d.ts +12 -1
  1380. package/dist/src/storage/providers/sqlite/methods/capability-agents.d.ts.map +1 -1
  1381. package/dist/src/storage/providers/sqlite/methods/capability-agents.js +42 -0
  1382. package/dist/src/storage/providers/sqlite/methods/capability-agents.js.map +1 -1
  1383. package/dist/src/storage/providers/sqlite/methods/community.d.ts +6 -0
  1384. package/dist/src/storage/providers/sqlite/methods/community.d.ts.map +1 -1
  1385. package/dist/src/storage/providers/sqlite/methods/community.js +29 -3
  1386. package/dist/src/storage/providers/sqlite/methods/community.js.map +1 -1
  1387. package/dist/src/storage/providers/sqlite/methods/extensions-notify.d.ts.map +1 -1
  1388. package/dist/src/storage/providers/sqlite/methods/extensions-notify.js +11 -2
  1389. package/dist/src/storage/providers/sqlite/methods/extensions-notify.js.map +1 -1
  1390. package/dist/src/storage/providers/sqlite/methods/feedback.d.ts +23 -0
  1391. package/dist/src/storage/providers/sqlite/methods/feedback.d.ts.map +1 -0
  1392. package/dist/src/storage/providers/sqlite/methods/feedback.js +64 -0
  1393. package/dist/src/storage/providers/sqlite/methods/feedback.js.map +1 -0
  1394. package/dist/src/storage/providers/sqlite/methods/governance.d.ts +5 -0
  1395. package/dist/src/storage/providers/sqlite/methods/governance.d.ts.map +1 -1
  1396. package/dist/src/storage/providers/sqlite/methods/governance.js +43 -9
  1397. package/dist/src/storage/providers/sqlite/methods/governance.js.map +1 -1
  1398. package/dist/src/storage/providers/sqlite/methods/identity-nodes.d.ts +8 -0
  1399. package/dist/src/storage/providers/sqlite/methods/identity-nodes.d.ts.map +1 -1
  1400. package/dist/src/storage/providers/sqlite/methods/identity-nodes.js +48 -0
  1401. package/dist/src/storage/providers/sqlite/methods/identity-nodes.js.map +1 -1
  1402. package/dist/src/storage/providers/sqlite/methods/messaging.d.ts +15 -1
  1403. package/dist/src/storage/providers/sqlite/methods/messaging.d.ts.map +1 -1
  1404. package/dist/src/storage/providers/sqlite/methods/messaging.js +11 -2
  1405. package/dist/src/storage/providers/sqlite/methods/messaging.js.map +1 -1
  1406. package/dist/src/storage/providers/sqlite/methods/owner-memory-bulk.d.ts +28 -0
  1407. package/dist/src/storage/providers/sqlite/methods/owner-memory-bulk.d.ts.map +1 -0
  1408. package/dist/src/storage/providers/sqlite/methods/owner-memory-bulk.js +101 -0
  1409. package/dist/src/storage/providers/sqlite/methods/owner-memory-bulk.js.map +1 -0
  1410. package/dist/src/storage/providers/sqlite/methods/owner-memory-scope.d.ts +35 -0
  1411. package/dist/src/storage/providers/sqlite/methods/owner-memory-scope.d.ts.map +1 -0
  1412. package/dist/src/storage/providers/sqlite/methods/owner-memory-scope.js +118 -0
  1413. package/dist/src/storage/providers/sqlite/methods/owner-memory-scope.js.map +1 -0
  1414. package/dist/src/storage/providers/sqlite/methods/owner.d.ts +6 -0
  1415. package/dist/src/storage/providers/sqlite/methods/owner.d.ts.map +1 -1
  1416. package/dist/src/storage/providers/sqlite/methods/owner.js +41 -9
  1417. package/dist/src/storage/providers/sqlite/methods/owner.js.map +1 -1
  1418. package/dist/src/storage/providers/sqlite/methods/work.d.ts +8 -0
  1419. package/dist/src/storage/providers/sqlite/methods/work.d.ts.map +1 -1
  1420. package/dist/src/storage/providers/sqlite/methods/work.js +31 -0
  1421. package/dist/src/storage/providers/sqlite/methods/work.js.map +1 -1
  1422. package/dist/src/storage/providers/sqlite/repos/action.d.ts +3 -0
  1423. package/dist/src/storage/providers/sqlite/repos/action.d.ts.map +1 -1
  1424. package/dist/src/storage/providers/sqlite/repos/action.js +9 -0
  1425. package/dist/src/storage/providers/sqlite/repos/action.js.map +1 -1
  1426. package/dist/src/storage/providers/sqlite/repos/agent.d.ts.map +1 -1
  1427. package/dist/src/storage/providers/sqlite/repos/agent.js +8 -4
  1428. package/dist/src/storage/providers/sqlite/repos/agent.js.map +1 -1
  1429. package/dist/src/storage/providers/sqlite/repos/community.d.ts +1 -0
  1430. package/dist/src/storage/providers/sqlite/repos/community.d.ts.map +1 -1
  1431. package/dist/src/storage/providers/sqlite/repos/community.js +9 -3
  1432. package/dist/src/storage/providers/sqlite/repos/community.js.map +1 -1
  1433. package/dist/src/storage/providers/sqlite/repos/direct-message.d.ts +13 -1
  1434. package/dist/src/storage/providers/sqlite/repos/direct-message.d.ts.map +1 -1
  1435. package/dist/src/storage/providers/sqlite/repos/direct-message.js +70 -5
  1436. package/dist/src/storage/providers/sqlite/repos/direct-message.js.map +1 -1
  1437. package/dist/src/storage/providers/sqlite/repos/memory.d.ts +7 -0
  1438. package/dist/src/storage/providers/sqlite/repos/memory.d.ts.map +1 -1
  1439. package/dist/src/storage/providers/sqlite/repos/memory.js +24 -3
  1440. package/dist/src/storage/providers/sqlite/repos/memory.js.map +1 -1
  1441. package/dist/src/storage/providers/sqlite/repos/storage-file.d.ts +12 -0
  1442. package/dist/src/storage/providers/sqlite/repos/storage-file.d.ts.map +1 -1
  1443. package/dist/src/storage/providers/sqlite/repos/storage-file.js +24 -0
  1444. package/dist/src/storage/providers/sqlite/repos/storage-file.js.map +1 -1
  1445. package/dist/src/storage/providers/sqlite/schema-tables-1.d.ts +1 -0
  1446. package/dist/src/storage/providers/sqlite/schema-tables-1.d.ts.map +1 -1
  1447. package/dist/src/storage/providers/sqlite/schema-tables-1.js +18 -1
  1448. package/dist/src/storage/providers/sqlite/schema-tables-1.js.map +1 -1
  1449. package/dist/src/storage/providers/sqlite/schema-tables-2.d.ts +1 -0
  1450. package/dist/src/storage/providers/sqlite/schema-tables-2.d.ts.map +1 -1
  1451. package/dist/src/storage/providers/sqlite/schema-tables-2.js +4 -1
  1452. package/dist/src/storage/providers/sqlite/schema-tables-2.js.map +1 -1
  1453. package/dist/src/storage/providers/sqlite/schema-tables-3.d.ts.map +1 -1
  1454. package/dist/src/storage/providers/sqlite/schema-tables-3.js +11 -1
  1455. package/dist/src/storage/providers/sqlite/schema-tables-3.js.map +1 -1
  1456. package/dist/src/storage/providers/sqlite/schema.d.ts +0 -1
  1457. package/dist/src/storage/providers/sqlite/schema.d.ts.map +1 -1
  1458. package/dist/src/storage/providers/sqlite/schema.js +24 -0
  1459. package/dist/src/storage/providers/sqlite/schema.js.map +1 -1
  1460. package/dist/src/storage/repositories/action.repository.d.ts +2 -0
  1461. package/dist/src/storage/repositories/action.repository.d.ts.map +1 -1
  1462. package/dist/src/storage/repositories/agent.repository.d.ts +3 -0
  1463. package/dist/src/storage/repositories/agent.repository.d.ts.map +1 -1
  1464. package/dist/src/storage/repositories/app.repository.d.ts +0 -0
  1465. package/dist/src/storage/repositories/app.repository.d.ts.map +1 -1
  1466. package/dist/src/storage/repositories/consent.repository.d.ts +10 -0
  1467. package/dist/src/storage/repositories/consent.repository.d.ts.map +1 -1
  1468. package/dist/src/storage/repositories/direct-message.repository.d.ts +36 -11
  1469. package/dist/src/storage/repositories/direct-message.repository.d.ts.map +1 -1
  1470. package/dist/src/storage/repositories/direct-message.repository.js +2 -0
  1471. package/dist/src/storage/repositories/direct-message.repository.js.map +1 -1
  1472. package/dist/src/storage/repositories/feedback.repository.d.ts +28 -0
  1473. package/dist/src/storage/repositories/feedback.repository.d.ts.map +1 -0
  1474. package/dist/src/storage/repositories/feedback.repository.js +13 -0
  1475. package/dist/src/storage/repositories/feedback.repository.js.map +1 -0
  1476. package/dist/src/storage/repositories/file.repository.d.ts +11 -0
  1477. package/dist/src/storage/repositories/file.repository.d.ts.map +1 -1
  1478. package/dist/src/storage/repositories/identity.repository.d.ts +7 -0
  1479. package/dist/src/storage/repositories/identity.repository.d.ts.map +1 -1
  1480. package/dist/src/storage/repositories/index.d.ts +1 -0
  1481. package/dist/src/storage/repositories/index.d.ts.map +1 -1
  1482. package/dist/src/storage/repositories/invitation.repository.d.ts +3 -0
  1483. package/dist/src/storage/repositories/invitation.repository.d.ts.map +1 -1
  1484. package/dist/src/storage/repositories/invitation.repository.js +2 -0
  1485. package/dist/src/storage/repositories/invitation.repository.js.map +1 -1
  1486. package/dist/src/storage/repositories/memory.repository.d.ts +133 -1
  1487. package/dist/src/storage/repositories/memory.repository.d.ts.map +1 -1
  1488. package/dist/src/storage/repositories/micro-memory.repository.d.ts +6 -0
  1489. package/dist/src/storage/repositories/micro-memory.repository.d.ts.map +1 -1
  1490. package/dist/src/storage/repositories/organism.repository.d.ts +10 -0
  1491. package/dist/src/storage/repositories/organism.repository.d.ts.map +1 -1
  1492. package/dist/src/storage/repositories/stats.repository.d.ts +31 -2
  1493. package/dist/src/storage/repositories/stats.repository.d.ts.map +1 -1
  1494. package/dist/src/storage/repositories/stats.repository.js +5 -2
  1495. package/dist/src/storage/repositories/stats.repository.js.map +1 -1
  1496. package/dist/src/storage/repositories/work.repository.d.ts +7 -0
  1497. package/dist/src/storage/repositories/work.repository.d.ts.map +1 -1
  1498. package/dist/src/storage/repositories-impl/memory-repository.d.ts +78 -0
  1499. package/dist/src/storage/repositories-impl/memory-repository.d.ts.map +1 -0
  1500. package/dist/src/storage/repositories-impl/memory-repository.js +121 -0
  1501. package/dist/src/storage/repositories-impl/memory-repository.js.map +1 -0
  1502. package/dist/src/storage/schema-lock-cache.d.ts +24 -0
  1503. package/dist/src/storage/schema-lock-cache.d.ts.map +1 -0
  1504. package/dist/src/storage/schema-lock-cache.js +19 -0
  1505. package/dist/src/storage/schema-lock-cache.js.map +1 -0
  1506. package/dist/src/storage/storage-factory.d.ts +6 -3
  1507. package/dist/src/storage/storage-factory.d.ts.map +1 -1
  1508. package/dist/src/storage/storage-factory.js +19 -12
  1509. package/dist/src/storage/storage-factory.js.map +1 -1
  1510. package/dist/src/storage/types/agents-messaging.d.ts +33 -0
  1511. package/dist/src/storage/types/agents-messaging.d.ts.map +1 -1
  1512. package/dist/src/storage/types/agents-messaging.js +3 -0
  1513. package/dist/src/storage/types/agents-messaging.js.map +1 -1
  1514. package/dist/src/storage/types/apps.d.ts +13 -0
  1515. package/dist/src/storage/types/apps.d.ts.map +1 -1
  1516. package/dist/src/storage/types/identity.d.ts +8 -0
  1517. package/dist/src/storage/types/identity.d.ts.map +1 -1
  1518. package/dist/src/storage/types/organisms-federation.d.ts +27 -0
  1519. package/dist/src/storage/types/organisms-federation.d.ts.map +1 -1
  1520. package/dist/src/storage/uow/batch-loader.d.ts +44 -0
  1521. package/dist/src/storage/uow/batch-loader.d.ts.map +1 -0
  1522. package/dist/src/storage/uow/batch-loader.js +101 -0
  1523. package/dist/src/storage/uow/batch-loader.js.map +1 -0
  1524. package/dist/src/storage/uow/identity-map.d.ts +0 -0
  1525. package/dist/src/storage/uow/identity-map.d.ts.map +1 -0
  1526. package/dist/src/storage/uow/identity-map.js +0 -0
  1527. package/dist/src/storage/uow/identity-map.js.map +1 -0
  1528. package/dist/src/storage/uow/unit-of-work.d.ts +42 -0
  1529. package/dist/src/storage/uow/unit-of-work.d.ts.map +1 -0
  1530. package/dist/src/storage/uow/unit-of-work.js +89 -0
  1531. package/dist/src/storage/uow/unit-of-work.js.map +1 -0
  1532. package/dist/src/utils/app-badge.d.ts +7 -22
  1533. package/dist/src/utils/app-badge.d.ts.map +1 -1
  1534. package/dist/src/utils/app-badge.js +59 -22
  1535. package/dist/src/utils/app-badge.js.map +1 -1
  1536. package/dist/src/utils/app-protect.d.ts +2 -0
  1537. package/dist/src/utils/app-protect.d.ts.map +1 -1
  1538. package/dist/src/utils/app-protect.js +3 -9
  1539. package/dist/src/utils/app-protect.js.map +1 -1
  1540. package/dist/src/utils/env-config/sections-node.js +4 -4
  1541. package/dist/src/utils/env-config/sections-node.js.map +1 -1
  1542. package/dist/src/utils/env-config/sections-platform.d.ts.map +1 -1
  1543. package/dist/src/utils/env-config/sections-platform.js +0 -11
  1544. package/dist/src/utils/env-config/sections-platform.js.map +1 -1
  1545. package/dist/src/utils/env-validator.d.ts.map +1 -1
  1546. package/dist/src/utils/env-validator.js +10 -6
  1547. package/dist/src/utils/env-validator.js.map +1 -1
  1548. package/dist/src/utils/html-inject.d.ts +23 -0
  1549. package/dist/src/utils/html-inject.d.ts.map +1 -0
  1550. package/dist/src/utils/html-inject.js +42 -0
  1551. package/dist/src/utils/html-inject.js.map +1 -0
  1552. package/dist/src/utils/node-descriptor.d.ts.map +1 -1
  1553. package/dist/src/utils/node-descriptor.js +0 -1
  1554. package/dist/src/utils/node-descriptor.js.map +1 -1
  1555. package/dist/static/app-catalog/_template.html +15 -0
  1556. package/dist/static/app-catalog/js/app-agents.js +232 -0
  1557. package/dist/static/app-catalog/js/cortex.js +114 -0
  1558. package/dist/static/app-catalog/js/detail.js +39 -1
  1559. package/dist/static/app-catalog/js/i18n-data.js +82 -4
  1560. package/dist/static/app-catalog/js/main.js +7 -1
  1561. package/dist/static/app-catalog/js/render.js +30 -11
  1562. package/dist/static/app-catalog/js/server-io.js +10 -1
  1563. package/dist/static/app-catalog/styles/app-catalog.css +96 -9
  1564. package/dist/static/app-catalog.html +542 -32
  1565. package/package.json +19 -20
  1566. package/prisma/schema.postgres.prisma +0 -1789
  1567. package/prisma/schema.prisma +0 -1787
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "inbox.title": "Messages",
3
3
  "inbox.desc": "Direct messages with other people, on this node and across the federation.",
4
+ "inbox.back": "Back",
4
5
  "inbox.new": "New message",
5
6
  "inbox.to": "To",
6
7
  "inbox.toPlaceholder": "Recipient (owner@node-id)",
@@ -8,6 +9,12 @@
8
9
  "inbox.send": "Send",
9
10
  "inbox.sending": "Sending…",
10
11
  "inbox.reply": "Reply",
12
+ "inbox.quoteReply": "Reply to this message",
13
+ "inbox.quoteJump": "Show the original message",
14
+ "inbox.quoteYou": "You",
15
+ "inbox.replyingTo": "Replying to",
16
+ "inbox.quoteCancel": "Cancel the quoted reply",
17
+ "inbox.attachmentRemove": "Remove attachment",
11
18
  "inbox.contactAgentSuffix": "(your agent)",
12
19
  "inbox.messageThis": "Send a message",
13
20
  "nav.members": "Members",
@@ -96,6 +103,36 @@
96
103
  "inbox.attachmentLoadError": "Could not load this attachment.",
97
104
  "inbox.directThread": "Direct",
98
105
  "inbox.subjectPlaceholder": "Subject (optional — starts a new thread)",
106
+ "admin.feedback.title": "Platform feedback",
107
+ "admin.feedback.desc": "Feedback threads from users and agents to you, the node operator — bugs, blockers, ideas, UX issues. Reply in a thread and the sender sees it; replying acknowledges a new thread.",
108
+ "admin.feedback.empty": "No feedback threads yet.",
109
+ "admin.feedback.allStatuses": "All statuses",
110
+ "admin.feedback.allCategories": "All categories",
111
+ "admin.feedback.from": "From",
112
+ "admin.feedback.when": "When",
113
+ "admin.feedback.category": "Category",
114
+ "admin.feedback.statusCol": "Status",
115
+ "admin.feedback.titleCol": "Title",
116
+ "admin.feedback.messagesCol": "Messages",
117
+ "admin.feedback.replyPlaceholder": "Write a reply to the sender…",
118
+ "admin.feedback.send": "Send reply",
119
+ "admin.feedback.replySent": "Reply sent",
120
+ "admin.feedback.statusSaved": "Status updated",
121
+ "admin.feedback.back": "Back to inbox",
122
+ "admin.feedback.context": "Context",
123
+ "admin.feedback.operator": "Operator",
124
+ "admin.feedback.sender": "Sender",
125
+ "admin.feedback.st.new": "New",
126
+ "admin.feedback.st.ack": "Acknowledged",
127
+ "admin.feedback.st.in_progress": "In progress",
128
+ "admin.feedback.st.resolved": "Resolved",
129
+ "admin.feedback.st.wont_fix": "Won't fix",
130
+ "admin.feedback.cat.bug": "Bug",
131
+ "admin.feedback.cat.blocker": "Blocker",
132
+ "admin.feedback.cat.idea": "Idea",
133
+ "admin.feedback.cat.ux": "UX",
134
+ "admin.feedback.cat.question": "Question",
135
+ "admin.feedback.cat.other": "Other",
99
136
  "admin.messages.title": "Direct messages",
100
137
  "admin.messages.desc": "Delivery telemetry for user-to-user messages. No message content or participant identities are shown.",
101
138
  "admin.messages.total": "Total sent",
@@ -506,10 +543,18 @@
506
543
  "profile.scheduler.cal.empty": "No enabled schedules yet — create one above to see it here.",
507
544
  "profile.scheduler.cal.earlier": "Earlier",
508
545
  "profile.scheduler.cal.later": "Later",
509
- "profile.scheduler.cal.truncated": "Some very frequent schedules are truncated in this view.",
546
+ "profile.scheduler.cal.truncated": "Some later occurrences are not shown in this view.",
510
547
  "profile.scheduler.cal.ran": "ran",
511
548
  "profile.scheduler.cal.upcoming": "upcoming",
512
549
  "profile.scheduler.cal.unknown": "Schedule",
550
+ "profile.scheduler.cal.frequentTitle": "Continuously running",
551
+ "profile.scheduler.cal.freqShowGrid": "Show in grid",
552
+ "profile.scheduler.cal.freqHideGrid": "Hide from grid",
553
+ "profile.scheduler.cal.everyMin": "every {n} min",
554
+ "profile.scheduler.cal.everyHour": "every {n} h",
555
+ "profile.scheduler.cal.perDay": "~{n}/day",
556
+ "profile.scheduler.cal.showMore": "+{n} more",
557
+ "profile.scheduler.cal.showLess": "Show less",
513
558
  "appGrant": {
514
559
  "title": "Allow this app to access your data?",
515
560
  "intro": "It will receive its own scoped, revocable token. Never your login session. You can revoke it anytime in Profile › Access.",
@@ -561,7 +606,21 @@
561
606
  },
562
607
  "notif": {
563
608
  "title": "Notifications",
564
- "empty": "No notifications yet"
609
+ "empty": "No notifications yet",
610
+ "action": {
611
+ "reply": "Reply",
612
+ "approve": "Approve",
613
+ "deny": "Deny",
614
+ "accept": "Accept",
615
+ "decline": "Decline",
616
+ "reject": "Reject",
617
+ "send": "Send",
618
+ "aiDraft": "Reply with AI",
619
+ "replyPlaceholder": "Write a reply…",
620
+ "confirm": "Are you sure?",
621
+ "sent": "Reply sent",
622
+ "failed": "Action failed"
623
+ }
565
624
  },
566
625
  "nav": {
567
626
  "try": "Try it",
@@ -716,6 +775,31 @@
716
775
  "pspRemove": "Remove",
717
776
  "pspSaved": "Payment key saved ✓",
718
777
  "pspRemoved": "Payment key removed",
778
+ "connectTitle": "Stripe Connect (money selling)",
779
+ "connectHint": "Onboard as a Stripe Express account under the platform. Card payments settle to YOUR account; the operator takes only the platform fee — no custody.",
780
+ "connectUnavailable": "Platform not configured",
781
+ "connectNotStarted": "Not started",
782
+ "connectReady": "Ready — accepts cards",
783
+ "connectPending": "Onboarding incomplete",
784
+ "connectOnboard": "Start Stripe onboarding",
785
+ "connectContinue": "Continue onboarding",
786
+ "connectRefresh": "Refresh status",
787
+ "connectOpened": "Opened Stripe onboarding in a new tab — finish there, then Refresh status.",
788
+ "connectRequirements": "Stripe still needs",
789
+ "kybVerified": "Verified",
790
+ "kybHintConnect": "KYB verifies automatically once your Stripe account can accept charges and you have given a Y-tunnus.",
791
+ "pspShowLegacy": "Advanced: use my own Stripe key instead",
792
+ "pspHideLegacy": "Hide advanced",
793
+ "payablesTitle": "Payables (owed to the seller)",
794
+ "payablesNone": "No money sales yet.",
795
+ "payablesGross": "Gross sales",
796
+ "payablesMember": "To the fulfilling member",
797
+ "payablesOrg": "To the company wallet",
798
+ "payablesFee": "Platform fee",
799
+ "dac7Title": "DAC7 / VAT (platform reporting)",
800
+ "dac7Consideration": "Total consideration",
801
+ "dac7Transactions": "Transactions",
802
+ "vatTotal": "VAT booked",
719
803
  "saveSettings": "Save settings",
720
804
  "receiptLabel": "Receipt",
721
805
  "logo": "Company logo",
@@ -1064,7 +1148,61 @@
1064
1148
  "notifications": "Notifications",
1065
1149
  "organisms": "Organisms",
1066
1150
  "packages": "Packages",
1067
- "inbox": "Messages"
1151
+ "inbox": "Messages",
1152
+ "appDev": "AppDev"
1153
+ },
1154
+ "appdev": {
1155
+ "title": "AppDev — knowledge & acceleration",
1156
+ "desc": "What your coding agents have learned while building apps on this node, the templates they distilled, and the prompts that start the next build right.",
1157
+ "promptsTitle": "Start a coding agent right",
1158
+ "promptsDesc": "Copy one of these into Claude Code, OpenHands or any MCP-connected coding agent. The flow prompt makes every build start with research; the build prompt is the canonical platform spec.",
1159
+ "flowPromptTitle": "Research-first flow prompt",
1160
+ "flowPromptDesc": "research → frame → propose → build → finish — paste once, every AIMEAT build starts systematically.",
1161
+ "buildPromptTitle": "Build-app prompt (canonical spec)",
1162
+ "buildPromptDesc": "The same battle-tested prompt the app-catalog uses — libraries, auth, data, publish.",
1163
+ "showPrompt": "Show",
1164
+ "hidePrompt": "Hide",
1165
+ "copyPrompt": "Copy prompt",
1166
+ "copied": "Prompt copied",
1167
+ "learnedTitle": "Learned pitfalls",
1168
+ "learnedDesc": "What bit your agents during builds — model-attributed. Share an entry to teach every builder on the node; mark it outdated when models stop stumbling on it.",
1169
+ "showShared": "Show community-shared",
1170
+ "showOutdated": "Show outdated",
1171
+ "learnedEmpty": "Nothing learned yet — entries appear here when your agents report pitfalls at the end of a build.",
1172
+ "fromCommunity": "community",
1173
+ "sharedBadge": "shared",
1174
+ "outdatedBadge": "outdated",
1175
+ "actions": "Actions",
1176
+ "share": "Share platform-wide",
1177
+ "unshare": "Make private",
1178
+ "sharedOn": "Shared platform-wide",
1179
+ "sharedOff": "Made private",
1180
+ "markActive": "Mark active",
1181
+ "markOutdated": "Mark outdated",
1182
+ "delete": "Delete",
1183
+ "deleted": "Deleted",
1184
+ "symptom": "Symptom",
1185
+ "resolution": "Fix",
1186
+ "relatedApp": "Related app",
1187
+ "sharedBy": "Shared by",
1188
+ "templatesTitle": "Template proposals",
1189
+ "templatesDesc": "Reusable templates your agents distilled from finished apps — the next build starts from these.",
1190
+ "templatesEmpty": "No template proposals yet — agents record them after publishing an app.",
1191
+ "proofsCount": "{count} proofs",
1192
+ "openSourceApp": "Open source app",
1193
+ "derivedFrom": "Derived from",
1194
+ "reuseNotes": "What generalizes",
1195
+ "packs": "Library packs",
1196
+ "proofs": "Proofs (self-reported)",
1197
+ "curatedTitle": "Curated pitfall registry",
1198
+ "curatedDesc": "The node's distilled list of what actually breaks app builds — the same registry your agents read before building.",
1199
+ "showCurated": "Show registry",
1200
+ "allAreas": "All areas",
1201
+ "severity": {
1202
+ "critical": "critical",
1203
+ "warn": "warn",
1204
+ "info": "info"
1205
+ }
1068
1206
  },
1069
1207
  "offers": {
1070
1208
  "title": "What can I do?",
@@ -1421,6 +1559,7 @@
1421
1559
  }
1422
1560
  },
1423
1561
  "agents": {
1562
+ "modelBadgeTitle": "Primary model (self-reported, indicative)",
1424
1563
  "title": "Your Agents",
1425
1564
  "active": {
1426
1565
  "title": "Running now",
@@ -1567,7 +1706,8 @@
1567
1706
  "exampleLabel": "Example:",
1568
1707
  "exampleDesc": "A CrewAI \"marketing-crew\" with a researcher + writer + AIMEAT Liaison. The liaison checks onboarding, walks through Hello Integration, reports the crew's capabilities, and writes the final article to AIMEAT memory. All via the aimeat-crewai Python package's create_liaison_agent factory. No subprocess scripts, no config.yaml editing.",
1569
1708
  "nameLabel": "Agent name (used in the paste below):",
1570
- "copyButton": "Copy CrewAI connection instruction"
1709
+ "copyButton": "Copy CrewAI connection instruction",
1710
+ "repoLink": "View the crewaimeat fleet on GitHub"
1571
1711
  },
1572
1712
  "filter": {
1573
1713
  "byTag": "Filter by tag:",
@@ -1880,6 +2020,7 @@
1880
2020
  "title": "Skill Bundle",
1881
2021
  "downloadLabel": "Download skill bundle",
1882
2022
  "versionLabel": "Version",
2023
+ "bundleVersionLabel": "Bundle version",
1883
2024
  "runtimeLabel": "Runtime",
1884
2025
  "hermesRuntime": "Hermes (OpenClaw)",
1885
2026
  "genericRuntime": "Generic",
@@ -2744,7 +2885,37 @@
2744
2885
  "parked": "App parked",
2745
2886
  "unparked": "App published",
2746
2887
  "operatorHiddenBadge": "Moderated by operator: hidden",
2747
- "operatorHiddenHint": "An operator has hidden this app from public view. Only you can still see it. Contact the operator to appeal."
2888
+ "operatorHiddenHint": "An operator has hidden this app from public view. Only you can still see it. Contact the operator to appeal.",
2889
+ "agentBadge": "Ships an agent",
2890
+ "agentBadgeHint": "This app ships its own agent - deploy it onto your fleet below",
2891
+ "agentsLabel": "Bundled agents",
2892
+ "agentDeploy": "Deploy to my fleet",
2893
+ "agentUndeploy": "Undeploy",
2894
+ "agentLive": "live",
2895
+ "agentOffline": "not deployed",
2896
+ "agentDeployStarted": "Deploy task started on your fleet",
2897
+ "agentDeployQueued": "Deploy task queued - start it from the Tasks tab",
2898
+ "agentUndeployQueued": "Undeploy task sent to your fleet",
2899
+ "agentDeployFailed": "Deploy failed",
2900
+ "agentRefresh": "Refresh status",
2901
+ "agentCrew": "Crew",
2902
+ "agentTasks": "Tasks",
2903
+ "agentRunnerLabel": "Runner",
2904
+ "agentOrganismLabel": "Organism (optional)",
2905
+ "agentNoRunners": "no agents - connect one first",
2906
+ "agentDeployHint": "Creates a deploy task on YOUR own runner. The fleet reads the crew definition from the manifest and starts the agent under your account.",
2907
+ "agentEdit": "Edit Agents",
2908
+ "agentAdd": "Add Agents",
2909
+ "agentJsonLabel": "Bundled agents (crew-def JSON array)",
2910
+ "agentEditorHint": "A crew-def can hold a whole TEAM: up to 10 crew members per definition (process \"hierarchical\" adds an orchestrator over them), up to 5 definitions per app. Use \"Copy AI prompt\" to have your AI write or extend this JSON, then paste the result here and Save - the node validates it strictly.",
2911
+ "agentCopyPrompt": "Copy AI prompt",
2912
+ "agentPromptCopied": "Prompt copied - paste it to your AI chat, then paste the JSON result back here",
2913
+ "agentPromptCopyFailed": "Copy failed - clipboard unavailable",
2914
+ "agentJsonInvalid": "Not valid JSON",
2915
+ "agentJsonNotArray": "Expected a JSON ARRAY of crew-def objects",
2916
+ "agentEditSaved": "Bundled agents saved",
2917
+ "agentEditCleared": "Bundled agents removed",
2918
+ "agentClearHint": "Save an empty array [] to remove all bundled agents."
2748
2919
  },
2749
2920
  "v8ext": {
2750
2921
  "title": "Server Extensions",
@@ -3176,6 +3347,13 @@
3176
3347
  "addThis": "Add this",
3177
3348
  "libraryBadge": "Library",
3178
3349
  "serviceBadge": "Service",
3350
+ "measuredOn": "measured:",
3351
+ "notMeasured": "not yet AEB-measured",
3352
+ "tier": {
3353
+ "any": "Works on any model — a mid-tier AI codes it correctly from memory",
3354
+ "frontier": "Frontier-safe — a version-drift trap for weaker models; they must read its doc",
3355
+ "needs-doc": "AIMEAT-authored wrapper — the AI must fetch its doc to use it (no priors)"
3356
+ },
3179
3357
  "heroDesc": "Get more done with less. AI Chat can handle bigger apps when you hand it ready-made cortex building blocks — reusable UI libraries, schemas, and prompts. Use the same cortex across multiple apps.",
3180
3358
  "visibility": {
3181
3359
  "private": "Private",
@@ -3795,6 +3973,10 @@
3795
3973
  "dev": {
3796
3974
  "title": "AIMEAT Onboarding Portal",
3797
3975
  "subtitle": "Connect any AI to this node. Select your platform to get started",
3976
+ "repos": {
3977
+ "protocol": "aimeat-protocol on GitHub",
3978
+ "crew": "crewaimeat on GitHub"
3979
+ },
3798
3980
  "stats": {
3799
3981
  "agents": "Agents",
3800
3982
  "chatSessions": "Chat Sessions",
@@ -3994,9 +4176,9 @@
3994
4176
  "baseUrl": "Public URL",
3995
4177
  "baseUrlHint": "The public URL where this node is reachable (e.g. https://mynode.example.com)",
3996
4178
  "baseUrlInvalid": "Must start with http:// or https://",
3997
- "dbUrl": "MongoDB URL",
4179
+ "dbUrl": "PostgreSQL URL",
3998
4180
  "dbUrlHint": "Leave empty for in-memory storage (data lost on restart)",
3999
- "dbUrlInvalid": "Must be a valid mongodb:// (or mongodb+srv://) or postgresql:// connection URL",
4181
+ "dbUrlInvalid": "Must be a valid postgresql:// (or postgres://) connection URL",
4000
4182
  "adminPassword": "Admin password",
4001
4183
  "adminPasswordHint": "Password for the operator admin panel (min 8 characters)",
4002
4184
  "adminPasswordWeak": "Password must be at least 8 characters",
@@ -4144,7 +4326,6 @@
4144
4326
  "storage_hint": "Where to store data",
4145
4327
  "storage_memory": "In-memory (development only, data lost on restart)",
4146
4328
  "storage_sqlite": "SQLite (personal use, zero-config file-based storage)",
4147
- "storage_mongodb": "MongoDB (production, requires external server)",
4148
4329
  "storage_postgresql": "PostgreSQL (production, requires external server)",
4149
4330
  "sqlite_path_label": "SQLite database path",
4150
4331
  "sqlite_path_hint": "File path for the SQLite database (auto-created)",
@@ -4578,7 +4759,7 @@
4578
4759
  "savedChanges": "Changes saved",
4579
4760
  "cfgReadOnlyBanner": "This node uses in-memory storage. Config editing is disabled.",
4580
4761
  "cfgReadOnlyHelpTitle": "Why is config read-only?",
4581
- "cfgReadOnlyHelpDetail": "Config persistence requires a database (MongoDB or SQLite). In-memory nodes lose all changes on restart. Configure this node via .env file, aimeat.ini, aimeat.json, or CLI arguments (aimeat start --db sqlite).",
4762
+ "cfgReadOnlyHelpDetail": "Config persistence requires a database (PostgreSQL or SQLite). In-memory nodes lose all changes on restart. Configure this node via .env file, aimeat.ini, aimeat.json, or CLI arguments (aimeat start --db sqlite).",
4582
4763
  "cfgHelpTitle": "Help",
4583
4764
  "cfgReset": "Reset",
4584
4765
  "cfgOnePerLine": "One entry per line",
@@ -4926,6 +5107,7 @@
4926
5107
  "corsSelectAgent": "Select agent...",
4927
5108
  "stats": "Statistics",
4928
5109
  "statsNotAvailable": "Statistics are disabled on this node.",
5110
+ "database": "Database",
4929
5111
  "aiUsage": "AI Apps Usage",
4930
5112
  "aiMetricCost": "Cost",
4931
5113
  "aiMetricTokens": "Tokens",
@@ -5807,283 +5989,6 @@
5807
5989
  "confirmDelete": "Delete this app?",
5808
5990
  "confirmClear": "Delete ALL apps and settings? This cannot be undone."
5809
5991
  },
5810
- "hobbies": {
5811
- "title": "Hobby Directory",
5812
- "subtitle": "Find hobbies and like-minded people near you",
5813
- "members": "Members",
5814
- "hobbies": "Hobbies",
5815
- "cities": "Cities",
5816
- "browseByCategory": "Browse by category",
5817
- "topInterests": "Top interests",
5818
- "topCities": "Top cities",
5819
- "searchPeople": "Search for hobbyists",
5820
- "joinDirectory": "Join the directory",
5821
- "people": "people",
5822
- "loadError": "Could not load page.",
5823
- "search": {
5824
- "title": "Search for hobbyists",
5825
- "subtitle": "Find like-minded people by interest or location",
5826
- "interest": "Interest",
5827
- "interestPlaceholder": "e.g. coding, cycling...",
5828
- "city": "City",
5829
- "cityPlaceholder": "e.g. Helsinki",
5830
- "area": "Area",
5831
- "areaPlaceholder": "e.g. Kallio",
5832
- "btn": "Search",
5833
- "results": "results",
5834
- "forInterest": "for interest",
5835
- "inCity": "in city",
5836
- "noResults": "No results. Try different search criteria or",
5837
- "joinLink": "join the directory",
5838
- "interests": "Interests",
5839
- "cities": "Cities",
5840
- "shared": "shared",
5841
- "profileHidden": "Profile hidden",
5842
- "profileHiddenDesc": "This profile has been hidden based on community reports.",
5843
- "prev": "Previous",
5844
- "next": "Next",
5845
- "error": "Could not perform search."
5846
- },
5847
- "profile": {
5848
- "notFound": "Profile not found.",
5849
- "backToSearch": "Back to search",
5850
- "hidden": "This profile has been hidden based on community reports.",
5851
- "description": "Description",
5852
- "interests": "Interests",
5853
- "location": "Location",
5854
- "availability": "Availability",
5855
- "seeking": "Seeking",
5856
- "sharedInterests": "shared interests",
5857
- "flagBtn": "Report profile",
5858
- "flagReason": "Reason for report (unreliable, inappropriate, spam, other):",
5859
- "flagSent": "Report sent.",
5860
- "flagError": "Error",
5861
- "networkError": "Network error.",
5862
- "loadError": "Could not load profile."
5863
- },
5864
- "join": {
5865
- "title": "Join the directory",
5866
- "subtitle": "Create a profile and find like-minded people",
5867
- "authNotice": "Sign in to join.",
5868
- "authLink": "Sign in or register here.",
5869
- "interests": "Interests *",
5870
- "interestsPlaceholder": "e.g. coding, cycling, music",
5871
- "interestsHint": "Separate with commas. At least one.",
5872
- "city": "City *",
5873
- "cityPlaceholder": "e.g. Helsinki",
5874
- "country": "Country",
5875
- "bio": "Description",
5876
- "bioPlaceholder": "Tell about yourself...",
5877
- "bioHint": "Maximum 500 characters.",
5878
- "availability": "Availability",
5879
- "availNone": "Not selected",
5880
- "availAnytime": "Anytime",
5881
- "availMornings": "Mornings",
5882
- "availEvenings": "Evenings",
5883
- "availWeekends": "Weekends",
5884
- "availEveningsWeekends": "Evenings & weekends",
5885
- "seeking": "Seeking (optional)",
5886
- "seekingPlaceholder": "e.g. practice partner, team members",
5887
- "seekingHint": "Separate with commas.",
5888
- "consent": "I agree that my profile is visible in the directory (community-discovery).",
5889
- "submitBtn": "Join the directory",
5890
- "saving": "Saving...",
5891
- "needInterest": "Add at least one interest.",
5892
- "needCity": "City is required.",
5893
- "success": "Your profile has been created! It will appear in the directory when the index is next updated.",
5894
- "browseBtn": "Browse the directory",
5895
- "saveFailed": "Save failed. Try again.",
5896
- "error": "Could not load form.",
5897
- "notifications": "Notify me when someone nearby shares my interests"
5898
- },
5899
- "me": {
5900
- "title": "My profile",
5901
- "noGhii": "You have not created a GHII profile yet.",
5902
- "registerFirst": "Register first.",
5903
- "notInDirectory": "Your profile was not found in the directory. This may be because you have not joined yet or the directory index has not updated.",
5904
- "joinBtn": "Join the directory",
5905
- "editTitle": "Edit profile",
5906
- "saveBtn": "Save changes",
5907
- "saving": "Saving...",
5908
- "saved": "Changes saved! The directory will update on the next refresh.",
5909
- "saveFailed": "Some saves failed.",
5910
- "viewPublic": "View public profile",
5911
- "notSet": "Not set",
5912
- "loadError": "Could not load profile.",
5913
- "signInRequired": "Sign in to view your profile.",
5914
- "notifications": "Match notifications",
5915
- "notificationsOn": "You will be notified when someone nearby shares your interests.",
5916
- "notificationsOff": "Match notifications are disabled."
5917
- },
5918
- "nav": {
5919
- "brand": "AIMEAT Hobbies",
5920
- "search": "Search",
5921
- "join": "Join",
5922
- "me": "My Profile",
5923
- "portal": "Portal",
5924
- "matches": "Matches"
5925
- },
5926
- "availability": {
5927
- "anytime": "Anytime",
5928
- "mornings": "Mornings",
5929
- "evenings": "Evenings",
5930
- "weekends": "Weekends",
5931
- "eveningsWeekends": "Evenings & weekends"
5932
- },
5933
- "matches": {
5934
- "title": "Your Matches",
5935
- "subtitle": "People who share your interests",
5936
- "loginRequired": "Log in to see your matches",
5937
- "noMatches": "No matches found yet. Try adding more interests to your profile!",
5938
- "shared": "shared interests",
5939
- "loading": "Finding your matches..."
5940
- }
5941
- },
5942
- "mkt": {
5943
- "brand": "AIME AT Tori",
5944
- "instanceSelector": "Choose a Marketplace",
5945
- "instanceSelectorSubtitle": "Select a marketplace to browse or sell items",
5946
- "noInstances": "No marketplaces available",
5947
- "visibility": {
5948
- "public": "Public",
5949
- "password": "Password Protected",
5950
- "invite": "Invite Only"
5951
- },
5952
- "backToMarketplaces": "← All Marketplaces",
5953
- "nav": {
5954
- "search": "Search",
5955
- "sell": "Sell",
5956
- "myListings": "My listings",
5957
- "myPurchases": "Purchases",
5958
- "portal": "Portal"
5959
- },
5960
- "home": {
5961
- "title": "Tori",
5962
- "subtitle": "AIMEAT marketplace. Buy and sell with morsel currency",
5963
- "listings": "Listings",
5964
- "categories": "Categories",
5965
- "categoriesHeading": "Categories",
5966
- "recentHeading": "Recent listings",
5967
- "emptyText": "No listings yet. Be the first seller!",
5968
- "browseBtn": "Browse listings",
5969
- "sellBtn": "Create listing",
5970
- "announcements": "announcements"
5971
- },
5972
- "search": {
5973
- "title": "Search listings",
5974
- "subtitle": "Filter and browse marketplace offerings",
5975
- "keyword": "Keyword",
5976
- "keywordPlaceholder": "Search...",
5977
- "category": "Category",
5978
- "categoryAll": "All",
5979
- "city": "City",
5980
- "cityPlaceholder": "e.g. Espoo",
5981
- "price": "Price (morsels)",
5982
- "minPlaceholder": "Min",
5983
- "maxPlaceholder": "Max",
5984
- "btn": "Search",
5985
- "clearBtn": "Clear",
5986
- "noResults": "No results. Try different search criteria.",
5987
- "prev": "Previous",
5988
- "next": "Next",
5989
- "page": "Page",
5990
- "error": "Search could not be performed."
5991
- },
5992
- "detail": {
5993
- "backToMarket": "Back to marketplace",
5994
- "seller": "Seller",
5995
- "condition": "Condition",
5996
- "availability": "Availability",
5997
- "created": "Created",
5998
- "totalPrice": "Total price including service fee",
5999
- "price": "Price",
6000
- "serviceFee": "service fee",
6001
- "purchaseHint": "Purchasing requires authentication.",
6002
- "purchaseBtn": "Purchase",
6003
- "ownListing": "This is your listing. Manage via API.",
6004
- "purchases": "Purchases",
6005
- "buyer": "Buyer",
6006
- "notFound": "Listing not found.",
6007
- "backBtn": "Back",
6008
- "loadError": "Could not load listing.",
6009
- "purchaseSuccess": "Purchase successful!",
6010
- "purchaseFailed": "Purchase failed"
6011
- },
6012
- "sell": {
6013
- "title": "Create listing",
6014
- "listingFee": "Listing fee",
6015
- "formNote": "Fill in the details and submit to create a listing.",
6016
- "titleLabel": "Title *",
6017
- "titlePlaceholder": "Product or service name",
6018
- "descLabel": "Description *",
6019
- "descPlaceholder": "Describe the product or service...",
6020
- "categoryLabel": "Category *",
6021
- "priceLabel": "Price (morsels) *",
6022
- "conditionLabel": "Condition",
6023
- "conditionNone": "-",
6024
- "conditionNew": "New",
6025
- "conditionUsed": "Used",
6026
- "conditionDigital": "Digital",
6027
- "availLabel": "Availability",
6028
- "availNone": "-",
6029
- "availImmediate": "Immediate",
6030
- "availOnRequest": "On request",
6031
- "availScheduled": "Scheduled",
6032
- "cityLabel": "City",
6033
- "cityPlaceholder": "e.g. Helsinki",
6034
- "areaLabel": "Area",
6035
- "areaPlaceholder": "e.g. Kallio",
6036
- "tagsLabel": "Tags (comma separated)",
6037
- "tagsPlaceholder": "e.g. coding, web, react",
6038
- "submitBtn": "Create listing",
6039
- "sending": "Sending...",
6040
- "success": "Listing created! ID:",
6041
- "unknownError": "Unknown error",
6042
- "networkError": "Network connection failed",
6043
- "authRequired": "Sign in to create a listing.",
6044
- "authBtn": "Sign in"
6045
- },
6046
- "myListings": {
6047
- "title": "My listings",
6048
- "subtitle": "Manage your sale listings",
6049
- "newBtn": "+ New listing",
6050
- "empty": "No listings yet. Create your first!",
6051
- "authRequired": "Sign in to view your listings.",
6052
- "error": "Could not load page.",
6053
- "delistBtn": "Remove"
6054
- },
6055
- "myPurchases": {
6056
- "title": "My purchases",
6057
- "subtitle": "Purchase history and reviews",
6058
- "empty": "No purchases yet.",
6059
- "seller": "Seller",
6060
- "code": "Code",
6061
- "rateHint": "Rate: POST /v1/app-store/purchases/",
6062
- "authRequired": "Sign in to view your purchases.",
6063
- "error": "Could not load page.",
6064
- "unknown": "Unknown"
6065
- },
6066
- "status": {
6067
- "active": "Active",
6068
- "sold": "Sold",
6069
- "expired": "Expired",
6070
- "hidden": "Hidden",
6071
- "delisted": "Delisted",
6072
- "pending_delivery": "Pending delivery",
6073
- "delivered": "Delivered",
6074
- "disputed": "Disputed",
6075
- "completed": "Completed",
6076
- "cancelled": "Cancelled"
6077
- },
6078
- "cat": {
6079
- "palvelut": "Services",
6080
- "tuotteet": "Products",
6081
- "data": "Data",
6082
- "osaaminen": "Skills",
6083
- "muu": "Other"
6084
- },
6085
- "langSwitch": "FI"
6086
- },
6087
5992
  "portal": {
6088
5993
  "nav": {
6089
5994
  "devView": "For Developers",
@@ -6236,19 +6141,10 @@
6236
6141
  "apps": "Apps",
6237
6142
  "files": "Files"
6238
6143
  },
6239
- "marketplace": {
6240
- "title": "Marketplace",
6241
- "desc": "Browse offers and publish what you can provide.",
6242
- "open": "Open marketplace",
6243
- "manage": "Manage your services"
6244
- },
6245
6144
  "services": {
6246
6145
  "title": "Recent Services",
6247
6146
  "desc": "Jump into the latest portal services and tools.",
6248
- "hobbies": "Hobbies",
6249
- "guides": "Guides",
6250
6147
  "aimeatOs": "AIMEAT OS",
6251
- "openclaw": "OpenClaw runtime",
6252
6148
  "catalog": "App catalog"
6253
6149
  }
6254
6150
  }
@@ -6565,12 +6461,47 @@
6565
6461
  "validateDesc": "Validate configuration (env, files, database)",
6566
6462
  "initDesc": "Interactive config wizard",
6567
6463
  "importSuccess": "Imported {count} values to database ({skipped} skipped)",
6568
- "importRequiresDb": "Config import requires a persistent database (MongoDB or SQLite). Current storage: {type}",
6464
+ "importRequiresDb": "Config import requires a persistent database (PostgreSQL or SQLite). Current storage: {type}",
6569
6465
  "importNoFile": "File not found: {path}",
6570
6466
  "importConfirm": "Import {mutable} mutable values to database? ({immutable} immutable and {unknown} unknown will be skipped)",
6571
6467
  "exportSuccess": "Exported {count} config values in {format} format",
6572
6468
  "migrationHint": "Tip: To migrate .env to database, run: aimeat config import --file .env"
6573
6469
  },
6470
+ "librariesTab": {
6471
+ "tabLabel": "Libraries",
6472
+ "title": "Libraries",
6473
+ "desc": "Every client library your apps can use — SDK wrappers, vendored third-party libs (charts, 3D, particles, game engine, styling) and ready-made cortex UI — with its AI-acceleration maturity: which model it's been tested on, whether it passed, and what tier it is.",
6474
+ "loading": "Loading libraries…",
6475
+ "searchPlaceholder": "Search libraries…",
6476
+ "tierAll": "All tiers",
6477
+ "measuredOnly": "Tested only",
6478
+ "tested": "Tested",
6479
+ "notTested": "not yet AEB-tested",
6480
+ "pass": "pass",
6481
+ "fail": "fail",
6482
+ "noneMatch": "No libraries match the filters.",
6483
+ "back": "Back",
6484
+ "apiSurface": "API",
6485
+ "license": "License",
6486
+ "size": "Size",
6487
+ "source": "Source",
6488
+ "maturityHeading": "AI-acceleration maturity",
6489
+ "includeHeading": "How to include",
6490
+ "aiDocHeading": "AI usage doc",
6491
+ "changelogHeading": "Changelog",
6492
+ "breaking": "Breaking",
6493
+ "group": {
6494
+ "sdk": "Client SDK",
6495
+ "vendored": "Visual & 2D/3D libraries",
6496
+ "cortex": "Ready-made UI (cortex)",
6497
+ "community": "Community-published"
6498
+ },
6499
+ "status": {
6500
+ "stable": "stable",
6501
+ "preview": "preview",
6502
+ "deprecated": "deprecated"
6503
+ }
6504
+ },
6574
6505
  "discover": {
6575
6506
  "tabLabel": "Discover",
6576
6507
  "title": "Discover",
@@ -7769,6 +7700,29 @@
7769
7700
  }
7770
7701
  },
7771
7702
  "admin": {
7703
+ "database": {
7704
+ "title": "Database",
7705
+ "desc": "Live row counts per table and how storage is growing over time. Snapshots are captured hourly; the deltas show change over the last hour, day, and week.",
7706
+ "loading": "Loading storage stats…",
7707
+ "empty": "No storage stats yet.",
7708
+ "captureNow": "Capture now",
7709
+ "capturing": "Capturing…",
7710
+ "captured": "Snapshot captured.",
7711
+ "totalRows": "Total rows",
7712
+ "tables": "tables",
7713
+ "memoryVersionRows": "version history rows",
7714
+ "memoryArchivedRows": "archived rows",
7715
+ "lastHour": "Last hour",
7716
+ "last24h": "Last 24h",
7717
+ "last7d": "Last 7 days",
7718
+ "rowsDelta": "rows changed",
7719
+ "noBaseline": "no baseline yet",
7720
+ "snapshots": "snapshots",
7721
+ "table": "Table",
7722
+ "rows": "Rows",
7723
+ "delta24h": "Δ 24h",
7724
+ "relSize": "Relative size"
7725
+ },
7772
7726
  "subdomains": {
7773
7727
  "title": "Subdomains",
7774
7728
  "desc": "Map subdomains to published apps or external redirects. A mapped subdomain serves the app's HTML at its root (e.g. sanomat.aimeat.io). Management is operator-only.",
@@ -8038,6 +7992,7 @@
8038
7992
  "buildHeroSub": "Copy one prompt into Claude, ChatGPT or any AI. It builds you a working app on AIMEAT, published live and yours to keep. Then let your agents run it for you, the way AIMEAT Sanomat writes itself every evening.",
8039
7993
  "buildHeroCopy": "Copy the build prompt →",
8040
7994
  "buildHeroCopied": "Copied ✓. Paste into your AI",
7995
+ "ecLink": "New here? Learn the whole ecosystem hands-on — open the Experience Center →",
8041
7996
  "buildHeroAfter": "Paste it into your AI and answer its questions. When your app is ready,",
8042
7997
  "buildHeroAfter2": "(signing in takes seconds — Google or email).",
8043
7998
  "openAppsToPublish": "open your apps to add & publish it →",
@@ -8249,6 +8204,11 @@
8249
8204
  "link": "Connector docs →",
8250
8205
  "upgrade": "You can raise the level any time: by hand → routine → daemon. The playbook does not expire."
8251
8206
  },
8207
+ "ec": {
8208
+ "title": "Keep going: the Experience Center",
8209
+ "a": "A hands-on academy for the whole ecosystem: connect your AI (the nicest way), then agents, apps, organisms and automation — layer by layer, with try-it links.",
8210
+ "link": "Open the Experience Center →"
8211
+ },
8252
8212
  "h1": {
8253
8213
  "title": "Step 1: Tell us what you need",
8254
8214
  "a": "Send a message to jouni.miikki@aimeat.io. Subject 'Agents', body: your pick below. You'll get an honest assessment: what to build yourself, what to buy."
@@ -8344,6 +8304,58 @@
8344
8304
  "organisms.pendingEmailInvites": "Pending email invitations",
8345
8305
  "organisms.workspacesShort": "ws",
8346
8306
  "organisms.expiresLabel": "expires",
8307
+ "organisms.addPeople": "Add people",
8308
+ "organisms.addMember": "Add member",
8309
+ "organisms.whoLabel": "Owner name or email",
8310
+ "organisms.whoPlaceholder": "owner name or name@example.com",
8311
+ "organisms.requireAcceptance": "Require acceptance — send an invitation instead of adding directly",
8312
+ "organisms.directAddHint": "The member is added immediately with the selected rights. They are notified and can leave at any time.",
8313
+ "organisms.emailInviteHint": "This looks like an email address — a registration invitation will be emailed.",
8314
+ "organisms.memberAdded": "Member added",
8315
+ "organisms.pendingInvites": "Pending invitations",
8316
+ "organisms.editInvite": "Edit",
8317
+ "organisms.inviteUpdated": "Invitation updated",
8318
+ "organisms.withdraw": "Withdraw",
8319
+ "organisms.invitedBy": "invited by",
8320
+ "organisms.saveChanges": "Save",
8321
+ "organisms.makeAdmin": "Make admin",
8322
+ "organisms.removeAdmin": "Remove admin",
8323
+ "organisms.adminGranted": "Admin role granted",
8324
+ "organisms.adminRemoved": "Admin role removed",
8325
+ "organisms.adminChangeFailed": "Could not change the admin role",
8326
+ "organisms.editAccess": "Edit access",
8327
+ "organisms.editAccessFor": "Workspace access for {member}",
8328
+ "organisms.accessNone": "No access",
8329
+ "organisms.accessUpdated": "Access updated",
8330
+ "organisms.accessUpdateFailed": "Access update failed",
8331
+ "organisms.wsCreator": "creator",
8332
+ "contacts.tabLabel": "Contacts",
8333
+ "contacts.title": "Contacts",
8334
+ "contacts.desc": "Your address book: people you trust and people you have messaged. Contacts feed the identity pickers everywhere you grant access — organisms, workspaces, and apps.",
8335
+ "contacts.add": "Add",
8336
+ "contacts.added": "Contact saved",
8337
+ "contacts.addFailed": "Could not add the contact",
8338
+ "contacts.addPlaceholder": "owner name or email",
8339
+ "contacts.remove": "Remove",
8340
+ "contacts.removed": "Contact removed",
8341
+ "contacts.removeFailed": "Could not remove the contact",
8342
+ "contacts.save": "Save",
8343
+ "contacts.filterPlaceholder": "Filter…",
8344
+ "contacts.loading": "Loading…",
8345
+ "contacts.savedGroup": "Saved contacts",
8346
+ "contacts.savedEmpty": "Nobody saved yet — add someone above, or save a messaged person below.",
8347
+ "contacts.messagedGroup": "People you've messaged",
8348
+ "contacts.messagedEmpty": "Direct-message conversations show up here automatically.",
8349
+ "contacts.hasMessages": "messaged",
8350
+ "contacts.kindAgent": "agent",
8351
+ "contacts.kindApp": "app",
8352
+ "contacts.blockedNote": "{n} blocked contact(s) — manage them in the Messages tab.",
8353
+ "contacts.inviteHint": "No account for {email} yet — invite them by email from an organism's Members tab (they get an account and the access you choose in one step).",
8354
+ "contacts.pickerPlaceholder": "owner name, email, or pick a contact",
8355
+ "contacts.fromDirectory": "directory",
8356
+ "contacts.resolving": "Looking up…",
8357
+ "contacts.resolveAction": "Look up this email",
8358
+ "contacts.resolveMiss": "No account with that email — you can send an email invitation instead.",
8347
8359
  "invite.missing": "This invitation link is missing its token.",
8348
8360
  "invite.invalid": "This invitation is invalid, was cancelled, or has expired.",
8349
8361
  "invite.acceptFailed": "Could not accept the invitation.",
@@ -8367,5 +8379,10 @@
8367
8379
  "invite.acceptCta": "Accept & join",
8368
8380
  "invite.or": "OR",
8369
8381
  "invite.continueWith": "Continue with {label}",
8370
- "invite.signInInstead": "Already have an account? Sign in"
8382
+ "invite.signInInstead": "Already have an account? Sign in",
8383
+ "invite.mismatchTitle": "Wrong account",
8384
+ "invite.signedInAs": "You're signed in as {owner}.",
8385
+ "invite.mismatchBody": "This invitation was sent to {email}. It can only be accepted by the account whose verified email is that address. Sign out and open the link again, or ask the inviter to add your account directly.",
8386
+ "invite.signOutRetry": "Sign out",
8387
+ "invite.switchAccount": "Use a different account"
8371
8388
  }