pulseed 0.4.3 → 0.4.4

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 (3465) hide show
  1. package/dist/adapters/types/a2a.d.ts +46 -46
  2. package/dist/base/llm/base-llm-client.js +1 -1
  3. package/dist/base/llm/base-llm-client.js.map +1 -1
  4. package/dist/base/llm/codex-llm-client.d.ts.map +1 -1
  5. package/dist/base/llm/codex-llm-client.js +8 -1
  6. package/dist/base/llm/codex-llm-client.js.map +1 -1
  7. package/dist/base/llm/provider-config.d.ts +1 -0
  8. package/dist/base/llm/provider-config.d.ts.map +1 -1
  9. package/dist/base/llm/provider-config.js +18 -0
  10. package/dist/base/llm/provider-config.js.map +1 -1
  11. package/dist/base/utils/json-io.d.ts +1 -1
  12. package/dist/base/utils/json-io.d.ts.map +1 -1
  13. package/dist/base/utils/json-io.js +3 -2
  14. package/dist/base/utils/json-io.js.map +1 -1
  15. package/dist/interface/cli/cli-command-registry.d.ts.map +1 -1
  16. package/dist/interface/cli/cli-command-registry.js +5 -2
  17. package/dist/interface/cli/cli-command-registry.js.map +1 -1
  18. package/dist/interface/cli/cli-runner.js +0 -0
  19. package/dist/interface/cli/commands/daemon.d.ts +1 -0
  20. package/dist/interface/cli/commands/daemon.d.ts.map +1 -1
  21. package/dist/interface/cli/commands/daemon.js +278 -46
  22. package/dist/interface/cli/commands/daemon.js.map +1 -1
  23. package/dist/interface/cli/commands/doctor.d.ts +1 -1
  24. package/dist/interface/cli/commands/doctor.d.ts.map +1 -1
  25. package/dist/interface/cli/commands/doctor.js +190 -29
  26. package/dist/interface/cli/commands/doctor.js.map +1 -1
  27. package/dist/interface/cli/commands/install.d.ts.map +1 -1
  28. package/dist/interface/cli/commands/install.js +2 -5
  29. package/dist/interface/cli/commands/install.js.map +1 -1
  30. package/dist/interface/cli/commands/setup/steps-runtime.d.ts.map +1 -1
  31. package/dist/interface/cli/commands/setup/steps-runtime.js +6 -12
  32. package/dist/interface/cli/commands/setup/steps-runtime.js.map +1 -1
  33. package/dist/interface/cli/setup.d.ts +2 -0
  34. package/dist/interface/cli/setup.d.ts.map +1 -1
  35. package/dist/interface/cli/setup.js +16 -1
  36. package/dist/interface/cli/setup.js.map +1 -1
  37. package/dist/interface/cli/utils.d.ts.map +1 -1
  38. package/dist/interface/cli/utils.js +1 -0
  39. package/dist/interface/cli/utils.js.map +1 -1
  40. package/dist/orchestrator/execution/task/task-executor.d.ts.map +1 -1
  41. package/dist/orchestrator/execution/task/task-executor.js +6 -0
  42. package/dist/orchestrator/execution/task/task-executor.js.map +1 -1
  43. package/dist/orchestrator/execution/task/task-generation.d.ts.map +1 -1
  44. package/dist/orchestrator/execution/task/task-generation.js +21 -3
  45. package/dist/orchestrator/execution/task/task-generation.js.map +1 -1
  46. package/dist/orchestrator/execution/task/task-lifecycle.d.ts.map +1 -1
  47. package/dist/orchestrator/execution/task/task-lifecycle.js +49 -12
  48. package/dist/orchestrator/execution/task/task-lifecycle.js.map +1 -1
  49. package/dist/orchestrator/execution/task/task-outcome-ledger.d.ts +83 -0
  50. package/dist/orchestrator/execution/task/task-outcome-ledger.d.ts.map +1 -0
  51. package/dist/orchestrator/execution/task/task-outcome-ledger.js +247 -0
  52. package/dist/orchestrator/execution/task/task-outcome-ledger.js.map +1 -0
  53. package/dist/orchestrator/execution/task/task-prompt-builder.d.ts.map +1 -1
  54. package/dist/orchestrator/execution/task/task-prompt-builder.js +79 -36
  55. package/dist/orchestrator/execution/task/task-prompt-builder.js.map +1 -1
  56. package/dist/orchestrator/execution/task/task-verifier-rules.d.ts.map +1 -1
  57. package/dist/orchestrator/execution/task/task-verifier-rules.js +2 -0
  58. package/dist/orchestrator/execution/task/task-verifier-rules.js.map +1 -1
  59. package/dist/orchestrator/execution/task/task-verifier.d.ts.map +1 -1
  60. package/dist/orchestrator/execution/task/task-verifier.js +63 -0
  61. package/dist/orchestrator/execution/task/task-verifier.js.map +1 -1
  62. package/dist/orchestrator/loop/core-loop/preparation.d.ts.map +1 -1
  63. package/dist/orchestrator/loop/core-loop/preparation.js +8 -3
  64. package/dist/orchestrator/loop/core-loop/preparation.js.map +1 -1
  65. package/dist/orchestrator/loop/core-loop/task-cycle.d.ts.map +1 -1
  66. package/dist/orchestrator/loop/core-loop/task-cycle.js +65 -37
  67. package/dist/orchestrator/loop/core-loop/task-cycle.js.map +1 -1
  68. package/dist/orchestrator/loop/core-loop.d.ts.map +1 -1
  69. package/dist/orchestrator/loop/core-loop.js +29 -7
  70. package/dist/orchestrator/loop/core-loop.js.map +1 -1
  71. package/dist/platform/dream/dream-types.d.ts +24 -24
  72. package/dist/platform/knowledge/transfer/knowledge-transfer.d.ts +1 -1
  73. package/dist/platform/knowledge/transfer/knowledge-transfer.d.ts.map +1 -1
  74. package/dist/platform/knowledge/transfer/knowledge-transfer.js +16 -2
  75. package/dist/platform/knowledge/transfer/knowledge-transfer.js.map +1 -1
  76. package/dist/platform/observation/workspace-context.d.ts +1 -0
  77. package/dist/platform/observation/workspace-context.d.ts.map +1 -1
  78. package/dist/platform/observation/workspace-context.js +22 -9
  79. package/dist/platform/observation/workspace-context.js.map +1 -1
  80. package/dist/platform/traits/types/curiosity.d.ts +12 -12
  81. package/dist/platform/traits/types/curiosity.js +1 -1
  82. package/dist/platform/traits/types/curiosity.js.map +1 -1
  83. package/dist/runtime/daemon/client.d.ts +14 -0
  84. package/dist/runtime/daemon/client.d.ts.map +1 -1
  85. package/dist/runtime/daemon/client.js +32 -5
  86. package/dist/runtime/daemon/client.js.map +1 -1
  87. package/dist/runtime/daemon/index.d.ts +1 -1
  88. package/dist/runtime/daemon/index.d.ts.map +1 -1
  89. package/dist/runtime/daemon/index.js +1 -1
  90. package/dist/runtime/daemon/index.js.map +1 -1
  91. package/dist/runtime/daemon/maintenance.d.ts +59 -1
  92. package/dist/runtime/daemon/maintenance.d.ts.map +1 -1
  93. package/dist/runtime/daemon/maintenance.js +111 -7
  94. package/dist/runtime/daemon/maintenance.js.map +1 -1
  95. package/dist/runtime/daemon/persistence.d.ts.map +1 -1
  96. package/dist/runtime/daemon/persistence.js +16 -3
  97. package/dist/runtime/daemon/persistence.js.map +1 -1
  98. package/dist/runtime/daemon/runner-lifecycle.d.ts.map +1 -1
  99. package/dist/runtime/daemon/runner-lifecycle.js +2 -1
  100. package/dist/runtime/daemon/runner-lifecycle.js.map +1 -1
  101. package/dist/runtime/daemon/runner.d.ts +57 -0
  102. package/dist/runtime/daemon/runner.d.ts.map +1 -1
  103. package/dist/runtime/daemon/runner.js +737 -14
  104. package/dist/runtime/daemon/runner.js.map +1 -1
  105. package/dist/runtime/daemon/runtime-ownership.d.ts +10 -0
  106. package/dist/runtime/daemon/runtime-ownership.d.ts.map +1 -1
  107. package/dist/runtime/daemon/runtime-ownership.js +139 -30
  108. package/dist/runtime/daemon/runtime-ownership.js.map +1 -1
  109. package/dist/runtime/executor/goal-worker.d.ts +7 -1
  110. package/dist/runtime/executor/goal-worker.d.ts.map +1 -1
  111. package/dist/runtime/executor/goal-worker.js +16 -1
  112. package/dist/runtime/executor/goal-worker.js.map +1 -1
  113. package/dist/runtime/executor/loop-supervisor.d.ts +2 -0
  114. package/dist/runtime/executor/loop-supervisor.d.ts.map +1 -1
  115. package/dist/runtime/executor/loop-supervisor.js +38 -5
  116. package/dist/runtime/executor/loop-supervisor.js.map +1 -1
  117. package/dist/runtime/pid-manager.d.ts +61 -11
  118. package/dist/runtime/pid-manager.d.ts.map +1 -1
  119. package/dist/runtime/pid-manager.js +362 -25
  120. package/dist/runtime/pid-manager.js.map +1 -1
  121. package/dist/runtime/schedule/engine-layers.d.ts.map +1 -1
  122. package/dist/runtime/schedule/engine-layers.js +21 -0
  123. package/dist/runtime/schedule/engine-layers.js.map +1 -1
  124. package/dist/runtime/schedule/engine.d.ts +14 -1
  125. package/dist/runtime/schedule/engine.d.ts.map +1 -1
  126. package/dist/runtime/schedule/engine.js +325 -74
  127. package/dist/runtime/schedule/engine.js.map +1 -1
  128. package/dist/runtime/schedule/history.d.ts +93 -0
  129. package/dist/runtime/schedule/history.d.ts.map +1 -0
  130. package/dist/runtime/schedule/history.js +69 -0
  131. package/dist/runtime/schedule/history.js.map +1 -0
  132. package/dist/runtime/schedule/index.d.ts +1 -0
  133. package/dist/runtime/schedule/index.d.ts.map +1 -1
  134. package/dist/runtime/schedule/index.js +1 -0
  135. package/dist/runtime/schedule/index.js.map +1 -1
  136. package/dist/runtime/store/approval-store.d.ts +7 -0
  137. package/dist/runtime/store/approval-store.d.ts.map +1 -1
  138. package/dist/runtime/store/approval-store.js +45 -1
  139. package/dist/runtime/store/approval-store.js.map +1 -1
  140. package/dist/runtime/store/health-store.d.ts +1 -0
  141. package/dist/runtime/store/health-store.d.ts.map +1 -1
  142. package/dist/runtime/store/health-store.js +121 -1
  143. package/dist/runtime/store/health-store.js.map +1 -1
  144. package/dist/runtime/store/index.d.ts +2 -2
  145. package/dist/runtime/store/index.d.ts.map +1 -1
  146. package/dist/runtime/store/index.js +1 -1
  147. package/dist/runtime/store/index.js.map +1 -1
  148. package/dist/runtime/store/outbox-store.d.ts +9 -0
  149. package/dist/runtime/store/outbox-store.d.ts.map +1 -1
  150. package/dist/runtime/store/outbox-store.js +24 -0
  151. package/dist/runtime/store/outbox-store.js.map +1 -1
  152. package/dist/runtime/store/runtime-schemas.d.ts +524 -0
  153. package/dist/runtime/store/runtime-schemas.d.ts.map +1 -1
  154. package/dist/runtime/store/runtime-schemas.js +76 -0
  155. package/dist/runtime/store/runtime-schemas.js.map +1 -1
  156. package/dist/runtime/types/cron.d.ts +4 -4
  157. package/dist/runtime/types/daemon.d.ts +90 -5
  158. package/dist/runtime/types/daemon.d.ts.map +1 -1
  159. package/dist/runtime/types/daemon.js +24 -2
  160. package/dist/runtime/types/daemon.js.map +1 -1
  161. package/dist/runtime/types/schedule.d.ts +257 -12
  162. package/dist/runtime/types/schedule.d.ts.map +1 -1
  163. package/dist/runtime/types/schedule.js +24 -0
  164. package/dist/runtime/types/schedule.js.map +1 -1
  165. package/dist/runtime/watchdog.d.ts +7 -0
  166. package/dist/runtime/watchdog.d.ts.map +1 -1
  167. package/dist/runtime/watchdog.js +62 -10
  168. package/dist/runtime/watchdog.js.map +1 -1
  169. package/dist/tools/mutation/task-history-utils.d.ts.map +1 -1
  170. package/dist/tools/mutation/task-history-utils.js +2 -0
  171. package/dist/tools/mutation/task-history-utils.js.map +1 -1
  172. package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts +40 -0
  173. package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts.map +1 -1
  174. package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts +14 -0
  175. package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts.map +1 -1
  176. package/dist/tools/system/EnvTool/EnvTool.d.ts +4 -4
  177. package/package.json +2 -2
  178. package/dist/__tests__/core.test.d.ts +0 -2
  179. package/dist/__tests__/core.test.d.ts.map +0 -1
  180. package/dist/__tests__/core.test.js +0 -275
  181. package/dist/__tests__/core.test.js.map +0 -1
  182. package/dist/__tests__/index-exports.test.d.ts +0 -2
  183. package/dist/__tests__/index-exports.test.d.ts.map +0 -1
  184. package/dist/__tests__/index-exports.test.js +0 -21
  185. package/dist/__tests__/index-exports.test.js.map +0 -1
  186. package/dist/adapters/__tests__/a2a-adapter.test.d.ts +0 -2
  187. package/dist/adapters/__tests__/a2a-adapter.test.d.ts.map +0 -1
  188. package/dist/adapters/__tests__/a2a-adapter.test.js +0 -264
  189. package/dist/adapters/__tests__/a2a-adapter.test.js.map +0 -1
  190. package/dist/adapters/__tests__/a2a-client.test.d.ts +0 -2
  191. package/dist/adapters/__tests__/a2a-client.test.d.ts.map +0 -1
  192. package/dist/adapters/__tests__/a2a-client.test.js +0 -211
  193. package/dist/adapters/__tests__/a2a-client.test.js.map +0 -1
  194. package/dist/adapters/__tests__/agent-profile-loader.test.d.ts +0 -2
  195. package/dist/adapters/__tests__/agent-profile-loader.test.d.ts.map +0 -1
  196. package/dist/adapters/__tests__/agent-profile-loader.test.js +0 -141
  197. package/dist/adapters/__tests__/agent-profile-loader.test.js.map +0 -1
  198. package/dist/adapters/__tests__/browser-use-cli-adapter.test.d.ts +0 -2
  199. package/dist/adapters/__tests__/browser-use-cli-adapter.test.d.ts.map +0 -1
  200. package/dist/adapters/__tests__/browser-use-cli-adapter.test.js +0 -226
  201. package/dist/adapters/__tests__/browser-use-cli-adapter.test.js.map +0 -1
  202. package/dist/adapters/__tests__/claude-code-cli-adapter.test.d.ts +0 -2
  203. package/dist/adapters/__tests__/claude-code-cli-adapter.test.d.ts.map +0 -1
  204. package/dist/adapters/__tests__/claude-code-cli-adapter.test.js +0 -215
  205. package/dist/adapters/__tests__/claude-code-cli-adapter.test.js.map +0 -1
  206. package/dist/adapters/__tests__/file-existence-datasource.test.d.ts +0 -2
  207. package/dist/adapters/__tests__/file-existence-datasource.test.d.ts.map +0 -1
  208. package/dist/adapters/__tests__/file-existence-datasource.test.js +0 -119
  209. package/dist/adapters/__tests__/file-existence-datasource.test.js.map +0 -1
  210. package/dist/adapters/__tests__/github-issue-adapter.test.d.ts +0 -2
  211. package/dist/adapters/__tests__/github-issue-adapter.test.d.ts.map +0 -1
  212. package/dist/adapters/__tests__/github-issue-adapter.test.js +0 -584
  213. package/dist/adapters/__tests__/github-issue-adapter.test.js.map +0 -1
  214. package/dist/adapters/__tests__/github-issue-datasource.test.d.ts +0 -2
  215. package/dist/adapters/__tests__/github-issue-datasource.test.d.ts.map +0 -1
  216. package/dist/adapters/__tests__/github-issue-datasource.test.js +0 -318
  217. package/dist/adapters/__tests__/github-issue-datasource.test.js.map +0 -1
  218. package/dist/adapters/__tests__/mcp-client-manager.test.d.ts +0 -2
  219. package/dist/adapters/__tests__/mcp-client-manager.test.d.ts.map +0 -1
  220. package/dist/adapters/__tests__/mcp-client-manager.test.js +0 -248
  221. package/dist/adapters/__tests__/mcp-client-manager.test.js.map +0 -1
  222. package/dist/adapters/__tests__/mcp-datasource.test.d.ts +0 -2
  223. package/dist/adapters/__tests__/mcp-datasource.test.d.ts.map +0 -1
  224. package/dist/adapters/__tests__/mcp-datasource.test.js +0 -187
  225. package/dist/adapters/__tests__/mcp-datasource.test.js.map +0 -1
  226. package/dist/adapters/__tests__/openai-codex-adapter.test.d.ts +0 -2
  227. package/dist/adapters/__tests__/openai-codex-adapter.test.d.ts.map +0 -1
  228. package/dist/adapters/__tests__/openai-codex-adapter.test.js +0 -246
  229. package/dist/adapters/__tests__/openai-codex-adapter.test.js.map +0 -1
  230. package/dist/adapters/__tests__/openclaw-acp.test.d.ts +0 -2
  231. package/dist/adapters/__tests__/openclaw-acp.test.d.ts.map +0 -1
  232. package/dist/adapters/__tests__/openclaw-acp.test.js +0 -239
  233. package/dist/adapters/__tests__/openclaw-acp.test.js.map +0 -1
  234. package/dist/adapters/__tests__/openclaw-datasource.test.d.ts +0 -2
  235. package/dist/adapters/__tests__/openclaw-datasource.test.d.ts.map +0 -1
  236. package/dist/adapters/__tests__/openclaw-datasource.test.js +0 -252
  237. package/dist/adapters/__tests__/openclaw-datasource.test.js.map +0 -1
  238. package/dist/adapters/__tests__/shell-datasource.test.d.ts +0 -2
  239. package/dist/adapters/__tests__/shell-datasource.test.d.ts.map +0 -1
  240. package/dist/adapters/__tests__/shell-datasource.test.js +0 -186
  241. package/dist/adapters/__tests__/shell-datasource.test.js.map +0 -1
  242. package/dist/base/llm/__tests__/codex-llm-client.test.d.ts +0 -2
  243. package/dist/base/llm/__tests__/codex-llm-client.test.d.ts.map +0 -1
  244. package/dist/base/llm/__tests__/codex-llm-client.test.js +0 -334
  245. package/dist/base/llm/__tests__/codex-llm-client.test.js.map +0 -1
  246. package/dist/base/llm/__tests__/json-sanitizer.test.d.ts +0 -2
  247. package/dist/base/llm/__tests__/json-sanitizer.test.d.ts.map +0 -1
  248. package/dist/base/llm/__tests__/json-sanitizer.test.js +0 -134
  249. package/dist/base/llm/__tests__/json-sanitizer.test.js.map +0 -1
  250. package/dist/base/llm/__tests__/llm-client-send-message.test.d.ts +0 -2
  251. package/dist/base/llm/__tests__/llm-client-send-message.test.d.ts.map +0 -1
  252. package/dist/base/llm/__tests__/llm-client-send-message.test.js +0 -155
  253. package/dist/base/llm/__tests__/llm-client-send-message.test.js.map +0 -1
  254. package/dist/base/llm/__tests__/llm-client.test.d.ts +0 -2
  255. package/dist/base/llm/__tests__/llm-client.test.d.ts.map +0 -1
  256. package/dist/base/llm/__tests__/llm-client.test.js +0 -401
  257. package/dist/base/llm/__tests__/llm-client.test.js.map +0 -1
  258. package/dist/base/llm/__tests__/ollama-client.test.d.ts +0 -2
  259. package/dist/base/llm/__tests__/ollama-client.test.d.ts.map +0 -1
  260. package/dist/base/llm/__tests__/ollama-client.test.js +0 -253
  261. package/dist/base/llm/__tests__/ollama-client.test.js.map +0 -1
  262. package/dist/base/llm/__tests__/openai-client.test.d.ts +0 -2
  263. package/dist/base/llm/__tests__/openai-client.test.d.ts.map +0 -1
  264. package/dist/base/llm/__tests__/openai-client.test.js +0 -245
  265. package/dist/base/llm/__tests__/openai-client.test.js.map +0 -1
  266. package/dist/base/llm/__tests__/provider-config.test.d.ts +0 -2
  267. package/dist/base/llm/__tests__/provider-config.test.d.ts.map +0 -1
  268. package/dist/base/llm/__tests__/provider-config.test.js +0 -334
  269. package/dist/base/llm/__tests__/provider-config.test.js.map +0 -1
  270. package/dist/base/llm/__tests__/provider-factory.test.d.ts +0 -2
  271. package/dist/base/llm/__tests__/provider-factory.test.d.ts.map +0 -1
  272. package/dist/base/llm/__tests__/provider-factory.test.js +0 -166
  273. package/dist/base/llm/__tests__/provider-factory.test.js.map +0 -1
  274. package/dist/base/llm/__tests__/provider-oauth.test.d.ts +0 -2
  275. package/dist/base/llm/__tests__/provider-oauth.test.d.ts.map +0 -1
  276. package/dist/base/llm/__tests__/provider-oauth.test.js +0 -120
  277. package/dist/base/llm/__tests__/provider-oauth.test.js.map +0 -1
  278. package/dist/base/state/__tests__/state-manager.test.d.ts +0 -2
  279. package/dist/base/state/__tests__/state-manager.test.d.ts.map +0 -1
  280. package/dist/base/state/__tests__/state-manager.test.js +0 -796
  281. package/dist/base/state/__tests__/state-manager.test.js.map +0 -1
  282. package/dist/base/types/__tests__/cross-portfolio.test.d.ts +0 -2
  283. package/dist/base/types/__tests__/cross-portfolio.test.d.ts.map +0 -1
  284. package/dist/base/types/__tests__/cross-portfolio.test.js +0 -336
  285. package/dist/base/types/__tests__/cross-portfolio.test.js.map +0 -1
  286. package/dist/base/types/__tests__/existing-extensions.test.d.ts +0 -2
  287. package/dist/base/types/__tests__/existing-extensions.test.d.ts.map +0 -1
  288. package/dist/base/types/__tests__/existing-extensions.test.js +0 -140
  289. package/dist/base/types/__tests__/existing-extensions.test.js.map +0 -1
  290. package/dist/base/types/__tests__/goal-refiner-types.test.d.ts +0 -2
  291. package/dist/base/types/__tests__/goal-refiner-types.test.d.ts.map +0 -1
  292. package/dist/base/types/__tests__/goal-refiner-types.test.js +0 -198
  293. package/dist/base/types/__tests__/goal-refiner-types.test.js.map +0 -1
  294. package/dist/base/types/__tests__/goal-tree-integration.test.d.ts +0 -2
  295. package/dist/base/types/__tests__/goal-tree-integration.test.d.ts.map +0 -1
  296. package/dist/base/types/__tests__/goal-tree-integration.test.js +0 -327
  297. package/dist/base/types/__tests__/goal-tree-integration.test.js.map +0 -1
  298. package/dist/base/types/__tests__/goal-tree.test.d.ts +0 -2
  299. package/dist/base/types/__tests__/goal-tree.test.d.ts.map +0 -1
  300. package/dist/base/types/__tests__/goal-tree.test.js +0 -286
  301. package/dist/base/types/__tests__/goal-tree.test.js.map +0 -1
  302. package/dist/base/types/__tests__/learning.test.d.ts +0 -2
  303. package/dist/base/types/__tests__/learning.test.d.ts.map +0 -1
  304. package/dist/base/types/__tests__/learning.test.js +0 -306
  305. package/dist/base/types/__tests__/learning.test.js.map +0 -1
  306. package/dist/base/types/__tests__/suggest-output-schema.test.d.ts +0 -2
  307. package/dist/base/types/__tests__/suggest-output-schema.test.d.ts.map +0 -1
  308. package/dist/base/types/__tests__/suggest-output-schema.test.js +0 -239
  309. package/dist/base/types/__tests__/suggest-output-schema.test.js.map +0 -1
  310. package/dist/chat/__tests__/chat-grounding.test.d.ts +0 -2
  311. package/dist/chat/__tests__/chat-grounding.test.d.ts.map +0 -1
  312. package/dist/chat/__tests__/chat-grounding.test.js +0 -388
  313. package/dist/chat/__tests__/chat-grounding.test.js.map +0 -1
  314. package/dist/chat/__tests__/chat-history.test.d.ts +0 -2
  315. package/dist/chat/__tests__/chat-history.test.d.ts.map +0 -1
  316. package/dist/chat/__tests__/chat-history.test.js +0 -97
  317. package/dist/chat/__tests__/chat-history.test.js.map +0 -1
  318. package/dist/chat/__tests__/chat-runner.test.d.ts +0 -2
  319. package/dist/chat/__tests__/chat-runner.test.d.ts.map +0 -1
  320. package/dist/chat/__tests__/chat-runner.test.js +0 -270
  321. package/dist/chat/__tests__/chat-runner.test.js.map +0 -1
  322. package/dist/chat/__tests__/chat-verifier.test.d.ts +0 -2
  323. package/dist/chat/__tests__/chat-verifier.test.d.ts.map +0 -1
  324. package/dist/chat/__tests__/chat-verifier.test.js +0 -71
  325. package/dist/chat/__tests__/chat-verifier.test.js.map +0 -1
  326. package/dist/chat/__tests__/escalation.test.d.ts +0 -2
  327. package/dist/chat/__tests__/escalation.test.d.ts.map +0 -1
  328. package/dist/chat/__tests__/escalation.test.js +0 -149
  329. package/dist/chat/__tests__/escalation.test.js.map +0 -1
  330. package/dist/chat/__tests__/self-knowledge-mutation-tools.test.d.ts +0 -2
  331. package/dist/chat/__tests__/self-knowledge-mutation-tools.test.d.ts.map +0 -1
  332. package/dist/chat/__tests__/self-knowledge-mutation-tools.test.js +0 -371
  333. package/dist/chat/__tests__/self-knowledge-mutation-tools.test.js.map +0 -1
  334. package/dist/chat/__tests__/self-knowledge-tools.test.d.ts +0 -2
  335. package/dist/chat/__tests__/self-knowledge-tools.test.d.ts.map +0 -1
  336. package/dist/chat/__tests__/self-knowledge-tools.test.js +0 -223
  337. package/dist/chat/__tests__/self-knowledge-tools.test.js.map +0 -1
  338. package/dist/chat/chat-history.d.ts +0 -80
  339. package/dist/chat/chat-history.d.ts.map +0 -1
  340. package/dist/chat/chat-history.js +0 -70
  341. package/dist/chat/chat-history.js.map +0 -1
  342. package/dist/chat/chat-runner.d.ts +0 -79
  343. package/dist/chat/chat-runner.d.ts.map +0 -1
  344. package/dist/chat/chat-runner.js +0 -279
  345. package/dist/chat/chat-runner.js.map +0 -1
  346. package/dist/chat/chat-verifier.d.ts +0 -13
  347. package/dist/chat/chat-verifier.d.ts.map +0 -1
  348. package/dist/chat/chat-verifier.js +0 -35
  349. package/dist/chat/chat-verifier.js.map +0 -1
  350. package/dist/chat/escalation.d.ts +0 -30
  351. package/dist/chat/escalation.d.ts.map +0 -1
  352. package/dist/chat/escalation.js +0 -53
  353. package/dist/chat/escalation.js.map +0 -1
  354. package/dist/chat/grounding.d.ts +0 -8
  355. package/dist/chat/grounding.d.ts.map +0 -1
  356. package/dist/chat/grounding.js +0 -104
  357. package/dist/chat/grounding.js.map +0 -1
  358. package/dist/chat/mutation-tool-defs.d.ts +0 -19
  359. package/dist/chat/mutation-tool-defs.d.ts.map +0 -1
  360. package/dist/chat/mutation-tool-defs.js +0 -154
  361. package/dist/chat/mutation-tool-defs.js.map +0 -1
  362. package/dist/chat/self-knowledge-mutation-tools.d.ts +0 -5
  363. package/dist/chat/self-knowledge-mutation-tools.d.ts.map +0 -1
  364. package/dist/chat/self-knowledge-mutation-tools.js +0 -249
  365. package/dist/chat/self-knowledge-mutation-tools.js.map +0 -1
  366. package/dist/chat/self-knowledge-tools.d.ts +0 -22
  367. package/dist/chat/self-knowledge-tools.d.ts.map +0 -1
  368. package/dist/chat/self-knowledge-tools.js +0 -261
  369. package/dist/chat/self-knowledge-tools.js.map +0 -1
  370. package/dist/cli/__tests__/cleanup-orphan-datasource.test.d.ts +0 -2
  371. package/dist/cli/__tests__/cleanup-orphan-datasource.test.d.ts.map +0 -1
  372. package/dist/cli/__tests__/cleanup-orphan-datasource.test.js +0 -108
  373. package/dist/cli/__tests__/cleanup-orphan-datasource.test.js.map +0 -1
  374. package/dist/cli/__tests__/cli-capability.test.d.ts +0 -8
  375. package/dist/cli/__tests__/cli-capability.test.d.ts.map +0 -1
  376. package/dist/cli/__tests__/cli-capability.test.js +0 -208
  377. package/dist/cli/__tests__/cli-capability.test.js.map +0 -1
  378. package/dist/cli/__tests__/cli-daemon-status.test.d.ts +0 -2
  379. package/dist/cli/__tests__/cli-daemon-status.test.d.ts.map +0 -1
  380. package/dist/cli/__tests__/cli-daemon-status.test.js +0 -205
  381. package/dist/cli/__tests__/cli-daemon-status.test.js.map +0 -1
  382. package/dist/cli/__tests__/cli-doctor.test.d.ts +0 -2
  383. package/dist/cli/__tests__/cli-doctor.test.d.ts.map +0 -1
  384. package/dist/cli/__tests__/cli-doctor.test.js +0 -291
  385. package/dist/cli/__tests__/cli-doctor.test.js.map +0 -1
  386. package/dist/cli/__tests__/cli-improve.test.d.ts +0 -11
  387. package/dist/cli/__tests__/cli-improve.test.d.ts.map +0 -1
  388. package/dist/cli/__tests__/cli-improve.test.js +0 -592
  389. package/dist/cli/__tests__/cli-improve.test.js.map +0 -1
  390. package/dist/cli/__tests__/cli-install.test.d.ts +0 -2
  391. package/dist/cli/__tests__/cli-install.test.d.ts.map +0 -1
  392. package/dist/cli/__tests__/cli-install.test.js +0 -307
  393. package/dist/cli/__tests__/cli-install.test.js.map +0 -1
  394. package/dist/cli/__tests__/cli-knowledge.test.d.ts +0 -9
  395. package/dist/cli/__tests__/cli-knowledge.test.d.ts.map +0 -1
  396. package/dist/cli/__tests__/cli-knowledge.test.js +0 -295
  397. package/dist/cli/__tests__/cli-knowledge.test.js.map +0 -1
  398. package/dist/cli/__tests__/cli-logs.test.d.ts +0 -2
  399. package/dist/cli/__tests__/cli-logs.test.d.ts.map +0 -1
  400. package/dist/cli/__tests__/cli-logs.test.js +0 -204
  401. package/dist/cli/__tests__/cli-logs.test.js.map +0 -1
  402. package/dist/cli/__tests__/cli-notify.test.d.ts +0 -2
  403. package/dist/cli/__tests__/cli-notify.test.d.ts.map +0 -1
  404. package/dist/cli/__tests__/cli-notify.test.js +0 -208
  405. package/dist/cli/__tests__/cli-notify.test.js.map +0 -1
  406. package/dist/cli/__tests__/cli-plugin.test.d.ts +0 -8
  407. package/dist/cli/__tests__/cli-plugin.test.d.ts.map +0 -1
  408. package/dist/cli/__tests__/cli-plugin.test.js +0 -379
  409. package/dist/cli/__tests__/cli-plugin.test.js.map +0 -1
  410. package/dist/cli/__tests__/cli-runner-datasource-auto.test.d.ts +0 -9
  411. package/dist/cli/__tests__/cli-runner-datasource-auto.test.d.ts.map +0 -1
  412. package/dist/cli/__tests__/cli-runner-datasource-auto.test.js +0 -398
  413. package/dist/cli/__tests__/cli-runner-datasource-auto.test.js.map +0 -1
  414. package/dist/cli/__tests__/cli-runner-integration.test.d.ts +0 -13
  415. package/dist/cli/__tests__/cli-runner-integration.test.d.ts.map +0 -1
  416. package/dist/cli/__tests__/cli-runner-integration.test.js +0 -298
  417. package/dist/cli/__tests__/cli-runner-integration.test.js.map +0 -1
  418. package/dist/cli/__tests__/cli-runner.test.d.ts +0 -29
  419. package/dist/cli/__tests__/cli-runner.test.d.ts.map +0 -1
  420. package/dist/cli/__tests__/cli-runner.test.js +0 -928
  421. package/dist/cli/__tests__/cli-runner.test.js.map +0 -1
  422. package/dist/cli/__tests__/cli-setup.test.d.ts +0 -12
  423. package/dist/cli/__tests__/cli-setup.test.d.ts.map +0 -1
  424. package/dist/cli/__tests__/cli-setup.test.js +0 -200
  425. package/dist/cli/__tests__/cli-setup.test.js.map +0 -1
  426. package/dist/cli/__tests__/datasource-dedup.test.d.ts +0 -2
  427. package/dist/cli/__tests__/datasource-dedup.test.d.ts.map +0 -1
  428. package/dist/cli/__tests__/datasource-dedup.test.js +0 -133
  429. package/dist/cli/__tests__/datasource-dedup.test.js.map +0 -1
  430. package/dist/cli/__tests__/goal-dispatch-infer.test.d.ts +0 -11
  431. package/dist/cli/__tests__/goal-dispatch-infer.test.d.ts.map +0 -1
  432. package/dist/cli/__tests__/goal-dispatch-infer.test.js +0 -140
  433. package/dist/cli/__tests__/goal-dispatch-infer.test.js.map +0 -1
  434. package/dist/cli/__tests__/goal-infer.test.d.ts +0 -2
  435. package/dist/cli/__tests__/goal-infer.test.d.ts.map +0 -1
  436. package/dist/cli/__tests__/goal-infer.test.js +0 -94
  437. package/dist/cli/__tests__/goal-infer.test.js.map +0 -1
  438. package/dist/cli/__tests__/goal-utils.test.d.ts +0 -2
  439. package/dist/cli/__tests__/goal-utils.test.d.ts.map +0 -1
  440. package/dist/cli/__tests__/goal-utils.test.js +0 -123
  441. package/dist/cli/__tests__/goal-utils.test.js.map +0 -1
  442. package/dist/cli/__tests__/suggest-normalizer.test.d.ts +0 -2
  443. package/dist/cli/__tests__/suggest-normalizer.test.d.ts.map +0 -1
  444. package/dist/cli/__tests__/suggest-normalizer.test.js +0 -43
  445. package/dist/cli/__tests__/suggest-normalizer.test.js.map +0 -1
  446. package/dist/cli/cli-command-registry 2.d.ts +0 -16
  447. package/dist/cli/cli-command-registry 2.d.ts.map +0 -1
  448. package/dist/cli/cli-command-registry 2.js +0 -408
  449. package/dist/cli/cli-command-registry 2.js.map +0 -1
  450. package/dist/cli/cli-command-registry.d.ts +0 -16
  451. package/dist/cli/cli-command-registry.d.ts.map +0 -1
  452. package/dist/cli/cli-command-registry.js +0 -408
  453. package/dist/cli/cli-command-registry.js.map +0 -1
  454. package/dist/cli/cli-logger.d.ts +0 -3
  455. package/dist/cli/cli-logger.d.ts.map +0 -1
  456. package/dist/cli/cli-logger.js +0 -12
  457. package/dist/cli/cli-logger.js.map +0 -1
  458. package/dist/cli/cli-runner.d.ts +0 -32
  459. package/dist/cli/cli-runner.d.ts.map +0 -1
  460. package/dist/cli/cli-runner.js +0 -122
  461. package/dist/cli/cli-runner.js.map +0 -1
  462. package/dist/cli/commands/chat.d.ts +0 -3
  463. package/dist/cli/commands/chat.d.ts.map +0 -1
  464. package/dist/cli/commands/chat.js +0 -148
  465. package/dist/cli/commands/chat.js.map +0 -1
  466. package/dist/cli/commands/config.d.ts +0 -11
  467. package/dist/cli/commands/config.d.ts.map +0 -1
  468. package/dist/cli/commands/config.js +0 -436
  469. package/dist/cli/commands/config.js.map +0 -1
  470. package/dist/cli/commands/daemon.d.ts +0 -7
  471. package/dist/cli/commands/daemon.d.ts.map +0 -1
  472. package/dist/cli/commands/daemon.js +0 -297
  473. package/dist/cli/commands/daemon.js.map +0 -1
  474. package/dist/cli/commands/doctor.d.ts +0 -19
  475. package/dist/cli/commands/doctor.d.ts.map +0 -1
  476. package/dist/cli/commands/doctor.js +0 -203
  477. package/dist/cli/commands/doctor.js.map +0 -1
  478. package/dist/cli/commands/goal-dispatch.d.ts +0 -13
  479. package/dist/cli/commands/goal-dispatch.d.ts.map +0 -1
  480. package/dist/cli/commands/goal-dispatch.js +0 -208
  481. package/dist/cli/commands/goal-dispatch.js.map +0 -1
  482. package/dist/cli/commands/goal-infer.d.ts +0 -9
  483. package/dist/cli/commands/goal-infer.d.ts.map +0 -1
  484. package/dist/cli/commands/goal-infer.js +0 -71
  485. package/dist/cli/commands/goal-infer.js.map +0 -1
  486. package/dist/cli/commands/goal-raw.d.ts +0 -9
  487. package/dist/cli/commands/goal-raw.d.ts.map +0 -1
  488. package/dist/cli/commands/goal-raw.js +0 -106
  489. package/dist/cli/commands/goal-raw.js.map +0 -1
  490. package/dist/cli/commands/goal-read.d.ts +0 -9
  491. package/dist/cli/commands/goal-read.d.ts.map +0 -1
  492. package/dist/cli/commands/goal-read.js +0 -248
  493. package/dist/cli/commands/goal-read.js.map +0 -1
  494. package/dist/cli/commands/goal-utils.d.ts +0 -70
  495. package/dist/cli/commands/goal-utils.d.ts.map +0 -1
  496. package/dist/cli/commands/goal-utils.js +0 -311
  497. package/dist/cli/commands/goal-utils.js.map +0 -1
  498. package/dist/cli/commands/goal-write.d.ts +0 -15
  499. package/dist/cli/commands/goal-write.d.ts.map +0 -1
  500. package/dist/cli/commands/goal-write.js +0 -351
  501. package/dist/cli/commands/goal-write.js.map +0 -1
  502. package/dist/cli/commands/goal.d.ts +0 -3
  503. package/dist/cli/commands/goal.d.ts.map +0 -1
  504. package/dist/cli/commands/goal.js +0 -6
  505. package/dist/cli/commands/goal.js.map +0 -1
  506. package/dist/cli/commands/install.d.ts +0 -16
  507. package/dist/cli/commands/install.d.ts.map +0 -1
  508. package/dist/cli/commands/install.js +0 -153
  509. package/dist/cli/commands/install.js.map +0 -1
  510. package/dist/cli/commands/knowledge.d.ts +0 -5
  511. package/dist/cli/commands/knowledge.d.ts.map +0 -1
  512. package/dist/cli/commands/knowledge.js +0 -127
  513. package/dist/cli/commands/knowledge.js.map +0 -1
  514. package/dist/cli/commands/logs.d.ts +0 -2
  515. package/dist/cli/commands/logs.d.ts.map +0 -1
  516. package/dist/cli/commands/logs.js +0 -201
  517. package/dist/cli/commands/logs.js.map +0 -1
  518. package/dist/cli/commands/notify.d.ts +0 -2
  519. package/dist/cli/commands/notify.d.ts.map +0 -1
  520. package/dist/cli/commands/notify.js +0 -277
  521. package/dist/cli/commands/notify.js.map +0 -1
  522. package/dist/cli/commands/plugin.d.ts +0 -9
  523. package/dist/cli/commands/plugin.d.ts.map +0 -1
  524. package/dist/cli/commands/plugin.js +0 -315
  525. package/dist/cli/commands/plugin.js.map +0 -1
  526. package/dist/cli/commands/report.d.ts +0 -3
  527. package/dist/cli/commands/report.d.ts.map +0 -1
  528. package/dist/cli/commands/report.js +0 -29
  529. package/dist/cli/commands/report.js.map +0 -1
  530. package/dist/cli/commands/run.d.ts +0 -7
  531. package/dist/cli/commands/run.d.ts.map +0 -1
  532. package/dist/cli/commands/run.js +0 -106
  533. package/dist/cli/commands/run.js.map +0 -1
  534. package/dist/cli/commands/setup.d.ts +0 -2
  535. package/dist/cli/commands/setup.d.ts.map +0 -1
  536. package/dist/cli/commands/setup.js +0 -339
  537. package/dist/cli/commands/setup.js.map +0 -1
  538. package/dist/cli/commands/suggest-normalizer.d.ts +0 -21
  539. package/dist/cli/commands/suggest-normalizer.d.ts.map +0 -1
  540. package/dist/cli/commands/suggest-normalizer.js +0 -359
  541. package/dist/cli/commands/suggest-normalizer.js.map +0 -1
  542. package/dist/cli/commands/suggest.d.ts +0 -5
  543. package/dist/cli/commands/suggest.d.ts.map +0 -1
  544. package/dist/cli/commands/suggest.js +0 -238
  545. package/dist/cli/commands/suggest.js.map +0 -1
  546. package/dist/cli/commands/task-read.d.ts +0 -4
  547. package/dist/cli/commands/task-read.d.ts.map +0 -1
  548. package/dist/cli/commands/task-read.js +0 -195
  549. package/dist/cli/commands/task-read.js.map +0 -1
  550. package/dist/cli/commands/telegram.d.ts +0 -2
  551. package/dist/cli/commands/telegram.d.ts.map +0 -1
  552. package/dist/cli/commands/telegram.js +0 -155
  553. package/dist/cli/commands/telegram.js.map +0 -1
  554. package/dist/cli/ensure-api-key.d.ts +0 -17
  555. package/dist/cli/ensure-api-key.d.ts.map +0 -1
  556. package/dist/cli/ensure-api-key.js +0 -52
  557. package/dist/cli/ensure-api-key.js.map +0 -1
  558. package/dist/cli/setup.d.ts +0 -21
  559. package/dist/cli/setup.d.ts.map +0 -1
  560. package/dist/cli/setup.js +0 -199
  561. package/dist/cli/setup.js.map +0 -1
  562. package/dist/cli/utils/loop-runner.d.ts +0 -8
  563. package/dist/cli/utils/loop-runner.d.ts.map +0 -1
  564. package/dist/cli/utils/loop-runner.js +0 -74
  565. package/dist/cli/utils/loop-runner.js.map +0 -1
  566. package/dist/cli/utils.d.ts +0 -10
  567. package/dist/cli/utils.d.ts.map +0 -1
  568. package/dist/cli/utils.js +0 -147
  569. package/dist/cli/utils.js.map +0 -1
  570. package/dist/drive/__tests__/drive-scorer.test.d.ts +0 -2
  571. package/dist/drive/__tests__/drive-scorer.test.d.ts.map +0 -1
  572. package/dist/drive/__tests__/drive-scorer.test.js +0 -507
  573. package/dist/drive/__tests__/drive-scorer.test.js.map +0 -1
  574. package/dist/drive/__tests__/drive-system.test.d.ts +0 -2
  575. package/dist/drive/__tests__/drive-system.test.d.ts.map +0 -1
  576. package/dist/drive/__tests__/drive-system.test.js +0 -456
  577. package/dist/drive/__tests__/drive-system.test.js.map +0 -1
  578. package/dist/drive/__tests__/example.test.d.ts +0 -2
  579. package/dist/drive/__tests__/example.test.d.ts.map +0 -1
  580. package/dist/drive/__tests__/example.test.js +0 -314
  581. package/dist/drive/__tests__/example.test.js.map +0 -1
  582. package/dist/drive/__tests__/gap-calculator.test.d.ts +0 -2
  583. package/dist/drive/__tests__/gap-calculator.test.d.ts.map +0 -1
  584. package/dist/drive/__tests__/gap-calculator.test.js +0 -619
  585. package/dist/drive/__tests__/gap-calculator.test.js.map +0 -1
  586. package/dist/drive/__tests__/progress-predictor.test.d.ts +0 -2
  587. package/dist/drive/__tests__/progress-predictor.test.d.ts.map +0 -1
  588. package/dist/drive/__tests__/progress-predictor.test.js +0 -142
  589. package/dist/drive/__tests__/progress-predictor.test.js.map +0 -1
  590. package/dist/drive/__tests__/reward-log.test.d.ts +0 -2
  591. package/dist/drive/__tests__/reward-log.test.d.ts.map +0 -1
  592. package/dist/drive/__tests__/reward-log.test.js +0 -177
  593. package/dist/drive/__tests__/reward-log.test.js.map +0 -1
  594. package/dist/drive/__tests__/satisficing-judge-convergence.test.d.ts +0 -2
  595. package/dist/drive/__tests__/satisficing-judge-convergence.test.d.ts.map +0 -1
  596. package/dist/drive/__tests__/satisficing-judge-convergence.test.js +0 -159
  597. package/dist/drive/__tests__/satisficing-judge-convergence.test.js.map +0 -1
  598. package/dist/drive/__tests__/satisficing-judge-dimension-satisfied.test.d.ts +0 -2
  599. package/dist/drive/__tests__/satisficing-judge-dimension-satisfied.test.d.ts.map +0 -1
  600. package/dist/drive/__tests__/satisficing-judge-dimension-satisfied.test.js +0 -261
  601. package/dist/drive/__tests__/satisficing-judge-dimension-satisfied.test.js.map +0 -1
  602. package/dist/drive/__tests__/satisficing-judge-double-confirm.test.d.ts +0 -2
  603. package/dist/drive/__tests__/satisficing-judge-double-confirm.test.d.ts.map +0 -1
  604. package/dist/drive/__tests__/satisficing-judge-double-confirm.test.js +0 -207
  605. package/dist/drive/__tests__/satisficing-judge-double-confirm.test.js.map +0 -1
  606. package/dist/drive/__tests__/satisficing-judge-goal-complete.test.d.ts +0 -2
  607. package/dist/drive/__tests__/satisficing-judge-goal-complete.test.d.ts.map +0 -1
  608. package/dist/drive/__tests__/satisficing-judge-goal-complete.test.js +0 -359
  609. package/dist/drive/__tests__/satisficing-judge-goal-complete.test.js.map +0 -1
  610. package/dist/drive/__tests__/satisficing-judge-propagation-phase2.test.d.ts +0 -2
  611. package/dist/drive/__tests__/satisficing-judge-propagation-phase2.test.d.ts.map +0 -1
  612. package/dist/drive/__tests__/satisficing-judge-propagation-phase2.test.js +0 -461
  613. package/dist/drive/__tests__/satisficing-judge-propagation-phase2.test.js.map +0 -1
  614. package/dist/drive/__tests__/satisficing-judge-threshold-propagation.test.d.ts +0 -2
  615. package/dist/drive/__tests__/satisficing-judge-threshold-propagation.test.d.ts.map +0 -1
  616. package/dist/drive/__tests__/satisficing-judge-threshold-propagation.test.js +0 -337
  617. package/dist/drive/__tests__/satisficing-judge-threshold-propagation.test.js.map +0 -1
  618. package/dist/drive/__tests__/satisficing-judge-tree-convergence.test.d.ts +0 -2
  619. package/dist/drive/__tests__/satisficing-judge-tree-convergence.test.d.ts.map +0 -1
  620. package/dist/drive/__tests__/satisficing-judge-tree-convergence.test.js +0 -109
  621. package/dist/drive/__tests__/satisficing-judge-tree-convergence.test.js.map +0 -1
  622. package/dist/drive/__tests__/satisficing-judge-undershoot.test.d.ts +0 -2
  623. package/dist/drive/__tests__/satisficing-judge-undershoot.test.d.ts.map +0 -1
  624. package/dist/drive/__tests__/satisficing-judge-undershoot.test.js +0 -221
  625. package/dist/drive/__tests__/satisficing-judge-undershoot.test.js.map +0 -1
  626. package/dist/drive/__tests__/stall-detector-analysis.test.d.ts +0 -12
  627. package/dist/drive/__tests__/stall-detector-analysis.test.d.ts.map +0 -1
  628. package/dist/drive/__tests__/stall-detector-analysis.test.js +0 -139
  629. package/dist/drive/__tests__/stall-detector-analysis.test.js.map +0 -1
  630. package/dist/drive/__tests__/stall-detector-repetitive.test.d.ts +0 -2
  631. package/dist/drive/__tests__/stall-detector-repetitive.test.d.ts.map +0 -1
  632. package/dist/drive/__tests__/stall-detector-repetitive.test.js +0 -84
  633. package/dist/drive/__tests__/stall-detector-repetitive.test.js.map +0 -1
  634. package/dist/drive/__tests__/stall-detector.test.d.ts +0 -2
  635. package/dist/drive/__tests__/stall-detector.test.d.ts.map +0 -1
  636. package/dist/drive/__tests__/stall-detector.test.js +0 -903
  637. package/dist/drive/__tests__/stall-detector.test.js.map +0 -1
  638. package/dist/drive/drive-scorer.d.ts +0 -96
  639. package/dist/drive/drive-scorer.d.ts.map +0 -1
  640. package/dist/drive/drive-scorer.js +0 -240
  641. package/dist/drive/drive-scorer.js.map +0 -1
  642. package/dist/drive/drive-system.d.ts +0 -99
  643. package/dist/drive/drive-system.d.ts.map +0 -1
  644. package/dist/drive/drive-system.js +0 -354
  645. package/dist/drive/drive-system.js.map +0 -1
  646. package/dist/drive/gap-calculator.d.ts +0 -88
  647. package/dist/drive/gap-calculator.d.ts.map +0 -1
  648. package/dist/drive/gap-calculator.js +0 -243
  649. package/dist/drive/gap-calculator.js.map +0 -1
  650. package/dist/drive/progress-predictor.d.ts +0 -24
  651. package/dist/drive/progress-predictor.d.ts.map +0 -1
  652. package/dist/drive/progress-predictor.js +0 -93
  653. package/dist/drive/progress-predictor.js.map +0 -1
  654. package/dist/drive/reward-log.d.ts +0 -51
  655. package/dist/drive/reward-log.d.ts.map +0 -1
  656. package/dist/drive/reward-log.js +0 -48
  657. package/dist/drive/reward-log.js.map +0 -1
  658. package/dist/drive/satisficing-helpers.d.ts +0 -28
  659. package/dist/drive/satisficing-helpers.d.ts.map +0 -1
  660. package/dist/drive/satisficing-helpers.js +0 -111
  661. package/dist/drive/satisficing-helpers.js.map +0 -1
  662. package/dist/drive/satisficing-judge.d.ts +0 -140
  663. package/dist/drive/satisficing-judge.d.ts.map +0 -1
  664. package/dist/drive/satisficing-judge.js +0 -427
  665. package/dist/drive/satisficing-judge.js.map +0 -1
  666. package/dist/drive/satisficing-propagation.d.ts +0 -30
  667. package/dist/drive/satisficing-propagation.d.ts.map +0 -1
  668. package/dist/drive/satisficing-propagation.js +0 -196
  669. package/dist/drive/satisficing-propagation.js.map +0 -1
  670. package/dist/drive/stall-detector.d.ts +0 -143
  671. package/dist/drive/stall-detector.d.ts.map +0 -1
  672. package/dist/drive/stall-detector.js +0 -567
  673. package/dist/drive/stall-detector.js.map +0 -1
  674. package/dist/drive/types/drive.d.ts +0 -194
  675. package/dist/drive/types/drive.d.ts.map +0 -1
  676. package/dist/drive/types/drive.js +0 -77
  677. package/dist/drive/types/drive.js.map +0 -1
  678. package/dist/drive/types/gap.d.ts +0 -147
  679. package/dist/drive/types/gap.d.ts.map +0 -1
  680. package/dist/drive/types/gap.js +0 -41
  681. package/dist/drive/types/gap.js.map +0 -1
  682. package/dist/drive/types/satisficing.d.ts +0 -130
  683. package/dist/drive/types/satisficing.d.ts.map +0 -1
  684. package/dist/drive/types/satisficing.js +0 -54
  685. package/dist/drive/types/satisficing.js.map +0 -1
  686. package/dist/drive/types/stall.d.ts +0 -68
  687. package/dist/drive/types/stall.d.ts.map +0 -1
  688. package/dist/drive/types/stall.js +0 -28
  689. package/dist/drive/types/stall.js.map +0 -1
  690. package/dist/execution/__tests__/adapter-layer.test.d.ts +0 -2
  691. package/dist/execution/__tests__/adapter-layer.test.d.ts.map +0 -1
  692. package/dist/execution/__tests__/adapter-layer.test.js +0 -88
  693. package/dist/execution/__tests__/adapter-layer.test.js.map +0 -1
  694. package/dist/execution/__tests__/checkpoint-manager.test.d.ts +0 -2
  695. package/dist/execution/__tests__/checkpoint-manager.test.d.ts.map +0 -1
  696. package/dist/execution/__tests__/checkpoint-manager.test.js +0 -304
  697. package/dist/execution/__tests__/checkpoint-manager.test.js.map +0 -1
  698. package/dist/execution/__tests__/completion-judger-timeout.test.d.ts +0 -11
  699. package/dist/execution/__tests__/completion-judger-timeout.test.d.ts.map +0 -1
  700. package/dist/execution/__tests__/completion-judger-timeout.test.js +0 -260
  701. package/dist/execution/__tests__/completion-judger-timeout.test.js.map +0 -1
  702. package/dist/execution/__tests__/context-budget.test.d.ts +0 -2
  703. package/dist/execution/__tests__/context-budget.test.d.ts.map +0 -1
  704. package/dist/execution/__tests__/context-budget.test.js +0 -218
  705. package/dist/execution/__tests__/context-budget.test.js.map +0 -1
  706. package/dist/execution/__tests__/duplicate-task-guard.test.d.ts +0 -2
  707. package/dist/execution/__tests__/duplicate-task-guard.test.d.ts.map +0 -1
  708. package/dist/execution/__tests__/duplicate-task-guard.test.js +0 -187
  709. package/dist/execution/__tests__/duplicate-task-guard.test.js.map +0 -1
  710. package/dist/execution/__tests__/failure-context-injection.test.d.ts +0 -2
  711. package/dist/execution/__tests__/failure-context-injection.test.d.ts.map +0 -1
  712. package/dist/execution/__tests__/failure-context-injection.test.js +0 -227
  713. package/dist/execution/__tests__/failure-context-injection.test.js.map +0 -1
  714. package/dist/execution/__tests__/impact-analyzer.test.d.ts +0 -2
  715. package/dist/execution/__tests__/impact-analyzer.test.d.ts.map +0 -1
  716. package/dist/execution/__tests__/impact-analyzer.test.js +0 -117
  717. package/dist/execution/__tests__/impact-analyzer.test.js.map +0 -1
  718. package/dist/execution/__tests__/issue-context-fetcher.test.d.ts +0 -2
  719. package/dist/execution/__tests__/issue-context-fetcher.test.d.ts.map +0 -1
  720. package/dist/execution/__tests__/issue-context-fetcher.test.js +0 -151
  721. package/dist/execution/__tests__/issue-context-fetcher.test.js.map +0 -1
  722. package/dist/execution/__tests__/parallel-executor.test.d.ts +0 -2
  723. package/dist/execution/__tests__/parallel-executor.test.d.ts.map +0 -1
  724. package/dist/execution/__tests__/parallel-executor.test.js +0 -313
  725. package/dist/execution/__tests__/parallel-executor.test.js.map +0 -1
  726. package/dist/execution/__tests__/pipeline-executor.test.d.ts +0 -2
  727. package/dist/execution/__tests__/pipeline-executor.test.d.ts.map +0 -1
  728. package/dist/execution/__tests__/pipeline-executor.test.js +0 -322
  729. package/dist/execution/__tests__/pipeline-executor.test.js.map +0 -1
  730. package/dist/execution/__tests__/reflection-generator.test.d.ts +0 -2
  731. package/dist/execution/__tests__/reflection-generator.test.d.ts.map +0 -1
  732. package/dist/execution/__tests__/reflection-generator.test.js +0 -422
  733. package/dist/execution/__tests__/reflection-generator.test.js.map +0 -1
  734. package/dist/execution/__tests__/result-reconciler.test.d.ts +0 -2
  735. package/dist/execution/__tests__/result-reconciler.test.d.ts.map +0 -1
  736. package/dist/execution/__tests__/result-reconciler.test.js +0 -112
  737. package/dist/execution/__tests__/result-reconciler.test.js.map +0 -1
  738. package/dist/execution/__tests__/session-manager-phase2.test.d.ts +0 -2
  739. package/dist/execution/__tests__/session-manager-phase2.test.d.ts.map +0 -1
  740. package/dist/execution/__tests__/session-manager-phase2.test.js +0 -381
  741. package/dist/execution/__tests__/session-manager-phase2.test.js.map +0 -1
  742. package/dist/execution/__tests__/session-manager.test.d.ts +0 -2
  743. package/dist/execution/__tests__/session-manager.test.d.ts.map +0 -1
  744. package/dist/execution/__tests__/session-manager.test.js +0 -653
  745. package/dist/execution/__tests__/session-manager.test.js.map +0 -1
  746. package/dist/execution/__tests__/task-generation-group.test.d.ts +0 -2
  747. package/dist/execution/__tests__/task-generation-group.test.d.ts.map +0 -1
  748. package/dist/execution/__tests__/task-generation-group.test.js +0 -157
  749. package/dist/execution/__tests__/task-generation-group.test.js.map +0 -1
  750. package/dist/execution/__tests__/task-lifecycle-cycle.test.d.ts +0 -2
  751. package/dist/execution/__tests__/task-lifecycle-cycle.test.d.ts.map +0 -1
  752. package/dist/execution/__tests__/task-lifecycle-cycle.test.js +0 -685
  753. package/dist/execution/__tests__/task-lifecycle-cycle.test.js.map +0 -1
  754. package/dist/execution/__tests__/task-lifecycle-dimension.test.d.ts +0 -2
  755. package/dist/execution/__tests__/task-lifecycle-dimension.test.d.ts.map +0 -1
  756. package/dist/execution/__tests__/task-lifecycle-dimension.test.js +0 -325
  757. package/dist/execution/__tests__/task-lifecycle-dimension.test.js.map +0 -1
  758. package/dist/execution/__tests__/task-lifecycle-ethics.test.d.ts +0 -2
  759. package/dist/execution/__tests__/task-lifecycle-ethics.test.d.ts.map +0 -1
  760. package/dist/execution/__tests__/task-lifecycle-ethics.test.js +0 -732
  761. package/dist/execution/__tests__/task-lifecycle-ethics.test.js.map +0 -1
  762. package/dist/execution/__tests__/task-lifecycle-execution.test.d.ts +0 -2
  763. package/dist/execution/__tests__/task-lifecycle-execution.test.d.ts.map +0 -1
  764. package/dist/execution/__tests__/task-lifecycle-execution.test.js +0 -441
  765. package/dist/execution/__tests__/task-lifecycle-execution.test.js.map +0 -1
  766. package/dist/execution/__tests__/task-lifecycle-generation.test.d.ts +0 -2
  767. package/dist/execution/__tests__/task-lifecycle-generation.test.d.ts.map +0 -1
  768. package/dist/execution/__tests__/task-lifecycle-generation.test.js +0 -457
  769. package/dist/execution/__tests__/task-lifecycle-generation.test.js.map +0 -1
  770. package/dist/execution/__tests__/task-lifecycle-healthcheck.test.d.ts +0 -2
  771. package/dist/execution/__tests__/task-lifecycle-healthcheck.test.d.ts.map +0 -1
  772. package/dist/execution/__tests__/task-lifecycle-healthcheck.test.js +0 -325
  773. package/dist/execution/__tests__/task-lifecycle-healthcheck.test.js.map +0 -1
  774. package/dist/execution/__tests__/task-lifecycle-verdict.test.d.ts +0 -2
  775. package/dist/execution/__tests__/task-lifecycle-verdict.test.d.ts.map +0 -1
  776. package/dist/execution/__tests__/task-lifecycle-verdict.test.js +0 -683
  777. package/dist/execution/__tests__/task-lifecycle-verdict.test.js.map +0 -1
  778. package/dist/execution/__tests__/task-lifecycle-verification.test.d.ts +0 -2
  779. package/dist/execution/__tests__/task-lifecycle-verification.test.d.ts.map +0 -1
  780. package/dist/execution/__tests__/task-lifecycle-verification.test.js +0 -526
  781. package/dist/execution/__tests__/task-lifecycle-verification.test.js.map +0 -1
  782. package/dist/execution/__tests__/task-lifecycle.test.d.ts +0 -2
  783. package/dist/execution/__tests__/task-lifecycle.test.d.ts.map +0 -1
  784. package/dist/execution/__tests__/task-lifecycle.test.js +0 -503
  785. package/dist/execution/__tests__/task-lifecycle.test.js.map +0 -1
  786. package/dist/execution/__tests__/task-prompt-builder.test.d.ts +0 -2
  787. package/dist/execution/__tests__/task-prompt-builder.test.d.ts.map +0 -1
  788. package/dist/execution/__tests__/task-prompt-builder.test.js +0 -148
  789. package/dist/execution/__tests__/task-prompt-builder.test.js.map +0 -1
  790. package/dist/execution/__tests__/task-verifier-guards.test.d.ts +0 -2
  791. package/dist/execution/__tests__/task-verifier-guards.test.d.ts.map +0 -1
  792. package/dist/execution/__tests__/task-verifier-guards.test.js +0 -735
  793. package/dist/execution/__tests__/task-verifier-guards.test.js.map +0 -1
  794. package/dist/execution/__tests__/task-verifier.test.d.ts +0 -2
  795. package/dist/execution/__tests__/task-verifier.test.d.ts.map +0 -1
  796. package/dist/execution/__tests__/task-verifier.test.js +0 -113
  797. package/dist/execution/__tests__/task-verifier.test.js.map +0 -1
  798. package/dist/execution/__tests__/toolset-lock.test.d.ts +0 -2
  799. package/dist/execution/__tests__/toolset-lock.test.d.ts.map +0 -1
  800. package/dist/execution/__tests__/toolset-lock.test.js +0 -204
  801. package/dist/execution/__tests__/toolset-lock.test.js.map +0 -1
  802. package/dist/execution/adapter-layer.d.ts +0 -100
  803. package/dist/execution/adapter-layer.d.ts.map +0 -1
  804. package/dist/execution/adapter-layer.js +0 -123
  805. package/dist/execution/adapter-layer.js.map +0 -1
  806. package/dist/execution/checkpoint-manager.d.ts +0 -49
  807. package/dist/execution/checkpoint-manager.d.ts.map +0 -1
  808. package/dist/execution/checkpoint-manager.js +0 -143
  809. package/dist/execution/checkpoint-manager.js.map +0 -1
  810. package/dist/execution/context/context-budget.d.ts +0 -35
  811. package/dist/execution/context/context-budget.d.ts.map +0 -1
  812. package/dist/execution/context/context-budget.js +0 -73
  813. package/dist/execution/context/context-budget.js.map +0 -1
  814. package/dist/execution/context/context-builder.d.ts +0 -44
  815. package/dist/execution/context/context-builder.d.ts.map +0 -1
  816. package/dist/execution/context/context-builder.js +0 -132
  817. package/dist/execution/context/context-builder.js.map +0 -1
  818. package/dist/execution/context/dimension-selector.d.ts +0 -16
  819. package/dist/execution/context/dimension-selector.d.ts.map +0 -1
  820. package/dist/execution/context/dimension-selector.js +0 -57
  821. package/dist/execution/context/dimension-selector.js.map +0 -1
  822. package/dist/execution/context/issue-context-fetcher.d.ts +0 -19
  823. package/dist/execution/context/issue-context-fetcher.d.ts.map +0 -1
  824. package/dist/execution/context/issue-context-fetcher.js +0 -73
  825. package/dist/execution/context/issue-context-fetcher.js.map +0 -1
  826. package/dist/execution/impact-analyzer.d.ts +0 -24
  827. package/dist/execution/impact-analyzer.d.ts.map +0 -1
  828. package/dist/execution/impact-analyzer.js +0 -88
  829. package/dist/execution/impact-analyzer.js.map +0 -1
  830. package/dist/execution/parallel-executor.d.ts +0 -38
  831. package/dist/execution/parallel-executor.d.ts.map +0 -1
  832. package/dist/execution/parallel-executor.js +0 -172
  833. package/dist/execution/parallel-executor.js.map +0 -1
  834. package/dist/execution/pipeline-executor.d.ts +0 -54
  835. package/dist/execution/pipeline-executor.d.ts.map +0 -1
  836. package/dist/execution/pipeline-executor.js +0 -250
  837. package/dist/execution/pipeline-executor.js.map +0 -1
  838. package/dist/execution/reflection-generator.d.ts +0 -24
  839. package/dist/execution/reflection-generator.d.ts.map +0 -1
  840. package/dist/execution/reflection-generator.js +0 -143
  841. package/dist/execution/reflection-generator.js.map +0 -1
  842. package/dist/execution/result-reconciler.d.ts +0 -23
  843. package/dist/execution/result-reconciler.d.ts.map +0 -1
  844. package/dist/execution/result-reconciler.js +0 -109
  845. package/dist/execution/result-reconciler.js.map +0 -1
  846. package/dist/execution/session-manager.d.ts +0 -153
  847. package/dist/execution/session-manager.d.ts.map +0 -1
  848. package/dist/execution/session-manager.js +0 -393
  849. package/dist/execution/session-manager.js.map +0 -1
  850. package/dist/execution/task/task-approval-check.d.ts +0 -9
  851. package/dist/execution/task/task-approval-check.d.ts.map +0 -1
  852. package/dist/execution/task/task-approval-check.js +0 -14
  853. package/dist/execution/task/task-approval-check.js.map +0 -1
  854. package/dist/execution/task/task-approval.d.ts +0 -22
  855. package/dist/execution/task/task-approval.d.ts.map +0 -1
  856. package/dist/execution/task/task-approval.js +0 -147
  857. package/dist/execution/task/task-approval.js.map +0 -1
  858. package/dist/execution/task/task-execution-types.d.ts +0 -18
  859. package/dist/execution/task/task-execution-types.d.ts.map +0 -1
  860. package/dist/execution/task/task-execution-types.js +0 -10
  861. package/dist/execution/task/task-execution-types.js.map +0 -1
  862. package/dist/execution/task/task-executor.d.ts +0 -31
  863. package/dist/execution/task/task-executor.d.ts.map +0 -1
  864. package/dist/execution/task/task-executor.js +0 -221
  865. package/dist/execution/task/task-executor.js.map +0 -1
  866. package/dist/execution/task/task-generation.d.ts +0 -154
  867. package/dist/execution/task/task-generation.d.ts.map +0 -1
  868. package/dist/execution/task/task-generation.js +0 -416
  869. package/dist/execution/task/task-generation.js.map +0 -1
  870. package/dist/execution/task/task-health-check.d.ts +0 -36
  871. package/dist/execution/task/task-health-check.d.ts.map +0 -1
  872. package/dist/execution/task/task-health-check.js +0 -66
  873. package/dist/execution/task/task-health-check.js.map +0 -1
  874. package/dist/execution/task/task-lifecycle.d.ts +0 -126
  875. package/dist/execution/task/task-lifecycle.d.ts.map +0 -1
  876. package/dist/execution/task/task-lifecycle.js +0 -313
  877. package/dist/execution/task/task-lifecycle.js.map +0 -1
  878. package/dist/execution/task/task-pipeline-cycle.d.ts +0 -45
  879. package/dist/execution/task/task-pipeline-cycle.d.ts.map +0 -1
  880. package/dist/execution/task/task-pipeline-cycle.js +0 -132
  881. package/dist/execution/task/task-pipeline-cycle.js.map +0 -1
  882. package/dist/execution/task/task-prompt-builder.d.ts +0 -9
  883. package/dist/execution/task/task-prompt-builder.d.ts.map +0 -1
  884. package/dist/execution/task/task-prompt-builder.js +0 -197
  885. package/dist/execution/task/task-prompt-builder.js.map +0 -1
  886. package/dist/execution/task/task-verifier-llm 2.d.ts +0 -24
  887. package/dist/execution/task/task-verifier-llm 2.d.ts.map +0 -1
  888. package/dist/execution/task/task-verifier-llm 2.js +0 -160
  889. package/dist/execution/task/task-verifier-llm 2.js.map +0 -1
  890. package/dist/execution/task/task-verifier-llm.d.ts +0 -24
  891. package/dist/execution/task/task-verifier-llm.d.ts.map +0 -1
  892. package/dist/execution/task/task-verifier-llm.js +0 -160
  893. package/dist/execution/task/task-verifier-llm.js.map +0 -1
  894. package/dist/execution/task/task-verifier-rules 2.d.ts +0 -31
  895. package/dist/execution/task/task-verifier-rules 2.d.ts.map +0 -1
  896. package/dist/execution/task/task-verifier-rules 2.js +0 -207
  897. package/dist/execution/task/task-verifier-rules 2.js.map +0 -1
  898. package/dist/execution/task/task-verifier-rules.d.ts +0 -31
  899. package/dist/execution/task/task-verifier-rules.d.ts.map +0 -1
  900. package/dist/execution/task/task-verifier-rules.js +0 -207
  901. package/dist/execution/task/task-verifier-rules.js.map +0 -1
  902. package/dist/execution/task/task-verifier-types 2.d.ts +0 -78
  903. package/dist/execution/task/task-verifier-types 2.d.ts.map +0 -1
  904. package/dist/execution/task/task-verifier-types 2.js +0 -9
  905. package/dist/execution/task/task-verifier-types 2.js.map +0 -1
  906. package/dist/execution/task/task-verifier-types.d.ts +0 -78
  907. package/dist/execution/task/task-verifier-types.d.ts.map +0 -1
  908. package/dist/execution/task/task-verifier-types.js +0 -9
  909. package/dist/execution/task/task-verifier-types.js.map +0 -1
  910. package/dist/execution/task/task-verifier.d.ts +0 -48
  911. package/dist/execution/task/task-verifier.d.ts.map +0 -1
  912. package/dist/execution/task/task-verifier.js +0 -463
  913. package/dist/execution/task/task-verifier.js.map +0 -1
  914. package/dist/execution/toolset-lock.d.ts +0 -27
  915. package/dist/execution/toolset-lock.d.ts.map +0 -1
  916. package/dist/execution/toolset-lock.js +0 -49
  917. package/dist/execution/toolset-lock.js.map +0 -1
  918. package/dist/execution/types/checkpoint.d.ts +0 -133
  919. package/dist/execution/types/checkpoint.d.ts.map +0 -1
  920. package/dist/execution/types/checkpoint.js +0 -38
  921. package/dist/execution/types/checkpoint.js.map +0 -1
  922. package/dist/execution/types/pipeline.d.ts +0 -191
  923. package/dist/execution/types/pipeline.d.ts.map +0 -1
  924. package/dist/execution/types/pipeline.js +0 -62
  925. package/dist/execution/types/pipeline.js.map +0 -1
  926. package/dist/execution/types/session.d.ts +0 -95
  927. package/dist/execution/types/session.d.ts.map +0 -1
  928. package/dist/execution/types/session.js +0 -37
  929. package/dist/execution/types/session.js.map +0 -1
  930. package/dist/execution/types/task-group.d.ts +0 -246
  931. package/dist/execution/types/task-group.d.ts.map +0 -1
  932. package/dist/execution/types/task-group.js +0 -14
  933. package/dist/execution/types/task-group.js.map +0 -1
  934. package/dist/execution/types/task.d.ts +0 -267
  935. package/dist/execution/types/task.d.ts.map +0 -1
  936. package/dist/execution/types/task.js +0 -70
  937. package/dist/execution/types/task.js.map +0 -1
  938. package/dist/goal/__tests__/goal-cli-refine.test.d.ts +0 -8
  939. package/dist/goal/__tests__/goal-cli-refine.test.d.ts.map +0 -1
  940. package/dist/goal/__tests__/goal-cli-refine.test.js +0 -237
  941. package/dist/goal/__tests__/goal-cli-refine.test.js.map +0 -1
  942. package/dist/goal/__tests__/goal-dependency-graph.test.d.ts +0 -2
  943. package/dist/goal/__tests__/goal-dependency-graph.test.d.ts.map +0 -1
  944. package/dist/goal/__tests__/goal-dependency-graph.test.js +0 -352
  945. package/dist/goal/__tests__/goal-dependency-graph.test.js.map +0 -1
  946. package/dist/goal/__tests__/goal-negotiator-character.test.d.ts +0 -2
  947. package/dist/goal/__tests__/goal-negotiator-character.test.d.ts.map +0 -1
  948. package/dist/goal/__tests__/goal-negotiator-character.test.js +0 -650
  949. package/dist/goal/__tests__/goal-negotiator-character.test.js.map +0 -1
  950. package/dist/goal/__tests__/goal-negotiator-core.test.d.ts +0 -2
  951. package/dist/goal/__tests__/goal-negotiator-core.test.d.ts.map +0 -1
  952. package/dist/goal/__tests__/goal-negotiator-core.test.js +0 -370
  953. package/dist/goal/__tests__/goal-negotiator-core.test.js.map +0 -1
  954. package/dist/goal/__tests__/goal-negotiator-decompose.test.d.ts +0 -2
  955. package/dist/goal/__tests__/goal-negotiator-decompose.test.d.ts.map +0 -1
  956. package/dist/goal/__tests__/goal-negotiator-decompose.test.js +0 -876
  957. package/dist/goal/__tests__/goal-negotiator-decompose.test.js.map +0 -1
  958. package/dist/goal/__tests__/goal-negotiator-negotiate.test.d.ts +0 -2
  959. package/dist/goal/__tests__/goal-negotiator-negotiate.test.d.ts.map +0 -1
  960. package/dist/goal/__tests__/goal-negotiator-negotiate.test.js +0 -411
  961. package/dist/goal/__tests__/goal-negotiator-negotiate.test.js.map +0 -1
  962. package/dist/goal/__tests__/goal-negotiator-suggest-filter.test.d.ts +0 -2
  963. package/dist/goal/__tests__/goal-negotiator-suggest-filter.test.d.ts.map +0 -1
  964. package/dist/goal/__tests__/goal-negotiator-suggest-filter.test.js +0 -258
  965. package/dist/goal/__tests__/goal-negotiator-suggest-filter.test.js.map +0 -1
  966. package/dist/goal/__tests__/goal-negotiator-suggest.test.d.ts +0 -2
  967. package/dist/goal/__tests__/goal-negotiator-suggest.test.d.ts.map +0 -1
  968. package/dist/goal/__tests__/goal-negotiator-suggest.test.js +0 -280
  969. package/dist/goal/__tests__/goal-negotiator-suggest.test.js.map +0 -1
  970. package/dist/goal/__tests__/goal-refiner.refine.test.d.ts +0 -2
  971. package/dist/goal/__tests__/goal-refiner.refine.test.d.ts.map +0 -1
  972. package/dist/goal/__tests__/goal-refiner.refine.test.js +0 -291
  973. package/dist/goal/__tests__/goal-refiner.refine.test.js.map +0 -1
  974. package/dist/goal/__tests__/goal-refiner.test.d.ts +0 -2
  975. package/dist/goal/__tests__/goal-refiner.test.d.ts.map +0 -1
  976. package/dist/goal/__tests__/goal-refiner.test.js +0 -509
  977. package/dist/goal/__tests__/goal-refiner.test.js.map +0 -1
  978. package/dist/goal/__tests__/goal-suggest-timeout.test.d.ts +0 -10
  979. package/dist/goal/__tests__/goal-suggest-timeout.test.d.ts.map +0 -1
  980. package/dist/goal/__tests__/goal-suggest-timeout.test.js +0 -63
  981. package/dist/goal/__tests__/goal-suggest-timeout.test.js.map +0 -1
  982. package/dist/goal/__tests__/goal-tree-concreteness.test.d.ts +0 -2
  983. package/dist/goal/__tests__/goal-tree-concreteness.test.d.ts.map +0 -1
  984. package/dist/goal/__tests__/goal-tree-concreteness.test.js +0 -391
  985. package/dist/goal/__tests__/goal-tree-concreteness.test.js.map +0 -1
  986. package/dist/goal/__tests__/goal-tree-manager.test.d.ts +0 -2
  987. package/dist/goal/__tests__/goal-tree-manager.test.d.ts.map +0 -1
  988. package/dist/goal/__tests__/goal-tree-manager.test.js +0 -828
  989. package/dist/goal/__tests__/goal-tree-manager.test.js.map +0 -1
  990. package/dist/goal/__tests__/goal-tree-quality.test.d.ts +0 -2
  991. package/dist/goal/__tests__/goal-tree-quality.test.d.ts.map +0 -1
  992. package/dist/goal/__tests__/goal-tree-quality.test.js +0 -150
  993. package/dist/goal/__tests__/goal-tree-quality.test.js.map +0 -1
  994. package/dist/goal/__tests__/goalNegotiator.test.d.ts +0 -2
  995. package/dist/goal/__tests__/goalNegotiator.test.d.ts.map +0 -1
  996. package/dist/goal/__tests__/goalNegotiator.test.js +0 -418
  997. package/dist/goal/__tests__/goalNegotiator.test.js.map +0 -1
  998. package/dist/goal/__tests__/negotiate-context.test.d.ts +0 -2
  999. package/dist/goal/__tests__/negotiate-context.test.d.ts.map +0 -1
  1000. package/dist/goal/__tests__/negotiate-context.test.js +0 -192
  1001. package/dist/goal/__tests__/negotiate-context.test.js.map +0 -1
  1002. package/dist/goal/__tests__/refine.test.d.ts +0 -2
  1003. package/dist/goal/__tests__/refine.test.d.ts.map +0 -1
  1004. package/dist/goal/__tests__/refine.test.js +0 -354
  1005. package/dist/goal/__tests__/refine.test.js.map +0 -1
  1006. package/dist/goal/__tests__/refiner-prompts.test.d.ts +0 -2
  1007. package/dist/goal/__tests__/refiner-prompts.test.d.ts.map +0 -1
  1008. package/dist/goal/__tests__/refiner-prompts.test.js +0 -92
  1009. package/dist/goal/__tests__/refiner-prompts.test.js.map +0 -1
  1010. package/dist/goal/__tests__/state-aggregator.test.d.ts +0 -2
  1011. package/dist/goal/__tests__/state-aggregator.test.d.ts.map +0 -1
  1012. package/dist/goal/__tests__/state-aggregator.test.js +0 -840
  1013. package/dist/goal/__tests__/state-aggregator.test.js.map +0 -1
  1014. package/dist/goal/__tests__/subgoal-curriculum.test.d.ts +0 -2
  1015. package/dist/goal/__tests__/subgoal-curriculum.test.d.ts.map +0 -1
  1016. package/dist/goal/__tests__/subgoal-curriculum.test.js +0 -219
  1017. package/dist/goal/__tests__/subgoal-curriculum.test.js.map +0 -1
  1018. package/dist/goal/__tests__/tree-loop-orchestrator.test.d.ts +0 -2
  1019. package/dist/goal/__tests__/tree-loop-orchestrator.test.d.ts.map +0 -1
  1020. package/dist/goal/__tests__/tree-loop-orchestrator.test.js +0 -1078
  1021. package/dist/goal/__tests__/tree-loop-orchestrator.test.js.map +0 -1
  1022. package/dist/goal/goal-decomposer.d.ts +0 -30
  1023. package/dist/goal/goal-decomposer.d.ts.map +0 -1
  1024. package/dist/goal/goal-decomposer.js +0 -167
  1025. package/dist/goal/goal-decomposer.js.map +0 -1
  1026. package/dist/goal/goal-dependency-graph.d.ts +0 -124
  1027. package/dist/goal/goal-dependency-graph.d.ts.map +0 -1
  1028. package/dist/goal/goal-dependency-graph.js +0 -325
  1029. package/dist/goal/goal-dependency-graph.js.map +0 -1
  1030. package/dist/goal/goal-negotiator.d.ts +0 -72
  1031. package/dist/goal/goal-negotiator.d.ts.map +0 -1
  1032. package/dist/goal/goal-negotiator.js +0 -299
  1033. package/dist/goal/goal-negotiator.js.map +0 -1
  1034. package/dist/goal/goal-refiner.d.ts +0 -48
  1035. package/dist/goal/goal-refiner.d.ts.map +0 -1
  1036. package/dist/goal/goal-refiner.js +0 -299
  1037. package/dist/goal/goal-refiner.js.map +0 -1
  1038. package/dist/goal/goal-suggest.d.ts +0 -93
  1039. package/dist/goal/goal-suggest.d.ts.map +0 -1
  1040. package/dist/goal/goal-suggest.js +0 -254
  1041. package/dist/goal/goal-suggest.js.map +0 -1
  1042. package/dist/goal/goal-tree-manager.d.ts +0 -72
  1043. package/dist/goal/goal-tree-manager.d.ts.map +0 -1
  1044. package/dist/goal/goal-tree-manager.js +0 -572
  1045. package/dist/goal/goal-tree-manager.js.map +0 -1
  1046. package/dist/goal/goal-tree-pruner.d.ts +0 -25
  1047. package/dist/goal/goal-tree-pruner.d.ts.map +0 -1
  1048. package/dist/goal/goal-tree-pruner.js +0 -93
  1049. package/dist/goal/goal-tree-pruner.js.map +0 -1
  1050. package/dist/goal/goal-tree-quality.d.ts +0 -22
  1051. package/dist/goal/goal-tree-quality.d.ts.map +0 -1
  1052. package/dist/goal/goal-tree-quality.js +0 -183
  1053. package/dist/goal/goal-tree-quality.js.map +0 -1
  1054. package/dist/goal/goal-validation.d.ts +0 -20
  1055. package/dist/goal/goal-validation.d.ts.map +0 -1
  1056. package/dist/goal/goal-validation.js +0 -93
  1057. package/dist/goal/goal-validation.js.map +0 -1
  1058. package/dist/goal/milestone-evaluator.d.ts +0 -33
  1059. package/dist/goal/milestone-evaluator.d.ts.map +0 -1
  1060. package/dist/goal/milestone-evaluator.js +0 -130
  1061. package/dist/goal/milestone-evaluator.js.map +0 -1
  1062. package/dist/goal/negotiator-context.d.ts +0 -13
  1063. package/dist/goal/negotiator-context.d.ts.map +0 -1
  1064. package/dist/goal/negotiator-context.js +0 -119
  1065. package/dist/goal/negotiator-context.js.map +0 -1
  1066. package/dist/goal/negotiator-prompts.d.ts +0 -31
  1067. package/dist/goal/negotiator-prompts.d.ts.map +0 -1
  1068. package/dist/goal/negotiator-prompts.js +0 -65
  1069. package/dist/goal/negotiator-prompts.js.map +0 -1
  1070. package/dist/goal/negotiator-steps.d.ts +0 -59
  1071. package/dist/goal/negotiator-steps.d.ts.map +0 -1
  1072. package/dist/goal/negotiator-steps.js +0 -269
  1073. package/dist/goal/negotiator-steps.js.map +0 -1
  1074. package/dist/goal/refiner-prompts.d.ts +0 -10
  1075. package/dist/goal/refiner-prompts.d.ts.map +0 -1
  1076. package/dist/goal/refiner-prompts.js +0 -59
  1077. package/dist/goal/refiner-prompts.js.map +0 -1
  1078. package/dist/goal/state-aggregator.d.ts +0 -89
  1079. package/dist/goal/state-aggregator.d.ts.map +0 -1
  1080. package/dist/goal/state-aggregator.js +0 -331
  1081. package/dist/goal/state-aggregator.js.map +0 -1
  1082. package/dist/goal/subgoal-curriculum.d.ts +0 -30
  1083. package/dist/goal/subgoal-curriculum.d.ts.map +0 -1
  1084. package/dist/goal/subgoal-curriculum.js +0 -53
  1085. package/dist/goal/subgoal-curriculum.js.map +0 -1
  1086. package/dist/goal/tree-loop-orchestrator.d.ts +0 -100
  1087. package/dist/goal/tree-loop-orchestrator.d.ts.map +0 -1
  1088. package/dist/goal/tree-loop-orchestrator.js +0 -269
  1089. package/dist/goal/tree-loop-orchestrator.js.map +0 -1
  1090. package/dist/goal/types/dependency.d.ts +0 -108
  1091. package/dist/goal/types/dependency.d.ts.map +0 -1
  1092. package/dist/goal/types/dependency.js +0 -21
  1093. package/dist/goal/types/dependency.js.map +0 -1
  1094. package/dist/goal/types/goal-refiner.d.ts +0 -108
  1095. package/dist/goal/types/goal-refiner.d.ts.map +0 -1
  1096. package/dist/goal/types/goal-refiner.js +0 -39
  1097. package/dist/goal/types/goal-refiner.js.map +0 -1
  1098. package/dist/goal/types/goal-tree.d.ts +0 -180
  1099. package/dist/goal/types/goal-tree.d.ts.map +0 -1
  1100. package/dist/goal/types/goal-tree.js +0 -73
  1101. package/dist/goal/types/goal-tree.js.map +0 -1
  1102. package/dist/goal/types/goal.d.ts +0 -1342
  1103. package/dist/goal/types/goal.d.ts.map +0 -1
  1104. package/dist/goal/types/goal.js +0 -141
  1105. package/dist/goal/types/goal.js.map +0 -1
  1106. package/dist/goal/types/negotiation.d.ts +0 -450
  1107. package/dist/goal/types/negotiation.d.ts.map +0 -1
  1108. package/dist/goal/types/negotiation.js +0 -84
  1109. package/dist/goal/types/negotiation.js.map +0 -1
  1110. package/dist/goal/types/suggest.d.ts +0 -92
  1111. package/dist/goal/types/suggest.d.ts.map +0 -1
  1112. package/dist/goal/types/suggest.js +0 -15
  1113. package/dist/goal/types/suggest.js.map +0 -1
  1114. package/dist/interface/chat/__tests__/chat-grounding.test.d.ts +0 -2
  1115. package/dist/interface/chat/__tests__/chat-grounding.test.d.ts.map +0 -1
  1116. package/dist/interface/chat/__tests__/chat-grounding.test.js +0 -388
  1117. package/dist/interface/chat/__tests__/chat-grounding.test.js.map +0 -1
  1118. package/dist/interface/chat/__tests__/chat-history.test.d.ts +0 -2
  1119. package/dist/interface/chat/__tests__/chat-history.test.d.ts.map +0 -1
  1120. package/dist/interface/chat/__tests__/chat-history.test.js +0 -97
  1121. package/dist/interface/chat/__tests__/chat-history.test.js.map +0 -1
  1122. package/dist/interface/chat/__tests__/chat-runner.test.d.ts +0 -2
  1123. package/dist/interface/chat/__tests__/chat-runner.test.d.ts.map +0 -1
  1124. package/dist/interface/chat/__tests__/chat-runner.test.js +0 -270
  1125. package/dist/interface/chat/__tests__/chat-runner.test.js.map +0 -1
  1126. package/dist/interface/chat/__tests__/chat-verifier.test.d.ts +0 -2
  1127. package/dist/interface/chat/__tests__/chat-verifier.test.d.ts.map +0 -1
  1128. package/dist/interface/chat/__tests__/chat-verifier.test.js +0 -71
  1129. package/dist/interface/chat/__tests__/chat-verifier.test.js.map +0 -1
  1130. package/dist/interface/chat/__tests__/escalation.test.d.ts +0 -2
  1131. package/dist/interface/chat/__tests__/escalation.test.d.ts.map +0 -1
  1132. package/dist/interface/chat/__tests__/escalation.test.js +0 -149
  1133. package/dist/interface/chat/__tests__/escalation.test.js.map +0 -1
  1134. package/dist/interface/chat/__tests__/self-knowledge-mutation-tools.test.d.ts +0 -2
  1135. package/dist/interface/chat/__tests__/self-knowledge-mutation-tools.test.d.ts.map +0 -1
  1136. package/dist/interface/chat/__tests__/self-knowledge-mutation-tools.test.js +0 -371
  1137. package/dist/interface/chat/__tests__/self-knowledge-mutation-tools.test.js.map +0 -1
  1138. package/dist/interface/chat/__tests__/self-knowledge-tools.test.d.ts +0 -2
  1139. package/dist/interface/chat/__tests__/self-knowledge-tools.test.d.ts.map +0 -1
  1140. package/dist/interface/chat/__tests__/self-knowledge-tools.test.js +0 -223
  1141. package/dist/interface/chat/__tests__/self-knowledge-tools.test.js.map +0 -1
  1142. package/dist/interface/cli/__tests__/cleanup-orphan-datasource.test.d.ts +0 -2
  1143. package/dist/interface/cli/__tests__/cleanup-orphan-datasource.test.d.ts.map +0 -1
  1144. package/dist/interface/cli/__tests__/cleanup-orphan-datasource.test.js +0 -108
  1145. package/dist/interface/cli/__tests__/cleanup-orphan-datasource.test.js.map +0 -1
  1146. package/dist/interface/cli/__tests__/cli-capability.test.d.ts +0 -8
  1147. package/dist/interface/cli/__tests__/cli-capability.test.d.ts.map +0 -1
  1148. package/dist/interface/cli/__tests__/cli-capability.test.js +0 -208
  1149. package/dist/interface/cli/__tests__/cli-capability.test.js.map +0 -1
  1150. package/dist/interface/cli/__tests__/cli-daemon-status.test.d.ts +0 -2
  1151. package/dist/interface/cli/__tests__/cli-daemon-status.test.d.ts.map +0 -1
  1152. package/dist/interface/cli/__tests__/cli-daemon-status.test.js +0 -205
  1153. package/dist/interface/cli/__tests__/cli-daemon-status.test.js.map +0 -1
  1154. package/dist/interface/cli/__tests__/cli-doctor.test.d.ts +0 -2
  1155. package/dist/interface/cli/__tests__/cli-doctor.test.d.ts.map +0 -1
  1156. package/dist/interface/cli/__tests__/cli-doctor.test.js +0 -291
  1157. package/dist/interface/cli/__tests__/cli-doctor.test.js.map +0 -1
  1158. package/dist/interface/cli/__tests__/cli-improve.test.d.ts +0 -11
  1159. package/dist/interface/cli/__tests__/cli-improve.test.d.ts.map +0 -1
  1160. package/dist/interface/cli/__tests__/cli-improve.test.js +0 -592
  1161. package/dist/interface/cli/__tests__/cli-improve.test.js.map +0 -1
  1162. package/dist/interface/cli/__tests__/cli-install.test.d.ts +0 -2
  1163. package/dist/interface/cli/__tests__/cli-install.test.d.ts.map +0 -1
  1164. package/dist/interface/cli/__tests__/cli-install.test.js +0 -307
  1165. package/dist/interface/cli/__tests__/cli-install.test.js.map +0 -1
  1166. package/dist/interface/cli/__tests__/cli-knowledge.test.d.ts +0 -9
  1167. package/dist/interface/cli/__tests__/cli-knowledge.test.d.ts.map +0 -1
  1168. package/dist/interface/cli/__tests__/cli-knowledge.test.js +0 -295
  1169. package/dist/interface/cli/__tests__/cli-knowledge.test.js.map +0 -1
  1170. package/dist/interface/cli/__tests__/cli-logs.test.d.ts +0 -2
  1171. package/dist/interface/cli/__tests__/cli-logs.test.d.ts.map +0 -1
  1172. package/dist/interface/cli/__tests__/cli-logs.test.js +0 -204
  1173. package/dist/interface/cli/__tests__/cli-logs.test.js.map +0 -1
  1174. package/dist/interface/cli/__tests__/cli-notify.test.d.ts +0 -2
  1175. package/dist/interface/cli/__tests__/cli-notify.test.d.ts.map +0 -1
  1176. package/dist/interface/cli/__tests__/cli-notify.test.js +0 -208
  1177. package/dist/interface/cli/__tests__/cli-notify.test.js.map +0 -1
  1178. package/dist/interface/cli/__tests__/cli-plugin.test.d.ts +0 -8
  1179. package/dist/interface/cli/__tests__/cli-plugin.test.d.ts.map +0 -1
  1180. package/dist/interface/cli/__tests__/cli-plugin.test.js +0 -379
  1181. package/dist/interface/cli/__tests__/cli-plugin.test.js.map +0 -1
  1182. package/dist/interface/cli/__tests__/cli-runner-datasource-auto.test.d.ts +0 -9
  1183. package/dist/interface/cli/__tests__/cli-runner-datasource-auto.test.d.ts.map +0 -1
  1184. package/dist/interface/cli/__tests__/cli-runner-datasource-auto.test.js +0 -398
  1185. package/dist/interface/cli/__tests__/cli-runner-datasource-auto.test.js.map +0 -1
  1186. package/dist/interface/cli/__tests__/cli-runner-integration.test.d.ts +0 -13
  1187. package/dist/interface/cli/__tests__/cli-runner-integration.test.d.ts.map +0 -1
  1188. package/dist/interface/cli/__tests__/cli-runner-integration.test.js +0 -298
  1189. package/dist/interface/cli/__tests__/cli-runner-integration.test.js.map +0 -1
  1190. package/dist/interface/cli/__tests__/cli-runner.test.d.ts +0 -29
  1191. package/dist/interface/cli/__tests__/cli-runner.test.d.ts.map +0 -1
  1192. package/dist/interface/cli/__tests__/cli-runner.test.js +0 -928
  1193. package/dist/interface/cli/__tests__/cli-runner.test.js.map +0 -1
  1194. package/dist/interface/cli/__tests__/cli-setup.test.d.ts +0 -12
  1195. package/dist/interface/cli/__tests__/cli-setup.test.d.ts.map +0 -1
  1196. package/dist/interface/cli/__tests__/cli-setup.test.js +0 -200
  1197. package/dist/interface/cli/__tests__/cli-setup.test.js.map +0 -1
  1198. package/dist/interface/cli/__tests__/datasource-dedup.test.d.ts +0 -2
  1199. package/dist/interface/cli/__tests__/datasource-dedup.test.d.ts.map +0 -1
  1200. package/dist/interface/cli/__tests__/datasource-dedup.test.js +0 -133
  1201. package/dist/interface/cli/__tests__/datasource-dedup.test.js.map +0 -1
  1202. package/dist/interface/cli/__tests__/goal-dispatch-infer.test.d.ts +0 -11
  1203. package/dist/interface/cli/__tests__/goal-dispatch-infer.test.d.ts.map +0 -1
  1204. package/dist/interface/cli/__tests__/goal-dispatch-infer.test.js +0 -140
  1205. package/dist/interface/cli/__tests__/goal-dispatch-infer.test.js.map +0 -1
  1206. package/dist/interface/cli/__tests__/goal-infer.test.d.ts +0 -2
  1207. package/dist/interface/cli/__tests__/goal-infer.test.d.ts.map +0 -1
  1208. package/dist/interface/cli/__tests__/goal-infer.test.js +0 -94
  1209. package/dist/interface/cli/__tests__/goal-infer.test.js.map +0 -1
  1210. package/dist/interface/cli/__tests__/goal-utils.test.d.ts +0 -2
  1211. package/dist/interface/cli/__tests__/goal-utils.test.d.ts.map +0 -1
  1212. package/dist/interface/cli/__tests__/goal-utils.test.js +0 -123
  1213. package/dist/interface/cli/__tests__/goal-utils.test.js.map +0 -1
  1214. package/dist/interface/cli/__tests__/suggest-normalizer.test.d.ts +0 -2
  1215. package/dist/interface/cli/__tests__/suggest-normalizer.test.d.ts.map +0 -1
  1216. package/dist/interface/cli/__tests__/suggest-normalizer.test.js +0 -43
  1217. package/dist/interface/cli/__tests__/suggest-normalizer.test.js.map +0 -1
  1218. package/dist/interface/mcp-server/__tests__/mcp-server.test.d.ts +0 -2
  1219. package/dist/interface/mcp-server/__tests__/mcp-server.test.d.ts.map +0 -1
  1220. package/dist/interface/mcp-server/__tests__/mcp-server.test.js +0 -180
  1221. package/dist/interface/mcp-server/__tests__/mcp-server.test.js.map +0 -1
  1222. package/dist/interface/tui/__tests__/actions.test.d.ts +0 -2
  1223. package/dist/interface/tui/__tests__/actions.test.d.ts.map +0 -1
  1224. package/dist/interface/tui/__tests__/actions.test.js +0 -300
  1225. package/dist/interface/tui/__tests__/actions.test.js.map +0 -1
  1226. package/dist/interface/tui/__tests__/fuzzy.test.d.ts +0 -2
  1227. package/dist/interface/tui/__tests__/fuzzy.test.d.ts.map +0 -1
  1228. package/dist/interface/tui/__tests__/fuzzy.test.js +0 -95
  1229. package/dist/interface/tui/__tests__/fuzzy.test.js.map +0 -1
  1230. package/dist/interface/tui/__tests__/intent-recognizer.test.d.ts +0 -2
  1231. package/dist/interface/tui/__tests__/intent-recognizer.test.d.ts.map +0 -1
  1232. package/dist/interface/tui/__tests__/intent-recognizer.test.js +0 -174
  1233. package/dist/interface/tui/__tests__/intent-recognizer.test.js.map +0 -1
  1234. package/dist/interface/tui/__tests__/use-loop.test.d.ts +0 -2
  1235. package/dist/interface/tui/__tests__/use-loop.test.d.ts.map +0 -1
  1236. package/dist/interface/tui/__tests__/use-loop.test.js +0 -286
  1237. package/dist/interface/tui/__tests__/use-loop.test.js.map +0 -1
  1238. package/dist/interface/tui/splash-screen.d.ts +0 -9
  1239. package/dist/interface/tui/splash-screen.d.ts.map +0 -1
  1240. package/dist/interface/tui/splash-screen.js +0 -27
  1241. package/dist/interface/tui/splash-screen.js.map +0 -1
  1242. package/dist/knowledge/__tests__/decision-record.test.d.ts +0 -2
  1243. package/dist/knowledge/__tests__/decision-record.test.d.ts.map +0 -1
  1244. package/dist/knowledge/__tests__/decision-record.test.js +0 -141
  1245. package/dist/knowledge/__tests__/decision-record.test.js.map +0 -1
  1246. package/dist/knowledge/__tests__/drive-score-adapter.test.d.ts +0 -2
  1247. package/dist/knowledge/__tests__/drive-score-adapter.test.d.ts.map +0 -1
  1248. package/dist/knowledge/__tests__/drive-score-adapter.test.js +0 -110
  1249. package/dist/knowledge/__tests__/drive-score-adapter.test.js.map +0 -1
  1250. package/dist/knowledge/__tests__/embedding-client.test.d.ts +0 -2
  1251. package/dist/knowledge/__tests__/embedding-client.test.d.ts.map +0 -1
  1252. package/dist/knowledge/__tests__/embedding-client.test.js +0 -77
  1253. package/dist/knowledge/__tests__/embedding-client.test.js.map +0 -1
  1254. package/dist/knowledge/__tests__/hierarchical-memory-integration.test.d.ts +0 -2
  1255. package/dist/knowledge/__tests__/hierarchical-memory-integration.test.d.ts.map +0 -1
  1256. package/dist/knowledge/__tests__/hierarchical-memory-integration.test.js +0 -352
  1257. package/dist/knowledge/__tests__/hierarchical-memory-integration.test.js.map +0 -1
  1258. package/dist/knowledge/__tests__/knowledge-graph.test.d.ts +0 -2
  1259. package/dist/knowledge/__tests__/knowledge-graph.test.d.ts.map +0 -1
  1260. package/dist/knowledge/__tests__/knowledge-graph.test.js +0 -330
  1261. package/dist/knowledge/__tests__/knowledge-graph.test.js.map +0 -1
  1262. package/dist/knowledge/__tests__/knowledge-manager-phase2.test.d.ts +0 -2
  1263. package/dist/knowledge/__tests__/knowledge-manager-phase2.test.d.ts.map +0 -1
  1264. package/dist/knowledge/__tests__/knowledge-manager-phase2.test.js +0 -344
  1265. package/dist/knowledge/__tests__/knowledge-manager-phase2.test.js.map +0 -1
  1266. package/dist/knowledge/__tests__/knowledge-manager.test.d.ts +0 -2
  1267. package/dist/knowledge/__tests__/knowledge-manager.test.d.ts.map +0 -1
  1268. package/dist/knowledge/__tests__/knowledge-manager.test.js +0 -564
  1269. package/dist/knowledge/__tests__/knowledge-manager.test.js.map +0 -1
  1270. package/dist/knowledge/__tests__/knowledge-transfer-apply.test.d.ts +0 -2
  1271. package/dist/knowledge/__tests__/knowledge-transfer-apply.test.d.ts.map +0 -1
  1272. package/dist/knowledge/__tests__/knowledge-transfer-apply.test.js +0 -291
  1273. package/dist/knowledge/__tests__/knowledge-transfer-apply.test.js.map +0 -1
  1274. package/dist/knowledge/__tests__/knowledge-transfer-auto-apply.test.d.ts +0 -2
  1275. package/dist/knowledge/__tests__/knowledge-transfer-auto-apply.test.d.ts.map +0 -1
  1276. package/dist/knowledge/__tests__/knowledge-transfer-auto-apply.test.js +0 -293
  1277. package/dist/knowledge/__tests__/knowledge-transfer-auto-apply.test.js.map +0 -1
  1278. package/dist/knowledge/__tests__/knowledge-transfer-detect.test.d.ts +0 -2
  1279. package/dist/knowledge/__tests__/knowledge-transfer-detect.test.d.ts.map +0 -1
  1280. package/dist/knowledge/__tests__/knowledge-transfer-detect.test.js +0 -315
  1281. package/dist/knowledge/__tests__/knowledge-transfer-detect.test.js.map +0 -1
  1282. package/dist/knowledge/__tests__/knowledge-transfer-evaluate.test.d.ts +0 -2
  1283. package/dist/knowledge/__tests__/knowledge-transfer-evaluate.test.d.ts.map +0 -1
  1284. package/dist/knowledge/__tests__/knowledge-transfer-evaluate.test.js +0 -593
  1285. package/dist/knowledge/__tests__/knowledge-transfer-evaluate.test.js.map +0 -1
  1286. package/dist/knowledge/__tests__/knowledge-transfer-incremental.test.d.ts +0 -2
  1287. package/dist/knowledge/__tests__/knowledge-transfer-incremental.test.d.ts.map +0 -1
  1288. package/dist/knowledge/__tests__/knowledge-transfer-incremental.test.js +0 -402
  1289. package/dist/knowledge/__tests__/knowledge-transfer-incremental.test.js.map +0 -1
  1290. package/dist/knowledge/__tests__/learning-cross-goal.test.d.ts +0 -2
  1291. package/dist/knowledge/__tests__/learning-cross-goal.test.d.ts.map +0 -1
  1292. package/dist/knowledge/__tests__/learning-cross-goal.test.js +0 -377
  1293. package/dist/knowledge/__tests__/learning-cross-goal.test.js.map +0 -1
  1294. package/dist/knowledge/__tests__/learning-pipeline-extraction.test.d.ts +0 -2
  1295. package/dist/knowledge/__tests__/learning-pipeline-extraction.test.d.ts.map +0 -1
  1296. package/dist/knowledge/__tests__/learning-pipeline-extraction.test.js +0 -622
  1297. package/dist/knowledge/__tests__/learning-pipeline-extraction.test.js.map +0 -1
  1298. package/dist/knowledge/__tests__/learning-pipeline-feedback.test.d.ts +0 -2
  1299. package/dist/knowledge/__tests__/learning-pipeline-feedback.test.d.ts.map +0 -1
  1300. package/dist/knowledge/__tests__/learning-pipeline-feedback.test.js +0 -425
  1301. package/dist/knowledge/__tests__/learning-pipeline-feedback.test.js.map +0 -1
  1302. package/dist/knowledge/__tests__/learning-pipeline-persistence.test.d.ts +0 -2
  1303. package/dist/knowledge/__tests__/learning-pipeline-persistence.test.d.ts.map +0 -1
  1304. package/dist/knowledge/__tests__/learning-pipeline-persistence.test.js +0 -928
  1305. package/dist/knowledge/__tests__/learning-pipeline-persistence.test.js.map +0 -1
  1306. package/dist/knowledge/__tests__/learning-pipeline-phase2.test.d.ts +0 -2
  1307. package/dist/knowledge/__tests__/learning-pipeline-phase2.test.d.ts.map +0 -1
  1308. package/dist/knowledge/__tests__/learning-pipeline-phase2.test.js +0 -430
  1309. package/dist/knowledge/__tests__/learning-pipeline-phase2.test.js.map +0 -1
  1310. package/dist/knowledge/__tests__/learning-pipeline-sharing.test.d.ts +0 -2
  1311. package/dist/knowledge/__tests__/learning-pipeline-sharing.test.d.ts.map +0 -1
  1312. package/dist/knowledge/__tests__/learning-pipeline-sharing.test.js +0 -411
  1313. package/dist/knowledge/__tests__/learning-pipeline-sharing.test.js.map +0 -1
  1314. package/dist/knowledge/__tests__/m16-integration.test.d.ts +0 -2
  1315. package/dist/knowledge/__tests__/m16-integration.test.d.ts.map +0 -1
  1316. package/dist/knowledge/__tests__/m16-integration.test.js +0 -332
  1317. package/dist/knowledge/__tests__/m16-integration.test.js.map +0 -1
  1318. package/dist/knowledge/__tests__/memory-lifecycle-phase2.test.d.ts +0 -2
  1319. package/dist/knowledge/__tests__/memory-lifecycle-phase2.test.d.ts.map +0 -1
  1320. package/dist/knowledge/__tests__/memory-lifecycle-phase2.test.js +0 -562
  1321. package/dist/knowledge/__tests__/memory-lifecycle-phase2.test.js.map +0 -1
  1322. package/dist/knowledge/__tests__/memory-lifecycle.test.d.ts +0 -2
  1323. package/dist/knowledge/__tests__/memory-lifecycle.test.d.ts.map +0 -1
  1324. package/dist/knowledge/__tests__/memory-lifecycle.test.js +0 -432
  1325. package/dist/knowledge/__tests__/memory-lifecycle.test.js.map +0 -1
  1326. package/dist/knowledge/__tests__/memory-selection.test.d.ts +0 -2
  1327. package/dist/knowledge/__tests__/memory-selection.test.d.ts.map +0 -1
  1328. package/dist/knowledge/__tests__/memory-selection.test.js +0 -423
  1329. package/dist/knowledge/__tests__/memory-selection.test.js.map +0 -1
  1330. package/dist/knowledge/__tests__/memory-tier.test.d.ts +0 -2
  1331. package/dist/knowledge/__tests__/memory-tier.test.d.ts.map +0 -1
  1332. package/dist/knowledge/__tests__/memory-tier.test.js +0 -413
  1333. package/dist/knowledge/__tests__/memory-tier.test.js.map +0 -1
  1334. package/dist/knowledge/__tests__/transfer-trust.test.d.ts +0 -2
  1335. package/dist/knowledge/__tests__/transfer-trust.test.d.ts.map +0 -1
  1336. package/dist/knowledge/__tests__/transfer-trust.test.js +0 -137
  1337. package/dist/knowledge/__tests__/transfer-trust.test.js.map +0 -1
  1338. package/dist/knowledge/__tests__/vector-index.test.d.ts +0 -2
  1339. package/dist/knowledge/__tests__/vector-index.test.d.ts.map +0 -1
  1340. package/dist/knowledge/__tests__/vector-index.test.js +0 -152
  1341. package/dist/knowledge/__tests__/vector-index.test.js.map +0 -1
  1342. package/dist/knowledge/drive-score-adapter.d.ts +0 -39
  1343. package/dist/knowledge/drive-score-adapter.d.ts.map +0 -1
  1344. package/dist/knowledge/drive-score-adapter.js +0 -32
  1345. package/dist/knowledge/drive-score-adapter.js.map +0 -1
  1346. package/dist/knowledge/embedding-client.d.ts +0 -49
  1347. package/dist/knowledge/embedding-client.d.ts.map +0 -1
  1348. package/dist/knowledge/embedding-client.js +0 -141
  1349. package/dist/knowledge/embedding-client.js.map +0 -1
  1350. package/dist/knowledge/knowledge-decisions.d.ts +0 -41
  1351. package/dist/knowledge/knowledge-decisions.d.ts.map +0 -1
  1352. package/dist/knowledge/knowledge-decisions.js +0 -191
  1353. package/dist/knowledge/knowledge-decisions.js.map +0 -1
  1354. package/dist/knowledge/knowledge-graph.d.ts +0 -74
  1355. package/dist/knowledge/knowledge-graph.d.ts.map +0 -1
  1356. package/dist/knowledge/knowledge-graph.js +0 -207
  1357. package/dist/knowledge/knowledge-graph.js.map +0 -1
  1358. package/dist/knowledge/knowledge-manager-query 2.d.ts +0 -87
  1359. package/dist/knowledge/knowledge-manager-query 2.d.ts.map +0 -1
  1360. package/dist/knowledge/knowledge-manager-query 2.js +0 -287
  1361. package/dist/knowledge/knowledge-manager-query 2.js.map +0 -1
  1362. package/dist/knowledge/knowledge-manager-query.d.ts +0 -87
  1363. package/dist/knowledge/knowledge-manager-query.d.ts.map +0 -1
  1364. package/dist/knowledge/knowledge-manager-query.js +0 -287
  1365. package/dist/knowledge/knowledge-manager-query.js.map +0 -1
  1366. package/dist/knowledge/knowledge-manager.d.ts +0 -121
  1367. package/dist/knowledge/knowledge-manager.d.ts.map +0 -1
  1368. package/dist/knowledge/knowledge-manager.js +0 -249
  1369. package/dist/knowledge/knowledge-manager.js.map +0 -1
  1370. package/dist/knowledge/knowledge-revalidation.d.ts +0 -27
  1371. package/dist/knowledge/knowledge-revalidation.d.ts.map +0 -1
  1372. package/dist/knowledge/knowledge-revalidation.js +0 -130
  1373. package/dist/knowledge/knowledge-revalidation.js.map +0 -1
  1374. package/dist/knowledge/knowledge-search.d.ts +0 -42
  1375. package/dist/knowledge/knowledge-search.d.ts.map +0 -1
  1376. package/dist/knowledge/knowledge-search.js +0 -96
  1377. package/dist/knowledge/knowledge-search.js.map +0 -1
  1378. package/dist/knowledge/learning/learning-cross-goal.d.ts +0 -19
  1379. package/dist/knowledge/learning/learning-cross-goal.d.ts.map +0 -1
  1380. package/dist/knowledge/learning/learning-cross-goal.js +0 -173
  1381. package/dist/knowledge/learning/learning-cross-goal.js.map +0 -1
  1382. package/dist/knowledge/learning/learning-exports.d.ts +0 -4
  1383. package/dist/knowledge/learning/learning-exports.d.ts.map +0 -1
  1384. package/dist/knowledge/learning/learning-exports.js +0 -3
  1385. package/dist/knowledge/learning/learning-exports.js.map +0 -1
  1386. package/dist/knowledge/learning/learning-feedback.d.ts +0 -26
  1387. package/dist/knowledge/learning/learning-feedback.d.ts.map +0 -1
  1388. package/dist/knowledge/learning/learning-feedback.js +0 -183
  1389. package/dist/knowledge/learning/learning-feedback.js.map +0 -1
  1390. package/dist/knowledge/learning/learning-pipeline-prompts.d.ts +0 -134
  1391. package/dist/knowledge/learning/learning-pipeline-prompts.d.ts.map +0 -1
  1392. package/dist/knowledge/learning/learning-pipeline-prompts.js +0 -103
  1393. package/dist/knowledge/learning/learning-pipeline-prompts.js.map +0 -1
  1394. package/dist/knowledge/learning/learning-pipeline.d.ts +0 -105
  1395. package/dist/knowledge/learning/learning-pipeline.d.ts.map +0 -1
  1396. package/dist/knowledge/learning/learning-pipeline.js +0 -465
  1397. package/dist/knowledge/learning/learning-pipeline.js.map +0 -1
  1398. package/dist/knowledge/memory/memory-compression.d.ts +0 -44
  1399. package/dist/knowledge/memory/memory-compression.d.ts.map +0 -1
  1400. package/dist/knowledge/memory/memory-compression.js +0 -291
  1401. package/dist/knowledge/memory/memory-compression.js.map +0 -1
  1402. package/dist/knowledge/memory/memory-distill.d.ts +0 -31
  1403. package/dist/knowledge/memory/memory-distill.d.ts.map +0 -1
  1404. package/dist/knowledge/memory/memory-distill.js +0 -170
  1405. package/dist/knowledge/memory/memory-distill.js.map +0 -1
  1406. package/dist/knowledge/memory/memory-exports.d.ts +0 -7
  1407. package/dist/knowledge/memory/memory-exports.d.ts.map +0 -1
  1408. package/dist/knowledge/memory/memory-exports.js +0 -6
  1409. package/dist/knowledge/memory/memory-exports.js.map +0 -1
  1410. package/dist/knowledge/memory/memory-index.d.ts +0 -11
  1411. package/dist/knowledge/memory/memory-index.d.ts.map +0 -1
  1412. package/dist/knowledge/memory/memory-index.js +0 -134
  1413. package/dist/knowledge/memory/memory-index.js.map +0 -1
  1414. package/dist/knowledge/memory/memory-lifecycle.d.ts +0 -169
  1415. package/dist/knowledge/memory/memory-lifecycle.d.ts.map +0 -1
  1416. package/dist/knowledge/memory/memory-lifecycle.js +0 -402
  1417. package/dist/knowledge/memory/memory-lifecycle.js.map +0 -1
  1418. package/dist/knowledge/memory/memory-persistence.d.ts +0 -30
  1419. package/dist/knowledge/memory/memory-persistence.d.ts.map +0 -1
  1420. package/dist/knowledge/memory/memory-persistence.js +0 -135
  1421. package/dist/knowledge/memory/memory-persistence.js.map +0 -1
  1422. package/dist/knowledge/memory/memory-query.d.ts +0 -4
  1423. package/dist/knowledge/memory/memory-query.d.ts.map +0 -1
  1424. package/dist/knowledge/memory/memory-query.js +0 -64
  1425. package/dist/knowledge/memory/memory-query.js.map +0 -1
  1426. package/dist/knowledge/memory/memory-selection.d.ts +0 -73
  1427. package/dist/knowledge/memory/memory-selection.d.ts.map +0 -1
  1428. package/dist/knowledge/memory/memory-selection.js +0 -328
  1429. package/dist/knowledge/memory/memory-selection.js.map +0 -1
  1430. package/dist/knowledge/memory/memory-stats.d.ts +0 -7
  1431. package/dist/knowledge/memory/memory-stats.d.ts.map +0 -1
  1432. package/dist/knowledge/memory/memory-stats.js +0 -162
  1433. package/dist/knowledge/memory/memory-stats.js.map +0 -1
  1434. package/dist/knowledge/memory/memory-tier.d.ts +0 -65
  1435. package/dist/knowledge/memory/memory-tier.d.ts.map +0 -1
  1436. package/dist/knowledge/memory/memory-tier.js +0 -243
  1437. package/dist/knowledge/memory/memory-tier.js.map +0 -1
  1438. package/dist/knowledge/transfer/knowledge-transfer-apply.d.ts +0 -48
  1439. package/dist/knowledge/transfer/knowledge-transfer-apply.d.ts.map +0 -1
  1440. package/dist/knowledge/transfer/knowledge-transfer-apply.js +0 -221
  1441. package/dist/knowledge/transfer/knowledge-transfer-apply.js.map +0 -1
  1442. package/dist/knowledge/transfer/knowledge-transfer-detect.d.ts +0 -28
  1443. package/dist/knowledge/transfer/knowledge-transfer-detect.d.ts.map +0 -1
  1444. package/dist/knowledge/transfer/knowledge-transfer-detect.js +0 -128
  1445. package/dist/knowledge/transfer/knowledge-transfer-detect.js.map +0 -1
  1446. package/dist/knowledge/transfer/knowledge-transfer-evaluate.d.ts +0 -22
  1447. package/dist/knowledge/transfer/knowledge-transfer-evaluate.d.ts.map +0 -1
  1448. package/dist/knowledge/transfer/knowledge-transfer-evaluate.js +0 -109
  1449. package/dist/knowledge/transfer/knowledge-transfer-evaluate.js.map +0 -1
  1450. package/dist/knowledge/transfer/knowledge-transfer-meta.d.ts +0 -38
  1451. package/dist/knowledge/transfer/knowledge-transfer-meta.d.ts.map +0 -1
  1452. package/dist/knowledge/transfer/knowledge-transfer-meta.js +0 -180
  1453. package/dist/knowledge/transfer/knowledge-transfer-meta.js.map +0 -1
  1454. package/dist/knowledge/transfer/knowledge-transfer-prompts.d.ts +0 -46
  1455. package/dist/knowledge/transfer/knowledge-transfer-prompts.d.ts.map +0 -1
  1456. package/dist/knowledge/transfer/knowledge-transfer-prompts.js +0 -75
  1457. package/dist/knowledge/transfer/knowledge-transfer-prompts.js.map +0 -1
  1458. package/dist/knowledge/transfer/knowledge-transfer-types.d.ts +0 -20
  1459. package/dist/knowledge/transfer/knowledge-transfer-types.d.ts.map +0 -1
  1460. package/dist/knowledge/transfer/knowledge-transfer-types.js +0 -25
  1461. package/dist/knowledge/transfer/knowledge-transfer-types.js.map +0 -1
  1462. package/dist/knowledge/transfer/knowledge-transfer.d.ts +0 -83
  1463. package/dist/knowledge/transfer/knowledge-transfer.d.ts.map +0 -1
  1464. package/dist/knowledge/transfer/knowledge-transfer.js +0 -140
  1465. package/dist/knowledge/transfer/knowledge-transfer.js.map +0 -1
  1466. package/dist/knowledge/transfer/transfer-trust.d.ts +0 -40
  1467. package/dist/knowledge/transfer/transfer-trust.d.ts.map +0 -1
  1468. package/dist/knowledge/transfer/transfer-trust.js +0 -137
  1469. package/dist/knowledge/transfer/transfer-trust.js.map +0 -1
  1470. package/dist/knowledge/types/embedding.d.ts +0 -59
  1471. package/dist/knowledge/types/embedding.d.ts.map +0 -1
  1472. package/dist/knowledge/types/embedding.js +0 -22
  1473. package/dist/knowledge/types/embedding.js.map +0 -1
  1474. package/dist/knowledge/types/knowledge.d.ts +0 -402
  1475. package/dist/knowledge/types/knowledge.d.ts.map +0 -1
  1476. package/dist/knowledge/types/knowledge.js +0 -116
  1477. package/dist/knowledge/types/knowledge.js.map +0 -1
  1478. package/dist/knowledge/types/learning.d.ts +0 -292
  1479. package/dist/knowledge/types/learning.d.ts.map +0 -1
  1480. package/dist/knowledge/types/learning.js +0 -117
  1481. package/dist/knowledge/types/learning.js.map +0 -1
  1482. package/dist/knowledge/types/memory-lifecycle.d.ts +0 -615
  1483. package/dist/knowledge/types/memory-lifecycle.d.ts.map +0 -1
  1484. package/dist/knowledge/types/memory-lifecycle.js +0 -159
  1485. package/dist/knowledge/types/memory-lifecycle.js.map +0 -1
  1486. package/dist/knowledge/vector-index.d.ts +0 -65
  1487. package/dist/knowledge/vector-index.d.ts.map +0 -1
  1488. package/dist/knowledge/vector-index.js +0 -158
  1489. package/dist/knowledge/vector-index.js.map +0 -1
  1490. package/dist/llm/base-llm-client.d.ts +0 -83
  1491. package/dist/llm/base-llm-client.d.ts.map +0 -1
  1492. package/dist/llm/base-llm-client.js +0 -210
  1493. package/dist/llm/base-llm-client.js.map +0 -1
  1494. package/dist/llm/codex-llm-client.d.ts +0 -43
  1495. package/dist/llm/codex-llm-client.d.ts.map +0 -1
  1496. package/dist/llm/codex-llm-client.js +0 -188
  1497. package/dist/llm/codex-llm-client.js.map +0 -1
  1498. package/dist/llm/json-sanitizer.d.ts +0 -34
  1499. package/dist/llm/json-sanitizer.d.ts.map +0 -1
  1500. package/dist/llm/json-sanitizer.js +0 -110
  1501. package/dist/llm/json-sanitizer.js.map +0 -1
  1502. package/dist/llm/llm-client.d.ts +0 -86
  1503. package/dist/llm/llm-client.d.ts.map +0 -1
  1504. package/dist/llm/llm-client.js +0 -205
  1505. package/dist/llm/llm-client.js.map +0 -1
  1506. package/dist/llm/ollama-client.d.ts +0 -27
  1507. package/dist/llm/ollama-client.d.ts.map +0 -1
  1508. package/dist/llm/ollama-client.js +0 -111
  1509. package/dist/llm/ollama-client.js.map +0 -1
  1510. package/dist/llm/openai-client.d.ts +0 -37
  1511. package/dist/llm/openai-client.d.ts.map +0 -1
  1512. package/dist/llm/openai-client.js +0 -156
  1513. package/dist/llm/openai-client.js.map +0 -1
  1514. package/dist/llm/provider-config.d.ts +0 -102
  1515. package/dist/llm/provider-config.d.ts.map +0 -1
  1516. package/dist/llm/provider-config.js +0 -320
  1517. package/dist/llm/provider-config.js.map +0 -1
  1518. package/dist/llm/provider-factory.d.ts +0 -24
  1519. package/dist/llm/provider-factory.d.ts.map +0 -1
  1520. package/dist/llm/provider-factory.js +0 -134
  1521. package/dist/llm/provider-factory.js.map +0 -1
  1522. package/dist/loop/__tests__/core-loop-auto-decompose.test.d.ts +0 -2
  1523. package/dist/loop/__tests__/core-loop-auto-decompose.test.d.ts.map +0 -1
  1524. package/dist/loop/__tests__/core-loop-auto-decompose.test.js +0 -324
  1525. package/dist/loop/__tests__/core-loop-auto-decompose.test.js.map +0 -1
  1526. package/dist/loop/__tests__/core-loop-capability.test.d.ts +0 -2
  1527. package/dist/loop/__tests__/core-loop-capability.test.d.ts.map +0 -1
  1528. package/dist/loop/__tests__/core-loop-capability.test.js +0 -362
  1529. package/dist/loop/__tests__/core-loop-capability.test.js.map +0 -1
  1530. package/dist/loop/__tests__/core-loop-checkpoint.test.d.ts +0 -2
  1531. package/dist/loop/__tests__/core-loop-checkpoint.test.d.ts.map +0 -1
  1532. package/dist/loop/__tests__/core-loop-checkpoint.test.js +0 -323
  1533. package/dist/loop/__tests__/core-loop-checkpoint.test.js.map +0 -1
  1534. package/dist/loop/__tests__/core-loop-drive-context.test.d.ts +0 -2
  1535. package/dist/loop/__tests__/core-loop-drive-context.test.d.ts.map +0 -1
  1536. package/dist/loop/__tests__/core-loop-drive-context.test.js +0 -349
  1537. package/dist/loop/__tests__/core-loop-drive-context.test.js.map +0 -1
  1538. package/dist/loop/__tests__/core-loop-flow.test.d.ts +0 -2
  1539. package/dist/loop/__tests__/core-loop-flow.test.d.ts.map +0 -1
  1540. package/dist/loop/__tests__/core-loop-flow.test.js +0 -676
  1541. package/dist/loop/__tests__/core-loop-flow.test.js.map +0 -1
  1542. package/dist/loop/__tests__/core-loop-integration.test.d.ts +0 -11
  1543. package/dist/loop/__tests__/core-loop-integration.test.d.ts.map +0 -1
  1544. package/dist/loop/__tests__/core-loop-integration.test.js +0 -295
  1545. package/dist/loop/__tests__/core-loop-integration.test.js.map +0 -1
  1546. package/dist/loop/__tests__/core-loop-integrations.test.d.ts +0 -2
  1547. package/dist/loop/__tests__/core-loop-integrations.test.d.ts.map +0 -1
  1548. package/dist/loop/__tests__/core-loop-integrations.test.js +0 -658
  1549. package/dist/loop/__tests__/core-loop-integrations.test.js.map +0 -1
  1550. package/dist/loop/__tests__/core-loop-iteration.test.d.ts +0 -2
  1551. package/dist/loop/__tests__/core-loop-iteration.test.d.ts.map +0 -1
  1552. package/dist/loop/__tests__/core-loop-iteration.test.js +0 -484
  1553. package/dist/loop/__tests__/core-loop-iteration.test.js.map +0 -1
  1554. package/dist/loop/__tests__/core-loop-memory-tier.test.d.ts +0 -11
  1555. package/dist/loop/__tests__/core-loop-memory-tier.test.d.ts.map +0 -1
  1556. package/dist/loop/__tests__/core-loop-memory-tier.test.js +0 -325
  1557. package/dist/loop/__tests__/core-loop-memory-tier.test.js.map +0 -1
  1558. package/dist/loop/__tests__/core-loop-orchestrator-regression.test.d.ts +0 -2
  1559. package/dist/loop/__tests__/core-loop-orchestrator-regression.test.d.ts.map +0 -1
  1560. package/dist/loop/__tests__/core-loop-orchestrator-regression.test.js +0 -360
  1561. package/dist/loop/__tests__/core-loop-orchestrator-regression.test.js.map +0 -1
  1562. package/dist/loop/__tests__/core-loop-reporting.test.d.ts +0 -2
  1563. package/dist/loop/__tests__/core-loop-reporting.test.d.ts.map +0 -1
  1564. package/dist/loop/__tests__/core-loop-reporting.test.js +0 -589
  1565. package/dist/loop/__tests__/core-loop-reporting.test.js.map +0 -1
  1566. package/dist/loop/__tests__/core-loop-stall-refine.test.d.ts +0 -15
  1567. package/dist/loop/__tests__/core-loop-stall-refine.test.d.ts.map +0 -1
  1568. package/dist/loop/__tests__/core-loop-stall-refine.test.js +0 -399
  1569. package/dist/loop/__tests__/core-loop-stall-refine.test.js.map +0 -1
  1570. package/dist/loop/__tests__/core-loop-tree.test.d.ts +0 -2
  1571. package/dist/loop/__tests__/core-loop-tree.test.d.ts.map +0 -1
  1572. package/dist/loop/__tests__/core-loop-tree.test.js +0 -626
  1573. package/dist/loop/__tests__/core-loop-tree.test.js.map +0 -1
  1574. package/dist/loop/__tests__/core-loop.test.d.ts +0 -2
  1575. package/dist/loop/__tests__/core-loop.test.d.ts.map +0 -1
  1576. package/dist/loop/__tests__/core-loop.test.js +0 -550
  1577. package/dist/loop/__tests__/core-loop.test.js.map +0 -1
  1578. package/dist/loop/__tests__/iteration-budget.test.d.ts +0 -2
  1579. package/dist/loop/__tests__/iteration-budget.test.d.ts.map +0 -1
  1580. package/dist/loop/__tests__/iteration-budget.test.js +0 -423
  1581. package/dist/loop/__tests__/iteration-budget.test.js.map +0 -1
  1582. package/dist/loop/__tests__/r1-core-loop-completion.test.d.ts +0 -11
  1583. package/dist/loop/__tests__/r1-core-loop-completion.test.d.ts.map +0 -1
  1584. package/dist/loop/__tests__/r1-core-loop-completion.test.js +0 -315
  1585. package/dist/loop/__tests__/r1-core-loop-completion.test.js.map +0 -1
  1586. package/dist/loop/checkpoint-manager-loop.d.ts +0 -28
  1587. package/dist/loop/checkpoint-manager-loop.d.ts.map +0 -1
  1588. package/dist/loop/checkpoint-manager-loop.js +0 -62
  1589. package/dist/loop/checkpoint-manager-loop.js.map +0 -1
  1590. package/dist/loop/core-loop-capability.d.ts +0 -19
  1591. package/dist/loop/core-loop-capability.d.ts.map +0 -1
  1592. package/dist/loop/core-loop-capability.js +0 -107
  1593. package/dist/loop/core-loop-capability.js.map +0 -1
  1594. package/dist/loop/core-loop-learning.d.ts +0 -34
  1595. package/dist/loop/core-loop-learning.d.ts.map +0 -1
  1596. package/dist/loop/core-loop-learning.js +0 -78
  1597. package/dist/loop/core-loop-learning.js.map +0 -1
  1598. package/dist/loop/core-loop-phases-b.d.ts +0 -31
  1599. package/dist/loop/core-loop-phases-b.d.ts.map +0 -1
  1600. package/dist/loop/core-loop-phases-b.js +0 -458
  1601. package/dist/loop/core-loop-phases-b.js.map +0 -1
  1602. package/dist/loop/core-loop-phases-c.d.ts +0 -27
  1603. package/dist/loop/core-loop-phases-c.d.ts.map +0 -1
  1604. package/dist/loop/core-loop-phases-c.js +0 -72
  1605. package/dist/loop/core-loop-phases-c.js.map +0 -1
  1606. package/dist/loop/core-loop-phases.d.ts +0 -57
  1607. package/dist/loop/core-loop-phases.d.ts.map +0 -1
  1608. package/dist/loop/core-loop-phases.js +0 -290
  1609. package/dist/loop/core-loop-phases.js.map +0 -1
  1610. package/dist/loop/core-loop-types.d.ts +0 -277
  1611. package/dist/loop/core-loop-types.d.ts.map +0 -1
  1612. package/dist/loop/core-loop-types.js +0 -64
  1613. package/dist/loop/core-loop-types.js.map +0 -1
  1614. package/dist/loop/core-loop.d.ts +0 -54
  1615. package/dist/loop/core-loop.d.ts.map +0 -1
  1616. package/dist/loop/core-loop.js +0 -353
  1617. package/dist/loop/core-loop.js.map +0 -1
  1618. package/dist/loop/iteration-budget.d.ts +0 -39
  1619. package/dist/loop/iteration-budget.d.ts.map +0 -1
  1620. package/dist/loop/iteration-budget.js +0 -57
  1621. package/dist/loop/iteration-budget.js.map +0 -1
  1622. package/dist/loop/loop-report-helper.d.ts +0 -14
  1623. package/dist/loop/loop-report-helper.d.ts.map +0 -1
  1624. package/dist/loop/loop-report-helper.js +0 -57
  1625. package/dist/loop/loop-report-helper.js.map +0 -1
  1626. package/dist/loop/parallel-dispatch.d.ts +0 -16
  1627. package/dist/loop/parallel-dispatch.d.ts.map +0 -1
  1628. package/dist/loop/parallel-dispatch.js +0 -103
  1629. package/dist/loop/parallel-dispatch.js.map +0 -1
  1630. package/dist/loop/post-loop-hooks.d.ts +0 -27
  1631. package/dist/loop/post-loop-hooks.d.ts.map +0 -1
  1632. package/dist/loop/post-loop-hooks.js +0 -99
  1633. package/dist/loop/post-loop-hooks.js.map +0 -1
  1634. package/dist/loop/state-diff.d.ts +0 -41
  1635. package/dist/loop/state-diff.d.ts.map +0 -1
  1636. package/dist/loop/state-diff.js +0 -86
  1637. package/dist/loop/state-diff.js.map +0 -1
  1638. package/dist/loop/tree-loop-runner.d.ts +0 -24
  1639. package/dist/loop/tree-loop-runner.d.ts.map +0 -1
  1640. package/dist/loop/tree-loop-runner.js +0 -169
  1641. package/dist/loop/tree-loop-runner.js.map +0 -1
  1642. package/dist/mcp-server/__tests__/mcp-server.test.d.ts +0 -2
  1643. package/dist/mcp-server/__tests__/mcp-server.test.d.ts.map +0 -1
  1644. package/dist/mcp-server/__tests__/mcp-server.test.js +0 -180
  1645. package/dist/mcp-server/__tests__/mcp-server.test.js.map +0 -1
  1646. package/dist/mcp-server/index.d.ts +0 -4
  1647. package/dist/mcp-server/index.d.ts.map +0 -1
  1648. package/dist/mcp-server/index.js +0 -66
  1649. package/dist/mcp-server/index.js.map +0 -1
  1650. package/dist/mcp-server/tools.d.ts +0 -35
  1651. package/dist/mcp-server/tools.d.ts.map +0 -1
  1652. package/dist/mcp-server/tools.js +0 -160
  1653. package/dist/mcp-server/tools.js.map +0 -1
  1654. package/dist/observation/__tests__/capability-dependency.test.d.ts +0 -2
  1655. package/dist/observation/__tests__/capability-dependency.test.d.ts.map +0 -1
  1656. package/dist/observation/__tests__/capability-dependency.test.js +0 -195
  1657. package/dist/observation/__tests__/capability-dependency.test.js.map +0 -1
  1658. package/dist/observation/__tests__/capability-detector-detect.test.d.ts +0 -2
  1659. package/dist/observation/__tests__/capability-detector-detect.test.d.ts.map +0 -1
  1660. package/dist/observation/__tests__/capability-detector-detect.test.js +0 -357
  1661. package/dist/observation/__tests__/capability-detector-detect.test.js.map +0 -1
  1662. package/dist/observation/__tests__/capability-detector-escalate.test.d.ts +0 -2
  1663. package/dist/observation/__tests__/capability-detector-escalate.test.d.ts.map +0 -1
  1664. package/dist/observation/__tests__/capability-detector-escalate.test.js +0 -283
  1665. package/dist/observation/__tests__/capability-detector-escalate.test.js.map +0 -1
  1666. package/dist/observation/__tests__/capability-detector-goal.test.d.ts +0 -2
  1667. package/dist/observation/__tests__/capability-detector-goal.test.d.ts.map +0 -1
  1668. package/dist/observation/__tests__/capability-detector-goal.test.js +0 -288
  1669. package/dist/observation/__tests__/capability-detector-goal.test.js.map +0 -1
  1670. package/dist/observation/__tests__/capability-detector-verify.test.d.ts +0 -2
  1671. package/dist/observation/__tests__/capability-detector-verify.test.d.ts.map +0 -1
  1672. package/dist/observation/__tests__/capability-detector-verify.test.js +0 -311
  1673. package/dist/observation/__tests__/capability-detector-verify.test.js.map +0 -1
  1674. package/dist/observation/__tests__/context-provider.test.d.ts +0 -2
  1675. package/dist/observation/__tests__/context-provider.test.d.ts.map +0 -1
  1676. package/dist/observation/__tests__/context-provider.test.js +0 -318
  1677. package/dist/observation/__tests__/context-provider.test.js.map +0 -1
  1678. package/dist/observation/__tests__/data-source-adapter.test.d.ts +0 -2
  1679. package/dist/observation/__tests__/data-source-adapter.test.d.ts.map +0 -1
  1680. package/dist/observation/__tests__/data-source-adapter.test.js +0 -382
  1681. package/dist/observation/__tests__/data-source-adapter.test.js.map +0 -1
  1682. package/dist/observation/__tests__/data-source-hotplug.test.d.ts +0 -2
  1683. package/dist/observation/__tests__/data-source-hotplug.test.d.ts.map +0 -1
  1684. package/dist/observation/__tests__/data-source-hotplug.test.js +0 -160
  1685. package/dist/observation/__tests__/data-source-hotplug.test.js.map +0 -1
  1686. package/dist/observation/__tests__/observation-crossvalidation-override.test.d.ts +0 -2
  1687. package/dist/observation/__tests__/observation-crossvalidation-override.test.d.ts.map +0 -1
  1688. package/dist/observation/__tests__/observation-crossvalidation-override.test.js +0 -339
  1689. package/dist/observation/__tests__/observation-crossvalidation-override.test.js.map +0 -1
  1690. package/dist/observation/__tests__/observation-engine-context.test.d.ts +0 -2
  1691. package/dist/observation/__tests__/observation-engine-context.test.d.ts.map +0 -1
  1692. package/dist/observation/__tests__/observation-engine-context.test.js +0 -258
  1693. package/dist/observation/__tests__/observation-engine-context.test.js.map +0 -1
  1694. package/dist/observation/__tests__/observation-engine-crossvalidation.test.d.ts +0 -2
  1695. package/dist/observation/__tests__/observation-engine-crossvalidation.test.d.ts.map +0 -1
  1696. package/dist/observation/__tests__/observation-engine-crossvalidation.test.js +0 -222
  1697. package/dist/observation/__tests__/observation-engine-crossvalidation.test.js.map +0 -1
  1698. package/dist/observation/__tests__/observation-engine-dedup.test.d.ts +0 -2
  1699. package/dist/observation/__tests__/observation-engine-dedup.test.d.ts.map +0 -1
  1700. package/dist/observation/__tests__/observation-engine-dedup.test.js +0 -88
  1701. package/dist/observation/__tests__/observation-engine-dedup.test.js.map +0 -1
  1702. package/dist/observation/__tests__/observation-engine-llm.test.d.ts +0 -2
  1703. package/dist/observation/__tests__/observation-engine-llm.test.d.ts.map +0 -1
  1704. package/dist/observation/__tests__/observation-engine-llm.test.js +0 -474
  1705. package/dist/observation/__tests__/observation-engine-llm.test.js.map +0 -1
  1706. package/dist/observation/__tests__/observation-engine-prompt.test.d.ts +0 -2
  1707. package/dist/observation/__tests__/observation-engine-prompt.test.d.ts.map +0 -1
  1708. package/dist/observation/__tests__/observation-engine-prompt.test.js +0 -211
  1709. package/dist/observation/__tests__/observation-engine-prompt.test.js.map +0 -1
  1710. package/dist/observation/__tests__/observation-engine.test.d.ts +0 -2
  1711. package/dist/observation/__tests__/observation-engine.test.d.ts.map +0 -1
  1712. package/dist/observation/__tests__/observation-engine.test.js +0 -806
  1713. package/dist/observation/__tests__/observation-engine.test.js.map +0 -1
  1714. package/dist/observation/__tests__/observation-llm-guard.test.d.ts +0 -2
  1715. package/dist/observation/__tests__/observation-llm-guard.test.d.ts.map +0 -1
  1716. package/dist/observation/__tests__/observation-llm-guard.test.js +0 -353
  1717. package/dist/observation/__tests__/observation-llm-guard.test.js.map +0 -1
  1718. package/dist/observation/__tests__/observation-llm.test.d.ts +0 -2
  1719. package/dist/observation/__tests__/observation-llm.test.d.ts.map +0 -1
  1720. package/dist/observation/__tests__/observation-llm.test.js +0 -29
  1721. package/dist/observation/__tests__/observation-llm.test.js.map +0 -1
  1722. package/dist/observation/__tests__/observation-score-clamp.test.d.ts +0 -2
  1723. package/dist/observation/__tests__/observation-score-clamp.test.d.ts.map +0 -1
  1724. package/dist/observation/__tests__/observation-score-clamp.test.js +0 -165
  1725. package/dist/observation/__tests__/observation-score-clamp.test.js.map +0 -1
  1726. package/dist/observation/__tests__/shell-datasource-auto.test.d.ts +0 -2
  1727. package/dist/observation/__tests__/shell-datasource-auto.test.d.ts.map +0 -1
  1728. package/dist/observation/__tests__/shell-datasource-auto.test.js +0 -217
  1729. package/dist/observation/__tests__/shell-datasource-auto.test.js.map +0 -1
  1730. package/dist/observation/__tests__/workspace-context.test.d.ts +0 -2
  1731. package/dist/observation/__tests__/workspace-context.test.d.ts.map +0 -1
  1732. package/dist/observation/__tests__/workspace-context.test.js +0 -291
  1733. package/dist/observation/__tests__/workspace-context.test.js.map +0 -1
  1734. package/dist/observation/capability-dependencies.d.ts +0 -45
  1735. package/dist/observation/capability-dependencies.d.ts.map +0 -1
  1736. package/dist/observation/capability-dependencies.js +0 -208
  1737. package/dist/observation/capability-dependencies.js.map +0 -1
  1738. package/dist/observation/capability-detector.d.ts +0 -72
  1739. package/dist/observation/capability-detector.d.ts.map +0 -1
  1740. package/dist/observation/capability-detector.js +0 -373
  1741. package/dist/observation/capability-detector.js.map +0 -1
  1742. package/dist/observation/capability-registry.d.ts +0 -48
  1743. package/dist/observation/capability-registry.d.ts.map +0 -1
  1744. package/dist/observation/capability-registry.js +0 -135
  1745. package/dist/observation/capability-registry.js.map +0 -1
  1746. package/dist/observation/context-provider.d.ts +0 -54
  1747. package/dist/observation/context-provider.d.ts.map +0 -1
  1748. package/dist/observation/context-provider.js +0 -312
  1749. package/dist/observation/context-provider.js.map +0 -1
  1750. package/dist/observation/data-source-adapter.d.ts +0 -42
  1751. package/dist/observation/data-source-adapter.d.ts.map +0 -1
  1752. package/dist/observation/data-source-adapter.js +0 -227
  1753. package/dist/observation/data-source-adapter.js.map +0 -1
  1754. package/dist/observation/dimension-pre-checker.d.ts +0 -24
  1755. package/dist/observation/dimension-pre-checker.d.ts.map +0 -1
  1756. package/dist/observation/dimension-pre-checker.js +0 -104
  1757. package/dist/observation/dimension-pre-checker.js.map +0 -1
  1758. package/dist/observation/observation-apply.d.ts +0 -18
  1759. package/dist/observation/observation-apply.d.ts.map +0 -1
  1760. package/dist/observation/observation-apply.js +0 -184
  1761. package/dist/observation/observation-apply.js.map +0 -1
  1762. package/dist/observation/observation-datasource.d.ts +0 -21
  1763. package/dist/observation/observation-datasource.d.ts.map +0 -1
  1764. package/dist/observation/observation-datasource.js +0 -103
  1765. package/dist/observation/observation-datasource.js.map +0 -1
  1766. package/dist/observation/observation-engine.d.ts +0 -160
  1767. package/dist/observation/observation-engine.d.ts.map +0 -1
  1768. package/dist/observation/observation-engine.js +0 -490
  1769. package/dist/observation/observation-engine.js.map +0 -1
  1770. package/dist/observation/observation-helpers.d.ts +0 -114
  1771. package/dist/observation/observation-helpers.d.ts.map +0 -1
  1772. package/dist/observation/observation-helpers.js +0 -173
  1773. package/dist/observation/observation-helpers.js.map +0 -1
  1774. package/dist/observation/observation-llm.d.ts +0 -63
  1775. package/dist/observation/observation-llm.d.ts.map +0 -1
  1776. package/dist/observation/observation-llm.js +0 -407
  1777. package/dist/observation/observation-llm.js.map +0 -1
  1778. package/dist/observation/observation-task.d.ts +0 -29
  1779. package/dist/observation/observation-task.d.ts.map +0 -1
  1780. package/dist/observation/observation-task.js +0 -51
  1781. package/dist/observation/observation-task.js.map +0 -1
  1782. package/dist/observation/types/capability.d.ts +0 -292
  1783. package/dist/observation/types/capability.d.ts.map +0 -1
  1784. package/dist/observation/types/capability.js +0 -53
  1785. package/dist/observation/types/capability.js.map +0 -1
  1786. package/dist/observation/types/data-source.d.ts +0 -311
  1787. package/dist/observation/types/data-source.d.ts.map +0 -1
  1788. package/dist/observation/types/data-source.js +0 -53
  1789. package/dist/observation/types/data-source.js.map +0 -1
  1790. package/dist/observation/workspace-context.d.ts +0 -8
  1791. package/dist/observation/workspace-context.d.ts.map +0 -1
  1792. package/dist/observation/workspace-context.js +0 -308
  1793. package/dist/observation/workspace-context.js.map +0 -1
  1794. package/dist/orchestrator/__tests__/goal-loop-guard.test.d.ts +0 -2
  1795. package/dist/orchestrator/__tests__/goal-loop-guard.test.d.ts.map +0 -1
  1796. package/dist/orchestrator/__tests__/goal-loop-guard.test.js +0 -48
  1797. package/dist/orchestrator/__tests__/goal-loop-guard.test.js.map +0 -1
  1798. package/dist/orchestrator/execution/__tests__/adapter-layer.test.d.ts +0 -2
  1799. package/dist/orchestrator/execution/__tests__/adapter-layer.test.d.ts.map +0 -1
  1800. package/dist/orchestrator/execution/__tests__/adapter-layer.test.js +0 -88
  1801. package/dist/orchestrator/execution/__tests__/adapter-layer.test.js.map +0 -1
  1802. package/dist/orchestrator/execution/__tests__/checkpoint-manager.test.d.ts +0 -2
  1803. package/dist/orchestrator/execution/__tests__/checkpoint-manager.test.d.ts.map +0 -1
  1804. package/dist/orchestrator/execution/__tests__/checkpoint-manager.test.js +0 -304
  1805. package/dist/orchestrator/execution/__tests__/checkpoint-manager.test.js.map +0 -1
  1806. package/dist/orchestrator/execution/__tests__/completion-judger-timeout.test.d.ts +0 -11
  1807. package/dist/orchestrator/execution/__tests__/completion-judger-timeout.test.d.ts.map +0 -1
  1808. package/dist/orchestrator/execution/__tests__/completion-judger-timeout.test.js +0 -260
  1809. package/dist/orchestrator/execution/__tests__/completion-judger-timeout.test.js.map +0 -1
  1810. package/dist/orchestrator/execution/__tests__/context-budget.test.d.ts +0 -2
  1811. package/dist/orchestrator/execution/__tests__/context-budget.test.d.ts.map +0 -1
  1812. package/dist/orchestrator/execution/__tests__/context-budget.test.js +0 -218
  1813. package/dist/orchestrator/execution/__tests__/context-budget.test.js.map +0 -1
  1814. package/dist/orchestrator/execution/__tests__/duplicate-task-guard.test.d.ts +0 -2
  1815. package/dist/orchestrator/execution/__tests__/duplicate-task-guard.test.d.ts.map +0 -1
  1816. package/dist/orchestrator/execution/__tests__/duplicate-task-guard.test.js +0 -187
  1817. package/dist/orchestrator/execution/__tests__/duplicate-task-guard.test.js.map +0 -1
  1818. package/dist/orchestrator/execution/__tests__/failure-context-injection.test.d.ts +0 -2
  1819. package/dist/orchestrator/execution/__tests__/failure-context-injection.test.d.ts.map +0 -1
  1820. package/dist/orchestrator/execution/__tests__/failure-context-injection.test.js +0 -227
  1821. package/dist/orchestrator/execution/__tests__/failure-context-injection.test.js.map +0 -1
  1822. package/dist/orchestrator/execution/__tests__/impact-analyzer.test.d.ts +0 -2
  1823. package/dist/orchestrator/execution/__tests__/impact-analyzer.test.d.ts.map +0 -1
  1824. package/dist/orchestrator/execution/__tests__/impact-analyzer.test.js +0 -117
  1825. package/dist/orchestrator/execution/__tests__/impact-analyzer.test.js.map +0 -1
  1826. package/dist/orchestrator/execution/__tests__/issue-context-fetcher.test.d.ts +0 -2
  1827. package/dist/orchestrator/execution/__tests__/issue-context-fetcher.test.d.ts.map +0 -1
  1828. package/dist/orchestrator/execution/__tests__/issue-context-fetcher.test.js +0 -151
  1829. package/dist/orchestrator/execution/__tests__/issue-context-fetcher.test.js.map +0 -1
  1830. package/dist/orchestrator/execution/__tests__/parallel-executor.test.d.ts +0 -2
  1831. package/dist/orchestrator/execution/__tests__/parallel-executor.test.d.ts.map +0 -1
  1832. package/dist/orchestrator/execution/__tests__/parallel-executor.test.js +0 -313
  1833. package/dist/orchestrator/execution/__tests__/parallel-executor.test.js.map +0 -1
  1834. package/dist/orchestrator/execution/__tests__/pipeline-executor.test.d.ts +0 -2
  1835. package/dist/orchestrator/execution/__tests__/pipeline-executor.test.d.ts.map +0 -1
  1836. package/dist/orchestrator/execution/__tests__/pipeline-executor.test.js +0 -322
  1837. package/dist/orchestrator/execution/__tests__/pipeline-executor.test.js.map +0 -1
  1838. package/dist/orchestrator/execution/__tests__/reflection-generator.test.d.ts +0 -2
  1839. package/dist/orchestrator/execution/__tests__/reflection-generator.test.d.ts.map +0 -1
  1840. package/dist/orchestrator/execution/__tests__/reflection-generator.test.js +0 -422
  1841. package/dist/orchestrator/execution/__tests__/reflection-generator.test.js.map +0 -1
  1842. package/dist/orchestrator/execution/__tests__/result-reconciler.test.d.ts +0 -2
  1843. package/dist/orchestrator/execution/__tests__/result-reconciler.test.d.ts.map +0 -1
  1844. package/dist/orchestrator/execution/__tests__/result-reconciler.test.js +0 -112
  1845. package/dist/orchestrator/execution/__tests__/result-reconciler.test.js.map +0 -1
  1846. package/dist/orchestrator/execution/__tests__/session-manager-phase2.test.d.ts +0 -2
  1847. package/dist/orchestrator/execution/__tests__/session-manager-phase2.test.d.ts.map +0 -1
  1848. package/dist/orchestrator/execution/__tests__/session-manager-phase2.test.js +0 -381
  1849. package/dist/orchestrator/execution/__tests__/session-manager-phase2.test.js.map +0 -1
  1850. package/dist/orchestrator/execution/__tests__/session-manager.test.d.ts +0 -2
  1851. package/dist/orchestrator/execution/__tests__/session-manager.test.d.ts.map +0 -1
  1852. package/dist/orchestrator/execution/__tests__/session-manager.test.js +0 -653
  1853. package/dist/orchestrator/execution/__tests__/session-manager.test.js.map +0 -1
  1854. package/dist/orchestrator/execution/__tests__/task-generation-group.test.d.ts +0 -2
  1855. package/dist/orchestrator/execution/__tests__/task-generation-group.test.d.ts.map +0 -1
  1856. package/dist/orchestrator/execution/__tests__/task-generation-group.test.js +0 -157
  1857. package/dist/orchestrator/execution/__tests__/task-generation-group.test.js.map +0 -1
  1858. package/dist/orchestrator/execution/__tests__/task-lifecycle-cycle.test.d.ts +0 -2
  1859. package/dist/orchestrator/execution/__tests__/task-lifecycle-cycle.test.d.ts.map +0 -1
  1860. package/dist/orchestrator/execution/__tests__/task-lifecycle-cycle.test.js +0 -685
  1861. package/dist/orchestrator/execution/__tests__/task-lifecycle-cycle.test.js.map +0 -1
  1862. package/dist/orchestrator/execution/__tests__/task-lifecycle-dimension.test.d.ts +0 -2
  1863. package/dist/orchestrator/execution/__tests__/task-lifecycle-dimension.test.d.ts.map +0 -1
  1864. package/dist/orchestrator/execution/__tests__/task-lifecycle-dimension.test.js +0 -325
  1865. package/dist/orchestrator/execution/__tests__/task-lifecycle-dimension.test.js.map +0 -1
  1866. package/dist/orchestrator/execution/__tests__/task-lifecycle-ethics.test.d.ts +0 -2
  1867. package/dist/orchestrator/execution/__tests__/task-lifecycle-ethics.test.d.ts.map +0 -1
  1868. package/dist/orchestrator/execution/__tests__/task-lifecycle-ethics.test.js +0 -732
  1869. package/dist/orchestrator/execution/__tests__/task-lifecycle-ethics.test.js.map +0 -1
  1870. package/dist/orchestrator/execution/__tests__/task-lifecycle-execution.test.d.ts +0 -2
  1871. package/dist/orchestrator/execution/__tests__/task-lifecycle-execution.test.d.ts.map +0 -1
  1872. package/dist/orchestrator/execution/__tests__/task-lifecycle-execution.test.js +0 -441
  1873. package/dist/orchestrator/execution/__tests__/task-lifecycle-execution.test.js.map +0 -1
  1874. package/dist/orchestrator/execution/__tests__/task-lifecycle-generation.test.d.ts +0 -2
  1875. package/dist/orchestrator/execution/__tests__/task-lifecycle-generation.test.d.ts.map +0 -1
  1876. package/dist/orchestrator/execution/__tests__/task-lifecycle-generation.test.js +0 -457
  1877. package/dist/orchestrator/execution/__tests__/task-lifecycle-generation.test.js.map +0 -1
  1878. package/dist/orchestrator/execution/__tests__/task-lifecycle-healthcheck.test.d.ts +0 -2
  1879. package/dist/orchestrator/execution/__tests__/task-lifecycle-healthcheck.test.d.ts.map +0 -1
  1880. package/dist/orchestrator/execution/__tests__/task-lifecycle-healthcheck.test.js +0 -325
  1881. package/dist/orchestrator/execution/__tests__/task-lifecycle-healthcheck.test.js.map +0 -1
  1882. package/dist/orchestrator/execution/__tests__/task-lifecycle-verdict.test.d.ts +0 -2
  1883. package/dist/orchestrator/execution/__tests__/task-lifecycle-verdict.test.d.ts.map +0 -1
  1884. package/dist/orchestrator/execution/__tests__/task-lifecycle-verdict.test.js +0 -683
  1885. package/dist/orchestrator/execution/__tests__/task-lifecycle-verdict.test.js.map +0 -1
  1886. package/dist/orchestrator/execution/__tests__/task-lifecycle-verification.test.d.ts +0 -2
  1887. package/dist/orchestrator/execution/__tests__/task-lifecycle-verification.test.d.ts.map +0 -1
  1888. package/dist/orchestrator/execution/__tests__/task-lifecycle-verification.test.js +0 -526
  1889. package/dist/orchestrator/execution/__tests__/task-lifecycle-verification.test.js.map +0 -1
  1890. package/dist/orchestrator/execution/__tests__/task-lifecycle.test.d.ts +0 -2
  1891. package/dist/orchestrator/execution/__tests__/task-lifecycle.test.d.ts.map +0 -1
  1892. package/dist/orchestrator/execution/__tests__/task-lifecycle.test.js +0 -503
  1893. package/dist/orchestrator/execution/__tests__/task-lifecycle.test.js.map +0 -1
  1894. package/dist/orchestrator/execution/__tests__/task-prompt-builder.test.d.ts +0 -2
  1895. package/dist/orchestrator/execution/__tests__/task-prompt-builder.test.d.ts.map +0 -1
  1896. package/dist/orchestrator/execution/__tests__/task-prompt-builder.test.js +0 -148
  1897. package/dist/orchestrator/execution/__tests__/task-prompt-builder.test.js.map +0 -1
  1898. package/dist/orchestrator/execution/__tests__/task-verifier-guards.test.d.ts +0 -2
  1899. package/dist/orchestrator/execution/__tests__/task-verifier-guards.test.d.ts.map +0 -1
  1900. package/dist/orchestrator/execution/__tests__/task-verifier-guards.test.js +0 -735
  1901. package/dist/orchestrator/execution/__tests__/task-verifier-guards.test.js.map +0 -1
  1902. package/dist/orchestrator/execution/__tests__/task-verifier.test.d.ts +0 -2
  1903. package/dist/orchestrator/execution/__tests__/task-verifier.test.d.ts.map +0 -1
  1904. package/dist/orchestrator/execution/__tests__/task-verifier.test.js +0 -113
  1905. package/dist/orchestrator/execution/__tests__/task-verifier.test.js.map +0 -1
  1906. package/dist/orchestrator/execution/__tests__/toolset-lock.test.d.ts +0 -2
  1907. package/dist/orchestrator/execution/__tests__/toolset-lock.test.d.ts.map +0 -1
  1908. package/dist/orchestrator/execution/__tests__/toolset-lock.test.js +0 -204
  1909. package/dist/orchestrator/execution/__tests__/toolset-lock.test.js.map +0 -1
  1910. package/dist/orchestrator/execution/adapter-layer 2.d.ts +0 -100
  1911. package/dist/orchestrator/execution/adapter-layer 2.d.ts.map +0 -1
  1912. package/dist/orchestrator/execution/adapter-layer 2.js +0 -123
  1913. package/dist/orchestrator/execution/adapter-layer 2.js.map +0 -1
  1914. package/dist/orchestrator/execution/checkpoint-manager 2.d.ts +0 -49
  1915. package/dist/orchestrator/execution/checkpoint-manager 2.d.ts.map +0 -1
  1916. package/dist/orchestrator/execution/checkpoint-manager 2.js +0 -143
  1917. package/dist/orchestrator/execution/checkpoint-manager 2.js.map +0 -1
  1918. package/dist/orchestrator/execution/impact-analyzer 2.d.ts +0 -24
  1919. package/dist/orchestrator/execution/impact-analyzer 2.d.ts.map +0 -1
  1920. package/dist/orchestrator/execution/impact-analyzer 2.js +0 -88
  1921. package/dist/orchestrator/execution/impact-analyzer 2.js.map +0 -1
  1922. package/dist/orchestrator/execution/parallel-executor 2.d.ts +0 -38
  1923. package/dist/orchestrator/execution/parallel-executor 2.d.ts.map +0 -1
  1924. package/dist/orchestrator/execution/parallel-executor 2.js +0 -172
  1925. package/dist/orchestrator/execution/parallel-executor 2.js.map +0 -1
  1926. package/dist/orchestrator/execution/pipeline-executor 2.d.ts +0 -54
  1927. package/dist/orchestrator/execution/pipeline-executor 2.d.ts.map +0 -1
  1928. package/dist/orchestrator/execution/pipeline-executor 2.js +0 -250
  1929. package/dist/orchestrator/execution/pipeline-executor 2.js.map +0 -1
  1930. package/dist/orchestrator/execution/reflection-generator 2.d.ts +0 -24
  1931. package/dist/orchestrator/execution/reflection-generator 2.d.ts.map +0 -1
  1932. package/dist/orchestrator/execution/reflection-generator 2.js +0 -143
  1933. package/dist/orchestrator/execution/reflection-generator 2.js.map +0 -1
  1934. package/dist/orchestrator/execution/result-reconciler 2.d.ts +0 -23
  1935. package/dist/orchestrator/execution/result-reconciler 2.d.ts.map +0 -1
  1936. package/dist/orchestrator/execution/result-reconciler 2.js +0 -109
  1937. package/dist/orchestrator/execution/result-reconciler 2.js.map +0 -1
  1938. package/dist/orchestrator/execution/session-manager 2.d.ts +0 -153
  1939. package/dist/orchestrator/execution/session-manager 2.d.ts.map +0 -1
  1940. package/dist/orchestrator/execution/session-manager 2.js +0 -393
  1941. package/dist/orchestrator/execution/session-manager 2.js.map +0 -1
  1942. package/dist/orchestrator/execution/toolset-lock 2.d.ts +0 -27
  1943. package/dist/orchestrator/execution/toolset-lock 2.d.ts.map +0 -1
  1944. package/dist/orchestrator/execution/toolset-lock 2.js +0 -49
  1945. package/dist/orchestrator/execution/toolset-lock 2.js.map +0 -1
  1946. package/dist/orchestrator/goal/__tests__/goal-cli-refine.test.d.ts +0 -8
  1947. package/dist/orchestrator/goal/__tests__/goal-cli-refine.test.d.ts.map +0 -1
  1948. package/dist/orchestrator/goal/__tests__/goal-cli-refine.test.js +0 -237
  1949. package/dist/orchestrator/goal/__tests__/goal-cli-refine.test.js.map +0 -1
  1950. package/dist/orchestrator/goal/__tests__/goal-dependency-graph.test.d.ts +0 -2
  1951. package/dist/orchestrator/goal/__tests__/goal-dependency-graph.test.d.ts.map +0 -1
  1952. package/dist/orchestrator/goal/__tests__/goal-dependency-graph.test.js +0 -352
  1953. package/dist/orchestrator/goal/__tests__/goal-dependency-graph.test.js.map +0 -1
  1954. package/dist/orchestrator/goal/__tests__/goal-negotiator-character.test.d.ts +0 -2
  1955. package/dist/orchestrator/goal/__tests__/goal-negotiator-character.test.d.ts.map +0 -1
  1956. package/dist/orchestrator/goal/__tests__/goal-negotiator-character.test.js +0 -650
  1957. package/dist/orchestrator/goal/__tests__/goal-negotiator-character.test.js.map +0 -1
  1958. package/dist/orchestrator/goal/__tests__/goal-negotiator-core.test.d.ts +0 -2
  1959. package/dist/orchestrator/goal/__tests__/goal-negotiator-core.test.d.ts.map +0 -1
  1960. package/dist/orchestrator/goal/__tests__/goal-negotiator-core.test.js +0 -370
  1961. package/dist/orchestrator/goal/__tests__/goal-negotiator-core.test.js.map +0 -1
  1962. package/dist/orchestrator/goal/__tests__/goal-negotiator-decompose.test.d.ts +0 -2
  1963. package/dist/orchestrator/goal/__tests__/goal-negotiator-decompose.test.d.ts.map +0 -1
  1964. package/dist/orchestrator/goal/__tests__/goal-negotiator-decompose.test.js +0 -876
  1965. package/dist/orchestrator/goal/__tests__/goal-negotiator-decompose.test.js.map +0 -1
  1966. package/dist/orchestrator/goal/__tests__/goal-negotiator-negotiate.test.d.ts +0 -2
  1967. package/dist/orchestrator/goal/__tests__/goal-negotiator-negotiate.test.d.ts.map +0 -1
  1968. package/dist/orchestrator/goal/__tests__/goal-negotiator-negotiate.test.js +0 -411
  1969. package/dist/orchestrator/goal/__tests__/goal-negotiator-negotiate.test.js.map +0 -1
  1970. package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest-filter.test.d.ts +0 -2
  1971. package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest-filter.test.d.ts.map +0 -1
  1972. package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest-filter.test.js +0 -258
  1973. package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest-filter.test.js.map +0 -1
  1974. package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest.test.d.ts +0 -2
  1975. package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest.test.d.ts.map +0 -1
  1976. package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest.test.js +0 -280
  1977. package/dist/orchestrator/goal/__tests__/goal-negotiator-suggest.test.js.map +0 -1
  1978. package/dist/orchestrator/goal/__tests__/goal-refiner.refine.test.d.ts +0 -2
  1979. package/dist/orchestrator/goal/__tests__/goal-refiner.refine.test.d.ts.map +0 -1
  1980. package/dist/orchestrator/goal/__tests__/goal-refiner.refine.test.js +0 -291
  1981. package/dist/orchestrator/goal/__tests__/goal-refiner.refine.test.js.map +0 -1
  1982. package/dist/orchestrator/goal/__tests__/goal-refiner.test.d.ts +0 -2
  1983. package/dist/orchestrator/goal/__tests__/goal-refiner.test.d.ts.map +0 -1
  1984. package/dist/orchestrator/goal/__tests__/goal-refiner.test.js +0 -509
  1985. package/dist/orchestrator/goal/__tests__/goal-refiner.test.js.map +0 -1
  1986. package/dist/orchestrator/goal/__tests__/goal-suggest-timeout.test.d.ts +0 -10
  1987. package/dist/orchestrator/goal/__tests__/goal-suggest-timeout.test.d.ts.map +0 -1
  1988. package/dist/orchestrator/goal/__tests__/goal-suggest-timeout.test.js +0 -63
  1989. package/dist/orchestrator/goal/__tests__/goal-suggest-timeout.test.js.map +0 -1
  1990. package/dist/orchestrator/goal/__tests__/goal-tree-concreteness.test.d.ts +0 -2
  1991. package/dist/orchestrator/goal/__tests__/goal-tree-concreteness.test.d.ts.map +0 -1
  1992. package/dist/orchestrator/goal/__tests__/goal-tree-concreteness.test.js +0 -391
  1993. package/dist/orchestrator/goal/__tests__/goal-tree-concreteness.test.js.map +0 -1
  1994. package/dist/orchestrator/goal/__tests__/goal-tree-manager.test.d.ts +0 -2
  1995. package/dist/orchestrator/goal/__tests__/goal-tree-manager.test.d.ts.map +0 -1
  1996. package/dist/orchestrator/goal/__tests__/goal-tree-manager.test.js +0 -828
  1997. package/dist/orchestrator/goal/__tests__/goal-tree-manager.test.js.map +0 -1
  1998. package/dist/orchestrator/goal/__tests__/goal-tree-quality.test.d.ts +0 -2
  1999. package/dist/orchestrator/goal/__tests__/goal-tree-quality.test.d.ts.map +0 -1
  2000. package/dist/orchestrator/goal/__tests__/goal-tree-quality.test.js +0 -150
  2001. package/dist/orchestrator/goal/__tests__/goal-tree-quality.test.js.map +0 -1
  2002. package/dist/orchestrator/goal/__tests__/goalNegotiator.test.d.ts +0 -2
  2003. package/dist/orchestrator/goal/__tests__/goalNegotiator.test.d.ts.map +0 -1
  2004. package/dist/orchestrator/goal/__tests__/goalNegotiator.test.js +0 -418
  2005. package/dist/orchestrator/goal/__tests__/goalNegotiator.test.js.map +0 -1
  2006. package/dist/orchestrator/goal/__tests__/negotiate-context.test.d.ts +0 -2
  2007. package/dist/orchestrator/goal/__tests__/negotiate-context.test.d.ts.map +0 -1
  2008. package/dist/orchestrator/goal/__tests__/negotiate-context.test.js +0 -192
  2009. package/dist/orchestrator/goal/__tests__/negotiate-context.test.js.map +0 -1
  2010. package/dist/orchestrator/goal/__tests__/refine.test.d.ts +0 -2
  2011. package/dist/orchestrator/goal/__tests__/refine.test.d.ts.map +0 -1
  2012. package/dist/orchestrator/goal/__tests__/refine.test.js +0 -354
  2013. package/dist/orchestrator/goal/__tests__/refine.test.js.map +0 -1
  2014. package/dist/orchestrator/goal/__tests__/refiner-prompts.test.d.ts +0 -2
  2015. package/dist/orchestrator/goal/__tests__/refiner-prompts.test.d.ts.map +0 -1
  2016. package/dist/orchestrator/goal/__tests__/refiner-prompts.test.js +0 -92
  2017. package/dist/orchestrator/goal/__tests__/refiner-prompts.test.js.map +0 -1
  2018. package/dist/orchestrator/goal/__tests__/state-aggregator.test.d.ts +0 -2
  2019. package/dist/orchestrator/goal/__tests__/state-aggregator.test.d.ts.map +0 -1
  2020. package/dist/orchestrator/goal/__tests__/state-aggregator.test.js +0 -840
  2021. package/dist/orchestrator/goal/__tests__/state-aggregator.test.js.map +0 -1
  2022. package/dist/orchestrator/goal/__tests__/subgoal-curriculum.test.d.ts +0 -2
  2023. package/dist/orchestrator/goal/__tests__/subgoal-curriculum.test.d.ts.map +0 -1
  2024. package/dist/orchestrator/goal/__tests__/subgoal-curriculum.test.js +0 -219
  2025. package/dist/orchestrator/goal/__tests__/subgoal-curriculum.test.js.map +0 -1
  2026. package/dist/orchestrator/goal/__tests__/tree-loop-orchestrator.test.d.ts +0 -2
  2027. package/dist/orchestrator/goal/__tests__/tree-loop-orchestrator.test.d.ts.map +0 -1
  2028. package/dist/orchestrator/goal/__tests__/tree-loop-orchestrator.test.js +0 -1078
  2029. package/dist/orchestrator/goal/__tests__/tree-loop-orchestrator.test.js.map +0 -1
  2030. package/dist/orchestrator/goal/goal-decomposer 2.d.ts +0 -30
  2031. package/dist/orchestrator/goal/goal-decomposer 2.d.ts.map +0 -1
  2032. package/dist/orchestrator/goal/goal-decomposer 2.js +0 -167
  2033. package/dist/orchestrator/goal/goal-decomposer 2.js.map +0 -1
  2034. package/dist/orchestrator/goal/goal-dependency-graph 2.d.ts +0 -124
  2035. package/dist/orchestrator/goal/goal-dependency-graph 2.d.ts.map +0 -1
  2036. package/dist/orchestrator/goal/goal-dependency-graph 2.js +0 -325
  2037. package/dist/orchestrator/goal/goal-dependency-graph 2.js.map +0 -1
  2038. package/dist/orchestrator/goal/goal-negotiator 2.d.ts +0 -72
  2039. package/dist/orchestrator/goal/goal-negotiator 2.d.ts.map +0 -1
  2040. package/dist/orchestrator/goal/goal-negotiator 2.js +0 -299
  2041. package/dist/orchestrator/goal/goal-negotiator 2.js.map +0 -1
  2042. package/dist/orchestrator/goal/goal-refiner 2.d.ts +0 -48
  2043. package/dist/orchestrator/goal/goal-refiner 2.d.ts.map +0 -1
  2044. package/dist/orchestrator/goal/goal-refiner 2.js +0 -299
  2045. package/dist/orchestrator/goal/goal-refiner 2.js.map +0 -1
  2046. package/dist/orchestrator/goal/goal-suggest 2.d.ts +0 -93
  2047. package/dist/orchestrator/goal/goal-suggest 2.d.ts.map +0 -1
  2048. package/dist/orchestrator/goal/goal-suggest 2.js +0 -254
  2049. package/dist/orchestrator/goal/goal-suggest 2.js.map +0 -1
  2050. package/dist/orchestrator/goal/goal-tree-manager 2.d.ts +0 -72
  2051. package/dist/orchestrator/goal/goal-tree-manager 2.d.ts.map +0 -1
  2052. package/dist/orchestrator/goal/goal-tree-manager 2.js +0 -572
  2053. package/dist/orchestrator/goal/goal-tree-manager 2.js.map +0 -1
  2054. package/dist/orchestrator/goal/goal-tree-pruner 2.d.ts +0 -25
  2055. package/dist/orchestrator/goal/goal-tree-pruner 2.d.ts.map +0 -1
  2056. package/dist/orchestrator/goal/goal-tree-pruner 2.js +0 -93
  2057. package/dist/orchestrator/goal/goal-tree-pruner 2.js.map +0 -1
  2058. package/dist/orchestrator/goal/goal-tree-quality 2.d.ts +0 -22
  2059. package/dist/orchestrator/goal/goal-tree-quality 2.d.ts.map +0 -1
  2060. package/dist/orchestrator/goal/goal-tree-quality 2.js +0 -183
  2061. package/dist/orchestrator/goal/goal-tree-quality 2.js.map +0 -1
  2062. package/dist/orchestrator/goal/goal-validation 2.d.ts +0 -20
  2063. package/dist/orchestrator/goal/goal-validation 2.d.ts.map +0 -1
  2064. package/dist/orchestrator/goal/goal-validation 2.js +0 -93
  2065. package/dist/orchestrator/goal/goal-validation 2.js.map +0 -1
  2066. package/dist/orchestrator/goal/milestone-evaluator 2.d.ts +0 -33
  2067. package/dist/orchestrator/goal/milestone-evaluator 2.d.ts.map +0 -1
  2068. package/dist/orchestrator/goal/milestone-evaluator 2.js +0 -130
  2069. package/dist/orchestrator/goal/milestone-evaluator 2.js.map +0 -1
  2070. package/dist/orchestrator/goal/negotiator-context 2.d.ts +0 -13
  2071. package/dist/orchestrator/goal/negotiator-context 2.d.ts.map +0 -1
  2072. package/dist/orchestrator/goal/negotiator-context 2.js +0 -119
  2073. package/dist/orchestrator/goal/negotiator-context 2.js.map +0 -1
  2074. package/dist/orchestrator/goal/negotiator-prompts 2.d.ts +0 -31
  2075. package/dist/orchestrator/goal/negotiator-prompts 2.d.ts.map +0 -1
  2076. package/dist/orchestrator/goal/negotiator-prompts 2.js +0 -65
  2077. package/dist/orchestrator/goal/negotiator-prompts 2.js.map +0 -1
  2078. package/dist/orchestrator/goal/negotiator-steps 2.d.ts +0 -59
  2079. package/dist/orchestrator/goal/negotiator-steps 2.d.ts.map +0 -1
  2080. package/dist/orchestrator/goal/negotiator-steps 2.js +0 -269
  2081. package/dist/orchestrator/goal/negotiator-steps 2.js.map +0 -1
  2082. package/dist/orchestrator/goal/refiner-prompts 2.d.ts +0 -10
  2083. package/dist/orchestrator/goal/refiner-prompts 2.d.ts.map +0 -1
  2084. package/dist/orchestrator/goal/refiner-prompts 2.js +0 -59
  2085. package/dist/orchestrator/goal/refiner-prompts 2.js.map +0 -1
  2086. package/dist/orchestrator/goal/state-aggregator 2.d.ts +0 -89
  2087. package/dist/orchestrator/goal/state-aggregator 2.d.ts.map +0 -1
  2088. package/dist/orchestrator/goal/state-aggregator 2.js +0 -331
  2089. package/dist/orchestrator/goal/state-aggregator 2.js.map +0 -1
  2090. package/dist/orchestrator/goal/subgoal-curriculum 2.d.ts +0 -30
  2091. package/dist/orchestrator/goal/subgoal-curriculum 2.d.ts.map +0 -1
  2092. package/dist/orchestrator/goal/subgoal-curriculum 2.js +0 -53
  2093. package/dist/orchestrator/goal/subgoal-curriculum 2.js.map +0 -1
  2094. package/dist/orchestrator/goal/tree-loop-orchestrator 2.d.ts +0 -100
  2095. package/dist/orchestrator/goal/tree-loop-orchestrator 2.d.ts.map +0 -1
  2096. package/dist/orchestrator/goal/tree-loop-orchestrator 2.js +0 -269
  2097. package/dist/orchestrator/goal/tree-loop-orchestrator 2.js.map +0 -1
  2098. package/dist/orchestrator/loop/__tests__/core-loop-auto-decompose.test.d.ts +0 -2
  2099. package/dist/orchestrator/loop/__tests__/core-loop-auto-decompose.test.d.ts.map +0 -1
  2100. package/dist/orchestrator/loop/__tests__/core-loop-auto-decompose.test.js +0 -324
  2101. package/dist/orchestrator/loop/__tests__/core-loop-auto-decompose.test.js.map +0 -1
  2102. package/dist/orchestrator/loop/__tests__/core-loop-capability.test.d.ts +0 -2
  2103. package/dist/orchestrator/loop/__tests__/core-loop-capability.test.d.ts.map +0 -1
  2104. package/dist/orchestrator/loop/__tests__/core-loop-capability.test.js +0 -362
  2105. package/dist/orchestrator/loop/__tests__/core-loop-capability.test.js.map +0 -1
  2106. package/dist/orchestrator/loop/__tests__/core-loop-checkpoint.test.d.ts +0 -2
  2107. package/dist/orchestrator/loop/__tests__/core-loop-checkpoint.test.d.ts.map +0 -1
  2108. package/dist/orchestrator/loop/__tests__/core-loop-checkpoint.test.js +0 -323
  2109. package/dist/orchestrator/loop/__tests__/core-loop-checkpoint.test.js.map +0 -1
  2110. package/dist/orchestrator/loop/__tests__/core-loop-drive-context.test.d.ts +0 -2
  2111. package/dist/orchestrator/loop/__tests__/core-loop-drive-context.test.d.ts.map +0 -1
  2112. package/dist/orchestrator/loop/__tests__/core-loop-drive-context.test.js +0 -349
  2113. package/dist/orchestrator/loop/__tests__/core-loop-drive-context.test.js.map +0 -1
  2114. package/dist/orchestrator/loop/__tests__/core-loop-flow.test.d.ts +0 -2
  2115. package/dist/orchestrator/loop/__tests__/core-loop-flow.test.d.ts.map +0 -1
  2116. package/dist/orchestrator/loop/__tests__/core-loop-flow.test.js +0 -676
  2117. package/dist/orchestrator/loop/__tests__/core-loop-flow.test.js.map +0 -1
  2118. package/dist/orchestrator/loop/__tests__/core-loop-integration.test.d.ts +0 -11
  2119. package/dist/orchestrator/loop/__tests__/core-loop-integration.test.d.ts.map +0 -1
  2120. package/dist/orchestrator/loop/__tests__/core-loop-integration.test.js +0 -295
  2121. package/dist/orchestrator/loop/__tests__/core-loop-integration.test.js.map +0 -1
  2122. package/dist/orchestrator/loop/__tests__/core-loop-integrations.test.d.ts +0 -2
  2123. package/dist/orchestrator/loop/__tests__/core-loop-integrations.test.d.ts.map +0 -1
  2124. package/dist/orchestrator/loop/__tests__/core-loop-integrations.test.js +0 -658
  2125. package/dist/orchestrator/loop/__tests__/core-loop-integrations.test.js.map +0 -1
  2126. package/dist/orchestrator/loop/__tests__/core-loop-iteration.test.d.ts +0 -2
  2127. package/dist/orchestrator/loop/__tests__/core-loop-iteration.test.d.ts.map +0 -1
  2128. package/dist/orchestrator/loop/__tests__/core-loop-iteration.test.js +0 -484
  2129. package/dist/orchestrator/loop/__tests__/core-loop-iteration.test.js.map +0 -1
  2130. package/dist/orchestrator/loop/__tests__/core-loop-memory-tier.test.d.ts +0 -11
  2131. package/dist/orchestrator/loop/__tests__/core-loop-memory-tier.test.d.ts.map +0 -1
  2132. package/dist/orchestrator/loop/__tests__/core-loop-memory-tier.test.js +0 -325
  2133. package/dist/orchestrator/loop/__tests__/core-loop-memory-tier.test.js.map +0 -1
  2134. package/dist/orchestrator/loop/__tests__/core-loop-orchestrator-regression.test.d.ts +0 -2
  2135. package/dist/orchestrator/loop/__tests__/core-loop-orchestrator-regression.test.d.ts.map +0 -1
  2136. package/dist/orchestrator/loop/__tests__/core-loop-orchestrator-regression.test.js +0 -360
  2137. package/dist/orchestrator/loop/__tests__/core-loop-orchestrator-regression.test.js.map +0 -1
  2138. package/dist/orchestrator/loop/__tests__/core-loop-reporting.test.d.ts +0 -2
  2139. package/dist/orchestrator/loop/__tests__/core-loop-reporting.test.d.ts.map +0 -1
  2140. package/dist/orchestrator/loop/__tests__/core-loop-reporting.test.js +0 -589
  2141. package/dist/orchestrator/loop/__tests__/core-loop-reporting.test.js.map +0 -1
  2142. package/dist/orchestrator/loop/__tests__/core-loop-stall-refine.test.d.ts +0 -15
  2143. package/dist/orchestrator/loop/__tests__/core-loop-stall-refine.test.d.ts.map +0 -1
  2144. package/dist/orchestrator/loop/__tests__/core-loop-stall-refine.test.js +0 -399
  2145. package/dist/orchestrator/loop/__tests__/core-loop-stall-refine.test.js.map +0 -1
  2146. package/dist/orchestrator/loop/__tests__/core-loop-tree.test.d.ts +0 -2
  2147. package/dist/orchestrator/loop/__tests__/core-loop-tree.test.d.ts.map +0 -1
  2148. package/dist/orchestrator/loop/__tests__/core-loop-tree.test.js +0 -626
  2149. package/dist/orchestrator/loop/__tests__/core-loop-tree.test.js.map +0 -1
  2150. package/dist/orchestrator/loop/__tests__/core-loop.test.d.ts +0 -2
  2151. package/dist/orchestrator/loop/__tests__/core-loop.test.d.ts.map +0 -1
  2152. package/dist/orchestrator/loop/__tests__/core-loop.test.js +0 -550
  2153. package/dist/orchestrator/loop/__tests__/core-loop.test.js.map +0 -1
  2154. package/dist/orchestrator/loop/__tests__/iteration-budget.test.d.ts +0 -2
  2155. package/dist/orchestrator/loop/__tests__/iteration-budget.test.d.ts.map +0 -1
  2156. package/dist/orchestrator/loop/__tests__/iteration-budget.test.js +0 -423
  2157. package/dist/orchestrator/loop/__tests__/iteration-budget.test.js.map +0 -1
  2158. package/dist/orchestrator/loop/__tests__/r1-core-loop-completion.test.d.ts +0 -11
  2159. package/dist/orchestrator/loop/__tests__/r1-core-loop-completion.test.d.ts.map +0 -1
  2160. package/dist/orchestrator/loop/__tests__/r1-core-loop-completion.test.js +0 -315
  2161. package/dist/orchestrator/loop/__tests__/r1-core-loop-completion.test.js.map +0 -1
  2162. package/dist/orchestrator/loop/core-loop-capability.d.ts +0 -2
  2163. package/dist/orchestrator/loop/core-loop-capability.d.ts.map +0 -1
  2164. package/dist/orchestrator/loop/core-loop-capability.js +0 -2
  2165. package/dist/orchestrator/loop/core-loop-capability.js.map +0 -1
  2166. package/dist/orchestrator/loop/core-loop-learning.d.ts +0 -2
  2167. package/dist/orchestrator/loop/core-loop-learning.d.ts.map +0 -1
  2168. package/dist/orchestrator/loop/core-loop-learning.js +0 -2
  2169. package/dist/orchestrator/loop/core-loop-learning.js.map +0 -1
  2170. package/dist/orchestrator/loop/core-loop-phases-b.d.ts +0 -2
  2171. package/dist/orchestrator/loop/core-loop-phases-b.d.ts.map +0 -1
  2172. package/dist/orchestrator/loop/core-loop-phases-b.js +0 -2
  2173. package/dist/orchestrator/loop/core-loop-phases-b.js.map +0 -1
  2174. package/dist/orchestrator/loop/core-loop-phases-c.d.ts +0 -2
  2175. package/dist/orchestrator/loop/core-loop-phases-c.d.ts.map +0 -1
  2176. package/dist/orchestrator/loop/core-loop-phases-c.js +0 -2
  2177. package/dist/orchestrator/loop/core-loop-phases-c.js.map +0 -1
  2178. package/dist/orchestrator/loop/core-loop-phases.d.ts +0 -2
  2179. package/dist/orchestrator/loop/core-loop-phases.d.ts.map +0 -1
  2180. package/dist/orchestrator/loop/core-loop-phases.js +0 -2
  2181. package/dist/orchestrator/loop/core-loop-phases.js.map +0 -1
  2182. package/dist/orchestrator/loop/core-loop-types.d.ts +0 -2
  2183. package/dist/orchestrator/loop/core-loop-types.d.ts.map +0 -1
  2184. package/dist/orchestrator/loop/core-loop-types.js +0 -2
  2185. package/dist/orchestrator/loop/core-loop-types.js.map +0 -1
  2186. package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio-phase2.test.d.ts +0 -2
  2187. package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio-phase2.test.d.ts.map +0 -1
  2188. package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio-phase2.test.js +0 -472
  2189. package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio-phase2.test.js.map +0 -1
  2190. package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio.test.d.ts +0 -2
  2191. package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio.test.d.ts.map +0 -1
  2192. package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio.test.js +0 -636
  2193. package/dist/orchestrator/strategy/__tests__/cross-goal-portfolio.test.js.map +0 -1
  2194. package/dist/orchestrator/strategy/__tests__/portfolio-manager.test.d.ts +0 -2
  2195. package/dist/orchestrator/strategy/__tests__/portfolio-manager.test.d.ts.map +0 -1
  2196. package/dist/orchestrator/strategy/__tests__/portfolio-manager.test.js +0 -730
  2197. package/dist/orchestrator/strategy/__tests__/portfolio-manager.test.js.map +0 -1
  2198. package/dist/orchestrator/strategy/__tests__/strategy-auto-template.test.d.ts +0 -2
  2199. package/dist/orchestrator/strategy/__tests__/strategy-auto-template.test.d.ts.map +0 -1
  2200. package/dist/orchestrator/strategy/__tests__/strategy-auto-template.test.js +0 -164
  2201. package/dist/orchestrator/strategy/__tests__/strategy-auto-template.test.js.map +0 -1
  2202. package/dist/orchestrator/strategy/__tests__/strategy-helpers-unwrap.test.d.ts +0 -2
  2203. package/dist/orchestrator/strategy/__tests__/strategy-helpers-unwrap.test.d.ts.map +0 -1
  2204. package/dist/orchestrator/strategy/__tests__/strategy-helpers-unwrap.test.js +0 -53
  2205. package/dist/orchestrator/strategy/__tests__/strategy-helpers-unwrap.test.js.map +0 -1
  2206. package/dist/orchestrator/strategy/__tests__/strategy-manager-core.test.d.ts +0 -2
  2207. package/dist/orchestrator/strategy/__tests__/strategy-manager-core.test.d.ts.map +0 -1
  2208. package/dist/orchestrator/strategy/__tests__/strategy-manager-core.test.js +0 -342
  2209. package/dist/orchestrator/strategy/__tests__/strategy-manager-core.test.js.map +0 -1
  2210. package/dist/orchestrator/strategy/__tests__/strategy-manager-phase2.test.d.ts +0 -2
  2211. package/dist/orchestrator/strategy/__tests__/strategy-manager-phase2.test.d.ts.map +0 -1
  2212. package/dist/orchestrator/strategy/__tests__/strategy-manager-phase2.test.js +0 -602
  2213. package/dist/orchestrator/strategy/__tests__/strategy-manager-phase2.test.js.map +0 -1
  2214. package/dist/orchestrator/strategy/__tests__/strategy-manager-stall.test.d.ts +0 -2
  2215. package/dist/orchestrator/strategy/__tests__/strategy-manager-stall.test.d.ts.map +0 -1
  2216. package/dist/orchestrator/strategy/__tests__/strategy-manager-stall.test.js +0 -357
  2217. package/dist/orchestrator/strategy/__tests__/strategy-manager-stall.test.js.map +0 -1
  2218. package/dist/orchestrator/strategy/__tests__/strategy-template-embedding.test.d.ts +0 -2
  2219. package/dist/orchestrator/strategy/__tests__/strategy-template-embedding.test.d.ts.map +0 -1
  2220. package/dist/orchestrator/strategy/__tests__/strategy-template-embedding.test.js +0 -310
  2221. package/dist/orchestrator/strategy/__tests__/strategy-template-embedding.test.js.map +0 -1
  2222. package/dist/orchestrator/strategy/__tests__/strategy-template-registry.test.d.ts +0 -2
  2223. package/dist/orchestrator/strategy/__tests__/strategy-template-registry.test.d.ts.map +0 -1
  2224. package/dist/orchestrator/strategy/__tests__/strategy-template-registry.test.js +0 -402
  2225. package/dist/orchestrator/strategy/__tests__/strategy-template-registry.test.js.map +0 -1
  2226. package/dist/platform/drive/__tests__/drive-scorer.test.d.ts +0 -2
  2227. package/dist/platform/drive/__tests__/drive-scorer.test.d.ts.map +0 -1
  2228. package/dist/platform/drive/__tests__/drive-scorer.test.js +0 -507
  2229. package/dist/platform/drive/__tests__/drive-scorer.test.js.map +0 -1
  2230. package/dist/platform/drive/__tests__/drive-system.test.d.ts +0 -2
  2231. package/dist/platform/drive/__tests__/drive-system.test.d.ts.map +0 -1
  2232. package/dist/platform/drive/__tests__/drive-system.test.js +0 -456
  2233. package/dist/platform/drive/__tests__/drive-system.test.js.map +0 -1
  2234. package/dist/platform/drive/__tests__/example.test.d.ts +0 -2
  2235. package/dist/platform/drive/__tests__/example.test.d.ts.map +0 -1
  2236. package/dist/platform/drive/__tests__/example.test.js +0 -314
  2237. package/dist/platform/drive/__tests__/example.test.js.map +0 -1
  2238. package/dist/platform/drive/__tests__/gap-calculator.test.d.ts +0 -2
  2239. package/dist/platform/drive/__tests__/gap-calculator.test.d.ts.map +0 -1
  2240. package/dist/platform/drive/__tests__/gap-calculator.test.js +0 -619
  2241. package/dist/platform/drive/__tests__/gap-calculator.test.js.map +0 -1
  2242. package/dist/platform/drive/__tests__/progress-predictor.test.d.ts +0 -2
  2243. package/dist/platform/drive/__tests__/progress-predictor.test.d.ts.map +0 -1
  2244. package/dist/platform/drive/__tests__/progress-predictor.test.js +0 -142
  2245. package/dist/platform/drive/__tests__/progress-predictor.test.js.map +0 -1
  2246. package/dist/platform/drive/__tests__/reward-log.test.d.ts +0 -2
  2247. package/dist/platform/drive/__tests__/reward-log.test.d.ts.map +0 -1
  2248. package/dist/platform/drive/__tests__/reward-log.test.js +0 -177
  2249. package/dist/platform/drive/__tests__/reward-log.test.js.map +0 -1
  2250. package/dist/platform/drive/__tests__/satisficing-judge-convergence.test.d.ts +0 -2
  2251. package/dist/platform/drive/__tests__/satisficing-judge-convergence.test.d.ts.map +0 -1
  2252. package/dist/platform/drive/__tests__/satisficing-judge-convergence.test.js +0 -159
  2253. package/dist/platform/drive/__tests__/satisficing-judge-convergence.test.js.map +0 -1
  2254. package/dist/platform/drive/__tests__/satisficing-judge-dimension-satisfied.test.d.ts +0 -2
  2255. package/dist/platform/drive/__tests__/satisficing-judge-dimension-satisfied.test.d.ts.map +0 -1
  2256. package/dist/platform/drive/__tests__/satisficing-judge-dimension-satisfied.test.js +0 -261
  2257. package/dist/platform/drive/__tests__/satisficing-judge-dimension-satisfied.test.js.map +0 -1
  2258. package/dist/platform/drive/__tests__/satisficing-judge-double-confirm.test.d.ts +0 -2
  2259. package/dist/platform/drive/__tests__/satisficing-judge-double-confirm.test.d.ts.map +0 -1
  2260. package/dist/platform/drive/__tests__/satisficing-judge-double-confirm.test.js +0 -207
  2261. package/dist/platform/drive/__tests__/satisficing-judge-double-confirm.test.js.map +0 -1
  2262. package/dist/platform/drive/__tests__/satisficing-judge-goal-complete.test.d.ts +0 -2
  2263. package/dist/platform/drive/__tests__/satisficing-judge-goal-complete.test.d.ts.map +0 -1
  2264. package/dist/platform/drive/__tests__/satisficing-judge-goal-complete.test.js +0 -359
  2265. package/dist/platform/drive/__tests__/satisficing-judge-goal-complete.test.js.map +0 -1
  2266. package/dist/platform/drive/__tests__/satisficing-judge-propagation-phase2.test.d.ts +0 -2
  2267. package/dist/platform/drive/__tests__/satisficing-judge-propagation-phase2.test.d.ts.map +0 -1
  2268. package/dist/platform/drive/__tests__/satisficing-judge-propagation-phase2.test.js +0 -461
  2269. package/dist/platform/drive/__tests__/satisficing-judge-propagation-phase2.test.js.map +0 -1
  2270. package/dist/platform/drive/__tests__/satisficing-judge-threshold-propagation.test.d.ts +0 -2
  2271. package/dist/platform/drive/__tests__/satisficing-judge-threshold-propagation.test.d.ts.map +0 -1
  2272. package/dist/platform/drive/__tests__/satisficing-judge-threshold-propagation.test.js +0 -337
  2273. package/dist/platform/drive/__tests__/satisficing-judge-threshold-propagation.test.js.map +0 -1
  2274. package/dist/platform/drive/__tests__/satisficing-judge-tree-convergence.test.d.ts +0 -2
  2275. package/dist/platform/drive/__tests__/satisficing-judge-tree-convergence.test.d.ts.map +0 -1
  2276. package/dist/platform/drive/__tests__/satisficing-judge-tree-convergence.test.js +0 -109
  2277. package/dist/platform/drive/__tests__/satisficing-judge-tree-convergence.test.js.map +0 -1
  2278. package/dist/platform/drive/__tests__/satisficing-judge-undershoot.test.d.ts +0 -2
  2279. package/dist/platform/drive/__tests__/satisficing-judge-undershoot.test.d.ts.map +0 -1
  2280. package/dist/platform/drive/__tests__/satisficing-judge-undershoot.test.js +0 -221
  2281. package/dist/platform/drive/__tests__/satisficing-judge-undershoot.test.js.map +0 -1
  2282. package/dist/platform/drive/__tests__/stall-detector-analysis.test.d.ts +0 -12
  2283. package/dist/platform/drive/__tests__/stall-detector-analysis.test.d.ts.map +0 -1
  2284. package/dist/platform/drive/__tests__/stall-detector-analysis.test.js +0 -139
  2285. package/dist/platform/drive/__tests__/stall-detector-analysis.test.js.map +0 -1
  2286. package/dist/platform/drive/__tests__/stall-detector-repetitive.test.d.ts +0 -2
  2287. package/dist/platform/drive/__tests__/stall-detector-repetitive.test.d.ts.map +0 -1
  2288. package/dist/platform/drive/__tests__/stall-detector-repetitive.test.js +0 -84
  2289. package/dist/platform/drive/__tests__/stall-detector-repetitive.test.js.map +0 -1
  2290. package/dist/platform/drive/__tests__/stall-detector.test.d.ts +0 -2
  2291. package/dist/platform/drive/__tests__/stall-detector.test.d.ts.map +0 -1
  2292. package/dist/platform/drive/__tests__/stall-detector.test.js +0 -903
  2293. package/dist/platform/drive/__tests__/stall-detector.test.js.map +0 -1
  2294. package/dist/platform/knowledge/__tests__/decision-record.test.d.ts +0 -2
  2295. package/dist/platform/knowledge/__tests__/decision-record.test.d.ts.map +0 -1
  2296. package/dist/platform/knowledge/__tests__/decision-record.test.js +0 -141
  2297. package/dist/platform/knowledge/__tests__/decision-record.test.js.map +0 -1
  2298. package/dist/platform/knowledge/__tests__/drive-score-adapter.test.d.ts +0 -2
  2299. package/dist/platform/knowledge/__tests__/drive-score-adapter.test.d.ts.map +0 -1
  2300. package/dist/platform/knowledge/__tests__/drive-score-adapter.test.js +0 -110
  2301. package/dist/platform/knowledge/__tests__/drive-score-adapter.test.js.map +0 -1
  2302. package/dist/platform/knowledge/__tests__/embedding-client.test.d.ts +0 -2
  2303. package/dist/platform/knowledge/__tests__/embedding-client.test.d.ts.map +0 -1
  2304. package/dist/platform/knowledge/__tests__/embedding-client.test.js +0 -77
  2305. package/dist/platform/knowledge/__tests__/embedding-client.test.js.map +0 -1
  2306. package/dist/platform/knowledge/__tests__/hierarchical-memory-integration.test.d.ts +0 -2
  2307. package/dist/platform/knowledge/__tests__/hierarchical-memory-integration.test.d.ts.map +0 -1
  2308. package/dist/platform/knowledge/__tests__/hierarchical-memory-integration.test.js +0 -352
  2309. package/dist/platform/knowledge/__tests__/hierarchical-memory-integration.test.js.map +0 -1
  2310. package/dist/platform/knowledge/__tests__/knowledge-graph.test.d.ts +0 -2
  2311. package/dist/platform/knowledge/__tests__/knowledge-graph.test.d.ts.map +0 -1
  2312. package/dist/platform/knowledge/__tests__/knowledge-graph.test.js +0 -330
  2313. package/dist/platform/knowledge/__tests__/knowledge-graph.test.js.map +0 -1
  2314. package/dist/platform/knowledge/__tests__/knowledge-manager-phase2.test.d.ts +0 -2
  2315. package/dist/platform/knowledge/__tests__/knowledge-manager-phase2.test.d.ts.map +0 -1
  2316. package/dist/platform/knowledge/__tests__/knowledge-manager-phase2.test.js +0 -344
  2317. package/dist/platform/knowledge/__tests__/knowledge-manager-phase2.test.js.map +0 -1
  2318. package/dist/platform/knowledge/__tests__/knowledge-manager.test.d.ts +0 -2
  2319. package/dist/platform/knowledge/__tests__/knowledge-manager.test.d.ts.map +0 -1
  2320. package/dist/platform/knowledge/__tests__/knowledge-manager.test.js +0 -564
  2321. package/dist/platform/knowledge/__tests__/knowledge-manager.test.js.map +0 -1
  2322. package/dist/platform/knowledge/__tests__/knowledge-transfer-apply.test.d.ts +0 -2
  2323. package/dist/platform/knowledge/__tests__/knowledge-transfer-apply.test.d.ts.map +0 -1
  2324. package/dist/platform/knowledge/__tests__/knowledge-transfer-apply.test.js +0 -291
  2325. package/dist/platform/knowledge/__tests__/knowledge-transfer-apply.test.js.map +0 -1
  2326. package/dist/platform/knowledge/__tests__/knowledge-transfer-auto-apply.test.d.ts +0 -2
  2327. package/dist/platform/knowledge/__tests__/knowledge-transfer-auto-apply.test.d.ts.map +0 -1
  2328. package/dist/platform/knowledge/__tests__/knowledge-transfer-auto-apply.test.js +0 -293
  2329. package/dist/platform/knowledge/__tests__/knowledge-transfer-auto-apply.test.js.map +0 -1
  2330. package/dist/platform/knowledge/__tests__/knowledge-transfer-detect.test.d.ts +0 -2
  2331. package/dist/platform/knowledge/__tests__/knowledge-transfer-detect.test.d.ts.map +0 -1
  2332. package/dist/platform/knowledge/__tests__/knowledge-transfer-detect.test.js +0 -315
  2333. package/dist/platform/knowledge/__tests__/knowledge-transfer-detect.test.js.map +0 -1
  2334. package/dist/platform/knowledge/__tests__/knowledge-transfer-evaluate.test.d.ts +0 -2
  2335. package/dist/platform/knowledge/__tests__/knowledge-transfer-evaluate.test.d.ts.map +0 -1
  2336. package/dist/platform/knowledge/__tests__/knowledge-transfer-evaluate.test.js +0 -593
  2337. package/dist/platform/knowledge/__tests__/knowledge-transfer-evaluate.test.js.map +0 -1
  2338. package/dist/platform/knowledge/__tests__/knowledge-transfer-incremental.test.d.ts +0 -2
  2339. package/dist/platform/knowledge/__tests__/knowledge-transfer-incremental.test.d.ts.map +0 -1
  2340. package/dist/platform/knowledge/__tests__/knowledge-transfer-incremental.test.js +0 -402
  2341. package/dist/platform/knowledge/__tests__/knowledge-transfer-incremental.test.js.map +0 -1
  2342. package/dist/platform/knowledge/__tests__/learning-cross-goal.test.d.ts +0 -2
  2343. package/dist/platform/knowledge/__tests__/learning-cross-goal.test.d.ts.map +0 -1
  2344. package/dist/platform/knowledge/__tests__/learning-cross-goal.test.js +0 -377
  2345. package/dist/platform/knowledge/__tests__/learning-cross-goal.test.js.map +0 -1
  2346. package/dist/platform/knowledge/__tests__/learning-pipeline-extraction.test.d.ts +0 -2
  2347. package/dist/platform/knowledge/__tests__/learning-pipeline-extraction.test.d.ts.map +0 -1
  2348. package/dist/platform/knowledge/__tests__/learning-pipeline-extraction.test.js +0 -622
  2349. package/dist/platform/knowledge/__tests__/learning-pipeline-extraction.test.js.map +0 -1
  2350. package/dist/platform/knowledge/__tests__/learning-pipeline-feedback.test.d.ts +0 -2
  2351. package/dist/platform/knowledge/__tests__/learning-pipeline-feedback.test.d.ts.map +0 -1
  2352. package/dist/platform/knowledge/__tests__/learning-pipeline-feedback.test.js +0 -425
  2353. package/dist/platform/knowledge/__tests__/learning-pipeline-feedback.test.js.map +0 -1
  2354. package/dist/platform/knowledge/__tests__/learning-pipeline-persistence.test.d.ts +0 -2
  2355. package/dist/platform/knowledge/__tests__/learning-pipeline-persistence.test.d.ts.map +0 -1
  2356. package/dist/platform/knowledge/__tests__/learning-pipeline-persistence.test.js +0 -928
  2357. package/dist/platform/knowledge/__tests__/learning-pipeline-persistence.test.js.map +0 -1
  2358. package/dist/platform/knowledge/__tests__/learning-pipeline-phase2.test.d.ts +0 -2
  2359. package/dist/platform/knowledge/__tests__/learning-pipeline-phase2.test.d.ts.map +0 -1
  2360. package/dist/platform/knowledge/__tests__/learning-pipeline-phase2.test.js +0 -430
  2361. package/dist/platform/knowledge/__tests__/learning-pipeline-phase2.test.js.map +0 -1
  2362. package/dist/platform/knowledge/__tests__/learning-pipeline-sharing.test.d.ts +0 -2
  2363. package/dist/platform/knowledge/__tests__/learning-pipeline-sharing.test.d.ts.map +0 -1
  2364. package/dist/platform/knowledge/__tests__/learning-pipeline-sharing.test.js +0 -411
  2365. package/dist/platform/knowledge/__tests__/learning-pipeline-sharing.test.js.map +0 -1
  2366. package/dist/platform/knowledge/__tests__/m16-integration.test.d.ts +0 -2
  2367. package/dist/platform/knowledge/__tests__/m16-integration.test.d.ts.map +0 -1
  2368. package/dist/platform/knowledge/__tests__/m16-integration.test.js +0 -332
  2369. package/dist/platform/knowledge/__tests__/m16-integration.test.js.map +0 -1
  2370. package/dist/platform/knowledge/__tests__/memory-lifecycle-phase2.test.d.ts +0 -2
  2371. package/dist/platform/knowledge/__tests__/memory-lifecycle-phase2.test.d.ts.map +0 -1
  2372. package/dist/platform/knowledge/__tests__/memory-lifecycle-phase2.test.js +0 -562
  2373. package/dist/platform/knowledge/__tests__/memory-lifecycle-phase2.test.js.map +0 -1
  2374. package/dist/platform/knowledge/__tests__/memory-lifecycle.test.d.ts +0 -2
  2375. package/dist/platform/knowledge/__tests__/memory-lifecycle.test.d.ts.map +0 -1
  2376. package/dist/platform/knowledge/__tests__/memory-lifecycle.test.js +0 -432
  2377. package/dist/platform/knowledge/__tests__/memory-lifecycle.test.js.map +0 -1
  2378. package/dist/platform/knowledge/__tests__/memory-selection.test.d.ts +0 -2
  2379. package/dist/platform/knowledge/__tests__/memory-selection.test.d.ts.map +0 -1
  2380. package/dist/platform/knowledge/__tests__/memory-selection.test.js +0 -423
  2381. package/dist/platform/knowledge/__tests__/memory-selection.test.js.map +0 -1
  2382. package/dist/platform/knowledge/__tests__/memory-tier.test.d.ts +0 -2
  2383. package/dist/platform/knowledge/__tests__/memory-tier.test.d.ts.map +0 -1
  2384. package/dist/platform/knowledge/__tests__/memory-tier.test.js +0 -413
  2385. package/dist/platform/knowledge/__tests__/memory-tier.test.js.map +0 -1
  2386. package/dist/platform/knowledge/__tests__/transfer-trust.test.d.ts +0 -2
  2387. package/dist/platform/knowledge/__tests__/transfer-trust.test.d.ts.map +0 -1
  2388. package/dist/platform/knowledge/__tests__/transfer-trust.test.js +0 -137
  2389. package/dist/platform/knowledge/__tests__/transfer-trust.test.js.map +0 -1
  2390. package/dist/platform/knowledge/__tests__/vector-index.test.d.ts +0 -2
  2391. package/dist/platform/knowledge/__tests__/vector-index.test.d.ts.map +0 -1
  2392. package/dist/platform/knowledge/__tests__/vector-index.test.js +0 -152
  2393. package/dist/platform/knowledge/__tests__/vector-index.test.js.map +0 -1
  2394. package/dist/platform/observation/__tests__/capability-dependency.test.d.ts +0 -2
  2395. package/dist/platform/observation/__tests__/capability-dependency.test.d.ts.map +0 -1
  2396. package/dist/platform/observation/__tests__/capability-dependency.test.js +0 -195
  2397. package/dist/platform/observation/__tests__/capability-dependency.test.js.map +0 -1
  2398. package/dist/platform/observation/__tests__/capability-detector-detect.test.d.ts +0 -2
  2399. package/dist/platform/observation/__tests__/capability-detector-detect.test.d.ts.map +0 -1
  2400. package/dist/platform/observation/__tests__/capability-detector-detect.test.js +0 -357
  2401. package/dist/platform/observation/__tests__/capability-detector-detect.test.js.map +0 -1
  2402. package/dist/platform/observation/__tests__/capability-detector-escalate.test.d.ts +0 -2
  2403. package/dist/platform/observation/__tests__/capability-detector-escalate.test.d.ts.map +0 -1
  2404. package/dist/platform/observation/__tests__/capability-detector-escalate.test.js +0 -283
  2405. package/dist/platform/observation/__tests__/capability-detector-escalate.test.js.map +0 -1
  2406. package/dist/platform/observation/__tests__/capability-detector-goal.test.d.ts +0 -2
  2407. package/dist/platform/observation/__tests__/capability-detector-goal.test.d.ts.map +0 -1
  2408. package/dist/platform/observation/__tests__/capability-detector-goal.test.js +0 -288
  2409. package/dist/platform/observation/__tests__/capability-detector-goal.test.js.map +0 -1
  2410. package/dist/platform/observation/__tests__/capability-detector-verify.test.d.ts +0 -2
  2411. package/dist/platform/observation/__tests__/capability-detector-verify.test.d.ts.map +0 -1
  2412. package/dist/platform/observation/__tests__/capability-detector-verify.test.js +0 -311
  2413. package/dist/platform/observation/__tests__/capability-detector-verify.test.js.map +0 -1
  2414. package/dist/platform/observation/__tests__/context-provider.test.d.ts +0 -2
  2415. package/dist/platform/observation/__tests__/context-provider.test.d.ts.map +0 -1
  2416. package/dist/platform/observation/__tests__/context-provider.test.js +0 -318
  2417. package/dist/platform/observation/__tests__/context-provider.test.js.map +0 -1
  2418. package/dist/platform/observation/__tests__/data-source-adapter.test.d.ts +0 -2
  2419. package/dist/platform/observation/__tests__/data-source-adapter.test.d.ts.map +0 -1
  2420. package/dist/platform/observation/__tests__/data-source-adapter.test.js +0 -382
  2421. package/dist/platform/observation/__tests__/data-source-adapter.test.js.map +0 -1
  2422. package/dist/platform/observation/__tests__/data-source-hotplug.test.d.ts +0 -2
  2423. package/dist/platform/observation/__tests__/data-source-hotplug.test.d.ts.map +0 -1
  2424. package/dist/platform/observation/__tests__/data-source-hotplug.test.js +0 -160
  2425. package/dist/platform/observation/__tests__/data-source-hotplug.test.js.map +0 -1
  2426. package/dist/platform/observation/__tests__/observation-crossvalidation-override.test.d.ts +0 -2
  2427. package/dist/platform/observation/__tests__/observation-crossvalidation-override.test.d.ts.map +0 -1
  2428. package/dist/platform/observation/__tests__/observation-crossvalidation-override.test.js +0 -339
  2429. package/dist/platform/observation/__tests__/observation-crossvalidation-override.test.js.map +0 -1
  2430. package/dist/platform/observation/__tests__/observation-engine-context.test.d.ts +0 -2
  2431. package/dist/platform/observation/__tests__/observation-engine-context.test.d.ts.map +0 -1
  2432. package/dist/platform/observation/__tests__/observation-engine-context.test.js +0 -258
  2433. package/dist/platform/observation/__tests__/observation-engine-context.test.js.map +0 -1
  2434. package/dist/platform/observation/__tests__/observation-engine-crossvalidation.test.d.ts +0 -2
  2435. package/dist/platform/observation/__tests__/observation-engine-crossvalidation.test.d.ts.map +0 -1
  2436. package/dist/platform/observation/__tests__/observation-engine-crossvalidation.test.js +0 -222
  2437. package/dist/platform/observation/__tests__/observation-engine-crossvalidation.test.js.map +0 -1
  2438. package/dist/platform/observation/__tests__/observation-engine-dedup.test.d.ts +0 -2
  2439. package/dist/platform/observation/__tests__/observation-engine-dedup.test.d.ts.map +0 -1
  2440. package/dist/platform/observation/__tests__/observation-engine-dedup.test.js +0 -88
  2441. package/dist/platform/observation/__tests__/observation-engine-dedup.test.js.map +0 -1
  2442. package/dist/platform/observation/__tests__/observation-engine-llm.test.d.ts +0 -2
  2443. package/dist/platform/observation/__tests__/observation-engine-llm.test.d.ts.map +0 -1
  2444. package/dist/platform/observation/__tests__/observation-engine-llm.test.js +0 -474
  2445. package/dist/platform/observation/__tests__/observation-engine-llm.test.js.map +0 -1
  2446. package/dist/platform/observation/__tests__/observation-engine-prompt.test.d.ts +0 -2
  2447. package/dist/platform/observation/__tests__/observation-engine-prompt.test.d.ts.map +0 -1
  2448. package/dist/platform/observation/__tests__/observation-engine-prompt.test.js +0 -211
  2449. package/dist/platform/observation/__tests__/observation-engine-prompt.test.js.map +0 -1
  2450. package/dist/platform/observation/__tests__/observation-engine.test.d.ts +0 -2
  2451. package/dist/platform/observation/__tests__/observation-engine.test.d.ts.map +0 -1
  2452. package/dist/platform/observation/__tests__/observation-engine.test.js +0 -806
  2453. package/dist/platform/observation/__tests__/observation-engine.test.js.map +0 -1
  2454. package/dist/platform/observation/__tests__/observation-llm-guard.test.d.ts +0 -2
  2455. package/dist/platform/observation/__tests__/observation-llm-guard.test.d.ts.map +0 -1
  2456. package/dist/platform/observation/__tests__/observation-llm-guard.test.js +0 -353
  2457. package/dist/platform/observation/__tests__/observation-llm-guard.test.js.map +0 -1
  2458. package/dist/platform/observation/__tests__/observation-llm.test.d.ts +0 -2
  2459. package/dist/platform/observation/__tests__/observation-llm.test.d.ts.map +0 -1
  2460. package/dist/platform/observation/__tests__/observation-llm.test.js +0 -29
  2461. package/dist/platform/observation/__tests__/observation-llm.test.js.map +0 -1
  2462. package/dist/platform/observation/__tests__/observation-score-clamp.test.d.ts +0 -2
  2463. package/dist/platform/observation/__tests__/observation-score-clamp.test.d.ts.map +0 -1
  2464. package/dist/platform/observation/__tests__/observation-score-clamp.test.js +0 -165
  2465. package/dist/platform/observation/__tests__/observation-score-clamp.test.js.map +0 -1
  2466. package/dist/platform/observation/__tests__/shell-datasource-auto.test.d.ts +0 -2
  2467. package/dist/platform/observation/__tests__/shell-datasource-auto.test.d.ts.map +0 -1
  2468. package/dist/platform/observation/__tests__/shell-datasource-auto.test.js +0 -217
  2469. package/dist/platform/observation/__tests__/shell-datasource-auto.test.js.map +0 -1
  2470. package/dist/platform/observation/__tests__/workspace-context.test.d.ts +0 -2
  2471. package/dist/platform/observation/__tests__/workspace-context.test.d.ts.map +0 -1
  2472. package/dist/platform/observation/__tests__/workspace-context.test.js +0 -291
  2473. package/dist/platform/observation/__tests__/workspace-context.test.js.map +0 -1
  2474. package/dist/platform/traits/__tests__/character-config.test.d.ts +0 -2
  2475. package/dist/platform/traits/__tests__/character-config.test.d.ts.map +0 -1
  2476. package/dist/platform/traits/__tests__/character-config.test.js +0 -300
  2477. package/dist/platform/traits/__tests__/character-config.test.js.map +0 -1
  2478. package/dist/platform/traits/__tests__/character-separation.test.d.ts +0 -10
  2479. package/dist/platform/traits/__tests__/character-separation.test.d.ts.map +0 -1
  2480. package/dist/platform/traits/__tests__/character-separation.test.js +0 -357
  2481. package/dist/platform/traits/__tests__/character-separation.test.js.map +0 -1
  2482. package/dist/platform/traits/__tests__/curiosity-engine-budget.test.d.ts +0 -2
  2483. package/dist/platform/traits/__tests__/curiosity-engine-budget.test.d.ts.map +0 -1
  2484. package/dist/platform/traits/__tests__/curiosity-engine-budget.test.js +0 -465
  2485. package/dist/platform/traits/__tests__/curiosity-engine-budget.test.js.map +0 -1
  2486. package/dist/platform/traits/__tests__/curiosity-engine-constructor.test.d.ts +0 -2
  2487. package/dist/platform/traits/__tests__/curiosity-engine-constructor.test.d.ts.map +0 -1
  2488. package/dist/platform/traits/__tests__/curiosity-engine-constructor.test.js +0 -592
  2489. package/dist/platform/traits/__tests__/curiosity-engine-constructor.test.js.map +0 -1
  2490. package/dist/platform/traits/__tests__/curiosity-engine-lifecycle.test.d.ts +0 -2
  2491. package/dist/platform/traits/__tests__/curiosity-engine-lifecycle.test.d.ts.map +0 -1
  2492. package/dist/platform/traits/__tests__/curiosity-engine-lifecycle.test.js +0 -399
  2493. package/dist/platform/traits/__tests__/curiosity-engine-lifecycle.test.js.map +0 -1
  2494. package/dist/platform/traits/__tests__/curiosity-engine-proposals.test.d.ts +0 -2
  2495. package/dist/platform/traits/__tests__/curiosity-engine-proposals.test.d.ts.map +0 -1
  2496. package/dist/platform/traits/__tests__/curiosity-engine-proposals.test.js +0 -438
  2497. package/dist/platform/traits/__tests__/curiosity-engine-proposals.test.js.map +0 -1
  2498. package/dist/platform/traits/__tests__/ethics-gate-core.test.d.ts +0 -2
  2499. package/dist/platform/traits/__tests__/ethics-gate-core.test.d.ts.map +0 -1
  2500. package/dist/platform/traits/__tests__/ethics-gate-core.test.js +0 -335
  2501. package/dist/platform/traits/__tests__/ethics-gate-core.test.js.map +0 -1
  2502. package/dist/platform/traits/__tests__/ethics-gate-layer1.test.d.ts +0 -2
  2503. package/dist/platform/traits/__tests__/ethics-gate-layer1.test.d.ts.map +0 -1
  2504. package/dist/platform/traits/__tests__/ethics-gate-layer1.test.js +0 -660
  2505. package/dist/platform/traits/__tests__/ethics-gate-layer1.test.js.map +0 -1
  2506. package/dist/platform/traits/__tests__/guardrail-integration.test.d.ts +0 -2
  2507. package/dist/platform/traits/__tests__/guardrail-integration.test.d.ts.map +0 -1
  2508. package/dist/platform/traits/__tests__/guardrail-integration.test.js +0 -230
  2509. package/dist/platform/traits/__tests__/guardrail-integration.test.js.map +0 -1
  2510. package/dist/platform/traits/__tests__/guardrail-runner.test.d.ts +0 -2
  2511. package/dist/platform/traits/__tests__/guardrail-runner.test.d.ts.map +0 -1
  2512. package/dist/platform/traits/__tests__/guardrail-runner.test.js +0 -295
  2513. package/dist/platform/traits/__tests__/guardrail-runner.test.js.map +0 -1
  2514. package/dist/platform/traits/__tests__/trust-manager.test.d.ts +0 -2
  2515. package/dist/platform/traits/__tests__/trust-manager.test.d.ts.map +0 -1
  2516. package/dist/platform/traits/__tests__/trust-manager.test.js +0 -437
  2517. package/dist/platform/traits/__tests__/trust-manager.test.js.map +0 -1
  2518. package/dist/platform/traits/__tests__/trust-rate-limit.test.d.ts +0 -2
  2519. package/dist/platform/traits/__tests__/trust-rate-limit.test.d.ts.map +0 -1
  2520. package/dist/platform/traits/__tests__/trust-rate-limit.test.js +0 -99
  2521. package/dist/platform/traits/__tests__/trust-rate-limit.test.js.map +0 -1
  2522. package/dist/prompt/__tests__/context-assembler.test.d.ts +0 -2
  2523. package/dist/prompt/__tests__/context-assembler.test.d.ts.map +0 -1
  2524. package/dist/prompt/__tests__/context-assembler.test.js +0 -383
  2525. package/dist/prompt/__tests__/context-assembler.test.js.map +0 -1
  2526. package/dist/prompt/__tests__/formatters.test.d.ts +0 -2
  2527. package/dist/prompt/__tests__/formatters.test.d.ts.map +0 -1
  2528. package/dist/prompt/__tests__/formatters.test.js +0 -236
  2529. package/dist/prompt/__tests__/formatters.test.js.map +0 -1
  2530. package/dist/prompt/__tests__/gateway-integration.test.d.ts +0 -7
  2531. package/dist/prompt/__tests__/gateway-integration.test.d.ts.map +0 -1
  2532. package/dist/prompt/__tests__/gateway-integration.test.js +0 -229
  2533. package/dist/prompt/__tests__/gateway-integration.test.js.map +0 -1
  2534. package/dist/prompt/__tests__/gateway.test.d.ts +0 -2
  2535. package/dist/prompt/__tests__/gateway.test.d.ts.map +0 -1
  2536. package/dist/prompt/__tests__/gateway.test.js +0 -179
  2537. package/dist/prompt/__tests__/gateway.test.js.map +0 -1
  2538. package/dist/prompt/__tests__/slot-definitions.test.d.ts +0 -2
  2539. package/dist/prompt/__tests__/slot-definitions.test.d.ts.map +0 -1
  2540. package/dist/prompt/__tests__/slot-definitions.test.js +0 -171
  2541. package/dist/prompt/__tests__/slot-definitions.test.js.map +0 -1
  2542. package/dist/reflection/__tests__/dream-consolidation.test.d.ts +0 -2
  2543. package/dist/reflection/__tests__/dream-consolidation.test.d.ts.map +0 -1
  2544. package/dist/reflection/__tests__/dream-consolidation.test.js +0 -127
  2545. package/dist/reflection/__tests__/dream-consolidation.test.js.map +0 -1
  2546. package/dist/reflection/__tests__/evening-catchup.test.d.ts +0 -2
  2547. package/dist/reflection/__tests__/evening-catchup.test.d.ts.map +0 -1
  2548. package/dist/reflection/__tests__/evening-catchup.test.js +0 -148
  2549. package/dist/reflection/__tests__/evening-catchup.test.js.map +0 -1
  2550. package/dist/reflection/__tests__/morning-planning.test.d.ts +0 -2
  2551. package/dist/reflection/__tests__/morning-planning.test.d.ts.map +0 -1
  2552. package/dist/reflection/__tests__/morning-planning.test.js +0 -150
  2553. package/dist/reflection/__tests__/morning-planning.test.js.map +0 -1
  2554. package/dist/reflection/__tests__/weekly-review.test.d.ts +0 -2
  2555. package/dist/reflection/__tests__/weekly-review.test.d.ts.map +0 -1
  2556. package/dist/reflection/__tests__/weekly-review.test.js +0 -175
  2557. package/dist/reflection/__tests__/weekly-review.test.js.map +0 -1
  2558. package/dist/reporting/__tests__/reporting-engine.test.d.ts +0 -2
  2559. package/dist/reporting/__tests__/reporting-engine.test.d.ts.map +0 -1
  2560. package/dist/reporting/__tests__/reporting-engine.test.js +0 -760
  2561. package/dist/reporting/__tests__/reporting-engine.test.js.map +0 -1
  2562. package/dist/reporting/report-formatters 2.d.ts +0 -12
  2563. package/dist/reporting/report-formatters 2.d.ts.map +0 -1
  2564. package/dist/reporting/report-formatters 2.js +0 -166
  2565. package/dist/reporting/report-formatters 2.js.map +0 -1
  2566. package/dist/runtime/__tests__/cron-scheduler.test.d.ts +0 -2
  2567. package/dist/runtime/__tests__/cron-scheduler.test.d.ts.map +0 -1
  2568. package/dist/runtime/__tests__/cron-scheduler.test.js +0 -284
  2569. package/dist/runtime/__tests__/cron-scheduler.test.js.map +0 -1
  2570. package/dist/runtime/__tests__/daemon-runner-shutdown.test.d.ts +0 -2
  2571. package/dist/runtime/__tests__/daemon-runner-shutdown.test.d.ts.map +0 -1
  2572. package/dist/runtime/__tests__/daemon-runner-shutdown.test.js +0 -419
  2573. package/dist/runtime/__tests__/daemon-runner-shutdown.test.js.map +0 -1
  2574. package/dist/runtime/__tests__/daemon-runner.test.d.ts +0 -2
  2575. package/dist/runtime/__tests__/daemon-runner.test.d.ts.map +0 -1
  2576. package/dist/runtime/__tests__/daemon-runner.test.js +0 -1194
  2577. package/dist/runtime/__tests__/daemon-runner.test.js.map +0 -1
  2578. package/dist/runtime/__tests__/event-file-watcher.test.d.ts +0 -12
  2579. package/dist/runtime/__tests__/event-file-watcher.test.d.ts.map +0 -1
  2580. package/dist/runtime/__tests__/event-file-watcher.test.js +0 -251
  2581. package/dist/runtime/__tests__/event-file-watcher.test.js.map +0 -1
  2582. package/dist/runtime/__tests__/event-server.test.d.ts +0 -2
  2583. package/dist/runtime/__tests__/event-server.test.d.ts.map +0 -1
  2584. package/dist/runtime/__tests__/event-server.test.js +0 -282
  2585. package/dist/runtime/__tests__/event-server.test.js.map +0 -1
  2586. package/dist/runtime/__tests__/hook-manager.test.d.ts +0 -2
  2587. package/dist/runtime/__tests__/hook-manager.test.d.ts.map +0 -1
  2588. package/dist/runtime/__tests__/hook-manager.test.js +0 -229
  2589. package/dist/runtime/__tests__/hook-manager.test.js.map +0 -1
  2590. package/dist/runtime/__tests__/logger.test.d.ts +0 -2
  2591. package/dist/runtime/__tests__/logger.test.d.ts.map +0 -1
  2592. package/dist/runtime/__tests__/logger.test.js +0 -416
  2593. package/dist/runtime/__tests__/logger.test.js.map +0 -1
  2594. package/dist/runtime/__tests__/notification-batcher.test.d.ts +0 -2
  2595. package/dist/runtime/__tests__/notification-batcher.test.d.ts.map +0 -1
  2596. package/dist/runtime/__tests__/notification-batcher.test.js +0 -210
  2597. package/dist/runtime/__tests__/notification-batcher.test.js.map +0 -1
  2598. package/dist/runtime/__tests__/notification-dispatcher-plugin.test.d.ts +0 -2
  2599. package/dist/runtime/__tests__/notification-dispatcher-plugin.test.d.ts.map +0 -1
  2600. package/dist/runtime/__tests__/notification-dispatcher-plugin.test.js +0 -125
  2601. package/dist/runtime/__tests__/notification-dispatcher-plugin.test.js.map +0 -1
  2602. package/dist/runtime/__tests__/notification-dispatcher.test.d.ts +0 -2
  2603. package/dist/runtime/__tests__/notification-dispatcher.test.d.ts.map +0 -1
  2604. package/dist/runtime/__tests__/notification-dispatcher.test.js +0 -816
  2605. package/dist/runtime/__tests__/notification-dispatcher.test.js.map +0 -1
  2606. package/dist/runtime/__tests__/notifier-registry.test.d.ts +0 -2
  2607. package/dist/runtime/__tests__/notifier-registry.test.d.ts.map +0 -1
  2608. package/dist/runtime/__tests__/notifier-registry.test.js +0 -129
  2609. package/dist/runtime/__tests__/notifier-registry.test.js.map +0 -1
  2610. package/dist/runtime/__tests__/pid-manager.test.d.ts +0 -2
  2611. package/dist/runtime/__tests__/pid-manager.test.d.ts.map +0 -1
  2612. package/dist/runtime/__tests__/pid-manager.test.js +0 -180
  2613. package/dist/runtime/__tests__/pid-manager.test.js.map +0 -1
  2614. package/dist/runtime/__tests__/plugin-loader.test.d.ts +0 -2
  2615. package/dist/runtime/__tests__/plugin-loader.test.d.ts.map +0 -1
  2616. package/dist/runtime/__tests__/plugin-loader.test.js +0 -387
  2617. package/dist/runtime/__tests__/plugin-loader.test.js.map +0 -1
  2618. package/dist/runtime/__tests__/trigger-api.test.d.ts +0 -2
  2619. package/dist/runtime/__tests__/trigger-api.test.d.ts.map +0 -1
  2620. package/dist/runtime/__tests__/trigger-api.test.js +0 -247
  2621. package/dist/runtime/__tests__/trigger-api.test.js.map +0 -1
  2622. package/dist/runtime/__tests__/trigger-mapper.test.d.ts +0 -2
  2623. package/dist/runtime/__tests__/trigger-mapper.test.d.ts.map +0 -1
  2624. package/dist/runtime/__tests__/trigger-mapper.test.js +0 -119
  2625. package/dist/runtime/__tests__/trigger-mapper.test.js.map +0 -1
  2626. package/dist/runtime/daemon-health 2.d.ts +0 -31
  2627. package/dist/runtime/daemon-health 2.d.ts.map +0 -1
  2628. package/dist/runtime/daemon-health 2.js +0 -113
  2629. package/dist/runtime/daemon-health 2.js.map +0 -1
  2630. package/dist/runtime/daemon-health.d.ts +0 -2
  2631. package/dist/runtime/daemon-health.d.ts.map +0 -1
  2632. package/dist/runtime/daemon-health.js +0 -2
  2633. package/dist/runtime/daemon-health.js.map +0 -1
  2634. package/dist/runtime/daemon-runner-lifecycle.d.ts +0 -2
  2635. package/dist/runtime/daemon-runner-lifecycle.d.ts.map +0 -1
  2636. package/dist/runtime/daemon-runner-lifecycle.js +0 -2
  2637. package/dist/runtime/daemon-runner-lifecycle.js.map +0 -1
  2638. package/dist/runtime/daemon-runtime-ownership.d.ts +0 -2
  2639. package/dist/runtime/daemon-runtime-ownership.d.ts.map +0 -1
  2640. package/dist/runtime/daemon-runtime-ownership.js +0 -2
  2641. package/dist/runtime/daemon-runtime-ownership.js.map +0 -1
  2642. package/dist/runtime/daemon-signals 2.d.ts +0 -17
  2643. package/dist/runtime/daemon-signals 2.d.ts.map +0 -1
  2644. package/dist/runtime/daemon-signals 2.js +0 -31
  2645. package/dist/runtime/daemon-signals 2.js.map +0 -1
  2646. package/dist/runtime/daemon-signals.d.ts +0 -2
  2647. package/dist/runtime/daemon-signals.d.ts.map +0 -1
  2648. package/dist/runtime/daemon-signals.js +0 -2
  2649. package/dist/runtime/daemon-signals.js.map +0 -1
  2650. package/dist/runtime/event-dispatcher.d.ts +0 -2
  2651. package/dist/runtime/event-dispatcher.d.ts.map +0 -1
  2652. package/dist/runtime/event-dispatcher.js +0 -2
  2653. package/dist/runtime/event-dispatcher.js.map +0 -1
  2654. package/dist/runtime/event-server-snapshot-reader.d.ts +0 -2
  2655. package/dist/runtime/event-server-snapshot-reader.d.ts.map +0 -1
  2656. package/dist/runtime/event-server-snapshot-reader.js +0 -2
  2657. package/dist/runtime/event-server-snapshot-reader.js.map +0 -1
  2658. package/dist/runtime/event-server-sse.d.ts +0 -2
  2659. package/dist/runtime/event-server-sse.d.ts.map +0 -1
  2660. package/dist/runtime/event-server-sse.js +0 -2
  2661. package/dist/runtime/event-server-sse.js.map +0 -1
  2662. package/dist/runtime/queue/command-bus.d.ts +0 -18
  2663. package/dist/runtime/queue/command-bus.d.ts.map +0 -1
  2664. package/dist/runtime/queue/command-bus.js +0 -64
  2665. package/dist/runtime/queue/command-bus.js.map +0 -1
  2666. package/dist/runtime/queue/event-bus.d.ts +0 -21
  2667. package/dist/runtime/queue/event-bus.d.ts.map +0 -1
  2668. package/dist/runtime/queue/event-bus.js +0 -104
  2669. package/dist/runtime/queue/event-bus.js.map +0 -1
  2670. package/dist/runtime/schedule-engine-layers.d.ts +0 -2
  2671. package/dist/runtime/schedule-engine-layers.d.ts.map +0 -1
  2672. package/dist/runtime/schedule-engine-layers.js +0 -2
  2673. package/dist/runtime/schedule-engine-layers.js.map +0 -1
  2674. package/dist/runtime/schedule-source.d.ts +0 -2
  2675. package/dist/runtime/schedule-source.d.ts.map +0 -1
  2676. package/dist/runtime/schedule-source.js +0 -2
  2677. package/dist/runtime/schedule-source.js.map +0 -1
  2678. package/dist/state/state-manager.d.ts +0 -106
  2679. package/dist/state/state-manager.d.ts.map +0 -1
  2680. package/dist/state/state-manager.js +0 -518
  2681. package/dist/state/state-manager.js.map +0 -1
  2682. package/dist/state/state-persistence 2.d.ts +0 -12
  2683. package/dist/state/state-persistence 2.d.ts.map +0 -1
  2684. package/dist/state/state-persistence 2.js +0 -58
  2685. package/dist/state/state-persistence 2.js.map +0 -1
  2686. package/dist/state/state-persistence.d.ts +0 -12
  2687. package/dist/state/state-persistence.d.ts.map +0 -1
  2688. package/dist/state/state-persistence.js +0 -58
  2689. package/dist/state/state-persistence.js.map +0 -1
  2690. package/dist/strategy/__tests__/cross-goal-portfolio-phase2.test.d.ts +0 -2
  2691. package/dist/strategy/__tests__/cross-goal-portfolio-phase2.test.d.ts.map +0 -1
  2692. package/dist/strategy/__tests__/cross-goal-portfolio-phase2.test.js +0 -472
  2693. package/dist/strategy/__tests__/cross-goal-portfolio-phase2.test.js.map +0 -1
  2694. package/dist/strategy/__tests__/cross-goal-portfolio.test.d.ts +0 -2
  2695. package/dist/strategy/__tests__/cross-goal-portfolio.test.d.ts.map +0 -1
  2696. package/dist/strategy/__tests__/cross-goal-portfolio.test.js +0 -636
  2697. package/dist/strategy/__tests__/cross-goal-portfolio.test.js.map +0 -1
  2698. package/dist/strategy/__tests__/portfolio-manager.test.d.ts +0 -2
  2699. package/dist/strategy/__tests__/portfolio-manager.test.d.ts.map +0 -1
  2700. package/dist/strategy/__tests__/portfolio-manager.test.js +0 -730
  2701. package/dist/strategy/__tests__/portfolio-manager.test.js.map +0 -1
  2702. package/dist/strategy/__tests__/strategy-auto-template.test.d.ts +0 -2
  2703. package/dist/strategy/__tests__/strategy-auto-template.test.d.ts.map +0 -1
  2704. package/dist/strategy/__tests__/strategy-auto-template.test.js +0 -164
  2705. package/dist/strategy/__tests__/strategy-auto-template.test.js.map +0 -1
  2706. package/dist/strategy/__tests__/strategy-helpers-unwrap.test.d.ts +0 -2
  2707. package/dist/strategy/__tests__/strategy-helpers-unwrap.test.d.ts.map +0 -1
  2708. package/dist/strategy/__tests__/strategy-helpers-unwrap.test.js +0 -53
  2709. package/dist/strategy/__tests__/strategy-helpers-unwrap.test.js.map +0 -1
  2710. package/dist/strategy/__tests__/strategy-manager-core.test.d.ts +0 -2
  2711. package/dist/strategy/__tests__/strategy-manager-core.test.d.ts.map +0 -1
  2712. package/dist/strategy/__tests__/strategy-manager-core.test.js +0 -342
  2713. package/dist/strategy/__tests__/strategy-manager-core.test.js.map +0 -1
  2714. package/dist/strategy/__tests__/strategy-manager-phase2.test.d.ts +0 -2
  2715. package/dist/strategy/__tests__/strategy-manager-phase2.test.d.ts.map +0 -1
  2716. package/dist/strategy/__tests__/strategy-manager-phase2.test.js +0 -602
  2717. package/dist/strategy/__tests__/strategy-manager-phase2.test.js.map +0 -1
  2718. package/dist/strategy/__tests__/strategy-manager-stall.test.d.ts +0 -2
  2719. package/dist/strategy/__tests__/strategy-manager-stall.test.d.ts.map +0 -1
  2720. package/dist/strategy/__tests__/strategy-manager-stall.test.js +0 -357
  2721. package/dist/strategy/__tests__/strategy-manager-stall.test.js.map +0 -1
  2722. package/dist/strategy/__tests__/strategy-template-embedding.test.d.ts +0 -2
  2723. package/dist/strategy/__tests__/strategy-template-embedding.test.d.ts.map +0 -1
  2724. package/dist/strategy/__tests__/strategy-template-embedding.test.js +0 -310
  2725. package/dist/strategy/__tests__/strategy-template-embedding.test.js.map +0 -1
  2726. package/dist/strategy/__tests__/strategy-template-registry.test.d.ts +0 -2
  2727. package/dist/strategy/__tests__/strategy-template-registry.test.d.ts.map +0 -1
  2728. package/dist/strategy/__tests__/strategy-template-registry.test.js +0 -402
  2729. package/dist/strategy/__tests__/strategy-template-registry.test.js.map +0 -1
  2730. package/dist/strategy/cross-goal-portfolio.d.ts +0 -115
  2731. package/dist/strategy/cross-goal-portfolio.d.ts.map +0 -1
  2732. package/dist/strategy/cross-goal-portfolio.js +0 -389
  2733. package/dist/strategy/cross-goal-portfolio.js.map +0 -1
  2734. package/dist/strategy/portfolio-allocation.d.ts +0 -69
  2735. package/dist/strategy/portfolio-allocation.d.ts.map +0 -1
  2736. package/dist/strategy/portfolio-allocation.js +0 -264
  2737. package/dist/strategy/portfolio-allocation.js.map +0 -1
  2738. package/dist/strategy/portfolio-manager.d.ts +0 -147
  2739. package/dist/strategy/portfolio-manager.d.ts.map +0 -1
  2740. package/dist/strategy/portfolio-manager.js +0 -340
  2741. package/dist/strategy/portfolio-manager.js.map +0 -1
  2742. package/dist/strategy/portfolio-momentum.d.ts +0 -11
  2743. package/dist/strategy/portfolio-momentum.d.ts.map +0 -1
  2744. package/dist/strategy/portfolio-momentum.js +0 -64
  2745. package/dist/strategy/portfolio-momentum.js.map +0 -1
  2746. package/dist/strategy/portfolio-rebalance.d.ts +0 -75
  2747. package/dist/strategy/portfolio-rebalance.d.ts.map +0 -1
  2748. package/dist/strategy/portfolio-rebalance.js +0 -254
  2749. package/dist/strategy/portfolio-rebalance.js.map +0 -1
  2750. package/dist/strategy/portfolio-scheduling.d.ts +0 -25
  2751. package/dist/strategy/portfolio-scheduling.d.ts.map +0 -1
  2752. package/dist/strategy/portfolio-scheduling.js +0 -133
  2753. package/dist/strategy/portfolio-scheduling.js.map +0 -1
  2754. package/dist/strategy/strategy-helpers.d.ts +0 -115
  2755. package/dist/strategy/strategy-helpers.d.ts.map +0 -1
  2756. package/dist/strategy/strategy-helpers.js +0 -175
  2757. package/dist/strategy/strategy-helpers.js.map +0 -1
  2758. package/dist/strategy/strategy-manager-base.d.ts +0 -103
  2759. package/dist/strategy/strategy-manager-base.d.ts.map +0 -1
  2760. package/dist/strategy/strategy-manager-base.js +0 -394
  2761. package/dist/strategy/strategy-manager-base.js.map +0 -1
  2762. package/dist/strategy/strategy-manager.d.ts +0 -65
  2763. package/dist/strategy/strategy-manager.d.ts.map +0 -1
  2764. package/dist/strategy/strategy-manager.js +0 -226
  2765. package/dist/strategy/strategy-manager.js.map +0 -1
  2766. package/dist/strategy/strategy-template-registry.d.ts +0 -84
  2767. package/dist/strategy/strategy-template-registry.d.ts.map +0 -1
  2768. package/dist/strategy/strategy-template-registry.js +0 -350
  2769. package/dist/strategy/strategy-template-registry.js.map +0 -1
  2770. package/dist/strategy/types/cross-portfolio.d.ts +0 -378
  2771. package/dist/strategy/types/cross-portfolio.d.ts.map +0 -1
  2772. package/dist/strategy/types/cross-portfolio.js +0 -155
  2773. package/dist/strategy/types/cross-portfolio.js.map +0 -1
  2774. package/dist/strategy/types/portfolio.d.ts +0 -146
  2775. package/dist/strategy/types/portfolio.d.ts.map +0 -1
  2776. package/dist/strategy/types/portfolio.js +0 -55
  2777. package/dist/strategy/types/portfolio.js.map +0 -1
  2778. package/dist/strategy/types/strategy.d.ts +0 -563
  2779. package/dist/strategy/types/strategy.d.ts.map +0 -1
  2780. package/dist/strategy/types/strategy.js +0 -58
  2781. package/dist/strategy/types/strategy.js.map +0 -1
  2782. package/dist/tools/builtin/env.d.ts +0 -35
  2783. package/dist/tools/builtin/env.d.ts.map +0 -1
  2784. package/dist/tools/builtin/env.js +0 -125
  2785. package/dist/tools/builtin/env.js.map +0 -1
  2786. package/dist/tools/builtin/file-edit.d.ts +0 -48
  2787. package/dist/tools/builtin/file-edit.d.ts.map +0 -1
  2788. package/dist/tools/builtin/file-edit.js +0 -124
  2789. package/dist/tools/builtin/file-edit.js.map +0 -1
  2790. package/dist/tools/builtin/file-validation.d.ts +0 -6
  2791. package/dist/tools/builtin/file-validation.d.ts.map +0 -1
  2792. package/dist/tools/builtin/file-validation.js +0 -17
  2793. package/dist/tools/builtin/file-validation.js.map +0 -1
  2794. package/dist/tools/builtin/file-write.d.ts +0 -41
  2795. package/dist/tools/builtin/file-write.d.ts.map +0 -1
  2796. package/dist/tools/builtin/file-write.js +0 -83
  2797. package/dist/tools/builtin/file-write.js.map +0 -1
  2798. package/dist/tools/builtin/git-diff.d.ts +0 -43
  2799. package/dist/tools/builtin/git-diff.d.ts.map +0 -1
  2800. package/dist/tools/builtin/git-diff.js +0 -0
  2801. package/dist/tools/builtin/git-diff.js.map +0 -1
  2802. package/dist/tools/builtin/git-log 2.d.ts +0 -61
  2803. package/dist/tools/builtin/git-log 2.d.ts.map +0 -1
  2804. package/dist/tools/builtin/git-log 2.js +0 -109
  2805. package/dist/tools/builtin/git-log 2.js.map +0 -1
  2806. package/dist/tools/builtin/git-log.d.ts +0 -61
  2807. package/dist/tools/builtin/git-log.d.ts.map +0 -1
  2808. package/dist/tools/builtin/git-log.js +0 -109
  2809. package/dist/tools/builtin/git-log.js.map +0 -1
  2810. package/dist/tools/builtin/glob.d.ts +0 -37
  2811. package/dist/tools/builtin/glob.d.ts.map +0 -1
  2812. package/dist/tools/builtin/glob.js +0 -57
  2813. package/dist/tools/builtin/glob.js.map +0 -1
  2814. package/dist/tools/builtin/goal-state 2.d.ts +0 -36
  2815. package/dist/tools/builtin/goal-state 2.d.ts.map +0 -1
  2816. package/dist/tools/builtin/goal-state 2.js +0 -126
  2817. package/dist/tools/builtin/goal-state 2.js.map +0 -1
  2818. package/dist/tools/builtin/goal-state.d.ts +0 -36
  2819. package/dist/tools/builtin/goal-state.d.ts.map +0 -1
  2820. package/dist/tools/builtin/goal-state.js +0 -126
  2821. package/dist/tools/builtin/goal-state.js.map +0 -1
  2822. package/dist/tools/builtin/grep.d.ts +0 -61
  2823. package/dist/tools/builtin/grep.d.ts.map +0 -1
  2824. package/dist/tools/builtin/grep.js +0 -80
  2825. package/dist/tools/builtin/grep.js.map +0 -1
  2826. package/dist/tools/builtin/http-fetch.d.ts +0 -55
  2827. package/dist/tools/builtin/http-fetch.d.ts.map +0 -1
  2828. package/dist/tools/builtin/http-fetch.js +0 -54
  2829. package/dist/tools/builtin/http-fetch.js.map +0 -1
  2830. package/dist/tools/builtin/json-query.d.ts +0 -32
  2831. package/dist/tools/builtin/json-query.d.ts.map +0 -1
  2832. package/dist/tools/builtin/json-query.js +0 -54
  2833. package/dist/tools/builtin/json-query.js.map +0 -1
  2834. package/dist/tools/builtin/knowledge-query 2.d.ts +0 -61
  2835. package/dist/tools/builtin/knowledge-query 2.d.ts.map +0 -1
  2836. package/dist/tools/builtin/knowledge-query 2.js +0 -116
  2837. package/dist/tools/builtin/knowledge-query 2.js.map +0 -1
  2838. package/dist/tools/builtin/knowledge-query.d.ts +0 -61
  2839. package/dist/tools/builtin/knowledge-query.d.ts.map +0 -1
  2840. package/dist/tools/builtin/knowledge-query.js +0 -116
  2841. package/dist/tools/builtin/knowledge-query.js.map +0 -1
  2842. package/dist/tools/builtin/list-dir 2.d.ts +0 -48
  2843. package/dist/tools/builtin/list-dir 2.d.ts.map +0 -1
  2844. package/dist/tools/builtin/list-dir 2.js +0 -89
  2845. package/dist/tools/builtin/list-dir 2.js.map +0 -1
  2846. package/dist/tools/builtin/list-dir.d.ts +0 -48
  2847. package/dist/tools/builtin/list-dir.d.ts.map +0 -1
  2848. package/dist/tools/builtin/list-dir.js +0 -89
  2849. package/dist/tools/builtin/list-dir.js.map +0 -1
  2850. package/dist/tools/builtin/process-status 2.d.ts +0 -61
  2851. package/dist/tools/builtin/process-status 2.d.ts.map +0 -1
  2852. package/dist/tools/builtin/process-status 2.js +0 -145
  2853. package/dist/tools/builtin/process-status 2.js.map +0 -1
  2854. package/dist/tools/builtin/process-status.d.ts +0 -61
  2855. package/dist/tools/builtin/process-status.d.ts.map +0 -1
  2856. package/dist/tools/builtin/process-status.js +0 -145
  2857. package/dist/tools/builtin/process-status.js.map +0 -1
  2858. package/dist/tools/builtin/progress-history 2.d.ts +0 -57
  2859. package/dist/tools/builtin/progress-history 2.d.ts.map +0 -1
  2860. package/dist/tools/builtin/progress-history 2.js +0 -141
  2861. package/dist/tools/builtin/progress-history 2.js.map +0 -1
  2862. package/dist/tools/builtin/progress-history.d.ts +0 -57
  2863. package/dist/tools/builtin/progress-history.d.ts.map +0 -1
  2864. package/dist/tools/builtin/progress-history.js +0 -141
  2865. package/dist/tools/builtin/progress-history.js.map +0 -1
  2866. package/dist/tools/builtin/read.d.ts +0 -37
  2867. package/dist/tools/builtin/read.d.ts.map +0 -1
  2868. package/dist/tools/builtin/read.js +0 -68
  2869. package/dist/tools/builtin/read.js.map +0 -1
  2870. package/dist/tools/builtin/session-history 2.d.ts +0 -42
  2871. package/dist/tools/builtin/session-history 2.d.ts.map +0 -1
  2872. package/dist/tools/builtin/session-history 2.js +0 -116
  2873. package/dist/tools/builtin/session-history 2.js.map +0 -1
  2874. package/dist/tools/builtin/session-history.d.ts +0 -42
  2875. package/dist/tools/builtin/session-history.d.ts.map +0 -1
  2876. package/dist/tools/builtin/session-history.js +0 -116
  2877. package/dist/tools/builtin/session-history.js.map +0 -1
  2878. package/dist/tools/builtin/shared/parse-tool-output.d.ts +0 -18
  2879. package/dist/tools/builtin/shared/parse-tool-output.d.ts.map +0 -1
  2880. package/dist/tools/builtin/shared/parse-tool-output.js +0 -53
  2881. package/dist/tools/builtin/shared/parse-tool-output.js.map +0 -1
  2882. package/dist/tools/builtin/shared/parse-tool-output.test.d.ts +0 -2
  2883. package/dist/tools/builtin/shared/parse-tool-output.test.d.ts.map +0 -1
  2884. package/dist/tools/builtin/shared/parse-tool-output.test.js +0 -68
  2885. package/dist/tools/builtin/shared/parse-tool-output.test.js.map +0 -1
  2886. package/dist/tools/builtin/shell.d.ts +0 -48
  2887. package/dist/tools/builtin/shell.d.ts.map +0 -1
  2888. package/dist/tools/builtin/shell.js +0 -93
  2889. package/dist/tools/builtin/shell.js.map +0 -1
  2890. package/dist/tools/builtin/sleep.d.ts +0 -35
  2891. package/dist/tools/builtin/sleep.d.ts.map +0 -1
  2892. package/dist/tools/builtin/sleep.js +0 -48
  2893. package/dist/tools/builtin/sleep.js.map +0 -1
  2894. package/dist/tools/builtin/test-runner 2.d.ts +0 -53
  2895. package/dist/tools/builtin/test-runner 2.d.ts.map +0 -1
  2896. package/dist/tools/builtin/test-runner 2.js +0 -181
  2897. package/dist/tools/builtin/test-runner 2.js.map +0 -1
  2898. package/dist/tools/builtin/test-runner.d.ts +0 -53
  2899. package/dist/tools/builtin/test-runner.d.ts.map +0 -1
  2900. package/dist/tools/builtin/test-runner.js +0 -181
  2901. package/dist/tools/builtin/test-runner.js.map +0 -1
  2902. package/dist/tools/builtin/tool-search 2.d.ts +0 -43
  2903. package/dist/tools/builtin/tool-search 2.d.ts.map +0 -1
  2904. package/dist/tools/builtin/tool-search 2.js +0 -44
  2905. package/dist/tools/builtin/tool-search 2.js.map +0 -1
  2906. package/dist/tools/builtin/tool-search.d.ts +0 -43
  2907. package/dist/tools/builtin/tool-search.d.ts.map +0 -1
  2908. package/dist/tools/builtin/tool-search.js +0 -44
  2909. package/dist/tools/builtin/tool-search.js.map +0 -1
  2910. package/dist/tools/builtin/trust-state 2.d.ts +0 -30
  2911. package/dist/tools/builtin/trust-state 2.d.ts.map +0 -1
  2912. package/dist/tools/builtin/trust-state 2.js +0 -90
  2913. package/dist/tools/builtin/trust-state 2.js.map +0 -1
  2914. package/dist/tools/builtin/trust-state.d.ts +0 -30
  2915. package/dist/tools/builtin/trust-state.d.ts.map +0 -1
  2916. package/dist/tools/builtin/trust-state.js +0 -90
  2917. package/dist/tools/builtin/trust-state.js.map +0 -1
  2918. package/dist/tools/builtin/web-search.d.ts +0 -49
  2919. package/dist/tools/builtin/web-search.d.ts.map +0 -1
  2920. package/dist/tools/builtin/web-search.js +0 -96
  2921. package/dist/tools/builtin/web-search.js.map +0 -1
  2922. package/dist/tools/concurrency 2.d.ts +0 -20
  2923. package/dist/tools/concurrency 2.d.ts.map +0 -1
  2924. package/dist/tools/concurrency 2.js +0 -58
  2925. package/dist/tools/concurrency 2.js.map +0 -1
  2926. package/dist/tools/executor 2.d.ts +0 -34
  2927. package/dist/tools/executor 2.d.ts.map +0 -1
  2928. package/dist/tools/executor 2.js +0 -156
  2929. package/dist/tools/executor 2.js.map +0 -1
  2930. package/dist/tools/filesystem/file-edit.d.ts +0 -48
  2931. package/dist/tools/filesystem/file-edit.d.ts.map +0 -1
  2932. package/dist/tools/filesystem/file-edit.js +0 -124
  2933. package/dist/tools/filesystem/file-edit.js.map +0 -1
  2934. package/dist/tools/filesystem/file-validation.d.ts +0 -6
  2935. package/dist/tools/filesystem/file-validation.d.ts.map +0 -1
  2936. package/dist/tools/filesystem/file-validation.js +0 -17
  2937. package/dist/tools/filesystem/file-validation.js.map +0 -1
  2938. package/dist/tools/filesystem/file-write.d.ts +0 -41
  2939. package/dist/tools/filesystem/file-write.d.ts.map +0 -1
  2940. package/dist/tools/filesystem/file-write.js +0 -83
  2941. package/dist/tools/filesystem/file-write.js.map +0 -1
  2942. package/dist/tools/filesystem/glob.d.ts +0 -37
  2943. package/dist/tools/filesystem/glob.d.ts.map +0 -1
  2944. package/dist/tools/filesystem/glob.js +0 -57
  2945. package/dist/tools/filesystem/glob.js.map +0 -1
  2946. package/dist/tools/filesystem/grep.d.ts +0 -61
  2947. package/dist/tools/filesystem/grep.d.ts.map +0 -1
  2948. package/dist/tools/filesystem/grep.js +0 -80
  2949. package/dist/tools/filesystem/grep.js.map +0 -1
  2950. package/dist/tools/filesystem/json-query.d.ts +0 -32
  2951. package/dist/tools/filesystem/json-query.d.ts.map +0 -1
  2952. package/dist/tools/filesystem/json-query.js +0 -54
  2953. package/dist/tools/filesystem/json-query.js.map +0 -1
  2954. package/dist/tools/filesystem/list-dir.d.ts +0 -48
  2955. package/dist/tools/filesystem/list-dir.d.ts.map +0 -1
  2956. package/dist/tools/filesystem/list-dir.js +0 -89
  2957. package/dist/tools/filesystem/list-dir.js.map +0 -1
  2958. package/dist/tools/filesystem/read.d.ts +0 -37
  2959. package/dist/tools/filesystem/read.d.ts.map +0 -1
  2960. package/dist/tools/filesystem/read.js +0 -68
  2961. package/dist/tools/filesystem/read.js.map +0 -1
  2962. package/dist/tools/git/git-diff.d.ts +0 -43
  2963. package/dist/tools/git/git-diff.d.ts.map +0 -1
  2964. package/dist/tools/git/git-diff.js +0 -131
  2965. package/dist/tools/git/git-diff.js.map +0 -1
  2966. package/dist/tools/git/git-log.d.ts +0 -61
  2967. package/dist/tools/git/git-log.d.ts.map +0 -1
  2968. package/dist/tools/git/git-log.js +0 -109
  2969. package/dist/tools/git/git-log.js.map +0 -1
  2970. package/dist/tools/index 2.d.ts +0 -10
  2971. package/dist/tools/index 2.d.ts.map +0 -1
  2972. package/dist/tools/index 2.js +0 -7
  2973. package/dist/tools/index 2.js.map +0 -1
  2974. package/dist/tools/meta/tool-search.d.ts +0 -43
  2975. package/dist/tools/meta/tool-search.d.ts.map +0 -1
  2976. package/dist/tools/meta/tool-search.js +0 -44
  2977. package/dist/tools/meta/tool-search.js.map +0 -1
  2978. package/dist/tools/network/http-fetch.d.ts +0 -55
  2979. package/dist/tools/network/http-fetch.d.ts.map +0 -1
  2980. package/dist/tools/network/http-fetch.js +0 -54
  2981. package/dist/tools/network/http-fetch.js.map +0 -1
  2982. package/dist/tools/network/web-search.d.ts +0 -49
  2983. package/dist/tools/network/web-search.d.ts.map +0 -1
  2984. package/dist/tools/network/web-search.js +0 -96
  2985. package/dist/tools/network/web-search.js.map +0 -1
  2986. package/dist/tools/permission 2.d.ts +0 -42
  2987. package/dist/tools/permission 2.d.ts.map +0 -1
  2988. package/dist/tools/permission 2.js +0 -101
  2989. package/dist/tools/permission 2.js.map +0 -1
  2990. package/dist/tools/registry 2.d.ts +0 -38
  2991. package/dist/tools/registry 2.d.ts.map +0 -1
  2992. package/dist/tools/registry 2.js +0 -114
  2993. package/dist/tools/registry 2.js.map +0 -1
  2994. package/dist/tools/state/architecture-tool.d.ts +0 -25
  2995. package/dist/tools/state/architecture-tool.d.ts.map +0 -1
  2996. package/dist/tools/state/architecture-tool.js +0 -98
  2997. package/dist/tools/state/architecture-tool.js.map +0 -1
  2998. package/dist/tools/state/archive-goal-tool.d.ts +0 -34
  2999. package/dist/tools/state/archive-goal-tool.d.ts.map +0 -1
  3000. package/dist/tools/state/archive-goal-tool.js +0 -85
  3001. package/dist/tools/state/archive-goal-tool.js.map +0 -1
  3002. package/dist/tools/state/config-tool.d.ts +0 -25
  3003. package/dist/tools/state/config-tool.d.ts.map +0 -1
  3004. package/dist/tools/state/config-tool.js +0 -87
  3005. package/dist/tools/state/config-tool.js.map +0 -1
  3006. package/dist/tools/state/delete-goal-tool.d.ts +0 -28
  3007. package/dist/tools/state/delete-goal-tool.d.ts.map +0 -1
  3008. package/dist/tools/state/delete-goal-tool.js +0 -87
  3009. package/dist/tools/state/delete-goal-tool.js.map +0 -1
  3010. package/dist/tools/state/goal-state.d.ts +0 -36
  3011. package/dist/tools/state/goal-state.d.ts.map +0 -1
  3012. package/dist/tools/state/goal-state.js +0 -126
  3013. package/dist/tools/state/goal-state.js.map +0 -1
  3014. package/dist/tools/state/knowledge-query.d.ts +0 -61
  3015. package/dist/tools/state/knowledge-query.d.ts.map +0 -1
  3016. package/dist/tools/state/knowledge-query.js +0 -116
  3017. package/dist/tools/state/knowledge-query.js.map +0 -1
  3018. package/dist/tools/state/plugin-state-tool.d.ts +0 -28
  3019. package/dist/tools/state/plugin-state-tool.d.ts.map +0 -1
  3020. package/dist/tools/state/plugin-state-tool.js +0 -78
  3021. package/dist/tools/state/plugin-state-tool.js.map +0 -1
  3022. package/dist/tools/state/progress-history.d.ts +0 -57
  3023. package/dist/tools/state/progress-history.d.ts.map +0 -1
  3024. package/dist/tools/state/progress-history.js +0 -141
  3025. package/dist/tools/state/progress-history.js.map +0 -1
  3026. package/dist/tools/state/reset-trust-tool.d.ts +0 -40
  3027. package/dist/tools/state/reset-trust-tool.d.ts.map +0 -1
  3028. package/dist/tools/state/reset-trust-tool.js +0 -82
  3029. package/dist/tools/state/reset-trust-tool.js.map +0 -1
  3030. package/dist/tools/state/session-history.d.ts +0 -42
  3031. package/dist/tools/state/session-history.d.ts.map +0 -1
  3032. package/dist/tools/state/session-history.js +0 -116
  3033. package/dist/tools/state/session-history.js.map +0 -1
  3034. package/dist/tools/state/set-goal-tool.d.ts +0 -28
  3035. package/dist/tools/state/set-goal-tool.d.ts.map +0 -1
  3036. package/dist/tools/state/set-goal-tool.js +0 -82
  3037. package/dist/tools/state/set-goal-tool.js.map +0 -1
  3038. package/dist/tools/state/toggle-plugin-tool.d.ts +0 -31
  3039. package/dist/tools/state/toggle-plugin-tool.d.ts.map +0 -1
  3040. package/dist/tools/state/toggle-plugin-tool.js +0 -53
  3041. package/dist/tools/state/toggle-plugin-tool.js.map +0 -1
  3042. package/dist/tools/state/trust-state.d.ts +0 -30
  3043. package/dist/tools/state/trust-state.d.ts.map +0 -1
  3044. package/dist/tools/state/trust-state.js +0 -90
  3045. package/dist/tools/state/trust-state.js.map +0 -1
  3046. package/dist/tools/state/update-config-tool.d.ts +0 -31
  3047. package/dist/tools/state/update-config-tool.d.ts.map +0 -1
  3048. package/dist/tools/state/update-config-tool.js +0 -67
  3049. package/dist/tools/state/update-config-tool.js.map +0 -1
  3050. package/dist/tools/state/update-goal-tool.d.ts +0 -40
  3051. package/dist/tools/state/update-goal-tool.d.ts.map +0 -1
  3052. package/dist/tools/state/update-goal-tool.js +0 -71
  3053. package/dist/tools/state/update-goal-tool.js.map +0 -1
  3054. package/dist/tools/system/env.d.ts +0 -35
  3055. package/dist/tools/system/env.d.ts.map +0 -1
  3056. package/dist/tools/system/env.js +0 -125
  3057. package/dist/tools/system/env.js.map +0 -1
  3058. package/dist/tools/system/process-status.d.ts +0 -61
  3059. package/dist/tools/system/process-status.d.ts.map +0 -1
  3060. package/dist/tools/system/process-status.js +0 -145
  3061. package/dist/tools/system/process-status.js.map +0 -1
  3062. package/dist/tools/system/shell.d.ts +0 -48
  3063. package/dist/tools/system/shell.d.ts.map +0 -1
  3064. package/dist/tools/system/shell.js +0 -106
  3065. package/dist/tools/system/shell.js.map +0 -1
  3066. package/dist/tools/system/sleep.d.ts +0 -35
  3067. package/dist/tools/system/sleep.d.ts.map +0 -1
  3068. package/dist/tools/system/sleep.js +0 -48
  3069. package/dist/tools/system/sleep.js.map +0 -1
  3070. package/dist/tools/types 2.d.ts +0 -188
  3071. package/dist/tools/types 2.d.ts.map +0 -1
  3072. package/dist/tools/types 2.js +0 -66
  3073. package/dist/tools/types 2.js.map +0 -1
  3074. package/dist/traits/__tests__/character-config.test.d.ts +0 -2
  3075. package/dist/traits/__tests__/character-config.test.d.ts.map +0 -1
  3076. package/dist/traits/__tests__/character-config.test.js +0 -300
  3077. package/dist/traits/__tests__/character-config.test.js.map +0 -1
  3078. package/dist/traits/__tests__/character-separation.test.d.ts +0 -10
  3079. package/dist/traits/__tests__/character-separation.test.d.ts.map +0 -1
  3080. package/dist/traits/__tests__/character-separation.test.js +0 -357
  3081. package/dist/traits/__tests__/character-separation.test.js.map +0 -1
  3082. package/dist/traits/__tests__/curiosity-engine-budget.test.d.ts +0 -2
  3083. package/dist/traits/__tests__/curiosity-engine-budget.test.d.ts.map +0 -1
  3084. package/dist/traits/__tests__/curiosity-engine-budget.test.js +0 -465
  3085. package/dist/traits/__tests__/curiosity-engine-budget.test.js.map +0 -1
  3086. package/dist/traits/__tests__/curiosity-engine-constructor.test.d.ts +0 -2
  3087. package/dist/traits/__tests__/curiosity-engine-constructor.test.d.ts.map +0 -1
  3088. package/dist/traits/__tests__/curiosity-engine-constructor.test.js +0 -592
  3089. package/dist/traits/__tests__/curiosity-engine-constructor.test.js.map +0 -1
  3090. package/dist/traits/__tests__/curiosity-engine-lifecycle.test.d.ts +0 -2
  3091. package/dist/traits/__tests__/curiosity-engine-lifecycle.test.d.ts.map +0 -1
  3092. package/dist/traits/__tests__/curiosity-engine-lifecycle.test.js +0 -399
  3093. package/dist/traits/__tests__/curiosity-engine-lifecycle.test.js.map +0 -1
  3094. package/dist/traits/__tests__/curiosity-engine-proposals.test.d.ts +0 -2
  3095. package/dist/traits/__tests__/curiosity-engine-proposals.test.d.ts.map +0 -1
  3096. package/dist/traits/__tests__/curiosity-engine-proposals.test.js +0 -438
  3097. package/dist/traits/__tests__/curiosity-engine-proposals.test.js.map +0 -1
  3098. package/dist/traits/__tests__/ethics-gate-core.test.d.ts +0 -2
  3099. package/dist/traits/__tests__/ethics-gate-core.test.d.ts.map +0 -1
  3100. package/dist/traits/__tests__/ethics-gate-core.test.js +0 -335
  3101. package/dist/traits/__tests__/ethics-gate-core.test.js.map +0 -1
  3102. package/dist/traits/__tests__/ethics-gate-layer1.test.d.ts +0 -2
  3103. package/dist/traits/__tests__/ethics-gate-layer1.test.d.ts.map +0 -1
  3104. package/dist/traits/__tests__/ethics-gate-layer1.test.js +0 -660
  3105. package/dist/traits/__tests__/ethics-gate-layer1.test.js.map +0 -1
  3106. package/dist/traits/__tests__/guardrail-integration.test.d.ts +0 -2
  3107. package/dist/traits/__tests__/guardrail-integration.test.d.ts.map +0 -1
  3108. package/dist/traits/__tests__/guardrail-integration.test.js +0 -230
  3109. package/dist/traits/__tests__/guardrail-integration.test.js.map +0 -1
  3110. package/dist/traits/__tests__/guardrail-runner.test.d.ts +0 -2
  3111. package/dist/traits/__tests__/guardrail-runner.test.d.ts.map +0 -1
  3112. package/dist/traits/__tests__/guardrail-runner.test.js +0 -295
  3113. package/dist/traits/__tests__/guardrail-runner.test.js.map +0 -1
  3114. package/dist/traits/__tests__/trust-manager.test.d.ts +0 -2
  3115. package/dist/traits/__tests__/trust-manager.test.d.ts.map +0 -1
  3116. package/dist/traits/__tests__/trust-manager.test.js +0 -437
  3117. package/dist/traits/__tests__/trust-manager.test.js.map +0 -1
  3118. package/dist/traits/__tests__/trust-rate-limit.test.d.ts +0 -2
  3119. package/dist/traits/__tests__/trust-rate-limit.test.d.ts.map +0 -1
  3120. package/dist/traits/__tests__/trust-rate-limit.test.js +0 -99
  3121. package/dist/traits/__tests__/trust-rate-limit.test.js.map +0 -1
  3122. package/dist/traits/character-config.d.ts +0 -34
  3123. package/dist/traits/character-config.d.ts.map +0 -1
  3124. package/dist/traits/character-config.js +0 -53
  3125. package/dist/traits/character-config.js.map +0 -1
  3126. package/dist/traits/curiosity-engine.d.ts +0 -177
  3127. package/dist/traits/curiosity-engine.d.ts.map +0 -1
  3128. package/dist/traits/curiosity-engine.js +0 -523
  3129. package/dist/traits/curiosity-engine.js.map +0 -1
  3130. package/dist/traits/curiosity-proposals.d.ts +0 -38
  3131. package/dist/traits/curiosity-proposals.d.ts.map +0 -1
  3132. package/dist/traits/curiosity-proposals.js +0 -259
  3133. package/dist/traits/curiosity-proposals.js.map +0 -1
  3134. package/dist/traits/curiosity-transfer.d.ts +0 -27
  3135. package/dist/traits/curiosity-transfer.d.ts.map +0 -1
  3136. package/dist/traits/curiosity-transfer.js +0 -50
  3137. package/dist/traits/curiosity-transfer.js.map +0 -1
  3138. package/dist/traits/ethics-gate.d.ts +0 -77
  3139. package/dist/traits/ethics-gate.d.ts.map +0 -1
  3140. package/dist/traits/ethics-gate.js +0 -245
  3141. package/dist/traits/ethics-gate.js.map +0 -1
  3142. package/dist/traits/ethics-rules.d.ts +0 -10
  3143. package/dist/traits/ethics-rules.d.ts.map +0 -1
  3144. package/dist/traits/ethics-rules.js +0 -332
  3145. package/dist/traits/ethics-rules.js.map +0 -1
  3146. package/dist/traits/guardrail-runner.d.ts +0 -29
  3147. package/dist/traits/guardrail-runner.d.ts.map +0 -1
  3148. package/dist/traits/guardrail-runner.js +0 -81
  3149. package/dist/traits/guardrail-runner.js.map +0 -1
  3150. package/dist/traits/trust-manager.d.ts +0 -90
  3151. package/dist/traits/trust-manager.d.ts.map +0 -1
  3152. package/dist/traits/trust-manager.js +0 -276
  3153. package/dist/traits/trust-manager.js.map +0 -1
  3154. package/dist/traits/types/character.d.ts +0 -20
  3155. package/dist/traits/types/character.d.ts.map +0 -1
  3156. package/dist/traits/types/character.js +0 -10
  3157. package/dist/traits/types/character.js.map +0 -1
  3158. package/dist/traits/types/curiosity.d.ts +0 -443
  3159. package/dist/traits/types/curiosity.d.ts.map +0 -1
  3160. package/dist/traits/types/curiosity.js +0 -86
  3161. package/dist/traits/types/curiosity.js.map +0 -1
  3162. package/dist/traits/types/ethics.d.ts +0 -169
  3163. package/dist/traits/types/ethics.d.ts.map +0 -1
  3164. package/dist/traits/types/ethics.js +0 -47
  3165. package/dist/traits/types/ethics.js.map +0 -1
  3166. package/dist/traits/types/guardrail.d.ts +0 -104
  3167. package/dist/traits/types/guardrail.d.ts.map +0 -1
  3168. package/dist/traits/types/guardrail.js +0 -34
  3169. package/dist/traits/types/guardrail.js.map +0 -1
  3170. package/dist/traits/types/trust.d.ts +0 -126
  3171. package/dist/traits/types/trust.d.ts.map +0 -1
  3172. package/dist/traits/types/trust.js +0 -38
  3173. package/dist/traits/types/trust.js.map +0 -1
  3174. package/dist/tui/__tests__/actions.test.d.ts +0 -2
  3175. package/dist/tui/__tests__/actions.test.d.ts.map +0 -1
  3176. package/dist/tui/__tests__/actions.test.js +0 -300
  3177. package/dist/tui/__tests__/actions.test.js.map +0 -1
  3178. package/dist/tui/__tests__/fuzzy.test.d.ts +0 -2
  3179. package/dist/tui/__tests__/fuzzy.test.d.ts.map +0 -1
  3180. package/dist/tui/__tests__/fuzzy.test.js +0 -95
  3181. package/dist/tui/__tests__/fuzzy.test.js.map +0 -1
  3182. package/dist/tui/__tests__/intent-recognizer.test.d.ts +0 -2
  3183. package/dist/tui/__tests__/intent-recognizer.test.d.ts.map +0 -1
  3184. package/dist/tui/__tests__/intent-recognizer.test.js +0 -174
  3185. package/dist/tui/__tests__/intent-recognizer.test.js.map +0 -1
  3186. package/dist/tui/__tests__/use-loop.test.d.ts +0 -2
  3187. package/dist/tui/__tests__/use-loop.test.d.ts.map +0 -1
  3188. package/dist/tui/__tests__/use-loop.test.js +0 -286
  3189. package/dist/tui/__tests__/use-loop.test.js.map +0 -1
  3190. package/dist/tui/actions.d.ts +0 -39
  3191. package/dist/tui/actions.d.ts.map +0 -1
  3192. package/dist/tui/actions.js +0 -231
  3193. package/dist/tui/actions.js.map +0 -1
  3194. package/dist/tui/app.d.ts +0 -24
  3195. package/dist/tui/app.d.ts.map +0 -1
  3196. package/dist/tui/app.js +0 -164
  3197. package/dist/tui/app.js.map +0 -1
  3198. package/dist/tui/approval-overlay.d.ts +0 -8
  3199. package/dist/tui/approval-overlay.d.ts.map +0 -1
  3200. package/dist/tui/approval-overlay.js +0 -21
  3201. package/dist/tui/approval-overlay.js.map +0 -1
  3202. package/dist/tui/chat.d.ts +0 -15
  3203. package/dist/tui/chat.d.ts.map +0 -1
  3204. package/dist/tui/chat.js +0 -179
  3205. package/dist/tui/chat.js.map +0 -1
  3206. package/dist/tui/dashboard.d.ts +0 -9
  3207. package/dist/tui/dashboard.d.ts.map +0 -1
  3208. package/dist/tui/dashboard.js +0 -48
  3209. package/dist/tui/dashboard.js.map +0 -1
  3210. package/dist/tui/entry.d.ts +0 -3
  3211. package/dist/tui/entry.d.ts.map +0 -1
  3212. package/dist/tui/entry.js +0 -242
  3213. package/dist/tui/entry.js.map +0 -1
  3214. package/dist/tui/fuzzy.d.ts +0 -16
  3215. package/dist/tui/fuzzy.d.ts.map +0 -1
  3216. package/dist/tui/fuzzy.js +0 -66
  3217. package/dist/tui/fuzzy.js.map +0 -1
  3218. package/dist/tui/help-overlay.d.ts +0 -6
  3219. package/dist/tui/help-overlay.d.ts.map +0 -1
  3220. package/dist/tui/help-overlay.js +0 -13
  3221. package/dist/tui/help-overlay.js.map +0 -1
  3222. package/dist/tui/intent-recognizer.d.ts +0 -19
  3223. package/dist/tui/intent-recognizer.d.ts.map +0 -1
  3224. package/dist/tui/intent-recognizer.js +0 -131
  3225. package/dist/tui/intent-recognizer.js.map +0 -1
  3226. package/dist/tui/markdown-renderer.d.ts +0 -32
  3227. package/dist/tui/markdown-renderer.d.ts.map +0 -1
  3228. package/dist/tui/markdown-renderer.js +0 -212
  3229. package/dist/tui/markdown-renderer.js.map +0 -1
  3230. package/dist/tui/report-view.d.ts +0 -6
  3231. package/dist/tui/report-view.d.ts.map +0 -1
  3232. package/dist/tui/report-view.js +0 -55
  3233. package/dist/tui/report-view.js.map +0 -1
  3234. package/dist/tui/seedy-art.d.ts +0 -46
  3235. package/dist/tui/seedy-art.d.ts.map +0 -1
  3236. package/dist/tui/seedy-art.js +0 -141
  3237. package/dist/tui/seedy-art.js.map +0 -1
  3238. package/dist/tui/theme.d.ts +0 -47
  3239. package/dist/tui/theme.d.ts.map +0 -1
  3240. package/dist/tui/theme.js +0 -116
  3241. package/dist/tui/theme.js.map +0 -1
  3242. package/dist/tui/use-loop.d.ts +0 -54
  3243. package/dist/tui/use-loop.d.ts.map +0 -1
  3244. package/dist/tui/use-loop.js +0 -185
  3245. package/dist/tui/use-loop.js.map +0 -1
  3246. package/dist/types/__tests__/cross-portfolio.test.d.ts +0 -2
  3247. package/dist/types/__tests__/cross-portfolio.test.d.ts.map +0 -1
  3248. package/dist/types/__tests__/cross-portfolio.test.js +0 -336
  3249. package/dist/types/__tests__/cross-portfolio.test.js.map +0 -1
  3250. package/dist/types/__tests__/existing-extensions.test.d.ts +0 -2
  3251. package/dist/types/__tests__/existing-extensions.test.d.ts.map +0 -1
  3252. package/dist/types/__tests__/existing-extensions.test.js +0 -140
  3253. package/dist/types/__tests__/existing-extensions.test.js.map +0 -1
  3254. package/dist/types/__tests__/goal-refiner-types.test.d.ts +0 -2
  3255. package/dist/types/__tests__/goal-refiner-types.test.d.ts.map +0 -1
  3256. package/dist/types/__tests__/goal-refiner-types.test.js +0 -198
  3257. package/dist/types/__tests__/goal-refiner-types.test.js.map +0 -1
  3258. package/dist/types/__tests__/goal-tree-integration.test.d.ts +0 -2
  3259. package/dist/types/__tests__/goal-tree-integration.test.d.ts.map +0 -1
  3260. package/dist/types/__tests__/goal-tree-integration.test.js +0 -327
  3261. package/dist/types/__tests__/goal-tree-integration.test.js.map +0 -1
  3262. package/dist/types/__tests__/goal-tree.test.d.ts +0 -2
  3263. package/dist/types/__tests__/goal-tree.test.d.ts.map +0 -1
  3264. package/dist/types/__tests__/goal-tree.test.js +0 -286
  3265. package/dist/types/__tests__/goal-tree.test.js.map +0 -1
  3266. package/dist/types/__tests__/learning.test.d.ts +0 -2
  3267. package/dist/types/__tests__/learning.test.d.ts.map +0 -1
  3268. package/dist/types/__tests__/learning.test.js +0 -306
  3269. package/dist/types/__tests__/learning.test.js.map +0 -1
  3270. package/dist/types/__tests__/suggest-output-schema.test.d.ts +0 -2
  3271. package/dist/types/__tests__/suggest-output-schema.test.d.ts.map +0 -1
  3272. package/dist/types/__tests__/suggest-output-schema.test.js +0 -239
  3273. package/dist/types/__tests__/suggest-output-schema.test.js.map +0 -1
  3274. package/dist/types/a2a.d.ts +0 -2
  3275. package/dist/types/a2a.d.ts.map +0 -1
  3276. package/dist/types/a2a.js +0 -3
  3277. package/dist/types/a2a.js.map +0 -1
  3278. package/dist/types/agent-profile.d.ts +0 -2
  3279. package/dist/types/agent-profile.d.ts.map +0 -1
  3280. package/dist/types/agent-profile.js +0 -3
  3281. package/dist/types/agent-profile.js.map +0 -1
  3282. package/dist/types/capability.d.ts +0 -2
  3283. package/dist/types/capability.d.ts.map +0 -1
  3284. package/dist/types/capability.js +0 -3
  3285. package/dist/types/capability.js.map +0 -1
  3286. package/dist/types/character.d.ts +0 -2
  3287. package/dist/types/character.d.ts.map +0 -1
  3288. package/dist/types/character.js +0 -3
  3289. package/dist/types/character.js.map +0 -1
  3290. package/dist/types/checkpoint.d.ts +0 -2
  3291. package/dist/types/checkpoint.d.ts.map +0 -1
  3292. package/dist/types/checkpoint.js +0 -3
  3293. package/dist/types/checkpoint.js.map +0 -1
  3294. package/dist/types/core.d.ts +0 -175
  3295. package/dist/types/core.d.ts.map +0 -1
  3296. package/dist/types/core.js +0 -156
  3297. package/dist/types/core.js.map +0 -1
  3298. package/dist/types/cron.d.ts +0 -2
  3299. package/dist/types/cron.d.ts.map +0 -1
  3300. package/dist/types/cron.js +0 -3
  3301. package/dist/types/cron.js.map +0 -1
  3302. package/dist/types/cross-portfolio.d.ts +0 -2
  3303. package/dist/types/cross-portfolio.d.ts.map +0 -1
  3304. package/dist/types/cross-portfolio.js +0 -3
  3305. package/dist/types/cross-portfolio.js.map +0 -1
  3306. package/dist/types/curiosity.d.ts +0 -2
  3307. package/dist/types/curiosity.d.ts.map +0 -1
  3308. package/dist/types/curiosity.js +0 -3
  3309. package/dist/types/curiosity.js.map +0 -1
  3310. package/dist/types/daemon.d.ts +0 -2
  3311. package/dist/types/daemon.d.ts.map +0 -1
  3312. package/dist/types/daemon.js +0 -3
  3313. package/dist/types/daemon.js.map +0 -1
  3314. package/dist/types/data-source.d.ts +0 -2
  3315. package/dist/types/data-source.d.ts.map +0 -1
  3316. package/dist/types/data-source.js +0 -3
  3317. package/dist/types/data-source.js.map +0 -1
  3318. package/dist/types/dependency.d.ts +0 -2
  3319. package/dist/types/dependency.d.ts.map +0 -1
  3320. package/dist/types/dependency.js +0 -3
  3321. package/dist/types/dependency.js.map +0 -1
  3322. package/dist/types/drive.d.ts +0 -2
  3323. package/dist/types/drive.d.ts.map +0 -1
  3324. package/dist/types/drive.js +0 -3
  3325. package/dist/types/drive.js.map +0 -1
  3326. package/dist/types/embedding.d.ts +0 -2
  3327. package/dist/types/embedding.d.ts.map +0 -1
  3328. package/dist/types/embedding.js +0 -3
  3329. package/dist/types/embedding.js.map +0 -1
  3330. package/dist/types/ethics.d.ts +0 -2
  3331. package/dist/types/ethics.d.ts.map +0 -1
  3332. package/dist/types/ethics.js +0 -3
  3333. package/dist/types/ethics.js.map +0 -1
  3334. package/dist/types/gap.d.ts +0 -2
  3335. package/dist/types/gap.d.ts.map +0 -1
  3336. package/dist/types/gap.js +0 -3
  3337. package/dist/types/gap.js.map +0 -1
  3338. package/dist/types/goal-refiner.d.ts +0 -2
  3339. package/dist/types/goal-refiner.d.ts.map +0 -1
  3340. package/dist/types/goal-refiner.js +0 -3
  3341. package/dist/types/goal-refiner.js.map +0 -1
  3342. package/dist/types/goal-tree.d.ts +0 -2
  3343. package/dist/types/goal-tree.d.ts.map +0 -1
  3344. package/dist/types/goal-tree.js +0 -3
  3345. package/dist/types/goal-tree.js.map +0 -1
  3346. package/dist/types/goal.d.ts +0 -2
  3347. package/dist/types/goal.d.ts.map +0 -1
  3348. package/dist/types/goal.js +0 -3
  3349. package/dist/types/goal.js.map +0 -1
  3350. package/dist/types/guardrail.d.ts +0 -2
  3351. package/dist/types/guardrail.d.ts.map +0 -1
  3352. package/dist/types/guardrail.js +0 -3
  3353. package/dist/types/guardrail.js.map +0 -1
  3354. package/dist/types/hook.d.ts +0 -2
  3355. package/dist/types/hook.d.ts.map +0 -1
  3356. package/dist/types/hook.js +0 -3
  3357. package/dist/types/hook.js.map +0 -1
  3358. package/dist/types/index.d.ts +0 -32
  3359. package/dist/types/index.d.ts.map +0 -1
  3360. package/dist/types/index.js +0 -32
  3361. package/dist/types/index.js.map +0 -1
  3362. package/dist/types/knowledge.d.ts +0 -2
  3363. package/dist/types/knowledge.d.ts.map +0 -1
  3364. package/dist/types/knowledge.js +0 -3
  3365. package/dist/types/knowledge.js.map +0 -1
  3366. package/dist/types/learning.d.ts +0 -2
  3367. package/dist/types/learning.d.ts.map +0 -1
  3368. package/dist/types/learning.js +0 -3
  3369. package/dist/types/learning.js.map +0 -1
  3370. package/dist/types/mcp.d.ts +0 -2
  3371. package/dist/types/mcp.d.ts.map +0 -1
  3372. package/dist/types/mcp.js +0 -3
  3373. package/dist/types/mcp.js.map +0 -1
  3374. package/dist/types/memory-lifecycle.d.ts +0 -2
  3375. package/dist/types/memory-lifecycle.d.ts.map +0 -1
  3376. package/dist/types/memory-lifecycle.js +0 -3
  3377. package/dist/types/memory-lifecycle.js.map +0 -1
  3378. package/dist/types/negotiation.d.ts +0 -2
  3379. package/dist/types/negotiation.d.ts.map +0 -1
  3380. package/dist/types/negotiation.js +0 -3
  3381. package/dist/types/negotiation.js.map +0 -1
  3382. package/dist/types/notification.d.ts +0 -2
  3383. package/dist/types/notification.d.ts.map +0 -1
  3384. package/dist/types/notification.js +0 -3
  3385. package/dist/types/notification.js.map +0 -1
  3386. package/dist/types/pipeline.d.ts +0 -2
  3387. package/dist/types/pipeline.d.ts.map +0 -1
  3388. package/dist/types/pipeline.js +0 -3
  3389. package/dist/types/pipeline.js.map +0 -1
  3390. package/dist/types/plugin.d.ts +0 -2
  3391. package/dist/types/plugin.d.ts.map +0 -1
  3392. package/dist/types/plugin.js +0 -3
  3393. package/dist/types/plugin.js.map +0 -1
  3394. package/dist/types/portfolio.d.ts +0 -2
  3395. package/dist/types/portfolio.d.ts.map +0 -1
  3396. package/dist/types/portfolio.js +0 -3
  3397. package/dist/types/portfolio.js.map +0 -1
  3398. package/dist/types/reflection.d.ts +0 -2
  3399. package/dist/types/reflection.d.ts.map +0 -1
  3400. package/dist/types/reflection.js +0 -3
  3401. package/dist/types/reflection.js.map +0 -1
  3402. package/dist/types/report.d.ts +0 -2
  3403. package/dist/types/report.d.ts.map +0 -1
  3404. package/dist/types/report.js +0 -3
  3405. package/dist/types/report.js.map +0 -1
  3406. package/dist/types/satisficing.d.ts +0 -2
  3407. package/dist/types/satisficing.d.ts.map +0 -1
  3408. package/dist/types/satisficing.js +0 -3
  3409. package/dist/types/satisficing.js.map +0 -1
  3410. package/dist/types/session.d.ts +0 -2
  3411. package/dist/types/session.d.ts.map +0 -1
  3412. package/dist/types/session.js +0 -3
  3413. package/dist/types/session.js.map +0 -1
  3414. package/dist/types/stall.d.ts +0 -2
  3415. package/dist/types/stall.d.ts.map +0 -1
  3416. package/dist/types/stall.js +0 -3
  3417. package/dist/types/stall.js.map +0 -1
  3418. package/dist/types/state.d.ts +0 -2
  3419. package/dist/types/state.d.ts.map +0 -1
  3420. package/dist/types/state.js +0 -3
  3421. package/dist/types/state.js.map +0 -1
  3422. package/dist/types/strategy.d.ts +0 -2
  3423. package/dist/types/strategy.d.ts.map +0 -1
  3424. package/dist/types/strategy.js +0 -3
  3425. package/dist/types/strategy.js.map +0 -1
  3426. package/dist/types/suggest.d.ts +0 -2
  3427. package/dist/types/suggest.d.ts.map +0 -1
  3428. package/dist/types/suggest.js +0 -3
  3429. package/dist/types/suggest.js.map +0 -1
  3430. package/dist/types/task-group.d.ts +0 -2
  3431. package/dist/types/task-group.d.ts.map +0 -1
  3432. package/dist/types/task-group.js +0 -3
  3433. package/dist/types/task-group.js.map +0 -1
  3434. package/dist/types/task.d.ts +0 -2
  3435. package/dist/types/task.d.ts.map +0 -1
  3436. package/dist/types/task.js +0 -3
  3437. package/dist/types/task.js.map +0 -1
  3438. package/dist/types/trigger.d.ts +0 -2
  3439. package/dist/types/trigger.d.ts.map +0 -1
  3440. package/dist/types/trigger.js +0 -3
  3441. package/dist/types/trigger.js.map +0 -1
  3442. package/dist/types/trust.d.ts +0 -2
  3443. package/dist/types/trust.d.ts.map +0 -1
  3444. package/dist/types/trust.js +0 -3
  3445. package/dist/types/trust.js.map +0 -1
  3446. package/dist/utils/errors.d.ts +0 -17
  3447. package/dist/utils/errors.d.ts.map +0 -1
  3448. package/dist/utils/errors.js +0 -34
  3449. package/dist/utils/errors.js.map +0 -1
  3450. package/dist/utils/execFileNoThrow.d.ts +0 -20
  3451. package/dist/utils/execFileNoThrow.d.ts.map +0 -1
  3452. package/dist/utils/execFileNoThrow.js +0 -33
  3453. package/dist/utils/execFileNoThrow.js.map +0 -1
  3454. package/dist/utils/json-io.d.ts +0 -28
  3455. package/dist/utils/json-io.d.ts.map +0 -1
  3456. package/dist/utils/json-io.js +0 -71
  3457. package/dist/utils/json-io.js.map +0 -1
  3458. package/dist/utils/paths.d.ts +0 -14
  3459. package/dist/utils/paths.d.ts.map +0 -1
  3460. package/dist/utils/paths.js +0 -38
  3461. package/dist/utils/paths.js.map +0 -1
  3462. package/dist/utils/sleep.d.ts +0 -2
  3463. package/dist/utils/sleep.d.ts.map +0 -1
  3464. package/dist/utils/sleep.js +0 -4
  3465. package/dist/utils/sleep.js.map +0 -1
@@ -1,876 +0,0 @@
1
- import { describe, it, expect, beforeEach, afterEach, vi } from "vitest";
2
- import * as fs from "node:fs";
3
- import { StateManager } from "../../../base/state/state-manager.js";
4
- import { EthicsGate } from "../../../platform/traits/ethics-gate.js";
5
- import { ObservationEngine } from "../../../platform/observation/observation-engine.js";
6
- import { GoalNegotiator, EthicsRejectedError } from "../goal-negotiator.js";
7
- import { GoalSchema } from "../../../base/types/goal.js";
8
- import { createMockLLMClient } from "../../../../tests/helpers/mock-llm.js";
9
- import { makeTempDir } from "../../../../tests/helpers/temp-dir.js";
10
- import { PASS_VERDICT_SAFE_JSON as PASS_VERDICT, REJECT_VERDICT_ILLEGAL_JSON as REJECT_VERDICT, } from "../../../../tests/helpers/ethics-fixtures.js";
11
- const SINGLE_DIMENSION_RESPONSE = JSON.stringify([
12
- {
13
- name: "completion_rate",
14
- label: "Completion Rate",
15
- threshold_type: "min",
16
- threshold_value: 100,
17
- observation_method_hint: "Check task completion metrics",
18
- },
19
- ]);
20
- const DIMENSIONS_RESPONSE = JSON.stringify([
21
- {
22
- name: "test_coverage",
23
- label: "Test Coverage",
24
- threshold_type: "min",
25
- threshold_value: 80,
26
- observation_method_hint: "Run test suite and check coverage report",
27
- },
28
- {
29
- name: "code_quality",
30
- label: "Code Quality Score",
31
- threshold_type: "min",
32
- threshold_value: 90,
33
- observation_method_hint: "Run linter and code analysis tools",
34
- },
35
- ]);
36
- const FEASIBILITY_REALISTIC = JSON.stringify({
37
- assessment: "realistic",
38
- confidence: "high",
39
- reasoning: "This target is achievable within the time horizon.",
40
- key_assumptions: ["Current pace maintained"],
41
- main_risks: [],
42
- });
43
- const FEASIBILITY_INFEASIBLE = JSON.stringify({
44
- assessment: "infeasible",
45
- confidence: "low",
46
- reasoning: "This target is not achievable in the given timeframe.",
47
- key_assumptions: ["No acceleration possible"],
48
- main_risks: ["Target unreachable", "Burnout risk"],
49
- });
50
- const RESPONSE_MESSAGE_ACCEPT = "Your goal has been accepted. Let's get started!";
51
- const RESPONSE_MESSAGE_COUNTER = "This goal is too ambitious. Consider a safer target.";
52
- const SUBGOALS_RESPONSE = JSON.stringify([
53
- {
54
- title: "Setup CI Pipeline",
55
- description: "Configure continuous integration for automated testing",
56
- dimensions: [
57
- {
58
- name: "ci_configured",
59
- label: "CI Configured",
60
- threshold_type: "present",
61
- threshold_value: null,
62
- observation_method_hint: "Check CI config exists",
63
- },
64
- ],
65
- },
66
- {
67
- title: "Write Unit Tests",
68
- description: "Achieve 80% unit test coverage",
69
- dimensions: [
70
- {
71
- name: "unit_coverage",
72
- label: "Unit Test Coverage",
73
- threshold_type: "min",
74
- threshold_value: 80,
75
- observation_method_hint: "Run coverage tool",
76
- },
77
- ],
78
- },
79
- ]);
80
- function makeTestGoal(overrides = {}) {
81
- const now = new Date().toISOString();
82
- return GoalSchema.parse({
83
- id: overrides.id ?? "test-goal-id",
84
- parent_id: null,
85
- node_type: "goal",
86
- title: overrides.title ?? "Test Goal",
87
- description: overrides.description ?? "A test goal for testing",
88
- status: "active",
89
- dimensions: overrides.dimensions ?? [
90
- {
91
- name: "metric_a",
92
- label: "Metric A",
93
- current_value: 50,
94
- threshold: { type: "min", value: 80 },
95
- confidence: 0.8,
96
- observation_method: {
97
- type: "mechanical",
98
- source: "test",
99
- schedule: null,
100
- endpoint: null,
101
- confidence_tier: "mechanical",
102
- },
103
- last_updated: now,
104
- history: [
105
- { value: 30, timestamp: new Date(Date.now() - 30 * 24 * 60 * 60 * 1000).toISOString(), confidence: 0.8, source_observation_id: "obs-1" },
106
- { value: 50, timestamp: now, confidence: 0.8, source_observation_id: "obs-2" },
107
- ],
108
- weight: 1.0,
109
- uncertainty_weight: null,
110
- state_integrity: "ok",
111
- },
112
- ],
113
- gap_aggregation: "max",
114
- dimension_mapping: null,
115
- constraints: ["No weekend work"],
116
- children_ids: [],
117
- target_date: null,
118
- origin: "negotiation",
119
- pace_snapshot: null,
120
- deadline: null,
121
- confidence_flag: "high",
122
- user_override: false,
123
- feasibility_note: null,
124
- uncertainty_weight: 1.0,
125
- created_at: now,
126
- updated_at: now,
127
- });
128
- }
129
- describe("GoalNegotiator", () => {
130
- let tmpDir;
131
- let stateManager;
132
- let observationEngine;
133
- beforeEach(() => {
134
- tmpDir = makeTempDir();
135
- stateManager = new StateManager(tmpDir);
136
- observationEngine = new ObservationEngine(stateManager);
137
- });
138
- afterEach(() => {
139
- fs.rmSync(tmpDir, { recursive: true, force: true, maxRetries: 3, retryDelay: 100 });
140
- });
141
- // ─── decompose() ───
142
- describe("decompose()", () => {
143
- it("returns subgoals and rejected subgoals", async () => {
144
- const mockLLM = createMockLLMClient([
145
- // For negotiate
146
- PASS_VERDICT,
147
- SINGLE_DIMENSION_RESPONSE,
148
- FEASIBILITY_REALISTIC,
149
- RESPONSE_MESSAGE_ACCEPT,
150
- // For decompose: LLM generates subgoals
151
- SUBGOALS_RESPONSE,
152
- // Ethics checks for each subgoal (2 subgoals)
153
- PASS_VERDICT,
154
- PASS_VERDICT,
155
- ]);
156
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
157
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
158
- const negotiateResult = await negotiator.negotiate("Improve quality");
159
- const result = await negotiator.decompose(negotiateResult.goal.id, negotiateResult.goal);
160
- expect(result.subgoals).toHaveLength(2);
161
- expect(result.rejectedSubgoals).toHaveLength(0);
162
- });
163
- it("subgoals have correct parent_id", async () => {
164
- const mockLLM = createMockLLMClient([
165
- PASS_VERDICT,
166
- SINGLE_DIMENSION_RESPONSE,
167
- FEASIBILITY_REALISTIC,
168
- RESPONSE_MESSAGE_ACCEPT,
169
- SUBGOALS_RESPONSE,
170
- PASS_VERDICT,
171
- PASS_VERDICT,
172
- ]);
173
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
174
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
175
- const negotiateResult = await negotiator.negotiate("Improve quality");
176
- const result = await negotiator.decompose(negotiateResult.goal.id, negotiateResult.goal);
177
- for (const subgoal of result.subgoals) {
178
- expect(subgoal.parent_id).toBe(negotiateResult.goal.id);
179
- }
180
- });
181
- it("subgoals have node_type subgoal", async () => {
182
- const mockLLM = createMockLLMClient([
183
- PASS_VERDICT,
184
- SINGLE_DIMENSION_RESPONSE,
185
- FEASIBILITY_REALISTIC,
186
- RESPONSE_MESSAGE_ACCEPT,
187
- SUBGOALS_RESPONSE,
188
- PASS_VERDICT,
189
- PASS_VERDICT,
190
- ]);
191
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
192
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
193
- const negotiateResult = await negotiator.negotiate("Improve quality");
194
- const result = await negotiator.decompose(negotiateResult.goal.id, negotiateResult.goal);
195
- for (const subgoal of result.subgoals) {
196
- expect(subgoal.node_type).toBe("subgoal");
197
- }
198
- });
199
- it("subgoals have origin decomposition", async () => {
200
- const mockLLM = createMockLLMClient([
201
- PASS_VERDICT,
202
- SINGLE_DIMENSION_RESPONSE,
203
- FEASIBILITY_REALISTIC,
204
- RESPONSE_MESSAGE_ACCEPT,
205
- SUBGOALS_RESPONSE,
206
- PASS_VERDICT,
207
- PASS_VERDICT,
208
- ]);
209
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
210
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
211
- const negotiateResult = await negotiator.negotiate("Improve quality");
212
- const result = await negotiator.decompose(negotiateResult.goal.id, negotiateResult.goal);
213
- for (const subgoal of result.subgoals) {
214
- expect(subgoal.origin).toBe("decomposition");
215
- }
216
- });
217
- it("rejected subgoals are collected with reason", async () => {
218
- const mockLLM = createMockLLMClient([
219
- // For negotiate
220
- PASS_VERDICT,
221
- SINGLE_DIMENSION_RESPONSE,
222
- FEASIBILITY_REALISTIC,
223
- RESPONSE_MESSAGE_ACCEPT,
224
- // For decompose
225
- SUBGOALS_RESPONSE,
226
- // First subgoal passes
227
- PASS_VERDICT,
228
- // Second subgoal rejected
229
- REJECT_VERDICT,
230
- ]);
231
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
232
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
233
- const negotiateResult = await negotiator.negotiate("Improve quality");
234
- const result = await negotiator.decompose(negotiateResult.goal.id, negotiateResult.goal);
235
- expect(result.subgoals).toHaveLength(1);
236
- expect(result.rejectedSubgoals).toHaveLength(1);
237
- expect(result.rejectedSubgoals[0].reason).toBeTruthy();
238
- });
239
- it("persists accepted subgoals to state manager", async () => {
240
- const mockLLM = createMockLLMClient([
241
- PASS_VERDICT,
242
- SINGLE_DIMENSION_RESPONSE,
243
- FEASIBILITY_REALISTIC,
244
- RESPONSE_MESSAGE_ACCEPT,
245
- SUBGOALS_RESPONSE,
246
- PASS_VERDICT,
247
- PASS_VERDICT,
248
- ]);
249
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
250
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
251
- const negotiateResult = await negotiator.negotiate("Improve quality");
252
- const result = await negotiator.decompose(negotiateResult.goal.id, negotiateResult.goal);
253
- for (const subgoal of result.subgoals) {
254
- const loaded = await stateManager.loadGoal(subgoal.id);
255
- expect(loaded).not.toBeNull();
256
- }
257
- });
258
- it("all subgoals rejected returns empty subgoals array", async () => {
259
- const mockLLM = createMockLLMClient([
260
- PASS_VERDICT,
261
- SINGLE_DIMENSION_RESPONSE,
262
- FEASIBILITY_REALISTIC,
263
- RESPONSE_MESSAGE_ACCEPT,
264
- SUBGOALS_RESPONSE,
265
- REJECT_VERDICT,
266
- REJECT_VERDICT,
267
- ]);
268
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
269
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
270
- const negotiateResult = await negotiator.negotiate("Improve quality");
271
- const result = await negotiator.decompose(negotiateResult.goal.id, negotiateResult.goal);
272
- expect(result.subgoals).toHaveLength(0);
273
- expect(result.rejectedSubgoals).toHaveLength(2);
274
- });
275
- });
276
- describe("decomposeIntoSubgoals()", () => {
277
- it("returns null when GoalTreeManager is not provided", async () => {
278
- const mockLLM = createMockLLMClient([]);
279
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
280
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
281
- await expect(negotiator.decomposeIntoSubgoals("missing-goal")).resolves.toBeNull();
282
- });
283
- it("returns null when the goal does not exist", async () => {
284
- const mockLLM = createMockLLMClient([]);
285
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
286
- const goalTreeManager = {
287
- decomposeGoal: vi.fn(),
288
- };
289
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine, undefined, undefined, goalTreeManager);
290
- await expect(negotiator.decomposeIntoSubgoals("missing-goal")).resolves.toBeNull();
291
- expect(goalTreeManager.decomposeGoal).not.toHaveBeenCalled();
292
- });
293
- it("uses default decomposition config when none is provided", async () => {
294
- const parentGoal = makeTestGoal({ id: "goal-for-default-decompose" });
295
- await stateManager.saveGoal(parentGoal);
296
- const mockLLM = createMockLLMClient([]);
297
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
298
- const decomposeGoal = vi.fn().mockResolvedValue({
299
- created: [],
300
- reused: [],
301
- pruned: [],
302
- depth_reached: 0,
303
- });
304
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine, undefined, undefined, { decomposeGoal });
305
- await negotiator.decomposeIntoSubgoals(parentGoal.id);
306
- expect(decomposeGoal).toHaveBeenCalledWith(parentGoal.id, {
307
- max_depth: 5,
308
- min_specificity: 0.7,
309
- auto_prune_threshold: 0.3,
310
- parallel_loop_limit: 3,
311
- });
312
- });
313
- it("passes through an explicit decomposition config", async () => {
314
- const parentGoal = makeTestGoal({ id: "goal-for-custom-decompose" });
315
- await stateManager.saveGoal(parentGoal);
316
- const mockLLM = createMockLLMClient([]);
317
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
318
- const decomposeGoal = vi.fn().mockResolvedValue({
319
- created: [],
320
- reused: [],
321
- pruned: [],
322
- depth_reached: 1,
323
- });
324
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine, undefined, undefined, { decomposeGoal });
325
- const config = {
326
- max_depth: 2,
327
- min_specificity: 0.9,
328
- auto_prune_threshold: 0.2,
329
- parallel_loop_limit: 1,
330
- };
331
- await negotiator.decomposeIntoSubgoals(parentGoal.id, config);
332
- expect(decomposeGoal).toHaveBeenCalledWith(parentGoal.id, config);
333
- });
334
- });
335
- describe("suggestGoals()", () => {
336
- it("returns an empty array for blank context", async () => {
337
- const mockLLM = createMockLLMClient([]);
338
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
339
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
340
- await expect(negotiator.suggestGoals(" ")).resolves.toEqual([]);
341
- });
342
- it("returns parsed suggestions without persisting any goal", async () => {
343
- const suggestionsResponse = JSON.stringify([
344
- {
345
- title: "Increase Test Coverage",
346
- description: "Raise unit test coverage to 80 percent",
347
- rationale: "Coverage is below the team standard",
348
- dimensions_hint: ["test_coverage", "failing_tests"],
349
- },
350
- ]);
351
- const mockLLM = createMockLLMClient([
352
- suggestionsResponse,
353
- PASS_VERDICT,
354
- ]);
355
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
356
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
357
- const suggestions = await negotiator.suggestGoals("The test suite lacks coverage", {
358
- maxSuggestions: 1,
359
- });
360
- expect(suggestions).toHaveLength(1);
361
- expect(suggestions[0]?.title).toBe("Increase Test Coverage");
362
- expect(await stateManager.listGoalIds()).toEqual([]);
363
- });
364
- });
365
- // ─── renegotiate() ───
366
- describe("renegotiate()", () => {
367
- it("throws when goal does not exist", async () => {
368
- const mockLLM = createMockLLMClient([]);
369
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
370
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
371
- await expect(negotiator.renegotiate("nonexistent", "user_request")).rejects.toThrow('goal "nonexistent" not found');
372
- });
373
- it("performs renegotiation on existing goal", async () => {
374
- const mockLLM = createMockLLMClient([
375
- // Initial negotiate
376
- PASS_VERDICT,
377
- SINGLE_DIMENSION_RESPONSE,
378
- FEASIBILITY_REALISTIC,
379
- RESPONSE_MESSAGE_ACCEPT,
380
- // Renegotiate
381
- PASS_VERDICT, // ethics re-check
382
- SINGLE_DIMENSION_RESPONSE, // re-decompose
383
- FEASIBILITY_REALISTIC, // feasibility
384
- RESPONSE_MESSAGE_ACCEPT, // response
385
- ]);
386
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
387
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
388
- const initial = await negotiator.negotiate("Test goal");
389
- const result = await negotiator.renegotiate(initial.goal.id, "user_request", "Need adjustments");
390
- expect(result.goal).toBeDefined();
391
- expect(result.response).toBeDefined();
392
- expect(result.log).toBeDefined();
393
- });
394
- it("marks log as renegotiation", async () => {
395
- const mockLLM = createMockLLMClient([
396
- PASS_VERDICT,
397
- SINGLE_DIMENSION_RESPONSE,
398
- FEASIBILITY_REALISTIC,
399
- RESPONSE_MESSAGE_ACCEPT,
400
- PASS_VERDICT,
401
- SINGLE_DIMENSION_RESPONSE,
402
- FEASIBILITY_REALISTIC,
403
- RESPONSE_MESSAGE_ACCEPT,
404
- ]);
405
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
406
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
407
- const initial = await negotiator.negotiate("Test goal");
408
- const result = await negotiator.renegotiate(initial.goal.id, "stall");
409
- expect(result.log.is_renegotiation).toBe(true);
410
- expect(result.log.renegotiation_trigger).toBe("stall");
411
- });
412
- it("records stall trigger correctly", async () => {
413
- const mockLLM = createMockLLMClient([
414
- PASS_VERDICT,
415
- SINGLE_DIMENSION_RESPONSE,
416
- FEASIBILITY_REALISTIC,
417
- RESPONSE_MESSAGE_ACCEPT,
418
- PASS_VERDICT,
419
- SINGLE_DIMENSION_RESPONSE,
420
- FEASIBILITY_REALISTIC,
421
- RESPONSE_MESSAGE_ACCEPT,
422
- ]);
423
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
424
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
425
- const initial = await negotiator.negotiate("Test goal");
426
- const result = await negotiator.renegotiate(initial.goal.id, "stall");
427
- expect(result.log.renegotiation_trigger).toBe("stall");
428
- });
429
- it("records new_info trigger correctly", async () => {
430
- const mockLLM = createMockLLMClient([
431
- PASS_VERDICT,
432
- SINGLE_DIMENSION_RESPONSE,
433
- FEASIBILITY_REALISTIC,
434
- RESPONSE_MESSAGE_ACCEPT,
435
- PASS_VERDICT,
436
- SINGLE_DIMENSION_RESPONSE,
437
- FEASIBILITY_REALISTIC,
438
- RESPONSE_MESSAGE_ACCEPT,
439
- ]);
440
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
441
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
442
- const initial = await negotiator.negotiate("Test goal");
443
- const result = await negotiator.renegotiate(initial.goal.id, "new_info", "New data arrived");
444
- expect(result.log.renegotiation_trigger).toBe("new_info");
445
- });
446
- it("records user_request trigger correctly", async () => {
447
- const mockLLM = createMockLLMClient([
448
- PASS_VERDICT,
449
- SINGLE_DIMENSION_RESPONSE,
450
- FEASIBILITY_REALISTIC,
451
- RESPONSE_MESSAGE_ACCEPT,
452
- PASS_VERDICT,
453
- SINGLE_DIMENSION_RESPONSE,
454
- FEASIBILITY_REALISTIC,
455
- RESPONSE_MESSAGE_ACCEPT,
456
- ]);
457
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
458
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
459
- const initial = await negotiator.negotiate("Test goal");
460
- const result = await negotiator.renegotiate(initial.goal.id, "user_request");
461
- expect(result.log.renegotiation_trigger).toBe("user_request");
462
- });
463
- it("throws EthicsRejectedError if re-check rejects", async () => {
464
- const mockLLM = createMockLLMClient([
465
- PASS_VERDICT,
466
- SINGLE_DIMENSION_RESPONSE,
467
- FEASIBILITY_REALISTIC,
468
- RESPONSE_MESSAGE_ACCEPT,
469
- // renegotiate ethics check rejects
470
- REJECT_VERDICT,
471
- ]);
472
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
473
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
474
- const initial = await negotiator.negotiate("Test goal");
475
- await expect(negotiator.renegotiate(initial.goal.id, "user_request")).rejects.toThrow(EthicsRejectedError);
476
- });
477
- it("updates the persisted negotiation log", async () => {
478
- const mockLLM = createMockLLMClient([
479
- PASS_VERDICT,
480
- SINGLE_DIMENSION_RESPONSE,
481
- FEASIBILITY_REALISTIC,
482
- RESPONSE_MESSAGE_ACCEPT,
483
- PASS_VERDICT,
484
- SINGLE_DIMENSION_RESPONSE,
485
- FEASIBILITY_REALISTIC,
486
- RESPONSE_MESSAGE_ACCEPT,
487
- ]);
488
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
489
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
490
- const initial = await negotiator.negotiate("Test goal");
491
- await negotiator.renegotiate(initial.goal.id, "stall");
492
- const log = await negotiator.getNegotiationLog(initial.goal.id);
493
- expect(log).not.toBeNull();
494
- expect(log.is_renegotiation).toBe(true);
495
- });
496
- it("updates goal in state manager", async () => {
497
- const mockLLM = createMockLLMClient([
498
- PASS_VERDICT,
499
- SINGLE_DIMENSION_RESPONSE,
500
- FEASIBILITY_REALISTIC,
501
- RESPONSE_MESSAGE_ACCEPT,
502
- PASS_VERDICT,
503
- SINGLE_DIMENSION_RESPONSE,
504
- FEASIBILITY_REALISTIC,
505
- RESPONSE_MESSAGE_ACCEPT,
506
- ]);
507
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
508
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
509
- const initial = await negotiator.negotiate("Test goal");
510
- const renegResult = await negotiator.renegotiate(initial.goal.id, "user_request");
511
- const loaded = await stateManager.loadGoal(initial.goal.id);
512
- expect(loaded).not.toBeNull();
513
- expect(loaded.updated_at).toBe(renegResult.goal.updated_at);
514
- });
515
- });
516
- // ─── Negotiation log structure validation ───
517
- describe("negotiation log structure", () => {
518
- it("log has goal_id matching the goal", async () => {
519
- const mockLLM = createMockLLMClient([
520
- PASS_VERDICT,
521
- SINGLE_DIMENSION_RESPONSE,
522
- FEASIBILITY_REALISTIC,
523
- RESPONSE_MESSAGE_ACCEPT,
524
- ]);
525
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
526
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
527
- const result = await negotiator.negotiate("Test goal");
528
- expect(result.log.goal_id).toBe(result.goal.id);
529
- });
530
- it("log has valid timestamp", async () => {
531
- const mockLLM = createMockLLMClient([
532
- PASS_VERDICT,
533
- SINGLE_DIMENSION_RESPONSE,
534
- FEASIBILITY_REALISTIC,
535
- RESPONSE_MESSAGE_ACCEPT,
536
- ]);
537
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
538
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
539
- const result = await negotiator.negotiate("Test goal");
540
- expect(() => new Date(result.log.timestamp)).not.toThrow();
541
- });
542
- it("log renegotiation_trigger is null for initial negotiation", async () => {
543
- const mockLLM = createMockLLMClient([
544
- PASS_VERDICT,
545
- SINGLE_DIMENSION_RESPONSE,
546
- FEASIBILITY_REALISTIC,
547
- RESPONSE_MESSAGE_ACCEPT,
548
- ]);
549
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
550
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
551
- const result = await negotiator.negotiate("Test goal");
552
- expect(result.log.renegotiation_trigger).toBeNull();
553
- });
554
- it("counter_propose log includes counter_proposal details", async () => {
555
- const mockLLM = createMockLLMClient([
556
- PASS_VERDICT,
557
- SINGLE_DIMENSION_RESPONSE,
558
- FEASIBILITY_INFEASIBLE,
559
- RESPONSE_MESSAGE_COUNTER,
560
- ]);
561
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
562
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
563
- const result = await negotiator.negotiate("Unrealistic goal");
564
- expect(result.log.step5_response.counter_proposal).not.toBeNull();
565
- expect(typeof result.log.step5_response.counter_proposal.realistic_target).toBe("number");
566
- });
567
- });
568
- // ─── Goal dimension thresholds ───
569
- describe("goal dimension construction", () => {
570
- it("min threshold creates correct structure", async () => {
571
- const minDimension = JSON.stringify([
572
- {
573
- name: "score",
574
- label: "Score",
575
- threshold_type: "min",
576
- threshold_value: 75,
577
- observation_method_hint: "Check score",
578
- },
579
- ]);
580
- const mockLLM = createMockLLMClient([
581
- PASS_VERDICT,
582
- minDimension,
583
- FEASIBILITY_REALISTIC,
584
- RESPONSE_MESSAGE_ACCEPT,
585
- ]);
586
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
587
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
588
- const result = await negotiator.negotiate("Test goal");
589
- expect(result.goal.dimensions[0].threshold).toEqual({ type: "min", value: 75 });
590
- });
591
- it("present threshold creates correct structure", async () => {
592
- const presentDimension = JSON.stringify([
593
- {
594
- name: "feature_exists",
595
- label: "Feature Exists",
596
- threshold_type: "present",
597
- threshold_value: null,
598
- observation_method_hint: "Check if feature exists",
599
- },
600
- ]);
601
- const mockLLM = createMockLLMClient([
602
- PASS_VERDICT,
603
- presentDimension,
604
- FEASIBILITY_REALISTIC,
605
- RESPONSE_MESSAGE_ACCEPT,
606
- ]);
607
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
608
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
609
- const result = await negotiator.negotiate("Test goal");
610
- expect(result.goal.dimensions[0].threshold).toEqual({ type: "present" });
611
- });
612
- it("match threshold creates correct structure", async () => {
613
- const matchDimension = JSON.stringify([
614
- {
615
- name: "status",
616
- label: "Status",
617
- threshold_type: "match",
618
- threshold_value: "deployed",
619
- observation_method_hint: "Check deployment status",
620
- },
621
- ]);
622
- const mockLLM = createMockLLMClient([
623
- PASS_VERDICT,
624
- matchDimension,
625
- FEASIBILITY_REALISTIC,
626
- RESPONSE_MESSAGE_ACCEPT,
627
- ]);
628
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
629
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
630
- const result = await negotiator.negotiate("Test goal");
631
- expect(result.goal.dimensions[0].threshold).toEqual({ type: "match", value: "deployed" });
632
- });
633
- it("range threshold with array threshold_value creates correct structure", async () => {
634
- const rangeDimension = JSON.stringify([
635
- {
636
- name: "response_time",
637
- label: "Response Time",
638
- threshold_type: "range",
639
- threshold_value: [60, 80],
640
- observation_method_hint: "Measure response time in ms",
641
- },
642
- ]);
643
- const mockLLM = createMockLLMClient([
644
- PASS_VERDICT,
645
- rangeDimension,
646
- FEASIBILITY_REALISTIC,
647
- RESPONSE_MESSAGE_ACCEPT,
648
- ]);
649
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
650
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
651
- const result = await negotiator.negotiate("Test goal");
652
- expect(result.goal.dimensions[0].threshold).toEqual({ type: "range", low: 60, high: 80 });
653
- });
654
- it("dimensions have initial null current_value", async () => {
655
- const mockLLM = createMockLLMClient([
656
- PASS_VERDICT,
657
- SINGLE_DIMENSION_RESPONSE,
658
- FEASIBILITY_REALISTIC,
659
- RESPONSE_MESSAGE_ACCEPT,
660
- ]);
661
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
662
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
663
- const result = await negotiator.negotiate("Test goal");
664
- expect(result.goal.dimensions[0].current_value).toBeNull();
665
- });
666
- it("dimensions have initial 0 confidence", async () => {
667
- const mockLLM = createMockLLMClient([
668
- PASS_VERDICT,
669
- SINGLE_DIMENSION_RESPONSE,
670
- FEASIBILITY_REALISTIC,
671
- RESPONSE_MESSAGE_ACCEPT,
672
- ]);
673
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
674
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
675
- const result = await negotiator.negotiate("Test goal");
676
- expect(result.goal.dimensions[0].confidence).toBe(0);
677
- });
678
- });
679
- // ─── Feasibility with quantitative path (renegotiation with history) ───
680
- describe("renegotiate() with quantitative feasibility path", () => {
681
- it("uses quantitative path when history data is available", async () => {
682
- // First, create a goal with history data
683
- const goalWithHistory = makeTestGoal();
684
- await stateManager.saveGoal(goalWithHistory);
685
- // Dimension response that matches existing dimension name
686
- const matchingDimension = JSON.stringify([
687
- {
688
- name: "metric_a",
689
- label: "Metric A",
690
- threshold_type: "min",
691
- threshold_value: 80,
692
- observation_method_hint: "Measure metric A",
693
- },
694
- ]);
695
- const mockLLM = createMockLLMClient([
696
- PASS_VERDICT, // ethics re-check
697
- matchingDimension, // re-decompose
698
- // No qualitative feasibility call needed - quantitative path
699
- RESPONSE_MESSAGE_ACCEPT, // response
700
- ]);
701
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
702
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
703
- const result = await negotiator.renegotiate(goalWithHistory.id, "new_info");
704
- expect(result.log.step4_evaluation).not.toBeNull();
705
- // Should have used quantitative path since we have history
706
- const dimEval = result.log.step4_evaluation.dimensions[0];
707
- expect(dimEval.path).toBe("quantitative");
708
- expect(dimEval.feasibility_ratio).not.toBeNull();
709
- });
710
- });
711
- // ─── Multiple dimensions mixed feasibility ───
712
- describe("negotiate() with mixed feasibility", () => {
713
- it("counter_propose when any dimension is infeasible", async () => {
714
- const mockLLM = createMockLLMClient([
715
- PASS_VERDICT,
716
- DIMENSIONS_RESPONSE, // 2 dimensions
717
- FEASIBILITY_REALISTIC, // dim 1 realistic
718
- FEASIBILITY_INFEASIBLE, // dim 2 infeasible
719
- RESPONSE_MESSAGE_COUNTER, // counter proposal
720
- ]);
721
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
722
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
723
- const result = await negotiator.negotiate("Mixed feasibility goal");
724
- expect(result.response.type).toBe("counter_propose");
725
- });
726
- it("accept when all dimensions are realistic", async () => {
727
- const mockLLM = createMockLLMClient([
728
- PASS_VERDICT,
729
- DIMENSIONS_RESPONSE,
730
- FEASIBILITY_REALISTIC,
731
- FEASIBILITY_REALISTIC,
732
- RESPONSE_MESSAGE_ACCEPT,
733
- ]);
734
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
735
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
736
- const result = await negotiator.negotiate("Realistic goal");
737
- expect(result.response.type).toBe("accept");
738
- });
739
- });
740
- // ─── Confidence flag on goal ───
741
- describe("goal confidence_flag", () => {
742
- it("sets high confidence when all feasibility is high", async () => {
743
- const mockLLM = createMockLLMClient([
744
- PASS_VERDICT,
745
- SINGLE_DIMENSION_RESPONSE,
746
- FEASIBILITY_REALISTIC,
747
- RESPONSE_MESSAGE_ACCEPT,
748
- ]);
749
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
750
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
751
- const result = await negotiator.negotiate("Test goal");
752
- expect(result.goal.confidence_flag).toBe("high");
753
- });
754
- it("sets low confidence on infeasible dimensions", async () => {
755
- const mockLLM = createMockLLMClient([
756
- PASS_VERDICT,
757
- SINGLE_DIMENSION_RESPONSE,
758
- FEASIBILITY_INFEASIBLE,
759
- RESPONSE_MESSAGE_COUNTER,
760
- ]);
761
- const ethicsGate = new EthicsGate(stateManager, mockLLM);
762
- const negotiator = new GoalNegotiator(stateManager, mockLLM, ethicsGate, observationEngine);
763
- const result = await negotiator.negotiate("Infeasible goal");
764
- expect(result.goal.confidence_flag).toBe("low");
765
- });
766
- });
767
- // ─── buildDecompositionPrompt — DataSource dimension placement ───
768
- describe("buildDecompositionPrompt DataSource placement", () => {
769
- it("DataSource dimensions appear before the example JSON when DataSources are available", async () => {
770
- // We capture the prompt by inspecting what the LLM client receives.
771
- let capturedPrompt = "";
772
- let callCount = 0;
773
- const capturingLLM = {
774
- async sendMessage(messages, _options) {
775
- callCount++;
776
- if (callCount === 2) {
777
- // The decomposition call is the 2nd LLM call (after ethics check)
778
- capturedPrompt = messages[0]?.content ?? "";
779
- }
780
- // Return canned responses in order
781
- const responses = {
782
- 1: PASS_VERDICT,
783
- 2: SINGLE_DIMENSION_RESPONSE,
784
- 3: FEASIBILITY_REALISTIC,
785
- 4: RESPONSE_MESSAGE_ACCEPT,
786
- };
787
- const content = responses[callCount] ?? RESPONSE_MESSAGE_ACCEPT;
788
- return { content, usage: { input_tokens: 10, output_tokens: content.length }, stop_reason: "end_turn" };
789
- },
790
- parseJSON(content, schema) {
791
- return schema.parse(JSON.parse(content.trim()));
792
- },
793
- };
794
- // Register a DataSource with known dimension names on the ObservationEngine
795
- // We do this by calling registerDataSource directly via stateManager
796
- // The simplest approach: use a mock ObservationEngine that returns a known dimension list
797
- const mockObsEngine = {
798
- getAvailableDimensionInfo() {
799
- return [{ name: "github_issues", dimensions: ["open_issue_count", "closed_issue_count", "completion_ratio"] }];
800
- },
801
- };
802
- const ethicsGate = new EthicsGate(stateManager, capturingLLM);
803
- const negotiator = new GoalNegotiator(stateManager, capturingLLM, ethicsGate, mockObsEngine);
804
- await negotiator.negotiate("Improve project completion");
805
- // The DataSource section should appear BEFORE the example JSON
806
- const dsIndex = capturedPrompt.indexOf("DataSources");
807
- const exampleIndex = capturedPrompt.indexOf("Example:");
808
- expect(dsIndex).toBeGreaterThanOrEqual(0);
809
- expect(exampleIndex).toBeGreaterThan(dsIndex);
810
- });
811
- it("DataSource CRITICAL CONSTRAINT text appears in prompt when DataSources are available", async () => {
812
- let capturedPrompt = "";
813
- let callCount = 0;
814
- const capturingLLM = {
815
- async sendMessage(messages, _options) {
816
- callCount++;
817
- if (callCount === 2) {
818
- capturedPrompt = messages[0]?.content ?? "";
819
- }
820
- const responses = {
821
- 1: PASS_VERDICT,
822
- 2: SINGLE_DIMENSION_RESPONSE,
823
- 3: FEASIBILITY_REALISTIC,
824
- 4: RESPONSE_MESSAGE_ACCEPT,
825
- };
826
- const content = responses[callCount] ?? RESPONSE_MESSAGE_ACCEPT;
827
- return { content, usage: { input_tokens: 10, output_tokens: content.length }, stop_reason: "end_turn" };
828
- },
829
- parseJSON(content, schema) {
830
- return schema.parse(JSON.parse(content.trim()));
831
- },
832
- };
833
- const mockObsEngine = {
834
- getAvailableDimensionInfo() {
835
- return [{ name: "sensor_feed", dimensions: ["temperature_celsius", "humidity_percent"] }];
836
- },
837
- };
838
- const ethicsGate = new EthicsGate(stateManager, capturingLLM);
839
- const negotiator = new GoalNegotiator(stateManager, capturingLLM, ethicsGate, mockObsEngine);
840
- await negotiator.negotiate("Maintain comfortable environment");
841
- expect(capturedPrompt).toContain("DataSources");
842
- expect(capturedPrompt).toContain("use exact dimension names");
843
- expect(capturedPrompt).toContain("temperature_celsius");
844
- expect(capturedPrompt).toContain("humidity_percent");
845
- });
846
- it("no DataSource section in prompt when no DataSources are registered", async () => {
847
- let capturedPrompt = "";
848
- let callCount = 0;
849
- const capturingLLM = {
850
- async sendMessage(messages, _options) {
851
- callCount++;
852
- if (callCount === 2) {
853
- capturedPrompt = messages[0]?.content ?? "";
854
- }
855
- const responses = {
856
- 1: PASS_VERDICT,
857
- 2: SINGLE_DIMENSION_RESPONSE,
858
- 3: FEASIBILITY_REALISTIC,
859
- 4: RESPONSE_MESSAGE_ACCEPT,
860
- };
861
- const content = responses[callCount] ?? RESPONSE_MESSAGE_ACCEPT;
862
- return { content, usage: { input_tokens: 10, output_tokens: content.length }, stop_reason: "end_turn" };
863
- },
864
- parseJSON(content, schema) {
865
- return schema.parse(JSON.parse(content.trim()));
866
- },
867
- };
868
- // observationEngine has no registered DataSources — getAvailableDimensionInfo() returns []
869
- const ethicsGate = new EthicsGate(stateManager, capturingLLM);
870
- const negotiator = new GoalNegotiator(stateManager, capturingLLM, ethicsGate, observationEngine);
871
- await negotiator.negotiate("Simple goal with no data sources");
872
- expect(capturedPrompt).not.toContain("CRITICAL CONSTRAINT");
873
- });
874
- });
875
- });
876
- //# sourceMappingURL=goal-negotiator-decompose.test.js.map