@unbrained/pm-cli 2026.8.7 → 2026.8.8

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 (226) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +35 -0
  3. package/dist/cli/main.js +4 -3
  4. package/dist/cli/register-annotations.d.ts +11 -0
  5. package/dist/cli/register-annotations.js +195 -0
  6. package/dist/cli/register-history-author.js +7 -30
  7. package/dist/cli/register-mutation.js +25 -206
  8. package/dist/cli/runtime-compatibility-boundary.d.ts +17 -0
  9. package/dist/cli/runtime-compatibility-boundary.js +43 -0
  10. package/dist/cli-bundle/bundle-manifest.json +155 -691
  11. package/dist/cli-bundle/chunks/chunk-2ZMXX3Q6.js +2068 -0
  12. package/dist/cli-bundle/chunks/chunk-ALDHXLPS.js +3 -0
  13. package/dist/cli-bundle/chunks/chunk-CBLA33YK.js +8 -0
  14. package/dist/cli-bundle/chunks/chunk-GKA54IJM.js +5 -0
  15. package/dist/cli-bundle/chunks/chunk-KRY7SRUO.js +2 -0
  16. package/dist/cli-bundle/chunks/chunk-MNJ4NNSY.js +26 -0
  17. package/dist/cli-bundle/chunks/chunk-NUXRRNAB.js +77 -0
  18. package/dist/cli-bundle/chunks/chunk-OJPCFDDY.js +13 -0
  19. package/dist/cli-bundle/chunks/chunk-PFSD3DAN.js +194 -0
  20. package/dist/cli-bundle/chunks/chunk-QWRRFYK3.js +2 -0
  21. package/dist/cli-bundle/chunks/chunk-SQ7QZFQ6.js +2 -0
  22. package/dist/cli-bundle/chunks/{register-list-query-FJZCJ67O.js → register-list-query-WFZAMJHZ.js} +8 -8
  23. package/dist/cli-bundle/chunks/register-mutation-SOKKOTHQ.js +20 -0
  24. package/dist/cli-bundle/chunks/register-operations-5XQETS6E.js +2 -0
  25. package/dist/cli-bundle/chunks/register-setup-2HL5ZHMK.js +2 -0
  26. package/dist/cli-bundle/focused-chunks/chunk-54EU2UVO.js +2 -0
  27. package/dist/cli-bundle/focused-chunks/{chunk-VZFU2R4M.js → chunk-5FLBTZJQ.js} +2 -2
  28. package/dist/cli-bundle/focused-chunks/chunk-5GJ57YKN.js +2 -0
  29. package/dist/cli-bundle/focused-chunks/{chunk-HNL6IFGS.js → chunk-ANTMGYLI.js} +2 -2
  30. package/dist/cli-bundle/focused-chunks/chunk-CMDS3KYT.js +14 -0
  31. package/dist/cli-bundle/focused-chunks/{chunk-NBJKQP4S.js → chunk-DMKOMTTY.js} +2 -2
  32. package/dist/cli-bundle/focused-chunks/{chunk-CIXVQPB7.js → chunk-F5B3HBEZ.js} +2 -2
  33. package/dist/cli-bundle/focused-chunks/{chunk-R2LEMEV5.js → chunk-FI6DWU2M.js} +2 -2
  34. package/dist/cli-bundle/focused-chunks/{chunk-3K4XV2BF.js → chunk-FNOKJG6N.js} +2 -2
  35. package/dist/cli-bundle/focused-chunks/{chunk-RW5IYD4J.js → chunk-FPDYXZBK.js} +2 -2
  36. package/dist/cli-bundle/focused-chunks/{chunk-QHRTT7WT.js → chunk-GWI6YIKJ.js} +2 -2
  37. package/dist/cli-bundle/focused-chunks/{chunk-MHMTKV5V.js → chunk-HCUC62AB.js} +2 -2
  38. package/dist/cli-bundle/focused-chunks/{chunk-MOTJFQ3F.js → chunk-HGNKPSCB.js} +12 -12
  39. package/dist/cli-bundle/focused-chunks/{chunk-4VJQTS3P.js → chunk-IAS7PMLG.js} +2 -2
  40. package/dist/cli-bundle/focused-chunks/{chunk-TIKDBG4D.js → chunk-PL2EYDJK.js} +27 -27
  41. package/dist/cli-bundle/focused-chunks/chunk-SM2PJGP3.js +2 -0
  42. package/dist/cli-bundle/focused-chunks/{chunk-RPNYG5MO.js → chunk-TCSAPH33.js} +2 -2
  43. package/dist/cli-bundle/focused-chunks/chunk-U646T7Z6.js +18 -0
  44. package/dist/cli-bundle/focused-chunks/chunk-YKPE4PPY.js +2 -0
  45. package/dist/cli-bundle/focused-chunks/{chunk-YZEZAPJK.js → chunk-YSAHYUXX.js} +2 -2
  46. package/dist/cli-bundle/focused-chunks/{chunk-73JUDYXT.js → chunk-ZOLDTUU7.js} +2 -2
  47. package/dist/cli-bundle/main.js +13 -13
  48. package/dist/cli-bundle/sdk-authoring.js +1 -1
  49. package/dist/cli-bundle/sdk-contracts.js +1 -1
  50. package/dist/cli-bundle/sdk-core.js +38 -38
  51. package/dist/cli-bundle/sdk-governance.js +1 -1
  52. package/dist/cli-bundle/sdk-graph.js +1 -1
  53. package/dist/cli-bundle/sdk-merge.js +1 -1
  54. package/dist/cli-bundle/sdk-query.js +1 -1
  55. package/dist/cli-bundle/sdk-runtime.js +1 -1
  56. package/dist/cli-bundle/sdk-testing.js +1 -1
  57. package/dist/cli-bundle/sdk.js +2 -1
  58. package/dist/cli.js +14 -4
  59. package/dist/core/output/output.js +9 -2
  60. package/dist/core/sentry/helpers.d.ts +10 -0
  61. package/dist/core/sentry/helpers.js +59 -4
  62. package/dist/core/shared/constants.d.ts +2 -0
  63. package/dist/core/shared/constants.js +4 -2
  64. package/dist/sdk/annotations.d.ts +40 -0
  65. package/dist/sdk/annotations.js +61 -9
  66. package/dist/sdk/author-attribution.d.ts +12 -0
  67. package/dist/sdk/author-attribution.js +73 -11
  68. package/dist/sdk/cli-contracts/command-exit-contracts.d.ts +118 -0
  69. package/dist/sdk/cli-contracts/command-exit-contracts.js +152 -0
  70. package/dist/sdk/cli-contracts/completeness.js +5 -3
  71. package/dist/sdk/cli-contracts/flag-contracts.js +5 -2
  72. package/dist/sdk/cli-contracts/runtime-contracts.d.ts +11 -0
  73. package/dist/sdk/cli-contracts/runtime-contracts.js +29 -2
  74. package/dist/sdk/cli-contracts/tool-parameter-tables.js +15 -2
  75. package/dist/sdk/cli-contracts/tool-schema.d.ts +1 -1
  76. package/dist/sdk/cli-contracts/tool-schema.js +6 -3
  77. package/dist/sdk/comments.d.ts +7 -0
  78. package/dist/sdk/comments.js +2 -2
  79. package/dist/sdk/completion.js +9 -5
  80. package/dist/sdk/contracts.d.ts +1 -0
  81. package/dist/sdk/contracts.js +3 -2
  82. package/dist/sdk/environment/host-environment-errors.d.ts +27 -0
  83. package/dist/sdk/environment/host-environment-errors.js +124 -0
  84. package/dist/sdk/environment/project-runtime-compatibility.d.ts +65 -0
  85. package/dist/sdk/environment/project-runtime-compatibility.js +385 -0
  86. package/dist/sdk/environment/source-context.d.ts +23 -0
  87. package/dist/sdk/environment/source-context.js +29 -0
  88. package/dist/sdk/error-code-catalog.d.ts +6 -0
  89. package/dist/sdk/error-code-catalog.js +62 -8
  90. package/dist/sdk/generated-error-code-catalog.js +629 -3
  91. package/dist/sdk/governance/health.d.ts +11 -3
  92. package/dist/sdk/governance/health.js +5 -5
  93. package/dist/sdk/index.d.ts +7 -3
  94. package/dist/sdk/index.js +9 -5
  95. package/dist/sdk/learnings.d.ts +15 -0
  96. package/dist/sdk/learnings.js +2 -2
  97. package/dist/sdk/lifecycle/close-many.d.ts +6 -1
  98. package/dist/sdk/lifecycle/close-many.js +43 -5
  99. package/dist/sdk/lifecycle/update-many.d.ts +2 -1
  100. package/dist/sdk/lifecycle/update-many.js +29 -5
  101. package/dist/sdk/merge/index.d.ts +1 -1
  102. package/dist/sdk/merge/index.js +3 -3
  103. package/dist/sdk/merge/install.d.ts +21 -0
  104. package/dist/sdk/merge/install.js +50 -20
  105. package/dist/sdk/notes.d.ts +7 -0
  106. package/dist/sdk/notes.js +2 -2
  107. package/dist/sdk/read-output-contracts.js +83 -4
  108. package/dist/sdk/runtime.d.ts +1 -1
  109. package/dist/sdk/runtime.js +9 -25
  110. package/dist/sdk/test/execution.js +4 -2
  111. package/dist/sdk/test/parsers.js +5 -2
  112. package/dist/sdk/workspace-snapshot.d.ts +9 -0
  113. package/dist/sdk/workspace-snapshot.js +48 -16
  114. package/docs/AGENT_RUNTIME_PRIMITIVES.md +11 -4
  115. package/docs/README.md +1 -0
  116. package/docs/RELEASING.md +27 -2
  117. package/docs/SCRIPTING.md +27 -1
  118. package/docs/SDK_CONTEXT_INTEGRITY.md +66 -0
  119. package/docs/SDK_RUNTIME_BOUNDARIES.md +58 -0
  120. package/docs/SELF_DESCRIBING_CONTEXT_CONTRACTS.md +13 -0
  121. package/docs/TESTING.md +17 -0
  122. package/marketplace.json +2 -2
  123. package/package.json +5 -3
  124. package/packages/pm-beads/package.json +1 -1
  125. package/packages/pm-calendar/package.json +1 -1
  126. package/packages/pm-command-kit/package.json +1 -1
  127. package/packages/pm-digital-twin/package.json +1 -1
  128. package/packages/pm-governance-audit/package.json +1 -1
  129. package/packages/pm-guide-shell/package.json +1 -1
  130. package/packages/pm-kanban/package.json +1 -1
  131. package/packages/pm-lifecycle-hooks/package.json +1 -1
  132. package/packages/pm-linked-test-adapters/package.json +1 -1
  133. package/packages/pm-search-advanced/package.json +1 -1
  134. package/packages/pm-templates/package.json +1 -1
  135. package/packages/pm-todos/package.json +1 -1
  136. package/packages/pm-vcs/package.json +1 -1
  137. package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
  138. package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
  139. package/sdk/public-surface.json +529 -34
  140. package/dist/cli-bundle/chunks/append-7BXBFDGD.js +0 -2
  141. package/dist/cli-bundle/chunks/chunk-2AXF3VSK.js +0 -2
  142. package/dist/cli-bundle/chunks/chunk-2XS43CCV.js +0 -2
  143. package/dist/cli-bundle/chunks/chunk-3A6KWB72.js +0 -8
  144. package/dist/cli-bundle/chunks/chunk-3ISTDB42.js +0 -8
  145. package/dist/cli-bundle/chunks/chunk-4MTI7XOV.js +0 -5
  146. package/dist/cli-bundle/chunks/chunk-6BX5UDCN.js +0 -3
  147. package/dist/cli-bundle/chunks/chunk-6QPO7KLR.js +0 -2
  148. package/dist/cli-bundle/chunks/chunk-7MXHZHSQ.js +0 -5
  149. package/dist/cli-bundle/chunks/chunk-7ZPMJW4U.js +0 -2
  150. package/dist/cli-bundle/chunks/chunk-A6KGKEWT.js +0 -2
  151. package/dist/cli-bundle/chunks/chunk-AGYNSNCI.js +0 -2
  152. package/dist/cli-bundle/chunks/chunk-B4H7FEFH.js +0 -5
  153. package/dist/cli-bundle/chunks/chunk-B4KLBBMN.js +0 -2
  154. package/dist/cli-bundle/chunks/chunk-BXCSXK4J.js +0 -2
  155. package/dist/cli-bundle/chunks/chunk-CALJHNBL.js +0 -23
  156. package/dist/cli-bundle/chunks/chunk-CFIGP5LY.js +0 -2
  157. package/dist/cli-bundle/chunks/chunk-CHOQ2VAW.js +0 -2
  158. package/dist/cli-bundle/chunks/chunk-CS6MRHG7.js +0 -2
  159. package/dist/cli-bundle/chunks/chunk-CUGNQQKH.js +0 -2
  160. package/dist/cli-bundle/chunks/chunk-D4FPS43D.js +0 -164
  161. package/dist/cli-bundle/chunks/chunk-E2ZSLTOP.js +0 -2
  162. package/dist/cli-bundle/chunks/chunk-FB7G2HY2.js +0 -2
  163. package/dist/cli-bundle/chunks/chunk-H5Y5YE6A.js +0 -2
  164. package/dist/cli-bundle/chunks/chunk-H5Y6UV6E.js +0 -2
  165. package/dist/cli-bundle/chunks/chunk-H7KGWPDF.js +0 -2
  166. package/dist/cli-bundle/chunks/chunk-HFSD77TQ.js +0 -2
  167. package/dist/cli-bundle/chunks/chunk-HX2GTA6L.js +0 -2
  168. package/dist/cli-bundle/chunks/chunk-J2IEKAVR.js +0 -2
  169. package/dist/cli-bundle/chunks/chunk-JC6FKIFM.js +0 -2
  170. package/dist/cli-bundle/chunks/chunk-K44PYFXH.js +0 -2
  171. package/dist/cli-bundle/chunks/chunk-K4KGEEBT.js +0 -2
  172. package/dist/cli-bundle/chunks/chunk-KFLK5TRH.js +0 -21
  173. package/dist/cli-bundle/chunks/chunk-KL6IEBV2.js +0 -2
  174. package/dist/cli-bundle/chunks/chunk-KWQZDZSS.js +0 -2
  175. package/dist/cli-bundle/chunks/chunk-KZ4X3DGU.js +0 -3
  176. package/dist/cli-bundle/chunks/chunk-LD77HJMQ.js +0 -13
  177. package/dist/cli-bundle/chunks/chunk-LEPJJ6QC.js +0 -2
  178. package/dist/cli-bundle/chunks/chunk-ME2JJ4LA.js +0 -3
  179. package/dist/cli-bundle/chunks/chunk-NE5VRDAI.js +0 -2
  180. package/dist/cli-bundle/chunks/chunk-NFLJ3FHD.js +0 -2
  181. package/dist/cli-bundle/chunks/chunk-NG6OXIBR.js +0 -19
  182. package/dist/cli-bundle/chunks/chunk-NYIGHWQY.js +0 -8
  183. package/dist/cli-bundle/chunks/chunk-NZ75GNSA.js +0 -2
  184. package/dist/cli-bundle/chunks/chunk-PCJWJNC2.js +0 -2
  185. package/dist/cli-bundle/chunks/chunk-PD3225AM.js +0 -2
  186. package/dist/cli-bundle/chunks/chunk-PDEGKG7P.js +0 -2
  187. package/dist/cli-bundle/chunks/chunk-PIE5HBNA.js +0 -2
  188. package/dist/cli-bundle/chunks/chunk-PW2H7YJR.js +0 -56
  189. package/dist/cli-bundle/chunks/chunk-RSIC5OPE.js +0 -2
  190. package/dist/cli-bundle/chunks/chunk-TPKN3S7S.js +0 -2
  191. package/dist/cli-bundle/chunks/chunk-TPXAXTCO.js +0 -2
  192. package/dist/cli-bundle/chunks/chunk-UFWUJO4V.js +0 -2
  193. package/dist/cli-bundle/chunks/chunk-UQLZQVFW.js +0 -55
  194. package/dist/cli-bundle/chunks/chunk-VT3Z5G7D.js +0 -2
  195. package/dist/cli-bundle/chunks/chunk-WOD3WWUN.js +0 -2
  196. package/dist/cli-bundle/chunks/chunk-WSJEIGJF.js +0 -3
  197. package/dist/cli-bundle/chunks/chunk-WYNUU7ZW.js +0 -2008
  198. package/dist/cli-bundle/chunks/chunk-YGPNCCXZ.js +0 -2
  199. package/dist/cli-bundle/chunks/close-CMY3BAUG.js +0 -2
  200. package/dist/cli-bundle/chunks/close-many-SA4XZCTK.js +0 -2
  201. package/dist/cli-bundle/chunks/comments-EZ556ZD3.js +0 -2
  202. package/dist/cli-bundle/chunks/copy-ZSGPA52X.js +0 -2
  203. package/dist/cli-bundle/chunks/create-I5DVV4YG.js +0 -2
  204. package/dist/cli-bundle/chunks/delete-RL3JACSW.js +0 -2
  205. package/dist/cli-bundle/chunks/deps-S7UBCECS.js +0 -2
  206. package/dist/cli-bundle/chunks/docs-ZZNVBBYO.js +0 -2
  207. package/dist/cli-bundle/chunks/files-27C337VT.js +0 -2
  208. package/dist/cli-bundle/chunks/focus-5Z2SG7LU.js +0 -2
  209. package/dist/cli-bundle/chunks/history-compact-HJQK67CZ.js +0 -2
  210. package/dist/cli-bundle/chunks/history-redact-PWC6PDWA.js +0 -2
  211. package/dist/cli-bundle/chunks/history-repair-N3CY4WBF.js +0 -2
  212. package/dist/cli-bundle/chunks/learnings-4FH23XDT.js +0 -2
  213. package/dist/cli-bundle/chunks/profile-5Y5XXH5N.js +0 -2
  214. package/dist/cli-bundle/chunks/register-mutation-YGYPW3BL.js +0 -20
  215. package/dist/cli-bundle/chunks/register-operations-WMDSUMQF.js +0 -2
  216. package/dist/cli-bundle/chunks/register-setup-DL7FFABC.js +0 -2
  217. package/dist/cli-bundle/chunks/restore-6KYBV5BY.js +0 -2
  218. package/dist/cli-bundle/chunks/schema-EQGKBYXJ.js +0 -2
  219. package/dist/cli-bundle/chunks/update-QVTYOD6I.js +0 -2
  220. package/dist/cli-bundle/chunks/update-many-DJSBU525.js +0 -2
  221. package/dist/cli-bundle/focused-chunks/chunk-2ECLECMK.js +0 -12
  222. package/dist/cli-bundle/focused-chunks/chunk-4EX25PXM.js +0 -8
  223. package/dist/cli-bundle/focused-chunks/chunk-DLTS3IHM.js +0 -2
  224. package/dist/cli-bundle/focused-chunks/chunk-DQ6FKGL3.js +0 -14
  225. package/dist/cli-bundle/focused-chunks/chunk-JLG2C4EQ.js +0 -2
  226. package/dist/cli-bundle/focused-chunks/chunk-ZJIMJHDB.js +0 -2
@@ -0,0 +1,2068 @@
1
+ import{a as fa,b as Xe,c as mn,d as $a,e as Pa,f as Fa}from"./chunk-ALDHXLPS.js";import{E as go,G as Na,M as Wa,b as ji,ba as Ka,e as gt,f as no,h as Vi,n as ao}from"./chunk-GKA54IJM.js";import{$ as ga,$a as ho,B as Oe,Ba as wt,Ca as Ea,D as Wi,Da as xa,Ea as Ra,Fa as Aa,Ga as Ca,H as io,Nb as yo,V as yt,W as be,Y as _a,Ya as Ta,Z as ha,Za as Oa,_ as w,_a as _o,a as en,aa as ya,b as zi,ca as B,d as Ke,da as ba,db as ln,dc as bo,e as Hi,ea as cn,eb as Da,ec as wo,f as tn,fa as wa,fb as ja,ga as co,gb as Ua,gc as Ja,h as Ye,ha as dn,ia as lo,ja as we,k as ro,ka as mo,l as Bi,la as W,lb as Ga,m as nn,ma as po,mb as qa,mc as Xa,na as ie,nb as za,nc as Za,oa as va,ob as Ha,oc as Qa,pa as ka,pb as Ba,qa as uo,ra as Sa,rb as Va,sa as fo,t as Je,wb as Ya,za as Ia}from"./chunk-MNJ4NNSY.js";import{$ as ua,A as $e,B as Yi,C as on,D as Ji,E as Pe,F as Xi,G as sn,H as Zi,I as rn,Ia as an,L as Qi,O as ea,Oa as La,P as ta,Q as na,R as oa,S as sa,T as ra,U as ia,V as aa,W as ca,X as da,Y as la,Z as ma,_ as pa,b as Ui,va as bt,y as Ki}from"./chunk-NUXRRNAB.js";import{F as qi,Fb as Ma,X as ye,Za as oo,b as Li,c as Jt,cb as so,d as to,e as Ni,f as Xt,g as Zt,h as Qt,i as Mi,l as Di,w as Gi}from"./chunk-OJPCFDDY.js";import{$g as _t,$j as hi,A as u,Ad as O,Bb as G,Bd as ze,Bf as Y,Bk as Fi,C as p,Cb as Js,Cg as $r,De as fr,E as Us,Ec as Ge,F as ge,Fa as F,Fg as R,Ga as Pt,Gg as Pr,Hc as nr,Hd as me,Hf as Ve,Hg as Fr,Ic as or,Ig as Lr,Ih as Xr,Jh as Zr,Jj as pi,Kc as Ee,Kf as Kn,Kh as Qr,Kj as ui,L as On,Lc as sr,Lf as ut,Mc as rr,Me as _r,Mf as Yn,Na as E,Nc as xe,Oc as ir,Oe as hr,P as k,Qa as A,Qc as q,Qg as zt,R as At,Ra as dt,Sc as mt,Sf as ft,Sg as Ht,Sj as fi,T as Gs,Ta as se,Tc as ar,Td as dr,Tf as vr,Tg as Nr,U as Ct,Uf as kr,Ug as te,Ui as si,Uj as _i,V as Tt,Vb as Mn,Vd as lr,Vf as Sr,Vg as H,W as Ot,Wb as Dn,Wc as cr,Wf as Ir,Wi as ri,X as $t,Xb as jn,Xg as Bt,Xi as Kt,Yd as mr,Yg as Mr,Yi as ii,Zb as Xs,Zg as Dr,_f as Gt,_g as Vt,ag as Er,ah as jr,ai as eo,ak as gi,ba as qs,bd as pt,bg as xr,c as I,ca as ct,ch as Jn,ci as ei,cj as ai,ck as yi,d as U,dc as Zs,dd as qe,e as V,ea as $n,ec as Un,ed as Nt,eh as Xn,f as at,fc as Gn,fg as Rr,fk as bi,g as Fs,gc as qn,gf as gr,gk as wi,hc as zn,hd as Mt,hk as vi,ic as Hn,id as le,ih as Ur,ik as ki,jb as Ft,jc as Bn,jd as Re,jg as Ar,jh as Gr,jk as Si,k as Ls,kc as Vn,kf as re,kh as qr,kj as ci,kk as Ii,l as Ns,lc as T,lf as Ae,lh as zr,lj as di,lk as Ei,m as Ms,mb as Ue,mg as ue,mh as Hr,mk as xi,n as Ds,nf as Dt,ni as ti,nj as li,nk as Ri,of as ee,oh as Br,oi as ni,ok as Ai,pe as pr,pf as Ce,pg as Cr,ph as Vr,pk as Ci,qc as Lt,qf as yr,qg as Tr,qh as Wr,qj as mi,qk as Ti,rc as lt,rf as Te,rh as ht,sb as zs,sf as br,sg as qt,sh as Kr,tb as Hs,th as Wt,tk as Oi,ua as Pn,ub as Bs,uc as N,uf as Be,ug as Or,uh as Yr,uk as Yt,v as js,va as Fn,vb as Vs,vc as Qs,vf as jt,vh as Zn,vk as $i,wa as Ln,wb as Ws,wc as Wn,we as ur,wf as pe,wh as Qn,wk as Pi,xa as Nn,xb as Ks,xf as Ut,xg as We,xh as Jr,yb as Ys,yc as er,yi as oi,zc as tr,ze as He,zf as wr,zk as $}from"./chunk-PFSD3DAN.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bb16b445-3bd4-520d-becf-c55621bfa186")}catch{}})();var ig=Fs,ag=Ls,cg=Ds,dg=Ns,lg=Ms;function ec(e,t,n,o){let s=e.flag.slice(2).replace(/[-_]([a-z])/gu,(i,a)=>a.toUpperCase()),r=n.has(s);return{long:t,...o?{short:o}:{},description:e.description??`Standard pm ${e.flag} option.`,...e.required===!0?{required:!0}:{},...e.list===!0?{list:!0}:{},...e.repeatable===!0?{repeatable:!0}:{},value_type:r?"string":"boolean",...r?{value_name:e.value_name??"value"}:{}}}function tc(e,t=[]){let n=new Set(t.flatMap(s=>s.keys)),o=[];for(let s of si(e.map(r=>({...r})))){o.push(ec(s,s.flag,n,s.short));for(let r of s.aliases??[])o.push(ec(s,r,n))}return o}var mg=tc(Kt,ti),_l=tc(Yt,ni);import{AsyncLocalStorage as mh}from"node:async_hooks";import ol from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="27dd77f6-e53d-55b7-be15-db0e60eaec4e")}catch{}})();function nc(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function hl(e){return e.brief===!0?"brief":typeof e.fields=="string"&&e.fields.trim().length>0||Array.isArray(e.fields)&&e.fields.length>0?"fields":e.compact===!0?"compact":"full"}function vo(e,t){let n=hl(t),o=n==="brief"?n:nc(e.projection)&&typeof e.projection.mode=="string"?e.projection.mode:n;return{...e,query_summary:{filters:nc(e.filters)?e.filters:{},projection:o}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="b9eae1a3-3eb6-5415-86c3-a8e8e1fedd1f")}catch{}})();function oc(e){return e.map(t=>({key:t.key,optionName:ar(t),metadataKey:t.metadata_key,type:t.type,commands:[...t.commands],repeatable:t.repeatable,requiredOnCreate:t.required_on_create,...t.description?{description:t.description}:{}}))}function sc(e){return e.map(t=>({command:t.command,action:t.action,arguments:t.arguments.map(n=>({name:n.name,required:n.required===!0,variadic:n.variadic===!0,description:n.description})),description:t.description,tier:t.tier??"standard"}))}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7c898a52-eba4-5626-8207-5ffefd4990ba")}catch{}})();var gl=50,ve=new Map;function ko(){ve.clear()}function rc(e,t){let n=ve.get(e);if(n!==void 0)return n;if(ve.size>=gl){let s=ve.keys().next().value;ve.delete(s)}let o=t().catch(s=>{throw ve.get(e)===o&&ve.delete(e),s});return ve.set(e,o),o}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6f62939a-7b99-5687-93ae-834e0032f1d5")}catch{}})();var yl={"list-all":{action:"list",options:{excludeTerminal:!1}},"list-draft":{action:"list",options:{status:"draft",excludeTerminal:!1}},"list-open":{action:"list",options:{status:"open",excludeTerminal:!1}},"list-in-progress":{action:"list",options:{status:"in_progress",excludeTerminal:!1}},"list-blocked":{action:"list",options:{status:"blocked",excludeTerminal:!1}},"list-closed":{action:"list",options:{status:"closed",excludeTerminal:!1}},"list-canceled":{action:"list",options:{status:"canceled",excludeTerminal:!1}}};function ic(e){return Object.fromEntries(_r.map(t=>[`${e}-${t}`,{action:e,options:{[t==="adopt-all"?"adoptAll":t]:!0,...e==="package"?{vocabulary:"package"}:{}}}]))}var So={ctx:{action:"context"},...yl,...ic("extension"),...ic("package")};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="41012e87-ed61-56b2-8505-8f786b3952b2")}catch{}})();var ac="PmCliError";function bl(e){if(!Number.isFinite(e))throw new TypeError("createPmCliExpectedError options.exitCode must be a finite number");let t=Math.trunc(e);if(t<=u.SUCCESS)throw new TypeError("createPmCliExpectedError options.exitCode must be a positive exit code");return t}function wl(e,t={}){if(typeof e!="string"||e.trim().length===0)throw new TypeError("createPmCliExpectedError message must be a non-empty string");let n=new p(e,bl(t.exitCode??u.USAGE),t.context??{});return"cause"in t&&Object.defineProperty(n,"cause",{value:t.cause,enumerable:!1,configurable:!0,writable:!0}),n}function Io(e){if(!(e instanceof Error)||e.name!==ac)return!1;let t=e;return typeof t.exitCode=="number"&&Number.isFinite(t.exitCode)}import{constants as vt}from"node:fs";import{lstat as cc,mkdir as xo,open as dc}from"node:fs/promises";import fe from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c53bb1b7-12b9-5370-a85b-cdd8bef57936")}catch{}})();function Eo(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship event ${t} must be non-empty`);return e.trim()}function Ro(e,t){let n=t.require(e.kind),o=n.direction==="undirected"?[e.source,e.target].sort().join("\0"):`${e.source}\0${e.target}`;return`${n.kind}\0${o}`}function vl(e){return Object.freeze({...e,...e.payload===void 0?{}:{payload:Object.freeze(structuredClone(e.payload))}})}function kl(e,t,n,o){let s=n.require(e.kind),r=o.outgoingOne.get(`${s.kind}\0${e.source}`);if(r!==void 0&&r!==t)throw new TypeError(`Relationship outgoing cardinality exceeded for ${s.kind}`);let i=o.incomingOne.get(`${s.kind}\0${e.target}`);if(i!==void 0&&i!==t)throw new TypeError(`Relationship incoming cardinality exceeded for ${s.kind}`);let a=Ro(e,n),c=o.identities.get(a);if(c!==void 0&&c!==t)throw new TypeError(`Relationship edge already active: ${a}`)}function Sl(e){let t=new Map;for(let n of e)n.action==="remove"?t.delete(n.relationshipId):t.set(n.relationshipId,n.edge);return t}function Il(e,t,n){if(e.expectedVersion!==void 0&&e.expectedVersion!==t)throw new TypeError(`Relationship event version conflict: expected ${e.expectedVersion}, current ${t}`);let o=Eo(e.eventId,"eventId");if(n.has(o))throw new TypeError(`Relationship event already exists: ${o}`);if(e.action!=="add"&&e.action!=="remove"&&e.action!=="supersede")throw new TypeError(`Unknown relationship event action: ${e.action}`);if(!Number.isFinite(Date.parse(e.timestamp)))throw new TypeError("Relationship event timestamp must be valid");return{eventId:o,relationshipId:Eo(e.relationshipId,"relationshipId"),author:Eo(e.author,"author"),timestamp:new Date(e.timestamp).toISOString()}}function El(e,t,n,o,s,r){let i=n.has(t);if(e.action==="add"&&i)throw new TypeError(`Relationship is already active: ${t}`);if(e.action!=="add"&&!i)throw new TypeError(`Relationship is not active: ${t}`);if(e.action==="remove")return;if(!e.edge)throw new TypeError(`Relationship ${e.action} event requires an edge`);let a=typeof e.edge.source=="string"?e.edge.source.trim():"",c=typeof e.edge.target=="string"?e.edge.target.trim():"";if(!o.has(a)||!o.has(c))throw new TypeError(`Relationship endpoint not found: ${a} -> ${c}`);let d=new Ue([a,c],[e.edge],s).edges()[0];return kl(d,t,s,r),vl(d)}var kt=class{#t;#n;#o=[];#r=new Set;#e=new Map;#s={identities:new Map,outgoingOne:new Map,incomingOne:new Map};constructor(t,n={}){this.#t=new Set([...t].filter(o=>typeof o=="string").map(o=>o.trim()).filter(Boolean)),this.#n=n.registry??Ft()}get version(){return this.#o.length}events(){return Object.freeze([...this.#o])}*stream(t={}){let n=t.fromVersion??1,o=t.toVersion??this.version,s=t.batchSize??100;if(!Number.isInteger(n)||n<1)throw new TypeError("Relationship event stream fromVersion must be positive");if(!Number.isInteger(o)||o<0||o>this.version)throw new TypeError(`Relationship event stream toVersion out of range: ${o}`);if(!Number.isInteger(s)||s<1)throw new TypeError("Relationship event stream batchSize must be positive");if(n>o+1)throw new TypeError("Relationship event stream fromVersion exceeds the selected prefix");for(let r=n-1;r<o;r+=s)yield Object.freeze(this.#o.slice(r,Math.min(r+s,o)))}project(t,n,o={}){if(typeof n!="function")throw new TypeError("Relationship event projection requires a reducer");let s=t,r=0,i;for(let a of this.stream({...o,batchSize:256}))for(let c of a)s=n(s,c),r+=1,i=c;return Object.freeze({state:s,version:i?.sequence??Math.max(0,(o.fromVersion??1)-1),processed:r,...i===void 0?{}:{asOf:i.timestamp}})}#i(t,n){let o=this.#n.require(n.kind);this.#s.identities.set(Ro(n,this.#n),t),o.outgoing==="one"&&this.#s.outgoingOne.set(`${o.kind}\0${n.source}`,t),o.incoming==="one"&&this.#s.incomingOne.set(`${o.kind}\0${n.target}`,t)}#a(t){let n=this.#n.require(t.kind);this.#s.identities.delete(Ro(t,this.#n)),n.outgoing==="one"&&this.#s.outgoingOne.delete(`${n.kind}\0${t.source}`),n.incoming==="one"&&this.#s.incomingOne.delete(`${n.kind}\0${t.target}`)}append(t){let n=Il(t,this.version,this.#r),o=this.#e.get(n.relationshipId),s=El(t,n.relationshipId,this.#e,this.#t,this.#n,this.#s),r=Object.freeze({eventId:n.eventId,relationshipId:n.relationshipId,action:t.action,...s===void 0?{}:{edge:s},author:n.author,timestamp:n.timestamp,...t.reason?.trim()?{reason:t.reason.trim()}:{},sequence:this.version+1});return this.#o.push(r),this.#r.add(n.eventId),o&&this.#a(o),t.action==="remove"?this.#e.delete(n.relationshipId):(this.#e.set(n.relationshipId,s),this.#i(n.relationshipId,s)),r}snapshot(t={}){if(t.atVersion!==void 0&&t.atTimestamp!==void 0)throw new TypeError("Relationship snapshot accepts one target");let n;if(t.atTimestamp!==void 0){let r=Date.parse(t.atTimestamp);if(!Number.isFinite(r))throw new TypeError("Relationship snapshot timestamp must be valid");n=this.#o.filter(i=>Date.parse(i.timestamp)<=r)}else{let r=t.atVersion??this.version;if(!Number.isInteger(r)||r<0||r>this.version)throw new TypeError(`Relationship snapshot version out of range: ${r}`);n=this.#o.slice(0,r)}let o=Sl(n),s=new Ue(this.#t,o.values(),this.#n);return Object.freeze({version:n.at(-1)?.sequence??0,...n.at(-1)?{asOf:n.at(-1).timestamp}:{},edges:s.edges(),graph:s})}page(t){if(!Number.isInteger(t.limit)||t.limit<1)throw new TypeError("Relationship event page limit must be positive");let n=dr("relationship-events",{order:"append-sequence"}),o=t.cursor===void 0?this.version:Number(lr(t.cursor,n).snapshot);if(!Number.isSafeInteger(o)||o<0||o>this.version)throw new TypeError("Relationship event cursor snapshot version is invalid");let s=mr(this.#o.slice(0,o),{cursor:t.cursor,fingerprint:n,limit:t.limit,readId:r=>r.eventId,snapshot:String(o)});return{version:o,events:s.rows,hasMore:s.has_more,...s.next_cursor?{nextCursor:s.next_cursor}:{}}}},xl="relationship-event-store",lc=vt.O_NOFOLLOW;function pn(e){return Y(e,xl,30,`relationship-store:${process.pid}`,!1,!1,3e3)}async function Fe(e,t="relationships/events.jsonl"){let n=fe.resolve(e),o=fe.resolve(n,t),s=fe.relative(n,o);if(s.length===0)throw new TypeError("Relationship event path must name a file within the tracker root");if(s===".."||s.startsWith(`..${fe.sep}`)||fe.isAbsolute(s))throw new TypeError("Relationship event path must stay within the tracker root");if(await xo(n,{recursive:!0}),(await cc(n)).isSymbolicLink())throw new TypeError("Relationship event tracker root must not be a symbolic link");let i=n;for(let a of s.split(fe.sep)){i=fe.join(i,a);try{if((await cc(i)).isSymbolicLink())throw new TypeError("Relationship event path must not contain symbolic links")}catch(c){if(c.code==="ENOENT")break;throw c}}return o}async function un(e,t,n){let o=new kt(t,{registry:n}),s,r;try{r=await dc(e,vt.O_RDONLY|lc),s=await r.readFile("utf8")}catch(a){if(a.code==="ENOENT")return{log:o,raw:""};throw a}finally{await r?.close()}let i=s.split(`
2
+ `);for(let a=0;a<i.length;a+=1){let c=i[a].trim();if(!c)continue;let d;try{d=JSON.parse(c)}catch{throw new TypeError(`Invalid relationship event JSONL at line ${a+1}`)}if(d.sequence!==o.version+1)throw new TypeError(`Invalid relationship event sequence at line ${a+1}`);o.append({eventId:d.eventId,relationshipId:d.relationshipId,action:d.action,...d.edge===void 0?{}:{edge:d.edge},author:d.author,timestamp:d.timestamp,...d.reason===void 0?{}:{reason:d.reason},expectedVersion:o.version})}return{log:o,raw:s}}function Rl(e,t,n,o){let s=Date.parse(t.timestamp),r;return t.action!=="remove"&&t.edge!==void 0&&(r=new Ue(n,[t.edge],o).edges()[0]),e.eventId===t.eventId.trim()&&e.relationshipId===t.relationshipId.trim()&&e.action===t.action&&e.author===t.author.trim()&&Number.isFinite(s)&&e.timestamp===new Date(s).toISOString()&&e.reason===(t.reason?.trim()||void 0)&&G(e.edge)===G(r)}var fn=class e{#t;#n;#o;#r;#e;constructor(t,n,o,s){this.#t=t.pmRoot,this.#n=n,this.#o=t.registry,this.#r=o,this.#e=s}static async open(t){let n=Object.freeze([...t.nodes]),o=await Fe(t.pmRoot,t.relativePath),s=await pn(t.pmRoot);try{await Fe(t.pmRoot,o);let{log:r}=await un(o,n,t.registry);return new e(t,n,o,r)}finally{await s()}}get path(){return this.#r}async currentVersion(){return this.#e=await this.#s(),this.#e.version}async append(t){let n=await pn(this.#t);try{let o=await Fe(this.#t,this.#r),{log:s}=await un(o,this.#n,this.#o),r=s.append(t);await xo(fe.dirname(o),{recursive:!0}),await Fe(this.#t,o);let i=await dc(o,vt.O_APPEND|vt.O_CREAT|vt.O_WRONLY|lc);try{await i.appendFile(`${JSON.stringify(r)}
3
+ `,"utf8")}finally{await i.close()}return this.#e=s,r}finally{await n()}}async appendBatch(t,n={}){let o=await pn(this.#t);try{let s=await Fe(this.#t,this.#r),{log:r,raw:i}=await un(s,this.#n,this.#o),a=r.version,c=new Map(r.events().map(m=>[m.eventId,m])),d=[],l=[];for(let m of t){let f=m.eventId.trim(),_=c.get(f);if(_!==void 0){if(n.existingEventPolicy==="skip_identical"&&Rl(_,m,this.#n,this.#o)){l.push(_.eventId);continue}if(n.existingEventPolicy==="skip_identical")throw new TypeError(`Relationship event id collision with different content: ${f}`)}let g=r.append(m);c.set(g.eventId,g),d.push(g)}if(d.length>0){let m=i.length===0||i.endsWith(`
4
+ `)?i:`${i}
5
+ `;await xo(fe.dirname(s),{recursive:!0}),await Fe(this.#t,s),await V(s,`${m}${d.map(f=>JSON.stringify(f)).join(`
6
+ `)}
7
+ `)}return this.#e=r,Object.freeze({version_before:a,version_after:r.version,appended:Object.freeze(d),skipped_event_ids:Object.freeze(l)})}finally{await o()}}async snapshot(t={}){return this.#e=await this.#s(),this.#e.snapshot(t)}async page(t){return this.#e=await this.#s(),this.#e.page(t)}async*stream(t={}){this.#e=await this.#s(),yield*this.#e.stream(t)}async project(t,n,o={}){return this.#e=await this.#s(),this.#e.project(t,n,o)}async#s(){let t=await pn(this.#t);try{let n=await Fe(this.#t,this.#r);return(await un(n,this.#n,this.#o)).log}finally{await t()}}};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ff13ec2a-64a8-5512-973f-5447be945978")}catch{}})();function Ao(e){let t=Ft();for(let n of e)t.register(n);return t}function mc(e,t){return{client:t,isItemNotFoundError:n=>Io(n)&&n.exitCode===u.NOT_FOUND,getItemAt:(n,o)=>Di(n,o,{pmRoot:e}),openRelationshipEventStore:n=>fn.open({pmRoot:e,nodes:n.nodes,registry:Ao(n.definitions),...n.relativePath===void 0?{}:{relativePath:n.relativePath}}),createRelationshipGraph:n=>new Ue(n.nodes,n.edges,Ao(n.definitions)),analyzeRelationshipImpact:(n,o,s)=>ji(n,o,s),validateRelationshipEvents:n=>{let o=new kt(n.nodes,{registry:Ao(n.definitions)});return n.events.map(s=>o.append({...s,expectedVersion:o.version}))},commitWorkspaceTransaction:n=>Ui({...n,pmRoot:e})}}import{readFile as Al}from"node:fs/promises";import Cl from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="55ecd7ff-0047-5fd1-9f6f-f45602fce1bb")}catch{}})();var Co="context-intents.json";function St(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Tl(e,t,n){if(!St(e))throw new TypeError(`${t} context intent at index ${String(n)} must be an object`);let o=e.included_field_groups;if(typeof e.command!="string"||typeof e.intent!="string"||typeof e.description!="string"||!Array.isArray(o)||!o.every(s=>typeof s=="string")||typeof e.token_budget!="number")throw new TypeError(`${t} context intent at index ${String(n)} has an invalid contract shape`);return{command:e.command,intent:e.intent,description:e.description,included_field_groups:o,token_budget:e.token_budget}}function pc(e,t){let n=Array.isArray(e)?e:St(e)&&Array.isArray(e.intents)?e.intents:void 0;if(!n)throw new TypeError(`${t} context intents must be an array or an object with an intents array`);return n.map((o,s)=>Tl(o,t,s))}async function Ol(e){let t=Cl.join(e,Co),n;try{n=await Al(t,"utf8")}catch(s){if(St(s)&&typeof s.code=="string"&&s.code==="ENOENT")return[];throw s}let o;try{o=JSON.parse(n)}catch(s){let r=s instanceof Error?s.message:String(s);throw new TypeError(`Invalid ${Co}: ${r}`,{cause:s})}return pc(o,Co)}function $l(e){if(!St(e))return;let t=e.contextIntents??e.context_intents;if(t!==void 0)return t;let n=e.default;return St(n)?n.contextIntents??n.context_intents:void 0}function Pl(e){return e.flatMap(t=>{let n=$l(t.module);return n===void 0?[]:pc(n,`package ${t.name}`)})}async function Fl(e){let t=await Ol(e.pmRoot),n=Pl(e.packages??[]);return{workspaceContracts:t,packageContracts:n}}async function To(e,t){let n=await Fl(e);return await ur(n,t)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="9e3ba7e9-8822-53ba-981e-e177be5219f3")}catch{}})();async function fc(e,t,n){if(t.body===void 0)throw new p("Missing required --body text",u.USAGE);let o=Gt(),s=E(process.cwd(),n.path);if(!await I(A(s)))throw new p(`Tracker is not initialized at ${s}. Run pm init first.`,u.NOT_FOUND);let r=await R(s),i=O(t.author,r.author_default),c=(await o.resolveValue(t.body,"--body")).trim();if(c.length===0)throw new p("--body text cannot be empty; append requires non-blank content and empty appends would only rewrite updated_at.",u.USAGE,{code:"append_empty_body",required:"Provide non-empty body text positionally, via --body, or with - for stdin.",examples:['pm append pm-a1b2 --body "Progress note"',"pm append pm-a1b2 --body -"]});let d=await _t({pmRoot:s,settings:r,id:e,op:"append",author:i,message:t.message,force:t.force,mutate(l){let m=l.body.trim().length>0?`
8
+
9
+ `:"";return l.body=`${l.body.trimEnd()}${m}${c}
10
+ `,{changedFields:["body"]}}});return{item:d.item,appended:c,changed_fields:d.changedFields}}import Ll from"fast-json-patch";import Oo from"node:fs/promises";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="353be665-9f67-5d0e-99c9-6bbb7e927e0b")}catch{}})();function Nl(e,t){return Li(e,t,{errorSubject:"restore",allowFutureTimestamp:!0})}function Ml(e){let t=to(e,e.length-1);return Object.keys(t.metadata).length===0?{metadata:{},body:t.body}:Re(Ce(t))}async function Dl(e,t,n,o){let s=await te(e,t,n.id_prefix,n.item_format,o);if(s){let c=se(e,s.id),d=await wr({pmRoot:e,settings:n,itemId:s.id,commandLabel:"restore"});return{id:s.id,historyPath:c,located:s,historyPolicyWarnings:d.warnings}}let r=ut(t,n.id_prefix),i=Kn(t),a=r===i?[r]:[r,i];for(let c of a){let d=se(e,c);if(await I(d))return{id:c,historyPath:d,located:null,historyPolicyWarnings:[]}}throw new p(`Item ${t} not found`,u.NOT_FOUND)}function jl(e,t){let n=Te(e),o=Te(t),s=Ll.compare(n,o),r=new Set;for(let i of s){if(i.path==="/body"||i.path.startsWith("/body/")){r.add("body");continue}let a=i.path.replace(/^\/(?:metadata|front_matter)\/?/,"").split("/")[0];r.add(a.replaceAll("~1","/").replaceAll("~0","~"))}return Array.from(r).sort((i,a)=>i.localeCompare(a))}async function Ul(e){if(await U(e.subject.historyPath)!==e.historyRawBeforeLock)throw new p(`History for ${e.resolvedId} changed while waiting for lock; retry restore.`,u.CONFLICT);let n=await te(e.pmRoot,e.resolvedId,e.settings.id_prefix,e.settings.item_format,e.typeToFolder),o=n?await H(n,{schema:e.settings.schema}):null;if((o?.raw??null)!==e.currentItemRawBeforeLock)throw new p(`Item ${e.resolvedId} changed while waiting for lock; retry restore.`,u.CONFLICT);return{loadedItemUnderLock:o,existingItemPath:n?.itemPath??null}}function Gl(e,t){return e?{document:e.document,originalRaw:e.raw}:{document:Ml(t),originalRaw:null}}function ql(e){let t=e.document.metadata.assignee?.trim();if(!(t&&t!==e.author&&!e.force))return[];if(e.enforcement==="strict")throw new p(`Item ${e.resolvedId} is assigned to ${t}. Use --force to override.`,u.CONFLICT);return e.enforcement==="warn"?[`ownership_warning:assignee_conflict:${e.resolvedId}:${t}`]:[]}async function zl(e){if(e.existingItemPath&&e.resolvedOriginalRaw!==null&&e.restoredItemPath!==e.existingItemPath){await V(e.existingItemPath,e.resolvedOriginalRaw),await Oo.rm(e.restoredItemPath,{force:!0});return}if(e.existingItemPath&&e.resolvedOriginalRaw!==null){await V(e.existingItemPath,e.resolvedOriginalRaw);return}await Oo.rm(e.restoredItemPath,{force:!0})}async function Hl(e){return[...await N({path:e.restoredItemPath,scope:"project",op:"restore",item_id:e.after.metadata.id,item_type:e.after.metadata.type,before:e.before,after:e.after,changed_fields:["restored"]}),...await N({path:e.historyPath,scope:"project",op:"restore:history",item_id:e.after.metadata.id,item_type:e.after.metadata.type,before:e.before,after:e.after,changed_fields:["restored"]})]}async function Le(e,t,n,o){let s=E(process.cwd(),o.path);if(!await I(A(s)))throw new p(`Tracker is not initialized at ${s}. Run pm init first.`,u.NOT_FOUND);let r=await R(s),i=F(r,T()),a=await Dl(s,e,r,i.type_to_folder),c=a.id,d=await U(a.historyPath),l=await ze(a.historyPath,c);if(l.length===0)throw new p(`No history exists for ${c}; restore is unavailable.`,u.NOT_FOUND);let m=Nl(t,l),f=Ni(to(l,m.historyIndex),m),_=yr(f,{schema:r.schema});if(_.metadata.id!==c)throw new p(`Restore target resolved to item ${_.metadata.id}, expected ${c}.`,u.GENERIC_FAILURE);let y=(a.located?await H(a.located,{schema:r.schema}):null)?.raw??null,b=O(n.author,r.author_default),h=await Y(s,c,r.locks.ttl_seconds,b,!!n.force,r.governance.force_required_for_stale_lock,r.locks.wait_ms);try{let{loadedItemUnderLock:S,existingItemPath:x}=await Ul({pmRoot:s,resolvedId:c,subject:a,settings:r,typeToFolder:i.type_to_folder,historyRawBeforeLock:d,currentItemRawBeforeLock:y}),P="toon",C=Gl(S,l),D=ql({document:C.document,author:b,force:n.force,enforcement:r.governance.ownership_enforcement,resolvedId:c}),j=jl(C.document,_);await Qs({pm_root:s,operation:"restore",before:C.document,after:_,changed_fields:j,sdk:Dr({pmRoot:s,settings:r,typeToFolder:i.type_to_folder})});let Q=le(_,{format:P,schema:r.schema}),de=dt(s,_.metadata.type,c,P,i.type_to_folder),Ie=await zt(s,b),oe=[];try{await V(de,Q),x&&de!==x&&await Oo.rm(x);let ul=re({nowIso:k(),author:b,op:"restore",before:C.document,after:_,message:n.message});try{await Ae(a.historyPath,ul)}catch(fl){throw await zl({existingItemPath:x,resolvedOriginalRaw:C.originalRaw,restoredItemPath:de}),fl}oe=await Ht({pmRoot:s,preferredFormat:r.item_format,typeToFolder:i.type_to_folder,schema:r.schema,itemPath:de,previousItemPath:x??void 0,document:_})}finally{await Ie()}let pl=await Hl({restoredItemPath:de,historyPath:a.historyPath,before:C.document,after:_});Lt({id:_.metadata.id,op:"restore",item_type:_.metadata.type,previous_status:C.document.metadata.status,status:_.metadata.status,previous:lt(C.document.metadata,j),current:lt(_.metadata,j),changed_fields:j});let Ps=l[m.historyIndex];return{item:_.metadata,restored_from:{kind:m.kind,target:m.raw,history_index:m.historyIndex+1,entry_ts:Ps.ts,entry_op:Ps.op},changed_fields:j,warnings:[...a.historyPolicyWarnings,...D,...oe,...pl]}}finally{await h()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4da07a98-855e-59cf-a6a4-2f59a8b3c0bd")}catch{}})();var hc=1,$o="close-many",Bl=["--filter-status","--filter-type","--filter-tag","--filter-priority","--filter-sprint","--filter-release","--filter-parent","--filter-assignee","--filter-updated-before","--ids"].join(", ");function Vl(e,t){return gt(e,t,{includePagination:!1})}function Wl(e,t){return gt(e,t)}function Kl(e){if(e?.ids!=null&&String(e.ids).trim().length===0)throw new p("--ids requires at least one non-empty item ID",u.USAGE)}function Yl(e){let t={};if(!e)return t;for(let[n,o]of Object.entries(e))o==null||typeof o=="string"&&!o.split(",").some(s=>s.trim().length>0)||(t[n]=o);return t}function Jl(e,t){let n=String(e??"").trim();if(n.length>0)return n;if(t)throw new p("pm close-many requires a shared close reason via --reason because governance.require_close_reason is enabled.",u.USAGE,{code:"close_reason_required",required:"Provide a shared closing summary via --reason for the whole batch.",why:"governance.require_close_reason is enabled, so every close must record why the items are done.",examples:['pm close-many --filter-sprint S-12 --reason "Sprint S-12 acceptance criteria met"','pm close-many --ids pm-a,pm-b --reason "Superseded by redesign"'],nextSteps:["Re-run with --reason describing the shared outcome.","To stop requiring reasons, run: pm config set governance-require-close-reason --policy disabled"]})}async function Xl(e,t){let n=q(t.schema),o=F(t,T()),s=await Bt(e,t.item_format,o.type_to_folder,void 0,t.schema),r=new Map,i=new Map;for(let a of s){if(typeof a.parent!="string"||a.parent.length===0||(i.set(a.id,a.parent),qe(a.status,n)))continue;let c=r.get(a.parent);c?c.push(a.id):r.set(a.parent,[a.id])}for(let a of r.values())a.sort((c,d)=>c.localeCompare(d));return{childrenByParent:r,parentByChild:i}}function _c(e,t,n){let o=n?.get(e);if(o!==void 0)return o;let s=0,r=t.get(e),i=[],a=new Set,c=!1;for(;r!==void 0&&!a.has(r);){let d=n?.get(r);if(d!==void 0){s+=d+1;break}a.add(r),i.push(r),s+=1,r=t.get(r)}if(r!==void 0&&a.has(r)&&(c=!0),!c){n?.set(e,s);for(let[d,l]of i.entries())n?.set(l,s-d-1)}return s}async function Zl(e){let t=await Ot(e.pmRoot,$o,e.rollbackId,hc),n=e.options.message??`Rollback close-many checkpoint ${t.id}`,o=await $t(t.items,(s,r)=>Le(s,r,{author:e.options.author,message:n,force:!0},e.global));return{...Oe({applied:o.restored_ids.length,skipped:0,failed:o.failed_count,unmatched:0}),mode:"rollback",matched_count:t.items.length,dry_run:!1,rollback_checkpoint_id:t.id,checkpoint:{id:t.id,created_at:t.created_at,path:t.path,rollback_command:`pm close-many --rollback ${t.id}`},restored_count:o.restored_ids.length,failed_count:o.failed_count,rows:o.rows,ids:o.restored_ids}}function Ql(e,t,n,o,s){return e.map(r=>{let i=(t.get(r.id)??[]).filter(c=>!n.has(c)),a=!gc(r,o,s);return{id:r.id,title:typeof r.title=="string"?r.title:"",status:r.status,action:a?"skip":"close",...a?{skip_reason:"already_terminal"}:{},...i.length>0?{active_child_ids:i}:{}}})}async function em(e){let t=await Tt(e.pmRoot,$o,e.checkpointId,{schema_version:hc,id:e.checkpointId,created_at:e.nowValue,author:O(e.options.author,"unknown"),...e.reason!==void 0?{reason:e.reason}:{},filters:e.filters,items:e.checkpointItems});return{id:e.checkpointId,created_at:e.nowValue,path:t,rollback_command:`pm close-many --rollback ${e.checkpointId}`}}async function tm(e){let t=[],n=[];for(let o of e.matched){if(!e.closableIds.has(o.id)){t.push({id:o.id,status:"skipped",skip_reason:"already_terminal"});continue}try{let s=await Je(o.id,e.reason,e.closeOptions,e.global);t.push({id:o.id,status:"closed",changed_fields:s.changed_fields,...s.warnings&&s.warnings.length>0?{warnings:s.warnings}:{}}),n.push(o.id)}catch(s){t.push({id:o.id,status:"failed",error:ge(s)})}}return{rows:t,closedIds:n}}function nm(e){return typeof e.rollback=="string"?e.rollback:void 0}function om(e,t){if(t.trim().length===0)throw new p("--rollback requires a checkpoint id",u.USAGE);if(e.dryRun===!0)throw new p("--dry-run cannot be combined with --rollback",u.USAGE);if(Wl(e.list,e.status))throw new p("Rollback mode does not accept filter options",u.USAGE)}function sm(e){if(!Vl(e.list,e.status))throw new p(`close-many requires at least one filter to scope the close (for example: ${Bl}). Refusing to match every item.`,u.USAGE)}function rm(e,t){let n=new Map;return[...e].sort((o,s)=>{let r=_c(s.id,t,n)-_c(o.id,t,n);return r!==0?r:o.id.localeCompare(s.id)})}function gc(e,t,n){return n||!qe(e.status,t)}function im(e,t,n){return new Set(e.filter(o=>gc(o,t,n)).map(o=>o.id))}async function am(e){sm(e.options);let t=q(e.settings.schema),n=Jl(e.options.reason,e.settings.governance.require_close_reason),o=e.options.force===!0,s=await ye(e.options.status,Yl(e.options.list),e.global),{childrenByParent:r,parentByChild:i}=await Xl(e.pmRoot,e.settings),a=rm(s.items,i),c=[...new Set(String(e.options.list?.ids??"").split(",").map(m=>m.trim()).filter(m=>m.length>0))],d=new Set(a.map(m=>m.id)),l=im(a,t,o);return{pmRoot:e.pmRoot,settings:e.settings,statusRegistry:t,reason:n,validateCloseMode:e.options.validateClose,force:o,listed:s,matched:a,unmatchedIds:c.filter(m=>!d.has(m)),planRows:Ql(a,r,l,t,o)}}function cm(e){return{outcome:"effect",exit_code:u.SUCCESS,mode:"dry_run",matched_count:e.matched.length,dry_run:!0,...e.reason!==void 0?{reason:e.reason}:{},filters:e.listed.filters,...e.validateCloseMode?{validate_close:e.validateCloseMode}:{},item_plans:e.planRows,ids:[],...e.unmatchedIds.length>0?{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length}:{}}}async function dm(e){if(e.options.checkpoint===!1||e.closableIds.size===0)return;let t=e.context.matched.filter(n=>e.closableIds.has(n.id)).map(n=>({id:n.id,target_updated_at:n.updated_at}));return em({pmRoot:e.context.pmRoot,checkpointId:e.checkpointId,nowValue:e.nowValue,options:e.options,reason:e.context.reason,filters:e.context.listed.filters,checkpointItems:t})}async function yc(e,t){let n=E(process.cwd(),t.path);if(!await I(A(n)))throw new p(`Tracker is not initialized at ${n}. Run pm init first.`,u.NOT_FOUND);let o=await R(n),s=e.dryRun===!0,r=nm(e);if(Kl(e.list),r!==void 0)return om(e,r),Zl({pmRoot:n,rollbackId:r,options:e,global:t});let i=await am({pmRoot:n,settings:o,options:e,global:t});if(s)return cm(i);let a=new Set(i.planRows.filter(h=>h.action==="close").map(h=>h.id)),c=k(),d=Ct($o,c),l=await dm({context:i,options:e,closableIds:a,checkpointId:d,nowValue:c}),m={author:e.author,message:e.message??`close-many apply ${d}`,completedAt:e.completedAt,validateClose:i.validateCloseMode,force:i.force,resolution:e.resolution,expectedResult:e.expectedResult,actualResult:e.actualResult},{rows:f,closedIds:_}=await tm({matched:i.matched,closableIds:a,reason:i.reason,closeOptions:m,global:t}),g=f.filter(h=>h.status==="closed").length,y=f.filter(h=>h.status==="skipped").length,b=f.filter(h=>h.status==="failed").length;return{...Oe({applied:g,skipped:y,failed:b,unmatched:i.unmatchedIds.length}),mode:"apply",matched_count:i.matched.length,dry_run:!1,...i.reason!==void 0?{reason:i.reason}:{},filters:i.listed.filters,...i.validateCloseMode?{validate_close:i.validateCloseMode}:{},...l?{checkpoint:l}:{},closed_count:g,skipped_count:y,failed_count:b,rows:f,ids:_,...i.unmatchedIds.length>0?{unmatched_ids:i.unmatchedIds,unmatched_count:i.unmatchedIds.length}:{}}}import{readFile as lm}from"node:fs/promises";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="667218ac-866c-59b1-8309-18ad92434fca")}catch{}})();async function Po(e,t){let n=e.add!==void 0,o=e.stdin===!0,s=typeof e.file=="string",r=Number(n)+Number(o)+Number(s);if(r===0)return;if(r>1)throw new p("Specify comment text using only one input source: --add, --stdin, or --file",u.USAGE);if(n)return{value:await t.resolveValue(e.add,"--add")??"",emptyFlag:"--add"};if(o)return{value:await t.resolveValue("-","--stdin")??"",emptyFlag:"--stdin"};let i=e.file.trim();if(!i)throw new p("--file path cannot be empty",u.USAGE);try{return{value:await lm(i,"utf8"),emptyFlag:"--file"}}catch(a){if(Hi(a)&&a.code==="ENOENT")throw new p(`--file path not found: ${i}`,u.USAGE);let c=a instanceof Error?a.message:String(a);throw new p(`Failed to read --file path "${i}": ${c}`,u.USAGE)}}async function mm(e,t){let n=e.edit,o=e.delete,s=n!==void 0,r=o!==void 0;if(s&&r)throw new p("Specify only one of --edit or --delete",u.USAGE);if(n!==void 0&&(!Number.isInteger(n)||n<1))throw new p("--edit must be a positive integer",u.USAGE);if(o!==void 0&&(!Number.isInteger(o)||o<1))throw new p("--delete must be a positive integer",u.USAGE);if(r){if(await Po(e,t)!==void 0)throw new p("--delete does not take comment text",u.USAGE);return{mode:"delete",index:o}}if(s){let c=await Po(e,t);if(c===void 0)throw new p("--edit requires replacement text via positional [text], --add, --stdin, or --file",u.USAGE);return{mode:"edit",index:n,value:c.value,emptyFlag:c.emptyFlag}}let i=await Po(e,t);return i===void 0?{mode:"list"}:{mode:i.emptyFlag==="--add"?"add":i.emptyFlag==="--stdin"?"stdin":"file",value:i.value,emptyFlag:i.emptyFlag}}async function bc(e,t,n){let o=Gt(),s=await mm(t,o),r=s.mode==="add"||s.mode==="edit",i=s.value??"";return Ye(e,t,n,{input:{...s,rawValue:t.add??i,value:r?Ke(i,{stripPlainTextPrefix:!0}):i},collectionKey:"comments",op:"comment_add",editOp:"comment_edit",deleteOp:"comment_delete",parseText:a=>a,createEntry:a=>a,bypassOwnershipConflict:!!(s.mode==="add"&&t.ownershipAppendBypass),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm comments pm-a1b2 --add "review note" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="93184f29-f215-5413-9628-fb5b34523995")}catch{}})();async function wc(e,t,n){return Ye(e,t,n,{input:await tn(t,"learning"),collectionKey:"learnings",op:"learning_add",editOp:"learning_edit",deleteOp:"learning_delete",parseText:o=>Ke(o),createEntry:o=>o,bypassOwnershipConflict:!!(t.edit===void 0&&t.delete===void 0&&t.ownershipAppendBypass),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm learnings pm-a1b2 --add "review learning" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ebd9f151-593f-5081-97da-d78f83de4914")}catch{}})();function pm(e){if(e===void 0)return;if(e.trim().length===0)throw new p("--add-json must contain a JSON value",u.USAGE,{code:"structured_event_json_empty"});let t;try{t=JSON.parse(e)}catch{throw new p("--add-json must be valid JSON",u.USAGE,{code:"structured_event_json_invalid"})}return t}function um(e){if(typeof e!="object"||e===null||Array.isArray(e))return;let t=e.type;return typeof t=="string"&&t.trim().length>0?t.trim():void 0}function fm(e){if(e===void 0)return;let t=Date.parse(e);if(!Number.isFinite(t))throw new p("--since must be a valid ISO timestamp",u.USAGE,{code:"structured_event_since_invalid"});return t}async function vc(e,t,n){let o=pm(t.addJson),s=[t.add!==void 0,t.stdin===!0,t.file!==void 0,t.edit!==void 0,t.delete!==void 0].includes(!0);if(o!==void 0&&s)throw new p("--add-json cannot be combined with text, edit, delete, stdin, or file inputs",u.USAGE,{code:"structured_event_input_conflict"});let r=o===void 0?void 0:G(o),i=[t.since,t.eventType].some(g=>g!==void 0),a=fm(t.since),c=Ar(t.limit),d=await Ye(e,{...t,...i?{limit:void 0}:{},includeMeta:[t.includeMeta===!0,i].includes(!0)},n,{input:await tn(r===void 0?t:{add:r},"note"),collectionKey:"notes",op:"note_add",editOp:"note_edit",deleteOp:"note_delete",parseText:g=>Ke(g),createEntry:g=>o===void 0?g:{...g,format:"json",data:o,event_type:um(o)},bypassOwnershipConflict:!![t.edit===void 0,t.delete===void 0,t.ownershipAppendBypass===!0].every(Boolean),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm notes pm-a1b2 --add "review note" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}}),l=t.eventType?.trim(),m=d.notes.filter(g=>{let y=[g.format==="json",g.data!==void 0].every(Boolean),b=[a===void 0,Date.parse(g.created_at)>=(a??Number.POSITIVE_INFINITY)].includes(!0),h=[!l,g.event_type===l].includes(!0);return[!i,[y,b,h].every(Boolean)].includes(!0)}),f=i?zi(m,c):m,_=f.filter(g=>g.format==="json").length;return{...d,notes:f,count:f.length,...i?{total_count:m.length,returned_count:f.length,has_more:f.length<m.length,...c===void 0?{}:{limit:c},structured_event_count:_}:t.includeMeta===!0?{structured_event_count:_}:{}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="67f8958d-60d5-5657-93ce-9803859acd9e")}catch{}})();var Sc=1,Lo="update-many",_m=new Set(["author","message","force","ownershipMetadataBypass","ownershipDependencyBypass"]),hm=["--status","--priority","--type","--tags","--description","--body","--deadline","--estimate","--assignee","--dep","--dep-remove","--comment","--note","--learning","--file","--test","--doc","--replace-deps","--replace-tests","--replace-files","--replace-docs","--unset","--clear-*"].join(", "),gm={title:"title",description:"description",body:"body",status:"status",closeReason:"close_reason",priority:"priority",type:"type",deadline:"deadline",estimatedMinutes:"estimated_minutes",acceptanceCriteria:"acceptance_criteria",definitionOfReady:"definition_of_ready",order:"order",goal:"goal",objective:"objective",value:"value",impact:"impact",outcome:"outcome",whyNow:"why_now",assignee:"assignee",parent:"parent",reviewer:"reviewer",risk:"risk",confidence:"confidence",sprint:"sprint",release:"release",blockedBy:"blocked_by",blockedReason:"blocked_reason",unblockNote:"unblock_note",reporter:"reporter",severity:"severity",environment:"environment",reproSteps:"repro_steps",resolution:"resolution",expectedResult:"expected_result",actualResult:"actual_result",affectedVersion:"affected_version",fixedVersion:"fixed_version",component:"component",regression:"regression",customerImpact:"customer_impact"},ym=[{field:"dependencies",addKey:"dep",removeKey:"depRemove",clearKey:"clearDeps",replaceKey:"replaceDeps"},{field:"comments",addKey:"comment",clearKey:"clearComments"},{field:"notes",addKey:"note",clearKey:"clearNotes"},{field:"learnings",addKey:"learning",clearKey:"clearLearnings"},{field:"files",addKey:"file",clearKey:"clearFiles",replaceKey:"replaceFiles"},{field:"tests",addKey:"test",clearKey:"clearTests",replaceKey:"replaceTests"},{field:"docs",addKey:"doc",clearKey:"clearDocs",replaceKey:"replaceDocs"},{field:"reminders",addKey:"reminder",clearKey:"clearReminders"},{field:"events",addKey:"event",clearKey:"clearEvents"},{field:"type_options",addKey:"typeOption",clearKey:"clearTypeOptions"}],bm={close_reason:"close_reason","close-reason":"close_reason",deadline:"deadline",estimate:"estimated_minutes",estimated_minutes:"estimated_minutes","estimated-minutes":"estimated_minutes",acceptance_criteria:"acceptance_criteria","acceptance-criteria":"acceptance_criteria",ac:"acceptance_criteria",definition_of_ready:"definition_of_ready","definition-of-ready":"definition_of_ready",order:"order",rank:"order",goal:"goal",objective:"objective",value:"value",impact:"impact",outcome:"outcome",why_now:"why_now","why-now":"why_now",assignee:"assignee",parent:"parent",reviewer:"reviewer",risk:"risk",confidence:"confidence",sprint:"sprint",release:"release",blocked_by:"blocked_by","blocked-by":"blocked_by",blocked_reason:"blocked_reason","blocked-reason":"blocked_reason",unblock_note:"unblock_note","unblock-note":"unblock_note",reporter:"reporter",severity:"severity",environment:"environment",repro_steps:"repro_steps","repro-steps":"repro_steps",resolution:"resolution",expected_result:"expected_result","expected-result":"expected_result",actual_result:"actual_result","actual-result":"actual_result",affected_version:"affected_version","affected-version":"affected_version",fixed_version:"fixed_version","fixed-version":"fixed_version",component:"component",regression:"regression",customer_impact:"customer_impact","customer-impact":"customer_impact",type_options:"type_options","type-options":"type_options",tags:"tags"},Ic=e=>{let t={};for(let[n,o]of Object.entries(e))_m.has(n)||o!==void 0&&(t[n]=o);return t},wm=e=>Object.keys(Ic(e)).length>0,Ec=e=>typeof e=="string"?e.trim():e,vm=e=>{let t=String(e).trim(),n=Number(t);return Number.isInteger(n)?n:t},Fo=e=>{let t=String(e).trim(),n=Number(t);return Number.isFinite(n)?n:t},km=e=>{let t=String(e).trim().toLowerCase();return new Map([["true",!0],["1",!0],["false",!1],["0",!1]]).get(t)??Ec(e)},Sm={priority:vm,estimatedMinutes:Fo,order:Fo,rank:Fo,regression:km},Im=(e,t)=>{if(t!==void 0)return(Sm[e]??Ec)(t)},Em=e=>{let t=e.trim().toLowerCase().replaceAll("-","_");return bm[t]??t},_n=(e,t)=>Js(e,t),xm=(e,t)=>t!==void 0?t:e==="type_options"?{}:[],Rm=(e,t)=>Array.isArray(t)?t.length:e==="type_options"&&t&&typeof t=="object"?Object.keys(t).length:0,Am=e=>e.replace?"replace":e.clear?"clear_or_reset":e.removeCount>0?"merge_remove":"append",kc=(e,t)=>t===void 0?void 0:e[t],Ze=e=>Array.isArray(e)?e.length:0,Cm=(e,t,n)=>{let o=n[e.addKey],s=kc(n,e.removeKey),r=Ze(o),i=Ze(s),a=n[e.clearKey]===!0,c=kc(n,e.replaceKey)===!0;if(![a,c,r>0,i>0].includes(!0))return;let d=xm(e.field,t[e.field]);return{field:e.field,before:d,after:{operation:Am({replace:c,clear:a,removeCount:i}),clear:a,replace:c,add_count:r,remove_count:i,before_count:Rm(e.field,d)}}},Tm=(e,t)=>{let n=[];for(let o of ym){let s=Cm(o,e,t);s!==void 0&&n.push(s)}return n},Om=e=>Array.isArray(e)?e.filter(t=>typeof t=="string"):[],$m=(e,t)=>{if(![t.tags!==void 0,Ze(t.addTags)>0,Ze(t.removeTags)>0].includes(!0))return;let n=Om(e.tags),o=t.tags===void 0?n:ft(t.tags),s=Sr(o,t.addTags),r=Ir(s,t.removeTags).slice().sort((a,c)=>a.localeCompare(c)),i=n.slice().sort((a,c)=>a.localeCompare(c));if(!_n(i,r))return{field:"tags",before:n,after:r}},Pm=(e,t)=>{let n=e.acceptance_criteria,o=t.acceptanceCriteria===void 0?n:String(t.acceptanceCriteria).trim(),s=kr(vr(o),t.addAc,t.removeAc),r=s.unmatchedRemovals.map(a=>`remove_ac_unmatched:${a}`),i=s.criteria.join("; ");return _n(n,i)||n===void 0&&i===""?{warnings:r}:{change:{field:"acceptance_criteria",before:n,after:i},warnings:r}},Fm=(e,t,n)=>{for(let[o,s]of Object.entries(gm)){let r=n[o];if(r===void 0)continue;let i=t[s],a=Im(o,r);_n(i,a)||e.push({field:s,before:i,after:a})}},Lm=(e,t,n,o)=>{let s=cr(n,o,["update_many"]);for(let[r,i]of Object.entries(s)){let a=t[r];_n(a,i)||e.push({field:r,before:a,after:i})}},Nm=(e,t,n)=>{for(let o of n??[]){let s=Em(o),r=t[s];r!==void 0&&e.push({field:s,before:r,after:null})}},Mm=(e,t,n={})=>{let o=e,s=[],r=[],i=$m(o,n);if(i&&s.push(i),Fm(s,o,n),Ze(n.addAc)>0||Ze(n.removeAc)>0){let a=Pm(o,n),c=s.filter(d=>d.field!=="acceptance_criteria");s.splice(0,s.length,...c),a.change!==void 0&&s.push(a.change),r.push(...a.warnings)}return s.push(...Tm(o,n)),Lm(s,o,n,t),Nm(s,o,n.unset),{id:e.id,changes:s,...r.length>0?{warnings:r}:{}}},Dm=(e,t)=>Rr(e,t,{strict:!0,flagLabel:"--filter-status"}),jm=e=>{if(e?.ids!=null&&String(e.ids).trim().length===0)throw new p("--ids requires at least one non-empty item ID",u.USAGE)},Um=[({update:e})=>{e.priority!==void 0&&xr(e.priority)},({update:e,settings:t,pmRoot:n})=>{if(e.type===void 0)return;let o=F(t,T());if(!Pt(e.type,o))throw new p(Or(e.type,o.types,ir(n,t.schema)),u.USAGE)},({update:e,statusRegistry:t})=>{if(e.status!==void 0&&!pt(e.status,t)){let n=t.definitions.map(o=>o.id);throw new p(`Invalid --status value "${e.status}". Allowed: ${n.join(", ")}`,u.USAGE)}},({update:e})=>{e.deadline!==void 0&&Gs(e.deadline,new Date,"deadline")},({update:e})=>{e.estimatedMinutes!==void 0&&Er(e.estimatedMinutes,"estimated-minutes")}],Gm=(e,t,n,o)=>{let s={update:e,settings:t,statusRegistry:n,pmRoot:o};for(let r of Um)r(s)},qm=async e=>{let t=await Ot(e.pmRoot,Lo,e.rollbackId,Sc),n=e.options.update?.message??`Rollback update-many checkpoint ${t.id}`,o=await $t(t.items,(s,r)=>Le(s,r,{author:e.options.update?.author,message:n,force:e.options.update?.force??!0},e.global));return{...Oe({applied:o.restored_ids.length,skipped:0,failed:o.failed_count,unmatched:0}),mode:"rollback",matched_count:t.items.length,dry_run:!1,rollback_checkpoint_id:t.id,checkpoint:{id:t.id,created_at:t.created_at,path:t.path,rollback_command:`pm update-many --rollback ${t.id}`},restored_count:o.restored_ids.length,failed_count:o.failed_count,rows:o.rows,ids:o.restored_ids}},zm=async e=>{let t={schema_version:Sc,id:e.checkpointId,created_at:e.nowValue,author:O(e.options.update?.author,"unknown"),status_filter:e.statusFilter??null,list_filters:e.filters,update_options:e.updateSummary,items:e.checkpointItems},n=await Tt(e.pmRoot,Lo,e.checkpointId,t);return{id:e.checkpointId,created_at:e.nowValue,path:n,rollback_command:`pm update-many --rollback ${e.checkpointId}`}},Hm=(e,t)=>{if(e==null)return;let n=[...new Set(String(e).split(",").map(s=>s.trim()).filter(s=>s.length>0))],o=new Set(t.map(s=>s.id));return n.filter(s=>!o.has(s))},No=e=>e.unmatchedIds===void 0?{}:{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length},Bm=async e=>{let t=E(process.cwd(),e.path);if(!await I(A(t)))throw new p(`Tracker is not initialized at ${t}. Run pm init first.`,u.NOT_FOUND);let n=await R(t);return{pmRoot:t,settings:n,statusRegistry:q(n.schema),runtimeFieldRegistry:mt(n.schema)}},Vm=e=>{if(e.options.dryRun===!0)throw new p("--dry-run cannot be combined with --rollback",u.USAGE);if(gt(e.options.list,e.options.status))throw new p("Rollback mode does not accept filter options",u.USAGE);if(Object.keys(e.updateSummary).length>0)throw new p("Rollback mode does not accept update mutation flags",u.USAGE);return qm({pmRoot:e.runtime.pmRoot,rollbackId:e.rollbackId,options:e.options,global:e.global})},Wm=async e=>{Dm(e.options.status,e.runtime.statusRegistry);let t=await ye(void 0,{...e.options.list,status:e.options.status,compact:void 0,brief:void 0,fields:void 0,includeBody:!0,full:!0},e.global),n=t.items.map(s=>Mm(s,e.runtime.runtimeFieldRegistry,e.options.update)),o=e.options.list?.ids==null?[]:(await ye(void 0,{ids:e.options.list.ids,noTruncate:!0,full:!0},e.global)).items;return{listed:t,planned:n,actionable:n.filter(s=>s.changes.length>0),updateSummary:e.updateSummary,unmatchedIds:Hm(e.options.list?.ids,o)}},Km=e=>({outcome:"effect",exit_code:u.SUCCESS,mode:"dry_run",matched_count:e.listed.items.length,dry_run:!0,filters:e.listed.filters,planned_update_options:e.updateSummary,item_plans:e.planned,ids:[],...No(e)}),Ym=e=>({...Oe({applied:0,skipped:e.listed.items.length,failed:0,unmatched:e.unmatchedIds?.length??0}),mode:"apply",matched_count:e.listed.items.length,dry_run:!1,filters:e.listed.filters,planned_update_options:e.updateSummary,updated_count:0,skipped_count:e.listed.items.length,failed_count:0,rows:e.planned.map(t=>({id:t.id,status:"skipped",...t.warnings?{warnings:t.warnings}:{}})),ids:[],...No(e)}),Jm=async e=>{let t=[],n=[],o=e.options.update.message??`update-many apply ${e.checkpointId}`,s=new Map(e.plans.map(i=>[i.id,i])),r=new Set(e.plans.filter(i=>i.changes.length>0).map(i=>i.id));for(let i of e.items){if(!r.has(i.id)){let a=s.get(i.id)?.warnings;t.push({id:i.id,status:"skipped",...a?{warnings:a}:{}});continue}try{let a=await be(i.id,{...e.options.update,message:o,runtimeFieldCommands:["update_many"]},e.global);t.push({id:i.id,status:"updated",changed_fields:a.changed_fields,warnings:a.warnings}),n.push(i.id)}catch(a){t.push({id:i.id,status:"failed",error:ge(a)})}}return{rows:t,updatedIds:n}},Xm=async e=>{if(e.plan.actionable.length===0)return Ym(e.plan);let t=k(),n=Ct(Lo,t),o=new Set(e.plan.actionable.map(m=>m.id)),s=e.plan.listed.items.filter(m=>o.has(m.id)).map(m=>({id:m.id,target_updated_at:m.updated_at})),r=e.options.checkpoint===!1?void 0:await zm({pmRoot:e.runtime.pmRoot,checkpointId:n,nowValue:t,options:e.options,statusFilter:e.options.status,filters:e.plan.listed.filters,updateSummary:e.plan.updateSummary,checkpointItems:s}),i=await Jm({items:e.plan.listed.items,plans:e.plan.planned,options:e.options,global:e.global,checkpointId:n}),a=m=>i.rows.filter(f=>f.status===m).length,c=a("updated"),d=a("skipped"),l=a("failed");return{...Oe({applied:c,skipped:d,failed:l,unmatched:e.plan.unmatchedIds?.length??0}),mode:"apply",matched_count:e.plan.listed.items.length,dry_run:!1,filters:e.plan.listed.filters,planned_update_options:e.plan.updateSummary,...r?{checkpoint:r}:{},updated_count:c,skipped_count:d,failed_count:l,rows:i.rows,ids:i.updatedIds,...No(e.plan)}},xc=async(e,t)=>{let n=await Bm(t),o=typeof e.rollback=="string"?e.rollback:void 0,s=Ic(e.update);if(jm(e.list),o!==void 0)return Vm({runtime:n,rollbackId:o,options:e,global:t,updateSummary:s});if(!wm(e.update))throw new p(`No update-many mutation flags provided. Add at least one mutation flag (for example: ${hm}).`,u.USAGE);Gm(e.update,n.settings,n.statusRegistry,n.pmRoot);let r=await Wm({options:e,global:t,runtime:n,updateSummary:s});return e.dryRun===!0?Km(r):Xm({runtime:n,options:e,global:t,plan:r})};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="5d3c68a6-0b40-56b5-ae9e-776e1830ed3e")}catch{}})();var Ey=["create","show","add-step","update-step","complete-step","block-step","reorder-step","remove-step","link","unlink","decision","discovery","validation","resume","approve","materialize"],Rc=["brief","standard","deep"],Tc="plan-step-",qo="draft",Go=["bug-investigation","feature-implementation","refactoring-sprint"],Ac={"bug-investigation":[{title:"Reproduce the bug",body:"Capture exact steps, inputs, and the observed vs expected behavior."},{title:"Locate the root cause",body:"Trace the failure to the responsible code path with evidence."},{title:"Write a failing test",body:"Add a regression test that fails for the current bug."},{title:"Implement the fix",body:"Apply the minimal change that makes the failing test pass."},{title:"Verify and document",body:"Run the full suite and record the resolution and verification."}],"feature-implementation":[{title:"Clarify requirements & acceptance criteria",body:"Confirm scope, edge cases, and done-conditions."},{title:"Design the approach",body:"Decide the data model, interfaces, and integration points."},{title:"Implement the change",body:"Build the feature behind the agreed design."},{title:"Add tests",body:"Cover the new behavior and its edge cases."},{title:"Update docs & changelog",body:"Document the feature and surface it to users."}],"refactoring-sprint":[{title:"Map the current structure & risks",body:"Inventory the code to change and its blast radius."},{title:"Add characterization tests",body:"Lock in current behavior before refactoring."},{title:"Refactor incrementally",body:"Apply small, reversible steps keeping tests green."},{title:"Verify behavior is unchanged",body:"Run the full suite and compare against the baseline."},{title:"Clean up & document",body:"Remove dead code and record the new structure."}]};function Zm(e){let t=e.trim().toLowerCase(),n=Object.prototype.hasOwnProperty.call(Ac,t)?Ac[t]:void 0;if(!n)throw new p(`Unknown plan template "${e}". Allowed: ${Go.join(", ")}`,u.USAGE,{code:"unknown_plan_template",examples:[`pm plan create --title "Fix login crash" --template ${Go[0]}`]});return n.map(o=>({...o}))}function Qm(e,t){return t>0?Math.round(e/t*100):0}function Oc(e){return(Array.isArray(e)?e:e==null?[]:[e]).filter(n=>n!=null).map(n=>(typeof n=="string"?n:String(n)).trim()).filter(n=>n.length>0)}function ne(e){return Array.isArray(e)?e.flatMap(t=>eo(t,{unique:!1})):typeof e=="string"&&e.trim().length>0?eo(e,{unique:!1}):[]}function K(e){return Array.isArray(e)?e.map(t=>t.trim()).filter(Boolean):typeof e=="string"&&e.trim().length>0?[e.trim()]:[]}function $c(e,t=qo){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Pn.find(s=>s===n);if(!o)throw new p(`Invalid plan mode "${e}". Allowed: ${Pn.join(", ")}`,u.USAGE);return o}function zo(e,t="pending"){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Fn.find(s=>s===n);if(!o)throw new p(`Invalid step status "${e}". Allowed: ${Fn.join(", ")}`,u.USAGE);return o}function Pc(e,t="related"){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Nn.find(s=>s===n);if(!o)throw new p(`Invalid step link kind "${e}". Allowed: ${Nn.join(", ")}`,u.USAGE);return o}function ep(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0)return;let n=Ln.find(o=>o===t);if(!n)throw new p(`Invalid plan harness "${e}". Allowed: ${Ln.join(", ")}`,u.USAGE);return n}function tp(e){if(e===void 0)return"brief";let t=e.trim().toLowerCase(),n=Rc.find(o=>o===t);if(!n)throw new p(`Invalid --depth "${e}". Allowed: ${Rc.join(", ")}`,u.USAGE);return n}function np(e){if(e===void 0)return null;let t=e.split(",").map(n=>n.trim()).filter(n=>n.length>0);if(t.length===0)throw new p("Plan --fields requires a comma-separated list of plan field names",u.USAGE);return t}var Mo=new Set(["id","title","status","mode","scope","harness","parent","resume_context","steps_summary","current_step","blocked_steps","steps","decisions","discoveries","validation","linked_items"]);function op(e,t){let n=e,o={},s=[];for(let r of t){let i=r.startsWith("plan.")?r.slice(5):r;if(i.length!==0){if(!Mo.has(i)){s.push(r);continue}Object.prototype.hasOwnProperty.call(n,i)&&(o[i]=n[i])}}if(s.length>0)throw new p(`Unknown Plan --fields value(s): ${s.join(", ")}`,u.USAGE,{nextSteps:[`Use --fields ${[...Mo].join(",")}`,"Run pm plan show <id> --depth brief for compact default fields."],recovery:{provided_fields:s,suggested_retry:`pm plan show <id> --fields ${[...Mo].join(",")}`}});return o}function Ho(e,t){let n={};for(let o of e.split(",")){let s=o.trim();if(s.length===0)continue;let r=s.indexOf("=");if(r<=0)throw new p(`Invalid ${t} entry "${s}"; expected key=value`,u.USAGE,{code:"malformed_plan_step_evidence",required:`${t} entries must use comma-separated key=value fields.`,why:"Structured Plan evidence must be validated before it is persisted.",examples:['--file "path=src/index.ts,scope=project,note=implementation"','--test "command=pnpm test,note=regression"','--doc "path=docs/PLAN.md,scope=project"']});n[s.slice(0,r).trim().toLowerCase()]=s.slice(r+1).trim()}return n}function Bo(e){let t=Ho(e,"--file");if(!t.path)throw new p("--file requires path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--file requires a non-empty path field.",why:"Plan file evidence needs a stable path for later verification."});let n={path:t.path};return(t.scope==="global"||t.scope==="project")&&(n.scope=t.scope),t.note&&(n.note=t.note),n}function Vo(e){let t=Ho(e,"--test");if(!t.command&&!t.path)throw new p("--test requires at least command=<value> or path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--test requires a command or path field.",why:"Plan test evidence must identify something runnable or inspectable."});let n={};return t.command&&(n.command=t.command),t.path&&(n.path=t.path),t.note&&(n.note=t.note),n}function Wo(e){let t=Ho(e,"--doc");if(!t.path)throw new p("--doc requires path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--doc requires a non-empty path field.",why:"Plan documentation evidence needs a stable path for later verification."});let n={path:t.path};return(t.scope==="global"||t.scope==="project")&&(n.scope=t.scope),t.note&&(n.note=t.note),n}function sp(e){let t={total:e.length,pending:0,in_progress:0,blocked:0,completed:0,skipped:0,superseded:0,completion_pct:0};for(let n of e)t[n.status]+=1;return t.completion_pct=Qm(t.completed,t.total),t}function rp(e){let t=new Set(e.map(n=>n.id));for(let n=e.length+1;n<e.length+1024;n+=1){let o=`${Tc}${String(n).padStart(3,"0")}`;if(!t.has(o))return o}throw new p("Could not allocate step id (limit reached)",u.GENERIC_FAILURE)}function Qe(e,t){let n=t.trim();if(n.length===0)throw new p("Step reference cannot be empty",u.USAGE);let o=e.find(s=>s.id===n);if(o)return o;if(/^\d+$/.test(n)){let s=Number.parseInt(n,10),r=e.find(i=>i.order===s);if(r)return r}throw new p(`Step "${t}" not found in plan`,u.NOT_FOUND)}function Cc(e){if(e.status==="completed")return{reason:"already_completed"};let t=(e.linked_items??[]).find(n=>n.kind==="implements");if(t)return{reason:"already_materialized",existing_id:t.id}}function ip(e,t){let n=t.filter(i=>i.trim().toLowerCase()==="all"),o=[],s=[];if(n.length>0){if(t.length>n.length)throw new p("pm plan materialize --steps all cannot be combined with other step refs",u.USAGE);for(let i of e.slice().sort((a,c)=>a.order-c.order)){let a=Cc(i);if(a){s.push({from_step:i.id,...a});continue}o.push(i)}return{targets:o,skipped:s}}let r=new Set;for(let i of t){let a=Qe(e,i);if(r.has(a.id))continue;r.add(a.id);let c=Cc(a);if(c){s.push({from_step:a.id,...c});continue}o.push(a)}return{targets:o,skipped:s}}function ap(e,t){let n=e==="decision"?t.decisionText:e==="discovery"?t.discoveryText:t.validationText,o=e==="decision"?t.decision:e==="discovery"?t.discovery:t.validation;return n?.trim()||o?.trim()||void 0}function cp(e){return e.find(t=>t.status==="in_progress")??e.find(t=>t.status==="pending")}function dp(e){return e.filter(t=>t.status==="blocked").map(t=>({id:t.id,order:t.order,title:t.title,blocked_reason:t.blocked_reason}))}function J(e,t="brief"){let n=(e.plan_steps??[]).slice().sort((i,a)=>i.order-a.order),o=sp(n),s=cp(n),r={id:e.id,title:e.title,status:e.status,mode:e.plan_mode??qo,scope:e.plan_scope,harness:e.plan_harness,parent:e.parent,resume_context:e.plan_resume_context,steps_summary:o,current_step:s?{id:s.id,order:s.order,title:s.title,status:s.status}:void 0,blocked_steps:dp(n),linked_items:(e.dependencies??[]).map(i=>({id:i.id,kind:i.kind}))};return(t==="standard"||t==="deep")&&(r.steps=n),t==="deep"&&(r.decisions=e.plan_decisions??[],r.discoveries=e.plan_discoveries??[],r.validation=e.plan_validation??[]),r}function X(e,t){let n=[];return t.steps_summary.total===0&&n.push(`pm plan add-step ${e} --step-title "First step"`),t.current_step&&n.push(`pm plan update-step ${e} ${t.current_step.id} --step-status in_progress`,`pm plan complete-step ${e} ${t.current_step.id} --step-evidence "..."`),t.steps_summary.blocked>0&&n.push(`pm plan show ${e} --depth standard`),(t.mode==="draft"||t.mode==="research")&&n.push(`pm plan approve ${e} --message "ready to execute"`),t.steps_summary.completed===t.steps_summary.total&&t.steps_summary.total>0&&n.push(`pm close ${e} "plan complete"`),n}function Fc(e){if((e.type??"").trim().toLowerCase()!=="plan")throw new p(`Item ${e.id} is type ${e.type}; pm plan commands require type=Plan. Use pm plan create or pm create --type Plan first.`,u.USAGE,{code:"wrong_item_type",required:"Use pm plan commands only with items whose type is Plan.",why:"Plan commands read and mutate Plan-specific step, decision, discovery, and validation fields.",examples:[`pm get ${e.id} --depth brief`,'pm plan create --title "Execution plan" --scope "<goal>"']})}async function lp(e){let t=E(process.cwd(),e.path);if(!await I(A(t)))throw new p(`Tracker is not initialized at ${t}. Run pm init first.`,u.NOT_FOUND);let n=await R(t);return{pmRoot:t,settings:n}}async function Lc(e,t){let n=F(e.settings,T()),o=await te(e.pmRoot,t,e.settings.id_prefix,e.settings.item_format,n.type_to_folder);if(!o)throw new p(`Plan ${t} not found`,u.NOT_FOUND);let s=await H(o,{schema:e.settings.schema});return Fc(s.document.metadata),{document:s.document,itemId:o.id}}function mp(e){let t=[];e.parent&&t.push(`id=${e.parent.trim()},kind=parent`);for(let n of ne(e.related))t.push(`id=${n},kind=related`);for(let n of ne(e.blocks))t.push(`id=${n},kind=blocks`);for(let n of ne(e.blockedBy))t.push(`id=${n},kind=blocked_by`);return t.length>0?t:void 0}function pp(e){let t=e.validationText?.trim(),n=e.validationCommand?.trim(),o=e.validationExpected?.trim();if(!(!t&&!n&&!o))return{text:t||n||"Validation check",command:n||void 0,expected:o||void 0}}function up(e){return!!e.stepBody?.trim()||!!e.stepOwner?.trim()||!!e.stepStatus?.trim()||!!e.stepEvidence?.trim()||!!e.stepBlockedReason?.trim()||!!e.stepReplacement?.trim()||ne(e.dependsOn).length>0||ne(e.link).length>0}function fp(e){let t=e.stepTitle?.trim()||void 0,n=Oc(e.step),o=e.template?.trim()?Zm(e.template):[];return{repeatedStepTitles:n,stepTitleFlag:t,stepTitles:[...t?[t]:[],...n,...o.map(s=>s.title)],templateSteps:o}}function _p(e,t){if((e.stepTitleFlag||e.repeatedStepTitles.length>0)&&e.templateSteps.length>0)throw new p("pm plan create --template cannot be combined with --step-title or --step; choose one step seeding source",u.USAGE,{code:"ambiguous_option_combination",examples:[`pm plan create --title "Fix login crash" --template ${Go[0]}`,'pm plan create --title "Custom plan" --step "Read the code" --step "Write the fix"']});if(e.stepTitles.length>1&&t)throw new p("pm plan create per-step options apply to a single initial step; with multiple --step values create the plan first, then refine steps individually",u.USAGE,{code:"ambiguous_option_combination",examples:['pm plan create --title "Execution plan" --step "Read the code" --step "Write the fix"','pm plan update-step <plan-id> plan-step-001 --step-body "Inspect retry path"']})}function hp(e,t){let n=zo(e.stepStatus,"pending"),o=Ko(e,"depends_on"),s=K(e.file).map(Bo),r=K(e.test).map(Vo),i=K(e.doc).map(Wo),a=k();return{id:"plan-step-001",order:1,title:t,body:e.stepBody?.trim()||void 0,status:n,owner:e.stepOwner?.trim()||void 0,evidence:e.stepEvidence?.trim()||void 0,blocked_reason:n==="blocked"?e.stepBlockedReason?.trim()||"":void 0,linked_items:o.length>0?o:void 0,files:s.length>0?s:void 0,tests:r.length>0?r:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n==="completed"?a:void 0}}function gp(e){let t=fp(e),n=up(e);if(_p(t,n),t.stepTitles.length===0)return{steps:[],hasPerStepDetailOptions:n};if(t.stepTitles.length===1)return{steps:[hp(e,t.stepTitles[0])],hasPerStepDetailOptions:n};let o=k();return{steps:t.stepTitles.map((s,r)=>({id:`${Tc}${String(r+1).padStart(3,"0")}`,order:r+1,title:s,body:t.templateSteps[r]?.body,status:"pending",created_at:o,updated_at:o})),hasPerStepDetailOptions:n}}async function yp(e,t,n){let o=e.title?.trim();if(!o)throw new p("pm plan create requires --title",u.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Refactor lock retry" --scope pm-a1b2']});let s=$c(e.mode,qo),r=ep(e.harness),i=e.fromSearch?.trim(),a=pp(e),{steps:c,hasPerStepDetailOptions:d}=gp(e);if(c.length===0&&d)throw new p("pm plan create step options require --step-title (or a single --step)",u.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Execution plan" --step-title "Read the code"']});let l=e.description?.trim()??e.scope?.trim()??o,m=e.claim?O(e.author,n.settings.author_default):e.assignee?.trim()||void 0,f={...e,title:o,description:l,type:"Plan",template:void 0,file:K(e.file),test:K(e.test),doc:K(e.doc),field:K(e.field),assignee:O(e.author,n.settings.author_default),blockedBy:void 0,dep:mp(e),message:e.message??(i?`plan create (search: ${i})`:"plan create")},_=await yt(f,t),g=await _t({pmRoot:n.pmRoot,settings:n.settings,id:_.item.id,op:"plan_create_metadata",author:O(e.author,n.settings.author_default),message:"seed plan metadata",mutate(b){let h=["plan_mode"];b.metadata.plan_mode=s,r&&(b.metadata.plan_harness=r,h.push("plan_harness"));let S=e.scope?.trim();S&&(b.metadata.plan_scope=S,h.push("plan_scope"));let x=e.resumeContext?.trim();return x&&(b.metadata.plan_resume_context=x,h.push("plan_resume_context")),b.metadata.plan_steps=c,h.push("plan_steps"),a&&(b.metadata.plan_validation=[...b.metadata.plan_validation??[],a],h.push("plan_validation")),m&&(b.metadata.assignee=m,h.push("assignee")),{changedFields:h}}}),y=J(g.item,"brief");return{action:"create",plan:y,step:c[0],next_actions:X(_.item.id,y),warnings:[..._.warnings],generated_at:k()}}async function bp(e,t,n){let o=tp(t.depth),s=np(t.fields),{document:r,itemId:i}=await Lc(n,e),a=J(r.metadata,s===null?o:"deep");return{action:"show",plan:s===null?a:op(a,s),next_actions:X(i,a),warnings:[],generated_at:k()}}function wp(e,t){let n=new Map(Object.entries(t).filter(([o])=>o.startsWith("plan_")).map(([o,s])=>[o,JSON.stringify(s)]));return[...new Set([...e.keys(),...n.keys()])].filter(o=>e.get(o)!==n.get(o))}async function ae(e){let t=O(e.options.author,e.ctx.settings.author_default),n,o=await _t({pmRoot:e.ctx.pmRoot,settings:e.ctx.settings,id:e.id,op:e.op,author:t,message:e.options.message??e.message,force:e.options.force,mutate(s){Fc(s.metadata);let r=q(e.ctx.settings.schema);if(qe(s.metadata.status,r)||ei(s.metadata.plan_mode))throw new p(`Plan ${s.metadata.id} is terminal (status=${s.metadata.status}, plan_mode=${s.metadata.plan_mode??"unset"}) and cannot be mutated.`,u.CONFLICT,{code:"terminal_plan_mutation",required:"Create or reopen a non-terminal Plan before changing its execution context or steps.",why:"Terminal Plan history is immutable execution evidence."});let i=(s.metadata.plan_steps??[]).slice(),a=new Map(Object.entries(s.metadata).filter(([m])=>m.startsWith("plan_")).map(([m,f])=>[m,JSON.stringify(f)])),c=e.mutator(i,s);n=c.resultStep;let d=i.slice().sort((m,f)=>m.order-f.order).map((m,f)=>({...m,order:f+1}));s.metadata.plan_steps=d;let l=wp(a,s.metadata);return l.length===0&&c.changedSteps.length===0?{changedFields:[]}:{changedFields:l.length>0?l:["plan_steps"]}}});return{document:{metadata:o.item,body:o.body},resultStep:n,itemId:o.item.id}}async function vp(e,t,n){let o=t.stepTitle?.trim();if(!o)throw new p("pm plan add-step requires --step-title",u.USAGE);let s=zo(t.stepStatus,"pending"),r=t.allowMultipleActive===!0,{document:i,resultStep:a,itemId:c}=await ae({id:e,options:t,ctx:n,op:"plan_add_step",message:`plan add-step "${o}"`,mutator(l){let m=l.length+1;Nc(l,void 0,s,r);let f=kp(l,t,{order:m,title:o,status:s});return l.push(f),{changedSteps:[f.id],resultStep:f}}}),d=J(i.metadata,"standard");return{action:"add-step",plan:d,step:a,next_actions:X(c,d),warnings:[],generated_at:k()}}function Nc(e,t,n,o){if(n!=="in_progress"||o)return;let s=e.find(r=>r.id!==t&&r.status==="in_progress");if(s)throw new p(`Plan already has step ${s.id} in_progress. Pass --allow-multiple-active or update that step first.`,u.CONFLICT)}function kp(e,t,n){let o=Ko(t,"depends_on"),s=K(t.file).map(Bo),r=K(t.test).map(Vo),i=K(t.doc).map(Wo),a=k();return{id:rp(e),order:n.order,title:n.title,body:t.stepBody?.trim()||void 0,status:n.status,owner:t.stepOwner?.trim()||void 0,evidence:t.stepEvidence?.trim()||void 0,blocked_reason:n.status==="blocked"?t.stepBlockedReason?.trim()||"":void 0,linked_items:o.length>0?o:void 0,files:s.length>0?s:void 0,tests:r.length>0?r:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n.status==="completed"?a:void 0}}function Ko(e,t){let n=ne(e.dependsOn).map(l=>({id:l,kind:t})),o=ne(e.related).map(l=>({id:l,kind:"related"})),s=ne(e.blocks).map(l=>({id:l,kind:"blocks"})),r=ne(e.blockedBy).map(l=>({id:l,kind:"blocked_by"})),i=ne(e.link),a=Pc(e.linkKind,t),c=e.linkNote?.trim(),d=i.map(l=>{let m={id:l,kind:a};return c&&(m.note=c),m});return[...n,...o,...s,...r,...d]}async function Do(e,t,n,o){let{document:s,resultStep:r,itemId:i}=await ae({id:e,options:t,ctx:n,op:o.op,message:t.message??`${o.op} ${o.stepRef}`,mutator(c,d){let l=Qe(c,o.stepRef),m=k(),f=o.finalStatus??zo(t.stepStatus,l.status),_=t.allowMultipleActive===!0||o.allowMultipleActive===!0;return Nc(c,l.status==="in_progress"?l.id:void 0,f,_),Sp(l,t,f,m),d.metadata.updated_at=m,{changedSteps:[l.id],resultStep:l}}}),a=J(s.metadata,"standard");return{action:o.op==="plan_complete_step"?"complete-step":o.op==="plan_block_step"?"block-step":"update-step",plan:a,step:r,next_actions:X(i,a),warnings:[],generated_at:k()}}function Sp(e,t,n,o){Ip(e,t,n),Ep(e,t),e.status=n,e.updated_at=o,xp(e,n,o)}function Ip(e,t,n){if(!(n!=="blocked"||t.stepBlockedReason?.trim()||e.blocked_reason))throw new p("Blocking a step requires --step-blocked-reason or an already-recorded blocked_reason.",u.USAGE)}function Ep(e,t){let n=t.stepTitle?.trim();n&&(e.title=n),t.stepBody!==void 0&&(e.body=t.stepBody.trim()||void 0),t.stepOwner!==void 0&&(e.owner=t.stepOwner.trim()||void 0),t.stepEvidence!==void 0&&(e.evidence=t.stepEvidence.trim()||void 0),t.stepBlockedReason!==void 0&&(e.blocked_reason=t.stepBlockedReason.trim()||void 0),t.stepReplacement!==void 0&&(e.superseded_by=t.stepReplacement.trim()||void 0);let o=K(t.file).map(Bo),s=K(t.test).map(Vo),r=K(t.doc).map(Wo);o.length>0&&(e.files=jo(e.files,o)),s.length>0&&(e.tests=jo(e.tests,s)),r.length>0&&(e.docs=jo(e.docs,r))}function jo(e,t){let n=[...e??[]],o=new Set(n.map(s=>JSON.stringify(s)));for(let s of t){let r=JSON.stringify(s);o.has(r)||(o.add(r),n.push(s))}return n}function xp(e,t,n){if(t==="completed"&&!e.completed_at){e.completed_at=n;return}t!=="completed"&&(e.completed_at=void 0)}async function Rp(e,t,n,o,s){let{document:r,itemId:i}=await ae({id:e,options:t,ctx:n,op:"plan_reorder_step",message:t.message??`plan reorder-step ${o} -> ${s}`,mutator(c){let d=Qe(c,o),l=c.filter(f=>f.id!==d.id),m=Math.max(1,Math.min(s,l.length+1));return l.splice(m-1,0,d),l.forEach((f,_)=>{f.order=_+1,f.updated_at=k()}),c.length=0,c.push(...l),{changedSteps:[d.id],resultStep:d}}}),a=J(r.metadata,"standard");return{action:"reorder-step",plan:a,next_actions:X(i,a),warnings:[],generated_at:k()}}async function Ap(e,t,n,o){let{document:s,itemId:r}=await ae({id:e,options:t,ctx:n,op:"plan_remove_step",message:t.message??`plan remove-step ${o}`,mutator(a){let c=Qe(a,o),d=a.filter(l=>l.id!==c.id);return d.forEach((l,m)=>{l.order=m+1}),a.length=0,a.push(...d),{changedSteps:[c.id]}}}),i=J(s.metadata,"standard");return{action:"remove-step",plan:i,next_actions:X(r,i),warnings:[],generated_at:k()}}async function Cp(e,t,n,o){let s=Ko(t,Pc(t.linkKind,"related"));if(s.length===0)throw new p("pm plan link requires at least one --link/--related/--blocks/--blocked-by/--depends-on id",u.USAGE);let r=t.promoteToItemDep===!0,{document:i,itemId:a,resultStep:c}=await ae({id:e,options:t,ctx:n,op:"plan_link_step",message:t.message??`plan link ${o}`,mutator(l,m){let f=Qe(l,o),_=f.linked_items??[],g=b=>`${b.kind}:${b.id}`,y=new Set(_.map(g));for(let b of s){let h=g(b);y.has(h)||(_.push(b),y.add(h))}if(f.linked_items=_,f.updated_at=k(),r){let b=m.metadata.dependencies??[],h=x=>`${x.kind}:${x.id}`,S=new Set(b.map(h));for(let x of s){let P=x.kind==="depends_on"?"blocked_by":x.kind,C={id:x.id,kind:P,created_at:k(),author:O(t.author,n.settings.author_default)};S.has(h(C))||(b.push(C),S.add(h(C)))}m.metadata.dependencies=b}return{changedSteps:[f.id],resultStep:f}}}),d=J(i.metadata,"standard");return{action:"link",plan:d,step:c,next_actions:X(a,d),warnings:[],generated_at:k()}}async function Tp(e,t,n,o){let s=ne(t.link);if(s.length===0)throw new p("pm plan unlink requires --link <id> to remove",u.USAGE);let{document:r,itemId:i,resultStep:a}=await ae({id:e,options:t,ctx:n,op:"plan_unlink_step",message:t.message??`plan unlink ${o}`,mutator(d){let l=Qe(d,o),m=(l.linked_items??[]).filter(f=>!s.includes(f.id));return l.linked_items=m.length>0?m:void 0,l.updated_at=k(),{changedSteps:[l.id],resultStep:l}}}),c=J(r.metadata,"standard");return{action:"unlink",plan:c,step:a,next_actions:X(i,c),warnings:[],generated_at:k()}}async function Uo(e,t,n,o){let s=ap(o,t);if(!s){let d=`--${o}-text`,l=`--${o}`;throw new p(`pm plan ${o} requires ${d}`,u.USAGE,{code:"missing_required_option",examples:[`pm plan ${o} <plan-id> ${d} "..."`,`pm plan ${o} <plan-id> ${l} "..."`],recovery:{suggested_retry:`pm plan ${o} <plan-id> ${d} <value>`}})}let r=O(t.author,n.settings.author_default),{document:i,itemId:a}=await ae({id:e,options:t,ctx:n,op:`plan_append_${o}`,message:t.message??`plan ${o} append`,mutator(d,l){let m=k();if(o==="decision"){let _=l.metadata.plan_decisions??[];return _.push({ts:m,author:r,decision:s,rationale:t.decisionRationale?.trim()||void 0,evidence:t.decisionEvidence?.trim()||void 0}),l.metadata.plan_decisions=_,{changedSteps:[]}}if(o==="discovery"){let _=l.metadata.plan_discoveries??[];return _.push({ts:m,author:r,text:s}),l.metadata.plan_discoveries=_,{changedSteps:[]}}let f=l.metadata.plan_validation??[];return f.push({text:s,command:t.validationCommand?.trim()||void 0,expected:t.validationExpected?.trim()||void 0}),l.metadata.plan_validation=f,{changedSteps:[]}}}),c=J(i.metadata,"deep");return{action:o,plan:c,next_actions:X(a,c),warnings:[],generated_at:k()}}async function Op(e,t,n){let o=t.resumeContext?.trim();if(!o)throw new p("pm plan resume requires --resume-context <text>",u.USAGE);let{document:s,itemId:r}=await ae({id:e,options:t,ctx:n,op:"plan_resume",message:t.message??"plan resume context update",mutator(a,c){c.metadata.plan_resume_context=o;let d=t.scope?.trim();return d&&(c.metadata.plan_scope=d),{changedSteps:[]}}}),i=J(s.metadata,"brief");return{action:"resume",plan:i,next_actions:X(r,i),warnings:[],generated_at:k()}}async function $p(e,t,n){let o=$c(t.mode??"approved","approved"),{document:s,itemId:r}=await ae({id:e,options:t,ctx:n,op:"plan_approve",message:t.message??`plan approve mode=${o}`,mutator(a,c){c.metadata.plan_mode=o;let d=t.scope?.trim();return d&&(c.metadata.plan_scope=d),{changedSteps:[]}}}),i=J(s.metadata,"brief");return{action:"approve",plan:i,next_actions:X(r,i),warnings:[],generated_at:k()}}function Mc(e){return e.map(t=>`plan_materialize_skipped:${t.from_step}:${t.reason}${t.existing_id?`:${t.existing_id}`:""}`)}function Pp(e,t){let n=J(e.document.metadata,"standard");return{action:"materialize",plan:n,materialized:[],materialize_skipped:t,next_actions:X(e.itemId,n),warnings:Mc(t),generated_at:k()}}function Fp(e,t,n){let o=[`id=${e},kind=parent`,`id=${t},kind=discovered_from`];for(let s of n.linked_items??[]){let r=s.kind==="blocked_by"||s.kind==="blocks"||s.kind==="related"||s.kind==="discovered_from"?s.kind:"related";o.push(`id=${s.id},kind=${r}`)}return o}async function Lp(e){let t=[],n={},o=new Set(["title","description","type","parent","tags","author","message","dep"]);for(let s of K(e.options.field)){let r=s.indexOf("=");if(r<=0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let i=s.slice(0,r).trim(),a=s.slice(r+1).trim();if(i.length===0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let c=i.trim().replaceAll(/([a-z0-9])([A-Z])/g,"$1 $2").replaceAll(/[^A-Za-z0-9]+/g," ").split(/\s+/).filter(Boolean).map(f=>f.toLowerCase());if(c.length===0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let[d,...l]=c,m=`${d}${l.map(f=>`${f.slice(0,1).toUpperCase()}${f.slice(1)}`).join("")}`;if(o.has(m))throw new p(`Invalid --field entry "${s}"; "${m}" is reserved by materialize and cannot be overridden`,u.USAGE);n[m]=a}for(let s of e.targets){let r=await yt({...n,title:s.title,description:s.body?.trim()||s.title,type:e.resolvedTypeName,parent:e.parent,tags:e.tags,author:e.options.author,message:e.options.message??`materialized from plan ${e.planItemId} step ${s.id}`,dep:Fp(e.parent,e.planItemId,s)},{path:e.pmRoot});t.push({id:r.item.id,title:r.item.title,type:e.resolvedTypeName,parent:r.item.parent,tags:r.item.tags??[],from_step:s.id})}return t}function Np(e,t,n){for(let o of t){let s=n.find(a=>a.from_step===o.id);if(!s)continue;let r=e.find(a=>a.id===o.id);if(!r)continue;let i=r.linked_items??[];i.push({id:s.id,kind:"implements",note:`materialized as ${s.type}`}),r.linked_items=i,r.updated_at=k()}}async function Mp(e,t,n){let o=ne(t.steps);if(o.length===0)throw new p("pm plan materialize requires --steps <ids|orders|all>",u.USAGE);let s=t.materializeType?.trim()||"Task",r=F(n.settings,T()),i=Pt(s,r);if(!i)throw new p(`Invalid --materialize-type "${s}"`,u.USAGE);let a=t.materializeParent?.trim()||e,c=t.materializeTags,d=await Lc(n,e),l=(d.document.metadata.plan_steps??[]).slice(),{targets:m,skipped:f}=ip(l,o);if(m.length===0){if(f.length>0)return Pp(d,f);throw new p("No matching plan steps found for --steps",u.NOT_FOUND)}let _=await Lp({targets:m,parent:a,planItemId:d.itemId,resolvedTypeName:i,tags:c,options:t,pmRoot:n.pmRoot}),{document:g,itemId:y}=await ae({id:e,options:t,ctx:n,op:"plan_materialize",message:t.message??`plan materialize ${o.join(",")}`,mutator(h){return Np(h,m,_),{changedSteps:m.map(S=>S.id)}}}),b=J(g.metadata,"standard");return{action:"materialize",plan:b,materialized:_,...f.length>0?{materialize_skipped:f}:{},next_actions:X(y,b),warnings:Mc(f),generated_at:k()}}function Dp(e){if(e.subcommand==="create")return e;let t=Oc(e.options.step);if(t.length>1)throw new p(`pm plan ${e.subcommand} accepts a single --step/--step-title value (repeated --step seeds ordered steps only on pm plan create)`,u.USAGE);return t.length===1&&!e.options.stepTitle?.trim()?{...e,options:{...e.options,stepTitle:t[0]}}:e}function _e(e,t){if(!e.id)throw new p(`pm plan ${t} requires a plan id`,u.USAGE);return e.id}function Ne(e,t){let n=_e(e,t);if(!e.stepRef)throw new p(`pm plan ${t} requires <plan-id> <step>`,u.USAGE);return{id:n,stepRef:e.stepRef}}function jp(e){let t=Ne(e,"reorder-step");if(e.reorderTo===void 0)throw new p("pm plan reorder-step requires <plan-id> <step> <new-order>",u.USAGE);return{...t,reorderTo:e.reorderTo}}var Up={create:(e,t)=>yp(e.options,e.global,t),show:(e,t)=>bp(_e(e,"show"),e.options,t),"add-step":(e,t)=>vp(_e(e,"add-step"),e.options,t),"update-step":(e,t)=>{let n=Ne(e,"update-step");return Do(n.id,e.options,t,{stepRef:n.stepRef,op:"plan_update_step"})},"complete-step":(e,t)=>{let n=Ne(e,"complete-step");return Do(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"completed",op:"plan_complete_step"})},"block-step":(e,t)=>{let n=Ne(e,"block-step");return Do(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"blocked",op:"plan_block_step"})},"reorder-step":(e,t)=>{let n=jp(e);return Rp(n.id,e.options,t,n.stepRef,n.reorderTo)},"remove-step":(e,t)=>{let n=Ne(e,"remove-step");return Ap(n.id,e.options,t,n.stepRef)},link:(e,t)=>{let n=Ne(e,"link");return Cp(n.id,e.options,t,n.stepRef)},unlink:(e,t)=>{let n=Ne(e,"unlink");return Tp(n.id,e.options,t,n.stepRef)},decision:(e,t)=>Uo(_e(e,"decision"),e.options,t,"decision"),discovery:(e,t)=>Uo(_e(e,"discovery"),e.options,t,"discovery"),validation:(e,t)=>Uo(_e(e,"validation"),e.options,t,"validation"),resume:(e,t)=>Op(_e(e,"resume"),e.options,t),approve:(e,t)=>$p(_e(e,"approve"),e.options,t),materialize:(e,t)=>Mp(_e(e,"materialize"),e.options,t)};function Gp(e){let t=Up[e];if(!t)throw new p(`Unknown pm plan subcommand "${e}"`,u.USAGE);return t}async function Dc(e){let t=await lp(e.global),n=Dp(e);return Gp(n.subcommand)(n,t)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4eb2056a-4444-514a-a0db-79b8875c3d65")}catch{}})();function qp(e,t){return[...new Set([...js.filter(o=>e[o]!==void 0),...Object.keys(e).filter(o=>e[o]!==void 0),...t.length>0?["body"]:[]])].sort((o,s)=>o.localeCompare(s))}function zp(e,t){let n=`copied_from=${e}`;if(!t)return n;let o=t.trim();return o.length>0?`${o} | ${n}`:n}async function Yo(e,t,n){let o=E(process.cwd(),n.path);if(!await I(A(o)))throw new p(`Tracker is not initialized at ${o}. Run pm init first.`,u.NOT_FOUND);let s=await R(o),r=F(s,T()),i=await te(o,e,s.id_prefix,s.item_format,r.type_to_folder);if(!i)throw await Vt(o,e,s.id_prefix,r.type_to_folder);let a=await H(i,{schema:s.schema}),c=a.document.metadata,d=k(),l=O(t.author,s.author_default),m=await Yn(o,s.id_prefix,{tokenLength:s.ids.token_length,typeToFolder:r.type_to_folder,probeExisting:!1}),f=q(s.schema),_=t.title?.trim();if(_!==void 0&&_.length===0)throw new p("Copy --title must not be empty",u.USAGE);let g={...c,id:m,title:_??c.title,status:f.open_status,created_at:d,updated_at:d};delete g.closed_at,delete g.completed_at,delete g.close_reason,delete g.test_runs;let y=Ge(T()),b=Re({metadata:g,body:a.document.body},{schema:s.schema,extensionFieldNames:y}),h=await io({title:b.metadata.title,description:b.metadata.description,body:b.body,excludeIds:[i.id]},{pmRoot:o,mode:s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0?"off":s.governance.duplicate_detection_mode,threshold:s.governance.duplicate_detection_threshold,limit:s.governance.duplicate_detection_limit,allowDuplicate:t.allowDuplicate}),S=qp(b.metadata,b.body),x=dt(o,b.metadata.type,m,s.item_format,r.type_to_folder),P=se(o,m),C=await Y(o,m,s.locks.ttl_seconds,l,!1,s.governance.force_required_for_stale_lock,s.locks.wait_ms),D={metadata:{},body:""},j,Q;try{let de=await zt(o,l,{required:s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0});try{s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0&&await io({title:b.metadata.title,description:b.metadata.description,body:b.body,excludeIds:[i.id]},{pmRoot:o,mode:"strict",threshold:s.governance.duplicate_detection_threshold,limit:s.governance.duplicate_detection_limit,allowDuplicate:!1});let Ie=await te(o,m,s.id_prefix,s.item_format,r.type_to_folder);if(Ie)throw new p(`Cannot copy to ${m}: an item with that id already exists at ${Ie.itemPath}. Retry the copy to allocate a new id.`,u.CONFLICT,{code:"item_id_collision",why:`Allocated id ${m} already exists at ${Ie.itemPath}.`,recovery:{suggested_retry:`pm copy ${i.id}`}});await V(x,le(b,{format:s.item_format,schema:s.schema,extensionFieldNames:y}));try{let oe=re({nowIso:d,author:l,op:"create",before:D,after:b,message:zp(i.id,t.message)});await Ae(P,oe)}catch(oe){throw await at(x),oe}Q=await Ht({pmRoot:o,preferredFormat:s.item_format,typeToFolder:r.type_to_folder,schema:s.schema,itemPath:x,document:b})}finally{await de()}j=[...await N({path:x,scope:"project",op:"create",item_id:b.metadata.id,item_type:b.metadata.type,before:D,after:b,changed_fields:S}),...await N({path:P,scope:"project",op:"create:history",item_id:b.metadata.id,item_type:b.metadata.type,before:D,after:b,changed_fields:S})],Lt({id:b.metadata.id,op:"create",item_type:b.metadata.type,status:b.metadata.status,current:lt(b.metadata,S),changed_fields:S})}finally{await C()}return{source_id:i.id,item:structuredClone(b.metadata),changed_fields:S,warnings:[...Wi(h),...Q,...j],...h===void 0?{}:{similarity_advisory:h}}}import hn from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="14aa55e1-cb5f-55ea-bf4c-412217d87449")}catch{}})();async function Jo(e,t,n){let o=E(process.cwd(),n.path);if(!await I(A(o)))throw new p(`Tracker is not initialized at ${o}. Run pm init first.`,u.NOT_FOUND);let s=await R(o),r=O(t.author,s.author_default),i=await jr({pmRoot:o,settings:s,id:e,author:r,message:t.message,force:t.force,dryRun:t.dryRun}),a=i.targetPath?hn.relative(o,i.targetPath).split(hn.sep).join("/"):void 0;return{item:i.item,changed_fields:i.changedFields,dry_run:t.dryRun===!0,deleted:t.dryRun!==!0,outcome:t.dryRun===!0?"would_delete":"deleted",previous_status:i.item.status,...a?{target_path:a}:{},history_retained:hn.relative(o,se(o,i.item.id)).split(hn.sep).join("/"),tombstone_retention:"retain_append_only",warnings:i.warnings}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="d51ebf7a-d759-5a6b-9a4f-810139a1688c")}catch{}})();async function Hp(e){if(!await I(A(e)))throw new p(`Tracker is not initialized at ${e}. Run pm init first.`,u.NOT_FOUND)}async function Xo(e,t,n){let o=E(process.cwd(),n.path);if(await Hp(o),t.clear===!0){if(e!==void 0)throw new p("pm focus --clear does not take an item id. Use 'pm focus --clear' to clear focus or 'pm focus <id>' to set it.",u.USAGE);return await Qr(o),{action:"clear",focused_item:null,title:null,message:"Focus cleared. New items will not inherit a default parent."}}if(e===void 0){let m=await Xr(o);if(m===void 0)return{action:"show",focused_item:null,title:null,message:"No focus set. Use 'pm focus <id>' to set a default parent for new items."};let f=await Bp(o,m);return{action:"show",focused_item:m,title:f,message:`Focused on ${m}${f?` (${f})`:""}. New items default --parent to it.`}}let r=await R(o),i=F(r,T()),a=await te(o,e,r.id_prefix,r.item_format,i.type_to_folder);if(!a)throw await Vt(o,e,r.id_prefix,i.type_to_folder);let c=ut(a.id,r.id_prefix),d=await H(a,{schema:r.schema}),l=jc(d.document.metadata.title);return await Zr(o,c),{action:"set",focused_item:c,title:l,message:`Focused on ${c}${l?` (${l})`:""}. New items default --parent to it (override with --parent or clear via 'pm focus --clear').`}}async function Bp(e,t){let n=await R(e),o=F(n,T()),s=await te(e,t,n.id_prefix,n.item_format,o.type_to_folder);if(!s)return null;let r=await H(s,{schema:n.schema});return jc(r.document.metadata.title)}function jc(e){return e.trim().length>0?e:null}import{readFile as nu,writeFile as ou}from"node:fs/promises";import su from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="582576df-8dbe-5f93-890b-5d872669dfe8")}catch{}})();function Zo(e,t){let n=Nt(e);if(n)throw new p(`History merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,u.GENERIC_FAILURE);let o=[];for(let[s,r]of e.split(/\r?\n/).entries()){let i=r.trim();if(i)try{let a=JSON.parse(i);if(typeof a!="object"||a===null||Array.isArray(a))throw new TypeError("history entry must be an object");o.push(a)}catch{throw new p(`History merge input (${t}) contains invalid JSON at line ${s+1}.`,u.GENERIC_FAILURE)}}return o}function ke(e){return G({ts:e.ts,author:e.author,op:e.op,patch:e.patch,message:e.message??null})}function Vp(e,t){let n=Math.min(e.length,t.length),o=0;for(;o<n&&ke(e[o])===ke(t[o]);)o+=1;return o}function Uc(e,t,n){Zo(e,"base");let o=Zo(t,"ours"),s=Zo(n,"theirs"),r=Vp(o,s);if(r===o.length&&r===s.length)return{merged:pe(o),strategy:"identical",common_entries:r,entries_from_ours:0,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(r===s.length)return{merged:pe(o),strategy:"fast_forward_ours",common_entries:r,entries_from_ours:o.length-r,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(r===o.length)return{merged:pe(s),strategy:"fast_forward_theirs",common_entries:r,entries_from_ours:0,entries_from_theirs:s.length-r,entries_total:s.length,reanchored:!1};let i=o.slice(r),a=new Set(i.map(ke)),c=s.slice(r).filter(m=>!a.has(ke(m))),d=[...i,...c].sort((m,f)=>{let _=At(m.ts,f.ts);if(_!==0)return _;let g=a.has(ke(m)),y=a.has(ke(f));return g!==y?Number(y)-Number(g):ke(m).localeCompare(ke(f))}),l=jt([...o.slice(0,r),...d]);return{merged:pe(l.entries),strategy:"union_reanchor",common_entries:r,entries_from_ours:i.length,entries_from_theirs:c.length,entries_total:l.entries.length,reanchored:!0}}function Qo(e,t){let n=Nt(e);if(n)throw new p(`Relationship merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,u.GENERIC_FAILURE);let o=[];for(let[s,r]of e.split(/\r?\n/).entries()){let i=r.trim();if(!i)continue;let a;try{a=JSON.parse(i)}catch{throw new p(`Relationship merge input (${t}) contains invalid JSON at line ${s+1}.`,u.GENERIC_FAILURE)}if(typeof a!="object"||a===null||Array.isArray(a)||typeof a.eventId!="string"||typeof a.sequence!="number")throw new p(`Relationship merge input (${t}) line ${s+1} is not a relationship event (eventId + sequence required).`,u.GENERIC_FAILURE);o.push(a)}return o}function gn(e){return e.length===0?"":`${e.map(t=>JSON.stringify(t)).join(`
11
+ `)}
12
+ `}function Wp(e){return e.map((t,n)=>({...t,sequence:n+1}))}function Gc(e,t,n){Qo(e,"base");let o=Qo(t,"ours"),s=Qo(n,"theirs"),r=Math.min(o.length,s.length),i=0;for(;i<r&&o[i].eventId===s[i].eventId;)i+=1;if(i===o.length&&i===s.length)return{merged:gn(o),strategy:"identical",common_entries:i,entries_from_ours:0,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(i===s.length)return{merged:gn(o),strategy:"fast_forward_ours",common_entries:i,entries_from_ours:o.length-i,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(i===o.length)return{merged:gn(s),strategy:"fast_forward_theirs",common_entries:i,entries_from_ours:0,entries_from_theirs:s.length-i,entries_total:s.length,reanchored:!1};let a=o.slice(i),c=new Set(a.map(f=>f.eventId)),d=s.slice(i).filter(f=>!c.has(f.eventId)),l=[...a,...d].sort((f,_)=>{if(f.timestamp!==void 0&&_.timestamp!==void 0){let b=At(f.timestamp,_.timestamp);if(b!==0)return b}else{if(f.timestamp===void 0&&_.timestamp!==void 0)return 1;if(f.timestamp!==void 0)return-1}let g=c.has(f.eventId),y=c.has(_.eventId);return g!==y?Number(y)-Number(g):0}),m=Wp([...o.slice(0,i),...l]);return{merged:gn(m),strategy:"union_reanchor",common_entries:i,entries_from_ours:a.length,entries_from_theirs:d.length,entries_total:m.length,reanchored:!0}}var Kp=["tags","dependencies","comments","notes","learnings","files","tests","test_runs","docs","reminders","events"],Yp=["updated_at"];function Me(e,t){return G(e??null)===G(t??null)}function Jp(e,t,n){let o=l=>Array.isArray(l)?l:[],s=new Set(o(e).map(l=>G(l))),r=o(t),i=new Set(r.map(l=>G(l))),a=o(n),c=new Set(a.map(l=>G(l))),d=r.filter(l=>{let m=G(l);return!s.has(m)||c.has(m)});for(let l of a){let m=G(l);!i.has(m)&&!s.has(m)&&d.push(l)}return d}function Xp(e,t){return At(String(e),String(t))>=0?e:t}function ss(e,t,n,o){return Me(t,n)?{value:t,from_theirs:!1,conflict:!1}:Me(e,t)?{value:n,from_theirs:!0,conflict:!1}:Me(e,n)?{value:t,from_theirs:!1,conflict:!1}:{value:o==="theirs"?n:t,from_theirs:o==="theirs",conflict:!0}}function es(e){return{...e.metadata}}function ts(e,t,n){try{return Re(Mt(e,n),n)}catch(o){throw new p(`Item merge input (${t}) is not a readable item document: ${String(o)}`,u.GENERIC_FAILURE)}}function Zp(e,t,n,o){let s=new Set(Kp),r=new Set(Yp),i=[...new Set([...Object.keys(t),...Object.keys(n)])].sort((c,d)=>c.localeCompare(d)),a={merged:{},conflictFields:[],fieldsFromTheirs:[],unionFields:[],conflictDecisions:[]};for(let c of i){let d=e[c],l=t[c],m=n[c];if(s.has(c)){let _=Jp(d,l,m);a.merged[c]=_,Me(_,l)||a.unionFields.push(c);continue}if(r.has(c)){a.merged[c]=Xp(l,m);continue}let f=ss(d,l,m,o);f.value!==void 0&&(a.merged[c]=f.value),f.conflict?(a.conflictFields.push(c),a.conflictDecisions.push({field:c,base:d,ours:l,theirs:m,retained:f.value,discarded:o==="theirs"?l:m})):f.from_theirs&&a.fieldsFromTheirs.push(c)}return a}function qc(e,t,n,o={}){let s=o.preferred??"ours",r=e.trim().length>0,i=ts(t,"ours",o),a=ts(n,"theirs",o),c=r?ts(e,"base",o):i,d=r?es(c):{},l=es(i),m=es(a),{merged:f,conflictFields:_,fieldsFromTheirs:g,unionFields:y,conflictDecisions:b}=Zp(d,l,m,s),h=ss(r?c.body:"",i.body,a.body,s);return h.conflict?(_.push("body"),b.push({field:"body",base:r?c.body:"",ours:i.body,theirs:a.body,retained:h.value,discarded:s==="theirs"?i.body:a.body})):h.from_theirs&&g.push("body"),{merged:le({metadata:f,body:h.value},o),conflict_fields:_,fields_from_theirs:g,union_fields:y,conflict_decisions:b,preferred:s}}function ns(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function os(e,t){let n=Nt(e);if(n)throw new p(`JSON merge input (${t}) contains unresolved conflict markers at line ${n.line}.`,u.GENERIC_FAILURE);if(e.trim().length!==0)try{return JSON.parse(e)}catch{throw new p(`JSON merge input (${t}) is not valid JSON.`,u.GENERIC_FAILURE)}}function Qp(e,t,n){if(!Array.isArray(e)||!Array.isArray(t)||!Array.isArray(n))return null;let o=d=>{let l=new Map;for(let m of d){let f=G(m);l.set(f,(l.get(f)??0)+1)}return l},s=o(e),r=o(t),i=o(n);for(let[d,l]of s)if((r.get(d)??0)<l||(i.get(d)??0)<l)return null;let a=new Map(r),c=[];for(let d of n){let l=G(d),m=a.get(l)??0;m>0?a.set(l,m-1):c.push(d)}return{merged:[...t,...c],acceptedTheirs:c.length>0}}function eu(e,t,n,o,s,r,i){if(!ns(t)||!ns(n))return null;let a=ns(e)?e:{},c={},d=[...new Set([...Object.keys(t),...Object.keys(n)])].sort((l,m)=>l.localeCompare(m));for(let l of d){let m=s.length>0?`${s}.${l}`:l,f=tu(a,t,n,l,o,m,r,i);f!==void 0&&(c[l]=f)}return c}function zc(e,t,n,o,s,r,i){if(Me(t,n))return t;let a=Qp(e,t,n);if(a!==null)return a.acceptedTheirs&&i.push(s),a.merged;let c=eu(e,t,n,o,s,r,i);if(c!==null)return c;let d=ss(e,t,n,o);return d.conflict?r.push(s):d.from_theirs&&i.push(s),d.value}function tu(e,t,n,o,s,r,i,a){let c=Object.prototype.hasOwnProperty.call(t,o),d=Object.prototype.hasOwnProperty.call(n,o),l=Object.prototype.hasOwnProperty.call(e,o);if(c&&d)return zc(e[o],t[o],n[o],s,r,i,a);if(c){if(l&&Me(e[o],t[o])){a.push(r);return}return l?(i.push(r),s==="theirs"?void 0:t[o]):t[o]}if(!(l&&Me(e[o],n[o])))return l?(i.push(r),s==="theirs"?n[o]:void 0):(a.push(r),n[o])}function Hc(e,t,n,o={}){let s=o.preferred??"ours",r=os(e,"base"),i=os(t,"ours"),a=os(n,"theirs"),c=[],d=[],l=zc(r,i,a,s,"",c,d);return{merged:`${JSON.stringify(l??null,null,2)}
13
+ `,conflict_paths:c,paths_from_theirs:d,preferred:s}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="182fee45-4de8-502d-8aec-84b5b8e4aecb")}catch{}})();var Bc=["item","history","relationship","json"];function ru(e){let t=e.trim().toLowerCase();if(Bc.includes(t))return t;throw new p(`Unknown merge artifact "${e}". Supported values: ${Bc.join(", ")}.`,u.USAGE)}function iu(e){if(e===void 0)return"ours";let t=e.trim().toLowerCase();if(t==="ours"||t==="theirs")return t;throw new p(`Unknown --prefer value "${e}". Supported values: ours, theirs.`,u.USAGE)}async function rs(e,t){try{return await nu(e,"utf8")}catch{throw new p(`Cannot read merge ${t} file at ${e}.`,u.NOT_FOUND)}}async function au(e){let t=E(process.cwd(),e.path);return await I(A(t))?R(t):null}function cu(e,t){return e.endsWith(".md")?"json_markdown":e.endsWith(".toon")?"toon":t?.item_format??"toon"}async function Vc(e,t){let n=ru(e.artifact),o=iu(e.prefer),s=su.resolve(e.outputPath??e.oursPath),[r,i,a]=await Promise.all([rs(e.basePath,"base"),rs(e.oursPath,"ours"),rs(e.theirsPath,"theirs")]),c,d,l=[],m={};if(n==="history"){let _=Uc(r,i,a);c=_.merged,m.history={strategy:_.strategy,common_entries:_.common_entries,entries_from_ours:_.entries_from_ours,entries_from_theirs:_.entries_from_theirs,entries_total:_.entries_total,reanchored:_.reanchored}}else if(n==="relationship"){let _=Gc(r,i,a);c=_.merged,m.relationship={strategy:_.strategy,common_entries:_.common_entries,entries_from_ours:_.entries_from_ours,entries_from_theirs:_.entries_from_theirs,entries_total:_.entries_total,reanchored:_.reanchored}}else if(n==="item"){let _=await au(t),g=qc(r,i,a,{format:cu(e.itemPath??s,_),schema:_?.schema,extensionFieldNames:Ge(T()),preferred:o});c=g.merged,l.push(...g.conflict_fields),m.item={fields_from_theirs:g.fields_from_theirs,union_fields:g.union_fields},e.itemPath!==void 0&&(d={cwd:process.cwd(),itemPath:e.itemPath,preferred:o,fieldsFromTheirs:g.fields_from_theirs,unionFields:g.union_fields,decisions:g.conflict_decisions})}else{let _=Hc(r,i,a,{preferred:o});c=_.merged,l.push(..._.conflict_paths),m.json={paths_from_theirs:_.paths_from_theirs}}if(await ou(s,c,"utf8"),d!==void 0){let _=await Ea(d);_!==null&&(m.receipt=wt(_))}let f=[];if(l.length>0){let _=m.receipt===void 0?'Run "pm merge report" to inspect clone-local merge evidence.':`Run "pm merge report" and correlate receipt ${m.receipt.receipt_id} with item ${m.receipt.item_id}; clone-local discarded values are never copied into this result.`;f.push(`Both branches changed ${l.join(", ")}; the ${o} value was kept. ${_} Review the merged file, re-apply the losing change if needed, then "git add" it.`)}return n==="history"&&m.history?.reanchored&&f.push('The merged history chain was re-anchored. Run "pm validate --check-history-drift" and "pm history-repair --all" after the merge to reconcile item state with merged history.'),{ok:l.length===0,artifact:n,output_path:s,preferred:o,conflicts:l,...m,guidance:f,generated_at:k()}}import Yc from"fast-json-patch";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="dd5ab9c3-bc6f-59f1-be89-ad0ab2abe7b5")}catch{}})();function Wc(e,t){return t==="body"?e.body:e.metadata[t]}function is(e,t){if(e===void 0||Object.is(e,t))return!0;if(Array.isArray(e)){if(!Array.isArray(t))return!1;let o=new Set;return e.every(s=>{let r=t.findIndex((i,a)=>!o.has(a)&&is(s,i));return r<0?!1:(o.add(r),!0)})}if(e===null||t===null||typeof e!="object"||typeof t!="object"||Array.isArray(t))return!1;let n=t;return Object.entries(e).every(([o,s])=>Object.hasOwn(n,o)&&is(s,n[o]))}function Kc(e,t){let n=new Set(t),o=[];for(let s=e.length-1;s>=0&&n.size>0;s-=1){let r=e[s],i=new Set;for(let c of br(r.patch))i.add(Ut(c.path)),c.from&&i.add(Ut(c.from));let a=[...n].filter(c=>i.has(c));if(a.length!==0){for(let c of a)n.delete(c);o.push({index:s+1,ts:r.ts,author:r.author,op:r.op,fields:a.sort((c,d)=>c.localeCompare(d))})}}return o.reverse()}function du(e,t,n){let o=Yc.compare(t,n);if(o.length===0)return;let s=new Set;for(let g of o)s.add(Ut(g.path));let r=new Set([...s].filter(g=>is(Wc(t,g),Wc(n,g)))),i=new Set([...s].filter(g=>!r.has(g))),a=Kc(e,i),c=Kc(e,r),d=[...s].sort((g,y)=>g.localeCompare(y)),l=[...i].sort((g,y)=>g.localeCompare(y)),m=[...r].sort((g,y)=>g.localeCompare(y)),f=[...new Set(a.map(g=>g.author))].sort((g,y)=>g.localeCompare(y)),_=[...new Set(c.map(g=>g.author))].sort((g,y)=>g.localeCompare(y));return{reconciled_field_count:s.size,reconciled_fields:d,reverted_field_count:i.size,reverted_fields:l,discarded_events:a,discarded_authors:f,preserved_field_count:r.size,preserved_fields:m,preserved_events:c,preserved_authors:_,recovery_hint:a.length>0?"Reconciliation keeps the on-disk item and overwrites these replayed mutations. To recover one, inspect it with pm history <id> --diff --field <field>, then re-apply the lost value with pm update.":null}}async function lu(e,t,n){let o=e.located?.itemPath??null,s=e.located?await H(e.located,{schema:t.schema}):null;if(!s)return{currentItemReplay:null,currentItemPath:o,matchedChainBefore:null,currentItemRawBeforeLock:null,loadedItem:null};let r=Te(s.document),i=n[n.length-1]?.after_hash;return{currentItemReplay:r,currentItemPath:o,matchedChainBefore:ee(r)===i,currentItemRawBeforeLock:s.raw,loadedItem:s}}function mu(e){return typeof e.message=="string"&&e.message.trim().length>0?e.message:`history-repair re-anchored ${e.entriesRehashed} entr${e.entriesRehashed===1?"y":"ies"}${e.entriesPatchRepaired>0?`, repaired ${e.entriesPatchRepaired} patch(es)`:""}${e.reconcileNeeded?", reconciled chain with on-disk item":""}.`}function pu(e){let t=[...e.reanchorEntries];if(!e.changed)return{rewrittenEntries:t,auditEntryAdded:!1};let n=e.reconcileNeeded&&e.currentItemReplay?e.currentItemReplay:e.finalReplay;return t.push({ts:k(),author:e.author,op:e.auditOperation,patch:e.reconcileNeeded&&e.currentItemReplay?Yc.compare(e.finalReplay,e.currentItemReplay):[],before_hash:ee(e.finalReplay),after_hash:ee(n),message:e.message,...e.auditContext===void 0?{}:{context:e.auditContext}}),{rewrittenEntries:t,auditEntryAdded:!0}}function uu(e,t){let n=[];return e||n.push("history_repair_no_changes"),t>0&&n.push(`history_repair_skipped_unresolvable_ops:${t}`),n}async function fu(e){return Zt({pmRoot:e.pmRoot,subject:e.subject,settings:e.settings,typeRegistry:e.typeRegistry,historyRawBeforeLock:e.historyRawBeforeLock,currentItemRawBeforeLock:e.currentItemRawBeforeLock,operation:"history-repair",author:e.author,force:e.force,itemDocument:e.loadedItem?.document??null,applyRewrite:async({historyRawUnderLock:t})=>Xt({historyPath:e.historyPath,nextHistoryRaw:pe(e.rewrittenEntries),historyRawUnderLock:t}),applyPostRewrite:async()=>N({path:e.historyPath,scope:"project",op:"history_repair:history"})})}async function It(e,t,n){let o=E(process.cwd(),n.path);if(!await I(A(o)))throw new p(`Tracker is not initialized at ${o}. Run pm init first.`,u.NOT_FOUND);let s=await R(o),r=F(s,T()),i=await Qt(o,e,s,r.type_to_folder);if(!await I(i.historyPath))throw new p(`No history stream exists for ${i.id}.`,u.NOT_FOUND);let a=await U(i.historyPath),c=await ze(i.historyPath,i.id);if(c.length===0)throw new p(`No history entries exist for ${i.id}; nothing to repair.`,u.USAGE);let d=Be(c),l=jt(c),m=await lu(i,s,c),f=l.finalDocument,_=m.currentItemReplay!==null&&ee(f)!==ee(m.currentItemReplay),g=_&&m.currentItemReplay?du(l.entries,f,m.currentItemReplay):void 0,y=[l.entriesRehashed>0,l.entriesPatchRepaired>0,_,t.forceAuditEntry===!0].some(Boolean),b=O(t.author,s.author_default),h=!!t.dryRun,S=mu({message:t.message,entriesRehashed:l.entriesRehashed,entriesPatchRepaired:l.entriesPatchRepaired,reconcileNeeded:_}),{rewrittenEntries:x,auditEntryAdded:P}=pu({reanchorEntries:l.entries,changed:y,reconcileNeeded:_,currentItemReplay:m.currentItemReplay,finalReplay:f,author:b,message:S,auditOperation:t.auditOperation??"history_repair",auditContext:t.auditContext}),C=Be(x);if(!C.ok)throw new p(`history-repair produced an invalid rewritten chain (${C.errors.join(", ")}).`,u.GENERIC_FAILURE);let D=uu(y,l.skippedOps);return g&&g.discarded_events.length>0&&(D.push(`history_repair_reconcile_discards_events:${g.discarded_events.length}`),D.push(`history_repair_discarded_authors:${g.discarded_authors.join(",")}`)),y&&!h&&D.push(...await fu({pmRoot:o,subject:i,settings:s,typeRegistry:r,historyRawBeforeLock:a,currentItemRawBeforeLock:m.currentItemRawBeforeLock,author:b,force:t.force,loadedItem:m.loadedItem,historyPath:i.historyPath,rewrittenEntries:x})),{id:i.id,dry_run:h,changed:y,history:{path:i.historyPath,entries_scanned:c.length,chain_drift_before:!d.ok,entries_rehashed:l.entriesRehashed,entries_patch_repaired:l.entriesPatchRepaired,converted_replace_to_add:l.convertedReplaceToAdd,skipped_ops:l.skippedOps,reconciled_with_item:_,audit_entry_added:P,verify_ok:C.ok,verify_errors:C.errors},item:{exists:m.currentItemPath!==null,path:m.currentItemPath,matched_chain_before:m.matchedChainBefore},...g?{reconciliation:g}:{},warnings:[...new Set(D)].sort((j,Q)=>j.localeCompare(Q)),generated_at:k()}}function Jc(e,t){if(t&&e!==void 0)throw new p("history-repair: <id> and --all are mutually exclusive; pass an item id to repair one stream or --all to repair every drifted stream.",u.USAGE);if(!t&&e===void 0)throw new p("history-repair: provide an item <id> or pass --all to repair every drifted stream.",u.USAGE)}async function yn(e,t){let n=E(process.cwd(),t.path);if(!await I(A(n)))throw new p(`Tracker is not initialized at ${n}. Run pm init first.`,u.NOT_FOUND);let o=await R(n),s=F(o,T()),r=[],i=await Mr(n,o.item_format,s.type_to_folder,r,o.schema,{forceSourceScan:!0}),a=await ha(n,i),c=[],d=[],l={repaired:0,skipped_clean:0,failed:0};for(let m of a.driftedItems)try{let f=await It(m,{...e,auditContext:e.auditContextById?.[m],auditContextById:void 0},t),_=f.changed?"repaired":"skipped_clean";l[_]+=1,d.push(...f.warnings.map(g=>`${m}:${g}`)),c.push({id:m,outcome:_,entries_rehashed:f.history.entries_rehashed,entries_patch_repaired:f.history.entries_patch_repaired,reconciled_with_item:f.history.reconciled_with_item,...f.reconciliation?{reconciliation:f.reconciliation}:{},warnings:f.warnings})}catch(f){l.failed+=1,c.push({id:m,outcome:"failed",error:f instanceof Error?f.message:String(f)})}return e.dryRun||await gr(n),{all:!0,dry_run:!!e.dryRun,scanned_streams:i.length,drifted_streams:a.driftedItems.length,streams:c,totals:l,warnings:[...new Set([...r,...d])].sort((m,f)=>m.localeCompare(f)),generated_at:k()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="b2f34565-7664-5612-815d-949b8b1d4f90")}catch{}})();async function Xc(e,t){let n=e.dryRun===!0,o=await xa(process.cwd()),s=o.reduce((y,b)=>((y[b.item_id]??=[]).push(b),y),{}),r=Object.fromEntries(Object.entries(s).map(([y,b])=>[y,{merge:{receipts:b.map(wt)}}])),i=await yn({dryRun:n,author:e.author??t.author,message:e.message??"post-merge reconciliation of field-aware tracker history",force:e.force,auditOperation:"merge_reconcile",auditContextById:r},t),a=new Set(i.streams.map(y=>y.id)),c=Object.keys(s).filter(y=>!a.has(y));(await Promise.allSettled(c.map(y=>It(y,{dryRun:n,author:e.author??t.author,message:e.message??"record field-aware branch merge provenance",force:e.force,auditOperation:"merge_reconcile",auditContext:r[y],forceAuditEntry:!0},t)))).forEach((y,b)=>{let h=c[b];if(y.status==="fulfilled"){let S=y.value.changed?"repaired":"skipped_clean";i.streams.push({id:h,outcome:S,entries_rehashed:y.value.history.entries_rehashed,entries_patch_repaired:y.value.history.entries_patch_repaired,reconciled_with_item:y.value.history.reconciled_with_item,warnings:y.value.warnings}),i.totals[S]+=1}else i.streams.push({id:h,outcome:"failed",error:y.reason instanceof Error?y.reason.message:String(y.reason)}),i.totals.failed+=1});let l=0;!n&&i.totals.failed===0&&(await Promise.all(o.map(y=>Ra(process.cwd(),y))),l=o.length);let m=await ln({checkHistoryDrift:!0,checkStorageIntegrity:!0},t),f=m.checks.every(y=>y.status==="ok"),_=i.totals.failed===0&&f,g=n?["Review repair.streams, then rerun pm merge reconcile without --dry-run to apply audited repairs.","No Git hook is installed automatically; invoke this command from an explicit post-merge hook only when your repository policy opts in."]:_?["Reconciliation is complete; commit changed history streams with the merge result.","Rerun pm merge reconcile --dry-run after future tracker-data merges as a non-mutating integrity check."]:["Reconciliation remains incomplete; inspect repair failures and non-green validation checks before retrying.","Do not commit repaired history streams as reconciled until pm merge reconcile returns ok=true."];return{ok:_,dry_run:n,repair:i,receipts:{pending_before:o.length,reconciled:l,summaries:o.map(wt)},validation:m,guidance:g,generated_at:m.generated_at}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f8cd69db-ec70-560f-a8c2-2d8d4be75459")}catch{}})();function Et(e){return{...e.args,...e.options}}function he(e,t){let n=w(e,t);if(n!==void 0)return n;throw new p(`Missing required parameter: ${t}`,u.USAGE)}function et(e){return typeof e=="string"?[e]:W(e)}function Zc(e){return Na(Et(e),e.global)}function Qc(e){let t=Et(e);return Ma({cwd:w(t,"cwd"),pmRoot:w(t,"path"),since:w(t,"since"),type:et(t.type),author:et(t.author),item:et(t.item),limit:t.limit===void 0?void 0:B(t.limit,"limit"),full:t.full===!0,...t.provenance===void 0?{}:{provenance:t.provenance===!0},...t.provenanceSummary===void 0?{}:{provenanceSummary:t.provenanceSummary===!0},...t.harness===void 0?{}:{harness:et(t.harness)},...t.agentInstance===void 0?{}:{agentInstance:et(t.agentInstance)},...t.provenanceFilter===void 0?{}:{provenanceFilter:et(t.provenanceFilter)}})}function ed(e){let t=Et(e),n=he(t,"subcommand");if(n==="install")return Ki({dryRun:t.dryRun===!0},e.global);if(n==="reconcile")return Xc({dryRun:t.dryRun===!0,author:w(t,"author"),message:w(t,"message"),force:t.force===!0},e.global);if(n==="report")return Aa({includeReconciled:t.includeReconciled===!0,cwd:w(t,"cwd")});if(n==="driver")return Vc({artifact:he(t,"artifact"),basePath:he(t,"basePath"),oursPath:he(t,"oursPath"),theirsPath:he(t,"theirsPath"),outputPath:w(t,"outputPath")??w(t,"output"),itemPath:w(t,"itemPath"),prefer:w(t,"prefer")},e.global);throw new p(`Unknown merge subcommand "${n}".`,u.USAGE,{code:"unknown_subcommand"})}function td(e){let t=Et(e),n=he(t,"subcommand");if(n!=="snapshot")throw new p(`Unknown workspace subcommand "${n}".`,u.USAGE,{code:"unknown_subcommand"});let o=w(t,"snapshotAction")??he(t,"snapshot_action"),s=E(process.cwd(),e.global.path);if(o==="create")return Ga(s,{name:w(t,"name")});if(o==="list")return za(s);let r=he(t,"target");if(o==="inspect")return qa(s,r);if(o==="delete")return Va(s,r);if(o==="restore")return t.dryRun===!0?Ha(s,r):Ba(s,r,{force:t.force===!0,author:w(t,"author"),message:w(t,"message"),lockTtlSeconds:B(t.lockTtlSeconds,"lockTtlSeconds"),lockWaitMs:B(t.lockWaitMs,"lockWaitMs")});throw new p(`Unknown workspace snapshot action "${o}".`,u.USAGE,{code:"unknown_subcommand"})}function bn(e){let t=Et(e),n=he(t,"title");return e.action==="meet"?Da(n,t,e.global):e.action==="event"?ja(n,t,e.global):Ua(n,t,e.global)}import Nu from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bed1d1d4-0c1d-59e5-8267-fbe800dfd83b")}catch{}})();var tt=["agile","ops","research"],as={agile:{name:"agile",title:"Agile delivery",summary:"Story/Spike delivery with a review stage, story points, and acceptance ownership.",types:rn.agile,statuses:[{id:"review",roles:["active"],aliases:["in-review"],description:"Work is implementation-complete and awaiting peer review."}],fields:[{key:"story_points",type:"number",commands:["create","update","list"],description:"Relative estimation size for a story or spike.",aliases:["points"]},{key:"acceptance_owner",type:"string",commands:["create","update","list"],description:"Stakeholder accountable for accepting the delivered story.",aliases:["acceptor"]}],workflows:[{type:"Story",allowed_transitions:[["open","in_progress"],["in_progress","review"],["review","in_progress"],["review","closed"],["in_progress","blocked"],["blocked","in_progress"]]}],config:[{key:"search_provider",value:"bm25",summary:"Offline BM25 lexical search works without an embedding service."},{key:"search_max_results",value:"20",summary:"Sprint-sized result cap for quick triage."}],templates:[{name:"story",options:{type:"Story",priority:"2",tags:"story",acceptanceCriteria:"Story delivers the stated user outcome with tests and docs updated.",body:`## As a
14
+
15
+ ## I want
16
+
17
+ ## So that
18
+
19
+ ## Acceptance
20
+ - [ ]
21
+ `}}],packages:[{spec:"templates",reason:"Reusable create templates for recurring story shapes."},{spec:"calendar",reason:"Sprint and iteration scheduling views."},{spec:"search-advanced",reason:"Richer retrieval as the backlog grows."}]},ops:{name:"ops",title:"Operations",summary:"Incident/Runbook response with mitigation and monitoring stages, severity, and service fields.",types:rn.ops,statuses:[{id:"mitigating",roles:["active"],aliases:["mitigation"],description:"Active mitigation is underway to restore service."},{id:"monitoring",roles:["active"],aliases:["observing"],description:"Mitigation applied; monitoring for recurrence before closure."}],fields:[{key:"severity",type:"string",commands:["create","update","list"],description:"Incident severity classification (e.g. sev1, sev2, sev3).",aliases:["sev"]},{key:"service",type:"string",commands:["create","update","list"],description:"Primary affected service or component."}],workflows:[{type:"Incident",allowed_transitions:[["open","mitigating"],["mitigating","monitoring"],["monitoring","mitigating"],["monitoring","closed"],["mitigating","blocked"],["blocked","mitigating"]]}],config:[{key:"search_provider",value:"bm25",summary:"Offline BM25 lexical search for fast incident lookup."},{key:"search_max_results",value:"25",summary:"Wider result cap to surface related incidents and runbooks."}],templates:[{name:"incident",options:{type:"Incident",priority:"1",tags:"incident",acceptanceCriteria:"Service restored, root cause documented, and follow-ups filed.",body:`## Impact
22
+
23
+ ## Timeline
24
+
25
+ ## Root cause
26
+
27
+ ## Mitigation
28
+
29
+ ## Follow-ups
30
+ `}}],packages:[{spec:"lifecycle-hooks",reason:"Automate transitions and notifications on incident state changes."},{spec:"governance-audit",reason:"Audit incident metadata completeness and closure quality."},{spec:"calendar",reason:"On-call and follow-up scheduling."}]},research:{name:"research",title:"Research",summary:"Experiment/Hypothesis investigation with an analysis stage, hypothesis, and method fields.",types:rn.research,statuses:[{id:"analyzing",roles:["active"],aliases:["analysis"],description:"Data collected; analysis and synthesis in progress."}],fields:[{key:"hypothesis",type:"string",commands:["create","update"],description:"The testable claim the experiment evaluates."},{key:"method",type:"string",commands:["create","update","list"],description:"Experimental method or protocol used to evaluate the hypothesis.",aliases:["protocol"]}],workflows:[{type:"Experiment",allowed_transitions:[["open","in_progress"],["in_progress","analyzing"],["analyzing","in_progress"],["analyzing","closed"],["in_progress","blocked"],["blocked","in_progress"]]}],config:[{key:"search_provider",value:"bm25",summary:"Offline BM25 lexical search across the research corpus."},{key:"search_max_results",value:"50",summary:"Broader recall cap for literature and prior-experiment discovery."}],templates:[{name:"experiment",options:{type:"Experiment",priority:"2",tags:"experiment",acceptanceCriteria:"Hypothesis is supported, rejected, or refined with recorded evidence.",body:`## Hypothesis
31
+
32
+ ## Method
33
+
34
+ ## Results
35
+
36
+ ## Conclusion
37
+ `}}],packages:[{spec:"search-advanced",reason:"Semantic retrieval over experiments and findings."},{spec:"templates",reason:"Consistent experiment and hypothesis scaffolds."},{spec:"beads",reason:"Import structured prior work into the tracker."}]}};function _u(e){if(e===void 0)return;let t=Se(e);if(t.length===0)throw new Error("Profile name must not be empty.");if(tt.includes(t))return t;throw new Error(`Invalid profile "${e}". Allowed: ${tt.join(", ")}.`)}function Ub(e){let t=_u(e);if(t===void 0)throw new Error(`Profile name is required. Allowed: ${tt.join(", ")}.`);return as[t]}function Gb(){return tt.map(e=>as[e])}function Se(e){return e.trim().toLowerCase().replaceAll("-","_")}function nd(e){return e.map(t=>t.definition.name).join(", ")}function cs(e=[]){let t=tt.map(r=>({definition:as[r],source:"builtin"})),n=new Set(tt.map(r=>Se(r))),o=new Set(n),s=[];for(let r of e){let i=Se(r.profile.name);if(n.has(i)){s.push(`Extension "${r.name}" profile "${r.profile.name}" uses a name reserved by a built-in archetype and was ignored.`);continue}if(o.has(i)){s.push(`Profile "${r.profile.name}" from extension "${r.name}" duplicates an already-registered profile and was ignored.`);continue}o.add(i),t.push({definition:r.profile,source:"extension",package:r.name})}return{profiles:t,warnings:s}}function wn(e,t=[]){let{profiles:n,warnings:o}=cs(t);if(typeof e!="string"||e.trim().length===0)throw new Error(`Profile name is required. Allowed: ${nd(n)}.`);let s=Se(e),r=n.find(i=>Se(i.definition.name)===s);if(r===void 0)throw new Error(`Invalid profile "${e}". Allowed: ${nd(n)}.`);return{resolved:r,warnings:o}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="933d8f74-c4aa-58d0-bd3b-8932a35d3702")}catch{}})();function ls(e){return{types:e.types.length,statuses:e.statuses.length,fields:e.fields.length,workflows:e.workflows.length,config:e.config.length,templates:e.templates.length,packages:e.packages.length}}function od(e){return{name:e.name,title:e.title,summary:e.summary,composition:ls(e),types:e.types.map(t=>ds(()=>ue(t).name,()=>String(t.name??""))),statuses:e.statuses.map(t=>ds(()=>$e(t).id,()=>String(t.id??""))),fields:e.fields.map(t=>ds(()=>Pe(t).key,()=>String(t.key??""))),workflows:e.workflows.map(t=>t.type),config:e.config.map(t=>`${t.key}=${t.value}`),templates:e.templates.map(t=>t.name),packages:e.packages.map(t=>({spec:t.spec,reason:t.reason}))}}function ds(e,t){try{return e()}catch{return t()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f9b22df0-7ec2-5d72-bc88-3eb7201a6051")}catch{}})();var ow=["profile","types","statuses","fields","workflows","config","templates","packages"],sw=["profile_name_empty","profile_name_not_normalized","profile_title_empty","profile_summary_empty","type_invalid","type_duplicate","status_invalid","status_duplicate","field_invalid","field_duplicate","field_mcp_input_collision","workflow_type_empty","workflow_type_unknown","workflow_duplicate_type","workflow_transition_malformed","workflow_status_unknown","config_key_unknown","config_value_invalid","config_duplicate","template_type_unknown","package_spec_empty"],hu=new Set(sr.flatMap(e=>[We(e.id),...(e.aliases??[]).map(t=>We(t))]).filter(e=>e.length>0)),sd=new Set(ct.map(e=>e.toLowerCase()));function gu(e,t){e.name.trim().length===0?t.push({severity:"error",code:"profile_name_empty",dimension:"profile",message:"Profile name must not be empty; profile resolution requires a non-blank name."}):e.name!==Se(e.name)&&t.push({severity:"warning",code:"profile_name_not_normalized",dimension:"profile",target:e.name,message:`Profile name "${e.name}" is not in canonical form; resolution folds it to "${Se(e.name)}" (lowercase, hyphens as underscores).`}),e.title.trim().length===0&&t.push({severity:"warning",code:"profile_title_empty",dimension:"profile",message:"Profile title is empty; list and show surfaces will render a blank title."}),e.summary.trim().length===0&&t.push({severity:"warning",code:"profile_summary_empty",dimension:"profile",message:"Profile summary is empty; list and show surfaces will render a blank archetype description."})}function yu(e,t){let n=new Set,o=new Set;for(let[s,r]of e.types.entries()){let i;try{i=ue(r).name}catch(c){t.push({severity:"error",code:"type_invalid",dimension:"types",target:typeof r.name=="string"?r.name:`#${s}`,message:ge(c)});continue}let a=i.toLowerCase();if(o.has(a)){t.push({severity:"error",code:"type_duplicate",dimension:"types",target:i,message:`Item type "${i}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}o.add(a),n.add(a)}return n}function bu(e,t){let n=new Set,o=new Set;for(let[s,r]of e.statuses.entries()){let i;try{i=$e(r)}catch(a){t.push({severity:"error",code:"status_invalid",dimension:"statuses",target:typeof r.id=="string"?r.id:`#${s}`,message:ge(a)});continue}if(o.has(i.id)){t.push({severity:"error",code:"status_duplicate",dimension:"statuses",target:i.id,message:`Status "${i.id}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}o.add(i.id),n.add(i.id);for(let a of i.aliases??[])n.add(We(a))}return n}function wu(e,t){let n=new Set;for(let[o,s]of e.fields.entries()){let r;try{r=Pe(s).key}catch(a){t.push({severity:"error",code:"field_invalid",dimension:"fields",target:typeof s.key=="string"?s.key:`#${o}`,message:ge(a)});continue}if(n.has(r)){t.push({severity:"error",code:"field_duplicate",dimension:"fields",target:r,message:`Field "${r}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}n.add(r);let i=Fi(r);i&&t.push({severity:"warning",code:"field_mcp_input_collision",dimension:"fields",target:r,message:`Field "${r}" collides with canonical MCP property "${i.property}" owned by ${i.owner}; callers must pass the custom value through ${i.nested_path}.`})}}function vu(e,t,n,o){let s=new Set;for(let[r,i]of e.workflows.entries()){let a=i.type.trim().toLowerCase();if(a.length===0){o.push({severity:"error",code:"workflow_type_empty",dimension:"workflows",target:`#${r}`,message:"Workflow has an empty type; the workflow resolver drops entries without a type."});continue}let c=s.has(a);s.add(a),c?o.push({severity:"warning",code:"workflow_duplicate_type",dimension:"workflows",target:i.type,message:`Workflow type "${i.type}" is declared more than once; the later transition set wins.`}):!sd.has(a)&&!t.has(a)&&o.push({severity:"warning",code:"workflow_type_unknown",dimension:"workflows",target:i.type,message:`Workflow governs type "${i.type}" which is neither a built-in type nor declared by this profile; it has no effect unless that type already exists.`});let d=new Set;for(let l of i.allowed_transitions){let m=We(l[0]),f=We(l[1]);if(m.length===0||f.length===0){o.push({severity:"error",code:"workflow_transition_malformed",dimension:"workflows",target:i.type,message:`Workflow "${i.type}" has a transition with an empty status; the workflow resolver silently drops it.`});continue}for(let _ of[m,f])hu.has(_)||n.has(_)||d.has(_)||(d.add(_),o.push({severity:"warning",code:"workflow_status_unknown",dimension:"workflows",target:_,message:`Workflow "${i.type}" references status "${_}" which is neither a built-in status nor declared by this profile; transitions to or from it are unreachable.`}))}}}function ku(e,t){let n=new Set;for(let o of e.config){let s=Xe(o.key);if(s===void 0){t.push({severity:"error",code:"config_key_unknown",dimension:"config",target:o.key,message:`Config knob "${o.key}" is not a recognized setting; apply rejects it with a usage error.`});continue}n.has(s.key)?t.push({severity:"error",code:"config_duplicate",dimension:"config",target:s.key,message:`Config knob "${s.key}" is set more than once; the later value silently overwrites the earlier one.`}):n.add(s.key);let r=mn(s,o.value);r.ok||t.push({severity:"error",code:"config_value_invalid",dimension:"config",target:o.key,message:r.error.message})}}function Su(e,t,n){for(let o of e.templates){let s=o.options.type;if(typeof s!="string"||s.trim().length===0)continue;let r=s.trim().toLowerCase();!sd.has(r)&&!t.has(r)&&n.push({severity:"warning",code:"template_type_unknown",dimension:"templates",target:o.name,message:`Template "${o.name}" creates type "${s}" which is neither a built-in type nor declared by this profile.`})}}function Iu(e,t){for(let[n,o]of e.packages.entries())o.spec.trim().length===0&&t.push({severity:"warning",code:"package_spec_empty",dimension:"packages",target:`#${n}`,message:"Package recommendation has an empty spec; it cannot be surfaced as an install hint."})}function rd(e){let t=[];gu(e,t);let n=yu(e,t),o=bu(e,t);wu(e,t),vu(e,n,o,t),ku(e,t),Su(e,n,t),Iu(e,t);let s=t.filter(i=>i.severity==="error").length,r=t.length-s;return{profile:e.name,ok:s===0,findings:t,errorCount:s,warningCount:r}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ead1caea-8e8b-5208-9fba-23fb114044b5")}catch{}})();function ms(e,t,n,o,s){let r=e,i=[];for(let a of t){let c=o(r),d=s(r,a),l=o(d.file);r=d.file;let m=c===l?"unchanged":d.replaced?"update":"add";i.push({key:n(a),status:m})}return{file:r,changes:i,changed:i.some(a=>a.status!=="unchanged")}}function id(e){return JSON.stringify(e.map(t=>t.join("\0")).sort())}function Eu(e,t){let n=e.map(s=>({...s})),o=[];for(let s of t){let r=n.findIndex(a=>a.type===s.type),i={type:s.type,allowed_transitions:s.allowed_transitions};r<0?(n.push(i),o.push({type:s.type,status:"add"})):id(n[r].allowed_transitions)===id(s.allowed_transitions)?o.push({type:s.type,status:"unchanged"}):(n[r]=i,o.push({type:s.type,status:"update"}))}return{changes:o,result:n,changed:o.some(s=>s.status!=="unchanged")}}function xu(e,t){let n=[];for(let o of e.config){let s=Xe(o.key);if(s===void 0)throw new Error(`Profile "${e.name}" references unknown config key "${o.key}".`);let r=mn(s,o.value);if(!r.ok)throw new Error(`Profile "${e.name}" config ${o.key}: ${r.error.message}`);let i=$a(t,s),a=i===null?"add":i===r.parsed.value?"unchanged":"update";n.push({key:s.key,path:s.path,value:r.parsed.value,status:a})}return{changes:n,changed:n.some(o=>o.status!=="unchanged")}}function ad(e){let t=Object.entries(e).sort(([n],[o])=>n.localeCompare(o));return JSON.stringify(t)}function Ru(e,t){let n=[];for(let o of e.templates){let s=t.get(o.name),r;s===void 0?r="add":ad(s)===ad(o.options)?r="unchanged":r="update",n.push({name:o.name,options:o.options,status:r})}return{changes:n,changed:n.some(o=>o.status!=="unchanged")}}function cd(e,t){let n=ms(Cr(t.typesRaw),e.types,l=>ue(l).name,qt,(l,m)=>Tr(l,ue(m))),o=ms(Yi(t.statusesRaw),e.statuses,l=>$e(l).id,on,(l,m)=>Ji(l,$e(m))),s=ms(Xi(t.fieldsRaw),e.fields,l=>Pe(l).key,sn,(l,m)=>Zi(l,Pe(m))),r=Eu(t.workflows,e.workflows),i=xu(e,t.settings),a=Ru(e,t.templates),c=e.packages.map(l=>({spec:l.spec,reason:l.reason,status:t.installedPackages.has(l.spec)?"installed":"recommended"})),d=n.changed||o.changed||s.changed||r.changed||i.changed||a.changed;return{profile:{name:e.name,title:e.title,summary:e.summary},types:n,statuses:o,fields:s,workflows:r,config:i,templates:a,packages:c,changed:d}}import ld from"node:fs/promises";import md from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f232e106-54f4-572e-8f6e-054f52290267")}catch{}})();var Au="templates",ps=".json",pd=/^[A-Za-z0-9][A-Za-z0-9._-]{0,63}$/,Cu=oi.map(e=>e.target).filter(e=>e!=="acceptanceCriteria"),Tu=new Set(Cu),dd="1970-01-01T00:00:00.000Z",ud={bug:{type:"Issue",priority:"1",tags:"bug",acceptanceCriteria:"Bug no longer reproduces with the steps below and a regression test guards it.",expectedResult:"Describe the correct behavior.",actualResult:"Describe the observed (buggy) behavior.",body:`## Repro steps
38
+ 1.
39
+ 2.
40
+ 3.
41
+
42
+ ## Expected
43
+
44
+ ## Actual
45
+ `},feature:{type:"Feature",priority:"2",tags:"feature",acceptanceCriteria:"Feature is shipped behind agreed scope with tests and docs updated.",whyNow:"Explain why this is worth doing now (impact / urgency).",body:`## Goal
46
+
47
+ ## Why now
48
+
49
+ ## Out of scope
50
+ `},spike:{type:"Task",priority:"2",tags:"spike",estimatedMinutes:"120",acceptanceCriteria:"Timeboxed investigation complete; findings and a recommendation are recorded.",body:`## Question to answer
51
+
52
+ ## Timebox
53
+ 2h
54
+
55
+ ## Findings
56
+
57
+ ## Recommendation
58
+ `},chore:{type:"Chore",priority:"3",tags:"chore",acceptanceCriteria:"Maintenance task done with no behavior change and green checks.",body:`## What
59
+
60
+ ## Why
61
+ `}},kw={normalizeTemplateName:vn,extractTemplateOptions:fd,parseStoredTemplateDocument:hs,builtinTemplateDocument:_d,readStoredTemplateDocument:gd};function vn(e){let t=e.trim();if(!pd.test(t))throw new p(`Invalid template name "${e}". Expected 1-64 characters matching [A-Za-z0-9][A-Za-z0-9._-]*.`,u.USAGE);return t}function us(e){return md.join(e,Au)}function kn(e,t){return md.join(us(e),`${t}${ps}`)}async function fs(e){if(!await I(A(e)))throw new p(`Tracker is not initialized at ${e}. Run pm init first.`,u.NOT_FOUND)}function _s(e){return Object.fromEntries(Object.entries(e).sort(([t],[n])=>t.localeCompare(n)))}function fd(e){let t={};for(let[n,o]of Object.entries(e))if(o!==void 0){if(Tu.has(n)){if(typeof o=="string"){t[n]=[o];continue}if(!Array.isArray(o))continue;let s=o.filter(r=>typeof r=="string");s.length>0&&(t[n]=s);continue}if(typeof o=="string"){t[n]=o;continue}Array.isArray(o)&&o.every(s=>typeof s=="string")&&(t[n]=[...o])}return _s(t)}function Ou(e,t){if(typeof e!="object"||e===null||Array.isArray(e))throw new p(`Template "${t}" has invalid options payload.`,u.GENERIC_FAILURE);let n=e,o={};for(let[s,r]of Object.entries(n)){let i=s.trim();if(i.length===0)throw new p(`Template "${t}" contains an empty option key.`,u.GENERIC_FAILURE);if(typeof r=="string"){o[i]=r;continue}if(Array.isArray(r)&&r.every(a=>typeof a=="string")){o[i]=[...r];continue}throw new p(`Template "${t}" contains invalid value for option "${i}".`,u.GENERIC_FAILURE)}return _s(o)}function hs(e,t){let n;try{n=JSON.parse(e)}catch{throw new p(`Template "${t}" contains invalid JSON.`,u.GENERIC_FAILURE)}if(typeof n!="object"||n===null||Array.isArray(n))throw new p(`Template "${t}" has invalid document shape.`,u.GENERIC_FAILURE);let o=n,s=Ou(o.options,t),r=k();return{name:typeof o.name=="string"&&o.name.trim().length>0?o.name.trim():t,created_at:typeof o.created_at=="string"?o.created_at:r,updated_at:typeof o.updated_at=="string"?o.updated_at:r,options:s}}function _d(e){let t=ud[e];return t?{name:e,created_at:dd,updated_at:dd,options:_s({...t})}:null}async function hd(e,t){let n=await U(kn(e,t));if(n!==null)return{document:hs(n,t),source:"user"};let o=_d(t);if(o)return{document:o,source:"builtin"};throw new p(`Template "${t}" not found`,u.NOT_FOUND)}async function gd(e,t){let n=await U(kn(e,t));if(n===null)throw new p(`Template "${t}" not found`,u.NOT_FOUND);return hs(n,t)}async function $u(e,t){let n=vn(t),{document:o}=await hd(e,n);return o.options}async function gs(e,t,n){let o=E(process.cwd(),n.path);await fs(o);let s=vn(e),r=fd(t);if(Object.keys(r).length===0)throw new p("templates save requires at least one create option flag",u.USAGE);let i=k(),a=kn(o,s),c=i;await I(a)&&(c=(await gd(o,s)).created_at);let d={name:s,created_at:c,updated_at:i,options:r},l=await R(o);return await ld.mkdir(us(o),{recursive:!0}),await Ve({pmRoot:o,filePath:a,raw:`${JSON.stringify(d,null,2)}
62
+ `,op:"templates:save",author:O(void 0,l.author_default),lockTtlSeconds:l.locks.ttl_seconds,lockWaitMs:l.locks.wait_ms}),{name:d.name,created_at:d.created_at,updated_at:d.updated_at,path:a,options:d.options}}async function Pu(e){let t=us(e);return await I(t)?(await ld.readdir(t)).filter(o=>o.toLowerCase().endsWith(ps)).map(o=>o.slice(0,-ps.length)).filter(o=>pd.test(o)):[]}async function Fu(e){let t=E(process.cwd(),e.path);await fs(t);let n=await Pu(t),o=new Set(n),s=Object.keys(ud).filter(c=>!o.has(c)),r=[...n].sort((c,d)=>c.localeCompare(d)),i=[...s].sort((c,d)=>c.localeCompare(d)),a=[...new Set([...r,...i])].sort((c,d)=>c.localeCompare(d));return{templates:a,count:a.length,builtin_templates:i,user_templates:r}}async function Lu(e,t){let n=E(process.cwd(),t.path);await fs(n);let o=vn(e),{document:s,source:r}=await hd(n,o);return{name:s.name,source:r,created_at:s.created_at,updated_at:s.updated_at,path:r==="builtin"?`builtin:${o}`:kn(n,o),options:s.options}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="a1e34cfb-3d4e-5b79-8585-3162e71e574c")}catch{}})();var Vw=["list","show","apply","lint"],Mu="schema-types",Du="schema-statuses",ju="schema-fields";function Sn(){let e=T();return e===null?[]:e.profiles.map(t=>({name:t.name,profile:t.profile}))}function vd(){let{profiles:e,warnings:t}=cs(Sn());return{action:"list",profiles:e.map(n=>({name:n.definition.name,title:n.definition.title,summary:n.definition.summary,source:n.source,...n.package!==void 0?{package:n.package}:{},composition:ls(n.definition)})),warnings:t,generated_at:k()}}function kd(e){let t;try{t=wn(e,Sn())}catch(o){throw new p(o instanceof Error?o.message:String(o),u.USAGE)}let{resolved:n}=t;return{action:"show",...od(n.definition),source:n.source,...n.package!==void 0?{package:n.package}:{},warnings:t.warnings,generated_at:k()}}function Sd(e){let t;try{t=wn(e,Sn())}catch(s){throw new p(s instanceof Error?s.message:String(s),u.USAGE)}let{resolved:n}=t,o=rd(n.definition);return{action:"lint",name:n.definition.name,title:n.definition.title,source:n.source,...n.package!==void 0?{package:n.package}:{},ok:o.ok,error_count:o.errorCount,warning_count:o.warningCount,findings:o.findings,warnings:t.warnings,generated_at:k()}}function Uu(e,t){return Nu.join(e,"templates",`${t}.json`)}async function Gu(e,t){let n=await U(Uu(e,t));if(n!==null)try{let o=JSON.parse(n);if(o!==null&&typeof o=="object"&&!Array.isArray(o)){let s=o.options;if(s!==null&&typeof s=="object"&&!Array.isArray(s))return s}}catch{}}async function yd(e,t,n,o){let s=new Map;for(let r of o.templates){let i=await Gu(e,r.name);i!==void 0&&s.set(r.name,i)}return{typesRaw:await U(xe(e,t.files.types,Ee.types)),statusesRaw:await U(xe(e,t.files.statuses,Ee.statuses)),fieldsRaw:await U(xe(e,t.files.fields,Ee.fields)),workflows:n.schema.type_workflows??[],settings:n,templates:s,installedPackages:new Set}}function nt(e){let t=[],n=[],o=[];for(let s of e)(s.status==="add"?t:s.status==="update"?n:o).push(s.key);return{added:t,updated:n,unchanged:o}}function bd(e,t,n,o,s){return{action:"apply",name:e.name,title:e.title,applied:n,dry_run:o,changed:t.changed,types:nt(t.types.changes),statuses:nt(t.statuses.changes),fields:nt(t.fields.changes),workflows:nt(t.workflows.changes.map(r=>({key:r.type,status:r.status}))),config:nt(t.config.changes),templates:nt(t.templates.changes.map(r=>({key:r.name,status:r.status}))),packages:t.packages,warnings:[...new Set(s)].sort((r,i)=>r.localeCompare(i)),generated_at:k()}}async function qu(e){if(!await I(A(e)))throw new p(`Tracker is not initialized at ${e}. Run pm init first.`,u.NOT_FOUND)}function zu(e){try{let t=wn(e,Sn());return{profile:t.resolved.definition,warnings:t.warnings}}catch(t){throw new p(t instanceof Error?t.message:String(t),u.USAGE)}}async function Id(e,t,n){let o=E(process.cwd(),n.path);await qu(o);let s=zu(e),r=s.profile,i=s.warnings,a=t.dryRun===!0,c=await R(o),d=rr(c.schema);if(a){let h=await yd(o,d,c,r),S=wd(r,h);return bd(r,S,!1,!0,[...i])}let l=O(t.author,c.author_default),m=$r(c),f=!!t.force,_=[...i],g=[],y=async h=>{g.push(await Y(o,h,c.locks.ttl_seconds,l,f,m.force_required_for_stale_lock,c.locks.wait_ms))},b;try{await y(Mu),await y(Du),await y(ju);let h=await yd(o,d,c,r);if(b=wd(r,h),b.types.changed){let S=xe(o,d.files.types,Ee.types);await Ve({pmRoot:o,filePath:S,raw:qt(b.types.file),op:"profile:apply-types",author:l,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms});let x=new Set(r.types.map(C=>ue(C).name)),P=b.types.file.definitions.filter(C=>x.has(C.name));await na(o,P,_,"profile:apply-type-folder"),_.push(...await N({path:S,scope:"project",op:"profile:apply-types"}))}if(b.statuses.changed){let S=xe(o,d.files.statuses,Ee.statuses);await Ve({pmRoot:o,filePath:S,raw:on(b.statuses.file),op:"profile:apply-statuses",author:l,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),_.push(...await N({path:S,scope:"project",op:"profile:apply-statuses"}))}if(b.fields.changed){let S=xe(o,d.files.fields,Ee.fields);await Ve({pmRoot:o,filePath:S,raw:sn(b.fields.file),op:"profile:apply-fields",author:l,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),_.push(...await N({path:S,scope:"project",op:"profile:apply-fields"}))}if(b.config.changed||b.workflows.changed){for(let S of b.config.changes){if(S.status==="unchanged")continue;let x=Xe(S.key);x!==void 0&&Pa(c,x,S.value)}c.schema.type_workflows=b.workflows.result,await Pr(o,c,"profile:apply-config")}for(let S of b.templates.changes)S.status!=="unchanged"&&await gs(S.name,{...S.options},n)}finally{for(let h of g.reverse())try{await h()}catch{}}return bd(r,b,b.changed,!1,_)}function wd(e,t){try{return cd(e,t)}catch(n){throw new p(n instanceof Error?n.message:String(n),u.USAGE)}}function Hu(e,t){let n=[];if(t.added.length>0&&n.push(`+${t.added.join(", ")}`),t.updated.length>0&&n.push(`~${t.updated.join(", ")}`),n.length!==0)return` ${e}: ${n.join(" ")}`}function Ww(e){let t=["Project profiles:"];for(let n of e.profiles){let o=n.source==="extension"?` [${n.package??"extension"}]`:"";t.push(` ${n.name} \u2014 ${n.title}: ${n.summary}${o}`)}for(let n of e.warnings)t.push(` warning: ${n}`);return t.join(`
63
+ `)}function Kw(e){let t=e.source==="extension"?` [${e.package??"extension"}]`:"",n=[`${e.name} \u2014 ${e.title}${t}`,e.summary,""];n.push(`types: ${e.types.join(", ")||"(none)"}`),n.push(`statuses: ${e.statuses.join(", ")||"(none)"}`),n.push(`fields: ${e.fields.join(", ")||"(none)"}`),n.push(`workflows: ${e.workflows.join(", ")||"(none)"}`),n.push(`config: ${e.config.join(", ")||"(none)"}`),n.push(`templates: ${e.templates.join(", ")||"(none)"}`),n.push(`packages: ${e.packages.map(o=>o.spec).join(", ")||"(none)"}`);for(let o of e.warnings)n.push(`warning: ${o}`);return n.join(`
64
+ `)}function Yw(e){let t=e.source==="extension"?` [${e.package??"extension"}]`:"",n=e.warning_count+e.warnings.length,s=[e.ok?`Profile ${e.name}${t}: ok (${n} warning${n===1?"":"s"})`:`Profile ${e.name}${t}: ${e.error_count} error${e.error_count===1?"":"s"}, ${n} warning${n===1?"":"s"}`];for(let r of e.findings){let i=r.target!==void 0?` (${r.target})`:"";s.push(` ${r.severity} [${r.code}] ${r.dimension}${i}: ${r.message}`)}for(let r of e.warnings)s.push(` warning: ${r}`);return s.join(`
65
+ `)}function Jw(e){let t=e.dry_run?"dry-run":e.applied?"applied":"no changes",n=[`Profile ${e.name} (${t})`];if(!e.changed)n.push(" already up to date");else for(let[s,r]of[["types",e.types],["statuses",e.statuses],["fields",e.fields],["workflows",e.workflows],["config",e.config],["templates",e.templates]]){let i=Hu(s,r);i!==void 0&&n.push(i)}let o=e.packages.filter(s=>s.status==="recommended");o.length>0&&n.push(` recommended packages: ${o.map(s=>s.spec).join(", ")}`);for(let s of e.warnings)n.push(` warning: ${s}`);return n.join(`
66
+ `)}import xd from"node:fs/promises";import Rd from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7e0f84f6-9528-55c5-8976-6f85cd920486")}catch{}})();function Bu(e,t,n){let o=new Set,s=[];for(let r of e){let i=r.trim();if(i.length===0||o.has(i))continue;o.add(i);let a=t.get(i);if(a===void 0){s.push({id:i,entries:0,selected:!1,skip_reason:"no_stream"});continue}if(a.entries<=n){s.push({id:i,entries:a.entries,selected:!1,skip_reason:"already_compact"});continue}s.push({id:i,entries:a.entries,selected:!0,skip_reason:null})}return s}function Vu(e,t){let n=[...e].sort((s,r)=>r.entries-s.entries||s.id.localeCompare(r.id)),o=[];for(let s of n){if(t.scope==="closed"&&s.bucket!=="closed"){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"scope_mismatch"});continue}if(s.entries<=t.minEntries){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"already_compact"});continue}if(t.allOver!==void 0&&s.entries<=t.allOver){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"below_threshold"});continue}o.push({id:s.id,entries:s.entries,selected:!0,skip_reason:null})}return o}function Ed(e,t){if(t.ids!==void 0&&t.ids.length>0){let n=new Map(e.map(o=>[o.id,o]));return Bu(t.ids,n,t.minEntries)}return Vu(e,t)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c6609492-75a9-5111-b9b3-1b81908f3084")}catch{}})();function Wu(e,t){if(e===void 0)return{kind:"default",raw:null,compactCount:t.length,retainedCount:0};let n=e.trim();if(n.length===0)throw new p("history-compact --before requires a non-empty value.",u.USAGE);if(/^\d+$/.test(n)){let r=Number.parseInt(n,10);if(!Number.isSafeInteger(r)||r<1||r>t.length+1)throw new p(`history-compact --before version must be between 1 and ${t.length+1}.`,u.USAGE);let i=Math.max(0,Math.min(t.length,r-1));return{kind:"version",raw:n,compactCount:i,retainedCount:t.length-i}}let o=Date.parse(n);if(!Number.isFinite(o))throw new p(`Invalid history-compact --before value "${e}". Use a version number or ISO timestamp.`,u.USAGE);let s=0;for(let[r,i]of t.entries()){let a=Date.parse(i.ts);if(!Number.isFinite(a))throw new p(`History for this item contains invalid timestamp at entry ${r+1}.`,u.GENERIC_FAILURE);if(a>=o)break;s+=1}return{kind:"timestamp",raw:n,compactCount:s,retainedCount:t.length-s}}function Ku(e,t){let n=Dt(),o=Dt();for(let s=0;s<e.length;s+=1){let r=e[s];if(ee(n)!==r.before_hash)throw new p(`history-compact detected before-hash drift at entry ${s+1}; run pm history-repair first.`,u.CONFLICT);if(n=Jt(n,r.patch,s+1,r.op),ee(n)!==r.after_hash)throw new p(`history-compact detected after-hash drift at entry ${s+1}; run pm history-repair first.`,u.CONFLICT);s+1===t&&(o=structuredClone(n))}return{checkpoint:o,finalReplay:n}}function Yu(e,t,n){let o=structuredClone(t),s=[];for(let[r,i]of e.entries()){let a=ee(o);o=Jt(o,i.patch,n+r+1,i.op),s.push({...i,before_hash:a,after_hash:ee(o)})}return{entries:s,finalReplay:o}}async function Ju(e,t,n){let o=e.located?await H(e.located,{schema:t.schema}):null;return o?{loadedItem:o,currentItemRawBeforeLock:o.raw,matchedChainBefore:ee(Te(o.document))===n[n.length-1]?.after_hash}:{loadedItem:null,currentItemRawBeforeLock:null,matchedChainBefore:null}}function Xu(e,t){return typeof e.message=="string"&&e.message.trim().length>0?e.message:t.raw===null?`history-compact compacted full stream (${t.compactCount} entr${t.compactCount===1?"y":"ies"}).`:`history-compact compacted ${t.compactCount} entr${t.compactCount===1?"y":"ies"} before ${t.raw}.`}function Zu(e){return e.raw===null?`history-compact baseline snapshot after compacting ${e.compactCount} entr${e.compactCount===1?"y":"ies"}.`:`history-compact baseline snapshot before ${e.raw}.`}function Qu(e){if(!e.changed)return{rewrittenEntries:e.historyEntries,baselineEntryAdded:!1,auditEntryAdded:!1};let{checkpoint:t,finalReplay:n}=Ku(e.historyEntries,e.boundary.compactCount),o=e.historyEntries.slice(e.boundary.compactCount),s=Yu(o,t,e.boundary.compactCount),i=[re({nowIso:k(),author:e.author,op:"history_compact_baseline",before:Ce(Dt()),after:Ce(t),message:Zu(e.boundary)}),...s.entries];return e.dryRun||i.push(re({nowIso:k(),author:e.author,op:"history_compact",before:Ce(n),after:Ce(n),message:Xu(e.options,e.boundary)})),{rewrittenEntries:i,baselineEntryAdded:!0,auditEntryAdded:!e.dryRun}}async function ef(e){return Zt({pmRoot:e.pmRoot,subject:e.subject,settings:e.settings,typeRegistry:e.typeRegistry,historyRawBeforeLock:e.historyRawBeforeLock,currentItemRawBeforeLock:e.currentItemRawBeforeLock,operation:"history-compact",author:e.author,force:e.force,itemDocument:e.loadedItem?.document??null,applyRewrite:async({historyRawUnderLock:t})=>Xt({historyPath:e.historyPath,nextHistoryRaw:pe(e.rewrittenEntries),historyRawUnderLock:t}),applyPostRewrite:async()=>N({path:e.historyPath,scope:"project",op:"history_compact:history"})})}async function ys(e,t,n){let o=E(process.cwd(),n.path);if(!await I(A(o)))throw new p(`Tracker is not initialized at ${o}. Run pm init first.`,u.NOT_FOUND);let s=await R(o),r=F(s,T()),i=await Qt(o,e,s,r.type_to_folder),a=i.historyPath,c=await U(a);if(c===null)throw new p(`No history stream exists for ${i.id}.`,u.NOT_FOUND);let d=await ze(a,i.id);if(d.length===0)throw new p(`No history entries exist for ${i.id}; nothing to compact.`,u.USAGE);let l=Be(d);if(!l.ok)throw new p(`history-compact requires a valid history chain (${l.errors.join(", ")}). Run pm history-repair ${i.id} first.`,u.CONFLICT);let m=Wu(t.before,d),f=m.compactCount>0,_=!!t.dryRun,g=O(t.author,s.author_default),y=[];f||y.push("history_compact_noop_before_boundary");let b=await Ju(i,s,d);b.matchedChainBefore===!1&&y.push("history_compact_item_chain_mismatch");let{rewrittenEntries:h,baselineEntryAdded:S,auditEntryAdded:x}=Qu({historyEntries:d,boundary:m,changed:f,dryRun:_,author:g,options:t}),P=Be(h);if(!P.ok)throw new p(`history-compact produced an invalid rewritten chain (${P.errors.join(", ")}).`,u.GENERIC_FAILURE);f&&!_&&y.push(...await ef({pmRoot:o,subject:i,settings:s,typeRegistry:r,historyRawBeforeLock:c,currentItemRawBeforeLock:b.currentItemRawBeforeLock,author:g,force:t.force,loadedItem:b.loadedItem,historyPath:a,rewrittenEntries:h}));let C=m.retainedCount>0?m.compactCount+1:null;return{id:i.id,dry_run:_,changed:f,compact_boundary:{kind:m.kind,before:m.raw,entries_compacted:m.compactCount,entries_retained:m.retainedCount,first_retained_entry:C},history:{path:a,entries_scanned:d.length,entries_after:h.length,baseline_entry_added:S,audit_entry_added:x,verify_ok:P.ok,verify_errors:P.errors},item:{exists:i.located!==null,path:i.located?.itemPath??null,matched_chain_before:b.matchedChainBefore},warnings:[...new Set(y)].sort((D,j)=>D.localeCompare(j)),generated_at:k()}}var tf=3;function Ad(e,t){let n=t.ids!==void 0&&t.ids.length>0,o=t.allOver!==void 0||t.scope!==void 0;if((e!==void 0?1:0)+(n?1:0)+(o?1:0)===0)throw new p("history-compact: provide an item <id>, or a bulk selector (--ids, --all-over <N>, --closed, or --all-streams).",u.USAGE);if(e!==void 0&&(n||o))throw new p("history-compact: <id> and bulk selectors (--ids/--all-over/--closed/--all-streams) are mutually exclusive; pass one item id, or use bulk mode without a positional id.",u.USAGE);if(n&&o)throw new p("history-compact: --ids is mutually exclusive with --all-over/--closed/--all-streams; pass an explicit id list or a scan selector, not both.",u.USAGE)}function nf(e){let t=0;for(let n of e.split(/\r?\n/))n.trim().length>0&&(t+=1);return t}async function of(e){let t=q(e.settings.schema),n=qi(t),o=await Bt(e.pmRoot,e.settings.item_format,e.typeToFolder,void 0,e.settings.schema),s=new Map(o.map(d=>[d.id,n.classify(d.status)])),r=Rd.join(e.pmRoot,"history"),i=[],a=[];if(!await I(r))return{candidates:i,preselectionErrors:a};let c=(await xd.readdir(r)).filter(d=>d.endsWith(".jsonl")).sort((d,l)=>d.localeCompare(l));for(let d of c){let l=Rd.join(r,d),m=d.slice(0,-6);try{let f=await xd.readFile(l,"utf8");await Wn({path:l,scope:"project"}),i.push({id:m,entries:nf(f),bucket:s.get(m)??null})}catch(f){a.push({id:m,outcome:"errored",entries_before:0,entries_after:null,skip_reason:null,changed:!1,error:f instanceof Error?f.message:String(f)})}}return{candidates:i,preselectionErrors:a}}async function sf(e){if(!e.row.selected)return{selected:!1,compacted:!1,errored:!1,result:{id:e.row.id,outcome:"skipped",entries_before:e.row.entries,entries_after:null,skip_reason:e.row.skip_reason,changed:!1,error:null}};try{let t=await ys(e.row.id,{dryRun:e.dryRun,author:e.options.author,message:e.options.message,force:e.options.force},e.global);return{selected:!0,compacted:!0,errored:!1,result:{id:e.row.id,outcome:"compacted",entries_before:e.row.entries,entries_after:t.history.entries_after,skip_reason:null,changed:t.changed,error:null}}}catch(t){return{selected:!0,compacted:!1,errored:!0,result:{id:e.row.id,outcome:"errored",entries_before:e.row.entries,entries_after:null,skip_reason:null,changed:!1,error:t instanceof Error?t.message:String(t)}}}}async function Cd(e,t){let n=E(process.cwd(),t.path);if(!await I(A(n)))throw new p(`Tracker is not initialized at ${n}. Run pm init first.`,u.NOT_FOUND);let o=await R(n),s=F(o,T()),{candidates:r,preselectionErrors:i}=await of({pmRoot:n,settings:o,typeToFolder:s.type_to_folder}),a=e.ids!==void 0&&e.ids.length>0?"ids":"scan",c=e.minEntries??tf,d=o.history.compact_policy,l=a==="scan"&&e.allOver===void 0&&d.enabled,m=e.allOver??(l?d.max_entries:void 0),f=Ed(r,{ids:e.ids,scope:e.scope,minEntries:c,allOver:m}),_=!!e.dryRun,g=[...i],y={streams_considered:r.length+i.length,selected:0,items_compacted:0,items_skipped:0,items_errored:i.length};for(let b of f){let h=await sf({row:b,options:e,dryRun:_,global:t});if(g.push(h.result),!h.selected){y.items_skipped+=1;continue}y.selected+=1,h.compacted&&(y.items_compacted+=1),h.errored&&(y.items_errored+=1)}return{bulk:!0,dry_run:_,mode:a,scope:e.scope??null,criteria:{min_entries:c,all_over:m??null,policy_threshold_applied:l},totals:y,results:g,generated_at:k()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f762b5e6-8224-531f-9dd1-f71dc18c3ddf")}catch{}})();function Td(e){let t=e.options.all===!0,n=e.id??w(e.options,"id");return Jc(n,t),t?yn(e.options,e.global):It(n,e.options,e.global)}function Od(e){let t=e.options.ids,n=Array.isArray(t)?t.map(String).filter(d=>d.trim().length>0):typeof t=="string"?t.split(",").map(d=>d.trim()).filter(Boolean):void 0,o=B(e.options.allOver??e.options.all_over,"history-compact allOver"),s=B(e.options.minEntries??e.options.min_entries,"history-compact minEntries"),r=w(e.options,"scope"),i=[];e.options.closed===!0&&i.push("closed"),(e.options.allStreams===!0||e.options.all_streams===!0)&&i.push("all-streams"),(r==="closed"||r==="all-streams")&&i.push(r);let a=[...new Set(i)];if(a.length>1)throw new p("history-compact: closed and all-streams scopes are mutually exclusive.",u.USAGE);let c=a[0];return Ad(e.id,{ids:n,allOver:o,scope:c}),e.id!==void 0?ys(e.id,{before:w(e.options,"before"),dryRun:e.options.dryRun===!0||e.options.dry_run===!0,author:w(e.options,"author"),message:w(e.options,"message"),force:e.force},e.global):Cd({ids:n,scope:c,allOver:o,minEntries:s,dryRun:e.options.dryRun===!0||e.options.dry_run===!0,author:w(e.options,"author"),message:w(e.options,"message"),force:e.force},e.global)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="dbabff08-1bb7-539b-b1c1-c10584aa0a67")}catch{}})();function $d(e){return{storage:e.storage===!0,metadataCoverage:e.metadataCoverage===!0,fieldUtilization:e.fieldUtilization===!0,byAssignee:e.byAssignee===!0,byTag:e.byTag===!0,byPriority:e.byPriority===!0,tagPrefix:typeof e.tagPrefix=="string"?e.tagPrefix:void 0,measurements:e.measurements===!0,metric:w(e,"metric"),measurementLimit:typeof e.measurementLimit=="number"?e.measurementLimit:void 0,observe:W(e.observe),direction:typeof e.improvementDirection=="string"?e.improvementDirection:void 0,measurementSource:w(e,"measurementSource"),measurementItem:w(e,"measurementItem"),measurementRevision:w(e,"measurementRevision"),author:w(e,"author"),message:w(e,"message"),provenanceCoverage:e.provenanceCoverage===!0,fleetAttribution:e.fleetAttribution===!0,since:w(e,"since"),eventLimit:typeof e.eventLimit=="number"?e.eventLimit:void 0,minimumSample:typeof e.minimumSample=="number"?e.minimumSample:void 0}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2643d11d-befc-5a87-8bec-760951eec4d0")}catch{}})();var rf=new Set(["true","1","yes","on"]),af=new Set(["false","0","no","off"]);function cf(e,t,n=[]){let o=[t,...n];for(let s of o){let r=e[s];if(typeof r=="string"&&r.trim().length>0)return r.trim()}}function df(e,t,n=[]){let o=[t,...n];for(let s of o){let r=e[s];if(r!==void 0){if(typeof r=="boolean")return r;if(typeof r=="string"){let i=r.trim().toLowerCase();if(rf.has(i))return!0;if(af.has(i))return!1}}}}function lf(e,t,n=[]){for(let o of[t,...n]){let s=e[o],i=(typeof s=="string"?s.split(","):Array.isArray(s)?s.flatMap(a=>typeof a=="string"?a.split(","):[]):[]).map(a=>a.trim()).filter(a=>a.length>0);if(i.length>0)return i}return[]}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c2567f6a-cd1c-56b5-a93d-41e92ed574bf")}catch{}})();function z(e){if(typeof e!="string")return;let t=e.trim();return t.length>0?t:void 0}function mf(e){if(typeof e=="number"&&Number.isFinite(e)&&e>=0)return e;if(typeof e=="string"&&e.trim().length>0){let t=Number(e);if(Number.isFinite(t)&&t>=0)return t}}function pf(e){if(typeof e=="number"&&Number.isInteger(e)&&e>=0&&e<=4)return e;if(typeof e=="string"&&e.trim().length>0){let t=Number(e);if(Number.isInteger(t)&&t>=0&&t<=4)return t}return 2}function uf(e){if(Array.isArray(e)){let t=e.filter(n=>typeof n=="string").map(n=>n.trim().toLowerCase()).filter(n=>n.length>0);return Array.from(new Set(t)).sort((n,o)=>n.localeCompare(o))}return typeof e=="string"?ft(e):[]}function ff(e){let t=z(e);if(t){let n=pt(t);if(n)return n}return"open"}function ws(e){if(typeof e=="number"&&Number.isInteger(e))return e;if(typeof e!="string"||e.trim().length===0)return;let t=Number(e);return Number.isInteger(t)?t:void 0}function Pd(e){if(typeof e=="boolean")return e;if(typeof e=="number")return e===1?!0:e===0?!1:void 0;if(typeof e!="string")return;let t=e.trim().toLowerCase();return t==="true"||t==="1"?!0:t==="false"||t==="0"?!1:void 0}function ot(e){if(!Array.isArray(e))return;let t=e.map(n=>z(n)).filter(n=>n!==void 0);return t.length>0?t:void 0}function bs(e){return Nd(e,z)}function Fd(e){return Nd(e,Dd)}function _f(e,t){if(typeof e=="number"&&Number.isInteger(e)&&e>=0&&e<=100)return e;let n=z(e)?.toLowerCase();if(!n)return;let o=n==="med"?"medium":n;if(t.some(r=>r===o))return o;let s=Number(o);return Number.isInteger(s)&&s>=0&&s<=100?s:void 0}function Ld(e,t){let n=z(e)?.toLowerCase();if(!n)return;let o=n==="med"?"medium":n;return t.includes(o)?o:void 0}function vs(e){return z(e)?.toLowerCase()==="global"?"global":"project"}function hf(e,t){let n=ks(e,t.allowScalar===!0);if(!n)return;let o=n.map(s=>vf(s,t)).filter(s=>s!==void 0);return o.length>0?o:void 0}function gf(e,t={}){return Md(e,t,(n,o)=>({path:n,scope:vs(o?.scope),note:z(o?.note)}))}function yf(e,t={}){return Md(e,t,(n,o)=>({path:n,scope:vs(o?.scope),note:z(o?.note)}))}function bf(e,t={}){let n=ks(e,t.allowScalar===!0);if(!n)return;let o=n.map(s=>If(s,t)).filter(s=>s!==void 0);return o.length>0?o:void 0}function wf(e,t){return O(e,t)}function En(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function ks(e,t){return Array.isArray(e)?e:t?[e]:void 0}function In(e,t){for(let n of t){let o=z(e[n]);if(o)return o}}function Nd(e,t){if(!En(e))return;let n=Object.entries(e).map(([o,s])=>[o.trim(),t(s)]).filter(o=>o[0].length>0&&o[1]!==void 0);return n.length>0?Object.fromEntries(n):void 0}function vf(e,t){if(typeof e=="string")return kf(e,t);if(!En(e))return;let n=In(e,t.textKeys??["text"]);if(!n)return;let o=t.createdAtKey??"created_at",s=t.authorKey??"author";return{created_at:(t.toIsoString?t.toIsoString(e[o]):z(e[o]))??t.fallbackCreatedAt,author:z(e[s])??t.fallbackAuthor,text:n}}function kf(e,t){let n=z(e);return n?{created_at:t.fallbackCreatedAt,author:t.fallbackAuthor,text:n}:void 0}function Md(e,t,n){let o=ks(e,t.allowScalar===!0);if(!o)return;let s=t.pathKeys??["path"],r=o.map(i=>Sf(i,s,n)).filter(i=>i!==void 0);return r.length>0?r:void 0}function Sf(e,t,n){if(typeof e=="string"){let s=z(e);return s?n(s):void 0}if(!En(e))return;let o=In(e,t);return o?n(o,e):void 0}function If(e,t){if(typeof e=="string"){let s=z(e);return s?{command:s,scope:"project"}:void 0}if(!En(e))return;let n=In(e,t.commandKeys??["command"]),o=In(e,t.pathKeys??["path"]);if(!(!n&&(t.requireCommand===!0||!o)))return{...n?{command:n}:{},...o?{path:o}:{},scope:vs(e.scope),timeout_seconds:Ef(e.timeout_seconds,t),note:z(e.note),...t.includeExtendedAssertions===!0?xf(e):{}}}function Ef(e,t){let n=t.integerTimeout===!0?ws(e):Dd(e);if(n===void 0)return;let o=t.timeoutMinimum??0;return t.timeoutExclusiveMinimum===!0?n>o?n:void 0:n>=o?n:void 0}function Dd(e){if(typeof e=="number"&&Number.isFinite(e))return e;if(typeof e!="string"||e.trim().length===0)return;let t=Number(e);return Number.isFinite(t)?t:void 0}function xf(e){return{pm_context_mode:Ld(e.pm_context_mode,["schema","tracker","auto"]),env_set:bs(e.env_set),env_clear:ot(e.env_clear),shared_host_safe:Pd(e.shared_host_safe),assert_stdout_contains:ot(e.assert_stdout_contains),assert_stdout_regex:ot(e.assert_stdout_regex),assert_stderr_contains:ot(e.assert_stderr_contains),assert_stderr_regex:ot(e.assert_stderr_regex),assert_stdout_min_lines:ws(e.assert_stdout_min_lines),assert_json_field_equals:bs(e.assert_json_field_equals),assert_json_field_gte:Fd(e.assert_json_field_gte)}}async function Rf(e){if(!await I(A(e)))throw new p(`Tracker is not initialized at ${e}. Run pm init first.`,u.NOT_FOUND)}function jd(){return{metadata:{},body:""}}async function Af(e){let{pmRoot:t,id:n,itemPath:o,document:s,author:r,message:i,settings:a,conflictWarningPrefix:c}=e,d=se(t,n),l=jd();try{let m=await Y(t,n,a.locks.ttl_seconds,r,!1,a.governance.force_required_for_stale_lock,a.locks.wait_ms);try{await V(o,le(s,{format:"toon"}));try{let f=re({nowIso:k(),author:r,op:"import",before:l,after:s,message:i});return await Ae(d,f),{committed:!0,writeWarnings:[...await N({path:o,scope:"project",op:"import",item_id:s.metadata.id,item_type:s.metadata.type,before:l,after:s,changed_fields:["imported"]}),...await N({path:d,scope:"project",op:"import:history",item_id:s.metadata.id,item_type:s.metadata.type,before:l,after:s,changed_fields:["imported"]})]}}catch(f){throw await at(o),f}}finally{await m()}}catch(m){if(m instanceof p&&m.exitCode===u.CONFLICT)return{committed:!1,conflictWarning:`${c}:${n}`};throw m}}import{readFile as Tf}from"node:fs/promises";import Of from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="3911e4fb-a9b3-5732-8b45-c484a121dffb")}catch{}})();function Cf(e){return e.trim().toLowerCase().replaceAll("_","-")}var Is=[{id:"quickstart",aliases:["start","getting-started","bootstrap"],title:"Quickstart",summary:"Initialize a tracker and run the shortest safe plan -> execute -> close loop.",intent:"Use this when a human or agent needs to start productive work quickly with minimal context load.",commands:["pm init","pm context --limit 10","pm list-open --limit 20",'pm create --create-mode progressive --title "..." --description "..." --type Task',"pm claim <ID>","pm update <ID> --status in_progress",'pm close <ID> "<reason with evidence>" --validate-close warn'],workflows:[{name:"Start Session Safely",goal:"Bootstrap without mutating unrelated state.",prompt:"You are bootstrapping pm work. Use a token-efficient context snapshot first, then select one open item, claim it, and only then mutate.",commands:["pm context --limit 10","pm list-open --limit 20","pm claim <ID>"]}],docs:[{path:"README.md",purpose:"High-level project and install entrypoint."},{path:"docs/QUICKSTART.md",purpose:"Short setup and first-command walkthrough."},{path:"docs/COMMANDS.md",purpose:"Task-oriented command recipes."}],related:["commands","workflows","release"]},{id:"commands",aliases:["cli","operations","reference"],title:"CLI Command Routing",summary:"Find the right command family quickly and use command-scoped help/contracts output.",intent:"Use this when selecting command paths, flags, and output formats for implementation or automation.",commands:["pm --help","pm <command> --help","pm <command> --help --explain","pm contracts --command <command> --flags-only","pm contracts --command <command> --availability-only --runtime-only","pm completion <bash|zsh|fish>"],workflows:[{name:"Flag Discovery",goal:"Resolve command flags deterministically before mutations.",prompt:"You are preparing to run a command. Use help and contracts surfaces to verify required/optional flags before execution.",commands:["pm <command> --help --explain","pm contracts --command <command> --flags-only"]}],docs:[{path:"docs/COMMANDS.md",purpose:"Command grouping and examples."},{path:"docs/CONFIGURATION.md",purpose:"Project/global settings and policy controls."},{path:"docs/TESTING.md",purpose:"Linked-test orchestration and safety guidance."}],related:["quickstart","workflows","sdk","extensions"]},{id:"workflows",aliases:["developer","maintainer","agent"],title:"Developer and Agent Workflows",summary:"Apply canonical claim -> execute -> verify -> close workflows with append-only evidence.",intent:"Use this for day-to-day coding-agent execution loops and handoff-safe updates.",commands:["pm claim <ID>","pm update <ID> --status in_progress","pm files <ID> --add ...","pm test <ID> --add ...",'pm comments <ID> "..."',"pm validate --check-resolution --check-history-drift","pm release <ID>"],workflows:[{name:"Execution Loop",goal:"Keep code, tests, and tracker evidence synchronized.",prompt:"You are implementing a scoped change. Claim first, link files/tests/docs as you go, append evidence comments, and close only after validation.",commands:["pm claim <ID>","pm update <ID> --status in_progress","pm files <ID> --add path=<file>,scope=project","pm test <ID> --run --progress",'pm close <ID> "<evidence>" --validate-close warn']}],docs:[{path:"AGENTS.md",purpose:"Repository operating rules and required workflow."},{path:"docs/AGENT_GUIDE.md",purpose:"Agent-oriented usage and context strategy."},{path:"docs/TESTING.md",purpose:"Sandbox-safe test execution rules."}],related:["quickstart","commands","skills"]},{id:"sdk",aliases:["api","typescript-sdk"],title:"SDK and Integrations",summary:"Use the published SDK surface for extension authoring and contract-safe integrations.",intent:"Use this when building or reviewing programmatic integrations against @unbrained/pm-cli/sdk.",commands:["pm contracts --schema-only","pm contracts --command extension --flags-only","pm contracts --runtime-only --availability-only"],workflows:[{name:"Integration Contract Check",goal:"Confirm action schemas and runtime availability before coding.",prompt:"You are wiring an integration. Capture schema + runtime availability first, then map your adapter payload fields to contract keys.",commands:["pm contracts --schema-only","pm contracts --availability-only --runtime-only","pm contracts --command <command> --flags-only"]}],docs:[{path:"docs/SDK.md",purpose:"Public SDK exports and extension authoring references."},{path:"docs/ARCHITECTURE.md",purpose:"Core runtime composition and extension load flow."}],related:["extensions","commands"]},{id:"extensions",aliases:["plugins","extension-authoring","packages","package-authoring"],title:"Packages and Extensions",summary:"Install, author, and diagnose packages/extensions with deterministic lifecycle controls.",intent:"Use this for package management, extension capability registration, and runtime diagnostics.",commands:["pm install <target> --project","pm upgrade --dry-run","pm package explore --project","pm package manage --detail summary","pm package doctor --detail deep","pm package activate <target> --project","pm package deactivate <target> --project"],workflows:[{name:"Lifecycle Triage",goal:"Diagnose extension state before forceful lifecycle actions.",prompt:"You are debugging package behavior. Inspect managed state first, then run doctor diagnostics, then apply install/adopt/activate actions.",commands:["pm package explore --project","pm package manage --detail summary","pm package doctor --detail deep","pm upgrade --packages-only --dry-run"]}],docs:[{path:"docs/EXTENSIONS.md",purpose:"Capability model and lifecycle command usage."},{path:"docs/examples/starter-extension/README.md",purpose:"Starter extension scaffold and local development path."},{path:"docs/SDK.md",purpose:"SDK contracts used by extension implementations."}],related:["sdk","commands","skills"]},{id:"skills",aliases:["agent-skills","agentskills"],title:"Agent Skills",summary:"Skill bundles for developer, user, extensions, and sdk workflows aligned to the current CLI.",intent:"Use this when an agent needs reproducible prompts/workflows with strict compatibility metadata.",commands:["pm guide skills --depth deep","pm contracts --command guide --flags-only","pm validate --check-command-references"],workflows:[{name:"Skill Selection",goal:"Pick the narrowest compatible skill first to minimize context usage.",prompt:"Select a pm skill based on the task intent, then execute only the workflow section needed for the current change.",commands:["pm guide skills","pm guide skills --depth deep"]}],docs:[{path:"docs/AGENT_GUIDE.md",purpose:"Agent-first usage and context model."},{path:"docs/README.md",purpose:"Documentation routing with progressive disclosure."},{path:".agents/skills/README.md",purpose:"Agent skills index and routing overview."},{path:".agents/skills/pm-developer/SKILL.md",purpose:"Developer-oriented pm skill workflow."},{path:".agents/skills/pm-user/SKILL.md",purpose:"User/operator pm skill workflow."},{path:".agents/skills/pm-extensions/SKILL.md",purpose:"Extension-focused pm skill workflow."},{path:".agents/skills/pm-sdk/SKILL.md",purpose:"SDK integration pm skill workflow."}],related:["workflows","harnesses","commands"]},{id:"harnesses",aliases:["compatibility","agent-compatibility"],title:"Agent Harness Compatibility",summary:"Cross-harness compatibility guidance for docs routing.",intent:"Use this when adapting pm docs and SDK contracts for an external automation harness.",commands:["pm guide skills","pm guide commands","pm contracts --runtime-only --availability-only"],workflows:[{name:"Harness Mapping",goal:"Route each harness to the same canonical skill/docs sources.",prompt:"Map harness-specific entrypoints to the same pm guide topics and .agents/skills workflows without adding runtime harness-specific code.",commands:["pm guide harnesses --depth standard","pm guide skills --depth deep"]}],docs:[{path:"docs/AGENT_GUIDE.md",purpose:"Agent context and output-mode conventions."},{path:"docs/README.md",purpose:"Single-source documentation routing entrypoint."},{path:".agents/skills/HARNESS_COMPATIBILITY.md",purpose:"Harness compatibility matrix and usage notes."}],related:["skills","workflows"]},{id:"release",aliases:["gates","ship","release-readiness"],title:"Release and Staleness Gates",summary:"Run release gates and docs/skills freshness checks before publishing.",intent:"Use this when validating release readiness and preventing docs/skills drift.",commands:["pnpm build","pnpm test:coverage","pnpm quality:static","node scripts/release/run-gates.mjs --telemetry-mode best-effort","pnpm security:scan"],workflows:[{name:"Pre-Release Gate Sweep",goal:"Ensure code, docs, and skills are all green before publish.",prompt:"Run release gates in deterministic order and treat docs/skills freshness failures as release blockers.",commands:["pnpm build","pnpm test:coverage","node scripts/release/run-gates.mjs --telemetry-mode best-effort"]}],docs:[{path:"docs/RELEASING.md",purpose:"Release flow and safety checks."},{path:"CHANGELOG.md",purpose:"Versioned release history and unreleased notes."},{path:"scripts/release/run-gates.mjs",purpose:"Source of truth for release gate ordering."}],related:["commands","skills","workflows"]}],Ss=new Map;for(let e of Is){Ss.set(e.id,e);for(let t of e.aliases)Ss.set(t,e)}function Ud(){return Is.map(e=>({...e,aliases:[...e.aliases],commands:[...e.commands],workflows:e.workflows.map(t=>({...t,commands:[...t.commands]})),docs:e.docs.map(t=>({...t})),related:[...e.related]}))}function xn(){return Is.map(e=>e.id)}function Gd(e){if(!e)return null;let t=Cf(e);return t?Ss.get(t)??null:null}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="9376fbdf-c942-5fa6-9252-92125ae44e73")}catch{}})();var $f=["markdown","toon","json"],Pf=["brief","standard","deep"];function Ff(e){if(!e)return;let t=e.trim().toLowerCase();if(!$f.includes(t))throw new p("Guide format must be one of markdown|toon|json",u.USAGE);return t}function Lf(e,t){let n=Ff(e.format);if(t.json&&n&&n!=="json")throw new p("Cannot combine --json with --format markdown|toon",u.USAGE);return t.json?"json":n??"toon"}function Nf(e){if(!e)return"brief";let t=e.trim().toLowerCase();if(!Pf.includes(t))throw new p("Guide depth must be one of brief|standard|deep",u.USAGE);return t}function Mf(){return qs(process.env,"PM_CLI_PACKAGE_ROOT",import.meta.url,["..","..",".."])}function qd(e){return e.replaceAll(`\r
67
+ `,`
68
+ `)}function Df(e,t,n){let s=qd(e).split(`
69
+ `),i=s.slice(0,t).join(`
70
+ `),a=s.length>t;return i.length>n&&(i=i.slice(0,n),a=!0),{excerpt:i.trimEnd(),truncated:a,lineCount:s.length}}async function jf(e,t,n){let o=t!=="brief",s=o?t==="deep"?"full":"excerpt":"none",r=[];for(let i of e.docs){let a=Of.resolve(n,i.path);if(!o){r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!0,line_count:null,content_mode:"none",content:null,truncated:!1});continue}try{let c=await Tf(a,"utf8");if(t==="deep"){let d=qd(c).trimEnd();r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!0,line_count:d.length===0?0:d.split(`
71
+ `).length,content_mode:"full",content:d,truncated:!1})}else{let d=Df(c,120,12e3);r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!0,line_count:d.lineCount,content_mode:s,content:d.excerpt,truncated:d.truncated})}}catch(c){let l=c?.code==="ENOENT";if(r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!1,line_count:null,content_mode:"none",content:null,truncated:!1}),!l)throw new p(`Failed to read guide document "${i.path}".`,u.GENERIC_FAILURE)}}return r}function Uf(e){let t=Ud().map(n=>({id:n.id,aliases:n.aliases,title:n.title,summary:n.summary,intent:n.intent,quick_commands:e==="brief"?n.commands.slice(0,3):n.commands.slice(0,6),docs:n.docs.map(o=>({path:o.path,purpose:o.purpose})),related:n.related}));return{output_default:"toon",mode:"index",depth:e,topics:t,suggested_next_steps:["pm guide <topic>","pm guide <topic> --depth standard","pm guide <topic> --depth deep --format markdown","pm guide <topic> --json"]}}function Gf(e){let t=Gd(e);if(t)return t;let n=xn().join(", ");throw new p(`Unknown guide topic "${e}". Available topics: ${n}. Use "pm guide --list" to browse.`,u.USAGE)}async function qf(e,t){let n=Nf(typeof e.depth=="string"?e.depth:void 0),o=e.list===!0,s=typeof e.topic=="string"?e.topic:void 0;if(o||!s)return Uf(n);let r=Gf(s),i=Mf(),a=await jf(r,n,i),c=a.filter(d=>!d.exists&&!d.optional).map(d=>`Missing required guide document: ${d.path}`);return{output_default:"toon",mode:"topic",depth:n,requested_topic:s,topic:r,docs:a,warnings:c}}function zf(e){return e.replaceAll("```","``\\`")}function Hf(e){if(e.mode==="index"){let n=["# pm guide","","Token-efficient local documentation index for agent and maintainer workflows.","","## Topics"];for(let o of e.topics)n.push(`- \`${o.id}\` - ${o.summary}`),e.depth!=="brief"&&(n.push(` - intent: ${o.intent}`),n.push(` - docs: ${o.docs.map(s=>`\`${s.path}\``).join(", ")}`));n.push("","## Next steps");for(let o of e.suggested_next_steps)n.push(`- \`${o}\``);return n.join(`
72
+ `)}let t=[`# pm guide ${e.topic.id}`,"",e.topic.summary,"","## Intent",e.topic.intent,"","## Key commands",...e.topic.commands.map(n=>`- \`${n}\``),"","## Workflow prompts"];for(let n of e.topic.workflows)t.push(`### ${n.name}`),t.push(`goal: ${n.goal}`),t.push(`prompt: ${n.prompt}`),t.push("commands:"),t.push(...n.commands.map(o=>`- \`${o}\``)),t.push("");t.push("## Documents");for(let n of e.docs){let o=n.exists?"available":n.optional?"missing (optional)":"missing (required)";t.push(`- \`${n.path}\` - ${n.purpose} (${o})`),n.exists&&n.content_mode!=="none"&&n.content&&(t.push(""),t.push(`### Excerpt: \`${n.path}\``),n.truncated&&t.push("_truncated for context efficiency_"),t.push("```markdown"),t.push(zf(n.content)),t.push("```"))}return e.topic.related.length>0&&(t.push("","## Related topics"),t.push(...e.topic.related.map(n=>`- \`${n}\``))),e.warnings.length>0&&(t.push("","## Warnings"),t.push(...e.warnings.map(n=>`- ${n}`))),t.join(`
73
+ `)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6c9648d7-ab14-5e0d-8793-86ae13643fa6")}catch{}})();var zd=["bash","zsh","fish"],Bf=[...ct],Vf=[...$n],Es=Ya("full"),Wf=$(Kt),Kf=$(ii),Yf=$(ui),Jf=$(bi),Xf=$(wi),Zf=$(fi),Qf=$(_i),e_=$(yi),t_=$(Ri),n_=$(vi),o_=$(ki),s_=$(pi),r_=$(Ii),i_=$(ai),a_=$(Ei),c_=$(Si),d_=$(xi),l_=$(Oi),m_=$(Ci),p_=$(hi),u_=$(Ti),f_=$(Ai),__=$(Yt),h_=$(gi),g_=$(di),y_=$($i),b_=$(ci),w_="create show add-step update-step complete-step block-step reorder-step remove-step link unlink decision discovery validation resume approve materialize",v_=$(Pi),k_=`${v_} bash zsh fish`,xs=st(xn()),Rn="init scaffold install uninstall explore manage describe reload doctor catalog adopt adopt-all activate deactivate",S_=$(li),I_=$(mi),E_="--author --message --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",x_="--dry-run --author --message --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",R_="--author --message --validate-close --duplicate-of --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",A_="--author --message --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",Jd=[["init","Initialize pm storage for the current workspace"],["config","Read or update pm settings"],["extension","Manage extension lifecycle operations"],["package","Manage package lifecycle operations"],["packages","Alias for package"],["create","Create a new project management item"],["copy","Copy an existing item to a new ID"],["focus","Set/clear/show the session focused parent for new items"],["list","List active items with optional filters"],["list-all","List all items with optional filters"],["list-draft","List draft items with optional filters"],["list-open","List open items with optional filters"],["list-in-progress","List in-progress items with optional filters"],["list-blocked","List blocked items with optional filters"],["list-closed","List closed items with optional filters"],["list-canceled","List canceled items with optional filters"],["aggregate","Aggregate grouped item counts and numeric stats for governance queries"],["duplicates","Find bounded duplicate clusters across lifecycle statuses"],["guide","Browse local progressive-disclosure guides"],["calendar","Show calendar views for deadlines and reminders"],["cal","Alias for calendar"],["context","Show a token-efficient project context snapshot"],["ctx","Alias for context"],["get","Show item details by ID"],["next","Recommend the next actionable (unblocked, ready) work item"],["search","Search items with keyword, semantic, or hybrid modes"],["reindex","Rebuild search artifacts"],["history","Show item history entries"],["history-compact","Compact history streams into a synthetic baseline + retained tail"],["history-redact","Redact sensitive literals/patterns and recompute history hashes"],["history-repair","Re-anchor a drifted history chain so pm health/validate report ok"],["schema","Manage custom item types and statuses in .agents/pm/schema/*.json"],["profile","List, show, apply, and lint project profiles (archetype schema/config/template/package bundles)"],["plan","Agent-optimized Plan item workflow (create/show/add-step/update-step/complete-step/link/approve/materialize)"],["activity","Show recent activity across items"],["restore","Restore an item to an earlier state"],["update","Update item fields and metadata"],["update-many","Bulk-update matched items with dry-run and rollback checkpoints"],["close","Close an item (reason requirement follows governance settings)"],["close-many","Bulk-close matched items with an optional shared reason and rollback checkpoint"],["delete","Delete an item and record the change"],["append","Append text to an item body"],["comments","List or add comments for an item"],["notes","List or add notes for an item"],["learnings","List or add learnings for an item"],["files","Manage linked files"],["docs","Manage linked docs"],["deps","Show dependency relationships for an item"],["graph","Bounded graph traversal, analytics, and governance-audit queries"],["test","Manage linked tests and optionally run them"],["test-all","Run linked tests across matching items"],["test-runs","Manage background linked-test runs"],["stats","Show project tracker statistics"],["health","Show project tracker health checks"],["validate","Run standalone validation checks"],["gc","Clean optional cache artifacts"],["contracts","Show machine-readable command and schema contracts"],["claim","Claim an item for active work"],["release","Release the active claim for an item"],["start-task","Lifecycle alias to claim and set in_progress"],["pause-task","Lifecycle alias to reopen and release claim"],["close-task","Lifecycle alias to close and release claim"],["meet","Shortcut to create a Meeting with scheduling defaults"],["event","Shortcut to create an Event with scheduling defaults"],["remind","Shortcut to create a Reminder from a point in time"],["templates","Manage reusable create templates"],["completion","Generate shell completion"],["help","Display help for a command"]],C_=new Map([["calendar","Show deadline/reminder calendar views"],["schema","Inspect and manage runtime schema"],["profile","List, show, apply, and lint project profiles (archetype bundles)"],["plan","Agent-optimized Plan workflow (create/show/add-step/update-step/complete-step/link/approve/materialize)"],["start-task","Lifecycle alias to claim and set in-progress"]]),T_=ri.flatMap(e=>[e.short,e.flag,...e.aliases??[]]).filter(e=>!!e).join(" ");function st(e){return[...new Set(e.map(t=>t.trim()).filter(t=>t.length>0))].sort((t,n)=>t.localeCompare(n)).join(" ")}function O_(e){return[...new Set(e.map(t=>t.trim()).filter(t=>t.length>0))].join(" ")}function Xd(e){return e.replaceAll("\\","\\\\").replaceAll('"','\\"').replaceAll("$","\\$").replaceAll("`","\\`")}function Rs(e,t){return O_(e.length>0?e:t.item_types??Bf)}function As(e){return st(e.statuses??Vf)}function De(e,t){let n=[...e.split(/\s+/u).filter(o=>o.length>0),...t??[]];return st(n)}function Zd(e){let t=(e??[]).map(n=>n.trim()).filter(n=>n.startsWith("--")&&n.length>2).map(n=>`--${n.slice(2).replaceAll("_","-")}`);return[...new Set(t)].sort((n,o)=>n.localeCompare(o))}function xt(e){let t=Zd(e);return t.length===0?"":`${t.map(n=>` '${n}[Runtime schema field flag]:value' \\`).join(`
74
+ `)}
75
+ `}function An(e,t={}){let n=t.trailingContinuation??!0,o=e.length-1;return e.map((s,r)=>` ${s}${n||r!==o?" \\":""}`).join(`
76
+ `)}function $_(){return Jd.map(([e,t])=>` '${e}:${t}'`).join(`
77
+ `)}function P_(){return Jd.filter(([e])=>e!=="help").map(([e,t])=>{let n=C_.get(e)??t;return`complete -c pm -n __pm_no_subcommand -a ${e.padEnd(16)} -d '${n}'`}).join(`
78
+ `)}function Hd(e){let t=["reviewer-missing[Select only items missing reviewer]","risk-missing[Select only items missing risk]","confidence-missing[Select only items missing confidence]","sprint-missing[Select only items missing sprint]","release-missing[Select only items missing release]"],n=e.includeContentMissingAliases===!0?["files-missing[Alias for --no-files]","docs-missing[Alias for --no-docs]"]:[],o=[["has-notes[Select only items that have notes]","no-notes[Select only items with no notes]"],["has-learnings[Select only items that have learnings]","no-learnings[Select only items with no learnings]"],["has-files[Select only items that have linked files]","no-files[Select only items with no linked files]"],["has-docs[Select only items that have linked docs]","no-docs[Select only items with no linked docs]"],["has-tests[Select only items that have linked tests]","no-tests[Select only items with no linked tests]"],["has-comments[Select only items that have comments]","no-comments[Select only items with no comments]"],["has-deps[Select only items that have dependencies]","no-deps[Select only items with no dependencies]"],["has-body[Select only items with non-empty body]","empty-body[Select only items with empty body]"],["has-linked-command[Select only items that have a linked command]","no-linked-command[Select only items with no linked command]"]];return An([...[...t,...n].map(s=>`'--${e.missingPrefix}${s}'`),...o.flatMap(([s,r])=>[`'--${e.pairedPrefix}${s}'`,`'--${e.pairedPrefix}${r}'`])])}var F_=["'--comment[Comment seed author=<value>,created_at=<iso|now>,text=<value>]:comment'","'--note[Note seed author=<value>,created_at=<iso|now>,text=<value>]:note'","'--learning[Learning seed author=<value>,created_at=<iso|now>,text=<value>]:learning'","'--file[Linked file path=<value>,scope=<project|global>,note=<text>]:file'","'--test[Linked test command=<value>,path=<value>,scope=<project|global>]:test'","'--doc[Linked doc path=<value>,scope=<project|global>,note=<text>]:doc'","'--reminder[Reminder entry at=<iso|relative>|date=<iso|relative>,text=<text>|title=<text>]:reminder'","'--event[Event entry start=<iso|relative>,end=<iso|relative>,recur_*]:event'","'--type-option[Type option key=value or key=<name>,value=<value>]:type_option'","'--unset[Clear scalar metadata field by name]:field'","'--replace-files[Atomically replace linked files with provided --file values]'","'--replace-docs[Atomically replace linked docs with provided --doc values]'","'--clear-deps[Clear dependency entries]'","'--clear-comments[Clear comments]'","'--clear-notes[Clear notes]'","'--clear-learnings[Clear learnings]'","'--clear-files[Clear linked files]'","'--clear-tests[Clear linked tests]'","'--clear-docs[Clear linked docs]'","'--clear-reminders[Clear reminders]'","'--clear-events[Clear events]'","'--clear-type-options[Clear type options]'"];function Bd(e){return An([...e==="reminder"?["'--at[Reminder time (default +1d)]:at'","'--text[Reminder text (defaults to title)]:text'"]:["'--start[Start time (ISO, now, or relative)]:start'","'--duration[Duration from start (default 1h)]:duration'","'--end[End time (overrides --duration)]:end'","'--location[Location]:location'","'--timezone[IANA timezone]:timezone'","'--all-day[Mark as an all-day event]'"],"'--parent[Parent item id]:parent'","'--allow-missing-parent[Permit a parent id that does not exist yet]'","'--tags[Comma-separated tags]:tags'","'(-p --priority)'{-p,--priority}'[Priority (0-4)]:(0 1 2 3 4)'","'(-b --body)'{-b,--body}'[Item body]:body'","'(-d --description)'{-d,--description}'[Short description]:description'","'--author[Mutation author]:author'","'--message[History message]:message'","'--json[Output JSON]'","'--quiet[Suppress stdout]'"],{trailingContinuation:!1})}function Vd(e,t,n,o){return An([`'--filter-status[Filter by status before ${e}]:(${t})'`,`'--filter-type[Filter by type before ${e}]:(${n})'`,`'--filter-tag[Filter by tag before ${e}]:(${o})'`,`'--filter-priority[Filter by priority before ${e}]:(0 1 2 3 4)'`,"'--filter-deadline-before[Filter by deadline upper bound]:deadline'","'--filter-deadline-after[Filter by deadline lower bound]:deadline'","'--filter-updated-after[Filter by updated_at lower bound (ISO/relative)]:timestamp'","'--filter-updated-before[Filter by updated_at upper bound (ISO/relative)]:timestamp'","'--filter-created-after[Filter by created_at lower bound (ISO/relative)]:timestamp'","'--filter-created-before[Filter by created_at upper bound (ISO/relative)]:timestamp'",`'--filter-assignee[Filter by assignee before ${e}]:assignee'`,"'--filter-assignee-filter[Filter assignee presence]:(assigned unassigned)'","'--filter-parent[Filter by parent item ID]:parent'","'--filter-sprint[Filter by sprint]:sprint'","'--filter-release[Filter by release]:release'"])}function je(e,t){let n=Zd(t).map(s=>s.slice(2));if(e.length===0||n.length===0)return"";let o=[];for(let s of e)for(let r of n)o.push(`complete -c pm -n '__fish_seen_subcommand_from ${s}' -l ${r} -d 'Runtime schema field flag' -r`);return`${o.join(`
79
+ `)}
80
+ `}function Wd(e,t,n){let o=e.toUpperCase(),s=`PM_COMPLETION_${o}_CACHE`,r=`PM_COMPLETION_${o}_CACHE_TS`,i=`PM_COMPLETION_${o}_TTL`,a=Xd(n);return[`_pm_completion_${e}_choices() {`," local now ttl cache_ts resolved",' now="$(date +%s 2>/dev/null || echo 0)"',` ttl="\${${i}:-120}"`,` cache_ts="\${${r}:-0}"`,` if [[ -n "\${${s}:-}" && "$now" -ne 0 && $((now - cache_ts)) -lt "$ttl" ]]; then`,` printf '%s\\n' "$${s}"`," return 0"," fi",` resolved="$(pm ${t} 2>/dev/null)"`,' if [[ -z "$resolved" ]]; then',` resolved="${a}"`," fi",` ${s}="$resolved"`,` ${r}="$now"`,` printf '%s\\n' "$${s}"`,"}"]}function Kd(e,t,n){let o=e.toUpperCase(),s=`PM_COMPLETION_${o}_CACHE`,r=`PM_COMPLETION_${o}_CACHE_TS`,i=`PM_COMPLETION_${o}_TTL`,a=Xd(n);return`
81
+ _pm_${e}_choices() {
82
+ local now ttl cache_ts resolved
83
+ now=\${EPOCHSECONDS:-0}
84
+ ttl=\${${i}:-120}
85
+ cache_ts=\${${r}:-0}
86
+ if [[ -n "\${${s}:-}" && "$now" -ne 0 && $((now - cache_ts)) -lt "$ttl" ]]; then
87
+ print -r -- "$${s}"
88
+ return
89
+ fi
90
+ resolved="$(pm ${t} 2>/dev/null)"
91
+ if [[ -z "$resolved" ]]; then
92
+ resolved="${a}"
93
+ fi
94
+ ${s}="$resolved"
95
+ ${r}="$now"
96
+ print -r -- "$${s}"
97
+ }
98
+ `}function Yd(e,t,n){let o=e.toUpperCase(),s=n.replaceAll("'","\\'");return`
99
+ function __pm_${e}_choices
100
+ set -l now (date +%s ^/dev/null)
101
+ if test -z "$now"
102
+ set now 0
103
+ end
104
+ set -l ttl 120
105
+ if set -q PM_COMPLETION_${o}_TTL
106
+ set ttl $PM_COMPLETION_${o}_TTL
107
+ end
108
+ if set -q PM_COMPLETION_${o}_CACHE; and set -q PM_COMPLETION_${o}_CACHE_TS
109
+ set -l age (math "$now - $PM_COMPLETION_${o}_CACHE_TS")
110
+ if test $age -lt $ttl
111
+ printf '%s\\n' $PM_COMPLETION_${o}_CACHE
112
+ return
113
+ end
114
+ end
115
+ set -l resolved (pm ${t} ^/dev/null)
116
+ if test (count $resolved) -eq 0
117
+ set resolved '${s}'
118
+ end
119
+ set -gx PM_COMPLETION_${o}_CACHE $resolved
120
+ set -gx PM_COMPLETION_${o}_CACHE_TS $now
121
+ printf '%s\\n' $resolved
122
+ end
123
+ `}function L_(e=[],t=[],n=!1,o={}){let s=Es.join(" "),r=e.length===0,i=Rs(e,o),a=As(o),c=st(t),d=De(Wf,o.command_flags?.list),l=De(e_,o.command_flags?.create),m=De(n_,o.command_flags?.update),f=De(o_,o.command_flags?.["update-many"]),_=De(__,o.command_flags?.search),g=De(c_,o.command_flags?.calendar),y=De(d_,o.command_flags?.context),b=n||t.length>0,h=S=>`$(compgen -W "${S}" -- "$cur")`;return["# bash completion for pm",`# Source this file or add 'eval "$(pm completion bash)"' to ~/.bashrc`,"",...r?[...Wd("type","completion-types",i),""]:[],...Wd("status","completion-statuses",a),"","_pm_completion() {"," local cur prev words cword"," _init_completion 2>/dev/null || {",' cur="${COMP_WORDS[COMP_CWORD]}"',' prev="${COMP_WORDS[COMP_CWORD-1]}"'," cword=$COMP_CWORD"," }",""," if [[ $cword -eq 1 ]]; then",` COMPREPLY=(${h(s)})`," return 0"," fi","",' if [[ "$prev" == "--type" ]]; then',r?' COMPREPLY=($(compgen -W "$(_pm_completion_type_choices)" -- "$cur"))':` COMPREPLY=(${h(i)})`," return 0"," fi","",' if [[ "$prev" == "--status" ]]; then',' COMPREPLY=($(compgen -W "$(_pm_completion_status_choices)" -- "$cur"))'," return 0"," fi","",...b?[' if [[ "$prev" == "--tag" || "$prev" == "--tags" ]]; then',` COMPREPLY=(${h(c)})`," return 0"," fi"]:[' if [[ "$prev" == "--tag" || "$prev" == "--tags" ]]; then'," local now ttl cache_ts tag_values",' now="$(date +%s 2>/dev/null || echo 0)"',' ttl="${PM_COMPLETION_TAG_TTL:-120}"',' cache_ts="${PM_COMPLETION_TAG_CACHE_TS:-0}"',' tag_values="${PM_COMPLETION_TAG_CACHE:-}"',' if [[ -z "$tag_values" || "$now" -eq 0 || $((now - cache_ts)) -ge "$ttl" ]]; then',' tag_values="$(pm completion-tags 2>/dev/null)"',' PM_COMPLETION_TAG_CACHE="$tag_values"',' PM_COMPLETION_TAG_CACHE_TS="$now"'," fi",' COMPREPLY=($(compgen -W "$tag_values" -- "$cur"))'," return 0"," fi"],"",' local cmd="${COMP_WORDS[1]}"',"",' case "$cmd" in'," list|list-all|list-draft|list-open|list-in-progress|list-blocked|list-closed|list-canceled)",` COMPREPLY=(${h(d)})`," ;;"," aggregate)",` COMPREPLY=(${h(Kf)})`," ;;"," duplicates)",` COMPREPLY=(${h(p_)})`," ;;"," create)",` COMPREPLY=(${h(l)})`," ;;"," copy)",` COMPREPLY=(${h(Jf)})`," ;;"," focus)",` COMPREPLY=(${h(Xf)})`," ;;"," update)",` COMPREPLY=(${h(m)})`," ;;"," update-many)",` COMPREPLY=(${h(f)})`," ;;"," calendar|cal)",` COMPREPLY=(${h(g)})`," ;;"," context|ctx)",` COMPREPLY=(${h(y)})`," ;;"," next)",` COMPREPLY=(${h(l_)})`," ;;"," guide)",` COMPREPLY=(${h(`${f_} ${xs}`)})`," ;;"," search)",` COMPREPLY=(${h(_)})`," ;;"," reindex)",` COMPREPLY=(${h("--mode --progress --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," init)",` COMPREPLY=(${h(`${g_} --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help`)})`," ;;"," config)",` COMPREPLY=(${h("--criterion --clear-criteria --format --policy --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," extension)",` COMPREPLY=(${h(`${Rn} ${S_}`)})`," ;;"," package|packages)",` COMPREPLY=(${h(`${Rn} ${I_}`)})`," ;;"," comments)",` COMPREPLY=(${h("--add --body --stdin --file --edit --delete --limit --full-history --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," notes)",` COMPREPLY=(${h("--add --add-json --stdin --file --edit --delete --limit --since --event-type --include-meta --full-history --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," learnings)",` COMPREPLY=(${h("--add --stdin --file --edit --delete --limit --full-history --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," files)",` COMPREPLY=(${h("discover lookup --add --add-glob --remove --migrate --list --apply --note --append-stable --validate-paths --scope --limit --offset --no-truncate --strict-read --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," docs)",` COMPREPLY=(${h("--add --add-glob --remove --migrate --note --validate-paths --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," append)",` COMPREPLY=(${h(Yf)})`," ;;"," deps)",` COMPREPLY=(${h(m_)})`," ;;"," graph)",` COMPREPLY=(${h(`ancestors descendants predecessors successors paths impact analyze audit communities redundancy dominators slack centrality articulation plan index ${u_}`)})`," ;;"," test)",` COMPREPLY=(${h("--add --add-json --remove --list --run --match --only-index --only-last --background --timeout --progress --env-set --env-clear --shared-host-safe --pm-context --override-linked-pm-context --fail-on-context-mismatch --fail-on-skipped --fail-on-empty-test-run --require-assertions-for-pm --check-context --auto-pm-context --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," test-all)",` COMPREPLY=(${h("--status --limit --offset --background --timeout --progress --env-set --env-clear --shared-host-safe --pm-context --override-linked-pm-context --fail-on-context-mismatch --fail-on-skipped --fail-on-empty-test-run --require-assertions-for-pm --check-context --auto-pm-context --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," test-runs)",` COMPREPLY=(${h("list status logs stop resume --status --limit --stream --tail --force --author --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," validate)",` COMPREPLY=(${h("--check-metadata --metadata-profile --check-resolution --check-lifecycle --check-stale-blockers --dependency-cycle-severity --parent-cycle-severity --check-files --scan-mode --include-pm-internals --verbose-file-lists --verbose-diagnostics --all-affected-ids --strict-exit --fail-on-warn --fix-hints --auto-fix --dry-run --fix-scope --prune-missing --check-history-drift --check-command-references --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," health)",` COMPREPLY=(${h(h_)})`," ;;"," history)",` COMPREPLY=(${h(i_)})`," ;;"," events)",` COMPREPLY=(${h(a_)})`," ;;"," history-compact)",` COMPREPLY=(${h("--before --ids --all-over --closed --all-streams --min-entries --dry-run --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," history-author-acknowledge)",` COMPREPLY=(${h("--event --all-actionable --attributed-author --reviewer --reason --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," get)",` COMPREPLY=(${h(t_)})`," ;;"," history-redact)",` COMPREPLY=(${h("--literal --regex --replacement --dry-run --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," history-repair)",` COMPREPLY=(${h("--all --dry-run --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," schema)",` COMPREPLY=(${h("list show show-status add-type remove-type add-status remove-status add-field remove-field list-fields show-field apply-preset rename-type rename-field remap-status --description --default-status --folder --alias --role --order --type --commands --cli-flag --required --required-on-create --no-allow-unset --required-types --infer --min-count --apply --to --migration-id --dry-run --author --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," profile)",` COMPREPLY=(${h("list show apply lint agile ops research --dry-run --author --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," plan)",` COMPREPLY=(${h(`${w_} ${b_}`)})`," ;;"," activity)",` COMPREPLY=(${h(r_)})`," ;;"," contracts)",` COMPREPLY=(${h(y_)})`," ;;"," gc)",` COMPREPLY=(${h("--dry-run --scope --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," stats)",` COMPREPLY=(${h("--storage --metadata-coverage --field-utilization --by-assignee --by-tag --by-priority --tag-prefix --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," close|close-task)",` COMPREPLY=(${h(R_)})`," ;;"," close-many)",` COMPREPLY=(${h(s_)})`," ;;"," release)",` COMPREPLY=(${h(A_)})`," ;;"," delete)",` COMPREPLY=(${h(x_)})`," ;;"," claim|restore|start-task|pause-task)",` COMPREPLY=(${h(E_)})`," ;;"," meet|event)",` COMPREPLY=(${h(Zf)})`," ;;"," remind)",` COMPREPLY=(${h(Qf)})`," ;;"," completion)",` COMPREPLY=(${h(k_)})`," ;;"," templates)",` COMPREPLY=(${h("save list show")})`," ;;"," *)",` COMPREPLY=(${h(T_)})`," ;;"," esac"," return 0","}","","complete -F _pm_completion pm"].join(`
124
+ `)}function N_(e=[],t=[],n=!1,o={}){let s=e.length===0,r=Rs(e,o),i=As(o),a=s?'${(f)"$(_pm_type_choices)"}':r,c='${(f)"$(_pm_status_choices)"}',d=xs,l=st(t),m=n||t.length>0,f=m?l:'${(f)"$(_pm_tag_choices)"}',_=xt(o.command_flags?.list),g=xt(o.command_flags?.create),y=xt(o.command_flags?.search),b=xt(o.command_flags?.calendar),h=xt(o.command_flags?.context),S=Hd({missingPrefix:"filter-",pairedPrefix:"",includeContentMissingAliases:!0}),x=Hd({missingPrefix:"filter-",pairedPrefix:"filter-"}),P=An(F_),C=m?"":`
125
+ _pm_tag_choices() {
126
+ local now ttl cache_ts
127
+ now=\${EPOCHSECONDS:-0}
128
+ ttl=\${PM_COMPLETION_TAG_TTL:-120}
129
+ cache_ts=\${PM_COMPLETION_TAG_CACHE_TS:-0}
130
+ if [[ -n "\${PM_COMPLETION_TAG_CACHE:-}" && "$now" -ne 0 && $((now - cache_ts)) -lt "$ttl" ]]; then
131
+ print -r -- "$PM_COMPLETION_TAG_CACHE"
132
+ return
133
+ fi
134
+ PM_COMPLETION_TAG_CACHE="$(pm completion-tags 2>/dev/null)"
135
+ PM_COMPLETION_TAG_CACHE_TS="$now"
136
+ print -r -- "$PM_COMPLETION_TAG_CACHE"
137
+ }
138
+ `;return`#compdef pm
139
+ # zsh completion for pm
140
+ # Source this file or add 'eval "$(pm completion zsh)"' to ~/.zshrc
141
+
142
+ _pm_commands() {
143
+ local -a commands
144
+ commands=(
145
+ ${$_()}
146
+ )
147
+ _describe 'command' commands
148
+ }
149
+ ${C}
150
+ ${s?Kd("type","completion-types",r):""}
151
+ ${Kd("status","completion-statuses",i)}
152
+
153
+ _pm() {
154
+ local context state line
155
+ _arguments -C \\
156
+ '--json[Output JSON instead of TOON]' \\
157
+ '--quiet[Suppress stdout output]' \\
158
+ '--output-include[Retain comma-separated read fields or sections]:selectors' \\
159
+ '--output-limit[Set the universal read row ceiling]:limit' \\
160
+ '--output-budget[Set the universal estimated-token ceiling]:tokens' \\
161
+ '--output-format[Select the universal read encoding]:(toon json)' \\
162
+ '--output-session[Carry cross-call read budget and served-item state]:state' \\
163
+ '--no-changed-fields[Omit changed_fields array from mutation output]' \\
164
+ '--pm-path[Explicit tracker storage path for this command]:path:_files -/' \\
165
+ '--path[Compatibility alias for --pm-path]:path:_files -/' \\
166
+ '--no-extensions[Disable extension loading]' \\
167
+ '--no-pager[Disable pager integration for help and long output]' \\
168
+ '--profile[Print deterministic timing diagnostics]' \\
169
+ '(-V --version)--version[Output the version number]' \\
170
+ '(-h --help)--help[Display help]' \\
171
+ '1: :_pm_commands' \\
172
+ '*:: :->args' && return 0
173
+
174
+ case $state in
175
+ args)
176
+ case $line[1] in
177
+ list|list-all|list-draft|list-open|list-in-progress|list-blocked|list-closed|list-canceled)
178
+ _arguments \\
179
+ '--type[Filter by item type]:(${a})' \\
180
+ '--tag[Filter by tag]:(${f})' \\
181
+ '--tags[Alias for --tag]:(${f})' \\
182
+ '--priority[Filter by priority]:(0 1 2 3 4)' \\
183
+ '--deadline-before[Filter by deadline upper bound (ISO/date string or relative)]:date' \\
184
+ '--deadline-after[Filter by deadline lower bound (ISO/date string or relative)]:date' \\
185
+ '--today[Filter to items updated since local midnight today]' \\
186
+ '--recent[Filter to items updated in the last 7 days]' \\
187
+ '--updated-after[Filter by updated_at lower bound (ISO/relative)]:timestamp' \\
188
+ '--updated-before[Filter by updated_at upper bound (ISO/relative)]:timestamp' \\
189
+ '--created-after[Filter by created_at lower bound (ISO/relative)]:timestamp' \\
190
+ '--created-before[Filter by created_at upper bound (ISO/relative)]:timestamp' \\
191
+ '--assignee[Filter by assignee]:assignee' \\
192
+ '--assignee-filter[Filter assignee presence]:(assigned unassigned)' \\
193
+ '--sprint[Filter by sprint]:sprint' \\
194
+ '--release[Filter by release]:release' \\
195
+ ${S}
196
+ '--limit[Limit returned item count]:number' \\
197
+ '--offset[Skip the first n matching rows before limit]:number' \\
198
+ '--no-truncate[Return every matched row, overriding --limit]' \\
199
+ '--all[Alias for --no-truncate]' \\
200
+ '--include-body[Include item body in each returned list row]' \\
201
+ '--compact[Render compact list projection fields]' \\
202
+ '--fields[Render custom comma-separated list fields]:fields' \\
203
+ '--tree[Render hierarchical subtree output rooted at --parent or top-level parents]' \\
204
+ '--tree-depth[Cap recursion depth for --tree (0 = root only)]:number' \\
205
+ '--sort[Sort field]:(priority deadline updated_at created_at title parent)' \\
206
+ '--order[Sort order (requires --sort)]:(asc desc)' \\
207
+ '--stream[Emit line-delimited JSON rows (requires --json)]' \\
208
+ ${_} '--json[Output JSON]' \\
209
+ '--quiet[Suppress stdout]' \\
210
+ '--pm-path[Explicit tracker storage path]:path:_files -/' \\
211
+ '--path[Compatibility alias for --pm-path]:path:_files -/'
212
+ ;;
213
+ aggregate)
214
+ _arguments \\
215
+ '--group-by[Comma-separated group-by fields (supported: parent,type,priority,status,assignee,tags,sprint,release)]:fields' \\
216
+ '--count[Return grouped counts]' \\
217
+ '--completion[Add open/in_progress/closed/other counts and completion percentage]' \\
218
+ '--sum[Numeric field to sum per group]:field' \\
219
+ '--avg[Numeric field to average per group]:field' \\
220
+ '--include-unparented[Include unparented rows when grouping by parent]' \\
221
+ '--status[Filter by status]:(${c})' \\
222
+ '--type[Filter by item type]:(${a})' \\
223
+ '--tag[Filter by tag]:(${f})' \\
224
+ '--priority[Filter by priority]:(0 1 2 3 4)' \\
225
+ '--deadline-before[Filter by deadline upper bound (ISO/date string or relative)]:date' \\
226
+ '--deadline-after[Filter by deadline lower bound (ISO/date string or relative)]:date' \\
227
+ '--assignee[Filter by assignee]:assignee' \\
228
+ '--assignee-filter[Filter assignee presence]:(assigned unassigned)' \\
229
+ '--parent[Filter by parent item ID]:parent_id' \\
230
+ '--sprint[Filter by sprint]:sprint' \\
231
+ '--release[Filter by release]:release' \\
232
+ '--json[Output JSON]' \\
233
+ '--quiet[Suppress stdout]'
234
+ ;;
235
+ duplicates)
236
+ _arguments \\
237
+ '*--status[Include lifecycle status (repeatable)]:(${c})' \\
238
+ '--since[Only inspect items created at or after this ISO timestamp]:timestamp' \\
239
+ '--threshold[Minimum similarity score from zero through one]:number' \\
240
+ '--limit[Maximum duplicate clusters]:number'
241
+ ;;
242
+ create)
243
+ _arguments \\
244
+ '(-t --title)'{-t,--title}'[Item title]:title' \\
245
+ '(-d --description)'{-d,--description}'[Item description]:description' \\
246
+ '--type[Item type]:(${a})' \\
247
+ '--create-mode[Create required-option policy mode]:(strict progressive)' \\
248
+ '--schedule-preset[Scheduling preset for Reminder/Meeting/Event]:(lightweight)' \\
249
+ '(-s --status)'{-s,--status}'[Item status]:(${c})' \\
250
+ '(-p --priority)'{-p,--priority}'[Priority (0-4)]:(0 1 2 3 4)' \\
251
+ '--tags[Comma-separated tags]:tags' \\
252
+ '--add-tags[Add tags additively without replacing existing]:tags' \\
253
+ '(-b --body)'{-b,--body}'[Item body]:body' \\
254
+ '--body-file[Load the item body from a file]:body_file:_files' \\
255
+ '--deadline[Deadline (ISO/date string or relative +6h/+1d/+2w/+6m)]:deadline' \\
256
+ '--estimate[Estimated minutes]:minutes' \\
257
+ '--acceptance-criteria[Acceptance criteria]:criteria' \\
258
+ '--reminder[Reminder entry at=<iso|relative>|date=<iso|relative>,text=<text>|title=<text>]:reminder' \\
259
+ '--event[Event entry start=<iso|relative>,end=<iso|relative>,recur_*]:event' \\
260
+ '--type-option[Type option key=value or key=<name>,value=<value>]:type_option' \\
261
+ '--unset[Clear scalar metadata field by name]:field' \\
262
+ '--replace-deps[Atomically replace dependencies with provided --dep values]' \\
263
+ '--replace-tests[Atomically replace linked tests with provided --test values]' \\
264
+ '--clear-deps[Clear dependency entries]' \\
265
+ '--clear-comments[Clear comments]' \\
266
+ '--clear-notes[Clear notes]' \\
267
+ '--clear-learnings[Clear learnings]' \\
268
+ '--clear-files[Clear linked files]' \\
269
+ '--clear-tests[Clear linked tests]' \\
270
+ '--clear-docs[Clear linked docs]' \\
271
+ '--clear-reminders[Clear reminders]' \\
272
+ '--clear-events[Clear events]' \\
273
+ '--clear-type-options[Clear type options]' \\
274
+ '--author[Mutation author]:author' \\
275
+ '--message[History message]:message' \\
276
+ '--assignee[Assignee]:assignee' \\
277
+ ${g} '--json[Output JSON]' \\
278
+ '--quiet[Suppress stdout]'
279
+ ;;
280
+ copy)
281
+ _arguments \\
282
+ '--title[Override copied title]:title' \\
283
+ '--author[Mutation author]:author' \\
284
+ '--message[History message]:message' \\
285
+ '--force[Force ownership override]' \\
286
+ '--json[Output JSON]' \\
287
+ '--quiet[Suppress stdout]'
288
+ ;;
289
+ focus)
290
+ _arguments \\
291
+ '--clear[Clear the focused item]' \\
292
+ '--json[Output JSON]' \\
293
+ '--quiet[Suppress stdout]'
294
+ ;;
295
+ meet|event)
296
+ _arguments \\
297
+ ${Bd("event")}
298
+ ;;
299
+ remind)
300
+ _arguments \\
301
+ ${Bd("reminder")}
302
+ ;;
303
+ update)
304
+ _arguments \\
305
+ '(-t --title)'{-t,--title}'[Item title]:title' \\
306
+ '(-d --description)'{-d,--description}'[Item description]:description' \\
307
+ '(-b --body)'{-b,--body}'[Item body]:body' \\
308
+ '--body-file[Load the item body from a file]:body_file:_files' \\
309
+ '(-s --status)'{-s,--status}'[Item status]:(${c})' \\
310
+ '--close-reason[Set close reason]:close_reason' \\
311
+ '(-p --priority)'{-p,--priority}'[Priority (0-4)]:(0 1 2 3 4)' \\
312
+ '--type[Item type]:(${a})' \\
313
+ '--tags[Comma-separated tags]:tags' \\
314
+ '--add-tags[Add tags additively without replacing existing]:tags' \\
315
+ '--remove-tags[Remove tags from the existing list]:tags' \\
316
+ '--add-ac[Add one acceptance criterion without replacing existing]:criteria' \\
317
+ '--remove-ac[Remove one acceptance criterion by exact text]:criteria' \\
318
+ '--expected[Short alias for --expected-result]:expected_result' \\
319
+ '--actual[Short alias for --actual-result]:actual_result' \\
320
+ ${P}
321
+ '--author[Mutation author]:author' \\
322
+ '--message[History message]:message' \\
323
+ '--force[Force override]' \\
324
+ '--json[Output JSON]' \\
325
+ '--quiet[Suppress stdout]'
326
+ ;;
327
+ update-many)
328
+ _arguments \\
329
+ ${Vd("applying updates",c,a,f)}
330
+ '--filter-ac-missing[Select only items missing acceptance_criteria]' \\
331
+ '--filter-estimates-missing[Select only items missing estimated_minutes]' \\
332
+ '--filter-resolution-missing[Select only terminal items missing resolution]' \\
333
+ '--filter-metadata-missing[Select only items missing any tracked metadata]' \\
334
+ ${x}
335
+ '--ids[Explicit comma-separated ID allowlist]:ids' \\
336
+ '--limit[Limit matched item count]:number' \\
337
+ '--offset[Skip first n matched rows]:number' \\
338
+ '--dry-run[Preview updates without mutating]' \\
339
+ '--rollback[Rollback checkpoint ID]:checkpoint_id' \\
340
+ '--no-checkpoint[Disable checkpoint creation during apply mode]' \\
341
+ '(-t --title)'{-t,--title}'[Item title]:title' \\
342
+ '(-d --description)'{-d,--description}'[Item description]:description' \\
343
+ '(-b --body)'{-b,--body}'[Item body]:body' \\
344
+ '(-p --priority)'{-p,--priority}'[Priority (0-4)]:(0 1 2 3 4)' \\
345
+ '--type[Item type]:(${a})' \\
346
+ '--tags[Comma-separated tags]:tags' \\
347
+ '--add-tags[Add tags additively without replacing existing]:tags' \\
348
+ '--remove-tags[Remove tags from the existing list]:tags' \\
349
+ '--deadline[Deadline (ISO/date string or relative +6h/+1d/+2w/+6m)]:deadline' \\
350
+ '--estimate[Estimated minutes]:minutes' \\
351
+ '--acceptance-criteria[Acceptance criteria]:criteria' \\
352
+ '--add-ac[Add one acceptance criterion without replacing existing]:criteria' \\
353
+ '--remove-ac[Remove one acceptance criterion by exact text]:criteria' \\
354
+ '--definition-of-ready[Definition of ready]:definition_of_ready' \\
355
+ '--order[Planning order/rank]:order' \\
356
+ '--goal[Goal identifier]:goal' \\
357
+ '--objective[Objective identifier]:objective' \\
358
+ '--value[Business value summary]:value' \\
359
+ '--impact[Business impact summary]:impact' \\
360
+ '--outcome[Expected outcome summary]:outcome' \\
361
+ '--why-now[Why-now rationale]:why_now' \\
362
+ '--reviewer[Reviewer]:reviewer' \\
363
+ '--risk[Risk level]:risk' \\
364
+ '--confidence[Confidence level]:confidence' \\
365
+ '--sprint[Sprint identifier]:sprint' \\
366
+ '--release[Release identifier]:release' \\
367
+ '--reporter[Issue reporter]:reporter' \\
368
+ '--severity[Issue severity]:severity' \\
369
+ '--environment[Issue environment context]:environment' \\
370
+ '--repro-steps[Issue reproduction steps]:repro_steps' \\
371
+ '--resolution[Issue resolution summary]:resolution' \\
372
+ '--expected-result[Issue expected behavior]:expected_result' \\
373
+ '--actual-result[Issue observed behavior]:actual_result' \\
374
+ '--expected[Short alias for --expected-result]:expected_result' \\
375
+ '--actual[Short alias for --actual-result]:actual_result' \\
376
+ '--affected-version[Affected version identifier]:affected_version' \\
377
+ '--fixed-version[Fixed version identifier]:fixed_version' \\
378
+ '--component[Issue component ownership]:component' \\
379
+ '--regression[Regression marker true|false|1|0]:regression' \\
380
+ '--customer-impact[Customer impact summary]:customer_impact' \\
381
+ '--dep[Dependency seed id=<id>,kind=<kind>,author=<author>,created_at=<timestamp>]:dep' \\
382
+ '--dep-remove[Dependency removal selector id=<id>,kind=<kind>,author=<author>,created_at=<timestamp>]:dep_remove' \\
383
+ '--replace-deps[Atomically replace dependencies with provided --dep values]' \\
384
+ '--replace-tests[Atomically replace linked tests with provided --test values]' \\
385
+ ${P}
386
+ '--author[Mutation author]:author' \\
387
+ '--message[History message]:message' \\
388
+ '--force[Force override]' \\
389
+ '--json[Output JSON]' \\
390
+ '--quiet[Suppress stdout]'
391
+ ;;
392
+ close-many)
393
+ _arguments \\
394
+ ${Vd("closing",c,a,f)}
395
+ ${x}
396
+ '--ids[Explicit comma-separated ID allowlist]:ids' \\
397
+ '--limit[Limit matched item count]:number' \\
398
+ '--offset[Skip first n matched rows]:number' \\
399
+ '--reason[Optional shared close reason applied to every matched item]:reason' \\
400
+ '--resolution[Shared closure resolution]:resolution' \\
401
+ '--expected-result[Shared expected-result note]:expected_result' \\
402
+ '--actual-result[Shared actual-result note]:actual_result' \\
403
+ '--expected[Short alias for --expected-result]:expected_result' \\
404
+ '--actual[Short alias for --actual-result]:actual_result' \\
405
+ '--validate-close[Validate closure metadata per item]:(off warn strict)' \\
406
+ '--author[Mutation author]:author' \\
407
+ '--message[History message]:message' \\
408
+ '--force[Re-close terminal matches and override ownership]' \\
409
+ '--dry-run[Preview matched items without mutating]' \\
410
+ '--rollback[Rollback checkpoint ID]:checkpoint_id' \\
411
+ '--no-checkpoint[Disable checkpoint creation during apply mode]' \\
412
+ '--json[Output JSON]' \\
413
+ '--quiet[Suppress stdout]'
414
+ ;;
415
+ calendar|cal)
416
+ _arguments \\
417
+ '--view[Calendar view]:(agenda day week month)' \\
418
+ '--date[Anchor date/time (ISO/date string or relative)]:date' \\
419
+ '--from[Agenda lower bound (ISO/date string or relative)]:date' \\
420
+ '--to[Agenda upper bound (ISO/date string or relative)]:date' \\
421
+ '--past[Include past entries]' \\
422
+ '--full-period[Include full anchored day/week/month period]' \\
423
+ '--type[Filter by type]:(${a})' \\
424
+ '--tag[Filter by tag]:(${f})' \\
425
+ '--priority[Filter by priority]:(0 1 2 3 4)' \\
426
+ '--status[Filter by status]:(${c})' \\
427
+ '--assignee[Filter by assignee]:assignee' \\
428
+ '--assignee-filter[Filter assignee presence]:(assigned unassigned)' \\
429
+ '--sprint[Filter by sprint]:sprint' \\
430
+ '--release[Filter by release]:release' \\
431
+ ${b} '--include[Include event sources]:(all deadlines reminders events scheduled)' \\
432
+ '--recurrence-lookahead-days[Bound open-ended recurrence lookahead]:days' \\
433
+ '--recurrence-lookback-days[Bound open-ended recurrence lookback]:days' \\
434
+ '--occurrence-limit[Cap occurrences per recurring event]:number' \\
435
+ '--limit[Limit returned events]:number' \\
436
+ '--format[Output override]:(markdown toon json)' \\
437
+ '--json[Output JSON]' \\
438
+ '--quiet[Suppress stdout]'
439
+ ;;
440
+ context|ctx)
441
+ _arguments \\
442
+ '--date[Anchor date/time (ISO/date string or relative)]:date' \\
443
+ '--from[Agenda lower bound (ISO/date string or relative)]:date' \\
444
+ '--to[Agenda upper bound (ISO/date string or relative)]:date' \\
445
+ '--past[Include past entries in bounded windows]' \\
446
+ '--type[Filter by type]:(${a})' \\
447
+ '--tag[Filter by tag]:(${f})' \\
448
+ '--priority[Filter by priority]:(0 1 2 3 4)' \\
449
+ '--assignee[Filter by assignee]:assignee' \\
450
+ '--assignee-filter[Filter assignee presence]:(assigned unassigned)' \\
451
+ '--sprint[Filter by sprint]:sprint' \\
452
+ '--release[Filter by release]:release' \\
453
+ '--parent[Scope snapshot to one item subtree]:id' \\
454
+ '--limit[Limit focus and agenda rows per section]:number' \\
455
+ '--depth[Context depth]:(brief standard deep full)' \\
456
+ '--format[Output override]:(markdown toon json)' \\
457
+ ${h} '--json[Output JSON]' \\
458
+ '--quiet[Suppress stdout]'
459
+ ;;
460
+ next)
461
+ _arguments \\
462
+ '--type[Filter candidates by type]:(${a})' \\
463
+ '--tag[Filter candidates by tag]:(${f})' \\
464
+ '--priority[Filter candidates by priority]:(0 1 2 3 4)' \\
465
+ '--assignee[Filter candidates by assignee]:assignee' \\
466
+ '--assignee-filter[Filter assignee presence]:(assigned unassigned)' \\
467
+ '--sprint[Filter candidates by sprint]:sprint' \\
468
+ '--release[Filter candidates by release]:release' \\
469
+ '--parent[Scope to one item subtree]:id' \\
470
+ '--limit[Limit ready rows]:number' \\
471
+ '--blocked-limit[Limit blocked rows]:number' \\
472
+ '--ready-only[Omit the blocked companion list]' \\
473
+ '--format[Output override]:(markdown toon json)' \\
474
+ '--json[Output JSON]' \\
475
+ '--quiet[Suppress stdout]'
476
+ ;;
477
+ guide)
478
+ _arguments \\
479
+ '1:topic:(${d})' \\
480
+ '--list[Show guide topic index]' \\
481
+ '--format[Output override]:(markdown toon json)' \\
482
+ '--depth[Guide detail depth]:(brief standard deep)' \\
483
+ '--json[Output JSON]' \\
484
+ '--quiet[Suppress stdout]'
485
+ ;;
486
+ search)
487
+ _arguments \\
488
+ '--mode[Search mode]:(keyword semantic hybrid)' \\
489
+ '--match-mode[Token match mode]:(and or exact)' \\
490
+ '--min-score[Per-query minimum score threshold]:number' \\
491
+ '--count[Return only the match count]' \\
492
+ '--include-linked[Include linked content in scoring]' \\
493
+ '--highlight[Emit per-field matched-text snippets on each hit]' \\
494
+ '--limit[Max results]:number' \\
495
+ '--status[Filter by status (open/closed/canceled, csv)]:(${c})' \\
496
+ '--type[Filter by type]:(${a})' \\
497
+ '--tag[Filter by tag]:(${f})' \\
498
+ '--tags[Alias for --tag]:(${f})' \\
499
+ '--priority[Filter by priority]:(0 1 2 3 4)' \\
500
+ '--updated-after[Filter by updated_at lower bound]:value' \\
501
+ '--updated-before[Filter by updated_at upper bound]:value' \\
502
+ '--created-after[Filter by created_at lower bound]:value' \\
503
+ '--created-before[Filter by created_at upper bound]:value' \\
504
+ '--assignee[Filter by assignee]:value' \\
505
+ '--sprint[Filter by sprint]:value' \\
506
+ '--release[Filter by release]:value' \\
507
+ '--parent[Filter by parent item ID]:value' \\
508
+ ${S}
509
+ ${y} '--json[Output JSON]' \\
510
+ '--quiet[Suppress stdout]'
511
+ ;;
512
+ reindex)
513
+ _arguments \\
514
+ '--mode[Reindex mode]:(keyword semantic hybrid)' \\
515
+ '--progress[Emit progress updates to stderr]' \\
516
+ '--json[Output JSON]' \\
517
+ '--quiet[Suppress stdout]'
518
+ ;;
519
+ history)
520
+ _arguments \\
521
+ '--limit[Max entries]:number' \\
522
+ '--compact[Condensed history projection]' \\
523
+ '--full[Show full history entries]' \\
524
+ '--provenance[Patch-free identity and agent provenance projection]' \\
525
+ '--provenance-summary[Include bounded provenance completeness counts]' \\
526
+ '*--harness[Filter by recorded or vocabulary-resolved harness]:harness' \\
527
+ '*--agent-instance[Filter by privacy-safe agent instance]:instance' \\
528
+ '*--provenance-filter[Filter by exact declared provenance value]:dimension=value' \\
529
+ '--diff[Include per-entry field-level before/after value diffs]' \\
530
+ '--field[With --diff, show only entries that changed this field]:field' \\
531
+ '--verify[Verify history hash chain and replay integrity]' \\
532
+ '--json[Output JSON]' \\
533
+ '--quiet[Suppress stdout]'
534
+ ;;
535
+ events)
536
+ _arguments \\
537
+ '--since[Resume after a cursor or from an ISO timestamp]:cursor_or_timestamp' \\
538
+ '*--type[Filter by mutation operation]:operation' \\
539
+ '*--author[Filter by mutation author]:author' \\
540
+ '*--item[Filter by item or workspace stream]:item' \\
541
+ '--limit[Maximum events, up to 1000]:number' \\
542
+ '--full[Include complete authoritative history entries]' \\
543
+ '--provenance[Include patch-free identity and agent provenance]' \\
544
+ '--provenance-summary[Include bounded provenance completeness counts]' \\
545
+ '*--harness[Filter by recorded or vocabulary-resolved harness]:harness' \\
546
+ '*--agent-instance[Filter by privacy-safe agent instance]:instance' \\
547
+ '*--provenance-filter[Filter by exact declared provenance value]:dimension=value' \\
548
+ '--follow[Continue emitting committed events]' \\
549
+ '--interval-ms[Empty-read delay while following]:milliseconds' \\
550
+ '--json[Output JSON]' \\
551
+ '--quiet[Suppress stdout]'
552
+ ;;
553
+ history-compact)
554
+ _arguments \\
555
+ '--before[Compact entries strictly before this version number or ISO timestamp]:before' \\
556
+ '--ids[Bulk: compact an explicit comma-separated list of item ids]:ids' \\
557
+ '--all-over[Bulk: compact every stream with more than N entries]:all-over' \\
558
+ '--closed[Bulk: compact only closed (terminal) items streams]' \\
559
+ '--all-streams[Bulk: compact every history stream regardless of lifecycle state]' \\
560
+ '--min-entries[Bulk: skip streams with at most N entries]:min-entries' \\
561
+ '--dry-run[Preview compaction impact without writing the history file]' \\
562
+ '--author[Mutation author]:author' \\
563
+ '--message[Audit history message]:message' \\
564
+ '--force[Force ownership/lock override]' \\
565
+ '--json[Output JSON]' \\
566
+ '--quiet[Suppress stdout]'
567
+ ;;
568
+ history-author-acknowledge)
569
+ _arguments \\
570
+ '*--event[Actionable unknown-author event]:item_and_line' \\
571
+ '--all-actionable[Select every currently actionable event]' \\
572
+ '--attributed-author[Principal attributed by maintainer review]:author' \\
573
+ '--reviewer[Reviewer recording the disposition]:reviewer' \\
574
+ '--reason[Evidence-backed review rationale]:reason' \\
575
+ '--json[Output JSON]' \\
576
+ '--quiet[Suppress stdout]'
577
+ ;;
578
+ get)
579
+ _arguments \\
580
+ '--depth[Detail depth]:(brief standard deep full)' \\
581
+ '--full[Explicit full item read]' \\
582
+ '--fields[Render custom comma-separated item fields]:fields' \\
583
+ '--tree[Include descendant subtree in result payload]' \\
584
+ '--tree-depth[Cap subtree depth for --tree (0 = root only)]:number' \\
585
+ '--json[Output JSON]' \\
586
+ '--quiet[Suppress stdout]'
587
+ ;;
588
+ history-redact)
589
+ _arguments \\
590
+ '--literal[Literal string matcher to redact from history/item payloads]:literal' \\
591
+ '--regex[Regex matcher to redact (/pattern/flags or raw pattern)]:regex' \\
592
+ '--replacement[Replacement text (defaults to [redacted])]:replacement' \\
593
+ '--dry-run[Preview redaction impact without writing files]' \\
594
+ '--author[Mutation author]:author' \\
595
+ '--message[Audit history message]:message' \\
596
+ '--force[Force ownership/lock override]' \\
597
+ '--json[Output JSON]' \\
598
+ '--quiet[Suppress stdout]'
599
+ ;;
600
+ history-repair)
601
+ _arguments \\
602
+ '--all[Repair every drifted stream in one audited pass]' \\
603
+ '--dry-run[Preview the re-anchor impact without writing the history file]' \\
604
+ '--author[Mutation author]:author' \\
605
+ '--message[Audit history message]:message' \\
606
+ '--force[Force ownership/lock override]' \\
607
+ '--json[Output JSON]' \\
608
+ '--quiet[Suppress stdout]'
609
+ ;;
610
+ schema)
611
+ _arguments \\
612
+ '1:subcommand:(list show show-status add-type remove-type add-status remove-status add-field remove-field list-fields show-field apply-preset rename-type rename-field remap-status)' \\
613
+ '--description[Human description for the custom item type, status, or field]:text' \\
614
+ '--default-status[Default status hint for the custom item type]:status' \\
615
+ '--folder[Storage folder for items of this custom type]:dir' \\
616
+ '--alias[Alias for the custom type, status, or field flag (repeatable)]:name' \\
617
+ '--role[Lifecycle role for a custom status (repeatable)]:role' \\
618
+ '--order[Display/sort order for a custom status]:n' \\
619
+ '--type[Value type for a custom field]:type:(string number boolean string_array array object)' \\
620
+ '--commands[Commands a custom field is wired onto (repeatable)]:commands' \\
621
+ '--cli-flag[Override the auto-derived CLI flag for a custom field]:flag' \\
622
+ '--required[Mark a custom field as always required]' \\
623
+ '--required-on-create[Mark a custom field as required at create time]' \\
624
+ '--no-allow-unset[Disallow clearing a custom field via --unset]' \\
625
+ '--required-types[Restrict a custom field requirement to specific item types (repeatable)]:types' \\
626
+ '--infer[Infer item types from title-prefix conventions (add-type)]' \\
627
+ '--min-count[Minimum items sharing a prefix for --infer]:n' \\
628
+ '--apply[Register inferred types (with --infer)]' \\
629
+ '--author[Mutation author]:author' \\
630
+ '--force[Force ownership/lock override]' \\
631
+ '--json[Output JSON]' \\
632
+ '--quiet[Suppress stdout]'
633
+ ;;
634
+ profile)
635
+ _arguments \\
636
+ '1:subcommand:(list show apply lint)' \\
637
+ '2:name:(agile ops research)' \\
638
+ '--dry-run[Preview the apply diff without writing any files]' \\
639
+ '--author[Mutation author]:author' \\
640
+ '--force[Force ownership/lock override]' \\
641
+ '--json[Output JSON]' \\
642
+ '--quiet[Suppress stdout]'
643
+ ;;
644
+ plan)
645
+ _arguments \\
646
+ '1:subcommand:(create show add-step update-step complete-step block-step reorder-step remove-step link unlink decision discovery validation resume approve materialize)' \\
647
+ '--title[Plan title]:title' \\
648
+ '--scope[Plan scope statement]:scope' \\
649
+ '--harness[Plan harness provenance]:harness:(codex claude-code cursor generic)' \\
650
+ '--mode[Plan mode]:mode:(draft research review approved executing paused completed superseded)' \\
651
+ '--resume-context[Resume context summary]:text' \\
652
+ '--step-title[Step title]:title' \\
653
+ '*--step[Step title (repeatable on create)]:title' \\
654
+ '--step-status[Step status]:status:(pending in_progress completed blocked skipped superseded)' \\
655
+ '--step-evidence[Step evidence]:text' \\
656
+ '--depends-on[Pm item id step depends on]:id' \\
657
+ '--link[Pm item id to link]:id' \\
658
+ '--link-kind[Link kind]:kind:(related blocks blocked_by depends_on discovered_from implements verifies supersedes)' \\
659
+ '--depth[Show depth]:depth:(brief standard deep)' \\
660
+ '--steps[Step ids/orders for materialize]:steps' \\
661
+ '--materialize-type[Item type for materialized steps]:type' \\
662
+ '--allow-multiple-active[Allow multiple in_progress steps]' \\
663
+ '--promote-to-item-dep[Also add link as top-level item dependency]' \\
664
+ '--author[Mutation author]:author' \\
665
+ '--message[Mutation message]:message' \\
666
+ '--force[Force ownership override]' \\
667
+ '--json[Output JSON]' \\
668
+ '--quiet[Suppress stdout]'
669
+ ;;
670
+ activity)
671
+ _arguments \\
672
+ '--id[Filter by item ID]:id' \\
673
+ '--op[Filter by history operation]:op' \\
674
+ '--author[Filter by history author]:author' \\
675
+ '--from[Lower timestamp bound (ISO/date string or relative)]:date' \\
676
+ '--to[Upper timestamp bound (ISO/date string or relative)]:date' \\
677
+ '--limit[Max entries]:number' \\
678
+ '--compact[Condensed activity projection]' \\
679
+ '--full[Show full activity entries]' \\
680
+ '--provenance[Patch-free identity and agent provenance projection]' \\
681
+ '--provenance-summary[Include bounded provenance completeness counts]' \\
682
+ '*--harness[Filter by recorded or vocabulary-resolved harness]:harness' \\
683
+ '*--agent-instance[Filter by privacy-safe agent instance]:instance' \\
684
+ '*--provenance-filter[Filter by exact declared provenance value]:dimension=value' \\
685
+ '--stream[Emit line-delimited JSON rows]:mode' \\
686
+ '--json[Output JSON]' \\
687
+ '--quiet[Suppress stdout]'
688
+ ;;
689
+ contracts)
690
+ _arguments \\
691
+ '--action[Filter schema by tool action]:action' \\
692
+ '--command[Scope output to one command (narrow-by-default)]:command' \\
693
+ '--summary[Return compact command intent summary]' \\
694
+ '--schema-only[Return schema-only payload]' \\
695
+ '--flags-only[Return command flag contracts only]' \\
696
+ '--availability-only[Return action availability only]' \\
697
+ '--runtime-only[Include only actions invocable in the current runtime]' \\
698
+ '--active-only[Alias for --runtime-only]' \\
699
+ '--json[Output JSON]' \\
700
+ '--quiet[Suppress stdout]'
701
+ ;;
702
+ gc)
703
+ _arguments \\
704
+ '--dry-run[Preview cleanup targets without deleting files]' \\
705
+ '--scope[Limit cleanup to one or more scopes: index, embeddings, runtime, locks, checkpoints, transactions]:scope' \\
706
+ '--json[Output JSON]' \\
707
+ '--quiet[Suppress stdout]'
708
+ ;;
709
+ stats)
710
+ _arguments \\
711
+ '--storage[Include aggregate history-stream storage metrics]' \\
712
+ '--metadata-coverage[Include metadata coverage percentages overall and by type]' \\
713
+ '--field-utilization[Include content-field utilization rates across all items]' \\
714
+ '--by-assignee[Lifecycle-bucketed breakdown grouped by assignee]' \\
715
+ '--by-tag[Lifecycle-bucketed breakdown grouped by tag]' \\
716
+ '--by-priority[Lifecycle-bucketed breakdown grouped by priority]' \\
717
+ '--tag-prefix[With --by-tag: only count tags with this prefix]:prefix' \\
718
+ '--json[Output JSON]' \\
719
+ '--quiet[Suppress stdout]'
720
+ ;;
721
+ comments)
722
+ _arguments \\
723
+ '--add[Add one entry (plain text, text=<value>, markdown pairs, or - for stdin)]:text' \\
724
+ '--stdin[Read comment text from stdin (supports multiline markdown)]' \\
725
+ '--file[Read comment text from file (supports multiline markdown)]:path' \\
726
+ '--edit[Replace the comment at 1-based index (text from positional/--add/--stdin/--file)]:index' \\
727
+ '--delete[Delete the comment at 1-based index]:index' \\
728
+ '--limit[Return only latest n entries]:number' \\
729
+ '--full-history[Return complete post-mutation history]' \\
730
+ '--author[Entry author (falls back to PM_AUTHOR/settings)]:author' \\
731
+ '--message[History message]:message' \\
732
+ '--force[Force override]' \\
733
+ '--json[Output JSON]' \\
734
+ '--quiet[Suppress stdout]'
735
+ ;;
736
+ notes)
737
+ _arguments \\
738
+ '--add[Add one entry (plain text, text=<value>, markdown pairs, or - for stdin)]:text' \\
739
+ '--add-json[Append one validated JSON context event]:json' \\
740
+ '--stdin[Read entry text from stdin]' \\
741
+ '--file[Read entry text from file]:path' \\
742
+ '--edit[Replace the entry at a 1-based index]:index' \\
743
+ '--delete[Delete the entry at a 1-based index]:index' \\
744
+ '--limit[Return only latest n entries]:number' \\
745
+ '--since[Return structured events at or after an ISO timestamp]:timestamp' \\
746
+ '--event-type[Return structured events with this top-level type]:event_type' \\
747
+ '--include-meta[Include result counts and truncation metadata]' \\
748
+ '--full-history[Return complete post-mutation history]' \\
749
+ '--author[Entry author (falls back to PM_AUTHOR/settings)]:author' \\
750
+ '--message[History message]:message' \\
751
+ '--force[Force override]' \\
752
+ '--json[Output JSON]' \\
753
+ '--quiet[Suppress stdout]'
754
+ ;;
755
+ learnings)
756
+ _arguments \\
757
+ '--add[Add one entry (plain text, text=<value>, markdown pairs, or - for stdin)]:text' \\
758
+ '--stdin[Read entry text from stdin]' \\
759
+ '--file[Read entry text from file]:path' \\
760
+ '--edit[Replace the entry at a 1-based index]:index' \\
761
+ '--delete[Delete the entry at a 1-based index]:index' \\
762
+ '--limit[Return only latest n entries]:number' \\
763
+ '--full-history[Return complete post-mutation history]' \\
764
+ '--author[Entry author (falls back to PM_AUTHOR/settings)]:author' \\
765
+ '--message[History message]:message' \\
766
+ '--force[Force override]' \\
767
+ '--json[Output JSON]' \\
768
+ '--quiet[Suppress stdout]'
769
+ ;;
770
+ files)
771
+ _arguments \\
772
+ '1:subcommand:(discover lookup)' \\
773
+ '--add[Add a linked file]:file' \\
774
+ '--add-glob[Add linked files matching a glob]:glob' \\
775
+ '--remove[Remove a linked file]:file' \\
776
+ '--migrate[Migrate linked-file metadata]' \\
777
+ '--list[List linked files]' \\
778
+ '--apply[Apply discovered linked files]' \\
779
+ '--note[Linked-file note]:note' \\
780
+ '--append-stable[Preserve stable append ordering]' \\
781
+ '--validate-paths[Validate linked-file paths]' \\
782
+ '--scope[Filter lookup by evidence scope]:(project global)' \\
783
+ '--limit[Maximum lookup matches]:number' \\
784
+ '--offset[Skip the first lookup matches]:number' \\
785
+ '--no-truncate[Return every lookup match]' \\
786
+ '--strict-read[Require authoritative source reads]' \\
787
+ '--author[Mutation author]:author' \\
788
+ '--message[History message]:message' \\
789
+ '--force[Force override]' \\
790
+ '--json[Output JSON]' \\
791
+ '--quiet[Suppress stdout]'
792
+ ;;
793
+ deps)
794
+ _arguments \\
795
+ '--format[Output format]:(tree graph context)' \\
796
+ '--max-depth[Maximum traversal depth (0 keeps root only)]:depth' \\
797
+ '--collapse[Collapse mode]:(none repeated)' \\
798
+ '--summary[Return counts only without tree/graph payload]' \\
799
+ '--node-limit[Maximum nodes in context output]:number' \\
800
+ '--edge-limit[Maximum edges in context output]:number' \\
801
+ '--token-budget[Maximum estimated tokens in context output]:number' \\
802
+ '--cursor[Continue an equivalent context query]:cursor' \\
803
+ '--direction[Context traversal direction]:(outgoing incoming both)' \\
804
+ '--kind[Restrict context traversal to relationship kinds]:kind' \\
805
+ '--json[Output JSON]' \\
806
+ '--quiet[Suppress stdout]'
807
+ ;;
808
+ graph)
809
+ _arguments \\
810
+ '1:subcommand:(ancestors descendants predecessors successors paths impact analyze audit communities redundancy dominators slack centrality articulation plan index)' \\
811
+ '--kind[Restrict traversal to registered relationship kinds]:kind' \\
812
+ '--max-depth[Maximum traversal depth]:depth' \\
813
+ '--limit[Maximum returned rows per bounded collection]:number' \\
814
+ '--after[Resume a traversal after this node id]:id' \\
815
+ '--direction[Edge orientation for paths/impact]:(outgoing incoming both)' \\
816
+ '--max-paths[Maximum enumerated paths]:number' \\
817
+ '--sample[Maximum evidence sample entries per audit finding]:number' \\
818
+ '--exempt-isolate[Item ids treated as explicitly valid isolates]:id' \\
819
+ '--exempt-isolate-type[Item types whose active isolates are policy-valid]:type' \\
820
+ '--save-baseline[Persist the audit census as the comparison baseline]' \\
821
+ '--rebuild[Rebuild and warm the durable graph index]' \\
822
+ '--clear[Delete the durable graph index]' \\
823
+ '--summary[Return counts-first envelopes without row collections]' \\
824
+ '--json[Output JSON]' \\
825
+ '--quiet[Suppress stdout]'
826
+ ;;
827
+ test)
828
+ _arguments \\
829
+ '--add[Add linked test entry]:entry' \\
830
+ '--add-json[Add linked test entry from JSON object/array]:json' \\
831
+ '--remove[Remove linked test entry by command/path]:entry' \\
832
+ '--list[List linked tests without mutating]' \\
833
+ '--run[Run linked tests]' \\
834
+ '--match[Run linked tests whose command/path contains substring]:substring' \\
835
+ '--only-index[Run one linked test by 1-based index]:number' \\
836
+ '--only-last[Run the most recently added linked test]' \\
837
+ '--background[Run linked tests in managed background mode]' \\
838
+ '--timeout[Default timeout seconds]:seconds' \\
839
+ '--progress[Emit linked-test progress to stderr]' \\
840
+ '--env-set[Set linked-test runtime environment values]:entry' \\
841
+ '--env-clear[Clear linked-test runtime environment values]:name' \\
842
+ '--shared-host-safe[Apply shared-host-safe runtime defaults]' \\
843
+ '--pm-context[PM linked-test context mode]:(schema tracker auto)' \\
844
+ '--override-linked-pm-context[Force run-level --pm-context over per-linked-test pm_context_mode metadata]' \\
845
+ '--fail-on-context-mismatch[Fail when context item counts mismatch]' \\
846
+ '--fail-on-skipped[Treat skipped linked tests as dependency failures]' \\
847
+ '--fail-on-empty-test-run[Treat empty linked-test selections as failures]' \\
848
+ '--require-assertions-for-pm[Require assertions for linked PM command tests]' \\
849
+ '--check-context[Preflight linked PM command context diagnostics before execution]' \\
850
+ '--auto-pm-context[Auto-remediate tracker-read context mismatches using tracker context]' \\
851
+ '--author[Mutation author]:author' \\
852
+ '--message[History message]:message' \\
853
+ '--force[Force override]' \\
854
+ '--json[Output JSON]' \\
855
+ '--quiet[Suppress stdout]'
856
+ ;;
857
+ test-all)
858
+ _arguments \\
859
+ '--status[Filter by status]:(open in_progress)' \\
860
+ '--limit[Limit matching items before running linked tests]:number' \\
861
+ '--offset[Skip matching items before running linked tests]:number' \\
862
+ '--background[Run linked tests in managed background mode]' \\
863
+ '--timeout[Default timeout seconds]:seconds' \\
864
+ '--progress[Emit linked-test progress to stderr]' \\
865
+ '--env-set[Set linked-test runtime environment values]:entry' \\
866
+ '--env-clear[Clear linked-test runtime environment values]:name' \\
867
+ '--shared-host-safe[Apply shared-host-safe runtime defaults]' \\
868
+ '--pm-context[PM linked-test context mode]:(schema tracker auto)' \\
869
+ '--override-linked-pm-context[Force run-level --pm-context over per-linked-test pm_context_mode metadata]' \\
870
+ '--fail-on-context-mismatch[Fail when context item counts mismatch]' \\
871
+ '--fail-on-skipped[Treat skipped linked tests as dependency failures]' \\
872
+ '--fail-on-empty-test-run[Treat empty linked-test selections as failures]' \\
873
+ '--require-assertions-for-pm[Require assertions for linked PM command tests]' \\
874
+ '--check-context[Preflight linked PM command context diagnostics before execution]' \\
875
+ '--auto-pm-context[Auto-remediate tracker-read context mismatches using tracker context]' \\
876
+ '--json[Output JSON]' \\
877
+ '--quiet[Suppress stdout]'
878
+ ;;
879
+ test-runs)
880
+ _arguments \\
881
+ '1:subcommand:(list status logs stop resume)' \\
882
+ '--status[Filter by background run status]:status:(queued running passed failed stopped canceled)' \\
883
+ '--limit[Limit returned runs]:number' \\
884
+ '--stream[Background log stream]:stream:(stdout stderr both)' \\
885
+ '--tail[Tail number of lines]:number' \\
886
+ '--force[Force stop with SIGKILL]' \\
887
+ '--author[Resume author]:author' \\
888
+ '--json[Output JSON]' \\
889
+ '--quiet[Suppress stdout]'
890
+ ;;
891
+ init)
892
+ _arguments \\
893
+ '(1)--id-prefix[Set the item ID prefix]:prefix' \\
894
+ '(1)--prefix[Alias for --id-prefix]:prefix' \\
895
+ '1:optional id prefix or tracker path' \\
896
+ '--preset[Governance preset for new setups]:preset:(minimal default strict)' \\
897
+ '--defaults[Use non-interactive setup defaults]' \\
898
+ '-y[Alias for --defaults]' \\
899
+ '--yes[Alias for --defaults]' \\
900
+ '--author[Set the default mutation author for this project]:author' \\
901
+ '--agent-guidance[Agent guidance mode]:mode:(ask add skip status)' \\
902
+ '--type-preset[Register domain item types]:type-preset:(agile ops research)' \\
903
+ '--with-packages[Install bundled first-party packages during initialization]' \\
904
+ '--verbose[Include the full resolved settings tree in init output]' \\
905
+ '--json[Output JSON]' \\
906
+ '--quiet[Suppress stdout]'
907
+ ;;
908
+ config)
909
+ _arguments \\
910
+ '--criterion[Criteria value for definition-of-done metadata-required-fields or lifecycle pattern keys (repeatable for set)]:criterion' \\
911
+ '--clear-criteria[Clear config criteria-list key values]' \\
912
+ '--format[Item format for item-format key]:format:(toon)' \\
913
+ '--policy[Policy value for supported policy keys]:policy' \\
914
+ '--json[Output JSON]' \\
915
+ '--quiet[Suppress stdout]'
916
+ ;;
917
+ close)
918
+ _arguments \\
919
+ '--reason[Closure reason]:reason' \\
920
+ '--close-reason[Alias for --reason]:close_reason' \\
921
+ '--author[Mutation author]:author' \\
922
+ '--message[History message]:message' \\
923
+ '--validate-close[Validate closure metadata mode]:(off warn strict)' \\
924
+ '--resolution[Closure resolution summary]:resolution' \\
925
+ '--expected-result[Expected behavior note]:expected_result' \\
926
+ '--actual-result[Observed behavior note]:actual_result' \\
927
+ '--expected[Short alias for --expected-result]:expected_result' \\
928
+ '--actual[Short alias for --actual-result]:actual_result' \\
929
+ '--force[Force override]' \\
930
+ '--json[Output JSON]' \\
931
+ '--quiet[Suppress stdout]'
932
+ ;;
933
+ claim)
934
+ _arguments \\
935
+ '--author[Mutation author]:author' \\
936
+ '--message[History message]:message' \\
937
+ '--force[Force override]' \\
938
+ '--if-available[Skip work held by another author]' \\
939
+ '--next[Atomically claim the next actionable item]' \\
940
+ '--type[Filter --next candidates by type]:(${a})' \\
941
+ '--tag[Filter --next candidates by tag]:(${f})' \\
942
+ '--priority[Filter --next candidates by priority]:(0 1 2 3 4)' \\
943
+ '--assignee-filter[Filter --next candidates by ownership]:assignee_filter:(assigned unassigned)' \\
944
+ '--parent[Scope --next candidates to a subtree]:parent' \\
945
+ '--sprint[Filter --next candidates by sprint]:sprint' \\
946
+ '--release[Filter --next candidates by release]:release' \\
947
+ '--max-attempts[Bound the --next candidate walk]:max_attempts' \\
948
+ '--include-decisions[Allow human-gated Decision candidates]' \\
949
+ '--token-budget[Bound ranked candidate tokens]:token_budget' \\
950
+ '--explain-ranking[Include ranking provenance]' \\
951
+ '--json[Output JSON]' \\
952
+ '--quiet[Suppress stdout]'
953
+ ;;
954
+ release)
955
+ _arguments \\
956
+ '--author[Mutation author]:author' \\
957
+ '--message[History message]:message' \\
958
+ '--force[Force override]' \\
959
+ '--json[Output JSON]' \\
960
+ '--quiet[Suppress stdout]'
961
+ ;;
962
+ delete)
963
+ _arguments \\
964
+ '--dry-run[Preview the item file that would be deleted without mutating]' \\
965
+ '--author[Mutation author]:author' \\
966
+ '--message[History message]:message' \\
967
+ '--force[Force override]' \\
968
+ '--json[Output JSON]' \\
969
+ '--quiet[Suppress stdout]'
970
+ ;;
971
+ start-task|pause-task)
972
+ _arguments \\
973
+ '--author[Mutation author]:author' \\
974
+ '--message[History message]:message' \\
975
+ '--force[Force override]' \\
976
+ '--json[Output JSON]' \\
977
+ '--quiet[Suppress stdout]'
978
+ ;;
979
+ close-task)
980
+ _arguments \\
981
+ '--author[Mutation author]:author' \\
982
+ '--message[History message]:message' \\
983
+ '--validate-close[Validate closure metadata mode]:(off warn strict)' \\
984
+ '--force[Force override]' \\
985
+ '--json[Output JSON]' \\
986
+ '--quiet[Suppress stdout]'
987
+ ;;
988
+ validate)
989
+ _arguments \\
990
+ '--check-metadata[Run metadata completeness checks]' \\
991
+ '--metadata-profile[Select metadata validation profile for --check-metadata]:(core strict custom)' \\
992
+ '--check-resolution[Run closed-item resolution metadata checks]' \\
993
+ '--check-lifecycle[Run active-item lifecycle governance drift checks]' \\
994
+ '--check-stale-blockers[Include stale blocker-pattern diagnostics in lifecycle checks]' \\
995
+ '--dependency-cycle-severity[Set dependency-cycle warning policy for lifecycle checks]:(off warn error)' \\
996
+ '--parent-cycle-severity[Set parent-hierarchy cycle warning policy for lifecycle checks]:(off warn error)' \\
997
+ '--check-files[Run linked-file and orphaned-file checks]' \\
998
+ '--scan-mode[Select file candidate scan mode for --check-files]:(default tracked-all tracked-all-strict)' \\
999
+ '--include-pm-internals[Include PM storage internals in tracked-all candidate scans]' \\
1000
+ '--verbose-file-lists[Include full file-path lists for validate --check-files details]' \\
1001
+ '--verbose-diagnostics[Include full validate diagnostic ID lists instead of compact summaries]' \\
1002
+ '--all-affected-ids[Emit complete missing_* affected-ID lists with no truncation (implied by --json)]' \\
1003
+ '--strict-exit[Return non-zero exit when validation warnings are present]' \\
1004
+ '--fail-on-warn[Alias for --strict-exit]' \\
1005
+ '--fix-hints[Add a machine-executable fix_hints[] of pm commands to each failing check]' \\
1006
+ '--auto-fix[Apply the safe, deterministic subset of fix-hint remediations automatically]' \\
1007
+ '--dry-run[Preview planned --auto-fix/--prune-missing fixes without applying them]' \\
1008
+ '--fix-scope[Grant --auto-fix scopes (estimates/lifecycle must be named explicitly)]:(metadata resolution estimates lifecycle)' \\
1009
+ '--prune-missing[Remove stale linked-file/doc links classified as deleted]' \\
1010
+ '--check-history-drift[Run item/history hash drift checks]' \\
1011
+ '--check-command-references[Run linked-command PM-ID reference checks]' \\
1012
+ '--json[Output JSON]' \\
1013
+ '--quiet[Suppress stdout]'
1014
+ ;;
1015
+ health)
1016
+ _arguments \\
1017
+ '--strict-directories[Treat optional item-type directories as required failures]' \\
1018
+ '--check-only[Run read-only health diagnostics without refreshing vectors]' \\
1019
+ '--no-refresh[Disable automatic vector refresh attempts during health checks]' \\
1020
+ '--refresh-vectors[Explicitly enable vector refresh attempts during health checks]' \\
1021
+ '--verbose-stale-items[Include full stale vectorization ID lists in health output]' \\
1022
+ '--verbose-author-events[Include complete actionable unknown-author coordinates]' \\
1023
+ '--brief[Emit compact health details for low-token agent checks]' \\
1024
+ '--summary[Emit one-line-style health status with check names and warning count]' \\
1025
+ '--strict-exit[Return non-zero exit when health warnings are present]' \\
1026
+ '--fail-on-warn[Alias for --strict-exit]' \\
1027
+ '--json[Output JSON]' \\
1028
+ '--quiet[Suppress stdout]'
1029
+ ;;
1030
+ extension)
1031
+ _arguments \\
1032
+ '1:extension_action:(init scaffold install uninstall explore manage describe reload doctor catalog adopt adopt-all activate deactivate)' \\
1033
+ '--init[Generate a starter extension scaffold at target path]' \\
1034
+ '--scaffold[Alias for --init]' \\
1035
+ '--capability[Capability the init scaffold targets]:capability:(${bt.join(" ")})' \\
1036
+ '--install[Install extension from local path or GitHub source]' \\
1037
+ '--uninstall[Uninstall extension by name]' \\
1038
+ '--explore[List discovered extensions for selected scope]' \\
1039
+ '--manage[List managed extensions with update metadata]' \\
1040
+ '--describe[Map every surface a loaded extension registers]' \\
1041
+ '--markdown[Render describe output as a Markdown reference document]' \\
1042
+ '--output[Write describe Markdown to a file]:path:_files' \\
1043
+ '--reload[Reload extensions with cache-busted module imports]' \\
1044
+ '--watch[Enable watch mode with --reload]' \\
1045
+ '--doctor[Run consolidated extension diagnostics (summary/deep)]' \\
1046
+ '--catalog[List bundled first-party package catalog entries]' \\
1047
+ '--adopt[Adopt an unmanaged extension into managed metadata]' \\
1048
+ '--adopt-all[Adopt all unmanaged extensions into managed metadata]' \\
1049
+ '--activate[Activate extension in selected scope settings]' \\
1050
+ '--deactivate[Deactivate extension in selected scope settings]' \\
1051
+ '--project[Use project extension scope (default)]' \\
1052
+ '--local[Alias for --project]' \\
1053
+ '--global[Use global extension scope]' \\
1054
+ '--gh[Install from GitHub shorthand owner/repo/path]:github_spec' \\
1055
+ '--github[Alias for --gh]:github_spec' \\
1056
+ '--ref[Git ref/branch/tag for GitHub source]:git_ref' \\
1057
+ '--detail[Detail mode for extension diagnostics]:detail_mode:(summary deep)' \\
1058
+ '--trace[Include registration traces in doctor deep diagnostics]' \\
1059
+ '--runtime-probe[Opt-in runtime activation probe for manage output]' \\
1060
+ '--fix-managed-state[Adopt unmanaged extensions before diagnostics/update checks]' \\
1061
+ '--isolated[Run doctor against project-scope extensions only]' \\
1062
+ '--ignore-global[Alias for --isolated]' \\
1063
+ '--strict-exit[Return non-zero exit when doctor warnings are present]' \\
1064
+ '--fail-on-warn[Alias for --strict-exit (doctor)]' \\
1065
+ '--json[Output JSON]' \\
1066
+ '--quiet[Suppress stdout]' \\
1067
+ '*:target_or_name:_files -/'
1068
+ ;;
1069
+ package|packages)
1070
+ _arguments \\
1071
+ '1:package_action:(init scaffold install uninstall explore manage describe reload doctor catalog adopt adopt-all activate deactivate)' \\
1072
+ '--init[Generate a starter package scaffold at target path]' \\
1073
+ '--scaffold[Alias for --init]' \\
1074
+ '--capability[Capability the init scaffold targets]:capability:(${bt.join(" ")})' \\
1075
+ '--declarative[Generate a composeExtension blueprint starter]' \\
1076
+ '--install[Install package from local path, GitHub source, npm source, or bundled alias]' \\
1077
+ '--uninstall[Uninstall package by name]' \\
1078
+ '--explore[List discovered packages for selected scope]' \\
1079
+ '--manage[List managed packages with update metadata]' \\
1080
+ '--describe[Map every surface a loaded package registers]' \\
1081
+ '--markdown[Render describe output as a Markdown reference document]' \\
1082
+ '--output[Write describe Markdown to a file]:path:_files' \\
1083
+ '--reload[Reload packages with cache-busted module imports]' \\
1084
+ '--watch[Enable watch mode with --reload]' \\
1085
+ '--doctor[Run consolidated package diagnostics (summary/deep)]' \\
1086
+ '--catalog[List bundled first-party package catalog entries]' \\
1087
+ '--adopt[Adopt an unmanaged package into managed metadata]' \\
1088
+ '--adopt-all[Adopt all unmanaged packages into managed metadata]' \\
1089
+ '--activate[Activate package in selected scope settings]' \\
1090
+ '--deactivate[Deactivate package in selected scope settings]' \\
1091
+ '--project[Use project package scope (default)]' \\
1092
+ '--local[Alias for --project]' \\
1093
+ '--global[Use global package scope]' \\
1094
+ '--gh[Install from GitHub shorthand owner/repo/path]:github_spec' \\
1095
+ '--github[Alias for --gh]:github_spec' \\
1096
+ '--ref[Git ref/branch/tag for GitHub source]:git_ref' \\
1097
+ '--detail[Detail mode for package diagnostics]:detail_mode:(summary deep)' \\
1098
+ '--trace[Include registration traces in doctor deep diagnostics]' \\
1099
+ '--runtime-probe[Opt-in runtime activation probe for manage output]' \\
1100
+ '--fix-managed-state[Adopt unmanaged packages before diagnostics/update checks]' \\
1101
+ '--isolated[Run doctor against project-scope packages only]' \\
1102
+ '--ignore-global[Alias for --isolated]' \\
1103
+ '--strict-exit[Return non-zero exit when doctor warnings are present]' \\
1104
+ '--fail-on-warn[Alias for --strict-exit (doctor)]' \\
1105
+ '--json[Output JSON]' \\
1106
+ '--quiet[Suppress stdout]' \\
1107
+ '*:target_or_name:_files -/'
1108
+ ;;
1109
+ completion)
1110
+ _arguments \\
1111
+ '--eager-tags[Embed current tracker tags directly in script output]' \\
1112
+ '1:shell:(bash zsh fish)'
1113
+ ;;
1114
+ templates)
1115
+ local -a templates_cmds
1116
+ templates_cmds=('save:Save or update a create template' 'list:List saved create templates' 'show:Show saved template details')
1117
+ _describe 'templates command' templates_cmds
1118
+ ;;
1119
+ esac
1120
+ ;;
1121
+ esac
1122
+ }
1123
+
1124
+ compdef _pm pm`}function M_(e=[],t=[],n=!1,o={}){let s=Es.filter(Q=>Q==="list"||Q.startsWith("list-")),r=s.join(" "),i=Es.join(" "),a=e.length===0,c=Rs(e,o),d=As(o),l=a?"(__pm_type_choices)":c,m="(__pm_status_choices)",f=xs,_=st(t),g=n||t.length>0,y=g?`'${_}'`:"'(__pm_tag_choices)'",b=je(s,o.command_flags?.list),h=je(["create"],o.command_flags?.create),S=je(["update"],o.command_flags?.update),x=je(["update-many"],o.command_flags?.["update-many"]),P=je(["search"],o.command_flags?.search),C=je(["calendar","cal"],o.command_flags?.calendar),D=je(["context","ctx"],o.command_flags?.context);return`# Fish shell completion for pm
1125
+ # Save to ~/.config/fish/completions/pm.fish
1126
+ # or run: pm completion fish > ~/.config/fish/completions/pm.fish
1127
+
1128
+ # Disable file completion by default
1129
+ complete -c pm -f
1130
+
1131
+ # Global flags (available for all subcommands)
1132
+ complete -c pm -l json -d 'Output JSON instead of TOON'
1133
+ complete -c pm -l quiet -d 'Suppress stdout output'
1134
+ complete -c pm -l output-include -d 'Retain comma-separated read fields or sections' -r
1135
+ complete -c pm -l output-limit -d 'Set the universal read row ceiling' -r
1136
+ complete -c pm -l output-budget -d 'Set the universal estimated-token ceiling' -r
1137
+ complete -c pm -l output-format -d 'Select the universal read encoding' -r -a 'toon json'
1138
+ complete -c pm -l output-session -d 'Carry cross-call read budget and served-item state' -r
1139
+ complete -c pm -l no-changed-fields -d 'Omit changed_fields array from mutation output'
1140
+ complete -c pm -l id-only -d 'Print only id and status for single-item mutation output'
1141
+ complete -c pm -l pm-path -d 'Explicit tracker storage path for this command' -r
1142
+ complete -c pm -l path -d 'Override PM path for this command' -r
1143
+ complete -c pm -l no-extensions -d 'Disable extension loading'
1144
+ complete -c pm -l profile -d 'Print deterministic timing diagnostics'
1145
+ complete -c pm -s V -l version -d 'Output the version number'
1146
+ complete -c pm -s h -l help -d 'Display help'
1147
+
1148
+ # Helper: true when no subcommand has been given yet
1149
+ function __pm_no_subcommand
1150
+ not __fish_seen_subcommand_from ${i}
1151
+ end
1152
+ ${g?"":`
1153
+ function __pm_tag_choices
1154
+ set -l now (date +%s ^/dev/null)
1155
+ if test -z "$now"
1156
+ set now 0
1157
+ end
1158
+ set -l ttl 120
1159
+ if set -q PM_COMPLETION_TAG_TTL
1160
+ set ttl $PM_COMPLETION_TAG_TTL
1161
+ end
1162
+ if set -q PM_COMPLETION_TAG_CACHE; and set -q PM_COMPLETION_TAG_CACHE_TS
1163
+ set -l age (math "$now - $PM_COMPLETION_TAG_CACHE_TS")
1164
+ if test $age -lt $ttl
1165
+ printf '%s
1166
+ ' $PM_COMPLETION_TAG_CACHE
1167
+ return
1168
+ end
1169
+ end
1170
+ set -l resolved (pm completion-tags ^/dev/null)
1171
+ set -gx PM_COMPLETION_TAG_CACHE $resolved
1172
+ set -gx PM_COMPLETION_TAG_CACHE_TS $now
1173
+ printf '%s
1174
+ ' $resolved
1175
+ end
1176
+ `}
1177
+ ${a?Yd("type","completion-types",c):""}
1178
+ ${Yd("status","completion-statuses",d)}
1179
+
1180
+ # Subcommands
1181
+ ${P_()}
1182
+
1183
+ # list* flags
1184
+ for list_cmd in ${r}
1185
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l type -d 'Filter by item type' -r -a '${l}'
1186
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l tag -d 'Filter by tag' -r -a ${y}
1187
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l tags -d 'Alias for --tag' -r -a ${y}
1188
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l priority -d 'Filter by priority' -r -a '0 1 2 3 4'
1189
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l assignee -d 'Filter by assignee' -r
1190
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l assignee-filter -d 'Filter assignee presence' -r -a 'assigned unassigned'
1191
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l sprint -d 'Filter by sprint' -r
1192
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l release -d 'Filter by release' -r
1193
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l limit -d 'Limit returned item count' -r
1194
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l offset -d 'Skip the first n matching rows before limit' -r
1195
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l no-truncate -d 'Return every matched row, overriding --limit'
1196
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l all -d 'Alias for --no-truncate'
1197
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l include-body -d 'Include item body in each returned list row'
1198
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l compact -d 'Render compact list projection fields'
1199
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l fields -d 'Render custom comma-separated list fields' -r
1200
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l tree -d 'Render hierarchical subtree output rooted at --parent or top-level parents'
1201
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l tree-depth -d 'Cap recursion depth for --tree (0 = root only)' -r
1202
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l sort -d 'Sort field' -r -a 'priority deadline updated_at created_at title parent'
1203
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l order -d 'Sort order (requires --sort)' -r -a 'asc desc'
1204
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l stream -d 'Emit line-delimited JSON rows (requires --json)'
1205
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l deadline-before -d 'Filter by deadline upper bound (ISO/date string or relative)' -r
1206
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l deadline-after -d 'Filter by deadline lower bound (ISO/date string or relative)' -r
1207
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l today -d 'Filter to items updated since local midnight today'
1208
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l recent -d 'Filter to items updated in the last 7 days'
1209
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l updated-after -d 'Filter by updated_at lower bound (ISO/relative)' -r
1210
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l updated-before -d 'Filter by updated_at upper bound (ISO/relative)' -r
1211
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l created-after -d 'Filter by created_at lower bound (ISO/relative)' -r
1212
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l created-before -d 'Filter by created_at upper bound (ISO/relative)' -r
1213
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l filter-reviewer-missing -d 'Select only items missing reviewer'
1214
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l filter-risk-missing -d 'Select only items missing risk'
1215
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l filter-confidence-missing -d 'Select only items missing confidence'
1216
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l filter-sprint-missing -d 'Select only items missing sprint'
1217
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l filter-release-missing -d 'Select only items missing release'
1218
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l has-notes -d 'Select only items that have notes'
1219
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l no-notes -d 'Select only items with no notes'
1220
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l has-learnings -d 'Select only items that have learnings'
1221
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l no-learnings -d 'Select only items with no learnings'
1222
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l has-files -d 'Select only items that have linked files'
1223
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l no-files -d 'Select only items with no linked files'
1224
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l filter-files-missing -d 'Alias for --no-files'
1225
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l has-docs -d 'Select only items that have linked docs'
1226
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l no-docs -d 'Select only items with no linked docs'
1227
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l filter-docs-missing -d 'Alias for --no-docs'
1228
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l has-tests -d 'Select only items that have linked tests'
1229
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l no-tests -d 'Select only items with no linked tests'
1230
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l has-comments -d 'Select only items that have comments'
1231
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l no-comments -d 'Select only items with no comments'
1232
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l has-deps -d 'Select only items that have dependencies'
1233
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l no-deps -d 'Select only items with no dependencies'
1234
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l has-body -d 'Select only items with non-empty body'
1235
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l empty-body -d 'Select only items with empty body'
1236
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l has-linked-command -d 'Select only items that have a linked command'
1237
+ complete -c pm -n "__fish_seen_subcommand_from $list_cmd" -l no-linked-command -d 'Select only items with no linked command'
1238
+ end
1239
+ ${b}
1240
+
1241
+ # aggregate flags
1242
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l group-by -d 'Comma-separated group-by fields (supported: parent,type,priority,status,assignee,tags,sprint,release)' -r
1243
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l count -d 'Return grouped counts'
1244
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l completion -d 'Add completion counts and percentage per group'
1245
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l sum -d 'Numeric field to sum per group' -r
1246
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l avg -d 'Numeric field to average per group' -r
1247
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l include-unparented -d 'Include unparented rows when grouping by parent'
1248
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l status -d 'Filter by status' -r -a '${m}'
1249
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l type -d 'Filter by item type' -r -a '${l}'
1250
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l tag -d 'Filter by tag' -r -a ${y}
1251
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l priority -d 'Filter by priority' -r -a '0 1 2 3 4'
1252
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l deadline-before -d 'Filter by deadline upper bound (ISO/date string or relative)' -r
1253
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l deadline-after -d 'Filter by deadline lower bound (ISO/date string or relative)' -r
1254
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l assignee -d 'Filter by assignee' -r
1255
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l assignee-filter -d 'Filter assignee presence' -r -a 'assigned unassigned'
1256
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l parent -d 'Filter by parent item ID' -r
1257
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l sprint -d 'Filter by sprint' -r
1258
+ complete -c pm -n '__fish_seen_subcommand_from aggregate' -l release -d 'Filter by release' -r
1259
+
1260
+
1261
+ # create flags
1262
+ complete -c pm -n '__fish_seen_subcommand_from create' -s t -l title -d 'Item title' -r
1263
+ complete -c pm -n '__fish_seen_subcommand_from create' -s d -l description -d 'Item description' -r
1264
+ complete -c pm -n '__fish_seen_subcommand_from create' -l type -d 'Item type' -r -a '${l}'
1265
+ complete -c pm -n '__fish_seen_subcommand_from create' -l create-mode -d 'Create required-option policy mode' -r -a 'strict progressive'
1266
+ complete -c pm -n '__fish_seen_subcommand_from create' -l schedule-preset -d 'Scheduling preset for Reminder/Meeting/Event' -r -a 'lightweight'
1267
+ complete -c pm -n '__fish_seen_subcommand_from create' -s s -l status -d 'Item status' -r -a '${m}'
1268
+ complete -c pm -n '__fish_seen_subcommand_from create' -s p -l priority -d 'Priority (0-4)' -r -a '0 1 2 3 4'
1269
+ complete -c pm -n '__fish_seen_subcommand_from create' -l tags -d 'Comma-separated tags' -r
1270
+ complete -c pm -n '__fish_seen_subcommand_from create' -l add-tags -d 'Add tags additively without replacing existing' -r
1271
+ complete -c pm -n '__fish_seen_subcommand_from create' -s b -l body -d 'Item body' -r
1272
+ complete -c pm -n '__fish_seen_subcommand_from create' -l body-file -d 'Load the item body from a file' -r -F
1273
+ complete -c pm -n '__fish_seen_subcommand_from create' -l deadline -d 'Deadline (ISO/date string or relative +6h/+1d/+2w/+6m)' -r
1274
+ complete -c pm -n '__fish_seen_subcommand_from create' -l estimate -d 'Estimated minutes' -r
1275
+ complete -c pm -n '__fish_seen_subcommand_from create' -l acceptance-criteria -d 'Acceptance criteria' -r
1276
+ complete -c pm -n '__fish_seen_subcommand_from create' -l reminder -d 'Reminder entry at=<iso|relative>|date=<iso|relative>,text=<text>|title=<text>' -r
1277
+ complete -c pm -n '__fish_seen_subcommand_from create' -l event -d 'Event entry start=<iso|relative>,end=<iso|relative>,recur_*' -r
1278
+ complete -c pm -n '__fish_seen_subcommand_from create' -l type-option -d 'Type option key=value or key=<name>,value=<value>' -r
1279
+ complete -c pm -n '__fish_seen_subcommand_from create' -l author -d 'Mutation author' -r
1280
+ complete -c pm -n '__fish_seen_subcommand_from create' -l message -d 'History message' -r
1281
+ complete -c pm -n '__fish_seen_subcommand_from create' -l assignee -d 'Assignee' -r
1282
+ complete -c pm -n '__fish_seen_subcommand_from create' -l unset -d 'Clear scalar metadata field by name' -r
1283
+ complete -c pm -n '__fish_seen_subcommand_from create' -l clear-deps -d 'Clear dependency entries'
1284
+ complete -c pm -n '__fish_seen_subcommand_from create' -l clear-comments -d 'Clear comments'
1285
+ complete -c pm -n '__fish_seen_subcommand_from create' -l clear-notes -d 'Clear notes'
1286
+ complete -c pm -n '__fish_seen_subcommand_from create' -l clear-learnings -d 'Clear learnings'
1287
+ complete -c pm -n '__fish_seen_subcommand_from create' -l clear-files -d 'Clear linked files'
1288
+ complete -c pm -n '__fish_seen_subcommand_from create' -l clear-tests -d 'Clear linked tests'
1289
+ complete -c pm -n '__fish_seen_subcommand_from create' -l clear-docs -d 'Clear linked docs'
1290
+ complete -c pm -n '__fish_seen_subcommand_from create' -l clear-reminders -d 'Clear reminders'
1291
+ complete -c pm -n '__fish_seen_subcommand_from create' -l clear-events -d 'Clear events'
1292
+ complete -c pm -n '__fish_seen_subcommand_from create' -l clear-type-options -d 'Clear type options'
1293
+ ${h}
1294
+
1295
+ # copy flags
1296
+ complete -c pm -n '__fish_seen_subcommand_from copy' -l title -d 'Override copied title' -r
1297
+ complete -c pm -n '__fish_seen_subcommand_from copy' -l author -d 'Mutation author' -r
1298
+ complete -c pm -n '__fish_seen_subcommand_from copy' -l message -d 'History message' -r
1299
+ complete -c pm -n '__fish_seen_subcommand_from copy' -l force -d 'Force ownership override'
1300
+
1301
+ # focus flags
1302
+ complete -c pm -n '__fish_seen_subcommand_from focus' -l clear -d 'Clear the focused item'
1303
+
1304
+ # update flags
1305
+ complete -c pm -n '__fish_seen_subcommand_from update' -s t -l title -d 'Item title' -r
1306
+ complete -c pm -n '__fish_seen_subcommand_from update' -s d -l description -d 'Item description' -r
1307
+ complete -c pm -n '__fish_seen_subcommand_from update' -s b -l body -d 'Item body' -r
1308
+ complete -c pm -n '__fish_seen_subcommand_from update' -l body-file -d 'Load the item body from a file' -r -F
1309
+ complete -c pm -n '__fish_seen_subcommand_from update' -s s -l status -d 'Item status' -r -a '${m}'
1310
+ complete -c pm -n '__fish_seen_subcommand_from update' -l close-reason -d 'Set close reason' -r
1311
+ complete -c pm -n '__fish_seen_subcommand_from update' -s p -l priority -d 'Priority (0-4)' -r -a '0 1 2 3 4'
1312
+ complete -c pm -n '__fish_seen_subcommand_from update' -l type -d 'Item type' -r -a '${l}'
1313
+ complete -c pm -n '__fish_seen_subcommand_from update' -l add-tags -d 'Add tags additively without replacing existing' -r
1314
+ complete -c pm -n '__fish_seen_subcommand_from update' -l remove-tags -d 'Remove tags from the existing list' -r
1315
+ complete -c pm -n '__fish_seen_subcommand_from update' -l add-ac -d 'Add one acceptance criterion without replacing existing' -r
1316
+ complete -c pm -n '__fish_seen_subcommand_from update' -l remove-ac -d 'Remove one acceptance criterion by exact text' -r
1317
+ complete -c pm -n '__fish_seen_subcommand_from update' -l expected -d 'Short alias for --expected-result' -r
1318
+ complete -c pm -n '__fish_seen_subcommand_from update' -l actual -d 'Short alias for --actual-result' -r
1319
+ complete -c pm -n '__fish_seen_subcommand_from update' -l comment -d 'Comment seed author=<value>,created_at=<iso|now>,text=<value>' -r
1320
+ complete -c pm -n '__fish_seen_subcommand_from update' -l note -d 'Note seed author=<value>,created_at=<iso|now>,text=<value>' -r
1321
+ complete -c pm -n '__fish_seen_subcommand_from update' -l learning -d 'Learning seed author=<value>,created_at=<iso|now>,text=<value>' -r
1322
+ complete -c pm -n '__fish_seen_subcommand_from update' -l file -d 'Linked file path=<value>,scope=<project|global>,note=<text>' -r
1323
+ complete -c pm -n '__fish_seen_subcommand_from update' -l test -d 'Linked test command=<value>,path=<value>,scope=<project|global>' -r
1324
+ complete -c pm -n '__fish_seen_subcommand_from update' -l doc -d 'Linked doc path=<value>,scope=<project|global>,note=<text>' -r
1325
+ complete -c pm -n '__fish_seen_subcommand_from update' -l reminder -d 'Reminder entry at=<iso|relative>|date=<iso|relative>,text=<text>|title=<text>' -r
1326
+ complete -c pm -n '__fish_seen_subcommand_from update' -l event -d 'Event entry start=<iso|relative>,end=<iso|relative>,recur_*' -r
1327
+ complete -c pm -n '__fish_seen_subcommand_from update' -l type-option -d 'Type option key=value or key=<name>,value=<value>' -r
1328
+ complete -c pm -n '__fish_seen_subcommand_from update' -l unset -d 'Clear scalar metadata field by name' -r
1329
+ complete -c pm -n '__fish_seen_subcommand_from update' -l replace-deps -d 'Atomically replace dependencies with provided --dep values'
1330
+ complete -c pm -n '__fish_seen_subcommand_from update' -l replace-tests -d 'Atomically replace linked tests with provided --test values'
1331
+ complete -c pm -n '__fish_seen_subcommand_from update' -l replace-files -d 'Atomically replace linked files with provided --file values'
1332
+ complete -c pm -n '__fish_seen_subcommand_from update' -l replace-docs -d 'Atomically replace linked docs with provided --doc values'
1333
+ complete -c pm -n '__fish_seen_subcommand_from update' -l clear-deps -d 'Clear dependency entries'
1334
+ complete -c pm -n '__fish_seen_subcommand_from update' -l clear-comments -d 'Clear comments'
1335
+ complete -c pm -n '__fish_seen_subcommand_from update' -l clear-notes -d 'Clear notes'
1336
+ complete -c pm -n '__fish_seen_subcommand_from update' -l clear-learnings -d 'Clear learnings'
1337
+ complete -c pm -n '__fish_seen_subcommand_from update' -l clear-files -d 'Clear linked files'
1338
+ complete -c pm -n '__fish_seen_subcommand_from update' -l clear-tests -d 'Clear linked tests'
1339
+ complete -c pm -n '__fish_seen_subcommand_from update' -l clear-docs -d 'Clear linked docs'
1340
+ complete -c pm -n '__fish_seen_subcommand_from update' -l clear-reminders -d 'Clear reminders'
1341
+ complete -c pm -n '__fish_seen_subcommand_from update' -l clear-events -d 'Clear events'
1342
+ complete -c pm -n '__fish_seen_subcommand_from update' -l clear-type-options -d 'Clear type options'
1343
+ complete -c pm -n '__fish_seen_subcommand_from update' -l author -d 'Mutation author' -r
1344
+ complete -c pm -n '__fish_seen_subcommand_from update' -l message -d 'History message' -r
1345
+ complete -c pm -n '__fish_seen_subcommand_from update' -l force -d 'Force override'
1346
+ ${S}
1347
+
1348
+ # update-many flags
1349
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-status -d 'Filter by status before applying updates' -r -a '${m}'
1350
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-type -d 'Filter by type before applying updates' -r -a '${l}'
1351
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-tag -d 'Filter by tag before applying updates' -r -a ${y}
1352
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-priority -d 'Filter by priority before applying updates' -r -a '0 1 2 3 4'
1353
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-deadline-before -d 'Filter by deadline upper bound' -r
1354
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-deadline-after -d 'Filter by deadline lower bound' -r
1355
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-updated-after -d 'Filter by updated_at lower bound (ISO/relative)' -r
1356
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-updated-before -d 'Filter by updated_at upper bound (ISO/relative)' -r
1357
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-created-after -d 'Filter by created_at lower bound (ISO/relative)' -r
1358
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-created-before -d 'Filter by created_at upper bound (ISO/relative)' -r
1359
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-assignee -d 'Filter by assignee before applying updates' -r
1360
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-assignee-filter -d 'Filter assignee presence' -r -a 'assigned unassigned'
1361
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-parent -d 'Filter by parent item ID' -r
1362
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-sprint -d 'Filter by sprint before applying updates' -r
1363
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-release -d 'Filter by release before applying updates' -r
1364
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-ac-missing -d 'Select only items missing acceptance_criteria'
1365
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-estimates-missing -d 'Select only items missing estimated_minutes'
1366
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-resolution-missing -d 'Select only terminal items missing resolution'
1367
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-metadata-missing -d 'Select only items missing any tracked metadata'
1368
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-reviewer-missing -d 'Select only items missing reviewer'
1369
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-risk-missing -d 'Select only items missing risk'
1370
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-confidence-missing -d 'Select only items missing confidence'
1371
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-sprint-missing -d 'Select only items missing sprint'
1372
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-release-missing -d 'Select only items missing release'
1373
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-has-notes -d 'Select only items that have notes'
1374
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-no-notes -d 'Select only items with no notes'
1375
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-has-learnings -d 'Select only items that have learnings'
1376
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-no-learnings -d 'Select only items with no learnings'
1377
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-has-files -d 'Select only items that have linked files'
1378
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-no-files -d 'Select only items with no linked files'
1379
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-has-docs -d 'Select only items that have linked docs'
1380
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-no-docs -d 'Select only items with no linked docs'
1381
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-has-tests -d 'Select only items that have linked tests'
1382
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-no-tests -d 'Select only items with no linked tests'
1383
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-has-comments -d 'Select only items that have comments'
1384
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-no-comments -d 'Select only items with no comments'
1385
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-has-deps -d 'Select only items that have dependencies'
1386
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-no-deps -d 'Select only items with no dependencies'
1387
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-has-body -d 'Select only items with non-empty body'
1388
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-empty-body -d 'Select only items with empty body'
1389
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-has-linked-command -d 'Select only items that have a linked command'
1390
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l filter-no-linked-command -d 'Select only items with no linked command'
1391
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l ids -d 'Explicit comma-separated ID allowlist' -r
1392
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l limit -d 'Limit matched item count' -r
1393
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l offset -d 'Skip first n matched rows' -r
1394
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l dry-run -d 'Preview updates without mutating'
1395
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l rollback -d 'Rollback checkpoint ID' -r
1396
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l no-checkpoint -d 'Disable checkpoint creation during apply mode'
1397
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -s t -l title -d 'Item title' -r
1398
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -s d -l description -d 'Item description' -r
1399
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -s b -l body -d 'Item body' -r
1400
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -s p -l priority -d 'Priority (0-4)' -r -a '0 1 2 3 4'
1401
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l type -d 'Item type' -r -a '${l}'
1402
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l tags -d 'Comma-separated tags' -r
1403
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l add-tags -d 'Add tags additively without replacing existing' -r
1404
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l remove-tags -d 'Remove tags from the existing list' -r
1405
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l deadline -d 'Deadline (ISO/date string or relative)' -r
1406
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l estimate -d 'Estimated minutes' -r
1407
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l acceptance-criteria -d 'Acceptance criteria' -r
1408
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l add-ac -d 'Add one acceptance criterion without replacing existing' -r
1409
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l remove-ac -d 'Remove one acceptance criterion by exact text' -r
1410
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l definition-of-ready -d 'Definition of ready' -r
1411
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l order -d 'Planning order/rank' -r
1412
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l goal -d 'Goal identifier' -r
1413
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l objective -d 'Objective identifier' -r
1414
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l value -d 'Business value summary' -r
1415
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l impact -d 'Business impact summary' -r
1416
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l outcome -d 'Expected outcome summary' -r
1417
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l why-now -d 'Why-now rationale' -r
1418
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l reviewer -d 'Reviewer' -r
1419
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l risk -d 'Risk level' -r
1420
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l confidence -d 'Confidence level' -r
1421
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l sprint -d 'Sprint identifier' -r
1422
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l release -d 'Release identifier' -r
1423
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l reporter -d 'Issue reporter' -r
1424
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l severity -d 'Issue severity' -r
1425
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l environment -d 'Issue environment context' -r
1426
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l repro-steps -d 'Issue reproduction steps' -r
1427
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l resolution -d 'Issue resolution summary' -r
1428
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l expected-result -d 'Issue expected behavior' -r
1429
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l actual-result -d 'Issue observed behavior' -r
1430
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l expected -d 'Short alias for --expected-result' -r
1431
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l actual -d 'Short alias for --actual-result' -r
1432
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l affected-version -d 'Affected version identifier' -r
1433
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l fixed-version -d 'Fixed version identifier' -r
1434
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l component -d 'Issue component ownership' -r
1435
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l regression -d 'Regression marker true|false|1|0' -r
1436
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l customer-impact -d 'Customer impact summary' -r
1437
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l dep -d 'Dependency seed id=<id>,kind=<kind>,author=<author>,created_at=<timestamp>' -r
1438
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l dep-remove -d 'Dependency removal selector id=<id>,kind=<kind>,author=<author>,created_at=<timestamp>' -r
1439
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l replace-deps -d 'Atomically replace dependencies with provided --dep values'
1440
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l replace-tests -d 'Atomically replace linked tests with provided --test values'
1441
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l replace-files -d 'Atomically replace linked files with provided --file values'
1442
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l replace-docs -d 'Atomically replace linked docs with provided --doc values'
1443
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l comment -d 'Comment seed author=<value>,created_at=<iso|now>,text=<value>' -r
1444
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l note -d 'Note seed author=<value>,created_at=<iso|now>,text=<value>' -r
1445
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l learning -d 'Learning seed author=<value>,created_at=<iso|now>,text=<value>' -r
1446
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l file -d 'Linked file path=<value>,scope=<project|global>,note=<text>' -r
1447
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l test -d 'Linked test command=<value>,path=<value>,scope=<project|global>' -r
1448
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l doc -d 'Linked doc path=<value>,scope=<project|global>,note=<text>' -r
1449
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l reminder -d 'Reminder entry at=<iso|relative>|date=<iso|relative>,text=<text>|title=<text>' -r
1450
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l event -d 'Event entry start=<iso|relative>,end=<iso|relative>,recur_*' -r
1451
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l type-option -d 'Type option key=value or key=<name>,value=<value>' -r
1452
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l unset -d 'Clear scalar metadata field by name' -r
1453
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l clear-deps -d 'Clear dependency entries'
1454
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l clear-comments -d 'Clear comments'
1455
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l clear-notes -d 'Clear notes'
1456
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l clear-learnings -d 'Clear learnings'
1457
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l clear-files -d 'Clear linked files'
1458
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l clear-tests -d 'Clear linked tests'
1459
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l clear-docs -d 'Clear linked docs'
1460
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l clear-reminders -d 'Clear reminders'
1461
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l clear-events -d 'Clear events'
1462
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l clear-type-options -d 'Clear type options'
1463
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l author -d 'Mutation author' -r
1464
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l message -d 'History message' -r
1465
+ complete -c pm -n '__fish_seen_subcommand_from update-many' -l force -d 'Force override'
1466
+ ${x}
1467
+
1468
+ # files flags
1469
+ complete -c pm -n '__fish_seen_subcommand_from files' -a 'discover lookup' -d 'Linked-file subcommand'
1470
+ complete -c pm -n '__fish_seen_subcommand_from files' -l add -d 'Add a linked file' -r
1471
+ complete -c pm -n '__fish_seen_subcommand_from files' -l add-glob -d 'Add linked files matching a glob' -r
1472
+ complete -c pm -n '__fish_seen_subcommand_from files' -l remove -d 'Remove a linked file' -r
1473
+ complete -c pm -n '__fish_seen_subcommand_from files' -l migrate -d 'Migrate linked-file metadata'
1474
+ complete -c pm -n '__fish_seen_subcommand_from files' -l list -d 'List linked files'
1475
+ complete -c pm -n '__fish_seen_subcommand_from files' -l apply -d 'Apply discovered linked files'
1476
+ complete -c pm -n '__fish_seen_subcommand_from files' -l note -d 'Linked-file note' -r
1477
+ complete -c pm -n '__fish_seen_subcommand_from files' -l append-stable -d 'Preserve stable append ordering'
1478
+ complete -c pm -n '__fish_seen_subcommand_from files' -l validate-paths -d 'Validate linked-file paths'
1479
+ complete -c pm -n '__fish_seen_subcommand_from files' -l scope -d 'Filter lookup by evidence scope' -r -a 'project global'
1480
+ complete -c pm -n '__fish_seen_subcommand_from files' -l limit -d 'Maximum lookup matches' -r
1481
+ complete -c pm -n '__fish_seen_subcommand_from files' -l offset -d 'Skip the first lookup matches' -r
1482
+ complete -c pm -n '__fish_seen_subcommand_from files' -l no-truncate -d 'Return every lookup match'
1483
+ complete -c pm -n '__fish_seen_subcommand_from files' -l strict-read -d 'Require authoritative source reads'
1484
+
1485
+
1486
+ # search flags
1487
+ complete -c pm -n '__fish_seen_subcommand_from search' -l mode -d 'Search mode' -r -a 'keyword semantic hybrid'
1488
+ complete -c pm -n '__fish_seen_subcommand_from search' -l match-mode -d 'Token match mode' -r -a 'and or exact'
1489
+ complete -c pm -n '__fish_seen_subcommand_from search' -l min-score -d 'Per-query minimum score threshold' -r
1490
+ complete -c pm -n '__fish_seen_subcommand_from search' -l count -d 'Return only the match count'
1491
+ complete -c pm -n '__fish_seen_subcommand_from search' -l include-linked -d 'Include linked content in scoring'
1492
+ complete -c pm -n '__fish_seen_subcommand_from search' -l highlight -d 'Emit per-field matched-text snippets on each hit'
1493
+ complete -c pm -n '__fish_seen_subcommand_from search' -l limit -d 'Max results' -r
1494
+ complete -c pm -n '__fish_seen_subcommand_from search' -l status -d 'Filter by status (open/closed/canceled, csv)' -r -a '${m}'
1495
+ complete -c pm -n '__fish_seen_subcommand_from search' -l type -d 'Filter by type' -r -a '${l}'
1496
+ complete -c pm -n '__fish_seen_subcommand_from search' -l tag -d 'Filter by tag' -r -a ${y}
1497
+ complete -c pm -n '__fish_seen_subcommand_from search' -l tags -d 'Alias for --tag' -r -a ${y}
1498
+ complete -c pm -n '__fish_seen_subcommand_from search' -l priority -d 'Filter by priority' -r -a '0 1 2 3 4'
1499
+ complete -c pm -n '__fish_seen_subcommand_from search' -l updated-after -d 'Filter by updated_at lower bound' -r
1500
+ complete -c pm -n '__fish_seen_subcommand_from search' -l updated-before -d 'Filter by updated_at upper bound' -r
1501
+ complete -c pm -n '__fish_seen_subcommand_from search' -l created-after -d 'Filter by created_at lower bound' -r
1502
+ complete -c pm -n '__fish_seen_subcommand_from search' -l created-before -d 'Filter by created_at upper bound' -r
1503
+ complete -c pm -n '__fish_seen_subcommand_from search' -l assignee -d 'Filter by assignee' -r
1504
+ complete -c pm -n '__fish_seen_subcommand_from search' -l sprint -d 'Filter by sprint' -r
1505
+ complete -c pm -n '__fish_seen_subcommand_from search' -l release -d 'Filter by release' -r
1506
+ complete -c pm -n '__fish_seen_subcommand_from search' -l parent -d 'Filter by parent item ID' -r
1507
+ complete -c pm -n '__fish_seen_subcommand_from search' -l filter-reviewer-missing -d 'Select only items missing reviewer'
1508
+ complete -c pm -n '__fish_seen_subcommand_from search' -l filter-risk-missing -d 'Select only items missing risk'
1509
+ complete -c pm -n '__fish_seen_subcommand_from search' -l filter-confidence-missing -d 'Select only items missing confidence'
1510
+ complete -c pm -n '__fish_seen_subcommand_from search' -l filter-sprint-missing -d 'Select only items missing sprint'
1511
+ complete -c pm -n '__fish_seen_subcommand_from search' -l filter-release-missing -d 'Select only items missing release'
1512
+ complete -c pm -n '__fish_seen_subcommand_from search' -l has-notes -d 'Select only items that have notes'
1513
+ complete -c pm -n '__fish_seen_subcommand_from search' -l no-notes -d 'Select only items with no notes'
1514
+ complete -c pm -n '__fish_seen_subcommand_from search' -l has-learnings -d 'Select only items that have learnings'
1515
+ complete -c pm -n '__fish_seen_subcommand_from search' -l no-learnings -d 'Select only items with no learnings'
1516
+ complete -c pm -n '__fish_seen_subcommand_from search' -l has-files -d 'Select only items that have linked files'
1517
+ complete -c pm -n '__fish_seen_subcommand_from search' -l no-files -d 'Select only items with no linked files'
1518
+ complete -c pm -n '__fish_seen_subcommand_from search' -l filter-files-missing -d 'Alias for --no-files'
1519
+ complete -c pm -n '__fish_seen_subcommand_from search' -l has-docs -d 'Select only items that have linked docs'
1520
+ complete -c pm -n '__fish_seen_subcommand_from search' -l no-docs -d 'Select only items with no linked docs'
1521
+ complete -c pm -n '__fish_seen_subcommand_from search' -l filter-docs-missing -d 'Alias for --no-docs'
1522
+ complete -c pm -n '__fish_seen_subcommand_from search' -l has-tests -d 'Select only items that have linked tests'
1523
+ complete -c pm -n '__fish_seen_subcommand_from search' -l no-tests -d 'Select only items with no linked tests'
1524
+ complete -c pm -n '__fish_seen_subcommand_from search' -l has-comments -d 'Select only items that have comments'
1525
+ complete -c pm -n '__fish_seen_subcommand_from search' -l no-comments -d 'Select only items with no comments'
1526
+ complete -c pm -n '__fish_seen_subcommand_from search' -l has-deps -d 'Select only items that have dependencies'
1527
+ complete -c pm -n '__fish_seen_subcommand_from search' -l no-deps -d 'Select only items with no dependencies'
1528
+ complete -c pm -n '__fish_seen_subcommand_from search' -l has-body -d 'Select only items with non-empty body'
1529
+ complete -c pm -n '__fish_seen_subcommand_from search' -l empty-body -d 'Select only items with empty body'
1530
+ complete -c pm -n '__fish_seen_subcommand_from search' -l has-linked-command -d 'Select only items that have a linked command'
1531
+ complete -c pm -n '__fish_seen_subcommand_from search' -l no-linked-command -d 'Select only items with no linked command'
1532
+ ${P}
1533
+
1534
+ # calendar flags
1535
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l view -d 'Calendar view' -r -a 'agenda day week month'
1536
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l date -d 'Anchor date/time (ISO/date string or relative)' -r
1537
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l from -d 'Agenda lower bound (ISO/date string or relative)' -r
1538
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l to -d 'Agenda upper bound (ISO/date string or relative)' -r
1539
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l past -d 'Include past entries'
1540
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l full-period -d 'Include full anchored day/week/month period'
1541
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l type -d 'Filter by type' -r -a '${l}'
1542
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l tag -d 'Filter by tag' -r -a ${y}
1543
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l priority -d 'Filter by priority' -r -a '0 1 2 3 4'
1544
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l status -d 'Filter by status' -r -a '${m}'
1545
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l assignee -d 'Filter by assignee' -r
1546
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l assignee-filter -d 'Filter assignee presence' -r -a 'assigned unassigned'
1547
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l sprint -d 'Filter by sprint' -r
1548
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l release -d 'Filter by release' -r
1549
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l include -d 'Include event sources' -r -a 'all deadlines reminders events scheduled'
1550
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l recurrence-lookahead-days -d 'Bound open-ended recurrence lookahead' -r
1551
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l recurrence-lookback-days -d 'Bound open-ended recurrence lookback' -r
1552
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l occurrence-limit -d 'Cap occurrences per recurring event' -r
1553
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l limit -d 'Limit returned events' -r
1554
+ complete -c pm -n '__fish_seen_subcommand_from calendar cal' -l format -d 'Output override' -r -a 'markdown toon json'
1555
+ ${C}
1556
+
1557
+ # context flags
1558
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l date -d 'Anchor date/time (ISO/date string or relative)' -r
1559
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l from -d 'Agenda lower bound (ISO/date string or relative)' -r
1560
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l to -d 'Agenda upper bound (ISO/date string or relative)' -r
1561
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l past -d 'Include past entries in bounded windows'
1562
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l type -d 'Filter by type' -r -a '${l}'
1563
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l tag -d 'Filter by tag' -r -a ${y}
1564
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l priority -d 'Filter by priority' -r -a '0 1 2 3 4'
1565
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l assignee -d 'Filter by assignee' -r
1566
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l assignee-filter -d 'Filter assignee presence' -r -a 'assigned unassigned'
1567
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l sprint -d 'Filter by sprint' -r
1568
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l release -d 'Filter by release' -r
1569
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l parent -d 'Scope snapshot to one item subtree' -r
1570
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l limit -d 'Limit focus and agenda rows per section' -r
1571
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l depth -d 'Context depth' -r -a 'brief standard deep full'
1572
+ complete -c pm -n '__fish_seen_subcommand_from context ctx' -l format -d 'Output override' -r -a 'markdown toon json'
1573
+ ${D}
1574
+
1575
+ # next flags
1576
+ complete -c pm -n '__fish_seen_subcommand_from next' -l type -d 'Filter candidates by type' -r -a '${l}'
1577
+ complete -c pm -n '__fish_seen_subcommand_from next' -l tag -d 'Filter candidates by tag' -r -a ${y}
1578
+ complete -c pm -n '__fish_seen_subcommand_from next' -l priority -d 'Filter candidates by priority' -r -a '0 1 2 3 4'
1579
+ complete -c pm -n '__fish_seen_subcommand_from next' -l assignee -d 'Filter candidates by assignee' -r
1580
+ complete -c pm -n '__fish_seen_subcommand_from next' -l assignee-filter -d 'Filter assignee presence' -r -a 'assigned unassigned'
1581
+ complete -c pm -n '__fish_seen_subcommand_from next' -l sprint -d 'Filter candidates by sprint' -r
1582
+ complete -c pm -n '__fish_seen_subcommand_from next' -l release -d 'Filter candidates by release' -r
1583
+ complete -c pm -n '__fish_seen_subcommand_from next' -l parent -d 'Scope to one item subtree' -r
1584
+ complete -c pm -n '__fish_seen_subcommand_from next' -l limit -d 'Limit ready rows' -r
1585
+ complete -c pm -n '__fish_seen_subcommand_from next' -l blocked-limit -d 'Limit blocked rows' -r
1586
+ complete -c pm -n '__fish_seen_subcommand_from next' -l ready-only -d 'Omit the blocked companion list'
1587
+ complete -c pm -n '__fish_seen_subcommand_from next' -l format -d 'Output override' -r -a 'markdown toon json'
1588
+
1589
+ # guide flags
1590
+ complete -c pm -n '__fish_seen_subcommand_from guide' -l list -d 'Show guide topic index'
1591
+ complete -c pm -n '__fish_seen_subcommand_from guide' -l format -d 'Output override' -r -a 'markdown toon json'
1592
+ complete -c pm -n '__fish_seen_subcommand_from guide' -l depth -d 'Guide detail depth' -r -a 'brief standard deep'
1593
+ complete -c pm -n '__fish_seen_subcommand_from guide' -a '${f}' -d 'Guide topic'
1594
+
1595
+ # reindex flags
1596
+ complete -c pm -n '__fish_seen_subcommand_from reindex' -l mode -d 'Reindex mode' -r -a 'keyword semantic hybrid'
1597
+ complete -c pm -n '__fish_seen_subcommand_from reindex' -l progress -d 'Emit progress updates to stderr'
1598
+
1599
+ # get flags
1600
+ complete -c pm -n '__fish_seen_subcommand_from get' -l depth -d 'Detail depth' -r -a 'brief standard deep full'
1601
+ complete -c pm -n '__fish_seen_subcommand_from get' -l full -d 'Explicit full item read'
1602
+ complete -c pm -n '__fish_seen_subcommand_from get' -l fields -d 'Render custom comma-separated item fields' -r
1603
+ complete -c pm -n '__fish_seen_subcommand_from get' -l tree -d 'Include descendant subtree in result payload'
1604
+ complete -c pm -n '__fish_seen_subcommand_from get' -l tree-depth -d 'Cap subtree depth for --tree (0 = root only)' -r
1605
+
1606
+ # history / activity flags
1607
+ complete -c pm -n '__fish_seen_subcommand_from history' -l limit -d 'Max history entries' -r
1608
+ complete -c pm -n '__fish_seen_subcommand_from history' -l compact -d 'Condensed history projection'
1609
+ complete -c pm -n '__fish_seen_subcommand_from history' -l full -d 'Show full history entries'
1610
+ complete -c pm -n '__fish_seen_subcommand_from history' -l provenance -d 'Patch-free identity and agent provenance projection'
1611
+ complete -c pm -n '__fish_seen_subcommand_from history' -l provenance-summary -d 'Include bounded provenance completeness counts'
1612
+ complete -c pm -n '__fish_seen_subcommand_from history' -l harness -d 'Filter by recorded or vocabulary-resolved harness' -r
1613
+ complete -c pm -n '__fish_seen_subcommand_from history' -l agent-instance -d 'Filter by privacy-safe agent instance' -r
1614
+ complete -c pm -n '__fish_seen_subcommand_from history' -l provenance-filter -d 'Filter by exact declared provenance value' -r
1615
+ complete -c pm -n '__fish_seen_subcommand_from history' -l diff -d 'Include per-entry field-level before/after value diffs'
1616
+ complete -c pm -n '__fish_seen_subcommand_from history' -l field -d 'With --diff, show only entries that changed this field' -r
1617
+ complete -c pm -n '__fish_seen_subcommand_from history' -l verify -d 'Verify history hash chain and replay integrity'
1618
+ complete -c pm -n '__fish_seen_subcommand_from events' -l since -d 'Resume after a cursor or from an ISO timestamp' -r
1619
+ complete -c pm -n '__fish_seen_subcommand_from events' -l type -d 'Filter by mutation operation' -r
1620
+ complete -c pm -n '__fish_seen_subcommand_from events' -l author -d 'Filter by mutation author' -r
1621
+ complete -c pm -n '__fish_seen_subcommand_from events' -l item -d 'Filter by item or workspace stream' -r
1622
+ complete -c pm -n '__fish_seen_subcommand_from events' -l limit -d 'Maximum events, up to 1000' -r
1623
+ complete -c pm -n '__fish_seen_subcommand_from events' -l full -d 'Include complete authoritative history entries'
1624
+ complete -c pm -n '__fish_seen_subcommand_from events' -l provenance -d 'Include patch-free identity and agent provenance'
1625
+ complete -c pm -n '__fish_seen_subcommand_from events' -l provenance-summary -d 'Include bounded provenance completeness counts'
1626
+ complete -c pm -n '__fish_seen_subcommand_from events' -l harness -d 'Filter by recorded or vocabulary-resolved harness' -r
1627
+ complete -c pm -n '__fish_seen_subcommand_from events' -l agent-instance -d 'Filter by privacy-safe agent instance' -r
1628
+ complete -c pm -n '__fish_seen_subcommand_from events' -l provenance-filter -d 'Filter by exact declared provenance value' -r
1629
+ complete -c pm -n '__fish_seen_subcommand_from events' -l follow -d 'Continue emitting committed events'
1630
+ complete -c pm -n '__fish_seen_subcommand_from events' -l interval-ms -d 'Empty-read delay while following' -r
1631
+ complete -c pm -n '__fish_seen_subcommand_from history-compact' -l before -d 'Compact entries strictly before this version number or ISO timestamp' -r
1632
+ complete -c pm -n '__fish_seen_subcommand_from history-compact' -l ids -d 'Bulk: compact an explicit comma-separated list of item ids' -r
1633
+ complete -c pm -n '__fish_seen_subcommand_from history-compact' -l all-over -d 'Bulk: compact every stream with more than N entries' -r
1634
+ complete -c pm -n '__fish_seen_subcommand_from history-compact' -l closed -d 'Bulk: compact only closed (terminal) items streams'
1635
+ complete -c pm -n '__fish_seen_subcommand_from history-compact' -l all-streams -d 'Bulk: compact every history stream regardless of lifecycle state'
1636
+ complete -c pm -n '__fish_seen_subcommand_from history-compact' -l min-entries -d 'Bulk: skip streams with at most N entries' -r
1637
+ complete -c pm -n '__fish_seen_subcommand_from history-compact' -l dry-run -d 'Preview compaction impact without writing the history file'
1638
+ complete -c pm -n '__fish_seen_subcommand_from history-compact' -l author -d 'Mutation author' -r
1639
+ complete -c pm -n '__fish_seen_subcommand_from history-compact' -l message -d 'Audit history message' -r
1640
+ complete -c pm -n '__fish_seen_subcommand_from history-compact' -l force -d 'Force ownership/lock override'
1641
+ complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l event -d 'Actionable unknown-author event' -r
1642
+ complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l all-actionable -d 'Select every currently actionable event'
1643
+ complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l attributed-author -d 'Principal attributed by maintainer review' -r
1644
+ complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l reviewer -d 'Reviewer recording the disposition' -r
1645
+ complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l reason -d 'Evidence-backed review rationale' -r
1646
+ complete -c pm -n '__fish_seen_subcommand_from history-redact' -l literal -d 'Literal string matcher to redact from history/item payloads' -r
1647
+ complete -c pm -n '__fish_seen_subcommand_from history-redact' -l regex -d 'Regex matcher to redact (/pattern/flags or raw pattern)' -r
1648
+ complete -c pm -n '__fish_seen_subcommand_from history-redact' -l replacement -d 'Replacement text (defaults to [redacted])' -r
1649
+ complete -c pm -n '__fish_seen_subcommand_from history-redact' -l dry-run -d 'Preview redaction impact without writing files'
1650
+ complete -c pm -n '__fish_seen_subcommand_from history-redact' -l author -d 'Mutation author' -r
1651
+ complete -c pm -n '__fish_seen_subcommand_from history-redact' -l message -d 'Audit history message' -r
1652
+ complete -c pm -n '__fish_seen_subcommand_from history-redact' -l force -d 'Force ownership/lock override'
1653
+ complete -c pm -n '__fish_seen_subcommand_from history-repair' -l all -d 'Repair every drifted stream in one audited pass'
1654
+ complete -c pm -n '__fish_seen_subcommand_from history-repair' -l dry-run -d 'Preview the re-anchor impact without writing the history file'
1655
+ complete -c pm -n '__fish_seen_subcommand_from history-repair' -l author -d 'Mutation author' -r
1656
+ complete -c pm -n '__fish_seen_subcommand_from history-repair' -l message -d 'Audit history message' -r
1657
+ complete -c pm -n '__fish_seen_subcommand_from history-repair' -l force -d 'Force ownership/lock override'
1658
+ complete -c pm -n '__fish_seen_subcommand_from schema' -a 'list show show-status add-type remove-type add-status remove-status add-field remove-field list-fields show-field apply-preset rename-type rename-field remap-status' -d 'Schema subcommand'
1659
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l description -d 'Human description for the custom item type, status, or field' -r
1660
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l default-status -d 'Default status hint for the custom item type' -r
1661
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l folder -d 'Storage folder for items of this custom type' -r
1662
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l alias -d 'Alias for the custom type, status, or field flag (repeatable)' -r
1663
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l role -d 'Lifecycle role for a custom status (repeatable)' -r
1664
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l order -d 'Display/sort order for a custom status' -r
1665
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l type -d 'Value type for a custom field' -r -a 'string number boolean string_array array object'
1666
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l commands -d 'Commands a custom field is wired onto (repeatable)' -r
1667
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l cli-flag -d 'Override the auto-derived CLI flag for a custom field' -r
1668
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l required -d 'Mark a custom field as always required'
1669
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l required-on-create -d 'Mark a custom field as required at create time'
1670
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l no-allow-unset -d 'Disallow clearing a custom field via --unset'
1671
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l required-types -d 'Restrict a custom field requirement to specific item types (repeatable)' -r
1672
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l infer -d 'Infer item types from title-prefix conventions (add-type)'
1673
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l min-count -d 'Minimum items sharing a prefix for --infer' -r
1674
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l apply -d 'Register inferred types (with --infer)'
1675
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l author -d 'Mutation author' -r
1676
+ complete -c pm -n '__fish_seen_subcommand_from schema' -l force -d 'Force ownership/lock override'
1677
+ complete -c pm -n '__fish_seen_subcommand_from profile' -a 'list show apply lint' -d 'Profile subcommand'
1678
+ complete -c pm -n '__fish_seen_subcommand_from profile' -a 'agile ops research' -d 'Profile name'
1679
+ complete -c pm -n '__fish_seen_subcommand_from profile' -l dry-run -d 'Preview the apply diff without writing any files'
1680
+ complete -c pm -n '__fish_seen_subcommand_from profile' -l author -d 'Mutation author' -r
1681
+ complete -c pm -n '__fish_seen_subcommand_from profile' -l force -d 'Force ownership/lock override'
1682
+ complete -c pm -n '__fish_seen_subcommand_from plan' -a 'create show add-step update-step complete-step block-step reorder-step remove-step link unlink decision discovery validation resume approve materialize' -d 'Plan subcommand'
1683
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l title -d 'Plan title' -r
1684
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l scope -d 'Plan scope statement' -r
1685
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l harness -d 'Plan harness provenance' -r -a 'codex claude-code cursor generic'
1686
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l mode -d 'Plan mode' -r -a 'draft research review approved executing paused completed superseded'
1687
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l resume-context -d 'Resume context summary' -r
1688
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l step-title -d 'Step title' -r
1689
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l step -d 'Step title (repeatable on create)' -r
1690
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l step-status -d 'Step status' -r -a 'pending in_progress completed blocked skipped superseded'
1691
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l step-evidence -d 'Step evidence' -r
1692
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l depends-on -d 'Pm item id step depends on' -r
1693
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l link -d 'Pm item id to link' -r
1694
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l link-kind -d 'Link kind' -r -a 'related blocks blocked_by depends_on discovered_from implements verifies supersedes'
1695
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l depth -d 'Show depth' -r -a 'brief standard deep'
1696
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l steps -d 'Step ids/orders for materialize' -r
1697
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l materialize-type -d 'Item type for materialized steps' -r
1698
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l allow-multiple-active -d 'Allow multiple in_progress steps'
1699
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l promote-to-item-dep -d 'Also add link as item dependency'
1700
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l author -d 'Mutation author' -r
1701
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l message -d 'Mutation message' -r
1702
+ complete -c pm -n '__fish_seen_subcommand_from plan' -l force -d 'Force ownership override'
1703
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l id -d 'Filter by item ID' -r
1704
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l op -d 'Filter by history operation' -r
1705
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l author -d 'Filter by history author' -r
1706
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l from -d 'Lower timestamp bound (ISO/date string or relative)' -r
1707
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l to -d 'Upper timestamp bound (ISO/date string or relative)' -r
1708
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l limit -d 'Max activity entries' -r
1709
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l compact -d 'Condensed activity projection'
1710
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l full -d 'Show full activity entries'
1711
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l provenance -d 'Patch-free identity and agent provenance projection'
1712
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l provenance-summary -d 'Include bounded provenance completeness counts'
1713
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l harness -d 'Filter by recorded or vocabulary-resolved harness' -r
1714
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l agent-instance -d 'Filter by privacy-safe agent instance' -r
1715
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l provenance-filter -d 'Filter by exact declared provenance value' -r
1716
+ complete -c pm -n '__fish_seen_subcommand_from activity' -l stream -d 'Emit line-delimited JSON rows'
1717
+ complete -c pm -n '__fish_seen_subcommand_from contracts' -l action -d 'Filter schema by tool action' -r
1718
+ complete -c pm -n '__fish_seen_subcommand_from contracts' -l command -d 'Scope output to one command (narrow-by-default)' -r
1719
+ complete -c pm -n '__fish_seen_subcommand_from contracts' -l summary -d 'Return compact command intent summary'
1720
+ complete -c pm -n '__fish_seen_subcommand_from contracts' -l schema-only -d 'Return schema-only payload'
1721
+ complete -c pm -n '__fish_seen_subcommand_from contracts' -l flags-only -d 'Return command flag contracts only'
1722
+ complete -c pm -n '__fish_seen_subcommand_from contracts' -l availability-only -d 'Return action availability only'
1723
+ complete -c pm -n '__fish_seen_subcommand_from contracts' -l runtime-only -d 'Include only actions invocable in the current runtime'
1724
+ complete -c pm -n '__fish_seen_subcommand_from contracts' -l active-only -d 'Alias for --runtime-only'
1725
+ complete -c pm -n '__fish_seen_subcommand_from deps' -l format -d 'Output format' -r -a 'tree graph context'
1726
+ complete -c pm -n '__fish_seen_subcommand_from deps' -l max-depth -d 'Maximum traversal depth (0 keeps root only)' -r
1727
+ complete -c pm -n '__fish_seen_subcommand_from deps' -l collapse -d 'Collapse mode' -r -a 'none repeated'
1728
+ complete -c pm -n '__fish_seen_subcommand_from deps' -l summary -d 'Return counts only without tree/graph payload'
1729
+ complete -c pm -n '__fish_seen_subcommand_from deps' -l node-limit -d 'Maximum nodes in context output' -r
1730
+ complete -c pm -n '__fish_seen_subcommand_from deps' -l edge-limit -d 'Maximum edges in context output' -r
1731
+ complete -c pm -n '__fish_seen_subcommand_from deps' -l token-budget -d 'Maximum estimated tokens in context output' -r
1732
+ complete -c pm -n '__fish_seen_subcommand_from deps' -l cursor -d 'Continue an equivalent context query' -r
1733
+ complete -c pm -n '__fish_seen_subcommand_from deps' -l direction -d 'Context traversal direction' -r -a 'outgoing incoming both'
1734
+ complete -c pm -n '__fish_seen_subcommand_from deps' -l kind -d 'Restrict context traversal to relationship kinds' -r
1735
+ complete -c pm -n '__fish_seen_subcommand_from graph' -a 'ancestors descendants predecessors successors paths impact analyze audit communities redundancy dominators slack centrality articulation plan index' -d 'Graph query'
1736
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l kind -d 'Restrict traversal to registered relationship kinds' -r
1737
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l max-depth -d 'Maximum traversal depth' -r
1738
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l limit -d 'Maximum returned rows per bounded collection' -r
1739
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l after -d 'Resume a traversal after this node id' -r
1740
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l direction -d 'Edge orientation for paths/impact' -r -a 'outgoing incoming both'
1741
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l max-paths -d 'Maximum enumerated paths' -r
1742
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l sample -d 'Maximum evidence sample entries per audit finding' -r
1743
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l exempt-isolate -d 'Item ids treated as explicitly valid isolates' -r
1744
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l exempt-isolate-type -d 'Item types whose active isolates are policy-valid' -r
1745
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l save-baseline -d 'Persist the audit census as the comparison baseline'
1746
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l rebuild -d 'Rebuild and warm the durable graph index'
1747
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l clear -d 'Delete the durable graph index'
1748
+ complete -c pm -n '__fish_seen_subcommand_from graph' -l summary -d 'Return counts-first envelopes without row collections'
1749
+
1750
+ # comments / notes / learnings flags
1751
+ complete -c pm -n '__fish_seen_subcommand_from comments notes learnings' -l add -d 'Add one entry (text=<value> or plain text)' -r
1752
+ complete -c pm -n '__fish_seen_subcommand_from notes' -l add-json -d 'Append one validated JSON context event' -r
1753
+ complete -c pm -n '__fish_seen_subcommand_from notes' -l since -d 'Return structured events at or after an ISO timestamp' -r
1754
+ complete -c pm -n '__fish_seen_subcommand_from notes' -l event-type -d 'Return structured events with this top-level type' -r
1755
+ complete -c pm -n '__fish_seen_subcommand_from notes' -l include-meta -d 'Include result counts and truncation metadata'
1756
+ complete -c pm -n '__fish_seen_subcommand_from comments' -l stdin -d 'Read comment text from stdin (supports multiline markdown)'
1757
+ complete -c pm -n '__fish_seen_subcommand_from comments' -l file -d 'Read comment text from file (supports multiline markdown)' -r
1758
+ complete -c pm -n '__fish_seen_subcommand_from comments' -l edit -d 'Replace the comment at 1-based index (text from positional/--add/--stdin/--file)' -r
1759
+ complete -c pm -n '__fish_seen_subcommand_from comments' -l delete -d 'Delete the comment at 1-based index' -r
1760
+ complete -c pm -n '__fish_seen_subcommand_from notes' -l stdin -d 'Read entry text from stdin'
1761
+ complete -c pm -n '__fish_seen_subcommand_from notes' -l file -d 'Read entry text from file' -r
1762
+ complete -c pm -n '__fish_seen_subcommand_from notes' -l edit -d 'Replace the entry at a 1-based index' -r
1763
+ complete -c pm -n '__fish_seen_subcommand_from notes' -l delete -d 'Delete the entry at a 1-based index' -r
1764
+ complete -c pm -n '__fish_seen_subcommand_from comments notes learnings' -l limit -d 'Return only latest n entries' -r
1765
+ complete -c pm -n '__fish_seen_subcommand_from comments notes learnings' -l full-history -d 'Return complete post-mutation history'
1766
+ complete -c pm -n '__fish_seen_subcommand_from comments notes learnings' -l author -d 'Entry author' -r
1767
+ complete -c pm -n '__fish_seen_subcommand_from comments notes learnings' -l message -d 'History message' -r
1768
+ complete -c pm -n '__fish_seen_subcommand_from comments notes learnings' -l force -d 'Force override'
1769
+
1770
+ # test flags
1771
+ complete -c pm -n '__fish_seen_subcommand_from test' -l add -d 'Add linked test entry' -r
1772
+ complete -c pm -n '__fish_seen_subcommand_from test' -l add-json -d 'Add linked test entry from JSON object/array' -r
1773
+ complete -c pm -n '__fish_seen_subcommand_from test' -l remove -d 'Remove linked test entry' -r
1774
+ complete -c pm -n '__fish_seen_subcommand_from test' -l list -d 'List linked tests without mutating'
1775
+ complete -c pm -n '__fish_seen_subcommand_from test' -l run -d 'Run linked tests'
1776
+ complete -c pm -n '__fish_seen_subcommand_from test' -l match -d 'Run linked tests whose command/path contains substring' -r
1777
+ complete -c pm -n '__fish_seen_subcommand_from test' -l only-index -d 'Run one linked test by 1-based index' -r
1778
+ complete -c pm -n '__fish_seen_subcommand_from test' -l only-last -d 'Run the most recently added linked test'
1779
+ complete -c pm -n '__fish_seen_subcommand_from test' -l background -d 'Run linked tests in managed background mode'
1780
+ complete -c pm -n '__fish_seen_subcommand_from test' -l timeout -d 'Default timeout seconds' -r
1781
+ complete -c pm -n '__fish_seen_subcommand_from test' -l progress -d 'Emit linked-test progress to stderr'
1782
+ complete -c pm -n '__fish_seen_subcommand_from test' -l env-set -d 'Set linked-test runtime environment values' -r
1783
+ complete -c pm -n '__fish_seen_subcommand_from test' -l env-clear -d 'Clear linked-test runtime environment values' -r
1784
+ complete -c pm -n '__fish_seen_subcommand_from test' -l shared-host-safe -d 'Apply shared-host-safe runtime defaults'
1785
+ complete -c pm -n '__fish_seen_subcommand_from test' -l pm-context -d 'PM linked-test context mode' -r -a 'schema tracker auto'
1786
+ complete -c pm -n '__fish_seen_subcommand_from test' -l override-linked-pm-context -d 'Force run-level --pm-context over per-linked-test metadata'
1787
+ complete -c pm -n '__fish_seen_subcommand_from test' -l fail-on-context-mismatch -d 'Fail when context item counts mismatch'
1788
+ complete -c pm -n '__fish_seen_subcommand_from test' -l fail-on-skipped -d 'Treat skipped linked tests as dependency failures'
1789
+ complete -c pm -n '__fish_seen_subcommand_from test' -l fail-on-empty-test-run -d 'Treat empty linked-test selections as failures'
1790
+ complete -c pm -n '__fish_seen_subcommand_from test' -l require-assertions-for-pm -d 'Require assertions for linked PM command tests'
1791
+ complete -c pm -n '__fish_seen_subcommand_from test' -l check-context -d 'Preflight linked PM command context diagnostics before execution'
1792
+ complete -c pm -n '__fish_seen_subcommand_from test' -l auto-pm-context -d 'Auto-remediate tracker-read context mismatches using tracker context'
1793
+ complete -c pm -n '__fish_seen_subcommand_from test' -l author -d 'Mutation author' -r
1794
+ complete -c pm -n '__fish_seen_subcommand_from test' -l message -d 'History message' -r
1795
+ complete -c pm -n '__fish_seen_subcommand_from test' -l force -d 'Force override'
1796
+
1797
+ # test-all flags
1798
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l status -d 'Filter by status' -r -a 'open in_progress'
1799
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l limit -d 'Limit matching items before running linked tests' -r
1800
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l offset -d 'Skip matching items before running linked tests' -r
1801
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l background -d 'Run linked tests in managed background mode'
1802
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l timeout -d 'Default timeout seconds' -r
1803
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l progress -d 'Emit linked-test progress to stderr'
1804
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l env-set -d 'Set linked-test runtime environment values' -r
1805
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l env-clear -d 'Clear linked-test runtime environment values' -r
1806
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l shared-host-safe -d 'Apply shared-host-safe runtime defaults'
1807
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l pm-context -d 'PM linked-test context mode' -r -a 'schema tracker auto'
1808
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l override-linked-pm-context -d 'Force run-level --pm-context over per-linked-test metadata'
1809
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l fail-on-context-mismatch -d 'Fail when context item counts mismatch'
1810
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l fail-on-skipped -d 'Treat skipped linked tests as dependency failures'
1811
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l fail-on-empty-test-run -d 'Treat empty linked-test selections as failures'
1812
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l require-assertions-for-pm -d 'Require assertions for linked PM command tests'
1813
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l check-context -d 'Preflight linked PM command context diagnostics before execution'
1814
+ complete -c pm -n '__fish_seen_subcommand_from test-all' -l auto-pm-context -d 'Auto-remediate tracker-read context mismatches using tracker context'
1815
+
1816
+ # test-runs flags
1817
+ complete -c pm -n '__fish_seen_subcommand_from test-runs' -a 'list status logs stop resume' -d 'test-runs subcommand'
1818
+ complete -c pm -n '__fish_seen_subcommand_from test-runs' -l status -d 'Filter background runs by status' -r -a 'queued running passed failed stopped canceled'
1819
+ complete -c pm -n '__fish_seen_subcommand_from test-runs' -l limit -d 'Limit returned runs' -r
1820
+ complete -c pm -n '__fish_seen_subcommand_from test-runs' -l stream -d 'Background log stream selector' -r -a 'stdout stderr both'
1821
+ complete -c pm -n '__fish_seen_subcommand_from test-runs' -l tail -d 'Tail number of lines from logs' -r
1822
+ complete -c pm -n '__fish_seen_subcommand_from test-runs' -l force -d 'Force-stop run with SIGKILL'
1823
+ complete -c pm -n '__fish_seen_subcommand_from test-runs' -l author -d 'Resume author' -r
1824
+
1825
+ # gc flags
1826
+ complete -c pm -n '__fish_seen_subcommand_from gc' -l dry-run -d 'Preview cleanup targets without deleting files'
1827
+ complete -c pm -n '__fish_seen_subcommand_from gc' -l scope -d 'Limit cleanup to index/embeddings/runtime/locks scopes' -r
1828
+
1829
+ # stats flags
1830
+ complete -c pm -n '__fish_seen_subcommand_from stats' -l storage -d 'Include aggregate history-stream storage metrics'
1831
+ complete -c pm -n '__fish_seen_subcommand_from stats' -l metadata-coverage -d 'Include metadata coverage percentages overall and by type'
1832
+ complete -c pm -n '__fish_seen_subcommand_from stats' -l field-utilization -d 'Include content-field utilization rates across all items'
1833
+ complete -c pm -n '__fish_seen_subcommand_from stats' -l by-assignee -d 'Lifecycle-bucketed breakdown grouped by assignee'
1834
+ complete -c pm -n '__fish_seen_subcommand_from stats' -l by-tag -d 'Lifecycle-bucketed breakdown grouped by tag'
1835
+ complete -c pm -n '__fish_seen_subcommand_from stats' -l by-priority -d 'Lifecycle-bucketed breakdown grouped by priority'
1836
+ complete -c pm -n '__fish_seen_subcommand_from stats' -l tag-prefix -d 'With --by-tag: only count tags with this prefix' -r
1837
+ complete -c pm -n '__fish_seen_subcommand_from stats' -l analytics -d 'Improvement ledger/history analytics JSON' -r
1838
+
1839
+ # append flags
1840
+ complete -c pm -n '__fish_seen_subcommand_from append' -s b -l body -d 'Item body' -r
1841
+ complete -c pm -n '__fish_seen_subcommand_from append' -l author -d 'Mutation author' -r
1842
+ complete -c pm -n '__fish_seen_subcommand_from append' -l message -d 'History message' -r
1843
+ complete -c pm -n '__fish_seen_subcommand_from append' -l force -d 'Force override'
1844
+
1845
+ # close flags
1846
+ complete -c pm -n '__fish_seen_subcommand_from claim release start-task pause-task close close-task delete' -l author -d 'Mutation author' -r
1847
+ complete -c pm -n '__fish_seen_subcommand_from claim release start-task pause-task close close-task delete' -l message -d 'History message' -r
1848
+ complete -c pm -n '__fish_seen_subcommand_from claim release start-task pause-task close close-task delete' -l force -d 'Force override'
1849
+ complete -c pm -n '__fish_seen_subcommand_from claim' -l if-available -d 'Skip work held by another author'
1850
+ complete -c pm -n '__fish_seen_subcommand_from claim' -l next -d 'Atomically claim the next actionable item'
1851
+ complete -c pm -n '__fish_seen_subcommand_from claim' -l token-budget -d 'Bound ranked candidate tokens' -r
1852
+ complete -c pm -n '__fish_seen_subcommand_from claim' -l explain-ranking -d 'Include ranking provenance'
1853
+ complete -c pm -n '__fish_seen_subcommand_from close close-task' -l validate-close -d 'Validate closure metadata mode' -r -a 'off warn strict'
1854
+ complete -c pm -n '__fish_seen_subcommand_from close' -l reason -d 'Closure reason' -r
1855
+ complete -c pm -n '__fish_seen_subcommand_from close' -l close-reason -d 'Alias for --reason' -r
1856
+ complete -c pm -n '__fish_seen_subcommand_from close' -l resolution -d 'Closure resolution summary' -r
1857
+ complete -c pm -n '__fish_seen_subcommand_from close' -l expected-result -d 'Expected behavior note' -r
1858
+ complete -c pm -n '__fish_seen_subcommand_from close' -l actual-result -d 'Observed behavior note' -r
1859
+ complete -c pm -n '__fish_seen_subcommand_from close' -l expected -d 'Short alias for --expected-result' -r
1860
+ complete -c pm -n '__fish_seen_subcommand_from close' -l actual -d 'Short alias for --actual-result' -r
1861
+ complete -c pm -n '__fish_seen_subcommand_from delete' -l dry-run -d 'Preview the item file that would be deleted without mutating'
1862
+
1863
+ # scheduling shortcut flags (meet/event/remind)
1864
+ complete -c pm -n '__fish_seen_subcommand_from meet event' -l start -d 'Start time (ISO, now, or relative)' -r
1865
+ complete -c pm -n '__fish_seen_subcommand_from meet event' -l duration -d 'Duration from start (default 1h)' -r
1866
+ complete -c pm -n '__fish_seen_subcommand_from meet event' -l end -d 'End time (overrides --duration)' -r
1867
+ complete -c pm -n '__fish_seen_subcommand_from meet event' -l location -d 'Location' -r
1868
+ complete -c pm -n '__fish_seen_subcommand_from meet event' -l timezone -d 'IANA timezone' -r
1869
+ complete -c pm -n '__fish_seen_subcommand_from meet event' -l all-day -d 'Mark as an all-day event'
1870
+ complete -c pm -n '__fish_seen_subcommand_from remind' -l at -d 'Reminder time (default +1d)' -r
1871
+ complete -c pm -n '__fish_seen_subcommand_from remind' -l text -d 'Reminder text (defaults to title)' -r
1872
+ complete -c pm -n '__fish_seen_subcommand_from meet event remind' -l parent -d 'Parent item id' -r
1873
+ complete -c pm -n '__fish_seen_subcommand_from meet event remind' -l allow-missing-parent -d 'Permit a parent id that does not exist yet'
1874
+ complete -c pm -n '__fish_seen_subcommand_from meet event remind' -l tags -d 'Comma-separated tags' -r
1875
+ complete -c pm -n '__fish_seen_subcommand_from meet event remind' -l priority -d 'Priority (0-4)' -r -a '0 1 2 3 4'
1876
+ complete -c pm -n '__fish_seen_subcommand_from meet event remind' -l body -d 'Item body' -r
1877
+ complete -c pm -n '__fish_seen_subcommand_from meet event remind' -l description -d 'Short description' -r
1878
+ complete -c pm -n '__fish_seen_subcommand_from meet event remind' -l author -d 'Mutation author' -r
1879
+ complete -c pm -n '__fish_seen_subcommand_from meet event remind' -l message -d 'History message' -r
1880
+
1881
+ # close-many flags
1882
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-status -d 'Filter by status before closing' -r -a '${m}'
1883
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-type -d 'Filter by type before closing' -r -a '${l}'
1884
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-tag -d 'Filter by tag before closing' -r -a ${y}
1885
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-priority -d 'Filter by priority before closing' -r -a '0 1 2 3 4'
1886
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-deadline-before -d 'Filter by deadline upper bound' -r
1887
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-deadline-after -d 'Filter by deadline lower bound' -r
1888
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-updated-after -d 'Filter by updated_at lower bound (ISO/relative)' -r
1889
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-updated-before -d 'Filter by updated_at upper bound (ISO/relative)' -r
1890
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-created-after -d 'Filter by created_at lower bound (ISO/relative)' -r
1891
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-created-before -d 'Filter by created_at upper bound (ISO/relative)' -r
1892
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-assignee -d 'Filter by assignee before closing' -r
1893
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-assignee-filter -d 'Filter assignee presence' -r -a 'assigned unassigned'
1894
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-parent -d 'Filter by parent item ID' -r
1895
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-sprint -d 'Filter by sprint before closing' -r
1896
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-release -d 'Filter by release before closing' -r
1897
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-reviewer-missing -d 'Select only items missing reviewer'
1898
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-risk-missing -d 'Select only items missing risk'
1899
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-confidence-missing -d 'Select only items missing confidence'
1900
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-sprint-missing -d 'Select only items missing sprint'
1901
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-release-missing -d 'Select only items missing release'
1902
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-has-notes -d 'Select only items that have notes'
1903
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-no-notes -d 'Select only items with no notes'
1904
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-has-learnings -d 'Select only items that have learnings'
1905
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-no-learnings -d 'Select only items with no learnings'
1906
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-has-files -d 'Select only items that have linked files'
1907
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-no-files -d 'Select only items with no linked files'
1908
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-has-docs -d 'Select only items that have linked docs'
1909
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-no-docs -d 'Select only items with no linked docs'
1910
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-has-tests -d 'Select only items that have linked tests'
1911
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-no-tests -d 'Select only items with no linked tests'
1912
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-has-comments -d 'Select only items that have comments'
1913
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-no-comments -d 'Select only items with no comments'
1914
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-has-deps -d 'Select only items that have dependencies'
1915
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-no-deps -d 'Select only items with no dependencies'
1916
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-has-body -d 'Select only items with non-empty body'
1917
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-empty-body -d 'Select only items with empty body'
1918
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-has-linked-command -d 'Select only items that have a linked command'
1919
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l filter-no-linked-command -d 'Select only items with no linked command'
1920
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l ids -d 'Explicit comma-separated ID allowlist' -r
1921
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l limit -d 'Limit matched item count' -r
1922
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l offset -d 'Skip first n matched rows' -r
1923
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l reason -d 'Optional shared close reason applied to every matched item' -r
1924
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l resolution -d 'Shared closure resolution' -r
1925
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l expected-result -d 'Shared expected-result note' -r
1926
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l actual-result -d 'Shared actual-result note' -r
1927
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l expected -d 'Short alias for --expected-result' -r
1928
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l actual -d 'Short alias for --actual-result' -r
1929
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l validate-close -d 'Validate closure metadata per item' -r -a 'off warn strict'
1930
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l author -d 'Mutation author' -r
1931
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l message -d 'History message' -r
1932
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l force -d 'Re-close terminal matches and override ownership'
1933
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l dry-run -d 'Preview matched items without mutating'
1934
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l rollback -d 'Rollback checkpoint ID' -r
1935
+ complete -c pm -n '__fish_seen_subcommand_from close-many' -l no-checkpoint -d 'Disable checkpoint creation during apply mode'
1936
+
1937
+ # validate flags
1938
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l check-metadata -d 'Run metadata completeness checks'
1939
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l metadata-profile -d 'Select metadata validation profile for --check-metadata' -r -a 'core strict custom'
1940
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l check-resolution -d 'Run closed-item resolution metadata checks'
1941
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l check-lifecycle -d 'Run active-item lifecycle governance drift checks'
1942
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l check-stale-blockers -d 'Include stale blocker-pattern diagnostics in lifecycle checks'
1943
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l dependency-cycle-severity -d 'Set dependency-cycle warning policy for lifecycle checks' -r -a 'off warn error'
1944
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l parent-cycle-severity -d 'Set parent-hierarchy cycle warning policy for lifecycle checks' -r -a 'off warn error'
1945
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l check-files -d 'Run linked-file and orphaned-file checks'
1946
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l scan-mode -d 'Select file candidate scan mode for --check-files' -r -a 'default tracked-all tracked-all-strict'
1947
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l include-pm-internals -d 'Include PM storage internals in tracked-all candidate scans'
1948
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l verbose-file-lists -d 'Include full file-path lists for validate --check-files details'
1949
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l verbose-diagnostics -d 'Include full validate diagnostic ID lists instead of compact summaries'
1950
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l all-affected-ids -d 'Emit complete missing_* affected-ID lists with no truncation (implied by --json)'
1951
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l strict-exit -d 'Return non-zero exit when validation warnings are present'
1952
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l fail-on-warn -d 'Alias for --strict-exit'
1953
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l fix-hints -d 'Add a machine-executable fix_hints[] of pm commands to each failing check'
1954
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l auto-fix -d 'Apply the safe, deterministic subset of fix-hint remediations automatically'
1955
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l dry-run -d 'Preview planned --auto-fix/--prune-missing fixes without applying them'
1956
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l fix-scope -d 'Grant --auto-fix scopes (estimates/lifecycle must be named explicitly)' -r -a 'metadata resolution estimates lifecycle'
1957
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l prune-missing -d 'Remove stale linked-file/doc links classified as deleted'
1958
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l check-history-drift -d 'Run item/history hash drift checks'
1959
+ complete -c pm -n '__fish_seen_subcommand_from validate' -l check-command-references -d 'Run linked-command PM-ID reference checks'
1960
+ complete -c pm -n '__fish_seen_subcommand_from init' -l preset -d 'Governance preset for new setups' -r -a 'minimal default strict'
1961
+ complete -c pm -n '__fish_seen_subcommand_from init' -l id-prefix -d 'Set the item ID prefix' -r
1962
+ complete -c pm -n '__fish_seen_subcommand_from init' -l prefix -d 'Alias for --id-prefix' -r
1963
+ complete -c pm -n '__fish_seen_subcommand_from init' -l defaults -d 'Use non-interactive setup defaults'
1964
+ complete -c pm -n '__fish_seen_subcommand_from init' -s y -l yes -d 'Alias for --defaults'
1965
+ complete -c pm -n '__fish_seen_subcommand_from init' -l author -d 'Set the default mutation author for this project' -r
1966
+ complete -c pm -n '__fish_seen_subcommand_from init' -l agent-guidance -d 'Agent guidance mode' -r -a 'ask add skip status'
1967
+ complete -c pm -n '__fish_seen_subcommand_from init' -l type-preset -d 'Register domain item types' -r -a 'agile ops research'
1968
+ complete -c pm -n '__fish_seen_subcommand_from init' -l with-packages -d 'Install bundled first-party packages during initialization'
1969
+ complete -c pm -n '__fish_seen_subcommand_from init' -l verbose -d 'Include the full resolved settings tree in init output'
1970
+ complete -c pm -n '__fish_seen_subcommand_from config' -l criterion -d 'Criteria value for definition-of-done metadata-required-fields or lifecycle pattern keys (repeatable for set)' -r
1971
+ complete -c pm -n '__fish_seen_subcommand_from config' -l clear-criteria -d 'Clear config criteria-list key values'
1972
+ complete -c pm -n '__fish_seen_subcommand_from config' -l format -d 'Item format for item-format key' -r -a 'toon'
1973
+ complete -c pm -n '__fish_seen_subcommand_from config' -l policy -d 'Policy value for supported policy keys' -r
1974
+ complete -c pm -n '__fish_seen_subcommand_from health' -l strict-directories -d 'Treat optional item-type directories as required failures'
1975
+ complete -c pm -n '__fish_seen_subcommand_from health' -l check-only -d 'Run read-only health diagnostics without refreshing vectors'
1976
+ complete -c pm -n '__fish_seen_subcommand_from health' -l no-refresh -d 'Disable automatic vector refresh attempts during health checks'
1977
+ complete -c pm -n '__fish_seen_subcommand_from health' -l refresh-vectors -d 'Explicitly enable vector refresh attempts during health checks'
1978
+ complete -c pm -n '__fish_seen_subcommand_from health' -l verbose-stale-items -d 'Include full stale vectorization ID lists in health output'
1979
+ complete -c pm -n '__fish_seen_subcommand_from health' -l verbose-author-events -d 'Include complete actionable unknown-author coordinates'
1980
+ complete -c pm -n '__fish_seen_subcommand_from health' -l brief -d 'Emit compact health details for low-token agent checks'
1981
+ complete -c pm -n '__fish_seen_subcommand_from health' -l summary -d 'Emit one-line-style health status with check names and warning count'
1982
+ complete -c pm -n '__fish_seen_subcommand_from health' -l strict-exit -d 'Return non-zero exit when health warnings are present'
1983
+ complete -c pm -n '__fish_seen_subcommand_from health' -l fail-on-warn -d 'Alias for --strict-exit'
1984
+
1985
+ # completion shell argument
1986
+ complete -c pm -n '__fish_seen_subcommand_from completion' -l eager-tags -d 'Embed current tracker tags directly in script output'
1987
+ complete -c pm -n '__fish_seen_subcommand_from completion' -a 'bash zsh fish' -d 'Shell type'
1988
+
1989
+ # templates subcommands
1990
+ complete -c pm -n '__fish_seen_subcommand_from templates' -a 'save list show' -d 'Templates command'
1991
+
1992
+ # extension lifecycle flags
1993
+ complete -c pm -n '__fish_seen_subcommand_from extension' -a '${Rn}' -d 'Extension action subcommand'
1994
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l init -d 'Generate starter extension scaffold'
1995
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l scaffold -d 'Alias for --init'
1996
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l capability -d 'Capability the init scaffold targets' -r -a '${bt.join(" ")}'
1997
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l install -d 'Install extension from local path or GitHub source'
1998
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l uninstall -d 'Uninstall extension by name'
1999
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l explore -d 'List discovered extensions for selected scope'
2000
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l manage -d 'List managed extensions with update metadata'
2001
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l describe -d 'Map every surface a loaded extension registers'
2002
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l markdown -d 'Render describe output as a Markdown reference document'
2003
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l output -d 'Write describe Markdown to a file' -r
2004
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l reload -d 'Reload extensions with cache-busted module imports'
2005
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l watch -d 'Enable watch mode with --reload'
2006
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l doctor -d 'Run consolidated extension diagnostics'
2007
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l catalog -d 'List bundled first-party package catalog entries'
2008
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l adopt -d 'Adopt an unmanaged extension into managed metadata'
2009
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l adopt-all -d 'Adopt all unmanaged extensions into managed metadata'
2010
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l activate -d 'Activate extension in selected scope settings'
2011
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l deactivate -d 'Deactivate extension in selected scope settings'
2012
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l project -d 'Use project extension scope'
2013
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l local -d 'Alias for --project'
2014
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l global -d 'Use global extension scope'
2015
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l gh -d 'GitHub shorthand owner/repo/path' -r
2016
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l github -d 'Alias for --gh' -r
2017
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l ref -d 'Git ref/branch/tag for GitHub source' -r
2018
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l detail -d 'Detail mode for extension diagnostics' -r -a 'summary deep'
2019
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l trace -d 'Include registration traces in doctor deep diagnostics'
2020
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l runtime-probe -d 'Opt-in runtime activation probe for manage output'
2021
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l fix-managed-state -d 'Adopt unmanaged extensions before diagnostics/update checks'
2022
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l isolated -d 'Run doctor against project-scope extensions only'
2023
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l ignore-global -d 'Alias for --isolated'
2024
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l strict-exit -d 'Return non-zero exit when doctor warnings are present'
2025
+ complete -c pm -n '__fish_seen_subcommand_from extension' -l fail-on-warn -d 'Alias for --strict-exit (doctor)'
2026
+
2027
+ # package lifecycle flags
2028
+ for package_cmd in package packages
2029
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -a '${Rn}' -d 'Package action subcommand'
2030
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l init -d 'Generate starter package scaffold'
2031
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l scaffold -d 'Alias for --init'
2032
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l capability -d 'Capability the init scaffold targets' -r -a '${bt.join(" ")}'
2033
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l declarative -d 'Generate a composeExtension blueprint starter'
2034
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l install -d 'Install package from local path, GitHub source, npm source, or bundled alias'
2035
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l uninstall -d 'Uninstall package by name'
2036
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l explore -d 'List discovered packages for selected scope'
2037
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l manage -d 'List managed packages with update metadata'
2038
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l describe -d 'Map every surface a loaded package registers'
2039
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l markdown -d 'Render describe output as a Markdown reference document'
2040
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l output -d 'Write describe Markdown to a file' -r
2041
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l reload -d 'Reload packages with cache-busted module imports'
2042
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l watch -d 'Enable watch mode with --reload'
2043
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l doctor -d 'Run consolidated package diagnostics'
2044
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l catalog -d 'List bundled first-party package catalog entries'
2045
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l adopt -d 'Adopt an unmanaged package into managed metadata'
2046
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l adopt-all -d 'Adopt all unmanaged packages into managed metadata'
2047
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l activate -d 'Activate package in selected scope settings'
2048
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l deactivate -d 'Deactivate package in selected scope settings'
2049
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l project -d 'Use project package scope'
2050
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l local -d 'Alias for --project'
2051
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l global -d 'Use global package scope'
2052
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l gh -d 'GitHub shorthand owner/repo/path' -r
2053
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l github -d 'Alias for --gh' -r
2054
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l ref -d 'Git ref/branch/tag for GitHub source' -r
2055
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l detail -d 'Detail mode for package diagnostics' -r -a 'summary deep'
2056
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l trace -d 'Include registration traces in doctor deep diagnostics'
2057
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l runtime-probe -d 'Opt-in runtime activation probe for manage output'
2058
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l fix-managed-state -d 'Adopt unmanaged packages before diagnostics/update checks'
2059
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l isolated -d 'Run doctor against project-scope packages only'
2060
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l ignore-global -d 'Alias for --isolated'
2061
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l strict-exit -d 'Return non-zero exit when doctor warnings are present'
2062
+ complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l fail-on-warn -d 'Alias for --strict-exit (doctor)'
2063
+ end`}var D_={bash:'Add to ~/.bashrc or ~/.bash_profile: eval "$(pm completion bash)"',zsh:'Add to ~/.zshrc: eval "$(pm completion zsh)"',fish:"Run: pm completion fish > ~/.config/fish/completions/pm.fish"};function j_(e,t=[],n=[],o=!1,s={}){let r=e.trim().toLowerCase();if(!zd.includes(r))throw new p(`Unknown shell: "${e}". Supported shells: ${zd.join(", ")}.`,u.USAGE);let i=r,a;return i==="bash"?a=L_(t,n,o,s):i==="zsh"?a=N_(t,n,o,s):a=M_(t,n,o,s),{shell:i,script:a,setup_hint:D_[i]}}import U_ from"node:fs/promises";import Rt from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="fc124f85-8d28-508b-a3f7-2fe767382197")}catch{}})();var Cs="index/manifest.json",Ts="search/embeddings.jsonl",G_="Provider or model has changed since last index. Run pm reindex --mode semantic to rebuild.";function q_(e){return e.progress===!0||process.stderr.isTTY===!0}function M(e,t){if(e)try{process.stderr.write(`[pm reindex] ${t}
2064
+ `)}catch{}}function z_(e){let t=(e??"keyword").trim().toLowerCase();if(t==="keyword")return"keyword";if(t==="semantic"||t==="hybrid")return t;throw new p("Reindex mode must be one of keyword|semantic|hybrid",u.USAGE)}async function H_(e,t,n,o){let s=[];return{candidates:await Nr(e,t,n,s,o),warnings:s}}async function $s(e,t,n,o,s){let r=Ge(T()),i=[];for(let a of t)if(!(s&&!s.has(a.metadata.id))){if(typeof a.body=="string"){i.push({metadata:a.metadata,body:a.body});continue}try{let c=await U_.readFile(a.item_path,"utf8"),d=Mt(c,{format:a.item_format,schema:n,extensionFieldNames:r,onWarning:l=>o.push(l)});i.push({metadata:a.metadata,body:d.body})}catch{o.push(`item_list_item_read_failed:${Rt.relative(e,a.item_path)}`),i.push({metadata:a.metadata,body:""})}}return i}function B_(e,t,n){let o=e.metadata;return{id:o.id,mode:t,updated_at:o.updated_at,corpus:Ur(e,{fields:n})}}var rt=Us;function V_(e){let t=T(),n=rt(e.search?.provider);if(!n)return null;let o=nr(t,n);if(!o)return null;let s=o.runtime_definition??o.definition,r=rt(s.name)??rt(o.definition.name);if(!r)return null;let i=s.embedBatch,a=s.embed_batch,c=s.embed,d=typeof i=="function"?i:typeof a=="function"?a:void 0,l=typeof c=="function"?c:void 0;return!d&&!l?null:{name:r,embedBatch:d,embed:l}}function W_(e){let t=T(),n=rt(e.vector_store?.adapter);if(!n)return null;let o=or(t,n);if(!o)return null;let s=o.runtime_definition??o.definition,r=rt(s.name)??rt(o.definition.name);if(!r)return null;let i=s.upsert,a=s.delete;return{adapterName:r,...typeof i=="function"?{upsert:i}:{},...typeof a=="function"?{delete:a}:{}}}function Os(e,t){if(!Array.isArray(e)||e.some(n=>typeof n!="number"||!Number.isFinite(n)))throw new p(`Invalid vector returned by ${t}`,u.GENERIC_FAILURE);return e}async function K_(e,t,n){let o=t.search?.embedding_model?.trim()||"text-embedding-3-small";if(e.embedBatch){let r=await Promise.resolve(e.embedBatch({inputs:n,settings:t,model:o}));if(!Array.isArray(r))throw new p(`Extension search provider "${e.name}" embedBatch must return an array of vectors`,u.GENERIC_FAILURE);return r.map((i,a)=>Os(i,`extension search provider "${e.name}" embedBatch output at index ${a}`))}if(!e.embed)throw new p(`Extension search provider "${e.name}" does not implement embed/embedBatch`,u.GENERIC_FAILURE);let s=[];for(let[r,i]of n.entries()){let a=await Promise.resolve(e.embed({input:i,settings:t,model:o}));s.push(Os(a,`extension search provider "${e.name}" embed output at index ${r}`))}return s}function Qd(e){return e.search?.embedding_model?.trim()||"text-embedding-3-small"}function el(e,t,n){let o=n?ht(n.name,Qd(e)):t?ht(t.name,t.model):null;if(!o)throw new p("No embedding identity available for semantic reindex mode",u.USAGE);return o}function Y_(e,t){return Object.keys(e).filter(n=>!t.has(n)).sort((n,o)=>n.localeCompare(o))}async function tl(e,t,n,o,s,r,i,a){let c=o?.name??n?.name,d=Gr(c,e.search.embedding_corpus_max_characters).maxCharacters,l=Xn(e),m=s.map(g=>qr(g,{providerName:c,maxCharacters:d,fields:l})),f=[],_=null;if(o)try{f=await K_(o,e,m),_=ht(o.name,Qd(e))}catch(g){if(!n)throw new p(`Extension search provider "${o.name}" failed to generate embeddings: ${g instanceof Error?g.message:String(g)}`,u.GENERIC_FAILURE);r.push(`Extension search provider "${o.name}" failed; falling back to built-in provider (${g instanceof Error?g.message:String(g)})`)}if(f.length===0){if(!n)throw new p(`No embedding executor available for reindex mode '${t}'`,u.USAGE);let g=await zr(n,e,m,{onProgress:y=>{y.phase==="complete"&&(i.batches_completed=y.batch_index),M(a,`embedding_batch_${y.phase} batch=${y.batch_index}/${y.batch_total} size=${y.batch_size} completed_inputs=${y.completed_inputs}/${y.total_inputs}`)}});r.push(...g.warnings),f=g.vectors,_=ht(n.name,n.model)}if(M(a,`embedding_complete vectors=${f.length}`),f.length!==s.length)throw new p(`Embedding output size mismatch (expected ${s.length}, received ${f.length})`,u.GENERIC_FAILURE);if(!_)throw new p(`No embedding identity available for reindex mode '${t}'`,u.USAGE);return{vectors:f,embeddingIdentity:_}}async function J_(e,t,n,o,s,r){let i=Object.keys(n);if(t){if(i.length>0&&t.delete)try{await Promise.resolve(t.delete({ids:i.sort((a,c)=>a.localeCompare(c)),settings:o}))}catch(a){throw new p(`Extension vector adapter "${t.adapterName}" failed to delete vectors during reindex reset: ${a instanceof Error?a.message:String(a)}`,u.GENERIC_FAILURE)}else i.length>0&&s.push(`search_semantic_reindex_reset_skipped:adapter=${t.adapterName}:known_ids=${i.length}`);if(!e)return}e&&await Wr(e,i,{},r)}async function nl(e,t,n,o,s){if(n.length!==0){if(t){if(t.delete)try{await Promise.resolve(t.delete({ids:n,settings:o}))}catch(r){throw new p(`Extension vector adapter "${t.adapterName}" failed to delete orphan vectors during reindex: ${r instanceof Error?r.message:String(r)}`,u.GENERIC_FAILURE)}else s.push(`search_semantic_reindex_orphan_prune_skipped:adapter=${t.adapterName}:count=${n.length}`);if(!e)return}e&&await Vr(e,n)}}function X_(e){return{enabled:e!=="keyword",stale_items:0,unchanged_items:0,embedded_items:0,vector_upserted:0,batches_completed:0}}function Z_(e,t,n){return{version:1,mode:e,generated_at:t,total_items:n.length,items:n.map(o=>({id:o.metadata.id,type:o.metadata.type,status:o.metadata.status,priority:o.metadata.priority,updated_at:o.metadata.updated_at}))}}function Q_(e){if(e.requestedMode==="keyword")return{activeEmbeddingProvider:null,activeVectorStore:null};let t=Jn(e.settings);if(!t.active&&!e.extensionEmbedding)throw new p(`Reindex mode '${e.requestedMode}' requires a configured embedding provider in settings.providers.openai/settings.providers.ollama or an extension provider selected by settings.search.provider`,u.USAGE);let n=Hr(e.settings,e.pmRoot);if(!n.active&&!e.extensionVectorAdapter)throw new p(`Reindex mode '${e.requestedMode}' requires a configured vector store in settings.vector_store.qdrant/settings.vector_store.lancedb or an extension adapter selected by settings.vector_store.adapter`,u.USAGE);return{activeEmbeddingProvider:t.active,activeVectorStore:n.active}}async function eh(e){let t=F(e.settings,T()),n=await H_(e.pmRoot,e.settings.item_format,t.type_to_folder,e.settings.schema);return{documentCandidates:n.candidates,warnings:[...n.warnings],metadataDocuments:n.candidates.map(o=>({metadata:o.metadata,body:typeof o.body=="string"?o.body:""}))}}async function th(e){let t=await Qn(e.pmRoot);if(e.reindexWarnings.push(...t.warnings),e.forceFullSemantic&&e.reindexWarnings.push("search_semantic_reindex_full_ignored:mode_keyword"),!t.embedding)return;let n=(()=>{try{return el(e.settings,Jn(e.settings).active,e.extensionEmbedding)}catch{return null}})();n&&Wt(t.embedding,n)&&(e.reindexWarnings.push("search_semantic_reindex_requires_rebuild:embedding_identity_changed"),e.reindexWarnings.push(G_))}async function nh(e){let t=await Qn(e.pmRoot);e.semanticWarnings.push(...t.warnings);let n=el(e.settings,e.activeEmbeddingProvider,e.extensionEmbedding),o=new Set(e.metadataDocuments.map(d=>d.metadata.id)),s=Y_(t.entries,o),r=Wt(t.embedding,n);e.forceFullSemantic&&!r&&e.semanticWarnings.push("search_semantic_reindex_full_rebuild_forced");let i=e.forceFullSemantic||r?e.metadataDocuments:e.metadataDocuments.filter(d=>t.entries[d.metadata.id]!==d.metadata.updated_at),a=new Set(i.map(d=>d.metadata.id)),c=a.size>0?await $s(e.pmRoot,e.documentCandidates,e.settings.schema,e.reindexWarnings,a):[];return{ledgerEntries:t.entries,ledgerEmbedding:t.embedding,orphanIds:s,resetRequired:r,staleDocuments:c,freshDocuments:e.metadataDocuments.length-c.length}}async function oh(e){let t=new Set(e.metadataDocuments.map(s=>s.metadata.id)),n=await $s(e.pmRoot,e.documentCandidates,e.settings.schema,e.reindexWarnings,t);e.semanticSummary.stale_items=n.length,e.semanticSummary.unchanged_items=0,M(e.progressEnabled,`embedding_dimension_changed reset_items=${n.length}`);let o=await tl(e.settings,e.requestedMode,e.activeEmbeddingProvider,e.extensionEmbedding,n,e.semanticWarnings,e.semanticSummary,e.progressEnabled);return{...o,staleDocuments:n,vectorDimension:Zn(o.vectors,"Reindex embeddings")}}async function sh(e){let t=await tl(e.settings,e.requestedMode,e.activeEmbeddingProvider,e.extensionEmbedding,e.staleDocuments,e.semanticWarnings,e.semanticSummary,e.progressEnabled),n=t.vectors,o=t.embeddingIdentity,s=Zn(n,"Reindex embeddings");if(!(!e.resetRequired&&(Wt(e.ledgerEmbedding,o)||Yr(e.ledgerEmbedding,s))))return{vectors:n,embeddingIdentity:o,staleDocuments:e.staleDocuments,vectorDimension:s,resetRequired:e.resetRequired};let i=await oh(e);return n=i.vectors,o=i.embeddingIdentity,s=i.vectorDimension,{vectors:n,embeddingIdentity:o,staleDocuments:i.staleDocuments,vectorDimension:s,resetRequired:!0}}async function rh(e){if(e.extensionVectorAdapter)try{let t=e.extensionVectorAdapter.adapterName;if(M(e.progressEnabled,`vector_upsert_start adapter=${t} points=${e.points.length}`),typeof e.extensionVectorAdapter.upsert!="function")throw new p(`Extension vector adapter "${t}" does not support upserting vectors.`,u.USAGE);await Promise.resolve(e.extensionVectorAdapter.upsert({points:e.points,settings:e.settings})),e.semanticSummary.vector_upserted=e.points.length,M(e.progressEnabled,`vector_upsert_complete adapter=${t}`);return}catch(t){if(t instanceof p)throw t;if(!e.activeVectorStore)throw new p(`Extension vector adapter "${e.extensionVectorAdapter.adapterName}" failed to upsert vectors: ${t instanceof Error?t.message:String(t)}`,u.GENERIC_FAILURE);e.semanticWarnings.push(`Extension vector adapter "${e.extensionVectorAdapter.adapterName}" failed; falling back to built-in vector store (${t instanceof Error?t.message:String(t)})`),M(e.progressEnabled,"vector_upsert_fallback built_in_store")}if(e.activeVectorStore){M(e.progressEnabled,`vector_upsert_start adapter=${e.activeVectorStore.name} points=${e.points.length}`),await Br(e.activeVectorStore,e.points),e.semanticSummary.vector_upserted=e.points.length,M(e.progressEnabled,`vector_upsert_complete adapter=${e.activeVectorStore.name}`);return}throw new p(`No vector upsert executor available for reindex mode '${e.requestedMode}'`,u.USAGE)}function ih(e,t){return e.map((n,o)=>({id:n.metadata.id,vector:Os(t[o],`reindex embeddings output at index ${o}`),payload:{id:n.metadata.id,type:n.metadata.type,status:n.metadata.status,priority:n.metadata.priority,updated_at:n.metadata.updated_at}}))}async function ah(e){M(e.progressEnabled,`embedding_start items=${e.plan.staleDocuments.length} unchanged_items=${e.plan.freshDocuments}`);let t=await sh({pmRoot:e.pmRoot,settings:e.settings,requestedMode:e.requestedMode,activeEmbeddingProvider:e.activeEmbeddingProvider,extensionEmbedding:e.extensionEmbedding,documentCandidates:e.documentCandidates,metadataDocuments:e.metadataDocuments,staleDocuments:e.plan.staleDocuments,ledgerEmbedding:e.plan.ledgerEmbedding,resetRequired:e.plan.resetRequired,semanticWarnings:e.semanticWarnings,reindexWarnings:e.reindexWarnings,semanticSummary:e.semanticSummary,progressEnabled:e.progressEnabled});t.resetRequired?(M(e.progressEnabled,"vector_reset_start"),await J_(e.activeVectorStore,e.extensionVectorAdapter,e.plan.ledgerEntries,e.settings,e.semanticWarnings,e.plan.ledgerEmbedding?t.vectorDimension:void 0),M(e.progressEnabled,"vector_reset_complete")):await nl(e.activeVectorStore,e.extensionVectorAdapter,e.plan.orphanIds,e.settings,e.semanticWarnings);let n=ih(t.staleDocuments,t.vectors);return e.semanticSummary.embedded_items=t.vectors.length,await rh({requestedMode:e.requestedMode,activeVectorStore:e.activeVectorStore,extensionVectorAdapter:e.extensionVectorAdapter,settings:e.settings,points:n,semanticWarnings:e.semanticWarnings,semanticSummary:e.semanticSummary,progressEnabled:e.progressEnabled}),{staleDocuments:t.staleDocuments,embeddingMetadata:Kr(t.embeddingIdentity,t.vectorDimension)}}async function ch(e){let t=await nh(e);e.semanticSummary.stale_items=t.staleDocuments.length,e.semanticSummary.unchanged_items=t.freshDocuments;let n=Object.fromEntries(e.metadataDocuments.map(r=>[r.metadata.id,r.metadata.updated_at]));if(M(e.progressEnabled,`semantic_stale_items stale=${t.staleDocuments.length} total=${e.metadataDocuments.length} unchanged=${t.freshDocuments} full=${e.forceFullSemantic||t.resetRequired}`),t.staleDocuments.length===0)return M(e.progressEnabled,`embedding_skipped unchanged_items=${t.freshDocuments}`),e.semanticWarnings.push(`search_semantic_reindex_skipped_unchanged:count=${t.freshDocuments}`),await nl(e.activeVectorStore,e.extensionVectorAdapter,t.orphanIds,e.settings,e.semanticWarnings),{documentsForKeywordArtifacts:e.documentsForKeywordArtifacts,vectorizationLedgerEntries:n,vectorizationEmbeddingMetadata:t.ledgerEmbedding};let o=await ah({...e,plan:t});t.freshDocuments>0&&e.semanticWarnings.push(`search_semantic_reindex_skipped_unchanged:count=${t.freshDocuments}`);let s=new Map(o.staleDocuments.map(r=>[r.metadata.id,r]));return{documentsForKeywordArtifacts:e.metadataDocuments.map(r=>s.get(r.metadata.id)??r),vectorizationLedgerEntries:n,vectorizationEmbeddingMetadata:o.embeddingMetadata}}async function dh(e){let t=Rt.join(e.pmRoot,Cs),n=Rt.join(e.pmRoot,Ts),o=Xn(e.settings),s=e.documentsForKeywordArtifacts.map(i=>JSON.stringify(B_(i,e.mode,o))).join(`
2065
+ `);M(e.progressEnabled,"writing keyword artifacts"),await V(t,`${JSON.stringify(e.manifest,null,2)}
2066
+ `),await V(n,`${s}
2067
+ `);let r=[];if(e.mode!=="keyword")try{M(e.progressEnabled,"writing vectorization status ledger"),await Jr(e.pmRoot,e.vectorizationLedgerEntries,e.vectorizationEmbeddingMetadata)}catch(i){r.push(`search_vectorization_status_ledger_write_failed:${i instanceof Error?i.message:String(i)}`)}return r}async function lh(e,t){let n=z_(e.mode),o=q_(e),s=e.full===!0;M(o,`start mode=${n}`);let r=E(process.cwd(),t.path);if(!await I(A(r)))throw new p(`Tracker is not initialized at ${r}. Run pm init first.`,u.NOT_FOUND);let i=Fr(await R(r)).settings,a=null;try{a=await Y(r,Lr,i.locks.ttl_seconds,O(void 0,"pm-reindex"),!1,i.governance.force_required_for_stale_lock,i.locks.wait_ms)}catch(c){throw c instanceof p&&c.exitCode===u.CONFLICT?new p("Another pm reindex run is already active for this project. Wait for it to finish before starting a new keyword, semantic, or hybrid reindex.",u.CONFLICT,{code:"reindex_already_running",type:"urn:pm-cli:error:reindex_already_running",why:"Semantic reindex can be expensive and duplicate runs compete for the same local embedding model and vector store.",nextSteps:["Check active pm reindex processes before starting another reindex.","Rerun with --progress when you need non-interactive visibility."]}):c}try{let c=V_(i),d=W_(i),l=Q_({requestedMode:n,pmRoot:r,settings:i,extensionEmbedding:c,extensionVectorAdapter:d}),m=n;M(o,"loading item corpus");let f=await eh({pmRoot:r,settings:i}),_=f.warnings,{documentCandidates:g,metadataDocuments:y}=f;M(o,`loaded_items=${y.length}`);let b=k(),h=Z_(m,b,y),S=Rt.join(r,Cs),x=Rt.join(r,Ts),P=m==="keyword"?await $s(r,g,i.schema,_):y,C=[],D={},j=null,Q=X_(m);if(m==="keyword"&&await th({pmRoot:r,settings:i,forceFullSemantic:s,extensionEmbedding:c,reindexWarnings:_}),m!=="keyword"){let oe=await ch({pmRoot:r,settings:i,requestedMode:n,activeEmbeddingProvider:l.activeEmbeddingProvider,activeVectorStore:l.activeVectorStore,extensionEmbedding:c,extensionVectorAdapter:d,documentCandidates:g,metadataDocuments:y,documentsForKeywordArtifacts:P,forceFullSemantic:s,reindexWarnings:_,semanticWarnings:C,semanticSummary:Q,progressEnabled:o});P=oe.documentsForKeywordArtifacts,D=oe.vectorizationLedgerEntries,j=oe.vectorizationEmbeddingMetadata}let de=await dh({pmRoot:r,mode:m,manifest:h,documentsForKeywordArtifacts:P,settings:i,vectorizationLedgerEntries:D,vectorizationEmbeddingMetadata:j,progressEnabled:o}),Ie=[...await N({path:S,scope:"project",op:"reindex:manifest"}),...await N({path:x,scope:"project",op:"reindex:embeddings"}),...await er({mode:m,total_items:y.length})];return M(o,"done"),{ok:!0,mode:m,total_items:y.length,semantic:Q,artifacts:{manifest:Cs,embeddings:Ts},warnings:[..._,...C,...de,...Ie],generated_at:b}}finally{await a?.()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c8f2b88e-1883-5744-868b-3a16f3814813")}catch{}})();var al=Symbol("pm.active-extension-host-context");function Z(e){return{fullChangedFields:!0,options:e}}var v=class e{defaults;constructor(t={}){this.defaults={...t.pmRoot===void 0?{}:{path:t.pmRoot},...t.cwd===void 0?{}:{cwd:t.cwd},...t.author===void 0?{}:{author:t.author},...t.noExtensions===void 0?{}:{noExtensions:t.noExtensions}}}static forActiveExtensionHost(t){let n=new e({...t,noExtensions:!0});return n.defaults[al]=!0,n}run(t,n={}){return bh({...this.defaults,...n,action:t})}runTyped(t,n={}){return this.run(t,n)}context(t={}){return this.runTyped("context",{options:t})}list(t={}){return this.runTyped("list",{options:t})}search(t,n={}){return this.runTyped("search",{query:t,options:n})}get(t,n={}){return this.runTyped("get",{id:t,options:n})}next(t={}){return this.runTyped("next",{options:t})}aggregate(t={}){return this.runTyped("aggregate",{options:t})}stats(t={}){return this.runTyped("stats",{options:t})}duplicates(t={}){return this.runTyped("duplicates",{options:t})}comments(t,n={}){return this.runTyped("comments",{id:t,options:n})}notes(t,n={}){return this.runTyped("notes",{id:t,options:n})}learnings(t,n={}){return this.runTyped("learnings",{id:t,options:n})}files(t,n={}){return this.runTyped("files",{id:t,options:n})}filesDiscover(t,n={}){return this.runTyped("files-discover",{id:t,options:n})}filesLookup(t){return this.runTyped("files-lookup",{options:t})}docs(t,n={}){return this.runTyped("docs",{id:t,options:n})}deps(t,n={}){return this.runTyped("deps",{id:t,options:n})}graph(t,n={},o={}){return this.runTyped("graph",{subcommand:t,...n,options:o})}append(t,n,o={}){return this.runTyped("append",{id:t,...Z({...o,body:n})})}init(t,n={}){return this.runTyped("init",{...t===void 0?{}:{prefix:t},options:n})}config(t,n,o,s,r={}){return this.runTyped("config",{scope:t,configAction:n,...o===void 0?{}:{key:o},...s===void 0?{}:{value:s},options:r})}schema(t,n={}){return this.runTyped("schema",{options:{...n,subcommand:t}})}schemaList(){return this.runTyped("schema",{options:{subcommand:"list"}})}schemaShow(t){return this.runTyped("schema",{name:t,options:{subcommand:"show"}})}schemaAddType(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-type"}})}schemaRemoveType(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-type"}})}schemaAddStatus(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-status"}})}schemaRemoveStatus(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-status"}})}schemaAddField(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-field"}})}schemaRemoveField(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-field"}})}schemaListFields(){return this.runTyped("schema",{options:{subcommand:"list-fields"}})}schemaShowField(t){return this.runTyped("schema",{name:t,options:{subcommand:"show-field"}})}schemaApplyPreset(t,n={}){return this.runTyped("schema",{typePreset:t,options:{...n,subcommand:"apply-preset"}})}schemaInferTypes(t={}){return this.runTyped("schema",{options:{...t,subcommand:"add-type",infer:!0}})}schemaRenameType(t,n,o){return this.runTyped("schema",{name:t,options:{...o,subcommand:"rename-type",to:n}})}schemaRenameField(t,n,o,s){return this.runTyped("schema",{name:t,options:{...o,subcommand:"rename-field",to:n,...s?{fieldTypeScope:s}:{}}})}schemaRemapStatus(t,n,o){return this.runTyped("schema",{name:t,options:{...o,subcommand:"remap-status",to:n}})}schemaShowStatus(t){return this.runTyped("schema",{name:t,options:{subcommand:"show-status"}})}profile(t,n={}){return this.runTyped("profile",{options:{...n,subcommand:t}})}profileList(){return this.runTyped("profile",{options:{subcommand:"list"}})}profileShow(t){return this.runTyped("profile",{name:t,options:{subcommand:"show"}})}profileApply(t,n={}){return this.runTyped("profile",{name:t,options:{...n,subcommand:"apply"}})}profileLint(t){return this.runTyped("profile",{name:t,options:{subcommand:"lint"}})}validate(t={}){return this.runTyped("validate",{options:t})}health(t={}){return this.runTyped("health",{options:t})}gc(t={}){return this.runTyped("gc",{options:t})}historyRedact(t,n){return this.runTyped("history-redact",{id:t,options:n})}historyRepair(t,n={}){return this.runTyped("history-repair",{id:t,options:n})}historyRepairAll(t={}){return this.runTyped("history-repair",{options:{...t,all:!0}})}historyCompact(t,n={}){return this.runTyped("history-compact",{id:t,options:n})}historyCompactBulk(t){return this.runTyped("history-compact",{options:t})}historyAuthorAcknowledge(t){return this.runTyped("history-author-acknowledge",{historyEvent:(t.events??[]).map(n=>`${n.item_id}:${String(n.line)}`),allActionable:t.all_actionable===!0,attributedAuthor:t.attributed_author,reviewer:t.reviewer,reason:t.reason})}plan(t,n,o={},s,r){return this.runTyped("plan",{...n===void 0?{}:{id:n},...s===void 0?{}:{stepRef:s},...r===void 0?{}:{reorderTo:r},options:{...o,subcommand:t}})}planCreate(t){return this.plan("create",void 0,t)}planShow(t,n={}){return this.plan("show",t,n)}planAddStep(t,n){return this.plan("add-step",t,n)}planUpdateStep(t,n,o){return this.plan("update-step",t,o,n)}planCompleteStep(t,n,o={}){return this.plan("complete-step",t,o,n)}planBlockStep(t,n,o){return this.plan("block-step",t,o,n)}planReorderStep(t,n,o,s={}){return this.plan("reorder-step",t,s,n,o)}planRemoveStep(t,n,o={}){return this.plan("remove-step",t,o,n)}planLink(t,n,o){return this.plan("link",t,o,n)}planUnlink(t,n,o){return this.plan("unlink",t,o,n)}planDecision(t,n){return this.plan("decision",t,n)}planDiscovery(t,n){return this.plan("discovery",t,n)}planValidation(t,n){return this.plan("validation",t,n)}planResume(t,n){return this.plan("resume",t,n)}planApprove(t,n={}){return this.plan("approve",t,n)}planMaterialize(t,n){return this.plan("materialize",t,n)}create(t={}){return this.runTyped("create",Z(t))}update(t,n={}){return this.runTyped("update",{id:t,...Z(n)})}close(t,n,o={}){return this.runTyped("close",{id:t,reason:n,...Z(o)})}claim(t,n={}){return this.runTyped("claim",{id:t,...Z(n)})}claimNext(t={}){return this.runTyped("claim",{next:!0,...Z(t)})}release(t,n={}){return this.runTyped("release",{id:t,...Z(n)})}copy(t,n={}){return this.runTyped("copy",{id:t,...Z(n)})}delete(t,n={}){return this.runTyped("delete",{id:t,...Z(n)})}restore(t,n,o={}){return this.runTyped("restore",{fullChangedFields:!0,id:t,options:{...o,target:n}})}focus(t,n={}){return this.runTyped("focus",{...t===void 0?{}:{id:t},...Z(n)})}startTask(t,n={}){return this.runTyped("start-task",{id:t,...Z(n)})}pauseTask(t,n={}){return this.runTyped("pause-task",{id:t,...Z(n)})}closeTask(t,n,o={}){return this.runTyped("close-task",{id:t,reason:n,...Z(o)})}extension(t,n={}){return this.runTyped("extension",{...t===void 0?{}:{target:t},options:n})}extensionList(t={}){return this.extension("list",t)}extensionActivate(t,n={}){return this.runTyped("extension-activate",{target:t,options:n})}extensionDeactivate(t,n={}){return this.runTyped("extension-deactivate",{target:t,options:n})}package(t,n={}){return this.runTyped("package",{...t===void 0?{}:{target:t},options:{...n,vocabulary:"package"}})}packageList(t={}){return this.package("list",t)}packageInstall(t,n={}){return this.runTyped("package-install",{target:t,options:n})}packageUninstall(t,n={}){return this.runTyped("package-uninstall",{target:t,options:n})}packageDoctor(t={}){return this.runTyped("package-doctor",{options:t})}packageManage(t,n={}){return this.runTyped("package-manage",{...t===void 0?{}:{target:t},options:n})}packageDescribe(t,n={}){return this.runTyped("package-describe",{...t===void 0?{}:{target:t},options:n})}packageReload(t={}){return this.runTyped("package-reload",{options:t})}packageCatalog(t={}){return this.runTyped("package-catalog",{options:t})}packageActivate(t,n={}){return this.runTyped("package-activate",{target:t,options:n})}packageDeactivate(t,n={}){return this.runTyped("package-deactivate",{target:t,options:n})}packageMigrate(t={}){return this.package(void 0,{...t,migrate:!0})}upgrade(t,n={}){return this.runTyped("upgrade",{...t===void 0?{}:{target:t},options:n})}};function pI(e={},t={}){return new v(t).context(e)}function uI(e={},t={}){return new v(t).list(e)}function fI(e,t={},n={}){return new v(n).search(e,t)}function _I(e,t={},n={}){return new v(n).get(e,t)}function hI(e={},t={}){return new v(t).next(e)}function gI(e={},t={}){return new v(t).aggregate(e)}function yI(e={},t={}){return new v(t).stats(e)}function bI(e={},t={}){return new v(t).duplicates(e)}function wI(e,t={},n={}){return new v(n).comments(e,t)}function vI(e,t={},n={}){return new v(n).notes(e,t)}function kI(e,t={},n={}){return new v(n).learnings(e,t)}function SI(e,t={},n={}){return new v(n).files(e,t)}function II(e,t={},n={}){return new v(n).filesDiscover(e,t)}function EI(e,t={}){return new v(t).filesLookup(e)}function xI(e,t={},n={}){return new v(n).docs(e,t)}function RI(e,t={},n={}){return new v(n).deps(e,t)}function AI(e,t={},n={},o={}){return new v(o).graph(e,t,n)}function CI(e,t,n={},o={}){return new v(o).append(e,t,n)}function TI(e,t={},n={}){return new v(n).init(e,t)}function OI(e,t,n,o,s={},r={}){return new v(r).config(e,t,n,o,s)}function $I(e,t={},n={}){return new v(n).schema(e,t)}function PI(e={}){return new v(e).schemaList()}function FI(e,t={}){return new v(t).schemaShow(e)}function LI(e,t={},n={}){return new v(n).schemaAddType(e,t)}function NI(e,t={},n={}){return new v(n).schemaRemoveType(e,t)}function MI(e,t={},n={}){return new v(n).schemaAddStatus(e,t)}function DI(e,t={},n={}){return new v(n).schemaRemoveStatus(e,t)}function jI(e,t={},n={}){return new v(n).schemaAddField(e,t)}function UI(e,t={},n={}){return new v(n).schemaRemoveField(e,t)}function GI(e={}){return new v(e).schemaListFields()}function qI(e,t={}){return new v(t).schemaShowField(e)}function zI(e,t={},n={}){return new v(n).schemaApplyPreset(e,t)}function HI(e={},t={}){return new v(t).schemaInferTypes(e)}function BI(e,t,n,o={}){return new v(o).schemaRenameType(e,t,n)}function VI(e,t,n,o,s={}){return new v(s).schemaRenameField(e,t,n,o)}function WI(e,t,n,o={}){return new v(o).schemaRemapStatus(e,t,n)}function KI(e,t={}){return new v(t).schemaShowStatus(e)}function YI(e,t={},n={}){return new v(n).profile(e,t)}function JI(e={}){return new v(e).profileList()}function XI(e,t={}){return new v(t).profileShow(e)}function ZI(e,t={},n={}){return new v(n).profileApply(e,t)}function QI(e,t={}){return new v(t).profileLint(e)}function eE(e={},t={}){return new v(t).validate(e)}function tE(e={},t={}){return new v(t).health(e)}function nE(e={},t={}){return new v(t).gc(e)}function oE(e,t,n={}){return new v(n).historyRedact(e,t)}function sE(e,t={},n={}){return new v(n).historyRepair(e,t)}function rE(e={},t={}){return new v(t).historyRepairAll(e)}function iE(e,t={},n={}){return new v(n).historyCompact(e,t)}function aE(e,t={}){return new v(t).historyCompactBulk(e)}function cE(e={},t={}){return new v(t).create(e)}function dE(e,t={},n={}){return new v(n).update(e,t)}function lE(e,t,n={},o={}){return new v(o).close(e,t,n)}function mE(e,t={},n={}){return new v(n).claim(e,t)}function pE(e={},t={}){return new v(t).claimNext(e)}function uE(e,t={},n={}){return new v(n).release(e,t)}function fE(e,t={},n={}){return new v(n).copy(e,t)}function _E(e,t={},n={}){return new v(n).delete(e,t)}function hE(e,t,n={},o={}){return new v(o).restore(e,t,n)}function gE(e,t={},n={}){return new v(n).focus(e,t)}function yE(e,t={},n={}){return new v(n).startTask(e,t)}function bE(e,t={},n={}){return new v(n).pauseTask(e,t)}function wE(e,t,n={},o={}){return new v(o).closeTask(e,t,n)}function vE(e,t={},n={}){return new v(n).extension(e,t)}function kE(e={},t={}){return new v(t).extensionList(e)}function SE(e,t={},n={}){return new v(n).extensionActivate(e,t)}function IE(e,t={},n={}){return new v(n).extensionDeactivate(e,t)}function EE(e,t={},n={}){return new v(n).package(e,t)}function xE(e={},t={}){return new v(t).packageList(e)}function RE(e,t={},n={}){return new v(n).packageInstall(e,t)}function AE(e,t={},n={}){return new v(n).packageUninstall(e,t)}function CE(e={},t={}){return new v(t).packageDoctor(e)}function TE(e,t={},n={}){return new v(n).packageManage(e,t)}function OE(e,t={},n={}){return new v(n).packageDescribe(e,t)}function $E(e={},t={}){return new v(t).packageReload(e)}function PE(e={},t={}){return new v(t).packageCatalog(e)}function FE(e,t={},n={}){return new v(n).packageActivate(e,t)}function LE(e,t={},n={}){return new v(n).packageDeactivate(e,t)}function NE(e,t={},n={}){return new v(n).upgrade(e,t)}function ph(e,t,n){return JSON.stringify([ol.resolve(e),ol.resolve(n??process.cwd()),t.extensions.enabled,t.extensions.disabled,t.extensions.policy])}async function uh(e,t,n){let o=ph(e,t,n);return rc(o,()=>Qh(e,t,n))}async function ME(e,t={}){let n=await R(e),o=t.extensionRegistrations??(t.noExtensions===!0?null:await uh(e,n,t.cwd)),s=F(n,o),r=q(n.schema),i=mt(n.schema);return{types:[...s.types],statuses:r.definitions.map(a=>a.id),openStatus:r.open_status,closeStatus:r.close_status,canceledStatus:r.canceled_status,fields:oc(i.definitions),extensionCommands:sc(o?.commands??[])}}async function DE(e,t={}){let n=typeof e=="string"?{...t,pmRoot:e}:e??t,o={json:!0,quiet:n.quiet??!0,noExtensions:n.noExtensions??!1,noPager:!0,profile:n.profile??!1,path:n.pmRoot};return yo(n,o)}function ce(e,t){let n=w(e,t);if(!n)throw new p(`Missing required argument: ${t}`,64);return n}var sl=Xs(),cl=new mh;function Cn(){Un(zs()),Gn(Hs()),qn(Bs()),zn(Vs()),Hn(Ws()),Bn(Ks()),Vn(Ys())}async function dl(e,t,n,o){return Zs(()=>t===void 0?sl.read(()=>rl(e,n,o)):sl.write(()=>_h(t,()=>rl(e,n,o))))}async function jE(e,t){let n=e.cwd,o=n??process.cwd();return dl(cn({path:e.path,noExtensions:e.noExtensions}),n,o,()=>cl.run(!0,t))}async function rl(e,t,n){let o=E(t,e.path);if(e.noExtensions)return Cn(),To({pmRoot:o},()=>n(null));if(!await I(A(o)))return Cn(),n(null);let s=null,r;try{let i=await R(o),a=await Mn({pmRoot:o,settings:i,cwd:t,noExtensions:!1}),c=await jn({...a,loaded:a.loaded});r={loadResult:a,activationResult:c},Un(c.hooks),Gn(c.commands),qn(c.parsers),zn(c.preflight),Hn(c.services),Bn(c.renderers),Vn(c.registrations),s={registrations:c.registrations,commands:c.commands,pmRoot:o,packages:a.loaded}}catch(i){Cn(),console.error("[pm-sdk] extension activation failed; continuing without active extensions:",i)}try{return await To({pmRoot:o,packages:s?.packages},()=>n(s))}finally{Cn(),r&&await Dn(r.loadResult,r.activationResult).catch(()=>{})}}async function fh(e,t,n,o,s){if(!s)throw new p(`Unsupported native pm action: ${e}`,u.USAGE);let r=we(e),a=s.registrations.commands.find(d=>we(d.action)===r)?.command??s.commands.handlers.find(d=>we(d.command)===r)?.command;if(!a)throw new p(`Unsupported native pm action: ${e}`,u.USAGE);let c=await tr({command:mo(a),args:W(n.args??t.args),options:po(t,n),global:o,pm_root:s.pmRoot,sdk:mc(s.pmRoot,v.forActiveExtensionHost({pmRoot:s.pmRoot,author:typeof o.author=="string"&&o.author.trim()?o.author.trim():"pm-extension"}))});if(!c.handled){let d=c.warnings.length>0?` (${c.warnings.join(", ")})`:"";throw new p(`Unsupported native pm action: ${e}${d}`,u.USAGE)}return c.result}async function _h(e,t){let n=process.cwd();process.chdir(e);try{return await t()}finally{process.chdir(n)}}var hh=new Set(["activity","aggregate","context","contracts","deps","files-discover","get","graph","health","history","list","next","search","stats","telemetry","validate"]);function gh(e){let t=ce(e,"action"),n=we(t),o=it(So,n),s=o?.action??n,r={...e,action:s};return o?.options!==void 0&&(r.options={...o.options,...On(e.options)}),s==="package"&&(r.options={...On(r.options),vocabulary:"package"}),{action:s,args:r}}function yh(e){return!hh.has(we(e))}async function bh(e){let t=gh(e),n=cn(t.args),o=yh(t.action),s=w(t.args,"cwd"),r=s??process.cwd();try{return e[al]===!0||cl.getStore()===!0?await il(t.action,t.args,n,null):await dl(n,s,r,i=>il(t.action,t.args,n,i))}finally{o&&ko()}}function it(e,t){return Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0}function Tn(e){return w(e.args,"target")??w(e.options,"target")}function L(e,t=e.options){return e.id??ce(t,"id")}async function wh(e){let t=He("list",e.options);return t.compact===void 0&&t.brief===void 0&&t.fields===void 0&&t.includeBody===void 0&&(t.compact=!0),vo(await ye(w(e.args,"status")??w(t,"status"),t,e.global),t)}async function vh(e){let t=He("search",e.options);return t.compact===void 0&&t.full===void 0&&t.fields===void 0&&(t.compact=!0),vo(await go(ce(e.args,"query"),t,e.global),t)}async function kh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ie(e.args,e.options);return me(await yt(o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Sh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ie(e.args,e.options),s={...o,...o.title===void 0&&typeof e.args.title=="string"?{title:e.args.title}:{},...o.message===void 0&&typeof e.args.message=="string"?{message:e.args.message}:{}};return me(await Yo(L(e,s),s,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Ih(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ie(e.args,e.options);return me(await be(L(e,o),o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Eh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ie(e.args,e.options),s=w(e.args,"reason")??w(e.args,"text")??w(o,"reason")??w(o,"text");return me(await Je(L(e,o),s,o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}function xh(e){let t=en(e.options);return t.add===void 0&&t.stdin===void 0&&t.file===void 0&&t.edit===void 0&&t.delete===void 0&&(t.includeMeta=!0,t.limit===void 0&&t.fullHistory!==!0&&(t.limit="20")),bc(L(e),t,e.global)}function Rh(e){let t=W(e.options.lookupPath);if(t&&t.length>0)return _o({paths:t,scope:e.options.scope==="project"||e.options.scope==="global"?e.options.scope:void 0,limit:B(e.options.limit,"files lookup limit"),offset:B(e.options.offset,"files lookup offset"),noTruncate:e.options.noTruncate===!0,strictRead:e.options.strictRead===!0},e.global);let n=L(e);return e.options.discover===!0?ho(n,lo(e.options),e.global):Oa(n,dn(e.options),e.global)}function Ah(e){return Ja({subcommand:w(e.args,"subcommand")??w(e.options,"subcommand"),limit:ba(e.args,e.options)},e.global)}function Ch(e){let t={...e.options};return t.brief===void 0&&t.summary===void 0&&t.full===void 0&&(t.summary=!0),Ca(e.global,t)}function Th(e){let t=w(e.args,"configAction")??w(e.options,"configAction")??w(e.options,"action");if(t===void 0)throw new p("Missing required argument: configAction",64);return Fa(w(e.args,"scope")??w(e.options,"scope")??"project",t,w(e.args,"key")??w(e.options,"key"),e.options,e.global,w(e.args,"value")??w(e.options,"value"))}function Oh(e){let t={...e.options};return t.compact===void 0&&(t.compact=t.full!==!0),delete t.full,Gi(t,e.global)}function $h(e,t){if(typeof e=="number"){if(!Number.isFinite(e)||!Number.isInteger(e))throw new p(`${t} must be a finite integer.`,64);return e}if(typeof e=="string"&&e.trim().length>0){let n=e.trim();if(!/^[+-]?\d+(?:st|nd|rd|th)?$/i.test(n))throw new p(`${t} must be a finite integer.`,64);let o=Number.parseInt(n,10);if(!Number.isInteger(o))throw new p(`${t} must be a finite integer.`,64);return o}}function Ph(e){let t=w(e.args,"subcommand")??ce(e.options,"subcommand"),n=e.options;return Dc({subcommand:t,id:typeof e.id=="string"?e.id:typeof n.id=="string"?n.id:void 0,stepRef:Fh(e),reorderTo:$h(n.reorderTo??e.args.reorderTo,"plan reorderTo"),options:e.options,global:e.global})}function Fh(e){return typeof e.options.stepRef=="string"?e.options.stepRef:typeof e.args.stepRef=="string"?e.args.stepRef:void 0}function Lh(e){let t=w(e.args,"subcommand")??ce(e.options,"subcommand"),n=e.args.alias??e.options.alias;return{ctx:e,subcommand:t.trim().toLowerCase(),name:w(e.args,"name")??w(e.options,"name"),author:w(e.args,"author")??w(e.options,"author"),force:e.args.force===!0||e.options.force===!0,aliases:n===void 0?void 0:W(n)}}function Nh(e){let{ctx:t,subcommand:n,name:o,author:s,force:r}=e,a=it({list:()=>ra(t.global),show:()=>ia(o,t.global),"show-status":()=>aa(o,t.global),"list-fields":()=>la(t.global),"show-field":()=>ma(o,t.global),"remove-type":()=>ta(o,{author:s,force:r},t.global),"remove-field":()=>da(o,{author:s,force:r},t.global),"remove-status":()=>sa(o,{author:s,force:r},t.global),"apply-preset":()=>pa(w(t.args,"typePreset")??w(t.options,"typePreset"),{author:s,force:r},t.global)},n);return a?a():null}function Mh(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e,i=t.args.commands??t.options.commands,a=t.args.requiredTypes??t.options.requiredTypes;return ca(n,{type:w(t.args,"fieldType")??w(t.options,"fieldType"),commands:i===void 0?void 0:W(i),description:w(t.args,"description")??w(t.options,"description"),cliFlag:w(t.args,"cliFlag")??w(t.options,"cliFlag"),alias:r,required:t.args.required===!0||t.options.required===!0,requiredOnCreate:t.args.requiredOnCreate===!0||t.options.requiredOnCreate===!0,allowUnset:!(t.args.allowUnset===!1||t.options.allowUnset===!1),requiredTypes:a===void 0?void 0:W(a),author:o,force:s},t.global)}function Dh(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e,i=t.args.role??t.options.role;return oa(n,{role:i===void 0?void 0:W(i),alias:r,description:w(t.args,"description")??w(t.options,"description"),order:B(t.args.order??t.options.order,"schema add-status order"),author:o,force:s},t.global)}function jh(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e;return ea(n,{description:w(t.args,"description")??w(t.options,"description"),defaultStatus:w(t.args,"defaultStatus")??w(t.args,"default_status")??w(t.options,"defaultStatus")??w(t.options,"default_status"),folder:w(t.args,"folder")??w(t.options,"folder"),alias:r,author:o,force:s},t.global)}function Uh(e){let{ctx:t,subcommand:n,name:o,author:s,force:r}=e,i=w(t.args,"to")??ce(t.options,"to"),a=w(t.args,"migrationId")??w(t.args,"migration_id")??w(t.options,"migrationId")??w(t.options,"migration_id"),c=w(t.args,"fieldTypeScope")??w(t.options,"fieldTypeScope")??w(t.args,"type")??w(t.options,"type"),d=n==="rename-type"?{kind:"rename-type",from:o??"",to:i}:n==="rename-field"?{kind:"rename-field",from:o??"",to:i,...c===void 0?{}:{type:c}}:{kind:"remap-status",from:o??"",to:i};return Qi(d,{migrationId:a,dryRun:t.args.dryRun===!0||t.options.dryRun===!0,author:s,force:r},t.global)}function Gh(e){let t=Lh(e),n=Nh(t);if(n!==null)return n;if(t.subcommand==="rename-type"||t.subcommand==="rename-field"||t.subcommand==="remap-status")return Uh(t);if(t.subcommand==="add-field")return Mh(t);if(t.subcommand==="add-status")return Dh(t);if(t.subcommand==="add-type")return e.args.infer===!0||e.options.infer===!0?ua({minCount:B(e.args.minCount??e.options.minCount,"schema infer minCount"),apply:e.args.apply===!0||e.options.apply===!0,author:t.author,force:t.force},e.global):jh(t);throw new p(`Unknown pm schema subcommand "${t.subcommand}". Allowed: add-type, remove-type, add-status, remove-status, add-field, remove-field, rename-type, rename-field, remap-status, list-fields, show-field, apply-preset, list, show, show-status`,64)}function qh(e){let t=w(e.args,"subcommand")??ce(e.options,"subcommand"),n=t.trim().toLowerCase(),o=w(e.args,"name")??w(e.options,"name"),r=it({list:()=>vd(),show:()=>kd(o),lint:()=>Sd(o),apply:()=>Id(o,{dryRun:e.args.dryRun===!0||e.options.dryRun===!0,author:w(e.args,"author")??w(e.options,"author"),force:e.args.force===!0||e.options.force===!0},e.global)},n);if(!r)throw new p(`Unknown pm profile subcommand "${t}". Allowed: list, show, apply, lint`,64);return r()}async function zh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ie(e.args,e.options);return me(await fc(L(e,o),o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Hh(e){let{changedFields:t,runnerOptions:n}=ie(e.args,e.options);return me(await xc(fo(n),e.global),{changedFields:t})}async function Bh(e){let{changedFields:t,runnerOptions:n}=ie(e.args,e.options),o=w(e.args,"reason"),s=o!==void 0&&n.reason===void 0?{...n,reason:o}:{...n};return e.force&&s.force===void 0&&(s.force=!0),me(await yc(uo(s),e.global),{changedFields:t})}async function Vh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ie(e.args,e.options),s=w(o,"target")??ce(e.args,"target");return me(await Le(L(e,o),s,o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}function ll(e){let t={...e};return delete t.assignee,t}async function Wh(e){let t=E(process.cwd(),e.global.path),n=await R(t),o=Qa(q(n.schema)),s=L(e),r=await ro(s,e.force,e.global,e.options),i=await be(s,{...ll(e.options),status:o,force:e.force},e.global);return{id:s,action:"start_task",claim:r,update:i}}async function Kh(e){let t=E(process.cwd(),e.global.path),n=await R(t),o=L(e),s=q(n.schema).open_status,r=await be(o,{...ll(e.options),status:s,force:e.force},e.global),i=await nn(o,e.force,e.global,e.options);return{id:o,action:"pause_task",update:r,release:i}}async function Yh(e){let t=L(e),n=w(e.args,"reason")??w(e.args,"text")??w(e.options,"reason")??w(e.options,"text"),o=await Je(t,n,{...e.options,force:e.force},e.global),s=await nn(t,e.force,e.global,e.options);return{id:t,action:"close_task",close:o,release:s}}function Jh(e){let t={...e.args,...e.options};return Ka(ce(t,"subcommand"),w(t,"id")??e.id,w(t,"target"),ka(t),e.global)}function Xh(e){return Ia(E(process.cwd(),e.global.path),{...e.args,...e.options})}var ml={init:e=>La(w(e.args,"prefix"),e.global,e.options),context:e=>oo(He("context",e.options),e.global),next:e=>so(He("next",e.options),e.global),eval:Zc,events:Qc,merge:ed,workspace:td,meet:bn,event:bn,remind:bn,list:wh,get:e=>ao(L(e),e.global,He("get",e.options)),search:vh,duplicates:e=>{let t=typeof e.options.status=="string"?[e.options.status]:W(e.options.status);return wo(e.global,{...t.length===0?{}:{status:t},since:w(e.options,"since"),threshold:typeof e.options.threshold=="number"?e.options.threshold:void 0,limit:e.options.limit==="default"?void 0:B(e.options.limit,"limit")})},create:kh,copy:Sh,focus:e=>Xo(e.id,{clear:e.options.clear===!0||e.args.clear===!0},e.global),update:Ih,restore:Vh,claim:e=>e.options.next===!0||e.args.next===!0?Bi(e.force,e.global,{...e.options,...e.args},{...e.options,...e.args}):ro(L(e),e.force,e.global,e.options),release:e=>nn(L(e),e.force,e.global,e.options),"start-task":Wh,"pause-task":Kh,"close-task":Yh,close:Eh,comments:xh,notes:e=>vc(L(e),en(e.options),e.global),learnings:e=>wc(L(e),en(e.options),e.global),files:Rh,docs:e=>Ta(L(e),dn(e.options),e.global),test:e=>Xa(L(e),e.options,e.global),"test-all":e=>Za(e.options,e.global),telemetry:Ah,validate:e=>ln(e.options,e.global,{runUpdate:(t,n,o)=>be(t,n,o)}),health:Ch,contracts:e=>yo(e.options,e.global),config:Th,activity:Oh,aggregate:e=>no(e.options,e.global),extension:e=>an(Tn(e),e.options,e.global),package:e=>an(Tn(e),e.options,e.global),install:e=>an(Tn(e),{...e.options,install:!0},e.global),upgrade:e=>fa(Tn(e),e.options,e.global),delete:e=>Jo(L(e),e.options,e.global),deps:e=>Wa(L(e),e.options,e.global),graph:Jh,"files-discover":e=>ho(L(e),e.options,e.global),"files-lookup":e=>_o({paths:W(e.options.paths),scope:e.options.scope==="project"||e.options.scope==="global"?e.options.scope:void 0,limit:B(e.options.limit,"files lookup limit"),offset:B(e.options.offset,"files lookup offset"),noTruncate:e.options.noTruncate===!0,strictRead:e.options.strictRead===!0},e.global),history:e=>Vi(L(e),e.options,e.global),"history-redact":e=>Mi(L(e),e.options,e.global),"history-repair":Td,"history-compact":Od,"history-author-acknowledge":Xh,plan:Ph,schema:Gh,profile:qh,stats:e=>bo(e.global,$d(e.options)),append:zh,"update-many":Hh,"close-many":Bh,gc:e=>_a(e.global,e.options)};function UE(e=hr){return e.map(t=>{let n=we(t),o=it(So,n),s=o?.action??n,r=it(ml,s)!==void 0;return{action:t,resolved_action:s,covered:r,route:r?o?"alias":"native":"missing"}})}async function il(e,t,n,o){let s=co(t,e);pr(e,s);let r={action:e,args:t,options:s,id:w(t,"id"),force:t.force===!0||s.force===!0,global:n,activeExtensions:o},i=it(ml,e),a=i?await i(r):await fh(e,t,s,n,o);return fr(e,s,a)}var Zh={closeManyOptionsFromFlat:uo,extensionOptionsFromArgs:po,globalOptions:cn,mutationListOptions:va,normalizeActionName:we,normalizeCommandPath:mo,normalizeMcpUpdateOptions:Sa,normalizeMcpOptionsArrays:wa,optionsWithAuthor:co,readRequiredString:ce,readScalarString:ga,readScalarStringAllowBlank:ya,readStringArray:W,updateManyOptionsFromFlat:fo,withAddNoteOption:dn,withFilesDiscoveryOptions:lo,withMutationCompaction:ie};(process.env.NODE_ENV==="test"||process.env.VITEST!==void 0||process.env.VITEST_WORKER_ID!==void 0)&&(globalThis.__pmCliActionRunnerTestHooks=Zh);async function Qh(e,t,n){let o=await Mn({pmRoot:e,settings:t,cwd:n??process.cwd(),noExtensions:!1}),s=await jn(o);try{return s.registrations}finally{try{await Dn(o,s)}catch{}}}export{ac as a,wl as b,Io as c,kt as d,fn as e,mc as f,ig as g,ag as h,cg as i,dg as j,lg as k,tc as l,mg as m,_l as n,ko as o,Co as p,pc as q,Ol as r,Pl as s,Fl as t,To as u,fc as v,Le as w,yc as x,bc as y,wc as z,vc as A,xc as B,Ey as C,Rc as D,Go as E,Dc as F,Yo as G,Jo as H,Xo as I,Uc as J,Gc as K,Kp as L,Yp as M,qc as N,Hc as O,Bc as P,Vc as Q,du as R,It as S,Jc as T,yn as U,Xc as V,tt as W,as as X,_u as Y,Ub as Z,Gb as _,ls as $,od as aa,ow as ba,sw as ca,rd as da,cd as ea,kw as fa,$u as ga,gs as ha,Fu as ia,Lu as ja,Vw as ka,vd as la,kd as ma,Sd as na,Id as oa,Ww as pa,Kw as qa,Yw as ra,Jw as sa,ys as ta,tf as ua,Ad as va,Cd as wa,cf as xa,df as ya,lf as za,z as Aa,mf as Ba,pf as Ca,uf as Da,ff as Ea,ws as Fa,Pd as Ga,ot as Ha,bs as Ia,Fd as Ja,_f as Ka,Ld as La,hf as Ma,gf as Na,yf as Oa,bf as Pa,wf as Qa,Rf as Ra,jd as Sa,Af as Ta,Lf as Ua,qf as Va,Hf as Wa,j_ as Xa,lh as Ya,v as Za,pI as _a,uI as $a,fI as ab,_I as bb,hI as cb,gI as db,yI as eb,bI as fb,wI as gb,vI as hb,kI as ib,SI as jb,II as kb,EI as lb,xI as mb,RI as nb,AI as ob,CI as pb,TI as qb,OI as rb,$I as sb,PI as tb,FI as ub,LI as vb,NI as wb,MI as xb,DI as yb,jI as zb,UI as Ab,GI as Bb,qI as Cb,zI as Db,HI as Eb,BI as Fb,VI as Gb,WI as Hb,KI as Ib,YI as Jb,JI as Kb,XI as Lb,ZI as Mb,QI as Nb,eE as Ob,tE as Pb,nE as Qb,oE as Rb,sE as Sb,rE as Tb,iE as Ub,aE as Vb,cE as Wb,dE as Xb,lE as Yb,mE as Zb,pE as _b,uE as $b,fE as ac,_E as bc,hE as cc,gE as dc,yE as ec,bE as fc,wE as gc,vE as hc,kE as ic,SE as jc,IE as kc,EE as lc,xE as mc,RE as nc,AE as oc,CE as pc,TE as qc,OE as rc,$E as sc,PE as tc,FE as uc,LE as vc,NE as wc,ME as xc,DE as yc,ce as zc,jE as Ac,bh as Bc,UE as Cc};
2068
+ //# sourceMappingURL=chunk-2ZMXX3Q6.js.map