@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,1081 +0,0 @@
1
- import { z } from "zod";
2
- import { normalizeRepo } from "../utils/normalize.js";
3
- // Shared schema components
4
- export const MemoryScopeSchema = z.object({
5
- repo: z.string().min(1).transform(normalizeRepo),
6
- branch: z.string().optional(),
7
- folder: z.string().optional(),
8
- language: z.string().optional()
9
- });
10
- export const MemoryTypeSchema = z.enum(["code_fact", "decision", "mistake", "pattern", "agent_handoff", "agent_registered", "file_claim", "task_archive"]);
11
- // Tool schemas
12
- export const MemoryStoreSchema = z.object({
13
- type: MemoryTypeSchema,
14
- title: z.string().min(3).max(100),
15
- content: z.string().min(10),
16
- importance: z.number().min(1).max(5),
17
- agent: z.string().min(1),
18
- role: z.string().optional().default("unknown"),
19
- model: z.string().min(1),
20
- scope: MemoryScopeSchema,
21
- ttlDays: z.number().min(1).optional(),
22
- supersedes: z.string().uuid().optional(),
23
- tags: z.array(z.string()).optional(),
24
- metadata: z.record(z.string(), z.any()).optional(),
25
- is_global: z.boolean().default(false)
26
- });
27
- export const MemoryUpdateSchema = z.object({
28
- id: z.string().uuid(),
29
- type: MemoryTypeSchema.optional(),
30
- title: z.string().min(3).max(100).optional(),
31
- content: z.string().min(10).optional(),
32
- importance: z.number().min(1).max(5).optional(),
33
- agent: z.string().optional(),
34
- role: z.string().optional(),
35
- status: z.enum(["active", "archived"]).optional(),
36
- supersedes: z.string().uuid().optional(),
37
- tags: z.array(z.string()).optional(),
38
- metadata: z.record(z.string(), z.any()).optional(),
39
- is_global: z.boolean().optional(),
40
- completed_at: z.string().optional()
41
- }).refine((data) => data.type !== undefined || data.content !== undefined || data.title !== undefined || data.importance !== undefined || data.status !== undefined || data.supersedes !== undefined || data.tags !== undefined || data.metadata !== undefined || data.is_global !== undefined || data.agent !== undefined || data.role !== undefined || data.completed_at !== undefined, { message: "At least one field must be provided for update" });
42
- export const MemorySearchSchema = z.object({
43
- query: z.string().min(3),
44
- prompt: z.string().optional(),
45
- repo: z.string().min(1).transform(normalizeRepo),
46
- types: z.array(MemoryTypeSchema).optional(),
47
- minImportance: z.number().min(1).max(5).optional(),
48
- limit: z.number().min(1).max(100).default(5),
49
- offset: z.number().min(0).default(0),
50
- includeRecap: z.boolean().default(false),
51
- current_file_path: z.string().optional(),
52
- include_archived: z.boolean().default(false),
53
- current_tags: z.array(z.string()).optional(),
54
- scope: MemoryScopeSchema.partial().optional()
55
- });
56
- export const MemoryAcknowledgeSchema = z.object({
57
- memory_id: z.string().uuid(),
58
- status: z.enum(["used", "irrelevant", "contradictory"]),
59
- application_context: z.string().min(10).optional()
60
- });
61
- export const MemoryRecapSchema = z.object({
62
- repo: z.string().min(1).transform(normalizeRepo),
63
- limit: z.number().min(1).max(50).default(20),
64
- offset: z.number().min(0).default(0)
65
- });
66
- export const MemoryBulkDeleteSchema = z.object({
67
- repo: z.string().min(1).transform(normalizeRepo),
68
- ids: z.array(z.string().uuid()).min(1)
69
- });
70
- export const MemorySummarizeSchema = z.object({
71
- repo: z.string().min(1).transform(normalizeRepo),
72
- signals: z.array(z.string().max(200)).min(1)
73
- });
74
- export const MemorySynthesizeSchema = z.object({
75
- repo: z.string().min(1).transform(normalizeRepo).optional(),
76
- objective: z.string().min(5),
77
- current_file_path: z.string().optional(),
78
- include_summary: z.boolean().default(true),
79
- include_tasks: z.boolean().default(true),
80
- use_tools: z.boolean().default(true),
81
- max_iterations: z.number().int().min(1).max(5).default(3),
82
- max_tokens: z.number().int().min(128).max(4000).default(1200)
83
- });
84
- export const TaskStatusSchema = z.enum(["backlog", "pending", "in_progress", "completed", "canceled", "blocked"]);
85
- export const TaskPrioritySchema = z.number().min(1).max(5);
86
- export const TaskCreateSchema = z.object({
87
- repo: z.string().min(1).transform(normalizeRepo),
88
- task_code: z.string().min(1),
89
- phase: z.string().min(1),
90
- title: z.string().min(3).max(100),
91
- description: z.string().min(1),
92
- status: TaskStatusSchema.default("backlog"),
93
- priority: TaskPrioritySchema.default(3),
94
- agent: z.string().optional(),
95
- role: z.string().optional(),
96
- doc_path: z.string().optional(),
97
- tags: z.array(z.string()).optional(),
98
- metadata: z.record(z.string(), z.any()).optional(),
99
- parent_id: z.string().uuid().optional(),
100
- depends_on: z.string().uuid().optional(),
101
- est_tokens: z.number().int().min(0).optional()
102
- });
103
- export const TaskCreateInteractiveSchema = TaskCreateSchema.partial().extend({
104
- repo: z.string().min(1).transform(normalizeRepo).optional(),
105
- });
106
- export const TaskUpdateSchema = z.object({
107
- repo: z.string().min(1).transform(normalizeRepo),
108
- id: z.string().uuid(),
109
- task_code: z.string().optional(),
110
- phase: z.string().optional(),
111
- title: z.string().min(3).max(100).optional(),
112
- description: z.string().optional(),
113
- status: TaskStatusSchema.optional(),
114
- priority: TaskPrioritySchema.optional(),
115
- agent: z.string().min(1, "agent name is required").optional(),
116
- role: z.string().min(1, "agent role is required").optional(),
117
- model: z.string().optional(),
118
- comment: z.string().min(1).optional(),
119
- doc_path: z.string().optional(),
120
- tags: z.array(z.string()).optional(),
121
- metadata: z.record(z.string(), z.any()).optional(),
122
- parent_id: z.string().uuid().optional(),
123
- depends_on: z.string().uuid().optional(),
124
- est_tokens: z.number().int().min(0).optional()
125
- }).refine((data) => Object.keys(data).length > 2, { message: "At least one field besides repo and id must be provided for update" });
126
- export const TaskListSchema = z.object({
127
- repo: z.string().min(1).transform(normalizeRepo),
128
- status: z.string().optional(),
129
- phase: z.string().optional(),
130
- search: z.string().optional(),
131
- limit: z.number().min(1).max(100).default(15),
132
- offset: z.number().min(0).default(0)
133
- });
134
- export const TaskSearchSchema = z.object({
135
- repo: z.string().min(1).transform(normalizeRepo),
136
- query: z.string().min(1),
137
- status: z.string().optional(),
138
- limit: z.number().min(1).max(100).default(10),
139
- offset: z.number().min(0).default(0)
140
- });
141
- export const TaskBulkManageSchema = z.object({
142
- action: z.enum(["bulk_create", "bulk_delete", "bulk_update"]),
143
- repo: z.string().min(1).transform(normalizeRepo),
144
- tasks: z.array(z.object({
145
- task_code: z.string().min(1),
146
- phase: z.string().min(1),
147
- title: z.string().min(3).max(100),
148
- description: z.string().min(1),
149
- status: z.enum(["backlog", "pending"]).default("backlog"),
150
- priority: TaskPrioritySchema.optional(),
151
- agent: z.string().optional(),
152
- role: z.string().optional(),
153
- doc_path: z.string().optional(),
154
- tags: z.array(z.string()).optional(),
155
- metadata: z.record(z.string(), z.any()).optional(),
156
- parent_id: z.string().uuid().optional(),
157
- depends_on: z.string().uuid().optional(),
158
- est_tokens: z.number().int().min(0).optional()
159
- })).min(1).optional(),
160
- ids: z.array(z.string().uuid()).min(1).optional(),
161
- updates: z.object({
162
- status: TaskStatusSchema.optional(),
163
- comment: z.string().optional(),
164
- est_tokens: z.number().optional()
165
- }).optional()
166
- }).refine((data) => (data.action === "bulk_create" && data.tasks) || (data.action === "bulk_delete" && data.ids) || (data.action === "bulk_update" && data.ids && data.updates), { message: "tasks is required for bulk_create, ids is required for bulk_delete or bulk_update, updates is required for bulk_update" });
167
- export const TaskDeleteSchema = z.object({
168
- repo: z.string().min(1).transform(normalizeRepo),
169
- id: z.string().uuid()
170
- });
171
- export const MemoryGetSchema = z.object({
172
- id: z.string().uuid()
173
- });
174
- export const TaskGetSchema = z.object({
175
- repo: z.string().min(1).transform(normalizeRepo),
176
- id: z.string().uuid().optional(),
177
- task_code: z.string().optional()
178
- }).refine((data) => data.id !== undefined || data.task_code !== undefined, { message: "Either id or task_code must be provided" });
179
- export const TaskActiveSchema = z.object({
180
- repo: z.string().min(1).transform(normalizeRepo),
181
- status: z.enum(["in_progress", "pending"]).optional(),
182
- limit: z.number().min(1).max(20).default(5)
183
- });
184
- // Tool definitions for MCP
185
- export const TOOL_DEFINITIONS = [
186
- {
187
- name: "memory-synthesize",
188
- title: "Memory Synthesize",
189
- description: "Use client sampling to synthesize a grounded answer from local memory and tasks. Best for project briefings, tradeoff summaries, and context-aware answers.",
190
- annotations: {
191
- readOnlyHint: true,
192
- idempotentHint: true,
193
- openWorldHint: false
194
- },
195
- execution: {
196
- taskSupport: "optional"
197
- },
198
- inputSchema: {
199
- type: "object",
200
- properties: {
201
- repo: { type: "string", description: "Repository name. Optional when a single MCP root is active." },
202
- objective: { type: "string", minLength: 5, description: "Question or synthesis objective." },
203
- current_file_path: { type: "string", description: "Optional absolute file path for workspace-local grounding." },
204
- include_summary: { type: "boolean", default: true },
205
- include_tasks: { type: "boolean", default: true },
206
- use_tools: { type: "boolean", default: true, description: "Allow the sampled model to call local memory/task tools during synthesis when the client supports sampling.tools." },
207
- max_iterations: { type: "number", minimum: 1, maximum: 5, default: 3 },
208
- max_tokens: { type: "number", minimum: 128, maximum: 4000, default: 1200 }
209
- },
210
- required: ["objective"]
211
- },
212
- outputSchema: {
213
- type: "object",
214
- properties: {
215
- repo: { type: "string" },
216
- objective: { type: "string" },
217
- answer: { type: "string" },
218
- model: { type: "string" },
219
- stopReason: { type: "string" },
220
- iterations: { type: "number" },
221
- toolCalls: { type: "number" }
222
- },
223
- required: ["repo", "objective", "answer", "iterations", "toolCalls"]
224
- }
225
- },
226
- {
227
- name: "task-create-interactive",
228
- title: "Interactive Task Create",
229
- description: "Create a task with MCP elicitation fallback for any missing required fields. Best when an agent knows a task is needed but still needs user confirmation for repo, title, or phase.",
230
- annotations: {
231
- readOnlyHint: false,
232
- idempotentHint: false,
233
- destructiveHint: false,
234
- openWorldHint: false
235
- },
236
- inputSchema: {
237
- type: "object",
238
- properties: {
239
- repo: { type: "string", description: "Repository name. Optional when it can be inferred from MCP roots or elicited from the user." },
240
- task_code: { type: "string" },
241
- phase: { type: "string" },
242
- title: { type: "string", minLength: 3, maxLength: 100 },
243
- description: { type: "string", minLength: 1 },
244
- status: { type: "string", enum: ["backlog", "pending"], default: "backlog" },
245
- priority: { type: "number", minimum: 1, maximum: 5, default: 3 },
246
- agent: { type: "string" },
247
- role: { type: "string" },
248
- doc_path: { type: "string" }
249
- }
250
- },
251
- outputSchema: {
252
- type: "object",
253
- properties: {
254
- repo: { type: "string" },
255
- task_code: { type: "string" },
256
- phase: { type: "string" },
257
- title: { type: "string" },
258
- status: { type: "string" },
259
- priority: { type: "number" }
260
- },
261
- required: ["repo", "task_code", "phase", "title", "status", "priority"]
262
- }
263
- },
264
- {
265
- name: "memory-detail",
266
- title: "Memory Detail",
267
- description: "Fetch full details of a specific memory by ID. Use this when you have a memory ID (e.g. from search results) and need to read the full content.",
268
- inputSchema: {
269
- type: "object",
270
- properties: {
271
- id: { type: "string", format: "uuid", description: "Memory entry ID" }
272
- },
273
- required: ["id"]
274
- }
275
- },
276
- {
277
- name: "task-detail",
278
- title: "Task Detail",
279
- description: "Fetch full details of a specific task by ID or task code. Use this when you have a task ID or code and need to read the full description and comments.",
280
- inputSchema: {
281
- type: "object",
282
- properties: {
283
- repo: { type: "string", description: "Repository name" },
284
- id: { type: "string", format: "uuid", description: "Task ID (optional if task_code is provided)" },
285
- task_code: { type: "string", description: "Task code (e.g. TASK-001) (optional if id is provided)" }
286
- },
287
- required: ["repo"]
288
- }
289
- },
290
- {
291
- name: "memory-store",
292
- title: "Memory Store",
293
- description: "Store a new memory entry. Keep 'title' concise and human-readable; do not embed agent/role/date metadata in the title. Put auxiliary context into 'metadata'. Use 'tags' for tech-stack and 'is_global' for universal rules.",
294
- annotations: {
295
- readOnlyHint: false,
296
- idempotentHint: false,
297
- destructiveHint: false,
298
- openWorldHint: false
299
- },
300
- inputSchema: {
301
- type: "object",
302
- properties: {
303
- type: {
304
- type: "string",
305
- enum: ["code_fact", "decision", "mistake", "pattern", "agent_handoff", "agent_registered", "file_claim", "task_archive"],
306
- description: "Type of memory being stored"
307
- },
308
- title: {
309
- type: "string",
310
- minLength: 3,
311
- maxLength: 100,
312
- description: "Short human-readable title for the memory. Do not embed bracketed metadata like agent/role/date prefixes here."
313
- },
314
- content: {
315
- type: "string",
316
- minLength: 10,
317
- description: "The memory content"
318
- },
319
- importance: {
320
- type: "number",
321
- minimum: 1,
322
- maximum: 5,
323
- description: "Importance score (1-5)"
324
- },
325
- agent: {
326
- type: "string",
327
- description: "Name of the agent creating this memory"
328
- },
329
- role: {
330
- type: "string",
331
- description: "Role of the agent creating this memory"
332
- },
333
- model: {
334
- type: "string",
335
- description: "AI model used by the agent"
336
- },
337
- scope: {
338
- type: "object",
339
- properties: {
340
- repo: { type: "string", description: "Repository name" },
341
- branch: { type: "string" },
342
- folder: { type: "string" },
343
- language: { type: "string" }
344
- },
345
- required: ["repo"]
346
- },
347
- tags: {
348
- type: "array",
349
- items: { type: "string" },
350
- description: "Technology stack tags (e.g., ['filament', 'laravel'])"
351
- },
352
- metadata: {
353
- type: "object",
354
- description: "Structured metadata for non-title context such as source agent, claim fields, or timestamps"
355
- },
356
- is_global: {
357
- type: "boolean",
358
- description: "If true, this memory is shared across all repositories"
359
- },
360
- ttlDays: { type: "number", minimum: 1 },
361
- supersedes: { type: "string", format: "uuid" }
362
- },
363
- required: ["type", "title", "content", "importance", "scope", "agent", "model"]
364
- },
365
- outputSchema: {
366
- type: "object",
367
- properties: {
368
- success: { type: "boolean" },
369
- id: { type: "string" },
370
- repo: { type: "string" },
371
- type: { type: "string" },
372
- title: { type: "string" },
373
- error: { type: "string" },
374
- message: { type: "string" }
375
- },
376
- required: ["success"]
377
- }
378
- },
379
- {
380
- name: "memory-acknowledge",
381
- title: "Memory Acknowledge",
382
- description: "Acknowledge the use of a memory or report its irrelevance/contradiction. Mandatory after using memory to generate code.",
383
- annotations: {
384
- readOnlyHint: false,
385
- idempotentHint: false,
386
- openWorldHint: false
387
- },
388
- inputSchema: {
389
- type: "object",
390
- properties: {
391
- memory_id: { type: "string", format: "uuid" },
392
- status: { type: "string", enum: ["used", "irrelevant", "contradictory"] },
393
- application_context: { type: "string", minLength: 10 }
394
- },
395
- required: ["memory_id", "status"]
396
- },
397
- outputSchema: {
398
- type: "object",
399
- properties: {
400
- success: { type: "boolean" },
401
- id: { type: "string" },
402
- status: { type: "string" }
403
- },
404
- required: ["success", "id", "status"]
405
- }
406
- },
407
- {
408
- name: "memory-update",
409
- title: "Memory Update",
410
- description: "Update an existing memory entry. Keep 'title' concise and move agent/role/date or claim context into 'metadata' instead of the title.",
411
- annotations: {
412
- readOnlyHint: false,
413
- idempotentHint: false,
414
- destructiveHint: false,
415
- openWorldHint: false
416
- },
417
- inputSchema: {
418
- type: "object",
419
- properties: {
420
- id: { type: "string", format: "uuid" },
421
- type: { type: "string", enum: ["code_fact", "decision", "mistake", "pattern", "agent_handoff", "agent_registered", "file_claim", "task_archive"] },
422
- title: { type: "string", minLength: 3, maxLength: 100 },
423
- content: { type: "string", minLength: 10 },
424
- importance: { type: "number", minimum: 1, maximum: 5 },
425
- agent: { type: "string" },
426
- role: { type: "string" },
427
- status: { type: "string", enum: ["active", "archived"] },
428
- supersedes: { type: "string", format: "uuid" },
429
- tags: { type: "array", items: { type: "string" } },
430
- metadata: { type: "object" },
431
- is_global: { type: "boolean" },
432
- completed_at: { type: "string" }
433
- },
434
- required: ["id"]
435
- },
436
- outputSchema: {
437
- type: "object",
438
- properties: {
439
- success: { type: "boolean" },
440
- id: { type: "string" },
441
- repo: { type: "string" },
442
- updatedFields: {
443
- type: "array",
444
- items: { type: "string" }
445
- }
446
- },
447
- required: ["success", "id", "repo", "updatedFields"]
448
- }
449
- },
450
- {
451
- name: "memory-search",
452
- title: "Memory Search",
453
- description: "NAVIGATION LAYER: Returns a pointer table of matching memory IDs only. Returns columns [id, title, type, importance] — NO content. Retrieve full memory via memory-detail. Use 'current_tags' to find tech-stack specific knowledge from other projects.",
454
- annotations: {
455
- readOnlyHint: true,
456
- idempotentHint: true,
457
- openWorldHint: false
458
- },
459
- inputSchema: {
460
- type: "object",
461
- properties: {
462
- query: { type: "string", minLength: 3 },
463
- prompt: { type: "string" },
464
- repo: { type: "string" },
465
- current_tags: {
466
- type: "array",
467
- items: { type: "string" },
468
- description: "Active tech stack tags (e.g., ['filament', 'react'])"
469
- },
470
- types: {
471
- type: "array",
472
- items: { type: "string", enum: ["code_fact", "decision", "mistake", "pattern", "agent_handoff", "agent_registered", "file_claim", "task_archive"] }
473
- },
474
- minImportance: { type: "number", minimum: 1, maximum: 5 },
475
- limit: { type: "number", minimum: 1, maximum: 100, default: 5 },
476
- offset: { type: "number", minimum: 0, default: 0 },
477
- includeRecap: { type: "boolean", default: false },
478
- current_file_path: { type: "string" },
479
- include_archived: { type: "boolean", default: false },
480
- scope: {
481
- type: "object",
482
- properties: {
483
- repo: { type: "string" },
484
- branch: { type: "string" },
485
- folder: { type: "string" },
486
- language: { type: "string" }
487
- }
488
- }
489
- },
490
- required: ["query", "repo"]
491
- },
492
- outputSchema: {
493
- type: "object",
494
- properties: {
495
- schema: { type: "string", enum: ["memory-search"] },
496
- query: { type: "string" },
497
- count: { type: "number", description: "Number of rows returned" },
498
- total: { type: "number", description: "Total matching memories" },
499
- offset: { type: "number" },
500
- limit: { type: "number" },
501
- results: {
502
- type: "object",
503
- properties: {
504
- columns: {
505
- type: "array",
506
- items: { type: "string" },
507
- description: "Column names: [id, title, type, importance]"
508
- },
509
- rows: {
510
- type: "array",
511
- items: { type: "array" },
512
- description: "Each row: [id, title, type, importance]. Fetch full content via memory-detail"
513
- }
514
- },
515
- required: ["columns", "rows"]
516
- }
517
- },
518
- required: ["schema", "query", "count", "total", "offset", "limit", "results"]
519
- }
520
- },
521
- {
522
- name: "memory-summarize",
523
- title: "Memory Summarize",
524
- description: "Update the summary for a repository",
525
- annotations: {
526
- readOnlyHint: false,
527
- idempotentHint: false,
528
- openWorldHint: false
529
- },
530
- inputSchema: {
531
- type: "object",
532
- properties: {
533
- repo: { type: "string", description: "Repository name" },
534
- signals: {
535
- type: "array",
536
- items: { type: "string", maxLength: 200 },
537
- minItems: 1,
538
- description: "High-level signals to include in summary"
539
- }
540
- },
541
- required: ["repo", "signals"]
542
- },
543
- outputSchema: {
544
- type: "object",
545
- properties: {
546
- success: { type: "boolean" },
547
- repo: { type: "string" },
548
- summary: { type: "string" },
549
- signalCount: { type: "number" }
550
- },
551
- required: ["success", "repo", "summary", "signalCount"]
552
- }
553
- },
554
- {
555
- name: "memory-delete",
556
- title: "Memory Delete",
557
- description: "Soft-delete a memory entry (remove from active use)",
558
- annotations: {
559
- readOnlyHint: false,
560
- idempotentHint: false,
561
- destructiveHint: true,
562
- openWorldHint: false
563
- },
564
- inputSchema: {
565
- type: "object",
566
- properties: {
567
- id: { type: "string", format: "uuid", description: "Memory entry ID to delete" }
568
- },
569
- required: ["id"]
570
- },
571
- outputSchema: {
572
- type: "object",
573
- properties: {
574
- success: { type: "boolean" },
575
- id: { type: "string" },
576
- repo: { type: "string" }
577
- },
578
- required: ["success", "id", "repo"]
579
- }
580
- },
581
- {
582
- name: "memory-bulk-delete",
583
- title: "Memory Bulk Delete",
584
- description: "Delete multiple memory entries at once.",
585
- annotations: {
586
- readOnlyHint: false,
587
- idempotentHint: false,
588
- destructiveHint: true,
589
- openWorldHint: false
590
- },
591
- inputSchema: {
592
- type: "object",
593
- properties: {
594
- repo: { type: "string", description: "Repository name" },
595
- ids: { type: "array", items: { type: "string", format: "uuid" }, minItems: 1, description: "Array of memory IDs to delete" }
596
- },
597
- required: ["repo", "ids"]
598
- },
599
- outputSchema: {
600
- type: "object",
601
- properties: {
602
- success: { type: "boolean" },
603
- repo: { type: "string" },
604
- deletedCount: { type: "number" },
605
- ids: {
606
- type: "array",
607
- items: { type: "string" }
608
- }
609
- },
610
- required: ["success", "repo", "deletedCount", "ids"]
611
- }
612
- },
613
- {
614
- name: "memory-recap",
615
- title: "Memory Recap",
616
- description: "AGGREGATED OVERVIEW LAYER: Returns stats (counts by type) and a pointer table of top memories [id, title, type, importance]. NO content. Use for orientation only — retrieve full memory via memory-detail.",
617
- annotations: {
618
- readOnlyHint: true,
619
- idempotentHint: true,
620
- openWorldHint: false
621
- },
622
- inputSchema: {
623
- type: "object",
624
- properties: {
625
- repo: { type: "string", description: "Repository name (required)" },
626
- limit: {
627
- type: "number",
628
- minimum: 1,
629
- maximum: 50,
630
- default: 20,
631
- description: "Maximum number of top memories to return in the pointer table"
632
- },
633
- offset: {
634
- type: "number",
635
- minimum: 0,
636
- default: 0,
637
- description: "Number of memories to skip for pagination (optional, default 0)"
638
- }
639
- },
640
- required: ["repo"]
641
- },
642
- outputSchema: {
643
- type: "object",
644
- properties: {
645
- schema: { type: "string", enum: ["memory-recap"] },
646
- repo: { type: "string" },
647
- count: { type: "number", description: "Number of rows in the top pointer table" },
648
- total: { type: "number", description: "Total active memories in repo" },
649
- offset: { type: "number" },
650
- limit: { type: "number" },
651
- stats: {
652
- type: "object",
653
- properties: {
654
- by_type: {
655
- type: "object",
656
- description: "Count of active memories per type (e.g. { decision: 3, code_fact: 7 })"
657
- }
658
- },
659
- required: ["by_type"]
660
- },
661
- top: {
662
- type: "object",
663
- properties: {
664
- columns: {
665
- type: "array",
666
- items: { type: "string" },
667
- description: "Column names: [id, title, type, importance]"
668
- },
669
- rows: {
670
- type: "array",
671
- items: { type: "array" },
672
- description: "Each row: [id, title, type, importance]. Fetch full content via memory-detail"
673
- }
674
- },
675
- required: ["columns", "rows"]
676
- }
677
- },
678
- required: ["schema", "repo", "count", "total", "offset", "limit", "stats", "top"]
679
- }
680
- },
681
- {
682
- name: "task-create",
683
- title: "Task Create",
684
- description: "Create a new task in a repository. task_code must be unique within the repository. 'est_tokens' is optional during planning/creation.",
685
- annotations: {
686
- readOnlyHint: false,
687
- idempotentHint: false,
688
- openWorldHint: false
689
- },
690
- inputSchema: {
691
- type: "object",
692
- properties: {
693
- repo: { type: "string", description: "Repository name" },
694
- task_code: { type: "string", description: "Unique task code (e.g. TASK-001)" },
695
- phase: { type: "string", description: "Project phase" },
696
- title: { type: "string", minLength: 3, maxLength: 100 },
697
- description: { type: "string" },
698
- status: { type: "string", enum: ["backlog", "pending"], description: "New tasks MUST start in 'backlog' if there are already 10 pending tasks. Otherwise can start in 'pending'." },
699
- priority: { type: "number", minimum: 1, maximum: 5, default: 3 },
700
- agent: { type: "string" },
701
- role: { type: "string" },
702
- doc_path: { type: "string" },
703
- tags: { type: "array", items: { type: "string" } },
704
- metadata: { type: "object" },
705
- parent_id: { type: "string", format: "uuid" },
706
- depends_on: { type: "string", format: "uuid" },
707
- est_tokens: { type: "number", minimum: 0, description: "Estimated tokens budget for this task" }
708
- },
709
- required: ["repo", "task_code", "phase", "title", "description", "status"]
710
- },
711
- outputSchema: {
712
- type: "object",
713
- properties: {
714
- success: { type: "boolean" },
715
- id: { type: "string" },
716
- repo: { type: "string" },
717
- task_code: { type: "string" },
718
- phase: { type: "string" },
719
- title: { type: "string" },
720
- status: { type: "string" },
721
- priority: { type: "number" }
722
- },
723
- required: ["success", "id", "repo", "task_code", "phase", "title", "status", "priority"]
724
- }
725
- },
726
- {
727
- name: "task-update",
728
- title: "Task Update",
729
- description: "Update an existing task. Provide only the fields that need to be changed. MANDATORY WORKFLOW: You cannot move a task from 'pending' or 'blocked' directly to 'completed'. You MUST move it to 'in_progress' first. When changing status to 'completed', include 'est_tokens' with the estimated total tokens actually used for the task.",
730
- annotations: {
731
- readOnlyHint: false,
732
- idempotentHint: false,
733
- openWorldHint: false
734
- },
735
- inputSchema: {
736
- type: "object",
737
- properties: {
738
- repo: { type: "string", description: "Repository name" },
739
- id: { type: "string", format: "uuid", description: "Task ID" },
740
- task_code: { type: "string" },
741
- phase: { type: "string" },
742
- title: { type: "string", minLength: 3, maxLength: 100 },
743
- description: { type: "string" },
744
- status: { type: "string", enum: ["backlog", "pending", "in_progress", "completed", "canceled", "blocked"], description: "New status. Transitions from 'backlog', 'pending' or 'blocked' to 'completed' are NOT allowed." },
745
- priority: { type: "number", minimum: 1, maximum: 5 },
746
- agent: { type: "string" },
747
- role: { type: "string" },
748
- model: { type: "string" },
749
- comment: { type: "string", description: "REQUIRED when changing task status. Explain WHY the status is changing (e.g., 'Starting implementation', 'Blocked by missing API docs', 'Verified fix')." },
750
- doc_path: { type: "string" },
751
- tags: { type: "array", items: { type: "string" } },
752
- metadata: { type: "object" },
753
- parent_id: { type: "string", format: "uuid" },
754
- depends_on: { type: "string", format: "uuid" },
755
- est_tokens: { type: "number", minimum: 0, description: "Estimated total tokens actually used for this task. Required when status changes to 'completed'." }
756
- },
757
- required: ["repo", "id"]
758
- },
759
- outputSchema: {
760
- type: "object",
761
- properties: {
762
- success: { type: "boolean" },
763
- id: { type: "string" },
764
- repo: { type: "string" },
765
- status: { type: "string" },
766
- archivedToMemory: { type: "boolean" },
767
- updatedFields: {
768
- type: "array",
769
- items: { type: "string" }
770
- }
771
- },
772
- required: ["success", "id", "repo", "status", "archivedToMemory", "updatedFields"]
773
- }
774
- },
775
- {
776
- name: "task-delete",
777
- title: "Task Delete",
778
- description: "Delete a task from a repository.",
779
- annotations: {
780
- readOnlyHint: false,
781
- idempotentHint: false,
782
- destructiveHint: true,
783
- openWorldHint: false
784
- },
785
- inputSchema: {
786
- type: "object",
787
- properties: {
788
- repo: { type: "string", description: "Repository name" },
789
- id: { type: "string", format: "uuid", description: "Task ID" }
790
- },
791
- required: ["repo", "id"]
792
- },
793
- outputSchema: {
794
- type: "object",
795
- properties: {
796
- success: { type: "boolean" },
797
- id: { type: "string" },
798
- repo: { type: "string" }
799
- },
800
- required: ["success", "id", "repo"]
801
- }
802
- },
803
- {
804
- name: "task-active",
805
- title: "Task Active",
806
- description: "PRIMARY task navigation tool. Call this FIRST at session start. Returns a minimal tabular list of active tasks (id, title, status, priority). Default behavior: returns in_progress tasks; falls back to pending if none exist. Use task-detail to fetch full task details. AGENTS: call this once, pick ONE task, then call task-detail for full context before starting work.",
807
- annotations: {
808
- readOnlyHint: true,
809
- idempotentHint: true,
810
- openWorldHint: false
811
- },
812
- inputSchema: {
813
- type: "object",
814
- properties: {
815
- repo: {
816
- type: "string",
817
- description: "Repository name"
818
- },
819
- status: {
820
- type: "string",
821
- enum: ["in_progress", "pending"],
822
- description: "Optional status filter. If omitted: returns in_progress tasks, falls back to pending if none."
823
- },
824
- limit: {
825
- type: "number",
826
- minimum: 1,
827
- maximum: 20,
828
- default: 5,
829
- description: "Maximum rows to return (default 5)"
830
- }
831
- },
832
- required: ["repo"]
833
- },
834
- outputSchema: {
835
- type: "object",
836
- properties: {
837
- schema: { type: "string", enum: ["task-active"] },
838
- tasks: {
839
- type: "object",
840
- properties: {
841
- columns: {
842
- type: "array",
843
- items: { type: "string" },
844
- description: "Column names in order: id, task_code, title, status, priority, comments_count"
845
- },
846
- rows: {
847
- type: "array",
848
- items: { type: "array" },
849
- description: "Each row: [id, task_code, title, status, priority, comments_count]. Use task-detail to fetch full task."
850
- }
851
- },
852
- required: ["columns", "rows"]
853
- },
854
- count: { type: "number" }
855
- },
856
- required: ["schema", "tasks", "count"]
857
- }
858
- },
859
- {
860
- name: "task-list",
861
- title: "Task List",
862
- description: "List or filtered search of tasks for a repository. Returns a compact tabular pointer list. Use 'search' to filter by code, title, or description. Use 'status' (comma-separated) to filter by status (backlog, pending, in_progress, completed, canceled, blocked). Defaults to active tasks. AGENTS: read columns array to interpret rows, then call task-detail.",
863
- annotations: {
864
- readOnlyHint: true,
865
- idempotentHint: true,
866
- openWorldHint: false
867
- },
868
- inputSchema: {
869
- type: "object",
870
- properties: {
871
- repo: {
872
- type: "string",
873
- description: "Repository name"
874
- },
875
- status: {
876
- type: "string",
877
- description: "Filter by status (e.g. 'pending,in_progress' or 'completed'). Defaults to active tasks if omitted."
878
- },
879
- phase: {
880
- type: "string",
881
- description: "Filter by phase"
882
- },
883
- search: {
884
- type: "string",
885
- description: "Search query to filter by task code, title, or description"
886
- },
887
- limit: {
888
- type: "number",
889
- minimum: 1,
890
- maximum: 100,
891
- default: 15,
892
- description: "Maximum number of tasks to return (default 15)"
893
- },
894
- offset: {
895
- type: "number",
896
- minimum: 0,
897
- default: 0,
898
- description: "Offset for pagination"
899
- }
900
- },
901
- required: ["repo"]
902
- },
903
- outputSchema: {
904
- type: "object",
905
- properties: {
906
- schema: { type: "string", enum: ["task-list"] },
907
- tasks: {
908
- type: "object",
909
- properties: {
910
- columns: {
911
- type: "array",
912
- items: { type: "string" },
913
- description: "Column names in order: id, task_code, title, status, priority, comments_count"
914
- },
915
- rows: {
916
- type: "array",
917
- items: { type: "array" },
918
- description: "Each row: [id, task_code, title, status, priority, comments_count]. Use task-detail to fetch full task."
919
- }
920
- },
921
- required: ["columns", "rows"]
922
- },
923
- count: { type: "number" },
924
- offset: { type: "number" }
925
- },
926
- required: ["schema", "tasks", "count"]
927
- }
928
- },
929
- {
930
- name: "task-search",
931
- title: "Task Search",
932
- description: "Search tasks by code, title, or description and return a compact tabular pointer list. Use task-detail to fetch full task details after selecting from results. Defaults to searching all statuses. AGENTS: call once, read columns array to interpret rows, then call task-detail.",
933
- annotations: {
934
- readOnlyHint: true,
935
- idempotentHint: true,
936
- openWorldHint: false
937
- },
938
- inputSchema: {
939
- type: "object",
940
- properties: {
941
- repo: {
942
- type: "string",
943
- description: "Repository name"
944
- },
945
- query: {
946
- type: "string",
947
- description: "Search query (matches task code, title, or description)"
948
- },
949
- status: {
950
- type: "string",
951
- description: "Optional status filter (comma-separated, e.g. 'pending,in_progress'). Defaults to all statuses if omitted."
952
- },
953
- limit: {
954
- type: "number",
955
- minimum: 1,
956
- maximum: 100,
957
- default: 10,
958
- description: "Maximum rows to return (default 10)"
959
- },
960
- offset: {
961
- type: "number",
962
- minimum: 0,
963
- default: 0,
964
- description: "Offset for pagination"
965
- }
966
- },
967
- required: ["repo", "query"]
968
- },
969
- outputSchema: {
970
- type: "object",
971
- properties: {
972
- schema: { type: "string", enum: ["task-search"] },
973
- query: { type: "string" },
974
- tasks: {
975
- type: "object",
976
- properties: {
977
- columns: {
978
- type: "array",
979
- items: { type: "string" },
980
- description: "Column names in order: id, task_code, title, status, priority, comments_count"
981
- },
982
- rows: {
983
- type: "array",
984
- items: { type: "array" },
985
- description: "Each row: [id, task_code, title, status, priority, comments_count]. Use task-detail to fetch full task."
986
- }
987
- },
988
- required: ["columns", "rows"]
989
- },
990
- count: { type: "number" },
991
- offset: { type: "number" }
992
- },
993
- required: ["schema", "query", "tasks", "count"]
994
- }
995
- },
996
- {
997
- name: "task-bulk-manage",
998
- title: "Task Bulk Manage",
999
- description: "Perform bulk operations on tasks (e.g., bulk creation, bulk deletion). For bulk_create, 'est_tokens' is optional and can be filled later when the task is completed.",
1000
- annotations: {
1001
- readOnlyHint: false,
1002
- idempotentHint: false,
1003
- destructiveHint: false,
1004
- openWorldHint: false
1005
- },
1006
- inputSchema: {
1007
- type: "object",
1008
- properties: {
1009
- action: {
1010
- type: "string",
1011
- enum: ["bulk_create", "bulk_delete", "bulk_update"],
1012
- description: "Action to perform in bulk"
1013
- },
1014
- repo: {
1015
- type: "string",
1016
- description: "Repository name"
1017
- },
1018
- tasks: {
1019
- type: "array",
1020
- items: {
1021
- type: "object",
1022
- properties: {
1023
- task_code: { type: "string" },
1024
- phase: { type: "string" },
1025
- title: { type: "string", minLength: 3, maxLength: 100 },
1026
- description: { type: "string" },
1027
- status: { type: "string", enum: ["backlog", "pending"] },
1028
- priority: { type: "number", minimum: 1, maximum: 5 },
1029
- agent: { type: "string" },
1030
- role: { type: "string" },
1031
- doc_path: { type: "string" },
1032
- tags: { type: "array", items: { type: "string" } },
1033
- metadata: { type: "object" },
1034
- parent_id: { type: "string", format: "uuid" },
1035
- depends_on: { type: "string", format: "uuid" },
1036
- est_tokens: { type: "number", minimum: 0, description: "Estimated tokens budget for this task" }
1037
- },
1038
- required: ["task_code", "title", "phase", "description", "status"]
1039
- },
1040
- minItems: 1
1041
- },
1042
- ids: {
1043
- type: "array",
1044
- items: { type: "string", format: "uuid" },
1045
- minItems: 1,
1046
- description: "Task IDs to delete or update"
1047
- },
1048
- updates: {
1049
- type: "object",
1050
- properties: {
1051
- status: { type: "string", enum: ["backlog", "pending", "in_progress", "completed", "canceled", "blocked"] },
1052
- comment: { type: "string" },
1053
- est_tokens: { type: "number", minimum: 0 }
1054
- }
1055
- }
1056
- },
1057
- required: ["action", "repo"]
1058
- },
1059
- outputSchema: {
1060
- type: "object",
1061
- properties: {
1062
- success: { type: "boolean" },
1063
- action: { type: "string" },
1064
- repo: { type: "string" },
1065
- createdCount: { type: "number" },
1066
- deletedCount: { type: "number" },
1067
- updatedCount: { type: "number" },
1068
- taskCodes: {
1069
- type: "array",
1070
- items: { type: "string" }
1071
- },
1072
- ids: {
1073
- type: "array",
1074
- items: { type: "string" }
1075
- }
1076
- },
1077
- required: ["success", "action", "repo"]
1078
- }
1079
- }
1080
- ];
1081
- //# sourceMappingURL=schemas.js.map