@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,1730 @@
1
+ import { z } from "zod";
2
+ import * as _$_makaio_core0 from "@makaio/framework/core";
3
+ import { MakaioBusLike } from "@makaio/framework/core";
4
+
5
+ //#region core/contracts/src/harness/schemas.d.ts
6
+ /** Approval policy used when a tool invocation requires authorization. */
7
+ declare const ApprovalPolicySchema: z.ZodEnum<{
8
+ reject: "reject";
9
+ "always-ask": "always-ask";
10
+ "full-access": "full-access";
11
+ }>;
12
+ type ApprovalPolicy = z.infer<typeof ApprovalPolicySchema>;
13
+ /** Per-tool approval policy overrides keyed by tool name. */
14
+ declare const ToolApprovalOverridesSchema: z.ZodRecord<z.ZodString, z.ZodEnum<{
15
+ reject: "reject";
16
+ "always-ask": "always-ask";
17
+ "full-access": "full-access";
18
+ }>>;
19
+ type ToolApprovalOverrides = z.infer<typeof ToolApprovalOverridesSchema>;
20
+ /**
21
+ * Base object shape shared between stored and create schemas.
22
+ * Exported for consumers that need to call `.omit()` — refined schemas
23
+ * (`ZodEffects`) do not support `.omit()` in Zod v4.
24
+ */
25
+ declare const HarnessDefinitionBaseSchema: z.ZodObject<{
26
+ id: z.ZodString;
27
+ name: z.ZodString;
28
+ description: z.ZodOptional<z.ZodString>;
29
+ adapterName: z.ZodOptional<z.ZodString>;
30
+ clientId: z.ZodOptional<z.ZodString>;
31
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
32
+ reject: "reject";
33
+ "always-ask": "always-ask";
34
+ "full-access": "full-access";
35
+ }>>;
36
+ nativeTools: z.ZodObject<{
37
+ enabled: z.ZodArray<z.ZodString>;
38
+ disabled: z.ZodArray<z.ZodString>;
39
+ }, z.core.$strip>;
40
+ registryTools: z.ZodObject<{
41
+ enabled: z.ZodArray<z.ZodString>;
42
+ disabled: z.ZodArray<z.ZodString>;
43
+ }, z.core.$strip>;
44
+ skills: z.ZodOptional<z.ZodObject<{
45
+ enabled: z.ZodArray<z.ZodString>;
46
+ disabled: z.ZodArray<z.ZodString>;
47
+ }, z.core.$strip>>;
48
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
49
+ "file.read": "file.read";
50
+ "file.write": "file.write";
51
+ "file.delete": "file.delete";
52
+ "search.content": "search.content";
53
+ "search.files": "search.files";
54
+ "search.web": "search.web";
55
+ "shell.execute": "shell.execute";
56
+ "network.request": "network.request";
57
+ "process.manage": "process.manage";
58
+ }>>>>>;
59
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
60
+ reject: "reject";
61
+ "always-ask": "always-ask";
62
+ "full-access": "full-access";
63
+ }>>>;
64
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
65
+ reject: "reject";
66
+ "always-ask": "always-ask";
67
+ "full-access": "full-access";
68
+ }>>>;
69
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
70
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
71
+ cwd: z.ZodOptional<z.ZodString>;
72
+ isDefault: z.ZodDefault<z.ZodBoolean>;
73
+ enabled: z.ZodDefault<z.ZodBoolean>;
74
+ createdAt: z.ZodNumber;
75
+ updatedAt: z.ZodNumber;
76
+ }, z.core.$strip>;
77
+ /**
78
+ * Stored harness definition.
79
+ *
80
+ * A harness selects tool availability and execution policies for one adapter.
81
+ * Either `adapterName` (for API-only adapters) or `clientId` (for client-scoped
82
+ * harnesses) must be set; both may be present.
83
+ */
84
+ declare const HarnessDefinitionSchema: z.ZodObject<{
85
+ id: z.ZodString;
86
+ name: z.ZodString;
87
+ description: z.ZodOptional<z.ZodString>;
88
+ adapterName: z.ZodOptional<z.ZodString>;
89
+ clientId: z.ZodOptional<z.ZodString>;
90
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
91
+ reject: "reject";
92
+ "always-ask": "always-ask";
93
+ "full-access": "full-access";
94
+ }>>;
95
+ nativeTools: z.ZodObject<{
96
+ enabled: z.ZodArray<z.ZodString>;
97
+ disabled: z.ZodArray<z.ZodString>;
98
+ }, z.core.$strip>;
99
+ registryTools: z.ZodObject<{
100
+ enabled: z.ZodArray<z.ZodString>;
101
+ disabled: z.ZodArray<z.ZodString>;
102
+ }, z.core.$strip>;
103
+ skills: z.ZodOptional<z.ZodObject<{
104
+ enabled: z.ZodArray<z.ZodString>;
105
+ disabled: z.ZodArray<z.ZodString>;
106
+ }, z.core.$strip>>;
107
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
108
+ "file.read": "file.read";
109
+ "file.write": "file.write";
110
+ "file.delete": "file.delete";
111
+ "search.content": "search.content";
112
+ "search.files": "search.files";
113
+ "search.web": "search.web";
114
+ "shell.execute": "shell.execute";
115
+ "network.request": "network.request";
116
+ "process.manage": "process.manage";
117
+ }>>>>>;
118
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
119
+ reject: "reject";
120
+ "always-ask": "always-ask";
121
+ "full-access": "full-access";
122
+ }>>>;
123
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
124
+ reject: "reject";
125
+ "always-ask": "always-ask";
126
+ "full-access": "full-access";
127
+ }>>>;
128
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
129
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
130
+ cwd: z.ZodOptional<z.ZodString>;
131
+ isDefault: z.ZodDefault<z.ZodBoolean>;
132
+ enabled: z.ZodDefault<z.ZodBoolean>;
133
+ createdAt: z.ZodNumber;
134
+ updatedAt: z.ZodNumber;
135
+ }, z.core.$strip>;
136
+ type HarnessDefinition = z.infer<typeof HarnessDefinitionSchema>;
137
+ /** Input payload for create/update operations. */
138
+ declare const HarnessDefinitionCreateSchema: z.ZodObject<{
139
+ description: z.ZodOptional<z.ZodString>;
140
+ name: z.ZodString;
141
+ adapterName: z.ZodOptional<z.ZodString>;
142
+ clientId: z.ZodOptional<z.ZodString>;
143
+ cwd: z.ZodOptional<z.ZodString>;
144
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
145
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
146
+ nativeTools: z.ZodObject<{
147
+ enabled: z.ZodArray<z.ZodString>;
148
+ disabled: z.ZodArray<z.ZodString>;
149
+ }, z.core.$strip>;
150
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
151
+ "file.read": "file.read";
152
+ "file.write": "file.write";
153
+ "file.delete": "file.delete";
154
+ "search.content": "search.content";
155
+ "search.files": "search.files";
156
+ "search.web": "search.web";
157
+ "shell.execute": "shell.execute";
158
+ "network.request": "network.request";
159
+ "process.manage": "process.manage";
160
+ }>>>>>;
161
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
162
+ reject: "reject";
163
+ "always-ask": "always-ask";
164
+ "full-access": "full-access";
165
+ }>>>;
166
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
167
+ reject: "reject";
168
+ "always-ask": "always-ask";
169
+ "full-access": "full-access";
170
+ }>>>;
171
+ registryTools: z.ZodObject<{
172
+ enabled: z.ZodArray<z.ZodString>;
173
+ disabled: z.ZodArray<z.ZodString>;
174
+ }, z.core.$strip>;
175
+ skills: z.ZodOptional<z.ZodObject<{
176
+ enabled: z.ZodArray<z.ZodString>;
177
+ disabled: z.ZodArray<z.ZodString>;
178
+ }, z.core.$strip>>;
179
+ approvalPolicy: z.ZodOptional<z.ZodEnum<{
180
+ reject: "reject";
181
+ "always-ask": "always-ask";
182
+ "full-access": "full-access";
183
+ }>>;
184
+ isDefault: z.ZodOptional<z.ZodBoolean>;
185
+ enabled: z.ZodOptional<z.ZodBoolean>;
186
+ }, z.core.$strip>;
187
+ type HarnessDefinitionCreate = z.infer<typeof HarnessDefinitionCreateSchema>;
188
+ /** Shipped default harness shape (timestamps are generated at seed time). */
189
+ type DefaultHarnessDefinition = Omit<HarnessDefinition, 'createdAt' | 'updatedAt'>;
190
+ //#endregion
191
+ //#region core/contracts/src/harness/namespace.d.ts
192
+ declare const HarnessSchemas: {
193
+ get: {
194
+ request: z.ZodObject<{
195
+ id: z.ZodOptional<z.ZodString>;
196
+ name: z.ZodOptional<z.ZodString>;
197
+ adapterName: z.ZodOptional<z.ZodString>;
198
+ }, z.core.$strip>;
199
+ response: z.ZodObject<{
200
+ id: z.ZodString;
201
+ name: z.ZodString;
202
+ description: z.ZodOptional<z.ZodString>;
203
+ adapterName: z.ZodOptional<z.ZodString>;
204
+ clientId: z.ZodOptional<z.ZodString>;
205
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
206
+ reject: "reject";
207
+ "always-ask": "always-ask";
208
+ "full-access": "full-access";
209
+ }>>;
210
+ nativeTools: z.ZodObject<{
211
+ enabled: z.ZodArray<z.ZodString>;
212
+ disabled: z.ZodArray<z.ZodString>;
213
+ }, z.core.$strip>;
214
+ registryTools: z.ZodObject<{
215
+ enabled: z.ZodArray<z.ZodString>;
216
+ disabled: z.ZodArray<z.ZodString>;
217
+ }, z.core.$strip>;
218
+ skills: z.ZodOptional<z.ZodObject<{
219
+ enabled: z.ZodArray<z.ZodString>;
220
+ disabled: z.ZodArray<z.ZodString>;
221
+ }, z.core.$strip>>;
222
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
223
+ "file.read": "file.read";
224
+ "file.write": "file.write";
225
+ "file.delete": "file.delete";
226
+ "search.content": "search.content";
227
+ "search.files": "search.files";
228
+ "search.web": "search.web";
229
+ "shell.execute": "shell.execute";
230
+ "network.request": "network.request";
231
+ "process.manage": "process.manage";
232
+ }>>>>>;
233
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
234
+ reject: "reject";
235
+ "always-ask": "always-ask";
236
+ "full-access": "full-access";
237
+ }>>>;
238
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
239
+ reject: "reject";
240
+ "always-ask": "always-ask";
241
+ "full-access": "full-access";
242
+ }>>>;
243
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
244
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
245
+ cwd: z.ZodOptional<z.ZodString>;
246
+ isDefault: z.ZodDefault<z.ZodBoolean>;
247
+ enabled: z.ZodDefault<z.ZodBoolean>;
248
+ createdAt: z.ZodNumber;
249
+ updatedAt: z.ZodNumber;
250
+ }, z.core.$strip>;
251
+ };
252
+ list: {
253
+ request: z.ZodObject<{
254
+ adapterName: z.ZodOptional<z.ZodString>;
255
+ clientId: z.ZodOptional<z.ZodString>;
256
+ name: z.ZodOptional<z.ZodString>;
257
+ }, z.core.$strip>;
258
+ response: z.ZodObject<{
259
+ harnesses: z.ZodArray<z.ZodObject<{
260
+ id: z.ZodString;
261
+ name: z.ZodString;
262
+ description: z.ZodOptional<z.ZodString>;
263
+ adapterName: z.ZodOptional<z.ZodString>;
264
+ clientId: z.ZodOptional<z.ZodString>;
265
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
266
+ reject: "reject";
267
+ "always-ask": "always-ask";
268
+ "full-access": "full-access";
269
+ }>>;
270
+ nativeTools: z.ZodObject<{
271
+ enabled: z.ZodArray<z.ZodString>;
272
+ disabled: z.ZodArray<z.ZodString>;
273
+ }, z.core.$strip>;
274
+ registryTools: z.ZodObject<{
275
+ enabled: z.ZodArray<z.ZodString>;
276
+ disabled: z.ZodArray<z.ZodString>;
277
+ }, z.core.$strip>;
278
+ skills: z.ZodOptional<z.ZodObject<{
279
+ enabled: z.ZodArray<z.ZodString>;
280
+ disabled: z.ZodArray<z.ZodString>;
281
+ }, z.core.$strip>>;
282
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
283
+ "file.read": "file.read";
284
+ "file.write": "file.write";
285
+ "file.delete": "file.delete";
286
+ "search.content": "search.content";
287
+ "search.files": "search.files";
288
+ "search.web": "search.web";
289
+ "shell.execute": "shell.execute";
290
+ "network.request": "network.request";
291
+ "process.manage": "process.manage";
292
+ }>>>>>;
293
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
294
+ reject: "reject";
295
+ "always-ask": "always-ask";
296
+ "full-access": "full-access";
297
+ }>>>;
298
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
299
+ reject: "reject";
300
+ "always-ask": "always-ask";
301
+ "full-access": "full-access";
302
+ }>>>;
303
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
304
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
305
+ cwd: z.ZodOptional<z.ZodString>;
306
+ isDefault: z.ZodDefault<z.ZodBoolean>;
307
+ enabled: z.ZodDefault<z.ZodBoolean>;
308
+ createdAt: z.ZodNumber;
309
+ updatedAt: z.ZodNumber;
310
+ }, z.core.$strip>>;
311
+ }, z.core.$strip>;
312
+ };
313
+ set: {
314
+ request: z.ZodObject<{
315
+ description: z.ZodOptional<z.ZodString>;
316
+ name: z.ZodString;
317
+ adapterName: z.ZodOptional<z.ZodString>;
318
+ clientId: z.ZodOptional<z.ZodString>;
319
+ cwd: z.ZodOptional<z.ZodString>;
320
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
321
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
322
+ nativeTools: z.ZodObject<{
323
+ enabled: z.ZodArray<z.ZodString>;
324
+ disabled: z.ZodArray<z.ZodString>;
325
+ }, z.core.$strip>;
326
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
327
+ "file.read": "file.read";
328
+ "file.write": "file.write";
329
+ "file.delete": "file.delete";
330
+ "search.content": "search.content";
331
+ "search.files": "search.files";
332
+ "search.web": "search.web";
333
+ "shell.execute": "shell.execute";
334
+ "network.request": "network.request";
335
+ "process.manage": "process.manage";
336
+ }>>>>>;
337
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
338
+ reject: "reject";
339
+ "always-ask": "always-ask";
340
+ "full-access": "full-access";
341
+ }>>>;
342
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
343
+ reject: "reject";
344
+ "always-ask": "always-ask";
345
+ "full-access": "full-access";
346
+ }>>>;
347
+ registryTools: z.ZodObject<{
348
+ enabled: z.ZodArray<z.ZodString>;
349
+ disabled: z.ZodArray<z.ZodString>;
350
+ }, z.core.$strip>;
351
+ skills: z.ZodOptional<z.ZodObject<{
352
+ enabled: z.ZodArray<z.ZodString>;
353
+ disabled: z.ZodArray<z.ZodString>;
354
+ }, z.core.$strip>>;
355
+ approvalPolicy: z.ZodOptional<z.ZodEnum<{
356
+ reject: "reject";
357
+ "always-ask": "always-ask";
358
+ "full-access": "full-access";
359
+ }>>;
360
+ isDefault: z.ZodOptional<z.ZodBoolean>;
361
+ enabled: z.ZodOptional<z.ZodBoolean>;
362
+ }, z.core.$strip>;
363
+ response: z.ZodObject<{
364
+ id: z.ZodString;
365
+ }, z.core.$strip>;
366
+ };
367
+ delete: {
368
+ request: z.ZodObject<{
369
+ id: z.ZodString;
370
+ }, z.core.$strip>;
371
+ response: z.ZodObject<{
372
+ success: z.ZodBoolean;
373
+ }, z.core.$strip>;
374
+ };
375
+ getDefault: {
376
+ request: z.ZodObject<{
377
+ adapterName: z.ZodOptional<z.ZodString>;
378
+ clientId: z.ZodOptional<z.ZodString>;
379
+ }, z.core.$strip>;
380
+ response: z.ZodObject<{
381
+ id: z.ZodString;
382
+ name: z.ZodString;
383
+ description: z.ZodOptional<z.ZodString>;
384
+ adapterName: z.ZodOptional<z.ZodString>;
385
+ clientId: z.ZodOptional<z.ZodString>;
386
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
387
+ reject: "reject";
388
+ "always-ask": "always-ask";
389
+ "full-access": "full-access";
390
+ }>>;
391
+ nativeTools: z.ZodObject<{
392
+ enabled: z.ZodArray<z.ZodString>;
393
+ disabled: z.ZodArray<z.ZodString>;
394
+ }, z.core.$strip>;
395
+ registryTools: z.ZodObject<{
396
+ enabled: z.ZodArray<z.ZodString>;
397
+ disabled: z.ZodArray<z.ZodString>;
398
+ }, z.core.$strip>;
399
+ skills: z.ZodOptional<z.ZodObject<{
400
+ enabled: z.ZodArray<z.ZodString>;
401
+ disabled: z.ZodArray<z.ZodString>;
402
+ }, z.core.$strip>>;
403
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
404
+ "file.read": "file.read";
405
+ "file.write": "file.write";
406
+ "file.delete": "file.delete";
407
+ "search.content": "search.content";
408
+ "search.files": "search.files";
409
+ "search.web": "search.web";
410
+ "shell.execute": "shell.execute";
411
+ "network.request": "network.request";
412
+ "process.manage": "process.manage";
413
+ }>>>>>;
414
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
415
+ reject: "reject";
416
+ "always-ask": "always-ask";
417
+ "full-access": "full-access";
418
+ }>>>;
419
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
420
+ reject: "reject";
421
+ "always-ask": "always-ask";
422
+ "full-access": "full-access";
423
+ }>>>;
424
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
425
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
426
+ cwd: z.ZodOptional<z.ZodString>;
427
+ isDefault: z.ZodDefault<z.ZodBoolean>;
428
+ enabled: z.ZodDefault<z.ZodBoolean>;
429
+ createdAt: z.ZodNumber;
430
+ updatedAt: z.ZodNumber;
431
+ }, z.core.$strip>;
432
+ };
433
+ resolve: {
434
+ request: z.ZodObject<{
435
+ adapterName: z.ZodOptional<z.ZodString>;
436
+ clientId: z.ZodOptional<z.ZodString>;
437
+ personaHarnessId: z.ZodOptional<z.ZodString>;
438
+ profileHarnessId: z.ZodOptional<z.ZodString>;
439
+ }, z.core.$strip>;
440
+ response: z.ZodObject<{
441
+ id: z.ZodString;
442
+ name: z.ZodString;
443
+ description: z.ZodOptional<z.ZodString>;
444
+ adapterName: z.ZodOptional<z.ZodString>;
445
+ clientId: z.ZodOptional<z.ZodString>;
446
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
447
+ reject: "reject";
448
+ "always-ask": "always-ask";
449
+ "full-access": "full-access";
450
+ }>>;
451
+ nativeTools: z.ZodObject<{
452
+ enabled: z.ZodArray<z.ZodString>;
453
+ disabled: z.ZodArray<z.ZodString>;
454
+ }, z.core.$strip>;
455
+ registryTools: z.ZodObject<{
456
+ enabled: z.ZodArray<z.ZodString>;
457
+ disabled: z.ZodArray<z.ZodString>;
458
+ }, z.core.$strip>;
459
+ skills: z.ZodOptional<z.ZodObject<{
460
+ enabled: z.ZodArray<z.ZodString>;
461
+ disabled: z.ZodArray<z.ZodString>;
462
+ }, z.core.$strip>>;
463
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
464
+ "file.read": "file.read";
465
+ "file.write": "file.write";
466
+ "file.delete": "file.delete";
467
+ "search.content": "search.content";
468
+ "search.files": "search.files";
469
+ "search.web": "search.web";
470
+ "shell.execute": "shell.execute";
471
+ "network.request": "network.request";
472
+ "process.manage": "process.manage";
473
+ }>>>>>;
474
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
475
+ reject: "reject";
476
+ "always-ask": "always-ask";
477
+ "full-access": "full-access";
478
+ }>>>;
479
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
480
+ reject: "reject";
481
+ "always-ask": "always-ask";
482
+ "full-access": "full-access";
483
+ }>>>;
484
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
485
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
486
+ cwd: z.ZodOptional<z.ZodString>;
487
+ isDefault: z.ZodDefault<z.ZodBoolean>;
488
+ enabled: z.ZodDefault<z.ZodBoolean>;
489
+ createdAt: z.ZodNumber;
490
+ updatedAt: z.ZodNumber;
491
+ }, z.core.$strip>;
492
+ };
493
+ getSchema: {
494
+ request: z.ZodObject<{}, z.core.$strip>;
495
+ response: z.ZodObject<{
496
+ schema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
497
+ uiConfig: z.ZodObject<{
498
+ editMode: z.ZodDefault<z.ZodEnum<{
499
+ inline: "inline";
500
+ slidePanel: "slidePanel";
501
+ fullPage: "fullPage";
502
+ }>>;
503
+ hiddenFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
504
+ readOnlyInEditMode: z.ZodOptional<z.ZodArray<z.ZodString>>;
505
+ fieldOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
506
+ widget: z.ZodOptional<z.ZodString>;
507
+ delimiter: z.ZodOptional<z.ZodString>;
508
+ placeholder: z.ZodOptional<z.ZodString>;
509
+ helpText: z.ZodOptional<z.ZodString>;
510
+ min: z.ZodOptional<z.ZodNumber>;
511
+ max: z.ZodOptional<z.ZodNumber>;
512
+ step: z.ZodOptional<z.ZodNumber>;
513
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
514
+ value: z.ZodString;
515
+ label: z.ZodString;
516
+ }, z.core.$strip>>>;
517
+ }, z.core.$strip>>>;
518
+ sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
519
+ id: z.ZodString;
520
+ title: z.ZodString;
521
+ description: z.ZodOptional<z.ZodString>;
522
+ fields: z.ZodArray<z.ZodString>;
523
+ }, z.core.$strip>>>;
524
+ }, z.core.$strip>;
525
+ }, z.core.$strip>;
526
+ }; /** Emitted after a new harness definition is inserted. */
527
+ created: z.ZodObject<{
528
+ id: z.ZodString;
529
+ name: z.ZodString;
530
+ description: z.ZodOptional<z.ZodString>;
531
+ adapterName: z.ZodOptional<z.ZodString>;
532
+ clientId: z.ZodOptional<z.ZodString>;
533
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
534
+ reject: "reject";
535
+ "always-ask": "always-ask";
536
+ "full-access": "full-access";
537
+ }>>;
538
+ nativeTools: z.ZodObject<{
539
+ enabled: z.ZodArray<z.ZodString>;
540
+ disabled: z.ZodArray<z.ZodString>;
541
+ }, z.core.$strip>;
542
+ registryTools: z.ZodObject<{
543
+ enabled: z.ZodArray<z.ZodString>;
544
+ disabled: z.ZodArray<z.ZodString>;
545
+ }, z.core.$strip>;
546
+ skills: z.ZodOptional<z.ZodObject<{
547
+ enabled: z.ZodArray<z.ZodString>;
548
+ disabled: z.ZodArray<z.ZodString>;
549
+ }, z.core.$strip>>;
550
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
551
+ "file.read": "file.read";
552
+ "file.write": "file.write";
553
+ "file.delete": "file.delete";
554
+ "search.content": "search.content";
555
+ "search.files": "search.files";
556
+ "search.web": "search.web";
557
+ "shell.execute": "shell.execute";
558
+ "network.request": "network.request";
559
+ "process.manage": "process.manage";
560
+ }>>>>>;
561
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
562
+ reject: "reject";
563
+ "always-ask": "always-ask";
564
+ "full-access": "full-access";
565
+ }>>>;
566
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
567
+ reject: "reject";
568
+ "always-ask": "always-ask";
569
+ "full-access": "full-access";
570
+ }>>>;
571
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
572
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
573
+ cwd: z.ZodOptional<z.ZodString>;
574
+ isDefault: z.ZodDefault<z.ZodBoolean>;
575
+ enabled: z.ZodDefault<z.ZodBoolean>;
576
+ createdAt: z.ZodNumber;
577
+ updatedAt: z.ZodNumber;
578
+ }, z.core.$strip>; /** Emitted after an existing harness definition is updated. */
579
+ updated: z.ZodObject<{
580
+ id: z.ZodString;
581
+ name: z.ZodString;
582
+ description: z.ZodOptional<z.ZodString>;
583
+ adapterName: z.ZodOptional<z.ZodString>;
584
+ clientId: z.ZodOptional<z.ZodString>;
585
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
586
+ reject: "reject";
587
+ "always-ask": "always-ask";
588
+ "full-access": "full-access";
589
+ }>>;
590
+ nativeTools: z.ZodObject<{
591
+ enabled: z.ZodArray<z.ZodString>;
592
+ disabled: z.ZodArray<z.ZodString>;
593
+ }, z.core.$strip>;
594
+ registryTools: z.ZodObject<{
595
+ enabled: z.ZodArray<z.ZodString>;
596
+ disabled: z.ZodArray<z.ZodString>;
597
+ }, z.core.$strip>;
598
+ skills: z.ZodOptional<z.ZodObject<{
599
+ enabled: z.ZodArray<z.ZodString>;
600
+ disabled: z.ZodArray<z.ZodString>;
601
+ }, z.core.$strip>>;
602
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
603
+ "file.read": "file.read";
604
+ "file.write": "file.write";
605
+ "file.delete": "file.delete";
606
+ "search.content": "search.content";
607
+ "search.files": "search.files";
608
+ "search.web": "search.web";
609
+ "shell.execute": "shell.execute";
610
+ "network.request": "network.request";
611
+ "process.manage": "process.manage";
612
+ }>>>>>;
613
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
614
+ reject: "reject";
615
+ "always-ask": "always-ask";
616
+ "full-access": "full-access";
617
+ }>>>;
618
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
619
+ reject: "reject";
620
+ "always-ask": "always-ask";
621
+ "full-access": "full-access";
622
+ }>>>;
623
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
624
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
625
+ cwd: z.ZodOptional<z.ZodString>;
626
+ isDefault: z.ZodDefault<z.ZodBoolean>;
627
+ enabled: z.ZodDefault<z.ZodBoolean>;
628
+ createdAt: z.ZodNumber;
629
+ updatedAt: z.ZodNumber;
630
+ }, z.core.$strip>; /** Emitted after a harness definition is deleted. */
631
+ deleted: z.ZodObject<{
632
+ id: z.ZodString;
633
+ }, z.core.$strip>;
634
+ };
635
+ declare const HarnessNamespace: _$_makaio_core0.BusNamespaceDefinition<"harness", {
636
+ get: {
637
+ request: z.ZodObject<{
638
+ id: z.ZodOptional<z.ZodString>;
639
+ name: z.ZodOptional<z.ZodString>;
640
+ adapterName: z.ZodOptional<z.ZodString>;
641
+ }, z.core.$strip>;
642
+ response: z.ZodObject<{
643
+ id: z.ZodString;
644
+ name: z.ZodString;
645
+ description: z.ZodOptional<z.ZodString>;
646
+ adapterName: z.ZodOptional<z.ZodString>;
647
+ clientId: z.ZodOptional<z.ZodString>;
648
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
649
+ reject: "reject";
650
+ "always-ask": "always-ask";
651
+ "full-access": "full-access";
652
+ }>>;
653
+ nativeTools: z.ZodObject<{
654
+ enabled: z.ZodArray<z.ZodString>;
655
+ disabled: z.ZodArray<z.ZodString>;
656
+ }, z.core.$strip>;
657
+ registryTools: z.ZodObject<{
658
+ enabled: z.ZodArray<z.ZodString>;
659
+ disabled: z.ZodArray<z.ZodString>;
660
+ }, z.core.$strip>;
661
+ skills: z.ZodOptional<z.ZodObject<{
662
+ enabled: z.ZodArray<z.ZodString>;
663
+ disabled: z.ZodArray<z.ZodString>;
664
+ }, z.core.$strip>>;
665
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
666
+ "file.read": "file.read";
667
+ "file.write": "file.write";
668
+ "file.delete": "file.delete";
669
+ "search.content": "search.content";
670
+ "search.files": "search.files";
671
+ "search.web": "search.web";
672
+ "shell.execute": "shell.execute";
673
+ "network.request": "network.request";
674
+ "process.manage": "process.manage";
675
+ }>>>>>;
676
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
677
+ reject: "reject";
678
+ "always-ask": "always-ask";
679
+ "full-access": "full-access";
680
+ }>>>;
681
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
682
+ reject: "reject";
683
+ "always-ask": "always-ask";
684
+ "full-access": "full-access";
685
+ }>>>;
686
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
687
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
688
+ cwd: z.ZodOptional<z.ZodString>;
689
+ isDefault: z.ZodDefault<z.ZodBoolean>;
690
+ enabled: z.ZodDefault<z.ZodBoolean>;
691
+ createdAt: z.ZodNumber;
692
+ updatedAt: z.ZodNumber;
693
+ }, z.core.$strip>;
694
+ };
695
+ list: {
696
+ request: z.ZodObject<{
697
+ adapterName: z.ZodOptional<z.ZodString>;
698
+ clientId: z.ZodOptional<z.ZodString>;
699
+ name: z.ZodOptional<z.ZodString>;
700
+ }, z.core.$strip>;
701
+ response: z.ZodObject<{
702
+ harnesses: z.ZodArray<z.ZodObject<{
703
+ id: z.ZodString;
704
+ name: z.ZodString;
705
+ description: z.ZodOptional<z.ZodString>;
706
+ adapterName: z.ZodOptional<z.ZodString>;
707
+ clientId: z.ZodOptional<z.ZodString>;
708
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
709
+ reject: "reject";
710
+ "always-ask": "always-ask";
711
+ "full-access": "full-access";
712
+ }>>;
713
+ nativeTools: z.ZodObject<{
714
+ enabled: z.ZodArray<z.ZodString>;
715
+ disabled: z.ZodArray<z.ZodString>;
716
+ }, z.core.$strip>;
717
+ registryTools: z.ZodObject<{
718
+ enabled: z.ZodArray<z.ZodString>;
719
+ disabled: z.ZodArray<z.ZodString>;
720
+ }, z.core.$strip>;
721
+ skills: z.ZodOptional<z.ZodObject<{
722
+ enabled: z.ZodArray<z.ZodString>;
723
+ disabled: z.ZodArray<z.ZodString>;
724
+ }, z.core.$strip>>;
725
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
726
+ "file.read": "file.read";
727
+ "file.write": "file.write";
728
+ "file.delete": "file.delete";
729
+ "search.content": "search.content";
730
+ "search.files": "search.files";
731
+ "search.web": "search.web";
732
+ "shell.execute": "shell.execute";
733
+ "network.request": "network.request";
734
+ "process.manage": "process.manage";
735
+ }>>>>>;
736
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
737
+ reject: "reject";
738
+ "always-ask": "always-ask";
739
+ "full-access": "full-access";
740
+ }>>>;
741
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
742
+ reject: "reject";
743
+ "always-ask": "always-ask";
744
+ "full-access": "full-access";
745
+ }>>>;
746
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
747
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
748
+ cwd: z.ZodOptional<z.ZodString>;
749
+ isDefault: z.ZodDefault<z.ZodBoolean>;
750
+ enabled: z.ZodDefault<z.ZodBoolean>;
751
+ createdAt: z.ZodNumber;
752
+ updatedAt: z.ZodNumber;
753
+ }, z.core.$strip>>;
754
+ }, z.core.$strip>;
755
+ };
756
+ set: {
757
+ request: z.ZodObject<{
758
+ description: z.ZodOptional<z.ZodString>;
759
+ name: z.ZodString;
760
+ adapterName: z.ZodOptional<z.ZodString>;
761
+ clientId: z.ZodOptional<z.ZodString>;
762
+ cwd: z.ZodOptional<z.ZodString>;
763
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
764
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
765
+ nativeTools: z.ZodObject<{
766
+ enabled: z.ZodArray<z.ZodString>;
767
+ disabled: z.ZodArray<z.ZodString>;
768
+ }, z.core.$strip>;
769
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
770
+ "file.read": "file.read";
771
+ "file.write": "file.write";
772
+ "file.delete": "file.delete";
773
+ "search.content": "search.content";
774
+ "search.files": "search.files";
775
+ "search.web": "search.web";
776
+ "shell.execute": "shell.execute";
777
+ "network.request": "network.request";
778
+ "process.manage": "process.manage";
779
+ }>>>>>;
780
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
781
+ reject: "reject";
782
+ "always-ask": "always-ask";
783
+ "full-access": "full-access";
784
+ }>>>;
785
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
786
+ reject: "reject";
787
+ "always-ask": "always-ask";
788
+ "full-access": "full-access";
789
+ }>>>;
790
+ registryTools: z.ZodObject<{
791
+ enabled: z.ZodArray<z.ZodString>;
792
+ disabled: z.ZodArray<z.ZodString>;
793
+ }, z.core.$strip>;
794
+ skills: z.ZodOptional<z.ZodObject<{
795
+ enabled: z.ZodArray<z.ZodString>;
796
+ disabled: z.ZodArray<z.ZodString>;
797
+ }, z.core.$strip>>;
798
+ approvalPolicy: z.ZodOptional<z.ZodEnum<{
799
+ reject: "reject";
800
+ "always-ask": "always-ask";
801
+ "full-access": "full-access";
802
+ }>>;
803
+ isDefault: z.ZodOptional<z.ZodBoolean>;
804
+ enabled: z.ZodOptional<z.ZodBoolean>;
805
+ }, z.core.$strip>;
806
+ response: z.ZodObject<{
807
+ id: z.ZodString;
808
+ }, z.core.$strip>;
809
+ };
810
+ delete: {
811
+ request: z.ZodObject<{
812
+ id: z.ZodString;
813
+ }, z.core.$strip>;
814
+ response: z.ZodObject<{
815
+ success: z.ZodBoolean;
816
+ }, z.core.$strip>;
817
+ };
818
+ getDefault: {
819
+ request: z.ZodObject<{
820
+ adapterName: z.ZodOptional<z.ZodString>;
821
+ clientId: z.ZodOptional<z.ZodString>;
822
+ }, z.core.$strip>;
823
+ response: z.ZodObject<{
824
+ id: z.ZodString;
825
+ name: z.ZodString;
826
+ description: z.ZodOptional<z.ZodString>;
827
+ adapterName: z.ZodOptional<z.ZodString>;
828
+ clientId: z.ZodOptional<z.ZodString>;
829
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
830
+ reject: "reject";
831
+ "always-ask": "always-ask";
832
+ "full-access": "full-access";
833
+ }>>;
834
+ nativeTools: z.ZodObject<{
835
+ enabled: z.ZodArray<z.ZodString>;
836
+ disabled: z.ZodArray<z.ZodString>;
837
+ }, z.core.$strip>;
838
+ registryTools: z.ZodObject<{
839
+ enabled: z.ZodArray<z.ZodString>;
840
+ disabled: z.ZodArray<z.ZodString>;
841
+ }, z.core.$strip>;
842
+ skills: z.ZodOptional<z.ZodObject<{
843
+ enabled: z.ZodArray<z.ZodString>;
844
+ disabled: z.ZodArray<z.ZodString>;
845
+ }, z.core.$strip>>;
846
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
847
+ "file.read": "file.read";
848
+ "file.write": "file.write";
849
+ "file.delete": "file.delete";
850
+ "search.content": "search.content";
851
+ "search.files": "search.files";
852
+ "search.web": "search.web";
853
+ "shell.execute": "shell.execute";
854
+ "network.request": "network.request";
855
+ "process.manage": "process.manage";
856
+ }>>>>>;
857
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
858
+ reject: "reject";
859
+ "always-ask": "always-ask";
860
+ "full-access": "full-access";
861
+ }>>>;
862
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
863
+ reject: "reject";
864
+ "always-ask": "always-ask";
865
+ "full-access": "full-access";
866
+ }>>>;
867
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
868
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
869
+ cwd: z.ZodOptional<z.ZodString>;
870
+ isDefault: z.ZodDefault<z.ZodBoolean>;
871
+ enabled: z.ZodDefault<z.ZodBoolean>;
872
+ createdAt: z.ZodNumber;
873
+ updatedAt: z.ZodNumber;
874
+ }, z.core.$strip>;
875
+ };
876
+ resolve: {
877
+ request: z.ZodObject<{
878
+ adapterName: z.ZodOptional<z.ZodString>;
879
+ clientId: z.ZodOptional<z.ZodString>;
880
+ personaHarnessId: z.ZodOptional<z.ZodString>;
881
+ profileHarnessId: z.ZodOptional<z.ZodString>;
882
+ }, z.core.$strip>;
883
+ response: z.ZodObject<{
884
+ id: z.ZodString;
885
+ name: z.ZodString;
886
+ description: z.ZodOptional<z.ZodString>;
887
+ adapterName: z.ZodOptional<z.ZodString>;
888
+ clientId: z.ZodOptional<z.ZodString>;
889
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
890
+ reject: "reject";
891
+ "always-ask": "always-ask";
892
+ "full-access": "full-access";
893
+ }>>;
894
+ nativeTools: z.ZodObject<{
895
+ enabled: z.ZodArray<z.ZodString>;
896
+ disabled: z.ZodArray<z.ZodString>;
897
+ }, z.core.$strip>;
898
+ registryTools: z.ZodObject<{
899
+ enabled: z.ZodArray<z.ZodString>;
900
+ disabled: z.ZodArray<z.ZodString>;
901
+ }, z.core.$strip>;
902
+ skills: z.ZodOptional<z.ZodObject<{
903
+ enabled: z.ZodArray<z.ZodString>;
904
+ disabled: z.ZodArray<z.ZodString>;
905
+ }, z.core.$strip>>;
906
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
907
+ "file.read": "file.read";
908
+ "file.write": "file.write";
909
+ "file.delete": "file.delete";
910
+ "search.content": "search.content";
911
+ "search.files": "search.files";
912
+ "search.web": "search.web";
913
+ "shell.execute": "shell.execute";
914
+ "network.request": "network.request";
915
+ "process.manage": "process.manage";
916
+ }>>>>>;
917
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
918
+ reject: "reject";
919
+ "always-ask": "always-ask";
920
+ "full-access": "full-access";
921
+ }>>>;
922
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
923
+ reject: "reject";
924
+ "always-ask": "always-ask";
925
+ "full-access": "full-access";
926
+ }>>>;
927
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
928
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
929
+ cwd: z.ZodOptional<z.ZodString>;
930
+ isDefault: z.ZodDefault<z.ZodBoolean>;
931
+ enabled: z.ZodDefault<z.ZodBoolean>;
932
+ createdAt: z.ZodNumber;
933
+ updatedAt: z.ZodNumber;
934
+ }, z.core.$strip>;
935
+ };
936
+ getSchema: {
937
+ request: z.ZodObject<{}, z.core.$strip>;
938
+ response: z.ZodObject<{
939
+ schema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
940
+ uiConfig: z.ZodObject<{
941
+ editMode: z.ZodDefault<z.ZodEnum<{
942
+ inline: "inline";
943
+ slidePanel: "slidePanel";
944
+ fullPage: "fullPage";
945
+ }>>;
946
+ hiddenFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
947
+ readOnlyInEditMode: z.ZodOptional<z.ZodArray<z.ZodString>>;
948
+ fieldOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
949
+ widget: z.ZodOptional<z.ZodString>;
950
+ delimiter: z.ZodOptional<z.ZodString>;
951
+ placeholder: z.ZodOptional<z.ZodString>;
952
+ helpText: z.ZodOptional<z.ZodString>;
953
+ min: z.ZodOptional<z.ZodNumber>;
954
+ max: z.ZodOptional<z.ZodNumber>;
955
+ step: z.ZodOptional<z.ZodNumber>;
956
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
957
+ value: z.ZodString;
958
+ label: z.ZodString;
959
+ }, z.core.$strip>>>;
960
+ }, z.core.$strip>>>;
961
+ sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
962
+ id: z.ZodString;
963
+ title: z.ZodString;
964
+ description: z.ZodOptional<z.ZodString>;
965
+ fields: z.ZodArray<z.ZodString>;
966
+ }, z.core.$strip>>>;
967
+ }, z.core.$strip>;
968
+ }, z.core.$strip>;
969
+ }; /** Emitted after a new harness definition is inserted. */
970
+ created: z.ZodObject<{
971
+ id: z.ZodString;
972
+ name: z.ZodString;
973
+ description: z.ZodOptional<z.ZodString>;
974
+ adapterName: z.ZodOptional<z.ZodString>;
975
+ clientId: z.ZodOptional<z.ZodString>;
976
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
977
+ reject: "reject";
978
+ "always-ask": "always-ask";
979
+ "full-access": "full-access";
980
+ }>>;
981
+ nativeTools: z.ZodObject<{
982
+ enabled: z.ZodArray<z.ZodString>;
983
+ disabled: z.ZodArray<z.ZodString>;
984
+ }, z.core.$strip>;
985
+ registryTools: z.ZodObject<{
986
+ enabled: z.ZodArray<z.ZodString>;
987
+ disabled: z.ZodArray<z.ZodString>;
988
+ }, z.core.$strip>;
989
+ skills: z.ZodOptional<z.ZodObject<{
990
+ enabled: z.ZodArray<z.ZodString>;
991
+ disabled: z.ZodArray<z.ZodString>;
992
+ }, z.core.$strip>>;
993
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
994
+ "file.read": "file.read";
995
+ "file.write": "file.write";
996
+ "file.delete": "file.delete";
997
+ "search.content": "search.content";
998
+ "search.files": "search.files";
999
+ "search.web": "search.web";
1000
+ "shell.execute": "shell.execute";
1001
+ "network.request": "network.request";
1002
+ "process.manage": "process.manage";
1003
+ }>>>>>;
1004
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1005
+ reject: "reject";
1006
+ "always-ask": "always-ask";
1007
+ "full-access": "full-access";
1008
+ }>>>;
1009
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1010
+ reject: "reject";
1011
+ "always-ask": "always-ask";
1012
+ "full-access": "full-access";
1013
+ }>>>;
1014
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1015
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1016
+ cwd: z.ZodOptional<z.ZodString>;
1017
+ isDefault: z.ZodDefault<z.ZodBoolean>;
1018
+ enabled: z.ZodDefault<z.ZodBoolean>;
1019
+ createdAt: z.ZodNumber;
1020
+ updatedAt: z.ZodNumber;
1021
+ }, z.core.$strip>; /** Emitted after an existing harness definition is updated. */
1022
+ updated: z.ZodObject<{
1023
+ id: z.ZodString;
1024
+ name: z.ZodString;
1025
+ description: z.ZodOptional<z.ZodString>;
1026
+ adapterName: z.ZodOptional<z.ZodString>;
1027
+ clientId: z.ZodOptional<z.ZodString>;
1028
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
1029
+ reject: "reject";
1030
+ "always-ask": "always-ask";
1031
+ "full-access": "full-access";
1032
+ }>>;
1033
+ nativeTools: z.ZodObject<{
1034
+ enabled: z.ZodArray<z.ZodString>;
1035
+ disabled: z.ZodArray<z.ZodString>;
1036
+ }, z.core.$strip>;
1037
+ registryTools: z.ZodObject<{
1038
+ enabled: z.ZodArray<z.ZodString>;
1039
+ disabled: z.ZodArray<z.ZodString>;
1040
+ }, z.core.$strip>;
1041
+ skills: z.ZodOptional<z.ZodObject<{
1042
+ enabled: z.ZodArray<z.ZodString>;
1043
+ disabled: z.ZodArray<z.ZodString>;
1044
+ }, z.core.$strip>>;
1045
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
1046
+ "file.read": "file.read";
1047
+ "file.write": "file.write";
1048
+ "file.delete": "file.delete";
1049
+ "search.content": "search.content";
1050
+ "search.files": "search.files";
1051
+ "search.web": "search.web";
1052
+ "shell.execute": "shell.execute";
1053
+ "network.request": "network.request";
1054
+ "process.manage": "process.manage";
1055
+ }>>>>>;
1056
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1057
+ reject: "reject";
1058
+ "always-ask": "always-ask";
1059
+ "full-access": "full-access";
1060
+ }>>>;
1061
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1062
+ reject: "reject";
1063
+ "always-ask": "always-ask";
1064
+ "full-access": "full-access";
1065
+ }>>>;
1066
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1067
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1068
+ cwd: z.ZodOptional<z.ZodString>;
1069
+ isDefault: z.ZodDefault<z.ZodBoolean>;
1070
+ enabled: z.ZodDefault<z.ZodBoolean>;
1071
+ createdAt: z.ZodNumber;
1072
+ updatedAt: z.ZodNumber;
1073
+ }, z.core.$strip>; /** Emitted after a harness definition is deleted. */
1074
+ deleted: z.ZodObject<{
1075
+ id: z.ZodString;
1076
+ }, z.core.$strip>;
1077
+ }>;
1078
+ declare const HarnessSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSubjectDefinitions<"harness", {
1079
+ get: {
1080
+ request: z.ZodObject<{
1081
+ id: z.ZodOptional<z.ZodString>;
1082
+ name: z.ZodOptional<z.ZodString>;
1083
+ adapterName: z.ZodOptional<z.ZodString>;
1084
+ }, z.core.$strip>;
1085
+ response: z.ZodObject<{
1086
+ id: z.ZodString;
1087
+ name: z.ZodString;
1088
+ description: z.ZodOptional<z.ZodString>;
1089
+ adapterName: z.ZodOptional<z.ZodString>;
1090
+ clientId: z.ZodOptional<z.ZodString>;
1091
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
1092
+ reject: "reject";
1093
+ "always-ask": "always-ask";
1094
+ "full-access": "full-access";
1095
+ }>>;
1096
+ nativeTools: z.ZodObject<{
1097
+ enabled: z.ZodArray<z.ZodString>;
1098
+ disabled: z.ZodArray<z.ZodString>;
1099
+ }, z.core.$strip>;
1100
+ registryTools: z.ZodObject<{
1101
+ enabled: z.ZodArray<z.ZodString>;
1102
+ disabled: z.ZodArray<z.ZodString>;
1103
+ }, z.core.$strip>;
1104
+ skills: z.ZodOptional<z.ZodObject<{
1105
+ enabled: z.ZodArray<z.ZodString>;
1106
+ disabled: z.ZodArray<z.ZodString>;
1107
+ }, z.core.$strip>>;
1108
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
1109
+ "file.read": "file.read";
1110
+ "file.write": "file.write";
1111
+ "file.delete": "file.delete";
1112
+ "search.content": "search.content";
1113
+ "search.files": "search.files";
1114
+ "search.web": "search.web";
1115
+ "shell.execute": "shell.execute";
1116
+ "network.request": "network.request";
1117
+ "process.manage": "process.manage";
1118
+ }>>>>>;
1119
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1120
+ reject: "reject";
1121
+ "always-ask": "always-ask";
1122
+ "full-access": "full-access";
1123
+ }>>>;
1124
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1125
+ reject: "reject";
1126
+ "always-ask": "always-ask";
1127
+ "full-access": "full-access";
1128
+ }>>>;
1129
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1130
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1131
+ cwd: z.ZodOptional<z.ZodString>;
1132
+ isDefault: z.ZodDefault<z.ZodBoolean>;
1133
+ enabled: z.ZodDefault<z.ZodBoolean>;
1134
+ createdAt: z.ZodNumber;
1135
+ updatedAt: z.ZodNumber;
1136
+ }, z.core.$strip>;
1137
+ };
1138
+ list: {
1139
+ request: z.ZodObject<{
1140
+ adapterName: z.ZodOptional<z.ZodString>;
1141
+ clientId: z.ZodOptional<z.ZodString>;
1142
+ name: z.ZodOptional<z.ZodString>;
1143
+ }, z.core.$strip>;
1144
+ response: z.ZodObject<{
1145
+ harnesses: z.ZodArray<z.ZodObject<{
1146
+ id: z.ZodString;
1147
+ name: z.ZodString;
1148
+ description: z.ZodOptional<z.ZodString>;
1149
+ adapterName: z.ZodOptional<z.ZodString>;
1150
+ clientId: z.ZodOptional<z.ZodString>;
1151
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
1152
+ reject: "reject";
1153
+ "always-ask": "always-ask";
1154
+ "full-access": "full-access";
1155
+ }>>;
1156
+ nativeTools: z.ZodObject<{
1157
+ enabled: z.ZodArray<z.ZodString>;
1158
+ disabled: z.ZodArray<z.ZodString>;
1159
+ }, z.core.$strip>;
1160
+ registryTools: z.ZodObject<{
1161
+ enabled: z.ZodArray<z.ZodString>;
1162
+ disabled: z.ZodArray<z.ZodString>;
1163
+ }, z.core.$strip>;
1164
+ skills: z.ZodOptional<z.ZodObject<{
1165
+ enabled: z.ZodArray<z.ZodString>;
1166
+ disabled: z.ZodArray<z.ZodString>;
1167
+ }, z.core.$strip>>;
1168
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
1169
+ "file.read": "file.read";
1170
+ "file.write": "file.write";
1171
+ "file.delete": "file.delete";
1172
+ "search.content": "search.content";
1173
+ "search.files": "search.files";
1174
+ "search.web": "search.web";
1175
+ "shell.execute": "shell.execute";
1176
+ "network.request": "network.request";
1177
+ "process.manage": "process.manage";
1178
+ }>>>>>;
1179
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1180
+ reject: "reject";
1181
+ "always-ask": "always-ask";
1182
+ "full-access": "full-access";
1183
+ }>>>;
1184
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1185
+ reject: "reject";
1186
+ "always-ask": "always-ask";
1187
+ "full-access": "full-access";
1188
+ }>>>;
1189
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1190
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1191
+ cwd: z.ZodOptional<z.ZodString>;
1192
+ isDefault: z.ZodDefault<z.ZodBoolean>;
1193
+ enabled: z.ZodDefault<z.ZodBoolean>;
1194
+ createdAt: z.ZodNumber;
1195
+ updatedAt: z.ZodNumber;
1196
+ }, z.core.$strip>>;
1197
+ }, z.core.$strip>;
1198
+ };
1199
+ set: {
1200
+ request: z.ZodObject<{
1201
+ description: z.ZodOptional<z.ZodString>;
1202
+ name: z.ZodString;
1203
+ adapterName: z.ZodOptional<z.ZodString>;
1204
+ clientId: z.ZodOptional<z.ZodString>;
1205
+ cwd: z.ZodOptional<z.ZodString>;
1206
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1207
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1208
+ nativeTools: z.ZodObject<{
1209
+ enabled: z.ZodArray<z.ZodString>;
1210
+ disabled: z.ZodArray<z.ZodString>;
1211
+ }, z.core.$strip>;
1212
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
1213
+ "file.read": "file.read";
1214
+ "file.write": "file.write";
1215
+ "file.delete": "file.delete";
1216
+ "search.content": "search.content";
1217
+ "search.files": "search.files";
1218
+ "search.web": "search.web";
1219
+ "shell.execute": "shell.execute";
1220
+ "network.request": "network.request";
1221
+ "process.manage": "process.manage";
1222
+ }>>>>>;
1223
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1224
+ reject: "reject";
1225
+ "always-ask": "always-ask";
1226
+ "full-access": "full-access";
1227
+ }>>>;
1228
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1229
+ reject: "reject";
1230
+ "always-ask": "always-ask";
1231
+ "full-access": "full-access";
1232
+ }>>>;
1233
+ registryTools: z.ZodObject<{
1234
+ enabled: z.ZodArray<z.ZodString>;
1235
+ disabled: z.ZodArray<z.ZodString>;
1236
+ }, z.core.$strip>;
1237
+ skills: z.ZodOptional<z.ZodObject<{
1238
+ enabled: z.ZodArray<z.ZodString>;
1239
+ disabled: z.ZodArray<z.ZodString>;
1240
+ }, z.core.$strip>>;
1241
+ approvalPolicy: z.ZodOptional<z.ZodEnum<{
1242
+ reject: "reject";
1243
+ "always-ask": "always-ask";
1244
+ "full-access": "full-access";
1245
+ }>>;
1246
+ isDefault: z.ZodOptional<z.ZodBoolean>;
1247
+ enabled: z.ZodOptional<z.ZodBoolean>;
1248
+ }, z.core.$strip>;
1249
+ response: z.ZodObject<{
1250
+ id: z.ZodString;
1251
+ }, z.core.$strip>;
1252
+ };
1253
+ delete: {
1254
+ request: z.ZodObject<{
1255
+ id: z.ZodString;
1256
+ }, z.core.$strip>;
1257
+ response: z.ZodObject<{
1258
+ success: z.ZodBoolean;
1259
+ }, z.core.$strip>;
1260
+ };
1261
+ getDefault: {
1262
+ request: z.ZodObject<{
1263
+ adapterName: z.ZodOptional<z.ZodString>;
1264
+ clientId: z.ZodOptional<z.ZodString>;
1265
+ }, z.core.$strip>;
1266
+ response: z.ZodObject<{
1267
+ id: z.ZodString;
1268
+ name: z.ZodString;
1269
+ description: z.ZodOptional<z.ZodString>;
1270
+ adapterName: z.ZodOptional<z.ZodString>;
1271
+ clientId: z.ZodOptional<z.ZodString>;
1272
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
1273
+ reject: "reject";
1274
+ "always-ask": "always-ask";
1275
+ "full-access": "full-access";
1276
+ }>>;
1277
+ nativeTools: z.ZodObject<{
1278
+ enabled: z.ZodArray<z.ZodString>;
1279
+ disabled: z.ZodArray<z.ZodString>;
1280
+ }, z.core.$strip>;
1281
+ registryTools: z.ZodObject<{
1282
+ enabled: z.ZodArray<z.ZodString>;
1283
+ disabled: z.ZodArray<z.ZodString>;
1284
+ }, z.core.$strip>;
1285
+ skills: z.ZodOptional<z.ZodObject<{
1286
+ enabled: z.ZodArray<z.ZodString>;
1287
+ disabled: z.ZodArray<z.ZodString>;
1288
+ }, z.core.$strip>>;
1289
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
1290
+ "file.read": "file.read";
1291
+ "file.write": "file.write";
1292
+ "file.delete": "file.delete";
1293
+ "search.content": "search.content";
1294
+ "search.files": "search.files";
1295
+ "search.web": "search.web";
1296
+ "shell.execute": "shell.execute";
1297
+ "network.request": "network.request";
1298
+ "process.manage": "process.manage";
1299
+ }>>>>>;
1300
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1301
+ reject: "reject";
1302
+ "always-ask": "always-ask";
1303
+ "full-access": "full-access";
1304
+ }>>>;
1305
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1306
+ reject: "reject";
1307
+ "always-ask": "always-ask";
1308
+ "full-access": "full-access";
1309
+ }>>>;
1310
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1311
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1312
+ cwd: z.ZodOptional<z.ZodString>;
1313
+ isDefault: z.ZodDefault<z.ZodBoolean>;
1314
+ enabled: z.ZodDefault<z.ZodBoolean>;
1315
+ createdAt: z.ZodNumber;
1316
+ updatedAt: z.ZodNumber;
1317
+ }, z.core.$strip>;
1318
+ };
1319
+ resolve: {
1320
+ request: z.ZodObject<{
1321
+ adapterName: z.ZodOptional<z.ZodString>;
1322
+ clientId: z.ZodOptional<z.ZodString>;
1323
+ personaHarnessId: z.ZodOptional<z.ZodString>;
1324
+ profileHarnessId: z.ZodOptional<z.ZodString>;
1325
+ }, z.core.$strip>;
1326
+ response: z.ZodObject<{
1327
+ id: z.ZodString;
1328
+ name: z.ZodString;
1329
+ description: z.ZodOptional<z.ZodString>;
1330
+ adapterName: z.ZodOptional<z.ZodString>;
1331
+ clientId: z.ZodOptional<z.ZodString>;
1332
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
1333
+ reject: "reject";
1334
+ "always-ask": "always-ask";
1335
+ "full-access": "full-access";
1336
+ }>>;
1337
+ nativeTools: z.ZodObject<{
1338
+ enabled: z.ZodArray<z.ZodString>;
1339
+ disabled: z.ZodArray<z.ZodString>;
1340
+ }, z.core.$strip>;
1341
+ registryTools: z.ZodObject<{
1342
+ enabled: z.ZodArray<z.ZodString>;
1343
+ disabled: z.ZodArray<z.ZodString>;
1344
+ }, z.core.$strip>;
1345
+ skills: z.ZodOptional<z.ZodObject<{
1346
+ enabled: z.ZodArray<z.ZodString>;
1347
+ disabled: z.ZodArray<z.ZodString>;
1348
+ }, z.core.$strip>>;
1349
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
1350
+ "file.read": "file.read";
1351
+ "file.write": "file.write";
1352
+ "file.delete": "file.delete";
1353
+ "search.content": "search.content";
1354
+ "search.files": "search.files";
1355
+ "search.web": "search.web";
1356
+ "shell.execute": "shell.execute";
1357
+ "network.request": "network.request";
1358
+ "process.manage": "process.manage";
1359
+ }>>>>>;
1360
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1361
+ reject: "reject";
1362
+ "always-ask": "always-ask";
1363
+ "full-access": "full-access";
1364
+ }>>>;
1365
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1366
+ reject: "reject";
1367
+ "always-ask": "always-ask";
1368
+ "full-access": "full-access";
1369
+ }>>>;
1370
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1371
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1372
+ cwd: z.ZodOptional<z.ZodString>;
1373
+ isDefault: z.ZodDefault<z.ZodBoolean>;
1374
+ enabled: z.ZodDefault<z.ZodBoolean>;
1375
+ createdAt: z.ZodNumber;
1376
+ updatedAt: z.ZodNumber;
1377
+ }, z.core.$strip>;
1378
+ };
1379
+ getSchema: {
1380
+ request: z.ZodObject<{}, z.core.$strip>;
1381
+ response: z.ZodObject<{
1382
+ schema: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1383
+ uiConfig: z.ZodObject<{
1384
+ editMode: z.ZodDefault<z.ZodEnum<{
1385
+ inline: "inline";
1386
+ slidePanel: "slidePanel";
1387
+ fullPage: "fullPage";
1388
+ }>>;
1389
+ hiddenFields: z.ZodOptional<z.ZodArray<z.ZodString>>;
1390
+ readOnlyInEditMode: z.ZodOptional<z.ZodArray<z.ZodString>>;
1391
+ fieldOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1392
+ widget: z.ZodOptional<z.ZodString>;
1393
+ delimiter: z.ZodOptional<z.ZodString>;
1394
+ placeholder: z.ZodOptional<z.ZodString>;
1395
+ helpText: z.ZodOptional<z.ZodString>;
1396
+ min: z.ZodOptional<z.ZodNumber>;
1397
+ max: z.ZodOptional<z.ZodNumber>;
1398
+ step: z.ZodOptional<z.ZodNumber>;
1399
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
1400
+ value: z.ZodString;
1401
+ label: z.ZodString;
1402
+ }, z.core.$strip>>>;
1403
+ }, z.core.$strip>>>;
1404
+ sections: z.ZodOptional<z.ZodArray<z.ZodObject<{
1405
+ id: z.ZodString;
1406
+ title: z.ZodString;
1407
+ description: z.ZodOptional<z.ZodString>;
1408
+ fields: z.ZodArray<z.ZodString>;
1409
+ }, z.core.$strip>>>;
1410
+ }, z.core.$strip>;
1411
+ }, z.core.$strip>;
1412
+ }; /** Emitted after a new harness definition is inserted. */
1413
+ created: z.ZodObject<{
1414
+ id: z.ZodString;
1415
+ name: z.ZodString;
1416
+ description: z.ZodOptional<z.ZodString>;
1417
+ adapterName: z.ZodOptional<z.ZodString>;
1418
+ clientId: z.ZodOptional<z.ZodString>;
1419
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
1420
+ reject: "reject";
1421
+ "always-ask": "always-ask";
1422
+ "full-access": "full-access";
1423
+ }>>;
1424
+ nativeTools: z.ZodObject<{
1425
+ enabled: z.ZodArray<z.ZodString>;
1426
+ disabled: z.ZodArray<z.ZodString>;
1427
+ }, z.core.$strip>;
1428
+ registryTools: z.ZodObject<{
1429
+ enabled: z.ZodArray<z.ZodString>;
1430
+ disabled: z.ZodArray<z.ZodString>;
1431
+ }, z.core.$strip>;
1432
+ skills: z.ZodOptional<z.ZodObject<{
1433
+ enabled: z.ZodArray<z.ZodString>;
1434
+ disabled: z.ZodArray<z.ZodString>;
1435
+ }, z.core.$strip>>;
1436
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
1437
+ "file.read": "file.read";
1438
+ "file.write": "file.write";
1439
+ "file.delete": "file.delete";
1440
+ "search.content": "search.content";
1441
+ "search.files": "search.files";
1442
+ "search.web": "search.web";
1443
+ "shell.execute": "shell.execute";
1444
+ "network.request": "network.request";
1445
+ "process.manage": "process.manage";
1446
+ }>>>>>;
1447
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1448
+ reject: "reject";
1449
+ "always-ask": "always-ask";
1450
+ "full-access": "full-access";
1451
+ }>>>;
1452
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1453
+ reject: "reject";
1454
+ "always-ask": "always-ask";
1455
+ "full-access": "full-access";
1456
+ }>>>;
1457
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1458
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1459
+ cwd: z.ZodOptional<z.ZodString>;
1460
+ isDefault: z.ZodDefault<z.ZodBoolean>;
1461
+ enabled: z.ZodDefault<z.ZodBoolean>;
1462
+ createdAt: z.ZodNumber;
1463
+ updatedAt: z.ZodNumber;
1464
+ }, z.core.$strip>; /** Emitted after an existing harness definition is updated. */
1465
+ updated: z.ZodObject<{
1466
+ id: z.ZodString;
1467
+ name: z.ZodString;
1468
+ description: z.ZodOptional<z.ZodString>;
1469
+ adapterName: z.ZodOptional<z.ZodString>;
1470
+ clientId: z.ZodOptional<z.ZodString>;
1471
+ approvalPolicy: z.ZodDefault<z.ZodEnum<{
1472
+ reject: "reject";
1473
+ "always-ask": "always-ask";
1474
+ "full-access": "full-access";
1475
+ }>>;
1476
+ nativeTools: z.ZodObject<{
1477
+ enabled: z.ZodArray<z.ZodString>;
1478
+ disabled: z.ZodArray<z.ZodString>;
1479
+ }, z.core.$strip>;
1480
+ registryTools: z.ZodObject<{
1481
+ enabled: z.ZodArray<z.ZodString>;
1482
+ disabled: z.ZodArray<z.ZodString>;
1483
+ }, z.core.$strip>;
1484
+ skills: z.ZodOptional<z.ZodObject<{
1485
+ enabled: z.ZodArray<z.ZodString>;
1486
+ disabled: z.ZodArray<z.ZodString>;
1487
+ }, z.core.$strip>>;
1488
+ toolCapabilityMap: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodEnum<{
1489
+ "file.read": "file.read";
1490
+ "file.write": "file.write";
1491
+ "file.delete": "file.delete";
1492
+ "search.content": "search.content";
1493
+ "search.files": "search.files";
1494
+ "search.web": "search.web";
1495
+ "shell.execute": "shell.execute";
1496
+ "network.request": "network.request";
1497
+ "process.manage": "process.manage";
1498
+ }>>>>>;
1499
+ capabilityOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1500
+ reject: "reject";
1501
+ "always-ask": "always-ask";
1502
+ "full-access": "full-access";
1503
+ }>>>;
1504
+ toolApprovalOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEnum<{
1505
+ reject: "reject";
1506
+ "always-ask": "always-ask";
1507
+ "full-access": "full-access";
1508
+ }>>>;
1509
+ env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1510
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1511
+ cwd: z.ZodOptional<z.ZodString>;
1512
+ isDefault: z.ZodDefault<z.ZodBoolean>;
1513
+ enabled: z.ZodDefault<z.ZodBoolean>;
1514
+ createdAt: z.ZodNumber;
1515
+ updatedAt: z.ZodNumber;
1516
+ }, z.core.$strip>; /** Emitted after a harness definition is deleted. */
1517
+ deleted: z.ZodObject<{
1518
+ id: z.ZodString;
1519
+ }, z.core.$strip>;
1520
+ }>, "harness">;
1521
+ //#endregion
1522
+ //#region core/contracts/src/tool-capability/capabilities.d.ts
1523
+ /**
1524
+ * Canonical capability taxonomy. Platform-owned and adapter-agnostic.
1525
+ * Tools map to one or more capabilities at declaration time.
1526
+ */
1527
+ declare const ToolCapability: {
1528
+ /** Read the contents of a file from the local filesystem. */readonly FILE_READ: "file.read"; /** Write or create a file on the local filesystem. */
1529
+ readonly FILE_WRITE: "file.write"; /** Delete a file or directory from the local filesystem. */
1530
+ readonly FILE_DELETE: "file.delete"; /** Search within file contents (grep-style). */
1531
+ readonly SEARCH_CONTENT: "search.content"; /** Search for files by name or pattern (glob/find-style). */
1532
+ readonly SEARCH_FILES: "search.files"; /** Perform a web or internet search. */
1533
+ readonly SEARCH_WEB: "search.web"; /** Execute arbitrary shell commands. */
1534
+ readonly SHELL_EXECUTE: "shell.execute"; /** Make HTTP or other network requests. */
1535
+ readonly NETWORK_REQUEST: "network.request"; /** Start, stop, or otherwise manage OS processes. */
1536
+ readonly PROCESS_MANAGE: "process.manage";
1537
+ };
1538
+ /** Union of all capability string literals. */
1539
+ type ToolCapability = (typeof ToolCapability)[keyof typeof ToolCapability];
1540
+ /**
1541
+ * Semantic meta-tags derived from a tool's capability set.
1542
+ *
1543
+ * - `'read-only'` — the tool only reads state; it never mutates anything.
1544
+ * - `'destructive'` — the tool can modify or destroy data/processes.
1545
+ */
1546
+ type ToolMetaTag = 'read-only' | 'destructive';
1547
+ declare const ToolCapabilitySchema: z.ZodEnum<{
1548
+ "file.read": "file.read";
1549
+ "file.write": "file.write";
1550
+ "file.delete": "file.delete";
1551
+ "search.content": "search.content";
1552
+ "search.files": "search.files";
1553
+ "search.web": "search.web";
1554
+ "shell.execute": "shell.execute";
1555
+ "network.request": "network.request";
1556
+ "process.manage": "process.manage";
1557
+ }>;
1558
+ /**
1559
+ * Derives semantic meta-tags from a tool's declared capabilities.
1560
+ *
1561
+ * - Returns `'read-only'` when **all** capabilities are in
1562
+ * the read-only capability set (the tool observes only).
1563
+ * - Returns `'destructive'` when **any** capability is in
1564
+ * the destructive capability set (the tool can mutate/destroy).
1565
+ * - No tags may be returned (e.g. a tool with only `NETWORK_REQUEST` receives
1566
+ * neither {@link ToolMetaTag}).
1567
+ * - `'read-only'` and `'destructive'` cannot both be returned in the current
1568
+ * taxonomy because the read-only and destructive capability sets are disjoint.
1569
+ * @param capabilities - The capability values declared by the tool.
1570
+ * @returns An array of {@link ToolMetaTag} values that apply to the tool.
1571
+ */
1572
+ declare function computeMetaTags(capabilities: readonly ToolCapability[]): ToolMetaTag[];
1573
+ //#endregion
1574
+ //#region core/contracts/src/tool-capability/picker-types.d.ts
1575
+ /**
1576
+ * Composite value emitted by the CapabilityPicker widget.
1577
+ * Controls four schema fields via a single widget.
1578
+ * @param allowedCapabilities - Capabilities explicitly allowed (present = allowed in three-state model)
1579
+ * @param disallowedCapabilities - Capabilities explicitly disallowed (present = disallowed in three-state model)
1580
+ * @param allowedTools - Raw tool name overrides that bypass capability filtering
1581
+ * @param disallowedTools - Raw tool names explicitly blocked
1582
+ */
1583
+ interface CapabilityPickerValue {
1584
+ /** Capabilities explicitly allowed (three-state: present = allowed). */
1585
+ allowedCapabilities: ToolCapability[];
1586
+ /** Capabilities explicitly disallowed (three-state: present = disallowed). */
1587
+ disallowedCapabilities: ToolCapability[];
1588
+ /** Raw tool name overrides that bypass capability filtering. */
1589
+ allowedTools: string[];
1590
+ /** Raw tool names explicitly blocked. */
1591
+ disallowedTools: string[];
1592
+ }
1593
+ /**
1594
+ * A capability with its resolved tools and meta-tags, ready for rendering.
1595
+ * @param capability - Canonical capability identifier
1596
+ * @param label - Human-readable label derived from capability
1597
+ * @param resolvedTools - Tool names in the active harness that declare this capability
1598
+ * @param metaTags - Computed meta-tags for tools with only this capability
1599
+ */
1600
+ interface CapabilityItem {
1601
+ /** Canonical capability identifier. */
1602
+ capability: ToolCapability;
1603
+ /** Human-readable label (derived from capability, e.g., 'file.read' → 'File Read'). */
1604
+ label: string;
1605
+ /** Tool names in the active harness that declare this capability. */
1606
+ resolvedTools: string[];
1607
+ /** Computed meta-tags for tools with only this capability. */
1608
+ metaTags: ToolMetaTag[];
1609
+ }
1610
+ /**
1611
+ * Capabilities grouped by dotted-namespace prefix for rendering.
1612
+ * @param label - Group label (e.g., 'File', 'Shell', 'Search')
1613
+ * @param items - Capabilities in this group
1614
+ */
1615
+ interface CapabilityGroup {
1616
+ /** Group label (e.g., 'File', 'Shell', 'Search', 'Network', 'Process'). */
1617
+ label: string;
1618
+ /** Capabilities in this group. */
1619
+ items: CapabilityItem[];
1620
+ }
1621
+ //#endregion
1622
+ //#region core/contracts/src/harness/expand-capabilities.d.ts
1623
+ /**
1624
+ * Looks up the declared capabilities for a tool name.
1625
+ * @param toolName - Adapter-native tool name (e.g., 'bash', 'Read')
1626
+ * @param capabilityMap - Map of tool names to their declared capabilities
1627
+ * @returns Declared capabilities, or empty array if the tool has no capability mapping
1628
+ */
1629
+ declare function getToolCapabilities(toolName: string, capabilityMap: Readonly<Record<string, readonly ToolCapability[]>>): readonly ToolCapability[];
1630
+ /** Input parameters for {@link expandCapabilities}. */
1631
+ interface ExpandCapabilitiesParams {
1632
+ /** Tool names currently registered/enabled by the active harness. */
1633
+ registeredTools: readonly string[];
1634
+ /**
1635
+ * Capabilities to allow. When empty, no capability-based filtering is
1636
+ * applied and `allowedTools` in the result will be empty.
1637
+ *
1638
+ * Callers are expected to merge the returned `allowedTools` with any
1639
+ * explicit `allowedTools` from the profile (Stance B overrides) at
1640
+ * resolution time; this function does not handle that merge.
1641
+ */
1642
+ allowedCapabilities: readonly ToolCapability[];
1643
+ /** Capabilities to disallow. */
1644
+ disallowedCapabilities: readonly ToolCapability[];
1645
+ /** Map of tool names to their declared capabilities. */
1646
+ capabilityMap: Readonly<Record<string, readonly ToolCapability[]>>;
1647
+ }
1648
+ /** Expanded concrete tool name lists produced by {@link expandCapabilities}. */
1649
+ interface ExpandCapabilitiesResult {
1650
+ /** Tool names whose capabilities are all within the allowed set. */
1651
+ allowedTools: string[];
1652
+ /** Tool names that have at least one disallowed capability. */
1653
+ disallowedTools: string[];
1654
+ }
1655
+ /**
1656
+ * Expands capability filters to concrete tool names using the ALL-match rule.
1657
+ * Only tools present in `registeredTools` are evaluated.
1658
+ *
1659
+ * A tool is included in `allowedTools` only if all its capabilities fall within
1660
+ * the allowed set. A tool is included in `disallowedTools` if any of its
1661
+ * capabilities falls within the disallowed set.
1662
+ *
1663
+ * Explicit `allowedTools` overrides (Stance B) are intentionally not handled
1664
+ * here; that merge belongs to the caller.
1665
+ * @param params - Expansion parameters; see {@link ExpandCapabilitiesParams}.
1666
+ * @returns Expanded tool name lists; see {@link ExpandCapabilitiesResult}.
1667
+ */
1668
+ declare function expandCapabilities(params: ExpandCapabilitiesParams): ExpandCapabilitiesResult;
1669
+ /**
1670
+ * Config shape consumed by {@link expandProfileToolCapabilities}.
1671
+ * Matches the common subset shared by ProfileDefinition, Persona, and ad-hoc
1672
+ * SubagentConfig-level callers.
1673
+ */
1674
+ interface ProfileToolCapabilitiesConfig {
1675
+ /** Capabilities to allow; drives expansion to concrete tool names. */
1676
+ allowedCapabilities?: readonly ToolCapability[];
1677
+ /** Capabilities to disallow; drives expansion to concrete tool names. */
1678
+ disallowedCapabilities?: readonly ToolCapability[];
1679
+ /** Harness ID used to load the capability map and registered tools. */
1680
+ harnessId?: string;
1681
+ /** Explicit allowed tool names to union with expanded results (Stance B). */
1682
+ allowedTools?: readonly string[];
1683
+ /** Explicit disallowed tool names to union with expanded results (Stance B). */
1684
+ disallowedTools?: readonly string[];
1685
+ }
1686
+ /**
1687
+ * Expands capability-based filters from a profile-like config into concrete
1688
+ * tool names, loading the harness capability map via bus.
1689
+ *
1690
+ * This is a no-op when no capability fields are set, when `harnessId` is
1691
+ * absent, or when the resolved harness has no `toolCapabilityMap`. In all
1692
+ * these cases the explicit `allowedTools` / `disallowedTools` are returned
1693
+ * unchanged.
1694
+ *
1695
+ * Results are unioned with the explicit tool lists (Stance B): explicit names
1696
+ * are never removed by capability expansion.
1697
+ * @param bus - Bus for harness RPC
1698
+ * @param config - Object with capability and explicit tool list fields
1699
+ * @returns Expanded `allowedTools` and `disallowedTools` (Stance B union applied)
1700
+ */
1701
+ declare function expandProfileToolCapabilities(bus: MakaioBusLike, config: ProfileToolCapabilitiesConfig): Promise<{
1702
+ allowedTools?: string[];
1703
+ disallowedTools?: string[];
1704
+ }>;
1705
+ //#endregion
1706
+ //#region core/contracts/src/harness/codex-capability-map.d.ts
1707
+ /**
1708
+ * Canonical capability map for Codex native harness tools.
1709
+ *
1710
+ * This is shared by contracts defaults and the codex-app-server adapter to
1711
+ * keep capability taxonomy in one place and avoid drift.
1712
+ */
1713
+ declare const codexCapabilityMap: {
1714
+ readonly bash: readonly ["shell.execute", "file.read", "file.write", "file.delete", "network.request", "process.manage"];
1715
+ readonly patch: readonly ["file.write"];
1716
+ };
1717
+ //#endregion
1718
+ //#region core/contracts/src/harness/defaults.d.ts
1719
+ /** Default harness for codex-app-server native tools. */
1720
+ declare const CODEX_APP_SERVER_NATIVE_HARNESS: DefaultHarnessDefinition;
1721
+ /** Default harness for openai-node adapter using registry tools only. */
1722
+ declare const OPENAI_NODE_REGISTRY_HARNESS: DefaultHarnessDefinition;
1723
+ /** Default harness for claude-code adapter using registry tools only. */
1724
+ declare const CLAUDE_CODE_REGISTRY_HARNESS: DefaultHarnessDefinition;
1725
+ /** Default harness for gemini-sdk adapter using registry tools only. */
1726
+ declare const GEMINI_SDK_REGISTRY_HARNESS: DefaultHarnessDefinition;
1727
+ /** Shipped default harnesses registered during service initialization. */
1728
+ declare const DEFAULT_HARNESSES: DefaultHarnessDefinition[];
1729
+ //#endregion
1730
+ export { HarnessDefinitionSchema as A, ApprovalPolicy as C, HarnessDefinitionBaseSchema as D, HarnessDefinition as E, ToolApprovalOverridesSchema as M, HarnessDefinitionCreate as O, HarnessSubjects as S, DefaultHarnessDefinition as T, ToolCapabilitySchema as _, OPENAI_NODE_REGISTRY_HARNESS as a, HarnessNamespace as b, ExpandCapabilitiesResult as c, expandProfileToolCapabilities as d, getToolCapabilities as f, ToolCapability as g, CapabilityPickerValue as h, GEMINI_SDK_REGISTRY_HARNESS as i, ToolApprovalOverrides as j, HarnessDefinitionCreateSchema as k, ProfileToolCapabilitiesConfig as l, CapabilityItem as m, CODEX_APP_SERVER_NATIVE_HARNESS as n, codexCapabilityMap as o, CapabilityGroup as p, DEFAULT_HARNESSES as r, ExpandCapabilitiesParams as s, CLAUDE_CODE_REGISTRY_HARNESS as t, expandCapabilities as u, ToolMetaTag as v, ApprovalPolicySchema as w, HarnessSchemas as x, computeMetaTags as y };