@unbrained/pm-cli 2026.6.6 → 2026.6.7

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 (546) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/README.md +5 -1
  3. package/dist/cli/commander-usage.js +74 -4
  4. package/dist/cli/commander-usage.js.map +1 -1
  5. package/dist/cli/commands/aggregate.d.ts +8 -0
  6. package/dist/cli/commands/aggregate.js +84 -7
  7. package/dist/cli/commands/aggregate.js.map +1 -1
  8. package/dist/cli/commands/calendar.js +10 -3
  9. package/dist/cli/commands/calendar.js.map +1 -1
  10. package/dist/cli/commands/close-many.js +13 -10
  11. package/dist/cli/commands/close-many.js.map +1 -1
  12. package/dist/cli/commands/close.d.ts +1 -1
  13. package/dist/cli/commands/close.js +20 -10
  14. package/dist/cli/commands/close.js.map +1 -1
  15. package/dist/cli/commands/completion.js +68 -13
  16. package/dist/cli/commands/completion.js.map +1 -1
  17. package/dist/cli/commands/config.d.ts +5 -4
  18. package/dist/cli/commands/config.js +50 -2
  19. package/dist/cli/commands/config.js.map +1 -1
  20. package/dist/cli/commands/contracts.js +4 -3
  21. package/dist/cli/commands/contracts.js.map +1 -1
  22. package/dist/cli/commands/copy.d.ts +14 -0
  23. package/dist/cli/commands/copy.js +153 -0
  24. package/dist/cli/commands/copy.js.map +1 -0
  25. package/dist/cli/commands/extension/doctor.js +62 -2
  26. package/dist/cli/commands/extension/doctor.js.map +1 -1
  27. package/dist/cli/commands/extension/install-sources.d.ts +8 -0
  28. package/dist/cli/commands/extension/install-sources.js +82 -2
  29. package/dist/cli/commands/extension/install-sources.js.map +1 -1
  30. package/dist/cli/commands/extension.d.ts +29 -0
  31. package/dist/cli/commands/extension.js +61 -2
  32. package/dist/cli/commands/extension.js.map +1 -1
  33. package/dist/cli/commands/get.d.ts +9 -0
  34. package/dist/cli/commands/get.js +23 -2
  35. package/dist/cli/commands/get.js.map +1 -1
  36. package/dist/cli/commands/history-compact.d.ts +39 -0
  37. package/dist/cli/commands/history-compact.js +262 -0
  38. package/dist/cli/commands/history-compact.js.map +1 -0
  39. package/dist/cli/commands/index.d.ts +2 -0
  40. package/dist/cli/commands/index.js +4 -2
  41. package/dist/cli/commands/index.js.map +1 -1
  42. package/dist/cli/commands/list.d.ts +2 -0
  43. package/dist/cli/commands/list.js +87 -9
  44. package/dist/cli/commands/list.js.map +1 -1
  45. package/dist/cli/commands/reindex.js +8 -4
  46. package/dist/cli/commands/reindex.js.map +1 -1
  47. package/dist/cli/commands/search.d.ts +1 -0
  48. package/dist/cli/commands/search.js +232 -35
  49. package/dist/cli/commands/search.js.map +1 -1
  50. package/dist/cli/error-guidance.js +26 -2
  51. package/dist/cli/error-guidance.js.map +1 -1
  52. package/dist/cli/extension-command-help.d.ts +1 -0
  53. package/dist/cli/extension-command-help.js +3 -2
  54. package/dist/cli/extension-command-help.js.map +1 -1
  55. package/dist/cli/help-content.js +10 -2
  56. package/dist/cli/help-content.js.map +1 -1
  57. package/dist/cli/main.d.ts +3 -0
  58. package/dist/cli/main.js +13 -21
  59. package/dist/cli/main.js.map +1 -1
  60. package/dist/cli/register-list-query.js +19 -4
  61. package/dist/cli/register-list-query.js.map +1 -1
  62. package/dist/cli/register-mutation.js +52 -17
  63. package/dist/cli/register-mutation.js.map +1 -1
  64. package/dist/cli/register-operations.js +31 -7
  65. package/dist/cli/register-operations.js.map +1 -1
  66. package/dist/cli/register-setup.js +5 -5
  67. package/dist/cli/register-setup.js.map +1 -1
  68. package/dist/cli/registration-helpers.js +21 -3
  69. package/dist/cli/registration-helpers.js.map +1 -1
  70. package/dist/cli-bundle/chunks/activity-5UROHJ3D.js +16 -0
  71. package/dist/cli-bundle/chunks/{activity-JM6DTDND.js → activity-YVB3QRTE.js} +11 -11
  72. package/dist/cli-bundle/chunks/{aggregate-VNAHUNNF.js → aggregate-LH66F75F.js} +87 -17
  73. package/dist/cli-bundle/chunks/aggregate-LH66F75F.js.map +7 -0
  74. package/dist/cli-bundle/chunks/{aggregate-GI7WSZPH.js → aggregate-OHSWFQJM.js} +88 -18
  75. package/dist/cli-bundle/chunks/aggregate-OHSWFQJM.js.map +1 -0
  76. package/dist/cli-bundle/chunks/{append-WMKRXKCE.js → append-2PPYFAG5.js} +8 -8
  77. package/dist/cli-bundle/chunks/{append-7H5N64R2.js → append-AUGT5W6J.js} +8 -8
  78. package/dist/cli-bundle/chunks/{chunk-6P6GGMOG.js → chunk-2IF7WLB7.js} +2 -2
  79. package/dist/cli-bundle/chunks/{chunk-T3LC5LKB.js → chunk-2IXCHCLM.js} +5 -6
  80. package/dist/cli-bundle/chunks/chunk-2IXCHCLM.js.map +7 -0
  81. package/dist/cli-bundle/chunks/{chunk-KAG77BY3.js → chunk-2OJHLWBZ.js} +2 -2
  82. package/dist/cli-bundle/chunks/{chunk-GXSUPCBV.js → chunk-3A2CMEM7.js} +4 -4
  83. package/dist/cli-bundle/chunks/{chunk-UM2GBHS4.js → chunk-3EOBJOF4.js} +4 -4
  84. package/dist/cli-bundle/chunks/{chunk-Q7SPNHLW.js → chunk-42LOFGJS.js} +91 -16
  85. package/dist/cli-bundle/chunks/chunk-42LOFGJS.js.map +7 -0
  86. package/dist/cli-bundle/chunks/{chunk-PRJCELV4.js → chunk-4CHEG6UK.js} +8 -8
  87. package/dist/cli-bundle/chunks/{chunk-4LL6TK5B.js → chunk-4GHZR3BA.js} +56 -28
  88. package/dist/cli-bundle/chunks/chunk-4GHZR3BA.js.map +1 -0
  89. package/dist/cli-bundle/chunks/{chunk-OZ7NSQHL.js → chunk-5AXMRKN5.js} +8 -8
  90. package/dist/cli-bundle/chunks/{chunk-GCOQW437.js → chunk-6J4K6JLA.js} +3 -3
  91. package/dist/cli-bundle/chunks/{chunk-2RSPZI5H.js → chunk-6RZXO5M2.js} +8 -8
  92. package/dist/cli-bundle/chunks/{chunk-KJ33AOCY.js → chunk-AVJD6VTA.js} +3 -3
  93. package/dist/cli-bundle/chunks/{chunk-TCD3R2PF.js → chunk-B2KZGPM2.js} +39 -8
  94. package/dist/cli-bundle/chunks/chunk-B2KZGPM2.js.map +1 -0
  95. package/dist/cli-bundle/chunks/{chunk-I6BNFU5X.js → chunk-B5RF3IP7.js} +3 -3
  96. package/dist/cli-bundle/chunks/{chunk-RZN6VURO.js → chunk-C5W2UH56.js} +3 -3
  97. package/dist/cli-bundle/chunks/{chunk-3LB74A67.js → chunk-CKLBZHS7.js} +6 -6
  98. package/dist/cli-bundle/chunks/{chunk-KWU6HG75.js → chunk-CLD3XNCH.js} +91 -10
  99. package/dist/cli-bundle/chunks/chunk-CLD3XNCH.js.map +1 -0
  100. package/dist/cli-bundle/chunks/{chunk-QO7EBBOM.js → chunk-FHHBD7PN.js} +38 -7
  101. package/dist/cli-bundle/chunks/chunk-FHHBD7PN.js.map +7 -0
  102. package/dist/cli-bundle/chunks/{chunk-3VAM3NNM.js → chunk-FY6Z3FYY.js} +3 -3
  103. package/dist/cli-bundle/chunks/{chunk-RWPSOIEE.js → chunk-GNIUOLZ2.js} +7 -7
  104. package/dist/cli-bundle/chunks/{chunk-MITFDD35.js → chunk-GPXQBR3H.js} +12 -12
  105. package/dist/cli-bundle/chunks/{chunk-2VBQ6ZXS.js → chunk-GUZBNB3G.js} +27 -5
  106. package/dist/cli-bundle/chunks/chunk-GUZBNB3G.js.map +1 -0
  107. package/dist/cli-bundle/chunks/{chunk-I2HSTRJF.js → chunk-H7EO3QA3.js} +5 -5
  108. package/dist/cli-bundle/chunks/{chunk-77GFDHGF.js → chunk-HLC3KTLP.js} +2 -2
  109. package/dist/cli-bundle/chunks/{chunk-OVQCEJPG.js → chunk-HMMMWBK2.js} +2 -2
  110. package/dist/cli-bundle/chunks/{chunk-KJE2FOS4.js → chunk-HRMHZ4RV.js} +26 -4
  111. package/dist/cli-bundle/chunks/chunk-HRMHZ4RV.js.map +7 -0
  112. package/dist/cli-bundle/chunks/{chunk-XLTD2HN3.js → chunk-HV5SSZXF.js} +2 -2
  113. package/dist/cli-bundle/chunks/{chunk-GU2ZJ2VV.js → chunk-IMCJBN2Q.js} +23 -14
  114. package/dist/cli-bundle/chunks/chunk-IMCJBN2Q.js.map +7 -0
  115. package/dist/cli-bundle/chunks/{chunk-2HVRUSQA.js → chunk-KNGVP5WJ.js} +3 -3
  116. package/dist/cli-bundle/chunks/{chunk-ECCMVXGM.js → chunk-KR6R465K.js} +304 -215
  117. package/dist/cli-bundle/chunks/chunk-KR6R465K.js.map +7 -0
  118. package/dist/cli-bundle/chunks/{chunk-3BWOVLTH.js → chunk-LI65XLJR.js} +8 -8
  119. package/dist/cli-bundle/chunks/{chunk-NUZ5HKR4.js → chunk-LIN2BPJ7.js} +2 -2
  120. package/dist/cli-bundle/chunks/chunk-LMTOY5HE.js +112 -0
  121. package/dist/cli-bundle/chunks/chunk-LMTOY5HE.js.map +1 -0
  122. package/dist/cli-bundle/chunks/{chunk-N7ACFE26.js → chunk-LQHBENVW.js} +3 -3
  123. package/dist/cli-bundle/chunks/{chunk-23YFZ3IG.js → chunk-LXO6V66E.js} +14 -14
  124. package/dist/cli-bundle/chunks/{chunk-PDDFYW4X.js → chunk-M2PW7EZU.js} +26 -7
  125. package/dist/cli-bundle/chunks/chunk-M2PW7EZU.js.map +7 -0
  126. package/dist/cli-bundle/chunks/{chunk-PIU6RSL3.js → chunk-MOYM2C3J.js} +9 -9
  127. package/dist/cli-bundle/chunks/{chunk-PROOHX4K.js → chunk-MWRS7Z4P.js} +94 -13
  128. package/dist/cli-bundle/chunks/chunk-MWRS7Z4P.js.map +7 -0
  129. package/dist/cli-bundle/chunks/{chunk-FRAUKRU2.js → chunk-NHR2QXXZ.js} +24 -15
  130. package/dist/cli-bundle/chunks/chunk-NHR2QXXZ.js.map +1 -0
  131. package/dist/cli-bundle/chunks/{chunk-IJGCZSIQ.js → chunk-NQL32HQ5.js} +12 -12
  132. package/dist/cli-bundle/chunks/{chunk-52MAOQ6J.js → chunk-O7HSSFCC.js} +65 -16
  133. package/dist/cli-bundle/chunks/chunk-O7HSSFCC.js.map +7 -0
  134. package/dist/cli-bundle/chunks/{chunk-6ER6DXH5.js → chunk-OKSKJKHX.js} +9 -9
  135. package/dist/cli-bundle/chunks/{chunk-IOR7LGF4.js → chunk-QQL5QSTZ.js} +88 -7
  136. package/dist/cli-bundle/chunks/chunk-QQL5QSTZ.js.map +1 -0
  137. package/dist/cli-bundle/chunks/{chunk-2VVCGBNV.js → chunk-R3V3YCMH.js} +9 -9
  138. package/dist/cli-bundle/chunks/{chunk-UBOPJT3S.js → chunk-RVPTZKBC.js} +9 -9
  139. package/dist/cli-bundle/chunks/{chunk-WKY2IBOQ.js → chunk-SFFVGNHC.js} +3 -3
  140. package/dist/cli-bundle/chunks/{chunk-WSMOSYRD.js → chunk-SQPKRA54.js} +14 -14
  141. package/dist/cli-bundle/chunks/chunk-THDEID2Z.js +115 -0
  142. package/dist/cli-bundle/chunks/chunk-THDEID2Z.js.map +7 -0
  143. package/dist/cli-bundle/chunks/{chunk-W7XABV4H.js → chunk-TINUJMWN.js} +92 -17
  144. package/dist/cli-bundle/chunks/chunk-TINUJMWN.js.map +1 -0
  145. package/dist/cli-bundle/chunks/{chunk-YL2DJGYS.js → chunk-TNPBPNII.js} +7 -7
  146. package/dist/cli-bundle/chunks/{chunk-XTGLRY2Y.js → chunk-TP4DDY27.js} +6 -6
  147. package/dist/cli-bundle/chunks/{chunk-AY43SBIN.js → chunk-TYJJOTUA.js} +6 -6
  148. package/dist/cli-bundle/chunks/{chunk-LCM63IXU.js → chunk-UAQOQ7IE.js} +2 -2
  149. package/dist/cli-bundle/chunks/{chunk-BQHUILZS.js → chunk-UEWA73ZZ.js} +5 -5
  150. package/dist/cli-bundle/chunks/{chunk-PO3GSVFV.js → chunk-UIIQC5YO.js} +2 -2
  151. package/dist/cli-bundle/chunks/{chunk-U5SXYXSY.js → chunk-UJUT6AHZ.js} +241 -35
  152. package/dist/cli-bundle/chunks/chunk-UJUT6AHZ.js.map +7 -0
  153. package/dist/cli-bundle/chunks/{chunk-HZGUAH22.js → chunk-UT6WFXW2.js} +6 -7
  154. package/dist/cli-bundle/chunks/chunk-UT6WFXW2.js.map +1 -0
  155. package/dist/cli-bundle/chunks/{chunk-LB3RUL2N.js → chunk-UYQ7HXH4.js} +10 -6
  156. package/dist/cli-bundle/chunks/chunk-UYQ7HXH4.js.map +1 -0
  157. package/dist/cli-bundle/chunks/{chunk-R6UFP2GE.js → chunk-V6EYFTRL.js} +7 -7
  158. package/dist/cli-bundle/chunks/{chunk-3FI4SEFT.js → chunk-WAA7UI6M.js} +58 -30
  159. package/dist/cli-bundle/chunks/chunk-WAA7UI6M.js.map +7 -0
  160. package/dist/cli-bundle/chunks/{chunk-AO442XLN.js → chunk-WCQZBDDH.js} +10 -6
  161. package/dist/cli-bundle/chunks/{chunk-AO442XLN.js.map → chunk-WCQZBDDH.js.map} +2 -2
  162. package/dist/cli-bundle/chunks/{chunk-SKJWX3QB.js → chunk-WR5567FH.js} +87 -6
  163. package/dist/cli-bundle/chunks/chunk-WR5567FH.js.map +7 -0
  164. package/dist/cli-bundle/chunks/{chunk-XSJCLN2R.js → chunk-WYEXLDDY.js} +3 -3
  165. package/dist/cli-bundle/chunks/{chunk-5SFCOO6B.js → chunk-X4IZKYHP.js} +234 -28
  166. package/dist/cli-bundle/chunks/chunk-X4IZKYHP.js.map +1 -0
  167. package/dist/cli-bundle/chunks/{chunk-E5FJNAZA.js → chunk-X7UHMKPE.js} +3 -3
  168. package/dist/cli-bundle/chunks/{chunk-WOPXVEZP.js → chunk-XS3O2TFJ.js} +27 -8
  169. package/dist/cli-bundle/chunks/chunk-XS3O2TFJ.js.map +1 -0
  170. package/dist/cli-bundle/chunks/{chunk-TPH5XEVD.js → chunk-XYNT7UFP.js} +303 -207
  171. package/dist/cli-bundle/chunks/chunk-XYNT7UFP.js.map +1 -0
  172. package/dist/cli-bundle/chunks/{chunk-GGYWB3Y2.js → chunk-YBZW2QQ7.js} +6 -6
  173. package/dist/cli-bundle/chunks/{chunk-ME2YH6FN.js → chunk-YO3THIJF.js} +7 -7
  174. package/dist/cli-bundle/chunks/{chunk-5FDATVEZ.js → chunk-YPH4ESA2.js} +66 -17
  175. package/dist/cli-bundle/chunks/chunk-YPH4ESA2.js.map +1 -0
  176. package/dist/cli-bundle/chunks/{claim-X2P4IB7J.js → claim-BJ4QMPJC.js} +10 -10
  177. package/dist/cli-bundle/chunks/{claim-4DBF6RVG.js → claim-KW743OSW.js} +10 -10
  178. package/dist/cli-bundle/chunks/close-P4ZBKODL.js +13 -0
  179. package/dist/cli-bundle/chunks/{close-PTYFA45H.js → close-SYHSRZDC.js} +8 -8
  180. package/dist/cli-bundle/chunks/{close-many-7CGIDPTJ.js → close-many-DBLEYFOY.js} +29 -26
  181. package/dist/cli-bundle/chunks/close-many-DBLEYFOY.js.map +7 -0
  182. package/dist/cli-bundle/chunks/{close-many-ERFO6LHR.js → close-many-LAC5VR4G.js} +30 -27
  183. package/dist/cli-bundle/chunks/close-many-LAC5VR4G.js.map +1 -0
  184. package/dist/cli-bundle/chunks/{comments-QKBYCWKD.js → comments-JEO6HHVM.js} +10 -10
  185. package/dist/cli-bundle/chunks/{comments-OONGABK5.js → comments-YT2PQ5DD.js} +10 -10
  186. package/dist/cli-bundle/chunks/{config-6FXCQKIF.js → config-RZRVS3ZV.js} +127 -11
  187. package/dist/cli-bundle/chunks/config-RZRVS3ZV.js.map +1 -0
  188. package/dist/cli-bundle/chunks/{config-U4RZ4CQB.js → config-YJSAAADD.js} +128 -12
  189. package/dist/cli-bundle/chunks/config-YJSAAADD.js.map +7 -0
  190. package/dist/cli-bundle/chunks/{context-FYYJGFWS.js → context-LGYEEKAW.js} +14 -14
  191. package/dist/cli-bundle/chunks/{context-FYYJGFWS.js.map → context-LGYEEKAW.js.map} +2 -2
  192. package/dist/cli-bundle/chunks/{context-YMJ3Z2HQ.js → context-ZUH5IOOI.js} +15 -15
  193. package/dist/cli-bundle/chunks/context-ZUH5IOOI.js.map +1 -0
  194. package/dist/cli-bundle/chunks/{contracts-RFSPGVVJ.js → contracts-YXJ6NXKH.js} +7 -5
  195. package/dist/cli-bundle/chunks/contracts-YXJ6NXKH.js.map +7 -0
  196. package/dist/cli-bundle/chunks/{contracts-QDB6OMLQ.js → contracts-ZIBXROPE.js} +8 -6
  197. package/dist/cli-bundle/chunks/contracts-ZIBXROPE.js.map +1 -0
  198. package/dist/cli-bundle/chunks/copy-BZALX5MQ.js +182 -0
  199. package/dist/cli-bundle/chunks/copy-BZALX5MQ.js.map +1 -0
  200. package/dist/cli-bundle/chunks/copy-YPWEIAPD.js +185 -0
  201. package/dist/cli-bundle/chunks/copy-YPWEIAPD.js.map +7 -0
  202. package/dist/cli-bundle/chunks/create-4DS2QWQC.js +27 -0
  203. package/dist/cli-bundle/chunks/{create-I5L4EYYZ.js → create-CF7EVRX7.js} +13 -13
  204. package/dist/cli-bundle/chunks/{delete-7HPGI4GZ.js → delete-KR4VBWVE.js} +7 -7
  205. package/dist/cli-bundle/chunks/{delete-VXUPH5RS.js → delete-XLZRTRKR.js} +7 -7
  206. package/dist/cli-bundle/chunks/{deps-JSRRWC3Z.js → deps-2YTXD3VM.js} +7 -7
  207. package/dist/cli-bundle/chunks/{deps-SCZIFK2Z.js → deps-GZMFMTGS.js} +7 -7
  208. package/dist/cli-bundle/chunks/{docs-GJK6K4VP.js → docs-SLROFEQ4.js} +9 -9
  209. package/dist/cli-bundle/chunks/{docs-WW4N3MBM.js → docs-ZHISRR2D.js} +9 -9
  210. package/dist/cli-bundle/chunks/{extension-J7IBMFTD.js → extension-3C7OOI4F.js} +8 -6
  211. package/dist/cli-bundle/chunks/{extension-VDY2U33M.js → extension-XYCUXICD.js} +8 -6
  212. package/dist/cli-bundle/chunks/{files-ISZJGILQ.js → files-FUWF2FYJ.js} +9 -9
  213. package/dist/cli-bundle/chunks/{files-WKOD326U.js → files-J4I5IU4O.js} +9 -9
  214. package/dist/cli-bundle/chunks/{gc-JDVJ6OQ2.js → gc-34NXSNSN.js} +3 -3
  215. package/dist/cli-bundle/chunks/{gc-ULPVWMTN.js → gc-SPIIZX3A.js} +3 -3
  216. package/dist/cli-bundle/chunks/{get-RV37HT3G.js → get-SZKNRHMA.js} +34 -12
  217. package/dist/cli-bundle/chunks/get-SZKNRHMA.js.map +1 -0
  218. package/dist/cli-bundle/chunks/{get-WXU6WI5P.js → get-VITKYP6S.js} +33 -11
  219. package/dist/cli-bundle/chunks/get-VITKYP6S.js.map +7 -0
  220. package/dist/cli-bundle/chunks/{health-6L6EH4WR.js → health-4SNTA2TF.js} +12 -11
  221. package/dist/cli-bundle/chunks/{health-6L6EH4WR.js.map → health-4SNTA2TF.js.map} +1 -1
  222. package/dist/cli-bundle/chunks/{health-LOI2HHKB.js → health-7G3EPM57.js} +14 -13
  223. package/dist/cli-bundle/chunks/{health-LOI2HHKB.js.map → health-7G3EPM57.js.map} +1 -1
  224. package/dist/cli-bundle/chunks/{history-PKN67D5O.js → history-SDAWYZR3.js} +10 -10
  225. package/dist/cli-bundle/chunks/history-YDUEILKP.js +20 -0
  226. package/dist/cli-bundle/chunks/history-compact-DMW536VH.js +287 -0
  227. package/dist/cli-bundle/chunks/history-compact-DMW536VH.js.map +1 -0
  228. package/dist/cli-bundle/chunks/history-compact-POTZGG7K.js +290 -0
  229. package/dist/cli-bundle/chunks/history-compact-POTZGG7K.js.map +7 -0
  230. package/dist/cli-bundle/chunks/{history-redact-V4FOJGS7.js → history-redact-EPJ7GENL.js} +11 -11
  231. package/dist/cli-bundle/chunks/history-redact-KASLLPE7.js +19 -0
  232. package/dist/cli-bundle/chunks/{history-repair-SDMHR7JT.js → history-repair-IJ7LLBET.js} +11 -11
  233. package/dist/cli-bundle/chunks/{history-repair-HIBCBIKK.js → history-repair-YNESJRT6.js} +11 -11
  234. package/dist/cli-bundle/chunks/init-IGSS4GNH.js +17 -0
  235. package/dist/cli-bundle/chunks/{init-P56QYWJF.js → init-YHVBTEET.js} +9 -8
  236. package/dist/cli-bundle/chunks/{learnings-GDFRG5J7.js → learnings-4YBMIVCZ.js} +10 -10
  237. package/dist/cli-bundle/chunks/{learnings-MIXSESLK.js → learnings-T4PF24YN.js} +10 -10
  238. package/dist/cli-bundle/chunks/{list-FGOWQMSM.js → list-3KEVBOYW.js} +10 -10
  239. package/dist/cli-bundle/chunks/list-E44O2K64.js +20 -0
  240. package/dist/cli-bundle/chunks/{notes-4XVSH2AZ.js → notes-FLUCNJSH.js} +10 -10
  241. package/dist/cli-bundle/chunks/{notes-5UK3GEH2.js → notes-GJKALVZM.js} +10 -10
  242. package/dist/cli-bundle/chunks/{plan-SLMODHWX.js → plan-T5MMZLI3.js} +13 -13
  243. package/dist/cli-bundle/chunks/{plan-DUMBV3QB.js → plan-YYMIL3HV.js} +13 -13
  244. package/dist/cli-bundle/chunks/{register-list-query-POCFZ5JW.js → register-list-query-I65EZ3HB.js} +29 -25
  245. package/dist/cli-bundle/chunks/register-list-query-I65EZ3HB.js.map +1 -0
  246. package/dist/cli-bundle/chunks/{register-list-query-WST76HSQ.js → register-list-query-OECMHO4G.js} +28 -24
  247. package/dist/cli-bundle/chunks/register-list-query-OECMHO4G.js.map +7 -0
  248. package/dist/cli-bundle/chunks/{register-mutation-N5GSUZJV.js → register-mutation-2FLXORLR.js} +65 -47
  249. package/dist/cli-bundle/chunks/register-mutation-2FLXORLR.js.map +1 -0
  250. package/dist/cli-bundle/chunks/{register-mutation-OA675SOU.js → register-mutation-5GPDEKHR.js} +64 -46
  251. package/dist/cli-bundle/chunks/register-mutation-5GPDEKHR.js.map +7 -0
  252. package/dist/cli-bundle/chunks/{register-operations-GNHBE5I3.js → register-operations-BNGAUMGK.js} +58 -35
  253. package/dist/cli-bundle/chunks/register-operations-BNGAUMGK.js.map +1 -0
  254. package/dist/cli-bundle/chunks/{register-operations-N3PMHXH5.js → register-operations-GQKT35H5.js} +57 -34
  255. package/dist/cli-bundle/chunks/register-operations-GQKT35H5.js.map +7 -0
  256. package/dist/cli-bundle/chunks/{register-setup-JIMPKJKV.js → register-setup-DNDCGZ4O.js} +18 -18
  257. package/dist/cli-bundle/chunks/{register-setup-JIMPKJKV.js.map → register-setup-DNDCGZ4O.js.map} +1 -1
  258. package/dist/cli-bundle/chunks/{register-setup-ZHJI2DI3.js → register-setup-EJY44FPH.js} +17 -17
  259. package/dist/cli-bundle/chunks/{register-setup-ZHJI2DI3.js.map → register-setup-EJY44FPH.js.map} +2 -2
  260. package/dist/cli-bundle/chunks/{restore-PBL6T5TW.js → restore-DDJGVZIN.js} +11 -11
  261. package/dist/cli-bundle/chunks/restore-SJSASGZP.js +17 -0
  262. package/dist/cli-bundle/chunks/{schema-2NOO6NGB.js → schema-B7NQ6XVP.js} +8 -8
  263. package/dist/cli-bundle/chunks/{schema-EBI4NLUO.js → schema-HEGYH6CE.js} +8 -8
  264. package/dist/cli-bundle/chunks/{search-JPUQTVCY.js → search-DVVQ4UO2.js} +421 -42
  265. package/dist/cli-bundle/chunks/search-DVVQ4UO2.js.map +1 -0
  266. package/dist/cli-bundle/chunks/{search-OA6JX27A.js → search-JNEZJV7H.js} +427 -41
  267. package/dist/cli-bundle/chunks/search-JNEZJV7H.js.map +7 -0
  268. package/dist/cli-bundle/chunks/{stats-CV54BAWY.js → stats-7JDIJRDH.js} +7 -7
  269. package/dist/cli-bundle/chunks/{stats-XYB6KTFG.js → stats-SYTJRR4Z.js} +7 -7
  270. package/dist/cli-bundle/chunks/{telemetry-LMJ7PFUO.js → telemetry-4HHWD5Y7.js} +4 -4
  271. package/dist/cli-bundle/chunks/{telemetry-NCMEPJNR.js → telemetry-EGWP7ZUX.js} +4 -4
  272. package/dist/cli-bundle/chunks/{test-WBROAJIE.js → test-IIELLSZX.js} +14 -13
  273. package/dist/cli-bundle/chunks/test-ML5RLWXE.js +32 -0
  274. package/dist/cli-bundle/chunks/{test-all-NTOZ7C3M.js → test-all-7DNCMML7.js} +14 -13
  275. package/dist/cli-bundle/chunks/{test-all-NTOZ7C3M.js.map → test-all-7DNCMML7.js.map} +1 -1
  276. package/dist/cli-bundle/chunks/{test-all-N6NSRDTV.js → test-all-IHTUJRRC.js} +16 -15
  277. package/dist/cli-bundle/chunks/{test-all-N6NSRDTV.js.map → test-all-IHTUJRRC.js.map} +1 -1
  278. package/dist/cli-bundle/chunks/{test-runs-V6A7LPWZ.js → test-runs-5FEMBV3A.js} +5 -5
  279. package/dist/cli-bundle/chunks/{test-runs-WMVTQU3Y.js → test-runs-RNKZ37PS.js} +5 -5
  280. package/dist/cli-bundle/chunks/update-6C67X4KS.js +21 -0
  281. package/dist/cli-bundle/chunks/update-VF26YPT3.js +25 -0
  282. package/dist/cli-bundle/chunks/{update-many-KGGEYABR.js → update-many-BSZZZYXY.js} +22 -22
  283. package/dist/cli-bundle/chunks/{update-many-EM6OXYGO.js → update-many-BWKJJEBF.js} +22 -22
  284. package/dist/cli-bundle/chunks/{upgrade-LXPOQKFV.js → upgrade-RSE5PC44.js} +7 -6
  285. package/dist/cli-bundle/chunks/{upgrade-LXPOQKFV.js.map → upgrade-RSE5PC44.js.map} +1 -1
  286. package/dist/cli-bundle/chunks/{upgrade-BLI7XBAJ.js → upgrade-YWI5DJFA.js} +5 -4
  287. package/dist/cli-bundle/chunks/{upgrade-BLI7XBAJ.js.map → upgrade-YWI5DJFA.js.map} +1 -1
  288. package/dist/cli-bundle/chunks/{validate-AGOAUOVW.js → validate-NK3WKB7C.js} +18 -17
  289. package/dist/cli-bundle/chunks/{validate-AGOAUOVW.js.map → validate-NK3WKB7C.js.map} +1 -1
  290. package/dist/cli-bundle/chunks/{validate-L5J6A7YO.js → validate-UCEOB7S6.js} +20 -19
  291. package/dist/cli-bundle/chunks/{validate-L5J6A7YO.js.map → validate-UCEOB7S6.js.map} +1 -1
  292. package/dist/cli-bundle/main.js +127 -43
  293. package/dist/cli-bundle/main.js.map +3 -3
  294. package/dist/core/config/nested-settings.d.ts +8 -6
  295. package/dist/core/config/nested-settings.js +71 -5
  296. package/dist/core/config/nested-settings.js.map +1 -1
  297. package/dist/core/config/positional-value.js +4 -2
  298. package/dist/core/config/positional-value.js.map +1 -1
  299. package/dist/core/extensions/extension-types.d.ts +36 -0
  300. package/dist/core/extensions/extension-types.js +2 -2
  301. package/dist/core/extensions/extension-types.js.map +1 -1
  302. package/dist/core/extensions/loader.js +46 -5
  303. package/dist/core/extensions/loader.js.map +1 -1
  304. package/dist/core/history/drift-scan.d.ts +3 -4
  305. package/dist/core/history/drift-scan.js +71 -18
  306. package/dist/core/history/drift-scan.js.map +1 -1
  307. package/dist/core/item/id.js +4 -5
  308. package/dist/core/item/id.js.map +1 -1
  309. package/dist/core/item/item-format.js +7 -3
  310. package/dist/core/item/item-format.js.map +1 -1
  311. package/dist/core/item/toon-decode.d.ts +7 -0
  312. package/dist/core/item/toon-decode.js +11 -2
  313. package/dist/core/item/toon-decode.js.map +1 -1
  314. package/dist/core/item/type-registry.js +25 -7
  315. package/dist/core/item/type-registry.js.map +1 -1
  316. package/dist/core/search/cache.js +5 -3
  317. package/dist/core/search/cache.js.map +1 -1
  318. package/dist/core/search/corpus.d.ts +6 -0
  319. package/dist/core/search/corpus.js +22 -9
  320. package/dist/core/search/corpus.js.map +1 -1
  321. package/dist/core/search/embedding-batches.js +10 -7
  322. package/dist/core/search/embedding-batches.js.map +1 -1
  323. package/dist/core/search/relevance.d.ts +29 -0
  324. package/dist/core/search/relevance.js +226 -0
  325. package/dist/core/search/relevance.js.map +1 -0
  326. package/dist/core/search/vector-stores.d.ts +3 -0
  327. package/dist/core/search/vector-stores.js +23 -10
  328. package/dist/core/search/vector-stores.js.map +1 -1
  329. package/dist/core/shared/constants.js +15 -2
  330. package/dist/core/shared/constants.js.map +1 -1
  331. package/dist/core/shared/errors.d.ts +6 -0
  332. package/dist/core/shared/errors.js +2 -2
  333. package/dist/core/shared/errors.js.map +1 -1
  334. package/dist/core/shared/primitives.d.ts +8 -0
  335. package/dist/core/shared/primitives.js +29 -2
  336. package/dist/core/shared/primitives.js.map +1 -1
  337. package/dist/core/shared/time.js +42 -6
  338. package/dist/core/shared/time.js.map +1 -1
  339. package/dist/core/store/paths.js +25 -7
  340. package/dist/core/store/paths.js.map +1 -1
  341. package/dist/core/store/settings-validator.d.ts +11 -0
  342. package/dist/core/store/settings-validator.js +14 -2
  343. package/dist/core/store/settings-validator.js.map +1 -1
  344. package/dist/core/store/settings.js +109 -12
  345. package/dist/core/store/settings.js.map +1 -1
  346. package/dist/core/telemetry/runtime.js +85 -4
  347. package/dist/core/telemetry/runtime.js.map +1 -1
  348. package/dist/mcp/server.js +36 -9
  349. package/dist/mcp/server.js.map +1 -1
  350. package/dist/sdk/cli-contracts/commander-types.d.ts +1 -0
  351. package/dist/sdk/cli-contracts/commander-types.js +13 -2
  352. package/dist/sdk/cli-contracts/commander-types.js.map +1 -1
  353. package/dist/sdk/cli-contracts/enum-contracts.d.ts +2 -2
  354. package/dist/sdk/cli-contracts/enum-contracts.js +6 -2
  355. package/dist/sdk/cli-contracts/enum-contracts.js.map +1 -1
  356. package/dist/sdk/cli-contracts/tool-option-contracts.js +7 -2
  357. package/dist/sdk/cli-contracts/tool-option-contracts.js.map +1 -1
  358. package/dist/sdk/cli-contracts/tool-parameter-tables.js +31 -2
  359. package/dist/sdk/cli-contracts/tool-parameter-tables.js.map +1 -1
  360. package/dist/sdk/cli-contracts.d.ts +3 -1
  361. package/dist/sdk/cli-contracts.js +36 -6
  362. package/dist/sdk/cli-contracts.js.map +1 -1
  363. package/dist/sdk/index.d.ts +2 -2
  364. package/dist/sdk/index.js +3 -3
  365. package/dist/sdk/index.js.map +1 -1
  366. package/dist/sdk/testing.d.ts +51 -1
  367. package/dist/sdk/testing.js +93 -2
  368. package/dist/sdk/testing.js.map +1 -1
  369. package/dist/types.d.ts +14 -0
  370. package/dist/types.js +2 -2
  371. package/dist/types.js.map +1 -1
  372. package/docs/CLAUDE_CODE_PLUGIN.md +2 -2
  373. package/docs/CODEX_PLUGIN.md +1 -1
  374. package/docs/COMMANDS.md +9 -2
  375. package/docs/CONFIGURATION.md +22 -1
  376. package/docs/EXTENSIONS.md +22 -9
  377. package/docs/QUICKSTART.md +1 -1
  378. package/docs/SDK.md +66 -0
  379. package/docs/TESTING.md +14 -0
  380. package/package.json +2 -1
  381. package/packages/pm-governance-audit/README.md +14 -0
  382. package/packages/pm-governance-audit/extensions/governance-audit/index.js +39 -1
  383. package/packages/pm-governance-audit/extensions/governance-audit/index.ts +40 -2
  384. package/packages/pm-governance-audit/extensions/governance-audit/manifest.json +1 -1
  385. package/packages/pm-governance-audit/package.json +4 -2
  386. package/packages/pm-lifecycle-hooks/README.md +21 -0
  387. package/packages/pm-search-advanced/README.md +38 -0
  388. package/packages/pm-search-advanced/extensions/search-advanced/index.js +17 -0
  389. package/packages/pm-search-advanced/extensions/search-advanced/index.ts +17 -0
  390. package/packages/pm-search-advanced/extensions/search-advanced/runtime.js +216 -1
  391. package/packages/pm-search-advanced/extensions/search-advanced/runtime.ts +271 -2
  392. package/plugins/pm-claude/README.md +4 -4
  393. package/plugins/pm-codex/README.md +1 -1
  394. package/dist/cli-bundle/chunks/activity-CVXTCHYY.js +0 -16
  395. package/dist/cli-bundle/chunks/aggregate-GI7WSZPH.js.map +0 -1
  396. package/dist/cli-bundle/chunks/aggregate-VNAHUNNF.js.map +0 -7
  397. package/dist/cli-bundle/chunks/chunk-2VBQ6ZXS.js.map +0 -1
  398. package/dist/cli-bundle/chunks/chunk-3FI4SEFT.js.map +0 -7
  399. package/dist/cli-bundle/chunks/chunk-4LL6TK5B.js.map +0 -1
  400. package/dist/cli-bundle/chunks/chunk-52MAOQ6J.js.map +0 -7
  401. package/dist/cli-bundle/chunks/chunk-5FDATVEZ.js.map +0 -1
  402. package/dist/cli-bundle/chunks/chunk-5SFCOO6B.js.map +0 -1
  403. package/dist/cli-bundle/chunks/chunk-ECCMVXGM.js.map +0 -7
  404. package/dist/cli-bundle/chunks/chunk-FRAUKRU2.js.map +0 -1
  405. package/dist/cli-bundle/chunks/chunk-GU2ZJ2VV.js.map +0 -7
  406. package/dist/cli-bundle/chunks/chunk-HZGUAH22.js.map +0 -1
  407. package/dist/cli-bundle/chunks/chunk-IOR7LGF4.js.map +0 -1
  408. package/dist/cli-bundle/chunks/chunk-KJE2FOS4.js.map +0 -7
  409. package/dist/cli-bundle/chunks/chunk-KWU6HG75.js.map +0 -1
  410. package/dist/cli-bundle/chunks/chunk-LB3RUL2N.js.map +0 -1
  411. package/dist/cli-bundle/chunks/chunk-PDDFYW4X.js.map +0 -7
  412. package/dist/cli-bundle/chunks/chunk-PROOHX4K.js.map +0 -7
  413. package/dist/cli-bundle/chunks/chunk-Q7SPNHLW.js.map +0 -7
  414. package/dist/cli-bundle/chunks/chunk-QO7EBBOM.js.map +0 -7
  415. package/dist/cli-bundle/chunks/chunk-SKJWX3QB.js.map +0 -7
  416. package/dist/cli-bundle/chunks/chunk-T3LC5LKB.js.map +0 -7
  417. package/dist/cli-bundle/chunks/chunk-TCD3R2PF.js.map +0 -1
  418. package/dist/cli-bundle/chunks/chunk-TPH5XEVD.js.map +0 -1
  419. package/dist/cli-bundle/chunks/chunk-U5SXYXSY.js.map +0 -7
  420. package/dist/cli-bundle/chunks/chunk-W7XABV4H.js.map +0 -1
  421. package/dist/cli-bundle/chunks/chunk-WOPXVEZP.js.map +0 -1
  422. package/dist/cli-bundle/chunks/close-3HDWDA3L.js +0 -13
  423. package/dist/cli-bundle/chunks/close-many-7CGIDPTJ.js.map +0 -7
  424. package/dist/cli-bundle/chunks/close-many-ERFO6LHR.js.map +0 -1
  425. package/dist/cli-bundle/chunks/config-6FXCQKIF.js.map +0 -1
  426. package/dist/cli-bundle/chunks/config-U4RZ4CQB.js.map +0 -7
  427. package/dist/cli-bundle/chunks/context-YMJ3Z2HQ.js.map +0 -1
  428. package/dist/cli-bundle/chunks/contracts-QDB6OMLQ.js.map +0 -1
  429. package/dist/cli-bundle/chunks/contracts-RFSPGVVJ.js.map +0 -7
  430. package/dist/cli-bundle/chunks/create-JTZNCTQC.js +0 -27
  431. package/dist/cli-bundle/chunks/get-RV37HT3G.js.map +0 -1
  432. package/dist/cli-bundle/chunks/get-WXU6WI5P.js.map +0 -7
  433. package/dist/cli-bundle/chunks/history-2BA3T5AE.js +0 -20
  434. package/dist/cli-bundle/chunks/history-redact-JBZNXHGR.js +0 -19
  435. package/dist/cli-bundle/chunks/init-HIVSNX3O.js +0 -16
  436. package/dist/cli-bundle/chunks/list-MUSQNMTD.js +0 -20
  437. package/dist/cli-bundle/chunks/register-list-query-POCFZ5JW.js.map +0 -1
  438. package/dist/cli-bundle/chunks/register-list-query-WST76HSQ.js.map +0 -7
  439. package/dist/cli-bundle/chunks/register-mutation-N5GSUZJV.js.map +0 -1
  440. package/dist/cli-bundle/chunks/register-mutation-OA675SOU.js.map +0 -7
  441. package/dist/cli-bundle/chunks/register-operations-GNHBE5I3.js.map +0 -1
  442. package/dist/cli-bundle/chunks/register-operations-N3PMHXH5.js.map +0 -7
  443. package/dist/cli-bundle/chunks/restore-D4RGNX33.js +0 -17
  444. package/dist/cli-bundle/chunks/search-JPUQTVCY.js.map +0 -1
  445. package/dist/cli-bundle/chunks/search-OA6JX27A.js.map +0 -7
  446. package/dist/cli-bundle/chunks/test-MXX3E5JL.js +0 -31
  447. package/dist/cli-bundle/chunks/update-OSV3NAQB.js +0 -25
  448. package/dist/cli-bundle/chunks/update-YRXSUGYQ.js +0 -21
  449. /package/dist/cli-bundle/chunks/{activity-CVXTCHYY.js.map → activity-5UROHJ3D.js.map} +0 -0
  450. /package/dist/cli-bundle/chunks/{activity-JM6DTDND.js.map → activity-YVB3QRTE.js.map} +0 -0
  451. /package/dist/cli-bundle/chunks/{append-WMKRXKCE.js.map → append-2PPYFAG5.js.map} +0 -0
  452. /package/dist/cli-bundle/chunks/{append-7H5N64R2.js.map → append-AUGT5W6J.js.map} +0 -0
  453. /package/dist/cli-bundle/chunks/{chunk-6P6GGMOG.js.map → chunk-2IF7WLB7.js.map} +0 -0
  454. /package/dist/cli-bundle/chunks/{chunk-KAG77BY3.js.map → chunk-2OJHLWBZ.js.map} +0 -0
  455. /package/dist/cli-bundle/chunks/{chunk-GXSUPCBV.js.map → chunk-3A2CMEM7.js.map} +0 -0
  456. /package/dist/cli-bundle/chunks/{chunk-UM2GBHS4.js.map → chunk-3EOBJOF4.js.map} +0 -0
  457. /package/dist/cli-bundle/chunks/{chunk-PRJCELV4.js.map → chunk-4CHEG6UK.js.map} +0 -0
  458. /package/dist/cli-bundle/chunks/{chunk-OZ7NSQHL.js.map → chunk-5AXMRKN5.js.map} +0 -0
  459. /package/dist/cli-bundle/chunks/{chunk-GCOQW437.js.map → chunk-6J4K6JLA.js.map} +0 -0
  460. /package/dist/cli-bundle/chunks/{chunk-2RSPZI5H.js.map → chunk-6RZXO5M2.js.map} +0 -0
  461. /package/dist/cli-bundle/chunks/{chunk-KJ33AOCY.js.map → chunk-AVJD6VTA.js.map} +0 -0
  462. /package/dist/cli-bundle/chunks/{chunk-I6BNFU5X.js.map → chunk-B5RF3IP7.js.map} +0 -0
  463. /package/dist/cli-bundle/chunks/{chunk-RZN6VURO.js.map → chunk-C5W2UH56.js.map} +0 -0
  464. /package/dist/cli-bundle/chunks/{chunk-3LB74A67.js.map → chunk-CKLBZHS7.js.map} +0 -0
  465. /package/dist/cli-bundle/chunks/{chunk-3VAM3NNM.js.map → chunk-FY6Z3FYY.js.map} +0 -0
  466. /package/dist/cli-bundle/chunks/{chunk-RWPSOIEE.js.map → chunk-GNIUOLZ2.js.map} +0 -0
  467. /package/dist/cli-bundle/chunks/{chunk-MITFDD35.js.map → chunk-GPXQBR3H.js.map} +0 -0
  468. /package/dist/cli-bundle/chunks/{chunk-I2HSTRJF.js.map → chunk-H7EO3QA3.js.map} +0 -0
  469. /package/dist/cli-bundle/chunks/{chunk-77GFDHGF.js.map → chunk-HLC3KTLP.js.map} +0 -0
  470. /package/dist/cli-bundle/chunks/{chunk-OVQCEJPG.js.map → chunk-HMMMWBK2.js.map} +0 -0
  471. /package/dist/cli-bundle/chunks/{chunk-XLTD2HN3.js.map → chunk-HV5SSZXF.js.map} +0 -0
  472. /package/dist/cli-bundle/chunks/{chunk-2HVRUSQA.js.map → chunk-KNGVP5WJ.js.map} +0 -0
  473. /package/dist/cli-bundle/chunks/{chunk-3BWOVLTH.js.map → chunk-LI65XLJR.js.map} +0 -0
  474. /package/dist/cli-bundle/chunks/{chunk-NUZ5HKR4.js.map → chunk-LIN2BPJ7.js.map} +0 -0
  475. /package/dist/cli-bundle/chunks/{chunk-N7ACFE26.js.map → chunk-LQHBENVW.js.map} +0 -0
  476. /package/dist/cli-bundle/chunks/{chunk-23YFZ3IG.js.map → chunk-LXO6V66E.js.map} +0 -0
  477. /package/dist/cli-bundle/chunks/{chunk-PIU6RSL3.js.map → chunk-MOYM2C3J.js.map} +0 -0
  478. /package/dist/cli-bundle/chunks/{chunk-IJGCZSIQ.js.map → chunk-NQL32HQ5.js.map} +0 -0
  479. /package/dist/cli-bundle/chunks/{chunk-6ER6DXH5.js.map → chunk-OKSKJKHX.js.map} +0 -0
  480. /package/dist/cli-bundle/chunks/{chunk-2VVCGBNV.js.map → chunk-R3V3YCMH.js.map} +0 -0
  481. /package/dist/cli-bundle/chunks/{chunk-UBOPJT3S.js.map → chunk-RVPTZKBC.js.map} +0 -0
  482. /package/dist/cli-bundle/chunks/{chunk-WKY2IBOQ.js.map → chunk-SFFVGNHC.js.map} +0 -0
  483. /package/dist/cli-bundle/chunks/{chunk-WSMOSYRD.js.map → chunk-SQPKRA54.js.map} +0 -0
  484. /package/dist/cli-bundle/chunks/{chunk-YL2DJGYS.js.map → chunk-TNPBPNII.js.map} +0 -0
  485. /package/dist/cli-bundle/chunks/{chunk-XTGLRY2Y.js.map → chunk-TP4DDY27.js.map} +0 -0
  486. /package/dist/cli-bundle/chunks/{chunk-AY43SBIN.js.map → chunk-TYJJOTUA.js.map} +0 -0
  487. /package/dist/cli-bundle/chunks/{chunk-LCM63IXU.js.map → chunk-UAQOQ7IE.js.map} +0 -0
  488. /package/dist/cli-bundle/chunks/{chunk-BQHUILZS.js.map → chunk-UEWA73ZZ.js.map} +0 -0
  489. /package/dist/cli-bundle/chunks/{chunk-PO3GSVFV.js.map → chunk-UIIQC5YO.js.map} +0 -0
  490. /package/dist/cli-bundle/chunks/{chunk-R6UFP2GE.js.map → chunk-V6EYFTRL.js.map} +0 -0
  491. /package/dist/cli-bundle/chunks/{chunk-XSJCLN2R.js.map → chunk-WYEXLDDY.js.map} +0 -0
  492. /package/dist/cli-bundle/chunks/{chunk-E5FJNAZA.js.map → chunk-X7UHMKPE.js.map} +0 -0
  493. /package/dist/cli-bundle/chunks/{chunk-GGYWB3Y2.js.map → chunk-YBZW2QQ7.js.map} +0 -0
  494. /package/dist/cli-bundle/chunks/{chunk-ME2YH6FN.js.map → chunk-YO3THIJF.js.map} +0 -0
  495. /package/dist/cli-bundle/chunks/{claim-X2P4IB7J.js.map → claim-BJ4QMPJC.js.map} +0 -0
  496. /package/dist/cli-bundle/chunks/{claim-4DBF6RVG.js.map → claim-KW743OSW.js.map} +0 -0
  497. /package/dist/cli-bundle/chunks/{close-3HDWDA3L.js.map → close-P4ZBKODL.js.map} +0 -0
  498. /package/dist/cli-bundle/chunks/{close-PTYFA45H.js.map → close-SYHSRZDC.js.map} +0 -0
  499. /package/dist/cli-bundle/chunks/{comments-QKBYCWKD.js.map → comments-JEO6HHVM.js.map} +0 -0
  500. /package/dist/cli-bundle/chunks/{comments-OONGABK5.js.map → comments-YT2PQ5DD.js.map} +0 -0
  501. /package/dist/cli-bundle/chunks/{create-JTZNCTQC.js.map → create-4DS2QWQC.js.map} +0 -0
  502. /package/dist/cli-bundle/chunks/{create-I5L4EYYZ.js.map → create-CF7EVRX7.js.map} +0 -0
  503. /package/dist/cli-bundle/chunks/{delete-7HPGI4GZ.js.map → delete-KR4VBWVE.js.map} +0 -0
  504. /package/dist/cli-bundle/chunks/{delete-VXUPH5RS.js.map → delete-XLZRTRKR.js.map} +0 -0
  505. /package/dist/cli-bundle/chunks/{deps-JSRRWC3Z.js.map → deps-2YTXD3VM.js.map} +0 -0
  506. /package/dist/cli-bundle/chunks/{deps-SCZIFK2Z.js.map → deps-GZMFMTGS.js.map} +0 -0
  507. /package/dist/cli-bundle/chunks/{docs-GJK6K4VP.js.map → docs-SLROFEQ4.js.map} +0 -0
  508. /package/dist/cli-bundle/chunks/{docs-WW4N3MBM.js.map → docs-ZHISRR2D.js.map} +0 -0
  509. /package/dist/cli-bundle/chunks/{extension-J7IBMFTD.js.map → extension-3C7OOI4F.js.map} +0 -0
  510. /package/dist/cli-bundle/chunks/{extension-VDY2U33M.js.map → extension-XYCUXICD.js.map} +0 -0
  511. /package/dist/cli-bundle/chunks/{files-ISZJGILQ.js.map → files-FUWF2FYJ.js.map} +0 -0
  512. /package/dist/cli-bundle/chunks/{files-WKOD326U.js.map → files-J4I5IU4O.js.map} +0 -0
  513. /package/dist/cli-bundle/chunks/{gc-JDVJ6OQ2.js.map → gc-34NXSNSN.js.map} +0 -0
  514. /package/dist/cli-bundle/chunks/{gc-ULPVWMTN.js.map → gc-SPIIZX3A.js.map} +0 -0
  515. /package/dist/cli-bundle/chunks/{history-PKN67D5O.js.map → history-SDAWYZR3.js.map} +0 -0
  516. /package/dist/cli-bundle/chunks/{history-2BA3T5AE.js.map → history-YDUEILKP.js.map} +0 -0
  517. /package/dist/cli-bundle/chunks/{history-redact-V4FOJGS7.js.map → history-redact-EPJ7GENL.js.map} +0 -0
  518. /package/dist/cli-bundle/chunks/{history-redact-JBZNXHGR.js.map → history-redact-KASLLPE7.js.map} +0 -0
  519. /package/dist/cli-bundle/chunks/{history-repair-SDMHR7JT.js.map → history-repair-IJ7LLBET.js.map} +0 -0
  520. /package/dist/cli-bundle/chunks/{history-repair-HIBCBIKK.js.map → history-repair-YNESJRT6.js.map} +0 -0
  521. /package/dist/cli-bundle/chunks/{init-HIVSNX3O.js.map → init-IGSS4GNH.js.map} +0 -0
  522. /package/dist/cli-bundle/chunks/{init-P56QYWJF.js.map → init-YHVBTEET.js.map} +0 -0
  523. /package/dist/cli-bundle/chunks/{learnings-GDFRG5J7.js.map → learnings-4YBMIVCZ.js.map} +0 -0
  524. /package/dist/cli-bundle/chunks/{learnings-MIXSESLK.js.map → learnings-T4PF24YN.js.map} +0 -0
  525. /package/dist/cli-bundle/chunks/{list-FGOWQMSM.js.map → list-3KEVBOYW.js.map} +0 -0
  526. /package/dist/cli-bundle/chunks/{list-MUSQNMTD.js.map → list-E44O2K64.js.map} +0 -0
  527. /package/dist/cli-bundle/chunks/{notes-4XVSH2AZ.js.map → notes-FLUCNJSH.js.map} +0 -0
  528. /package/dist/cli-bundle/chunks/{notes-5UK3GEH2.js.map → notes-GJKALVZM.js.map} +0 -0
  529. /package/dist/cli-bundle/chunks/{plan-SLMODHWX.js.map → plan-T5MMZLI3.js.map} +0 -0
  530. /package/dist/cli-bundle/chunks/{plan-DUMBV3QB.js.map → plan-YYMIL3HV.js.map} +0 -0
  531. /package/dist/cli-bundle/chunks/{restore-PBL6T5TW.js.map → restore-DDJGVZIN.js.map} +0 -0
  532. /package/dist/cli-bundle/chunks/{restore-D4RGNX33.js.map → restore-SJSASGZP.js.map} +0 -0
  533. /package/dist/cli-bundle/chunks/{schema-2NOO6NGB.js.map → schema-B7NQ6XVP.js.map} +0 -0
  534. /package/dist/cli-bundle/chunks/{schema-EBI4NLUO.js.map → schema-HEGYH6CE.js.map} +0 -0
  535. /package/dist/cli-bundle/chunks/{stats-CV54BAWY.js.map → stats-7JDIJRDH.js.map} +0 -0
  536. /package/dist/cli-bundle/chunks/{stats-XYB6KTFG.js.map → stats-SYTJRR4Z.js.map} +0 -0
  537. /package/dist/cli-bundle/chunks/{telemetry-LMJ7PFUO.js.map → telemetry-4HHWD5Y7.js.map} +0 -0
  538. /package/dist/cli-bundle/chunks/{telemetry-NCMEPJNR.js.map → telemetry-EGWP7ZUX.js.map} +0 -0
  539. /package/dist/cli-bundle/chunks/{test-WBROAJIE.js.map → test-IIELLSZX.js.map} +0 -0
  540. /package/dist/cli-bundle/chunks/{test-MXX3E5JL.js.map → test-ML5RLWXE.js.map} +0 -0
  541. /package/dist/cli-bundle/chunks/{test-runs-V6A7LPWZ.js.map → test-runs-5FEMBV3A.js.map} +0 -0
  542. /package/dist/cli-bundle/chunks/{test-runs-WMVTQU3Y.js.map → test-runs-RNKZ37PS.js.map} +0 -0
  543. /package/dist/cli-bundle/chunks/{update-YRXSUGYQ.js.map → update-6C67X4KS.js.map} +0 -0
  544. /package/dist/cli-bundle/chunks/{update-OSV3NAQB.js.map → update-VF26YPT3.js.map} +0 -0
  545. /package/dist/cli-bundle/chunks/{update-many-KGGEYABR.js.map → update-many-BSZZZYXY.js.map} +0 -0
  546. /package/dist/cli-bundle/chunks/{update-many-EM6OXYGO.js.map → update-many-BWKJJEBF.js.map} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"tool-parameter-tables.js","sources":["sdk/cli-contracts/tool-parameter-tables.ts"],"sourceRoot":"/","sourcesContent":["import {\n PLAN_HARNESS_VALUES,\n PLAN_MODE_VALUES,\n PLAN_STEP_LINK_KIND_VALUES,\n PLAN_STEP_STATUS_VALUES,\n} from \"../../types/index.js\";\n\nexport const PM_TOOL_PARAMETER_PROPERTIES: Record<string, unknown> = {\n json: { type: \"boolean\", default: true },\n quiet: { type: \"boolean\" },\n profile: { type: \"boolean\" },\n noExtensions: { type: \"boolean\" },\n noPager: { type: \"boolean\" },\n path: { type: \"string\" },\n pmExecutable: { type: \"string\" },\n timeoutMs: { type: \"number\" },\n id: { type: \"string\" },\n target: { type: \"string\" },\n github: { type: \"string\" },\n ref: { type: \"string\" },\n query: { type: \"string\" },\n keywords: { type: \"string\" },\n fields: { type: \"string\" },\n sort: { type: \"string\", enum: [\"priority\", \"deadline\", \"updated_at\", \"created_at\", \"title\", \"parent\"] },\n prefix: { type: \"string\" },\n preset: { type: \"string\", enum: [\"minimal\", \"default\", \"strict\", \"custom\"] },\n typePreset: { type: \"string\", enum: [\"agile\", \"ops\", \"research\"] },\n defaults: { type: \"boolean\" },\n verbose: { type: \"boolean\" },\n agentGuidance: { type: \"string\", enum: [\"ask\", \"add\", \"skip\", \"status\"] },\n withPackages: { type: \"boolean\" },\n scope: { type: \"string\", enum: [\"project\", \"global\"] },\n contractAction: { type: \"string\" },\n command: { type: \"string\" },\n schemaOnly: { type: \"boolean\" },\n flagsOnly: { type: \"boolean\" },\n availabilityOnly: { type: \"boolean\" },\n runtimeOnly: { type: \"boolean\" },\n activeOnly: { type: \"boolean\" },\n eagerTags: { type: \"boolean\" },\n configAction: { type: \"string\", enum: [\"get\", \"set\", \"list\", \"export\"] },\n key: { type: \"string\" },\n title: { type: \"string\" },\n description: { type: \"string\" },\n type: { type: \"string\" },\n template: { type: \"string\" },\n createMode: { type: \"string\", enum: [\"strict\", \"progressive\"] },\n schedulePreset: { type: \"string\", enum: [\"lightweight\"] },\n status: { type: \"string\" },\n filterStatus: { type: \"string\" },\n filterType: { type: \"string\" },\n filterTag: { type: \"string\" },\n filterPriority: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n filterDeadlineBefore: { type: \"string\" },\n filterDeadlineAfter: { type: \"string\" },\n filterUpdatedAfter: { type: \"string\" },\n filterUpdatedBefore: { type: \"string\" },\n filterCreatedAfter: { type: \"string\" },\n filterCreatedBefore: { type: \"string\" },\n filterAssignee: { type: \"string\" },\n filterAssigneeFilter: { type: \"string\", enum: [\"assigned\", \"unassigned\"] },\n filterParent: { type: \"string\" },\n filterSprint: { type: \"string\" },\n filterRelease: { type: \"string\" },\n closeReason: { type: \"string\" },\n reason: { type: \"string\" },\n priority: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n tags: { type: \"string\" },\n addTags: { type: \"array\", items: { type: \"string\" } },\n removeTags: { type: \"array\", items: { type: \"string\" } },\n body: { type: \"string\" },\n deadline: { type: \"string\" },\n estimate: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n acceptanceCriteria: { type: \"string\" },\n author: { type: \"string\" },\n message: { type: \"string\" },\n assignee: { type: \"string\" },\n assigneeFilter: { type: \"string\", enum: [\"assigned\", \"unassigned\"] },\n parent: { type: \"string\" },\n reviewer: { type: \"string\" },\n risk: { type: \"string\" },\n confidence: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n sprint: { type: \"string\" },\n release: { type: \"string\" },\n blockedBy: { type: \"string\" },\n blockedReason: { type: \"string\" },\n unblockNote: { type: \"string\" },\n reporter: { type: \"string\" },\n severity: { type: \"string\" },\n environment: { type: \"string\" },\n reproSteps: { type: \"string\" },\n resolution: { type: \"string\" },\n expectedResult: { type: \"string\" },\n actualResult: { type: \"string\" },\n affectedVersion: { type: \"string\" },\n fixedVersion: { type: \"string\" },\n component: { type: \"string\" },\n regression: { anyOf: [{ type: \"boolean\" }, { type: \"string\" }, { type: \"number\" }] },\n customerImpact: { type: \"string\" },\n definitionOfReady: { type: \"string\" },\n order: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n goal: { type: \"string\" },\n objective: { type: \"string\" },\n value: { type: \"string\" },\n impact: { type: \"string\" },\n outcome: { type: \"string\" },\n whyNow: { type: \"string\" },\n mode: {\n type: \"string\",\n enum: [\"keyword\", \"semantic\", \"hybrid\", \"title_exact\", \"title_fuzzy\", \"parent_scope\"],\n },\n op: { type: \"string\" },\n compact: { type: \"boolean\" },\n brief: { type: \"boolean\" },\n full: { type: \"boolean\" },\n view: { type: \"string\", enum: [\"agenda\", \"day\", \"week\", \"month\"] },\n date: { type: \"string\" },\n from: { type: \"string\" },\n to: { type: \"string\" },\n past: { type: \"boolean\" },\n fullPeriod: { type: \"boolean\" },\n include: { type: \"string\" },\n recurrenceLookaheadDays: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n recurrenceLookbackDays: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n occurrenceLimit: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n includeLinked: { type: \"boolean\" },\n semantic: { type: \"boolean\" },\n hybrid: { type: \"boolean\" },\n titleExact: { type: \"boolean\" },\n phraseExact: { type: \"boolean\" },\n includeBody: { type: \"boolean\" },\n tag: { type: \"string\" },\n deadlineBefore: { type: \"string\" },\n deadlineAfter: { type: \"string\" },\n updatedAfter: { type: \"string\" },\n updatedBefore: { type: \"string\" },\n createdAfter: { type: \"string\" },\n createdBefore: { type: \"string\" },\n ids: { type: \"string\" },\n limit: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n limitItems: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n fullHistory: { type: \"boolean\" },\n latest: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n offset: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n progress: { type: \"boolean\" },\n background: { type: \"boolean\" },\n runId: { type: \"string\" },\n stream: {\n anyOf: [{ type: \"boolean\" }, { type: \"string\", enum: [\"stdout\", \"stderr\", \"both\", \"rows\", \"ndjson\", \"jsonl\"] }],\n },\n tail: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n envSet: { type: \"array\", items: { type: \"string\" } },\n envClear: { type: \"array\", items: { type: \"string\" } },\n sharedHostSafe: { type: \"boolean\" },\n detail: { type: \"string\", enum: [\"summary\", \"deep\"] },\n trace: { type: \"boolean\" },\n reload: { type: \"boolean\" },\n watch: { type: \"boolean\" },\n runtimeProbe: { type: \"boolean\" },\n fixManagedState: { type: \"boolean\" },\n pmContext: { type: \"string\", enum: [\"schema\", \"tracker\", \"auto\"] },\n overrideLinkedPmContext: { type: \"boolean\" },\n failOnContextMismatch: { type: \"boolean\" },\n failOnSkipped: { type: \"boolean\" },\n failOnEmptyTestRun: { type: \"boolean\" },\n requireAssertionsForPm: { type: \"boolean\" },\n checkContext: { type: \"boolean\" },\n autoPmContext: { type: \"boolean\" },\n diff: { type: \"boolean\" },\n storage: { type: \"boolean\" },\n verify: { type: \"boolean\" },\n literal: { type: \"array\", items: { type: \"string\" } },\n regex: { type: \"array\", items: { type: \"string\" } },\n replacement: { type: \"string\" },\n timeout: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n validateClose: { type: \"string\", enum: [\"off\", \"warn\", \"strict\"] },\n checkMetadata: { type: \"boolean\" },\n metadataProfile: { type: \"string\", enum: [\"core\", \"strict\", \"custom\"] },\n checkResolution: { type: \"boolean\" },\n checkLifecycle: { type: \"boolean\" },\n checkStaleBlockers: { type: \"boolean\" },\n dependencyCycleSeverity: { type: \"string\", enum: [\"off\", \"warn\", \"error\"] },\n checkFiles: { type: \"boolean\" },\n strictDirectories: { type: \"boolean\" },\n checkOnly: { type: \"boolean\" },\n checkTelemetry: { type: \"boolean\" },\n noRefresh: { type: \"boolean\" },\n refreshVectors: { type: \"boolean\" },\n verboseStaleItems: { type: \"boolean\" },\n skipVectors: { type: \"boolean\" },\n skipIntegrity: { type: \"boolean\" },\n skipDrift: { type: \"boolean\" },\n verboseDiagnostics: { type: \"boolean\" },\n scanMode: { type: \"string\", enum: [\"default\", \"tracked-all\", \"tracked-all-strict\"] },\n includePmInternals: { type: \"boolean\" },\n verboseFileLists: { type: \"boolean\" },\n strictExit: { type: \"boolean\" },\n failOnWarn: { type: \"boolean\" },\n fixHints: { type: \"boolean\" },\n checkHistoryDrift: { type: \"boolean\" },\n checkCommandReferences: { type: \"boolean\" },\n allowAuditNote: { type: \"boolean\" },\n allowAuditLearning: { type: \"boolean\" },\n allowAuditComment: { type: \"boolean\" },\n allowAuditUpdate: { type: \"boolean\" },\n allowAuditDepUpdate: { type: \"boolean\" },\n allowAuditRelease: { type: \"boolean\" },\n dryRun: { type: \"boolean\" },\n cliOnly: { type: \"boolean\" },\n packagesOnly: { type: \"boolean\" },\n repair: { type: \"boolean\" },\n packageName: { type: \"string\" },\n rollback: { type: \"string\" },\n noCheckpoint: { type: \"boolean\" },\n force: { type: \"boolean\" },\n run: { type: \"boolean\" },\n count: { type: \"boolean\" },\n includeUnparented: { type: \"boolean\" },\n gcScope: {\n type: \"array\",\n items: { type: \"string\", enum: [\"index\", \"embeddings\", \"runtime\", \"locks\"] },\n },\n maxDepth: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n collapse: { type: \"string\", enum: [\"none\", \"repeated\"] },\n summary: { type: \"boolean\" },\n shell: { type: \"string\", enum: [\"bash\", \"zsh\", \"fish\"] },\n stdin: { type: \"boolean\" },\n file: { type: \"string\" },\n preserveSourceIds: { type: \"boolean\" },\n folder: { type: \"string\" },\n subcommand: { type: \"string\" },\n name: { type: \"string\" },\n defaultStatus: { type: \"string\" },\n alias: { type: \"array\", items: { type: \"string\" } },\n role: { type: \"array\", items: { type: \"string\" } },\n text: { type: \"string\" },\n add: { type: \"array\", items: { type: \"string\" } },\n addGlob: { type: \"array\", items: { type: \"string\" } },\n remove: { type: \"array\", items: { type: \"string\" } },\n migrate: { type: \"array\", items: { type: \"string\" } },\n discover: { type: \"boolean\" },\n apply: { type: \"boolean\" },\n discoveryNote: { type: \"string\" },\n appendStable: { type: \"boolean\" },\n validatePaths: { type: \"boolean\" },\n audit: { type: \"boolean\" },\n dep: { type: \"array\", items: { type: \"string\" } },\n depRemove: { type: \"array\", items: { type: \"string\" } },\n replaceDeps: { type: \"boolean\" },\n replaceTests: { type: \"boolean\" },\n comment: { type: \"array\", items: { type: \"string\" } },\n note: { type: \"array\", items: { type: \"string\" } },\n learning: { type: \"array\", items: { type: \"string\" } },\n linkedFile: { type: \"array\", items: { type: \"string\" } },\n linkedTest: { type: \"array\", items: { type: \"string\" } },\n doc: { type: \"array\", items: { type: \"string\" } },\n reminder: { type: \"array\", items: { type: \"string\" } },\n event: { type: \"array\", items: { type: \"string\" } },\n typeOption: { type: \"array\", items: { type: \"string\" } },\n field: { type: \"array\", items: { type: \"string\" } },\n unset: { type: \"array\", items: { type: \"string\" } },\n clearDeps: { type: \"boolean\" },\n clearComments: { type: \"boolean\" },\n clearNotes: { type: \"boolean\" },\n clearLearnings: { type: \"boolean\" },\n clearFiles: { type: \"boolean\" },\n clearTests: { type: \"boolean\" },\n clearDocs: { type: \"boolean\" },\n clearReminders: { type: \"boolean\" },\n clearEvents: { type: \"boolean\" },\n clearTypeOptions: { type: \"boolean\" },\n criterion: { type: \"array\", items: { type: \"string\" } },\n clearCriteria: { type: \"boolean\" },\n groupBy: { type: \"string\" },\n threshold: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n format: { type: \"string\" },\n depth: { type: \"string\", enum: [\"brief\", \"standard\", \"deep\"] },\n section: { type: \"array\", items: { type: \"string\", enum: [\"hierarchy\", \"activity\", \"progress\", \"blockers\", \"files\", \"workload\", \"staleness\", \"tests\"] } },\n activityLimit: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n staleThreshold: { type: \"string\" },\n policy: { type: \"string\" },\n};\n\nexport const PLAN_SUBCOMMAND_VALUES = [\n \"create\",\n \"show\",\n \"add-step\",\n \"update-step\",\n \"complete-step\",\n \"block-step\",\n \"reorder-step\",\n \"remove-step\",\n \"link\",\n \"unlink\",\n \"decision\",\n \"discovery\",\n \"validation\",\n \"resume\",\n \"approve\",\n \"materialize\",\n] as const;\n\nexport const PLAN_ACTION_PARAMETER_PROPERTIES: Record<string, unknown> = {\n subcommand: { type: \"string\", enum: [...PLAN_SUBCOMMAND_VALUES] },\n stepRef: { type: \"string\" },\n reorderTo: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n scope: { type: \"string\" },\n harness: { type: \"string\", enum: [...PLAN_HARNESS_VALUES] },\n mode: { type: \"string\", enum: [...PLAN_MODE_VALUES] },\n resumeContext: { type: \"string\" },\n related: { type: \"string\" },\n blocks: { type: \"string\" },\n claim: { type: \"boolean\" },\n fromSearch: { type: \"string\" },\n stepTitle: { type: \"string\" },\n stepBody: { type: \"string\" },\n stepOwner: { type: \"string\" },\n stepStatus: { type: \"string\", enum: [...PLAN_STEP_STATUS_VALUES] },\n stepEvidence: { type: \"string\" },\n stepBlockedReason: { type: \"string\" },\n stepReplacement: { type: \"string\" },\n dependsOn: { type: \"string\" },\n link: { type: \"string\" },\n linkKind: { type: \"string\", enum: [...PLAN_STEP_LINK_KIND_VALUES] },\n linkNote: { type: \"string\" },\n promoteToItemDep: { type: \"boolean\" },\n allowMultipleActive: { type: \"boolean\" },\n file: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n test: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n doc: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n decisionText: { type: \"string\" },\n decision: { type: \"string\" },\n decisionRationale: { type: \"string\" },\n decisionEvidence: { type: \"string\" },\n discoveryText: { type: \"string\" },\n discovery: { type: \"string\" },\n validationText: { type: \"string\" },\n validation: { type: \"string\" },\n validationCommand: { type: \"string\" },\n validationExpected: { type: \"string\" },\n steps: { type: \"array\", items: { type: \"string\" } },\n materializeType: { type: \"string\" },\n materializeParent: { type: \"string\" },\n materializeTags: { type: \"string\" },\n};\n\nexport const PLAN_ACTION_PARAMETER_METADATA: Record<string, { description: string; examples?: unknown[] }> = {\n subcommand: {\n description: \"Plan workflow operation to run.\",\n examples: [\"create\", \"show\", \"add-step\", \"approve\"],\n },\n stepRef: {\n description: \"Plan step id or order for step lifecycle subcommands.\",\n examples: [\"plan-step-001\", \"1\"],\n },\n reorderTo: {\n description: \"New integer order for reorder-step.\",\n examples: [1, \"2\"],\n },\n scope: {\n description: \"Short free-text scope statement describing what the Plan covers.\",\n examples: [\"Release readiness audit\", \"Search package migration\"],\n },\n mode: {\n description: \"Plan lifecycle mode.\",\n examples: [\"draft\", \"research\", \"approved\"],\n },\n file: {\n description: \"File link to attach while creating or materializing a Plan.\",\n examples: [\"path=src/cli.ts,note=implementation surface\"],\n },\n test: {\n description: \"Test command link to attach while creating or materializing a Plan.\",\n examples: [\"command=pnpm build,timeout_seconds=300\"],\n },\n doc: {\n description: \"Documentation link to attach while creating or materializing a Plan.\",\n examples: [\"path=docs/SDK.md,note=public API reference\"],\n },\n};\n\nexport const PM_TOOL_PARAMETER_METADATA: Record<string, { description: string; examples?: unknown[] }> = {\n action: {\n description: \"Tool action to execute.\",\n },\n path: {\n description: \"Optional PM data root override for this invocation.\",\n examples: [\".agents/pm\"],\n },\n scope: {\n description: \"Scope selector for commands that operate on project or global state. Linked files, docs, and tests default to project scope when omitted.\",\n examples: [\"project\", \"global\"],\n },\n detail: {\n description: \"Detail mode for commands that support concise and deep diagnostics.\",\n examples: [\"summary\", \"deep\"],\n },\n trace: {\n description: \"When true for extension-doctor, include actionable registration traces in deep diagnostics.\",\n },\n reload: {\n description: \"When true for extension action payloads, trigger cache-busted extension module reload.\",\n },\n watch: {\n description: \"When true for extension-reload/extension action payloads, enable watch mode semantics.\",\n },\n runtimeProbe: {\n description: \"When true for extension-manage, run a doctor-like runtime activation probe for parity fields.\",\n },\n fixManagedState: {\n description: \"When true for extension-manage/extension-doctor, adopt unmanaged extensions before diagnostics/update checks.\",\n },\n target: {\n description: \"Positional target argument for the selected action (ID, source, package source, or extension name).\",\n examples: [\"pm-a1b2\", \".agents/pm/extensions/sample\", \"sample-extension\"],\n },\n github: {\n description: \"GitHub shorthand owner/repo[/path] source for package/extension install actions.\",\n examples: [\"org/repo/extensions/sample\"],\n },\n ref: {\n description: \"Git ref/branch/tag used when installing from GitHub shorthand/URL sources.\",\n examples: [\"main\", \"v1.0.0\"],\n },\n cliOnly: {\n description: \"Restrict upgrade to the pm CLI/SDK npm package.\",\n },\n packagesOnly: {\n description: \"Restrict upgrade to managed installable pm packages.\",\n },\n repair: {\n description: \"Force npm global reinstall semantics when upgrading the pm CLI/SDK.\",\n },\n tag: {\n description: \"npm version or dist-tag used for CLI and registry package upgrades.\",\n examples: [\"latest\", \"next\", \"2026.5.11\"],\n },\n packageName: {\n description: \"Override the pm CLI package name for self-upgrade automation and tests.\",\n examples: [\"@unbrained/pm-cli\"],\n },\n json: {\n description: \"Emit machine-readable JSON output.\",\n },\n quiet: {\n description: \"Suppress stdout payload output.\",\n },\n noExtensions: {\n description: \"Disable extension loading for this invocation.\",\n },\n noPager: {\n description: \"Disable pager integration for help and long output.\",\n },\n profile: {\n description: \"Emit deterministic timing diagnostics to stderr.\",\n },\n timeoutMs: {\n description: \"Tool execution timeout in milliseconds.\",\n examples: [120000],\n },\n id: {\n description: \"Item identifier for read or mutation actions.\",\n examples: [\"pm-a1b2\"],\n },\n runId: {\n description: \"Background test run identifier.\",\n examples: [\"tr-kq9x3f-93acde\"],\n },\n title: {\n description: \"Item title text.\",\n },\n description: {\n description: \"Item description text.\",\n },\n type: {\n description: \"Item type name from the active runtime type registry.\",\n examples: [\"Task\", \"Feature\"],\n },\n subcommand: {\n description: \"Subcommand selector for schema and telemetry actions.\",\n },\n name: {\n description:\n \"Custom item type name (schema add-type/remove-type/show) or custom status id (schema add-status/remove-status).\",\n examples: [\"Spike\", \"review\"],\n },\n defaultStatus: {\n description: \"Default status hint recorded for a custom item type.\",\n examples: [\"open\"],\n },\n alias: {\n description: \"Aliases for the custom item type or status (repeatable).\",\n examples: [[\"spike\", \"research\"]],\n },\n role: {\n description:\n \"Lifecycle roles for a custom status (schema add-status): draft, active, blocked, terminal, terminal_done, terminal_canceled, default_open, default_close, default_cancel.\",\n examples: [[\"active\"], [\"terminal\", \"terminal_done\"]],\n },\n preset: {\n description: \"Governance preset for initialization flows.\",\n examples: [\"minimal\", \"default\", \"strict\"],\n },\n typePreset: {\n description: \"Domain item-type preset registered during initialization.\",\n examples: [\"agile\", \"ops\", \"research\"],\n },\n defaults: {\n description: \"Use non-interactive setup defaults during initialization.\",\n },\n verbose: {\n description: \"Include the full resolved settings tree in init output.\",\n },\n agentGuidance: {\n description: \"Control AGENTS.md/CLAUDE.md guidance behavior during init: ask, add, skip, or status.\",\n examples: [\"ask\", \"add\", \"skip\", \"status\"],\n },\n withPackages: {\n description: \"Install all bundled first-party pm packages during initialization.\",\n },\n createMode: {\n description: \"Create required-option policy mode.\",\n examples: [\"strict\", \"progressive\"],\n },\n schedulePreset: {\n description: \"Schedule-centric create preset for Reminder, Meeting, and Event types.\",\n examples: [\"lightweight\"],\n },\n status: {\n description:\n \"Item status value. Statuses are project-configurable via .agents/pm/settings.json (schema block); the built-in defaults are draft, open, in_progress, blocked, closed, canceled. Custom statuses defined for the project are accepted — discover the active set with the pm_contracts tool (workspace.statuses) or `pm contracts`. Unknown statuses are rejected at runtime with a did-you-mean hint rather than blocked by a fixed schema enum.\",\n examples: [\"open\", \"in_progress\"],\n },\n priority: {\n description: \"Priority value in range 0..4.\",\n examples: [0, 1, \"2\"],\n },\n order: {\n description: \"Planning order/rank value for create/update, or sort direction (asc|desc) for list-family sorting.\",\n examples: [0, 1, \"2\", \"asc\", \"desc\"],\n },\n sort: {\n description: \"List-family sort field selector.\",\n examples: [\"priority\", \"deadline\", \"updated_at\", \"created_at\", \"title\", \"parent\"],\n },\n tags: {\n description: \"Comma-delimited tag list.\",\n examples: [\"pm-cli,agent-ux\"],\n },\n addTags: {\n description: \"Tags to add to the existing list without replacing it. Each entry may be CSV or a JSON array.\",\n examples: [[\"agent-ux\"], [\"fix\", \"security\"]],\n },\n removeTags: {\n description: \"Tags to remove from the existing list. Each entry may be CSV or a JSON array.\",\n examples: [[\"stale\"], [\"legacy\", \"wontfix\"]],\n },\n deadline: {\n description: \"ISO/date timestamp or relative offset (+6h/+1d/+2w/+6m).\",\n examples: [\"2026-04-01T00:00:00.000Z\", \"+1d\"],\n },\n estimate: {\n description: \"Estimated effort in minutes.\",\n examples: [60, \"120\"],\n },\n acceptanceCriteria: {\n description: \"Acceptance criteria text.\",\n },\n author: {\n description: \"Mutation author identity.\",\n examples: [\"codex-agent\"],\n },\n message: {\n description: \"History message for mutation audit trail.\",\n },\n assignee: {\n description: \"Assignee identity.\",\n examples: [\"codex-agent\"],\n },\n assigneeFilter: {\n description: \"Assignee presence selector for list/calendar/context/comments-audit filters.\",\n examples: [\"assigned\", \"unassigned\"],\n },\n parent: {\n description: \"Parent item ID filter for hierarchical list queries.\",\n examples: [\"pm-epic01\"],\n },\n unset: {\n description: \"Repeatable list of front-matter fields to clear explicitly during create/update mutations.\",\n examples: [[\"deadline\", \"assignee\"], [\"close-reason\"]],\n },\n clearDeps: {\n description: \"When true, clear linked dependencies.\",\n },\n replaceDeps: {\n description: \"When true for update, atomically replace dependencies with the supplied --dep values.\",\n },\n replaceTests: {\n description: \"When true for update, atomically replace linked tests with the supplied --test values.\",\n },\n clearComments: {\n description: \"When true, clear item comments.\",\n },\n clearNotes: {\n description: \"When true, clear item notes.\",\n },\n clearLearnings: {\n description: \"When true, clear item learnings.\",\n },\n clearFiles: {\n description: \"When true, clear linked files.\",\n },\n clearTests: {\n description: \"When true, clear linked tests.\",\n },\n clearDocs: {\n description: \"When true, clear linked docs.\",\n },\n clearReminders: {\n description: \"When true, clear reminders.\",\n },\n clearEvents: {\n description: \"When true, clear events.\",\n },\n clearTypeOptions: {\n description: \"When true, clear type option metadata.\",\n },\n clearCriteria: {\n description:\n \"When true for config set criteria-list keys (definition-of-done, metadata-required-fields, lifecycle pattern lists), clear the criteria list.\",\n },\n mode: {\n description:\n \"Mode selector for search/reindex (keyword|semantic|hybrid) and dedupe-audit (title_exact|title_fuzzy|parent_scope).\",\n examples: [\"keyword\", \"hybrid\", \"title_exact\"],\n },\n op: {\n description: \"History operation filter for activity output.\",\n examples: [\"create\", \"update\", \"close\", \"update_audit\"],\n },\n fullPeriod: {\n description: \"For day/week/month calendar views, include the full anchored period instead of clipping the start to now.\",\n },\n progress: {\n description: \"Emit progress diagnostics to stderr for long-running operations.\",\n },\n background: {\n description: \"Run linked tests in managed background mode.\",\n },\n envSet: {\n description: \"Repeatable runtime environment KEY=VALUE overrides for linked-test execution.\",\n examples: [[\"PORT=0\", \"PLAYWRIGHT_HTML_OPEN=never\"]],\n },\n envClear: {\n description: \"Repeatable runtime environment variable names to clear before linked-test execution.\",\n examples: [[\"PLAYWRIGHT_BASE_URL\"]],\n },\n sharedHostSafe: {\n description: \"Apply additive shared-host-safe runtime defaults during linked-test execution.\",\n },\n pmContext: {\n description:\n \"PM linked-test context mode (schema keeps isolated tracker data; tracker seeds source tracker data; auto uses tracker for PM tracker-read linked commands).\",\n examples: [\"schema\", \"tracker\", \"auto\"],\n },\n overrideLinkedPmContext: {\n description: \"Force run-level --pm-context to override per-linked-test pm_context_mode metadata for all linked-test entries.\",\n },\n failOnContextMismatch: {\n description: \"Fail linked PM command runs when source and sandbox tracker item counts differ.\",\n },\n failOnSkipped: {\n description: \"Treat skipped linked tests as dependency-failed policy violations.\",\n },\n failOnEmptyTestRun: {\n description: \"Treat successful linked-test commands that report zero executed tests as failures.\",\n },\n requireAssertionsForPm: {\n description: \"Require assertion metadata for linked PM command test entries during run execution.\",\n },\n checkContext: {\n description: \"Run linked PM command context preflight diagnostics before command execution.\",\n },\n autoPmContext: {\n description:\n \"Auto-remediate PM tracker-read linked commands by routing those entries through tracker context regardless of linked-test pm_context_mode overrides.\",\n },\n dryRun: {\n description: \"Preview command effects without mutating storage artifacts.\",\n },\n gcScope: {\n description: \"Repeatable gc scope selector values (index, embeddings, runtime, locks).\",\n examples: [[\"index\", \"embeddings\"], [\"runtime\"], [\"locks\"]],\n },\n storage: {\n description:\n \"For stats action: include aggregate history-stream storage metrics (total streams/lines/bytes, largest + deepest streams, oldest/newest entries) for compaction and storage planning.\",\n },\n offset: {\n description: \"Number of matching rows to skip before limit is applied.\",\n examples: [0, 50, \"100\"],\n },\n limitItems: {\n description: \"Maximum number of filtered items to include in comments-audit output (alias: --limit).\",\n examples: [10, \"25\"],\n },\n fullHistory: {\n description: \"When true for comments-audit, export full per-item comment history rows; cannot be combined with latest.\",\n },\n latest: {\n description: \"Number of most recent comments to include per item in comments-audit output (use 0 for summary-only item rows).\",\n examples: [0, 1, \"3\"],\n },\n literal: {\n description: \"Repeatable literal matcher used by history-redact to scrub exact string values.\",\n examples: [\"[redacted_path_prefix]/private/path\"],\n },\n regex: {\n description:\n \"Repeatable regex matcher used by history-redact. Accepts either /pattern/flags or a raw pattern (global mode is auto-enabled).\",\n examples: [\"/192\\\\\\\\.168\\\\\\\\.[0-9.]+/g\", \"token=[A-Za-z0-9_-]+\"],\n },\n replacement: {\n description: 'Replacement text used by history-redact (defaults to \"[redacted]\").',\n examples: [\"[scrubbed_path]\"],\n },\n validateClose: {\n description: 'Close-time metadata validation mode (\"off\", \"warn\", or \"strict\").',\n examples: [\"off\", \"warn\", \"strict\"],\n },\n checkMetadata: {\n description: \"Run metadata completeness checks.\",\n },\n metadataProfile: {\n description: \"Select metadata validation profile for --check-metadata.\",\n examples: [\"core\", \"strict\", \"custom\"],\n },\n checkResolution: {\n description: \"Run closed-item resolution metadata checks.\",\n },\n checkLifecycle: {\n description: \"Run active-item lifecycle governance drift checks.\",\n },\n checkStaleBlockers: {\n description: \"Include stale blocker-pattern diagnostics in lifecycle checks.\",\n },\n dependencyCycleSeverity: {\n description: \"Set dependency-cycle warning policy for lifecycle checks.\",\n examples: [\"off\", \"warn\", \"error\"],\n },\n checkFiles: {\n description: \"Run linked-file and orphaned-file checks.\",\n },\n strictDirectories: {\n description: \"Treat optional item-type directories as required health failures.\",\n },\n checkOnly: {\n description: \"For health action, run read-only diagnostics without refreshing vectors.\",\n },\n checkTelemetry: {\n description: \"For health action, probe telemetry endpoint health and include network diagnostics.\",\n },\n noRefresh: {\n description: \"For health action, skip vector refresh while still running checks.\",\n },\n refreshVectors: {\n description: \"For health action, explicitly refresh stale vectors.\",\n },\n verboseStaleItems: {\n description: \"For health action, include full stale-item arrays in vectorization details.\",\n },\n skipVectors: {\n description: \"For health action, skip vectorization checks for a faster diagnostic run.\",\n },\n skipIntegrity: {\n description: \"For health action, skip item/history file integrity checks for a faster diagnostic run.\",\n },\n skipDrift: {\n description: \"For health action, skip history drift hash checks for a faster diagnostic run.\",\n },\n scanMode: {\n description: \"Select file candidate scan mode for --check-files.\",\n examples: [\"default\", \"tracked-all\", \"tracked-all-strict\"],\n },\n includePmInternals: {\n description: \"Include PM storage internals in tracked-all candidate scans.\",\n },\n verboseFileLists: {\n description: \"For validate action, include full file-path lists for --check-files details.\",\n },\n verboseDiagnostics: {\n description: \"For validate action, include full diagnostic ID lists instead of compact summaries.\",\n },\n strictExit: {\n description: \"Return non-zero exit when health/validate/extension-doctor warnings are present.\",\n },\n failOnWarn: {\n description: \"Alias for strictExit in health/validate/extension-doctor action payloads.\",\n },\n fixHints: {\n description: \"For validate action, add a machine-executable fix_hints[] of pm commands to each failing check's details.\",\n },\n checkHistoryDrift: {\n description: \"Run item/history hash drift checks.\",\n },\n checkCommandReferences: {\n description: \"Run linked-command PM-ID reference checks.\",\n },\n allowAuditNote: {\n description: \"For notes action, allow non-owner append-only note audits without requiring --force.\",\n },\n allowAuditLearning: {\n description: \"For learnings action, allow non-owner append-only learning audits without requiring --force.\",\n },\n allowAuditComment: {\n description: \"For comments action, allow non-owner append-only comment audits without requiring --force.\",\n },\n stdin: {\n description: \"When true for comments action, read comment text from piped stdin (supports multiline markdown).\",\n },\n file: {\n description: \"Path to input file for actions that read payload text, such as comments --file.\",\n examples: [\"notes/comment.md\"],\n },\n allowAuditUpdate: {\n description: \"Allow non-owner metadata-only update audits without requiring --force.\",\n },\n allowAuditDepUpdate: {\n description: \"Allow non-owner append-only dependency update audits without requiring --force.\",\n },\n allowAuditRelease: {\n description: \"Allow non-owner release handoffs that clear assignee metadata without requiring --force.\",\n },\n preserveSourceIds: {\n description: \"Preserve explicit source IDs during Beads imports instead of normalizing to tracker prefix.\",\n examples: [true],\n },\n appendStable: {\n description: \"When true for files action, preserve existing linked-file order and append new links without full-array resorting.\",\n },\n discover: {\n description: \"When true for files action, use `pm files discover <id>` to scan item text for referenced file paths.\",\n },\n apply: {\n description: \"When true for files discovery, add missing discovered file links instead of returning a dry-run preview.\",\n },\n discoveryNote: {\n description: \"Note attached to file links added by files discovery.\",\n examples: [\"discovered from item text\"],\n },\n stream: {\n description:\n \"Stream selector: test-runs logs accepts stdout|stderr|both; activity accepts boolean/rows|ndjson|jsonl for line-delimited output.\",\n examples: [\"stderr\", \"stdout\", \"both\", \"rows\", \"ndjson\", \"jsonl\", true],\n },\n tail: {\n description: \"Number of lines to tail for background run logs.\",\n examples: [100],\n },\n query: {\n description: \"Search query text for search action.\",\n },\n keywords: {\n description: \"Alias for query in search action payloads.\",\n },\n includeLinked: {\n description: \"Include readable linked docs/files/tests content in keyword and hybrid lexical scoring.\",\n },\n titleExact: {\n description: \"For search action, require exact normalized title match for the full query string.\",\n },\n phraseExact: {\n description: \"For search action, require exact normalized query phrase match in item text fields.\",\n },\n includeBody: {\n description: \"When true for list-family actions, include item body text in projected rows.\",\n },\n compact: {\n description: \"Render compact projection output for search and list-family actions.\",\n },\n full: {\n description: \"Enable command-specific full/detail output mode when supported, such as deep item reads for get or full payload mode for search/history.\",\n },\n fields: {\n description: \"Comma-separated projection fields for get, search, or list-family outputs.\",\n examples: [\"id,title,status,parent,type\", \"id,title,score,matched_fields\"],\n },\n groupBy: {\n description:\n \"Comma-separated aggregate grouping fields (supported: parent,type,priority,status,assignee,tags,sprint,release).\",\n examples: [\"parent,type\", \"type,status\", \"priority,assignee\", \"tags\", \"sprint,release\"],\n },\n count: {\n description: \"Enable grouped count output for aggregate action.\",\n },\n includeUnparented: {\n description: \"Include unparented rows when aggregate grouping includes parent.\",\n },\n maxDepth: {\n description: \"Maximum dependency traversal depth for deps action (0 keeps only the root node).\",\n examples: [0, 1, \"2\"],\n },\n collapse: {\n description: 'Dependency tree collapse mode for deps action (\"none\" or \"repeated\").',\n examples: [\"none\", \"repeated\"],\n },\n summary: {\n description: \"When true for deps action, return counts only without full tree/graph payloads.\",\n },\n threshold: {\n description: \"Dedupe-audit fuzzy title similarity threshold between 0 and 1.\",\n examples: [0.5, \"0.75\"],\n },\n shell: {\n description: \"Shell target for completion generation.\",\n examples: [\"bash\"],\n },\n eagerTags: {\n description: \"When true for completion, eagerly embed current tracker tags into generated scripts (legacy mode).\",\n },\n contractAction: {\n description: \"Filter contracts schema to one tool action.\",\n examples: [\"create\", \"update\"],\n },\n command: {\n description: \"Scope contracts output to one CLI command name; action/schema surfaces narrow by default.\",\n examples: [\"create\", \"search\", \"list\"],\n },\n schemaOnly: {\n description: \"When true, contracts action returns schema-focused payloads (mutually exclusive with flagsOnly/availabilityOnly).\",\n },\n flagsOnly: {\n description: \"When true, contracts action returns only command flag surface payloads (mutually exclusive projection mode).\",\n },\n availabilityOnly: {\n description: \"When true, contracts action returns only action availability payloads (mutually exclusive projection mode).\",\n },\n runtimeOnly: {\n description: \"When true, contracts action only includes actions invocable in the current runtime.\",\n },\n activeOnly: {\n description: \"Alias for runtimeOnly in contracts action payloads.\",\n },\n depth: {\n description: \"Context depth level controlling how many sections are included (brief=focus+agenda, standard=+hierarchy/activity/progress/workload, deep=all sections).\",\n examples: [\"brief\", \"standard\", \"deep\"],\n },\n section: {\n description: \"Repeatable section selector for context; overrides --depth when provided.\",\n examples: [[\"hierarchy\", \"activity\"], [\"blockers\", \"files\", \"staleness\"]],\n },\n activityLimit: {\n description: \"Maximum number of recent activity entries to include in context output.\",\n examples: [5, 10, \"20\"],\n },\n staleThreshold: {\n description: \"Staleness cutoff in days for context staleness section (e.g. 7 or 7d).\",\n examples: [\"7\", \"14d\", \"30\"],\n },\n};\n"],"names":[],"mappings":"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","debugId":"a89d0b2a-cf33-59eb-bc80-b06b935b63e2"}
1
+ {"version":3,"file":"tool-parameter-tables.js","sources":["sdk/cli-contracts/tool-parameter-tables.ts"],"sourceRoot":"/","sourcesContent":["import {\n PLAN_HARNESS_VALUES,\n PLAN_MODE_VALUES,\n PLAN_STEP_LINK_KIND_VALUES,\n PLAN_STEP_STATUS_VALUES,\n} from \"../../types/index.js\";\n\nexport const PM_TOOL_PARAMETER_PROPERTIES: Record<string, unknown> = {\n json: { type: \"boolean\", default: true },\n quiet: { type: \"boolean\" },\n profile: { type: \"boolean\" },\n noExtensions: { type: \"boolean\" },\n noPager: { type: \"boolean\" },\n path: { type: \"string\" },\n pmExecutable: { type: \"string\" },\n timeoutMs: { type: \"number\" },\n id: { type: \"string\" },\n target: { type: \"string\" },\n github: { type: \"string\" },\n ref: { type: \"string\" },\n query: { type: \"string\" },\n keywords: { type: \"string\" },\n fields: { type: \"string\" },\n sort: { type: \"string\", enum: [\"priority\", \"deadline\", \"updated_at\", \"created_at\", \"title\", \"parent\"] },\n prefix: { type: \"string\" },\n preset: { type: \"string\", enum: [\"minimal\", \"default\", \"strict\", \"custom\"] },\n typePreset: { type: \"string\", enum: [\"agile\", \"ops\", \"research\"] },\n defaults: { type: \"boolean\" },\n verbose: { type: \"boolean\" },\n agentGuidance: { type: \"string\", enum: [\"ask\", \"add\", \"skip\", \"status\"] },\n withPackages: { type: \"boolean\" },\n scope: { type: \"string\", enum: [\"project\", \"global\"] },\n contractAction: { type: \"string\" },\n command: { type: \"string\" },\n schemaOnly: { type: \"boolean\" },\n flagsOnly: { type: \"boolean\" },\n availabilityOnly: { type: \"boolean\" },\n runtimeOnly: { type: \"boolean\" },\n activeOnly: { type: \"boolean\" },\n eagerTags: { type: \"boolean\" },\n configAction: { type: \"string\", enum: [\"get\", \"set\", \"list\", \"export\"] },\n key: { type: \"string\" },\n title: { type: \"string\" },\n description: { type: \"string\" },\n type: { type: \"string\" },\n template: { type: \"string\" },\n createMode: { type: \"string\", enum: [\"strict\", \"progressive\"] },\n schedulePreset: { type: \"string\", enum: [\"lightweight\"] },\n status: { type: \"string\" },\n filterStatus: { type: \"string\" },\n filterType: { type: \"string\" },\n filterTag: { type: \"string\" },\n filterPriority: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n filterDeadlineBefore: { type: \"string\" },\n filterDeadlineAfter: { type: \"string\" },\n filterUpdatedAfter: { type: \"string\" },\n filterUpdatedBefore: { type: \"string\" },\n filterCreatedAfter: { type: \"string\" },\n filterCreatedBefore: { type: \"string\" },\n filterAssignee: { type: \"string\" },\n filterAssigneeFilter: { type: \"string\", enum: [\"assigned\", \"unassigned\"] },\n filterParent: { type: \"string\" },\n filterSprint: { type: \"string\" },\n filterRelease: { type: \"string\" },\n closeReason: { type: \"string\" },\n reason: { type: \"string\" },\n priority: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n tags: { type: \"string\" },\n addTags: { type: \"array\", items: { type: \"string\" } },\n removeTags: { type: \"array\", items: { type: \"string\" } },\n body: { type: \"string\" },\n deadline: { type: \"string\" },\n estimate: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n acceptanceCriteria: { type: \"string\" },\n author: { type: \"string\" },\n message: { type: \"string\" },\n assignee: { type: \"string\" },\n assigneeFilter: { type: \"string\", enum: [\"assigned\", \"unassigned\"] },\n parent: { type: \"string\" },\n reviewer: { type: \"string\" },\n risk: { type: \"string\" },\n confidence: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n sprint: { type: \"string\" },\n release: { type: \"string\" },\n blockedBy: { type: \"string\" },\n blockedReason: { type: \"string\" },\n unblockNote: { type: \"string\" },\n reporter: { type: \"string\" },\n severity: { type: \"string\" },\n environment: { type: \"string\" },\n reproSteps: { type: \"string\" },\n resolution: { type: \"string\" },\n expectedResult: { type: \"string\" },\n actualResult: { type: \"string\" },\n affectedVersion: { type: \"string\" },\n fixedVersion: { type: \"string\" },\n component: { type: \"string\" },\n regression: { anyOf: [{ type: \"boolean\" }, { type: \"string\" }, { type: \"number\" }] },\n customerImpact: { type: \"string\" },\n definitionOfReady: { type: \"string\" },\n order: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n goal: { type: \"string\" },\n objective: { type: \"string\" },\n value: { type: \"string\" },\n impact: { type: \"string\" },\n outcome: { type: \"string\" },\n whyNow: { type: \"string\" },\n mode: {\n type: \"string\",\n enum: [\"keyword\", \"semantic\", \"hybrid\", \"title_exact\", \"title_fuzzy\", \"parent_scope\"],\n },\n semanticWeight: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n op: { type: \"string\" },\n compact: { type: \"boolean\" },\n brief: { type: \"boolean\" },\n full: { type: \"boolean\" },\n view: { type: \"string\", enum: [\"agenda\", \"day\", \"week\", \"month\"] },\n date: { type: \"string\" },\n from: { type: \"string\" },\n before: { type: \"string\" },\n to: { type: \"string\" },\n past: { type: \"boolean\" },\n fullPeriod: { type: \"boolean\" },\n include: { type: \"string\" },\n recurrenceLookaheadDays: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n recurrenceLookbackDays: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n occurrenceLimit: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n includeLinked: { type: \"boolean\" },\n semantic: { type: \"boolean\" },\n hybrid: { type: \"boolean\" },\n titleExact: { type: \"boolean\" },\n phraseExact: { type: \"boolean\" },\n includeBody: { type: \"boolean\" },\n tag: { type: \"string\" },\n deadlineBefore: { type: \"string\" },\n deadlineAfter: { type: \"string\" },\n updatedAfter: { type: \"string\" },\n updatedBefore: { type: \"string\" },\n createdAfter: { type: \"string\" },\n createdBefore: { type: \"string\" },\n ids: { type: \"string\" },\n limit: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n limitItems: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n fullHistory: { type: \"boolean\" },\n latest: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n offset: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n progress: { type: \"boolean\" },\n background: { type: \"boolean\" },\n runId: { type: \"string\" },\n stream: {\n anyOf: [{ type: \"boolean\" }, { type: \"string\", enum: [\"stdout\", \"stderr\", \"both\", \"rows\", \"ndjson\", \"jsonl\"] }],\n },\n tail: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n envSet: { type: \"array\", items: { type: \"string\" } },\n envClear: { type: \"array\", items: { type: \"string\" } },\n sharedHostSafe: { type: \"boolean\" },\n detail: { type: \"string\", enum: [\"summary\", \"deep\"] },\n trace: { type: \"boolean\" },\n reload: { type: \"boolean\" },\n watch: { type: \"boolean\" },\n runtimeProbe: { type: \"boolean\" },\n fixManagedState: { type: \"boolean\" },\n pmContext: { type: \"string\", enum: [\"schema\", \"tracker\", \"auto\"] },\n overrideLinkedPmContext: { type: \"boolean\" },\n failOnContextMismatch: { type: \"boolean\" },\n failOnSkipped: { type: \"boolean\" },\n failOnEmptyTestRun: { type: \"boolean\" },\n requireAssertionsForPm: { type: \"boolean\" },\n checkContext: { type: \"boolean\" },\n autoPmContext: { type: \"boolean\" },\n diff: { type: \"boolean\" },\n storage: { type: \"boolean\" },\n verify: { type: \"boolean\" },\n literal: { type: \"array\", items: { type: \"string\" } },\n regex: { type: \"array\", items: { type: \"string\" } },\n replacement: { type: \"string\" },\n timeout: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n validateClose: { type: \"string\", enum: [\"off\", \"warn\", \"strict\"] },\n checkMetadata: { type: \"boolean\" },\n metadataProfile: { type: \"string\", enum: [\"core\", \"strict\", \"custom\"] },\n checkResolution: { type: \"boolean\" },\n checkLifecycle: { type: \"boolean\" },\n checkStaleBlockers: { type: \"boolean\" },\n dependencyCycleSeverity: { type: \"string\", enum: [\"off\", \"warn\", \"error\"] },\n checkFiles: { type: \"boolean\" },\n strictDirectories: { type: \"boolean\" },\n checkOnly: { type: \"boolean\" },\n checkTelemetry: { type: \"boolean\" },\n noRefresh: { type: \"boolean\" },\n refreshVectors: { type: \"boolean\" },\n verboseStaleItems: { type: \"boolean\" },\n skipVectors: { type: \"boolean\" },\n skipIntegrity: { type: \"boolean\" },\n skipDrift: { type: \"boolean\" },\n verboseDiagnostics: { type: \"boolean\" },\n scanMode: { type: \"string\", enum: [\"default\", \"tracked-all\", \"tracked-all-strict\"] },\n includePmInternals: { type: \"boolean\" },\n verboseFileLists: { type: \"boolean\" },\n strictExit: { type: \"boolean\" },\n failOnWarn: { type: \"boolean\" },\n fixHints: { type: \"boolean\" },\n checkHistoryDrift: { type: \"boolean\" },\n checkCommandReferences: { type: \"boolean\" },\n allowAuditNote: { type: \"boolean\" },\n allowAuditLearning: { type: \"boolean\" },\n allowAuditComment: { type: \"boolean\" },\n allowAuditUpdate: { type: \"boolean\" },\n allowAuditDepUpdate: { type: \"boolean\" },\n allowAuditRelease: { type: \"boolean\" },\n dryRun: { type: \"boolean\" },\n cliOnly: { type: \"boolean\" },\n packagesOnly: { type: \"boolean\" },\n repair: { type: \"boolean\" },\n packageName: { type: \"string\" },\n rollback: { type: \"string\" },\n noCheckpoint: { type: \"boolean\" },\n force: { type: \"boolean\" },\n run: { type: \"boolean\" },\n count: { type: \"boolean\" },\n sum: { type: \"string\" },\n avg: { type: \"string\" },\n tree: { type: \"boolean\" },\n treeDepth: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n includeUnparented: { type: \"boolean\" },\n gcScope: {\n type: \"array\",\n items: { type: \"string\", enum: [\"index\", \"embeddings\", \"runtime\", \"locks\"] },\n },\n maxDepth: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n collapse: { type: \"string\", enum: [\"none\", \"repeated\"] },\n summary: { type: \"boolean\" },\n shell: { type: \"string\", enum: [\"bash\", \"zsh\", \"fish\"] },\n stdin: { type: \"boolean\" },\n file: { type: \"string\" },\n preserveSourceIds: { type: \"boolean\" },\n folder: { type: \"string\" },\n subcommand: { type: \"string\" },\n name: { type: \"string\" },\n defaultStatus: { type: \"string\" },\n alias: { type: \"array\", items: { type: \"string\" } },\n role: { type: \"array\", items: { type: \"string\" } },\n text: { type: \"string\" },\n add: { type: \"array\", items: { type: \"string\" } },\n addGlob: { type: \"array\", items: { type: \"string\" } },\n remove: { type: \"array\", items: { type: \"string\" } },\n migrate: { type: \"array\", items: { type: \"string\" } },\n discover: { type: \"boolean\" },\n apply: { type: \"boolean\" },\n discoveryNote: { type: \"string\" },\n appendStable: { type: \"boolean\" },\n validatePaths: { type: \"boolean\" },\n audit: { type: \"boolean\" },\n dep: { type: \"array\", items: { type: \"string\" } },\n depRemove: { type: \"array\", items: { type: \"string\" } },\n replaceDeps: { type: \"boolean\" },\n replaceTests: { type: \"boolean\" },\n comment: { type: \"array\", items: { type: \"string\" } },\n note: { type: \"array\", items: { type: \"string\" } },\n learning: { type: \"array\", items: { type: \"string\" } },\n linkedFile: { type: \"array\", items: { type: \"string\" } },\n linkedTest: { type: \"array\", items: { type: \"string\" } },\n doc: { type: \"array\", items: { type: \"string\" } },\n reminder: { type: \"array\", items: { type: \"string\" } },\n event: { type: \"array\", items: { type: \"string\" } },\n typeOption: { type: \"array\", items: { type: \"string\" } },\n field: { type: \"array\", items: { type: \"string\" } },\n unset: { type: \"array\", items: { type: \"string\" } },\n clearDeps: { type: \"boolean\" },\n clearComments: { type: \"boolean\" },\n clearNotes: { type: \"boolean\" },\n clearLearnings: { type: \"boolean\" },\n clearFiles: { type: \"boolean\" },\n clearTests: { type: \"boolean\" },\n clearDocs: { type: \"boolean\" },\n clearReminders: { type: \"boolean\" },\n clearEvents: { type: \"boolean\" },\n clearTypeOptions: { type: \"boolean\" },\n criterion: { type: \"array\", items: { type: \"string\" } },\n clearCriteria: { type: \"boolean\" },\n groupBy: { type: \"string\" },\n threshold: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n format: { type: \"string\" },\n depth: { type: \"string\", enum: [\"brief\", \"standard\", \"deep\"] },\n section: { type: \"array\", items: { type: \"string\", enum: [\"hierarchy\", \"activity\", \"progress\", \"blockers\", \"files\", \"workload\", \"staleness\", \"tests\"] } },\n activityLimit: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n staleThreshold: { type: \"string\" },\n policy: { type: \"string\" },\n};\n\nexport const PLAN_SUBCOMMAND_VALUES = [\n \"create\",\n \"show\",\n \"add-step\",\n \"update-step\",\n \"complete-step\",\n \"block-step\",\n \"reorder-step\",\n \"remove-step\",\n \"link\",\n \"unlink\",\n \"decision\",\n \"discovery\",\n \"validation\",\n \"resume\",\n \"approve\",\n \"materialize\",\n] as const;\n\nexport const PLAN_ACTION_PARAMETER_PROPERTIES: Record<string, unknown> = {\n subcommand: { type: \"string\", enum: [...PLAN_SUBCOMMAND_VALUES] },\n stepRef: { type: \"string\" },\n reorderTo: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n scope: { type: \"string\" },\n harness: { type: \"string\", enum: [...PLAN_HARNESS_VALUES] },\n mode: { type: \"string\", enum: [...PLAN_MODE_VALUES] },\n resumeContext: { type: \"string\" },\n related: { type: \"string\" },\n blocks: { type: \"string\" },\n claim: { type: \"boolean\" },\n fromSearch: { type: \"string\" },\n stepTitle: { type: \"string\" },\n stepBody: { type: \"string\" },\n stepOwner: { type: \"string\" },\n stepStatus: { type: \"string\", enum: [...PLAN_STEP_STATUS_VALUES] },\n stepEvidence: { type: \"string\" },\n stepBlockedReason: { type: \"string\" },\n stepReplacement: { type: \"string\" },\n dependsOn: { type: \"string\" },\n link: { type: \"string\" },\n linkKind: { type: \"string\", enum: [...PLAN_STEP_LINK_KIND_VALUES] },\n linkNote: { type: \"string\" },\n promoteToItemDep: { type: \"boolean\" },\n allowMultipleActive: { type: \"boolean\" },\n file: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n test: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n doc: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n decisionText: { type: \"string\" },\n decision: { type: \"string\" },\n decisionRationale: { type: \"string\" },\n decisionEvidence: { type: \"string\" },\n discoveryText: { type: \"string\" },\n discovery: { type: \"string\" },\n validationText: { type: \"string\" },\n validation: { type: \"string\" },\n validationCommand: { type: \"string\" },\n validationExpected: { type: \"string\" },\n steps: { type: \"array\", items: { type: \"string\" } },\n materializeType: { type: \"string\" },\n materializeParent: { type: \"string\" },\n materializeTags: { type: \"string\" },\n};\n\nexport const PLAN_ACTION_PARAMETER_METADATA: Record<string, { description: string; examples?: unknown[] }> = {\n subcommand: {\n description: \"Plan workflow operation to run.\",\n examples: [\"create\", \"show\", \"add-step\", \"approve\"],\n },\n stepRef: {\n description: \"Plan step id or order for step lifecycle subcommands.\",\n examples: [\"plan-step-001\", \"1\"],\n },\n reorderTo: {\n description: \"New integer order for reorder-step.\",\n examples: [1, \"2\"],\n },\n scope: {\n description: \"Short free-text scope statement describing what the Plan covers.\",\n examples: [\"Release readiness audit\", \"Search package migration\"],\n },\n mode: {\n description: \"Plan lifecycle mode.\",\n examples: [\"draft\", \"research\", \"approved\"],\n },\n file: {\n description: \"File link to attach while creating or materializing a Plan.\",\n examples: [\"path=src/cli.ts,note=implementation surface\"],\n },\n test: {\n description: \"Test command link to attach while creating or materializing a Plan.\",\n examples: [\"command=pnpm build,timeout_seconds=300\"],\n },\n doc: {\n description: \"Documentation link to attach while creating or materializing a Plan.\",\n examples: [\"path=docs/SDK.md,note=public API reference\"],\n },\n};\n\nexport const PM_TOOL_PARAMETER_METADATA: Record<string, { description: string; examples?: unknown[] }> = {\n action: {\n description: \"Tool action to execute.\",\n },\n path: {\n description: \"Optional PM data root override for this invocation.\",\n examples: [\".agents/pm\"],\n },\n scope: {\n description: \"Scope selector for commands that operate on project or global state. Linked files, docs, and tests default to project scope when omitted.\",\n examples: [\"project\", \"global\"],\n },\n detail: {\n description: \"Detail mode for commands that support concise and deep diagnostics.\",\n examples: [\"summary\", \"deep\"],\n },\n trace: {\n description: \"When true for extension-doctor, include actionable registration traces in deep diagnostics.\",\n },\n reload: {\n description: \"When true for extension action payloads, trigger cache-busted extension module reload.\",\n },\n watch: {\n description: \"When true for extension-reload/extension action payloads, enable watch mode semantics.\",\n },\n runtimeProbe: {\n description: \"When true for extension-manage, run a doctor-like runtime activation probe for parity fields.\",\n },\n fixManagedState: {\n description: \"When true for extension-manage/extension-doctor, adopt unmanaged extensions before diagnostics/update checks.\",\n },\n target: {\n description: \"Positional target argument for the selected action (ID, source, package source, or extension name).\",\n examples: [\"pm-a1b2\", \".agents/pm/extensions/sample\", \"sample-extension\"],\n },\n github: {\n description: \"GitHub shorthand owner/repo[/path] source for package/extension install actions.\",\n examples: [\"org/repo/extensions/sample\"],\n },\n ref: {\n description: \"Git ref/branch/tag used when installing from GitHub shorthand/URL sources.\",\n examples: [\"main\", \"v1.0.0\"],\n },\n cliOnly: {\n description: \"Restrict upgrade to the pm CLI/SDK npm package.\",\n },\n packagesOnly: {\n description: \"Restrict upgrade to managed installable pm packages.\",\n },\n repair: {\n description: \"Force npm global reinstall semantics when upgrading the pm CLI/SDK.\",\n },\n tag: {\n description: \"npm version or dist-tag used for CLI and registry package upgrades.\",\n examples: [\"latest\", \"next\", \"2026.5.11\"],\n },\n packageName: {\n description: \"Override the pm CLI package name for self-upgrade automation and tests.\",\n examples: [\"@unbrained/pm-cli\"],\n },\n json: {\n description: \"Emit machine-readable JSON output.\",\n },\n quiet: {\n description: \"Suppress stdout payload output.\",\n },\n noExtensions: {\n description: \"Disable extension loading for this invocation.\",\n },\n noPager: {\n description: \"Disable pager integration for help and long output.\",\n },\n profile: {\n description: \"Emit deterministic timing diagnostics to stderr.\",\n },\n timeoutMs: {\n description: \"Tool execution timeout in milliseconds.\",\n examples: [120000],\n },\n id: {\n description: \"Item identifier for read or mutation actions.\",\n examples: [\"pm-a1b2\"],\n },\n runId: {\n description: \"Background test run identifier.\",\n examples: [\"tr-kq9x3f-93acde\"],\n },\n title: {\n description: \"Item title text.\",\n },\n description: {\n description: \"Item description text.\",\n },\n type: {\n description: \"Item type name from the active runtime type registry.\",\n examples: [\"Task\", \"Feature\"],\n },\n subcommand: {\n description: \"Subcommand selector for schema and telemetry actions.\",\n },\n name: {\n description:\n \"Custom item type name (schema add-type/remove-type/show) or custom status id (schema add-status/remove-status).\",\n examples: [\"Spike\", \"review\"],\n },\n defaultStatus: {\n description: \"Default status hint recorded for a custom item type.\",\n examples: [\"open\"],\n },\n alias: {\n description: \"Aliases for the custom item type or status (repeatable).\",\n examples: [[\"spike\", \"research\"]],\n },\n role: {\n description:\n \"Lifecycle roles for a custom status (schema add-status): draft, active, blocked, terminal, terminal_done, terminal_canceled, default_open, default_close, default_cancel.\",\n examples: [[\"active\"], [\"terminal\", \"terminal_done\"]],\n },\n preset: {\n description: \"Governance preset for initialization flows.\",\n examples: [\"minimal\", \"default\", \"strict\"],\n },\n typePreset: {\n description: \"Domain item-type preset registered during initialization.\",\n examples: [\"agile\", \"ops\", \"research\"],\n },\n defaults: {\n description: \"Use non-interactive setup defaults during initialization.\",\n },\n verbose: {\n description: \"Include the full resolved settings tree in init output.\",\n },\n agentGuidance: {\n description: \"Control AGENTS.md/CLAUDE.md guidance behavior during init: ask, add, skip, or status.\",\n examples: [\"ask\", \"add\", \"skip\", \"status\"],\n },\n withPackages: {\n description: \"Install all bundled first-party pm packages during initialization.\",\n },\n createMode: {\n description: \"Create required-option policy mode.\",\n examples: [\"strict\", \"progressive\"],\n },\n schedulePreset: {\n description: \"Schedule-centric create preset for Reminder, Meeting, and Event types.\",\n examples: [\"lightweight\"],\n },\n status: {\n description:\n \"Item status value. Statuses are project-configurable via .agents/pm/settings.json (schema block); the built-in defaults are draft, open, in_progress, blocked, closed, canceled. Custom statuses defined for the project are accepted — discover the active set with the pm_contracts tool (workspace.statuses) or `pm contracts`. Unknown statuses are rejected at runtime with a did-you-mean hint rather than blocked by a fixed schema enum.\",\n examples: [\"open\", \"in_progress\"],\n },\n priority: {\n description: \"Priority value in range 0..4.\",\n examples: [0, 1, \"2\"],\n },\n order: {\n description: \"Planning order/rank value for create/update, or sort direction (asc|desc) for list-family sorting.\",\n examples: [0, 1, \"2\", \"asc\", \"desc\"],\n },\n sort: {\n description: \"List-family sort field selector.\",\n examples: [\"priority\", \"deadline\", \"updated_at\", \"created_at\", \"title\", \"parent\"],\n },\n tags: {\n description: \"Comma-delimited tag list.\",\n examples: [\"pm-cli,agent-ux\"],\n },\n addTags: {\n description: \"Tags to add to the existing list without replacing it. Each entry may be CSV or a JSON array.\",\n examples: [[\"agent-ux\"], [\"fix\", \"security\"]],\n },\n removeTags: {\n description: \"Tags to remove from the existing list. Each entry may be CSV or a JSON array.\",\n examples: [[\"stale\"], [\"legacy\", \"wontfix\"]],\n },\n deadline: {\n description: \"ISO/date timestamp or relative offset (+6h/+1d/+2w/+6m).\",\n examples: [\"2026-04-01T00:00:00.000Z\", \"+1d\"],\n },\n estimate: {\n description: \"Estimated effort in minutes.\",\n examples: [60, \"120\"],\n },\n acceptanceCriteria: {\n description: \"Acceptance criteria text.\",\n },\n author: {\n description: \"Mutation author identity.\",\n examples: [\"codex-agent\"],\n },\n message: {\n description: \"History message for mutation audit trail.\",\n },\n assignee: {\n description: \"Assignee identity.\",\n examples: [\"codex-agent\"],\n },\n assigneeFilter: {\n description: \"Assignee presence selector for list/calendar/context/comments-audit filters.\",\n examples: [\"assigned\", \"unassigned\"],\n },\n parent: {\n description: \"Parent item ID filter for hierarchical list queries.\",\n examples: [\"pm-epic01\"],\n },\n unset: {\n description: \"Repeatable list of front-matter fields to clear explicitly during create/update mutations.\",\n examples: [[\"deadline\", \"assignee\"], [\"close-reason\"]],\n },\n clearDeps: {\n description: \"When true, clear linked dependencies.\",\n },\n replaceDeps: {\n description: \"When true for update, atomically replace dependencies with the supplied --dep values.\",\n },\n replaceTests: {\n description: \"When true for update, atomically replace linked tests with the supplied --test values.\",\n },\n clearComments: {\n description: \"When true, clear item comments.\",\n },\n clearNotes: {\n description: \"When true, clear item notes.\",\n },\n clearLearnings: {\n description: \"When true, clear item learnings.\",\n },\n clearFiles: {\n description: \"When true, clear linked files.\",\n },\n clearTests: {\n description: \"When true, clear linked tests.\",\n },\n clearDocs: {\n description: \"When true, clear linked docs.\",\n },\n clearReminders: {\n description: \"When true, clear reminders.\",\n },\n clearEvents: {\n description: \"When true, clear events.\",\n },\n clearTypeOptions: {\n description: \"When true, clear type option metadata.\",\n },\n clearCriteria: {\n description:\n \"When true for config set criteria-list keys (definition-of-done, metadata-required-fields, lifecycle pattern lists), clear the criteria list.\",\n },\n mode: {\n description:\n \"Mode selector for search/reindex (keyword|semantic|hybrid) and dedupe-audit (title_exact|title_fuzzy|parent_scope).\",\n examples: [\"keyword\", \"hybrid\", \"title_exact\"],\n },\n semanticWeight: {\n description:\n \"Per-query hybrid semantic weight override in [0,1] for search action; invalid values fall back to settings.\",\n examples: [0.2, \"0.7\"],\n },\n op: {\n description: \"History operation filter for activity output.\",\n examples: [\"create\", \"update\", \"close\", \"update_audit\"],\n },\n fullPeriod: {\n description: \"For day/week/month calendar views, include the full anchored period instead of clipping the start to now.\",\n },\n progress: {\n description: \"Emit progress diagnostics to stderr for long-running operations.\",\n },\n background: {\n description: \"Run linked tests in managed background mode.\",\n },\n envSet: {\n description: \"Repeatable runtime environment KEY=VALUE overrides for linked-test execution.\",\n examples: [[\"PORT=0\", \"PLAYWRIGHT_HTML_OPEN=never\"]],\n },\n envClear: {\n description: \"Repeatable runtime environment variable names to clear before linked-test execution.\",\n examples: [[\"PLAYWRIGHT_BASE_URL\"]],\n },\n sharedHostSafe: {\n description: \"Apply additive shared-host-safe runtime defaults during linked-test execution.\",\n },\n pmContext: {\n description:\n \"PM linked-test context mode (schema keeps isolated tracker data; tracker seeds source tracker data; auto uses tracker for PM tracker-read linked commands).\",\n examples: [\"schema\", \"tracker\", \"auto\"],\n },\n overrideLinkedPmContext: {\n description: \"Force run-level --pm-context to override per-linked-test pm_context_mode metadata for all linked-test entries.\",\n },\n failOnContextMismatch: {\n description: \"Fail linked PM command runs when source and sandbox tracker item counts differ.\",\n },\n failOnSkipped: {\n description: \"Treat skipped linked tests as dependency-failed policy violations.\",\n },\n failOnEmptyTestRun: {\n description: \"Treat successful linked-test commands that report zero executed tests as failures.\",\n },\n requireAssertionsForPm: {\n description: \"Require assertion metadata for linked PM command test entries during run execution.\",\n },\n checkContext: {\n description: \"Run linked PM command context preflight diagnostics before command execution.\",\n },\n autoPmContext: {\n description:\n \"Auto-remediate PM tracker-read linked commands by routing those entries through tracker context regardless of linked-test pm_context_mode overrides.\",\n },\n dryRun: {\n description: \"Preview command effects without mutating storage artifacts.\",\n },\n gcScope: {\n description: \"Repeatable gc scope selector values (index, embeddings, runtime, locks).\",\n examples: [[\"index\", \"embeddings\"], [\"runtime\"], [\"locks\"]],\n },\n storage: {\n description:\n \"For stats action: include aggregate history-stream storage metrics (total streams/lines/bytes, largest + deepest streams, oldest/newest entries) for compaction and storage planning.\",\n },\n offset: {\n description: \"Number of matching rows to skip before limit is applied.\",\n examples: [0, 50, \"100\"],\n },\n before: {\n description:\n \"For history-compact, compact entries strictly before this boundary (version number or ISO timestamp).\",\n examples: [\"5\", \"2026-06-01T00:00:00.000Z\"],\n },\n limitItems: {\n description: \"Maximum number of filtered items to include in comments-audit output (alias: --limit).\",\n examples: [10, \"25\"],\n },\n fullHistory: {\n description: \"When true for comments-audit, export full per-item comment history rows; cannot be combined with latest.\",\n },\n latest: {\n description: \"Number of most recent comments to include per item in comments-audit output (use 0 for summary-only item rows).\",\n examples: [0, 1, \"3\"],\n },\n literal: {\n description: \"Repeatable literal matcher used by history-redact to scrub exact string values.\",\n examples: [\"[redacted_path_prefix]/private/path\"],\n },\n regex: {\n description:\n \"Repeatable regex matcher used by history-redact. Accepts either /pattern/flags or a raw pattern (global mode is auto-enabled).\",\n examples: [\"/192\\\\\\\\.168\\\\\\\\.[0-9.]+/g\", \"token=[A-Za-z0-9_-]+\"],\n },\n replacement: {\n description: 'Replacement text used by history-redact (defaults to \"[redacted]\").',\n examples: [\"[scrubbed_path]\"],\n },\n validateClose: {\n description: 'Close-time metadata validation mode (\"off\", \"warn\", or \"strict\").',\n examples: [\"off\", \"warn\", \"strict\"],\n },\n checkMetadata: {\n description: \"Run metadata completeness checks.\",\n },\n metadataProfile: {\n description: \"Select metadata validation profile for --check-metadata.\",\n examples: [\"core\", \"strict\", \"custom\"],\n },\n checkResolution: {\n description: \"Run closed-item resolution metadata checks.\",\n },\n checkLifecycle: {\n description: \"Run active-item lifecycle governance drift checks.\",\n },\n checkStaleBlockers: {\n description: \"Include stale blocker-pattern diagnostics in lifecycle checks.\",\n },\n dependencyCycleSeverity: {\n description: \"Set dependency-cycle warning policy for lifecycle checks.\",\n examples: [\"off\", \"warn\", \"error\"],\n },\n checkFiles: {\n description: \"Run linked-file and orphaned-file checks.\",\n },\n strictDirectories: {\n description: \"Treat optional item-type directories as required health failures.\",\n },\n checkOnly: {\n description: \"For health action, run read-only diagnostics without refreshing vectors.\",\n },\n checkTelemetry: {\n description: \"For health action, probe telemetry endpoint health and include network diagnostics.\",\n },\n noRefresh: {\n description: \"For health action, skip vector refresh while still running checks.\",\n },\n refreshVectors: {\n description: \"For health action, explicitly refresh stale vectors.\",\n },\n verboseStaleItems: {\n description: \"For health action, include full stale-item arrays in vectorization details.\",\n },\n skipVectors: {\n description: \"For health action, skip vectorization checks for a faster diagnostic run.\",\n },\n skipIntegrity: {\n description: \"For health action, skip item/history file integrity checks for a faster diagnostic run.\",\n },\n skipDrift: {\n description: \"For health action, skip history drift hash checks for a faster diagnostic run.\",\n },\n scanMode: {\n description: \"Select file candidate scan mode for --check-files.\",\n examples: [\"default\", \"tracked-all\", \"tracked-all-strict\"],\n },\n includePmInternals: {\n description: \"Include PM storage internals in tracked-all candidate scans.\",\n },\n verboseFileLists: {\n description: \"For validate action, include full file-path lists for --check-files details.\",\n },\n verboseDiagnostics: {\n description: \"For validate action, include full diagnostic ID lists instead of compact summaries.\",\n },\n strictExit: {\n description: \"Return non-zero exit when health/validate/extension-doctor warnings are present.\",\n },\n failOnWarn: {\n description: \"Alias for strictExit in health/validate/extension-doctor action payloads.\",\n },\n fixHints: {\n description: \"For validate action, add a machine-executable fix_hints[] of pm commands to each failing check's details.\",\n },\n checkHistoryDrift: {\n description: \"Run item/history hash drift checks.\",\n },\n checkCommandReferences: {\n description: \"Run linked-command PM-ID reference checks.\",\n },\n allowAuditNote: {\n description: \"For notes action, allow non-owner append-only note audits without requiring --force.\",\n },\n allowAuditLearning: {\n description: \"For learnings action, allow non-owner append-only learning audits without requiring --force.\",\n },\n allowAuditComment: {\n description: \"For comments action, allow non-owner append-only comment audits without requiring --force.\",\n },\n stdin: {\n description: \"When true for comments action, read comment text from piped stdin (supports multiline markdown).\",\n },\n file: {\n description: \"Path to input file for actions that read payload text, such as comments --file.\",\n examples: [\"notes/comment.md\"],\n },\n allowAuditUpdate: {\n description: \"Allow non-owner metadata-only update audits without requiring --force.\",\n },\n allowAuditDepUpdate: {\n description: \"Allow non-owner append-only dependency update audits without requiring --force.\",\n },\n allowAuditRelease: {\n description: \"Allow non-owner release handoffs that clear assignee metadata without requiring --force.\",\n },\n preserveSourceIds: {\n description: \"Preserve explicit source IDs during Beads imports instead of normalizing to tracker prefix.\",\n examples: [true],\n },\n appendStable: {\n description: \"When true for files action, preserve existing linked-file order and append new links without full-array resorting.\",\n },\n discover: {\n description: \"When true for files action, use `pm files discover <id>` to scan item text for referenced file paths.\",\n },\n apply: {\n description: \"When true for files discovery, add missing discovered file links instead of returning a dry-run preview.\",\n },\n discoveryNote: {\n description: \"Note attached to file links added by files discovery.\",\n examples: [\"discovered from item text\"],\n },\n stream: {\n description:\n \"Stream selector: test-runs logs accepts stdout|stderr|both; activity accepts boolean/rows|ndjson|jsonl for line-delimited output.\",\n examples: [\"stderr\", \"stdout\", \"both\", \"rows\", \"ndjson\", \"jsonl\", true],\n },\n tail: {\n description: \"Number of lines to tail for background run logs.\",\n examples: [100],\n },\n query: {\n description: \"Search query text for search action.\",\n },\n keywords: {\n description: \"Alias for query in search action payloads.\",\n },\n includeLinked: {\n description: \"Include readable linked docs/files/tests content in keyword and hybrid lexical scoring.\",\n },\n titleExact: {\n description: \"For search action, require exact normalized title match for the full query string.\",\n },\n phraseExact: {\n description: \"For search action, require exact normalized query phrase match in item text fields.\",\n },\n includeBody: {\n description: \"When true for list-family actions, include item body text in projected rows.\",\n },\n compact: {\n description: \"Render compact projection output for search and list-family actions.\",\n },\n full: {\n description: \"Enable command-specific full/detail output mode when supported, such as deep item reads for get or full payload mode for search/history.\",\n },\n fields: {\n description: \"Comma-separated projection fields for get, search, or list-family outputs.\",\n examples: [\"id,title,status,parent,type\", \"id,title,score,matched_fields\"],\n },\n groupBy: {\n description:\n \"Comma-separated aggregate grouping fields (supported: parent,type,priority,status,assignee,tags,sprint,release).\",\n examples: [\"parent,type\", \"type,status\", \"priority,assignee\", \"tags\", \"sprint,release\"],\n },\n count: {\n description: \"Enable grouped count output for aggregate action.\",\n },\n sum: {\n description: \"Numeric field to sum per aggregate group (count and null_count are still returned).\",\n examples: [\"estimated_minutes\", \"priority\"],\n },\n avg: {\n description: \"Numeric field to average per aggregate group (count and null_count are still returned).\",\n examples: [\"estimated_minutes\", \"priority\"],\n },\n tree: {\n description: \"When true for list/get actions, render recursive parent/child tree ordering.\",\n },\n treeDepth: {\n description: \"Maximum recursion depth for tree output (0 keeps root rows only).\",\n examples: [0, 1, \"2\"],\n },\n includeUnparented: {\n description: \"Include unparented rows when aggregate grouping includes parent.\",\n },\n maxDepth: {\n description: \"Maximum dependency traversal depth for deps action (0 keeps only the root node).\",\n examples: [0, 1, \"2\"],\n },\n collapse: {\n description: 'Dependency tree collapse mode for deps action (\"none\" or \"repeated\").',\n examples: [\"none\", \"repeated\"],\n },\n summary: {\n description: \"When true for deps action, return counts only without full tree/graph payloads.\",\n },\n threshold: {\n description: \"Dedupe-audit fuzzy title similarity threshold between 0 and 1.\",\n examples: [0.5, \"0.75\"],\n },\n shell: {\n description: \"Shell target for completion generation.\",\n examples: [\"bash\"],\n },\n eagerTags: {\n description: \"When true for completion, eagerly embed current tracker tags into generated scripts (legacy mode).\",\n },\n contractAction: {\n description: \"Filter contracts schema to one tool action.\",\n examples: [\"create\", \"update\"],\n },\n command: {\n description: \"Scope contracts output to one CLI command name; action/schema surfaces narrow by default.\",\n examples: [\"create\", \"search\", \"list\"],\n },\n schemaOnly: {\n description: \"When true, contracts action returns schema-focused payloads (mutually exclusive with flagsOnly/availabilityOnly).\",\n },\n flagsOnly: {\n description: \"When true, contracts action returns only command flag surface payloads (mutually exclusive projection mode).\",\n },\n availabilityOnly: {\n description: \"When true, contracts action returns only action availability payloads (mutually exclusive projection mode).\",\n },\n runtimeOnly: {\n description: \"When true, contracts action only includes actions invocable in the current runtime.\",\n },\n activeOnly: {\n description: \"Alias for runtimeOnly in contracts action payloads.\",\n },\n depth: {\n description: \"Context depth level controlling how many sections are included (brief=focus+agenda, standard=+hierarchy/activity/progress/workload, deep=all sections).\",\n examples: [\"brief\", \"standard\", \"deep\"],\n },\n section: {\n description: \"Repeatable section selector for context; overrides --depth when provided.\",\n examples: [[\"hierarchy\", \"activity\"], [\"blockers\", \"files\", \"staleness\"]],\n },\n activityLimit: {\n description: \"Maximum number of recent activity entries to include in context output.\",\n examples: [5, 10, \"20\"],\n },\n staleThreshold: {\n description: \"Staleness cutoff in days for context staleness section (e.g. 7 or 7d).\",\n examples: [\"7\", \"14d\", \"30\"],\n },\n};\n"],"names":[],"mappings":"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","debugId":"bb63061e-e433-5c4a-9b7a-fa6752b842f3"}
@@ -1,5 +1,5 @@
1
1
  export type { CommanderOptionAliasContract, CommanderOptionRegistrationContract } from "./cli-contracts/commander-types.js";
2
- export { ACTIVITY_COMMANDER_STRING_OPTION_CONTRACTS, CALENDAR_COMMANDER_STRING_OPTION_CONTRACTS, CONTEXT_COMMANDER_STRING_OPTION_CONTRACTS, LIST_COMMANDER_STRING_OPTION_CONTRACTS, SEARCH_COMMANDER_STRING_OPTION_CONTRACTS, readFirstStringFromCommanderOptions, readStringArrayFromCommanderOptions, } from "./cli-contracts/commander-types.js";
2
+ export { ACTIVITY_COMMANDER_STRING_OPTION_CONTRACTS, CALENDAR_COMMANDER_STRING_OPTION_CONTRACTS, CONTEXT_COMMANDER_STRING_OPTION_CONTRACTS, LIST_COMMANDER_STRING_OPTION_CONTRACTS, SEARCH_COMMANDER_STRING_OPTION_CONTRACTS, readFirstValueFromCommanderOptions, readFirstStringFromCommanderOptions, readStringArrayFromCommanderOptions, } from "./cli-contracts/commander-types.js";
3
3
  export { CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS, CREATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS, CREATE_COMMANDER_STRING_OPTION_CONTRACTS, UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS, UPDATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS, UPDATE_COMMANDER_STRING_OPTION_CONTRACTS, } from "./cli-contracts/commander-mutation-options.js";
4
4
  export { PM_EXTENSION_CAPABILITY_CONTRACTS, PM_EXTENSION_SERVICE_NAME_CONTRACTS, PM_EXTENSION_POLICY_MODE_CONTRACTS, PM_EXTENSION_TRUST_MODE_CONTRACTS, PM_EXTENSION_SANDBOX_PROFILE_CONTRACTS, PM_EXTENSION_POLICY_SURFACE_CONTRACTS, PM_CORE_COMMAND_NAMES, PM_TOOL_ACTIONS, isPmToolAction, isPmExtensionCapabilityContract, isPmExtensionServiceNameContract, isPmExtensionPolicyModeContract, isPmExtensionPolicySurfaceContract, } from "./cli-contracts/enum-contracts.js";
5
5
  export type { PmExtensionCapabilityContract, PmExtensionServiceNameContract, PmExtensionPolicyModeContract, PmExtensionTrustModeContract, PmExtensionSandboxProfileContract, PmExtensionPolicySurfaceContract, PmToolAction, } from "./cli-contracts/enum-contracts.js";
@@ -45,6 +45,7 @@ export declare const DOCS_FLAG_CONTRACTS: CliFlagContract[];
45
45
  export declare const HISTORY_FLAG_CONTRACTS: CliFlagContract[];
46
46
  export declare const HISTORY_REDACT_FLAG_CONTRACTS: CliFlagContract[];
47
47
  export declare const HISTORY_REPAIR_FLAG_CONTRACTS: CliFlagContract[];
48
+ export declare const HISTORY_COMPACT_FLAG_CONTRACTS: CliFlagContract[];
48
49
  export declare const SCHEMA_FLAG_CONTRACTS: CliFlagContract[];
49
50
  export declare const PLAN_FLAG_CONTRACTS: CliFlagContract[];
50
51
  export declare const INIT_FLAG_CONTRACTS: CliFlagContract[];
@@ -84,6 +85,7 @@ export declare const STATS_FLAG_CONTRACTS: CliFlagContract[];
84
85
  export declare const HEALTH_FLAG_CONTRACTS: CliFlagContract[];
85
86
  export declare const VALIDATE_FLAG_CONTRACTS: CliFlagContract[];
86
87
  export declare const CREATE_FLAG_CONTRACTS: CliFlagContract[];
88
+ export declare const COPY_FLAG_CONTRACTS: CliFlagContract[];
87
89
  export declare const UPDATE_FLAG_CONTRACTS: CliFlagContract[];
88
90
  export declare const UPDATE_MANY_FLAG_CONTRACTS: CliFlagContract[];
89
91
  export declare const NORMALIZE_FLAG_CONTRACTS: CliFlagContract[];
@@ -1,6 +1,6 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ed7e453d-9d75-5c91-8de4-990f9ddf155d")}catch(e){}}();
3
- export { ACTIVITY_COMMANDER_STRING_OPTION_CONTRACTS, CALENDAR_COMMANDER_STRING_OPTION_CONTRACTS, CONTEXT_COMMANDER_STRING_OPTION_CONTRACTS, LIST_COMMANDER_STRING_OPTION_CONTRACTS, SEARCH_COMMANDER_STRING_OPTION_CONTRACTS, readFirstStringFromCommanderOptions, readStringArrayFromCommanderOptions, } from "./cli-contracts/commander-types.js";
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="4792e304-62bb-5ad3-8fa9-995d55a86497")}catch(e){}}();
3
+ export { ACTIVITY_COMMANDER_STRING_OPTION_CONTRACTS, CALENDAR_COMMANDER_STRING_OPTION_CONTRACTS, CONTEXT_COMMANDER_STRING_OPTION_CONTRACTS, LIST_COMMANDER_STRING_OPTION_CONTRACTS, SEARCH_COMMANDER_STRING_OPTION_CONTRACTS, readFirstValueFromCommanderOptions, readFirstStringFromCommanderOptions, readStringArrayFromCommanderOptions, } from "./cli-contracts/commander-types.js";
4
4
  export { CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS, CREATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS, CREATE_COMMANDER_STRING_OPTION_CONTRACTS, UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS, UPDATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS, UPDATE_COMMANDER_STRING_OPTION_CONTRACTS, } from "./cli-contracts/commander-mutation-options.js";
5
5
  // PM_* enum/guard contracts and the bulk tool-parameter property/metadata data
6
6
  // tables live in sibling modules and are re-exported here so existing import
@@ -98,12 +98,17 @@ export const LIST_FILTER_FLAG_CONTRACTS = [
98
98
  { flag: "--fields", list: true },
99
99
  { flag: "--sort" },
100
100
  { flag: "--order" },
101
+ { flag: "--tree" },
102
+ { flag: "--tree-depth" },
103
+ { flag: "--tree_depth" },
101
104
  { flag: "--include-body" },
102
105
  { flag: "--stream" },
103
106
  ];
104
107
  export const AGGREGATE_FLAG_CONTRACTS = [
105
108
  { flag: "--group-by", list: true },
106
109
  { flag: "--count" },
110
+ { flag: "--sum" },
111
+ { flag: "--avg" },
107
112
  { flag: "--include-unparented" },
108
113
  { flag: "--include_unparented" },
109
114
  { flag: "--status" },
@@ -227,6 +232,13 @@ export const HISTORY_REPAIR_FLAG_CONTRACTS = [
227
232
  { flag: "--message" },
228
233
  { flag: "--force" },
229
234
  ];
235
+ export const HISTORY_COMPACT_FLAG_CONTRACTS = [
236
+ { flag: "--before" },
237
+ { flag: "--dry-run" },
238
+ { flag: "--author" },
239
+ { flag: "--message" },
240
+ { flag: "--force" },
241
+ ];
230
242
  export const SCHEMA_FLAG_CONTRACTS = [
231
243
  { flag: "--description" },
232
244
  { flag: "--default-status", aliases: ["--default_status"] },
@@ -694,6 +706,11 @@ export const CREATE_FLAG_CONTRACTS = [
694
706
  { flag: "--clear-events" },
695
707
  { flag: "--clear-type-options" },
696
708
  ];
709
+ export const COPY_FLAG_CONTRACTS = [
710
+ { flag: "--title" },
711
+ { flag: "--author" },
712
+ { flag: "--message" },
713
+ ];
697
714
  export const UPDATE_FLAG_CONTRACTS = [
698
715
  { short: "-t", flag: "--title" },
699
716
  { short: "-d", flag: "--description" },
@@ -988,6 +1005,9 @@ export const GET_FLAG_CONTRACTS = [
988
1005
  { flag: "--depth" },
989
1006
  { flag: "--full" },
990
1007
  { flag: "--fields", list: true },
1008
+ { flag: "--tree" },
1009
+ { flag: "--tree-depth" },
1010
+ { flag: "--tree_depth" },
991
1011
  ];
992
1012
  export const GUIDE_FLAG_CONTRACTS = [
993
1013
  { flag: "--list" },
@@ -1004,6 +1024,7 @@ export const SEARCH_FLAG_CONTRACTS = [
1004
1024
  { flag: "--mode" },
1005
1025
  { flag: "--semantic" },
1006
1026
  { flag: "--hybrid" },
1027
+ { flag: "--semantic-weight" },
1007
1028
  { flag: "--include-linked" },
1008
1029
  { flag: "--title-exact" },
1009
1030
  { flag: "--phrase-exact" },
@@ -1139,6 +1160,8 @@ export function resolveSubcommandFlagContractsForCommand(commandName) {
1139
1160
  return withSubcommandGlobalFlags(UPGRADE_FLAG_CONTRACTS);
1140
1161
  case "create":
1141
1162
  return withSubcommandGlobalFlags(CREATE_FLAG_CONTRACTS);
1163
+ case "copy":
1164
+ return withSubcommandGlobalFlags(COPY_FLAG_CONTRACTS);
1142
1165
  case "aggregate":
1143
1166
  return withSubcommandGlobalFlags(AGGREGATE_FLAG_CONTRACTS);
1144
1167
  case "calendar":
@@ -1155,6 +1178,8 @@ export function resolveSubcommandFlagContractsForCommand(commandName) {
1155
1178
  return withSubcommandGlobalFlags(HISTORY_REDACT_FLAG_CONTRACTS);
1156
1179
  case "history-repair":
1157
1180
  return withSubcommandGlobalFlags(HISTORY_REPAIR_FLAG_CONTRACTS);
1181
+ case "history-compact":
1182
+ return withSubcommandGlobalFlags(HISTORY_COMPACT_FLAG_CONTRACTS);
1158
1183
  case "schema":
1159
1184
  return withSubcommandGlobalFlags(SCHEMA_FLAG_CONTRACTS);
1160
1185
  case "plan":
@@ -1411,6 +1436,7 @@ const PM_TOOL_ACTION_SCHEMA_CONTRACTS = {
1411
1436
  required: ["title", "description", "type", "status", "priority", "message"],
1412
1437
  optional: CREATE_CONTRACT_PARAMETER_KEYS,
1413
1438
  },
1439
+ copy: { required: ["id"], optional: ["title", "author", "message"] },
1414
1440
  list: { optional: LIST_CONTRACT_PARAMETER_KEYS },
1415
1441
  "list-all": { optional: LIST_CONTRACT_PARAMETER_KEYS },
1416
1442
  "list-draft": { optional: LIST_CONTRACT_PARAMETER_KEYS },
@@ -1424,7 +1450,7 @@ const PM_TOOL_ACTION_SCHEMA_CONTRACTS = {
1424
1450
  guide: { optional: ["format", "depth"] },
1425
1451
  context: { optional: CONTEXT_CONTRACT_PARAMETER_KEYS },
1426
1452
  ctx: { optional: CONTEXT_CONTRACT_PARAMETER_KEYS },
1427
- get: { required: ["id"], optional: ["depth", "full", "fields"] },
1453
+ get: { required: ["id"], optional: ["depth", "full", "fields", "tree", "treeDepth"] },
1428
1454
  search: {
1429
1455
  optional: SEARCH_CONTRACT_PARAMETER_KEYS,
1430
1456
  anyOfRequired: [["query"], ["keywords"]],
@@ -1440,6 +1466,10 @@ const PM_TOOL_ACTION_SCHEMA_CONTRACTS = {
1440
1466
  required: ["id"],
1441
1467
  optional: ["dryRun", ...AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS],
1442
1468
  },
1469
+ "history-compact": {
1470
+ required: ["id"],
1471
+ optional: ["before", "dryRun", ...AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS],
1472
+ },
1443
1473
  schema: {
1444
1474
  required: ["subcommand"],
1445
1475
  // No --message: schema mutations write config files, not item history.
@@ -1514,7 +1544,7 @@ const PM_TOOL_ACTION_SCHEMA_CONTRACTS = {
1514
1544
  update: { required: ["id"], optional: UPDATE_CONTRACT_PARAMETER_KEYS },
1515
1545
  "update-many": { optional: UPDATE_MANY_CONTRACT_PARAMETER_KEYS },
1516
1546
  normalize: { optional: NORMALIZE_CONTRACT_PARAMETER_KEYS },
1517
- close: { required: ["id", "text"], optional: ["validateClose", ...AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS] },
1547
+ close: { required: ["id"], optional: ["text", "validateClose", ...AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS] },
1518
1548
  "close-many": { optional: CLOSE_MANY_CONTRACT_PARAMETER_KEYS },
1519
1549
  delete: { required: ["id"], optional: ["dryRun", ...AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS] },
1520
1550
  append: { required: ["id", "body"], optional: AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS },
@@ -1678,7 +1708,7 @@ const PM_TOOL_ACTION_SCHEMA_CONTRACTS = {
1678
1708
  release: { required: ["id"], optional: ["allowAuditRelease", ...AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS] },
1679
1709
  "start-task": { required: ["id"], optional: AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS },
1680
1710
  "pause-task": { required: ["id"], optional: AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS },
1681
- "close-task": { required: ["id", "text"], optional: AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS },
1711
+ "close-task": { required: ["id"], optional: ["text", ...AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS] },
1682
1712
  };
1683
1713
  export const PM_TOOL_ACTION_PARAMETER_CONTRACTS = Object.freeze(Object.fromEntries(PM_TOOL_ACTIONS.map((action) => [action, PM_TOOL_ACTION_SCHEMA_CONTRACTS[action]])));
1684
1714
  function fallbackToolParameterDescription(key) {
@@ -1862,4 +1892,4 @@ function buildProviderCompatibleToolSchema() {
1862
1892
  }
1863
1893
  export const PM_PROVIDER_TOOL_PARAMETERS_SCHEMA = createLazyContractSchema(buildProviderCompatibleToolSchema);
1864
1894
  //# sourceMappingURL=cli-contracts.js.map
1865
- //# debugId=ed7e453d-9d75-5c91-8de4-990f9ddf155d
1895
+ //# debugId=4792e304-62bb-5ad3-8fa9-995d55a86497