@makaio/framework 1.0.0-dev-1781022866275 → 1.0.0-dev-1781023871421

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 (456) hide show
  1. package/dist/.makaio-build.json +5 -0
  2. package/dist/account-identity-DT5NOtFi.mjs +1 -0
  3. package/dist/adapter-C1eI-fGV.mjs +1 -0
  4. package/dist/adapters/acp-client/index.d.mts +6208 -0
  5. package/dist/adapters/acp-client/index.mjs +3 -0
  6. package/dist/adapters/config/index.d.mts +429 -0
  7. package/dist/adapters/config/index.mjs +1 -0
  8. package/dist/adapters/index.d.mts +4202 -0
  9. package/dist/adapters/index.mjs +18 -0
  10. package/dist/adapters/node.d.mts +263 -0
  11. package/dist/adapters/node.mjs +4 -0
  12. package/dist/adapters/stream-session/index.d.mts +1414 -0
  13. package/dist/adapters/stream-session/index.mjs +1 -0
  14. package/dist/adapters/stream-session/testing/index.d.mts +29 -0
  15. package/dist/adapters/stream-session/testing/index.mjs +1 -0
  16. package/dist/artifact-B3npq1cy.mjs +1 -0
  17. package/dist/base-orchestrator-wyumsn3b.d.mts +772 -0
  18. package/dist/bus/index.d.mts +3994 -0
  19. package/dist/bus/index.mjs +1 -0
  20. package/dist/bus-Caz3Jpbc.mjs +1 -0
  21. package/dist/bus-Hb-LGzgb.mjs +2 -0
  22. package/dist/capability-service-CJbmhfv9.mjs +1 -0
  23. package/dist/chunk-DTipWd-i.mjs +1 -0
  24. package/dist/chunk-cpUYaJdV.mjs +1 -0
  25. package/dist/cleanEnvForAdapter-KkYzQa1f.mjs +1 -0
  26. package/dist/client-bx74gm4R.mjs +1 -0
  27. package/dist/clients/index.d.mts +2639 -0
  28. package/dist/clients/index.mjs +2 -0
  29. package/dist/clients-namespace-GmSJpBUV.d.mts +332 -0
  30. package/dist/config-namespace-CPY9YsR8.d.mts +638 -0
  31. package/dist/config-namespace-ncYg2ct_.mjs +1 -0
  32. package/dist/contracts/adapter/index.d.mts +3 -0
  33. package/dist/contracts/adapter/index.mjs +1 -0
  34. package/dist/contracts/adapter/schemas/session-lineage.d.mts +2 -0
  35. package/dist/contracts/adapter/schemas/session-lineage.mjs +1 -0
  36. package/dist/contracts/artifact/index.d.mts +2 -0
  37. package/dist/contracts/artifact/index.mjs +1 -0
  38. package/dist/contracts/client/index.d.mts +3 -0
  39. package/dist/contracts/client/index.mjs +1 -0
  40. package/dist/contracts/common/index.d.mts +2 -0
  41. package/dist/contracts/common/index.mjs +1 -0
  42. package/dist/contracts/config/index.d.mts +455 -0
  43. package/dist/contracts/config/index.mjs +1 -0
  44. package/dist/contracts/extension/index.d.mts +4 -0
  45. package/dist/contracts/extension/index.mjs +1 -0
  46. package/dist/contracts/facet/index.d.mts +2 -0
  47. package/dist/contracts/facet/index.mjs +1 -0
  48. package/dist/contracts/harness/index.d.mts +2 -0
  49. package/dist/contracts/harness/index.mjs +1 -0
  50. package/dist/contracts/host/index.d.mts +2 -0
  51. package/dist/contracts/host/index.mjs +1 -0
  52. package/dist/contracts/index.d.mts +23046 -0
  53. package/dist/contracts/index.mjs +1 -0
  54. package/dist/contracts/materialization/index.d.mts +4 -0
  55. package/dist/contracts/materialization/index.mjs +1 -0
  56. package/dist/contracts/model-registry/index.d.mts +2 -0
  57. package/dist/contracts/model-registry/index.mjs +1 -0
  58. package/dist/contracts/native-session-supervisor/index.d.mts +2 -0
  59. package/dist/contracts/native-session-supervisor/index.mjs +1 -0
  60. package/dist/contracts/platform/index.d.mts +2 -0
  61. package/dist/contracts/platform/index.mjs +1 -0
  62. package/dist/contracts/provider/index.d.mts +3 -0
  63. package/dist/contracts/provider/index.mjs +1 -0
  64. package/dist/contracts/session/index.d.mts +3 -0
  65. package/dist/contracts/session/index.mjs +1 -0
  66. package/dist/contracts/shared/index.d.mts +2 -0
  67. package/dist/contracts/shared/index.mjs +1 -0
  68. package/dist/contracts/skill/index.d.mts +2 -0
  69. package/dist/contracts/skill/index.mjs +1 -0
  70. package/dist/contracts/telemetry/index.d.mts +2 -0
  71. package/dist/contracts/telemetry/index.mjs +1 -0
  72. package/dist/contracts/timeout/index.d.mts +2 -0
  73. package/dist/contracts/timeout/index.mjs +1 -0
  74. package/dist/contracts/toast/index.d.mts +198 -0
  75. package/dist/contracts/toast/index.mjs +1 -0
  76. package/dist/contracts/variant/index.d.mts +2 -0
  77. package/dist/contracts/variant/index.mjs +1 -0
  78. package/dist/core/index.d.mts +1263 -0
  79. package/dist/core/index.mjs +1 -0
  80. package/dist/credential-ref-YWQQENEo.mjs +1 -0
  81. package/dist/cursor-storage-CtVJ3JzB.mjs +1 -0
  82. package/dist/definition-BLCdXGzh.d.mts +383 -0
  83. package/dist/definition-CrgHIpTK.d.mts +60 -0
  84. package/dist/definition-DZMXOnjX.mjs +1 -0
  85. package/dist/definition-pkJ6szUl.d.mts +158 -0
  86. package/dist/drizzle-Eq8W1EbD.mjs +1 -0
  87. package/dist/event-Ca2yUf5i.mjs +1 -0
  88. package/dist/execution-target-CRPTfZlc.mjs +1 -0
  89. package/dist/extension-C-4BHMRI.mjs +1 -0
  90. package/dist/extension-CpIUgBKI.mjs +1 -0
  91. package/dist/extension-namespace-cMh_mMiL.mjs +1 -0
  92. package/dist/facet-BuwhrThl.mjs +1 -0
  93. package/dist/filesystem-service-B8rhBRgB.mjs +1 -0
  94. package/dist/filesystem-service-p_iJVHd4.d.mts +66 -0
  95. package/dist/git/index.d.mts +210 -0
  96. package/dist/git/index.mjs +18 -0
  97. package/dist/globby-rtWVaFHv.mjs +41 -0
  98. package/dist/handlers-CkTsQLra.mjs +41 -0
  99. package/dist/harness-BRCMcvQN.mjs +1 -0
  100. package/dist/hooks/index.d.mts +423 -0
  101. package/dist/hooks/index.mjs +1 -0
  102. package/dist/host-Br9VuOyr.mjs +1 -0
  103. package/dist/identity-Cz2IeEtm.mjs +1 -0
  104. package/dist/index-472sOmsW.d.mts +218 -0
  105. package/dist/index-8SZkg7s6.d.mts +353 -0
  106. package/dist/index-B3PK4FIn.d.mts +5116 -0
  107. package/dist/index-B80L4YqA.d.mts +180 -0
  108. package/dist/index-BFg9BUpx.d.mts +355 -0
  109. package/dist/index-BGfWS6GE.d.mts +483 -0
  110. package/dist/index-BVgfS-AJ.d.mts +109 -0
  111. package/dist/index-B_zQC98V.d.mts +995 -0
  112. package/dist/index-Bh_Ne7LF.d.mts +1008 -0
  113. package/dist/index-Bvb2mMH6.d.mts +1730 -0
  114. package/dist/index-CCGVh9BF2.d.mts +749 -0
  115. package/dist/index-CGmcS0Ma.d.mts +412 -0
  116. package/dist/index-CHQ1SqT0.d.mts +117 -0
  117. package/dist/index-CLpjm52M.d.mts +183 -0
  118. package/dist/index-Caig6TeF.d.mts +6746 -0
  119. package/dist/index-CelJCBjk.d.mts +2992 -0
  120. package/dist/index-ChunCFu4.d.mts +11 -0
  121. package/dist/index-Cm0dUkWL.d.mts +4651 -0
  122. package/dist/index-CokQYGVP.d.mts +184 -0
  123. package/dist/index-Cs0kZXIz2.d.mts +37 -0
  124. package/dist/index-D5d5HeWI2.d.mts +259 -0
  125. package/dist/index-D90OmGmV.d.mts +389 -0
  126. package/dist/index-D9MwJ2Q8.d.mts +67 -0
  127. package/dist/index-DANINzMu.d.mts +40 -0
  128. package/dist/index-DBw-89vC2.d.mts +3640 -0
  129. package/dist/index-DGBu6bHi2.d.mts +438 -0
  130. package/dist/index-DKC62dY5.d.mts +146 -0
  131. package/dist/index-DKia0MX1.d.mts +43 -0
  132. package/dist/index-DMKnON5s.d.mts +28 -0
  133. package/dist/index-DUaw0Dw8.d.mts +14747 -0
  134. package/dist/index-De3kPhlN.d.mts +72 -0
  135. package/dist/index-L4GjJDKb.d.mts +822 -0
  136. package/dist/index-U-A8eyGT.d.mts +1490 -0
  137. package/dist/index-eemAKwsB.d.mts +362 -0
  138. package/dist/index-mNec7V-9.d.mts +1075 -0
  139. package/dist/index-soFznFCy2.d.mts +89 -0
  140. package/dist/index-vtXJuwrz.d.mts +40 -0
  141. package/dist/index-x_lVDp_J.d.mts +134 -0
  142. package/dist/json-value-CmhSGMLv.mjs +1 -0
  143. package/dist/kernel/cli/index.d.mts +143 -0
  144. package/dist/kernel/cli/index.mjs +1 -0
  145. package/dist/kernel/cli/schemas.d.mts +64 -0
  146. package/dist/kernel/cli/schemas.mjs +1 -0
  147. package/dist/kernel/extension/index.d.mts +2 -0
  148. package/dist/kernel/extension/index.mjs +1 -0
  149. package/dist/kernel/index.d.mts +296 -0
  150. package/dist/kernel/index.mjs +1 -0
  151. package/dist/kernel/namespace/index.d.mts +2 -0
  152. package/dist/kernel/namespace/index.mjs +1 -0
  153. package/dist/kernel/observability/index.d.mts +2 -0
  154. package/dist/kernel/observability/index.mjs +1 -0
  155. package/dist/kernel/providers/index.d.mts +2 -0
  156. package/dist/kernel/providers/index.mjs +1 -0
  157. package/dist/kernel/window/index.d.mts +2 -0
  158. package/dist/kernel/window/index.mjs +1 -0
  159. package/dist/materialization-CuUBu4XI.mjs +1 -0
  160. package/dist/model-registry-CfXytvzx.mjs +1 -0
  161. package/dist/model-registry-Scn_MC2d.mjs +1 -0
  162. package/dist/namespace-5QQqbF-B.d.mts +3133 -0
  163. package/dist/namespace-BM7Djng9.d.mts +189 -0
  164. package/dist/namespace-BoD94mrN.mjs +1 -0
  165. package/dist/namespace-BwzZJqTV.mjs +1 -0
  166. package/dist/namespace-CFLAmQfh.mjs +1 -0
  167. package/dist/namespace-CTm3nEvh.d.mts +51 -0
  168. package/dist/namespace-CaaNnKcR.d.mts +921 -0
  169. package/dist/namespace-CaoZ3S78.d.mts +43 -0
  170. package/dist/namespace-CxhsoFUP.d.mts +607 -0
  171. package/dist/namespace-DD8Oiqo7.d.mts +580 -0
  172. package/dist/namespace-DLovh2Ws.d.mts +1313 -0
  173. package/dist/namespace-DgqkaOVu.d.mts +768 -0
  174. package/dist/namespace-DkRgbZYn.mjs +1 -0
  175. package/dist/namespace-Dr8K0MCp.d.mts +2047 -0
  176. package/dist/namespace-DuXK5AYN.mjs +1 -0
  177. package/dist/namespace-EQniz-Aw.d.mts +142 -0
  178. package/dist/namespace-IV1QK__V.d.mts +159 -0
  179. package/dist/namespace-LViZ-EQk.mjs +1 -0
  180. package/dist/namespace-TyiTsLFv.d.mts +3020 -0
  181. package/dist/namespace-Yna5-Pws.mjs +1 -0
  182. package/dist/namespace-xcmbQlxh.mjs +1 -0
  183. package/dist/native-session-supervisor-B1TnaPUF.mjs +1 -0
  184. package/dist/node/bus-server/index.d.mts +178 -0
  185. package/dist/node/bus-server/index.mjs +1 -0
  186. package/dist/node/bus-server/server-lifecycle.d.mts +2 -0
  187. package/dist/node/bus-server/server-lifecycle.mjs +1 -0
  188. package/dist/node/machine-identity/index.d.mts +85 -0
  189. package/dist/node/machine-identity/index.mjs +3 -0
  190. package/dist/node/transports/index.d.mts +1945 -0
  191. package/dist/node/transports/index.mjs +2 -0
  192. package/dist/orchestrator-shared-CIDiFJMD.mjs +1 -0
  193. package/dist/orchestrator-shared-Dfa7FMyw.d.mts +249 -0
  194. package/dist/package-DKVlsMP3.mjs +1 -0
  195. package/dist/platform-DZ7z-wXD.mjs +1 -0
  196. package/dist/profile-6ynCD5k3.mjs +1 -0
  197. package/dist/provider-context-CK6B4X_8.mjs +1 -0
  198. package/dist/providers/index.d.mts +135 -0
  199. package/dist/providers/index.mjs +1 -0
  200. package/dist/providers-namespace-DSEpli4A.d.mts +583 -0
  201. package/dist/providers-u8i15co9.mjs +1 -0
  202. package/dist/schema-CoyE6mPt.mjs +1 -0
  203. package/dist/schema-M5YTvSAG.d.mts +949 -0
  204. package/dist/schema-e0wU_lcV.mjs +1 -0
  205. package/dist/schema-introspection-Dn1jWQs1.mjs +1 -0
  206. package/dist/schemas-Bd0OjRQf.d.mts +46 -0
  207. package/dist/schemas-C46QfKzv.d.mts +459 -0
  208. package/dist/schemas-CDBSjg7o.d.mts +237 -0
  209. package/dist/schemas-CR1Rripy.mjs +1 -0
  210. package/dist/schemas-CVvwIfG4.mjs +1 -0
  211. package/dist/schemas-CaLhkkLn.mjs +1 -0
  212. package/dist/schemas-ClOOT1W6.d.mts +174 -0
  213. package/dist/schemas-DATniTHb.d.mts +182 -0
  214. package/dist/schemas-DE-GNmSD.mjs +1 -0
  215. package/dist/schemas-DVF1A4DF.d.mts +160 -0
  216. package/dist/schemas-DaRSfYLf.d.mts +73 -0
  217. package/dist/schemas-DiYVzG6e.d.mts +315 -0
  218. package/dist/schemas-hSrzflwZ.mjs +1 -0
  219. package/dist/schemas-j7ivZ2HI.d.mts +944 -0
  220. package/dist/schemas-jFe1AuI-.mjs +1 -0
  221. package/dist/schemas-wg_6PAdV.d.mts +153 -0
  222. package/dist/scoped-bus-04pwo1uM.mjs +1 -0
  223. package/dist/server-lifecycle-FXTPW39-.mjs +1 -0
  224. package/dist/server-lifecycle-YoSGFGnU.d.mts +160 -0
  225. package/dist/service-base/index.d.mts +98 -0
  226. package/dist/service-base/index.mjs +1 -0
  227. package/dist/services/adapter-runtime/index.d.mts +4 -0
  228. package/dist/services/adapter-runtime/index.mjs +1 -0
  229. package/dist/services/adapter-runtime/namespace.d.mts +2 -0
  230. package/dist/services/adapter-runtime/namespace.mjs +1 -0
  231. package/dist/services/adapter-runtime/schemas.d.mts +2 -0
  232. package/dist/services/adapter-runtime/schemas.mjs +1 -0
  233. package/dist/services/adapter-subsystem/index.d.mts +3 -0
  234. package/dist/services/adapter-subsystem/index.mjs +1 -0
  235. package/dist/services/adapter-subsystem/namespace.d.mts +2 -0
  236. package/dist/services/adapter-subsystem/namespace.mjs +1 -0
  237. package/dist/services/agent-runtime/index.d.mts +3 -0
  238. package/dist/services/agent-runtime/index.mjs +1 -0
  239. package/dist/services/agent-runtime/namespace.d.mts +2 -0
  240. package/dist/services/agent-runtime/namespace.mjs +1 -0
  241. package/dist/services/agent-runtime/schemas.d.mts +2 -0
  242. package/dist/services/agent-runtime/schemas.mjs +1 -0
  243. package/dist/services/capability/index.d.mts +2 -0
  244. package/dist/services/capability/index.mjs +1 -0
  245. package/dist/services/cli-detection/namespace.d.mts +56 -0
  246. package/dist/services/cli-detection/namespace.mjs +1 -0
  247. package/dist/services/codebase/index.d.mts +3 -0
  248. package/dist/services/codebase/index.mjs +1 -0
  249. package/dist/services/codebase/namespace.d.mts +2 -0
  250. package/dist/services/codebase/namespace.mjs +1 -0
  251. package/dist/services/codebase/schemas.d.mts +2 -0
  252. package/dist/services/codebase/schemas.mjs +1 -0
  253. package/dist/services/compression/index.d.mts +3 -0
  254. package/dist/services/compression/index.mjs +1 -0
  255. package/dist/services/compression/namespace.d.mts +2 -0
  256. package/dist/services/compression/namespace.mjs +1 -0
  257. package/dist/services/compression/schemas.d.mts +2 -0
  258. package/dist/services/compression/schemas.mjs +1 -0
  259. package/dist/services/context-rules/index.d.mts +412 -0
  260. package/dist/services/context-rules/index.mjs +1 -0
  261. package/dist/services/credential-change/index.d.mts +17 -0
  262. package/dist/services/credential-change/index.mjs +1 -0
  263. package/dist/services/definition/index.d.mts +2 -0
  264. package/dist/services/definition/index.mjs +1 -0
  265. package/dist/services/definition/namespace.d.mts +71 -0
  266. package/dist/services/definition/namespace.mjs +1 -0
  267. package/dist/services/definition/schemas.d.mts +38 -0
  268. package/dist/services/definition/schemas.mjs +1 -0
  269. package/dist/services/dialog/namespace.d.mts +105 -0
  270. package/dist/services/dialog/namespace.mjs +1 -0
  271. package/dist/services/dialog/schemas.d.mts +109 -0
  272. package/dist/services/dialog/schemas.mjs +1 -0
  273. package/dist/services/execution-target/index.d.mts +4 -0
  274. package/dist/services/execution-target/index.mjs +1 -0
  275. package/dist/services/execution-target/namespace.d.mts +2 -0
  276. package/dist/services/execution-target/namespace.mjs +1 -0
  277. package/dist/services/execution-target/schemas.d.mts +2 -0
  278. package/dist/services/execution-target/schemas.mjs +1 -0
  279. package/dist/services/filesystem/index.d.mts +3 -0
  280. package/dist/services/filesystem/index.mjs +1 -0
  281. package/dist/services/filesystem/namespace.d.mts +432 -0
  282. package/dist/services/filesystem/namespace.mjs +1 -0
  283. package/dist/services/filesystem/schemas.d.mts +240 -0
  284. package/dist/services/filesystem/schemas.mjs +1 -0
  285. package/dist/services/git/namespace.d.mts +1163 -0
  286. package/dist/services/git/namespace.mjs +1 -0
  287. package/dist/services/git/schemas.d.mts +932 -0
  288. package/dist/services/git/schemas.mjs +1 -0
  289. package/dist/services/harness/index.d.mts +861 -0
  290. package/dist/services/harness/index.mjs +1 -0
  291. package/dist/services/harness/storage/schema.d.mts +424 -0
  292. package/dist/services/harness/storage/schema.mjs +1 -0
  293. package/dist/services/index.d.mts +6185 -0
  294. package/dist/services/index.mjs +1 -0
  295. package/dist/services/local-notification/index.d.mts +25 -0
  296. package/dist/services/local-notification/index.mjs +1 -0
  297. package/dist/services/local-notification/namespace.d.mts +73 -0
  298. package/dist/services/local-notification/namespace.mjs +1 -0
  299. package/dist/services/local-notification/schemas.d.mts +88 -0
  300. package/dist/services/local-notification/schemas.mjs +1 -0
  301. package/dist/services/log-import/browser.d.mts +3 -0
  302. package/dist/services/log-import/browser.mjs +1 -0
  303. package/dist/services/log-import/index.d.mts +274 -0
  304. package/dist/services/log-import/index.mjs +2 -0
  305. package/dist/services/log-import/log-import.d.mts +3 -0
  306. package/dist/services/log-import/log-import.mjs +1 -0
  307. package/dist/services/log-import/namespace.d.mts +327 -0
  308. package/dist/services/log-import/namespace.mjs +1 -0
  309. package/dist/services/log-import/schemas.d.mts +217 -0
  310. package/dist/services/log-import/schemas.mjs +1 -0
  311. package/dist/services/model-registry/index.d.mts +2 -0
  312. package/dist/services/model-registry/index.mjs +1 -0
  313. package/dist/services/preferences/index.d.mts +3 -0
  314. package/dist/services/preferences/index.mjs +1 -0
  315. package/dist/services/preferences/schemas.d.mts +2 -0
  316. package/dist/services/preferences/schemas.mjs +1 -0
  317. package/dist/services/preferences/storage-namespace.d.mts +3 -0
  318. package/dist/services/preferences/storage-namespace.mjs +1 -0
  319. package/dist/services/provider-context/index.d.mts +2 -0
  320. package/dist/services/provider-context/index.mjs +1 -0
  321. package/dist/services/provider-runtime/index.d.mts +136 -0
  322. package/dist/services/provider-runtime/index.mjs +1 -0
  323. package/dist/services/session/handlers/index.d.mts +2 -0
  324. package/dist/services/session/handlers/index.mjs +1 -0
  325. package/dist/services/session/index.d.mts +10 -0
  326. package/dist/services/session/index.mjs +1 -0
  327. package/dist/services/session/messages/namespace.d.mts +2 -0
  328. package/dist/services/session/messages/namespace.mjs +1 -0
  329. package/dist/services/session/orchestrator-testing/index.d.mts +2 -0
  330. package/dist/services/session/orchestrator-testing/index.mjs +1 -0
  331. package/dist/services/session/session-events/namespace.d.mts +2 -0
  332. package/dist/services/session/session-events/namespace.mjs +1 -0
  333. package/dist/services/session/storage/namespace.d.mts +2 -0
  334. package/dist/services/session/storage/namespace.mjs +1 -0
  335. package/dist/services/session/storage/schema.d.mts +2 -0
  336. package/dist/services/session/storage/schema.mjs +1 -0
  337. package/dist/services/session/testing/index.d.mts +35 -0
  338. package/dist/services/session/testing/index.mjs +65 -0
  339. package/dist/services/session/testing/orchestrator-shared.d.mts +2 -0
  340. package/dist/services/session/testing/orchestrator-shared.mjs +1 -0
  341. package/dist/services/session/turns/namespace.d.mts +2 -0
  342. package/dist/services/session/turns/namespace.mjs +1 -0
  343. package/dist/services/session-editor/index.d.mts +119 -0
  344. package/dist/services/session-editor/index.mjs +1 -0
  345. package/dist/services/settings/index.d.mts +47 -0
  346. package/dist/services/settings/index.mjs +1 -0
  347. package/dist/services/settings/namespace.d.mts +663 -0
  348. package/dist/services/settings/namespace.mjs +1 -0
  349. package/dist/services/settings/storage/clients-namespace.d.mts +2 -0
  350. package/dist/services/settings/storage/clients-namespace.mjs +1 -0
  351. package/dist/services/settings/storage/extension-configs/namespace.d.mts +184 -0
  352. package/dist/services/settings/storage/extension-configs/namespace.mjs +1 -0
  353. package/dist/services/settings/storage/index.d.mts +4 -0
  354. package/dist/services/settings/storage/index.mjs +1 -0
  355. package/dist/services/settings/storage/providers-namespace.d.mts +2 -0
  356. package/dist/services/settings/storage/providers-namespace.mjs +1 -0
  357. package/dist/services/subagent/index.d.mts +2 -0
  358. package/dist/services/subagent/index.mjs +1 -0
  359. package/dist/services/subagent-template/index.d.mts +3 -0
  360. package/dist/services/subagent-template/index.mjs +1 -0
  361. package/dist/services/subagent-template/namespace.d.mts +2 -0
  362. package/dist/services/subagent-template/namespace.mjs +1 -0
  363. package/dist/services/subagent-template/schemas.d.mts +2 -0
  364. package/dist/services/subagent-template/schemas.mjs +1 -0
  365. package/dist/services/tool-approval/index.d.mts +2 -0
  366. package/dist/services/tool-approval/index.mjs +1 -0
  367. package/dist/services/tools/index.d.mts +2 -0
  368. package/dist/services/tools/index.mjs +1 -0
  369. package/dist/services/tray-menu/index.d.mts +4 -0
  370. package/dist/services/tray-menu/index.mjs +1 -0
  371. package/dist/services/tray-menu/namespace.d.mts +2 -0
  372. package/dist/services/tray-menu/namespace.mjs +1 -0
  373. package/dist/services/tray-menu/schemas.d.mts +2 -0
  374. package/dist/services/tray-menu/schemas.mjs +1 -0
  375. package/dist/services/turn/index.d.mts +2 -0
  376. package/dist/services/turn/index.mjs +1 -0
  377. package/dist/services/turn/namespace.d.mts +2 -0
  378. package/dist/services/turn/namespace.mjs +1 -0
  379. package/dist/services/turn/schemas.d.mts +335 -0
  380. package/dist/services/turn/schemas.mjs +1 -0
  381. package/dist/session-BoldSdNZ2.mjs +134 -0
  382. package/dist/session-DuVOYctZ.mjs +1 -0
  383. package/dist/session-lineage-CRsc9g1x.d.mts +65 -0
  384. package/dist/shared-DpOEfD8F.mjs +1 -0
  385. package/dist/shared-schemas-CPShiLNp.mjs +1 -0
  386. package/dist/skill-CQO4mDqK.mjs +1 -0
  387. package/dist/storage/drizzle/client.d.mts +78 -0
  388. package/dist/storage/drizzle/client.mjs +1 -0
  389. package/dist/storage/drizzle/index.d.mts +137 -0
  390. package/dist/storage/drizzle/index.mjs +1 -0
  391. package/dist/storage/handlers/drizzle/index.d.mts +2 -0
  392. package/dist/storage/handlers/drizzle/index.mjs +1 -0
  393. package/dist/storage/handlers/index.d.mts +33 -0
  394. package/dist/storage/handlers/index.mjs +1 -0
  395. package/dist/storage/index.d.mts +192 -0
  396. package/dist/storage/index.mjs +1 -0
  397. package/dist/storage-namespace-BXkoh5Sy.d.mts +221 -0
  398. package/dist/storage-namespace-DWsYLAXa.mjs +1 -0
  399. package/dist/storage-namespace-definition-Bkx5rSto.d.mts +17 -0
  400. package/dist/storage-namespace-definition-CqSdsuCC.mjs +1 -0
  401. package/dist/style.css +3782 -0
  402. package/dist/telemetry-CvdLBWuk.mjs +1 -0
  403. package/dist/testing/drizzle-harness.d.mts +130 -0
  404. package/dist/testing/drizzle-harness.mjs +1 -0
  405. package/dist/testing/index.d.mts +106 -0
  406. package/dist/testing/index.mjs +1 -0
  407. package/dist/timeout-XsYIOKrc.mjs +1 -0
  408. package/dist/tool-approval-service-BvZWhYZp.mjs +1 -0
  409. package/dist/tools/index.d.mts +835 -0
  410. package/dist/tools/index.mjs +1 -0
  411. package/dist/tools/testing/index.d.mts +53 -0
  412. package/dist/tools/testing/index.mjs +1 -0
  413. package/dist/tools-D-luYcDw.mjs +1431 -0
  414. package/dist/tray-menu-service-DuXq5k22.mjs +1 -0
  415. package/dist/types-BCMUtBj1.d.mts +1106 -0
  416. package/dist/types-C2Ob9zz_.d.mts +128 -0
  417. package/dist/types-CCdqjeuH.d.mts +262 -0
  418. package/dist/types-DZHvOc_Q.d.mts +305 -0
  419. package/dist/types-Dy3YTcTF.d.mts +6777 -0
  420. package/dist/types-MfJZ67e9.d.mts +315 -0
  421. package/dist/types-dyP-bXXE.d.mts +31 -0
  422. package/dist/ui-components/index.d.mts +2342 -0
  423. package/dist/ui-components/index.mjs +8 -0
  424. package/dist/ui-config-9bDRwFZr.mjs +1 -0
  425. package/dist/ui-hooks/index.d.mts +1915 -0
  426. package/dist/ui-hooks/index.mjs +1 -0
  427. package/dist/ui-kernel/index.d.mts +2793 -0
  428. package/dist/ui-kernel/index.mjs +1 -0
  429. package/dist/ui-kernel/pages/namespace.d.mts +88 -0
  430. package/dist/ui-kernel/pages/namespace.mjs +1 -0
  431. package/dist/ui-kernel/pages/schemas.d.mts +2 -0
  432. package/dist/ui-kernel/pages/schemas.mjs +1 -0
  433. package/dist/ui-views/index.d.mts +487 -0
  434. package/dist/ui-views/index.mjs +30 -0
  435. package/dist/utils/health-probe.d.mts +26 -0
  436. package/dist/utils/health-probe.mjs +1 -0
  437. package/dist/utils/index.d.mts +262 -0
  438. package/dist/utils/index.mjs +2 -0
  439. package/dist/utils/keychain.d.mts +31 -0
  440. package/dist/utils/keychain.mjs +1 -0
  441. package/dist/utils/project-manifest.d.mts +130 -0
  442. package/dist/utils/project-manifest.mjs +1 -0
  443. package/dist/utils/resolve-package-root.d.mts +12 -0
  444. package/dist/utils/resolve-package-root.mjs +1 -0
  445. package/dist/utils/scope-paths.d.mts +33 -0
  446. package/dist/utils/scope-paths.mjs +1 -0
  447. package/dist/utils/workspace-packages.d.mts +59 -0
  448. package/dist/utils/workspace-packages.mjs +1 -0
  449. package/dist/utils/workspace-root.d.mts +24 -0
  450. package/dist/utils/workspace-root.mjs +2 -0
  451. package/dist/variant-CT6XBP6T.mjs +1 -0
  452. package/dist/version-BeT3ASEe.mjs +1 -0
  453. package/dist/visibility-Cb62p9bv.mjs +1 -0
  454. package/dist/window-registry-CBcrGTv4.d.mts +130 -0
  455. package/dist/window-registry-DW-dKRjQ.mjs +1 -0
  456. package/package.json +1 -1
@@ -0,0 +1,663 @@
1
+ import { ExtensionConfigStorageSubjects } from "./storage/extension-configs/namespace.mjs";
2
+ import * as _$zod from "zod";
3
+ import { z } from "zod";
4
+ import * as _$_makaio_core0 from "@makaio/framework/core";
5
+ import * as _$_makaio_contracts0 from "@makaio/framework/contracts";
6
+ import * as _$zod_v4_core0 from "zod/v4/core";
7
+
8
+ //#region services/core/src/settings/schemas.d.ts
9
+ /**
10
+ * Information about an adapter driver.
11
+ * Used in adapter list responses to show available adapters and their status.
12
+ */
13
+ declare const AdapterInfoSchema: z.ZodObject<{
14
+ adapterName: z.ZodString;
15
+ displayName: z.ZodString;
16
+ description: z.ZodOptional<z.ZodString>;
17
+ enabled: z.ZodBoolean;
18
+ configCount: z.ZodNumber;
19
+ supportsLogImport: z.ZodBoolean;
20
+ helpLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
21
+ label: z.ZodString;
22
+ url: z.ZodString;
23
+ }, z.core.$strip>>>;
24
+ instructions: z.ZodOptional<z.ZodString>;
25
+ readiness: z.ZodOptional<z.ZodEnum<{
26
+ ready: "ready";
27
+ "needs-setup": "needs-setup";
28
+ "missing-credentials": "missing-credentials";
29
+ }>>;
30
+ clientId: z.ZodOptional<z.ZodString>;
31
+ protocol: z.ZodOptional<z.ZodEnum<{
32
+ anthropic: "anthropic";
33
+ openai: "openai";
34
+ }>>;
35
+ providerDefinitionIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
36
+ }, z.core.$strip>;
37
+ //#endregion
38
+ //#region services/core/src/settings/namespace.d.ts
39
+ /**
40
+ * Settings namespace for WebUI CRUD operations.
41
+ *
42
+ * Provides bus subjects for managing:
43
+ * - Runtime configuration
44
+ * - Adapter driver enablement
45
+ * - Adapter-level defaults
46
+ * - Per-adapter instance configurations
47
+ *
48
+ * Prefix: 'settings.'
49
+ */
50
+ declare const SettingsNamespace: _$_makaio_core0.BusNamespaceDefinition<"settings", {
51
+ 'runtime.get': {
52
+ request: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
53
+ response: _$zod.ZodObject<{
54
+ $schema: _$zod.ZodDefault<_$zod.ZodLiteral<"makaio/config/v1">>;
55
+ mode: _$zod.ZodDefault<_$zod.ZodEnum<{
56
+ local: "local";
57
+ remote: "remote";
58
+ hybrid: "hybrid";
59
+ }>>;
60
+ role: _$zod.ZodDefault<_$zod.ZodEnum<{
61
+ "main-dev-machine": "main-dev-machine";
62
+ server: "server";
63
+ }>>;
64
+ bus: _$zod.ZodOptional<_$zod.ZodObject<{
65
+ remote: _$zod.ZodOptional<_$zod.ZodObject<{
66
+ url: _$zod.ZodOptional<_$zod.ZodString>;
67
+ secret: _$zod.ZodOptional<_$zod.ZodString>;
68
+ }, _$zod_v4_core0.$strip>>;
69
+ }, _$zod_v4_core0.$strip>>;
70
+ relay: _$zod.ZodOptional<_$zod.ZodObject<{
71
+ url: _$zod.ZodOptional<_$zod.ZodString>;
72
+ token: _$zod.ZodOptional<_$zod.ZodString>;
73
+ autoReconnect: _$zod.ZodDefault<_$zod.ZodOptional<_$zod.ZodBoolean>>;
74
+ maxReconnectAttempts: _$zod.ZodDefault<_$zod.ZodOptional<_$zod.ZodNumber>>;
75
+ heartbeatInterval: _$zod.ZodDefault<_$zod.ZodOptional<_$zod.ZodNumber>>;
76
+ }, _$zod_v4_core0.$strip>>;
77
+ features: _$zod.ZodOptional<_$zod.ZodObject<{
78
+ voiceBridge: _$zod.ZodDefault<_$zod.ZodBoolean>;
79
+ }, _$zod_v4_core0.$strip>>;
80
+ fileWatcher: _$zod.ZodOptional<_$zod.ZodObject<{
81
+ backend: _$zod.ZodDefault<_$zod.ZodEnum<{
82
+ auto: "auto";
83
+ watchman: "watchman";
84
+ parcel: "parcel";
85
+ chokidar: "chokidar";
86
+ }>>;
87
+ }, _$zod_v4_core0.$strip>>;
88
+ }, _$zod_v4_core0.$strip>;
89
+ };
90
+ 'runtime.update': {
91
+ request: _$zod.ZodObject<{
92
+ $schema: _$zod.ZodOptional<_$zod.ZodDefault<_$zod.ZodLiteral<"makaio/config/v1">>>;
93
+ mode: _$zod.ZodOptional<_$zod.ZodDefault<_$zod.ZodEnum<{
94
+ local: "local";
95
+ remote: "remote";
96
+ hybrid: "hybrid";
97
+ }>>>;
98
+ role: _$zod.ZodOptional<_$zod.ZodDefault<_$zod.ZodEnum<{
99
+ "main-dev-machine": "main-dev-machine";
100
+ server: "server";
101
+ }>>>;
102
+ bus: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodObject<{
103
+ remote: _$zod.ZodOptional<_$zod.ZodObject<{
104
+ url: _$zod.ZodOptional<_$zod.ZodString>;
105
+ secret: _$zod.ZodOptional<_$zod.ZodString>;
106
+ }, _$zod_v4_core0.$strip>>;
107
+ }, _$zod_v4_core0.$strip>>>;
108
+ relay: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodObject<{
109
+ url: _$zod.ZodOptional<_$zod.ZodString>;
110
+ token: _$zod.ZodOptional<_$zod.ZodString>;
111
+ autoReconnect: _$zod.ZodDefault<_$zod.ZodOptional<_$zod.ZodBoolean>>;
112
+ maxReconnectAttempts: _$zod.ZodDefault<_$zod.ZodOptional<_$zod.ZodNumber>>;
113
+ heartbeatInterval: _$zod.ZodDefault<_$zod.ZodOptional<_$zod.ZodNumber>>;
114
+ }, _$zod_v4_core0.$strip>>>;
115
+ features: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodObject<{
116
+ voiceBridge: _$zod.ZodDefault<_$zod.ZodBoolean>;
117
+ }, _$zod_v4_core0.$strip>>>;
118
+ fileWatcher: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodObject<{
119
+ backend: _$zod.ZodDefault<_$zod.ZodEnum<{
120
+ auto: "auto";
121
+ watchman: "watchman";
122
+ parcel: "parcel";
123
+ chokidar: "chokidar";
124
+ }>>;
125
+ }, _$zod_v4_core0.$strip>>>;
126
+ }, _$zod_v4_core0.$strip>;
127
+ response: _$zod.ZodObject<{
128
+ success: _$zod.ZodBoolean;
129
+ }, _$zod_v4_core0.$strip>;
130
+ };
131
+ 'adapter.list': {
132
+ request: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
133
+ response: _$zod.ZodObject<{
134
+ adapters: _$zod.ZodArray<_$zod.ZodObject<{
135
+ adapterName: _$zod.ZodString;
136
+ displayName: _$zod.ZodString;
137
+ description: _$zod.ZodOptional<_$zod.ZodString>;
138
+ enabled: _$zod.ZodBoolean;
139
+ configCount: _$zod.ZodNumber;
140
+ supportsLogImport: _$zod.ZodBoolean;
141
+ helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
142
+ label: _$zod.ZodString;
143
+ url: _$zod.ZodString;
144
+ }, _$zod_v4_core0.$strip>>>;
145
+ instructions: _$zod.ZodOptional<_$zod.ZodString>;
146
+ readiness: _$zod.ZodOptional<_$zod.ZodEnum<{
147
+ ready: "ready";
148
+ "needs-setup": "needs-setup";
149
+ "missing-credentials": "missing-credentials";
150
+ }>>;
151
+ clientId: _$zod.ZodOptional<_$zod.ZodString>;
152
+ protocol: _$zod.ZodOptional<_$zod.ZodEnum<{
153
+ anthropic: "anthropic";
154
+ openai: "openai";
155
+ }>>;
156
+ providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
157
+ }, _$zod_v4_core0.$strip>>;
158
+ }, _$zod_v4_core0.$strip>;
159
+ };
160
+ 'adapter.setEnabled': {
161
+ request: _$zod.ZodObject<{
162
+ adapterName: _$zod.ZodString;
163
+ enabled: _$zod.ZodBoolean;
164
+ }, _$zod_v4_core0.$strip>;
165
+ response: _$zod.ZodObject<{
166
+ success: _$zod.ZodBoolean;
167
+ }, _$zod_v4_core0.$strip>;
168
+ };
169
+ 'adapter.defaults.get': {
170
+ request: _$zod.ZodObject<{
171
+ adapterName: _$zod.ZodString;
172
+ }, _$zod_v4_core0.$strip>;
173
+ response: _$zod.ZodObject<{
174
+ model: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
175
+ timeouts: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodType<Partial<_$_makaio_contracts0.RequiredTimeoutConfig>, unknown, _$zod_v4_core0.$ZodTypeInternals<Partial<_$_makaio_contracts0.RequiredTimeoutConfig>, unknown>>>>;
176
+ cwd: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
177
+ env: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>>;
178
+ credentials: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod_v4_core0.$ZodBranded<_$zod.ZodString, "CredentialRef", "out">>>>;
179
+ providerSettings: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>>>;
180
+ }, _$zod_v4_core0.$strip>;
181
+ };
182
+ 'adapter.defaults.update': {
183
+ request: _$zod.ZodObject<{
184
+ adapterName: _$zod.ZodString;
185
+ defaults: _$zod.ZodObject<{
186
+ model: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
187
+ timeouts: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodType<Partial<_$_makaio_contracts0.RequiredTimeoutConfig>, unknown, _$zod_v4_core0.$ZodTypeInternals<Partial<_$_makaio_contracts0.RequiredTimeoutConfig>, unknown>>>>;
188
+ cwd: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
189
+ env: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>>;
190
+ credentials: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod_v4_core0.$ZodBranded<_$zod.ZodString, "CredentialRef", "out">>>>;
191
+ providerSettings: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>>>;
192
+ }, _$zod_v4_core0.$strip>;
193
+ }, _$zod_v4_core0.$strip>;
194
+ response: _$zod.ZodObject<{
195
+ success: _$zod.ZodBoolean;
196
+ }, _$zod_v4_core0.$strip>;
197
+ };
198
+ 'adapter.getConfig': {
199
+ request: _$zod.ZodObject<{
200
+ adapterName: _$zod.ZodString;
201
+ }, _$zod_v4_core0.$strip>;
202
+ response: _$zod.ZodObject<{
203
+ config: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
204
+ }, _$zod_v4_core0.$strip>;
205
+ };
206
+ 'adapter.updateConfig': {
207
+ request: _$zod.ZodObject<{
208
+ adapterName: _$zod.ZodString;
209
+ config: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
210
+ }, _$zod_v4_core0.$strip>;
211
+ response: _$zod.ZodObject<{
212
+ success: _$zod.ZodBoolean;
213
+ }, _$zod_v4_core0.$strip>;
214
+ };
215
+ 'adapter.getConfigSchema': {
216
+ request: _$zod.ZodObject<{
217
+ adapterName: _$zod.ZodString;
218
+ }, _$zod_v4_core0.$strip>;
219
+ response: _$zod.ZodObject<{
220
+ hasSchema: _$zod.ZodBoolean;
221
+ schema: _$zod.ZodNullable<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>>;
222
+ }, _$zod_v4_core0.$strip>;
223
+ };
224
+ 'extension.getConfigSchema': {
225
+ request: _$zod.ZodObject<{
226
+ extensionName: _$zod.ZodString;
227
+ }, _$zod_v4_core0.$strip>;
228
+ response: _$zod.ZodObject<{
229
+ hasSchema: _$zod.ZodBoolean;
230
+ schema: _$zod.ZodNullable<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>>;
231
+ uiConfig: _$zod.ZodNullable<_$zod.ZodObject<{
232
+ editMode: _$zod.ZodDefault<_$zod.ZodEnum<{
233
+ inline: "inline";
234
+ slidePanel: "slidePanel";
235
+ fullPage: "fullPage";
236
+ }>>;
237
+ hiddenFields: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
238
+ readOnlyInEditMode: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
239
+ fieldOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodObject<{
240
+ widget: _$zod.ZodOptional<_$zod.ZodString>;
241
+ delimiter: _$zod.ZodOptional<_$zod.ZodString>;
242
+ placeholder: _$zod.ZodOptional<_$zod.ZodString>;
243
+ helpText: _$zod.ZodOptional<_$zod.ZodString>;
244
+ min: _$zod.ZodOptional<_$zod.ZodNumber>;
245
+ max: _$zod.ZodOptional<_$zod.ZodNumber>;
246
+ step: _$zod.ZodOptional<_$zod.ZodNumber>;
247
+ options: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
248
+ value: _$zod.ZodString;
249
+ label: _$zod.ZodString;
250
+ }, _$zod_v4_core0.$strip>>>;
251
+ }, _$zod_v4_core0.$strip>>>;
252
+ sections: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
253
+ id: _$zod.ZodString;
254
+ title: _$zod.ZodString;
255
+ description: _$zod.ZodOptional<_$zod.ZodString>;
256
+ fields: _$zod.ZodArray<_$zod.ZodString>;
257
+ }, _$zod_v4_core0.$strip>>>;
258
+ }, _$zod_v4_core0.$strip>>;
259
+ }, _$zod_v4_core0.$strip>;
260
+ };
261
+ }>;
262
+ /** Pre-extracted subjects for direct import. */
263
+ declare const SettingsSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSubjectDefinitions<"settings", {
264
+ 'runtime.get': {
265
+ request: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
266
+ response: _$zod.ZodObject<{
267
+ $schema: _$zod.ZodDefault<_$zod.ZodLiteral<"makaio/config/v1">>;
268
+ mode: _$zod.ZodDefault<_$zod.ZodEnum<{
269
+ local: "local";
270
+ remote: "remote";
271
+ hybrid: "hybrid";
272
+ }>>;
273
+ role: _$zod.ZodDefault<_$zod.ZodEnum<{
274
+ "main-dev-machine": "main-dev-machine";
275
+ server: "server";
276
+ }>>;
277
+ bus: _$zod.ZodOptional<_$zod.ZodObject<{
278
+ remote: _$zod.ZodOptional<_$zod.ZodObject<{
279
+ url: _$zod.ZodOptional<_$zod.ZodString>;
280
+ secret: _$zod.ZodOptional<_$zod.ZodString>;
281
+ }, _$zod_v4_core0.$strip>>;
282
+ }, _$zod_v4_core0.$strip>>;
283
+ relay: _$zod.ZodOptional<_$zod.ZodObject<{
284
+ url: _$zod.ZodOptional<_$zod.ZodString>;
285
+ token: _$zod.ZodOptional<_$zod.ZodString>;
286
+ autoReconnect: _$zod.ZodDefault<_$zod.ZodOptional<_$zod.ZodBoolean>>;
287
+ maxReconnectAttempts: _$zod.ZodDefault<_$zod.ZodOptional<_$zod.ZodNumber>>;
288
+ heartbeatInterval: _$zod.ZodDefault<_$zod.ZodOptional<_$zod.ZodNumber>>;
289
+ }, _$zod_v4_core0.$strip>>;
290
+ features: _$zod.ZodOptional<_$zod.ZodObject<{
291
+ voiceBridge: _$zod.ZodDefault<_$zod.ZodBoolean>;
292
+ }, _$zod_v4_core0.$strip>>;
293
+ fileWatcher: _$zod.ZodOptional<_$zod.ZodObject<{
294
+ backend: _$zod.ZodDefault<_$zod.ZodEnum<{
295
+ auto: "auto";
296
+ watchman: "watchman";
297
+ parcel: "parcel";
298
+ chokidar: "chokidar";
299
+ }>>;
300
+ }, _$zod_v4_core0.$strip>>;
301
+ }, _$zod_v4_core0.$strip>;
302
+ };
303
+ 'runtime.update': {
304
+ request: _$zod.ZodObject<{
305
+ $schema: _$zod.ZodOptional<_$zod.ZodDefault<_$zod.ZodLiteral<"makaio/config/v1">>>;
306
+ mode: _$zod.ZodOptional<_$zod.ZodDefault<_$zod.ZodEnum<{
307
+ local: "local";
308
+ remote: "remote";
309
+ hybrid: "hybrid";
310
+ }>>>;
311
+ role: _$zod.ZodOptional<_$zod.ZodDefault<_$zod.ZodEnum<{
312
+ "main-dev-machine": "main-dev-machine";
313
+ server: "server";
314
+ }>>>;
315
+ bus: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodObject<{
316
+ remote: _$zod.ZodOptional<_$zod.ZodObject<{
317
+ url: _$zod.ZodOptional<_$zod.ZodString>;
318
+ secret: _$zod.ZodOptional<_$zod.ZodString>;
319
+ }, _$zod_v4_core0.$strip>>;
320
+ }, _$zod_v4_core0.$strip>>>;
321
+ relay: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodObject<{
322
+ url: _$zod.ZodOptional<_$zod.ZodString>;
323
+ token: _$zod.ZodOptional<_$zod.ZodString>;
324
+ autoReconnect: _$zod.ZodDefault<_$zod.ZodOptional<_$zod.ZodBoolean>>;
325
+ maxReconnectAttempts: _$zod.ZodDefault<_$zod.ZodOptional<_$zod.ZodNumber>>;
326
+ heartbeatInterval: _$zod.ZodDefault<_$zod.ZodOptional<_$zod.ZodNumber>>;
327
+ }, _$zod_v4_core0.$strip>>>;
328
+ features: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodObject<{
329
+ voiceBridge: _$zod.ZodDefault<_$zod.ZodBoolean>;
330
+ }, _$zod_v4_core0.$strip>>>;
331
+ fileWatcher: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodObject<{
332
+ backend: _$zod.ZodDefault<_$zod.ZodEnum<{
333
+ auto: "auto";
334
+ watchman: "watchman";
335
+ parcel: "parcel";
336
+ chokidar: "chokidar";
337
+ }>>;
338
+ }, _$zod_v4_core0.$strip>>>;
339
+ }, _$zod_v4_core0.$strip>;
340
+ response: _$zod.ZodObject<{
341
+ success: _$zod.ZodBoolean;
342
+ }, _$zod_v4_core0.$strip>;
343
+ };
344
+ 'adapter.list': {
345
+ request: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
346
+ response: _$zod.ZodObject<{
347
+ adapters: _$zod.ZodArray<_$zod.ZodObject<{
348
+ adapterName: _$zod.ZodString;
349
+ displayName: _$zod.ZodString;
350
+ description: _$zod.ZodOptional<_$zod.ZodString>;
351
+ enabled: _$zod.ZodBoolean;
352
+ configCount: _$zod.ZodNumber;
353
+ supportsLogImport: _$zod.ZodBoolean;
354
+ helpLinks: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
355
+ label: _$zod.ZodString;
356
+ url: _$zod.ZodString;
357
+ }, _$zod_v4_core0.$strip>>>;
358
+ instructions: _$zod.ZodOptional<_$zod.ZodString>;
359
+ readiness: _$zod.ZodOptional<_$zod.ZodEnum<{
360
+ ready: "ready";
361
+ "needs-setup": "needs-setup";
362
+ "missing-credentials": "missing-credentials";
363
+ }>>;
364
+ clientId: _$zod.ZodOptional<_$zod.ZodString>;
365
+ protocol: _$zod.ZodOptional<_$zod.ZodEnum<{
366
+ anthropic: "anthropic";
367
+ openai: "openai";
368
+ }>>;
369
+ providerDefinitionIds: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
370
+ }, _$zod_v4_core0.$strip>>;
371
+ }, _$zod_v4_core0.$strip>;
372
+ };
373
+ 'adapter.setEnabled': {
374
+ request: _$zod.ZodObject<{
375
+ adapterName: _$zod.ZodString;
376
+ enabled: _$zod.ZodBoolean;
377
+ }, _$zod_v4_core0.$strip>;
378
+ response: _$zod.ZodObject<{
379
+ success: _$zod.ZodBoolean;
380
+ }, _$zod_v4_core0.$strip>;
381
+ };
382
+ 'adapter.defaults.get': {
383
+ request: _$zod.ZodObject<{
384
+ adapterName: _$zod.ZodString;
385
+ }, _$zod_v4_core0.$strip>;
386
+ response: _$zod.ZodObject<{
387
+ model: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
388
+ timeouts: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodType<Partial<_$_makaio_contracts0.RequiredTimeoutConfig>, unknown, _$zod_v4_core0.$ZodTypeInternals<Partial<_$_makaio_contracts0.RequiredTimeoutConfig>, unknown>>>>;
389
+ cwd: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
390
+ env: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>>;
391
+ credentials: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod_v4_core0.$ZodBranded<_$zod.ZodString, "CredentialRef", "out">>>>;
392
+ providerSettings: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>>>;
393
+ }, _$zod_v4_core0.$strip>;
394
+ };
395
+ 'adapter.defaults.update': {
396
+ request: _$zod.ZodObject<{
397
+ adapterName: _$zod.ZodString;
398
+ defaults: _$zod.ZodObject<{
399
+ model: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
400
+ timeouts: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodType<Partial<_$_makaio_contracts0.RequiredTimeoutConfig>, unknown, _$zod_v4_core0.$ZodTypeInternals<Partial<_$_makaio_contracts0.RequiredTimeoutConfig>, unknown>>>>;
401
+ cwd: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
402
+ env: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>>;
403
+ credentials: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod_v4_core0.$ZodBranded<_$zod.ZodString, "CredentialRef", "out">>>>;
404
+ providerSettings: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>>>;
405
+ }, _$zod_v4_core0.$strip>;
406
+ }, _$zod_v4_core0.$strip>;
407
+ response: _$zod.ZodObject<{
408
+ success: _$zod.ZodBoolean;
409
+ }, _$zod_v4_core0.$strip>;
410
+ };
411
+ 'adapter.getConfig': {
412
+ request: _$zod.ZodObject<{
413
+ adapterName: _$zod.ZodString;
414
+ }, _$zod_v4_core0.$strip>;
415
+ response: _$zod.ZodObject<{
416
+ config: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
417
+ }, _$zod_v4_core0.$strip>;
418
+ };
419
+ 'adapter.updateConfig': {
420
+ request: _$zod.ZodObject<{
421
+ adapterName: _$zod.ZodString;
422
+ config: _$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>;
423
+ }, _$zod_v4_core0.$strip>;
424
+ response: _$zod.ZodObject<{
425
+ success: _$zod.ZodBoolean;
426
+ }, _$zod_v4_core0.$strip>;
427
+ };
428
+ 'adapter.getConfigSchema': {
429
+ request: _$zod.ZodObject<{
430
+ adapterName: _$zod.ZodString;
431
+ }, _$zod_v4_core0.$strip>;
432
+ response: _$zod.ZodObject<{
433
+ hasSchema: _$zod.ZodBoolean;
434
+ schema: _$zod.ZodNullable<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>>;
435
+ }, _$zod_v4_core0.$strip>;
436
+ };
437
+ 'extension.getConfigSchema': {
438
+ request: _$zod.ZodObject<{
439
+ extensionName: _$zod.ZodString;
440
+ }, _$zod_v4_core0.$strip>;
441
+ response: _$zod.ZodObject<{
442
+ hasSchema: _$zod.ZodBoolean;
443
+ schema: _$zod.ZodNullable<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodUnknown>>;
444
+ uiConfig: _$zod.ZodNullable<_$zod.ZodObject<{
445
+ editMode: _$zod.ZodDefault<_$zod.ZodEnum<{
446
+ inline: "inline";
447
+ slidePanel: "slidePanel";
448
+ fullPage: "fullPage";
449
+ }>>;
450
+ hiddenFields: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
451
+ readOnlyInEditMode: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
452
+ fieldOverrides: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodObject<{
453
+ widget: _$zod.ZodOptional<_$zod.ZodString>;
454
+ delimiter: _$zod.ZodOptional<_$zod.ZodString>;
455
+ placeholder: _$zod.ZodOptional<_$zod.ZodString>;
456
+ helpText: _$zod.ZodOptional<_$zod.ZodString>;
457
+ min: _$zod.ZodOptional<_$zod.ZodNumber>;
458
+ max: _$zod.ZodOptional<_$zod.ZodNumber>;
459
+ step: _$zod.ZodOptional<_$zod.ZodNumber>;
460
+ options: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
461
+ value: _$zod.ZodString;
462
+ label: _$zod.ZodString;
463
+ }, _$zod_v4_core0.$strip>>>;
464
+ }, _$zod_v4_core0.$strip>>>;
465
+ sections: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodObject<{
466
+ id: _$zod.ZodString;
467
+ title: _$zod.ZodString;
468
+ description: _$zod.ZodOptional<_$zod.ZodString>;
469
+ fields: _$zod.ZodArray<_$zod.ZodString>;
470
+ }, _$zod_v4_core0.$strip>>>;
471
+ }, _$zod_v4_core0.$strip>>;
472
+ }, _$zod_v4_core0.$strip>;
473
+ };
474
+ }>, "settings">;
475
+ /**
476
+ * SubagentTemplate settings namespace for subagent template definition CRUD.
477
+ * Exposed for clients (e.g., SubagentTemplateService) to make typed RPC calls
478
+ * without registering the namespace themselves.
479
+ */
480
+ declare const SubagentTemplateSettingsNamespace: _$_makaio_core0.BusNamespaceDefinition<"settings:subagentTemplate", {
481
+ list: {
482
+ request: _$zod.ZodObject<{}, _$zod_v4_core0.$strip>;
483
+ response: _$zod.ZodObject<{
484
+ definitions: _$zod.ZodArray<_$zod.ZodObject<{
485
+ id: _$zod.ZodString;
486
+ name: _$zod.ZodString;
487
+ adapterName: _$zod.ZodString;
488
+ model: _$zod.ZodOptional<_$zod.ZodString>;
489
+ enabled: _$zod.ZodBoolean;
490
+ }, _$zod_v4_core0.$strip>>;
491
+ }, _$zod_v4_core0.$strip>;
492
+ };
493
+ get: {
494
+ request: _$zod.ZodObject<{
495
+ id: _$zod.ZodOptional<_$zod.ZodString>;
496
+ name: _$zod.ZodOptional<_$zod.ZodString>;
497
+ }, _$zod_v4_core0.$strip>;
498
+ response: _$zod.ZodObject<{
499
+ id: _$zod.ZodString;
500
+ name: _$zod.ZodString;
501
+ adapterName: _$zod.ZodString;
502
+ providerConfigId: _$zod.ZodOptional<_$zod.ZodString>;
503
+ model: _$zod.ZodOptional<_$zod.ZodString>;
504
+ systemPrompt: _$zod.ZodOptional<_$zod.ZodString>;
505
+ contextMode: _$zod.ZodDefault<_$zod.ZodEnum<{
506
+ fork: "fork";
507
+ fresh: "fresh";
508
+ }>>;
509
+ allowedTools: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
510
+ disallowedTools: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
511
+ allowedDirectories: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
512
+ scope: _$zod.ZodString;
513
+ enabled: _$zod.ZodDefault<_$zod.ZodBoolean>;
514
+ createdAt: _$zod.ZodNumber;
515
+ updatedAt: _$zod.ZodNumber;
516
+ }, _$zod_v4_core0.$strip>;
517
+ };
518
+ create: {
519
+ request: _$zod.ZodObject<{
520
+ name: _$zod.ZodString;
521
+ adapterName: _$zod.ZodString;
522
+ enabled: _$zod.ZodDefault<_$zod.ZodBoolean>;
523
+ providerConfigId: _$zod.ZodOptional<_$zod.ZodString>;
524
+ model: _$zod.ZodOptional<_$zod.ZodString>;
525
+ systemPrompt: _$zod.ZodOptional<_$zod.ZodString>;
526
+ contextMode: _$zod.ZodDefault<_$zod.ZodEnum<{
527
+ fork: "fork";
528
+ fresh: "fresh";
529
+ }>>;
530
+ allowedTools: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
531
+ disallowedTools: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
532
+ allowedDirectories: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
533
+ }, _$zod_v4_core0.$strip>;
534
+ response: _$zod.ZodObject<{
535
+ id: _$zod.ZodString;
536
+ }, _$zod_v4_core0.$strip>;
537
+ };
538
+ update: {
539
+ request: _$zod.ZodObject<{
540
+ id: _$zod.ZodNonOptional<_$zod.ZodOptional<_$zod.ZodString>>;
541
+ name: _$zod.ZodOptional<_$zod.ZodString>;
542
+ adapterName: _$zod.ZodOptional<_$zod.ZodString>;
543
+ providerConfigId: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
544
+ model: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
545
+ systemPrompt: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
546
+ contextMode: _$zod.ZodOptional<_$zod.ZodDefault<_$zod.ZodEnum<{
547
+ fork: "fork";
548
+ fresh: "fresh";
549
+ }>>>;
550
+ allowedTools: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>>;
551
+ disallowedTools: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>>;
552
+ allowedDirectories: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>>;
553
+ scope: _$zod.ZodOptional<_$zod.ZodString>;
554
+ enabled: _$zod.ZodOptional<_$zod.ZodDefault<_$zod.ZodBoolean>>;
555
+ createdAt: _$zod.ZodOptional<_$zod.ZodNumber>;
556
+ updatedAt: _$zod.ZodOptional<_$zod.ZodNumber>;
557
+ }, _$zod_v4_core0.$strip>;
558
+ response: _$zod.ZodObject<{
559
+ success: _$zod.ZodBoolean;
560
+ }, _$zod_v4_core0.$strip>;
561
+ };
562
+ delete: {
563
+ request: _$zod.ZodObject<{
564
+ id: _$zod.ZodString;
565
+ }, _$zod_v4_core0.$strip>;
566
+ response: _$zod.ZodObject<{
567
+ success: _$zod.ZodBoolean;
568
+ }, _$zod_v4_core0.$strip>;
569
+ };
570
+ }>;
571
+ declare const SubagentTemplateSettingsSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSubjectDefinitions<"settings:subagentTemplate", {
572
+ list: {
573
+ request: _$zod.ZodObject<{}, _$zod_v4_core0.$strip>;
574
+ response: _$zod.ZodObject<{
575
+ definitions: _$zod.ZodArray<_$zod.ZodObject<{
576
+ id: _$zod.ZodString;
577
+ name: _$zod.ZodString;
578
+ adapterName: _$zod.ZodString;
579
+ model: _$zod.ZodOptional<_$zod.ZodString>;
580
+ enabled: _$zod.ZodBoolean;
581
+ }, _$zod_v4_core0.$strip>>;
582
+ }, _$zod_v4_core0.$strip>;
583
+ };
584
+ get: {
585
+ request: _$zod.ZodObject<{
586
+ id: _$zod.ZodOptional<_$zod.ZodString>;
587
+ name: _$zod.ZodOptional<_$zod.ZodString>;
588
+ }, _$zod_v4_core0.$strip>;
589
+ response: _$zod.ZodObject<{
590
+ id: _$zod.ZodString;
591
+ name: _$zod.ZodString;
592
+ adapterName: _$zod.ZodString;
593
+ providerConfigId: _$zod.ZodOptional<_$zod.ZodString>;
594
+ model: _$zod.ZodOptional<_$zod.ZodString>;
595
+ systemPrompt: _$zod.ZodOptional<_$zod.ZodString>;
596
+ contextMode: _$zod.ZodDefault<_$zod.ZodEnum<{
597
+ fork: "fork";
598
+ fresh: "fresh";
599
+ }>>;
600
+ allowedTools: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
601
+ disallowedTools: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
602
+ allowedDirectories: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
603
+ scope: _$zod.ZodString;
604
+ enabled: _$zod.ZodDefault<_$zod.ZodBoolean>;
605
+ createdAt: _$zod.ZodNumber;
606
+ updatedAt: _$zod.ZodNumber;
607
+ }, _$zod_v4_core0.$strip>;
608
+ };
609
+ create: {
610
+ request: _$zod.ZodObject<{
611
+ name: _$zod.ZodString;
612
+ adapterName: _$zod.ZodString;
613
+ enabled: _$zod.ZodDefault<_$zod.ZodBoolean>;
614
+ providerConfigId: _$zod.ZodOptional<_$zod.ZodString>;
615
+ model: _$zod.ZodOptional<_$zod.ZodString>;
616
+ systemPrompt: _$zod.ZodOptional<_$zod.ZodString>;
617
+ contextMode: _$zod.ZodDefault<_$zod.ZodEnum<{
618
+ fork: "fork";
619
+ fresh: "fresh";
620
+ }>>;
621
+ allowedTools: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
622
+ disallowedTools: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
623
+ allowedDirectories: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
624
+ }, _$zod_v4_core0.$strip>;
625
+ response: _$zod.ZodObject<{
626
+ id: _$zod.ZodString;
627
+ }, _$zod_v4_core0.$strip>;
628
+ };
629
+ update: {
630
+ request: _$zod.ZodObject<{
631
+ id: _$zod.ZodNonOptional<_$zod.ZodOptional<_$zod.ZodString>>;
632
+ name: _$zod.ZodOptional<_$zod.ZodString>;
633
+ adapterName: _$zod.ZodOptional<_$zod.ZodString>;
634
+ providerConfigId: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
635
+ model: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
636
+ systemPrompt: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodString>>;
637
+ contextMode: _$zod.ZodOptional<_$zod.ZodDefault<_$zod.ZodEnum<{
638
+ fork: "fork";
639
+ fresh: "fresh";
640
+ }>>>;
641
+ allowedTools: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>>;
642
+ disallowedTools: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>>;
643
+ allowedDirectories: _$zod.ZodOptional<_$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>>;
644
+ scope: _$zod.ZodOptional<_$zod.ZodString>;
645
+ enabled: _$zod.ZodOptional<_$zod.ZodDefault<_$zod.ZodBoolean>>;
646
+ createdAt: _$zod.ZodOptional<_$zod.ZodNumber>;
647
+ updatedAt: _$zod.ZodOptional<_$zod.ZodNumber>;
648
+ }, _$zod_v4_core0.$strip>;
649
+ response: _$zod.ZodObject<{
650
+ success: _$zod.ZodBoolean;
651
+ }, _$zod_v4_core0.$strip>;
652
+ };
653
+ delete: {
654
+ request: _$zod.ZodObject<{
655
+ id: _$zod.ZodString;
656
+ }, _$zod_v4_core0.$strip>;
657
+ response: _$zod.ZodObject<{
658
+ success: _$zod.ZodBoolean;
659
+ }, _$zod_v4_core0.$strip>;
660
+ };
661
+ }>, "settings:subagentTemplate">;
662
+ //#endregion
663
+ export { AdapterInfoSchema, ExtensionConfigStorageSubjects, SettingsNamespace, SettingsSubjects, SubagentTemplateSettingsNamespace, SubagentTemplateSettingsSubjects };
@@ -0,0 +1 @@
1
+ import{ExtensionConfigStorageSubjects as e}from"./storage/extension-configs/namespace.mjs";import{a as t,i as n,n as r,r as i,t as a}from"../../namespace-BwzZJqTV.mjs";export{t as AdapterInfoSchema,e as ExtensionConfigStorageSubjects,a as SettingsNamespace,r as SettingsSubjects,i as SubagentTemplateSettingsNamespace,n as SubagentTemplateSettingsSubjects};
@@ -0,0 +1,2 @@
1
+ import { i as ClientStorageSubjects, n as ClientRecordSchema, r as ClientStorageNamespace, t as ClientRecord } from "../../../clients-namespace-GmSJpBUV.mjs";
2
+ export { ClientRecord, ClientRecordSchema, ClientStorageNamespace, ClientStorageSubjects };
@@ -0,0 +1 @@
1
+ import{t as e}from"../../../shared-schemas-CPShiLNp.mjs";import{z as t}from"zod";import{createStorageNamespaceDefinition as n}from"@makaio/framework/storage";import{ClientBinaryCompatibilitySchema as r,ClientToolDefinitionSchema as i,LogSourceDefinitionSchema as a}from"@makaio/framework/contracts/client";import{ApprovalPolicySchema as o}from"@makaio/framework/contracts/harness";const s=t.object({id:t.string(),packageName:t.string(),name:t.string(),description:t.string().optional(),binary:r.optional(),nativeTools:t.array(i),defaultApprovalPolicy:o,logSources:t.array(a).optional(),defaultProviderId:t.string().optional(),env:t.record(t.string(),t.string()).optional(),credentials:t.record(t.string(),t.string()).optional(),cwd:t.string().optional(),enabled:t.boolean(),createdAt:t.number().int().nonnegative().finite(),updatedAt:t.number().int().nonnegative().finite()}),c=n(`client`,{schemas:{get:{request:e,response:t.object({client:s.nullable()})},list:{request:t.object({}),response:t.object({clients:t.array(s)})},listByBinaryName:{request:t.object({binaryName:t.string()}),response:t.object({clients:t.array(s)})}}}),l=c.subjects;export{s as ClientRecordSchema,c as ClientStorageNamespace,l as ClientStorageSubjects};