pulseed 0.6.6 → 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 (5412) hide show
  1. package/LICENSE +9 -17
  2. package/README.md +15 -141
  3. package/dist/index.d.ts +12 -179
  4. package/dist/index.js +14 -131
  5. package/dist/interface/cli/cli-runner.js +22 -208
  6. package/package.json +35 -54
  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 -612
  39. package/dist/adapters/datasources/artifact-metric-datasource.js.map +0 -1
  40. package/dist/adapters/datasources/artifact-metric-discovery.d.ts +0 -44
  41. package/dist/adapters/datasources/artifact-metric-discovery.d.ts.map +0 -1
  42. package/dist/adapters/datasources/artifact-metric-discovery.js +0 -256
  43. package/dist/adapters/datasources/artifact-metric-discovery.js.map +0 -1
  44. package/dist/adapters/datasources/file-existence-datasource.d.ts +0 -16
  45. package/dist/adapters/datasources/file-existence-datasource.d.ts.map +0 -1
  46. package/dist/adapters/datasources/file-existence-datasource.js +0 -71
  47. package/dist/adapters/datasources/file-existence-datasource.js.map +0 -1
  48. package/dist/adapters/datasources/github-issue-datasource.d.ts +0 -58
  49. package/dist/adapters/datasources/github-issue-datasource.d.ts.map +0 -1
  50. package/dist/adapters/datasources/github-issue-datasource.js +0 -309
  51. package/dist/adapters/datasources/github-issue-datasource.js.map +0 -1
  52. package/dist/adapters/datasources/mcp-datasource.d.ts +0 -20
  53. package/dist/adapters/datasources/mcp-datasource.d.ts.map +0 -1
  54. package/dist/adapters/datasources/mcp-datasource.js +0 -114
  55. package/dist/adapters/datasources/mcp-datasource.js.map +0 -1
  56. package/dist/adapters/datasources/shell-datasource.d.ts +0 -36
  57. package/dist/adapters/datasources/shell-datasource.d.ts.map +0 -1
  58. package/dist/adapters/datasources/shell-datasource.js +0 -145
  59. package/dist/adapters/datasources/shell-datasource.js.map +0 -1
  60. package/dist/adapters/github-issue.d.ts +0 -93
  61. package/dist/adapters/github-issue.d.ts.map +0 -1
  62. package/dist/adapters/github-issue.js +0 -492
  63. package/dist/adapters/github-issue.js.map +0 -1
  64. package/dist/adapters/mcp-client-manager.d.ts +0 -23
  65. package/dist/adapters/mcp-client-manager.d.ts.map +0 -1
  66. package/dist/adapters/mcp-client-manager.js +0 -136
  67. package/dist/adapters/mcp-client-manager.js.map +0 -1
  68. package/dist/adapters/spawn-helper.d.ts +0 -34
  69. package/dist/adapters/spawn-helper.d.ts.map +0 -1
  70. package/dist/adapters/spawn-helper.js +0 -109
  71. package/dist/adapters/spawn-helper.js.map +0 -1
  72. package/dist/adapters/types/a2a.d.ts +0 -721
  73. package/dist/adapters/types/a2a.d.ts.map +0 -1
  74. package/dist/adapters/types/a2a.js +0 -114
  75. package/dist/adapters/types/a2a.js.map +0 -1
  76. package/dist/adapters/types/agent-profile.d.ts +0 -32
  77. package/dist/adapters/types/agent-profile.d.ts.map +0 -1
  78. package/dist/adapters/types/agent-profile.js +0 -16
  79. package/dist/adapters/types/agent-profile.js.map +0 -1
  80. package/dist/adapters/types/mcp.d.ts +0 -170
  81. package/dist/adapters/types/mcp.d.ts.map +0 -1
  82. package/dist/adapters/types/mcp.js +0 -30
  83. package/dist/adapters/types/mcp.js.map +0 -1
  84. package/dist/base/config/config-metadata.d.ts +0 -2
  85. package/dist/base/config/config-metadata.d.ts.map +0 -1
  86. package/dist/base/config/config-metadata.js +0 -4
  87. package/dist/base/config/config-metadata.js.map +0 -1
  88. package/dist/base/config/global-config.d.ts +0 -125
  89. package/dist/base/config/global-config.d.ts.map +0 -1
  90. package/dist/base/config/global-config.js +0 -132
  91. package/dist/base/config/global-config.js.map +0 -1
  92. package/dist/base/config/identity-loader.d.ts +0 -30
  93. package/dist/base/config/identity-loader.d.ts.map +0 -1
  94. package/dist/base/config/identity-loader.js +0 -125
  95. package/dist/base/config/identity-loader.js.map +0 -1
  96. package/dist/base/config/tool-metadata.d.ts +0 -28
  97. package/dist/base/config/tool-metadata.d.ts.map +0 -1
  98. package/dist/base/config/tool-metadata.js +0 -135
  99. package/dist/base/config/tool-metadata.js.map +0 -1
  100. package/dist/base/llm/anthropic-runtime.d.ts +0 -3
  101. package/dist/base/llm/anthropic-runtime.d.ts.map +0 -1
  102. package/dist/base/llm/anthropic-runtime.js +0 -4
  103. package/dist/base/llm/anthropic-runtime.js.map +0 -1
  104. package/dist/base/llm/base-llm-client.d.ts +0 -83
  105. package/dist/base/llm/base-llm-client.d.ts.map +0 -1
  106. package/dist/base/llm/base-llm-client.js +0 -222
  107. package/dist/base/llm/base-llm-client.js.map +0 -1
  108. package/dist/base/llm/codex-llm-client.d.ts +0 -71
  109. package/dist/base/llm/codex-llm-client.d.ts.map +0 -1
  110. package/dist/base/llm/codex-llm-client.js +0 -709
  111. package/dist/base/llm/codex-llm-client.js.map +0 -1
  112. package/dist/base/llm/json-sanitizer.d.ts +0 -34
  113. package/dist/base/llm/json-sanitizer.d.ts.map +0 -1
  114. package/dist/base/llm/json-sanitizer.js +0 -110
  115. package/dist/base/llm/json-sanitizer.js.map +0 -1
  116. package/dist/base/llm/llm-client.d.ts +0 -130
  117. package/dist/base/llm/llm-client.d.ts.map +0 -1
  118. package/dist/base/llm/llm-client.js +0 -314
  119. package/dist/base/llm/llm-client.js.map +0 -1
  120. package/dist/base/llm/ollama-client.d.ts +0 -28
  121. package/dist/base/llm/ollama-client.d.ts.map +0 -1
  122. package/dist/base/llm/ollama-client.js +0 -129
  123. package/dist/base/llm/ollama-client.js.map +0 -1
  124. package/dist/base/llm/openai-client.d.ts +0 -44
  125. package/dist/base/llm/openai-client.d.ts.map +0 -1
  126. package/dist/base/llm/openai-client.js +0 -479
  127. package/dist/base/llm/openai-client.js.map +0 -1
  128. package/dist/base/llm/provider-config-models.d.ts +0 -13
  129. package/dist/base/llm/provider-config-models.d.ts.map +0 -1
  130. package/dist/base/llm/provider-config-models.js +0 -37
  131. package/dist/base/llm/provider-config-models.js.map +0 -1
  132. package/dist/base/llm/provider-config-resolution.d.ts +0 -18
  133. package/dist/base/llm/provider-config-resolution.d.ts.map +0 -1
  134. package/dist/base/llm/provider-config-resolution.js +0 -116
  135. package/dist/base/llm/provider-config-resolution.js.map +0 -1
  136. package/dist/base/llm/provider-config-types.d.ts +0 -103
  137. package/dist/base/llm/provider-config-types.d.ts.map +0 -1
  138. package/dist/base/llm/provider-config-types.js +0 -2
  139. package/dist/base/llm/provider-config-types.js.map +0 -1
  140. package/dist/base/llm/provider-config.d.ts +0 -46
  141. package/dist/base/llm/provider-config.d.ts.map +0 -1
  142. package/dist/base/llm/provider-config.js +0 -415
  143. package/dist/base/llm/provider-config.js.map +0 -1
  144. package/dist/base/llm/provider-factory.d.ts +0 -34
  145. package/dist/base/llm/provider-factory.d.ts.map +0 -1
  146. package/dist/base/llm/provider-factory.js +0 -171
  147. package/dist/base/llm/provider-factory.js.map +0 -1
  148. package/dist/base/protocol/exact-protocol.d.ts +0 -47
  149. package/dist/base/protocol/exact-protocol.d.ts.map +0 -1
  150. package/dist/base/protocol/exact-protocol.js +0 -175
  151. package/dist/base/protocol/exact-protocol.js.map +0 -1
  152. package/dist/base/state/checkpoint-trust-port.d.ts +0 -4
  153. package/dist/base/state/checkpoint-trust-port.d.ts.map +0 -1
  154. package/dist/base/state/checkpoint-trust-port.js +0 -2
  155. package/dist/base/state/checkpoint-trust-port.js.map +0 -1
  156. package/dist/base/state/legacy-archived-goal-recovery.d.ts +0 -8
  157. package/dist/base/state/legacy-archived-goal-recovery.d.ts.map +0 -1
  158. package/dist/base/state/legacy-archived-goal-recovery.js +0 -29
  159. package/dist/base/state/legacy-archived-goal-recovery.js.map +0 -1
  160. package/dist/base/state/legacy-state-manager-wal-recovery.d.ts +0 -13
  161. package/dist/base/state/legacy-state-manager-wal-recovery.d.ts.map +0 -1
  162. package/dist/base/state/legacy-state-manager-wal-recovery.js +0 -102
  163. package/dist/base/state/legacy-state-manager-wal-recovery.js.map +0 -1
  164. package/dist/base/state/legacy-state-wal.d.ts +0 -33
  165. package/dist/base/state/legacy-state-wal.d.ts.map +0 -1
  166. package/dist/base/state/legacy-state-wal.js +0 -141
  167. package/dist/base/state/legacy-state-wal.js.map +0 -1
  168. package/dist/base/state/state-manager.d.ts +0 -176
  169. package/dist/base/state/state-manager.d.ts.map +0 -1
  170. package/dist/base/state/state-manager.js +0 -801
  171. package/dist/base/state/state-manager.js.map +0 -1
  172. package/dist/base/state/state-persistence.d.ts +0 -12
  173. package/dist/base/state/state-persistence.d.ts.map +0 -1
  174. package/dist/base/state/state-persistence.js +0 -58
  175. package/dist/base/state/state-persistence.js.map +0 -1
  176. package/dist/base/state/state-snapshot.d.ts +0 -12
  177. package/dist/base/state/state-snapshot.d.ts.map +0 -1
  178. package/dist/base/state/state-snapshot.js +0 -74
  179. package/dist/base/state/state-snapshot.js.map +0 -1
  180. package/dist/base/state/state-write-fence.d.ts +0 -7
  181. package/dist/base/state/state-write-fence.d.ts.map +0 -1
  182. package/dist/base/state/state-write-fence.js +0 -2
  183. package/dist/base/state/state-write-fence.js.map +0 -1
  184. package/dist/base/state/types/state.d.ts +0 -245
  185. package/dist/base/state/types/state.d.ts.map +0 -1
  186. package/dist/base/state/types/state.js +0 -36
  187. package/dist/base/state/types/state.js.map +0 -1
  188. package/dist/base/types/a2a.d.ts +0 -2
  189. package/dist/base/types/a2a.d.ts.map +0 -1
  190. package/dist/base/types/a2a.js +0 -3
  191. package/dist/base/types/a2a.js.map +0 -1
  192. package/dist/base/types/agent-profile.d.ts +0 -2
  193. package/dist/base/types/agent-profile.d.ts.map +0 -1
  194. package/dist/base/types/agent-profile.js +0 -3
  195. package/dist/base/types/agent-profile.js.map +0 -1
  196. package/dist/base/types/capability.d.ts +0 -2
  197. package/dist/base/types/capability.d.ts.map +0 -1
  198. package/dist/base/types/capability.js +0 -3
  199. package/dist/base/types/capability.js.map +0 -1
  200. package/dist/base/types/character.d.ts +0 -2
  201. package/dist/base/types/character.d.ts.map +0 -1
  202. package/dist/base/types/character.js +0 -3
  203. package/dist/base/types/character.js.map +0 -1
  204. package/dist/base/types/checkpoint.d.ts +0 -2
  205. package/dist/base/types/checkpoint.d.ts.map +0 -1
  206. package/dist/base/types/checkpoint.js +0 -3
  207. package/dist/base/types/checkpoint.js.map +0 -1
  208. package/dist/base/types/companion.d.ts +0 -2
  209. package/dist/base/types/companion.d.ts.map +0 -1
  210. package/dist/base/types/companion.js +0 -2
  211. package/dist/base/types/companion.js.map +0 -1
  212. package/dist/base/types/core.d.ts +0 -175
  213. package/dist/base/types/core.d.ts.map +0 -1
  214. package/dist/base/types/core.js +0 -161
  215. package/dist/base/types/core.js.map +0 -1
  216. package/dist/base/types/cross-portfolio.d.ts +0 -2
  217. package/dist/base/types/cross-portfolio.d.ts.map +0 -1
  218. package/dist/base/types/cross-portfolio.js +0 -3
  219. package/dist/base/types/cross-portfolio.js.map +0 -1
  220. package/dist/base/types/curiosity.d.ts +0 -2
  221. package/dist/base/types/curiosity.d.ts.map +0 -1
  222. package/dist/base/types/curiosity.js +0 -3
  223. package/dist/base/types/curiosity.js.map +0 -1
  224. package/dist/base/types/daemon.d.ts +0 -2
  225. package/dist/base/types/daemon.d.ts.map +0 -1
  226. package/dist/base/types/daemon.js +0 -3
  227. package/dist/base/types/daemon.js.map +0 -1
  228. package/dist/base/types/data-source.d.ts +0 -2
  229. package/dist/base/types/data-source.d.ts.map +0 -1
  230. package/dist/base/types/data-source.js +0 -3
  231. package/dist/base/types/data-source.js.map +0 -1
  232. package/dist/base/types/dependency.d.ts +0 -2
  233. package/dist/base/types/dependency.d.ts.map +0 -1
  234. package/dist/base/types/dependency.js +0 -3
  235. package/dist/base/types/dependency.js.map +0 -1
  236. package/dist/base/types/drive.d.ts +0 -2
  237. package/dist/base/types/drive.d.ts.map +0 -1
  238. package/dist/base/types/drive.js +0 -3
  239. package/dist/base/types/drive.js.map +0 -1
  240. package/dist/base/types/embedding.d.ts +0 -2
  241. package/dist/base/types/embedding.d.ts.map +0 -1
  242. package/dist/base/types/embedding.js +0 -3
  243. package/dist/base/types/embedding.js.map +0 -1
  244. package/dist/base/types/ethics.d.ts +0 -2
  245. package/dist/base/types/ethics.d.ts.map +0 -1
  246. package/dist/base/types/ethics.js +0 -3
  247. package/dist/base/types/ethics.js.map +0 -1
  248. package/dist/base/types/gap.d.ts +0 -2
  249. package/dist/base/types/gap.d.ts.map +0 -1
  250. package/dist/base/types/gap.js +0 -3
  251. package/dist/base/types/gap.js.map +0 -1
  252. package/dist/base/types/goal-activation.d.ts +0 -37
  253. package/dist/base/types/goal-activation.d.ts.map +0 -1
  254. package/dist/base/types/goal-activation.js +0 -13
  255. package/dist/base/types/goal-activation.js.map +0 -1
  256. package/dist/base/types/goal-refiner.d.ts +0 -2
  257. package/dist/base/types/goal-refiner.d.ts.map +0 -1
  258. package/dist/base/types/goal-refiner.js +0 -3
  259. package/dist/base/types/goal-refiner.js.map +0 -1
  260. package/dist/base/types/goal-tree.d.ts +0 -2
  261. package/dist/base/types/goal-tree.d.ts.map +0 -1
  262. package/dist/base/types/goal-tree.js +0 -3
  263. package/dist/base/types/goal-tree.js.map +0 -1
  264. package/dist/base/types/goal.d.ts +0 -2
  265. package/dist/base/types/goal.d.ts.map +0 -1
  266. package/dist/base/types/goal.js +0 -3
  267. package/dist/base/types/goal.js.map +0 -1
  268. package/dist/base/types/guardrail.d.ts +0 -2
  269. package/dist/base/types/guardrail.d.ts.map +0 -1
  270. package/dist/base/types/guardrail.js +0 -3
  271. package/dist/base/types/guardrail.js.map +0 -1
  272. package/dist/base/types/hook.d.ts +0 -2
  273. package/dist/base/types/hook.d.ts.map +0 -1
  274. package/dist/base/types/hook.js +0 -3
  275. package/dist/base/types/hook.js.map +0 -1
  276. package/dist/base/types/index.d.ts +0 -34
  277. package/dist/base/types/index.d.ts.map +0 -1
  278. package/dist/base/types/index.js +0 -34
  279. package/dist/base/types/index.js.map +0 -1
  280. package/dist/base/types/knowledge.d.ts +0 -2
  281. package/dist/base/types/knowledge.d.ts.map +0 -1
  282. package/dist/base/types/knowledge.js +0 -3
  283. package/dist/base/types/knowledge.js.map +0 -1
  284. package/dist/base/types/learning.d.ts +0 -2
  285. package/dist/base/types/learning.d.ts.map +0 -1
  286. package/dist/base/types/learning.js +0 -3
  287. package/dist/base/types/learning.js.map +0 -1
  288. package/dist/base/types/mcp.d.ts +0 -2
  289. package/dist/base/types/mcp.d.ts.map +0 -1
  290. package/dist/base/types/mcp.js +0 -3
  291. package/dist/base/types/mcp.js.map +0 -1
  292. package/dist/base/types/memory-lifecycle.d.ts +0 -2
  293. package/dist/base/types/memory-lifecycle.d.ts.map +0 -1
  294. package/dist/base/types/memory-lifecycle.js +0 -3
  295. package/dist/base/types/memory-lifecycle.js.map +0 -1
  296. package/dist/base/types/negotiation.d.ts +0 -2
  297. package/dist/base/types/negotiation.d.ts.map +0 -1
  298. package/dist/base/types/negotiation.js +0 -3
  299. package/dist/base/types/negotiation.js.map +0 -1
  300. package/dist/base/types/notification.d.ts +0 -2
  301. package/dist/base/types/notification.d.ts.map +0 -1
  302. package/dist/base/types/notification.js +0 -3
  303. package/dist/base/types/notification.js.map +0 -1
  304. package/dist/base/types/pipeline.d.ts +0 -2
  305. package/dist/base/types/pipeline.d.ts.map +0 -1
  306. package/dist/base/types/pipeline.js +0 -3
  307. package/dist/base/types/pipeline.js.map +0 -1
  308. package/dist/base/types/plugin.d.ts +0 -2
  309. package/dist/base/types/plugin.d.ts.map +0 -1
  310. package/dist/base/types/plugin.js +0 -3
  311. package/dist/base/types/plugin.js.map +0 -1
  312. package/dist/base/types/portfolio.d.ts +0 -2
  313. package/dist/base/types/portfolio.d.ts.map +0 -1
  314. package/dist/base/types/portfolio.js +0 -3
  315. package/dist/base/types/portfolio.js.map +0 -1
  316. package/dist/base/types/reflection.d.ts +0 -2
  317. package/dist/base/types/reflection.d.ts.map +0 -1
  318. package/dist/base/types/reflection.js +0 -3
  319. package/dist/base/types/reflection.js.map +0 -1
  320. package/dist/base/types/report.d.ts +0 -2
  321. package/dist/base/types/report.d.ts.map +0 -1
  322. package/dist/base/types/report.js +0 -3
  323. package/dist/base/types/report.js.map +0 -1
  324. package/dist/base/types/satisficing.d.ts +0 -2
  325. package/dist/base/types/satisficing.d.ts.map +0 -1
  326. package/dist/base/types/satisficing.js +0 -3
  327. package/dist/base/types/satisficing.js.map +0 -1
  328. package/dist/base/types/schedule.d.ts +0 -2
  329. package/dist/base/types/schedule.d.ts.map +0 -1
  330. package/dist/base/types/schedule.js +0 -3
  331. package/dist/base/types/schedule.js.map +0 -1
  332. package/dist/base/types/session.d.ts +0 -2
  333. package/dist/base/types/session.d.ts.map +0 -1
  334. package/dist/base/types/session.js +0 -3
  335. package/dist/base/types/session.js.map +0 -1
  336. package/dist/base/types/stall.d.ts +0 -2
  337. package/dist/base/types/stall.d.ts.map +0 -1
  338. package/dist/base/types/stall.js +0 -3
  339. package/dist/base/types/stall.js.map +0 -1
  340. package/dist/base/types/state.d.ts +0 -2
  341. package/dist/base/types/state.d.ts.map +0 -1
  342. package/dist/base/types/state.js +0 -3
  343. package/dist/base/types/state.js.map +0 -1
  344. package/dist/base/types/strategy.d.ts +0 -2
  345. package/dist/base/types/strategy.d.ts.map +0 -1
  346. package/dist/base/types/strategy.js +0 -3
  347. package/dist/base/types/strategy.js.map +0 -1
  348. package/dist/base/types/suggest.d.ts +0 -2
  349. package/dist/base/types/suggest.d.ts.map +0 -1
  350. package/dist/base/types/suggest.js +0 -3
  351. package/dist/base/types/suggest.js.map +0 -1
  352. package/dist/base/types/task-group.d.ts +0 -2
  353. package/dist/base/types/task-group.d.ts.map +0 -1
  354. package/dist/base/types/task-group.js +0 -3
  355. package/dist/base/types/task-group.js.map +0 -1
  356. package/dist/base/types/task.d.ts +0 -2
  357. package/dist/base/types/task.d.ts.map +0 -1
  358. package/dist/base/types/task.js +0 -3
  359. package/dist/base/types/task.js.map +0 -1
  360. package/dist/base/types/time-horizon.d.ts +0 -195
  361. package/dist/base/types/time-horizon.d.ts.map +0 -1
  362. package/dist/base/types/time-horizon.js +0 -60
  363. package/dist/base/types/time-horizon.js.map +0 -1
  364. package/dist/base/types/trigger.d.ts +0 -2
  365. package/dist/base/types/trigger.d.ts.map +0 -1
  366. package/dist/base/types/trigger.js +0 -3
  367. package/dist/base/types/trigger.js.map +0 -1
  368. package/dist/base/types/trust.d.ts +0 -2
  369. package/dist/base/types/trust.d.ts.map +0 -1
  370. package/dist/base/types/trust.js +0 -3
  371. package/dist/base/types/trust.js.map +0 -1
  372. package/dist/base/utils/abort-reason.d.ts +0 -11
  373. package/dist/base/utils/abort-reason.d.ts.map +0 -1
  374. package/dist/base/utils/abort-reason.js +0 -17
  375. package/dist/base/utils/abort-reason.js.map +0 -1
  376. package/dist/base/utils/errors.d.ts +0 -21
  377. package/dist/base/utils/errors.d.ts.map +0 -1
  378. package/dist/base/utils/errors.js +0 -42
  379. package/dist/base/utils/errors.js.map +0 -1
  380. package/dist/base/utils/event-spool.d.ts +0 -26
  381. package/dist/base/utils/event-spool.d.ts.map +0 -1
  382. package/dist/base/utils/event-spool.js +0 -149
  383. package/dist/base/utils/event-spool.js.map +0 -1
  384. package/dist/base/utils/execFileNoThrow.d.ts +0 -24
  385. package/dist/base/utils/execFileNoThrow.d.ts.map +0 -1
  386. package/dist/base/utils/execFileNoThrow.js +0 -130
  387. package/dist/base/utils/execFileNoThrow.js.map +0 -1
  388. package/dist/base/utils/json-io.d.ts +0 -57
  389. package/dist/base/utils/json-io.d.ts.map +0 -1
  390. package/dist/base/utils/json-io.js +0 -226
  391. package/dist/base/utils/json-io.js.map +0 -1
  392. package/dist/base/utils/package-metadata.d.ts +0 -10
  393. package/dist/base/utils/package-metadata.d.ts.map +0 -1
  394. package/dist/base/utils/package-metadata.js +0 -40
  395. package/dist/base/utils/package-metadata.js.map +0 -1
  396. package/dist/base/utils/paths.d.ts +0 -26
  397. package/dist/base/utils/paths.d.ts.map +0 -1
  398. package/dist/base/utils/paths.js +0 -66
  399. package/dist/base/utils/paths.js.map +0 -1
  400. package/dist/base/utils/process-pid.d.ts +0 -15
  401. package/dist/base/utils/process-pid.d.ts.map +0 -1
  402. package/dist/base/utils/process-pid.js +0 -45
  403. package/dist/base/utils/process-pid.js.map +0 -1
  404. package/dist/base/utils/pulseed-meta.d.ts +0 -4
  405. package/dist/base/utils/pulseed-meta.d.ts.map +0 -1
  406. package/dist/base/utils/pulseed-meta.js +0 -32
  407. package/dist/base/utils/pulseed-meta.js.map +0 -1
  408. package/dist/base/utils/sleep.d.ts +0 -2
  409. package/dist/base/utils/sleep.d.ts.map +0 -1
  410. package/dist/base/utils/sleep.js +0 -4
  411. package/dist/base/utils/sleep.js.map +0 -1
  412. package/dist/base/utils/usage-counter.d.ts +0 -14
  413. package/dist/base/utils/usage-counter.d.ts.map +0 -1
  414. package/dist/base/utils/usage-counter.js +0 -50
  415. package/dist/base/utils/usage-counter.js.map +0 -1
  416. package/dist/base/utils/workspace-path.d.ts +0 -6
  417. package/dist/base/utils/workspace-path.d.ts.map +0 -1
  418. package/dist/base/utils/workspace-path.js +0 -24
  419. package/dist/base/utils/workspace-path.js.map +0 -1
  420. package/dist/base/utils/workspace-root.d.ts +0 -6
  421. package/dist/base/utils/workspace-root.d.ts.map +0 -1
  422. package/dist/base/utils/workspace-root.js +0 -87
  423. package/dist/base/utils/workspace-root.js.map +0 -1
  424. package/dist/grounding/contracts.d.ts +0 -175
  425. package/dist/grounding/contracts.d.ts.map +0 -1
  426. package/dist/grounding/contracts.js +0 -2
  427. package/dist/grounding/contracts.js.map +0 -1
  428. package/dist/grounding/gateway.d.ts +0 -12
  429. package/dist/grounding/gateway.d.ts.map +0 -1
  430. package/dist/grounding/gateway.js +0 -117
  431. package/dist/grounding/gateway.js.map +0 -1
  432. package/dist/grounding/profile-surface.d.ts +0 -30
  433. package/dist/grounding/profile-surface.d.ts.map +0 -1
  434. package/dist/grounding/profile-surface.js +0 -257
  435. package/dist/grounding/profile-surface.js.map +0 -1
  436. package/dist/grounding/profiles.d.ts +0 -4
  437. package/dist/grounding/profiles.d.ts.map +0 -1
  438. package/dist/grounding/profiles.js +0 -159
  439. package/dist/grounding/profiles.js.map +0 -1
  440. package/dist/grounding/providers/agents-provider.d.ts +0 -14
  441. package/dist/grounding/providers/agents-provider.d.ts.map +0 -1
  442. package/dist/grounding/providers/agents-provider.js +0 -129
  443. package/dist/grounding/providers/agents-provider.js.map +0 -1
  444. package/dist/grounding/providers/goal-state-provider.d.ts +0 -3
  445. package/dist/grounding/providers/goal-state-provider.d.ts.map +0 -1
  446. package/dist/grounding/providers/goal-state-provider.js +0 -34
  447. package/dist/grounding/providers/goal-state-provider.js.map +0 -1
  448. package/dist/grounding/providers/helpers.d.ts +0 -18
  449. package/dist/grounding/providers/helpers.d.ts.map +0 -1
  450. package/dist/grounding/providers/helpers.js +0 -101
  451. package/dist/grounding/providers/helpers.js.map +0 -1
  452. package/dist/grounding/providers/knowledge-provider.d.ts +0 -3
  453. package/dist/grounding/providers/knowledge-provider.d.ts.map +0 -1
  454. package/dist/grounding/providers/knowledge-provider.js +0 -88
  455. package/dist/grounding/providers/knowledge-provider.js.map +0 -1
  456. package/dist/grounding/providers/lessons-provider.d.ts +0 -3
  457. package/dist/grounding/providers/lessons-provider.d.ts.map +0 -1
  458. package/dist/grounding/providers/lessons-provider.js +0 -36
  459. package/dist/grounding/providers/lessons-provider.js.map +0 -1
  460. package/dist/grounding/providers/plugins-provider.d.ts +0 -3
  461. package/dist/grounding/providers/plugins-provider.d.ts.map +0 -1
  462. package/dist/grounding/providers/plugins-provider.js +0 -35
  463. package/dist/grounding/providers/plugins-provider.js.map +0 -1
  464. package/dist/grounding/providers/progress-history-provider.d.ts +0 -3
  465. package/dist/grounding/providers/progress-history-provider.d.ts.map +0 -1
  466. package/dist/grounding/providers/progress-history-provider.js +0 -30
  467. package/dist/grounding/providers/progress-history-provider.js.map +0 -1
  468. package/dist/grounding/providers/provider-state-provider.d.ts +0 -3
  469. package/dist/grounding/providers/provider-state-provider.d.ts.map +0 -1
  470. package/dist/grounding/providers/provider-state-provider.js +0 -32
  471. package/dist/grounding/providers/provider-state-provider.js.map +0 -1
  472. package/dist/grounding/providers/session-history-provider.d.ts +0 -3
  473. package/dist/grounding/providers/session-history-provider.d.ts.map +0 -1
  474. package/dist/grounding/providers/session-history-provider.js +0 -62
  475. package/dist/grounding/providers/session-history-provider.js.map +0 -1
  476. package/dist/grounding/providers/soil-provider.d.ts +0 -3
  477. package/dist/grounding/providers/soil-provider.d.ts.map +0 -1
  478. package/dist/grounding/providers/soil-provider.js +0 -150
  479. package/dist/grounding/providers/soil-provider.js.map +0 -1
  480. package/dist/grounding/providers/static-policy-provider.d.ts +0 -10
  481. package/dist/grounding/providers/static-policy-provider.d.ts.map +0 -1
  482. package/dist/grounding/providers/static-policy-provider.js +0 -86
  483. package/dist/grounding/providers/static-policy-provider.js.map +0 -1
  484. package/dist/grounding/providers/task-state-provider.d.ts +0 -3
  485. package/dist/grounding/providers/task-state-provider.d.ts.map +0 -1
  486. package/dist/grounding/providers/task-state-provider.js +0 -35
  487. package/dist/grounding/providers/task-state-provider.js.map +0 -1
  488. package/dist/grounding/providers/trust-state-provider.d.ts +0 -3
  489. package/dist/grounding/providers/trust-state-provider.d.ts.map +0 -1
  490. package/dist/grounding/providers/trust-state-provider.js +0 -26
  491. package/dist/grounding/providers/trust-state-provider.js.map +0 -1
  492. package/dist/grounding/providers/workspace-facts-provider.d.ts +0 -3
  493. package/dist/grounding/providers/workspace-facts-provider.d.ts.map +0 -1
  494. package/dist/grounding/providers/workspace-facts-provider.js +0 -22
  495. package/dist/grounding/providers/workspace-facts-provider.js.map +0 -1
  496. package/dist/grounding/renderers/debug-renderer.d.ts +0 -3
  497. package/dist/grounding/renderers/debug-renderer.d.ts.map +0 -1
  498. package/dist/grounding/renderers/debug-renderer.js +0 -11
  499. package/dist/grounding/renderers/debug-renderer.js.map +0 -1
  500. package/dist/grounding/renderers/prompt-renderer.d.ts +0 -10
  501. package/dist/grounding/renderers/prompt-renderer.d.ts.map +0 -1
  502. package/dist/grounding/renderers/prompt-renderer.js +0 -23
  503. package/dist/grounding/renderers/prompt-renderer.js.map +0 -1
  504. package/dist/grounding/surface-contract-source-helpers.d.ts +0 -37
  505. package/dist/grounding/surface-contract-source-helpers.d.ts.map +0 -1
  506. package/dist/grounding/surface-contract-source-helpers.js +0 -58
  507. package/dist/grounding/surface-contract-source-helpers.js.map +0 -1
  508. package/dist/grounding/surface-contracts.d.ts +0 -19531
  509. package/dist/grounding/surface-contracts.d.ts.map +0 -1
  510. package/dist/grounding/surface-contracts.js +0 -1352
  511. package/dist/grounding/surface-contracts.js.map +0 -1
  512. package/dist/index.d.ts.map +0 -1
  513. package/dist/index.js.map +0 -1
  514. package/dist/interface/chat/chat-agentloop-state-migration.d.ts +0 -14
  515. package/dist/interface/chat/chat-agentloop-state-migration.d.ts.map +0 -1
  516. package/dist/interface/chat/chat-agentloop-state-migration.js +0 -252
  517. package/dist/interface/chat/chat-agentloop-state-migration.js.map +0 -1
  518. package/dist/interface/chat/chat-command-args.d.ts +0 -47
  519. package/dist/interface/chat/chat-command-args.d.ts.map +0 -1
  520. package/dist/interface/chat/chat-command-args.js +0 -134
  521. package/dist/interface/chat/chat-command-args.js.map +0 -1
  522. package/dist/interface/chat/chat-event-state.d.ts +0 -25
  523. package/dist/interface/chat/chat-event-state.d.ts.map +0 -1
  524. package/dist/interface/chat/chat-event-state.js +0 -346
  525. package/dist/interface/chat/chat-event-state.js.map +0 -1
  526. package/dist/interface/chat/chat-events.d.ts +0 -117
  527. package/dist/interface/chat/chat-events.d.ts.map +0 -1
  528. package/dist/interface/chat/chat-events.js +0 -2
  529. package/dist/interface/chat/chat-events.js.map +0 -1
  530. package/dist/interface/chat/chat-history.d.ts +0 -89
  531. package/dist/interface/chat/chat-history.d.ts.map +0 -1
  532. package/dist/interface/chat/chat-history.js +0 -795
  533. package/dist/interface/chat/chat-history.js.map +0 -1
  534. package/dist/interface/chat/chat-runner-command-helpers.d.ts +0 -47
  535. package/dist/interface/chat/chat-runner-command-helpers.d.ts.map +0 -1
  536. package/dist/interface/chat/chat-runner-command-helpers.js +0 -165
  537. package/dist/interface/chat/chat-runner-command-helpers.js.map +0 -1
  538. package/dist/interface/chat/chat-runner-commands.d.ts +0 -49
  539. package/dist/interface/chat/chat-runner-commands.d.ts.map +0 -1
  540. package/dist/interface/chat/chat-runner-commands.js +0 -974
  541. package/dist/interface/chat/chat-runner-commands.js.map +0 -1
  542. package/dist/interface/chat/chat-runner-contracts.d.ts +0 -188
  543. package/dist/interface/chat/chat-runner-contracts.d.ts.map +0 -1
  544. package/dist/interface/chat/chat-runner-contracts.js +0 -2
  545. package/dist/interface/chat/chat-runner-contracts.js.map +0 -1
  546. package/dist/interface/chat/chat-runner-event-bridge.d.ts +0 -95
  547. package/dist/interface/chat/chat-runner-event-bridge.d.ts.map +0 -1
  548. package/dist/interface/chat/chat-runner-event-bridge.js +0 -871
  549. package/dist/interface/chat/chat-runner-event-bridge.js.map +0 -1
  550. package/dist/interface/chat/chat-runner-guardrail-status.d.ts +0 -12
  551. package/dist/interface/chat/chat-runner-guardrail-status.d.ts.map +0 -1
  552. package/dist/interface/chat/chat-runner-guardrail-status.js +0 -173
  553. package/dist/interface/chat/chat-runner-guardrail-status.js.map +0 -1
  554. package/dist/interface/chat/chat-runner-routes.d.ts +0 -75
  555. package/dist/interface/chat/chat-runner-routes.d.ts.map +0 -1
  556. package/dist/interface/chat/chat-runner-routes.js +0 -1396
  557. package/dist/interface/chat/chat-runner-routes.js.map +0 -1
  558. package/dist/interface/chat/chat-runner-runtime.d.ts +0 -42
  559. package/dist/interface/chat/chat-runner-runtime.d.ts.map +0 -1
  560. package/dist/interface/chat/chat-runner-runtime.js +0 -274
  561. package/dist/interface/chat/chat-runner-runtime.js.map +0 -1
  562. package/dist/interface/chat/chat-runner-setup-format.d.ts +0 -11
  563. package/dist/interface/chat/chat-runner-setup-format.d.ts.map +0 -1
  564. package/dist/interface/chat/chat-runner-setup-format.js +0 -28
  565. package/dist/interface/chat/chat-runner-setup-format.js.map +0 -1
  566. package/dist/interface/chat/chat-runner-state.d.ts +0 -16
  567. package/dist/interface/chat/chat-runner-state.d.ts.map +0 -1
  568. package/dist/interface/chat/chat-runner-state.js +0 -51
  569. package/dist/interface/chat/chat-runner-state.js.map +0 -1
  570. package/dist/interface/chat/chat-runner-support.d.ts +0 -39
  571. package/dist/interface/chat/chat-runner-support.d.ts.map +0 -1
  572. package/dist/interface/chat/chat-runner-support.js +0 -170
  573. package/dist/interface/chat/chat-runner-support.js.map +0 -1
  574. package/dist/interface/chat/chat-runner.d.ts +0 -95
  575. package/dist/interface/chat/chat-runner.d.ts.map +0 -1
  576. package/dist/interface/chat/chat-runner.js +0 -1261
  577. package/dist/interface/chat/chat-runner.js.map +0 -1
  578. package/dist/interface/chat/chat-session-contracts.d.ts +0 -8872
  579. package/dist/interface/chat/chat-session-contracts.d.ts.map +0 -1
  580. package/dist/interface/chat/chat-session-contracts.js +0 -143
  581. package/dist/interface/chat/chat-session-contracts.js.map +0 -1
  582. package/dist/interface/chat/chat-session-data-store.d.ts +0 -26
  583. package/dist/interface/chat/chat-session-data-store.d.ts.map +0 -1
  584. package/dist/interface/chat/chat-session-data-store.js +0 -227
  585. package/dist/interface/chat/chat-session-data-store.js.map +0 -1
  586. package/dist/interface/chat/chat-session-store.d.ts +0 -114
  587. package/dist/interface/chat/chat-session-store.d.ts.map +0 -1
  588. package/dist/interface/chat/chat-session-store.js +0 -344
  589. package/dist/interface/chat/chat-session-store.js.map +0 -1
  590. package/dist/interface/chat/chat-state-base-dir.d.ts +0 -3
  591. package/dist/interface/chat/chat-state-base-dir.d.ts.map +0 -1
  592. package/dist/interface/chat/chat-state-base-dir.js +0 -17
  593. package/dist/interface/chat/chat-state-base-dir.js.map +0 -1
  594. package/dist/interface/chat/chat-state-service.d.ts +0 -32
  595. package/dist/interface/chat/chat-state-service.d.ts.map +0 -1
  596. package/dist/interface/chat/chat-state-service.js +0 -81
  597. package/dist/interface/chat/chat-state-service.js.map +0 -1
  598. package/dist/interface/chat/chat-usage-contracts.d.ts +0 -102
  599. package/dist/interface/chat/chat-usage-contracts.d.ts.map +0 -1
  600. package/dist/interface/chat/chat-usage-contracts.js +0 -17
  601. package/dist/interface/chat/chat-usage-contracts.js.map +0 -1
  602. package/dist/interface/chat/chat-usage.d.ts +0 -12
  603. package/dist/interface/chat/chat-usage.d.ts.map +0 -1
  604. package/dist/interface/chat/chat-usage.js +0 -38
  605. package/dist/interface/chat/chat-usage.js.map +0 -1
  606. package/dist/interface/chat/chat-verifier.d.ts +0 -16
  607. package/dist/interface/chat/chat-verifier.d.ts.map +0 -1
  608. package/dist/interface/chat/chat-verifier.js +0 -41
  609. package/dist/interface/chat/chat-verifier.js.map +0 -1
  610. package/dist/interface/chat/cross-platform-session-global.d.ts +0 -6
  611. package/dist/interface/chat/cross-platform-session-global.d.ts.map +0 -1
  612. package/dist/interface/chat/cross-platform-session-global.js +0 -11
  613. package/dist/interface/chat/cross-platform-session-global.js.map +0 -1
  614. package/dist/interface/chat/cross-platform-session-normalization.d.ts +0 -50
  615. package/dist/interface/chat/cross-platform-session-normalization.d.ts.map +0 -1
  616. package/dist/interface/chat/cross-platform-session-normalization.js +0 -134
  617. package/dist/interface/chat/cross-platform-session-normalization.js.map +0 -1
  618. package/dist/interface/chat/cross-platform-session-types.d.ts +0 -105
  619. package/dist/interface/chat/cross-platform-session-types.d.ts.map +0 -1
  620. package/dist/interface/chat/cross-platform-session-types.js +0 -2
  621. package/dist/interface/chat/cross-platform-session-types.js.map +0 -1
  622. package/dist/interface/chat/cross-platform-session.d.ts +0 -59
  623. package/dist/interface/chat/cross-platform-session.d.ts.map +0 -1
  624. package/dist/interface/chat/cross-platform-session.js +0 -1246
  625. package/dist/interface/chat/cross-platform-session.js.map +0 -1
  626. package/dist/interface/chat/escalation.d.ts +0 -30
  627. package/dist/interface/chat/escalation.d.ts.map +0 -1
  628. package/dist/interface/chat/escalation.js +0 -53
  629. package/dist/interface/chat/escalation.js.map +0 -1
  630. package/dist/interface/chat/event-subscriber.d.ts +0 -50
  631. package/dist/interface/chat/event-subscriber.d.ts.map +0 -1
  632. package/dist/interface/chat/event-subscriber.js +0 -426
  633. package/dist/interface/chat/event-subscriber.js.map +0 -1
  634. package/dist/interface/chat/failure-recovery.d.ts +0 -53
  635. package/dist/interface/chat/failure-recovery.d.ts.map +0 -1
  636. package/dist/interface/chat/failure-recovery.js +0 -304
  637. package/dist/interface/chat/failure-recovery.js.map +0 -1
  638. package/dist/interface/chat/feedback-ingestion.d.ts +0 -17
  639. package/dist/interface/chat/feedback-ingestion.d.ts.map +0 -1
  640. package/dist/interface/chat/feedback-ingestion.js +0 -140
  641. package/dist/interface/chat/feedback-ingestion.js.map +0 -1
  642. package/dist/interface/chat/gateway-progress.d.ts +0 -17
  643. package/dist/interface/chat/gateway-progress.d.ts.map +0 -1
  644. package/dist/interface/chat/gateway-progress.js +0 -2
  645. package/dist/interface/chat/gateway-progress.js.map +0 -1
  646. package/dist/interface/chat/gateway-setup-status.d.ts +0 -33
  647. package/dist/interface/chat/gateway-setup-status.d.ts.map +0 -1
  648. package/dist/interface/chat/gateway-setup-status.js +0 -44
  649. package/dist/interface/chat/gateway-setup-status.js.map +0 -1
  650. package/dist/interface/chat/grounding.d.ts +0 -31
  651. package/dist/interface/chat/grounding.d.ts.map +0 -1
  652. package/dist/interface/chat/grounding.js +0 -107
  653. package/dist/interface/chat/grounding.js.map +0 -1
  654. package/dist/interface/chat/ingress-router.d.ts +0 -79
  655. package/dist/interface/chat/ingress-router.d.ts.map +0 -1
  656. package/dist/interface/chat/ingress-router.js +0 -260
  657. package/dist/interface/chat/ingress-router.js.map +0 -1
  658. package/dist/interface/chat/ingress-types.d.ts +0 -52
  659. package/dist/interface/chat/ingress-types.d.ts.map +0 -1
  660. package/dist/interface/chat/ingress-types.js +0 -2
  661. package/dist/interface/chat/ingress-types.js.map +0 -1
  662. package/dist/interface/chat/model-request-builder.d.ts +0 -37
  663. package/dist/interface/chat/model-request-builder.d.ts.map +0 -1
  664. package/dist/interface/chat/model-request-builder.js +0 -76
  665. package/dist/interface/chat/model-request-builder.js.map +0 -1
  666. package/dist/interface/chat/mutation-tool-defs.d.ts +0 -36
  667. package/dist/interface/chat/mutation-tool-defs.d.ts.map +0 -1
  668. package/dist/interface/chat/mutation-tool-defs.js +0 -149
  669. package/dist/interface/chat/mutation-tool-defs.js.map +0 -1
  670. package/dist/interface/chat/operation-progress.d.ts +0 -19
  671. package/dist/interface/chat/operation-progress.d.ts.map +0 -1
  672. package/dist/interface/chat/operation-progress.js +0 -30
  673. package/dist/interface/chat/operation-progress.js.map +0 -1
  674. package/dist/interface/chat/recovery-resume.d.ts +0 -33
  675. package/dist/interface/chat/recovery-resume.d.ts.map +0 -1
  676. package/dist/interface/chat/recovery-resume.js +0 -92
  677. package/dist/interface/chat/recovery-resume.js.map +0 -1
  678. package/dist/interface/chat/resume-choice.d.ts +0 -2
  679. package/dist/interface/chat/resume-choice.d.ts.map +0 -1
  680. package/dist/interface/chat/resume-choice.js +0 -10
  681. package/dist/interface/chat/resume-choice.js.map +0 -1
  682. package/dist/interface/chat/runtime-evidence-gate.d.ts +0 -17
  683. package/dist/interface/chat/runtime-evidence-gate.d.ts.map +0 -1
  684. package/dist/interface/chat/runtime-evidence-gate.js +0 -171
  685. package/dist/interface/chat/runtime-evidence-gate.js.map +0 -1
  686. package/dist/interface/chat/seedy-presence-text.d.ts +0 -7
  687. package/dist/interface/chat/seedy-presence-text.d.ts.map +0 -1
  688. package/dist/interface/chat/seedy-presence-text.js +0 -78
  689. package/dist/interface/chat/seedy-presence-text.js.map +0 -1
  690. package/dist/interface/chat/seedy-presence-view-model.d.ts +0 -15
  691. package/dist/interface/chat/seedy-presence-view-model.d.ts.map +0 -1
  692. package/dist/interface/chat/seedy-presence-view-model.js +0 -90
  693. package/dist/interface/chat/seedy-presence-view-model.js.map +0 -1
  694. package/dist/interface/chat/seedy-turn-presence.d.ts +0 -103
  695. package/dist/interface/chat/seedy-turn-presence.d.ts.map +0 -1
  696. package/dist/interface/chat/seedy-turn-presence.js +0 -195
  697. package/dist/interface/chat/seedy-turn-presence.js.map +0 -1
  698. package/dist/interface/chat/setup-config-write.d.ts +0 -27
  699. package/dist/interface/chat/setup-config-write.d.ts.map +0 -1
  700. package/dist/interface/chat/setup-config-write.js +0 -79
  701. package/dist/interface/chat/setup-config-write.js.map +0 -1
  702. package/dist/interface/chat/setup-dialogue.d.ts +0 -199
  703. package/dist/interface/chat/setup-dialogue.d.ts.map +0 -1
  704. package/dist/interface/chat/setup-dialogue.js +0 -97
  705. package/dist/interface/chat/setup-dialogue.js.map +0 -1
  706. package/dist/interface/chat/setup-secret-intake.d.ts +0 -68
  707. package/dist/interface/chat/setup-secret-intake.d.ts.map +0 -1
  708. package/dist/interface/chat/setup-secret-intake.js +0 -84
  709. package/dist/interface/chat/setup-secret-intake.js.map +0 -1
  710. package/dist/interface/chat/telegram-setup-guidance.d.ts +0 -55
  711. package/dist/interface/chat/telegram-setup-guidance.d.ts.map +0 -1
  712. package/dist/interface/chat/telegram-setup-guidance.js +0 -105
  713. package/dist/interface/chat/telegram-setup-guidance.js.map +0 -1
  714. package/dist/interface/chat/tend-command.d.ts +0 -60
  715. package/dist/interface/chat/tend-command.d.ts.map +0 -1
  716. package/dist/interface/chat/tend-command.js +0 -314
  717. package/dist/interface/chat/tend-command.js.map +0 -1
  718. package/dist/interface/chat/turn-context.d.ts +0 -202
  719. package/dist/interface/chat/turn-context.d.ts.map +0 -1
  720. package/dist/interface/chat/turn-context.js +0 -251
  721. package/dist/interface/chat/turn-context.js.map +0 -1
  722. package/dist/interface/chat/turn-language.d.ts +0 -22
  723. package/dist/interface/chat/turn-language.d.ts.map +0 -1
  724. package/dist/interface/chat/turn-language.js +0 -43
  725. package/dist/interface/chat/turn-language.js.map +0 -1
  726. package/dist/interface/chat/turn-protocol.d.ts +0 -34
  727. package/dist/interface/chat/turn-protocol.d.ts.map +0 -1
  728. package/dist/interface/chat/turn-protocol.js +0 -27
  729. package/dist/interface/chat/turn-protocol.js.map +0 -1
  730. package/dist/interface/chat/turn-state.d.ts +0 -22
  731. package/dist/interface/chat/turn-state.d.ts.map +0 -1
  732. package/dist/interface/chat/turn-state.js +0 -2
  733. package/dist/interface/chat/turn-state.js.map +0 -1
  734. package/dist/interface/chat/user-input.d.ts +0 -55
  735. package/dist/interface/chat/user-input.d.ts.map +0 -1
  736. package/dist/interface/chat/user-input.js +0 -52
  737. package/dist/interface/chat/user-input.js.map +0 -1
  738. package/dist/interface/cli/cli-command-registry.d.ts +0 -16
  739. package/dist/interface/cli/cli-command-registry.d.ts.map +0 -1
  740. package/dist/interface/cli/cli-command-registry.js +0 -487
  741. package/dist/interface/cli/cli-command-registry.js.map +0 -1
  742. package/dist/interface/cli/cli-logger.d.ts +0 -3
  743. package/dist/interface/cli/cli-logger.d.ts.map +0 -1
  744. package/dist/interface/cli/cli-logger.js +0 -12
  745. package/dist/interface/cli/cli-logger.js.map +0 -1
  746. package/dist/interface/cli/cli-runner.d.ts +0 -32
  747. package/dist/interface/cli/cli-runner.d.ts.map +0 -1
  748. package/dist/interface/cli/cli-runner.js.map +0 -1
  749. package/dist/interface/cli/commands/approval.d.ts +0 -3
  750. package/dist/interface/cli/commands/approval.d.ts.map +0 -1
  751. package/dist/interface/cli/commands/approval.js +0 -81
  752. package/dist/interface/cli/commands/approval.js.map +0 -1
  753. package/dist/interface/cli/commands/config.d.ts +0 -14
  754. package/dist/interface/cli/commands/config.d.ts.map +0 -1
  755. package/dist/interface/cli/commands/config.js +0 -614
  756. package/dist/interface/cli/commands/config.js.map +0 -1
  757. package/dist/interface/cli/commands/daemon-shared.d.ts +0 -41
  758. package/dist/interface/cli/commands/daemon-shared.d.ts.map +0 -1
  759. package/dist/interface/cli/commands/daemon-shared.js +0 -168
  760. package/dist/interface/cli/commands/daemon-shared.js.map +0 -1
  761. package/dist/interface/cli/commands/daemon-status-health.d.ts +0 -16
  762. package/dist/interface/cli/commands/daemon-status-health.d.ts.map +0 -1
  763. package/dist/interface/cli/commands/daemon-status-health.js +0 -134
  764. package/dist/interface/cli/commands/daemon-status-health.js.map +0 -1
  765. package/dist/interface/cli/commands/daemon.d.ts +0 -14
  766. package/dist/interface/cli/commands/daemon.d.ts.map +0 -1
  767. package/dist/interface/cli/commands/daemon.js +0 -822
  768. package/dist/interface/cli/commands/daemon.js.map +0 -1
  769. package/dist/interface/cli/commands/display-format.d.ts +0 -8
  770. package/dist/interface/cli/commands/display-format.d.ts.map +0 -1
  771. package/dist/interface/cli/commands/display-format.js +0 -79
  772. package/dist/interface/cli/commands/display-format.js.map +0 -1
  773. package/dist/interface/cli/commands/doctor.d.ts +0 -25
  774. package/dist/interface/cli/commands/doctor.d.ts.map +0 -1
  775. package/dist/interface/cli/commands/doctor.js +0 -726
  776. package/dist/interface/cli/commands/doctor.js.map +0 -1
  777. package/dist/interface/cli/commands/exact-number.d.ts +0 -2
  778. package/dist/interface/cli/commands/exact-number.d.ts.map +0 -1
  779. package/dist/interface/cli/commands/exact-number.js +0 -9
  780. package/dist/interface/cli/commands/exact-number.js.map +0 -1
  781. package/dist/interface/cli/commands/gateway.d.ts +0 -3
  782. package/dist/interface/cli/commands/gateway.d.ts.map +0 -1
  783. package/dist/interface/cli/commands/gateway.js +0 -149
  784. package/dist/interface/cli/commands/gateway.js.map +0 -1
  785. package/dist/interface/cli/commands/goal-dispatch.d.ts +0 -13
  786. package/dist/interface/cli/commands/goal-dispatch.d.ts.map +0 -1
  787. package/dist/interface/cli/commands/goal-dispatch.js +0 -227
  788. package/dist/interface/cli/commands/goal-dispatch.js.map +0 -1
  789. package/dist/interface/cli/commands/goal-infer.d.ts +0 -9
  790. package/dist/interface/cli/commands/goal-infer.d.ts.map +0 -1
  791. package/dist/interface/cli/commands/goal-infer.js +0 -71
  792. package/dist/interface/cli/commands/goal-infer.js.map +0 -1
  793. package/dist/interface/cli/commands/goal-raw.d.ts +0 -10
  794. package/dist/interface/cli/commands/goal-raw.d.ts.map +0 -1
  795. package/dist/interface/cli/commands/goal-raw.js +0 -138
  796. package/dist/interface/cli/commands/goal-raw.js.map +0 -1
  797. package/dist/interface/cli/commands/goal-read.d.ts +0 -15
  798. package/dist/interface/cli/commands/goal-read.d.ts.map +0 -1
  799. package/dist/interface/cli/commands/goal-read.js +0 -332
  800. package/dist/interface/cli/commands/goal-read.js.map +0 -1
  801. package/dist/interface/cli/commands/goal-utils.d.ts +0 -63
  802. package/dist/interface/cli/commands/goal-utils.d.ts.map +0 -1
  803. package/dist/interface/cli/commands/goal-utils.js +0 -316
  804. package/dist/interface/cli/commands/goal-utils.js.map +0 -1
  805. package/dist/interface/cli/commands/goal-write.d.ts +0 -15
  806. package/dist/interface/cli/commands/goal-write.d.ts.map +0 -1
  807. package/dist/interface/cli/commands/goal-write.js +0 -361
  808. package/dist/interface/cli/commands/goal-write.js.map +0 -1
  809. package/dist/interface/cli/commands/goal.d.ts +0 -3
  810. package/dist/interface/cli/commands/goal.d.ts.map +0 -1
  811. package/dist/interface/cli/commands/goal.js +0 -6
  812. package/dist/interface/cli/commands/goal.js.map +0 -1
  813. package/dist/interface/cli/commands/install.d.ts +0 -18
  814. package/dist/interface/cli/commands/install.d.ts.map +0 -1
  815. package/dist/interface/cli/commands/install.js +0 -171
  816. package/dist/interface/cli/commands/install.js.map +0 -1
  817. package/dist/interface/cli/commands/knowledge.d.ts +0 -5
  818. package/dist/interface/cli/commands/knowledge.d.ts.map +0 -1
  819. package/dist/interface/cli/commands/knowledge.js +0 -127
  820. package/dist/interface/cli/commands/knowledge.js.map +0 -1
  821. package/dist/interface/cli/commands/logs.d.ts +0 -3
  822. package/dist/interface/cli/commands/logs.d.ts.map +0 -1
  823. package/dist/interface/cli/commands/logs.js +0 -220
  824. package/dist/interface/cli/commands/logs.js.map +0 -1
  825. package/dist/interface/cli/commands/memory.d.ts +0 -3
  826. package/dist/interface/cli/commands/memory.d.ts.map +0 -1
  827. package/dist/interface/cli/commands/memory.js +0 -78
  828. package/dist/interface/cli/commands/memory.js.map +0 -1
  829. package/dist/interface/cli/commands/notify.d.ts +0 -2
  830. package/dist/interface/cli/commands/notify.d.ts.map +0 -1
  831. package/dist/interface/cli/commands/notify.js +0 -339
  832. package/dist/interface/cli/commands/notify.js.map +0 -1
  833. package/dist/interface/cli/commands/operator-binding-status.d.ts +0 -61
  834. package/dist/interface/cli/commands/operator-binding-status.d.ts.map +0 -1
  835. package/dist/interface/cli/commands/operator-binding-status.js +0 -434
  836. package/dist/interface/cli/commands/operator-binding-status.js.map +0 -1
  837. package/dist/interface/cli/commands/playbook.d.ts +0 -3
  838. package/dist/interface/cli/commands/playbook.d.ts.map +0 -1
  839. package/dist/interface/cli/commands/playbook.js +0 -96
  840. package/dist/interface/cli/commands/playbook.js.map +0 -1
  841. package/dist/interface/cli/commands/plugin.d.ts +0 -9
  842. package/dist/interface/cli/commands/plugin.d.ts.map +0 -1
  843. package/dist/interface/cli/commands/plugin.js +0 -444
  844. package/dist/interface/cli/commands/plugin.js.map +0 -1
  845. package/dist/interface/cli/commands/presets/root-presets.d.ts +0 -19
  846. package/dist/interface/cli/commands/presets/root-presets.d.ts.map +0 -1
  847. package/dist/interface/cli/commands/presets/root-presets.js +0 -65
  848. package/dist/interface/cli/commands/presets/root-presets.js.map +0 -1
  849. package/dist/interface/cli/commands/profile.d.ts +0 -3
  850. package/dist/interface/cli/commands/profile.d.ts.map +0 -1
  851. package/dist/interface/cli/commands/profile.js +0 -460
  852. package/dist/interface/cli/commands/profile.js.map +0 -1
  853. package/dist/interface/cli/commands/report.d.ts +0 -3
  854. package/dist/interface/cli/commands/report.d.ts.map +0 -1
  855. package/dist/interface/cli/commands/report.js +0 -29
  856. package/dist/interface/cli/commands/report.js.map +0 -1
  857. package/dist/interface/cli/commands/run.d.ts +0 -7
  858. package/dist/interface/cli/commands/run.d.ts.map +0 -1
  859. package/dist/interface/cli/commands/run.js +0 -174
  860. package/dist/interface/cli/commands/run.js.map +0 -1
  861. package/dist/interface/cli/commands/runtime.d.ts +0 -3
  862. package/dist/interface/cli/commands/runtime.d.ts.map +0 -1
  863. package/dist/interface/cli/commands/runtime.js +0 -804
  864. package/dist/interface/cli/commands/runtime.js.map +0 -1
  865. package/dist/interface/cli/commands/schedule/cost.d.ts +0 -3
  866. package/dist/interface/cli/commands/schedule/cost.d.ts.map +0 -1
  867. package/dist/interface/cli/commands/schedule/cost.js +0 -71
  868. package/dist/interface/cli/commands/schedule/cost.js.map +0 -1
  869. package/dist/interface/cli/commands/schedule/edit.d.ts +0 -4
  870. package/dist/interface/cli/commands/schedule/edit.d.ts.map +0 -1
  871. package/dist/interface/cli/commands/schedule/edit.js +0 -92
  872. package/dist/interface/cli/commands/schedule/edit.js.map +0 -1
  873. package/dist/interface/cli/commands/schedule/history.d.ts +0 -3
  874. package/dist/interface/cli/commands/schedule/history.d.ts.map +0 -1
  875. package/dist/interface/cli/commands/schedule/history.js +0 -61
  876. package/dist/interface/cli/commands/schedule/history.js.map +0 -1
  877. package/dist/interface/cli/commands/schedule/run-now.d.ts +0 -5
  878. package/dist/interface/cli/commands/schedule/run-now.d.ts.map +0 -1
  879. package/dist/interface/cli/commands/schedule/run-now.js +0 -94
  880. package/dist/interface/cli/commands/schedule/run-now.js.map +0 -1
  881. package/dist/interface/cli/commands/schedule/shared.d.ts +0 -12
  882. package/dist/interface/cli/commands/schedule/shared.d.ts.map +0 -1
  883. package/dist/interface/cli/commands/schedule/shared.js +0 -80
  884. package/dist/interface/cli/commands/schedule/shared.js.map +0 -1
  885. package/dist/interface/cli/commands/schedule.d.ts +0 -4
  886. package/dist/interface/cli/commands/schedule.d.ts.map +0 -1
  887. package/dist/interface/cli/commands/schedule.js +0 -410
  888. package/dist/interface/cli/commands/schedule.js.map +0 -1
  889. package/dist/interface/cli/commands/setup/import/apply.d.ts +0 -3
  890. package/dist/interface/cli/commands/setup/import/apply.d.ts.map +0 -1
  891. package/dist/interface/cli/commands/setup/import/apply.js +0 -351
  892. package/dist/interface/cli/commands/setup/import/apply.js.map +0 -1
  893. package/dist/interface/cli/commands/setup/import/constants.d.ts +0 -5
  894. package/dist/interface/cli/commands/setup/import/constants.d.ts.map +0 -1
  895. package/dist/interface/cli/commands/setup/import/constants.js +0 -24
  896. package/dist/interface/cli/commands/setup/import/constants.js.map +0 -1
  897. package/dist/interface/cli/commands/setup/import/discovery.d.ts +0 -3
  898. package/dist/interface/cli/commands/setup/import/discovery.d.ts.map +0 -1
  899. package/dist/interface/cli/commands/setup/import/discovery.js +0 -240
  900. package/dist/interface/cli/commands/setup/import/discovery.js.map +0 -1
  901. package/dist/interface/cli/commands/setup/import/flow.d.ts +0 -5
  902. package/dist/interface/cli/commands/setup/import/flow.d.ts.map +0 -1
  903. package/dist/interface/cli/commands/setup/import/flow.js +0 -149
  904. package/dist/interface/cli/commands/setup/import/flow.js.map +0 -1
  905. package/dist/interface/cli/commands/setup/import/fs-utils.d.ts +0 -14
  906. package/dist/interface/cli/commands/setup/import/fs-utils.d.ts.map +0 -1
  907. package/dist/interface/cli/commands/setup/import/fs-utils.js +0 -127
  908. package/dist/interface/cli/commands/setup/import/fs-utils.js.map +0 -1
  909. package/dist/interface/cli/commands/setup/import/mcp.d.ts +0 -4
  910. package/dist/interface/cli/commands/setup/import/mcp.d.ts.map +0 -1
  911. package/dist/interface/cli/commands/setup/import/mcp.js +0 -73
  912. package/dist/interface/cli/commands/setup/import/mcp.js.map +0 -1
  913. package/dist/interface/cli/commands/setup/import/parse.d.ts +0 -7
  914. package/dist/interface/cli/commands/setup/import/parse.d.ts.map +0 -1
  915. package/dist/interface/cli/commands/setup/import/parse.js +0 -40
  916. package/dist/interface/cli/commands/setup/import/parse.js.map +0 -1
  917. package/dist/interface/cli/commands/setup/import/provider.d.ts +0 -6
  918. package/dist/interface/cli/commands/setup/import/provider.d.ts.map +0 -1
  919. package/dist/interface/cli/commands/setup/import/provider.js +0 -253
  920. package/dist/interface/cli/commands/setup/import/provider.js.map +0 -1
  921. package/dist/interface/cli/commands/setup/import/telegram.d.ts +0 -5
  922. package/dist/interface/cli/commands/setup/import/telegram.d.ts.map +0 -1
  923. package/dist/interface/cli/commands/setup/import/telegram.js +0 -110
  924. package/dist/interface/cli/commands/setup/import/telegram.js.map +0 -1
  925. package/dist/interface/cli/commands/setup/import/types.d.ts +0 -70
  926. package/dist/interface/cli/commands/setup/import/types.d.ts.map +0 -1
  927. package/dist/interface/cli/commands/setup/import/types.js +0 -2
  928. package/dist/interface/cli/commands/setup/import/types.js.map +0 -1
  929. package/dist/interface/cli/commands/setup/resident-readiness.d.ts +0 -42
  930. package/dist/interface/cli/commands/setup/resident-readiness.d.ts.map +0 -1
  931. package/dist/interface/cli/commands/setup/resident-readiness.js +0 -79
  932. package/dist/interface/cli/commands/setup/resident-readiness.js.map +0 -1
  933. package/dist/interface/cli/commands/setup/steps-adapter.d.ts +0 -3
  934. package/dist/interface/cli/commands/setup/steps-adapter.d.ts.map +0 -1
  935. package/dist/interface/cli/commands/setup/steps-adapter.js +0 -50
  936. package/dist/interface/cli/commands/setup/steps-adapter.js.map +0 -1
  937. package/dist/interface/cli/commands/setup/steps-gateway.d.ts +0 -29
  938. package/dist/interface/cli/commands/setup/steps-gateway.d.ts.map +0 -1
  939. package/dist/interface/cli/commands/setup/steps-gateway.js +0 -400
  940. package/dist/interface/cli/commands/setup/steps-gateway.js.map +0 -1
  941. package/dist/interface/cli/commands/setup/steps-identity.d.ts +0 -6
  942. package/dist/interface/cli/commands/setup/steps-identity.d.ts.map +0 -1
  943. package/dist/interface/cli/commands/setup/steps-identity.js +0 -77
  944. package/dist/interface/cli/commands/setup/steps-identity.js.map +0 -1
  945. package/dist/interface/cli/commands/setup/steps-notification.d.ts +0 -4
  946. package/dist/interface/cli/commands/setup/steps-notification.d.ts.map +0 -1
  947. package/dist/interface/cli/commands/setup/steps-notification.js +0 -62
  948. package/dist/interface/cli/commands/setup/steps-notification.js.map +0 -1
  949. package/dist/interface/cli/commands/setup/steps-provider.d.ts +0 -12
  950. package/dist/interface/cli/commands/setup/steps-provider.d.ts.map +0 -1
  951. package/dist/interface/cli/commands/setup/steps-provider.js +0 -255
  952. package/dist/interface/cli/commands/setup/steps-provider.js.map +0 -1
  953. package/dist/interface/cli/commands/setup/steps-runtime.d.ts +0 -13
  954. package/dist/interface/cli/commands/setup/steps-runtime.d.ts.map +0 -1
  955. package/dist/interface/cli/commands/setup/steps-runtime.js +0 -177
  956. package/dist/interface/cli/commands/setup/steps-runtime.js.map +0 -1
  957. package/dist/interface/cli/commands/setup/utils.d.ts +0 -2
  958. package/dist/interface/cli/commands/setup/utils.d.ts.map +0 -1
  959. package/dist/interface/cli/commands/setup/utils.js +0 -9
  960. package/dist/interface/cli/commands/setup/utils.js.map +0 -1
  961. package/dist/interface/cli/commands/setup-shared.d.ts +0 -28
  962. package/dist/interface/cli/commands/setup-shared.d.ts.map +0 -1
  963. package/dist/interface/cli/commands/setup-shared.js +0 -104
  964. package/dist/interface/cli/commands/setup-shared.js.map +0 -1
  965. package/dist/interface/cli/commands/setup-wizard.d.ts +0 -5
  966. package/dist/interface/cli/commands/setup-wizard.d.ts.map +0 -1
  967. package/dist/interface/cli/commands/setup-wizard.js +0 -726
  968. package/dist/interface/cli/commands/setup-wizard.js.map +0 -1
  969. package/dist/interface/cli/commands/setup.d.ts +0 -2
  970. package/dist/interface/cli/commands/setup.d.ts.map +0 -1
  971. package/dist/interface/cli/commands/setup.js +0 -167
  972. package/dist/interface/cli/commands/setup.js.map +0 -1
  973. package/dist/interface/cli/commands/skills.d.ts +0 -3
  974. package/dist/interface/cli/commands/skills.d.ts.map +0 -1
  975. package/dist/interface/cli/commands/skills.js +0 -98
  976. package/dist/interface/cli/commands/skills.js.map +0 -1
  977. package/dist/interface/cli/commands/suggest-normalizer.d.ts +0 -25
  978. package/dist/interface/cli/commands/suggest-normalizer.d.ts.map +0 -1
  979. package/dist/interface/cli/commands/suggest-normalizer.js +0 -406
  980. package/dist/interface/cli/commands/suggest-normalizer.js.map +0 -1
  981. package/dist/interface/cli/commands/suggest.d.ts +0 -6
  982. package/dist/interface/cli/commands/suggest.d.ts.map +0 -1
  983. package/dist/interface/cli/commands/suggest.js +0 -268
  984. package/dist/interface/cli/commands/suggest.js.map +0 -1
  985. package/dist/interface/cli/commands/task-read.d.ts +0 -4
  986. package/dist/interface/cli/commands/task-read.d.ts.map +0 -1
  987. package/dist/interface/cli/commands/task-read.js +0 -173
  988. package/dist/interface/cli/commands/task-read.js.map +0 -1
  989. package/dist/interface/cli/commands/telegram-id-parser.d.ts +0 -10
  990. package/dist/interface/cli/commands/telegram-id-parser.d.ts.map +0 -1
  991. package/dist/interface/cli/commands/telegram-id-parser.js +0 -26
  992. package/dist/interface/cli/commands/telegram-id-parser.js.map +0 -1
  993. package/dist/interface/cli/commands/telegram.d.ts +0 -3
  994. package/dist/interface/cli/commands/telegram.d.ts.map +0 -1
  995. package/dist/interface/cli/commands/telegram.js +0 -209
  996. package/dist/interface/cli/commands/telegram.js.map +0 -1
  997. package/dist/interface/cli/commands/usage.d.ts +0 -3
  998. package/dist/interface/cli/commands/usage.d.ts.map +0 -1
  999. package/dist/interface/cli/commands/usage.js +0 -167
  1000. package/dist/interface/cli/commands/usage.js.map +0 -1
  1001. package/dist/interface/cli/data-source-bootstrap.d.ts +0 -11
  1002. package/dist/interface/cli/data-source-bootstrap.d.ts.map +0 -1
  1003. package/dist/interface/cli/data-source-bootstrap.js +0 -114
  1004. package/dist/interface/cli/data-source-bootstrap.js.map +0 -1
  1005. package/dist/interface/cli/datasource-config-file.d.ts +0 -5
  1006. package/dist/interface/cli/datasource-config-file.d.ts.map +0 -1
  1007. package/dist/interface/cli/datasource-config-file.js +0 -14
  1008. package/dist/interface/cli/datasource-config-file.js.map +0 -1
  1009. package/dist/interface/cli/ensure-api-key.d.ts +0 -22
  1010. package/dist/interface/cli/ensure-api-key.d.ts.map +0 -1
  1011. package/dist/interface/cli/ensure-api-key.js +0 -100
  1012. package/dist/interface/cli/ensure-api-key.js.map +0 -1
  1013. package/dist/interface/cli/setup.d.ts +0 -49
  1014. package/dist/interface/cli/setup.d.ts.map +0 -1
  1015. package/dist/interface/cli/setup.js +0 -379
  1016. package/dist/interface/cli/setup.js.map +0 -1
  1017. package/dist/interface/cli/utils/loop-runner.d.ts +0 -9
  1018. package/dist/interface/cli/utils/loop-runner.d.ts.map +0 -1
  1019. package/dist/interface/cli/utils/loop-runner.js +0 -84
  1020. package/dist/interface/cli/utils/loop-runner.js.map +0 -1
  1021. package/dist/interface/cli/utils.d.ts +0 -10
  1022. package/dist/interface/cli/utils.d.ts.map +0 -1
  1023. package/dist/interface/cli/utils.js +0 -187
  1024. package/dist/interface/cli/utils.js.map +0 -1
  1025. package/dist/interface/current-goal-summary.d.ts +0 -20
  1026. package/dist/interface/current-goal-summary.d.ts.map +0 -1
  1027. package/dist/interface/current-goal-summary.js +0 -197
  1028. package/dist/interface/current-goal-summary.js.map +0 -1
  1029. package/dist/interface/goal-status-display.d.ts +0 -7
  1030. package/dist/interface/goal-status-display.d.ts.map +0 -1
  1031. package/dist/interface/goal-status-display.js +0 -48
  1032. package/dist/interface/goal-status-display.js.map +0 -1
  1033. package/dist/interface/mcp-server/index.d.ts +0 -4
  1034. package/dist/interface/mcp-server/index.d.ts.map +0 -1
  1035. package/dist/interface/mcp-server/index.js +0 -67
  1036. package/dist/interface/mcp-server/index.js.map +0 -1
  1037. package/dist/interface/mcp-server/tools.d.ts +0 -35
  1038. package/dist/interface/mcp-server/tools.d.ts.map +0 -1
  1039. package/dist/interface/mcp-server/tools.js +0 -137
  1040. package/dist/interface/mcp-server/tools.js.map +0 -1
  1041. package/dist/interface/runtime-budget-summary.d.ts +0 -19
  1042. package/dist/interface/runtime-budget-summary.d.ts.map +0 -1
  1043. package/dist/interface/runtime-budget-summary.js +0 -157
  1044. package/dist/interface/runtime-budget-summary.js.map +0 -1
  1045. package/dist/interface/tui/actions.d.ts +0 -46
  1046. package/dist/interface/tui/actions.d.ts.map +0 -1
  1047. package/dist/interface/tui/actions.js +0 -284
  1048. package/dist/interface/tui/actions.js.map +0 -1
  1049. package/dist/interface/tui/app-approval.d.ts +0 -4
  1050. package/dist/interface/tui/app-approval.d.ts.map +0 -1
  1051. package/dist/interface/tui/app-approval.js +0 -53
  1052. package/dist/interface/tui/app-approval.js.map +0 -1
  1053. package/dist/interface/tui/app-shell.d.ts +0 -18
  1054. package/dist/interface/tui/app-shell.d.ts.map +0 -1
  1055. package/dist/interface/tui/app-shell.js +0 -47
  1056. package/dist/interface/tui/app-shell.js.map +0 -1
  1057. package/dist/interface/tui/app.d.ts +0 -41
  1058. package/dist/interface/tui/app.d.ts.map +0 -1
  1059. package/dist/interface/tui/app.js +0 -734
  1060. package/dist/interface/tui/app.js.map +0 -1
  1061. package/dist/interface/tui/bash-mode.d.ts +0 -11
  1062. package/dist/interface/tui/bash-mode.d.ts.map +0 -1
  1063. package/dist/interface/tui/bash-mode.js +0 -57
  1064. package/dist/interface/tui/bash-mode.js.map +0 -1
  1065. package/dist/interface/tui/chat/scroll.d.ts +0 -30
  1066. package/dist/interface/tui/chat/scroll.d.ts.map +0 -1
  1067. package/dist/interface/tui/chat/scroll.js +0 -126
  1068. package/dist/interface/tui/chat/scroll.js.map +0 -1
  1069. package/dist/interface/tui/chat/suggestions.d.ts +0 -8
  1070. package/dist/interface/tui/chat/suggestions.d.ts.map +0 -1
  1071. package/dist/interface/tui/chat/suggestions.js +0 -226
  1072. package/dist/interface/tui/chat/suggestions.js.map +0 -1
  1073. package/dist/interface/tui/chat/types.d.ts +0 -33
  1074. package/dist/interface/tui/chat/types.d.ts.map +0 -1
  1075. package/dist/interface/tui/chat/types.js +0 -2
  1076. package/dist/interface/tui/chat/types.js.map +0 -1
  1077. package/dist/interface/tui/chat/viewport.d.ts +0 -3
  1078. package/dist/interface/tui/chat/viewport.d.ts.map +0 -1
  1079. package/dist/interface/tui/chat/viewport.js +0 -130
  1080. package/dist/interface/tui/chat/viewport.js.map +0 -1
  1081. package/dist/interface/tui/chat-surface.d.ts +0 -25
  1082. package/dist/interface/tui/chat-surface.d.ts.map +0 -1
  1083. package/dist/interface/tui/chat-surface.js +0 -88
  1084. package/dist/interface/tui/chat-surface.js.map +0 -1
  1085. package/dist/interface/tui/chat.d.ts +0 -28
  1086. package/dist/interface/tui/chat.d.ts.map +0 -1
  1087. package/dist/interface/tui/chat.js +0 -415
  1088. package/dist/interface/tui/chat.js.map +0 -1
  1089. package/dist/interface/tui/checkerboard-spinner.d.ts +0 -3
  1090. package/dist/interface/tui/checkerboard-spinner.d.ts.map +0 -1
  1091. package/dist/interface/tui/checkerboard-spinner.js +0 -20
  1092. package/dist/interface/tui/checkerboard-spinner.js.map +0 -1
  1093. package/dist/interface/tui/clipboard.d.ts +0 -8
  1094. package/dist/interface/tui/clipboard.d.ts.map +0 -1
  1095. package/dist/interface/tui/clipboard.js +0 -68
  1096. package/dist/interface/tui/clipboard.js.map +0 -1
  1097. package/dist/interface/tui/cursor-tracker.d.ts +0 -41
  1098. package/dist/interface/tui/cursor-tracker.d.ts.map +0 -1
  1099. package/dist/interface/tui/cursor-tracker.js +0 -141
  1100. package/dist/interface/tui/cursor-tracker.js.map +0 -1
  1101. package/dist/interface/tui/dashboard.d.ts +0 -45
  1102. package/dist/interface/tui/dashboard.d.ts.map +0 -1
  1103. package/dist/interface/tui/dashboard.js +0 -311
  1104. package/dist/interface/tui/dashboard.js.map +0 -1
  1105. package/dist/interface/tui/debug-log.d.ts +0 -4
  1106. package/dist/interface/tui/debug-log.d.ts.map +0 -1
  1107. package/dist/interface/tui/debug-log.js +0 -39
  1108. package/dist/interface/tui/debug-log.js.map +0 -1
  1109. package/dist/interface/tui/diff-view.d.ts +0 -5
  1110. package/dist/interface/tui/diff-view.d.ts.map +0 -1
  1111. package/dist/interface/tui/diff-view.js +0 -23
  1112. package/dist/interface/tui/diff-view.js.map +0 -1
  1113. package/dist/interface/tui/entry-approval.d.ts +0 -8
  1114. package/dist/interface/tui/entry-approval.d.ts.map +0 -1
  1115. package/dist/interface/tui/entry-approval.js +0 -59
  1116. package/dist/interface/tui/entry-approval.js.map +0 -1
  1117. package/dist/interface/tui/entry-daemon.d.ts +0 -12
  1118. package/dist/interface/tui/entry-daemon.d.ts.map +0 -1
  1119. package/dist/interface/tui/entry-daemon.js +0 -79
  1120. package/dist/interface/tui/entry-daemon.js.map +0 -1
  1121. package/dist/interface/tui/entry-deps.d.ts +0 -29
  1122. package/dist/interface/tui/entry-deps.d.ts.map +0 -1
  1123. package/dist/interface/tui/entry-deps.js +0 -479
  1124. package/dist/interface/tui/entry-deps.js.map +0 -1
  1125. package/dist/interface/tui/entry.d.ts +0 -5
  1126. package/dist/interface/tui/entry.d.ts.map +0 -1
  1127. package/dist/interface/tui/entry.js +0 -208
  1128. package/dist/interface/tui/entry.js.map +0 -1
  1129. package/dist/interface/tui/flicker/AlternateScreen.d.ts +0 -23
  1130. package/dist/interface/tui/flicker/AlternateScreen.d.ts.map +0 -1
  1131. package/dist/interface/tui/flicker/AlternateScreen.js +0 -30
  1132. package/dist/interface/tui/flicker/AlternateScreen.js.map +0 -1
  1133. package/dist/interface/tui/flicker/MouseTracking.d.ts +0 -12
  1134. package/dist/interface/tui/flicker/MouseTracking.d.ts.map +0 -1
  1135. package/dist/interface/tui/flicker/MouseTracking.js +0 -34
  1136. package/dist/interface/tui/flicker/MouseTracking.js.map +0 -1
  1137. package/dist/interface/tui/flicker/dec.d.ts +0 -31
  1138. package/dist/interface/tui/flicker/dec.d.ts.map +0 -1
  1139. package/dist/interface/tui/flicker/dec.js +0 -37
  1140. package/dist/interface/tui/flicker/dec.js.map +0 -1
  1141. package/dist/interface/tui/flicker/frame-writer.d.ts +0 -16
  1142. package/dist/interface/tui/flicker/frame-writer.d.ts.map +0 -1
  1143. package/dist/interface/tui/flicker/frame-writer.js +0 -114
  1144. package/dist/interface/tui/flicker/frame-writer.js.map +0 -1
  1145. package/dist/interface/tui/flicker/index.d.ts +0 -11
  1146. package/dist/interface/tui/flicker/index.d.ts.map +0 -1
  1147. package/dist/interface/tui/flicker/index.js +0 -21
  1148. package/dist/interface/tui/flicker/index.js.map +0 -1
  1149. package/dist/interface/tui/flicker/terminal-detect.d.ts +0 -9
  1150. package/dist/interface/tui/flicker/terminal-detect.d.ts.map +0 -1
  1151. package/dist/interface/tui/flicker/terminal-detect.js +0 -52
  1152. package/dist/interface/tui/flicker/terminal-detect.js.map +0 -1
  1153. package/dist/interface/tui/flicker-overlay.d.ts +0 -7
  1154. package/dist/interface/tui/flicker-overlay.d.ts.map +0 -1
  1155. package/dist/interface/tui/flicker-overlay.js +0 -75
  1156. package/dist/interface/tui/flicker-overlay.js.map +0 -1
  1157. package/dist/interface/tui/fullscreen-chat-actions.d.ts +0 -17
  1158. package/dist/interface/tui/fullscreen-chat-actions.d.ts.map +0 -1
  1159. package/dist/interface/tui/fullscreen-chat-actions.js +0 -98
  1160. package/dist/interface/tui/fullscreen-chat-actions.js.map +0 -1
  1161. package/dist/interface/tui/fullscreen-chat-composer.d.ts +0 -28
  1162. package/dist/interface/tui/fullscreen-chat-composer.d.ts.map +0 -1
  1163. package/dist/interface/tui/fullscreen-chat-composer.js +0 -385
  1164. package/dist/interface/tui/fullscreen-chat-composer.js.map +0 -1
  1165. package/dist/interface/tui/fullscreen-chat-render-types.d.ts +0 -68
  1166. package/dist/interface/tui/fullscreen-chat-render-types.d.ts.map +0 -1
  1167. package/dist/interface/tui/fullscreen-chat-render-types.js +0 -2
  1168. package/dist/interface/tui/fullscreen-chat-render-types.js.map +0 -1
  1169. package/dist/interface/tui/fullscreen-chat-render-utils.d.ts +0 -10
  1170. package/dist/interface/tui/fullscreen-chat-render-utils.d.ts.map +0 -1
  1171. package/dist/interface/tui/fullscreen-chat-render-utils.js +0 -45
  1172. package/dist/interface/tui/fullscreen-chat-render-utils.js.map +0 -1
  1173. package/dist/interface/tui/fullscreen-chat-render.d.ts +0 -47
  1174. package/dist/interface/tui/fullscreen-chat-render.d.ts.map +0 -1
  1175. package/dist/interface/tui/fullscreen-chat-render.js +0 -266
  1176. package/dist/interface/tui/fullscreen-chat-render.js.map +0 -1
  1177. package/dist/interface/tui/fullscreen-chat.d.ts +0 -15
  1178. package/dist/interface/tui/fullscreen-chat.d.ts.map +0 -1
  1179. package/dist/interface/tui/fullscreen-chat.js +0 -675
  1180. package/dist/interface/tui/fullscreen-chat.js.map +0 -1
  1181. package/dist/interface/tui/fuzzy.d.ts +0 -16
  1182. package/dist/interface/tui/fuzzy.d.ts.map +0 -1
  1183. package/dist/interface/tui/fuzzy.js +0 -66
  1184. package/dist/interface/tui/fuzzy.js.map +0 -1
  1185. package/dist/interface/tui/git-branch.d.ts +0 -2
  1186. package/dist/interface/tui/git-branch.d.ts.map +0 -1
  1187. package/dist/interface/tui/git-branch.js +0 -14
  1188. package/dist/interface/tui/git-branch.js.map +0 -1
  1189. package/dist/interface/tui/help-overlay.d.ts +0 -6
  1190. package/dist/interface/tui/help-overlay.d.ts.map +0 -1
  1191. package/dist/interface/tui/help-overlay.js +0 -13
  1192. package/dist/interface/tui/help-overlay.js.map +0 -1
  1193. package/dist/interface/tui/input-action.d.ts +0 -49
  1194. package/dist/interface/tui/input-action.d.ts.map +0 -1
  1195. package/dist/interface/tui/input-action.js +0 -47
  1196. package/dist/interface/tui/input-action.js.map +0 -1
  1197. package/dist/interface/tui/intent-recognizer.d.ts +0 -24
  1198. package/dist/interface/tui/intent-recognizer.d.ts.map +0 -1
  1199. package/dist/interface/tui/intent-recognizer.js +0 -184
  1200. package/dist/interface/tui/intent-recognizer.js.map +0 -1
  1201. package/dist/interface/tui/markdown-code-highlight.d.ts +0 -7
  1202. package/dist/interface/tui/markdown-code-highlight.d.ts.map +0 -1
  1203. package/dist/interface/tui/markdown-code-highlight.js +0 -64
  1204. package/dist/interface/tui/markdown-code-highlight.js.map +0 -1
  1205. package/dist/interface/tui/markdown-inline.d.ts +0 -9
  1206. package/dist/interface/tui/markdown-inline.d.ts.map +0 -1
  1207. package/dist/interface/tui/markdown-inline.js +0 -86
  1208. package/dist/interface/tui/markdown-inline.js.map +0 -1
  1209. package/dist/interface/tui/markdown-renderer-types.d.ts +0 -16
  1210. package/dist/interface/tui/markdown-renderer-types.d.ts.map +0 -1
  1211. package/dist/interface/tui/markdown-renderer-types.js +0 -2
  1212. package/dist/interface/tui/markdown-renderer-types.js.map +0 -1
  1213. package/dist/interface/tui/markdown-renderer.d.ts +0 -35
  1214. package/dist/interface/tui/markdown-renderer.d.ts.map +0 -1
  1215. package/dist/interface/tui/markdown-renderer.js +0 -302
  1216. package/dist/interface/tui/markdown-renderer.js.map +0 -1
  1217. package/dist/interface/tui/output-controller.d.ts +0 -10
  1218. package/dist/interface/tui/output-controller.d.ts.map +0 -1
  1219. package/dist/interface/tui/output-controller.js +0 -79
  1220. package/dist/interface/tui/output-controller.js.map +0 -1
  1221. package/dist/interface/tui/render-output.d.ts +0 -2
  1222. package/dist/interface/tui/render-output.d.ts.map +0 -1
  1223. package/dist/interface/tui/render-output.js +0 -5
  1224. package/dist/interface/tui/render-output.js.map +0 -1
  1225. package/dist/interface/tui/report-view.d.ts +0 -8
  1226. package/dist/interface/tui/report-view.d.ts.map +0 -1
  1227. package/dist/interface/tui/report-view.js +0 -122
  1228. package/dist/interface/tui/report-view.js.map +0 -1
  1229. package/dist/interface/tui/seedy-art.d.ts +0 -44
  1230. package/dist/interface/tui/seedy-art.d.ts.map +0 -1
  1231. package/dist/interface/tui/seedy-art.js +0 -210
  1232. package/dist/interface/tui/seedy-art.js.map +0 -1
  1233. package/dist/interface/tui/settings-overlay.d.ts +0 -7
  1234. package/dist/interface/tui/settings-overlay.d.ts.map +0 -1
  1235. package/dist/interface/tui/settings-overlay.js +0 -66
  1236. package/dist/interface/tui/settings-overlay.js.map +0 -1
  1237. package/dist/interface/tui/shimmer-text.d.ts +0 -6
  1238. package/dist/interface/tui/shimmer-text.d.ts.map +0 -1
  1239. package/dist/interface/tui/shimmer-text.js +0 -33
  1240. package/dist/interface/tui/shimmer-text.js.map +0 -1
  1241. package/dist/interface/tui/spinner-verbs.d.ts +0 -9
  1242. package/dist/interface/tui/spinner-verbs.d.ts.map +0 -1
  1243. package/dist/interface/tui/spinner-verbs.js +0 -124
  1244. package/dist/interface/tui/spinner-verbs.js.map +0 -1
  1245. package/dist/interface/tui/terminal-output.d.ts +0 -6
  1246. package/dist/interface/tui/terminal-output.d.ts.map +0 -1
  1247. package/dist/interface/tui/terminal-output.js +0 -11
  1248. package/dist/interface/tui/terminal-output.js.map +0 -1
  1249. package/dist/interface/tui/test-app.d.ts +0 -9
  1250. package/dist/interface/tui/test-app.d.ts.map +0 -1
  1251. package/dist/interface/tui/test-app.js +0 -84
  1252. package/dist/interface/tui/test-app.js.map +0 -1
  1253. package/dist/interface/tui/test-entry.d.ts +0 -3
  1254. package/dist/interface/tui/test-entry.d.ts.map +0 -1
  1255. package/dist/interface/tui/test-entry.js +0 -74
  1256. package/dist/interface/tui/test-entry.js.map +0 -1
  1257. package/dist/interface/tui/text-width.d.ts +0 -3
  1258. package/dist/interface/tui/text-width.d.ts.map +0 -1
  1259. package/dist/interface/tui/text-width.js +0 -8
  1260. package/dist/interface/tui/text-width.js.map +0 -1
  1261. package/dist/interface/tui/theme.d.ts +0 -47
  1262. package/dist/interface/tui/theme.d.ts.map +0 -1
  1263. package/dist/interface/tui/theme.js +0 -115
  1264. package/dist/interface/tui/theme.js.map +0 -1
  1265. package/dist/interface/tui/use-loop.d.ts +0 -59
  1266. package/dist/interface/tui/use-loop.d.ts.map +0 -1
  1267. package/dist/interface/tui/use-loop.js +0 -259
  1268. package/dist/interface/tui/use-loop.js.map +0 -1
  1269. package/dist/interface/usage-counter.d.ts +0 -3
  1270. package/dist/interface/usage-counter.d.ts.map +0 -1
  1271. package/dist/interface/usage-counter.js +0 -2
  1272. package/dist/interface/usage-counter.js.map +0 -1
  1273. package/dist/interface/usage-period.d.ts +0 -2
  1274. package/dist/interface/usage-period.d.ts.map +0 -1
  1275. package/dist/interface/usage-period.js +0 -23
  1276. package/dist/interface/usage-period.js.map +0 -1
  1277. package/dist/orchestrator/execution/adapter-layer.d.ts +0 -149
  1278. package/dist/orchestrator/execution/adapter-layer.d.ts.map +0 -1
  1279. package/dist/orchestrator/execution/adapter-layer.js +0 -123
  1280. package/dist/orchestrator/execution/adapter-layer.js.map +0 -1
  1281. package/dist/orchestrator/execution/agent-loop/agent-loop-budget.d.ts +0 -15
  1282. package/dist/orchestrator/execution/agent-loop/agent-loop-budget.d.ts.map +0 -1
  1283. package/dist/orchestrator/execution/agent-loop/agent-loop-budget.js +0 -12
  1284. package/dist/orchestrator/execution/agent-loop/agent-loop-budget.js.map +0 -1
  1285. package/dist/orchestrator/execution/agent-loop/agent-loop-command-classifier.d.ts +0 -20
  1286. package/dist/orchestrator/execution/agent-loop/agent-loop-command-classifier.d.ts.map +0 -1
  1287. package/dist/orchestrator/execution/agent-loop/agent-loop-command-classifier.js +0 -25
  1288. package/dist/orchestrator/execution/agent-loop/agent-loop-command-classifier.js.map +0 -1
  1289. package/dist/orchestrator/execution/agent-loop/agent-loop-compaction-record.d.ts +0 -75
  1290. package/dist/orchestrator/execution/agent-loop/agent-loop-compaction-record.d.ts.map +0 -1
  1291. package/dist/orchestrator/execution/agent-loop/agent-loop-compaction-record.js +0 -10
  1292. package/dist/orchestrator/execution/agent-loop/agent-loop-compaction-record.js.map +0 -1
  1293. package/dist/orchestrator/execution/agent-loop/agent-loop-compactor.d.ts +0 -34
  1294. package/dist/orchestrator/execution/agent-loop/agent-loop-compactor.d.ts.map +0 -1
  1295. package/dist/orchestrator/execution/agent-loop/agent-loop-compactor.js +0 -231
  1296. package/dist/orchestrator/execution/agent-loop/agent-loop-compactor.js.map +0 -1
  1297. package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.d.ts +0 -45
  1298. package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.d.ts.map +0 -1
  1299. package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.js +0 -128
  1300. package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.js.map +0 -1
  1301. package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.d.ts +0 -59
  1302. package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.d.ts.map +0 -1
  1303. package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.js +0 -383
  1304. package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.js.map +0 -1
  1305. package/dist/orchestrator/execution/agent-loop/agent-loop-dogfood-benchmark.d.ts +0 -76
  1306. package/dist/orchestrator/execution/agent-loop/agent-loop-dogfood-benchmark.d.ts.map +0 -1
  1307. package/dist/orchestrator/execution/agent-loop/agent-loop-dogfood-benchmark.js +0 -167
  1308. package/dist/orchestrator/execution/agent-loop/agent-loop-dogfood-benchmark.js.map +0 -1
  1309. package/dist/orchestrator/execution/agent-loop/agent-loop-evaluator.d.ts +0 -46
  1310. package/dist/orchestrator/execution/agent-loop/agent-loop-evaluator.d.ts.map +0 -1
  1311. package/dist/orchestrator/execution/agent-loop/agent-loop-evaluator.js +0 -75
  1312. package/dist/orchestrator/execution/agent-loop/agent-loop-evaluator.js.map +0 -1
  1313. package/dist/orchestrator/execution/agent-loop/agent-loop-events.d.ts +0 -113
  1314. package/dist/orchestrator/execution/agent-loop/agent-loop-events.d.ts.map +0 -1
  1315. package/dist/orchestrator/execution/agent-loop/agent-loop-events.js +0 -6
  1316. package/dist/orchestrator/execution/agent-loop/agent-loop-events.js.map +0 -1
  1317. package/dist/orchestrator/execution/agent-loop/agent-loop-history.d.ts +0 -10
  1318. package/dist/orchestrator/execution/agent-loop/agent-loop-history.d.ts.map +0 -1
  1319. package/dist/orchestrator/execution/agent-loop/agent-loop-history.js +0 -16
  1320. package/dist/orchestrator/execution/agent-loop/agent-loop-history.js.map +0 -1
  1321. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client-factory.d.ts +0 -9
  1322. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client-factory.d.ts.map +0 -1
  1323. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client-factory.js +0 -22
  1324. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client-factory.js.map +0 -1
  1325. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client.d.ts +0 -13
  1326. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client.d.ts.map +0 -1
  1327. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client.js +0 -107
  1328. package/dist/orchestrator/execution/agent-loop/agent-loop-model-client.js.map +0 -1
  1329. package/dist/orchestrator/execution/agent-loop/agent-loop-model-registry.d.ts +0 -10
  1330. package/dist/orchestrator/execution/agent-loop/agent-loop-model-registry.d.ts.map +0 -1
  1331. package/dist/orchestrator/execution/agent-loop/agent-loop-model-registry.js +0 -26
  1332. package/dist/orchestrator/execution/agent-loop/agent-loop-model-registry.js.map +0 -1
  1333. package/dist/orchestrator/execution/agent-loop/agent-loop-model.d.ts +0 -133
  1334. package/dist/orchestrator/execution/agent-loop/agent-loop-model.d.ts.map +0 -1
  1335. package/dist/orchestrator/execution/agent-loop/agent-loop-model.js +0 -43
  1336. package/dist/orchestrator/execution/agent-loop/agent-loop-model.js.map +0 -1
  1337. package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.d.ts +0 -9
  1338. package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.d.ts.map +0 -1
  1339. package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.js +0 -52
  1340. package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.js.map +0 -1
  1341. package/dist/orchestrator/execution/agent-loop/agent-loop-real-dogfood.d.ts +0 -2
  1342. package/dist/orchestrator/execution/agent-loop/agent-loop-real-dogfood.d.ts.map +0 -1
  1343. package/dist/orchestrator/execution/agent-loop/agent-loop-real-dogfood.js +0 -362
  1344. package/dist/orchestrator/execution/agent-loop/agent-loop-real-dogfood.js.map +0 -1
  1345. package/dist/orchestrator/execution/agent-loop/agent-loop-result.d.ts +0 -84
  1346. package/dist/orchestrator/execution/agent-loop/agent-loop-result.d.ts.map +0 -1
  1347. package/dist/orchestrator/execution/agent-loop/agent-loop-result.js +0 -2
  1348. package/dist/orchestrator/execution/agent-loop/agent-loop-result.js.map +0 -1
  1349. package/dist/orchestrator/execution/agent-loop/agent-loop-session-db-store.d.ts +0 -37
  1350. package/dist/orchestrator/execution/agent-loop/agent-loop-session-db-store.d.ts.map +0 -1
  1351. package/dist/orchestrator/execution/agent-loop/agent-loop-session-db-store.js +0 -206
  1352. package/dist/orchestrator/execution/agent-loop/agent-loop-session-db-store.js.map +0 -1
  1353. package/dist/orchestrator/execution/agent-loop/agent-loop-session-factory.d.ts +0 -15
  1354. package/dist/orchestrator/execution/agent-loop/agent-loop-session-factory.d.ts.map +0 -1
  1355. package/dist/orchestrator/execution/agent-loop/agent-loop-session-factory.js +0 -21
  1356. package/dist/orchestrator/execution/agent-loop/agent-loop-session-factory.js.map +0 -1
  1357. package/dist/orchestrator/execution/agent-loop/agent-loop-session-state.d.ts +0 -44
  1358. package/dist/orchestrator/execution/agent-loop/agent-loop-session-state.d.ts.map +0 -1
  1359. package/dist/orchestrator/execution/agent-loop/agent-loop-session-state.js +0 -268
  1360. package/dist/orchestrator/execution/agent-loop/agent-loop-session-state.js.map +0 -1
  1361. package/dist/orchestrator/execution/agent-loop/agent-loop-session.d.ts +0 -21
  1362. package/dist/orchestrator/execution/agent-loop/agent-loop-session.d.ts.map +0 -1
  1363. package/dist/orchestrator/execution/agent-loop/agent-loop-session.js +0 -16
  1364. package/dist/orchestrator/execution/agent-loop/agent-loop-session.js.map +0 -1
  1365. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-output.d.ts +0 -24
  1366. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-output.d.ts.map +0 -1
  1367. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-output.js +0 -2
  1368. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-output.js.map +0 -1
  1369. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-router.d.ts +0 -19
  1370. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-router.d.ts.map +0 -1
  1371. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-router.js +0 -35
  1372. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-router.js.map +0 -1
  1373. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-runtime.d.ts +0 -25
  1374. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-runtime.d.ts.map +0 -1
  1375. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-runtime.js +0 -169
  1376. package/dist/orchestrator/execution/agent-loop/agent-loop-tool-runtime.js.map +0 -1
  1377. package/dist/orchestrator/execution/agent-loop/agent-loop-trace-store.d.ts +0 -11
  1378. package/dist/orchestrator/execution/agent-loop/agent-loop-trace-store.d.ts.map +0 -1
  1379. package/dist/orchestrator/execution/agent-loop/agent-loop-trace-store.js +0 -13
  1380. package/dist/orchestrator/execution/agent-loop/agent-loop-trace-store.js.map +0 -1
  1381. package/dist/orchestrator/execution/agent-loop/agent-loop-turn-context.d.ts +0 -50
  1382. package/dist/orchestrator/execution/agent-loop/agent-loop-turn-context.d.ts.map +0 -1
  1383. package/dist/orchestrator/execution/agent-loop/agent-loop-turn-context.js +0 -5
  1384. package/dist/orchestrator/execution/agent-loop/agent-loop-turn-context.js.map +0 -1
  1385. package/dist/orchestrator/execution/agent-loop/agent-loop-workspace-snapshot.d.ts +0 -17
  1386. package/dist/orchestrator/execution/agent-loop/agent-loop-workspace-snapshot.d.ts.map +0 -1
  1387. package/dist/orchestrator/execution/agent-loop/agent-loop-workspace-snapshot.js +0 -144
  1388. package/dist/orchestrator/execution/agent-loop/agent-loop-workspace-snapshot.js.map +0 -1
  1389. package/dist/orchestrator/execution/agent-loop/agent-timeline.d.ts +0 -122
  1390. package/dist/orchestrator/execution/agent-loop/agent-timeline.d.ts.map +0 -1
  1391. package/dist/orchestrator/execution/agent-loop/agent-timeline.js +0 -212
  1392. package/dist/orchestrator/execution/agent-loop/agent-timeline.js.map +0 -1
  1393. package/dist/orchestrator/execution/agent-loop/anthropic-messages-agent-loop-model-client.d.ts +0 -23
  1394. package/dist/orchestrator/execution/agent-loop/anthropic-messages-agent-loop-model-client.d.ts.map +0 -1
  1395. package/dist/orchestrator/execution/agent-loop/anthropic-messages-agent-loop-model-client.js +0 -165
  1396. package/dist/orchestrator/execution/agent-loop/anthropic-messages-agent-loop-model-client.js.map +0 -1
  1397. package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.d.ts +0 -45
  1398. package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.d.ts.map +0 -1
  1399. package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.js +0 -816
  1400. package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-runner.js.map +0 -1
  1401. package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-tool-observation.d.ts +0 -11
  1402. package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-tool-observation.d.ts.map +0 -1
  1403. package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-tool-observation.js +0 -63
  1404. package/dist/orchestrator/execution/agent-loop/bounded-agent-loop-tool-observation.js.map +0 -1
  1405. package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.d.ts +0 -312
  1406. package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.d.ts.map +0 -1
  1407. package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.js +0 -338
  1408. package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.js.map +0 -1
  1409. package/dist/orchestrator/execution/agent-loop/chat-display-output.d.ts +0 -28
  1410. package/dist/orchestrator/execution/agent-loop/chat-display-output.d.ts.map +0 -1
  1411. package/dist/orchestrator/execution/agent-loop/chat-display-output.js +0 -159
  1412. package/dist/orchestrator/execution/agent-loop/chat-display-output.js.map +0 -1
  1413. package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.d.ts +0 -2
  1414. package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.d.ts.map +0 -1
  1415. package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.js +0 -4
  1416. package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.js.map +0 -1
  1417. package/dist/orchestrator/execution/agent-loop/core-phase-runner.d.ts +0 -32
  1418. package/dist/orchestrator/execution/agent-loop/core-phase-runner.d.ts.map +0 -1
  1419. package/dist/orchestrator/execution/agent-loop/core-phase-runner.js +0 -63
  1420. package/dist/orchestrator/execution/agent-loop/core-phase-runner.js.map +0 -1
  1421. package/dist/orchestrator/execution/agent-loop/durable-loop-control-tools.d.ts +0 -60
  1422. package/dist/orchestrator/execution/agent-loop/durable-loop-control-tools.d.ts.map +0 -1
  1423. package/dist/orchestrator/execution/agent-loop/durable-loop-control-tools.js +0 -257
  1424. package/dist/orchestrator/execution/agent-loop/durable-loop-control-tools.js.map +0 -1
  1425. package/dist/orchestrator/execution/agent-loop/execution-policy.d.ts +0 -28
  1426. package/dist/orchestrator/execution/agent-loop/execution-policy.d.ts.map +0 -1
  1427. package/dist/orchestrator/execution/agent-loop/execution-policy.js +0 -51
  1428. package/dist/orchestrator/execution/agent-loop/execution-policy.js.map +0 -1
  1429. package/dist/orchestrator/execution/agent-loop/index.d.ts +0 -43
  1430. package/dist/orchestrator/execution/agent-loop/index.d.ts.map +0 -1
  1431. package/dist/orchestrator/execution/agent-loop/index.js +0 -43
  1432. package/dist/orchestrator/execution/agent-loop/index.js.map +0 -1
  1433. package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.d.ts +0 -36
  1434. package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.d.ts.map +0 -1
  1435. package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.js +0 -58
  1436. package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.js.map +0 -1
  1437. package/dist/orchestrator/execution/agent-loop/openai-responses-agent-loop-model-client.d.ts +0 -19
  1438. package/dist/orchestrator/execution/agent-loop/openai-responses-agent-loop-model-client.d.ts.map +0 -1
  1439. package/dist/orchestrator/execution/agent-loop/openai-responses-agent-loop-model-client.js +0 -194
  1440. package/dist/orchestrator/execution/agent-loop/openai-responses-agent-loop-model-client.js.map +0 -1
  1441. package/dist/orchestrator/execution/agent-loop/prompted-tool-protocol.d.ts +0 -16
  1442. package/dist/orchestrator/execution/agent-loop/prompted-tool-protocol.d.ts.map +0 -1
  1443. package/dist/orchestrator/execution/agent-loop/prompted-tool-protocol.js +0 -75
  1444. package/dist/orchestrator/execution/agent-loop/prompted-tool-protocol.js.map +0 -1
  1445. package/dist/orchestrator/execution/agent-loop/response-item-tool-router.d.ts +0 -20
  1446. package/dist/orchestrator/execution/agent-loop/response-item-tool-router.d.ts.map +0 -1
  1447. package/dist/orchestrator/execution/agent-loop/response-item-tool-router.js +0 -181
  1448. package/dist/orchestrator/execution/agent-loop/response-item-tool-router.js.map +0 -1
  1449. package/dist/orchestrator/execution/agent-loop/response-item.d.ts +0 -808
  1450. package/dist/orchestrator/execution/agent-loop/response-item.d.ts.map +0 -1
  1451. package/dist/orchestrator/execution/agent-loop/response-item.js +0 -104
  1452. package/dist/orchestrator/execution/agent-loop/response-item.js.map +0 -1
  1453. package/dist/orchestrator/execution/agent-loop/review-agent-loop-runner.d.ts +0 -60
  1454. package/dist/orchestrator/execution/agent-loop/review-agent-loop-runner.d.ts.map +0 -1
  1455. package/dist/orchestrator/execution/agent-loop/review-agent-loop-runner.js +0 -121
  1456. package/dist/orchestrator/execution/agent-loop/review-agent-loop-runner.js.map +0 -1
  1457. package/dist/orchestrator/execution/agent-loop/self-protection.d.ts +0 -9
  1458. package/dist/orchestrator/execution/agent-loop/self-protection.d.ts.map +0 -1
  1459. package/dist/orchestrator/execution/agent-loop/self-protection.js +0 -74
  1460. package/dist/orchestrator/execution/agent-loop/self-protection.js.map +0 -1
  1461. package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.d.ts +0 -33
  1462. package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.d.ts.map +0 -1
  1463. package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.js +0 -126
  1464. package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.js.map +0 -1
  1465. package/dist/orchestrator/execution/agent-loop/task-agent-loop-factory.d.ts +0 -34
  1466. package/dist/orchestrator/execution/agent-loop/task-agent-loop-factory.d.ts.map +0 -1
  1467. package/dist/orchestrator/execution/agent-loop/task-agent-loop-factory.js +0 -184
  1468. package/dist/orchestrator/execution/agent-loop/task-agent-loop-factory.js.map +0 -1
  1469. package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.d.ts +0 -69
  1470. package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.d.ts.map +0 -1
  1471. package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.js +0 -234
  1472. package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.js.map +0 -1
  1473. package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.d.ts +0 -57
  1474. package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.d.ts.map +0 -1
  1475. package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.js +0 -279
  1476. package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.js.map +0 -1
  1477. package/dist/orchestrator/execution/agent-loop/task-agent-loop-verification.d.ts +0 -4
  1478. package/dist/orchestrator/execution/agent-loop/task-agent-loop-verification.d.ts.map +0 -1
  1479. package/dist/orchestrator/execution/agent-loop/task-agent-loop-verification.js +0 -14
  1480. package/dist/orchestrator/execution/agent-loop/task-agent-loop-verification.js.map +0 -1
  1481. package/dist/orchestrator/execution/agent-loop/task-agent-loop-worktree.d.ts +0 -23
  1482. package/dist/orchestrator/execution/agent-loop/task-agent-loop-worktree.d.ts.map +0 -1
  1483. package/dist/orchestrator/execution/agent-loop/task-agent-loop-worktree.js +0 -196
  1484. package/dist/orchestrator/execution/agent-loop/task-agent-loop-worktree.js.map +0 -1
  1485. package/dist/orchestrator/execution/checkpoint-manager.d.ts +0 -46
  1486. package/dist/orchestrator/execution/checkpoint-manager.d.ts.map +0 -1
  1487. package/dist/orchestrator/execution/checkpoint-manager.js +0 -103
  1488. package/dist/orchestrator/execution/checkpoint-manager.js.map +0 -1
  1489. package/dist/orchestrator/execution/context/context-budget.d.ts +0 -35
  1490. package/dist/orchestrator/execution/context/context-budget.d.ts.map +0 -1
  1491. package/dist/orchestrator/execution/context/context-budget.js +0 -95
  1492. package/dist/orchestrator/execution/context/context-budget.js.map +0 -1
  1493. package/dist/orchestrator/execution/context/context-builder.d.ts +0 -52
  1494. package/dist/orchestrator/execution/context/context-builder.d.ts.map +0 -1
  1495. package/dist/orchestrator/execution/context/context-builder.js +0 -170
  1496. package/dist/orchestrator/execution/context/context-builder.js.map +0 -1
  1497. package/dist/orchestrator/execution/context/dimension-selector.d.ts +0 -20
  1498. package/dist/orchestrator/execution/context/dimension-selector.d.ts.map +0 -1
  1499. package/dist/orchestrator/execution/context/dimension-selector.js +0 -61
  1500. package/dist/orchestrator/execution/context/dimension-selector.js.map +0 -1
  1501. package/dist/orchestrator/execution/context/issue-context-fetcher.d.ts +0 -23
  1502. package/dist/orchestrator/execution/context/issue-context-fetcher.d.ts.map +0 -1
  1503. package/dist/orchestrator/execution/context/issue-context-fetcher.js +0 -84
  1504. package/dist/orchestrator/execution/context/issue-context-fetcher.js.map +0 -1
  1505. package/dist/orchestrator/execution/impact-analyzer.d.ts +0 -24
  1506. package/dist/orchestrator/execution/impact-analyzer.d.ts.map +0 -1
  1507. package/dist/orchestrator/execution/impact-analyzer.js +0 -88
  1508. package/dist/orchestrator/execution/impact-analyzer.js.map +0 -1
  1509. package/dist/orchestrator/execution/parallel-execution-types.d.ts +0 -7
  1510. package/dist/orchestrator/execution/parallel-execution-types.d.ts.map +0 -1
  1511. package/dist/orchestrator/execution/parallel-execution-types.js +0 -2
  1512. package/dist/orchestrator/execution/parallel-execution-types.js.map +0 -1
  1513. package/dist/orchestrator/execution/parallel-executor.d.ts +0 -34
  1514. package/dist/orchestrator/execution/parallel-executor.d.ts.map +0 -1
  1515. package/dist/orchestrator/execution/parallel-executor.js +0 -172
  1516. package/dist/orchestrator/execution/parallel-executor.js.map +0 -1
  1517. package/dist/orchestrator/execution/pipeline-executor.d.ts +0 -55
  1518. package/dist/orchestrator/execution/pipeline-executor.d.ts.map +0 -1
  1519. package/dist/orchestrator/execution/pipeline-executor.js +0 -279
  1520. package/dist/orchestrator/execution/pipeline-executor.js.map +0 -1
  1521. package/dist/orchestrator/execution/reflection-generator.d.ts +0 -25
  1522. package/dist/orchestrator/execution/reflection-generator.d.ts.map +0 -1
  1523. package/dist/orchestrator/execution/reflection-generator.js +0 -152
  1524. package/dist/orchestrator/execution/reflection-generator.js.map +0 -1
  1525. package/dist/orchestrator/execution/result-reconciler.d.ts +0 -23
  1526. package/dist/orchestrator/execution/result-reconciler.d.ts.map +0 -1
  1527. package/dist/orchestrator/execution/result-reconciler.js +0 -134
  1528. package/dist/orchestrator/execution/result-reconciler.js.map +0 -1
  1529. package/dist/orchestrator/execution/session-manager.d.ts +0 -150
  1530. package/dist/orchestrator/execution/session-manager.d.ts.map +0 -1
  1531. package/dist/orchestrator/execution/session-manager.js +0 -363
  1532. package/dist/orchestrator/execution/session-manager.js.map +0 -1
  1533. package/dist/orchestrator/execution/task/task-approval-check.d.ts +0 -9
  1534. package/dist/orchestrator/execution/task/task-approval-check.d.ts.map +0 -1
  1535. package/dist/orchestrator/execution/task/task-approval-check.js +0 -14
  1536. package/dist/orchestrator/execution/task/task-approval-check.js.map +0 -1
  1537. package/dist/orchestrator/execution/task/task-approval.d.ts +0 -22
  1538. package/dist/orchestrator/execution/task/task-approval.d.ts.map +0 -1
  1539. package/dist/orchestrator/execution/task/task-approval.js +0 -147
  1540. package/dist/orchestrator/execution/task/task-approval.js.map +0 -1
  1541. package/dist/orchestrator/execution/task/task-artifact-contract.d.ts +0 -19
  1542. package/dist/orchestrator/execution/task/task-artifact-contract.d.ts.map +0 -1
  1543. package/dist/orchestrator/execution/task/task-artifact-contract.js +0 -245
  1544. package/dist/orchestrator/execution/task/task-artifact-contract.js.map +0 -1
  1545. package/dist/orchestrator/execution/task/task-context-enricher.d.ts +0 -15
  1546. package/dist/orchestrator/execution/task/task-context-enricher.d.ts.map +0 -1
  1547. package/dist/orchestrator/execution/task/task-context-enricher.js +0 -40
  1548. package/dist/orchestrator/execution/task/task-context-enricher.js.map +0 -1
  1549. package/dist/orchestrator/execution/task/task-diff-capture.d.ts +0 -27
  1550. package/dist/orchestrator/execution/task/task-diff-capture.d.ts.map +0 -1
  1551. package/dist/orchestrator/execution/task/task-diff-capture.js +0 -393
  1552. package/dist/orchestrator/execution/task/task-diff-capture.js.map +0 -1
  1553. package/dist/orchestrator/execution/task/task-execution-helpers-internal.d.ts +0 -5
  1554. package/dist/orchestrator/execution/task/task-execution-helpers-internal.d.ts.map +0 -1
  1555. package/dist/orchestrator/execution/task/task-execution-helpers-internal.js +0 -6
  1556. package/dist/orchestrator/execution/task/task-execution-helpers-internal.js.map +0 -1
  1557. package/dist/orchestrator/execution/task/task-execution-helpers.d.ts +0 -31
  1558. package/dist/orchestrator/execution/task/task-execution-helpers.d.ts.map +0 -1
  1559. package/dist/orchestrator/execution/task/task-execution-helpers.js +0 -198
  1560. package/dist/orchestrator/execution/task/task-execution-helpers.js.map +0 -1
  1561. package/dist/orchestrator/execution/task/task-execution-types.d.ts +0 -22
  1562. package/dist/orchestrator/execution/task/task-execution-types.d.ts.map +0 -1
  1563. package/dist/orchestrator/execution/task/task-execution-types.js +0 -10
  1564. package/dist/orchestrator/execution/task/task-execution-types.js.map +0 -1
  1565. package/dist/orchestrator/execution/task/task-executor.d.ts +0 -46
  1566. package/dist/orchestrator/execution/task/task-executor.d.ts.map +0 -1
  1567. package/dist/orchestrator/execution/task/task-executor.js +0 -216
  1568. package/dist/orchestrator/execution/task/task-executor.js.map +0 -1
  1569. package/dist/orchestrator/execution/task/task-generation-schema.d.ts +0 -210
  1570. package/dist/orchestrator/execution/task/task-generation-schema.d.ts.map +0 -1
  1571. package/dist/orchestrator/execution/task/task-generation-schema.js +0 -42
  1572. package/dist/orchestrator/execution/task/task-generation-schema.js.map +0 -1
  1573. package/dist/orchestrator/execution/task/task-generation-workspace-contract.d.ts +0 -11
  1574. package/dist/orchestrator/execution/task/task-generation-workspace-contract.d.ts.map +0 -1
  1575. package/dist/orchestrator/execution/task/task-generation-workspace-contract.js +0 -149
  1576. package/dist/orchestrator/execution/task/task-generation-workspace-contract.js.map +0 -1
  1577. package/dist/orchestrator/execution/task/task-generation.d.ts +0 -65
  1578. package/dist/orchestrator/execution/task/task-generation.d.ts.map +0 -1
  1579. package/dist/orchestrator/execution/task/task-generation.js +0 -531
  1580. package/dist/orchestrator/execution/task/task-generation.js.map +0 -1
  1581. package/dist/orchestrator/execution/task/task-health-check.d.ts +0 -40
  1582. package/dist/orchestrator/execution/task/task-health-check.d.ts.map +0 -1
  1583. package/dist/orchestrator/execution/task/task-health-check.js +0 -100
  1584. package/dist/orchestrator/execution/task/task-health-check.js.map +0 -1
  1585. package/dist/orchestrator/execution/task/task-history-metrics.d.ts +0 -2
  1586. package/dist/orchestrator/execution/task/task-history-metrics.d.ts.map +0 -1
  1587. package/dist/orchestrator/execution/task/task-history-metrics.js +0 -13
  1588. package/dist/orchestrator/execution/task/task-history-metrics.js.map +0 -1
  1589. package/dist/orchestrator/execution/task/task-lifecycle-policies.d.ts +0 -29
  1590. package/dist/orchestrator/execution/task/task-lifecycle-policies.d.ts.map +0 -1
  1591. package/dist/orchestrator/execution/task/task-lifecycle-policies.js +0 -96
  1592. package/dist/orchestrator/execution/task/task-lifecycle-policies.js.map +0 -1
  1593. package/dist/orchestrator/execution/task/task-lifecycle-runner.d.ts +0 -78
  1594. package/dist/orchestrator/execution/task/task-lifecycle-runner.d.ts.map +0 -1
  1595. package/dist/orchestrator/execution/task/task-lifecycle-runner.js +0 -247
  1596. package/dist/orchestrator/execution/task/task-lifecycle-runner.js.map +0 -1
  1597. package/dist/orchestrator/execution/task/task-lifecycle.d.ts +0 -180
  1598. package/dist/orchestrator/execution/task/task-lifecycle.d.ts.map +0 -1
  1599. package/dist/orchestrator/execution/task/task-lifecycle.js +0 -576
  1600. package/dist/orchestrator/execution/task/task-lifecycle.js.map +0 -1
  1601. package/dist/orchestrator/execution/task/task-outcome-ledger.d.ts +0 -97
  1602. package/dist/orchestrator/execution/task/task-outcome-ledger.d.ts.map +0 -1
  1603. package/dist/orchestrator/execution/task/task-outcome-ledger.js +0 -270
  1604. package/dist/orchestrator/execution/task/task-outcome-ledger.js.map +0 -1
  1605. package/dist/orchestrator/execution/task/task-pipeline-cycle.d.ts +0 -15
  1606. package/dist/orchestrator/execution/task/task-pipeline-cycle.d.ts.map +0 -1
  1607. package/dist/orchestrator/execution/task/task-pipeline-cycle.js +0 -132
  1608. package/dist/orchestrator/execution/task/task-pipeline-cycle.js.map +0 -1
  1609. package/dist/orchestrator/execution/task/task-pipeline-types.d.ts +0 -39
  1610. package/dist/orchestrator/execution/task/task-pipeline-types.d.ts.map +0 -1
  1611. package/dist/orchestrator/execution/task/task-pipeline-types.js +0 -2
  1612. package/dist/orchestrator/execution/task/task-pipeline-types.js.map +0 -1
  1613. package/dist/orchestrator/execution/task/task-post-execution.d.ts +0 -28
  1614. package/dist/orchestrator/execution/task/task-post-execution.d.ts.map +0 -1
  1615. package/dist/orchestrator/execution/task/task-post-execution.js +0 -24
  1616. package/dist/orchestrator/execution/task/task-post-execution.js.map +0 -1
  1617. package/dist/orchestrator/execution/task/task-prompt-builder.d.ts +0 -12
  1618. package/dist/orchestrator/execution/task/task-prompt-builder.d.ts.map +0 -1
  1619. package/dist/orchestrator/execution/task/task-prompt-builder.js +0 -344
  1620. package/dist/orchestrator/execution/task/task-prompt-builder.js.map +0 -1
  1621. package/dist/orchestrator/execution/task/task-side-effects.d.ts +0 -26
  1622. package/dist/orchestrator/execution/task/task-side-effects.d.ts.map +0 -1
  1623. package/dist/orchestrator/execution/task/task-side-effects.js +0 -59
  1624. package/dist/orchestrator/execution/task/task-side-effects.js.map +0 -1
  1625. package/dist/orchestrator/execution/task/task-verifier-evidence.d.ts +0 -33
  1626. package/dist/orchestrator/execution/task/task-verifier-evidence.d.ts.map +0 -1
  1627. package/dist/orchestrator/execution/task/task-verifier-evidence.js +0 -164
  1628. package/dist/orchestrator/execution/task/task-verifier-evidence.js.map +0 -1
  1629. package/dist/orchestrator/execution/task/task-verifier-internal.d.ts +0 -2
  1630. package/dist/orchestrator/execution/task/task-verifier-internal.d.ts.map +0 -1
  1631. package/dist/orchestrator/execution/task/task-verifier-internal.js +0 -2
  1632. package/dist/orchestrator/execution/task/task-verifier-internal.js.map +0 -1
  1633. package/dist/orchestrator/execution/task/task-verifier-llm.d.ts +0 -25
  1634. package/dist/orchestrator/execution/task/task-verifier-llm.d.ts.map +0 -1
  1635. package/dist/orchestrator/execution/task/task-verifier-llm.js +0 -206
  1636. package/dist/orchestrator/execution/task/task-verifier-llm.js.map +0 -1
  1637. package/dist/orchestrator/execution/task/task-verifier-rules.d.ts +0 -35
  1638. package/dist/orchestrator/execution/task/task-verifier-rules.d.ts.map +0 -1
  1639. package/dist/orchestrator/execution/task/task-verifier-rules.js +0 -618
  1640. package/dist/orchestrator/execution/task/task-verifier-rules.js.map +0 -1
  1641. package/dist/orchestrator/execution/task/task-verifier-types.d.ts +0 -112
  1642. package/dist/orchestrator/execution/task/task-verifier-types.d.ts.map +0 -1
  1643. package/dist/orchestrator/execution/task/task-verifier-types.js +0 -9
  1644. package/dist/orchestrator/execution/task/task-verifier-types.js.map +0 -1
  1645. package/dist/orchestrator/execution/task/task-verifier-workspace-guards.d.ts +0 -10
  1646. package/dist/orchestrator/execution/task/task-verifier-workspace-guards.d.ts.map +0 -1
  1647. package/dist/orchestrator/execution/task/task-verifier-workspace-guards.js +0 -65
  1648. package/dist/orchestrator/execution/task/task-verifier-workspace-guards.js.map +0 -1
  1649. package/dist/orchestrator/execution/task/task-verifier.d.ts +0 -50
  1650. package/dist/orchestrator/execution/task/task-verifier.d.ts.map +0 -1
  1651. package/dist/orchestrator/execution/task/task-verifier.js +0 -846
  1652. package/dist/orchestrator/execution/task/task-verifier.js.map +0 -1
  1653. package/dist/orchestrator/execution/task/task-workspace.d.ts +0 -13
  1654. package/dist/orchestrator/execution/task/task-workspace.d.ts.map +0 -1
  1655. package/dist/orchestrator/execution/task/task-workspace.js +0 -32
  1656. package/dist/orchestrator/execution/task/task-workspace.js.map +0 -1
  1657. package/dist/orchestrator/execution/toolset-lock.d.ts +0 -27
  1658. package/dist/orchestrator/execution/toolset-lock.d.ts.map +0 -1
  1659. package/dist/orchestrator/execution/toolset-lock.js +0 -49
  1660. package/dist/orchestrator/execution/toolset-lock.js.map +0 -1
  1661. package/dist/orchestrator/execution/types/checkpoint.d.ts +0 -133
  1662. package/dist/orchestrator/execution/types/checkpoint.d.ts.map +0 -1
  1663. package/dist/orchestrator/execution/types/checkpoint.js +0 -38
  1664. package/dist/orchestrator/execution/types/checkpoint.js.map +0 -1
  1665. package/dist/orchestrator/execution/types/pipeline.d.ts +0 -191
  1666. package/dist/orchestrator/execution/types/pipeline.d.ts.map +0 -1
  1667. package/dist/orchestrator/execution/types/pipeline.js +0 -62
  1668. package/dist/orchestrator/execution/types/pipeline.js.map +0 -1
  1669. package/dist/orchestrator/execution/types/session.d.ts +0 -97
  1670. package/dist/orchestrator/execution/types/session.d.ts.map +0 -1
  1671. package/dist/orchestrator/execution/types/session.js +0 -41
  1672. package/dist/orchestrator/execution/types/session.js.map +0 -1
  1673. package/dist/orchestrator/execution/types/task-group.d.ts +0 -395
  1674. package/dist/orchestrator/execution/types/task-group.d.ts.map +0 -1
  1675. package/dist/orchestrator/execution/types/task-group.js +0 -14
  1676. package/dist/orchestrator/execution/types/task-group.js.map +0 -1
  1677. package/dist/orchestrator/execution/types/task.d.ts +0 -557
  1678. package/dist/orchestrator/execution/types/task.d.ts.map +0 -1
  1679. package/dist/orchestrator/execution/types/task.js +0 -105
  1680. package/dist/orchestrator/execution/types/task.js.map +0 -1
  1681. package/dist/orchestrator/goal/goal-decomposer.d.ts +0 -30
  1682. package/dist/orchestrator/goal/goal-decomposer.d.ts.map +0 -1
  1683. package/dist/orchestrator/goal/goal-decomposer.js +0 -168
  1684. package/dist/orchestrator/goal/goal-decomposer.js.map +0 -1
  1685. package/dist/orchestrator/goal/goal-dependency-graph.d.ts +0 -126
  1686. package/dist/orchestrator/goal/goal-dependency-graph.d.ts.map +0 -1
  1687. package/dist/orchestrator/goal/goal-dependency-graph.js +0 -372
  1688. package/dist/orchestrator/goal/goal-dependency-graph.js.map +0 -1
  1689. package/dist/orchestrator/goal/goal-negotiator.d.ts +0 -76
  1690. package/dist/orchestrator/goal/goal-negotiator.d.ts.map +0 -1
  1691. package/dist/orchestrator/goal/goal-negotiator.js +0 -324
  1692. package/dist/orchestrator/goal/goal-negotiator.js.map +0 -1
  1693. package/dist/orchestrator/goal/goal-refiner.d.ts +0 -46
  1694. package/dist/orchestrator/goal/goal-refiner.d.ts.map +0 -1
  1695. package/dist/orchestrator/goal/goal-refiner.js +0 -304
  1696. package/dist/orchestrator/goal/goal-refiner.js.map +0 -1
  1697. package/dist/orchestrator/goal/goal-suggest.d.ts +0 -97
  1698. package/dist/orchestrator/goal/goal-suggest.d.ts.map +0 -1
  1699. package/dist/orchestrator/goal/goal-suggest.js +0 -243
  1700. package/dist/orchestrator/goal/goal-suggest.js.map +0 -1
  1701. package/dist/orchestrator/goal/goal-tree-manager.d.ts +0 -72
  1702. package/dist/orchestrator/goal/goal-tree-manager.d.ts.map +0 -1
  1703. package/dist/orchestrator/goal/goal-tree-manager.js +0 -572
  1704. package/dist/orchestrator/goal/goal-tree-manager.js.map +0 -1
  1705. package/dist/orchestrator/goal/goal-tree-pruner.d.ts +0 -25
  1706. package/dist/orchestrator/goal/goal-tree-pruner.d.ts.map +0 -1
  1707. package/dist/orchestrator/goal/goal-tree-pruner.js +0 -93
  1708. package/dist/orchestrator/goal/goal-tree-pruner.js.map +0 -1
  1709. package/dist/orchestrator/goal/goal-tree-quality.d.ts +0 -22
  1710. package/dist/orchestrator/goal/goal-tree-quality.d.ts.map +0 -1
  1711. package/dist/orchestrator/goal/goal-tree-quality.js +0 -183
  1712. package/dist/orchestrator/goal/goal-tree-quality.js.map +0 -1
  1713. package/dist/orchestrator/goal/goal-validation.d.ts +0 -19
  1714. package/dist/orchestrator/goal/goal-validation.d.ts.map +0 -1
  1715. package/dist/orchestrator/goal/goal-validation.js +0 -87
  1716. package/dist/orchestrator/goal/goal-validation.js.map +0 -1
  1717. package/dist/orchestrator/goal/milestone-evaluator.d.ts +0 -33
  1718. package/dist/orchestrator/goal/milestone-evaluator.d.ts.map +0 -1
  1719. package/dist/orchestrator/goal/milestone-evaluator.js +0 -164
  1720. package/dist/orchestrator/goal/milestone-evaluator.js.map +0 -1
  1721. package/dist/orchestrator/goal/negotiator-context.d.ts +0 -16
  1722. package/dist/orchestrator/goal/negotiator-context.d.ts.map +0 -1
  1723. package/dist/orchestrator/goal/negotiator-context.js +0 -188
  1724. package/dist/orchestrator/goal/negotiator-context.js.map +0 -1
  1725. package/dist/orchestrator/goal/negotiator-feasibility.d.ts +0 -10
  1726. package/dist/orchestrator/goal/negotiator-feasibility.d.ts.map +0 -1
  1727. package/dist/orchestrator/goal/negotiator-feasibility.js +0 -56
  1728. package/dist/orchestrator/goal/negotiator-feasibility.js.map +0 -1
  1729. package/dist/orchestrator/goal/negotiator-prompts.d.ts +0 -31
  1730. package/dist/orchestrator/goal/negotiator-prompts.d.ts.map +0 -1
  1731. package/dist/orchestrator/goal/negotiator-prompts.js +0 -69
  1732. package/dist/orchestrator/goal/negotiator-prompts.js.map +0 -1
  1733. package/dist/orchestrator/goal/negotiator-steps.d.ts +0 -54
  1734. package/dist/orchestrator/goal/negotiator-steps.d.ts.map +0 -1
  1735. package/dist/orchestrator/goal/negotiator-steps.js +0 -213
  1736. package/dist/orchestrator/goal/negotiator-steps.js.map +0 -1
  1737. package/dist/orchestrator/goal/refiner-prompts.d.ts +0 -10
  1738. package/dist/orchestrator/goal/refiner-prompts.d.ts.map +0 -1
  1739. package/dist/orchestrator/goal/refiner-prompts.js +0 -59
  1740. package/dist/orchestrator/goal/refiner-prompts.js.map +0 -1
  1741. package/dist/orchestrator/goal/state-aggregator.d.ts +0 -89
  1742. package/dist/orchestrator/goal/state-aggregator.d.ts.map +0 -1
  1743. package/dist/orchestrator/goal/state-aggregator.js +0 -331
  1744. package/dist/orchestrator/goal/state-aggregator.js.map +0 -1
  1745. package/dist/orchestrator/goal/subgoal-curriculum.d.ts +0 -30
  1746. package/dist/orchestrator/goal/subgoal-curriculum.d.ts.map +0 -1
  1747. package/dist/orchestrator/goal/subgoal-curriculum.js +0 -53
  1748. package/dist/orchestrator/goal/subgoal-curriculum.js.map +0 -1
  1749. package/dist/orchestrator/goal/tree-loop-orchestrator.d.ts +0 -109
  1750. package/dist/orchestrator/goal/tree-loop-orchestrator.d.ts.map +0 -1
  1751. package/dist/orchestrator/goal/tree-loop-orchestrator.js +0 -301
  1752. package/dist/orchestrator/goal/tree-loop-orchestrator.js.map +0 -1
  1753. package/dist/orchestrator/goal/types/dependency.d.ts +0 -163
  1754. package/dist/orchestrator/goal/types/dependency.d.ts.map +0 -1
  1755. package/dist/orchestrator/goal/types/dependency.js +0 -26
  1756. package/dist/orchestrator/goal/types/dependency.js.map +0 -1
  1757. package/dist/orchestrator/goal/types/goal-refiner.d.ts +0 -108
  1758. package/dist/orchestrator/goal/types/goal-refiner.d.ts.map +0 -1
  1759. package/dist/orchestrator/goal/types/goal-refiner.js +0 -38
  1760. package/dist/orchestrator/goal/types/goal-refiner.js.map +0 -1
  1761. package/dist/orchestrator/goal/types/goal-tree.d.ts +0 -188
  1762. package/dist/orchestrator/goal/types/goal-tree.d.ts.map +0 -1
  1763. package/dist/orchestrator/goal/types/goal-tree.js +0 -76
  1764. package/dist/orchestrator/goal/types/goal-tree.js.map +0 -1
  1765. package/dist/orchestrator/goal/types/goal.d.ts +0 -1785
  1766. package/dist/orchestrator/goal/types/goal.d.ts.map +0 -1
  1767. package/dist/orchestrator/goal/types/goal.js +0 -169
  1768. package/dist/orchestrator/goal/types/goal.js.map +0 -1
  1769. package/dist/orchestrator/goal/types/negotiation.d.ts +0 -564
  1770. package/dist/orchestrator/goal/types/negotiation.d.ts.map +0 -1
  1771. package/dist/orchestrator/goal/types/negotiation.js +0 -87
  1772. package/dist/orchestrator/goal/types/negotiation.js.map +0 -1
  1773. package/dist/orchestrator/goal/types/suggest.d.ts +0 -92
  1774. package/dist/orchestrator/goal/types/suggest.d.ts.map +0 -1
  1775. package/dist/orchestrator/goal/types/suggest.js +0 -15
  1776. package/dist/orchestrator/goal/types/suggest.js.map +0 -1
  1777. package/dist/orchestrator/goal-loop.d.ts +0 -33
  1778. package/dist/orchestrator/goal-loop.d.ts.map +0 -1
  1779. package/dist/orchestrator/goal-loop.js +0 -72
  1780. package/dist/orchestrator/goal-loop.js.map +0 -1
  1781. package/dist/orchestrator/knowledge/knowledge-manager.d.ts +0 -2
  1782. package/dist/orchestrator/knowledge/knowledge-manager.d.ts.map +0 -1
  1783. package/dist/orchestrator/knowledge/knowledge-manager.js +0 -2
  1784. package/dist/orchestrator/knowledge/knowledge-manager.js.map +0 -1
  1785. package/dist/orchestrator/knowledge/transfer/knowledge-transfer.d.ts +0 -2
  1786. package/dist/orchestrator/knowledge/transfer/knowledge-transfer.d.ts.map +0 -1
  1787. package/dist/orchestrator/knowledge/transfer/knowledge-transfer.js +0 -2
  1788. package/dist/orchestrator/knowledge/transfer/knowledge-transfer.js.map +0 -1
  1789. package/dist/orchestrator/loop/checkpoint-manager-loop.d.ts +0 -28
  1790. package/dist/orchestrator/loop/checkpoint-manager-loop.d.ts.map +0 -1
  1791. package/dist/orchestrator/loop/checkpoint-manager-loop.js +0 -59
  1792. package/dist/orchestrator/loop/checkpoint-manager-loop.js.map +0 -1
  1793. package/dist/orchestrator/loop/core-loop.d.ts +0 -2
  1794. package/dist/orchestrator/loop/core-loop.d.ts.map +0 -1
  1795. package/dist/orchestrator/loop/core-loop.js +0 -4
  1796. package/dist/orchestrator/loop/core-loop.js.map +0 -1
  1797. package/dist/orchestrator/loop/durable-loop/capability.d.ts +0 -22
  1798. package/dist/orchestrator/loop/durable-loop/capability.d.ts.map +0 -1
  1799. package/dist/orchestrator/loop/durable-loop/capability.js +0 -151
  1800. package/dist/orchestrator/loop/durable-loop/capability.js.map +0 -1
  1801. package/dist/orchestrator/loop/durable-loop/contracts.d.ts +0 -321
  1802. package/dist/orchestrator/loop/durable-loop/contracts.d.ts.map +0 -1
  1803. package/dist/orchestrator/loop/durable-loop/contracts.js +0 -40
  1804. package/dist/orchestrator/loop/durable-loop/contracts.js.map +0 -1
  1805. package/dist/orchestrator/loop/durable-loop/control.d.ts +0 -27
  1806. package/dist/orchestrator/loop/durable-loop/control.d.ts.map +0 -1
  1807. package/dist/orchestrator/loop/durable-loop/control.js +0 -72
  1808. package/dist/orchestrator/loop/durable-loop/control.js.map +0 -1
  1809. package/dist/orchestrator/loop/durable-loop/decision-engine.d.ts +0 -79
  1810. package/dist/orchestrator/loop/durable-loop/decision-engine.d.ts.map +0 -1
  1811. package/dist/orchestrator/loop/durable-loop/decision-engine.js +0 -145
  1812. package/dist/orchestrator/loop/durable-loop/decision-engine.js.map +0 -1
  1813. package/dist/orchestrator/loop/durable-loop/dream-review-checkpoint.d.ts +0 -48
  1814. package/dist/orchestrator/loop/durable-loop/dream-review-checkpoint.d.ts.map +0 -1
  1815. package/dist/orchestrator/loop/durable-loop/dream-review-checkpoint.js +0 -378
  1816. package/dist/orchestrator/loop/durable-loop/dream-review-checkpoint.js.map +0 -1
  1817. package/dist/orchestrator/loop/durable-loop/evidence-ledger.d.ts +0 -22
  1818. package/dist/orchestrator/loop/durable-loop/evidence-ledger.d.ts.map +0 -1
  1819. package/dist/orchestrator/loop/durable-loop/evidence-ledger.js +0 -36
  1820. package/dist/orchestrator/loop/durable-loop/evidence-ledger.js.map +0 -1
  1821. package/dist/orchestrator/loop/durable-loop/iteration-kernel-evidence-helpers.d.ts +0 -13
  1822. package/dist/orchestrator/loop/durable-loop/iteration-kernel-evidence-helpers.d.ts.map +0 -1
  1823. package/dist/orchestrator/loop/durable-loop/iteration-kernel-evidence-helpers.js +0 -65
  1824. package/dist/orchestrator/loop/durable-loop/iteration-kernel-evidence-helpers.js.map +0 -1
  1825. package/dist/orchestrator/loop/durable-loop/iteration-kernel-knowledge.d.ts +0 -7
  1826. package/dist/orchestrator/loop/durable-loop/iteration-kernel-knowledge.d.ts.map +0 -1
  1827. package/dist/orchestrator/loop/durable-loop/iteration-kernel-knowledge.js +0 -43
  1828. package/dist/orchestrator/loop/durable-loop/iteration-kernel-knowledge.js.map +0 -1
  1829. package/dist/orchestrator/loop/durable-loop/iteration-kernel-wait.d.ts +0 -14
  1830. package/dist/orchestrator/loop/durable-loop/iteration-kernel-wait.d.ts.map +0 -1
  1831. package/dist/orchestrator/loop/durable-loop/iteration-kernel-wait.js +0 -40
  1832. package/dist/orchestrator/loop/durable-loop/iteration-kernel-wait.js.map +0 -1
  1833. package/dist/orchestrator/loop/durable-loop/iteration-kernel.d.ts +0 -38
  1834. package/dist/orchestrator/loop/durable-loop/iteration-kernel.d.ts.map +0 -1
  1835. package/dist/orchestrator/loop/durable-loop/iteration-kernel.js +0 -779
  1836. package/dist/orchestrator/loop/durable-loop/iteration-kernel.js.map +0 -1
  1837. package/dist/orchestrator/loop/durable-loop/learning.d.ts +0 -31
  1838. package/dist/orchestrator/loop/durable-loop/learning.d.ts.map +0 -1
  1839. package/dist/orchestrator/loop/durable-loop/learning.js +0 -92
  1840. package/dist/orchestrator/loop/durable-loop/learning.js.map +0 -1
  1841. package/dist/orchestrator/loop/durable-loop/phase-policy.d.ts +0 -20
  1842. package/dist/orchestrator/loop/durable-loop/phase-policy.d.ts.map +0 -1
  1843. package/dist/orchestrator/loop/durable-loop/phase-policy.js +0 -158
  1844. package/dist/orchestrator/loop/durable-loop/phase-policy.js.map +0 -1
  1845. package/dist/orchestrator/loop/durable-loop/phase-runtime.d.ts +0 -31
  1846. package/dist/orchestrator/loop/durable-loop/phase-runtime.d.ts.map +0 -1
  1847. package/dist/orchestrator/loop/durable-loop/phase-runtime.js +0 -103
  1848. package/dist/orchestrator/loop/durable-loop/phase-runtime.js.map +0 -1
  1849. package/dist/orchestrator/loop/durable-loop/phase-specs.d.ts +0 -1279
  1850. package/dist/orchestrator/loop/durable-loop/phase-specs.d.ts.map +0 -1
  1851. package/dist/orchestrator/loop/durable-loop/phase-specs.js +0 -356
  1852. package/dist/orchestrator/loop/durable-loop/phase-specs.js.map +0 -1
  1853. package/dist/orchestrator/loop/durable-loop/preparation.d.ts +0 -59
  1854. package/dist/orchestrator/loop/durable-loop/preparation.d.ts.map +0 -1
  1855. package/dist/orchestrator/loop/durable-loop/preparation.js +0 -374
  1856. package/dist/orchestrator/loop/durable-loop/preparation.js.map +0 -1
  1857. package/dist/orchestrator/loop/durable-loop/public-research.d.ts +0 -32
  1858. package/dist/orchestrator/loop/durable-loop/public-research.d.ts.map +0 -1
  1859. package/dist/orchestrator/loop/durable-loop/public-research.js +0 -112
  1860. package/dist/orchestrator/loop/durable-loop/public-research.js.map +0 -1
  1861. package/dist/orchestrator/loop/durable-loop/task-cycle-stall.d.ts +0 -11
  1862. package/dist/orchestrator/loop/durable-loop/task-cycle-stall.d.ts.map +0 -1
  1863. package/dist/orchestrator/loop/durable-loop/task-cycle-stall.js +0 -470
  1864. package/dist/orchestrator/loop/durable-loop/task-cycle-stall.js.map +0 -1
  1865. package/dist/orchestrator/loop/durable-loop/task-cycle-wait.d.ts +0 -11
  1866. package/dist/orchestrator/loop/durable-loop/task-cycle-wait.d.ts.map +0 -1
  1867. package/dist/orchestrator/loop/durable-loop/task-cycle-wait.js +0 -175
  1868. package/dist/orchestrator/loop/durable-loop/task-cycle-wait.js.map +0 -1
  1869. package/dist/orchestrator/loop/durable-loop/task-cycle.d.ts +0 -39
  1870. package/dist/orchestrator/loop/durable-loop/task-cycle.d.ts.map +0 -1
  1871. package/dist/orchestrator/loop/durable-loop/task-cycle.js +0 -450
  1872. package/dist/orchestrator/loop/durable-loop/task-cycle.js.map +0 -1
  1873. package/dist/orchestrator/loop/durable-loop.d.ts +0 -93
  1874. package/dist/orchestrator/loop/durable-loop.d.ts.map +0 -1
  1875. package/dist/orchestrator/loop/durable-loop.js +0 -651
  1876. package/dist/orchestrator/loop/durable-loop.js.map +0 -1
  1877. package/dist/orchestrator/loop/iteration-budget.d.ts +0 -49
  1878. package/dist/orchestrator/loop/iteration-budget.d.ts.map +0 -1
  1879. package/dist/orchestrator/loop/iteration-budget.js +0 -75
  1880. package/dist/orchestrator/loop/iteration-budget.js.map +0 -1
  1881. package/dist/orchestrator/loop/learning-evidence.d.ts +0 -12
  1882. package/dist/orchestrator/loop/learning-evidence.d.ts.map +0 -1
  1883. package/dist/orchestrator/loop/learning-evidence.js +0 -37
  1884. package/dist/orchestrator/loop/learning-evidence.js.map +0 -1
  1885. package/dist/orchestrator/loop/loop-report-helper.d.ts +0 -14
  1886. package/dist/orchestrator/loop/loop-report-helper.d.ts.map +0 -1
  1887. package/dist/orchestrator/loop/loop-report-helper.js +0 -88
  1888. package/dist/orchestrator/loop/loop-report-helper.js.map +0 -1
  1889. package/dist/orchestrator/loop/loop-result-types.d.ts +0 -116
  1890. package/dist/orchestrator/loop/loop-result-types.d.ts.map +0 -1
  1891. package/dist/orchestrator/loop/loop-result-types.js +0 -27
  1892. package/dist/orchestrator/loop/loop-result-types.js.map +0 -1
  1893. package/dist/orchestrator/loop/parallel-dispatch.d.ts +0 -16
  1894. package/dist/orchestrator/loop/parallel-dispatch.d.ts.map +0 -1
  1895. package/dist/orchestrator/loop/parallel-dispatch.js +0 -103
  1896. package/dist/orchestrator/loop/parallel-dispatch.js.map +0 -1
  1897. package/dist/orchestrator/loop/post-loop-hooks.d.ts +0 -31
  1898. package/dist/orchestrator/loop/post-loop-hooks.d.ts.map +0 -1
  1899. package/dist/orchestrator/loop/post-loop-hooks.js +0 -171
  1900. package/dist/orchestrator/loop/post-loop-hooks.js.map +0 -1
  1901. package/dist/orchestrator/loop/run-policy.d.ts +0 -10
  1902. package/dist/orchestrator/loop/run-policy.d.ts.map +0 -1
  1903. package/dist/orchestrator/loop/run-policy.js +0 -30
  1904. package/dist/orchestrator/loop/run-policy.js.map +0 -1
  1905. package/dist/orchestrator/loop/stall-evidence.d.ts +0 -12
  1906. package/dist/orchestrator/loop/stall-evidence.d.ts.map +0 -1
  1907. package/dist/orchestrator/loop/stall-evidence.js +0 -33
  1908. package/dist/orchestrator/loop/stall-evidence.js.map +0 -1
  1909. package/dist/orchestrator/loop/state-diff.d.ts +0 -41
  1910. package/dist/orchestrator/loop/state-diff.d.ts.map +0 -1
  1911. package/dist/orchestrator/loop/state-diff.js +0 -86
  1912. package/dist/orchestrator/loop/state-diff.js.map +0 -1
  1913. package/dist/orchestrator/loop/tree-loop-runner.d.ts +0 -28
  1914. package/dist/orchestrator/loop/tree-loop-runner.d.ts.map +0 -1
  1915. package/dist/orchestrator/loop/tree-loop-runner.js +0 -235
  1916. package/dist/orchestrator/loop/tree-loop-runner.js.map +0 -1
  1917. package/dist/orchestrator/loop/verification-layer1.d.ts +0 -38
  1918. package/dist/orchestrator/loop/verification-layer1.d.ts.map +0 -1
  1919. package/dist/orchestrator/loop/verification-layer1.js +0 -81
  1920. package/dist/orchestrator/loop/verification-layer1.js.map +0 -1
  1921. package/dist/orchestrator/observation/capability-detector.d.ts +0 -2
  1922. package/dist/orchestrator/observation/capability-detector.d.ts.map +0 -1
  1923. package/dist/orchestrator/observation/capability-detector.js +0 -2
  1924. package/dist/orchestrator/observation/capability-detector.js.map +0 -1
  1925. package/dist/orchestrator/strategy/cross-goal-portfolio.d.ts +0 -115
  1926. package/dist/orchestrator/strategy/cross-goal-portfolio.d.ts.map +0 -1
  1927. package/dist/orchestrator/strategy/cross-goal-portfolio.js +0 -399
  1928. package/dist/orchestrator/strategy/cross-goal-portfolio.js.map +0 -1
  1929. package/dist/orchestrator/strategy/divergent-exploration.d.ts +0 -38
  1930. package/dist/orchestrator/strategy/divergent-exploration.d.ts.map +0 -1
  1931. package/dist/orchestrator/strategy/divergent-exploration.js +0 -407
  1932. package/dist/orchestrator/strategy/divergent-exploration.js.map +0 -1
  1933. package/dist/orchestrator/strategy/portfolio-allocation.d.ts +0 -70
  1934. package/dist/orchestrator/strategy/portfolio-allocation.d.ts.map +0 -1
  1935. package/dist/orchestrator/strategy/portfolio-allocation.js +0 -265
  1936. package/dist/orchestrator/strategy/portfolio-allocation.js.map +0 -1
  1937. package/dist/orchestrator/strategy/portfolio-manager.d.ts +0 -154
  1938. package/dist/orchestrator/strategy/portfolio-manager.d.ts.map +0 -1
  1939. package/dist/orchestrator/strategy/portfolio-manager.js +0 -361
  1940. package/dist/orchestrator/strategy/portfolio-manager.js.map +0 -1
  1941. package/dist/orchestrator/strategy/portfolio-momentum.d.ts +0 -11
  1942. package/dist/orchestrator/strategy/portfolio-momentum.d.ts.map +0 -1
  1943. package/dist/orchestrator/strategy/portfolio-momentum.js +0 -64
  1944. package/dist/orchestrator/strategy/portfolio-momentum.js.map +0 -1
  1945. package/dist/orchestrator/strategy/portfolio-rebalance.d.ts +0 -78
  1946. package/dist/orchestrator/strategy/portfolio-rebalance.d.ts.map +0 -1
  1947. package/dist/orchestrator/strategy/portfolio-rebalance.js +0 -391
  1948. package/dist/orchestrator/strategy/portfolio-rebalance.js.map +0 -1
  1949. package/dist/orchestrator/strategy/portfolio-scheduling.d.ts +0 -25
  1950. package/dist/orchestrator/strategy/portfolio-scheduling.d.ts.map +0 -1
  1951. package/dist/orchestrator/strategy/portfolio-scheduling.js +0 -133
  1952. package/dist/orchestrator/strategy/portfolio-scheduling.js.map +0 -1
  1953. package/dist/orchestrator/strategy/portfolio-wait-observation.d.ts +0 -18
  1954. package/dist/orchestrator/strategy/portfolio-wait-observation.d.ts.map +0 -1
  1955. package/dist/orchestrator/strategy/portfolio-wait-observation.js +0 -377
  1956. package/dist/orchestrator/strategy/portfolio-wait-observation.js.map +0 -1
  1957. package/dist/orchestrator/strategy/strategy-helpers.d.ts +0 -310
  1958. package/dist/orchestrator/strategy/strategy-helpers.d.ts.map +0 -1
  1959. package/dist/orchestrator/strategy/strategy-helpers.js +0 -198
  1960. package/dist/orchestrator/strategy/strategy-helpers.js.map +0 -1
  1961. package/dist/orchestrator/strategy/strategy-manager-base.d.ts +0 -166
  1962. package/dist/orchestrator/strategy/strategy-manager-base.d.ts.map +0 -1
  1963. package/dist/orchestrator/strategy/strategy-manager-base.js +0 -665
  1964. package/dist/orchestrator/strategy/strategy-manager-base.js.map +0 -1
  1965. package/dist/orchestrator/strategy/strategy-manager.d.ts +0 -69
  1966. package/dist/orchestrator/strategy/strategy-manager.d.ts.map +0 -1
  1967. package/dist/orchestrator/strategy/strategy-manager.js +0 -363
  1968. package/dist/orchestrator/strategy/strategy-manager.js.map +0 -1
  1969. package/dist/orchestrator/strategy/strategy-template-registry.d.ts +0 -83
  1970. package/dist/orchestrator/strategy/strategy-template-registry.d.ts.map +0 -1
  1971. package/dist/orchestrator/strategy/strategy-template-registry.js +0 -335
  1972. package/dist/orchestrator/strategy/strategy-template-registry.js.map +0 -1
  1973. package/dist/orchestrator/strategy/strategy-template-state-migration.d.ts +0 -14
  1974. package/dist/orchestrator/strategy/strategy-template-state-migration.d.ts.map +0 -1
  1975. package/dist/orchestrator/strategy/strategy-template-state-migration.js +0 -136
  1976. package/dist/orchestrator/strategy/strategy-template-state-migration.js.map +0 -1
  1977. package/dist/orchestrator/strategy/strategy-template-state-store.d.ts +0 -16
  1978. package/dist/orchestrator/strategy/strategy-template-state-store.d.ts.map +0 -1
  1979. package/dist/orchestrator/strategy/strategy-template-state-store.js +0 -84
  1980. package/dist/orchestrator/strategy/strategy-template-state-store.js.map +0 -1
  1981. package/dist/orchestrator/strategy/strategy-workspace.d.ts +0 -53
  1982. package/dist/orchestrator/strategy/strategy-workspace.d.ts.map +0 -1
  1983. package/dist/orchestrator/strategy/strategy-workspace.js +0 -108
  1984. package/dist/orchestrator/strategy/strategy-workspace.js.map +0 -1
  1985. package/dist/orchestrator/strategy/types/cross-portfolio.d.ts +0 -379
  1986. package/dist/orchestrator/strategy/types/cross-portfolio.d.ts.map +0 -1
  1987. package/dist/orchestrator/strategy/types/cross-portfolio.js +0 -156
  1988. package/dist/orchestrator/strategy/types/cross-portfolio.js.map +0 -1
  1989. package/dist/orchestrator/strategy/types/portfolio.d.ts +0 -147
  1990. package/dist/orchestrator/strategy/types/portfolio.d.ts.map +0 -1
  1991. package/dist/orchestrator/strategy/types/portfolio.js +0 -56
  1992. package/dist/orchestrator/strategy/types/portfolio.js.map +0 -1
  1993. package/dist/orchestrator/strategy/types/strategy.d.ts +0 -1962
  1994. package/dist/orchestrator/strategy/types/strategy.d.ts.map +0 -1
  1995. package/dist/orchestrator/strategy/types/strategy.js +0 -280
  1996. package/dist/orchestrator/strategy/types/strategy.js.map +0 -1
  1997. package/dist/orchestrator/strategy-manager.d.ts +0 -2
  1998. package/dist/orchestrator/strategy-manager.d.ts.map +0 -1
  1999. package/dist/orchestrator/strategy-manager.js +0 -2
  2000. package/dist/orchestrator/strategy-manager.js.map +0 -1
  2001. package/dist/platform/code-search/candidate-normalizer.d.ts +0 -3
  2002. package/dist/platform/code-search/candidate-normalizer.d.ts.map +0 -1
  2003. package/dist/platform/code-search/candidate-normalizer.js +0 -63
  2004. package/dist/platform/code-search/candidate-normalizer.js.map +0 -1
  2005. package/dist/platform/code-search/candidate.d.ts +0 -25
  2006. package/dist/platform/code-search/candidate.d.ts.map +0 -1
  2007. package/dist/platform/code-search/candidate.js +0 -66
  2008. package/dist/platform/code-search/candidate.js.map +0 -1
  2009. package/dist/platform/code-search/contracts.d.ts +0 -286
  2010. package/dist/platform/code-search/contracts.d.ts.map +0 -1
  2011. package/dist/platform/code-search/contracts.js +0 -22
  2012. package/dist/platform/code-search/contracts.js.map +0 -1
  2013. package/dist/platform/code-search/eval/fixtures.d.ts +0 -14
  2014. package/dist/platform/code-search/eval/fixtures.d.ts.map +0 -1
  2015. package/dist/platform/code-search/eval/fixtures.js +0 -24
  2016. package/dist/platform/code-search/eval/fixtures.js.map +0 -1
  2017. package/dist/platform/code-search/eval/metrics.d.ts +0 -10
  2018. package/dist/platform/code-search/eval/metrics.d.ts.map +0 -1
  2019. package/dist/platform/code-search/eval/metrics.js +0 -20
  2020. package/dist/platform/code-search/eval/metrics.js.map +0 -1
  2021. package/dist/platform/code-search/eval/runner.d.ts +0 -3
  2022. package/dist/platform/code-search/eval/runner.d.ts.map +0 -1
  2023. package/dist/platform/code-search/eval/runner.js +0 -13
  2024. package/dist/platform/code-search/eval/runner.js.map +0 -1
  2025. package/dist/platform/code-search/fusion.d.ts +0 -6
  2026. package/dist/platform/code-search/fusion.d.ts.map +0 -1
  2027. package/dist/platform/code-search/fusion.js +0 -12
  2028. package/dist/platform/code-search/fusion.js.map +0 -1
  2029. package/dist/platform/code-search/generated-detector.d.ts +0 -15
  2030. package/dist/platform/code-search/generated-detector.d.ts.map +0 -1
  2031. package/dist/platform/code-search/generated-detector.js +0 -42
  2032. package/dist/platform/code-search/generated-detector.js.map +0 -1
  2033. package/dist/platform/code-search/indexes/call-graph.d.ts +0 -3
  2034. package/dist/platform/code-search/indexes/call-graph.d.ts.map +0 -1
  2035. package/dist/platform/code-search/indexes/call-graph.js +0 -13
  2036. package/dist/platform/code-search/indexes/call-graph.js.map +0 -1
  2037. package/dist/platform/code-search/indexes/config-index.d.ts +0 -3
  2038. package/dist/platform/code-search/indexes/config-index.d.ts.map +0 -1
  2039. package/dist/platform/code-search/indexes/config-index.js +0 -7
  2040. package/dist/platform/code-search/indexes/config-index.js.map +0 -1
  2041. package/dist/platform/code-search/indexes/file-index.d.ts +0 -5
  2042. package/dist/platform/code-search/indexes/file-index.d.ts.map +0 -1
  2043. package/dist/platform/code-search/indexes/file-index.js +0 -110
  2044. package/dist/platform/code-search/indexes/file-index.js.map +0 -1
  2045. package/dist/platform/code-search/indexes/index-store.d.ts +0 -6
  2046. package/dist/platform/code-search/indexes/index-store.d.ts.map +0 -1
  2047. package/dist/platform/code-search/indexes/index-store.js +0 -14
  2048. package/dist/platform/code-search/indexes/index-store.js.map +0 -1
  2049. package/dist/platform/code-search/indexes/indexer.d.ts +0 -3
  2050. package/dist/platform/code-search/indexes/indexer.d.ts.map +0 -1
  2051. package/dist/platform/code-search/indexes/indexer.js +0 -30
  2052. package/dist/platform/code-search/indexes/indexer.js.map +0 -1
  2053. package/dist/platform/code-search/indexes/package-graph.d.ts +0 -3
  2054. package/dist/platform/code-search/indexes/package-graph.d.ts.map +0 -1
  2055. package/dist/platform/code-search/indexes/package-graph.js +0 -29
  2056. package/dist/platform/code-search/indexes/package-graph.js.map +0 -1
  2057. package/dist/platform/code-search/indexes/repo-map-index.d.ts +0 -3
  2058. package/dist/platform/code-search/indexes/repo-map-index.d.ts.map +0 -1
  2059. package/dist/platform/code-search/indexes/repo-map-index.js +0 -26
  2060. package/dist/platform/code-search/indexes/repo-map-index.js.map +0 -1
  2061. package/dist/platform/code-search/indexes/semantic-index.d.ts +0 -3
  2062. package/dist/platform/code-search/indexes/semantic-index.d.ts.map +0 -1
  2063. package/dist/platform/code-search/indexes/semantic-index.js +0 -7
  2064. package/dist/platform/code-search/indexes/semantic-index.js.map +0 -1
  2065. package/dist/platform/code-search/indexes/symbol-index.d.ts +0 -3
  2066. package/dist/platform/code-search/indexes/symbol-index.d.ts.map +0 -1
  2067. package/dist/platform/code-search/indexes/symbol-index.js +0 -84
  2068. package/dist/platform/code-search/indexes/symbol-index.js.map +0 -1
  2069. package/dist/platform/code-search/indexes/test-index.d.ts +0 -3
  2070. package/dist/platform/code-search/indexes/test-index.d.ts.map +0 -1
  2071. package/dist/platform/code-search/indexes/test-index.js +0 -22
  2072. package/dist/platform/code-search/indexes/test-index.js.map +0 -1
  2073. package/dist/platform/code-search/orchestrator.d.ts +0 -9
  2074. package/dist/platform/code-search/orchestrator.d.ts.map +0 -1
  2075. package/dist/platform/code-search/orchestrator.js +0 -92
  2076. package/dist/platform/code-search/orchestrator.js.map +0 -1
  2077. package/dist/platform/code-search/parse-position.d.ts +0 -2
  2078. package/dist/platform/code-search/parse-position.d.ts.map +0 -1
  2079. package/dist/platform/code-search/parse-position.js +0 -10
  2080. package/dist/platform/code-search/parse-position.js.map +0 -1
  2081. package/dist/platform/code-search/path-policy.d.ts +0 -6
  2082. package/dist/platform/code-search/path-policy.d.ts.map +0 -1
  2083. package/dist/platform/code-search/path-policy.js +0 -60
  2084. package/dist/platform/code-search/path-policy.js.map +0 -1
  2085. package/dist/platform/code-search/progressive-reader.d.ts +0 -8
  2086. package/dist/platform/code-search/progressive-reader.d.ts.map +0 -1
  2087. package/dist/platform/code-search/progressive-reader.js +0 -218
  2088. package/dist/platform/code-search/progressive-reader.js.map +0 -1
  2089. package/dist/platform/code-search/query-planner.d.ts +0 -4
  2090. package/dist/platform/code-search/query-planner.d.ts.map +0 -1
  2091. package/dist/platform/code-search/query-planner.js +0 -92
  2092. package/dist/platform/code-search/query-planner.js.map +0 -1
  2093. package/dist/platform/code-search/reranker.d.ts +0 -8
  2094. package/dist/platform/code-search/reranker.d.ts.map +0 -1
  2095. package/dist/platform/code-search/reranker.js +0 -61
  2096. package/dist/platform/code-search/reranker.js.map +0 -1
  2097. package/dist/platform/code-search/retrievers/callgraph-retriever.d.ts +0 -6
  2098. package/dist/platform/code-search/retrievers/callgraph-retriever.d.ts.map +0 -1
  2099. package/dist/platform/code-search/retrievers/callgraph-retriever.js +0 -31
  2100. package/dist/platform/code-search/retrievers/callgraph-retriever.js.map +0 -1
  2101. package/dist/platform/code-search/retrievers/config-retriever.d.ts +0 -6
  2102. package/dist/platform/code-search/retrievers/config-retriever.d.ts.map +0 -1
  2103. package/dist/platform/code-search/retrievers/config-retriever.js +0 -23
  2104. package/dist/platform/code-search/retrievers/config-retriever.js.map +0 -1
  2105. package/dist/platform/code-search/retrievers/lexical-retriever.d.ts +0 -6
  2106. package/dist/platform/code-search/retrievers/lexical-retriever.d.ts.map +0 -1
  2107. package/dist/platform/code-search/retrievers/lexical-retriever.js +0 -49
  2108. package/dist/platform/code-search/retrievers/lexical-retriever.js.map +0 -1
  2109. package/dist/platform/code-search/retrievers/package-retriever.d.ts +0 -6
  2110. package/dist/platform/code-search/retrievers/package-retriever.d.ts.map +0 -1
  2111. package/dist/platform/code-search/retrievers/package-retriever.js +0 -29
  2112. package/dist/platform/code-search/retrievers/package-retriever.js.map +0 -1
  2113. package/dist/platform/code-search/retrievers/repo-map-retriever.d.ts +0 -6
  2114. package/dist/platform/code-search/retrievers/repo-map-retriever.d.ts.map +0 -1
  2115. package/dist/platform/code-search/retrievers/repo-map-retriever.js +0 -30
  2116. package/dist/platform/code-search/retrievers/repo-map-retriever.js.map +0 -1
  2117. package/dist/platform/code-search/retrievers/semantic-retriever.d.ts +0 -6
  2118. package/dist/platform/code-search/retrievers/semantic-retriever.d.ts.map +0 -1
  2119. package/dist/platform/code-search/retrievers/semantic-retriever.js +0 -18
  2120. package/dist/platform/code-search/retrievers/semantic-retriever.js.map +0 -1
  2121. package/dist/platform/code-search/retrievers/stacktrace-retriever.d.ts +0 -6
  2122. package/dist/platform/code-search/retrievers/stacktrace-retriever.d.ts.map +0 -1
  2123. package/dist/platform/code-search/retrievers/stacktrace-retriever.js +0 -30
  2124. package/dist/platform/code-search/retrievers/stacktrace-retriever.js.map +0 -1
  2125. package/dist/platform/code-search/retrievers/symbol-retriever.d.ts +0 -6
  2126. package/dist/platform/code-search/retrievers/symbol-retriever.d.ts.map +0 -1
  2127. package/dist/platform/code-search/retrievers/symbol-retriever.js +0 -32
  2128. package/dist/platform/code-search/retrievers/symbol-retriever.js.map +0 -1
  2129. package/dist/platform/code-search/retrievers/test-retriever.d.ts +0 -6
  2130. package/dist/platform/code-search/retrievers/test-retriever.d.ts.map +0 -1
  2131. package/dist/platform/code-search/retrievers/test-retriever.js +0 -30
  2132. package/dist/platform/code-search/retrievers/test-retriever.js.map +0 -1
  2133. package/dist/platform/code-search/session-store.d.ts +0 -11
  2134. package/dist/platform/code-search/session-store.d.ts.map +0 -1
  2135. package/dist/platform/code-search/session-store.js +0 -41
  2136. package/dist/platform/code-search/session-store.js.map +0 -1
  2137. package/dist/platform/code-search/trace.d.ts +0 -9
  2138. package/dist/platform/code-search/trace.d.ts.map +0 -1
  2139. package/dist/platform/code-search/trace.js +0 -25
  2140. package/dist/platform/code-search/trace.js.map +0 -1
  2141. package/dist/platform/code-search/verification-retrieval.d.ts +0 -3
  2142. package/dist/platform/code-search/verification-retrieval.d.ts.map +0 -1
  2143. package/dist/platform/code-search/verification-retrieval.js +0 -34
  2144. package/dist/platform/code-search/verification-retrieval.js.map +0 -1
  2145. package/dist/platform/corrections/cognition-memory-review.d.ts +0 -233
  2146. package/dist/platform/corrections/cognition-memory-review.d.ts.map +0 -1
  2147. package/dist/platform/corrections/cognition-memory-review.js +0 -93
  2148. package/dist/platform/corrections/cognition-memory-review.js.map +0 -1
  2149. package/dist/platform/corrections/index.d.ts +0 -4
  2150. package/dist/platform/corrections/index.d.ts.map +0 -1
  2151. package/dist/platform/corrections/index.js +0 -4
  2152. package/dist/platform/corrections/index.js.map +0 -1
  2153. package/dist/platform/corrections/memory-correction-ledger.d.ts +0 -656
  2154. package/dist/platform/corrections/memory-correction-ledger.d.ts.map +0 -1
  2155. package/dist/platform/corrections/memory-correction-ledger.js +0 -120
  2156. package/dist/platform/corrections/memory-correction-ledger.js.map +0 -1
  2157. package/dist/platform/corrections/memory-governance.d.ts +0 -118
  2158. package/dist/platform/corrections/memory-governance.d.ts.map +0 -1
  2159. package/dist/platform/corrections/memory-governance.js +0 -32
  2160. package/dist/platform/corrections/memory-governance.js.map +0 -1
  2161. package/dist/platform/corrections/memory-quarantine.d.ts +0 -57
  2162. package/dist/platform/corrections/memory-quarantine.d.ts.map +0 -1
  2163. package/dist/platform/corrections/memory-quarantine.js +0 -42
  2164. package/dist/platform/corrections/memory-quarantine.js.map +0 -1
  2165. package/dist/platform/corrections/user-memory-operations.d.ts +0 -31
  2166. package/dist/platform/corrections/user-memory-operations.d.ts.map +0 -1
  2167. package/dist/platform/corrections/user-memory-operations.js +0 -139
  2168. package/dist/platform/corrections/user-memory-operations.js.map +0 -1
  2169. package/dist/platform/dream/dream-activation-artifacts.d.ts +0 -5
  2170. package/dist/platform/dream/dream-activation-artifacts.d.ts.map +0 -1
  2171. package/dist/platform/dream/dream-activation-artifacts.js +0 -23
  2172. package/dist/platform/dream/dream-activation-artifacts.js.map +0 -1
  2173. package/dist/platform/dream/dream-activation.d.ts +0 -39
  2174. package/dist/platform/dream/dream-activation.d.ts.map +0 -1
  2175. package/dist/platform/dream/dream-activation.js +0 -247
  2176. package/dist/platform/dream/dream-activation.js.map +0 -1
  2177. package/dist/platform/dream/dream-analyzer.d.ts +0 -52
  2178. package/dist/platform/dream/dream-analyzer.d.ts.map +0 -1
  2179. package/dist/platform/dream/dream-analyzer.js +0 -451
  2180. package/dist/platform/dream/dream-analyzer.js.map +0 -1
  2181. package/dist/platform/dream/dream-config.d.ts +0 -6
  2182. package/dist/platform/dream/dream-config.d.ts.map +0 -1
  2183. package/dist/platform/dream/dream-config.js +0 -20
  2184. package/dist/platform/dream/dream-config.js.map +0 -1
  2185. package/dist/platform/dream/dream-consolidator/evidence-helpers.d.ts +0 -12
  2186. package/dist/platform/dream/dream-consolidator/evidence-helpers.d.ts.map +0 -1
  2187. package/dist/platform/dream/dream-consolidator/evidence-helpers.js +0 -73
  2188. package/dist/platform/dream/dream-consolidator/evidence-helpers.js.map +0 -1
  2189. package/dist/platform/dream/dream-consolidator/fs-metrics.d.ts +0 -18
  2190. package/dist/platform/dream/dream-consolidator/fs-metrics.d.ts.map +0 -1
  2191. package/dist/platform/dream/dream-consolidator/fs-metrics.js +0 -119
  2192. package/dist/platform/dream/dream-consolidator/fs-metrics.js.map +0 -1
  2193. package/dist/platform/dream/dream-consolidator.d.ts +0 -83
  2194. package/dist/platform/dream/dream-consolidator.d.ts.map +0 -1
  2195. package/dist/platform/dream/dream-consolidator.js +0 -663
  2196. package/dist/platform/dream/dream-consolidator.js.map +0 -1
  2197. package/dist/platform/dream/dream-decision-heuristics.d.ts +0 -421
  2198. package/dist/platform/dream/dream-decision-heuristics.d.ts.map +0 -1
  2199. package/dist/platform/dream/dream-decision-heuristics.js +0 -27
  2200. package/dist/platform/dream/dream-decision-heuristics.js.map +0 -1
  2201. package/dist/platform/dream/dream-event-workflows.d.ts +0 -115
  2202. package/dist/platform/dream/dream-event-workflows.d.ts.map +0 -1
  2203. package/dist/platform/dream/dream-event-workflows.js +0 -314
  2204. package/dist/platform/dream/dream-event-workflows.js.map +0 -1
  2205. package/dist/platform/dream/dream-importance.d.ts +0 -23
  2206. package/dist/platform/dream/dream-importance.d.ts.map +0 -1
  2207. package/dist/platform/dream/dream-importance.js +0 -53
  2208. package/dist/platform/dream/dream-importance.js.map +0 -1
  2209. package/dist/platform/dream/dream-log-collector.d.ts +0 -62
  2210. package/dist/platform/dream/dream-log-collector.d.ts.map +0 -1
  2211. package/dist/platform/dream/dream-log-collector.js +0 -167
  2212. package/dist/platform/dream/dream-log-collector.js.map +0 -1
  2213. package/dist/platform/dream/dream-schedule-suggestions.d.ts +0 -25
  2214. package/dist/platform/dream/dream-schedule-suggestions.d.ts.map +0 -1
  2215. package/dist/platform/dream/dream-schedule-suggestions.js +0 -181
  2216. package/dist/platform/dream/dream-schedule-suggestions.js.map +0 -1
  2217. package/dist/platform/dream/dream-soil-mutation.d.ts +0 -28
  2218. package/dist/platform/dream/dream-soil-mutation.d.ts.map +0 -1
  2219. package/dist/platform/dream/dream-soil-mutation.js +0 -615
  2220. package/dist/platform/dream/dream-soil-mutation.js.map +0 -1
  2221. package/dist/platform/dream/dream-soil-sync.d.ts +0 -33
  2222. package/dist/platform/dream/dream-soil-sync.d.ts.map +0 -1
  2223. package/dist/platform/dream/dream-soil-sync.js +0 -109
  2224. package/dist/platform/dream/dream-soil-sync.js.map +0 -1
  2225. package/dist/platform/dream/dream-types.d.ts +0 -3594
  2226. package/dist/platform/dream/dream-types.d.ts.map +0 -1
  2227. package/dist/platform/dream/dream-types.js +0 -340
  2228. package/dist/platform/dream/dream-types.js.map +0 -1
  2229. package/dist/platform/dream/index.d.ts +0 -12
  2230. package/dist/platform/dream/index.d.ts.map +0 -1
  2231. package/dist/platform/dream/index.js +0 -12
  2232. package/dist/platform/dream/index.js.map +0 -1
  2233. package/dist/platform/dream/playbook-memory.d.ts +0 -309
  2234. package/dist/platform/dream/playbook-memory.d.ts.map +0 -1
  2235. package/dist/platform/dream/playbook-memory.js +0 -372
  2236. package/dist/platform/dream/playbook-memory.js.map +0 -1
  2237. package/dist/platform/dream/procedural-memory.d.ts +0 -262
  2238. package/dist/platform/dream/procedural-memory.d.ts.map +0 -1
  2239. package/dist/platform/dream/procedural-memory.js +0 -78
  2240. package/dist/platform/dream/procedural-memory.js.map +0 -1
  2241. package/dist/platform/drive/drive-schedule-state-migration.d.ts +0 -13
  2242. package/dist/platform/drive/drive-schedule-state-migration.d.ts.map +0 -1
  2243. package/dist/platform/drive/drive-schedule-state-migration.js +0 -115
  2244. package/dist/platform/drive/drive-schedule-state-migration.js.map +0 -1
  2245. package/dist/platform/drive/drive-schedule-state-store.d.ts +0 -15
  2246. package/dist/platform/drive/drive-schedule-state-store.d.ts.map +0 -1
  2247. package/dist/platform/drive/drive-schedule-state-store.js +0 -84
  2248. package/dist/platform/drive/drive-schedule-state-store.js.map +0 -1
  2249. package/dist/platform/drive/drive-scorer.d.ts +0 -96
  2250. package/dist/platform/drive/drive-scorer.d.ts.map +0 -1
  2251. package/dist/platform/drive/drive-scorer.js +0 -271
  2252. package/dist/platform/drive/drive-scorer.js.map +0 -1
  2253. package/dist/platform/drive/drive-system.d.ts +0 -109
  2254. package/dist/platform/drive/drive-system.d.ts.map +0 -1
  2255. package/dist/platform/drive/drive-system.js +0 -356
  2256. package/dist/platform/drive/drive-system.js.map +0 -1
  2257. package/dist/platform/drive/gap-calculator-tools.d.ts +0 -29
  2258. package/dist/platform/drive/gap-calculator-tools.d.ts.map +0 -1
  2259. package/dist/platform/drive/gap-calculator-tools.js +0 -84
  2260. package/dist/platform/drive/gap-calculator-tools.js.map +0 -1
  2261. package/dist/platform/drive/gap-calculator.d.ts +0 -88
  2262. package/dist/platform/drive/gap-calculator.d.ts.map +0 -1
  2263. package/dist/platform/drive/gap-calculator.js +0 -271
  2264. package/dist/platform/drive/gap-calculator.js.map +0 -1
  2265. package/dist/platform/drive/metric-history.d.ts +0 -61
  2266. package/dist/platform/drive/metric-history.d.ts.map +0 -1
  2267. package/dist/platform/drive/metric-history.js +0 -206
  2268. package/dist/platform/drive/metric-history.js.map +0 -1
  2269. package/dist/platform/drive/progress-predictor.d.ts +0 -31
  2270. package/dist/platform/drive/progress-predictor.d.ts.map +0 -1
  2271. package/dist/platform/drive/progress-predictor.js +0 -116
  2272. package/dist/platform/drive/progress-predictor.js.map +0 -1
  2273. package/dist/platform/drive/reward-log.d.ts +0 -51
  2274. package/dist/platform/drive/reward-log.d.ts.map +0 -1
  2275. package/dist/platform/drive/reward-log.js +0 -48
  2276. package/dist/platform/drive/reward-log.js.map +0 -1
  2277. package/dist/platform/drive/satisficing-helpers.d.ts +0 -28
  2278. package/dist/platform/drive/satisficing-helpers.d.ts.map +0 -1
  2279. package/dist/platform/drive/satisficing-helpers.js +0 -115
  2280. package/dist/platform/drive/satisficing-helpers.js.map +0 -1
  2281. package/dist/platform/drive/satisficing-judge.d.ts +0 -140
  2282. package/dist/platform/drive/satisficing-judge.d.ts.map +0 -1
  2283. package/dist/platform/drive/satisficing-judge.js +0 -447
  2284. package/dist/platform/drive/satisficing-judge.js.map +0 -1
  2285. package/dist/platform/drive/satisficing-propagation.d.ts +0 -30
  2286. package/dist/platform/drive/satisficing-propagation.d.ts.map +0 -1
  2287. package/dist/platform/drive/satisficing-propagation.js +0 -200
  2288. package/dist/platform/drive/satisficing-propagation.js.map +0 -1
  2289. package/dist/platform/drive/stall-detector/analysis.d.ts +0 -5
  2290. package/dist/platform/drive/stall-detector/analysis.d.ts.map +0 -1
  2291. package/dist/platform/drive/stall-detector/analysis.js +0 -55
  2292. package/dist/platform/drive/stall-detector/analysis.js.map +0 -1
  2293. package/dist/platform/drive/stall-detector/repetitive.d.ts +0 -30
  2294. package/dist/platform/drive/stall-detector/repetitive.d.ts.map +0 -1
  2295. package/dist/platform/drive/stall-detector/repetitive.js +0 -117
  2296. package/dist/platform/drive/stall-detector/repetitive.js.map +0 -1
  2297. package/dist/platform/drive/stall-detector/thresholds.d.ts +0 -10
  2298. package/dist/platform/drive/stall-detector/thresholds.d.ts.map +0 -1
  2299. package/dist/platform/drive/stall-detector/thresholds.js +0 -62
  2300. package/dist/platform/drive/stall-detector/thresholds.js.map +0 -1
  2301. package/dist/platform/drive/stall-detector.d.ts +0 -121
  2302. package/dist/platform/drive/stall-detector.d.ts.map +0 -1
  2303. package/dist/platform/drive/stall-detector.js +0 -416
  2304. package/dist/platform/drive/stall-detector.js.map +0 -1
  2305. package/dist/platform/drive/types/drive.d.ts +0 -219
  2306. package/dist/platform/drive/types/drive.d.ts.map +0 -1
  2307. package/dist/platform/drive/types/drive.js +0 -93
  2308. package/dist/platform/drive/types/drive.js.map +0 -1
  2309. package/dist/platform/drive/types/gap.d.ts +0 -147
  2310. package/dist/platform/drive/types/gap.d.ts.map +0 -1
  2311. package/dist/platform/drive/types/gap.js +0 -41
  2312. package/dist/platform/drive/types/gap.js.map +0 -1
  2313. package/dist/platform/drive/types/satisficing.d.ts +0 -130
  2314. package/dist/platform/drive/types/satisficing.d.ts.map +0 -1
  2315. package/dist/platform/drive/types/satisficing.js +0 -54
  2316. package/dist/platform/drive/types/satisficing.js.map +0 -1
  2317. package/dist/platform/drive/types/stall.d.ts +0 -72
  2318. package/dist/platform/drive/types/stall.d.ts.map +0 -1
  2319. package/dist/platform/drive/types/stall.js +0 -29
  2320. package/dist/platform/drive/types/stall.js.map +0 -1
  2321. package/dist/platform/execution/task/task-lifecycle.d.ts +0 -2
  2322. package/dist/platform/execution/task/task-lifecycle.d.ts.map +0 -1
  2323. package/dist/platform/execution/task/task-lifecycle.js +0 -2
  2324. package/dist/platform/execution/task/task-lifecycle.js.map +0 -1
  2325. package/dist/platform/knowledge/drive-score-adapter.d.ts +0 -39
  2326. package/dist/platform/knowledge/drive-score-adapter.d.ts.map +0 -1
  2327. package/dist/platform/knowledge/drive-score-adapter.js +0 -32
  2328. package/dist/platform/knowledge/drive-score-adapter.js.map +0 -1
  2329. package/dist/platform/knowledge/embedding-client.d.ts +0 -49
  2330. package/dist/platform/knowledge/embedding-client.d.ts.map +0 -1
  2331. package/dist/platform/knowledge/embedding-client.js +0 -141
  2332. package/dist/platform/knowledge/embedding-client.js.map +0 -1
  2333. package/dist/platform/knowledge/index.d.ts +0 -3
  2334. package/dist/platform/knowledge/index.d.ts.map +0 -1
  2335. package/dist/platform/knowledge/index.js +0 -3
  2336. package/dist/platform/knowledge/index.js.map +0 -1
  2337. package/dist/platform/knowledge/knowledge-decisions.d.ts +0 -41
  2338. package/dist/platform/knowledge/knowledge-decisions.d.ts.map +0 -1
  2339. package/dist/platform/knowledge/knowledge-decisions.js +0 -223
  2340. package/dist/platform/knowledge/knowledge-decisions.js.map +0 -1
  2341. package/dist/platform/knowledge/knowledge-graph-state-migration.d.ts +0 -15
  2342. package/dist/platform/knowledge/knowledge-graph-state-migration.d.ts.map +0 -1
  2343. package/dist/platform/knowledge/knowledge-graph-state-migration.js +0 -137
  2344. package/dist/platform/knowledge/knowledge-graph-state-migration.js.map +0 -1
  2345. package/dist/platform/knowledge/knowledge-graph-state-store.d.ts +0 -38
  2346. package/dist/platform/knowledge/knowledge-graph-state-store.d.ts.map +0 -1
  2347. package/dist/platform/knowledge/knowledge-graph-state-store.js +0 -137
  2348. package/dist/platform/knowledge/knowledge-graph-state-store.js.map +0 -1
  2349. package/dist/platform/knowledge/knowledge-graph.d.ts +0 -79
  2350. package/dist/platform/knowledge/knowledge-graph.d.ts.map +0 -1
  2351. package/dist/platform/knowledge/knowledge-graph.js +0 -198
  2352. package/dist/platform/knowledge/knowledge-graph.js.map +0 -1
  2353. package/dist/platform/knowledge/knowledge-manager-agent-memory.d.ts +0 -103
  2354. package/dist/platform/knowledge/knowledge-manager-agent-memory.d.ts.map +0 -1
  2355. package/dist/platform/knowledge/knowledge-manager-agent-memory.js +0 -392
  2356. package/dist/platform/knowledge/knowledge-manager-agent-memory.js.map +0 -1
  2357. package/dist/platform/knowledge/knowledge-manager-internals.d.ts +0 -11
  2358. package/dist/platform/knowledge/knowledge-manager-internals.d.ts.map +0 -1
  2359. package/dist/platform/knowledge/knowledge-manager-internals.js +0 -44
  2360. package/dist/platform/knowledge/knowledge-manager-internals.js.map +0 -1
  2361. package/dist/platform/knowledge/knowledge-manager-lint.d.ts +0 -10
  2362. package/dist/platform/knowledge/knowledge-manager-lint.d.ts.map +0 -1
  2363. package/dist/platform/knowledge/knowledge-manager-lint.js +0 -231
  2364. package/dist/platform/knowledge/knowledge-manager-lint.js.map +0 -1
  2365. package/dist/platform/knowledge/knowledge-manager-query.d.ts +0 -87
  2366. package/dist/platform/knowledge/knowledge-manager-query.d.ts.map +0 -1
  2367. package/dist/platform/knowledge/knowledge-manager-query.js +0 -287
  2368. package/dist/platform/knowledge/knowledge-manager-query.js.map +0 -1
  2369. package/dist/platform/knowledge/knowledge-manager-store.d.ts +0 -13
  2370. package/dist/platform/knowledge/knowledge-manager-store.d.ts.map +0 -1
  2371. package/dist/platform/knowledge/knowledge-manager-store.js +0 -67
  2372. package/dist/platform/knowledge/knowledge-manager-store.js.map +0 -1
  2373. package/dist/platform/knowledge/knowledge-manager.d.ts +0 -254
  2374. package/dist/platform/knowledge/knowledge-manager.d.ts.map +0 -1
  2375. package/dist/platform/knowledge/knowledge-manager.js +0 -404
  2376. package/dist/platform/knowledge/knowledge-manager.js.map +0 -1
  2377. package/dist/platform/knowledge/knowledge-memory-state-store.d.ts +0 -17
  2378. package/dist/platform/knowledge/knowledge-memory-state-store.d.ts.map +0 -1
  2379. package/dist/platform/knowledge/knowledge-memory-state-store.js +0 -565
  2380. package/dist/platform/knowledge/knowledge-memory-state-store.js.map +0 -1
  2381. package/dist/platform/knowledge/knowledge-revalidation.d.ts +0 -27
  2382. package/dist/platform/knowledge/knowledge-revalidation.d.ts.map +0 -1
  2383. package/dist/platform/knowledge/knowledge-revalidation.js +0 -130
  2384. package/dist/platform/knowledge/knowledge-revalidation.js.map +0 -1
  2385. package/dist/platform/knowledge/knowledge-search.d.ts +0 -42
  2386. package/dist/platform/knowledge/knowledge-search.d.ts.map +0 -1
  2387. package/dist/platform/knowledge/knowledge-search.js +0 -95
  2388. package/dist/platform/knowledge/knowledge-search.js.map +0 -1
  2389. package/dist/platform/knowledge/learning/learning-cross-goal.d.ts +0 -19
  2390. package/dist/platform/knowledge/learning/learning-cross-goal.d.ts.map +0 -1
  2391. package/dist/platform/knowledge/learning/learning-cross-goal.js +0 -177
  2392. package/dist/platform/knowledge/learning/learning-cross-goal.js.map +0 -1
  2393. package/dist/platform/knowledge/learning/learning-exports.d.ts +0 -4
  2394. package/dist/platform/knowledge/learning/learning-exports.d.ts.map +0 -1
  2395. package/dist/platform/knowledge/learning/learning-exports.js +0 -3
  2396. package/dist/platform/knowledge/learning/learning-exports.js.map +0 -1
  2397. package/dist/platform/knowledge/learning/learning-feedback.d.ts +0 -26
  2398. package/dist/platform/knowledge/learning/learning-feedback.d.ts.map +0 -1
  2399. package/dist/platform/knowledge/learning/learning-feedback.js +0 -175
  2400. package/dist/platform/knowledge/learning/learning-feedback.js.map +0 -1
  2401. package/dist/platform/knowledge/learning/learning-pipeline-prompts.d.ts +0 -134
  2402. package/dist/platform/knowledge/learning/learning-pipeline-prompts.d.ts.map +0 -1
  2403. package/dist/platform/knowledge/learning/learning-pipeline-prompts.js +0 -103
  2404. package/dist/platform/knowledge/learning/learning-pipeline-prompts.js.map +0 -1
  2405. package/dist/platform/knowledge/learning/learning-pipeline.d.ts +0 -104
  2406. package/dist/platform/knowledge/learning/learning-pipeline.d.ts.map +0 -1
  2407. package/dist/platform/knowledge/learning/learning-pipeline.js +0 -448
  2408. package/dist/platform/knowledge/learning/learning-pipeline.js.map +0 -1
  2409. package/dist/platform/knowledge/memory/memory-compression.d.ts +0 -44
  2410. package/dist/platform/knowledge/memory/memory-compression.d.ts.map +0 -1
  2411. package/dist/platform/knowledge/memory/memory-compression.js +0 -267
  2412. package/dist/platform/knowledge/memory/memory-compression.js.map +0 -1
  2413. package/dist/platform/knowledge/memory/memory-distill.d.ts +0 -31
  2414. package/dist/platform/knowledge/memory/memory-distill.d.ts.map +0 -1
  2415. package/dist/platform/knowledge/memory/memory-distill.js +0 -170
  2416. package/dist/platform/knowledge/memory/memory-distill.js.map +0 -1
  2417. package/dist/platform/knowledge/memory/memory-exports.d.ts +0 -8
  2418. package/dist/platform/knowledge/memory/memory-exports.d.ts.map +0 -1
  2419. package/dist/platform/knowledge/memory/memory-exports.js +0 -7
  2420. package/dist/platform/knowledge/memory/memory-exports.js.map +0 -1
  2421. package/dist/platform/knowledge/memory/memory-index.d.ts +0 -11
  2422. package/dist/platform/knowledge/memory/memory-index.d.ts.map +0 -1
  2423. package/dist/platform/knowledge/memory/memory-index.js +0 -30
  2424. package/dist/platform/knowledge/memory/memory-index.js.map +0 -1
  2425. package/dist/platform/knowledge/memory/memory-lifecycle-state-store.d.ts +0 -51
  2426. package/dist/platform/knowledge/memory/memory-lifecycle-state-store.d.ts.map +0 -1
  2427. package/dist/platform/knowledge/memory/memory-lifecycle-state-store.js +0 -498
  2428. package/dist/platform/knowledge/memory/memory-lifecycle-state-store.js.map +0 -1
  2429. package/dist/platform/knowledge/memory/memory-lifecycle-storage.d.ts +0 -4
  2430. package/dist/platform/knowledge/memory/memory-lifecycle-storage.d.ts.map +0 -1
  2431. package/dist/platform/knowledge/memory/memory-lifecycle-storage.js +0 -28
  2432. package/dist/platform/knowledge/memory/memory-lifecycle-storage.js.map +0 -1
  2433. package/dist/platform/knowledge/memory/memory-lifecycle.d.ts +0 -167
  2434. package/dist/platform/knowledge/memory/memory-lifecycle.d.ts.map +0 -1
  2435. package/dist/platform/knowledge/memory/memory-lifecycle.js +0 -286
  2436. package/dist/platform/knowledge/memory/memory-lifecycle.js.map +0 -1
  2437. package/dist/platform/knowledge/memory/memory-persistence.d.ts +0 -4
  2438. package/dist/platform/knowledge/memory/memory-persistence.d.ts.map +0 -1
  2439. package/dist/platform/knowledge/memory/memory-persistence.js +0 -13
  2440. package/dist/platform/knowledge/memory/memory-persistence.js.map +0 -1
  2441. package/dist/platform/knowledge/memory/memory-query.d.ts +0 -4
  2442. package/dist/platform/knowledge/memory/memory-query.d.ts.map +0 -1
  2443. package/dist/platform/knowledge/memory/memory-query.js +0 -8
  2444. package/dist/platform/knowledge/memory/memory-query.js.map +0 -1
  2445. package/dist/platform/knowledge/memory/memory-selection.d.ts +0 -73
  2446. package/dist/platform/knowledge/memory/memory-selection.d.ts.map +0 -1
  2447. package/dist/platform/knowledge/memory/memory-selection.js +0 -322
  2448. package/dist/platform/knowledge/memory/memory-selection.js.map +0 -1
  2449. package/dist/platform/knowledge/memory/memory-stats.d.ts +0 -7
  2450. package/dist/platform/knowledge/memory/memory-stats.d.ts.map +0 -1
  2451. package/dist/platform/knowledge/memory/memory-stats.js +0 -161
  2452. package/dist/platform/knowledge/memory/memory-stats.js.map +0 -1
  2453. package/dist/platform/knowledge/memory/memory-tier.d.ts +0 -65
  2454. package/dist/platform/knowledge/memory/memory-tier.d.ts.map +0 -1
  2455. package/dist/platform/knowledge/memory/memory-tier.js +0 -243
  2456. package/dist/platform/knowledge/memory/memory-tier.js.map +0 -1
  2457. package/dist/platform/knowledge/public-api.d.ts +0 -4
  2458. package/dist/platform/knowledge/public-api.d.ts.map +0 -1
  2459. package/dist/platform/knowledge/public-api.js +0 -4
  2460. package/dist/platform/knowledge/public-api.js.map +0 -1
  2461. package/dist/platform/knowledge/transfer/knowledge-transfer-apply.d.ts +0 -48
  2462. package/dist/platform/knowledge/transfer/knowledge-transfer-apply.d.ts.map +0 -1
  2463. package/dist/platform/knowledge/transfer/knowledge-transfer-apply.js +0 -231
  2464. package/dist/platform/knowledge/transfer/knowledge-transfer-apply.js.map +0 -1
  2465. package/dist/platform/knowledge/transfer/knowledge-transfer-detect.d.ts +0 -28
  2466. package/dist/platform/knowledge/transfer/knowledge-transfer-detect.d.ts.map +0 -1
  2467. package/dist/platform/knowledge/transfer/knowledge-transfer-detect.js +0 -160
  2468. package/dist/platform/knowledge/transfer/knowledge-transfer-detect.js.map +0 -1
  2469. package/dist/platform/knowledge/transfer/knowledge-transfer-evaluate.d.ts +0 -22
  2470. package/dist/platform/knowledge/transfer/knowledge-transfer-evaluate.d.ts.map +0 -1
  2471. package/dist/platform/knowledge/transfer/knowledge-transfer-evaluate.js +0 -109
  2472. package/dist/platform/knowledge/transfer/knowledge-transfer-evaluate.js.map +0 -1
  2473. package/dist/platform/knowledge/transfer/knowledge-transfer-meta.d.ts +0 -38
  2474. package/dist/platform/knowledge/transfer/knowledge-transfer-meta.d.ts.map +0 -1
  2475. package/dist/platform/knowledge/transfer/knowledge-transfer-meta.js +0 -180
  2476. package/dist/platform/knowledge/transfer/knowledge-transfer-meta.js.map +0 -1
  2477. package/dist/platform/knowledge/transfer/knowledge-transfer-prompts.d.ts +0 -46
  2478. package/dist/platform/knowledge/transfer/knowledge-transfer-prompts.d.ts.map +0 -1
  2479. package/dist/platform/knowledge/transfer/knowledge-transfer-prompts.js +0 -75
  2480. package/dist/platform/knowledge/transfer/knowledge-transfer-prompts.js.map +0 -1
  2481. package/dist/platform/knowledge/transfer/knowledge-transfer-types.d.ts +0 -20
  2482. package/dist/platform/knowledge/transfer/knowledge-transfer-types.d.ts.map +0 -1
  2483. package/dist/platform/knowledge/transfer/knowledge-transfer-types.js +0 -21
  2484. package/dist/platform/knowledge/transfer/knowledge-transfer-types.js.map +0 -1
  2485. package/dist/platform/knowledge/transfer/knowledge-transfer.d.ts +0 -101
  2486. package/dist/platform/knowledge/transfer/knowledge-transfer.d.ts.map +0 -1
  2487. package/dist/platform/knowledge/transfer/knowledge-transfer.js +0 -254
  2488. package/dist/platform/knowledge/transfer/knowledge-transfer.js.map +0 -1
  2489. package/dist/platform/knowledge/transfer/transfer-trust.d.ts +0 -41
  2490. package/dist/platform/knowledge/transfer/transfer-trust.d.ts.map +0 -1
  2491. package/dist/platform/knowledge/transfer/transfer-trust.js +0 -130
  2492. package/dist/platform/knowledge/transfer/transfer-trust.js.map +0 -1
  2493. package/dist/platform/knowledge/types/agent-memory.d.ts +0 -1346
  2494. package/dist/platform/knowledge/types/agent-memory.d.ts.map +0 -1
  2495. package/dist/platform/knowledge/types/agent-memory.js +0 -57
  2496. package/dist/platform/knowledge/types/agent-memory.js.map +0 -1
  2497. package/dist/platform/knowledge/types/embedding.d.ts +0 -59
  2498. package/dist/platform/knowledge/types/embedding.d.ts.map +0 -1
  2499. package/dist/platform/knowledge/types/embedding.js +0 -22
  2500. package/dist/platform/knowledge/types/embedding.js.map +0 -1
  2501. package/dist/platform/knowledge/types/knowledge.d.ts +0 -455
  2502. package/dist/platform/knowledge/types/knowledge.d.ts.map +0 -1
  2503. package/dist/platform/knowledge/types/knowledge.js +0 -131
  2504. package/dist/platform/knowledge/types/knowledge.js.map +0 -1
  2505. package/dist/platform/knowledge/types/learning.d.ts +0 -292
  2506. package/dist/platform/knowledge/types/learning.d.ts.map +0 -1
  2507. package/dist/platform/knowledge/types/learning.js +0 -117
  2508. package/dist/platform/knowledge/types/learning.js.map +0 -1
  2509. package/dist/platform/knowledge/types/memory-lifecycle.d.ts +0 -615
  2510. package/dist/platform/knowledge/types/memory-lifecycle.d.ts.map +0 -1
  2511. package/dist/platform/knowledge/types/memory-lifecycle.js +0 -159
  2512. package/dist/platform/knowledge/types/memory-lifecycle.js.map +0 -1
  2513. package/dist/platform/knowledge/vector-index-state-migration.d.ts +0 -14
  2514. package/dist/platform/knowledge/vector-index-state-migration.d.ts.map +0 -1
  2515. package/dist/platform/knowledge/vector-index-state-migration.js +0 -132
  2516. package/dist/platform/knowledge/vector-index-state-migration.js.map +0 -1
  2517. package/dist/platform/knowledge/vector-index-state-store.d.ts +0 -19
  2518. package/dist/platform/knowledge/vector-index-state-store.d.ts.map +0 -1
  2519. package/dist/platform/knowledge/vector-index-state-store.js +0 -124
  2520. package/dist/platform/knowledge/vector-index-state-store.js.map +0 -1
  2521. package/dist/platform/knowledge/vector-index.d.ts +0 -70
  2522. package/dist/platform/knowledge/vector-index.d.ts.map +0 -1
  2523. package/dist/platform/knowledge/vector-index.js +0 -148
  2524. package/dist/platform/knowledge/vector-index.js.map +0 -1
  2525. package/dist/platform/observation/capability-dependencies.d.ts +0 -46
  2526. package/dist/platform/observation/capability-dependencies.d.ts.map +0 -1
  2527. package/dist/platform/observation/capability-dependencies.js +0 -201
  2528. package/dist/platform/observation/capability-dependencies.js.map +0 -1
  2529. package/dist/platform/observation/capability-detector/prompts.d.ts +0 -18
  2530. package/dist/platform/observation/capability-detector/prompts.d.ts.map +0 -1
  2531. package/dist/platform/observation/capability-detector/prompts.js +0 -80
  2532. package/dist/platform/observation/capability-detector/prompts.js.map +0 -1
  2533. package/dist/platform/observation/capability-detector/recommendations.d.ts +0 -5
  2534. package/dist/platform/observation/capability-detector/recommendations.d.ts.map +0 -1
  2535. package/dist/platform/observation/capability-detector/recommendations.js +0 -76
  2536. package/dist/platform/observation/capability-detector/recommendations.js.map +0 -1
  2537. package/dist/platform/observation/capability-detector/types.d.ts +0 -112
  2538. package/dist/platform/observation/capability-detector/types.d.ts.map +0 -1
  2539. package/dist/platform/observation/capability-detector/types.js +0 -75
  2540. package/dist/platform/observation/capability-detector/types.js.map +0 -1
  2541. package/dist/platform/observation/capability-detector.d.ts +0 -75
  2542. package/dist/platform/observation/capability-detector.d.ts.map +0 -1
  2543. package/dist/platform/observation/capability-detector.js +0 -246
  2544. package/dist/platform/observation/capability-detector.js.map +0 -1
  2545. package/dist/platform/observation/capability-graph.d.ts +0 -16
  2546. package/dist/platform/observation/capability-graph.d.ts.map +0 -1
  2547. package/dist/platform/observation/capability-graph.js +0 -387
  2548. package/dist/platform/observation/capability-graph.js.map +0 -1
  2549. package/dist/platform/observation/capability-readiness.d.ts +0 -13
  2550. package/dist/platform/observation/capability-readiness.d.ts.map +0 -1
  2551. package/dist/platform/observation/capability-readiness.js +0 -192
  2552. package/dist/platform/observation/capability-readiness.js.map +0 -1
  2553. package/dist/platform/observation/capability-registry.d.ts +0 -48
  2554. package/dist/platform/observation/capability-registry.d.ts.map +0 -1
  2555. package/dist/platform/observation/capability-registry.js +0 -126
  2556. package/dist/platform/observation/capability-registry.js.map +0 -1
  2557. package/dist/platform/observation/context-provider/collector.d.ts +0 -15
  2558. package/dist/platform/observation/context-provider/collector.d.ts.map +0 -1
  2559. package/dist/platform/observation/context-provider/collector.js +0 -349
  2560. package/dist/platform/observation/context-provider/collector.js.map +0 -1
  2561. package/dist/platform/observation/context-provider/search-terms.d.ts +0 -2
  2562. package/dist/platform/observation/context-provider/search-terms.d.ts.map +0 -1
  2563. package/dist/platform/observation/context-provider/search-terms.js +0 -24
  2564. package/dist/platform/observation/context-provider/search-terms.js.map +0 -1
  2565. package/dist/platform/observation/context-provider/shared.d.ts +0 -17
  2566. package/dist/platform/observation/context-provider/shared.d.ts.map +0 -1
  2567. package/dist/platform/observation/context-provider/shared.js +0 -87
  2568. package/dist/platform/observation/context-provider/shared.js.map +0 -1
  2569. package/dist/platform/observation/context-provider.d.ts +0 -42
  2570. package/dist/platform/observation/context-provider.d.ts.map +0 -1
  2571. package/dist/platform/observation/context-provider.js +0 -49
  2572. package/dist/platform/observation/context-provider.js.map +0 -1
  2573. package/dist/platform/observation/data-source-adapter.d.ts +0 -65
  2574. package/dist/platform/observation/data-source-adapter.d.ts.map +0 -1
  2575. package/dist/platform/observation/data-source-adapter.js +0 -396
  2576. package/dist/platform/observation/data-source-adapter.js.map +0 -1
  2577. package/dist/platform/observation/dimension-pre-checker.d.ts +0 -26
  2578. package/dist/platform/observation/dimension-pre-checker.d.ts.map +0 -1
  2579. package/dist/platform/observation/dimension-pre-checker.js +0 -140
  2580. package/dist/platform/observation/dimension-pre-checker.js.map +0 -1
  2581. package/dist/platform/observation/engine/observe-context.d.ts +0 -4
  2582. package/dist/platform/observation/engine/observe-context.d.ts.map +0 -1
  2583. package/dist/platform/observation/engine/observe-context.js +0 -26
  2584. package/dist/platform/observation/engine/observe-context.js.map +0 -1
  2585. package/dist/platform/observation/engine/observe-datasource-stage.d.ts +0 -34
  2586. package/dist/platform/observation/engine/observe-datasource-stage.d.ts.map +0 -1
  2587. package/dist/platform/observation/engine/observe-datasource-stage.js +0 -66
  2588. package/dist/platform/observation/engine/observe-datasource-stage.js.map +0 -1
  2589. package/dist/platform/observation/engine/observe-llm-stage.d.ts +0 -25
  2590. package/dist/platform/observation/engine/observe-llm-stage.d.ts.map +0 -1
  2591. package/dist/platform/observation/engine/observe-llm-stage.js +0 -79
  2592. package/dist/platform/observation/engine/observe-llm-stage.js.map +0 -1
  2593. package/dist/platform/observation/engine/observe-precheck.d.ts +0 -21
  2594. package/dist/platform/observation/engine/observe-precheck.d.ts.map +0 -1
  2595. package/dist/platform/observation/engine/observe-precheck.js +0 -51
  2596. package/dist/platform/observation/engine/observe-precheck.js.map +0 -1
  2597. package/dist/platform/observation/engine/observe-self-report.d.ts +0 -18
  2598. package/dist/platform/observation/engine/observe-self-report.d.ts.map +0 -1
  2599. package/dist/platform/observation/engine/observe-self-report.js +0 -26
  2600. package/dist/platform/observation/engine/observe-self-report.js.map +0 -1
  2601. package/dist/platform/observation/engine/observe-tool-stage.d.ts +0 -21
  2602. package/dist/platform/observation/engine/observe-tool-stage.d.ts.map +0 -1
  2603. package/dist/platform/observation/engine/observe-tool-stage.js +0 -49
  2604. package/dist/platform/observation/engine/observe-tool-stage.js.map +0 -1
  2605. package/dist/platform/observation/observation-apply.d.ts +0 -18
  2606. package/dist/platform/observation/observation-apply.d.ts.map +0 -1
  2607. package/dist/platform/observation/observation-apply.js +0 -172
  2608. package/dist/platform/observation/observation-apply.js.map +0 -1
  2609. package/dist/platform/observation/observation-datasource.d.ts +0 -21
  2610. package/dist/platform/observation/observation-datasource.d.ts.map +0 -1
  2611. package/dist/platform/observation/observation-datasource.js +0 -99
  2612. package/dist/platform/observation/observation-datasource.js.map +0 -1
  2613. package/dist/platform/observation/observation-engine.d.ts +0 -171
  2614. package/dist/platform/observation/observation-engine.d.ts.map +0 -1
  2615. package/dist/platform/observation/observation-engine.js +0 -447
  2616. package/dist/platform/observation/observation-engine.js.map +0 -1
  2617. package/dist/platform/observation/observation-helpers.d.ts +0 -124
  2618. package/dist/platform/observation/observation-helpers.d.ts.map +0 -1
  2619. package/dist/platform/observation/observation-helpers.js +0 -175
  2620. package/dist/platform/observation/observation-helpers.js.map +0 -1
  2621. package/dist/platform/observation/observation-llm.d.ts +0 -64
  2622. package/dist/platform/observation/observation-llm.d.ts.map +0 -1
  2623. package/dist/platform/observation/observation-llm.js +0 -430
  2624. package/dist/platform/observation/observation-llm.js.map +0 -1
  2625. package/dist/platform/observation/observation-task.d.ts +0 -29
  2626. package/dist/platform/observation/observation-task.d.ts.map +0 -1
  2627. package/dist/platform/observation/observation-task.js +0 -51
  2628. package/dist/platform/observation/observation-task.js.map +0 -1
  2629. package/dist/platform/observation/observation-tools.d.ts +0 -22
  2630. package/dist/platform/observation/observation-tools.d.ts.map +0 -1
  2631. package/dist/platform/observation/observation-tools.js +0 -86
  2632. package/dist/platform/observation/observation-tools.js.map +0 -1
  2633. package/dist/platform/observation/observation-value.d.ts +0 -2
  2634. package/dist/platform/observation/observation-value.d.ts.map +0 -1
  2635. package/dist/platform/observation/observation-value.js +0 -18
  2636. package/dist/platform/observation/observation-value.js.map +0 -1
  2637. package/dist/platform/observation/types/capability.d.ts +0 -981
  2638. package/dist/platform/observation/types/capability.d.ts.map +0 -1
  2639. package/dist/platform/observation/types/capability.js +0 -221
  2640. package/dist/platform/observation/types/capability.js.map +0 -1
  2641. package/dist/platform/observation/types/data-source.d.ts +0 -624
  2642. package/dist/platform/observation/types/data-source.d.ts.map +0 -1
  2643. package/dist/platform/observation/types/data-source.js +0 -79
  2644. package/dist/platform/observation/types/data-source.js.map +0 -1
  2645. package/dist/platform/observation/workspace-context.d.ts +0 -16
  2646. package/dist/platform/observation/workspace-context.d.ts.map +0 -1
  2647. package/dist/platform/observation/workspace-context.js +0 -370
  2648. package/dist/platform/observation/workspace-context.js.map +0 -1
  2649. package/dist/platform/profile/governed-memory.d.ts +0 -667
  2650. package/dist/platform/profile/governed-memory.d.ts.map +0 -1
  2651. package/dist/platform/profile/governed-memory.js +0 -535
  2652. package/dist/platform/profile/governed-memory.js.map +0 -1
  2653. package/dist/platform/profile/proactive-feedback-proposals.d.ts +0 -11
  2654. package/dist/platform/profile/proactive-feedback-proposals.d.ts.map +0 -1
  2655. package/dist/platform/profile/proactive-feedback-proposals.js +0 -106
  2656. package/dist/platform/profile/proactive-feedback-proposals.js.map +0 -1
  2657. package/dist/platform/profile/profile-change-proposal.d.ts +0 -466
  2658. package/dist/platform/profile/profile-change-proposal.d.ts.map +0 -1
  2659. package/dist/platform/profile/profile-change-proposal.js +0 -467
  2660. package/dist/platform/profile/profile-change-proposal.js.map +0 -1
  2661. package/dist/platform/profile/relationship-profile.d.ts +0 -351
  2662. package/dist/platform/profile/relationship-profile.d.ts.map +0 -1
  2663. package/dist/platform/profile/relationship-profile.js +0 -352
  2664. package/dist/platform/profile/relationship-profile.js.map +0 -1
  2665. package/dist/platform/profile/retrieval-context.d.ts +0 -28
  2666. package/dist/platform/profile/retrieval-context.d.ts.map +0 -1
  2667. package/dist/platform/profile/retrieval-context.js +0 -38
  2668. package/dist/platform/profile/retrieval-context.js.map +0 -1
  2669. package/dist/platform/profile/user-md-profile-import.d.ts +0 -73
  2670. package/dist/platform/profile/user-md-profile-import.d.ts.map +0 -1
  2671. package/dist/platform/profile/user-md-profile-import.js +0 -179
  2672. package/dist/platform/profile/user-md-profile-import.js.map +0 -1
  2673. package/dist/platform/runtime/plugin-loader.d.ts +0 -2
  2674. package/dist/platform/runtime/plugin-loader.d.ts.map +0 -1
  2675. package/dist/platform/runtime/plugin-loader.js +0 -2
  2676. package/dist/platform/runtime/plugin-loader.js.map +0 -1
  2677. package/dist/platform/soil/checksum.d.ts +0 -2
  2678. package/dist/platform/soil/checksum.d.ts.map +0 -1
  2679. package/dist/platform/soil/checksum.js +0 -17
  2680. package/dist/platform/soil/checksum.js.map +0 -1
  2681. package/dist/platform/soil/compiled-memory-projections.d.ts +0 -14
  2682. package/dist/platform/soil/compiled-memory-projections.d.ts.map +0 -1
  2683. package/dist/platform/soil/compiled-memory-projections.js +0 -297
  2684. package/dist/platform/soil/compiled-memory-projections.js.map +0 -1
  2685. package/dist/platform/soil/compiler.d.ts +0 -27
  2686. package/dist/platform/soil/compiler.d.ts.map +0 -1
  2687. package/dist/platform/soil/compiler.js +0 -78
  2688. package/dist/platform/soil/compiler.js.map +0 -1
  2689. package/dist/platform/soil/config.d.ts +0 -16
  2690. package/dist/platform/soil/config.d.ts.map +0 -1
  2691. package/dist/platform/soil/config.js +0 -29
  2692. package/dist/platform/soil/config.js.map +0 -1
  2693. package/dist/platform/soil/content-projections.d.ts +0 -20
  2694. package/dist/platform/soil/content-projections.d.ts.map +0 -1
  2695. package/dist/platform/soil/content-projections.js +0 -461
  2696. package/dist/platform/soil/content-projections.js.map +0 -1
  2697. package/dist/platform/soil/context-compiler.d.ts +0 -49
  2698. package/dist/platform/soil/context-compiler.d.ts.map +0 -1
  2699. package/dist/platform/soil/context-compiler.js +0 -436
  2700. package/dist/platform/soil/context-compiler.js.map +0 -1
  2701. package/dist/platform/soil/context-evaluation.d.ts +0 -63
  2702. package/dist/platform/soil/context-evaluation.d.ts.map +0 -1
  2703. package/dist/platform/soil/context-evaluation.js +0 -90
  2704. package/dist/platform/soil/context-evaluation.js.map +0 -1
  2705. package/dist/platform/soil/contracts.d.ts +0 -2055
  2706. package/dist/platform/soil/contracts.d.ts.map +0 -1
  2707. package/dist/platform/soil/contracts.js +0 -323
  2708. package/dist/platform/soil/contracts.js.map +0 -1
  2709. package/dist/platform/soil/ddl.d.ts +0 -8
  2710. package/dist/platform/soil/ddl.d.ts.map +0 -1
  2711. package/dist/platform/soil/ddl.js +0 -169
  2712. package/dist/platform/soil/ddl.js.map +0 -1
  2713. package/dist/platform/soil/display/index.d.ts +0 -4
  2714. package/dist/platform/soil/display/index.d.ts.map +0 -1
  2715. package/dist/platform/soil/display/index.js +0 -4
  2716. package/dist/platform/soil/display/index.js.map +0 -1
  2717. package/dist/platform/soil/display/materialize.d.ts +0 -3
  2718. package/dist/platform/soil/display/materialize.d.ts.map +0 -1
  2719. package/dist/platform/soil/display/materialize.js +0 -381
  2720. package/dist/platform/soil/display/materialize.js.map +0 -1
  2721. package/dist/platform/soil/display/registry.d.ts +0 -4
  2722. package/dist/platform/soil/display/registry.d.ts.map +0 -1
  2723. package/dist/platform/soil/display/registry.js +0 -19
  2724. package/dist/platform/soil/display/registry.js.map +0 -1
  2725. package/dist/platform/soil/display/types.d.ts +0 -28
  2726. package/dist/platform/soil/display/types.d.ts.map +0 -1
  2727. package/dist/platform/soil/display/types.js +0 -2
  2728. package/dist/platform/soil/display/types.js.map +0 -1
  2729. package/dist/platform/soil/doctor.d.ts +0 -37
  2730. package/dist/platform/soil/doctor.d.ts.map +0 -1
  2731. package/dist/platform/soil/doctor.js +0 -459
  2732. package/dist/platform/soil/doctor.js.map +0 -1
  2733. package/dist/platform/soil/feedback-store.d.ts +0 -10
  2734. package/dist/platform/soil/feedback-store.d.ts.map +0 -1
  2735. package/dist/platform/soil/feedback-store.js +0 -38
  2736. package/dist/platform/soil/feedback-store.js.map +0 -1
  2737. package/dist/platform/soil/frontmatter.d.ts +0 -15
  2738. package/dist/platform/soil/frontmatter.d.ts.map +0 -1
  2739. package/dist/platform/soil/frontmatter.js +0 -82
  2740. package/dist/platform/soil/frontmatter.js.map +0 -1
  2741. package/dist/platform/soil/health.d.ts +0 -35
  2742. package/dist/platform/soil/health.d.ts.map +0 -1
  2743. package/dist/platform/soil/health.js +0 -126
  2744. package/dist/platform/soil/health.js.map +0 -1
  2745. package/dist/platform/soil/importer.d.ts +0 -118
  2746. package/dist/platform/soil/importer.d.ts.map +0 -1
  2747. package/dist/platform/soil/importer.js +0 -145
  2748. package/dist/platform/soil/importer.js.map +0 -1
  2749. package/dist/platform/soil/index-store.d.ts +0 -89
  2750. package/dist/platform/soil/index-store.d.ts.map +0 -1
  2751. package/dist/platform/soil/index-store.js +0 -407
  2752. package/dist/platform/soil/index-store.js.map +0 -1
  2753. package/dist/platform/soil/index.d.ts +0 -25
  2754. package/dist/platform/soil/index.d.ts.map +0 -1
  2755. package/dist/platform/soil/index.js +0 -25
  2756. package/dist/platform/soil/index.js.map +0 -1
  2757. package/dist/platform/soil/io.d.ts +0 -18
  2758. package/dist/platform/soil/io.d.ts.map +0 -1
  2759. package/dist/platform/soil/io.js +0 -56
  2760. package/dist/platform/soil/io.js.map +0 -1
  2761. package/dist/platform/soil/open.d.ts +0 -32
  2762. package/dist/platform/soil/open.d.ts.map +0 -1
  2763. package/dist/platform/soil/open.js +0 -80
  2764. package/dist/platform/soil/open.js.map +0 -1
  2765. package/dist/platform/soil/paths.d.ts +0 -9
  2766. package/dist/platform/soil/paths.d.ts.map +0 -1
  2767. package/dist/platform/soil/paths.js +0 -78
  2768. package/dist/platform/soil/paths.js.map +0 -1
  2769. package/dist/platform/soil/projection-support.d.ts +0 -48
  2770. package/dist/platform/soil/projection-support.d.ts.map +0 -1
  2771. package/dist/platform/soil/projection-support.js +0 -107
  2772. package/dist/platform/soil/projection-support.js.map +0 -1
  2773. package/dist/platform/soil/projections.d.ts +0 -16
  2774. package/dist/platform/soil/projections.d.ts.map +0 -1
  2775. package/dist/platform/soil/projections.js +0 -269
  2776. package/dist/platform/soil/projections.js.map +0 -1
  2777. package/dist/platform/soil/publish/apple-notes.d.ts +0 -15
  2778. package/dist/platform/soil/publish/apple-notes.d.ts.map +0 -1
  2779. package/dist/platform/soil/publish/apple-notes.js +0 -58
  2780. package/dist/platform/soil/publish/apple-notes.js.map +0 -1
  2781. package/dist/platform/soil/publish/config.d.ts +0 -14
  2782. package/dist/platform/soil/publish/config.d.ts.map +0 -1
  2783. package/dist/platform/soil/publish/config.js +0 -59
  2784. package/dist/platform/soil/publish/config.js.map +0 -1
  2785. package/dist/platform/soil/publish/index.d.ts +0 -7
  2786. package/dist/platform/soil/publish/index.d.ts.map +0 -1
  2787. package/dist/platform/soil/publish/index.js +0 -7
  2788. package/dist/platform/soil/publish/index.js.map +0 -1
  2789. package/dist/platform/soil/publish/notion.d.ts +0 -51
  2790. package/dist/platform/soil/publish/notion.d.ts.map +0 -1
  2791. package/dist/platform/soil/publish/notion.js +0 -201
  2792. package/dist/platform/soil/publish/notion.js.map +0 -1
  2793. package/dist/platform/soil/publish/publisher.d.ts +0 -13
  2794. package/dist/platform/soil/publish/publisher.d.ts.map +0 -1
  2795. package/dist/platform/soil/publish/publisher.js +0 -57
  2796. package/dist/platform/soil/publish/publisher.js.map +0 -1
  2797. package/dist/platform/soil/publish/snapshot.d.ts +0 -4
  2798. package/dist/platform/soil/publish/snapshot.d.ts.map +0 -1
  2799. package/dist/platform/soil/publish/snapshot.js +0 -40
  2800. package/dist/platform/soil/publish/snapshot.js.map +0 -1
  2801. package/dist/platform/soil/publish/types.d.ts +0 -169
  2802. package/dist/platform/soil/publish/types.d.ts.map +0 -1
  2803. package/dist/platform/soil/publish/types.js +0 -32
  2804. package/dist/platform/soil/publish/types.js.map +0 -1
  2805. package/dist/platform/soil/retriever.d.ts +0 -77
  2806. package/dist/platform/soil/retriever.d.ts.map +0 -1
  2807. package/dist/platform/soil/retriever.js +0 -351
  2808. package/dist/platform/soil/retriever.js.map +0 -1
  2809. package/dist/platform/soil/runtime-rebuild.d.ts +0 -33
  2810. package/dist/platform/soil/runtime-rebuild.d.ts.map +0 -1
  2811. package/dist/platform/soil/runtime-rebuild.js +0 -194
  2812. package/dist/platform/soil/runtime-rebuild.js.map +0 -1
  2813. package/dist/platform/soil/source-paths.d.ts +0 -2
  2814. package/dist/platform/soil/source-paths.d.ts.map +0 -1
  2815. package/dist/platform/soil/source-paths.js +0 -25
  2816. package/dist/platform/soil/source-paths.js.map +0 -1
  2817. package/dist/platform/soil/sqlite-repository-helpers.d.ts +0 -84
  2818. package/dist/platform/soil/sqlite-repository-helpers.d.ts.map +0 -1
  2819. package/dist/platform/soil/sqlite-repository-helpers.js +0 -147
  2820. package/dist/platform/soil/sqlite-repository-helpers.js.map +0 -1
  2821. package/dist/platform/soil/sqlite-repository-search.d.ts +0 -8
  2822. package/dist/platform/soil/sqlite-repository-search.d.ts.map +0 -1
  2823. package/dist/platform/soil/sqlite-repository-search.js +0 -416
  2824. package/dist/platform/soil/sqlite-repository-search.js.map +0 -1
  2825. package/dist/platform/soil/sqlite-repository-storage.d.ts +0 -10
  2826. package/dist/platform/soil/sqlite-repository-storage.d.ts.map +0 -1
  2827. package/dist/platform/soil/sqlite-repository-storage.js +0 -399
  2828. package/dist/platform/soil/sqlite-repository-storage.js.map +0 -1
  2829. package/dist/platform/soil/sqlite-repository.d.ts +0 -31
  2830. package/dist/platform/soil/sqlite-repository.d.ts.map +0 -1
  2831. package/dist/platform/soil/sqlite-repository.js +0 -177
  2832. package/dist/platform/soil/sqlite-repository.js.map +0 -1
  2833. package/dist/platform/soil/types.d.ts +0 -507
  2834. package/dist/platform/soil/types.d.ts.map +0 -1
  2835. package/dist/platform/soil/types.js +0 -188
  2836. package/dist/platform/soil/types.js.map +0 -1
  2837. package/dist/platform/time/deadline-finalization.d.ts +0 -57
  2838. package/dist/platform/time/deadline-finalization.d.ts.map +0 -1
  2839. package/dist/platform/time/deadline-finalization.js +0 -136
  2840. package/dist/platform/time/deadline-finalization.js.map +0 -1
  2841. package/dist/platform/time/effect-latency-estimator.d.ts +0 -15
  2842. package/dist/platform/time/effect-latency-estimator.d.ts.map +0 -1
  2843. package/dist/platform/time/effect-latency-estimator.js +0 -39
  2844. package/dist/platform/time/effect-latency-estimator.js.map +0 -1
  2845. package/dist/platform/time/execution-mode.d.ts +0 -29
  2846. package/dist/platform/time/execution-mode.d.ts.map +0 -1
  2847. package/dist/platform/time/execution-mode.js +0 -84
  2848. package/dist/platform/time/execution-mode.js.map +0 -1
  2849. package/dist/platform/time/time-horizon-engine.d.ts +0 -18
  2850. package/dist/platform/time/time-horizon-engine.d.ts.map +0 -1
  2851. package/dist/platform/time/time-horizon-engine.js +0 -220
  2852. package/dist/platform/time/time-horizon-engine.js.map +0 -1
  2853. package/dist/platform/tools/executor.d.ts +0 -2
  2854. package/dist/platform/tools/executor.d.ts.map +0 -1
  2855. package/dist/platform/tools/executor.js +0 -2
  2856. package/dist/platform/tools/executor.js.map +0 -1
  2857. package/dist/platform/traits/character-config.d.ts +0 -34
  2858. package/dist/platform/traits/character-config.d.ts.map +0 -1
  2859. package/dist/platform/traits/character-config.js +0 -53
  2860. package/dist/platform/traits/character-config.js.map +0 -1
  2861. package/dist/platform/traits/character-policy.d.ts +0 -4
  2862. package/dist/platform/traits/character-policy.d.ts.map +0 -1
  2863. package/dist/platform/traits/character-policy.js +0 -10
  2864. package/dist/platform/traits/character-policy.js.map +0 -1
  2865. package/dist/platform/traits/curiosity-engine.d.ts +0 -155
  2866. package/dist/platform/traits/curiosity-engine.d.ts.map +0 -1
  2867. package/dist/platform/traits/curiosity-engine.js +0 -351
  2868. package/dist/platform/traits/curiosity-engine.js.map +0 -1
  2869. package/dist/platform/traits/curiosity-proposals.d.ts +0 -44
  2870. package/dist/platform/traits/curiosity-proposals.d.ts.map +0 -1
  2871. package/dist/platform/traits/curiosity-proposals.js +0 -284
  2872. package/dist/platform/traits/curiosity-proposals.js.map +0 -1
  2873. package/dist/platform/traits/curiosity-transfer.d.ts +0 -31
  2874. package/dist/platform/traits/curiosity-transfer.d.ts.map +0 -1
  2875. package/dist/platform/traits/curiosity-transfer.js +0 -53
  2876. package/dist/platform/traits/curiosity-transfer.js.map +0 -1
  2877. package/dist/platform/traits/curiosity-triggers.d.ts +0 -16
  2878. package/dist/platform/traits/curiosity-triggers.d.ts.map +0 -1
  2879. package/dist/platform/traits/curiosity-triggers.js +0 -187
  2880. package/dist/platform/traits/curiosity-triggers.js.map +0 -1
  2881. package/dist/platform/traits/ethics-gate.d.ts +0 -77
  2882. package/dist/platform/traits/ethics-gate.d.ts.map +0 -1
  2883. package/dist/platform/traits/ethics-gate.js +0 -275
  2884. package/dist/platform/traits/ethics-gate.js.map +0 -1
  2885. package/dist/platform/traits/ethics-rules.d.ts +0 -8
  2886. package/dist/platform/traits/ethics-rules.d.ts.map +0 -1
  2887. package/dist/platform/traits/ethics-rules.js +0 -90
  2888. package/dist/platform/traits/ethics-rules.js.map +0 -1
  2889. package/dist/platform/traits/guardrail-runner.d.ts +0 -29
  2890. package/dist/platform/traits/guardrail-runner.d.ts.map +0 -1
  2891. package/dist/platform/traits/guardrail-runner.js +0 -81
  2892. package/dist/platform/traits/guardrail-runner.js.map +0 -1
  2893. package/dist/platform/traits/trust-manager.d.ts +0 -93
  2894. package/dist/platform/traits/trust-manager.d.ts.map +0 -1
  2895. package/dist/platform/traits/trust-manager.js +0 -267
  2896. package/dist/platform/traits/trust-manager.js.map +0 -1
  2897. package/dist/platform/traits/types/character.d.ts +0 -20
  2898. package/dist/platform/traits/types/character.d.ts.map +0 -1
  2899. package/dist/platform/traits/types/character.js +0 -10
  2900. package/dist/platform/traits/types/character.js.map +0 -1
  2901. package/dist/platform/traits/types/curiosity.d.ts +0 -590
  2902. package/dist/platform/traits/types/curiosity.d.ts.map +0 -1
  2903. package/dist/platform/traits/types/curiosity.js +0 -109
  2904. package/dist/platform/traits/types/curiosity.js.map +0 -1
  2905. package/dist/platform/traits/types/ethics.d.ts +0 -169
  2906. package/dist/platform/traits/types/ethics.d.ts.map +0 -1
  2907. package/dist/platform/traits/types/ethics.js +0 -47
  2908. package/dist/platform/traits/types/ethics.js.map +0 -1
  2909. package/dist/platform/traits/types/guardrail.d.ts +0 -104
  2910. package/dist/platform/traits/types/guardrail.d.ts.map +0 -1
  2911. package/dist/platform/traits/types/guardrail.js +0 -34
  2912. package/dist/platform/traits/types/guardrail.js.map +0 -1
  2913. package/dist/platform/traits/types/trust.d.ts +0 -126
  2914. package/dist/platform/traits/types/trust.d.ts.map +0 -1
  2915. package/dist/platform/traits/types/trust.js +0 -38
  2916. package/dist/platform/traits/types/trust.js.map +0 -1
  2917. package/dist/prompt/context-assembler.d.ts +0 -123
  2918. package/dist/prompt/context-assembler.d.ts.map +0 -1
  2919. package/dist/prompt/context-assembler.js +0 -374
  2920. package/dist/prompt/context-assembler.js.map +0 -1
  2921. package/dist/prompt/formatters.d.ts +0 -50
  2922. package/dist/prompt/formatters.d.ts.map +0 -1
  2923. package/dist/prompt/formatters.js +0 -135
  2924. package/dist/prompt/formatters.js.map +0 -1
  2925. package/dist/prompt/gateway.d.ts +0 -42
  2926. package/dist/prompt/gateway.d.ts.map +0 -1
  2927. package/dist/prompt/gateway.js +0 -126
  2928. package/dist/prompt/gateway.js.map +0 -1
  2929. package/dist/prompt/index.d.ts +0 -12
  2930. package/dist/prompt/index.d.ts.map +0 -1
  2931. package/dist/prompt/index.js +0 -9
  2932. package/dist/prompt/index.js.map +0 -1
  2933. package/dist/prompt/purposes/capability.d.ts +0 -64
  2934. package/dist/prompt/purposes/capability.d.ts.map +0 -1
  2935. package/dist/prompt/purposes/capability.js +0 -38
  2936. package/dist/prompt/purposes/capability.js.map +0 -1
  2937. package/dist/prompt/purposes/checkpoint.d.ts +0 -22
  2938. package/dist/prompt/purposes/checkpoint.d.ts.map +0 -1
  2939. package/dist/prompt/purposes/checkpoint.js +0 -17
  2940. package/dist/prompt/purposes/checkpoint.js.map +0 -1
  2941. package/dist/prompt/purposes/curiosity.d.ts +0 -41
  2942. package/dist/prompt/purposes/curiosity.d.ts.map +0 -1
  2943. package/dist/prompt/purposes/curiosity.js +0 -19
  2944. package/dist/prompt/purposes/curiosity.js.map +0 -1
  2945. package/dist/prompt/purposes/dependency.d.ts +0 -34
  2946. package/dist/prompt/purposes/dependency.d.ts.map +0 -1
  2947. package/dist/prompt/purposes/dependency.js +0 -21
  2948. package/dist/prompt/purposes/dependency.js.map +0 -1
  2949. package/dist/prompt/purposes/dream.d.ts +0 -9
  2950. package/dist/prompt/purposes/dream.d.ts.map +0 -1
  2951. package/dist/prompt/purposes/dream.js +0 -72
  2952. package/dist/prompt/purposes/dream.js.map +0 -1
  2953. package/dist/prompt/purposes/ethics.d.ts +0 -47
  2954. package/dist/prompt/purposes/ethics.d.ts.map +0 -1
  2955. package/dist/prompt/purposes/ethics.js +0 -89
  2956. package/dist/prompt/purposes/ethics.js.map +0 -1
  2957. package/dist/prompt/purposes/final-migration.d.ts +0 -15
  2958. package/dist/prompt/purposes/final-migration.d.ts.map +0 -1
  2959. package/dist/prompt/purposes/final-migration.js +0 -15
  2960. package/dist/prompt/purposes/final-migration.js.map +0 -1
  2961. package/dist/prompt/purposes/goal-decomposition.d.ts +0 -46
  2962. package/dist/prompt/purposes/goal-decomposition.d.ts.map +0 -1
  2963. package/dist/prompt/purposes/goal-decomposition.js +0 -20
  2964. package/dist/prompt/purposes/goal-decomposition.js.map +0 -1
  2965. package/dist/prompt/purposes/goal-quality.d.ts +0 -61
  2966. package/dist/prompt/purposes/goal-quality.d.ts.map +0 -1
  2967. package/dist/prompt/purposes/goal-quality.js +0 -37
  2968. package/dist/prompt/purposes/goal-quality.js.map +0 -1
  2969. package/dist/prompt/purposes/index.d.ts +0 -30
  2970. package/dist/prompt/purposes/index.d.ts.map +0 -1
  2971. package/dist/prompt/purposes/index.js +0 -321
  2972. package/dist/prompt/purposes/index.js.map +0 -1
  2973. package/dist/prompt/purposes/knowledge-transfer.d.ts +0 -81
  2974. package/dist/prompt/purposes/knowledge-transfer.d.ts.map +0 -1
  2975. package/dist/prompt/purposes/knowledge-transfer.js +0 -33
  2976. package/dist/prompt/purposes/knowledge-transfer.js.map +0 -1
  2977. package/dist/prompt/purposes/knowledge.d.ts +0 -88
  2978. package/dist/prompt/purposes/knowledge.d.ts.map +0 -1
  2979. package/dist/prompt/purposes/knowledge.js +0 -59
  2980. package/dist/prompt/purposes/knowledge.js.map +0 -1
  2981. package/dist/prompt/purposes/learning.d.ts +0 -70
  2982. package/dist/prompt/purposes/learning.d.ts.map +0 -1
  2983. package/dist/prompt/purposes/learning.js +0 -32
  2984. package/dist/prompt/purposes/learning.js.map +0 -1
  2985. package/dist/prompt/purposes/memory-distill.d.ts +0 -75
  2986. package/dist/prompt/purposes/memory-distill.d.ts.map +0 -1
  2987. package/dist/prompt/purposes/memory-distill.js +0 -27
  2988. package/dist/prompt/purposes/memory-distill.js.map +0 -1
  2989. package/dist/prompt/purposes/observation.d.ts +0 -25
  2990. package/dist/prompt/purposes/observation.d.ts.map +0 -1
  2991. package/dist/prompt/purposes/observation.js +0 -17
  2992. package/dist/prompt/purposes/observation.js.map +0 -1
  2993. package/dist/prompt/purposes/strategy-template.d.ts +0 -57
  2994. package/dist/prompt/purposes/strategy-template.d.ts.map +0 -1
  2995. package/dist/prompt/purposes/strategy-template.js +0 -31
  2996. package/dist/prompt/purposes/strategy-template.js.map +0 -1
  2997. package/dist/prompt/purposes/strategy.d.ts +0 -11
  2998. package/dist/prompt/purposes/strategy.d.ts.map +0 -1
  2999. package/dist/prompt/purposes/strategy.js +0 -29
  3000. package/dist/prompt/purposes/strategy.js.map +0 -1
  3001. package/dist/prompt/purposes/task-generation.d.ts +0 -26
  3002. package/dist/prompt/purposes/task-generation.d.ts.map +0 -1
  3003. package/dist/prompt/purposes/task-generation.js +0 -22
  3004. package/dist/prompt/purposes/task-generation.js.map +0 -1
  3005. package/dist/prompt/purposes/verification.d.ts +0 -25
  3006. package/dist/prompt/purposes/verification.d.ts.map +0 -1
  3007. package/dist/prompt/purposes/verification.js +0 -17
  3008. package/dist/prompt/purposes/verification.js.map +0 -1
  3009. package/dist/prompt/slot-definitions.d.ts +0 -33
  3010. package/dist/prompt/slot-definitions.d.ts.map +0 -1
  3011. package/dist/prompt/slot-definitions.js +0 -383
  3012. package/dist/prompt/slot-definitions.js.map +0 -1
  3013. package/dist/reflection/cognition-writeback-evaluator.d.ts +0 -10
  3014. package/dist/reflection/cognition-writeback-evaluator.d.ts.map +0 -1
  3015. package/dist/reflection/cognition-writeback-evaluator.js +0 -49
  3016. package/dist/reflection/cognition-writeback-evaluator.js.map +0 -1
  3017. package/dist/reflection/cognition-writeback-queue.d.ts +0 -835
  3018. package/dist/reflection/cognition-writeback-queue.d.ts.map +0 -1
  3019. package/dist/reflection/cognition-writeback-queue.js +0 -198
  3020. package/dist/reflection/cognition-writeback-queue.js.map +0 -1
  3021. package/dist/reflection/dream-consolidation.d.ts +0 -15
  3022. package/dist/reflection/dream-consolidation.d.ts.map +0 -1
  3023. package/dist/reflection/dream-consolidation.js +0 -81
  3024. package/dist/reflection/dream-consolidation.js.map +0 -1
  3025. package/dist/reflection/evening-catchup.d.ts +0 -13
  3026. package/dist/reflection/evening-catchup.d.ts.map +0 -1
  3027. package/dist/reflection/evening-catchup.js +0 -93
  3028. package/dist/reflection/evening-catchup.js.map +0 -1
  3029. package/dist/reflection/index.d.ts +0 -11
  3030. package/dist/reflection/index.d.ts.map +0 -1
  3031. package/dist/reflection/index.js +0 -8
  3032. package/dist/reflection/index.js.map +0 -1
  3033. package/dist/reflection/morning-planning.d.ts +0 -13
  3034. package/dist/reflection/morning-planning.d.ts.map +0 -1
  3035. package/dist/reflection/morning-planning.js +0 -82
  3036. package/dist/reflection/morning-planning.js.map +0 -1
  3037. package/dist/reflection/reflection-profile-surface.d.ts +0 -8
  3038. package/dist/reflection/reflection-profile-surface.d.ts.map +0 -1
  3039. package/dist/reflection/reflection-profile-surface.js +0 -20
  3040. package/dist/reflection/reflection-profile-surface.js.map +0 -1
  3041. package/dist/reflection/reflection-report-state-migration.d.ts +0 -14
  3042. package/dist/reflection/reflection-report-state-migration.d.ts.map +0 -1
  3043. package/dist/reflection/reflection-report-state-migration.js +0 -169
  3044. package/dist/reflection/reflection-report-state-migration.js.map +0 -1
  3045. package/dist/reflection/reflection-report-state-store.d.ts +0 -23
  3046. package/dist/reflection/reflection-report-state-store.d.ts.map +0 -1
  3047. package/dist/reflection/reflection-report-state-store.js +0 -90
  3048. package/dist/reflection/reflection-report-state-store.js.map +0 -1
  3049. package/dist/reflection/reflection-utils.d.ts +0 -22
  3050. package/dist/reflection/reflection-utils.d.ts.map +0 -1
  3051. package/dist/reflection/reflection-utils.js +0 -73
  3052. package/dist/reflection/reflection-utils.js.map +0 -1
  3053. package/dist/reflection/types/reflection.d.ts +0 -34
  3054. package/dist/reflection/types/reflection.d.ts.map +0 -1
  3055. package/dist/reflection/types/reflection.js +0 -14
  3056. package/dist/reflection/types/reflection.js.map +0 -1
  3057. package/dist/reflection/types.d.ts +0 -180
  3058. package/dist/reflection/types.d.ts.map +0 -1
  3059. package/dist/reflection/types.js +0 -63
  3060. package/dist/reflection/types.js.map +0 -1
  3061. package/dist/reflection/weekly-review.d.ts +0 -11
  3062. package/dist/reflection/weekly-review.d.ts.map +0 -1
  3063. package/dist/reflection/weekly-review.js +0 -130
  3064. package/dist/reflection/weekly-review.js.map +0 -1
  3065. package/dist/reporting/report-formatters.d.ts +0 -19
  3066. package/dist/reporting/report-formatters.d.ts.map +0 -1
  3067. package/dist/reporting/report-formatters.js +0 -280
  3068. package/dist/reporting/report-formatters.js.map +0 -1
  3069. package/dist/reporting/report-summary-builders.d.ts +0 -16
  3070. package/dist/reporting/report-summary-builders.d.ts.map +0 -1
  3071. package/dist/reporting/report-summary-builders.js +0 -125
  3072. package/dist/reporting/report-summary-builders.js.map +0 -1
  3073. package/dist/reporting/reporting-engine.d.ts +0 -37
  3074. package/dist/reporting/reporting-engine.d.ts.map +0 -1
  3075. package/dist/reporting/reporting-engine.js +0 -312
  3076. package/dist/reporting/reporting-engine.js.map +0 -1
  3077. package/dist/reporting/reporting-types.d.ts +0 -49
  3078. package/dist/reporting/reporting-types.d.ts.map +0 -1
  3079. package/dist/reporting/reporting-types.js +0 -2
  3080. package/dist/reporting/reporting-types.js.map +0 -1
  3081. package/dist/reporting/types/report.d.ts +0 -277
  3082. package/dist/reporting/types/report.d.ts.map +0 -1
  3083. package/dist/reporting/types/report.js +0 -56
  3084. package/dist/reporting/types/report.js.map +0 -1
  3085. package/dist/runtime/approval-broker.d.ts +0 -95
  3086. package/dist/runtime/approval-broker.d.ts.map +0 -1
  3087. package/dist/runtime/approval-broker.js +0 -401
  3088. package/dist/runtime/approval-broker.js.map +0 -1
  3089. package/dist/runtime/assets/checksum.d.ts +0 -2
  3090. package/dist/runtime/assets/checksum.d.ts.map +0 -1
  3091. package/dist/runtime/assets/checksum.js +0 -44
  3092. package/dist/runtime/assets/checksum.js.map +0 -1
  3093. package/dist/runtime/assets/index.d.ts +0 -4
  3094. package/dist/runtime/assets/index.d.ts.map +0 -1
  3095. package/dist/runtime/assets/index.js +0 -4
  3096. package/dist/runtime/assets/index.js.map +0 -1
  3097. package/dist/runtime/assets/registry.d.ts +0 -16
  3098. package/dist/runtime/assets/registry.d.ts.map +0 -1
  3099. package/dist/runtime/assets/registry.js +0 -105
  3100. package/dist/runtime/assets/registry.js.map +0 -1
  3101. package/dist/runtime/assets/types.d.ts +0 -233
  3102. package/dist/runtime/assets/types.d.ts.map +0 -1
  3103. package/dist/runtime/assets/types.js +0 -92
  3104. package/dist/runtime/assets/types.js.map +0 -1
  3105. package/dist/runtime/attention/attention-admission.d.ts +0 -29
  3106. package/dist/runtime/attention/attention-admission.d.ts.map +0 -1
  3107. package/dist/runtime/attention/attention-admission.js +0 -92
  3108. package/dist/runtime/attention/attention-admission.js.map +0 -1
  3109. package/dist/runtime/attention/attention-agenda.d.ts +0 -21
  3110. package/dist/runtime/attention/attention-agenda.d.ts.map +0 -1
  3111. package/dist/runtime/attention/attention-agenda.js +0 -539
  3112. package/dist/runtime/attention/attention-agenda.js.map +0 -1
  3113. package/dist/runtime/attention/attention-clustering.d.ts +0 -54
  3114. package/dist/runtime/attention/attention-clustering.d.ts.map +0 -1
  3115. package/dist/runtime/attention/attention-clustering.js +0 -243
  3116. package/dist/runtime/attention/attention-clustering.js.map +0 -1
  3117. package/dist/runtime/attention/attention-continuity.d.ts +0 -609
  3118. package/dist/runtime/attention/attention-continuity.d.ts.map +0 -1
  3119. package/dist/runtime/attention/attention-continuity.js +0 -414
  3120. package/dist/runtime/attention/attention-continuity.js.map +0 -1
  3121. package/dist/runtime/attention/attention-cycle.d.ts +0 -56
  3122. package/dist/runtime/attention/attention-cycle.d.ts.map +0 -1
  3123. package/dist/runtime/attention/attention-cycle.js +0 -266
  3124. package/dist/runtime/attention/attention-cycle.js.map +0 -1
  3125. package/dist/runtime/attention/attention-decomposition.d.ts +0 -15
  3126. package/dist/runtime/attention/attention-decomposition.d.ts.map +0 -1
  3127. package/dist/runtime/attention/attention-decomposition.js +0 -157
  3128. package/dist/runtime/attention/attention-decomposition.js.map +0 -1
  3129. package/dist/runtime/attention/attention-diagnostics.d.ts +0 -122
  3130. package/dist/runtime/attention/attention-diagnostics.d.ts.map +0 -1
  3131. package/dist/runtime/attention/attention-diagnostics.js +0 -101
  3132. package/dist/runtime/attention/attention-diagnostics.js.map +0 -1
  3133. package/dist/runtime/attention/attention-feedback.d.ts +0 -58
  3134. package/dist/runtime/attention/attention-feedback.d.ts.map +0 -1
  3135. package/dist/runtime/attention/attention-feedback.js +0 -212
  3136. package/dist/runtime/attention/attention-feedback.js.map +0 -1
  3137. package/dist/runtime/attention/attention-input.d.ts +0 -673
  3138. package/dist/runtime/attention/attention-input.d.ts.map +0 -1
  3139. package/dist/runtime/attention/attention-input.js +0 -439
  3140. package/dist/runtime/attention/attention-input.js.map +0 -1
  3141. package/dist/runtime/attention/attention-metabolism-types.d.ts +0 -222
  3142. package/dist/runtime/attention/attention-metabolism-types.d.ts.map +0 -1
  3143. package/dist/runtime/attention/attention-metabolism-types.js +0 -2
  3144. package/dist/runtime/attention/attention-metabolism-types.js.map +0 -1
  3145. package/dist/runtime/attention/attention-metabolism.d.ts +0 -21
  3146. package/dist/runtime/attention/attention-metabolism.d.ts.map +0 -1
  3147. package/dist/runtime/attention/attention-metabolism.js +0 -1351
  3148. package/dist/runtime/attention/attention-metabolism.js.map +0 -1
  3149. package/dist/runtime/attention/attention-promotion.d.ts +0 -15
  3150. package/dist/runtime/attention/attention-promotion.d.ts.map +0 -1
  3151. package/dist/runtime/attention/attention-promotion.js +0 -110
  3152. package/dist/runtime/attention/attention-promotion.js.map +0 -1
  3153. package/dist/runtime/attention/attention-refs.d.ts +0 -12
  3154. package/dist/runtime/attention/attention-refs.d.ts.map +0 -1
  3155. package/dist/runtime/attention/attention-refs.js +0 -46
  3156. package/dist/runtime/attention/attention-refs.js.map +0 -1
  3157. package/dist/runtime/attention/attention-scope.d.ts +0 -33
  3158. package/dist/runtime/attention/attention-scope.d.ts.map +0 -1
  3159. package/dist/runtime/attention/attention-scope.js +0 -215
  3160. package/dist/runtime/attention/attention-scope.js.map +0 -1
  3161. package/dist/runtime/attention/attention-semantic.d.ts +0 -65
  3162. package/dist/runtime/attention/attention-semantic.d.ts.map +0 -1
  3163. package/dist/runtime/attention/attention-semantic.js +0 -102
  3164. package/dist/runtime/attention/attention-semantic.js.map +0 -1
  3165. package/dist/runtime/attention/direct-path-inventory.d.ts +0 -25
  3166. package/dist/runtime/attention/direct-path-inventory.d.ts.map +0 -1
  3167. package/dist/runtime/attention/direct-path-inventory.js +0 -377
  3168. package/dist/runtime/attention/direct-path-inventory.js.map +0 -1
  3169. package/dist/runtime/attention/feedback-ingestion.d.ts +0 -2236
  3170. package/dist/runtime/attention/feedback-ingestion.d.ts.map +0 -1
  3171. package/dist/runtime/attention/feedback-ingestion.js +0 -568
  3172. package/dist/runtime/attention/feedback-ingestion.js.map +0 -1
  3173. package/dist/runtime/attention/index.d.ts +0 -31
  3174. package/dist/runtime/attention/index.d.ts.map +0 -1
  3175. package/dist/runtime/attention/index.js +0 -16
  3176. package/dist/runtime/attention/index.js.map +0 -1
  3177. package/dist/runtime/attention/proactive-policy.d.ts +0 -200
  3178. package/dist/runtime/attention/proactive-policy.d.ts.map +0 -1
  3179. package/dist/runtime/attention/proactive-policy.js +0 -133
  3180. package/dist/runtime/attention/proactive-policy.js.map +0 -1
  3181. package/dist/runtime/attention/surface-delivery.d.ts +0 -215
  3182. package/dist/runtime/attention/surface-delivery.d.ts.map +0 -1
  3183. package/dist/runtime/attention/surface-delivery.js +0 -232
  3184. package/dist/runtime/attention/surface-delivery.js.map +0 -1
  3185. package/dist/runtime/builtin-integrations.d.ts +0 -8
  3186. package/dist/runtime/builtin-integrations.d.ts.map +0 -1
  3187. package/dist/runtime/builtin-integrations.js +0 -96
  3188. package/dist/runtime/builtin-integrations.js.map +0 -1
  3189. package/dist/runtime/capability-execution-resolver.d.ts +0 -9
  3190. package/dist/runtime/capability-execution-resolver.d.ts.map +0 -1
  3191. package/dist/runtime/capability-execution-resolver.js +0 -92
  3192. package/dist/runtime/capability-execution-resolver.js.map +0 -1
  3193. package/dist/runtime/capability-operation-planner.d.ts +0 -81
  3194. package/dist/runtime/capability-operation-planner.d.ts.map +0 -1
  3195. package/dist/runtime/capability-operation-planner.js +0 -481
  3196. package/dist/runtime/capability-operation-planner.js.map +0 -1
  3197. package/dist/runtime/change-detector.d.ts +0 -6
  3198. package/dist/runtime/change-detector.d.ts.map +0 -1
  3199. package/dist/runtime/change-detector.js +0 -68
  3200. package/dist/runtime/change-detector.js.map +0 -1
  3201. package/dist/runtime/channels/email-channel.d.ts +0 -4
  3202. package/dist/runtime/channels/email-channel.d.ts.map +0 -1
  3203. package/dist/runtime/channels/email-channel.js +0 -65
  3204. package/dist/runtime/channels/email-channel.js.map +0 -1
  3205. package/dist/runtime/channels/http-post.d.ts +0 -10
  3206. package/dist/runtime/channels/http-post.d.ts.map +0 -1
  3207. package/dist/runtime/channels/http-post.js +0 -106
  3208. package/dist/runtime/channels/http-post.js.map +0 -1
  3209. package/dist/runtime/channels/slack-channel.d.ts +0 -4
  3210. package/dist/runtime/channels/slack-channel.d.ts.map +0 -1
  3211. package/dist/runtime/channels/slack-channel.js +0 -87
  3212. package/dist/runtime/channels/slack-channel.js.map +0 -1
  3213. package/dist/runtime/channels/webhook-channel.d.ts +0 -4
  3214. package/dist/runtime/channels/webhook-channel.d.ts.map +0 -1
  3215. package/dist/runtime/channels/webhook-channel.js +0 -47
  3216. package/dist/runtime/channels/webhook-channel.js.map +0 -1
  3217. package/dist/runtime/cognition/audit-sink.d.ts +0 -37
  3218. package/dist/runtime/cognition/audit-sink.d.ts.map +0 -1
  3219. package/dist/runtime/cognition/audit-sink.js +0 -108
  3220. package/dist/runtime/cognition/audit-sink.js.map +0 -1
  3221. package/dist/runtime/cognition/cloud-boundary.d.ts +0 -308
  3222. package/dist/runtime/cognition/cloud-boundary.d.ts.map +0 -1
  3223. package/dist/runtime/cognition/cloud-boundary.js +0 -114
  3224. package/dist/runtime/cognition/cloud-boundary.js.map +0 -1
  3225. package/dist/runtime/cognition/companion-cognition-service.d.ts +0 -18
  3226. package/dist/runtime/cognition/companion-cognition-service.d.ts.map +0 -1
  3227. package/dist/runtime/cognition/companion-cognition-service.js +0 -224
  3228. package/dist/runtime/cognition/companion-cognition-service.js.map +0 -1
  3229. package/dist/runtime/cognition/contracts.d.ts +0 -19901
  3230. package/dist/runtime/cognition/contracts.d.ts.map +0 -1
  3231. package/dist/runtime/cognition/contracts.js +0 -559
  3232. package/dist/runtime/cognition/contracts.js.map +0 -1
  3233. package/dist/runtime/cognition/index.d.ts +0 -13
  3234. package/dist/runtime/cognition/index.d.ts.map +0 -1
  3235. package/dist/runtime/cognition/index.js +0 -9
  3236. package/dist/runtime/cognition/index.js.map +0 -1
  3237. package/dist/runtime/cognition/memory-context.d.ts +0 -19
  3238. package/dist/runtime/cognition/memory-context.d.ts.map +0 -1
  3239. package/dist/runtime/cognition/memory-context.js +0 -187
  3240. package/dist/runtime/cognition/memory-context.js.map +0 -1
  3241. package/dist/runtime/cognition/ports.d.ts +0 -11
  3242. package/dist/runtime/cognition/ports.d.ts.map +0 -1
  3243. package/dist/runtime/cognition/ports.js +0 -2
  3244. package/dist/runtime/cognition/ports.js.map +0 -1
  3245. package/dist/runtime/cognition/situation.d.ts +0 -6
  3246. package/dist/runtime/cognition/situation.d.ts.map +0 -1
  3247. package/dist/runtime/cognition/situation.js +0 -66
  3248. package/dist/runtime/cognition/situation.js.map +0 -1
  3249. package/dist/runtime/cognition/tool-authority.d.ts +0 -21
  3250. package/dist/runtime/cognition/tool-authority.d.ts.map +0 -1
  3251. package/dist/runtime/cognition/tool-authority.js +0 -56
  3252. package/dist/runtime/cognition/tool-authority.js.map +0 -1
  3253. package/dist/runtime/cognition/writeback.d.ts +0 -17
  3254. package/dist/runtime/cognition/writeback.d.ts.map +0 -1
  3255. package/dist/runtime/cognition/writeback.js +0 -40
  3256. package/dist/runtime/cognition/writeback.js.map +0 -1
  3257. package/dist/runtime/command-dispatcher.d.ts +0 -40
  3258. package/dist/runtime/command-dispatcher.d.ts.map +0 -1
  3259. package/dist/runtime/command-dispatcher.js +0 -181
  3260. package/dist/runtime/command-dispatcher.js.map +0 -1
  3261. package/dist/runtime/companion-policy.d.ts +0 -27
  3262. package/dist/runtime/companion-policy.d.ts.map +0 -1
  3263. package/dist/runtime/companion-policy.js +0 -135
  3264. package/dist/runtime/companion-policy.js.map +0 -1
  3265. package/dist/runtime/companion-state-reducer.d.ts +0 -10
  3266. package/dist/runtime/companion-state-reducer.d.ts.map +0 -1
  3267. package/dist/runtime/companion-state-reducer.js +0 -601
  3268. package/dist/runtime/companion-state-reducer.js.map +0 -1
  3269. package/dist/runtime/companion-state-runtime-selectors.d.ts +0 -44
  3270. package/dist/runtime/companion-state-runtime-selectors.d.ts.map +0 -1
  3271. package/dist/runtime/companion-state-runtime-selectors.js +0 -308
  3272. package/dist/runtime/companion-state-runtime-selectors.js.map +0 -1
  3273. package/dist/runtime/confirmation-decision.d.ts +0 -94
  3274. package/dist/runtime/confirmation-decision.d.ts.map +0 -1
  3275. package/dist/runtime/confirmation-decision.js +0 -110
  3276. package/dist/runtime/confirmation-decision.js.map +0 -1
  3277. package/dist/runtime/control/admission-policy.d.ts +0 -1228
  3278. package/dist/runtime/control/admission-policy.d.ts.map +0 -1
  3279. package/dist/runtime/control/admission-policy.js +0 -455
  3280. package/dist/runtime/control/admission-policy.js.map +0 -1
  3281. package/dist/runtime/control/autonomy-governor.d.ts +0 -1345
  3282. package/dist/runtime/control/autonomy-governor.d.ts.map +0 -1
  3283. package/dist/runtime/control/autonomy-governor.js +0 -1030
  3284. package/dist/runtime/control/autonomy-governor.js.map +0 -1
  3285. package/dist/runtime/control/autonomy-ttl.d.ts +0 -4
  3286. package/dist/runtime/control/autonomy-ttl.d.ts.map +0 -1
  3287. package/dist/runtime/control/autonomy-ttl.js +0 -8
  3288. package/dist/runtime/control/autonomy-ttl.js.map +0 -1
  3289. package/dist/runtime/control/capability-status-projection.d.ts +0 -987
  3290. package/dist/runtime/control/capability-status-projection.d.ts.map +0 -1
  3291. package/dist/runtime/control/capability-status-projection.js +0 -384
  3292. package/dist/runtime/control/capability-status-projection.js.map +0 -1
  3293. package/dist/runtime/control/companion-action-projection.d.ts +0 -640
  3294. package/dist/runtime/control/companion-action-projection.d.ts.map +0 -1
  3295. package/dist/runtime/control/companion-action-projection.js +0 -304
  3296. package/dist/runtime/control/companion-action-projection.js.map +0 -1
  3297. package/dist/runtime/control/daemon-runtime-control-executor.d.ts +0 -7
  3298. package/dist/runtime/control/daemon-runtime-control-executor.d.ts.map +0 -1
  3299. package/dist/runtime/control/daemon-runtime-control-executor.js +0 -80
  3300. package/dist/runtime/control/daemon-runtime-control-executor.js.map +0 -1
  3301. package/dist/runtime/control/index.d.ts +0 -24
  3302. package/dist/runtime/control/index.d.ts.map +0 -1
  3303. package/dist/runtime/control/index.js +0 -13
  3304. package/dist/runtime/control/index.js.map +0 -1
  3305. package/dist/runtime/control/internal-autonomy-default.d.ts +0 -163
  3306. package/dist/runtime/control/internal-autonomy-default.d.ts.map +0 -1
  3307. package/dist/runtime/control/internal-autonomy-default.js +0 -379
  3308. package/dist/runtime/control/internal-autonomy-default.js.map +0 -1
  3309. package/dist/runtime/control/runtime-control-intent.d.ts +0 -34
  3310. package/dist/runtime/control/runtime-control-intent.d.ts.map +0 -1
  3311. package/dist/runtime/control/runtime-control-intent.js +0 -126
  3312. package/dist/runtime/control/runtime-control-intent.js.map +0 -1
  3313. package/dist/runtime/control/runtime-control-messages.d.ts +0 -5
  3314. package/dist/runtime/control/runtime-control-messages.d.ts.map +0 -1
  3315. package/dist/runtime/control/runtime-control-messages.js +0 -11
  3316. package/dist/runtime/control/runtime-control-messages.js.map +0 -1
  3317. package/dist/runtime/control/runtime-control-permission-grants.d.ts +0 -16
  3318. package/dist/runtime/control/runtime-control-permission-grants.d.ts.map +0 -1
  3319. package/dist/runtime/control/runtime-control-permission-grants.js +0 -125
  3320. package/dist/runtime/control/runtime-control-permission-grants.js.map +0 -1
  3321. package/dist/runtime/control/runtime-control-result-routing.d.ts +0 -29
  3322. package/dist/runtime/control/runtime-control-result-routing.d.ts.map +0 -1
  3323. package/dist/runtime/control/runtime-control-result-routing.js +0 -47
  3324. package/dist/runtime/control/runtime-control-result-routing.js.map +0 -1
  3325. package/dist/runtime/control/runtime-control-service.d.ts +0 -153
  3326. package/dist/runtime/control/runtime-control-service.d.ts.map +0 -1
  3327. package/dist/runtime/control/runtime-control-service.js +0 -1492
  3328. package/dist/runtime/control/runtime-control-service.js.map +0 -1
  3329. package/dist/runtime/control/runtime-target-resolver.d.ts +0 -39
  3330. package/dist/runtime/control/runtime-target-resolver.d.ts.map +0 -1
  3331. package/dist/runtime/control/runtime-target-resolver.js +0 -160
  3332. package/dist/runtime/control/runtime-target-resolver.js.map +0 -1
  3333. package/dist/runtime/conversational-approval-decision.d.ts +0 -29
  3334. package/dist/runtime/conversational-approval-decision.d.ts.map +0 -1
  3335. package/dist/runtime/conversational-approval-decision.js +0 -92
  3336. package/dist/runtime/conversational-approval-decision.js.map +0 -1
  3337. package/dist/runtime/daemon/browser-backpressure-policy.d.ts +0 -23
  3338. package/dist/runtime/daemon/browser-backpressure-policy.d.ts.map +0 -1
  3339. package/dist/runtime/daemon/browser-backpressure-policy.js +0 -94
  3340. package/dist/runtime/daemon/browser-backpressure-policy.js.map +0 -1
  3341. package/dist/runtime/daemon/client.d.ts +0 -128
  3342. package/dist/runtime/daemon/client.d.ts.map +0 -1
  3343. package/dist/runtime/daemon/client.js +0 -449
  3344. package/dist/runtime/daemon/client.js.map +0 -1
  3345. package/dist/runtime/daemon/config-json.d.ts +0 -5
  3346. package/dist/runtime/daemon/config-json.d.ts.map +0 -1
  3347. package/dist/runtime/daemon/config-json.js +0 -19
  3348. package/dist/runtime/daemon/config-json.js.map +0 -1
  3349. package/dist/runtime/daemon/control-contracts.d.ts +0 -7
  3350. package/dist/runtime/daemon/control-contracts.d.ts.map +0 -1
  3351. package/dist/runtime/daemon/control-contracts.js +0 -2
  3352. package/dist/runtime/daemon/control-contracts.js.map +0 -1
  3353. package/dist/runtime/daemon/health.d.ts +0 -31
  3354. package/dist/runtime/daemon/health.d.ts.map +0 -1
  3355. package/dist/runtime/daemon/health.js +0 -113
  3356. package/dist/runtime/daemon/health.js.map +0 -1
  3357. package/dist/runtime/daemon/index.d.ts +0 -10
  3358. package/dist/runtime/daemon/index.d.ts.map +0 -1
  3359. package/dist/runtime/daemon/index.js +0 -9
  3360. package/dist/runtime/daemon/index.js.map +0 -1
  3361. package/dist/runtime/daemon/maintenance.d.ts +0 -107
  3362. package/dist/runtime/daemon/maintenance.d.ts.map +0 -1
  3363. package/dist/runtime/daemon/maintenance.js +0 -359
  3364. package/dist/runtime/daemon/maintenance.js.map +0 -1
  3365. package/dist/runtime/daemon/persistence.d.ts +0 -20
  3366. package/dist/runtime/daemon/persistence.d.ts.map +0 -1
  3367. package/dist/runtime/daemon/persistence.js +0 -115
  3368. package/dist/runtime/daemon/persistence.js.map +0 -1
  3369. package/dist/runtime/daemon/resident-attention-orchestrator.d.ts +0 -35
  3370. package/dist/runtime/daemon/resident-attention-orchestrator.d.ts.map +0 -1
  3371. package/dist/runtime/daemon/resident-attention-orchestrator.js +0 -495
  3372. package/dist/runtime/daemon/resident-attention-orchestrator.js.map +0 -1
  3373. package/dist/runtime/daemon/runner-bootstrap.d.ts +0 -25
  3374. package/dist/runtime/daemon/runner-bootstrap.d.ts.map +0 -1
  3375. package/dist/runtime/daemon/runner-bootstrap.js +0 -79
  3376. package/dist/runtime/daemon/runner-bootstrap.js.map +0 -1
  3377. package/dist/runtime/daemon/runner-commands.d.ts +0 -69
  3378. package/dist/runtime/daemon/runner-commands.d.ts.map +0 -1
  3379. package/dist/runtime/daemon/runner-commands.js +0 -459
  3380. package/dist/runtime/daemon/runner-commands.js.map +0 -1
  3381. package/dist/runtime/daemon/runner-errors.d.ts +0 -28
  3382. package/dist/runtime/daemon/runner-errors.d.ts.map +0 -1
  3383. package/dist/runtime/daemon/runner-errors.js +0 -41
  3384. package/dist/runtime/daemon/runner-errors.js.map +0 -1
  3385. package/dist/runtime/daemon/runner-goal-cycle.d.ts +0 -3
  3386. package/dist/runtime/daemon/runner-goal-cycle.d.ts.map +0 -1
  3387. package/dist/runtime/daemon/runner-goal-cycle.js +0 -225
  3388. package/dist/runtime/daemon/runner-goal-cycle.js.map +0 -1
  3389. package/dist/runtime/daemon/runner-lifecycle.d.ts +0 -34
  3390. package/dist/runtime/daemon/runner-lifecycle.d.ts.map +0 -1
  3391. package/dist/runtime/daemon/runner-lifecycle.js +0 -59
  3392. package/dist/runtime/daemon/runner-lifecycle.js.map +0 -1
  3393. package/dist/runtime/daemon/runner-recovery.d.ts +0 -26
  3394. package/dist/runtime/daemon/runner-recovery.d.ts.map +0 -1
  3395. package/dist/runtime/daemon/runner-recovery.js +0 -178
  3396. package/dist/runtime/daemon/runner-recovery.js.map +0 -1
  3397. package/dist/runtime/daemon/runner-resident-curiosity.d.ts +0 -14
  3398. package/dist/runtime/daemon/runner-resident-curiosity.d.ts.map +0 -1
  3399. package/dist/runtime/daemon/runner-resident-curiosity.js +0 -264
  3400. package/dist/runtime/daemon/runner-resident-curiosity.js.map +0 -1
  3401. package/dist/runtime/daemon/runner-resident-dream.d.ts +0 -19
  3402. package/dist/runtime/daemon/runner-resident-dream.d.ts.map +0 -1
  3403. package/dist/runtime/daemon/runner-resident-dream.js +0 -138
  3404. package/dist/runtime/daemon/runner-resident-dream.js.map +0 -1
  3405. package/dist/runtime/daemon/runner-resident-proactive.d.ts +0 -15
  3406. package/dist/runtime/daemon/runner-resident-proactive.d.ts.map +0 -1
  3407. package/dist/runtime/daemon/runner-resident-proactive.js +0 -402
  3408. package/dist/runtime/daemon/runner-resident-proactive.js.map +0 -1
  3409. package/dist/runtime/daemon/runner-resident-shared.d.ts +0 -65
  3410. package/dist/runtime/daemon/runner-resident-shared.d.ts.map +0 -1
  3411. package/dist/runtime/daemon/runner-resident-shared.js +0 -162
  3412. package/dist/runtime/daemon/runner-resident-shared.js.map +0 -1
  3413. package/dist/runtime/daemon/runner-resident.d.ts +0 -5
  3414. package/dist/runtime/daemon/runner-resident.d.ts.map +0 -1
  3415. package/dist/runtime/daemon/runner-resident.js +0 -5
  3416. package/dist/runtime/daemon/runner-resident.js.map +0 -1
  3417. package/dist/runtime/daemon/runner-runtime.d.ts +0 -12
  3418. package/dist/runtime/daemon/runner-runtime.d.ts.map +0 -1
  3419. package/dist/runtime/daemon/runner-runtime.js +0 -43
  3420. package/dist/runtime/daemon/runner-runtime.js.map +0 -1
  3421. package/dist/runtime/daemon/runner-startup.d.ts +0 -20
  3422. package/dist/runtime/daemon/runner-startup.d.ts.map +0 -1
  3423. package/dist/runtime/daemon/runner-startup.js +0 -407
  3424. package/dist/runtime/daemon/runner-startup.js.map +0 -1
  3425. package/dist/runtime/daemon/runner.d.ts +0 -302
  3426. package/dist/runtime/daemon/runner.d.ts.map +0 -1
  3427. package/dist/runtime/daemon/runner.js +0 -636
  3428. package/dist/runtime/daemon/runner.js.map +0 -1
  3429. package/dist/runtime/daemon/runtime-ownership.d.ts +0 -56
  3430. package/dist/runtime/daemon/runtime-ownership.d.ts.map +0 -1
  3431. package/dist/runtime/daemon/runtime-ownership.js +0 -629
  3432. package/dist/runtime/daemon/runtime-ownership.js.map +0 -1
  3433. package/dist/runtime/daemon/runtime-root.d.ts +0 -5
  3434. package/dist/runtime/daemon/runtime-root.d.ts.map +0 -1
  3435. package/dist/runtime/daemon/runtime-root.js +0 -56
  3436. package/dist/runtime/daemon/runtime-root.js.map +0 -1
  3437. package/dist/runtime/daemon/signals.d.ts +0 -17
  3438. package/dist/runtime/daemon/signals.d.ts.map +0 -1
  3439. package/dist/runtime/daemon/signals.js +0 -31
  3440. package/dist/runtime/daemon/signals.js.map +0 -1
  3441. package/dist/runtime/daemon/types.d.ts +0 -22
  3442. package/dist/runtime/daemon/types.d.ts.map +0 -1
  3443. package/dist/runtime/daemon/types.js +0 -9
  3444. package/dist/runtime/daemon/types.js.map +0 -1
  3445. package/dist/runtime/daemon/wait-deadline-resolver.d.ts +0 -35
  3446. package/dist/runtime/daemon/wait-deadline-resolver.d.ts.map +0 -1
  3447. package/dist/runtime/daemon/wait-deadline-resolver.js +0 -111
  3448. package/dist/runtime/daemon/wait-deadline-resolver.js.map +0 -1
  3449. package/dist/runtime/daemon-client.d.ts +0 -2
  3450. package/dist/runtime/daemon-client.d.ts.map +0 -1
  3451. package/dist/runtime/daemon-client.js +0 -2
  3452. package/dist/runtime/daemon-client.js.map +0 -1
  3453. package/dist/runtime/daemon-runner.d.ts +0 -2
  3454. package/dist/runtime/daemon-runner.d.ts.map +0 -1
  3455. package/dist/runtime/daemon-runner.js +0 -2
  3456. package/dist/runtime/daemon-runner.js.map +0 -1
  3457. package/dist/runtime/decision/companion-behavior-eval-contract.d.ts +0 -645
  3458. package/dist/runtime/decision/companion-behavior-eval-contract.d.ts.map +0 -1
  3459. package/dist/runtime/decision/companion-behavior-eval-contract.js +0 -263
  3460. package/dist/runtime/decision/companion-behavior-eval-contract.js.map +0 -1
  3461. package/dist/runtime/decision/companion-character-policy-projection.d.ts +0 -325
  3462. package/dist/runtime/decision/companion-character-policy-projection.d.ts.map +0 -1
  3463. package/dist/runtime/decision/companion-character-policy-projection.js +0 -231
  3464. package/dist/runtime/decision/companion-character-policy-projection.js.map +0 -1
  3465. package/dist/runtime/decision/companion-decision-contract.d.ts +0 -503
  3466. package/dist/runtime/decision/companion-decision-contract.d.ts.map +0 -1
  3467. package/dist/runtime/decision/companion-decision-contract.js +0 -128
  3468. package/dist/runtime/decision/companion-decision-contract.js.map +0 -1
  3469. package/dist/runtime/decision/companion-gadget-planning.d.ts +0 -2252
  3470. package/dist/runtime/decision/companion-gadget-planning.d.ts.map +0 -1
  3471. package/dist/runtime/decision/companion-gadget-planning.js +0 -534
  3472. package/dist/runtime/decision/companion-gadget-planning.js.map +0 -1
  3473. package/dist/runtime/decision/core-companion-memory-projection.d.ts +0 -3059
  3474. package/dist/runtime/decision/core-companion-memory-projection.d.ts.map +0 -1
  3475. package/dist/runtime/decision/core-companion-memory-projection.js +0 -449
  3476. package/dist/runtime/decision/core-companion-memory-projection.js.map +0 -1
  3477. package/dist/runtime/decision/index.d.ts +0 -11
  3478. package/dist/runtime/decision/index.d.ts.map +0 -1
  3479. package/dist/runtime/decision/index.js +0 -6
  3480. package/dist/runtime/decision/index.js.map +0 -1
  3481. package/dist/runtime/dream-sidecar-review.d.ts +0 -93
  3482. package/dist/runtime/dream-sidecar-review.d.ts.map +0 -1
  3483. package/dist/runtime/dream-sidecar-review.js +0 -489
  3484. package/dist/runtime/dream-sidecar-review.js.map +0 -1
  3485. package/dist/runtime/event/dispatcher.d.ts +0 -32
  3486. package/dist/runtime/event/dispatcher.d.ts.map +0 -1
  3487. package/dist/runtime/event/dispatcher.js +0 -120
  3488. package/dist/runtime/event/dispatcher.js.map +0 -1
  3489. package/dist/runtime/event/index.d.ts +0 -5
  3490. package/dist/runtime/event/index.d.ts.map +0 -1
  3491. package/dist/runtime/event/index.js +0 -5
  3492. package/dist/runtime/event/index.js.map +0 -1
  3493. package/dist/runtime/event/outbox-seq.d.ts +0 -2
  3494. package/dist/runtime/event/outbox-seq.d.ts.map +0 -1
  3495. package/dist/runtime/event/outbox-seq.js +0 -11
  3496. package/dist/runtime/event/outbox-seq.js.map +0 -1
  3497. package/dist/runtime/event/server-auth.d.ts +0 -23
  3498. package/dist/runtime/event/server-auth.d.ts.map +0 -1
  3499. package/dist/runtime/event/server-auth.js +0 -138
  3500. package/dist/runtime/event/server-auth.js.map +0 -1
  3501. package/dist/runtime/event/server-command-handler.d.ts +0 -17
  3502. package/dist/runtime/event/server-command-handler.d.ts.map +0 -1
  3503. package/dist/runtime/event/server-command-handler.js +0 -267
  3504. package/dist/runtime/event/server-command-handler.js.map +0 -1
  3505. package/dist/runtime/event/server-file-ingestion.d.ts +0 -25
  3506. package/dist/runtime/event/server-file-ingestion.d.ts.map +0 -1
  3507. package/dist/runtime/event/server-file-ingestion.js +0 -169
  3508. package/dist/runtime/event/server-file-ingestion.js.map +0 -1
  3509. package/dist/runtime/event/server-http.d.ts +0 -7
  3510. package/dist/runtime/event/server-http.d.ts.map +0 -1
  3511. package/dist/runtime/event/server-http.js +0 -13
  3512. package/dist/runtime/event/server-http.js.map +0 -1
  3513. package/dist/runtime/event/server-router.d.ts +0 -28
  3514. package/dist/runtime/event/server-router.d.ts.map +0 -1
  3515. package/dist/runtime/event/server-router.js +0 -88
  3516. package/dist/runtime/event/server-router.js.map +0 -1
  3517. package/dist/runtime/event/server-snapshot-reader.d.ts +0 -55
  3518. package/dist/runtime/event/server-snapshot-reader.d.ts.map +0 -1
  3519. package/dist/runtime/event/server-snapshot-reader.js +0 -255
  3520. package/dist/runtime/event/server-snapshot-reader.js.map +0 -1
  3521. package/dist/runtime/event/server-sse.d.ts +0 -25
  3522. package/dist/runtime/event/server-sse.d.ts.map +0 -1
  3523. package/dist/runtime/event/server-sse.js +0 -147
  3524. package/dist/runtime/event/server-sse.js.map +0 -1
  3525. package/dist/runtime/event/server-trigger-handler.d.ts +0 -16
  3526. package/dist/runtime/event/server-trigger-handler.d.ts.map +0 -1
  3527. package/dist/runtime/event/server-trigger-handler.js +0 -115
  3528. package/dist/runtime/event/server-trigger-handler.js.map +0 -1
  3529. package/dist/runtime/event/server-types.d.ts +0 -42
  3530. package/dist/runtime/event/server-types.d.ts.map +0 -1
  3531. package/dist/runtime/event/server-types.js +0 -2
  3532. package/dist/runtime/event/server-types.js.map +0 -1
  3533. package/dist/runtime/event/server.d.ts +0 -70
  3534. package/dist/runtime/event/server.d.ts.map +0 -1
  3535. package/dist/runtime/event/server.js +0 -300
  3536. package/dist/runtime/event/server.js.map +0 -1
  3537. package/dist/runtime/event-server.d.ts +0 -2
  3538. package/dist/runtime/event-server.d.ts.map +0 -1
  3539. package/dist/runtime/event-server.js +0 -2
  3540. package/dist/runtime/event-server.js.map +0 -1
  3541. package/dist/runtime/evidence-answer.d.ts +0 -67
  3542. package/dist/runtime/evidence-answer.d.ts.map +0 -1
  3543. package/dist/runtime/evidence-answer.js +0 -513
  3544. package/dist/runtime/evidence-answer.js.map +0 -1
  3545. package/dist/runtime/executor/goal-worker.d.ts +0 -45
  3546. package/dist/runtime/executor/goal-worker.d.ts.map +0 -1
  3547. package/dist/runtime/executor/goal-worker.js +0 -116
  3548. package/dist/runtime/executor/goal-worker.js.map +0 -1
  3549. package/dist/runtime/executor/index.d.ts +0 -3
  3550. package/dist/runtime/executor/index.d.ts.map +0 -1
  3551. package/dist/runtime/executor/index.js +0 -3
  3552. package/dist/runtime/executor/index.js.map +0 -1
  3553. package/dist/runtime/executor/loop-supervisor.d.ts +0 -116
  3554. package/dist/runtime/executor/loop-supervisor.d.ts.map +0 -1
  3555. package/dist/runtime/executor/loop-supervisor.js +0 -758
  3556. package/dist/runtime/executor/loop-supervisor.js.map +0 -1
  3557. package/dist/runtime/foreign-plugins/compatibility.d.ts +0 -24
  3558. package/dist/runtime/foreign-plugins/compatibility.d.ts.map +0 -1
  3559. package/dist/runtime/foreign-plugins/compatibility.js +0 -303
  3560. package/dist/runtime/foreign-plugins/compatibility.js.map +0 -1
  3561. package/dist/runtime/foreign-plugins/index.d.ts +0 -3
  3562. package/dist/runtime/foreign-plugins/index.d.ts.map +0 -1
  3563. package/dist/runtime/foreign-plugins/index.js +0 -2
  3564. package/dist/runtime/foreign-plugins/index.js.map +0 -1
  3565. package/dist/runtime/foreign-plugins/types.d.ts +0 -358
  3566. package/dist/runtime/foreign-plugins/types.d.ts.map +0 -1
  3567. package/dist/runtime/foreign-plugins/types.js +0 -89
  3568. package/dist/runtime/foreign-plugins/types.js.map +0 -1
  3569. package/dist/runtime/gateway/builtin-channel-integrations.d.ts +0 -21
  3570. package/dist/runtime/gateway/builtin-channel-integrations.d.ts.map +0 -1
  3571. package/dist/runtime/gateway/builtin-channel-integrations.js +0 -126
  3572. package/dist/runtime/gateway/builtin-channel-integrations.js.map +0 -1
  3573. package/dist/runtime/gateway/builtin-channel-names.d.ts +0 -3
  3574. package/dist/runtime/gateway/builtin-channel-names.d.ts.map +0 -1
  3575. package/dist/runtime/gateway/builtin-channel-names.js +0 -7
  3576. package/dist/runtime/gateway/builtin-channel-names.js.map +0 -1
  3577. package/dist/runtime/gateway/channel-adapter.d.ts +0 -46
  3578. package/dist/runtime/gateway/channel-adapter.d.ts.map +0 -1
  3579. package/dist/runtime/gateway/channel-adapter.js +0 -2
  3580. package/dist/runtime/gateway/channel-adapter.js.map +0 -1
  3581. package/dist/runtime/gateway/channel-display-policy.d.ts +0 -42
  3582. package/dist/runtime/gateway/channel-display-policy.d.ts.map +0 -1
  3583. package/dist/runtime/gateway/channel-display-policy.js +0 -85
  3584. package/dist/runtime/gateway/channel-display-policy.js.map +0 -1
  3585. package/dist/runtime/gateway/channel-policy.d.ts +0 -96
  3586. package/dist/runtime/gateway/channel-policy.d.ts.map +0 -1
  3587. package/dist/runtime/gateway/channel-policy.js +0 -165
  3588. package/dist/runtime/gateway/channel-policy.js.map +0 -1
  3589. package/dist/runtime/gateway/channel-presence-policy.d.ts +0 -34
  3590. package/dist/runtime/gateway/channel-presence-policy.d.ts.map +0 -1
  3591. package/dist/runtime/gateway/channel-presence-policy.js +0 -118
  3592. package/dist/runtime/gateway/channel-presence-policy.js.map +0 -1
  3593. package/dist/runtime/gateway/chat-event-rendering.d.ts +0 -26
  3594. package/dist/runtime/gateway/chat-event-rendering.d.ts.map +0 -1
  3595. package/dist/runtime/gateway/chat-event-rendering.js +0 -78
  3596. package/dist/runtime/gateway/chat-event-rendering.js.map +0 -1
  3597. package/dist/runtime/gateway/chat-session-dispatch.d.ts +0 -17
  3598. package/dist/runtime/gateway/chat-session-dispatch.d.ts.map +0 -1
  3599. package/dist/runtime/gateway/chat-session-dispatch.js +0 -74
  3600. package/dist/runtime/gateway/chat-session-dispatch.js.map +0 -1
  3601. package/dist/runtime/gateway/chat-session-port.d.ts +0 -29
  3602. package/dist/runtime/gateway/chat-session-port.d.ts.map +0 -1
  3603. package/dist/runtime/gateway/chat-session-port.js +0 -20
  3604. package/dist/runtime/gateway/chat-session-port.js.map +0 -1
  3605. package/dist/runtime/gateway/config-json.d.ts +0 -3
  3606. package/dist/runtime/gateway/config-json.d.ts.map +0 -1
  3607. package/dist/runtime/gateway/config-json.js +0 -27
  3608. package/dist/runtime/gateway/config-json.js.map +0 -1
  3609. package/dist/runtime/gateway/core-channel-notification.d.ts +0 -6
  3610. package/dist/runtime/gateway/core-channel-notification.d.ts.map +0 -1
  3611. package/dist/runtime/gateway/core-channel-notification.js +0 -40
  3612. package/dist/runtime/gateway/core-channel-notification.js.map +0 -1
  3613. package/dist/runtime/gateway/direct-chat-latency-smoke.d.ts +0 -2
  3614. package/dist/runtime/gateway/direct-chat-latency-smoke.d.ts.map +0 -1
  3615. package/dist/runtime/gateway/direct-chat-latency-smoke.js +0 -214
  3616. package/dist/runtime/gateway/direct-chat-latency-smoke.js.map +0 -1
  3617. package/dist/runtime/gateway/discord-gateway-adapter.d.ts +0 -64
  3618. package/dist/runtime/gateway/discord-gateway-adapter.d.ts.map +0 -1
  3619. package/dist/runtime/gateway/discord-gateway-adapter.js +0 -498
  3620. package/dist/runtime/gateway/discord-gateway-adapter.js.map +0 -1
  3621. package/dist/runtime/gateway/gateway-progress-narration.d.ts +0 -12
  3622. package/dist/runtime/gateway/gateway-progress-narration.d.ts.map +0 -1
  3623. package/dist/runtime/gateway/gateway-progress-narration.js +0 -294
  3624. package/dist/runtime/gateway/gateway-progress-narration.js.map +0 -1
  3625. package/dist/runtime/gateway/http-channel-adapter.d.ts +0 -24
  3626. package/dist/runtime/gateway/http-channel-adapter.d.ts.map +0 -1
  3627. package/dist/runtime/gateway/http-channel-adapter.js +0 -53
  3628. package/dist/runtime/gateway/http-channel-adapter.js.map +0 -1
  3629. package/dist/runtime/gateway/index.d.ts +0 -23
  3630. package/dist/runtime/gateway/index.d.ts.map +0 -1
  3631. package/dist/runtime/gateway/index.js +0 -15
  3632. package/dist/runtime/gateway/index.js.map +0 -1
  3633. package/dist/runtime/gateway/ingress-gateway.d.ts +0 -39
  3634. package/dist/runtime/gateway/ingress-gateway.d.ts.map +0 -1
  3635. package/dist/runtime/gateway/ingress-gateway.js +0 -144
  3636. package/dist/runtime/gateway/ingress-gateway.js.map +0 -1
  3637. package/dist/runtime/gateway/non-tui-display-projector.d.ts +0 -45
  3638. package/dist/runtime/gateway/non-tui-display-projector.d.ts.map +0 -1
  3639. package/dist/runtime/gateway/non-tui-display-projector.js +0 -341
  3640. package/dist/runtime/gateway/non-tui-display-projector.js.map +0 -1
  3641. package/dist/runtime/gateway/seedy-presence-projector.d.ts +0 -74
  3642. package/dist/runtime/gateway/seedy-presence-projector.d.ts.map +0 -1
  3643. package/dist/runtime/gateway/seedy-presence-projector.js +0 -395
  3644. package/dist/runtime/gateway/seedy-presence-projector.js.map +0 -1
  3645. package/dist/runtime/gateway/seedy-presence-rendering.d.ts +0 -9
  3646. package/dist/runtime/gateway/seedy-presence-rendering.d.ts.map +0 -1
  3647. package/dist/runtime/gateway/seedy-presence-rendering.js +0 -103
  3648. package/dist/runtime/gateway/seedy-presence-rendering.js.map +0 -1
  3649. package/dist/runtime/gateway/signal-gateway-adapter.d.ts +0 -70
  3650. package/dist/runtime/gateway/signal-gateway-adapter.d.ts.map +0 -1
  3651. package/dist/runtime/gateway/signal-gateway-adapter.js +0 -357
  3652. package/dist/runtime/gateway/signal-gateway-adapter.js.map +0 -1
  3653. package/dist/runtime/gateway/slack-channel-adapter.d.ts +0 -55
  3654. package/dist/runtime/gateway/slack-channel-adapter.d.ts.map +0 -1
  3655. package/dist/runtime/gateway/slack-channel-adapter.js +0 -373
  3656. package/dist/runtime/gateway/slack-channel-adapter.js.map +0 -1
  3657. package/dist/runtime/gateway/telegram-gateway-adapter.d.ts +0 -101
  3658. package/dist/runtime/gateway/telegram-gateway-adapter.d.ts.map +0 -1
  3659. package/dist/runtime/gateway/telegram-gateway-adapter.js +0 -806
  3660. package/dist/runtime/gateway/telegram-gateway-adapter.js.map +0 -1
  3661. package/dist/runtime/gateway/typing-indicator.d.ts +0 -11
  3662. package/dist/runtime/gateway/typing-indicator.d.ts.map +0 -1
  3663. package/dist/runtime/gateway/typing-indicator.js +0 -68
  3664. package/dist/runtime/gateway/typing-indicator.js.map +0 -1
  3665. package/dist/runtime/gateway/whatsapp-gateway-adapter.d.ts +0 -61
  3666. package/dist/runtime/gateway/whatsapp-gateway-adapter.d.ts.map +0 -1
  3667. package/dist/runtime/gateway/whatsapp-gateway-adapter.js +0 -375
  3668. package/dist/runtime/gateway/whatsapp-gateway-adapter.js.map +0 -1
  3669. package/dist/runtime/gateway/ws-channel-adapter.d.ts +0 -40
  3670. package/dist/runtime/gateway/ws-channel-adapter.d.ts.map +0 -1
  3671. package/dist/runtime/gateway/ws-channel-adapter.js +0 -104
  3672. package/dist/runtime/gateway/ws-channel-adapter.js.map +0 -1
  3673. package/dist/runtime/goal-lease-manager.d.ts +0 -30
  3674. package/dist/runtime/goal-lease-manager.d.ts.map +0 -1
  3675. package/dist/runtime/goal-lease-manager.js +0 -135
  3676. package/dist/runtime/goal-lease-manager.js.map +0 -1
  3677. package/dist/runtime/guardrails/backpressure-controller.d.ts +0 -32
  3678. package/dist/runtime/guardrails/backpressure-controller.d.ts.map +0 -1
  3679. package/dist/runtime/guardrails/backpressure-controller.js +0 -89
  3680. package/dist/runtime/guardrails/backpressure-controller.js.map +0 -1
  3681. package/dist/runtime/guardrails/backpressure-limits.d.ts +0 -5
  3682. package/dist/runtime/guardrails/backpressure-limits.d.ts.map +0 -1
  3683. package/dist/runtime/guardrails/backpressure-limits.js +0 -13
  3684. package/dist/runtime/guardrails/backpressure-limits.js.map +0 -1
  3685. package/dist/runtime/guardrails/circuit-breaker.d.ts +0 -32
  3686. package/dist/runtime/guardrails/circuit-breaker.d.ts.map +0 -1
  3687. package/dist/runtime/guardrails/circuit-breaker.js +0 -88
  3688. package/dist/runtime/guardrails/circuit-breaker.js.map +0 -1
  3689. package/dist/runtime/guardrails/guardrail-store.d.ts +0 -21
  3690. package/dist/runtime/guardrails/guardrail-store.d.ts.map +0 -1
  3691. package/dist/runtime/guardrails/guardrail-store.js +0 -118
  3692. package/dist/runtime/guardrails/guardrail-store.js.map +0 -1
  3693. package/dist/runtime/guardrails/index.d.ts +0 -4
  3694. package/dist/runtime/guardrails/index.d.ts.map +0 -1
  3695. package/dist/runtime/guardrails/index.js +0 -4
  3696. package/dist/runtime/guardrails/index.js.map +0 -1
  3697. package/dist/runtime/hook-manager.d.ts +0 -47
  3698. package/dist/runtime/hook-manager.d.ts.map +0 -1
  3699. package/dist/runtime/hook-manager.js +0 -213
  3700. package/dist/runtime/hook-manager.js.map +0 -1
  3701. package/dist/runtime/http-body.d.ts +0 -8
  3702. package/dist/runtime/http-body.d.ts.map +0 -1
  3703. package/dist/runtime/http-body.js +0 -43
  3704. package/dist/runtime/http-body.js.map +0 -1
  3705. package/dist/runtime/intention/companion-intention-state.d.ts +0 -680
  3706. package/dist/runtime/intention/companion-intention-state.d.ts.map +0 -1
  3707. package/dist/runtime/intention/companion-intention-state.js +0 -146
  3708. package/dist/runtime/intention/companion-intention-state.js.map +0 -1
  3709. package/dist/runtime/intention/index.d.ts +0 -3
  3710. package/dist/runtime/intention/index.d.ts.map +0 -1
  3711. package/dist/runtime/intention/index.js +0 -2
  3712. package/dist/runtime/intention/index.js.map +0 -1
  3713. package/dist/runtime/interactive-automation/browser-session-resolver.d.ts +0 -26
  3714. package/dist/runtime/interactive-automation/browser-session-resolver.d.ts.map +0 -1
  3715. package/dist/runtime/interactive-automation/browser-session-resolver.js +0 -75
  3716. package/dist/runtime/interactive-automation/browser-session-resolver.js.map +0 -1
  3717. package/dist/runtime/interactive-automation/browser-session-store.d.ts +0 -47
  3718. package/dist/runtime/interactive-automation/browser-session-store.d.ts.map +0 -1
  3719. package/dist/runtime/interactive-automation/browser-session-store.js +0 -173
  3720. package/dist/runtime/interactive-automation/browser-session-store.js.map +0 -1
  3721. package/dist/runtime/interactive-automation/default-registry.d.ts +0 -9
  3722. package/dist/runtime/interactive-automation/default-registry.d.ts.map +0 -1
  3723. package/dist/runtime/interactive-automation/default-registry.js +0 -24
  3724. package/dist/runtime/interactive-automation/default-registry.js.map +0 -1
  3725. package/dist/runtime/interactive-automation/failure-classifier.d.ts +0 -11
  3726. package/dist/runtime/interactive-automation/failure-classifier.d.ts.map +0 -1
  3727. package/dist/runtime/interactive-automation/failure-classifier.js +0 -31
  3728. package/dist/runtime/interactive-automation/failure-classifier.js.map +0 -1
  3729. package/dist/runtime/interactive-automation/index.d.ts +0 -13
  3730. package/dist/runtime/interactive-automation/index.d.ts.map +0 -1
  3731. package/dist/runtime/interactive-automation/index.js +0 -13
  3732. package/dist/runtime/interactive-automation/index.js.map +0 -1
  3733. package/dist/runtime/interactive-automation/providers/anthropic-computer-use.d.ts +0 -14
  3734. package/dist/runtime/interactive-automation/providers/anthropic-computer-use.d.ts.map +0 -1
  3735. package/dist/runtime/interactive-automation/providers/anthropic-computer-use.js +0 -33
  3736. package/dist/runtime/interactive-automation/providers/anthropic-computer-use.js.map +0 -1
  3737. package/dist/runtime/interactive-automation/providers/codex-app.d.ts +0 -29
  3738. package/dist/runtime/interactive-automation/providers/codex-app.d.ts.map +0 -1
  3739. package/dist/runtime/interactive-automation/providers/codex-app.js +0 -67
  3740. package/dist/runtime/interactive-automation/providers/codex-app.js.map +0 -1
  3741. package/dist/runtime/interactive-automation/providers/manus-browser.d.ts +0 -23
  3742. package/dist/runtime/interactive-automation/providers/manus-browser.d.ts.map +0 -1
  3743. package/dist/runtime/interactive-automation/providers/manus-browser.js +0 -133
  3744. package/dist/runtime/interactive-automation/providers/manus-browser.js.map +0 -1
  3745. package/dist/runtime/interactive-automation/providers/noop.d.ts +0 -21
  3746. package/dist/runtime/interactive-automation/providers/noop.d.ts.map +0 -1
  3747. package/dist/runtime/interactive-automation/providers/noop.js +0 -59
  3748. package/dist/runtime/interactive-automation/providers/noop.js.map +0 -1
  3749. package/dist/runtime/interactive-automation/providers/perplexity-research.d.ts +0 -25
  3750. package/dist/runtime/interactive-automation/providers/perplexity-research.d.ts.map +0 -1
  3751. package/dist/runtime/interactive-automation/providers/perplexity-research.js +0 -124
  3752. package/dist/runtime/interactive-automation/providers/perplexity-research.js.map +0 -1
  3753. package/dist/runtime/interactive-automation/registry.d.ts +0 -20
  3754. package/dist/runtime/interactive-automation/registry.d.ts.map +0 -1
  3755. package/dist/runtime/interactive-automation/registry.js +0 -55
  3756. package/dist/runtime/interactive-automation/registry.js.map +0 -1
  3757. package/dist/runtime/interactive-automation/runtime-auth-handoff-store.d.ts +0 -40
  3758. package/dist/runtime/interactive-automation/runtime-auth-handoff-store.d.ts.map +0 -1
  3759. package/dist/runtime/interactive-automation/runtime-auth-handoff-store.js +0 -198
  3760. package/dist/runtime/interactive-automation/runtime-auth-handoff-store.js.map +0 -1
  3761. package/dist/runtime/interactive-automation/types.d.ts +0 -136
  3762. package/dist/runtime/interactive-automation/types.d.ts.map +0 -1
  3763. package/dist/runtime/interactive-automation/types.js +0 -8
  3764. package/dist/runtime/interactive-automation/types.js.map +0 -1
  3765. package/dist/runtime/leader-lock-manager.d.ts +0 -53
  3766. package/dist/runtime/leader-lock-manager.d.ts.map +0 -1
  3767. package/dist/runtime/leader-lock-manager.js +0 -158
  3768. package/dist/runtime/leader-lock-manager.js.map +0 -1
  3769. package/dist/runtime/logger.d.ts +0 -57
  3770. package/dist/runtime/logger.d.ts.map +0 -1
  3771. package/dist/runtime/logger.js +0 -257
  3772. package/dist/runtime/logger.js.map +0 -1
  3773. package/dist/runtime/mcp/compatibility.d.ts +0 -53
  3774. package/dist/runtime/mcp/compatibility.d.ts.map +0 -1
  3775. package/dist/runtime/mcp/compatibility.js +0 -94
  3776. package/dist/runtime/mcp/compatibility.js.map +0 -1
  3777. package/dist/runtime/mcp/index.d.ts +0 -3
  3778. package/dist/runtime/mcp/index.d.ts.map +0 -1
  3779. package/dist/runtime/mcp/index.js +0 -2
  3780. package/dist/runtime/mcp/index.js.map +0 -1
  3781. package/dist/runtime/notification-batcher.d.ts +0 -28
  3782. package/dist/runtime/notification-batcher.d.ts.map +0 -1
  3783. package/dist/runtime/notification-batcher.js +0 -100
  3784. package/dist/runtime/notification-batcher.js.map +0 -1
  3785. package/dist/runtime/notification-dispatcher.d.ts +0 -56
  3786. package/dist/runtime/notification-dispatcher.d.ts.map +0 -1
  3787. package/dist/runtime/notification-dispatcher.js +0 -280
  3788. package/dist/runtime/notification-dispatcher.js.map +0 -1
  3789. package/dist/runtime/notification-routing.d.ts +0 -59
  3790. package/dist/runtime/notification-routing.d.ts.map +0 -1
  3791. package/dist/runtime/notification-routing.js +0 -265
  3792. package/dist/runtime/notification-routing.js.map +0 -1
  3793. package/dist/runtime/notifier-registry.d.ts +0 -26
  3794. package/dist/runtime/notifier-registry.d.ts.map +0 -1
  3795. package/dist/runtime/notifier-registry.js +0 -36
  3796. package/dist/runtime/notifier-registry.js.map +0 -1
  3797. package/dist/runtime/observation/index.d.ts +0 -3
  3798. package/dist/runtime/observation/index.d.ts.map +0 -1
  3799. package/dist/runtime/observation/index.js +0 -2
  3800. package/dist/runtime/observation/index.js.map +0 -1
  3801. package/dist/runtime/observation/observation-contracts.d.ts +0 -1518
  3802. package/dist/runtime/observation/observation-contracts.d.ts.map +0 -1
  3803. package/dist/runtime/observation/observation-contracts.js +0 -311
  3804. package/dist/runtime/observation/observation-contracts.js.map +0 -1
  3805. package/dist/runtime/permission-dialogue.d.ts +0 -190
  3806. package/dist/runtime/permission-dialogue.d.ts.map +0 -1
  3807. package/dist/runtime/permission-dialogue.js +0 -117
  3808. package/dist/runtime/permission-dialogue.js.map +0 -1
  3809. package/dist/runtime/permission-grant-decision.d.ts +0 -50
  3810. package/dist/runtime/permission-grant-decision.d.ts.map +0 -1
  3811. package/dist/runtime/permission-grant-decision.js +0 -139
  3812. package/dist/runtime/permission-grant-decision.js.map +0 -1
  3813. package/dist/runtime/pid-manager.d.ts +0 -69
  3814. package/dist/runtime/pid-manager.d.ts.map +0 -1
  3815. package/dist/runtime/pid-manager.js +0 -422
  3816. package/dist/runtime/pid-manager.js.map +0 -1
  3817. package/dist/runtime/plugin-loader.d.ts +0 -97
  3818. package/dist/runtime/plugin-loader.d.ts.map +0 -1
  3819. package/dist/runtime/plugin-loader.js +0 -417
  3820. package/dist/runtime/plugin-loader.js.map +0 -1
  3821. package/dist/runtime/plugin-manifest-reader.d.ts +0 -38
  3822. package/dist/runtime/plugin-manifest-reader.d.ts.map +0 -1
  3823. package/dist/runtime/plugin-manifest-reader.js +0 -163
  3824. package/dist/runtime/plugin-manifest-reader.js.map +0 -1
  3825. package/dist/runtime/port-utils.d.ts +0 -6
  3826. package/dist/runtime/port-utils.d.ts.map +0 -1
  3827. package/dist/runtime/port-utils.js +0 -51
  3828. package/dist/runtime/port-utils.js.map +0 -1
  3829. package/dist/runtime/queue/index.d.ts +0 -6
  3830. package/dist/runtime/queue/index.d.ts.map +0 -1
  3831. package/dist/runtime/queue/index.js +0 -4
  3832. package/dist/runtime/queue/index.js.map +0 -1
  3833. package/dist/runtime/queue/journal-backed-queue.d.ts +0 -81
  3834. package/dist/runtime/queue/journal-backed-queue.d.ts.map +0 -1
  3835. package/dist/runtime/queue/journal-backed-queue.js +0 -561
  3836. package/dist/runtime/queue/journal-backed-queue.js.map +0 -1
  3837. package/dist/runtime/queue/priority-queue.d.ts +0 -13
  3838. package/dist/runtime/queue/priority-queue.d.ts.map +0 -1
  3839. package/dist/runtime/queue/priority-queue.js +0 -56
  3840. package/dist/runtime/queue/priority-queue.js.map +0 -1
  3841. package/dist/runtime/queue/queue-claim-sweeper.d.ts +0 -15
  3842. package/dist/runtime/queue/queue-claim-sweeper.d.ts.map +0 -1
  3843. package/dist/runtime/queue/queue-claim-sweeper.js +0 -28
  3844. package/dist/runtime/queue/queue-claim-sweeper.js.map +0 -1
  3845. package/dist/runtime/resident-runtime-interface.d.ts +0 -1034
  3846. package/dist/runtime/resident-runtime-interface.d.ts.map +0 -1
  3847. package/dist/runtime/resident-runtime-interface.js +0 -429
  3848. package/dist/runtime/resident-runtime-interface.js.map +0 -1
  3849. package/dist/runtime/run-spec/confirmation.d.ts +0 -37
  3850. package/dist/runtime/run-spec/confirmation.d.ts.map +0 -1
  3851. package/dist/runtime/run-spec/confirmation.js +0 -271
  3852. package/dist/runtime/run-spec/confirmation.js.map +0 -1
  3853. package/dist/runtime/run-spec/derive.d.ts +0 -284
  3854. package/dist/runtime/run-spec/derive.d.ts.map +0 -1
  3855. package/dist/runtime/run-spec/derive.js +0 -386
  3856. package/dist/runtime/run-spec/derive.js.map +0 -1
  3857. package/dist/runtime/run-spec/handoff.d.ts +0 -74
  3858. package/dist/runtime/run-spec/handoff.d.ts.map +0 -1
  3859. package/dist/runtime/run-spec/handoff.js +0 -533
  3860. package/dist/runtime/run-spec/handoff.js.map +0 -1
  3861. package/dist/runtime/run-spec/index.d.ts +0 -9
  3862. package/dist/runtime/run-spec/index.d.ts.map +0 -1
  3863. package/dist/runtime/run-spec/index.js +0 -8
  3864. package/dist/runtime/run-spec/index.js.map +0 -1
  3865. package/dist/runtime/run-spec/pending-dialogue-arbiter.d.ts +0 -25
  3866. package/dist/runtime/run-spec/pending-dialogue-arbiter.d.ts.map +0 -1
  3867. package/dist/runtime/run-spec/pending-dialogue-arbiter.js +0 -81
  3868. package/dist/runtime/run-spec/pending-dialogue-arbiter.js.map +0 -1
  3869. package/dist/runtime/run-spec/run-spec-state-migration.d.ts +0 -13
  3870. package/dist/runtime/run-spec/run-spec-state-migration.d.ts.map +0 -1
  3871. package/dist/runtime/run-spec/run-spec-state-migration.js +0 -117
  3872. package/dist/runtime/run-spec/run-spec-state-migration.js.map +0 -1
  3873. package/dist/runtime/run-spec/store.d.ts +0 -17
  3874. package/dist/runtime/run-spec/store.d.ts.map +0 -1
  3875. package/dist/runtime/run-spec/store.js +0 -85
  3876. package/dist/runtime/run-spec/store.js.map +0 -1
  3877. package/dist/runtime/run-spec/types.d.ts +0 -549
  3878. package/dist/runtime/run-spec/types.d.ts.map +0 -1
  3879. package/dist/runtime/run-spec/types.js +0 -99
  3880. package/dist/runtime/run-spec/types.js.map +0 -1
  3881. package/dist/runtime/schedule/engine-cron-reflection.d.ts +0 -31
  3882. package/dist/runtime/schedule/engine-cron-reflection.d.ts.map +0 -1
  3883. package/dist/runtime/schedule/engine-cron-reflection.js +0 -229
  3884. package/dist/runtime/schedule/engine-cron-reflection.js.map +0 -1
  3885. package/dist/runtime/schedule/engine-execution.d.ts +0 -52
  3886. package/dist/runtime/schedule/engine-execution.d.ts.map +0 -1
  3887. package/dist/runtime/schedule/engine-execution.js +0 -426
  3888. package/dist/runtime/schedule/engine-execution.js.map +0 -1
  3889. package/dist/runtime/schedule/engine-heartbeat.d.ts +0 -5
  3890. package/dist/runtime/schedule/engine-heartbeat.d.ts.map +0 -1
  3891. package/dist/runtime/schedule/engine-heartbeat.js +0 -112
  3892. package/dist/runtime/schedule/engine-heartbeat.js.map +0 -1
  3893. package/dist/runtime/schedule/engine-layers.d.ts +0 -50
  3894. package/dist/runtime/schedule/engine-layers.d.ts.map +0 -1
  3895. package/dist/runtime/schedule/engine-layers.js +0 -483
  3896. package/dist/runtime/schedule/engine-layers.js.map +0 -1
  3897. package/dist/runtime/schedule/engine-mutations.d.ts +0 -37
  3898. package/dist/runtime/schedule/engine-mutations.d.ts.map +0 -1
  3899. package/dist/runtime/schedule/engine-mutations.js +0 -263
  3900. package/dist/runtime/schedule/engine-mutations.js.map +0 -1
  3901. package/dist/runtime/schedule/engine.d.ts +0 -107
  3902. package/dist/runtime/schedule/engine.d.ts.map +0 -1
  3903. package/dist/runtime/schedule/engine.js +0 -341
  3904. package/dist/runtime/schedule/engine.js.map +0 -1
  3905. package/dist/runtime/schedule/entry-normalization.d.ts +0 -9
  3906. package/dist/runtime/schedule/entry-normalization.d.ts.map +0 -1
  3907. package/dist/runtime/schedule/entry-normalization.js +0 -105
  3908. package/dist/runtime/schedule/entry-normalization.js.map +0 -1
  3909. package/dist/runtime/schedule/entry-resolver.d.ts +0 -6
  3910. package/dist/runtime/schedule/entry-resolver.d.ts.map +0 -1
  3911. package/dist/runtime/schedule/entry-resolver.js +0 -21
  3912. package/dist/runtime/schedule/entry-resolver.js.map +0 -1
  3913. package/dist/runtime/schedule/entry-store.d.ts +0 -20
  3914. package/dist/runtime/schedule/entry-store.d.ts.map +0 -1
  3915. package/dist/runtime/schedule/entry-store.js +0 -136
  3916. package/dist/runtime/schedule/entry-store.js.map +0 -1
  3917. package/dist/runtime/schedule/history.d.ts +0 -749
  3918. package/dist/runtime/schedule/history.d.ts.map +0 -1
  3919. package/dist/runtime/schedule/history.js +0 -120
  3920. package/dist/runtime/schedule/history.js.map +0 -1
  3921. package/dist/runtime/schedule/index.d.ts +0 -7
  3922. package/dist/runtime/schedule/index.d.ts.map +0 -1
  3923. package/dist/runtime/schedule/index.js +0 -7
  3924. package/dist/runtime/schedule/index.js.map +0 -1
  3925. package/dist/runtime/schedule/legacy-cron-migration.d.ts +0 -9
  3926. package/dist/runtime/schedule/legacy-cron-migration.d.ts.map +0 -1
  3927. package/dist/runtime/schedule/legacy-cron-migration.js +0 -115
  3928. package/dist/runtime/schedule/legacy-cron-migration.js.map +0 -1
  3929. package/dist/runtime/schedule/presets.d.ts +0 -649
  3930. package/dist/runtime/schedule/presets.d.ts.map +0 -1
  3931. package/dist/runtime/schedule/presets.js +0 -192
  3932. package/dist/runtime/schedule/presets.js.map +0 -1
  3933. package/dist/runtime/schedule/source.d.ts +0 -82
  3934. package/dist/runtime/schedule/source.d.ts.map +0 -1
  3935. package/dist/runtime/schedule/source.js +0 -32
  3936. package/dist/runtime/schedule/source.js.map +0 -1
  3937. package/dist/runtime/schedule/wait-projection.d.ts +0 -6
  3938. package/dist/runtime/schedule/wait-projection.d.ts.map +0 -1
  3939. package/dist/runtime/schedule/wait-projection.js +0 -99
  3940. package/dist/runtime/schedule/wait-projection.js.map +0 -1
  3941. package/dist/runtime/schedule-engine.d.ts +0 -2
  3942. package/dist/runtime/schedule-engine.d.ts.map +0 -1
  3943. package/dist/runtime/schedule-engine.js +0 -2
  3944. package/dist/runtime/schedule-engine.js.map +0 -1
  3945. package/dist/runtime/schedule-presets.d.ts +0 -2
  3946. package/dist/runtime/schedule-presets.d.ts.map +0 -1
  3947. package/dist/runtime/schedule-presets.js +0 -2
  3948. package/dist/runtime/schedule-presets.js.map +0 -1
  3949. package/dist/runtime/session-registry/index.d.ts +0 -3
  3950. package/dist/runtime/session-registry/index.d.ts.map +0 -1
  3951. package/dist/runtime/session-registry/index.js +0 -3
  3952. package/dist/runtime/session-registry/index.js.map +0 -1
  3953. package/dist/runtime/session-registry/registry-helpers.d.ts +0 -36
  3954. package/dist/runtime/session-registry/registry-helpers.d.ts.map +0 -1
  3955. package/dist/runtime/session-registry/registry-helpers.js +0 -265
  3956. package/dist/runtime/session-registry/registry-helpers.js.map +0 -1
  3957. package/dist/runtime/session-registry/registry.d.ts +0 -40
  3958. package/dist/runtime/session-registry/registry.d.ts.map +0 -1
  3959. package/dist/runtime/session-registry/registry.js +0 -466
  3960. package/dist/runtime/session-registry/registry.js.map +0 -1
  3961. package/dist/runtime/session-registry/types.d.ts +0 -1001
  3962. package/dist/runtime/session-registry/types.d.ts.map +0 -1
  3963. package/dist/runtime/session-registry/types.js +0 -112
  3964. package/dist/runtime/session-registry/types.js.map +0 -1
  3965. package/dist/runtime/skills/skill-bundle.d.ts +0 -45
  3966. package/dist/runtime/skills/skill-bundle.d.ts.map +0 -1
  3967. package/dist/runtime/skills/skill-bundle.js +0 -203
  3968. package/dist/runtime/skills/skill-bundle.js.map +0 -1
  3969. package/dist/runtime/skills/skill-parser.d.ts +0 -14
  3970. package/dist/runtime/skills/skill-parser.d.ts.map +0 -1
  3971. package/dist/runtime/skills/skill-parser.js +0 -83
  3972. package/dist/runtime/skills/skill-parser.js.map +0 -1
  3973. package/dist/runtime/skills/skill-registry.d.ts +0 -36
  3974. package/dist/runtime/skills/skill-registry.d.ts.map +0 -1
  3975. package/dist/runtime/skills/skill-registry.js +0 -152
  3976. package/dist/runtime/skills/skill-registry.js.map +0 -1
  3977. package/dist/runtime/store/approval-store.d.ts +0 -33
  3978. package/dist/runtime/store/approval-store.d.ts.map +0 -1
  3979. package/dist/runtime/store/approval-store.js +0 -168
  3980. package/dist/runtime/store/approval-store.js.map +0 -1
  3981. package/dist/runtime/store/artifact-retention.d.ts +0 -51
  3982. package/dist/runtime/store/artifact-retention.d.ts.map +0 -1
  3983. package/dist/runtime/store/artifact-retention.js +0 -264
  3984. package/dist/runtime/store/artifact-retention.js.map +0 -1
  3985. package/dist/runtime/store/attention-state-store.d.ts +0 -195
  3986. package/dist/runtime/store/attention-state-store.d.ts.map +0 -1
  3987. package/dist/runtime/store/attention-state-store.js +0 -1186
  3988. package/dist/runtime/store/attention-state-store.js.map +0 -1
  3989. package/dist/runtime/store/background-run-store.d.ts +0 -308
  3990. package/dist/runtime/store/background-run-store.d.ts.map +0 -1
  3991. package/dist/runtime/store/background-run-store.js +0 -215
  3992. package/dist/runtime/store/background-run-store.js.map +0 -1
  3993. package/dist/runtime/store/budget-store.d.ts +0 -495
  3994. package/dist/runtime/store/budget-store.d.ts.map +0 -1
  3995. package/dist/runtime/store/budget-store.js +0 -497
  3996. package/dist/runtime/store/budget-store.js.map +0 -1
  3997. package/dist/runtime/store/capability-registry-state-migration.d.ts +0 -24
  3998. package/dist/runtime/store/capability-registry-state-migration.d.ts.map +0 -1
  3999. package/dist/runtime/store/capability-registry-state-migration.js +0 -208
  4000. package/dist/runtime/store/capability-registry-state-migration.js.map +0 -1
  4001. package/dist/runtime/store/capability-registry-state-store.d.ts +0 -36
  4002. package/dist/runtime/store/capability-registry-state-store.d.ts.map +0 -1
  4003. package/dist/runtime/store/capability-registry-state-store.js +0 -181
  4004. package/dist/runtime/store/capability-registry-state-store.js.map +0 -1
  4005. package/dist/runtime/store/capability-verification-schemas.d.ts +0 -184
  4006. package/dist/runtime/store/capability-verification-schemas.d.ts.map +0 -1
  4007. package/dist/runtime/store/capability-verification-schemas.js +0 -150
  4008. package/dist/runtime/store/capability-verification-schemas.js.map +0 -1
  4009. package/dist/runtime/store/capability-verification-store.d.ts +0 -31
  4010. package/dist/runtime/store/capability-verification-store.d.ts.map +0 -1
  4011. package/dist/runtime/store/capability-verification-store.js +0 -198
  4012. package/dist/runtime/store/capability-verification-store.js.map +0 -1
  4013. package/dist/runtime/store/control-db/control-db.d.ts +0 -80
  4014. package/dist/runtime/store/control-db/control-db.d.ts.map +0 -1
  4015. package/dist/runtime/store/control-db/control-db.js +0 -313
  4016. package/dist/runtime/store/control-db/control-db.js.map +0 -1
  4017. package/dist/runtime/store/control-db/index.d.ts +0 -7
  4018. package/dist/runtime/store/control-db/index.d.ts.map +0 -1
  4019. package/dist/runtime/store/control-db/index.js +0 -4
  4020. package/dist/runtime/store/control-db/index.js.map +0 -1
  4021. package/dist/runtime/store/control-db/runtime-control-db.d.ts +0 -11
  4022. package/dist/runtime/store/control-db/runtime-control-db.d.ts.map +0 -1
  4023. package/dist/runtime/store/control-db/runtime-control-db.js +0 -27
  4024. package/dist/runtime/store/control-db/runtime-control-db.js.map +0 -1
  4025. package/dist/runtime/store/control-db/schema.d.ts +0 -41
  4026. package/dist/runtime/store/control-db/schema.d.ts.map +0 -1
  4027. package/dist/runtime/store/control-db/schema.js +0 -2032
  4028. package/dist/runtime/store/control-db/schema.js.map +0 -1
  4029. package/dist/runtime/store/curiosity-state-migration.d.ts +0 -14
  4030. package/dist/runtime/store/curiosity-state-migration.d.ts.map +0 -1
  4031. package/dist/runtime/store/curiosity-state-migration.js +0 -98
  4032. package/dist/runtime/store/curiosity-state-migration.js.map +0 -1
  4033. package/dist/runtime/store/curiosity-state-store.d.ts +0 -19
  4034. package/dist/runtime/store/curiosity-state-store.d.ts.map +0 -1
  4035. package/dist/runtime/store/curiosity-state-store.js +0 -161
  4036. package/dist/runtime/store/curiosity-state-store.js.map +0 -1
  4037. package/dist/runtime/store/daemon-state-store.d.ts +0 -25
  4038. package/dist/runtime/store/daemon-state-store.d.ts.map +0 -1
  4039. package/dist/runtime/store/daemon-state-store.js +0 -145
  4040. package/dist/runtime/store/daemon-state-store.js.map +0 -1
  4041. package/dist/runtime/store/dream-checkpoints.d.ts +0 -12
  4042. package/dist/runtime/store/dream-checkpoints.d.ts.map +0 -1
  4043. package/dist/runtime/store/dream-checkpoints.js +0 -18
  4044. package/dist/runtime/store/dream-checkpoints.js.map +0 -1
  4045. package/dist/runtime/store/dream-decision-heuristic-migration.d.ts +0 -8
  4046. package/dist/runtime/store/dream-decision-heuristic-migration.d.ts.map +0 -1
  4047. package/dist/runtime/store/dream-decision-heuristic-migration.js +0 -89
  4048. package/dist/runtime/store/dream-decision-heuristic-migration.js.map +0 -1
  4049. package/dist/runtime/store/dream-decision-heuristic-store.d.ts +0 -13
  4050. package/dist/runtime/store/dream-decision-heuristic-store.d.ts.map +0 -1
  4051. package/dist/runtime/store/dream-decision-heuristic-store.js +0 -62
  4052. package/dist/runtime/store/dream-decision-heuristic-store.js.map +0 -1
  4053. package/dist/runtime/store/ethics-log-migration.d.ts +0 -12
  4054. package/dist/runtime/store/ethics-log-migration.d.ts.map +0 -1
  4055. package/dist/runtime/store/ethics-log-migration.js +0 -94
  4056. package/dist/runtime/store/ethics-log-migration.js.map +0 -1
  4057. package/dist/runtime/store/ethics-log-store.d.ts +0 -20
  4058. package/dist/runtime/store/ethics-log-store.d.ts.map +0 -1
  4059. package/dist/runtime/store/ethics-log-store.js +0 -90
  4060. package/dist/runtime/store/ethics-log-store.js.map +0 -1
  4061. package/dist/runtime/store/evaluator-results.d.ts +0 -97
  4062. package/dist/runtime/store/evaluator-results.d.ts.map +0 -1
  4063. package/dist/runtime/store/evaluator-results.js +0 -355
  4064. package/dist/runtime/store/evaluator-results.js.map +0 -1
  4065. package/dist/runtime/store/evidence-ledger.d.ts +0 -42
  4066. package/dist/runtime/store/evidence-ledger.d.ts.map +0 -1
  4067. package/dist/runtime/store/evidence-ledger.js +0 -1334
  4068. package/dist/runtime/store/evidence-ledger.js.map +0 -1
  4069. package/dist/runtime/store/evidence-types.d.ts +0 -6397
  4070. package/dist/runtime/store/evidence-types.d.ts.map +0 -1
  4071. package/dist/runtime/store/evidence-types.js +0 -462
  4072. package/dist/runtime/store/evidence-types.js.map +0 -1
  4073. package/dist/runtime/store/execution-session-state-migration.d.ts +0 -14
  4074. package/dist/runtime/store/execution-session-state-migration.d.ts.map +0 -1
  4075. package/dist/runtime/store/execution-session-state-migration.js +0 -184
  4076. package/dist/runtime/store/execution-session-state-migration.js.map +0 -1
  4077. package/dist/runtime/store/execution-session-state-store.d.ts +0 -21
  4078. package/dist/runtime/store/execution-session-state-store.d.ts.map +0 -1
  4079. package/dist/runtime/store/execution-session-state-store.js +0 -117
  4080. package/dist/runtime/store/execution-session-state-store.js.map +0 -1
  4081. package/dist/runtime/store/experiment-queue-store.d.ts +0 -1168
  4082. package/dist/runtime/store/experiment-queue-store.d.ts.map +0 -1
  4083. package/dist/runtime/store/experiment-queue-store.js +0 -404
  4084. package/dist/runtime/store/experiment-queue-store.js.map +0 -1
  4085. package/dist/runtime/store/feedback-ingestion-store.d.ts +0 -19
  4086. package/dist/runtime/store/feedback-ingestion-store.d.ts.map +0 -1
  4087. package/dist/runtime/store/feedback-ingestion-store.js +0 -147
  4088. package/dist/runtime/store/feedback-ingestion-store.js.map +0 -1
  4089. package/dist/runtime/store/goal-orchestration-state-migration.d.ts +0 -14
  4090. package/dist/runtime/store/goal-orchestration-state-migration.d.ts.map +0 -1
  4091. package/dist/runtime/store/goal-orchestration-state-migration.js +0 -206
  4092. package/dist/runtime/store/goal-orchestration-state-migration.js.map +0 -1
  4093. package/dist/runtime/store/goal-orchestration-state-store.d.ts +0 -25
  4094. package/dist/runtime/store/goal-orchestration-state-store.d.ts.map +0 -1
  4095. package/dist/runtime/store/goal-orchestration-state-store.js +0 -101
  4096. package/dist/runtime/store/goal-orchestration-state-store.js.map +0 -1
  4097. package/dist/runtime/store/goal-task-state-migration.d.ts +0 -24
  4098. package/dist/runtime/store/goal-task-state-migration.d.ts.map +0 -1
  4099. package/dist/runtime/store/goal-task-state-migration.js +0 -554
  4100. package/dist/runtime/store/goal-task-state-migration.js.map +0 -1
  4101. package/dist/runtime/store/goal-task-state-store.d.ts +0 -85
  4102. package/dist/runtime/store/goal-task-state-store.d.ts.map +0 -1
  4103. package/dist/runtime/store/goal-task-state-store.js +0 -992
  4104. package/dist/runtime/store/goal-task-state-store.js.map +0 -1
  4105. package/dist/runtime/store/health-store.d.ts +0 -20
  4106. package/dist/runtime/store/health-store.d.ts.map +0 -1
  4107. package/dist/runtime/store/health-store.js +0 -241
  4108. package/dist/runtime/store/health-store.js.map +0 -1
  4109. package/dist/runtime/store/index.d.ts +0 -127
  4110. package/dist/runtime/store/index.d.ts.map +0 -1
  4111. package/dist/runtime/store/index.js +0 -69
  4112. package/dist/runtime/store/index.js.map +0 -1
  4113. package/dist/runtime/store/knowledge-memory-state-migration.d.ts +0 -14
  4114. package/dist/runtime/store/knowledge-memory-state-migration.d.ts.map +0 -1
  4115. package/dist/runtime/store/knowledge-memory-state-migration.js +0 -160
  4116. package/dist/runtime/store/knowledge-memory-state-migration.js.map +0 -1
  4117. package/dist/runtime/store/knowledge-transfer-state-migration.d.ts +0 -14
  4118. package/dist/runtime/store/knowledge-transfer-state-migration.d.ts.map +0 -1
  4119. package/dist/runtime/store/knowledge-transfer-state-migration.js +0 -210
  4120. package/dist/runtime/store/knowledge-transfer-state-migration.js.map +0 -1
  4121. package/dist/runtime/store/knowledge-transfer-state-store.d.ts +0 -658
  4122. package/dist/runtime/store/knowledge-transfer-state-store.d.ts.map +0 -1
  4123. package/dist/runtime/store/knowledge-transfer-state-store.js +0 -214
  4124. package/dist/runtime/store/knowledge-transfer-state-store.js.map +0 -1
  4125. package/dist/runtime/store/learning-runtime-state-migration.d.ts +0 -16
  4126. package/dist/runtime/store/learning-runtime-state-migration.d.ts.map +0 -1
  4127. package/dist/runtime/store/learning-runtime-state-migration.js +0 -202
  4128. package/dist/runtime/store/learning-runtime-state-migration.js.map +0 -1
  4129. package/dist/runtime/store/learning-runtime-state-store.d.ts +0 -53
  4130. package/dist/runtime/store/learning-runtime-state-store.d.ts.map +0 -1
  4131. package/dist/runtime/store/learning-runtime-state-store.js +0 -232
  4132. package/dist/runtime/store/learning-runtime-state-store.js.map +0 -1
  4133. package/dist/runtime/store/memory-lifecycle-state-migration.d.ts +0 -18
  4134. package/dist/runtime/store/memory-lifecycle-state-migration.d.ts.map +0 -1
  4135. package/dist/runtime/store/memory-lifecycle-state-migration.js +0 -344
  4136. package/dist/runtime/store/memory-lifecycle-state-migration.js.map +0 -1
  4137. package/dist/runtime/store/metric-history.d.ts +0 -13
  4138. package/dist/runtime/store/metric-history.d.ts.map +0 -1
  4139. package/dist/runtime/store/metric-history.js +0 -71
  4140. package/dist/runtime/store/metric-history.js.map +0 -1
  4141. package/dist/runtime/store/operator-handoff-store.d.ts +0 -184
  4142. package/dist/runtime/store/operator-handoff-store.d.ts.map +0 -1
  4143. package/dist/runtime/store/operator-handoff-store.js +0 -187
  4144. package/dist/runtime/store/operator-handoff-store.js.map +0 -1
  4145. package/dist/runtime/store/outbox-store.d.ts +0 -27
  4146. package/dist/runtime/store/outbox-store.d.ts.map +0 -1
  4147. package/dist/runtime/store/outbox-store.js +0 -126
  4148. package/dist/runtime/store/outbox-store.js.map +0 -1
  4149. package/dist/runtime/store/permission-grant-store.d.ts +0 -961
  4150. package/dist/runtime/store/permission-grant-store.d.ts.map +0 -1
  4151. package/dist/runtime/store/permission-grant-store.js +0 -525
  4152. package/dist/runtime/store/permission-grant-store.js.map +0 -1
  4153. package/dist/runtime/store/permission-wait-plan-store.d.ts +0 -633
  4154. package/dist/runtime/store/permission-wait-plan-store.d.ts.map +0 -1
  4155. package/dist/runtime/store/permission-wait-plan-store.js +0 -366
  4156. package/dist/runtime/store/permission-wait-plan-store.js.map +0 -1
  4157. package/dist/runtime/store/plugin-channel-runtime-state-migration.d.ts +0 -14
  4158. package/dist/runtime/store/plugin-channel-runtime-state-migration.d.ts.map +0 -1
  4159. package/dist/runtime/store/plugin-channel-runtime-state-migration.js +0 -204
  4160. package/dist/runtime/store/plugin-channel-runtime-state-migration.js.map +0 -1
  4161. package/dist/runtime/store/plugin-channel-runtime-state-store.d.ts +0 -78
  4162. package/dist/runtime/store/plugin-channel-runtime-state-store.d.ts.map +0 -1
  4163. package/dist/runtime/store/plugin-channel-runtime-state-store.js +0 -278
  4164. package/dist/runtime/store/plugin-channel-runtime-state-store.js.map +0 -1
  4165. package/dist/runtime/store/postmortem-report.d.ts +0 -487
  4166. package/dist/runtime/store/postmortem-report.d.ts.map +0 -1
  4167. package/dist/runtime/store/postmortem-report.js +0 -583
  4168. package/dist/runtime/store/postmortem-report.js.map +0 -1
  4169. package/dist/runtime/store/proactive-intervention-store.d.ts +0 -2703
  4170. package/dist/runtime/store/proactive-intervention-store.d.ts.map +0 -1
  4171. package/dist/runtime/store/proactive-intervention-store.js +0 -298
  4172. package/dist/runtime/store/proactive-intervention-store.js.map +0 -1
  4173. package/dist/runtime/store/process-session-state-store.d.ts +0 -83
  4174. package/dist/runtime/store/process-session-state-store.d.ts.map +0 -1
  4175. package/dist/runtime/store/process-session-state-store.js +0 -199
  4176. package/dist/runtime/store/process-session-state-store.js.map +0 -1
  4177. package/dist/runtime/store/queue-daemon-schedule-state-migration.d.ts +0 -17
  4178. package/dist/runtime/store/queue-daemon-schedule-state-migration.d.ts.map +0 -1
  4179. package/dist/runtime/store/queue-daemon-schedule-state-migration.js +0 -261
  4180. package/dist/runtime/store/queue-daemon-schedule-state-migration.js.map +0 -1
  4181. package/dist/runtime/store/relationship-profile-proposal-state-migration.d.ts +0 -13
  4182. package/dist/runtime/store/relationship-profile-proposal-state-migration.d.ts.map +0 -1
  4183. package/dist/runtime/store/relationship-profile-proposal-state-migration.js +0 -94
  4184. package/dist/runtime/store/relationship-profile-proposal-state-migration.js.map +0 -1
  4185. package/dist/runtime/store/reproducibility-manifest.d.ts +0 -565
  4186. package/dist/runtime/store/reproducibility-manifest.d.ts.map +0 -1
  4187. package/dist/runtime/store/reproducibility-manifest.js +0 -403
  4188. package/dist/runtime/store/reproducibility-manifest.js.map +0 -1
  4189. package/dist/runtime/store/research-evidence.d.ts +0 -8
  4190. package/dist/runtime/store/research-evidence.d.ts.map +0 -1
  4191. package/dist/runtime/store/research-evidence.js +0 -15
  4192. package/dist/runtime/store/research-evidence.js.map +0 -1
  4193. package/dist/runtime/store/runtime-control-state-migration.d.ts +0 -23
  4194. package/dist/runtime/store/runtime-control-state-migration.d.ts.map +0 -1
  4195. package/dist/runtime/store/runtime-control-state-migration.js +0 -151
  4196. package/dist/runtime/store/runtime-control-state-migration.js.map +0 -1
  4197. package/dist/runtime/store/runtime-control-store-migration.d.ts +0 -18
  4198. package/dist/runtime/store/runtime-control-store-migration.d.ts.map +0 -1
  4199. package/dist/runtime/store/runtime-control-store-migration.js +0 -119
  4200. package/dist/runtime/store/runtime-control-store-migration.js.map +0 -1
  4201. package/dist/runtime/store/runtime-evidence-state-store.d.ts +0 -34
  4202. package/dist/runtime/store/runtime-evidence-state-store.d.ts.map +0 -1
  4203. package/dist/runtime/store/runtime-evidence-state-store.js +0 -181
  4204. package/dist/runtime/store/runtime-evidence-state-store.js.map +0 -1
  4205. package/dist/runtime/store/runtime-evidence-strategy-dream-state-migration.d.ts +0 -24
  4206. package/dist/runtime/store/runtime-evidence-strategy-dream-state-migration.d.ts.map +0 -1
  4207. package/dist/runtime/store/runtime-evidence-strategy-dream-state-migration.js +0 -369
  4208. package/dist/runtime/store/runtime-evidence-strategy-dream-state-migration.js.map +0 -1
  4209. package/dist/runtime/store/runtime-evidence-summary-types.d.ts +0 -213
  4210. package/dist/runtime/store/runtime-evidence-summary-types.d.ts.map +0 -1
  4211. package/dist/runtime/store/runtime-evidence-summary-types.js +0 -2
  4212. package/dist/runtime/store/runtime-evidence-summary-types.js.map +0 -1
  4213. package/dist/runtime/store/runtime-journal-state-migration.d.ts +0 -20
  4214. package/dist/runtime/store/runtime-journal-state-migration.d.ts.map +0 -1
  4215. package/dist/runtime/store/runtime-journal-state-migration.js +0 -280
  4216. package/dist/runtime/store/runtime-journal-state-migration.js.map +0 -1
  4217. package/dist/runtime/store/runtime-journal.d.ts +0 -8
  4218. package/dist/runtime/store/runtime-journal.d.ts.map +0 -1
  4219. package/dist/runtime/store/runtime-journal.js +0 -52
  4220. package/dist/runtime/store/runtime-journal.js.map +0 -1
  4221. package/dist/runtime/store/runtime-operation-companion.d.ts +0 -13
  4222. package/dist/runtime/store/runtime-operation-companion.d.ts.map +0 -1
  4223. package/dist/runtime/store/runtime-operation-companion.js +0 -597
  4224. package/dist/runtime/store/runtime-operation-companion.js.map +0 -1
  4225. package/dist/runtime/store/runtime-operation-schemas.d.ts +0 -921
  4226. package/dist/runtime/store/runtime-operation-schemas.d.ts.map +0 -1
  4227. package/dist/runtime/store/runtime-operation-schemas.js +0 -152
  4228. package/dist/runtime/store/runtime-operation-schemas.js.map +0 -1
  4229. package/dist/runtime/store/runtime-operation-store.d.ts +0 -28
  4230. package/dist/runtime/store/runtime-operation-store.d.ts.map +0 -1
  4231. package/dist/runtime/store/runtime-operation-store.js +0 -194
  4232. package/dist/runtime/store/runtime-operation-store.js.map +0 -1
  4233. package/dist/runtime/store/runtime-paths.d.ts +0 -53
  4234. package/dist/runtime/store/runtime-paths.d.ts.map +0 -1
  4235. package/dist/runtime/store/runtime-paths.js +0 -146
  4236. package/dist/runtime/store/runtime-paths.js.map +0 -1
  4237. package/dist/runtime/store/runtime-schemas.d.ts +0 -5385
  4238. package/dist/runtime/store/runtime-schemas.d.ts.map +0 -1
  4239. package/dist/runtime/store/runtime-schemas.js +0 -499
  4240. package/dist/runtime/store/runtime-schemas.js.map +0 -1
  4241. package/dist/runtime/store/safe-pause-store.d.ts +0 -31
  4242. package/dist/runtime/store/safe-pause-store.d.ts.map +0 -1
  4243. package/dist/runtime/store/safe-pause-store.js +0 -141
  4244. package/dist/runtime/store/safe-pause-store.js.map +0 -1
  4245. package/dist/runtime/store/stall-state-migration.d.ts +0 -13
  4246. package/dist/runtime/store/stall-state-migration.d.ts.map +0 -1
  4247. package/dist/runtime/store/stall-state-migration.js +0 -143
  4248. package/dist/runtime/store/stall-state-migration.js.map +0 -1
  4249. package/dist/runtime/store/stall-state-store.d.ts +0 -22
  4250. package/dist/runtime/store/stall-state-store.d.ts.map +0 -1
  4251. package/dist/runtime/store/stall-state-store.js +0 -76
  4252. package/dist/runtime/store/stall-state-store.js.map +0 -1
  4253. package/dist/runtime/store/strategy-dream-state-store.d.ts +0 -65
  4254. package/dist/runtime/store/strategy-dream-state-store.d.ts.map +0 -1
  4255. package/dist/runtime/store/strategy-dream-state-store.js +0 -524
  4256. package/dist/runtime/store/strategy-dream-state-store.js.map +0 -1
  4257. package/dist/runtime/store/supervisor-state-store.d.ts +0 -71
  4258. package/dist/runtime/store/supervisor-state-store.d.ts.map +0 -1
  4259. package/dist/runtime/store/supervisor-state-store.js +0 -134
  4260. package/dist/runtime/store/supervisor-state-store.js.map +0 -1
  4261. package/dist/runtime/store/transfer-trust-state-migration.d.ts +0 -15
  4262. package/dist/runtime/store/transfer-trust-state-migration.d.ts.map +0 -1
  4263. package/dist/runtime/store/transfer-trust-state-migration.js +0 -281
  4264. package/dist/runtime/store/transfer-trust-state-migration.js.map +0 -1
  4265. package/dist/runtime/store/transfer-trust-state-store.d.ts +0 -62
  4266. package/dist/runtime/store/transfer-trust-state-store.d.ts.map +0 -1
  4267. package/dist/runtime/store/transfer-trust-state-store.js +0 -322
  4268. package/dist/runtime/store/transfer-trust-state-store.js.map +0 -1
  4269. package/dist/runtime/store/trust-state-migration.d.ts +0 -14
  4270. package/dist/runtime/store/trust-state-migration.d.ts.map +0 -1
  4271. package/dist/runtime/store/trust-state-migration.js +0 -99
  4272. package/dist/runtime/store/trust-state-migration.js.map +0 -1
  4273. package/dist/runtime/store/trust-state-store.d.ts +0 -18
  4274. package/dist/runtime/store/trust-state-store.d.ts.map +0 -1
  4275. package/dist/runtime/store/trust-state-store.js +0 -132
  4276. package/dist/runtime/store/trust-state-store.js.map +0 -1
  4277. package/dist/runtime/terminal/backend.d.ts +0 -25
  4278. package/dist/runtime/terminal/backend.d.ts.map +0 -1
  4279. package/dist/runtime/terminal/backend.js +0 -92
  4280. package/dist/runtime/terminal/backend.js.map +0 -1
  4281. package/dist/runtime/trigger-mapper.d.ts +0 -27
  4282. package/dist/runtime/trigger-mapper.d.ts.map +0 -1
  4283. package/dist/runtime/trigger-mapper.js +0 -154
  4284. package/dist/runtime/trigger-mapper.js.map +0 -1
  4285. package/dist/runtime/trigger-mappings-json.d.ts +0 -4
  4286. package/dist/runtime/trigger-mappings-json.d.ts.map +0 -1
  4287. package/dist/runtime/trigger-mappings-json.js +0 -10
  4288. package/dist/runtime/trigger-mappings-json.js.map +0 -1
  4289. package/dist/runtime/types/builtin-integration.d.ts +0 -13
  4290. package/dist/runtime/types/builtin-integration.d.ts.map +0 -1
  4291. package/dist/runtime/types/builtin-integration.js +0 -2
  4292. package/dist/runtime/types/builtin-integration.js.map +0 -1
  4293. package/dist/runtime/types/capability-operation-plan.d.ts +0 -580
  4294. package/dist/runtime/types/capability-operation-plan.d.ts.map +0 -1
  4295. package/dist/runtime/types/capability-operation-plan.js +0 -38
  4296. package/dist/runtime/types/capability-operation-plan.js.map +0 -1
  4297. package/dist/runtime/types/companion-autonomy.d.ts +0 -10283
  4298. package/dist/runtime/types/companion-autonomy.d.ts.map +0 -1
  4299. package/dist/runtime/types/companion-autonomy.js +0 -1091
  4300. package/dist/runtime/types/companion-autonomy.js.map +0 -1
  4301. package/dist/runtime/types/companion-state.d.ts +0 -8234
  4302. package/dist/runtime/types/companion-state.d.ts.map +0 -1
  4303. package/dist/runtime/types/companion-state.js +0 -403
  4304. package/dist/runtime/types/companion-state.js.map +0 -1
  4305. package/dist/runtime/types/companion.d.ts +0 -396
  4306. package/dist/runtime/types/companion.d.ts.map +0 -1
  4307. package/dist/runtime/types/companion.js +0 -89
  4308. package/dist/runtime/types/companion.js.map +0 -1
  4309. package/dist/runtime/types/daemon.d.ts +0 -2682
  4310. package/dist/runtime/types/daemon.d.ts.map +0 -1
  4311. package/dist/runtime/types/daemon.js +0 -169
  4312. package/dist/runtime/types/daemon.js.map +0 -1
  4313. package/dist/runtime/types/envelope.d.ts +0 -90
  4314. package/dist/runtime/types/envelope.d.ts.map +0 -1
  4315. package/dist/runtime/types/envelope.js +0 -41
  4316. package/dist/runtime/types/envelope.js.map +0 -1
  4317. package/dist/runtime/types/hook.d.ts +0 -142
  4318. package/dist/runtime/types/hook.d.ts.map +0 -1
  4319. package/dist/runtime/types/hook.js +0 -45
  4320. package/dist/runtime/types/hook.js.map +0 -1
  4321. package/dist/runtime/types/notification.d.ts +0 -1008
  4322. package/dist/runtime/types/notification.d.ts.map +0 -1
  4323. package/dist/runtime/types/notification.js +0 -106
  4324. package/dist/runtime/types/notification.js.map +0 -1
  4325. package/dist/runtime/types/plugin.d.ts +0 -335
  4326. package/dist/runtime/types/plugin.d.ts.map +0 -1
  4327. package/dist/runtime/types/plugin.js +0 -76
  4328. package/dist/runtime/types/plugin.js.map +0 -1
  4329. package/dist/runtime/types/schedule.d.ts +0 -2585
  4330. package/dist/runtime/types/schedule.d.ts.map +0 -1
  4331. package/dist/runtime/types/schedule.js +0 -241
  4332. package/dist/runtime/types/schedule.js.map +0 -1
  4333. package/dist/runtime/types/trigger.d.ts +0 -77
  4334. package/dist/runtime/types/trigger.d.ts.map +0 -1
  4335. package/dist/runtime/types/trigger.js +0 -21
  4336. package/dist/runtime/types/trigger.js.map +0 -1
  4337. package/dist/runtime/visibility/cognitive-replay-index.d.ts +0 -1072
  4338. package/dist/runtime/visibility/cognitive-replay-index.d.ts.map +0 -1
  4339. package/dist/runtime/visibility/cognitive-replay-index.js +0 -226
  4340. package/dist/runtime/visibility/cognitive-replay-index.js.map +0 -1
  4341. package/dist/runtime/visibility/companion-audit-visibility.d.ts +0 -161
  4342. package/dist/runtime/visibility/companion-audit-visibility.d.ts.map +0 -1
  4343. package/dist/runtime/visibility/companion-audit-visibility.js +0 -565
  4344. package/dist/runtime/visibility/companion-audit-visibility.js.map +0 -1
  4345. package/dist/runtime/visibility/index.d.ts +0 -5
  4346. package/dist/runtime/visibility/index.d.ts.map +0 -1
  4347. package/dist/runtime/visibility/index.js +0 -3
  4348. package/dist/runtime/visibility/index.js.map +0 -1
  4349. package/dist/runtime/watchdog.d.ts +0 -81
  4350. package/dist/runtime/watchdog.d.ts.map +0 -1
  4351. package/dist/runtime/watchdog.js +0 -323
  4352. package/dist/runtime/watchdog.js.map +0 -1
  4353. package/dist/tools/automation/InteractiveAutomationTools.d.ts +0 -203
  4354. package/dist/tools/automation/InteractiveAutomationTools.d.ts.map +0 -1
  4355. package/dist/tools/automation/InteractiveAutomationTools.js +0 -508
  4356. package/dist/tools/automation/InteractiveAutomationTools.js.map +0 -1
  4357. package/dist/tools/automation/automation-tool-base.d.ts +0 -37
  4358. package/dist/tools/automation/automation-tool-base.d.ts.map +0 -1
  4359. package/dist/tools/automation/automation-tool-base.js +0 -77
  4360. package/dist/tools/automation/automation-tool-base.js.map +0 -1
  4361. package/dist/tools/automation/index.d.ts +0 -2
  4362. package/dist/tools/automation/index.d.ts.map +0 -1
  4363. package/dist/tools/automation/index.js +0 -2
  4364. package/dist/tools/automation/index.js.map +0 -1
  4365. package/dist/tools/automation/interactive-automation-schemas.d.ts +0 -136
  4366. package/dist/tools/automation/interactive-automation-schemas.d.ts.map +0 -1
  4367. package/dist/tools/automation/interactive-automation-schemas.js +0 -54
  4368. package/dist/tools/automation/interactive-automation-schemas.js.map +0 -1
  4369. package/dist/tools/builtin/exports.d.ts +0 -87
  4370. package/dist/tools/builtin/exports.d.ts.map +0 -1
  4371. package/dist/tools/builtin/exports.js +0 -86
  4372. package/dist/tools/builtin/exports.js.map +0 -1
  4373. package/dist/tools/builtin/factory.d.ts +0 -52
  4374. package/dist/tools/builtin/factory.d.ts.map +0 -1
  4375. package/dist/tools/builtin/factory.js +0 -247
  4376. package/dist/tools/builtin/factory.js.map +0 -1
  4377. package/dist/tools/builtin/index.d.ts +0 -4
  4378. package/dist/tools/builtin/index.d.ts.map +0 -1
  4379. package/dist/tools/builtin/index.js +0 -3
  4380. package/dist/tools/builtin/index.js.map +0 -1
  4381. package/dist/tools/capability-execution-records.d.ts +0 -8
  4382. package/dist/tools/capability-execution-records.d.ts.map +0 -1
  4383. package/dist/tools/capability-execution-records.js +0 -165
  4384. package/dist/tools/capability-execution-records.js.map +0 -1
  4385. package/dist/tools/concurrency.d.ts +0 -20
  4386. package/dist/tools/concurrency.d.ts.map +0 -1
  4387. package/dist/tools/concurrency.js +0 -58
  4388. package/dist/tools/concurrency.js.map +0 -1
  4389. package/dist/tools/execution/MemoryConsolidateTool/MemoryConsolidateTool.d.ts +0 -50
  4390. package/dist/tools/execution/MemoryConsolidateTool/MemoryConsolidateTool.d.ts.map +0 -1
  4391. package/dist/tools/execution/MemoryConsolidateTool/MemoryConsolidateTool.js +0 -84
  4392. package/dist/tools/execution/MemoryConsolidateTool/MemoryConsolidateTool.js.map +0 -1
  4393. package/dist/tools/execution/MemoryConsolidateTool/constants.d.ts +0 -7
  4394. package/dist/tools/execution/MemoryConsolidateTool/constants.d.ts.map +0 -1
  4395. package/dist/tools/execution/MemoryConsolidateTool/constants.js +0 -7
  4396. package/dist/tools/execution/MemoryConsolidateTool/constants.js.map +0 -1
  4397. package/dist/tools/execution/MemoryConsolidateTool/prompt.d.ts +0 -2
  4398. package/dist/tools/execution/MemoryConsolidateTool/prompt.d.ts.map +0 -1
  4399. package/dist/tools/execution/MemoryConsolidateTool/prompt.js +0 -2
  4400. package/dist/tools/execution/MemoryConsolidateTool/prompt.js.map +0 -1
  4401. package/dist/tools/execution/MemoryCorrectionTool/MemoryCorrectionTool.d.ts +0 -76
  4402. package/dist/tools/execution/MemoryCorrectionTool/MemoryCorrectionTool.d.ts.map +0 -1
  4403. package/dist/tools/execution/MemoryCorrectionTool/MemoryCorrectionTool.js +0 -79
  4404. package/dist/tools/execution/MemoryCorrectionTool/MemoryCorrectionTool.js.map +0 -1
  4405. package/dist/tools/execution/MemoryCorrectionTool/constants.d.ts +0 -6
  4406. package/dist/tools/execution/MemoryCorrectionTool/constants.d.ts.map +0 -1
  4407. package/dist/tools/execution/MemoryCorrectionTool/constants.js +0 -6
  4408. package/dist/tools/execution/MemoryCorrectionTool/constants.js.map +0 -1
  4409. package/dist/tools/execution/MemoryCorrectionTool/prompt.d.ts +0 -2
  4410. package/dist/tools/execution/MemoryCorrectionTool/prompt.d.ts.map +0 -1
  4411. package/dist/tools/execution/MemoryCorrectionTool/prompt.js +0 -2
  4412. package/dist/tools/execution/MemoryCorrectionTool/prompt.js.map +0 -1
  4413. package/dist/tools/execution/MemoryLintTool/MemoryLintTool.d.ts +0 -42
  4414. package/dist/tools/execution/MemoryLintTool/MemoryLintTool.d.ts.map +0 -1
  4415. package/dist/tools/execution/MemoryLintTool/MemoryLintTool.js +0 -84
  4416. package/dist/tools/execution/MemoryLintTool/MemoryLintTool.js.map +0 -1
  4417. package/dist/tools/execution/MemoryLintTool/constants.d.ts +0 -7
  4418. package/dist/tools/execution/MemoryLintTool/constants.d.ts.map +0 -1
  4419. package/dist/tools/execution/MemoryLintTool/constants.js +0 -7
  4420. package/dist/tools/execution/MemoryLintTool/constants.js.map +0 -1
  4421. package/dist/tools/execution/MemoryLintTool/prompt.d.ts +0 -2
  4422. package/dist/tools/execution/MemoryLintTool/prompt.d.ts.map +0 -1
  4423. package/dist/tools/execution/MemoryLintTool/prompt.js +0 -2
  4424. package/dist/tools/execution/MemoryLintTool/prompt.js.map +0 -1
  4425. package/dist/tools/execution/MemorySaveTool/MemorySaveTool.d.ts +0 -354
  4426. package/dist/tools/execution/MemorySaveTool/MemorySaveTool.d.ts.map +0 -1
  4427. package/dist/tools/execution/MemorySaveTool/MemorySaveTool.js +0 -78
  4428. package/dist/tools/execution/MemorySaveTool/MemorySaveTool.js.map +0 -1
  4429. package/dist/tools/execution/MemorySaveTool/constants.d.ts +0 -7
  4430. package/dist/tools/execution/MemorySaveTool/constants.d.ts.map +0 -1
  4431. package/dist/tools/execution/MemorySaveTool/constants.js +0 -7
  4432. package/dist/tools/execution/MemorySaveTool/constants.js.map +0 -1
  4433. package/dist/tools/execution/MemorySaveTool/prompt.d.ts +0 -2
  4434. package/dist/tools/execution/MemorySaveTool/prompt.d.ts.map +0 -1
  4435. package/dist/tools/execution/MemorySaveTool/prompt.js +0 -2
  4436. package/dist/tools/execution/MemorySaveTool/prompt.js.map +0 -1
  4437. package/dist/tools/execution/ObserveGoalTool/ObserveGoalTool.d.ts +0 -28
  4438. package/dist/tools/execution/ObserveGoalTool/ObserveGoalTool.d.ts.map +0 -1
  4439. package/dist/tools/execution/ObserveGoalTool/ObserveGoalTool.js +0 -56
  4440. package/dist/tools/execution/ObserveGoalTool/ObserveGoalTool.js.map +0 -1
  4441. package/dist/tools/execution/ObserveGoalTool/constants.d.ts +0 -5
  4442. package/dist/tools/execution/ObserveGoalTool/constants.d.ts.map +0 -1
  4443. package/dist/tools/execution/ObserveGoalTool/constants.js +0 -5
  4444. package/dist/tools/execution/ObserveGoalTool/constants.js.map +0 -1
  4445. package/dist/tools/execution/ObserveGoalTool/prompt.d.ts +0 -2
  4446. package/dist/tools/execution/ObserveGoalTool/prompt.d.ts.map +0 -1
  4447. package/dist/tools/execution/ObserveGoalTool/prompt.js +0 -2
  4448. package/dist/tools/execution/ObserveGoalTool/prompt.js.map +0 -1
  4449. package/dist/tools/execution/QueryDataSourceTool/QueryDataSourceTool.d.ts +0 -40
  4450. package/dist/tools/execution/QueryDataSourceTool/QueryDataSourceTool.d.ts.map +0 -1
  4451. package/dist/tools/execution/QueryDataSourceTool/QueryDataSourceTool.js +0 -58
  4452. package/dist/tools/execution/QueryDataSourceTool/QueryDataSourceTool.js.map +0 -1
  4453. package/dist/tools/execution/QueryDataSourceTool/constants.d.ts +0 -5
  4454. package/dist/tools/execution/QueryDataSourceTool/constants.d.ts.map +0 -1
  4455. package/dist/tools/execution/QueryDataSourceTool/constants.js +0 -5
  4456. package/dist/tools/execution/QueryDataSourceTool/constants.js.map +0 -1
  4457. package/dist/tools/execution/QueryDataSourceTool/prompt.d.ts +0 -2
  4458. package/dist/tools/execution/QueryDataSourceTool/prompt.d.ts.map +0 -1
  4459. package/dist/tools/execution/QueryDataSourceTool/prompt.js +0 -2
  4460. package/dist/tools/execution/QueryDataSourceTool/prompt.js.map +0 -1
  4461. package/dist/tools/execution/RunAdapterTool/RunAdapterTool.d.ts +0 -46
  4462. package/dist/tools/execution/RunAdapterTool/RunAdapterTool.d.ts.map +0 -1
  4463. package/dist/tools/execution/RunAdapterTool/RunAdapterTool.js +0 -89
  4464. package/dist/tools/execution/RunAdapterTool/RunAdapterTool.js.map +0 -1
  4465. package/dist/tools/execution/RunAdapterTool/constants.d.ts +0 -5
  4466. package/dist/tools/execution/RunAdapterTool/constants.d.ts.map +0 -1
  4467. package/dist/tools/execution/RunAdapterTool/constants.js +0 -5
  4468. package/dist/tools/execution/RunAdapterTool/constants.js.map +0 -1
  4469. package/dist/tools/execution/RunAdapterTool/prompt.d.ts +0 -2
  4470. package/dist/tools/execution/RunAdapterTool/prompt.d.ts.map +0 -1
  4471. package/dist/tools/execution/RunAdapterTool/prompt.js +0 -2
  4472. package/dist/tools/execution/RunAdapterTool/prompt.js.map +0 -1
  4473. package/dist/tools/execution/SoilDoctorTool/SoilDoctorTool.d.ts +0 -43
  4474. package/dist/tools/execution/SoilDoctorTool/SoilDoctorTool.d.ts.map +0 -1
  4475. package/dist/tools/execution/SoilDoctorTool/SoilDoctorTool.js +0 -83
  4476. package/dist/tools/execution/SoilDoctorTool/SoilDoctorTool.js.map +0 -1
  4477. package/dist/tools/execution/SoilDoctorTool/constants.d.ts +0 -8
  4478. package/dist/tools/execution/SoilDoctorTool/constants.d.ts.map +0 -1
  4479. package/dist/tools/execution/SoilDoctorTool/constants.js +0 -8
  4480. package/dist/tools/execution/SoilDoctorTool/constants.js.map +0 -1
  4481. package/dist/tools/execution/SoilDoctorTool/prompt.d.ts +0 -2
  4482. package/dist/tools/execution/SoilDoctorTool/prompt.d.ts.map +0 -1
  4483. package/dist/tools/execution/SoilDoctorTool/prompt.js +0 -2
  4484. package/dist/tools/execution/SoilDoctorTool/prompt.js.map +0 -1
  4485. package/dist/tools/execution/SoilImportTool/SoilImportTool.d.ts +0 -109
  4486. package/dist/tools/execution/SoilImportTool/SoilImportTool.d.ts.map +0 -1
  4487. package/dist/tools/execution/SoilImportTool/SoilImportTool.js +0 -72
  4488. package/dist/tools/execution/SoilImportTool/SoilImportTool.js.map +0 -1
  4489. package/dist/tools/execution/SoilImportTool/constants.d.ts +0 -6
  4490. package/dist/tools/execution/SoilImportTool/constants.d.ts.map +0 -1
  4491. package/dist/tools/execution/SoilImportTool/constants.js +0 -6
  4492. package/dist/tools/execution/SoilImportTool/constants.js.map +0 -1
  4493. package/dist/tools/execution/SoilImportTool/prompt.d.ts +0 -2
  4494. package/dist/tools/execution/SoilImportTool/prompt.d.ts.map +0 -1
  4495. package/dist/tools/execution/SoilImportTool/prompt.js +0 -2
  4496. package/dist/tools/execution/SoilImportTool/prompt.js.map +0 -1
  4497. package/dist/tools/execution/SoilOpenTool/SoilOpenTool.d.ts +0 -46
  4498. package/dist/tools/execution/SoilOpenTool/SoilOpenTool.d.ts.map +0 -1
  4499. package/dist/tools/execution/SoilOpenTool/SoilOpenTool.js +0 -64
  4500. package/dist/tools/execution/SoilOpenTool/SoilOpenTool.js.map +0 -1
  4501. package/dist/tools/execution/SoilOpenTool/constants.d.ts +0 -6
  4502. package/dist/tools/execution/SoilOpenTool/constants.d.ts.map +0 -1
  4503. package/dist/tools/execution/SoilOpenTool/constants.js +0 -6
  4504. package/dist/tools/execution/SoilOpenTool/constants.js.map +0 -1
  4505. package/dist/tools/execution/SoilOpenTool/prompt.d.ts +0 -2
  4506. package/dist/tools/execution/SoilOpenTool/prompt.d.ts.map +0 -1
  4507. package/dist/tools/execution/SoilOpenTool/prompt.js +0 -2
  4508. package/dist/tools/execution/SoilOpenTool/prompt.js.map +0 -1
  4509. package/dist/tools/execution/SoilPublishTool/SoilPublishTool.d.ts +0 -49
  4510. package/dist/tools/execution/SoilPublishTool/SoilPublishTool.d.ts.map +0 -1
  4511. package/dist/tools/execution/SoilPublishTool/SoilPublishTool.js +0 -71
  4512. package/dist/tools/execution/SoilPublishTool/SoilPublishTool.js.map +0 -1
  4513. package/dist/tools/execution/SoilPublishTool/constants.d.ts +0 -6
  4514. package/dist/tools/execution/SoilPublishTool/constants.d.ts.map +0 -1
  4515. package/dist/tools/execution/SoilPublishTool/constants.js +0 -6
  4516. package/dist/tools/execution/SoilPublishTool/constants.js.map +0 -1
  4517. package/dist/tools/execution/SoilPublishTool/prompt.d.ts +0 -2
  4518. package/dist/tools/execution/SoilPublishTool/prompt.d.ts.map +0 -1
  4519. package/dist/tools/execution/SoilPublishTool/prompt.js +0 -2
  4520. package/dist/tools/execution/SoilPublishTool/prompt.js.map +0 -1
  4521. package/dist/tools/execution/SoilRebuildTool/SoilRebuildTool.d.ts +0 -34
  4522. package/dist/tools/execution/SoilRebuildTool/SoilRebuildTool.d.ts.map +0 -1
  4523. package/dist/tools/execution/SoilRebuildTool/SoilRebuildTool.js +0 -66
  4524. package/dist/tools/execution/SoilRebuildTool/SoilRebuildTool.js.map +0 -1
  4525. package/dist/tools/execution/SoilRebuildTool/constants.d.ts +0 -6
  4526. package/dist/tools/execution/SoilRebuildTool/constants.d.ts.map +0 -1
  4527. package/dist/tools/execution/SoilRebuildTool/constants.js +0 -6
  4528. package/dist/tools/execution/SoilRebuildTool/constants.js.map +0 -1
  4529. package/dist/tools/execution/SoilRebuildTool/prompt.d.ts +0 -2
  4530. package/dist/tools/execution/SoilRebuildTool/prompt.d.ts.map +0 -1
  4531. package/dist/tools/execution/SoilRebuildTool/prompt.js +0 -2
  4532. package/dist/tools/execution/SoilRebuildTool/prompt.js.map +0 -1
  4533. package/dist/tools/execution/SpawnSessionTool/SpawnSessionTool.d.ts +0 -79
  4534. package/dist/tools/execution/SpawnSessionTool/SpawnSessionTool.d.ts.map +0 -1
  4535. package/dist/tools/execution/SpawnSessionTool/SpawnSessionTool.js +0 -85
  4536. package/dist/tools/execution/SpawnSessionTool/SpawnSessionTool.js.map +0 -1
  4537. package/dist/tools/execution/SpawnSessionTool/constants.d.ts +0 -5
  4538. package/dist/tools/execution/SpawnSessionTool/constants.d.ts.map +0 -1
  4539. package/dist/tools/execution/SpawnSessionTool/constants.js +0 -5
  4540. package/dist/tools/execution/SpawnSessionTool/constants.js.map +0 -1
  4541. package/dist/tools/execution/SpawnSessionTool/prompt.d.ts +0 -2
  4542. package/dist/tools/execution/SpawnSessionTool/prompt.d.ts.map +0 -1
  4543. package/dist/tools/execution/SpawnSessionTool/prompt.js +0 -2
  4544. package/dist/tools/execution/SpawnSessionTool/prompt.js.map +0 -1
  4545. package/dist/tools/execution/WriteKnowledgeTool/WriteKnowledgeTool.d.ts +0 -46
  4546. package/dist/tools/execution/WriteKnowledgeTool/WriteKnowledgeTool.d.ts.map +0 -1
  4547. package/dist/tools/execution/WriteKnowledgeTool/WriteKnowledgeTool.js +0 -73
  4548. package/dist/tools/execution/WriteKnowledgeTool/WriteKnowledgeTool.js.map +0 -1
  4549. package/dist/tools/execution/WriteKnowledgeTool/constants.d.ts +0 -5
  4550. package/dist/tools/execution/WriteKnowledgeTool/constants.d.ts.map +0 -1
  4551. package/dist/tools/execution/WriteKnowledgeTool/constants.js +0 -5
  4552. package/dist/tools/execution/WriteKnowledgeTool/constants.js.map +0 -1
  4553. package/dist/tools/execution/WriteKnowledgeTool/prompt.d.ts +0 -2
  4554. package/dist/tools/execution/WriteKnowledgeTool/prompt.d.ts.map +0 -1
  4555. package/dist/tools/execution/WriteKnowledgeTool/prompt.js +0 -2
  4556. package/dist/tools/execution/WriteKnowledgeTool/prompt.js.map +0 -1
  4557. package/dist/tools/execution-orchestrator.d.ts +0 -22
  4558. package/dist/tools/execution-orchestrator.d.ts.map +0 -1
  4559. package/dist/tools/execution-orchestrator.js +0 -153
  4560. package/dist/tools/execution-orchestrator.js.map +0 -1
  4561. package/dist/tools/executor.d.ts +0 -47
  4562. package/dist/tools/executor.d.ts.map +0 -1
  4563. package/dist/tools/executor.js +0 -418
  4564. package/dist/tools/executor.js.map +0 -1
  4565. package/dist/tools/fs/ApplyPatchTool/ApplyPatchTool.d.ts +0 -38
  4566. package/dist/tools/fs/ApplyPatchTool/ApplyPatchTool.d.ts.map +0 -1
  4567. package/dist/tools/fs/ApplyPatchTool/ApplyPatchTool.js +0 -394
  4568. package/dist/tools/fs/ApplyPatchTool/ApplyPatchTool.js.map +0 -1
  4569. package/dist/tools/fs/FileEditTool/FileEditTool.d.ts +0 -48
  4570. package/dist/tools/fs/FileEditTool/FileEditTool.d.ts.map +0 -1
  4571. package/dist/tools/fs/FileEditTool/FileEditTool.js +0 -127
  4572. package/dist/tools/fs/FileEditTool/FileEditTool.js.map +0 -1
  4573. package/dist/tools/fs/FileEditTool/constants.d.ts +0 -5
  4574. package/dist/tools/fs/FileEditTool/constants.d.ts.map +0 -1
  4575. package/dist/tools/fs/FileEditTool/constants.js +0 -5
  4576. package/dist/tools/fs/FileEditTool/constants.js.map +0 -1
  4577. package/dist/tools/fs/FileEditTool/prompt.d.ts +0 -2
  4578. package/dist/tools/fs/FileEditTool/prompt.d.ts.map +0 -1
  4579. package/dist/tools/fs/FileEditTool/prompt.js +0 -2
  4580. package/dist/tools/fs/FileEditTool/prompt.js.map +0 -1
  4581. package/dist/tools/fs/FileValidationTool/FileValidationTool.d.ts +0 -6
  4582. package/dist/tools/fs/FileValidationTool/FileValidationTool.d.ts.map +0 -1
  4583. package/dist/tools/fs/FileValidationTool/FileValidationTool.js +0 -5
  4584. package/dist/tools/fs/FileValidationTool/FileValidationTool.js.map +0 -1
  4585. package/dist/tools/fs/FileValidationTool/protected-path-policy.d.ts +0 -13
  4586. package/dist/tools/fs/FileValidationTool/protected-path-policy.d.ts.map +0 -1
  4587. package/dist/tools/fs/FileValidationTool/protected-path-policy.js +0 -83
  4588. package/dist/tools/fs/FileValidationTool/protected-path-policy.js.map +0 -1
  4589. package/dist/tools/fs/FileWriteTool/FileWriteTool.d.ts +0 -41
  4590. package/dist/tools/fs/FileWriteTool/FileWriteTool.d.ts.map +0 -1
  4591. package/dist/tools/fs/FileWriteTool/FileWriteTool.js +0 -86
  4592. package/dist/tools/fs/FileWriteTool/FileWriteTool.js.map +0 -1
  4593. package/dist/tools/fs/FileWriteTool/constants.d.ts +0 -5
  4594. package/dist/tools/fs/FileWriteTool/constants.d.ts.map +0 -1
  4595. package/dist/tools/fs/FileWriteTool/constants.js +0 -5
  4596. package/dist/tools/fs/FileWriteTool/constants.js.map +0 -1
  4597. package/dist/tools/fs/FileWriteTool/prompt.d.ts +0 -2
  4598. package/dist/tools/fs/FileWriteTool/prompt.d.ts.map +0 -1
  4599. package/dist/tools/fs/FileWriteTool/prompt.js +0 -2
  4600. package/dist/tools/fs/FileWriteTool/prompt.js.map +0 -1
  4601. package/dist/tools/fs/GlobTool/GlobTool.d.ts +0 -37
  4602. package/dist/tools/fs/GlobTool/GlobTool.d.ts.map +0 -1
  4603. package/dist/tools/fs/GlobTool/GlobTool.js +0 -85
  4604. package/dist/tools/fs/GlobTool/GlobTool.js.map +0 -1
  4605. package/dist/tools/fs/GlobTool/constants.d.ts +0 -6
  4606. package/dist/tools/fs/GlobTool/constants.d.ts.map +0 -1
  4607. package/dist/tools/fs/GlobTool/constants.js +0 -6
  4608. package/dist/tools/fs/GlobTool/constants.js.map +0 -1
  4609. package/dist/tools/fs/GlobTool/prompt.d.ts +0 -3
  4610. package/dist/tools/fs/GlobTool/prompt.d.ts.map +0 -1
  4611. package/dist/tools/fs/GlobTool/prompt.js +0 -3
  4612. package/dist/tools/fs/GlobTool/prompt.js.map +0 -1
  4613. package/dist/tools/fs/GrepTool/GrepTool.d.ts +0 -67
  4614. package/dist/tools/fs/GrepTool/GrepTool.d.ts.map +0 -1
  4615. package/dist/tools/fs/GrepTool/GrepTool.js +0 -142
  4616. package/dist/tools/fs/GrepTool/GrepTool.js.map +0 -1
  4617. package/dist/tools/fs/GrepTool/constants.d.ts +0 -6
  4618. package/dist/tools/fs/GrepTool/constants.d.ts.map +0 -1
  4619. package/dist/tools/fs/GrepTool/constants.js +0 -6
  4620. package/dist/tools/fs/GrepTool/constants.js.map +0 -1
  4621. package/dist/tools/fs/GrepTool/prompt.d.ts +0 -2
  4622. package/dist/tools/fs/GrepTool/prompt.d.ts.map +0 -1
  4623. package/dist/tools/fs/GrepTool/prompt.js +0 -2
  4624. package/dist/tools/fs/GrepTool/prompt.js.map +0 -1
  4625. package/dist/tools/fs/JsonQueryTool/JsonQueryTool.d.ts +0 -32
  4626. package/dist/tools/fs/JsonQueryTool/JsonQueryTool.d.ts.map +0 -1
  4627. package/dist/tools/fs/JsonQueryTool/JsonQueryTool.js +0 -83
  4628. package/dist/tools/fs/JsonQueryTool/JsonQueryTool.js.map +0 -1
  4629. package/dist/tools/fs/JsonQueryTool/constants.d.ts +0 -7
  4630. package/dist/tools/fs/JsonQueryTool/constants.d.ts.map +0 -1
  4631. package/dist/tools/fs/JsonQueryTool/constants.js +0 -7
  4632. package/dist/tools/fs/JsonQueryTool/constants.js.map +0 -1
  4633. package/dist/tools/fs/JsonQueryTool/prompt.d.ts +0 -2
  4634. package/dist/tools/fs/JsonQueryTool/prompt.d.ts.map +0 -1
  4635. package/dist/tools/fs/JsonQueryTool/prompt.js +0 -2
  4636. package/dist/tools/fs/JsonQueryTool/prompt.js.map +0 -1
  4637. package/dist/tools/fs/ListDirTool/ListDirTool.d.ts +0 -48
  4638. package/dist/tools/fs/ListDirTool/ListDirTool.d.ts.map +0 -1
  4639. package/dist/tools/fs/ListDirTool/ListDirTool.js +0 -103
  4640. package/dist/tools/fs/ListDirTool/ListDirTool.js.map +0 -1
  4641. package/dist/tools/fs/ListDirTool/constants.d.ts +0 -6
  4642. package/dist/tools/fs/ListDirTool/constants.d.ts.map +0 -1
  4643. package/dist/tools/fs/ListDirTool/constants.js +0 -6
  4644. package/dist/tools/fs/ListDirTool/constants.js.map +0 -1
  4645. package/dist/tools/fs/ListDirTool/prompt.d.ts +0 -2
  4646. package/dist/tools/fs/ListDirTool/prompt.d.ts.map +0 -1
  4647. package/dist/tools/fs/ListDirTool/prompt.js +0 -2
  4648. package/dist/tools/fs/ListDirTool/prompt.js.map +0 -1
  4649. package/dist/tools/fs/ReadPulseedFileTool/ReadPulseedFileTool.d.ts +0 -25
  4650. package/dist/tools/fs/ReadPulseedFileTool/ReadPulseedFileTool.d.ts.map +0 -1
  4651. package/dist/tools/fs/ReadPulseedFileTool/ReadPulseedFileTool.js +0 -90
  4652. package/dist/tools/fs/ReadPulseedFileTool/ReadPulseedFileTool.js.map +0 -1
  4653. package/dist/tools/fs/ReadPulseedFileTool/constants.d.ts +0 -6
  4654. package/dist/tools/fs/ReadPulseedFileTool/constants.d.ts.map +0 -1
  4655. package/dist/tools/fs/ReadPulseedFileTool/constants.js +0 -6
  4656. package/dist/tools/fs/ReadPulseedFileTool/constants.js.map +0 -1
  4657. package/dist/tools/fs/ReadPulseedFileTool/prompt.d.ts +0 -2
  4658. package/dist/tools/fs/ReadPulseedFileTool/prompt.d.ts.map +0 -1
  4659. package/dist/tools/fs/ReadPulseedFileTool/prompt.js +0 -2
  4660. package/dist/tools/fs/ReadPulseedFileTool/prompt.js.map +0 -1
  4661. package/dist/tools/fs/ReadTool/ReadTool.d.ts +0 -37
  4662. package/dist/tools/fs/ReadTool/ReadTool.d.ts.map +0 -1
  4663. package/dist/tools/fs/ReadTool/ReadTool.js +0 -117
  4664. package/dist/tools/fs/ReadTool/ReadTool.js.map +0 -1
  4665. package/dist/tools/fs/ReadTool/constants.d.ts +0 -6
  4666. package/dist/tools/fs/ReadTool/constants.d.ts.map +0 -1
  4667. package/dist/tools/fs/ReadTool/constants.js +0 -6
  4668. package/dist/tools/fs/ReadTool/constants.js.map +0 -1
  4669. package/dist/tools/fs/ReadTool/prompt.d.ts +0 -2
  4670. package/dist/tools/fs/ReadTool/prompt.d.ts.map +0 -1
  4671. package/dist/tools/fs/ReadTool/prompt.js +0 -2
  4672. package/dist/tools/fs/ReadTool/prompt.js.map +0 -1
  4673. package/dist/tools/fs/WritePulseedFileTool/WritePulseedFileTool.d.ts +0 -31
  4674. package/dist/tools/fs/WritePulseedFileTool/WritePulseedFileTool.d.ts.map +0 -1
  4675. package/dist/tools/fs/WritePulseedFileTool/WritePulseedFileTool.js +0 -134
  4676. package/dist/tools/fs/WritePulseedFileTool/WritePulseedFileTool.js.map +0 -1
  4677. package/dist/tools/fs/WritePulseedFileTool/constants.d.ts +0 -6
  4678. package/dist/tools/fs/WritePulseedFileTool/constants.d.ts.map +0 -1
  4679. package/dist/tools/fs/WritePulseedFileTool/constants.js +0 -6
  4680. package/dist/tools/fs/WritePulseedFileTool/constants.js.map +0 -1
  4681. package/dist/tools/fs/WritePulseedFileTool/prompt.d.ts +0 -2
  4682. package/dist/tools/fs/WritePulseedFileTool/prompt.d.ts.map +0 -1
  4683. package/dist/tools/fs/WritePulseedFileTool/prompt.js +0 -2
  4684. package/dist/tools/fs/WritePulseedFileTool/prompt.js.map +0 -1
  4685. package/dist/tools/index.d.ts +0 -15
  4686. package/dist/tools/index.d.ts.map +0 -1
  4687. package/dist/tools/index.js +0 -11
  4688. package/dist/tools/index.js.map +0 -1
  4689. package/dist/tools/interaction/AskHumanTool/AskHumanTool.d.ts +0 -104
  4690. package/dist/tools/interaction/AskHumanTool/AskHumanTool.d.ts.map +0 -1
  4691. package/dist/tools/interaction/AskHumanTool/AskHumanTool.js +0 -110
  4692. package/dist/tools/interaction/AskHumanTool/AskHumanTool.js.map +0 -1
  4693. package/dist/tools/interaction/AskHumanTool/constants.d.ts +0 -5
  4694. package/dist/tools/interaction/AskHumanTool/constants.d.ts.map +0 -1
  4695. package/dist/tools/interaction/AskHumanTool/constants.js +0 -5
  4696. package/dist/tools/interaction/AskHumanTool/constants.js.map +0 -1
  4697. package/dist/tools/interaction/AskHumanTool/prompt.d.ts +0 -2
  4698. package/dist/tools/interaction/AskHumanTool/prompt.d.ts.map +0 -1
  4699. package/dist/tools/interaction/AskHumanTool/prompt.js +0 -2
  4700. package/dist/tools/interaction/AskHumanTool/prompt.js.map +0 -1
  4701. package/dist/tools/interaction/CreatePlanTool/CreatePlanTool.d.ts +0 -37
  4702. package/dist/tools/interaction/CreatePlanTool/CreatePlanTool.d.ts.map +0 -1
  4703. package/dist/tools/interaction/CreatePlanTool/CreatePlanTool.js +0 -63
  4704. package/dist/tools/interaction/CreatePlanTool/CreatePlanTool.js.map +0 -1
  4705. package/dist/tools/interaction/CreatePlanTool/constants.d.ts +0 -5
  4706. package/dist/tools/interaction/CreatePlanTool/constants.d.ts.map +0 -1
  4707. package/dist/tools/interaction/CreatePlanTool/constants.js +0 -5
  4708. package/dist/tools/interaction/CreatePlanTool/constants.js.map +0 -1
  4709. package/dist/tools/interaction/CreatePlanTool/prompt.d.ts +0 -2
  4710. package/dist/tools/interaction/CreatePlanTool/prompt.d.ts.map +0 -1
  4711. package/dist/tools/interaction/CreatePlanTool/prompt.js +0 -2
  4712. package/dist/tools/interaction/CreatePlanTool/prompt.js.map +0 -1
  4713. package/dist/tools/interaction/ReadPlanTool/ReadPlanTool.d.ts +0 -25
  4714. package/dist/tools/interaction/ReadPlanTool/ReadPlanTool.d.ts.map +0 -1
  4715. package/dist/tools/interaction/ReadPlanTool/ReadPlanTool.js +0 -78
  4716. package/dist/tools/interaction/ReadPlanTool/ReadPlanTool.js.map +0 -1
  4717. package/dist/tools/interaction/ReadPlanTool/constants.d.ts +0 -5
  4718. package/dist/tools/interaction/ReadPlanTool/constants.d.ts.map +0 -1
  4719. package/dist/tools/interaction/ReadPlanTool/constants.js +0 -5
  4720. package/dist/tools/interaction/ReadPlanTool/constants.js.map +0 -1
  4721. package/dist/tools/interaction/ReadPlanTool/prompt.d.ts +0 -2
  4722. package/dist/tools/interaction/ReadPlanTool/prompt.d.ts.map +0 -1
  4723. package/dist/tools/interaction/ReadPlanTool/prompt.js +0 -2
  4724. package/dist/tools/interaction/ReadPlanTool/prompt.js.map +0 -1
  4725. package/dist/tools/interaction/plan-utils.d.ts +0 -6
  4726. package/dist/tools/interaction/plan-utils.d.ts.map +0 -1
  4727. package/dist/tools/interaction/plan-utils.js +0 -10
  4728. package/dist/tools/interaction/plan-utils.js.map +0 -1
  4729. package/dist/tools/kaggle/KaggleExperimentTools.d.ts +0 -1179
  4730. package/dist/tools/kaggle/KaggleExperimentTools.d.ts.map +0 -1
  4731. package/dist/tools/kaggle/KaggleExperimentTools.js +0 -883
  4732. package/dist/tools/kaggle/KaggleExperimentTools.js.map +0 -1
  4733. package/dist/tools/kaggle/KaggleSubmissionTools.d.ts +0 -247
  4734. package/dist/tools/kaggle/KaggleSubmissionTools.d.ts.map +0 -1
  4735. package/dist/tools/kaggle/KaggleSubmissionTools.js +0 -584
  4736. package/dist/tools/kaggle/KaggleSubmissionTools.js.map +0 -1
  4737. package/dist/tools/kaggle/KaggleWorkspacePrepareTool.d.ts +0 -124
  4738. package/dist/tools/kaggle/KaggleWorkspacePrepareTool.d.ts.map +0 -1
  4739. package/dist/tools/kaggle/KaggleWorkspacePrepareTool.js +0 -314
  4740. package/dist/tools/kaggle/KaggleWorkspacePrepareTool.js.map +0 -1
  4741. package/dist/tools/kaggle/experiment-artifacts.d.ts +0 -16
  4742. package/dist/tools/kaggle/experiment-artifacts.d.ts.map +0 -1
  4743. package/dist/tools/kaggle/experiment-artifacts.js +0 -103
  4744. package/dist/tools/kaggle/experiment-artifacts.js.map +0 -1
  4745. package/dist/tools/kaggle/index.d.ts +0 -6
  4746. package/dist/tools/kaggle/index.d.ts.map +0 -1
  4747. package/dist/tools/kaggle/index.js +0 -6
  4748. package/dist/tools/kaggle/index.js.map +0 -1
  4749. package/dist/tools/kaggle/metrics.d.ts +0 -930
  4750. package/dist/tools/kaggle/metrics.d.ts.map +0 -1
  4751. package/dist/tools/kaggle/metrics.js +0 -462
  4752. package/dist/tools/kaggle/metrics.js.map +0 -1
  4753. package/dist/tools/kaggle/paths.d.ts +0 -15
  4754. package/dist/tools/kaggle/paths.d.ts.map +0 -1
  4755. package/dist/tools/kaggle/paths.js +0 -146
  4756. package/dist/tools/kaggle/paths.js.map +0 -1
  4757. package/dist/tools/kaggle/tee-wrapper.d.ts +0 -2
  4758. package/dist/tools/kaggle/tee-wrapper.d.ts.map +0 -1
  4759. package/dist/tools/kaggle/tee-wrapper.js +0 -244
  4760. package/dist/tools/kaggle/tee-wrapper.js.map +0 -1
  4761. package/dist/tools/media/ViewImageTool/ViewImageTool.d.ts +0 -31
  4762. package/dist/tools/media/ViewImageTool/ViewImageTool.d.ts.map +0 -1
  4763. package/dist/tools/media/ViewImageTool/ViewImageTool.js +0 -53
  4764. package/dist/tools/media/ViewImageTool/ViewImageTool.js.map +0 -1
  4765. package/dist/tools/mutation/ArchiveGoalTool/ArchiveGoalTool.d.ts +0 -34
  4766. package/dist/tools/mutation/ArchiveGoalTool/ArchiveGoalTool.d.ts.map +0 -1
  4767. package/dist/tools/mutation/ArchiveGoalTool/ArchiveGoalTool.js +0 -87
  4768. package/dist/tools/mutation/ArchiveGoalTool/ArchiveGoalTool.js.map +0 -1
  4769. package/dist/tools/mutation/ArchiveGoalTool/constants.d.ts +0 -5
  4770. package/dist/tools/mutation/ArchiveGoalTool/constants.d.ts.map +0 -1
  4771. package/dist/tools/mutation/ArchiveGoalTool/constants.js +0 -5
  4772. package/dist/tools/mutation/ArchiveGoalTool/constants.js.map +0 -1
  4773. package/dist/tools/mutation/ArchiveGoalTool/prompt.d.ts +0 -2
  4774. package/dist/tools/mutation/ArchiveGoalTool/prompt.d.ts.map +0 -1
  4775. package/dist/tools/mutation/ArchiveGoalTool/prompt.js +0 -2
  4776. package/dist/tools/mutation/ArchiveGoalTool/prompt.js.map +0 -1
  4777. package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.d.ts +0 -31
  4778. package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.d.ts.map +0 -1
  4779. package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.js +0 -66
  4780. package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.js.map +0 -1
  4781. package/dist/tools/mutation/ConfigureNotificationRoutingTool/constants.d.ts +0 -5
  4782. package/dist/tools/mutation/ConfigureNotificationRoutingTool/constants.d.ts.map +0 -1
  4783. package/dist/tools/mutation/ConfigureNotificationRoutingTool/constants.js +0 -5
  4784. package/dist/tools/mutation/ConfigureNotificationRoutingTool/constants.js.map +0 -1
  4785. package/dist/tools/mutation/ConfigureNotificationRoutingTool/prompt.d.ts +0 -2
  4786. package/dist/tools/mutation/ConfigureNotificationRoutingTool/prompt.d.ts.map +0 -1
  4787. package/dist/tools/mutation/ConfigureNotificationRoutingTool/prompt.js +0 -5
  4788. package/dist/tools/mutation/ConfigureNotificationRoutingTool/prompt.js.map +0 -1
  4789. package/dist/tools/mutation/DeleteGoalTool/DeleteGoalTool.d.ts +0 -28
  4790. package/dist/tools/mutation/DeleteGoalTool/DeleteGoalTool.d.ts.map +0 -1
  4791. package/dist/tools/mutation/DeleteGoalTool/DeleteGoalTool.js +0 -89
  4792. package/dist/tools/mutation/DeleteGoalTool/DeleteGoalTool.js.map +0 -1
  4793. package/dist/tools/mutation/DeleteGoalTool/constants.d.ts +0 -5
  4794. package/dist/tools/mutation/DeleteGoalTool/constants.d.ts.map +0 -1
  4795. package/dist/tools/mutation/DeleteGoalTool/constants.js +0 -5
  4796. package/dist/tools/mutation/DeleteGoalTool/constants.js.map +0 -1
  4797. package/dist/tools/mutation/DeleteGoalTool/prompt.d.ts +0 -2
  4798. package/dist/tools/mutation/DeleteGoalTool/prompt.d.ts.map +0 -1
  4799. package/dist/tools/mutation/DeleteGoalTool/prompt.js +0 -2
  4800. package/dist/tools/mutation/DeleteGoalTool/prompt.js.map +0 -1
  4801. package/dist/tools/mutation/ResetTrustTool/ResetTrustTool.d.ts +0 -40
  4802. package/dist/tools/mutation/ResetTrustTool/ResetTrustTool.d.ts.map +0 -1
  4803. package/dist/tools/mutation/ResetTrustTool/ResetTrustTool.js +0 -84
  4804. package/dist/tools/mutation/ResetTrustTool/ResetTrustTool.js.map +0 -1
  4805. package/dist/tools/mutation/ResetTrustTool/constants.d.ts +0 -5
  4806. package/dist/tools/mutation/ResetTrustTool/constants.d.ts.map +0 -1
  4807. package/dist/tools/mutation/ResetTrustTool/constants.js +0 -5
  4808. package/dist/tools/mutation/ResetTrustTool/constants.js.map +0 -1
  4809. package/dist/tools/mutation/ResetTrustTool/prompt.d.ts +0 -2
  4810. package/dist/tools/mutation/ResetTrustTool/prompt.d.ts.map +0 -1
  4811. package/dist/tools/mutation/ResetTrustTool/prompt.js +0 -2
  4812. package/dist/tools/mutation/ResetTrustTool/prompt.js.map +0 -1
  4813. package/dist/tools/mutation/SetGoalTool/SetGoalTool.d.ts +0 -28
  4814. package/dist/tools/mutation/SetGoalTool/SetGoalTool.d.ts.map +0 -1
  4815. package/dist/tools/mutation/SetGoalTool/SetGoalTool.js +0 -84
  4816. package/dist/tools/mutation/SetGoalTool/SetGoalTool.js.map +0 -1
  4817. package/dist/tools/mutation/SetGoalTool/constants.d.ts +0 -5
  4818. package/dist/tools/mutation/SetGoalTool/constants.d.ts.map +0 -1
  4819. package/dist/tools/mutation/SetGoalTool/constants.js +0 -5
  4820. package/dist/tools/mutation/SetGoalTool/constants.js.map +0 -1
  4821. package/dist/tools/mutation/SetGoalTool/prompt.d.ts +0 -2
  4822. package/dist/tools/mutation/SetGoalTool/prompt.d.ts.map +0 -1
  4823. package/dist/tools/mutation/SetGoalTool/prompt.js +0 -2
  4824. package/dist/tools/mutation/SetGoalTool/prompt.js.map +0 -1
  4825. package/dist/tools/mutation/TaskCreateTool/TaskCreateTool.d.ts +0 -216
  4826. package/dist/tools/mutation/TaskCreateTool/TaskCreateTool.d.ts.map +0 -1
  4827. package/dist/tools/mutation/TaskCreateTool/TaskCreateTool.js +0 -107
  4828. package/dist/tools/mutation/TaskCreateTool/TaskCreateTool.js.map +0 -1
  4829. package/dist/tools/mutation/TaskCreateTool/constants.d.ts +0 -5
  4830. package/dist/tools/mutation/TaskCreateTool/constants.d.ts.map +0 -1
  4831. package/dist/tools/mutation/TaskCreateTool/constants.js +0 -5
  4832. package/dist/tools/mutation/TaskCreateTool/constants.js.map +0 -1
  4833. package/dist/tools/mutation/TaskCreateTool/prompt.d.ts +0 -2
  4834. package/dist/tools/mutation/TaskCreateTool/prompt.d.ts.map +0 -1
  4835. package/dist/tools/mutation/TaskCreateTool/prompt.js +0 -2
  4836. package/dist/tools/mutation/TaskCreateTool/prompt.js.map +0 -1
  4837. package/dist/tools/mutation/TaskOutputTool/TaskOutputTool.d.ts +0 -46
  4838. package/dist/tools/mutation/TaskOutputTool/TaskOutputTool.d.ts.map +0 -1
  4839. package/dist/tools/mutation/TaskOutputTool/TaskOutputTool.js +0 -95
  4840. package/dist/tools/mutation/TaskOutputTool/TaskOutputTool.js.map +0 -1
  4841. package/dist/tools/mutation/TaskOutputTool/constants.d.ts +0 -5
  4842. package/dist/tools/mutation/TaskOutputTool/constants.d.ts.map +0 -1
  4843. package/dist/tools/mutation/TaskOutputTool/constants.js +0 -5
  4844. package/dist/tools/mutation/TaskOutputTool/constants.js.map +0 -1
  4845. package/dist/tools/mutation/TaskOutputTool/prompt.d.ts +0 -2
  4846. package/dist/tools/mutation/TaskOutputTool/prompt.d.ts.map +0 -1
  4847. package/dist/tools/mutation/TaskOutputTool/prompt.js +0 -2
  4848. package/dist/tools/mutation/TaskOutputTool/prompt.js.map +0 -1
  4849. package/dist/tools/mutation/TaskStopTool/TaskStopTool.d.ts +0 -40
  4850. package/dist/tools/mutation/TaskStopTool/TaskStopTool.d.ts.map +0 -1
  4851. package/dist/tools/mutation/TaskStopTool/TaskStopTool.js +0 -103
  4852. package/dist/tools/mutation/TaskStopTool/TaskStopTool.js.map +0 -1
  4853. package/dist/tools/mutation/TaskStopTool/constants.d.ts +0 -5
  4854. package/dist/tools/mutation/TaskStopTool/constants.d.ts.map +0 -1
  4855. package/dist/tools/mutation/TaskStopTool/constants.js +0 -5
  4856. package/dist/tools/mutation/TaskStopTool/constants.js.map +0 -1
  4857. package/dist/tools/mutation/TaskStopTool/prompt.d.ts +0 -2
  4858. package/dist/tools/mutation/TaskStopTool/prompt.d.ts.map +0 -1
  4859. package/dist/tools/mutation/TaskStopTool/prompt.js +0 -2
  4860. package/dist/tools/mutation/TaskStopTool/prompt.js.map +0 -1
  4861. package/dist/tools/mutation/TaskUpdateTool/TaskUpdateTool.d.ts +0 -270
  4862. package/dist/tools/mutation/TaskUpdateTool/TaskUpdateTool.d.ts.map +0 -1
  4863. package/dist/tools/mutation/TaskUpdateTool/TaskUpdateTool.js +0 -182
  4864. package/dist/tools/mutation/TaskUpdateTool/TaskUpdateTool.js.map +0 -1
  4865. package/dist/tools/mutation/TaskUpdateTool/constants.d.ts +0 -5
  4866. package/dist/tools/mutation/TaskUpdateTool/constants.d.ts.map +0 -1
  4867. package/dist/tools/mutation/TaskUpdateTool/constants.js +0 -5
  4868. package/dist/tools/mutation/TaskUpdateTool/constants.js.map +0 -1
  4869. package/dist/tools/mutation/TaskUpdateTool/prompt.d.ts +0 -2
  4870. package/dist/tools/mutation/TaskUpdateTool/prompt.d.ts.map +0 -1
  4871. package/dist/tools/mutation/TaskUpdateTool/prompt.js +0 -2
  4872. package/dist/tools/mutation/TaskUpdateTool/prompt.js.map +0 -1
  4873. package/dist/tools/mutation/TogglePluginTool/TogglePluginTool.d.ts +0 -31
  4874. package/dist/tools/mutation/TogglePluginTool/TogglePluginTool.d.ts.map +0 -1
  4875. package/dist/tools/mutation/TogglePluginTool/TogglePluginTool.js +0 -55
  4876. package/dist/tools/mutation/TogglePluginTool/TogglePluginTool.js.map +0 -1
  4877. package/dist/tools/mutation/TogglePluginTool/constants.d.ts +0 -5
  4878. package/dist/tools/mutation/TogglePluginTool/constants.d.ts.map +0 -1
  4879. package/dist/tools/mutation/TogglePluginTool/constants.js +0 -5
  4880. package/dist/tools/mutation/TogglePluginTool/constants.js.map +0 -1
  4881. package/dist/tools/mutation/TogglePluginTool/prompt.d.ts +0 -2
  4882. package/dist/tools/mutation/TogglePluginTool/prompt.d.ts.map +0 -1
  4883. package/dist/tools/mutation/TogglePluginTool/prompt.js +0 -2
  4884. package/dist/tools/mutation/TogglePluginTool/prompt.js.map +0 -1
  4885. package/dist/tools/mutation/UpdateConfigTool/UpdateConfigTool.d.ts +0 -31
  4886. package/dist/tools/mutation/UpdateConfigTool/UpdateConfigTool.d.ts.map +0 -1
  4887. package/dist/tools/mutation/UpdateConfigTool/UpdateConfigTool.js +0 -77
  4888. package/dist/tools/mutation/UpdateConfigTool/UpdateConfigTool.js.map +0 -1
  4889. package/dist/tools/mutation/UpdateConfigTool/constants.d.ts +0 -5
  4890. package/dist/tools/mutation/UpdateConfigTool/constants.d.ts.map +0 -1
  4891. package/dist/tools/mutation/UpdateConfigTool/constants.js +0 -5
  4892. package/dist/tools/mutation/UpdateConfigTool/constants.js.map +0 -1
  4893. package/dist/tools/mutation/UpdateConfigTool/prompt.d.ts +0 -2
  4894. package/dist/tools/mutation/UpdateConfigTool/prompt.d.ts.map +0 -1
  4895. package/dist/tools/mutation/UpdateConfigTool/prompt.js +0 -2
  4896. package/dist/tools/mutation/UpdateConfigTool/prompt.js.map +0 -1
  4897. package/dist/tools/mutation/UpdateGoalTool/UpdateGoalTool.d.ts +0 -40
  4898. package/dist/tools/mutation/UpdateGoalTool/UpdateGoalTool.d.ts.map +0 -1
  4899. package/dist/tools/mutation/UpdateGoalTool/UpdateGoalTool.js +0 -73
  4900. package/dist/tools/mutation/UpdateGoalTool/UpdateGoalTool.js.map +0 -1
  4901. package/dist/tools/mutation/UpdateGoalTool/constants.d.ts +0 -5
  4902. package/dist/tools/mutation/UpdateGoalTool/constants.d.ts.map +0 -1
  4903. package/dist/tools/mutation/UpdateGoalTool/constants.js +0 -5
  4904. package/dist/tools/mutation/UpdateGoalTool/constants.js.map +0 -1
  4905. package/dist/tools/mutation/UpdateGoalTool/prompt.d.ts +0 -2
  4906. package/dist/tools/mutation/UpdateGoalTool/prompt.d.ts.map +0 -1
  4907. package/dist/tools/mutation/UpdateGoalTool/prompt.js +0 -2
  4908. package/dist/tools/mutation/UpdateGoalTool/prompt.js.map +0 -1
  4909. package/dist/tools/mutation/task-history-utils.d.ts +0 -4
  4910. package/dist/tools/mutation/task-history-utils.d.ts.map +0 -1
  4911. package/dist/tools/mutation/task-history-utils.js +0 -29
  4912. package/dist/tools/mutation/task-history-utils.js.map +0 -1
  4913. package/dist/tools/network/GitHubCliTool/GitHubCliTool.d.ts +0 -144
  4914. package/dist/tools/network/GitHubCliTool/GitHubCliTool.d.ts.map +0 -1
  4915. package/dist/tools/network/GitHubCliTool/GitHubCliTool.js +0 -246
  4916. package/dist/tools/network/GitHubCliTool/GitHubCliTool.js.map +0 -1
  4917. package/dist/tools/network/HttpFetchTool/HttpFetchTool.d.ts +0 -71
  4918. package/dist/tools/network/HttpFetchTool/HttpFetchTool.d.ts.map +0 -1
  4919. package/dist/tools/network/HttpFetchTool/HttpFetchTool.js +0 -308
  4920. package/dist/tools/network/HttpFetchTool/HttpFetchTool.js.map +0 -1
  4921. package/dist/tools/network/HttpFetchTool/constants.d.ts +0 -6
  4922. package/dist/tools/network/HttpFetchTool/constants.d.ts.map +0 -1
  4923. package/dist/tools/network/HttpFetchTool/constants.js +0 -6
  4924. package/dist/tools/network/HttpFetchTool/constants.js.map +0 -1
  4925. package/dist/tools/network/HttpFetchTool/prompt.d.ts +0 -2
  4926. package/dist/tools/network/HttpFetchTool/prompt.d.ts.map +0 -1
  4927. package/dist/tools/network/HttpFetchTool/prompt.js +0 -2
  4928. package/dist/tools/network/HttpFetchTool/prompt.js.map +0 -1
  4929. package/dist/tools/network/McpStdioTool/McpStdioTool.d.ts +0 -109
  4930. package/dist/tools/network/McpStdioTool/McpStdioTool.d.ts.map +0 -1
  4931. package/dist/tools/network/McpStdioTool/McpStdioTool.js +0 -121
  4932. package/dist/tools/network/McpStdioTool/McpStdioTool.js.map +0 -1
  4933. package/dist/tools/network/WebSearchTool/WebSearchTool.d.ts +0 -49
  4934. package/dist/tools/network/WebSearchTool/WebSearchTool.d.ts.map +0 -1
  4935. package/dist/tools/network/WebSearchTool/WebSearchTool.js +0 -100
  4936. package/dist/tools/network/WebSearchTool/WebSearchTool.js.map +0 -1
  4937. package/dist/tools/network/WebSearchTool/constants.d.ts +0 -6
  4938. package/dist/tools/network/WebSearchTool/constants.d.ts.map +0 -1
  4939. package/dist/tools/network/WebSearchTool/constants.js +0 -6
  4940. package/dist/tools/network/WebSearchTool/constants.js.map +0 -1
  4941. package/dist/tools/network/WebSearchTool/prompt.d.ts +0 -2
  4942. package/dist/tools/network/WebSearchTool/prompt.d.ts.map +0 -1
  4943. package/dist/tools/network/WebSearchTool/prompt.js +0 -2
  4944. package/dist/tools/network/WebSearchTool/prompt.js.map +0 -1
  4945. package/dist/tools/permission-grant-evaluator.d.ts +0 -22
  4946. package/dist/tools/permission-grant-evaluator.d.ts.map +0 -1
  4947. package/dist/tools/permission-grant-evaluator.js +0 -289
  4948. package/dist/tools/permission-grant-evaluator.js.map +0 -1
  4949. package/dist/tools/permission.d.ts +0 -42
  4950. package/dist/tools/permission.d.ts.map +0 -1
  4951. package/dist/tools/permission.js +0 -130
  4952. package/dist/tools/permission.js.map +0 -1
  4953. package/dist/tools/query/ArchitectureTool/ArchitectureTool.d.ts +0 -25
  4954. package/dist/tools/query/ArchitectureTool/ArchitectureTool.d.ts.map +0 -1
  4955. package/dist/tools/query/ArchitectureTool/ArchitectureTool.js +0 -100
  4956. package/dist/tools/query/ArchitectureTool/ArchitectureTool.js.map +0 -1
  4957. package/dist/tools/query/ArchitectureTool/constants.d.ts +0 -6
  4958. package/dist/tools/query/ArchitectureTool/constants.d.ts.map +0 -1
  4959. package/dist/tools/query/ArchitectureTool/constants.js +0 -6
  4960. package/dist/tools/query/ArchitectureTool/constants.js.map +0 -1
  4961. package/dist/tools/query/ArchitectureTool/prompt.d.ts +0 -2
  4962. package/dist/tools/query/ArchitectureTool/prompt.d.ts.map +0 -1
  4963. package/dist/tools/query/ArchitectureTool/prompt.js +0 -2
  4964. package/dist/tools/query/ArchitectureTool/prompt.js.map +0 -1
  4965. package/dist/tools/query/CodeReadContextTool/CodeReadContextTool.d.ts +0 -1051
  4966. package/dist/tools/query/CodeReadContextTool/CodeReadContextTool.d.ts.map +0 -1
  4967. package/dist/tools/query/CodeReadContextTool/CodeReadContextTool.js +0 -166
  4968. package/dist/tools/query/CodeReadContextTool/CodeReadContextTool.js.map +0 -1
  4969. package/dist/tools/query/CodeReadContextTool/constants.d.ts +0 -5
  4970. package/dist/tools/query/CodeReadContextTool/constants.d.ts.map +0 -1
  4971. package/dist/tools/query/CodeReadContextTool/constants.js +0 -5
  4972. package/dist/tools/query/CodeReadContextTool/constants.js.map +0 -1
  4973. package/dist/tools/query/CodeReadContextTool/prompt.d.ts +0 -2
  4974. package/dist/tools/query/CodeReadContextTool/prompt.d.ts.map +0 -1
  4975. package/dist/tools/query/CodeReadContextTool/prompt.js +0 -6
  4976. package/dist/tools/query/CodeReadContextTool/prompt.js.map +0 -1
  4977. package/dist/tools/query/CodeSearchRepairTool/CodeSearchRepairTool.d.ts +0 -125
  4978. package/dist/tools/query/CodeSearchRepairTool/CodeSearchRepairTool.d.ts.map +0 -1
  4979. package/dist/tools/query/CodeSearchRepairTool/CodeSearchRepairTool.js +0 -119
  4980. package/dist/tools/query/CodeSearchRepairTool/CodeSearchRepairTool.js.map +0 -1
  4981. package/dist/tools/query/CodeSearchRepairTool/constants.d.ts +0 -5
  4982. package/dist/tools/query/CodeSearchRepairTool/constants.d.ts.map +0 -1
  4983. package/dist/tools/query/CodeSearchRepairTool/constants.js +0 -5
  4984. package/dist/tools/query/CodeSearchRepairTool/constants.js.map +0 -1
  4985. package/dist/tools/query/CodeSearchRepairTool/prompt.d.ts +0 -2
  4986. package/dist/tools/query/CodeSearchRepairTool/prompt.d.ts.map +0 -1
  4987. package/dist/tools/query/CodeSearchRepairTool/prompt.js +0 -5
  4988. package/dist/tools/query/CodeSearchRepairTool/prompt.js.map +0 -1
  4989. package/dist/tools/query/CodeSearchTool/CodeSearchTool.d.ts +0 -123
  4990. package/dist/tools/query/CodeSearchTool/CodeSearchTool.d.ts.map +0 -1
  4991. package/dist/tools/query/CodeSearchTool/CodeSearchTool.js +0 -123
  4992. package/dist/tools/query/CodeSearchTool/CodeSearchTool.js.map +0 -1
  4993. package/dist/tools/query/CodeSearchTool/constants.d.ts +0 -5
  4994. package/dist/tools/query/CodeSearchTool/constants.d.ts.map +0 -1
  4995. package/dist/tools/query/CodeSearchTool/constants.js +0 -5
  4996. package/dist/tools/query/CodeSearchTool/constants.js.map +0 -1
  4997. package/dist/tools/query/CodeSearchTool/prompt.d.ts +0 -2
  4998. package/dist/tools/query/CodeSearchTool/prompt.d.ts.map +0 -1
  4999. package/dist/tools/query/CodeSearchTool/prompt.js +0 -6
  5000. package/dist/tools/query/CodeSearchTool/prompt.js.map +0 -1
  5001. package/dist/tools/query/ConfigTool/ConfigTool.d.ts +0 -25
  5002. package/dist/tools/query/ConfigTool/ConfigTool.d.ts.map +0 -1
  5003. package/dist/tools/query/ConfigTool/ConfigTool.js +0 -79
  5004. package/dist/tools/query/ConfigTool/ConfigTool.js.map +0 -1
  5005. package/dist/tools/query/ConfigTool/constants.d.ts +0 -6
  5006. package/dist/tools/query/ConfigTool/constants.d.ts.map +0 -1
  5007. package/dist/tools/query/ConfigTool/constants.js +0 -6
  5008. package/dist/tools/query/ConfigTool/constants.js.map +0 -1
  5009. package/dist/tools/query/ConfigTool/prompt.d.ts +0 -2
  5010. package/dist/tools/query/ConfigTool/prompt.d.ts.map +0 -1
  5011. package/dist/tools/query/ConfigTool/prompt.js +0 -2
  5012. package/dist/tools/query/ConfigTool/prompt.js.map +0 -1
  5013. package/dist/tools/query/GoalStateTool/GoalStateTool.d.ts +0 -36
  5014. package/dist/tools/query/GoalStateTool/GoalStateTool.d.ts.map +0 -1
  5015. package/dist/tools/query/GoalStateTool/GoalStateTool.js +0 -128
  5016. package/dist/tools/query/GoalStateTool/GoalStateTool.js.map +0 -1
  5017. package/dist/tools/query/GoalStateTool/constants.d.ts +0 -6
  5018. package/dist/tools/query/GoalStateTool/constants.d.ts.map +0 -1
  5019. package/dist/tools/query/GoalStateTool/constants.js +0 -6
  5020. package/dist/tools/query/GoalStateTool/constants.js.map +0 -1
  5021. package/dist/tools/query/GoalStateTool/prompt.d.ts +0 -2
  5022. package/dist/tools/query/GoalStateTool/prompt.d.ts.map +0 -1
  5023. package/dist/tools/query/GoalStateTool/prompt.js +0 -2
  5024. package/dist/tools/query/GoalStateTool/prompt.js.map +0 -1
  5025. package/dist/tools/query/KnowledgeQueryTool/KnowledgeQueryTool.d.ts +0 -61
  5026. package/dist/tools/query/KnowledgeQueryTool/KnowledgeQueryTool.d.ts.map +0 -1
  5027. package/dist/tools/query/KnowledgeQueryTool/KnowledgeQueryTool.js +0 -119
  5028. package/dist/tools/query/KnowledgeQueryTool/KnowledgeQueryTool.js.map +0 -1
  5029. package/dist/tools/query/KnowledgeQueryTool/constants.d.ts +0 -6
  5030. package/dist/tools/query/KnowledgeQueryTool/constants.d.ts.map +0 -1
  5031. package/dist/tools/query/KnowledgeQueryTool/constants.js +0 -6
  5032. package/dist/tools/query/KnowledgeQueryTool/constants.js.map +0 -1
  5033. package/dist/tools/query/KnowledgeQueryTool/prompt.d.ts +0 -2
  5034. package/dist/tools/query/KnowledgeQueryTool/prompt.d.ts.map +0 -1
  5035. package/dist/tools/query/KnowledgeQueryTool/prompt.js +0 -2
  5036. package/dist/tools/query/KnowledgeQueryTool/prompt.js.map +0 -1
  5037. package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.d.ts +0 -81
  5038. package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.d.ts.map +0 -1
  5039. package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.js +0 -110
  5040. package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.js.map +0 -1
  5041. package/dist/tools/query/MemoryRecallTool/constants.d.ts +0 -6
  5042. package/dist/tools/query/MemoryRecallTool/constants.d.ts.map +0 -1
  5043. package/dist/tools/query/MemoryRecallTool/constants.js +0 -6
  5044. package/dist/tools/query/MemoryRecallTool/constants.js.map +0 -1
  5045. package/dist/tools/query/MemoryRecallTool/prompt.d.ts +0 -2
  5046. package/dist/tools/query/MemoryRecallTool/prompt.d.ts.map +0 -1
  5047. package/dist/tools/query/MemoryRecallTool/prompt.js +0 -2
  5048. package/dist/tools/query/MemoryRecallTool/prompt.js.map +0 -1
  5049. package/dist/tools/query/PluginStateTool/PluginStateTool.d.ts +0 -28
  5050. package/dist/tools/query/PluginStateTool/PluginStateTool.d.ts.map +0 -1
  5051. package/dist/tools/query/PluginStateTool/PluginStateTool.js +0 -95
  5052. package/dist/tools/query/PluginStateTool/PluginStateTool.js.map +0 -1
  5053. package/dist/tools/query/PluginStateTool/constants.d.ts +0 -6
  5054. package/dist/tools/query/PluginStateTool/constants.d.ts.map +0 -1
  5055. package/dist/tools/query/PluginStateTool/constants.js +0 -6
  5056. package/dist/tools/query/PluginStateTool/constants.js.map +0 -1
  5057. package/dist/tools/query/PluginStateTool/prompt.d.ts +0 -2
  5058. package/dist/tools/query/PluginStateTool/prompt.d.ts.map +0 -1
  5059. package/dist/tools/query/PluginStateTool/prompt.js +0 -2
  5060. package/dist/tools/query/PluginStateTool/prompt.js.map +0 -1
  5061. package/dist/tools/query/ProgressHistoryTool/ProgressHistoryTool.d.ts +0 -57
  5062. package/dist/tools/query/ProgressHistoryTool/ProgressHistoryTool.d.ts.map +0 -1
  5063. package/dist/tools/query/ProgressHistoryTool/ProgressHistoryTool.js +0 -143
  5064. package/dist/tools/query/ProgressHistoryTool/ProgressHistoryTool.js.map +0 -1
  5065. package/dist/tools/query/ProgressHistoryTool/constants.d.ts +0 -6
  5066. package/dist/tools/query/ProgressHistoryTool/constants.d.ts.map +0 -1
  5067. package/dist/tools/query/ProgressHistoryTool/constants.js +0 -6
  5068. package/dist/tools/query/ProgressHistoryTool/constants.js.map +0 -1
  5069. package/dist/tools/query/ProgressHistoryTool/prompt.d.ts +0 -2
  5070. package/dist/tools/query/ProgressHistoryTool/prompt.d.ts.map +0 -1
  5071. package/dist/tools/query/ProgressHistoryTool/prompt.js +0 -2
  5072. package/dist/tools/query/ProgressHistoryTool/prompt.js.map +0 -1
  5073. package/dist/tools/query/SessionHistoryTool/SessionHistoryTool.d.ts +0 -47
  5074. package/dist/tools/query/SessionHistoryTool/SessionHistoryTool.d.ts.map +0 -1
  5075. package/dist/tools/query/SessionHistoryTool/SessionHistoryTool.js +0 -94
  5076. package/dist/tools/query/SessionHistoryTool/SessionHistoryTool.js.map +0 -1
  5077. package/dist/tools/query/SessionHistoryTool/constants.d.ts +0 -6
  5078. package/dist/tools/query/SessionHistoryTool/constants.d.ts.map +0 -1
  5079. package/dist/tools/query/SessionHistoryTool/constants.js +0 -6
  5080. package/dist/tools/query/SessionHistoryTool/constants.js.map +0 -1
  5081. package/dist/tools/query/SessionHistoryTool/prompt.d.ts +0 -2
  5082. package/dist/tools/query/SessionHistoryTool/prompt.d.ts.map +0 -1
  5083. package/dist/tools/query/SessionHistoryTool/prompt.js +0 -2
  5084. package/dist/tools/query/SessionHistoryTool/prompt.js.map +0 -1
  5085. package/dist/tools/query/SkillSearchTool/SkillSearchTool.d.ts +0 -28
  5086. package/dist/tools/query/SkillSearchTool/SkillSearchTool.d.ts.map +0 -1
  5087. package/dist/tools/query/SkillSearchTool/SkillSearchTool.js +0 -45
  5088. package/dist/tools/query/SkillSearchTool/SkillSearchTool.js.map +0 -1
  5089. package/dist/tools/query/SoilQueryTool/SoilQueryTool.d.ts +0 -125
  5090. package/dist/tools/query/SoilQueryTool/SoilQueryTool.d.ts.map +0 -1
  5091. package/dist/tools/query/SoilQueryTool/SoilQueryTool.js +0 -389
  5092. package/dist/tools/query/SoilQueryTool/SoilQueryTool.js.map +0 -1
  5093. package/dist/tools/query/SoilQueryTool/constants.d.ts +0 -8
  5094. package/dist/tools/query/SoilQueryTool/constants.d.ts.map +0 -1
  5095. package/dist/tools/query/SoilQueryTool/constants.js +0 -8
  5096. package/dist/tools/query/SoilQueryTool/constants.js.map +0 -1
  5097. package/dist/tools/query/SoilQueryTool/prompt.d.ts +0 -2
  5098. package/dist/tools/query/SoilQueryTool/prompt.d.ts.map +0 -1
  5099. package/dist/tools/query/SoilQueryTool/prompt.js +0 -2
  5100. package/dist/tools/query/SoilQueryTool/prompt.js.map +0 -1
  5101. package/dist/tools/query/TaskGetTool/TaskGetTool.d.ts +0 -35
  5102. package/dist/tools/query/TaskGetTool/TaskGetTool.d.ts.map +0 -1
  5103. package/dist/tools/query/TaskGetTool/TaskGetTool.js +0 -78
  5104. package/dist/tools/query/TaskGetTool/TaskGetTool.js.map +0 -1
  5105. package/dist/tools/query/TaskGetTool/constants.d.ts +0 -6
  5106. package/dist/tools/query/TaskGetTool/constants.d.ts.map +0 -1
  5107. package/dist/tools/query/TaskGetTool/constants.js +0 -6
  5108. package/dist/tools/query/TaskGetTool/constants.js.map +0 -1
  5109. package/dist/tools/query/TaskGetTool/prompt.d.ts +0 -2
  5110. package/dist/tools/query/TaskGetTool/prompt.d.ts.map +0 -1
  5111. package/dist/tools/query/TaskGetTool/prompt.js +0 -2
  5112. package/dist/tools/query/TaskGetTool/prompt.js.map +0 -1
  5113. package/dist/tools/query/TaskListTool/TaskListTool.d.ts +0 -58
  5114. package/dist/tools/query/TaskListTool/TaskListTool.d.ts.map +0 -1
  5115. package/dist/tools/query/TaskListTool/TaskListTool.js +0 -81
  5116. package/dist/tools/query/TaskListTool/TaskListTool.js.map +0 -1
  5117. package/dist/tools/query/TaskListTool/constants.d.ts +0 -6
  5118. package/dist/tools/query/TaskListTool/constants.d.ts.map +0 -1
  5119. package/dist/tools/query/TaskListTool/constants.js +0 -6
  5120. package/dist/tools/query/TaskListTool/constants.js.map +0 -1
  5121. package/dist/tools/query/TaskListTool/prompt.d.ts +0 -2
  5122. package/dist/tools/query/TaskListTool/prompt.d.ts.map +0 -1
  5123. package/dist/tools/query/TaskListTool/prompt.js +0 -2
  5124. package/dist/tools/query/TaskListTool/prompt.js.map +0 -1
  5125. package/dist/tools/query/ToolSearchTool/ToolSearchTool.d.ts +0 -40
  5126. package/dist/tools/query/ToolSearchTool/ToolSearchTool.d.ts.map +0 -1
  5127. package/dist/tools/query/ToolSearchTool/ToolSearchTool.js +0 -50
  5128. package/dist/tools/query/ToolSearchTool/ToolSearchTool.js.map +0 -1
  5129. package/dist/tools/query/ToolSearchTool/constants.d.ts +0 -6
  5130. package/dist/tools/query/ToolSearchTool/constants.d.ts.map +0 -1
  5131. package/dist/tools/query/ToolSearchTool/constants.js +0 -6
  5132. package/dist/tools/query/ToolSearchTool/constants.js.map +0 -1
  5133. package/dist/tools/query/ToolSearchTool/prompt.d.ts +0 -2
  5134. package/dist/tools/query/ToolSearchTool/prompt.d.ts.map +0 -1
  5135. package/dist/tools/query/ToolSearchTool/prompt.js +0 -2
  5136. package/dist/tools/query/ToolSearchTool/prompt.js.map +0 -1
  5137. package/dist/tools/query/TrustStateTool/TrustStateTool.d.ts +0 -33
  5138. package/dist/tools/query/TrustStateTool/TrustStateTool.d.ts.map +0 -1
  5139. package/dist/tools/query/TrustStateTool/TrustStateTool.js +0 -97
  5140. package/dist/tools/query/TrustStateTool/TrustStateTool.js.map +0 -1
  5141. package/dist/tools/query/TrustStateTool/constants.d.ts +0 -6
  5142. package/dist/tools/query/TrustStateTool/constants.d.ts.map +0 -1
  5143. package/dist/tools/query/TrustStateTool/constants.js +0 -6
  5144. package/dist/tools/query/TrustStateTool/constants.js.map +0 -1
  5145. package/dist/tools/query/TrustStateTool/prompt.d.ts +0 -2
  5146. package/dist/tools/query/TrustStateTool/prompt.d.ts.map +0 -1
  5147. package/dist/tools/query/TrustStateTool/prompt.js +0 -2
  5148. package/dist/tools/query/TrustStateTool/prompt.js.map +0 -1
  5149. package/dist/tools/query/code-search-root.d.ts +0 -8
  5150. package/dist/tools/query/code-search-root.d.ts.map +0 -1
  5151. package/dist/tools/query/code-search-root.js +0 -41
  5152. package/dist/tools/query/code-search-root.js.map +0 -1
  5153. package/dist/tools/query/runtime-dream-review-tool.d.ts +0 -34
  5154. package/dist/tools/query/runtime-dream-review-tool.d.ts.map +0 -1
  5155. package/dist/tools/query/runtime-dream-review-tool.js +0 -62
  5156. package/dist/tools/query/runtime-dream-review-tool.js.map +0 -1
  5157. package/dist/tools/query/runtime-session-tool-schemas.d.ts +0 -211
  5158. package/dist/tools/query/runtime-session-tool-schemas.d.ts.map +0 -1
  5159. package/dist/tools/query/runtime-session-tool-schemas.js +0 -83
  5160. package/dist/tools/query/runtime-session-tool-schemas.js.map +0 -1
  5161. package/dist/tools/query/runtime-session-tools.d.ts +0 -420
  5162. package/dist/tools/query/runtime-session-tools.d.ts.map +0 -1
  5163. package/dist/tools/query/runtime-session-tools.js +0 -924
  5164. package/dist/tools/query/runtime-session-tools.js.map +0 -1
  5165. package/dist/tools/registry.d.ts +0 -44
  5166. package/dist/tools/registry.d.ts.map +0 -1
  5167. package/dist/tools/registry.js +0 -134
  5168. package/dist/tools/registry.js.map +0 -1
  5169. package/dist/tools/runtime/LongRunningRuntimeTools.d.ts +0 -329
  5170. package/dist/tools/runtime/LongRunningRuntimeTools.d.ts.map +0 -1
  5171. package/dist/tools/runtime/LongRunningRuntimeTools.js +0 -711
  5172. package/dist/tools/runtime/LongRunningRuntimeTools.js.map +0 -1
  5173. package/dist/tools/runtime/RunSpecHandoffTools.d.ts +0 -12
  5174. package/dist/tools/runtime/RunSpecHandoffTools.d.ts.map +0 -1
  5175. package/dist/tools/runtime/RunSpecHandoffTools.js +0 -385
  5176. package/dist/tools/runtime/RunSpecHandoffTools.js.map +0 -1
  5177. package/dist/tools/runtime/SetupRuntimeControlTools.d.ts +0 -11
  5178. package/dist/tools/runtime/SetupRuntimeControlTools.d.ts.map +0 -1
  5179. package/dist/tools/runtime/SetupRuntimeControlTools.js +0 -627
  5180. package/dist/tools/runtime/SetupRuntimeControlTools.js.map +0 -1
  5181. package/dist/tools/runtime/long-running-report-render.d.ts +0 -5
  5182. package/dist/tools/runtime/long-running-report-render.d.ts.map +0 -1
  5183. package/dist/tools/runtime/long-running-report-render.js +0 -53
  5184. package/dist/tools/runtime/long-running-report-render.js.map +0 -1
  5185. package/dist/tools/runtime/long-running-runtime-paths.d.ts +0 -8
  5186. package/dist/tools/runtime/long-running-runtime-paths.d.ts.map +0 -1
  5187. package/dist/tools/runtime/long-running-runtime-paths.js +0 -77
  5188. package/dist/tools/runtime/long-running-runtime-paths.js.map +0 -1
  5189. package/dist/tools/runtime/long-running-runtime-schemas.d.ts +0 -515
  5190. package/dist/tools/runtime/long-running-runtime-schemas.d.ts.map +0 -1
  5191. package/dist/tools/runtime/long-running-runtime-schemas.js +0 -92
  5192. package/dist/tools/runtime/long-running-runtime-schemas.js.map +0 -1
  5193. package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts +0 -2184
  5194. package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts.map +0 -1
  5195. package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.js +0 -86
  5196. package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.js.map +0 -1
  5197. package/dist/tools/schedule/CreateScheduleTool/constants.d.ts +0 -5
  5198. package/dist/tools/schedule/CreateScheduleTool/constants.d.ts.map +0 -1
  5199. package/dist/tools/schedule/CreateScheduleTool/constants.js +0 -5
  5200. package/dist/tools/schedule/CreateScheduleTool/constants.js.map +0 -1
  5201. package/dist/tools/schedule/CreateScheduleTool/prompt.d.ts +0 -2
  5202. package/dist/tools/schedule/CreateScheduleTool/prompt.d.ts.map +0 -1
  5203. package/dist/tools/schedule/CreateScheduleTool/prompt.js +0 -2
  5204. package/dist/tools/schedule/CreateScheduleTool/prompt.js.map +0 -1
  5205. package/dist/tools/schedule/GetScheduleTool/GetScheduleTool.d.ts +0 -28
  5206. package/dist/tools/schedule/GetScheduleTool/GetScheduleTool.d.ts.map +0 -1
  5207. package/dist/tools/schedule/GetScheduleTool/GetScheduleTool.js +0 -66
  5208. package/dist/tools/schedule/GetScheduleTool/GetScheduleTool.js.map +0 -1
  5209. package/dist/tools/schedule/GetScheduleTool/constants.d.ts +0 -6
  5210. package/dist/tools/schedule/GetScheduleTool/constants.d.ts.map +0 -1
  5211. package/dist/tools/schedule/GetScheduleTool/constants.js +0 -6
  5212. package/dist/tools/schedule/GetScheduleTool/constants.js.map +0 -1
  5213. package/dist/tools/schedule/GetScheduleTool/prompt.d.ts +0 -2
  5214. package/dist/tools/schedule/GetScheduleTool/prompt.d.ts.map +0 -1
  5215. package/dist/tools/schedule/GetScheduleTool/prompt.js +0 -2
  5216. package/dist/tools/schedule/GetScheduleTool/prompt.js.map +0 -1
  5217. package/dist/tools/schedule/ListSchedulesTool/ListSchedulesTool.d.ts +0 -40
  5218. package/dist/tools/schedule/ListSchedulesTool/ListSchedulesTool.d.ts.map +0 -1
  5219. package/dist/tools/schedule/ListSchedulesTool/ListSchedulesTool.js +0 -83
  5220. package/dist/tools/schedule/ListSchedulesTool/ListSchedulesTool.js.map +0 -1
  5221. package/dist/tools/schedule/ListSchedulesTool/constants.d.ts +0 -6
  5222. package/dist/tools/schedule/ListSchedulesTool/constants.d.ts.map +0 -1
  5223. package/dist/tools/schedule/ListSchedulesTool/constants.js +0 -6
  5224. package/dist/tools/schedule/ListSchedulesTool/constants.js.map +0 -1
  5225. package/dist/tools/schedule/ListSchedulesTool/prompt.d.ts +0 -2
  5226. package/dist/tools/schedule/ListSchedulesTool/prompt.d.ts.map +0 -1
  5227. package/dist/tools/schedule/ListSchedulesTool/prompt.js +0 -2
  5228. package/dist/tools/schedule/ListSchedulesTool/prompt.js.map +0 -1
  5229. package/dist/tools/schedule/PauseScheduleTool/PauseScheduleTool.d.ts +0 -32
  5230. package/dist/tools/schedule/PauseScheduleTool/PauseScheduleTool.d.ts.map +0 -1
  5231. package/dist/tools/schedule/PauseScheduleTool/PauseScheduleTool.js +0 -81
  5232. package/dist/tools/schedule/PauseScheduleTool/PauseScheduleTool.js.map +0 -1
  5233. package/dist/tools/schedule/PauseScheduleTool/constants.d.ts +0 -5
  5234. package/dist/tools/schedule/PauseScheduleTool/constants.d.ts.map +0 -1
  5235. package/dist/tools/schedule/PauseScheduleTool/constants.js +0 -5
  5236. package/dist/tools/schedule/PauseScheduleTool/constants.js.map +0 -1
  5237. package/dist/tools/schedule/PauseScheduleTool/prompt.d.ts +0 -2
  5238. package/dist/tools/schedule/PauseScheduleTool/prompt.d.ts.map +0 -1
  5239. package/dist/tools/schedule/PauseScheduleTool/prompt.js +0 -2
  5240. package/dist/tools/schedule/PauseScheduleTool/prompt.js.map +0 -1
  5241. package/dist/tools/schedule/RemoveScheduleTool/RemoveScheduleTool.d.ts +0 -35
  5242. package/dist/tools/schedule/RemoveScheduleTool/RemoveScheduleTool.d.ts.map +0 -1
  5243. package/dist/tools/schedule/RemoveScheduleTool/RemoveScheduleTool.js +0 -87
  5244. package/dist/tools/schedule/RemoveScheduleTool/RemoveScheduleTool.js.map +0 -1
  5245. package/dist/tools/schedule/RemoveScheduleTool/constants.d.ts +0 -5
  5246. package/dist/tools/schedule/RemoveScheduleTool/constants.d.ts.map +0 -1
  5247. package/dist/tools/schedule/RemoveScheduleTool/constants.js +0 -5
  5248. package/dist/tools/schedule/RemoveScheduleTool/constants.js.map +0 -1
  5249. package/dist/tools/schedule/RemoveScheduleTool/prompt.d.ts +0 -2
  5250. package/dist/tools/schedule/RemoveScheduleTool/prompt.d.ts.map +0 -1
  5251. package/dist/tools/schedule/RemoveScheduleTool/prompt.js +0 -2
  5252. package/dist/tools/schedule/RemoveScheduleTool/prompt.js.map +0 -1
  5253. package/dist/tools/schedule/ResumeScheduleTool/ResumeScheduleTool.d.ts +0 -32
  5254. package/dist/tools/schedule/ResumeScheduleTool/ResumeScheduleTool.d.ts.map +0 -1
  5255. package/dist/tools/schedule/ResumeScheduleTool/ResumeScheduleTool.js +0 -81
  5256. package/dist/tools/schedule/ResumeScheduleTool/ResumeScheduleTool.js.map +0 -1
  5257. package/dist/tools/schedule/ResumeScheduleTool/constants.d.ts +0 -5
  5258. package/dist/tools/schedule/ResumeScheduleTool/constants.d.ts.map +0 -1
  5259. package/dist/tools/schedule/ResumeScheduleTool/constants.js +0 -5
  5260. package/dist/tools/schedule/ResumeScheduleTool/constants.js.map +0 -1
  5261. package/dist/tools/schedule/ResumeScheduleTool/prompt.d.ts +0 -2
  5262. package/dist/tools/schedule/ResumeScheduleTool/prompt.d.ts.map +0 -1
  5263. package/dist/tools/schedule/ResumeScheduleTool/prompt.js +0 -2
  5264. package/dist/tools/schedule/ResumeScheduleTool/prompt.js.map +0 -1
  5265. package/dist/tools/schedule/RunScheduleTool/RunScheduleTool.d.ts +0 -40
  5266. package/dist/tools/schedule/RunScheduleTool/RunScheduleTool.d.ts.map +0 -1
  5267. package/dist/tools/schedule/RunScheduleTool/RunScheduleTool.js +0 -126
  5268. package/dist/tools/schedule/RunScheduleTool/RunScheduleTool.js.map +0 -1
  5269. package/dist/tools/schedule/RunScheduleTool/constants.d.ts +0 -5
  5270. package/dist/tools/schedule/RunScheduleTool/constants.d.ts.map +0 -1
  5271. package/dist/tools/schedule/RunScheduleTool/constants.js +0 -5
  5272. package/dist/tools/schedule/RunScheduleTool/constants.js.map +0 -1
  5273. package/dist/tools/schedule/RunScheduleTool/prompt.d.ts +0 -2
  5274. package/dist/tools/schedule/RunScheduleTool/prompt.d.ts.map +0 -1
  5275. package/dist/tools/schedule/RunScheduleTool/prompt.js +0 -2
  5276. package/dist/tools/schedule/RunScheduleTool/prompt.js.map +0 -1
  5277. package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts +0 -1306
  5278. package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts.map +0 -1
  5279. package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.js +0 -118
  5280. package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.js.map +0 -1
  5281. package/dist/tools/schedule/UpdateScheduleTool/constants.d.ts +0 -5
  5282. package/dist/tools/schedule/UpdateScheduleTool/constants.d.ts.map +0 -1
  5283. package/dist/tools/schedule/UpdateScheduleTool/constants.js +0 -5
  5284. package/dist/tools/schedule/UpdateScheduleTool/constants.js.map +0 -1
  5285. package/dist/tools/schedule/UpdateScheduleTool/prompt.d.ts +0 -2
  5286. package/dist/tools/schedule/UpdateScheduleTool/prompt.d.ts.map +0 -1
  5287. package/dist/tools/schedule/UpdateScheduleTool/prompt.js +0 -2
  5288. package/dist/tools/schedule/UpdateScheduleTool/prompt.js.map +0 -1
  5289. package/dist/tools/schedule/schedule-tool-input-schemas.d.ts +0 -611
  5290. package/dist/tools/schedule/schedule-tool-input-schemas.d.ts.map +0 -1
  5291. package/dist/tools/schedule/schedule-tool-input-schemas.js +0 -152
  5292. package/dist/tools/schedule/schedule-tool-input-schemas.js.map +0 -1
  5293. package/dist/tools/shared/parse-tool-output.d.ts +0 -18
  5294. package/dist/tools/shared/parse-tool-output.d.ts.map +0 -1
  5295. package/dist/tools/shared/parse-tool-output.js +0 -56
  5296. package/dist/tools/shared/parse-tool-output.js.map +0 -1
  5297. package/dist/tools/system/EnvTool/EnvTool.d.ts +0 -35
  5298. package/dist/tools/system/EnvTool/EnvTool.d.ts.map +0 -1
  5299. package/dist/tools/system/EnvTool/EnvTool.js +0 -127
  5300. package/dist/tools/system/EnvTool/EnvTool.js.map +0 -1
  5301. package/dist/tools/system/EnvTool/constants.d.ts +0 -6
  5302. package/dist/tools/system/EnvTool/constants.d.ts.map +0 -1
  5303. package/dist/tools/system/EnvTool/constants.js +0 -6
  5304. package/dist/tools/system/EnvTool/constants.js.map +0 -1
  5305. package/dist/tools/system/EnvTool/prompt.d.ts +0 -2
  5306. package/dist/tools/system/EnvTool/prompt.d.ts.map +0 -1
  5307. package/dist/tools/system/EnvTool/prompt.js +0 -2
  5308. package/dist/tools/system/EnvTool/prompt.js.map +0 -1
  5309. package/dist/tools/system/GitDiffTool/GitDiffTool.d.ts +0 -43
  5310. package/dist/tools/system/GitDiffTool/GitDiffTool.d.ts.map +0 -1
  5311. package/dist/tools/system/GitDiffTool/GitDiffTool.js +0 -134
  5312. package/dist/tools/system/GitDiffTool/GitDiffTool.js.map +0 -1
  5313. package/dist/tools/system/GitDiffTool/constants.d.ts +0 -6
  5314. package/dist/tools/system/GitDiffTool/constants.d.ts.map +0 -1
  5315. package/dist/tools/system/GitDiffTool/constants.js +0 -6
  5316. package/dist/tools/system/GitDiffTool/constants.js.map +0 -1
  5317. package/dist/tools/system/GitDiffTool/prompt.d.ts +0 -2
  5318. package/dist/tools/system/GitDiffTool/prompt.d.ts.map +0 -1
  5319. package/dist/tools/system/GitDiffTool/prompt.js +0 -2
  5320. package/dist/tools/system/GitDiffTool/prompt.js.map +0 -1
  5321. package/dist/tools/system/GitLogTool/GitLogTool.d.ts +0 -61
  5322. package/dist/tools/system/GitLogTool/GitLogTool.d.ts.map +0 -1
  5323. package/dist/tools/system/GitLogTool/GitLogTool.js +0 -114
  5324. package/dist/tools/system/GitLogTool/GitLogTool.js.map +0 -1
  5325. package/dist/tools/system/GitLogTool/constants.d.ts +0 -6
  5326. package/dist/tools/system/GitLogTool/constants.d.ts.map +0 -1
  5327. package/dist/tools/system/GitLogTool/constants.js +0 -6
  5328. package/dist/tools/system/GitLogTool/constants.js.map +0 -1
  5329. package/dist/tools/system/GitLogTool/prompt.d.ts +0 -2
  5330. package/dist/tools/system/GitLogTool/prompt.d.ts.map +0 -1
  5331. package/dist/tools/system/GitLogTool/prompt.js +0 -2
  5332. package/dist/tools/system/GitLogTool/prompt.js.map +0 -1
  5333. package/dist/tools/system/ProcessSessionTool/ProcessSessionTool.d.ts +0 -252
  5334. package/dist/tools/system/ProcessSessionTool/ProcessSessionTool.d.ts.map +0 -1
  5335. package/dist/tools/system/ProcessSessionTool/ProcessSessionTool.js +0 -479
  5336. package/dist/tools/system/ProcessSessionTool/ProcessSessionTool.js.map +0 -1
  5337. package/dist/tools/system/ProcessStatusTool/ProcessStatusTool.d.ts +0 -61
  5338. package/dist/tools/system/ProcessStatusTool/ProcessStatusTool.d.ts.map +0 -1
  5339. package/dist/tools/system/ProcessStatusTool/ProcessStatusTool.js +0 -180
  5340. package/dist/tools/system/ProcessStatusTool/ProcessStatusTool.js.map +0 -1
  5341. package/dist/tools/system/ProcessStatusTool/constants.d.ts +0 -6
  5342. package/dist/tools/system/ProcessStatusTool/constants.d.ts.map +0 -1
  5343. package/dist/tools/system/ProcessStatusTool/constants.js +0 -6
  5344. package/dist/tools/system/ProcessStatusTool/constants.js.map +0 -1
  5345. package/dist/tools/system/ProcessStatusTool/prompt.d.ts +0 -2
  5346. package/dist/tools/system/ProcessStatusTool/prompt.d.ts.map +0 -1
  5347. package/dist/tools/system/ProcessStatusTool/prompt.js +0 -2
  5348. package/dist/tools/system/ProcessStatusTool/prompt.js.map +0 -1
  5349. package/dist/tools/system/ShellCommandTool/ShellCommandTool.d.ts +0 -44
  5350. package/dist/tools/system/ShellCommandTool/ShellCommandTool.d.ts.map +0 -1
  5351. package/dist/tools/system/ShellCommandTool/ShellCommandTool.js +0 -46
  5352. package/dist/tools/system/ShellCommandTool/ShellCommandTool.js.map +0 -1
  5353. package/dist/tools/system/ShellTool/ShellTool.d.ts +0 -51
  5354. package/dist/tools/system/ShellTool/ShellTool.d.ts.map +0 -1
  5355. package/dist/tools/system/ShellTool/ShellTool.js +0 -91
  5356. package/dist/tools/system/ShellTool/ShellTool.js.map +0 -1
  5357. package/dist/tools/system/ShellTool/command-policy.d.ts +0 -18
  5358. package/dist/tools/system/ShellTool/command-policy.d.ts.map +0 -1
  5359. package/dist/tools/system/ShellTool/command-policy.js +0 -459
  5360. package/dist/tools/system/ShellTool/command-policy.js.map +0 -1
  5361. package/dist/tools/system/ShellTool/constants.d.ts +0 -5
  5362. package/dist/tools/system/ShellTool/constants.d.ts.map +0 -1
  5363. package/dist/tools/system/ShellTool/constants.js +0 -5
  5364. package/dist/tools/system/ShellTool/constants.js.map +0 -1
  5365. package/dist/tools/system/ShellTool/prompt.d.ts +0 -2
  5366. package/dist/tools/system/ShellTool/prompt.d.ts.map +0 -1
  5367. package/dist/tools/system/ShellTool/prompt.js +0 -2
  5368. package/dist/tools/system/ShellTool/prompt.js.map +0 -1
  5369. package/dist/tools/system/SleepTool/SleepTool.d.ts +0 -35
  5370. package/dist/tools/system/SleepTool/SleepTool.d.ts.map +0 -1
  5371. package/dist/tools/system/SleepTool/SleepTool.js +0 -50
  5372. package/dist/tools/system/SleepTool/SleepTool.js.map +0 -1
  5373. package/dist/tools/system/SleepTool/constants.d.ts +0 -6
  5374. package/dist/tools/system/SleepTool/constants.d.ts.map +0 -1
  5375. package/dist/tools/system/SleepTool/constants.js +0 -6
  5376. package/dist/tools/system/SleepTool/constants.js.map +0 -1
  5377. package/dist/tools/system/SleepTool/prompt.d.ts +0 -2
  5378. package/dist/tools/system/SleepTool/prompt.d.ts.map +0 -1
  5379. package/dist/tools/system/SleepTool/prompt.js +0 -2
  5380. package/dist/tools/system/SleepTool/prompt.js.map +0 -1
  5381. package/dist/tools/system/TestRunnerTool/TestRunnerTool.d.ts +0 -55
  5382. package/dist/tools/system/TestRunnerTool/TestRunnerTool.d.ts.map +0 -1
  5383. package/dist/tools/system/TestRunnerTool/TestRunnerTool.js +0 -343
  5384. package/dist/tools/system/TestRunnerTool/TestRunnerTool.js.map +0 -1
  5385. package/dist/tools/system/TestRunnerTool/constants.d.ts +0 -5
  5386. package/dist/tools/system/TestRunnerTool/constants.d.ts.map +0 -1
  5387. package/dist/tools/system/TestRunnerTool/constants.js +0 -5
  5388. package/dist/tools/system/TestRunnerTool/constants.js.map +0 -1
  5389. package/dist/tools/system/TestRunnerTool/prompt.d.ts +0 -2
  5390. package/dist/tools/system/TestRunnerTool/prompt.d.ts.map +0 -1
  5391. package/dist/tools/system/TestRunnerTool/prompt.js +0 -2
  5392. package/dist/tools/system/TestRunnerTool/prompt.js.map +0 -1
  5393. package/dist/tools/system/UpdatePlanTool/UpdatePlanTool.d.ts +0 -61
  5394. package/dist/tools/system/UpdatePlanTool/UpdatePlanTool.d.ts.map +0 -1
  5395. package/dist/tools/system/UpdatePlanTool/UpdatePlanTool.js +0 -44
  5396. package/dist/tools/system/UpdatePlanTool/UpdatePlanTool.js.map +0 -1
  5397. package/dist/tools/system/test-runner.d.ts +0 -3
  5398. package/dist/tools/system/test-runner.d.ts.map +0 -1
  5399. package/dist/tools/system/test-runner.js +0 -2
  5400. package/dist/tools/system/test-runner.js.map +0 -1
  5401. package/dist/tools/tool-definition-adapter.d.ts +0 -20
  5402. package/dist/tools/tool-definition-adapter.d.ts.map +0 -1
  5403. package/dist/tools/tool-definition-adapter.js +0 -221
  5404. package/dist/tools/tool-definition-adapter.js.map +0 -1
  5405. package/dist/tools/types.d.ts +0 -411
  5406. package/dist/tools/types.d.ts.map +0 -1
  5407. package/dist/tools/types.js +0 -139
  5408. package/dist/tools/types.js.map +0 -1
  5409. package/dist/tools/workspace-scope.d.ts +0 -11
  5410. package/dist/tools/workspace-scope.d.ts.map +0 -1
  5411. package/dist/tools/workspace-scope.js +0 -77
  5412. package/dist/tools/workspace-scope.js.map +0 -1
@@ -1,2682 +0,0 @@
1
- import { z } from "zod";
2
- export declare const DaemonConfigSchema: z.ZodEffects<z.ZodObject<{
3
- runtime_journal_v2: z.ZodDefault<z.ZodBoolean>;
4
- check_interval_ms: z.ZodDefault<z.ZodNumber>;
5
- pid_file: z.ZodDefault<z.ZodString>;
6
- log_dir: z.ZodDefault<z.ZodString>;
7
- runtime_root: z.ZodOptional<z.ZodString>;
8
- workspace_path: z.ZodOptional<z.ZodString>;
9
- log_rotation: z.ZodDefault<z.ZodObject<{
10
- max_size_mb: z.ZodDefault<z.ZodNumber>;
11
- max_files: z.ZodDefault<z.ZodNumber>;
12
- }, "strip", z.ZodTypeAny, {
13
- max_size_mb: number;
14
- max_files: number;
15
- }, {
16
- max_size_mb?: number | undefined;
17
- max_files?: number | undefined;
18
- }>>;
19
- crash_recovery: z.ZodDefault<z.ZodObject<{
20
- enabled: z.ZodDefault<z.ZodBoolean>;
21
- max_retries: z.ZodDefault<z.ZodNumber>;
22
- retry_delay_ms: z.ZodDefault<z.ZodNumber>;
23
- graceful_shutdown_timeout_ms: z.ZodOptional<z.ZodNumber>;
24
- }, "strip", z.ZodTypeAny, {
25
- enabled: boolean;
26
- max_retries: number;
27
- retry_delay_ms: number;
28
- graceful_shutdown_timeout_ms?: number | undefined;
29
- }, {
30
- enabled?: boolean | undefined;
31
- max_retries?: number | undefined;
32
- retry_delay_ms?: number | undefined;
33
- graceful_shutdown_timeout_ms?: number | undefined;
34
- }>>;
35
- goal_intervals: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
36
- iterations_per_cycle: z.ZodDefault<z.ZodNumber>;
37
- max_concurrent_goals: z.ZodDefault<z.ZodNumber>;
38
- event_server_port: z.ZodDefault<z.ZodNumber>;
39
- gateway: z.ZodDefault<z.ZodObject<{
40
- slack: z.ZodDefault<z.ZodObject<{
41
- enabled: z.ZodDefault<z.ZodBoolean>;
42
- signing_secret: z.ZodOptional<z.ZodString>;
43
- bot_token: z.ZodOptional<z.ZodString>;
44
- path: z.ZodDefault<z.ZodString>;
45
- channel_goal_map: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
46
- }, "strip", z.ZodTypeAny, {
47
- path: string;
48
- enabled: boolean;
49
- channel_goal_map: Record<string, string>;
50
- signing_secret?: string | undefined;
51
- bot_token?: string | undefined;
52
- }, {
53
- path?: string | undefined;
54
- enabled?: boolean | undefined;
55
- signing_secret?: string | undefined;
56
- bot_token?: string | undefined;
57
- channel_goal_map?: Record<string, string> | undefined;
58
- }>>;
59
- }, "strip", z.ZodTypeAny, {
60
- slack: {
61
- path: string;
62
- enabled: boolean;
63
- channel_goal_map: Record<string, string>;
64
- signing_secret?: string | undefined;
65
- bot_token?: string | undefined;
66
- };
67
- }, {
68
- slack?: {
69
- path?: string | undefined;
70
- enabled?: boolean | undefined;
71
- signing_secret?: string | undefined;
72
- bot_token?: string | undefined;
73
- channel_goal_map?: Record<string, string> | undefined;
74
- } | undefined;
75
- }>>;
76
- proactive_mode: z.ZodDefault<z.ZodBoolean>;
77
- run_policy: z.ZodDefault<z.ZodObject<{
78
- mode: z.ZodDefault<z.ZodEnum<["bounded", "resident"]>>;
79
- max_iterations: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
80
- }, "strip", z.ZodTypeAny, {
81
- mode: "bounded" | "resident";
82
- max_iterations: number | null;
83
- }, {
84
- mode?: "bounded" | "resident" | undefined;
85
- max_iterations?: number | null | undefined;
86
- }>>;
87
- proactive_interval_ms: z.ZodDefault<z.ZodNumber>;
88
- goal_review_interval_ms: z.ZodDefault<z.ZodNumber>;
89
- adaptive_sleep: z.ZodDefault<z.ZodObject<{
90
- enabled: z.ZodDefault<z.ZodBoolean>;
91
- min_interval_ms: z.ZodDefault<z.ZodNumber>;
92
- max_interval_ms: z.ZodDefault<z.ZodNumber>;
93
- night_start_hour: z.ZodDefault<z.ZodNumber>;
94
- night_end_hour: z.ZodDefault<z.ZodNumber>;
95
- night_multiplier: z.ZodDefault<z.ZodNumber>;
96
- }, "strip", z.ZodTypeAny, {
97
- enabled: boolean;
98
- min_interval_ms: number;
99
- max_interval_ms: number;
100
- night_start_hour: number;
101
- night_end_hour: number;
102
- night_multiplier: number;
103
- }, {
104
- enabled?: boolean | undefined;
105
- min_interval_ms?: number | undefined;
106
- max_interval_ms?: number | undefined;
107
- night_start_hour?: number | undefined;
108
- night_end_hour?: number | undefined;
109
- night_multiplier?: number | undefined;
110
- }>>;
111
- }, "strip", z.ZodTypeAny, {
112
- gateway: {
113
- slack: {
114
- path: string;
115
- enabled: boolean;
116
- channel_goal_map: Record<string, string>;
117
- signing_secret?: string | undefined;
118
- bot_token?: string | undefined;
119
- };
120
- };
121
- run_policy: {
122
- mode: "bounded" | "resident";
123
- max_iterations: number | null;
124
- };
125
- iterations_per_cycle: number;
126
- runtime_journal_v2: boolean;
127
- check_interval_ms: number;
128
- pid_file: string;
129
- log_dir: string;
130
- log_rotation: {
131
- max_size_mb: number;
132
- max_files: number;
133
- };
134
- crash_recovery: {
135
- enabled: boolean;
136
- max_retries: number;
137
- retry_delay_ms: number;
138
- graceful_shutdown_timeout_ms?: number | undefined;
139
- };
140
- max_concurrent_goals: number;
141
- event_server_port: number;
142
- proactive_mode: boolean;
143
- proactive_interval_ms: number;
144
- goal_review_interval_ms: number;
145
- adaptive_sleep: {
146
- enabled: boolean;
147
- min_interval_ms: number;
148
- max_interval_ms: number;
149
- night_start_hour: number;
150
- night_end_hour: number;
151
- night_multiplier: number;
152
- };
153
- runtime_root?: string | undefined;
154
- workspace_path?: string | undefined;
155
- goal_intervals?: Record<string, number> | undefined;
156
- }, {
157
- gateway?: {
158
- slack?: {
159
- path?: string | undefined;
160
- enabled?: boolean | undefined;
161
- signing_secret?: string | undefined;
162
- bot_token?: string | undefined;
163
- channel_goal_map?: Record<string, string> | undefined;
164
- } | undefined;
165
- } | undefined;
166
- run_policy?: {
167
- mode?: "bounded" | "resident" | undefined;
168
- max_iterations?: number | null | undefined;
169
- } | undefined;
170
- iterations_per_cycle?: number | undefined;
171
- runtime_journal_v2?: boolean | undefined;
172
- check_interval_ms?: number | undefined;
173
- pid_file?: string | undefined;
174
- log_dir?: string | undefined;
175
- runtime_root?: string | undefined;
176
- workspace_path?: string | undefined;
177
- log_rotation?: {
178
- max_size_mb?: number | undefined;
179
- max_files?: number | undefined;
180
- } | undefined;
181
- crash_recovery?: {
182
- enabled?: boolean | undefined;
183
- max_retries?: number | undefined;
184
- retry_delay_ms?: number | undefined;
185
- graceful_shutdown_timeout_ms?: number | undefined;
186
- } | undefined;
187
- goal_intervals?: Record<string, number> | undefined;
188
- max_concurrent_goals?: number | undefined;
189
- event_server_port?: number | undefined;
190
- proactive_mode?: boolean | undefined;
191
- proactive_interval_ms?: number | undefined;
192
- goal_review_interval_ms?: number | undefined;
193
- adaptive_sleep?: {
194
- enabled?: boolean | undefined;
195
- min_interval_ms?: number | undefined;
196
- max_interval_ms?: number | undefined;
197
- night_start_hour?: number | undefined;
198
- night_end_hour?: number | undefined;
199
- night_multiplier?: number | undefined;
200
- } | undefined;
201
- }>, {
202
- gateway: {
203
- slack: {
204
- path: string;
205
- enabled: boolean;
206
- channel_goal_map: Record<string, string>;
207
- signing_secret?: string | undefined;
208
- bot_token?: string | undefined;
209
- };
210
- };
211
- run_policy: {
212
- mode: "bounded" | "resident";
213
- max_iterations: number | null;
214
- };
215
- iterations_per_cycle: number;
216
- runtime_journal_v2: boolean;
217
- check_interval_ms: number;
218
- pid_file: string;
219
- log_dir: string;
220
- log_rotation: {
221
- max_size_mb: number;
222
- max_files: number;
223
- };
224
- crash_recovery: {
225
- enabled: boolean;
226
- max_retries: number;
227
- retry_delay_ms: number;
228
- graceful_shutdown_timeout_ms?: number | undefined;
229
- };
230
- max_concurrent_goals: number;
231
- event_server_port: number;
232
- proactive_mode: boolean;
233
- proactive_interval_ms: number;
234
- goal_review_interval_ms: number;
235
- adaptive_sleep: {
236
- enabled: boolean;
237
- min_interval_ms: number;
238
- max_interval_ms: number;
239
- night_start_hour: number;
240
- night_end_hour: number;
241
- night_multiplier: number;
242
- };
243
- runtime_root?: string | undefined;
244
- workspace_path?: string | undefined;
245
- goal_intervals?: Record<string, number> | undefined;
246
- }, unknown>;
247
- export type DaemonConfig = z.infer<typeof DaemonConfigSchema>;
248
- export declare const ResidentActivitySchema: z.ZodObject<{
249
- intervention_id: z.ZodOptional<z.ZodString>;
250
- kind: z.ZodEnum<["sleep", "suggestion", "negotiation", "curiosity", "dream", "observation", "skipped", "error"]>;
251
- trigger: z.ZodDefault<z.ZodEnum<["proactive_tick", "schedule", "external"]>>;
252
- summary: z.ZodString;
253
- recorded_at: z.ZodString;
254
- suggestion_title: z.ZodOptional<z.ZodString>;
255
- goal_id: z.ZodOptional<z.ZodString>;
256
- surface_id: z.ZodOptional<z.ZodString>;
257
- surface_included_count: z.ZodOptional<z.ZodNumber>;
258
- surface_excluded_count: z.ZodOptional<z.ZodNumber>;
259
- surface_inspection: z.ZodOptional<z.ZodObject<{
260
- target: z.ZodEnum<["chat", "tui", "cli", "daemon", "gateway", "gui", "agent_loop", "core_loop"]>;
261
- inspection: z.ZodObject<{
262
- surface_id: z.ZodString;
263
- version: z.ZodNumber;
264
- target: z.ZodEnum<["chat", "tui", "cli", "daemon", "gateway", "gui", "agent_loop", "core_loop"]>;
265
- scope: z.ZodObject<{
266
- kind: z.ZodEnum<["conversation", "task", "runtime_item", "inspection", "session_resume"]>;
267
- ref: z.ZodString;
268
- }, "strict", z.ZodTypeAny, {
269
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
270
- ref: string;
271
- }, {
272
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
273
- ref: string;
274
- }>;
275
- source_refs: z.ZodArray<z.ZodObject<{
276
- kind: z.ZodEnum<["memory_record", "permission_grant", "runtime_item", "agenda_item", "urge_candidate", "outcome_decision", "expression_decision", "memory_write_candidate", "session_resume_attempt", "audit_trace"]>;
277
- ref: z.ZodString;
278
- owning_store_ref: z.ZodOptional<z.ZodObject<{
279
- kind: z.ZodEnum<["relationship_profile", "profile_proposal", "runtime_session", "soil", "knowledge", "dream_seed"]>;
280
- store_ref: z.ZodString;
281
- record_ref: z.ZodString;
282
- schema_version: z.ZodDefault<z.ZodNumber>;
283
- }, "strict", z.ZodTypeAny, {
284
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
285
- schema_version: number;
286
- store_ref: string;
287
- record_ref: string;
288
- }, {
289
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
290
- store_ref: string;
291
- record_ref: string;
292
- schema_version?: number | undefined;
293
- }>>;
294
- content_state: z.ZodDefault<z.ZodEnum<["materialized", "redacted"]>>;
295
- lifecycle: z.ZodOptional<z.ZodEnum<["active", "planted", "matured", "decayed", "retired", "suppressed", "superseded", "retracted", "tombstoned", "deleted", "archived"]>>;
296
- correction_state: z.ZodOptional<z.ZodEnum<["current", "under_review", "corrected", "superseded", "retracted", "deleted"]>>;
297
- superseded_by_memory_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
298
- surface_ref: z.ZodOptional<z.ZodString>;
299
- }, "strict", z.ZodTypeAny, {
300
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
301
- ref: string;
302
- content_state: "materialized" | "redacted";
303
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
304
- owning_store_ref?: {
305
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
306
- schema_version: number;
307
- store_ref: string;
308
- record_ref: string;
309
- } | undefined;
310
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
311
- superseded_by_memory_id?: string | null | undefined;
312
- surface_ref?: string | undefined;
313
- }, {
314
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
315
- ref: string;
316
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
317
- owning_store_ref?: {
318
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
319
- store_ref: string;
320
- record_ref: string;
321
- schema_version?: number | undefined;
322
- } | undefined;
323
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
324
- superseded_by_memory_id?: string | null | undefined;
325
- content_state?: "materialized" | "redacted" | undefined;
326
- surface_ref?: string | undefined;
327
- }>, "many">;
328
- gate_outcomes: z.ZodArray<z.ZodObject<{
329
- gate: z.ZodEnum<["scope", "lifecycle", "staleness", "sensitivity", "permission", "allowed_use", "forbidden_use", "projection", "audit"]>;
330
- status: z.ZodEnum<["passed", "blocked", "unknown"]>;
331
- reason_ref: z.ZodOptional<z.ZodString>;
332
- evaluated_at: z.ZodString;
333
- }, "strict", z.ZodTypeAny, {
334
- status: "unknown" | "blocked" | "passed";
335
- evaluated_at: string;
336
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
337
- reason_ref?: string | undefined;
338
- }, {
339
- status: "unknown" | "blocked" | "passed";
340
- evaluated_at: string;
341
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
342
- reason_ref?: string | undefined;
343
- }>, "many">;
344
- included_summaries: z.ZodDefault<z.ZodArray<z.ZodObject<{
345
- lane: z.ZodEnum<["knowledge", "work_memory", "relationship", "boundary", "promise", "tension", "anti_memory"]>;
346
- memory_id: z.ZodString;
347
- record_kind: z.ZodEnum<["stable_profile_fact", "preference", "routine", "boundary", "intervention_policy", "episodic_event", "promise", "correction", "relationship_posture", "consent_scope", "work_commitment", "project_fact", "knowledge_fact", "open_tension", "anti_memory_rule", "seed_candidate"]>;
348
- use_class: z.ZodEnum<["runtime_grounding", "design_grounding", "behavioral_inhibition", "attention_prioritization", "expression_mode_selection", "tone_adaptation", "goal_planning", "ask_for_confirmation", "proactive_action_candidate", "user_facing_reference", "memory_write_candidate", "surface_projection", "never_use_directly"]>;
349
- summary_ref: z.ZodString;
350
- }, "strict", z.ZodTypeAny, {
351
- memory_id: string;
352
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
353
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
354
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
355
- summary_ref: string;
356
- }, {
357
- memory_id: string;
358
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
359
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
360
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
361
- summary_ref: string;
362
- }>, "many">>;
363
- excluded_summaries: z.ZodDefault<z.ZodArray<z.ZodObject<{
364
- lane: z.ZodLiteral<"exclusion">;
365
- memory_id: z.ZodString;
366
- requested_use: z.ZodUnion<[z.ZodEnum<["runtime_grounding", "design_grounding", "behavioral_inhibition", "attention_prioritization", "expression_mode_selection", "tone_adaptation", "goal_planning", "ask_for_confirmation", "proactive_action_candidate", "user_facing_reference", "memory_write_candidate", "surface_projection", "never_use_directly"]>, z.ZodEnum<["user_personality_labeling", "diagnosis", "motivation_claim", "emotional_leverage", "engagement_optimization", "attachment_optimization", "proactive_trigger", "side_effect_authorization", "stale_session_authorization", "raw_prompt_injection", "cross_scope_reuse"]>]>;
367
- blocked_by: z.ZodArray<z.ZodEnum<["scope", "lifecycle", "staleness", "sensitivity", "permission", "allowed_use", "forbidden_use", "projection", "audit"]>, "many">;
368
- redaction_ref: z.ZodOptional<z.ZodString>;
369
- inhibition_ref: z.ZodOptional<z.ZodString>;
370
- }, "strict", z.ZodTypeAny, {
371
- memory_id: string;
372
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
373
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
374
- lane: "exclusion";
375
- redaction_ref?: string | undefined;
376
- inhibition_ref?: string | undefined;
377
- }, {
378
- memory_id: string;
379
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
380
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
381
- lane: "exclusion";
382
- redaction_ref?: string | undefined;
383
- inhibition_ref?: string | undefined;
384
- }>, "many">>;
385
- redacted_audit_refs: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
386
- invalidation_state: z.ZodEnum<["valid", "invalid", "unknown"]>;
387
- }, "strict", z.ZodTypeAny, {
388
- source_refs: {
389
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
390
- ref: string;
391
- content_state: "materialized" | "redacted";
392
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
393
- owning_store_ref?: {
394
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
395
- schema_version: number;
396
- store_ref: string;
397
- record_ref: string;
398
- } | undefined;
399
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
400
- superseded_by_memory_id?: string | null | undefined;
401
- surface_ref?: string | undefined;
402
- }[];
403
- scope: {
404
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
405
- ref: string;
406
- };
407
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
408
- version: number;
409
- invalidation_state: "valid" | "unknown" | "invalid";
410
- surface_id: string;
411
- gate_outcomes: {
412
- status: "unknown" | "blocked" | "passed";
413
- evaluated_at: string;
414
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
415
- reason_ref?: string | undefined;
416
- }[];
417
- included_summaries: {
418
- memory_id: string;
419
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
420
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
421
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
422
- summary_ref: string;
423
- }[];
424
- excluded_summaries: {
425
- memory_id: string;
426
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
427
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
428
- lane: "exclusion";
429
- redaction_ref?: string | undefined;
430
- inhibition_ref?: string | undefined;
431
- }[];
432
- redacted_audit_refs: string[];
433
- }, {
434
- source_refs: {
435
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
436
- ref: string;
437
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
438
- owning_store_ref?: {
439
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
440
- store_ref: string;
441
- record_ref: string;
442
- schema_version?: number | undefined;
443
- } | undefined;
444
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
445
- superseded_by_memory_id?: string | null | undefined;
446
- content_state?: "materialized" | "redacted" | undefined;
447
- surface_ref?: string | undefined;
448
- }[];
449
- scope: {
450
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
451
- ref: string;
452
- };
453
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
454
- version: number;
455
- invalidation_state: "valid" | "unknown" | "invalid";
456
- surface_id: string;
457
- gate_outcomes: {
458
- status: "unknown" | "blocked" | "passed";
459
- evaluated_at: string;
460
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
461
- reason_ref?: string | undefined;
462
- }[];
463
- included_summaries?: {
464
- memory_id: string;
465
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
466
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
467
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
468
- summary_ref: string;
469
- }[] | undefined;
470
- excluded_summaries?: {
471
- memory_id: string;
472
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
473
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
474
- lane: "exclusion";
475
- redaction_ref?: string | undefined;
476
- inhibition_ref?: string | undefined;
477
- }[] | undefined;
478
- redacted_audit_refs?: string[] | undefined;
479
- }>;
480
- prompt_dump: z.ZodOptional<z.ZodNever>;
481
- }, "strict", z.ZodTypeAny, {
482
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
483
- inspection: {
484
- source_refs: {
485
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
486
- ref: string;
487
- content_state: "materialized" | "redacted";
488
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
489
- owning_store_ref?: {
490
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
491
- schema_version: number;
492
- store_ref: string;
493
- record_ref: string;
494
- } | undefined;
495
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
496
- superseded_by_memory_id?: string | null | undefined;
497
- surface_ref?: string | undefined;
498
- }[];
499
- scope: {
500
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
501
- ref: string;
502
- };
503
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
504
- version: number;
505
- invalidation_state: "valid" | "unknown" | "invalid";
506
- surface_id: string;
507
- gate_outcomes: {
508
- status: "unknown" | "blocked" | "passed";
509
- evaluated_at: string;
510
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
511
- reason_ref?: string | undefined;
512
- }[];
513
- included_summaries: {
514
- memory_id: string;
515
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
516
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
517
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
518
- summary_ref: string;
519
- }[];
520
- excluded_summaries: {
521
- memory_id: string;
522
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
523
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
524
- lane: "exclusion";
525
- redaction_ref?: string | undefined;
526
- inhibition_ref?: string | undefined;
527
- }[];
528
- redacted_audit_refs: string[];
529
- };
530
- prompt_dump?: undefined;
531
- }, {
532
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
533
- inspection: {
534
- source_refs: {
535
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
536
- ref: string;
537
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
538
- owning_store_ref?: {
539
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
540
- store_ref: string;
541
- record_ref: string;
542
- schema_version?: number | undefined;
543
- } | undefined;
544
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
545
- superseded_by_memory_id?: string | null | undefined;
546
- content_state?: "materialized" | "redacted" | undefined;
547
- surface_ref?: string | undefined;
548
- }[];
549
- scope: {
550
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
551
- ref: string;
552
- };
553
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
554
- version: number;
555
- invalidation_state: "valid" | "unknown" | "invalid";
556
- surface_id: string;
557
- gate_outcomes: {
558
- status: "unknown" | "blocked" | "passed";
559
- evaluated_at: string;
560
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
561
- reason_ref?: string | undefined;
562
- }[];
563
- included_summaries?: {
564
- memory_id: string;
565
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
566
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
567
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
568
- summary_ref: string;
569
- }[] | undefined;
570
- excluded_summaries?: {
571
- memory_id: string;
572
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
573
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
574
- lane: "exclusion";
575
- redaction_ref?: string | undefined;
576
- inhibition_ref?: string | undefined;
577
- }[] | undefined;
578
- redacted_audit_refs?: string[] | undefined;
579
- };
580
- prompt_dump?: undefined;
581
- }>>;
582
- surface_inspections: z.ZodOptional<z.ZodArray<z.ZodObject<{
583
- target: z.ZodEnum<["chat", "tui", "cli", "daemon", "gateway", "gui", "agent_loop", "core_loop"]>;
584
- inspection: z.ZodObject<{
585
- surface_id: z.ZodString;
586
- version: z.ZodNumber;
587
- target: z.ZodEnum<["chat", "tui", "cli", "daemon", "gateway", "gui", "agent_loop", "core_loop"]>;
588
- scope: z.ZodObject<{
589
- kind: z.ZodEnum<["conversation", "task", "runtime_item", "inspection", "session_resume"]>;
590
- ref: z.ZodString;
591
- }, "strict", z.ZodTypeAny, {
592
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
593
- ref: string;
594
- }, {
595
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
596
- ref: string;
597
- }>;
598
- source_refs: z.ZodArray<z.ZodObject<{
599
- kind: z.ZodEnum<["memory_record", "permission_grant", "runtime_item", "agenda_item", "urge_candidate", "outcome_decision", "expression_decision", "memory_write_candidate", "session_resume_attempt", "audit_trace"]>;
600
- ref: z.ZodString;
601
- owning_store_ref: z.ZodOptional<z.ZodObject<{
602
- kind: z.ZodEnum<["relationship_profile", "profile_proposal", "runtime_session", "soil", "knowledge", "dream_seed"]>;
603
- store_ref: z.ZodString;
604
- record_ref: z.ZodString;
605
- schema_version: z.ZodDefault<z.ZodNumber>;
606
- }, "strict", z.ZodTypeAny, {
607
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
608
- schema_version: number;
609
- store_ref: string;
610
- record_ref: string;
611
- }, {
612
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
613
- store_ref: string;
614
- record_ref: string;
615
- schema_version?: number | undefined;
616
- }>>;
617
- content_state: z.ZodDefault<z.ZodEnum<["materialized", "redacted"]>>;
618
- lifecycle: z.ZodOptional<z.ZodEnum<["active", "planted", "matured", "decayed", "retired", "suppressed", "superseded", "retracted", "tombstoned", "deleted", "archived"]>>;
619
- correction_state: z.ZodOptional<z.ZodEnum<["current", "under_review", "corrected", "superseded", "retracted", "deleted"]>>;
620
- superseded_by_memory_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
621
- surface_ref: z.ZodOptional<z.ZodString>;
622
- }, "strict", z.ZodTypeAny, {
623
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
624
- ref: string;
625
- content_state: "materialized" | "redacted";
626
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
627
- owning_store_ref?: {
628
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
629
- schema_version: number;
630
- store_ref: string;
631
- record_ref: string;
632
- } | undefined;
633
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
634
- superseded_by_memory_id?: string | null | undefined;
635
- surface_ref?: string | undefined;
636
- }, {
637
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
638
- ref: string;
639
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
640
- owning_store_ref?: {
641
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
642
- store_ref: string;
643
- record_ref: string;
644
- schema_version?: number | undefined;
645
- } | undefined;
646
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
647
- superseded_by_memory_id?: string | null | undefined;
648
- content_state?: "materialized" | "redacted" | undefined;
649
- surface_ref?: string | undefined;
650
- }>, "many">;
651
- gate_outcomes: z.ZodArray<z.ZodObject<{
652
- gate: z.ZodEnum<["scope", "lifecycle", "staleness", "sensitivity", "permission", "allowed_use", "forbidden_use", "projection", "audit"]>;
653
- status: z.ZodEnum<["passed", "blocked", "unknown"]>;
654
- reason_ref: z.ZodOptional<z.ZodString>;
655
- evaluated_at: z.ZodString;
656
- }, "strict", z.ZodTypeAny, {
657
- status: "unknown" | "blocked" | "passed";
658
- evaluated_at: string;
659
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
660
- reason_ref?: string | undefined;
661
- }, {
662
- status: "unknown" | "blocked" | "passed";
663
- evaluated_at: string;
664
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
665
- reason_ref?: string | undefined;
666
- }>, "many">;
667
- included_summaries: z.ZodDefault<z.ZodArray<z.ZodObject<{
668
- lane: z.ZodEnum<["knowledge", "work_memory", "relationship", "boundary", "promise", "tension", "anti_memory"]>;
669
- memory_id: z.ZodString;
670
- record_kind: z.ZodEnum<["stable_profile_fact", "preference", "routine", "boundary", "intervention_policy", "episodic_event", "promise", "correction", "relationship_posture", "consent_scope", "work_commitment", "project_fact", "knowledge_fact", "open_tension", "anti_memory_rule", "seed_candidate"]>;
671
- use_class: z.ZodEnum<["runtime_grounding", "design_grounding", "behavioral_inhibition", "attention_prioritization", "expression_mode_selection", "tone_adaptation", "goal_planning", "ask_for_confirmation", "proactive_action_candidate", "user_facing_reference", "memory_write_candidate", "surface_projection", "never_use_directly"]>;
672
- summary_ref: z.ZodString;
673
- }, "strict", z.ZodTypeAny, {
674
- memory_id: string;
675
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
676
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
677
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
678
- summary_ref: string;
679
- }, {
680
- memory_id: string;
681
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
682
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
683
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
684
- summary_ref: string;
685
- }>, "many">>;
686
- excluded_summaries: z.ZodDefault<z.ZodArray<z.ZodObject<{
687
- lane: z.ZodLiteral<"exclusion">;
688
- memory_id: z.ZodString;
689
- requested_use: z.ZodUnion<[z.ZodEnum<["runtime_grounding", "design_grounding", "behavioral_inhibition", "attention_prioritization", "expression_mode_selection", "tone_adaptation", "goal_planning", "ask_for_confirmation", "proactive_action_candidate", "user_facing_reference", "memory_write_candidate", "surface_projection", "never_use_directly"]>, z.ZodEnum<["user_personality_labeling", "diagnosis", "motivation_claim", "emotional_leverage", "engagement_optimization", "attachment_optimization", "proactive_trigger", "side_effect_authorization", "stale_session_authorization", "raw_prompt_injection", "cross_scope_reuse"]>]>;
690
- blocked_by: z.ZodArray<z.ZodEnum<["scope", "lifecycle", "staleness", "sensitivity", "permission", "allowed_use", "forbidden_use", "projection", "audit"]>, "many">;
691
- redaction_ref: z.ZodOptional<z.ZodString>;
692
- inhibition_ref: z.ZodOptional<z.ZodString>;
693
- }, "strict", z.ZodTypeAny, {
694
- memory_id: string;
695
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
696
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
697
- lane: "exclusion";
698
- redaction_ref?: string | undefined;
699
- inhibition_ref?: string | undefined;
700
- }, {
701
- memory_id: string;
702
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
703
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
704
- lane: "exclusion";
705
- redaction_ref?: string | undefined;
706
- inhibition_ref?: string | undefined;
707
- }>, "many">>;
708
- redacted_audit_refs: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
709
- invalidation_state: z.ZodEnum<["valid", "invalid", "unknown"]>;
710
- }, "strict", z.ZodTypeAny, {
711
- source_refs: {
712
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
713
- ref: string;
714
- content_state: "materialized" | "redacted";
715
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
716
- owning_store_ref?: {
717
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
718
- schema_version: number;
719
- store_ref: string;
720
- record_ref: string;
721
- } | undefined;
722
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
723
- superseded_by_memory_id?: string | null | undefined;
724
- surface_ref?: string | undefined;
725
- }[];
726
- scope: {
727
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
728
- ref: string;
729
- };
730
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
731
- version: number;
732
- invalidation_state: "valid" | "unknown" | "invalid";
733
- surface_id: string;
734
- gate_outcomes: {
735
- status: "unknown" | "blocked" | "passed";
736
- evaluated_at: string;
737
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
738
- reason_ref?: string | undefined;
739
- }[];
740
- included_summaries: {
741
- memory_id: string;
742
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
743
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
744
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
745
- summary_ref: string;
746
- }[];
747
- excluded_summaries: {
748
- memory_id: string;
749
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
750
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
751
- lane: "exclusion";
752
- redaction_ref?: string | undefined;
753
- inhibition_ref?: string | undefined;
754
- }[];
755
- redacted_audit_refs: string[];
756
- }, {
757
- source_refs: {
758
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
759
- ref: string;
760
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
761
- owning_store_ref?: {
762
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
763
- store_ref: string;
764
- record_ref: string;
765
- schema_version?: number | undefined;
766
- } | undefined;
767
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
768
- superseded_by_memory_id?: string | null | undefined;
769
- content_state?: "materialized" | "redacted" | undefined;
770
- surface_ref?: string | undefined;
771
- }[];
772
- scope: {
773
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
774
- ref: string;
775
- };
776
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
777
- version: number;
778
- invalidation_state: "valid" | "unknown" | "invalid";
779
- surface_id: string;
780
- gate_outcomes: {
781
- status: "unknown" | "blocked" | "passed";
782
- evaluated_at: string;
783
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
784
- reason_ref?: string | undefined;
785
- }[];
786
- included_summaries?: {
787
- memory_id: string;
788
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
789
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
790
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
791
- summary_ref: string;
792
- }[] | undefined;
793
- excluded_summaries?: {
794
- memory_id: string;
795
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
796
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
797
- lane: "exclusion";
798
- redaction_ref?: string | undefined;
799
- inhibition_ref?: string | undefined;
800
- }[] | undefined;
801
- redacted_audit_refs?: string[] | undefined;
802
- }>;
803
- prompt_dump: z.ZodOptional<z.ZodNever>;
804
- }, "strict", z.ZodTypeAny, {
805
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
806
- inspection: {
807
- source_refs: {
808
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
809
- ref: string;
810
- content_state: "materialized" | "redacted";
811
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
812
- owning_store_ref?: {
813
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
814
- schema_version: number;
815
- store_ref: string;
816
- record_ref: string;
817
- } | undefined;
818
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
819
- superseded_by_memory_id?: string | null | undefined;
820
- surface_ref?: string | undefined;
821
- }[];
822
- scope: {
823
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
824
- ref: string;
825
- };
826
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
827
- version: number;
828
- invalidation_state: "valid" | "unknown" | "invalid";
829
- surface_id: string;
830
- gate_outcomes: {
831
- status: "unknown" | "blocked" | "passed";
832
- evaluated_at: string;
833
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
834
- reason_ref?: string | undefined;
835
- }[];
836
- included_summaries: {
837
- memory_id: string;
838
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
839
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
840
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
841
- summary_ref: string;
842
- }[];
843
- excluded_summaries: {
844
- memory_id: string;
845
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
846
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
847
- lane: "exclusion";
848
- redaction_ref?: string | undefined;
849
- inhibition_ref?: string | undefined;
850
- }[];
851
- redacted_audit_refs: string[];
852
- };
853
- prompt_dump?: undefined;
854
- }, {
855
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
856
- inspection: {
857
- source_refs: {
858
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
859
- ref: string;
860
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
861
- owning_store_ref?: {
862
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
863
- store_ref: string;
864
- record_ref: string;
865
- schema_version?: number | undefined;
866
- } | undefined;
867
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
868
- superseded_by_memory_id?: string | null | undefined;
869
- content_state?: "materialized" | "redacted" | undefined;
870
- surface_ref?: string | undefined;
871
- }[];
872
- scope: {
873
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
874
- ref: string;
875
- };
876
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
877
- version: number;
878
- invalidation_state: "valid" | "unknown" | "invalid";
879
- surface_id: string;
880
- gate_outcomes: {
881
- status: "unknown" | "blocked" | "passed";
882
- evaluated_at: string;
883
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
884
- reason_ref?: string | undefined;
885
- }[];
886
- included_summaries?: {
887
- memory_id: string;
888
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
889
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
890
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
891
- summary_ref: string;
892
- }[] | undefined;
893
- excluded_summaries?: {
894
- memory_id: string;
895
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
896
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
897
- lane: "exclusion";
898
- redaction_ref?: string | undefined;
899
- inhibition_ref?: string | undefined;
900
- }[] | undefined;
901
- redacted_audit_refs?: string[] | undefined;
902
- };
903
- prompt_dump?: undefined;
904
- }>, "many">>;
905
- attention_input_id: z.ZodOptional<z.ZodString>;
906
- attention_replay_disposition: z.ZodOptional<z.ZodEnum<["accepted", "duplicate"]>>;
907
- agenda_item_id: z.ZodOptional<z.ZodString>;
908
- outcome_decision_id: z.ZodOptional<z.ZodString>;
909
- operation_plan_assembly_id: z.ZodOptional<z.ZodString>;
910
- operation_plan_status: z.ZodOptional<z.ZodEnum<["planned", "no_supported_plan", "clarification_required", "fail_closed"]>>;
911
- operation_plan_reason: z.ZodOptional<z.ZodString>;
912
- operation_plan_id: z.ZodOptional<z.ZodString>;
913
- operation_admission_evaluation_id: z.ZodOptional<z.ZodString>;
914
- autonomy_decision_id: z.ZodOptional<z.ZodString>;
915
- autonomy_decision_level: z.ZodOptional<z.ZodEnum<["advisory", "prepare_only", "user_directed_execute", "autonomous_low_risk", "approval_required", "prohibited"]>>;
916
- operation_preparation_allowed: z.ZodOptional<z.ZodBoolean>;
917
- operation_execution_allowed: z.ZodOptional<z.ZodBoolean>;
918
- cognition_id: z.ZodOptional<z.ZodString>;
919
- cognition_response_plan_id: z.ZodOptional<z.ZodString>;
920
- cognition_delivery_kind: z.ZodOptional<z.ZodEnum<["hold", "digest", "suggest", "notify", "speak", "prepare", "execute"]>>;
921
- cognition_writeback_proposal_count: z.ZodOptional<z.ZodNumber>;
922
- cognition_tool_candidate_count: z.ZodOptional<z.ZodNumber>;
923
- cognition_replay_record_id: z.ZodOptional<z.ZodString>;
924
- cognition_replay_index_entry_id: z.ZodOptional<z.ZodString>;
925
- }, "strip", z.ZodTypeAny, {
926
- kind: "error" | "negotiation" | "curiosity" | "observation" | "dream" | "sleep" | "suggestion" | "skipped";
927
- trigger: "schedule" | "external" | "proactive_tick";
928
- summary: string;
929
- recorded_at: string;
930
- goal_id?: string | undefined;
931
- surface_id?: string | undefined;
932
- intervention_id?: string | undefined;
933
- suggestion_title?: string | undefined;
934
- surface_included_count?: number | undefined;
935
- surface_excluded_count?: number | undefined;
936
- surface_inspection?: {
937
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
938
- inspection: {
939
- source_refs: {
940
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
941
- ref: string;
942
- content_state: "materialized" | "redacted";
943
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
944
- owning_store_ref?: {
945
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
946
- schema_version: number;
947
- store_ref: string;
948
- record_ref: string;
949
- } | undefined;
950
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
951
- superseded_by_memory_id?: string | null | undefined;
952
- surface_ref?: string | undefined;
953
- }[];
954
- scope: {
955
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
956
- ref: string;
957
- };
958
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
959
- version: number;
960
- invalidation_state: "valid" | "unknown" | "invalid";
961
- surface_id: string;
962
- gate_outcomes: {
963
- status: "unknown" | "blocked" | "passed";
964
- evaluated_at: string;
965
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
966
- reason_ref?: string | undefined;
967
- }[];
968
- included_summaries: {
969
- memory_id: string;
970
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
971
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
972
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
973
- summary_ref: string;
974
- }[];
975
- excluded_summaries: {
976
- memory_id: string;
977
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
978
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
979
- lane: "exclusion";
980
- redaction_ref?: string | undefined;
981
- inhibition_ref?: string | undefined;
982
- }[];
983
- redacted_audit_refs: string[];
984
- };
985
- prompt_dump?: undefined;
986
- } | undefined;
987
- surface_inspections?: {
988
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
989
- inspection: {
990
- source_refs: {
991
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
992
- ref: string;
993
- content_state: "materialized" | "redacted";
994
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
995
- owning_store_ref?: {
996
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
997
- schema_version: number;
998
- store_ref: string;
999
- record_ref: string;
1000
- } | undefined;
1001
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1002
- superseded_by_memory_id?: string | null | undefined;
1003
- surface_ref?: string | undefined;
1004
- }[];
1005
- scope: {
1006
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1007
- ref: string;
1008
- };
1009
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1010
- version: number;
1011
- invalidation_state: "valid" | "unknown" | "invalid";
1012
- surface_id: string;
1013
- gate_outcomes: {
1014
- status: "unknown" | "blocked" | "passed";
1015
- evaluated_at: string;
1016
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1017
- reason_ref?: string | undefined;
1018
- }[];
1019
- included_summaries: {
1020
- memory_id: string;
1021
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1022
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1023
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1024
- summary_ref: string;
1025
- }[];
1026
- excluded_summaries: {
1027
- memory_id: string;
1028
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1029
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1030
- lane: "exclusion";
1031
- redaction_ref?: string | undefined;
1032
- inhibition_ref?: string | undefined;
1033
- }[];
1034
- redacted_audit_refs: string[];
1035
- };
1036
- prompt_dump?: undefined;
1037
- }[] | undefined;
1038
- attention_input_id?: string | undefined;
1039
- attention_replay_disposition?: "accepted" | "duplicate" | undefined;
1040
- agenda_item_id?: string | undefined;
1041
- outcome_decision_id?: string | undefined;
1042
- operation_plan_assembly_id?: string | undefined;
1043
- operation_plan_status?: "fail_closed" | "planned" | "no_supported_plan" | "clarification_required" | undefined;
1044
- operation_plan_reason?: string | undefined;
1045
- operation_plan_id?: string | undefined;
1046
- operation_admission_evaluation_id?: string | undefined;
1047
- autonomy_decision_id?: string | undefined;
1048
- autonomy_decision_level?: "approval_required" | "advisory" | "prepare_only" | "user_directed_execute" | "autonomous_low_risk" | "prohibited" | undefined;
1049
- operation_preparation_allowed?: boolean | undefined;
1050
- operation_execution_allowed?: boolean | undefined;
1051
- cognition_id?: string | undefined;
1052
- cognition_response_plan_id?: string | undefined;
1053
- cognition_delivery_kind?: "prepare" | "hold" | "notify" | "digest" | "suggest" | "speak" | "execute" | undefined;
1054
- cognition_writeback_proposal_count?: number | undefined;
1055
- cognition_tool_candidate_count?: number | undefined;
1056
- cognition_replay_record_id?: string | undefined;
1057
- cognition_replay_index_entry_id?: string | undefined;
1058
- }, {
1059
- kind: "error" | "negotiation" | "curiosity" | "observation" | "dream" | "sleep" | "suggestion" | "skipped";
1060
- summary: string;
1061
- recorded_at: string;
1062
- trigger?: "schedule" | "external" | "proactive_tick" | undefined;
1063
- goal_id?: string | undefined;
1064
- surface_id?: string | undefined;
1065
- intervention_id?: string | undefined;
1066
- suggestion_title?: string | undefined;
1067
- surface_included_count?: number | undefined;
1068
- surface_excluded_count?: number | undefined;
1069
- surface_inspection?: {
1070
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1071
- inspection: {
1072
- source_refs: {
1073
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1074
- ref: string;
1075
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1076
- owning_store_ref?: {
1077
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1078
- store_ref: string;
1079
- record_ref: string;
1080
- schema_version?: number | undefined;
1081
- } | undefined;
1082
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1083
- superseded_by_memory_id?: string | null | undefined;
1084
- content_state?: "materialized" | "redacted" | undefined;
1085
- surface_ref?: string | undefined;
1086
- }[];
1087
- scope: {
1088
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1089
- ref: string;
1090
- };
1091
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1092
- version: number;
1093
- invalidation_state: "valid" | "unknown" | "invalid";
1094
- surface_id: string;
1095
- gate_outcomes: {
1096
- status: "unknown" | "blocked" | "passed";
1097
- evaluated_at: string;
1098
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1099
- reason_ref?: string | undefined;
1100
- }[];
1101
- included_summaries?: {
1102
- memory_id: string;
1103
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1104
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1105
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1106
- summary_ref: string;
1107
- }[] | undefined;
1108
- excluded_summaries?: {
1109
- memory_id: string;
1110
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1111
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1112
- lane: "exclusion";
1113
- redaction_ref?: string | undefined;
1114
- inhibition_ref?: string | undefined;
1115
- }[] | undefined;
1116
- redacted_audit_refs?: string[] | undefined;
1117
- };
1118
- prompt_dump?: undefined;
1119
- } | undefined;
1120
- surface_inspections?: {
1121
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1122
- inspection: {
1123
- source_refs: {
1124
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1125
- ref: string;
1126
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1127
- owning_store_ref?: {
1128
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1129
- store_ref: string;
1130
- record_ref: string;
1131
- schema_version?: number | undefined;
1132
- } | undefined;
1133
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1134
- superseded_by_memory_id?: string | null | undefined;
1135
- content_state?: "materialized" | "redacted" | undefined;
1136
- surface_ref?: string | undefined;
1137
- }[];
1138
- scope: {
1139
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1140
- ref: string;
1141
- };
1142
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1143
- version: number;
1144
- invalidation_state: "valid" | "unknown" | "invalid";
1145
- surface_id: string;
1146
- gate_outcomes: {
1147
- status: "unknown" | "blocked" | "passed";
1148
- evaluated_at: string;
1149
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1150
- reason_ref?: string | undefined;
1151
- }[];
1152
- included_summaries?: {
1153
- memory_id: string;
1154
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1155
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1156
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1157
- summary_ref: string;
1158
- }[] | undefined;
1159
- excluded_summaries?: {
1160
- memory_id: string;
1161
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1162
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1163
- lane: "exclusion";
1164
- redaction_ref?: string | undefined;
1165
- inhibition_ref?: string | undefined;
1166
- }[] | undefined;
1167
- redacted_audit_refs?: string[] | undefined;
1168
- };
1169
- prompt_dump?: undefined;
1170
- }[] | undefined;
1171
- attention_input_id?: string | undefined;
1172
- attention_replay_disposition?: "accepted" | "duplicate" | undefined;
1173
- agenda_item_id?: string | undefined;
1174
- outcome_decision_id?: string | undefined;
1175
- operation_plan_assembly_id?: string | undefined;
1176
- operation_plan_status?: "fail_closed" | "planned" | "no_supported_plan" | "clarification_required" | undefined;
1177
- operation_plan_reason?: string | undefined;
1178
- operation_plan_id?: string | undefined;
1179
- operation_admission_evaluation_id?: string | undefined;
1180
- autonomy_decision_id?: string | undefined;
1181
- autonomy_decision_level?: "approval_required" | "advisory" | "prepare_only" | "user_directed_execute" | "autonomous_low_risk" | "prohibited" | undefined;
1182
- operation_preparation_allowed?: boolean | undefined;
1183
- operation_execution_allowed?: boolean | undefined;
1184
- cognition_id?: string | undefined;
1185
- cognition_response_plan_id?: string | undefined;
1186
- cognition_delivery_kind?: "prepare" | "hold" | "notify" | "digest" | "suggest" | "speak" | "execute" | undefined;
1187
- cognition_writeback_proposal_count?: number | undefined;
1188
- cognition_tool_candidate_count?: number | undefined;
1189
- cognition_replay_record_id?: string | undefined;
1190
- cognition_replay_index_entry_id?: string | undefined;
1191
- }>;
1192
- export type ResidentActivity = z.infer<typeof ResidentActivitySchema>;
1193
- export declare const DaemonStateSchema: z.ZodObject<{
1194
- pid: z.ZodNumber;
1195
- started_at: z.ZodString;
1196
- last_loop_at: z.ZodNullable<z.ZodString>;
1197
- loop_count: z.ZodNumber;
1198
- active_goals: z.ZodArray<z.ZodString, "many">;
1199
- status: z.ZodEnum<["idle", "running", "stopping", "stopped", "crashed"]>;
1200
- runtime_root: z.ZodOptional<z.ZodString>;
1201
- crash_count: z.ZodDefault<z.ZodNumber>;
1202
- last_error: z.ZodDefault<z.ZodNullable<z.ZodString>>;
1203
- interrupted_goals: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1204
- last_resident_at: z.ZodDefault<z.ZodNullable<z.ZodString>>;
1205
- resident_activity: z.ZodDefault<z.ZodNullable<z.ZodObject<{
1206
- intervention_id: z.ZodOptional<z.ZodString>;
1207
- kind: z.ZodEnum<["sleep", "suggestion", "negotiation", "curiosity", "dream", "observation", "skipped", "error"]>;
1208
- trigger: z.ZodDefault<z.ZodEnum<["proactive_tick", "schedule", "external"]>>;
1209
- summary: z.ZodString;
1210
- recorded_at: z.ZodString;
1211
- suggestion_title: z.ZodOptional<z.ZodString>;
1212
- goal_id: z.ZodOptional<z.ZodString>;
1213
- surface_id: z.ZodOptional<z.ZodString>;
1214
- surface_included_count: z.ZodOptional<z.ZodNumber>;
1215
- surface_excluded_count: z.ZodOptional<z.ZodNumber>;
1216
- surface_inspection: z.ZodOptional<z.ZodObject<{
1217
- target: z.ZodEnum<["chat", "tui", "cli", "daemon", "gateway", "gui", "agent_loop", "core_loop"]>;
1218
- inspection: z.ZodObject<{
1219
- surface_id: z.ZodString;
1220
- version: z.ZodNumber;
1221
- target: z.ZodEnum<["chat", "tui", "cli", "daemon", "gateway", "gui", "agent_loop", "core_loop"]>;
1222
- scope: z.ZodObject<{
1223
- kind: z.ZodEnum<["conversation", "task", "runtime_item", "inspection", "session_resume"]>;
1224
- ref: z.ZodString;
1225
- }, "strict", z.ZodTypeAny, {
1226
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1227
- ref: string;
1228
- }, {
1229
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1230
- ref: string;
1231
- }>;
1232
- source_refs: z.ZodArray<z.ZodObject<{
1233
- kind: z.ZodEnum<["memory_record", "permission_grant", "runtime_item", "agenda_item", "urge_candidate", "outcome_decision", "expression_decision", "memory_write_candidate", "session_resume_attempt", "audit_trace"]>;
1234
- ref: z.ZodString;
1235
- owning_store_ref: z.ZodOptional<z.ZodObject<{
1236
- kind: z.ZodEnum<["relationship_profile", "profile_proposal", "runtime_session", "soil", "knowledge", "dream_seed"]>;
1237
- store_ref: z.ZodString;
1238
- record_ref: z.ZodString;
1239
- schema_version: z.ZodDefault<z.ZodNumber>;
1240
- }, "strict", z.ZodTypeAny, {
1241
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1242
- schema_version: number;
1243
- store_ref: string;
1244
- record_ref: string;
1245
- }, {
1246
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1247
- store_ref: string;
1248
- record_ref: string;
1249
- schema_version?: number | undefined;
1250
- }>>;
1251
- content_state: z.ZodDefault<z.ZodEnum<["materialized", "redacted"]>>;
1252
- lifecycle: z.ZodOptional<z.ZodEnum<["active", "planted", "matured", "decayed", "retired", "suppressed", "superseded", "retracted", "tombstoned", "deleted", "archived"]>>;
1253
- correction_state: z.ZodOptional<z.ZodEnum<["current", "under_review", "corrected", "superseded", "retracted", "deleted"]>>;
1254
- superseded_by_memory_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1255
- surface_ref: z.ZodOptional<z.ZodString>;
1256
- }, "strict", z.ZodTypeAny, {
1257
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1258
- ref: string;
1259
- content_state: "materialized" | "redacted";
1260
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1261
- owning_store_ref?: {
1262
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1263
- schema_version: number;
1264
- store_ref: string;
1265
- record_ref: string;
1266
- } | undefined;
1267
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1268
- superseded_by_memory_id?: string | null | undefined;
1269
- surface_ref?: string | undefined;
1270
- }, {
1271
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1272
- ref: string;
1273
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1274
- owning_store_ref?: {
1275
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1276
- store_ref: string;
1277
- record_ref: string;
1278
- schema_version?: number | undefined;
1279
- } | undefined;
1280
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1281
- superseded_by_memory_id?: string | null | undefined;
1282
- content_state?: "materialized" | "redacted" | undefined;
1283
- surface_ref?: string | undefined;
1284
- }>, "many">;
1285
- gate_outcomes: z.ZodArray<z.ZodObject<{
1286
- gate: z.ZodEnum<["scope", "lifecycle", "staleness", "sensitivity", "permission", "allowed_use", "forbidden_use", "projection", "audit"]>;
1287
- status: z.ZodEnum<["passed", "blocked", "unknown"]>;
1288
- reason_ref: z.ZodOptional<z.ZodString>;
1289
- evaluated_at: z.ZodString;
1290
- }, "strict", z.ZodTypeAny, {
1291
- status: "unknown" | "blocked" | "passed";
1292
- evaluated_at: string;
1293
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1294
- reason_ref?: string | undefined;
1295
- }, {
1296
- status: "unknown" | "blocked" | "passed";
1297
- evaluated_at: string;
1298
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1299
- reason_ref?: string | undefined;
1300
- }>, "many">;
1301
- included_summaries: z.ZodDefault<z.ZodArray<z.ZodObject<{
1302
- lane: z.ZodEnum<["knowledge", "work_memory", "relationship", "boundary", "promise", "tension", "anti_memory"]>;
1303
- memory_id: z.ZodString;
1304
- record_kind: z.ZodEnum<["stable_profile_fact", "preference", "routine", "boundary", "intervention_policy", "episodic_event", "promise", "correction", "relationship_posture", "consent_scope", "work_commitment", "project_fact", "knowledge_fact", "open_tension", "anti_memory_rule", "seed_candidate"]>;
1305
- use_class: z.ZodEnum<["runtime_grounding", "design_grounding", "behavioral_inhibition", "attention_prioritization", "expression_mode_selection", "tone_adaptation", "goal_planning", "ask_for_confirmation", "proactive_action_candidate", "user_facing_reference", "memory_write_candidate", "surface_projection", "never_use_directly"]>;
1306
- summary_ref: z.ZodString;
1307
- }, "strict", z.ZodTypeAny, {
1308
- memory_id: string;
1309
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1310
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1311
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1312
- summary_ref: string;
1313
- }, {
1314
- memory_id: string;
1315
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1316
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1317
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1318
- summary_ref: string;
1319
- }>, "many">>;
1320
- excluded_summaries: z.ZodDefault<z.ZodArray<z.ZodObject<{
1321
- lane: z.ZodLiteral<"exclusion">;
1322
- memory_id: z.ZodString;
1323
- requested_use: z.ZodUnion<[z.ZodEnum<["runtime_grounding", "design_grounding", "behavioral_inhibition", "attention_prioritization", "expression_mode_selection", "tone_adaptation", "goal_planning", "ask_for_confirmation", "proactive_action_candidate", "user_facing_reference", "memory_write_candidate", "surface_projection", "never_use_directly"]>, z.ZodEnum<["user_personality_labeling", "diagnosis", "motivation_claim", "emotional_leverage", "engagement_optimization", "attachment_optimization", "proactive_trigger", "side_effect_authorization", "stale_session_authorization", "raw_prompt_injection", "cross_scope_reuse"]>]>;
1324
- blocked_by: z.ZodArray<z.ZodEnum<["scope", "lifecycle", "staleness", "sensitivity", "permission", "allowed_use", "forbidden_use", "projection", "audit"]>, "many">;
1325
- redaction_ref: z.ZodOptional<z.ZodString>;
1326
- inhibition_ref: z.ZodOptional<z.ZodString>;
1327
- }, "strict", z.ZodTypeAny, {
1328
- memory_id: string;
1329
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1330
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1331
- lane: "exclusion";
1332
- redaction_ref?: string | undefined;
1333
- inhibition_ref?: string | undefined;
1334
- }, {
1335
- memory_id: string;
1336
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1337
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1338
- lane: "exclusion";
1339
- redaction_ref?: string | undefined;
1340
- inhibition_ref?: string | undefined;
1341
- }>, "many">>;
1342
- redacted_audit_refs: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
1343
- invalidation_state: z.ZodEnum<["valid", "invalid", "unknown"]>;
1344
- }, "strict", z.ZodTypeAny, {
1345
- source_refs: {
1346
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1347
- ref: string;
1348
- content_state: "materialized" | "redacted";
1349
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1350
- owning_store_ref?: {
1351
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1352
- schema_version: number;
1353
- store_ref: string;
1354
- record_ref: string;
1355
- } | undefined;
1356
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1357
- superseded_by_memory_id?: string | null | undefined;
1358
- surface_ref?: string | undefined;
1359
- }[];
1360
- scope: {
1361
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1362
- ref: string;
1363
- };
1364
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1365
- version: number;
1366
- invalidation_state: "valid" | "unknown" | "invalid";
1367
- surface_id: string;
1368
- gate_outcomes: {
1369
- status: "unknown" | "blocked" | "passed";
1370
- evaluated_at: string;
1371
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1372
- reason_ref?: string | undefined;
1373
- }[];
1374
- included_summaries: {
1375
- memory_id: string;
1376
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1377
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1378
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1379
- summary_ref: string;
1380
- }[];
1381
- excluded_summaries: {
1382
- memory_id: string;
1383
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1384
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1385
- lane: "exclusion";
1386
- redaction_ref?: string | undefined;
1387
- inhibition_ref?: string | undefined;
1388
- }[];
1389
- redacted_audit_refs: string[];
1390
- }, {
1391
- source_refs: {
1392
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1393
- ref: string;
1394
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1395
- owning_store_ref?: {
1396
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1397
- store_ref: string;
1398
- record_ref: string;
1399
- schema_version?: number | undefined;
1400
- } | undefined;
1401
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1402
- superseded_by_memory_id?: string | null | undefined;
1403
- content_state?: "materialized" | "redacted" | undefined;
1404
- surface_ref?: string | undefined;
1405
- }[];
1406
- scope: {
1407
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1408
- ref: string;
1409
- };
1410
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1411
- version: number;
1412
- invalidation_state: "valid" | "unknown" | "invalid";
1413
- surface_id: string;
1414
- gate_outcomes: {
1415
- status: "unknown" | "blocked" | "passed";
1416
- evaluated_at: string;
1417
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1418
- reason_ref?: string | undefined;
1419
- }[];
1420
- included_summaries?: {
1421
- memory_id: string;
1422
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1423
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1424
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1425
- summary_ref: string;
1426
- }[] | undefined;
1427
- excluded_summaries?: {
1428
- memory_id: string;
1429
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1430
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1431
- lane: "exclusion";
1432
- redaction_ref?: string | undefined;
1433
- inhibition_ref?: string | undefined;
1434
- }[] | undefined;
1435
- redacted_audit_refs?: string[] | undefined;
1436
- }>;
1437
- prompt_dump: z.ZodOptional<z.ZodNever>;
1438
- }, "strict", z.ZodTypeAny, {
1439
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1440
- inspection: {
1441
- source_refs: {
1442
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1443
- ref: string;
1444
- content_state: "materialized" | "redacted";
1445
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1446
- owning_store_ref?: {
1447
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1448
- schema_version: number;
1449
- store_ref: string;
1450
- record_ref: string;
1451
- } | undefined;
1452
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1453
- superseded_by_memory_id?: string | null | undefined;
1454
- surface_ref?: string | undefined;
1455
- }[];
1456
- scope: {
1457
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1458
- ref: string;
1459
- };
1460
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1461
- version: number;
1462
- invalidation_state: "valid" | "unknown" | "invalid";
1463
- surface_id: string;
1464
- gate_outcomes: {
1465
- status: "unknown" | "blocked" | "passed";
1466
- evaluated_at: string;
1467
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1468
- reason_ref?: string | undefined;
1469
- }[];
1470
- included_summaries: {
1471
- memory_id: string;
1472
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1473
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1474
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1475
- summary_ref: string;
1476
- }[];
1477
- excluded_summaries: {
1478
- memory_id: string;
1479
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1480
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1481
- lane: "exclusion";
1482
- redaction_ref?: string | undefined;
1483
- inhibition_ref?: string | undefined;
1484
- }[];
1485
- redacted_audit_refs: string[];
1486
- };
1487
- prompt_dump?: undefined;
1488
- }, {
1489
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1490
- inspection: {
1491
- source_refs: {
1492
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1493
- ref: string;
1494
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1495
- owning_store_ref?: {
1496
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1497
- store_ref: string;
1498
- record_ref: string;
1499
- schema_version?: number | undefined;
1500
- } | undefined;
1501
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1502
- superseded_by_memory_id?: string | null | undefined;
1503
- content_state?: "materialized" | "redacted" | undefined;
1504
- surface_ref?: string | undefined;
1505
- }[];
1506
- scope: {
1507
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1508
- ref: string;
1509
- };
1510
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1511
- version: number;
1512
- invalidation_state: "valid" | "unknown" | "invalid";
1513
- surface_id: string;
1514
- gate_outcomes: {
1515
- status: "unknown" | "blocked" | "passed";
1516
- evaluated_at: string;
1517
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1518
- reason_ref?: string | undefined;
1519
- }[];
1520
- included_summaries?: {
1521
- memory_id: string;
1522
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1523
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1524
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1525
- summary_ref: string;
1526
- }[] | undefined;
1527
- excluded_summaries?: {
1528
- memory_id: string;
1529
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1530
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1531
- lane: "exclusion";
1532
- redaction_ref?: string | undefined;
1533
- inhibition_ref?: string | undefined;
1534
- }[] | undefined;
1535
- redacted_audit_refs?: string[] | undefined;
1536
- };
1537
- prompt_dump?: undefined;
1538
- }>>;
1539
- surface_inspections: z.ZodOptional<z.ZodArray<z.ZodObject<{
1540
- target: z.ZodEnum<["chat", "tui", "cli", "daemon", "gateway", "gui", "agent_loop", "core_loop"]>;
1541
- inspection: z.ZodObject<{
1542
- surface_id: z.ZodString;
1543
- version: z.ZodNumber;
1544
- target: z.ZodEnum<["chat", "tui", "cli", "daemon", "gateway", "gui", "agent_loop", "core_loop"]>;
1545
- scope: z.ZodObject<{
1546
- kind: z.ZodEnum<["conversation", "task", "runtime_item", "inspection", "session_resume"]>;
1547
- ref: z.ZodString;
1548
- }, "strict", z.ZodTypeAny, {
1549
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1550
- ref: string;
1551
- }, {
1552
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1553
- ref: string;
1554
- }>;
1555
- source_refs: z.ZodArray<z.ZodObject<{
1556
- kind: z.ZodEnum<["memory_record", "permission_grant", "runtime_item", "agenda_item", "urge_candidate", "outcome_decision", "expression_decision", "memory_write_candidate", "session_resume_attempt", "audit_trace"]>;
1557
- ref: z.ZodString;
1558
- owning_store_ref: z.ZodOptional<z.ZodObject<{
1559
- kind: z.ZodEnum<["relationship_profile", "profile_proposal", "runtime_session", "soil", "knowledge", "dream_seed"]>;
1560
- store_ref: z.ZodString;
1561
- record_ref: z.ZodString;
1562
- schema_version: z.ZodDefault<z.ZodNumber>;
1563
- }, "strict", z.ZodTypeAny, {
1564
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1565
- schema_version: number;
1566
- store_ref: string;
1567
- record_ref: string;
1568
- }, {
1569
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1570
- store_ref: string;
1571
- record_ref: string;
1572
- schema_version?: number | undefined;
1573
- }>>;
1574
- content_state: z.ZodDefault<z.ZodEnum<["materialized", "redacted"]>>;
1575
- lifecycle: z.ZodOptional<z.ZodEnum<["active", "planted", "matured", "decayed", "retired", "suppressed", "superseded", "retracted", "tombstoned", "deleted", "archived"]>>;
1576
- correction_state: z.ZodOptional<z.ZodEnum<["current", "under_review", "corrected", "superseded", "retracted", "deleted"]>>;
1577
- superseded_by_memory_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1578
- surface_ref: z.ZodOptional<z.ZodString>;
1579
- }, "strict", z.ZodTypeAny, {
1580
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1581
- ref: string;
1582
- content_state: "materialized" | "redacted";
1583
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1584
- owning_store_ref?: {
1585
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1586
- schema_version: number;
1587
- store_ref: string;
1588
- record_ref: string;
1589
- } | undefined;
1590
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1591
- superseded_by_memory_id?: string | null | undefined;
1592
- surface_ref?: string | undefined;
1593
- }, {
1594
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1595
- ref: string;
1596
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1597
- owning_store_ref?: {
1598
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1599
- store_ref: string;
1600
- record_ref: string;
1601
- schema_version?: number | undefined;
1602
- } | undefined;
1603
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1604
- superseded_by_memory_id?: string | null | undefined;
1605
- content_state?: "materialized" | "redacted" | undefined;
1606
- surface_ref?: string | undefined;
1607
- }>, "many">;
1608
- gate_outcomes: z.ZodArray<z.ZodObject<{
1609
- gate: z.ZodEnum<["scope", "lifecycle", "staleness", "sensitivity", "permission", "allowed_use", "forbidden_use", "projection", "audit"]>;
1610
- status: z.ZodEnum<["passed", "blocked", "unknown"]>;
1611
- reason_ref: z.ZodOptional<z.ZodString>;
1612
- evaluated_at: z.ZodString;
1613
- }, "strict", z.ZodTypeAny, {
1614
- status: "unknown" | "blocked" | "passed";
1615
- evaluated_at: string;
1616
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1617
- reason_ref?: string | undefined;
1618
- }, {
1619
- status: "unknown" | "blocked" | "passed";
1620
- evaluated_at: string;
1621
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1622
- reason_ref?: string | undefined;
1623
- }>, "many">;
1624
- included_summaries: z.ZodDefault<z.ZodArray<z.ZodObject<{
1625
- lane: z.ZodEnum<["knowledge", "work_memory", "relationship", "boundary", "promise", "tension", "anti_memory"]>;
1626
- memory_id: z.ZodString;
1627
- record_kind: z.ZodEnum<["stable_profile_fact", "preference", "routine", "boundary", "intervention_policy", "episodic_event", "promise", "correction", "relationship_posture", "consent_scope", "work_commitment", "project_fact", "knowledge_fact", "open_tension", "anti_memory_rule", "seed_candidate"]>;
1628
- use_class: z.ZodEnum<["runtime_grounding", "design_grounding", "behavioral_inhibition", "attention_prioritization", "expression_mode_selection", "tone_adaptation", "goal_planning", "ask_for_confirmation", "proactive_action_candidate", "user_facing_reference", "memory_write_candidate", "surface_projection", "never_use_directly"]>;
1629
- summary_ref: z.ZodString;
1630
- }, "strict", z.ZodTypeAny, {
1631
- memory_id: string;
1632
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1633
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1634
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1635
- summary_ref: string;
1636
- }, {
1637
- memory_id: string;
1638
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1639
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1640
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1641
- summary_ref: string;
1642
- }>, "many">>;
1643
- excluded_summaries: z.ZodDefault<z.ZodArray<z.ZodObject<{
1644
- lane: z.ZodLiteral<"exclusion">;
1645
- memory_id: z.ZodString;
1646
- requested_use: z.ZodUnion<[z.ZodEnum<["runtime_grounding", "design_grounding", "behavioral_inhibition", "attention_prioritization", "expression_mode_selection", "tone_adaptation", "goal_planning", "ask_for_confirmation", "proactive_action_candidate", "user_facing_reference", "memory_write_candidate", "surface_projection", "never_use_directly"]>, z.ZodEnum<["user_personality_labeling", "diagnosis", "motivation_claim", "emotional_leverage", "engagement_optimization", "attachment_optimization", "proactive_trigger", "side_effect_authorization", "stale_session_authorization", "raw_prompt_injection", "cross_scope_reuse"]>]>;
1647
- blocked_by: z.ZodArray<z.ZodEnum<["scope", "lifecycle", "staleness", "sensitivity", "permission", "allowed_use", "forbidden_use", "projection", "audit"]>, "many">;
1648
- redaction_ref: z.ZodOptional<z.ZodString>;
1649
- inhibition_ref: z.ZodOptional<z.ZodString>;
1650
- }, "strict", z.ZodTypeAny, {
1651
- memory_id: string;
1652
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1653
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1654
- lane: "exclusion";
1655
- redaction_ref?: string | undefined;
1656
- inhibition_ref?: string | undefined;
1657
- }, {
1658
- memory_id: string;
1659
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1660
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1661
- lane: "exclusion";
1662
- redaction_ref?: string | undefined;
1663
- inhibition_ref?: string | undefined;
1664
- }>, "many">>;
1665
- redacted_audit_refs: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
1666
- invalidation_state: z.ZodEnum<["valid", "invalid", "unknown"]>;
1667
- }, "strict", z.ZodTypeAny, {
1668
- source_refs: {
1669
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1670
- ref: string;
1671
- content_state: "materialized" | "redacted";
1672
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1673
- owning_store_ref?: {
1674
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1675
- schema_version: number;
1676
- store_ref: string;
1677
- record_ref: string;
1678
- } | undefined;
1679
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1680
- superseded_by_memory_id?: string | null | undefined;
1681
- surface_ref?: string | undefined;
1682
- }[];
1683
- scope: {
1684
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1685
- ref: string;
1686
- };
1687
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1688
- version: number;
1689
- invalidation_state: "valid" | "unknown" | "invalid";
1690
- surface_id: string;
1691
- gate_outcomes: {
1692
- status: "unknown" | "blocked" | "passed";
1693
- evaluated_at: string;
1694
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1695
- reason_ref?: string | undefined;
1696
- }[];
1697
- included_summaries: {
1698
- memory_id: string;
1699
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1700
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1701
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1702
- summary_ref: string;
1703
- }[];
1704
- excluded_summaries: {
1705
- memory_id: string;
1706
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1707
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1708
- lane: "exclusion";
1709
- redaction_ref?: string | undefined;
1710
- inhibition_ref?: string | undefined;
1711
- }[];
1712
- redacted_audit_refs: string[];
1713
- }, {
1714
- source_refs: {
1715
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1716
- ref: string;
1717
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1718
- owning_store_ref?: {
1719
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1720
- store_ref: string;
1721
- record_ref: string;
1722
- schema_version?: number | undefined;
1723
- } | undefined;
1724
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1725
- superseded_by_memory_id?: string | null | undefined;
1726
- content_state?: "materialized" | "redacted" | undefined;
1727
- surface_ref?: string | undefined;
1728
- }[];
1729
- scope: {
1730
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1731
- ref: string;
1732
- };
1733
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1734
- version: number;
1735
- invalidation_state: "valid" | "unknown" | "invalid";
1736
- surface_id: string;
1737
- gate_outcomes: {
1738
- status: "unknown" | "blocked" | "passed";
1739
- evaluated_at: string;
1740
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1741
- reason_ref?: string | undefined;
1742
- }[];
1743
- included_summaries?: {
1744
- memory_id: string;
1745
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1746
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1747
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1748
- summary_ref: string;
1749
- }[] | undefined;
1750
- excluded_summaries?: {
1751
- memory_id: string;
1752
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1753
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1754
- lane: "exclusion";
1755
- redaction_ref?: string | undefined;
1756
- inhibition_ref?: string | undefined;
1757
- }[] | undefined;
1758
- redacted_audit_refs?: string[] | undefined;
1759
- }>;
1760
- prompt_dump: z.ZodOptional<z.ZodNever>;
1761
- }, "strict", z.ZodTypeAny, {
1762
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1763
- inspection: {
1764
- source_refs: {
1765
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1766
- ref: string;
1767
- content_state: "materialized" | "redacted";
1768
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1769
- owning_store_ref?: {
1770
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1771
- schema_version: number;
1772
- store_ref: string;
1773
- record_ref: string;
1774
- } | undefined;
1775
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1776
- superseded_by_memory_id?: string | null | undefined;
1777
- surface_ref?: string | undefined;
1778
- }[];
1779
- scope: {
1780
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1781
- ref: string;
1782
- };
1783
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1784
- version: number;
1785
- invalidation_state: "valid" | "unknown" | "invalid";
1786
- surface_id: string;
1787
- gate_outcomes: {
1788
- status: "unknown" | "blocked" | "passed";
1789
- evaluated_at: string;
1790
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1791
- reason_ref?: string | undefined;
1792
- }[];
1793
- included_summaries: {
1794
- memory_id: string;
1795
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1796
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1797
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1798
- summary_ref: string;
1799
- }[];
1800
- excluded_summaries: {
1801
- memory_id: string;
1802
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1803
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1804
- lane: "exclusion";
1805
- redaction_ref?: string | undefined;
1806
- inhibition_ref?: string | undefined;
1807
- }[];
1808
- redacted_audit_refs: string[];
1809
- };
1810
- prompt_dump?: undefined;
1811
- }, {
1812
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1813
- inspection: {
1814
- source_refs: {
1815
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1816
- ref: string;
1817
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1818
- owning_store_ref?: {
1819
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1820
- store_ref: string;
1821
- record_ref: string;
1822
- schema_version?: number | undefined;
1823
- } | undefined;
1824
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1825
- superseded_by_memory_id?: string | null | undefined;
1826
- content_state?: "materialized" | "redacted" | undefined;
1827
- surface_ref?: string | undefined;
1828
- }[];
1829
- scope: {
1830
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1831
- ref: string;
1832
- };
1833
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1834
- version: number;
1835
- invalidation_state: "valid" | "unknown" | "invalid";
1836
- surface_id: string;
1837
- gate_outcomes: {
1838
- status: "unknown" | "blocked" | "passed";
1839
- evaluated_at: string;
1840
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1841
- reason_ref?: string | undefined;
1842
- }[];
1843
- included_summaries?: {
1844
- memory_id: string;
1845
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1846
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1847
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1848
- summary_ref: string;
1849
- }[] | undefined;
1850
- excluded_summaries?: {
1851
- memory_id: string;
1852
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1853
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1854
- lane: "exclusion";
1855
- redaction_ref?: string | undefined;
1856
- inhibition_ref?: string | undefined;
1857
- }[] | undefined;
1858
- redacted_audit_refs?: string[] | undefined;
1859
- };
1860
- prompt_dump?: undefined;
1861
- }>, "many">>;
1862
- attention_input_id: z.ZodOptional<z.ZodString>;
1863
- attention_replay_disposition: z.ZodOptional<z.ZodEnum<["accepted", "duplicate"]>>;
1864
- agenda_item_id: z.ZodOptional<z.ZodString>;
1865
- outcome_decision_id: z.ZodOptional<z.ZodString>;
1866
- operation_plan_assembly_id: z.ZodOptional<z.ZodString>;
1867
- operation_plan_status: z.ZodOptional<z.ZodEnum<["planned", "no_supported_plan", "clarification_required", "fail_closed"]>>;
1868
- operation_plan_reason: z.ZodOptional<z.ZodString>;
1869
- operation_plan_id: z.ZodOptional<z.ZodString>;
1870
- operation_admission_evaluation_id: z.ZodOptional<z.ZodString>;
1871
- autonomy_decision_id: z.ZodOptional<z.ZodString>;
1872
- autonomy_decision_level: z.ZodOptional<z.ZodEnum<["advisory", "prepare_only", "user_directed_execute", "autonomous_low_risk", "approval_required", "prohibited"]>>;
1873
- operation_preparation_allowed: z.ZodOptional<z.ZodBoolean>;
1874
- operation_execution_allowed: z.ZodOptional<z.ZodBoolean>;
1875
- cognition_id: z.ZodOptional<z.ZodString>;
1876
- cognition_response_plan_id: z.ZodOptional<z.ZodString>;
1877
- cognition_delivery_kind: z.ZodOptional<z.ZodEnum<["hold", "digest", "suggest", "notify", "speak", "prepare", "execute"]>>;
1878
- cognition_writeback_proposal_count: z.ZodOptional<z.ZodNumber>;
1879
- cognition_tool_candidate_count: z.ZodOptional<z.ZodNumber>;
1880
- cognition_replay_record_id: z.ZodOptional<z.ZodString>;
1881
- cognition_replay_index_entry_id: z.ZodOptional<z.ZodString>;
1882
- }, "strip", z.ZodTypeAny, {
1883
- kind: "error" | "negotiation" | "curiosity" | "observation" | "dream" | "sleep" | "suggestion" | "skipped";
1884
- trigger: "schedule" | "external" | "proactive_tick";
1885
- summary: string;
1886
- recorded_at: string;
1887
- goal_id?: string | undefined;
1888
- surface_id?: string | undefined;
1889
- intervention_id?: string | undefined;
1890
- suggestion_title?: string | undefined;
1891
- surface_included_count?: number | undefined;
1892
- surface_excluded_count?: number | undefined;
1893
- surface_inspection?: {
1894
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1895
- inspection: {
1896
- source_refs: {
1897
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1898
- ref: string;
1899
- content_state: "materialized" | "redacted";
1900
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1901
- owning_store_ref?: {
1902
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1903
- schema_version: number;
1904
- store_ref: string;
1905
- record_ref: string;
1906
- } | undefined;
1907
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1908
- superseded_by_memory_id?: string | null | undefined;
1909
- surface_ref?: string | undefined;
1910
- }[];
1911
- scope: {
1912
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1913
- ref: string;
1914
- };
1915
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1916
- version: number;
1917
- invalidation_state: "valid" | "unknown" | "invalid";
1918
- surface_id: string;
1919
- gate_outcomes: {
1920
- status: "unknown" | "blocked" | "passed";
1921
- evaluated_at: string;
1922
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1923
- reason_ref?: string | undefined;
1924
- }[];
1925
- included_summaries: {
1926
- memory_id: string;
1927
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1928
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1929
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1930
- summary_ref: string;
1931
- }[];
1932
- excluded_summaries: {
1933
- memory_id: string;
1934
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1935
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1936
- lane: "exclusion";
1937
- redaction_ref?: string | undefined;
1938
- inhibition_ref?: string | undefined;
1939
- }[];
1940
- redacted_audit_refs: string[];
1941
- };
1942
- prompt_dump?: undefined;
1943
- } | undefined;
1944
- surface_inspections?: {
1945
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1946
- inspection: {
1947
- source_refs: {
1948
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
1949
- ref: string;
1950
- content_state: "materialized" | "redacted";
1951
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
1952
- owning_store_ref?: {
1953
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
1954
- schema_version: number;
1955
- store_ref: string;
1956
- record_ref: string;
1957
- } | undefined;
1958
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
1959
- superseded_by_memory_id?: string | null | undefined;
1960
- surface_ref?: string | undefined;
1961
- }[];
1962
- scope: {
1963
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
1964
- ref: string;
1965
- };
1966
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
1967
- version: number;
1968
- invalidation_state: "valid" | "unknown" | "invalid";
1969
- surface_id: string;
1970
- gate_outcomes: {
1971
- status: "unknown" | "blocked" | "passed";
1972
- evaluated_at: string;
1973
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
1974
- reason_ref?: string | undefined;
1975
- }[];
1976
- included_summaries: {
1977
- memory_id: string;
1978
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
1979
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
1980
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
1981
- summary_ref: string;
1982
- }[];
1983
- excluded_summaries: {
1984
- memory_id: string;
1985
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
1986
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
1987
- lane: "exclusion";
1988
- redaction_ref?: string | undefined;
1989
- inhibition_ref?: string | undefined;
1990
- }[];
1991
- redacted_audit_refs: string[];
1992
- };
1993
- prompt_dump?: undefined;
1994
- }[] | undefined;
1995
- attention_input_id?: string | undefined;
1996
- attention_replay_disposition?: "accepted" | "duplicate" | undefined;
1997
- agenda_item_id?: string | undefined;
1998
- outcome_decision_id?: string | undefined;
1999
- operation_plan_assembly_id?: string | undefined;
2000
- operation_plan_status?: "fail_closed" | "planned" | "no_supported_plan" | "clarification_required" | undefined;
2001
- operation_plan_reason?: string | undefined;
2002
- operation_plan_id?: string | undefined;
2003
- operation_admission_evaluation_id?: string | undefined;
2004
- autonomy_decision_id?: string | undefined;
2005
- autonomy_decision_level?: "approval_required" | "advisory" | "prepare_only" | "user_directed_execute" | "autonomous_low_risk" | "prohibited" | undefined;
2006
- operation_preparation_allowed?: boolean | undefined;
2007
- operation_execution_allowed?: boolean | undefined;
2008
- cognition_id?: string | undefined;
2009
- cognition_response_plan_id?: string | undefined;
2010
- cognition_delivery_kind?: "prepare" | "hold" | "notify" | "digest" | "suggest" | "speak" | "execute" | undefined;
2011
- cognition_writeback_proposal_count?: number | undefined;
2012
- cognition_tool_candidate_count?: number | undefined;
2013
- cognition_replay_record_id?: string | undefined;
2014
- cognition_replay_index_entry_id?: string | undefined;
2015
- }, {
2016
- kind: "error" | "negotiation" | "curiosity" | "observation" | "dream" | "sleep" | "suggestion" | "skipped";
2017
- summary: string;
2018
- recorded_at: string;
2019
- trigger?: "schedule" | "external" | "proactive_tick" | undefined;
2020
- goal_id?: string | undefined;
2021
- surface_id?: string | undefined;
2022
- intervention_id?: string | undefined;
2023
- suggestion_title?: string | undefined;
2024
- surface_included_count?: number | undefined;
2025
- surface_excluded_count?: number | undefined;
2026
- surface_inspection?: {
2027
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
2028
- inspection: {
2029
- source_refs: {
2030
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
2031
- ref: string;
2032
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
2033
- owning_store_ref?: {
2034
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
2035
- store_ref: string;
2036
- record_ref: string;
2037
- schema_version?: number | undefined;
2038
- } | undefined;
2039
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
2040
- superseded_by_memory_id?: string | null | undefined;
2041
- content_state?: "materialized" | "redacted" | undefined;
2042
- surface_ref?: string | undefined;
2043
- }[];
2044
- scope: {
2045
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
2046
- ref: string;
2047
- };
2048
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
2049
- version: number;
2050
- invalidation_state: "valid" | "unknown" | "invalid";
2051
- surface_id: string;
2052
- gate_outcomes: {
2053
- status: "unknown" | "blocked" | "passed";
2054
- evaluated_at: string;
2055
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
2056
- reason_ref?: string | undefined;
2057
- }[];
2058
- included_summaries?: {
2059
- memory_id: string;
2060
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
2061
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
2062
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
2063
- summary_ref: string;
2064
- }[] | undefined;
2065
- excluded_summaries?: {
2066
- memory_id: string;
2067
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
2068
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
2069
- lane: "exclusion";
2070
- redaction_ref?: string | undefined;
2071
- inhibition_ref?: string | undefined;
2072
- }[] | undefined;
2073
- redacted_audit_refs?: string[] | undefined;
2074
- };
2075
- prompt_dump?: undefined;
2076
- } | undefined;
2077
- surface_inspections?: {
2078
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
2079
- inspection: {
2080
- source_refs: {
2081
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
2082
- ref: string;
2083
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
2084
- owning_store_ref?: {
2085
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
2086
- store_ref: string;
2087
- record_ref: string;
2088
- schema_version?: number | undefined;
2089
- } | undefined;
2090
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
2091
- superseded_by_memory_id?: string | null | undefined;
2092
- content_state?: "materialized" | "redacted" | undefined;
2093
- surface_ref?: string | undefined;
2094
- }[];
2095
- scope: {
2096
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
2097
- ref: string;
2098
- };
2099
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
2100
- version: number;
2101
- invalidation_state: "valid" | "unknown" | "invalid";
2102
- surface_id: string;
2103
- gate_outcomes: {
2104
- status: "unknown" | "blocked" | "passed";
2105
- evaluated_at: string;
2106
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
2107
- reason_ref?: string | undefined;
2108
- }[];
2109
- included_summaries?: {
2110
- memory_id: string;
2111
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
2112
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
2113
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
2114
- summary_ref: string;
2115
- }[] | undefined;
2116
- excluded_summaries?: {
2117
- memory_id: string;
2118
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
2119
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
2120
- lane: "exclusion";
2121
- redaction_ref?: string | undefined;
2122
- inhibition_ref?: string | undefined;
2123
- }[] | undefined;
2124
- redacted_audit_refs?: string[] | undefined;
2125
- };
2126
- prompt_dump?: undefined;
2127
- }[] | undefined;
2128
- attention_input_id?: string | undefined;
2129
- attention_replay_disposition?: "accepted" | "duplicate" | undefined;
2130
- agenda_item_id?: string | undefined;
2131
- outcome_decision_id?: string | undefined;
2132
- operation_plan_assembly_id?: string | undefined;
2133
- operation_plan_status?: "fail_closed" | "planned" | "no_supported_plan" | "clarification_required" | undefined;
2134
- operation_plan_reason?: string | undefined;
2135
- operation_plan_id?: string | undefined;
2136
- operation_admission_evaluation_id?: string | undefined;
2137
- autonomy_decision_id?: string | undefined;
2138
- autonomy_decision_level?: "approval_required" | "advisory" | "prepare_only" | "user_directed_execute" | "autonomous_low_risk" | "prohibited" | undefined;
2139
- operation_preparation_allowed?: boolean | undefined;
2140
- operation_execution_allowed?: boolean | undefined;
2141
- cognition_id?: string | undefined;
2142
- cognition_response_plan_id?: string | undefined;
2143
- cognition_delivery_kind?: "prepare" | "hold" | "notify" | "digest" | "suggest" | "speak" | "execute" | undefined;
2144
- cognition_writeback_proposal_count?: number | undefined;
2145
- cognition_tool_candidate_count?: number | undefined;
2146
- cognition_replay_record_id?: string | undefined;
2147
- cognition_replay_index_entry_id?: string | undefined;
2148
- }>>>;
2149
- waiting_goals: z.ZodOptional<z.ZodArray<z.ZodObject<{
2150
- goal_id: z.ZodString;
2151
- strategy_id: z.ZodString;
2152
- next_observe_at: z.ZodString;
2153
- wait_until: z.ZodString;
2154
- wait_reason: z.ZodString;
2155
- approval_pending: z.ZodOptional<z.ZodBoolean>;
2156
- activation_kind: z.ZodOptional<z.ZodEnum<["wait_resume"]>>;
2157
- internal_schedule: z.ZodOptional<z.ZodBoolean>;
2158
- }, "strip", z.ZodTypeAny, {
2159
- goal_id: string;
2160
- strategy_id: string;
2161
- wait_reason: string;
2162
- wait_until: string;
2163
- next_observe_at: string;
2164
- approval_pending?: boolean | undefined;
2165
- activation_kind?: "wait_resume" | undefined;
2166
- internal_schedule?: boolean | undefined;
2167
- }, {
2168
- goal_id: string;
2169
- strategy_id: string;
2170
- wait_reason: string;
2171
- wait_until: string;
2172
- next_observe_at: string;
2173
- approval_pending?: boolean | undefined;
2174
- activation_kind?: "wait_resume" | undefined;
2175
- internal_schedule?: boolean | undefined;
2176
- }>, "many">>;
2177
- next_observe_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2178
- last_observe_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2179
- last_wait_reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2180
- approval_pending_count: z.ZodOptional<z.ZodNumber>;
2181
- safe_pause_goals: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2182
- schema_version: z.ZodLiteral<"runtime-safe-pause-v1">;
2183
- goal_id: z.ZodString;
2184
- state: z.ZodEnum<["running", "pause_requested", "paused", "resumed", "emergency_stopped", "completed"]>;
2185
- requested_at: z.ZodOptional<z.ZodString>;
2186
- paused_at: z.ZodOptional<z.ZodString>;
2187
- resumed_at: z.ZodOptional<z.ZodString>;
2188
- completed_at: z.ZodOptional<z.ZodString>;
2189
- updated_at: z.ZodString;
2190
- requested_by: z.ZodOptional<z.ZodString>;
2191
- reason: z.ZodOptional<z.ZodString>;
2192
- checkpoint: z.ZodOptional<z.ZodObject<{
2193
- checkpoint_id: z.ZodString;
2194
- checkpointed_at: z.ZodString;
2195
- reason: z.ZodOptional<z.ZodString>;
2196
- active_goals: z.ZodArray<z.ZodString, "many">;
2197
- queued_goal_ids: z.ZodArray<z.ZodString, "many">;
2198
- current_mode: z.ZodNullable<z.ZodString>;
2199
- candidate_evidence_refs: z.ZodArray<z.ZodString, "many">;
2200
- artifact_refs: z.ZodArray<z.ZodString, "many">;
2201
- next_action: z.ZodNullable<z.ZodString>;
2202
- supervisor_state_ref: z.ZodNullable<z.ZodString>;
2203
- background_run_ids: z.ZodArray<z.ZodString, "many">;
2204
- }, "strip", z.ZodTypeAny, {
2205
- artifact_refs: string[];
2206
- checkpoint_id: string;
2207
- checkpointed_at: string;
2208
- active_goals: string[];
2209
- queued_goal_ids: string[];
2210
- current_mode: string | null;
2211
- candidate_evidence_refs: string[];
2212
- next_action: string | null;
2213
- supervisor_state_ref: string | null;
2214
- background_run_ids: string[];
2215
- reason?: string | undefined;
2216
- }, {
2217
- artifact_refs: string[];
2218
- checkpoint_id: string;
2219
- checkpointed_at: string;
2220
- active_goals: string[];
2221
- queued_goal_ids: string[];
2222
- current_mode: string | null;
2223
- candidate_evidence_refs: string[];
2224
- next_action: string | null;
2225
- supervisor_state_ref: string | null;
2226
- background_run_ids: string[];
2227
- reason?: string | undefined;
2228
- }>>;
2229
- }, "strip", z.ZodTypeAny, {
2230
- updated_at: string;
2231
- goal_id: string;
2232
- schema_version: "runtime-safe-pause-v1";
2233
- state: "running" | "completed" | "paused" | "pause_requested" | "resumed" | "emergency_stopped";
2234
- completed_at?: string | undefined;
2235
- reason?: string | undefined;
2236
- requested_at?: string | undefined;
2237
- requested_by?: string | undefined;
2238
- paused_at?: string | undefined;
2239
- resumed_at?: string | undefined;
2240
- checkpoint?: {
2241
- artifact_refs: string[];
2242
- checkpoint_id: string;
2243
- checkpointed_at: string;
2244
- active_goals: string[];
2245
- queued_goal_ids: string[];
2246
- current_mode: string | null;
2247
- candidate_evidence_refs: string[];
2248
- next_action: string | null;
2249
- supervisor_state_ref: string | null;
2250
- background_run_ids: string[];
2251
- reason?: string | undefined;
2252
- } | undefined;
2253
- }, {
2254
- updated_at: string;
2255
- goal_id: string;
2256
- schema_version: "runtime-safe-pause-v1";
2257
- state: "running" | "completed" | "paused" | "pause_requested" | "resumed" | "emergency_stopped";
2258
- completed_at?: string | undefined;
2259
- reason?: string | undefined;
2260
- requested_at?: string | undefined;
2261
- requested_by?: string | undefined;
2262
- paused_at?: string | undefined;
2263
- resumed_at?: string | undefined;
2264
- checkpoint?: {
2265
- artifact_refs: string[];
2266
- checkpoint_id: string;
2267
- checkpointed_at: string;
2268
- active_goals: string[];
2269
- queued_goal_ids: string[];
2270
- current_mode: string | null;
2271
- candidate_evidence_refs: string[];
2272
- next_action: string | null;
2273
- supervisor_state_ref: string | null;
2274
- background_run_ids: string[];
2275
- reason?: string | undefined;
2276
- } | undefined;
2277
- }>>>;
2278
- }, "strip", z.ZodTypeAny, {
2279
- status: "running" | "idle" | "stopping" | "stopped" | "crashed";
2280
- started_at: string;
2281
- last_error: string | null;
2282
- active_goals: string[];
2283
- pid: number;
2284
- last_loop_at: string | null;
2285
- loop_count: number;
2286
- crash_count: number;
2287
- last_resident_at: string | null;
2288
- resident_activity: {
2289
- kind: "error" | "negotiation" | "curiosity" | "observation" | "dream" | "sleep" | "suggestion" | "skipped";
2290
- trigger: "schedule" | "external" | "proactive_tick";
2291
- summary: string;
2292
- recorded_at: string;
2293
- goal_id?: string | undefined;
2294
- surface_id?: string | undefined;
2295
- intervention_id?: string | undefined;
2296
- suggestion_title?: string | undefined;
2297
- surface_included_count?: number | undefined;
2298
- surface_excluded_count?: number | undefined;
2299
- surface_inspection?: {
2300
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
2301
- inspection: {
2302
- source_refs: {
2303
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
2304
- ref: string;
2305
- content_state: "materialized" | "redacted";
2306
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
2307
- owning_store_ref?: {
2308
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
2309
- schema_version: number;
2310
- store_ref: string;
2311
- record_ref: string;
2312
- } | undefined;
2313
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
2314
- superseded_by_memory_id?: string | null | undefined;
2315
- surface_ref?: string | undefined;
2316
- }[];
2317
- scope: {
2318
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
2319
- ref: string;
2320
- };
2321
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
2322
- version: number;
2323
- invalidation_state: "valid" | "unknown" | "invalid";
2324
- surface_id: string;
2325
- gate_outcomes: {
2326
- status: "unknown" | "blocked" | "passed";
2327
- evaluated_at: string;
2328
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
2329
- reason_ref?: string | undefined;
2330
- }[];
2331
- included_summaries: {
2332
- memory_id: string;
2333
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
2334
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
2335
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
2336
- summary_ref: string;
2337
- }[];
2338
- excluded_summaries: {
2339
- memory_id: string;
2340
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
2341
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
2342
- lane: "exclusion";
2343
- redaction_ref?: string | undefined;
2344
- inhibition_ref?: string | undefined;
2345
- }[];
2346
- redacted_audit_refs: string[];
2347
- };
2348
- prompt_dump?: undefined;
2349
- } | undefined;
2350
- surface_inspections?: {
2351
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
2352
- inspection: {
2353
- source_refs: {
2354
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
2355
- ref: string;
2356
- content_state: "materialized" | "redacted";
2357
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
2358
- owning_store_ref?: {
2359
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
2360
- schema_version: number;
2361
- store_ref: string;
2362
- record_ref: string;
2363
- } | undefined;
2364
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
2365
- superseded_by_memory_id?: string | null | undefined;
2366
- surface_ref?: string | undefined;
2367
- }[];
2368
- scope: {
2369
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
2370
- ref: string;
2371
- };
2372
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
2373
- version: number;
2374
- invalidation_state: "valid" | "unknown" | "invalid";
2375
- surface_id: string;
2376
- gate_outcomes: {
2377
- status: "unknown" | "blocked" | "passed";
2378
- evaluated_at: string;
2379
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
2380
- reason_ref?: string | undefined;
2381
- }[];
2382
- included_summaries: {
2383
- memory_id: string;
2384
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
2385
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
2386
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
2387
- summary_ref: string;
2388
- }[];
2389
- excluded_summaries: {
2390
- memory_id: string;
2391
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
2392
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
2393
- lane: "exclusion";
2394
- redaction_ref?: string | undefined;
2395
- inhibition_ref?: string | undefined;
2396
- }[];
2397
- redacted_audit_refs: string[];
2398
- };
2399
- prompt_dump?: undefined;
2400
- }[] | undefined;
2401
- attention_input_id?: string | undefined;
2402
- attention_replay_disposition?: "accepted" | "duplicate" | undefined;
2403
- agenda_item_id?: string | undefined;
2404
- outcome_decision_id?: string | undefined;
2405
- operation_plan_assembly_id?: string | undefined;
2406
- operation_plan_status?: "fail_closed" | "planned" | "no_supported_plan" | "clarification_required" | undefined;
2407
- operation_plan_reason?: string | undefined;
2408
- operation_plan_id?: string | undefined;
2409
- operation_admission_evaluation_id?: string | undefined;
2410
- autonomy_decision_id?: string | undefined;
2411
- autonomy_decision_level?: "approval_required" | "advisory" | "prepare_only" | "user_directed_execute" | "autonomous_low_risk" | "prohibited" | undefined;
2412
- operation_preparation_allowed?: boolean | undefined;
2413
- operation_execution_allowed?: boolean | undefined;
2414
- cognition_id?: string | undefined;
2415
- cognition_response_plan_id?: string | undefined;
2416
- cognition_delivery_kind?: "prepare" | "hold" | "notify" | "digest" | "suggest" | "speak" | "execute" | undefined;
2417
- cognition_writeback_proposal_count?: number | undefined;
2418
- cognition_tool_candidate_count?: number | undefined;
2419
- cognition_replay_record_id?: string | undefined;
2420
- cognition_replay_index_entry_id?: string | undefined;
2421
- } | null;
2422
- next_observe_at?: string | null | undefined;
2423
- runtime_root?: string | undefined;
2424
- interrupted_goals?: string[] | undefined;
2425
- waiting_goals?: {
2426
- goal_id: string;
2427
- strategy_id: string;
2428
- wait_reason: string;
2429
- wait_until: string;
2430
- next_observe_at: string;
2431
- approval_pending?: boolean | undefined;
2432
- activation_kind?: "wait_resume" | undefined;
2433
- internal_schedule?: boolean | undefined;
2434
- }[] | undefined;
2435
- last_observe_at?: string | null | undefined;
2436
- last_wait_reason?: string | null | undefined;
2437
- approval_pending_count?: number | undefined;
2438
- safe_pause_goals?: Record<string, {
2439
- updated_at: string;
2440
- goal_id: string;
2441
- schema_version: "runtime-safe-pause-v1";
2442
- state: "running" | "completed" | "paused" | "pause_requested" | "resumed" | "emergency_stopped";
2443
- completed_at?: string | undefined;
2444
- reason?: string | undefined;
2445
- requested_at?: string | undefined;
2446
- requested_by?: string | undefined;
2447
- paused_at?: string | undefined;
2448
- resumed_at?: string | undefined;
2449
- checkpoint?: {
2450
- artifact_refs: string[];
2451
- checkpoint_id: string;
2452
- checkpointed_at: string;
2453
- active_goals: string[];
2454
- queued_goal_ids: string[];
2455
- current_mode: string | null;
2456
- candidate_evidence_refs: string[];
2457
- next_action: string | null;
2458
- supervisor_state_ref: string | null;
2459
- background_run_ids: string[];
2460
- reason?: string | undefined;
2461
- } | undefined;
2462
- }> | undefined;
2463
- }, {
2464
- status: "running" | "idle" | "stopping" | "stopped" | "crashed";
2465
- started_at: string;
2466
- active_goals: string[];
2467
- pid: number;
2468
- last_loop_at: string | null;
2469
- loop_count: number;
2470
- next_observe_at?: string | null | undefined;
2471
- last_error?: string | null | undefined;
2472
- runtime_root?: string | undefined;
2473
- crash_count?: number | undefined;
2474
- interrupted_goals?: string[] | undefined;
2475
- last_resident_at?: string | null | undefined;
2476
- resident_activity?: {
2477
- kind: "error" | "negotiation" | "curiosity" | "observation" | "dream" | "sleep" | "suggestion" | "skipped";
2478
- summary: string;
2479
- recorded_at: string;
2480
- trigger?: "schedule" | "external" | "proactive_tick" | undefined;
2481
- goal_id?: string | undefined;
2482
- surface_id?: string | undefined;
2483
- intervention_id?: string | undefined;
2484
- suggestion_title?: string | undefined;
2485
- surface_included_count?: number | undefined;
2486
- surface_excluded_count?: number | undefined;
2487
- surface_inspection?: {
2488
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
2489
- inspection: {
2490
- source_refs: {
2491
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
2492
- ref: string;
2493
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
2494
- owning_store_ref?: {
2495
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
2496
- store_ref: string;
2497
- record_ref: string;
2498
- schema_version?: number | undefined;
2499
- } | undefined;
2500
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
2501
- superseded_by_memory_id?: string | null | undefined;
2502
- content_state?: "materialized" | "redacted" | undefined;
2503
- surface_ref?: string | undefined;
2504
- }[];
2505
- scope: {
2506
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
2507
- ref: string;
2508
- };
2509
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
2510
- version: number;
2511
- invalidation_state: "valid" | "unknown" | "invalid";
2512
- surface_id: string;
2513
- gate_outcomes: {
2514
- status: "unknown" | "blocked" | "passed";
2515
- evaluated_at: string;
2516
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
2517
- reason_ref?: string | undefined;
2518
- }[];
2519
- included_summaries?: {
2520
- memory_id: string;
2521
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
2522
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
2523
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
2524
- summary_ref: string;
2525
- }[] | undefined;
2526
- excluded_summaries?: {
2527
- memory_id: string;
2528
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
2529
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
2530
- lane: "exclusion";
2531
- redaction_ref?: string | undefined;
2532
- inhibition_ref?: string | undefined;
2533
- }[] | undefined;
2534
- redacted_audit_refs?: string[] | undefined;
2535
- };
2536
- prompt_dump?: undefined;
2537
- } | undefined;
2538
- surface_inspections?: {
2539
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
2540
- inspection: {
2541
- source_refs: {
2542
- kind: "memory_write_candidate" | "memory_record" | "permission_grant" | "runtime_item" | "agenda_item" | "urge_candidate" | "outcome_decision" | "expression_decision" | "session_resume_attempt" | "audit_trace";
2543
- ref: string;
2544
- correction_state?: "deleted" | "superseded" | "retracted" | "current" | "under_review" | "corrected" | undefined;
2545
- owning_store_ref?: {
2546
- kind: "relationship_profile" | "profile_proposal" | "runtime_session" | "soil" | "knowledge" | "dream_seed";
2547
- store_ref: string;
2548
- record_ref: string;
2549
- schema_version?: number | undefined;
2550
- } | undefined;
2551
- lifecycle?: "active" | "archived" | "suppressed" | "tombstoned" | "deleted" | "planted" | "matured" | "decayed" | "retired" | "superseded" | "retracted" | undefined;
2552
- superseded_by_memory_id?: string | null | undefined;
2553
- content_state?: "materialized" | "redacted" | undefined;
2554
- surface_ref?: string | undefined;
2555
- }[];
2556
- scope: {
2557
- kind: "task" | "runtime_item" | "conversation" | "inspection" | "session_resume";
2558
- ref: string;
2559
- };
2560
- target: "chat" | "tui" | "cli" | "daemon" | "gateway" | "gui" | "agent_loop" | "core_loop";
2561
- version: number;
2562
- invalidation_state: "valid" | "unknown" | "invalid";
2563
- surface_id: string;
2564
- gate_outcomes: {
2565
- status: "unknown" | "blocked" | "passed";
2566
- evaluated_at: string;
2567
- gate: "permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection";
2568
- reason_ref?: string | undefined;
2569
- }[];
2570
- included_summaries?: {
2571
- memory_id: string;
2572
- record_kind: "promise" | "boundary" | "stable_profile_fact" | "preference" | "routine" | "intervention_policy" | "episodic_event" | "correction" | "relationship_posture" | "consent_scope" | "work_commitment" | "project_fact" | "knowledge_fact" | "open_tension" | "anti_memory_rule" | "seed_candidate";
2573
- lane: "promise" | "knowledge" | "work_memory" | "relationship" | "boundary" | "anti_memory" | "tension";
2574
- use_class: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly";
2575
- summary_ref: string;
2576
- }[] | undefined;
2577
- excluded_summaries?: {
2578
- memory_id: string;
2579
- requested_use: "runtime_grounding" | "design_grounding" | "behavioral_inhibition" | "attention_prioritization" | "expression_mode_selection" | "tone_adaptation" | "goal_planning" | "ask_for_confirmation" | "proactive_action_candidate" | "user_facing_reference" | "memory_write_candidate" | "surface_projection" | "never_use_directly" | "user_personality_labeling" | "diagnosis" | "motivation_claim" | "emotional_leverage" | "engagement_optimization" | "attachment_optimization" | "proactive_trigger" | "side_effect_authorization" | "stale_session_authorization" | "raw_prompt_injection" | "cross_scope_reuse";
2580
- blocked_by: ("permission" | "scope" | "sensitivity" | "lifecycle" | "allowed_use" | "forbidden_use" | "audit" | "staleness" | "projection")[];
2581
- lane: "exclusion";
2582
- redaction_ref?: string | undefined;
2583
- inhibition_ref?: string | undefined;
2584
- }[] | undefined;
2585
- redacted_audit_refs?: string[] | undefined;
2586
- };
2587
- prompt_dump?: undefined;
2588
- }[] | undefined;
2589
- attention_input_id?: string | undefined;
2590
- attention_replay_disposition?: "accepted" | "duplicate" | undefined;
2591
- agenda_item_id?: string | undefined;
2592
- outcome_decision_id?: string | undefined;
2593
- operation_plan_assembly_id?: string | undefined;
2594
- operation_plan_status?: "fail_closed" | "planned" | "no_supported_plan" | "clarification_required" | undefined;
2595
- operation_plan_reason?: string | undefined;
2596
- operation_plan_id?: string | undefined;
2597
- operation_admission_evaluation_id?: string | undefined;
2598
- autonomy_decision_id?: string | undefined;
2599
- autonomy_decision_level?: "approval_required" | "advisory" | "prepare_only" | "user_directed_execute" | "autonomous_low_risk" | "prohibited" | undefined;
2600
- operation_preparation_allowed?: boolean | undefined;
2601
- operation_execution_allowed?: boolean | undefined;
2602
- cognition_id?: string | undefined;
2603
- cognition_response_plan_id?: string | undefined;
2604
- cognition_delivery_kind?: "prepare" | "hold" | "notify" | "digest" | "suggest" | "speak" | "execute" | undefined;
2605
- cognition_writeback_proposal_count?: number | undefined;
2606
- cognition_tool_candidate_count?: number | undefined;
2607
- cognition_replay_record_id?: string | undefined;
2608
- cognition_replay_index_entry_id?: string | undefined;
2609
- } | null | undefined;
2610
- waiting_goals?: {
2611
- goal_id: string;
2612
- strategy_id: string;
2613
- wait_reason: string;
2614
- wait_until: string;
2615
- next_observe_at: string;
2616
- approval_pending?: boolean | undefined;
2617
- activation_kind?: "wait_resume" | undefined;
2618
- internal_schedule?: boolean | undefined;
2619
- }[] | undefined;
2620
- last_observe_at?: string | null | undefined;
2621
- last_wait_reason?: string | null | undefined;
2622
- approval_pending_count?: number | undefined;
2623
- safe_pause_goals?: Record<string, {
2624
- updated_at: string;
2625
- goal_id: string;
2626
- schema_version: "runtime-safe-pause-v1";
2627
- state: "running" | "completed" | "paused" | "pause_requested" | "resumed" | "emergency_stopped";
2628
- completed_at?: string | undefined;
2629
- reason?: string | undefined;
2630
- requested_at?: string | undefined;
2631
- requested_by?: string | undefined;
2632
- paused_at?: string | undefined;
2633
- resumed_at?: string | undefined;
2634
- checkpoint?: {
2635
- artifact_refs: string[];
2636
- checkpoint_id: string;
2637
- checkpointed_at: string;
2638
- active_goals: string[];
2639
- queued_goal_ids: string[];
2640
- current_mode: string | null;
2641
- candidate_evidence_refs: string[];
2642
- next_action: string | null;
2643
- supervisor_state_ref: string | null;
2644
- background_run_ids: string[];
2645
- reason?: string | undefined;
2646
- } | undefined;
2647
- }> | undefined;
2648
- }>;
2649
- export type DaemonState = z.infer<typeof DaemonStateSchema>;
2650
- export declare const PIDInfoSchema: z.ZodObject<{
2651
- pid: z.ZodNumber;
2652
- started_at: z.ZodDefault<z.ZodString>;
2653
- runtime_started_at: z.ZodOptional<z.ZodString>;
2654
- owner_pid: z.ZodOptional<z.ZodNumber>;
2655
- owner_started_at: z.ZodOptional<z.ZodString>;
2656
- watchdog_pid: z.ZodOptional<z.ZodNumber>;
2657
- watchdog_started_at: z.ZodOptional<z.ZodString>;
2658
- runtime_pid: z.ZodOptional<z.ZodNumber>;
2659
- version: z.ZodOptional<z.ZodString>;
2660
- }, "strip", z.ZodTypeAny, {
2661
- started_at: string;
2662
- pid: number;
2663
- version?: string | undefined;
2664
- runtime_started_at?: string | undefined;
2665
- owner_pid?: number | undefined;
2666
- owner_started_at?: string | undefined;
2667
- watchdog_pid?: number | undefined;
2668
- watchdog_started_at?: string | undefined;
2669
- runtime_pid?: number | undefined;
2670
- }, {
2671
- pid: number;
2672
- started_at?: string | undefined;
2673
- version?: string | undefined;
2674
- runtime_started_at?: string | undefined;
2675
- owner_pid?: number | undefined;
2676
- owner_started_at?: string | undefined;
2677
- watchdog_pid?: number | undefined;
2678
- watchdog_started_at?: string | undefined;
2679
- runtime_pid?: number | undefined;
2680
- }>;
2681
- export type PIDInfo = z.infer<typeof PIDInfoSchema>;
2682
- //# sourceMappingURL=daemon.d.ts.map