aimeat 2.1.0 → 2.3.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 (1300) hide show
  1. package/README.md +110 -84
  2. package/dist/.env.example +57 -16
  3. package/dist/locales/en.json +277 -369
  4. package/dist/locales/fi.json +281 -373
  5. package/dist/public/components/ContactCard.js +30 -5
  6. package/dist/public/components/ContactPicker.js +3 -2
  7. package/dist/public/components/ImageDeliverable.js +2 -1
  8. package/dist/public/components/JsonView.js +1 -0
  9. package/dist/public/components/LinkPreview.js +1 -1
  10. package/dist/public/components/NotificationBell.js +6 -4
  11. package/dist/public/components/UsageChart.js +2 -1
  12. package/dist/public/cortex-bundled/aimeat-charts.js +158 -10
  13. package/dist/public/cortex-bundled/aimeat-charts.yaml +1 -1
  14. package/dist/public/cortex-bundled/aimeat-dag.js +515 -173
  15. package/dist/public/cortex-bundled/aimeat-dag.yaml +1 -1
  16. package/dist/public/cortex-bundled/aimeat-i18n.js +6 -1
  17. package/dist/public/cortex-bundled/aimeat-i18n.yaml +1 -1
  18. package/dist/public/cortex-bundled/aimeat-surface.js +577 -0
  19. package/dist/public/cortex-bundled/aimeat-surface.yaml +107 -0
  20. package/dist/public/cortex-bundled/aimeat-viewport.js +405 -0
  21. package/dist/public/cortex-bundled/aimeat-viewport.yaml +100 -0
  22. package/dist/public/css/theme.css +1516 -1432
  23. package/dist/public/css/views/app-grant.css +95 -36
  24. package/dist/public/css/views/help.css +28 -0
  25. package/dist/public/css/views/inbox.css +1 -1
  26. package/dist/public/css/views/landing.css +20 -0
  27. package/dist/public/css/views/members.css +40 -10
  28. package/dist/public/css/views/portal-dev.css +64 -45
  29. package/dist/public/css/views/profile.css +17 -0
  30. package/dist/public/js/api.js +1 -0
  31. package/dist/public/js/app-sandbox.js +1 -0
  32. package/dist/public/js/components/auth-image.js +3 -1
  33. package/dist/public/js/i18n.js +3 -1
  34. package/dist/public/js/presence-store.js +3 -1
  35. package/dist/public/js/recents.js +2 -0
  36. package/dist/public/js/services/agent-activity.js +2 -1
  37. package/dist/public/js/services/agent-directives.js +2 -1
  38. package/dist/public/js/services/agent-integration.js +2 -1
  39. package/dist/public/js/services/agent-messages.js +2 -1
  40. package/dist/public/js/services/agent-tasks.js +2 -1
  41. package/dist/public/js/services/agents.js +3 -2
  42. package/dist/public/js/services/calibrator.js +2 -1
  43. package/dist/public/js/services/consent.js +2 -1
  44. package/dist/public/js/services/contacts.js +2 -1
  45. package/dist/public/js/services/cortex.js +5 -4
  46. package/dist/public/js/services/ecosystem.js +2 -1
  47. package/dist/public/js/services/knowledge.js +2 -1
  48. package/dist/public/js/services/ledger.js +2 -1
  49. package/dist/public/js/services/living.js +10 -9
  50. package/dist/public/js/services/memory.js +2 -1
  51. package/dist/public/js/services/messages.js +53 -8
  52. package/dist/public/js/services/nodes.js +3 -2
  53. package/dist/public/js/services/notebook-plan.js +2 -1
  54. package/dist/public/js/services/notebook.js +6 -5
  55. package/dist/public/js/services/offers.js +6 -5
  56. package/dist/public/js/services/organisms.js +26 -25
  57. package/dist/public/js/services/organisms.prompts.js +3 -2
  58. package/dist/public/js/services/organisms.shared.js +2 -1
  59. package/dist/public/js/services/organisms.workspace-gen.js +3 -2
  60. package/dist/public/js/services/packages.js +1 -0
  61. package/dist/public/js/services/schedules.js +2 -1
  62. package/dist/public/js/services/security.js +3 -2
  63. package/dist/public/js/services/skills.js +1 -0
  64. package/dist/public/js/services/tracked-responses.js +4 -3
  65. package/dist/public/js/services/unfurl.js +4 -4
  66. package/dist/public/js/services/work.js +2 -1
  67. package/dist/public/js/site.js +74 -0
  68. package/dist/public/js/swallowed.js +69 -0
  69. package/dist/public/js/theme.js +2 -1
  70. package/dist/public/js/utils.js +3 -1
  71. package/dist/public/lib/VENDORED.md +7 -3
  72. package/dist/public/lib/aimeat-daisyui-bridge.css +39 -2
  73. package/dist/public/lib/aimeat-game/board.css +262 -0
  74. package/dist/public/lib/aimeat-game/progress.css +406 -0
  75. package/dist/public/lib/aimeat-game/shell.css +388 -0
  76. package/dist/public/lib/aimeat-game.css +394 -0
  77. package/dist/public/lib/aimeat-theme.css +538 -0
  78. package/dist/public/lib/fonts/LICENSE.md +11 -4
  79. package/dist/public/lib/fonts/fraunces-var-latin-ext.woff2 +0 -0
  80. package/dist/public/lib/fonts/fraunces-var-latin.woff2 +0 -0
  81. package/dist/public/lib/fonts/inter-var-latin-ext.woff2 +0 -0
  82. package/dist/public/lib/fonts/inter-var-latin.woff2 +0 -0
  83. package/dist/public/lib/fonts/jetbrains-mono-var-latin-ext.woff2 +0 -0
  84. package/dist/public/lib/fonts/jetbrains-mono-var-latin.woff2 +0 -0
  85. package/dist/public/lib/fonts/space-grotesk-var-latin-ext.woff2 +0 -0
  86. package/dist/public/lib/fonts/space-grotesk-var-latin.woff2 +0 -0
  87. package/dist/public/lib/pdfjs@6/pdf.min.mjs +29 -0
  88. package/dist/public/lib/pdfjs@6/pdf.worker.min.mjs +29 -0
  89. package/dist/public/lib/samples/theme-check.html +92 -0
  90. package/dist/public/lib/samples/themes-boot.js +20 -0
  91. package/dist/public/lib/samples/themes.html +154 -0
  92. package/dist/public/lib/samples/themes.js +60 -0
  93. package/dist/public/privacy.fi.html +1 -1
  94. package/dist/public/privacy.html +1 -1
  95. package/dist/public/spa.html +885 -793
  96. package/dist/public/sw.js +4 -2
  97. package/dist/public/views/admin/agent-integration-tab.js +7 -6
  98. package/dist/public/views/admin/ai-usage-tab.js +2 -1
  99. package/dist/public/views/admin/cortex-tab.js +2 -1
  100. package/dist/public/views/admin/economy-tab.js +0 -1
  101. package/dist/public/views/admin/email-tab.js +4 -2
  102. package/dist/public/views/admin/federation-tab.js +3 -2
  103. package/dist/public/views/admin/feedback-tab.js +2 -1
  104. package/dist/public/views/admin/knowledge-tab.js +2 -1
  105. package/dist/public/views/admin/messages-tab.js +2 -1
  106. package/dist/public/views/admin/msm-tab.js +2 -1
  107. package/dist/public/views/admin/packages-tab.js +3 -2
  108. package/dist/public/views/admin/portal-tab.js +7 -2
  109. package/dist/public/views/admin/push-tab.js +9 -4
  110. package/dist/public/views/admin/stats-tab.js +2 -1
  111. package/dist/public/views/admin/usage-tab.js +4 -3
  112. package/dist/public/views/admin.js +6 -4
  113. package/dist/public/views/agent-solo.js +4 -3
  114. package/dist/public/views/app-grant.js +105 -32
  115. package/dist/public/views/business.js +139 -55
  116. package/dist/public/views/command-palette.js +5 -3
  117. package/dist/public/views/companies.js +3 -2
  118. package/dist/public/views/doc-solo.js +2 -1
  119. package/dist/public/views/help.js +95 -15
  120. package/dist/public/views/how-it-works.js +41 -8
  121. package/dist/public/views/invite-accept.js +3 -2
  122. package/dist/public/views/landing-activity.js +3 -2
  123. package/dist/public/views/landing-node-totals.js +2 -1
  124. package/dist/public/views/landing.js +75 -152
  125. package/dist/public/views/members.js +29 -2
  126. package/dist/public/views/my-company.js +9 -7
  127. package/dist/public/views/my-company.payments.js +2 -1
  128. package/dist/public/views/portal-classic.js +2 -1
  129. package/dist/public/views/portal-dev.js +64 -35
  130. package/dist/public/views/portal-dev.panels.js +39 -2
  131. package/dist/public/views/portal-dev.upload.js +25 -196
  132. package/dist/public/views/portal.components.js +4 -3
  133. package/dist/public/views/portfolio.js +5 -4
  134. package/dist/public/views/profile/access-tab/access-tokens.js +2 -1
  135. package/dist/public/views/profile/access-tab/agent-defaults.js +3 -1
  136. package/dist/public/views/profile/access-tab/connected-apps.js +152 -7
  137. package/dist/public/views/profile/access-tab/sharing-groups.js +4 -1
  138. package/dist/public/views/profile/access-tab.js +3 -1
  139. package/dist/public/views/profile/agents/agent-card.js +6 -5
  140. package/dist/public/views/profile/agents/tab-activity.js +10 -8
  141. package/dist/public/views/profile/agents/tab-agent-config.js +3 -1
  142. package/dist/public/views/profile/agents/tab-contracts.js +2 -1
  143. package/dist/public/views/profile/agents/tab-data-access.js +10 -7
  144. package/dist/public/views/profile/agents/tab-helpers.js +5 -0
  145. package/dist/public/views/profile/agents/tab-integration.js +12 -9
  146. package/dist/public/views/profile/agents/tab-messages.js +6 -4
  147. package/dist/public/views/profile/agents/tab-quality.js +3 -2
  148. package/dist/public/views/profile/agents/tab-usage.js +5 -3
  149. package/dist/public/views/profile/agents/task-item.js +12 -7
  150. package/dist/public/views/profile/agents-activity-subtab.js +5 -2
  151. package/dist/public/views/profile/agents-capabilities-subtab.js +4 -2
  152. package/dist/public/views/profile/agents-messages-subtab.js +5 -2
  153. package/dist/public/views/profile/agents-services-subtab.js +1 -0
  154. package/dist/public/views/profile/agents-tab.js +11 -7
  155. package/dist/public/views/profile/appdev-tab.js +3 -2
  156. package/dist/public/views/profile/apps-tab.js +10 -8
  157. package/dist/public/views/profile/boards-tab.js +5 -4
  158. package/dist/public/views/profile/calibrator-batch.helpers.js +3 -2
  159. package/dist/public/views/profile/calibrator-batch.js +3 -1
  160. package/dist/public/views/profile/calibrator-llm-editor.js +3 -2
  161. package/dist/public/views/profile/calibrator-tab.js +5 -4
  162. package/dist/public/views/profile/capabilities-tab.js +2 -1
  163. package/dist/public/views/profile/chat-sessions-tab.js +6 -3
  164. package/dist/public/views/profile/contacts-tab.js +2 -1
  165. package/dist/public/views/profile/data-wallet-tab.js +5 -4
  166. package/dist/public/views/profile/discover-tab.js +4 -1
  167. package/dist/public/views/profile/ecosystem-tab.automation.js +13 -9
  168. package/dist/public/views/profile/ecosystem-tab.cards.js +3 -2
  169. package/dist/public/views/profile/ecosystem-tab.js +10 -7
  170. package/dist/public/views/profile/email-tab.js +2 -1
  171. package/dist/public/views/profile/extensions-tab.js +7 -6
  172. package/dist/public/views/profile/extensions-tab.maturity.js +6 -2
  173. package/dist/public/views/profile/extensions-tab.prompts.js +24 -0
  174. package/dist/public/views/profile/federation-tab.js +2 -1
  175. package/dist/public/views/profile/inbox-tab/components.js +30 -11
  176. package/dist/public/views/profile/inbox-tab/helpers.js +15 -1
  177. package/dist/public/views/profile/inbox-tab/use-thread-ux.js +30 -3
  178. package/dist/public/views/profile/inbox-tab.js +33 -30
  179. package/dist/public/views/profile/inline-panels.js +5 -4
  180. package/dist/public/views/profile/knowledge-tab.js +15 -13
  181. package/dist/public/views/profile/landing-page.cards.js +14 -9
  182. package/dist/public/views/profile/landing-page.helpers.js +5 -2
  183. package/dist/public/views/profile/landing-page.js +11 -7
  184. package/dist/public/views/profile/landing-page.modals.js +8 -5
  185. package/dist/public/views/profile/libraries-tab.js +10 -2
  186. package/dist/public/views/profile/living-tab.js +3 -2
  187. package/dist/public/views/profile/mcp-tab.js +4 -2
  188. package/dist/public/views/profile/memory-tab/browse-view.js +3 -2
  189. package/dist/public/views/profile/memory-tab/components.js +4 -3
  190. package/dist/public/views/profile/memory-tab/entries-view.js +3 -2
  191. package/dist/public/views/profile/memory-tab.js +18 -16
  192. package/dist/public/views/profile/nodes-tab.js +2 -1
  193. package/dist/public/views/profile/notebook-card.js +4 -3
  194. package/dist/public/views/profile/notebook-tab.js +7 -5
  195. package/dist/public/views/profile/notifications-tab.js +9 -5
  196. package/dist/public/views/profile/offers-tab.js +5 -4
  197. package/dist/public/views/profile/openrouter-settings.js +5 -4
  198. package/dist/public/views/profile/organisms/activity-panel.js +2 -1
  199. package/dist/public/views/profile/organisms/agents.js +2 -1
  200. package/dist/public/views/profile/organisms/document.js +13 -12
  201. package/dist/public/views/profile/organisms/helpers.js +2 -1
  202. package/dist/public/views/profile/organisms/home.js +7 -6
  203. package/dist/public/views/profile/organisms/invite-panel.js +1 -1
  204. package/dist/public/views/profile/organisms/members.js +7 -6
  205. package/dist/public/views/profile/organisms/mindmap.js +1 -1
  206. package/dist/public/views/profile/organisms/panels.js +4 -3
  207. package/dist/public/views/profile/organisms/participants-panel.js +11 -10
  208. package/dist/public/views/profile/organisms/readme-panel.js +1 -0
  209. package/dist/public/views/profile/organisms/sources-panel.js +2 -1
  210. package/dist/public/views/profile/organisms/workspace/doc-space.js +2 -1
  211. package/dist/public/views/profile/organisms/workspace/model.js +1 -0
  212. package/dist/public/views/profile/organisms/workspace-apps.js +4 -2
  213. package/dist/public/views/profile/organisms/workspace-comments.js +3 -2
  214. package/dist/public/views/profile/organisms/workspace-list.js +5 -4
  215. package/dist/public/views/profile/organisms/workspace.js +19 -16
  216. package/dist/public/views/profile/organisms-tab.js +20 -12
  217. package/dist/public/views/profile/packages-tab.js +6 -4
  218. package/dist/public/views/profile/portfolio-tab.js +1 -1
  219. package/dist/public/views/profile/scheduler-calendar.js +2 -1
  220. package/dist/public/views/profile/scheduler-tab.js +2 -1
  221. package/dist/public/views/profile/security-tab.js +2 -1
  222. package/dist/public/views/profile/services-tab.js +4 -3
  223. package/dist/public/views/profile/wallet-tab.js +106 -36
  224. package/dist/public/views/profile/work-tab.js +3 -2
  225. package/dist/public/views/profile/workflows-form.js +2 -1
  226. package/dist/public/views/profile/workflows-tab.js +3 -2
  227. package/dist/public/views/public-workspace-viewer.js +7 -4
  228. package/dist/scripts/build-sdk-libs.d.ts.map +1 -1
  229. package/dist/scripts/build-sdk-libs.js +4 -0
  230. package/dist/scripts/build-sdk-libs.js.map +1 -1
  231. package/dist/scripts/check-openapi.d.ts +2 -0
  232. package/dist/scripts/check-openapi.d.ts.map +1 -0
  233. package/dist/scripts/check-openapi.js +139 -0
  234. package/dist/scripts/check-openapi.js.map +1 -0
  235. package/dist/scripts/check-silent-catch.d.ts +2 -0
  236. package/dist/scripts/check-silent-catch.d.ts.map +1 -0
  237. package/dist/scripts/check-silent-catch.js +159 -0
  238. package/dist/scripts/check-silent-catch.js.map +1 -0
  239. package/dist/scripts/embed-viewport.d.ts +23 -0
  240. package/dist/scripts/embed-viewport.d.ts.map +1 -0
  241. package/dist/scripts/embed-viewport.js +116 -0
  242. package/dist/scripts/embed-viewport.js.map +1 -0
  243. package/dist/src/auth/jwt.d.ts +2 -0
  244. package/dist/src/auth/jwt.d.ts.map +1 -1
  245. package/dist/src/auth/jwt.js +15 -3
  246. package/dist/src/auth/jwt.js.map +1 -1
  247. package/dist/src/auth/keypair.d.ts.map +1 -1
  248. package/dist/src/auth/keypair.js +3 -0
  249. package/dist/src/auth/keypair.js.map +1 -1
  250. package/dist/src/auth/middleware.d.ts +2 -0
  251. package/dist/src/auth/middleware.d.ts.map +1 -1
  252. package/dist/src/auth/middleware.js +33 -14
  253. package/dist/src/auth/middleware.js.map +1 -1
  254. package/dist/src/auth/node-keys.d.ts.map +1 -1
  255. package/dist/src/auth/node-keys.js +59 -16
  256. package/dist/src/auth/node-keys.js.map +1 -1
  257. package/dist/src/auth/sse-domain-scopes.d.ts +50 -0
  258. package/dist/src/auth/sse-domain-scopes.d.ts.map +1 -0
  259. package/dist/src/auth/sse-domain-scopes.js +111 -0
  260. package/dist/src/auth/sse-domain-scopes.js.map +1 -0
  261. package/dist/src/cli/config-import.d.ts.map +1 -1
  262. package/dist/src/cli/config-import.js +3 -1
  263. package/dist/src/cli/config-import.js.map +1 -1
  264. package/dist/src/cli/connect/auth.d.ts.map +1 -1
  265. package/dist/src/cli/connect/auth.js +1 -0
  266. package/dist/src/cli/connect/auth.js.map +1 -1
  267. package/dist/src/cli/connect/config.d.ts.map +1 -1
  268. package/dist/src/cli/connect/config.js +3 -1
  269. package/dist/src/cli/connect/config.js.map +1 -1
  270. package/dist/src/cli/connect/keychain.d.ts.map +1 -1
  271. package/dist/src/cli/connect/keychain.js +6 -2
  272. package/dist/src/cli/connect/keychain.js.map +1 -1
  273. package/dist/src/cli/connect/mcp/local-server.d.ts.map +1 -1
  274. package/dist/src/cli/connect/mcp/local-server.js +9 -2
  275. package/dist/src/cli/connect/mcp/local-server.js.map +1 -1
  276. package/dist/src/cli/connect/mcp/tools/agent-tasks.d.ts.map +1 -1
  277. package/dist/src/cli/connect/mcp/tools/agent-tasks.js +4 -1
  278. package/dist/src/cli/connect/mcp/tools/agent-tasks.js.map +1 -1
  279. package/dist/src/cli/connect/mcp/tools/core.d.ts.map +1 -1
  280. package/dist/src/cli/connect/mcp/tools/core.js +14 -3
  281. package/dist/src/cli/connect/mcp/tools/core.js.map +1 -1
  282. package/dist/src/cli/connect/mcp/tools/workspaces.d.ts +3 -0
  283. package/dist/src/cli/connect/mcp/tools/workspaces.d.ts.map +1 -1
  284. package/dist/src/cli/connect/mcp/tools/workspaces.js +6 -2
  285. package/dist/src/cli/connect/mcp/tools/workspaces.js.map +1 -1
  286. package/dist/src/cli/connect/task-runner.d.ts.map +1 -1
  287. package/dist/src/cli/connect/task-runner.js +11 -4
  288. package/dist/src/cli/connect/task-runner.js.map +1 -1
  289. package/dist/src/cli/connect/tool-call-defs-core.d.ts.map +1 -1
  290. package/dist/src/cli/connect/tool-call-defs-core.js +13 -1
  291. package/dist/src/cli/connect/tool-call-defs-core.js.map +1 -1
  292. package/dist/src/cli/connect/tool-call-helpers.d.ts.map +1 -1
  293. package/dist/src/cli/connect/tool-call-helpers.js +1 -0
  294. package/dist/src/cli/connect/tool-call-helpers.js.map +1 -1
  295. package/dist/src/cli/connect/tunnel-client.d.ts.map +1 -1
  296. package/dist/src/cli/connect/tunnel-client.js +26 -8
  297. package/dist/src/cli/connect/tunnel-client.js.map +1 -1
  298. package/dist/src/cli/federation-join.d.ts.map +1 -1
  299. package/dist/src/cli/federation-join.js +7 -3
  300. package/dist/src/cli/federation-join.js.map +1 -1
  301. package/dist/src/cli/init-wizard/presets.d.ts.map +1 -1
  302. package/dist/src/cli/init-wizard/presets.js +21 -0
  303. package/dist/src/cli/init-wizard/presets.js.map +1 -1
  304. package/dist/src/cli/init-wizard/steps-advanced.d.ts.map +1 -1
  305. package/dist/src/cli/init-wizard/steps-advanced.js +2 -0
  306. package/dist/src/cli/init-wizard/steps-advanced.js.map +1 -1
  307. package/dist/src/cli/init-wizard/steps-operator.d.ts.map +1 -1
  308. package/dist/src/cli/init-wizard/steps-operator.js +10 -0
  309. package/dist/src/cli/init-wizard/steps-operator.js.map +1 -1
  310. package/dist/src/commerce/__tests__/x402-registry.test.d.ts +2 -0
  311. package/dist/src/commerce/__tests__/x402-registry.test.d.ts.map +1 -0
  312. package/dist/src/commerce/__tests__/x402-registry.test.js +105 -0
  313. package/dist/src/commerce/__tests__/x402-registry.test.js.map +1 -0
  314. package/dist/src/commerce/evm-address.d.ts +21 -0
  315. package/dist/src/commerce/evm-address.d.ts.map +1 -0
  316. package/dist/src/commerce/evm-address.js +94 -0
  317. package/dist/src/commerce/evm-address.js.map +1 -0
  318. package/dist/src/commerce/invoice-handler.d.ts +5 -0
  319. package/dist/src/commerce/invoice-handler.d.ts.map +1 -0
  320. package/dist/src/commerce/invoice-handler.js +41 -0
  321. package/dist/src/commerce/invoice-handler.js.map +1 -0
  322. package/dist/src/commerce/money.d.ts +18 -5
  323. package/dist/src/commerce/money.d.ts.map +1 -1
  324. package/dist/src/commerce/money.js +27 -6
  325. package/dist/src/commerce/money.js.map +1 -1
  326. package/dist/src/commerce/payable-book.d.ts +31 -0
  327. package/dist/src/commerce/payable-book.d.ts.map +1 -0
  328. package/dist/src/commerce/payable-book.js +27 -0
  329. package/dist/src/commerce/payable-book.js.map +1 -0
  330. package/dist/src/commerce/payment-handlers.d.ts.map +1 -1
  331. package/dist/src/commerce/payment-handlers.js +8 -4
  332. package/dist/src/commerce/payment-handlers.js.map +1 -1
  333. package/dist/src/commerce/sellable-resolvers.d.ts +6 -6
  334. package/dist/src/commerce/sellable-resolvers.d.ts.map +1 -1
  335. package/dist/src/commerce/sellable-resolvers.js +17 -4
  336. package/dist/src/commerce/sellable-resolvers.js.map +1 -1
  337. package/dist/src/commerce/session-service.js +2 -2
  338. package/dist/src/commerce/session-service.js.map +1 -1
  339. package/dist/src/commerce/stripe-handler.d.ts +33 -0
  340. package/dist/src/commerce/stripe-handler.d.ts.map +1 -0
  341. package/dist/src/commerce/stripe-handler.js +108 -0
  342. package/dist/src/commerce/stripe-handler.js.map +1 -0
  343. package/dist/src/commerce/types.d.ts +10 -12
  344. package/dist/src/commerce/types.d.ts.map +1 -1
  345. package/dist/src/commerce/x402-facilitator.d.ts +64 -13
  346. package/dist/src/commerce/x402-facilitator.d.ts.map +1 -1
  347. package/dist/src/commerce/x402-facilitator.js +72 -19
  348. package/dist/src/commerce/x402-facilitator.js.map +1 -1
  349. package/dist/src/commerce/x402-handler.d.ts +13 -7
  350. package/dist/src/commerce/x402-handler.d.ts.map +1 -1
  351. package/dist/src/commerce/x402-handler.js +23 -10
  352. package/dist/src/commerce/x402-handler.js.map +1 -1
  353. package/dist/src/commerce/x402.d.ts +11 -6
  354. package/dist/src/commerce/x402.d.ts.map +1 -1
  355. package/dist/src/commerce/x402.js +10 -7
  356. package/dist/src/commerce/x402.js.map +1 -1
  357. package/dist/src/config-types.d.ts +78 -0
  358. package/dist/src/config-types.d.ts.map +1 -1
  359. package/dist/src/config.d.ts.map +1 -1
  360. package/dist/src/config.js +70 -1
  361. package/dist/src/config.js.map +1 -1
  362. package/dist/src/data/app-templates/shells.d.ts +11 -3
  363. package/dist/src/data/app-templates/shells.d.ts.map +1 -1
  364. package/dist/src/data/app-templates/shells.js +87 -6
  365. package/dist/src/data/app-templates/shells.js.map +1 -1
  366. package/dist/src/data/app-templates.js +2 -2
  367. package/dist/src/data/app-templates.js.map +1 -1
  368. package/dist/src/data/library-packs/cortex.d.ts.map +1 -1
  369. package/dist/src/data/library-packs/cortex.js +108 -5
  370. package/dist/src/data/library-packs/cortex.js.map +1 -1
  371. package/dist/src/data/library-packs/sdk.d.ts +4 -0
  372. package/dist/src/data/library-packs/sdk.d.ts.map +1 -1
  373. package/dist/src/data/library-packs/sdk.js +78 -8
  374. package/dist/src/data/library-packs/sdk.js.map +1 -1
  375. package/dist/src/data/library-packs/vendored.d.ts.map +1 -1
  376. package/dist/src/data/library-packs/vendored.js +171 -6
  377. package/dist/src/data/library-packs/vendored.js.map +1 -1
  378. package/dist/src/generated/api-types.d.ts +949 -44
  379. package/dist/src/generated/api-types.d.ts.map +1 -1
  380. package/dist/src/index-connect.d.ts.map +1 -1
  381. package/dist/src/index-connect.js +4 -1
  382. package/dist/src/index-connect.js.map +1 -1
  383. package/dist/src/index-start.d.ts.map +1 -1
  384. package/dist/src/index-start.js +10 -6
  385. package/dist/src/index-start.js.map +1 -1
  386. package/dist/src/mcp/agent-tasks.d.ts +4 -0
  387. package/dist/src/mcp/agent-tasks.d.ts.map +1 -1
  388. package/dist/src/mcp/agent-tasks.js +20 -2
  389. package/dist/src/mcp/agent-tasks.js.map +1 -1
  390. package/dist/src/mcp/app-template-proposals.d.ts.map +1 -1
  391. package/dist/src/mcp/app-template-proposals.js +2 -1
  392. package/dist/src/mcp/app-template-proposals.js.map +1 -1
  393. package/dist/src/mcp/apps.d.ts.map +1 -1
  394. package/dist/src/mcp/apps.js +4 -3
  395. package/dist/src/mcp/apps.js.map +1 -1
  396. package/dist/src/mcp/capabilities.d.ts +7 -1
  397. package/dist/src/mcp/capabilities.d.ts.map +1 -1
  398. package/dist/src/mcp/capabilities.js +8 -4
  399. package/dist/src/mcp/capabilities.js.map +1 -1
  400. package/dist/src/mcp/catalog/definitions/commerce.d.ts.map +1 -1
  401. package/dist/src/mcp/catalog/definitions/commerce.js +4 -2
  402. package/dist/src/mcp/catalog/definitions/commerce.js.map +1 -1
  403. package/dist/src/mcp/catalog/definitions/discovery-work-boards.d.ts.map +1 -1
  404. package/dist/src/mcp/catalog/definitions/discovery-work-boards.js +4 -3
  405. package/dist/src/mcp/catalog/definitions/discovery-work-boards.js.map +1 -1
  406. package/dist/src/mcp/catalog/definitions/organisms-workspaces-apps.js +1 -1
  407. package/dist/src/mcp/catalog/definitions/organisms-workspaces-apps.js.map +1 -1
  408. package/dist/src/mcp/catalog/definitions/schedules-tasks-memory.d.ts.map +1 -1
  409. package/dist/src/mcp/catalog/definitions/schedules-tasks-memory.js +3 -2
  410. package/dist/src/mcp/catalog/definitions/schedules-tasks-memory.js.map +1 -1
  411. package/dist/src/mcp/catalog/output-schemas.d.ts +6 -1
  412. package/dist/src/mcp/catalog/output-schemas.d.ts.map +1 -1
  413. package/dist/src/mcp/catalog/output-schemas.js +6 -1
  414. package/dist/src/mcp/catalog/output-schemas.js.map +1 -1
  415. package/dist/src/mcp/catalog/scopes.d.ts +0 -1
  416. package/dist/src/mcp/catalog/scopes.d.ts.map +1 -1
  417. package/dist/src/mcp/catalog/scopes.js +2 -11
  418. package/dist/src/mcp/catalog/scopes.js.map +1 -1
  419. package/dist/src/mcp/catalog/surfaces.d.ts +1 -7
  420. package/dist/src/mcp/catalog/surfaces.d.ts.map +1 -1
  421. package/dist/src/mcp/catalog/surfaces.js +10 -16
  422. package/dist/src/mcp/catalog/surfaces.js.map +1 -1
  423. package/dist/src/mcp/commerce.d.ts.map +1 -1
  424. package/dist/src/mcp/commerce.js +50 -6
  425. package/dist/src/mcp/commerce.js.map +1 -1
  426. package/dist/src/mcp/core-storage.d.ts +23 -0
  427. package/dist/src/mcp/core-storage.d.ts.map +1 -0
  428. package/dist/src/mcp/core-storage.js +157 -0
  429. package/dist/src/mcp/core-storage.js.map +1 -0
  430. package/dist/src/mcp/core.d.ts +16 -0
  431. package/dist/src/mcp/core.d.ts.map +1 -1
  432. package/dist/src/mcp/core.js +78 -121
  433. package/dist/src/mcp/core.js.map +1 -1
  434. package/dist/src/mcp/dm-messages.d.ts +4 -0
  435. package/dist/src/mcp/dm-messages.d.ts.map +1 -1
  436. package/dist/src/mcp/dm-messages.js +43 -2
  437. package/dist/src/mcp/dm-messages.js.map +1 -1
  438. package/dist/src/mcp/exchange-run.d.ts +28 -0
  439. package/dist/src/mcp/exchange-run.d.ts.map +1 -1
  440. package/dist/src/mcp/exchange-run.js +58 -37
  441. package/dist/src/mcp/exchange-run.js.map +1 -1
  442. package/dist/src/mcp/exchange.d.ts.map +1 -1
  443. package/dist/src/mcp/exchange.js +12 -9
  444. package/dist/src/mcp/exchange.js.map +1 -1
  445. package/dist/src/mcp/extensions.d.ts.map +1 -1
  446. package/dist/src/mcp/extensions.js +66 -108
  447. package/dist/src/mcp/extensions.js.map +1 -1
  448. package/dist/src/mcp/index.d.ts +5 -0
  449. package/dist/src/mcp/index.d.ts.map +1 -1
  450. package/dist/src/mcp/index.js +24 -9
  451. package/dist/src/mcp/index.js.map +1 -1
  452. package/dist/src/mcp/knowledge.d.ts.map +1 -1
  453. package/dist/src/mcp/knowledge.js +1 -0
  454. package/dist/src/mcp/knowledge.js.map +1 -1
  455. package/dist/src/mcp/memory-namespace-hints.d.ts +33 -0
  456. package/dist/src/mcp/memory-namespace-hints.d.ts.map +1 -0
  457. package/dist/src/mcp/memory-namespace-hints.js +60 -0
  458. package/dist/src/mcp/memory-namespace-hints.js.map +1 -0
  459. package/dist/src/mcp/oauth.d.ts +3 -0
  460. package/dist/src/mcp/oauth.d.ts.map +1 -1
  461. package/dist/src/mcp/oauth.js +13 -8
  462. package/dist/src/mcp/oauth.js.map +1 -1
  463. package/dist/src/mcp/workspaces.d.ts +5 -0
  464. package/dist/src/mcp/workspaces.d.ts.map +1 -1
  465. package/dist/src/mcp/workspaces.js +12 -7
  466. package/dist/src/mcp/workspaces.js.map +1 -1
  467. package/dist/src/middleware/cors.d.ts.map +1 -1
  468. package/dist/src/middleware/cors.js +3 -1
  469. package/dist/src/middleware/cors.js.map +1 -1
  470. package/dist/src/middleware/subdomain.d.ts +4 -0
  471. package/dist/src/middleware/subdomain.d.ts.map +1 -1
  472. package/dist/src/middleware/subdomain.js +23 -2
  473. package/dist/src/middleware/subdomain.js.map +1 -1
  474. package/dist/src/models/agent-task-schemas.d.ts +25 -3
  475. package/dist/src/models/agent-task-schemas.d.ts.map +1 -1
  476. package/dist/src/models/agent-task-schemas.js +16 -0
  477. package/dist/src/models/agent-task-schemas.js.map +1 -1
  478. package/dist/src/models/app-tool-schemas.d.ts +553 -1
  479. package/dist/src/models/app-tool-schemas.d.ts.map +1 -1
  480. package/dist/src/models/app-tool-schemas.js +97 -1
  481. package/dist/src/models/app-tool-schemas.js.map +1 -1
  482. package/dist/src/models/odps-schemas.d.ts +305 -0
  483. package/dist/src/models/odps-schemas.d.ts.map +1 -0
  484. package/dist/src/models/odps-schemas.js +182 -0
  485. package/dist/src/models/odps-schemas.js.map +1 -0
  486. package/dist/src/models/offer-schemas.d.ts +357 -2
  487. package/dist/src/models/offer-schemas.d.ts.map +1 -1
  488. package/dist/src/models/offer-schemas.js +37 -0
  489. package/dist/src/models/offer-schemas.js.map +1 -1
  490. package/dist/src/models/schemas.d.ts +6 -3
  491. package/dist/src/models/schemas.d.ts.map +1 -1
  492. package/dist/src/models/schemas.js +10 -1
  493. package/dist/src/models/schemas.js.map +1 -1
  494. package/dist/src/models/webhook-schemas.d.ts +8 -8
  495. package/dist/src/routes/admin-config.d.ts.map +1 -1
  496. package/dist/src/routes/admin-config.js +4 -1
  497. package/dist/src/routes/admin-config.js.map +1 -1
  498. package/dist/src/routes/admin-extensions.d.ts.map +1 -1
  499. package/dist/src/routes/admin-extensions.js +2 -1
  500. package/dist/src/routes/admin-extensions.js.map +1 -1
  501. package/dist/src/routes/admin-monitoring.js +14 -5
  502. package/dist/src/routes/admin-monitoring.js.map +1 -1
  503. package/dist/src/routes/admin-security.d.ts.map +1 -1
  504. package/dist/src/routes/admin-security.js +4 -1
  505. package/dist/src/routes/admin-security.js.map +1 -1
  506. package/dist/src/routes/admin.d.ts.map +1 -1
  507. package/dist/src/routes/admin.js +6 -4
  508. package/dist/src/routes/admin.js.map +1 -1
  509. package/dist/src/routes/agent-activity.d.ts.map +1 -1
  510. package/dist/src/routes/agent-activity.js +4 -1
  511. package/dist/src/routes/agent-activity.js.map +1 -1
  512. package/dist/src/routes/agent-directives.d.ts +3 -10
  513. package/dist/src/routes/agent-directives.d.ts.map +1 -1
  514. package/dist/src/routes/agent-directives.js +7 -12
  515. package/dist/src/routes/agent-directives.js.map +1 -1
  516. package/dist/src/routes/agent-integration.d.ts.map +1 -1
  517. package/dist/src/routes/agent-integration.js +3 -1
  518. package/dist/src/routes/agent-integration.js.map +1 -1
  519. package/dist/src/routes/agent-messages.d.ts.map +1 -1
  520. package/dist/src/routes/agent-messages.js +5 -2
  521. package/dist/src/routes/agent-messages.js.map +1 -1
  522. package/dist/src/routes/agent-onboarding.d.ts.map +1 -1
  523. package/dist/src/routes/agent-onboarding.js +19 -6
  524. package/dist/src/routes/agent-onboarding.js.map +1 -1
  525. package/dist/src/routes/agent-skills-discovery.d.ts.map +1 -1
  526. package/dist/src/routes/agent-skills-discovery.js +2 -1
  527. package/dist/src/routes/agent-skills-discovery.js.map +1 -1
  528. package/dist/src/routes/agent-tasks/completion.js +1 -1
  529. package/dist/src/routes/agent-tasks/completion.js.map +1 -1
  530. package/dist/src/routes/agent-tasks/create-read.d.ts +4 -0
  531. package/dist/src/routes/agent-tasks/create-read.d.ts.map +1 -1
  532. package/dist/src/routes/agent-tasks/create-read.js +23 -2
  533. package/dist/src/routes/agent-tasks/create-read.js.map +1 -1
  534. package/dist/src/routes/agent-tasks/lifecycle.d.ts.map +1 -1
  535. package/dist/src/routes/agent-tasks/lifecycle.js +38 -9
  536. package/dist/src/routes/agent-tasks/lifecycle.js.map +1 -1
  537. package/dist/src/routes/agents/management.d.ts.map +1 -1
  538. package/dist/src/routes/agents/management.js +4 -1
  539. package/dist/src/routes/agents/management.js.map +1 -1
  540. package/dist/src/routes/agents/offers.d.ts +2 -0
  541. package/dist/src/routes/agents/offers.d.ts.map +1 -1
  542. package/dist/src/routes/agents/offers.js +0 -0
  543. package/dist/src/routes/agents/offers.js.map +1 -1
  544. package/dist/src/routes/agents/profile-metadata.d.ts.map +1 -1
  545. package/dist/src/routes/agents/profile-metadata.js +2 -1
  546. package/dist/src/routes/agents/profile-metadata.js.map +1 -1
  547. package/dist/src/routes/app-grants.d.ts +13 -0
  548. package/dist/src/routes/app-grants.d.ts.map +1 -1
  549. package/dist/src/routes/app-grants.js +124 -29
  550. package/dist/src/routes/app-grants.js.map +1 -1
  551. package/dist/src/routes/appdev-overview.d.ts.map +1 -1
  552. package/dist/src/routes/appdev-overview.js +2 -1
  553. package/dist/src/routes/appdev-overview.js.map +1 -1
  554. package/dist/src/routes/apps/catalogue-admin.d.ts.map +1 -1
  555. package/dist/src/routes/apps/catalogue-admin.js +2 -1
  556. package/dist/src/routes/apps/catalogue-admin.js.map +1 -1
  557. package/dist/src/routes/apps/drafts.d.ts +3 -0
  558. package/dist/src/routes/apps/drafts.d.ts.map +1 -1
  559. package/dist/src/routes/apps/drafts.js +65 -2
  560. package/dist/src/routes/apps/drafts.js.map +1 -1
  561. package/dist/src/routes/apps/fork-manage.d.ts.map +1 -1
  562. package/dist/src/routes/apps/fork-manage.js +6 -3
  563. package/dist/src/routes/apps/fork-manage.js.map +1 -1
  564. package/dist/src/routes/apps/helpers.d.ts.map +1 -1
  565. package/dist/src/routes/apps/helpers.js +5 -1
  566. package/dist/src/routes/apps/helpers.js.map +1 -1
  567. package/dist/src/routes/apps/publish.d.ts +2 -0
  568. package/dist/src/routes/apps/publish.d.ts.map +1 -1
  569. package/dist/src/routes/apps/publish.js +25 -5
  570. package/dist/src/routes/apps/publish.js.map +1 -1
  571. package/dist/src/routes/apps/read.d.ts.map +1 -1
  572. package/dist/src/routes/apps/read.js +2 -1
  573. package/dist/src/routes/apps/read.js.map +1 -1
  574. package/dist/src/routes/auth.d.ts.map +1 -1
  575. package/dist/src/routes/auth.js +2 -1
  576. package/dist/src/routes/auth.js.map +1 -1
  577. package/dist/src/routes/boards.js +1 -1
  578. package/dist/src/routes/boards.js.map +1 -1
  579. package/dist/src/routes/bootstrap.d.ts.map +1 -1
  580. package/dist/src/routes/bootstrap.js +8 -3
  581. package/dist/src/routes/bootstrap.js.map +1 -1
  582. package/dist/src/routes/capabilities.d.ts.map +1 -1
  583. package/dist/src/routes/capabilities.js +4 -3
  584. package/dist/src/routes/capabilities.js.map +1 -1
  585. package/dist/src/routes/commerce-acp.js +1 -1
  586. package/dist/src/routes/commerce-acp.js.map +1 -1
  587. package/dist/src/routes/commerce-ucp.d.ts +2 -3
  588. package/dist/src/routes/commerce-ucp.d.ts.map +1 -1
  589. package/dist/src/routes/commerce-ucp.js +6 -12
  590. package/dist/src/routes/commerce-ucp.js.map +1 -1
  591. package/dist/src/routes/commerce.d.ts +7 -1
  592. package/dist/src/routes/commerce.d.ts.map +1 -1
  593. package/dist/src/routes/commerce.js +175 -5
  594. package/dist/src/routes/commerce.js.map +1 -1
  595. package/dist/src/routes/csm.d.ts.map +1 -1
  596. package/dist/src/routes/csm.js +3 -1
  597. package/dist/src/routes/csm.js.map +1 -1
  598. package/dist/src/routes/ecosystem-apps.d.ts.map +1 -1
  599. package/dist/src/routes/ecosystem-apps.js +7 -6
  600. package/dist/src/routes/ecosystem-apps.js.map +1 -1
  601. package/dist/src/routes/exchange-market.d.ts +6 -2
  602. package/dist/src/routes/exchange-market.d.ts.map +1 -1
  603. package/dist/src/routes/exchange-market.js +163 -33
  604. package/dist/src/routes/exchange-market.js.map +1 -1
  605. package/dist/src/routes/exchange.d.ts +10 -1
  606. package/dist/src/routes/exchange.d.ts.map +1 -1
  607. package/dist/src/routes/exchange.js +349 -11
  608. package/dist/src/routes/exchange.js.map +1 -1
  609. package/dist/src/routes/extensions/actions.d.ts +2 -0
  610. package/dist/src/routes/extensions/actions.d.ts.map +1 -1
  611. package/dist/src/routes/extensions/actions.js +65 -8
  612. package/dist/src/routes/extensions/actions.js.map +1 -1
  613. package/dist/src/routes/extensions/crud.d.ts.map +1 -1
  614. package/dist/src/routes/extensions/crud.js +36 -3
  615. package/dist/src/routes/extensions/crud.js.map +1 -1
  616. package/dist/src/routes/extensions/entitlement-gate.d.ts +44 -7
  617. package/dist/src/routes/extensions/entitlement-gate.d.ts.map +1 -1
  618. package/dist/src/routes/extensions/entitlement-gate.js +22 -130
  619. package/dist/src/routes/extensions/entitlement-gate.js.map +1 -1
  620. package/dist/src/routes/extensions/internal-pass.d.ts +23 -0
  621. package/dist/src/routes/extensions/internal-pass.d.ts.map +1 -0
  622. package/dist/src/routes/extensions/internal-pass.js +70 -0
  623. package/dist/src/routes/extensions/internal-pass.js.map +1 -0
  624. package/dist/src/routes/extensions/manifest.d.ts +10 -0
  625. package/dist/src/routes/extensions/manifest.d.ts.map +1 -1
  626. package/dist/src/routes/extensions/manifest.js +136 -5
  627. package/dist/src/routes/extensions/manifest.js.map +1 -1
  628. package/dist/src/routes/extensions/metered-response.d.ts +37 -0
  629. package/dist/src/routes/extensions/metered-response.d.ts.map +1 -0
  630. package/dist/src/routes/extensions/metered-response.js +60 -0
  631. package/dist/src/routes/extensions/metered-response.js.map +1 -0
  632. package/dist/src/routes/extensions/pacing.d.ts +62 -0
  633. package/dist/src/routes/extensions/pacing.d.ts.map +1 -0
  634. package/dist/src/routes/extensions/pacing.js +45 -0
  635. package/dist/src/routes/extensions/pacing.js.map +1 -0
  636. package/dist/src/routes/extensions/paywall.d.ts +16 -0
  637. package/dist/src/routes/extensions/paywall.d.ts.map +1 -1
  638. package/dist/src/routes/extensions/paywall.js +170 -21
  639. package/dist/src/routes/extensions/paywall.js.map +1 -1
  640. package/dist/src/routes/extensions/priced-binding.d.ts +50 -0
  641. package/dist/src/routes/extensions/priced-binding.d.ts.map +1 -0
  642. package/dist/src/routes/extensions/priced-binding.js +46 -0
  643. package/dist/src/routes/extensions/priced-binding.js.map +1 -0
  644. package/dist/src/routes/federation-genesis.d.ts.map +1 -1
  645. package/dist/src/routes/federation-genesis.js +14 -5
  646. package/dist/src/routes/federation-genesis.js.map +1 -1
  647. package/dist/src/routes/federation-peer/introduce.d.ts.map +1 -1
  648. package/dist/src/routes/federation-peer/introduce.js +3 -1
  649. package/dist/src/routes/federation-peer/introduce.js.map +1 -1
  650. package/dist/src/routes/federation-peer/lifecycle.d.ts.map +1 -1
  651. package/dist/src/routes/federation-peer/lifecycle.js +3 -2
  652. package/dist/src/routes/federation-peer/lifecycle.js.map +1 -1
  653. package/dist/src/routes/federation-peer/peers.d.ts.map +1 -1
  654. package/dist/src/routes/federation-peer/peers.js +5 -3
  655. package/dist/src/routes/federation-peer/peers.js.map +1 -1
  656. package/dist/src/routes/federation-peer/policy-book.d.ts.map +1 -1
  657. package/dist/src/routes/federation-peer/policy-book.js +2 -1
  658. package/dist/src/routes/federation-peer/policy-book.js.map +1 -1
  659. package/dist/src/routes/federation-peer/promotion.d.ts.map +1 -1
  660. package/dist/src/routes/federation-peer/promotion.js +4 -1
  661. package/dist/src/routes/federation-peer/promotion.js.map +1 -1
  662. package/dist/src/routes/federation-settlements.js +2 -2
  663. package/dist/src/routes/federation-settlements.js.map +1 -1
  664. package/dist/src/routes/federation-sync/catalogue-trust.js +5 -3
  665. package/dist/src/routes/federation-sync/catalogue-trust.js.map +1 -1
  666. package/dist/src/routes/federation-sync/messaging.js +5 -3
  667. package/dist/src/routes/federation-sync/messaging.js.map +1 -1
  668. package/dist/src/routes/federation-sync/routing.d.ts.map +1 -1
  669. package/dist/src/routes/federation-sync/routing.js +7 -5
  670. package/dist/src/routes/federation-sync/routing.js.map +1 -1
  671. package/dist/src/routes/flags.d.ts.map +1 -1
  672. package/dist/src/routes/flags.js +3 -1
  673. package/dist/src/routes/flags.js.map +1 -1
  674. package/dist/src/routes/ghii/register-login.js +1 -1
  675. package/dist/src/routes/ghii/register-login.js.map +1 -1
  676. package/dist/src/routes/instances/install.d.ts.map +1 -1
  677. package/dist/src/routes/instances/install.js +2 -1
  678. package/dist/src/routes/instances/install.js.map +1 -1
  679. package/dist/src/routes/instances/manage.d.ts.map +1 -1
  680. package/dist/src/routes/instances/manage.js +2 -1
  681. package/dist/src/routes/instances/manage.js.map +1 -1
  682. package/dist/src/routes/knowledge/packages-core.d.ts.map +1 -1
  683. package/dist/src/routes/knowledge/packages-core.js +2 -1
  684. package/dist/src/routes/knowledge/packages-core.js.map +1 -1
  685. package/dist/src/routes/knowledge/sharing.d.ts.map +1 -1
  686. package/dist/src/routes/knowledge/sharing.js +2 -1
  687. package/dist/src/routes/knowledge/sharing.js.map +1 -1
  688. package/dist/src/routes/library-packs.d.ts.map +1 -1
  689. package/dist/src/routes/library-packs.js +10 -3
  690. package/dist/src/routes/library-packs.js.map +1 -1
  691. package/dist/src/routes/libs.d.ts +9 -0
  692. package/dist/src/routes/libs.d.ts.map +1 -1
  693. package/dist/src/routes/libs.js +11 -2
  694. package/dist/src/routes/libs.js.map +1 -1
  695. package/dist/src/routes/matches.d.ts.map +1 -1
  696. package/dist/src/routes/matches.js +7 -3
  697. package/dist/src/routes/matches.js.map +1 -1
  698. package/dist/src/routes/memory/bulk.d.ts.map +1 -1
  699. package/dist/src/routes/memory/bulk.js +3 -1
  700. package/dist/src/routes/memory/bulk.js.map +1 -1
  701. package/dist/src/routes/memory/crud.d.ts.map +1 -1
  702. package/dist/src/routes/memory/crud.js +14 -2
  703. package/dist/src/routes/memory/crud.js.map +1 -1
  704. package/dist/src/routes/memory/federation.d.ts.map +1 -1
  705. package/dist/src/routes/memory/federation.js +5 -0
  706. package/dist/src/routes/memory/federation.js.map +1 -1
  707. package/dist/src/routes/memory/key.d.ts.map +1 -1
  708. package/dist/src/routes/memory/key.js +9 -4
  709. package/dist/src/routes/memory/key.js.map +1 -1
  710. package/dist/src/routes/messages.d.ts.map +1 -1
  711. package/dist/src/routes/messages.js +2 -1
  712. package/dist/src/routes/messages.js.map +1 -1
  713. package/dist/src/routes/msm.d.ts.map +1 -1
  714. package/dist/src/routes/msm.js +3 -1
  715. package/dist/src/routes/msm.js.map +1 -1
  716. package/dist/src/routes/oauth-login.d.ts.map +1 -1
  717. package/dist/src/routes/oauth-login.js +1 -0
  718. package/dist/src/routes/oauth-login.js.map +1 -1
  719. package/dist/src/routes/openrouter.js +2 -2
  720. package/dist/src/routes/openrouter.js.map +1 -1
  721. package/dist/src/routes/organisms/crud.d.ts +3 -0
  722. package/dist/src/routes/organisms/crud.d.ts.map +1 -1
  723. package/dist/src/routes/organisms/crud.js +8 -4
  724. package/dist/src/routes/organisms/crud.js.map +1 -1
  725. package/dist/src/routes/organisms/gates.d.ts.map +1 -1
  726. package/dist/src/routes/organisms/gates.js +3 -2
  727. package/dist/src/routes/organisms/gates.js.map +1 -1
  728. package/dist/src/routes/organisms/intake.d.ts.map +1 -1
  729. package/dist/src/routes/organisms/intake.js +13 -1
  730. package/dist/src/routes/organisms/intake.js.map +1 -1
  731. package/dist/src/routes/organisms/shared.d.ts.map +1 -1
  732. package/dist/src/routes/organisms/shared.js +7 -3
  733. package/dist/src/routes/organisms/shared.js.map +1 -1
  734. package/dist/src/routes/organisms/workspace-ops.d.ts.map +1 -1
  735. package/dist/src/routes/organisms/workspace-ops.js +6 -5
  736. package/dist/src/routes/organisms/workspace-ops.js.map +1 -1
  737. package/dist/src/routes/organisms/workspace-read.d.ts.map +1 -1
  738. package/dist/src/routes/organisms/workspace-read.js +11 -4
  739. package/dist/src/routes/organisms/workspace-read.js.map +1 -1
  740. package/dist/src/routes/owners.d.ts.map +1 -1
  741. package/dist/src/routes/owners.js +37 -12
  742. package/dist/src/routes/owners.js.map +1 -1
  743. package/dist/src/routes/personal.js +3 -1
  744. package/dist/src/routes/personal.js.map +1 -1
  745. package/dist/src/routes/portal.d.ts +6 -1
  746. package/dist/src/routes/portal.d.ts.map +1 -1
  747. package/dist/src/routes/portal.js +75 -10
  748. package/dist/src/routes/portal.js.map +1 -1
  749. package/dist/src/routes/portfolio.d.ts.map +1 -1
  750. package/dist/src/routes/portfolio.js +5 -1
  751. package/dist/src/routes/portfolio.js.map +1 -1
  752. package/dist/src/routes/prompts.d.ts.map +1 -1
  753. package/dist/src/routes/prompts.js +36 -2
  754. package/dist/src/routes/prompts.js.map +1 -1
  755. package/dist/src/routes/public-events.d.ts.map +1 -1
  756. package/dist/src/routes/public-events.js +4 -1
  757. package/dist/src/routes/public-events.js.map +1 -1
  758. package/dist/src/routes/public-stats.d.ts +7 -0
  759. package/dist/src/routes/public-stats.d.ts.map +1 -1
  760. package/dist/src/routes/public-stats.js +57 -17
  761. package/dist/src/routes/public-stats.js.map +1 -1
  762. package/dist/src/routes/schedules.d.ts +3 -0
  763. package/dist/src/routes/schedules.d.ts.map +1 -1
  764. package/dist/src/routes/schedules.js +14 -1
  765. package/dist/src/routes/schedules.js.map +1 -1
  766. package/dist/src/routes/sse.d.ts +7 -0
  767. package/dist/src/routes/sse.d.ts.map +1 -1
  768. package/dist/src/routes/sse.js +36 -6
  769. package/dist/src/routes/sse.js.map +1 -1
  770. package/dist/src/routes/stats.d.ts.map +1 -1
  771. package/dist/src/routes/stats.js +5 -1
  772. package/dist/src/routes/stats.js.map +1 -1
  773. package/dist/src/routes/storage-files.d.ts +15 -0
  774. package/dist/src/routes/storage-files.d.ts.map +1 -1
  775. package/dist/src/routes/storage-files.js +69 -51
  776. package/dist/src/routes/storage-files.js.map +1 -1
  777. package/dist/src/routes/subdomains.d.ts +13 -0
  778. package/dist/src/routes/subdomains.d.ts.map +1 -1
  779. package/dist/src/routes/subdomains.js +106 -8
  780. package/dist/src/routes/subdomains.js.map +1 -1
  781. package/dist/src/routes/unfurl.d.ts.map +1 -1
  782. package/dist/src/routes/unfurl.js +13 -3
  783. package/dist/src/routes/unfurl.js.map +1 -1
  784. package/dist/src/routes/upload.d.ts +22 -0
  785. package/dist/src/routes/upload.d.ts.map +1 -1
  786. package/dist/src/routes/upload.js +204 -34
  787. package/dist/src/routes/upload.js.map +1 -1
  788. package/dist/src/routes/wallet.d.ts +3 -0
  789. package/dist/src/routes/wallet.d.ts.map +1 -1
  790. package/dist/src/routes/wallet.js +6 -1
  791. package/dist/src/routes/wallet.js.map +1 -1
  792. package/dist/src/routes/webmcp.d.ts +8 -0
  793. package/dist/src/routes/webmcp.d.ts.map +1 -1
  794. package/dist/src/routes/webmcp.js +97 -46
  795. package/dist/src/routes/webmcp.js.map +1 -1
  796. package/dist/src/routes/wellknown.d.ts.map +1 -1
  797. package/dist/src/routes/wellknown.js +1 -0
  798. package/dist/src/routes/wellknown.js.map +1 -1
  799. package/dist/src/schemas/knowledge-package.d.ts +1 -1
  800. package/dist/src/server-bootstrap/config-init.d.ts.map +1 -1
  801. package/dist/src/server-bootstrap/config-init.js +2 -0
  802. package/dist/src/server-bootstrap/config-init.js.map +1 -1
  803. package/dist/src/server-bootstrap/routes-loader.d.ts +4 -2
  804. package/dist/src/server-bootstrap/routes-loader.d.ts.map +1 -1
  805. package/dist/src/server-bootstrap/routes-loader.js +11 -22
  806. package/dist/src/server-bootstrap/routes-loader.js.map +1 -1
  807. package/dist/src/server-bootstrap/service-init.js +3 -1
  808. package/dist/src/server-bootstrap/service-init.js.map +1 -1
  809. package/dist/src/server-bootstrap/static-files.d.ts +4 -0
  810. package/dist/src/server-bootstrap/static-files.d.ts.map +1 -1
  811. package/dist/src/server-bootstrap/static-files.js +14 -1
  812. package/dist/src/server-bootstrap/static-files.js.map +1 -1
  813. package/dist/src/services/agent-statistics.d.ts.map +1 -1
  814. package/dist/src/services/agent-statistics.js +4 -1
  815. package/dist/src/services/agent-statistics.js.map +1 -1
  816. package/dist/src/services/app-agent-deploy.d.ts.map +1 -1
  817. package/dist/src/services/app-agent-deploy.js +4 -1
  818. package/dist/src/services/app-agent-deploy.js.map +1 -1
  819. package/dist/src/services/app-agent-surface.d.ts +78 -0
  820. package/dist/src/services/app-agent-surface.d.ts.map +1 -0
  821. package/dist/src/services/app-agent-surface.js +74 -0
  822. package/dist/src/services/app-agent-surface.js.map +1 -0
  823. package/dist/src/services/app-tool-names.d.ts +15 -0
  824. package/dist/src/services/app-tool-names.d.ts.map +1 -0
  825. package/dist/src/services/app-tool-names.js +24 -0
  826. package/dist/src/services/app-tool-names.js.map +1 -0
  827. package/dist/src/services/appdev-overview.d.ts.map +1 -1
  828. package/dist/src/services/appdev-overview.js +3 -2
  829. package/dist/src/services/appdev-overview.js.map +1 -1
  830. package/dist/src/services/attachment-duplication.js +3 -3
  831. package/dist/src/services/attachment-duplication.js.map +1 -1
  832. package/dist/src/services/build-app-prompt.d.ts +19 -0
  833. package/dist/src/services/build-app-prompt.d.ts.map +1 -1
  834. package/dist/src/services/build-app-prompt.js +97 -11
  835. package/dist/src/services/build-app-prompt.js.map +1 -1
  836. package/dist/src/services/build-extension-prompt.d.ts +40 -0
  837. package/dist/src/services/build-extension-prompt.d.ts.map +1 -0
  838. package/dist/src/services/build-extension-prompt.js +253 -0
  839. package/dist/src/services/build-extension-prompt.js.map +1 -0
  840. package/dist/src/services/cache-cleanup.d.ts.map +1 -1
  841. package/dist/src/services/cache-cleanup.js +2 -1
  842. package/dist/src/services/cache-cleanup.js.map +1 -1
  843. package/dist/src/services/call-timing.d.ts +51 -0
  844. package/dist/src/services/call-timing.d.ts.map +1 -0
  845. package/dist/src/services/call-timing.js +92 -0
  846. package/dist/src/services/call-timing.js.map +1 -0
  847. package/dist/src/services/capability-invoke.d.ts +8 -1
  848. package/dist/src/services/capability-invoke.d.ts.map +1 -1
  849. package/dist/src/services/capability-invoke.js +24 -2
  850. package/dist/src/services/capability-invoke.js.map +1 -1
  851. package/dist/src/services/catalogue-sync.d.ts.map +1 -1
  852. package/dist/src/services/catalogue-sync.js +1 -0
  853. package/dist/src/services/catalogue-sync.js.map +1 -1
  854. package/dist/src/services/component-registrar.d.ts.map +1 -1
  855. package/dist/src/services/component-registrar.js +22 -6
  856. package/dist/src/services/component-registrar.js.map +1 -1
  857. package/dist/src/services/config-loader.d.ts.map +1 -1
  858. package/dist/src/services/config-loader.js +6 -1
  859. package/dist/src/services/config-loader.js.map +1 -1
  860. package/dist/src/services/config-schema.d.ts.map +1 -1
  861. package/dist/src/services/config-schema.js +7 -0
  862. package/dist/src/services/config-schema.js.map +1 -1
  863. package/dist/src/services/connect-tunnel.d.ts.map +1 -1
  864. package/dist/src/services/connect-tunnel.js +17 -6
  865. package/dist/src/services/connect-tunnel.js.map +1 -1
  866. package/dist/src/services/consent.d.ts.map +1 -1
  867. package/dist/src/services/consent.js +3 -1
  868. package/dist/src/services/consent.js.map +1 -1
  869. package/dist/src/services/consul-config.d.ts.map +1 -1
  870. package/dist/src/services/consul-config.js +7 -2
  871. package/dist/src/services/consul-config.js.map +1 -1
  872. package/dist/src/services/contacts.js +4 -2
  873. package/dist/src/services/contacts.js.map +1 -1
  874. package/dist/src/services/core-jobs.js +1 -1
  875. package/dist/src/services/core-jobs.js.map +1 -1
  876. package/dist/src/services/db/agent-messages-overview-db-service.d.ts.map +1 -1
  877. package/dist/src/services/db/agent-messages-overview-db-service.js +2 -1
  878. package/dist/src/services/db/agent-messages-overview-db-service.js.map +1 -1
  879. package/dist/src/services/db/agent-quality-overview-db-service.d.ts.map +1 -1
  880. package/dist/src/services/db/agent-quality-overview-db-service.js +2 -1
  881. package/dist/src/services/db/agent-quality-overview-db-service.js.map +1 -1
  882. package/dist/src/services/db/messages-inbox-db-service.d.ts.map +1 -1
  883. package/dist/src/services/db/messages-inbox-db-service.js +3 -2
  884. package/dist/src/services/db/messages-inbox-db-service.js.map +1 -1
  885. package/dist/src/services/db/messaging-db-service.d.ts.map +1 -1
  886. package/dist/src/services/db/messaging-db-service.js +3 -2
  887. package/dist/src/services/db/messaging-db-service.js.map +1 -1
  888. package/dist/src/services/db/wallet-tab-db-service.d.ts +3 -3
  889. package/dist/src/services/doc-images.d.ts.map +1 -1
  890. package/dist/src/services/doc-images.js +7 -4
  891. package/dist/src/services/doc-images.js.map +1 -1
  892. package/dist/src/services/draft-token.d.ts +22 -2
  893. package/dist/src/services/draft-token.d.ts.map +1 -1
  894. package/dist/src/services/draft-token.js +52 -3
  895. package/dist/src/services/draft-token.js.map +1 -1
  896. package/dist/src/services/ecosystem-automation-notify.d.ts.map +1 -1
  897. package/dist/src/services/ecosystem-automation-notify.js +10 -4
  898. package/dist/src/services/ecosystem-automation-notify.js.map +1 -1
  899. package/dist/src/services/ecosystem-automation.d.ts.map +1 -1
  900. package/dist/src/services/ecosystem-automation.js +3 -2
  901. package/dist/src/services/ecosystem-automation.js.map +1 -1
  902. package/dist/src/services/ecosystem-events.js +1 -1
  903. package/dist/src/services/ecosystem-events.js.map +1 -1
  904. package/dist/src/services/entitlement-merge.d.ts +50 -0
  905. package/dist/src/services/entitlement-merge.d.ts.map +1 -0
  906. package/dist/src/services/entitlement-merge.js +116 -0
  907. package/dist/src/services/entitlement-merge.js.map +1 -0
  908. package/dist/src/services/entitlement-money.d.ts.map +1 -1
  909. package/dist/src/services/entitlement-money.js +4 -1
  910. package/dist/src/services/entitlement-money.js.map +1 -1
  911. package/dist/src/services/exchange-market.d.ts +88 -10
  912. package/dist/src/services/exchange-market.d.ts.map +1 -1
  913. package/dist/src/services/exchange-market.js +104 -11
  914. package/dist/src/services/exchange-market.js.map +1 -1
  915. package/dist/src/services/exchange-odps.d.ts +58 -0
  916. package/dist/src/services/exchange-odps.d.ts.map +1 -0
  917. package/dist/src/services/exchange-odps.js +400 -0
  918. package/dist/src/services/exchange-odps.js.map +1 -0
  919. package/dist/src/services/exchange-projection.d.ts +67 -0
  920. package/dist/src/services/exchange-projection.d.ts.map +1 -0
  921. package/dist/src/services/exchange-projection.js +629 -0
  922. package/dist/src/services/exchange-projection.js.map +1 -0
  923. package/dist/src/services/exchange-proposals.d.ts.map +1 -1
  924. package/dist/src/services/exchange-proposals.js +6 -2
  925. package/dist/src/services/exchange-proposals.js.map +1 -1
  926. package/dist/src/services/extension-files.d.ts +64 -0
  927. package/dist/src/services/extension-files.d.ts.map +1 -0
  928. package/dist/src/services/extension-files.js +88 -0
  929. package/dist/src/services/extension-files.js.map +1 -0
  930. package/dist/src/services/extension-purchase.d.ts +36 -0
  931. package/dist/src/services/extension-purchase.d.ts.map +1 -0
  932. package/dist/src/services/extension-purchase.js +110 -0
  933. package/dist/src/services/extension-purchase.js.map +1 -0
  934. package/dist/src/services/extension-runtime.d.ts +56 -1
  935. package/dist/src/services/extension-runtime.d.ts.map +1 -1
  936. package/dist/src/services/extension-runtime.js +73 -4
  937. package/dist/src/services/extension-runtime.js.map +1 -1
  938. package/dist/src/services/extension-secrets.d.ts +8 -0
  939. package/dist/src/services/extension-secrets.d.ts.map +1 -1
  940. package/dist/src/services/extension-secrets.js +14 -0
  941. package/dist/src/services/extension-secrets.js.map +1 -1
  942. package/dist/src/services/federation-availability.d.ts.map +1 -1
  943. package/dist/src/services/federation-availability.js +1 -0
  944. package/dist/src/services/federation-availability.js.map +1 -1
  945. package/dist/src/services/federation-book.js +15 -7
  946. package/dist/src/services/federation-book.js.map +1 -1
  947. package/dist/src/services/federation-helpers.d.ts.map +1 -1
  948. package/dist/src/services/federation-helpers.js +1 -0
  949. package/dist/src/services/federation-helpers.js.map +1 -1
  950. package/dist/src/services/federation.d.ts.map +1 -1
  951. package/dist/src/services/federation.js +8 -6
  952. package/dist/src/services/federation.js.map +1 -1
  953. package/dist/src/services/file-refs.d.ts +105 -0
  954. package/dist/src/services/file-refs.d.ts.map +1 -0
  955. package/dist/src/services/file-refs.js +106 -0
  956. package/dist/src/services/file-refs.js.map +1 -0
  957. package/dist/src/services/gate-expiry.d.ts.map +1 -1
  958. package/dist/src/services/gate-expiry.js +2 -1
  959. package/dist/src/services/gate-expiry.js.map +1 -1
  960. package/dist/src/services/genesis-sync.d.ts.map +1 -1
  961. package/dist/src/services/genesis-sync.js +9 -4
  962. package/dist/src/services/genesis-sync.js.map +1 -1
  963. package/dist/src/services/handbooks/commerce.d.ts +13 -0
  964. package/dist/src/services/handbooks/commerce.d.ts.map +1 -0
  965. package/dist/src/services/handbooks/commerce.js +60 -0
  966. package/dist/src/services/handbooks/commerce.js.map +1 -0
  967. package/dist/src/services/handbooks/index.d.ts +1 -0
  968. package/dist/src/services/handbooks/index.d.ts.map +1 -1
  969. package/dist/src/services/handbooks/index.js +2 -2
  970. package/dist/src/services/handbooks/index.js.map +1 -1
  971. package/dist/src/services/hooks.d.ts.map +1 -1
  972. package/dist/src/services/hooks.js +2 -0
  973. package/dist/src/services/hooks.js.map +1 -1
  974. package/dist/src/services/invitations.d.ts.map +1 -1
  975. package/dist/src/services/invitations.js +2 -0
  976. package/dist/src/services/invitations.js.map +1 -1
  977. package/dist/src/services/living-author.d.ts.map +1 -1
  978. package/dist/src/services/living-author.js +4 -1
  979. package/dist/src/services/living-author.js.map +1 -1
  980. package/dist/src/services/living-pulse.js +18 -6
  981. package/dist/src/services/living-pulse.js.map +1 -1
  982. package/dist/src/services/mailbox-notification.d.ts.map +1 -1
  983. package/dist/src/services/mailbox-notification.js +1 -0
  984. package/dist/src/services/mailbox-notification.js.map +1 -1
  985. package/dist/src/services/match-notification.d.ts.map +1 -1
  986. package/dist/src/services/match-notification.js +2 -1
  987. package/dist/src/services/match-notification.js.map +1 -1
  988. package/dist/src/services/matching.d.ts.map +1 -1
  989. package/dist/src/services/matching.js +5 -2
  990. package/dist/src/services/matching.js.map +1 -1
  991. package/dist/src/services/memory-replication.d.ts.map +1 -1
  992. package/dist/src/services/memory-replication.js +3 -1
  993. package/dist/src/services/memory-replication.js.map +1 -1
  994. package/dist/src/services/message-broadcast.d.ts.map +1 -1
  995. package/dist/src/services/message-broadcast.js +2 -1
  996. package/dist/src/services/message-broadcast.js.map +1 -1
  997. package/dist/src/services/message-delivery.d.ts.map +1 -1
  998. package/dist/src/services/message-delivery.js +9 -4
  999. package/dist/src/services/message-delivery.js.map +1 -1
  1000. package/dist/src/services/metered-access.d.ts +148 -0
  1001. package/dist/src/services/metered-access.d.ts.map +1 -0
  1002. package/dist/src/services/metered-access.js +128 -0
  1003. package/dist/src/services/metered-access.js.map +1 -0
  1004. package/dist/src/services/metered-entitlements.d.ts +147 -5
  1005. package/dist/src/services/metered-entitlements.d.ts.map +1 -1
  1006. package/dist/src/services/metered-entitlements.js +251 -30
  1007. package/dist/src/services/metered-entitlements.js.map +1 -1
  1008. package/dist/src/services/metered-settlement.d.ts +45 -0
  1009. package/dist/src/services/metered-settlement.d.ts.map +1 -0
  1010. package/dist/src/services/metered-settlement.js +117 -0
  1011. package/dist/src/services/metered-settlement.js.map +1 -0
  1012. package/dist/src/services/network-policy.d.ts.map +1 -1
  1013. package/dist/src/services/network-policy.js +6 -2
  1014. package/dist/src/services/network-policy.js.map +1 -1
  1015. package/dist/src/services/notebook-classify.d.ts.map +1 -1
  1016. package/dist/src/services/notebook-classify.js +7 -2
  1017. package/dist/src/services/notebook-classify.js.map +1 -1
  1018. package/dist/src/services/notebook-plan.d.ts.map +1 -1
  1019. package/dist/src/services/notebook-plan.js +4 -1
  1020. package/dist/src/services/notebook-plan.js.map +1 -1
  1021. package/dist/src/services/notify.d.ts.map +1 -1
  1022. package/dist/src/services/notify.js +6 -3
  1023. package/dist/src/services/notify.js.map +1 -1
  1024. package/dist/src/services/openrouter.d.ts.map +1 -1
  1025. package/dist/src/services/openrouter.js +1 -0
  1026. package/dist/src/services/openrouter.js.map +1 -1
  1027. package/dist/src/services/organism-export.d.ts.map +1 -1
  1028. package/dist/src/services/organism-export.js +4 -1
  1029. package/dist/src/services/organism-export.js.map +1 -1
  1030. package/dist/src/services/organism-import.d.ts.map +1 -1
  1031. package/dist/src/services/organism-import.js +5 -1
  1032. package/dist/src/services/organism-import.js.map +1 -1
  1033. package/dist/src/services/owner-memory.d.ts +14 -1
  1034. package/dist/src/services/owner-memory.d.ts.map +1 -1
  1035. package/dist/src/services/owner-memory.js +8 -14
  1036. package/dist/src/services/owner-memory.js.map +1 -1
  1037. package/dist/src/services/perf-trace.js +3 -1
  1038. package/dist/src/services/perf-trace.js.map +1 -1
  1039. package/dist/src/services/personal-tunnel.js +14 -8
  1040. package/dist/src/services/personal-tunnel.js.map +1 -1
  1041. package/dist/src/services/presence.d.ts.map +1 -1
  1042. package/dist/src/services/presence.js +11 -5
  1043. package/dist/src/services/presence.js.map +1 -1
  1044. package/dist/src/services/protected-resource.d.ts +60 -0
  1045. package/dist/src/services/protected-resource.d.ts.map +1 -0
  1046. package/dist/src/services/protected-resource.js +137 -0
  1047. package/dist/src/services/protected-resource.js.map +1 -0
  1048. package/dist/src/services/realtime-manager.d.ts.map +1 -1
  1049. package/dist/src/services/realtime-manager.js +8 -5
  1050. package/dist/src/services/realtime-manager.js.map +1 -1
  1051. package/dist/src/services/safe-zip.d.ts.map +1 -1
  1052. package/dist/src/services/safe-zip.js +4 -1
  1053. package/dist/src/services/safe-zip.js.map +1 -1
  1054. package/dist/src/services/scheduler-extension-job.js +2 -2
  1055. package/dist/src/services/scheduler-extension-job.js.map +1 -1
  1056. package/dist/src/services/scheduler.js +13 -7
  1057. package/dist/src/services/scheduler.js.map +1 -1
  1058. package/dist/src/services/security-incident.d.ts.map +1 -1
  1059. package/dist/src/services/security-incident.js +7 -2
  1060. package/dist/src/services/security-incident.js.map +1 -1
  1061. package/dist/src/services/site-sync.d.ts.map +1 -1
  1062. package/dist/src/services/site-sync.js +1 -0
  1063. package/dist/src/services/site-sync.js.map +1 -1
  1064. package/dist/src/services/site.d.ts +1 -1
  1065. package/dist/src/services/site.d.ts.map +1 -1
  1066. package/dist/src/services/site.js +29 -8
  1067. package/dist/src/services/site.js.map +1 -1
  1068. package/dist/src/services/structure-overview.d.ts.map +1 -1
  1069. package/dist/src/services/structure-overview.js +4 -1
  1070. package/dist/src/services/structure-overview.js.map +1 -1
  1071. package/dist/src/services/structure-snapshot.d.ts.map +1 -1
  1072. package/dist/src/services/structure-snapshot.js +3 -2
  1073. package/dist/src/services/structure-snapshot.js.map +1 -1
  1074. package/dist/src/services/sync-scheduler.js +3 -2
  1075. package/dist/src/services/sync-scheduler.js.map +1 -1
  1076. package/dist/src/services/task-files.d.ts +51 -0
  1077. package/dist/src/services/task-files.d.ts.map +1 -0
  1078. package/dist/src/services/task-files.js +58 -0
  1079. package/dist/src/services/task-files.js.map +1 -0
  1080. package/dist/src/services/tracked-response.js +1 -1
  1081. package/dist/src/services/tracked-response.js.map +1 -1
  1082. package/dist/src/services/trust-broadcast.d.ts.map +1 -1
  1083. package/dist/src/services/trust-broadcast.js +1 -0
  1084. package/dist/src/services/trust-broadcast.js.map +1 -1
  1085. package/dist/src/services/upload-token.d.ts +29 -0
  1086. package/dist/src/services/upload-token.d.ts.map +1 -1
  1087. package/dist/src/services/upload-token.js +37 -0
  1088. package/dist/src/services/upload-token.js.map +1 -1
  1089. package/dist/src/services/upload-zip.d.ts +9 -0
  1090. package/dist/src/services/upload-zip.d.ts.map +1 -1
  1091. package/dist/src/services/upload-zip.js +19 -81
  1092. package/dist/src/services/upload-zip.js.map +1 -1
  1093. package/dist/src/services/web-bot-auth.d.ts.map +1 -1
  1094. package/dist/src/services/web-bot-auth.js +1 -0
  1095. package/dist/src/services/web-bot-auth.js.map +1 -1
  1096. package/dist/src/services/workflow/engine-steps.d.ts.map +1 -1
  1097. package/dist/src/services/workflow/engine-steps.js +12 -6
  1098. package/dist/src/services/workflow/engine-steps.js.map +1 -1
  1099. package/dist/src/services/workspace-export.d.ts.map +1 -1
  1100. package/dist/src/services/workspace-export.js +5 -2
  1101. package/dist/src/services/workspace-export.js.map +1 -1
  1102. package/dist/src/services/workspace-import.d.ts.map +1 -1
  1103. package/dist/src/services/workspace-import.js +2 -1
  1104. package/dist/src/services/workspace-import.js.map +1 -1
  1105. package/dist/src/services/workspace-meta.d.ts +15 -0
  1106. package/dist/src/services/workspace-meta.d.ts.map +1 -1
  1107. package/dist/src/services/workspace-meta.js +17 -0
  1108. package/dist/src/services/workspace-meta.js.map +1 -1
  1109. package/dist/src/services/workspace-provision.d.ts +3 -0
  1110. package/dist/src/services/workspace-provision.d.ts.map +1 -1
  1111. package/dist/src/services/workspace-provision.js +5 -3
  1112. package/dist/src/services/workspace-provision.js.map +1 -1
  1113. package/dist/src/services/workspace-versions.d.ts.map +1 -1
  1114. package/dist/src/services/workspace-versions.js +0 -0
  1115. package/dist/src/services/workspace-versions.js.map +1 -1
  1116. package/dist/src/storage/providers/postgres-kysely/db-types.d.ts +5 -0
  1117. package/dist/src/storage/providers/postgres-kysely/db-types.d.ts.map +1 -1
  1118. package/dist/src/storage/providers/postgres-kysely/helpers.d.ts +11 -0
  1119. package/dist/src/storage/providers/postgres-kysely/helpers.d.ts.map +1 -1
  1120. package/dist/src/storage/providers/postgres-kysely/helpers.js +14 -0
  1121. package/dist/src/storage/providers/postgres-kysely/helpers.js.map +1 -1
  1122. package/dist/src/storage/providers/postgres-kysely/methods/app-grants.d.ts +2 -1
  1123. package/dist/src/storage/providers/postgres-kysely/methods/app-grants.d.ts.map +1 -1
  1124. package/dist/src/storage/providers/postgres-kysely/methods/app-grants.js +16 -0
  1125. package/dist/src/storage/providers/postgres-kysely/methods/app-grants.js.map +1 -1
  1126. package/dist/src/storage/providers/postgres-kysely/methods/capabilities.js +3 -3
  1127. package/dist/src/storage/providers/postgres-kysely/methods/capabilities.js.map +1 -1
  1128. package/dist/src/storage/providers/postgres-kysely/methods/ecosystem.js +3 -3
  1129. package/dist/src/storage/providers/postgres-kysely/methods/ecosystem.js.map +1 -1
  1130. package/dist/src/storage/providers/postgres-kysely/methods/federation.d.ts.map +1 -1
  1131. package/dist/src/storage/providers/postgres-kysely/methods/federation.js +12 -10
  1132. package/dist/src/storage/providers/postgres-kysely/methods/federation.js.map +1 -1
  1133. package/dist/src/storage/providers/postgres-kysely/methods/identity.d.ts.map +1 -1
  1134. package/dist/src/storage/providers/postgres-kysely/methods/identity.js +26 -12
  1135. package/dist/src/storage/providers/postgres-kysely/methods/identity.js.map +1 -1
  1136. package/dist/src/storage/providers/postgres-kysely/methods/marketplace.js +5 -5
  1137. package/dist/src/storage/providers/postgres-kysely/methods/marketplace.js.map +1 -1
  1138. package/dist/src/storage/providers/postgres-kysely/methods/memory.d.ts +2 -0
  1139. package/dist/src/storage/providers/postgres-kysely/methods/memory.d.ts.map +1 -1
  1140. package/dist/src/storage/providers/postgres-kysely/methods/memory.js +12 -1
  1141. package/dist/src/storage/providers/postgres-kysely/methods/memory.js.map +1 -1
  1142. package/dist/src/storage/providers/postgres-kysely/methods/node-ext-escrow.d.ts +9 -0
  1143. package/dist/src/storage/providers/postgres-kysely/methods/node-ext-escrow.d.ts.map +1 -1
  1144. package/dist/src/storage/providers/postgres-kysely/methods/node-ext-escrow.js +31 -27
  1145. package/dist/src/storage/providers/postgres-kysely/methods/node-ext-escrow.js.map +1 -1
  1146. package/dist/src/storage/providers/postgres-kysely/methods/organisms.d.ts.map +1 -1
  1147. package/dist/src/storage/providers/postgres-kysely/methods/organisms.js +15 -15
  1148. package/dist/src/storage/providers/postgres-kysely/methods/organisms.js.map +1 -1
  1149. package/dist/src/storage/providers/postgres-kysely/methods/otk.js +3 -3
  1150. package/dist/src/storage/providers/postgres-kysely/methods/otk.js.map +1 -1
  1151. package/dist/src/storage/providers/postgres-kysely/methods/packages.d.ts.map +1 -1
  1152. package/dist/src/storage/providers/postgres-kysely/methods/packages.js +4 -14
  1153. package/dist/src/storage/providers/postgres-kysely/methods/packages.js.map +1 -1
  1154. package/dist/src/storage/providers/postgres-kysely/methods/template-listings.d.ts.map +1 -1
  1155. package/dist/src/storage/providers/postgres-kysely/methods/template-listings.js +11 -10
  1156. package/dist/src/storage/providers/postgres-kysely/methods/template-listings.js.map +1 -1
  1157. package/dist/src/storage/providers/postgres-kysely/methods/wallet.d.ts.map +1 -1
  1158. package/dist/src/storage/providers/postgres-kysely/methods/wallet.js +3 -1
  1159. package/dist/src/storage/providers/postgres-kysely/methods/wallet.js.map +1 -1
  1160. package/dist/src/storage/providers/postgres-kysely/migrate.d.ts.map +1 -1
  1161. package/dist/src/storage/providers/postgres-kysely/migrate.js +3 -0
  1162. package/dist/src/storage/providers/postgres-kysely/migrate.js.map +1 -1
  1163. package/dist/src/storage/providers/postgres-kysely/migrations/0012_unique_live_app_grant.sql +29 -0
  1164. package/dist/src/storage/providers/postgres-kysely/migrations/0013_ghii_password_lockout.sql +12 -0
  1165. package/dist/src/storage/providers/postgres-kysely/migrations/0014_transaction_initiator.sql +6 -0
  1166. package/dist/src/storage/providers/postgres-kysely/migrations/0015_app_grant_spend_cap.sql +5 -0
  1167. package/dist/src/storage/providers/sqlite/methods/apps.d.ts +4 -1
  1168. package/dist/src/storage/providers/sqlite/methods/apps.d.ts.map +1 -1
  1169. package/dist/src/storage/providers/sqlite/methods/apps.js +19 -2
  1170. package/dist/src/storage/providers/sqlite/methods/apps.js.map +1 -1
  1171. package/dist/src/storage/providers/sqlite/methods/community.d.ts.map +1 -1
  1172. package/dist/src/storage/providers/sqlite/methods/community.js +6 -1
  1173. package/dist/src/storage/providers/sqlite/methods/community.js.map +1 -1
  1174. package/dist/src/storage/providers/sqlite/methods/governance.d.ts +1 -0
  1175. package/dist/src/storage/providers/sqlite/methods/governance.d.ts.map +1 -1
  1176. package/dist/src/storage/providers/sqlite/methods/governance.js +4 -1
  1177. package/dist/src/storage/providers/sqlite/methods/governance.js.map +1 -1
  1178. package/dist/src/storage/providers/sqlite/methods/identity-nodes.d.ts.map +1 -1
  1179. package/dist/src/storage/providers/sqlite/methods/identity-nodes.js +9 -2
  1180. package/dist/src/storage/providers/sqlite/methods/identity-nodes.js.map +1 -1
  1181. package/dist/src/storage/providers/sqlite/methods/owner.d.ts +5 -0
  1182. package/dist/src/storage/providers/sqlite/methods/owner.d.ts.map +1 -1
  1183. package/dist/src/storage/providers/sqlite/methods/owner.js +8 -0
  1184. package/dist/src/storage/providers/sqlite/methods/owner.js.map +1 -1
  1185. package/dist/src/storage/providers/sqlite/methods/work.d.ts.map +1 -1
  1186. package/dist/src/storage/providers/sqlite/methods/work.js +4 -2
  1187. package/dist/src/storage/providers/sqlite/methods/work.js.map +1 -1
  1188. package/dist/src/storage/providers/sqlite/repos/community.d.ts.map +1 -1
  1189. package/dist/src/storage/providers/sqlite/repos/community.js +6 -1
  1190. package/dist/src/storage/providers/sqlite/repos/community.js.map +1 -1
  1191. package/dist/src/storage/providers/sqlite/repos/identity.d.ts +3 -0
  1192. package/dist/src/storage/providers/sqlite/repos/identity.d.ts.map +1 -1
  1193. package/dist/src/storage/providers/sqlite/repos/identity.js +13 -4
  1194. package/dist/src/storage/providers/sqlite/repos/identity.js.map +1 -1
  1195. package/dist/src/storage/providers/sqlite/repos/work.d.ts.map +1 -1
  1196. package/dist/src/storage/providers/sqlite/repos/work.js +4 -2
  1197. package/dist/src/storage/providers/sqlite/repos/work.js.map +1 -1
  1198. package/dist/src/storage/providers/sqlite/schema-tables-1.d.ts.map +1 -1
  1199. package/dist/src/storage/providers/sqlite/schema-tables-1.js +1 -0
  1200. package/dist/src/storage/providers/sqlite/schema-tables-1.js.map +1 -1
  1201. package/dist/src/storage/providers/sqlite/schema-tables-2.d.ts.map +1 -1
  1202. package/dist/src/storage/providers/sqlite/schema-tables-2.js +2 -0
  1203. package/dist/src/storage/providers/sqlite/schema-tables-2.js.map +1 -1
  1204. package/dist/src/storage/providers/sqlite/schema.d.ts +3 -0
  1205. package/dist/src/storage/providers/sqlite/schema.d.ts.map +1 -1
  1206. package/dist/src/storage/providers/sqlite/schema.js +34 -1
  1207. package/dist/src/storage/providers/sqlite/schema.js.map +1 -1
  1208. package/dist/src/storage/repositories/app-grant.repository.d.ts +10 -2
  1209. package/dist/src/storage/repositories/app-grant.repository.d.ts.map +1 -1
  1210. package/dist/src/storage/repositories/memory.repository.d.ts +14 -0
  1211. package/dist/src/storage/repositories/memory.repository.d.ts.map +1 -1
  1212. package/dist/src/storage/repositories-impl/memory-repository.d.ts +8 -1
  1213. package/dist/src/storage/repositories-impl/memory-repository.d.ts.map +1 -1
  1214. package/dist/src/storage/repositories-impl/memory-repository.js +15 -4
  1215. package/dist/src/storage/repositories-impl/memory-repository.js.map +1 -1
  1216. package/dist/src/storage/types/agents-messaging.d.ts +19 -0
  1217. package/dist/src/storage/types/agents-messaging.d.ts.map +1 -1
  1218. package/dist/src/storage/types/agents-messaging.js.map +1 -1
  1219. package/dist/src/storage/types/auth.d.ts +9 -0
  1220. package/dist/src/storage/types/auth.d.ts.map +1 -1
  1221. package/dist/src/storage/types/commerce.d.ts +13 -0
  1222. package/dist/src/storage/types/commerce.d.ts.map +1 -1
  1223. package/dist/src/storage/types/organisms-federation.d.ts +29 -0
  1224. package/dist/src/storage/types/organisms-federation.d.ts.map +1 -1
  1225. package/dist/src/utils/app-agent-discovery.d.ts +31 -0
  1226. package/dist/src/utils/app-agent-discovery.d.ts.map +1 -0
  1227. package/dist/src/utils/app-agent-discovery.js +96 -0
  1228. package/dist/src/utils/app-agent-discovery.js.map +1 -0
  1229. package/dist/src/utils/app-badge.d.ts.map +1 -1
  1230. package/dist/src/utils/app-badge.js +7 -3
  1231. package/dist/src/utils/app-badge.js.map +1 -1
  1232. package/dist/src/utils/app-protect.d.ts.map +1 -1
  1233. package/dist/src/utils/app-protect.js +1 -0
  1234. package/dist/src/utils/app-protect.js.map +1 -1
  1235. package/dist/src/utils/env-validator.d.ts.map +1 -1
  1236. package/dist/src/utils/env-validator.js +5 -1
  1237. package/dist/src/utils/env-validator.js.map +1 -1
  1238. package/dist/src/utils/gaii.d.ts +50 -0
  1239. package/dist/src/utils/gaii.d.ts.map +1 -1
  1240. package/dist/src/utils/gaii.js +66 -0
  1241. package/dist/src/utils/gaii.js.map +1 -1
  1242. package/dist/src/utils/url-validator.d.ts.map +1 -1
  1243. package/dist/src/utils/url-validator.js +4 -1
  1244. package/dist/src/utils/url-validator.js.map +1 -1
  1245. package/dist/src/utils/version.d.ts.map +1 -1
  1246. package/dist/src/utils/version.js +1 -0
  1247. package/dist/src/utils/version.js.map +1 -1
  1248. package/dist/static/app-catalog/_template.html +6 -5
  1249. package/dist/static/app-catalog/js/cortex.js +3 -1
  1250. package/dist/static/app-catalog/js/detail.js +411 -36
  1251. package/dist/static/app-catalog/js/i18n-data.js +279 -3
  1252. package/dist/static/app-catalog/js/main.js +28 -37
  1253. package/dist/static/app-catalog/js/monetize.js +204 -16
  1254. package/dist/static/app-catalog/js/odps.js +489 -0
  1255. package/dist/static/app-catalog/js/render.js +3 -0
  1256. package/dist/static/app-catalog/js/workcopy.js +198 -0
  1257. package/dist/static/app-catalog/styles/app-catalog.css +60 -0
  1258. package/dist/static/app-catalog.html +1450 -137
  1259. package/dist/static/sdk-libs/agents/index.js +45 -7
  1260. package/dist/static/sdk-libs/auth/cluster.js +97 -0
  1261. package/dist/static/sdk-libs/auth/index.js +25 -1
  1262. package/dist/static/sdk-libs/auth/locale.js +151 -0
  1263. package/dist/static/sdk-libs/auth/modal.js +11 -2
  1264. package/dist/static/sdk-libs/auth/palette.js +172 -0
  1265. package/dist/static/sdk-libs/auth/pill.js +37 -6
  1266. package/dist/static/sdk-libs/auth/session.js +7 -3
  1267. package/dist/static/sdk-libs/auth/theme.js +61 -20
  1268. package/dist/static/sdk-libs/data/index.js +70 -8
  1269. package/dist/static/sdk-libs/dist/aimeat-agents.js +41 -8
  1270. package/dist/static/sdk-libs/dist/aimeat-auth.js +423 -22
  1271. package/dist/static/sdk-libs/dist/aimeat-data.js +50 -8
  1272. package/dist/static/sdk-libs/dist/aimeat-exchange.js +675 -0
  1273. package/dist/static/sdk-libs/dist/aimeat-game.js +1555 -0
  1274. package/dist/static/sdk-libs/dist/aimeat-live.js +54 -2
  1275. package/dist/static/sdk-libs/dist/aimeat-markdown.js +32 -1
  1276. package/dist/static/sdk-libs/dist/aimeat-webmcp.js +46 -0
  1277. package/dist/static/sdk-libs/exchange/browse.js +81 -0
  1278. package/dist/static/sdk-libs/exchange/client.js +131 -0
  1279. package/dist/static/sdk-libs/exchange/contracts.js +228 -0
  1280. package/dist/static/sdk-libs/exchange/demand.js +106 -0
  1281. package/dist/static/sdk-libs/exchange/earnings.js +39 -0
  1282. package/dist/static/sdk-libs/exchange/format.js +51 -0
  1283. package/dist/static/sdk-libs/exchange/index.js +70 -0
  1284. package/dist/static/sdk-libs/exchange/odps-completeness.js +177 -0
  1285. package/dist/static/sdk-libs/exchange/sell.js +253 -0
  1286. package/dist/static/sdk-libs/game/board.js +331 -0
  1287. package/dist/static/sdk-libs/game/dom.js +223 -0
  1288. package/dist/static/sdk-libs/game/i18n.js +201 -0
  1289. package/dist/static/sdk-libs/game/index.js +72 -0
  1290. package/dist/static/sdk-libs/game/markers.js +150 -0
  1291. package/dist/static/sdk-libs/game/menu.js +260 -0
  1292. package/dist/static/sdk-libs/game/overlay.js +193 -0
  1293. package/dist/static/sdk-libs/game/progress.js +280 -0
  1294. package/dist/static/sdk-libs/game/score.js +134 -0
  1295. package/dist/static/sdk-libs/game/screen.js +120 -0
  1296. package/dist/static/sdk-libs/game/units.js +55 -0
  1297. package/dist/static/sdk-libs/live/index.js +71 -4
  1298. package/dist/static/sdk-libs/markdown/index.js +49 -1
  1299. package/dist/static/sdk-libs/webmcp/index.js +63 -0
  1300. package/package.json +7 -2
@@ -10,6 +10,8 @@
10
10
  "inbox.sending": "Sending…",
11
11
  "inbox.reply": "Reply",
12
12
  "inbox.quoteReply": "Reply to this message",
13
+ "inbox.copyMessage": "Copy this message to the clipboard",
14
+ "inbox.copied": "Copied",
13
15
  "inbox.quoteJump": "Show the original message",
14
16
  "inbox.quoteYou": "You",
15
17
  "inbox.replyingTo": "Replying to",
@@ -25,8 +27,8 @@
25
27
  "inbox.messageThis": "Send a message",
26
28
  "nav.members": "Members",
27
29
  "members.title": "Members",
28
- "members.desc": "People on this node who have published a portfolio.",
29
- "members.empty": "No published portfolios yet.",
30
+ "members.desc": "People here who have published a page of their own.",
31
+ "members.empty": "Nobody has published a page yet. Yours can be the first.",
30
32
  "inbox.broadcast": "Broadcast",
31
33
  "inbox.broadcastTitle": "Send to many",
32
34
  "inbox.bcModeBroadcast": "Message (repliable)",
@@ -179,6 +181,9 @@
179
181
  "inbox.acceptedToast": "Request accepted.",
180
182
  "inbox.blockedToast": "Contact blocked.",
181
183
  "inbox.failed": "Could not send the message.",
184
+ "inbox.attachTooLarge": "\"{name}\" is {size} MB. This node accepts attachments up to {max} MB.",
185
+ "inbox.attachNoUrl": "The node did not issue an upload URL for \"{name}\".",
186
+ "inbox.attachFailed": "Upload of \"{name}\" failed (HTTP {status}).",
182
187
  "inbox.markImportant": "Mark important (needs a reply)",
183
188
  "inbox.trackResponse": "Track a response",
184
189
  "inbox.trackHint": "Turn this message into an actionable record. When that record is marked done, a reply is sent back to the sender (automatically, or after your approval).",
@@ -581,33 +586,45 @@
581
586
  "profile.scheduler.cal.showMore": "+{n} more",
582
587
  "profile.scheduler.cal.showLess": "Show less",
583
588
  "appGrant": {
584
- "title": "Allow this app to access your data?",
585
- "intro": "It will receive its own scoped, revocable token. Never your login session. You can revoke it anytime in Profile › Access.",
586
- "scopesLabel": "Requested access",
587
- "approve": "Allow access",
588
589
  "approving": "Allowing…",
589
- "deny": "Don't trust",
590
590
  "externalBadge": "External app",
591
- "trustTitle": "Trust this app?",
592
- "trustIntro": "This app is not yours. It gets its OWN scoped, revocable key. Never your login session. You can revoke it anytime in Profile › Access.",
593
- "needsLabel": "This app needs:",
594
- "advancedShow": "⚙ Advanced, choose permissions",
595
- "advancedHide": "▲ Hide advanced",
596
- "trustCta": "❤ Trust, allow access",
591
+ "ownBadge": "Your app",
592
+ "connectTitle": "Connect {app} to your account",
597
593
  "manageTitle": "Manage this app's access",
594
+ "worksWith": "Works with:",
595
+ "showDetails": "Show the exact permissions ({n})",
596
+ "hideDetails": "Hide the exact permissions",
597
+ "subsetHint": "Uncheck anything you would rather not give. The app gets exactly what stays checked.",
598
+ "assureKey": "It gets its own key, never your password.",
599
+ "assureHome": "What it saves lives in your own AIMEAT account.",
600
+ "assureRevoke": "You can revoke it in one click: Profile › Access.",
601
+ "assureNext": "Next time it signs you in without this screen.",
602
+ "connectCta": "Connect",
603
+ "notNow": "Not now",
598
604
  "signingIn": "Signing you in…",
599
605
  "revoke": "Revoke access",
600
606
  "saveCta": "Save changes",
601
- "nextNote": "Next time this app logs you in automatically, no prompt.",
602
607
  "loginTitle": "Log in to continue",
603
608
  "loginBody": "Log in on aimeat.io, then re-open the app's link to approve access.",
604
609
  "loginCta": "Log in",
605
610
  "errorTitle": "Cannot grant access",
606
611
  "missing": "No authorization request.",
607
612
  "expired": "This request has expired.",
608
- "ownBadge": "Your app",
609
- "ownIntro": "This is your own app. It still uses a scoped, revocable key — never your login session.",
610
- "newScope": "new"
613
+ "newScope": "new",
614
+ "area": {
615
+ "memory": "your saved data",
616
+ "storage": "your files",
617
+ "catalogue": "the public catalogue",
618
+ "social": "boards",
619
+ "messages": "your messages",
620
+ "wallet": "your morsel balance",
621
+ "knowledge": "your knowledge packages",
622
+ "task": "your agents' tasks",
623
+ "workflow": "your automations",
624
+ "ai": "your AI budget",
625
+ "notifications": "notifications to you",
626
+ "organism": "your workspaces"
627
+ }
611
628
  },
612
629
  "common": {
613
630
  "cancel": "Cancel",
@@ -665,257 +682,10 @@
665
682
  "themeToLight": "Switch to light mode",
666
683
  "howItWorks": "How it works",
667
684
  "business": "For your business",
668
- "myCompany": "My Company",
669
- "companies": "Companies"
670
- },
671
- "companies": {
672
- "title": "Companies",
673
- "desc": "Browse companies on this node and order their agents' offerings.",
674
- "directory": "Directory",
675
- "none": "No companies yet.",
676
- "offeringsShort": "offerings",
677
- "selectHint": "Pick a company to see its profile and catalogue.",
678
- "businessId": "Business ID (Y-tunnus)",
679
- "catalogue": "Offerings for sale",
680
- "noOfferings": "This company has no offerings listed yet.",
681
- "callable": "Runs instantly — result appears below.",
682
- "viaInbox": "Handled by the seller's agent — track it in My orders.",
683
- "usePlaceholder": "Describe what you need (optional)…",
684
- "order": "Order",
685
- "morsels": "morsels",
686
- "loginToOrder": "Log in to order",
687
- "orderResult": "Done — result below.",
688
- "orderTask": "Order received — the seller's agent {agent} will handle it.",
689
- "charged": "Charged {n} morsels",
690
- "myOrders": "My orders",
691
- "noMyOrders": "You haven't ordered anything yet.",
692
- "done": "Done",
693
- "free": "Free",
694
- "fromCompany": "Company",
695
- "stQueued": "Queued",
696
- "stActive": "In progress",
697
- "stDone": "Done",
698
- "stFailed": "Failed",
699
- "stInstant": "Instant",
700
- "viewPortfolio": "View portfolio",
701
- "enterpriseRequired": "The company directory requires the AIMEAT Enterprise edition. This node runs the free Community edition."
702
- },
703
- "myCompany": {
704
- "title": "My Company",
705
- "desc": "Create a company and sell your agents' capabilities (priced in morsels).",
706
- "yourCompanies": "Your companies",
707
- "noCompanies": "No companies yet — create one below.",
708
- "createCompany": "Create a company",
709
- "slug": "Slug (URL id)",
710
- "name": "Company name",
711
- "create": "Create company",
712
- "selectHint": "Select a company on the left, or create one.",
713
- "offerings": "Catalog",
714
- "noOfferings": "Catalog is empty — add a capability from your agents below.",
715
- "addFromOffers": "+ Add to catalog",
716
- "done": "Done",
717
- "pickHint": "Pick one of your agents' capabilities to add to the catalog:",
718
- "noOffersToList": "Your agents have no offerings yet. Create offers on your agents first.",
719
- "putUpForSale": "Put up for sale",
720
- "listed": "Listed ✓",
721
- "free": "free",
722
- "callable": "instant",
723
- "viaInbox": "via agent inbox",
724
- "use": "Order",
725
- "usePlaceholder": "What do you want? (optional)…",
726
- "result": "Result",
727
- "manage": "Manage",
728
- "edit": "Edit",
729
- "cancel": "Cancel",
730
- "visibilityLabel": "Visibility",
731
- "priceLabel": "Price",
732
- "lastSavedBy": "Last saved by",
733
- "notForSale": "not for sale",
734
- "neverEdited": "Not configured yet — click Edit to set price + visibility.",
735
- "tabCatalog": "Catalog",
736
- "tabOrders": "Orders",
737
- "tabCustomers": "Customers",
738
- "tabMembers": "Members",
739
- "noCustomers": "No customers yet.",
740
- "orderCount": "Orders",
741
- "lastOrder": "Last order",
742
- "creator": "creator",
743
- "byMember": "Offered by",
744
- "roleAdmin": "Admin",
745
- "roleMember": "Member",
746
- "roleVisitor": "Visitor",
747
- "removeMember": "Remove",
748
- "addMember": "Add a member",
749
- "memberUsername": "Username",
750
- "addMemberBtn": "Add",
751
- "visPrivate": "Private (only me)",
752
- "visUnlisted": "Unlisted (by link)",
753
- "visPublic": "Public (listed)",
754
- "savePrice": "Save",
755
- "saved": "Saved ✓",
756
- "removeFromCatalog": "Remove from catalog",
757
- "privateHint": "Private — others can't see or order this. Set Public to sell it.",
758
- "agentNoOfferings": "No offerings yet — create one in Profile › Offerings.",
759
- "orderPlacedTask": "Order received — the seller's agent {agent} will handle it. Track it under My orders.",
760
- "orderPlacedResult": "Done — result below.",
761
- "charged": "Charged {n} morsels",
762
- "ordersReceived": "Orders received",
763
- "myOrders": "My orders",
764
- "noOrdersReceived": "No orders yet.",
765
- "noMyOrders": "You haven't ordered anything yet.",
766
- "orderedBy": "From",
767
- "orderedWhat": "Order",
768
- "fromCompany": "Company",
769
- "statusLabel": "Status",
770
- "stQueued": "Queued",
771
- "stActive": "In progress",
772
- "stDone": "Done",
773
- "stFailed": "Failed",
774
- "stInstant": "Instant",
775
- "wallet": "Company wallet",
776
- "morsels": "morsels",
777
- "enterpriseBadge": "Enterprise feature",
778
- "enterpriseRequired": "Company commerce requires the AIMEAT Enterprise edition. This node runs the free Community edition.",
779
- "loginRequired": "Please log in to manage your companies.",
780
- "tabSettings": "Settings",
781
- "businessId": "Business ID (Y-tunnus)",
782
- "businessIdOptional": "Business ID (Y-tunnus) — optional",
783
- "businessIdHint": "Finnish format: 1234567-8. Required to sell as a registered company (KYB).",
784
- "noBusinessId": "No business ID set — add it in Settings.",
785
- "description": "Description",
786
- "commission": "Company commission %",
787
- "commissionHint": "The company's cut of each sale; the rest goes to the fulfilling member. Default 20%.",
788
- "settingsSaved": "Settings saved ✓",
789
- "loading": "Loading…",
790
- "paymentsCheckout": "Checkout (node)",
791
- "paymentsOn": "enabled",
792
- "paymentsOff": "disabled",
793
- "paymentsHandlers": "Payment methods on this node",
794
- "paymentsNone": "No payment methods advertised (commerce disabled)",
795
- "paymentsKyb": "KYB status",
796
- "paymentsKybPre": "Business ID given (pre-stage)",
797
- "paymentsKybMissing": "Business ID missing",
798
- "paymentsKybHint": "Real-money selling will require completed KYB verification; morsel sales work without it.",
799
- "pspTitle": "Payment provider (money sales)",
800
- "pspHint": "Your own Stripe secret key. Money sales settle directly on YOUR Stripe account — the node never holds your key or funds.",
801
- "pspConfigured": "Configured",
802
- "pspMissing": "Not configured",
803
- "pspSave": "Save key",
804
- "pspRemove": "Remove",
805
- "pspSaved": "Payment key saved ✓",
806
- "pspRemoved": "Payment key removed",
807
- "connectTitle": "Stripe Connect (money selling)",
808
- "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.",
809
- "connectUnavailable": "Platform not configured",
810
- "connectNotStarted": "Not started",
811
- "connectReady": "Ready — accepts cards",
812
- "connectPending": "Onboarding incomplete",
813
- "connectOnboard": "Start Stripe onboarding",
814
- "connectContinue": "Continue onboarding",
815
- "connectRefresh": "Refresh status",
816
- "connectOpened": "Opened Stripe onboarding in a new tab — finish there, then Refresh status.",
817
- "connectRequirements": "Stripe still needs",
818
- "kybVerified": "Verified",
819
- "kybHintConnect": "KYB verifies automatically once your Stripe account can accept charges and you have given a Y-tunnus.",
820
- "pspShowLegacy": "Advanced: use my own Stripe key instead",
821
- "pspHideLegacy": "Hide advanced",
822
- "payablesTitle": "Payables (owed to the seller)",
823
- "payablesNone": "No money sales yet.",
824
- "payablesGross": "Gross sales",
825
- "payablesMember": "To the fulfilling member",
826
- "payablesOrg": "To the company wallet",
827
- "payablesFee": "Platform fee",
828
- "dac7Title": "DAC7 / VAT (platform reporting)",
829
- "dac7Consideration": "Total consideration",
830
- "dac7Transactions": "Transactions",
831
- "vatTotal": "VAT booked",
832
- "saveSettings": "Save settings",
833
- "receiptLabel": "Receipt",
834
- "logo": "Company logo",
835
- "noLogo": "No logo",
836
- "uploadLogo": "Upload logo",
837
- "removeLogo": "Remove",
838
- "uploading": "Uploading…",
839
- "logoTooBig": "Logo must be under 1 MB.",
840
- "listedLabel": "Show this company in the public AIMEAT company directory",
841
- "listedHint": "When on, your company — with its published services and pricing — appears in the corp catalogue. Turn off to stay private.",
842
- "unlistedBadge": "not in directory",
843
- "tabPortfolio": "Portfolio",
844
- "tabSecretary": "Secretary",
845
- "tabGovernance": "Governance",
846
- "tabModel": "Company model",
847
- "modelLoading": "Loading the company model…",
848
- "modelIntro": "The real-world organisation the company Secretary works with — departments, roles, reporting lines, and people (most are not AIMEAT users). Describe your company and let AI shape the structure, then review and apply.",
849
- "modelDescPlaceholder": "Describe your company: what it does, its departments, key roles and who reports to whom…",
850
- "modelGenerate": "Generate model",
851
- "modelGenerating": "Generating…",
852
- "modelCopyPrompt": "Copy prompt",
853
- "modelPaste": "Paste JSON",
854
- "modelPastePlaceholder": "Paste the JSON your AI chat returned…",
855
- "modelReview": "Review",
856
- "modelDraft": "Draft — review before applying",
857
- "modelApply": "Apply model",
858
- "modelDiscard": "Discard",
859
- "modelApplied": "Company model saved ✓",
860
- "modelCopied": "Prompt copied ✓",
861
- "modelParseErr": "Couldn't read a model from that — expected a JSON object.",
862
- "modelEmpty": "No company model yet. Describe your company above to build one.",
863
- "modelDepartments": "Departments",
864
- "modelRoles": "Roles",
865
- "modelPeople": "People",
866
- "modelReporting": "Reporting lines",
867
- "govLoading": "Loading financials…",
868
- "govIntro": "Cost & ROI in financial terms — the company's transaction ledger, not raw tokens. Revenue, commission income, and cost-per-task per agent.",
869
- "govRevenue": "Revenue",
870
- "govOrders": "Orders",
871
- "govAvg": "Avg / task",
872
- "govCommissionIncome": "Commission income",
873
- "govByAgent": "By agent",
874
- "govNoActivity": "No orders yet — financials populate as the company's agents fulfil orders.",
875
- "govAgent": "Agent",
876
- "govTasks": "Tasks",
877
- "govRevenueShort": "Revenue",
878
- "govAvgShort": "Avg/task",
879
- "govPayout": "Member payout",
880
- "govWallet": "Org wallet",
881
- "govCommission": "Commission",
882
- "govFee": "Platform fee",
883
- "govRoiNote": "ROI attribution ties to the Secretary's decision log (decisions scored against expected outcomes = cost-per-outcome); per-department breakdown and token-level cost land with the company model.",
884
- "secLoading": "Loading the company Secretary…",
885
- "secIntro": "Enable a company Secretary for this organization. It runs on the Enterprise edition with a managed, read-only brain and the company-admin scopes — coordinating the company's agents, preparing invoicing/compliance, and giving leadership cost & ROI visibility.",
886
- "secEnable": "Enable company Secretary",
887
- "secEnabling": "Enabling…",
888
- "secTitle": "Company Secretary",
889
- "secBrain": "Brain",
890
- "secLocked": "Locked (managed by Enterprise)",
891
- "secCaps": "Company-admin capabilities",
892
- "secScopes": "Granted scopes",
893
- "pfIntro": "Build a public portfolio page for your company. Pick what to include, generate a prompt, paste it into your AI chat, then paste the HTML it returns back here and publish.",
894
- "pfLive": "Portfolio is live ✓",
895
- "pfVisit": "Visit",
896
- "pfUnpublish": "Unpublish",
897
- "pfLastPublished": "Last published",
898
- "pfStep1": "1. Choose what to include",
899
- "pfIncludeInfo": "Company info (name, Y-tunnus, about)",
900
- "pfIncludeOfferings": "Services & pricing",
901
- "pfUseLogo": "Use the company logo",
902
- "pfNoLogo": "upload one in Settings first",
903
- "pfLook": "Describe how you'd like it to look",
904
- "pfLookPlaceholder": "e.g. clean and modern, dark theme, bold headings, trustworthy and corporate…",
905
- "pfGenerate": "Generate prompt",
906
- "pfStep2": "2. Copy this prompt into your AI chat",
907
- "pfStep2Hint": "Paste it into ChatGPT / Claude / any AI, then copy the HTML it produces.",
908
- "pfCopyPrompt": "Copy prompt",
909
- "pfStep3": "3. Paste the HTML here and publish",
910
- "pfPublish": "Publish portfolio",
911
- "pfPublished": "Portfolio published ✓",
912
- "pfNeedHtml": "Paste the HTML your AI produced first.",
913
- "pfCopied": "Prompt copied ✓",
914
- "pfThemeHeading": "Ready-made theme",
915
- "pfThemeHint": "Pick a theme and publish instantly — no AI needed. Uses your choices above.",
916
- "pfPreview": "Preview",
917
- "pfPublishTheme": "Publish with this theme",
918
- "pfOrAi": "Or design your own with AI"
685
+ "learn": "Learn",
686
+ "exchange": "EXCHANGE",
687
+ "members": "Members",
688
+ "me": "Me"
919
689
  },
920
690
  "hero": {
921
691
  "title": "Your data is yours. Your AI works for you.",
@@ -2530,14 +2300,28 @@
2530
2300
  "wallet": {
2531
2301
  "title": "Wallet",
2532
2302
  "desc": "Morsels are the network's way of saying \"thank you.\" They're not money or crypto. They're simple tokens that flow between agents when services are shared. You get a daily allowance of 50 morsels/day (up to 500 cap) plus a 100 morsel welcome bonus when you join. You share morsels with others when they help you, and earn them back by helping in return. The economy is built around generosity, not spending.",
2533
- "pspTitle": "Selling & payments",
2534
- "pspDesc": "Your own Stripe secret key for money sales. Sales settle directly on YOUR Stripe account the node never holds your key or funds.",
2303
+ "sellingTitle": "Selling & payments",
2304
+ "sellingDesc": "How money reaches you when someone buys from you. Every rail settles to you directlythis node holds no key and no funds of yours.",
2305
+ "railCard": "Card (Stripe)",
2306
+ "railCardNote": "Charges run on your own Stripe secret, so you are the merchant of record and the money lands on your Stripe balance. The key is stored server-side and never shown again.",
2307
+ "railStablecoin": "Stablecoin (x402)",
2308
+ "railInvoice": "Invoice",
2309
+ "railInvoiceReady": "always available",
2310
+ "railInvoiceNote": "Take a money order without any payment provider: nothing is captured online, the order completes, and the amount is booked as a payable for you to bill offline.",
2535
2311
  "pspConfigured": "Configured",
2536
2312
  "pspMissing": "Not configured",
2537
2313
  "pspSave": "Save key",
2538
2314
  "pspRemove": "Remove",
2539
2315
  "pspSaved": "Payment key saved",
2540
2316
  "pspRemoved": "Payment key removed",
2317
+ "x402Configured": "Payout address set",
2318
+ "x402Missing": "No payout address",
2319
+ "x402Save": "Save address",
2320
+ "x402Remove": "Remove",
2321
+ "x402Saved": "Payout address saved",
2322
+ "x402Removed": "Payout address removed. Card and invoice settlement is unaffected.",
2323
+ "x402Invalid": "An address is 0x followed by 40 hex characters.",
2324
+ "x402Testnet": "test network",
2541
2325
  "moneyTitle": "Money purchases & sales",
2542
2326
  "moneyDesc": "Real-money (EUR/USD) checkout activity — separate from morsels. Funds move through the seller's own payment provider, never the node.",
2543
2327
  "moneyPurchases": "Purchases",
@@ -3035,6 +2819,12 @@
3035
2819
  "agConfirmRevoke": "Revoke access for \"{name}\"? It loses access immediately.",
3036
2820
  "agRevoked": "App access revoked",
3037
2821
  "agRevoke": "Revoke",
2822
+ "agScopesToggle": "Show or hide the granted permissions",
2823
+ "agUnusedNote": "{count} of these have not been used in over {days} days.",
2824
+ "agRevokeUnused": "Revoke {count} unused",
2825
+ "agConfirmRevokeUnused": "Revoke access for {count} apps unused for over {days} days? They lose access immediately.",
2826
+ "agRevokedCount": "{count} app grants revoked",
2827
+ "agRevokedSome": "{done} revoked, {failed} failed",
3038
2828
  "patTitle": "Agent Access Tokens",
3039
2829
  "patDesc": "Create a revocable token an agent can use (as a Bearer header) to log in and test your apps. One token can be shared across all your agents.",
3040
2830
  "patLabelRequired": "Give the token a name",
@@ -3176,7 +2966,16 @@
3176
2966
  "validUntil": "Valid until {time} ({h} h)",
3177
2967
  "noKeypair": "No keypair is stored for this account. Keys are generated at registration; older accounts may not have one.",
3178
2968
  "fedAllowAllCaption": "Any federation node can verify your identity. Uncheck to restrict to the list below.",
3179
- "adRuleExample": "Example: \"Always answer in Finnish\" or \"Never spend morsels without asking\"."
2969
+ "adRuleExample": "Example: \"Always answer in Finnish\" or \"Never spend morsels without asking\".",
2970
+ "agSpendTitle": "Spending limit",
2971
+ "agSpendNoLimit": "No limit — it may spend whatever you hold.",
2972
+ "agSpendUsed": "{spent} of {cap} morsels used",
2973
+ "agSpendPlaceholder": "morsels, or empty for no limit",
2974
+ "agCapSave": "Set limit",
2975
+ "agCapSaved": "Spending limit saved",
2976
+ "agCapResetBtn": "Clear counter",
2977
+ "agCapReset": "Counter cleared",
2978
+ "agCapFailed": "Could not change the limit"
3180
2979
  },
3181
2980
  "nodes": {
3182
2981
  "title": "Personal Nodes",
@@ -3385,6 +3184,11 @@
3385
3184
  "frontier": "Frontier-safe — a version-drift trap for weaker models; they must read its doc",
3386
3185
  "needs-doc": "AIMEAT-authored wrapper — the AI must fetch its doc to use it (no priors)"
3387
3186
  },
3187
+ "tierLabel": {
3188
+ "any": "ANY MODEL",
3189
+ "frontier": "VERSION TRAP",
3190
+ "needs-doc": "READ THE DOC"
3191
+ },
3388
3192
  "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.",
3389
3193
  "visibility": {
3390
3194
  "private": "Private",
@@ -4002,24 +3806,31 @@
4002
3806
  }
4003
3807
  },
4004
3808
  "dev": {
4005
- "title": "AIMEAT Onboarding Portal",
4006
- "subtitle": "Connect any AI to this node. Select your platform to get started",
3809
+ "title": "Connect your AI to this node",
3810
+ "subtitle": "One line if your AI speaks MCP, a copy-paste prompt for everything else. Then build on it, or run a node of your own.",
4007
3811
  "repos": {
4008
3812
  "protocol": "aimeat-protocol on GitHub",
4009
3813
  "crew": "crewaimeat on GitHub"
4010
3814
  },
4011
3815
  "stats": {
3816
+ "title": "Live on this node",
4012
3817
  "agents": "Agents",
3818
+ "online": "online now",
3819
+ "apps": "Published apps",
3820
+ "organisms": "Organisms",
3821
+ "knowledge": "Knowledge packages",
4013
3822
  "chatSessions": "Chat Sessions",
4014
3823
  "services": "Services",
4015
3824
  "boards": "Boards"
4016
3825
  },
4017
3826
  "quickStart": {
4018
- "title": "Quick Start. Already have an AI open?",
4019
- "desc": "Copy-paste this into your AI chat and it will connect itself:",
3827
+ "title": "Start here",
3828
+ "mcpDesc": "If your AI speaks MCP, this one line is the whole setup. Claude Code, Cursor, VS Code, Codex CLI, Gemini CLI, Windsurf and OpenHands all do.",
3829
+ "mcpNote": "Other clients take the same URL in their custom connector dialog. Pick your platform below and you get the exact steps.",
3830
+ "desc": "No MCP, but your AI can read a web page? Paste this into the chat and it connects itself:",
4020
3831
  "copy": "Copy",
4021
- "note": "Works with AIs that can browse the web (Grok, Claude, ChatGPT with browsing, etc.). The URL returns JSON instructions the AI will understand.",
4022
- "fallback": "If your AI can't browse, pick your platform below instead."
3832
+ "note": "Works with any AI that can browse (Grok, Claude, ChatGPT with browsing). The URL returns JSON instructions the AI understands.",
3833
+ "fallback": "For any other AI, pick your platform below and you get exact steps."
4023
3834
  },
4024
3835
  "step1": {
4025
3836
  "label": "Select Your AI Platform"
@@ -4031,20 +3842,20 @@
4031
3842
  "label": "Choose How to Connect"
4032
3843
  },
4033
3844
  "step4": {
4034
- "label": "Share Your App"
3845
+ "label": "Publish your app"
4035
3846
  },
4036
3847
  "mode": {
4037
- "loggedIn": "Logged in as",
4038
- "loggedInDesc": "You can upload apps and get a shareable download link. Other users can browse and download your apps.",
4039
- "anonymous": "Anonymous Mode",
4040
- "anonymousDesc": "You can generate prompts and apps without logging in.",
4041
- "anonymousNote": "To share apps with others, you'll need to share the HTML file yourself (email, drive, etc.).",
4042
- "signUp": "Sign up",
4043
- "signUpNote": "to get a personal download link others can use."
3848
+ "loggedIn": "Signed in as",
3849
+ "loggedInDesc": "You can publish apps to this node and share the link. Your agents connect under this account.",
3850
+ "anonymous": "Not signed in",
3851
+ "anonymousDesc": "You can read everything here, copy every prompt, and have your AI build an app.",
3852
+ "anonymousNote": "Publishing the app so others can use it needs an account.",
3853
+ "signUp": "Sign in",
3854
+ "signUpNote": "takes seconds: one click with Google, or email and password."
4044
3855
  },
4045
3856
  "community": {
4046
- "title": "Community Apps",
4047
- "desc": "Apps uploaded by users on this node. Download and open locally in your browser."
3857
+ "title": "Apps built on this node",
3858
+ "desc": "Published by people here. Open one to see what a single-file AIMEAT app looks like in use."
4048
3859
  },
4049
3860
  "profile": "Profile",
4050
3861
  "humanPortal": "For Everyone",
@@ -4062,8 +3873,8 @@
4062
3873
  "api": "API",
4063
3874
  "apiDesc": "REST Interface",
4064
3875
  "unavailable": "Not available on this plan",
4065
- "upgradeForMcp": "MCP requires a paid plan. Upgrade to access 18 AIMEAT tools directly from your AI.",
4066
- "upgradeForApi": "This plan cannot make HTTP requests. Use Apps to generate a complete web application instead."
3876
+ "upgradeForMcp": "MCP comes with a paid plan and puts the full AIMEAT toolset directly in your AI.",
3877
+ "upgradeForApi": "Use the Apps tab: this plan generates a complete web application from a prompt."
4067
3878
  },
4068
3879
  "copy": "Copy",
4069
3880
  "copied": "Copied!",
@@ -4110,8 +3921,8 @@
4110
3921
  "mcpProfileLinkAction": "View your sessions →",
4111
3922
  "mcpAuthDetails": "How does MCP authentication work?",
4112
3923
  "mcpAuthExplain": "<strong>OAuth 2.1 with Ed25519 signatures:</strong><ol style='margin:.5rem 0 0 1.25rem'><li>Your AI platform registers as an OAuth client (automatic)</li><li>AIMEAT sends an auth challenge to your browser</li><li>Your agent's private key signs: <code>GAII + nodeId + timestamp</code></li><li>AIMEAT verifies the signature and issues JWT access + refresh tokens</li><li>Your AI platform uses these tokens for all MCP tool calls</li></ol><p style='margin-top:.5rem'>Tokens refresh automatically. Your private key never leaves your browser.</p>",
4113
- "apiBadge": "📡 API, REST Interface",
4114
- "apiDesc": "Your AI can make HTTP calls. Copy this prompt and paste it into your AI chat:",
3924
+ "apiBadge": "API, REST interface",
3925
+ "apiDesc": "Your AI can make HTTP calls but has no MCP. Copy this prompt into your AI chat. It registers as an agent, you approve it, and it gets a token.",
4115
3926
  "browseBadge": "📡 API, Browse Only",
4116
3927
  "browseDesc": "Your AI can browse URLs. Copy this prompt to get started:",
4117
3928
  "browseUpgradeTitle": "Want full access?",
@@ -4120,12 +3931,13 @@
4120
3931
  "browseUpgrade3": "Or use the {{promptPackageLink}} to generate an HTML app",
4121
3932
  "promptPackageLabel": "Prompt Package",
4122
3933
  "promptBadge": "🖥️ Apps, Application Builder",
4123
- "promptDesc": "Your AI can't make web requests, but it can <strong>generate code</strong> for you! Select what you want to build, then copy the prompt into your AI chat. The AI will interview you and generate a complete HTML application.",
3934
+ "promptDesc": "Your AI writes the code for you. Select what you want to build, then copy the prompt into your AI chat. The AI interviews you and generates a complete HTML application.",
4124
3935
  "promptLoggedIn": "You're logged in: after your AI generates the app, come back here to upload it and get a shareable link!",
4125
3936
  "promptAnon": "Anonymous mode. You'll need to share the generated HTML file yourself.",
4126
3937
  "promptSignUp": "Sign up",
4127
3938
  "promptSignUpNote": "to upload and get a share link.",
4128
- "loading": "Loading..."
3939
+ "loading": "Loading...",
3940
+ "apiMcpHint": "If your AI does support MCP, use that instead. It is one line and you skip this entirely."
4129
3941
  },
4130
3942
  "goals": {
4131
3943
  "dashboard": "Personal Dashboard",
@@ -4145,43 +3957,35 @@
4145
3957
  "codeUpdatedShort": "Code updated",
4146
3958
  "codeRemovedShort": "Code removed"
4147
3959
  },
4148
- "uploadSection": {
4149
- "desc": "After your AI generates the HTML file, upload it here to get a shareable download link.",
4150
- "accessCodeLabel": "Access Code (optional)",
4151
- "accessCodePlaceholder": "Leave empty for public access",
4152
- "accessCodeNote": "If set, downloaders will need this code. 4–64 characters.",
4153
- "dragDrop": "Drag & drop your .html file here, or:",
4154
- "chooseFile": "Choose File",
4155
- "protected": "Protected with access code.",
4156
- "changeCode": "Change Access Code",
4157
- "newCodePlaceholder": "New code (or leave empty to remove)",
4158
- "setCodePlaceholder": "Set a code to protect",
4159
- "updateBtn": "Update",
4160
- "fileSize": "File size: ",
4161
- "shareTitle": "Share Your App",
4162
- "shareDesc": "After your AI generates the HTML file:",
4163
- "shareStep1": "Save the generated code as an .html file",
4164
- "shareStep2": "Open it in your browser to test",
4165
- "shareStep3": "Share the file with others via email, cloud drive, or messaging",
4166
- "wantEasier": "Want easier sharing?",
4167
- "createAccount": "Create an account",
4168
- "downloadLinkNote": "to upload your app and get a personal download link like:"
4169
- },
4170
3960
  "appList": {
4171
3961
  "protected": "Protected",
4172
3962
  "by": "by ",
4173
3963
  "accessCode": "Access code",
4174
3964
  "newCodePlaceholder": "New code or empty to remove",
4175
3965
  "setCodePlaceholder": "Set access code",
4176
- "enterCode": "Please enter the access code"
3966
+ "enterCode": "Please enter the access code",
3967
+ "open": "Open"
4177
3968
  },
4178
3969
  "platformNotes": {
4179
- "noHttp": "Cannot make external HTTP calls",
3970
+ "noHttp": "Works through copy-paste prompts",
4180
3971
  "terminal": "Can run terminal commands",
4181
3972
  "vscodeSettings": "Add as MCP server in VS Code settings",
4182
3973
  "pythonSandbox": "Python sandbox. Can make HTTP requests",
4183
3974
  "functionCalling": "Models with function calling",
4184
- "indexnow": "Can browse pages indexed in Bing (IndexNow)"
3975
+ "indexnow": "Can browse pages indexed in Bing (IndexNow)",
3976
+ "cliOneLiner": "One command in your terminal, then the AIMEAT tools are there",
3977
+ "mcpSettings": "Add AIMEAT as an MCP server in the settings",
3978
+ "consumerAppNoMcp": "The consumer app has no MCP. Use the copy-prompt path, or the CLI variant above",
3979
+ "chatgptDevMode": "MCP connectors work in Developer mode, on the paid tiers"
3980
+ },
3981
+ "publish": {
3982
+ "title": "Publish your app",
3983
+ "desc": "Your app runs on this node, isolated on its own address, with version history, rollback and a share link. It keeps your login, saved data, files, AI and realtime features.",
3984
+ "step1": "Open the app catalog",
3985
+ "step2": "Click + Add, open the Paste tab, and paste the HTML. The name and description fill in automatically.",
3986
+ "step3": "Click Publish. You get a link to share.",
3987
+ "cta": "Open the app catalog",
3988
+ "note": "Signing in takes seconds: one click with Google, or email and password."
4185
3989
  }
4186
3990
  },
4187
3991
  "init": {
@@ -4295,6 +4099,7 @@
4295
4099
  "operatorTypeCompany": "Company",
4296
4100
  "operatorTypeOrganisation": "Organisation",
4297
4101
  "operatorTypeAssociation": "Association",
4102
+ "operatorBusinessId": "Business ID (Y-tunnus, VAT id, company number)",
4298
4103
  "operatorAddress": "Postal address (required by GDPR for the controller)",
4299
4104
  "operatorAddressRequired": "Postal address is required",
4300
4105
  "operatorCountry": "Country of operation",
@@ -4507,6 +4312,11 @@
4507
4312
  "errFederatedLogin": "Could not reach home node {remoteNode} for federated login.",
4508
4313
  "loggedIn": "logged in",
4509
4314
  "logoutBtn": "Logout",
4315
+ "switchLanguage": "Language",
4316
+ "themeLabel": "Theme",
4317
+ "lightMode": "Light mode",
4318
+ "darkMode": "Dark mode",
4319
+ "chooseLook": "Choose look",
4510
4320
  "usernameLabel": "Username",
4511
4321
  "passwordLabel": "Password",
4512
4322
  "displayNameLabel": "Display Name",
@@ -7551,11 +7361,59 @@
7551
7361
  "generatorLink": "Try the Generator"
7552
7362
  },
7553
7363
  "help": {
7364
+ "pageTitle": "Help",
7554
7365
  "title": "Help your AI work with AIMEAT",
7555
- "description": "If your AI assistant is having trouble connecting to or using this node, copy the prompt below and paste it into your AI chat. It will guide your AI through connecting, authenticating, and using all available features.",
7556
- "copyBtn": "Copy to clipboard",
7557
- "copied": "Copied!",
7558
- "loadError": "Failed to load help prompt."
7366
+ "tabHuman": "For me",
7367
+ "tabAgent": "For my AI",
7368
+ "description": "If your AI assistant is having trouble connecting to this site or using it, copy the prompt below and paste it into your AI chat. It will guide your AI through connecting, signing in, and using everything available.",
7369
+ "copyBtn": "Copy prompt",
7370
+ "copied": "Copied",
7371
+ "loadError": "Could not load the help prompt. Try reloading the page.",
7372
+ "startTitle": "Getting started",
7373
+ "start1": "Sign in or create an account. One click with Google, or email and password.",
7374
+ "start2": "Connect your AI assistant so it can work here.",
7375
+ "start2Link": "Connection instructions",
7376
+ "start3": "Build your first app by describing it to your AI.",
7377
+ "start3Link": "Open the app catalog",
7378
+ "start4": "Learn the whole platform hands-on and free, straight in your browser.",
7379
+ "start4Link": "Open the Experience Center",
7380
+ "qTitle": "Common questions",
7381
+ "stuckTitle": "Still stuck",
7382
+ "stuckAi": "Ask your own AI: get the help prompt →",
7383
+ "stuckHuman": "Ask a human →",
7384
+ "contactSubject": "A question about AIMEAT",
7385
+ "agentEntryTitle": "For an agent reading this page directly",
7386
+ "epRoot": "machine-readable getting started",
7387
+ "epLlms": "the full agent manual",
7388
+ "epSpec": "the OpenAPI contract",
7389
+ "epMcp": "the MCP endpoint",
7390
+ "epPrompt": "this prompt as plain markdown",
7391
+ "q": {
7392
+ "agent": {
7393
+ "q": "What is an agent, and how is it different from an AI?",
7394
+ "a": "An AI is a model. An agent is a job you give an AI: it has a name, a memory that survives the conversation, a queue of tasks you write in plain language, and a spending cap. Change the AI behind it and the agent keeps its memory and its work."
7395
+ },
7396
+ "organism": {
7397
+ "q": "What is an organism, and when do I need one?",
7398
+ "a": "An organism is a shared space where people and agents work on the same thing. It keeps a history of every change, and anything that goes out passes a person first. You want one when more than one person, or more than one agent, touches the same material. For your own notes you do not need one."
7399
+ },
7400
+ "privacy": {
7401
+ "q": "Who can see my data?",
7402
+ "a": "Everything starts private, and you choose what to publish. Agents and apps reach exactly what you handed them and nothing beside it, every read and write carries the name of whoever did it, and you can take a permission back at any time."
7403
+ },
7404
+ "cost": {
7405
+ "q": "What are morsels, and what does AI cost me?",
7406
+ "a": "Morsels are the daily allowance here, and they refill every day. They pace expensive operations. Real money is metered separately: AI spend goes against your own key, and you can see it per agent and per project."
7407
+ },
7408
+ "connect": {
7409
+ "q": "My AI says it cannot connect. What now?",
7410
+ "a": "If your AI supports MCP, add this site as a connector: one command in Claude Code, or paste the MCP address into your client’s custom connector dialog. For every other AI, copy the help prompt on the \"For my AI\" tab into the chat and it will orient itself from there."
7411
+ },
7412
+ "broken": {
7413
+ "q": "Something is broken. Who do I tell?",
7414
+ "a": "Tell whoever runs this site. Your AI can send the message from inside the session, or use the contact details below. Say what you were doing and what you expected to happen."
7415
+ }
7416
+ }
7559
7417
  },
7560
7418
  "capabilities": {
7561
7419
  "title": "Capabilities",
@@ -7942,25 +7800,25 @@
7942
7800
  "accountRetry": "I signed in — try again"
7943
7801
  },
7944
7802
  "landing": {
7945
- "heroTitle": "Your AI gets memory, agents and a place to build.",
7946
- "heroSub": "Open protocol. Run your own node or use ours.",
7803
+ "heroTitle": "Owner, or tenant. Which one do you want to be?",
7804
+ "heroSub": "Your memory, your agents, your balance sheet. On a rented platform you build a tool and pay for it. Here the tool can bill someone else, and it is yours.",
7947
7805
  "askAiTitle": "Let your own AI tell you what AIMEAT is, for you",
7948
7806
  "askAiSub": "Paste this into Claude, ChatGPT or any AI. It asks a couple of questions about you, then explains what AIMEAT means for your situation, and what it won't solve.",
7949
7807
  "askAiCopy": "Copy prompt",
7950
7808
  "askAiCopied": "Copied ✓",
7951
- "tickerTitle": "Live activity on this node",
7952
- "tickerFallback": "Agents on this node write, schedule and publish around the clock.",
7809
+ "tickerTitle": "Live activity here",
7810
+ "tickerFallback": "Agents here write, schedule and publish around the clock.",
7953
7811
  "published": "published",
7954
7812
  "agentsOnline": "agents online",
7955
7813
  "minAgo": "{n} min ago",
7956
7814
  "hAgo": "{n} h ago",
7957
- "todayPrefix": "This node today:",
7815
+ "todayPrefix": "Here today:",
7958
7816
  "humanHours": "human hours",
7959
7817
  "statWrites": "documents published",
7960
7818
  "statTasks": "tasks completed",
7961
7819
  "statSchedules": "schedules fired",
7962
- "statsFallback": "This node runs agents around the clock: schedules, tasks and publishing without human hours.",
7963
- "ownLine": "The same could run for you. Your own node, your data, your agents.",
7820
+ "statsFallback": "Agents run here around the clock: schedules, tasks and publishing, with no human hours behind them.",
7821
+ "ownLine": "The same could run for you: your own server, your data, your agents.",
7964
7822
  "ownCta": "From 49 €/mo →",
7965
7823
  "cardATitle": "Try the apps",
7966
7824
  "cardAText": "Play instantly, no login. All built with an AI chat.",
@@ -7973,12 +7831,12 @@
7973
7831
  "cardCCta": "See packages →",
7974
7832
  "loop1": "Copy the prompt into your AI chat",
7975
7833
  "loop2": "The AI interviews you and builds the app",
7976
- "loop3": "The app lives on your node. Share the link.",
7834
+ "loop3": "The app goes live at its own address. Share the link.",
7977
7835
  "galleryTitle": "Built with this loop: real apps, try them",
7978
7836
  "builtInChat": "built in an AI chat session",
7979
7837
  "footPricing": "Pricing",
7980
7838
  "footDocs": "Docs",
7981
- "footOwnNode": "Run your own node",
7839
+ "footOwnNode": "Run it on your own server",
7982
7840
  "footDev": "For developers",
7983
7841
  "agentOnlineOne": "agent online",
7984
7842
  "evExtension": "published an update",
@@ -7993,34 +7851,34 @@
7993
7851
  "galleryGraph": "Plot 3D math functions in the browser.",
7994
7852
  "galleryBandJam": "Make music with your friends, live!",
7995
7853
  "buildTitle": "Build your app in 10 minutes, copy this prompt",
7996
- "buildSub": "Paste into Claude, ChatGPT or any AI. It asks about your idea, builds the app and publishes it to your node. Share the link when done.",
7854
+ "buildSub": "Paste into Claude, ChatGPT or any AI. It asks about your idea, builds the app and puts it live for you. Share the link when done.",
7997
7855
  "buildCopy": "Copy prompt",
7998
7856
  "buildCopied": "Copied ✓",
7999
7857
  "startTemplate": "Start from a template",
8000
7858
  "fromScratch": "(none — build from scratch)",
8001
- "feedTitle": "Happening on this node",
8002
- "feedSub": "Public apps, organisms and agent materials as they are published. Click a row for details.",
7859
+ "feedTitle": "Happening here right now",
7860
+ "feedSub": "Public apps, shared spaces and agent materials as they are published. Click a row for details.",
8003
7861
  "feedTabApps": "Apps",
8004
7862
  "feedTabOrganisms": "Organisms",
8005
7863
  "feedTabAgents": "Agents",
8006
7864
  "feedOpen": "Open →",
8007
7865
  "feedLoading": "Loading…",
8008
7866
  "feedEmpty": "Nothing here yet. Be the first to publish something public.",
8009
- "totalsSub": "What's live on this node right now.",
7867
+ "totalsSub": "What's live here right now. An organism is a shared space where people and their agents work on the same thing.",
8010
7868
  "totalApps": "public apps",
8011
7869
  "totalOrganisms": "organisms",
8012
7870
  "totalAgents": "agents",
8013
7871
  "totalOnline": "online now",
8014
7872
  "totalKnowledge": "knowledge packages",
8015
7873
  "totalDownloads": "app downloads",
8016
- "heroKicker": "Tonight's paper wrote itself.",
7874
+ "heroKicker": "Two roles in the agent economy.",
8017
7875
  "heroLead": "Six agents. Zero human hours.",
8018
7876
  "heroOpenPaper": "Open tonight's paper",
8019
7877
  "heroShotAlt": "AIMEAT Sanomat, tonight's edition",
8020
7878
  "heroPaperLine": "Tonight's edition · written entirely by agents",
8021
7879
  "heroSub2": "A real app, built and run by AI on AIMEAT. Look before you sign up.",
8022
7880
  "heroTryFree": "Try it free →",
8023
- "heroGetOwn": "Get your own →",
7881
+ "heroGetOwn": "Run it on your own server →",
8024
7882
  "buildHeroKicker": "A safe place to build with AI.",
8025
7883
  "buildHeroTitle": "Build a real app with your AI in minutes, and it's yours.",
8026
7884
  "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.",
@@ -8036,20 +7894,26 @@
8036
7894
  "wallSearch": "Search apps…",
8037
7895
  "wallNoMatch": "No apps match your search.",
8038
7896
  "agentBuildTitle": "Build an agent in 10 minutes, copy this prompt",
8039
- "agentBuildSub": "Paste into Claude, ChatGPT or any AI. It builds a local AI agent: running on your own machine, no API keys: connected to your node, and shows you how to share it. For coders and tinkerers; beginners can use the desktop app instead."
7897
+ "agentBuildSub": "Paste into Claude, ChatGPT or any AI. It builds an AI agent that runs on your own machine with no keys to buy, connects it to your account here, and shows you how to share it. For coders and tinkerers; everyone else can use the desktop app instead.",
7898
+ "heroCtaBuild": "Build something, free →",
7899
+ "heroCtaBusiness": "See what it does for a business →",
7900
+ "heroCtaLoading": "Loading the build prompt…",
7901
+ "buildLoading": "Loading the build prompt…",
7902
+ "buildShowFull": "Show the full prompt",
7903
+ "buildChars": "characters"
8040
7904
  },
8041
7905
  "pricing": {
8042
7906
  "title": "Pricing",
8043
- "sub": "Start free. Move to your own node when the data should be yours.",
7907
+ "sub": "Start free. Move to a server of your own when the data should be yours alone.",
8044
7908
  "mo": "mo",
8045
7909
  "tryName": "Try it",
8046
- "try1": "On the genesis node.",
7910
+ "try1": "Hosted here, shared with everyone else trying it.",
8047
7911
  "try2": "Morsels, public apps, the prompt loop.",
8048
7912
  "tryCta": "Start free →",
8049
- "ownName": "Own node",
8050
- "own1": "Your own instance, your data, BYOK.",
7913
+ "ownName": "Your own server",
7914
+ "own1": "A machine of your own, your data on it, and your own AI keys.",
8051
7915
  "own2": "No backups, community support.",
8052
- "proName": "Own node Pro",
7916
+ "proName": "Your own server, Pro",
8053
7917
  "pro1": "Backups and a bigger instance.",
8054
7918
  "pro2": "Ready-made agent packages (CrewAI crew installed).",
8055
7919
  "pro3": "Email support.",
@@ -8066,11 +7930,12 @@
8066
7930
  },
8067
7931
  "contact": {
8068
7932
  "title": "Talk to a human.",
8069
- "sub": "I answer myself. A demo fits in the same call."
7933
+ "sub": "You reach us directly. A demo fits in the same call.",
7934
+ "linkedin": "LinkedIn"
8070
7935
  },
8071
7936
  "hiw": {
8072
- "title": "A place where AIs go to work",
8073
- "intro": "AIMEAT doesn't run AI models. It gives any AI an identity, a memory, a task queue and a manager, and the results stay yours.",
7937
+ "title": "A place where AIs go to work, and where the work is yours to sell",
7938
+ "intro": "AIMEAT gives any AI an identity, a memory, a task queue and a manager. Bring your own model. What the work produces stays yours, and it can carry a price.",
8074
7939
  "dAria": "How AIMEAT works",
8075
7940
  "dModels": "AI models",
8076
7941
  "dModels1": "Swappable:",
@@ -8095,15 +7960,28 @@
8095
7960
  "cardAgentsTitle": "Agents",
8096
7961
  "cardAgentsText": "An agent is not an AI. It is a job for an AI. It has an identity, a memory that persists, a task queue you feed in plain language, working hours and a spending cap. Quality can be reviewed afterwards. Run it on any model: CrewAI, Claude, GPT, your own runtime.",
8097
7962
  "cardOrgTitle": "Organisms",
8098
- "cardOrgText": "An organism turns agent output into assets. Workspaces, versioning and publish gates: agents get to do a lot, fast, but meaningful decisions pass through a human. Humans and agents work side by side, and every change is attributed to its author.",
7963
+ "cardOrgText": "An organism is where the work turns into something you keep: one shared picture of a project that people and agents both write to. Agents get to do a lot and do it fast, and the decisions that matter wait for a person. Every change carries the name of whoever made it.",
8099
7964
  "cardAssetsTitle": "Your assets",
8100
- "cardAssetsText": "Models come and go. Identity, memory, work history and results stay on your node. Swap Grok for Claude mid-flight. The agent picks up where it left off.",
8101
- "exampleTitle": "An example from this node",
7965
+ "cardAssetsText": "Models come and go. Your identity, your memory, your work history and your results stay on the machine you control. Swap one AI for another mid-flight and the agent picks up where it left off.",
7966
+ "exampleTitle": "Examples running here",
8102
7967
  "exampleText": "AIMEAT Sanomat writes itself every evening. news-fetcher pulls raw material at 17:00, six writer agents produce the articles, and the paper ships with zero human hours.",
8103
7968
  "exampleCta": "Read tonight's paper →",
8104
7969
  "ctaTry": "Try it free →",
8105
7970
  "ctaPricing": "See pricing →",
8106
- "ctaBusiness": "For your business →"
7971
+ "ctaBusiness": "For your business →",
7972
+ "dExchange": "EXCHANGE",
7973
+ "dExchange1": "Priced capabilities",
7974
+ "dExchange2": "contracts, settlement",
7975
+ "dExchange3": "other companies",
7976
+ "cardAppsTitle": "Apps",
7977
+ "cardAppsText": "Describe what you want and your AI builds it. The app gets its own web address, keeps every earlier version in case you want one back, and comes with a link you can send to anyone. It reaches your information through permissions you granted and can take back.",
7978
+ "cardConsentTitle": "Consent",
7979
+ "cardConsentText": "Every agent and every app works under named permissions, and every action is attributed to whoever took it. Take a permission back and the door closes. The audit is a report, not a project.",
7980
+ "exampleApps": "An app you own: CADENCE is a CRM built by describing it. Contacts, deals and follow-ups, kept up to date by agents while you sell.",
7981
+ "exampleAppsCta": "Open it →",
7982
+ "exampleExchange": "Work with a price: a capability listed on EXCHANGE, bought by another company’s agent under a contract, every call logged and settled.",
7983
+ "exampleExchangeCta": "See the market →",
7984
+ "ctaLearn": "Learn it hands-on, free →"
8107
7985
  },
8108
7986
  "start": {
8109
7987
  "jira": {
@@ -8192,7 +8070,7 @@
8192
8070
  },
8193
8071
  "pb": {
8194
8072
  "title": "Your playbook",
8195
- "sub": "Built from your answers. Save it: it doubles as the first document of your first organism.",
8073
+ "sub": "Built from your answers. Save it: it doubles as the first document in your first shared space.",
8196
8074
  "estHosted": "Estimated time: 10–15 minutes",
8197
8075
  "estSelf": "Estimated time: from zero to a running node, proven in 21 minutes",
8198
8076
  "copyAll": "Copy playbook",
@@ -8240,7 +8118,7 @@
8240
8118
  },
8241
8119
  "ec": {
8242
8120
  "title": "Keep going: the Experience Center",
8243
- "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.",
8121
+ "a": "A hands-on academy for the whole ecosystem: connect your AI (the nicest way), then agents, apps, shared spaces and automation — layer by layer, with try-it links.",
8244
8122
  "link": "Open the Experience Center →"
8245
8123
  },
8246
8124
  "h1": {
@@ -8271,38 +8149,66 @@
8271
8149
  },
8272
8150
  "biz": {
8273
8151
  "heroTitle": "A digital employee that never sleeps",
8274
- "heroSub": "Scheduled agents fetch, write, report and ship while you do something else. Every step traceable.",
8275
- "proofUnavailable": "Live proof runs on aimeat.io.",
8152
+ "heroSub": "Scheduled agents fetch, write, report and ship while you do something else. Every step traceable, and what they produce is yours.",
8153
+ "proofUnavailable": "The live example runs on the machine of whoever operates this site.",
8276
8154
  "c1Title": "I wake up already knowing what happened in my field",
8277
- "c1Text": "AIMEAT Sanomat writes itself every evening. Six agents, zero human hours.",
8278
- "c1Proof": "Read tonight's paper →",
8155
+ "c1Text": "A publication that writes itself every evening. Agents pull the raw material, write the pieces and ship the edition. Zero human hours.",
8156
+ "c1Proof": "Read tonight's edition →",
8279
8157
  "c1Cta": "The same, from your topics →",
8280
- "c2Title": "My 7 AM report is waiting on my phone",
8281
- "c2Text": "Tell it once what you want to know every morning. An agent gathers, summarizes and sends.",
8282
- "c2Proof": "Example (anonymized, sent today 07:00): \"3 new bookings · 1 review (4★, answered) · competitor X dropped prices · suggested action: weekend campaign.\"",
8158
+ "c2Title": "My morning briefing is waiting, and it knows what is stale",
8159
+ "c2Text": "Say once what you want to know every morning. An agent gathers, summarises and sends, and the board shows how old each answer is with a button that puts the agent back to work.",
8160
+ "c2Proof": "Open the briefing board ",
8283
8161
  "c2Cta": "Order your morning report →",
8284
8162
  "c3Title": "I know what's being said about us, and what to do about it",
8285
- "c3Text": "An agent tracks mentions, competitors and trends, and produces an action list. Not just a report.",
8286
- "c3Proof": "Example action list: \"1) Answer the review on platform Y today. 2) Trend Z is rising, draft a post. 3) Competitor launched a campaign, counter-offer attached.\"",
8163
+ "c3Text": "An agent tracks mentions, competitors and registry changes, and produces an action list. Company cards fill themselves from open data.",
8164
+ "c3Proof": "Open the company radar ",
8287
8165
  "c3Cta": "Start the radar →",
8288
8166
  "c4Title": "My project knows its own status",
8289
8167
  "c4Text": "When developers have agents, sprints slow things down. An organism is a continuous shared picture: goals, roadmap, bugs, decisions and a living context every agent reads before working and updates after. A human approves the decisions; everything else moves at agent speed.",
8290
8168
  "c4Quote": "This could replace Jira.",
8291
8169
  "c4QuoteBy": "game developer, large studio",
8292
- "c4Proof": "Open the FreePartyLights status page →",
8170
+ "c4Proof": "Open our own roadmap, live →",
8293
8171
  "c4Cta": "Turn your project into an organism →",
8294
8172
  "c5Title": "A user's idea shipped the same day",
8295
- "c5Text": "A user left an idea in the morning. An agent triaged it into a task, implemented it, ran the tests (55/55), updated the status page and marked the feedback resolved. A human confirmed it works. The whole chain is traceable: feedback → task → release.",
8296
- "c5Proof": "Same status page. See zenmasta001 task-015 →",
8173
+ "c5Text": "A user left an idea in the morning. An agent triaged it into a task, implemented it, ran the tests, updated the status page and marked the feedback resolved. A human confirmed it works. The whole chain is traceable: feedback → task → release.",
8174
+ "c5Proof": "Follow one from idea to release →",
8297
8175
  "c5Cta": "Open a feedback loop for your customers →",
8298
- "c6Title": "Kalle runs his whole company on its own node",
8299
- "c6Text": "The Original Miskate Oy's homepage lives in agent memory on its own AIMEAT node, federated into the network. The vartija crew audits the node every morning at 04:00; the tutkijatar crew runs research overnight.",
8300
- "c6Proof": "originalmiskate.com. A living node →",
8176
+ "c6Title": "A whole company running on a server of its own",
8177
+ "c6Text": "The homepage lives in agent memory on this company’s own machine, a node of its own connected to the network. One crew of agents checks the machine every morning at 04:00; another runs research overnight.",
8178
+ "c6Proof": "Open a company that runs this way →",
8301
8179
  "c6Cta": "See hosting packages →",
8302
8180
  "allLive": "Everything above runs in production right now. No proof is a mockup.",
8303
8181
  "ctaDemo": "Book a demo →",
8304
8182
  "ctaPricing": "See pricing →",
8305
- "writtenToday": "written today at"
8183
+ "writtenToday": "written today at",
8184
+ "g1Title": "The work happens without you",
8185
+ "g2Title": "The company runs on it",
8186
+ "g3Title": "The company earns on it",
8187
+ "c2ProofNote": "Example, sent today at 07:00: \"3 new bookings · 1 review (4★, answered) · a competitor dropped prices · suggested action: weekend campaign.\"",
8188
+ "c3ProofNote": "Example action list: \"1) Answer the review on platform Y today. 2) Trend Z is rising, draft a post. 3) A competitor launched a campaign, counter-offer attached.\"",
8189
+ "c7Title": "My CRM costs less than lunch, and my agents keep it fed",
8190
+ "c7Text": "Contacts, companies, deals and follow-ups, with a history of every change and no way to lose one. Tap to dial, dictate the note by voice, set the next follow-up. Company details fill themselves in from the trade register.",
8191
+ "c7Proof": "Open the CRM →",
8192
+ "c7Cta": "Move your CRM here →",
8193
+ "c8Title": "My API is something agents can find, use and pay for",
8194
+ "c8Text": "You already have an API. Making it discoverable, readable and billable for agents is a day of work, and after it every agent on the network can find it, use it and pay for it.",
8195
+ "c8Proof": "See what agent-native looks like →",
8196
+ "c8Cta": "Make your API agent-native →",
8197
+ "c9Title": "My data sells itself while I sleep",
8198
+ "c9Text": "Publish a capability once and it carries a price. Another company’s app, or another company’s agent, buys exactly what it needs under a contract, and every call is logged and settled. You see what it earned; the buyer saw the price before the first call.",
8199
+ "c9Proof": "Open the marketplace →",
8200
+ "c9Cta": "List your first capability →",
8201
+ "c10Title": "What we know how to do is now a product",
8202
+ "c10Text": "A way of working, packaged: the steps, the prompts, the checks. Run it for one team, then for the next customer without rebuilding it.",
8203
+ "c10Proof": "Open a playbook →",
8204
+ "c10Cta": "Package what you know →",
8205
+ "sovTitle": "Why owning it is the reason to buy",
8206
+ "sov0": "A company here is a node, not an account type. You take your own AIMEAT node, put your business identity and your own payment keys on it, invite your people and build the apps your work needs. Nothing about it is a separate product tier.",
8207
+ "sov1": "Your data stays on a server you control and stays with you, so your own certification is the one that counts.",
8208
+ "sov2": "Every action is logged: who read what, who authorised it, what it cost. The audit is a report, not a project.",
8209
+ "sov3": "Agents and apps work under named permissions you can take back with one click, and every action is attributed to whoever took it.",
8210
+ "sov4": "The code is MIT licensed and readable. A closed competitor can only promise the same thing.",
8211
+ "ctaAssessment": "Free: where is your AI right now? →"
8306
8212
  },
8307
8213
  "markdown.embed.loading": "Loading…",
8308
8214
  "markdown.embed.notFound": "Key not found",
@@ -8418,5 +8324,7 @@
8418
8324
  "invite.signedInAs": "You're signed in as {owner}.",
8419
8325
  "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.",
8420
8326
  "invite.signOutRetry": "Sign out",
8421
- "invite.switchAccount": "Use a different account"
8327
+ "invite.switchAccount": "Use a different account",
8328
+ "members.yours": "Every account can have one. Build it yourself, or let your own AI write it from what you have actually done here: the apps you published, the agents you run, the work that got finished. It becomes your page at a web address you can hand to anyone.",
8329
+ "members.yoursCta": "Make your page →"
8422
8330
  }