pulseed 0.6.5 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4556) hide show
  1. package/LICENSE +9 -17
  2. package/README.md +15 -122
  3. package/dist/index.d.ts +12 -169
  4. package/dist/index.js +14 -126
  5. package/dist/interface/cli/cli-runner.js +22 -132
  6. package/package.json +35 -47
  7. package/assets/seedy.png +0 -0
  8. package/dist/adapters/agents/a2a-adapter.d.ts +0 -49
  9. package/dist/adapters/agents/a2a-adapter.d.ts.map +0 -1
  10. package/dist/adapters/agents/a2a-adapter.js +0 -211
  11. package/dist/adapters/agents/a2a-adapter.js.map +0 -1
  12. package/dist/adapters/agents/a2a-client.d.ts +0 -28
  13. package/dist/adapters/agents/a2a-client.d.ts.map +0 -1
  14. package/dist/adapters/agents/a2a-client.js +0 -178
  15. package/dist/adapters/agents/a2a-client.js.map +0 -1
  16. package/dist/adapters/agents/agent-profile-loader.d.ts +0 -26
  17. package/dist/adapters/agents/agent-profile-loader.d.ts.map +0 -1
  18. package/dist/adapters/agents/agent-profile-loader.js +0 -88
  19. package/dist/adapters/agents/agent-profile-loader.js.map +0 -1
  20. package/dist/adapters/agents/claude-api.d.ts +0 -10
  21. package/dist/adapters/agents/claude-api.d.ts.map +0 -1
  22. package/dist/adapters/agents/claude-api.js +0 -65
  23. package/dist/adapters/agents/claude-api.js.map +0 -1
  24. package/dist/adapters/agents/claude-code-cli.d.ts +0 -21
  25. package/dist/adapters/agents/claude-code-cli.d.ts.map +0 -1
  26. package/dist/adapters/agents/claude-code-cli.js +0 -69
  27. package/dist/adapters/agents/claude-code-cli.js.map +0 -1
  28. package/dist/adapters/agents/native-agent-loop.d.ts +0 -7
  29. package/dist/adapters/agents/native-agent-loop.d.ts.map +0 -1
  30. package/dist/adapters/agents/native-agent-loop.js +0 -19
  31. package/dist/adapters/agents/native-agent-loop.js.map +0 -1
  32. package/dist/adapters/agents/openai-codex.d.ts +0 -38
  33. package/dist/adapters/agents/openai-codex.d.ts.map +0 -1
  34. package/dist/adapters/agents/openai-codex.js +0 -88
  35. package/dist/adapters/agents/openai-codex.js.map +0 -1
  36. package/dist/adapters/datasources/artifact-metric-datasource.d.ts +0 -31
  37. package/dist/adapters/datasources/artifact-metric-datasource.d.ts.map +0 -1
  38. package/dist/adapters/datasources/artifact-metric-datasource.js +0 -858
  39. package/dist/adapters/datasources/artifact-metric-datasource.js.map +0 -1
  40. package/dist/adapters/datasources/file-existence-datasource.d.ts +0 -16
  41. package/dist/adapters/datasources/file-existence-datasource.d.ts.map +0 -1
  42. package/dist/adapters/datasources/file-existence-datasource.js +0 -71
  43. package/dist/adapters/datasources/file-existence-datasource.js.map +0 -1
  44. package/dist/adapters/datasources/github-issue-datasource.d.ts +0 -58
  45. package/dist/adapters/datasources/github-issue-datasource.d.ts.map +0 -1
  46. package/dist/adapters/datasources/github-issue-datasource.js +0 -309
  47. package/dist/adapters/datasources/github-issue-datasource.js.map +0 -1
  48. package/dist/adapters/datasources/mcp-datasource.d.ts +0 -20
  49. package/dist/adapters/datasources/mcp-datasource.d.ts.map +0 -1
  50. package/dist/adapters/datasources/mcp-datasource.js +0 -116
  51. package/dist/adapters/datasources/mcp-datasource.js.map +0 -1
  52. package/dist/adapters/datasources/shell-datasource.d.ts +0 -36
  53. package/dist/adapters/datasources/shell-datasource.d.ts.map +0 -1
  54. package/dist/adapters/datasources/shell-datasource.js +0 -138
  55. package/dist/adapters/datasources/shell-datasource.js.map +0 -1
  56. package/dist/adapters/github-issue.d.ts +0 -93
  57. package/dist/adapters/github-issue.d.ts.map +0 -1
  58. package/dist/adapters/github-issue.js +0 -492
  59. package/dist/adapters/github-issue.js.map +0 -1
  60. package/dist/adapters/mcp-client-manager.d.ts +0 -22
  61. package/dist/adapters/mcp-client-manager.d.ts.map +0 -1
  62. package/dist/adapters/mcp-client-manager.js +0 -131
  63. package/dist/adapters/mcp-client-manager.js.map +0 -1
  64. package/dist/adapters/spawn-helper.d.ts +0 -34
  65. package/dist/adapters/spawn-helper.d.ts.map +0 -1
  66. package/dist/adapters/spawn-helper.js +0 -109
  67. package/dist/adapters/spawn-helper.js.map +0 -1
  68. package/dist/adapters/types/a2a.d.ts +0 -721
  69. package/dist/adapters/types/a2a.d.ts.map +0 -1
  70. package/dist/adapters/types/a2a.js +0 -114
  71. package/dist/adapters/types/a2a.js.map +0 -1
  72. package/dist/adapters/types/agent-profile.d.ts +0 -32
  73. package/dist/adapters/types/agent-profile.d.ts.map +0 -1
  74. package/dist/adapters/types/agent-profile.js +0 -16
  75. package/dist/adapters/types/agent-profile.js.map +0 -1
  76. package/dist/adapters/types/mcp.d.ts +0 -170
  77. package/dist/adapters/types/mcp.d.ts.map +0 -1
  78. package/dist/adapters/types/mcp.js +0 -30
  79. package/dist/adapters/types/mcp.js.map +0 -1
  80. package/dist/base/config/config-metadata.d.ts +0 -2
  81. package/dist/base/config/config-metadata.d.ts.map +0 -1
  82. package/dist/base/config/config-metadata.js +0 -4
  83. package/dist/base/config/config-metadata.js.map +0 -1
  84. package/dist/base/config/global-config.d.ts +0 -66
  85. package/dist/base/config/global-config.d.ts.map +0 -1
  86. package/dist/base/config/global-config.js +0 -83
  87. package/dist/base/config/global-config.js.map +0 -1
  88. package/dist/base/config/identity-loader.d.ts +0 -30
  89. package/dist/base/config/identity-loader.d.ts.map +0 -1
  90. package/dist/base/config/identity-loader.js +0 -128
  91. package/dist/base/config/identity-loader.js.map +0 -1
  92. package/dist/base/config/tool-metadata.d.ts +0 -28
  93. package/dist/base/config/tool-metadata.d.ts.map +0 -1
  94. package/dist/base/config/tool-metadata.js +0 -135
  95. package/dist/base/config/tool-metadata.js.map +0 -1
  96. package/dist/base/llm/base-llm-client.d.ts +0 -83
  97. package/dist/base/llm/base-llm-client.d.ts.map +0 -1
  98. package/dist/base/llm/base-llm-client.js +0 -210
  99. package/dist/base/llm/base-llm-client.js.map +0 -1
  100. package/dist/base/llm/codex-llm-client.d.ts +0 -60
  101. package/dist/base/llm/codex-llm-client.d.ts.map +0 -1
  102. package/dist/base/llm/codex-llm-client.js +0 -312
  103. package/dist/base/llm/codex-llm-client.js.map +0 -1
  104. package/dist/base/llm/json-sanitizer.d.ts +0 -34
  105. package/dist/base/llm/json-sanitizer.d.ts.map +0 -1
  106. package/dist/base/llm/json-sanitizer.js +0 -110
  107. package/dist/base/llm/json-sanitizer.js.map +0 -1
  108. package/dist/base/llm/llm-client.d.ts +0 -107
  109. package/dist/base/llm/llm-client.d.ts.map +0 -1
  110. package/dist/base/llm/llm-client.js +0 -281
  111. package/dist/base/llm/llm-client.js.map +0 -1
  112. package/dist/base/llm/ollama-client.d.ts +0 -28
  113. package/dist/base/llm/ollama-client.d.ts.map +0 -1
  114. package/dist/base/llm/ollama-client.js +0 -124
  115. package/dist/base/llm/ollama-client.js.map +0 -1
  116. package/dist/base/llm/openai-client.d.ts +0 -43
  117. package/dist/base/llm/openai-client.d.ts.map +0 -1
  118. package/dist/base/llm/openai-client.js +0 -260
  119. package/dist/base/llm/openai-client.js.map +0 -1
  120. package/dist/base/llm/provider-config.d.ts +0 -154
  121. package/dist/base/llm/provider-config.d.ts.map +0 -1
  122. package/dist/base/llm/provider-config.js +0 -553
  123. package/dist/base/llm/provider-config.js.map +0 -1
  124. package/dist/base/llm/provider-factory.d.ts +0 -24
  125. package/dist/base/llm/provider-factory.d.ts.map +0 -1
  126. package/dist/base/llm/provider-factory.js +0 -146
  127. package/dist/base/llm/provider-factory.js.map +0 -1
  128. package/dist/base/protocol/exact-protocol.d.ts +0 -47
  129. package/dist/base/protocol/exact-protocol.d.ts.map +0 -1
  130. package/dist/base/protocol/exact-protocol.js +0 -175
  131. package/dist/base/protocol/exact-protocol.js.map +0 -1
  132. package/dist/base/state/checkpoint-trust-port.d.ts +0 -4
  133. package/dist/base/state/checkpoint-trust-port.d.ts.map +0 -1
  134. package/dist/base/state/checkpoint-trust-port.js +0 -2
  135. package/dist/base/state/checkpoint-trust-port.js.map +0 -1
  136. package/dist/base/state/state-lock.d.ts +0 -17
  137. package/dist/base/state/state-lock.d.ts.map +0 -1
  138. package/dist/base/state/state-lock.js +0 -134
  139. package/dist/base/state/state-lock.js.map +0 -1
  140. package/dist/base/state/state-manager-goal-state.d.ts +0 -40
  141. package/dist/base/state/state-manager-goal-state.d.ts.map +0 -1
  142. package/dist/base/state/state-manager-goal-state.js +0 -235
  143. package/dist/base/state/state-manager-goal-state.js.map +0 -1
  144. package/dist/base/state/state-manager-goal-write.d.ts +0 -26
  145. package/dist/base/state/state-manager-goal-write.d.ts.map +0 -1
  146. package/dist/base/state/state-manager-goal-write.js +0 -116
  147. package/dist/base/state/state-manager-goal-write.js.map +0 -1
  148. package/dist/base/state/state-manager-wal.d.ts +0 -11
  149. package/dist/base/state/state-manager-wal.d.ts.map +0 -1
  150. package/dist/base/state/state-manager-wal.js +0 -101
  151. package/dist/base/state/state-manager-wal.js.map +0 -1
  152. package/dist/base/state/state-manager.d.ts +0 -147
  153. package/dist/base/state/state-manager.d.ts.map +0 -1
  154. package/dist/base/state/state-manager.js +0 -574
  155. package/dist/base/state/state-manager.js.map +0 -1
  156. package/dist/base/state/state-persistence.d.ts +0 -12
  157. package/dist/base/state/state-persistence.d.ts.map +0 -1
  158. package/dist/base/state/state-persistence.js +0 -58
  159. package/dist/base/state/state-persistence.js.map +0 -1
  160. package/dist/base/state/state-snapshot.d.ts +0 -12
  161. package/dist/base/state/state-snapshot.d.ts.map +0 -1
  162. package/dist/base/state/state-snapshot.js +0 -61
  163. package/dist/base/state/state-snapshot.js.map +0 -1
  164. package/dist/base/state/state-wal.d.ts +0 -27
  165. package/dist/base/state/state-wal.d.ts.map +0 -1
  166. package/dist/base/state/state-wal.js +0 -93
  167. package/dist/base/state/state-wal.js.map +0 -1
  168. package/dist/base/state/state-write-fence.d.ts +0 -7
  169. package/dist/base/state/state-write-fence.d.ts.map +0 -1
  170. package/dist/base/state/state-write-fence.js +0 -2
  171. package/dist/base/state/state-write-fence.js.map +0 -1
  172. package/dist/base/state/types/state.d.ts +0 -245
  173. package/dist/base/state/types/state.d.ts.map +0 -1
  174. package/dist/base/state/types/state.js +0 -36
  175. package/dist/base/state/types/state.js.map +0 -1
  176. package/dist/base/types/a2a.d.ts +0 -2
  177. package/dist/base/types/a2a.d.ts.map +0 -1
  178. package/dist/base/types/a2a.js +0 -3
  179. package/dist/base/types/a2a.js.map +0 -1
  180. package/dist/base/types/agent-profile.d.ts +0 -2
  181. package/dist/base/types/agent-profile.d.ts.map +0 -1
  182. package/dist/base/types/agent-profile.js +0 -3
  183. package/dist/base/types/agent-profile.js.map +0 -1
  184. package/dist/base/types/capability.d.ts +0 -2
  185. package/dist/base/types/capability.d.ts.map +0 -1
  186. package/dist/base/types/capability.js +0 -3
  187. package/dist/base/types/capability.js.map +0 -1
  188. package/dist/base/types/character.d.ts +0 -2
  189. package/dist/base/types/character.d.ts.map +0 -1
  190. package/dist/base/types/character.js +0 -3
  191. package/dist/base/types/character.js.map +0 -1
  192. package/dist/base/types/checkpoint.d.ts +0 -2
  193. package/dist/base/types/checkpoint.d.ts.map +0 -1
  194. package/dist/base/types/checkpoint.js +0 -3
  195. package/dist/base/types/checkpoint.js.map +0 -1
  196. package/dist/base/types/companion.d.ts +0 -2
  197. package/dist/base/types/companion.d.ts.map +0 -1
  198. package/dist/base/types/companion.js +0 -2
  199. package/dist/base/types/companion.js.map +0 -1
  200. package/dist/base/types/core.d.ts +0 -175
  201. package/dist/base/types/core.d.ts.map +0 -1
  202. package/dist/base/types/core.js +0 -161
  203. package/dist/base/types/core.js.map +0 -1
  204. package/dist/base/types/cross-portfolio.d.ts +0 -2
  205. package/dist/base/types/cross-portfolio.d.ts.map +0 -1
  206. package/dist/base/types/cross-portfolio.js +0 -3
  207. package/dist/base/types/cross-portfolio.js.map +0 -1
  208. package/dist/base/types/curiosity.d.ts +0 -2
  209. package/dist/base/types/curiosity.d.ts.map +0 -1
  210. package/dist/base/types/curiosity.js +0 -3
  211. package/dist/base/types/curiosity.js.map +0 -1
  212. package/dist/base/types/daemon.d.ts +0 -2
  213. package/dist/base/types/daemon.d.ts.map +0 -1
  214. package/dist/base/types/daemon.js +0 -3
  215. package/dist/base/types/daemon.js.map +0 -1
  216. package/dist/base/types/data-source.d.ts +0 -2
  217. package/dist/base/types/data-source.d.ts.map +0 -1
  218. package/dist/base/types/data-source.js +0 -3
  219. package/dist/base/types/data-source.js.map +0 -1
  220. package/dist/base/types/dependency.d.ts +0 -2
  221. package/dist/base/types/dependency.d.ts.map +0 -1
  222. package/dist/base/types/dependency.js +0 -3
  223. package/dist/base/types/dependency.js.map +0 -1
  224. package/dist/base/types/drive.d.ts +0 -2
  225. package/dist/base/types/drive.d.ts.map +0 -1
  226. package/dist/base/types/drive.js +0 -3
  227. package/dist/base/types/drive.js.map +0 -1
  228. package/dist/base/types/embedding.d.ts +0 -2
  229. package/dist/base/types/embedding.d.ts.map +0 -1
  230. package/dist/base/types/embedding.js +0 -3
  231. package/dist/base/types/embedding.js.map +0 -1
  232. package/dist/base/types/ethics.d.ts +0 -2
  233. package/dist/base/types/ethics.d.ts.map +0 -1
  234. package/dist/base/types/ethics.js +0 -3
  235. package/dist/base/types/ethics.js.map +0 -1
  236. package/dist/base/types/gap.d.ts +0 -2
  237. package/dist/base/types/gap.d.ts.map +0 -1
  238. package/dist/base/types/gap.js +0 -3
  239. package/dist/base/types/gap.js.map +0 -1
  240. package/dist/base/types/goal-activation.d.ts +0 -37
  241. package/dist/base/types/goal-activation.d.ts.map +0 -1
  242. package/dist/base/types/goal-activation.js +0 -13
  243. package/dist/base/types/goal-activation.js.map +0 -1
  244. package/dist/base/types/goal-refiner.d.ts +0 -2
  245. package/dist/base/types/goal-refiner.d.ts.map +0 -1
  246. package/dist/base/types/goal-refiner.js +0 -3
  247. package/dist/base/types/goal-refiner.js.map +0 -1
  248. package/dist/base/types/goal-tree.d.ts +0 -2
  249. package/dist/base/types/goal-tree.d.ts.map +0 -1
  250. package/dist/base/types/goal-tree.js +0 -3
  251. package/dist/base/types/goal-tree.js.map +0 -1
  252. package/dist/base/types/goal.d.ts +0 -2
  253. package/dist/base/types/goal.d.ts.map +0 -1
  254. package/dist/base/types/goal.js +0 -3
  255. package/dist/base/types/goal.js.map +0 -1
  256. package/dist/base/types/guardrail.d.ts +0 -2
  257. package/dist/base/types/guardrail.d.ts.map +0 -1
  258. package/dist/base/types/guardrail.js +0 -3
  259. package/dist/base/types/guardrail.js.map +0 -1
  260. package/dist/base/types/hook.d.ts +0 -2
  261. package/dist/base/types/hook.d.ts.map +0 -1
  262. package/dist/base/types/hook.js +0 -3
  263. package/dist/base/types/hook.js.map +0 -1
  264. package/dist/base/types/index.d.ts +0 -34
  265. package/dist/base/types/index.d.ts.map +0 -1
  266. package/dist/base/types/index.js +0 -34
  267. package/dist/base/types/index.js.map +0 -1
  268. package/dist/base/types/knowledge.d.ts +0 -2
  269. package/dist/base/types/knowledge.d.ts.map +0 -1
  270. package/dist/base/types/knowledge.js +0 -3
  271. package/dist/base/types/knowledge.js.map +0 -1
  272. package/dist/base/types/learning.d.ts +0 -2
  273. package/dist/base/types/learning.d.ts.map +0 -1
  274. package/dist/base/types/learning.js +0 -3
  275. package/dist/base/types/learning.js.map +0 -1
  276. package/dist/base/types/mcp.d.ts +0 -2
  277. package/dist/base/types/mcp.d.ts.map +0 -1
  278. package/dist/base/types/mcp.js +0 -3
  279. package/dist/base/types/mcp.js.map +0 -1
  280. package/dist/base/types/memory-lifecycle.d.ts +0 -2
  281. package/dist/base/types/memory-lifecycle.d.ts.map +0 -1
  282. package/dist/base/types/memory-lifecycle.js +0 -3
  283. package/dist/base/types/memory-lifecycle.js.map +0 -1
  284. package/dist/base/types/negotiation.d.ts +0 -2
  285. package/dist/base/types/negotiation.d.ts.map +0 -1
  286. package/dist/base/types/negotiation.js +0 -3
  287. package/dist/base/types/negotiation.js.map +0 -1
  288. package/dist/base/types/notification.d.ts +0 -2
  289. package/dist/base/types/notification.d.ts.map +0 -1
  290. package/dist/base/types/notification.js +0 -3
  291. package/dist/base/types/notification.js.map +0 -1
  292. package/dist/base/types/pipeline.d.ts +0 -2
  293. package/dist/base/types/pipeline.d.ts.map +0 -1
  294. package/dist/base/types/pipeline.js +0 -3
  295. package/dist/base/types/pipeline.js.map +0 -1
  296. package/dist/base/types/plugin.d.ts +0 -2
  297. package/dist/base/types/plugin.d.ts.map +0 -1
  298. package/dist/base/types/plugin.js +0 -3
  299. package/dist/base/types/plugin.js.map +0 -1
  300. package/dist/base/types/portfolio.d.ts +0 -2
  301. package/dist/base/types/portfolio.d.ts.map +0 -1
  302. package/dist/base/types/portfolio.js +0 -3
  303. package/dist/base/types/portfolio.js.map +0 -1
  304. package/dist/base/types/reflection.d.ts +0 -2
  305. package/dist/base/types/reflection.d.ts.map +0 -1
  306. package/dist/base/types/reflection.js +0 -3
  307. package/dist/base/types/reflection.js.map +0 -1
  308. package/dist/base/types/report.d.ts +0 -2
  309. package/dist/base/types/report.d.ts.map +0 -1
  310. package/dist/base/types/report.js +0 -3
  311. package/dist/base/types/report.js.map +0 -1
  312. package/dist/base/types/satisficing.d.ts +0 -2
  313. package/dist/base/types/satisficing.d.ts.map +0 -1
  314. package/dist/base/types/satisficing.js +0 -3
  315. package/dist/base/types/satisficing.js.map +0 -1
  316. package/dist/base/types/schedule.d.ts +0 -2
  317. package/dist/base/types/schedule.d.ts.map +0 -1
  318. package/dist/base/types/schedule.js +0 -3
  319. package/dist/base/types/schedule.js.map +0 -1
  320. package/dist/base/types/session.d.ts +0 -2
  321. package/dist/base/types/session.d.ts.map +0 -1
  322. package/dist/base/types/session.js +0 -3
  323. package/dist/base/types/session.js.map +0 -1
  324. package/dist/base/types/stall.d.ts +0 -2
  325. package/dist/base/types/stall.d.ts.map +0 -1
  326. package/dist/base/types/stall.js +0 -3
  327. package/dist/base/types/stall.js.map +0 -1
  328. package/dist/base/types/state.d.ts +0 -2
  329. package/dist/base/types/state.d.ts.map +0 -1
  330. package/dist/base/types/state.js +0 -3
  331. package/dist/base/types/state.js.map +0 -1
  332. package/dist/base/types/strategy.d.ts +0 -2
  333. package/dist/base/types/strategy.d.ts.map +0 -1
  334. package/dist/base/types/strategy.js +0 -3
  335. package/dist/base/types/strategy.js.map +0 -1
  336. package/dist/base/types/suggest.d.ts +0 -2
  337. package/dist/base/types/suggest.d.ts.map +0 -1
  338. package/dist/base/types/suggest.js +0 -3
  339. package/dist/base/types/suggest.js.map +0 -1
  340. package/dist/base/types/task-group.d.ts +0 -2
  341. package/dist/base/types/task-group.d.ts.map +0 -1
  342. package/dist/base/types/task-group.js +0 -3
  343. package/dist/base/types/task-group.js.map +0 -1
  344. package/dist/base/types/task.d.ts +0 -2
  345. package/dist/base/types/task.d.ts.map +0 -1
  346. package/dist/base/types/task.js +0 -3
  347. package/dist/base/types/task.js.map +0 -1
  348. package/dist/base/types/time-horizon.d.ts +0 -194
  349. package/dist/base/types/time-horizon.d.ts.map +0 -1
  350. package/dist/base/types/time-horizon.js +0 -59
  351. package/dist/base/types/time-horizon.js.map +0 -1
  352. package/dist/base/types/trigger.d.ts +0 -2
  353. package/dist/base/types/trigger.d.ts.map +0 -1
  354. package/dist/base/types/trigger.js +0 -3
  355. package/dist/base/types/trigger.js.map +0 -1
  356. package/dist/base/types/trust.d.ts +0 -2
  357. package/dist/base/types/trust.d.ts.map +0 -1
  358. package/dist/base/types/trust.js +0 -3
  359. package/dist/base/types/trust.js.map +0 -1
  360. package/dist/base/utils/errors.d.ts +0 -21
  361. package/dist/base/utils/errors.d.ts.map +0 -1
  362. package/dist/base/utils/errors.js +0 -42
  363. package/dist/base/utils/errors.js.map +0 -1
  364. package/dist/base/utils/execFileNoThrow.d.ts +0 -24
  365. package/dist/base/utils/execFileNoThrow.d.ts.map +0 -1
  366. package/dist/base/utils/execFileNoThrow.js +0 -112
  367. package/dist/base/utils/execFileNoThrow.js.map +0 -1
  368. package/dist/base/utils/json-io.d.ts +0 -33
  369. package/dist/base/utils/json-io.d.ts.map +0 -1
  370. package/dist/base/utils/json-io.js +0 -85
  371. package/dist/base/utils/json-io.js.map +0 -1
  372. package/dist/base/utils/paths.d.ts +0 -24
  373. package/dist/base/utils/paths.d.ts.map +0 -1
  374. package/dist/base/utils/paths.js +0 -60
  375. package/dist/base/utils/paths.js.map +0 -1
  376. package/dist/base/utils/pulseed-meta.d.ts +0 -4
  377. package/dist/base/utils/pulseed-meta.d.ts.map +0 -1
  378. package/dist/base/utils/pulseed-meta.js +0 -32
  379. package/dist/base/utils/pulseed-meta.js.map +0 -1
  380. package/dist/base/utils/sleep.d.ts +0 -2
  381. package/dist/base/utils/sleep.d.ts.map +0 -1
  382. package/dist/base/utils/sleep.js +0 -4
  383. package/dist/base/utils/sleep.js.map +0 -1
  384. package/dist/base/utils/workspace-path.d.ts +0 -6
  385. package/dist/base/utils/workspace-path.d.ts.map +0 -1
  386. package/dist/base/utils/workspace-path.js +0 -24
  387. package/dist/base/utils/workspace-path.js.map +0 -1
  388. package/dist/base/utils/workspace-root.d.ts +0 -6
  389. package/dist/base/utils/workspace-root.d.ts.map +0 -1
  390. package/dist/base/utils/workspace-root.js +0 -87
  391. package/dist/base/utils/workspace-root.js.map +0 -1
  392. package/dist/grounding/contracts.d.ts +0 -173
  393. package/dist/grounding/contracts.d.ts.map +0 -1
  394. package/dist/grounding/contracts.js +0 -2
  395. package/dist/grounding/contracts.js.map +0 -1
  396. package/dist/grounding/gateway.d.ts +0 -12
  397. package/dist/grounding/gateway.d.ts.map +0 -1
  398. package/dist/grounding/gateway.js +0 -117
  399. package/dist/grounding/gateway.js.map +0 -1
  400. package/dist/grounding/profiles.d.ts +0 -4
  401. package/dist/grounding/profiles.d.ts.map +0 -1
  402. package/dist/grounding/profiles.js +0 -159
  403. package/dist/grounding/profiles.js.map +0 -1
  404. package/dist/grounding/providers/agents-provider.d.ts +0 -14
  405. package/dist/grounding/providers/agents-provider.d.ts.map +0 -1
  406. package/dist/grounding/providers/agents-provider.js +0 -129
  407. package/dist/grounding/providers/agents-provider.js.map +0 -1
  408. package/dist/grounding/providers/goal-state-provider.d.ts +0 -3
  409. package/dist/grounding/providers/goal-state-provider.d.ts.map +0 -1
  410. package/dist/grounding/providers/goal-state-provider.js +0 -34
  411. package/dist/grounding/providers/goal-state-provider.js.map +0 -1
  412. package/dist/grounding/providers/helpers.d.ts +0 -13
  413. package/dist/grounding/providers/helpers.d.ts.map +0 -1
  414. package/dist/grounding/providers/helpers.js +0 -93
  415. package/dist/grounding/providers/helpers.js.map +0 -1
  416. package/dist/grounding/providers/knowledge-provider.d.ts +0 -3
  417. package/dist/grounding/providers/knowledge-provider.d.ts.map +0 -1
  418. package/dist/grounding/providers/knowledge-provider.js +0 -71
  419. package/dist/grounding/providers/knowledge-provider.js.map +0 -1
  420. package/dist/grounding/providers/lessons-provider.d.ts +0 -3
  421. package/dist/grounding/providers/lessons-provider.d.ts.map +0 -1
  422. package/dist/grounding/providers/lessons-provider.js +0 -36
  423. package/dist/grounding/providers/lessons-provider.js.map +0 -1
  424. package/dist/grounding/providers/plugins-provider.d.ts +0 -3
  425. package/dist/grounding/providers/plugins-provider.d.ts.map +0 -1
  426. package/dist/grounding/providers/plugins-provider.js +0 -35
  427. package/dist/grounding/providers/plugins-provider.js.map +0 -1
  428. package/dist/grounding/providers/progress-history-provider.d.ts +0 -3
  429. package/dist/grounding/providers/progress-history-provider.d.ts.map +0 -1
  430. package/dist/grounding/providers/progress-history-provider.js +0 -30
  431. package/dist/grounding/providers/progress-history-provider.js.map +0 -1
  432. package/dist/grounding/providers/provider-state-provider.d.ts +0 -3
  433. package/dist/grounding/providers/provider-state-provider.d.ts.map +0 -1
  434. package/dist/grounding/providers/provider-state-provider.js +0 -32
  435. package/dist/grounding/providers/provider-state-provider.js.map +0 -1
  436. package/dist/grounding/providers/session-history-provider.d.ts +0 -3
  437. package/dist/grounding/providers/session-history-provider.d.ts.map +0 -1
  438. package/dist/grounding/providers/session-history-provider.js +0 -72
  439. package/dist/grounding/providers/session-history-provider.js.map +0 -1
  440. package/dist/grounding/providers/soil-provider.d.ts +0 -3
  441. package/dist/grounding/providers/soil-provider.d.ts.map +0 -1
  442. package/dist/grounding/providers/soil-provider.js +0 -95
  443. package/dist/grounding/providers/soil-provider.js.map +0 -1
  444. package/dist/grounding/providers/static-policy-provider.d.ts +0 -10
  445. package/dist/grounding/providers/static-policy-provider.d.ts.map +0 -1
  446. package/dist/grounding/providers/static-policy-provider.js +0 -86
  447. package/dist/grounding/providers/static-policy-provider.js.map +0 -1
  448. package/dist/grounding/providers/task-state-provider.d.ts +0 -3
  449. package/dist/grounding/providers/task-state-provider.d.ts.map +0 -1
  450. package/dist/grounding/providers/task-state-provider.js +0 -55
  451. package/dist/grounding/providers/task-state-provider.js.map +0 -1
  452. package/dist/grounding/providers/trust-state-provider.d.ts +0 -3
  453. package/dist/grounding/providers/trust-state-provider.d.ts.map +0 -1
  454. package/dist/grounding/providers/trust-state-provider.js +0 -25
  455. package/dist/grounding/providers/trust-state-provider.js.map +0 -1
  456. package/dist/grounding/providers/workspace-facts-provider.d.ts +0 -3
  457. package/dist/grounding/providers/workspace-facts-provider.d.ts.map +0 -1
  458. package/dist/grounding/providers/workspace-facts-provider.js +0 -22
  459. package/dist/grounding/providers/workspace-facts-provider.js.map +0 -1
  460. package/dist/grounding/renderers/debug-renderer.d.ts +0 -3
  461. package/dist/grounding/renderers/debug-renderer.d.ts.map +0 -1
  462. package/dist/grounding/renderers/debug-renderer.js +0 -11
  463. package/dist/grounding/renderers/debug-renderer.js.map +0 -1
  464. package/dist/grounding/renderers/prompt-renderer.d.ts +0 -10
  465. package/dist/grounding/renderers/prompt-renderer.d.ts.map +0 -1
  466. package/dist/grounding/renderers/prompt-renderer.js +0 -23
  467. package/dist/grounding/renderers/prompt-renderer.js.map +0 -1
  468. package/dist/index.d.ts.map +0 -1
  469. package/dist/index.js.map +0 -1
  470. package/dist/interface/chat/chat-event-state.d.ts +0 -25
  471. package/dist/interface/chat/chat-event-state.d.ts.map +0 -1
  472. package/dist/interface/chat/chat-event-state.js +0 -329
  473. package/dist/interface/chat/chat-event-state.js.map +0 -1
  474. package/dist/interface/chat/chat-events.d.ts +0 -105
  475. package/dist/interface/chat/chat-events.d.ts.map +0 -1
  476. package/dist/interface/chat/chat-events.js +0 -2
  477. package/dist/interface/chat/chat-events.js.map +0 -1
  478. package/dist/interface/chat/chat-history.d.ts +0 -9040
  479. package/dist/interface/chat/chat-history.d.ts.map +0 -1
  480. package/dist/interface/chat/chat-history.js +0 -910
  481. package/dist/interface/chat/chat-history.js.map +0 -1
  482. package/dist/interface/chat/chat-runner-command-helpers.d.ts +0 -51
  483. package/dist/interface/chat/chat-runner-command-helpers.d.ts.map +0 -1
  484. package/dist/interface/chat/chat-runner-command-helpers.js +0 -190
  485. package/dist/interface/chat/chat-runner-command-helpers.js.map +0 -1
  486. package/dist/interface/chat/chat-runner-commands.d.ts +0 -56
  487. package/dist/interface/chat/chat-runner-commands.d.ts.map +0 -1
  488. package/dist/interface/chat/chat-runner-commands.js +0 -1116
  489. package/dist/interface/chat/chat-runner-commands.js.map +0 -1
  490. package/dist/interface/chat/chat-runner-contracts.d.ts +0 -157
  491. package/dist/interface/chat/chat-runner-contracts.d.ts.map +0 -1
  492. package/dist/interface/chat/chat-runner-contracts.js +0 -2
  493. package/dist/interface/chat/chat-runner-contracts.js.map +0 -1
  494. package/dist/interface/chat/chat-runner-event-bridge.d.ts +0 -81
  495. package/dist/interface/chat/chat-runner-event-bridge.d.ts.map +0 -1
  496. package/dist/interface/chat/chat-runner-event-bridge.js +0 -536
  497. package/dist/interface/chat/chat-runner-event-bridge.js.map +0 -1
  498. package/dist/interface/chat/chat-runner-routes.d.ts +0 -129
  499. package/dist/interface/chat/chat-runner-routes.d.ts.map +0 -1
  500. package/dist/interface/chat/chat-runner-routes.js +0 -1007
  501. package/dist/interface/chat/chat-runner-routes.js.map +0 -1
  502. package/dist/interface/chat/chat-runner-runtime.d.ts +0 -37
  503. package/dist/interface/chat/chat-runner-runtime.d.ts.map +0 -1
  504. package/dist/interface/chat/chat-runner-runtime.js +0 -244
  505. package/dist/interface/chat/chat-runner-runtime.js.map +0 -1
  506. package/dist/interface/chat/chat-runner-state.d.ts +0 -20
  507. package/dist/interface/chat/chat-runner-state.d.ts.map +0 -1
  508. package/dist/interface/chat/chat-runner-state.js +0 -157
  509. package/dist/interface/chat/chat-runner-state.js.map +0 -1
  510. package/dist/interface/chat/chat-runner-support.d.ts +0 -39
  511. package/dist/interface/chat/chat-runner-support.d.ts.map +0 -1
  512. package/dist/interface/chat/chat-runner-support.js +0 -170
  513. package/dist/interface/chat/chat-runner-support.js.map +0 -1
  514. package/dist/interface/chat/chat-runner.d.ts +0 -60
  515. package/dist/interface/chat/chat-runner.d.ts.map +0 -1
  516. package/dist/interface/chat/chat-runner.js +0 -1000
  517. package/dist/interface/chat/chat-runner.js.map +0 -1
  518. package/dist/interface/chat/chat-session-store.d.ts +0 -109
  519. package/dist/interface/chat/chat-session-store.d.ts.map +0 -1
  520. package/dist/interface/chat/chat-session-store.js +0 -479
  521. package/dist/interface/chat/chat-session-store.js.map +0 -1
  522. package/dist/interface/chat/chat-state-service.d.ts +0 -32
  523. package/dist/interface/chat/chat-state-service.d.ts.map +0 -1
  524. package/dist/interface/chat/chat-state-service.js +0 -82
  525. package/dist/interface/chat/chat-state-service.js.map +0 -1
  526. package/dist/interface/chat/chat-verifier.d.ts +0 -16
  527. package/dist/interface/chat/chat-verifier.d.ts.map +0 -1
  528. package/dist/interface/chat/chat-verifier.js +0 -41
  529. package/dist/interface/chat/chat-verifier.js.map +0 -1
  530. package/dist/interface/chat/cross-platform-session-global.d.ts +0 -6
  531. package/dist/interface/chat/cross-platform-session-global.d.ts.map +0 -1
  532. package/dist/interface/chat/cross-platform-session-global.js +0 -11
  533. package/dist/interface/chat/cross-platform-session-global.js.map +0 -1
  534. package/dist/interface/chat/cross-platform-session.d.ts +0 -148
  535. package/dist/interface/chat/cross-platform-session.d.ts.map +0 -1
  536. package/dist/interface/chat/cross-platform-session.js +0 -1056
  537. package/dist/interface/chat/cross-platform-session.js.map +0 -1
  538. package/dist/interface/chat/escalation.d.ts +0 -30
  539. package/dist/interface/chat/escalation.d.ts.map +0 -1
  540. package/dist/interface/chat/escalation.js +0 -53
  541. package/dist/interface/chat/escalation.js.map +0 -1
  542. package/dist/interface/chat/event-subscriber.d.ts +0 -50
  543. package/dist/interface/chat/event-subscriber.d.ts.map +0 -1
  544. package/dist/interface/chat/event-subscriber.js +0 -425
  545. package/dist/interface/chat/event-subscriber.js.map +0 -1
  546. package/dist/interface/chat/failure-recovery.d.ts +0 -53
  547. package/dist/interface/chat/failure-recovery.d.ts.map +0 -1
  548. package/dist/interface/chat/failure-recovery.js +0 -299
  549. package/dist/interface/chat/failure-recovery.js.map +0 -1
  550. package/dist/interface/chat/freeform-route-classifier.d.ts +0 -21
  551. package/dist/interface/chat/freeform-route-classifier.d.ts.map +0 -1
  552. package/dist/interface/chat/freeform-route-classifier.js +0 -43
  553. package/dist/interface/chat/freeform-route-classifier.js.map +0 -1
  554. package/dist/interface/chat/gateway-setup-status.d.ts +0 -33
  555. package/dist/interface/chat/gateway-setup-status.d.ts.map +0 -1
  556. package/dist/interface/chat/gateway-setup-status.js +0 -44
  557. package/dist/interface/chat/gateway-setup-status.js.map +0 -1
  558. package/dist/interface/chat/grounding.d.ts +0 -31
  559. package/dist/interface/chat/grounding.d.ts.map +0 -1
  560. package/dist/interface/chat/grounding.js +0 -105
  561. package/dist/interface/chat/grounding.js.map +0 -1
  562. package/dist/interface/chat/ingress-router.d.ts +0 -131
  563. package/dist/interface/chat/ingress-router.d.ts.map +0 -1
  564. package/dist/interface/chat/ingress-router.js +0 -312
  565. package/dist/interface/chat/ingress-router.js.map +0 -1
  566. package/dist/interface/chat/model-request-builder.d.ts +0 -37
  567. package/dist/interface/chat/model-request-builder.d.ts.map +0 -1
  568. package/dist/interface/chat/model-request-builder.js +0 -76
  569. package/dist/interface/chat/model-request-builder.js.map +0 -1
  570. package/dist/interface/chat/mutation-tool-defs.d.ts +0 -36
  571. package/dist/interface/chat/mutation-tool-defs.d.ts.map +0 -1
  572. package/dist/interface/chat/mutation-tool-defs.js +0 -149
  573. package/dist/interface/chat/mutation-tool-defs.js.map +0 -1
  574. package/dist/interface/chat/operation-progress.d.ts +0 -17
  575. package/dist/interface/chat/operation-progress.d.ts.map +0 -1
  576. package/dist/interface/chat/operation-progress.js +0 -29
  577. package/dist/interface/chat/operation-progress.js.map +0 -1
  578. package/dist/interface/chat/setup-config-write.d.ts +0 -27
  579. package/dist/interface/chat/setup-config-write.d.ts.map +0 -1
  580. package/dist/interface/chat/setup-config-write.js +0 -79
  581. package/dist/interface/chat/setup-config-write.js.map +0 -1
  582. package/dist/interface/chat/setup-dialogue.d.ts +0 -199
  583. package/dist/interface/chat/setup-dialogue.d.ts.map +0 -1
  584. package/dist/interface/chat/setup-dialogue.js +0 -97
  585. package/dist/interface/chat/setup-dialogue.js.map +0 -1
  586. package/dist/interface/chat/setup-secret-intake.d.ts +0 -68
  587. package/dist/interface/chat/setup-secret-intake.d.ts.map +0 -1
  588. package/dist/interface/chat/setup-secret-intake.js +0 -84
  589. package/dist/interface/chat/setup-secret-intake.js.map +0 -1
  590. package/dist/interface/chat/tend-command.d.ts +0 -59
  591. package/dist/interface/chat/tend-command.d.ts.map +0 -1
  592. package/dist/interface/chat/tend-command.js +0 -262
  593. package/dist/interface/chat/tend-command.js.map +0 -1
  594. package/dist/interface/chat/turn-context.d.ts +0 -200
  595. package/dist/interface/chat/turn-context.d.ts.map +0 -1
  596. package/dist/interface/chat/turn-context.js +0 -249
  597. package/dist/interface/chat/turn-context.js.map +0 -1
  598. package/dist/interface/chat/turn-language.d.ts +0 -23
  599. package/dist/interface/chat/turn-language.d.ts.map +0 -1
  600. package/dist/interface/chat/turn-language.js +0 -46
  601. package/dist/interface/chat/turn-language.js.map +0 -1
  602. package/dist/interface/chat/turn-protocol.d.ts +0 -35
  603. package/dist/interface/chat/turn-protocol.d.ts.map +0 -1
  604. package/dist/interface/chat/turn-protocol.js +0 -27
  605. package/dist/interface/chat/turn-protocol.js.map +0 -1
  606. package/dist/interface/chat/user-input.d.ts +0 -55
  607. package/dist/interface/chat/user-input.d.ts.map +0 -1
  608. package/dist/interface/chat/user-input.js +0 -52
  609. package/dist/interface/chat/user-input.js.map +0 -1
  610. package/dist/interface/cli/cli-command-registry.d.ts +0 -16
  611. package/dist/interface/cli/cli-command-registry.d.ts.map +0 -1
  612. package/dist/interface/cli/cli-command-registry.js +0 -482
  613. package/dist/interface/cli/cli-command-registry.js.map +0 -1
  614. package/dist/interface/cli/cli-logger.d.ts +0 -3
  615. package/dist/interface/cli/cli-logger.d.ts.map +0 -1
  616. package/dist/interface/cli/cli-logger.js +0 -12
  617. package/dist/interface/cli/cli-logger.js.map +0 -1
  618. package/dist/interface/cli/cli-runner.d.ts +0 -32
  619. package/dist/interface/cli/cli-runner.d.ts.map +0 -1
  620. package/dist/interface/cli/cli-runner.js.map +0 -1
  621. package/dist/interface/cli/commands/approval.d.ts +0 -3
  622. package/dist/interface/cli/commands/approval.d.ts.map +0 -1
  623. package/dist/interface/cli/commands/approval.js +0 -112
  624. package/dist/interface/cli/commands/approval.js.map +0 -1
  625. package/dist/interface/cli/commands/config.d.ts +0 -14
  626. package/dist/interface/cli/commands/config.d.ts.map +0 -1
  627. package/dist/interface/cli/commands/config.js +0 -557
  628. package/dist/interface/cli/commands/config.js.map +0 -1
  629. package/dist/interface/cli/commands/daemon-shared.d.ts +0 -44
  630. package/dist/interface/cli/commands/daemon-shared.d.ts.map +0 -1
  631. package/dist/interface/cli/commands/daemon-shared.js +0 -174
  632. package/dist/interface/cli/commands/daemon-shared.js.map +0 -1
  633. package/dist/interface/cli/commands/daemon.d.ts +0 -8
  634. package/dist/interface/cli/commands/daemon.d.ts.map +0 -1
  635. package/dist/interface/cli/commands/daemon.js +0 -778
  636. package/dist/interface/cli/commands/daemon.js.map +0 -1
  637. package/dist/interface/cli/commands/doctor.d.ts +0 -24
  638. package/dist/interface/cli/commands/doctor.d.ts.map +0 -1
  639. package/dist/interface/cli/commands/doctor.js +0 -634
  640. package/dist/interface/cli/commands/doctor.js.map +0 -1
  641. package/dist/interface/cli/commands/gateway.d.ts +0 -3
  642. package/dist/interface/cli/commands/gateway.d.ts.map +0 -1
  643. package/dist/interface/cli/commands/gateway.js +0 -110
  644. package/dist/interface/cli/commands/gateway.js.map +0 -1
  645. package/dist/interface/cli/commands/goal-dispatch.d.ts +0 -13
  646. package/dist/interface/cli/commands/goal-dispatch.d.ts.map +0 -1
  647. package/dist/interface/cli/commands/goal-dispatch.js +0 -220
  648. package/dist/interface/cli/commands/goal-dispatch.js.map +0 -1
  649. package/dist/interface/cli/commands/goal-infer.d.ts +0 -9
  650. package/dist/interface/cli/commands/goal-infer.d.ts.map +0 -1
  651. package/dist/interface/cli/commands/goal-infer.js +0 -71
  652. package/dist/interface/cli/commands/goal-infer.js.map +0 -1
  653. package/dist/interface/cli/commands/goal-raw.d.ts +0 -10
  654. package/dist/interface/cli/commands/goal-raw.d.ts.map +0 -1
  655. package/dist/interface/cli/commands/goal-raw.js +0 -138
  656. package/dist/interface/cli/commands/goal-raw.js.map +0 -1
  657. package/dist/interface/cli/commands/goal-read.d.ts +0 -9
  658. package/dist/interface/cli/commands/goal-read.d.ts.map +0 -1
  659. package/dist/interface/cli/commands/goal-read.js +0 -259
  660. package/dist/interface/cli/commands/goal-read.js.map +0 -1
  661. package/dist/interface/cli/commands/goal-utils.d.ts +0 -70
  662. package/dist/interface/cli/commands/goal-utils.d.ts.map +0 -1
  663. package/dist/interface/cli/commands/goal-utils.js +0 -309
  664. package/dist/interface/cli/commands/goal-utils.js.map +0 -1
  665. package/dist/interface/cli/commands/goal-write.d.ts +0 -15
  666. package/dist/interface/cli/commands/goal-write.d.ts.map +0 -1
  667. package/dist/interface/cli/commands/goal-write.js +0 -351
  668. package/dist/interface/cli/commands/goal-write.js.map +0 -1
  669. package/dist/interface/cli/commands/goal.d.ts +0 -3
  670. package/dist/interface/cli/commands/goal.d.ts.map +0 -1
  671. package/dist/interface/cli/commands/goal.js +0 -6
  672. package/dist/interface/cli/commands/goal.js.map +0 -1
  673. package/dist/interface/cli/commands/install.d.ts +0 -17
  674. package/dist/interface/cli/commands/install.d.ts.map +0 -1
  675. package/dist/interface/cli/commands/install.js +0 -155
  676. package/dist/interface/cli/commands/install.js.map +0 -1
  677. package/dist/interface/cli/commands/knowledge.d.ts +0 -5
  678. package/dist/interface/cli/commands/knowledge.d.ts.map +0 -1
  679. package/dist/interface/cli/commands/knowledge.js +0 -127
  680. package/dist/interface/cli/commands/knowledge.js.map +0 -1
  681. package/dist/interface/cli/commands/logs.d.ts +0 -2
  682. package/dist/interface/cli/commands/logs.d.ts.map +0 -1
  683. package/dist/interface/cli/commands/logs.js +0 -201
  684. package/dist/interface/cli/commands/logs.js.map +0 -1
  685. package/dist/interface/cli/commands/memory.d.ts +0 -3
  686. package/dist/interface/cli/commands/memory.d.ts.map +0 -1
  687. package/dist/interface/cli/commands/memory.js +0 -78
  688. package/dist/interface/cli/commands/memory.js.map +0 -1
  689. package/dist/interface/cli/commands/notify.d.ts +0 -2
  690. package/dist/interface/cli/commands/notify.d.ts.map +0 -1
  691. package/dist/interface/cli/commands/notify.js +0 -295
  692. package/dist/interface/cli/commands/notify.js.map +0 -1
  693. package/dist/interface/cli/commands/operator-binding-status.d.ts +0 -59
  694. package/dist/interface/cli/commands/operator-binding-status.d.ts.map +0 -1
  695. package/dist/interface/cli/commands/operator-binding-status.js +0 -257
  696. package/dist/interface/cli/commands/operator-binding-status.js.map +0 -1
  697. package/dist/interface/cli/commands/playbook.d.ts +0 -3
  698. package/dist/interface/cli/commands/playbook.d.ts.map +0 -1
  699. package/dist/interface/cli/commands/playbook.js +0 -96
  700. package/dist/interface/cli/commands/playbook.js.map +0 -1
  701. package/dist/interface/cli/commands/plugin.d.ts +0 -9
  702. package/dist/interface/cli/commands/plugin.d.ts.map +0 -1
  703. package/dist/interface/cli/commands/plugin.js +0 -430
  704. package/dist/interface/cli/commands/plugin.js.map +0 -1
  705. package/dist/interface/cli/commands/presets/root-presets.d.ts +0 -19
  706. package/dist/interface/cli/commands/presets/root-presets.d.ts.map +0 -1
  707. package/dist/interface/cli/commands/presets/root-presets.js +0 -65
  708. package/dist/interface/cli/commands/presets/root-presets.js.map +0 -1
  709. package/dist/interface/cli/commands/profile.d.ts +0 -3
  710. package/dist/interface/cli/commands/profile.d.ts.map +0 -1
  711. package/dist/interface/cli/commands/profile.js +0 -459
  712. package/dist/interface/cli/commands/profile.js.map +0 -1
  713. package/dist/interface/cli/commands/report.d.ts +0 -3
  714. package/dist/interface/cli/commands/report.d.ts.map +0 -1
  715. package/dist/interface/cli/commands/report.js +0 -29
  716. package/dist/interface/cli/commands/report.js.map +0 -1
  717. package/dist/interface/cli/commands/run.d.ts +0 -7
  718. package/dist/interface/cli/commands/run.d.ts.map +0 -1
  719. package/dist/interface/cli/commands/run.js +0 -185
  720. package/dist/interface/cli/commands/run.js.map +0 -1
  721. package/dist/interface/cli/commands/runtime.d.ts +0 -3
  722. package/dist/interface/cli/commands/runtime.d.ts.map +0 -1
  723. package/dist/interface/cli/commands/runtime.js +0 -742
  724. package/dist/interface/cli/commands/runtime.js.map +0 -1
  725. package/dist/interface/cli/commands/schedule/cost.d.ts +0 -3
  726. package/dist/interface/cli/commands/schedule/cost.d.ts.map +0 -1
  727. package/dist/interface/cli/commands/schedule/cost.js +0 -84
  728. package/dist/interface/cli/commands/schedule/cost.js.map +0 -1
  729. package/dist/interface/cli/commands/schedule/edit.d.ts +0 -4
  730. package/dist/interface/cli/commands/schedule/edit.d.ts.map +0 -1
  731. package/dist/interface/cli/commands/schedule/edit.js +0 -92
  732. package/dist/interface/cli/commands/schedule/edit.js.map +0 -1
  733. package/dist/interface/cli/commands/schedule/history.d.ts +0 -3
  734. package/dist/interface/cli/commands/schedule/history.d.ts.map +0 -1
  735. package/dist/interface/cli/commands/schedule/history.js +0 -43
  736. package/dist/interface/cli/commands/schedule/history.js.map +0 -1
  737. package/dist/interface/cli/commands/schedule/run-now.d.ts +0 -5
  738. package/dist/interface/cli/commands/schedule/run-now.d.ts.map +0 -1
  739. package/dist/interface/cli/commands/schedule/run-now.js +0 -94
  740. package/dist/interface/cli/commands/schedule/run-now.js.map +0 -1
  741. package/dist/interface/cli/commands/schedule/shared.d.ts +0 -12
  742. package/dist/interface/cli/commands/schedule/shared.d.ts.map +0 -1
  743. package/dist/interface/cli/commands/schedule/shared.js +0 -63
  744. package/dist/interface/cli/commands/schedule/shared.js.map +0 -1
  745. package/dist/interface/cli/commands/schedule.d.ts +0 -4
  746. package/dist/interface/cli/commands/schedule.d.ts.map +0 -1
  747. package/dist/interface/cli/commands/schedule.js +0 -333
  748. package/dist/interface/cli/commands/schedule.js.map +0 -1
  749. package/dist/interface/cli/commands/setup/import/apply.d.ts +0 -3
  750. package/dist/interface/cli/commands/setup/import/apply.d.ts.map +0 -1
  751. package/dist/interface/cli/commands/setup/import/apply.js +0 -205
  752. package/dist/interface/cli/commands/setup/import/apply.js.map +0 -1
  753. package/dist/interface/cli/commands/setup/import/constants.d.ts +0 -5
  754. package/dist/interface/cli/commands/setup/import/constants.d.ts.map +0 -1
  755. package/dist/interface/cli/commands/setup/import/constants.js +0 -24
  756. package/dist/interface/cli/commands/setup/import/constants.js.map +0 -1
  757. package/dist/interface/cli/commands/setup/import/discovery.d.ts +0 -3
  758. package/dist/interface/cli/commands/setup/import/discovery.d.ts.map +0 -1
  759. package/dist/interface/cli/commands/setup/import/discovery.js +0 -241
  760. package/dist/interface/cli/commands/setup/import/discovery.js.map +0 -1
  761. package/dist/interface/cli/commands/setup/import/flow.d.ts +0 -5
  762. package/dist/interface/cli/commands/setup/import/flow.d.ts.map +0 -1
  763. package/dist/interface/cli/commands/setup/import/flow.js +0 -149
  764. package/dist/interface/cli/commands/setup/import/flow.js.map +0 -1
  765. package/dist/interface/cli/commands/setup/import/fs-utils.d.ts +0 -10
  766. package/dist/interface/cli/commands/setup/import/fs-utils.d.ts.map +0 -1
  767. package/dist/interface/cli/commands/setup/import/fs-utils.js +0 -109
  768. package/dist/interface/cli/commands/setup/import/fs-utils.js.map +0 -1
  769. package/dist/interface/cli/commands/setup/import/mcp.d.ts +0 -4
  770. package/dist/interface/cli/commands/setup/import/mcp.d.ts.map +0 -1
  771. package/dist/interface/cli/commands/setup/import/mcp.js +0 -73
  772. package/dist/interface/cli/commands/setup/import/mcp.js.map +0 -1
  773. package/dist/interface/cli/commands/setup/import/parse.d.ts +0 -7
  774. package/dist/interface/cli/commands/setup/import/parse.d.ts.map +0 -1
  775. package/dist/interface/cli/commands/setup/import/parse.js +0 -40
  776. package/dist/interface/cli/commands/setup/import/parse.js.map +0 -1
  777. package/dist/interface/cli/commands/setup/import/provider.d.ts +0 -6
  778. package/dist/interface/cli/commands/setup/import/provider.d.ts.map +0 -1
  779. package/dist/interface/cli/commands/setup/import/provider.js +0 -240
  780. package/dist/interface/cli/commands/setup/import/provider.js.map +0 -1
  781. package/dist/interface/cli/commands/setup/import/telegram.d.ts +0 -5
  782. package/dist/interface/cli/commands/setup/import/telegram.d.ts.map +0 -1
  783. package/dist/interface/cli/commands/setup/import/telegram.js +0 -109
  784. package/dist/interface/cli/commands/setup/import/telegram.js.map +0 -1
  785. package/dist/interface/cli/commands/setup/import/types.d.ts +0 -67
  786. package/dist/interface/cli/commands/setup/import/types.d.ts.map +0 -1
  787. package/dist/interface/cli/commands/setup/import/types.js +0 -2
  788. package/dist/interface/cli/commands/setup/import/types.js.map +0 -1
  789. package/dist/interface/cli/commands/setup/steps-adapter.d.ts +0 -3
  790. package/dist/interface/cli/commands/setup/steps-adapter.d.ts.map +0 -1
  791. package/dist/interface/cli/commands/setup/steps-adapter.js +0 -50
  792. package/dist/interface/cli/commands/setup/steps-adapter.js.map +0 -1
  793. package/dist/interface/cli/commands/setup/steps-gateway.d.ts +0 -19
  794. package/dist/interface/cli/commands/setup/steps-gateway.d.ts.map +0 -1
  795. package/dist/interface/cli/commands/setup/steps-gateway.js +0 -355
  796. package/dist/interface/cli/commands/setup/steps-gateway.js.map +0 -1
  797. package/dist/interface/cli/commands/setup/steps-identity.d.ts +0 -6
  798. package/dist/interface/cli/commands/setup/steps-identity.d.ts.map +0 -1
  799. package/dist/interface/cli/commands/setup/steps-identity.js +0 -77
  800. package/dist/interface/cli/commands/setup/steps-identity.js.map +0 -1
  801. package/dist/interface/cli/commands/setup/steps-notification.d.ts +0 -4
  802. package/dist/interface/cli/commands/setup/steps-notification.d.ts.map +0 -1
  803. package/dist/interface/cli/commands/setup/steps-notification.js +0 -62
  804. package/dist/interface/cli/commands/setup/steps-notification.js.map +0 -1
  805. package/dist/interface/cli/commands/setup/steps-provider.d.ts +0 -12
  806. package/dist/interface/cli/commands/setup/steps-provider.d.ts.map +0 -1
  807. package/dist/interface/cli/commands/setup/steps-provider.js +0 -255
  808. package/dist/interface/cli/commands/setup/steps-provider.js.map +0 -1
  809. package/dist/interface/cli/commands/setup/steps-runtime.d.ts +0 -12
  810. package/dist/interface/cli/commands/setup/steps-runtime.d.ts.map +0 -1
  811. package/dist/interface/cli/commands/setup/steps-runtime.js +0 -166
  812. package/dist/interface/cli/commands/setup/steps-runtime.js.map +0 -1
  813. package/dist/interface/cli/commands/setup/utils.d.ts +0 -2
  814. package/dist/interface/cli/commands/setup/utils.d.ts.map +0 -1
  815. package/dist/interface/cli/commands/setup/utils.js +0 -9
  816. package/dist/interface/cli/commands/setup/utils.js.map +0 -1
  817. package/dist/interface/cli/commands/setup-shared.d.ts +0 -28
  818. package/dist/interface/cli/commands/setup-shared.d.ts.map +0 -1
  819. package/dist/interface/cli/commands/setup-shared.js +0 -104
  820. package/dist/interface/cli/commands/setup-shared.js.map +0 -1
  821. package/dist/interface/cli/commands/setup-wizard.d.ts +0 -35
  822. package/dist/interface/cli/commands/setup-wizard.d.ts.map +0 -1
  823. package/dist/interface/cli/commands/setup-wizard.js +0 -789
  824. package/dist/interface/cli/commands/setup-wizard.js.map +0 -1
  825. package/dist/interface/cli/commands/setup.d.ts +0 -2
  826. package/dist/interface/cli/commands/setup.d.ts.map +0 -1
  827. package/dist/interface/cli/commands/setup.js +0 -167
  828. package/dist/interface/cli/commands/setup.js.map +0 -1
  829. package/dist/interface/cli/commands/skills.d.ts +0 -3
  830. package/dist/interface/cli/commands/skills.d.ts.map +0 -1
  831. package/dist/interface/cli/commands/skills.js +0 -90
  832. package/dist/interface/cli/commands/skills.js.map +0 -1
  833. package/dist/interface/cli/commands/suggest-normalizer.d.ts +0 -21
  834. package/dist/interface/cli/commands/suggest-normalizer.d.ts.map +0 -1
  835. package/dist/interface/cli/commands/suggest-normalizer.js +0 -359
  836. package/dist/interface/cli/commands/suggest-normalizer.js.map +0 -1
  837. package/dist/interface/cli/commands/suggest.d.ts +0 -5
  838. package/dist/interface/cli/commands/suggest.d.ts.map +0 -1
  839. package/dist/interface/cli/commands/suggest.js +0 -238
  840. package/dist/interface/cli/commands/suggest.js.map +0 -1
  841. package/dist/interface/cli/commands/task-read.d.ts +0 -4
  842. package/dist/interface/cli/commands/task-read.d.ts.map +0 -1
  843. package/dist/interface/cli/commands/task-read.js +0 -195
  844. package/dist/interface/cli/commands/task-read.js.map +0 -1
  845. package/dist/interface/cli/commands/telegram.d.ts +0 -2
  846. package/dist/interface/cli/commands/telegram.d.ts.map +0 -1
  847. package/dist/interface/cli/commands/telegram.js +0 -163
  848. package/dist/interface/cli/commands/telegram.js.map +0 -1
  849. package/dist/interface/cli/commands/usage.d.ts +0 -3
  850. package/dist/interface/cli/commands/usage.d.ts.map +0 -1
  851. package/dist/interface/cli/commands/usage.js +0 -233
  852. package/dist/interface/cli/commands/usage.js.map +0 -1
  853. package/dist/interface/cli/data-source-bootstrap.d.ts +0 -11
  854. package/dist/interface/cli/data-source-bootstrap.d.ts.map +0 -1
  855. package/dist/interface/cli/data-source-bootstrap.js +0 -81
  856. package/dist/interface/cli/data-source-bootstrap.js.map +0 -1
  857. package/dist/interface/cli/ensure-api-key.d.ts +0 -22
  858. package/dist/interface/cli/ensure-api-key.d.ts.map +0 -1
  859. package/dist/interface/cli/ensure-api-key.js +0 -96
  860. package/dist/interface/cli/ensure-api-key.js.map +0 -1
  861. package/dist/interface/cli/setup.d.ts +0 -49
  862. package/dist/interface/cli/setup.d.ts.map +0 -1
  863. package/dist/interface/cli/setup.js +0 -376
  864. package/dist/interface/cli/setup.js.map +0 -1
  865. package/dist/interface/cli/utils/loop-runner.d.ts +0 -9
  866. package/dist/interface/cli/utils/loop-runner.d.ts.map +0 -1
  867. package/dist/interface/cli/utils/loop-runner.js +0 -84
  868. package/dist/interface/cli/utils/loop-runner.js.map +0 -1
  869. package/dist/interface/cli/utils.d.ts +0 -10
  870. package/dist/interface/cli/utils.d.ts.map +0 -1
  871. package/dist/interface/cli/utils.js +0 -184
  872. package/dist/interface/cli/utils.js.map +0 -1
  873. package/dist/interface/mcp-server/index.d.ts +0 -4
  874. package/dist/interface/mcp-server/index.d.ts.map +0 -1
  875. package/dist/interface/mcp-server/index.js +0 -67
  876. package/dist/interface/mcp-server/index.js.map +0 -1
  877. package/dist/interface/mcp-server/tools.d.ts +0 -35
  878. package/dist/interface/mcp-server/tools.d.ts.map +0 -1
  879. package/dist/interface/mcp-server/tools.js +0 -160
  880. package/dist/interface/mcp-server/tools.js.map +0 -1
  881. package/dist/interface/tui/actions.d.ts +0 -39
  882. package/dist/interface/tui/actions.d.ts.map +0 -1
  883. package/dist/interface/tui/actions.js +0 -239
  884. package/dist/interface/tui/actions.js.map +0 -1
  885. package/dist/interface/tui/app.d.ts +0 -43
  886. package/dist/interface/tui/app.d.ts.map +0 -1
  887. package/dist/interface/tui/app.js +0 -730
  888. package/dist/interface/tui/app.js.map +0 -1
  889. package/dist/interface/tui/bash-mode.d.ts +0 -11
  890. package/dist/interface/tui/bash-mode.d.ts.map +0 -1
  891. package/dist/interface/tui/bash-mode.js +0 -57
  892. package/dist/interface/tui/bash-mode.js.map +0 -1
  893. package/dist/interface/tui/chat/scroll.d.ts +0 -30
  894. package/dist/interface/tui/chat/scroll.d.ts.map +0 -1
  895. package/dist/interface/tui/chat/scroll.js +0 -116
  896. package/dist/interface/tui/chat/scroll.js.map +0 -1
  897. package/dist/interface/tui/chat/suggestions.d.ts +0 -8
  898. package/dist/interface/tui/chat/suggestions.d.ts.map +0 -1
  899. package/dist/interface/tui/chat/suggestions.js +0 -226
  900. package/dist/interface/tui/chat/suggestions.js.map +0 -1
  901. package/dist/interface/tui/chat/types.d.ts +0 -33
  902. package/dist/interface/tui/chat/types.d.ts.map +0 -1
  903. package/dist/interface/tui/chat/types.js +0 -2
  904. package/dist/interface/tui/chat/types.js.map +0 -1
  905. package/dist/interface/tui/chat/viewport.d.ts +0 -3
  906. package/dist/interface/tui/chat/viewport.d.ts.map +0 -1
  907. package/dist/interface/tui/chat/viewport.js +0 -130
  908. package/dist/interface/tui/chat/viewport.js.map +0 -1
  909. package/dist/interface/tui/chat-surface.d.ts +0 -25
  910. package/dist/interface/tui/chat-surface.d.ts.map +0 -1
  911. package/dist/interface/tui/chat-surface.js +0 -88
  912. package/dist/interface/tui/chat-surface.js.map +0 -1
  913. package/dist/interface/tui/chat.d.ts +0 -28
  914. package/dist/interface/tui/chat.d.ts.map +0 -1
  915. package/dist/interface/tui/chat.js +0 -414
  916. package/dist/interface/tui/chat.js.map +0 -1
  917. package/dist/interface/tui/checkerboard-spinner.d.ts +0 -3
  918. package/dist/interface/tui/checkerboard-spinner.d.ts.map +0 -1
  919. package/dist/interface/tui/checkerboard-spinner.js +0 -20
  920. package/dist/interface/tui/checkerboard-spinner.js.map +0 -1
  921. package/dist/interface/tui/clipboard.d.ts +0 -8
  922. package/dist/interface/tui/clipboard.d.ts.map +0 -1
  923. package/dist/interface/tui/clipboard.js +0 -68
  924. package/dist/interface/tui/clipboard.js.map +0 -1
  925. package/dist/interface/tui/cursor-tracker.d.ts +0 -41
  926. package/dist/interface/tui/cursor-tracker.d.ts.map +0 -1
  927. package/dist/interface/tui/cursor-tracker.js +0 -141
  928. package/dist/interface/tui/cursor-tracker.js.map +0 -1
  929. package/dist/interface/tui/dashboard.d.ts +0 -45
  930. package/dist/interface/tui/dashboard.d.ts.map +0 -1
  931. package/dist/interface/tui/dashboard.js +0 -311
  932. package/dist/interface/tui/dashboard.js.map +0 -1
  933. package/dist/interface/tui/debug-log.d.ts +0 -4
  934. package/dist/interface/tui/debug-log.d.ts.map +0 -1
  935. package/dist/interface/tui/debug-log.js +0 -39
  936. package/dist/interface/tui/debug-log.js.map +0 -1
  937. package/dist/interface/tui/diff-view.d.ts +0 -5
  938. package/dist/interface/tui/diff-view.d.ts.map +0 -1
  939. package/dist/interface/tui/diff-view.js +0 -23
  940. package/dist/interface/tui/diff-view.js.map +0 -1
  941. package/dist/interface/tui/entry-approval.d.ts +0 -8
  942. package/dist/interface/tui/entry-approval.d.ts.map +0 -1
  943. package/dist/interface/tui/entry-approval.js +0 -59
  944. package/dist/interface/tui/entry-approval.js.map +0 -1
  945. package/dist/interface/tui/entry-daemon.d.ts +0 -12
  946. package/dist/interface/tui/entry-daemon.d.ts.map +0 -1
  947. package/dist/interface/tui/entry-daemon.js +0 -74
  948. package/dist/interface/tui/entry-daemon.js.map +0 -1
  949. package/dist/interface/tui/entry-deps.d.ts +0 -29
  950. package/dist/interface/tui/entry-deps.d.ts.map +0 -1
  951. package/dist/interface/tui/entry-deps.js +0 -476
  952. package/dist/interface/tui/entry-deps.js.map +0 -1
  953. package/dist/interface/tui/entry.d.ts +0 -5
  954. package/dist/interface/tui/entry.d.ts.map +0 -1
  955. package/dist/interface/tui/entry.js +0 -208
  956. package/dist/interface/tui/entry.js.map +0 -1
  957. package/dist/interface/tui/flicker/AlternateScreen.d.ts +0 -23
  958. package/dist/interface/tui/flicker/AlternateScreen.d.ts.map +0 -1
  959. package/dist/interface/tui/flicker/AlternateScreen.js +0 -30
  960. package/dist/interface/tui/flicker/AlternateScreen.js.map +0 -1
  961. package/dist/interface/tui/flicker/MouseTracking.d.ts +0 -12
  962. package/dist/interface/tui/flicker/MouseTracking.d.ts.map +0 -1
  963. package/dist/interface/tui/flicker/MouseTracking.js +0 -34
  964. package/dist/interface/tui/flicker/MouseTracking.js.map +0 -1
  965. package/dist/interface/tui/flicker/dec.d.ts +0 -31
  966. package/dist/interface/tui/flicker/dec.d.ts.map +0 -1
  967. package/dist/interface/tui/flicker/dec.js +0 -37
  968. package/dist/interface/tui/flicker/dec.js.map +0 -1
  969. package/dist/interface/tui/flicker/frame-writer.d.ts +0 -16
  970. package/dist/interface/tui/flicker/frame-writer.d.ts.map +0 -1
  971. package/dist/interface/tui/flicker/frame-writer.js +0 -114
  972. package/dist/interface/tui/flicker/frame-writer.js.map +0 -1
  973. package/dist/interface/tui/flicker/index.d.ts +0 -11
  974. package/dist/interface/tui/flicker/index.d.ts.map +0 -1
  975. package/dist/interface/tui/flicker/index.js +0 -21
  976. package/dist/interface/tui/flicker/index.js.map +0 -1
  977. package/dist/interface/tui/flicker/terminal-detect.d.ts +0 -9
  978. package/dist/interface/tui/flicker/terminal-detect.d.ts.map +0 -1
  979. package/dist/interface/tui/flicker/terminal-detect.js +0 -52
  980. package/dist/interface/tui/flicker/terminal-detect.js.map +0 -1
  981. package/dist/interface/tui/flicker-overlay.d.ts +0 -7
  982. package/dist/interface/tui/flicker-overlay.d.ts.map +0 -1
  983. package/dist/interface/tui/flicker-overlay.js +0 -74
  984. package/dist/interface/tui/flicker-overlay.js.map +0 -1
  985. package/dist/interface/tui/fullscreen-chat-render.d.ts +0 -127
  986. package/dist/interface/tui/fullscreen-chat-render.d.ts.map +0 -1
  987. package/dist/interface/tui/fullscreen-chat-render.js +0 -667
  988. package/dist/interface/tui/fullscreen-chat-render.js.map +0 -1
  989. package/dist/interface/tui/fullscreen-chat.d.ts +0 -15
  990. package/dist/interface/tui/fullscreen-chat.d.ts.map +0 -1
  991. package/dist/interface/tui/fullscreen-chat.js +0 -770
  992. package/dist/interface/tui/fullscreen-chat.js.map +0 -1
  993. package/dist/interface/tui/fuzzy.d.ts +0 -16
  994. package/dist/interface/tui/fuzzy.d.ts.map +0 -1
  995. package/dist/interface/tui/fuzzy.js +0 -66
  996. package/dist/interface/tui/fuzzy.js.map +0 -1
  997. package/dist/interface/tui/git-branch.d.ts +0 -2
  998. package/dist/interface/tui/git-branch.d.ts.map +0 -1
  999. package/dist/interface/tui/git-branch.js +0 -14
  1000. package/dist/interface/tui/git-branch.js.map +0 -1
  1001. package/dist/interface/tui/help-overlay.d.ts +0 -6
  1002. package/dist/interface/tui/help-overlay.d.ts.map +0 -1
  1003. package/dist/interface/tui/help-overlay.js +0 -13
  1004. package/dist/interface/tui/help-overlay.js.map +0 -1
  1005. package/dist/interface/tui/input-action.d.ts +0 -49
  1006. package/dist/interface/tui/input-action.d.ts.map +0 -1
  1007. package/dist/interface/tui/input-action.js +0 -47
  1008. package/dist/interface/tui/input-action.js.map +0 -1
  1009. package/dist/interface/tui/intent-recognizer.d.ts +0 -24
  1010. package/dist/interface/tui/intent-recognizer.d.ts.map +0 -1
  1011. package/dist/interface/tui/intent-recognizer.js +0 -128
  1012. package/dist/interface/tui/intent-recognizer.js.map +0 -1
  1013. package/dist/interface/tui/markdown-renderer.d.ts +0 -56
  1014. package/dist/interface/tui/markdown-renderer.d.ts.map +0 -1
  1015. package/dist/interface/tui/markdown-renderer.js +0 -458
  1016. package/dist/interface/tui/markdown-renderer.js.map +0 -1
  1017. package/dist/interface/tui/output-controller.d.ts +0 -10
  1018. package/dist/interface/tui/output-controller.d.ts.map +0 -1
  1019. package/dist/interface/tui/output-controller.js +0 -79
  1020. package/dist/interface/tui/output-controller.js.map +0 -1
  1021. package/dist/interface/tui/render-output.d.ts +0 -2
  1022. package/dist/interface/tui/render-output.d.ts.map +0 -1
  1023. package/dist/interface/tui/render-output.js +0 -5
  1024. package/dist/interface/tui/render-output.js.map +0 -1
  1025. package/dist/interface/tui/report-view.d.ts +0 -7
  1026. package/dist/interface/tui/report-view.d.ts.map +0 -1
  1027. package/dist/interface/tui/report-view.js +0 -111
  1028. package/dist/interface/tui/report-view.js.map +0 -1
  1029. package/dist/interface/tui/seedy-art.d.ts +0 -44
  1030. package/dist/interface/tui/seedy-art.d.ts.map +0 -1
  1031. package/dist/interface/tui/seedy-art.js +0 -210
  1032. package/dist/interface/tui/seedy-art.js.map +0 -1
  1033. package/dist/interface/tui/settings-overlay.d.ts +0 -7
  1034. package/dist/interface/tui/settings-overlay.d.ts.map +0 -1
  1035. package/dist/interface/tui/settings-overlay.js +0 -66
  1036. package/dist/interface/tui/settings-overlay.js.map +0 -1
  1037. package/dist/interface/tui/shimmer-text.d.ts +0 -6
  1038. package/dist/interface/tui/shimmer-text.d.ts.map +0 -1
  1039. package/dist/interface/tui/shimmer-text.js +0 -33
  1040. package/dist/interface/tui/shimmer-text.js.map +0 -1
  1041. package/dist/interface/tui/spinner-verbs.d.ts +0 -9
  1042. package/dist/interface/tui/spinner-verbs.d.ts.map +0 -1
  1043. package/dist/interface/tui/spinner-verbs.js +0 -124
  1044. package/dist/interface/tui/spinner-verbs.js.map +0 -1
  1045. package/dist/interface/tui/terminal-output.d.ts +0 -6
  1046. package/dist/interface/tui/terminal-output.d.ts.map +0 -1
  1047. package/dist/interface/tui/terminal-output.js +0 -11
  1048. package/dist/interface/tui/terminal-output.js.map +0 -1
  1049. package/dist/interface/tui/test-app.d.ts +0 -9
  1050. package/dist/interface/tui/test-app.d.ts.map +0 -1
  1051. package/dist/interface/tui/test-app.js +0 -84
  1052. package/dist/interface/tui/test-app.js.map +0 -1
  1053. package/dist/interface/tui/test-entry.d.ts +0 -3
  1054. package/dist/interface/tui/test-entry.d.ts.map +0 -1
  1055. package/dist/interface/tui/test-entry.js +0 -74
  1056. package/dist/interface/tui/test-entry.js.map +0 -1
  1057. package/dist/interface/tui/text-width.d.ts +0 -3
  1058. package/dist/interface/tui/text-width.d.ts.map +0 -1
  1059. package/dist/interface/tui/text-width.js +0 -8
  1060. package/dist/interface/tui/text-width.js.map +0 -1
  1061. package/dist/interface/tui/theme.d.ts +0 -47
  1062. package/dist/interface/tui/theme.d.ts.map +0 -1
  1063. package/dist/interface/tui/theme.js +0 -115
  1064. package/dist/interface/tui/theme.js.map +0 -1
  1065. package/dist/interface/tui/use-loop.d.ts +0 -59
  1066. package/dist/interface/tui/use-loop.d.ts.map +0 -1
  1067. package/dist/interface/tui/use-loop.js +0 -249
  1068. package/dist/interface/tui/use-loop.js.map +0 -1
  1069. package/dist/orchestrator/ethics-gate.d.ts +0 -3
  1070. package/dist/orchestrator/ethics-gate.d.ts.map +0 -1
  1071. package/dist/orchestrator/ethics-gate.js +0 -2
  1072. package/dist/orchestrator/ethics-gate.js.map +0 -1
  1073. package/dist/orchestrator/execution/adapter-layer.d.ts +0 -146
  1074. package/dist/orchestrator/execution/adapter-layer.d.ts.map +0 -1
  1075. package/dist/orchestrator/execution/adapter-layer.js +0 -123
  1076. package/dist/orchestrator/execution/adapter-layer.js.map +0 -1
  1077. package/dist/orchestrator/execution/agent-loop/agent-loop-budget.d.ts +0 -15
  1078. package/dist/orchestrator/execution/agent-loop/agent-loop-budget.d.ts.map +0 -1
  1079. package/dist/orchestrator/execution/agent-loop/agent-loop-budget.js +0 -12
  1080. package/dist/orchestrator/execution/agent-loop/agent-loop-budget.js.map +0 -1
  1081. package/dist/orchestrator/execution/agent-loop/agent-loop-command-classifier.d.ts +0 -20
  1082. package/dist/orchestrator/execution/agent-loop/agent-loop-command-classifier.d.ts.map +0 -1
  1083. package/dist/orchestrator/execution/agent-loop/agent-loop-command-classifier.js +0 -25
  1084. package/dist/orchestrator/execution/agent-loop/agent-loop-command-classifier.js.map +0 -1
  1085. package/dist/orchestrator/execution/agent-loop/agent-loop-compaction-record.d.ts +0 -75
  1086. package/dist/orchestrator/execution/agent-loop/agent-loop-compaction-record.d.ts.map +0 -1
  1087. package/dist/orchestrator/execution/agent-loop/agent-loop-compaction-record.js +0 -10
  1088. package/dist/orchestrator/execution/agent-loop/agent-loop-compaction-record.js.map +0 -1
  1089. package/dist/orchestrator/execution/agent-loop/agent-loop-compactor.d.ts +0 -34
  1090. package/dist/orchestrator/execution/agent-loop/agent-loop-compactor.d.ts.map +0 -1
  1091. package/dist/orchestrator/execution/agent-loop/agent-loop-compactor.js +0 -231
  1092. package/dist/orchestrator/execution/agent-loop/agent-loop-compactor.js.map +0 -1
  1093. package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.d.ts +0 -45
  1094. package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.d.ts.map +0 -1
  1095. package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.js +0 -127
  1096. package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.js.map +0 -1
  1097. package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.d.ts +0 -59
  1098. package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.d.ts.map +0 -1
  1099. package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.js +0 -386
  1100. package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.js.map +0 -1
  1101. package/dist/orchestrator/execution/agent-loop/agent-loop-dogfood-benchmark.d.ts +0 -76
  1102. package/dist/orchestrator/execution/agent-loop/agent-loop-dogfood-benchmark.d.ts.map +0 -1
  1103. package/dist/orchestrator/execution/agent-loop/agent-loop-dogfood-benchmark.js +0 -167
  1104. package/dist/orchestrator/execution/agent-loop/agent-loop-dogfood-benchmark.js.map +0 -1
  1105. package/dist/orchestrator/execution/agent-loop/agent-loop-evaluator.d.ts +0 -46
  1106. package/dist/orchestrator/execution/agent-loop/agent-loop-evaluator.d.ts.map +0 -1
  1107. package/dist/orchestrator/execution/agent-loop/agent-loop-evaluator.js +0 -75
  1108. package/dist/orchestrator/execution/agent-loop/agent-loop-evaluator.js.map +0 -1
  1109. package/dist/orchestrator/execution/agent-loop/agent-loop-events.d.ts +0 -110
  1110. package/dist/orchestrator/execution/agent-loop/agent-loop-events.d.ts.map +0 -1
  1111. package/dist/orchestrator/execution/agent-loop/agent-loop-events.js +0 -6
  1112. package/dist/orchestrator/execution/agent-loop/agent-loop-events.js.map +0 -1
  1113. package/dist/orchestrator/execution/agent-loop/agent-loop-history.d.ts +0 -10
  1114. package/dist/orchestrator/execution/agent-loop/agent-loop-history.d.ts.map +0 -1
  1115. package/dist/orchestrator/execution/agent-loop/agent-loop-history.js +0 -16
  1116. package/dist/orchestrator/execution/agent-loop/agent-loop-history.js.map +0 -1
  1117. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client-factory.d.ts +0 -9
  1118. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client-factory.d.ts.map +0 -1
  1119. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client-factory.js +0 -22
  1120. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client-factory.js.map +0 -1
  1121. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client.d.ts +0 -13
  1122. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client.d.ts.map +0 -1
  1123. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client.js +0 -88
  1124. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client.js.map +0 -1
  1125. package/dist/orchestrator/execution/agent-loop/agent-loop-model-registry.d.ts +0 -10
  1126. package/dist/orchestrator/execution/agent-loop/agent-loop-model-registry.d.ts.map +0 -1
  1127. package/dist/orchestrator/execution/agent-loop/agent-loop-model-registry.js +0 -26
  1128. package/dist/orchestrator/execution/agent-loop/agent-loop-model-registry.js.map +0 -1
  1129. package/dist/orchestrator/execution/agent-loop/agent-loop-model.d.ts +0 -128
  1130. package/dist/orchestrator/execution/agent-loop/agent-loop-model.d.ts.map +0 -1
  1131. package/dist/orchestrator/execution/agent-loop/agent-loop-model.js +0 -43
  1132. package/dist/orchestrator/execution/agent-loop/agent-loop-model.js.map +0 -1
  1133. package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.d.ts +0 -9
  1134. package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.d.ts.map +0 -1
  1135. package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.js +0 -52
  1136. package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.js.map +0 -1
  1137. package/dist/orchestrator/execution/agent-loop/agent-loop-real-dogfood.d.ts +0 -2
  1138. package/dist/orchestrator/execution/agent-loop/agent-loop-real-dogfood.d.ts.map +0 -1
  1139. package/dist/orchestrator/execution/agent-loop/agent-loop-real-dogfood.js +0 -362
  1140. package/dist/orchestrator/execution/agent-loop/agent-loop-real-dogfood.js.map +0 -1
  1141. package/dist/orchestrator/execution/agent-loop/agent-loop-result.d.ts +0 -78
  1142. package/dist/orchestrator/execution/agent-loop/agent-loop-result.d.ts.map +0 -1
  1143. package/dist/orchestrator/execution/agent-loop/agent-loop-result.js +0 -2
  1144. package/dist/orchestrator/execution/agent-loop/agent-loop-result.js.map +0 -1
  1145. package/dist/orchestrator/execution/agent-loop/agent-loop-session-factory.d.ts +0 -15
  1146. package/dist/orchestrator/execution/agent-loop/agent-loop-session-factory.d.ts.map +0 -1
  1147. package/dist/orchestrator/execution/agent-loop/agent-loop-session-factory.js +0 -27
  1148. package/dist/orchestrator/execution/agent-loop/agent-loop-session-factory.js.map +0 -1
  1149. package/dist/orchestrator/execution/agent-loop/agent-loop-session-state.d.ts +0 -50
  1150. package/dist/orchestrator/execution/agent-loop/agent-loop-session-state.d.ts.map +0 -1
  1151. package/dist/orchestrator/execution/agent-loop/agent-loop-session-state.js +0 -289
  1152. package/dist/orchestrator/execution/agent-loop/agent-loop-session-state.js.map +0 -1
  1153. package/dist/orchestrator/execution/agent-loop/agent-loop-session.d.ts +0 -21
  1154. package/dist/orchestrator/execution/agent-loop/agent-loop-session.d.ts.map +0 -1
  1155. package/dist/orchestrator/execution/agent-loop/agent-loop-session.js +0 -16
  1156. package/dist/orchestrator/execution/agent-loop/agent-loop-session.js.map +0 -1
  1157. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-output.d.ts +0 -24
  1158. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-output.d.ts.map +0 -1
  1159. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-output.js +0 -2
  1160. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-output.js.map +0 -1
  1161. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-router.d.ts +0 -19
  1162. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-router.d.ts.map +0 -1
  1163. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-router.js +0 -35
  1164. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-router.js.map +0 -1
  1165. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-runtime.d.ts +0 -25
  1166. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-runtime.d.ts.map +0 -1
  1167. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-runtime.js +0 -169
  1168. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-runtime.js.map +0 -1
  1169. package/dist/orchestrator/execution/agent-loop/agent-loop-trace-store.d.ts +0 -18
  1170. package/dist/orchestrator/execution/agent-loop/agent-loop-trace-store.d.ts.map +0 -1
  1171. package/dist/orchestrator/execution/agent-loop/agent-loop-trace-store.js +0 -33
  1172. package/dist/orchestrator/execution/agent-loop/agent-loop-trace-store.js.map +0 -1
  1173. package/dist/orchestrator/execution/agent-loop/agent-loop-turn-context.d.ts +0 -50
  1174. package/dist/orchestrator/execution/agent-loop/agent-loop-turn-context.d.ts.map +0 -1
  1175. package/dist/orchestrator/execution/agent-loop/agent-loop-turn-context.js +0 -5
  1176. package/dist/orchestrator/execution/agent-loop/agent-loop-turn-context.js.map +0 -1
  1177. package/dist/orchestrator/execution/agent-loop/agent-timeline.d.ts +0 -122
  1178. package/dist/orchestrator/execution/agent-loop/agent-timeline.d.ts.map +0 -1
  1179. package/dist/orchestrator/execution/agent-loop/agent-timeline.js +0 -212
  1180. package/dist/orchestrator/execution/agent-loop/agent-timeline.js.map +0 -1
  1181. package/dist/orchestrator/execution/agent-loop/anthropic-messages-agent-loop-model-client.d.ts +0 -23
  1182. package/dist/orchestrator/execution/agent-loop/anthropic-messages-agent-loop-model-client.d.ts.map +0 -1
  1183. package/dist/orchestrator/execution/agent-loop/anthropic-messages-agent-loop-model-client.js +0 -165
  1184. package/dist/orchestrator/execution/agent-loop/anthropic-messages-agent-loop-model-client.js.map +0 -1
  1185. package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.d.ts +0 -54
  1186. package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.d.ts.map +0 -1
  1187. package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.js +0 -972
  1188. package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.js.map +0 -1
  1189. package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.d.ts +0 -312
  1190. package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.d.ts.map +0 -1
  1191. package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.js +0 -335
  1192. package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.js.map +0 -1
  1193. package/dist/orchestrator/execution/agent-loop/chat-display-output.d.ts +0 -28
  1194. package/dist/orchestrator/execution/agent-loop/chat-display-output.d.ts.map +0 -1
  1195. package/dist/orchestrator/execution/agent-loop/chat-display-output.js +0 -159
  1196. package/dist/orchestrator/execution/agent-loop/chat-display-output.js.map +0 -1
  1197. package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.d.ts +0 -2
  1198. package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.d.ts.map +0 -1
  1199. package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.js +0 -4
  1200. package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.js.map +0 -1
  1201. package/dist/orchestrator/execution/agent-loop/core-phase-runner.d.ts +0 -32
  1202. package/dist/orchestrator/execution/agent-loop/core-phase-runner.d.ts.map +0 -1
  1203. package/dist/orchestrator/execution/agent-loop/core-phase-runner.js +0 -49
  1204. package/dist/orchestrator/execution/agent-loop/core-phase-runner.js.map +0 -1
  1205. package/dist/orchestrator/execution/agent-loop/durable-loop-control-tools.d.ts +0 -60
  1206. package/dist/orchestrator/execution/agent-loop/durable-loop-control-tools.d.ts.map +0 -1
  1207. package/dist/orchestrator/execution/agent-loop/durable-loop-control-tools.js +0 -244
  1208. package/dist/orchestrator/execution/agent-loop/durable-loop-control-tools.js.map +0 -1
  1209. package/dist/orchestrator/execution/agent-loop/execution-policy.d.ts +0 -28
  1210. package/dist/orchestrator/execution/agent-loop/execution-policy.d.ts.map +0 -1
  1211. package/dist/orchestrator/execution/agent-loop/execution-policy.js +0 -51
  1212. package/dist/orchestrator/execution/agent-loop/execution-policy.js.map +0 -1
  1213. package/dist/orchestrator/execution/agent-loop/index.d.ts +0 -43
  1214. package/dist/orchestrator/execution/agent-loop/index.d.ts.map +0 -1
  1215. package/dist/orchestrator/execution/agent-loop/index.js +0 -43
  1216. package/dist/orchestrator/execution/agent-loop/index.js.map +0 -1
  1217. package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.d.ts +0 -36
  1218. package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.d.ts.map +0 -1
  1219. package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.js +0 -58
  1220. package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.js.map +0 -1
  1221. package/dist/orchestrator/execution/agent-loop/openai-responses-agent-loop-model-client.d.ts +0 -19
  1222. package/dist/orchestrator/execution/agent-loop/openai-responses-agent-loop-model-client.d.ts.map +0 -1
  1223. package/dist/orchestrator/execution/agent-loop/openai-responses-agent-loop-model-client.js +0 -194
  1224. package/dist/orchestrator/execution/agent-loop/openai-responses-agent-loop-model-client.js.map +0 -1
  1225. package/dist/orchestrator/execution/agent-loop/prompted-tool-protocol.d.ts +0 -16
  1226. package/dist/orchestrator/execution/agent-loop/prompted-tool-protocol.d.ts.map +0 -1
  1227. package/dist/orchestrator/execution/agent-loop/prompted-tool-protocol.js +0 -75
  1228. package/dist/orchestrator/execution/agent-loop/prompted-tool-protocol.js.map +0 -1
  1229. package/dist/orchestrator/execution/agent-loop/response-item-tool-router.d.ts +0 -20
  1230. package/dist/orchestrator/execution/agent-loop/response-item-tool-router.d.ts.map +0 -1
  1231. package/dist/orchestrator/execution/agent-loop/response-item-tool-router.js +0 -181
  1232. package/dist/orchestrator/execution/agent-loop/response-item-tool-router.js.map +0 -1
  1233. package/dist/orchestrator/execution/agent-loop/response-item.d.ts +0 -805
  1234. package/dist/orchestrator/execution/agent-loop/response-item.d.ts.map +0 -1
  1235. package/dist/orchestrator/execution/agent-loop/response-item.js +0 -104
  1236. package/dist/orchestrator/execution/agent-loop/response-item.js.map +0 -1
  1237. package/dist/orchestrator/execution/agent-loop/review-agent-loop-runner.d.ts +0 -60
  1238. package/dist/orchestrator/execution/agent-loop/review-agent-loop-runner.d.ts.map +0 -1
  1239. package/dist/orchestrator/execution/agent-loop/review-agent-loop-runner.js +0 -121
  1240. package/dist/orchestrator/execution/agent-loop/review-agent-loop-runner.js.map +0 -1
  1241. package/dist/orchestrator/execution/agent-loop/self-protection.d.ts +0 -9
  1242. package/dist/orchestrator/execution/agent-loop/self-protection.d.ts.map +0 -1
  1243. package/dist/orchestrator/execution/agent-loop/self-protection.js +0 -74
  1244. package/dist/orchestrator/execution/agent-loop/self-protection.js.map +0 -1
  1245. package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.d.ts +0 -33
  1246. package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.d.ts.map +0 -1
  1247. package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.js +0 -114
  1248. package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.js.map +0 -1
  1249. package/dist/orchestrator/execution/agent-loop/task-agent-loop-factory.d.ts +0 -34
  1250. package/dist/orchestrator/execution/agent-loop/task-agent-loop-factory.d.ts.map +0 -1
  1251. package/dist/orchestrator/execution/agent-loop/task-agent-loop-factory.js +0 -163
  1252. package/dist/orchestrator/execution/agent-loop/task-agent-loop-factory.js.map +0 -1
  1253. package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.d.ts +0 -69
  1254. package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.d.ts.map +0 -1
  1255. package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.js +0 -231
  1256. package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.js.map +0 -1
  1257. package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.d.ts +0 -55
  1258. package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.d.ts.map +0 -1
  1259. package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.js +0 -99
  1260. package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.js.map +0 -1
  1261. package/dist/orchestrator/execution/agent-loop/task-agent-loop-verification.d.ts +0 -4
  1262. package/dist/orchestrator/execution/agent-loop/task-agent-loop-verification.d.ts.map +0 -1
  1263. package/dist/orchestrator/execution/agent-loop/task-agent-loop-verification.js +0 -14
  1264. package/dist/orchestrator/execution/agent-loop/task-agent-loop-verification.js.map +0 -1
  1265. package/dist/orchestrator/execution/agent-loop/task-agent-loop-worktree.d.ts +0 -23
  1266. package/dist/orchestrator/execution/agent-loop/task-agent-loop-worktree.d.ts.map +0 -1
  1267. package/dist/orchestrator/execution/agent-loop/task-agent-loop-worktree.js +0 -170
  1268. package/dist/orchestrator/execution/agent-loop/task-agent-loop-worktree.js.map +0 -1
  1269. package/dist/orchestrator/execution/checkpoint-manager.d.ts +0 -49
  1270. package/dist/orchestrator/execution/checkpoint-manager.d.ts.map +0 -1
  1271. package/dist/orchestrator/execution/checkpoint-manager.js +0 -143
  1272. package/dist/orchestrator/execution/checkpoint-manager.js.map +0 -1
  1273. package/dist/orchestrator/execution/context/context-budget.d.ts +0 -35
  1274. package/dist/orchestrator/execution/context/context-budget.d.ts.map +0 -1
  1275. package/dist/orchestrator/execution/context/context-budget.js +0 -73
  1276. package/dist/orchestrator/execution/context/context-budget.js.map +0 -1
  1277. package/dist/orchestrator/execution/context/context-builder.d.ts +0 -52
  1278. package/dist/orchestrator/execution/context/context-builder.d.ts.map +0 -1
  1279. package/dist/orchestrator/execution/context/context-builder.js +0 -170
  1280. package/dist/orchestrator/execution/context/context-builder.js.map +0 -1
  1281. package/dist/orchestrator/execution/context/dimension-selector.d.ts +0 -20
  1282. package/dist/orchestrator/execution/context/dimension-selector.d.ts.map +0 -1
  1283. package/dist/orchestrator/execution/context/dimension-selector.js +0 -61
  1284. package/dist/orchestrator/execution/context/dimension-selector.js.map +0 -1
  1285. package/dist/orchestrator/execution/context/issue-context-fetcher.d.ts +0 -23
  1286. package/dist/orchestrator/execution/context/issue-context-fetcher.d.ts.map +0 -1
  1287. package/dist/orchestrator/execution/context/issue-context-fetcher.js +0 -76
  1288. package/dist/orchestrator/execution/context/issue-context-fetcher.js.map +0 -1
  1289. package/dist/orchestrator/execution/impact-analyzer.d.ts +0 -24
  1290. package/dist/orchestrator/execution/impact-analyzer.d.ts.map +0 -1
  1291. package/dist/orchestrator/execution/impact-analyzer.js +0 -88
  1292. package/dist/orchestrator/execution/impact-analyzer.js.map +0 -1
  1293. package/dist/orchestrator/execution/parallel-execution-types.d.ts +0 -7
  1294. package/dist/orchestrator/execution/parallel-execution-types.d.ts.map +0 -1
  1295. package/dist/orchestrator/execution/parallel-execution-types.js +0 -2
  1296. package/dist/orchestrator/execution/parallel-execution-types.js.map +0 -1
  1297. package/dist/orchestrator/execution/parallel-executor.d.ts +0 -34
  1298. package/dist/orchestrator/execution/parallel-executor.d.ts.map +0 -1
  1299. package/dist/orchestrator/execution/parallel-executor.js +0 -172
  1300. package/dist/orchestrator/execution/parallel-executor.js.map +0 -1
  1301. package/dist/orchestrator/execution/pipeline-executor.d.ts +0 -55
  1302. package/dist/orchestrator/execution/pipeline-executor.d.ts.map +0 -1
  1303. package/dist/orchestrator/execution/pipeline-executor.js +0 -281
  1304. package/dist/orchestrator/execution/pipeline-executor.js.map +0 -1
  1305. package/dist/orchestrator/execution/reflection-generator.d.ts +0 -25
  1306. package/dist/orchestrator/execution/reflection-generator.d.ts.map +0 -1
  1307. package/dist/orchestrator/execution/reflection-generator.js +0 -152
  1308. package/dist/orchestrator/execution/reflection-generator.js.map +0 -1
  1309. package/dist/orchestrator/execution/result-reconciler.d.ts +0 -23
  1310. package/dist/orchestrator/execution/result-reconciler.d.ts.map +0 -1
  1311. package/dist/orchestrator/execution/result-reconciler.js +0 -134
  1312. package/dist/orchestrator/execution/result-reconciler.js.map +0 -1
  1313. package/dist/orchestrator/execution/session-manager.d.ts +0 -153
  1314. package/dist/orchestrator/execution/session-manager.d.ts.map +0 -1
  1315. package/dist/orchestrator/execution/session-manager.js +0 -393
  1316. package/dist/orchestrator/execution/session-manager.js.map +0 -1
  1317. package/dist/orchestrator/execution/task/task-approval-check.d.ts +0 -9
  1318. package/dist/orchestrator/execution/task/task-approval-check.d.ts.map +0 -1
  1319. package/dist/orchestrator/execution/task/task-approval-check.js +0 -14
  1320. package/dist/orchestrator/execution/task/task-approval-check.js.map +0 -1
  1321. package/dist/orchestrator/execution/task/task-approval.d.ts +0 -22
  1322. package/dist/orchestrator/execution/task/task-approval.d.ts.map +0 -1
  1323. package/dist/orchestrator/execution/task/task-approval.js +0 -147
  1324. package/dist/orchestrator/execution/task/task-approval.js.map +0 -1
  1325. package/dist/orchestrator/execution/task/task-artifact-contract.d.ts +0 -18
  1326. package/dist/orchestrator/execution/task/task-artifact-contract.d.ts.map +0 -1
  1327. package/dist/orchestrator/execution/task/task-artifact-contract.js +0 -199
  1328. package/dist/orchestrator/execution/task/task-artifact-contract.js.map +0 -1
  1329. package/dist/orchestrator/execution/task/task-context-enricher.d.ts +0 -15
  1330. package/dist/orchestrator/execution/task/task-context-enricher.d.ts.map +0 -1
  1331. package/dist/orchestrator/execution/task/task-context-enricher.js +0 -40
  1332. package/dist/orchestrator/execution/task/task-context-enricher.js.map +0 -1
  1333. package/dist/orchestrator/execution/task/task-diff-capture.d.ts +0 -26
  1334. package/dist/orchestrator/execution/task/task-diff-capture.d.ts.map +0 -1
  1335. package/dist/orchestrator/execution/task/task-diff-capture.js +0 -304
  1336. package/dist/orchestrator/execution/task/task-diff-capture.js.map +0 -1
  1337. package/dist/orchestrator/execution/task/task-execution-helpers-internal.d.ts +0 -5
  1338. package/dist/orchestrator/execution/task/task-execution-helpers-internal.d.ts.map +0 -1
  1339. package/dist/orchestrator/execution/task/task-execution-helpers-internal.js +0 -6
  1340. package/dist/orchestrator/execution/task/task-execution-helpers-internal.js.map +0 -1
  1341. package/dist/orchestrator/execution/task/task-execution-helpers.d.ts +0 -30
  1342. package/dist/orchestrator/execution/task/task-execution-helpers.d.ts.map +0 -1
  1343. package/dist/orchestrator/execution/task/task-execution-helpers.js +0 -185
  1344. package/dist/orchestrator/execution/task/task-execution-helpers.js.map +0 -1
  1345. package/dist/orchestrator/execution/task/task-execution-types.d.ts +0 -22
  1346. package/dist/orchestrator/execution/task/task-execution-types.d.ts.map +0 -1
  1347. package/dist/orchestrator/execution/task/task-execution-types.js +0 -10
  1348. package/dist/orchestrator/execution/task/task-execution-types.js.map +0 -1
  1349. package/dist/orchestrator/execution/task/task-executor.d.ts +0 -46
  1350. package/dist/orchestrator/execution/task/task-executor.d.ts.map +0 -1
  1351. package/dist/orchestrator/execution/task/task-executor.js +0 -216
  1352. package/dist/orchestrator/execution/task/task-executor.js.map +0 -1
  1353. package/dist/orchestrator/execution/task/task-generation.d.ts +0 -267
  1354. package/dist/orchestrator/execution/task/task-generation.d.ts.map +0 -1
  1355. package/dist/orchestrator/execution/task/task-generation.js +0 -546
  1356. package/dist/orchestrator/execution/task/task-generation.js.map +0 -1
  1357. package/dist/orchestrator/execution/task/task-health-check.d.ts +0 -40
  1358. package/dist/orchestrator/execution/task/task-health-check.d.ts.map +0 -1
  1359. package/dist/orchestrator/execution/task/task-health-check.js +0 -100
  1360. package/dist/orchestrator/execution/task/task-health-check.js.map +0 -1
  1361. package/dist/orchestrator/execution/task/task-lifecycle-runner.d.ts +0 -78
  1362. package/dist/orchestrator/execution/task/task-lifecycle-runner.d.ts.map +0 -1
  1363. package/dist/orchestrator/execution/task/task-lifecycle-runner.js +0 -216
  1364. package/dist/orchestrator/execution/task/task-lifecycle-runner.js.map +0 -1
  1365. package/dist/orchestrator/execution/task/task-lifecycle.d.ts +0 -180
  1366. package/dist/orchestrator/execution/task/task-lifecycle.d.ts.map +0 -1
  1367. package/dist/orchestrator/execution/task/task-lifecycle.js +0 -626
  1368. package/dist/orchestrator/execution/task/task-lifecycle.js.map +0 -1
  1369. package/dist/orchestrator/execution/task/task-outcome-ledger.d.ts +0 -97
  1370. package/dist/orchestrator/execution/task/task-outcome-ledger.d.ts.map +0 -1
  1371. package/dist/orchestrator/execution/task/task-outcome-ledger.js +0 -336
  1372. package/dist/orchestrator/execution/task/task-outcome-ledger.js.map +0 -1
  1373. package/dist/orchestrator/execution/task/task-pipeline-cycle.d.ts +0 -15
  1374. package/dist/orchestrator/execution/task/task-pipeline-cycle.d.ts.map +0 -1
  1375. package/dist/orchestrator/execution/task/task-pipeline-cycle.js +0 -132
  1376. package/dist/orchestrator/execution/task/task-pipeline-cycle.js.map +0 -1
  1377. package/dist/orchestrator/execution/task/task-pipeline-types.d.ts +0 -39
  1378. package/dist/orchestrator/execution/task/task-pipeline-types.d.ts.map +0 -1
  1379. package/dist/orchestrator/execution/task/task-pipeline-types.js +0 -2
  1380. package/dist/orchestrator/execution/task/task-pipeline-types.js.map +0 -1
  1381. package/dist/orchestrator/execution/task/task-post-execution.d.ts +0 -27
  1382. package/dist/orchestrator/execution/task/task-post-execution.d.ts.map +0 -1
  1383. package/dist/orchestrator/execution/task/task-post-execution.js +0 -24
  1384. package/dist/orchestrator/execution/task/task-post-execution.js.map +0 -1
  1385. package/dist/orchestrator/execution/task/task-prompt-builder.d.ts +0 -12
  1386. package/dist/orchestrator/execution/task/task-prompt-builder.d.ts.map +0 -1
  1387. package/dist/orchestrator/execution/task/task-prompt-builder.js +0 -326
  1388. package/dist/orchestrator/execution/task/task-prompt-builder.js.map +0 -1
  1389. package/dist/orchestrator/execution/task/task-side-effects.d.ts +0 -26
  1390. package/dist/orchestrator/execution/task/task-side-effects.d.ts.map +0 -1
  1391. package/dist/orchestrator/execution/task/task-side-effects.js +0 -59
  1392. package/dist/orchestrator/execution/task/task-side-effects.js.map +0 -1
  1393. package/dist/orchestrator/execution/task/task-verifier-internal.d.ts +0 -2
  1394. package/dist/orchestrator/execution/task/task-verifier-internal.d.ts.map +0 -1
  1395. package/dist/orchestrator/execution/task/task-verifier-internal.js +0 -2
  1396. package/dist/orchestrator/execution/task/task-verifier-internal.js.map +0 -1
  1397. package/dist/orchestrator/execution/task/task-verifier-llm.d.ts +0 -25
  1398. package/dist/orchestrator/execution/task/task-verifier-llm.d.ts.map +0 -1
  1399. package/dist/orchestrator/execution/task/task-verifier-llm.js +0 -206
  1400. package/dist/orchestrator/execution/task/task-verifier-llm.js.map +0 -1
  1401. package/dist/orchestrator/execution/task/task-verifier-rules.d.ts +0 -34
  1402. package/dist/orchestrator/execution/task/task-verifier-rules.d.ts.map +0 -1
  1403. package/dist/orchestrator/execution/task/task-verifier-rules.js +0 -612
  1404. package/dist/orchestrator/execution/task/task-verifier-rules.js.map +0 -1
  1405. package/dist/orchestrator/execution/task/task-verifier-types.d.ts +0 -112
  1406. package/dist/orchestrator/execution/task/task-verifier-types.d.ts.map +0 -1
  1407. package/dist/orchestrator/execution/task/task-verifier-types.js +0 -9
  1408. package/dist/orchestrator/execution/task/task-verifier-types.js.map +0 -1
  1409. package/dist/orchestrator/execution/task/task-verifier.d.ts +0 -49
  1410. package/dist/orchestrator/execution/task/task-verifier.d.ts.map +0 -1
  1411. package/dist/orchestrator/execution/task/task-verifier.js +0 -1006
  1412. package/dist/orchestrator/execution/task/task-verifier.js.map +0 -1
  1413. package/dist/orchestrator/execution/task/task-workspace.d.ts +0 -13
  1414. package/dist/orchestrator/execution/task/task-workspace.d.ts.map +0 -1
  1415. package/dist/orchestrator/execution/task/task-workspace.js +0 -32
  1416. package/dist/orchestrator/execution/task/task-workspace.js.map +0 -1
  1417. package/dist/orchestrator/execution/toolset-lock.d.ts +0 -27
  1418. package/dist/orchestrator/execution/toolset-lock.d.ts.map +0 -1
  1419. package/dist/orchestrator/execution/toolset-lock.js +0 -49
  1420. package/dist/orchestrator/execution/toolset-lock.js.map +0 -1
  1421. package/dist/orchestrator/execution/types/checkpoint.d.ts +0 -133
  1422. package/dist/orchestrator/execution/types/checkpoint.d.ts.map +0 -1
  1423. package/dist/orchestrator/execution/types/checkpoint.js +0 -38
  1424. package/dist/orchestrator/execution/types/checkpoint.js.map +0 -1
  1425. package/dist/orchestrator/execution/types/pipeline.d.ts +0 -191
  1426. package/dist/orchestrator/execution/types/pipeline.d.ts.map +0 -1
  1427. package/dist/orchestrator/execution/types/pipeline.js +0 -62
  1428. package/dist/orchestrator/execution/types/pipeline.js.map +0 -1
  1429. package/dist/orchestrator/execution/types/session.d.ts +0 -95
  1430. package/dist/orchestrator/execution/types/session.d.ts.map +0 -1
  1431. package/dist/orchestrator/execution/types/session.js +0 -37
  1432. package/dist/orchestrator/execution/types/session.js.map +0 -1
  1433. package/dist/orchestrator/execution/types/task-group.d.ts +0 -390
  1434. package/dist/orchestrator/execution/types/task-group.d.ts.map +0 -1
  1435. package/dist/orchestrator/execution/types/task-group.js +0 -14
  1436. package/dist/orchestrator/execution/types/task-group.js.map +0 -1
  1437. package/dist/orchestrator/execution/types/task.d.ts +0 -546
  1438. package/dist/orchestrator/execution/types/task.d.ts.map +0 -1
  1439. package/dist/orchestrator/execution/types/task.js +0 -103
  1440. package/dist/orchestrator/execution/types/task.js.map +0 -1
  1441. package/dist/orchestrator/goal/goal-decomposer.d.ts +0 -30
  1442. package/dist/orchestrator/goal/goal-decomposer.d.ts.map +0 -1
  1443. package/dist/orchestrator/goal/goal-decomposer.js +0 -168
  1444. package/dist/orchestrator/goal/goal-decomposer.js.map +0 -1
  1445. package/dist/orchestrator/goal/goal-dependency-graph.d.ts +0 -124
  1446. package/dist/orchestrator/goal/goal-dependency-graph.d.ts.map +0 -1
  1447. package/dist/orchestrator/goal/goal-dependency-graph.js +0 -337
  1448. package/dist/orchestrator/goal/goal-dependency-graph.js.map +0 -1
  1449. package/dist/orchestrator/goal/goal-negotiator.d.ts +0 -72
  1450. package/dist/orchestrator/goal/goal-negotiator.d.ts.map +0 -1
  1451. package/dist/orchestrator/goal/goal-negotiator.js +0 -323
  1452. package/dist/orchestrator/goal/goal-negotiator.js.map +0 -1
  1453. package/dist/orchestrator/goal/goal-refiner.d.ts +0 -46
  1454. package/dist/orchestrator/goal/goal-refiner.d.ts.map +0 -1
  1455. package/dist/orchestrator/goal/goal-refiner.js +0 -297
  1456. package/dist/orchestrator/goal/goal-refiner.js.map +0 -1
  1457. package/dist/orchestrator/goal/goal-suggest.d.ts +0 -93
  1458. package/dist/orchestrator/goal/goal-suggest.d.ts.map +0 -1
  1459. package/dist/orchestrator/goal/goal-suggest.js +0 -254
  1460. package/dist/orchestrator/goal/goal-suggest.js.map +0 -1
  1461. package/dist/orchestrator/goal/goal-tree-manager.d.ts +0 -72
  1462. package/dist/orchestrator/goal/goal-tree-manager.d.ts.map +0 -1
  1463. package/dist/orchestrator/goal/goal-tree-manager.js +0 -572
  1464. package/dist/orchestrator/goal/goal-tree-manager.js.map +0 -1
  1465. package/dist/orchestrator/goal/goal-tree-pruner.d.ts +0 -25
  1466. package/dist/orchestrator/goal/goal-tree-pruner.d.ts.map +0 -1
  1467. package/dist/orchestrator/goal/goal-tree-pruner.js +0 -93
  1468. package/dist/orchestrator/goal/goal-tree-pruner.js.map +0 -1
  1469. package/dist/orchestrator/goal/goal-tree-quality.d.ts +0 -22
  1470. package/dist/orchestrator/goal/goal-tree-quality.d.ts.map +0 -1
  1471. package/dist/orchestrator/goal/goal-tree-quality.js +0 -183
  1472. package/dist/orchestrator/goal/goal-tree-quality.js.map +0 -1
  1473. package/dist/orchestrator/goal/goal-validation.d.ts +0 -19
  1474. package/dist/orchestrator/goal/goal-validation.d.ts.map +0 -1
  1475. package/dist/orchestrator/goal/goal-validation.js +0 -87
  1476. package/dist/orchestrator/goal/goal-validation.js.map +0 -1
  1477. package/dist/orchestrator/goal/milestone-evaluator.d.ts +0 -33
  1478. package/dist/orchestrator/goal/milestone-evaluator.d.ts.map +0 -1
  1479. package/dist/orchestrator/goal/milestone-evaluator.js +0 -130
  1480. package/dist/orchestrator/goal/milestone-evaluator.js.map +0 -1
  1481. package/dist/orchestrator/goal/negotiator-context.d.ts +0 -16
  1482. package/dist/orchestrator/goal/negotiator-context.d.ts.map +0 -1
  1483. package/dist/orchestrator/goal/negotiator-context.js +0 -196
  1484. package/dist/orchestrator/goal/negotiator-context.js.map +0 -1
  1485. package/dist/orchestrator/goal/negotiator-feasibility.d.ts +0 -10
  1486. package/dist/orchestrator/goal/negotiator-feasibility.d.ts.map +0 -1
  1487. package/dist/orchestrator/goal/negotiator-feasibility.js +0 -55
  1488. package/dist/orchestrator/goal/negotiator-feasibility.js.map +0 -1
  1489. package/dist/orchestrator/goal/negotiator-prompts.d.ts +0 -31
  1490. package/dist/orchestrator/goal/negotiator-prompts.d.ts.map +0 -1
  1491. package/dist/orchestrator/goal/negotiator-prompts.js +0 -69
  1492. package/dist/orchestrator/goal/negotiator-prompts.js.map +0 -1
  1493. package/dist/orchestrator/goal/negotiator-steps.d.ts +0 -54
  1494. package/dist/orchestrator/goal/negotiator-steps.d.ts.map +0 -1
  1495. package/dist/orchestrator/goal/negotiator-steps.js +0 -213
  1496. package/dist/orchestrator/goal/negotiator-steps.js.map +0 -1
  1497. package/dist/orchestrator/goal/refiner-prompts.d.ts +0 -10
  1498. package/dist/orchestrator/goal/refiner-prompts.d.ts.map +0 -1
  1499. package/dist/orchestrator/goal/refiner-prompts.js +0 -59
  1500. package/dist/orchestrator/goal/refiner-prompts.js.map +0 -1
  1501. package/dist/orchestrator/goal/state-aggregator.d.ts +0 -89
  1502. package/dist/orchestrator/goal/state-aggregator.d.ts.map +0 -1
  1503. package/dist/orchestrator/goal/state-aggregator.js +0 -331
  1504. package/dist/orchestrator/goal/state-aggregator.js.map +0 -1
  1505. package/dist/orchestrator/goal/subgoal-curriculum.d.ts +0 -30
  1506. package/dist/orchestrator/goal/subgoal-curriculum.d.ts.map +0 -1
  1507. package/dist/orchestrator/goal/subgoal-curriculum.js +0 -53
  1508. package/dist/orchestrator/goal/subgoal-curriculum.js.map +0 -1
  1509. package/dist/orchestrator/goal/tree-loop-orchestrator.d.ts +0 -109
  1510. package/dist/orchestrator/goal/tree-loop-orchestrator.d.ts.map +0 -1
  1511. package/dist/orchestrator/goal/tree-loop-orchestrator.js +0 -301
  1512. package/dist/orchestrator/goal/tree-loop-orchestrator.js.map +0 -1
  1513. package/dist/orchestrator/goal/types/dependency.d.ts +0 -108
  1514. package/dist/orchestrator/goal/types/dependency.d.ts.map +0 -1
  1515. package/dist/orchestrator/goal/types/dependency.js +0 -21
  1516. package/dist/orchestrator/goal/types/dependency.js.map +0 -1
  1517. package/dist/orchestrator/goal/types/goal-refiner.d.ts +0 -108
  1518. package/dist/orchestrator/goal/types/goal-refiner.d.ts.map +0 -1
  1519. package/dist/orchestrator/goal/types/goal-refiner.js +0 -39
  1520. package/dist/orchestrator/goal/types/goal-refiner.js.map +0 -1
  1521. package/dist/orchestrator/goal/types/goal-tree.d.ts +0 -188
  1522. package/dist/orchestrator/goal/types/goal-tree.d.ts.map +0 -1
  1523. package/dist/orchestrator/goal/types/goal-tree.js +0 -76
  1524. package/dist/orchestrator/goal/types/goal-tree.js.map +0 -1
  1525. package/dist/orchestrator/goal/types/goal.d.ts +0 -1785
  1526. package/dist/orchestrator/goal/types/goal.d.ts.map +0 -1
  1527. package/dist/orchestrator/goal/types/goal.js +0 -169
  1528. package/dist/orchestrator/goal/types/goal.js.map +0 -1
  1529. package/dist/orchestrator/goal/types/negotiation.d.ts +0 -564
  1530. package/dist/orchestrator/goal/types/negotiation.d.ts.map +0 -1
  1531. package/dist/orchestrator/goal/types/negotiation.js +0 -87
  1532. package/dist/orchestrator/goal/types/negotiation.js.map +0 -1
  1533. package/dist/orchestrator/goal/types/suggest.d.ts +0 -92
  1534. package/dist/orchestrator/goal/types/suggest.d.ts.map +0 -1
  1535. package/dist/orchestrator/goal/types/suggest.js +0 -15
  1536. package/dist/orchestrator/goal/types/suggest.js.map +0 -1
  1537. package/dist/orchestrator/goal-loop.d.ts +0 -33
  1538. package/dist/orchestrator/goal-loop.d.ts.map +0 -1
  1539. package/dist/orchestrator/goal-loop.js +0 -72
  1540. package/dist/orchestrator/goal-loop.js.map +0 -1
  1541. package/dist/orchestrator/knowledge/knowledge-manager.d.ts +0 -2
  1542. package/dist/orchestrator/knowledge/knowledge-manager.d.ts.map +0 -1
  1543. package/dist/orchestrator/knowledge/knowledge-manager.js +0 -2
  1544. package/dist/orchestrator/knowledge/knowledge-manager.js.map +0 -1
  1545. package/dist/orchestrator/knowledge/transfer/knowledge-transfer.d.ts +0 -2
  1546. package/dist/orchestrator/knowledge/transfer/knowledge-transfer.d.ts.map +0 -1
  1547. package/dist/orchestrator/knowledge/transfer/knowledge-transfer.js +0 -2
  1548. package/dist/orchestrator/knowledge/transfer/knowledge-transfer.js.map +0 -1
  1549. package/dist/orchestrator/loop/checkpoint-manager-loop.d.ts +0 -28
  1550. package/dist/orchestrator/loop/checkpoint-manager-loop.d.ts.map +0 -1
  1551. package/dist/orchestrator/loop/checkpoint-manager-loop.js +0 -62
  1552. package/dist/orchestrator/loop/checkpoint-manager-loop.js.map +0 -1
  1553. package/dist/orchestrator/loop/core-loop/capability.d.ts +0 -2
  1554. package/dist/orchestrator/loop/core-loop/capability.d.ts.map +0 -1
  1555. package/dist/orchestrator/loop/core-loop/capability.js +0 -2
  1556. package/dist/orchestrator/loop/core-loop/capability.js.map +0 -1
  1557. package/dist/orchestrator/loop/core-loop/contracts.d.ts +0 -2
  1558. package/dist/orchestrator/loop/core-loop/contracts.d.ts.map +0 -1
  1559. package/dist/orchestrator/loop/core-loop/contracts.js +0 -2
  1560. package/dist/orchestrator/loop/core-loop/contracts.js.map +0 -1
  1561. package/dist/orchestrator/loop/core-loop/control.d.ts +0 -2
  1562. package/dist/orchestrator/loop/core-loop/control.d.ts.map +0 -1
  1563. package/dist/orchestrator/loop/core-loop/control.js +0 -2
  1564. package/dist/orchestrator/loop/core-loop/control.js.map +0 -1
  1565. package/dist/orchestrator/loop/core-loop/decision-engine.d.ts +0 -2
  1566. package/dist/orchestrator/loop/core-loop/decision-engine.d.ts.map +0 -1
  1567. package/dist/orchestrator/loop/core-loop/decision-engine.js +0 -2
  1568. package/dist/orchestrator/loop/core-loop/decision-engine.js.map +0 -1
  1569. package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.d.ts +0 -2
  1570. package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.d.ts.map +0 -1
  1571. package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.js +0 -2
  1572. package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.js.map +0 -1
  1573. package/dist/orchestrator/loop/core-loop/evidence-ledger.d.ts +0 -2
  1574. package/dist/orchestrator/loop/core-loop/evidence-ledger.d.ts.map +0 -1
  1575. package/dist/orchestrator/loop/core-loop/evidence-ledger.js +0 -2
  1576. package/dist/orchestrator/loop/core-loop/evidence-ledger.js.map +0 -1
  1577. package/dist/orchestrator/loop/core-loop/iteration-kernel-knowledge.d.ts +0 -2
  1578. package/dist/orchestrator/loop/core-loop/iteration-kernel-knowledge.d.ts.map +0 -1
  1579. package/dist/orchestrator/loop/core-loop/iteration-kernel-knowledge.js +0 -2
  1580. package/dist/orchestrator/loop/core-loop/iteration-kernel-knowledge.js.map +0 -1
  1581. package/dist/orchestrator/loop/core-loop/iteration-kernel-wait.d.ts +0 -2
  1582. package/dist/orchestrator/loop/core-loop/iteration-kernel-wait.d.ts.map +0 -1
  1583. package/dist/orchestrator/loop/core-loop/iteration-kernel-wait.js +0 -2
  1584. package/dist/orchestrator/loop/core-loop/iteration-kernel-wait.js.map +0 -1
  1585. package/dist/orchestrator/loop/core-loop/iteration-kernel.d.ts +0 -2
  1586. package/dist/orchestrator/loop/core-loop/iteration-kernel.d.ts.map +0 -1
  1587. package/dist/orchestrator/loop/core-loop/iteration-kernel.js +0 -2
  1588. package/dist/orchestrator/loop/core-loop/iteration-kernel.js.map +0 -1
  1589. package/dist/orchestrator/loop/core-loop/learning.d.ts +0 -2
  1590. package/dist/orchestrator/loop/core-loop/learning.d.ts.map +0 -1
  1591. package/dist/orchestrator/loop/core-loop/learning.js +0 -2
  1592. package/dist/orchestrator/loop/core-loop/learning.js.map +0 -1
  1593. package/dist/orchestrator/loop/core-loop/phase-policy.d.ts +0 -2
  1594. package/dist/orchestrator/loop/core-loop/phase-policy.d.ts.map +0 -1
  1595. package/dist/orchestrator/loop/core-loop/phase-policy.js +0 -2
  1596. package/dist/orchestrator/loop/core-loop/phase-policy.js.map +0 -1
  1597. package/dist/orchestrator/loop/core-loop/phase-runtime.d.ts +0 -2
  1598. package/dist/orchestrator/loop/core-loop/phase-runtime.d.ts.map +0 -1
  1599. package/dist/orchestrator/loop/core-loop/phase-runtime.js +0 -2
  1600. package/dist/orchestrator/loop/core-loop/phase-runtime.js.map +0 -1
  1601. package/dist/orchestrator/loop/core-loop/phase-specs.d.ts +0 -2
  1602. package/dist/orchestrator/loop/core-loop/phase-specs.d.ts.map +0 -1
  1603. package/dist/orchestrator/loop/core-loop/phase-specs.js +0 -2
  1604. package/dist/orchestrator/loop/core-loop/phase-specs.js.map +0 -1
  1605. package/dist/orchestrator/loop/core-loop/preparation.d.ts +0 -2
  1606. package/dist/orchestrator/loop/core-loop/preparation.d.ts.map +0 -1
  1607. package/dist/orchestrator/loop/core-loop/preparation.js +0 -2
  1608. package/dist/orchestrator/loop/core-loop/preparation.js.map +0 -1
  1609. package/dist/orchestrator/loop/core-loop/public-research.d.ts +0 -2
  1610. package/dist/orchestrator/loop/core-loop/public-research.d.ts.map +0 -1
  1611. package/dist/orchestrator/loop/core-loop/public-research.js +0 -2
  1612. package/dist/orchestrator/loop/core-loop/public-research.js.map +0 -1
  1613. package/dist/orchestrator/loop/core-loop/task-cycle-stall.d.ts +0 -2
  1614. package/dist/orchestrator/loop/core-loop/task-cycle-stall.d.ts.map +0 -1
  1615. package/dist/orchestrator/loop/core-loop/task-cycle-stall.js +0 -2
  1616. package/dist/orchestrator/loop/core-loop/task-cycle-stall.js.map +0 -1
  1617. package/dist/orchestrator/loop/core-loop/task-cycle-wait.d.ts +0 -2
  1618. package/dist/orchestrator/loop/core-loop/task-cycle-wait.d.ts.map +0 -1
  1619. package/dist/orchestrator/loop/core-loop/task-cycle-wait.js +0 -2
  1620. package/dist/orchestrator/loop/core-loop/task-cycle-wait.js.map +0 -1
  1621. package/dist/orchestrator/loop/core-loop/task-cycle.d.ts +0 -2
  1622. package/dist/orchestrator/loop/core-loop/task-cycle.d.ts.map +0 -1
  1623. package/dist/orchestrator/loop/core-loop/task-cycle.js +0 -2
  1624. package/dist/orchestrator/loop/core-loop/task-cycle.js.map +0 -1
  1625. package/dist/orchestrator/loop/core-loop.d.ts +0 -2
  1626. package/dist/orchestrator/loop/core-loop.d.ts.map +0 -1
  1627. package/dist/orchestrator/loop/core-loop.js +0 -4
  1628. package/dist/orchestrator/loop/core-loop.js.map +0 -1
  1629. package/dist/orchestrator/loop/durable-loop/capability.d.ts +0 -22
  1630. package/dist/orchestrator/loop/durable-loop/capability.d.ts.map +0 -1
  1631. package/dist/orchestrator/loop/durable-loop/capability.js +0 -151
  1632. package/dist/orchestrator/loop/durable-loop/capability.js.map +0 -1
  1633. package/dist/orchestrator/loop/durable-loop/contracts.d.ts +0 -321
  1634. package/dist/orchestrator/loop/durable-loop/contracts.d.ts.map +0 -1
  1635. package/dist/orchestrator/loop/durable-loop/contracts.js +0 -40
  1636. package/dist/orchestrator/loop/durable-loop/contracts.js.map +0 -1
  1637. package/dist/orchestrator/loop/durable-loop/control.d.ts +0 -27
  1638. package/dist/orchestrator/loop/durable-loop/control.d.ts.map +0 -1
  1639. package/dist/orchestrator/loop/durable-loop/control.js +0 -72
  1640. package/dist/orchestrator/loop/durable-loop/control.js.map +0 -1
  1641. package/dist/orchestrator/loop/durable-loop/decision-engine.d.ts +0 -79
  1642. package/dist/orchestrator/loop/durable-loop/decision-engine.d.ts.map +0 -1
  1643. package/dist/orchestrator/loop/durable-loop/decision-engine.js +0 -145
  1644. package/dist/orchestrator/loop/durable-loop/decision-engine.js.map +0 -1
  1645. package/dist/orchestrator/loop/durable-loop/dream-review-checkpoint.d.ts +0 -48
  1646. package/dist/orchestrator/loop/durable-loop/dream-review-checkpoint.d.ts.map +0 -1
  1647. package/dist/orchestrator/loop/durable-loop/dream-review-checkpoint.js +0 -386
  1648. package/dist/orchestrator/loop/durable-loop/dream-review-checkpoint.js.map +0 -1
  1649. package/dist/orchestrator/loop/durable-loop/evidence-ledger.d.ts +0 -22
  1650. package/dist/orchestrator/loop/durable-loop/evidence-ledger.d.ts.map +0 -1
  1651. package/dist/orchestrator/loop/durable-loop/evidence-ledger.js +0 -36
  1652. package/dist/orchestrator/loop/durable-loop/evidence-ledger.js.map +0 -1
  1653. package/dist/orchestrator/loop/durable-loop/iteration-kernel-knowledge.d.ts +0 -7
  1654. package/dist/orchestrator/loop/durable-loop/iteration-kernel-knowledge.d.ts.map +0 -1
  1655. package/dist/orchestrator/loop/durable-loop/iteration-kernel-knowledge.js +0 -43
  1656. package/dist/orchestrator/loop/durable-loop/iteration-kernel-knowledge.js.map +0 -1
  1657. package/dist/orchestrator/loop/durable-loop/iteration-kernel-wait.d.ts +0 -14
  1658. package/dist/orchestrator/loop/durable-loop/iteration-kernel-wait.d.ts.map +0 -1
  1659. package/dist/orchestrator/loop/durable-loop/iteration-kernel-wait.js +0 -41
  1660. package/dist/orchestrator/loop/durable-loop/iteration-kernel-wait.js.map +0 -1
  1661. package/dist/orchestrator/loop/durable-loop/iteration-kernel.d.ts +0 -38
  1662. package/dist/orchestrator/loop/durable-loop/iteration-kernel.d.ts.map +0 -1
  1663. package/dist/orchestrator/loop/durable-loop/iteration-kernel.js +0 -835
  1664. package/dist/orchestrator/loop/durable-loop/iteration-kernel.js.map +0 -1
  1665. package/dist/orchestrator/loop/durable-loop/learning.d.ts +0 -31
  1666. package/dist/orchestrator/loop/durable-loop/learning.d.ts.map +0 -1
  1667. package/dist/orchestrator/loop/durable-loop/learning.js +0 -92
  1668. package/dist/orchestrator/loop/durable-loop/learning.js.map +0 -1
  1669. package/dist/orchestrator/loop/durable-loop/phase-policy.d.ts +0 -20
  1670. package/dist/orchestrator/loop/durable-loop/phase-policy.d.ts.map +0 -1
  1671. package/dist/orchestrator/loop/durable-loop/phase-policy.js +0 -158
  1672. package/dist/orchestrator/loop/durable-loop/phase-policy.js.map +0 -1
  1673. package/dist/orchestrator/loop/durable-loop/phase-runtime.d.ts +0 -31
  1674. package/dist/orchestrator/loop/durable-loop/phase-runtime.d.ts.map +0 -1
  1675. package/dist/orchestrator/loop/durable-loop/phase-runtime.js +0 -103
  1676. package/dist/orchestrator/loop/durable-loop/phase-runtime.js.map +0 -1
  1677. package/dist/orchestrator/loop/durable-loop/phase-specs.d.ts +0 -1269
  1678. package/dist/orchestrator/loop/durable-loop/phase-specs.d.ts.map +0 -1
  1679. package/dist/orchestrator/loop/durable-loop/phase-specs.js +0 -349
  1680. package/dist/orchestrator/loop/durable-loop/phase-specs.js.map +0 -1
  1681. package/dist/orchestrator/loop/durable-loop/preparation.d.ts +0 -59
  1682. package/dist/orchestrator/loop/durable-loop/preparation.d.ts.map +0 -1
  1683. package/dist/orchestrator/loop/durable-loop/preparation.js +0 -374
  1684. package/dist/orchestrator/loop/durable-loop/preparation.js.map +0 -1
  1685. package/dist/orchestrator/loop/durable-loop/public-research.d.ts +0 -32
  1686. package/dist/orchestrator/loop/durable-loop/public-research.d.ts.map +0 -1
  1687. package/dist/orchestrator/loop/durable-loop/public-research.js +0 -112
  1688. package/dist/orchestrator/loop/durable-loop/public-research.js.map +0 -1
  1689. package/dist/orchestrator/loop/durable-loop/task-cycle-stall.d.ts +0 -9
  1690. package/dist/orchestrator/loop/durable-loop/task-cycle-stall.d.ts.map +0 -1
  1691. package/dist/orchestrator/loop/durable-loop/task-cycle-stall.js +0 -464
  1692. package/dist/orchestrator/loop/durable-loop/task-cycle-stall.js.map +0 -1
  1693. package/dist/orchestrator/loop/durable-loop/task-cycle-wait.d.ts +0 -11
  1694. package/dist/orchestrator/loop/durable-loop/task-cycle-wait.d.ts.map +0 -1
  1695. package/dist/orchestrator/loop/durable-loop/task-cycle-wait.js +0 -176
  1696. package/dist/orchestrator/loop/durable-loop/task-cycle-wait.js.map +0 -1
  1697. package/dist/orchestrator/loop/durable-loop/task-cycle.d.ts +0 -42
  1698. package/dist/orchestrator/loop/durable-loop/task-cycle.d.ts.map +0 -1
  1699. package/dist/orchestrator/loop/durable-loop/task-cycle.js +0 -430
  1700. package/dist/orchestrator/loop/durable-loop/task-cycle.js.map +0 -1
  1701. package/dist/orchestrator/loop/durable-loop.d.ts +0 -93
  1702. package/dist/orchestrator/loop/durable-loop.d.ts.map +0 -1
  1703. package/dist/orchestrator/loop/durable-loop.js +0 -651
  1704. package/dist/orchestrator/loop/durable-loop.js.map +0 -1
  1705. package/dist/orchestrator/loop/iteration-budget.d.ts +0 -39
  1706. package/dist/orchestrator/loop/iteration-budget.d.ts.map +0 -1
  1707. package/dist/orchestrator/loop/iteration-budget.js +0 -57
  1708. package/dist/orchestrator/loop/iteration-budget.js.map +0 -1
  1709. package/dist/orchestrator/loop/learning-evidence.d.ts +0 -12
  1710. package/dist/orchestrator/loop/learning-evidence.d.ts.map +0 -1
  1711. package/dist/orchestrator/loop/learning-evidence.js +0 -37
  1712. package/dist/orchestrator/loop/learning-evidence.js.map +0 -1
  1713. package/dist/orchestrator/loop/loop-report-helper.d.ts +0 -14
  1714. package/dist/orchestrator/loop/loop-report-helper.d.ts.map +0 -1
  1715. package/dist/orchestrator/loop/loop-report-helper.js +0 -88
  1716. package/dist/orchestrator/loop/loop-report-helper.js.map +0 -1
  1717. package/dist/orchestrator/loop/loop-result-types.d.ts +0 -116
  1718. package/dist/orchestrator/loop/loop-result-types.d.ts.map +0 -1
  1719. package/dist/orchestrator/loop/loop-result-types.js +0 -27
  1720. package/dist/orchestrator/loop/loop-result-types.js.map +0 -1
  1721. package/dist/orchestrator/loop/parallel-dispatch.d.ts +0 -16
  1722. package/dist/orchestrator/loop/parallel-dispatch.d.ts.map +0 -1
  1723. package/dist/orchestrator/loop/parallel-dispatch.js +0 -103
  1724. package/dist/orchestrator/loop/parallel-dispatch.js.map +0 -1
  1725. package/dist/orchestrator/loop/post-loop-hooks.d.ts +0 -31
  1726. package/dist/orchestrator/loop/post-loop-hooks.d.ts.map +0 -1
  1727. package/dist/orchestrator/loop/post-loop-hooks.js +0 -171
  1728. package/dist/orchestrator/loop/post-loop-hooks.js.map +0 -1
  1729. package/dist/orchestrator/loop/run-policy.d.ts +0 -10
  1730. package/dist/orchestrator/loop/run-policy.d.ts.map +0 -1
  1731. package/dist/orchestrator/loop/run-policy.js +0 -30
  1732. package/dist/orchestrator/loop/run-policy.js.map +0 -1
  1733. package/dist/orchestrator/loop/stall-evidence.d.ts +0 -12
  1734. package/dist/orchestrator/loop/stall-evidence.d.ts.map +0 -1
  1735. package/dist/orchestrator/loop/stall-evidence.js +0 -33
  1736. package/dist/orchestrator/loop/stall-evidence.js.map +0 -1
  1737. package/dist/orchestrator/loop/state-diff.d.ts +0 -41
  1738. package/dist/orchestrator/loop/state-diff.d.ts.map +0 -1
  1739. package/dist/orchestrator/loop/state-diff.js +0 -86
  1740. package/dist/orchestrator/loop/state-diff.js.map +0 -1
  1741. package/dist/orchestrator/loop/tree-loop-runner.d.ts +0 -28
  1742. package/dist/orchestrator/loop/tree-loop-runner.d.ts.map +0 -1
  1743. package/dist/orchestrator/loop/tree-loop-runner.js +0 -225
  1744. package/dist/orchestrator/loop/tree-loop-runner.js.map +0 -1
  1745. package/dist/orchestrator/loop/verification-layer1.d.ts +0 -38
  1746. package/dist/orchestrator/loop/verification-layer1.d.ts.map +0 -1
  1747. package/dist/orchestrator/loop/verification-layer1.js +0 -81
  1748. package/dist/orchestrator/loop/verification-layer1.js.map +0 -1
  1749. package/dist/orchestrator/observation/capability-detector.d.ts +0 -2
  1750. package/dist/orchestrator/observation/capability-detector.d.ts.map +0 -1
  1751. package/dist/orchestrator/observation/capability-detector.js +0 -2
  1752. package/dist/orchestrator/observation/capability-detector.js.map +0 -1
  1753. package/dist/orchestrator/strategy/cross-goal-portfolio.d.ts +0 -115
  1754. package/dist/orchestrator/strategy/cross-goal-portfolio.d.ts.map +0 -1
  1755. package/dist/orchestrator/strategy/cross-goal-portfolio.js +0 -397
  1756. package/dist/orchestrator/strategy/cross-goal-portfolio.js.map +0 -1
  1757. package/dist/orchestrator/strategy/divergent-exploration.d.ts +0 -38
  1758. package/dist/orchestrator/strategy/divergent-exploration.d.ts.map +0 -1
  1759. package/dist/orchestrator/strategy/divergent-exploration.js +0 -407
  1760. package/dist/orchestrator/strategy/divergent-exploration.js.map +0 -1
  1761. package/dist/orchestrator/strategy/portfolio-allocation.d.ts +0 -70
  1762. package/dist/orchestrator/strategy/portfolio-allocation.d.ts.map +0 -1
  1763. package/dist/orchestrator/strategy/portfolio-allocation.js +0 -265
  1764. package/dist/orchestrator/strategy/portfolio-allocation.js.map +0 -1
  1765. package/dist/orchestrator/strategy/portfolio-manager.d.ts +0 -148
  1766. package/dist/orchestrator/strategy/portfolio-manager.d.ts.map +0 -1
  1767. package/dist/orchestrator/strategy/portfolio-manager.js +0 -359
  1768. package/dist/orchestrator/strategy/portfolio-manager.js.map +0 -1
  1769. package/dist/orchestrator/strategy/portfolio-momentum.d.ts +0 -11
  1770. package/dist/orchestrator/strategy/portfolio-momentum.d.ts.map +0 -1
  1771. package/dist/orchestrator/strategy/portfolio-momentum.js +0 -64
  1772. package/dist/orchestrator/strategy/portfolio-momentum.js.map +0 -1
  1773. package/dist/orchestrator/strategy/portfolio-rebalance.d.ts +0 -77
  1774. package/dist/orchestrator/strategy/portfolio-rebalance.d.ts.map +0 -1
  1775. package/dist/orchestrator/strategy/portfolio-rebalance.js +0 -761
  1776. package/dist/orchestrator/strategy/portfolio-rebalance.js.map +0 -1
  1777. package/dist/orchestrator/strategy/portfolio-scheduling.d.ts +0 -25
  1778. package/dist/orchestrator/strategy/portfolio-scheduling.d.ts.map +0 -1
  1779. package/dist/orchestrator/strategy/portfolio-scheduling.js +0 -133
  1780. package/dist/orchestrator/strategy/portfolio-scheduling.js.map +0 -1
  1781. package/dist/orchestrator/strategy/strategy-helpers.d.ts +0 -309
  1782. package/dist/orchestrator/strategy/strategy-helpers.d.ts.map +0 -1
  1783. package/dist/orchestrator/strategy/strategy-helpers.js +0 -210
  1784. package/dist/orchestrator/strategy/strategy-helpers.js.map +0 -1
  1785. package/dist/orchestrator/strategy/strategy-manager-base.d.ts +0 -166
  1786. package/dist/orchestrator/strategy/strategy-manager-base.d.ts.map +0 -1
  1787. package/dist/orchestrator/strategy/strategy-manager-base.js +0 -670
  1788. package/dist/orchestrator/strategy/strategy-manager-base.js.map +0 -1
  1789. package/dist/orchestrator/strategy/strategy-manager.d.ts +0 -71
  1790. package/dist/orchestrator/strategy/strategy-manager.d.ts.map +0 -1
  1791. package/dist/orchestrator/strategy/strategy-manager.js +0 -384
  1792. package/dist/orchestrator/strategy/strategy-manager.js.map +0 -1
  1793. package/dist/orchestrator/strategy/strategy-template-registry.d.ts +0 -84
  1794. package/dist/orchestrator/strategy/strategy-template-registry.d.ts.map +0 -1
  1795. package/dist/orchestrator/strategy/strategy-template-registry.js +0 -350
  1796. package/dist/orchestrator/strategy/strategy-template-registry.js.map +0 -1
  1797. package/dist/orchestrator/strategy/strategy-workspace.d.ts +0 -53
  1798. package/dist/orchestrator/strategy/strategy-workspace.d.ts.map +0 -1
  1799. package/dist/orchestrator/strategy/strategy-workspace.js +0 -121
  1800. package/dist/orchestrator/strategy/strategy-workspace.js.map +0 -1
  1801. package/dist/orchestrator/strategy/types/cross-portfolio.d.ts +0 -378
  1802. package/dist/orchestrator/strategy/types/cross-portfolio.d.ts.map +0 -1
  1803. package/dist/orchestrator/strategy/types/cross-portfolio.js +0 -155
  1804. package/dist/orchestrator/strategy/types/cross-portfolio.js.map +0 -1
  1805. package/dist/orchestrator/strategy/types/portfolio.d.ts +0 -146
  1806. package/dist/orchestrator/strategy/types/portfolio.d.ts.map +0 -1
  1807. package/dist/orchestrator/strategy/types/portfolio.js +0 -55
  1808. package/dist/orchestrator/strategy/types/portfolio.js.map +0 -1
  1809. package/dist/orchestrator/strategy/types/strategy.d.ts +0 -1957
  1810. package/dist/orchestrator/strategy/types/strategy.d.ts.map +0 -1
  1811. package/dist/orchestrator/strategy/types/strategy.js +0 -272
  1812. package/dist/orchestrator/strategy/types/strategy.js.map +0 -1
  1813. package/dist/orchestrator/strategy-manager.d.ts +0 -2
  1814. package/dist/orchestrator/strategy-manager.d.ts.map +0 -1
  1815. package/dist/orchestrator/strategy-manager.js +0 -2
  1816. package/dist/orchestrator/strategy-manager.js.map +0 -1
  1817. package/dist/platform/code-search/candidate-normalizer.d.ts +0 -3
  1818. package/dist/platform/code-search/candidate-normalizer.d.ts.map +0 -1
  1819. package/dist/platform/code-search/candidate-normalizer.js +0 -61
  1820. package/dist/platform/code-search/candidate-normalizer.js.map +0 -1
  1821. package/dist/platform/code-search/candidate.d.ts +0 -25
  1822. package/dist/platform/code-search/candidate.d.ts.map +0 -1
  1823. package/dist/platform/code-search/candidate.js +0 -61
  1824. package/dist/platform/code-search/candidate.js.map +0 -1
  1825. package/dist/platform/code-search/contracts.d.ts +0 -278
  1826. package/dist/platform/code-search/contracts.d.ts.map +0 -1
  1827. package/dist/platform/code-search/contracts.js +0 -22
  1828. package/dist/platform/code-search/contracts.js.map +0 -1
  1829. package/dist/platform/code-search/eval/fixtures.d.ts +0 -14
  1830. package/dist/platform/code-search/eval/fixtures.d.ts.map +0 -1
  1831. package/dist/platform/code-search/eval/fixtures.js +0 -24
  1832. package/dist/platform/code-search/eval/fixtures.js.map +0 -1
  1833. package/dist/platform/code-search/eval/metrics.d.ts +0 -10
  1834. package/dist/platform/code-search/eval/metrics.d.ts.map +0 -1
  1835. package/dist/platform/code-search/eval/metrics.js +0 -20
  1836. package/dist/platform/code-search/eval/metrics.js.map +0 -1
  1837. package/dist/platform/code-search/eval/runner.d.ts +0 -3
  1838. package/dist/platform/code-search/eval/runner.d.ts.map +0 -1
  1839. package/dist/platform/code-search/eval/runner.js +0 -13
  1840. package/dist/platform/code-search/eval/runner.js.map +0 -1
  1841. package/dist/platform/code-search/fusion.d.ts +0 -6
  1842. package/dist/platform/code-search/fusion.d.ts.map +0 -1
  1843. package/dist/platform/code-search/fusion.js +0 -12
  1844. package/dist/platform/code-search/fusion.js.map +0 -1
  1845. package/dist/platform/code-search/generated-detector.d.ts +0 -15
  1846. package/dist/platform/code-search/generated-detector.d.ts.map +0 -1
  1847. package/dist/platform/code-search/generated-detector.js +0 -42
  1848. package/dist/platform/code-search/generated-detector.js.map +0 -1
  1849. package/dist/platform/code-search/indexes/call-graph.d.ts +0 -3
  1850. package/dist/platform/code-search/indexes/call-graph.d.ts.map +0 -1
  1851. package/dist/platform/code-search/indexes/call-graph.js +0 -13
  1852. package/dist/platform/code-search/indexes/call-graph.js.map +0 -1
  1853. package/dist/platform/code-search/indexes/config-index.d.ts +0 -3
  1854. package/dist/platform/code-search/indexes/config-index.d.ts.map +0 -1
  1855. package/dist/platform/code-search/indexes/config-index.js +0 -7
  1856. package/dist/platform/code-search/indexes/config-index.js.map +0 -1
  1857. package/dist/platform/code-search/indexes/file-index.d.ts +0 -5
  1858. package/dist/platform/code-search/indexes/file-index.d.ts.map +0 -1
  1859. package/dist/platform/code-search/indexes/file-index.js +0 -106
  1860. package/dist/platform/code-search/indexes/file-index.js.map +0 -1
  1861. package/dist/platform/code-search/indexes/index-store.d.ts +0 -6
  1862. package/dist/platform/code-search/indexes/index-store.d.ts.map +0 -1
  1863. package/dist/platform/code-search/indexes/index-store.js +0 -14
  1864. package/dist/platform/code-search/indexes/index-store.js.map +0 -1
  1865. package/dist/platform/code-search/indexes/indexer.d.ts +0 -3
  1866. package/dist/platform/code-search/indexes/indexer.d.ts.map +0 -1
  1867. package/dist/platform/code-search/indexes/indexer.js +0 -30
  1868. package/dist/platform/code-search/indexes/indexer.js.map +0 -1
  1869. package/dist/platform/code-search/indexes/package-graph.d.ts +0 -3
  1870. package/dist/platform/code-search/indexes/package-graph.d.ts.map +0 -1
  1871. package/dist/platform/code-search/indexes/package-graph.js +0 -26
  1872. package/dist/platform/code-search/indexes/package-graph.js.map +0 -1
  1873. package/dist/platform/code-search/indexes/repo-map-index.d.ts +0 -3
  1874. package/dist/platform/code-search/indexes/repo-map-index.d.ts.map +0 -1
  1875. package/dist/platform/code-search/indexes/repo-map-index.js +0 -26
  1876. package/dist/platform/code-search/indexes/repo-map-index.js.map +0 -1
  1877. package/dist/platform/code-search/indexes/semantic-index.d.ts +0 -3
  1878. package/dist/platform/code-search/indexes/semantic-index.d.ts.map +0 -1
  1879. package/dist/platform/code-search/indexes/semantic-index.js +0 -7
  1880. package/dist/platform/code-search/indexes/semantic-index.js.map +0 -1
  1881. package/dist/platform/code-search/indexes/symbol-index.d.ts +0 -3
  1882. package/dist/platform/code-search/indexes/symbol-index.d.ts.map +0 -1
  1883. package/dist/platform/code-search/indexes/symbol-index.js +0 -84
  1884. package/dist/platform/code-search/indexes/symbol-index.js.map +0 -1
  1885. package/dist/platform/code-search/indexes/test-index.d.ts +0 -3
  1886. package/dist/platform/code-search/indexes/test-index.d.ts.map +0 -1
  1887. package/dist/platform/code-search/indexes/test-index.js +0 -22
  1888. package/dist/platform/code-search/indexes/test-index.js.map +0 -1
  1889. package/dist/platform/code-search/orchestrator.d.ts +0 -9
  1890. package/dist/platform/code-search/orchestrator.d.ts.map +0 -1
  1891. package/dist/platform/code-search/orchestrator.js +0 -92
  1892. package/dist/platform/code-search/orchestrator.js.map +0 -1
  1893. package/dist/platform/code-search/path-policy.d.ts +0 -6
  1894. package/dist/platform/code-search/path-policy.d.ts.map +0 -1
  1895. package/dist/platform/code-search/path-policy.js +0 -60
  1896. package/dist/platform/code-search/path-policy.js.map +0 -1
  1897. package/dist/platform/code-search/progressive-reader.d.ts +0 -8
  1898. package/dist/platform/code-search/progressive-reader.d.ts.map +0 -1
  1899. package/dist/platform/code-search/progressive-reader.js +0 -173
  1900. package/dist/platform/code-search/progressive-reader.js.map +0 -1
  1901. package/dist/platform/code-search/query-planner.d.ts +0 -4
  1902. package/dist/platform/code-search/query-planner.d.ts.map +0 -1
  1903. package/dist/platform/code-search/query-planner.js +0 -91
  1904. package/dist/platform/code-search/query-planner.js.map +0 -1
  1905. package/dist/platform/code-search/reranker.d.ts +0 -8
  1906. package/dist/platform/code-search/reranker.d.ts.map +0 -1
  1907. package/dist/platform/code-search/reranker.js +0 -61
  1908. package/dist/platform/code-search/reranker.js.map +0 -1
  1909. package/dist/platform/code-search/retrievers/callgraph-retriever.d.ts +0 -6
  1910. package/dist/platform/code-search/retrievers/callgraph-retriever.d.ts.map +0 -1
  1911. package/dist/platform/code-search/retrievers/callgraph-retriever.js +0 -31
  1912. package/dist/platform/code-search/retrievers/callgraph-retriever.js.map +0 -1
  1913. package/dist/platform/code-search/retrievers/config-retriever.d.ts +0 -6
  1914. package/dist/platform/code-search/retrievers/config-retriever.d.ts.map +0 -1
  1915. package/dist/platform/code-search/retrievers/config-retriever.js +0 -23
  1916. package/dist/platform/code-search/retrievers/config-retriever.js.map +0 -1
  1917. package/dist/platform/code-search/retrievers/lexical-retriever.d.ts +0 -6
  1918. package/dist/platform/code-search/retrievers/lexical-retriever.d.ts.map +0 -1
  1919. package/dist/platform/code-search/retrievers/lexical-retriever.js +0 -49
  1920. package/dist/platform/code-search/retrievers/lexical-retriever.js.map +0 -1
  1921. package/dist/platform/code-search/retrievers/package-retriever.d.ts +0 -6
  1922. package/dist/platform/code-search/retrievers/package-retriever.d.ts.map +0 -1
  1923. package/dist/platform/code-search/retrievers/package-retriever.js +0 -29
  1924. package/dist/platform/code-search/retrievers/package-retriever.js.map +0 -1
  1925. package/dist/platform/code-search/retrievers/repo-map-retriever.d.ts +0 -6
  1926. package/dist/platform/code-search/retrievers/repo-map-retriever.d.ts.map +0 -1
  1927. package/dist/platform/code-search/retrievers/repo-map-retriever.js +0 -30
  1928. package/dist/platform/code-search/retrievers/repo-map-retriever.js.map +0 -1
  1929. package/dist/platform/code-search/retrievers/semantic-retriever.d.ts +0 -6
  1930. package/dist/platform/code-search/retrievers/semantic-retriever.d.ts.map +0 -1
  1931. package/dist/platform/code-search/retrievers/semantic-retriever.js +0 -18
  1932. package/dist/platform/code-search/retrievers/semantic-retriever.js.map +0 -1
  1933. package/dist/platform/code-search/retrievers/stacktrace-retriever.d.ts +0 -6
  1934. package/dist/platform/code-search/retrievers/stacktrace-retriever.d.ts.map +0 -1
  1935. package/dist/platform/code-search/retrievers/stacktrace-retriever.js +0 -30
  1936. package/dist/platform/code-search/retrievers/stacktrace-retriever.js.map +0 -1
  1937. package/dist/platform/code-search/retrievers/symbol-retriever.d.ts +0 -6
  1938. package/dist/platform/code-search/retrievers/symbol-retriever.d.ts.map +0 -1
  1939. package/dist/platform/code-search/retrievers/symbol-retriever.js +0 -32
  1940. package/dist/platform/code-search/retrievers/symbol-retriever.js.map +0 -1
  1941. package/dist/platform/code-search/retrievers/test-retriever.d.ts +0 -6
  1942. package/dist/platform/code-search/retrievers/test-retriever.d.ts.map +0 -1
  1943. package/dist/platform/code-search/retrievers/test-retriever.js +0 -30
  1944. package/dist/platform/code-search/retrievers/test-retriever.js.map +0 -1
  1945. package/dist/platform/code-search/session-store.d.ts +0 -11
  1946. package/dist/platform/code-search/session-store.d.ts.map +0 -1
  1947. package/dist/platform/code-search/session-store.js +0 -41
  1948. package/dist/platform/code-search/session-store.js.map +0 -1
  1949. package/dist/platform/code-search/trace.d.ts +0 -9
  1950. package/dist/platform/code-search/trace.d.ts.map +0 -1
  1951. package/dist/platform/code-search/trace.js +0 -25
  1952. package/dist/platform/code-search/trace.js.map +0 -1
  1953. package/dist/platform/code-search/verification-retrieval.d.ts +0 -3
  1954. package/dist/platform/code-search/verification-retrieval.d.ts.map +0 -1
  1955. package/dist/platform/code-search/verification-retrieval.js +0 -33
  1956. package/dist/platform/code-search/verification-retrieval.js.map +0 -1
  1957. package/dist/platform/corrections/index.d.ts +0 -2
  1958. package/dist/platform/corrections/index.d.ts.map +0 -1
  1959. package/dist/platform/corrections/index.js +0 -2
  1960. package/dist/platform/corrections/index.js.map +0 -1
  1961. package/dist/platform/corrections/memory-correction-ledger.d.ts +0 -656
  1962. package/dist/platform/corrections/memory-correction-ledger.d.ts.map +0 -1
  1963. package/dist/platform/corrections/memory-correction-ledger.js +0 -120
  1964. package/dist/platform/corrections/memory-correction-ledger.js.map +0 -1
  1965. package/dist/platform/corrections/memory-governance.d.ts +0 -118
  1966. package/dist/platform/corrections/memory-governance.d.ts.map +0 -1
  1967. package/dist/platform/corrections/memory-governance.js +0 -32
  1968. package/dist/platform/corrections/memory-governance.js.map +0 -1
  1969. package/dist/platform/corrections/memory-quarantine.d.ts +0 -57
  1970. package/dist/platform/corrections/memory-quarantine.d.ts.map +0 -1
  1971. package/dist/platform/corrections/memory-quarantine.js +0 -42
  1972. package/dist/platform/corrections/memory-quarantine.js.map +0 -1
  1973. package/dist/platform/corrections/user-memory-operations.d.ts +0 -31
  1974. package/dist/platform/corrections/user-memory-operations.d.ts.map +0 -1
  1975. package/dist/platform/corrections/user-memory-operations.js +0 -139
  1976. package/dist/platform/corrections/user-memory-operations.js.map +0 -1
  1977. package/dist/platform/dream/dream-activation-artifacts.d.ts +0 -5
  1978. package/dist/platform/dream/dream-activation-artifacts.d.ts.map +0 -1
  1979. package/dist/platform/dream/dream-activation-artifacts.js +0 -35
  1980. package/dist/platform/dream/dream-activation-artifacts.js.map +0 -1
  1981. package/dist/platform/dream/dream-activation.d.ts +0 -222
  1982. package/dist/platform/dream/dream-activation.d.ts.map +0 -1
  1983. package/dist/platform/dream/dream-activation.js +0 -294
  1984. package/dist/platform/dream/dream-activation.js.map +0 -1
  1985. package/dist/platform/dream/dream-analyzer.d.ts +0 -53
  1986. package/dist/platform/dream/dream-analyzer.d.ts.map +0 -1
  1987. package/dist/platform/dream/dream-analyzer.js +0 -489
  1988. package/dist/platform/dream/dream-analyzer.js.map +0 -1
  1989. package/dist/platform/dream/dream-config.d.ts +0 -6
  1990. package/dist/platform/dream/dream-config.d.ts.map +0 -1
  1991. package/dist/platform/dream/dream-config.js +0 -20
  1992. package/dist/platform/dream/dream-config.js.map +0 -1
  1993. package/dist/platform/dream/dream-consolidator/fs-metrics.d.ts +0 -18
  1994. package/dist/platform/dream/dream-consolidator/fs-metrics.d.ts.map +0 -1
  1995. package/dist/platform/dream/dream-consolidator/fs-metrics.js +0 -130
  1996. package/dist/platform/dream/dream-consolidator/fs-metrics.js.map +0 -1
  1997. package/dist/platform/dream/dream-consolidator.d.ts +0 -80
  1998. package/dist/platform/dream/dream-consolidator.d.ts.map +0 -1
  1999. package/dist/platform/dream/dream-consolidator.js +0 -757
  2000. package/dist/platform/dream/dream-consolidator.js.map +0 -1
  2001. package/dist/platform/dream/dream-event-workflows.d.ts +0 -115
  2002. package/dist/platform/dream/dream-event-workflows.d.ts.map +0 -1
  2003. package/dist/platform/dream/dream-event-workflows.js +0 -328
  2004. package/dist/platform/dream/dream-event-workflows.js.map +0 -1
  2005. package/dist/platform/dream/dream-importance.d.ts +0 -24
  2006. package/dist/platform/dream/dream-importance.d.ts.map +0 -1
  2007. package/dist/platform/dream/dream-importance.js +0 -71
  2008. package/dist/platform/dream/dream-importance.js.map +0 -1
  2009. package/dist/platform/dream/dream-log-collector.d.ts +0 -73
  2010. package/dist/platform/dream/dream-log-collector.d.ts.map +0 -1
  2011. package/dist/platform/dream/dream-log-collector.js +0 -256
  2012. package/dist/platform/dream/dream-log-collector.js.map +0 -1
  2013. package/dist/platform/dream/dream-log-store.d.ts +0 -22
  2014. package/dist/platform/dream/dream-log-store.d.ts.map +0 -1
  2015. package/dist/platform/dream/dream-log-store.js +0 -150
  2016. package/dist/platform/dream/dream-log-store.js.map +0 -1
  2017. package/dist/platform/dream/dream-schedule-suggestions.d.ts +0 -26
  2018. package/dist/platform/dream/dream-schedule-suggestions.d.ts.map +0 -1
  2019. package/dist/platform/dream/dream-schedule-suggestions.js +0 -195
  2020. package/dist/platform/dream/dream-schedule-suggestions.js.map +0 -1
  2021. package/dist/platform/dream/dream-soil-mutation.d.ts +0 -28
  2022. package/dist/platform/dream/dream-soil-mutation.d.ts.map +0 -1
  2023. package/dist/platform/dream/dream-soil-mutation.js +0 -615
  2024. package/dist/platform/dream/dream-soil-mutation.js.map +0 -1
  2025. package/dist/platform/dream/dream-soil-sync.d.ts +0 -33
  2026. package/dist/platform/dream/dream-soil-sync.d.ts.map +0 -1
  2027. package/dist/platform/dream/dream-soil-sync.js +0 -113
  2028. package/dist/platform/dream/dream-soil-sync.js.map +0 -1
  2029. package/dist/platform/dream/dream-types.d.ts +0 -3594
  2030. package/dist/platform/dream/dream-types.d.ts.map +0 -1
  2031. package/dist/platform/dream/dream-types.js +0 -340
  2032. package/dist/platform/dream/dream-types.js.map +0 -1
  2033. package/dist/platform/dream/index.d.ts +0 -11
  2034. package/dist/platform/dream/index.d.ts.map +0 -1
  2035. package/dist/platform/dream/index.js +0 -11
  2036. package/dist/platform/dream/index.js.map +0 -1
  2037. package/dist/platform/dream/playbook-memory.d.ts +0 -309
  2038. package/dist/platform/dream/playbook-memory.d.ts.map +0 -1
  2039. package/dist/platform/dream/playbook-memory.js +0 -433
  2040. package/dist/platform/dream/playbook-memory.js.map +0 -1
  2041. package/dist/platform/drive/drive-scorer.d.ts +0 -96
  2042. package/dist/platform/drive/drive-scorer.d.ts.map +0 -1
  2043. package/dist/platform/drive/drive-scorer.js +0 -243
  2044. package/dist/platform/drive/drive-scorer.js.map +0 -1
  2045. package/dist/platform/drive/drive-system.d.ts +0 -107
  2046. package/dist/platform/drive/drive-system.d.ts.map +0 -1
  2047. package/dist/platform/drive/drive-system.js +0 -371
  2048. package/dist/platform/drive/drive-system.js.map +0 -1
  2049. package/dist/platform/drive/gap-calculator-tools.d.ts +0 -29
  2050. package/dist/platform/drive/gap-calculator-tools.d.ts.map +0 -1
  2051. package/dist/platform/drive/gap-calculator-tools.js +0 -84
  2052. package/dist/platform/drive/gap-calculator-tools.js.map +0 -1
  2053. package/dist/platform/drive/gap-calculator.d.ts +0 -88
  2054. package/dist/platform/drive/gap-calculator.d.ts.map +0 -1
  2055. package/dist/platform/drive/gap-calculator.js +0 -243
  2056. package/dist/platform/drive/gap-calculator.js.map +0 -1
  2057. package/dist/platform/drive/metric-history.d.ts +0 -61
  2058. package/dist/platform/drive/metric-history.d.ts.map +0 -1
  2059. package/dist/platform/drive/metric-history.js +0 -206
  2060. package/dist/platform/drive/metric-history.js.map +0 -1
  2061. package/dist/platform/drive/progress-predictor.d.ts +0 -31
  2062. package/dist/platform/drive/progress-predictor.d.ts.map +0 -1
  2063. package/dist/platform/drive/progress-predictor.js +0 -116
  2064. package/dist/platform/drive/progress-predictor.js.map +0 -1
  2065. package/dist/platform/drive/reward-log.d.ts +0 -51
  2066. package/dist/platform/drive/reward-log.d.ts.map +0 -1
  2067. package/dist/platform/drive/reward-log.js +0 -48
  2068. package/dist/platform/drive/reward-log.js.map +0 -1
  2069. package/dist/platform/drive/satisficing-helpers.d.ts +0 -28
  2070. package/dist/platform/drive/satisficing-helpers.d.ts.map +0 -1
  2071. package/dist/platform/drive/satisficing-helpers.js +0 -111
  2072. package/dist/platform/drive/satisficing-helpers.js.map +0 -1
  2073. package/dist/platform/drive/satisficing-judge.d.ts +0 -140
  2074. package/dist/platform/drive/satisficing-judge.d.ts.map +0 -1
  2075. package/dist/platform/drive/satisficing-judge.js +0 -441
  2076. package/dist/platform/drive/satisficing-judge.js.map +0 -1
  2077. package/dist/platform/drive/satisficing-propagation.d.ts +0 -30
  2078. package/dist/platform/drive/satisficing-propagation.d.ts.map +0 -1
  2079. package/dist/platform/drive/satisficing-propagation.js +0 -196
  2080. package/dist/platform/drive/satisficing-propagation.js.map +0 -1
  2081. package/dist/platform/drive/stall-detector/analysis.d.ts +0 -5
  2082. package/dist/platform/drive/stall-detector/analysis.d.ts.map +0 -1
  2083. package/dist/platform/drive/stall-detector/analysis.js +0 -55
  2084. package/dist/platform/drive/stall-detector/analysis.js.map +0 -1
  2085. package/dist/platform/drive/stall-detector/repetitive.d.ts +0 -3
  2086. package/dist/platform/drive/stall-detector/repetitive.d.ts.map +0 -1
  2087. package/dist/platform/drive/stall-detector/repetitive.js +0 -117
  2088. package/dist/platform/drive/stall-detector/repetitive.js.map +0 -1
  2089. package/dist/platform/drive/stall-detector/thresholds.d.ts +0 -10
  2090. package/dist/platform/drive/stall-detector/thresholds.d.ts.map +0 -1
  2091. package/dist/platform/drive/stall-detector/thresholds.js +0 -61
  2092. package/dist/platform/drive/stall-detector/thresholds.js.map +0 -1
  2093. package/dist/platform/drive/stall-detector.d.ts +0 -146
  2094. package/dist/platform/drive/stall-detector.d.ts.map +0 -1
  2095. package/dist/platform/drive/stall-detector.js +0 -413
  2096. package/dist/platform/drive/stall-detector.js.map +0 -1
  2097. package/dist/platform/drive/types/drive.d.ts +0 -215
  2098. package/dist/platform/drive/types/drive.d.ts.map +0 -1
  2099. package/dist/platform/drive/types/drive.js +0 -82
  2100. package/dist/platform/drive/types/drive.js.map +0 -1
  2101. package/dist/platform/drive/types/gap.d.ts +0 -147
  2102. package/dist/platform/drive/types/gap.d.ts.map +0 -1
  2103. package/dist/platform/drive/types/gap.js +0 -41
  2104. package/dist/platform/drive/types/gap.js.map +0 -1
  2105. package/dist/platform/drive/types/satisficing.d.ts +0 -130
  2106. package/dist/platform/drive/types/satisficing.d.ts.map +0 -1
  2107. package/dist/platform/drive/types/satisficing.js +0 -54
  2108. package/dist/platform/drive/types/satisficing.js.map +0 -1
  2109. package/dist/platform/drive/types/stall.d.ts +0 -72
  2110. package/dist/platform/drive/types/stall.d.ts.map +0 -1
  2111. package/dist/platform/drive/types/stall.js +0 -29
  2112. package/dist/platform/drive/types/stall.js.map +0 -1
  2113. package/dist/platform/ethics-gate.d.ts +0 -2
  2114. package/dist/platform/ethics-gate.d.ts.map +0 -1
  2115. package/dist/platform/ethics-gate.js +0 -2
  2116. package/dist/platform/ethics-gate.js.map +0 -1
  2117. package/dist/platform/execution/task/task-lifecycle.d.ts +0 -2
  2118. package/dist/platform/execution/task/task-lifecycle.d.ts.map +0 -1
  2119. package/dist/platform/execution/task/task-lifecycle.js +0 -2
  2120. package/dist/platform/execution/task/task-lifecycle.js.map +0 -1
  2121. package/dist/platform/knowledge/drive-score-adapter.d.ts +0 -39
  2122. package/dist/platform/knowledge/drive-score-adapter.d.ts.map +0 -1
  2123. package/dist/platform/knowledge/drive-score-adapter.js +0 -32
  2124. package/dist/platform/knowledge/drive-score-adapter.js.map +0 -1
  2125. package/dist/platform/knowledge/embedding-client.d.ts +0 -49
  2126. package/dist/platform/knowledge/embedding-client.d.ts.map +0 -1
  2127. package/dist/platform/knowledge/embedding-client.js +0 -141
  2128. package/dist/platform/knowledge/embedding-client.js.map +0 -1
  2129. package/dist/platform/knowledge/index.d.ts +0 -3
  2130. package/dist/platform/knowledge/index.d.ts.map +0 -1
  2131. package/dist/platform/knowledge/index.js +0 -3
  2132. package/dist/platform/knowledge/index.js.map +0 -1
  2133. package/dist/platform/knowledge/knowledge-decisions.d.ts +0 -41
  2134. package/dist/platform/knowledge/knowledge-decisions.d.ts.map +0 -1
  2135. package/dist/platform/knowledge/knowledge-decisions.js +0 -223
  2136. package/dist/platform/knowledge/knowledge-decisions.js.map +0 -1
  2137. package/dist/platform/knowledge/knowledge-graph.d.ts +0 -74
  2138. package/dist/platform/knowledge/knowledge-graph.d.ts.map +0 -1
  2139. package/dist/platform/knowledge/knowledge-graph.js +0 -207
  2140. package/dist/platform/knowledge/knowledge-graph.js.map +0 -1
  2141. package/dist/platform/knowledge/knowledge-manager-agent-memory.d.ts +0 -103
  2142. package/dist/platform/knowledge/knowledge-manager-agent-memory.d.ts.map +0 -1
  2143. package/dist/platform/knowledge/knowledge-manager-agent-memory.js +0 -382
  2144. package/dist/platform/knowledge/knowledge-manager-agent-memory.js.map +0 -1
  2145. package/dist/platform/knowledge/knowledge-manager-internals.d.ts +0 -10
  2146. package/dist/platform/knowledge/knowledge-manager-internals.d.ts.map +0 -1
  2147. package/dist/platform/knowledge/knowledge-manager-internals.js +0 -43
  2148. package/dist/platform/knowledge/knowledge-manager-internals.js.map +0 -1
  2149. package/dist/platform/knowledge/knowledge-manager-lint.d.ts +0 -10
  2150. package/dist/platform/knowledge/knowledge-manager-lint.d.ts.map +0 -1
  2151. package/dist/platform/knowledge/knowledge-manager-lint.js +0 -231
  2152. package/dist/platform/knowledge/knowledge-manager-lint.js.map +0 -1
  2153. package/dist/platform/knowledge/knowledge-manager-query.d.ts +0 -87
  2154. package/dist/platform/knowledge/knowledge-manager-query.d.ts.map +0 -1
  2155. package/dist/platform/knowledge/knowledge-manager-query.js +0 -287
  2156. package/dist/platform/knowledge/knowledge-manager-query.js.map +0 -1
  2157. package/dist/platform/knowledge/knowledge-manager-store.d.ts +0 -13
  2158. package/dist/platform/knowledge/knowledge-manager-store.d.ts.map +0 -1
  2159. package/dist/platform/knowledge/knowledge-manager-store.js +0 -67
  2160. package/dist/platform/knowledge/knowledge-manager-store.js.map +0 -1
  2161. package/dist/platform/knowledge/knowledge-manager.d.ts +0 -255
  2162. package/dist/platform/knowledge/knowledge-manager.d.ts.map +0 -1
  2163. package/dist/platform/knowledge/knowledge-manager.js +0 -378
  2164. package/dist/platform/knowledge/knowledge-manager.js.map +0 -1
  2165. package/dist/platform/knowledge/knowledge-revalidation.d.ts +0 -27
  2166. package/dist/platform/knowledge/knowledge-revalidation.d.ts.map +0 -1
  2167. package/dist/platform/knowledge/knowledge-revalidation.js +0 -130
  2168. package/dist/platform/knowledge/knowledge-revalidation.js.map +0 -1
  2169. package/dist/platform/knowledge/knowledge-search.d.ts +0 -42
  2170. package/dist/platform/knowledge/knowledge-search.d.ts.map +0 -1
  2171. package/dist/platform/knowledge/knowledge-search.js +0 -108
  2172. package/dist/platform/knowledge/knowledge-search.js.map +0 -1
  2173. package/dist/platform/knowledge/learning/learning-cross-goal.d.ts +0 -19
  2174. package/dist/platform/knowledge/learning/learning-cross-goal.d.ts.map +0 -1
  2175. package/dist/platform/knowledge/learning/learning-cross-goal.js +0 -177
  2176. package/dist/platform/knowledge/learning/learning-cross-goal.js.map +0 -1
  2177. package/dist/platform/knowledge/learning/learning-exports.d.ts +0 -4
  2178. package/dist/platform/knowledge/learning/learning-exports.d.ts.map +0 -1
  2179. package/dist/platform/knowledge/learning/learning-exports.js +0 -3
  2180. package/dist/platform/knowledge/learning/learning-exports.js.map +0 -1
  2181. package/dist/platform/knowledge/learning/learning-feedback.d.ts +0 -26
  2182. package/dist/platform/knowledge/learning/learning-feedback.d.ts.map +0 -1
  2183. package/dist/platform/knowledge/learning/learning-feedback.js +0 -183
  2184. package/dist/platform/knowledge/learning/learning-feedback.js.map +0 -1
  2185. package/dist/platform/knowledge/learning/learning-pipeline-prompts.d.ts +0 -134
  2186. package/dist/platform/knowledge/learning/learning-pipeline-prompts.d.ts.map +0 -1
  2187. package/dist/platform/knowledge/learning/learning-pipeline-prompts.js +0 -103
  2188. package/dist/platform/knowledge/learning/learning-pipeline-prompts.js.map +0 -1
  2189. package/dist/platform/knowledge/learning/learning-pipeline.d.ts +0 -105
  2190. package/dist/platform/knowledge/learning/learning-pipeline.d.ts.map +0 -1
  2191. package/dist/platform/knowledge/learning/learning-pipeline.js +0 -465
  2192. package/dist/platform/knowledge/learning/learning-pipeline.js.map +0 -1
  2193. package/dist/platform/knowledge/memory/memory-compression.d.ts +0 -44
  2194. package/dist/platform/knowledge/memory/memory-compression.d.ts.map +0 -1
  2195. package/dist/platform/knowledge/memory/memory-compression.js +0 -291
  2196. package/dist/platform/knowledge/memory/memory-compression.js.map +0 -1
  2197. package/dist/platform/knowledge/memory/memory-distill.d.ts +0 -31
  2198. package/dist/platform/knowledge/memory/memory-distill.d.ts.map +0 -1
  2199. package/dist/platform/knowledge/memory/memory-distill.js +0 -170
  2200. package/dist/platform/knowledge/memory/memory-distill.js.map +0 -1
  2201. package/dist/platform/knowledge/memory/memory-exports.d.ts +0 -7
  2202. package/dist/platform/knowledge/memory/memory-exports.d.ts.map +0 -1
  2203. package/dist/platform/knowledge/memory/memory-exports.js +0 -6
  2204. package/dist/platform/knowledge/memory/memory-exports.js.map +0 -1
  2205. package/dist/platform/knowledge/memory/memory-index.d.ts +0 -11
  2206. package/dist/platform/knowledge/memory/memory-index.d.ts.map +0 -1
  2207. package/dist/platform/knowledge/memory/memory-index.js +0 -134
  2208. package/dist/platform/knowledge/memory/memory-index.js.map +0 -1
  2209. package/dist/platform/knowledge/memory/memory-lifecycle-storage.d.ts +0 -4
  2210. package/dist/platform/knowledge/memory/memory-lifecycle-storage.d.ts.map +0 -1
  2211. package/dist/platform/knowledge/memory/memory-lifecycle-storage.js +0 -106
  2212. package/dist/platform/knowledge/memory/memory-lifecycle-storage.js.map +0 -1
  2213. package/dist/platform/knowledge/memory/memory-lifecycle.d.ts +0 -169
  2214. package/dist/platform/knowledge/memory/memory-lifecycle.d.ts.map +0 -1
  2215. package/dist/platform/knowledge/memory/memory-lifecycle.js +0 -296
  2216. package/dist/platform/knowledge/memory/memory-lifecycle.js.map +0 -1
  2217. package/dist/platform/knowledge/memory/memory-persistence.d.ts +0 -30
  2218. package/dist/platform/knowledge/memory/memory-persistence.d.ts.map +0 -1
  2219. package/dist/platform/knowledge/memory/memory-persistence.js +0 -135
  2220. package/dist/platform/knowledge/memory/memory-persistence.js.map +0 -1
  2221. package/dist/platform/knowledge/memory/memory-query.d.ts +0 -4
  2222. package/dist/platform/knowledge/memory/memory-query.d.ts.map +0 -1
  2223. package/dist/platform/knowledge/memory/memory-query.js +0 -64
  2224. package/dist/platform/knowledge/memory/memory-query.js.map +0 -1
  2225. package/dist/platform/knowledge/memory/memory-selection.d.ts +0 -73
  2226. package/dist/platform/knowledge/memory/memory-selection.d.ts.map +0 -1
  2227. package/dist/platform/knowledge/memory/memory-selection.js +0 -334
  2228. package/dist/platform/knowledge/memory/memory-selection.js.map +0 -1
  2229. package/dist/platform/knowledge/memory/memory-stats.d.ts +0 -7
  2230. package/dist/platform/knowledge/memory/memory-stats.d.ts.map +0 -1
  2231. package/dist/platform/knowledge/memory/memory-stats.js +0 -162
  2232. package/dist/platform/knowledge/memory/memory-stats.js.map +0 -1
  2233. package/dist/platform/knowledge/memory/memory-tier.d.ts +0 -65
  2234. package/dist/platform/knowledge/memory/memory-tier.d.ts.map +0 -1
  2235. package/dist/platform/knowledge/memory/memory-tier.js +0 -243
  2236. package/dist/platform/knowledge/memory/memory-tier.js.map +0 -1
  2237. package/dist/platform/knowledge/public-api.d.ts +0 -4
  2238. package/dist/platform/knowledge/public-api.d.ts.map +0 -1
  2239. package/dist/platform/knowledge/public-api.js +0 -4
  2240. package/dist/platform/knowledge/public-api.js.map +0 -1
  2241. package/dist/platform/knowledge/transfer/knowledge-transfer-apply.d.ts +0 -48
  2242. package/dist/platform/knowledge/transfer/knowledge-transfer-apply.d.ts.map +0 -1
  2243. package/dist/platform/knowledge/transfer/knowledge-transfer-apply.js +0 -231
  2244. package/dist/platform/knowledge/transfer/knowledge-transfer-apply.js.map +0 -1
  2245. package/dist/platform/knowledge/transfer/knowledge-transfer-detect.d.ts +0 -28
  2246. package/dist/platform/knowledge/transfer/knowledge-transfer-detect.d.ts.map +0 -1
  2247. package/dist/platform/knowledge/transfer/knowledge-transfer-detect.js +0 -160
  2248. package/dist/platform/knowledge/transfer/knowledge-transfer-detect.js.map +0 -1
  2249. package/dist/platform/knowledge/transfer/knowledge-transfer-evaluate.d.ts +0 -22
  2250. package/dist/platform/knowledge/transfer/knowledge-transfer-evaluate.d.ts.map +0 -1
  2251. package/dist/platform/knowledge/transfer/knowledge-transfer-evaluate.js +0 -109
  2252. package/dist/platform/knowledge/transfer/knowledge-transfer-evaluate.js.map +0 -1
  2253. package/dist/platform/knowledge/transfer/knowledge-transfer-meta.d.ts +0 -38
  2254. package/dist/platform/knowledge/transfer/knowledge-transfer-meta.d.ts.map +0 -1
  2255. package/dist/platform/knowledge/transfer/knowledge-transfer-meta.js +0 -180
  2256. package/dist/platform/knowledge/transfer/knowledge-transfer-meta.js.map +0 -1
  2257. package/dist/platform/knowledge/transfer/knowledge-transfer-prompts.d.ts +0 -46
  2258. package/dist/platform/knowledge/transfer/knowledge-transfer-prompts.d.ts.map +0 -1
  2259. package/dist/platform/knowledge/transfer/knowledge-transfer-prompts.js +0 -75
  2260. package/dist/platform/knowledge/transfer/knowledge-transfer-prompts.js.map +0 -1
  2261. package/dist/platform/knowledge/transfer/knowledge-transfer-types.d.ts +0 -20
  2262. package/dist/platform/knowledge/transfer/knowledge-transfer-types.d.ts.map +0 -1
  2263. package/dist/platform/knowledge/transfer/knowledge-transfer-types.js +0 -25
  2264. package/dist/platform/knowledge/transfer/knowledge-transfer-types.js.map +0 -1
  2265. package/dist/platform/knowledge/transfer/knowledge-transfer.d.ts +0 -100
  2266. package/dist/platform/knowledge/transfer/knowledge-transfer.d.ts.map +0 -1
  2267. package/dist/platform/knowledge/transfer/knowledge-transfer.js +0 -269
  2268. package/dist/platform/knowledge/transfer/knowledge-transfer.js.map +0 -1
  2269. package/dist/platform/knowledge/transfer/transfer-trust.d.ts +0 -40
  2270. package/dist/platform/knowledge/transfer/transfer-trust.d.ts.map +0 -1
  2271. package/dist/platform/knowledge/transfer/transfer-trust.js +0 -137
  2272. package/dist/platform/knowledge/transfer/transfer-trust.js.map +0 -1
  2273. package/dist/platform/knowledge/types/agent-memory.d.ts +0 -1346
  2274. package/dist/platform/knowledge/types/agent-memory.d.ts.map +0 -1
  2275. package/dist/platform/knowledge/types/agent-memory.js +0 -57
  2276. package/dist/platform/knowledge/types/agent-memory.js.map +0 -1
  2277. package/dist/platform/knowledge/types/embedding.d.ts +0 -59
  2278. package/dist/platform/knowledge/types/embedding.d.ts.map +0 -1
  2279. package/dist/platform/knowledge/types/embedding.js +0 -22
  2280. package/dist/platform/knowledge/types/embedding.js.map +0 -1
  2281. package/dist/platform/knowledge/types/knowledge.d.ts +0 -455
  2282. package/dist/platform/knowledge/types/knowledge.d.ts.map +0 -1
  2283. package/dist/platform/knowledge/types/knowledge.js +0 -131
  2284. package/dist/platform/knowledge/types/knowledge.js.map +0 -1
  2285. package/dist/platform/knowledge/types/learning.d.ts +0 -292
  2286. package/dist/platform/knowledge/types/learning.d.ts.map +0 -1
  2287. package/dist/platform/knowledge/types/learning.js +0 -117
  2288. package/dist/platform/knowledge/types/learning.js.map +0 -1
  2289. package/dist/platform/knowledge/types/memory-lifecycle.d.ts +0 -615
  2290. package/dist/platform/knowledge/types/memory-lifecycle.d.ts.map +0 -1
  2291. package/dist/platform/knowledge/types/memory-lifecycle.js +0 -159
  2292. package/dist/platform/knowledge/types/memory-lifecycle.js.map +0 -1
  2293. package/dist/platform/knowledge/vector-index.d.ts +0 -65
  2294. package/dist/platform/knowledge/vector-index.d.ts.map +0 -1
  2295. package/dist/platform/knowledge/vector-index.js +0 -158
  2296. package/dist/platform/knowledge/vector-index.js.map +0 -1
  2297. package/dist/platform/observation/capability-dependencies.d.ts +0 -45
  2298. package/dist/platform/observation/capability-dependencies.d.ts.map +0 -1
  2299. package/dist/platform/observation/capability-dependencies.js +0 -208
  2300. package/dist/platform/observation/capability-dependencies.js.map +0 -1
  2301. package/dist/platform/observation/capability-detector/prompts.d.ts +0 -18
  2302. package/dist/platform/observation/capability-detector/prompts.d.ts.map +0 -1
  2303. package/dist/platform/observation/capability-detector/prompts.js +0 -80
  2304. package/dist/platform/observation/capability-detector/prompts.js.map +0 -1
  2305. package/dist/platform/observation/capability-detector/recommendations.d.ts +0 -5
  2306. package/dist/platform/observation/capability-detector/recommendations.d.ts.map +0 -1
  2307. package/dist/platform/observation/capability-detector/recommendations.js +0 -76
  2308. package/dist/platform/observation/capability-detector/recommendations.js.map +0 -1
  2309. package/dist/platform/observation/capability-detector/types.d.ts +0 -112
  2310. package/dist/platform/observation/capability-detector/types.d.ts.map +0 -1
  2311. package/dist/platform/observation/capability-detector/types.js +0 -75
  2312. package/dist/platform/observation/capability-detector/types.js.map +0 -1
  2313. package/dist/platform/observation/capability-detector.d.ts +0 -75
  2314. package/dist/platform/observation/capability-detector.d.ts.map +0 -1
  2315. package/dist/platform/observation/capability-detector.js +0 -240
  2316. package/dist/platform/observation/capability-detector.js.map +0 -1
  2317. package/dist/platform/observation/capability-registry.d.ts +0 -48
  2318. package/dist/platform/observation/capability-registry.d.ts.map +0 -1
  2319. package/dist/platform/observation/capability-registry.js +0 -135
  2320. package/dist/platform/observation/capability-registry.js.map +0 -1
  2321. package/dist/platform/observation/context-provider/collector.d.ts +0 -15
  2322. package/dist/platform/observation/context-provider/collector.d.ts.map +0 -1
  2323. package/dist/platform/observation/context-provider/collector.js +0 -349
  2324. package/dist/platform/observation/context-provider/collector.js.map +0 -1
  2325. package/dist/platform/observation/context-provider/search-terms.d.ts +0 -2
  2326. package/dist/platform/observation/context-provider/search-terms.d.ts.map +0 -1
  2327. package/dist/platform/observation/context-provider/search-terms.js +0 -24
  2328. package/dist/platform/observation/context-provider/search-terms.js.map +0 -1
  2329. package/dist/platform/observation/context-provider/shared.d.ts +0 -17
  2330. package/dist/platform/observation/context-provider/shared.d.ts.map +0 -1
  2331. package/dist/platform/observation/context-provider/shared.js +0 -87
  2332. package/dist/platform/observation/context-provider/shared.js.map +0 -1
  2333. package/dist/platform/observation/context-provider.d.ts +0 -42
  2334. package/dist/platform/observation/context-provider.d.ts.map +0 -1
  2335. package/dist/platform/observation/context-provider.js +0 -49
  2336. package/dist/platform/observation/context-provider.js.map +0 -1
  2337. package/dist/platform/observation/data-source-adapter.d.ts +0 -65
  2338. package/dist/platform/observation/data-source-adapter.d.ts.map +0 -1
  2339. package/dist/platform/observation/data-source-adapter.js +0 -396
  2340. package/dist/platform/observation/data-source-adapter.js.map +0 -1
  2341. package/dist/platform/observation/dimension-pre-checker.d.ts +0 -26
  2342. package/dist/platform/observation/dimension-pre-checker.d.ts.map +0 -1
  2343. package/dist/platform/observation/dimension-pre-checker.js +0 -130
  2344. package/dist/platform/observation/dimension-pre-checker.js.map +0 -1
  2345. package/dist/platform/observation/engine/observe-context.d.ts +0 -4
  2346. package/dist/platform/observation/engine/observe-context.d.ts.map +0 -1
  2347. package/dist/platform/observation/engine/observe-context.js +0 -26
  2348. package/dist/platform/observation/engine/observe-context.js.map +0 -1
  2349. package/dist/platform/observation/engine/observe-datasource-stage.d.ts +0 -34
  2350. package/dist/platform/observation/engine/observe-datasource-stage.d.ts.map +0 -1
  2351. package/dist/platform/observation/engine/observe-datasource-stage.js +0 -66
  2352. package/dist/platform/observation/engine/observe-datasource-stage.js.map +0 -1
  2353. package/dist/platform/observation/engine/observe-llm-stage.d.ts +0 -25
  2354. package/dist/platform/observation/engine/observe-llm-stage.d.ts.map +0 -1
  2355. package/dist/platform/observation/engine/observe-llm-stage.js +0 -79
  2356. package/dist/platform/observation/engine/observe-llm-stage.js.map +0 -1
  2357. package/dist/platform/observation/engine/observe-precheck.d.ts +0 -21
  2358. package/dist/platform/observation/engine/observe-precheck.d.ts.map +0 -1
  2359. package/dist/platform/observation/engine/observe-precheck.js +0 -51
  2360. package/dist/platform/observation/engine/observe-precheck.js.map +0 -1
  2361. package/dist/platform/observation/engine/observe-self-report.d.ts +0 -18
  2362. package/dist/platform/observation/engine/observe-self-report.d.ts.map +0 -1
  2363. package/dist/platform/observation/engine/observe-self-report.js +0 -26
  2364. package/dist/platform/observation/engine/observe-self-report.js.map +0 -1
  2365. package/dist/platform/observation/engine/observe-tool-stage.d.ts +0 -21
  2366. package/dist/platform/observation/engine/observe-tool-stage.d.ts.map +0 -1
  2367. package/dist/platform/observation/engine/observe-tool-stage.js +0 -49
  2368. package/dist/platform/observation/engine/observe-tool-stage.js.map +0 -1
  2369. package/dist/platform/observation/observation-apply.d.ts +0 -18
  2370. package/dist/platform/observation/observation-apply.d.ts.map +0 -1
  2371. package/dist/platform/observation/observation-apply.js +0 -184
  2372. package/dist/platform/observation/observation-apply.js.map +0 -1
  2373. package/dist/platform/observation/observation-datasource.d.ts +0 -21
  2374. package/dist/platform/observation/observation-datasource.d.ts.map +0 -1
  2375. package/dist/platform/observation/observation-datasource.js +0 -111
  2376. package/dist/platform/observation/observation-datasource.js.map +0 -1
  2377. package/dist/platform/observation/observation-engine.d.ts +0 -171
  2378. package/dist/platform/observation/observation-engine.d.ts.map +0 -1
  2379. package/dist/platform/observation/observation-engine.js +0 -449
  2380. package/dist/platform/observation/observation-engine.js.map +0 -1
  2381. package/dist/platform/observation/observation-helpers.d.ts +0 -124
  2382. package/dist/platform/observation/observation-helpers.d.ts.map +0 -1
  2383. package/dist/platform/observation/observation-helpers.js +0 -175
  2384. package/dist/platform/observation/observation-helpers.js.map +0 -1
  2385. package/dist/platform/observation/observation-llm.d.ts +0 -64
  2386. package/dist/platform/observation/observation-llm.d.ts.map +0 -1
  2387. package/dist/platform/observation/observation-llm.js +0 -430
  2388. package/dist/platform/observation/observation-llm.js.map +0 -1
  2389. package/dist/platform/observation/observation-task.d.ts +0 -29
  2390. package/dist/platform/observation/observation-task.d.ts.map +0 -1
  2391. package/dist/platform/observation/observation-task.js +0 -51
  2392. package/dist/platform/observation/observation-task.js.map +0 -1
  2393. package/dist/platform/observation/observation-tools.d.ts +0 -22
  2394. package/dist/platform/observation/observation-tools.d.ts.map +0 -1
  2395. package/dist/platform/observation/observation-tools.js +0 -86
  2396. package/dist/platform/observation/observation-tools.js.map +0 -1
  2397. package/dist/platform/observation/types/capability.d.ts +0 -292
  2398. package/dist/platform/observation/types/capability.d.ts.map +0 -1
  2399. package/dist/platform/observation/types/capability.js +0 -53
  2400. package/dist/platform/observation/types/capability.js.map +0 -1
  2401. package/dist/platform/observation/types/data-source.d.ts +0 -527
  2402. package/dist/platform/observation/types/data-source.d.ts.map +0 -1
  2403. package/dist/platform/observation/types/data-source.js +0 -71
  2404. package/dist/platform/observation/types/data-source.js.map +0 -1
  2405. package/dist/platform/observation/workspace-context.d.ts +0 -16
  2406. package/dist/platform/observation/workspace-context.d.ts.map +0 -1
  2407. package/dist/platform/observation/workspace-context.js +0 -370
  2408. package/dist/platform/observation/workspace-context.js.map +0 -1
  2409. package/dist/platform/profile/proactive-feedback-proposals.d.ts +0 -11
  2410. package/dist/platform/profile/proactive-feedback-proposals.d.ts.map +0 -1
  2411. package/dist/platform/profile/proactive-feedback-proposals.js +0 -106
  2412. package/dist/platform/profile/proactive-feedback-proposals.js.map +0 -1
  2413. package/dist/platform/profile/profile-change-proposal.d.ts +0 -464
  2414. package/dist/platform/profile/profile-change-proposal.d.ts.map +0 -1
  2415. package/dist/platform/profile/profile-change-proposal.js +0 -352
  2416. package/dist/platform/profile/profile-change-proposal.js.map +0 -1
  2417. package/dist/platform/profile/relationship-profile.d.ts +0 -351
  2418. package/dist/platform/profile/relationship-profile.d.ts.map +0 -1
  2419. package/dist/platform/profile/relationship-profile.js +0 -351
  2420. package/dist/platform/profile/relationship-profile.js.map +0 -1
  2421. package/dist/platform/profile/retrieval-context.d.ts +0 -12
  2422. package/dist/platform/profile/retrieval-context.d.ts.map +0 -1
  2423. package/dist/platform/profile/retrieval-context.js +0 -21
  2424. package/dist/platform/profile/retrieval-context.js.map +0 -1
  2425. package/dist/platform/profile/user-md-profile-import.d.ts +0 -73
  2426. package/dist/platform/profile/user-md-profile-import.d.ts.map +0 -1
  2427. package/dist/platform/profile/user-md-profile-import.js +0 -179
  2428. package/dist/platform/profile/user-md-profile-import.js.map +0 -1
  2429. package/dist/platform/runtime/plugin-loader.d.ts +0 -2
  2430. package/dist/platform/runtime/plugin-loader.d.ts.map +0 -1
  2431. package/dist/platform/runtime/plugin-loader.js +0 -2
  2432. package/dist/platform/runtime/plugin-loader.js.map +0 -1
  2433. package/dist/platform/soil/checksum.d.ts +0 -2
  2434. package/dist/platform/soil/checksum.d.ts.map +0 -1
  2435. package/dist/platform/soil/checksum.js +0 -17
  2436. package/dist/platform/soil/checksum.js.map +0 -1
  2437. package/dist/platform/soil/compiled-memory-projections.d.ts +0 -14
  2438. package/dist/platform/soil/compiled-memory-projections.d.ts.map +0 -1
  2439. package/dist/platform/soil/compiled-memory-projections.js +0 -297
  2440. package/dist/platform/soil/compiled-memory-projections.js.map +0 -1
  2441. package/dist/platform/soil/compiler.d.ts +0 -27
  2442. package/dist/platform/soil/compiler.d.ts.map +0 -1
  2443. package/dist/platform/soil/compiler.js +0 -78
  2444. package/dist/platform/soil/compiler.js.map +0 -1
  2445. package/dist/platform/soil/config.d.ts +0 -16
  2446. package/dist/platform/soil/config.d.ts.map +0 -1
  2447. package/dist/platform/soil/config.js +0 -29
  2448. package/dist/platform/soil/config.js.map +0 -1
  2449. package/dist/platform/soil/content-projections.d.ts +0 -20
  2450. package/dist/platform/soil/content-projections.d.ts.map +0 -1
  2451. package/dist/platform/soil/content-projections.js +0 -461
  2452. package/dist/platform/soil/content-projections.js.map +0 -1
  2453. package/dist/platform/soil/context-compiler.d.ts +0 -49
  2454. package/dist/platform/soil/context-compiler.d.ts.map +0 -1
  2455. package/dist/platform/soil/context-compiler.js +0 -436
  2456. package/dist/platform/soil/context-compiler.js.map +0 -1
  2457. package/dist/platform/soil/context-evaluation.d.ts +0 -63
  2458. package/dist/platform/soil/context-evaluation.d.ts.map +0 -1
  2459. package/dist/platform/soil/context-evaluation.js +0 -90
  2460. package/dist/platform/soil/context-evaluation.js.map +0 -1
  2461. package/dist/platform/soil/contracts.d.ts +0 -2026
  2462. package/dist/platform/soil/contracts.d.ts.map +0 -1
  2463. package/dist/platform/soil/contracts.js +0 -303
  2464. package/dist/platform/soil/contracts.js.map +0 -1
  2465. package/dist/platform/soil/ddl.d.ts +0 -8
  2466. package/dist/platform/soil/ddl.d.ts.map +0 -1
  2467. package/dist/platform/soil/ddl.js +0 -169
  2468. package/dist/platform/soil/ddl.js.map +0 -1
  2469. package/dist/platform/soil/display/index.d.ts +0 -4
  2470. package/dist/platform/soil/display/index.d.ts.map +0 -1
  2471. package/dist/platform/soil/display/index.js +0 -4
  2472. package/dist/platform/soil/display/index.js.map +0 -1
  2473. package/dist/platform/soil/display/materialize.d.ts +0 -3
  2474. package/dist/platform/soil/display/materialize.d.ts.map +0 -1
  2475. package/dist/platform/soil/display/materialize.js +0 -381
  2476. package/dist/platform/soil/display/materialize.js.map +0 -1
  2477. package/dist/platform/soil/display/registry.d.ts +0 -4
  2478. package/dist/platform/soil/display/registry.d.ts.map +0 -1
  2479. package/dist/platform/soil/display/registry.js +0 -19
  2480. package/dist/platform/soil/display/registry.js.map +0 -1
  2481. package/dist/platform/soil/display/types.d.ts +0 -28
  2482. package/dist/platform/soil/display/types.d.ts.map +0 -1
  2483. package/dist/platform/soil/display/types.js +0 -2
  2484. package/dist/platform/soil/display/types.js.map +0 -1
  2485. package/dist/platform/soil/doctor.d.ts +0 -38
  2486. package/dist/platform/soil/doctor.d.ts.map +0 -1
  2487. package/dist/platform/soil/doctor.js +0 -473
  2488. package/dist/platform/soil/doctor.js.map +0 -1
  2489. package/dist/platform/soil/feedback-store.d.ts +0 -10
  2490. package/dist/platform/soil/feedback-store.d.ts.map +0 -1
  2491. package/dist/platform/soil/feedback-store.js +0 -38
  2492. package/dist/platform/soil/feedback-store.js.map +0 -1
  2493. package/dist/platform/soil/frontmatter.d.ts +0 -15
  2494. package/dist/platform/soil/frontmatter.d.ts.map +0 -1
  2495. package/dist/platform/soil/frontmatter.js +0 -82
  2496. package/dist/platform/soil/frontmatter.js.map +0 -1
  2497. package/dist/platform/soil/health.d.ts +0 -35
  2498. package/dist/platform/soil/health.d.ts.map +0 -1
  2499. package/dist/platform/soil/health.js +0 -126
  2500. package/dist/platform/soil/health.js.map +0 -1
  2501. package/dist/platform/soil/importer.d.ts +0 -118
  2502. package/dist/platform/soil/importer.d.ts.map +0 -1
  2503. package/dist/platform/soil/importer.js +0 -145
  2504. package/dist/platform/soil/importer.js.map +0 -1
  2505. package/dist/platform/soil/index-store.d.ts +0 -89
  2506. package/dist/platform/soil/index-store.d.ts.map +0 -1
  2507. package/dist/platform/soil/index-store.js +0 -408
  2508. package/dist/platform/soil/index-store.js.map +0 -1
  2509. package/dist/platform/soil/index.d.ts +0 -25
  2510. package/dist/platform/soil/index.d.ts.map +0 -1
  2511. package/dist/platform/soil/index.js +0 -25
  2512. package/dist/platform/soil/index.js.map +0 -1
  2513. package/dist/platform/soil/io.d.ts +0 -18
  2514. package/dist/platform/soil/io.d.ts.map +0 -1
  2515. package/dist/platform/soil/io.js +0 -56
  2516. package/dist/platform/soil/io.js.map +0 -1
  2517. package/dist/platform/soil/open.d.ts +0 -32
  2518. package/dist/platform/soil/open.d.ts.map +0 -1
  2519. package/dist/platform/soil/open.js +0 -80
  2520. package/dist/platform/soil/open.js.map +0 -1
  2521. package/dist/platform/soil/paths.d.ts +0 -9
  2522. package/dist/platform/soil/paths.d.ts.map +0 -1
  2523. package/dist/platform/soil/paths.js +0 -78
  2524. package/dist/platform/soil/paths.js.map +0 -1
  2525. package/dist/platform/soil/projection-support.d.ts +0 -48
  2526. package/dist/platform/soil/projection-support.d.ts.map +0 -1
  2527. package/dist/platform/soil/projection-support.js +0 -107
  2528. package/dist/platform/soil/projection-support.js.map +0 -1
  2529. package/dist/platform/soil/projections.d.ts +0 -16
  2530. package/dist/platform/soil/projections.d.ts.map +0 -1
  2531. package/dist/platform/soil/projections.js +0 -265
  2532. package/dist/platform/soil/projections.js.map +0 -1
  2533. package/dist/platform/soil/publish/apple-notes.d.ts +0 -15
  2534. package/dist/platform/soil/publish/apple-notes.d.ts.map +0 -1
  2535. package/dist/platform/soil/publish/apple-notes.js +0 -58
  2536. package/dist/platform/soil/publish/apple-notes.js.map +0 -1
  2537. package/dist/platform/soil/publish/config.d.ts +0 -14
  2538. package/dist/platform/soil/publish/config.d.ts.map +0 -1
  2539. package/dist/platform/soil/publish/config.js +0 -59
  2540. package/dist/platform/soil/publish/config.js.map +0 -1
  2541. package/dist/platform/soil/publish/index.d.ts +0 -7
  2542. package/dist/platform/soil/publish/index.d.ts.map +0 -1
  2543. package/dist/platform/soil/publish/index.js +0 -7
  2544. package/dist/platform/soil/publish/index.js.map +0 -1
  2545. package/dist/platform/soil/publish/notion.d.ts +0 -51
  2546. package/dist/platform/soil/publish/notion.d.ts.map +0 -1
  2547. package/dist/platform/soil/publish/notion.js +0 -201
  2548. package/dist/platform/soil/publish/notion.js.map +0 -1
  2549. package/dist/platform/soil/publish/publisher.d.ts +0 -13
  2550. package/dist/platform/soil/publish/publisher.d.ts.map +0 -1
  2551. package/dist/platform/soil/publish/publisher.js +0 -57
  2552. package/dist/platform/soil/publish/publisher.js.map +0 -1
  2553. package/dist/platform/soil/publish/snapshot.d.ts +0 -4
  2554. package/dist/platform/soil/publish/snapshot.d.ts.map +0 -1
  2555. package/dist/platform/soil/publish/snapshot.js +0 -40
  2556. package/dist/platform/soil/publish/snapshot.js.map +0 -1
  2557. package/dist/platform/soil/publish/types.d.ts +0 -169
  2558. package/dist/platform/soil/publish/types.d.ts.map +0 -1
  2559. package/dist/platform/soil/publish/types.js +0 -32
  2560. package/dist/platform/soil/publish/types.js.map +0 -1
  2561. package/dist/platform/soil/retriever.d.ts +0 -77
  2562. package/dist/platform/soil/retriever.d.ts.map +0 -1
  2563. package/dist/platform/soil/retriever.js +0 -351
  2564. package/dist/platform/soil/retriever.js.map +0 -1
  2565. package/dist/platform/soil/runtime-rebuild.d.ts +0 -33
  2566. package/dist/platform/soil/runtime-rebuild.d.ts.map +0 -1
  2567. package/dist/platform/soil/runtime-rebuild.js +0 -200
  2568. package/dist/platform/soil/runtime-rebuild.js.map +0 -1
  2569. package/dist/platform/soil/sqlite-repository-helpers.d.ts +0 -84
  2570. package/dist/platform/soil/sqlite-repository-helpers.d.ts.map +0 -1
  2571. package/dist/platform/soil/sqlite-repository-helpers.js +0 -143
  2572. package/dist/platform/soil/sqlite-repository-helpers.js.map +0 -1
  2573. package/dist/platform/soil/sqlite-repository-search.d.ts +0 -8
  2574. package/dist/platform/soil/sqlite-repository-search.d.ts.map +0 -1
  2575. package/dist/platform/soil/sqlite-repository-search.js +0 -412
  2576. package/dist/platform/soil/sqlite-repository-search.js.map +0 -1
  2577. package/dist/platform/soil/sqlite-repository-storage.d.ts +0 -10
  2578. package/dist/platform/soil/sqlite-repository-storage.d.ts.map +0 -1
  2579. package/dist/platform/soil/sqlite-repository-storage.js +0 -399
  2580. package/dist/platform/soil/sqlite-repository-storage.js.map +0 -1
  2581. package/dist/platform/soil/sqlite-repository.d.ts +0 -31
  2582. package/dist/platform/soil/sqlite-repository.d.ts.map +0 -1
  2583. package/dist/platform/soil/sqlite-repository.js +0 -177
  2584. package/dist/platform/soil/sqlite-repository.js.map +0 -1
  2585. package/dist/platform/soil/types.d.ts +0 -506
  2586. package/dist/platform/soil/types.d.ts.map +0 -1
  2587. package/dist/platform/soil/types.js +0 -146
  2588. package/dist/platform/soil/types.js.map +0 -1
  2589. package/dist/platform/time/deadline-finalization.d.ts +0 -57
  2590. package/dist/platform/time/deadline-finalization.d.ts.map +0 -1
  2591. package/dist/platform/time/deadline-finalization.js +0 -136
  2592. package/dist/platform/time/deadline-finalization.js.map +0 -1
  2593. package/dist/platform/time/effect-latency-estimator.d.ts +0 -15
  2594. package/dist/platform/time/effect-latency-estimator.d.ts.map +0 -1
  2595. package/dist/platform/time/effect-latency-estimator.js +0 -39
  2596. package/dist/platform/time/effect-latency-estimator.js.map +0 -1
  2597. package/dist/platform/time/execution-mode.d.ts +0 -29
  2598. package/dist/platform/time/execution-mode.d.ts.map +0 -1
  2599. package/dist/platform/time/execution-mode.js +0 -84
  2600. package/dist/platform/time/execution-mode.js.map +0 -1
  2601. package/dist/platform/time/time-horizon-engine.d.ts +0 -18
  2602. package/dist/platform/time/time-horizon-engine.d.ts.map +0 -1
  2603. package/dist/platform/time/time-horizon-engine.js +0 -215
  2604. package/dist/platform/time/time-horizon-engine.js.map +0 -1
  2605. package/dist/platform/tools/executor.d.ts +0 -2
  2606. package/dist/platform/tools/executor.d.ts.map +0 -1
  2607. package/dist/platform/tools/executor.js +0 -2
  2608. package/dist/platform/tools/executor.js.map +0 -1
  2609. package/dist/platform/traits/character-config.d.ts +0 -34
  2610. package/dist/platform/traits/character-config.d.ts.map +0 -1
  2611. package/dist/platform/traits/character-config.js +0 -53
  2612. package/dist/platform/traits/character-config.js.map +0 -1
  2613. package/dist/platform/traits/curiosity-engine.d.ts +0 -176
  2614. package/dist/platform/traits/curiosity-engine.d.ts.map +0 -1
  2615. package/dist/platform/traits/curiosity-engine.js +0 -525
  2616. package/dist/platform/traits/curiosity-engine.js.map +0 -1
  2617. package/dist/platform/traits/curiosity-proposals.d.ts +0 -44
  2618. package/dist/platform/traits/curiosity-proposals.d.ts.map +0 -1
  2619. package/dist/platform/traits/curiosity-proposals.js +0 -284
  2620. package/dist/platform/traits/curiosity-proposals.js.map +0 -1
  2621. package/dist/platform/traits/curiosity-transfer.d.ts +0 -31
  2622. package/dist/platform/traits/curiosity-transfer.d.ts.map +0 -1
  2623. package/dist/platform/traits/curiosity-transfer.js +0 -53
  2624. package/dist/platform/traits/curiosity-transfer.js.map +0 -1
  2625. package/dist/platform/traits/ethics-gate.d.ts +0 -76
  2626. package/dist/platform/traits/ethics-gate.d.ts.map +0 -1
  2627. package/dist/platform/traits/ethics-gate.js +0 -281
  2628. package/dist/platform/traits/ethics-gate.js.map +0 -1
  2629. package/dist/platform/traits/ethics-rules.d.ts +0 -8
  2630. package/dist/platform/traits/ethics-rules.d.ts.map +0 -1
  2631. package/dist/platform/traits/ethics-rules.js +0 -90
  2632. package/dist/platform/traits/ethics-rules.js.map +0 -1
  2633. package/dist/platform/traits/guardrail-runner.d.ts +0 -29
  2634. package/dist/platform/traits/guardrail-runner.d.ts.map +0 -1
  2635. package/dist/platform/traits/guardrail-runner.js +0 -81
  2636. package/dist/platform/traits/guardrail-runner.js.map +0 -1
  2637. package/dist/platform/traits/trust-manager.d.ts +0 -90
  2638. package/dist/platform/traits/trust-manager.d.ts.map +0 -1
  2639. package/dist/platform/traits/trust-manager.js +0 -276
  2640. package/dist/platform/traits/trust-manager.js.map +0 -1
  2641. package/dist/platform/traits/types/character.d.ts +0 -20
  2642. package/dist/platform/traits/types/character.d.ts.map +0 -1
  2643. package/dist/platform/traits/types/character.js +0 -10
  2644. package/dist/platform/traits/types/character.js.map +0 -1
  2645. package/dist/platform/traits/types/curiosity.d.ts +0 -590
  2646. package/dist/platform/traits/types/curiosity.d.ts.map +0 -1
  2647. package/dist/platform/traits/types/curiosity.js +0 -96
  2648. package/dist/platform/traits/types/curiosity.js.map +0 -1
  2649. package/dist/platform/traits/types/ethics.d.ts +0 -169
  2650. package/dist/platform/traits/types/ethics.d.ts.map +0 -1
  2651. package/dist/platform/traits/types/ethics.js +0 -47
  2652. package/dist/platform/traits/types/ethics.js.map +0 -1
  2653. package/dist/platform/traits/types/guardrail.d.ts +0 -104
  2654. package/dist/platform/traits/types/guardrail.d.ts.map +0 -1
  2655. package/dist/platform/traits/types/guardrail.js +0 -34
  2656. package/dist/platform/traits/types/guardrail.js.map +0 -1
  2657. package/dist/platform/traits/types/trust.d.ts +0 -126
  2658. package/dist/platform/traits/types/trust.d.ts.map +0 -1
  2659. package/dist/platform/traits/types/trust.js +0 -38
  2660. package/dist/platform/traits/types/trust.js.map +0 -1
  2661. package/dist/prompt/context-assembler.d.ts +0 -123
  2662. package/dist/prompt/context-assembler.d.ts.map +0 -1
  2663. package/dist/prompt/context-assembler.js +0 -374
  2664. package/dist/prompt/context-assembler.js.map +0 -1
  2665. package/dist/prompt/formatters.d.ts +0 -50
  2666. package/dist/prompt/formatters.d.ts.map +0 -1
  2667. package/dist/prompt/formatters.js +0 -135
  2668. package/dist/prompt/formatters.js.map +0 -1
  2669. package/dist/prompt/gateway.d.ts +0 -42
  2670. package/dist/prompt/gateway.d.ts.map +0 -1
  2671. package/dist/prompt/gateway.js +0 -125
  2672. package/dist/prompt/gateway.js.map +0 -1
  2673. package/dist/prompt/index.d.ts +0 -12
  2674. package/dist/prompt/index.d.ts.map +0 -1
  2675. package/dist/prompt/index.js +0 -9
  2676. package/dist/prompt/index.js.map +0 -1
  2677. package/dist/prompt/purposes/capability.d.ts +0 -64
  2678. package/dist/prompt/purposes/capability.d.ts.map +0 -1
  2679. package/dist/prompt/purposes/capability.js +0 -38
  2680. package/dist/prompt/purposes/capability.js.map +0 -1
  2681. package/dist/prompt/purposes/checkpoint.d.ts +0 -22
  2682. package/dist/prompt/purposes/checkpoint.d.ts.map +0 -1
  2683. package/dist/prompt/purposes/checkpoint.js +0 -17
  2684. package/dist/prompt/purposes/checkpoint.js.map +0 -1
  2685. package/dist/prompt/purposes/curiosity.d.ts +0 -41
  2686. package/dist/prompt/purposes/curiosity.d.ts.map +0 -1
  2687. package/dist/prompt/purposes/curiosity.js +0 -19
  2688. package/dist/prompt/purposes/curiosity.js.map +0 -1
  2689. package/dist/prompt/purposes/dependency.d.ts +0 -34
  2690. package/dist/prompt/purposes/dependency.d.ts.map +0 -1
  2691. package/dist/prompt/purposes/dependency.js +0 -21
  2692. package/dist/prompt/purposes/dependency.js.map +0 -1
  2693. package/dist/prompt/purposes/dream.d.ts +0 -9
  2694. package/dist/prompt/purposes/dream.d.ts.map +0 -1
  2695. package/dist/prompt/purposes/dream.js +0 -71
  2696. package/dist/prompt/purposes/dream.js.map +0 -1
  2697. package/dist/prompt/purposes/ethics.d.ts +0 -47
  2698. package/dist/prompt/purposes/ethics.d.ts.map +0 -1
  2699. package/dist/prompt/purposes/ethics.js +0 -89
  2700. package/dist/prompt/purposes/ethics.js.map +0 -1
  2701. package/dist/prompt/purposes/final-migration.d.ts +0 -15
  2702. package/dist/prompt/purposes/final-migration.d.ts.map +0 -1
  2703. package/dist/prompt/purposes/final-migration.js +0 -15
  2704. package/dist/prompt/purposes/final-migration.js.map +0 -1
  2705. package/dist/prompt/purposes/goal-decomposition.d.ts +0 -46
  2706. package/dist/prompt/purposes/goal-decomposition.d.ts.map +0 -1
  2707. package/dist/prompt/purposes/goal-decomposition.js +0 -20
  2708. package/dist/prompt/purposes/goal-decomposition.js.map +0 -1
  2709. package/dist/prompt/purposes/goal-quality.d.ts +0 -61
  2710. package/dist/prompt/purposes/goal-quality.d.ts.map +0 -1
  2711. package/dist/prompt/purposes/goal-quality.js +0 -37
  2712. package/dist/prompt/purposes/goal-quality.js.map +0 -1
  2713. package/dist/prompt/purposes/index.d.ts +0 -30
  2714. package/dist/prompt/purposes/index.d.ts.map +0 -1
  2715. package/dist/prompt/purposes/index.js +0 -321
  2716. package/dist/prompt/purposes/index.js.map +0 -1
  2717. package/dist/prompt/purposes/knowledge-transfer.d.ts +0 -81
  2718. package/dist/prompt/purposes/knowledge-transfer.d.ts.map +0 -1
  2719. package/dist/prompt/purposes/knowledge-transfer.js +0 -33
  2720. package/dist/prompt/purposes/knowledge-transfer.js.map +0 -1
  2721. package/dist/prompt/purposes/knowledge.d.ts +0 -88
  2722. package/dist/prompt/purposes/knowledge.d.ts.map +0 -1
  2723. package/dist/prompt/purposes/knowledge.js +0 -59
  2724. package/dist/prompt/purposes/knowledge.js.map +0 -1
  2725. package/dist/prompt/purposes/learning.d.ts +0 -70
  2726. package/dist/prompt/purposes/learning.d.ts.map +0 -1
  2727. package/dist/prompt/purposes/learning.js +0 -32
  2728. package/dist/prompt/purposes/learning.js.map +0 -1
  2729. package/dist/prompt/purposes/memory-distill.d.ts +0 -75
  2730. package/dist/prompt/purposes/memory-distill.d.ts.map +0 -1
  2731. package/dist/prompt/purposes/memory-distill.js +0 -27
  2732. package/dist/prompt/purposes/memory-distill.js.map +0 -1
  2733. package/dist/prompt/purposes/observation.d.ts +0 -25
  2734. package/dist/prompt/purposes/observation.d.ts.map +0 -1
  2735. package/dist/prompt/purposes/observation.js +0 -17
  2736. package/dist/prompt/purposes/observation.js.map +0 -1
  2737. package/dist/prompt/purposes/strategy-template.d.ts +0 -57
  2738. package/dist/prompt/purposes/strategy-template.d.ts.map +0 -1
  2739. package/dist/prompt/purposes/strategy-template.js +0 -31
  2740. package/dist/prompt/purposes/strategy-template.js.map +0 -1
  2741. package/dist/prompt/purposes/strategy.d.ts +0 -11
  2742. package/dist/prompt/purposes/strategy.d.ts.map +0 -1
  2743. package/dist/prompt/purposes/strategy.js +0 -29
  2744. package/dist/prompt/purposes/strategy.js.map +0 -1
  2745. package/dist/prompt/purposes/task-generation.d.ts +0 -26
  2746. package/dist/prompt/purposes/task-generation.d.ts.map +0 -1
  2747. package/dist/prompt/purposes/task-generation.js +0 -22
  2748. package/dist/prompt/purposes/task-generation.js.map +0 -1
  2749. package/dist/prompt/purposes/verification.d.ts +0 -25
  2750. package/dist/prompt/purposes/verification.d.ts.map +0 -1
  2751. package/dist/prompt/purposes/verification.js +0 -17
  2752. package/dist/prompt/purposes/verification.js.map +0 -1
  2753. package/dist/prompt/slot-definitions.d.ts +0 -33
  2754. package/dist/prompt/slot-definitions.d.ts.map +0 -1
  2755. package/dist/prompt/slot-definitions.js +0 -383
  2756. package/dist/prompt/slot-definitions.js.map +0 -1
  2757. package/dist/reflection/dream-consolidation.d.ts +0 -11
  2758. package/dist/reflection/dream-consolidation.d.ts.map +0 -1
  2759. package/dist/reflection/dream-consolidation.js +0 -61
  2760. package/dist/reflection/dream-consolidation.js.map +0 -1
  2761. package/dist/reflection/evening-catchup.d.ts +0 -13
  2762. package/dist/reflection/evening-catchup.d.ts.map +0 -1
  2763. package/dist/reflection/evening-catchup.js +0 -85
  2764. package/dist/reflection/evening-catchup.js.map +0 -1
  2765. package/dist/reflection/index.d.ts +0 -7
  2766. package/dist/reflection/index.d.ts.map +0 -1
  2767. package/dist/reflection/index.js +0 -6
  2768. package/dist/reflection/index.js.map +0 -1
  2769. package/dist/reflection/morning-planning.d.ts +0 -13
  2770. package/dist/reflection/morning-planning.d.ts.map +0 -1
  2771. package/dist/reflection/morning-planning.js +0 -71
  2772. package/dist/reflection/morning-planning.js.map +0 -1
  2773. package/dist/reflection/reflection-utils.d.ts +0 -16
  2774. package/dist/reflection/reflection-utils.d.ts.map +0 -1
  2775. package/dist/reflection/reflection-utils.js +0 -56
  2776. package/dist/reflection/reflection-utils.js.map +0 -1
  2777. package/dist/reflection/types/reflection.d.ts +0 -34
  2778. package/dist/reflection/types/reflection.d.ts.map +0 -1
  2779. package/dist/reflection/types/reflection.js +0 -14
  2780. package/dist/reflection/types/reflection.js.map +0 -1
  2781. package/dist/reflection/types.d.ts +0 -168
  2782. package/dist/reflection/types.d.ts.map +0 -1
  2783. package/dist/reflection/types.js +0 -58
  2784. package/dist/reflection/types.js.map +0 -1
  2785. package/dist/reflection/weekly-review.d.ts +0 -11
  2786. package/dist/reflection/weekly-review.d.ts.map +0 -1
  2787. package/dist/reflection/weekly-review.js +0 -109
  2788. package/dist/reflection/weekly-review.js.map +0 -1
  2789. package/dist/reporting/report-formatters.d.ts +0 -19
  2790. package/dist/reporting/report-formatters.d.ts.map +0 -1
  2791. package/dist/reporting/report-formatters.js +0 -276
  2792. package/dist/reporting/report-formatters.js.map +0 -1
  2793. package/dist/reporting/reporting-engine.d.ts +0 -37
  2794. package/dist/reporting/reporting-engine.d.ts.map +0 -1
  2795. package/dist/reporting/reporting-engine.js +0 -434
  2796. package/dist/reporting/reporting-engine.js.map +0 -1
  2797. package/dist/reporting/reporting-types.d.ts +0 -49
  2798. package/dist/reporting/reporting-types.d.ts.map +0 -1
  2799. package/dist/reporting/reporting-types.js +0 -2
  2800. package/dist/reporting/reporting-types.js.map +0 -1
  2801. package/dist/reporting/types/report.d.ts +0 -277
  2802. package/dist/reporting/types/report.d.ts.map +0 -1
  2803. package/dist/reporting/types/report.js +0 -56
  2804. package/dist/reporting/types/report.js.map +0 -1
  2805. package/dist/runtime/approval-broker.d.ts +0 -89
  2806. package/dist/runtime/approval-broker.d.ts.map +0 -1
  2807. package/dist/runtime/approval-broker.js +0 -321
  2808. package/dist/runtime/approval-broker.js.map +0 -1
  2809. package/dist/runtime/builtin-integrations.d.ts +0 -4
  2810. package/dist/runtime/builtin-integrations.d.ts.map +0 -1
  2811. package/dist/runtime/builtin-integrations.js +0 -67
  2812. package/dist/runtime/builtin-integrations.js.map +0 -1
  2813. package/dist/runtime/change-detector.d.ts +0 -6
  2814. package/dist/runtime/change-detector.d.ts.map +0 -1
  2815. package/dist/runtime/change-detector.js +0 -53
  2816. package/dist/runtime/change-detector.js.map +0 -1
  2817. package/dist/runtime/channels/email-channel.d.ts +0 -4
  2818. package/dist/runtime/channels/email-channel.d.ts.map +0 -1
  2819. package/dist/runtime/channels/email-channel.js +0 -65
  2820. package/dist/runtime/channels/email-channel.js.map +0 -1
  2821. package/dist/runtime/channels/http-post.d.ts +0 -6
  2822. package/dist/runtime/channels/http-post.d.ts.map +0 -1
  2823. package/dist/runtime/channels/http-post.js +0 -50
  2824. package/dist/runtime/channels/http-post.js.map +0 -1
  2825. package/dist/runtime/channels/slack-channel.d.ts +0 -4
  2826. package/dist/runtime/channels/slack-channel.d.ts.map +0 -1
  2827. package/dist/runtime/channels/slack-channel.js +0 -87
  2828. package/dist/runtime/channels/slack-channel.js.map +0 -1
  2829. package/dist/runtime/channels/webhook-channel.d.ts +0 -4
  2830. package/dist/runtime/channels/webhook-channel.d.ts.map +0 -1
  2831. package/dist/runtime/channels/webhook-channel.js +0 -47
  2832. package/dist/runtime/channels/webhook-channel.js.map +0 -1
  2833. package/dist/runtime/command-dispatcher.d.ts +0 -40
  2834. package/dist/runtime/command-dispatcher.d.ts.map +0 -1
  2835. package/dist/runtime/command-dispatcher.js +0 -181
  2836. package/dist/runtime/command-dispatcher.js.map +0 -1
  2837. package/dist/runtime/companion-policy.d.ts +0 -27
  2838. package/dist/runtime/companion-policy.d.ts.map +0 -1
  2839. package/dist/runtime/companion-policy.js +0 -135
  2840. package/dist/runtime/companion-policy.js.map +0 -1
  2841. package/dist/runtime/confirmation-decision.d.ts +0 -94
  2842. package/dist/runtime/confirmation-decision.d.ts.map +0 -1
  2843. package/dist/runtime/confirmation-decision.js +0 -109
  2844. package/dist/runtime/confirmation-decision.js.map +0 -1
  2845. package/dist/runtime/control/daemon-runtime-control-executor.d.ts +0 -7
  2846. package/dist/runtime/control/daemon-runtime-control-executor.d.ts.map +0 -1
  2847. package/dist/runtime/control/daemon-runtime-control-executor.js +0 -81
  2848. package/dist/runtime/control/daemon-runtime-control-executor.js.map +0 -1
  2849. package/dist/runtime/control/index.d.ts +0 -11
  2850. package/dist/runtime/control/index.d.ts.map +0 -1
  2851. package/dist/runtime/control/index.js +0 -6
  2852. package/dist/runtime/control/index.js.map +0 -1
  2853. package/dist/runtime/control/runtime-control-intent.d.ts +0 -30
  2854. package/dist/runtime/control/runtime-control-intent.d.ts.map +0 -1
  2855. package/dist/runtime/control/runtime-control-intent.js +0 -103
  2856. package/dist/runtime/control/runtime-control-intent.js.map +0 -1
  2857. package/dist/runtime/control/runtime-control-result-routing.d.ts +0 -28
  2858. package/dist/runtime/control/runtime-control-result-routing.d.ts.map +0 -1
  2859. package/dist/runtime/control/runtime-control-result-routing.js +0 -47
  2860. package/dist/runtime/control/runtime-control-result-routing.js.map +0 -1
  2861. package/dist/runtime/control/runtime-control-service.d.ts +0 -105
  2862. package/dist/runtime/control/runtime-control-service.d.ts.map +0 -1
  2863. package/dist/runtime/control/runtime-control-service.js +0 -595
  2864. package/dist/runtime/control/runtime-control-service.js.map +0 -1
  2865. package/dist/runtime/control/runtime-target-resolver.d.ts +0 -39
  2866. package/dist/runtime/control/runtime-target-resolver.d.ts.map +0 -1
  2867. package/dist/runtime/control/runtime-target-resolver.js +0 -114
  2868. package/dist/runtime/control/runtime-target-resolver.js.map +0 -1
  2869. package/dist/runtime/conversational-approval-decision.d.ts +0 -29
  2870. package/dist/runtime/conversational-approval-decision.d.ts.map +0 -1
  2871. package/dist/runtime/conversational-approval-decision.js +0 -92
  2872. package/dist/runtime/conversational-approval-decision.js.map +0 -1
  2873. package/dist/runtime/daemon/browser-backpressure-policy.d.ts +0 -22
  2874. package/dist/runtime/daemon/browser-backpressure-policy.d.ts.map +0 -1
  2875. package/dist/runtime/daemon/browser-backpressure-policy.js +0 -95
  2876. package/dist/runtime/daemon/browser-backpressure-policy.js.map +0 -1
  2877. package/dist/runtime/daemon/client.d.ts +0 -127
  2878. package/dist/runtime/daemon/client.d.ts.map +0 -1
  2879. package/dist/runtime/daemon/client.js +0 -409
  2880. package/dist/runtime/daemon/client.js.map +0 -1
  2881. package/dist/runtime/daemon/control-contracts.d.ts +0 -7
  2882. package/dist/runtime/daemon/control-contracts.d.ts.map +0 -1
  2883. package/dist/runtime/daemon/control-contracts.js +0 -2
  2884. package/dist/runtime/daemon/control-contracts.js.map +0 -1
  2885. package/dist/runtime/daemon/health.d.ts +0 -31
  2886. package/dist/runtime/daemon/health.d.ts.map +0 -1
  2887. package/dist/runtime/daemon/health.js +0 -113
  2888. package/dist/runtime/daemon/health.js.map +0 -1
  2889. package/dist/runtime/daemon/index.d.ts +0 -10
  2890. package/dist/runtime/daemon/index.d.ts.map +0 -1
  2891. package/dist/runtime/daemon/index.js +0 -9
  2892. package/dist/runtime/daemon/index.js.map +0 -1
  2893. package/dist/runtime/daemon/maintenance.d.ts +0 -97
  2894. package/dist/runtime/daemon/maintenance.d.ts.map +0 -1
  2895. package/dist/runtime/daemon/maintenance.js +0 -322
  2896. package/dist/runtime/daemon/maintenance.js.map +0 -1
  2897. package/dist/runtime/daemon/persistence.d.ts +0 -20
  2898. package/dist/runtime/daemon/persistence.d.ts.map +0 -1
  2899. package/dist/runtime/daemon/persistence.js +0 -125
  2900. package/dist/runtime/daemon/persistence.js.map +0 -1
  2901. package/dist/runtime/daemon/runner-bootstrap.d.ts +0 -25
  2902. package/dist/runtime/daemon/runner-bootstrap.d.ts.map +0 -1
  2903. package/dist/runtime/daemon/runner-bootstrap.js +0 -77
  2904. package/dist/runtime/daemon/runner-bootstrap.js.map +0 -1
  2905. package/dist/runtime/daemon/runner-commands.d.ts +0 -69
  2906. package/dist/runtime/daemon/runner-commands.d.ts.map +0 -1
  2907. package/dist/runtime/daemon/runner-commands.js +0 -455
  2908. package/dist/runtime/daemon/runner-commands.js.map +0 -1
  2909. package/dist/runtime/daemon/runner-errors.d.ts +0 -28
  2910. package/dist/runtime/daemon/runner-errors.d.ts.map +0 -1
  2911. package/dist/runtime/daemon/runner-errors.js +0 -41
  2912. package/dist/runtime/daemon/runner-errors.js.map +0 -1
  2913. package/dist/runtime/daemon/runner-goal-cycle.d.ts +0 -3
  2914. package/dist/runtime/daemon/runner-goal-cycle.d.ts.map +0 -1
  2915. package/dist/runtime/daemon/runner-goal-cycle.js +0 -222
  2916. package/dist/runtime/daemon/runner-goal-cycle.js.map +0 -1
  2917. package/dist/runtime/daemon/runner-lifecycle.d.ts +0 -34
  2918. package/dist/runtime/daemon/runner-lifecycle.d.ts.map +0 -1
  2919. package/dist/runtime/daemon/runner-lifecycle.js +0 -59
  2920. package/dist/runtime/daemon/runner-lifecycle.js.map +0 -1
  2921. package/dist/runtime/daemon/runner-recovery.d.ts +0 -26
  2922. package/dist/runtime/daemon/runner-recovery.d.ts.map +0 -1
  2923. package/dist/runtime/daemon/runner-recovery.js +0 -184
  2924. package/dist/runtime/daemon/runner-recovery.js.map +0 -1
  2925. package/dist/runtime/daemon/runner-resident-curiosity.d.ts +0 -12
  2926. package/dist/runtime/daemon/runner-resident-curiosity.d.ts.map +0 -1
  2927. package/dist/runtime/daemon/runner-resident-curiosity.js +0 -159
  2928. package/dist/runtime/daemon/runner-resident-curiosity.js.map +0 -1
  2929. package/dist/runtime/daemon/runner-resident-dream.d.ts +0 -20
  2930. package/dist/runtime/daemon/runner-resident-dream.d.ts.map +0 -1
  2931. package/dist/runtime/daemon/runner-resident-dream.js +0 -148
  2932. package/dist/runtime/daemon/runner-resident-dream.js.map +0 -1
  2933. package/dist/runtime/daemon/runner-resident-proactive.d.ts +0 -4
  2934. package/dist/runtime/daemon/runner-resident-proactive.d.ts.map +0 -1
  2935. package/dist/runtime/daemon/runner-resident-proactive.js +0 -113
  2936. package/dist/runtime/daemon/runner-resident-proactive.js.map +0 -1
  2937. package/dist/runtime/daemon/runner-resident-shared.d.ts +0 -40
  2938. package/dist/runtime/daemon/runner-resident-shared.d.ts.map +0 -1
  2939. package/dist/runtime/daemon/runner-resident-shared.js +0 -117
  2940. package/dist/runtime/daemon/runner-resident-shared.js.map +0 -1
  2941. package/dist/runtime/daemon/runner-resident.d.ts +0 -5
  2942. package/dist/runtime/daemon/runner-resident.d.ts.map +0 -1
  2943. package/dist/runtime/daemon/runner-resident.js +0 -5
  2944. package/dist/runtime/daemon/runner-resident.js.map +0 -1
  2945. package/dist/runtime/daemon/runner-runtime.d.ts +0 -12
  2946. package/dist/runtime/daemon/runner-runtime.d.ts.map +0 -1
  2947. package/dist/runtime/daemon/runner-runtime.js +0 -43
  2948. package/dist/runtime/daemon/runner-runtime.js.map +0 -1
  2949. package/dist/runtime/daemon/runner-startup.d.ts +0 -19
  2950. package/dist/runtime/daemon/runner-startup.d.ts.map +0 -1
  2951. package/dist/runtime/daemon/runner-startup.js +0 -402
  2952. package/dist/runtime/daemon/runner-startup.js.map +0 -1
  2953. package/dist/runtime/daemon/runner.d.ts +0 -288
  2954. package/dist/runtime/daemon/runner.d.ts.map +0 -1
  2955. package/dist/runtime/daemon/runner.js +0 -635
  2956. package/dist/runtime/daemon/runner.js.map +0 -1
  2957. package/dist/runtime/daemon/runtime-ownership.d.ts +0 -55
  2958. package/dist/runtime/daemon/runtime-ownership.d.ts.map +0 -1
  2959. package/dist/runtime/daemon/runtime-ownership.js +0 -636
  2960. package/dist/runtime/daemon/runtime-ownership.js.map +0 -1
  2961. package/dist/runtime/daemon/runtime-root.d.ts +0 -5
  2962. package/dist/runtime/daemon/runtime-root.d.ts.map +0 -1
  2963. package/dist/runtime/daemon/runtime-root.js +0 -60
  2964. package/dist/runtime/daemon/runtime-root.js.map +0 -1
  2965. package/dist/runtime/daemon/signals.d.ts +0 -17
  2966. package/dist/runtime/daemon/signals.d.ts.map +0 -1
  2967. package/dist/runtime/daemon/signals.js +0 -31
  2968. package/dist/runtime/daemon/signals.js.map +0 -1
  2969. package/dist/runtime/daemon/types.d.ts +0 -8
  2970. package/dist/runtime/daemon/types.d.ts.map +0 -1
  2971. package/dist/runtime/daemon/types.js +0 -2
  2972. package/dist/runtime/daemon/types.js.map +0 -1
  2973. package/dist/runtime/daemon/wait-deadline-resolver.d.ts +0 -28
  2974. package/dist/runtime/daemon/wait-deadline-resolver.d.ts.map +0 -1
  2975. package/dist/runtime/daemon/wait-deadline-resolver.js +0 -110
  2976. package/dist/runtime/daemon/wait-deadline-resolver.js.map +0 -1
  2977. package/dist/runtime/daemon-client.d.ts +0 -2
  2978. package/dist/runtime/daemon-client.d.ts.map +0 -1
  2979. package/dist/runtime/daemon-client.js +0 -2
  2980. package/dist/runtime/daemon-client.js.map +0 -1
  2981. package/dist/runtime/daemon-runner.d.ts +0 -2
  2982. package/dist/runtime/daemon-runner.d.ts.map +0 -1
  2983. package/dist/runtime/daemon-runner.js +0 -2
  2984. package/dist/runtime/daemon-runner.js.map +0 -1
  2985. package/dist/runtime/dream-sidecar-review.d.ts +0 -93
  2986. package/dist/runtime/dream-sidecar-review.d.ts.map +0 -1
  2987. package/dist/runtime/dream-sidecar-review.js +0 -489
  2988. package/dist/runtime/dream-sidecar-review.js.map +0 -1
  2989. package/dist/runtime/event/dispatcher.d.ts +0 -32
  2990. package/dist/runtime/event/dispatcher.d.ts.map +0 -1
  2991. package/dist/runtime/event/dispatcher.js +0 -120
  2992. package/dist/runtime/event/dispatcher.js.map +0 -1
  2993. package/dist/runtime/event/index.d.ts +0 -5
  2994. package/dist/runtime/event/index.d.ts.map +0 -1
  2995. package/dist/runtime/event/index.js +0 -5
  2996. package/dist/runtime/event/index.js.map +0 -1
  2997. package/dist/runtime/event/server-auth.d.ts +0 -23
  2998. package/dist/runtime/event/server-auth.d.ts.map +0 -1
  2999. package/dist/runtime/event/server-auth.js +0 -136
  3000. package/dist/runtime/event/server-auth.js.map +0 -1
  3001. package/dist/runtime/event/server-command-handler.d.ts +0 -17
  3002. package/dist/runtime/event/server-command-handler.d.ts.map +0 -1
  3003. package/dist/runtime/event/server-command-handler.js +0 -266
  3004. package/dist/runtime/event/server-command-handler.js.map +0 -1
  3005. package/dist/runtime/event/server-file-ingestion.d.ts +0 -24
  3006. package/dist/runtime/event/server-file-ingestion.d.ts.map +0 -1
  3007. package/dist/runtime/event/server-file-ingestion.js +0 -180
  3008. package/dist/runtime/event/server-file-ingestion.js.map +0 -1
  3009. package/dist/runtime/event/server-http.d.ts +0 -6
  3010. package/dist/runtime/event/server-http.d.ts.map +0 -1
  3011. package/dist/runtime/event/server-http.js +0 -29
  3012. package/dist/runtime/event/server-http.js.map +0 -1
  3013. package/dist/runtime/event/server-router.d.ts +0 -26
  3014. package/dist/runtime/event/server-router.d.ts.map +0 -1
  3015. package/dist/runtime/event/server-router.js +0 -79
  3016. package/dist/runtime/event/server-router.js.map +0 -1
  3017. package/dist/runtime/event/server-snapshot-reader.d.ts +0 -47
  3018. package/dist/runtime/event/server-snapshot-reader.d.ts.map +0 -1
  3019. package/dist/runtime/event/server-snapshot-reader.js +0 -224
  3020. package/dist/runtime/event/server-snapshot-reader.js.map +0 -1
  3021. package/dist/runtime/event/server-sse.d.ts +0 -25
  3022. package/dist/runtime/event/server-sse.d.ts.map +0 -1
  3023. package/dist/runtime/event/server-sse.js +0 -148
  3024. package/dist/runtime/event/server-sse.js.map +0 -1
  3025. package/dist/runtime/event/server-trigger-handler.d.ts +0 -16
  3026. package/dist/runtime/event/server-trigger-handler.d.ts.map +0 -1
  3027. package/dist/runtime/event/server-trigger-handler.js +0 -118
  3028. package/dist/runtime/event/server-trigger-handler.js.map +0 -1
  3029. package/dist/runtime/event/server-types.d.ts +0 -38
  3030. package/dist/runtime/event/server-types.d.ts.map +0 -1
  3031. package/dist/runtime/event/server-types.js +0 -2
  3032. package/dist/runtime/event/server-types.js.map +0 -1
  3033. package/dist/runtime/event/server.d.ts +0 -69
  3034. package/dist/runtime/event/server.d.ts.map +0 -1
  3035. package/dist/runtime/event/server.js +0 -289
  3036. package/dist/runtime/event/server.js.map +0 -1
  3037. package/dist/runtime/event-server.d.ts +0 -2
  3038. package/dist/runtime/event-server.d.ts.map +0 -1
  3039. package/dist/runtime/event-server.js +0 -2
  3040. package/dist/runtime/event-server.js.map +0 -1
  3041. package/dist/runtime/evidence-answer.d.ts +0 -41
  3042. package/dist/runtime/evidence-answer.d.ts.map +0 -1
  3043. package/dist/runtime/evidence-answer.js +0 -393
  3044. package/dist/runtime/evidence-answer.js.map +0 -1
  3045. package/dist/runtime/executor/goal-worker.d.ts +0 -45
  3046. package/dist/runtime/executor/goal-worker.d.ts.map +0 -1
  3047. package/dist/runtime/executor/goal-worker.js +0 -116
  3048. package/dist/runtime/executor/goal-worker.js.map +0 -1
  3049. package/dist/runtime/executor/index.d.ts +0 -3
  3050. package/dist/runtime/executor/index.d.ts.map +0 -1
  3051. package/dist/runtime/executor/index.js +0 -3
  3052. package/dist/runtime/executor/index.js.map +0 -1
  3053. package/dist/runtime/executor/loop-supervisor.d.ts +0 -109
  3054. package/dist/runtime/executor/loop-supervisor.d.ts.map +0 -1
  3055. package/dist/runtime/executor/loop-supervisor.js +0 -690
  3056. package/dist/runtime/executor/loop-supervisor.js.map +0 -1
  3057. package/dist/runtime/foreign-plugins/compatibility.d.ts +0 -7
  3058. package/dist/runtime/foreign-plugins/compatibility.d.ts.map +0 -1
  3059. package/dist/runtime/foreign-plugins/compatibility.js +0 -175
  3060. package/dist/runtime/foreign-plugins/compatibility.js.map +0 -1
  3061. package/dist/runtime/foreign-plugins/index.d.ts +0 -3
  3062. package/dist/runtime/foreign-plugins/index.d.ts.map +0 -1
  3063. package/dist/runtime/foreign-plugins/index.js +0 -2
  3064. package/dist/runtime/foreign-plugins/index.js.map +0 -1
  3065. package/dist/runtime/foreign-plugins/types.d.ts +0 -25
  3066. package/dist/runtime/foreign-plugins/types.d.ts.map +0 -1
  3067. package/dist/runtime/foreign-plugins/types.js +0 -2
  3068. package/dist/runtime/foreign-plugins/types.js.map +0 -1
  3069. package/dist/runtime/gateway/builtin-channel-integrations.d.ts +0 -21
  3070. package/dist/runtime/gateway/builtin-channel-integrations.d.ts.map +0 -1
  3071. package/dist/runtime/gateway/builtin-channel-integrations.js +0 -126
  3072. package/dist/runtime/gateway/builtin-channel-integrations.js.map +0 -1
  3073. package/dist/runtime/gateway/builtin-channel-names.d.ts +0 -3
  3074. package/dist/runtime/gateway/builtin-channel-names.d.ts.map +0 -1
  3075. package/dist/runtime/gateway/builtin-channel-names.js +0 -7
  3076. package/dist/runtime/gateway/builtin-channel-names.js.map +0 -1
  3077. package/dist/runtime/gateway/channel-adapter.d.ts +0 -43
  3078. package/dist/runtime/gateway/channel-adapter.d.ts.map +0 -1
  3079. package/dist/runtime/gateway/channel-adapter.js +0 -2
  3080. package/dist/runtime/gateway/channel-adapter.js.map +0 -1
  3081. package/dist/runtime/gateway/channel-display-policy.d.ts +0 -42
  3082. package/dist/runtime/gateway/channel-display-policy.d.ts.map +0 -1
  3083. package/dist/runtime/gateway/channel-display-policy.js +0 -85
  3084. package/dist/runtime/gateway/channel-display-policy.js.map +0 -1
  3085. package/dist/runtime/gateway/channel-policy.d.ts +0 -41
  3086. package/dist/runtime/gateway/channel-policy.d.ts.map +0 -1
  3087. package/dist/runtime/gateway/channel-policy.js +0 -57
  3088. package/dist/runtime/gateway/channel-policy.js.map +0 -1
  3089. package/dist/runtime/gateway/chat-event-rendering.d.ts +0 -35
  3090. package/dist/runtime/gateway/chat-event-rendering.d.ts.map +0 -1
  3091. package/dist/runtime/gateway/chat-event-rendering.js +0 -63
  3092. package/dist/runtime/gateway/chat-event-rendering.js.map +0 -1
  3093. package/dist/runtime/gateway/chat-session-dispatch.d.ts +0 -4
  3094. package/dist/runtime/gateway/chat-session-dispatch.d.ts.map +0 -1
  3095. package/dist/runtime/gateway/chat-session-dispatch.js +0 -37
  3096. package/dist/runtime/gateway/chat-session-dispatch.js.map +0 -1
  3097. package/dist/runtime/gateway/chat-session-port.d.ts +0 -27
  3098. package/dist/runtime/gateway/chat-session-port.d.ts.map +0 -1
  3099. package/dist/runtime/gateway/chat-session-port.js +0 -20
  3100. package/dist/runtime/gateway/chat-session-port.js.map +0 -1
  3101. package/dist/runtime/gateway/core-channel-notification.d.ts +0 -6
  3102. package/dist/runtime/gateway/core-channel-notification.d.ts.map +0 -1
  3103. package/dist/runtime/gateway/core-channel-notification.js +0 -40
  3104. package/dist/runtime/gateway/core-channel-notification.js.map +0 -1
  3105. package/dist/runtime/gateway/discord-gateway-adapter.d.ts +0 -64
  3106. package/dist/runtime/gateway/discord-gateway-adapter.d.ts.map +0 -1
  3107. package/dist/runtime/gateway/discord-gateway-adapter.js +0 -454
  3108. package/dist/runtime/gateway/discord-gateway-adapter.js.map +0 -1
  3109. package/dist/runtime/gateway/http-channel-adapter.d.ts +0 -23
  3110. package/dist/runtime/gateway/http-channel-adapter.d.ts.map +0 -1
  3111. package/dist/runtime/gateway/http-channel-adapter.js +0 -51
  3112. package/dist/runtime/gateway/http-channel-adapter.js.map +0 -1
  3113. package/dist/runtime/gateway/index.d.ts +0 -16
  3114. package/dist/runtime/gateway/index.d.ts.map +0 -1
  3115. package/dist/runtime/gateway/index.js +0 -10
  3116. package/dist/runtime/gateway/index.js.map +0 -1
  3117. package/dist/runtime/gateway/ingress-gateway.d.ts +0 -39
  3118. package/dist/runtime/gateway/ingress-gateway.d.ts.map +0 -1
  3119. package/dist/runtime/gateway/ingress-gateway.js +0 -148
  3120. package/dist/runtime/gateway/ingress-gateway.js.map +0 -1
  3121. package/dist/runtime/gateway/non-tui-display-projector.d.ts +0 -40
  3122. package/dist/runtime/gateway/non-tui-display-projector.d.ts.map +0 -1
  3123. package/dist/runtime/gateway/non-tui-display-projector.js +0 -166
  3124. package/dist/runtime/gateway/non-tui-display-projector.js.map +0 -1
  3125. package/dist/runtime/gateway/signal-gateway-adapter.d.ts +0 -69
  3126. package/dist/runtime/gateway/signal-gateway-adapter.d.ts.map +0 -1
  3127. package/dist/runtime/gateway/signal-gateway-adapter.js +0 -328
  3128. package/dist/runtime/gateway/signal-gateway-adapter.js.map +0 -1
  3129. package/dist/runtime/gateway/slack-channel-adapter.d.ts +0 -54
  3130. package/dist/runtime/gateway/slack-channel-adapter.d.ts.map +0 -1
  3131. package/dist/runtime/gateway/slack-channel-adapter.js +0 -322
  3132. package/dist/runtime/gateway/slack-channel-adapter.js.map +0 -1
  3133. package/dist/runtime/gateway/telegram-gateway-adapter.d.ts +0 -86
  3134. package/dist/runtime/gateway/telegram-gateway-adapter.d.ts.map +0 -1
  3135. package/dist/runtime/gateway/telegram-gateway-adapter.js +0 -495
  3136. package/dist/runtime/gateway/telegram-gateway-adapter.js.map +0 -1
  3137. package/dist/runtime/gateway/typing-indicator.d.ts +0 -11
  3138. package/dist/runtime/gateway/typing-indicator.d.ts.map +0 -1
  3139. package/dist/runtime/gateway/typing-indicator.js +0 -68
  3140. package/dist/runtime/gateway/typing-indicator.js.map +0 -1
  3141. package/dist/runtime/gateway/whatsapp-gateway-adapter.d.ts +0 -61
  3142. package/dist/runtime/gateway/whatsapp-gateway-adapter.d.ts.map +0 -1
  3143. package/dist/runtime/gateway/whatsapp-gateway-adapter.js +0 -343
  3144. package/dist/runtime/gateway/whatsapp-gateway-adapter.js.map +0 -1
  3145. package/dist/runtime/gateway/ws-channel-adapter.d.ts +0 -40
  3146. package/dist/runtime/gateway/ws-channel-adapter.d.ts.map +0 -1
  3147. package/dist/runtime/gateway/ws-channel-adapter.js +0 -105
  3148. package/dist/runtime/gateway/ws-channel-adapter.js.map +0 -1
  3149. package/dist/runtime/goal-lease-manager.d.ts +0 -35
  3150. package/dist/runtime/goal-lease-manager.d.ts.map +0 -1
  3151. package/dist/runtime/goal-lease-manager.js +0 -191
  3152. package/dist/runtime/goal-lease-manager.js.map +0 -1
  3153. package/dist/runtime/guardrails/backpressure-controller.d.ts +0 -32
  3154. package/dist/runtime/guardrails/backpressure-controller.d.ts.map +0 -1
  3155. package/dist/runtime/guardrails/backpressure-controller.js +0 -88
  3156. package/dist/runtime/guardrails/backpressure-controller.js.map +0 -1
  3157. package/dist/runtime/guardrails/circuit-breaker.d.ts +0 -32
  3158. package/dist/runtime/guardrails/circuit-breaker.d.ts.map +0 -1
  3159. package/dist/runtime/guardrails/circuit-breaker.js +0 -88
  3160. package/dist/runtime/guardrails/circuit-breaker.js.map +0 -1
  3161. package/dist/runtime/guardrails/guardrail-store.d.ts +0 -23
  3162. package/dist/runtime/guardrails/guardrail-store.d.ts.map +0 -1
  3163. package/dist/runtime/guardrails/guardrail-store.js +0 -95
  3164. package/dist/runtime/guardrails/guardrail-store.js.map +0 -1
  3165. package/dist/runtime/guardrails/index.d.ts +0 -4
  3166. package/dist/runtime/guardrails/index.d.ts.map +0 -1
  3167. package/dist/runtime/guardrails/index.js +0 -4
  3168. package/dist/runtime/guardrails/index.js.map +0 -1
  3169. package/dist/runtime/hook-manager.d.ts +0 -45
  3170. package/dist/runtime/hook-manager.d.ts.map +0 -1
  3171. package/dist/runtime/hook-manager.js +0 -207
  3172. package/dist/runtime/hook-manager.js.map +0 -1
  3173. package/dist/runtime/interactive-automation/browser-session-resolver.d.ts +0 -26
  3174. package/dist/runtime/interactive-automation/browser-session-resolver.d.ts.map +0 -1
  3175. package/dist/runtime/interactive-automation/browser-session-resolver.js +0 -75
  3176. package/dist/runtime/interactive-automation/browser-session-resolver.js.map +0 -1
  3177. package/dist/runtime/interactive-automation/browser-session-store.d.ts +0 -43
  3178. package/dist/runtime/interactive-automation/browser-session-store.d.ts.map +0 -1
  3179. package/dist/runtime/interactive-automation/browser-session-store.js +0 -104
  3180. package/dist/runtime/interactive-automation/browser-session-store.js.map +0 -1
  3181. package/dist/runtime/interactive-automation/default-registry.d.ts +0 -9
  3182. package/dist/runtime/interactive-automation/default-registry.d.ts.map +0 -1
  3183. package/dist/runtime/interactive-automation/default-registry.js +0 -24
  3184. package/dist/runtime/interactive-automation/default-registry.js.map +0 -1
  3185. package/dist/runtime/interactive-automation/failure-classifier.d.ts +0 -11
  3186. package/dist/runtime/interactive-automation/failure-classifier.d.ts.map +0 -1
  3187. package/dist/runtime/interactive-automation/failure-classifier.js +0 -31
  3188. package/dist/runtime/interactive-automation/failure-classifier.js.map +0 -1
  3189. package/dist/runtime/interactive-automation/index.d.ts +0 -13
  3190. package/dist/runtime/interactive-automation/index.d.ts.map +0 -1
  3191. package/dist/runtime/interactive-automation/index.js +0 -13
  3192. package/dist/runtime/interactive-automation/index.js.map +0 -1
  3193. package/dist/runtime/interactive-automation/providers/anthropic-computer-use.d.ts +0 -14
  3194. package/dist/runtime/interactive-automation/providers/anthropic-computer-use.d.ts.map +0 -1
  3195. package/dist/runtime/interactive-automation/providers/anthropic-computer-use.js +0 -33
  3196. package/dist/runtime/interactive-automation/providers/anthropic-computer-use.js.map +0 -1
  3197. package/dist/runtime/interactive-automation/providers/codex-app.d.ts +0 -29
  3198. package/dist/runtime/interactive-automation/providers/codex-app.d.ts.map +0 -1
  3199. package/dist/runtime/interactive-automation/providers/codex-app.js +0 -67
  3200. package/dist/runtime/interactive-automation/providers/codex-app.js.map +0 -1
  3201. package/dist/runtime/interactive-automation/providers/manus-browser.d.ts +0 -23
  3202. package/dist/runtime/interactive-automation/providers/manus-browser.d.ts.map +0 -1
  3203. package/dist/runtime/interactive-automation/providers/manus-browser.js +0 -133
  3204. package/dist/runtime/interactive-automation/providers/manus-browser.js.map +0 -1
  3205. package/dist/runtime/interactive-automation/providers/noop.d.ts +0 -21
  3206. package/dist/runtime/interactive-automation/providers/noop.d.ts.map +0 -1
  3207. package/dist/runtime/interactive-automation/providers/noop.js +0 -59
  3208. package/dist/runtime/interactive-automation/providers/noop.js.map +0 -1
  3209. package/dist/runtime/interactive-automation/providers/perplexity-research.d.ts +0 -25
  3210. package/dist/runtime/interactive-automation/providers/perplexity-research.d.ts.map +0 -1
  3211. package/dist/runtime/interactive-automation/providers/perplexity-research.js +0 -124
  3212. package/dist/runtime/interactive-automation/providers/perplexity-research.js.map +0 -1
  3213. package/dist/runtime/interactive-automation/registry.d.ts +0 -20
  3214. package/dist/runtime/interactive-automation/registry.d.ts.map +0 -1
  3215. package/dist/runtime/interactive-automation/registry.js +0 -55
  3216. package/dist/runtime/interactive-automation/registry.js.map +0 -1
  3217. package/dist/runtime/interactive-automation/runtime-auth-handoff-store.d.ts +0 -35
  3218. package/dist/runtime/interactive-automation/runtime-auth-handoff-store.d.ts.map +0 -1
  3219. package/dist/runtime/interactive-automation/runtime-auth-handoff-store.js +0 -125
  3220. package/dist/runtime/interactive-automation/runtime-auth-handoff-store.js.map +0 -1
  3221. package/dist/runtime/interactive-automation/types.d.ts +0 -136
  3222. package/dist/runtime/interactive-automation/types.d.ts.map +0 -1
  3223. package/dist/runtime/interactive-automation/types.js +0 -8
  3224. package/dist/runtime/interactive-automation/types.js.map +0 -1
  3225. package/dist/runtime/leader-lock-manager.d.ts +0 -30
  3226. package/dist/runtime/leader-lock-manager.d.ts.map +0 -1
  3227. package/dist/runtime/leader-lock-manager.js +0 -161
  3228. package/dist/runtime/leader-lock-manager.js.map +0 -1
  3229. package/dist/runtime/logger.d.ts +0 -57
  3230. package/dist/runtime/logger.d.ts.map +0 -1
  3231. package/dist/runtime/logger.js +0 -257
  3232. package/dist/runtime/logger.js.map +0 -1
  3233. package/dist/runtime/notification-batcher.d.ts +0 -28
  3234. package/dist/runtime/notification-batcher.d.ts.map +0 -1
  3235. package/dist/runtime/notification-batcher.js +0 -100
  3236. package/dist/runtime/notification-batcher.js.map +0 -1
  3237. package/dist/runtime/notification-dispatcher.d.ts +0 -56
  3238. package/dist/runtime/notification-dispatcher.d.ts.map +0 -1
  3239. package/dist/runtime/notification-dispatcher.js +0 -280
  3240. package/dist/runtime/notification-dispatcher.js.map +0 -1
  3241. package/dist/runtime/notification-routing.d.ts +0 -59
  3242. package/dist/runtime/notification-routing.d.ts.map +0 -1
  3243. package/dist/runtime/notification-routing.js +0 -264
  3244. package/dist/runtime/notification-routing.js.map +0 -1
  3245. package/dist/runtime/notifier-registry.d.ts +0 -26
  3246. package/dist/runtime/notifier-registry.d.ts.map +0 -1
  3247. package/dist/runtime/notifier-registry.js +0 -36
  3248. package/dist/runtime/notifier-registry.js.map +0 -1
  3249. package/dist/runtime/permission-dialogue.d.ts +0 -113
  3250. package/dist/runtime/permission-dialogue.d.ts.map +0 -1
  3251. package/dist/runtime/permission-dialogue.js +0 -82
  3252. package/dist/runtime/permission-dialogue.js.map +0 -1
  3253. package/dist/runtime/pid-manager.d.ts +0 -68
  3254. package/dist/runtime/pid-manager.d.ts.map +0 -1
  3255. package/dist/runtime/pid-manager.js +0 -399
  3256. package/dist/runtime/pid-manager.js.map +0 -1
  3257. package/dist/runtime/plugin-loader.d.ts +0 -88
  3258. package/dist/runtime/plugin-loader.d.ts.map +0 -1
  3259. package/dist/runtime/plugin-loader.js +0 -391
  3260. package/dist/runtime/plugin-loader.js.map +0 -1
  3261. package/dist/runtime/port-utils.d.ts +0 -6
  3262. package/dist/runtime/port-utils.d.ts.map +0 -1
  3263. package/dist/runtime/port-utils.js +0 -37
  3264. package/dist/runtime/port-utils.js.map +0 -1
  3265. package/dist/runtime/queue/index.d.ts +0 -6
  3266. package/dist/runtime/queue/index.d.ts.map +0 -1
  3267. package/dist/runtime/queue/index.js +0 -4
  3268. package/dist/runtime/queue/index.js.map +0 -1
  3269. package/dist/runtime/queue/journal-backed-queue.d.ts +0 -80
  3270. package/dist/runtime/queue/journal-backed-queue.d.ts.map +0 -1
  3271. package/dist/runtime/queue/journal-backed-queue.js +0 -511
  3272. package/dist/runtime/queue/journal-backed-queue.js.map +0 -1
  3273. package/dist/runtime/queue/priority-queue.d.ts +0 -13
  3274. package/dist/runtime/queue/priority-queue.d.ts.map +0 -1
  3275. package/dist/runtime/queue/priority-queue.js +0 -56
  3276. package/dist/runtime/queue/priority-queue.js.map +0 -1
  3277. package/dist/runtime/queue/queue-claim-sweeper.d.ts +0 -15
  3278. package/dist/runtime/queue/queue-claim-sweeper.d.ts.map +0 -1
  3279. package/dist/runtime/queue/queue-claim-sweeper.js +0 -28
  3280. package/dist/runtime/queue/queue-claim-sweeper.js.map +0 -1
  3281. package/dist/runtime/run-spec/confirmation.d.ts +0 -34
  3282. package/dist/runtime/run-spec/confirmation.d.ts.map +0 -1
  3283. package/dist/runtime/run-spec/confirmation.js +0 -176
  3284. package/dist/runtime/run-spec/confirmation.js.map +0 -1
  3285. package/dist/runtime/run-spec/derive.d.ts +0 -284
  3286. package/dist/runtime/run-spec/derive.d.ts.map +0 -1
  3287. package/dist/runtime/run-spec/derive.js +0 -385
  3288. package/dist/runtime/run-spec/derive.js.map +0 -1
  3289. package/dist/runtime/run-spec/handoff.d.ts +0 -74
  3290. package/dist/runtime/run-spec/handoff.d.ts.map +0 -1
  3291. package/dist/runtime/run-spec/handoff.js +0 -529
  3292. package/dist/runtime/run-spec/handoff.js.map +0 -1
  3293. package/dist/runtime/run-spec/index.d.ts +0 -7
  3294. package/dist/runtime/run-spec/index.d.ts.map +0 -1
  3295. package/dist/runtime/run-spec/index.js +0 -7
  3296. package/dist/runtime/run-spec/index.js.map +0 -1
  3297. package/dist/runtime/run-spec/pending-dialogue-arbiter.d.ts +0 -25
  3298. package/dist/runtime/run-spec/pending-dialogue-arbiter.d.ts.map +0 -1
  3299. package/dist/runtime/run-spec/pending-dialogue-arbiter.js +0 -81
  3300. package/dist/runtime/run-spec/pending-dialogue-arbiter.js.map +0 -1
  3301. package/dist/runtime/run-spec/store.d.ts +0 -11
  3302. package/dist/runtime/run-spec/store.d.ts.map +0 -1
  3303. package/dist/runtime/run-spec/store.js +0 -36
  3304. package/dist/runtime/run-spec/store.js.map +0 -1
  3305. package/dist/runtime/run-spec/types.d.ts +0 -544
  3306. package/dist/runtime/run-spec/types.d.ts.map +0 -1
  3307. package/dist/runtime/run-spec/types.js +0 -94
  3308. package/dist/runtime/run-spec/types.js.map +0 -1
  3309. package/dist/runtime/schedule/engine-cron-reflection.d.ts +0 -31
  3310. package/dist/runtime/schedule/engine-cron-reflection.d.ts.map +0 -1
  3311. package/dist/runtime/schedule/engine-cron-reflection.js +0 -229
  3312. package/dist/runtime/schedule/engine-cron-reflection.js.map +0 -1
  3313. package/dist/runtime/schedule/engine-execution.d.ts +0 -48
  3314. package/dist/runtime/schedule/engine-execution.d.ts.map +0 -1
  3315. package/dist/runtime/schedule/engine-execution.js +0 -391
  3316. package/dist/runtime/schedule/engine-execution.js.map +0 -1
  3317. package/dist/runtime/schedule/engine-heartbeat.d.ts +0 -5
  3318. package/dist/runtime/schedule/engine-heartbeat.d.ts.map +0 -1
  3319. package/dist/runtime/schedule/engine-heartbeat.js +0 -104
  3320. package/dist/runtime/schedule/engine-heartbeat.js.map +0 -1
  3321. package/dist/runtime/schedule/engine-layers.d.ts +0 -47
  3322. package/dist/runtime/schedule/engine-layers.d.ts.map +0 -1
  3323. package/dist/runtime/schedule/engine-layers.js +0 -340
  3324. package/dist/runtime/schedule/engine-layers.js.map +0 -1
  3325. package/dist/runtime/schedule/engine-mutations.d.ts +0 -37
  3326. package/dist/runtime/schedule/engine-mutations.d.ts.map +0 -1
  3327. package/dist/runtime/schedule/engine-mutations.js +0 -263
  3328. package/dist/runtime/schedule/engine-mutations.js.map +0 -1
  3329. package/dist/runtime/schedule/engine.d.ts +0 -103
  3330. package/dist/runtime/schedule/engine.d.ts.map +0 -1
  3331. package/dist/runtime/schedule/engine.js +0 -292
  3332. package/dist/runtime/schedule/engine.js.map +0 -1
  3333. package/dist/runtime/schedule/entry-resolver.d.ts +0 -6
  3334. package/dist/runtime/schedule/entry-resolver.d.ts.map +0 -1
  3335. package/dist/runtime/schedule/entry-resolver.js +0 -21
  3336. package/dist/runtime/schedule/entry-resolver.js.map +0 -1
  3337. package/dist/runtime/schedule/entry-store.d.ts +0 -19
  3338. package/dist/runtime/schedule/entry-store.d.ts.map +0 -1
  3339. package/dist/runtime/schedule/entry-store.js +0 -109
  3340. package/dist/runtime/schedule/entry-store.js.map +0 -1
  3341. package/dist/runtime/schedule/history.d.ts +0 -109
  3342. package/dist/runtime/schedule/history.d.ts.map +0 -1
  3343. package/dist/runtime/schedule/history.js +0 -77
  3344. package/dist/runtime/schedule/history.js.map +0 -1
  3345. package/dist/runtime/schedule/index.d.ts +0 -7
  3346. package/dist/runtime/schedule/index.d.ts.map +0 -1
  3347. package/dist/runtime/schedule/index.js +0 -7
  3348. package/dist/runtime/schedule/index.js.map +0 -1
  3349. package/dist/runtime/schedule/legacy-cron-migration.d.ts +0 -9
  3350. package/dist/runtime/schedule/legacy-cron-migration.d.ts.map +0 -1
  3351. package/dist/runtime/schedule/legacy-cron-migration.js +0 -89
  3352. package/dist/runtime/schedule/legacy-cron-migration.js.map +0 -1
  3353. package/dist/runtime/schedule/presets.d.ts +0 -649
  3354. package/dist/runtime/schedule/presets.d.ts.map +0 -1
  3355. package/dist/runtime/schedule/presets.js +0 -190
  3356. package/dist/runtime/schedule/presets.js.map +0 -1
  3357. package/dist/runtime/schedule/source.d.ts +0 -80
  3358. package/dist/runtime/schedule/source.d.ts.map +0 -1
  3359. package/dist/runtime/schedule/source.js +0 -21
  3360. package/dist/runtime/schedule/source.js.map +0 -1
  3361. package/dist/runtime/schedule/wait-projection.d.ts +0 -6
  3362. package/dist/runtime/schedule/wait-projection.d.ts.map +0 -1
  3363. package/dist/runtime/schedule/wait-projection.js +0 -102
  3364. package/dist/runtime/schedule/wait-projection.js.map +0 -1
  3365. package/dist/runtime/schedule-engine.d.ts +0 -2
  3366. package/dist/runtime/schedule-engine.d.ts.map +0 -1
  3367. package/dist/runtime/schedule-engine.js +0 -2
  3368. package/dist/runtime/schedule-engine.js.map +0 -1
  3369. package/dist/runtime/schedule-presets.d.ts +0 -2
  3370. package/dist/runtime/schedule-presets.d.ts.map +0 -1
  3371. package/dist/runtime/schedule-presets.js +0 -2
  3372. package/dist/runtime/schedule-presets.js.map +0 -1
  3373. package/dist/runtime/session-registry/index.d.ts +0 -3
  3374. package/dist/runtime/session-registry/index.d.ts.map +0 -1
  3375. package/dist/runtime/session-registry/index.js +0 -3
  3376. package/dist/runtime/session-registry/index.js.map +0 -1
  3377. package/dist/runtime/session-registry/registry-helpers.d.ts +0 -34
  3378. package/dist/runtime/session-registry/registry-helpers.d.ts.map +0 -1
  3379. package/dist/runtime/session-registry/registry-helpers.js +0 -241
  3380. package/dist/runtime/session-registry/registry-helpers.js.map +0 -1
  3381. package/dist/runtime/session-registry/registry.d.ts +0 -39
  3382. package/dist/runtime/session-registry/registry.d.ts.map +0 -1
  3383. package/dist/runtime/session-registry/registry.js +0 -559
  3384. package/dist/runtime/session-registry/registry.js.map +0 -1
  3385. package/dist/runtime/session-registry/types.d.ts +0 -1001
  3386. package/dist/runtime/session-registry/types.d.ts.map +0 -1
  3387. package/dist/runtime/session-registry/types.js +0 -111
  3388. package/dist/runtime/session-registry/types.js.map +0 -1
  3389. package/dist/runtime/skills/skill-parser.d.ts +0 -13
  3390. package/dist/runtime/skills/skill-parser.d.ts.map +0 -1
  3391. package/dist/runtime/skills/skill-parser.js +0 -64
  3392. package/dist/runtime/skills/skill-parser.js.map +0 -1
  3393. package/dist/runtime/skills/skill-registry.d.ts +0 -31
  3394. package/dist/runtime/skills/skill-registry.d.ts.map +0 -1
  3395. package/dist/runtime/skills/skill-registry.js +0 -108
  3396. package/dist/runtime/skills/skill-registry.js.map +0 -1
  3397. package/dist/runtime/store/approval-store.d.ts +0 -33
  3398. package/dist/runtime/store/approval-store.d.ts.map +0 -1
  3399. package/dist/runtime/store/approval-store.js +0 -163
  3400. package/dist/runtime/store/approval-store.js.map +0 -1
  3401. package/dist/runtime/store/artifact-retention.d.ts +0 -51
  3402. package/dist/runtime/store/artifact-retention.d.ts.map +0 -1
  3403. package/dist/runtime/store/artifact-retention.js +0 -253
  3404. package/dist/runtime/store/artifact-retention.js.map +0 -1
  3405. package/dist/runtime/store/background-run-store.d.ts +0 -77
  3406. package/dist/runtime/store/background-run-store.d.ts.map +0 -1
  3407. package/dist/runtime/store/background-run-store.js +0 -159
  3408. package/dist/runtime/store/background-run-store.js.map +0 -1
  3409. package/dist/runtime/store/budget-store.d.ts +0 -442
  3410. package/dist/runtime/store/budget-store.d.ts.map +0 -1
  3411. package/dist/runtime/store/budget-store.js +0 -318
  3412. package/dist/runtime/store/budget-store.js.map +0 -1
  3413. package/dist/runtime/store/dream-checkpoints.d.ts +0 -12
  3414. package/dist/runtime/store/dream-checkpoints.d.ts.map +0 -1
  3415. package/dist/runtime/store/dream-checkpoints.js +0 -18
  3416. package/dist/runtime/store/dream-checkpoints.js.map +0 -1
  3417. package/dist/runtime/store/evaluator-results.d.ts +0 -97
  3418. package/dist/runtime/store/evaluator-results.d.ts.map +0 -1
  3419. package/dist/runtime/store/evaluator-results.js +0 -355
  3420. package/dist/runtime/store/evaluator-results.js.map +0 -1
  3421. package/dist/runtime/store/evidence-ledger.d.ts +0 -237
  3422. package/dist/runtime/store/evidence-ledger.d.ts.map +0 -1
  3423. package/dist/runtime/store/evidence-ledger.js +0 -1669
  3424. package/dist/runtime/store/evidence-ledger.js.map +0 -1
  3425. package/dist/runtime/store/evidence-types.d.ts +0 -6378
  3426. package/dist/runtime/store/evidence-types.d.ts.map +0 -1
  3427. package/dist/runtime/store/evidence-types.js +0 -459
  3428. package/dist/runtime/store/evidence-types.js.map +0 -1
  3429. package/dist/runtime/store/experiment-queue-store.d.ts +0 -1164
  3430. package/dist/runtime/store/experiment-queue-store.d.ts.map +0 -1
  3431. package/dist/runtime/store/experiment-queue-store.js +0 -341
  3432. package/dist/runtime/store/experiment-queue-store.js.map +0 -1
  3433. package/dist/runtime/store/health-store.d.ts +0 -17
  3434. package/dist/runtime/store/health-store.d.ts.map +0 -1
  3435. package/dist/runtime/store/health-store.js +0 -194
  3436. package/dist/runtime/store/health-store.js.map +0 -1
  3437. package/dist/runtime/store/index.d.ts +0 -40
  3438. package/dist/runtime/store/index.d.ts.map +0 -1
  3439. package/dist/runtime/store/index.js +0 -23
  3440. package/dist/runtime/store/index.js.map +0 -1
  3441. package/dist/runtime/store/metric-history.d.ts +0 -10
  3442. package/dist/runtime/store/metric-history.d.ts.map +0 -1
  3443. package/dist/runtime/store/metric-history.js +0 -56
  3444. package/dist/runtime/store/metric-history.js.map +0 -1
  3445. package/dist/runtime/store/operator-handoff-store.d.ts +0 -179
  3446. package/dist/runtime/store/operator-handoff-store.d.ts.map +0 -1
  3447. package/dist/runtime/store/operator-handoff-store.js +0 -120
  3448. package/dist/runtime/store/operator-handoff-store.js.map +0 -1
  3449. package/dist/runtime/store/outbox-store.d.ts +0 -25
  3450. package/dist/runtime/store/outbox-store.d.ts.map +0 -1
  3451. package/dist/runtime/store/outbox-store.js +0 -116
  3452. package/dist/runtime/store/outbox-store.js.map +0 -1
  3453. package/dist/runtime/store/postmortem-report.d.ts +0 -485
  3454. package/dist/runtime/store/postmortem-report.d.ts.map +0 -1
  3455. package/dist/runtime/store/postmortem-report.js +0 -561
  3456. package/dist/runtime/store/postmortem-report.js.map +0 -1
  3457. package/dist/runtime/store/proactive-intervention-store.d.ts +0 -360
  3458. package/dist/runtime/store/proactive-intervention-store.d.ts.map +0 -1
  3459. package/dist/runtime/store/proactive-intervention-store.js +0 -252
  3460. package/dist/runtime/store/proactive-intervention-store.js.map +0 -1
  3461. package/dist/runtime/store/reproducibility-manifest.d.ts +0 -565
  3462. package/dist/runtime/store/reproducibility-manifest.d.ts.map +0 -1
  3463. package/dist/runtime/store/reproducibility-manifest.js +0 -392
  3464. package/dist/runtime/store/reproducibility-manifest.js.map +0 -1
  3465. package/dist/runtime/store/research-evidence.d.ts +0 -8
  3466. package/dist/runtime/store/research-evidence.d.ts.map +0 -1
  3467. package/dist/runtime/store/research-evidence.js +0 -15
  3468. package/dist/runtime/store/research-evidence.js.map +0 -1
  3469. package/dist/runtime/store/runtime-journal.d.ts +0 -19
  3470. package/dist/runtime/store/runtime-journal.d.ts.map +0 -1
  3471. package/dist/runtime/store/runtime-journal.js +0 -77
  3472. package/dist/runtime/store/runtime-journal.js.map +0 -1
  3473. package/dist/runtime/store/runtime-operation-schemas.d.ts +0 -332
  3474. package/dist/runtime/store/runtime-operation-schemas.d.ts.map +0 -1
  3475. package/dist/runtime/store/runtime-operation-schemas.js +0 -91
  3476. package/dist/runtime/store/runtime-operation-schemas.js.map +0 -1
  3477. package/dist/runtime/store/runtime-operation-store.d.ts +0 -17
  3478. package/dist/runtime/store/runtime-operation-store.d.ts.map +0 -1
  3479. package/dist/runtime/store/runtime-operation-store.js +0 -57
  3480. package/dist/runtime/store/runtime-operation-store.js.map +0 -1
  3481. package/dist/runtime/store/runtime-paths.d.ts +0 -66
  3482. package/dist/runtime/store/runtime-paths.d.ts.map +0 -1
  3483. package/dist/runtime/store/runtime-paths.js +0 -197
  3484. package/dist/runtime/store/runtime-paths.js.map +0 -1
  3485. package/dist/runtime/store/runtime-schemas.d.ts +0 -4932
  3486. package/dist/runtime/store/runtime-schemas.d.ts.map +0 -1
  3487. package/dist/runtime/store/runtime-schemas.js +0 -465
  3488. package/dist/runtime/store/runtime-schemas.js.map +0 -1
  3489. package/dist/runtime/store/safe-pause-store.d.ts +0 -28
  3490. package/dist/runtime/store/safe-pause-store.d.ts.map +0 -1
  3491. package/dist/runtime/store/safe-pause-store.js +0 -103
  3492. package/dist/runtime/store/safe-pause-store.js.map +0 -1
  3493. package/dist/runtime/terminal/backend.d.ts +0 -25
  3494. package/dist/runtime/terminal/backend.d.ts.map +0 -1
  3495. package/dist/runtime/terminal/backend.js +0 -92
  3496. package/dist/runtime/terminal/backend.js.map +0 -1
  3497. package/dist/runtime/trigger-mapper.d.ts +0 -26
  3498. package/dist/runtime/trigger-mapper.d.ts.map +0 -1
  3499. package/dist/runtime/trigger-mapper.js +0 -89
  3500. package/dist/runtime/trigger-mapper.js.map +0 -1
  3501. package/dist/runtime/types/builtin-integration.d.ts +0 -13
  3502. package/dist/runtime/types/builtin-integration.d.ts.map +0 -1
  3503. package/dist/runtime/types/builtin-integration.js +0 -2
  3504. package/dist/runtime/types/builtin-integration.js.map +0 -1
  3505. package/dist/runtime/types/companion.d.ts +0 -394
  3506. package/dist/runtime/types/companion.d.ts.map +0 -1
  3507. package/dist/runtime/types/companion.js +0 -87
  3508. package/dist/runtime/types/companion.js.map +0 -1
  3509. package/dist/runtime/types/daemon.d.ts +0 -594
  3510. package/dist/runtime/types/daemon.d.ts.map +0 -1
  3511. package/dist/runtime/types/daemon.js +0 -126
  3512. package/dist/runtime/types/daemon.js.map +0 -1
  3513. package/dist/runtime/types/envelope.d.ts +0 -90
  3514. package/dist/runtime/types/envelope.d.ts.map +0 -1
  3515. package/dist/runtime/types/envelope.js +0 -41
  3516. package/dist/runtime/types/envelope.js.map +0 -1
  3517. package/dist/runtime/types/hook.d.ts +0 -142
  3518. package/dist/runtime/types/hook.d.ts.map +0 -1
  3519. package/dist/runtime/types/hook.js +0 -44
  3520. package/dist/runtime/types/hook.js.map +0 -1
  3521. package/dist/runtime/types/notification.d.ts +0 -1007
  3522. package/dist/runtime/types/notification.d.ts.map +0 -1
  3523. package/dist/runtime/types/notification.js +0 -92
  3524. package/dist/runtime/types/notification.js.map +0 -1
  3525. package/dist/runtime/types/plugin.d.ts +0 -335
  3526. package/dist/runtime/types/plugin.d.ts.map +0 -1
  3527. package/dist/runtime/types/plugin.js +0 -61
  3528. package/dist/runtime/types/plugin.js.map +0 -1
  3529. package/dist/runtime/types/schedule.d.ts +0 -1297
  3530. package/dist/runtime/types/schedule.d.ts.map +0 -1
  3531. package/dist/runtime/types/schedule.js +0 -148
  3532. package/dist/runtime/types/schedule.js.map +0 -1
  3533. package/dist/runtime/types/trigger.d.ts +0 -77
  3534. package/dist/runtime/types/trigger.d.ts.map +0 -1
  3535. package/dist/runtime/types/trigger.js +0 -21
  3536. package/dist/runtime/types/trigger.js.map +0 -1
  3537. package/dist/runtime/watchdog.d.ts +0 -73
  3538. package/dist/runtime/watchdog.d.ts.map +0 -1
  3539. package/dist/runtime/watchdog.js +0 -281
  3540. package/dist/runtime/watchdog.js.map +0 -1
  3541. package/dist/tools/automation/InteractiveAutomationTools.d.ts +0 -363
  3542. package/dist/tools/automation/InteractiveAutomationTools.d.ts.map +0 -1
  3543. package/dist/tools/automation/InteractiveAutomationTools.js +0 -620
  3544. package/dist/tools/automation/InteractiveAutomationTools.js.map +0 -1
  3545. package/dist/tools/automation/index.d.ts +0 -2
  3546. package/dist/tools/automation/index.d.ts.map +0 -1
  3547. package/dist/tools/automation/index.js +0 -2
  3548. package/dist/tools/automation/index.js.map +0 -1
  3549. package/dist/tools/builtin/exports.d.ts +0 -87
  3550. package/dist/tools/builtin/exports.d.ts.map +0 -1
  3551. package/dist/tools/builtin/exports.js +0 -86
  3552. package/dist/tools/builtin/exports.js.map +0 -1
  3553. package/dist/tools/builtin/factory.d.ts +0 -50
  3554. package/dist/tools/builtin/factory.d.ts.map +0 -1
  3555. package/dist/tools/builtin/factory.js +0 -245
  3556. package/dist/tools/builtin/factory.js.map +0 -1
  3557. package/dist/tools/builtin/index.d.ts +0 -4
  3558. package/dist/tools/builtin/index.d.ts.map +0 -1
  3559. package/dist/tools/builtin/index.js +0 -3
  3560. package/dist/tools/builtin/index.js.map +0 -1
  3561. package/dist/tools/concurrency.d.ts +0 -20
  3562. package/dist/tools/concurrency.d.ts.map +0 -1
  3563. package/dist/tools/concurrency.js +0 -58
  3564. package/dist/tools/concurrency.js.map +0 -1
  3565. package/dist/tools/execution/MemoryConsolidateTool/MemoryConsolidateTool.d.ts +0 -50
  3566. package/dist/tools/execution/MemoryConsolidateTool/MemoryConsolidateTool.d.ts.map +0 -1
  3567. package/dist/tools/execution/MemoryConsolidateTool/MemoryConsolidateTool.js +0 -84
  3568. package/dist/tools/execution/MemoryConsolidateTool/MemoryConsolidateTool.js.map +0 -1
  3569. package/dist/tools/execution/MemoryConsolidateTool/constants.d.ts +0 -7
  3570. package/dist/tools/execution/MemoryConsolidateTool/constants.d.ts.map +0 -1
  3571. package/dist/tools/execution/MemoryConsolidateTool/constants.js +0 -7
  3572. package/dist/tools/execution/MemoryConsolidateTool/constants.js.map +0 -1
  3573. package/dist/tools/execution/MemoryConsolidateTool/prompt.d.ts +0 -2
  3574. package/dist/tools/execution/MemoryConsolidateTool/prompt.d.ts.map +0 -1
  3575. package/dist/tools/execution/MemoryConsolidateTool/prompt.js +0 -2
  3576. package/dist/tools/execution/MemoryConsolidateTool/prompt.js.map +0 -1
  3577. package/dist/tools/execution/MemoryCorrectionTool/MemoryCorrectionTool.d.ts +0 -76
  3578. package/dist/tools/execution/MemoryCorrectionTool/MemoryCorrectionTool.d.ts.map +0 -1
  3579. package/dist/tools/execution/MemoryCorrectionTool/MemoryCorrectionTool.js +0 -79
  3580. package/dist/tools/execution/MemoryCorrectionTool/MemoryCorrectionTool.js.map +0 -1
  3581. package/dist/tools/execution/MemoryCorrectionTool/constants.d.ts +0 -6
  3582. package/dist/tools/execution/MemoryCorrectionTool/constants.d.ts.map +0 -1
  3583. package/dist/tools/execution/MemoryCorrectionTool/constants.js +0 -6
  3584. package/dist/tools/execution/MemoryCorrectionTool/constants.js.map +0 -1
  3585. package/dist/tools/execution/MemoryCorrectionTool/prompt.d.ts +0 -2
  3586. package/dist/tools/execution/MemoryCorrectionTool/prompt.d.ts.map +0 -1
  3587. package/dist/tools/execution/MemoryCorrectionTool/prompt.js +0 -2
  3588. package/dist/tools/execution/MemoryCorrectionTool/prompt.js.map +0 -1
  3589. package/dist/tools/execution/MemoryLintTool/MemoryLintTool.d.ts +0 -42
  3590. package/dist/tools/execution/MemoryLintTool/MemoryLintTool.d.ts.map +0 -1
  3591. package/dist/tools/execution/MemoryLintTool/MemoryLintTool.js +0 -84
  3592. package/dist/tools/execution/MemoryLintTool/MemoryLintTool.js.map +0 -1
  3593. package/dist/tools/execution/MemoryLintTool/constants.d.ts +0 -7
  3594. package/dist/tools/execution/MemoryLintTool/constants.d.ts.map +0 -1
  3595. package/dist/tools/execution/MemoryLintTool/constants.js +0 -7
  3596. package/dist/tools/execution/MemoryLintTool/constants.js.map +0 -1
  3597. package/dist/tools/execution/MemoryLintTool/prompt.d.ts +0 -2
  3598. package/dist/tools/execution/MemoryLintTool/prompt.d.ts.map +0 -1
  3599. package/dist/tools/execution/MemoryLintTool/prompt.js +0 -2
  3600. package/dist/tools/execution/MemoryLintTool/prompt.js.map +0 -1
  3601. package/dist/tools/execution/MemorySaveTool/MemorySaveTool.d.ts +0 -354
  3602. package/dist/tools/execution/MemorySaveTool/MemorySaveTool.d.ts.map +0 -1
  3603. package/dist/tools/execution/MemorySaveTool/MemorySaveTool.js +0 -78
  3604. package/dist/tools/execution/MemorySaveTool/MemorySaveTool.js.map +0 -1
  3605. package/dist/tools/execution/MemorySaveTool/constants.d.ts +0 -7
  3606. package/dist/tools/execution/MemorySaveTool/constants.d.ts.map +0 -1
  3607. package/dist/tools/execution/MemorySaveTool/constants.js +0 -7
  3608. package/dist/tools/execution/MemorySaveTool/constants.js.map +0 -1
  3609. package/dist/tools/execution/MemorySaveTool/prompt.d.ts +0 -2
  3610. package/dist/tools/execution/MemorySaveTool/prompt.d.ts.map +0 -1
  3611. package/dist/tools/execution/MemorySaveTool/prompt.js +0 -2
  3612. package/dist/tools/execution/MemorySaveTool/prompt.js.map +0 -1
  3613. package/dist/tools/execution/ObserveGoalTool/ObserveGoalTool.d.ts +0 -28
  3614. package/dist/tools/execution/ObserveGoalTool/ObserveGoalTool.d.ts.map +0 -1
  3615. package/dist/tools/execution/ObserveGoalTool/ObserveGoalTool.js +0 -56
  3616. package/dist/tools/execution/ObserveGoalTool/ObserveGoalTool.js.map +0 -1
  3617. package/dist/tools/execution/ObserveGoalTool/constants.d.ts +0 -5
  3618. package/dist/tools/execution/ObserveGoalTool/constants.d.ts.map +0 -1
  3619. package/dist/tools/execution/ObserveGoalTool/constants.js +0 -5
  3620. package/dist/tools/execution/ObserveGoalTool/constants.js.map +0 -1
  3621. package/dist/tools/execution/ObserveGoalTool/prompt.d.ts +0 -2
  3622. package/dist/tools/execution/ObserveGoalTool/prompt.d.ts.map +0 -1
  3623. package/dist/tools/execution/ObserveGoalTool/prompt.js +0 -2
  3624. package/dist/tools/execution/ObserveGoalTool/prompt.js.map +0 -1
  3625. package/dist/tools/execution/QueryDataSourceTool/QueryDataSourceTool.d.ts +0 -40
  3626. package/dist/tools/execution/QueryDataSourceTool/QueryDataSourceTool.d.ts.map +0 -1
  3627. package/dist/tools/execution/QueryDataSourceTool/QueryDataSourceTool.js +0 -58
  3628. package/dist/tools/execution/QueryDataSourceTool/QueryDataSourceTool.js.map +0 -1
  3629. package/dist/tools/execution/QueryDataSourceTool/constants.d.ts +0 -5
  3630. package/dist/tools/execution/QueryDataSourceTool/constants.d.ts.map +0 -1
  3631. package/dist/tools/execution/QueryDataSourceTool/constants.js +0 -5
  3632. package/dist/tools/execution/QueryDataSourceTool/constants.js.map +0 -1
  3633. package/dist/tools/execution/QueryDataSourceTool/prompt.d.ts +0 -2
  3634. package/dist/tools/execution/QueryDataSourceTool/prompt.d.ts.map +0 -1
  3635. package/dist/tools/execution/QueryDataSourceTool/prompt.js +0 -2
  3636. package/dist/tools/execution/QueryDataSourceTool/prompt.js.map +0 -1
  3637. package/dist/tools/execution/RunAdapterTool/RunAdapterTool.d.ts +0 -46
  3638. package/dist/tools/execution/RunAdapterTool/RunAdapterTool.d.ts.map +0 -1
  3639. package/dist/tools/execution/RunAdapterTool/RunAdapterTool.js +0 -89
  3640. package/dist/tools/execution/RunAdapterTool/RunAdapterTool.js.map +0 -1
  3641. package/dist/tools/execution/RunAdapterTool/constants.d.ts +0 -5
  3642. package/dist/tools/execution/RunAdapterTool/constants.d.ts.map +0 -1
  3643. package/dist/tools/execution/RunAdapterTool/constants.js +0 -5
  3644. package/dist/tools/execution/RunAdapterTool/constants.js.map +0 -1
  3645. package/dist/tools/execution/RunAdapterTool/prompt.d.ts +0 -2
  3646. package/dist/tools/execution/RunAdapterTool/prompt.d.ts.map +0 -1
  3647. package/dist/tools/execution/RunAdapterTool/prompt.js +0 -2
  3648. package/dist/tools/execution/RunAdapterTool/prompt.js.map +0 -1
  3649. package/dist/tools/execution/SoilDoctorTool/SoilDoctorTool.d.ts +0 -43
  3650. package/dist/tools/execution/SoilDoctorTool/SoilDoctorTool.d.ts.map +0 -1
  3651. package/dist/tools/execution/SoilDoctorTool/SoilDoctorTool.js +0 -83
  3652. package/dist/tools/execution/SoilDoctorTool/SoilDoctorTool.js.map +0 -1
  3653. package/dist/tools/execution/SoilDoctorTool/constants.d.ts +0 -8
  3654. package/dist/tools/execution/SoilDoctorTool/constants.d.ts.map +0 -1
  3655. package/dist/tools/execution/SoilDoctorTool/constants.js +0 -8
  3656. package/dist/tools/execution/SoilDoctorTool/constants.js.map +0 -1
  3657. package/dist/tools/execution/SoilDoctorTool/prompt.d.ts +0 -2
  3658. package/dist/tools/execution/SoilDoctorTool/prompt.d.ts.map +0 -1
  3659. package/dist/tools/execution/SoilDoctorTool/prompt.js +0 -2
  3660. package/dist/tools/execution/SoilDoctorTool/prompt.js.map +0 -1
  3661. package/dist/tools/execution/SoilImportTool/SoilImportTool.d.ts +0 -109
  3662. package/dist/tools/execution/SoilImportTool/SoilImportTool.d.ts.map +0 -1
  3663. package/dist/tools/execution/SoilImportTool/SoilImportTool.js +0 -72
  3664. package/dist/tools/execution/SoilImportTool/SoilImportTool.js.map +0 -1
  3665. package/dist/tools/execution/SoilImportTool/constants.d.ts +0 -6
  3666. package/dist/tools/execution/SoilImportTool/constants.d.ts.map +0 -1
  3667. package/dist/tools/execution/SoilImportTool/constants.js +0 -6
  3668. package/dist/tools/execution/SoilImportTool/constants.js.map +0 -1
  3669. package/dist/tools/execution/SoilImportTool/prompt.d.ts +0 -2
  3670. package/dist/tools/execution/SoilImportTool/prompt.d.ts.map +0 -1
  3671. package/dist/tools/execution/SoilImportTool/prompt.js +0 -2
  3672. package/dist/tools/execution/SoilImportTool/prompt.js.map +0 -1
  3673. package/dist/tools/execution/SoilOpenTool/SoilOpenTool.d.ts +0 -46
  3674. package/dist/tools/execution/SoilOpenTool/SoilOpenTool.d.ts.map +0 -1
  3675. package/dist/tools/execution/SoilOpenTool/SoilOpenTool.js +0 -64
  3676. package/dist/tools/execution/SoilOpenTool/SoilOpenTool.js.map +0 -1
  3677. package/dist/tools/execution/SoilOpenTool/constants.d.ts +0 -6
  3678. package/dist/tools/execution/SoilOpenTool/constants.d.ts.map +0 -1
  3679. package/dist/tools/execution/SoilOpenTool/constants.js +0 -6
  3680. package/dist/tools/execution/SoilOpenTool/constants.js.map +0 -1
  3681. package/dist/tools/execution/SoilOpenTool/prompt.d.ts +0 -2
  3682. package/dist/tools/execution/SoilOpenTool/prompt.d.ts.map +0 -1
  3683. package/dist/tools/execution/SoilOpenTool/prompt.js +0 -2
  3684. package/dist/tools/execution/SoilOpenTool/prompt.js.map +0 -1
  3685. package/dist/tools/execution/SoilPublishTool/SoilPublishTool.d.ts +0 -49
  3686. package/dist/tools/execution/SoilPublishTool/SoilPublishTool.d.ts.map +0 -1
  3687. package/dist/tools/execution/SoilPublishTool/SoilPublishTool.js +0 -71
  3688. package/dist/tools/execution/SoilPublishTool/SoilPublishTool.js.map +0 -1
  3689. package/dist/tools/execution/SoilPublishTool/constants.d.ts +0 -6
  3690. package/dist/tools/execution/SoilPublishTool/constants.d.ts.map +0 -1
  3691. package/dist/tools/execution/SoilPublishTool/constants.js +0 -6
  3692. package/dist/tools/execution/SoilPublishTool/constants.js.map +0 -1
  3693. package/dist/tools/execution/SoilPublishTool/prompt.d.ts +0 -2
  3694. package/dist/tools/execution/SoilPublishTool/prompt.d.ts.map +0 -1
  3695. package/dist/tools/execution/SoilPublishTool/prompt.js +0 -2
  3696. package/dist/tools/execution/SoilPublishTool/prompt.js.map +0 -1
  3697. package/dist/tools/execution/SoilRebuildTool/SoilRebuildTool.d.ts +0 -34
  3698. package/dist/tools/execution/SoilRebuildTool/SoilRebuildTool.d.ts.map +0 -1
  3699. package/dist/tools/execution/SoilRebuildTool/SoilRebuildTool.js +0 -66
  3700. package/dist/tools/execution/SoilRebuildTool/SoilRebuildTool.js.map +0 -1
  3701. package/dist/tools/execution/SoilRebuildTool/constants.d.ts +0 -6
  3702. package/dist/tools/execution/SoilRebuildTool/constants.d.ts.map +0 -1
  3703. package/dist/tools/execution/SoilRebuildTool/constants.js +0 -6
  3704. package/dist/tools/execution/SoilRebuildTool/constants.js.map +0 -1
  3705. package/dist/tools/execution/SoilRebuildTool/prompt.d.ts +0 -2
  3706. package/dist/tools/execution/SoilRebuildTool/prompt.d.ts.map +0 -1
  3707. package/dist/tools/execution/SoilRebuildTool/prompt.js +0 -2
  3708. package/dist/tools/execution/SoilRebuildTool/prompt.js.map +0 -1
  3709. package/dist/tools/execution/SpawnSessionTool/SpawnSessionTool.d.ts +0 -78
  3710. package/dist/tools/execution/SpawnSessionTool/SpawnSessionTool.d.ts.map +0 -1
  3711. package/dist/tools/execution/SpawnSessionTool/SpawnSessionTool.js +0 -84
  3712. package/dist/tools/execution/SpawnSessionTool/SpawnSessionTool.js.map +0 -1
  3713. package/dist/tools/execution/SpawnSessionTool/constants.d.ts +0 -5
  3714. package/dist/tools/execution/SpawnSessionTool/constants.d.ts.map +0 -1
  3715. package/dist/tools/execution/SpawnSessionTool/constants.js +0 -5
  3716. package/dist/tools/execution/SpawnSessionTool/constants.js.map +0 -1
  3717. package/dist/tools/execution/SpawnSessionTool/prompt.d.ts +0 -2
  3718. package/dist/tools/execution/SpawnSessionTool/prompt.d.ts.map +0 -1
  3719. package/dist/tools/execution/SpawnSessionTool/prompt.js +0 -2
  3720. package/dist/tools/execution/SpawnSessionTool/prompt.js.map +0 -1
  3721. package/dist/tools/execution/WriteKnowledgeTool/WriteKnowledgeTool.d.ts +0 -46
  3722. package/dist/tools/execution/WriteKnowledgeTool/WriteKnowledgeTool.d.ts.map +0 -1
  3723. package/dist/tools/execution/WriteKnowledgeTool/WriteKnowledgeTool.js +0 -73
  3724. package/dist/tools/execution/WriteKnowledgeTool/WriteKnowledgeTool.js.map +0 -1
  3725. package/dist/tools/execution/WriteKnowledgeTool/constants.d.ts +0 -5
  3726. package/dist/tools/execution/WriteKnowledgeTool/constants.d.ts.map +0 -1
  3727. package/dist/tools/execution/WriteKnowledgeTool/constants.js +0 -5
  3728. package/dist/tools/execution/WriteKnowledgeTool/constants.js.map +0 -1
  3729. package/dist/tools/execution/WriteKnowledgeTool/prompt.d.ts +0 -2
  3730. package/dist/tools/execution/WriteKnowledgeTool/prompt.d.ts.map +0 -1
  3731. package/dist/tools/execution/WriteKnowledgeTool/prompt.js +0 -2
  3732. package/dist/tools/execution/WriteKnowledgeTool/prompt.js.map +0 -1
  3733. package/dist/tools/execution-orchestrator.d.ts +0 -29
  3734. package/dist/tools/execution-orchestrator.d.ts.map +0 -1
  3735. package/dist/tools/execution-orchestrator.js +0 -153
  3736. package/dist/tools/execution-orchestrator.js.map +0 -1
  3737. package/dist/tools/executor.d.ts +0 -45
  3738. package/dist/tools/executor.d.ts.map +0 -1
  3739. package/dist/tools/executor.js +0 -277
  3740. package/dist/tools/executor.js.map +0 -1
  3741. package/dist/tools/fs/ApplyPatchTool/ApplyPatchTool.d.ts +0 -38
  3742. package/dist/tools/fs/ApplyPatchTool/ApplyPatchTool.d.ts.map +0 -1
  3743. package/dist/tools/fs/ApplyPatchTool/ApplyPatchTool.js +0 -394
  3744. package/dist/tools/fs/ApplyPatchTool/ApplyPatchTool.js.map +0 -1
  3745. package/dist/tools/fs/FileEditTool/FileEditTool.d.ts +0 -48
  3746. package/dist/tools/fs/FileEditTool/FileEditTool.d.ts.map +0 -1
  3747. package/dist/tools/fs/FileEditTool/FileEditTool.js +0 -127
  3748. package/dist/tools/fs/FileEditTool/FileEditTool.js.map +0 -1
  3749. package/dist/tools/fs/FileEditTool/constants.d.ts +0 -5
  3750. package/dist/tools/fs/FileEditTool/constants.d.ts.map +0 -1
  3751. package/dist/tools/fs/FileEditTool/constants.js +0 -5
  3752. package/dist/tools/fs/FileEditTool/constants.js.map +0 -1
  3753. package/dist/tools/fs/FileEditTool/prompt.d.ts +0 -2
  3754. package/dist/tools/fs/FileEditTool/prompt.d.ts.map +0 -1
  3755. package/dist/tools/fs/FileEditTool/prompt.js +0 -2
  3756. package/dist/tools/fs/FileEditTool/prompt.js.map +0 -1
  3757. package/dist/tools/fs/FileValidationTool/FileValidationTool.d.ts +0 -6
  3758. package/dist/tools/fs/FileValidationTool/FileValidationTool.d.ts.map +0 -1
  3759. package/dist/tools/fs/FileValidationTool/FileValidationTool.js +0 -5
  3760. package/dist/tools/fs/FileValidationTool/FileValidationTool.js.map +0 -1
  3761. package/dist/tools/fs/FileValidationTool/protected-path-policy.d.ts +0 -13
  3762. package/dist/tools/fs/FileValidationTool/protected-path-policy.d.ts.map +0 -1
  3763. package/dist/tools/fs/FileValidationTool/protected-path-policy.js +0 -83
  3764. package/dist/tools/fs/FileValidationTool/protected-path-policy.js.map +0 -1
  3765. package/dist/tools/fs/FileWriteTool/FileWriteTool.d.ts +0 -41
  3766. package/dist/tools/fs/FileWriteTool/FileWriteTool.d.ts.map +0 -1
  3767. package/dist/tools/fs/FileWriteTool/FileWriteTool.js +0 -86
  3768. package/dist/tools/fs/FileWriteTool/FileWriteTool.js.map +0 -1
  3769. package/dist/tools/fs/FileWriteTool/constants.d.ts +0 -5
  3770. package/dist/tools/fs/FileWriteTool/constants.d.ts.map +0 -1
  3771. package/dist/tools/fs/FileWriteTool/constants.js +0 -5
  3772. package/dist/tools/fs/FileWriteTool/constants.js.map +0 -1
  3773. package/dist/tools/fs/FileWriteTool/prompt.d.ts +0 -2
  3774. package/dist/tools/fs/FileWriteTool/prompt.d.ts.map +0 -1
  3775. package/dist/tools/fs/FileWriteTool/prompt.js +0 -2
  3776. package/dist/tools/fs/FileWriteTool/prompt.js.map +0 -1
  3777. package/dist/tools/fs/GlobTool/GlobTool.d.ts +0 -37
  3778. package/dist/tools/fs/GlobTool/GlobTool.d.ts.map +0 -1
  3779. package/dist/tools/fs/GlobTool/GlobTool.js +0 -71
  3780. package/dist/tools/fs/GlobTool/GlobTool.js.map +0 -1
  3781. package/dist/tools/fs/GlobTool/constants.d.ts +0 -6
  3782. package/dist/tools/fs/GlobTool/constants.d.ts.map +0 -1
  3783. package/dist/tools/fs/GlobTool/constants.js +0 -6
  3784. package/dist/tools/fs/GlobTool/constants.js.map +0 -1
  3785. package/dist/tools/fs/GlobTool/prompt.d.ts +0 -3
  3786. package/dist/tools/fs/GlobTool/prompt.d.ts.map +0 -1
  3787. package/dist/tools/fs/GlobTool/prompt.js +0 -3
  3788. package/dist/tools/fs/GlobTool/prompt.js.map +0 -1
  3789. package/dist/tools/fs/GrepTool/GrepTool.d.ts +0 -61
  3790. package/dist/tools/fs/GrepTool/GrepTool.d.ts.map +0 -1
  3791. package/dist/tools/fs/GrepTool/GrepTool.js +0 -96
  3792. package/dist/tools/fs/GrepTool/GrepTool.js.map +0 -1
  3793. package/dist/tools/fs/GrepTool/constants.d.ts +0 -6
  3794. package/dist/tools/fs/GrepTool/constants.d.ts.map +0 -1
  3795. package/dist/tools/fs/GrepTool/constants.js +0 -6
  3796. package/dist/tools/fs/GrepTool/constants.js.map +0 -1
  3797. package/dist/tools/fs/GrepTool/prompt.d.ts +0 -2
  3798. package/dist/tools/fs/GrepTool/prompt.d.ts.map +0 -1
  3799. package/dist/tools/fs/GrepTool/prompt.js +0 -2
  3800. package/dist/tools/fs/GrepTool/prompt.js.map +0 -1
  3801. package/dist/tools/fs/JsonQueryTool/JsonQueryTool.d.ts +0 -32
  3802. package/dist/tools/fs/JsonQueryTool/JsonQueryTool.d.ts.map +0 -1
  3803. package/dist/tools/fs/JsonQueryTool/JsonQueryTool.js +0 -68
  3804. package/dist/tools/fs/JsonQueryTool/JsonQueryTool.js.map +0 -1
  3805. package/dist/tools/fs/JsonQueryTool/constants.d.ts +0 -6
  3806. package/dist/tools/fs/JsonQueryTool/constants.d.ts.map +0 -1
  3807. package/dist/tools/fs/JsonQueryTool/constants.js +0 -6
  3808. package/dist/tools/fs/JsonQueryTool/constants.js.map +0 -1
  3809. package/dist/tools/fs/JsonQueryTool/prompt.d.ts +0 -2
  3810. package/dist/tools/fs/JsonQueryTool/prompt.d.ts.map +0 -1
  3811. package/dist/tools/fs/JsonQueryTool/prompt.js +0 -2
  3812. package/dist/tools/fs/JsonQueryTool/prompt.js.map +0 -1
  3813. package/dist/tools/fs/ListDirTool/ListDirTool.d.ts +0 -48
  3814. package/dist/tools/fs/ListDirTool/ListDirTool.d.ts.map +0 -1
  3815. package/dist/tools/fs/ListDirTool/ListDirTool.js +0 -100
  3816. package/dist/tools/fs/ListDirTool/ListDirTool.js.map +0 -1
  3817. package/dist/tools/fs/ListDirTool/constants.d.ts +0 -6
  3818. package/dist/tools/fs/ListDirTool/constants.d.ts.map +0 -1
  3819. package/dist/tools/fs/ListDirTool/constants.js +0 -6
  3820. package/dist/tools/fs/ListDirTool/constants.js.map +0 -1
  3821. package/dist/tools/fs/ListDirTool/prompt.d.ts +0 -2
  3822. package/dist/tools/fs/ListDirTool/prompt.d.ts.map +0 -1
  3823. package/dist/tools/fs/ListDirTool/prompt.js +0 -2
  3824. package/dist/tools/fs/ListDirTool/prompt.js.map +0 -1
  3825. package/dist/tools/fs/ReadPulseedFileTool/ReadPulseedFileTool.d.ts +0 -25
  3826. package/dist/tools/fs/ReadPulseedFileTool/ReadPulseedFileTool.d.ts.map +0 -1
  3827. package/dist/tools/fs/ReadPulseedFileTool/ReadPulseedFileTool.js +0 -90
  3828. package/dist/tools/fs/ReadPulseedFileTool/ReadPulseedFileTool.js.map +0 -1
  3829. package/dist/tools/fs/ReadPulseedFileTool/constants.d.ts +0 -6
  3830. package/dist/tools/fs/ReadPulseedFileTool/constants.d.ts.map +0 -1
  3831. package/dist/tools/fs/ReadPulseedFileTool/constants.js +0 -6
  3832. package/dist/tools/fs/ReadPulseedFileTool/constants.js.map +0 -1
  3833. package/dist/tools/fs/ReadPulseedFileTool/prompt.d.ts +0 -2
  3834. package/dist/tools/fs/ReadPulseedFileTool/prompt.d.ts.map +0 -1
  3835. package/dist/tools/fs/ReadPulseedFileTool/prompt.js +0 -2
  3836. package/dist/tools/fs/ReadPulseedFileTool/prompt.js.map +0 -1
  3837. package/dist/tools/fs/ReadTool/ReadTool.d.ts +0 -37
  3838. package/dist/tools/fs/ReadTool/ReadTool.d.ts.map +0 -1
  3839. package/dist/tools/fs/ReadTool/ReadTool.js +0 -78
  3840. package/dist/tools/fs/ReadTool/ReadTool.js.map +0 -1
  3841. package/dist/tools/fs/ReadTool/constants.d.ts +0 -6
  3842. package/dist/tools/fs/ReadTool/constants.d.ts.map +0 -1
  3843. package/dist/tools/fs/ReadTool/constants.js +0 -6
  3844. package/dist/tools/fs/ReadTool/constants.js.map +0 -1
  3845. package/dist/tools/fs/ReadTool/prompt.d.ts +0 -2
  3846. package/dist/tools/fs/ReadTool/prompt.d.ts.map +0 -1
  3847. package/dist/tools/fs/ReadTool/prompt.js +0 -2
  3848. package/dist/tools/fs/ReadTool/prompt.js.map +0 -1
  3849. package/dist/tools/fs/WritePulseedFileTool/WritePulseedFileTool.d.ts +0 -31
  3850. package/dist/tools/fs/WritePulseedFileTool/WritePulseedFileTool.d.ts.map +0 -1
  3851. package/dist/tools/fs/WritePulseedFileTool/WritePulseedFileTool.js +0 -135
  3852. package/dist/tools/fs/WritePulseedFileTool/WritePulseedFileTool.js.map +0 -1
  3853. package/dist/tools/fs/WritePulseedFileTool/constants.d.ts +0 -6
  3854. package/dist/tools/fs/WritePulseedFileTool/constants.d.ts.map +0 -1
  3855. package/dist/tools/fs/WritePulseedFileTool/constants.js +0 -6
  3856. package/dist/tools/fs/WritePulseedFileTool/constants.js.map +0 -1
  3857. package/dist/tools/fs/WritePulseedFileTool/prompt.d.ts +0 -2
  3858. package/dist/tools/fs/WritePulseedFileTool/prompt.d.ts.map +0 -1
  3859. package/dist/tools/fs/WritePulseedFileTool/prompt.js +0 -2
  3860. package/dist/tools/fs/WritePulseedFileTool/prompt.js.map +0 -1
  3861. package/dist/tools/index.d.ts +0 -15
  3862. package/dist/tools/index.d.ts.map +0 -1
  3863. package/dist/tools/index.js +0 -11
  3864. package/dist/tools/index.js.map +0 -1
  3865. package/dist/tools/interaction/AskHumanTool/AskHumanTool.d.ts +0 -31
  3866. package/dist/tools/interaction/AskHumanTool/AskHumanTool.d.ts.map +0 -1
  3867. package/dist/tools/interaction/AskHumanTool/AskHumanTool.js +0 -61
  3868. package/dist/tools/interaction/AskHumanTool/AskHumanTool.js.map +0 -1
  3869. package/dist/tools/interaction/AskHumanTool/constants.d.ts +0 -5
  3870. package/dist/tools/interaction/AskHumanTool/constants.d.ts.map +0 -1
  3871. package/dist/tools/interaction/AskHumanTool/constants.js +0 -5
  3872. package/dist/tools/interaction/AskHumanTool/constants.js.map +0 -1
  3873. package/dist/tools/interaction/AskHumanTool/prompt.d.ts +0 -2
  3874. package/dist/tools/interaction/AskHumanTool/prompt.d.ts.map +0 -1
  3875. package/dist/tools/interaction/AskHumanTool/prompt.js +0 -2
  3876. package/dist/tools/interaction/AskHumanTool/prompt.js.map +0 -1
  3877. package/dist/tools/interaction/CreatePlanTool/CreatePlanTool.d.ts +0 -37
  3878. package/dist/tools/interaction/CreatePlanTool/CreatePlanTool.d.ts.map +0 -1
  3879. package/dist/tools/interaction/CreatePlanTool/CreatePlanTool.js +0 -63
  3880. package/dist/tools/interaction/CreatePlanTool/CreatePlanTool.js.map +0 -1
  3881. package/dist/tools/interaction/CreatePlanTool/constants.d.ts +0 -5
  3882. package/dist/tools/interaction/CreatePlanTool/constants.d.ts.map +0 -1
  3883. package/dist/tools/interaction/CreatePlanTool/constants.js +0 -5
  3884. package/dist/tools/interaction/CreatePlanTool/constants.js.map +0 -1
  3885. package/dist/tools/interaction/CreatePlanTool/prompt.d.ts +0 -2
  3886. package/dist/tools/interaction/CreatePlanTool/prompt.d.ts.map +0 -1
  3887. package/dist/tools/interaction/CreatePlanTool/prompt.js +0 -2
  3888. package/dist/tools/interaction/CreatePlanTool/prompt.js.map +0 -1
  3889. package/dist/tools/interaction/ReadPlanTool/ReadPlanTool.d.ts +0 -25
  3890. package/dist/tools/interaction/ReadPlanTool/ReadPlanTool.d.ts.map +0 -1
  3891. package/dist/tools/interaction/ReadPlanTool/ReadPlanTool.js +0 -69
  3892. package/dist/tools/interaction/ReadPlanTool/ReadPlanTool.js.map +0 -1
  3893. package/dist/tools/interaction/ReadPlanTool/constants.d.ts +0 -5
  3894. package/dist/tools/interaction/ReadPlanTool/constants.d.ts.map +0 -1
  3895. package/dist/tools/interaction/ReadPlanTool/constants.js +0 -5
  3896. package/dist/tools/interaction/ReadPlanTool/constants.js.map +0 -1
  3897. package/dist/tools/interaction/ReadPlanTool/prompt.d.ts +0 -2
  3898. package/dist/tools/interaction/ReadPlanTool/prompt.d.ts.map +0 -1
  3899. package/dist/tools/interaction/ReadPlanTool/prompt.js +0 -2
  3900. package/dist/tools/interaction/ReadPlanTool/prompt.js.map +0 -1
  3901. package/dist/tools/interaction/plan-utils.d.ts +0 -3
  3902. package/dist/tools/interaction/plan-utils.d.ts.map +0 -1
  3903. package/dist/tools/interaction/plan-utils.js +0 -7
  3904. package/dist/tools/interaction/plan-utils.js.map +0 -1
  3905. package/dist/tools/kaggle/KaggleExperimentTools.d.ts +0 -1179
  3906. package/dist/tools/kaggle/KaggleExperimentTools.d.ts.map +0 -1
  3907. package/dist/tools/kaggle/KaggleExperimentTools.js +0 -1189
  3908. package/dist/tools/kaggle/KaggleExperimentTools.js.map +0 -1
  3909. package/dist/tools/kaggle/KaggleSubmissionTools.d.ts +0 -247
  3910. package/dist/tools/kaggle/KaggleSubmissionTools.d.ts.map +0 -1
  3911. package/dist/tools/kaggle/KaggleSubmissionTools.js +0 -578
  3912. package/dist/tools/kaggle/KaggleSubmissionTools.js.map +0 -1
  3913. package/dist/tools/kaggle/KaggleWorkspacePrepareTool.d.ts +0 -124
  3914. package/dist/tools/kaggle/KaggleWorkspacePrepareTool.d.ts.map +0 -1
  3915. package/dist/tools/kaggle/KaggleWorkspacePrepareTool.js +0 -314
  3916. package/dist/tools/kaggle/KaggleWorkspacePrepareTool.js.map +0 -1
  3917. package/dist/tools/kaggle/index.d.ts +0 -6
  3918. package/dist/tools/kaggle/index.d.ts.map +0 -1
  3919. package/dist/tools/kaggle/index.js +0 -6
  3920. package/dist/tools/kaggle/index.js.map +0 -1
  3921. package/dist/tools/kaggle/metrics.d.ts +0 -930
  3922. package/dist/tools/kaggle/metrics.d.ts.map +0 -1
  3923. package/dist/tools/kaggle/metrics.js +0 -460
  3924. package/dist/tools/kaggle/metrics.js.map +0 -1
  3925. package/dist/tools/kaggle/paths.d.ts +0 -15
  3926. package/dist/tools/kaggle/paths.d.ts.map +0 -1
  3927. package/dist/tools/kaggle/paths.js +0 -146
  3928. package/dist/tools/kaggle/paths.js.map +0 -1
  3929. package/dist/tools/media/ViewImageTool/ViewImageTool.d.ts +0 -31
  3930. package/dist/tools/media/ViewImageTool/ViewImageTool.d.ts.map +0 -1
  3931. package/dist/tools/media/ViewImageTool/ViewImageTool.js +0 -53
  3932. package/dist/tools/media/ViewImageTool/ViewImageTool.js.map +0 -1
  3933. package/dist/tools/mutation/ArchiveGoalTool/ArchiveGoalTool.d.ts +0 -34
  3934. package/dist/tools/mutation/ArchiveGoalTool/ArchiveGoalTool.d.ts.map +0 -1
  3935. package/dist/tools/mutation/ArchiveGoalTool/ArchiveGoalTool.js +0 -87
  3936. package/dist/tools/mutation/ArchiveGoalTool/ArchiveGoalTool.js.map +0 -1
  3937. package/dist/tools/mutation/ArchiveGoalTool/constants.d.ts +0 -5
  3938. package/dist/tools/mutation/ArchiveGoalTool/constants.d.ts.map +0 -1
  3939. package/dist/tools/mutation/ArchiveGoalTool/constants.js +0 -5
  3940. package/dist/tools/mutation/ArchiveGoalTool/constants.js.map +0 -1
  3941. package/dist/tools/mutation/ArchiveGoalTool/prompt.d.ts +0 -2
  3942. package/dist/tools/mutation/ArchiveGoalTool/prompt.d.ts.map +0 -1
  3943. package/dist/tools/mutation/ArchiveGoalTool/prompt.js +0 -2
  3944. package/dist/tools/mutation/ArchiveGoalTool/prompt.js.map +0 -1
  3945. package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.d.ts +0 -31
  3946. package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.d.ts.map +0 -1
  3947. package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.js +0 -66
  3948. package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.js.map +0 -1
  3949. package/dist/tools/mutation/ConfigureNotificationRoutingTool/constants.d.ts +0 -5
  3950. package/dist/tools/mutation/ConfigureNotificationRoutingTool/constants.d.ts.map +0 -1
  3951. package/dist/tools/mutation/ConfigureNotificationRoutingTool/constants.js +0 -5
  3952. package/dist/tools/mutation/ConfigureNotificationRoutingTool/constants.js.map +0 -1
  3953. package/dist/tools/mutation/ConfigureNotificationRoutingTool/prompt.d.ts +0 -2
  3954. package/dist/tools/mutation/ConfigureNotificationRoutingTool/prompt.d.ts.map +0 -1
  3955. package/dist/tools/mutation/ConfigureNotificationRoutingTool/prompt.js +0 -5
  3956. package/dist/tools/mutation/ConfigureNotificationRoutingTool/prompt.js.map +0 -1
  3957. package/dist/tools/mutation/DeleteGoalTool/DeleteGoalTool.d.ts +0 -28
  3958. package/dist/tools/mutation/DeleteGoalTool/DeleteGoalTool.d.ts.map +0 -1
  3959. package/dist/tools/mutation/DeleteGoalTool/DeleteGoalTool.js +0 -89
  3960. package/dist/tools/mutation/DeleteGoalTool/DeleteGoalTool.js.map +0 -1
  3961. package/dist/tools/mutation/DeleteGoalTool/constants.d.ts +0 -5
  3962. package/dist/tools/mutation/DeleteGoalTool/constants.d.ts.map +0 -1
  3963. package/dist/tools/mutation/DeleteGoalTool/constants.js +0 -5
  3964. package/dist/tools/mutation/DeleteGoalTool/constants.js.map +0 -1
  3965. package/dist/tools/mutation/DeleteGoalTool/prompt.d.ts +0 -2
  3966. package/dist/tools/mutation/DeleteGoalTool/prompt.d.ts.map +0 -1
  3967. package/dist/tools/mutation/DeleteGoalTool/prompt.js +0 -2
  3968. package/dist/tools/mutation/DeleteGoalTool/prompt.js.map +0 -1
  3969. package/dist/tools/mutation/ResetTrustTool/ResetTrustTool.d.ts +0 -40
  3970. package/dist/tools/mutation/ResetTrustTool/ResetTrustTool.d.ts.map +0 -1
  3971. package/dist/tools/mutation/ResetTrustTool/ResetTrustTool.js +0 -84
  3972. package/dist/tools/mutation/ResetTrustTool/ResetTrustTool.js.map +0 -1
  3973. package/dist/tools/mutation/ResetTrustTool/constants.d.ts +0 -5
  3974. package/dist/tools/mutation/ResetTrustTool/constants.d.ts.map +0 -1
  3975. package/dist/tools/mutation/ResetTrustTool/constants.js +0 -5
  3976. package/dist/tools/mutation/ResetTrustTool/constants.js.map +0 -1
  3977. package/dist/tools/mutation/ResetTrustTool/prompt.d.ts +0 -2
  3978. package/dist/tools/mutation/ResetTrustTool/prompt.d.ts.map +0 -1
  3979. package/dist/tools/mutation/ResetTrustTool/prompt.js +0 -2
  3980. package/dist/tools/mutation/ResetTrustTool/prompt.js.map +0 -1
  3981. package/dist/tools/mutation/SetGoalTool/SetGoalTool.d.ts +0 -28
  3982. package/dist/tools/mutation/SetGoalTool/SetGoalTool.d.ts.map +0 -1
  3983. package/dist/tools/mutation/SetGoalTool/SetGoalTool.js +0 -84
  3984. package/dist/tools/mutation/SetGoalTool/SetGoalTool.js.map +0 -1
  3985. package/dist/tools/mutation/SetGoalTool/constants.d.ts +0 -5
  3986. package/dist/tools/mutation/SetGoalTool/constants.d.ts.map +0 -1
  3987. package/dist/tools/mutation/SetGoalTool/constants.js +0 -5
  3988. package/dist/tools/mutation/SetGoalTool/constants.js.map +0 -1
  3989. package/dist/tools/mutation/SetGoalTool/prompt.d.ts +0 -2
  3990. package/dist/tools/mutation/SetGoalTool/prompt.d.ts.map +0 -1
  3991. package/dist/tools/mutation/SetGoalTool/prompt.js +0 -2
  3992. package/dist/tools/mutation/SetGoalTool/prompt.js.map +0 -1
  3993. package/dist/tools/mutation/TaskCreateTool/TaskCreateTool.d.ts +0 -216
  3994. package/dist/tools/mutation/TaskCreateTool/TaskCreateTool.d.ts.map +0 -1
  3995. package/dist/tools/mutation/TaskCreateTool/TaskCreateTool.js +0 -104
  3996. package/dist/tools/mutation/TaskCreateTool/TaskCreateTool.js.map +0 -1
  3997. package/dist/tools/mutation/TaskCreateTool/constants.d.ts +0 -5
  3998. package/dist/tools/mutation/TaskCreateTool/constants.d.ts.map +0 -1
  3999. package/dist/tools/mutation/TaskCreateTool/constants.js +0 -5
  4000. package/dist/tools/mutation/TaskCreateTool/constants.js.map +0 -1
  4001. package/dist/tools/mutation/TaskCreateTool/prompt.d.ts +0 -2
  4002. package/dist/tools/mutation/TaskCreateTool/prompt.d.ts.map +0 -1
  4003. package/dist/tools/mutation/TaskCreateTool/prompt.js +0 -2
  4004. package/dist/tools/mutation/TaskCreateTool/prompt.js.map +0 -1
  4005. package/dist/tools/mutation/TaskOutputTool/TaskOutputTool.d.ts +0 -46
  4006. package/dist/tools/mutation/TaskOutputTool/TaskOutputTool.d.ts.map +0 -1
  4007. package/dist/tools/mutation/TaskOutputTool/TaskOutputTool.js +0 -95
  4008. package/dist/tools/mutation/TaskOutputTool/TaskOutputTool.js.map +0 -1
  4009. package/dist/tools/mutation/TaskOutputTool/constants.d.ts +0 -5
  4010. package/dist/tools/mutation/TaskOutputTool/constants.d.ts.map +0 -1
  4011. package/dist/tools/mutation/TaskOutputTool/constants.js +0 -5
  4012. package/dist/tools/mutation/TaskOutputTool/constants.js.map +0 -1
  4013. package/dist/tools/mutation/TaskOutputTool/prompt.d.ts +0 -2
  4014. package/dist/tools/mutation/TaskOutputTool/prompt.d.ts.map +0 -1
  4015. package/dist/tools/mutation/TaskOutputTool/prompt.js +0 -2
  4016. package/dist/tools/mutation/TaskOutputTool/prompt.js.map +0 -1
  4017. package/dist/tools/mutation/TaskStopTool/TaskStopTool.d.ts +0 -40
  4018. package/dist/tools/mutation/TaskStopTool/TaskStopTool.d.ts.map +0 -1
  4019. package/dist/tools/mutation/TaskStopTool/TaskStopTool.js +0 -103
  4020. package/dist/tools/mutation/TaskStopTool/TaskStopTool.js.map +0 -1
  4021. package/dist/tools/mutation/TaskStopTool/constants.d.ts +0 -5
  4022. package/dist/tools/mutation/TaskStopTool/constants.d.ts.map +0 -1
  4023. package/dist/tools/mutation/TaskStopTool/constants.js +0 -5
  4024. package/dist/tools/mutation/TaskStopTool/constants.js.map +0 -1
  4025. package/dist/tools/mutation/TaskStopTool/prompt.d.ts +0 -2
  4026. package/dist/tools/mutation/TaskStopTool/prompt.d.ts.map +0 -1
  4027. package/dist/tools/mutation/TaskStopTool/prompt.js +0 -2
  4028. package/dist/tools/mutation/TaskStopTool/prompt.js.map +0 -1
  4029. package/dist/tools/mutation/TaskUpdateTool/TaskUpdateTool.d.ts +0 -270
  4030. package/dist/tools/mutation/TaskUpdateTool/TaskUpdateTool.d.ts.map +0 -1
  4031. package/dist/tools/mutation/TaskUpdateTool/TaskUpdateTool.js +0 -179
  4032. package/dist/tools/mutation/TaskUpdateTool/TaskUpdateTool.js.map +0 -1
  4033. package/dist/tools/mutation/TaskUpdateTool/constants.d.ts +0 -5
  4034. package/dist/tools/mutation/TaskUpdateTool/constants.d.ts.map +0 -1
  4035. package/dist/tools/mutation/TaskUpdateTool/constants.js +0 -5
  4036. package/dist/tools/mutation/TaskUpdateTool/constants.js.map +0 -1
  4037. package/dist/tools/mutation/TaskUpdateTool/prompt.d.ts +0 -2
  4038. package/dist/tools/mutation/TaskUpdateTool/prompt.d.ts.map +0 -1
  4039. package/dist/tools/mutation/TaskUpdateTool/prompt.js +0 -2
  4040. package/dist/tools/mutation/TaskUpdateTool/prompt.js.map +0 -1
  4041. package/dist/tools/mutation/TogglePluginTool/TogglePluginTool.d.ts +0 -31
  4042. package/dist/tools/mutation/TogglePluginTool/TogglePluginTool.d.ts.map +0 -1
  4043. package/dist/tools/mutation/TogglePluginTool/TogglePluginTool.js +0 -55
  4044. package/dist/tools/mutation/TogglePluginTool/TogglePluginTool.js.map +0 -1
  4045. package/dist/tools/mutation/TogglePluginTool/constants.d.ts +0 -5
  4046. package/dist/tools/mutation/TogglePluginTool/constants.d.ts.map +0 -1
  4047. package/dist/tools/mutation/TogglePluginTool/constants.js +0 -5
  4048. package/dist/tools/mutation/TogglePluginTool/constants.js.map +0 -1
  4049. package/dist/tools/mutation/TogglePluginTool/prompt.d.ts +0 -2
  4050. package/dist/tools/mutation/TogglePluginTool/prompt.d.ts.map +0 -1
  4051. package/dist/tools/mutation/TogglePluginTool/prompt.js +0 -2
  4052. package/dist/tools/mutation/TogglePluginTool/prompt.js.map +0 -1
  4053. package/dist/tools/mutation/UpdateConfigTool/UpdateConfigTool.d.ts +0 -31
  4054. package/dist/tools/mutation/UpdateConfigTool/UpdateConfigTool.d.ts.map +0 -1
  4055. package/dist/tools/mutation/UpdateConfigTool/UpdateConfigTool.js +0 -77
  4056. package/dist/tools/mutation/UpdateConfigTool/UpdateConfigTool.js.map +0 -1
  4057. package/dist/tools/mutation/UpdateConfigTool/constants.d.ts +0 -5
  4058. package/dist/tools/mutation/UpdateConfigTool/constants.d.ts.map +0 -1
  4059. package/dist/tools/mutation/UpdateConfigTool/constants.js +0 -5
  4060. package/dist/tools/mutation/UpdateConfigTool/constants.js.map +0 -1
  4061. package/dist/tools/mutation/UpdateConfigTool/prompt.d.ts +0 -2
  4062. package/dist/tools/mutation/UpdateConfigTool/prompt.d.ts.map +0 -1
  4063. package/dist/tools/mutation/UpdateConfigTool/prompt.js +0 -2
  4064. package/dist/tools/mutation/UpdateConfigTool/prompt.js.map +0 -1
  4065. package/dist/tools/mutation/UpdateGoalTool/UpdateGoalTool.d.ts +0 -40
  4066. package/dist/tools/mutation/UpdateGoalTool/UpdateGoalTool.d.ts.map +0 -1
  4067. package/dist/tools/mutation/UpdateGoalTool/UpdateGoalTool.js +0 -73
  4068. package/dist/tools/mutation/UpdateGoalTool/UpdateGoalTool.js.map +0 -1
  4069. package/dist/tools/mutation/UpdateGoalTool/constants.d.ts +0 -5
  4070. package/dist/tools/mutation/UpdateGoalTool/constants.d.ts.map +0 -1
  4071. package/dist/tools/mutation/UpdateGoalTool/constants.js +0 -5
  4072. package/dist/tools/mutation/UpdateGoalTool/constants.js.map +0 -1
  4073. package/dist/tools/mutation/UpdateGoalTool/prompt.d.ts +0 -2
  4074. package/dist/tools/mutation/UpdateGoalTool/prompt.d.ts.map +0 -1
  4075. package/dist/tools/mutation/UpdateGoalTool/prompt.js +0 -2
  4076. package/dist/tools/mutation/UpdateGoalTool/prompt.js.map +0 -1
  4077. package/dist/tools/mutation/task-history-utils.d.ts +0 -4
  4078. package/dist/tools/mutation/task-history-utils.d.ts.map +0 -1
  4079. package/dist/tools/mutation/task-history-utils.js +0 -32
  4080. package/dist/tools/mutation/task-history-utils.js.map +0 -1
  4081. package/dist/tools/network/GitHubCliTool/GitHubCliTool.d.ts +0 -144
  4082. package/dist/tools/network/GitHubCliTool/GitHubCliTool.d.ts.map +0 -1
  4083. package/dist/tools/network/GitHubCliTool/GitHubCliTool.js +0 -245
  4084. package/dist/tools/network/GitHubCliTool/GitHubCliTool.js.map +0 -1
  4085. package/dist/tools/network/HttpFetchTool/HttpFetchTool.d.ts +0 -71
  4086. package/dist/tools/network/HttpFetchTool/HttpFetchTool.d.ts.map +0 -1
  4087. package/dist/tools/network/HttpFetchTool/HttpFetchTool.js +0 -296
  4088. package/dist/tools/network/HttpFetchTool/HttpFetchTool.js.map +0 -1
  4089. package/dist/tools/network/HttpFetchTool/constants.d.ts +0 -6
  4090. package/dist/tools/network/HttpFetchTool/constants.d.ts.map +0 -1
  4091. package/dist/tools/network/HttpFetchTool/constants.js +0 -6
  4092. package/dist/tools/network/HttpFetchTool/constants.js.map +0 -1
  4093. package/dist/tools/network/HttpFetchTool/prompt.d.ts +0 -2
  4094. package/dist/tools/network/HttpFetchTool/prompt.d.ts.map +0 -1
  4095. package/dist/tools/network/HttpFetchTool/prompt.js +0 -2
  4096. package/dist/tools/network/HttpFetchTool/prompt.js.map +0 -1
  4097. package/dist/tools/network/McpStdioTool/McpStdioTool.d.ts +0 -109
  4098. package/dist/tools/network/McpStdioTool/McpStdioTool.d.ts.map +0 -1
  4099. package/dist/tools/network/McpStdioTool/McpStdioTool.js +0 -121
  4100. package/dist/tools/network/McpStdioTool/McpStdioTool.js.map +0 -1
  4101. package/dist/tools/network/WebSearchTool/WebSearchTool.d.ts +0 -49
  4102. package/dist/tools/network/WebSearchTool/WebSearchTool.d.ts.map +0 -1
  4103. package/dist/tools/network/WebSearchTool/WebSearchTool.js +0 -100
  4104. package/dist/tools/network/WebSearchTool/WebSearchTool.js.map +0 -1
  4105. package/dist/tools/network/WebSearchTool/constants.d.ts +0 -6
  4106. package/dist/tools/network/WebSearchTool/constants.d.ts.map +0 -1
  4107. package/dist/tools/network/WebSearchTool/constants.js +0 -6
  4108. package/dist/tools/network/WebSearchTool/constants.js.map +0 -1
  4109. package/dist/tools/network/WebSearchTool/prompt.d.ts +0 -2
  4110. package/dist/tools/network/WebSearchTool/prompt.d.ts.map +0 -1
  4111. package/dist/tools/network/WebSearchTool/prompt.js +0 -2
  4112. package/dist/tools/network/WebSearchTool/prompt.js.map +0 -1
  4113. package/dist/tools/permission.d.ts +0 -42
  4114. package/dist/tools/permission.d.ts.map +0 -1
  4115. package/dist/tools/permission.js +0 -110
  4116. package/dist/tools/permission.js.map +0 -1
  4117. package/dist/tools/query/ArchitectureTool/ArchitectureTool.d.ts +0 -25
  4118. package/dist/tools/query/ArchitectureTool/ArchitectureTool.d.ts.map +0 -1
  4119. package/dist/tools/query/ArchitectureTool/ArchitectureTool.js +0 -100
  4120. package/dist/tools/query/ArchitectureTool/ArchitectureTool.js.map +0 -1
  4121. package/dist/tools/query/ArchitectureTool/constants.d.ts +0 -6
  4122. package/dist/tools/query/ArchitectureTool/constants.d.ts.map +0 -1
  4123. package/dist/tools/query/ArchitectureTool/constants.js +0 -6
  4124. package/dist/tools/query/ArchitectureTool/constants.js.map +0 -1
  4125. package/dist/tools/query/ArchitectureTool/prompt.d.ts +0 -2
  4126. package/dist/tools/query/ArchitectureTool/prompt.d.ts.map +0 -1
  4127. package/dist/tools/query/ArchitectureTool/prompt.js +0 -2
  4128. package/dist/tools/query/ArchitectureTool/prompt.js.map +0 -1
  4129. package/dist/tools/query/CodeReadContextTool/CodeReadContextTool.d.ts +0 -801
  4130. package/dist/tools/query/CodeReadContextTool/CodeReadContextTool.d.ts.map +0 -1
  4131. package/dist/tools/query/CodeReadContextTool/CodeReadContextTool.js +0 -148
  4132. package/dist/tools/query/CodeReadContextTool/CodeReadContextTool.js.map +0 -1
  4133. package/dist/tools/query/CodeReadContextTool/constants.d.ts +0 -5
  4134. package/dist/tools/query/CodeReadContextTool/constants.d.ts.map +0 -1
  4135. package/dist/tools/query/CodeReadContextTool/constants.js +0 -5
  4136. package/dist/tools/query/CodeReadContextTool/constants.js.map +0 -1
  4137. package/dist/tools/query/CodeReadContextTool/prompt.d.ts +0 -2
  4138. package/dist/tools/query/CodeReadContextTool/prompt.d.ts.map +0 -1
  4139. package/dist/tools/query/CodeReadContextTool/prompt.js +0 -6
  4140. package/dist/tools/query/CodeReadContextTool/prompt.js.map +0 -1
  4141. package/dist/tools/query/CodeSearchRepairTool/CodeSearchRepairTool.d.ts +0 -125
  4142. package/dist/tools/query/CodeSearchRepairTool/CodeSearchRepairTool.d.ts.map +0 -1
  4143. package/dist/tools/query/CodeSearchRepairTool/CodeSearchRepairTool.js +0 -119
  4144. package/dist/tools/query/CodeSearchRepairTool/CodeSearchRepairTool.js.map +0 -1
  4145. package/dist/tools/query/CodeSearchRepairTool/constants.d.ts +0 -5
  4146. package/dist/tools/query/CodeSearchRepairTool/constants.d.ts.map +0 -1
  4147. package/dist/tools/query/CodeSearchRepairTool/constants.js +0 -5
  4148. package/dist/tools/query/CodeSearchRepairTool/constants.js.map +0 -1
  4149. package/dist/tools/query/CodeSearchRepairTool/prompt.d.ts +0 -2
  4150. package/dist/tools/query/CodeSearchRepairTool/prompt.d.ts.map +0 -1
  4151. package/dist/tools/query/CodeSearchRepairTool/prompt.js +0 -5
  4152. package/dist/tools/query/CodeSearchRepairTool/prompt.js.map +0 -1
  4153. package/dist/tools/query/CodeSearchTool/CodeSearchTool.d.ts +0 -123
  4154. package/dist/tools/query/CodeSearchTool/CodeSearchTool.d.ts.map +0 -1
  4155. package/dist/tools/query/CodeSearchTool/CodeSearchTool.js +0 -118
  4156. package/dist/tools/query/CodeSearchTool/CodeSearchTool.js.map +0 -1
  4157. package/dist/tools/query/CodeSearchTool/constants.d.ts +0 -5
  4158. package/dist/tools/query/CodeSearchTool/constants.d.ts.map +0 -1
  4159. package/dist/tools/query/CodeSearchTool/constants.js +0 -5
  4160. package/dist/tools/query/CodeSearchTool/constants.js.map +0 -1
  4161. package/dist/tools/query/CodeSearchTool/prompt.d.ts +0 -2
  4162. package/dist/tools/query/CodeSearchTool/prompt.d.ts.map +0 -1
  4163. package/dist/tools/query/CodeSearchTool/prompt.js +0 -6
  4164. package/dist/tools/query/CodeSearchTool/prompt.js.map +0 -1
  4165. package/dist/tools/query/ConfigTool/ConfigTool.d.ts +0 -25
  4166. package/dist/tools/query/ConfigTool/ConfigTool.d.ts.map +0 -1
  4167. package/dist/tools/query/ConfigTool/ConfigTool.js +0 -91
  4168. package/dist/tools/query/ConfigTool/ConfigTool.js.map +0 -1
  4169. package/dist/tools/query/ConfigTool/constants.d.ts +0 -6
  4170. package/dist/tools/query/ConfigTool/constants.d.ts.map +0 -1
  4171. package/dist/tools/query/ConfigTool/constants.js +0 -6
  4172. package/dist/tools/query/ConfigTool/constants.js.map +0 -1
  4173. package/dist/tools/query/ConfigTool/prompt.d.ts +0 -2
  4174. package/dist/tools/query/ConfigTool/prompt.d.ts.map +0 -1
  4175. package/dist/tools/query/ConfigTool/prompt.js +0 -2
  4176. package/dist/tools/query/ConfigTool/prompt.js.map +0 -1
  4177. package/dist/tools/query/GoalStateTool/GoalStateTool.d.ts +0 -36
  4178. package/dist/tools/query/GoalStateTool/GoalStateTool.d.ts.map +0 -1
  4179. package/dist/tools/query/GoalStateTool/GoalStateTool.js +0 -128
  4180. package/dist/tools/query/GoalStateTool/GoalStateTool.js.map +0 -1
  4181. package/dist/tools/query/GoalStateTool/constants.d.ts +0 -6
  4182. package/dist/tools/query/GoalStateTool/constants.d.ts.map +0 -1
  4183. package/dist/tools/query/GoalStateTool/constants.js +0 -6
  4184. package/dist/tools/query/GoalStateTool/constants.js.map +0 -1
  4185. package/dist/tools/query/GoalStateTool/prompt.d.ts +0 -2
  4186. package/dist/tools/query/GoalStateTool/prompt.d.ts.map +0 -1
  4187. package/dist/tools/query/GoalStateTool/prompt.js +0 -2
  4188. package/dist/tools/query/GoalStateTool/prompt.js.map +0 -1
  4189. package/dist/tools/query/KnowledgeQueryTool/KnowledgeQueryTool.d.ts +0 -61
  4190. package/dist/tools/query/KnowledgeQueryTool/KnowledgeQueryTool.d.ts.map +0 -1
  4191. package/dist/tools/query/KnowledgeQueryTool/KnowledgeQueryTool.js +0 -119
  4192. package/dist/tools/query/KnowledgeQueryTool/KnowledgeQueryTool.js.map +0 -1
  4193. package/dist/tools/query/KnowledgeQueryTool/constants.d.ts +0 -6
  4194. package/dist/tools/query/KnowledgeQueryTool/constants.d.ts.map +0 -1
  4195. package/dist/tools/query/KnowledgeQueryTool/constants.js +0 -6
  4196. package/dist/tools/query/KnowledgeQueryTool/constants.js.map +0 -1
  4197. package/dist/tools/query/KnowledgeQueryTool/prompt.d.ts +0 -2
  4198. package/dist/tools/query/KnowledgeQueryTool/prompt.d.ts.map +0 -1
  4199. package/dist/tools/query/KnowledgeQueryTool/prompt.js +0 -2
  4200. package/dist/tools/query/KnowledgeQueryTool/prompt.js.map +0 -1
  4201. package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.d.ts +0 -81
  4202. package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.d.ts.map +0 -1
  4203. package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.js +0 -110
  4204. package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.js.map +0 -1
  4205. package/dist/tools/query/MemoryRecallTool/constants.d.ts +0 -6
  4206. package/dist/tools/query/MemoryRecallTool/constants.d.ts.map +0 -1
  4207. package/dist/tools/query/MemoryRecallTool/constants.js +0 -6
  4208. package/dist/tools/query/MemoryRecallTool/constants.js.map +0 -1
  4209. package/dist/tools/query/MemoryRecallTool/prompt.d.ts +0 -2
  4210. package/dist/tools/query/MemoryRecallTool/prompt.d.ts.map +0 -1
  4211. package/dist/tools/query/MemoryRecallTool/prompt.js +0 -2
  4212. package/dist/tools/query/MemoryRecallTool/prompt.js.map +0 -1
  4213. package/dist/tools/query/PluginStateTool/PluginStateTool.d.ts +0 -28
  4214. package/dist/tools/query/PluginStateTool/PluginStateTool.d.ts.map +0 -1
  4215. package/dist/tools/query/PluginStateTool/PluginStateTool.js +0 -91
  4216. package/dist/tools/query/PluginStateTool/PluginStateTool.js.map +0 -1
  4217. package/dist/tools/query/PluginStateTool/constants.d.ts +0 -6
  4218. package/dist/tools/query/PluginStateTool/constants.d.ts.map +0 -1
  4219. package/dist/tools/query/PluginStateTool/constants.js +0 -6
  4220. package/dist/tools/query/PluginStateTool/constants.js.map +0 -1
  4221. package/dist/tools/query/PluginStateTool/prompt.d.ts +0 -2
  4222. package/dist/tools/query/PluginStateTool/prompt.d.ts.map +0 -1
  4223. package/dist/tools/query/PluginStateTool/prompt.js +0 -2
  4224. package/dist/tools/query/PluginStateTool/prompt.js.map +0 -1
  4225. package/dist/tools/query/ProgressHistoryTool/ProgressHistoryTool.d.ts +0 -57
  4226. package/dist/tools/query/ProgressHistoryTool/ProgressHistoryTool.d.ts.map +0 -1
  4227. package/dist/tools/query/ProgressHistoryTool/ProgressHistoryTool.js +0 -143
  4228. package/dist/tools/query/ProgressHistoryTool/ProgressHistoryTool.js.map +0 -1
  4229. package/dist/tools/query/ProgressHistoryTool/constants.d.ts +0 -6
  4230. package/dist/tools/query/ProgressHistoryTool/constants.d.ts.map +0 -1
  4231. package/dist/tools/query/ProgressHistoryTool/constants.js +0 -6
  4232. package/dist/tools/query/ProgressHistoryTool/constants.js.map +0 -1
  4233. package/dist/tools/query/ProgressHistoryTool/prompt.d.ts +0 -2
  4234. package/dist/tools/query/ProgressHistoryTool/prompt.d.ts.map +0 -1
  4235. package/dist/tools/query/ProgressHistoryTool/prompt.js +0 -2
  4236. package/dist/tools/query/ProgressHistoryTool/prompt.js.map +0 -1
  4237. package/dist/tools/query/SessionHistoryTool/SessionHistoryTool.d.ts +0 -42
  4238. package/dist/tools/query/SessionHistoryTool/SessionHistoryTool.d.ts.map +0 -1
  4239. package/dist/tools/query/SessionHistoryTool/SessionHistoryTool.js +0 -118
  4240. package/dist/tools/query/SessionHistoryTool/SessionHistoryTool.js.map +0 -1
  4241. package/dist/tools/query/SessionHistoryTool/constants.d.ts +0 -6
  4242. package/dist/tools/query/SessionHistoryTool/constants.d.ts.map +0 -1
  4243. package/dist/tools/query/SessionHistoryTool/constants.js +0 -6
  4244. package/dist/tools/query/SessionHistoryTool/constants.js.map +0 -1
  4245. package/dist/tools/query/SessionHistoryTool/prompt.d.ts +0 -2
  4246. package/dist/tools/query/SessionHistoryTool/prompt.d.ts.map +0 -1
  4247. package/dist/tools/query/SessionHistoryTool/prompt.js +0 -2
  4248. package/dist/tools/query/SessionHistoryTool/prompt.js.map +0 -1
  4249. package/dist/tools/query/SkillSearchTool/SkillSearchTool.d.ts +0 -28
  4250. package/dist/tools/query/SkillSearchTool/SkillSearchTool.d.ts.map +0 -1
  4251. package/dist/tools/query/SkillSearchTool/SkillSearchTool.js +0 -45
  4252. package/dist/tools/query/SkillSearchTool/SkillSearchTool.js.map +0 -1
  4253. package/dist/tools/query/SoilQueryTool/SoilQueryTool.d.ts +0 -125
  4254. package/dist/tools/query/SoilQueryTool/SoilQueryTool.d.ts.map +0 -1
  4255. package/dist/tools/query/SoilQueryTool/SoilQueryTool.js +0 -389
  4256. package/dist/tools/query/SoilQueryTool/SoilQueryTool.js.map +0 -1
  4257. package/dist/tools/query/SoilQueryTool/constants.d.ts +0 -8
  4258. package/dist/tools/query/SoilQueryTool/constants.d.ts.map +0 -1
  4259. package/dist/tools/query/SoilQueryTool/constants.js +0 -8
  4260. package/dist/tools/query/SoilQueryTool/constants.js.map +0 -1
  4261. package/dist/tools/query/SoilQueryTool/prompt.d.ts +0 -2
  4262. package/dist/tools/query/SoilQueryTool/prompt.d.ts.map +0 -1
  4263. package/dist/tools/query/SoilQueryTool/prompt.js +0 -2
  4264. package/dist/tools/query/SoilQueryTool/prompt.js.map +0 -1
  4265. package/dist/tools/query/TaskGetTool/TaskGetTool.d.ts +0 -35
  4266. package/dist/tools/query/TaskGetTool/TaskGetTool.d.ts.map +0 -1
  4267. package/dist/tools/query/TaskGetTool/TaskGetTool.js +0 -85
  4268. package/dist/tools/query/TaskGetTool/TaskGetTool.js.map +0 -1
  4269. package/dist/tools/query/TaskGetTool/constants.d.ts +0 -6
  4270. package/dist/tools/query/TaskGetTool/constants.d.ts.map +0 -1
  4271. package/dist/tools/query/TaskGetTool/constants.js +0 -6
  4272. package/dist/tools/query/TaskGetTool/constants.js.map +0 -1
  4273. package/dist/tools/query/TaskGetTool/prompt.d.ts +0 -2
  4274. package/dist/tools/query/TaskGetTool/prompt.d.ts.map +0 -1
  4275. package/dist/tools/query/TaskGetTool/prompt.js +0 -2
  4276. package/dist/tools/query/TaskGetTool/prompt.js.map +0 -1
  4277. package/dist/tools/query/TaskListTool/TaskListTool.d.ts +0 -58
  4278. package/dist/tools/query/TaskListTool/TaskListTool.d.ts.map +0 -1
  4279. package/dist/tools/query/TaskListTool/TaskListTool.js +0 -101
  4280. package/dist/tools/query/TaskListTool/TaskListTool.js.map +0 -1
  4281. package/dist/tools/query/TaskListTool/constants.d.ts +0 -6
  4282. package/dist/tools/query/TaskListTool/constants.d.ts.map +0 -1
  4283. package/dist/tools/query/TaskListTool/constants.js +0 -6
  4284. package/dist/tools/query/TaskListTool/constants.js.map +0 -1
  4285. package/dist/tools/query/TaskListTool/prompt.d.ts +0 -2
  4286. package/dist/tools/query/TaskListTool/prompt.d.ts.map +0 -1
  4287. package/dist/tools/query/TaskListTool/prompt.js +0 -2
  4288. package/dist/tools/query/TaskListTool/prompt.js.map +0 -1
  4289. package/dist/tools/query/ToolSearchTool/ToolSearchTool.d.ts +0 -40
  4290. package/dist/tools/query/ToolSearchTool/ToolSearchTool.d.ts.map +0 -1
  4291. package/dist/tools/query/ToolSearchTool/ToolSearchTool.js +0 -49
  4292. package/dist/tools/query/ToolSearchTool/ToolSearchTool.js.map +0 -1
  4293. package/dist/tools/query/ToolSearchTool/constants.d.ts +0 -6
  4294. package/dist/tools/query/ToolSearchTool/constants.d.ts.map +0 -1
  4295. package/dist/tools/query/ToolSearchTool/constants.js +0 -6
  4296. package/dist/tools/query/ToolSearchTool/constants.js.map +0 -1
  4297. package/dist/tools/query/ToolSearchTool/prompt.d.ts +0 -2
  4298. package/dist/tools/query/ToolSearchTool/prompt.d.ts.map +0 -1
  4299. package/dist/tools/query/ToolSearchTool/prompt.js +0 -2
  4300. package/dist/tools/query/ToolSearchTool/prompt.js.map +0 -1
  4301. package/dist/tools/query/TrustStateTool/TrustStateTool.d.ts +0 -30
  4302. package/dist/tools/query/TrustStateTool/TrustStateTool.d.ts.map +0 -1
  4303. package/dist/tools/query/TrustStateTool/TrustStateTool.js +0 -92
  4304. package/dist/tools/query/TrustStateTool/TrustStateTool.js.map +0 -1
  4305. package/dist/tools/query/TrustStateTool/constants.d.ts +0 -6
  4306. package/dist/tools/query/TrustStateTool/constants.d.ts.map +0 -1
  4307. package/dist/tools/query/TrustStateTool/constants.js +0 -6
  4308. package/dist/tools/query/TrustStateTool/constants.js.map +0 -1
  4309. package/dist/tools/query/TrustStateTool/prompt.d.ts +0 -2
  4310. package/dist/tools/query/TrustStateTool/prompt.d.ts.map +0 -1
  4311. package/dist/tools/query/TrustStateTool/prompt.js +0 -2
  4312. package/dist/tools/query/TrustStateTool/prompt.js.map +0 -1
  4313. package/dist/tools/query/code-search-root.d.ts +0 -8
  4314. package/dist/tools/query/code-search-root.d.ts.map +0 -1
  4315. package/dist/tools/query/code-search-root.js +0 -41
  4316. package/dist/tools/query/code-search-root.js.map +0 -1
  4317. package/dist/tools/query/runtime-dream-review-tool.d.ts +0 -34
  4318. package/dist/tools/query/runtime-dream-review-tool.d.ts.map +0 -1
  4319. package/dist/tools/query/runtime-dream-review-tool.js +0 -62
  4320. package/dist/tools/query/runtime-dream-review-tool.js.map +0 -1
  4321. package/dist/tools/query/runtime-session-tools.d.ts +0 -628
  4322. package/dist/tools/query/runtime-session-tools.d.ts.map +0 -1
  4323. package/dist/tools/query/runtime-session-tools.js +0 -1131
  4324. package/dist/tools/query/runtime-session-tools.js.map +0 -1
  4325. package/dist/tools/registry.d.ts +0 -44
  4326. package/dist/tools/registry.d.ts.map +0 -1
  4327. package/dist/tools/registry.js +0 -132
  4328. package/dist/tools/registry.js.map +0 -1
  4329. package/dist/tools/runtime/LongRunningRuntimeTools.d.ts +0 -839
  4330. package/dist/tools/runtime/LongRunningRuntimeTools.d.ts.map +0 -1
  4331. package/dist/tools/runtime/LongRunningRuntimeTools.js +0 -908
  4332. package/dist/tools/runtime/LongRunningRuntimeTools.js.map +0 -1
  4333. package/dist/tools/runtime/RunSpecHandoffTools.d.ts +0 -12
  4334. package/dist/tools/runtime/RunSpecHandoffTools.d.ts.map +0 -1
  4335. package/dist/tools/runtime/RunSpecHandoffTools.js +0 -384
  4336. package/dist/tools/runtime/RunSpecHandoffTools.js.map +0 -1
  4337. package/dist/tools/runtime/SetupRuntimeControlTools.d.ts +0 -11
  4338. package/dist/tools/runtime/SetupRuntimeControlTools.d.ts.map +0 -1
  4339. package/dist/tools/runtime/SetupRuntimeControlTools.js +0 -615
  4340. package/dist/tools/runtime/SetupRuntimeControlTools.js.map +0 -1
  4341. package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts +0 -1820
  4342. package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts.map +0 -1
  4343. package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.js +0 -86
  4344. package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.js.map +0 -1
  4345. package/dist/tools/schedule/CreateScheduleTool/constants.d.ts +0 -5
  4346. package/dist/tools/schedule/CreateScheduleTool/constants.d.ts.map +0 -1
  4347. package/dist/tools/schedule/CreateScheduleTool/constants.js +0 -5
  4348. package/dist/tools/schedule/CreateScheduleTool/constants.js.map +0 -1
  4349. package/dist/tools/schedule/CreateScheduleTool/prompt.d.ts +0 -2
  4350. package/dist/tools/schedule/CreateScheduleTool/prompt.d.ts.map +0 -1
  4351. package/dist/tools/schedule/CreateScheduleTool/prompt.js +0 -2
  4352. package/dist/tools/schedule/CreateScheduleTool/prompt.js.map +0 -1
  4353. package/dist/tools/schedule/GetScheduleTool/GetScheduleTool.d.ts +0 -28
  4354. package/dist/tools/schedule/GetScheduleTool/GetScheduleTool.d.ts.map +0 -1
  4355. package/dist/tools/schedule/GetScheduleTool/GetScheduleTool.js +0 -66
  4356. package/dist/tools/schedule/GetScheduleTool/GetScheduleTool.js.map +0 -1
  4357. package/dist/tools/schedule/GetScheduleTool/constants.d.ts +0 -6
  4358. package/dist/tools/schedule/GetScheduleTool/constants.d.ts.map +0 -1
  4359. package/dist/tools/schedule/GetScheduleTool/constants.js +0 -6
  4360. package/dist/tools/schedule/GetScheduleTool/constants.js.map +0 -1
  4361. package/dist/tools/schedule/GetScheduleTool/prompt.d.ts +0 -2
  4362. package/dist/tools/schedule/GetScheduleTool/prompt.d.ts.map +0 -1
  4363. package/dist/tools/schedule/GetScheduleTool/prompt.js +0 -2
  4364. package/dist/tools/schedule/GetScheduleTool/prompt.js.map +0 -1
  4365. package/dist/tools/schedule/ListSchedulesTool/ListSchedulesTool.d.ts +0 -40
  4366. package/dist/tools/schedule/ListSchedulesTool/ListSchedulesTool.d.ts.map +0 -1
  4367. package/dist/tools/schedule/ListSchedulesTool/ListSchedulesTool.js +0 -83
  4368. package/dist/tools/schedule/ListSchedulesTool/ListSchedulesTool.js.map +0 -1
  4369. package/dist/tools/schedule/ListSchedulesTool/constants.d.ts +0 -6
  4370. package/dist/tools/schedule/ListSchedulesTool/constants.d.ts.map +0 -1
  4371. package/dist/tools/schedule/ListSchedulesTool/constants.js +0 -6
  4372. package/dist/tools/schedule/ListSchedulesTool/constants.js.map +0 -1
  4373. package/dist/tools/schedule/ListSchedulesTool/prompt.d.ts +0 -2
  4374. package/dist/tools/schedule/ListSchedulesTool/prompt.d.ts.map +0 -1
  4375. package/dist/tools/schedule/ListSchedulesTool/prompt.js +0 -2
  4376. package/dist/tools/schedule/ListSchedulesTool/prompt.js.map +0 -1
  4377. package/dist/tools/schedule/PauseScheduleTool/PauseScheduleTool.d.ts +0 -32
  4378. package/dist/tools/schedule/PauseScheduleTool/PauseScheduleTool.d.ts.map +0 -1
  4379. package/dist/tools/schedule/PauseScheduleTool/PauseScheduleTool.js +0 -81
  4380. package/dist/tools/schedule/PauseScheduleTool/PauseScheduleTool.js.map +0 -1
  4381. package/dist/tools/schedule/PauseScheduleTool/constants.d.ts +0 -5
  4382. package/dist/tools/schedule/PauseScheduleTool/constants.d.ts.map +0 -1
  4383. package/dist/tools/schedule/PauseScheduleTool/constants.js +0 -5
  4384. package/dist/tools/schedule/PauseScheduleTool/constants.js.map +0 -1
  4385. package/dist/tools/schedule/PauseScheduleTool/prompt.d.ts +0 -2
  4386. package/dist/tools/schedule/PauseScheduleTool/prompt.d.ts.map +0 -1
  4387. package/dist/tools/schedule/PauseScheduleTool/prompt.js +0 -2
  4388. package/dist/tools/schedule/PauseScheduleTool/prompt.js.map +0 -1
  4389. package/dist/tools/schedule/RemoveScheduleTool/RemoveScheduleTool.d.ts +0 -35
  4390. package/dist/tools/schedule/RemoveScheduleTool/RemoveScheduleTool.d.ts.map +0 -1
  4391. package/dist/tools/schedule/RemoveScheduleTool/RemoveScheduleTool.js +0 -87
  4392. package/dist/tools/schedule/RemoveScheduleTool/RemoveScheduleTool.js.map +0 -1
  4393. package/dist/tools/schedule/RemoveScheduleTool/constants.d.ts +0 -5
  4394. package/dist/tools/schedule/RemoveScheduleTool/constants.d.ts.map +0 -1
  4395. package/dist/tools/schedule/RemoveScheduleTool/constants.js +0 -5
  4396. package/dist/tools/schedule/RemoveScheduleTool/constants.js.map +0 -1
  4397. package/dist/tools/schedule/RemoveScheduleTool/prompt.d.ts +0 -2
  4398. package/dist/tools/schedule/RemoveScheduleTool/prompt.d.ts.map +0 -1
  4399. package/dist/tools/schedule/RemoveScheduleTool/prompt.js +0 -2
  4400. package/dist/tools/schedule/RemoveScheduleTool/prompt.js.map +0 -1
  4401. package/dist/tools/schedule/ResumeScheduleTool/ResumeScheduleTool.d.ts +0 -32
  4402. package/dist/tools/schedule/ResumeScheduleTool/ResumeScheduleTool.d.ts.map +0 -1
  4403. package/dist/tools/schedule/ResumeScheduleTool/ResumeScheduleTool.js +0 -81
  4404. package/dist/tools/schedule/ResumeScheduleTool/ResumeScheduleTool.js.map +0 -1
  4405. package/dist/tools/schedule/ResumeScheduleTool/constants.d.ts +0 -5
  4406. package/dist/tools/schedule/ResumeScheduleTool/constants.d.ts.map +0 -1
  4407. package/dist/tools/schedule/ResumeScheduleTool/constants.js +0 -5
  4408. package/dist/tools/schedule/ResumeScheduleTool/constants.js.map +0 -1
  4409. package/dist/tools/schedule/ResumeScheduleTool/prompt.d.ts +0 -2
  4410. package/dist/tools/schedule/ResumeScheduleTool/prompt.d.ts.map +0 -1
  4411. package/dist/tools/schedule/ResumeScheduleTool/prompt.js +0 -2
  4412. package/dist/tools/schedule/ResumeScheduleTool/prompt.js.map +0 -1
  4413. package/dist/tools/schedule/RunScheduleTool/RunScheduleTool.d.ts +0 -40
  4414. package/dist/tools/schedule/RunScheduleTool/RunScheduleTool.d.ts.map +0 -1
  4415. package/dist/tools/schedule/RunScheduleTool/RunScheduleTool.js +0 -126
  4416. package/dist/tools/schedule/RunScheduleTool/RunScheduleTool.js.map +0 -1
  4417. package/dist/tools/schedule/RunScheduleTool/constants.d.ts +0 -5
  4418. package/dist/tools/schedule/RunScheduleTool/constants.d.ts.map +0 -1
  4419. package/dist/tools/schedule/RunScheduleTool/constants.js +0 -5
  4420. package/dist/tools/schedule/RunScheduleTool/constants.js.map +0 -1
  4421. package/dist/tools/schedule/RunScheduleTool/prompt.d.ts +0 -2
  4422. package/dist/tools/schedule/RunScheduleTool/prompt.d.ts.map +0 -1
  4423. package/dist/tools/schedule/RunScheduleTool/prompt.js +0 -2
  4424. package/dist/tools/schedule/RunScheduleTool/prompt.js.map +0 -1
  4425. package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts +0 -818
  4426. package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts.map +0 -1
  4427. package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.js +0 -118
  4428. package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.js.map +0 -1
  4429. package/dist/tools/schedule/UpdateScheduleTool/constants.d.ts +0 -5
  4430. package/dist/tools/schedule/UpdateScheduleTool/constants.d.ts.map +0 -1
  4431. package/dist/tools/schedule/UpdateScheduleTool/constants.js +0 -5
  4432. package/dist/tools/schedule/UpdateScheduleTool/constants.js.map +0 -1
  4433. package/dist/tools/schedule/UpdateScheduleTool/prompt.d.ts +0 -2
  4434. package/dist/tools/schedule/UpdateScheduleTool/prompt.d.ts.map +0 -1
  4435. package/dist/tools/schedule/UpdateScheduleTool/prompt.js +0 -2
  4436. package/dist/tools/schedule/UpdateScheduleTool/prompt.js.map +0 -1
  4437. package/dist/tools/shared/parse-tool-output.d.ts +0 -18
  4438. package/dist/tools/shared/parse-tool-output.d.ts.map +0 -1
  4439. package/dist/tools/shared/parse-tool-output.js +0 -53
  4440. package/dist/tools/shared/parse-tool-output.js.map +0 -1
  4441. package/dist/tools/system/EnvTool/EnvTool.d.ts +0 -35
  4442. package/dist/tools/system/EnvTool/EnvTool.d.ts.map +0 -1
  4443. package/dist/tools/system/EnvTool/EnvTool.js +0 -127
  4444. package/dist/tools/system/EnvTool/EnvTool.js.map +0 -1
  4445. package/dist/tools/system/EnvTool/constants.d.ts +0 -6
  4446. package/dist/tools/system/EnvTool/constants.d.ts.map +0 -1
  4447. package/dist/tools/system/EnvTool/constants.js +0 -6
  4448. package/dist/tools/system/EnvTool/constants.js.map +0 -1
  4449. package/dist/tools/system/EnvTool/prompt.d.ts +0 -2
  4450. package/dist/tools/system/EnvTool/prompt.d.ts.map +0 -1
  4451. package/dist/tools/system/EnvTool/prompt.js +0 -2
  4452. package/dist/tools/system/EnvTool/prompt.js.map +0 -1
  4453. package/dist/tools/system/GitDiffTool/GitDiffTool.d.ts +0 -43
  4454. package/dist/tools/system/GitDiffTool/GitDiffTool.d.ts.map +0 -1
  4455. package/dist/tools/system/GitDiffTool/GitDiffTool.js +0 -134
  4456. package/dist/tools/system/GitDiffTool/GitDiffTool.js.map +0 -1
  4457. package/dist/tools/system/GitDiffTool/constants.d.ts +0 -6
  4458. package/dist/tools/system/GitDiffTool/constants.d.ts.map +0 -1
  4459. package/dist/tools/system/GitDiffTool/constants.js +0 -6
  4460. package/dist/tools/system/GitDiffTool/constants.js.map +0 -1
  4461. package/dist/tools/system/GitDiffTool/prompt.d.ts +0 -2
  4462. package/dist/tools/system/GitDiffTool/prompt.d.ts.map +0 -1
  4463. package/dist/tools/system/GitDiffTool/prompt.js +0 -2
  4464. package/dist/tools/system/GitDiffTool/prompt.js.map +0 -1
  4465. package/dist/tools/system/GitLogTool/GitLogTool.d.ts +0 -61
  4466. package/dist/tools/system/GitLogTool/GitLogTool.d.ts.map +0 -1
  4467. package/dist/tools/system/GitLogTool/GitLogTool.js +0 -112
  4468. package/dist/tools/system/GitLogTool/GitLogTool.js.map +0 -1
  4469. package/dist/tools/system/GitLogTool/constants.d.ts +0 -6
  4470. package/dist/tools/system/GitLogTool/constants.d.ts.map +0 -1
  4471. package/dist/tools/system/GitLogTool/constants.js +0 -6
  4472. package/dist/tools/system/GitLogTool/constants.js.map +0 -1
  4473. package/dist/tools/system/GitLogTool/prompt.d.ts +0 -2
  4474. package/dist/tools/system/GitLogTool/prompt.d.ts.map +0 -1
  4475. package/dist/tools/system/GitLogTool/prompt.js +0 -2
  4476. package/dist/tools/system/GitLogTool/prompt.js.map +0 -1
  4477. package/dist/tools/system/ProcessSessionTool/ProcessSessionTool.d.ts +0 -249
  4478. package/dist/tools/system/ProcessSessionTool/ProcessSessionTool.d.ts.map +0 -1
  4479. package/dist/tools/system/ProcessSessionTool/ProcessSessionTool.js +0 -490
  4480. package/dist/tools/system/ProcessSessionTool/ProcessSessionTool.js.map +0 -1
  4481. package/dist/tools/system/ProcessStatusTool/ProcessStatusTool.d.ts +0 -61
  4482. package/dist/tools/system/ProcessStatusTool/ProcessStatusTool.d.ts.map +0 -1
  4483. package/dist/tools/system/ProcessStatusTool/ProcessStatusTool.js +0 -147
  4484. package/dist/tools/system/ProcessStatusTool/ProcessStatusTool.js.map +0 -1
  4485. package/dist/tools/system/ProcessStatusTool/constants.d.ts +0 -6
  4486. package/dist/tools/system/ProcessStatusTool/constants.d.ts.map +0 -1
  4487. package/dist/tools/system/ProcessStatusTool/constants.js +0 -6
  4488. package/dist/tools/system/ProcessStatusTool/constants.js.map +0 -1
  4489. package/dist/tools/system/ProcessStatusTool/prompt.d.ts +0 -2
  4490. package/dist/tools/system/ProcessStatusTool/prompt.d.ts.map +0 -1
  4491. package/dist/tools/system/ProcessStatusTool/prompt.js +0 -2
  4492. package/dist/tools/system/ProcessStatusTool/prompt.js.map +0 -1
  4493. package/dist/tools/system/ShellCommandTool/ShellCommandTool.d.ts +0 -44
  4494. package/dist/tools/system/ShellCommandTool/ShellCommandTool.d.ts.map +0 -1
  4495. package/dist/tools/system/ShellCommandTool/ShellCommandTool.js +0 -46
  4496. package/dist/tools/system/ShellCommandTool/ShellCommandTool.js.map +0 -1
  4497. package/dist/tools/system/ShellTool/ShellTool.d.ts +0 -48
  4498. package/dist/tools/system/ShellTool/ShellTool.d.ts.map +0 -1
  4499. package/dist/tools/system/ShellTool/ShellTool.js +0 -88
  4500. package/dist/tools/system/ShellTool/ShellTool.js.map +0 -1
  4501. package/dist/tools/system/ShellTool/command-policy.d.ts +0 -18
  4502. package/dist/tools/system/ShellTool/command-policy.d.ts.map +0 -1
  4503. package/dist/tools/system/ShellTool/command-policy.js +0 -459
  4504. package/dist/tools/system/ShellTool/command-policy.js.map +0 -1
  4505. package/dist/tools/system/ShellTool/constants.d.ts +0 -5
  4506. package/dist/tools/system/ShellTool/constants.d.ts.map +0 -1
  4507. package/dist/tools/system/ShellTool/constants.js +0 -5
  4508. package/dist/tools/system/ShellTool/constants.js.map +0 -1
  4509. package/dist/tools/system/ShellTool/prompt.d.ts +0 -2
  4510. package/dist/tools/system/ShellTool/prompt.d.ts.map +0 -1
  4511. package/dist/tools/system/ShellTool/prompt.js +0 -2
  4512. package/dist/tools/system/ShellTool/prompt.js.map +0 -1
  4513. package/dist/tools/system/SleepTool/SleepTool.d.ts +0 -35
  4514. package/dist/tools/system/SleepTool/SleepTool.d.ts.map +0 -1
  4515. package/dist/tools/system/SleepTool/SleepTool.js +0 -50
  4516. package/dist/tools/system/SleepTool/SleepTool.js.map +0 -1
  4517. package/dist/tools/system/SleepTool/constants.d.ts +0 -6
  4518. package/dist/tools/system/SleepTool/constants.d.ts.map +0 -1
  4519. package/dist/tools/system/SleepTool/constants.js +0 -6
  4520. package/dist/tools/system/SleepTool/constants.js.map +0 -1
  4521. package/dist/tools/system/SleepTool/prompt.d.ts +0 -2
  4522. package/dist/tools/system/SleepTool/prompt.d.ts.map +0 -1
  4523. package/dist/tools/system/SleepTool/prompt.js +0 -2
  4524. package/dist/tools/system/SleepTool/prompt.js.map +0 -1
  4525. package/dist/tools/system/TestRunnerTool/TestRunnerTool.d.ts +0 -53
  4526. package/dist/tools/system/TestRunnerTool/TestRunnerTool.d.ts.map +0 -1
  4527. package/dist/tools/system/TestRunnerTool/TestRunnerTool.js +0 -328
  4528. package/dist/tools/system/TestRunnerTool/TestRunnerTool.js.map +0 -1
  4529. package/dist/tools/system/TestRunnerTool/constants.d.ts +0 -5
  4530. package/dist/tools/system/TestRunnerTool/constants.d.ts.map +0 -1
  4531. package/dist/tools/system/TestRunnerTool/constants.js +0 -5
  4532. package/dist/tools/system/TestRunnerTool/constants.js.map +0 -1
  4533. package/dist/tools/system/TestRunnerTool/prompt.d.ts +0 -2
  4534. package/dist/tools/system/TestRunnerTool/prompt.d.ts.map +0 -1
  4535. package/dist/tools/system/TestRunnerTool/prompt.js +0 -2
  4536. package/dist/tools/system/TestRunnerTool/prompt.js.map +0 -1
  4537. package/dist/tools/system/UpdatePlanTool/UpdatePlanTool.d.ts +0 -61
  4538. package/dist/tools/system/UpdatePlanTool/UpdatePlanTool.d.ts.map +0 -1
  4539. package/dist/tools/system/UpdatePlanTool/UpdatePlanTool.js +0 -43
  4540. package/dist/tools/system/UpdatePlanTool/UpdatePlanTool.js.map +0 -1
  4541. package/dist/tools/system/test-runner.d.ts +0 -3
  4542. package/dist/tools/system/test-runner.d.ts.map +0 -1
  4543. package/dist/tools/system/test-runner.js +0 -2
  4544. package/dist/tools/system/test-runner.js.map +0 -1
  4545. package/dist/tools/tool-definition-adapter.d.ts +0 -20
  4546. package/dist/tools/tool-definition-adapter.d.ts.map +0 -1
  4547. package/dist/tools/tool-definition-adapter.js +0 -52
  4548. package/dist/tools/tool-definition-adapter.js.map +0 -1
  4549. package/dist/tools/types.d.ts +0 -320
  4550. package/dist/tools/types.d.ts.map +0 -1
  4551. package/dist/tools/types.js +0 -121
  4552. package/dist/tools/types.js.map +0 -1
  4553. package/dist/tools/workspace-scope.d.ts +0 -11
  4554. package/dist/tools/workspace-scope.d.ts.map +0 -1
  4555. package/dist/tools/workspace-scope.js +0 -77
  4556. package/dist/tools/workspace-scope.js.map +0 -1
@@ -1,1669 +0,0 @@
1
- import { randomUUID } from "node:crypto";
2
- import * as fsp from "node:fs/promises";
3
- import * as path from "node:path";
4
- import { createRuntimeStorePaths, encodeRuntimePathSegment, ensureRuntimeStorePaths, } from "./runtime-paths.js";
5
- import { correctionStateForTarget, MemoryCorrectionEntrySchema, summarizeMemoryCorrectionState, } from "../../platform/corrections/memory-correction-ledger.js";
6
- import { extractMetricObservationsFromEvidence, summarizeEvidenceMetricTrends, } from "./metric-history.js";
7
- import { summarizeEvidenceEvaluatorResults, } from "./evaluator-results.js";
8
- import { summarizeEvidenceResearchMemos, } from "./research-evidence.js";
9
- import { summarizeEvidenceDreamCheckpoints, } from "./dream-checkpoints.js";
10
- import { summarizeArtifactRetention, } from "./artifact-retention.js";
11
- import { RuntimeEvidenceEntrySchema, } from "./evidence-types.js";
12
- export { RuntimeArtifactRetentionClassSchema, RuntimeEvidenceArtifactRefSchema, RuntimeEvidenceCandidateDispositionSchema, RuntimeEvidenceCandidateLineageSchema, RuntimeEvidenceCandidateNearMissReasonSchema, RuntimeEvidenceCandidateNearMissSchema, RuntimeEvidenceCandidateRecordSchema, RuntimeEvidenceCandidateSimilaritySchema, RuntimeEvidenceDivergentHypothesisSchema, RuntimeEvidenceDreamCheckpointSchema, RuntimeEvidenceDreamCheckpointActiveHypothesisSchema, RuntimeEvidenceDreamCheckpointMemoryRefSchema, RuntimeEvidenceDreamCheckpointRejectedApproachSchema, RuntimeEvidenceDreamCheckpointStrategyCandidateSchema, RuntimeEvidenceDreamCheckpointTriggerSchema, RuntimeEvidenceDreamRunControlRecommendationSchema, RuntimeEvidenceEntryKindSchema, RuntimeEvidenceEntrySchema, RuntimeEvidenceEvaluatorBudgetSchema, RuntimeEvidenceEvaluatorCalibrationSchema, RuntimeEvidenceEvaluatorCandidateSnapshotSchema, RuntimeEvidenceEvaluatorObservationSchema, RuntimeEvidenceEvaluatorProvenanceSchema, RuntimeEvidenceEvaluatorPublishActionSchema, RuntimeEvidenceEvaluatorSignalSchema, RuntimeEvidenceEvaluatorStatusSchema, RuntimeEvidenceEvaluatorValidationSchema, RuntimeEvidenceMetricSchema, RuntimeEvidenceMemoryUsageStatsSchema, RuntimeEvidenceOutcomeSchema, RuntimeEvidenceResearchExternalActionSchema, RuntimeEvidenceResearchFindingSchema, RuntimeEvidenceResearchMemoSchema, RuntimeEvidenceResearchSourceSchema, } from "./evidence-types.js";
13
- const summaryIndexUpdateLocks = new Map();
14
- export class RuntimeEvidenceLedger {
15
- paths;
16
- constructor(runtimeRootOrPaths) {
17
- this.paths =
18
- typeof runtimeRootOrPaths === "string"
19
- ? createRuntimeStorePaths(runtimeRootOrPaths)
20
- : runtimeRootOrPaths ?? createRuntimeStorePaths();
21
- }
22
- async ensureReady() {
23
- await ensureRuntimeStorePaths(this.paths);
24
- }
25
- goalPath(goalId) {
26
- return this.paths.evidenceGoalPath(goalId);
27
- }
28
- runPath(runId) {
29
- return this.paths.evidenceRunPath(runId);
30
- }
31
- async append(input) {
32
- const entry = RuntimeEvidenceEntrySchema.parse({
33
- schema_version: "runtime-evidence-entry-v1",
34
- id: input.id ?? randomUUID(),
35
- occurred_at: input.occurred_at ?? new Date().toISOString(),
36
- metrics: input.metrics ?? [],
37
- evaluators: input.evaluators ?? [],
38
- research: input.research ?? [],
39
- dream_checkpoints: input.dream_checkpoints ?? [],
40
- divergent_exploration: input.divergent_exploration ?? [],
41
- candidates: input.candidates ?? [],
42
- artifacts: input.artifacts ?? [],
43
- raw_refs: input.raw_refs ?? [],
44
- ...input,
45
- });
46
- await this.ensureReady();
47
- const targets = new Set();
48
- if (entry.scope.goal_id)
49
- targets.add(this.paths.evidenceGoalPath(entry.scope.goal_id));
50
- if (entry.scope.run_id)
51
- targets.add(this.paths.evidenceRunPath(entry.scope.run_id));
52
- await Promise.all([...targets].map(async (target) => {
53
- await withSummaryIndexUpdateLock(target, async () => {
54
- await fsp.mkdir(path.dirname(target), { recursive: true });
55
- const preAppendIndex = await readPreAppendSummaryIndex(target);
56
- await fsp.appendFile(target, `${JSON.stringify(entry)}\n`, "utf8");
57
- await updateSummaryIndexAfterAppend(target, this.paths, [entry], preAppendIndex);
58
- });
59
- }));
60
- return [entry];
61
- }
62
- async appendCorrection(input) {
63
- const { scope, evidence_id, ...correctionInput } = input;
64
- const correction = MemoryCorrectionEntrySchema.parse(correctionInput);
65
- await this.append({
66
- id: evidence_id ?? correction.correction_id,
67
- occurred_at: correction.created_at,
68
- kind: "correction",
69
- scope,
70
- correction,
71
- summary: correction.reason,
72
- raw_refs: [{
73
- kind: correction.target_ref.kind,
74
- id: correction.target_ref.id,
75
- }],
76
- });
77
- return correction;
78
- }
79
- async readByGoal(goalId) {
80
- return readEvidenceFile(this.paths.evidenceGoalPath(goalId));
81
- }
82
- async readByRun(runId) {
83
- return readEvidenceFile(this.paths.evidenceRunPath(runId));
84
- }
85
- async summarizeGoal(goalId) {
86
- const manifests = await readReproducibilityManifests(this.paths, { goal_id: goalId });
87
- const indexed = manifests.length === 0
88
- ? await readSummaryIndex(this.paths.evidenceGoalPath(goalId), { goal_id: goalId })
89
- : null;
90
- if (indexed)
91
- return indexed.summary;
92
- const read = await this.readByGoal(goalId);
93
- const summary = summarizeEvidence({ goal_id: goalId }, read, manifests);
94
- return summary;
95
- }
96
- async summarizeRun(runId) {
97
- const manifests = await readReproducibilityManifests(this.paths, { run_id: runId });
98
- const indexed = manifests.length === 0
99
- ? await readSummaryIndex(this.paths.evidenceRunPath(runId), { run_id: runId })
100
- : null;
101
- if (indexed)
102
- return indexed.summary;
103
- const read = await this.readByRun(runId);
104
- const summary = summarizeEvidence({ run_id: runId }, read, manifests);
105
- return summary;
106
- }
107
- async rebuildSummaryIndexForGoal(goalId) {
108
- return rebuildSummaryIndex(this.paths.evidenceGoalPath(goalId), this.paths);
109
- }
110
- async rebuildSummaryIndexForRun(runId) {
111
- return rebuildSummaryIndex(this.paths.evidenceRunPath(runId), this.paths);
112
- }
113
- }
114
- async function rebuildSummaryIndex(canonicalPath, paths) {
115
- const scope = summaryScopeFromPath(canonicalPath);
116
- const read = await readEvidenceFile(canonicalPath);
117
- const manifests = await readReproducibilityManifests(paths, scope);
118
- const summary = summarizeEvidence(scope, read, manifests);
119
- const activeRead = manifests.length === 0 ? activeEvidenceRead(read) : null;
120
- await writeSummaryIndex(canonicalPath, summary, activeRead
121
- ? {
122
- warnings: read.warnings,
123
- primaryMetric: resolvePrimaryMetricKey([...activeRead.entries].reverse()) ?? undefined,
124
- metricObservationState: buildMetricObservationState(activeRead.entries),
125
- }
126
- : undefined);
127
- return summary;
128
- }
129
- async function withSummaryIndexUpdateLock(canonicalPath, action) {
130
- const previous = summaryIndexUpdateLocks.get(canonicalPath) ?? Promise.resolve();
131
- let release = () => undefined;
132
- const current = new Promise((resolve) => {
133
- release = resolve;
134
- });
135
- const next = previous.then(() => current, () => current);
136
- summaryIndexUpdateLocks.set(canonicalPath, next);
137
- await previous;
138
- try {
139
- return await action();
140
- }
141
- finally {
142
- release();
143
- if (summaryIndexUpdateLocks.get(canonicalPath) === next) {
144
- summaryIndexUpdateLocks.delete(canonicalPath);
145
- }
146
- }
147
- }
148
- async function updateSummaryIndexAfterAppend(canonicalPath, paths, appendedEntries, preAppendIndex) {
149
- const scope = summaryScopeFromPath(canonicalPath);
150
- const manifests = await readReproducibilityManifests(paths, scope);
151
- if (manifests.length > 0) {
152
- return rebuildSummaryIndex(canonicalPath, paths);
153
- }
154
- if (!preAppendIndex) {
155
- return rebuildSummaryIndex(canonicalPath, paths);
156
- }
157
- const warnings = readWarningsFromSummaryIndex(preAppendIndex);
158
- if (!warnings)
159
- return rebuildSummaryIndex(canonicalPath, paths);
160
- const metricState = readMetricObservationStateFromSummaryIndex(preAppendIndex);
161
- const primaryMetric = preAppendIndex.append_state?.primary_metric;
162
- const summary = updateSummaryFromAppend(scope, preAppendIndex.summary, appendedEntries, warnings, metricState, primaryMetric);
163
- if (!summary)
164
- return rebuildSummaryIndex(canonicalPath, paths);
165
- await writeSummaryIndex(canonicalPath, summary, {
166
- warnings,
167
- primaryMetric,
168
- metricObservationState: updateMetricObservationState(metricState, appendedEntries),
169
- });
170
- return summary;
171
- }
172
- function summaryIndexPath(canonicalPath) {
173
- return `${canonicalPath}.summary.json`;
174
- }
175
- function summaryScopeFromPath(canonicalPath) {
176
- const basename = path.basename(canonicalPath, ".jsonl");
177
- const decoded = decodeURIComponent(basename);
178
- return canonicalPath.includes(`${path.sep}runs${path.sep}`) ? { run_id: decoded } : { goal_id: decoded };
179
- }
180
- async function readReproducibilityManifests(paths, scope) {
181
- let fileNames;
182
- try {
183
- fileNames = await fsp.readdir(paths.reproducibilityManifestsDir);
184
- }
185
- catch (err) {
186
- if (err.code === "ENOENT")
187
- return [];
188
- throw err;
189
- }
190
- const manifests = [];
191
- for (const fileName of fileNames) {
192
- if (!fileName.endsWith(".json"))
193
- continue;
194
- if (!reproducibilityManifestFileMayMatchScope(fileName, scope))
195
- continue;
196
- try {
197
- const parsed = JSON.parse(await fsp.readFile(path.join(paths.reproducibilityManifestsDir, fileName), "utf8"));
198
- if (parsed.schema_version !== "runtime-reproducibility-manifest-v1")
199
- continue;
200
- if (scope.goal_id && parsed.scope?.goal_id !== scope.goal_id)
201
- continue;
202
- if (scope.run_id && parsed.scope?.run_id !== scope.run_id)
203
- continue;
204
- manifests.push({
205
- ...parsed,
206
- artifacts: Array.isArray(parsed.artifacts) ? parsed.artifacts.filter(isManifestArtifactRef) : [],
207
- });
208
- }
209
- catch {
210
- continue;
211
- }
212
- }
213
- return manifests;
214
- }
215
- function reproducibilityManifestFileMayMatchScope(fileName, scope) {
216
- const basename = fileName.slice(0, -".json".length);
217
- let manifestId;
218
- try {
219
- manifestId = decodeURIComponent(basename);
220
- }
221
- catch {
222
- return true;
223
- }
224
- if (scope.run_id && manifestId.startsWith("run:")) {
225
- return basename.startsWith(`${encodeRuntimePathSegment(`run:${safeManifestScopeId(scope.run_id)}:`)}`);
226
- }
227
- if (scope.goal_id && manifestId.startsWith("goal:")) {
228
- return basename.startsWith(`${encodeRuntimePathSegment(`goal:${safeManifestScopeId(scope.goal_id)}:`)}`);
229
- }
230
- if (scope.goal_id && manifestId.startsWith("run:")) {
231
- return true;
232
- }
233
- if (manifestId.startsWith("run:") || manifestId.startsWith("goal:")) {
234
- return false;
235
- }
236
- return true;
237
- }
238
- function safeManifestScopeId(value) {
239
- return value.normalize("NFKC").replace(/[^a-zA-Z0-9:._-]+/g, "_");
240
- }
241
- function isManifestArtifactRef(value) {
242
- return typeof value === "object"
243
- && value !== null
244
- && typeof value.label === "string";
245
- }
246
- async function readSummaryIndex(canonicalPath, expectedScope) {
247
- return readSummaryIndexWithStat(canonicalPath, expectedScope);
248
- }
249
- async function readPreAppendSummaryIndex(canonicalPath) {
250
- try {
251
- const stat = await fsp.stat(canonicalPath);
252
- if (stat.size === 0)
253
- return emptySummaryIndex(canonicalPath);
254
- }
255
- catch (err) {
256
- if (err.code === "ENOENT")
257
- return emptySummaryIndex(canonicalPath);
258
- throw err;
259
- }
260
- const scope = summaryScopeFromPath(canonicalPath);
261
- return readSummaryIndexWithStat(canonicalPath, scope);
262
- }
263
- async function emptySummaryIndex(canonicalPath) {
264
- const scope = summaryScopeFromPath(canonicalPath);
265
- const summary = summarizeEvidence(scope, { entries: [], warnings: [] });
266
- return {
267
- schema_version: "runtime-evidence-summary-index-v1",
268
- generated_at: new Date().toISOString(),
269
- canonical_log_path: canonicalPath,
270
- canonical_log_size: 0,
271
- canonical_log_mtime_ms: 0,
272
- summary,
273
- append_state: {
274
- schema_version: "runtime-evidence-summary-append-state-v1",
275
- warnings: [],
276
- primary_metric: undefined,
277
- metric_observations: [],
278
- },
279
- };
280
- }
281
- async function readSummaryIndexWithStat(canonicalPath, expectedScope) {
282
- let text;
283
- try {
284
- text = await fsp.readFile(summaryIndexPath(canonicalPath), "utf8");
285
- }
286
- catch (err) {
287
- if (err.code === "ENOENT")
288
- return null;
289
- throw err;
290
- }
291
- try {
292
- const parsed = JSON.parse(text);
293
- if (parsed.schema_version !== "runtime-evidence-summary-index-v1")
294
- return null;
295
- if (parsed.summary.schema_version !== "runtime-evidence-summary-v1")
296
- return null;
297
- if (!isCurrentEvidenceSummaryShape(parsed.summary))
298
- return null;
299
- const stat = await fsp.stat(canonicalPath);
300
- if (parsed.canonical_log_size !== stat.size)
301
- return null;
302
- if (parsed.canonical_log_mtime_ms !== stat.mtimeMs)
303
- return null;
304
- if (expectedScope.goal_id && parsed.summary.scope.goal_id !== expectedScope.goal_id)
305
- return null;
306
- if (expectedScope.run_id && parsed.summary.scope.run_id !== expectedScope.run_id)
307
- return null;
308
- return parsed;
309
- }
310
- catch {
311
- return null;
312
- }
313
- }
314
- function readCheckpointFromSummaryIndex(index) {
315
- const checkpoint = index.checkpoint;
316
- if (!checkpoint || checkpoint.schema_version !== "runtime-evidence-summary-checkpoint-v1")
317
- return null;
318
- if (!Array.isArray(checkpoint.entries) || !Array.isArray(checkpoint.warnings))
319
- return null;
320
- const entries = [];
321
- for (const entry of checkpoint.entries) {
322
- const parsed = RuntimeEvidenceEntrySchema.safeParse(entry);
323
- if (!parsed.success)
324
- return null;
325
- entries.push(parsed.data);
326
- }
327
- const warnings = [];
328
- for (const warning of checkpoint.warnings) {
329
- if (typeof warning !== "object"
330
- || warning === null
331
- || typeof warning.file !== "string"
332
- || typeof warning.line !== "number"
333
- || typeof warning.message !== "string") {
334
- return null;
335
- }
336
- warnings.push(warning);
337
- }
338
- return { entries, warnings };
339
- }
340
- function readWarningsFromSummaryIndex(index) {
341
- if (index.append_state?.schema_version === "runtime-evidence-summary-append-state-v1") {
342
- return validateRuntimeEvidenceWarnings(index.append_state.warnings);
343
- }
344
- return readCheckpointFromSummaryIndex(index)?.warnings ?? null;
345
- }
346
- function readMetricObservationStateFromSummaryIndex(index) {
347
- const state = index.append_state?.metric_observations;
348
- if (!state)
349
- return null;
350
- if (!Array.isArray(state))
351
- return null;
352
- for (const group of state) {
353
- if (typeof group !== "object"
354
- || group === null
355
- || typeof group.metric_key !== "string"
356
- || (group.direction !== "maximize" && group.direction !== "minimize")
357
- || typeof group.count !== "number"
358
- || !Array.isArray(group.recent)) {
359
- return null;
360
- }
361
- }
362
- return state;
363
- }
364
- function validateRuntimeEvidenceWarnings(value) {
365
- if (!Array.isArray(value))
366
- return null;
367
- const warnings = [];
368
- for (const warning of value) {
369
- if (typeof warning !== "object"
370
- || warning === null
371
- || typeof warning.file !== "string"
372
- || typeof warning.line !== "number"
373
- || typeof warning.message !== "string") {
374
- return null;
375
- }
376
- warnings.push(warning);
377
- }
378
- return warnings;
379
- }
380
- function isCurrentEvidenceSummaryShape(summary) {
381
- return summary.context_policy_version === "quarantine-filtered-planning-context-v2"
382
- && Array.isArray(summary.candidate_lineages)
383
- && Array.isArray(summary.corrections)
384
- && typeof summary.correction_state === "object"
385
- && summary.correction_state !== null
386
- && Array.isArray(summary.recommended_candidate_portfolio)
387
- && Array.isArray(summary.near_miss_candidates)
388
- && typeof summary.artifact_retention === "object"
389
- && summary.artifact_retention !== null
390
- && isCurrentArtifactRetentionShape(summary.artifact_retention)
391
- && Array.isArray(summary.evaluator_summary.budgets)
392
- && Array.isArray(summary.evaluator_summary.calibration)
393
- && typeof summary.candidate_selection_summary === "object"
394
- && summary.candidate_selection_summary !== null;
395
- }
396
- function isCurrentArtifactRetentionShape(artifactRetention) {
397
- const cleanupPlan = artifactRetention.cleanup_plan;
398
- if (typeof cleanupPlan !== "object"
399
- || cleanupPlan === null
400
- || !Array.isArray(cleanupPlan.actions)) {
401
- return false;
402
- }
403
- return cleanupPlan.actions.every((action) => typeof action.retention_basis === "string");
404
- }
405
- function updateSummaryFromAppend(scope, previous, appendedEntries, warnings, metricState, primaryMetric) {
406
- if (appendedEntries.length === 0) {
407
- return {
408
- ...previous,
409
- generated_at: new Date().toISOString(),
410
- warnings,
411
- };
412
- }
413
- if (!canIncrementSummaryWithEntries(appendedEntries))
414
- return null;
415
- if (previous.total_entries > 0 && !primaryMetric)
416
- return null;
417
- if (!canPreservePrimaryMetric(appendedEntries, primaryMetric))
418
- return null;
419
- const combinedRecent = [...appendedEntries, ...previous.recent_entries]
420
- .sort((a, b) => b.occurred_at.localeCompare(a.occurred_at));
421
- const recentEntries = dedupeEvidenceEntriesById(combinedRecent).slice(0, 10);
422
- const recentFailedAttempts = dedupeEvidenceEntriesById([
423
- ...appendedEntries.filter(isFailedEvidenceEntry),
424
- ...previous.recent_failed_attempts,
425
- ].sort((a, b) => b.occurred_at.localeCompare(a.occurred_at))).slice(0, 5);
426
- const latestStrategyCandidates = appendedEntries.filter((entry) => entry.kind === "strategy" || Boolean(entry.strategy) || Boolean(entry.decision_reason));
427
- const latestStrategy = [...latestStrategyCandidates, previous.latest_strategy].filter((entry) => Boolean(entry))
428
- .sort((a, b) => b.occurred_at.localeCompare(a.occurred_at))[0] ?? null;
429
- const bestEvidence = updateBestEvidenceFromAppend(previous.best_evidence, appendedEntries, primaryMetric);
430
- if (bestEvidence === undefined)
431
- return null;
432
- if (!metricState)
433
- return null;
434
- const metricTrends = summarizeMetricState(updateMetricObservationState(metricState, appendedEntries));
435
- return {
436
- ...previous,
437
- generated_at: new Date().toISOString(),
438
- scope,
439
- total_entries: previous.total_entries + appendedEntries.length,
440
- latest_strategy: latestStrategy,
441
- best_evidence: bestEvidence,
442
- metric_trends: metricTrends.length > 0 ? metricTrends : previous.metric_trends,
443
- recent_failed_attempts: recentFailedAttempts,
444
- recent_entries: recentEntries,
445
- warnings,
446
- };
447
- }
448
- function activeEvidenceRead(read) {
449
- const entries = [...read.entries].sort((a, b) => a.occurred_at.localeCompare(b.occurred_at));
450
- const corrections = entries.flatMap((entry) => entry.correction ? [entry.correction] : []);
451
- const correctionState = summarizeMemoryCorrectionState(corrections);
452
- return {
453
- entries: entries.filter((entry) => isRuntimeEvidenceEntryActive(entry, correctionState)),
454
- warnings: read.warnings,
455
- };
456
- }
457
- function updateBestEvidenceFromAppend(previousBest, appendedEntries, primaryMetric) {
458
- if (!primaryMetric) {
459
- return chooseBestEvidence(dedupeEvidenceEntriesById([
460
- ...appendedEntries,
461
- ...(previousBest ? [previousBest] : []),
462
- ].sort((a, b) => b.occurred_at.localeCompare(a.occurred_at))));
463
- }
464
- let best = previousBest;
465
- for (const entry of appendedEntries) {
466
- const metric = findComparableMetric([entry], primaryMetric);
467
- if (!metric)
468
- continue;
469
- if (!best) {
470
- best = entry;
471
- continue;
472
- }
473
- const current = chooseBestEvidence([entry, best].sort((a, b) => b.occurred_at.localeCompare(a.occurred_at)));
474
- if (!current)
475
- return undefined;
476
- best = current;
477
- }
478
- return best;
479
- }
480
- function canPreservePrimaryMetric(appendedEntries, primaryMetric) {
481
- if (!primaryMetric)
482
- return appendedEntries.every((entry) => entry.metrics.length === 0);
483
- return appendedEntries.every((entry) => entry.metrics.every((metric) => metric.direction === undefined
484
- || metric.direction === "neutral"
485
- || (metric.label === primaryMetric.label && metric.direction === primaryMetric.direction))
486
- && (!entry.task?.primary_dimension || entry.task.primary_dimension === primaryMetric.label));
487
- }
488
- function buildMetricObservationState(entries) {
489
- return updateMetricObservationState([], entries);
490
- }
491
- function updateMetricObservationState(previous, appendedEntries) {
492
- const groups = new Map();
493
- for (const group of previous ?? []) {
494
- groups.set(`${group.metric_key}\0${group.direction}`, {
495
- ...group,
496
- recent: [...group.recent],
497
- });
498
- }
499
- for (const observation of extractMetricObservationsFromEvidence(appendedEntries).sort((a, b) => a.observed_at.localeCompare(b.observed_at))) {
500
- const key = `${observation.metric_key}\0${observation.direction}`;
501
- const next = updateMetricState(groups.get(key), observation);
502
- groups.set(key, next);
503
- }
504
- return [...groups.values()];
505
- }
506
- function updateMetricState(previous, observation) {
507
- const normalized = observation.direction === "maximize" ? observation.value : -observation.value;
508
- if (!previous) {
509
- return {
510
- metric_key: observation.metric_key,
511
- direction: observation.direction,
512
- count: 1,
513
- confidence_sum: observation.confidence,
514
- first_value: observation.value,
515
- first_normalized: normalized,
516
- first_observed_at: observation.observed_at,
517
- latest_value: observation.value,
518
- latest_normalized: normalized,
519
- latest_observed_at: observation.observed_at,
520
- best_value: observation.value,
521
- best_normalized: normalized,
522
- best_observed_at: observation.observed_at,
523
- previous_best_normalized: normalized,
524
- last_meaningful_improvement_delta: null,
525
- last_meaningful_improvement_observed_at: null,
526
- last_meaningful_improvement_index: null,
527
- last_breakthrough_delta: null,
528
- post_improvement_min_normalized: normalized,
529
- post_improvement_max_normalized: normalized,
530
- recent: [{ value: observation.value, normalized, observed_at: observation.observed_at, source: observation.source }],
531
- };
532
- }
533
- const improvementThreshold = 0.01;
534
- const breakthroughThreshold = 0.05;
535
- const delta = normalized - previous.latest_normalized;
536
- const meaningful = delta >= improvementThreshold;
537
- const breakthrough = delta >= breakthroughThreshold;
538
- const count = previous.count + 1;
539
- const bestImproved = normalized > previous.best_normalized;
540
- const postMin = meaningful ? normalized : Math.min(previous.post_improvement_min_normalized, normalized);
541
- const postMax = meaningful ? normalized : Math.max(previous.post_improvement_max_normalized, normalized);
542
- return {
543
- ...previous,
544
- count,
545
- confidence_sum: previous.confidence_sum + observation.confidence,
546
- latest_value: observation.value,
547
- latest_normalized: normalized,
548
- latest_observed_at: observation.observed_at,
549
- best_value: bestImproved ? observation.value : previous.best_value,
550
- best_normalized: bestImproved ? normalized : previous.best_normalized,
551
- best_observed_at: bestImproved ? observation.observed_at : previous.best_observed_at,
552
- previous_best_normalized: previous.best_normalized,
553
- last_meaningful_improvement_delta: meaningful ? delta : previous.last_meaningful_improvement_delta,
554
- last_meaningful_improvement_observed_at: meaningful
555
- ? observation.observed_at
556
- : previous.last_meaningful_improvement_observed_at,
557
- last_meaningful_improvement_index: meaningful ? count - 1 : previous.last_meaningful_improvement_index,
558
- last_breakthrough_delta: breakthrough ? delta : previous.last_breakthrough_delta,
559
- post_improvement_min_normalized: postMin,
560
- post_improvement_max_normalized: postMax,
561
- recent: [
562
- ...previous.recent,
563
- { value: observation.value, normalized, observed_at: observation.observed_at, source: observation.source },
564
- ].slice(-5),
565
- };
566
- }
567
- function summarizeMetricState(states) {
568
- return states.map(metricTrendFromState);
569
- }
570
- function metricTrendFromState(state) {
571
- const improvementThreshold = 0.01;
572
- const breakthroughThreshold = 0.05;
573
- const noiseBand = 0.005;
574
- const recentValues = state.recent.map((entry) => entry.normalized);
575
- const recentSlope = linearSlope(recentValues);
576
- const minRecent = Math.min(...recentValues);
577
- const maxRecent = Math.max(...recentValues);
578
- const recentRange = maxRecent - minRecent;
579
- const latestBestDelta = state.latest_normalized - state.previous_best_normalized;
580
- const latestDeltaFromBest = state.latest_normalized - state.best_normalized;
581
- const latestDeltaFromFirst = state.latest_normalized - state.first_normalized;
582
- const bestDelta = state.best_normalized - state.first_normalized;
583
- const postImprovementRange = state.post_improvement_max_normalized - state.post_improvement_min_normalized;
584
- const observationsSinceLastMeaningfulImprovement = state.last_meaningful_improvement_index === null
585
- ? null
586
- : (state.count - 1) - state.last_meaningful_improvement_index;
587
- const trend = classifyCompactMetricTrend({
588
- count: state.count,
589
- latestBestDelta,
590
- latestDeltaFromBest,
591
- latestDeltaFromFirst,
592
- bestDelta,
593
- recentSlope,
594
- recentRange,
595
- postImprovementRange,
596
- observationsSinceLastMeaningfulImprovement,
597
- improvementThreshold,
598
- breakthroughThreshold,
599
- noiseBand,
600
- });
601
- const meanConfidence = state.confidence_sum / state.count;
602
- const sampleConfidence = Math.min(1, state.count / 5);
603
- const trendConfidence = trend === "noisy"
604
- ? Math.max(0.35, Math.min(0.75, noiseBand / Math.max(recentRange, Number.EPSILON)))
605
- : 1;
606
- const confidence = clamp01(meanConfidence * sampleConfidence * trendConfidence);
607
- return {
608
- metric_key: state.metric_key,
609
- direction: state.direction,
610
- trend,
611
- latest_value: state.latest_value,
612
- latest_observed_at: state.latest_observed_at,
613
- best_value: state.best_value,
614
- best_observed_at: state.best_observed_at,
615
- observation_count: state.count,
616
- recent_slope_per_observation: denormalizeMetricDelta(recentSlope, state.direction),
617
- best_delta: denormalizeMetricDelta(bestDelta, state.direction),
618
- last_meaningful_improvement_delta: state.last_meaningful_improvement_delta === null
619
- ? null
620
- : denormalizeMetricDelta(state.last_meaningful_improvement_delta, state.direction),
621
- last_breakthrough_delta: state.last_breakthrough_delta === null
622
- ? null
623
- : denormalizeMetricDelta(state.last_breakthrough_delta, state.direction),
624
- time_since_last_meaningful_improvement_ms: state.last_meaningful_improvement_observed_at
625
- ? Math.max(0, Date.now() - Date.parse(state.last_meaningful_improvement_observed_at))
626
- : null,
627
- improvement_threshold: denormalizeMetricDelta(improvementThreshold, state.direction),
628
- breakthrough_threshold: denormalizeMetricDelta(breakthroughThreshold, state.direction),
629
- noise_band: denormalizeMetricDelta(noiseBand, state.direction),
630
- confidence,
631
- source_refs: state.recent.map((entry) => entry.source),
632
- summary: `${state.metric_key} trend is ${trend} from ${state.count} observation(s); latest=${state.latest_value}, best=${state.best_value}`,
633
- };
634
- }
635
- function classifyCompactMetricTrend(input) {
636
- if (input.count < 2)
637
- return "noisy";
638
- if (input.latestBestDelta >= input.breakthroughThreshold)
639
- return "breakthrough";
640
- if (input.latestBestDelta >= input.improvementThreshold)
641
- return "improving";
642
- if (input.latestDeltaFromBest <= -input.improvementThreshold)
643
- return "regressing";
644
- if (input.observationsSinceLastMeaningfulImprovement !== null
645
- && input.observationsSinceLastMeaningfulImprovement >= 2
646
- && input.postImprovementRange <= input.noiseBand) {
647
- return "stalled";
648
- }
649
- if (input.latestDeltaFromFirst <= -input.improvementThreshold || input.recentSlope <= -input.improvementThreshold) {
650
- return "regressing";
651
- }
652
- if (input.recentSlope >= input.improvementThreshold)
653
- return "improving";
654
- if (input.recentRange === 0 || input.recentRange <= Number.EPSILON)
655
- return "stalled";
656
- if (input.recentRange <= input.noiseBand || Math.abs(input.recentSlope) < input.noiseBand) {
657
- return input.bestDelta >= input.improvementThreshold ? "stalled" : "noisy";
658
- }
659
- if (input.bestDelta < input.improvementThreshold)
660
- return "stalled";
661
- return "noisy";
662
- }
663
- function linearSlope(values) {
664
- if (values.length < 2)
665
- return 0;
666
- const n = values.length;
667
- const meanX = (n - 1) / 2;
668
- const meanY = values.reduce((sum, value) => sum + value, 0) / n;
669
- let numerator = 0;
670
- let denominator = 0;
671
- for (let index = 0; index < n; index += 1) {
672
- const dx = index - meanX;
673
- numerator += dx * (values[index] - meanY);
674
- denominator += dx * dx;
675
- }
676
- return denominator === 0 ? 0 : numerator / denominator;
677
- }
678
- function denormalizeMetricDelta(delta, direction) {
679
- return direction === "maximize" ? delta : -delta;
680
- }
681
- function canIncrementSummaryWithEntries(entries) {
682
- return entries.every((entry) => entry.kind !== "correction"
683
- && entry.kind !== "failure"
684
- && entry.outcome !== "failed"
685
- && entry.outcome !== "regressed"
686
- && entry.result?.status !== "failed"
687
- && entry.verification?.verdict !== "fail"
688
- && !entry.correction
689
- && !entry.correction_state
690
- && !entry.evaluators?.length
691
- && !entry.research?.length
692
- && !entry.dream_checkpoints?.length
693
- && !entry.divergent_exploration?.length
694
- && !entry.candidates?.length
695
- && !entry.artifacts.length
696
- && !entry.quarantine_state
697
- && entry.verification_status !== "suspicious"
698
- && entry.verification_status !== "contradicted"
699
- && !isSuspiciousProvenance(entry.provenance));
700
- }
701
- function dedupeEvidenceEntriesById(entries) {
702
- const seen = new Set();
703
- const unique = [];
704
- for (const entry of entries) {
705
- if (seen.has(entry.id))
706
- continue;
707
- seen.add(entry.id);
708
- unique.push(entry);
709
- }
710
- return unique;
711
- }
712
- async function writeSummaryIndex(canonicalPath, summary, checkpointRead) {
713
- const stat = await fsp.stat(canonicalPath);
714
- const warnings = checkpointRead ? checkpointRead.warnings : [];
715
- const index = {
716
- schema_version: "runtime-evidence-summary-index-v1",
717
- generated_at: new Date().toISOString(),
718
- canonical_log_path: canonicalPath,
719
- canonical_log_size: stat.size,
720
- canonical_log_mtime_ms: stat.mtimeMs,
721
- summary,
722
- append_state: {
723
- schema_version: "runtime-evidence-summary-append-state-v1",
724
- warnings,
725
- ...(checkpointRead && "primaryMetric" in checkpointRead && checkpointRead.primaryMetric
726
- ? { primary_metric: checkpointRead.primaryMetric }
727
- : {}),
728
- metric_observations: checkpointRead && "metricObservationState" in checkpointRead
729
- ? checkpointRead.metricObservationState
730
- : buildMetricObservationState(summary.recent_entries),
731
- },
732
- ...(checkpointRead && "entries" in checkpointRead
733
- ? {
734
- checkpoint: {
735
- schema_version: "runtime-evidence-summary-checkpoint-v1",
736
- entries: checkpointRead.entries,
737
- warnings,
738
- },
739
- }
740
- : {}),
741
- };
742
- await fsp.mkdir(path.dirname(canonicalPath), { recursive: true });
743
- await fsp.writeFile(summaryIndexPath(canonicalPath), `${JSON.stringify(index)}\n`, "utf8");
744
- }
745
- async function readEvidenceFile(filePath) {
746
- let text;
747
- try {
748
- text = await fsp.readFile(filePath, "utf8");
749
- }
750
- catch (err) {
751
- if (err.code === "ENOENT") {
752
- return { entries: [], warnings: [] };
753
- }
754
- throw err;
755
- }
756
- const entries = [];
757
- const warnings = [];
758
- const lines = text.split(/\r?\n/);
759
- for (let index = 0; index < lines.length; index += 1) {
760
- const line = lines[index];
761
- if (!line?.trim())
762
- continue;
763
- try {
764
- const parsed = RuntimeEvidenceEntrySchema.safeParse(JSON.parse(line));
765
- if (parsed.success) {
766
- entries.push(parsed.data);
767
- }
768
- else {
769
- warnings.push({
770
- file: filePath,
771
- line: index + 1,
772
- message: parsed.error.issues.map((issue) => issue.message).join("; "),
773
- });
774
- }
775
- }
776
- catch (err) {
777
- warnings.push({
778
- file: filePath,
779
- line: index + 1,
780
- message: err instanceof Error ? err.message : String(err),
781
- });
782
- }
783
- }
784
- return { entries, warnings };
785
- }
786
- function summarizeEvidence(scope, read, manifests = []) {
787
- const entries = [...read.entries].sort((a, b) => a.occurred_at.localeCompare(b.occurred_at));
788
- const corrections = entries.flatMap((entry) => entry.correction ? [entry.correction] : []);
789
- const correctionState = summarizeMemoryCorrectionState(corrections);
790
- const activeEntries = entries.filter((entry) => isRuntimeEvidenceEntryActive(entry, correctionState));
791
- const newestFirst = [...activeEntries].reverse();
792
- const evaluatorSummary = summarizeEvidenceEvaluatorResults(activeEntries);
793
- const activeDreamCheckpoints = filterRetractedDreamCheckpointMemories(summarizeEvidenceDreamCheckpoints(activeEntries), correctionState, scope);
794
- return {
795
- schema_version: "runtime-evidence-summary-v1",
796
- context_policy_version: "quarantine-filtered-planning-context-v2",
797
- generated_at: new Date().toISOString(),
798
- scope,
799
- total_entries: entries.length,
800
- latest_strategy: newestFirst.find((entry) => entry.kind === "strategy" || Boolean(entry.strategy) || Boolean(entry.decision_reason)) ?? null,
801
- best_evidence: chooseBestEvidence(newestFirst),
802
- metric_trends: summarizeEvidenceMetricTrends(activeEntries),
803
- evaluator_summary: evaluatorSummary,
804
- research_memos: summarizeEvidenceResearchMemos(activeEntries),
805
- dream_checkpoints: activeDreamCheckpoints,
806
- divergent_exploration: activeEntries
807
- .flatMap((entry) => entry.divergent_exploration ?? [])
808
- .slice(-10)
809
- .reverse(),
810
- corrections,
811
- correction_state: correctionState,
812
- candidate_lineages: summarizeCandidateLineages(activeEntries),
813
- recommended_candidate_portfolio: selectDiversifiedCandidatePortfolio(activeEntries),
814
- candidate_selection_summary: summarizeCandidateSelection(activeEntries, evaluatorSummary),
815
- near_miss_candidates: summarizeNearMissCandidates(activeEntries),
816
- artifact_retention: summarizeArtifactRetention(activeEntries, { manifests }),
817
- recent_failed_attempts: newestFirst
818
- .filter((entry) => entry.outcome === "failed"
819
- || entry.outcome === "regressed"
820
- || entry.kind === "failure"
821
- || entry.result?.status === "failed"
822
- || entry.verification?.verdict === "fail")
823
- .slice(0, 5),
824
- failed_lineages: summarizeFailedLineages(activeEntries),
825
- recent_entries: newestFirst.slice(0, 10),
826
- warnings: read.warnings,
827
- };
828
- }
829
- function isRuntimeEvidenceEntryActive(entry, correctionState) {
830
- if (entry.kind === "correction")
831
- return false;
832
- if (entry.quarantine_state?.status === "quarantined")
833
- return false;
834
- if (entry.verification_status === "suspicious" || entry.verification_status === "contradicted")
835
- return false;
836
- if (isSuspiciousProvenance(entry.provenance))
837
- return false;
838
- return runtimeEvidenceCorrectionRefs(entry).every((ref) => correctionStateForTarget(correctionState, ref).active);
839
- }
840
- function runtimeEvidenceCorrectionRefs(entry) {
841
- const refs = [
842
- { kind: "runtime_evidence", id: entry.id },
843
- ];
844
- if (entry.scope.run_id) {
845
- refs.push({ kind: "runtime_evidence", id: entry.id, scope: { run_id: entry.scope.run_id } });
846
- }
847
- if (entry.scope.goal_id) {
848
- refs.push({ kind: "runtime_evidence", id: entry.id, scope: { goal_id: entry.scope.goal_id } });
849
- }
850
- if (entry.scope.goal_id || entry.scope.run_id || entry.scope.task_id) {
851
- refs.push({
852
- kind: "runtime_evidence",
853
- id: entry.id,
854
- scope: {
855
- ...(entry.scope.goal_id ? { goal_id: entry.scope.goal_id } : {}),
856
- ...(entry.scope.run_id ? { run_id: entry.scope.run_id } : {}),
857
- ...(entry.scope.task_id ? { task_id: entry.scope.task_id } : {}),
858
- },
859
- });
860
- }
861
- return refs;
862
- }
863
- function filterRetractedDreamCheckpointMemories(checkpoints, correctionState, scope) {
864
- return checkpoints
865
- .map((checkpoint) => {
866
- const relevant_memories = checkpoint.relevant_memories.filter((memory) => isDreamCheckpointMemoryRefAdmissible(memory)
867
- && (!memory.ref || dreamMemoryCorrectionRefs(memory.ref, checkpoint, scope).every((ref) => correctionStateForTarget(correctionState, ref).active)));
868
- return {
869
- checkpoint,
870
- relevant_memories,
871
- planning_context_status: relevant_memories.length === checkpoint.relevant_memories.length
872
- ? "active"
873
- : "partially_retracted",
874
- };
875
- })
876
- .filter(({ checkpoint, relevant_memories }) => checkpoint.relevant_memories.length === 0 || relevant_memories.length > 0)
877
- .map(({ checkpoint, relevant_memories, planning_context_status }) => ({
878
- ...checkpoint,
879
- relevant_memories,
880
- planning_context_status,
881
- }));
882
- }
883
- function isDreamCheckpointMemoryRefAdmissible(memory) {
884
- if (memory.quarantine_state?.status === "quarantined")
885
- return false;
886
- if (memory.verification_status === "suspicious" || memory.verification_status === "contradicted")
887
- return false;
888
- if (isSuspiciousProvenance(memory.provenance))
889
- return false;
890
- if (memory.provenance
891
- && (memory.provenance.source_type === "web" || memory.provenance.source_type === "external")
892
- && memory.provenance.reliability !== undefined
893
- && memory.provenance.reliability < 0.5) {
894
- return false;
895
- }
896
- return true;
897
- }
898
- function isSuspiciousProvenance(provenance) {
899
- if (!provenance)
900
- return false;
901
- if (provenance.verification_status === "suspicious" || provenance.verification_status === "contradicted") {
902
- return true;
903
- }
904
- const riskSignals = new Set(provenance.risk_signals);
905
- return riskSignals.has("hallucinated")
906
- || riskSignals.has("low_provenance")
907
- || riskSignals.has("contradiction")
908
- || riskSignals.has("prompt_injection_like")
909
- || riskSignals.has("unverified_external");
910
- }
911
- function dreamMemoryCorrectionRefs(ref, checkpoint, scope) {
912
- const refs = [{ kind: "dream_checkpoint", id: ref }];
913
- if (checkpoint.run_id)
914
- refs.push({ kind: "dream_checkpoint", id: ref, scope: { run_id: checkpoint.run_id } });
915
- if (checkpoint.goal_id)
916
- refs.push({ kind: "dream_checkpoint", id: ref, scope: { goal_id: checkpoint.goal_id } });
917
- if (scope.run_id)
918
- refs.push({ kind: "dream_checkpoint", id: ref, scope: { run_id: scope.run_id } });
919
- if (scope.goal_id)
920
- refs.push({ kind: "dream_checkpoint", id: ref, scope: { goal_id: scope.goal_id } });
921
- return refs;
922
- }
923
- export function selectDiversifiedCandidatePortfolio(entriesOldestFirst, options = {}) {
924
- const limit = options.limit ?? 3;
925
- if (limit <= 0)
926
- return [];
927
- const nearDuplicateSimilarity = options.nearDuplicateSimilarity ?? 0.85;
928
- const primaryMetric = resolvePrimaryCandidateMetricKey(entriesOldestFirst);
929
- const candidates = extractCandidateEvidenceContexts(entriesOldestFirst, primaryMetric)
930
- .filter((context) => context.candidate.disposition !== "retired")
931
- .sort(compareCandidateEvidenceContexts);
932
- const selected = [];
933
- const skipped = [];
934
- for (const candidate of candidates) {
935
- if (selected.length >= limit)
936
- break;
937
- const duplicateSignal = mostSimilarSelectedCandidate(candidate, selected);
938
- if (duplicateSignal && duplicateSignal.similarity >= nearDuplicateSimilarity) {
939
- skipped.push({ ...candidate, similarity_to_selected: duplicateSignal });
940
- continue;
941
- }
942
- selected.push({
943
- ...candidate,
944
- role: selected.length === 0 ? "top_metric" : "diverse_representative",
945
- ...(duplicateSignal ? { similarity_to_selected: duplicateSignal } : {}),
946
- });
947
- }
948
- for (const candidate of skipped) {
949
- if (selected.length >= limit)
950
- break;
951
- selected.push({
952
- ...candidate,
953
- role: "lineage_representative",
954
- });
955
- }
956
- return selected.map(toPortfolioSlot);
957
- }
958
- function summarizeCandidateSelection(entriesOldestFirst, evaluatorSummary) {
959
- const primaryMetric = resolvePrimaryCandidateMetricKey(entriesOldestFirst);
960
- const contexts = extractCandidateEvidenceContexts(entriesOldestFirst, primaryMetric)
961
- .filter((context) => context.candidate.disposition !== "retired");
962
- const rawRanked = [...contexts].sort(compareCandidateEvidenceContexts);
963
- const scored = scoreCandidateSelectionContexts(rawRanked, evaluatorSummary?.calibration ?? []);
964
- const ranked = [...scored].sort((a, b) => b.robust_score - a.robust_score || a.raw_rank - b.raw_rank);
965
- const rawBest = scored.find((candidate) => candidate.raw_rank === 1) ?? null;
966
- const robustBest = ranked[0] ?? null;
967
- return {
968
- primary_metric: primaryMetric,
969
- raw_best: rawBest,
970
- robust_best: robustBest,
971
- ranked,
972
- final_portfolio: {
973
- safe: selectSafeCandidate(scored),
974
- aggressive: rawBest,
975
- diverse: selectDiverseCandidate(scored, robustBest),
976
- },
977
- };
978
- }
979
- function scoreCandidateSelectionContexts(rawRanked, calibration = []) {
980
- const metricValues = rawRanked
981
- .map((context) => context.metric?.value)
982
- .filter((value) => typeof value === "number" && Number.isFinite(value));
983
- const minMetric = metricValues.length > 0 ? Math.min(...metricValues) : 0;
984
- const maxMetric = metricValues.length > 0 ? Math.max(...metricValues) : 0;
985
- const rawBestFamily = rawRanked[0]?.candidate.lineage.strategy_family;
986
- const allCandidates = rawRanked.map((context) => context.candidate);
987
- return rawRanked.map((context, index) => {
988
- const candidate = context.candidate;
989
- const metricScore = normalizedMetricScore(context.metric, minMetric, maxMetric);
990
- const stabilityScore = clamp01(candidate.robustness?.stability_score ?? context.metric?.confidence ?? 0.5);
991
- const inferredDiversity = inferredDiversityScore(candidate, rawBestFamily, allCandidates);
992
- const diversityScore = clamp01(candidate.robustness?.diversity_score === undefined
993
- ? inferredDiversity
994
- : Math.min(candidate.robustness.diversity_score, inferredDiversity));
995
- const riskPenalty = clamp01(candidate.robustness?.risk_penalty ?? 0);
996
- const evidenceConfidence = clamp01(candidate.robustness?.evidence_confidence ?? context.metric?.confidence ?? 0.5);
997
- const calibrationAdjustment = evaluatorCalibrationAdjustment(candidate.candidate_id, calibration);
998
- const robustScore = clamp01(candidate.robustness?.robust_score
999
- ?? (metricScore * 0.45 + stabilityScore * 0.3 + diversityScore * 0.15 + evidenceConfidence * 0.1 - riskPenalty + calibrationAdjustment));
1000
- return {
1001
- candidate_id: candidate.candidate_id,
1002
- ...(candidate.label ? { label: candidate.label } : {}),
1003
- strategy_family: candidate.lineage.strategy_family,
1004
- evidence_entry_id: context.entry_id,
1005
- raw_rank: index + 1,
1006
- ...(context.metric ? { raw_metric: context.metric } : {}),
1007
- robust_score: roundScore(robustScore),
1008
- calibration_adjustment: roundScore(calibrationAdjustment),
1009
- metric_score: roundScore(metricScore),
1010
- stability_score: roundScore(stabilityScore),
1011
- diversity_score: roundScore(diversityScore),
1012
- risk_penalty: roundScore(riskPenalty),
1013
- evidence_confidence: roundScore(evidenceConfidence),
1014
- reasons: candidateSelectionReasons(candidate, {
1015
- metricScore,
1016
- stabilityScore,
1017
- diversityScore,
1018
- riskPenalty,
1019
- evidenceConfidence,
1020
- calibrationAdjustment,
1021
- }),
1022
- };
1023
- });
1024
- }
1025
- function evaluatorCalibrationAdjustment(candidateId, calibration) {
1026
- const relevant = calibration.filter((item) => item.candidate_id === candidateId
1027
- && item.use_for_selection
1028
- && item.direct_optimization_allowed === false);
1029
- if (relevant.length === 0)
1030
- return 0;
1031
- const average = relevant.reduce((sum, item) => sum + item.selection_adjustment, 0) / relevant.length;
1032
- if (relevant.length < Math.max(...relevant.map((item) => item.minimum_observations)))
1033
- return 0;
1034
- return Math.min(0.08, Math.max(-0.08, average));
1035
- }
1036
- function normalizedMetricScore(metric, minMetric, maxMetric) {
1037
- if (!metric)
1038
- return 0;
1039
- if (maxMetric === minMetric)
1040
- return 0.5;
1041
- const distance = metric.direction === "maximize"
1042
- ? (metric.value - minMetric) / (maxMetric - minMetric)
1043
- : (maxMetric - metric.value) / (maxMetric - minMetric);
1044
- return clamp01(distance);
1045
- }
1046
- function inferredDiversityScore(candidate, rawBestFamily, allCandidates) {
1047
- if (!rawBestFamily)
1048
- return 0.5;
1049
- const highestSimilarity = highestKnownSimilarity(candidate, allCandidates);
1050
- const lineageBase = candidate.lineage.strategy_family !== rawBestFamily ? 0.75 : 0.45;
1051
- if (highestSimilarity > 0)
1052
- return clamp01(Math.min(lineageBase, 1 - highestSimilarity));
1053
- return lineageBase;
1054
- }
1055
- function highestKnownSimilarity(candidate, allCandidates) {
1056
- let highest = candidate.similarity.reduce((max, similarity) => Math.max(max, similarity.similarity), 0);
1057
- for (const other of allCandidates) {
1058
- if (other.candidate_id === candidate.candidate_id)
1059
- continue;
1060
- for (const similarity of other.similarity) {
1061
- if (similarity.candidate_id === candidate.candidate_id) {
1062
- highest = Math.max(highest, similarity.similarity);
1063
- }
1064
- }
1065
- }
1066
- return highest;
1067
- }
1068
- function candidateSelectionReasons(candidate, scores) {
1069
- const reasons = [];
1070
- if (scores.stabilityScore >= 0.8)
1071
- reasons.push("strong stability evidence");
1072
- if (scores.diversityScore >= 0.8)
1073
- reasons.push("diverse lineage");
1074
- if (scores.riskPenalty >= 0.15)
1075
- reasons.push("penalized for overfit-prone lineage or post-processing");
1076
- if (scores.metricScore >= 0.95)
1077
- reasons.push("top raw metric evidence");
1078
- if (scores.calibrationAdjustment > 0)
1079
- reasons.push("external feedback calibrates local validation upward");
1080
- if (scores.calibrationAdjustment < 0)
1081
- reasons.push("external feedback calibrates local validation downward");
1082
- if (candidate.robustness?.summary)
1083
- reasons.push(candidate.robustness.summary);
1084
- return reasons.length > 0 ? reasons : ["risk-adjusted candidate evidence"];
1085
- }
1086
- function selectSafeCandidate(candidates) {
1087
- return [...candidates].sort((a, b) => b.stability_score - a.stability_score
1088
- || a.risk_penalty - b.risk_penalty
1089
- || b.robust_score - a.robust_score
1090
- || a.raw_rank - b.raw_rank)[0] ?? null;
1091
- }
1092
- function selectDiverseCandidate(candidates, robustBest) {
1093
- const robustFamily = robustBest?.strategy_family;
1094
- return [...candidates]
1095
- .filter((candidate) => !robustFamily || candidate.strategy_family !== robustFamily)
1096
- .filter((candidate) => candidate.diversity_score >= 0.5)
1097
- .sort((a, b) => b.diversity_score - a.diversity_score
1098
- || b.robust_score - a.robust_score
1099
- || a.raw_rank - b.raw_rank)[0] ?? null;
1100
- }
1101
- function summarizeNearMissCandidates(entriesOldestFirst) {
1102
- const primaryMetric = resolvePrimaryCandidateMetricKey(entriesOldestFirst);
1103
- const contexts = extractCandidateEvidenceContexts(entriesOldestFirst, primaryMetric)
1104
- .filter((context) => context.candidate.disposition !== "retired");
1105
- const rawRanked = [...contexts].sort(compareCandidateEvidenceContexts);
1106
- const rawBest = rawRanked[0] ?? null;
1107
- const scoredByCandidateId = new Map(scoreCandidateSelectionContexts(rawRanked).map((candidate) => [candidate.candidate_id, candidate]));
1108
- const result = [];
1109
- for (const context of rawRanked) {
1110
- if (!rawBest || context.candidate.candidate_id === rawBest.candidate.candidate_id)
1111
- continue;
1112
- const scored = scoredByCandidateId.get(context.candidate.candidate_id);
1113
- const reasons = nearMissReasonsForCandidate(context, rawBest, scored);
1114
- if (reasons.length === 0)
1115
- continue;
1116
- const nearMiss = context.candidate.near_miss;
1117
- if (nearMiss?.status === "rejected")
1118
- continue;
1119
- result.push({
1120
- candidate_id: context.candidate.candidate_id,
1121
- ...(context.candidate.label ? { label: context.candidate.label } : {}),
1122
- strategy_family: context.candidate.lineage.strategy_family,
1123
- evidence_entry_id: context.entry_id,
1124
- occurred_at: context.occurred_at,
1125
- raw_rank: scored?.raw_rank ?? rawRanked.indexOf(context) + 1,
1126
- ...(context.metric ? { raw_metric: context.metric } : {}),
1127
- raw_best_candidate_id: rawBest.candidate.candidate_id,
1128
- ...nearMissMarginContext(context, rawBest, nearMiss),
1129
- reason_to_keep: reasons,
1130
- weak_dimensions: nearMiss?.weak_dimensions ?? context.candidate.robustness?.weak_dimensions ?? [],
1131
- complementary_candidate_ids: nearMiss?.complementary_candidate_ids ?? complementaryCandidateIds(context.candidate),
1132
- ...(nearMiss?.follow_up ? { follow_up: nearMiss.follow_up } : {}),
1133
- ...(context.candidate.disposition_reason ? { retained_reason: context.candidate.disposition_reason } : {}),
1134
- evidence_refs: nearMiss?.evidence_refs ?? context.candidate.robustness?.provenance_refs ?? [],
1135
- ...(nearMiss?.summary ?? context.candidate.robustness?.summary
1136
- ? { summary: nearMiss?.summary ?? context.candidate.robustness?.summary }
1137
- : {}),
1138
- });
1139
- }
1140
- return result.sort((a, b) => nearMissReasonRank(b.reason_to_keep) - nearMissReasonRank(a.reason_to_keep)
1141
- || (b.raw_metric?.confidence ?? 0) - (a.raw_metric?.confidence ?? 0)
1142
- || a.raw_rank - b.raw_rank).slice(0, 8);
1143
- }
1144
- function nearMissReasonsForCandidate(context, rawBest, scored) {
1145
- const explicit = context.candidate.near_miss?.reason_to_keep ?? [];
1146
- if (explicit.length > 0)
1147
- return [...explicit];
1148
- const reasons = new Set(explicit);
1149
- if (context.candidate.near_miss?.status === "retained" || context.candidate.near_miss?.status === "promoted") {
1150
- for (const reason of inferredNearMissReasons(context, rawBest, scored))
1151
- reasons.add(reason);
1152
- }
1153
- else if (context.candidate.near_miss) {
1154
- for (const reason of inferredNearMissReasons(context, rawBest, scored))
1155
- reasons.add(reason);
1156
- }
1157
- else if (isImplicitNearMiss(context, rawBest, scored)) {
1158
- for (const reason of inferredNearMissReasons(context, rawBest, scored))
1159
- reasons.add(reason);
1160
- }
1161
- return [...reasons];
1162
- }
1163
- function inferredNearMissReasons(context, rawBest, scored) {
1164
- const reasons = [];
1165
- const margin = candidateMetricMargin(context.metric, rawBest.metric);
1166
- if (margin !== null && isCloseToBestMargin(margin, rawBest.metric))
1167
- reasons.push("close_to_best");
1168
- if ((context.candidate.robustness?.stability_score ?? 0) >= 0.8)
1169
- reasons.push("stability");
1170
- if ((context.candidate.near_miss?.weak_dimensions.length ?? context.candidate.robustness?.weak_dimensions.length ?? 0) > 0) {
1171
- reasons.push("weak_dimension_improvement");
1172
- }
1173
- if (context.candidate.lineage.strategy_family !== rawBest.candidate.lineage.strategy_family
1174
- && (scored?.diversity_score ?? inferredDiversityScore(context.candidate, rawBest.candidate.lineage.strategy_family, [context.candidate, rawBest.candidate])) >= 0.5) {
1175
- reasons.push("novelty");
1176
- }
1177
- if (complementaryCandidateIds(context.candidate).length > 0 || highestKnownSimilarity(context.candidate, [context.candidate, rawBest.candidate]) <= 0.5) {
1178
- reasons.push("complementarity");
1179
- }
1180
- return reasons;
1181
- }
1182
- function isImplicitNearMiss(context, rawBest, scored) {
1183
- if (context.candidate.disposition !== "retained" && context.candidate.disposition !== "promoted")
1184
- return false;
1185
- const margin = candidateMetricMargin(context.metric, rawBest.metric);
1186
- const close = margin !== null && isCloseToBestMargin(margin, rawBest.metric);
1187
- const weakDimension = (context.candidate.robustness?.weak_dimensions.length ?? 0) > 0;
1188
- const distinctFamily = context.candidate.lineage.strategy_family !== rawBest.candidate.lineage.strategy_family
1189
- && (scored?.diversity_score ?? 0) >= 0.5;
1190
- return close || weakDimension || distinctFamily;
1191
- }
1192
- function nearMissMarginContext(context, rawBest, nearMiss) {
1193
- const margin = nearMiss?.margin_to_best ?? candidateMetricMargin(context.metric, rawBest.metric);
1194
- return margin === null || margin === undefined ? {} : { margin_to_raw_best: Math.round(margin * 1_000_000) / 1_000_000 };
1195
- }
1196
- function candidateMetricMargin(candidateMetric, bestMetric) {
1197
- if (!candidateMetric || !bestMetric || candidateMetric.direction !== bestMetric.direction)
1198
- return null;
1199
- const margin = candidateMetric.direction === "maximize"
1200
- ? bestMetric.value - candidateMetric.value
1201
- : candidateMetric.value - bestMetric.value;
1202
- return Number.isFinite(margin) ? Math.max(0, margin) : null;
1203
- }
1204
- function isCloseToBestMargin(margin, bestMetric) {
1205
- if (!bestMetric)
1206
- return false;
1207
- const tolerance = Math.max(Math.abs(bestMetric.value) * 0.005, 0.001);
1208
- return margin <= tolerance;
1209
- }
1210
- function complementaryCandidateIds(candidate) {
1211
- const explicit = candidate.near_miss?.complementary_candidate_ids ?? [];
1212
- if (explicit.length > 0)
1213
- return explicit;
1214
- return candidate.similarity
1215
- .filter((similarity) => similarity.signal === "metric_correlation" && similarity.similarity <= 0.5)
1216
- .map((similarity) => similarity.candidate_id);
1217
- }
1218
- function nearMissReasonRank(reasons) {
1219
- const weights = {
1220
- weak_dimension_improvement: 5,
1221
- novelty: 4,
1222
- complementarity: 4,
1223
- ensemble_potential: 3,
1224
- stability: 2,
1225
- close_to_best: 1,
1226
- };
1227
- return reasons.reduce((score, reason) => score + weights[reason], 0);
1228
- }
1229
- function summarizeCandidateLineages(entriesOldestFirst) {
1230
- const primaryMetric = resolvePrimaryCandidateMetricKey(entriesOldestFirst);
1231
- const byFamily = new Map();
1232
- for (const context of extractCandidateEvidenceContexts(entriesOldestFirst, primaryMetric)) {
1233
- const family = context.candidate.lineage.strategy_family;
1234
- byFamily.set(family, [...(byFamily.get(family) ?? []), context]);
1235
- }
1236
- return [...byFamily.entries()]
1237
- .map(([strategyFamily, contexts]) => {
1238
- const sorted = [...contexts].sort(compareCandidateEvidenceContexts);
1239
- const best = sorted[0];
1240
- const diversityNotes = new Set();
1241
- for (const context of contexts) {
1242
- for (const similarity of context.candidate.similarity) {
1243
- if (similarity.similarity >= 0.85) {
1244
- diversityNotes.add(`${context.candidate.candidate_id} near-duplicate of ${similarity.candidate_id}`);
1245
- }
1246
- }
1247
- }
1248
- return {
1249
- strategy_family: strategyFamily,
1250
- candidate_ids: contexts.map((context) => context.candidate.candidate_id),
1251
- retained_representative_ids: sorted
1252
- .filter((context) => context.candidate.disposition === "retained" || context.candidate.disposition === "promoted")
1253
- .map((context) => context.candidate.candidate_id)
1254
- .slice(0, 3),
1255
- promoted_ids: contexts
1256
- .filter((context) => context.candidate.disposition === "promoted")
1257
- .map((context) => context.candidate.candidate_id),
1258
- retired_ids: contexts
1259
- .filter((context) => context.candidate.disposition === "retired")
1260
- .map((context) => context.candidate.candidate_id),
1261
- ...(best ? { best_candidate_id: best.candidate.candidate_id } : {}),
1262
- ...(best?.metric
1263
- ? {
1264
- best_metric: {
1265
- label: best.metric.label,
1266
- value: best.metric.value,
1267
- direction: best.metric.direction,
1268
- },
1269
- }
1270
- : {}),
1271
- diversity_notes: [...diversityNotes].slice(0, 5),
1272
- };
1273
- })
1274
- .sort((a, b) => {
1275
- const aMetric = a.best_metric;
1276
- const bMetric = b.best_metric;
1277
- if (aMetric && bMetric && aMetric.direction === bMetric.direction) {
1278
- const delta = aMetric.direction === "maximize" ? bMetric.value - aMetric.value : aMetric.value - bMetric.value;
1279
- if (delta !== 0)
1280
- return delta;
1281
- }
1282
- if (aMetric && !bMetric)
1283
- return -1;
1284
- if (!aMetric && bMetric)
1285
- return 1;
1286
- return a.strategy_family.localeCompare(b.strategy_family);
1287
- });
1288
- }
1289
- function extractCandidateEvidenceContexts(entriesOldestFirst, primaryMetric) {
1290
- const contexts = [];
1291
- for (const entry of entriesOldestFirst) {
1292
- for (const candidate of entry.candidates ?? []) {
1293
- contexts.push({
1294
- entry_id: entry.id,
1295
- occurred_at: candidate.produced_at ?? entry.occurred_at,
1296
- candidate,
1297
- metric: candidateComparableMetric(candidate, primaryMetric),
1298
- });
1299
- }
1300
- }
1301
- return contexts;
1302
- }
1303
- function resolvePrimaryCandidateMetricKey(entriesOldestFirst) {
1304
- const candidates = entriesOldestFirst.flatMap((entry) => entry.candidates ?? []);
1305
- const byMetric = new Map();
1306
- candidates.forEach((candidate, candidateIndex) => {
1307
- const seenForCandidate = new Set();
1308
- candidate.metrics.forEach((metric, metricIndex) => {
1309
- if (typeof metric.value !== "number" || !Number.isFinite(metric.value))
1310
- return;
1311
- if (metric.direction !== "maximize" && metric.direction !== "minimize")
1312
- return;
1313
- const key = { label: metric.label, direction: metric.direction };
1314
- const mapKey = `${key.label}:${key.direction}`;
1315
- if (seenForCandidate.has(mapKey))
1316
- return;
1317
- seenForCandidate.add(mapKey);
1318
- const existing = byMetric.get(mapKey);
1319
- if (!existing) {
1320
- byMetric.set(mapKey, {
1321
- key,
1322
- candidate_count: 1,
1323
- position_sum: metricIndex,
1324
- latest_index: candidateIndex,
1325
- });
1326
- return;
1327
- }
1328
- existing.candidate_count += 1;
1329
- existing.position_sum += metricIndex;
1330
- existing.latest_index = candidateIndex;
1331
- });
1332
- });
1333
- return [...byMetric.values()].sort((a, b) => {
1334
- const coverageDelta = b.candidate_count - a.candidate_count;
1335
- if (coverageDelta !== 0)
1336
- return coverageDelta;
1337
- const positionDelta = a.position_sum / a.candidate_count - b.position_sum / b.candidate_count;
1338
- if (positionDelta !== 0)
1339
- return positionDelta;
1340
- return b.latest_index - a.latest_index;
1341
- })[0]?.key ?? null;
1342
- }
1343
- function candidateComparableMetric(candidate, primaryMetric) {
1344
- for (const metric of candidate.metrics) {
1345
- if (primaryMetric && (metric.label !== primaryMetric.label || metric.direction !== primaryMetric.direction))
1346
- continue;
1347
- if (typeof metric.value !== "number" || !Number.isFinite(metric.value))
1348
- continue;
1349
- if (metric.direction !== "maximize" && metric.direction !== "minimize")
1350
- continue;
1351
- return {
1352
- label: metric.label,
1353
- value: metric.value,
1354
- direction: metric.direction,
1355
- confidence: metric.confidence ?? 1,
1356
- };
1357
- }
1358
- return null;
1359
- }
1360
- function compareCandidateEvidenceContexts(a, b) {
1361
- const metricDelta = compareCandidateMetrics(a.metric, b.metric);
1362
- if (metricDelta !== 0)
1363
- return metricDelta;
1364
- const dispositionDelta = dispositionRank(b.candidate.disposition) - dispositionRank(a.candidate.disposition);
1365
- if (dispositionDelta !== 0)
1366
- return dispositionDelta;
1367
- const confidenceDelta = (b.metric?.confidence ?? 0) - (a.metric?.confidence ?? 0);
1368
- if (confidenceDelta !== 0)
1369
- return confidenceDelta;
1370
- return b.occurred_at.localeCompare(a.occurred_at);
1371
- }
1372
- function compareCandidateMetrics(a, b) {
1373
- if (a && b && a.direction === b.direction) {
1374
- const valueDelta = a.direction === "maximize" ? b.value - a.value : a.value - b.value;
1375
- if (valueDelta !== 0)
1376
- return valueDelta;
1377
- }
1378
- if (a && !b)
1379
- return -1;
1380
- if (!a && b)
1381
- return 1;
1382
- return 0;
1383
- }
1384
- function dispositionRank(disposition) {
1385
- if (disposition === "promoted")
1386
- return 2;
1387
- if (disposition === "retained")
1388
- return 1;
1389
- return 0;
1390
- }
1391
- function mostSimilarSelectedCandidate(candidate, selected) {
1392
- let best;
1393
- for (const selectedCandidate of selected) {
1394
- const similarity = similarityBetweenCandidates(candidate.candidate, selectedCandidate.candidate);
1395
- if (!similarity)
1396
- continue;
1397
- if (!best || similarity.similarity > best.similarity)
1398
- best = similarity;
1399
- }
1400
- return best;
1401
- }
1402
- function similarityBetweenCandidates(candidate, selected) {
1403
- const direct = candidate.similarity.find((similarity) => similarity.candidate_id === selected.candidate_id);
1404
- const inverse = selected.similarity.find((similarity) => similarity.candidate_id === candidate.candidate_id);
1405
- if (direct && inverse)
1406
- return direct.similarity >= inverse.similarity ? direct : inverse;
1407
- if (direct)
1408
- return direct;
1409
- if (inverse) {
1410
- return {
1411
- ...inverse,
1412
- candidate_id: selected.candidate_id,
1413
- };
1414
- }
1415
- if (candidate.lineage.strategy_family === selected.lineage.strategy_family
1416
- && candidateLineageFingerprint(candidate) === candidateLineageFingerprint(selected)) {
1417
- return {
1418
- candidate_id: selected.candidate_id,
1419
- similarity: 0.9,
1420
- signal: "lineage",
1421
- summary: "candidate shares strategy family and lineage fingerprint",
1422
- };
1423
- }
1424
- return undefined;
1425
- }
1426
- function candidateLineageFingerprint(candidate) {
1427
- const lineage = candidate.lineage;
1428
- return [
1429
- lineage.strategy_family,
1430
- ...lineage.feature_lineage,
1431
- ...lineage.model_lineage,
1432
- ...lineage.config_lineage,
1433
- ...lineage.postprocess_lineage,
1434
- ].map(normalizeLineageText).filter(Boolean).join("|");
1435
- }
1436
- function toPortfolioSlot(context) {
1437
- const candidate = context.candidate;
1438
- return {
1439
- candidate_id: candidate.candidate_id,
1440
- ...(candidate.label ? { label: candidate.label } : {}),
1441
- strategy_family: candidate.lineage.strategy_family,
1442
- role: context.role,
1443
- evidence_entry_id: context.entry_id,
1444
- occurred_at: context.occurred_at,
1445
- ...(context.metric ? { metric: context.metric } : {}),
1446
- ...(candidate.lineage.parent_candidate_id ? { parent_candidate_id: candidate.lineage.parent_candidate_id } : {}),
1447
- ...(candidate.lineage.source_candidate_id ? { source_candidate_id: candidate.lineage.source_candidate_id } : {}),
1448
- ...(candidate.lineage.source_strategy_id ? { source_strategy_id: candidate.lineage.source_strategy_id } : {}),
1449
- disposition: candidate.disposition,
1450
- ...(candidate.disposition_reason ? { retained_reason: candidate.disposition_reason } : {}),
1451
- ...(context.similarity_to_selected ? { similarity_to_selected: context.similarity_to_selected } : {}),
1452
- };
1453
- }
1454
- function summarizeFailedLineages(entriesOldestFirst) {
1455
- const lineages = new Map();
1456
- for (const entry of entriesOldestFirst) {
1457
- if (!isFailedEvidenceEntry(entry))
1458
- continue;
1459
- const fingerprintInput = failedLineageFingerprintInput(entry);
1460
- const normalizedIdentityParts = [
1461
- normalizeLineageText(fingerprintInput.strategy_family),
1462
- normalizeLineageText(fingerprintInput.hypothesis),
1463
- normalizeLineageText(fingerprintInput.primary_dimension),
1464
- normalizeLineageText(fingerprintInput.task_action),
1465
- ].filter(Boolean);
1466
- const normalizedFallbackParts = [normalizeLineageText(fingerprintInput.failure_reason)].filter(Boolean);
1467
- const fingerprintParts = normalizedIdentityParts.length > 0 ? normalizedIdentityParts : normalizedFallbackParts;
1468
- if (fingerprintParts.length === 0)
1469
- continue;
1470
- const fingerprint = fingerprintParts.join("|");
1471
- const summary = entry.summary
1472
- ?? entry.result?.summary
1473
- ?? entry.verification?.summary
1474
- ?? entry.result?.error
1475
- ?? `${entry.kind} failed`;
1476
- const existing = lineages.get(fingerprint);
1477
- if (!existing) {
1478
- lineages.set(fingerprint, {
1479
- fingerprint,
1480
- count: 1,
1481
- first_seen_at: entry.occurred_at,
1482
- last_seen_at: entry.occurred_at,
1483
- ...(fingerprintInput.strategy_family ? { strategy_family: fingerprintInput.strategy_family } : {}),
1484
- ...(fingerprintInput.hypothesis ? { hypothesis: fingerprintInput.hypothesis } : {}),
1485
- ...(fingerprintInput.primary_dimension ? { primary_dimension: fingerprintInput.primary_dimension } : {}),
1486
- ...(fingerprintInput.task_action ? { task_action: fingerprintInput.task_action } : {}),
1487
- ...(fingerprintInput.failure_reason ? { failure_reason: fingerprintInput.failure_reason } : {}),
1488
- representative_entry_id: entry.id,
1489
- representative_summary: summary,
1490
- evidence_entry_ids: [entry.id],
1491
- });
1492
- continue;
1493
- }
1494
- existing.count += 1;
1495
- existing.last_seen_at = entry.occurred_at;
1496
- existing.representative_entry_id = entry.id;
1497
- existing.representative_summary = summary;
1498
- existing.evidence_entry_ids = [...existing.evidence_entry_ids, entry.id].slice(-5);
1499
- }
1500
- return [...lineages.values()]
1501
- .sort((a, b) => b.count - a.count || b.last_seen_at.localeCompare(a.last_seen_at))
1502
- .slice(0, 10);
1503
- }
1504
- function isFailedEvidenceEntry(entry) {
1505
- return entry.outcome === "failed"
1506
- || entry.outcome === "regressed"
1507
- || entry.kind === "failure"
1508
- || entry.result?.status === "failed"
1509
- || entry.verification?.verdict === "fail";
1510
- }
1511
- function failedLineageFingerprintInput(entry) {
1512
- const strategyFamily = entry.strategy ?? entry.task?.action;
1513
- return {
1514
- ...(strategyFamily ? { strategy_family: strategyFamily } : {}),
1515
- ...(entry.hypothesis ? { hypothesis: entry.hypothesis } : {}),
1516
- ...(entry.task?.primary_dimension ? { primary_dimension: entry.task.primary_dimension } : {}),
1517
- ...(entry.task?.action ? { task_action: entry.task.action } : {}),
1518
- ...(entry.result?.error || entry.result?.summary || entry.verification?.summary
1519
- ? { failure_reason: entry.result?.error ?? entry.result?.summary ?? entry.verification?.summary }
1520
- : {}),
1521
- };
1522
- }
1523
- function normalizeLineageText(value) {
1524
- return value?.normalize("NFKC").toLocaleLowerCase().replace(/[^\p{Letter}\p{Number}]+/gu, " ").trim() ?? "";
1525
- }
1526
- function clamp01(value) {
1527
- if (!Number.isFinite(value))
1528
- return 0;
1529
- return Math.min(1, Math.max(0, value));
1530
- }
1531
- function roundScore(value) {
1532
- return Math.round(value * 1_000_000) / 1_000_000;
1533
- }
1534
- function chooseBestEvidence(entriesNewestFirst) {
1535
- const metricBest = chooseBestMetricEvidence(entriesNewestFirst);
1536
- if (metricBest)
1537
- return metricBest;
1538
- return chooseBestFallbackEvidence(entriesNewestFirst);
1539
- }
1540
- function chooseBestFallbackEvidence(entriesNewestFirst) {
1541
- return entriesNewestFirst.find((entry) => entry.outcome === "improved")
1542
- ?? entriesNewestFirst.find((entry) => entry.verification?.verdict === "pass")
1543
- ?? entriesNewestFirst.find((entry) => entry.metrics.length > 0)
1544
- ?? entriesNewestFirst.find((entry) => entry.kind === "artifact")
1545
- ?? null;
1546
- }
1547
- function chooseBestMetricEvidence(entriesNewestFirst) {
1548
- const primaryMetric = resolvePrimaryMetricKey(entriesNewestFirst);
1549
- if (!primaryMetric)
1550
- return null;
1551
- const oldestFirst = [...entriesNewestFirst].reverse();
1552
- const baseline = findComparableMetric(oldestFirst, primaryMetric)?.value;
1553
- const candidates = entriesNewestFirst
1554
- .map((entry) => {
1555
- const metric = findComparableMetric([entry], primaryMetric);
1556
- if (!metric)
1557
- return null;
1558
- return {
1559
- entry,
1560
- metric: metric.metric,
1561
- value: metric.value,
1562
- direction: metric.direction,
1563
- primary_metric: primaryMetric,
1564
- improvement_strength: baseline === undefined
1565
- ? 0
1566
- : metric.direction === "maximize"
1567
- ? metric.value - baseline
1568
- : baseline - metric.value,
1569
- confidence: metric.metric.confidence ?? entry.verification?.confidence ?? 1,
1570
- has_pass_verification: entry.verification?.verdict === "pass",
1571
- has_artifact: entry.artifacts.length > 0 || entry.kind === "artifact",
1572
- };
1573
- })
1574
- .filter((candidate) => Boolean(candidate));
1575
- if (candidates.length === 0)
1576
- return null;
1577
- return candidates.sort(compareComparableEvidenceMetrics)[0]?.entry ?? null;
1578
- }
1579
- function resolvePrimaryMetricKey(entriesNewestFirst) {
1580
- const oldestFirst = [...entriesNewestFirst].reverse();
1581
- const byMetric = new Map();
1582
- oldestFirst.forEach((entry, entryIndex) => {
1583
- const seenForEntry = new Set();
1584
- entry.metrics.forEach((metric, metricIndex) => {
1585
- const comparable = toComparableMetric(metric);
1586
- if (!comparable)
1587
- return;
1588
- const key = { label: metric.label, direction: comparable.direction };
1589
- const mapKey = `${key.label}:${key.direction}`;
1590
- if (seenForEntry.has(mapKey))
1591
- return;
1592
- seenForEntry.add(mapKey);
1593
- const existing = byMetric.get(mapKey);
1594
- const explicitPrimary = entry.task?.primary_dimension === metric.label ? 1 : 0;
1595
- if (!existing) {
1596
- byMetric.set(mapKey, {
1597
- key,
1598
- entry_count: 1,
1599
- explicit_primary_count: explicitPrimary,
1600
- position_sum: metricIndex,
1601
- latest_index: entryIndex,
1602
- });
1603
- return;
1604
- }
1605
- existing.entry_count += 1;
1606
- existing.explicit_primary_count += explicitPrimary;
1607
- existing.position_sum += metricIndex;
1608
- existing.latest_index = entryIndex;
1609
- });
1610
- });
1611
- // Primary evidence metric inference is intentionally structural: exact
1612
- // task.primary_dimension matches win, then broadest repeated metric coverage,
1613
- // then stable first-position metric ordering, then recency as the final tie.
1614
- return [...byMetric.values()].sort((a, b) => {
1615
- const explicitDelta = b.explicit_primary_count - a.explicit_primary_count;
1616
- if (explicitDelta !== 0)
1617
- return explicitDelta;
1618
- const coverageDelta = b.entry_count - a.entry_count;
1619
- if (coverageDelta !== 0)
1620
- return coverageDelta;
1621
- const positionDelta = a.position_sum / a.entry_count - b.position_sum / b.entry_count;
1622
- if (positionDelta !== 0)
1623
- return positionDelta;
1624
- return b.latest_index - a.latest_index;
1625
- })[0]?.key ?? null;
1626
- }
1627
- function findComparableMetric(entries, key) {
1628
- for (const entry of entries) {
1629
- for (const metric of entry.metrics) {
1630
- if (metric.label !== key.label || metric.direction !== key.direction)
1631
- continue;
1632
- const comparable = toComparableMetric(metric);
1633
- if (comparable)
1634
- return comparable;
1635
- }
1636
- }
1637
- return null;
1638
- }
1639
- function toComparableMetric(metric) {
1640
- if (typeof metric.value !== "number" || !Number.isFinite(metric.value))
1641
- return null;
1642
- if (metric.direction !== "maximize" && metric.direction !== "minimize")
1643
- return null;
1644
- return {
1645
- metric,
1646
- value: metric.value,
1647
- direction: metric.direction,
1648
- };
1649
- }
1650
- function compareComparableEvidenceMetrics(a, b) {
1651
- const direction = a.direction;
1652
- const valueDelta = direction === "maximize" ? b.value - a.value : a.value - b.value;
1653
- if (valueDelta !== 0)
1654
- return valueDelta;
1655
- const passDelta = Number(b.has_pass_verification) - Number(a.has_pass_verification);
1656
- if (passDelta !== 0)
1657
- return passDelta;
1658
- const artifactDelta = Number(b.has_artifact) - Number(a.has_artifact);
1659
- if (artifactDelta !== 0)
1660
- return artifactDelta;
1661
- const confidenceDelta = b.confidence - a.confidence;
1662
- if (confidenceDelta !== 0)
1663
- return confidenceDelta;
1664
- const improvementDelta = b.improvement_strength - a.improvement_strength;
1665
- if (improvementDelta !== 0)
1666
- return improvementDelta;
1667
- return b.entry.occurred_at.localeCompare(a.entry.occurred_at);
1668
- }
1669
- //# sourceMappingURL=evidence-ledger.js.map