@unbrained/pm-cli 2026.7.8 → 2026.7.10

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 (446) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -0
  3. package/dist/cli/bootstrap-args.js +6 -3
  4. package/dist/cli/bootstrap-args.js.map +1 -1
  5. package/dist/cli/commands/close.js +5 -2
  6. package/dist/cli/commands/close.js.map +1 -1
  7. package/dist/cli/commands/completion.js +8 -2
  8. package/dist/cli/commands/completion.js.map +1 -1
  9. package/dist/cli/commands/context.d.ts +23 -0
  10. package/dist/cli/commands/context.js +96 -7
  11. package/dist/cli/commands/context.js.map +1 -1
  12. package/dist/cli/commands/contracts.d.ts +11 -0
  13. package/dist/cli/commands/contracts.js +112 -15
  14. package/dist/cli/commands/contracts.js.map +1 -1
  15. package/dist/cli/commands/create.js +4 -2
  16. package/dist/cli/commands/create.js.map +1 -1
  17. package/dist/cli/commands/extension.d.ts +1 -1
  18. package/dist/cli/commands/extension.js +91 -32
  19. package/dist/cli/commands/extension.js.map +1 -1
  20. package/dist/cli/commands/init.d.ts +19 -3
  21. package/dist/cli/commands/init.js +57 -24
  22. package/dist/cli/commands/init.js.map +1 -1
  23. package/dist/cli/commands/list.d.ts +4 -0
  24. package/dist/cli/commands/list.js +32 -3
  25. package/dist/cli/commands/list.js.map +1 -1
  26. package/dist/cli/commands/next.d.ts +3 -1
  27. package/dist/cli/commands/next.js +19 -7
  28. package/dist/cli/commands/next.js.map +1 -1
  29. package/dist/cli/commands/update.d.ts +32 -1
  30. package/dist/cli/commands/update.js +37 -10
  31. package/dist/cli/commands/update.js.map +1 -1
  32. package/dist/cli/register-list-query.js +10 -4
  33. package/dist/cli/register-list-query.js.map +1 -1
  34. package/dist/cli/register-operations.js +4 -2
  35. package/dist/cli/register-operations.js.map +1 -1
  36. package/dist/cli/register-setup.js +11 -2
  37. package/dist/cli/register-setup.js.map +1 -1
  38. package/dist/cli/registration-helpers.js +4 -2
  39. package/dist/cli/registration-helpers.js.map +1 -1
  40. package/dist/cli-bundle/chunks/append-G7NGOQVU.js +11 -0
  41. package/dist/cli-bundle/chunks/{append-RSPHC423.js → append-SIECQAPH.js} +5 -5
  42. package/dist/cli-bundle/chunks/{chunk-CGDUIPJL.js → chunk-22PW73KV.js} +3 -3
  43. package/dist/cli-bundle/chunks/{chunk-ML27MHNM.js → chunk-2RW5DWHQ.js} +98 -22
  44. package/dist/cli-bundle/chunks/chunk-2RW5DWHQ.js.map +1 -0
  45. package/dist/cli-bundle/chunks/{chunk-GO2X6ZRB.js → chunk-35U3AVRY.js} +3 -3
  46. package/dist/cli-bundle/chunks/{chunk-4I7KS5ES.js → chunk-3JFQRPOI.js} +2 -2
  47. package/dist/cli-bundle/chunks/{chunk-NRMDT4OV.js → chunk-3THCOPYI.js} +4 -4
  48. package/dist/cli-bundle/chunks/{chunk-D6J5673C.js → chunk-4BINCIRM.js} +4 -4
  49. package/dist/cli-bundle/chunks/{chunk-D63PEJTB.js → chunk-4P2GYOM5.js} +7 -7
  50. package/dist/cli-bundle/chunks/{chunk-LHDHS4Z6.js → chunk-4QE5HOJY.js} +5 -5
  51. package/dist/cli-bundle/chunks/{chunk-5VAZHYVQ.js → chunk-56J3MPGE.js} +2 -2
  52. package/dist/cli-bundle/chunks/{chunk-UCRYCT5M.js → chunk-5BFBDJ4R.js} +38 -16
  53. package/dist/cli-bundle/chunks/chunk-5BFBDJ4R.js.map +1 -0
  54. package/dist/cli-bundle/chunks/{chunk-IINCZYM3.js → chunk-62ECRG6J.js} +3 -3
  55. package/dist/cli-bundle/chunks/{chunk-EYPIUFWJ.js → chunk-62KPBB2W.js} +10 -10
  56. package/dist/cli-bundle/chunks/{chunk-3FUXM574.js → chunk-6MK6M35B.js} +4 -4
  57. package/dist/cli-bundle/chunks/{chunk-XN5BEN2B.js → chunk-6PBZBIS6.js} +35 -8
  58. package/dist/cli-bundle/chunks/chunk-6PBZBIS6.js.map +1 -0
  59. package/dist/cli-bundle/chunks/{chunk-GQOKFX2G.js → chunk-6WIP52LQ.js} +8 -8
  60. package/dist/cli-bundle/chunks/{chunk-GLMJLBLR.js → chunk-75NAGPEL.js} +3 -3
  61. package/dist/cli-bundle/chunks/{chunk-6TD5QGIB.js → chunk-77CWXIAC.js} +4 -4
  62. package/dist/cli-bundle/chunks/{chunk-3FRNNVWY.js → chunk-7S2UC7S6.js} +427 -133
  63. package/dist/cli-bundle/chunks/chunk-7S2UC7S6.js.map +7 -0
  64. package/dist/cli-bundle/chunks/{chunk-PAWPLIWW.js → chunk-7THLDY3D.js} +5 -5
  65. package/dist/cli-bundle/chunks/{chunk-QJZM5WO5.js → chunk-7TRCAREE.js} +3 -3
  66. package/dist/cli-bundle/chunks/{chunk-EEJKHF7M.js → chunk-7TRVVYPI.js} +5 -5
  67. package/dist/cli-bundle/chunks/{chunk-PJPZTE7P.js → chunk-A62N3BM3.js} +8 -6
  68. package/dist/cli-bundle/chunks/chunk-A62N3BM3.js.map +7 -0
  69. package/dist/cli-bundle/chunks/{chunk-TU5P744I.js → chunk-A7DJG5EF.js} +55 -6
  70. package/dist/cli-bundle/chunks/chunk-A7DJG5EF.js.map +7 -0
  71. package/dist/cli-bundle/chunks/{chunk-ZMOPZFVT.js → chunk-AD4HJKQZ.js} +49 -7
  72. package/dist/cli-bundle/chunks/chunk-AD4HJKQZ.js.map +1 -0
  73. package/dist/cli-bundle/chunks/{chunk-7QKSLAHB.js → chunk-AIWGQK6K.js} +2 -2
  74. package/dist/cli-bundle/chunks/{chunk-P2WE5KCU.js → chunk-AKCHJXJ4.js} +7 -7
  75. package/dist/cli-bundle/chunks/{chunk-KFL3XHMA.js → chunk-AYPXY3HF.js} +2 -2
  76. package/dist/cli-bundle/chunks/{chunk-RL24NAUX.js → chunk-B7FCPO65.js} +4 -4
  77. package/dist/cli-bundle/chunks/{chunk-4OCWJ2AP.js → chunk-BC7QBM2A.js} +7 -7
  78. package/dist/cli-bundle/chunks/{chunk-LD2NBQ5T.js → chunk-BST7GFIX.js} +3 -3
  79. package/dist/cli-bundle/chunks/{chunk-GE44TQMC.js → chunk-CUBPPDDF.js} +145 -62
  80. package/dist/cli-bundle/chunks/chunk-CUBPPDDF.js.map +1 -0
  81. package/dist/cli-bundle/chunks/{chunk-FJR2S7S4.js → chunk-CYBW4HK7.js} +7 -7
  82. package/dist/cli-bundle/chunks/{chunk-7UCBLJDF.js → chunk-DDF7UMVV.js} +2 -2
  83. package/dist/cli-bundle/chunks/{chunk-YQEKE4FO.js → chunk-DLHFJZ2S.js} +7 -7
  84. package/dist/cli-bundle/chunks/{chunk-PCBZ2VJD.js → chunk-DMD2TENU.js} +4 -4
  85. package/dist/cli-bundle/chunks/{chunk-SCJPFQQT.js → chunk-DN67YDFH.js} +3 -3
  86. package/dist/cli-bundle/chunks/{chunk-7TBUV7XS.js → chunk-DNHILSD7.js} +4 -4
  87. package/dist/cli-bundle/chunks/{chunk-FFB3WITE.js → chunk-DT6NDP53.js} +3 -3
  88. package/dist/cli-bundle/chunks/{chunk-G4FKP4ID.js → chunk-DWGHHSDC.js} +9 -7
  89. package/dist/cli-bundle/chunks/chunk-DWGHHSDC.js.map +1 -0
  90. package/dist/cli-bundle/chunks/{chunk-3V5C7PUH.js → chunk-DYUAQVDK.js} +2 -2
  91. package/dist/cli-bundle/chunks/{chunk-MCH6IKK7.js → chunk-E2RJZQNW.js} +3 -3
  92. package/dist/cli-bundle/chunks/{chunk-6ZKDMEVT.js → chunk-ECXJ7OHI.js} +3 -3
  93. package/dist/cli-bundle/chunks/{chunk-LG4N6YOK.js → chunk-ESXG6VFX.js} +5 -5
  94. package/dist/cli-bundle/chunks/{chunk-TR2C6V5T.js → chunk-EXG6XTJC.js} +101 -25
  95. package/dist/cli-bundle/chunks/chunk-EXG6XTJC.js.map +7 -0
  96. package/dist/cli-bundle/chunks/{chunk-BPJ5NYSJ.js → chunk-F7UA74OZ.js} +54 -7
  97. package/dist/cli-bundle/chunks/chunk-F7UA74OZ.js.map +7 -0
  98. package/dist/cli-bundle/chunks/{chunk-GSQVQINP.js → chunk-FBD2WUNS.js} +4 -4
  99. package/dist/cli-bundle/chunks/{chunk-YSRXFGNV.js → chunk-FSD7W7Y2.js} +3 -3
  100. package/dist/cli-bundle/chunks/{chunk-JYVPLGOW.js → chunk-FWL5XVYI.js} +4 -4
  101. package/dist/cli-bundle/chunks/{chunk-KMXVZ2P7.js → chunk-FYMHD6VX.js} +122 -27
  102. package/dist/cli-bundle/chunks/chunk-FYMHD6VX.js.map +1 -0
  103. package/dist/cli-bundle/chunks/{chunk-SIQGG335.js → chunk-GMNCW27N.js} +7 -7
  104. package/dist/cli-bundle/chunks/{chunk-3SHDAKMF.js → chunk-GPPWUJMR.js} +3 -3
  105. package/dist/cli-bundle/chunks/{chunk-W2VFNVSJ.js → chunk-H3HKQXQJ.js} +3 -3
  106. package/dist/cli-bundle/chunks/{chunk-UIHDZS6X.js → chunk-HFQ7QQZL.js} +7 -7
  107. package/dist/cli-bundle/chunks/{chunk-Z6RLSNUX.js → chunk-HLUB7G6J.js} +3 -3
  108. package/dist/cli-bundle/chunks/{chunk-ASMRSIDX.js → chunk-HWUIK7YL.js} +121 -26
  109. package/dist/cli-bundle/chunks/chunk-HWUIK7YL.js.map +7 -0
  110. package/dist/cli-bundle/chunks/{chunk-U72GF3I2.js → chunk-INAZHXOI.js} +3 -3
  111. package/dist/cli-bundle/chunks/{chunk-INOWVPUD.js → chunk-J3ELHLOJ.js} +5 -5
  112. package/dist/cli-bundle/chunks/{chunk-2BVD4ZD2.js → chunk-J3FDNQWM.js} +4 -3
  113. package/dist/cli-bundle/chunks/chunk-J3FDNQWM.js.map +7 -0
  114. package/dist/cli-bundle/chunks/{chunk-UH6VFRV6.js → chunk-J3Z2JMDV.js} +3 -3
  115. package/dist/cli-bundle/chunks/{chunk-HI27UADG.js → chunk-JDEXIVKQ.js} +372 -20
  116. package/dist/cli-bundle/chunks/chunk-JDEXIVKQ.js.map +1 -0
  117. package/dist/cli-bundle/chunks/{chunk-MYHFZNBO.js → chunk-JFOBTM4D.js} +8 -8
  118. package/dist/cli-bundle/chunks/{chunk-J6AD3GWC.js → chunk-JNELC5UO.js} +2 -2
  119. package/dist/cli-bundle/chunks/{chunk-YUCKM3MD.js → chunk-JQ5NB6O2.js} +4 -4
  120. package/dist/cli-bundle/chunks/{chunk-3UXIMY62.js → chunk-KFC6X4PI.js} +3 -3
  121. package/dist/cli-bundle/chunks/{chunk-C3YU3TXX.js → chunk-L2SWAZ3S.js} +2 -2
  122. package/dist/cli-bundle/chunks/{chunk-QLEH6FTQ.js → chunk-LVVZLEW5.js} +4 -4
  123. package/dist/cli-bundle/chunks/{chunk-RFHLRMLQ.js → chunk-M66PC7JI.js} +3 -3
  124. package/dist/cli-bundle/chunks/{chunk-UVFJSKTF.js → chunk-M7DWRMNY.js} +10 -7
  125. package/dist/cli-bundle/chunks/chunk-M7DWRMNY.js.map +1 -0
  126. package/dist/cli-bundle/chunks/{chunk-UEATYUZW.js → chunk-M7JYEBPT.js} +2 -2
  127. package/dist/cli-bundle/chunks/{chunk-Z2JQH2MG.js → chunk-MQ632QRB.js} +2 -2
  128. package/dist/cli-bundle/chunks/{chunk-IYRG5AEC.js → chunk-N7N3PUUP.js} +7 -7
  129. package/dist/cli-bundle/chunks/{chunk-3YJDIJIE.js → chunk-NPJLTZQZ.js} +3 -3
  130. package/dist/cli-bundle/chunks/{chunk-TUDAYIO7.js → chunk-NQTIOKHL.js} +12 -10
  131. package/dist/cli-bundle/chunks/{chunk-TUDAYIO7.js.map → chunk-NQTIOKHL.js.map} +1 -1
  132. package/dist/cli-bundle/chunks/{chunk-BFNFTHWQ.js → chunk-O67XP4FD.js} +3 -3
  133. package/dist/cli-bundle/chunks/{chunk-XPSGJ4IV.js → chunk-OVYXSZOQ.js} +11 -9
  134. package/dist/cli-bundle/chunks/{chunk-XPSGJ4IV.js.map → chunk-OVYXSZOQ.js.map} +2 -2
  135. package/dist/cli-bundle/chunks/{chunk-FOJEBRDD.js → chunk-P7PDLLCE.js} +5 -5
  136. package/dist/cli-bundle/chunks/{chunk-SN5X5GTU.js → chunk-PEACKWHL.js} +4 -4
  137. package/dist/cli-bundle/chunks/{chunk-HZZ3AC27.js → chunk-PFRGQZG2.js} +3 -3
  138. package/dist/cli-bundle/chunks/{chunk-Q3CFSOQZ.js → chunk-PMU2OJ3N.js} +4 -4
  139. package/dist/cli-bundle/chunks/{chunk-5STY7NVM.js → chunk-PUMTJMMF.js} +4 -4
  140. package/dist/cli-bundle/chunks/{chunk-K52C6YPA.js → chunk-QTJCMK2S.js} +5 -5
  141. package/dist/cli-bundle/chunks/{chunk-6FU5BVRB.js → chunk-RAE2SLNO.js} +4 -4
  142. package/dist/cli-bundle/chunks/{chunk-YR5R4FMQ.js → chunk-RYA7QE7B.js} +10 -10
  143. package/dist/cli-bundle/chunks/{chunk-TTCJCKUJ.js → chunk-SL337EYZ.js} +379 -20
  144. package/dist/cli-bundle/chunks/chunk-SL337EYZ.js.map +7 -0
  145. package/dist/cli-bundle/chunks/{chunk-RDJXIAJB.js → chunk-SMKQFGDI.js} +9 -6
  146. package/dist/cli-bundle/chunks/chunk-SMKQFGDI.js.map +7 -0
  147. package/dist/cli-bundle/chunks/{chunk-UFNFHCAC.js → chunk-SWQMU4AD.js} +2 -2
  148. package/dist/cli-bundle/chunks/{chunk-MFLLULHU.js → chunk-TB2CZJAQ.js} +5 -4
  149. package/dist/cli-bundle/chunks/chunk-TB2CZJAQ.js.map +1 -0
  150. package/dist/cli-bundle/chunks/{chunk-WVEMZZCR.js → chunk-TEKAGPZV.js} +3 -3
  151. package/dist/cli-bundle/chunks/{chunk-JH5XDDYS.js → chunk-TM5E2IED.js} +5 -5
  152. package/dist/cli-bundle/chunks/{chunk-C6XSTACC.js → chunk-TTRL5GE6.js} +3 -3
  153. package/dist/cli-bundle/chunks/{chunk-AEOFBBWO.js → chunk-UA2VI62P.js} +3 -3
  154. package/dist/cli-bundle/chunks/{chunk-6RR4XM5H.js → chunk-UYK26VRP.js} +3 -3
  155. package/dist/cli-bundle/chunks/{chunk-CXH7EMSB.js → chunk-VBDQTL3Z.js} +3 -3
  156. package/dist/cli-bundle/chunks/{chunk-NGBWEYNY.js → chunk-W2FXYQ6D.js} +5 -5
  157. package/dist/cli-bundle/chunks/{chunk-UURYLDDC.js → chunk-WZ7EPGUX.js} +5 -5
  158. package/dist/cli-bundle/chunks/{chunk-2RADY7IB.js → chunk-XES6AVCK.js} +427 -126
  159. package/dist/cli-bundle/chunks/chunk-XES6AVCK.js.map +1 -0
  160. package/dist/cli-bundle/chunks/{chunk-QYZMZD4L.js → chunk-XVCB574W.js} +4 -4
  161. package/dist/cli-bundle/chunks/{chunk-F5DDGY6R.js → chunk-XWS3Z57Q.js} +3 -3
  162. package/dist/cli-bundle/chunks/{chunk-EP2CKDS7.js → chunk-XXJB4GLJ.js} +2 -2
  163. package/dist/cli-bundle/chunks/{chunk-NTOOEVJ4.js → chunk-Y5Q4FEE4.js} +47 -7
  164. package/dist/cli-bundle/chunks/chunk-Y5Q4FEE4.js.map +1 -0
  165. package/dist/cli-bundle/chunks/{chunk-DUBC6TI3.js → chunk-YA4B6P3L.js} +37 -15
  166. package/dist/cli-bundle/chunks/chunk-YA4B6P3L.js.map +7 -0
  167. package/dist/cli-bundle/chunks/{chunk-FL625JJM.js → chunk-Z3R2Z5KW.js} +145 -62
  168. package/dist/cli-bundle/chunks/chunk-Z3R2Z5KW.js.map +7 -0
  169. package/dist/cli-bundle/chunks/{chunk-RLHQ3G4M.js → chunk-Z5MFM54X.js} +34 -7
  170. package/dist/cli-bundle/chunks/chunk-Z5MFM54X.js.map +7 -0
  171. package/dist/cli-bundle/chunks/{chunk-6WCXSC5V.js → chunk-ZGDJA6WI.js} +5 -5
  172. package/dist/cli-bundle/chunks/{chunk-TKWTJGD6.js → chunk-ZIU35KME.js} +5 -5
  173. package/dist/cli-bundle/chunks/{chunk-YUMNZS3X.js → chunk-ZQ2KEWE7.js} +3 -3
  174. package/dist/cli-bundle/chunks/close-2NVUCJXV.js +12 -0
  175. package/dist/cli-bundle/chunks/{close-K6BFI3OX.js → close-BZPS37KL.js} +5 -5
  176. package/dist/cli-bundle/chunks/{close-many-6NBL3PM4.js → close-many-KKNCGLVR.js} +13 -13
  177. package/dist/cli-bundle/chunks/close-many-S5WKLWVO.js +22 -0
  178. package/dist/cli-bundle/chunks/{comments-PLFK5ZKK.js → comments-PV5XG342.js} +7 -7
  179. package/dist/cli-bundle/chunks/comments-XAM2ADHO.js +13 -0
  180. package/dist/cli-bundle/chunks/copy-OJ2YNJ7S.js +9 -0
  181. package/dist/cli-bundle/chunks/{copy-VH3L4MN2.js → copy-OZDYDQUG.js} +4 -4
  182. package/dist/cli-bundle/chunks/create-5O3QK3PX.js +25 -0
  183. package/dist/cli-bundle/chunks/{create-TRIBYORN.js → create-WGFKEJAK.js} +9 -9
  184. package/dist/cli-bundle/chunks/{delete-ZNXUNCZR.js → delete-NTYXFL7A.js} +4 -4
  185. package/dist/cli-bundle/chunks/delete-V7FPW6JL.js +10 -0
  186. package/dist/cli-bundle/chunks/{deps-CVDY7FFK.js → deps-7WVENNH3.js} +4 -4
  187. package/dist/cli-bundle/chunks/{deps-SZXQHV73.js → deps-Z6RD6RWW.js} +4 -4
  188. package/dist/cli-bundle/chunks/{docs-DR74ITCD.js → docs-2NIRGHAN.js} +6 -6
  189. package/dist/cli-bundle/chunks/docs-SOY2CMH3.js +14 -0
  190. package/dist/cli-bundle/chunks/{files-QEFQ2M3H.js → files-4OH2I663.js} +6 -6
  191. package/dist/cli-bundle/chunks/{files-H5YCA74Z.js → files-5KNAFW67.js} +6 -6
  192. package/dist/cli-bundle/chunks/{focus-55TRYSNA.js → focus-CLNZWWKW.js} +5 -5
  193. package/dist/cli-bundle/chunks/focus-JUKXZN3J.js +10 -0
  194. package/dist/cli-bundle/chunks/{history-compact-JJZ4EFL3.js → history-compact-R3T3XPD4.js} +9 -9
  195. package/dist/cli-bundle/chunks/history-compact-WKAKPLFQ.js +21 -0
  196. package/dist/cli-bundle/chunks/{history-redact-TPPUT3A5.js → history-redact-CLJDCBNF.js} +7 -7
  197. package/dist/cli-bundle/chunks/history-redact-Y67UDKD3.js +17 -0
  198. package/dist/cli-bundle/chunks/history-repair-2WLXWQAM.js +19 -0
  199. package/dist/cli-bundle/chunks/{history-repair-J7PIZ6ZP.js → history-repair-LNA7V2VI.js} +9 -9
  200. package/dist/cli-bundle/chunks/{learnings-KB6BT4NR.js → learnings-2L72KBOE.js} +7 -7
  201. package/dist/cli-bundle/chunks/learnings-PNK7WUWO.js +13 -0
  202. package/dist/cli-bundle/chunks/{notes-ZTHXVOKM.js → notes-USDIABZV.js} +7 -7
  203. package/dist/cli-bundle/chunks/notes-X4SWEJSB.js +13 -0
  204. package/dist/cli-bundle/chunks/plan-JU454RMZ.js +24 -0
  205. package/dist/cli-bundle/chunks/{plan-CJPKFRBK.js → plan-U4RWU56Z.js} +10 -10
  206. package/dist/cli-bundle/chunks/{profile-AQNHXOYA.js → profile-COBKZJUQ.js} +9 -9
  207. package/dist/cli-bundle/chunks/{profile-HTBFINKQ.js → profile-RKIRCXH7.js} +9 -9
  208. package/dist/cli-bundle/chunks/{register-list-query-EEF33SUJ.js → register-list-query-2VBANNFM.js} +20 -18
  209. package/dist/cli-bundle/chunks/register-list-query-2VBANNFM.js.map +1 -0
  210. package/dist/cli-bundle/chunks/{register-list-query-S4FBWIWN.js → register-list-query-4AZEKWZ5.js} +19 -17
  211. package/dist/cli-bundle/chunks/register-list-query-4AZEKWZ5.js.map +7 -0
  212. package/dist/cli-bundle/chunks/{register-mutation-QFLRBCI7.js → register-mutation-JGXTDEIZ.js} +29 -29
  213. package/dist/cli-bundle/chunks/{register-mutation-L5Q7AUDN.js → register-mutation-XVO4GGZI.js} +29 -29
  214. package/dist/cli-bundle/chunks/{register-operations-HDE4FVW4.js → register-operations-4EEFV5KJ.js} +30 -29
  215. package/dist/cli-bundle/chunks/register-operations-4EEFV5KJ.js.map +1 -0
  216. package/dist/cli-bundle/chunks/{register-operations-QDU43FCG.js → register-operations-UV25Z4BN.js} +29 -28
  217. package/dist/cli-bundle/chunks/register-operations-UV25Z4BN.js.map +7 -0
  218. package/dist/cli-bundle/chunks/{register-setup-EGMTAXDC.js → register-setup-MMXQQC5J.js} +27 -19
  219. package/dist/cli-bundle/chunks/register-setup-MMXQQC5J.js.map +1 -0
  220. package/dist/cli-bundle/chunks/{register-setup-PNIO3L2P.js → register-setup-NQE5MW63.js} +26 -18
  221. package/dist/cli-bundle/chunks/register-setup-NQE5MW63.js.map +7 -0
  222. package/dist/cli-bundle/chunks/restore-54HR2EYD.js +15 -0
  223. package/dist/cli-bundle/chunks/{restore-BTBEZ5CK.js → restore-BINCHJIY.js} +7 -7
  224. package/dist/cli-bundle/chunks/{schema-DGSTYYQB.js → schema-2JZNEQSG.js} +6 -6
  225. package/dist/cli-bundle/chunks/{schema-HAIBEE24.js → schema-VV3K5WZI.js} +6 -6
  226. package/dist/cli-bundle/chunks/{update-MP4XLU56.js → update-DK3GAY5D.js} +12 -12
  227. package/dist/cli-bundle/chunks/update-OIMRKTX6.js +21 -0
  228. package/dist/cli-bundle/chunks/update-many-5KI6MW76.js +31 -0
  229. package/dist/cli-bundle/chunks/update-many-IOLDHIZT.js +35 -0
  230. package/dist/cli-bundle/main.js +16 -54
  231. package/dist/cli-bundle/main.js.map +3 -3
  232. package/dist/cli-bundle/sdk-runtime.js +117 -53
  233. package/dist/cli-bundle/sdk-testing.js +6 -6
  234. package/dist/cli-bundle/sdk.js +142 -58
  235. package/dist/cli-bundle/sdk.js.map +3 -3
  236. package/dist/core/extensions/extension-types.d.ts +1 -1
  237. package/dist/core/extensions/extension-types.js +3 -2
  238. package/dist/core/extensions/extension-types.js.map +1 -1
  239. package/dist/core/extensions/index.d.ts +1 -0
  240. package/dist/core/extensions/index.js +3 -2
  241. package/dist/core/extensions/index.js.map +1 -1
  242. package/dist/core/store/front-matter-cache.d.ts +8 -0
  243. package/dist/core/store/front-matter-cache.js +22 -9
  244. package/dist/core/store/front-matter-cache.js.map +1 -1
  245. package/dist/sdk/cli-contracts/commander-mutation-options.js +4 -4
  246. package/dist/sdk/cli-contracts/commander-mutation-options.js.map +1 -1
  247. package/dist/sdk/cli-contracts/enum-contracts.d.ts +1 -1
  248. package/dist/sdk/cli-contracts/flag-contracts.js +10 -2
  249. package/dist/sdk/cli-contracts/flag-contracts.js.map +1 -1
  250. package/dist/sdk/cli-contracts/tool-option-contracts.js +10 -5
  251. package/dist/sdk/cli-contracts/tool-option-contracts.js.map +1 -1
  252. package/dist/sdk/cli-contracts/tool-parameter-tables.js +12 -4
  253. package/dist/sdk/cli-contracts/tool-parameter-tables.js.map +1 -1
  254. package/dist/sdk/cli-contracts/tool-schema.d.ts +4 -0
  255. package/dist/sdk/cli-contracts/tool-schema.js +66 -11
  256. package/dist/sdk/cli-contracts/tool-schema.js.map +1 -1
  257. package/dist/sdk/context-relevance.d.ts +166 -0
  258. package/dist/sdk/context-relevance.js +299 -0
  259. package/dist/sdk/context-relevance.js.map +1 -0
  260. package/dist/sdk/index.d.ts +2 -1
  261. package/dist/sdk/index.js +4 -3
  262. package/dist/sdk/index.js.map +1 -1
  263. package/dist/sdk/runtime.d.ts +340 -25
  264. package/dist/sdk/runtime.js +413 -25
  265. package/dist/sdk/runtime.js.map +1 -1
  266. package/docs/AGENT_GUIDE.md +3 -0
  267. package/docs/COMMANDS.md +17 -2
  268. package/docs/EXTENSIONS.md +3 -1
  269. package/docs/SDK.md +115 -0
  270. package/docs/TESTING.md +40 -1
  271. package/package.json +4 -2
  272. package/dist/cli-bundle/chunks/append-CDPAYYSB.js +0 -11
  273. package/dist/cli-bundle/chunks/chunk-2BVD4ZD2.js.map +0 -7
  274. package/dist/cli-bundle/chunks/chunk-2RADY7IB.js.map +0 -1
  275. package/dist/cli-bundle/chunks/chunk-3FRNNVWY.js.map +0 -7
  276. package/dist/cli-bundle/chunks/chunk-ASMRSIDX.js.map +0 -7
  277. package/dist/cli-bundle/chunks/chunk-BPJ5NYSJ.js.map +0 -7
  278. package/dist/cli-bundle/chunks/chunk-DUBC6TI3.js.map +0 -7
  279. package/dist/cli-bundle/chunks/chunk-FL625JJM.js.map +0 -7
  280. package/dist/cli-bundle/chunks/chunk-G4FKP4ID.js.map +0 -1
  281. package/dist/cli-bundle/chunks/chunk-GE44TQMC.js.map +0 -1
  282. package/dist/cli-bundle/chunks/chunk-HI27UADG.js.map +0 -1
  283. package/dist/cli-bundle/chunks/chunk-KMXVZ2P7.js.map +0 -1
  284. package/dist/cli-bundle/chunks/chunk-MFLLULHU.js.map +0 -1
  285. package/dist/cli-bundle/chunks/chunk-ML27MHNM.js.map +0 -1
  286. package/dist/cli-bundle/chunks/chunk-NTOOEVJ4.js.map +0 -1
  287. package/dist/cli-bundle/chunks/chunk-PJPZTE7P.js.map +0 -7
  288. package/dist/cli-bundle/chunks/chunk-RDJXIAJB.js.map +0 -7
  289. package/dist/cli-bundle/chunks/chunk-RLHQ3G4M.js.map +0 -7
  290. package/dist/cli-bundle/chunks/chunk-TR2C6V5T.js.map +0 -7
  291. package/dist/cli-bundle/chunks/chunk-TTCJCKUJ.js.map +0 -7
  292. package/dist/cli-bundle/chunks/chunk-TU5P744I.js.map +0 -7
  293. package/dist/cli-bundle/chunks/chunk-UCRYCT5M.js.map +0 -1
  294. package/dist/cli-bundle/chunks/chunk-UVFJSKTF.js.map +0 -1
  295. package/dist/cli-bundle/chunks/chunk-XN5BEN2B.js.map +0 -1
  296. package/dist/cli-bundle/chunks/chunk-ZMOPZFVT.js.map +0 -1
  297. package/dist/cli-bundle/chunks/close-E3RLZSP2.js +0 -12
  298. package/dist/cli-bundle/chunks/close-many-X4YKS3RO.js +0 -22
  299. package/dist/cli-bundle/chunks/comments-ZNOD5PTV.js +0 -13
  300. package/dist/cli-bundle/chunks/copy-F7BUFY4J.js +0 -9
  301. package/dist/cli-bundle/chunks/create-AMBMYP6F.js +0 -25
  302. package/dist/cli-bundle/chunks/delete-6KQHZYIP.js +0 -10
  303. package/dist/cli-bundle/chunks/docs-WCVYY6I7.js +0 -14
  304. package/dist/cli-bundle/chunks/focus-N2QGNS5D.js +0 -10
  305. package/dist/cli-bundle/chunks/history-compact-GWQ4UOEI.js +0 -21
  306. package/dist/cli-bundle/chunks/history-redact-4GJOLXCM.js +0 -17
  307. package/dist/cli-bundle/chunks/history-repair-HVCVCGUF.js +0 -19
  308. package/dist/cli-bundle/chunks/learnings-YYY3U2Y7.js +0 -13
  309. package/dist/cli-bundle/chunks/notes-BGG7VL72.js +0 -13
  310. package/dist/cli-bundle/chunks/plan-MK2QY3GA.js +0 -24
  311. package/dist/cli-bundle/chunks/register-list-query-EEF33SUJ.js.map +0 -1
  312. package/dist/cli-bundle/chunks/register-list-query-S4FBWIWN.js.map +0 -7
  313. package/dist/cli-bundle/chunks/register-operations-HDE4FVW4.js.map +0 -1
  314. package/dist/cli-bundle/chunks/register-operations-QDU43FCG.js.map +0 -7
  315. package/dist/cli-bundle/chunks/register-setup-EGMTAXDC.js.map +0 -1
  316. package/dist/cli-bundle/chunks/register-setup-PNIO3L2P.js.map +0 -7
  317. package/dist/cli-bundle/chunks/restore-EX4UUZL6.js +0 -15
  318. package/dist/cli-bundle/chunks/update-SDIRJGSY.js +0 -21
  319. package/dist/cli-bundle/chunks/update-many-34AIU6W7.js +0 -31
  320. package/dist/cli-bundle/chunks/update-many-JUPCNOKV.js +0 -35
  321. /package/dist/cli-bundle/chunks/{append-CDPAYYSB.js.map → append-G7NGOQVU.js.map} +0 -0
  322. /package/dist/cli-bundle/chunks/{append-RSPHC423.js.map → append-SIECQAPH.js.map} +0 -0
  323. /package/dist/cli-bundle/chunks/{chunk-CGDUIPJL.js.map → chunk-22PW73KV.js.map} +0 -0
  324. /package/dist/cli-bundle/chunks/{chunk-GO2X6ZRB.js.map → chunk-35U3AVRY.js.map} +0 -0
  325. /package/dist/cli-bundle/chunks/{chunk-4I7KS5ES.js.map → chunk-3JFQRPOI.js.map} +0 -0
  326. /package/dist/cli-bundle/chunks/{chunk-NRMDT4OV.js.map → chunk-3THCOPYI.js.map} +0 -0
  327. /package/dist/cli-bundle/chunks/{chunk-D6J5673C.js.map → chunk-4BINCIRM.js.map} +0 -0
  328. /package/dist/cli-bundle/chunks/{chunk-D63PEJTB.js.map → chunk-4P2GYOM5.js.map} +0 -0
  329. /package/dist/cli-bundle/chunks/{chunk-LHDHS4Z6.js.map → chunk-4QE5HOJY.js.map} +0 -0
  330. /package/dist/cli-bundle/chunks/{chunk-5VAZHYVQ.js.map → chunk-56J3MPGE.js.map} +0 -0
  331. /package/dist/cli-bundle/chunks/{chunk-IINCZYM3.js.map → chunk-62ECRG6J.js.map} +0 -0
  332. /package/dist/cli-bundle/chunks/{chunk-EYPIUFWJ.js.map → chunk-62KPBB2W.js.map} +0 -0
  333. /package/dist/cli-bundle/chunks/{chunk-3FUXM574.js.map → chunk-6MK6M35B.js.map} +0 -0
  334. /package/dist/cli-bundle/chunks/{chunk-GQOKFX2G.js.map → chunk-6WIP52LQ.js.map} +0 -0
  335. /package/dist/cli-bundle/chunks/{chunk-GLMJLBLR.js.map → chunk-75NAGPEL.js.map} +0 -0
  336. /package/dist/cli-bundle/chunks/{chunk-6TD5QGIB.js.map → chunk-77CWXIAC.js.map} +0 -0
  337. /package/dist/cli-bundle/chunks/{chunk-PAWPLIWW.js.map → chunk-7THLDY3D.js.map} +0 -0
  338. /package/dist/cli-bundle/chunks/{chunk-QJZM5WO5.js.map → chunk-7TRCAREE.js.map} +0 -0
  339. /package/dist/cli-bundle/chunks/{chunk-EEJKHF7M.js.map → chunk-7TRVVYPI.js.map} +0 -0
  340. /package/dist/cli-bundle/chunks/{chunk-7QKSLAHB.js.map → chunk-AIWGQK6K.js.map} +0 -0
  341. /package/dist/cli-bundle/chunks/{chunk-P2WE5KCU.js.map → chunk-AKCHJXJ4.js.map} +0 -0
  342. /package/dist/cli-bundle/chunks/{chunk-KFL3XHMA.js.map → chunk-AYPXY3HF.js.map} +0 -0
  343. /package/dist/cli-bundle/chunks/{chunk-RL24NAUX.js.map → chunk-B7FCPO65.js.map} +0 -0
  344. /package/dist/cli-bundle/chunks/{chunk-4OCWJ2AP.js.map → chunk-BC7QBM2A.js.map} +0 -0
  345. /package/dist/cli-bundle/chunks/{chunk-LD2NBQ5T.js.map → chunk-BST7GFIX.js.map} +0 -0
  346. /package/dist/cli-bundle/chunks/{chunk-FJR2S7S4.js.map → chunk-CYBW4HK7.js.map} +0 -0
  347. /package/dist/cli-bundle/chunks/{chunk-7UCBLJDF.js.map → chunk-DDF7UMVV.js.map} +0 -0
  348. /package/dist/cli-bundle/chunks/{chunk-YQEKE4FO.js.map → chunk-DLHFJZ2S.js.map} +0 -0
  349. /package/dist/cli-bundle/chunks/{chunk-PCBZ2VJD.js.map → chunk-DMD2TENU.js.map} +0 -0
  350. /package/dist/cli-bundle/chunks/{chunk-SCJPFQQT.js.map → chunk-DN67YDFH.js.map} +0 -0
  351. /package/dist/cli-bundle/chunks/{chunk-7TBUV7XS.js.map → chunk-DNHILSD7.js.map} +0 -0
  352. /package/dist/cli-bundle/chunks/{chunk-FFB3WITE.js.map → chunk-DT6NDP53.js.map} +0 -0
  353. /package/dist/cli-bundle/chunks/{chunk-3V5C7PUH.js.map → chunk-DYUAQVDK.js.map} +0 -0
  354. /package/dist/cli-bundle/chunks/{chunk-MCH6IKK7.js.map → chunk-E2RJZQNW.js.map} +0 -0
  355. /package/dist/cli-bundle/chunks/{chunk-6ZKDMEVT.js.map → chunk-ECXJ7OHI.js.map} +0 -0
  356. /package/dist/cli-bundle/chunks/{chunk-LG4N6YOK.js.map → chunk-ESXG6VFX.js.map} +0 -0
  357. /package/dist/cli-bundle/chunks/{chunk-GSQVQINP.js.map → chunk-FBD2WUNS.js.map} +0 -0
  358. /package/dist/cli-bundle/chunks/{chunk-YSRXFGNV.js.map → chunk-FSD7W7Y2.js.map} +0 -0
  359. /package/dist/cli-bundle/chunks/{chunk-JYVPLGOW.js.map → chunk-FWL5XVYI.js.map} +0 -0
  360. /package/dist/cli-bundle/chunks/{chunk-SIQGG335.js.map → chunk-GMNCW27N.js.map} +0 -0
  361. /package/dist/cli-bundle/chunks/{chunk-3SHDAKMF.js.map → chunk-GPPWUJMR.js.map} +0 -0
  362. /package/dist/cli-bundle/chunks/{chunk-W2VFNVSJ.js.map → chunk-H3HKQXQJ.js.map} +0 -0
  363. /package/dist/cli-bundle/chunks/{chunk-UIHDZS6X.js.map → chunk-HFQ7QQZL.js.map} +0 -0
  364. /package/dist/cli-bundle/chunks/{chunk-Z6RLSNUX.js.map → chunk-HLUB7G6J.js.map} +0 -0
  365. /package/dist/cli-bundle/chunks/{chunk-U72GF3I2.js.map → chunk-INAZHXOI.js.map} +0 -0
  366. /package/dist/cli-bundle/chunks/{chunk-INOWVPUD.js.map → chunk-J3ELHLOJ.js.map} +0 -0
  367. /package/dist/cli-bundle/chunks/{chunk-UH6VFRV6.js.map → chunk-J3Z2JMDV.js.map} +0 -0
  368. /package/dist/cli-bundle/chunks/{chunk-MYHFZNBO.js.map → chunk-JFOBTM4D.js.map} +0 -0
  369. /package/dist/cli-bundle/chunks/{chunk-J6AD3GWC.js.map → chunk-JNELC5UO.js.map} +0 -0
  370. /package/dist/cli-bundle/chunks/{chunk-YUCKM3MD.js.map → chunk-JQ5NB6O2.js.map} +0 -0
  371. /package/dist/cli-bundle/chunks/{chunk-3UXIMY62.js.map → chunk-KFC6X4PI.js.map} +0 -0
  372. /package/dist/cli-bundle/chunks/{chunk-C3YU3TXX.js.map → chunk-L2SWAZ3S.js.map} +0 -0
  373. /package/dist/cli-bundle/chunks/{chunk-QLEH6FTQ.js.map → chunk-LVVZLEW5.js.map} +0 -0
  374. /package/dist/cli-bundle/chunks/{chunk-RFHLRMLQ.js.map → chunk-M66PC7JI.js.map} +0 -0
  375. /package/dist/cli-bundle/chunks/{chunk-UEATYUZW.js.map → chunk-M7JYEBPT.js.map} +0 -0
  376. /package/dist/cli-bundle/chunks/{chunk-Z2JQH2MG.js.map → chunk-MQ632QRB.js.map} +0 -0
  377. /package/dist/cli-bundle/chunks/{chunk-IYRG5AEC.js.map → chunk-N7N3PUUP.js.map} +0 -0
  378. /package/dist/cli-bundle/chunks/{chunk-3YJDIJIE.js.map → chunk-NPJLTZQZ.js.map} +0 -0
  379. /package/dist/cli-bundle/chunks/{chunk-BFNFTHWQ.js.map → chunk-O67XP4FD.js.map} +0 -0
  380. /package/dist/cli-bundle/chunks/{chunk-FOJEBRDD.js.map → chunk-P7PDLLCE.js.map} +0 -0
  381. /package/dist/cli-bundle/chunks/{chunk-SN5X5GTU.js.map → chunk-PEACKWHL.js.map} +0 -0
  382. /package/dist/cli-bundle/chunks/{chunk-HZZ3AC27.js.map → chunk-PFRGQZG2.js.map} +0 -0
  383. /package/dist/cli-bundle/chunks/{chunk-Q3CFSOQZ.js.map → chunk-PMU2OJ3N.js.map} +0 -0
  384. /package/dist/cli-bundle/chunks/{chunk-5STY7NVM.js.map → chunk-PUMTJMMF.js.map} +0 -0
  385. /package/dist/cli-bundle/chunks/{chunk-K52C6YPA.js.map → chunk-QTJCMK2S.js.map} +0 -0
  386. /package/dist/cli-bundle/chunks/{chunk-6FU5BVRB.js.map → chunk-RAE2SLNO.js.map} +0 -0
  387. /package/dist/cli-bundle/chunks/{chunk-YR5R4FMQ.js.map → chunk-RYA7QE7B.js.map} +0 -0
  388. /package/dist/cli-bundle/chunks/{chunk-UFNFHCAC.js.map → chunk-SWQMU4AD.js.map} +0 -0
  389. /package/dist/cli-bundle/chunks/{chunk-WVEMZZCR.js.map → chunk-TEKAGPZV.js.map} +0 -0
  390. /package/dist/cli-bundle/chunks/{chunk-JH5XDDYS.js.map → chunk-TM5E2IED.js.map} +0 -0
  391. /package/dist/cli-bundle/chunks/{chunk-C6XSTACC.js.map → chunk-TTRL5GE6.js.map} +0 -0
  392. /package/dist/cli-bundle/chunks/{chunk-AEOFBBWO.js.map → chunk-UA2VI62P.js.map} +0 -0
  393. /package/dist/cli-bundle/chunks/{chunk-6RR4XM5H.js.map → chunk-UYK26VRP.js.map} +0 -0
  394. /package/dist/cli-bundle/chunks/{chunk-CXH7EMSB.js.map → chunk-VBDQTL3Z.js.map} +0 -0
  395. /package/dist/cli-bundle/chunks/{chunk-NGBWEYNY.js.map → chunk-W2FXYQ6D.js.map} +0 -0
  396. /package/dist/cli-bundle/chunks/{chunk-UURYLDDC.js.map → chunk-WZ7EPGUX.js.map} +0 -0
  397. /package/dist/cli-bundle/chunks/{chunk-QYZMZD4L.js.map → chunk-XVCB574W.js.map} +0 -0
  398. /package/dist/cli-bundle/chunks/{chunk-F5DDGY6R.js.map → chunk-XWS3Z57Q.js.map} +0 -0
  399. /package/dist/cli-bundle/chunks/{chunk-EP2CKDS7.js.map → chunk-XXJB4GLJ.js.map} +0 -0
  400. /package/dist/cli-bundle/chunks/{chunk-6WCXSC5V.js.map → chunk-ZGDJA6WI.js.map} +0 -0
  401. /package/dist/cli-bundle/chunks/{chunk-TKWTJGD6.js.map → chunk-ZIU35KME.js.map} +0 -0
  402. /package/dist/cli-bundle/chunks/{chunk-YUMNZS3X.js.map → chunk-ZQ2KEWE7.js.map} +0 -0
  403. /package/dist/cli-bundle/chunks/{close-E3RLZSP2.js.map → close-2NVUCJXV.js.map} +0 -0
  404. /package/dist/cli-bundle/chunks/{close-K6BFI3OX.js.map → close-BZPS37KL.js.map} +0 -0
  405. /package/dist/cli-bundle/chunks/{close-many-6NBL3PM4.js.map → close-many-KKNCGLVR.js.map} +0 -0
  406. /package/dist/cli-bundle/chunks/{close-many-X4YKS3RO.js.map → close-many-S5WKLWVO.js.map} +0 -0
  407. /package/dist/cli-bundle/chunks/{comments-PLFK5ZKK.js.map → comments-PV5XG342.js.map} +0 -0
  408. /package/dist/cli-bundle/chunks/{comments-ZNOD5PTV.js.map → comments-XAM2ADHO.js.map} +0 -0
  409. /package/dist/cli-bundle/chunks/{copy-F7BUFY4J.js.map → copy-OJ2YNJ7S.js.map} +0 -0
  410. /package/dist/cli-bundle/chunks/{copy-VH3L4MN2.js.map → copy-OZDYDQUG.js.map} +0 -0
  411. /package/dist/cli-bundle/chunks/{create-AMBMYP6F.js.map → create-5O3QK3PX.js.map} +0 -0
  412. /package/dist/cli-bundle/chunks/{create-TRIBYORN.js.map → create-WGFKEJAK.js.map} +0 -0
  413. /package/dist/cli-bundle/chunks/{delete-ZNXUNCZR.js.map → delete-NTYXFL7A.js.map} +0 -0
  414. /package/dist/cli-bundle/chunks/{delete-6KQHZYIP.js.map → delete-V7FPW6JL.js.map} +0 -0
  415. /package/dist/cli-bundle/chunks/{deps-CVDY7FFK.js.map → deps-7WVENNH3.js.map} +0 -0
  416. /package/dist/cli-bundle/chunks/{deps-SZXQHV73.js.map → deps-Z6RD6RWW.js.map} +0 -0
  417. /package/dist/cli-bundle/chunks/{docs-DR74ITCD.js.map → docs-2NIRGHAN.js.map} +0 -0
  418. /package/dist/cli-bundle/chunks/{docs-WCVYY6I7.js.map → docs-SOY2CMH3.js.map} +0 -0
  419. /package/dist/cli-bundle/chunks/{files-QEFQ2M3H.js.map → files-4OH2I663.js.map} +0 -0
  420. /package/dist/cli-bundle/chunks/{files-H5YCA74Z.js.map → files-5KNAFW67.js.map} +0 -0
  421. /package/dist/cli-bundle/chunks/{focus-55TRYSNA.js.map → focus-CLNZWWKW.js.map} +0 -0
  422. /package/dist/cli-bundle/chunks/{focus-N2QGNS5D.js.map → focus-JUKXZN3J.js.map} +0 -0
  423. /package/dist/cli-bundle/chunks/{history-compact-JJZ4EFL3.js.map → history-compact-R3T3XPD4.js.map} +0 -0
  424. /package/dist/cli-bundle/chunks/{history-compact-GWQ4UOEI.js.map → history-compact-WKAKPLFQ.js.map} +0 -0
  425. /package/dist/cli-bundle/chunks/{history-redact-TPPUT3A5.js.map → history-redact-CLJDCBNF.js.map} +0 -0
  426. /package/dist/cli-bundle/chunks/{history-redact-4GJOLXCM.js.map → history-redact-Y67UDKD3.js.map} +0 -0
  427. /package/dist/cli-bundle/chunks/{history-repair-HVCVCGUF.js.map → history-repair-2WLXWQAM.js.map} +0 -0
  428. /package/dist/cli-bundle/chunks/{history-repair-J7PIZ6ZP.js.map → history-repair-LNA7V2VI.js.map} +0 -0
  429. /package/dist/cli-bundle/chunks/{learnings-KB6BT4NR.js.map → learnings-2L72KBOE.js.map} +0 -0
  430. /package/dist/cli-bundle/chunks/{learnings-YYY3U2Y7.js.map → learnings-PNK7WUWO.js.map} +0 -0
  431. /package/dist/cli-bundle/chunks/{notes-ZTHXVOKM.js.map → notes-USDIABZV.js.map} +0 -0
  432. /package/dist/cli-bundle/chunks/{notes-BGG7VL72.js.map → notes-X4SWEJSB.js.map} +0 -0
  433. /package/dist/cli-bundle/chunks/{plan-MK2QY3GA.js.map → plan-JU454RMZ.js.map} +0 -0
  434. /package/dist/cli-bundle/chunks/{plan-CJPKFRBK.js.map → plan-U4RWU56Z.js.map} +0 -0
  435. /package/dist/cli-bundle/chunks/{profile-AQNHXOYA.js.map → profile-COBKZJUQ.js.map} +0 -0
  436. /package/dist/cli-bundle/chunks/{profile-HTBFINKQ.js.map → profile-RKIRCXH7.js.map} +0 -0
  437. /package/dist/cli-bundle/chunks/{register-mutation-QFLRBCI7.js.map → register-mutation-JGXTDEIZ.js.map} +0 -0
  438. /package/dist/cli-bundle/chunks/{register-mutation-L5Q7AUDN.js.map → register-mutation-XVO4GGZI.js.map} +0 -0
  439. /package/dist/cli-bundle/chunks/{restore-EX4UUZL6.js.map → restore-54HR2EYD.js.map} +0 -0
  440. /package/dist/cli-bundle/chunks/{restore-BTBEZ5CK.js.map → restore-BINCHJIY.js.map} +0 -0
  441. /package/dist/cli-bundle/chunks/{schema-DGSTYYQB.js.map → schema-2JZNEQSG.js.map} +0 -0
  442. /package/dist/cli-bundle/chunks/{schema-HAIBEE24.js.map → schema-VV3K5WZI.js.map} +0 -0
  443. /package/dist/cli-bundle/chunks/{update-MP4XLU56.js.map → update-DK3GAY5D.js.map} +0 -0
  444. /package/dist/cli-bundle/chunks/{update-SDIRJGSY.js.map → update-OIMRKTX6.js.map} +0 -0
  445. /package/dist/cli-bundle/chunks/{update-many-34AIU6W7.js.map → update-many-5KI6MW76.js.map} +0 -0
  446. /package/dist/cli-bundle/chunks/{update-many-JUPCNOKV.js.map → update-many-IOLDHIZT.js.map} +0 -0
@@ -9,11 +9,11 @@ import {
9
9
  normalizeCreateOptions,
10
10
  normalizeUpdateOptions,
11
11
  readOptionString
12
- } from "./chunk-G4FKP4ID.js";
12
+ } from "./chunk-DWGHHSDC.js";
13
13
  import {
14
14
  CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,
15
15
  UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS
16
- } from "./chunk-ML27MHNM.js";
16
+ } from "./chunk-2RW5DWHQ.js";
17
17
  import {
18
18
  splitCommaList
19
19
  } from "./chunk-P4SESZGT.js";
@@ -21,14 +21,14 @@ import {
21
21
  printError,
22
22
  printResult,
23
23
  writeStdout
24
- } from "./chunk-U72GF3I2.js";
24
+ } from "./chunk-INAZHXOI.js";
25
25
  import {
26
26
  PmCliError
27
- } from "./chunk-NTOOEVJ4.js";
27
+ } from "./chunk-Y5Q4FEE4.js";
28
28
  import {
29
29
  BUILTIN_ITEM_TYPE_VALUES,
30
30
  EXIT_CODE
31
- } from "./chunk-MFLLULHU.js";
31
+ } from "./chunk-TB2CZJAQ.js";
32
32
 
33
33
  // dist/cli/register-mutation.js
34
34
  import { Option } from "commander";
@@ -461,7 +461,7 @@ async function runCreateAction(typeOrTitle, secondTitle, options, command) {
461
461
  delete options.bodyFile;
462
462
  }
463
463
  const normalized = normalizeCreateOptions(options, { requireType: false });
464
- const { runCreate } = await import("./create-TRIBYORN.js");
464
+ const { runCreate } = await import("./create-WGFKEJAK.js");
465
465
  const result = await runCreate(normalized, globalOptions);
466
466
  await invalidateSearchCachesForMutation(globalOptions, result);
467
467
  printResult(result, globalOptions);
@@ -494,7 +494,7 @@ function buildCloseManyListOptions(options) {
494
494
  async function runCloseManyAction(options, command) {
495
495
  const globalOptions = getGlobalOptions(command);
496
496
  const startedAt = Date.now();
497
- const { runCloseMany } = await import("./close-many-6NBL3PM4.js");
497
+ const { runCloseMany } = await import("./close-many-KKNCGLVR.js");
498
498
  const result = await runCloseMany({
499
499
  status: readOptionString(options, "filterStatus"),
500
500
  list: buildCloseManyListOptions(options),
@@ -519,7 +519,7 @@ async function runCloseManyAction(options, command) {
519
519
  async function runUpdateManyAction(options, command) {
520
520
  const globalOptions = getGlobalOptions(command);
521
521
  const startedAt = Date.now();
522
- const { runUpdateMany } = await import("./update-many-JUPCNOKV.js");
522
+ const { runUpdateMany } = await import("./update-many-IOLDHIZT.js");
523
523
  const result = await runUpdateMany({
524
524
  status: readOptionString(options, "filterStatus"),
525
525
  list: buildUpdateManyListOptions(options),
@@ -537,7 +537,7 @@ async function runUpdateManyAction(options, command) {
537
537
  async function runCloseAction(id, text, options, command) {
538
538
  const globalOptions = getGlobalOptions(command);
539
539
  const startedAt = Date.now();
540
- const { runClose } = await import("./close-K6BFI3OX.js");
540
+ const { runClose } = await import("./close-BZPS37KL.js");
541
541
  const reasonFromOption = typeof options.reason === "string" && options.reason.trim().length > 0 && options.reason || typeof options.closeReason === "string" && options.closeReason.trim().length > 0 && options.closeReason || void 0;
542
542
  const resolvedText = typeof text === "string" && text.length > 0 ? text : reasonFromOption;
543
543
  const result = await runClose(id, resolvedText, {
@@ -622,7 +622,7 @@ function parsePlanReorderTo(normalizedSubcommand, reorderToken) {
622
622
  async function runPlanAction(subcommand, id, stepRef, reorderToken, options, command) {
623
623
  const globalOptions = getGlobalOptions(command);
624
624
  const startedAt = Date.now();
625
- const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-CJPKFRBK.js");
625
+ const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-U4RWU56Z.js");
626
626
  const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
627
627
  assertKnownPlanSubcommand(subcommand, normalizedSubcommand, PLAN_SUBCOMMANDS);
628
628
  const planOptions = normalizePlanAliases(options);
@@ -657,7 +657,7 @@ function parseNonNegativeIntFlag(raw, flag) {
657
657
  async function runHistoryCompactAction(id, options, command) {
658
658
  const globalOptions = getGlobalOptions(command);
659
659
  const startedAt = Date.now();
660
- const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-JJZ4EFL3.js");
660
+ const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-R3T3XPD4.js");
661
661
  const ids = typeof options.ids === "string" ? splitCommaList(options.ids) : void 0;
662
662
  const allOver = parseNonNegativeIntFlag(options.allOver, "--all-over");
663
663
  const minEntries = parseNonNegativeIntFlag(options.minEntries, "--min-entries");
@@ -708,7 +708,7 @@ function splitCollectedCommaList(raw) {
708
708
  async function runSchemaAction(subcommand, name, options, command) {
709
709
  const globalOptions = getGlobalOptions(command);
710
710
  const startedAt = Date.now();
711
- const schemaModule = await import("./schema-HAIBEE24.js");
711
+ const schemaModule = await import("./schema-VV3K5WZI.js");
712
712
  const { SCHEMA_SUBCOMMANDS } = schemaModule;
713
713
  let normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
714
714
  let typeName = name;
@@ -788,7 +788,7 @@ async function runCommentsAction(id, text, options, command) {
788
788
  const globalOptions = getGlobalOptions(command);
789
789
  const startedAt = Date.now();
790
790
  const sources = resolveCommentSources(text, options);
791
- const { runComments } = await import("./comments-PLFK5ZKK.js");
791
+ const { runComments } = await import("./comments-PV5XG342.js");
792
792
  const result = await runComments(id, {
793
793
  add: sources.add,
794
794
  stdin: sources.readFromStdin,
@@ -812,7 +812,7 @@ async function runCommentsAction(id, text, options, command) {
812
812
  async function runCopyAction(id, options, command) {
813
813
  const globalOptions = getGlobalOptions(command);
814
814
  const startedAt = Date.now();
815
- const { runCopy } = await import("./copy-VH3L4MN2.js");
815
+ const { runCopy } = await import("./copy-OZDYDQUG.js");
816
816
  const result = await runCopy(id, {
817
817
  title: readOptionString(options, "title"),
818
818
  author: readOptionString(options, "author"),
@@ -827,7 +827,7 @@ async function runCopyAction(id, options, command) {
827
827
  async function runFocusAction(id, options, command) {
828
828
  const globalOptions = getGlobalOptions(command);
829
829
  const startedAt = Date.now();
830
- const { runFocus } = await import("./focus-55TRYSNA.js");
830
+ const { runFocus } = await import("./focus-CLNZWWKW.js");
831
831
  const result = await runFocus(id, { clear: options.clear === true }, globalOptions);
832
832
  printResult(result, globalOptions);
833
833
  if (globalOptions.profile) {
@@ -841,7 +841,7 @@ async function runUpdateAction(id, options, command) {
841
841
  options.body = await resolveBodyFileContent(options.bodyFile, options.body !== void 0 ? String(options.body) : void 0);
842
842
  delete options.bodyFile;
843
843
  }
844
- const { runUpdate } = await import("./update-MP4XLU56.js");
844
+ const { runUpdate } = await import("./update-DK3GAY5D.js");
845
845
  const result = await runUpdate(id, normalizeUpdateOptions(options), globalOptions);
846
846
  await invalidateSearchCachesForMutation(globalOptions, result);
847
847
  printResult(result, globalOptions);
@@ -852,7 +852,7 @@ async function runUpdateAction(id, options, command) {
852
852
  async function runDeleteAction(id, options, command) {
853
853
  const globalOptions = getGlobalOptions(command);
854
854
  const startedAt = Date.now();
855
- const { runDelete } = await import("./delete-ZNXUNCZR.js");
855
+ const { runDelete } = await import("./delete-NTYXFL7A.js");
856
856
  const result = await runDelete(id, {
857
857
  author: readOptionString(options, "author"),
858
858
  message: readOptionString(options, "message"),
@@ -892,7 +892,7 @@ function resolveAppendBody(text, options) {
892
892
  async function runAppendAction(id, text, options, command) {
893
893
  const globalOptions = getGlobalOptions(command);
894
894
  const startedAt = Date.now();
895
- const { runAppend } = await import("./append-RSPHC423.js");
895
+ const { runAppend } = await import("./append-SIECQAPH.js");
896
896
  const result = await runAppend(id, {
897
897
  body: resolveAppendBody(text, options),
898
898
  author: readOptionString(options, "author"),
@@ -908,7 +908,7 @@ async function runAppendAction(id, text, options, command) {
908
908
  async function runRestoreAction(id, target, options, command) {
909
909
  const globalOptions = getGlobalOptions(command);
910
910
  const startedAt = Date.now();
911
- const { runRestore } = await import("./restore-BTBEZ5CK.js");
911
+ const { runRestore } = await import("./restore-BINCHJIY.js");
912
912
  const result = await runRestore(id, target, {
913
913
  author: readOptionString(options, "author"),
914
914
  message: readOptionString(options, "message"),
@@ -923,7 +923,7 @@ async function runRestoreAction(id, target, options, command) {
923
923
  async function runProfileAction(subcommand, name, options, command) {
924
924
  const globalOptions = getGlobalOptions(command);
925
925
  const startedAt = Date.now();
926
- const profileModule = await import("./profile-AQNHXOYA.js");
926
+ const profileModule = await import("./profile-COBKZJUQ.js");
927
927
  const { PROFILE_SUBCOMMANDS } = profileModule;
928
928
  const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
929
929
  if (!normalizedSubcommand) {
@@ -952,7 +952,7 @@ async function runNotesAction(id, text, options, command) {
952
952
  const globalOptions = getGlobalOptions(command);
953
953
  const startedAt = Date.now();
954
954
  const add = resolveSingleTextSource("note", text, options);
955
- const { runNotes } = await import("./notes-ZTHXVOKM.js");
955
+ const { runNotes } = await import("./notes-USDIABZV.js");
956
956
  const result = await runNotes(id, {
957
957
  add,
958
958
  limit: readOptionString(options, "limit"),
@@ -973,7 +973,7 @@ async function runLearningsAction(id, text, options, command) {
973
973
  const globalOptions = getGlobalOptions(command);
974
974
  const startedAt = Date.now();
975
975
  const add = resolveSingleTextSource("learning", text, options);
976
- const { runLearnings } = await import("./learnings-KB6BT4NR.js");
976
+ const { runLearnings } = await import("./learnings-2L72KBOE.js");
977
977
  const result = await runLearnings(id, {
978
978
  add,
979
979
  limit: readOptionString(options, "limit"),
@@ -1000,7 +1000,7 @@ async function runFilesAction(id, options, command) {
1000
1000
  const addGlobValues = readStringArrayOption(options, "addGlob");
1001
1001
  const removeValues = readStringArrayOption(options, "remove");
1002
1002
  const migrateValues = readStringArrayOption(options, "migrate");
1003
- const { runFiles } = await import("./files-QEFQ2M3H.js");
1003
+ const { runFiles } = await import("./files-4OH2I663.js");
1004
1004
  const result = await runFiles(id, {
1005
1005
  add: addValues,
1006
1006
  addGlob: addGlobValues,
@@ -1027,7 +1027,7 @@ async function runFilesDiscoverAction(id, options, command) {
1027
1027
  const globalOptions = getGlobalOptions(command);
1028
1028
  const startedAt = Date.now();
1029
1029
  const mergedOptions = { ...command.optsWithGlobals(), ...options };
1030
- const { runFilesDiscover } = await import("./files-QEFQ2M3H.js");
1030
+ const { runFilesDiscover } = await import("./files-4OH2I663.js");
1031
1031
  const result = await runFilesDiscover(id, {
1032
1032
  apply: Boolean(mergedOptions.apply),
1033
1033
  note: readOptionString(mergedOptions, "note"),
@@ -1051,7 +1051,7 @@ async function runDocsAction(id, options, command) {
1051
1051
  const addGlobValues = readStringArrayOption(options, "addGlob");
1052
1052
  const removeValues = readStringArrayOption(options, "remove");
1053
1053
  const migrateValues = readStringArrayOption(options, "migrate");
1054
- const { runDocs } = await import("./docs-DR74ITCD.js");
1054
+ const { runDocs } = await import("./docs-2NIRGHAN.js");
1055
1055
  const result = await runDocs(id, {
1056
1056
  add: addValues,
1057
1057
  addGlob: addGlobValues,
@@ -1076,7 +1076,7 @@ async function runDocsAction(id, options, command) {
1076
1076
  async function runDepsAction(id, options, command) {
1077
1077
  const globalOptions = getGlobalOptions(command);
1078
1078
  const startedAt = Date.now();
1079
- const { runDeps } = await import("./deps-SZXQHV73.js");
1079
+ const { runDeps } = await import("./deps-Z6RD6RWW.js");
1080
1080
  const result = await runDeps(id, {
1081
1081
  format: options.format,
1082
1082
  maxDepth: readOptionString(options, "maxDepth"),
@@ -1178,7 +1178,7 @@ function registerMutationCommands(program) {
1178
1178
  program.command("history-redact").argument("<id>", "Item id").option("--literal <value>", "Literal string to redact (repeatable)", collect).option("--regex <value>", "Regex pattern to redact (repeatable; accepts /pattern/flags or raw pattern)", collect).option("--replacement <value>", 'Replacement string (default: "[redacted]")').option("--dry-run", "Preview redaction impact without writing item/history files").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the redaction marker entry").option("--force", "Force ownership/lock override").description("Redact sensitive literals/patterns from an item history stream and recompute hashes.").action(async (id, options, command) => {
1179
1179
  const globalOptions = getGlobalOptions(command);
1180
1180
  const startedAt = Date.now();
1181
- const { runHistoryRedact } = await import("./history-redact-TPPUT3A5.js");
1181
+ const { runHistoryRedact } = await import("./history-redact-CLJDCBNF.js");
1182
1182
  const literal = Array.isArray(options.literal) ? options.literal : void 0;
1183
1183
  const regex = Array.isArray(options.regex) ? options.regex : void 0;
1184
1184
  const result = await runHistoryRedact(id, {
@@ -1201,7 +1201,7 @@ function registerMutationCommands(program) {
1201
1201
  program.command("history-repair").argument("[id]", "Item id (omit with --all)").option("--all", "Scan every stream for drift and repair each drifted stream in one audited pass").option("--dry-run", "Preview the re-anchor impact without writing the history file").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the repair marker entry").option("--force", "Force ownership/lock override").description("Re-anchor a drifted item history chain (recompute hashes, reconcile with the on-disk item) and record an audit marker. Use --all to repair every drifted stream.").action(async (id, options, command) => {
1202
1202
  const globalOptions = getGlobalOptions(command);
1203
1203
  const startedAt = Date.now();
1204
- const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-J7PIZ6ZP.js");
1204
+ const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-LNA7V2VI.js");
1205
1205
  const all = options.all === true;
1206
1206
  assertHistoryRepairTarget(id, all);
1207
1207
  const repairOptions = {
@@ -1246,6 +1246,6 @@ export {
1246
1246
  registerCommanderOptionContracts,
1247
1247
  registerMutationCommands
1248
1248
  };
1249
- //# sourceMappingURL=register-mutation-QFLRBCI7.js.map
1249
+ //# sourceMappingURL=register-mutation-JGXTDEIZ.js.map
1250
1250
 
1251
1251
  //# debugId=467f5aba-dd78-5f6c-b8c1-a7c7f5346997
@@ -7,11 +7,11 @@ import {
7
7
  normalizeCreateOptions,
8
8
  normalizeUpdateOptions,
9
9
  readOptionString
10
- } from "./chunk-PJPZTE7P.js";
10
+ } from "./chunk-A62N3BM3.js";
11
11
  import {
12
12
  CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,
13
13
  UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS
14
- } from "./chunk-TR2C6V5T.js";
14
+ } from "./chunk-EXG6XTJC.js";
15
15
  import {
16
16
  splitCommaList
17
17
  } from "./chunk-5HIZDR5A.js";
@@ -19,14 +19,14 @@ import {
19
19
  printError,
20
20
  printResult,
21
21
  writeStdout
22
- } from "./chunk-C6XSTACC.js";
22
+ } from "./chunk-TTRL5GE6.js";
23
23
  import {
24
24
  PmCliError
25
- } from "./chunk-BPJ5NYSJ.js";
25
+ } from "./chunk-F7UA74OZ.js";
26
26
  import {
27
27
  BUILTIN_ITEM_TYPE_VALUES,
28
28
  EXIT_CODE
29
- } from "./chunk-2BVD4ZD2.js";
29
+ } from "./chunk-J3FDNQWM.js";
30
30
 
31
31
  // dist/cli/register-mutation.js
32
32
  import { Option } from "commander";
@@ -480,7 +480,7 @@ async function runCreateAction(typeOrTitle, secondTitle, options, command) {
480
480
  delete options.bodyFile;
481
481
  }
482
482
  const normalized = normalizeCreateOptions(options, { requireType: false });
483
- const { runCreate } = await import("./create-AMBMYP6F.js");
483
+ const { runCreate } = await import("./create-5O3QK3PX.js");
484
484
  const result = await runCreate(normalized, globalOptions);
485
485
  await invalidateSearchCachesForMutation(globalOptions, result);
486
486
  printResult(result, globalOptions);
@@ -513,7 +513,7 @@ function buildCloseManyListOptions(options) {
513
513
  async function runCloseManyAction(options, command) {
514
514
  const globalOptions = getGlobalOptions(command);
515
515
  const startedAt = Date.now();
516
- const { runCloseMany } = await import("./close-many-X4YKS3RO.js");
516
+ const { runCloseMany } = await import("./close-many-S5WKLWVO.js");
517
517
  const result = await runCloseMany({
518
518
  status: readOptionString(options, "filterStatus"),
519
519
  list: buildCloseManyListOptions(options),
@@ -538,7 +538,7 @@ async function runCloseManyAction(options, command) {
538
538
  async function runUpdateManyAction(options, command) {
539
539
  const globalOptions = getGlobalOptions(command);
540
540
  const startedAt = Date.now();
541
- const { runUpdateMany } = await import("./update-many-34AIU6W7.js");
541
+ const { runUpdateMany } = await import("./update-many-5KI6MW76.js");
542
542
  const result = await runUpdateMany({
543
543
  status: readOptionString(options, "filterStatus"),
544
544
  list: buildUpdateManyListOptions(options),
@@ -556,7 +556,7 @@ async function runUpdateManyAction(options, command) {
556
556
  async function runCloseAction(id, text, options, command) {
557
557
  const globalOptions = getGlobalOptions(command);
558
558
  const startedAt = Date.now();
559
- const { runClose } = await import("./close-E3RLZSP2.js");
559
+ const { runClose } = await import("./close-2NVUCJXV.js");
560
560
  const reasonFromOption = typeof options.reason === "string" && options.reason.trim().length > 0 && options.reason || typeof options.closeReason === "string" && options.closeReason.trim().length > 0 && options.closeReason || void 0;
561
561
  const resolvedText = typeof text === "string" && text.length > 0 ? text : reasonFromOption;
562
562
  const result = await runClose(id, resolvedText, {
@@ -641,7 +641,7 @@ function parsePlanReorderTo(normalizedSubcommand, reorderToken) {
641
641
  async function runPlanAction(subcommand, id, stepRef, reorderToken, options, command) {
642
642
  const globalOptions = getGlobalOptions(command);
643
643
  const startedAt = Date.now();
644
- const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-MK2QY3GA.js");
644
+ const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-JU454RMZ.js");
645
645
  const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
646
646
  assertKnownPlanSubcommand(subcommand, normalizedSubcommand, PLAN_SUBCOMMANDS);
647
647
  const planOptions = normalizePlanAliases(options);
@@ -676,7 +676,7 @@ function parseNonNegativeIntFlag(raw, flag) {
676
676
  async function runHistoryCompactAction(id, options, command) {
677
677
  const globalOptions = getGlobalOptions(command);
678
678
  const startedAt = Date.now();
679
- const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-GWQ4UOEI.js");
679
+ const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-WKAKPLFQ.js");
680
680
  const ids = typeof options.ids === "string" ? splitCommaList(options.ids) : void 0;
681
681
  const allOver = parseNonNegativeIntFlag(options.allOver, "--all-over");
682
682
  const minEntries = parseNonNegativeIntFlag(options.minEntries, "--min-entries");
@@ -727,7 +727,7 @@ function splitCollectedCommaList(raw) {
727
727
  async function runSchemaAction(subcommand, name, options, command) {
728
728
  const globalOptions = getGlobalOptions(command);
729
729
  const startedAt = Date.now();
730
- const schemaModule = await import("./schema-DGSTYYQB.js");
730
+ const schemaModule = await import("./schema-2JZNEQSG.js");
731
731
  const { SCHEMA_SUBCOMMANDS } = schemaModule;
732
732
  let normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
733
733
  let typeName = name;
@@ -807,7 +807,7 @@ async function runCommentsAction(id, text, options, command) {
807
807
  const globalOptions = getGlobalOptions(command);
808
808
  const startedAt = Date.now();
809
809
  const sources = resolveCommentSources(text, options);
810
- const { runComments } = await import("./comments-ZNOD5PTV.js");
810
+ const { runComments } = await import("./comments-XAM2ADHO.js");
811
811
  const result = await runComments(id, {
812
812
  add: sources.add,
813
813
  stdin: sources.readFromStdin,
@@ -831,7 +831,7 @@ async function runCommentsAction(id, text, options, command) {
831
831
  async function runCopyAction(id, options, command) {
832
832
  const globalOptions = getGlobalOptions(command);
833
833
  const startedAt = Date.now();
834
- const { runCopy } = await import("./copy-F7BUFY4J.js");
834
+ const { runCopy } = await import("./copy-OJ2YNJ7S.js");
835
835
  const result = await runCopy(id, {
836
836
  title: readOptionString(options, "title"),
837
837
  author: readOptionString(options, "author"),
@@ -846,7 +846,7 @@ async function runCopyAction(id, options, command) {
846
846
  async function runFocusAction(id, options, command) {
847
847
  const globalOptions = getGlobalOptions(command);
848
848
  const startedAt = Date.now();
849
- const { runFocus } = await import("./focus-N2QGNS5D.js");
849
+ const { runFocus } = await import("./focus-JUKXZN3J.js");
850
850
  const result = await runFocus(id, { clear: options.clear === true }, globalOptions);
851
851
  printResult(result, globalOptions);
852
852
  if (globalOptions.profile) {
@@ -860,7 +860,7 @@ async function runUpdateAction(id, options, command) {
860
860
  options.body = await resolveBodyFileContent(options.bodyFile, options.body !== void 0 ? String(options.body) : void 0);
861
861
  delete options.bodyFile;
862
862
  }
863
- const { runUpdate } = await import("./update-SDIRJGSY.js");
863
+ const { runUpdate } = await import("./update-OIMRKTX6.js");
864
864
  const result = await runUpdate(id, normalizeUpdateOptions(options), globalOptions);
865
865
  await invalidateSearchCachesForMutation(globalOptions, result);
866
866
  printResult(result, globalOptions);
@@ -871,7 +871,7 @@ async function runUpdateAction(id, options, command) {
871
871
  async function runDeleteAction(id, options, command) {
872
872
  const globalOptions = getGlobalOptions(command);
873
873
  const startedAt = Date.now();
874
- const { runDelete } = await import("./delete-6KQHZYIP.js");
874
+ const { runDelete } = await import("./delete-V7FPW6JL.js");
875
875
  const result = await runDelete(id, {
876
876
  author: readOptionString(options, "author"),
877
877
  message: readOptionString(options, "message"),
@@ -911,7 +911,7 @@ function resolveAppendBody(text, options) {
911
911
  async function runAppendAction(id, text, options, command) {
912
912
  const globalOptions = getGlobalOptions(command);
913
913
  const startedAt = Date.now();
914
- const { runAppend } = await import("./append-CDPAYYSB.js");
914
+ const { runAppend } = await import("./append-G7NGOQVU.js");
915
915
  const result = await runAppend(id, {
916
916
  body: resolveAppendBody(text, options),
917
917
  author: readOptionString(options, "author"),
@@ -927,7 +927,7 @@ async function runAppendAction(id, text, options, command) {
927
927
  async function runRestoreAction(id, target, options, command) {
928
928
  const globalOptions = getGlobalOptions(command);
929
929
  const startedAt = Date.now();
930
- const { runRestore } = await import("./restore-EX4UUZL6.js");
930
+ const { runRestore } = await import("./restore-54HR2EYD.js");
931
931
  const result = await runRestore(id, target, {
932
932
  author: readOptionString(options, "author"),
933
933
  message: readOptionString(options, "message"),
@@ -942,7 +942,7 @@ async function runRestoreAction(id, target, options, command) {
942
942
  async function runProfileAction(subcommand, name, options, command) {
943
943
  const globalOptions = getGlobalOptions(command);
944
944
  const startedAt = Date.now();
945
- const profileModule = await import("./profile-HTBFINKQ.js");
945
+ const profileModule = await import("./profile-RKIRCXH7.js");
946
946
  const { PROFILE_SUBCOMMANDS } = profileModule;
947
947
  const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
948
948
  if (!normalizedSubcommand) {
@@ -971,7 +971,7 @@ async function runNotesAction(id, text, options, command) {
971
971
  const globalOptions = getGlobalOptions(command);
972
972
  const startedAt = Date.now();
973
973
  const add = resolveSingleTextSource("note", text, options);
974
- const { runNotes } = await import("./notes-BGG7VL72.js");
974
+ const { runNotes } = await import("./notes-X4SWEJSB.js");
975
975
  const result = await runNotes(id, {
976
976
  add,
977
977
  limit: readOptionString(options, "limit"),
@@ -992,7 +992,7 @@ async function runLearningsAction(id, text, options, command) {
992
992
  const globalOptions = getGlobalOptions(command);
993
993
  const startedAt = Date.now();
994
994
  const add = resolveSingleTextSource("learning", text, options);
995
- const { runLearnings } = await import("./learnings-YYY3U2Y7.js");
995
+ const { runLearnings } = await import("./learnings-PNK7WUWO.js");
996
996
  const result = await runLearnings(id, {
997
997
  add,
998
998
  limit: readOptionString(options, "limit"),
@@ -1019,7 +1019,7 @@ async function runFilesAction(id, options, command) {
1019
1019
  const addGlobValues = readStringArrayOption(options, "addGlob");
1020
1020
  const removeValues = readStringArrayOption(options, "remove");
1021
1021
  const migrateValues = readStringArrayOption(options, "migrate");
1022
- const { runFiles } = await import("./files-H5YCA74Z.js");
1022
+ const { runFiles } = await import("./files-5KNAFW67.js");
1023
1023
  const result = await runFiles(id, {
1024
1024
  add: addValues,
1025
1025
  addGlob: addGlobValues,
@@ -1046,7 +1046,7 @@ async function runFilesDiscoverAction(id, options, command) {
1046
1046
  const globalOptions = getGlobalOptions(command);
1047
1047
  const startedAt = Date.now();
1048
1048
  const mergedOptions = { ...command.optsWithGlobals(), ...options };
1049
- const { runFilesDiscover } = await import("./files-H5YCA74Z.js");
1049
+ const { runFilesDiscover } = await import("./files-5KNAFW67.js");
1050
1050
  const result = await runFilesDiscover(id, {
1051
1051
  apply: Boolean(mergedOptions.apply),
1052
1052
  note: readOptionString(mergedOptions, "note"),
@@ -1070,7 +1070,7 @@ async function runDocsAction(id, options, command) {
1070
1070
  const addGlobValues = readStringArrayOption(options, "addGlob");
1071
1071
  const removeValues = readStringArrayOption(options, "remove");
1072
1072
  const migrateValues = readStringArrayOption(options, "migrate");
1073
- const { runDocs } = await import("./docs-WCVYY6I7.js");
1073
+ const { runDocs } = await import("./docs-SOY2CMH3.js");
1074
1074
  const result = await runDocs(id, {
1075
1075
  add: addValues,
1076
1076
  addGlob: addGlobValues,
@@ -1095,7 +1095,7 @@ async function runDocsAction(id, options, command) {
1095
1095
  async function runDepsAction(id, options, command) {
1096
1096
  const globalOptions = getGlobalOptions(command);
1097
1097
  const startedAt = Date.now();
1098
- const { runDeps } = await import("./deps-CVDY7FFK.js");
1098
+ const { runDeps } = await import("./deps-7WVENNH3.js");
1099
1099
  const result = await runDeps(id, {
1100
1100
  format: options.format,
1101
1101
  maxDepth: readOptionString(options, "maxDepth"),
@@ -1197,7 +1197,7 @@ function registerMutationCommands(program) {
1197
1197
  program.command("history-redact").argument("<id>", "Item id").option("--literal <value>", "Literal string to redact (repeatable)", collect).option("--regex <value>", "Regex pattern to redact (repeatable; accepts /pattern/flags or raw pattern)", collect).option("--replacement <value>", 'Replacement string (default: "[redacted]")').option("--dry-run", "Preview redaction impact without writing item/history files").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the redaction marker entry").option("--force", "Force ownership/lock override").description("Redact sensitive literals/patterns from an item history stream and recompute hashes.").action(async (id, options, command) => {
1198
1198
  const globalOptions = getGlobalOptions(command);
1199
1199
  const startedAt = Date.now();
1200
- const { runHistoryRedact } = await import("./history-redact-4GJOLXCM.js");
1200
+ const { runHistoryRedact } = await import("./history-redact-Y67UDKD3.js");
1201
1201
  const literal = Array.isArray(options.literal) ? options.literal : void 0;
1202
1202
  const regex = Array.isArray(options.regex) ? options.regex : void 0;
1203
1203
  const result = await runHistoryRedact(id, {
@@ -1220,7 +1220,7 @@ function registerMutationCommands(program) {
1220
1220
  program.command("history-repair").argument("[id]", "Item id (omit with --all)").option("--all", "Scan every stream for drift and repair each drifted stream in one audited pass").option("--dry-run", "Preview the re-anchor impact without writing the history file").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the repair marker entry").option("--force", "Force ownership/lock override").description("Re-anchor a drifted item history chain (recompute hashes, reconcile with the on-disk item) and record an audit marker. Use --all to repair every drifted stream.").action(async (id, options, command) => {
1221
1221
  const globalOptions = getGlobalOptions(command);
1222
1222
  const startedAt = Date.now();
1223
- const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-HVCVCGUF.js");
1223
+ const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-2WLXWQAM.js");
1224
1224
  const all = options.all === true;
1225
1225
  assertHistoryRepairTarget(id, all);
1226
1226
  const repairOptions = {
@@ -1265,4 +1265,4 @@ export {
1265
1265
  registerCommanderOptionContracts,
1266
1266
  registerMutationCommands
1267
1267
  };
1268
- //# sourceMappingURL=register-mutation-L5Q7AUDN.js.map
1268
+ //# sourceMappingURL=register-mutation-XVO4GGZI.js.map
@@ -1,5 +1,5 @@
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]="f6b525ac-1a31-5d01-811a-084b20aa9193")}catch(e){}}();
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]="f46d3a1e-6ebe-5bdf-9e42-b9343b5ba620")}catch(e){}}();
3
3
  import {
4
4
  resolveStartTaskInProgressStatus,
5
5
  runClaim,
@@ -17,30 +17,30 @@ import {
17
17
  runTestAll,
18
18
  runTestRunsWorker,
19
19
  runValidate
20
- } from "./chunk-KMXVZ2P7.js";
20
+ } from "./chunk-FYMHD6VX.js";
21
21
  import "./chunk-IBMFIKVS.js";
22
- import "./chunk-6TD5QGIB.js";
23
- import "./chunk-INOWVPUD.js";
22
+ import "./chunk-77CWXIAC.js";
23
+ import "./chunk-J3ELHLOJ.js";
24
24
  import {
25
25
  runUpdate
26
- } from "./chunk-UCRYCT5M.js";
26
+ } from "./chunk-5BFBDJ4R.js";
27
27
  import {
28
28
  runClose
29
- } from "./chunk-UVFJSKTF.js";
29
+ } from "./chunk-M7DWRMNY.js";
30
30
  import "./chunk-T5RRNDA7.js";
31
- import "./chunk-YUMNZS3X.js";
31
+ import "./chunk-ZQ2KEWE7.js";
32
32
  import "./chunk-YJIEJRZB.js";
33
- import "./chunk-GE44TQMC.js";
34
- import "./chunk-ZMOPZFVT.js";
35
- import "./chunk-Z2JQH2MG.js";
36
- import "./chunk-FOJEBRDD.js";
37
- import "./chunk-YSRXFGNV.js";
33
+ import "./chunk-CUBPPDDF.js";
34
+ import "./chunk-AD4HJKQZ.js";
35
+ import "./chunk-MQ632QRB.js";
36
+ import "./chunk-P7PDLLCE.js";
37
+ import "./chunk-FSD7W7Y2.js";
38
38
  import "./chunk-ROGZTCCB.js";
39
39
  import "./chunk-QB7XMHJW.js";
40
- import "./chunk-C3YU3TXX.js";
41
- import "./chunk-J6AD3GWC.js";
42
- import "./chunk-IINCZYM3.js";
43
- import "./chunk-6RR4XM5H.js";
40
+ import "./chunk-L2SWAZ3S.js";
41
+ import "./chunk-JNELC5UO.js";
42
+ import "./chunk-62ECRG6J.js";
43
+ import "./chunk-UYK26VRP.js";
44
44
  import {
45
45
  addHiddenOption,
46
46
  buildBackgroundTestAllCommandArgs,
@@ -49,28 +49,28 @@ import {
49
49
  getGlobalOptions,
50
50
  invalidateSearchCachesForMutation,
51
51
  readOptionString
52
- } from "./chunk-G4FKP4ID.js";
53
- import "./chunk-ML27MHNM.js";
54
- import "./chunk-TUDAYIO7.js";
55
- import "./chunk-EP2CKDS7.js";
56
- import "./chunk-3SHDAKMF.js";
57
- import "./chunk-RFHLRMLQ.js";
58
- import "./chunk-7QKSLAHB.js";
52
+ } from "./chunk-DWGHHSDC.js";
53
+ import "./chunk-2RW5DWHQ.js";
54
+ import "./chunk-NQTIOKHL.js";
55
+ import "./chunk-XXJB4GLJ.js";
56
+ import "./chunk-GPPWUJMR.js";
57
+ import "./chunk-M66PC7JI.js";
58
+ import "./chunk-AIWGQK6K.js";
59
59
  import "./chunk-P4SESZGT.js";
60
60
  import {
61
61
  printError,
62
62
  printResult
63
- } from "./chunk-U72GF3I2.js";
63
+ } from "./chunk-INAZHXOI.js";
64
64
  import {
65
65
  PmCliError,
66
66
  readSettings,
67
67
  setActiveCommandResult
68
- } from "./chunk-NTOOEVJ4.js";
68
+ } from "./chunk-Y5Q4FEE4.js";
69
69
  import {
70
70
  EXIT_CODE,
71
71
  resolvePmRoot,
72
72
  resolveRuntimeStatusRegistry
73
- } from "./chunk-MFLLULHU.js";
73
+ } from "./chunk-TB2CZJAQ.js";
74
74
 
75
75
  // dist/cli/register-operations.js
76
76
  function resolveTelemetrySubcommand(namespaceOrSubcommand, subcommand) {
@@ -363,6 +363,7 @@ async function runContractsAction(options, command) {
363
363
  const result = await runContracts({
364
364
  action: readOptionString(options, "action"),
365
365
  command: readOptionString(options, "command"),
366
+ summary: Boolean(options.summary),
366
367
  schemaOnly: Boolean(options.schemaOnly),
367
368
  flagsOnly: Boolean(options.flagsOnly),
368
369
  availabilityOnly: Boolean(options.availabilityOnly),
@@ -465,7 +466,7 @@ function registerOperationCommands(program) {
465
466
  program.command("health").description("Show project tracker health checks.").option("--strict-directories", "Treat optional item-type directories as required failures").option("--check-only", "Run read-only health diagnostics without refreshing vectors").option("--check-telemetry", "Probe telemetry endpoint health and include network diagnostics").option("--no-refresh", "Disable automatic vector refresh attempts during health checks").option("--refresh-vectors", "Explicitly enable vector refresh attempts during health checks").option("--verbose-stale-items", "Include full stale vectorization ID lists in health output").option("--brief", "Emit compact health details for low-token agent checks").option("--summary", "Emit one-line-style health status with check names and warning count").option("--skip-vectors", "Skip vectorization check for a faster run").option("--skip-integrity", "Skip item/history file integrity check for a faster run").option("--skip-drift", "Skip history drift hash check for a faster run").option("--full", "Run all checks including slow integrity, drift, and vectorization checks").option("--strict-exit", "Return non-zero exit when health is not ok (advisory telemetry warnings are excluded; see warnings[])").option("--fail-on-warn", "Alias for --strict-exit").action(runHealthAction);
466
467
  program.command("validate").description("Run standalone metadata, resolution, lifecycle, files, linked-command reference, and history drift validation checks.").option("--check-metadata", "Run metadata completeness checks").option("--metadata-profile <value>", "Select metadata validation profile for --check-metadata (core|strict|custom)").option("--check-resolution", "Run closed-item resolution metadata checks").option("--check-lifecycle", "Run active-item lifecycle governance drift checks").option("--check-stale-blockers", "Include stale blocker-pattern diagnostics in lifecycle checks").option("--dependency-cycle-severity <value>", "Set dependency-cycle warning policy for lifecycle checks (off|warn|error)").option("--parent-cycle-severity <value>", "Set parent-hierarchy cycle warning policy for lifecycle checks (off|warn|error)").option("--check-files", "Run linked-file and orphaned-file checks").option("--check-command-references", "Run linked-command PM-ID reference checks").option("--scan-mode <value>", "Select file candidate scan mode for --check-files (default|tracked-all|tracked-all-strict)").option("--include-pm-internals", "Include PM storage internals in tracked-all candidate scans").option("--verbose-file-lists", "Include full file-path lists for validate --check-files details").option("--verbose-diagnostics", "Include full validate diagnostic ID lists instead of compact summaries").option("--all-affected-ids", "Emit complete missing_* affected-ID lists with no truncation (implied by --json)").option("--strict-exit", "Return non-zero exit when validation warnings are present").option("--fail-on-warn", "Alias for --strict-exit").option("--fix-hints", "Add a machine-executable fix_hints[] of pm commands to each failing check's details").option("--auto-fix", "Apply the safe, deterministic subset of fix-hint remediations (field backfills) automatically").option("--dry-run", "Preview planned --auto-fix/--prune-missing fixes without applying them").option("--fix-scope <scope>", "Grant --auto-fix scopes (metadata, resolution, lifecycle; comma-separated or repeatable). Default: metadata, resolution; lifecycle must be named explicitly", collect).option("--prune-missing", "Remove stale linked-file/doc LINKS whose paths classified as deleted (never touches real files)").option("--check-history-drift", "Run item/history hash drift checks").action(runValidateAction);
467
468
  program.command("gc").option("--dry-run", "Preview cleanup targets without deleting files; without this flag, pm gc deletes matched artifacts").option("--scope <value>", "Limit cleanup to one or more scopes (comma-separated or repeatable): index, embeddings, runtime, locks, checkpoints", collect).description("Delete optional cache artifacts by default (including expired lock debris) and show a summary.").action(runGcAction);
468
- program.command("contracts").description("Show machine-readable command and schema contracts for agents.").option("--action <value>", "Filter tool schema branches to a specific action").option("--command <value>", "Scope contracts output to one CLI command (narrow-by-default)").option("--schema-only", "Return schema-focused output only").option("--flags-only", "Return command flag contracts only").option("--availability-only", "Return action availability surface only").option("--runtime-only", "Include only actions invocable in the current runtime").option("--active-only", "Alias for --runtime-only").option("--full", "Include full schema and command-flag surfaces (large; default brief output omits heavy sections for unfiltered queries)").action(runContractsAction);
469
+ program.command("contracts").description("Show machine-readable command and schema contracts for agents.").option("--action <value>", "Filter tool schema branches to a specific action").option("--command <value>", "Scope contracts output to one CLI command (narrow-by-default)").option("--summary", "Return one command+intent row per top-level command for cheap agent bootstrap").option("--schema-only", "Return schema-focused output only").option("--flags-only", "Return command flag contracts only").option("--availability-only", "Return action availability surface only").option("--runtime-only", "Include only actions invocable in the current runtime").option("--active-only", "Alias for --runtime-only").option("--full", "Include full schema and command-flag surfaces (large; default brief output omits heavy sections for unfiltered queries)").action(runContractsAction);
469
470
  const claimCommand = program.command("claim").argument("<id>", "Item id").option("--author <value>", "Mutation author").option("--message <value>", "History message").option("--force", "Force claim override").option("--if-available", "Skip silently when the item is already claimed by another author (returns skipped=true)").description("Claim an item for active work.").action(runClaimAction);
470
471
  addHiddenOption(claimCommand, "--assignee <value>", "Alias for --author on lifecycle ownership commands");
471
472
  const releaseCommand = program.command("release").argument("<id>", "Item id").option("--author <value>", "Mutation author").option("--message <value>", "History message").option("--allow-audit-release", "Allow non-owner release handoffs without requiring --force").option("--force", "Force release override").description("Release an item's active claim.").action(runReleaseAction);
@@ -536,6 +537,6 @@ function registerSchedulingShortcutCommands(program) {
536
537
  export {
537
538
  registerOperationCommands
538
539
  };
539
- //# sourceMappingURL=register-operations-HDE4FVW4.js.map
540
+ //# sourceMappingURL=register-operations-4EEFV5KJ.js.map
540
541
 
541
- //# debugId=f6b525ac-1a31-5d01-811a-084b20aa9193
542
+ //# debugId=f46d3a1e-6ebe-5bdf-9e42-b9343b5ba620