pulseed 0.5.4 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (561) hide show
  1. package/README.md +13 -9
  2. package/dist/adapters/datasources/artifact-metric-datasource.d.ts +18 -0
  3. package/dist/adapters/datasources/artifact-metric-datasource.d.ts.map +1 -0
  4. package/dist/adapters/datasources/artifact-metric-datasource.js +592 -0
  5. package/dist/adapters/datasources/artifact-metric-datasource.js.map +1 -0
  6. package/dist/adapters/types/mcp.d.ts +6 -6
  7. package/dist/base/types/goal-activation.d.ts +14 -2
  8. package/dist/base/types/goal-activation.d.ts.map +1 -1
  9. package/dist/base/types/goal-activation.js +4 -0
  10. package/dist/base/types/goal-activation.js.map +1 -1
  11. package/dist/index.d.ts +6 -0
  12. package/dist/index.d.ts.map +1 -1
  13. package/dist/index.js +4 -0
  14. package/dist/index.js.map +1 -1
  15. package/dist/interface/chat/chat-runner-commands.d.ts +6 -0
  16. package/dist/interface/chat/chat-runner-commands.d.ts.map +1 -1
  17. package/dist/interface/chat/chat-runner-commands.js +94 -2
  18. package/dist/interface/chat/chat-runner-commands.js.map +1 -1
  19. package/dist/interface/chat/chat-runner-event-bridge.d.ts +8 -1
  20. package/dist/interface/chat/chat-runner-event-bridge.d.ts.map +1 -1
  21. package/dist/interface/chat/chat-runner-event-bridge.js +69 -3
  22. package/dist/interface/chat/chat-runner-event-bridge.js.map +1 -1
  23. package/dist/interface/chat/chat-runner-routes.d.ts.map +1 -1
  24. package/dist/interface/chat/chat-runner-routes.js +23 -7
  25. package/dist/interface/chat/chat-runner-routes.js.map +1 -1
  26. package/dist/interface/chat/chat-runner-support.d.ts +25 -1
  27. package/dist/interface/chat/chat-runner-support.d.ts.map +1 -1
  28. package/dist/interface/chat/chat-runner-support.js +66 -12
  29. package/dist/interface/chat/chat-runner-support.js.map +1 -1
  30. package/dist/interface/chat/chat-runner.d.ts.map +1 -1
  31. package/dist/interface/chat/chat-runner.js +38 -8
  32. package/dist/interface/chat/chat-runner.js.map +1 -1
  33. package/dist/interface/chat/cross-platform-session.d.ts.map +1 -1
  34. package/dist/interface/chat/cross-platform-session.js +13 -1
  35. package/dist/interface/chat/cross-platform-session.js.map +1 -1
  36. package/dist/interface/chat/event-subscriber.d.ts.map +1 -1
  37. package/dist/interface/chat/event-subscriber.js +20 -0
  38. package/dist/interface/chat/event-subscriber.js.map +1 -1
  39. package/dist/interface/chat/failure-recovery.d.ts +43 -1
  40. package/dist/interface/chat/failure-recovery.d.ts.map +1 -1
  41. package/dist/interface/chat/failure-recovery.js +259 -89
  42. package/dist/interface/chat/failure-recovery.js.map +1 -1
  43. package/dist/interface/chat/ingress-router.d.ts +2 -1
  44. package/dist/interface/chat/ingress-router.d.ts.map +1 -1
  45. package/dist/interface/chat/ingress-router.js +2 -3
  46. package/dist/interface/chat/ingress-router.js.map +1 -1
  47. package/dist/interface/chat/tend-command.js +1 -0
  48. package/dist/interface/chat/tend-command.js.map +1 -1
  49. package/dist/interface/cli/cli-command-registry.d.ts.map +1 -1
  50. package/dist/interface/cli/cli-command-registry.js +19 -3
  51. package/dist/interface/cli/cli-command-registry.js.map +1 -1
  52. package/dist/interface/cli/commands/daemon-shared.d.ts +2 -1
  53. package/dist/interface/cli/commands/daemon-shared.d.ts.map +1 -1
  54. package/dist/interface/cli/commands/daemon-shared.js +33 -1
  55. package/dist/interface/cli/commands/daemon-shared.js.map +1 -1
  56. package/dist/interface/cli/commands/daemon.d.ts.map +1 -1
  57. package/dist/interface/cli/commands/daemon.js +59 -8
  58. package/dist/interface/cli/commands/daemon.js.map +1 -1
  59. package/dist/interface/cli/commands/goal-read.d.ts.map +1 -1
  60. package/dist/interface/cli/commands/goal-read.js +10 -3
  61. package/dist/interface/cli/commands/goal-read.js.map +1 -1
  62. package/dist/interface/cli/commands/notify.d.ts.map +1 -1
  63. package/dist/interface/cli/commands/notify.js +7 -1
  64. package/dist/interface/cli/commands/notify.js.map +1 -1
  65. package/dist/interface/cli/commands/run.d.ts.map +1 -1
  66. package/dist/interface/cli/commands/run.js +29 -0
  67. package/dist/interface/cli/commands/run.js.map +1 -1
  68. package/dist/interface/cli/commands/runtime.d.ts +1 -1
  69. package/dist/interface/cli/commands/runtime.d.ts.map +1 -1
  70. package/dist/interface/cli/commands/runtime.js +407 -2
  71. package/dist/interface/cli/commands/runtime.js.map +1 -1
  72. package/dist/interface/cli/data-source-bootstrap.d.ts.map +1 -1
  73. package/dist/interface/cli/data-source-bootstrap.js +25 -12
  74. package/dist/interface/cli/data-source-bootstrap.js.map +1 -1
  75. package/dist/interface/cli/setup.d.ts.map +1 -1
  76. package/dist/interface/cli/setup.js +14 -0
  77. package/dist/interface/cli/setup.js.map +1 -1
  78. package/dist/interface/cli/utils/loop-runner.d.ts.map +1 -1
  79. package/dist/interface/cli/utils/loop-runner.js +2 -1
  80. package/dist/interface/cli/utils/loop-runner.js.map +1 -1
  81. package/dist/interface/cli/utils.d.ts.map +1 -1
  82. package/dist/interface/cli/utils.js +8 -1
  83. package/dist/interface/cli/utils.js.map +1 -1
  84. package/dist/interface/tui/app.d.ts +4 -1
  85. package/dist/interface/tui/app.d.ts.map +1 -1
  86. package/dist/interface/tui/app.js +268 -10
  87. package/dist/interface/tui/app.js.map +1 -1
  88. package/dist/interface/tui/chat-surface.d.ts +2 -0
  89. package/dist/interface/tui/chat-surface.d.ts.map +1 -1
  90. package/dist/interface/tui/chat-surface.js +3 -0
  91. package/dist/interface/tui/chat-surface.js.map +1 -1
  92. package/dist/interface/tui/dashboard.d.ts +37 -1
  93. package/dist/interface/tui/dashboard.d.ts.map +1 -1
  94. package/dist/interface/tui/dashboard.js +264 -1
  95. package/dist/interface/tui/dashboard.js.map +1 -1
  96. package/dist/interface/tui/entry-deps.d.ts +3 -1
  97. package/dist/interface/tui/entry-deps.d.ts.map +1 -1
  98. package/dist/interface/tui/entry-deps.js +19 -1
  99. package/dist/interface/tui/entry-deps.js.map +1 -1
  100. package/dist/interface/tui/entry.d.ts.map +1 -1
  101. package/dist/interface/tui/entry.js +4 -2
  102. package/dist/interface/tui/entry.js.map +1 -1
  103. package/dist/interface/tui/intent-recognizer.d.ts +8 -3
  104. package/dist/interface/tui/intent-recognizer.d.ts.map +1 -1
  105. package/dist/interface/tui/intent-recognizer.js +74 -68
  106. package/dist/interface/tui/intent-recognizer.js.map +1 -1
  107. package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.d.ts.map +1 -1
  108. package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.js +41 -0
  109. package/dist/orchestrator/execution/agent-loop/agent-loop-default-profile.js.map +1 -1
  110. package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.d.ts +1 -1
  111. package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.d.ts +1 -1
  112. package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.d.ts.map +1 -1
  113. package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.js +3 -2
  114. package/dist/orchestrator/execution/agent-loop/core-loop-control-tools.js.map +1 -1
  115. package/dist/orchestrator/execution/agent-loop/core-phase-runner.d.ts +1 -1
  116. package/dist/orchestrator/execution/agent-loop/core-phase-runner.d.ts.map +1 -1
  117. package/dist/orchestrator/execution/agent-loop/core-phase-runner.js +10 -1
  118. package/dist/orchestrator/execution/agent-loop/core-phase-runner.js.map +1 -1
  119. package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.d.ts +2 -0
  120. package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.d.ts.map +1 -1
  121. package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.js +4 -0
  122. package/dist/orchestrator/execution/agent-loop/kaggle-training-benchmark.js.map +1 -1
  123. package/dist/orchestrator/execution/agent-loop/task-agent-loop-result.d.ts +8 -8
  124. package/dist/orchestrator/execution/task/task-generation.d.ts +3 -1
  125. package/dist/orchestrator/execution/task/task-generation.d.ts.map +1 -1
  126. package/dist/orchestrator/execution/task/task-generation.js +17 -2
  127. package/dist/orchestrator/execution/task/task-generation.js.map +1 -1
  128. package/dist/orchestrator/execution/task/task-lifecycle-runner.d.ts +5 -1
  129. package/dist/orchestrator/execution/task/task-lifecycle-runner.d.ts.map +1 -1
  130. package/dist/orchestrator/execution/task/task-lifecycle-runner.js +9 -5
  131. package/dist/orchestrator/execution/task/task-lifecycle-runner.js.map +1 -1
  132. package/dist/orchestrator/execution/task/task-lifecycle.d.ts +10 -1
  133. package/dist/orchestrator/execution/task/task-lifecycle.d.ts.map +1 -1
  134. package/dist/orchestrator/execution/task/task-lifecycle.js +108 -7
  135. package/dist/orchestrator/execution/task/task-lifecycle.js.map +1 -1
  136. package/dist/orchestrator/execution/task/task-prompt-builder.d.ts +2 -1
  137. package/dist/orchestrator/execution/task/task-prompt-builder.d.ts.map +1 -1
  138. package/dist/orchestrator/execution/task/task-prompt-builder.js +4 -2
  139. package/dist/orchestrator/execution/task/task-prompt-builder.js.map +1 -1
  140. package/dist/orchestrator/execution/types/pipeline.d.ts +6 -6
  141. package/dist/orchestrator/goal/types/goal.d.ts +282 -0
  142. package/dist/orchestrator/goal/types/goal.d.ts.map +1 -1
  143. package/dist/orchestrator/goal/types/goal.js +20 -0
  144. package/dist/orchestrator/goal/types/goal.js.map +1 -1
  145. package/dist/orchestrator/loop/core-loop/contracts.d.ts +46 -3
  146. package/dist/orchestrator/loop/core-loop/contracts.d.ts.map +1 -1
  147. package/dist/orchestrator/loop/core-loop/contracts.js.map +1 -1
  148. package/dist/orchestrator/loop/core-loop/decision-engine.d.ts.map +1 -1
  149. package/dist/orchestrator/loop/core-loop/decision-engine.js +4 -0
  150. package/dist/orchestrator/loop/core-loop/decision-engine.js.map +1 -1
  151. package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.d.ts +48 -0
  152. package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.d.ts.map +1 -0
  153. package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.js +377 -0
  154. package/dist/orchestrator/loop/core-loop/dream-review-checkpoint.js.map +1 -0
  155. package/dist/orchestrator/loop/core-loop/evidence-ledger.js +1 -1
  156. package/dist/orchestrator/loop/core-loop/evidence-ledger.js.map +1 -1
  157. package/dist/orchestrator/loop/core-loop/iteration-kernel.d.ts +1 -0
  158. package/dist/orchestrator/loop/core-loop/iteration-kernel.d.ts.map +1 -1
  159. package/dist/orchestrator/loop/core-loop/iteration-kernel.js +492 -1
  160. package/dist/orchestrator/loop/core-loop/iteration-kernel.js.map +1 -1
  161. package/dist/orchestrator/loop/core-loop/phase-policy.d.ts.map +1 -1
  162. package/dist/orchestrator/loop/core-loop/phase-policy.js +35 -0
  163. package/dist/orchestrator/loop/core-loop/phase-policy.js.map +1 -1
  164. package/dist/orchestrator/loop/core-loop/phase-runtime.d.ts +2 -0
  165. package/dist/orchestrator/loop/core-loop/phase-runtime.d.ts.map +1 -1
  166. package/dist/orchestrator/loop/core-loop/phase-runtime.js +43 -2
  167. package/dist/orchestrator/loop/core-loop/phase-runtime.js.map +1 -1
  168. package/dist/orchestrator/loop/core-loop/phase-specs.d.ts +969 -2
  169. package/dist/orchestrator/loop/core-loop/phase-specs.d.ts.map +1 -1
  170. package/dist/orchestrator/loop/core-loop/phase-specs.js +198 -0
  171. package/dist/orchestrator/loop/core-loop/phase-specs.js.map +1 -1
  172. package/dist/orchestrator/loop/core-loop/public-research.d.ts +32 -0
  173. package/dist/orchestrator/loop/core-loop/public-research.d.ts.map +1 -0
  174. package/dist/orchestrator/loop/core-loop/public-research.js +112 -0
  175. package/dist/orchestrator/loop/core-loop/public-research.js.map +1 -0
  176. package/dist/orchestrator/loop/core-loop/task-cycle-stall.d.ts.map +1 -1
  177. package/dist/orchestrator/loop/core-loop/task-cycle-stall.js +141 -5
  178. package/dist/orchestrator/loop/core-loop/task-cycle-stall.js.map +1 -1
  179. package/dist/orchestrator/loop/core-loop/task-cycle.d.ts +4 -0
  180. package/dist/orchestrator/loop/core-loop/task-cycle.d.ts.map +1 -1
  181. package/dist/orchestrator/loop/core-loop/task-cycle.js +7 -0
  182. package/dist/orchestrator/loop/core-loop/task-cycle.js.map +1 -1
  183. package/dist/orchestrator/loop/core-loop.d.ts +15 -5
  184. package/dist/orchestrator/loop/core-loop.d.ts.map +1 -1
  185. package/dist/orchestrator/loop/core-loop.js +283 -17
  186. package/dist/orchestrator/loop/core-loop.js.map +1 -1
  187. package/dist/orchestrator/loop/loop-report-helper.d.ts.map +1 -1
  188. package/dist/orchestrator/loop/loop-report-helper.js +4 -0
  189. package/dist/orchestrator/loop/loop-report-helper.js.map +1 -1
  190. package/dist/orchestrator/loop/loop-result-types.d.ts +20 -1
  191. package/dist/orchestrator/loop/loop-result-types.d.ts.map +1 -1
  192. package/dist/orchestrator/loop/loop-result-types.js.map +1 -1
  193. package/dist/orchestrator/loop/post-loop-hooks.d.ts +1 -0
  194. package/dist/orchestrator/loop/post-loop-hooks.d.ts.map +1 -1
  195. package/dist/orchestrator/loop/post-loop-hooks.js +34 -1
  196. package/dist/orchestrator/loop/post-loop-hooks.js.map +1 -1
  197. package/dist/orchestrator/loop/run-policy.d.ts +10 -0
  198. package/dist/orchestrator/loop/run-policy.d.ts.map +1 -0
  199. package/dist/orchestrator/loop/run-policy.js +30 -0
  200. package/dist/orchestrator/loop/run-policy.js.map +1 -0
  201. package/dist/orchestrator/strategy/divergent-exploration.d.ts +37 -0
  202. package/dist/orchestrator/strategy/divergent-exploration.d.ts.map +1 -0
  203. package/dist/orchestrator/strategy/divergent-exploration.js +324 -0
  204. package/dist/orchestrator/strategy/divergent-exploration.js.map +1 -0
  205. package/dist/orchestrator/strategy/strategy-helpers.d.ts +108 -0
  206. package/dist/orchestrator/strategy/strategy-helpers.d.ts.map +1 -1
  207. package/dist/orchestrator/strategy/strategy-helpers.js +34 -2
  208. package/dist/orchestrator/strategy/strategy-helpers.js.map +1 -1
  209. package/dist/orchestrator/strategy/strategy-manager-base.d.ts +20 -1
  210. package/dist/orchestrator/strategy/strategy-manager-base.d.ts.map +1 -1
  211. package/dist/orchestrator/strategy/strategy-manager-base.js +71 -6
  212. package/dist/orchestrator/strategy/strategy-manager-base.js.map +1 -1
  213. package/dist/orchestrator/strategy/types/cross-portfolio.d.ts +2 -2
  214. package/dist/orchestrator/strategy/types/strategy.d.ts +364 -0
  215. package/dist/orchestrator/strategy/types/strategy.d.ts.map +1 -1
  216. package/dist/orchestrator/strategy/types/strategy.js +43 -0
  217. package/dist/orchestrator/strategy/types/strategy.js.map +1 -1
  218. package/dist/platform/dream/dream-activation.d.ts +1 -1
  219. package/dist/platform/dream/dream-event-workflows.d.ts +6 -6
  220. package/dist/platform/dream/dream-types.d.ts +91 -91
  221. package/dist/platform/drive/metric-history.d.ts +61 -0
  222. package/dist/platform/drive/metric-history.d.ts.map +1 -0
  223. package/dist/platform/drive/metric-history.js +206 -0
  224. package/dist/platform/drive/metric-history.js.map +1 -0
  225. package/dist/platform/drive/progress-predictor.d.ts +7 -0
  226. package/dist/platform/drive/progress-predictor.d.ts.map +1 -1
  227. package/dist/platform/drive/progress-predictor.js +23 -0
  228. package/dist/platform/drive/progress-predictor.js.map +1 -1
  229. package/dist/platform/drive/stall-detector.d.ts +3 -1
  230. package/dist/platform/drive/stall-detector.d.ts.map +1 -1
  231. package/dist/platform/drive/stall-detector.js +40 -1
  232. package/dist/platform/drive/stall-detector.js.map +1 -1
  233. package/dist/platform/drive/types/satisficing.d.ts +2 -2
  234. package/dist/platform/drive/types/stall.d.ts +4 -0
  235. package/dist/platform/drive/types/stall.d.ts.map +1 -1
  236. package/dist/platform/drive/types/stall.js +1 -0
  237. package/dist/platform/drive/types/stall.js.map +1 -1
  238. package/dist/platform/knowledge/types/learning.d.ts +2 -2
  239. package/dist/platform/observation/data-source-adapter.d.ts +1 -0
  240. package/dist/platform/observation/data-source-adapter.d.ts.map +1 -1
  241. package/dist/platform/observation/data-source-adapter.js.map +1 -1
  242. package/dist/platform/observation/observation-datasource.d.ts.map +1 -1
  243. package/dist/platform/observation/observation-datasource.js +2 -0
  244. package/dist/platform/observation/observation-datasource.js.map +1 -1
  245. package/dist/platform/observation/types/data-source.d.ts +153 -9
  246. package/dist/platform/observation/types/data-source.d.ts.map +1 -1
  247. package/dist/platform/observation/types/data-source.js +13 -1
  248. package/dist/platform/observation/types/data-source.js.map +1 -1
  249. package/dist/platform/soil/contracts.d.ts +65 -65
  250. package/dist/platform/soil/importer.d.ts +6 -6
  251. package/dist/platform/soil/types.d.ts +8 -8
  252. package/dist/platform/time/deadline-finalization.d.ts +57 -0
  253. package/dist/platform/time/deadline-finalization.d.ts.map +1 -0
  254. package/dist/platform/time/deadline-finalization.js +136 -0
  255. package/dist/platform/time/deadline-finalization.js.map +1 -0
  256. package/dist/platform/time/execution-mode.d.ts +29 -0
  257. package/dist/platform/time/execution-mode.d.ts.map +1 -0
  258. package/dist/platform/time/execution-mode.js +84 -0
  259. package/dist/platform/time/execution-mode.js.map +1 -0
  260. package/dist/platform/traits/types/curiosity.d.ts +9 -9
  261. package/dist/platform/traits/types/guardrail.d.ts +6 -6
  262. package/dist/reporting/report-formatters.d.ts.map +1 -1
  263. package/dist/reporting/report-formatters.js +67 -2
  264. package/dist/reporting/report-formatters.js.map +1 -1
  265. package/dist/reporting/reporting-engine.d.ts.map +1 -1
  266. package/dist/reporting/reporting-engine.js +3 -1
  267. package/dist/reporting/reporting-engine.js.map +1 -1
  268. package/dist/reporting/reporting-types.d.ts +4 -0
  269. package/dist/reporting/reporting-types.d.ts.map +1 -1
  270. package/dist/reporting/types/report.d.ts +59 -0
  271. package/dist/reporting/types/report.d.ts.map +1 -1
  272. package/dist/reporting/types/report.js +9 -0
  273. package/dist/reporting/types/report.js.map +1 -1
  274. package/dist/runtime/command-dispatcher.d.ts +2 -0
  275. package/dist/runtime/command-dispatcher.d.ts.map +1 -1
  276. package/dist/runtime/command-dispatcher.js +16 -0
  277. package/dist/runtime/command-dispatcher.js.map +1 -1
  278. package/dist/runtime/confirmation-decision.d.ts +94 -0
  279. package/dist/runtime/confirmation-decision.d.ts.map +1 -0
  280. package/dist/runtime/confirmation-decision.js +109 -0
  281. package/dist/runtime/confirmation-decision.js.map +1 -0
  282. package/dist/runtime/control/daemon-runtime-control-executor.d.ts.map +1 -1
  283. package/dist/runtime/control/daemon-runtime-control-executor.js +31 -1
  284. package/dist/runtime/control/daemon-runtime-control-executor.js.map +1 -1
  285. package/dist/runtime/control/runtime-control-intent.d.ts +9 -1
  286. package/dist/runtime/control/runtime-control-intent.d.ts.map +1 -1
  287. package/dist/runtime/control/runtime-control-intent.js +82 -16
  288. package/dist/runtime/control/runtime-control-intent.js.map +1 -1
  289. package/dist/runtime/control/runtime-control-service.d.ts +35 -1
  290. package/dist/runtime/control/runtime-control-service.d.ts.map +1 -1
  291. package/dist/runtime/control/runtime-control-service.js +285 -5
  292. package/dist/runtime/control/runtime-control-service.js.map +1 -1
  293. package/dist/runtime/daemon/client.d.ts +12 -0
  294. package/dist/runtime/daemon/client.d.ts.map +1 -1
  295. package/dist/runtime/daemon/client.js +9 -0
  296. package/dist/runtime/daemon/client.js.map +1 -1
  297. package/dist/runtime/daemon/runner-commands.d.ts +6 -2
  298. package/dist/runtime/daemon/runner-commands.d.ts.map +1 -1
  299. package/dist/runtime/daemon/runner-commands.js +237 -1
  300. package/dist/runtime/daemon/runner-commands.js.map +1 -1
  301. package/dist/runtime/daemon/runner-goal-cycle.d.ts.map +1 -1
  302. package/dist/runtime/daemon/runner-goal-cycle.js +59 -1
  303. package/dist/runtime/daemon/runner-goal-cycle.js.map +1 -1
  304. package/dist/runtime/daemon/runner-startup.d.ts.map +1 -1
  305. package/dist/runtime/daemon/runner-startup.js +12 -2
  306. package/dist/runtime/daemon/runner-startup.js.map +1 -1
  307. package/dist/runtime/daemon/runner.d.ts +4 -0
  308. package/dist/runtime/daemon/runner.d.ts.map +1 -1
  309. package/dist/runtime/daemon/runner.js +14 -1
  310. package/dist/runtime/daemon/runner.js.map +1 -1
  311. package/dist/runtime/daemon/runtime-ownership.d.ts +9 -0
  312. package/dist/runtime/daemon/runtime-ownership.d.ts.map +1 -1
  313. package/dist/runtime/daemon/runtime-ownership.js +248 -1
  314. package/dist/runtime/daemon/runtime-ownership.js.map +1 -1
  315. package/dist/runtime/dream-sidecar-review.d.ts +92 -0
  316. package/dist/runtime/dream-sidecar-review.d.ts.map +1 -0
  317. package/dist/runtime/dream-sidecar-review.js +495 -0
  318. package/dist/runtime/dream-sidecar-review.js.map +1 -0
  319. package/dist/runtime/event/server-command-handler.d.ts +2 -4
  320. package/dist/runtime/event/server-command-handler.d.ts.map +1 -1
  321. package/dist/runtime/event/server-command-handler.js +36 -6
  322. package/dist/runtime/event/server-command-handler.js.map +1 -1
  323. package/dist/runtime/event/server-snapshot-reader.d.ts +15 -1
  324. package/dist/runtime/event/server-snapshot-reader.d.ts.map +1 -1
  325. package/dist/runtime/event/server-snapshot-reader.js +66 -2
  326. package/dist/runtime/event/server-snapshot-reader.js.map +1 -1
  327. package/dist/runtime/event/server-types.d.ts +7 -0
  328. package/dist/runtime/event/server-types.d.ts.map +1 -1
  329. package/dist/runtime/event/server.d.ts +5 -0
  330. package/dist/runtime/event/server.d.ts.map +1 -1
  331. package/dist/runtime/event/server.js +43 -11
  332. package/dist/runtime/event/server.js.map +1 -1
  333. package/dist/runtime/evidence-answer.d.ts +41 -0
  334. package/dist/runtime/evidence-answer.d.ts.map +1 -0
  335. package/dist/runtime/evidence-answer.js +366 -0
  336. package/dist/runtime/evidence-answer.js.map +1 -0
  337. package/dist/runtime/executor/goal-worker.d.ts +4 -1
  338. package/dist/runtime/executor/goal-worker.d.ts.map +1 -1
  339. package/dist/runtime/executor/goal-worker.js +5 -1
  340. package/dist/runtime/executor/goal-worker.js.map +1 -1
  341. package/dist/runtime/executor/loop-supervisor.d.ts +4 -0
  342. package/dist/runtime/executor/loop-supervisor.d.ts.map +1 -1
  343. package/dist/runtime/executor/loop-supervisor.js +35 -6
  344. package/dist/runtime/executor/loop-supervisor.js.map +1 -1
  345. package/dist/runtime/guardrails/backpressure-controller.d.ts +32 -0
  346. package/dist/runtime/guardrails/backpressure-controller.d.ts.map +1 -0
  347. package/dist/runtime/guardrails/backpressure-controller.js +88 -0
  348. package/dist/runtime/guardrails/backpressure-controller.js.map +1 -0
  349. package/dist/runtime/guardrails/circuit-breaker.d.ts +32 -0
  350. package/dist/runtime/guardrails/circuit-breaker.d.ts.map +1 -0
  351. package/dist/runtime/guardrails/circuit-breaker.js +88 -0
  352. package/dist/runtime/guardrails/circuit-breaker.js.map +1 -0
  353. package/dist/runtime/guardrails/guardrail-store.d.ts +23 -0
  354. package/dist/runtime/guardrails/guardrail-store.d.ts.map +1 -0
  355. package/dist/runtime/guardrails/guardrail-store.js +95 -0
  356. package/dist/runtime/guardrails/guardrail-store.js.map +1 -0
  357. package/dist/runtime/guardrails/index.d.ts +4 -0
  358. package/dist/runtime/guardrails/index.d.ts.map +1 -0
  359. package/dist/runtime/guardrails/index.js +4 -0
  360. package/dist/runtime/guardrails/index.js.map +1 -0
  361. package/dist/runtime/interactive-automation/browser-session-store.d.ts +43 -0
  362. package/dist/runtime/interactive-automation/browser-session-store.d.ts.map +1 -0
  363. package/dist/runtime/interactive-automation/browser-session-store.js +104 -0
  364. package/dist/runtime/interactive-automation/browser-session-store.js.map +1 -0
  365. package/dist/runtime/interactive-automation/failure-classifier.d.ts +12 -0
  366. package/dist/runtime/interactive-automation/failure-classifier.d.ts.map +1 -0
  367. package/dist/runtime/interactive-automation/failure-classifier.js +50 -0
  368. package/dist/runtime/interactive-automation/failure-classifier.js.map +1 -0
  369. package/dist/runtime/interactive-automation/index.d.ts +2 -0
  370. package/dist/runtime/interactive-automation/index.d.ts.map +1 -1
  371. package/dist/runtime/interactive-automation/index.js +2 -0
  372. package/dist/runtime/interactive-automation/index.js.map +1 -1
  373. package/dist/runtime/interactive-automation/providers/manus-browser.d.ts.map +1 -1
  374. package/dist/runtime/interactive-automation/providers/manus-browser.js +17 -1
  375. package/dist/runtime/interactive-automation/providers/manus-browser.js.map +1 -1
  376. package/dist/runtime/interactive-automation/types.d.ts +4 -0
  377. package/dist/runtime/interactive-automation/types.d.ts.map +1 -1
  378. package/dist/runtime/interactive-automation/types.js.map +1 -1
  379. package/dist/runtime/notification-routing.d.ts +45 -2
  380. package/dist/runtime/notification-routing.d.ts.map +1 -1
  381. package/dist/runtime/notification-routing.js +196 -79
  382. package/dist/runtime/notification-routing.js.map +1 -1
  383. package/dist/runtime/run-spec/confirmation.d.ts +34 -0
  384. package/dist/runtime/run-spec/confirmation.d.ts.map +1 -0
  385. package/dist/runtime/run-spec/confirmation.js +176 -0
  386. package/dist/runtime/run-spec/confirmation.js.map +1 -0
  387. package/dist/runtime/run-spec/derive.d.ts +284 -0
  388. package/dist/runtime/run-spec/derive.d.ts.map +1 -0
  389. package/dist/runtime/run-spec/derive.js +379 -0
  390. package/dist/runtime/run-spec/derive.js.map +1 -0
  391. package/dist/runtime/run-spec/index.d.ts +5 -0
  392. package/dist/runtime/run-spec/index.d.ts.map +1 -0
  393. package/dist/runtime/run-spec/index.js +5 -0
  394. package/dist/runtime/run-spec/index.js.map +1 -0
  395. package/dist/runtime/run-spec/store.d.ts +11 -0
  396. package/dist/runtime/run-spec/store.d.ts.map +1 -0
  397. package/dist/runtime/run-spec/store.js +36 -0
  398. package/dist/runtime/run-spec/store.js.map +1 -0
  399. package/dist/runtime/run-spec/types.d.ts +495 -0
  400. package/dist/runtime/run-spec/types.d.ts.map +1 -0
  401. package/dist/runtime/run-spec/types.js +87 -0
  402. package/dist/runtime/run-spec/types.js.map +1 -0
  403. package/dist/runtime/schedule/engine-execution.d.ts +2 -1
  404. package/dist/runtime/schedule/engine-execution.d.ts.map +1 -1
  405. package/dist/runtime/schedule/engine-execution.js +1 -1
  406. package/dist/runtime/schedule/engine-execution.js.map +1 -1
  407. package/dist/runtime/schedule/engine-layers.d.ts +2 -1
  408. package/dist/runtime/schedule/engine-layers.d.ts.map +1 -1
  409. package/dist/runtime/schedule/engine-layers.js +3 -1
  410. package/dist/runtime/schedule/engine-layers.js.map +1 -1
  411. package/dist/runtime/schedule/engine.d.ts +2 -1
  412. package/dist/runtime/schedule/engine.d.ts.map +1 -1
  413. package/dist/runtime/schedule/engine.js.map +1 -1
  414. package/dist/runtime/schedule/history.d.ts +4 -4
  415. package/dist/runtime/session-registry/registry.d.ts.map +1 -1
  416. package/dist/runtime/session-registry/registry.js +2 -0
  417. package/dist/runtime/session-registry/registry.js.map +1 -1
  418. package/dist/runtime/session-registry/types.d.ts +102 -94
  419. package/dist/runtime/session-registry/types.d.ts.map +1 -1
  420. package/dist/runtime/session-registry/types.js +2 -0
  421. package/dist/runtime/session-registry/types.js.map +1 -1
  422. package/dist/runtime/store/artifact-retention.d.ts +44 -0
  423. package/dist/runtime/store/artifact-retention.d.ts.map +1 -0
  424. package/dist/runtime/store/artifact-retention.js +263 -0
  425. package/dist/runtime/store/artifact-retention.js.map +1 -0
  426. package/dist/runtime/store/background-run-store.d.ts +1 -0
  427. package/dist/runtime/store/background-run-store.d.ts.map +1 -1
  428. package/dist/runtime/store/background-run-store.js +1 -0
  429. package/dist/runtime/store/background-run-store.js.map +1 -1
  430. package/dist/runtime/store/budget-store.d.ts +442 -0
  431. package/dist/runtime/store/budget-store.d.ts.map +1 -0
  432. package/dist/runtime/store/budget-store.js +318 -0
  433. package/dist/runtime/store/budget-store.js.map +1 -0
  434. package/dist/runtime/store/dream-checkpoints.d.ts +9 -0
  435. package/dist/runtime/store/dream-checkpoints.d.ts.map +1 -0
  436. package/dist/runtime/store/dream-checkpoints.js +16 -0
  437. package/dist/runtime/store/dream-checkpoints.js.map +1 -0
  438. package/dist/runtime/store/evaluator-results.d.ts +97 -0
  439. package/dist/runtime/store/evaluator-results.d.ts.map +1 -0
  440. package/dist/runtime/store/evaluator-results.js +355 -0
  441. package/dist/runtime/store/evaluator-results.js.map +1 -0
  442. package/dist/runtime/store/evidence-ledger.d.ts +5298 -0
  443. package/dist/runtime/store/evidence-ledger.d.ts.map +1 -0
  444. package/dist/runtime/store/evidence-ledger.js +1452 -0
  445. package/dist/runtime/store/evidence-ledger.js.map +1 -0
  446. package/dist/runtime/store/experiment-queue-store.d.ts +1164 -0
  447. package/dist/runtime/store/experiment-queue-store.d.ts.map +1 -0
  448. package/dist/runtime/store/experiment-queue-store.js +341 -0
  449. package/dist/runtime/store/experiment-queue-store.js.map +1 -0
  450. package/dist/runtime/store/health-store.d.ts.map +1 -1
  451. package/dist/runtime/store/health-store.js +6 -0
  452. package/dist/runtime/store/health-store.js.map +1 -1
  453. package/dist/runtime/store/index.d.ts +25 -2
  454. package/dist/runtime/store/index.d.ts.map +1 -1
  455. package/dist/runtime/store/index.js +13 -1
  456. package/dist/runtime/store/index.js.map +1 -1
  457. package/dist/runtime/store/metric-history.d.ts +10 -0
  458. package/dist/runtime/store/metric-history.d.ts.map +1 -0
  459. package/dist/runtime/store/metric-history.js +56 -0
  460. package/dist/runtime/store/metric-history.js.map +1 -0
  461. package/dist/runtime/store/operator-handoff-store.d.ts +179 -0
  462. package/dist/runtime/store/operator-handoff-store.d.ts.map +1 -0
  463. package/dist/runtime/store/operator-handoff-store.js +120 -0
  464. package/dist/runtime/store/operator-handoff-store.js.map +1 -0
  465. package/dist/runtime/store/postmortem-report.d.ts +485 -0
  466. package/dist/runtime/store/postmortem-report.d.ts.map +1 -0
  467. package/dist/runtime/store/postmortem-report.js +561 -0
  468. package/dist/runtime/store/postmortem-report.js.map +1 -0
  469. package/dist/runtime/store/reproducibility-manifest.d.ts +565 -0
  470. package/dist/runtime/store/reproducibility-manifest.d.ts.map +1 -0
  471. package/dist/runtime/store/reproducibility-manifest.js +392 -0
  472. package/dist/runtime/store/reproducibility-manifest.js.map +1 -0
  473. package/dist/runtime/store/research-evidence.d.ts +8 -0
  474. package/dist/runtime/store/research-evidence.d.ts.map +1 -0
  475. package/dist/runtime/store/research-evidence.js +15 -0
  476. package/dist/runtime/store/research-evidence.js.map +1 -0
  477. package/dist/runtime/store/runtime-operation-schemas.d.ts +70 -24
  478. package/dist/runtime/store/runtime-operation-schemas.d.ts.map +1 -1
  479. package/dist/runtime/store/runtime-operation-schemas.js +16 -1
  480. package/dist/runtime/store/runtime-operation-schemas.js.map +1 -1
  481. package/dist/runtime/store/runtime-paths.d.ts +25 -0
  482. package/dist/runtime/store/runtime-paths.d.ts.map +1 -1
  483. package/dist/runtime/store/runtime-paths.js +73 -0
  484. package/dist/runtime/store/runtime-paths.js.map +1 -1
  485. package/dist/runtime/store/runtime-schemas.d.ts +1936 -17
  486. package/dist/runtime/store/runtime-schemas.d.ts.map +1 -1
  487. package/dist/runtime/store/runtime-schemas.js +201 -0
  488. package/dist/runtime/store/runtime-schemas.js.map +1 -1
  489. package/dist/runtime/store/safe-pause-store.d.ts +28 -0
  490. package/dist/runtime/store/safe-pause-store.d.ts.map +1 -0
  491. package/dist/runtime/store/safe-pause-store.js +103 -0
  492. package/dist/runtime/store/safe-pause-store.js.map +1 -0
  493. package/dist/runtime/types/daemon.d.ts +224 -14
  494. package/dist/runtime/types/daemon.d.ts.map +1 -1
  495. package/dist/runtime/types/daemon.js +27 -2
  496. package/dist/runtime/types/daemon.js.map +1 -1
  497. package/dist/runtime/types/envelope.d.ts +10 -10
  498. package/dist/runtime/types/hook.d.ts +9 -9
  499. package/dist/runtime/types/notification.d.ts +6 -6
  500. package/dist/runtime/types/plugin.d.ts +2 -2
  501. package/dist/runtime/types/schedule.d.ts +97 -54
  502. package/dist/runtime/types/schedule.d.ts.map +1 -1
  503. package/dist/runtime/types/schedule.js +10 -1
  504. package/dist/runtime/types/schedule.js.map +1 -1
  505. package/dist/runtime/types/trigger.d.ts +2 -2
  506. package/dist/tools/automation/InteractiveAutomationTools.d.ts +10 -0
  507. package/dist/tools/automation/InteractiveAutomationTools.d.ts.map +1 -1
  508. package/dist/tools/automation/InteractiveAutomationTools.js +139 -8
  509. package/dist/tools/automation/InteractiveAutomationTools.js.map +1 -1
  510. package/dist/tools/builtin/exports.d.ts +1 -1
  511. package/dist/tools/builtin/exports.d.ts.map +1 -1
  512. package/dist/tools/builtin/exports.js +1 -1
  513. package/dist/tools/builtin/exports.js.map +1 -1
  514. package/dist/tools/builtin/factory.d.ts +5 -0
  515. package/dist/tools/builtin/factory.d.ts.map +1 -1
  516. package/dist/tools/builtin/factory.js +18 -2
  517. package/dist/tools/builtin/factory.js.map +1 -1
  518. package/dist/tools/kaggle/KaggleExperimentTools.d.ts +792 -8
  519. package/dist/tools/kaggle/KaggleExperimentTools.d.ts.map +1 -1
  520. package/dist/tools/kaggle/KaggleExperimentTools.js +284 -19
  521. package/dist/tools/kaggle/KaggleExperimentTools.js.map +1 -1
  522. package/dist/tools/kaggle/KaggleSubmissionTools.d.ts +18 -12
  523. package/dist/tools/kaggle/KaggleSubmissionTools.d.ts.map +1 -1
  524. package/dist/tools/kaggle/KaggleSubmissionTools.js +23 -4
  525. package/dist/tools/kaggle/KaggleSubmissionTools.js.map +1 -1
  526. package/dist/tools/kaggle/KaggleWorkspacePrepareTool.d.ts +28 -9
  527. package/dist/tools/kaggle/KaggleWorkspacePrepareTool.d.ts.map +1 -1
  528. package/dist/tools/kaggle/KaggleWorkspacePrepareTool.js +182 -4
  529. package/dist/tools/kaggle/KaggleWorkspacePrepareTool.js.map +1 -1
  530. package/dist/tools/kaggle/index.d.ts +1 -1
  531. package/dist/tools/kaggle/index.d.ts.map +1 -1
  532. package/dist/tools/kaggle/index.js +1 -1
  533. package/dist/tools/kaggle/index.js.map +1 -1
  534. package/dist/tools/kaggle/metrics.d.ts +845 -4
  535. package/dist/tools/kaggle/metrics.d.ts.map +1 -1
  536. package/dist/tools/kaggle/metrics.js +410 -1
  537. package/dist/tools/kaggle/metrics.js.map +1 -1
  538. package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.d.ts +6 -0
  539. package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.d.ts.map +1 -1
  540. package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.js +9 -2
  541. package/dist/tools/mutation/ConfigureNotificationRoutingTool/ConfigureNotificationRoutingTool.js.map +1 -1
  542. package/dist/tools/mutation/TaskCreateTool/TaskCreateTool.d.ts +4 -4
  543. package/dist/tools/network/McpStdioTool/McpStdioTool.d.ts +4 -4
  544. package/dist/tools/query/MemoryRecallTool/MemoryRecallTool.d.ts +2 -2
  545. package/dist/tools/query/runtime-dream-review-tool.d.ts +34 -0
  546. package/dist/tools/query/runtime-dream-review-tool.d.ts.map +1 -0
  547. package/dist/tools/query/runtime-dream-review-tool.js +62 -0
  548. package/dist/tools/query/runtime-dream-review-tool.js.map +1 -0
  549. package/dist/tools/query/runtime-session-tools.d.ts.map +1 -1
  550. package/dist/tools/query/runtime-session-tools.js +2 -0
  551. package/dist/tools/query/runtime-session-tools.js.map +1 -1
  552. package/dist/tools/runtime/LongRunningRuntimeTools.d.ts +103 -103
  553. package/dist/tools/runtime/LongRunningRuntimeTools.d.ts.map +1 -1
  554. package/dist/tools/runtime/LongRunningRuntimeTools.js +60 -0
  555. package/dist/tools/runtime/LongRunningRuntimeTools.js.map +1 -1
  556. package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts +62 -32
  557. package/dist/tools/schedule/CreateScheduleTool/CreateScheduleTool.d.ts.map +1 -1
  558. package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts +78 -44
  559. package/dist/tools/schedule/UpdateScheduleTool/UpdateScheduleTool.d.ts.map +1 -1
  560. package/dist/tools/system/TestRunnerTool/TestRunnerTool.d.ts +4 -4
  561. package/package.json +2 -1
@@ -52,16 +52,16 @@ export declare const SoilRecordSchema: z.ZodObject<{
52
52
  summary: string | null;
53
53
  version: number;
54
54
  source_id: string;
55
+ source_type: string;
56
+ source_reliability: number | null;
55
57
  importance: number | null;
56
58
  valid_from: string | null;
57
59
  valid_to: string | null;
58
- source_type: string;
59
60
  soil_id: string;
60
61
  record_id: string;
61
62
  record_key: string;
62
- record_type: "observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact";
63
+ record_type: "observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow";
63
64
  canonical_text: string;
64
- source_reliability: number | null;
65
65
  supersedes_record_id: string | null;
66
66
  is_active: boolean;
67
67
  metadata_json: Record<string, unknown>;
@@ -76,16 +76,16 @@ export declare const SoilRecordSchema: z.ZodObject<{
76
76
  soil_id: string;
77
77
  record_id: string;
78
78
  record_key: string;
79
- record_type: "observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact";
79
+ record_type: "observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow";
80
80
  canonical_text: string;
81
81
  confidence?: number | null | undefined;
82
82
  goal_id?: string | null | undefined;
83
83
  task_id?: string | null | undefined;
84
84
  summary?: string | null | undefined;
85
+ source_reliability?: number | null | undefined;
85
86
  importance?: number | null | undefined;
86
87
  valid_from?: string | null | undefined;
87
88
  valid_to?: string | null | undefined;
88
- source_reliability?: number | null | undefined;
89
89
  supersedes_record_id?: string | null | undefined;
90
90
  is_active?: boolean | undefined;
91
91
  metadata_json?: Record<string, unknown> | undefined;
@@ -138,9 +138,9 @@ export declare const SoilPageSchema: z.ZodObject<{
138
138
  projected_at: z.ZodString;
139
139
  }, "strip", z.ZodTypeAny, {
140
140
  status: "candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated";
141
- kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay";
141
+ kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay";
142
142
  soil_id: string;
143
- route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox";
143
+ route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations";
144
144
  checksum: string;
145
145
  relative_path: string;
146
146
  page_id: string;
@@ -148,9 +148,9 @@ export declare const SoilPageSchema: z.ZodObject<{
148
148
  projected_at: string;
149
149
  }, {
150
150
  status: "candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated";
151
- kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay";
151
+ kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay";
152
152
  soil_id: string;
153
- route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox";
153
+ route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations";
154
154
  checksum: string;
155
155
  relative_path: string;
156
156
  page_id: string;
@@ -246,17 +246,17 @@ export declare const SoilPageFilterSchema: z.ZodObject<{
246
246
  page_statuses: z.ZodOptional<z.ZodArray<z.ZodEnum<["draft", "candidate", "confirmed", "stale", "superseded", "rejected", "deprecated", "archived"]>, "many">>;
247
247
  relative_paths: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
248
248
  }, "strip", z.ZodTypeAny, {
249
- routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox")[] | undefined;
249
+ routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
250
250
  page_ids?: string[] | undefined;
251
251
  soil_ids?: string[] | undefined;
252
- kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay")[] | undefined;
252
+ kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
253
253
  page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
254
254
  relative_paths?: string[] | undefined;
255
255
  }, {
256
- routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox")[] | undefined;
256
+ routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
257
257
  page_ids?: string[] | undefined;
258
258
  soil_ids?: string[] | undefined;
259
- kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay")[] | undefined;
259
+ kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
260
260
  page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
261
261
  relative_paths?: string[] | undefined;
262
262
  }>;
@@ -280,7 +280,7 @@ export declare const SoilRecordFilterSchema: z.ZodObject<{
280
280
  task_ids?: string[] | undefined;
281
281
  record_ids?: string[] | undefined;
282
282
  record_keys?: string[] | undefined;
283
- record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact")[] | undefined;
283
+ record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
284
284
  statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
285
285
  source_types?: string[] | undefined;
286
286
  source_ids?: string[] | undefined;
@@ -292,7 +292,7 @@ export declare const SoilRecordFilterSchema: z.ZodObject<{
292
292
  task_ids?: string[] | undefined;
293
293
  record_ids?: string[] | undefined;
294
294
  record_keys?: string[] | undefined;
295
- record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact")[] | undefined;
295
+ record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
296
296
  statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
297
297
  source_types?: string[] | undefined;
298
298
  source_ids?: string[] | undefined;
@@ -332,7 +332,7 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
332
332
  task_ids?: string[] | undefined;
333
333
  record_ids?: string[] | undefined;
334
334
  record_keys?: string[] | undefined;
335
- record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact")[] | undefined;
335
+ record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
336
336
  statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
337
337
  source_types?: string[] | undefined;
338
338
  source_ids?: string[] | undefined;
@@ -344,7 +344,7 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
344
344
  task_ids?: string[] | undefined;
345
345
  record_ids?: string[] | undefined;
346
346
  record_keys?: string[] | undefined;
347
- record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact")[] | undefined;
347
+ record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
348
348
  statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
349
349
  source_types?: string[] | undefined;
350
350
  source_ids?: string[] | undefined;
@@ -361,17 +361,17 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
361
361
  page_statuses: z.ZodOptional<z.ZodArray<z.ZodEnum<["draft", "candidate", "confirmed", "stale", "superseded", "rejected", "deprecated", "archived"]>, "many">>;
362
362
  relative_paths: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
363
363
  }, "strip", z.ZodTypeAny, {
364
- routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox")[] | undefined;
364
+ routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
365
365
  page_ids?: string[] | undefined;
366
366
  soil_ids?: string[] | undefined;
367
- kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay")[] | undefined;
367
+ kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
368
368
  page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
369
369
  relative_paths?: string[] | undefined;
370
370
  }, {
371
- routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox")[] | undefined;
371
+ routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
372
372
  page_ids?: string[] | undefined;
373
373
  soil_ids?: string[] | undefined;
374
- kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay")[] | undefined;
374
+ kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
375
375
  page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
376
376
  relative_paths?: string[] | undefined;
377
377
  }>>;
@@ -388,7 +388,7 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
388
388
  task_ids?: string[] | undefined;
389
389
  record_ids?: string[] | undefined;
390
390
  record_keys?: string[] | undefined;
391
- record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact")[] | undefined;
391
+ record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
392
392
  statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
393
393
  source_types?: string[] | undefined;
394
394
  source_ids?: string[] | undefined;
@@ -397,10 +397,10 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
397
397
  updated_before?: string | undefined;
398
398
  };
399
399
  page_filter: {
400
- routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox")[] | undefined;
400
+ routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
401
401
  page_ids?: string[] | undefined;
402
402
  soil_ids?: string[] | undefined;
403
- kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay")[] | undefined;
403
+ kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
404
404
  page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
405
405
  relative_paths?: string[] | undefined;
406
406
  };
@@ -422,7 +422,7 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
422
422
  task_ids?: string[] | undefined;
423
423
  record_ids?: string[] | undefined;
424
424
  record_keys?: string[] | undefined;
425
- record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact")[] | undefined;
425
+ record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
426
426
  statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
427
427
  source_types?: string[] | undefined;
428
428
  source_ids?: string[] | undefined;
@@ -432,10 +432,10 @@ export declare const SoilSearchRequestSchema: z.ZodObject<{
432
432
  updated_before?: string | undefined;
433
433
  } | undefined;
434
434
  page_filter?: {
435
- routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox")[] | undefined;
435
+ routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
436
436
  page_ids?: string[] | undefined;
437
437
  soil_ids?: string[] | undefined;
438
- kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay")[] | undefined;
438
+ kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
439
439
  page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
440
440
  relative_paths?: string[] | undefined;
441
441
  } | undefined;
@@ -504,7 +504,7 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
504
504
  task_ids?: string[] | undefined;
505
505
  record_ids?: string[] | undefined;
506
506
  record_keys?: string[] | undefined;
507
- record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact")[] | undefined;
507
+ record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
508
508
  statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
509
509
  source_types?: string[] | undefined;
510
510
  source_ids?: string[] | undefined;
@@ -516,7 +516,7 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
516
516
  task_ids?: string[] | undefined;
517
517
  record_ids?: string[] | undefined;
518
518
  record_keys?: string[] | undefined;
519
- record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact")[] | undefined;
519
+ record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
520
520
  statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
521
521
  source_types?: string[] | undefined;
522
522
  source_ids?: string[] | undefined;
@@ -533,17 +533,17 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
533
533
  page_statuses: z.ZodOptional<z.ZodArray<z.ZodEnum<["draft", "candidate", "confirmed", "stale", "superseded", "rejected", "deprecated", "archived"]>, "many">>;
534
534
  relative_paths: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
535
535
  }, "strip", z.ZodTypeAny, {
536
- routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox")[] | undefined;
536
+ routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
537
537
  page_ids?: string[] | undefined;
538
538
  soil_ids?: string[] | undefined;
539
- kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay")[] | undefined;
539
+ kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
540
540
  page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
541
541
  relative_paths?: string[] | undefined;
542
542
  }, {
543
- routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox")[] | undefined;
543
+ routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
544
544
  page_ids?: string[] | undefined;
545
545
  soil_ids?: string[] | undefined;
546
- kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay")[] | undefined;
546
+ kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
547
547
  page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
548
548
  relative_paths?: string[] | undefined;
549
549
  }>>;
@@ -560,7 +560,7 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
560
560
  task_ids?: string[] | undefined;
561
561
  record_ids?: string[] | undefined;
562
562
  record_keys?: string[] | undefined;
563
- record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact")[] | undefined;
563
+ record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
564
564
  statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
565
565
  source_types?: string[] | undefined;
566
566
  source_ids?: string[] | undefined;
@@ -569,10 +569,10 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
569
569
  updated_before?: string | undefined;
570
570
  };
571
571
  page_filter: {
572
- routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox")[] | undefined;
572
+ routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
573
573
  page_ids?: string[] | undefined;
574
574
  soil_ids?: string[] | undefined;
575
- kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay")[] | undefined;
575
+ kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
576
576
  page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
577
577
  relative_paths?: string[] | undefined;
578
578
  };
@@ -594,7 +594,7 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
594
594
  task_ids?: string[] | undefined;
595
595
  record_ids?: string[] | undefined;
596
596
  record_keys?: string[] | undefined;
597
- record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact")[] | undefined;
597
+ record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
598
598
  statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
599
599
  source_types?: string[] | undefined;
600
600
  source_ids?: string[] | undefined;
@@ -604,10 +604,10 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
604
604
  updated_before?: string | undefined;
605
605
  } | undefined;
606
606
  page_filter?: {
607
- routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox")[] | undefined;
607
+ routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
608
608
  page_ids?: string[] | undefined;
609
609
  soil_ids?: string[] | undefined;
610
- kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay")[] | undefined;
610
+ kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
611
611
  page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
612
612
  relative_paths?: string[] | undefined;
613
613
  } | undefined;
@@ -668,7 +668,7 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
668
668
  task_ids?: string[] | undefined;
669
669
  record_ids?: string[] | undefined;
670
670
  record_keys?: string[] | undefined;
671
- record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact")[] | undefined;
671
+ record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
672
672
  statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
673
673
  source_types?: string[] | undefined;
674
674
  source_ids?: string[] | undefined;
@@ -677,10 +677,10 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
677
677
  updated_before?: string | undefined;
678
678
  };
679
679
  page_filter: {
680
- routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox")[] | undefined;
680
+ routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
681
681
  page_ids?: string[] | undefined;
682
682
  soil_ids?: string[] | undefined;
683
- kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay")[] | undefined;
683
+ kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
684
684
  page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
685
685
  relative_paths?: string[] | undefined;
686
686
  };
@@ -715,7 +715,7 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
715
715
  task_ids?: string[] | undefined;
716
716
  record_ids?: string[] | undefined;
717
717
  record_keys?: string[] | undefined;
718
- record_types?: ("observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact")[] | undefined;
718
+ record_types?: ("observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow")[] | undefined;
719
719
  statuses?: ("completed" | "candidate" | "active" | "cancelled" | "archived" | "stale" | "expired" | "superseded" | "rejected" | "confirmed" | "draft" | "deleted" | "unreachable" | "replaced")[] | undefined;
720
720
  source_types?: string[] | undefined;
721
721
  source_ids?: string[] | undefined;
@@ -725,10 +725,10 @@ export declare const SoilSearchResultSchema: z.ZodObject<{
725
725
  updated_before?: string | undefined;
726
726
  } | undefined;
727
727
  page_filter?: {
728
- routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox")[] | undefined;
728
+ routes?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations")[] | undefined;
729
729
  page_ids?: string[] | undefined;
730
730
  soil_ids?: string[] | undefined;
731
- kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay")[] | undefined;
731
+ kinds?: ("status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay")[] | undefined;
732
732
  page_statuses?: ("candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated")[] | undefined;
733
733
  relative_paths?: string[] | undefined;
734
734
  } | undefined;
@@ -950,13 +950,13 @@ export declare const SoilMemoryLintFindingSchema: z.ZodObject<{
950
950
  status: "open" | "resolved" | "ignored";
951
951
  created_at: string;
952
952
  schema_version: "soil-memory-lint-finding-v1";
953
+ resolved_at: string | null;
953
954
  severity: "error" | "info" | "warning";
954
955
  source_path: string | null;
955
956
  soil_id: string | null;
956
957
  record_id: string | null;
957
958
  route_id: string | null;
958
959
  finding_id: string;
959
- resolved_at: string | null;
960
960
  }, {
961
961
  code: "stale_route" | "stale_page" | "orphan_page" | "broken_source_ref" | "conflicting_active_record" | "overgrown_page" | "missing_route" | "broken_route_target" | "schema_incompatible";
962
962
  message: string;
@@ -965,11 +965,11 @@ export declare const SoilMemoryLintFindingSchema: z.ZodObject<{
965
965
  finding_id: string;
966
966
  status?: "open" | "resolved" | "ignored" | undefined;
967
967
  schema_version?: "soil-memory-lint-finding-v1" | undefined;
968
+ resolved_at?: string | null | undefined;
968
969
  source_path?: string | null | undefined;
969
970
  soil_id?: string | null | undefined;
970
971
  record_id?: string | null | undefined;
971
972
  route_id?: string | null | undefined;
972
- resolved_at?: string | null | undefined;
973
973
  }>;
974
974
  export type SoilMemoryLintFinding = z.infer<typeof SoilMemoryLintFindingSchema>;
975
975
  export declare const SoilMutationSchema: z.ZodObject<{
@@ -1008,16 +1008,16 @@ export declare const SoilMutationSchema: z.ZodObject<{
1008
1008
  summary: string | null;
1009
1009
  version: number;
1010
1010
  source_id: string;
1011
+ source_type: string;
1012
+ source_reliability: number | null;
1011
1013
  importance: number | null;
1012
1014
  valid_from: string | null;
1013
1015
  valid_to: string | null;
1014
- source_type: string;
1015
1016
  soil_id: string;
1016
1017
  record_id: string;
1017
1018
  record_key: string;
1018
- record_type: "observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact";
1019
+ record_type: "observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow";
1019
1020
  canonical_text: string;
1020
- source_reliability: number | null;
1021
1021
  supersedes_record_id: string | null;
1022
1022
  is_active: boolean;
1023
1023
  metadata_json: Record<string, unknown>;
@@ -1032,16 +1032,16 @@ export declare const SoilMutationSchema: z.ZodObject<{
1032
1032
  soil_id: string;
1033
1033
  record_id: string;
1034
1034
  record_key: string;
1035
- record_type: "observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact";
1035
+ record_type: "observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow";
1036
1036
  canonical_text: string;
1037
1037
  confidence?: number | null | undefined;
1038
1038
  goal_id?: string | null | undefined;
1039
1039
  task_id?: string | null | undefined;
1040
1040
  summary?: string | null | undefined;
1041
+ source_reliability?: number | null | undefined;
1041
1042
  importance?: number | null | undefined;
1042
1043
  valid_from?: string | null | undefined;
1043
1044
  valid_to?: string | null | undefined;
1044
- source_reliability?: number | null | undefined;
1045
1045
  supersedes_record_id?: string | null | undefined;
1046
1046
  is_active?: boolean | undefined;
1047
1047
  metadata_json?: Record<string, unknown> | undefined;
@@ -1092,9 +1092,9 @@ export declare const SoilMutationSchema: z.ZodObject<{
1092
1092
  projected_at: z.ZodString;
1093
1093
  }, "strip", z.ZodTypeAny, {
1094
1094
  status: "candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated";
1095
- kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay";
1095
+ kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay";
1096
1096
  soil_id: string;
1097
- route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox";
1097
+ route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations";
1098
1098
  checksum: string;
1099
1099
  relative_path: string;
1100
1100
  page_id: string;
@@ -1102,9 +1102,9 @@ export declare const SoilMutationSchema: z.ZodObject<{
1102
1102
  projected_at: string;
1103
1103
  }, {
1104
1104
  status: "candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated";
1105
- kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay";
1105
+ kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay";
1106
1106
  soil_id: string;
1107
- route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox";
1107
+ route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations";
1108
1108
  checksum: string;
1109
1109
  relative_path: string;
1110
1110
  page_id: string;
@@ -1205,25 +1205,25 @@ export declare const SoilMutationSchema: z.ZodObject<{
1205
1205
  summary: string | null;
1206
1206
  version: number;
1207
1207
  source_id: string;
1208
+ source_type: string;
1209
+ source_reliability: number | null;
1208
1210
  importance: number | null;
1209
1211
  valid_from: string | null;
1210
1212
  valid_to: string | null;
1211
- source_type: string;
1212
1213
  soil_id: string;
1213
1214
  record_id: string;
1214
1215
  record_key: string;
1215
- record_type: "observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact";
1216
+ record_type: "observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow";
1216
1217
  canonical_text: string;
1217
- source_reliability: number | null;
1218
1218
  supersedes_record_id: string | null;
1219
1219
  is_active: boolean;
1220
1220
  metadata_json: Record<string, unknown>;
1221
1221
  }[];
1222
1222
  pages: {
1223
1223
  status: "candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated";
1224
- kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay";
1224
+ kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay";
1225
1225
  soil_id: string;
1226
- route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox";
1226
+ route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations";
1227
1227
  checksum: string;
1228
1228
  relative_path: string;
1229
1229
  page_id: string;
@@ -1282,25 +1282,25 @@ export declare const SoilMutationSchema: z.ZodObject<{
1282
1282
  soil_id: string;
1283
1283
  record_id: string;
1284
1284
  record_key: string;
1285
- record_type: "observation" | "state" | "decision" | "reflection" | "identity" | "fact" | "preference" | "workflow" | "artifact";
1285
+ record_type: "observation" | "state" | "decision" | "artifact" | "reflection" | "identity" | "fact" | "preference" | "workflow";
1286
1286
  canonical_text: string;
1287
1287
  confidence?: number | null | undefined;
1288
1288
  goal_id?: string | null | undefined;
1289
1289
  task_id?: string | null | undefined;
1290
1290
  summary?: string | null | undefined;
1291
+ source_reliability?: number | null | undefined;
1291
1292
  importance?: number | null | undefined;
1292
1293
  valid_from?: string | null | undefined;
1293
1294
  valid_to?: string | null | undefined;
1294
- source_reliability?: number | null | undefined;
1295
1295
  supersedes_record_id?: string | null | undefined;
1296
1296
  is_active?: boolean | undefined;
1297
1297
  metadata_json?: Record<string, unknown> | undefined;
1298
1298
  }[] | undefined;
1299
1299
  pages?: {
1300
1300
  status: "candidate" | "archived" | "stale" | "superseded" | "rejected" | "confirmed" | "draft" | "deprecated";
1301
- kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "note" | "identity" | "health" | "timeline" | "operations" | "inbox" | "overlay";
1301
+ kind: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "note" | "identity" | "timeline" | "operations" | "overlay";
1302
1302
  soil_id: string;
1303
- route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "report" | "identity" | "health" | "timeline" | "operations" | "inbox";
1303
+ route: "status" | "schedule" | "goal" | "task" | "decision" | "knowledge" | "memory" | "index" | "inbox" | "health" | "report" | "identity" | "timeline" | "operations";
1304
1304
  checksum: string;
1305
1305
  relative_path: string;
1306
1306
  page_id: string;
@@ -14,7 +14,7 @@ export declare const SoilOverlayCandidateSchema: z.ZodObject<{
14
14
  updated_at: z.ZodString;
15
15
  decision_note: z.ZodOptional<z.ZodString>;
16
16
  }, "strip", z.ZodTypeAny, {
17
- status: "candidate" | "superseded" | "rejected" | "approved";
17
+ status: "candidate" | "approved" | "superseded" | "rejected";
18
18
  updated_at: string;
19
19
  content: string;
20
20
  detected_at: string;
@@ -25,7 +25,7 @@ export declare const SoilOverlayCandidateSchema: z.ZodObject<{
25
25
  content_hash: string;
26
26
  decision_note?: string | undefined;
27
27
  }, {
28
- status: "candidate" | "superseded" | "rejected" | "approved";
28
+ status: "candidate" | "approved" | "superseded" | "rejected";
29
29
  updated_at: string;
30
30
  content: string;
31
31
  detected_at: string;
@@ -52,7 +52,7 @@ export declare const SoilOverlayQueueSchema: z.ZodObject<{
52
52
  updated_at: z.ZodString;
53
53
  decision_note: z.ZodOptional<z.ZodString>;
54
54
  }, "strip", z.ZodTypeAny, {
55
- status: "candidate" | "superseded" | "rejected" | "approved";
55
+ status: "candidate" | "approved" | "superseded" | "rejected";
56
56
  updated_at: string;
57
57
  content: string;
58
58
  detected_at: string;
@@ -63,7 +63,7 @@ export declare const SoilOverlayQueueSchema: z.ZodObject<{
63
63
  content_hash: string;
64
64
  decision_note?: string | undefined;
65
65
  }, {
66
- status: "candidate" | "superseded" | "rejected" | "approved";
66
+ status: "candidate" | "approved" | "superseded" | "rejected";
67
67
  updated_at: string;
68
68
  content: string;
69
69
  detected_at: string;
@@ -78,7 +78,7 @@ export declare const SoilOverlayQueueSchema: z.ZodObject<{
78
78
  updated_at: string;
79
79
  version: "soil-overlay-queue-v1";
80
80
  overlays: {
81
- status: "candidate" | "superseded" | "rejected" | "approved";
81
+ status: "candidate" | "approved" | "superseded" | "rejected";
82
82
  updated_at: string;
83
83
  content: string;
84
84
  detected_at: string;
@@ -93,7 +93,7 @@ export declare const SoilOverlayQueueSchema: z.ZodObject<{
93
93
  updated_at: string;
94
94
  version: "soil-overlay-queue-v1";
95
95
  overlays: {
96
- status: "candidate" | "superseded" | "rejected" | "approved";
96
+ status: "candidate" | "approved" | "superseded" | "rejected";
97
97
  updated_at: string;
98
98
  content: string;
99
99
  detected_at: string;