@vheins/local-memory-mcp 0.5.32 → 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 (506) hide show
  1. package/README.md +9 -6
  2. package/dist/chunk-XIJO63UU.js +3618 -0
  3. package/dist/dashboard/public/assets/{index-C8FB4maW.css → index-Bd7v94SO.css} +1 -1
  4. package/dist/dashboard/public/assets/index-Df97JpLg.js +84 -0
  5. package/dist/dashboard/public/index.html +2 -2
  6. package/dist/dashboard/server.js +790 -451
  7. package/dist/mcp/server.js +2121 -305
  8. package/dist/{mcp/prompts/definitions → prompts}/create-task.md +4 -3
  9. package/dist/{mcp/prompts/definitions → prompts}/memory-agent-core.md +2 -0
  10. package/dist/{mcp/prompts/definitions → prompts}/memory-index-policy.md +2 -0
  11. package/dist/{mcp/prompts/definitions → prompts}/review-and-audit.md +3 -1
  12. package/dist/{mcp/prompts/definitions → prompts}/review-and-post-issue.md +3 -1
  13. package/dist/prompts/task-management-guidelines.md +28 -0
  14. package/dist/{mcp/prompts/definitions → prompts}/task-memory-executor.md +6 -5
  15. package/package.json +22 -6
  16. package/dist/capabilities.d.ts +0 -22
  17. package/dist/capabilities.d.ts.map +0 -1
  18. package/dist/capabilities.js +0 -38
  19. package/dist/capabilities.js.map +0 -1
  20. package/dist/completion.d.ts +0 -25
  21. package/dist/completion.d.ts.map +0 -1
  22. package/dist/completion.js +0 -127
  23. package/dist/completion.js.map +0 -1
  24. package/dist/dashboard/dashboard.test.d.ts +0 -2
  25. package/dist/dashboard/dashboard.test.d.ts.map +0 -1
  26. package/dist/dashboard/dashboard.test.js +0 -370
  27. package/dist/dashboard/dashboard.test.js.map +0 -1
  28. package/dist/dashboard/public/assets/index-DIhCu9qA.js +0 -78
  29. package/dist/dashboard/server.d.ts +0 -3
  30. package/dist/dashboard/server.d.ts.map +0 -1
  31. package/dist/dashboard/server.js.map +0 -1
  32. package/dist/e2e.test.d.ts +0 -2
  33. package/dist/e2e.test.d.ts.map +0 -1
  34. package/dist/e2e.test.js +0 -250
  35. package/dist/e2e.test.js.map +0 -1
  36. package/dist/mcp/capabilities.d.ts +0 -22
  37. package/dist/mcp/capabilities.d.ts.map +0 -1
  38. package/dist/mcp/capabilities.js +0 -38
  39. package/dist/mcp/capabilities.js.map +0 -1
  40. package/dist/mcp/client.d.ts +0 -34
  41. package/dist/mcp/client.d.ts.map +0 -1
  42. package/dist/mcp/client.js +0 -188
  43. package/dist/mcp/client.js.map +0 -1
  44. package/dist/mcp/client.test.d.ts +0 -2
  45. package/dist/mcp/client.test.d.ts.map +0 -1
  46. package/dist/mcp/client.test.js +0 -130
  47. package/dist/mcp/client.test.js.map +0 -1
  48. package/dist/mcp/completion.d.ts +0 -25
  49. package/dist/mcp/completion.d.ts.map +0 -1
  50. package/dist/mcp/completion.js +0 -127
  51. package/dist/mcp/completion.js.map +0 -1
  52. package/dist/mcp/elicitation.d.ts +0 -24
  53. package/dist/mcp/elicitation.d.ts.map +0 -1
  54. package/dist/mcp/elicitation.js +0 -13
  55. package/dist/mcp/elicitation.js.map +0 -1
  56. package/dist/mcp/prompts/definitions/task-management-guidelines.md +0 -30
  57. package/dist/mcp/prompts/loader.d.ts +0 -10
  58. package/dist/mcp/prompts/loader.d.ts.map +0 -1
  59. package/dist/mcp/prompts/loader.js +0 -31
  60. package/dist/mcp/prompts/loader.js.map +0 -1
  61. package/dist/mcp/prompts/registry.d.ts +0 -35
  62. package/dist/mcp/prompts/registry.d.ts.map +0 -1
  63. package/dist/mcp/prompts/registry.js +0 -95
  64. package/dist/mcp/prompts/registry.js.map +0 -1
  65. package/dist/mcp/resources/index.d.ts +0 -68
  66. package/dist/mcp/resources/index.d.ts.map +0 -1
  67. package/dist/mcp/resources/index.js +0 -359
  68. package/dist/mcp/resources/index.js.map +0 -1
  69. package/dist/mcp/router.d.ts +0 -14
  70. package/dist/mcp/router.d.ts.map +0 -1
  71. package/dist/mcp/router.js +0 -255
  72. package/dist/mcp/router.js.map +0 -1
  73. package/dist/mcp/sampling.d.ts +0 -69
  74. package/dist/mcp/sampling.d.ts.map +0 -1
  75. package/dist/mcp/sampling.js +0 -13
  76. package/dist/mcp/sampling.js.map +0 -1
  77. package/dist/mcp/server.d.ts +0 -3
  78. package/dist/mcp/server.d.ts.map +0 -1
  79. package/dist/mcp/server.js.map +0 -1
  80. package/dist/mcp/session.d.ts +0 -28
  81. package/dist/mcp/session.d.ts.map +0 -1
  82. package/dist/mcp/session.js +0 -106
  83. package/dist/mcp/session.js.map +0 -1
  84. package/dist/mcp/storage/sqlite.d.ts +0 -87
  85. package/dist/mcp/storage/sqlite.d.ts.map +0 -1
  86. package/dist/mcp/storage/sqlite.js +0 -1327
  87. package/dist/mcp/storage/sqlite.js.map +0 -1
  88. package/dist/mcp/storage/vectors.d.ts +0 -19
  89. package/dist/mcp/storage/vectors.d.ts.map +0 -1
  90. package/dist/mcp/storage/vectors.js +0 -74
  91. package/dist/mcp/storage/vectors.js.map +0 -1
  92. package/dist/mcp/storage/vectors.stub.d.ts +0 -12
  93. package/dist/mcp/storage/vectors.stub.d.ts.map +0 -1
  94. package/dist/mcp/storage/vectors.stub.js +0 -88
  95. package/dist/mcp/storage/vectors.stub.js.map +0 -1
  96. package/dist/mcp/tests/client.test.d.ts +0 -2
  97. package/dist/mcp/tests/client.test.d.ts.map +0 -1
  98. package/dist/mcp/tests/client.test.js +0 -130
  99. package/dist/mcp/tests/client.test.js.map +0 -1
  100. package/dist/mcp/tests/dashboard.test.d.ts +0 -2
  101. package/dist/mcp/tests/dashboard.test.d.ts.map +0 -1
  102. package/dist/mcp/tests/dashboard.test.js +0 -370
  103. package/dist/mcp/tests/dashboard.test.js.map +0 -1
  104. package/dist/mcp/tests/detail-tools.test.d.ts +0 -2
  105. package/dist/mcp/tests/detail-tools.test.d.ts.map +0 -1
  106. package/dist/mcp/tests/detail-tools.test.js +0 -109
  107. package/dist/mcp/tests/detail-tools.test.js.map +0 -1
  108. package/dist/mcp/tests/e2e.test.d.ts +0 -2
  109. package/dist/mcp/tests/e2e.test.d.ts.map +0 -1
  110. package/dist/mcp/tests/e2e.test.js +0 -255
  111. package/dist/mcp/tests/e2e.test.js.map +0 -1
  112. package/dist/mcp/tests/index.test.d.ts +0 -2
  113. package/dist/mcp/tests/index.test.d.ts.map +0 -1
  114. package/dist/mcp/tests/index.test.js +0 -185
  115. package/dist/mcp/tests/index.test.js.map +0 -1
  116. package/dist/mcp/tests/logger.test.d.ts +0 -2
  117. package/dist/mcp/tests/logger.test.d.ts.map +0 -1
  118. package/dist/mcp/tests/logger.test.js +0 -104
  119. package/dist/mcp/tests/logger.test.js.map +0 -1
  120. package/dist/mcp/tests/memory.bulk.test.d.ts +0 -2
  121. package/dist/mcp/tests/memory.bulk.test.d.ts.map +0 -1
  122. package/dist/mcp/tests/memory.bulk.test.js +0 -53
  123. package/dist/mcp/tests/memory.bulk.test.js.map +0 -1
  124. package/dist/mcp/tests/memory.search.test.d.ts +0 -2
  125. package/dist/mcp/tests/memory.search.test.d.ts.map +0 -1
  126. package/dist/mcp/tests/memory.search.test.js +0 -181
  127. package/dist/mcp/tests/memory.search.test.js.map +0 -1
  128. package/dist/mcp/tests/normalize.test.d.ts +0 -2
  129. package/dist/mcp/tests/normalize.test.d.ts.map +0 -1
  130. package/dist/mcp/tests/normalize.test.js +0 -181
  131. package/dist/mcp/tests/normalize.test.js.map +0 -1
  132. package/dist/mcp/tests/query-expander.test.d.ts +0 -2
  133. package/dist/mcp/tests/query-expander.test.d.ts.map +0 -1
  134. package/dist/mcp/tests/query-expander.test.js +0 -33
  135. package/dist/mcp/tests/query-expander.test.js.map +0 -1
  136. package/dist/mcp/tests/router.test.d.ts +0 -2
  137. package/dist/mcp/tests/router.test.d.ts.map +0 -1
  138. package/dist/mcp/tests/router.test.js +0 -481
  139. package/dist/mcp/tests/router.test.js.map +0 -1
  140. package/dist/mcp/tests/spec_compliance.test.d.ts +0 -2
  141. package/dist/mcp/tests/spec_compliance.test.d.ts.map +0 -1
  142. package/dist/mcp/tests/spec_compliance.test.js +0 -61
  143. package/dist/mcp/tests/spec_compliance.test.js.map +0 -1
  144. package/dist/mcp/tests/sqlite.test.d.ts +0 -2
  145. package/dist/mcp/tests/sqlite.test.d.ts.map +0 -1
  146. package/dist/mcp/tests/sqlite.test.js +0 -367
  147. package/dist/mcp/tests/sqlite.test.js.map +0 -1
  148. package/dist/mcp/tests/tasks-search.test.d.ts +0 -2
  149. package/dist/mcp/tests/tasks-search.test.d.ts.map +0 -1
  150. package/dist/mcp/tests/tasks-search.test.js +0 -156
  151. package/dist/mcp/tests/tasks-search.test.js.map +0 -1
  152. package/dist/mcp/tests/tasks-transition.test.d.ts +0 -2
  153. package/dist/mcp/tests/tasks-transition.test.d.ts.map +0 -1
  154. package/dist/mcp/tests/tasks-transition.test.js +0 -174
  155. package/dist/mcp/tests/tasks-transition.test.js.map +0 -1
  156. package/dist/mcp/tests/tasks.bulk.test.d.ts +0 -2
  157. package/dist/mcp/tests/tasks.bulk.test.d.ts.map +0 -1
  158. package/dist/mcp/tests/tasks.bulk.test.js +0 -410
  159. package/dist/mcp/tests/tasks.bulk.test.js.map +0 -1
  160. package/dist/mcp/tests/tasks.e2e.test.d.ts +0 -2
  161. package/dist/mcp/tests/tasks.e2e.test.d.ts.map +0 -1
  162. package/dist/mcp/tests/tasks.e2e.test.js +0 -289
  163. package/dist/mcp/tests/tasks.e2e.test.js.map +0 -1
  164. package/dist/mcp/tests/tasks.pending-limit-refined.test.d.ts +0 -2
  165. package/dist/mcp/tests/tasks.pending-limit-refined.test.d.ts.map +0 -1
  166. package/dist/mcp/tests/tasks.pending-limit-refined.test.js +0 -72
  167. package/dist/mcp/tests/tasks.pending-limit-refined.test.js.map +0 -1
  168. package/dist/mcp/tests/v2-features.test.d.ts +0 -2
  169. package/dist/mcp/tests/v2-features.test.d.ts.map +0 -1
  170. package/dist/mcp/tests/v2-features.test.js +0 -209
  171. package/dist/mcp/tests/v2-features.test.js.map +0 -1
  172. package/dist/mcp/tools/memory.acknowledge.d.ts +0 -4
  173. package/dist/mcp/tools/memory.acknowledge.d.ts.map +0 -1
  174. package/dist/mcp/tools/memory.acknowledge.js +0 -32
  175. package/dist/mcp/tools/memory.acknowledge.js.map +0 -1
  176. package/dist/mcp/tools/memory.bulk-delete.d.ts +0 -4
  177. package/dist/mcp/tools/memory.bulk-delete.d.ts.map +0 -1
  178. package/dist/mcp/tools/memory.bulk-delete.js +0 -40
  179. package/dist/mcp/tools/memory.bulk-delete.js.map +0 -1
  180. package/dist/mcp/tools/memory.delete.d.ts +0 -9
  181. package/dist/mcp/tools/memory.delete.d.ts.map +0 -1
  182. package/dist/mcp/tools/memory.delete.js +0 -40
  183. package/dist/mcp/tools/memory.delete.js.map +0 -1
  184. package/dist/mcp/tools/memory.get.d.ts +0 -3
  185. package/dist/mcp/tools/memory.get.d.ts.map +0 -1
  186. package/dist/mcp/tools/memory.get.js +0 -24
  187. package/dist/mcp/tools/memory.get.js.map +0 -1
  188. package/dist/mcp/tools/memory.recap.d.ts +0 -4
  189. package/dist/mcp/tools/memory.recap.d.ts.map +0 -1
  190. package/dist/mcp/tools/memory.recap.js +0 -52
  191. package/dist/mcp/tools/memory.recap.js.map +0 -1
  192. package/dist/mcp/tools/memory.search.d.ts +0 -5
  193. package/dist/mcp/tools/memory.search.d.ts.map +0 -1
  194. package/dist/mcp/tools/memory.search.js +0 -144
  195. package/dist/mcp/tools/memory.search.js.map +0 -1
  196. package/dist/mcp/tools/memory.store.d.ts +0 -5
  197. package/dist/mcp/tools/memory.store.d.ts.map +0 -1
  198. package/dist/mcp/tools/memory.store.js +0 -120
  199. package/dist/mcp/tools/memory.store.js.map +0 -1
  200. package/dist/mcp/tools/memory.summarize.d.ts +0 -4
  201. package/dist/mcp/tools/memory.summarize.d.ts.map +0 -1
  202. package/dist/mcp/tools/memory.summarize.js +0 -32
  203. package/dist/mcp/tools/memory.summarize.js.map +0 -1
  204. package/dist/mcp/tools/memory.synthesize.d.ts +0 -14
  205. package/dist/mcp/tools/memory.synthesize.d.ts.map +0 -1
  206. package/dist/mcp/tools/memory.synthesize.js +0 -230
  207. package/dist/mcp/tools/memory.synthesize.js.map +0 -1
  208. package/dist/mcp/tools/memory.update.d.ts +0 -5
  209. package/dist/mcp/tools/memory.update.d.ts.map +0 -1
  210. package/dist/mcp/tools/memory.update.js +0 -74
  211. package/dist/mcp/tools/memory.update.js.map +0 -1
  212. package/dist/mcp/tools/schemas.d.ts +0 -3177
  213. package/dist/mcp/tools/schemas.d.ts.map +0 -1
  214. package/dist/mcp/tools/schemas.js +0 -1081
  215. package/dist/mcp/tools/schemas.js.map +0 -1
  216. package/dist/mcp/tools/task.bulk-manage.d.ts +0 -4
  217. package/dist/mcp/tools/task.bulk-manage.d.ts.map +0 -1
  218. package/dist/mcp/tools/task.bulk-manage.js +0 -190
  219. package/dist/mcp/tools/task.bulk-manage.js.map +0 -1
  220. package/dist/mcp/tools/task.get.d.ts +0 -3
  221. package/dist/mcp/tools/task.get.d.ts.map +0 -1
  222. package/dist/mcp/tools/task.get.js +0 -32
  223. package/dist/mcp/tools/task.get.js.map +0 -1
  224. package/dist/mcp/tools/task.manage.d.ts +0 -18
  225. package/dist/mcp/tools/task.manage.d.ts.map +0 -1
  226. package/dist/mcp/tools/task.manage.js +0 -477
  227. package/dist/mcp/tools/task.manage.js.map +0 -1
  228. package/dist/mcp/types.d.ts +0 -87
  229. package/dist/mcp/types.d.ts.map +0 -1
  230. package/dist/mcp/types.js +0 -3
  231. package/dist/mcp/types.js.map +0 -1
  232. package/dist/mcp/utils/completion.d.ts +0 -2
  233. package/dist/mcp/utils/completion.d.ts.map +0 -1
  234. package/dist/mcp/utils/completion.js +0 -28
  235. package/dist/mcp/utils/completion.js.map +0 -1
  236. package/dist/mcp/utils/git-scope.d.ts +0 -8
  237. package/dist/mcp/utils/git-scope.d.ts.map +0 -1
  238. package/dist/mcp/utils/git-scope.js +0 -38
  239. package/dist/mcp/utils/git-scope.js.map +0 -1
  240. package/dist/mcp/utils/logger.d.ts +0 -25
  241. package/dist/mcp/utils/logger.d.ts.map +0 -1
  242. package/dist/mcp/utils/logger.js +0 -152
  243. package/dist/mcp/utils/logger.js.map +0 -1
  244. package/dist/mcp/utils/mcp-response.d.ts +0 -82
  245. package/dist/mcp/utils/mcp-response.d.ts.map +0 -1
  246. package/dist/mcp/utils/mcp-response.js +0 -182
  247. package/dist/mcp/utils/mcp-response.js.map +0 -1
  248. package/dist/mcp/utils/normalize.d.ts +0 -9
  249. package/dist/mcp/utils/normalize.d.ts.map +0 -1
  250. package/dist/mcp/utils/normalize.js +0 -62
  251. package/dist/mcp/utils/normalize.js.map +0 -1
  252. package/dist/mcp/utils/pagination.d.ts +0 -6
  253. package/dist/mcp/utils/pagination.d.ts.map +0 -1
  254. package/dist/mcp/utils/pagination.js +0 -32
  255. package/dist/mcp/utils/pagination.js.map +0 -1
  256. package/dist/mcp/utils/query-expander.d.ts +0 -2
  257. package/dist/mcp/utils/query-expander.d.ts.map +0 -1
  258. package/dist/mcp/utils/query-expander.js +0 -29
  259. package/dist/mcp/utils/query-expander.js.map +0 -1
  260. package/dist/memory.bulk.test.d.ts +0 -2
  261. package/dist/memory.bulk.test.d.ts.map +0 -1
  262. package/dist/memory.bulk.test.js +0 -52
  263. package/dist/memory.bulk.test.js.map +0 -1
  264. package/dist/memory.db +0 -0
  265. package/dist/prompts/registry.d.ts +0 -314
  266. package/dist/prompts/registry.d.ts.map +0 -1
  267. package/dist/prompts/registry.js +0 -936
  268. package/dist/prompts/registry.js.map +0 -1
  269. package/dist/resources/index.d.ts +0 -68
  270. package/dist/resources/index.d.ts.map +0 -1
  271. package/dist/resources/index.js +0 -323
  272. package/dist/resources/index.js.map +0 -1
  273. package/dist/resources/index.test.d.ts +0 -2
  274. package/dist/resources/index.test.d.ts.map +0 -1
  275. package/dist/resources/index.test.js +0 -105
  276. package/dist/resources/index.test.js.map +0 -1
  277. package/dist/router.d.ts +0 -14
  278. package/dist/router.d.ts.map +0 -1
  279. package/dist/router.js +0 -242
  280. package/dist/router.js.map +0 -1
  281. package/dist/router.test.d.ts +0 -2
  282. package/dist/router.test.d.ts.map +0 -1
  283. package/dist/router.test.js +0 -122
  284. package/dist/router.test.js.map +0 -1
  285. package/dist/server.d.ts +0 -3
  286. package/dist/server.d.ts.map +0 -1
  287. package/dist/server.js +0 -338
  288. package/dist/server.js.map +0 -1
  289. package/dist/storage/sqlite.d.ts +0 -79
  290. package/dist/storage/sqlite.d.ts.map +0 -1
  291. package/dist/storage/sqlite.js +0 -1148
  292. package/dist/storage/sqlite.js.map +0 -1
  293. package/dist/storage/sqlite.test.d.ts +0 -2
  294. package/dist/storage/sqlite.test.d.ts.map +0 -1
  295. package/dist/storage/sqlite.test.js +0 -367
  296. package/dist/storage/sqlite.test.js.map +0 -1
  297. package/dist/storage/vectors.d.ts +0 -19
  298. package/dist/storage/vectors.d.ts.map +0 -1
  299. package/dist/storage/vectors.js +0 -74
  300. package/dist/storage/vectors.js.map +0 -1
  301. package/dist/storage/vectors.stub.d.ts +0 -12
  302. package/dist/storage/vectors.stub.d.ts.map +0 -1
  303. package/dist/storage/vectors.stub.js +0 -88
  304. package/dist/storage/vectors.stub.js.map +0 -1
  305. package/dist/tasks.archive.test.d.ts +0 -2
  306. package/dist/tasks.archive.test.d.ts.map +0 -1
  307. package/dist/tasks.archive.test.js +0 -75
  308. package/dist/tasks.archive.test.js.map +0 -1
  309. package/dist/tasks.bulk.test.d.ts +0 -2
  310. package/dist/tasks.bulk.test.d.ts.map +0 -1
  311. package/dist/tasks.bulk.test.js +0 -250
  312. package/dist/tasks.bulk.test.js.map +0 -1
  313. package/dist/tasks.e2e.test.d.ts +0 -2
  314. package/dist/tasks.e2e.test.d.ts.map +0 -1
  315. package/dist/tasks.e2e.test.js +0 -289
  316. package/dist/tasks.e2e.test.js.map +0 -1
  317. package/dist/tests/client.test.d.ts +0 -2
  318. package/dist/tests/client.test.d.ts.map +0 -1
  319. package/dist/tests/client.test.js +0 -130
  320. package/dist/tests/client.test.js.map +0 -1
  321. package/dist/tests/dashboard.test.d.ts +0 -2
  322. package/dist/tests/dashboard.test.d.ts.map +0 -1
  323. package/dist/tests/dashboard.test.js +0 -370
  324. package/dist/tests/dashboard.test.js.map +0 -1
  325. package/dist/tests/e2e.test.d.ts +0 -2
  326. package/dist/tests/e2e.test.d.ts.map +0 -1
  327. package/dist/tests/e2e.test.js +0 -250
  328. package/dist/tests/e2e.test.js.map +0 -1
  329. package/dist/tests/index.test.d.ts +0 -2
  330. package/dist/tests/index.test.d.ts.map +0 -1
  331. package/dist/tests/index.test.js +0 -185
  332. package/dist/tests/index.test.js.map +0 -1
  333. package/dist/tests/logger.test.d.ts +0 -2
  334. package/dist/tests/logger.test.d.ts.map +0 -1
  335. package/dist/tests/logger.test.js +0 -104
  336. package/dist/tests/logger.test.js.map +0 -1
  337. package/dist/tests/memory.bulk.test.d.ts +0 -2
  338. package/dist/tests/memory.bulk.test.d.ts.map +0 -1
  339. package/dist/tests/memory.bulk.test.js +0 -52
  340. package/dist/tests/memory.bulk.test.js.map +0 -1
  341. package/dist/tests/memory.search.test.d.ts +0 -2
  342. package/dist/tests/memory.search.test.d.ts.map +0 -1
  343. package/dist/tests/memory.search.test.js +0 -181
  344. package/dist/tests/memory.search.test.js.map +0 -1
  345. package/dist/tests/normalize.test.d.ts +0 -2
  346. package/dist/tests/normalize.test.d.ts.map +0 -1
  347. package/dist/tests/normalize.test.js +0 -181
  348. package/dist/tests/normalize.test.js.map +0 -1
  349. package/dist/tests/query-expander.test.d.ts +0 -2
  350. package/dist/tests/query-expander.test.d.ts.map +0 -1
  351. package/dist/tests/query-expander.test.js +0 -33
  352. package/dist/tests/query-expander.test.js.map +0 -1
  353. package/dist/tests/router.test.d.ts +0 -2
  354. package/dist/tests/router.test.d.ts.map +0 -1
  355. package/dist/tests/router.test.js +0 -470
  356. package/dist/tests/router.test.js.map +0 -1
  357. package/dist/tests/sqlite.test.d.ts +0 -2
  358. package/dist/tests/sqlite.test.d.ts.map +0 -1
  359. package/dist/tests/sqlite.test.js +0 -367
  360. package/dist/tests/sqlite.test.js.map +0 -1
  361. package/dist/tests/tasks-search.test.d.ts +0 -2
  362. package/dist/tests/tasks-search.test.d.ts.map +0 -1
  363. package/dist/tests/tasks-search.test.js +0 -154
  364. package/dist/tests/tasks-search.test.js.map +0 -1
  365. package/dist/tests/tasks-transition.test.d.ts +0 -2
  366. package/dist/tests/tasks-transition.test.d.ts.map +0 -1
  367. package/dist/tests/tasks-transition.test.js +0 -174
  368. package/dist/tests/tasks-transition.test.js.map +0 -1
  369. package/dist/tests/tasks.bulk.test.d.ts +0 -2
  370. package/dist/tests/tasks.bulk.test.d.ts.map +0 -1
  371. package/dist/tests/tasks.bulk.test.js +0 -254
  372. package/dist/tests/tasks.bulk.test.js.map +0 -1
  373. package/dist/tests/tasks.e2e.test.d.ts +0 -2
  374. package/dist/tests/tasks.e2e.test.d.ts.map +0 -1
  375. package/dist/tests/tasks.e2e.test.js +0 -289
  376. package/dist/tests/tasks.e2e.test.js.map +0 -1
  377. package/dist/tests/tasks.pending-limit-refined.test.d.ts +0 -2
  378. package/dist/tests/tasks.pending-limit-refined.test.d.ts.map +0 -1
  379. package/dist/tests/tasks.pending-limit-refined.test.js +0 -72
  380. package/dist/tests/tasks.pending-limit-refined.test.js.map +0 -1
  381. package/dist/tests/v2-features.test.d.ts +0 -2
  382. package/dist/tests/v2-features.test.d.ts.map +0 -1
  383. package/dist/tests/v2-features.test.js +0 -209
  384. package/dist/tests/v2-features.test.js.map +0 -1
  385. package/dist/tools/memory.acknowledge.d.ts +0 -4
  386. package/dist/tools/memory.acknowledge.d.ts.map +0 -1
  387. package/dist/tools/memory.acknowledge.js +0 -30
  388. package/dist/tools/memory.acknowledge.js.map +0 -1
  389. package/dist/tools/memory.bulk-delete.d.ts +0 -4
  390. package/dist/tools/memory.bulk-delete.d.ts.map +0 -1
  391. package/dist/tools/memory.bulk-delete.js +0 -39
  392. package/dist/tools/memory.bulk-delete.js.map +0 -1
  393. package/dist/tools/memory.delete.d.ts +0 -9
  394. package/dist/tools/memory.delete.d.ts.map +0 -1
  395. package/dist/tools/memory.delete.js +0 -39
  396. package/dist/tools/memory.delete.js.map +0 -1
  397. package/dist/tools/memory.recap.d.ts +0 -4
  398. package/dist/tools/memory.recap.d.ts.map +0 -1
  399. package/dist/tools/memory.recap.js +0 -90
  400. package/dist/tools/memory.recap.js.map +0 -1
  401. package/dist/tools/memory.search.d.ts +0 -5
  402. package/dist/tools/memory.search.d.ts.map +0 -1
  403. package/dist/tools/memory.search.js +0 -134
  404. package/dist/tools/memory.search.js.map +0 -1
  405. package/dist/tools/memory.search.test.d.ts +0 -2
  406. package/dist/tools/memory.search.test.d.ts.map +0 -1
  407. package/dist/tools/memory.search.test.js +0 -181
  408. package/dist/tools/memory.search.test.js.map +0 -1
  409. package/dist/tools/memory.store.d.ts +0 -5
  410. package/dist/tools/memory.store.d.ts.map +0 -1
  411. package/dist/tools/memory.store.js +0 -117
  412. package/dist/tools/memory.store.js.map +0 -1
  413. package/dist/tools/memory.summarize.d.ts +0 -4
  414. package/dist/tools/memory.summarize.d.ts.map +0 -1
  415. package/dist/tools/memory.summarize.js +0 -31
  416. package/dist/tools/memory.summarize.js.map +0 -1
  417. package/dist/tools/memory.synthesize.d.ts +0 -14
  418. package/dist/tools/memory.synthesize.d.ts.map +0 -1
  419. package/dist/tools/memory.synthesize.js +0 -228
  420. package/dist/tools/memory.synthesize.js.map +0 -1
  421. package/dist/tools/memory.update.d.ts +0 -5
  422. package/dist/tools/memory.update.d.ts.map +0 -1
  423. package/dist/tools/memory.update.js +0 -73
  424. package/dist/tools/memory.update.js.map +0 -1
  425. package/dist/tools/schemas.d.ts +0 -2762
  426. package/dist/tools/schemas.d.ts.map +0 -1
  427. package/dist/tools/schemas.js +0 -952
  428. package/dist/tools/schemas.js.map +0 -1
  429. package/dist/tools/task.bulk-manage.d.ts +0 -4
  430. package/dist/tools/task.bulk-manage.d.ts.map +0 -1
  431. package/dist/tools/task.bulk-manage.js +0 -146
  432. package/dist/tools/task.bulk-manage.js.map +0 -1
  433. package/dist/tools/task.manage.d.ts +0 -16
  434. package/dist/tools/task.manage.d.ts.map +0 -1
  435. package/dist/tools/task.manage.js +0 -395
  436. package/dist/tools/task.manage.js.map +0 -1
  437. package/dist/tools/tasks-transition.test.d.ts +0 -2
  438. package/dist/tools/tasks-transition.test.d.ts.map +0 -1
  439. package/dist/tools/tasks-transition.test.js +0 -174
  440. package/dist/tools/tasks-transition.test.js.map +0 -1
  441. package/dist/tools/tasks.pending-limit-refined.test.d.ts +0 -2
  442. package/dist/tools/tasks.pending-limit-refined.test.d.ts.map +0 -1
  443. package/dist/tools/tasks.pending-limit-refined.test.js +0 -72
  444. package/dist/tools/tasks.pending-limit-refined.test.js.map +0 -1
  445. package/dist/types.d.ts +0 -87
  446. package/dist/types.d.ts.map +0 -1
  447. package/dist/types.js +0 -3
  448. package/dist/types.js.map +0 -1
  449. package/dist/utils/completion.d.ts +0 -2
  450. package/dist/utils/completion.d.ts.map +0 -1
  451. package/dist/utils/completion.js +0 -28
  452. package/dist/utils/completion.js.map +0 -1
  453. package/dist/utils/git-scope.d.ts +0 -8
  454. package/dist/utils/git-scope.d.ts.map +0 -1
  455. package/dist/utils/git-scope.js +0 -38
  456. package/dist/utils/git-scope.js.map +0 -1
  457. package/dist/utils/logger.d.ts +0 -25
  458. package/dist/utils/logger.d.ts.map +0 -1
  459. package/dist/utils/logger.js +0 -152
  460. package/dist/utils/logger.js.map +0 -1
  461. package/dist/utils/logger.test.d.ts +0 -2
  462. package/dist/utils/logger.test.d.ts.map +0 -1
  463. package/dist/utils/logger.test.js +0 -76
  464. package/dist/utils/logger.test.js.map +0 -1
  465. package/dist/utils/mcp-response.d.ts +0 -96
  466. package/dist/utils/mcp-response.d.ts.map +0 -1
  467. package/dist/utils/mcp-response.js +0 -131
  468. package/dist/utils/mcp-response.js.map +0 -1
  469. package/dist/utils/normalize.d.ts +0 -9
  470. package/dist/utils/normalize.d.ts.map +0 -1
  471. package/dist/utils/normalize.js +0 -62
  472. package/dist/utils/normalize.js.map +0 -1
  473. package/dist/utils/normalize.test.d.ts +0 -2
  474. package/dist/utils/normalize.test.d.ts.map +0 -1
  475. package/dist/utils/normalize.test.js +0 -159
  476. package/dist/utils/normalize.test.js.map +0 -1
  477. package/dist/utils/pagination.d.ts +0 -6
  478. package/dist/utils/pagination.d.ts.map +0 -1
  479. package/dist/utils/pagination.js +0 -32
  480. package/dist/utils/pagination.js.map +0 -1
  481. package/dist/utils/query-expander.d.ts +0 -2
  482. package/dist/utils/query-expander.d.ts.map +0 -1
  483. package/dist/utils/query-expander.js +0 -29
  484. package/dist/utils/query-expander.js.map +0 -1
  485. package/dist/utils/query-expander.test.d.ts +0 -2
  486. package/dist/utils/query-expander.test.d.ts.map +0 -1
  487. package/dist/utils/query-expander.test.js +0 -33
  488. package/dist/utils/query-expander.test.js.map +0 -1
  489. package/dist/v2-features.test.d.ts +0 -2
  490. package/dist/v2-features.test.d.ts.map +0 -1
  491. package/dist/v2-features.test.js +0 -209
  492. package/dist/v2-features.test.js.map +0 -1
  493. /package/dist/{mcp/prompts/definitions → prompts}/architecture-design.md +0 -0
  494. /package/dist/{mcp/prompts/definitions → prompts}/documentation-sync.md +0 -0
  495. /package/dist/{mcp/prompts/definitions → prompts}/fix-suggestion.md +0 -0
  496. /package/dist/{mcp/prompts/definitions → prompts}/import-github-issues.md +0 -0
  497. /package/dist/{mcp/prompts/definitions → prompts}/learning-retrospective.md +0 -0
  498. /package/dist/{mcp/prompts/definitions → prompts}/memory-guided-review.md +0 -0
  499. /package/dist/{mcp/prompts/definitions → prompts}/project-briefing.md +0 -0
  500. /package/dist/{mcp/prompts/definitions → prompts}/root-cause-analysis.md +0 -0
  501. /package/dist/{mcp/prompts/definitions → prompts}/security-triage.md +0 -0
  502. /package/dist/{mcp/prompts/definitions → prompts}/senior-code-review.md +0 -0
  503. /package/dist/{mcp/prompts/definitions → prompts}/session-planner.md +0 -0
  504. /package/dist/{mcp/prompts/definitions → prompts}/tech-affinity-scout.md +0 -0
  505. /package/dist/{mcp/prompts/definitions → prompts}/technical-planning.md +0 -0
  506. /package/dist/{mcp/prompts/definitions → prompts}/tool-usage-guidelines.md +0 -0
@@ -1,3177 +0,0 @@
1
- import { z } from "zod";
2
- export declare const MemoryScopeSchema: z.ZodObject<{
3
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
4
- branch: z.ZodOptional<z.ZodString>;
5
- folder: z.ZodOptional<z.ZodString>;
6
- language: z.ZodOptional<z.ZodString>;
7
- }, z.core.$strip>;
8
- export declare const MemoryTypeSchema: z.ZodEnum<{
9
- code_fact: "code_fact";
10
- decision: "decision";
11
- mistake: "mistake";
12
- pattern: "pattern";
13
- agent_handoff: "agent_handoff";
14
- agent_registered: "agent_registered";
15
- file_claim: "file_claim";
16
- task_archive: "task_archive";
17
- }>;
18
- export declare const MemoryStoreSchema: z.ZodObject<{
19
- type: z.ZodEnum<{
20
- code_fact: "code_fact";
21
- decision: "decision";
22
- mistake: "mistake";
23
- pattern: "pattern";
24
- agent_handoff: "agent_handoff";
25
- agent_registered: "agent_registered";
26
- file_claim: "file_claim";
27
- task_archive: "task_archive";
28
- }>;
29
- title: z.ZodString;
30
- content: z.ZodString;
31
- importance: z.ZodNumber;
32
- agent: z.ZodString;
33
- role: z.ZodDefault<z.ZodOptional<z.ZodString>>;
34
- model: z.ZodString;
35
- scope: z.ZodObject<{
36
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
37
- branch: z.ZodOptional<z.ZodString>;
38
- folder: z.ZodOptional<z.ZodString>;
39
- language: z.ZodOptional<z.ZodString>;
40
- }, z.core.$strip>;
41
- ttlDays: z.ZodOptional<z.ZodNumber>;
42
- supersedes: z.ZodOptional<z.ZodString>;
43
- tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
44
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
45
- is_global: z.ZodDefault<z.ZodBoolean>;
46
- }, z.core.$strip>;
47
- export declare const MemoryUpdateSchema: z.ZodObject<{
48
- id: z.ZodString;
49
- type: z.ZodOptional<z.ZodEnum<{
50
- code_fact: "code_fact";
51
- decision: "decision";
52
- mistake: "mistake";
53
- pattern: "pattern";
54
- agent_handoff: "agent_handoff";
55
- agent_registered: "agent_registered";
56
- file_claim: "file_claim";
57
- task_archive: "task_archive";
58
- }>>;
59
- title: z.ZodOptional<z.ZodString>;
60
- content: z.ZodOptional<z.ZodString>;
61
- importance: z.ZodOptional<z.ZodNumber>;
62
- agent: z.ZodOptional<z.ZodString>;
63
- role: z.ZodOptional<z.ZodString>;
64
- status: z.ZodOptional<z.ZodEnum<{
65
- active: "active";
66
- archived: "archived";
67
- }>>;
68
- supersedes: z.ZodOptional<z.ZodString>;
69
- tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
70
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
71
- is_global: z.ZodOptional<z.ZodBoolean>;
72
- completed_at: z.ZodOptional<z.ZodString>;
73
- }, z.core.$strip>;
74
- export declare const MemorySearchSchema: z.ZodObject<{
75
- query: z.ZodString;
76
- prompt: z.ZodOptional<z.ZodString>;
77
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
78
- types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
79
- code_fact: "code_fact";
80
- decision: "decision";
81
- mistake: "mistake";
82
- pattern: "pattern";
83
- agent_handoff: "agent_handoff";
84
- agent_registered: "agent_registered";
85
- file_claim: "file_claim";
86
- task_archive: "task_archive";
87
- }>>>;
88
- minImportance: z.ZodOptional<z.ZodNumber>;
89
- limit: z.ZodDefault<z.ZodNumber>;
90
- offset: z.ZodDefault<z.ZodNumber>;
91
- includeRecap: z.ZodDefault<z.ZodBoolean>;
92
- current_file_path: z.ZodOptional<z.ZodString>;
93
- include_archived: z.ZodDefault<z.ZodBoolean>;
94
- current_tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
95
- scope: z.ZodOptional<z.ZodObject<{
96
- repo: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
97
- branch: z.ZodOptional<z.ZodOptional<z.ZodString>>;
98
- folder: z.ZodOptional<z.ZodOptional<z.ZodString>>;
99
- language: z.ZodOptional<z.ZodOptional<z.ZodString>>;
100
- }, z.core.$strip>>;
101
- }, z.core.$strip>;
102
- export declare const MemoryAcknowledgeSchema: z.ZodObject<{
103
- memory_id: z.ZodString;
104
- status: z.ZodEnum<{
105
- used: "used";
106
- irrelevant: "irrelevant";
107
- contradictory: "contradictory";
108
- }>;
109
- application_context: z.ZodOptional<z.ZodString>;
110
- }, z.core.$strip>;
111
- export declare const MemoryRecapSchema: z.ZodObject<{
112
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
113
- limit: z.ZodDefault<z.ZodNumber>;
114
- offset: z.ZodDefault<z.ZodNumber>;
115
- }, z.core.$strip>;
116
- export declare const MemoryBulkDeleteSchema: z.ZodObject<{
117
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
118
- ids: z.ZodArray<z.ZodString>;
119
- }, z.core.$strip>;
120
- export declare const MemorySummarizeSchema: z.ZodObject<{
121
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
122
- signals: z.ZodArray<z.ZodString>;
123
- }, z.core.$strip>;
124
- export declare const MemorySynthesizeSchema: z.ZodObject<{
125
- repo: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
126
- objective: z.ZodString;
127
- current_file_path: z.ZodOptional<z.ZodString>;
128
- include_summary: z.ZodDefault<z.ZodBoolean>;
129
- include_tasks: z.ZodDefault<z.ZodBoolean>;
130
- use_tools: z.ZodDefault<z.ZodBoolean>;
131
- max_iterations: z.ZodDefault<z.ZodNumber>;
132
- max_tokens: z.ZodDefault<z.ZodNumber>;
133
- }, z.core.$strip>;
134
- export declare const TaskStatusSchema: z.ZodEnum<{
135
- pending: "pending";
136
- backlog: "backlog";
137
- in_progress: "in_progress";
138
- completed: "completed";
139
- canceled: "canceled";
140
- blocked: "blocked";
141
- }>;
142
- export declare const TaskPrioritySchema: z.ZodNumber;
143
- export declare const TaskCreateSchema: z.ZodObject<{
144
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
145
- task_code: z.ZodString;
146
- phase: z.ZodString;
147
- title: z.ZodString;
148
- description: z.ZodString;
149
- status: z.ZodDefault<z.ZodEnum<{
150
- pending: "pending";
151
- backlog: "backlog";
152
- in_progress: "in_progress";
153
- completed: "completed";
154
- canceled: "canceled";
155
- blocked: "blocked";
156
- }>>;
157
- priority: z.ZodDefault<z.ZodNumber>;
158
- agent: z.ZodOptional<z.ZodString>;
159
- role: z.ZodOptional<z.ZodString>;
160
- doc_path: z.ZodOptional<z.ZodString>;
161
- tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
162
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
163
- parent_id: z.ZodOptional<z.ZodString>;
164
- depends_on: z.ZodOptional<z.ZodString>;
165
- est_tokens: z.ZodOptional<z.ZodNumber>;
166
- }, z.core.$strip>;
167
- export declare const TaskCreateInteractiveSchema: z.ZodObject<{
168
- task_code: z.ZodOptional<z.ZodString>;
169
- phase: z.ZodOptional<z.ZodString>;
170
- title: z.ZodOptional<z.ZodString>;
171
- description: z.ZodOptional<z.ZodString>;
172
- status: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
173
- pending: "pending";
174
- backlog: "backlog";
175
- in_progress: "in_progress";
176
- completed: "completed";
177
- canceled: "canceled";
178
- blocked: "blocked";
179
- }>>>;
180
- priority: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
181
- agent: z.ZodOptional<z.ZodOptional<z.ZodString>>;
182
- role: z.ZodOptional<z.ZodOptional<z.ZodString>>;
183
- doc_path: z.ZodOptional<z.ZodOptional<z.ZodString>>;
184
- tags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
185
- metadata: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
186
- parent_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
187
- depends_on: z.ZodOptional<z.ZodOptional<z.ZodString>>;
188
- est_tokens: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
189
- repo: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>>;
190
- }, z.core.$strip>;
191
- export declare const TaskUpdateSchema: z.ZodObject<{
192
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
193
- id: z.ZodString;
194
- task_code: z.ZodOptional<z.ZodString>;
195
- phase: z.ZodOptional<z.ZodString>;
196
- title: z.ZodOptional<z.ZodString>;
197
- description: z.ZodOptional<z.ZodString>;
198
- status: z.ZodOptional<z.ZodEnum<{
199
- pending: "pending";
200
- backlog: "backlog";
201
- in_progress: "in_progress";
202
- completed: "completed";
203
- canceled: "canceled";
204
- blocked: "blocked";
205
- }>>;
206
- priority: z.ZodOptional<z.ZodNumber>;
207
- agent: z.ZodOptional<z.ZodString>;
208
- role: z.ZodOptional<z.ZodString>;
209
- model: z.ZodOptional<z.ZodString>;
210
- comment: z.ZodOptional<z.ZodString>;
211
- doc_path: z.ZodOptional<z.ZodString>;
212
- tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
213
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
214
- parent_id: z.ZodOptional<z.ZodString>;
215
- depends_on: z.ZodOptional<z.ZodString>;
216
- est_tokens: z.ZodOptional<z.ZodNumber>;
217
- }, z.core.$strip>;
218
- export declare const TaskListSchema: z.ZodObject<{
219
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
220
- status: z.ZodOptional<z.ZodString>;
221
- phase: z.ZodOptional<z.ZodString>;
222
- search: z.ZodOptional<z.ZodString>;
223
- limit: z.ZodDefault<z.ZodNumber>;
224
- offset: z.ZodDefault<z.ZodNumber>;
225
- }, z.core.$strip>;
226
- export declare const TaskSearchSchema: z.ZodObject<{
227
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
228
- query: z.ZodString;
229
- status: z.ZodOptional<z.ZodString>;
230
- limit: z.ZodDefault<z.ZodNumber>;
231
- offset: z.ZodDefault<z.ZodNumber>;
232
- }, z.core.$strip>;
233
- export declare const TaskBulkManageSchema: z.ZodObject<{
234
- action: z.ZodEnum<{
235
- bulk_create: "bulk_create";
236
- bulk_delete: "bulk_delete";
237
- bulk_update: "bulk_update";
238
- }>;
239
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
240
- tasks: z.ZodOptional<z.ZodArray<z.ZodObject<{
241
- task_code: z.ZodString;
242
- phase: z.ZodString;
243
- title: z.ZodString;
244
- description: z.ZodString;
245
- status: z.ZodDefault<z.ZodEnum<{
246
- pending: "pending";
247
- backlog: "backlog";
248
- }>>;
249
- priority: z.ZodOptional<z.ZodNumber>;
250
- agent: z.ZodOptional<z.ZodString>;
251
- role: z.ZodOptional<z.ZodString>;
252
- doc_path: z.ZodOptional<z.ZodString>;
253
- tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
254
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
255
- parent_id: z.ZodOptional<z.ZodString>;
256
- depends_on: z.ZodOptional<z.ZodString>;
257
- est_tokens: z.ZodOptional<z.ZodNumber>;
258
- }, z.core.$strip>>>;
259
- ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
260
- updates: z.ZodOptional<z.ZodObject<{
261
- status: z.ZodOptional<z.ZodEnum<{
262
- pending: "pending";
263
- backlog: "backlog";
264
- in_progress: "in_progress";
265
- completed: "completed";
266
- canceled: "canceled";
267
- blocked: "blocked";
268
- }>>;
269
- comment: z.ZodOptional<z.ZodString>;
270
- est_tokens: z.ZodOptional<z.ZodNumber>;
271
- }, z.core.$strip>>;
272
- }, z.core.$strip>;
273
- export declare const TaskDeleteSchema: z.ZodObject<{
274
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
275
- id: z.ZodString;
276
- }, z.core.$strip>;
277
- export declare const MemoryGetSchema: z.ZodObject<{
278
- id: z.ZodString;
279
- }, z.core.$strip>;
280
- export declare const TaskGetSchema: z.ZodObject<{
281
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
282
- id: z.ZodOptional<z.ZodString>;
283
- task_code: z.ZodOptional<z.ZodString>;
284
- }, z.core.$strip>;
285
- export declare const TaskActiveSchema: z.ZodObject<{
286
- repo: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
287
- status: z.ZodOptional<z.ZodEnum<{
288
- pending: "pending";
289
- in_progress: "in_progress";
290
- }>>;
291
- limit: z.ZodDefault<z.ZodNumber>;
292
- }, z.core.$strip>;
293
- export declare const TOOL_DEFINITIONS: ({
294
- name: string;
295
- title: string;
296
- description: string;
297
- annotations: {
298
- readOnlyHint: boolean;
299
- idempotentHint: boolean;
300
- openWorldHint: boolean;
301
- destructiveHint?: undefined;
302
- };
303
- execution: {
304
- taskSupport: string;
305
- };
306
- inputSchema: {
307
- type: string;
308
- properties: {
309
- repo: {
310
- type: string;
311
- description: string;
312
- };
313
- objective: {
314
- type: string;
315
- minLength: number;
316
- description: string;
317
- };
318
- current_file_path: {
319
- type: string;
320
- description: string;
321
- };
322
- include_summary: {
323
- type: string;
324
- default: boolean;
325
- };
326
- include_tasks: {
327
- type: string;
328
- default: boolean;
329
- };
330
- use_tools: {
331
- type: string;
332
- default: boolean;
333
- description: string;
334
- };
335
- max_iterations: {
336
- type: string;
337
- minimum: number;
338
- maximum: number;
339
- default: number;
340
- };
341
- max_tokens: {
342
- type: string;
343
- minimum: number;
344
- maximum: number;
345
- default: number;
346
- };
347
- task_code?: undefined;
348
- phase?: undefined;
349
- title?: undefined;
350
- description?: undefined;
351
- status?: undefined;
352
- priority?: undefined;
353
- agent?: undefined;
354
- role?: undefined;
355
- doc_path?: undefined;
356
- id?: undefined;
357
- type?: undefined;
358
- content?: undefined;
359
- importance?: undefined;
360
- model?: undefined;
361
- scope?: undefined;
362
- tags?: undefined;
363
- metadata?: undefined;
364
- is_global?: undefined;
365
- ttlDays?: undefined;
366
- supersedes?: undefined;
367
- memory_id?: undefined;
368
- application_context?: undefined;
369
- completed_at?: undefined;
370
- query?: undefined;
371
- prompt?: undefined;
372
- current_tags?: undefined;
373
- types?: undefined;
374
- minImportance?: undefined;
375
- limit?: undefined;
376
- offset?: undefined;
377
- includeRecap?: undefined;
378
- include_archived?: undefined;
379
- signals?: undefined;
380
- ids?: undefined;
381
- parent_id?: undefined;
382
- depends_on?: undefined;
383
- est_tokens?: undefined;
384
- comment?: undefined;
385
- search?: undefined;
386
- action?: undefined;
387
- tasks?: undefined;
388
- updates?: undefined;
389
- };
390
- required: string[];
391
- };
392
- outputSchema: {
393
- type: string;
394
- properties: {
395
- repo: {
396
- type: string;
397
- };
398
- objective: {
399
- type: string;
400
- };
401
- answer: {
402
- type: string;
403
- };
404
- model: {
405
- type: string;
406
- };
407
- stopReason: {
408
- type: string;
409
- };
410
- iterations: {
411
- type: string;
412
- };
413
- toolCalls: {
414
- type: string;
415
- };
416
- task_code?: undefined;
417
- phase?: undefined;
418
- title?: undefined;
419
- status?: undefined;
420
- priority?: undefined;
421
- success?: undefined;
422
- id?: undefined;
423
- type?: undefined;
424
- error?: undefined;
425
- message?: undefined;
426
- updatedFields?: undefined;
427
- schema?: undefined;
428
- query?: undefined;
429
- count?: undefined;
430
- total?: undefined;
431
- offset?: undefined;
432
- limit?: undefined;
433
- results?: undefined;
434
- summary?: undefined;
435
- signalCount?: undefined;
436
- deletedCount?: undefined;
437
- ids?: undefined;
438
- stats?: undefined;
439
- top?: undefined;
440
- archivedToMemory?: undefined;
441
- tasks?: undefined;
442
- action?: undefined;
443
- createdCount?: undefined;
444
- updatedCount?: undefined;
445
- taskCodes?: undefined;
446
- };
447
- required: string[];
448
- };
449
- } | {
450
- name: string;
451
- title: string;
452
- description: string;
453
- annotations: {
454
- readOnlyHint: boolean;
455
- idempotentHint: boolean;
456
- destructiveHint: boolean;
457
- openWorldHint: boolean;
458
- };
459
- inputSchema: {
460
- type: string;
461
- properties: {
462
- repo: {
463
- type: string;
464
- description: string;
465
- };
466
- task_code: {
467
- type: string;
468
- description?: undefined;
469
- };
470
- phase: {
471
- type: string;
472
- description?: undefined;
473
- };
474
- title: {
475
- type: string;
476
- minLength: number;
477
- maxLength: number;
478
- description?: undefined;
479
- };
480
- description: {
481
- type: string;
482
- minLength: number;
483
- };
484
- status: {
485
- type: string;
486
- enum: string[];
487
- default: string;
488
- description?: undefined;
489
- };
490
- priority: {
491
- type: string;
492
- minimum: number;
493
- maximum: number;
494
- default: number;
495
- };
496
- agent: {
497
- type: string;
498
- description?: undefined;
499
- };
500
- role: {
501
- type: string;
502
- description?: undefined;
503
- };
504
- doc_path: {
505
- type: string;
506
- };
507
- objective?: undefined;
508
- current_file_path?: undefined;
509
- include_summary?: undefined;
510
- include_tasks?: undefined;
511
- use_tools?: undefined;
512
- max_iterations?: undefined;
513
- max_tokens?: undefined;
514
- id?: undefined;
515
- type?: undefined;
516
- content?: undefined;
517
- importance?: undefined;
518
- model?: undefined;
519
- scope?: undefined;
520
- tags?: undefined;
521
- metadata?: undefined;
522
- is_global?: undefined;
523
- ttlDays?: undefined;
524
- supersedes?: undefined;
525
- memory_id?: undefined;
526
- application_context?: undefined;
527
- completed_at?: undefined;
528
- query?: undefined;
529
- prompt?: undefined;
530
- current_tags?: undefined;
531
- types?: undefined;
532
- minImportance?: undefined;
533
- limit?: undefined;
534
- offset?: undefined;
535
- includeRecap?: undefined;
536
- include_archived?: undefined;
537
- signals?: undefined;
538
- ids?: undefined;
539
- parent_id?: undefined;
540
- depends_on?: undefined;
541
- est_tokens?: undefined;
542
- comment?: undefined;
543
- search?: undefined;
544
- action?: undefined;
545
- tasks?: undefined;
546
- updates?: undefined;
547
- };
548
- required?: undefined;
549
- };
550
- outputSchema: {
551
- type: string;
552
- properties: {
553
- repo: {
554
- type: string;
555
- };
556
- task_code: {
557
- type: string;
558
- };
559
- phase: {
560
- type: string;
561
- };
562
- title: {
563
- type: string;
564
- };
565
- status: {
566
- type: string;
567
- };
568
- priority: {
569
- type: string;
570
- };
571
- objective?: undefined;
572
- answer?: undefined;
573
- model?: undefined;
574
- stopReason?: undefined;
575
- iterations?: undefined;
576
- toolCalls?: undefined;
577
- success?: undefined;
578
- id?: undefined;
579
- type?: undefined;
580
- error?: undefined;
581
- message?: undefined;
582
- updatedFields?: undefined;
583
- schema?: undefined;
584
- query?: undefined;
585
- count?: undefined;
586
- total?: undefined;
587
- offset?: undefined;
588
- limit?: undefined;
589
- results?: undefined;
590
- summary?: undefined;
591
- signalCount?: undefined;
592
- deletedCount?: undefined;
593
- ids?: undefined;
594
- stats?: undefined;
595
- top?: undefined;
596
- archivedToMemory?: undefined;
597
- tasks?: undefined;
598
- action?: undefined;
599
- createdCount?: undefined;
600
- updatedCount?: undefined;
601
- taskCodes?: undefined;
602
- };
603
- required: string[];
604
- };
605
- execution?: undefined;
606
- } | {
607
- name: string;
608
- title: string;
609
- description: string;
610
- inputSchema: {
611
- type: string;
612
- properties: {
613
- id: {
614
- type: string;
615
- format: string;
616
- description: string;
617
- };
618
- repo?: undefined;
619
- objective?: undefined;
620
- current_file_path?: undefined;
621
- include_summary?: undefined;
622
- include_tasks?: undefined;
623
- use_tools?: undefined;
624
- max_iterations?: undefined;
625
- max_tokens?: undefined;
626
- task_code?: undefined;
627
- phase?: undefined;
628
- title?: undefined;
629
- description?: undefined;
630
- status?: undefined;
631
- priority?: undefined;
632
- agent?: undefined;
633
- role?: undefined;
634
- doc_path?: undefined;
635
- type?: undefined;
636
- content?: undefined;
637
- importance?: undefined;
638
- model?: undefined;
639
- scope?: undefined;
640
- tags?: undefined;
641
- metadata?: undefined;
642
- is_global?: undefined;
643
- ttlDays?: undefined;
644
- supersedes?: undefined;
645
- memory_id?: undefined;
646
- application_context?: undefined;
647
- completed_at?: undefined;
648
- query?: undefined;
649
- prompt?: undefined;
650
- current_tags?: undefined;
651
- types?: undefined;
652
- minImportance?: undefined;
653
- limit?: undefined;
654
- offset?: undefined;
655
- includeRecap?: undefined;
656
- include_archived?: undefined;
657
- signals?: undefined;
658
- ids?: undefined;
659
- parent_id?: undefined;
660
- depends_on?: undefined;
661
- est_tokens?: undefined;
662
- comment?: undefined;
663
- search?: undefined;
664
- action?: undefined;
665
- tasks?: undefined;
666
- updates?: undefined;
667
- };
668
- required: string[];
669
- };
670
- annotations?: undefined;
671
- execution?: undefined;
672
- outputSchema?: undefined;
673
- } | {
674
- name: string;
675
- title: string;
676
- description: string;
677
- inputSchema: {
678
- type: string;
679
- properties: {
680
- repo: {
681
- type: string;
682
- description: string;
683
- };
684
- id: {
685
- type: string;
686
- format: string;
687
- description: string;
688
- };
689
- task_code: {
690
- type: string;
691
- description: string;
692
- };
693
- objective?: undefined;
694
- current_file_path?: undefined;
695
- include_summary?: undefined;
696
- include_tasks?: undefined;
697
- use_tools?: undefined;
698
- max_iterations?: undefined;
699
- max_tokens?: undefined;
700
- phase?: undefined;
701
- title?: undefined;
702
- description?: undefined;
703
- status?: undefined;
704
- priority?: undefined;
705
- agent?: undefined;
706
- role?: undefined;
707
- doc_path?: undefined;
708
- type?: undefined;
709
- content?: undefined;
710
- importance?: undefined;
711
- model?: undefined;
712
- scope?: undefined;
713
- tags?: undefined;
714
- metadata?: undefined;
715
- is_global?: undefined;
716
- ttlDays?: undefined;
717
- supersedes?: undefined;
718
- memory_id?: undefined;
719
- application_context?: undefined;
720
- completed_at?: undefined;
721
- query?: undefined;
722
- prompt?: undefined;
723
- current_tags?: undefined;
724
- types?: undefined;
725
- minImportance?: undefined;
726
- limit?: undefined;
727
- offset?: undefined;
728
- includeRecap?: undefined;
729
- include_archived?: undefined;
730
- signals?: undefined;
731
- ids?: undefined;
732
- parent_id?: undefined;
733
- depends_on?: undefined;
734
- est_tokens?: undefined;
735
- comment?: undefined;
736
- search?: undefined;
737
- action?: undefined;
738
- tasks?: undefined;
739
- updates?: undefined;
740
- };
741
- required: string[];
742
- };
743
- annotations?: undefined;
744
- execution?: undefined;
745
- outputSchema?: undefined;
746
- } | {
747
- name: string;
748
- title: string;
749
- description: string;
750
- annotations: {
751
- readOnlyHint: boolean;
752
- idempotentHint: boolean;
753
- destructiveHint: boolean;
754
- openWorldHint: boolean;
755
- };
756
- inputSchema: {
757
- type: string;
758
- properties: {
759
- type: {
760
- type: string;
761
- enum: string[];
762
- description: string;
763
- };
764
- title: {
765
- type: string;
766
- minLength: number;
767
- maxLength: number;
768
- description: string;
769
- };
770
- content: {
771
- type: string;
772
- minLength: number;
773
- description: string;
774
- };
775
- importance: {
776
- type: string;
777
- minimum: number;
778
- maximum: number;
779
- description: string;
780
- };
781
- agent: {
782
- type: string;
783
- description: string;
784
- };
785
- role: {
786
- type: string;
787
- description: string;
788
- };
789
- model: {
790
- type: string;
791
- description: string;
792
- };
793
- scope: {
794
- type: string;
795
- properties: {
796
- repo: {
797
- type: string;
798
- description: string;
799
- };
800
- branch: {
801
- type: string;
802
- };
803
- folder: {
804
- type: string;
805
- };
806
- language: {
807
- type: string;
808
- };
809
- };
810
- required: string[];
811
- };
812
- tags: {
813
- type: string;
814
- items: {
815
- type: string;
816
- };
817
- description: string;
818
- };
819
- metadata: {
820
- type: string;
821
- description: string;
822
- };
823
- is_global: {
824
- type: string;
825
- description: string;
826
- };
827
- ttlDays: {
828
- type: string;
829
- minimum: number;
830
- };
831
- supersedes: {
832
- type: string;
833
- format: string;
834
- };
835
- repo?: undefined;
836
- objective?: undefined;
837
- current_file_path?: undefined;
838
- include_summary?: undefined;
839
- include_tasks?: undefined;
840
- use_tools?: undefined;
841
- max_iterations?: undefined;
842
- max_tokens?: undefined;
843
- task_code?: undefined;
844
- phase?: undefined;
845
- description?: undefined;
846
- status?: undefined;
847
- priority?: undefined;
848
- doc_path?: undefined;
849
- id?: undefined;
850
- memory_id?: undefined;
851
- application_context?: undefined;
852
- completed_at?: undefined;
853
- query?: undefined;
854
- prompt?: undefined;
855
- current_tags?: undefined;
856
- types?: undefined;
857
- minImportance?: undefined;
858
- limit?: undefined;
859
- offset?: undefined;
860
- includeRecap?: undefined;
861
- include_archived?: undefined;
862
- signals?: undefined;
863
- ids?: undefined;
864
- parent_id?: undefined;
865
- depends_on?: undefined;
866
- est_tokens?: undefined;
867
- comment?: undefined;
868
- search?: undefined;
869
- action?: undefined;
870
- tasks?: undefined;
871
- updates?: undefined;
872
- };
873
- required: string[];
874
- };
875
- outputSchema: {
876
- type: string;
877
- properties: {
878
- success: {
879
- type: string;
880
- };
881
- id: {
882
- type: string;
883
- };
884
- repo: {
885
- type: string;
886
- };
887
- type: {
888
- type: string;
889
- };
890
- title: {
891
- type: string;
892
- };
893
- error: {
894
- type: string;
895
- };
896
- message: {
897
- type: string;
898
- };
899
- objective?: undefined;
900
- answer?: undefined;
901
- model?: undefined;
902
- stopReason?: undefined;
903
- iterations?: undefined;
904
- toolCalls?: undefined;
905
- task_code?: undefined;
906
- phase?: undefined;
907
- status?: undefined;
908
- priority?: undefined;
909
- updatedFields?: undefined;
910
- schema?: undefined;
911
- query?: undefined;
912
- count?: undefined;
913
- total?: undefined;
914
- offset?: undefined;
915
- limit?: undefined;
916
- results?: undefined;
917
- summary?: undefined;
918
- signalCount?: undefined;
919
- deletedCount?: undefined;
920
- ids?: undefined;
921
- stats?: undefined;
922
- top?: undefined;
923
- archivedToMemory?: undefined;
924
- tasks?: undefined;
925
- action?: undefined;
926
- createdCount?: undefined;
927
- updatedCount?: undefined;
928
- taskCodes?: undefined;
929
- };
930
- required: string[];
931
- };
932
- execution?: undefined;
933
- } | {
934
- name: string;
935
- title: string;
936
- description: string;
937
- annotations: {
938
- readOnlyHint: boolean;
939
- idempotentHint: boolean;
940
- openWorldHint: boolean;
941
- destructiveHint?: undefined;
942
- };
943
- inputSchema: {
944
- type: string;
945
- properties: {
946
- memory_id: {
947
- type: string;
948
- format: string;
949
- };
950
- status: {
951
- type: string;
952
- enum: string[];
953
- default?: undefined;
954
- description?: undefined;
955
- };
956
- application_context: {
957
- type: string;
958
- minLength: number;
959
- };
960
- repo?: undefined;
961
- objective?: undefined;
962
- current_file_path?: undefined;
963
- include_summary?: undefined;
964
- include_tasks?: undefined;
965
- use_tools?: undefined;
966
- max_iterations?: undefined;
967
- max_tokens?: undefined;
968
- task_code?: undefined;
969
- phase?: undefined;
970
- title?: undefined;
971
- description?: undefined;
972
- priority?: undefined;
973
- agent?: undefined;
974
- role?: undefined;
975
- doc_path?: undefined;
976
- id?: undefined;
977
- type?: undefined;
978
- content?: undefined;
979
- importance?: undefined;
980
- model?: undefined;
981
- scope?: undefined;
982
- tags?: undefined;
983
- metadata?: undefined;
984
- is_global?: undefined;
985
- ttlDays?: undefined;
986
- supersedes?: undefined;
987
- completed_at?: undefined;
988
- query?: undefined;
989
- prompt?: undefined;
990
- current_tags?: undefined;
991
- types?: undefined;
992
- minImportance?: undefined;
993
- limit?: undefined;
994
- offset?: undefined;
995
- includeRecap?: undefined;
996
- include_archived?: undefined;
997
- signals?: undefined;
998
- ids?: undefined;
999
- parent_id?: undefined;
1000
- depends_on?: undefined;
1001
- est_tokens?: undefined;
1002
- comment?: undefined;
1003
- search?: undefined;
1004
- action?: undefined;
1005
- tasks?: undefined;
1006
- updates?: undefined;
1007
- };
1008
- required: string[];
1009
- };
1010
- outputSchema: {
1011
- type: string;
1012
- properties: {
1013
- success: {
1014
- type: string;
1015
- };
1016
- id: {
1017
- type: string;
1018
- };
1019
- status: {
1020
- type: string;
1021
- };
1022
- repo?: undefined;
1023
- objective?: undefined;
1024
- answer?: undefined;
1025
- model?: undefined;
1026
- stopReason?: undefined;
1027
- iterations?: undefined;
1028
- toolCalls?: undefined;
1029
- task_code?: undefined;
1030
- phase?: undefined;
1031
- title?: undefined;
1032
- priority?: undefined;
1033
- type?: undefined;
1034
- error?: undefined;
1035
- message?: undefined;
1036
- updatedFields?: undefined;
1037
- schema?: undefined;
1038
- query?: undefined;
1039
- count?: undefined;
1040
- total?: undefined;
1041
- offset?: undefined;
1042
- limit?: undefined;
1043
- results?: undefined;
1044
- summary?: undefined;
1045
- signalCount?: undefined;
1046
- deletedCount?: undefined;
1047
- ids?: undefined;
1048
- stats?: undefined;
1049
- top?: undefined;
1050
- archivedToMemory?: undefined;
1051
- tasks?: undefined;
1052
- action?: undefined;
1053
- createdCount?: undefined;
1054
- updatedCount?: undefined;
1055
- taskCodes?: undefined;
1056
- };
1057
- required: string[];
1058
- };
1059
- execution?: undefined;
1060
- } | {
1061
- name: string;
1062
- title: string;
1063
- description: string;
1064
- annotations: {
1065
- readOnlyHint: boolean;
1066
- idempotentHint: boolean;
1067
- destructiveHint: boolean;
1068
- openWorldHint: boolean;
1069
- };
1070
- inputSchema: {
1071
- type: string;
1072
- properties: {
1073
- id: {
1074
- type: string;
1075
- format: string;
1076
- description?: undefined;
1077
- };
1078
- type: {
1079
- type: string;
1080
- enum: string[];
1081
- description?: undefined;
1082
- };
1083
- title: {
1084
- type: string;
1085
- minLength: number;
1086
- maxLength: number;
1087
- description?: undefined;
1088
- };
1089
- content: {
1090
- type: string;
1091
- minLength: number;
1092
- description?: undefined;
1093
- };
1094
- importance: {
1095
- type: string;
1096
- minimum: number;
1097
- maximum: number;
1098
- description?: undefined;
1099
- };
1100
- agent: {
1101
- type: string;
1102
- description?: undefined;
1103
- };
1104
- role: {
1105
- type: string;
1106
- description?: undefined;
1107
- };
1108
- status: {
1109
- type: string;
1110
- enum: string[];
1111
- default?: undefined;
1112
- description?: undefined;
1113
- };
1114
- supersedes: {
1115
- type: string;
1116
- format: string;
1117
- };
1118
- tags: {
1119
- type: string;
1120
- items: {
1121
- type: string;
1122
- };
1123
- description?: undefined;
1124
- };
1125
- metadata: {
1126
- type: string;
1127
- description?: undefined;
1128
- };
1129
- is_global: {
1130
- type: string;
1131
- description?: undefined;
1132
- };
1133
- completed_at: {
1134
- type: string;
1135
- };
1136
- repo?: undefined;
1137
- objective?: undefined;
1138
- current_file_path?: undefined;
1139
- include_summary?: undefined;
1140
- include_tasks?: undefined;
1141
- use_tools?: undefined;
1142
- max_iterations?: undefined;
1143
- max_tokens?: undefined;
1144
- task_code?: undefined;
1145
- phase?: undefined;
1146
- description?: undefined;
1147
- priority?: undefined;
1148
- doc_path?: undefined;
1149
- model?: undefined;
1150
- scope?: undefined;
1151
- ttlDays?: undefined;
1152
- memory_id?: undefined;
1153
- application_context?: undefined;
1154
- query?: undefined;
1155
- prompt?: undefined;
1156
- current_tags?: undefined;
1157
- types?: undefined;
1158
- minImportance?: undefined;
1159
- limit?: undefined;
1160
- offset?: undefined;
1161
- includeRecap?: undefined;
1162
- include_archived?: undefined;
1163
- signals?: undefined;
1164
- ids?: undefined;
1165
- parent_id?: undefined;
1166
- depends_on?: undefined;
1167
- est_tokens?: undefined;
1168
- comment?: undefined;
1169
- search?: undefined;
1170
- action?: undefined;
1171
- tasks?: undefined;
1172
- updates?: undefined;
1173
- };
1174
- required: string[];
1175
- };
1176
- outputSchema: {
1177
- type: string;
1178
- properties: {
1179
- success: {
1180
- type: string;
1181
- };
1182
- id: {
1183
- type: string;
1184
- };
1185
- repo: {
1186
- type: string;
1187
- };
1188
- updatedFields: {
1189
- type: string;
1190
- items: {
1191
- type: string;
1192
- };
1193
- };
1194
- objective?: undefined;
1195
- answer?: undefined;
1196
- model?: undefined;
1197
- stopReason?: undefined;
1198
- iterations?: undefined;
1199
- toolCalls?: undefined;
1200
- task_code?: undefined;
1201
- phase?: undefined;
1202
- title?: undefined;
1203
- status?: undefined;
1204
- priority?: undefined;
1205
- type?: undefined;
1206
- error?: undefined;
1207
- message?: undefined;
1208
- schema?: undefined;
1209
- query?: undefined;
1210
- count?: undefined;
1211
- total?: undefined;
1212
- offset?: undefined;
1213
- limit?: undefined;
1214
- results?: undefined;
1215
- summary?: undefined;
1216
- signalCount?: undefined;
1217
- deletedCount?: undefined;
1218
- ids?: undefined;
1219
- stats?: undefined;
1220
- top?: undefined;
1221
- archivedToMemory?: undefined;
1222
- tasks?: undefined;
1223
- action?: undefined;
1224
- createdCount?: undefined;
1225
- updatedCount?: undefined;
1226
- taskCodes?: undefined;
1227
- };
1228
- required: string[];
1229
- };
1230
- execution?: undefined;
1231
- } | {
1232
- name: string;
1233
- title: string;
1234
- description: string;
1235
- annotations: {
1236
- readOnlyHint: boolean;
1237
- idempotentHint: boolean;
1238
- openWorldHint: boolean;
1239
- destructiveHint?: undefined;
1240
- };
1241
- inputSchema: {
1242
- type: string;
1243
- properties: {
1244
- query: {
1245
- type: string;
1246
- minLength: number;
1247
- description?: undefined;
1248
- };
1249
- prompt: {
1250
- type: string;
1251
- };
1252
- repo: {
1253
- type: string;
1254
- description?: undefined;
1255
- };
1256
- current_tags: {
1257
- type: string;
1258
- items: {
1259
- type: string;
1260
- };
1261
- description: string;
1262
- };
1263
- types: {
1264
- type: string;
1265
- items: {
1266
- type: string;
1267
- enum: string[];
1268
- };
1269
- };
1270
- minImportance: {
1271
- type: string;
1272
- minimum: number;
1273
- maximum: number;
1274
- };
1275
- limit: {
1276
- type: string;
1277
- minimum: number;
1278
- maximum: number;
1279
- default: number;
1280
- description?: undefined;
1281
- };
1282
- offset: {
1283
- type: string;
1284
- minimum: number;
1285
- default: number;
1286
- description?: undefined;
1287
- };
1288
- includeRecap: {
1289
- type: string;
1290
- default: boolean;
1291
- };
1292
- current_file_path: {
1293
- type: string;
1294
- description?: undefined;
1295
- };
1296
- include_archived: {
1297
- type: string;
1298
- default: boolean;
1299
- };
1300
- scope: {
1301
- type: string;
1302
- properties: {
1303
- repo: {
1304
- type: string;
1305
- description?: undefined;
1306
- };
1307
- branch: {
1308
- type: string;
1309
- };
1310
- folder: {
1311
- type: string;
1312
- };
1313
- language: {
1314
- type: string;
1315
- };
1316
- };
1317
- required?: undefined;
1318
- };
1319
- objective?: undefined;
1320
- include_summary?: undefined;
1321
- include_tasks?: undefined;
1322
- use_tools?: undefined;
1323
- max_iterations?: undefined;
1324
- max_tokens?: undefined;
1325
- task_code?: undefined;
1326
- phase?: undefined;
1327
- title?: undefined;
1328
- description?: undefined;
1329
- status?: undefined;
1330
- priority?: undefined;
1331
- agent?: undefined;
1332
- role?: undefined;
1333
- doc_path?: undefined;
1334
- id?: undefined;
1335
- type?: undefined;
1336
- content?: undefined;
1337
- importance?: undefined;
1338
- model?: undefined;
1339
- tags?: undefined;
1340
- metadata?: undefined;
1341
- is_global?: undefined;
1342
- ttlDays?: undefined;
1343
- supersedes?: undefined;
1344
- memory_id?: undefined;
1345
- application_context?: undefined;
1346
- completed_at?: undefined;
1347
- signals?: undefined;
1348
- ids?: undefined;
1349
- parent_id?: undefined;
1350
- depends_on?: undefined;
1351
- est_tokens?: undefined;
1352
- comment?: undefined;
1353
- search?: undefined;
1354
- action?: undefined;
1355
- tasks?: undefined;
1356
- updates?: undefined;
1357
- };
1358
- required: string[];
1359
- };
1360
- outputSchema: {
1361
- type: string;
1362
- properties: {
1363
- schema: {
1364
- type: string;
1365
- enum: string[];
1366
- };
1367
- query: {
1368
- type: string;
1369
- };
1370
- count: {
1371
- type: string;
1372
- description: string;
1373
- };
1374
- total: {
1375
- type: string;
1376
- description: string;
1377
- };
1378
- offset: {
1379
- type: string;
1380
- };
1381
- limit: {
1382
- type: string;
1383
- };
1384
- results: {
1385
- type: string;
1386
- properties: {
1387
- columns: {
1388
- type: string;
1389
- items: {
1390
- type: string;
1391
- };
1392
- description: string;
1393
- };
1394
- rows: {
1395
- type: string;
1396
- items: {
1397
- type: string;
1398
- };
1399
- description: string;
1400
- };
1401
- };
1402
- required: string[];
1403
- };
1404
- repo?: undefined;
1405
- objective?: undefined;
1406
- answer?: undefined;
1407
- model?: undefined;
1408
- stopReason?: undefined;
1409
- iterations?: undefined;
1410
- toolCalls?: undefined;
1411
- task_code?: undefined;
1412
- phase?: undefined;
1413
- title?: undefined;
1414
- status?: undefined;
1415
- priority?: undefined;
1416
- success?: undefined;
1417
- id?: undefined;
1418
- type?: undefined;
1419
- error?: undefined;
1420
- message?: undefined;
1421
- updatedFields?: undefined;
1422
- summary?: undefined;
1423
- signalCount?: undefined;
1424
- deletedCount?: undefined;
1425
- ids?: undefined;
1426
- stats?: undefined;
1427
- top?: undefined;
1428
- archivedToMemory?: undefined;
1429
- tasks?: undefined;
1430
- action?: undefined;
1431
- createdCount?: undefined;
1432
- updatedCount?: undefined;
1433
- taskCodes?: undefined;
1434
- };
1435
- required: string[];
1436
- };
1437
- execution?: undefined;
1438
- } | {
1439
- name: string;
1440
- title: string;
1441
- description: string;
1442
- annotations: {
1443
- readOnlyHint: boolean;
1444
- idempotentHint: boolean;
1445
- openWorldHint: boolean;
1446
- destructiveHint?: undefined;
1447
- };
1448
- inputSchema: {
1449
- type: string;
1450
- properties: {
1451
- repo: {
1452
- type: string;
1453
- description: string;
1454
- };
1455
- signals: {
1456
- type: string;
1457
- items: {
1458
- type: string;
1459
- maxLength: number;
1460
- };
1461
- minItems: number;
1462
- description: string;
1463
- };
1464
- objective?: undefined;
1465
- current_file_path?: undefined;
1466
- include_summary?: undefined;
1467
- include_tasks?: undefined;
1468
- use_tools?: undefined;
1469
- max_iterations?: undefined;
1470
- max_tokens?: undefined;
1471
- task_code?: undefined;
1472
- phase?: undefined;
1473
- title?: undefined;
1474
- description?: undefined;
1475
- status?: undefined;
1476
- priority?: undefined;
1477
- agent?: undefined;
1478
- role?: undefined;
1479
- doc_path?: undefined;
1480
- id?: undefined;
1481
- type?: undefined;
1482
- content?: undefined;
1483
- importance?: undefined;
1484
- model?: undefined;
1485
- scope?: undefined;
1486
- tags?: undefined;
1487
- metadata?: undefined;
1488
- is_global?: undefined;
1489
- ttlDays?: undefined;
1490
- supersedes?: undefined;
1491
- memory_id?: undefined;
1492
- application_context?: undefined;
1493
- completed_at?: undefined;
1494
- query?: undefined;
1495
- prompt?: undefined;
1496
- current_tags?: undefined;
1497
- types?: undefined;
1498
- minImportance?: undefined;
1499
- limit?: undefined;
1500
- offset?: undefined;
1501
- includeRecap?: undefined;
1502
- include_archived?: undefined;
1503
- ids?: undefined;
1504
- parent_id?: undefined;
1505
- depends_on?: undefined;
1506
- est_tokens?: undefined;
1507
- comment?: undefined;
1508
- search?: undefined;
1509
- action?: undefined;
1510
- tasks?: undefined;
1511
- updates?: undefined;
1512
- };
1513
- required: string[];
1514
- };
1515
- outputSchema: {
1516
- type: string;
1517
- properties: {
1518
- success: {
1519
- type: string;
1520
- };
1521
- repo: {
1522
- type: string;
1523
- };
1524
- summary: {
1525
- type: string;
1526
- };
1527
- signalCount: {
1528
- type: string;
1529
- };
1530
- objective?: undefined;
1531
- answer?: undefined;
1532
- model?: undefined;
1533
- stopReason?: undefined;
1534
- iterations?: undefined;
1535
- toolCalls?: undefined;
1536
- task_code?: undefined;
1537
- phase?: undefined;
1538
- title?: undefined;
1539
- status?: undefined;
1540
- priority?: undefined;
1541
- id?: undefined;
1542
- type?: undefined;
1543
- error?: undefined;
1544
- message?: undefined;
1545
- updatedFields?: undefined;
1546
- schema?: undefined;
1547
- query?: undefined;
1548
- count?: undefined;
1549
- total?: undefined;
1550
- offset?: undefined;
1551
- limit?: undefined;
1552
- results?: undefined;
1553
- deletedCount?: undefined;
1554
- ids?: undefined;
1555
- stats?: undefined;
1556
- top?: undefined;
1557
- archivedToMemory?: undefined;
1558
- tasks?: undefined;
1559
- action?: undefined;
1560
- createdCount?: undefined;
1561
- updatedCount?: undefined;
1562
- taskCodes?: undefined;
1563
- };
1564
- required: string[];
1565
- };
1566
- execution?: undefined;
1567
- } | {
1568
- name: string;
1569
- title: string;
1570
- description: string;
1571
- annotations: {
1572
- readOnlyHint: boolean;
1573
- idempotentHint: boolean;
1574
- destructiveHint: boolean;
1575
- openWorldHint: boolean;
1576
- };
1577
- inputSchema: {
1578
- type: string;
1579
- properties: {
1580
- id: {
1581
- type: string;
1582
- format: string;
1583
- description: string;
1584
- };
1585
- repo?: undefined;
1586
- objective?: undefined;
1587
- current_file_path?: undefined;
1588
- include_summary?: undefined;
1589
- include_tasks?: undefined;
1590
- use_tools?: undefined;
1591
- max_iterations?: undefined;
1592
- max_tokens?: undefined;
1593
- task_code?: undefined;
1594
- phase?: undefined;
1595
- title?: undefined;
1596
- description?: undefined;
1597
- status?: undefined;
1598
- priority?: undefined;
1599
- agent?: undefined;
1600
- role?: undefined;
1601
- doc_path?: undefined;
1602
- type?: undefined;
1603
- content?: undefined;
1604
- importance?: undefined;
1605
- model?: undefined;
1606
- scope?: undefined;
1607
- tags?: undefined;
1608
- metadata?: undefined;
1609
- is_global?: undefined;
1610
- ttlDays?: undefined;
1611
- supersedes?: undefined;
1612
- memory_id?: undefined;
1613
- application_context?: undefined;
1614
- completed_at?: undefined;
1615
- query?: undefined;
1616
- prompt?: undefined;
1617
- current_tags?: undefined;
1618
- types?: undefined;
1619
- minImportance?: undefined;
1620
- limit?: undefined;
1621
- offset?: undefined;
1622
- includeRecap?: undefined;
1623
- include_archived?: undefined;
1624
- signals?: undefined;
1625
- ids?: undefined;
1626
- parent_id?: undefined;
1627
- depends_on?: undefined;
1628
- est_tokens?: undefined;
1629
- comment?: undefined;
1630
- search?: undefined;
1631
- action?: undefined;
1632
- tasks?: undefined;
1633
- updates?: undefined;
1634
- };
1635
- required: string[];
1636
- };
1637
- outputSchema: {
1638
- type: string;
1639
- properties: {
1640
- success: {
1641
- type: string;
1642
- };
1643
- id: {
1644
- type: string;
1645
- };
1646
- repo: {
1647
- type: string;
1648
- };
1649
- objective?: undefined;
1650
- answer?: undefined;
1651
- model?: undefined;
1652
- stopReason?: undefined;
1653
- iterations?: undefined;
1654
- toolCalls?: undefined;
1655
- task_code?: undefined;
1656
- phase?: undefined;
1657
- title?: undefined;
1658
- status?: undefined;
1659
- priority?: undefined;
1660
- type?: undefined;
1661
- error?: undefined;
1662
- message?: undefined;
1663
- updatedFields?: undefined;
1664
- schema?: undefined;
1665
- query?: undefined;
1666
- count?: undefined;
1667
- total?: undefined;
1668
- offset?: undefined;
1669
- limit?: undefined;
1670
- results?: undefined;
1671
- summary?: undefined;
1672
- signalCount?: undefined;
1673
- deletedCount?: undefined;
1674
- ids?: undefined;
1675
- stats?: undefined;
1676
- top?: undefined;
1677
- archivedToMemory?: undefined;
1678
- tasks?: undefined;
1679
- action?: undefined;
1680
- createdCount?: undefined;
1681
- updatedCount?: undefined;
1682
- taskCodes?: undefined;
1683
- };
1684
- required: string[];
1685
- };
1686
- execution?: undefined;
1687
- } | {
1688
- name: string;
1689
- title: string;
1690
- description: string;
1691
- annotations: {
1692
- readOnlyHint: boolean;
1693
- idempotentHint: boolean;
1694
- destructiveHint: boolean;
1695
- openWorldHint: boolean;
1696
- };
1697
- inputSchema: {
1698
- type: string;
1699
- properties: {
1700
- repo: {
1701
- type: string;
1702
- description: string;
1703
- };
1704
- ids: {
1705
- type: string;
1706
- items: {
1707
- type: string;
1708
- format: string;
1709
- };
1710
- minItems: number;
1711
- description: string;
1712
- };
1713
- objective?: undefined;
1714
- current_file_path?: undefined;
1715
- include_summary?: undefined;
1716
- include_tasks?: undefined;
1717
- use_tools?: undefined;
1718
- max_iterations?: undefined;
1719
- max_tokens?: undefined;
1720
- task_code?: undefined;
1721
- phase?: undefined;
1722
- title?: undefined;
1723
- description?: undefined;
1724
- status?: undefined;
1725
- priority?: undefined;
1726
- agent?: undefined;
1727
- role?: undefined;
1728
- doc_path?: undefined;
1729
- id?: undefined;
1730
- type?: undefined;
1731
- content?: undefined;
1732
- importance?: undefined;
1733
- model?: undefined;
1734
- scope?: undefined;
1735
- tags?: undefined;
1736
- metadata?: undefined;
1737
- is_global?: undefined;
1738
- ttlDays?: undefined;
1739
- supersedes?: undefined;
1740
- memory_id?: undefined;
1741
- application_context?: undefined;
1742
- completed_at?: undefined;
1743
- query?: undefined;
1744
- prompt?: undefined;
1745
- current_tags?: undefined;
1746
- types?: undefined;
1747
- minImportance?: undefined;
1748
- limit?: undefined;
1749
- offset?: undefined;
1750
- includeRecap?: undefined;
1751
- include_archived?: undefined;
1752
- signals?: undefined;
1753
- parent_id?: undefined;
1754
- depends_on?: undefined;
1755
- est_tokens?: undefined;
1756
- comment?: undefined;
1757
- search?: undefined;
1758
- action?: undefined;
1759
- tasks?: undefined;
1760
- updates?: undefined;
1761
- };
1762
- required: string[];
1763
- };
1764
- outputSchema: {
1765
- type: string;
1766
- properties: {
1767
- success: {
1768
- type: string;
1769
- };
1770
- repo: {
1771
- type: string;
1772
- };
1773
- deletedCount: {
1774
- type: string;
1775
- };
1776
- ids: {
1777
- type: string;
1778
- items: {
1779
- type: string;
1780
- };
1781
- };
1782
- objective?: undefined;
1783
- answer?: undefined;
1784
- model?: undefined;
1785
- stopReason?: undefined;
1786
- iterations?: undefined;
1787
- toolCalls?: undefined;
1788
- task_code?: undefined;
1789
- phase?: undefined;
1790
- title?: undefined;
1791
- status?: undefined;
1792
- priority?: undefined;
1793
- id?: undefined;
1794
- type?: undefined;
1795
- error?: undefined;
1796
- message?: undefined;
1797
- updatedFields?: undefined;
1798
- schema?: undefined;
1799
- query?: undefined;
1800
- count?: undefined;
1801
- total?: undefined;
1802
- offset?: undefined;
1803
- limit?: undefined;
1804
- results?: undefined;
1805
- summary?: undefined;
1806
- signalCount?: undefined;
1807
- stats?: undefined;
1808
- top?: undefined;
1809
- archivedToMemory?: undefined;
1810
- tasks?: undefined;
1811
- action?: undefined;
1812
- createdCount?: undefined;
1813
- updatedCount?: undefined;
1814
- taskCodes?: undefined;
1815
- };
1816
- required: string[];
1817
- };
1818
- execution?: undefined;
1819
- } | {
1820
- name: string;
1821
- title: string;
1822
- description: string;
1823
- annotations: {
1824
- readOnlyHint: boolean;
1825
- idempotentHint: boolean;
1826
- openWorldHint: boolean;
1827
- destructiveHint?: undefined;
1828
- };
1829
- inputSchema: {
1830
- type: string;
1831
- properties: {
1832
- repo: {
1833
- type: string;
1834
- description: string;
1835
- };
1836
- limit: {
1837
- type: string;
1838
- minimum: number;
1839
- maximum: number;
1840
- default: number;
1841
- description: string;
1842
- };
1843
- offset: {
1844
- type: string;
1845
- minimum: number;
1846
- default: number;
1847
- description: string;
1848
- };
1849
- objective?: undefined;
1850
- current_file_path?: undefined;
1851
- include_summary?: undefined;
1852
- include_tasks?: undefined;
1853
- use_tools?: undefined;
1854
- max_iterations?: undefined;
1855
- max_tokens?: undefined;
1856
- task_code?: undefined;
1857
- phase?: undefined;
1858
- title?: undefined;
1859
- description?: undefined;
1860
- status?: undefined;
1861
- priority?: undefined;
1862
- agent?: undefined;
1863
- role?: undefined;
1864
- doc_path?: undefined;
1865
- id?: undefined;
1866
- type?: undefined;
1867
- content?: undefined;
1868
- importance?: undefined;
1869
- model?: undefined;
1870
- scope?: undefined;
1871
- tags?: undefined;
1872
- metadata?: undefined;
1873
- is_global?: undefined;
1874
- ttlDays?: undefined;
1875
- supersedes?: undefined;
1876
- memory_id?: undefined;
1877
- application_context?: undefined;
1878
- completed_at?: undefined;
1879
- query?: undefined;
1880
- prompt?: undefined;
1881
- current_tags?: undefined;
1882
- types?: undefined;
1883
- minImportance?: undefined;
1884
- includeRecap?: undefined;
1885
- include_archived?: undefined;
1886
- signals?: undefined;
1887
- ids?: undefined;
1888
- parent_id?: undefined;
1889
- depends_on?: undefined;
1890
- est_tokens?: undefined;
1891
- comment?: undefined;
1892
- search?: undefined;
1893
- action?: undefined;
1894
- tasks?: undefined;
1895
- updates?: undefined;
1896
- };
1897
- required: string[];
1898
- };
1899
- outputSchema: {
1900
- type: string;
1901
- properties: {
1902
- schema: {
1903
- type: string;
1904
- enum: string[];
1905
- };
1906
- repo: {
1907
- type: string;
1908
- };
1909
- count: {
1910
- type: string;
1911
- description: string;
1912
- };
1913
- total: {
1914
- type: string;
1915
- description: string;
1916
- };
1917
- offset: {
1918
- type: string;
1919
- };
1920
- limit: {
1921
- type: string;
1922
- };
1923
- stats: {
1924
- type: string;
1925
- properties: {
1926
- by_type: {
1927
- type: string;
1928
- description: string;
1929
- };
1930
- };
1931
- required: string[];
1932
- };
1933
- top: {
1934
- type: string;
1935
- properties: {
1936
- columns: {
1937
- type: string;
1938
- items: {
1939
- type: string;
1940
- };
1941
- description: string;
1942
- };
1943
- rows: {
1944
- type: string;
1945
- items: {
1946
- type: string;
1947
- };
1948
- description: string;
1949
- };
1950
- };
1951
- required: string[];
1952
- };
1953
- objective?: undefined;
1954
- answer?: undefined;
1955
- model?: undefined;
1956
- stopReason?: undefined;
1957
- iterations?: undefined;
1958
- toolCalls?: undefined;
1959
- task_code?: undefined;
1960
- phase?: undefined;
1961
- title?: undefined;
1962
- status?: undefined;
1963
- priority?: undefined;
1964
- success?: undefined;
1965
- id?: undefined;
1966
- type?: undefined;
1967
- error?: undefined;
1968
- message?: undefined;
1969
- updatedFields?: undefined;
1970
- query?: undefined;
1971
- results?: undefined;
1972
- summary?: undefined;
1973
- signalCount?: undefined;
1974
- deletedCount?: undefined;
1975
- ids?: undefined;
1976
- archivedToMemory?: undefined;
1977
- tasks?: undefined;
1978
- action?: undefined;
1979
- createdCount?: undefined;
1980
- updatedCount?: undefined;
1981
- taskCodes?: undefined;
1982
- };
1983
- required: string[];
1984
- };
1985
- execution?: undefined;
1986
- } | {
1987
- name: string;
1988
- title: string;
1989
- description: string;
1990
- annotations: {
1991
- readOnlyHint: boolean;
1992
- idempotentHint: boolean;
1993
- openWorldHint: boolean;
1994
- destructiveHint?: undefined;
1995
- };
1996
- inputSchema: {
1997
- type: string;
1998
- properties: {
1999
- repo: {
2000
- type: string;
2001
- description: string;
2002
- };
2003
- task_code: {
2004
- type: string;
2005
- description: string;
2006
- };
2007
- phase: {
2008
- type: string;
2009
- description: string;
2010
- };
2011
- title: {
2012
- type: string;
2013
- minLength: number;
2014
- maxLength: number;
2015
- description?: undefined;
2016
- };
2017
- description: {
2018
- type: string;
2019
- minLength?: undefined;
2020
- };
2021
- status: {
2022
- type: string;
2023
- enum: string[];
2024
- description: string;
2025
- default?: undefined;
2026
- };
2027
- priority: {
2028
- type: string;
2029
- minimum: number;
2030
- maximum: number;
2031
- default: number;
2032
- };
2033
- agent: {
2034
- type: string;
2035
- description?: undefined;
2036
- };
2037
- role: {
2038
- type: string;
2039
- description?: undefined;
2040
- };
2041
- doc_path: {
2042
- type: string;
2043
- };
2044
- tags: {
2045
- type: string;
2046
- items: {
2047
- type: string;
2048
- };
2049
- description?: undefined;
2050
- };
2051
- metadata: {
2052
- type: string;
2053
- description?: undefined;
2054
- };
2055
- parent_id: {
2056
- type: string;
2057
- format: string;
2058
- };
2059
- depends_on: {
2060
- type: string;
2061
- format: string;
2062
- };
2063
- est_tokens: {
2064
- type: string;
2065
- minimum: number;
2066
- description: string;
2067
- };
2068
- objective?: undefined;
2069
- current_file_path?: undefined;
2070
- include_summary?: undefined;
2071
- include_tasks?: undefined;
2072
- use_tools?: undefined;
2073
- max_iterations?: undefined;
2074
- max_tokens?: undefined;
2075
- id?: undefined;
2076
- type?: undefined;
2077
- content?: undefined;
2078
- importance?: undefined;
2079
- model?: undefined;
2080
- scope?: undefined;
2081
- is_global?: undefined;
2082
- ttlDays?: undefined;
2083
- supersedes?: undefined;
2084
- memory_id?: undefined;
2085
- application_context?: undefined;
2086
- completed_at?: undefined;
2087
- query?: undefined;
2088
- prompt?: undefined;
2089
- current_tags?: undefined;
2090
- types?: undefined;
2091
- minImportance?: undefined;
2092
- limit?: undefined;
2093
- offset?: undefined;
2094
- includeRecap?: undefined;
2095
- include_archived?: undefined;
2096
- signals?: undefined;
2097
- ids?: undefined;
2098
- comment?: undefined;
2099
- search?: undefined;
2100
- action?: undefined;
2101
- tasks?: undefined;
2102
- updates?: undefined;
2103
- };
2104
- required: string[];
2105
- };
2106
- outputSchema: {
2107
- type: string;
2108
- properties: {
2109
- success: {
2110
- type: string;
2111
- };
2112
- id: {
2113
- type: string;
2114
- };
2115
- repo: {
2116
- type: string;
2117
- };
2118
- task_code: {
2119
- type: string;
2120
- };
2121
- phase: {
2122
- type: string;
2123
- };
2124
- title: {
2125
- type: string;
2126
- };
2127
- status: {
2128
- type: string;
2129
- };
2130
- priority: {
2131
- type: string;
2132
- };
2133
- objective?: undefined;
2134
- answer?: undefined;
2135
- model?: undefined;
2136
- stopReason?: undefined;
2137
- iterations?: undefined;
2138
- toolCalls?: undefined;
2139
- type?: undefined;
2140
- error?: undefined;
2141
- message?: undefined;
2142
- updatedFields?: undefined;
2143
- schema?: undefined;
2144
- query?: undefined;
2145
- count?: undefined;
2146
- total?: undefined;
2147
- offset?: undefined;
2148
- limit?: undefined;
2149
- results?: undefined;
2150
- summary?: undefined;
2151
- signalCount?: undefined;
2152
- deletedCount?: undefined;
2153
- ids?: undefined;
2154
- stats?: undefined;
2155
- top?: undefined;
2156
- archivedToMemory?: undefined;
2157
- tasks?: undefined;
2158
- action?: undefined;
2159
- createdCount?: undefined;
2160
- updatedCount?: undefined;
2161
- taskCodes?: undefined;
2162
- };
2163
- required: string[];
2164
- };
2165
- execution?: undefined;
2166
- } | {
2167
- name: string;
2168
- title: string;
2169
- description: string;
2170
- annotations: {
2171
- readOnlyHint: boolean;
2172
- idempotentHint: boolean;
2173
- openWorldHint: boolean;
2174
- destructiveHint?: undefined;
2175
- };
2176
- inputSchema: {
2177
- type: string;
2178
- properties: {
2179
- repo: {
2180
- type: string;
2181
- description: string;
2182
- };
2183
- id: {
2184
- type: string;
2185
- format: string;
2186
- description: string;
2187
- };
2188
- task_code: {
2189
- type: string;
2190
- description?: undefined;
2191
- };
2192
- phase: {
2193
- type: string;
2194
- description?: undefined;
2195
- };
2196
- title: {
2197
- type: string;
2198
- minLength: number;
2199
- maxLength: number;
2200
- description?: undefined;
2201
- };
2202
- description: {
2203
- type: string;
2204
- minLength?: undefined;
2205
- };
2206
- status: {
2207
- type: string;
2208
- enum: string[];
2209
- description: string;
2210
- default?: undefined;
2211
- };
2212
- priority: {
2213
- type: string;
2214
- minimum: number;
2215
- maximum: number;
2216
- default?: undefined;
2217
- };
2218
- agent: {
2219
- type: string;
2220
- description?: undefined;
2221
- };
2222
- role: {
2223
- type: string;
2224
- description?: undefined;
2225
- };
2226
- model: {
2227
- type: string;
2228
- description?: undefined;
2229
- };
2230
- comment: {
2231
- type: string;
2232
- description: string;
2233
- };
2234
- doc_path: {
2235
- type: string;
2236
- };
2237
- tags: {
2238
- type: string;
2239
- items: {
2240
- type: string;
2241
- };
2242
- description?: undefined;
2243
- };
2244
- metadata: {
2245
- type: string;
2246
- description?: undefined;
2247
- };
2248
- parent_id: {
2249
- type: string;
2250
- format: string;
2251
- };
2252
- depends_on: {
2253
- type: string;
2254
- format: string;
2255
- };
2256
- est_tokens: {
2257
- type: string;
2258
- minimum: number;
2259
- description: string;
2260
- };
2261
- objective?: undefined;
2262
- current_file_path?: undefined;
2263
- include_summary?: undefined;
2264
- include_tasks?: undefined;
2265
- use_tools?: undefined;
2266
- max_iterations?: undefined;
2267
- max_tokens?: undefined;
2268
- type?: undefined;
2269
- content?: undefined;
2270
- importance?: undefined;
2271
- scope?: undefined;
2272
- is_global?: undefined;
2273
- ttlDays?: undefined;
2274
- supersedes?: undefined;
2275
- memory_id?: undefined;
2276
- application_context?: undefined;
2277
- completed_at?: undefined;
2278
- query?: undefined;
2279
- prompt?: undefined;
2280
- current_tags?: undefined;
2281
- types?: undefined;
2282
- minImportance?: undefined;
2283
- limit?: undefined;
2284
- offset?: undefined;
2285
- includeRecap?: undefined;
2286
- include_archived?: undefined;
2287
- signals?: undefined;
2288
- ids?: undefined;
2289
- search?: undefined;
2290
- action?: undefined;
2291
- tasks?: undefined;
2292
- updates?: undefined;
2293
- };
2294
- required: string[];
2295
- };
2296
- outputSchema: {
2297
- type: string;
2298
- properties: {
2299
- success: {
2300
- type: string;
2301
- };
2302
- id: {
2303
- type: string;
2304
- };
2305
- repo: {
2306
- type: string;
2307
- };
2308
- status: {
2309
- type: string;
2310
- };
2311
- archivedToMemory: {
2312
- type: string;
2313
- };
2314
- updatedFields: {
2315
- type: string;
2316
- items: {
2317
- type: string;
2318
- };
2319
- };
2320
- objective?: undefined;
2321
- answer?: undefined;
2322
- model?: undefined;
2323
- stopReason?: undefined;
2324
- iterations?: undefined;
2325
- toolCalls?: undefined;
2326
- task_code?: undefined;
2327
- phase?: undefined;
2328
- title?: undefined;
2329
- priority?: undefined;
2330
- type?: undefined;
2331
- error?: undefined;
2332
- message?: undefined;
2333
- schema?: undefined;
2334
- query?: undefined;
2335
- count?: undefined;
2336
- total?: undefined;
2337
- offset?: undefined;
2338
- limit?: undefined;
2339
- results?: undefined;
2340
- summary?: undefined;
2341
- signalCount?: undefined;
2342
- deletedCount?: undefined;
2343
- ids?: undefined;
2344
- stats?: undefined;
2345
- top?: undefined;
2346
- tasks?: undefined;
2347
- action?: undefined;
2348
- createdCount?: undefined;
2349
- updatedCount?: undefined;
2350
- taskCodes?: undefined;
2351
- };
2352
- required: string[];
2353
- };
2354
- execution?: undefined;
2355
- } | {
2356
- name: string;
2357
- title: string;
2358
- description: string;
2359
- annotations: {
2360
- readOnlyHint: boolean;
2361
- idempotentHint: boolean;
2362
- destructiveHint: boolean;
2363
- openWorldHint: boolean;
2364
- };
2365
- inputSchema: {
2366
- type: string;
2367
- properties: {
2368
- repo: {
2369
- type: string;
2370
- description: string;
2371
- };
2372
- id: {
2373
- type: string;
2374
- format: string;
2375
- description: string;
2376
- };
2377
- objective?: undefined;
2378
- current_file_path?: undefined;
2379
- include_summary?: undefined;
2380
- include_tasks?: undefined;
2381
- use_tools?: undefined;
2382
- max_iterations?: undefined;
2383
- max_tokens?: undefined;
2384
- task_code?: undefined;
2385
- phase?: undefined;
2386
- title?: undefined;
2387
- description?: undefined;
2388
- status?: undefined;
2389
- priority?: undefined;
2390
- agent?: undefined;
2391
- role?: undefined;
2392
- doc_path?: undefined;
2393
- type?: undefined;
2394
- content?: undefined;
2395
- importance?: undefined;
2396
- model?: undefined;
2397
- scope?: undefined;
2398
- tags?: undefined;
2399
- metadata?: undefined;
2400
- is_global?: undefined;
2401
- ttlDays?: undefined;
2402
- supersedes?: undefined;
2403
- memory_id?: undefined;
2404
- application_context?: undefined;
2405
- completed_at?: undefined;
2406
- query?: undefined;
2407
- prompt?: undefined;
2408
- current_tags?: undefined;
2409
- types?: undefined;
2410
- minImportance?: undefined;
2411
- limit?: undefined;
2412
- offset?: undefined;
2413
- includeRecap?: undefined;
2414
- include_archived?: undefined;
2415
- signals?: undefined;
2416
- ids?: undefined;
2417
- parent_id?: undefined;
2418
- depends_on?: undefined;
2419
- est_tokens?: undefined;
2420
- comment?: undefined;
2421
- search?: undefined;
2422
- action?: undefined;
2423
- tasks?: undefined;
2424
- updates?: undefined;
2425
- };
2426
- required: string[];
2427
- };
2428
- outputSchema: {
2429
- type: string;
2430
- properties: {
2431
- success: {
2432
- type: string;
2433
- };
2434
- id: {
2435
- type: string;
2436
- };
2437
- repo: {
2438
- type: string;
2439
- };
2440
- objective?: undefined;
2441
- answer?: undefined;
2442
- model?: undefined;
2443
- stopReason?: undefined;
2444
- iterations?: undefined;
2445
- toolCalls?: undefined;
2446
- task_code?: undefined;
2447
- phase?: undefined;
2448
- title?: undefined;
2449
- status?: undefined;
2450
- priority?: undefined;
2451
- type?: undefined;
2452
- error?: undefined;
2453
- message?: undefined;
2454
- updatedFields?: undefined;
2455
- schema?: undefined;
2456
- query?: undefined;
2457
- count?: undefined;
2458
- total?: undefined;
2459
- offset?: undefined;
2460
- limit?: undefined;
2461
- results?: undefined;
2462
- summary?: undefined;
2463
- signalCount?: undefined;
2464
- deletedCount?: undefined;
2465
- ids?: undefined;
2466
- stats?: undefined;
2467
- top?: undefined;
2468
- archivedToMemory?: undefined;
2469
- tasks?: undefined;
2470
- action?: undefined;
2471
- createdCount?: undefined;
2472
- updatedCount?: undefined;
2473
- taskCodes?: undefined;
2474
- };
2475
- required: string[];
2476
- };
2477
- execution?: undefined;
2478
- } | {
2479
- name: string;
2480
- title: string;
2481
- description: string;
2482
- annotations: {
2483
- readOnlyHint: boolean;
2484
- idempotentHint: boolean;
2485
- openWorldHint: boolean;
2486
- destructiveHint?: undefined;
2487
- };
2488
- inputSchema: {
2489
- type: string;
2490
- properties: {
2491
- repo: {
2492
- type: string;
2493
- description: string;
2494
- };
2495
- status: {
2496
- type: string;
2497
- enum: string[];
2498
- description: string;
2499
- default?: undefined;
2500
- };
2501
- limit: {
2502
- type: string;
2503
- minimum: number;
2504
- maximum: number;
2505
- default: number;
2506
- description: string;
2507
- };
2508
- objective?: undefined;
2509
- current_file_path?: undefined;
2510
- include_summary?: undefined;
2511
- include_tasks?: undefined;
2512
- use_tools?: undefined;
2513
- max_iterations?: undefined;
2514
- max_tokens?: undefined;
2515
- task_code?: undefined;
2516
- phase?: undefined;
2517
- title?: undefined;
2518
- description?: undefined;
2519
- priority?: undefined;
2520
- agent?: undefined;
2521
- role?: undefined;
2522
- doc_path?: undefined;
2523
- id?: undefined;
2524
- type?: undefined;
2525
- content?: undefined;
2526
- importance?: undefined;
2527
- model?: undefined;
2528
- scope?: undefined;
2529
- tags?: undefined;
2530
- metadata?: undefined;
2531
- is_global?: undefined;
2532
- ttlDays?: undefined;
2533
- supersedes?: undefined;
2534
- memory_id?: undefined;
2535
- application_context?: undefined;
2536
- completed_at?: undefined;
2537
- query?: undefined;
2538
- prompt?: undefined;
2539
- current_tags?: undefined;
2540
- types?: undefined;
2541
- minImportance?: undefined;
2542
- offset?: undefined;
2543
- includeRecap?: undefined;
2544
- include_archived?: undefined;
2545
- signals?: undefined;
2546
- ids?: undefined;
2547
- parent_id?: undefined;
2548
- depends_on?: undefined;
2549
- est_tokens?: undefined;
2550
- comment?: undefined;
2551
- search?: undefined;
2552
- action?: undefined;
2553
- tasks?: undefined;
2554
- updates?: undefined;
2555
- };
2556
- required: string[];
2557
- };
2558
- outputSchema: {
2559
- type: string;
2560
- properties: {
2561
- schema: {
2562
- type: string;
2563
- enum: string[];
2564
- };
2565
- tasks: {
2566
- type: string;
2567
- properties: {
2568
- columns: {
2569
- type: string;
2570
- items: {
2571
- type: string;
2572
- };
2573
- description: string;
2574
- };
2575
- rows: {
2576
- type: string;
2577
- items: {
2578
- type: string;
2579
- };
2580
- description: string;
2581
- };
2582
- };
2583
- required: string[];
2584
- };
2585
- count: {
2586
- type: string;
2587
- description?: undefined;
2588
- };
2589
- repo?: undefined;
2590
- objective?: undefined;
2591
- answer?: undefined;
2592
- model?: undefined;
2593
- stopReason?: undefined;
2594
- iterations?: undefined;
2595
- toolCalls?: undefined;
2596
- task_code?: undefined;
2597
- phase?: undefined;
2598
- title?: undefined;
2599
- status?: undefined;
2600
- priority?: undefined;
2601
- success?: undefined;
2602
- id?: undefined;
2603
- type?: undefined;
2604
- error?: undefined;
2605
- message?: undefined;
2606
- updatedFields?: undefined;
2607
- query?: undefined;
2608
- total?: undefined;
2609
- offset?: undefined;
2610
- limit?: undefined;
2611
- results?: undefined;
2612
- summary?: undefined;
2613
- signalCount?: undefined;
2614
- deletedCount?: undefined;
2615
- ids?: undefined;
2616
- stats?: undefined;
2617
- top?: undefined;
2618
- archivedToMemory?: undefined;
2619
- action?: undefined;
2620
- createdCount?: undefined;
2621
- updatedCount?: undefined;
2622
- taskCodes?: undefined;
2623
- };
2624
- required: string[];
2625
- };
2626
- execution?: undefined;
2627
- } | {
2628
- name: string;
2629
- title: string;
2630
- description: string;
2631
- annotations: {
2632
- readOnlyHint: boolean;
2633
- idempotentHint: boolean;
2634
- openWorldHint: boolean;
2635
- destructiveHint?: undefined;
2636
- };
2637
- inputSchema: {
2638
- type: string;
2639
- properties: {
2640
- repo: {
2641
- type: string;
2642
- description: string;
2643
- };
2644
- status: {
2645
- type: string;
2646
- description: string;
2647
- enum?: undefined;
2648
- default?: undefined;
2649
- };
2650
- phase: {
2651
- type: string;
2652
- description: string;
2653
- };
2654
- search: {
2655
- type: string;
2656
- description: string;
2657
- };
2658
- limit: {
2659
- type: string;
2660
- minimum: number;
2661
- maximum: number;
2662
- default: number;
2663
- description: string;
2664
- };
2665
- offset: {
2666
- type: string;
2667
- minimum: number;
2668
- default: number;
2669
- description: string;
2670
- };
2671
- objective?: undefined;
2672
- current_file_path?: undefined;
2673
- include_summary?: undefined;
2674
- include_tasks?: undefined;
2675
- use_tools?: undefined;
2676
- max_iterations?: undefined;
2677
- max_tokens?: undefined;
2678
- task_code?: undefined;
2679
- title?: undefined;
2680
- description?: undefined;
2681
- priority?: undefined;
2682
- agent?: undefined;
2683
- role?: undefined;
2684
- doc_path?: undefined;
2685
- id?: undefined;
2686
- type?: undefined;
2687
- content?: undefined;
2688
- importance?: undefined;
2689
- model?: undefined;
2690
- scope?: undefined;
2691
- tags?: undefined;
2692
- metadata?: undefined;
2693
- is_global?: undefined;
2694
- ttlDays?: undefined;
2695
- supersedes?: undefined;
2696
- memory_id?: undefined;
2697
- application_context?: undefined;
2698
- completed_at?: undefined;
2699
- query?: undefined;
2700
- prompt?: undefined;
2701
- current_tags?: undefined;
2702
- types?: undefined;
2703
- minImportance?: undefined;
2704
- includeRecap?: undefined;
2705
- include_archived?: undefined;
2706
- signals?: undefined;
2707
- ids?: undefined;
2708
- parent_id?: undefined;
2709
- depends_on?: undefined;
2710
- est_tokens?: undefined;
2711
- comment?: undefined;
2712
- action?: undefined;
2713
- tasks?: undefined;
2714
- updates?: undefined;
2715
- };
2716
- required: string[];
2717
- };
2718
- outputSchema: {
2719
- type: string;
2720
- properties: {
2721
- schema: {
2722
- type: string;
2723
- enum: string[];
2724
- };
2725
- tasks: {
2726
- type: string;
2727
- properties: {
2728
- columns: {
2729
- type: string;
2730
- items: {
2731
- type: string;
2732
- };
2733
- description: string;
2734
- };
2735
- rows: {
2736
- type: string;
2737
- items: {
2738
- type: string;
2739
- };
2740
- description: string;
2741
- };
2742
- };
2743
- required: string[];
2744
- };
2745
- count: {
2746
- type: string;
2747
- description?: undefined;
2748
- };
2749
- offset: {
2750
- type: string;
2751
- };
2752
- repo?: undefined;
2753
- objective?: undefined;
2754
- answer?: undefined;
2755
- model?: undefined;
2756
- stopReason?: undefined;
2757
- iterations?: undefined;
2758
- toolCalls?: undefined;
2759
- task_code?: undefined;
2760
- phase?: undefined;
2761
- title?: undefined;
2762
- status?: undefined;
2763
- priority?: undefined;
2764
- success?: undefined;
2765
- id?: undefined;
2766
- type?: undefined;
2767
- error?: undefined;
2768
- message?: undefined;
2769
- updatedFields?: undefined;
2770
- query?: undefined;
2771
- total?: undefined;
2772
- limit?: undefined;
2773
- results?: undefined;
2774
- summary?: undefined;
2775
- signalCount?: undefined;
2776
- deletedCount?: undefined;
2777
- ids?: undefined;
2778
- stats?: undefined;
2779
- top?: undefined;
2780
- archivedToMemory?: undefined;
2781
- action?: undefined;
2782
- createdCount?: undefined;
2783
- updatedCount?: undefined;
2784
- taskCodes?: undefined;
2785
- };
2786
- required: string[];
2787
- };
2788
- execution?: undefined;
2789
- } | {
2790
- name: string;
2791
- title: string;
2792
- description: string;
2793
- annotations: {
2794
- readOnlyHint: boolean;
2795
- idempotentHint: boolean;
2796
- openWorldHint: boolean;
2797
- destructiveHint?: undefined;
2798
- };
2799
- inputSchema: {
2800
- type: string;
2801
- properties: {
2802
- repo: {
2803
- type: string;
2804
- description: string;
2805
- };
2806
- query: {
2807
- type: string;
2808
- description: string;
2809
- minLength?: undefined;
2810
- };
2811
- status: {
2812
- type: string;
2813
- description: string;
2814
- enum?: undefined;
2815
- default?: undefined;
2816
- };
2817
- limit: {
2818
- type: string;
2819
- minimum: number;
2820
- maximum: number;
2821
- default: number;
2822
- description: string;
2823
- };
2824
- offset: {
2825
- type: string;
2826
- minimum: number;
2827
- default: number;
2828
- description: string;
2829
- };
2830
- objective?: undefined;
2831
- current_file_path?: undefined;
2832
- include_summary?: undefined;
2833
- include_tasks?: undefined;
2834
- use_tools?: undefined;
2835
- max_iterations?: undefined;
2836
- max_tokens?: undefined;
2837
- task_code?: undefined;
2838
- phase?: undefined;
2839
- title?: undefined;
2840
- description?: undefined;
2841
- priority?: undefined;
2842
- agent?: undefined;
2843
- role?: undefined;
2844
- doc_path?: undefined;
2845
- id?: undefined;
2846
- type?: undefined;
2847
- content?: undefined;
2848
- importance?: undefined;
2849
- model?: undefined;
2850
- scope?: undefined;
2851
- tags?: undefined;
2852
- metadata?: undefined;
2853
- is_global?: undefined;
2854
- ttlDays?: undefined;
2855
- supersedes?: undefined;
2856
- memory_id?: undefined;
2857
- application_context?: undefined;
2858
- completed_at?: undefined;
2859
- prompt?: undefined;
2860
- current_tags?: undefined;
2861
- types?: undefined;
2862
- minImportance?: undefined;
2863
- includeRecap?: undefined;
2864
- include_archived?: undefined;
2865
- signals?: undefined;
2866
- ids?: undefined;
2867
- parent_id?: undefined;
2868
- depends_on?: undefined;
2869
- est_tokens?: undefined;
2870
- comment?: undefined;
2871
- search?: undefined;
2872
- action?: undefined;
2873
- tasks?: undefined;
2874
- updates?: undefined;
2875
- };
2876
- required: string[];
2877
- };
2878
- outputSchema: {
2879
- type: string;
2880
- properties: {
2881
- schema: {
2882
- type: string;
2883
- enum: string[];
2884
- };
2885
- query: {
2886
- type: string;
2887
- };
2888
- tasks: {
2889
- type: string;
2890
- properties: {
2891
- columns: {
2892
- type: string;
2893
- items: {
2894
- type: string;
2895
- };
2896
- description: string;
2897
- };
2898
- rows: {
2899
- type: string;
2900
- items: {
2901
- type: string;
2902
- };
2903
- description: string;
2904
- };
2905
- };
2906
- required: string[];
2907
- };
2908
- count: {
2909
- type: string;
2910
- description?: undefined;
2911
- };
2912
- offset: {
2913
- type: string;
2914
- };
2915
- repo?: undefined;
2916
- objective?: undefined;
2917
- answer?: undefined;
2918
- model?: undefined;
2919
- stopReason?: undefined;
2920
- iterations?: undefined;
2921
- toolCalls?: undefined;
2922
- task_code?: undefined;
2923
- phase?: undefined;
2924
- title?: undefined;
2925
- status?: undefined;
2926
- priority?: undefined;
2927
- success?: undefined;
2928
- id?: undefined;
2929
- type?: undefined;
2930
- error?: undefined;
2931
- message?: undefined;
2932
- updatedFields?: undefined;
2933
- total?: undefined;
2934
- limit?: undefined;
2935
- results?: undefined;
2936
- summary?: undefined;
2937
- signalCount?: undefined;
2938
- deletedCount?: undefined;
2939
- ids?: undefined;
2940
- stats?: undefined;
2941
- top?: undefined;
2942
- archivedToMemory?: undefined;
2943
- action?: undefined;
2944
- createdCount?: undefined;
2945
- updatedCount?: undefined;
2946
- taskCodes?: undefined;
2947
- };
2948
- required: string[];
2949
- };
2950
- execution?: undefined;
2951
- } | {
2952
- name: string;
2953
- title: string;
2954
- description: string;
2955
- annotations: {
2956
- readOnlyHint: boolean;
2957
- idempotentHint: boolean;
2958
- destructiveHint: boolean;
2959
- openWorldHint: boolean;
2960
- };
2961
- inputSchema: {
2962
- type: string;
2963
- properties: {
2964
- action: {
2965
- type: string;
2966
- enum: string[];
2967
- description: string;
2968
- };
2969
- repo: {
2970
- type: string;
2971
- description: string;
2972
- };
2973
- tasks: {
2974
- type: string;
2975
- items: {
2976
- type: string;
2977
- properties: {
2978
- task_code: {
2979
- type: string;
2980
- };
2981
- phase: {
2982
- type: string;
2983
- };
2984
- title: {
2985
- type: string;
2986
- minLength: number;
2987
- maxLength: number;
2988
- };
2989
- description: {
2990
- type: string;
2991
- };
2992
- status: {
2993
- type: string;
2994
- enum: string[];
2995
- };
2996
- priority: {
2997
- type: string;
2998
- minimum: number;
2999
- maximum: number;
3000
- };
3001
- agent: {
3002
- type: string;
3003
- };
3004
- role: {
3005
- type: string;
3006
- };
3007
- doc_path: {
3008
- type: string;
3009
- };
3010
- tags: {
3011
- type: string;
3012
- items: {
3013
- type: string;
3014
- };
3015
- };
3016
- metadata: {
3017
- type: string;
3018
- };
3019
- parent_id: {
3020
- type: string;
3021
- format: string;
3022
- };
3023
- depends_on: {
3024
- type: string;
3025
- format: string;
3026
- };
3027
- est_tokens: {
3028
- type: string;
3029
- minimum: number;
3030
- description: string;
3031
- };
3032
- };
3033
- required: string[];
3034
- };
3035
- minItems: number;
3036
- };
3037
- ids: {
3038
- type: string;
3039
- items: {
3040
- type: string;
3041
- format: string;
3042
- };
3043
- minItems: number;
3044
- description: string;
3045
- };
3046
- updates: {
3047
- type: string;
3048
- properties: {
3049
- status: {
3050
- type: string;
3051
- enum: string[];
3052
- };
3053
- comment: {
3054
- type: string;
3055
- };
3056
- est_tokens: {
3057
- type: string;
3058
- minimum: number;
3059
- };
3060
- };
3061
- };
3062
- objective?: undefined;
3063
- current_file_path?: undefined;
3064
- include_summary?: undefined;
3065
- include_tasks?: undefined;
3066
- use_tools?: undefined;
3067
- max_iterations?: undefined;
3068
- max_tokens?: undefined;
3069
- task_code?: undefined;
3070
- phase?: undefined;
3071
- title?: undefined;
3072
- description?: undefined;
3073
- status?: undefined;
3074
- priority?: undefined;
3075
- agent?: undefined;
3076
- role?: undefined;
3077
- doc_path?: undefined;
3078
- id?: undefined;
3079
- type?: undefined;
3080
- content?: undefined;
3081
- importance?: undefined;
3082
- model?: undefined;
3083
- scope?: undefined;
3084
- tags?: undefined;
3085
- metadata?: undefined;
3086
- is_global?: undefined;
3087
- ttlDays?: undefined;
3088
- supersedes?: undefined;
3089
- memory_id?: undefined;
3090
- application_context?: undefined;
3091
- completed_at?: undefined;
3092
- query?: undefined;
3093
- prompt?: undefined;
3094
- current_tags?: undefined;
3095
- types?: undefined;
3096
- minImportance?: undefined;
3097
- limit?: undefined;
3098
- offset?: undefined;
3099
- includeRecap?: undefined;
3100
- include_archived?: undefined;
3101
- signals?: undefined;
3102
- parent_id?: undefined;
3103
- depends_on?: undefined;
3104
- est_tokens?: undefined;
3105
- comment?: undefined;
3106
- search?: undefined;
3107
- };
3108
- required: string[];
3109
- };
3110
- outputSchema: {
3111
- type: string;
3112
- properties: {
3113
- success: {
3114
- type: string;
3115
- };
3116
- action: {
3117
- type: string;
3118
- };
3119
- repo: {
3120
- type: string;
3121
- };
3122
- createdCount: {
3123
- type: string;
3124
- };
3125
- deletedCount: {
3126
- type: string;
3127
- };
3128
- updatedCount: {
3129
- type: string;
3130
- };
3131
- taskCodes: {
3132
- type: string;
3133
- items: {
3134
- type: string;
3135
- };
3136
- };
3137
- ids: {
3138
- type: string;
3139
- items: {
3140
- type: string;
3141
- };
3142
- };
3143
- objective?: undefined;
3144
- answer?: undefined;
3145
- model?: undefined;
3146
- stopReason?: undefined;
3147
- iterations?: undefined;
3148
- toolCalls?: undefined;
3149
- task_code?: undefined;
3150
- phase?: undefined;
3151
- title?: undefined;
3152
- status?: undefined;
3153
- priority?: undefined;
3154
- id?: undefined;
3155
- type?: undefined;
3156
- error?: undefined;
3157
- message?: undefined;
3158
- updatedFields?: undefined;
3159
- schema?: undefined;
3160
- query?: undefined;
3161
- count?: undefined;
3162
- total?: undefined;
3163
- offset?: undefined;
3164
- limit?: undefined;
3165
- results?: undefined;
3166
- summary?: undefined;
3167
- signalCount?: undefined;
3168
- stats?: undefined;
3169
- top?: undefined;
3170
- archivedToMemory?: undefined;
3171
- tasks?: undefined;
3172
- };
3173
- required: string[];
3174
- };
3175
- execution?: undefined;
3176
- })[];
3177
- //# sourceMappingURL=schemas.d.ts.map