@evalops/maestro 0.10.18 → 0.10.21

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 (2490) hide show
  1. package/README.md +56 -1
  2. package/dist/agent/action-approval.d.ts +12 -2
  3. package/dist/agent/action-approval.d.ts.map +1 -1
  4. package/dist/agent/action-approval.js +19 -32
  5. package/dist/agent/action-approval.js.map +1 -1
  6. package/dist/agent/agent.d.ts +1 -0
  7. package/dist/agent/agent.d.ts.map +1 -1
  8. package/dist/agent/agent.js +26 -0
  9. package/dist/agent/agent.js.map +1 -1
  10. package/dist/agent/compaction.d.ts +2 -0
  11. package/dist/agent/compaction.d.ts.map +1 -1
  12. package/dist/agent/compaction.js +4 -2
  13. package/dist/agent/compaction.js.map +1 -1
  14. package/dist/agent/index.d.ts +1 -1
  15. package/dist/agent/index.d.ts.map +1 -1
  16. package/dist/agent/index.js +1 -1
  17. package/dist/agent/index.js.map +1 -1
  18. package/dist/agent/modes.d.ts +56 -4
  19. package/dist/agent/modes.d.ts.map +1 -1
  20. package/dist/agent/modes.js +163 -2
  21. package/dist/agent/modes.js.map +1 -1
  22. package/dist/agent/prompt-recovery.d.ts.map +1 -1
  23. package/dist/agent/prompt-recovery.js +1 -3
  24. package/dist/agent/prompt-recovery.js.map +1 -1
  25. package/dist/agent/providers/anthropic.d.ts.map +1 -1
  26. package/dist/agent/providers/anthropic.js +9 -1
  27. package/dist/agent/providers/anthropic.js.map +1 -1
  28. package/dist/agent/providers/codex-app-server.d.ts +12 -0
  29. package/dist/agent/providers/codex-app-server.d.ts.map +1 -0
  30. package/dist/agent/providers/codex-app-server.js +788 -0
  31. package/dist/agent/providers/codex-app-server.js.map +1 -0
  32. package/dist/agent/providers/google-gemini-cli.js +14 -3
  33. package/dist/agent/providers/google.js +22 -3
  34. package/dist/agent/providers/scripted.d.ts +11 -0
  35. package/dist/agent/providers/scripted.d.ts.map +1 -0
  36. package/dist/agent/providers/scripted.js +399 -0
  37. package/dist/agent/providers/scripted.js.map +1 -0
  38. package/dist/agent/providers/vertex.js +14 -3
  39. package/dist/agent/scenario-source.d.ts +19 -0
  40. package/dist/agent/scenario-source.d.ts.map +1 -0
  41. package/dist/agent/scenario-source.js +112 -0
  42. package/dist/agent/scenario-source.js.map +1 -0
  43. package/dist/agent/subagent-specs.d.ts +1 -1
  44. package/dist/agent/subagent-specs.js +1 -1
  45. package/dist/agent/subagent-specs.js.map +1 -1
  46. package/dist/agent/swarm/executor.d.ts +25 -0
  47. package/dist/agent/swarm/executor.d.ts.map +1 -1
  48. package/dist/agent/swarm/executor.js +795 -20
  49. package/dist/agent/swarm/executor.js.map +1 -1
  50. package/dist/agent/swarm/runtime-events.d.ts +11 -0
  51. package/dist/agent/swarm/runtime-events.d.ts.map +1 -0
  52. package/dist/agent/swarm/runtime-events.js +26 -0
  53. package/dist/agent/swarm/runtime-events.js.map +1 -0
  54. package/dist/agent/swarm/types.d.ts +78 -0
  55. package/dist/agent/swarm/types.d.ts.map +1 -1
  56. package/dist/agent/swarm/types.js.map +1 -1
  57. package/dist/agent/tracing.d.ts +1 -1
  58. package/dist/agent/tracing.d.ts.map +1 -1
  59. package/dist/agent/tracing.js +17 -9
  60. package/dist/agent/tracing.js.map +1 -1
  61. package/dist/agent/transport/create-provider-stream.d.ts.map +1 -1
  62. package/dist/agent/transport/create-provider-stream.js +14 -0
  63. package/dist/agent/transport/create-provider-stream.js.map +1 -1
  64. package/dist/agent/transport/stable-stringify.d.ts +2 -0
  65. package/dist/agent/transport/stable-stringify.d.ts.map +1 -0
  66. package/dist/agent/transport/stable-stringify.js +14 -0
  67. package/dist/agent/transport/stable-stringify.js.map +1 -0
  68. package/dist/agent/transport/tool-execution-bridge.d.ts.map +1 -1
  69. package/dist/agent/transport/tool-execution-bridge.js +2 -15
  70. package/dist/agent/transport/tool-execution-bridge.js.map +1 -1
  71. package/dist/agent/transport/tool-safety-pipeline.d.ts +5 -1
  72. package/dist/agent/transport/tool-safety-pipeline.d.ts.map +1 -1
  73. package/dist/agent/transport/tool-safety-pipeline.js +184 -36
  74. package/dist/agent/transport/tool-safety-pipeline.js.map +1 -1
  75. package/dist/agent/transport.d.ts +8 -0
  76. package/dist/agent/transport.d.ts.map +1 -1
  77. package/dist/agent/transport.js +1613 -68
  78. package/dist/agent/transport.js.map +1 -1
  79. package/dist/agent/types.d.ts +170 -2
  80. package/dist/agent/types.d.ts.map +1 -1
  81. package/dist/agent/types.js.map +1 -1
  82. package/dist/api/enterprise-routes.d.ts.map +1 -1
  83. package/dist/api/enterprise-routes.js +34 -3
  84. package/dist/api/enterprise-routes.js.map +1 -1
  85. package/dist/app-server/in-process-client.d.ts +32 -0
  86. package/dist/app-server/in-process-client.d.ts.map +1 -0
  87. package/dist/app-server/in-process-client.js +73 -0
  88. package/dist/app-server/in-process-client.js.map +1 -0
  89. package/dist/app-server/session-api.d.ts +36 -0
  90. package/dist/app-server/session-api.d.ts.map +1 -0
  91. package/dist/app-server/session-api.js +713 -0
  92. package/dist/app-server/session-api.js.map +1 -0
  93. package/dist/approvals/platform-action-approval.d.ts +3 -1
  94. package/dist/approvals/platform-action-approval.d.ts.map +1 -1
  95. package/dist/approvals/platform-action-approval.js +16 -9
  96. package/dist/approvals/platform-action-approval.js.map +1 -1
  97. package/dist/approvals/service-client.d.ts.map +1 -1
  98. package/dist/approvals/service-client.js +7 -7
  99. package/dist/approvals/service-client.js.map +1 -1
  100. package/dist/audit/logger.d.ts +4 -4
  101. package/dist/bootstrap/agent-creation-setup.d.ts +4 -0
  102. package/dist/bootstrap/agent-creation-setup.d.ts.map +1 -1
  103. package/dist/bootstrap/agent-creation-setup.js +3 -1
  104. package/dist/bootstrap/agent-creation-setup.js.map +1 -1
  105. package/dist/bootstrap/auth-setup.js +1 -1
  106. package/dist/bootstrap/auth-setup.js.map +1 -1
  107. package/dist/bootstrap/event-subscriptions-setup.d.ts +6 -0
  108. package/dist/bootstrap/event-subscriptions-setup.d.ts.map +1 -1
  109. package/dist/bootstrap/event-subscriptions-setup.js +26 -2
  110. package/dist/bootstrap/event-subscriptions-setup.js.map +1 -1
  111. package/dist/bootstrap/model-resolution-setup.d.ts.map +1 -1
  112. package/dist/bootstrap/model-resolution-setup.js +4 -1
  113. package/dist/bootstrap/model-resolution-setup.js.map +1 -1
  114. package/dist/bootstrap/tools-setup.d.ts +2 -1
  115. package/dist/bootstrap/tools-setup.d.ts.map +1 -1
  116. package/dist/bootstrap/tools-setup.js +5 -1
  117. package/dist/bootstrap/tools-setup.js.map +1 -1
  118. package/dist/cli/args.d.ts +9 -1
  119. package/dist/cli/args.d.ts.map +1 -1
  120. package/dist/cli/args.js +130 -5
  121. package/dist/cli/args.js.map +1 -1
  122. package/dist/cli/commands/a2a.d.ts +9 -0
  123. package/dist/cli/commands/a2a.d.ts.map +1 -0
  124. package/dist/cli/commands/a2a.js +1714 -0
  125. package/dist/cli/commands/a2a.js.map +1 -0
  126. package/dist/cli/commands/agents.d.ts +16 -2
  127. package/dist/cli/commands/agents.d.ts.map +1 -1
  128. package/dist/cli/commands/agents.js +223 -35
  129. package/dist/cli/commands/agents.js.map +1 -1
  130. package/dist/cli/commands/codex.d.ts +1 -1
  131. package/dist/cli/commands/codex.d.ts.map +1 -1
  132. package/dist/cli/commands/codex.js +145 -39
  133. package/dist/cli/commands/codex.js.map +1 -1
  134. package/dist/cli/commands/context.d.ts +10 -0
  135. package/dist/cli/commands/context.d.ts.map +1 -0
  136. package/dist/cli/commands/context.js +176 -0
  137. package/dist/cli/commands/context.js.map +1 -0
  138. package/dist/cli/commands/hosted-runner.d.ts +1 -0
  139. package/dist/cli/commands/hosted-runner.d.ts.map +1 -1
  140. package/dist/cli/commands/hosted-runner.js +9 -1
  141. package/dist/cli/commands/hosted-runner.js.map +1 -1
  142. package/dist/cli/commands/modes.d.ts +8 -0
  143. package/dist/cli/commands/modes.d.ts.map +1 -0
  144. package/dist/cli/commands/modes.js +151 -0
  145. package/dist/cli/commands/modes.js.map +1 -0
  146. package/dist/cli/commands/operating-plane.d.ts +14 -0
  147. package/dist/cli/commands/operating-plane.d.ts.map +1 -0
  148. package/dist/cli/commands/operating-plane.js +160 -0
  149. package/dist/cli/commands/operating-plane.js.map +1 -0
  150. package/dist/cli/commands/run.d.ts +87 -0
  151. package/dist/cli/commands/run.d.ts.map +1 -0
  152. package/dist/cli/commands/run.js +356 -0
  153. package/dist/cli/commands/run.js.map +1 -0
  154. package/dist/cli/commands/scenario.d.ts +7 -0
  155. package/dist/cli/commands/scenario.d.ts.map +1 -0
  156. package/dist/cli/commands/scenario.js +195 -0
  157. package/dist/cli/commands/scenario.js.map +1 -0
  158. package/dist/cli/commands/skill.d.ts +7 -0
  159. package/dist/cli/commands/skill.d.ts.map +1 -0
  160. package/dist/cli/commands/skill.js +286 -0
  161. package/dist/cli/commands/skill.js.map +1 -0
  162. package/dist/cli/headless-protocol.d.ts +55 -1
  163. package/dist/cli/headless-protocol.d.ts.map +1 -1
  164. package/dist/cli/headless-protocol.js +446 -7
  165. package/dist/cli/headless-protocol.js.map +1 -1
  166. package/dist/cli/headless-runtime-selection.d.ts +38 -0
  167. package/dist/cli/headless-runtime-selection.d.ts.map +1 -0
  168. package/dist/cli/headless-runtime-selection.js +48 -0
  169. package/dist/cli/headless-runtime-selection.js.map +1 -0
  170. package/dist/cli/headless.d.ts +5 -1
  171. package/dist/cli/headless.d.ts.map +1 -1
  172. package/dist/cli/headless.js +11 -1
  173. package/dist/cli/headless.js.map +1 -1
  174. package/dist/cli/help.d.ts +3 -1
  175. package/dist/cli/help.d.ts.map +1 -1
  176. package/dist/cli/help.js +135 -30
  177. package/dist/cli/help.js.map +1 -1
  178. package/dist/cli/system-prompt.d.ts +22 -4
  179. package/dist/cli/system-prompt.d.ts.map +1 -1
  180. package/dist/cli/system-prompt.js +224 -127
  181. package/dist/cli/system-prompt.js.map +1 -1
  182. package/dist/cli-tui/commands/a2a-handlers.d.ts +7 -0
  183. package/dist/cli-tui/commands/a2a-handlers.d.ts.map +1 -0
  184. package/dist/cli-tui/commands/a2a-handlers.js +160 -0
  185. package/dist/cli-tui/commands/a2a-handlers.js.map +1 -0
  186. package/dist/cli-tui/commands/command-catalog.d.ts.map +1 -1
  187. package/dist/cli-tui/commands/command-catalog.js +15 -0
  188. package/dist/cli-tui/commands/command-catalog.js.map +1 -1
  189. package/dist/cli-tui/commands/command-registry-adapter.js +10 -1
  190. package/dist/cli-tui/commands/command-registry-adapter.js.map +1 -1
  191. package/dist/cli-tui/commands/handlers/mode-handler.d.ts.map +1 -1
  192. package/dist/cli-tui/commands/handlers/mode-handler.js +22 -10
  193. package/dist/cli-tui/commands/handlers/mode-handler.js.map +1 -1
  194. package/dist/cli-tui/commands/mcp-handlers.d.ts.map +1 -1
  195. package/dist/cli-tui/commands/mcp-handlers.js +6 -5
  196. package/dist/cli-tui/commands/mcp-handlers.js.map +1 -1
  197. package/dist/cli-tui/commands/types.d.ts +1 -0
  198. package/dist/cli-tui/commands/types.d.ts.map +1 -1
  199. package/dist/cli-tui/commands/types.js.map +1 -1
  200. package/dist/cli-tui/commands/utility-handlers.d.ts +4 -0
  201. package/dist/cli-tui/commands/utility-handlers.d.ts.map +1 -1
  202. package/dist/cli-tui/commands/utility-handlers.js +45 -6
  203. package/dist/cli-tui/commands/utility-handlers.js.map +1 -1
  204. package/dist/cli-tui/run/run-shell-command.d.ts.map +1 -1
  205. package/dist/cli-tui/run/run-shell-command.js +14 -5
  206. package/dist/cli-tui/run/run-shell-command.js.map +1 -1
  207. package/dist/cli-tui/run/streaming-shell-command.d.ts.map +1 -1
  208. package/dist/cli-tui/run/streaming-shell-command.js +14 -5
  209. package/dist/cli-tui/run/streaming-shell-command.js.map +1 -1
  210. package/dist/cli-tui/selectors/model-selector.d.ts +1 -0
  211. package/dist/cli-tui/selectors/model-selector.d.ts.map +1 -1
  212. package/dist/cli-tui/selectors/model-selector.js +6 -2
  213. package/dist/cli-tui/selectors/model-selector.js.map +1 -1
  214. package/dist/cli-tui/tui-renderer/command-registry-options.d.ts.map +1 -1
  215. package/dist/cli-tui/tui-renderer/command-registry-options.js +5 -0
  216. package/dist/cli-tui/tui-renderer/command-registry-options.js.map +1 -1
  217. package/dist/cli-tui/utils/commands/review-prompt.d.ts +1 -1
  218. package/dist/cli-tui/utils/commands/review-prompt.d.ts.map +1 -1
  219. package/dist/cli-tui/utils/commands/review-prompt.js +8 -3
  220. package/dist/cli-tui/utils/commands/review-prompt.js.map +1 -1
  221. package/dist/cli-tui/utils/runtime-badges.d.ts +1 -0
  222. package/dist/cli-tui/utils/runtime-badges.d.ts.map +1 -1
  223. package/dist/cli-tui/utils/runtime-badges.js +7 -0
  224. package/dist/cli-tui/utils/runtime-badges.js.map +1 -1
  225. package/dist/cli-tui/utils/text-formatting.d.ts +1 -0
  226. package/dist/cli-tui/utils/text-formatting.d.ts.map +1 -1
  227. package/dist/cli-tui/utils/text-formatting.js +5 -0
  228. package/dist/cli-tui/utils/text-formatting.js.map +1 -1
  229. package/dist/cli.js +49158 -26161
  230. package/dist/cli.js.map +1 -1
  231. package/dist/codex/app-server-client.d.ts +139 -0
  232. package/dist/codex/app-server-client.d.ts.map +1 -0
  233. package/dist/codex/app-server-client.js +352 -0
  234. package/dist/codex/app-server-client.js.map +1 -0
  235. package/dist/codex/compatibility.d.ts +48 -0
  236. package/dist/codex/compatibility.d.ts.map +1 -0
  237. package/dist/codex/compatibility.js +344 -0
  238. package/dist/codex/compatibility.js.map +1 -0
  239. package/dist/codex/subagent-dispatch-table.d.ts +66 -0
  240. package/dist/codex/subagent-dispatch-table.d.ts.map +1 -0
  241. package/dist/codex/subagent-dispatch-table.js +127 -0
  242. package/dist/codex/subagent-dispatch-table.js.map +1 -0
  243. package/dist/codex/subagent-workgraph.d.ts +56 -0
  244. package/dist/codex/subagent-workgraph.d.ts.map +1 -0
  245. package/dist/codex/subagent-workgraph.js +89 -0
  246. package/dist/codex/subagent-workgraph.js.map +1 -0
  247. package/dist/config/constants.d.ts +3 -1
  248. package/dist/config/constants.d.ts.map +1 -1
  249. package/dist/config/constants.js +9 -0
  250. package/dist/config/constants.js.map +1 -1
  251. package/dist/config/feature-flags.d.ts +10 -1
  252. package/dist/config/feature-flags.d.ts.map +1 -1
  253. package/dist/config/feature-flags.js +17 -6
  254. package/dist/config/feature-flags.js.map +1 -1
  255. package/dist/config/index.d.ts +1 -1
  256. package/dist/config/index.d.ts.map +1 -1
  257. package/dist/config/index.js +1 -1
  258. package/dist/config/index.js.map +1 -1
  259. package/dist/config/toml-config.d.ts +32 -0
  260. package/dist/config/toml-config.d.ts.map +1 -1
  261. package/dist/config/toml-config.js +152 -43
  262. package/dist/config/toml-config.js.map +1 -1
  263. package/dist/connectors/service-client.d.ts.map +1 -1
  264. package/dist/connectors/service-client.js +4 -7
  265. package/dist/connectors/service-client.js.map +1 -1
  266. package/dist/context/manifest-types.d.ts +59 -0
  267. package/dist/context/manifest-types.d.ts.map +1 -0
  268. package/dist/context/manifest-types.js +2 -0
  269. package/dist/context/manifest-types.js.map +1 -0
  270. package/dist/context/manifest.d.ts +16 -0
  271. package/dist/context/manifest.d.ts.map +1 -0
  272. package/dist/context/manifest.js +503 -0
  273. package/dist/context/manifest.js.map +1 -0
  274. package/dist/db/schema.d.ts +10 -1
  275. package/dist/db/schema.d.ts.map +1 -1
  276. package/dist/db/schema.js.map +1 -1
  277. package/dist/evalops/env-aliases.d.ts +13 -0
  278. package/dist/evalops/env-aliases.d.ts.map +1 -0
  279. package/dist/evalops/env-aliases.js +60 -0
  280. package/dist/evalops/env-aliases.js.map +1 -0
  281. package/dist/evalops/managed-context.d.ts.map +1 -1
  282. package/dist/evalops/managed-context.js +28 -62
  283. package/dist/evalops/managed-context.js.map +1 -1
  284. package/dist/guardian/config.d.ts.map +1 -1
  285. package/dist/guardian/config.js +1 -0
  286. package/dist/guardian/config.js.map +1 -1
  287. package/dist/guardian/runner.d.ts +2 -0
  288. package/dist/guardian/runner.d.ts.map +1 -1
  289. package/dist/guardian/runner.js +105 -2
  290. package/dist/guardian/runner.js.map +1 -1
  291. package/dist/guardian/types.d.ts +1 -0
  292. package/dist/guardian/types.d.ts.map +1 -1
  293. package/dist/guardian/types.js.map +1 -1
  294. package/dist/index.d.ts +5 -1
  295. package/dist/index.d.ts.map +1 -1
  296. package/dist/index.js +5 -1
  297. package/dist/index.js.map +1 -1
  298. package/dist/main.d.ts.map +1 -1
  299. package/dist/main.js +267 -55
  300. package/dist/main.js.map +1 -1
  301. package/dist/mcp/config.d.ts.map +1 -1
  302. package/dist/mcp/config.js +89 -7
  303. package/dist/mcp/config.js.map +1 -1
  304. package/dist/mcp/manager.d.ts +5 -1
  305. package/dist/mcp/manager.d.ts.map +1 -1
  306. package/dist/mcp/manager.js +159 -4
  307. package/dist/mcp/manager.js.map +1 -1
  308. package/dist/mcp/platform-plugin.d.ts.map +1 -1
  309. package/dist/mcp/platform-plugin.js +9 -26
  310. package/dist/mcp/platform-plugin.js.map +1 -1
  311. package/dist/mcp/schema.d.ts +15 -0
  312. package/dist/mcp/schema.d.ts.map +1 -1
  313. package/dist/mcp/schema.js +24 -0
  314. package/dist/mcp/schema.js.map +1 -1
  315. package/dist/mcp/tool-bridge.d.ts +39 -10
  316. package/dist/mcp/tool-bridge.d.ts.map +1 -1
  317. package/dist/mcp/tool-bridge.js +101 -24
  318. package/dist/mcp/tool-bridge.js.map +1 -1
  319. package/dist/mcp/types.d.ts +27 -0
  320. package/dist/mcp/types.d.ts.map +1 -1
  321. package/dist/mcp/types.js.map +1 -1
  322. package/dist/mcp/workspace-trust.d.ts +10 -0
  323. package/dist/mcp/workspace-trust.d.ts.map +1 -0
  324. package/dist/mcp/workspace-trust.js +295 -0
  325. package/dist/mcp/workspace-trust.js.map +1 -0
  326. package/dist/memory/service-client.d.ts +1 -0
  327. package/dist/memory/service-client.d.ts.map +1 -1
  328. package/dist/memory/service-client.js +194 -9
  329. package/dist/memory/service-client.js.map +1 -1
  330. package/dist/models/builtin.d.ts.map +1 -1
  331. package/dist/models/builtin.js +66 -25
  332. package/dist/models/builtin.js.map +1 -1
  333. package/dist/models/config-loader.d.ts +10 -10
  334. package/dist/models/config-loader.d.ts.map +1 -1
  335. package/dist/models/config-loader.js +2 -0
  336. package/dist/models/config-loader.js.map +1 -1
  337. package/dist/models/registry.d.ts +1 -0
  338. package/dist/models/registry.d.ts.map +1 -1
  339. package/dist/models/registry.js +1 -0
  340. package/dist/models/registry.js.map +1 -1
  341. package/dist/node_modules/@evalops/contracts/dist/advisor-effort.d.ts +8 -0
  342. package/dist/node_modules/@evalops/contracts/dist/advisor-effort.d.ts.map +1 -0
  343. package/dist/node_modules/@evalops/contracts/dist/advisor-effort.js +35 -0
  344. package/dist/node_modules/@evalops/contracts/dist/advisor-effort.js.map +1 -0
  345. package/dist/node_modules/@evalops/contracts/dist/delegation-prompt.d.ts +10 -0
  346. package/dist/node_modules/@evalops/contracts/dist/delegation-prompt.d.ts.map +1 -0
  347. package/dist/node_modules/@evalops/contracts/dist/delegation-prompt.js +48 -0
  348. package/dist/node_modules/@evalops/contracts/dist/delegation-prompt.js.map +1 -0
  349. package/dist/node_modules/@evalops/contracts/dist/guarded-files-settings.d.ts +20 -0
  350. package/dist/node_modules/@evalops/contracts/dist/guarded-files-settings.d.ts.map +1 -0
  351. package/dist/node_modules/@evalops/contracts/dist/guarded-files-settings.js +147 -0
  352. package/dist/node_modules/@evalops/contracts/dist/guarded-files-settings.js.map +1 -0
  353. package/dist/node_modules/@evalops/contracts/dist/headless-protocol-generated.d.ts +40 -0
  354. package/dist/node_modules/@evalops/contracts/dist/headless-protocol-generated.d.ts.map +1 -0
  355. package/dist/node_modules/@evalops/contracts/dist/headless-protocol-generated.js +122 -0
  356. package/dist/node_modules/@evalops/contracts/dist/headless-protocol-generated.js.map +1 -0
  357. package/dist/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.d.ts +3273 -0
  358. package/dist/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.d.ts.map +1 -0
  359. package/dist/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.js +666 -0
  360. package/dist/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.js.map +1 -0
  361. package/dist/node_modules/@evalops/contracts/dist/index.d.ts +1124 -0
  362. package/dist/node_modules/@evalops/contracts/dist/index.d.ts.map +1 -0
  363. package/dist/node_modules/@evalops/contracts/dist/index.js +65 -0
  364. package/dist/node_modules/@evalops/contracts/dist/index.js.map +1 -0
  365. package/dist/node_modules/@evalops/contracts/dist/maestro-app-server.d.ts +593 -0
  366. package/dist/node_modules/@evalops/contracts/dist/maestro-app-server.d.ts.map +1 -0
  367. package/dist/node_modules/@evalops/contracts/dist/maestro-app-server.js +218 -0
  368. package/dist/node_modules/@evalops/contracts/dist/maestro-app-server.js.map +1 -0
  369. package/dist/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.d.ts +2217 -0
  370. package/dist/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.d.ts.map +1 -0
  371. package/dist/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.js +879 -0
  372. package/dist/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.js.map +1 -0
  373. package/dist/node_modules/@evalops/contracts/dist/runtime-app-server.d.ts +185 -0
  374. package/dist/node_modules/@evalops/contracts/dist/runtime-app-server.d.ts.map +1 -0
  375. package/dist/node_modules/@evalops/contracts/dist/runtime-constraints.d.ts +28 -0
  376. package/dist/node_modules/@evalops/contracts/dist/runtime-constraints.d.ts.map +1 -0
  377. package/dist/node_modules/@evalops/contracts/dist/runtime-constraints.js +71 -0
  378. package/dist/node_modules/@evalops/contracts/dist/runtime-constraints.js.map +1 -0
  379. package/dist/node_modules/@evalops/contracts/dist/runtime-server-request.d.ts +140 -0
  380. package/dist/node_modules/@evalops/contracts/dist/runtime-server-request.d.ts.map +1 -0
  381. package/dist/node_modules/@evalops/contracts/dist/runtime-server-request.js +70 -0
  382. package/dist/node_modules/@evalops/contracts/dist/runtime-server-request.js.map +1 -0
  383. package/dist/node_modules/@evalops/contracts/dist/scenario.d.ts +191 -0
  384. package/dist/node_modules/@evalops/contracts/dist/scenario.d.ts.map +1 -0
  385. package/dist/node_modules/@evalops/contracts/dist/scenario.js +4 -0
  386. package/dist/node_modules/@evalops/contracts/dist/scenario.js.map +1 -0
  387. package/dist/node_modules/@evalops/contracts/dist/schemas.d.ts +3614 -0
  388. package/dist/node_modules/@evalops/contracts/dist/schemas.d.ts.map +1 -0
  389. package/dist/node_modules/@evalops/contracts/dist/schemas.js +1082 -0
  390. package/dist/node_modules/@evalops/contracts/dist/schemas.js.map +1 -0
  391. package/dist/node_modules/@evalops/contracts/package.json +30 -0
  392. package/dist/node_modules/@evalops/tui/package.json +58 -0
  393. package/dist/oauth/device-identity.d.ts.map +1 -1
  394. package/dist/oauth/device-identity.js +1 -3
  395. package/dist/oauth/device-identity.js.map +1 -1
  396. package/dist/oauth/evalops.d.ts.map +1 -1
  397. package/dist/oauth/evalops.js +2 -5
  398. package/dist/oauth/evalops.js.map +1 -1
  399. package/dist/opentelemetry.d.ts.map +1 -1
  400. package/dist/opentelemetry.js +12 -12
  401. package/dist/opentelemetry.js.map +1 -1
  402. package/dist/package-version.d.ts +2 -0
  403. package/dist/package-version.d.ts.map +1 -0
  404. package/dist/package-version.js +11 -0
  405. package/dist/package-version.js.map +1 -0
  406. package/dist/packages/constants.d.ts +3 -0
  407. package/dist/packages/constants.d.ts.map +1 -0
  408. package/dist/packages/constants.js +3 -0
  409. package/dist/packages/constants.js.map +1 -0
  410. package/dist/packages/inspection.d.ts.map +1 -1
  411. package/dist/packages/inspection.js +2 -1
  412. package/dist/packages/inspection.js.map +1 -1
  413. package/dist/packages/search.d.ts.map +1 -1
  414. package/dist/packages/search.js +1 -1
  415. package/dist/packages/search.js.map +1 -1
  416. package/dist/platform/a2a-capability-market.d.ts +21 -0
  417. package/dist/platform/a2a-capability-market.d.ts.map +1 -0
  418. package/dist/platform/a2a-capability-market.js +176 -0
  419. package/dist/platform/a2a-capability-market.js.map +1 -0
  420. package/dist/platform/a2a-client.d.ts +119 -0
  421. package/dist/platform/a2a-client.d.ts.map +1 -1
  422. package/dist/platform/a2a-client.js +413 -24
  423. package/dist/platform/a2a-client.js.map +1 -1
  424. package/dist/platform/a2a-fleet.d.ts +41 -0
  425. package/dist/platform/a2a-fleet.d.ts.map +1 -0
  426. package/dist/platform/a2a-fleet.js +109 -0
  427. package/dist/platform/a2a-fleet.js.map +1 -0
  428. package/dist/platform/a2a-maestro-peer.d.ts +20 -0
  429. package/dist/platform/a2a-maestro-peer.d.ts.map +1 -0
  430. package/dist/platform/a2a-maestro-peer.js +176 -0
  431. package/dist/platform/a2a-maestro-peer.js.map +1 -0
  432. package/dist/platform/a2a-peer-pairing.d.ts +107 -0
  433. package/dist/platform/a2a-peer-pairing.d.ts.map +1 -0
  434. package/dist/platform/a2a-peer-pairing.js +489 -0
  435. package/dist/platform/a2a-peer-pairing.js.map +1 -0
  436. package/dist/platform/a2a-peer-registry.d.ts +68 -0
  437. package/dist/platform/a2a-peer-registry.d.ts.map +1 -0
  438. package/dist/platform/a2a-peer-registry.js +320 -0
  439. package/dist/platform/a2a-peer-registry.js.map +1 -0
  440. package/dist/platform/a2a-task-ledger.d.ts +86 -0
  441. package/dist/platform/a2a-task-ledger.d.ts.map +1 -0
  442. package/dist/platform/a2a-task-ledger.js +546 -0
  443. package/dist/platform/a2a-task-ledger.js.map +1 -0
  444. package/dist/platform/a2a-work-graph.d.ts +43 -0
  445. package/dist/platform/a2a-work-graph.d.ts.map +1 -0
  446. package/dist/platform/a2a-work-graph.js +267 -0
  447. package/dist/platform/a2a-work-graph.js.map +1 -0
  448. package/dist/platform/agent-registry-client.d.ts +327 -0
  449. package/dist/platform/agent-registry-client.d.ts.map +1 -0
  450. package/dist/platform/agent-registry-client.js +803 -0
  451. package/dist/platform/agent-registry-client.js.map +1 -0
  452. package/dist/platform/agent-runtime-client.d.ts +135 -1
  453. package/dist/platform/agent-runtime-client.d.ts.map +1 -1
  454. package/dist/platform/agent-runtime-client.js +467 -10
  455. package/dist/platform/agent-runtime-client.js.map +1 -1
  456. package/dist/platform/cerebro-facts-client.d.ts.map +1 -1
  457. package/dist/platform/cerebro-facts-client.js +4 -7
  458. package/dist/platform/cerebro-facts-client.js.map +1 -1
  459. package/dist/platform/client.d.ts.map +1 -1
  460. package/dist/platform/client.js +3 -12
  461. package/dist/platform/client.js.map +1 -1
  462. package/dist/platform/core-services.d.ts +68 -0
  463. package/dist/platform/core-services.d.ts.map +1 -1
  464. package/dist/platform/core-services.js +68 -0
  465. package/dist/platform/core-services.js.map +1 -1
  466. package/dist/platform/fermata-eval-client.d.ts +195 -0
  467. package/dist/platform/fermata-eval-client.d.ts.map +1 -0
  468. package/dist/platform/fermata-eval-client.js +146 -0
  469. package/dist/platform/fermata-eval-client.js.map +1 -0
  470. package/dist/platform/fermata-scenario-suite.d.ts +99 -0
  471. package/dist/platform/fermata-scenario-suite.d.ts.map +1 -0
  472. package/dist/platform/fermata-scenario-suite.js +459 -0
  473. package/dist/platform/fermata-scenario-suite.js.map +1 -0
  474. package/dist/platform/maestro-timeline-client.d.ts.map +1 -1
  475. package/dist/platform/maestro-timeline-client.js +5 -11
  476. package/dist/platform/maestro-timeline-client.js.map +1 -1
  477. package/dist/platform/operating-plane-client.d.ts +156 -0
  478. package/dist/platform/operating-plane-client.d.ts.map +1 -0
  479. package/dist/platform/operating-plane-client.js +131 -0
  480. package/dist/platform/operating-plane-client.js.map +1 -0
  481. package/dist/platform/operating-plane-summary.d.ts +47 -0
  482. package/dist/platform/operating-plane-summary.d.ts.map +1 -0
  483. package/dist/platform/operating-plane-summary.js +209 -0
  484. package/dist/platform/operating-plane-summary.js.map +1 -0
  485. package/dist/platform/tool-execution-client.d.ts.map +1 -1
  486. package/dist/platform/tool-execution-client.js +4 -11
  487. package/dist/platform/tool-execution-client.js.map +1 -1
  488. package/dist/prompts/service-client.d.ts.map +1 -1
  489. package/dist/prompts/service-client.js +3 -5
  490. package/dist/prompts/service-client.js.map +1 -1
  491. package/dist/prompts/system-prompt.d.ts +3 -0
  492. package/dist/prompts/system-prompt.d.ts.map +1 -1
  493. package/dist/prompts/system-prompt.js +13 -3
  494. package/dist/prompts/system-prompt.js.map +1 -1
  495. package/dist/prompts/types.d.ts +2 -0
  496. package/dist/prompts/types.d.ts.map +1 -1
  497. package/dist/prompts/types.js.map +1 -1
  498. package/dist/providers/api-keys.d.ts +1 -1
  499. package/dist/providers/api-keys.d.ts.map +1 -1
  500. package/dist/providers/api-keys.js +2 -1
  501. package/dist/providers/api-keys.js.map +1 -1
  502. package/dist/providers/auth.d.ts.map +1 -1
  503. package/dist/providers/auth.js +48 -25
  504. package/dist/providers/auth.js.map +1 -1
  505. package/dist/remote-runner/attach-client.d.ts.map +1 -1
  506. package/dist/remote-runner/attach-client.js +1 -0
  507. package/dist/remote-runner/attach-client.js.map +1 -1
  508. package/dist/remote-runner/client.d.ts.map +1 -1
  509. package/dist/remote-runner/client.js +4 -7
  510. package/dist/remote-runner/client.js.map +1 -1
  511. package/dist/rpc/rpc-types.d.ts.map +1 -1
  512. package/dist/rpc/rpc-types.js +1 -0
  513. package/dist/rpc/rpc-types.js.map +1 -1
  514. package/dist/safety/action-firewall.d.ts.map +1 -1
  515. package/dist/safety/action-firewall.js +69 -6
  516. package/dist/safety/action-firewall.js.map +1 -1
  517. package/dist/safety/attack-patterns.d.ts.map +1 -1
  518. package/dist/safety/attack-patterns.js +31 -14
  519. package/dist/safety/attack-patterns.js.map +1 -1
  520. package/dist/safety/bash-parser.d.ts.map +1 -1
  521. package/dist/safety/bash-parser.js +4 -3
  522. package/dist/safety/bash-parser.js.map +1 -1
  523. package/dist/safety/execpolicy.d.ts +15 -3
  524. package/dist/safety/execpolicy.d.ts.map +1 -1
  525. package/dist/safety/execpolicy.js +248 -37
  526. package/dist/safety/execpolicy.js.map +1 -1
  527. package/dist/safety/governance-service-client.d.ts.map +1 -1
  528. package/dist/safety/governance-service-client.js +4 -7
  529. package/dist/safety/governance-service-client.js.map +1 -1
  530. package/dist/safety/guarded-files.d.ts +34 -0
  531. package/dist/safety/guarded-files.d.ts.map +1 -0
  532. package/dist/safety/guarded-files.js +372 -0
  533. package/dist/safety/guarded-files.js.map +1 -0
  534. package/dist/safety/loop-detector.d.ts.map +1 -1
  535. package/dist/safety/loop-detector.js +6 -1
  536. package/dist/safety/loop-detector.js.map +1 -1
  537. package/dist/safety/permission-profile.d.ts +47 -0
  538. package/dist/safety/permission-profile.d.ts.map +1 -0
  539. package/dist/safety/permission-profile.js +349 -0
  540. package/dist/safety/permission-profile.js.map +1 -0
  541. package/dist/safety/safety-middleware.d.ts +5 -1
  542. package/dist/safety/safety-middleware.d.ts.map +1 -1
  543. package/dist/safety/safety-middleware.js +3 -2
  544. package/dist/safety/safety-middleware.js.map +1 -1
  545. package/dist/safety/suspicious-patterns.d.ts.map +1 -1
  546. package/dist/safety/suspicious-patterns.js +12 -7
  547. package/dist/safety/suspicious-patterns.js.map +1 -1
  548. package/dist/safety/tool-categorization.js +1 -1
  549. package/dist/safety/tool-categorization.js.map +1 -1
  550. package/dist/safety/validators/path-policy-validator.d.ts.map +1 -1
  551. package/dist/safety/validators/path-policy-validator.js +7 -0
  552. package/dist/safety/validators/path-policy-validator.js.map +1 -1
  553. package/dist/sandbox/index.d.ts +6 -1
  554. package/dist/sandbox/index.d.ts.map +1 -1
  555. package/dist/sandbox/index.js +30 -4
  556. package/dist/sandbox/index.js.map +1 -1
  557. package/dist/sandbox/native-sandbox.d.ts +3 -0
  558. package/dist/sandbox/native-sandbox.d.ts.map +1 -1
  559. package/dist/sandbox/native-sandbox.js +139 -18
  560. package/dist/sandbox/native-sandbox.js.map +1 -1
  561. package/dist/sentry.d.ts +17 -0
  562. package/dist/sentry.d.ts.map +1 -0
  563. package/dist/sentry.js +91 -0
  564. package/dist/sentry.js.map +1 -0
  565. package/dist/server/agent-runtime-ledger.d.ts +141 -0
  566. package/dist/server/agent-runtime-ledger.d.ts.map +1 -0
  567. package/dist/server/agent-runtime-ledger.js +334 -0
  568. package/dist/server/agent-runtime-ledger.js.map +1 -0
  569. package/dist/server/agent-trajectory-inspection.d.ts +104 -0
  570. package/dist/server/agent-trajectory-inspection.d.ts.map +1 -0
  571. package/dist/server/agent-trajectory-inspection.js +168 -0
  572. package/dist/server/agent-trajectory-inspection.js.map +1 -0
  573. package/dist/server/agent-trajectory-replay.d.ts +56 -0
  574. package/dist/server/agent-trajectory-replay.d.ts.map +1 -0
  575. package/dist/server/agent-trajectory-replay.js +214 -0
  576. package/dist/server/agent-trajectory-replay.js.map +1 -0
  577. package/dist/server/agent-trajectory-scenarios.d.ts +109 -0
  578. package/dist/server/agent-trajectory-scenarios.d.ts.map +1 -0
  579. package/dist/server/agent-trajectory-scenarios.js +822 -0
  580. package/dist/server/agent-trajectory-scenarios.js.map +1 -0
  581. package/dist/server/agent-trajectory-scorers.d.ts +61 -0
  582. package/dist/server/agent-trajectory-scorers.d.ts.map +1 -0
  583. package/dist/server/agent-trajectory-scorers.js +162 -0
  584. package/dist/server/agent-trajectory-scorers.js.map +1 -0
  585. package/dist/server/agent-trajectory-validation.d.ts +7 -0
  586. package/dist/server/agent-trajectory-validation.d.ts.map +1 -0
  587. package/dist/server/agent-trajectory-validation.js +101 -0
  588. package/dist/server/agent-trajectory-validation.js.map +1 -0
  589. package/dist/server/agent-trajectory.d.ts +50 -0
  590. package/dist/server/agent-trajectory.d.ts.map +1 -0
  591. package/dist/server/agent-trajectory.js +159 -0
  592. package/dist/server/agent-trajectory.js.map +1 -0
  593. package/dist/server/app-context.d.ts +18 -0
  594. package/dist/server/app-context.d.ts.map +1 -1
  595. package/dist/server/app-context.js.map +1 -1
  596. package/dist/server/handlers/headless-sessions.d.ts.map +1 -1
  597. package/dist/server/handlers/headless-sessions.js +64 -27
  598. package/dist/server/handlers/headless-sessions.js.map +1 -1
  599. package/dist/server/handlers/health.d.ts +6 -0
  600. package/dist/server/handlers/health.d.ts.map +1 -1
  601. package/dist/server/handlers/health.js +6 -0
  602. package/dist/server/handlers/health.js.map +1 -1
  603. package/dist/server/handlers/hosted-runner-drain.d.ts +69 -1
  604. package/dist/server/handlers/hosted-runner-drain.d.ts.map +1 -1
  605. package/dist/server/handlers/hosted-runner-drain.js +309 -18
  606. package/dist/server/handlers/hosted-runner-drain.js.map +1 -1
  607. package/dist/server/handlers/hosted-runner-identity.d.ts +16 -0
  608. package/dist/server/handlers/hosted-runner-identity.d.ts.map +1 -1
  609. package/dist/server/handlers/hosted-runner-identity.js +43 -0
  610. package/dist/server/handlers/hosted-runner-identity.js.map +1 -1
  611. package/dist/server/handlers/mode.d.ts.map +1 -1
  612. package/dist/server/handlers/mode.js +3 -1
  613. package/dist/server/handlers/mode.js.map +1 -1
  614. package/dist/server/handlers/pending-requests.d.ts.map +1 -1
  615. package/dist/server/handlers/pending-requests.js +336 -51
  616. package/dist/server/handlers/pending-requests.js.map +1 -1
  617. package/dist/server/handlers/platform-a2a-push.d.ts +6 -0
  618. package/dist/server/handlers/platform-a2a-push.d.ts.map +1 -0
  619. package/dist/server/handlers/platform-a2a-push.js +136 -0
  620. package/dist/server/handlers/platform-a2a-push.js.map +1 -0
  621. package/dist/server/handlers/sessions.d.ts.map +1 -1
  622. package/dist/server/handlers/sessions.js +21 -1
  623. package/dist/server/handlers/sessions.js.map +1 -1
  624. package/dist/server/headless-runtime-service.d.ts +9 -2
  625. package/dist/server/headless-runtime-service.d.ts.map +1 -1
  626. package/dist/server/headless-runtime-service.js +39 -0
  627. package/dist/server/headless-runtime-service.js.map +1 -1
  628. package/dist/server/hosted-agent-runtime-progress.d.ts +144 -0
  629. package/dist/server/hosted-agent-runtime-progress.d.ts.map +1 -0
  630. package/dist/server/hosted-agent-runtime-progress.js +1650 -0
  631. package/dist/server/hosted-agent-runtime-progress.js.map +1 -0
  632. package/dist/server/hosted-runner-lease.d.ts +41 -0
  633. package/dist/server/hosted-runner-lease.d.ts.map +1 -0
  634. package/dist/server/hosted-runner-lease.js +140 -0
  635. package/dist/server/hosted-runner-lease.js.map +1 -0
  636. package/dist/server/hosted-session-manager.d.ts +16 -8
  637. package/dist/server/hosted-session-manager.d.ts.map +1 -1
  638. package/dist/server/hosted-session-manager.js +98 -76
  639. package/dist/server/hosted-session-manager.js.map +1 -1
  640. package/dist/server/junit-xml.d.ts +2 -0
  641. package/dist/server/junit-xml.d.ts.map +1 -0
  642. package/dist/server/junit-xml.js +9 -0
  643. package/dist/server/junit-xml.js.map +1 -0
  644. package/dist/server/routes.d.ts.map +1 -1
  645. package/dist/server/routes.js +6 -0
  646. package/dist/server/routes.js.map +1 -1
  647. package/dist/server/scenario-recorder.d.ts +56 -0
  648. package/dist/server/scenario-recorder.d.ts.map +1 -0
  649. package/dist/server/scenario-recorder.js +109 -0
  650. package/dist/server/scenario-recorder.js.map +1 -0
  651. package/dist/server/scripted-scenario-runner.d.ts +46 -0
  652. package/dist/server/scripted-scenario-runner.d.ts.map +1 -0
  653. package/dist/server/scripted-scenario-runner.js +190 -0
  654. package/dist/server/scripted-scenario-runner.js.map +1 -0
  655. package/dist/server/server-middlewares.d.ts +6 -2
  656. package/dist/server/server-middlewares.d.ts.map +1 -1
  657. package/dist/server/server-middlewares.js +8 -2
  658. package/dist/server/server-middlewares.js.map +1 -1
  659. package/dist/server/server-request-manager.d.ts +9 -1
  660. package/dist/server/server-request-manager.d.ts.map +1 -1
  661. package/dist/server/server-request-manager.js +49 -4
  662. package/dist/server/server-request-manager.js.map +1 -1
  663. package/dist/services/intelligent-router/service.d.ts +2 -0
  664. package/dist/services/intelligent-router/service.d.ts.map +1 -1
  665. package/dist/services/intelligent-router/service.js +4 -0
  666. package/dist/services/intelligent-router/service.js.map +1 -1
  667. package/dist/services/service-authority.d.ts +25 -0
  668. package/dist/services/service-authority.d.ts.map +1 -0
  669. package/dist/services/service-authority.js +143 -0
  670. package/dist/services/service-authority.js.map +1 -0
  671. package/dist/services/workspace-config/service.d.ts +2 -0
  672. package/dist/services/workspace-config/service.d.ts.map +1 -1
  673. package/dist/services/workspace-config/service.js +4 -0
  674. package/dist/services/workspace-config/service.js.map +1 -1
  675. package/dist/session/manager.d.ts +8 -2
  676. package/dist/session/manager.d.ts.map +1 -1
  677. package/dist/session/manager.js +19 -4
  678. package/dist/session/manager.js.map +1 -1
  679. package/dist/session/session-branch.d.ts.map +1 -1
  680. package/dist/session/session-branch.js +5 -1
  681. package/dist/session/session-branch.js.map +1 -1
  682. package/dist/session/session-catalog.d.ts +7 -2
  683. package/dist/session/session-catalog.d.ts.map +1 -1
  684. package/dist/session/session-catalog.js +13 -2
  685. package/dist/session/session-catalog.js.map +1 -1
  686. package/dist/session/session-context.d.ts +6 -2
  687. package/dist/session/session-context.d.ts.map +1 -1
  688. package/dist/session/session-context.js +44 -4
  689. package/dist/session/session-context.js.map +1 -1
  690. package/dist/session/session-graph-projection.d.ts +32 -0
  691. package/dist/session/session-graph-projection.d.ts.map +1 -0
  692. package/dist/session/session-graph-projection.js +133 -0
  693. package/dist/session/session-graph-projection.js.map +1 -0
  694. package/dist/session/types.d.ts +18 -0
  695. package/dist/session/types.d.ts.map +1 -1
  696. package/dist/session/types.js +8 -0
  697. package/dist/session/types.js.map +1 -1
  698. package/dist/session/wire-format.generated.d.ts +3 -0
  699. package/dist/session/wire-format.generated.d.ts.map +1 -1
  700. package/dist/session/wire-format.generated.js +20 -0
  701. package/dist/session/wire-format.generated.js.map +1 -1
  702. package/dist/skills/eval-harness.d.ts +38 -0
  703. package/dist/skills/eval-harness.d.ts.map +1 -0
  704. package/dist/skills/eval-harness.js +112 -0
  705. package/dist/skills/eval-harness.js.map +1 -0
  706. package/dist/skills/index.d.ts +5 -1
  707. package/dist/skills/index.d.ts.map +1 -1
  708. package/dist/skills/index.js +5 -1
  709. package/dist/skills/index.js.map +1 -1
  710. package/dist/skills/linter.d.ts +36 -0
  711. package/dist/skills/linter.d.ts.map +1 -0
  712. package/dist/skills/linter.js +398 -0
  713. package/dist/skills/linter.js.map +1 -0
  714. package/dist/skills/loader.d.ts +36 -6
  715. package/dist/skills/loader.d.ts.map +1 -1
  716. package/dist/skills/loader.js +169 -86
  717. package/dist/skills/loader.js.map +1 -1
  718. package/dist/skills/package-contract.d.ts +45 -0
  719. package/dist/skills/package-contract.d.ts.map +1 -0
  720. package/dist/skills/package-contract.js +153 -0
  721. package/dist/skills/package-contract.js.map +1 -0
  722. package/dist/skills/runtime-activation.d.ts +68 -0
  723. package/dist/skills/runtime-activation.d.ts.map +1 -0
  724. package/dist/skills/runtime-activation.js +228 -0
  725. package/dist/skills/runtime-activation.js.map +1 -0
  726. package/dist/skills/service-client.d.ts.map +1 -1
  727. package/dist/skills/service-client.js +3 -4
  728. package/dist/skills/service-client.js.map +1 -1
  729. package/dist/skills/tool.d.ts.map +1 -1
  730. package/dist/skills/tool.js +2 -0
  731. package/dist/skills/tool.js.map +1 -1
  732. package/dist/skills/types.d.ts +14 -0
  733. package/dist/skills/types.d.ts.map +1 -1
  734. package/dist/skills/types.js.map +1 -1
  735. package/dist/telemetry/agent-operating-plane-context.d.ts +24 -0
  736. package/dist/telemetry/agent-operating-plane-context.d.ts.map +1 -0
  737. package/dist/telemetry/agent-operating-plane-context.js +54 -0
  738. package/dist/telemetry/agent-operating-plane-context.js.map +1 -0
  739. package/dist/telemetry/beacon.d.ts +24 -0
  740. package/dist/telemetry/beacon.d.ts.map +1 -0
  741. package/dist/telemetry/beacon.js +115 -0
  742. package/dist/telemetry/beacon.js.map +1 -0
  743. package/dist/telemetry/cli-command-aggregator.d.ts +36 -0
  744. package/dist/telemetry/cli-command-aggregator.d.ts.map +1 -0
  745. package/dist/telemetry/cli-command-aggregator.js +251 -0
  746. package/dist/telemetry/cli-command-aggregator.js.map +1 -0
  747. package/dist/telemetry/cli-startup.d.ts +21 -0
  748. package/dist/telemetry/cli-startup.d.ts.map +1 -0
  749. package/dist/telemetry/cli-startup.js +83 -0
  750. package/dist/telemetry/cli-startup.js.map +1 -0
  751. package/dist/telemetry/disablement.d.ts +13 -0
  752. package/dist/telemetry/disablement.d.ts.map +1 -0
  753. package/dist/telemetry/disablement.js +19 -0
  754. package/dist/telemetry/disablement.js.map +1 -0
  755. package/dist/telemetry/index.d.ts +6 -2
  756. package/dist/telemetry/index.d.ts.map +1 -1
  757. package/dist/telemetry/index.js +6 -2
  758. package/dist/telemetry/index.js.map +1 -1
  759. package/dist/telemetry/maestro-event-bus.d.ts +52 -0
  760. package/dist/telemetry/maestro-event-bus.d.ts.map +1 -1
  761. package/dist/telemetry/maestro-event-bus.js +179 -3
  762. package/dist/telemetry/maestro-event-bus.js.map +1 -1
  763. package/dist/telemetry/maestro-event-catalog.d.ts +3 -1
  764. package/dist/telemetry/maestro-event-catalog.d.ts.map +1 -1
  765. package/dist/telemetry/maestro-event-catalog.js +2 -0
  766. package/dist/telemetry/maestro-event-catalog.js.map +1 -1
  767. package/dist/telemetry/maestro-platform-replay-fixture.d.ts.map +1 -1
  768. package/dist/telemetry/maestro-platform-replay-fixture.js +74 -9
  769. package/dist/telemetry/maestro-platform-replay-fixture.js.map +1 -1
  770. package/dist/telemetry/maestro-publisher-conformance-fixture.d.ts +1 -1
  771. package/dist/telemetry/maestro-publisher-conformance-fixture.d.ts.map +1 -1
  772. package/dist/telemetry/maestro-publisher-conformance-fixture.js +46 -11
  773. package/dist/telemetry/maestro-publisher-conformance-fixture.js.map +1 -1
  774. package/dist/telemetry/mcp-beacon.d.ts +20 -0
  775. package/dist/telemetry/mcp-beacon.d.ts.map +1 -0
  776. package/dist/telemetry/mcp-beacon.js +54 -0
  777. package/dist/telemetry/mcp-beacon.js.map +1 -0
  778. package/dist/telemetry/metadata-normalization.d.ts +7 -0
  779. package/dist/telemetry/metadata-normalization.d.ts.map +1 -0
  780. package/dist/telemetry/metadata-normalization.js +189 -0
  781. package/dist/telemetry/metadata-normalization.js.map +1 -0
  782. package/dist/telemetry/meter-service-client.d.ts.map +1 -1
  783. package/dist/telemetry/meter-service-client.js +5 -10
  784. package/dist/telemetry/meter-service-client.js.map +1 -1
  785. package/dist/telemetry/metrics.d.ts +123 -0
  786. package/dist/telemetry/metrics.d.ts.map +1 -0
  787. package/dist/telemetry/metrics.js +184 -0
  788. package/dist/telemetry/metrics.js.map +1 -0
  789. package/dist/telemetry/turn-tracker.d.ts +1 -0
  790. package/dist/telemetry/turn-tracker.d.ts.map +1 -1
  791. package/dist/telemetry/turn-tracker.js +22 -1
  792. package/dist/telemetry/turn-tracker.js.map +1 -1
  793. package/dist/telemetry/wide-events.d.ts +31 -1
  794. package/dist/telemetry/wide-events.d.ts.map +1 -1
  795. package/dist/telemetry/wide-events.js +229 -1
  796. package/dist/telemetry/wide-events.js.map +1 -1
  797. package/dist/telemetry.d.ts +39 -3
  798. package/dist/telemetry.d.ts.map +1 -1
  799. package/dist/telemetry.js +160 -3
  800. package/dist/telemetry.js.map +1 -1
  801. package/dist/testing/test-verification-hook.d.ts.map +1 -1
  802. package/dist/testing/test-verification-hook.js +34 -21
  803. package/dist/testing/test-verification-hook.js.map +1 -1
  804. package/dist/tools/apply-patch-parser.d.ts +26 -0
  805. package/dist/tools/apply-patch-parser.d.ts.map +1 -0
  806. package/dist/tools/apply-patch-parser.js +146 -0
  807. package/dist/tools/apply-patch-parser.js.map +1 -0
  808. package/dist/tools/apply-patch.d.ts +42 -0
  809. package/dist/tools/apply-patch.d.ts.map +1 -0
  810. package/dist/tools/apply-patch.js +648 -0
  811. package/dist/tools/apply-patch.js.map +1 -0
  812. package/dist/tools/ask-user.d.ts +1 -0
  813. package/dist/tools/ask-user.d.ts.map +1 -1
  814. package/dist/tools/background/tool-handler.d.ts +1 -0
  815. package/dist/tools/background/tool-handler.d.ts.map +1 -1
  816. package/dist/tools/bash.d.ts +1 -0
  817. package/dist/tools/bash.d.ts.map +1 -1
  818. package/dist/tools/codesearch.d.ts +1 -0
  819. package/dist/tools/codesearch.d.ts.map +1 -1
  820. package/dist/tools/conductor-client.d.ts +1 -0
  821. package/dist/tools/conductor-client.d.ts.map +1 -1
  822. package/dist/tools/conductor-client.js +63 -0
  823. package/dist/tools/conductor-client.js.map +1 -1
  824. package/dist/tools/diff.d.ts +1 -0
  825. package/dist/tools/diff.d.ts.map +1 -1
  826. package/dist/tools/edit.d.ts +1 -0
  827. package/dist/tools/edit.d.ts.map +1 -1
  828. package/dist/tools/extract-document.d.ts +1 -0
  829. package/dist/tools/extract-document.d.ts.map +1 -1
  830. package/dist/tools/find.d.ts +10 -0
  831. package/dist/tools/find.d.ts.map +1 -1
  832. package/dist/tools/find.js +236 -27
  833. package/dist/tools/find.js.map +1 -1
  834. package/dist/tools/gh.d.ts +3 -0
  835. package/dist/tools/gh.d.ts.map +1 -1
  836. package/dist/tools/index.d.ts +50 -0
  837. package/dist/tools/index.d.ts.map +1 -1
  838. package/dist/tools/index.js +4 -0
  839. package/dist/tools/index.js.map +1 -1
  840. package/dist/tools/list.d.ts +1 -0
  841. package/dist/tools/list.d.ts.map +1 -1
  842. package/dist/tools/notebook.d.ts +1 -0
  843. package/dist/tools/notebook.d.ts.map +1 -1
  844. package/dist/tools/oracle.d.ts +1 -0
  845. package/dist/tools/oracle.d.ts.map +1 -1
  846. package/dist/tools/oracle.js +17 -32
  847. package/dist/tools/oracle.js.map +1 -1
  848. package/dist/tools/parallel-execution.d.ts +13 -2
  849. package/dist/tools/parallel-execution.d.ts.map +1 -1
  850. package/dist/tools/parallel-execution.js +178 -7
  851. package/dist/tools/parallel-execution.js.map +1 -1
  852. package/dist/tools/parallel-ripgrep.d.ts +1 -0
  853. package/dist/tools/parallel-ripgrep.d.ts.map +1 -1
  854. package/dist/tools/pipeline.d.ts +4 -0
  855. package/dist/tools/pipeline.d.ts.map +1 -1
  856. package/dist/tools/read.d.ts +1 -0
  857. package/dist/tools/read.d.ts.map +1 -1
  858. package/dist/tools/search.d.ts +1 -0
  859. package/dist/tools/search.d.ts.map +1 -1
  860. package/dist/tools/status.d.ts +1 -0
  861. package/dist/tools/status.d.ts.map +1 -1
  862. package/dist/tools/todo.d.ts +1 -0
  863. package/dist/tools/todo.d.ts.map +1 -1
  864. package/dist/tools/tool-dsl.d.ts +5 -1
  865. package/dist/tools/tool-dsl.d.ts.map +1 -1
  866. package/dist/tools/tool-dsl.js +1 -0
  867. package/dist/tools/tool-dsl.js.map +1 -1
  868. package/dist/tools/tool-result-cache.d.ts.map +1 -1
  869. package/dist/tools/tool-result-cache.js +1 -0
  870. package/dist/tools/tool-result-cache.js.map +1 -1
  871. package/dist/tools/typebox-tool.d.ts.map +1 -1
  872. package/dist/tools/typebox-tool.js +3 -0
  873. package/dist/tools/typebox-tool.js.map +1 -1
  874. package/dist/tools/webfetch.d.ts +1 -0
  875. package/dist/tools/webfetch.d.ts.map +1 -1
  876. package/dist/tools/websearch.d.ts +1 -0
  877. package/dist/tools/websearch.d.ts.map +1 -1
  878. package/dist/tools/write.d.ts +1 -0
  879. package/dist/tools/write.d.ts.map +1 -1
  880. package/dist/utils/abort-error.d.ts +2 -0
  881. package/dist/utils/abort-error.d.ts.map +1 -0
  882. package/dist/utils/abort-error.js +7 -0
  883. package/dist/utils/abort-error.js.map +1 -0
  884. package/dist/utils/downstream.d.ts.map +1 -1
  885. package/dist/utils/downstream.js +4 -0
  886. package/dist/utils/downstream.js.map +1 -1
  887. package/dist/utils/logger.d.ts +3 -0
  888. package/dist/utils/logger.d.ts.map +1 -1
  889. package/dist/utils/logger.js +14 -3
  890. package/dist/utils/logger.js.map +1 -1
  891. package/dist/utils/path-containment.d.ts +2 -0
  892. package/dist/utils/path-containment.d.ts.map +1 -0
  893. package/dist/utils/path-containment.js +14 -0
  894. package/dist/utils/path-containment.js.map +1 -0
  895. package/dist/utils/prompt-safe-text.d.ts +7 -0
  896. package/dist/utils/prompt-safe-text.d.ts.map +1 -0
  897. package/dist/utils/prompt-safe-text.js +44 -0
  898. package/dist/utils/prompt-safe-text.js.map +1 -0
  899. package/dist/version.json +2 -2
  900. package/dist/web-server.d.ts.map +1 -1
  901. package/dist/web-server.js +32 -7
  902. package/dist/web-server.js.map +1 -1
  903. package/dist/workspace/root-resolver.d.ts +4 -1
  904. package/dist/workspace/root-resolver.d.ts.map +1 -1
  905. package/dist/workspace/root-resolver.js +16 -6
  906. package/dist/workspace/root-resolver.js.map +1 -1
  907. package/package.json +283 -248
  908. package/skills/incident-triage/SKILL.md +40 -0
  909. package/skills/incident-triage/mcp.json +14 -0
  910. package/skills/incident-triage/reference/triage.md +20 -0
  911. package/skills/incident-triage/toolbox/incident-timeline +22 -0
  912. package/skills/incident-triage/toolbox/incident-timeline.cmd +16 -0
  913. package/skills/pr-review/SKILL.md +40 -0
  914. package/skills/pr-review/mcp.json +14 -0
  915. package/skills/pr-review/reference/rubric.md +20 -0
  916. package/skills/pr-review/toolbox/review-summary +20 -0
  917. package/skills/pr-review/toolbox/review-summary.cmd +14 -0
  918. package/skills/release-verification/SKILL.md +40 -0
  919. package/skills/release-verification/mcp.json +15 -0
  920. package/skills/release-verification/reference/checklist.md +21 -0
  921. package/skills/release-verification/toolbox/release-readiness +18 -0
  922. package/skills/release-verification/toolbox/release-readiness.cmd +12 -0
  923. package/node_modules/@bufbuild/protobuf/README.md +0 -44
  924. package/node_modules/@bufbuild/protobuf/dist/cjs/clone.d.ts +0 -6
  925. package/node_modules/@bufbuild/protobuf/dist/cjs/clone.js +0 -66
  926. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/enum.d.ts +0 -10
  927. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/enum.js +0 -31
  928. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/extension.d.ts +0 -9
  929. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/extension.js +0 -28
  930. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/file.d.ts +0 -1
  931. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/file.js +0 -18
  932. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/index.d.ts +0 -10
  933. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/index.js +0 -39
  934. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/message.d.ts +0 -10
  935. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/message.js +0 -24
  936. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/service.d.ts +0 -8
  937. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/service.js +0 -27
  938. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/symbols.d.ts +0 -135
  939. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/symbols.js +0 -43
  940. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/types.d.ts +0 -75
  941. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/types.js +0 -22
  942. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/boot.d.ts +0 -63
  943. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/boot.js +0 -105
  944. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/embed.d.ts +0 -43
  945. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/embed.js +0 -244
  946. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/enum.d.ts +0 -18
  947. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/enum.js +0 -40
  948. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/extension.d.ts +0 -9
  949. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/extension.js +0 -28
  950. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/file.d.ts +0 -7
  951. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/file.js +0 -35
  952. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/index.d.ts +0 -10
  953. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/index.js +0 -39
  954. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/message.d.ts +0 -15
  955. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/message.js +0 -24
  956. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/restore-json-names.d.ts +0 -5
  957. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/restore-json-names.js +0 -29
  958. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.d.ts +0 -9
  959. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.js +0 -67
  960. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/service.d.ts +0 -8
  961. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/service.js +0 -27
  962. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.d.ts +0 -135
  963. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.js +0 -72
  964. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/types.d.ts +0 -81
  965. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/types.js +0 -22
  966. package/node_modules/@bufbuild/protobuf/dist/cjs/create.d.ts +0 -9
  967. package/node_modules/@bufbuild/protobuf/dist/cjs/create.js +0 -259
  968. package/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.d.ts +0 -634
  969. package/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.js +0 -53
  970. package/node_modules/@bufbuild/protobuf/dist/cjs/equals.d.ts +0 -41
  971. package/node_modules/@bufbuild/protobuf/dist/cjs/equals.js +0 -204
  972. package/node_modules/@bufbuild/protobuf/dist/cjs/extensions.d.ts +0 -59
  973. package/node_modules/@bufbuild/protobuf/dist/cjs/extensions.js +0 -169
  974. package/node_modules/@bufbuild/protobuf/dist/cjs/fields.d.ts +0 -23
  975. package/node_modules/@bufbuild/protobuf/dist/cjs/fields.js +0 -45
  976. package/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.d.ts +0 -34
  977. package/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.js +0 -241
  978. package/node_modules/@bufbuild/protobuf/dist/cjs/from-json.d.ts +0 -56
  979. package/node_modules/@bufbuild/protobuf/dist/cjs/from-json.js +0 -619
  980. package/node_modules/@bufbuild/protobuf/dist/cjs/index.d.ts +0 -18
  981. package/node_modules/@bufbuild/protobuf/dist/cjs/index.js +0 -54
  982. package/node_modules/@bufbuild/protobuf/dist/cjs/is-message.d.ts +0 -7
  983. package/node_modules/@bufbuild/protobuf/dist/cjs/is-message.js +0 -33
  984. package/node_modules/@bufbuild/protobuf/dist/cjs/json-value.d.ts +0 -16
  985. package/node_modules/@bufbuild/protobuf/dist/cjs/json-value.js +0 -15
  986. package/node_modules/@bufbuild/protobuf/dist/cjs/merge.d.ts +0 -13
  987. package/node_modules/@bufbuild/protobuf/dist/cjs/merge.js +0 -70
  988. package/node_modules/@bufbuild/protobuf/dist/cjs/package.json +0 -1
  989. package/node_modules/@bufbuild/protobuf/dist/cjs/proto-int64.d.ts +0 -98
  990. package/node_modules/@bufbuild/protobuf/dist/cjs/proto-int64.js +0 -130
  991. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/error.d.ts +0 -9
  992. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/error.js +0 -36
  993. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/guard.d.ts +0 -20
  994. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/guard.js +0 -78
  995. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/index.d.ts +0 -8
  996. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/index.js +0 -41
  997. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/names.d.ts +0 -30
  998. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/names.js +0 -115
  999. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/nested-types.d.ts +0 -35
  1000. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/nested-types.js +0 -110
  1001. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.d.ts +0 -107
  1002. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.js +0 -376
  1003. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-check.d.ts +0 -19
  1004. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-check.js +0 -266
  1005. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-types.d.ts +0 -217
  1006. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-types.js +0 -16
  1007. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect.d.ts +0 -43
  1008. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect.js +0 -545
  1009. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/scalar.d.ts +0 -21
  1010. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/scalar.js +0 -102
  1011. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/unsafe.d.ts +0 -39
  1012. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/unsafe.js +0 -149
  1013. package/node_modules/@bufbuild/protobuf/dist/cjs/registry.d.ts +0 -98
  1014. package/node_modules/@bufbuild/protobuf/dist/cjs/registry.js +0 -945
  1015. package/node_modules/@bufbuild/protobuf/dist/cjs/to-binary.d.ts +0 -24
  1016. package/node_modules/@bufbuild/protobuf/dist/cjs/to-binary.js +0 -199
  1017. package/node_modules/@bufbuild/protobuf/dist/cjs/to-json.d.ts +0 -67
  1018. package/node_modules/@bufbuild/protobuf/dist/cjs/to-json.js +0 -391
  1019. package/node_modules/@bufbuild/protobuf/dist/cjs/types.d.ts +0 -128
  1020. package/node_modules/@bufbuild/protobuf/dist/cjs/types.js +0 -15
  1021. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/base64-encoding.d.ts +0 -23
  1022. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/base64-encoding.js +0 -156
  1023. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.d.ts +0 -266
  1024. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.js +0 -525
  1025. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/index.d.ts +0 -5
  1026. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/index.js +0 -34
  1027. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/size-delimited.d.ts +0 -51
  1028. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/size-delimited.js +0 -153
  1029. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.d.ts +0 -28
  1030. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.js +0 -61
  1031. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-format.d.ts +0 -13
  1032. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-format.js +0 -199
  1033. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/varint.d.ts +0 -70
  1034. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/varint.js +0 -322
  1035. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/any.d.ts +0 -38
  1036. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/any.js +0 -75
  1037. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/duration.d.ts +0 -9
  1038. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/duration.js +0 -39
  1039. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/any_pb.d.ts +0 -238
  1040. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/any_pb.js +0 -27
  1041. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.d.ts +0 -537
  1042. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.js +0 -39
  1043. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts +0 -490
  1044. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.js +0 -68
  1045. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/cpp_features_pb.d.ts +0 -91
  1046. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/cpp_features_pb.js +0 -60
  1047. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.d.ts +0 -4143
  1048. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.js +0 -892
  1049. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/duration_pb.d.ts +0 -161
  1050. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/duration_pb.js +0 -27
  1051. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/empty_pb.d.ts +0 -39
  1052. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/empty_pb.js +0 -27
  1053. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.d.ts +0 -424
  1054. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.js +0 -27
  1055. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.d.ts +0 -189
  1056. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.js +0 -126
  1057. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/java_features_pb.d.ts +0 -194
  1058. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/java_features_pb.js +0 -106
  1059. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/source_context_pb.d.ts +0 -43
  1060. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/source_context_pb.js +0 -27
  1061. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/struct_pb.d.ts +0 -195
  1062. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/struct_pb.js +0 -59
  1063. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.d.ts +0 -222
  1064. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.js +0 -27
  1065. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.d.ts +0 -722
  1066. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.js +0 -242
  1067. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/wrappers_pb.d.ts +0 -330
  1068. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/wrappers_pb.js +0 -67
  1069. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/index.d.ts +0 -19
  1070. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/index.js +0 -48
  1071. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/timestamp.d.ts +0 -21
  1072. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/timestamp.js +0 -57
  1073. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.d.ts +0 -25
  1074. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.js +0 -66
  1075. package/node_modules/@bufbuild/protobuf/dist/esm/clone.d.ts +0 -6
  1076. package/node_modules/@bufbuild/protobuf/dist/esm/clone.js +0 -63
  1077. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.d.ts +0 -10
  1078. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.js +0 -26
  1079. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.d.ts +0 -9
  1080. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.js +0 -25
  1081. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.d.ts +0 -1
  1082. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.js +0 -14
  1083. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.d.ts +0 -10
  1084. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.js +0 -23
  1085. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.d.ts +0 -10
  1086. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.js +0 -21
  1087. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.d.ts +0 -8
  1088. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.js +0 -24
  1089. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.d.ts +0 -135
  1090. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.js +0 -40
  1091. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.d.ts +0 -75
  1092. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.js +0 -21
  1093. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.d.ts +0 -63
  1094. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.js +0 -101
  1095. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.d.ts +0 -43
  1096. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.js +0 -239
  1097. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.d.ts +0 -18
  1098. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.js +0 -36
  1099. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.d.ts +0 -9
  1100. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.js +0 -25
  1101. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.d.ts +0 -7
  1102. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.js +0 -32
  1103. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.d.ts +0 -10
  1104. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.js +0 -23
  1105. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.d.ts +0 -15
  1106. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.js +0 -21
  1107. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.d.ts +0 -5
  1108. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.js +0 -26
  1109. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.d.ts +0 -9
  1110. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.js +0 -63
  1111. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.d.ts +0 -8
  1112. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.js +0 -24
  1113. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.d.ts +0 -135
  1114. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.js +0 -69
  1115. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.d.ts +0 -81
  1116. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.js +0 -21
  1117. package/node_modules/@bufbuild/protobuf/dist/esm/create.d.ts +0 -9
  1118. package/node_modules/@bufbuild/protobuf/dist/esm/create.js +0 -256
  1119. package/node_modules/@bufbuild/protobuf/dist/esm/descriptors.d.ts +0 -634
  1120. package/node_modules/@bufbuild/protobuf/dist/esm/descriptors.js +0 -50
  1121. package/node_modules/@bufbuild/protobuf/dist/esm/equals.d.ts +0 -41
  1122. package/node_modules/@bufbuild/protobuf/dist/esm/equals.js +0 -201
  1123. package/node_modules/@bufbuild/protobuf/dist/esm/extensions.d.ts +0 -59
  1124. package/node_modules/@bufbuild/protobuf/dist/esm/extensions.js +0 -160
  1125. package/node_modules/@bufbuild/protobuf/dist/esm/fields.d.ts +0 -23
  1126. package/node_modules/@bufbuild/protobuf/dist/esm/fields.js +0 -41
  1127. package/node_modules/@bufbuild/protobuf/dist/esm/from-binary.d.ts +0 -34
  1128. package/node_modules/@bufbuild/protobuf/dist/esm/from-binary.js +0 -236
  1129. package/node_modules/@bufbuild/protobuf/dist/esm/from-json.d.ts +0 -56
  1130. package/node_modules/@bufbuild/protobuf/dist/esm/from-json.js +0 -611
  1131. package/node_modules/@bufbuild/protobuf/dist/esm/index.d.ts +0 -18
  1132. package/node_modules/@bufbuild/protobuf/dist/esm/index.js +0 -28
  1133. package/node_modules/@bufbuild/protobuf/dist/esm/is-message.d.ts +0 -7
  1134. package/node_modules/@bufbuild/protobuf/dist/esm/is-message.js +0 -30
  1135. package/node_modules/@bufbuild/protobuf/dist/esm/json-value.d.ts +0 -16
  1136. package/node_modules/@bufbuild/protobuf/dist/esm/json-value.js +0 -14
  1137. package/node_modules/@bufbuild/protobuf/dist/esm/merge.d.ts +0 -13
  1138. package/node_modules/@bufbuild/protobuf/dist/esm/merge.js +0 -67
  1139. package/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.d.ts +0 -98
  1140. package/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.js +0 -127
  1141. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.d.ts +0 -9
  1142. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.js +0 -31
  1143. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.d.ts +0 -20
  1144. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.js +0 -71
  1145. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.d.ts +0 -8
  1146. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.js +0 -21
  1147. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.d.ts +0 -30
  1148. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.js +0 -109
  1149. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.d.ts +0 -35
  1150. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.js +0 -105
  1151. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.d.ts +0 -107
  1152. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.js +0 -369
  1153. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.d.ts +0 -19
  1154. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.js +0 -260
  1155. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.d.ts +0 -217
  1156. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.js +0 -14
  1157. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.d.ts +0 -43
  1158. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.js +0 -540
  1159. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.d.ts +0 -21
  1160. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.js +0 -97
  1161. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.d.ts +0 -39
  1162. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.js +0 -140
  1163. package/node_modules/@bufbuild/protobuf/dist/esm/registry.d.ts +0 -98
  1164. package/node_modules/@bufbuild/protobuf/dist/esm/registry.js +0 -939
  1165. package/node_modules/@bufbuild/protobuf/dist/esm/to-binary.d.ts +0 -24
  1166. package/node_modules/@bufbuild/protobuf/dist/esm/to-binary.js +0 -195
  1167. package/node_modules/@bufbuild/protobuf/dist/esm/to-json.d.ts +0 -67
  1168. package/node_modules/@bufbuild/protobuf/dist/esm/to-json.js +0 -386
  1169. package/node_modules/@bufbuild/protobuf/dist/esm/types.d.ts +0 -128
  1170. package/node_modules/@bufbuild/protobuf/dist/esm/types.js +0 -14
  1171. package/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.d.ts +0 -23
  1172. package/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.js +0 -152
  1173. package/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.d.ts +0 -266
  1174. package/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.js +0 -520
  1175. package/node_modules/@bufbuild/protobuf/dist/esm/wire/index.d.ts +0 -5
  1176. package/node_modules/@bufbuild/protobuf/dist/esm/wire/index.js +0 -18
  1177. package/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.d.ts +0 -51
  1178. package/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.js +0 -148
  1179. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.d.ts +0 -28
  1180. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.js +0 -57
  1181. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.d.ts +0 -13
  1182. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.js +0 -195
  1183. package/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.d.ts +0 -70
  1184. package/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.js +0 -313
  1185. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.d.ts +0 -38
  1186. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.js +0 -69
  1187. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.d.ts +0 -9
  1188. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.js +0 -35
  1189. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.d.ts +0 -238
  1190. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.js +0 -24
  1191. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.d.ts +0 -537
  1192. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.js +0 -36
  1193. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts +0 -490
  1194. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.js +0 -65
  1195. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.d.ts +0 -91
  1196. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.js +0 -57
  1197. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.d.ts +0 -4143
  1198. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.js +0 -888
  1199. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.d.ts +0 -161
  1200. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.js +0 -24
  1201. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.d.ts +0 -39
  1202. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.js +0 -24
  1203. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.d.ts +0 -424
  1204. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.js +0 -24
  1205. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.d.ts +0 -189
  1206. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.js +0 -123
  1207. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.d.ts +0 -194
  1208. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.js +0 -103
  1209. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.d.ts +0 -43
  1210. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.js +0 -24
  1211. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.d.ts +0 -195
  1212. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.js +0 -56
  1213. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.d.ts +0 -222
  1214. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.js +0 -24
  1215. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.d.ts +0 -722
  1216. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.js +0 -239
  1217. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.d.ts +0 -330
  1218. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.js +0 -64
  1219. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.d.ts +0 -19
  1220. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.js +0 -32
  1221. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.d.ts +0 -21
  1222. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.js +0 -50
  1223. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.d.ts +0 -25
  1224. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.js +0 -61
  1225. package/node_modules/@bufbuild/protobuf/package.json +0 -68
  1226. package/node_modules/@evalops/contracts/README.md +0 -69
  1227. package/node_modules/@evalops/contracts/dist/headless-protocol-generated.d.ts +0 -38
  1228. package/node_modules/@evalops/contracts/dist/headless-protocol-generated.d.ts.map +0 -1
  1229. package/node_modules/@evalops/contracts/dist/headless-protocol-generated.js +0 -121
  1230. package/node_modules/@evalops/contracts/dist/headless-protocol-generated.js.map +0 -1
  1231. package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.d.ts +0 -2998
  1232. package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.d.ts.map +0 -1
  1233. package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.js +0 -631
  1234. package/node_modules/@evalops/contracts/dist/headless-protocol-schemas.generated.js.map +0 -1
  1235. package/node_modules/@evalops/contracts/dist/index.d.ts +0 -1110
  1236. package/node_modules/@evalops/contracts/dist/index.d.ts.map +0 -1
  1237. package/node_modules/@evalops/contracts/dist/index.js +0 -59
  1238. package/node_modules/@evalops/contracts/dist/index.js.map +0 -1
  1239. package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.d.ts +0 -2126
  1240. package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.d.ts.map +0 -1
  1241. package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.js +0 -848
  1242. package/node_modules/@evalops/contracts/dist/proto/maestro/v1/headless_pb.js.map +0 -1
  1243. package/node_modules/@evalops/contracts/dist/runtime-app-server.d.ts +0 -182
  1244. package/node_modules/@evalops/contracts/dist/runtime-app-server.d.ts.map +0 -1
  1245. package/node_modules/@evalops/contracts/dist/runtime-server-request.d.ts +0 -133
  1246. package/node_modules/@evalops/contracts/dist/runtime-server-request.d.ts.map +0 -1
  1247. package/node_modules/@evalops/contracts/dist/runtime-server-request.js +0 -68
  1248. package/node_modules/@evalops/contracts/dist/runtime-server-request.js.map +0 -1
  1249. package/node_modules/@evalops/contracts/dist/schemas.d.ts +0 -3600
  1250. package/node_modules/@evalops/contracts/dist/schemas.d.ts.map +0 -1
  1251. package/node_modules/@evalops/contracts/dist/schemas.js +0 -1066
  1252. package/node_modules/@evalops/contracts/dist/schemas.js.map +0 -1
  1253. package/node_modules/@evalops/contracts/package.json +0 -30
  1254. package/node_modules/@evalops/tui/README.md +0 -255
  1255. package/node_modules/@evalops/tui/dist/testing/index.d.ts +0 -46
  1256. package/node_modules/@evalops/tui/dist/testing/index.d.ts.map +0 -1
  1257. package/node_modules/@evalops/tui/dist/testing/index.js +0 -46
  1258. package/node_modules/@evalops/tui/dist/testing/index.js.map +0 -1
  1259. package/node_modules/@evalops/tui/dist/testing/virtual-terminal.d.ts +0 -147
  1260. package/node_modules/@evalops/tui/dist/testing/virtual-terminal.d.ts.map +0 -1
  1261. package/node_modules/@evalops/tui/dist/testing/virtual-terminal.js +0 -269
  1262. package/node_modules/@evalops/tui/dist/testing/virtual-terminal.js.map +0 -1
  1263. package/node_modules/@evalops/tui/package.json +0 -58
  1264. package/node_modules/@sinclair/typebox/build/cjs/compiler/compiler.d.ts +0 -55
  1265. package/node_modules/@sinclair/typebox/build/cjs/compiler/compiler.js +0 -670
  1266. package/node_modules/@sinclair/typebox/build/cjs/compiler/index.d.ts +0 -2
  1267. package/node_modules/@sinclair/typebox/build/cjs/compiler/index.js +0 -22
  1268. package/node_modules/@sinclair/typebox/build/cjs/errors/errors.d.ts +0 -91
  1269. package/node_modules/@sinclair/typebox/build/cjs/errors/errors.js +0 -599
  1270. package/node_modules/@sinclair/typebox/build/cjs/errors/function.d.ts +0 -21
  1271. package/node_modules/@sinclair/typebox/build/cjs/errors/function.js +0 -153
  1272. package/node_modules/@sinclair/typebox/build/cjs/errors/index.d.ts +0 -2
  1273. package/node_modules/@sinclair/typebox/build/cjs/errors/index.js +0 -19
  1274. package/node_modules/@sinclair/typebox/build/cjs/index.d.ts +0 -71
  1275. package/node_modules/@sinclair/typebox/build/cjs/index.js +0 -97
  1276. package/node_modules/@sinclair/typebox/build/cjs/parser/index.d.ts +0 -2
  1277. package/node_modules/@sinclair/typebox/build/cjs/parser/index.js +0 -39
  1278. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/guard.d.ts +0 -23
  1279. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/guard.js +0 -86
  1280. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/index.d.ts +0 -5
  1281. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/index.js +0 -45
  1282. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/module.d.ts +0 -9
  1283. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/module.js +0 -22
  1284. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/parse.d.ts +0 -9
  1285. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/parse.js +0 -160
  1286. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/token.d.ts +0 -8
  1287. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/token.js +0 -230
  1288. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/types.d.ts +0 -98
  1289. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/types.js +0 -71
  1290. package/node_modules/@sinclair/typebox/build/cjs/parser/static/index.d.ts +0 -3
  1291. package/node_modules/@sinclair/typebox/build/cjs/parser/static/index.js +0 -43
  1292. package/node_modules/@sinclair/typebox/build/cjs/parser/static/parse.d.ts +0 -20
  1293. package/node_modules/@sinclair/typebox/build/cjs/parser/static/parse.js +0 -3
  1294. package/node_modules/@sinclair/typebox/build/cjs/parser/static/token.d.ts +0 -108
  1295. package/node_modules/@sinclair/typebox/build/cjs/parser/static/token.js +0 -3
  1296. package/node_modules/@sinclair/typebox/build/cjs/parser/static/types.d.ts +0 -69
  1297. package/node_modules/@sinclair/typebox/build/cjs/parser/static/types.js +0 -3
  1298. package/node_modules/@sinclair/typebox/build/cjs/syntax/index.d.ts +0 -1
  1299. package/node_modules/@sinclair/typebox/build/cjs/syntax/index.js +0 -18
  1300. package/node_modules/@sinclair/typebox/build/cjs/syntax/mapping.d.ts +0 -167
  1301. package/node_modules/@sinclair/typebox/build/cjs/syntax/mapping.js +0 -491
  1302. package/node_modules/@sinclair/typebox/build/cjs/syntax/parser.d.ts +0 -162
  1303. package/node_modules/@sinclair/typebox/build/cjs/syntax/parser.js +0 -191
  1304. package/node_modules/@sinclair/typebox/build/cjs/syntax/syntax.d.ts +0 -12
  1305. package/node_modules/@sinclair/typebox/build/cjs/syntax/syntax.js +0 -54
  1306. package/node_modules/@sinclair/typebox/build/cjs/system/index.d.ts +0 -2
  1307. package/node_modules/@sinclair/typebox/build/cjs/system/index.js +0 -19
  1308. package/node_modules/@sinclair/typebox/build/cjs/system/policy.d.ts +0 -29
  1309. package/node_modules/@sinclair/typebox/build/cjs/system/policy.js +0 -58
  1310. package/node_modules/@sinclair/typebox/build/cjs/system/system.d.ts +0 -16
  1311. package/node_modules/@sinclair/typebox/build/cjs/system/system.js +0 -43
  1312. package/node_modules/@sinclair/typebox/build/cjs/type/any/any.d.ts +0 -8
  1313. package/node_modules/@sinclair/typebox/build/cjs/type/any/any.js +0 -10
  1314. package/node_modules/@sinclair/typebox/build/cjs/type/any/index.d.ts +0 -1
  1315. package/node_modules/@sinclair/typebox/build/cjs/type/any/index.js +0 -18
  1316. package/node_modules/@sinclair/typebox/build/cjs/type/argument/argument.d.ts +0 -9
  1317. package/node_modules/@sinclair/typebox/build/cjs/type/argument/argument.js +0 -10
  1318. package/node_modules/@sinclair/typebox/build/cjs/type/argument/index.d.ts +0 -1
  1319. package/node_modules/@sinclair/typebox/build/cjs/type/argument/index.js +0 -18
  1320. package/node_modules/@sinclair/typebox/build/cjs/type/array/array.d.ts +0 -28
  1321. package/node_modules/@sinclair/typebox/build/cjs/type/array/array.js +0 -10
  1322. package/node_modules/@sinclair/typebox/build/cjs/type/array/index.d.ts +0 -1
  1323. package/node_modules/@sinclair/typebox/build/cjs/type/array/index.js +0 -18
  1324. package/node_modules/@sinclair/typebox/build/cjs/type/async-iterator/async-iterator.d.ts +0 -11
  1325. package/node_modules/@sinclair/typebox/build/cjs/type/async-iterator/async-iterator.js +0 -10
  1326. package/node_modules/@sinclair/typebox/build/cjs/type/async-iterator/index.d.ts +0 -1
  1327. package/node_modules/@sinclair/typebox/build/cjs/type/async-iterator/index.js +0 -18
  1328. package/node_modules/@sinclair/typebox/build/cjs/type/awaited/awaited.d.ts +0 -14
  1329. package/node_modules/@sinclair/typebox/build/cjs/type/awaited/awaited.js +0 -41
  1330. package/node_modules/@sinclair/typebox/build/cjs/type/awaited/index.d.ts +0 -1
  1331. package/node_modules/@sinclair/typebox/build/cjs/type/awaited/index.js +0 -18
  1332. package/node_modules/@sinclair/typebox/build/cjs/type/bigint/bigint.d.ts +0 -16
  1333. package/node_modules/@sinclair/typebox/build/cjs/type/bigint/bigint.js +0 -10
  1334. package/node_modules/@sinclair/typebox/build/cjs/type/bigint/index.d.ts +0 -1
  1335. package/node_modules/@sinclair/typebox/build/cjs/type/bigint/index.js +0 -18
  1336. package/node_modules/@sinclair/typebox/build/cjs/type/boolean/boolean.d.ts +0 -9
  1337. package/node_modules/@sinclair/typebox/build/cjs/type/boolean/boolean.js +0 -10
  1338. package/node_modules/@sinclair/typebox/build/cjs/type/boolean/index.d.ts +0 -1
  1339. package/node_modules/@sinclair/typebox/build/cjs/type/boolean/index.js +0 -18
  1340. package/node_modules/@sinclair/typebox/build/cjs/type/clone/index.d.ts +0 -2
  1341. package/node_modules/@sinclair/typebox/build/cjs/type/clone/index.js +0 -19
  1342. package/node_modules/@sinclair/typebox/build/cjs/type/clone/type.d.ts +0 -5
  1343. package/node_modules/@sinclair/typebox/build/cjs/type/clone/type.js +0 -14
  1344. package/node_modules/@sinclair/typebox/build/cjs/type/clone/value.d.ts +0 -2
  1345. package/node_modules/@sinclair/typebox/build/cjs/type/clone/value.js +0 -73
  1346. package/node_modules/@sinclair/typebox/build/cjs/type/composite/composite.d.ts +0 -18
  1347. package/node_modules/@sinclair/typebox/build/cjs/type/composite/composite.js +0 -46
  1348. package/node_modules/@sinclair/typebox/build/cjs/type/composite/index.d.ts +0 -1
  1349. package/node_modules/@sinclair/typebox/build/cjs/type/composite/index.js +0 -18
  1350. package/node_modules/@sinclair/typebox/build/cjs/type/computed/computed.d.ts +0 -9
  1351. package/node_modules/@sinclair/typebox/build/cjs/type/computed/computed.js +0 -10
  1352. package/node_modules/@sinclair/typebox/build/cjs/type/computed/index.d.ts +0 -1
  1353. package/node_modules/@sinclair/typebox/build/cjs/type/computed/index.js +0 -18
  1354. package/node_modules/@sinclair/typebox/build/cjs/type/const/const.d.ts +0 -27
  1355. package/node_modules/@sinclair/typebox/build/cjs/type/const/const.js +0 -58
  1356. package/node_modules/@sinclair/typebox/build/cjs/type/const/index.d.ts +0 -1
  1357. package/node_modules/@sinclair/typebox/build/cjs/type/const/index.js +0 -18
  1358. package/node_modules/@sinclair/typebox/build/cjs/type/constructor/constructor.d.ts +0 -23
  1359. package/node_modules/@sinclair/typebox/build/cjs/type/constructor/constructor.js +0 -10
  1360. package/node_modules/@sinclair/typebox/build/cjs/type/constructor/index.d.ts +0 -1
  1361. package/node_modules/@sinclair/typebox/build/cjs/type/constructor/index.js +0 -18
  1362. package/node_modules/@sinclair/typebox/build/cjs/type/constructor-parameters/constructor-parameters.d.ts +0 -7
  1363. package/node_modules/@sinclair/typebox/build/cjs/type/constructor-parameters/constructor-parameters.js +0 -44
  1364. package/node_modules/@sinclair/typebox/build/cjs/type/constructor-parameters/index.d.ts +0 -1
  1365. package/node_modules/@sinclair/typebox/build/cjs/type/constructor-parameters/index.js +0 -18
  1366. package/node_modules/@sinclair/typebox/build/cjs/type/create/immutable.d.ts +0 -2
  1367. package/node_modules/@sinclair/typebox/build/cjs/type/create/immutable.js +0 -70
  1368. package/node_modules/@sinclair/typebox/build/cjs/type/create/index.d.ts +0 -1
  1369. package/node_modules/@sinclair/typebox/build/cjs/type/create/index.js +0 -18
  1370. package/node_modules/@sinclair/typebox/build/cjs/type/create/type.d.ts +0 -3
  1371. package/node_modules/@sinclair/typebox/build/cjs/type/create/type.js +0 -19
  1372. package/node_modules/@sinclair/typebox/build/cjs/type/date/date.d.ts +0 -21
  1373. package/node_modules/@sinclair/typebox/build/cjs/type/date/date.js +0 -10
  1374. package/node_modules/@sinclair/typebox/build/cjs/type/date/index.d.ts +0 -1
  1375. package/node_modules/@sinclair/typebox/build/cjs/type/date/index.js +0 -18
  1376. package/node_modules/@sinclair/typebox/build/cjs/type/discard/discard.d.ts +0 -2
  1377. package/node_modules/@sinclair/typebox/build/cjs/type/discard/discard.js +0 -12
  1378. package/node_modules/@sinclair/typebox/build/cjs/type/discard/index.d.ts +0 -1
  1379. package/node_modules/@sinclair/typebox/build/cjs/type/discard/index.js +0 -18
  1380. package/node_modules/@sinclair/typebox/build/cjs/type/enum/enum.d.ts +0 -14
  1381. package/node_modules/@sinclair/typebox/build/cjs/type/enum/enum.js +0 -22
  1382. package/node_modules/@sinclair/typebox/build/cjs/type/enum/index.d.ts +0 -1
  1383. package/node_modules/@sinclair/typebox/build/cjs/type/enum/index.js +0 -18
  1384. package/node_modules/@sinclair/typebox/build/cjs/type/error/error.d.ts +0 -4
  1385. package/node_modules/@sinclair/typebox/build/cjs/type/error/error.js +0 -11
  1386. package/node_modules/@sinclair/typebox/build/cjs/type/error/index.d.ts +0 -1
  1387. package/node_modules/@sinclair/typebox/build/cjs/type/error/index.js +0 -18
  1388. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/exclude-from-mapped-result.d.ts +0 -11
  1389. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/exclude-from-mapped-result.js +0 -22
  1390. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/exclude-from-template-literal.d.ts +0 -5
  1391. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/exclude-from-template-literal.js +0 -9
  1392. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/exclude.d.ts +0 -21
  1393. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/exclude.js +0 -29
  1394. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/index.d.ts +0 -3
  1395. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/index.js +0 -20
  1396. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-check.d.ts +0 -10
  1397. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-check.js +0 -641
  1398. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-from-mapped-key.d.ts +0 -14
  1399. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-from-mapped-key.js +0 -29
  1400. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-from-mapped-result.d.ts +0 -11
  1401. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-from-mapped-result.js +0 -23
  1402. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-undefined.d.ts +0 -3
  1403. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-undefined.js +0 -24
  1404. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends.d.ts +0 -16
  1405. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends.js +0 -27
  1406. package/node_modules/@sinclair/typebox/build/cjs/type/extends/index.d.ts +0 -5
  1407. package/node_modules/@sinclair/typebox/build/cjs/type/extends/index.js +0 -22
  1408. package/node_modules/@sinclair/typebox/build/cjs/type/extract/extract-from-mapped-result.d.ts +0 -11
  1409. package/node_modules/@sinclair/typebox/build/cjs/type/extract/extract-from-mapped-result.js +0 -22
  1410. package/node_modules/@sinclair/typebox/build/cjs/type/extract/extract-from-template-literal.d.ts +0 -5
  1411. package/node_modules/@sinclair/typebox/build/cjs/type/extract/extract-from-template-literal.js +0 -9
  1412. package/node_modules/@sinclair/typebox/build/cjs/type/extract/extract.d.ts +0 -21
  1413. package/node_modules/@sinclair/typebox/build/cjs/type/extract/extract.js +0 -29
  1414. package/node_modules/@sinclair/typebox/build/cjs/type/extract/index.d.ts +0 -3
  1415. package/node_modules/@sinclair/typebox/build/cjs/type/extract/index.js +0 -20
  1416. package/node_modules/@sinclair/typebox/build/cjs/type/function/function.d.ts +0 -23
  1417. package/node_modules/@sinclair/typebox/build/cjs/type/function/function.js +0 -10
  1418. package/node_modules/@sinclair/typebox/build/cjs/type/function/index.d.ts +0 -1
  1419. package/node_modules/@sinclair/typebox/build/cjs/type/function/index.js +0 -18
  1420. package/node_modules/@sinclair/typebox/build/cjs/type/guard/index.d.ts +0 -3
  1421. package/node_modules/@sinclair/typebox/build/cjs/type/guard/index.js +0 -40
  1422. package/node_modules/@sinclair/typebox/build/cjs/type/guard/kind.d.ts +0 -147
  1423. package/node_modules/@sinclair/typebox/build/cjs/type/guard/kind.js +0 -320
  1424. package/node_modules/@sinclair/typebox/build/cjs/type/guard/type.d.ts +0 -152
  1425. package/node_modules/@sinclair/typebox/build/cjs/type/guard/type.js +0 -597
  1426. package/node_modules/@sinclair/typebox/build/cjs/type/guard/value.d.ts +0 -34
  1427. package/node_modules/@sinclair/typebox/build/cjs/type/guard/value.js +0 -89
  1428. package/node_modules/@sinclair/typebox/build/cjs/type/helpers/helpers.d.ts +0 -42
  1429. package/node_modules/@sinclair/typebox/build/cjs/type/helpers/helpers.js +0 -8
  1430. package/node_modules/@sinclair/typebox/build/cjs/type/helpers/index.d.ts +0 -1
  1431. package/node_modules/@sinclair/typebox/build/cjs/type/helpers/index.js +0 -18
  1432. package/node_modules/@sinclair/typebox/build/cjs/type/index.d.ts +0 -71
  1433. package/node_modules/@sinclair/typebox/build/cjs/type/index.js +0 -88
  1434. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/index.d.ts +0 -4
  1435. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/index.js +0 -21
  1436. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed-from-mapped-key.d.ts +0 -13
  1437. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed-from-mapped-key.js +0 -26
  1438. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed-from-mapped-result.d.ts +0 -12
  1439. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed-from-mapped-result.js +0 -24
  1440. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed-property-keys.d.ts +0 -14
  1441. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed-property-keys.js +0 -36
  1442. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed.d.ts +0 -52
  1443. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed.js +0 -98
  1444. package/node_modules/@sinclair/typebox/build/cjs/type/instance-type/index.d.ts +0 -1
  1445. package/node_modules/@sinclair/typebox/build/cjs/type/instance-type/index.js +0 -18
  1446. package/node_modules/@sinclair/typebox/build/cjs/type/instance-type/instance-type.d.ts +0 -6
  1447. package/node_modules/@sinclair/typebox/build/cjs/type/instance-type/instance-type.js +0 -44
  1448. package/node_modules/@sinclair/typebox/build/cjs/type/instantiate/index.d.ts +0 -1
  1449. package/node_modules/@sinclair/typebox/build/cjs/type/instantiate/index.js +0 -18
  1450. package/node_modules/@sinclair/typebox/build/cjs/type/instantiate/instantiate.d.ts +0 -50
  1451. package/node_modules/@sinclair/typebox/build/cjs/type/instantiate/instantiate.js +0 -153
  1452. package/node_modules/@sinclair/typebox/build/cjs/type/integer/index.d.ts +0 -1
  1453. package/node_modules/@sinclair/typebox/build/cjs/type/integer/index.js +0 -18
  1454. package/node_modules/@sinclair/typebox/build/cjs/type/integer/integer.d.ts +0 -16
  1455. package/node_modules/@sinclair/typebox/build/cjs/type/integer/integer.js +0 -10
  1456. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/index.d.ts +0 -3
  1457. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/index.js +0 -20
  1458. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect-create.d.ts +0 -3
  1459. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect-create.js +0 -23
  1460. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect-evaluated.d.ts +0 -13
  1461. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect-evaluated.js +0 -42
  1462. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect-type.d.ts +0 -15
  1463. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect-type.js +0 -4
  1464. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect.d.ts +0 -6
  1465. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect.js +0 -21
  1466. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/capitalize.d.ts +0 -5
  1467. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/capitalize.js +0 -9
  1468. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/index.d.ts +0 -6
  1469. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/index.js +0 -23
  1470. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/intrinsic-from-mapped-key.d.ts +0 -14
  1471. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/intrinsic-from-mapped-key.js +0 -30
  1472. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/intrinsic.d.ts +0 -16
  1473. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/intrinsic.js +0 -68
  1474. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/lowercase.d.ts +0 -5
  1475. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/lowercase.js +0 -9
  1476. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/uncapitalize.d.ts +0 -5
  1477. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/uncapitalize.js +0 -9
  1478. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/uppercase.d.ts +0 -5
  1479. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/uppercase.js +0 -9
  1480. package/node_modules/@sinclair/typebox/build/cjs/type/iterator/index.d.ts +0 -1
  1481. package/node_modules/@sinclair/typebox/build/cjs/type/iterator/index.js +0 -18
  1482. package/node_modules/@sinclair/typebox/build/cjs/type/iterator/iterator.d.ts +0 -11
  1483. package/node_modules/@sinclair/typebox/build/cjs/type/iterator/iterator.js +0 -10
  1484. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/index.d.ts +0 -4
  1485. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/index.js +0 -21
  1486. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof-from-mapped-result.d.ts +0 -12
  1487. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof-from-mapped-result.js +0 -23
  1488. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof-property-entries.d.ts +0 -7
  1489. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof-property-entries.js +0 -16
  1490. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof-property-keys.d.ts +0 -24
  1491. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof-property-keys.js +0 -78
  1492. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof.d.ts +0 -21
  1493. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof.js +0 -40
  1494. package/node_modules/@sinclair/typebox/build/cjs/type/literal/index.d.ts +0 -1
  1495. package/node_modules/@sinclair/typebox/build/cjs/type/literal/index.js +0 -18
  1496. package/node_modules/@sinclair/typebox/build/cjs/type/literal/literal.d.ts +0 -10
  1497. package/node_modules/@sinclair/typebox/build/cjs/type/literal/literal.js +0 -14
  1498. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/index.d.ts +0 -3
  1499. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/index.js +0 -20
  1500. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped-key.d.ts +0 -8
  1501. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped-key.js +0 -13
  1502. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped-result.d.ts +0 -9
  1503. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped-result.js +0 -13
  1504. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped.d.ts +0 -47
  1505. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped.js +0 -107
  1506. package/node_modules/@sinclair/typebox/build/cjs/type/module/compute.d.ts +0 -59
  1507. package/node_modules/@sinclair/typebox/build/cjs/type/module/compute.js +0 -205
  1508. package/node_modules/@sinclair/typebox/build/cjs/type/module/index.d.ts +0 -1
  1509. package/node_modules/@sinclair/typebox/build/cjs/type/module/index.js +0 -18
  1510. package/node_modules/@sinclair/typebox/build/cjs/type/module/infer.d.ts +0 -49
  1511. package/node_modules/@sinclair/typebox/build/cjs/type/module/infer.js +0 -3
  1512. package/node_modules/@sinclair/typebox/build/cjs/type/module/module.d.ts +0 -27
  1513. package/node_modules/@sinclair/typebox/build/cjs/type/module/module.js +0 -38
  1514. package/node_modules/@sinclair/typebox/build/cjs/type/never/index.d.ts +0 -1
  1515. package/node_modules/@sinclair/typebox/build/cjs/type/never/index.js +0 -18
  1516. package/node_modules/@sinclair/typebox/build/cjs/type/never/never.d.ts +0 -9
  1517. package/node_modules/@sinclair/typebox/build/cjs/type/never/never.js +0 -10
  1518. package/node_modules/@sinclair/typebox/build/cjs/type/not/index.d.ts +0 -1
  1519. package/node_modules/@sinclair/typebox/build/cjs/type/not/index.js +0 -18
  1520. package/node_modules/@sinclair/typebox/build/cjs/type/not/not.d.ts +0 -10
  1521. package/node_modules/@sinclair/typebox/build/cjs/type/not/not.js +0 -10
  1522. package/node_modules/@sinclair/typebox/build/cjs/type/null/index.d.ts +0 -1
  1523. package/node_modules/@sinclair/typebox/build/cjs/type/null/index.js +0 -18
  1524. package/node_modules/@sinclair/typebox/build/cjs/type/null/null.d.ts +0 -9
  1525. package/node_modules/@sinclair/typebox/build/cjs/type/null/null.js +0 -10
  1526. package/node_modules/@sinclair/typebox/build/cjs/type/number/index.d.ts +0 -1
  1527. package/node_modules/@sinclair/typebox/build/cjs/type/number/index.js +0 -18
  1528. package/node_modules/@sinclair/typebox/build/cjs/type/number/number.d.ts +0 -16
  1529. package/node_modules/@sinclair/typebox/build/cjs/type/number/number.js +0 -10
  1530. package/node_modules/@sinclair/typebox/build/cjs/type/object/index.d.ts +0 -1
  1531. package/node_modules/@sinclair/typebox/build/cjs/type/object/index.js +0 -18
  1532. package/node_modules/@sinclair/typebox/build/cjs/type/object/object.d.ts +0 -51
  1533. package/node_modules/@sinclair/typebox/build/cjs/type/object/object.js +0 -22
  1534. package/node_modules/@sinclair/typebox/build/cjs/type/omit/index.d.ts +0 -3
  1535. package/node_modules/@sinclair/typebox/build/cjs/type/omit/index.js +0 -20
  1536. package/node_modules/@sinclair/typebox/build/cjs/type/omit/omit-from-mapped-key.d.ts +0 -12
  1537. package/node_modules/@sinclair/typebox/build/cjs/type/omit/omit-from-mapped-key.js +0 -26
  1538. package/node_modules/@sinclair/typebox/build/cjs/type/omit/omit-from-mapped-result.d.ts +0 -12
  1539. package/node_modules/@sinclair/typebox/build/cjs/type/omit/omit-from-mapped-result.js +0 -23
  1540. package/node_modules/@sinclair/typebox/build/cjs/type/omit/omit.d.ts +0 -36
  1541. package/node_modules/@sinclair/typebox/build/cjs/type/omit/omit.js +0 -75
  1542. package/node_modules/@sinclair/typebox/build/cjs/type/optional/index.d.ts +0 -2
  1543. package/node_modules/@sinclair/typebox/build/cjs/type/optional/index.js +0 -19
  1544. package/node_modules/@sinclair/typebox/build/cjs/type/optional/optional-from-mapped-result.d.ts +0 -10
  1545. package/node_modules/@sinclair/typebox/build/cjs/type/optional/optional-from-mapped-result.js +0 -22
  1546. package/node_modules/@sinclair/typebox/build/cjs/type/optional/optional.d.ts +0 -20
  1547. package/node_modules/@sinclair/typebox/build/cjs/type/optional/optional.js +0 -26
  1548. package/node_modules/@sinclair/typebox/build/cjs/type/parameters/index.d.ts +0 -1
  1549. package/node_modules/@sinclair/typebox/build/cjs/type/parameters/index.js +0 -18
  1550. package/node_modules/@sinclair/typebox/build/cjs/type/parameters/parameters.d.ts +0 -7
  1551. package/node_modules/@sinclair/typebox/build/cjs/type/parameters/parameters.js +0 -44
  1552. package/node_modules/@sinclair/typebox/build/cjs/type/partial/index.d.ts +0 -2
  1553. package/node_modules/@sinclair/typebox/build/cjs/type/partial/index.js +0 -19
  1554. package/node_modules/@sinclair/typebox/build/cjs/type/partial/partial-from-mapped-result.d.ts +0 -12
  1555. package/node_modules/@sinclair/typebox/build/cjs/type/partial/partial-from-mapped-result.js +0 -23
  1556. package/node_modules/@sinclair/typebox/build/cjs/type/partial/partial.d.ts +0 -35
  1557. package/node_modules/@sinclair/typebox/build/cjs/type/partial/partial.js +0 -111
  1558. package/node_modules/@sinclair/typebox/build/cjs/type/patterns/index.d.ts +0 -1
  1559. package/node_modules/@sinclair/typebox/build/cjs/type/patterns/index.js +0 -18
  1560. package/node_modules/@sinclair/typebox/build/cjs/type/patterns/patterns.d.ts +0 -8
  1561. package/node_modules/@sinclair/typebox/build/cjs/type/patterns/patterns.js +0 -12
  1562. package/node_modules/@sinclair/typebox/build/cjs/type/pick/index.d.ts +0 -3
  1563. package/node_modules/@sinclair/typebox/build/cjs/type/pick/index.js +0 -20
  1564. package/node_modules/@sinclair/typebox/build/cjs/type/pick/pick-from-mapped-key.d.ts +0 -12
  1565. package/node_modules/@sinclair/typebox/build/cjs/type/pick/pick-from-mapped-key.js +0 -28
  1566. package/node_modules/@sinclair/typebox/build/cjs/type/pick/pick-from-mapped-result.d.ts +0 -12
  1567. package/node_modules/@sinclair/typebox/build/cjs/type/pick/pick-from-mapped-result.js +0 -23
  1568. package/node_modules/@sinclair/typebox/build/cjs/type/pick/pick.d.ts +0 -36
  1569. package/node_modules/@sinclair/typebox/build/cjs/type/pick/pick.js +0 -70
  1570. package/node_modules/@sinclair/typebox/build/cjs/type/promise/index.d.ts +0 -1
  1571. package/node_modules/@sinclair/typebox/build/cjs/type/promise/index.js +0 -18
  1572. package/node_modules/@sinclair/typebox/build/cjs/type/promise/promise.d.ts +0 -11
  1573. package/node_modules/@sinclair/typebox/build/cjs/type/promise/promise.js +0 -10
  1574. package/node_modules/@sinclair/typebox/build/cjs/type/readonly/index.d.ts +0 -2
  1575. package/node_modules/@sinclair/typebox/build/cjs/type/readonly/index.js +0 -19
  1576. package/node_modules/@sinclair/typebox/build/cjs/type/readonly/readonly-from-mapped-result.d.ts +0 -10
  1577. package/node_modules/@sinclair/typebox/build/cjs/type/readonly/readonly-from-mapped-result.js +0 -22
  1578. package/node_modules/@sinclair/typebox/build/cjs/type/readonly/readonly.d.ts +0 -20
  1579. package/node_modules/@sinclair/typebox/build/cjs/type/readonly/readonly.js +0 -26
  1580. package/node_modules/@sinclair/typebox/build/cjs/type/readonly-optional/index.d.ts +0 -1
  1581. package/node_modules/@sinclair/typebox/build/cjs/type/readonly-optional/index.js +0 -18
  1582. package/node_modules/@sinclair/typebox/build/cjs/type/readonly-optional/readonly-optional.d.ts +0 -6
  1583. package/node_modules/@sinclair/typebox/build/cjs/type/readonly-optional/readonly-optional.js +0 -10
  1584. package/node_modules/@sinclair/typebox/build/cjs/type/record/index.d.ts +0 -1
  1585. package/node_modules/@sinclair/typebox/build/cjs/type/record/index.js +0 -18
  1586. package/node_modules/@sinclair/typebox/build/cjs/type/record/record.d.ts +0 -71
  1587. package/node_modules/@sinclair/typebox/build/cjs/type/record/record.js +0 -123
  1588. package/node_modules/@sinclair/typebox/build/cjs/type/recursive/index.d.ts +0 -1
  1589. package/node_modules/@sinclair/typebox/build/cjs/type/recursive/index.js +0 -18
  1590. package/node_modules/@sinclair/typebox/build/cjs/type/recursive/recursive.d.ts +0 -16
  1591. package/node_modules/@sinclair/typebox/build/cjs/type/recursive/recursive.js +0 -19
  1592. package/node_modules/@sinclair/typebox/build/cjs/type/ref/index.d.ts +0 -1
  1593. package/node_modules/@sinclair/typebox/build/cjs/type/ref/index.js +0 -18
  1594. package/node_modules/@sinclair/typebox/build/cjs/type/ref/ref.d.ts +0 -41
  1595. package/node_modules/@sinclair/typebox/build/cjs/type/ref/ref.js +0 -14
  1596. package/node_modules/@sinclair/typebox/build/cjs/type/regexp/index.d.ts +0 -1
  1597. package/node_modules/@sinclair/typebox/build/cjs/type/regexp/index.js +0 -18
  1598. package/node_modules/@sinclair/typebox/build/cjs/type/regexp/regexp.d.ts +0 -20
  1599. package/node_modules/@sinclair/typebox/build/cjs/type/regexp/regexp.js +0 -12
  1600. package/node_modules/@sinclair/typebox/build/cjs/type/registry/format.d.ts +0 -13
  1601. package/node_modules/@sinclair/typebox/build/cjs/type/registry/format.js +0 -35
  1602. package/node_modules/@sinclair/typebox/build/cjs/type/registry/index.d.ts +0 -2
  1603. package/node_modules/@sinclair/typebox/build/cjs/type/registry/index.js +0 -39
  1604. package/node_modules/@sinclair/typebox/build/cjs/type/registry/type.d.ts +0 -13
  1605. package/node_modules/@sinclair/typebox/build/cjs/type/registry/type.js +0 -35
  1606. package/node_modules/@sinclair/typebox/build/cjs/type/required/index.d.ts +0 -2
  1607. package/node_modules/@sinclair/typebox/build/cjs/type/required/index.js +0 -19
  1608. package/node_modules/@sinclair/typebox/build/cjs/type/required/required-from-mapped-result.d.ts +0 -12
  1609. package/node_modules/@sinclair/typebox/build/cjs/type/required/required-from-mapped-result.js +0 -22
  1610. package/node_modules/@sinclair/typebox/build/cjs/type/required/required.d.ts +0 -35
  1611. package/node_modules/@sinclair/typebox/build/cjs/type/required/required.js +0 -110
  1612. package/node_modules/@sinclair/typebox/build/cjs/type/rest/index.d.ts +0 -1
  1613. package/node_modules/@sinclair/typebox/build/cjs/type/rest/index.js +0 -18
  1614. package/node_modules/@sinclair/typebox/build/cjs/type/rest/rest.d.ts +0 -10
  1615. package/node_modules/@sinclair/typebox/build/cjs/type/rest/rest.js +0 -19
  1616. package/node_modules/@sinclair/typebox/build/cjs/type/return-type/index.d.ts +0 -1
  1617. package/node_modules/@sinclair/typebox/build/cjs/type/return-type/index.js +0 -18
  1618. package/node_modules/@sinclair/typebox/build/cjs/type/return-type/return-type.d.ts +0 -6
  1619. package/node_modules/@sinclair/typebox/build/cjs/type/return-type/return-type.js +0 -44
  1620. package/node_modules/@sinclair/typebox/build/cjs/type/schema/anyschema.d.ts +0 -33
  1621. package/node_modules/@sinclair/typebox/build/cjs/type/schema/anyschema.js +0 -3
  1622. package/node_modules/@sinclair/typebox/build/cjs/type/schema/index.d.ts +0 -2
  1623. package/node_modules/@sinclair/typebox/build/cjs/type/schema/index.js +0 -19
  1624. package/node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts +0 -29
  1625. package/node_modules/@sinclair/typebox/build/cjs/type/schema/schema.js +0 -4
  1626. package/node_modules/@sinclair/typebox/build/cjs/type/sets/index.d.ts +0 -1
  1627. package/node_modules/@sinclair/typebox/build/cjs/type/sets/index.js +0 -18
  1628. package/node_modules/@sinclair/typebox/build/cjs/type/sets/set.d.ts +0 -28
  1629. package/node_modules/@sinclair/typebox/build/cjs/type/sets/set.js +0 -59
  1630. package/node_modules/@sinclair/typebox/build/cjs/type/static/index.d.ts +0 -1
  1631. package/node_modules/@sinclair/typebox/build/cjs/type/static/index.js +0 -18
  1632. package/node_modules/@sinclair/typebox/build/cjs/type/static/static.d.ts +0 -39
  1633. package/node_modules/@sinclair/typebox/build/cjs/type/static/static.js +0 -3
  1634. package/node_modules/@sinclair/typebox/build/cjs/type/string/index.d.ts +0 -1
  1635. package/node_modules/@sinclair/typebox/build/cjs/type/string/index.js +0 -18
  1636. package/node_modules/@sinclair/typebox/build/cjs/type/string/string.d.ts +0 -25
  1637. package/node_modules/@sinclair/typebox/build/cjs/type/string/string.js +0 -10
  1638. package/node_modules/@sinclair/typebox/build/cjs/type/symbol/index.d.ts +0 -1
  1639. package/node_modules/@sinclair/typebox/build/cjs/type/symbol/index.js +0 -18
  1640. package/node_modules/@sinclair/typebox/build/cjs/type/symbol/symbol.d.ts +0 -10
  1641. package/node_modules/@sinclair/typebox/build/cjs/type/symbol/symbol.js +0 -10
  1642. package/node_modules/@sinclair/typebox/build/cjs/type/symbols/index.d.ts +0 -1
  1643. package/node_modules/@sinclair/typebox/build/cjs/type/symbols/index.js +0 -18
  1644. package/node_modules/@sinclair/typebox/build/cjs/type/symbols/symbols.d.ts +0 -10
  1645. package/node_modules/@sinclair/typebox/build/cjs/type/symbols/symbols.js +0 -14
  1646. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/finite.d.ts +0 -19
  1647. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/finite.js +0 -56
  1648. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/generate.d.ts +0 -21
  1649. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/generate.js +0 -60
  1650. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/index.d.ts +0 -7
  1651. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/index.js +0 -24
  1652. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/parse.d.ts +0 -20
  1653. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/parse.js +0 -174
  1654. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/pattern.d.ts +0 -5
  1655. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/pattern.js +0 -39
  1656. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/syntax.d.ts +0 -20
  1657. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/syntax.js +0 -59
  1658. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/template-literal.d.ts +0 -30
  1659. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/template-literal.js +0 -17
  1660. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/union.d.ts +0 -9
  1661. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/union.js +0 -13
  1662. package/node_modules/@sinclair/typebox/build/cjs/type/transform/index.d.ts +0 -1
  1663. package/node_modules/@sinclair/typebox/build/cjs/type/transform/index.js +0 -18
  1664. package/node_modules/@sinclair/typebox/build/cjs/type/transform/transform.d.ts +0 -30
  1665. package/node_modules/@sinclair/typebox/build/cjs/type/transform/transform.js +0 -47
  1666. package/node_modules/@sinclair/typebox/build/cjs/type/tuple/index.d.ts +0 -1
  1667. package/node_modules/@sinclair/typebox/build/cjs/type/tuple/index.js +0 -18
  1668. package/node_modules/@sinclair/typebox/build/cjs/type/tuple/tuple.d.ts +0 -16
  1669. package/node_modules/@sinclair/typebox/build/cjs/type/tuple/tuple.js +0 -13
  1670. package/node_modules/@sinclair/typebox/build/cjs/type/type/index.d.ts +0 -6
  1671. package/node_modules/@sinclair/typebox/build/cjs/type/type/index.js +0 -51
  1672. package/node_modules/@sinclair/typebox/build/cjs/type/type/javascript.d.ts +0 -64
  1673. package/node_modules/@sinclair/typebox/build/cjs/type/type/javascript.js +0 -104
  1674. package/node_modules/@sinclair/typebox/build/cjs/type/type/json.d.ts +0 -208
  1675. package/node_modules/@sinclair/typebox/build/cjs/type/type/json.js +0 -226
  1676. package/node_modules/@sinclair/typebox/build/cjs/type/type/type.d.ts +0 -59
  1677. package/node_modules/@sinclair/typebox/build/cjs/type/type/type.js +0 -129
  1678. package/node_modules/@sinclair/typebox/build/cjs/type/uint8array/index.d.ts +0 -1
  1679. package/node_modules/@sinclair/typebox/build/cjs/type/uint8array/index.js +0 -18
  1680. package/node_modules/@sinclair/typebox/build/cjs/type/uint8array/uint8array.d.ts +0 -13
  1681. package/node_modules/@sinclair/typebox/build/cjs/type/uint8array/uint8array.js +0 -10
  1682. package/node_modules/@sinclair/typebox/build/cjs/type/undefined/index.d.ts +0 -1
  1683. package/node_modules/@sinclair/typebox/build/cjs/type/undefined/index.js +0 -18
  1684. package/node_modules/@sinclair/typebox/build/cjs/type/undefined/undefined.d.ts +0 -9
  1685. package/node_modules/@sinclair/typebox/build/cjs/type/undefined/undefined.js +0 -10
  1686. package/node_modules/@sinclair/typebox/build/cjs/type/union/index.d.ts +0 -3
  1687. package/node_modules/@sinclair/typebox/build/cjs/type/union/index.js +0 -20
  1688. package/node_modules/@sinclair/typebox/build/cjs/type/union/union-create.d.ts +0 -3
  1689. package/node_modules/@sinclair/typebox/build/cjs/type/union/union-create.js +0 -9
  1690. package/node_modules/@sinclair/typebox/build/cjs/type/union/union-evaluated.d.ts +0 -13
  1691. package/node_modules/@sinclair/typebox/build/cjs/type/union/union-evaluated.js +0 -40
  1692. package/node_modules/@sinclair/typebox/build/cjs/type/union/union-type.d.ts +0 -12
  1693. package/node_modules/@sinclair/typebox/build/cjs/type/union/union-type.js +0 -4
  1694. package/node_modules/@sinclair/typebox/build/cjs/type/union/union.d.ts +0 -6
  1695. package/node_modules/@sinclair/typebox/build/cjs/type/union/union.js +0 -14
  1696. package/node_modules/@sinclair/typebox/build/cjs/type/unknown/index.d.ts +0 -1
  1697. package/node_modules/@sinclair/typebox/build/cjs/type/unknown/index.js +0 -18
  1698. package/node_modules/@sinclair/typebox/build/cjs/type/unknown/unknown.d.ts +0 -8
  1699. package/node_modules/@sinclair/typebox/build/cjs/type/unknown/unknown.js +0 -10
  1700. package/node_modules/@sinclair/typebox/build/cjs/type/unsafe/index.d.ts +0 -1
  1701. package/node_modules/@sinclair/typebox/build/cjs/type/unsafe/index.js +0 -18
  1702. package/node_modules/@sinclair/typebox/build/cjs/type/unsafe/unsafe.d.ts +0 -11
  1703. package/node_modules/@sinclair/typebox/build/cjs/type/unsafe/unsafe.js +0 -10
  1704. package/node_modules/@sinclair/typebox/build/cjs/type/void/index.d.ts +0 -1
  1705. package/node_modules/@sinclair/typebox/build/cjs/type/void/index.js +0 -18
  1706. package/node_modules/@sinclair/typebox/build/cjs/type/void/void.d.ts +0 -9
  1707. package/node_modules/@sinclair/typebox/build/cjs/type/void/void.js +0 -10
  1708. package/node_modules/@sinclair/typebox/build/cjs/value/assert/assert.d.ts +0 -15
  1709. package/node_modules/@sinclair/typebox/build/cjs/value/assert/assert.js +0 -55
  1710. package/node_modules/@sinclair/typebox/build/cjs/value/assert/index.d.ts +0 -1
  1711. package/node_modules/@sinclair/typebox/build/cjs/value/assert/index.js +0 -18
  1712. package/node_modules/@sinclair/typebox/build/cjs/value/cast/cast.d.ts +0 -11
  1713. package/node_modules/@sinclair/typebox/build/cjs/value/cast/cast.js +0 -241
  1714. package/node_modules/@sinclair/typebox/build/cjs/value/cast/index.d.ts +0 -1
  1715. package/node_modules/@sinclair/typebox/build/cjs/value/cast/index.js +0 -18
  1716. package/node_modules/@sinclair/typebox/build/cjs/value/check/check.d.ts +0 -11
  1717. package/node_modules/@sinclair/typebox/build/cjs/value/check/check.js +0 -476
  1718. package/node_modules/@sinclair/typebox/build/cjs/value/check/index.d.ts +0 -1
  1719. package/node_modules/@sinclair/typebox/build/cjs/value/check/index.js +0 -18
  1720. package/node_modules/@sinclair/typebox/build/cjs/value/clean/clean.d.ts +0 -5
  1721. package/node_modules/@sinclair/typebox/build/cjs/value/clean/clean.js +0 -149
  1722. package/node_modules/@sinclair/typebox/build/cjs/value/clean/index.d.ts +0 -1
  1723. package/node_modules/@sinclair/typebox/build/cjs/value/clean/index.js +0 -18
  1724. package/node_modules/@sinclair/typebox/build/cjs/value/clone/clone.d.ts +0 -2
  1725. package/node_modules/@sinclair/typebox/build/cjs/value/clone/clone.js +0 -60
  1726. package/node_modules/@sinclair/typebox/build/cjs/value/clone/index.d.ts +0 -1
  1727. package/node_modules/@sinclair/typebox/build/cjs/value/clone/index.js +0 -18
  1728. package/node_modules/@sinclair/typebox/build/cjs/value/convert/convert.d.ts +0 -5
  1729. package/node_modules/@sinclair/typebox/build/cjs/value/convert/convert.js +0 -264
  1730. package/node_modules/@sinclair/typebox/build/cjs/value/convert/index.d.ts +0 -1
  1731. package/node_modules/@sinclair/typebox/build/cjs/value/convert/index.js +0 -18
  1732. package/node_modules/@sinclair/typebox/build/cjs/value/create/create.d.ts +0 -11
  1733. package/node_modules/@sinclair/typebox/build/cjs/value/create/create.js +0 -474
  1734. package/node_modules/@sinclair/typebox/build/cjs/value/create/index.d.ts +0 -1
  1735. package/node_modules/@sinclair/typebox/build/cjs/value/create/index.js +0 -18
  1736. package/node_modules/@sinclair/typebox/build/cjs/value/decode/decode.d.ts +0 -6
  1737. package/node_modules/@sinclair/typebox/build/cjs/value/decode/decode.js +0 -14
  1738. package/node_modules/@sinclair/typebox/build/cjs/value/decode/index.d.ts +0 -1
  1739. package/node_modules/@sinclair/typebox/build/cjs/value/decode/index.js +0 -18
  1740. package/node_modules/@sinclair/typebox/build/cjs/value/default/default.d.ts +0 -5
  1741. package/node_modules/@sinclair/typebox/build/cjs/value/default/default.js +0 -176
  1742. package/node_modules/@sinclair/typebox/build/cjs/value/default/index.d.ts +0 -1
  1743. package/node_modules/@sinclair/typebox/build/cjs/value/default/index.js +0 -18
  1744. package/node_modules/@sinclair/typebox/build/cjs/value/delta/delta.d.ts +0 -32
  1745. package/node_modules/@sinclair/typebox/build/cjs/value/delta/delta.js +0 -178
  1746. package/node_modules/@sinclair/typebox/build/cjs/value/delta/index.d.ts +0 -1
  1747. package/node_modules/@sinclair/typebox/build/cjs/value/delta/index.js +0 -18
  1748. package/node_modules/@sinclair/typebox/build/cjs/value/deref/deref.d.ts +0 -12
  1749. package/node_modules/@sinclair/typebox/build/cjs/value/deref/deref.js +0 -36
  1750. package/node_modules/@sinclair/typebox/build/cjs/value/deref/index.d.ts +0 -1
  1751. package/node_modules/@sinclair/typebox/build/cjs/value/deref/index.js +0 -18
  1752. package/node_modules/@sinclair/typebox/build/cjs/value/encode/encode.d.ts +0 -6
  1753. package/node_modules/@sinclair/typebox/build/cjs/value/encode/encode.js +0 -15
  1754. package/node_modules/@sinclair/typebox/build/cjs/value/encode/index.d.ts +0 -1
  1755. package/node_modules/@sinclair/typebox/build/cjs/value/encode/index.js +0 -18
  1756. package/node_modules/@sinclair/typebox/build/cjs/value/equal/equal.d.ts +0 -2
  1757. package/node_modules/@sinclair/typebox/build/cjs/value/equal/equal.js +0 -50
  1758. package/node_modules/@sinclair/typebox/build/cjs/value/equal/index.d.ts +0 -1
  1759. package/node_modules/@sinclair/typebox/build/cjs/value/equal/index.js +0 -18
  1760. package/node_modules/@sinclair/typebox/build/cjs/value/guard/guard.d.ts +0 -74
  1761. package/node_modules/@sinclair/typebox/build/cjs/value/guard/guard.js +0 -195
  1762. package/node_modules/@sinclair/typebox/build/cjs/value/guard/index.d.ts +0 -1
  1763. package/node_modules/@sinclair/typebox/build/cjs/value/guard/index.js +0 -18
  1764. package/node_modules/@sinclair/typebox/build/cjs/value/hash/hash.d.ts +0 -7
  1765. package/node_modules/@sinclair/typebox/build/cjs/value/hash/hash.js +0 -152
  1766. package/node_modules/@sinclair/typebox/build/cjs/value/hash/index.d.ts +0 -1
  1767. package/node_modules/@sinclair/typebox/build/cjs/value/hash/index.js +0 -18
  1768. package/node_modules/@sinclair/typebox/build/cjs/value/index.d.ts +0 -20
  1769. package/node_modules/@sinclair/typebox/build/cjs/value/index.js +0 -53
  1770. package/node_modules/@sinclair/typebox/build/cjs/value/mutate/index.d.ts +0 -1
  1771. package/node_modules/@sinclair/typebox/build/cjs/value/mutate/index.js +0 -18
  1772. package/node_modules/@sinclair/typebox/build/cjs/value/mutate/mutate.d.ts +0 -9
  1773. package/node_modules/@sinclair/typebox/build/cjs/value/mutate/mutate.js +0 -104
  1774. package/node_modules/@sinclair/typebox/build/cjs/value/parse/index.d.ts +0 -1
  1775. package/node_modules/@sinclair/typebox/build/cjs/value/parse/index.js +0 -18
  1776. package/node_modules/@sinclair/typebox/build/cjs/value/parse/parse.d.ts +0 -22
  1777. package/node_modules/@sinclair/typebox/build/cjs/value/parse/parse.js +0 -87
  1778. package/node_modules/@sinclair/typebox/build/cjs/value/pointer/index.d.ts +0 -1
  1779. package/node_modules/@sinclair/typebox/build/cjs/value/pointer/index.js +0 -38
  1780. package/node_modules/@sinclair/typebox/build/cjs/value/pointer/pointer.d.ts +0 -22
  1781. package/node_modules/@sinclair/typebox/build/cjs/value/pointer/pointer.js +0 -126
  1782. package/node_modules/@sinclair/typebox/build/cjs/value/transform/decode.d.ts +0 -22
  1783. package/node_modules/@sinclair/typebox/build/cjs/value/transform/decode.js +0 -214
  1784. package/node_modules/@sinclair/typebox/build/cjs/value/transform/encode.d.ts +0 -23
  1785. package/node_modules/@sinclair/typebox/build/cjs/value/transform/encode.js +0 -225
  1786. package/node_modules/@sinclair/typebox/build/cjs/value/transform/has.d.ts +0 -3
  1787. package/node_modules/@sinclair/typebox/build/cjs/value/transform/has.js +0 -133
  1788. package/node_modules/@sinclair/typebox/build/cjs/value/transform/index.d.ts +0 -3
  1789. package/node_modules/@sinclair/typebox/build/cjs/value/transform/index.js +0 -20
  1790. package/node_modules/@sinclair/typebox/build/cjs/value/value/index.d.ts +0 -1
  1791. package/node_modules/@sinclair/typebox/build/cjs/value/value/index.js +0 -38
  1792. package/node_modules/@sinclair/typebox/build/cjs/value/value/value.d.ts +0 -16
  1793. package/node_modules/@sinclair/typebox/build/cjs/value/value/value.js +0 -39
  1794. package/node_modules/@sinclair/typebox/build/esm/compiler/compiler.d.mts +0 -55
  1795. package/node_modules/@sinclair/typebox/build/esm/compiler/compiler.mjs +0 -663
  1796. package/node_modules/@sinclair/typebox/build/esm/compiler/index.d.mts +0 -2
  1797. package/node_modules/@sinclair/typebox/build/esm/compiler/index.mjs +0 -2
  1798. package/node_modules/@sinclair/typebox/build/esm/errors/errors.d.mts +0 -91
  1799. package/node_modules/@sinclair/typebox/build/esm/errors/errors.mjs +0 -592
  1800. package/node_modules/@sinclair/typebox/build/esm/errors/function.d.mts +0 -21
  1801. package/node_modules/@sinclair/typebox/build/esm/errors/function.mjs +0 -147
  1802. package/node_modules/@sinclair/typebox/build/esm/errors/index.d.mts +0 -2
  1803. package/node_modules/@sinclair/typebox/build/esm/errors/index.mjs +0 -2
  1804. package/node_modules/@sinclair/typebox/build/esm/index.d.mts +0 -71
  1805. package/node_modules/@sinclair/typebox/build/esm/index.mjs +0 -80
  1806. package/node_modules/@sinclair/typebox/build/esm/parser/index.d.mts +0 -2
  1807. package/node_modules/@sinclair/typebox/build/esm/parser/index.mjs +0 -2
  1808. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/guard.d.mts +0 -23
  1809. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/guard.mjs +0 -72
  1810. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/index.d.mts +0 -5
  1811. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/index.mjs +0 -5
  1812. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/module.d.mts +0 -9
  1813. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/module.mjs +0 -17
  1814. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/parse.d.mts +0 -9
  1815. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/parse.mjs +0 -123
  1816. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/token.d.mts +0 -8
  1817. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/token.mjs +0 -223
  1818. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/types.d.mts +0 -98
  1819. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/types.mjs +0 -55
  1820. package/node_modules/@sinclair/typebox/build/esm/parser/static/index.d.mts +0 -3
  1821. package/node_modules/@sinclair/typebox/build/esm/parser/static/index.mjs +0 -3
  1822. package/node_modules/@sinclair/typebox/build/esm/parser/static/parse.d.mts +0 -20
  1823. package/node_modules/@sinclair/typebox/build/esm/parser/static/parse.mjs +0 -1
  1824. package/node_modules/@sinclair/typebox/build/esm/parser/static/token.d.mts +0 -108
  1825. package/node_modules/@sinclair/typebox/build/esm/parser/static/token.mjs +0 -1
  1826. package/node_modules/@sinclair/typebox/build/esm/parser/static/types.d.mts +0 -69
  1827. package/node_modules/@sinclair/typebox/build/esm/parser/static/types.mjs +0 -1
  1828. package/node_modules/@sinclair/typebox/build/esm/syntax/index.d.mts +0 -1
  1829. package/node_modules/@sinclair/typebox/build/esm/syntax/index.mjs +0 -1
  1830. package/node_modules/@sinclair/typebox/build/esm/syntax/mapping.d.mts +0 -167
  1831. package/node_modules/@sinclair/typebox/build/esm/syntax/mapping.mjs +0 -386
  1832. package/node_modules/@sinclair/typebox/build/esm/syntax/parser.d.mts +0 -162
  1833. package/node_modules/@sinclair/typebox/build/esm/syntax/parser.mjs +0 -78
  1834. package/node_modules/@sinclair/typebox/build/esm/syntax/syntax.d.mts +0 -12
  1835. package/node_modules/@sinclair/typebox/build/esm/syntax/syntax.mjs +0 -16
  1836. package/node_modules/@sinclair/typebox/build/esm/system/index.d.mts +0 -2
  1837. package/node_modules/@sinclair/typebox/build/esm/system/index.mjs +0 -2
  1838. package/node_modules/@sinclair/typebox/build/esm/system/policy.d.mts +0 -29
  1839. package/node_modules/@sinclair/typebox/build/esm/system/policy.mjs +0 -54
  1840. package/node_modules/@sinclair/typebox/build/esm/system/system.d.mts +0 -16
  1841. package/node_modules/@sinclair/typebox/build/esm/system/system.mjs +0 -37
  1842. package/node_modules/@sinclair/typebox/build/esm/type/any/any.d.mts +0 -8
  1843. package/node_modules/@sinclair/typebox/build/esm/type/any/any.mjs +0 -6
  1844. package/node_modules/@sinclair/typebox/build/esm/type/any/index.d.mts +0 -1
  1845. package/node_modules/@sinclair/typebox/build/esm/type/any/index.mjs +0 -1
  1846. package/node_modules/@sinclair/typebox/build/esm/type/argument/argument.d.mts +0 -9
  1847. package/node_modules/@sinclair/typebox/build/esm/type/argument/argument.mjs +0 -6
  1848. package/node_modules/@sinclair/typebox/build/esm/type/argument/index.d.mts +0 -1
  1849. package/node_modules/@sinclair/typebox/build/esm/type/argument/index.mjs +0 -1
  1850. package/node_modules/@sinclair/typebox/build/esm/type/array/array.d.mts +0 -28
  1851. package/node_modules/@sinclair/typebox/build/esm/type/array/array.mjs +0 -6
  1852. package/node_modules/@sinclair/typebox/build/esm/type/array/index.d.mts +0 -1
  1853. package/node_modules/@sinclair/typebox/build/esm/type/array/index.mjs +0 -1
  1854. package/node_modules/@sinclair/typebox/build/esm/type/async-iterator/async-iterator.d.mts +0 -11
  1855. package/node_modules/@sinclair/typebox/build/esm/type/async-iterator/async-iterator.mjs +0 -6
  1856. package/node_modules/@sinclair/typebox/build/esm/type/async-iterator/index.d.mts +0 -1
  1857. package/node_modules/@sinclair/typebox/build/esm/type/async-iterator/index.mjs +0 -1
  1858. package/node_modules/@sinclair/typebox/build/esm/type/awaited/awaited.d.mts +0 -14
  1859. package/node_modules/@sinclair/typebox/build/esm/type/awaited/awaited.mjs +0 -37
  1860. package/node_modules/@sinclair/typebox/build/esm/type/awaited/index.d.mts +0 -1
  1861. package/node_modules/@sinclair/typebox/build/esm/type/awaited/index.mjs +0 -1
  1862. package/node_modules/@sinclair/typebox/build/esm/type/bigint/bigint.d.mts +0 -16
  1863. package/node_modules/@sinclair/typebox/build/esm/type/bigint/bigint.mjs +0 -6
  1864. package/node_modules/@sinclair/typebox/build/esm/type/bigint/index.d.mts +0 -1
  1865. package/node_modules/@sinclair/typebox/build/esm/type/bigint/index.mjs +0 -1
  1866. package/node_modules/@sinclair/typebox/build/esm/type/boolean/boolean.d.mts +0 -9
  1867. package/node_modules/@sinclair/typebox/build/esm/type/boolean/boolean.mjs +0 -6
  1868. package/node_modules/@sinclair/typebox/build/esm/type/boolean/index.d.mts +0 -1
  1869. package/node_modules/@sinclair/typebox/build/esm/type/boolean/index.mjs +0 -1
  1870. package/node_modules/@sinclair/typebox/build/esm/type/clone/index.d.mts +0 -2
  1871. package/node_modules/@sinclair/typebox/build/esm/type/clone/index.mjs +0 -2
  1872. package/node_modules/@sinclair/typebox/build/esm/type/clone/type.d.mts +0 -5
  1873. package/node_modules/@sinclair/typebox/build/esm/type/clone/type.mjs +0 -9
  1874. package/node_modules/@sinclair/typebox/build/esm/type/clone/value.d.mts +0 -2
  1875. package/node_modules/@sinclair/typebox/build/esm/type/clone/value.mjs +0 -36
  1876. package/node_modules/@sinclair/typebox/build/esm/type/composite/composite.d.mts +0 -18
  1877. package/node_modules/@sinclair/typebox/build/esm/type/composite/composite.mjs +0 -42
  1878. package/node_modules/@sinclair/typebox/build/esm/type/composite/index.d.mts +0 -1
  1879. package/node_modules/@sinclair/typebox/build/esm/type/composite/index.mjs +0 -1
  1880. package/node_modules/@sinclair/typebox/build/esm/type/computed/computed.d.mts +0 -9
  1881. package/node_modules/@sinclair/typebox/build/esm/type/computed/computed.mjs +0 -6
  1882. package/node_modules/@sinclair/typebox/build/esm/type/computed/index.d.mts +0 -1
  1883. package/node_modules/@sinclair/typebox/build/esm/type/computed/index.mjs +0 -1
  1884. package/node_modules/@sinclair/typebox/build/esm/type/const/const.d.mts +0 -27
  1885. package/node_modules/@sinclair/typebox/build/esm/type/const/const.mjs +0 -54
  1886. package/node_modules/@sinclair/typebox/build/esm/type/const/index.d.mts +0 -1
  1887. package/node_modules/@sinclair/typebox/build/esm/type/const/index.mjs +0 -1
  1888. package/node_modules/@sinclair/typebox/build/esm/type/constructor/constructor.d.mts +0 -23
  1889. package/node_modules/@sinclair/typebox/build/esm/type/constructor/constructor.mjs +0 -6
  1890. package/node_modules/@sinclair/typebox/build/esm/type/constructor/index.d.mts +0 -1
  1891. package/node_modules/@sinclair/typebox/build/esm/type/constructor/index.mjs +0 -1
  1892. package/node_modules/@sinclair/typebox/build/esm/type/constructor-parameters/constructor-parameters.d.mts +0 -7
  1893. package/node_modules/@sinclair/typebox/build/esm/type/constructor-parameters/constructor-parameters.mjs +0 -7
  1894. package/node_modules/@sinclair/typebox/build/esm/type/constructor-parameters/index.d.mts +0 -1
  1895. package/node_modules/@sinclair/typebox/build/esm/type/constructor-parameters/index.mjs +0 -1
  1896. package/node_modules/@sinclair/typebox/build/esm/type/create/immutable.d.mts +0 -2
  1897. package/node_modules/@sinclair/typebox/build/esm/type/create/immutable.mjs +0 -33
  1898. package/node_modules/@sinclair/typebox/build/esm/type/create/index.d.mts +0 -1
  1899. package/node_modules/@sinclair/typebox/build/esm/type/create/index.mjs +0 -1
  1900. package/node_modules/@sinclair/typebox/build/esm/type/create/type.d.mts +0 -3
  1901. package/node_modules/@sinclair/typebox/build/esm/type/create/type.mjs +0 -15
  1902. package/node_modules/@sinclair/typebox/build/esm/type/date/date.d.mts +0 -21
  1903. package/node_modules/@sinclair/typebox/build/esm/type/date/date.mjs +0 -6
  1904. package/node_modules/@sinclair/typebox/build/esm/type/date/index.d.mts +0 -1
  1905. package/node_modules/@sinclair/typebox/build/esm/type/date/index.mjs +0 -1
  1906. package/node_modules/@sinclair/typebox/build/esm/type/discard/discard.d.mts +0 -2
  1907. package/node_modules/@sinclair/typebox/build/esm/type/discard/discard.mjs +0 -8
  1908. package/node_modules/@sinclair/typebox/build/esm/type/discard/index.d.mts +0 -1
  1909. package/node_modules/@sinclair/typebox/build/esm/type/discard/index.mjs +0 -1
  1910. package/node_modules/@sinclair/typebox/build/esm/type/enum/enum.d.mts +0 -14
  1911. package/node_modules/@sinclair/typebox/build/esm/type/enum/enum.mjs +0 -18
  1912. package/node_modules/@sinclair/typebox/build/esm/type/enum/index.d.mts +0 -1
  1913. package/node_modules/@sinclair/typebox/build/esm/type/enum/index.mjs +0 -1
  1914. package/node_modules/@sinclair/typebox/build/esm/type/error/error.d.mts +0 -4
  1915. package/node_modules/@sinclair/typebox/build/esm/type/error/error.mjs +0 -6
  1916. package/node_modules/@sinclair/typebox/build/esm/type/error/index.d.mts +0 -1
  1917. package/node_modules/@sinclair/typebox/build/esm/type/error/index.mjs +0 -1
  1918. package/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-mapped-result.d.mts +0 -11
  1919. package/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-mapped-result.mjs +0 -18
  1920. package/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-template-literal.d.mts +0 -5
  1921. package/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-template-literal.mjs +0 -5
  1922. package/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude.d.mts +0 -21
  1923. package/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude.mjs +0 -25
  1924. package/node_modules/@sinclair/typebox/build/esm/type/exclude/index.d.mts +0 -3
  1925. package/node_modules/@sinclair/typebox/build/esm/type/exclude/index.mjs +0 -3
  1926. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-check.d.mts +0 -10
  1927. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-check.mjs +0 -635
  1928. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-key.d.mts +0 -14
  1929. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-key.mjs +0 -25
  1930. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-result.d.mts +0 -11
  1931. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-result.mjs +0 -19
  1932. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-undefined.d.mts +0 -3
  1933. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-undefined.mjs +0 -20
  1934. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends.d.mts +0 -16
  1935. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends.mjs +0 -23
  1936. package/node_modules/@sinclair/typebox/build/esm/type/extends/index.d.mts +0 -5
  1937. package/node_modules/@sinclair/typebox/build/esm/type/extends/index.mjs +0 -5
  1938. package/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-mapped-result.d.mts +0 -11
  1939. package/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-mapped-result.mjs +0 -18
  1940. package/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-template-literal.d.mts +0 -5
  1941. package/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-template-literal.mjs +0 -5
  1942. package/node_modules/@sinclair/typebox/build/esm/type/extract/extract.d.mts +0 -21
  1943. package/node_modules/@sinclair/typebox/build/esm/type/extract/extract.mjs +0 -25
  1944. package/node_modules/@sinclair/typebox/build/esm/type/extract/index.d.mts +0 -3
  1945. package/node_modules/@sinclair/typebox/build/esm/type/extract/index.mjs +0 -3
  1946. package/node_modules/@sinclair/typebox/build/esm/type/function/function.d.mts +0 -23
  1947. package/node_modules/@sinclair/typebox/build/esm/type/function/function.mjs +0 -6
  1948. package/node_modules/@sinclair/typebox/build/esm/type/function/index.d.mts +0 -1
  1949. package/node_modules/@sinclair/typebox/build/esm/type/function/index.mjs +0 -1
  1950. package/node_modules/@sinclair/typebox/build/esm/type/guard/index.d.mts +0 -3
  1951. package/node_modules/@sinclair/typebox/build/esm/type/guard/index.mjs +0 -3
  1952. package/node_modules/@sinclair/typebox/build/esm/type/guard/kind.d.mts +0 -147
  1953. package/node_modules/@sinclair/typebox/build/esm/type/guard/kind.mjs +0 -235
  1954. package/node_modules/@sinclair/typebox/build/esm/type/guard/type.d.mts +0 -152
  1955. package/node_modules/@sinclair/typebox/build/esm/type/guard/type.mjs +0 -509
  1956. package/node_modules/@sinclair/typebox/build/esm/type/guard/value.d.mts +0 -34
  1957. package/node_modules/@sinclair/typebox/build/esm/type/guard/value.mjs +0 -70
  1958. package/node_modules/@sinclair/typebox/build/esm/type/helpers/helpers.d.mts +0 -42
  1959. package/node_modules/@sinclair/typebox/build/esm/type/helpers/helpers.mjs +0 -4
  1960. package/node_modules/@sinclair/typebox/build/esm/type/helpers/index.d.mts +0 -1
  1961. package/node_modules/@sinclair/typebox/build/esm/type/helpers/index.mjs +0 -1
  1962. package/node_modules/@sinclair/typebox/build/esm/type/index.d.mts +0 -71
  1963. package/node_modules/@sinclair/typebox/build/esm/type/index.mjs +0 -71
  1964. package/node_modules/@sinclair/typebox/build/esm/type/indexed/index.d.mts +0 -4
  1965. package/node_modules/@sinclair/typebox/build/esm/type/indexed/index.mjs +0 -4
  1966. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-key.d.mts +0 -13
  1967. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-key.mjs +0 -22
  1968. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-result.d.mts +0 -12
  1969. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-result.mjs +0 -20
  1970. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-property-keys.d.mts +0 -14
  1971. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-property-keys.mjs +0 -32
  1972. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed.d.mts +0 -52
  1973. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed.mjs +0 -91
  1974. package/node_modules/@sinclair/typebox/build/esm/type/instance-type/index.d.mts +0 -1
  1975. package/node_modules/@sinclair/typebox/build/esm/type/instance-type/index.mjs +0 -1
  1976. package/node_modules/@sinclair/typebox/build/esm/type/instance-type/instance-type.d.mts +0 -6
  1977. package/node_modules/@sinclair/typebox/build/esm/type/instance-type/instance-type.mjs +0 -7
  1978. package/node_modules/@sinclair/typebox/build/esm/type/instantiate/index.d.mts +0 -1
  1979. package/node_modules/@sinclair/typebox/build/esm/type/instantiate/index.mjs +0 -1
  1980. package/node_modules/@sinclair/typebox/build/esm/type/instantiate/instantiate.d.mts +0 -50
  1981. package/node_modules/@sinclair/typebox/build/esm/type/instantiate/instantiate.mjs +0 -115
  1982. package/node_modules/@sinclair/typebox/build/esm/type/integer/index.d.mts +0 -1
  1983. package/node_modules/@sinclair/typebox/build/esm/type/integer/index.mjs +0 -1
  1984. package/node_modules/@sinclair/typebox/build/esm/type/integer/integer.d.mts +0 -16
  1985. package/node_modules/@sinclair/typebox/build/esm/type/integer/integer.mjs +0 -6
  1986. package/node_modules/@sinclair/typebox/build/esm/type/intersect/index.d.mts +0 -3
  1987. package/node_modules/@sinclair/typebox/build/esm/type/intersect/index.mjs +0 -3
  1988. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-create.d.mts +0 -3
  1989. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-create.mjs +0 -19
  1990. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-evaluated.d.mts +0 -13
  1991. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-evaluated.mjs +0 -38
  1992. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-type.d.mts +0 -15
  1993. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-type.mjs +0 -1
  1994. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect.d.mts +0 -6
  1995. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect.mjs +0 -17
  1996. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/capitalize.d.mts +0 -5
  1997. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/capitalize.mjs +0 -5
  1998. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/index.d.mts +0 -6
  1999. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/index.mjs +0 -6
  2000. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic-from-mapped-key.d.mts +0 -14
  2001. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic-from-mapped-key.mjs +0 -26
  2002. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic.d.mts +0 -16
  2003. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic.mjs +0 -64
  2004. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/lowercase.d.mts +0 -5
  2005. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/lowercase.mjs +0 -5
  2006. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uncapitalize.d.mts +0 -5
  2007. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uncapitalize.mjs +0 -5
  2008. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uppercase.d.mts +0 -5
  2009. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uppercase.mjs +0 -5
  2010. package/node_modules/@sinclair/typebox/build/esm/type/iterator/index.d.mts +0 -1
  2011. package/node_modules/@sinclair/typebox/build/esm/type/iterator/index.mjs +0 -1
  2012. package/node_modules/@sinclair/typebox/build/esm/type/iterator/iterator.d.mts +0 -11
  2013. package/node_modules/@sinclair/typebox/build/esm/type/iterator/iterator.mjs +0 -6
  2014. package/node_modules/@sinclair/typebox/build/esm/type/keyof/index.d.mts +0 -4
  2015. package/node_modules/@sinclair/typebox/build/esm/type/keyof/index.mjs +0 -4
  2016. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-from-mapped-result.d.mts +0 -12
  2017. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-from-mapped-result.mjs +0 -19
  2018. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-property-entries.d.mts +0 -7
  2019. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-property-entries.mjs +0 -12
  2020. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-property-keys.d.mts +0 -24
  2021. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-property-keys.mjs +0 -73
  2022. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof.d.mts +0 -21
  2023. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof.mjs +0 -35
  2024. package/node_modules/@sinclair/typebox/build/esm/type/literal/index.d.mts +0 -1
  2025. package/node_modules/@sinclair/typebox/build/esm/type/literal/index.mjs +0 -1
  2026. package/node_modules/@sinclair/typebox/build/esm/type/literal/literal.d.mts +0 -10
  2027. package/node_modules/@sinclair/typebox/build/esm/type/literal/literal.mjs +0 -10
  2028. package/node_modules/@sinclair/typebox/build/esm/type/mapped/index.d.mts +0 -3
  2029. package/node_modules/@sinclair/typebox/build/esm/type/mapped/index.mjs +0 -3
  2030. package/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped-key.d.mts +0 -8
  2031. package/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped-key.mjs +0 -9
  2032. package/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped-result.d.mts +0 -9
  2033. package/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped-result.mjs +0 -9
  2034. package/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped.d.mts +0 -47
  2035. package/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped.mjs +0 -102
  2036. package/node_modules/@sinclair/typebox/build/esm/type/module/compute.d.mts +0 -59
  2037. package/node_modules/@sinclair/typebox/build/esm/type/module/compute.mjs +0 -166
  2038. package/node_modules/@sinclair/typebox/build/esm/type/module/index.d.mts +0 -1
  2039. package/node_modules/@sinclair/typebox/build/esm/type/module/index.mjs +0 -1
  2040. package/node_modules/@sinclair/typebox/build/esm/type/module/infer.d.mts +0 -49
  2041. package/node_modules/@sinclair/typebox/build/esm/type/module/infer.mjs +0 -1
  2042. package/node_modules/@sinclair/typebox/build/esm/type/module/module.d.mts +0 -27
  2043. package/node_modules/@sinclair/typebox/build/esm/type/module/module.mjs +0 -32
  2044. package/node_modules/@sinclair/typebox/build/esm/type/never/index.d.mts +0 -1
  2045. package/node_modules/@sinclair/typebox/build/esm/type/never/index.mjs +0 -1
  2046. package/node_modules/@sinclair/typebox/build/esm/type/never/never.d.mts +0 -9
  2047. package/node_modules/@sinclair/typebox/build/esm/type/never/never.mjs +0 -6
  2048. package/node_modules/@sinclair/typebox/build/esm/type/not/index.d.mts +0 -1
  2049. package/node_modules/@sinclair/typebox/build/esm/type/not/index.mjs +0 -1
  2050. package/node_modules/@sinclair/typebox/build/esm/type/not/not.d.mts +0 -10
  2051. package/node_modules/@sinclair/typebox/build/esm/type/not/not.mjs +0 -6
  2052. package/node_modules/@sinclair/typebox/build/esm/type/null/index.d.mts +0 -1
  2053. package/node_modules/@sinclair/typebox/build/esm/type/null/index.mjs +0 -1
  2054. package/node_modules/@sinclair/typebox/build/esm/type/null/null.d.mts +0 -9
  2055. package/node_modules/@sinclair/typebox/build/esm/type/null/null.mjs +0 -6
  2056. package/node_modules/@sinclair/typebox/build/esm/type/number/index.d.mts +0 -1
  2057. package/node_modules/@sinclair/typebox/build/esm/type/number/index.mjs +0 -1
  2058. package/node_modules/@sinclair/typebox/build/esm/type/number/number.d.mts +0 -16
  2059. package/node_modules/@sinclair/typebox/build/esm/type/number/number.mjs +0 -6
  2060. package/node_modules/@sinclair/typebox/build/esm/type/object/index.d.mts +0 -1
  2061. package/node_modules/@sinclair/typebox/build/esm/type/object/index.mjs +0 -1
  2062. package/node_modules/@sinclair/typebox/build/esm/type/object/object.d.mts +0 -51
  2063. package/node_modules/@sinclair/typebox/build/esm/type/object/object.mjs +0 -18
  2064. package/node_modules/@sinclair/typebox/build/esm/type/omit/index.d.mts +0 -3
  2065. package/node_modules/@sinclair/typebox/build/esm/type/omit/index.mjs +0 -3
  2066. package/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-key.d.mts +0 -12
  2067. package/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-key.mjs +0 -22
  2068. package/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-result.d.mts +0 -12
  2069. package/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-result.mjs +0 -19
  2070. package/node_modules/@sinclair/typebox/build/esm/type/omit/omit.d.mts +0 -36
  2071. package/node_modules/@sinclair/typebox/build/esm/type/omit/omit.mjs +0 -71
  2072. package/node_modules/@sinclair/typebox/build/esm/type/optional/index.d.mts +0 -2
  2073. package/node_modules/@sinclair/typebox/build/esm/type/optional/index.mjs +0 -2
  2074. package/node_modules/@sinclair/typebox/build/esm/type/optional/optional-from-mapped-result.d.mts +0 -10
  2075. package/node_modules/@sinclair/typebox/build/esm/type/optional/optional-from-mapped-result.mjs +0 -18
  2076. package/node_modules/@sinclair/typebox/build/esm/type/optional/optional.d.mts +0 -20
  2077. package/node_modules/@sinclair/typebox/build/esm/type/optional/optional.mjs +0 -22
  2078. package/node_modules/@sinclair/typebox/build/esm/type/parameters/index.d.mts +0 -1
  2079. package/node_modules/@sinclair/typebox/build/esm/type/parameters/index.mjs +0 -1
  2080. package/node_modules/@sinclair/typebox/build/esm/type/parameters/parameters.d.mts +0 -7
  2081. package/node_modules/@sinclair/typebox/build/esm/type/parameters/parameters.mjs +0 -7
  2082. package/node_modules/@sinclair/typebox/build/esm/type/partial/index.d.mts +0 -2
  2083. package/node_modules/@sinclair/typebox/build/esm/type/partial/index.mjs +0 -2
  2084. package/node_modules/@sinclair/typebox/build/esm/type/partial/partial-from-mapped-result.d.mts +0 -12
  2085. package/node_modules/@sinclair/typebox/build/esm/type/partial/partial-from-mapped-result.mjs +0 -19
  2086. package/node_modules/@sinclair/typebox/build/esm/type/partial/partial.d.mts +0 -35
  2087. package/node_modules/@sinclair/typebox/build/esm/type/partial/partial.mjs +0 -74
  2088. package/node_modules/@sinclair/typebox/build/esm/type/patterns/index.d.mts +0 -1
  2089. package/node_modules/@sinclair/typebox/build/esm/type/patterns/index.mjs +0 -1
  2090. package/node_modules/@sinclair/typebox/build/esm/type/patterns/patterns.d.mts +0 -8
  2091. package/node_modules/@sinclair/typebox/build/esm/type/patterns/patterns.mjs +0 -8
  2092. package/node_modules/@sinclair/typebox/build/esm/type/pick/index.d.mts +0 -3
  2093. package/node_modules/@sinclair/typebox/build/esm/type/pick/index.mjs +0 -3
  2094. package/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-key.d.mts +0 -12
  2095. package/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-key.mjs +0 -24
  2096. package/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-result.d.mts +0 -12
  2097. package/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-result.mjs +0 -19
  2098. package/node_modules/@sinclair/typebox/build/esm/type/pick/pick.d.mts +0 -36
  2099. package/node_modules/@sinclair/typebox/build/esm/type/pick/pick.mjs +0 -66
  2100. package/node_modules/@sinclair/typebox/build/esm/type/promise/index.d.mts +0 -1
  2101. package/node_modules/@sinclair/typebox/build/esm/type/promise/index.mjs +0 -1
  2102. package/node_modules/@sinclair/typebox/build/esm/type/promise/promise.d.mts +0 -11
  2103. package/node_modules/@sinclair/typebox/build/esm/type/promise/promise.mjs +0 -6
  2104. package/node_modules/@sinclair/typebox/build/esm/type/readonly/index.d.mts +0 -2
  2105. package/node_modules/@sinclair/typebox/build/esm/type/readonly/index.mjs +0 -2
  2106. package/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly-from-mapped-result.d.mts +0 -10
  2107. package/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly-from-mapped-result.mjs +0 -18
  2108. package/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly.d.mts +0 -20
  2109. package/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly.mjs +0 -22
  2110. package/node_modules/@sinclair/typebox/build/esm/type/readonly-optional/index.d.mts +0 -1
  2111. package/node_modules/@sinclair/typebox/build/esm/type/readonly-optional/index.mjs +0 -1
  2112. package/node_modules/@sinclair/typebox/build/esm/type/readonly-optional/readonly-optional.d.mts +0 -6
  2113. package/node_modules/@sinclair/typebox/build/esm/type/readonly-optional/readonly-optional.mjs +0 -6
  2114. package/node_modules/@sinclair/typebox/build/esm/type/record/index.d.mts +0 -1
  2115. package/node_modules/@sinclair/typebox/build/esm/type/record/index.mjs +0 -1
  2116. package/node_modules/@sinclair/typebox/build/esm/type/record/record.d.mts +0 -71
  2117. package/node_modules/@sinclair/typebox/build/esm/type/record/record.mjs +0 -116
  2118. package/node_modules/@sinclair/typebox/build/esm/type/recursive/index.d.mts +0 -1
  2119. package/node_modules/@sinclair/typebox/build/esm/type/recursive/index.mjs +0 -1
  2120. package/node_modules/@sinclair/typebox/build/esm/type/recursive/recursive.d.mts +0 -16
  2121. package/node_modules/@sinclair/typebox/build/esm/type/recursive/recursive.mjs +0 -15
  2122. package/node_modules/@sinclair/typebox/build/esm/type/ref/index.d.mts +0 -1
  2123. package/node_modules/@sinclair/typebox/build/esm/type/ref/index.mjs +0 -1
  2124. package/node_modules/@sinclair/typebox/build/esm/type/ref/ref.d.mts +0 -41
  2125. package/node_modules/@sinclair/typebox/build/esm/type/ref/ref.mjs +0 -10
  2126. package/node_modules/@sinclair/typebox/build/esm/type/regexp/index.d.mts +0 -1
  2127. package/node_modules/@sinclair/typebox/build/esm/type/regexp/index.mjs +0 -1
  2128. package/node_modules/@sinclair/typebox/build/esm/type/regexp/regexp.d.mts +0 -20
  2129. package/node_modules/@sinclair/typebox/build/esm/type/regexp/regexp.mjs +0 -8
  2130. package/node_modules/@sinclair/typebox/build/esm/type/registry/format.d.mts +0 -13
  2131. package/node_modules/@sinclair/typebox/build/esm/type/registry/format.mjs +0 -26
  2132. package/node_modules/@sinclair/typebox/build/esm/type/registry/index.d.mts +0 -2
  2133. package/node_modules/@sinclair/typebox/build/esm/type/registry/index.mjs +0 -2
  2134. package/node_modules/@sinclair/typebox/build/esm/type/registry/type.d.mts +0 -13
  2135. package/node_modules/@sinclair/typebox/build/esm/type/registry/type.mjs +0 -26
  2136. package/node_modules/@sinclair/typebox/build/esm/type/required/index.d.mts +0 -2
  2137. package/node_modules/@sinclair/typebox/build/esm/type/required/index.mjs +0 -2
  2138. package/node_modules/@sinclair/typebox/build/esm/type/required/required-from-mapped-result.d.mts +0 -12
  2139. package/node_modules/@sinclair/typebox/build/esm/type/required/required-from-mapped-result.mjs +0 -18
  2140. package/node_modules/@sinclair/typebox/build/esm/type/required/required.d.mts +0 -35
  2141. package/node_modules/@sinclair/typebox/build/esm/type/required/required.mjs +0 -73
  2142. package/node_modules/@sinclair/typebox/build/esm/type/rest/index.d.mts +0 -1
  2143. package/node_modules/@sinclair/typebox/build/esm/type/rest/index.mjs +0 -1
  2144. package/node_modules/@sinclair/typebox/build/esm/type/rest/rest.d.mts +0 -10
  2145. package/node_modules/@sinclair/typebox/build/esm/type/rest/rest.mjs +0 -15
  2146. package/node_modules/@sinclair/typebox/build/esm/type/return-type/index.d.mts +0 -1
  2147. package/node_modules/@sinclair/typebox/build/esm/type/return-type/index.mjs +0 -1
  2148. package/node_modules/@sinclair/typebox/build/esm/type/return-type/return-type.d.mts +0 -6
  2149. package/node_modules/@sinclair/typebox/build/esm/type/return-type/return-type.mjs +0 -7
  2150. package/node_modules/@sinclair/typebox/build/esm/type/schema/anyschema.d.mts +0 -33
  2151. package/node_modules/@sinclair/typebox/build/esm/type/schema/anyschema.mjs +0 -1
  2152. package/node_modules/@sinclair/typebox/build/esm/type/schema/index.d.mts +0 -2
  2153. package/node_modules/@sinclair/typebox/build/esm/type/schema/index.mjs +0 -2
  2154. package/node_modules/@sinclair/typebox/build/esm/type/schema/schema.d.mts +0 -29
  2155. package/node_modules/@sinclair/typebox/build/esm/type/schema/schema.mjs +0 -1
  2156. package/node_modules/@sinclair/typebox/build/esm/type/sets/index.d.mts +0 -1
  2157. package/node_modules/@sinclair/typebox/build/esm/type/sets/index.mjs +0 -1
  2158. package/node_modules/@sinclair/typebox/build/esm/type/sets/set.d.mts +0 -28
  2159. package/node_modules/@sinclair/typebox/build/esm/type/sets/set.mjs +0 -48
  2160. package/node_modules/@sinclair/typebox/build/esm/type/static/index.d.mts +0 -1
  2161. package/node_modules/@sinclair/typebox/build/esm/type/static/index.mjs +0 -1
  2162. package/node_modules/@sinclair/typebox/build/esm/type/static/static.d.mts +0 -39
  2163. package/node_modules/@sinclair/typebox/build/esm/type/static/static.mjs +0 -1
  2164. package/node_modules/@sinclair/typebox/build/esm/type/string/index.d.mts +0 -1
  2165. package/node_modules/@sinclair/typebox/build/esm/type/string/index.mjs +0 -1
  2166. package/node_modules/@sinclair/typebox/build/esm/type/string/string.d.mts +0 -25
  2167. package/node_modules/@sinclair/typebox/build/esm/type/string/string.mjs +0 -6
  2168. package/node_modules/@sinclair/typebox/build/esm/type/symbol/index.d.mts +0 -1
  2169. package/node_modules/@sinclair/typebox/build/esm/type/symbol/index.mjs +0 -1
  2170. package/node_modules/@sinclair/typebox/build/esm/type/symbol/symbol.d.mts +0 -10
  2171. package/node_modules/@sinclair/typebox/build/esm/type/symbol/symbol.mjs +0 -6
  2172. package/node_modules/@sinclair/typebox/build/esm/type/symbols/index.d.mts +0 -1
  2173. package/node_modules/@sinclair/typebox/build/esm/type/symbols/index.mjs +0 -1
  2174. package/node_modules/@sinclair/typebox/build/esm/type/symbols/symbols.d.mts +0 -10
  2175. package/node_modules/@sinclair/typebox/build/esm/type/symbols/symbols.mjs +0 -10
  2176. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/finite.d.mts +0 -19
  2177. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/finite.mjs +0 -49
  2178. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/generate.d.mts +0 -21
  2179. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/generate.mjs +0 -53
  2180. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/index.d.mts +0 -7
  2181. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/index.mjs +0 -7
  2182. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/parse.d.mts +0 -20
  2183. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/parse.mjs +0 -167
  2184. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/pattern.d.mts +0 -5
  2185. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/pattern.mjs +0 -33
  2186. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/syntax.d.mts +0 -20
  2187. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/syntax.mjs +0 -55
  2188. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/template-literal.d.mts +0 -30
  2189. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/template-literal.mjs +0 -13
  2190. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/union.d.mts +0 -9
  2191. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/union.mjs +0 -9
  2192. package/node_modules/@sinclair/typebox/build/esm/type/transform/index.d.mts +0 -1
  2193. package/node_modules/@sinclair/typebox/build/esm/type/transform/index.mjs +0 -1
  2194. package/node_modules/@sinclair/typebox/build/esm/type/transform/transform.d.mts +0 -30
  2195. package/node_modules/@sinclair/typebox/build/esm/type/transform/transform.mjs +0 -40
  2196. package/node_modules/@sinclair/typebox/build/esm/type/tuple/index.d.mts +0 -1
  2197. package/node_modules/@sinclair/typebox/build/esm/type/tuple/index.mjs +0 -1
  2198. package/node_modules/@sinclair/typebox/build/esm/type/tuple/tuple.d.mts +0 -16
  2199. package/node_modules/@sinclair/typebox/build/esm/type/tuple/tuple.mjs +0 -9
  2200. package/node_modules/@sinclair/typebox/build/esm/type/type/index.d.mts +0 -6
  2201. package/node_modules/@sinclair/typebox/build/esm/type/type/index.mjs +0 -13
  2202. package/node_modules/@sinclair/typebox/build/esm/type/type/javascript.d.mts +0 -64
  2203. package/node_modules/@sinclair/typebox/build/esm/type/type/javascript.mjs +0 -99
  2204. package/node_modules/@sinclair/typebox/build/esm/type/type/json.d.mts +0 -208
  2205. package/node_modules/@sinclair/typebox/build/esm/type/type/json.mjs +0 -221
  2206. package/node_modules/@sinclair/typebox/build/esm/type/type/type.d.mts +0 -59
  2207. package/node_modules/@sinclair/typebox/build/esm/type/type/type.mjs +0 -62
  2208. package/node_modules/@sinclair/typebox/build/esm/type/uint8array/index.d.mts +0 -1
  2209. package/node_modules/@sinclair/typebox/build/esm/type/uint8array/index.mjs +0 -1
  2210. package/node_modules/@sinclair/typebox/build/esm/type/uint8array/uint8array.d.mts +0 -13
  2211. package/node_modules/@sinclair/typebox/build/esm/type/uint8array/uint8array.mjs +0 -6
  2212. package/node_modules/@sinclair/typebox/build/esm/type/undefined/index.d.mts +0 -1
  2213. package/node_modules/@sinclair/typebox/build/esm/type/undefined/index.mjs +0 -1
  2214. package/node_modules/@sinclair/typebox/build/esm/type/undefined/undefined.d.mts +0 -9
  2215. package/node_modules/@sinclair/typebox/build/esm/type/undefined/undefined.mjs +0 -6
  2216. package/node_modules/@sinclair/typebox/build/esm/type/union/index.d.mts +0 -3
  2217. package/node_modules/@sinclair/typebox/build/esm/type/union/index.mjs +0 -3
  2218. package/node_modules/@sinclair/typebox/build/esm/type/union/union-create.d.mts +0 -3
  2219. package/node_modules/@sinclair/typebox/build/esm/type/union/union-create.mjs +0 -5
  2220. package/node_modules/@sinclair/typebox/build/esm/type/union/union-evaluated.d.mts +0 -13
  2221. package/node_modules/@sinclair/typebox/build/esm/type/union/union-evaluated.mjs +0 -36
  2222. package/node_modules/@sinclair/typebox/build/esm/type/union/union-type.d.mts +0 -12
  2223. package/node_modules/@sinclair/typebox/build/esm/type/union/union-type.mjs +0 -1
  2224. package/node_modules/@sinclair/typebox/build/esm/type/union/union.d.mts +0 -6
  2225. package/node_modules/@sinclair/typebox/build/esm/type/union/union.mjs +0 -10
  2226. package/node_modules/@sinclair/typebox/build/esm/type/unknown/index.d.mts +0 -1
  2227. package/node_modules/@sinclair/typebox/build/esm/type/unknown/index.mjs +0 -1
  2228. package/node_modules/@sinclair/typebox/build/esm/type/unknown/unknown.d.mts +0 -8
  2229. package/node_modules/@sinclair/typebox/build/esm/type/unknown/unknown.mjs +0 -6
  2230. package/node_modules/@sinclair/typebox/build/esm/type/unsafe/index.d.mts +0 -1
  2231. package/node_modules/@sinclair/typebox/build/esm/type/unsafe/index.mjs +0 -1
  2232. package/node_modules/@sinclair/typebox/build/esm/type/unsafe/unsafe.d.mts +0 -11
  2233. package/node_modules/@sinclair/typebox/build/esm/type/unsafe/unsafe.mjs +0 -6
  2234. package/node_modules/@sinclair/typebox/build/esm/type/void/index.d.mts +0 -1
  2235. package/node_modules/@sinclair/typebox/build/esm/type/void/index.mjs +0 -1
  2236. package/node_modules/@sinclair/typebox/build/esm/type/void/void.d.mts +0 -9
  2237. package/node_modules/@sinclair/typebox/build/esm/type/void/void.mjs +0 -6
  2238. package/node_modules/@sinclair/typebox/build/esm/value/assert/assert.d.mts +0 -15
  2239. package/node_modules/@sinclair/typebox/build/esm/value/assert/assert.mjs +0 -49
  2240. package/node_modules/@sinclair/typebox/build/esm/value/assert/index.d.mts +0 -1
  2241. package/node_modules/@sinclair/typebox/build/esm/value/assert/index.mjs +0 -1
  2242. package/node_modules/@sinclair/typebox/build/esm/value/cast/cast.d.mts +0 -11
  2243. package/node_modules/@sinclair/typebox/build/esm/value/cast/cast.mjs +0 -235
  2244. package/node_modules/@sinclair/typebox/build/esm/value/cast/index.d.mts +0 -1
  2245. package/node_modules/@sinclair/typebox/build/esm/value/cast/index.mjs +0 -1
  2246. package/node_modules/@sinclair/typebox/build/esm/value/check/check.d.mts +0 -11
  2247. package/node_modules/@sinclair/typebox/build/esm/value/check/check.mjs +0 -470
  2248. package/node_modules/@sinclair/typebox/build/esm/value/check/index.d.mts +0 -1
  2249. package/node_modules/@sinclair/typebox/build/esm/value/check/index.mjs +0 -1
  2250. package/node_modules/@sinclair/typebox/build/esm/value/clean/clean.d.mts +0 -5
  2251. package/node_modules/@sinclair/typebox/build/esm/value/clean/clean.mjs +0 -145
  2252. package/node_modules/@sinclair/typebox/build/esm/value/clean/index.d.mts +0 -1
  2253. package/node_modules/@sinclair/typebox/build/esm/value/clean/index.mjs +0 -1
  2254. package/node_modules/@sinclair/typebox/build/esm/value/clone/clone.d.mts +0 -2
  2255. package/node_modules/@sinclair/typebox/build/esm/value/clone/clone.mjs +0 -56
  2256. package/node_modules/@sinclair/typebox/build/esm/value/clone/index.d.mts +0 -1
  2257. package/node_modules/@sinclair/typebox/build/esm/value/clone/index.mjs +0 -1
  2258. package/node_modules/@sinclair/typebox/build/esm/value/convert/convert.d.mts +0 -5
  2259. package/node_modules/@sinclair/typebox/build/esm/value/convert/convert.mjs +0 -260
  2260. package/node_modules/@sinclair/typebox/build/esm/value/convert/index.d.mts +0 -1
  2261. package/node_modules/@sinclair/typebox/build/esm/value/convert/index.mjs +0 -1
  2262. package/node_modules/@sinclair/typebox/build/esm/value/create/create.d.mts +0 -11
  2263. package/node_modules/@sinclair/typebox/build/esm/value/create/create.mjs +0 -468
  2264. package/node_modules/@sinclair/typebox/build/esm/value/create/index.d.mts +0 -1
  2265. package/node_modules/@sinclair/typebox/build/esm/value/create/index.mjs +0 -1
  2266. package/node_modules/@sinclair/typebox/build/esm/value/decode/decode.d.mts +0 -6
  2267. package/node_modules/@sinclair/typebox/build/esm/value/decode/decode.mjs +0 -10
  2268. package/node_modules/@sinclair/typebox/build/esm/value/decode/index.d.mts +0 -1
  2269. package/node_modules/@sinclair/typebox/build/esm/value/decode/index.mjs +0 -1
  2270. package/node_modules/@sinclair/typebox/build/esm/value/default/default.d.mts +0 -5
  2271. package/node_modules/@sinclair/typebox/build/esm/value/default/default.mjs +0 -172
  2272. package/node_modules/@sinclair/typebox/build/esm/value/default/index.d.mts +0 -1
  2273. package/node_modules/@sinclair/typebox/build/esm/value/default/index.mjs +0 -1
  2274. package/node_modules/@sinclair/typebox/build/esm/value/delta/delta.d.mts +0 -32
  2275. package/node_modules/@sinclair/typebox/build/esm/value/delta/delta.mjs +0 -171
  2276. package/node_modules/@sinclair/typebox/build/esm/value/delta/index.d.mts +0 -1
  2277. package/node_modules/@sinclair/typebox/build/esm/value/delta/index.mjs +0 -1
  2278. package/node_modules/@sinclair/typebox/build/esm/value/deref/deref.d.mts +0 -12
  2279. package/node_modules/@sinclair/typebox/build/esm/value/deref/deref.mjs +0 -29
  2280. package/node_modules/@sinclair/typebox/build/esm/value/deref/index.d.mts +0 -1
  2281. package/node_modules/@sinclair/typebox/build/esm/value/deref/index.mjs +0 -1
  2282. package/node_modules/@sinclair/typebox/build/esm/value/encode/encode.d.mts +0 -6
  2283. package/node_modules/@sinclair/typebox/build/esm/value/encode/encode.mjs +0 -11
  2284. package/node_modules/@sinclair/typebox/build/esm/value/encode/index.d.mts +0 -1
  2285. package/node_modules/@sinclair/typebox/build/esm/value/encode/index.mjs +0 -1
  2286. package/node_modules/@sinclair/typebox/build/esm/value/equal/equal.d.mts +0 -2
  2287. package/node_modules/@sinclair/typebox/build/esm/value/equal/equal.mjs +0 -46
  2288. package/node_modules/@sinclair/typebox/build/esm/value/equal/index.d.mts +0 -1
  2289. package/node_modules/@sinclair/typebox/build/esm/value/equal/index.mjs +0 -1
  2290. package/node_modules/@sinclair/typebox/build/esm/value/guard/guard.d.mts +0 -74
  2291. package/node_modules/@sinclair/typebox/build/esm/value/guard/guard.mjs +0 -158
  2292. package/node_modules/@sinclair/typebox/build/esm/value/guard/index.d.mts +0 -1
  2293. package/node_modules/@sinclair/typebox/build/esm/value/guard/index.mjs +0 -1
  2294. package/node_modules/@sinclair/typebox/build/esm/value/hash/hash.d.mts +0 -7
  2295. package/node_modules/@sinclair/typebox/build/esm/value/hash/hash.mjs +0 -146
  2296. package/node_modules/@sinclair/typebox/build/esm/value/hash/index.d.mts +0 -1
  2297. package/node_modules/@sinclair/typebox/build/esm/value/hash/index.mjs +0 -1
  2298. package/node_modules/@sinclair/typebox/build/esm/value/index.d.mts +0 -20
  2299. package/node_modules/@sinclair/typebox/build/esm/value/index.mjs +0 -32
  2300. package/node_modules/@sinclair/typebox/build/esm/value/mutate/index.d.mts +0 -1
  2301. package/node_modules/@sinclair/typebox/build/esm/value/mutate/index.mjs +0 -1
  2302. package/node_modules/@sinclair/typebox/build/esm/value/mutate/mutate.d.mts +0 -9
  2303. package/node_modules/@sinclair/typebox/build/esm/value/mutate/mutate.mjs +0 -98
  2304. package/node_modules/@sinclair/typebox/build/esm/value/parse/index.d.mts +0 -1
  2305. package/node_modules/@sinclair/typebox/build/esm/value/parse/index.mjs +0 -1
  2306. package/node_modules/@sinclair/typebox/build/esm/value/parse/parse.d.mts +0 -22
  2307. package/node_modules/@sinclair/typebox/build/esm/value/parse/parse.mjs +0 -81
  2308. package/node_modules/@sinclair/typebox/build/esm/value/pointer/index.d.mts +0 -1
  2309. package/node_modules/@sinclair/typebox/build/esm/value/pointer/index.mjs +0 -1
  2310. package/node_modules/@sinclair/typebox/build/esm/value/pointer/pointer.d.mts +0 -22
  2311. package/node_modules/@sinclair/typebox/build/esm/value/pointer/pointer.mjs +0 -115
  2312. package/node_modules/@sinclair/typebox/build/esm/value/transform/decode.d.mts +0 -22
  2313. package/node_modules/@sinclair/typebox/build/esm/value/transform/decode.mjs +0 -207
  2314. package/node_modules/@sinclair/typebox/build/esm/value/transform/encode.d.mts +0 -23
  2315. package/node_modules/@sinclair/typebox/build/esm/value/transform/encode.mjs +0 -218
  2316. package/node_modules/@sinclair/typebox/build/esm/value/transform/has.d.mts +0 -3
  2317. package/node_modules/@sinclair/typebox/build/esm/value/transform/has.mjs +0 -129
  2318. package/node_modules/@sinclair/typebox/build/esm/value/transform/index.d.mts +0 -3
  2319. package/node_modules/@sinclair/typebox/build/esm/value/transform/index.mjs +0 -3
  2320. package/node_modules/@sinclair/typebox/build/esm/value/value/index.d.mts +0 -1
  2321. package/node_modules/@sinclair/typebox/build/esm/value/value/index.mjs +0 -1
  2322. package/node_modules/@sinclair/typebox/build/esm/value/value/value.d.mts +0 -16
  2323. package/node_modules/@sinclair/typebox/build/esm/value/value/value.mjs +0 -16
  2324. package/node_modules/@sinclair/typebox/compiler/package.json +0 -4
  2325. package/node_modules/@sinclair/typebox/errors/package.json +0 -4
  2326. package/node_modules/@sinclair/typebox/license +0 -25
  2327. package/node_modules/@sinclair/typebox/package.json +0 -116
  2328. package/node_modules/@sinclair/typebox/parser/package.json +0 -4
  2329. package/node_modules/@sinclair/typebox/readme.md +0 -1865
  2330. package/node_modules/@sinclair/typebox/syntax/package.json +0 -4
  2331. package/node_modules/@sinclair/typebox/system/package.json +0 -4
  2332. package/node_modules/@sinclair/typebox/type/package.json +0 -4
  2333. package/node_modules/@sinclair/typebox/value/package.json +0 -4
  2334. package/node_modules/ansi-regex/index.d.ts +0 -33
  2335. package/node_modules/ansi-regex/index.js +0 -14
  2336. package/node_modules/ansi-regex/license +0 -9
  2337. package/node_modules/ansi-regex/package.json +0 -61
  2338. package/node_modules/ansi-regex/readme.md +0 -66
  2339. package/node_modules/chalk/license +0 -9
  2340. package/node_modules/chalk/package.json +0 -83
  2341. package/node_modules/chalk/readme.md +0 -297
  2342. package/node_modules/chalk/source/index.d.ts +0 -325
  2343. package/node_modules/chalk/source/index.js +0 -225
  2344. package/node_modules/chalk/source/utilities.js +0 -33
  2345. package/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  2346. package/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  2347. package/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  2348. package/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  2349. package/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  2350. package/node_modules/chalk/source/vendor/supports-color/index.js +0 -190
  2351. package/node_modules/get-east-asian-width/index.d.ts +0 -60
  2352. package/node_modules/get-east-asian-width/index.js +0 -30
  2353. package/node_modules/get-east-asian-width/license +0 -9
  2354. package/node_modules/get-east-asian-width/lookup-data.js +0 -18
  2355. package/node_modules/get-east-asian-width/lookup.js +0 -135
  2356. package/node_modules/get-east-asian-width/package.json +0 -71
  2357. package/node_modules/get-east-asian-width/readme.md +0 -65
  2358. package/node_modules/get-east-asian-width/utilities.js +0 -24
  2359. package/node_modules/marked/LICENSE.md +0 -44
  2360. package/node_modules/marked/README.md +0 -107
  2361. package/node_modules/marked/bin/main.js +0 -284
  2362. package/node_modules/marked/bin/marked.js +0 -16
  2363. package/node_modules/marked/lib/marked.d.ts +0 -759
  2364. package/node_modules/marked/lib/marked.esm.js +0 -72
  2365. package/node_modules/marked/lib/marked.esm.js.map +0 -7
  2366. package/node_modules/marked/lib/marked.umd.js +0 -74
  2367. package/node_modules/marked/lib/marked.umd.js.map +0 -7
  2368. package/node_modules/marked/man/marked.1 +0 -113
  2369. package/node_modules/marked/man/marked.1.md +0 -93
  2370. package/node_modules/marked/package.json +0 -103
  2371. package/node_modules/string-width/index.d.ts +0 -39
  2372. package/node_modules/string-width/index.js +0 -203
  2373. package/node_modules/string-width/license +0 -9
  2374. package/node_modules/string-width/package.json +0 -65
  2375. package/node_modules/string-width/readme.md +0 -66
  2376. package/node_modules/strip-ansi/index.d.ts +0 -15
  2377. package/node_modules/strip-ansi/index.js +0 -19
  2378. package/node_modules/strip-ansi/license +0 -9
  2379. package/node_modules/strip-ansi/package.json +0 -59
  2380. package/node_modules/strip-ansi/readme.md +0 -37
  2381. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/key-value-tokens.d.ts +0 -0
  2382. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/key-value-tokens.d.ts.map +0 -0
  2383. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/key-value-tokens.js +0 -0
  2384. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/key-value-tokens.js.map +0 -0
  2385. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/mcp-settings.d.ts +0 -0
  2386. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/mcp-settings.d.ts.map +0 -0
  2387. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/mcp-settings.js +0 -0
  2388. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/mcp-settings.js.map +0 -0
  2389. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory-utils.d.ts +0 -0
  2390. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory-utils.d.ts.map +0 -0
  2391. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory-utils.js +0 -0
  2392. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory-utils.js.map +0 -0
  2393. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory.d.ts +0 -0
  2394. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory.d.ts.map +0 -0
  2395. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory.js +0 -0
  2396. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory.js.map +0 -0
  2397. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/onboarding-utils.d.ts +0 -0
  2398. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/onboarding-utils.d.ts.map +0 -0
  2399. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/onboarding-utils.js +0 -0
  2400. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/onboarding-utils.js.map +0 -0
  2401. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-app-server.js +0 -0
  2402. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-app-server.js.map +0 -0
  2403. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/typebox-utils.d.ts +0 -0
  2404. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/typebox-utils.d.ts.map +0 -0
  2405. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/typebox-utils.js +0 -0
  2406. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/typebox-utils.js.map +0 -0
  2407. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/validators.d.ts +0 -0
  2408. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/validators.d.ts.map +0 -0
  2409. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/validators.js +0 -0
  2410. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/validators.js.map +0 -0
  2411. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/autocomplete.d.ts +0 -0
  2412. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/autocomplete.d.ts.map +0 -0
  2413. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/autocomplete.js +0 -0
  2414. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/autocomplete.js.map +0 -0
  2415. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/editor.d.ts +0 -0
  2416. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/editor.d.ts.map +0 -0
  2417. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/editor.js +0 -0
  2418. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/editor.js.map +0 -0
  2419. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/input.d.ts +0 -0
  2420. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/input.d.ts.map +0 -0
  2421. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/input.js +0 -0
  2422. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/input.js.map +0 -0
  2423. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/layout.d.ts +0 -0
  2424. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/layout.d.ts.map +0 -0
  2425. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/layout.js +0 -0
  2426. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/layout.js.map +0 -0
  2427. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/loader.d.ts +0 -0
  2428. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/loader.d.ts.map +0 -0
  2429. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/loader.js +0 -0
  2430. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/loader.js.map +0 -0
  2431. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/markdown.d.ts +0 -0
  2432. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/markdown.d.ts.map +0 -0
  2433. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/markdown.js +0 -0
  2434. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/markdown.js.map +0 -0
  2435. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/scroll-container.d.ts +0 -0
  2436. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/scroll-container.d.ts.map +0 -0
  2437. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/scroll-container.js +0 -0
  2438. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/scroll-container.js.map +0 -0
  2439. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/select-list.d.ts +0 -0
  2440. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/select-list.d.ts.map +0 -0
  2441. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/select-list.js +0 -0
  2442. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/select-list.js.map +0 -0
  2443. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/spacer.d.ts +0 -0
  2444. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/spacer.d.ts.map +0 -0
  2445. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/spacer.js +0 -0
  2446. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/spacer.js.map +0 -0
  2447. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/status-bar.d.ts +0 -0
  2448. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/status-bar.d.ts.map +0 -0
  2449. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/status-bar.js +0 -0
  2450. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/status-bar.js.map +0 -0
  2451. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/text.d.ts +0 -0
  2452. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/text.d.ts.map +0 -0
  2453. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/text.js +0 -0
  2454. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/text.js.map +0 -0
  2455. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/truncated-text.d.ts +0 -0
  2456. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/truncated-text.d.ts.map +0 -0
  2457. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/truncated-text.js +0 -0
  2458. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/truncated-text.js.map +0 -0
  2459. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/index.d.ts +0 -0
  2460. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/index.d.ts.map +0 -0
  2461. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/index.js +0 -0
  2462. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/index.js.map +0 -0
  2463. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/keymap.d.ts +0 -0
  2464. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/keymap.d.ts.map +0 -0
  2465. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/keymap.js +0 -0
  2466. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/keymap.js.map +0 -0
  2467. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/mermaid-renderer.d.ts +0 -0
  2468. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/mermaid-renderer.d.ts.map +0 -0
  2469. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/mermaid-renderer.js +0 -0
  2470. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/mermaid-renderer.js.map +0 -0
  2471. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/style/code-highlighter.d.ts +0 -0
  2472. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/style/code-highlighter.d.ts.map +0 -0
  2473. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/style/code-highlighter.js +0 -0
  2474. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/style/code-highlighter.js.map +0 -0
  2475. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/terminal.d.ts +0 -0
  2476. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/terminal.d.ts.map +0 -0
  2477. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/terminal.js +0 -0
  2478. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/terminal.js.map +0 -0
  2479. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/tui.d.ts +0 -0
  2480. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/tui.d.ts.map +0 -0
  2481. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/tui.js +0 -0
  2482. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/tui.js.map +0 -0
  2483. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils/terminal-features.d.ts +0 -0
  2484. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils/terminal-features.d.ts.map +0 -0
  2485. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils/terminal-features.js +0 -0
  2486. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils/terminal-features.js.map +0 -0
  2487. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils.d.ts +0 -0
  2488. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils.d.ts.map +0 -0
  2489. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils.js +0 -0
  2490. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils.js.map +0 -0
@@ -0,0 +1,1650 @@
1
+ import { createHash } from "node:crypto";
2
+ import { CODEX_SUBAGENT_TOOL_PREFIX, canonicalCodexSubagentTool, codexSubagentActiveStatus, codexSubagentNextAction as codexSubagentContractNextAction, codexSubagentOperationName, codexSubagentTerminalSuccessStatus, } from "../codex/subagent-workgraph.js";
3
+ import { PlatformDelegationStatusValue, delegateAgentWithPlatform, resolveAgentDelegationWithPlatform, } from "../platform/agent-registry-client.js";
4
+ import { PlatformAgentRunStepKindValue, PlatformAgentRunStepStateValue, PlatformAgentRunWaitTypeValue, PlatformAgentWorkItemKindValue, PlatformAgentWorkItemStateValue, PlatformRuntimeEventTypeValue, completeAgentRuntimeRun, failAgentRuntimeRun, recordAgentRuntimeRunCost, recordAgentRuntimeRunEvent, recordAgentRuntimeRunStep, recordAgentRuntimeRunWorkItem, resumeAgentRuntimeRun, updateAgentRuntimeRunWorkItem, waitAgentRuntimeRun, } from "../platform/agent-runtime-client.js";
5
+ import { createLogger } from "../utils/logger.js";
6
+ const logger = createLogger("server:hosted-agent-runtime-progress");
7
+ const CODEX_THREAD_CHILD_RUN_PREFIX = "codex-thread:";
8
+ const DEFAULT_CODEX_SUBAGENT_DELEGATION_CAPABILITY = "code:write";
9
+ function safeIdPart(value) {
10
+ return value.replace(/[^A-Za-z0-9_.:-]+/g, "_").slice(0, 96) || "unknown";
11
+ }
12
+ function nonEmptyString(value) {
13
+ return typeof value === "string" && value.trim().length > 0
14
+ ? value
15
+ : undefined;
16
+ }
17
+ function compactString(value, maxLength = 256) {
18
+ const text = nonEmptyString(value)?.trim();
19
+ if (!text) {
20
+ return undefined;
21
+ }
22
+ if (text.length <= maxLength) {
23
+ return text;
24
+ }
25
+ if (maxLength <= 0) {
26
+ return "";
27
+ }
28
+ if (maxLength <= 3) {
29
+ return ".".repeat(maxLength);
30
+ }
31
+ return `${text.slice(0, maxLength - 3)}...`;
32
+ }
33
+ function isExistingWorkItemCreateError(error) {
34
+ const message = error instanceof Error ? error.message : String(error);
35
+ return /\b409\b|already exists|already_exists|duplicate|unique constraint/i.test(message);
36
+ }
37
+ function stableShortHash(value) {
38
+ return createHash("sha256").update(value).digest("hex").slice(0, 12);
39
+ }
40
+ function goalScopedTodoId(id, goal) {
41
+ return goal ? `goal-${stableShortHash(goal)}:${id}` : id;
42
+ }
43
+ function swarmCompletionStatus(event) {
44
+ switch (event.state.status) {
45
+ case "completed":
46
+ return "succeeded";
47
+ case "failed":
48
+ return "failed";
49
+ case "cancelled":
50
+ return "cancelled";
51
+ case "completing":
52
+ return "running";
53
+ case "initializing":
54
+ return "pending";
55
+ case "running":
56
+ return "running";
57
+ }
58
+ }
59
+ function objectKeys(value) {
60
+ if (!value || typeof value !== "object" || Array.isArray(value)) {
61
+ return undefined;
62
+ }
63
+ const keys = Object.keys(value).sort();
64
+ return keys.length > 0 ? keys : undefined;
65
+ }
66
+ function isRecord(value) {
67
+ return Boolean(value && typeof value === "object" && !Array.isArray(value));
68
+ }
69
+ function recordArray(value) {
70
+ if (!Array.isArray(value)) {
71
+ return [];
72
+ }
73
+ return value.filter(isRecord);
74
+ }
75
+ function finiteNumber(value) {
76
+ return typeof value === "number" && Number.isFinite(value) ? value : 0;
77
+ }
78
+ function stringArray(value) {
79
+ if (!Array.isArray(value)) {
80
+ return [];
81
+ }
82
+ return value.filter((item) => typeof item === "string" && item.length > 0);
83
+ }
84
+ function codexSubagentToolName(toolName) {
85
+ const tool = toolName.startsWith(CODEX_SUBAGENT_TOOL_PREFIX)
86
+ ? toolName.slice(CODEX_SUBAGENT_TOOL_PREFIX.length)
87
+ : undefined;
88
+ return tool ? (canonicalCodexSubagentTool(tool) ?? tool) : undefined;
89
+ }
90
+ function codexThreadChildRunId(threadId) {
91
+ return `${CODEX_THREAD_CHILD_RUN_PREFIX}${threadId}`;
92
+ }
93
+ function codexSubagentWorkGraph(args) {
94
+ const graph = args?.codexWorkGraph ?? args?.codex_work_graph;
95
+ return isRecord(graph) ? graph : undefined;
96
+ }
97
+ function codexSubagentWorkGraphChildRuns(args) {
98
+ const graph = codexSubagentWorkGraph(args);
99
+ const childRuns = graph?.childRuns ?? graph?.child_runs;
100
+ if (!Array.isArray(childRuns)) {
101
+ return [];
102
+ }
103
+ return childRuns.filter(isRecord);
104
+ }
105
+ function codexSubagentReceiverThreadIds(args) {
106
+ const explicit = stringArray(args.receiverThreadIds ?? args.receiver_thread_ids);
107
+ if (explicit.length > 0) {
108
+ return explicit;
109
+ }
110
+ const graphThreadIds = codexSubagentWorkGraphChildRuns(args)
111
+ .map((childRun) => childRun.threadId ?? childRun.thread_id)
112
+ .filter((threadId) => typeof threadId === "string" && threadId.length > 0);
113
+ return graphThreadIds;
114
+ }
115
+ function codexSubagentExplicitChildRunIds(args) {
116
+ const explicit = stringArray(args.childRunIds ?? args.child_run_ids);
117
+ if (explicit.length > 0) {
118
+ return explicit;
119
+ }
120
+ const graphChildRunIds = codexSubagentWorkGraphChildRuns(args)
121
+ .map((childRun) => childRun.childRunId ?? childRun.child_run_id)
122
+ .filter((childRunId) => typeof childRunId === "string" && childRunId.length > 0);
123
+ if (graphChildRunIds.length > 0) {
124
+ return graphChildRunIds;
125
+ }
126
+ return [];
127
+ }
128
+ function codexSubagentChildRunIds(args, receiverThreadIds) {
129
+ const explicit = codexSubagentExplicitChildRunIds(args);
130
+ if (explicit.length > 0) {
131
+ return explicit;
132
+ }
133
+ return receiverThreadIds.map(codexThreadChildRunId);
134
+ }
135
+ function codexSubagentNextAction(tool) {
136
+ return (codexSubagentContractNextAction(tool) ??
137
+ "track Codex subagent collaboration");
138
+ }
139
+ function codexSubagentDelegationTargetAgentId(args) {
140
+ return (nonEmptyString(args.toAgentId) ??
141
+ nonEmptyString(args.to_agent_id) ??
142
+ nonEmptyString(args.targetAgentId) ??
143
+ nonEmptyString(args.target_agent_id));
144
+ }
145
+ function codexSubagentDelegationRequiredCapability(args, targetAgentId) {
146
+ const explicit = nonEmptyString(args.requiredCapability) ??
147
+ nonEmptyString(args.required_capability) ??
148
+ nonEmptyString(args.capability);
149
+ return (explicit ??
150
+ (targetAgentId ? undefined : DEFAULT_CODEX_SUBAGENT_DELEGATION_CAPABILITY));
151
+ }
152
+ function codexSubagentDelegationA2ASkillID(args, requiredCapability) {
153
+ const explicit = nonEmptyString(args.a2aSkillId) ??
154
+ nonEmptyString(args.a2a_skill_id) ??
155
+ nonEmptyString(args.agentSkillId) ??
156
+ nonEmptyString(args.agent_skill_id) ??
157
+ nonEmptyString(args.subagentSkillId) ??
158
+ nonEmptyString(args.subagent_skill_id) ??
159
+ nonEmptyString(args.skillId) ??
160
+ nonEmptyString(args.skill_id);
161
+ if (explicit) {
162
+ return explicit.trim();
163
+ }
164
+ const subagentType = nonEmptyString(args.agentType) ??
165
+ nonEmptyString(args.agent_type) ??
166
+ nonEmptyString(args.subagentType) ??
167
+ nonEmptyString(args.subagent_type);
168
+ return (codexSubagentTypeA2ASkillID(subagentType) ??
169
+ codexSubagentCapabilityA2ASkillID(requiredCapability));
170
+ }
171
+ function codexSubagentTypeA2ASkillID(value) {
172
+ const token = codexSubagentSkillToken(value);
173
+ if (!token) {
174
+ return undefined;
175
+ }
176
+ switch (token) {
177
+ case "pr-review":
178
+ case "review":
179
+ case "reviewer":
180
+ case "code-review":
181
+ case "code-reviewer":
182
+ return "maestro.subagent.code-review";
183
+ case "test":
184
+ case "qa":
185
+ case "ci":
186
+ case "ci-monitor":
187
+ case "test-runner":
188
+ return "maestro.subagent.test-runner";
189
+ case "explore":
190
+ case "explorer":
191
+ case "repo-explorer":
192
+ case "research":
193
+ case "competitive-intel":
194
+ case "people-research":
195
+ return "maestro.subagent.repo-explorer";
196
+ case "release":
197
+ case "release-shepherd":
198
+ return "maestro.subagent.release-shepherd";
199
+ case "worker":
200
+ case "coder":
201
+ case "code":
202
+ case "code-writer":
203
+ case "default":
204
+ return "maestro.subagent.code-writer";
205
+ default:
206
+ return `maestro.subagent.${token}`;
207
+ }
208
+ }
209
+ function codexSubagentCapabilityA2ASkillID(value) {
210
+ const token = codexSubagentSkillToken(value);
211
+ if (!token) {
212
+ return undefined;
213
+ }
214
+ switch (token) {
215
+ case "code-review":
216
+ return "maestro.subagent.code-review";
217
+ case "code-test":
218
+ case "test-run":
219
+ case "test-runner":
220
+ return "maestro.subagent.test-runner";
221
+ case "repo-explore":
222
+ case "repo-explorer":
223
+ case "code-search":
224
+ return "maestro.subagent.repo-explorer";
225
+ case "release-shepherd":
226
+ case "release-manage":
227
+ return "maestro.subagent.release-shepherd";
228
+ case "code-write":
229
+ case "code-edit":
230
+ case "code-implement":
231
+ return "maestro.subagent.code-writer";
232
+ default:
233
+ return `maestro.subagent.${token}`;
234
+ }
235
+ }
236
+ function codexSubagentSkillToken(value) {
237
+ const token = value
238
+ ?.trim()
239
+ .toLowerCase()
240
+ .replace(/[:_/. ]+/g, "-")
241
+ .replace(/-{2,}/g, "-")
242
+ .replace(/^-|-$/g, "");
243
+ return token || undefined;
244
+ }
245
+ function codexSubagentDelegationReason(prompt) {
246
+ if (!prompt) {
247
+ return "Codex subagent spawn requested by Maestro";
248
+ }
249
+ return `Codex subagent spawn requested by Maestro: ${prompt}`.slice(0, 512);
250
+ }
251
+ function codexSubagentOperation(tool) {
252
+ return codexSubagentOperationName(tool);
253
+ }
254
+ function activeCodexSubagentEdgeStatus(tool) {
255
+ return codexSubagentActiveStatus(tool);
256
+ }
257
+ function terminalCodexSubagentEdgeStatus(tool, isError) {
258
+ if (isError) {
259
+ return "failed";
260
+ }
261
+ return codexSubagentTerminalSuccessStatus(tool);
262
+ }
263
+ function shouldResolveCodexSubagentDelegation(tool, isError) {
264
+ if (tool === "wait" || tool === "closeAgent") {
265
+ return true;
266
+ }
267
+ if (tool === "spawnAgent" && isError) {
268
+ return true;
269
+ }
270
+ if (tool === "resumeAgent" && isError) {
271
+ return true;
272
+ }
273
+ return false;
274
+ }
275
+ function codexSubagentDelegationFailureMessage(tool) {
276
+ switch (tool) {
277
+ case "spawnAgent":
278
+ return "Codex subagent spawn failed";
279
+ case "sendInput":
280
+ return "Codex subagent input failed";
281
+ case "resumeAgent":
282
+ return "Codex subagent resume failed";
283
+ case "wait":
284
+ return "Codex subagent wait failed";
285
+ case "closeAgent":
286
+ return "Codex subagent close failed";
287
+ default:
288
+ return "Codex subagent delegation failed";
289
+ }
290
+ }
291
+ function toolDisplayName(event) {
292
+ return event.displayName ?? event.summaryLabel ?? event.toolName;
293
+ }
294
+ function materializedToolExecutionId(event) {
295
+ const toolExecutionId = nonEmptyString(event.toolExecutionId)?.trim();
296
+ const toolCallId = nonEmptyString(event.toolCallId)?.trim();
297
+ if (!toolExecutionId || toolExecutionId === toolCallId) {
298
+ return undefined;
299
+ }
300
+ return toolExecutionId;
301
+ }
302
+ function waitTypeForRequest(kind) {
303
+ switch (kind) {
304
+ case "approval":
305
+ case "tool_retry":
306
+ return PlatformAgentRunWaitTypeValue.Approval;
307
+ case "client_tool":
308
+ case "mcp_elicitation":
309
+ case "user_input":
310
+ return PlatformAgentRunWaitTypeValue.Input;
311
+ }
312
+ }
313
+ function taskWorkItemState(status) {
314
+ switch (status) {
315
+ case "pending":
316
+ return PlatformAgentWorkItemStateValue.Pending;
317
+ case "running":
318
+ return PlatformAgentWorkItemStateValue.Running;
319
+ case "waiting":
320
+ return PlatformAgentWorkItemStateValue.Waiting;
321
+ case "blocked":
322
+ return PlatformAgentWorkItemStateValue.Blocked;
323
+ case "succeeded":
324
+ return PlatformAgentWorkItemStateValue.Succeeded;
325
+ case "failed":
326
+ return PlatformAgentWorkItemStateValue.Failed;
327
+ case "cancelled":
328
+ return PlatformAgentWorkItemStateValue.Cancelled;
329
+ }
330
+ }
331
+ function taskStepState(status) {
332
+ switch (status) {
333
+ case "pending":
334
+ return PlatformAgentRunStepStateValue.Pending;
335
+ case "running":
336
+ return PlatformAgentRunStepStateValue.Running;
337
+ case "waiting":
338
+ case "blocked":
339
+ return PlatformAgentRunStepStateValue.Waiting;
340
+ case "succeeded":
341
+ return PlatformAgentRunStepStateValue.Succeeded;
342
+ case "failed":
343
+ return PlatformAgentRunStepStateValue.Failed;
344
+ case "cancelled":
345
+ return PlatformAgentRunStepStateValue.Cancelled;
346
+ }
347
+ }
348
+ function defaultTaskWorkItemKind(source) {
349
+ switch (source) {
350
+ case "background":
351
+ return PlatformAgentWorkItemKindValue.ToolCall;
352
+ case "swarm":
353
+ return PlatformAgentWorkItemKindValue.ChildRun;
354
+ case "checkpoint":
355
+ return PlatformAgentWorkItemKindValue.Recovery;
356
+ case "todo":
357
+ return PlatformAgentWorkItemKindValue.Followup;
358
+ }
359
+ }
360
+ function defaultTaskStepKind(source, status) {
361
+ if (status === "failed") {
362
+ return PlatformAgentRunStepKindValue.Error;
363
+ }
364
+ if (source === "background") {
365
+ return status === "succeeded" || status === "cancelled"
366
+ ? PlatformAgentRunStepKindValue.ToolResult
367
+ : PlatformAgentRunStepKindValue.ToolCallIntent;
368
+ }
369
+ return PlatformAgentRunStepKindValue.System;
370
+ }
371
+ function shouldRecordTaskStep(event) {
372
+ if (event.recordStep !== undefined) {
373
+ return event.recordStep;
374
+ }
375
+ return event.status !== "pending";
376
+ }
377
+ function backgroundStatusToTaskStatus(status) {
378
+ switch (status) {
379
+ case "running":
380
+ case "restarting":
381
+ return "running";
382
+ case "stopped":
383
+ return "cancelled";
384
+ case "exited":
385
+ return "succeeded";
386
+ case "failed":
387
+ return "failed";
388
+ default:
389
+ return "pending";
390
+ }
391
+ }
392
+ function todoStatusToTaskStatus(status) {
393
+ switch (status) {
394
+ case "in_progress":
395
+ return "running";
396
+ case "completed":
397
+ return "succeeded";
398
+ default:
399
+ return "pending";
400
+ }
401
+ }
402
+ function taskPromptSummary(task) {
403
+ return compactString(task.prompt, 160) ?? task.id;
404
+ }
405
+ export class HostedAgentRuntimeProgressRecorder {
406
+ constructor(options) {
407
+ this.pendingWaitIds = new Map();
408
+ this.resumedWaitIds = new Set();
409
+ this.codexSubagentReceiverThreadIds = new Map();
410
+ this.codexSubagentToolChildRunIds = new Map();
411
+ this.codexSubagentToolWorkGraphs = new Map();
412
+ this.codexSubagentThreadWorkItemIds = new Map();
413
+ this.codexSubagentDelegationIds = new Map();
414
+ this.codexSubagentDelegationIdsByThreadId = new Map();
415
+ this.codexSubagentDelegationIdsByChildRunId = new Map();
416
+ this.recordedModelUsageTurnIds = new Set();
417
+ this.toolArgsByCallId = new Map();
418
+ this.recordedTaskWorkItemIds = new Set();
419
+ this.pending = Promise.resolve();
420
+ this.turnIndex = 0;
421
+ this.terminalRecorded = false;
422
+ this.sessionId = options.sessionId;
423
+ this.hostedRunner = options.hostedRunner;
424
+ this.workspaceRoot = options.workspaceRoot;
425
+ this.operations = {
426
+ recordStep: options.operations?.recordStep ?? recordAgentRuntimeRunStep,
427
+ recordEvent: options.operations?.recordEvent ?? recordAgentRuntimeRunEvent,
428
+ recordCost: options.operations?.recordCost ?? recordAgentRuntimeRunCost,
429
+ recordWorkItem: options.operations?.recordWorkItem ?? recordAgentRuntimeRunWorkItem,
430
+ updateWorkItem: options.operations?.updateWorkItem ?? updateAgentRuntimeRunWorkItem,
431
+ waitRun: options.operations?.waitRun ?? waitAgentRuntimeRun,
432
+ resumeRun: options.operations?.resumeRun ?? resumeAgentRuntimeRun,
433
+ completeRun: options.operations?.completeRun ?? completeAgentRuntimeRun,
434
+ failRun: options.operations?.failRun ?? failAgentRuntimeRun,
435
+ delegateAgent: options.operations?.delegateAgent ?? delegateAgentWithPlatform,
436
+ resolveDelegation: options.operations?.resolveDelegation ??
437
+ resolveAgentDelegationWithPlatform,
438
+ };
439
+ }
440
+ recordAgentEvent(event) {
441
+ switch (event.type) {
442
+ case "agent_start":
443
+ this.recordStep({
444
+ id: this.stepId("agent", `start-${this.turnIndex + 1}`),
445
+ name: event.continuation ? "Agent continuation" : "Agent run",
446
+ stepKind: PlatformAgentRunStepKindValue.System,
447
+ state: PlatformAgentRunStepStateValue.Running,
448
+ input: this.basePayload({
449
+ event_type: event.type,
450
+ continuation: event.continuation ?? false,
451
+ }),
452
+ });
453
+ return;
454
+ case "agent_end":
455
+ this.recordStep({
456
+ id: this.stepId("agent", `end-${this.turnIndex}`),
457
+ name: "Agent run completed",
458
+ stepKind: event.aborted || event.stopReason === "error"
459
+ ? PlatformAgentRunStepKindValue.Error
460
+ : PlatformAgentRunStepKindValue.System,
461
+ state: event.aborted || event.stopReason === "error"
462
+ ? PlatformAgentRunStepStateValue.Failed
463
+ : PlatformAgentRunStepStateValue.Succeeded,
464
+ output: this.basePayload({
465
+ event_type: event.type,
466
+ aborted: event.aborted ?? false,
467
+ stop_reason: event.stopReason,
468
+ }),
469
+ });
470
+ return;
471
+ case "turn_start":
472
+ this.turnIndex += 1;
473
+ this.recordStep({
474
+ id: this.stepId("turn", String(this.turnIndex)),
475
+ name: `Turn ${this.turnIndex}`,
476
+ stepKind: PlatformAgentRunStepKindValue.ModelCall,
477
+ state: PlatformAgentRunStepStateValue.Running,
478
+ input: this.basePayload({ event_type: event.type }),
479
+ });
480
+ return;
481
+ case "turn_end":
482
+ this.recordStep({
483
+ id: this.stepId("turn", String(this.turnIndex)),
484
+ name: `Turn ${this.turnIndex}`,
485
+ stepKind: PlatformAgentRunStepKindValue.ModelCall,
486
+ state: PlatformAgentRunStepStateValue.Succeeded,
487
+ output: this.basePayload({
488
+ event_type: event.type,
489
+ tool_result_count: event.toolResults.length,
490
+ }),
491
+ });
492
+ this.recordModelUsageEvent(event.message);
493
+ return;
494
+ case "tool_execution_start":
495
+ this.toolArgsByCallId.set(event.toolCallId, event.args);
496
+ this.recordStep({
497
+ id: this.toolStepId(event.toolCallId),
498
+ name: toolDisplayName(event),
499
+ stepKind: PlatformAgentRunStepKindValue.ToolCallIntent,
500
+ state: PlatformAgentRunStepStateValue.Running,
501
+ input: this.basePayload({
502
+ event_type: event.type,
503
+ tool_call_id: event.toolCallId,
504
+ tool_execution_id: materializedToolExecutionId(event),
505
+ tool_name: event.toolName,
506
+ display_name: event.displayName,
507
+ summary_label: event.summaryLabel,
508
+ arg_keys: objectKeys(event.args),
509
+ }),
510
+ });
511
+ this.recordCodexSubagentWorkItem(event);
512
+ return;
513
+ case "tool_execution_end":
514
+ this.recordStep({
515
+ id: this.toolStepId(event.toolCallId),
516
+ name: toolDisplayName(event),
517
+ stepKind: event.isError
518
+ ? PlatformAgentRunStepKindValue.Error
519
+ : PlatformAgentRunStepKindValue.ToolResult,
520
+ state: event.isError
521
+ ? PlatformAgentRunStepStateValue.Failed
522
+ : PlatformAgentRunStepStateValue.Succeeded,
523
+ errorMessage: event.isError
524
+ ? (event.errorCode ?? event.governedOutcome ?? "tool failed")
525
+ : undefined,
526
+ output: this.basePayload({
527
+ event_type: event.type,
528
+ tool_call_id: event.toolCallId,
529
+ tool_execution_id: materializedToolExecutionId(event),
530
+ approval_request_id: event.approvalRequestId,
531
+ tool_name: event.toolName,
532
+ display_name: event.displayName,
533
+ summary_label: event.summaryLabel,
534
+ error_code: event.errorCode,
535
+ governed_outcome: event.governedOutcome,
536
+ }),
537
+ });
538
+ this.updateCodexSubagentWorkItem(event);
539
+ this.recordToolDerivedTaskProgress(event);
540
+ return;
541
+ case "action_approval_required":
542
+ this.recordApprovalWait({
543
+ id: event.request.id,
544
+ callId: event.request.id,
545
+ toolName: event.request.toolName,
546
+ reason: event.request.reason,
547
+ displayName: event.request.displayName,
548
+ summaryLabel: event.request.summaryLabel,
549
+ startedAtMs: event.request.startedAtMs,
550
+ });
551
+ return;
552
+ case "action_approval_resolved":
553
+ this.resumeWait({
554
+ id: event.request.id,
555
+ kind: "approval",
556
+ resolution: event.decision.approved ? "approved" : "denied",
557
+ resolvedBy: event.decision.resolvedBy ?? "user",
558
+ reason: event.decision.reason,
559
+ startedAtMs: event.request.startedAtMs,
560
+ resolvedAtMs: event.decision.resolvedAtMs,
561
+ });
562
+ return;
563
+ case "error":
564
+ this.recordPromptFailure(event.message);
565
+ return;
566
+ default:
567
+ return;
568
+ }
569
+ }
570
+ recordServerRequestEvent(event) {
571
+ if (event.type === "registered") {
572
+ this.recordApprovalWait({
573
+ id: event.request.id,
574
+ callId: event.request.callId,
575
+ toolName: event.request.toolName,
576
+ reason: event.request.reason,
577
+ displayName: event.request.displayName,
578
+ summaryLabel: event.request.summaryLabel,
579
+ kind: event.request.kind,
580
+ startedAtMs: event.request.startedAtMs,
581
+ });
582
+ return;
583
+ }
584
+ this.resumeWait({
585
+ id: event.request.id,
586
+ kind: event.request.kind,
587
+ resolution: event.resolution,
588
+ resolvedBy: event.resolvedBy,
589
+ reason: event.reason,
590
+ startedAtMs: event.request.startedAtMs,
591
+ resolvedAtMs: event.resolvedAtMs,
592
+ });
593
+ }
594
+ recordPromptFailure(message) {
595
+ this.recordStep({
596
+ id: this.stepId("error", `${Date.now()}`),
597
+ name: "Prompt failed",
598
+ stepKind: PlatformAgentRunStepKindValue.Error,
599
+ state: PlatformAgentRunStepStateValue.Failed,
600
+ errorMessage: message,
601
+ output: this.basePayload({
602
+ event_type: "prompt_failure",
603
+ }),
604
+ });
605
+ }
606
+ recordTaskProgressEvent(event) {
607
+ const runId = nonEmptyString(this.hostedRunner?.agentRunId);
608
+ if (!this.hostedRunner?.enabled || !runId) {
609
+ return;
610
+ }
611
+ const taskId = this.taskProgressId(event.source, event.id);
612
+ const parentWorkItemId = event.parentId
613
+ ? this.taskProgressId(event.source, event.parentId)
614
+ : undefined;
615
+ const evidenceRefs = [
616
+ `maestro-task:${event.source}:${event.id}`,
617
+ ...(event.toolCallId ? [`tool-call:${event.toolCallId}`] : []),
618
+ ...(event.toolExecutionId
619
+ ? [`tool-execution:${event.toolExecutionId}`]
620
+ : []),
621
+ ...(event.evidenceRefs ?? []),
622
+ ];
623
+ const state = taskWorkItemState(event.status);
624
+ const payload = this.basePayload({
625
+ event_type: "maestro_task_progress",
626
+ task_source: event.source,
627
+ task_id: event.id,
628
+ task_status: event.status,
629
+ parent_task_id: event.parentId,
630
+ owner_child_run_id: event.ownerChildRunId,
631
+ tool_call_id: event.toolCallId,
632
+ tool_execution_id: event.toolExecutionId,
633
+ approval_request_id: event.approvalRequestId,
634
+ title: compactString(event.title),
635
+ goal: compactString(event.goal, 512),
636
+ next_action: compactString(event.nextAction),
637
+ blocker: compactString(event.blocker),
638
+ ...event.payload,
639
+ });
640
+ this.enqueue(async () => {
641
+ const updateWorkItem = () => this.operations.updateWorkItem({
642
+ runId,
643
+ workItemId: taskId,
644
+ state,
645
+ ...(event.nextAction
646
+ ? { nextAction: compactString(event.nextAction) }
647
+ : {}),
648
+ ...(event.blocker ? { blocker: compactString(event.blocker) } : {}),
649
+ ...(event.toolExecutionId
650
+ ? { toolExecutionId: event.toolExecutionId }
651
+ : {}),
652
+ evidenceRefs,
653
+ completionGate: event.completionGate ?? "maestro_task_progress_recorded",
654
+ payload,
655
+ });
656
+ if (this.recordedTaskWorkItemIds.has(taskId)) {
657
+ await updateWorkItem();
658
+ return;
659
+ }
660
+ const workItem = {
661
+ id: taskId,
662
+ runId,
663
+ ...(parentWorkItemId ? { parentWorkItemId } : {}),
664
+ ...(event.ownerChildRunId
665
+ ? { ownerChildRunId: event.ownerChildRunId }
666
+ : {}),
667
+ kind: event.workItemKind ?? defaultTaskWorkItemKind(event.source),
668
+ state,
669
+ title: compactString(event.title),
670
+ ...(event.goal ? { goal: compactString(event.goal, 512) } : {}),
671
+ ...(event.nextAction
672
+ ? { nextAction: compactString(event.nextAction) }
673
+ : {}),
674
+ ...(event.blocker ? { blocker: compactString(event.blocker) } : {}),
675
+ ...(event.toolExecutionId
676
+ ? { toolExecutionId: event.toolExecutionId }
677
+ : {}),
678
+ evidenceRefs,
679
+ completionGate: event.completionGate ?? "maestro_task_progress_recorded",
680
+ payload,
681
+ };
682
+ try {
683
+ await this.operations.recordWorkItem({
684
+ runId,
685
+ workItem,
686
+ });
687
+ }
688
+ catch (error) {
689
+ if (!isExistingWorkItemCreateError(error)) {
690
+ throw error;
691
+ }
692
+ await updateWorkItem();
693
+ }
694
+ this.recordedTaskWorkItemIds.add(taskId);
695
+ });
696
+ this.recordEvent({
697
+ type: PlatformRuntimeEventTypeValue.AgentProgressRecorded,
698
+ message: `Maestro ${event.source} task ${event.status}`,
699
+ stepId: shouldRecordTaskStep(event) ? taskId : undefined,
700
+ attributes: payload,
701
+ });
702
+ if (!shouldRecordTaskStep(event)) {
703
+ return;
704
+ }
705
+ const stepState = taskStepState(event.status);
706
+ const stepKind = event.stepKind ?? defaultTaskStepKind(event.source, event.status);
707
+ this.recordStep({
708
+ id: taskId,
709
+ name: compactString(event.title),
710
+ stepKind,
711
+ state: stepState,
712
+ errorMessage: event.status === "failed" ? event.errorMessage : undefined,
713
+ ...(stepState === PlatformAgentRunStepStateValue.Running ||
714
+ stepState === PlatformAgentRunStepStateValue.Waiting ||
715
+ stepState === PlatformAgentRunStepStateValue.Pending
716
+ ? { input: payload }
717
+ : { output: payload }),
718
+ });
719
+ }
720
+ recordSwarmEvent(event) {
721
+ switch (event.type) {
722
+ case "swarm_start":
723
+ this.recordTaskProgressEvent({
724
+ source: "swarm",
725
+ id: event.swarmId,
726
+ status: "running",
727
+ title: `Swarm ${event.swarmId}`,
728
+ goal: compactString(event.config.planFile, 512),
729
+ workItemKind: PlatformAgentWorkItemKindValue.Root,
730
+ nextAction: "coordinate swarm teammates",
731
+ payload: {
732
+ swarm_id: event.swarmId,
733
+ teammate_count: event.config.teammateCount,
734
+ task_count: event.config.tasks.length,
735
+ mode: event.config.mode,
736
+ model: event.config.model,
737
+ model_provider: event.config.modelProvider,
738
+ subagent_type: event.config.subagentType,
739
+ reasoning_effort: event.config.reasoningEffort,
740
+ continue_on_failure: event.config.continueOnFailure,
741
+ },
742
+ });
743
+ return;
744
+ case "task_start":
745
+ this.recordTaskProgressEvent({
746
+ source: "swarm",
747
+ id: `${event.swarmId}:task:${event.task.id}`,
748
+ parentId: event.swarmId,
749
+ status: "running",
750
+ title: `Swarm task ${event.task.id}`,
751
+ goal: taskPromptSummary(event.task),
752
+ workItemKind: PlatformAgentWorkItemKindValue.ChildRun,
753
+ ownerChildRunId: `swarm:${event.swarmId}:teammate:${event.teammateId}`,
754
+ nextAction: "wait for teammate task completion",
755
+ payload: {
756
+ swarm_id: event.swarmId,
757
+ teammate_id: event.teammateId,
758
+ task_id: event.task.id,
759
+ file_count: event.task.files?.length ?? 0,
760
+ depends_on: event.task.dependsOn,
761
+ model: event.task.model,
762
+ subagent_type: event.task.subagentType,
763
+ priority: event.task.priority,
764
+ },
765
+ });
766
+ return;
767
+ case "task_complete":
768
+ this.recordTaskProgressEvent({
769
+ source: "swarm",
770
+ id: `${event.swarmId}:task:${event.taskId}`,
771
+ parentId: event.swarmId,
772
+ status: "succeeded",
773
+ title: `Swarm task ${event.taskId}`,
774
+ workItemKind: PlatformAgentWorkItemKindValue.ChildRun,
775
+ ownerChildRunId: `swarm:${event.swarmId}:teammate:${event.teammateId}`,
776
+ payload: {
777
+ swarm_id: event.swarmId,
778
+ teammate_id: event.teammateId,
779
+ task_id: event.taskId,
780
+ output_bytes: Buffer.byteLength(event.output, "utf8"),
781
+ },
782
+ });
783
+ return;
784
+ case "task_fail":
785
+ this.recordTaskProgressEvent({
786
+ source: "swarm",
787
+ id: `${event.swarmId}:task:${event.taskId}`,
788
+ parentId: event.swarmId,
789
+ status: "failed",
790
+ title: `Swarm task ${event.taskId}`,
791
+ workItemKind: PlatformAgentWorkItemKindValue.ChildRun,
792
+ ownerChildRunId: `swarm:${event.swarmId}:teammate:${event.teammateId}`,
793
+ errorMessage: event.error,
794
+ payload: {
795
+ swarm_id: event.swarmId,
796
+ teammate_id: event.teammateId,
797
+ task_id: event.taskId,
798
+ error: compactString(event.error, 512),
799
+ },
800
+ });
801
+ return;
802
+ case "swarm_complete":
803
+ this.recordTaskProgressEvent({
804
+ source: "swarm",
805
+ id: event.swarmId,
806
+ status: swarmCompletionStatus(event),
807
+ title: `Swarm ${event.swarmId}`,
808
+ workItemKind: PlatformAgentWorkItemKindValue.Root,
809
+ errorMessage: event.state.error,
810
+ payload: {
811
+ swarm_id: event.swarmId,
812
+ swarm_status: event.state.status,
813
+ completed_task_count: event.state.completedTasks.size,
814
+ failed_task_count: event.state.failedTasks.size,
815
+ teammate_count: event.state.teammates.length,
816
+ error: compactString(event.state.error, 512),
817
+ },
818
+ });
819
+ return;
820
+ case "swarm_fail":
821
+ this.recordTaskProgressEvent({
822
+ source: "swarm",
823
+ id: event.swarmId,
824
+ status: "failed",
825
+ title: `Swarm ${event.swarmId}`,
826
+ workItemKind: PlatformAgentWorkItemKindValue.Root,
827
+ errorMessage: event.error,
828
+ payload: {
829
+ swarm_id: event.swarmId,
830
+ error: compactString(event.error, 512),
831
+ },
832
+ });
833
+ return;
834
+ case "teammate_spawn":
835
+ case "teammate_complete":
836
+ this.recordEvent({
837
+ type: PlatformRuntimeEventTypeValue.AgentProgressRecorded,
838
+ message: `Maestro swarm ${event.type}`,
839
+ attributes: this.basePayload({
840
+ event_type: "maestro_swarm_teammate_progress",
841
+ swarm_id: event.swarmId,
842
+ swarm_event_type: event.type,
843
+ teammate_id: event.teammate.id,
844
+ teammate_name: compactString(event.teammate.name),
845
+ teammate_status: event.teammate.status,
846
+ completed_task_count: event.teammate.completedTasks.length,
847
+ }),
848
+ });
849
+ return;
850
+ }
851
+ }
852
+ async flush() {
853
+ await this.pending;
854
+ }
855
+ async completeRun(input = {}) {
856
+ if (this.terminalRecorded) {
857
+ await this.flush();
858
+ return;
859
+ }
860
+ this.terminalRecorded = true;
861
+ this.enqueue(async () => {
862
+ const handles = this.handles();
863
+ if (!handles) {
864
+ return;
865
+ }
866
+ await this.operations.completeRun({
867
+ runId: handles.runId,
868
+ leaseToken: handles.leaseToken,
869
+ result: this.basePayload({
870
+ event_type: "hosted_runner_drained",
871
+ status: "drained",
872
+ flush_status: input.flushStatus,
873
+ reason: input.reason,
874
+ requested_by: input.requestedBy,
875
+ manifest_path: input.manifestPath,
876
+ }),
877
+ });
878
+ });
879
+ await this.flush();
880
+ }
881
+ async failRun(input) {
882
+ if (this.terminalRecorded) {
883
+ await this.flush();
884
+ return;
885
+ }
886
+ this.terminalRecorded = true;
887
+ this.recordStep({
888
+ id: this.stepId("terminal", "failed"),
889
+ name: "Hosted runner drain failed",
890
+ stepKind: PlatformAgentRunStepKindValue.Error,
891
+ state: PlatformAgentRunStepStateValue.Failed,
892
+ errorMessage: input.errorMessage,
893
+ output: this.basePayload({
894
+ event_type: "hosted_runner_drain_failed",
895
+ reason: input.reason,
896
+ requested_by: input.requestedBy,
897
+ flush_status: input.flushStatus,
898
+ manifest_path: input.manifestPath,
899
+ }),
900
+ });
901
+ this.enqueue(async () => {
902
+ const handles = this.handles();
903
+ if (!handles) {
904
+ return;
905
+ }
906
+ await this.operations.failRun({
907
+ runId: handles.runId,
908
+ leaseToken: handles.leaseToken,
909
+ errorMessage: input.errorMessage,
910
+ retryable: input.retryable ?? false,
911
+ });
912
+ });
913
+ await this.flush();
914
+ }
915
+ async recordHostedRunnerDrain(input) {
916
+ this.recordDrainManifestEvent(input);
917
+ if (input.status === "drained") {
918
+ await this.completeRun({
919
+ reason: input.reason,
920
+ requestedBy: input.requestedBy,
921
+ flushStatus: input.flushStatus,
922
+ manifestPath: input.manifestPath,
923
+ });
924
+ return;
925
+ }
926
+ await this.failRun({
927
+ errorMessage: input.errorMessage ?? "Hosted runner drain did not complete cleanly",
928
+ reason: input.reason,
929
+ requestedBy: input.requestedBy,
930
+ retryable: false,
931
+ flushStatus: input.flushStatus,
932
+ manifestPath: input.manifestPath,
933
+ });
934
+ }
935
+ recordApprovalWait(input) {
936
+ if (this.pendingWaitIds.has(input.id)) {
937
+ return;
938
+ }
939
+ const waitId = this.waitId(input.id);
940
+ this.pendingWaitIds.set(input.id, waitId);
941
+ this.enqueue(async () => {
942
+ const handles = this.handles();
943
+ if (!handles) {
944
+ return;
945
+ }
946
+ await this.operations.waitRun({
947
+ runId: handles.runId,
948
+ leaseToken: handles.leaseToken,
949
+ wait: {
950
+ id: waitId,
951
+ stepId: this.toolStepId(input.callId),
952
+ type: waitTypeForRequest(input.kind ?? "approval"),
953
+ externalRef: input.id,
954
+ reason: input.reason,
955
+ payload: this.basePayload({
956
+ request_id: input.id,
957
+ request_type: input.kind ?? "approval",
958
+ call_id: input.callId,
959
+ tool_name: input.toolName,
960
+ display_name: input.displayName,
961
+ summary_label: input.summaryLabel,
962
+ started_at_ms: input.startedAtMs,
963
+ }),
964
+ },
965
+ checkpoint: {
966
+ id: this.checkpointId(input.id),
967
+ stepId: this.toolStepId(input.callId),
968
+ resumeToken: waitId,
969
+ payload: this.basePayload({
970
+ request_id: input.id,
971
+ request_type: input.kind ?? "approval",
972
+ }),
973
+ },
974
+ });
975
+ });
976
+ }
977
+ resumeWait(input) {
978
+ if (this.resumedWaitIds.has(input.id)) {
979
+ return;
980
+ }
981
+ this.resumedWaitIds.add(input.id);
982
+ const waitId = this.pendingWaitIds.get(input.id) ?? this.waitId(input.id);
983
+ this.pendingWaitIds.delete(input.id);
984
+ this.enqueue(async () => {
985
+ const handles = this.handles();
986
+ if (!handles) {
987
+ return;
988
+ }
989
+ await this.operations.resumeRun({
990
+ runId: handles.runId,
991
+ waitId,
992
+ resumeEventId: this.resumeEventId(input.id),
993
+ payload: this.basePayload({
994
+ request_id: input.id,
995
+ request_type: input.kind,
996
+ resolution: input.resolution,
997
+ resolved_by: input.resolvedBy,
998
+ reason: input.reason,
999
+ started_at_ms: input.startedAtMs,
1000
+ resolved_at_ms: input.resolvedAtMs,
1001
+ }),
1002
+ });
1003
+ });
1004
+ }
1005
+ recordStep(step) {
1006
+ this.enqueue(async () => {
1007
+ const handles = this.handles();
1008
+ if (!handles) {
1009
+ return;
1010
+ }
1011
+ await this.operations.recordStep({
1012
+ runId: handles.runId,
1013
+ leaseToken: handles.leaseToken,
1014
+ step,
1015
+ });
1016
+ });
1017
+ }
1018
+ recordModelUsageEvent(message) {
1019
+ if (message.role !== "assistant") {
1020
+ return;
1021
+ }
1022
+ const usage = message.usage;
1023
+ if (!usage) {
1024
+ return;
1025
+ }
1026
+ const inputTokens = finiteNumber(usage.input);
1027
+ const outputTokens = finiteNumber(usage.output);
1028
+ const cacheReadTokens = finiteNumber(usage.cacheRead);
1029
+ const cacheWriteTokens = finiteNumber(usage.cacheWrite);
1030
+ const totalTokens = inputTokens + outputTokens + cacheReadTokens + cacheWriteTokens;
1031
+ const estimatedCostMicros = Math.max(0, Math.round(finiteNumber(usage.cost?.total) * 1_000_000));
1032
+ if (totalTokens <= 0 && estimatedCostMicros <= 0) {
1033
+ return;
1034
+ }
1035
+ const turnId = String(this.turnIndex);
1036
+ if (this.recordedModelUsageTurnIds.has(turnId)) {
1037
+ return;
1038
+ }
1039
+ this.recordedModelUsageTurnIds.add(turnId);
1040
+ const modelCallId = this.stepId("model", turnId);
1041
+ const costId = this.costId(turnId);
1042
+ const stepId = this.stepId("turn", turnId);
1043
+ const meterRef = this.meterRef(costId);
1044
+ this.recordEvent({
1045
+ type: PlatformRuntimeEventTypeValue.ModelResponseRecorded,
1046
+ message: "Maestro model response usage recorded",
1047
+ stepId,
1048
+ costId,
1049
+ attributes: this.basePayload({
1050
+ event_type: "model_response_recorded",
1051
+ session_kind: "codex",
1052
+ session_provider: "maestro",
1053
+ model_call_id: modelCallId,
1054
+ cost_id: costId,
1055
+ provider: message.provider,
1056
+ model: message.model,
1057
+ input_tokens: inputTokens,
1058
+ output_tokens: outputTokens,
1059
+ cache_read_tokens: cacheReadTokens,
1060
+ cache_write_tokens: cacheWriteTokens,
1061
+ total_tokens: totalTokens,
1062
+ estimated_cost_micros: estimatedCostMicros,
1063
+ currency: "USD",
1064
+ }),
1065
+ });
1066
+ this.recordCost({
1067
+ id: costId,
1068
+ stepId,
1069
+ meterRef,
1070
+ provider: message.provider,
1071
+ model: message.model,
1072
+ inputTokens,
1073
+ outputTokens,
1074
+ totalTokens,
1075
+ currency: estimatedCostMicros > 0 ? "USD" : undefined,
1076
+ estimatedCostMicros,
1077
+ });
1078
+ }
1079
+ recordDrainManifestEvent(input) {
1080
+ this.recordEvent({
1081
+ type: PlatformRuntimeEventTypeValue.AgentProgressRecorded,
1082
+ message: input.status === "drained"
1083
+ ? "hosted runner drain manifest recorded"
1084
+ : "hosted runner interrupted drain manifest recorded",
1085
+ attributes: this.basePayload({
1086
+ event_type: "hosted_runner_drain_manifest_recorded",
1087
+ status: input.status,
1088
+ flush_status: input.flushStatus,
1089
+ reason: input.reason,
1090
+ requested_by: input.requestedBy,
1091
+ manifest_path: input.manifestPath,
1092
+ error: input.errorMessage,
1093
+ platform_evidence: input.platformEvidence,
1094
+ }),
1095
+ });
1096
+ }
1097
+ recordEvent(event) {
1098
+ this.enqueue(async () => {
1099
+ const runId = nonEmptyString(this.hostedRunner?.agentRunId);
1100
+ if (!this.hostedRunner?.enabled || !runId) {
1101
+ return;
1102
+ }
1103
+ await this.operations.recordEvent({
1104
+ runId,
1105
+ ...event,
1106
+ });
1107
+ });
1108
+ }
1109
+ recordCost(cost) {
1110
+ this.enqueue(async () => {
1111
+ const runId = nonEmptyString(this.hostedRunner?.agentRunId);
1112
+ const leaseToken = nonEmptyString(this.hostedRunner?.agentRuntimeLeaseToken);
1113
+ if (!this.hostedRunner?.enabled || !runId || !leaseToken) {
1114
+ return;
1115
+ }
1116
+ await this.operations.recordCost({
1117
+ runId,
1118
+ leaseToken,
1119
+ cost,
1120
+ });
1121
+ });
1122
+ }
1123
+ recordCodexSubagentWorkItem(event) {
1124
+ const codexTool = codexSubagentToolName(event.toolName);
1125
+ if (!codexTool) {
1126
+ return;
1127
+ }
1128
+ const runId = nonEmptyString(this.hostedRunner?.agentRunId);
1129
+ if (!this.hostedRunner?.enabled || !runId) {
1130
+ return;
1131
+ }
1132
+ const workGraph = codexSubagentWorkGraph(event.args);
1133
+ const receiverThreadIds = codexSubagentReceiverThreadIds(event.args);
1134
+ const childRunIds = codexSubagentChildRunIds(event.args, receiverThreadIds);
1135
+ const ownerChildRunId = childRunIds[0];
1136
+ const linkedWorkItemIds = this.codexSubagentLinkedWorkItemIds(receiverThreadIds);
1137
+ const parentWorkItemId = linkedWorkItemIds.length === 1 ? linkedWorkItemIds[0] : undefined;
1138
+ const workItemId = this.workItemId(event.toolCallId);
1139
+ this.codexSubagentReceiverThreadIds.set(event.toolCallId, receiverThreadIds);
1140
+ this.codexSubagentToolChildRunIds.set(event.toolCallId, childRunIds);
1141
+ if (workGraph) {
1142
+ this.codexSubagentToolWorkGraphs.set(event.toolCallId, workGraph);
1143
+ }
1144
+ if (codexTool === "spawnAgent") {
1145
+ for (const threadId of receiverThreadIds) {
1146
+ this.codexSubagentThreadWorkItemIds.set(threadId, workItemId);
1147
+ }
1148
+ }
1149
+ const toolExecutionId = materializedToolExecutionId(event);
1150
+ const prompt = nonEmptyString(event.args.prompt);
1151
+ const model = nonEmptyString(event.args.model);
1152
+ const reasoningEffort = nonEmptyString(event.args.reasoningEffort);
1153
+ const codexSubagentOperationName = codexSubagentOperation(codexTool);
1154
+ const workItem = {
1155
+ id: workItemId,
1156
+ runId,
1157
+ ...(parentWorkItemId ? { parentWorkItemId } : {}),
1158
+ ...(ownerChildRunId ? { ownerChildRunId } : {}),
1159
+ kind: codexTool === "wait"
1160
+ ? PlatformAgentWorkItemKindValue.Wait
1161
+ : PlatformAgentWorkItemKindValue.ChildRun,
1162
+ state: codexTool === "wait"
1163
+ ? PlatformAgentWorkItemStateValue.Waiting
1164
+ : PlatformAgentWorkItemStateValue.Running,
1165
+ title: toolDisplayName(event),
1166
+ ...(prompt ? { goal: prompt } : {}),
1167
+ nextAction: codexSubagentNextAction(codexTool),
1168
+ ...(toolExecutionId ? { toolExecutionId } : {}),
1169
+ evidenceRefs: [
1170
+ `codex-tool-call:${event.toolCallId}`,
1171
+ ...receiverThreadIds.map((id) => `codex-thread:${id}`),
1172
+ ...childRunIds.map((id) => `codex-child-run:${id}`),
1173
+ ],
1174
+ completionGate: "codex_collab_tool_completed",
1175
+ payload: this.basePayload({
1176
+ event_type: event.type,
1177
+ codex_tool: codexTool,
1178
+ tool_call_id: event.toolCallId,
1179
+ tool_name: event.toolName,
1180
+ display_name: event.displayName,
1181
+ summary_label: event.summaryLabel,
1182
+ codex_subagent_operation: codexSubagentOperationName,
1183
+ codex_subagent_edge_status: activeCodexSubagentEdgeStatus(codexTool),
1184
+ sender_thread_id: nonEmptyString(event.args.senderThreadId),
1185
+ receiver_thread_ids: receiverThreadIds,
1186
+ receiver_thread_count: receiverThreadIds.length,
1187
+ child_run_ids: childRunIds,
1188
+ codex_work_graph: workGraph,
1189
+ linked_work_item_ids: linkedWorkItemIds,
1190
+ model,
1191
+ reasoning_effort: reasoningEffort,
1192
+ arg_keys: objectKeys(event.args),
1193
+ }),
1194
+ };
1195
+ this.enqueue(async () => {
1196
+ await this.operations.recordWorkItem({ runId, workItem });
1197
+ });
1198
+ if (codexTool === "spawnAgent") {
1199
+ this.recordCodexSubagentDelegation({
1200
+ event,
1201
+ runId,
1202
+ workItemId,
1203
+ parentWorkItemId,
1204
+ ownerChildRunId,
1205
+ receiverThreadIds,
1206
+ childRunIds,
1207
+ linkedWorkItemIds,
1208
+ workGraph,
1209
+ prompt,
1210
+ model,
1211
+ reasoningEffort,
1212
+ });
1213
+ }
1214
+ }
1215
+ recordCodexSubagentDelegation(input) {
1216
+ const fromAgentId = nonEmptyString(this.hostedRunner?.agentId) ?? "maestro";
1217
+ const toAgentId = codexSubagentDelegationTargetAgentId(input.event.args);
1218
+ const requiredCapability = codexSubagentDelegationRequiredCapability(input.event.args, toAgentId);
1219
+ const a2aSkillId = codexSubagentDelegationA2ASkillID(input.event.args, requiredCapability);
1220
+ this.enqueue(async () => {
1221
+ const result = await this.operations.delegateAgent({
1222
+ fromAgentId,
1223
+ ...(toAgentId ? { toAgentId } : {}),
1224
+ ...(requiredCapability ? { requiredCapability } : {}),
1225
+ ...(a2aSkillId ? { a2aSkillId } : {}),
1226
+ contextPayload: this.basePayload({
1227
+ event_type: "codex_subagent_delegation_requested",
1228
+ codex_tool: "spawnAgent",
1229
+ agent_run_id: input.runId,
1230
+ work_item_id: input.workItemId,
1231
+ parent_work_item_id: input.parentWorkItemId,
1232
+ owner_child_run_id: input.ownerChildRunId,
1233
+ tool_call_id: input.event.toolCallId,
1234
+ tool_name: input.event.toolName,
1235
+ display_name: input.event.displayName,
1236
+ summary_label: input.event.summaryLabel,
1237
+ from_agent_id: fromAgentId,
1238
+ to_agent_id: toAgentId,
1239
+ required_capability: requiredCapability,
1240
+ a2a_skill_id: a2aSkillId,
1241
+ sender_thread_id: nonEmptyString(input.event.args.senderThreadId),
1242
+ receiver_thread_ids: input.receiverThreadIds,
1243
+ child_run_ids: input.childRunIds,
1244
+ codex_work_graph: input.workGraph,
1245
+ linked_work_item_ids: input.linkedWorkItemIds,
1246
+ prompt: input.prompt,
1247
+ model: input.model,
1248
+ reasoning_effort: input.reasoningEffort,
1249
+ arg_keys: objectKeys(input.event.args),
1250
+ }),
1251
+ reason: codexSubagentDelegationReason(input.prompt),
1252
+ });
1253
+ const delegationId = result?.delegation?.id;
1254
+ if (delegationId) {
1255
+ this.rememberCodexSubagentDelegation({
1256
+ delegationId,
1257
+ toolCallId: input.event.toolCallId,
1258
+ receiverThreadIds: input.receiverThreadIds,
1259
+ childRunIds: input.childRunIds,
1260
+ });
1261
+ }
1262
+ });
1263
+ }
1264
+ updateCodexSubagentWorkItem(event) {
1265
+ const codexTool = codexSubagentToolName(event.toolName);
1266
+ if (!codexTool) {
1267
+ return;
1268
+ }
1269
+ const runId = nonEmptyString(this.hostedRunner?.agentRunId);
1270
+ if (!this.hostedRunner?.enabled || !runId) {
1271
+ return;
1272
+ }
1273
+ const details = event.result.details &&
1274
+ typeof event.result.details === "object" &&
1275
+ !Array.isArray(event.result.details)
1276
+ ? event.result.details
1277
+ : undefined;
1278
+ const detailWorkGraph = codexSubagentWorkGraph(details);
1279
+ const workGraph = detailWorkGraph ?? this.codexSubagentToolWorkGraphs.get(event.toolCallId);
1280
+ const detailReceiverThreadIds = details
1281
+ ? codexSubagentReceiverThreadIds(details)
1282
+ : [];
1283
+ const receiverThreadIds = detailReceiverThreadIds.length > 0
1284
+ ? detailReceiverThreadIds
1285
+ : (this.codexSubagentReceiverThreadIds.get(event.toolCallId) ?? []);
1286
+ const detailChildRunIds = details
1287
+ ? codexSubagentExplicitChildRunIds(details)
1288
+ : [];
1289
+ const childRunIds = detailChildRunIds.length > 0
1290
+ ? detailChildRunIds
1291
+ : (this.codexSubagentToolChildRunIds.get(event.toolCallId) ??
1292
+ codexSubagentChildRunIds({}, receiverThreadIds));
1293
+ const linkedWorkItemIds = this.codexSubagentLinkedWorkItemIds(receiverThreadIds);
1294
+ this.codexSubagentReceiverThreadIds.delete(event.toolCallId);
1295
+ this.codexSubagentToolChildRunIds.delete(event.toolCallId);
1296
+ this.codexSubagentToolWorkGraphs.delete(event.toolCallId);
1297
+ if (codexTool === "closeAgent" && !event.isError) {
1298
+ for (const threadId of receiverThreadIds) {
1299
+ this.codexSubagentThreadWorkItemIds.delete(threadId);
1300
+ }
1301
+ }
1302
+ const codexSubagentOperationName = codexSubagentOperation(codexTool);
1303
+ const codexSubagentEdgeStatus = terminalCodexSubagentEdgeStatus(codexTool, event.isError);
1304
+ this.enqueue(async () => {
1305
+ const delegationIds = this.codexSubagentDelegationIdsFor(event.toolCallId, receiverThreadIds, childRunIds);
1306
+ const delegationId = delegationIds[0];
1307
+ const delegationEvidenceRefs = delegationIds.map((id) => `agent-registry-delegation:${id}`);
1308
+ const shouldResolveDelegation = delegationIds.length > 0 &&
1309
+ shouldResolveCodexSubagentDelegation(codexTool, event.isError);
1310
+ const toolExecutionId = materializedToolExecutionId(event);
1311
+ let updateError;
1312
+ try {
1313
+ await this.operations.updateWorkItem({
1314
+ runId,
1315
+ workItemId: this.workItemId(event.toolCallId),
1316
+ state: event.isError
1317
+ ? PlatformAgentWorkItemStateValue.Failed
1318
+ : PlatformAgentWorkItemStateValue.Succeeded,
1319
+ ...(toolExecutionId ? { toolExecutionId } : {}),
1320
+ evidenceRefs: [
1321
+ `codex-tool-call:${event.toolCallId}`,
1322
+ ...receiverThreadIds.map((id) => `codex-thread:${id}`),
1323
+ ...childRunIds.map((id) => `codex-child-run:${id}`),
1324
+ ...delegationEvidenceRefs,
1325
+ ],
1326
+ completionGate: event.isError
1327
+ ? "codex_collab_tool_failed"
1328
+ : "codex_collab_tool_completed",
1329
+ payload: this.basePayload({
1330
+ event_type: event.type,
1331
+ codex_tool: codexTool,
1332
+ tool_call_id: event.toolCallId,
1333
+ tool_name: event.toolName,
1334
+ display_name: event.displayName,
1335
+ summary_label: event.summaryLabel,
1336
+ codex_subagent_operation: codexSubagentOperationName,
1337
+ codex_subagent_edge_status: codexSubagentEdgeStatus,
1338
+ error_code: event.errorCode,
1339
+ governed_outcome: event.governedOutcome,
1340
+ result_error: event.isError,
1341
+ receiver_thread_ids: receiverThreadIds,
1342
+ child_run_ids: childRunIds,
1343
+ codex_work_graph: workGraph,
1344
+ linked_work_item_ids: linkedWorkItemIds,
1345
+ delegation_id: delegationId,
1346
+ delegation_ids: delegationIds.length > 0 ? delegationIds : undefined,
1347
+ delegation_resolution: codexTool === "spawnAgent" &&
1348
+ delegationIds.length > 0 &&
1349
+ !event.isError
1350
+ ? "deferred_until_child_terminal_edge"
1351
+ : shouldResolveDelegation
1352
+ ? "resolved_from_child_terminal_edge"
1353
+ : undefined,
1354
+ result_detail_keys: objectKeys(details),
1355
+ }),
1356
+ });
1357
+ }
1358
+ catch (error) {
1359
+ updateError = error;
1360
+ }
1361
+ if (shouldResolveDelegation) {
1362
+ for (const delegationIdToResolve of delegationIds) {
1363
+ try {
1364
+ await this.operations.resolveDelegation({
1365
+ delegationId: delegationIdToResolve,
1366
+ status: event.isError
1367
+ ? PlatformDelegationStatusValue.Failed
1368
+ : PlatformDelegationStatusValue.Completed,
1369
+ resultPayload: this.basePayload({
1370
+ event_type: "codex_subagent_delegation_resolved",
1371
+ codex_tool: codexTool,
1372
+ codex_subagent_operation: codexSubagentOperationName,
1373
+ codex_subagent_edge_status: codexSubagentEdgeStatus,
1374
+ agent_run_id: runId,
1375
+ work_item_id: this.workItemId(event.toolCallId),
1376
+ resolution_tool_call_id: event.toolCallId,
1377
+ tool_call_id: event.toolCallId,
1378
+ tool_name: event.toolName,
1379
+ result_error: event.isError,
1380
+ receiver_thread_ids: receiverThreadIds,
1381
+ child_run_ids: childRunIds,
1382
+ codex_work_graph: workGraph,
1383
+ linked_work_item_ids: linkedWorkItemIds,
1384
+ delegation_ids: delegationIds,
1385
+ result_detail_keys: objectKeys(details),
1386
+ }),
1387
+ errorMessage: event.isError
1388
+ ? (event.errorCode ??
1389
+ event.governedOutcome ??
1390
+ codexSubagentDelegationFailureMessage(codexTool))
1391
+ : undefined,
1392
+ });
1393
+ }
1394
+ catch (error) {
1395
+ logger.warn("Failed to resolve Codex subagent delegation", {
1396
+ error: error instanceof Error ? error.message : String(error),
1397
+ session_id: this.sessionId,
1398
+ agent_run_id: runId,
1399
+ tool_call_id: event.toolCallId,
1400
+ delegation_id: delegationIdToResolve,
1401
+ });
1402
+ }
1403
+ finally {
1404
+ this.clearCodexSubagentDelegationLinks(delegationIdToResolve);
1405
+ }
1406
+ }
1407
+ }
1408
+ if (updateError !== undefined) {
1409
+ throw updateError;
1410
+ }
1411
+ });
1412
+ }
1413
+ rememberCodexSubagentDelegation(input) {
1414
+ this.codexSubagentDelegationIds.set(input.toolCallId, input.delegationId);
1415
+ for (const threadId of input.receiverThreadIds) {
1416
+ this.codexSubagentDelegationIdsByThreadId.set(threadId, input.delegationId);
1417
+ }
1418
+ for (const childRunId of input.childRunIds) {
1419
+ this.codexSubagentDelegationIdsByChildRunId.set(childRunId, input.delegationId);
1420
+ }
1421
+ }
1422
+ codexSubagentDelegationIdsFor(toolCallId, receiverThreadIds, childRunIds) {
1423
+ const ids = new Set();
1424
+ const add = (delegationId) => {
1425
+ if (delegationId) {
1426
+ ids.add(delegationId);
1427
+ }
1428
+ };
1429
+ add(this.codexSubagentDelegationIds.get(toolCallId));
1430
+ for (const childRunId of childRunIds) {
1431
+ add(this.codexSubagentDelegationIdsByChildRunId.get(childRunId));
1432
+ }
1433
+ for (const threadId of receiverThreadIds) {
1434
+ add(this.codexSubagentDelegationIdsByThreadId.get(threadId));
1435
+ }
1436
+ return [...ids];
1437
+ }
1438
+ clearCodexSubagentDelegationLinks(delegationId) {
1439
+ for (const [toolCallId, linkedDelegationId] of this
1440
+ .codexSubagentDelegationIds) {
1441
+ if (linkedDelegationId === delegationId) {
1442
+ this.codexSubagentDelegationIds.delete(toolCallId);
1443
+ }
1444
+ }
1445
+ for (const [threadId, linkedDelegationId] of this
1446
+ .codexSubagentDelegationIdsByThreadId) {
1447
+ if (linkedDelegationId === delegationId) {
1448
+ this.codexSubagentDelegationIdsByThreadId.delete(threadId);
1449
+ }
1450
+ }
1451
+ for (const [childRunId, linkedDelegationId] of this
1452
+ .codexSubagentDelegationIdsByChildRunId) {
1453
+ if (linkedDelegationId === delegationId) {
1454
+ this.codexSubagentDelegationIdsByChildRunId.delete(childRunId);
1455
+ }
1456
+ }
1457
+ }
1458
+ codexSubagentLinkedWorkItemIds(receiverThreadIds) {
1459
+ const linked = receiverThreadIds
1460
+ .map((threadId) => this.codexSubagentThreadWorkItemIds.get(threadId))
1461
+ .filter((id) => Boolean(id));
1462
+ return Array.from(new Set(linked));
1463
+ }
1464
+ recordToolDerivedTaskProgress(event) {
1465
+ const args = this.toolArgsByCallId.get(event.toolCallId);
1466
+ this.toolArgsByCallId.delete(event.toolCallId);
1467
+ if (event.isError) {
1468
+ return;
1469
+ }
1470
+ if (event.toolName === "todo") {
1471
+ this.recordTodoTaskProgress(event, args);
1472
+ return;
1473
+ }
1474
+ if (event.toolName === "background_tasks" || event.toolName === "bash") {
1475
+ this.recordBackgroundTaskProgress(event, args);
1476
+ }
1477
+ }
1478
+ recordTodoTaskProgress(event, args) {
1479
+ const details = isRecord(event.result.details)
1480
+ ? event.result.details
1481
+ : undefined;
1482
+ if (!details) {
1483
+ return;
1484
+ }
1485
+ const rawGoal = nonEmptyString(args?.goal)?.trim();
1486
+ const goal = compactString(rawGoal, 512);
1487
+ const goalHash = rawGoal ? stableShortHash(rawGoal) : undefined;
1488
+ for (const item of recordArray(details.items)) {
1489
+ const id = compactString(item.id, 128);
1490
+ const content = compactString(item.content, 512);
1491
+ if (!id || !content) {
1492
+ continue;
1493
+ }
1494
+ const scopedId = goalScopedTodoId(id, rawGoal);
1495
+ const blockedBy = stringArray(item.blockedBy);
1496
+ const status = todoStatusToTaskStatus(item.status);
1497
+ this.recordTaskProgressEvent({
1498
+ source: "todo",
1499
+ id: scopedId,
1500
+ status,
1501
+ title: content,
1502
+ goal,
1503
+ toolCallId: event.toolCallId,
1504
+ toolExecutionId: materializedToolExecutionId(event),
1505
+ completionGate: "todo_status_projected",
1506
+ nextAction: status === "pending"
1507
+ ? "wait for task to start"
1508
+ : status === "running"
1509
+ ? "complete the active task"
1510
+ : "task completed",
1511
+ blocker: blockedBy.length > 0 ? blockedBy.join(", ") : undefined,
1512
+ payload: {
1513
+ task_id: id,
1514
+ todo_id: id,
1515
+ todo_scope: rawGoal ? "goal" : "session",
1516
+ todo_goal_hash: goalHash,
1517
+ todo_status: compactString(item.status),
1518
+ priority: compactString(item.priority),
1519
+ blocked_by: blockedBy,
1520
+ due: compactString(item.due),
1521
+ },
1522
+ });
1523
+ }
1524
+ }
1525
+ recordBackgroundTaskProgress(event, args) {
1526
+ const details = event.result.details;
1527
+ const candidates = Array.isArray(details)
1528
+ ? recordArray(details)
1529
+ : isRecord(details)
1530
+ ? [details]
1531
+ : [];
1532
+ for (const detail of candidates) {
1533
+ const id = compactString(detail.id ?? detail.taskId, 128);
1534
+ if (!id) {
1535
+ continue;
1536
+ }
1537
+ const statusLabel = compactString(detail.status, 64);
1538
+ if (!statusLabel) {
1539
+ continue;
1540
+ }
1541
+ const command = compactString(detail.command ?? args?.command, 512);
1542
+ const status = backgroundStatusToTaskStatus(statusLabel);
1543
+ this.recordTaskProgressEvent({
1544
+ source: "background",
1545
+ id,
1546
+ status,
1547
+ title: command
1548
+ ? `Background task: ${command}`
1549
+ : `Background task ${id}`,
1550
+ toolCallId: event.toolCallId,
1551
+ toolExecutionId: materializedToolExecutionId(event),
1552
+ completionGate: "background_task_status_projected",
1553
+ nextAction: status === "running"
1554
+ ? "monitor or stop the background task"
1555
+ : "inspect task result if needed",
1556
+ errorMessage: compactString(detail.failureReason, 512),
1557
+ payload: {
1558
+ background_task_id: id,
1559
+ background_task_status: statusLabel,
1560
+ command_summary: command,
1561
+ cwd: compactString(detail.cwd, 512),
1562
+ pid: typeof detail.pid === "number" ? detail.pid : undefined,
1563
+ shell_mode: compactString(detail.shellMode, 64),
1564
+ restart_attempts: finiteNumber(detail.restartAttempts),
1565
+ restart_max_attempts: finiteNumber(detail.restartMaxAttempts),
1566
+ log_truncated: typeof detail.logTruncated === "boolean"
1567
+ ? detail.logTruncated
1568
+ : undefined,
1569
+ monitoring_mode: compactString(detail.monitoringMode, 64),
1570
+ },
1571
+ });
1572
+ }
1573
+ }
1574
+ enqueue(operation) {
1575
+ this.pending = this.pending.then(operation, operation).then(() => { }, (error) => {
1576
+ logger.warn("Failed to record hosted AgentRuntime progress", {
1577
+ error: error instanceof Error ? error.message : String(error),
1578
+ session_id: this.sessionId,
1579
+ agent_run_id: this.hostedRunner?.agentRunId,
1580
+ });
1581
+ });
1582
+ }
1583
+ handles() {
1584
+ const runId = nonEmptyString(this.hostedRunner?.agentRunId);
1585
+ const leaseToken = nonEmptyString(this.hostedRunner?.agentRuntimeLeaseToken);
1586
+ if (!this.hostedRunner?.enabled || !runId || !leaseToken) {
1587
+ return null;
1588
+ }
1589
+ return { runId, leaseToken };
1590
+ }
1591
+ basePayload(values) {
1592
+ return {
1593
+ maestro_session_id: this.sessionId,
1594
+ ...(this.workspaceRoot ? { workspace_root: this.workspaceRoot } : {}),
1595
+ ...(this.hostedRunner?.workspaceId
1596
+ ? { workspace_id: this.hostedRunner.workspaceId }
1597
+ : {}),
1598
+ ...(this.hostedRunner?.runnerSessionId
1599
+ ? { runner_session_id: this.hostedRunner.runnerSessionId }
1600
+ : {}),
1601
+ ...(this.hostedRunner?.ownerInstanceId
1602
+ ? { owner_instance_id: this.hostedRunner.ownerInstanceId }
1603
+ : {}),
1604
+ ...(this.hostedRunner?.agentId
1605
+ ? { agent_id: this.hostedRunner.agentId }
1606
+ : {}),
1607
+ ...(this.hostedRunner?.agentRuntimeWorkerQueue
1608
+ ? { worker_queue: this.hostedRunner.agentRuntimeWorkerQueue }
1609
+ : {}),
1610
+ ...(this.hostedRunner?.agentRuntimeCorrelationPath
1611
+ ? { correlation_path: this.hostedRunner.agentRuntimeCorrelationPath }
1612
+ : {}),
1613
+ ...Object.fromEntries(Object.entries(values).filter(([, value]) => value !== undefined)),
1614
+ };
1615
+ }
1616
+ stepId(kind, id) {
1617
+ return `maestro:${safeIdPart(this.sessionId)}:${kind}:${safeIdPart(id)}`;
1618
+ }
1619
+ taskProgressId(source, id) {
1620
+ return this.stepId(source, id);
1621
+ }
1622
+ toolStepId(toolCallId) {
1623
+ return this.stepId("tool", toolCallId);
1624
+ }
1625
+ workItemId(toolCallId) {
1626
+ return this.stepId("work", toolCallId);
1627
+ }
1628
+ waitId(requestId) {
1629
+ return this.stepId("wait", requestId);
1630
+ }
1631
+ checkpointId(requestId) {
1632
+ return this.stepId("checkpoint", requestId);
1633
+ }
1634
+ resumeEventId(requestId) {
1635
+ return this.stepId("resume", requestId);
1636
+ }
1637
+ costId(turnId) {
1638
+ return this.stepId("cost", turnId);
1639
+ }
1640
+ meterRef(costId) {
1641
+ return `meter://maestro/model-usage/${safeIdPart(costId)}`;
1642
+ }
1643
+ }
1644
+ export function createHostedAgentRuntimeProgressRecorder(options) {
1645
+ if (!options.hostedRunner?.enabled) {
1646
+ return undefined;
1647
+ }
1648
+ return new HostedAgentRuntimeProgressRecorder(options);
1649
+ }
1650
+ //# sourceMappingURL=hosted-agent-runtime-progress.js.map