@unbrained/pm-cli 2026.9.1 → 2026.9.3

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 (133) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +27 -0
  3. package/dist/cli/after-command-context-usage.js +16 -3
  4. package/dist/cli-bundle/bundle-manifest.json +153 -153
  5. package/dist/cli-bundle/chunks/{chunk-6XIIGE7U.js → chunk-34HASX3S.js} +2 -2
  6. package/dist/cli-bundle/chunks/chunk-AY324UJ5.js +9 -0
  7. package/dist/cli-bundle/chunks/{chunk-TAG4VC22.js → chunk-DKGP3QLE.js} +27 -27
  8. package/dist/cli-bundle/chunks/chunk-E5RBBCXO.js +230 -0
  9. package/dist/cli-bundle/chunks/{chunk-DTGWEL23.js → chunk-EDPIS7EB.js} +2 -2
  10. package/dist/cli-bundle/chunks/{chunk-X4RCGLTX.js → chunk-IEHHE6GA.js} +5 -5
  11. package/dist/cli-bundle/chunks/{chunk-U45JXJCC.js → chunk-L7B7343B.js} +2 -2
  12. package/dist/cli-bundle/chunks/{chunk-2MC2LCXZ.js → chunk-LENC656S.js} +41 -41
  13. package/dist/cli-bundle/chunks/chunk-LISESA7W.js +35 -0
  14. package/dist/cli-bundle/chunks/{chunk-3WICXLVT.js → chunk-UPPM2FOZ.js} +2 -2
  15. package/dist/cli-bundle/chunks/{chunk-Y7VOMSZT.js → chunk-Y4PJ6HPK.js} +2 -2
  16. package/dist/cli-bundle/chunks/{register-list-query-XYNX4ASQ.js → register-list-query-W2ZTOMKP.js} +2 -2
  17. package/dist/cli-bundle/chunks/{register-mutation-2MVLRS3J.js → register-mutation-RVND5NCG.js} +2 -2
  18. package/dist/cli-bundle/chunks/{register-operations-WCIDXBU3.js → register-operations-TTROIVC4.js} +2 -2
  19. package/dist/cli-bundle/chunks/{register-setup-KVNC5KPL.js → register-setup-D3ZFHY3L.js} +2 -2
  20. package/dist/cli-bundle/focused-chunks/chunk-3ZBI35HU.js +176 -0
  21. package/dist/cli-bundle/focused-chunks/{chunk-SVXJYD6G.js → chunk-4HJFY4MB.js} +2 -2
  22. package/dist/cli-bundle/focused-chunks/chunk-4RRHC3S4.js +6 -0
  23. package/dist/cli-bundle/focused-chunks/chunk-4WR46RMG.js +9 -0
  24. package/dist/cli-bundle/focused-chunks/chunk-5RFXUPN5.js +3 -0
  25. package/dist/cli-bundle/focused-chunks/chunk-BWKHEIVF.js +2 -0
  26. package/dist/cli-bundle/focused-chunks/{chunk-4O4CJAR6.js → chunk-D7KXFBXV.js} +2 -2
  27. package/dist/cli-bundle/focused-chunks/{chunk-MKHG3T76.js → chunk-GHCZ3YFR.js} +3 -3
  28. package/dist/cli-bundle/focused-chunks/{chunk-KB5OFSFD.js → chunk-GT7MXDLW.js} +2 -2
  29. package/dist/cli-bundle/focused-chunks/chunk-KBLZRU62.js +2 -0
  30. package/dist/cli-bundle/focused-chunks/chunk-KZ2NB3ET.js +2 -0
  31. package/dist/cli-bundle/focused-chunks/chunk-M5M6SVHS.js +3 -0
  32. package/dist/cli-bundle/focused-chunks/{chunk-BEVHCEWG.js → chunk-OL5EH6I3.js} +2 -2
  33. package/dist/cli-bundle/focused-chunks/{chunk-MEASX544.js → chunk-Q45NHPF2.js} +2 -2
  34. package/dist/cli-bundle/focused-chunks/{chunk-Y6JJIX6I.js → chunk-QKHCSUGJ.js} +48 -48
  35. package/dist/cli-bundle/focused-chunks/chunk-S27XMBIN.js +8 -0
  36. package/dist/cli-bundle/focused-chunks/chunk-TXE4TSHM.js +12 -0
  37. package/dist/cli-bundle/focused-chunks/chunk-UCLO3XDU.js +2 -0
  38. package/dist/cli-bundle/main.js +15 -15
  39. package/dist/cli-bundle/sdk-authoring.js +1 -1
  40. package/dist/cli-bundle/sdk-contracts.js +1 -1
  41. package/dist/cli-bundle/sdk-core.js +28 -28
  42. package/dist/cli-bundle/sdk-governance.js +1 -1
  43. package/dist/cli-bundle/sdk-graph.js +1 -1
  44. package/dist/cli-bundle/sdk-merge.js +35 -33
  45. package/dist/cli-bundle/sdk-query.js +1 -1
  46. package/dist/cli-bundle/sdk-runtime.js +1 -1
  47. package/dist/cli-bundle/sdk-testing.js +1 -1
  48. package/dist/cli-bundle/sdk.js +9 -9
  49. package/dist/core/diagnostics/remediation.js +9 -4
  50. package/dist/core/history/event-classification.d.ts +21 -0
  51. package/dist/core/history/event-classification.js +109 -0
  52. package/dist/core/history/event-index.d.ts +14 -3
  53. package/dist/core/history/event-index.js +543 -88
  54. package/dist/core/history/history.js +47 -18
  55. package/dist/core/history/workspace-history.js +7 -6
  56. package/dist/core/lock/lock.d.ts +22 -2
  57. package/dist/core/lock/lock.js +121 -19
  58. package/dist/core/output/output.js +31 -7
  59. package/dist/core/shared/time.d.ts +2 -0
  60. package/dist/core/shared/time.js +8 -2
  61. package/dist/core/store/item-metadata-query-index.js +5 -5
  62. package/dist/sdk/context/recency.d.ts +9 -0
  63. package/dist/sdk/context/recency.js +34 -0
  64. package/dist/sdk/context/usage-egress.d.ts +9 -0
  65. package/dist/sdk/context/usage-egress.js +30 -0
  66. package/dist/sdk/context-intent-contracts.js +7 -3
  67. package/dist/sdk/context-relevance.d.ts +23 -0
  68. package/dist/sdk/context-relevance.js +94 -23
  69. package/dist/sdk/context-signal-store.d.ts +7 -3
  70. package/dist/sdk/context-signal-store.js +155 -42
  71. package/dist/sdk/context-usage.d.ts +54 -0
  72. package/dist/sdk/context-usage.js +245 -16
  73. package/dist/sdk/generated/generated-error-code-catalog-part-1.js +26 -14
  74. package/dist/sdk/generated/generated-error-code-catalog-part-2.js +14 -2
  75. package/dist/sdk/governance/health.js +77 -11
  76. package/dist/sdk/governance/validate.js +4 -2
  77. package/dist/sdk/index.d.ts +2 -0
  78. package/dist/sdk/index.js +4 -2
  79. package/dist/sdk/init.d.ts +2 -0
  80. package/dist/sdk/init.js +18 -9
  81. package/dist/sdk/merge/index.d.ts +1 -1
  82. package/dist/sdk/merge/index.js +2 -2
  83. package/dist/sdk/merge/receipts.d.ts +24 -0
  84. package/dist/sdk/merge/receipts.js +122 -30
  85. package/dist/sdk/query/context.d.ts +3 -1
  86. package/dist/sdk/query/context.js +21 -9
  87. package/dist/sdk/query/next.js +18 -9
  88. package/dist/sdk/runtime-input.d.ts +2 -0
  89. package/dist/sdk/runtime-input.js +25 -2
  90. package/dist/sdk/runtime.d.ts +1 -0
  91. package/dist/sdk/runtime.js +17 -26
  92. package/dist/types.d.ts +2 -0
  93. package/dist/types.js +2 -2
  94. package/docs/CONTEXT_RECOVERY_PRIMITIVES.md +11 -2
  95. package/docs/CONTEXT_RELEVANCE.md +44 -1
  96. package/docs/MERGE_SAFETY.md +16 -2
  97. package/docs/PERFORMANCE.md +6 -3
  98. package/docs/READ_OUTPUT_CONTRACTS.md +9 -1
  99. package/docs/SDK.md +11 -8
  100. package/docs/SDK_CONTEXT.md +7 -0
  101. package/docs/generated/REFUSAL_CLOSURE_CENSUS.md +5 -3
  102. package/marketplace.json +2 -2
  103. package/package.json +4 -4
  104. package/packages/pm-beads/package.json +1 -1
  105. package/packages/pm-calendar/package.json +1 -1
  106. package/packages/pm-command-kit/package.json +1 -1
  107. package/packages/pm-digital-twin/package.json +1 -1
  108. package/packages/pm-governance-audit/package.json +1 -1
  109. package/packages/pm-guide-shell/package.json +1 -1
  110. package/packages/pm-kanban/package.json +1 -1
  111. package/packages/pm-lifecycle-hooks/package.json +1 -1
  112. package/packages/pm-linked-test-adapters/package.json +1 -1
  113. package/packages/pm-search-advanced/package.json +1 -1
  114. package/packages/pm-templates/package.json +1 -1
  115. package/packages/pm-todos/package.json +1 -1
  116. package/packages/pm-vcs/package.json +1 -1
  117. package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
  118. package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
  119. package/sdk/public-surface.json +268 -28
  120. package/dist/cli-bundle/chunks/chunk-ALKKAUFN.js +0 -35
  121. package/dist/cli-bundle/chunks/chunk-GOACULJW.js +0 -13
  122. package/dist/cli-bundle/chunks/chunk-NOPL37X4.js +0 -205
  123. package/dist/cli-bundle/focused-chunks/chunk-2FEZ5SKM.js +0 -3
  124. package/dist/cli-bundle/focused-chunks/chunk-6GCRSLPG.js +0 -2
  125. package/dist/cli-bundle/focused-chunks/chunk-7VATS5QY.js +0 -16
  126. package/dist/cli-bundle/focused-chunks/chunk-FWPLDEXF.js +0 -2
  127. package/dist/cli-bundle/focused-chunks/chunk-JEFKLWMM.js +0 -2
  128. package/dist/cli-bundle/focused-chunks/chunk-PF3E6Q36.js +0 -8
  129. package/dist/cli-bundle/focused-chunks/chunk-QDFJIRKN.js +0 -4
  130. package/dist/cli-bundle/focused-chunks/chunk-RMRCQPWU.js +0 -2
  131. package/dist/cli-bundle/focused-chunks/chunk-S4U5CN5Q.js +0 -2
  132. package/dist/cli-bundle/focused-chunks/chunk-T2LXXSOD.js +0 -158
  133. package/dist/cli-bundle/focused-chunks/chunk-Z2USIBR2.js +0 -5
@@ -1,54 +1,54 @@
1
- import{n as Bm,o as Co,p as Jm,q as Xm,r as na,s as xo,t as Qm,u as ra,v as Oo,y as gu,z as yu}from"./focused-chunks/chunk-KB5OFSFD.js";import{a as ku,f as Su,h as Bt,m as Cu,o as Ru,r as Iu,s as xu,t as Ou,x as Pu}from"./focused-chunks/chunk-FWPLDEXF.js";import{$ as Da,$a as Ua,Aa as af,Ba as cf,Ca as df,Da as lf,Ea as mf,Fa as Pn,H as ar,I as w,J as $p,Ja as dr,K as Dp,Ka as uf,L as Me,La as pf,Lb as Pf,M as Up,Ma as ff,Mb as $f,N as Pa,Na as _f,Nb as Df,O as Gp,Oa as ds,Ob as Uf,P as La,Pa as hf,Q as as,Qa as ls,R as Na,S as Yt,T as Fa,Ta as gf,U as ke,V as Ma,W as $e,Wa as yf,X as jp,Xa as ms,Y as qp,Ya as lv,Z as $a,Za as bf,_ as Kp,_a as wf,a as ua,ab as vf,b as gp,bb as kf,cb as Sf,db as Ef,eb as Af,fb as Tf,gb as lr,ha as zp,hb as Ga,i as Pp,ib as ja,j as Lp,ja as cr,jb as us,ka as Bp,kb as qa,la as cs,lb as Cf,ma as Vp,mb as Ka,na as Hp,nb as ps,oa as Wp,ob as Ln,pa as Yp,pb as za,qa as Jp,qb as Ba,ra as Xp,rb as Rf,sa as Qp,sb as If,ta as Zp,tb as xf,ua as ef,ub as Nn,va as tf,vb as Va,wa as nf,wb as Of,xa as rf,ya as of,za as sf,zb as fs}from"./focused-chunks/chunk-Y6JJIX6I.js";import{e as qm,g as Km,h as zm,k as Vm,q as Ym}from"./focused-chunks/chunk-4O4CJAR6.js";import{b as bu,c as Po,e as wu,f as vu,g as Hw}from"./focused-chunks/chunk-SVXJYD6G.js";import{H as ma,L as hu,a as Ll,b as Nl,c as Fl,d as Ml,f as $l}from"./focused-chunks/chunk-BEVHCEWG.js";import{a as fp,b as _p,c as gs}from"./focused-chunks/chunk-PF3E6Q36.js";import{P as Mp,b as hp,j as Fp}from"./focused-chunks/chunk-S4U5CN5Q.js";import{$a as Xa,G as ct,I as Ha,Qa as Ja,Va as pr,Xa as Mf,c as Aa,e as Ta,g as pp,k as Tp,l as Cp,m as Rp,n as Ip,o as xp,ob as fr,p as Op,pb as Qa,q as mr,ta as mv,ua as Wa,v as _s,va as Ya,w as Nf,wa as hs,x as ur,xa as uv,y as Ff,ya as pv}from"./focused-chunks/chunk-7VATS5QY.js";import{a as Lu,b as Nu,c as Fu}from"./focused-chunks/chunk-MEASX544.js";import{$a as Fn,A as yp,B as ve,D as at,E as bp,F as Qo,G as Ot,H as de,I as In,J as Zo,K as es,N as ts,O as ns,Oa as On,P as wp,Pa as Sp,Q as rs,Qa as Oa,R as os,Ra as Ep,S as xn,T as xa,U as ss,Va as Ap,W as vp,X as kp,Xa as ys,Y as or,a as ap,b as Ko,c as Ca,d as cp,e as dp,f as lp,g as mp,h as up,i as zo,j as Bo,k as Vo,l as Ho,p as Wo,q as xt,r as Cn,s as Yo,t as Rn,u as Jo,v as oe,w as Xo,x as Ra,y as Ke,z as Ia}from"./focused-chunks/chunk-MKHG3T76.js";import{c as Um,f as Gm,g as jm,i as To,j as Tt,k as Zm,l as eu,m as tu}from"./focused-chunks/chunk-2FEZ5SKM.js";import{$ as um,A as to,Aa as Pm,B as Vl,Ba as uo,C as Hl,Ca as Lm,D as Wl,Da as Nm,E as no,Ea as Fm,F as Yl,Fa as po,G as Jl,Ga as fo,H as Xl,Ha as _o,I as ro,Ia as ho,J as oo,Ja as Zn,K as Ql,Ka as go,L as so,La as Mm,Ma as er,N as Zl,Na as yo,O as Xn,Oa as bo,P as em,Pa as wo,Q as tm,Qa as vo,R as nm,Ra as $m,S as rm,Sa as At,T as om,Ta as ko,U as sm,Ua as So,V as im,Va as Eo,W as am,Wa as Ao,X as cm,Y as dm,Z as lm,Za as Dm,_ as mm,aa as pm,ab as N,ba as fm,ca as Qn,d as Zi,da as _m,e as Dl,ea as hm,fa as io,ga as ao,h as Ul,ha as gm,i as ea,ia as ym,j as zt,ja as bm,ka as wm,l as Gl,la as vm,ma as km,na as Sm,oa as Em,q as ta,qa as Am,ra as Tm,s as Qr,sa as Cm,t as Zr,ta as Rm,u as eo,ua as Im,v as jl,va as xm,w as ql,wa as co,x as Kl,xa as lo,y as zl,ya as mo,z as Bl,za as Om}from"./focused-chunks/chunk-JEFKLWMM.js";import{c as Lf}from"./focused-chunks/chunk-RMRCQPWU.js";import{Ab as U,Ba as Wu,Bb as H,Db as ce,Eb as op,F as Mo,Fb as qo,G as Du,Gb as it,H as Uu,Hb as sp,I as wn,Ib as ne,J as tr,Ja as qe,Jb as ip,K as Qw,Ka as Rt,Kb as xe,L as Zw,M as ev,Ma as jo,Mb as Np,N as tv,Na as En,Nb as sr,O as nv,Ob as ir,P as rv,Pa as Ht,Pb as Pt,Q as ov,Qa as Yu,R as sv,Ra as nr,S as iv,T as $o,U as av,Ub as is,V as cv,Va as ka,W as dv,X as vn,Xa as Ju,Y as C,Ya as Wt,Z as k,_a as Sa,a as Mu,aa as kn,bb as Xu,c as $u,ca as te,cb as Qu,da as be,db as Je,e as pa,f as fa,fb as Zu,g as _a,ga as Gu,gb as ep,h as ha,ha as Do,hb as T,i as ga,ia as ju,ib as Ie,j as ya,ja as qu,jb as tp,k as ba,ka as Ku,kb as np,l as I,la as zu,lb as It,m as yn,ma as Bu,mb as Ea,n as Vt,nb as we,o as Y,oa as Q,ob as rr,p as No,q as bn,qa as ee,ra as Uo,sa as wa,t as Fo,ta as Go,ua as je,ub as An,v as Ge,va as Ye,w as Ww,wa as Sn,wb as Tn,x as Yw,xa as Vu,y as Jw,ya as Hu,yb as rp,z as Xw,za as va,zb as R}from"./focused-chunks/chunk-T2LXXSOD.js";import{C as Xi,D as Wn,E as ye,H as O,Ha as Jr,I as he,Ia as Pl,J as Hr,Ja as Xr,K as _n,L as Yn,M as gl,Ma as ot,N as E,O as yl,Oa as Ro,P as nt,Pa as st,Q as ae,Qa as Ct,R as Kt,Ra as Hm,T as Re,Ta as $,U as Wr,Ua as Io,Va as We,Xa as Wm,_ as hn,aa as bl,ca as Qi,da as wl,fa as vl,h as St,ha as Yr,i as Br,j as Vr,ja as kl,ka as Sl,ma as El,na as Al,oa as Tl,pa as Cl,qa as Rl,r as P,ra as Il,s as qt,sa as xl,t as Et,u as q,v as _e,x as fn}from"./focused-chunks/chunk-QDFJIRKN.js";import{b as Lo,h as Eu,i as Au,l as gn,p as Tu}from"./focused-chunks/chunk-6GCRSLPG.js";import{$a as Uw,A as ul,B as pl,C as fl,D as _l,E as zi,F as Bi,Fa as Nw,G as Vi,Ga as Fw,H as Hi,Ha as Mw,I as Wi,Ia as $w,J as Yi,Ka as uu,L as zr,Oa as pu,R as Ji,T as hl,Ta as aa,W as kt,Y as d,Z as l,_a as Dw,aa as V,ba as rt,ca as Ol,ea as Jn,ia as nu,ja as ru,jb as Gw,ka as ou,l as jr,la as su,lb as jw,m as dl,ma as iu,mb as qw,n as qr,na as au,nb as ca,o as Ki,oa,ob as da,pa as cu,pb as la,qb as fu,ra as du,s as jt,sa as lu,sb as _u,t as tt,tb as Kw,u as un,v as pn,va as sa,vb as zw,w as Kr,wa as mu,wb as Bw,xa as ia,xb as Vw,y as ll,z as ml}from"./focused-chunks/chunk-Z2USIBR2.js";import{AsyncLocalStorage as pM}from"node:async_hooks";(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 Gf(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function fv(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 Za(e,t){let n=fv(t),r=n==="brief"?n:Gf(e.projection)&&typeof e.projection.mode=="string"?e.projection.mode:n;return{...e,query_summary:{filters:Gf(e.filters)?e.filters:{},projection: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]="6ede8efb-54ec-5b13-a1bf-216b525acc12")}catch{}})();async function jf(e,t){let n=E(t??process.cwd(),e),r=await T(n);return ce(n,r.item_format,O(r,null).type_to_folder,void 0,r.schema)}(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]="10052b6f-216f-5b50-81ec-ee373cc13d17")}catch{}})();(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 _v=new Map;function ec(){_v.clear()}(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]="1ff4005f-be23-5dcf-9834-dbd7d083b76d")}catch{}})();var hv={"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 qf(e){return Object.fromEntries(du.map(t=>[`${e}-${t}`,{action:e,options:{[t==="adopt-all"?"adoptAll":t]:!0,...e==="package"?{vocabulary:"package"}:{}}}]))}var Kf={ctx:{action:"context"},...hv,...qf("extension"),...qf("package"),...Object.fromEntries(lu.map(e=>[`package-${e}`,{action:e}]))};(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 tc="PmCliError";function gv(e){if(!Number.isFinite(e))throw new TypeError("createPmCliExpectedError options.exitCode must be a finite number");let t=Math.trunc(e);if(t<=d.SUCCESS)throw new TypeError("createPmCliExpectedError options.exitCode must be a positive exit code");return t}function zf(e,t={}){if(typeof e!="string"||e.trim().length===0)throw new TypeError("createPmCliExpectedError message must be a non-empty string");let n=new l(e,gv(t.exitCode??d.USAGE),t.context??{});return"cause"in t&&Object.defineProperty(n,"cause",{value:t.cause,enumerable:!1,configurable:!0,writable:!0}),n}function bs(e){if(!(e instanceof Error)||e.name!==tc)return!1;let t=e;return typeof t.exitCode=="number"&&Number.isFinite(t.exitCode)}(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 nc(e){let t=vl();for(let n of e)t.register(n);return t}function Bf(e,t){return{client:t,isItemNotFoundError:n=>bs(n)&&n.exitCode===d.NOT_FOUND,getItemAt:(n,r)=>pp(n,r,{pmRoot:e}),openRelationshipEventStore:n=>_p.open({pmRoot:e,nodes:n.nodes,registry:nc(n.definitions),...n.relativePath===void 0?{}:{relativePath:n.relativePath}}),createRelationshipGraph:n=>new Sl(n.nodes,n.edges,nc(n.definitions)),analyzeRelationshipImpact:(n,r,o)=>hp(n,r,o),validateRelationshipEvents:n=>{let r=new fp(n.nodes,{registry:nc(n.definitions)});return n.events.map(o=>r.append({...o,expectedVersion:r.version}))},commitWorkspaceTransaction:n=>gp({...n,pmRoot:e})}}import{readFile as yv}from"node:fs/promises";import bv 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]="1a7548f2-93a0-5dfc-9d9a-c5aef4656c7c")}catch{}})();var rc="context-intents.json";function ws(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function wv(e,t,n){if(!ws(e))throw new TypeError(`${t} context intent at index ${String(n)} must be an object`);let r=e.included_field_groups;if(typeof e.command!="string"||typeof e.intent!="string"||typeof e.description!="string"||!Array.isArray(r)||!r.every(o=>typeof o=="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:r,token_budget:e.token_budget}}function Vf(e,t){let n=Array.isArray(e)?e:ws(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((r,o)=>wv(r,t,o))}async function vv(e){let t=bv.join(e,rc),n;try{n=await yv(t,"utf8")}catch(o){if(qt(o))return[];throw await rp(e),o}let r;try{r=JSON.parse(n)}catch(o){let s=o instanceof Error?o.message:String(o);throw new TypeError(`Invalid ${rc}: ${s}`,{cause:o})}return Vf(r,rc)}function kv(e){if(!ws(e))return;let t=e.contextIntents??e.context_intents;if(t!==void 0)return t;let n=e.default;return ws(n)?n.contextIntents??n.context_intents:void 0}function Sv(e){return e.flatMap(t=>{let n=kv(t.module);return n===void 0?[]:Vf(n,`package ${t.name}`)})}async function Ev(e){let t=await vv(e.pmRoot),n=Sv(e.packages??[]);return{workspaceContracts:t,packageContracts:n}}async function oc(e,t){let n=await Ev(e);return await Au(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]="b4b1f63b-12f9-574c-8e92-a5cc9c6178c1")}catch{}})();async function Hf(e,t,n){if(t.body===void 0)throw new l("Missing required --body text",d.USAGE);let r=Ot(),o=E(process.cwd(),n.path);await R(o);let s=await T(o),i=C(t.author,s.author_default),c=(await r.resolveValue(t.body,"--body",bp(t,"body"))).trim();if(c.length===0)throw new l("--body text cannot be empty; append requires non-blank content and empty appends would only rewrite updated_at.",d.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 m=await ne({pmRoot:o,settings:s,id:e,op:"append",author:i,message:t.message,force:t.force,mutate(u){let p=u.body.trim().length>0?`
1
+ import{n as Vm,o as Co,p as Xm,q as Qm,r as na,s as xo,t as Zm,u as ra,v as Oo,y as yu,z as bu}from"./focused-chunks/chunk-GT7MXDLW.js";import{a as Su,f as Eu,h as Bt,m as Ou,o as Pu,r as Lu,s as Nu,t as Fu,x as Mu}from"./focused-chunks/chunk-BWKHEIVF.js";import{$ as Vp,$a as Sf,Aa as df,Ab as fs,Ba as lf,Ca as mf,Da as uf,Ea as pf,Fa as ff,Ga as Pn,H as ar,I as w,J as Up,K as Gp,Ka as dr,L as Me,La as _f,M as jp,Ma as hf,Mb as Ff,N as Pa,Na as gf,Nb as Gf,O as qp,Oa as yf,Ob as jf,P as La,Pa as ds,Pb as qf,Q as as,Qa as bf,R as Na,Ra as ls,S as On,T as Kp,U as Fa,Ua as wf,V as ke,W as Ma,X as $e,Xa as vf,Y as zp,Ya as ms,Z as Bp,Za as fv,_ as $a,_a as kf,a as ba,aa as Da,ab as Ua,b as bp,bb as Ef,cb as Af,db as Tf,eb as Cf,fb as If,gb as Rf,hb as lr,i as Np,ia as Hp,ib as Ga,j as Fp,jb as ja,ka as cr,kb as us,la as Wp,lb as qa,ma as cs,mb as xf,na as Yp,nb as Ka,oa as Jp,ob as ps,pa as Xp,pb as Ln,qa as Qp,qb as za,ra as Zp,rb as Ba,sa as ef,sb as Of,ta as tf,tb as Pf,ua as nf,ub as Lf,va as rf,vb as Nn,wa as of,wb as Va,xa as sf,xb as Nf,ya as af,za as cf}from"./focused-chunks/chunk-QKHCSUGJ.js";import{e as Km,g as zm,h as Bm,k as Hm,q as Jm}from"./focused-chunks/chunk-D7KXFBXV.js";import{b as wu,c as Po,e as vu,f as ku,g as Xw}from"./focused-chunks/chunk-4HJFY4MB.js";import{H as ma,L as gu,a as Nl,b as Fl,c as Ml,d as $l,f as Dl}from"./focused-chunks/chunk-OL5EH6I3.js";import{a as hp,b as gp,c as gs}from"./focused-chunks/chunk-S27XMBIN.js";import{P as Dp,b as yp,j as $p}from"./focused-chunks/chunk-KBLZRU62.js";import{G as ct,I as Ha,La as Ja,Qa as pr,Sa as Uf,Wa as Xa,c as Aa,e as Ta,g as _p,jb as fr,k as Ip,kb as Qa,l as Rp,m as xp,n as Op,o as Pp,oa as _v,p as Lp,pa as Wa,q as mr,qa as Ya,ra as hs,sa as hv,ta as gv,v as _s,w as $f,x as ur,y as Df}from"./focused-chunks/chunk-TXE4TSHM.js";import{a as $u,b as Du,c as Uu}from"./focused-chunks/chunk-Q45NHPF2.js";import{$a as Fn,A as wp,B as ve,D as at,E as vp,F as Qo,G as Ot,H as de,I as In,J as Zo,K as es,N as ts,O as ns,Oa as xn,P as kp,Pa as Ap,Q as rs,Qa as Oa,R as os,Ra as Tp,S as Rn,T as xa,U as ss,Va as Cp,W as Sp,X as Ep,Xa as ys,Y as or,a as dp,b as Ko,c as Ca,d as lp,e as mp,f as up,g as pp,h as fp,i as zo,j as Bo,k as Vo,l as Ho,p as Wo,q as xt,r as Tn,s as Yo,t as Cn,u as Jo,v as oe,w as Xo,x as Ia,y as Ke,z as Ra}from"./focused-chunks/chunk-GHCZ3YFR.js";import{c as Gm,f as jm,g as qm,i as To,j as Tt,k as eu,l as tu,m as nu}from"./focused-chunks/chunk-M5M6SVHS.js";import{$ as pm,A as to,Aa as Lm,B as Hl,Ba as uo,C as Wl,Ca as Nm,D as Yl,Da as Fm,E as no,Ea as Mm,F as Jl,Fa as po,G as Xl,Ga as fo,H as Ql,Ha as _o,I as ro,Ia as ho,J as oo,Ja as Zn,K as Zl,Ka as go,L as so,La as $m,Ma as er,N as em,Na as yo,O as Xn,Oa as bo,P as tm,Pa as wo,Q as nm,Qa as vo,R as rm,Ra as Dm,S as om,Sa as At,T as sm,Ta as ko,U as im,Ua as So,V as am,Va as Eo,W as cm,Wa as Ao,X as dm,Y as lm,Z as mm,Za as Um,_ as um,aa as fm,ab as N,ba as _m,ca as Qn,d as Zi,da as hm,e as Ul,ea as gm,fa as io,ga as ao,h as Gl,ha as ym,i as ea,ia as bm,j as zt,ja as wm,ka as vm,l as jl,la as km,ma as Sm,na as Em,oa as Am,q as ta,qa as Tm,ra as Cm,s as Qr,sa as Im,t as Zr,ta as Rm,u as eo,ua as xm,v as ql,va as Om,w as Kl,wa as co,x as zl,xa as lo,y as Bl,ya as mo,z as Vl,za as Pm}from"./focused-chunks/chunk-UCLO3XDU.js";import{c as Mf}from"./focused-chunks/chunk-KZ2NB3ET.js";import{$a as U,A as uv,B as pv,C as vn,Ca as Zu,D as C,Da as ep,Ea as Je,G as qu,Ga as tp,H as Do,Ha as np,I as Ku,Ia as T,J as zu,Ja as Re,K as Bu,Ka as rp,L as Vu,La as op,M as Hu,Ma as Rt,Na as Ea,O as Q,Oa as we,Pa as rr,Q as ee,R as Uo,S as wa,T as Go,U as je,V as Ye,Va as En,W as kn,X as Wu,Xa as An,Y as Yu,Z as va,Za as sp,_a as I,a as Ge,aa as Ju,ab as H,b as Qw,c as Zw,cb as ce,d as ev,db as ip,e as tv,eb as qo,fb as it,gb as ap,hb as ne,ia as qe,ib as cp,ja as It,jb as xe,k as Mo,l as Gu,la as jo,lb as Mp,m as ju,ma as Sn,mb as sr,n as wn,nb as ir,o as tr,oa as Ht,ob as Pt,p as nv,pa as Xu,q as rv,qa as nr,r as ov,s as sv,t as iv,tb as is,u as av,ua as ka,v as cv,w as dv,wa as Qu,x as lv,xa as Wt,y as $o,z as mv,za as Sa}from"./focused-chunks/chunk-3ZBI35HU.js";import{b as St,c as Br,d as Vr,f as ot,h as Io,i as st,j as Ct,k as Wm,m as $,n as Ro,o as We,q as Ym}from"./focused-chunks/chunk-5RFXUPN5.js";import{D as k,H as yn,J as te,M as be,Q as Cu,Y as Iu,Z as Ru,aa as bn,b as Lo,ea as xu,g as Au,i as Tu,k as ua,l as pa,m as fa,n as _a,o as ha,p as ga,q as ya,r as x,s as hn,t as Vt,u as Y,v as No,w as gn,z as Fo}from"./focused-chunks/chunk-4WR46RMG.js";import{$ as l,$a as Yr,Aa as he,B as ml,Ba as Hr,Bc as qw,C as ul,Ca as fn,Cc as Kw,D as pl,Da as Yn,Db as Jr,E as fl,Ea as yl,Eb as Ll,F as _l,Fa as E,Fb as Xr,G as hl,Ga as bl,Gb as Jn,H as zi,Ha as nt,I as Bi,Ia as ae,J as Vi,Ja as Kt,K as Hi,L as Wi,La as Ie,Lb as ru,M as Yi,Ma as Wr,Mb as ou,Mc as zw,Nb as su,Ob as iu,Oc as Bw,P as zr,Pb as au,Pc as Vw,Qb as cu,Qc as ca,Rb as oa,Rc as da,Sa as _n,Sb as du,Sc as la,Tc as _u,U as Ji,Ua as wl,Ub as lu,Vb as mu,Vc as hu,W as gl,Wa as Qi,Wc as Hw,Xa as vl,Yb as sa,Yc as Ww,Z as kt,Za as kl,Zb as uu,Zc as Yw,_b as ia,_c as Jw,aa as m,bb as Sl,cb as El,eb as Al,fb as Tl,gb as Cl,gc as Dw,hb as Il,hc as Uw,ib as Rl,ic as Gw,ja as P,jb as xl,jc as jw,ka as qt,kb as Ol,la as Et,lc as pu,ma as q,na as _e,nb as V,o as jr,ob as rt,p as ll,pa as pn,pb as Pl,pc as fu,q as qr,r as Ki,ua as Xi,uc as aa,v as jt,va as Wn,w as tt,wa as ye,x as mn,y as un,z as Kr,za as O}from"./focused-chunks/chunk-4RRHC3S4.js";import{AsyncLocalStorage as yM}from"node:async_hooks";(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 Kf(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function yv(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 Za(e,t){let n=yv(t),r=n==="brief"?n:Kf(e.projection)&&typeof e.projection.mode=="string"?e.projection.mode:n;return{...e,query_summary:{filters:Kf(e.filters)?e.filters:{},projection: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]="6ede8efb-54ec-5b13-a1bf-216b525acc12")}catch{}})();async function zf(e,t){let n=E(t??process.cwd(),e),r=await T(n);return ce(n,r.item_format,O(r,null).type_to_folder,void 0,r.schema)}(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]="10052b6f-216f-5b50-81ec-ee373cc13d17")}catch{}})();(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 bv=new Map;function ec(){bv.clear()}(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]="1ff4005f-be23-5dcf-9834-dbd7d083b76d")}catch{}})();var wv={"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 Bf(e){return Object.fromEntries(lu.map(t=>[`${e}-${t}`,{action:e,options:{[t==="adopt-all"?"adoptAll":t]:!0,...e==="package"?{vocabulary:"package"}:{}}}]))}var Vf={ctx:{action:"context"},...wv,...Bf("extension"),...Bf("package"),...Object.fromEntries(mu.map(e=>[`package-${e}`,{action:e}]))};(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 tc="PmCliError";function vv(e){if(!Number.isFinite(e))throw new TypeError("createPmCliExpectedError options.exitCode must be a finite number");let t=Math.trunc(e);if(t<=l.SUCCESS)throw new TypeError("createPmCliExpectedError options.exitCode must be a positive exit code");return t}function Hf(e,t={}){if(typeof e!="string"||e.trim().length===0)throw new TypeError("createPmCliExpectedError message must be a non-empty string");let n=new m(e,vv(t.exitCode??l.USAGE),t.context??{});return"cause"in t&&Object.defineProperty(n,"cause",{value:t.cause,enumerable:!1,configurable:!0,writable:!0}),n}function bs(e){if(!(e instanceof Error)||e.name!==tc)return!1;let t=e;return typeof t.exitCode=="number"&&Number.isFinite(t.exitCode)}(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 nc(e){let t=kl();for(let n of e)t.register(n);return t}function Wf(e,t){return{client:t,isItemNotFoundError:n=>bs(n)&&n.exitCode===l.NOT_FOUND,getItemAt:(n,r)=>_p(n,r,{pmRoot:e}),openRelationshipEventStore:n=>gp.open({pmRoot:e,nodes:n.nodes,registry:nc(n.definitions),...n.relativePath===void 0?{}:{relativePath:n.relativePath}}),createRelationshipGraph:n=>new El(n.nodes,n.edges,nc(n.definitions)),analyzeRelationshipImpact:(n,r,o)=>yp(n,r,o),validateRelationshipEvents:n=>{let r=new hp(n.nodes,{registry:nc(n.definitions)});return n.events.map(o=>r.append({...o,expectedVersion:r.version}))},commitWorkspaceTransaction:n=>bp({...n,pmRoot:e})}}(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]="c5a14f99-ce5b-5da7-8b17-6b6a56f0644a")}catch{}})();async function Yf(e,t,n=Cu){try{await n({pmRoot:e,result:t})}catch{if(typeof t=="object"&&t!==null&&!Array.isArray(t)){let r=t,o=Array.isArray(r.warnings)?r.warnings.filter(s=>typeof s=="string"):[];r.warnings=[...new Set([...o,"context_usage_feedback_write_failed"])].sort()}}}import{readFile as kv}from"node:fs/promises";import Sv 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]="1a7548f2-93a0-5dfc-9d9a-c5aef4656c7c")}catch{}})();var rc="context-intents.json";function ws(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Ev(e,t,n){if(!ws(e))throw new TypeError(`${t} context intent at index ${String(n)} must be an object`);let r=e.included_field_groups;if(typeof e.command!="string"||typeof e.intent!="string"||typeof e.description!="string"||!Array.isArray(r)||!r.every(o=>typeof o=="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:r,token_budget:e.token_budget}}function Jf(e,t){let n=Array.isArray(e)?e:ws(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((r,o)=>Ev(r,t,o))}async function Av(e){let t=Sv.join(e,rc),n;try{n=await kv(t,"utf8")}catch(o){if(qt(o))return[];throw await sp(e),o}let r;try{r=JSON.parse(n)}catch(o){let s=o instanceof Error?o.message:String(o);throw new TypeError(`Invalid ${rc}: ${s}`,{cause:o})}return Jf(r,rc)}function Tv(e){if(!ws(e))return;let t=e.contextIntents??e.context_intents;if(t!==void 0)return t;let n=e.default;return ws(n)?n.contextIntents??n.context_intents:void 0}function Cv(e){return e.flatMap(t=>{let n=Tv(t.module);return n===void 0?[]:Jf(n,`package ${t.name}`)})}async function Iv(e){let t=await Av(e.pmRoot),n=Cv(e.packages??[]);return{workspaceContracts:t,packageContracts:n}}async function oc(e,t){let n=await Iv(e);return await Ru(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]="b4b1f63b-12f9-574c-8e92-a5cc9c6178c1")}catch{}})();async function Xf(e,t,n){if(t.body===void 0)throw new m("Missing required --body text",l.USAGE);let r=Ot(),o=E(process.cwd(),n.path);await I(o);let s=await T(o),i=C(t.author,s.author_default),c=(await r.resolveValue(t.body,"--body",vp(t,"body"))).trim();if(c.length===0)throw new m("--body text cannot be empty; append requires non-blank content and empty appends would only rewrite updated_at.",l.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 ne({pmRoot:o,settings:s,id:e,op:"append",author:i,message:t.message,force:t.force,mutate(u){let p=u.body.trim().length>0?`
2
2
 
3
3
  `:"";return u.body=`${u.body.trimEnd()}${p}${c}
4
- `,{changedFields:["body"]}}});return{item:m.item,appended:c,changed_fields:m.changedFields}}import{readFile as Av}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]="6d20a21c-ac67-5712-9f63-b10ffc0e2c64")}catch{}})();function ks(e){let t={...e,...e.full===!0?{fullHistory:!0}:{}};return delete t.full,ve(e,t)}function Wf(e,t){if(typeof e=="object"&&e!==null&&"format"in e&&e.format==="json")throw new l(`Structured context events are append-only and cannot be ${t}.`,d.USAGE,{code:"structured_event_immutable"})}function sc(e,t){return t===void 0?e:t===0?[]:e.slice(Math.max(0,e.length-t))}function Jt(e,t){let n=e[t];return Array.isArray(n)?n:[]}function Mn(e,t={}){let n=e.trim();if(!n)return"";let r=/^(?:[-*+]\s*)?text\s*[:=]/i.exec(n);if(t.stripPlainTextPrefix===!0&&r&&!n.startsWith("```"))return n.slice(r[0].length).trim()||n;if(!(/^(?:[-*+]\s*)?text\s*[:=]/im.test(n)||n.startsWith("```")))return n;try{let s=oe(n,"--add");return Object.keys(s).map(c=>c.trim().toLowerCase()).some(c=>c!=="text")?n:s.text?.trim()||n}catch{return n}}function ic(e){return typeof e=="object"&&e!==null&&"code"in e}function gr(e,t){if(!at(e))throw new l(`${t} cannot read process stdin through the MCP JSON-RPC transport. Pass annotation text in options.add instead.`,d.USAGE,{code:"mcp_stdin_unavailable",required:"Pass annotation text as JSON data; the MCP protocol already owns process stdin."})}async function Tv(e,t){if(+(e.add!==void 0)+ +(e.stdin===!0)+ +(typeof e.file=="string")>1)throw new l(`Specify ${t} text using only one input source: --add, --stdin, or --file`,d.USAGE);let r=Ot(),o=at(e);if(e.add!==void 0)return{value:await r.resolveValue(e.add,"--add",o)??"",rawValue:e.add,emptyFlag:"--add"};if(e.stdin===!0)return gr(e,"--stdin"),{value:await r.resolveValue("-","--stdin")??"",emptyFlag:"--stdin"};if(typeof e.file!="string")return;let s=e.file.trim();if(!s)throw new l("--file path cannot be empty",d.USAGE);if(s==="-")return gr(e,"--file -"),{value:await r.resolveValue("-","--file")??"",emptyFlag:"--file"};try{return{value:await Av(s,"utf8"),emptyFlag:"--file"}}catch(i){if(ic(i)&&qt(i))throw new l(`--file path not found: ${s}. Use --file - to read stdin.`,d.USAGE);let a=i instanceof Error?i.message:String(i);throw new l(`Failed to read --file path "${s}": ${a}. Use --file - to read stdin.`,d.USAGE)}}async function Ss(e,t){if(e.edit!==void 0&&e.delete!==void 0)throw new l("Specify only one of --edit or --delete",d.USAGE);if(e.delete!==void 0){if(e.add!==void 0||e.stdin===!0||typeof e.file=="string")throw new l("--delete cannot be combined with replacement text",d.USAGE);if(!Number.isInteger(e.delete)||e.delete<1)throw new l("--delete must be a positive integer",d.USAGE);return{mode:"delete",index:e.delete}}if(e.edit!==void 0&&(!Number.isInteger(e.edit)||e.edit<1))throw new l("--edit must be a positive integer",d.USAGE);let n=await Tv(e,t);if(e.edit!==void 0){if(!n)throw new l("--edit requires replacement text from --add, --stdin, or --file",d.USAGE);return{mode:"edit",index:e.edit,...n}}return n?{mode:"add",...n}:{mode:"list"}}function hr(e,t){throw e instanceof l&&e.exitCode===d.CONFLICT&&e.message.includes("is assigned to")&&e.message.includes("Use --force to override")?new l(e.message,e.exitCode,{code:"ownership_conflict",required:t.required,examples:t.examples,nextSteps:t.nextSteps}):e}function Jf(e){return e==="comments"?"--stdin":"--add -"}function Cv(e,t){if((t.input.emptyFlag??"--add")!=="--add")return;let r=e.trim();if(!/^-{1,2}[A-Za-z][\w-]*(?:=.*)?$/.test(r))return;let o=Jf(t.collectionKey),s=t.input.mode==="edit"?`pm ${t.collectionKey} <id> --edit <index>`:`pm ${t.collectionKey} <id>`;throw new l(`--add value "${r}" looks like an option, not annotation text. Use ${o} to read stdin, or use text=${r} for literal dash-leading text.`,d.USAGE,{code:"annotation_flag_like_value",required:`Use ${o} for stdin input, pass plain text, or use text=${r} when the text really starts with "-".`,examples:[`${s} ${o}`,`${s} --add text=${r}`]})}function Rv(e,t){if(t.ifAbsent===!0&&!["add","stdin","file"].includes(e.input.mode))throw new l(`--if-absent requires a ${e.collectionKey.replace(/s$/,"")} append`,d.USAGE,{code:"annotation_if_absent_without_append",required:"Combine --if-absent with one append text source; omit it for list, edit, and delete operations."});if(e.input.mode!=="list"||t.message===void 0)return;let n=e.collectionKey.replace(/s$/,"");throw new l(`--message labels a ${n} mutation but does not provide ${n} text. Pass text positionally or with --add, --stdin, or --file.`,d.USAGE,{code:"annotation_message_without_text",required:`Provide ${n} text through a content source; --message only annotates the history entry of a mutation.`,examples:[`pm ${e.collectionKey} <id> --add "text" --message "why"`,`pm ${e.collectionKey} <id> ${Jf(e.collectionKey)}`]})}function Iv(e,t,n,r,o,s){let i=Jt(e.metadata,t),a=o?i.findIndex(c=>c.author===n&&c.text===r):-1;return a>=0?{changedFields:[],entryIndex:a+1}:(i.push(s({created_at:k(),author:n,text:r})),e.metadata[t]=i,{changedFields:[t],entryIndex:i.length})}async function $n(e,t,n,r){Rv(r,t);let o=E(process.cwd(),n.path);await R(o);let s=await T(o),i=O(s,I()),a=or(t.limit);if(r.input.mode==="list"){let h=await U(o,e,s.id_prefix,s.item_format,i.type_to_folder);if(!h)throw new l(`Item ${e} not found`,d.NOT_FOUND);let y=await H(h,{schema:s.schema}),g=Jt(y.document.metadata,r.collectionKey);return vs(h.id,r.collectionKey,g,a,t.includeMeta===!0)}let c=C(t.author,s.author_default);if(r.input.mode==="delete"){let h=r.deleteOp??r.op,y;try{y=await ne({pmRoot:o,settings:s,id:e,op:h,author:c,message:t.message,force:t.force,bypassAssigneeConflict:r.bypassOwnershipConflict,mutate(b){let v=Jt(b.metadata,r.collectionKey),S=Yf(r.input.index,v.length,r.collectionKey);return Wf(v[S],"deleted"),v.splice(S,1),b.metadata[r.collectionKey]=v,{changedFields:[r.collectionKey]}}})}catch(b){hr(b,r.conflictGuidance)}let g=Jt(y.item,r.collectionKey);return vs(y.item.id,r.collectionKey,g,a,t.includeMeta===!0,{action:"delete",entryIndex:r.input.index},t.fullHistory===!0)}let m=r.input.rawValue??r.input.value??"";Cv(m,r);let u=r.parseText(r.input.value??"");if(!u.trim())throw new l(`${r.input.emptyFlag??"--add"} text cannot be empty`,d.USAGE);if(r.input.mode==="edit"){let h=r.editOp??r.op,y;try{y=await ne({pmRoot:o,settings:s,id:e,op:h,author:c,message:t.message,force:t.force,bypassAssigneeConflict:r.bypassOwnershipConflict,mutate(b){let v=Jt(b.metadata,r.collectionKey),S=Yf(r.input.index,v.length,r.collectionKey),A=v[S];return Wf(A,"edited"),v[S]={...A,text:u,edited_at:k()},b.metadata[r.collectionKey]=v,{changedFields:[r.collectionKey]}}})}catch(b){hr(b,r.conflictGuidance)}let g=Jt(y.item,r.collectionKey);return vs(y.item.id,r.collectionKey,g,a,t.includeMeta===!0,{action:"edit",entryIndex:r.input.index,entry:g[r.input.index-1]},t.fullHistory===!0)}let p,f=0;try{p=await ne({pmRoot:o,settings:s,id:e,op:r.op,author:c,message:t.message,force:t.force,bypassAssigneeConflict:r.bypassOwnershipConflict,skipNoop:t.ifAbsent===!0,mutate(h){let y=Iv(h,r.collectionKey,c,u,t.ifAbsent===!0,r.createEntry);return f=y.entryIndex,{changedFields:y.changedFields}}})}catch(h){hr(h,r.conflictGuidance)}let _=Jt(p.item,r.collectionKey);return vs(p.item.id,r.collectionKey,_,a,t.includeMeta===!0,{action:"add",entryIndex:f,entry:_[f-1],changedCount:t.ifAbsent===!0?Math.min(p.changedFields.length,1):void 0},t.fullHistory===!0)}function Yf(e,t,n){if(e===void 0||!Number.isInteger(e)||e<1||e>t){let r=n.replace(/s$/,""),o=`${r.charAt(0).toUpperCase()}${r.slice(1)}`,s=t===1?`1 ${r}`:`${t} ${n}`;throw new l(`${o} index ${e??"(missing)"} out of range (item has ${s})`,d.USAGE)}return e-1}function xv(e,t,n){return t===void 0?{}:{mutation_receipt:{action:t.action,entry_index:t.entryIndex,changed_count:t.changedCount??1,full_history_included:!n},omission_receipt:{has_omissions:n,omitted_field_group_count:n?1:0,omitted_field_groups:n?[{name:`${e}_history`,restore_with:{selector:"full_history",cli_flag:"--full-history",sdk_option:"fullHistory",mcp_option:"full"}}]:[]}}}function vs(e,t,n,r,o,s,i=!1){let a=s===void 0||i?sc(n,s!==void 0&&i?void 0:r):s.entry===void 0?[]:[s.entry],c=s!==void 0&&a.length<n.length;return{id:e,[t]:a,count:a.length,...s?.changedCount===void 0?{}:{changed:s.changedCount===1},...[o,s!==void 0].includes(!0)?{total_count:n.length,returned_count:a.length,has_more:c||a.length<n.length,...r!==void 0?{limit:r}:{}}:{},...xv(t,s,c)}}(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]="d0579277-f123-5f96-8664-dfe05ade1b24")}catch{}})();async function Xf(e,t,n){return[...await Sn(Re(e,t),t).catch(()=>[])].reverse().find(s=>s.patch.some(i=>i.path==="/metadata/assignee"))?.op==="claim"?`claimed by ${n}`:`assigned to ${n}`}(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]="1a61bf25-e320-5adc-8f5a-a427bc89af1a")}catch{}})();var Qf="no_available_next_item";function Zf(e){if(!(e instanceof Error)||e.name!=="PmCliError")return!1;let t=e.context;return typeof t=="object"&&t!==null&&"code"in t&&t.code==="already_claimed_by"}async function Es(e,t,n,r={}){let o=E(process.cwd(),n.path);await R(o);let s=await T(o),i=$(s.schema),a=C(r.author,s.author_default),c=vn(a),m=null,u=!1,p=[],f=await ne({pmRoot:o,settings:s,id:e,op:"claim",author:a,message:r.message,force:t,skipNoop:!0,async mutate(_){let y=_.metadata.assignee??"",g=_.metadata.claim_principal?.trim()||y;if(m=y.trim().length>0?y:null,Wm(_.metadata.status,i)&&!t)throw new l(`Cannot claim terminal item ${_.metadata.id} without --force`,d.CONFLICT);if(m!==null&&g!==c){if(r.ifAvailable===!0)return u=!0,p.push(`claim_skipped_held_by:${m}`),{changedFields:[]};if(!t){let v=await Xf(o,_.metadata.id,y);throw new l(`Item ${_.metadata.id} is already ${v}. Use --force to take over, or --if-available to skip without failing.`,d.CONFLICT,{code:"already_claimed_by",why:"Claim is an atomic test-and-set so parallel agents never proceed believing they own the same item.",nextSteps:["Run pm next to pick a different unclaimed item.","Re-run with --if-available to treat a held item as a no-op skip.","Re-run with --force only when taking over the item is coordinated."]})}p.push(`claim_takeover:${m}->${a}`)}return _.metadata.assignee=a,_.metadata.claim_principal=c,{changedFields:["assignee","claim_principal"],warnings:p}}});return u||await Wa({pmRoot:o,settings:s,principal:c,itemId:f.item.id}),{item:f.item,claimed_by:u&&m!==null?m:a,previous_assignee:m,forced:t,...u?{skipped:!0}:{},...p.length>0?{warnings:p}:{}}}async function e_(e,t,n={},r={}){let o=Ov(n.maxAttempts),s=await T(E(process.cwd(),t.path)),i={...n,author:C(n.author,s.author_default)},a=await pr({...r,callerAuthor:i.author,limit:String(o)},t),c=[a.recommended,...a.ready].filter(m=>m!==null).map(m=>({...m,reasons:"reasons"in m?m.reasons:["ranked ready candidate"]}));return Pv(c.slice(0,o),e,t,i)}function Ov(e){if(e===void 0)return 10;let t=Number(e);if(!Number.isSafeInteger(t)||t<1||t>100)throw new l("--max-attempts must be an integer from 1 to 100",d.USAGE);return t}async function Pv(e,t,n,r={},o=Es){let s=0;for(let a of e){s+=1;try{let c=await o(a.id,t,n,r),m={...c,recommendation:a,attempts:s,available:!0};if(!c.skipped)return m}catch(c){if(!Zf(c))throw c}}if(r.ifAvailable===!0)return{available:!1,item:null,claimed_by:C(r.author,""),previous_assignee:null,forced:t,skipped:!0,recommendation:null,attempts:s,warnings:[Qf]};let i=s===0;throw new l(i?"No actionable items matched the selection filters":"No actionable item remained available to claim",i?d.NOT_FOUND:d.CONFLICT,{code:Qf,why:i?"No ready items matched the specified filters or selection criteria.":"Every ranked candidate was claimed by another agent before this atomic selection completed.",nextSteps:[i?"Verify the filters or run pm next to inspect all ready work.":"Run pm claim --next again to refresh the ranked candidate set."]})}async function As(e,t,n,r={}){let o=E(process.cwd(),n.path);await R(o);let s=await T(o),i=C(r.author,s.author_default),a=vn(i),c=r.ownershipReleaseBypass===!0,m=null,u;try{u=await ne({pmRoot:o,settings:s,id:e,op:"release",author:i,message:r.message,force:t,bypassAssigneeConflict:c,mutate(p){return m=p.metadata.assignee??null,!m&&!p.metadata.claim_principal?{changedFields:[]}:(delete p.metadata.assignee,delete p.metadata.claim_principal,{changedFields:["assignee","claim_principal"]})}})}catch(p){hr(p,{required:"For approved non-owner handoffs, prefer the ownership-release bypass before considering --force.",examples:['pm release pm-a1b2 --author "reviewer" --force'],nextSteps:["Use the package-provided ownership-release bypass for handoffs that only clear assignee metadata.","Use --force only when an explicit override is approved for broader ownership conflicts."]})}return await Ya({pmRoot:o,principal:a,itemId:u.item.id}),{item:u.item,released_by:i,previous_assignee:m,forced: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]="a7ae3c89-b50b-5e4f-8273-8318bc976d84")}catch{}})();var Lv=Object.freeze({requireCloseReason:!0,orderingEdges:"preserve"});function t_(e){let t=[{source:"explicit",value:e.explicit},{source:"duplicate",value:e.duplicateOf===void 0?void 0:`Duplicate of ${e.duplicateOf}`},{source:"resolution",value:e.resolution},{source:"message",value:e.message}];for(let n of t){let r=n.value?.trim();if(r)return{closeReason:r,source:n.source}}return{source:"none"}}function ac(e,t){return cc(e,t,{operation:"close"})}function cc(e,t,n){let r=t_(e);if(!t||r.closeReason!==void 0)return r;let o=n.operation==="create"?[`pm create --title "<title>" --type <type> --status ${n.status??"closed"} --close-reason "<closing summary>"`,`pm create --title "<title>" --type <type> --status ${n.status??"closed"} --resolution "<resolution summary>"`,"pm create --stdin-json < item.json"]:['pm close <id> "Done: <what changed and why>"','pm close <id> --reason "<closing summary>"','pm close <id> -m "<closing summary>"',"pm close <id> --duplicate-of <canonical-id>"];throw new l("Close reason text is required because governance.require_close_reason is enabled",d.USAGE,{code:"close_reason_required",required:"Provide an author-controlled closing summary as the reason, message, resolution, or duplicate target.",why:"governance.require_close_reason is enabled, so tools must not invent immutable closure evidence.",examples:o,nextSteps:[`Re-run the ${n.operation} operation with a closing summary.`,"To stop requiring reasons, run: pm config set governance-require-close-reason --policy disabled"]})}function dc(e,t){let n=typeof e.blocked_by=="string"?e.blocked_by.trim():"",r=e.blocked_by!==void 0,o=e.dependencies??[],s=o.filter(m=>m.kind==="blocked_by"),i=e.blocked_reason!==void 0,a=[];if(r&&(delete e.blocked_by,a.push("blocked_by")),i&&(delete e.blocked_reason,a.push("blocked_reason")),t.orderingEdges==="remove"&&s.length>0){let m=o.filter(u=>u.kind!=="blocked_by");m.length>0?e.dependencies=m:delete e.dependencies,a.push("dependencies")}let c=[...new Set([...n?[n]:[],...s.map(m=>m.id)])];return c.length===0?{changedFields:a,warnings:[]}:{changedFields:a,warnings:[t.orderingEdges==="preserve"?`closed_preserved_predecessors:${e.id}:${c.join(",")}`:`closed_removed_predecessors:${e.id}:${c.join(",")}`]}}(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]="9f28f7d8-993b-5201-b606-d1eab0c3ff5c")}catch{}})();var Nv=[{key:"resolution",label:"resolution (--resolution)"},{key:"expected_result",label:"expected_result (--expected-result)"},{key:"actual_result",label:"actual_result (--actual-result)"}];function Fv(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0||t==="warn")return"warn";if(t==="off"||t==="none"||t==="disabled")return"off";if(t==="strict")return"strict";throw new l(`Invalid --validate-close mode "${e}" (expected "off", "warn", or "strict")`,d.USAGE)}function Mv(e){let t=[];for(let n of Nv){let r=e[n.key];(typeof r!="string"||r.trim().length===0)&&t.push(n)}return t}async function $v(e,t,n){let r=new Set,o=t;for(;typeof o=="string"&&o.trim().length>0;){let s=o.trim();if(s===n)return!0;if(r.has(s))return!1;r.add(s),o=(await e(s))?.duplicate_of}return!1}function Dv(e){return typeof e!="string"||e.trim().length===0}async function Uv(e,t,n,r){let o=n?.trim();if(!o)return;if(o===r)throw new l("An item cannot be closed as a duplicate of itself.",d.USAGE,{code:"duplicate_target_self",why:"--duplicate-of must identify the canonical item that should remain open or already represent the work."});let s=O(t,I()),i=new Map,a=async m=>{if(i.has(m))return i.get(m)??null;let u=await U(e,m,t.id_prefix,t.item_format,s.type_to_folder);if(!u)return i.set(m,null),null;let{document:p}=await H(u,{schema:t.schema});return i.set(m,p.metadata),p.metadata},c=await a(o);if(!c)throw new l(`Duplicate target "${o}" was not found. Create or locate the canonical item first.`,d.USAGE,{code:"duplicate_target_missing",why:"Duplicate closure should point at a real canonical pm item so future dedupe and changelog tooling can trace the relationship.",examples:[`pm close ${r} "Duplicate of ${o}" --duplicate-of ${o}`],nextSteps:["Run pm search/list to find the canonical item, then retry with --duplicate-of <id>."]});if(await $v(a,c.duplicate_of,r))throw new l(`Circular duplicate reference detected. Target "${o}" points back to "${r}".`,d.USAGE,{code:"duplicate_target_circular",why:"Circular duplicate relationships create loops for dedupe and status propagation tooling.",nextSteps:["Choose the existing canonical item, or clear the target duplicate_of metadata before closing this item as a duplicate."]});if(typeof c.duplicate_of=="string"&&c.duplicate_of.trim().length>0)throw new l(`Duplicate target "${o}" is already marked as a duplicate of "${c.duplicate_of.trim()}".`,d.USAGE,{code:"duplicate_target_is_duplicate",why:"Duplicate closure should point directly at the canonical item, not another duplicate.",examples:[`pm close ${r} "Duplicate of ${c.duplicate_of.trim()}" --duplicate-of ${c.duplicate_of.trim()}`],nextSteps:["Use the canonical item referenced by duplicate_of as the --duplicate-of target."]});return c.id}function Gv(e,t,n){return e.filter(r=>r.parent===t&&!ee(r.status,n)).map(r=>r.id).sort((r,o)=>r.localeCompare(o))}function jv(e,t,n){let r=new Map(e.map(a=>[a.id.trim().toLowerCase(),a])),o=Lf(e),s=t.trim().toLowerCase(),i=n.blocked_statuses;return e.filter(a=>i.has(a.status)).map(a=>({item:a,blockerIds:o.get(a.id.trim().toLowerCase())})).filter(({blockerIds:a})=>a.includes(s)).filter(({blockerIds:a})=>a.every(c=>{if(c===s)return!0;let m=r.get(c);return m!==void 0&&ee(m.status,n)})).map(({item:a,blockerIds:c})=>({id:a.id,blocker_ids:c})).sort((a,c)=>a.id.localeCompare(c.id))}async function qv(e,t,n,r,o,s){let i=jv(n,r,s),a=[];for(let c of i)try{let m=await ne({pmRoot:e,settings:t,id:c.id,op:"update",author:o,message:`Auto-unblocked after blocker ${r} closed`,mutate(u){let p=u.metadata.dependencies??[],f=p.filter(h=>{let y=h.id.trim().toLowerCase();return h.kind!=="blocked_by"||!c.blocker_ids.includes(y)});u.metadata.status=s.open_status,delete u.metadata.blocked_by,delete u.metadata.blocked_reason,u.metadata.unblock_note=`Auto-unblocked after blocker ${r} closed; all blockers resolved (${c.blocker_ids.join(", ")}).`,f.length>0?u.metadata.dependencies=f:delete u.metadata.dependencies;let _=["status","blocked_by","blocked_reason","unblock_note"];return f.length!==p.length&&_.push("dependencies"),{changedFields:_}}});a.push(`auto_unblocked:${m.item.id}:resolved_blockers=${c.blocker_ids.join(",")}`)}catch(m){let u=m instanceof Error?m.message.replace(/\s+/g," ").trim():"unknown";a.push(`auto_unblock_failed:${c.id}:${u}`)}return a}function Kv(e,t){let n=[],r=[{option:t.resolution,key:"resolution"},{option:t.expectedResult,key:"expected_result"},{option:t.actualResult,key:"actual_result"}];for(let{option:o,key:s}of r){if(typeof o!="string")continue;let i=o.trim();i.length!==0&&(e[s]=i,n.push(s))}return n}function zv(e,t){if(t===void 0)return[];e.duplicate_of=t;let n=[],r=[{key:"resolution",value:`Duplicate of ${t}`},{key:"expected_result",value:`Canonical item ${t} tracks the work.`},{key:"actual_result",value:`Closed as duplicate of ${t}.`}];for(let{key:o,value:s}of r)Dv(e[o])&&(e[o]=s,n.push(o));return n}function Bv(e,t,n,r){let o=[];if(t!=="off"){let s=Mv(e);if(s.length>0){let i=s.map(a=>a.label);if(t==="strict"){let a=s.map(m=>`--${m.key.replaceAll("_","-")}`),c=["--pm-path",r,"update",e.id,...a.flatMap(m=>[m,"<value>"])];throw new l(`Cannot close item ${e.id}: missing ${i.join(", ")}. Populate fields or use --validate-close warn.`,d.USAGE,{code:"close_validation_missing_fields",recovery:{missing:a,suggested_retry:Lo(c)},nextSteps:["Run the suggested pm update, then retry the original pm close invocation.","Use --validate-close warn only when governance permits an evidenced exception."]})}o.push(`close_validation_missing_fields:${e.id}:${i.join(",")}`)}if(n.length>0){if(t==="strict")throw new l(`Cannot close item ${e.id}: active child items remain open (${n.join(", ")}). Close, cancel, or re-parent them first, or use --validate-close warn.`,d.USAGE);o.push(`close_validation_active_children:${e.id}:${n.join(",")}`)}return o}return n.length>0&&o.push(`closed_with_active_children:${e.id}:${n.join(",")}`),o}function Vv(e,t){return t!==void 0?(e.close_reason=t,["close_reason"]):[]}function Hv(e){return e.assignee===void 0?[]:(delete e.assignee,["assignee"])}function Wv(e,t){if(ee(e.status,t.statusRegistry)&&!t.force)throw new l(`Item ${e.id} is already terminal; use --force to close again.`,d.CONFLICT);let n=Kv(e,t.options),r=zv(e,t.duplicateOf),o=Bv(e,t.validateCloseMode,t.activeChildIds,t.pmRoot);e.status=t.statusRegistry.close_status,e.closed_at=t.closedAt;let s=t.options.completedAt!==void 0||e.completed_at===void 0;s&&(e.completed_at=t.completedAt);let i=["status","closed_at",...s?["completed_at"]:[],...Vv(e,t.closeReason),...n];if(Ep(e)&&(e.plan_mode="completed",i.push("plan_mode")),t.duplicateOf!==void 0){i.push("duplicate_of");for(let c of r)i.includes(c)||i.push(c)}i.push(...Hv(e));let a=dc(e,t.lifecyclePolicy);return i.push(...a.changedFields),o.push(...a.warnings),{changedFields:i,...o.length>0?{warnings:o}:{}}}async function n_(e,t,n,r){let o=E(process.cwd(),r.path);await R(o);let s=await T(o),i=$(s.schema),a=C(n.author,s.author_default),c=O(s,I()).type_to_folder,m=await U(o,e,s.id_prefix,s.item_format,c);if(!m)throw await it(o,e,s.id_prefix,c);let u=await Uv(o,s,n.duplicateOf,m.id),p={requireCloseReason:n.lifecyclePolicy?.requireCloseReason??s.governance.require_close_reason,orderingEdges:n.lifecyclePolicy?.orderingEdges??"preserve"},f=ac({explicit:t,duplicateOf:u,resolution:n.resolution,message:n.message},p.requireCloseReason).closeReason,_=Fv(n.validateClose)??s.governance.close_validation_default,h=await ce(o,s.item_format,c,void 0,s.schema),y=Gv(h,m.id,i),g=k(),b=n.completedAt===void 0?g:te(n.completedAt,new Date(g),"completed-at"),v=await ne({pmRoot:o,settings:s,id:m.id,op:"close",author:a,message:n.message,force:n.force,mutate(S){return Wv(S.metadata,{pmRoot:o,statusRegistry:i,force:n.force,options:n,duplicateOf:u,validateCloseMode:_,activeChildIds:y,closeReason:f,closedAt:g,completedAt:b,lifecyclePolicy:p})}});return{item:v.item,changed_fields:v.changedFields,warnings:[...v.warnings,...await qv(o,s,h,m.id,a,i)]}}function dt(e,t,n,r){return n_(e,t,n,r)}import Yv from"fast-json-patch";import lc 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]="db5f3a6d-9ae5-5f9b-bedf-766b2b79324c")}catch{}})();function Jv(e,t){return ap(e,t,{errorSubject:"restore",allowFutureTimestamp:!0})}function Xv(e){let t=Ca(e,e.length-1);return Object.keys(t.metadata).length===0?{metadata:{},body:t.body}:Ye(Ht(t))}async function Qv(e,t,n,r){let o=await U(e,t,n.id_prefix,n.item_format,r);if(o){let c=Re(e,o.id),m=await tp({pmRoot:e,settings:n,itemId:o.id,commandLabel:"restore"});return{id:o.id,historyPath:c,located:o,historyPolicyWarnings:m.warnings}}let s=we(t,n.id_prefix),i=Ea(t),a=s===i?[s]:[s,i];for(let c of a){let m=Re(e,c);if(await P(m))return{id:c,historyPath:m,located:null,historyPolicyWarnings:[]}}throw new l(`Item ${t} not found`,d.NOT_FOUND)}function Zv(e,t){let n=nr(e),r=nr(t),o=Yv.compare(n,r),s=new Set;for(let i of o){if(i.path==="/body"||i.path.startsWith("/body/")){s.add("body");continue}let a=i.path.replace(/^\/(?:metadata|front_matter)\/?/,"").split("/")[0];s.add(a.replaceAll("~1","/").replaceAll("~0","~"))}return Array.from(s).sort((i,a)=>i.localeCompare(a))}async function ek(e){if(await q(e.subject.historyPath)!==e.historyRawBeforeLock)throw new l(`History for ${e.resolvedId} changed while waiting for lock; retry restore.`,d.CONFLICT);let n=await U(e.pmRoot,e.resolvedId,e.settings.id_prefix,e.settings.item_format,e.typeToFolder),r=n?await H(n,{schema:e.settings.schema}):null;if((r?.raw??null)!==e.currentItemRawBeforeLock)throw new l(`Item ${e.resolvedId} changed while waiting for lock; retry restore.`,d.CONFLICT);return{loadedItemUnderLock:r,existingItemPath:n?.itemPath??null}}function tk(e,t){return e?{document:e.document,originalRaw:e.raw}:{document:Xv(t),originalRaw:null}}function nk(e){let t=e.document.metadata.assignee?.trim();if(!(t&&t!==e.author&&!e.force))return[];if(e.enforcement==="strict")throw new l(`Item ${e.resolvedId} is assigned to ${t}. Use --force to override.`,d.CONFLICT);return e.enforcement==="warn"?[`ownership_warning:assignee_conflict:${e.resolvedId}:${t}`]:[]}async function rk(e){if(e.existingItemPath&&e.resolvedOriginalRaw!==null&&e.restoredItemPath!==e.existingItemPath){await _e(e.existingItemPath,e.resolvedOriginalRaw),await lc.rm(e.restoredItemPath,{force:!0});return}if(e.existingItemPath&&e.resolvedOriginalRaw!==null){await _e(e.existingItemPath,e.resolvedOriginalRaw);return}await lc.rm(e.restoredItemPath,{force:!0})}async function ok(e){return[...await Y({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 Y({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 Xt(e,t,n,r){let o=E(process.cwd(),r.path);await R(o);let s=await T(o),i=O(s,I()),a=await Qv(o,e,s,i.type_to_folder),c=a.id,m=await q(a.historyPath),u=await Sn(a.historyPath,c);if(u.length===0)throw new l(`No history exists for ${c}; restore is unavailable.`,d.NOT_FOUND);let p=Jv(t,u),f=cp(Ca(u,p.historyIndex),p),_=Yu(f,{schema:s.schema});if(_.metadata.id!==c)throw new l(`Restore target resolved to item ${_.metadata.id}, expected ${c}.`,d.GENERIC_FAILURE);let y=(a.located?await H(a.located,{schema:s.schema}):null)?.raw??null,g=C(n.author,s.author_default),b=await be(o,c,s.locks.ttl_seconds,g,!!n.force,s.governance.force_required_for_stale_lock,s.locks.wait_ms);try{let{loadedItemUnderLock:v,existingItemPath:S}=await ek({pmRoot:o,resolvedId:c,subject:a,settings:s,typeToFolder:i.type_to_folder,historyRawBeforeLock:m,currentItemRawBeforeLock:y}),A="toon",x=tk(v,u),j=nk({document:x.document,author:g,force:n.force,enforcement:s.governance.ownership_enforcement,resolvedId:c}),M=Zv(x.document,_);await No({pm_root:o,operation:"restore",before:x.document,after:_,changed_fields:M,sdk:qo({pmRoot:o,settings:s,typeToFolder:i.type_to_folder})});let me=je(_,{format:A,schema:s.schema}),W=Kt(o,_.metadata.type,c,A,i.type_to_folder),ge=await An(o,g),ue=[];try{await _e(W,me),S&&W!==S&&await lc.rm(S);let gt=qe({nowIso:k(),author:g,op:"restore",before:x.document,after:_,message:n.message});try{await Rt(a.historyPath,gt)}catch(yt){throw await rk({existingItemPath:S,resolvedOriginalRaw:x.originalRaw,restoredItemPath:W}),yt}ue=await Tn({pmRoot:o,preferredFormat:s.item_format,typeToFolder:i.type_to_folder,schema:s.schema,itemPath:W,previousItemPath:S??void 0,document:_})}finally{await ge()}let Ue=await ok({restoredItemPath:W,historyPath:a.historyPath,before:x.document,after:_});yn({id:_.metadata.id,op:"restore",item_type:_.metadata.type,previous_status:x.document.metadata.status,status:_.metadata.status,previous:Vt(x.document.metadata,M),current:Vt(_.metadata,M),changed_fields:M});let ht=u[p.historyIndex];return{item:_.metadata,restored_from:{kind:p.kind,target:p.raw,history_index:p.historyIndex+1,entry_ts:ht.ts,entry_op:ht.op},changed_fields:M,warnings:[...a.historyPolicyWarnings,...j,...ue,...Ue]}}finally{await b()}}(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]="a97a3cf0-beef-5967-8f5b-2372a6c9f2f7")}catch{}})();var o_=1,mc="close-many",sk=["--filter-status","--filter-type","--filter-tag","--filter-priority","--filter-sprint","--filter-release","--filter-parent","--filter-assignee","--filter-updated-before","--ids"].join(", ");function ik(e,t){return mr(e,t,{includePagination:!1})}function ak(e,t){return mr(e,t)}function ck(e){if(e?.ids!=null&&String(e.ids).trim().length===0)throw new l("--ids requires at least one non-empty item ID",d.USAGE)}function dk(e){let t={};if(!e)return t;for(let[n,r]of Object.entries(e))r==null||typeof r=="string"&&!r.split(",").some(o=>o.trim().length>0)||(t[n]=r);return t}function lk(e,t){let n=String(e??"").trim();if(n.length>0)return n;if(t)throw new l("pm close-many requires a shared close reason via --reason because governance.require_close_reason is enabled.",d.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 mk(e,t){let n=$(t.schema),r=O(t,I()),o=await ce(e,t.item_format,r.type_to_folder,void 0,t.schema),s=new Map,i=new Map;for(let a of o){if(typeof a.parent!="string"||a.parent.length===0||(i.set(a.id,a.parent),ee(a.status,n)))continue;let c=s.get(a.parent);c?c.push(a.id):s.set(a.parent,[a.id])}for(let a of s.values())a.sort((c,m)=>c.localeCompare(m));return{childrenByParent:s,parentByChild:i}}function r_(e,t,n){let r=n?.get(e);if(r!==void 0)return r;let o=0,s=t.get(e),i=[],a=new Set,c=!1;for(;s!==void 0&&!a.has(s);){let m=n?.get(s);if(m!==void 0){o+=m+1;break}a.add(s),i.push(s),o+=1,s=t.get(s)}if(s!==void 0&&a.has(s)&&(c=!0),!c){n?.set(e,o);for(let[m,u]of i.entries())n?.set(u,o-m-1)}return o}async function uk(e){let t=await Vo(e.pmRoot,mc,e.rollbackId,o_),n=e.options.message??`Rollback close-many checkpoint ${t.id}`,r=await Ho(t.items,(o,s)=>Xt(o,s,{author:e.options.author,message:n,force:!0},e.global));return{...Bt({applied:r.restored_ids.length,skipped:0,failed:r.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:r.restored_ids.length,failed_count:r.failed_count,rows:r.rows,ids:r.restored_ids}}function pk(e,t,n,r,o){return e.map(s=>{let i=(t.get(s.id)??[]).filter(c=>!n.has(c)),a=!s_(s,r,o);return{id:s.id,title:typeof s.title=="string"?s.title:"",status:s.status,action:a?"skip":"close",...a?{skip_reason:"already_terminal"}:{},...i.length>0?{active_child_ids:i}:{}}})}async function fk(e){let t=await Bo(e.pmRoot,mc,e.checkpointId,{schema_version:o_,id:e.checkpointId,created_at:e.nowValue,author:C(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 _k(e){let t=[],n=[];for(let r of e.matched){if(!e.closableIds.has(r.id)){t.push({id:r.id,status:"skipped",skip_reason:"already_terminal"});continue}try{let o=await dt(r.id,e.reason,e.closeOptions,e.global);t.push({id:r.id,status:"closed",changed_fields:o.changed_fields,...o.warnings&&o.warnings.length>0?{warnings:o.warnings}:{}}),n.push(r.id)}catch(o){t.push({id:r.id,status:"failed",error:hn(o)})}}return{rows:t,closedIds:n}}function hk(e){return typeof e.rollback=="string"?e.rollback:void 0}function gk(e,t){if(t.trim().length===0)throw new l("--rollback requires a checkpoint id",d.USAGE);if(e.dryRun===!0)throw new l("--dry-run cannot be combined with --rollback",d.USAGE);if(ak(e.list,e.status))throw new l("Rollback mode does not accept filter options",d.USAGE)}function yk(e){if(!ik(e.list,e.status))throw new l(`close-many requires at least one filter to scope the close (for example: ${sk}). Refusing to match every item.`,d.USAGE)}function bk(e,t){let n=new Map;return[...e].sort((r,o)=>{let s=r_(o.id,t,n)-r_(r.id,t,n);return s!==0?s:r.id.localeCompare(o.id)})}function s_(e,t,n){return n||!ee(e.status,t)}function wk(e,t,n){return new Set(e.filter(r=>s_(r,t,n)).map(r=>r.id))}async function vk(e){yk(e.options);let t=$(e.settings.schema),n=lk(e.options.reason,e.settings.governance.require_close_reason),r=e.options.force===!0,o=await ct(e.options.status,dk(e.options.list),e.global),{childrenByParent:s,parentByChild:i}=await mk(e.pmRoot,e.settings),a=bk(o.items,i),c=[...new Set(String(e.options.list?.ids??"").split(",").map(f=>f.trim()).filter(f=>f.length>0))],m=c.length===0?[]:(await ct(void 0,{ids:c.join(","),noTruncate:!0,full:!0},e.global)).items,u=new Set(m.map(f=>f.id)),p=wk(a,t,r);return{pmRoot:e.pmRoot,settings:e.settings,statusRegistry:t,reason:n,validateCloseMode:e.options.validateClose,force:r,listed:o,matched:a,unmatchedIds:c.length===0?void 0:c.filter(f=>!u.has(f)),planRows:pk(a,s,p,t,r)}}function kk(e){return{outcome:"effect",exit_code:d.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!==void 0?{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length}:{}}}async function Sk(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 fk({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 i_(e,t){let n=E(process.cwd(),t.path);await R(n);let r=await T(n),o=e.dryRun===!0,s=hk(e);if(ck(e.list),s!==void 0)return gk(e,s),uk({pmRoot:n,rollbackId:s,options:e,global:t});let i=await vk({pmRoot:n,settings:r,options:e,global:t});if(o)return kk(i);let a=new Set(i.planRows.filter(b=>b.action==="close").map(b=>b.id)),c=k(),m=zo(mc,c),u=await Sk({context:i,options:e,closableIds:a,checkpointId:m,nowValue:c}),p={author:e.author,message:e.message??`close-many apply ${m}`,completedAt:e.completedAt,validateClose:i.validateCloseMode,force:i.force,resolution:e.resolution,expectedResult:e.expectedResult,actualResult:e.actualResult},{rows:f,closedIds:_}=await _k({matched:i.matched,closableIds:a,reason:i.reason,closeOptions:p,global:t}),h=f.filter(b=>b.status==="closed").length,y=f.filter(b=>b.status==="skipped").length,g=f.filter(b=>b.status==="failed").length;return{...Bt({applied:h,skipped:y,failed:g,unmatched:i.unmatchedIds?.length??0}),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}:{},...u?{checkpoint:u}:{},closed_count:h,skipped_count:y,failed_count:g,rows:f,ids:_,...i.unmatchedIds!==void 0?{unmatched_ids:i.unmatchedIds,unmatched_count:i.unmatchedIds.length}:{}}}import{readFile as Ek}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]="f761d37b-28df-5176-9e25-762f57aa0abf")}catch{}})();async function uc(e,t){let n=e.add!==void 0,r=e.stdin===!0,o=typeof e.file=="string",s=Number(n)+Number(r)+Number(o);if(s===0)return;if(s>1)throw new l("Specify comment text using only one input source: --add, --stdin, or --file",d.USAGE);if(n)return{value:await t.resolveValue(e.add,"--add",at(e))??"",emptyFlag:"--add"};if(r)return gr(e,"--stdin"),{value:await t.resolveValue("-","--stdin")??"",emptyFlag:"--stdin"};let i=e.file.trim();if(!i)throw new l("--file path cannot be empty",d.USAGE);if(i==="-")return gr(e,"--file -"),{value:await t.resolveValue("-","--file")??"",emptyFlag:"--file"};try{return{value:await Ek(i,"utf8"),emptyFlag:"--file"}}catch(a){if(ic(a)&&qt(a))throw new l(`--file path not found: ${i}. Use --file - to read stdin.`,d.USAGE);let c=a instanceof Error?a.message:String(a);throw new l(`Failed to read --file path "${i}": ${c}. Use --file - to read stdin.`,d.USAGE)}}async function Ak(e,t){let n=e.edit,r=e.delete,o=n!==void 0,s=r!==void 0;if(o&&s)throw new l("Specify only one of --edit or --delete",d.USAGE);if(n!==void 0&&(!Number.isInteger(n)||n<1))throw new l("--edit must be a positive integer",d.USAGE);if(r!==void 0&&(!Number.isInteger(r)||r<1))throw new l("--delete must be a positive integer",d.USAGE);if(s){if(await uc(e,t)!==void 0)throw new l("--delete does not take comment text",d.USAGE);return{mode:"delete",index:r}}if(o){let c=await uc(e,t);if(c===void 0)throw new l("--edit requires replacement text via positional [text], --add, --stdin, or --file",d.USAGE);return{mode:"edit",index:n,value:c.value,emptyFlag:c.emptyFlag}}let i=await uc(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 a_(e,t,n){let r=Ot(),o=await Ak(t,r),s=o.mode==="add"||o.mode==="edit",i=o.value??"";return $n(e,t,n,{input:{...o,rawValue:t.add??i,value:s?Mn(i,{stripPlainTextPrefix:!0}):i},collectionKey:"comments",op:"comment_add",editOp:"comment_edit",deleteOp:"comment_delete",parseText:a=>a,createEntry:a=>a,bypassOwnershipConflict:!!(o.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]="972816c9-b407-5b89-a744-249c9771451f")}catch{}})();async function c_(e,t,n){return $n(e,t,n,{input:await Ss(t,"learning"),collectionKey:"learnings",op:"learning_add",editOp:"learning_edit",deleteOp:"learning_delete",parseText:r=>Mn(r),createEntry:r=>r,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]="216389a2-fb85-56a0-8ef2-9f41f1321c16")}catch{}})();function Tk(e){if(e===void 0)return;if(e.trim().length===0)throw new l("--add-json must contain a JSON value",d.USAGE,{code:"structured_event_json_empty"});let t;try{t=JSON.parse(e)}catch{throw new l("--add-json must be valid JSON",d.USAGE,{code:"structured_event_json_invalid"})}return t}function Ck(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 Rk(e){if(e===void 0)return;let t=Date.parse(e);if(!Number.isFinite(t))throw new l("--since must be a valid ISO timestamp",d.USAGE,{code:"structured_event_since_invalid"});return t}async function d_(e,t,n){let r=Tk(t.addJson),o=[t.add!==void 0,t.stdin===!0,t.file!==void 0,t.edit!==void 0,t.delete!==void 0].includes(!0);if(r!==void 0&&o)throw new l("--add-json cannot be combined with text, edit, delete, stdin, or file inputs",d.USAGE,{code:"structured_event_input_conflict"});let s=r===void 0?void 0:V(r),i=[t.since,t.eventType].some(h=>h!==void 0),a=Rk(t.since),c=or(t.limit),m=await $n(e,{...t,...i?{limit:void 0}:{},includeMeta:[t.includeMeta===!0,i].includes(!0)},n,{input:await Ss(s===void 0?t:{add:s},"note"),collectionKey:"notes",op:"note_add",editOp:"note_edit",deleteOp:"note_delete",parseText:h=>Mn(h),createEntry:h=>r===void 0?h:{...h,format:"json",data:r,event_type:Ck(r)},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."]}}),u=t.eventType?.trim(),p=m.notes.filter(h=>{let y=[h.format==="json",h.data!==void 0].every(Boolean),g=[a===void 0,Date.parse(h.created_at)>=(a??Number.POSITIVE_INFINITY)].includes(!0),b=[!u,h.event_type===u].includes(!0);return[!i,[y,g,b].every(Boolean)].includes(!0)}),f=i?sc(p,c):p,_=f.filter(h=>h.format==="json").length;return{...m,notes:f,count:f.length,...i?{total_count:p.length,returned_count:f.length,has_more:f.length<p.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]="d6f359cb-2bc9-5f96-8789-db91512d0bd5")}catch{}})();function yr(e,t,n="--dep"){if(!t&&/[:,=]/.test(e))throw new l(`Invalid ${n} value "${e}". Use a bare item id or id=<id>,kind=<kind>.`,d.USAGE,{code:"dependency_flag_value_invalid",reason:"malformed_dependency_shorthand",flag:n,value:e,required:"Use a bare item id or an explicit id=<id>,kind=<kind> entry."})}function br(e,t,n=Pt()){for(let r of t??[])try{kl(e,r.id,r.kind,n)}catch(o){throw new l(hn(o),d.USAGE,{code:"dependency_edge_not_allowed",why:`${e} -> ${r.id} (${r.kind}) violates the active relationship-kind policy`})}}async function l_(e,t){return(await H(e,{schema:t})).document.metadata.created_at}async function Ik(e,t){if(e.createdAt!==void 0)return e.createdAt;let n=await U(t.pmRoot,e.id,t.idPrefix,t.itemFormat,t.typeToFolder);return n===null?void 0:l_(n,t.schema)}function xk(e){let t=e.registry.require(e.dependency.kind);return new l(`${t.kind} requires source ${e.holder.id} to be created after target ${e.dependency.id}`,d.USAGE,{code:"dependency_temporal_order_invalid",reason:"source_not_after_target",required:`${e.holder.id}.created_at must be later than ${e.dependency.id}.created_at for ${t.kind}.`,why:"Chronological recurrence direction must be validated before the relationship is persisted.",source_id:e.holder.id,source_created_at:e.sourceCreatedAt,target_id:e.dependency.id,target_created_at:e.targetCreatedAt,temporal_order:t.temporalOrder})}async function Ok(e){let t=e.dependencies.filter(o=>e.registry.resolve(o.kind)?.temporalOrder==="source_after_target"&&!e.missingTargets.includes(o.id));if(t.length===0||e.holders.length===0)return;let n=new Map(e.resolutions.flatMap(({target:o,located:s})=>s===null?[]:[[o,s]])),r=new Map(await Promise.all([...new Set(t.map(({id:o})=>o))].map(async o=>[o,await l_(n.get(o),e.context.schema)])));for(let o of e.holders){let s=await Ik(o,e.context);if(s!==void 0)for(let i of t){let a=r.get(i.id),c=Date.parse(s),m=Date.parse(a);if(!(Number.isFinite(c)&&Number.isFinite(m)&&c>m))throw xk({holder:o,dependency:i,sourceCreatedAt:s,targetCreatedAt:a,registry:e.registry})}}}async function Qt(e){let t=e.registry??Pt(),n=(e.dependencies??[]).filter(i=>!Np(i.source_kind)),r=[...new Set(n.map(i=>i.id))],o=await Promise.all(r.map(async i=>({target:i,located:await U(e.pmRoot,i,e.idPrefix,e.itemFormat,e.typeToFolder)}))),s=o.filter(({located:i})=>i===null).map(({target:i})=>i).sort((i,a)=>i<a?-1:1);if(s.length>0&&e.allowUnresolved!==!0)throw new l(`Dependency target${s.length===1?"":"s"} not found: ${s.join(", ")}`,d.NOT_FOUND,{code:"dependency_target_not_found",reason:"unresolved_local_dependency",required:"Every local dependency target must exist before the edge is committed.",why:"Fail-fast target resolution prevents dangling graph nodes and preserves reliable traversal semantics.",unresolved_targets:s,examples:["--dep id=<existing-item-id>,kind=related","--dep id=<external-id>,kind=related,source_kind=external","--allow-unresolved-deps --dep id=<future-item-id>,kind=related"],nextSteps:[`Create or correct ${s.length===1?"the target":"the targets"}, then retry the mutation.`,"Use source_kind=external for a cross-workspace reference.","Use --allow-unresolved-deps only when the dangling local edge is intentional."],recovery:{recovery_mode:"compact",missing:s,suggested_flags:["--allow-unresolved-deps"],suggested_retry:`pm search "${s[0]}" --limit 10`}});return await Ok({dependencies:n,missingTargets:s,resolutions:o,holders:e.holders??[],registry:t,context:e}),s.map(i=>`dependency_target_unresolved:${i}`)}(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]="dcbb6070-7457-5454-abf1-fa8153c8efd6")}catch{}})();function Ts(e){let t=e.trim();return t.toLowerCase()==="med"?"medium":t}function Cs(e){let t=e.trim();return t.toLowerCase()==="med"?"medium":t}function Rs(e){let t=e.trim().toLowerCase();if(t==="med")return"medium";if(Kr.includes(t))return t;let n=de(e,"confidence");if(!Number.isInteger(n)||n<0||n>100)throw new l("Confidence must be an integer 0..100 or one of low|med|medium|high",d.USAGE);return n}function Is(e){let t=e.trim().toLowerCase();if(t==="true"||t==="1")return!0;if(t==="false"||t==="0")return!1;throw new l("Regression must be one of true|false|1|0",d.USAGE)}(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]="afc4f3d5-ba5e-5dd7-abc9-531b319cdb4e")}catch{}})();var Pk=new Set(["none","null"]);function xs(e={}){return[{optionKey:"dep",clearFlagKey:"clearDeps",valueFlag:"--dep",clearFlag:"--clear-deps",...e.depDisableFlagKey===void 0?{}:{disableFlagKey:e.depDisableFlagKey}},{optionKey:"comment",clearFlagKey:"clearComments",valueFlag:"--comment",clearFlag:"--clear-comments"},{optionKey:"note",clearFlagKey:"clearNotes",valueFlag:"--note",clearFlag:"--clear-notes"},{optionKey:"learning",clearFlagKey:"clearLearnings",valueFlag:"--learning",clearFlag:"--clear-learnings"},{optionKey:"file",clearFlagKey:"clearFiles",valueFlag:"--file",clearFlag:"--clear-files",...e.fileDisableFlagKey===void 0?{}:{disableFlagKey:e.fileDisableFlagKey}},{optionKey:"test",clearFlagKey:"clearTests",valueFlag:"--test",clearFlag:"--clear-tests",...e.testDisableFlagKey===void 0?{}:{disableFlagKey:e.testDisableFlagKey}},{optionKey:"doc",clearFlagKey:"clearDocs",valueFlag:"--doc",clearFlag:"--clear-docs",...e.docDisableFlagKey===void 0?{}:{disableFlagKey:e.docDisableFlagKey}},{optionKey:"reminder",clearFlagKey:"clearReminders",valueFlag:"--reminder",clearFlag:"--clear-reminders"},{optionKey:"event",clearFlagKey:"clearEvents",valueFlag:"--event",clearFlag:"--clear-events"},{optionKey:"typeOption",clearFlagKey:"clearTypeOptions",valueFlag:"--type-option",clearFlag:"--clear-type-options"}]}function ze(e){return e===void 0?!1:Pk.has(e.trim().toLowerCase())}function Os(e,t,n){if(!ze(e))return;let r=n?` ${n}`:"";throw new l(`${t} no longer accepts "none" or "null".${r}`.trim(),d.USAGE)}function Se(e,t,n){if(!e||e.length===0||!e.some(s=>ze(s)))return;let o=n?` ${n}`:"";throw new l(`${t} no longer accepts "none" or "null".${o}`.trim(),d.USAGE)}function Ps(e,t){for(let n of t){let r=e[n.optionKey];if(!Array.isArray(r)||r.length===0)continue;if(!r.every(a=>typeof a=="string"))throw new l(`${n.valueFlag} entries must be strings.`,d.USAGE);let o=r;if(!o.some(a=>ze(a)))continue;if(o.filter(a=>!ze(a)).length>0)throw new l(`Cannot mix legacy clear token "none"/"null" with concrete ${n.valueFlag} entries. Use ${n.clearFlag} to clear or provide explicit entries.`,d.USAGE);e[n.optionKey]=void 0,e[n.clearFlagKey]=!0,n.disableFlagKey&&(e[n.disableFlagKey]=!1)}return e}(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]="2fcfbe50-039b-5031-8b18-a208908a0d87")}catch{}})();function u_(e,t){let n=e.trim().toLowerCase();if(n==="true"||n==="1"||n==="yes")return!0;if(n==="false"||n==="0"||n==="no")return!1;throw new l(`${t} must be one of true|false|1|0|yes|no`,d.USAGE)}function pc(e){return e?e.split("|").map(t=>t.trim()).filter(t=>t.length>0):[]}function Ee(e,t,n){if(!t.includes(e))throw new l(`Invalid ${n} value "${e}". Allowed: ${t.join(", ")}`,d.USAGE);return e}var p_=["recur_freq","recur_interval","recur_count","recur_until","recur_by_weekday","recur_by_month_day","recur_exdates"];function Lk(e,t){return t==="defined"?e!==void 0:!!e}function m_(e,t,n){if(!Lk(e,n))return;let r=de(e,`event ${t}`);if(!Number.isInteger(r)||r<1)throw new l(`--event ${t} must be an integer >= 1`,d.USAGE);return r}function Nk(e,t,n){let r=e?te(e,n,"event.recur_until"):void 0;if(r&&r<t)throw new l("--event recur_until must be at or after start",d.USAGE);return r}function Fk(e){return Array.from(new Set(pc(e).map(t=>Ee(t.toLowerCase(),_l,"event weekday")))).sort((t,n)=>zi(t)-zi(n))}function Mk(e){return Array.from(new Set(pc(e).map(t=>{let n=de(t,"event recur_by_month_day");if(!Number.isInteger(n)||n<1||n>31)throw new l("--event recur_by_month_day values must be integers 1..31",d.USAGE);return n}))).sort((t,n)=>t-n)}function $k(e,t){return Array.from(new Set(pc(e).map(n=>te(n,t,"event.recur_exdates")))).sort((n,r)=>n.localeCompare(r))}function f_(e,t,n,r){let o=e.recur_freq?.trim(),s=e.recur_interval?.trim(),i=e.recur_count?.trim(),a=e.recur_until?.trim(),c=e.recur_by_weekday?.trim(),m=e.recur_by_month_day?.trim(),u=e.recur_exdates?.trim();if(![o,s,i,a,c,m,u].some(S=>S!==void 0))return;if(!o)throw new l("--event recurrence fields require recur_freq=<daily|weekly|monthly|yearly>",d.USAGE);let f=Ee(o.toLowerCase(),fl,"event recurrence frequency"),_=m_(s,"recur_interval",r),h=m_(i,"recur_count",r),y=Nk(a,t,n),g=Fk(c),b=Mk(m),v=$k(u,n);return{freq:f,interval:_,count:h,until:y,by_weekday:g.length>0?g:void 0,by_month_day:b.length>0?b:void 0,exdates:v.length>0?v: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]="8248687e-ba97-5e1b-afbf-a322a72eb1aa")}catch{}})();var __="--event end must be strictly after start. Equal start/end timestamps are treated as an instant event (end is dropped); an end earlier than start is rejected. Omit end for an instant event or set end later than start.",Dk="--event end and duration are mutually exclusive; provide only one (use duration=<relative> like duration=2h, duration=30min, or duration=PT30M, or set an explicit end).",Uk=/^([+-]?)(\d+)(min|mins|minute|minutes)$/i,Gk=/^([+-]?)[Pp][Tt](?:(\d+)[Hh])?(?:(\d+)[Mm])?(?:(\d+)[Ss])?$/,g_=1e3,fc=60*g_,jk=60*fc;function h_(e,t){let n=new Date(e);if(!Number.isFinite(n.getTime()))throw new l(`Invalid event.duration value "${t}". Duration is out of supported timestamp range.`,d.USAGE);return n.toISOString()}function qk(e,t){let n=new Date(e),r=t.trim(),o=Uk.exec(r);if(o){let a=o[1]==="-"?-1:1,c=Number.parseInt(o[2],10)*a;return h_(n.getTime()+c*fc,r)}let s=Gk.exec(r);if(s){let[,a,c,m,u]=s;if(c||m||u){let f=a==="-"?-1:1,_=Number.parseInt(c??"0",10),h=Number.parseInt(m??"0",10),y=Number.parseInt(u??"0",10),g=_*jk+h*fc+y*g_;return h_(n.getTime()+f*g,r)}}let i=r.startsWith("+")||r.startsWith("-")?r:`+${r}`;return te(i,n,"event.duration")}function y_(e,t,n,r){if(t&&n)throw new l(Dk,d.USAGE);if(n){let s=qk(e,n);if(s<e)throw new l(__,d.USAGE);return s===e?void 0:s}if(!t)return;let o=te(t,r,"event.end");if(o<e)throw new l(__,d.USAGE);if(o!==e)return 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]="fd41d2bf-7be0-55ee-9048-a9d5092a9a21")}catch{}})();var Kk=["at","date","text","title"],zk=["start","date","end","duration","title","description","location","timezone","all_day",...p_],Bk=["key","value"];function b_(e,t){return t==="trimmed"?e?.trim():e}function Vk(e,t){return t==="defined"?e!==void 0:!!e}function Ls(e,t,n){return e.map(r=>{let o=oe(r,"--reminder");Ke(o,"--reminder",Kk);let s=b_(o.at??o.date,n.valueMode),i=b_(o.text??o.title,n.valueMode);if(!s||!i)throw new l("--reminder requires at=<iso|relative> or date=<iso|relative>, plus text=<value> or title=<value>",d.USAGE);let a=i.trim();if(!a)throw new l("--reminder text must not be empty",d.USAGE);return{at:te(s,t,"reminder.at"),text:a}})}function Ns(e,t,n){return e.map(r=>{let o=oe(r,"--event");Ke(o,"--event",zk);let s=(o.start??o.date)?.trim();if(!s)throw new l("--event requires start=<iso|relative> or date=<iso|relative>",d.USAGE);let i=te(s,t,"event.start"),a=o.end?.trim(),c=o.duration?.trim(),m=y_(i,a,c,t),u=o.title,p=o.description,f=o.location,_=o.timezone,h=u?.trim(),y=p?.trim(),g=f?.trim(),b=_?.trim(),v=[["title",u,h],["description",p,y],["location",f,g],["timezone",_,b]];for(let[j,M,me]of v)if(M!==void 0&&!me)throw new l(`--event ${j} must not be empty`,d.USAGE);let S=o.all_day?.trim(),A=f_(o,i,t,n.recurrenceEmptyNumericGuard),x=Vk(S,n.allDayEmptyGuard)?u_(S,"--event all_day"):void 0;return{start_at:i,end_at:m,title:h,description:y,location:g,all_day:x,timezone:b,recurrence:A}})}function Fs(e){let t={};for(let n of e){let r=n.trim();if(r.length===0)throw new l("--type-option values must not be empty",d.USAGE);let o,s;if(r.includes(",")||r.includes(`
5
- `)||r.startsWith("```")||/^(?:[-*+]\s+)?(?:key|value)\s*[:=]/i.test(r)){let a=oe(r,"--type-option");Ke(a,"--type-option",Bk),o=a.key?.trim(),s=a.value?.trim()}else{let a=r.indexOf("="),c=r.indexOf(":"),m=a;if(a<=0&&c>0&&(m=c),m<=0||m===r.length-1)throw new l("--type-option requires key=value or key=<name>,value=<value> entries",d.USAGE);o=r.slice(0,m).trim(),s=r.slice(m+1).trim()}if(!o||!s)throw new l("--type-option requires key and value",d.USAGE);t[o]=s}return Object.fromEntries(Object.entries(t).sort((n,r)=>n[0].localeCompare(r[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]="39a36d42-29b1-5f0f-a8b2-f3bfc0ef78c2")}catch{}})();var Hk="hierarchy-integrity";async function Ms(e){let t=e.required?await be(e.pmRoot,Hk,e.ttlSeconds,e.author,!1,!1,e.waitMs):async()=>{},n=!1;return async()=>{n||(n=!0,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]="e009d7f9-8d50-519a-9a43-632efd3bf443")}catch{}})();var Wk=new Set(["event","meeting","reminder","milestone","decision","adr"]);function w_(e,t,n,r){if(Wk.has(t.trim().toLowerCase())||n!==r.open_status)return;let o=Io("in_progress",r);if(!(o===void 0||o===r.open_status))return{command:`pm start-task ${e}`,to_status: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]="b29e4416-82ab-585c-9456-718e4699566d")}catch{}})();var lt=["command","cmd","path","scope","timeout","timeout_seconds","pm_context_mode","workspace_context_mode","env_set","env_clear","shared_host_safe","assert_stdout_contains","assert_stdout_regex","assert_stderr_contains","assert_stderr_regex","assert_stdout_min_lines","assert_json_field_equals","assert_json_field_gte","note"],Yk=new Set(lt);function v_(e){return Wo(e,lt)}function $s(e,t){let n={},r=[];for(let[o,s]of Object.entries(e)){let i=o.toLowerCase();if(!Yk.has(i)){r.push(o);continue}if(Object.hasOwn(n,i))throw new l(`${t} provides key "${o}" more than once after case normalization`,d.USAGE);n[i]=s}if(r.length>0)throw new l(`${t} does not recognize key${r.length>1?"s":""} ${r.map(o=>`"${o}"`).join(", ")}. Allowed keys: ${lt.join(", ")}.`,d.USAGE);if(n.cmd!==void 0){if(n.command!==void 0&&n.command.trim()!==n.cmd.trim())throw new l(`${t} command and cmd must match when both are provided`,d.USAGE);let{cmd:o,...s}=n;return{...s,command:s.command??o}}return n}(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]="64adcc3c-3646-5990-9442-4c4374a2dc7d")}catch{}})();var tn=new Set(["PM_PATH","PM_GLOBAL_PATH","PM_SOURCE_PM_PATH","PM_SOURCE_WORKSPACE_ROOT",cr,Bp,"FORCE_COLOR"]),Gs=/^[A-Za-z_][A-Za-z0-9_]*$/,en=["schema","tracker","auto"],k_=["source","isolated","snapshot"];function wr(e,t){if(!e)return;let n=e.split(/[;\n]/).map(o=>o.trim()).filter(o=>o.length>0);if(n.length===0)throw new l(`${t} env_set must include at least one KEY=VALUE assignment`,d.USAGE);let r=Object.create(null);for(let o of n){let s=o.indexOf("=");if(s<=0)throw new l(`${t} env_set entries must use KEY=VALUE and be separated by semicolons. Example: env_set=PORT=0;PLAYWRIGHT_BASE_URL=http://127.0.0.1:4173`,d.USAGE);let i=o.slice(0,s).trim(),a=o.slice(s+1);if(!Gs.test(i))throw new l(`${t} env_set key "${i}" is invalid`,d.USAGE);if(tn.has(i.toUpperCase()))throw new l(`${t} env_set key "${i}" is reserved for sandbox safety`,d.USAGE);r[i]=a}return Object.keys(r).length>0?r:void 0}function vr(e,t){if(!e)return;let n=On(e,{separators:/[;,\n]/});if(n.length===0)throw new l(`${t} env_clear must include at least one environment variable name`,d.USAGE);for(let r of n){if(!Gs.test(r))throw new l(`${t} env_clear key "${r}" is invalid`,d.USAGE);if(tn.has(r.toUpperCase()))throw new l(`${t} env_clear key "${r}" is reserved for sandbox safety`,d.USAGE)}return n}function js(e,t,n){if(!e)return;let r=e.trim().toLowerCase();if(r==="true"||r==="1"||r==="yes")return!0;if(r==="false"||r==="0"||r==="no")return!1;throw new l(`${t} ${n} must be one of true|false|1|0|yes|no`,d.USAGE)}function qs(e,t){if(!e)return;let n=e.trim().toLowerCase();if(en.includes(n))return n;throw new l(`${t} pm_context_mode must be one of: ${en.join(", ")}`,d.USAGE)}function nn(e,t){if(!e)return;let n=e.trim().toLowerCase();if(k_.includes(n))return n;throw new l(`${t} workspace_context_mode must be one of: ${k_.join(", ")}`,d.USAGE)}function rn(e){if(!e)return;let t=On(e,{separators:/[;\n]/});return t.length>0?t:void 0}function Dn(e,t,n){let r=rn(e);if(!(!r||r.length===0)){for(let o of r)try{new RegExp(o,"m")}catch(s){throw new l(`${t} ${n} includes invalid regex "${o}": ${s instanceof Error?s.message:String(s)}`,d.USAGE)}return r}}function Ks(e,t){if(!e)return;let n=de(e,"assert_stdout_min_lines");if(!Number.isInteger(n)||n<0)throw new l(`${t} assert_stdout_min_lines must be an integer >= 0`,d.USAGE);return n}function zs(e,t){if(!e)return;let n=e.split(/[;\n]/).map(o=>o.trim()).filter(o=>o.length>0);if(n.length===0)throw new l(`${t} assert_json_field_equals must include at least one path=value assignment`,d.USAGE);let r=Object.create(null);for(let o of n){let s=o.indexOf("=");if(s<=0)throw new l(`${t} assert_json_field_equals entries must use path=value and be separated by semicolons`,d.USAGE);let i=o.slice(0,s).trim(),a=o.slice(s+1).trim();if(i.length===0||a.length===0)throw new l(`${t} assert_json_field_equals entries must include non-empty path and value`,d.USAGE);r[i]=a}return Object.keys(r).length>0?r:void 0}function Bs(e,t){if(!e)return;let n=e.split(/[;\n]/).map(o=>o.trim()).filter(o=>o.length>0);if(n.length===0)throw new l(`${t} assert_json_field_gte must include at least one path=value assignment`,d.USAGE);let r=Object.create(null);for(let o of n){let s=o.indexOf("=");if(s<=0)throw new l(`${t} assert_json_field_gte entries must use path=value and be separated by semicolons`,d.USAGE);let i=o.slice(0,s).trim(),a=o.slice(s+1).trim();if(i.length===0||a.length===0)throw new l(`${t} assert_json_field_gte entries must include non-empty path and value`,d.USAGE);let c=Number(a);if(!Number.isFinite(c))throw new l(`${t} assert_json_field_gte value for "${i}" must be numeric`,d.USAGE);r[i]=c}return Object.keys(r).length>0?r:void 0}var Jk=new Set(lt);function Vs(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Xk(e,t){let n={},r=[];for(let[o,s]of Object.entries(e)){let i=o.toLowerCase();if(!Jk.has(i)){r.push(o);continue}if(Object.hasOwn(n,i))throw t(`provides key "${o}" more than once after case normalization`);n[i]=s}if(r.length>0)throw t(`does not recognize key${r.length>1?"s":""} ${r.map(o=>`"${o}"`).join(", ")}. Allowed keys: ${lt.join(", ")}.`);return n}function Zt(e,t,n){if(!Object.hasOwn(e,t))return;let r=e[t];if(r!==void 0){if(typeof r!="string")throw n(`field "${t}" must be a JSON string`);return r}}function Ds(e,t,n){if(!Object.hasOwn(e,t))return;let r=e[t];if(r===void 0)return;let o=typeof r=="string"?[r]:r;if(!Array.isArray(o)||o.some(i=>typeof i!="string"))throw n(`field "${t}" must be a string or an array of strings`);let s=o.filter(i=>i.length>0);return s.length>0?s:void 0}function S_(e,t,n){let r=Ds(e,t,n);if(r){for(let o of r)try{new RegExp(o,"m")}catch(s){throw n(`field "${t}" includes invalid regex "${o}": ${s instanceof Error?s.message:String(s)}`)}return r}}function Us(e,t,n){let r=typeof e=="number"?e:typeof e=="string"&&e.trim().length>0?Number(e.trim()):Number.NaN;if(typeof e=="boolean"||!Number.isFinite(r))throw n(`field "${t}" must be a finite number (or numeric string)`);return r}function Qk(e,t){let n=e.timeout_seconds,r=e.timeout;if(n===void 0&&r===void 0)return;let o=n===void 0?void 0:Us(n,"timeout_seconds",t),s=r===void 0?void 0:Us(r,"timeout",t);if(o!==void 0&&s!==void 0&&o!==s)throw t("timeout and timeout_seconds must match when both are provided");let i=o??s;if(!Number.isInteger(i)||i<=0)throw t("timeout_seconds must be a positive integer");return i}function Zk(e,t){let n=Zt(e,"scope",t);if(n===void 0)return"project";if(!tt.includes(n))throw t(`field "scope" must be one of: ${tt.join(", ")}`);return n}function eS(e,t){if(!Object.hasOwn(e,"env_set"))return;let n=e.env_set;if(n===void 0)return;if(!Vs(n))throw t('field "env_set" must be a JSON object mapping environment names to string values');let r=Object.create(null);for(let[o,s]of Object.entries(n)){if(typeof s!="string")throw t(`field "env_set" value for "${o}" must be a string`);if(!Gs.test(o))throw t(`field "env_set" key "${o}" is invalid`);if(tn.has(o.toUpperCase()))throw t(`field "env_set" key "${o}" is reserved for sandbox safety`);r[o]=s}return Object.keys(r).length>0?r:void 0}function tS(e,t){let n=Ds(e,"env_clear",t);if(n){for(let r of n){if(!Gs.test(r))throw t(`field "env_clear" key "${r}" is invalid`);if(tn.has(r.toUpperCase()))throw t(`field "env_clear" key "${r}" is reserved for sandbox safety`)}return n}}function nS(e,t,n){if(!Object.hasOwn(e,t))return;let r=e[t];if(r!==void 0){if(typeof r!="boolean")throw n(`field "${t}" must be a JSON boolean (true or false)`);return r}}function rS(e,t){if(!Object.hasOwn(e,"assert_stdout_min_lines"))return;let n=e.assert_stdout_min_lines;if(n===void 0)return;let r=Us(n,"assert_stdout_min_lines",t);if(!Number.isInteger(r)||r<0)throw t('field "assert_stdout_min_lines" must be an integer >= 0');return r}function oS(e,t){if(!Object.hasOwn(e,"assert_json_field_equals"))return;let n=e.assert_json_field_equals;if(n===void 0)return;if(!Vs(n))throw t('field "assert_json_field_equals" must be a JSON object mapping field paths to expected values');let r=Object.create(null);for(let[o,s]of Object.entries(n)){if(o.trim().length===0)throw t('field "assert_json_field_equals" keys must be non-empty field paths');if(typeof s!="string"&&typeof s!="number"&&typeof s!="boolean")throw t(`field "assert_json_field_equals" value for "${o}" must be a string, number, or boolean`);r[o]=String(s)}return Object.keys(r).length>0?r:void 0}function sS(e,t){if(!Object.hasOwn(e,"assert_json_field_gte"))return;let n=e.assert_json_field_gte;if(n===void 0)return;if(!Vs(n))throw t('field "assert_json_field_gte" must be a JSON object mapping field paths to numeric minimums');let r=Object.create(null);for(let[o,s]of Object.entries(n)){if(o.trim().length===0)throw t('field "assert_json_field_gte" keys must be non-empty field paths');r[o]=Us(s,`assert_json_field_gte.${o}`,t)}return Object.keys(r).length>0?r:void 0}function iS(e,t,n){let r=f=>new l(`${n} ${t} ${f}`,d.USAGE);if(!Vs(e))throw r(`must be a JSON object with linked-test fields. Allowed keys: ${lt.join(", ")}.`);let o=Xk(e,r),s=Zt(o,"command",r),i=Zt(o,"cmd",r);if(s!==void 0&&i!==void 0&&s!==i)throw r("command and cmd must match when both are provided");let a=s??i;if(a===void 0||a.trim().length===0)throw r('requires a non-empty "command" string');let c=Zt(o,"path",r),m=Zt(o,"pm_context_mode",r);if(m!==void 0&&!en.includes(m))throw r(`field "pm_context_mode" must be one of: ${en.join(", ")}`);let u=nn(Zt(o,"workspace_context_mode",r),`${n} ${t}`),p=Zt(o,"note",r);return{command:a,path:c!==void 0&&c.length>0?c:void 0,scope:Zk(o,r),timeout_seconds:Qk(o,r),pm_context_mode:m,workspace_context_mode:u,env_set:eS(o,r),env_clear:tS(o,r),shared_host_safe:nS(o,"shared_host_safe",r),assert_stdout_contains:Ds(o,"assert_stdout_contains",r),assert_stdout_regex:S_(o,"assert_stdout_regex",r),assert_stderr_contains:Ds(o,"assert_stderr_contains",r),assert_stderr_regex:S_(o,"assert_stderr_regex",r),assert_stdout_min_lines:rS(o,r),assert_json_field_equals:oS(o,r),assert_json_field_gte:sS(o,r),note:p!==void 0&&p.trim().length>0?p.trim():void 0}}function E_(e,t){let n=e.trim();if(n.length===0)throw new l(`${t} requires a JSON object or array of objects describing linked-test entries`,d.USAGE);let r;try{r=JSON.parse(n)}catch(s){throw new l(`${t} value is not valid JSON: ${s instanceof Error?s.message:String(s)}. Provide a JSON object or array of objects, e.g. '{"command":"node scripts/check.js --flag value, with commas","timeout_seconds":120}'.`,d.USAGE)}let o=Array.isArray(r)?r:[r];if(o.length===0)throw new l(`${t} array must include at least one linked-test entry object`,d.USAGE);return o.map((s,i)=>iS(s,o.length>1?`entry ${i+1}`:"entry",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]="0062e981-158a-5e6a-b028-6c7cef0f59ba")}catch{}})();var _c=[{canonical:"tags",aliases:["tags"],optionKey:"tags",metadataKey:"tags"}],hc=[{canonical:"deadline",aliases:["deadline"],optionKey:"deadline",metadataKey:"deadline"},{canonical:"estimate",aliases:["estimate","estimated_minutes","estimated-minutes"],optionKey:"estimatedMinutes",metadataKey:"estimated_minutes"},{canonical:"acceptance-criteria",aliases:["acceptance_criteria","acceptance-criteria","ac"],optionKey:"acceptanceCriteria",metadataKey:"acceptance_criteria"},{canonical:"definition-of-ready",aliases:["definition_of_ready","definition-of-ready"],optionKey:"definitionOfReady",metadataKey:"definition_of_ready"},{canonical:"order",aliases:["order","rank"],optionKey:"order",metadataKey:"order"},{canonical:"goal",aliases:["goal"],optionKey:"goal",metadataKey:"goal"},{canonical:"objective",aliases:["objective"],optionKey:"objective",metadataKey:"objective"},{canonical:"value",aliases:["value"],optionKey:"value",metadataKey:"value"},{canonical:"impact",aliases:["impact"],optionKey:"impact",metadataKey:"impact"},{canonical:"outcome",aliases:["outcome"],optionKey:"outcome",metadataKey:"outcome"},{canonical:"why-now",aliases:["why_now","why-now"],optionKey:"whyNow",metadataKey:"why_now"}],A_=[..._c,...hc],Hs=[{canonical:"assignee",aliases:["assignee"],optionKey:"assignee",metadataKey:"assignee"},{canonical:"parent",aliases:["parent"],optionKey:"parent",metadataKey:"parent"},{canonical:"reviewer",aliases:["reviewer"],optionKey:"reviewer",metadataKey:"reviewer"},{canonical:"risk",aliases:["risk"],optionKey:"risk",metadataKey:"risk"},{canonical:"confidence",aliases:["confidence"],optionKey:"confidence",metadataKey:"confidence"},{canonical:"sprint",aliases:["sprint"],optionKey:"sprint",metadataKey:"sprint"},{canonical:"release",aliases:["release"],optionKey:"release",metadataKey:"release"},{canonical:"blocked-by",aliases:["blocked_by","blocked-by"],optionKey:"blockedBy",metadataKey:"blocked_by"},{canonical:"blocked-reason",aliases:["blocked_reason","blocked-reason"],optionKey:"blockedReason",metadataKey:"blocked_reason"},{canonical:"unblock-note",aliases:["unblock_note","unblock-note"],optionKey:"unblockNote",metadataKey:"unblock_note"},{canonical:"reporter",aliases:["reporter"],optionKey:"reporter",metadataKey:"reporter"},{canonical:"severity",aliases:["severity"],optionKey:"severity",metadataKey:"severity"},{canonical:"environment",aliases:["environment"],optionKey:"environment",metadataKey:"environment"},{canonical:"repro-steps",aliases:["repro_steps","repro-steps"],optionKey:"reproSteps",metadataKey:"repro_steps"},{canonical:"resolution",aliases:["resolution"],optionKey:"resolution",metadataKey:"resolution"},{canonical:"expected-result",aliases:["expected_result","expected-result"],optionKey:"expectedResult",metadataKey:"expected_result"},{canonical:"actual-result",aliases:["actual_result","actual-result"],optionKey:"actualResult",metadataKey:"actual_result"},{canonical:"affected-version",aliases:["affected_version","affected-version"],optionKey:"affectedVersion",metadataKey:"affected_version"},{canonical:"fixed-version",aliases:["fixed_version","fixed-version"],optionKey:"fixedVersion",metadataKey:"fixed_version"},{canonical:"component",aliases:["component"],optionKey:"component",metadataKey:"component"},{canonical:"regression",aliases:["regression"],optionKey:"regression",metadataKey:"regression"},{canonical:"customer-impact",aliases:["customer_impact","customer-impact"],optionKey:"customerImpact",metadataKey:"customer_impact"}];function Ws(e){let t=new Set,n=new Set;if(!e.raw||e.raw.length===0)return{metadataKeys:t,optionKeys:n};for(let r of e.raw){let o=r.trim().toLowerCase();if(!o)throw new l("--unset values must not be empty",d.USAGE);if(ze(o))throw new l('--unset no longer accepts "none" or "null". Specify concrete field names such as --unset deadline',d.USAGE);let s=e.resolveDefinition(o);if(!s)throw new l(`Unsupported --unset field "${r}". Supported fields: ${e.supportedFields}`,d.USAGE);t.add(s.metadataKey),n.add(s.optionKey)}return{metadataKeys:t,optionKeys:n}}function Ys(e,t,n){let r=e.trim().toLowerCase();if(!n)return;let o=n.command_to_fields?.get(t)??[];for(let s of o){if(s.allow_unset===!1)continue;let i=new Set;if(typeof s.key=="string"&&s.key.length>0&&i.add(s.key.toLowerCase()),typeof s.metadata_key=="string"&&s.metadata_key.length>0&&i.add(s.metadata_key.toLowerCase()),typeof s.cli_flag=="string"&&s.cli_flag.length>0&&(i.add(s.cli_flag.replaceAll("-","_").toLowerCase()),i.add(s.cli_flag.toLowerCase())),Array.isArray(s.cli_aliases))for(let a of s.cli_aliases)typeof a!="string"||a.length===0||(i.add(a.replaceAll("-","_").toLowerCase()),i.add(a.toLowerCase()));if(i.has(r))return{optionKey:s.key,metadataKey:s.metadata_key}}}(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]="002f45a2-edc3-5aa0-9af8-d9b1dfecc097")}catch{}})();var aS={comment:"--clear-comments",dep:"--clear-deps",doc:"--clear-docs",event:"--clear-events",file:"--clear-files",learning:"--clear-learnings",note:"--clear-notes",reminder:"--clear-reminders",test:"--clear-tests",typeOption:"--clear-type-options"};function cS(e){return aS[e]}function gc(e){return cS(e)!==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]="c9bfbfd4-3d34-5fa7-b264-6bf9ed5f7f81")}catch{}})();var dS=["strict","progressive"],lS=["lightweight"],I_=new Set(["Reminder","Meeting","Event"]),mS=new Set(["author","created_at","text"]),bc=[...A_,{canonical:"author",aliases:["author"],optionKey:"author",metadataKey:"author"},...Hs],uS=(()=>{let e=new Map;for(let t of bc)for(let n of t.aliases)e.set(n,{optionKey:t.optionKey,metadataKey:t.metadataKey});return e})(),Js=new Map(bc.map(e=>[e.optionKey,e.canonical])),pS=bc.map(e=>e.canonical).sort((e,t)=>e.localeCompare(t)).join(", ");function fS(e,t){let n=Q(e,t);if(!n){let r=t.definitions.map(o=>o.id);throw new l(`Invalid status value "${e}". Allowed: ${r.join(", ")}`,d.USAGE)}return n}function _S(e,t){let n=e.default_status;if(n!==void 0){let r=Q(n,t);if(r)return r}return t.open_status}function yc(e,t){if(!e||e.trim()===""||e.trim().toLowerCase()==="now")return t;let n=Date.parse(e);if(!Number.isFinite(n))throw new l(`Invalid created_at timestamp "${e}"`,d.USAGE);return new Date(n).toISOString()}var hS=xs();function x_(e){let t={...e,unset:e.unset?[...e.unset]:void 0},n=o=>{let s=t.unset?[...t.unset]:[];s.includes(o)||s.push(o),t.unset=s};ze(t.template)&&(t.template=void 0);let r=new Set([...Js.keys(),"rank"]);for(let o of r){let s=t[o];if(typeof s!="string"||!ze(s))continue;let i=o==="rank"?"order":Js.get(o)??o;n(i),t[o]=void 0}return ve(e,Ps(t,hS))}function pe(e){if(e!==void 0)return e}function gS(e,t){return Ws({raw:e,supportedFields:pS,resolveDefinition:n=>uS.get(n)??Ys(n,"create",t)})}var T_=["id","kind","type","author","created_at","source_kind"],Xs=["path","scope","note"];function yS(e,t,n,r){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--dep","Use --clear-deps to clear dependencies."),{values:e.map(s=>{let i=s.trim(),a=Qs(i,T_);yr(i,a);let c=a?oe(s,"--dep"):{id:i,kind:"related"};a&&Ke(c,"--dep",T_);let m=pe(c.id),u=bS(pe(c.kind??c.type));if(!m||!u)throw new l("--dep requires id and kind, or a bare item id to create a related dependency",d.USAGE);if(m.trim().toLowerCase()==="undefined")throw new l(`--dep id must not use placeholder token "${m}". Use --clear-deps to clear dependencies.`,d.USAGE);let p=sr(pe(c.source_kind)),f=pe(c.author);return{id:ir(m,n,p),kind:Ee(u,jt,"dependency kind"),created_at:yc(c.created_at,t),author:f??r,source_kind:p??"cli:create:dep",author_source:f?"asserted":"detected"}}),explicitEmpty:!1})}function bS(e){return typeof e=="string"?Yr(e)??e.trim():e}function Qs(e,t){return Wo(e,t)?!0:Xo(e)}function sn(e,t,n,r){return!t||t.length===0?{values:void 0,explicitEmpty:!1}:(Se(t,e,e==="--comment"?"Use --clear-comments to clear comments.":e==="--note"?"Use --clear-notes to clear notes.":"Use --clear-learnings to clear learnings."),{values:t.map(i=>{let a=i.trim(),c=()=>{if(a.length===0)throw new l(`${e} requires text=<value>`,d.USAGE);return{created_at:n,author:r,text:a}},m;try{m=oe(i,e)}catch(f){if(e==="--comment"||e==="--note"||e==="--learning")return c();throw f}if(Object.keys(m).filter(f=>!mS.has(f)).length>0)return{created_at:yc(m.created_at,n),author:pe(m.author)??r,text:a};let p=m.text??"";if(p==="")throw new l(`${e} requires text=<value>`,d.USAGE);return{created_at:yc(m.created_at,n),author:pe(m.author)??r,text:p}}),explicitEmpty:!1})}function wc(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--file","Use --clear-files to clear linked files."),{values:e.map(n=>{let r=n.trim(),o=Qs(r,Xs);Ra(r,"--file","file path",o);let s=o?oe(n,"--file"):{path:r};if(o&&Ke(s,"--file",Xs),!s.path)throw new l("--file requires path=<value> or a bare file path",d.USAGE);return{path:s.path,scope:Ee(s.scope??"project",tt,"file scope"),note:pe(s.note)}}),explicitEmpty:!1})}function vc(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--test","Use --clear-tests to clear linked tests."),{values:e.map(n=>{let r=n.trim(),o=Qs(r,lt);Ra(r,"--test","test command",o);let s=o?$s(oe(n,"--test"),"--test"):{command:r},i=pe(s.command),a=pe(s.path);if(!i)throw new l("--test requires command=<value> or a bare command (path=<value> is optional metadata)",d.USAGE);let c=pe(s.timeout_seconds),m=pe(s.timeout);if(c&&m&&c!==m)throw new l("--test timeout and timeout_seconds must match when both are provided",d.USAGE);let u=c??m;return{command:i,path:a,scope:Ee(s.scope??"project",tt,"test scope"),timeout_seconds:u?de(u,"timeout_seconds"):void 0,pm_context_mode:qs(s.pm_context_mode,"--test"),workspace_context_mode:nn(s.workspace_context_mode,"--test"),env_set:wr(s.env_set,"--test"),env_clear:vr(s.env_clear,"--test"),shared_host_safe:js(s.shared_host_safe,"--test","shared_host_safe"),assert_stdout_contains:rn(s.assert_stdout_contains),assert_stdout_regex:Dn(s.assert_stdout_regex,"--test","assert_stdout_regex"),assert_stderr_contains:rn(s.assert_stderr_contains),assert_stderr_regex:Dn(s.assert_stderr_regex,"--test","assert_stderr_regex"),assert_stdout_min_lines:Ks(s.assert_stdout_min_lines,"--test"),assert_json_field_equals:zs(s.assert_json_field_equals,"--test"),assert_json_field_gte:Bs(s.assert_json_field_gte,"--test"),note:pe(s.note)}}),explicitEmpty:!1})}function kc(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--doc","Use --clear-docs to clear linked docs."),{values:e.map(n=>{let r=n.trim(),o=Qs(r,Xs),s=o?oe(n,"--doc"):{path:r};if(o&&Ke(s,"--doc",Xs),!s.path)throw new l("--doc requires path=<value> or a bare doc path",d.USAGE);return{path:s.path,scope:Ee(s.scope??"project",tt,"doc scope"),note:pe(s.note)}}),explicitEmpty:!1})}function wS(e,t){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--reminder","Use --clear-reminders to clear reminders."),{values:Ls(e,new Date(t),{valueMode:"raw"}),explicitEmpty:!1})}function vS(e,t){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--event","Use --clear-events to clear linked events."),{values:Ns(e,new Date(t),{allDayEmptyGuard:"defined",recurrenceEmptyNumericGuard:"defined"}),explicitEmpty:!1})}function kS(e,t,n,r=[]){let o=[...zr.filter(s=>e[s]!==void 0),...r.filter(s=>e[s]!==void 0),...t.length>0?["body"]:[],...n.map(s=>`unset:${s}`)];return Array.from(new Set(o))}function SS(e,t){let n=e??"";if(t.length===0)return n;let r=`explicit_unset=${t.join(",")}`;return n?`${n} | ${r}`:r}function C_(e,t,n){let r=Wn("create",e);if(!r)throw new l(`Unsupported ${n} entry "${e}" for type "${t}"`,d.CONFLICT);return r}function ES(e){return{scalarValues:{title:e.title,description:e.description,type:e.type,status:e.status,priority:e.priority,tags:e.tags,body:e.body,deadline:e.deadline,estimatedMinutes:e.estimatedMinutes,acceptanceCriteria:e.acceptanceCriteria,definitionOfReady:e.definitionOfReady,order:e.order??e.rank,goal:e.goal,objective:e.objective,value:e.value,impact:e.impact,outcome:e.outcome,whyNow:e.whyNow,author:e.author,message:e.message,assignee:e.assignee,parent:e.parent,reviewer:e.reviewer,risk:e.risk,confidence:e.confidence,sprint:e.sprint,release:e.release,blockedBy:e.blockedBy,blockedReason:e.blockedReason,unblockNote:e.unblockNote,reporter:e.reporter,severity:e.severity,environment:e.environment,reproSteps:e.reproSteps,resolution:e.resolution,expectedResult:e.expectedResult,actualResult:e.actualResult,affectedVersion:e.affectedVersion,fixedVersion:e.fixedVersion,component:e.component,regression:e.regression,customerImpact:e.customerImpact},repeatableValues:{dep:e.dep,comment:e.comment,note:e.note,learning:e.learning,file:e.file,test:e.test,doc:e.doc,reminder:e.reminder,event:e.event,typeOption:e.typeOption,field:e.field},addTags:e.addTags}}function O_(e,t){if(t==="tags")return e.scalarValues.tags!==void 0||Array.isArray(e.addTags)&&e.addTags.length>0;if(Object.prototype.hasOwnProperty.call(e.scalarValues,t))return e.scalarValues[t]!==void 0;if(Object.prototype.hasOwnProperty.call(e.repeatableValues,t)){let n=e.repeatableValues[t];return Array.isArray(n)&&n.length>0}return!1}function AS(e,t){let n=new Set(["title","type"]);if(t!=="strict")return n;for(let r of e.required_create_fields)n.add(C_(r,e.name,"required_create_fields"));for(let r of e.required_create_repeatables)n.add(C_(r,e.name,"required_create_repeatables"));return n}function TS(e,t,n,r){for(let o of e)if(!(!O_(t,o)&&!n.has(o)))throw new l(`Option ${ye("create",o)} is disabled for type "${r}" by command_option_policies`,d.USAGE)}function CS(e,t,n){if(t!=="strict")return;let r=e.filter(s=>n.has(s)&&!gc(s));if(r.length===0)return;let o=[...new Set(r.map(s=>ye("create",s)))].sort((s,i)=>s.localeCompare(i));throw new l(`Strict create mode requires concrete values for ${o.join(", ")}; --unset/--clear-* directives cannot satisfy required options`,d.USAGE)}function RS(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--type-option","Use --clear-type-options to clear existing type options."),{values:Fs(e),explicitEmpty:!1})}async function IS(e){return await Qo(e,[["body","--body"],["description","--description"]],[["dep","--dep"],["comment","--comment"],["note","--note"],["learning","--learning"],["file","--file"],["test","--test"],["doc","--doc"],["reminder","--reminder"],["event","--event"],["typeOption","--type-option"],["field","--field"]])}async function xS(e){return at(e)?await IS(e):e}function OS(e,t){if(e===void 0)return t;let n=e.trim().toLowerCase();if(n.length===0)return t;if(n==="strict"||n==="progressive")return n;throw new l(`Invalid --create-mode value "${e}". Allowed: ${dS.join(", ")}`,d.USAGE)}function PS(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0)throw new l("--schedule-preset must not be empty",d.USAGE);if(t==="lightweight"||t==="lite"||t==="schedule-lite")return"lightweight";throw new l(`Invalid --schedule-preset value "${e}". Allowed: ${lS.join(", ")}`,d.USAGE)}function LS(e,t,n){let r=OS(e,n);if(t===void 0)return r;if(typeof e=="string"&&e.trim().length>0&&r==="strict")throw new l("--schedule-preset lightweight cannot be combined with --create-mode strict. Use --create-mode progressive or omit --create-mode.",d.USAGE);return"progressive"}function NS(e,t,n,r){let o=e.name,s=ES(t),i=AS(e,n),a=_n(e,"create",i);if(a.errors.length>0)throw new l(a.errors.join("; "),d.CONFLICT);TS(a.disabled,s,r,o),CS(a.required,n,r);let c=u=>u==="status"&&e.default_status!==void 0||r.has(u)&&gc(u)?!0:O_(s,u),m=a.required.filter(u=>!c(u));return[...new Set(m.map(u=>ye("create",u)))].sort((u,p)=>u.localeCompare(p))}var P_=/^Missing required type option "([^"]+)" for type "([^"]+)"$/;function FS(e,t){let n=[];for(let r of e){let o=r.match(P_);o&&o[2]===t&&n.push(o[1])}return[...new Set(n)].sort((r,o)=>r.localeCompare(o))}function MS(e,t){return e.filter(n=>{let r=n.match(P_);return!r||r[2]!==t})}function $S(e,t,n,r){let o=MS(e,t);if(o.length===0)return;let s=L_(n,[],[],r.open_status);throw new l(o.join("; "),d.USAGE,{code:"invalid_argument_value",required:`Provide valid --type-option key/value pairs for type "${t}".`,examples:[s],nextSteps:[`Run "pm create --help --type ${t}" to review allowed type-option keys and values.`]})}function DS(e,t){let r=e.options.find(o=>o.key===t)?.values[0];return typeof r=="string"&&r.trim().length>0?r:"<value>"}function US(e,t,n){switch(e){case"--title":return["--title",`"${t} example title"`];case"--description":return["--description",`"${t} example description"`];case"--type":return["--type",t];case"--status":return["--status",n];case"--priority":return["--priority","1"];case"--message":return["--message",`"Create ${t} item"`];case"--dep":return["--dep",'"id=pm-xxxx,kind=related,author=maintainer,created_at=now"'];case"--comment":return["--comment",'"author=maintainer,created_at=now,text=Implementation context"'];case"--note":return["--note",'"author=maintainer,created_at=now,text=Design note"'];case"--learning":return["--learning",'"author=maintainer,created_at=now,text=Durable lesson"'];case"--file":return["--file",'"path=src/example.ts,note=implementation file"'];case"--test":return["--test",'"command=node scripts/run-tests.mjs test,timeout_seconds=240"'];case"--doc":return["--doc",'"path=README.md,note=reference doc"'];default:return[e,'"<value>"']}}function L_(e,t,n,r){let o=["pm","create","--title",`"${e.name} example title"`,"--description",`"${e.name} example description"`,"--type",e.name],s=["--status","--priority","--message"],i=[...new Set([...s,...t])],a=new Set(["--title","--description","--type"]);for(let c of i)a.has(c)||(o.push(...US(c,e.name,r)),a.add(c));for(let c of n){let m=DS(e,c);o.push("--type-option",`${c}=${m}`)}return o.join(" ")}function Sc(e,t){let n=e?.trim();if(!n)throw t==="--title"?e!==void 0?new l("Title cannot be empty or whitespace-only. Retry: pass a non-empty title with --title.",d.USAGE):new l('Missing required option --title. Why required: every item needs a human-readable title for lookup, search, and reporting. Retry: pass the title as the first positional argument (example: pm create "Fix login bug" --type Issue) or with --title.',d.USAGE):new l(`Missing required option ${t}`,d.USAGE);return n}function GS(e){return xn(e)}function jS(e,t){let n={};for(let[r,o]of Object.entries(e))n[r]=Array.isArray(o)?[...o]:o;for(let[r,o]of Object.entries(t))o!==void 0&&(n[r]=Array.isArray(o)?[...o]:o);return n}function qS(e){return e.trim().toLowerCase().split(/\s+/).filter(t=>t.length>0).join(" ")}function KS(){let e=I();return e?e.commands.some(t=>t.action==="templates-show"||qS(t.command)==="templates show"):!1}function zS(e,t){if(typeof e!="object"||e===null||!("options"in e))throw new l(`Templates package returned invalid payload for template "${t}". Expected an options object.`,d.GENERIC_FAILURE);let n=e.options;if(typeof n!="object"||n===null||Array.isArray(n))throw new l(`Templates package returned invalid options for template "${t}".`,d.GENERIC_FAILURE);let r={};for(let[o,s]of Object.entries(n)){if(typeof s=="string"||typeof s=="number"||typeof s=="boolean"){r[o]=s;continue}if(Array.isArray(s)&&s.every(i=>typeof i=="string")){r[o]=[...s];continue}throw new l(`Templates package returned unsupported option value for "${o}" in template "${t}".`,d.GENERIC_FAILURE)}return r}async function BS(e,t,n){if(!KS())throw new l("--template requires the templates package. Install it first (for example: pm install templates --project).",d.USAGE);let r=await Fo({command:"templates show",args:[e],options:{},global:t,pm_root:n});if(!r.handled){let o=r.warnings.length>0?` (${r.warnings.join(", ")})`:"";throw new l(`Unable to resolve template "${e}" via templates package. Run "pm templates show ${e}" for details.${o}`,d.USAGE)}return zS(r.result,e)}function VS(e){return R(e)}function K(e,t,n){return e.has(t)||n===void 0?void 0:pe(n)}function on(e,t,n,r){return e.has(t)||n===void 0?void 0:r(n)}var HS=new Set(["milestone","meeting","reminder","event"]);function N_(e,t,n,r){let o=t!==void 0,s=n!==void 0&&n.length>0,i=r!==void 0&&r.length>0;return HS.has(e.toLowerCase())&&!o&&!s&&!i}function WS(e,t,n,r,o){let s=[];return e.toLowerCase()==="event"&&(o===void 0||o.length===0)&&s.push(`event_without_schedule:${t}:no_time_set`),N_(e,n,r,o)&&s.push(`calendar_item_without_schedule:${t}:no_deadline_or_reminder_or_event (hint: set --deadline <ISO> or --reminder "<when>", or link an Event via --event "start=<ISO>,end=<ISO>"; otherwise this item never appears on pm calendar)`),s}async function YS(e,t,n,r){if(e!==void 0||n.has("parent")||t.parent!==void 0)return{parent:e,parentSource:void 0};let o=await Mo(r);return o===void 0?{parent:e,parentSource:void 0}:{parent:o,parentSource:"focus"}}async function JS(e,t,n,r,o,s){let i=ns(o);if(os(r,i,t.id_prefix),await U(e,i,t.id_prefix,t.item_format,n.type_to_folder))return{parent:i,warnings:[]};let c=we(i,t.id_prefix);return{parent:i,warnings:rs(c,s).warnings}}async function XS(e){return e.parent===void 0?{parent:void 0,warnings:[]}:await JS(e.pmRoot,e.settings,e.typeRegistry,e.itemId,e.parent,e.policy)}async function QS(e){if(e.explicitId===void 0)return rr(e.pmRoot,e.settings.id_prefix,{tokenLength:e.settings.ids.token_length,typeToFolder:e.typeRegistry.type_to_folder,probeExisting:!1});if(typeof e.explicitId!="string")throw new l("--id must be a string",d.USAGE);let t=e.explicitId.trim();if(t.length===0||wp(t))throw new l("--id must not be empty or use a placeholder token",d.USAGE);let n=we(t,e.settings.id_prefix);if(!/^[a-z0-9]([a-z0-9-]*[a-z0-9])?$/.test(n))throw new l("--id must contain only letters, numbers, and dashes after normalization",d.USAGE);return n}function R_(e,t,n,r,o){let s=K(e,t,n);if(s===void 0)return{value:void 0,warnings:[]};let i=ss(r,s,o);return{value:i.value,warnings:i.warnings}}async function ZS(e){let{pmRoot:t,settings:n,typeRegistry:r,statusRegistry:o,blockedBy:s,status:i,statusExplicit:a,nowValue:c,author:m}=e,u=e.dependencyValues;if(s===void 0)return{dependencyValues:u,status:i};let p=we(s,n.id_prefix),f=await U(t,p,n.id_prefix,n.item_format,r.type_to_folder);if(!f)return{dependencyValues:u,status:i};if((u??[]).some(y=>y.id===f.id&&y.kind==="blocked_by")||(u=[...u??[],{id:f.id,kind:"blocked_by",created_at:c,author:m,source_kind:"cli:create:blocked_by",author_source:"detected"}]),a)return{dependencyValues:u,status:i};let h=o.blocked_statuses.has("blocked")?"blocked":[...o.blocked_statuses].sort((y,g)=>y.localeCompare(g))[0]??o.open_status;return{dependencyValues:u,status:h}}function eE(e,t,n){if(typeof e.createMode=="string"&&e.createMode.trim().toLowerCase()==="strict")return;let o=t.governance.create_default_type?.trim();if(o&&o.length>0&&he(o,n)){e.type=o;return}he("Task",n)&&(e.type="Task")}function tE(e,t){return e.options.filter(n=>Wn("create",n.key)===void 0).flatMap(n=>{let r=t[n.key];if(r===void 0)return[];if(typeof r=="string"||typeof r=="number"||typeof r=="boolean")return[n];throw new l(`Template custom type option "${n.key}" must be a string, number, or boolean value`,d.USAGE)})}async function nE(e,t,n,r,o){let s=e,i=[];if(s.template!==void 0){let h=s.template.trim();if(h.length===0)throw new l("--template must not be empty. Omit --template to disable template usage.",d.USAGE);let y=await BS(h,t,n);s=x_(jS(y,s))}if(s.type===void 0&&eE(s,r,o),s.type===void 0)throw new l("Missing required option --type <value>",d.USAGE);let a=he(s.type,o);if(!a){let h=kp(s.type),y=h?he(h,o):void 0;if(y)i.push(`type_coercion:${s.type.trim()}:${y}`),s.type=y,a=y;else throw new l(Tt(s.type,o.types,Ct(n,r.schema)),d.USAGE)}let c=Hr(a,o);if(!c)throw new l(`Invalid type value "${s.type}"`,d.USAGE);let m=c.name,u=tE(c,s),p=u.map(h=>`${h.key}=${String(s[h.key])}`);if(p.length>0){s.typeOption=[...p,...s.typeOption??[]];for(let h of u)delete s[h.key]}let f=PS(s.schedulePreset);if(f!==void 0&&!I_.has(m))throw new l(`--schedule-preset ${f} is only supported for Reminder, Meeting, or Event types`,d.USAGE);let _=LS(s.createMode,f,r.governance.create_mode_default);return{resolvedOptions:s,typeDefinition:c,type:m,schedulePreset:f,createMode:_,warnings:i}}function rE(e,t){let n=new Set(t.metadataKeys),r=new Set(t.optionKeys),o=[{enabled:e.clearDeps,optionKey:"dep",clearFlag:"--clear-deps",valueFlag:"--dep",values:e.dep,metadataKey:"dependencies"},{enabled:e.clearComments,optionKey:"comment",clearFlag:"--clear-comments",valueFlag:"--comment",values:e.comment,metadataKey:"comments"},{enabled:e.clearNotes,optionKey:"note",clearFlag:"--clear-notes",valueFlag:"--note",values:e.note,metadataKey:"notes"},{enabled:e.clearLearnings,optionKey:"learning",clearFlag:"--clear-learnings",valueFlag:"--learning",values:e.learning,metadataKey:"learnings"},{enabled:e.clearFiles,optionKey:"file",clearFlag:"--clear-files",valueFlag:"--file",values:e.file,metadataKey:"files"},{enabled:e.clearTests,optionKey:"test",clearFlag:"--clear-tests",valueFlag:"--test",values:e.test,metadataKey:"tests"},{enabled:e.clearDocs,optionKey:"doc",clearFlag:"--clear-docs",valueFlag:"--doc",values:e.doc,metadataKey:"docs"},{enabled:e.clearReminders,optionKey:"reminder",clearFlag:"--clear-reminders",valueFlag:"--reminder",values:e.reminder,metadataKey:"reminders"},{enabled:e.clearEvents,optionKey:"event",clearFlag:"--clear-events",valueFlag:"--event",values:e.event,metadataKey:"events"},{enabled:e.clearTypeOptions,optionKey:"typeOption",clearFlag:"--clear-type-options",valueFlag:"--type-option",values:e.typeOption,metadataKey:"type_options"}];for(let s of o)if(s.enabled){if(s.values&&s.values.length>0)throw new l(`Cannot combine ${s.clearFlag} with ${s.valueFlag}`,d.USAGE);n.add(s.metadataKey),r.add(s.optionKey)}return{explicitUnsets:n,clearOptionKeys:r}}function oE(e,t){let n={tags:e.tags!==void 0,deadline:e.deadline!==void 0,estimatedMinutes:e.estimatedMinutes!==void 0,acceptanceCriteria:e.acceptanceCriteria!==void 0,definitionOfReady:e.definitionOfReady!==void 0,order:e.order!==void 0||e.rank!==void 0,goal:e.goal!==void 0,objective:e.objective!==void 0,value:e.value!==void 0,impact:e.impact!==void 0,outcome:e.outcome!==void 0,whyNow:e.whyNow!==void 0,author:e.author!==void 0,assignee:e.assignee!==void 0,parent:e.parent!==void 0,reviewer:e.reviewer!==void 0,risk:e.risk!==void 0,confidence:e.confidence!==void 0,sprint:e.sprint!==void 0,release:e.release!==void 0,blockedBy:e.blockedBy!==void 0,blockedReason:e.blockedReason!==void 0,unblockNote:e.unblockNote!==void 0,reporter:e.reporter!==void 0,severity:e.severity!==void 0,environment:e.environment!==void 0,reproSteps:e.reproSteps!==void 0,resolution:e.resolution!==void 0,expectedResult:e.expectedResult!==void 0,actualResult:e.actualResult!==void 0,affectedVersion:e.affectedVersion!==void 0,fixedVersion:e.fixedVersion!==void 0,component:e.component!==void 0,regression:e.regression!==void 0,customerImpact:e.customerImpact!==void 0};for(let[r,o]of Object.entries(n)){if(!o||!t.optionKeys.has(r))continue;let s=Js.get(r)??r;throw new l(`Cannot combine --unset ${s} with ${ye("create",r)}`,d.USAGE)}}function sE(e){let t=(n,r)=>{let o=Js.get(r),s=o?`Use --unset ${o} to clear this field.`:void 0;Os(n,ye("create",r),s)};t(e.tags,"tags"),t(e.deadline,"deadline"),t(e.estimatedMinutes,"estimatedMinutes"),t(e.acceptanceCriteria,"acceptanceCriteria"),t(e.definitionOfReady,"definitionOfReady"),t(e.order??e.rank,"order"),t(e.goal,"goal"),t(e.objective,"objective"),t(e.value,"value"),t(e.impact,"impact"),t(e.outcome,"outcome"),t(e.whyNow,"whyNow"),t(e.author,"author"),t(e.assignee,"assignee"),t(e.parent,"parent"),t(e.reviewer,"reviewer"),t(e.risk,"risk"),t(e.confidence,"confidence"),t(e.sprint,"sprint"),t(e.release,"release"),t(e.blockedBy,"blockedBy"),t(e.blockedReason,"blockedReason"),t(e.unblockNote,"unblockNote"),t(e.reporter,"reporter"),t(e.severity,"severity"),t(e.environment,"environment"),t(e.reproSteps,"reproSteps"),t(e.resolution,"resolution"),t(e.expectedResult,"expectedResult"),t(e.actualResult,"actualResult"),t(e.affectedVersion,"affectedVersion"),t(e.fixedVersion,"fixedVersion"),t(e.component,"component"),t(e.regression,"regression"),t(e.customerImpact,"customerImpact")}function iE(e,t,n){for(let r of Object.keys(e))if(n.metadataKeys.has(r))throw new l(`Cannot combine --unset ${r.replaceAll("_","-")} with --field ${r}=...`,d.USAGE);for(let r of Object.keys(t.values??{}))if(n.metadataKeys.has(r))throw new l(`Cannot combine --unset ${r.replaceAll("_","-")} with its value flag`,d.USAGE)}var aE={"--comment":"--clear-comments","--dep":"--clear-deps","--doc":"--clear-docs","--event":"--clear-events","--file":"--clear-files","--learning":"--clear-learnings","--note":"--clear-notes","--reminder":"--clear-reminders","--test":"--clear-tests","--type-option":"--clear-type-options"};function cE(e){let{combinedMissingFlags:t,typeDefinition:n,missingRequiredCreateFlags:r,missingRequiredTypeOptionKeys:o,openStatus:s,type:i,createMode:a,missingRequiredRuntimeFields:c}=e;if(t.length===0)return;let m=c.map(h=>{let y=h.type==="boolean"?"<true|false>":h.type==="array"?"<json-array>":h.type==="object"?"<json-object>":h.type==="number"?"<number>":h.type==="string_array"||h.repeatable?"<value>":"<string>";return{example:`--${h.cli_flag} ${y}`,description:`--${h.cli_flag} maps to ${h.metadata_key} (${h.type}${h.repeatable?", repeatable":""})`}}),u=[L_(n,r,o,s),...m.map(h=>h.example)].join(" "),p=[`Run "pm create --help --type ${i}" for type-aware required option guidance.`,...t.filter(h=>h==="--title").map(()=>'Title can also be passed as the first positional argument (example: pm create "Your title" --type '+i+").")];a==="strict"&&(p.push('For staged onboarding, retry with "--create-mode progressive".'),I_.has(i)&&p.push('For minimal scheduling inputs, try "--schedule-preset lightweight".')),m.length>0&&p.push(`Required custom field formats: ${m.map(h=>h.description).join("; ")}.`);let f=[...new Set(t.flatMap(h=>{let y=h.split(" ",1)[0],g=aE[y];return g?[g]:[]}))];f.length>0&&p.push(`If the truthful value is an empty collection, use ${f.join(", ")} instead of inventing metadata.`);let _=t.length===1?`Missing required option ${t[0]} for type "${i}"`:`Missing required options ${t.join(", ")} for type "${i}"`;throw new l(_,d.USAGE,{code:"missing_required_option",required:`Provide all required create options and type options for type "${i}" in one invocation.`,examples:[...f.map(h=>`pm create --type ${i} ${h} ...`),u],nextSteps:p,recovery:a==="strict"?{recovery_mode:"compact",missing_required_fields:t,suggested_flags:[...f,...t,"--create-mode progressive"]}:void 0})}function dE(e,t){if(e.has("tags")&&Array.isArray(t.addTags)&&t.addTags.length>0)throw new l("Cannot combine --unset tags with --add-tags",d.USAGE);let n=e.has("tags")?[]:t.tags!==void 0?xt(t.tags):[];return Rn(n,t.addTags)}function lE(e,t){if(t.order!==void 0&&t.rank!==void 0&&t.order!==t.rank)throw new l("--order and --rank must match when both are provided",d.USAGE);let n=t.order??t.rank,r=on(e,"order",n,o=>de(o,"order"));if(r!==void 0&&!Number.isInteger(r))throw new l("Order must be an integer",d.USAGE);return r}function mE(e,t,n,r,o,s){if(r.completedAt!==void 0&&e!==t.close_status)throw new l("--completed-at requires a terminal create status.",d.USAGE);let i=e!==t.close_status?void 0:r.completedAt===void 0?s:te(r.completedAt,new Date(s),"completed-at");if(e!==t.close_status)return{closeReason:void 0,completedAt:i,warnings:[]};let a=n.governance.require_close_reason?{explicit:r.closeReason??r.message,resolution:o}:{explicit:r.closeReason};return{closeReason:cc(a,n.governance.require_close_reason,{operation:"create",status:e}).closeReason,completedAt:i,warnings:[]}}async function uE(e){let{pmRoot:t,type:n,id:r,settings:o,typeRegistry:s,author:i,extensionFieldNames:a,afterDocument:c,beforeDocument:m,historyMessage:u,changedFields:p,nowValue:f,similarityCandidate:_,allowDuplicate:h}=e,y=Kt(t,n,r,o.item_format,s.type_to_folder),g=Re(t,r),b=Pt(),v=c.metadata.parent!==void 0||(c.metadata.dependencies??[]).some(j=>b.resolve(j.kind)?.hierarchy),S=await Ms({pmRoot:t,author:i,ttlSeconds:o.locks.ttl_seconds,waitMs:o.locks.wait_ms,required:v}),A=v,x=[];try{let j=await be(t,r,o.locks.ttl_seconds,i,!1,o.governance.force_required_for_stale_lock,o.locks.wait_ms);try{let M=c.metadata.parent!==void 0||c.metadata.dependencies!==void 0&&c.metadata.dependencies.length>0?await ce(t,o.item_format,s.type_to_folder,void 0,o.schema):void 0;if(await U(t,r,o.id_prefix,o.item_format,s.type_to_folder))throw new l(`Item "${r}" already exists`,d.CONFLICT);if(M){let ue=$(o.schema);is(M,[...M,c.metadata],r,Ue=>ee(Ue,ue),b)}await No({pm_root:t,operation:"create",before:null,after:c,changed_fields:p,sdk:qo({pmRoot:t,settings:o,typeToFolder:s.type_to_folder})});let W=await An(t,i,{required:o.governance.duplicate_detection_mode==="strict"&&h!==!0}),ge=[];try{o.governance.duplicate_detection_mode==="strict"&&h!==!0&&await Fn(_,{pmRoot:t,mode:"strict",threshold:o.governance.duplicate_detection_threshold,limit:o.governance.duplicate_detection_limit,allowDuplicate:!1}),await _e(y,je(c,{format:o.item_format,schema:o.schema,extensionFieldNames:a}));try{let ue=qe({nowIso:f,author:i,op:"create",before:m,after:c,message:u});await Rt(g,ue)}catch(ue){throw await fn(y),ue}A&&(await S(),A=!1),ge=await Tn({pmRoot:t,preferredFormat:o.item_format,typeToFolder:s.type_to_folder,schema:o.schema,itemPath:y,document:c})}finally{await W()}x=[...M?gs(M,[...M,c.metadata],r):[],...ge,...await Y({path:y,scope:"project",op:"create",item_id:c.metadata.id,item_type:c.metadata.type,before:m,after:c,changed_fields:p}),...await Y({path:g,scope:"project",op:"create:history",item_id:c.metadata.id,item_type:c.metadata.type,before:m,after:c,changed_fields:p})],yn({id:c.metadata.id,op:"create",item_type:c.metadata.type,status:c.metadata.status,current:Vt(c.metadata,p),changed_fields:p})}finally{await j()}}finally{A&&await S()}return x}async function Lt(e,t){let n=x_(await xS(e)),r=E(process.cwd(),t.path);await VS(r);let o=await T(r),s=$(o.schema),i=We(o.schema),a=O(o,I()),c=await nE(n,t,r,o,a);n=c.resolvedOptions;let{typeDefinition:m,type:u,createMode:p}=c,f=gS(n.unset,i),{explicitUnsets:_,clearOptionKeys:h}=rE(n,f);oE(n,f),sE(n);let y=NS(m,n,p,h),g=k(),b=C(pe(n.author),o.author_default),v=yS(n.dep,g,o.id_prefix,b),S=sn("--comment",n.comment,g,b),A=sn("--note",n.note,g,b),x=sn("--learning",n.learning,g,b),j=wc(n.file),M=vc(n.test);M.values=await Nn(M.values,b,g);let me=kc(n.doc),W=wS(n.reminder,g),ge=vS(n.event,g),ue=RS(n.typeOption),Ue=Yn(u,ue.values,a),ht=I(),gt=St(ht),yt=Br(n.field,ht),bt=Gu(n,i,u),Pi=new Set(bt.missing_required_flags),Li=i.definitions.filter(B=>Pi.has(`--${B.cli_flag}`));iE(yt,bt,f);let Hn=FS(Ue.errors,u),Ut=Hn.map(B=>`--type-option ${B}=<value>`),Jd=[...new Set([...y,...Ut,...bt.missing_required_flags])].sort((B,qi)=>B.localeCompare(qi));cE({combinedMissingFlags:Jd,typeDefinition:m,missingRequiredCreateFlags:y,missingRequiredTypeOptionKeys:Hn,openStatus:s.open_status,type:u,createMode:p,missingRequiredRuntimeFields:Li}),$S(Ue.errors,u,m,s);let Ce=await QS({pmRoot:r,settings:o,typeRegistry:a,explicitId:n.id}),wt=n.status!==void 0?fS(n.status,s):_S(m,s),Ni=n.priority!==void 0?GS(n.priority):2,L=f.metadataKeys,Fe=dE(L,n),et=on(L,"deadline",n.deadline,B=>te(B,new Date(g),"deadline")),$r=on(L,"estimated_minutes",n.estimatedMinutes,B=>In(B,"estimated-minutes")),vt=K(L,"acceptance_criteria",n.acceptanceCriteria),Fi=K(L,"definition_of_ready",n.definitionOfReady),He=lE(L,n),Mi=K(L,"goal",n.goal),Dr=K(L,"objective",n.objective),Zb=K(L,"value",n.value),ew=K(L,"impact",n.impact),tw=K(L,"outcome",n.outcome),nw=K(L,"why_now",n.whyNow),rw=K(L,"assignee",n.assignee),ow=L.has("author")?void 0:pe(n.author)??b,sw=K(L,"parent",n.parent),Xd=await YS(sw,n,L,r),$i=Xd.parent,iw=Xd.parentSource,aw=K(L,"reviewer",n.reviewer),cw=on(L,"risk",n.risk,B=>Ee(Ts(B),un,"risk")),dw=on(L,"confidence",n.confidence,B=>Rs(B)),lw=n.allowMissingParent===!0&&o.validation.parent_reference==="strict_error"?"warn":o.validation.parent_reference,Qd=o.validation.sprint_release_format,Gt=[...c.warnings,...WS(u,Ce,et,W.values,ge.values)],Zd=await XS({itemId:Ce,parent:$i,pmRoot:r,settings:o,typeRegistry:a,policy:lw});$i=Zd.parent,Gt.push(...Zd.warnings);let el=R_(L,"sprint",n.sprint,"sprint",Qd),mw=el.value;Gt.push(...el.warnings);let tl=R_(L,"release",n.release,"release",Qd),uw=tl.value;Gt.push(...tl.warnings);let nl=K(L,"blocked_by",n.blockedBy),rl=await ZS({pmRoot:r,settings:o,typeRegistry:a,statusRegistry:s,blockedBy:nl,dependencyValues:v.values,status:wt,statusExplicit:n.status!==void 0,nowValue:g,author:b}),Di=rl.dependencyValues;br(Ce,Di),Gt.push(...await Qt({pmRoot:r,dependencies:Di,idPrefix:o.id_prefix,itemFormat:o.item_format,typeToFolder:a.type_to_folder,allowUnresolved:n.allowUnresolvedDeps,holders:[{id:Ce,createdAt:g}],schema:o.schema})),wt=rl.status;let pw=K(L,"blocked_reason",n.blockedReason),fw=K(L,"unblock_note",n.unblockNote),_w=K(L,"reporter",n.reporter),hw=on(L,"severity",n.severity,B=>Ee(Cs(B),pn,"severity")),gw=K(L,"environment",n.environment),yw=K(L,"repro_steps",n.reproSteps),ol=K(L,"resolution",n.resolution),bw=K(L,"expected_result",n.expectedResult),ww=K(L,"actual_result",n.actualResult),vw=K(L,"affected_version",n.affectedVersion),kw=K(L,"fixed_version",n.fixedVersion),Sw=K(L,"component",n.component),Ew=on(L,"regression",n.regression,B=>Is(B)),Aw=K(L,"customer_impact",n.customerImpact),Ui=Sc(n.title,"--title"),Gi=n.description??"",Ur=n.body??"",sl=await Fn({title:Ui,description:Gi,body:Ur},{pmRoot:r,mode:o.governance.duplicate_detection_mode,threshold:o.governance.duplicate_detection_threshold,limit:o.governance.duplicate_detection_limit,allowDuplicate:n.allowDuplicate});Gt.push(...ys(sl));let ji=mE(wt,s,o,n,ol,g),Tw=ji.closeReason,Cw=wt===s.close_status?g:void 0,Rw=ji.completedAt;Gt.push(...ji.warnings);let Gr=wa({id:Ce,title:Ui,description:Gi,type:u,type_options:Ue.normalized,status:wt,closed_at:Cw,completed_at:Rw,close_reason:Tw,priority:Ni,tags:Fe,created_at:g,updated_at:g,deadline:et,assignee:rw,author:ow,estimated_minutes:$r,acceptance_criteria:vt,definition_of_ready:Fi,order:He,goal:Mi,objective:Dr,value:Zb,impact:ew,outcome:tw,why_now:nw,parent:$i,reviewer:aw,risk:cw,confidence:dw,sprint:mw,release:uw,blocked_by:nl,blocked_reason:pw,unblock_note:fw,reporter:_w,severity:hw,environment:gw,repro_steps:yw,resolution:ol,expected_result:bw,actual_result:ww,affected_version:vw,fixed_version:kw,component:Sw,regression:Ew,customer_impact:Aw,dependencies:Di,comments:S.values,notes:A.values,learnings:x.values,files:j.values,tests:M.values,docs:me.values,reminders:W.values,events:ge.values,...yt,...bt.values});try{Vr(Gr,ht)}catch(B){throw new l(B instanceof Error?B.message:"Invalid extension item field values",d.USAGE)}let Iw=Ye({metadata:Gr,body:Ur},{schema:o.schema,extensionFieldNames:gt}),xw={metadata:{},body:""},il=[..._].sort((B,qi)=>B.localeCompare(qi)),Ow=SS(n.message,il),al=kS(Gr,Ur,il,[...Object.keys(yt),...Object.keys(bt.values??{})]),Pw=await uE({pmRoot:r,type:u,id:Ce,settings:o,typeRegistry:a,author:b,extensionFieldNames:gt,afterDocument:Iw,beforeDocument:xw,historyMessage:Ow,changedFields:al,nowValue:g,similarityCandidate:{title:Ui,description:Gi,body:Ur},allowDuplicate:n.allowDuplicate}),cl=structuredClone(Gr);p==="strict"&&_.has("dependencies")&&(cl.dependencies=[]);let Lw=w_(Ce,u,wt,s);return N_(u,et,W.values,ge.values)&&Wu(`[pm] warning: ${u} '${Ce}' has no deadline/reminder/event \u2014 it will not appear on the calendar. Add one via 'pm update ${Ce} --deadline <ISO>' or 'pm update ${Ce} --event "start=<ISO>,end=<ISO>"'.`),{item:cl,changed_fields:al,warnings:[...Gt,...Pw],...Object.fromEntries([["parent_source",iw],["next_transition",Lw],["similarity_advisory",sl]].filter(B=>B[1]!==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]="78f8b369-1802-555d-a8cc-0147c0d8fb08")}catch{}})();var Cc=[..._c,{canonical:"close-reason",aliases:["close_reason","close-reason"],optionKey:"closeReason",metadataKey:"close_reason"},...hc,...Hs],pE=(()=>{let e=new Map;for(let t of Cc)for(let n of t.aliases)e.set(n,{optionKey:t.optionKey,metadataKey:t.metadataKey});return e})(),Zs=new Map(Cc.map(e=>[e.optionKey,e.canonical])),fE=Cc.map(e=>e.canonical).sort((e,t)=>e.localeCompare(t)).join(", "),_E=new Set(["close_reason","assignee","parent","blocked_by","blocked_reason","unblock_note","dependencies","comments","notes","learnings","files","tests","docs","reminders","events"]),hE=xs({depDisableFlagKey:"replaceDeps",fileDisableFlagKey:"replaceFiles",testDisableFlagKey:"replaceTests",docDisableFlagKey:"replaceDocs"});function q_(e){let t={...e,unset:e.unset?[...e.unset]:void 0},n=o=>{let s=t.unset?[...t.unset]:[];s.includes(o)||s.push(o),t.unset=s},r=new Set([...Zs.keys(),"rank"]);for(let o of r){let s=t[o];if(typeof s!="string"||!ze(s))continue;let i=o==="rank"?"order":Zs.get(o)??o;n(i),t[o]=void 0}return ve(e,Ps(t,hE))}function K_(e,t,n=[]){return Ws({raw:e,supportedFields:fE,resolveDefinition:r=>{let o=n.find(i=>{let a=i.toLowerCase();return a===r||a.replaceAll("_","-")===r||a.replaceAll("-","_")===r});return pE.get(r)??Ys(r,"update",t)??(o?{optionKey:"field",metadataKey:o}:void 0)}})}var F_=new Map([["--comment",e=>`pm comments ${e} --add "<text>" --force`],["--file",e=>`pm files ${e} --add "path=<path>,scope=<scope>,note=<note>" --force`],["--doc",e=>`pm docs ${e} --add "path=<path>,scope=<scope>,note=<note>" --force`]]);function M_(e){let t=e.disallowedFlags.flatMap(r=>{let o=F_.get(r);return o?[o(e.id)]:[]}),n=e.disallowedFlags.flatMap(r=>{let o=F_.get(r);return o?[`Replace ${r} with: ${o(e.id)}`]:[]});return new l(e.message,d.USAGE,{code:e.code,required:e.required,why:e.why,...t.length>0?{examples:t}:{},nextSteps:[`Re-run without: ${e.disallowedFlags.join(", ")}`,...n]})}function gE(e,t,n){let r=t.ownershipMetadataBypass===!0,o=t.ownershipDependencyBypass===!0;if(!r&&!o)return;if(r&&o)throw new l("Choose only one package-provided ownership bypass mode.",d.USAGE);let s=(c,m,u)=>{c&&u.push(m)};if(o){let c=[];if(s(t.title!==void 0,"--title",c),s(t.description!==void 0,"--description",c),s(t.body!==void 0,"--body",c),s(t.status!==void 0,"--status",c),s(t.closeReason!==void 0,"--close-reason",c),s(t.priority!==void 0,"--priority",c),s(t.type!==void 0,"--type",c),s(t.tags!==void 0,"--tags",c),s(Array.isArray(t.addTags)&&t.addTags.length>0,"--add-tags",c),s(Array.isArray(t.removeTags)&&t.removeTags.length>0,"--remove-tags",c),s(t.deadline!==void 0,"--deadline",c),s(t.estimatedMinutes!==void 0,"--estimate",c),s(t.acceptanceCriteria!==void 0,"--acceptance-criteria",c),s(Array.isArray(t.addAc)&&t.addAc.length>0,"--add-ac",c),s(Array.isArray(t.removeAc)&&t.removeAc.length>0,"--remove-ac",c),s(t.definitionOfReady!==void 0,"--definition-of-ready",c),s(t.order!==void 0||t.rank!==void 0,"--order/--rank",c),s(t.goal!==void 0,"--goal",c),s(t.objective!==void 0,"--objective",c),s(t.value!==void 0,"--value",c),s(t.impact!==void 0,"--impact",c),s(t.outcome!==void 0,"--outcome",c),s(t.whyNow!==void 0,"--why-now",c),s(t.assignee!==void 0,"--assignee",c),s(t.parent!==void 0,"--parent",c),s(t.reviewer!==void 0,"--reviewer",c),s(t.risk!==void 0,"--risk",c),s(t.confidence!==void 0,"--confidence",c),s(t.sprint!==void 0,"--sprint",c),s(t.release!==void 0,"--release",c),s(t.blockedBy!==void 0,"--blocked-by",c),s(t.blockedReason!==void 0,"--blocked-reason",c),s(t.unblockNote!==void 0,"--unblock-note",c),s(t.reporter!==void 0,"--reporter",c),s(t.severity!==void 0,"--severity",c),s(t.environment!==void 0,"--environment",c),s(t.reproSteps!==void 0,"--repro-steps",c),s(t.resolution!==void 0,"--resolution",c),s(t.expectedResult!==void 0,"--expected-result",c),s(t.actualResult!==void 0,"--actual-result",c),s(t.affectedVersion!==void 0,"--affected-version",c),s(t.fixedVersion!==void 0,"--fixed-version",c),s(t.component!==void 0,"--component",c),s(t.regression!==void 0,"--regression",c),s(t.customerImpact!==void 0,"--customer-impact",c),s(t.depRemove!==void 0,"--dep-remove",c),s(t.replaceDeps===!0,"--replace-deps",c),s(t.replaceTests===!0,"--replace-tests",c),s(t.replaceFiles===!0,"--replace-files",c),s(t.replaceDocs===!0,"--replace-docs",c),s(t.comment!==void 0,"--comment",c),s(t.note!==void 0,"--note",c),s(t.learning!==void 0,"--learning",c),s(t.file!==void 0,"--file",c),s(t.test!==void 0,"--test",c),s(t.doc!==void 0,"--doc",c),s(t.reminder!==void 0,"--reminder",c),s(t.event!==void 0,"--event",c),s(t.typeOption!==void 0,"--type-option",c),s(t.clearDeps===!0,"--clear-deps",c),s(t.clearComments===!0,"--clear-comments",c),s(t.clearNotes===!0,"--clear-notes",c),s(t.clearLearnings===!0,"--clear-learnings",c),s(t.clearFiles===!0,"--clear-files",c),s(t.clearTests===!0,"--clear-tests",c),s(t.clearDocs===!0,"--clear-docs",c),s(t.clearReminders===!0,"--clear-reminders",c),s(t.clearEvents===!0,"--clear-events",c),s(t.clearTypeOptions===!0,"--clear-type-options",c),s(t.force===!0,"--force",c),s(n.size>0,"--unset",c),t.dep===void 0||t.dep.length===0)throw new l("The dependency ownership bypass requires at least one --dep value",d.USAGE);if(c.length>0)throw M_({id:e,code:"ownership_dependency_bypass_restricted_options",message:`The dependency ownership bypass supports append-only dependency additions via --dep. Remove restricted options: ${c.join(", ")}`,required:"Pass only --dep additions (plus --message/--author) with the dependency ownership bypass.",why:"the dependency ownership bypass is a narrow non-owner override scoped to append-only dependency additions; every other mutation keeps its normal ownership rules.",disallowedFlags:c});return}let i=[];s(t.status!==void 0,"--status",i),s(t.closeReason!==void 0,"--close-reason",i),s(t.assignee!==void 0,"--assignee",i),s(t.parent!==void 0,"--parent",i),s(t.blockedBy!==void 0,"--blocked-by",i),s(t.blockedReason!==void 0,"--blocked-reason",i),s(t.unblockNote!==void 0,"--unblock-note",i),s(t.dep!==void 0,"--dep",i),s(t.depRemove!==void 0,"--dep-remove",i),s(t.replaceDeps===!0,"--replace-deps",i),s(t.replaceTests===!0,"--replace-tests",i),s(t.replaceFiles===!0,"--replace-files",i),s(t.replaceDocs===!0,"--replace-docs",i),s(t.note!==void 0,"--note",i),s(t.learning!==void 0,"--learning",i),s(t.test!==void 0,"--test",i),s(t.reminder!==void 0,"--reminder",i),s(t.event!==void 0,"--event",i),s(t.clearDeps===!0,"--clear-deps",i),s(t.clearComments===!0,"--clear-comments",i),s(t.clearNotes===!0,"--clear-notes",i),s(t.clearLearnings===!0,"--clear-learnings",i),s(t.clearFiles===!0,"--clear-files",i),s(t.clearTests===!0,"--clear-tests",i),s(t.clearDocs===!0,"--clear-docs",i),s(t.clearReminders===!0,"--clear-reminders",i),s(t.clearEvents===!0,"--clear-events",i);let a=[...n].filter(c=>_E.has(c)).sort((c,m)=>c.localeCompare(m)).map(c=>`--unset ${c.replaceAll("_","-")}`);if(i.push(...a),i.length>0)throw M_({id:e,code:"ownership_metadata_bypass_restricted_options",message:`The metadata ownership bypass only supports non-lifecycle metadata fields and evidence appends. Remove restricted options: ${i.join(", ")}`,required:"Limit the metadata ownership bypass to non-lifecycle metadata fields plus append-only --comment/--file/--doc evidence; route restricted appends and lifecycle changes through their dedicated commands.",why:"the metadata ownership bypass is a non-owner override scoped to metadata maintenance and append-only evidence; lifecycle, ownership, dependency mutations, restricted append fields, and clear/replace operations keep their normal ownership rules.",disallowedFlags:i})}function yE(e,t){let n=Q(e,t);if(!n){let r=t.definitions.map(o=>o.id);throw new l(`Invalid --status value "${e}". Allowed: ${r.join(", ")}`,d.USAGE)}return n}function bE(e){if(e.enforcement==="off"||e.typeWorkflows.length===0)return;let t=eu({typeName:e.typeName,fromStatus:e.fromStatus,toStatus:e.toStatus,typeWorkflows:e.typeWorkflows,statusRegistry:e.statusRegistry});if(!t.hasRule||t.allowed)return;let n=Q(e.fromStatus,e.statusRegistry)??e.fromStatus,r=Q(e.toStatus,e.statusRegistry)??e.toStatus,o=`Disallowed transition for type "${e.typeName}": ${n} -> ${r}. Allowed transitions: ${tu(t.allowedTransitions)}.`;if(e.enforcement==="strict")throw new l(o,d.USAGE);return`workflow_transition_not_allowed: ${o}`}function wE(e,t){return!e||e.trim()===""||e.trim().toLowerCase()==="now"?t:z_(e)}function z_(e){let t=Date.parse(e);if(!Number.isFinite(t))throw new l(`Invalid dependency created_at timestamp "${e}"`,d.USAGE);return new Date(t).toISOString()}function Un(e){if(e===void 0)return;let t=e.trim();return t.length>0?t:void 0}var vE=["id","kind","type","author","created_at","source_kind"],kE=["id","kind","type","author","created_at","source_kind"];function B_(e){return e.startsWith("```")||e.includes(`
6
- `)||/^(?:[-*+]\s+)?(?:id|kind|type|author|created_at|source_kind)\s*[:=]/i.test(e)?!0:Xo(e)}function V_(e){return typeof e=="string"?Yr(e)??e.trim():e}function ti(e,t,n,r){return e?(Se(e,"--dep","Use --clear-deps to clear dependencies."),{additions:e.map(s=>{let i=s.trim(),a=B_(i);yr(i,a);let c=a?oe(s,"--dep"):{id:i,kind:"related"};a&&Ke(c,"--dep",vE);let m=c.id?.trim(),u=V_((c.kind??c.type)?.trim());if(!m||!u)throw new l("--dep requires id and kind, or a bare item id to add a related dependency",d.USAGE);if(m.toLowerCase()==="undefined")throw new l(`--dep id must not use placeholder token "${m}". Use --clear-deps to clear dependencies.`,d.USAGE);let p=sr(Un(c.source_kind)),f=Un(c.author);return{id:ir(m,t,p),kind:Ee(u,jt,"dependency kind"),created_at:wE(c.created_at,n),author:f??r,source_kind:p??"cli:update:dep",author_source:f?"asserted":"detected"}})}):{additions:[]}}function SE(e,t){return e?(Se(e,"--dep-remove"),e.map(n=>{let r=n.trim();if(!r)throw new l("--dep-remove requires id or key/value selectors",d.USAGE);let o=B_(r);if(yr(r,o,"--dep-remove"),o){let s=oe(r,"--dep-remove");Ke(s,"--dep-remove",kE);let i=s.id?.trim();if(!i)throw new l("--dep-remove key/value form requires id=<value>",d.USAGE);if(i.toLowerCase()==="undefined")throw new l(`--dep-remove id must not use placeholder token "${i}"`,d.USAGE);let a=V_(Un(s.kind??s.type)),c=sr(Un(s.source_kind)),m=Un(s.author),u=Un(s.created_at);return{id:ir(i,t,c),kind:a?Ee(a,jt,"dependency kind"):void 0,source_kind:c,author:m,created_at:u?z_(u):void 0}}if(r.toLowerCase()==="undefined")throw new l(`--dep-remove id must not use placeholder token "${r}"`,d.USAGE);return{id:we(r,t)}})):[]}function ei(e){let t=e.source_kind?.trim().toLowerCase()??"";return[e.id.trim().toLowerCase(),e.kind,t].join("\0")}function EE(e){let t=e.source_kind?.trim().toLowerCase()??"",n=e.author?.trim().toLowerCase()??"",r=e.created_at?.trim()??"",o=Date.parse(r),s=Number.isFinite(o)?new Date(o).toISOString():r;return[e.id.trim().toLowerCase(),e.kind,t,n,s].join("\0")}function AE(e,t,n,r){let o=[...e??[]],s=!1;if(t===void 0){let i=o.filter(a=>a.kind!=="blocked_by");return i.length!==o.length&&(o=i,s=!0),s?{dependencies:o.length>0?o:void 0,changed:!0}:{dependencies:e,changed:!1}}return o.some(i=>i.kind==="blocked_by"&&i.id===t)||(o.push({id:t,kind:"blocked_by",created_at:n,author:r,source_kind:"cli:update:blocked_by",author_source:"detected"}),s=!0),s?{dependencies:o.length>0?o:void 0,changed:!0}:{dependencies:e,changed:!1}}async function TE(e,t,n,r,o,s){if(e===void 0||t)return{};let i=e.trim();if(i.length===0)return{};let a=await U(n,we(i,r),r,o,s);return a?{id:a.id}:{unresolved:i}}function CE(e,t,n,r,o){let s=AE(e.dependencies,t,n,r);s.changed&&(s.dependencies===void 0?delete e.dependencies:e.dependencies=s.dependencies,o.includes("dependencies")||o.push("dependencies"))}function RE(e){return`${e.path}::${e.scope}`}function IE(e){return`${e.path}::${e.scope}`}function xE(e){return`${e.command}::${e.path??""}::${e.scope}::${e.pm_context_mode??""}::${e.workspace_context_mode??""}`}function H_(e,t){return!(e.id.trim().toLowerCase()!==t.id.trim().toLowerCase()||t.kind&&e.kind!==t.kind||t.source_kind!==void 0&&e.source_kind?.trim().toLowerCase()!==t.source_kind.trim().toLowerCase()||t.author!==void 0&&e.author?.trim().toLowerCase()!==t.author.trim().toLowerCase()||t.created_at!==void 0&&(e.created_at===void 0||!Number.isFinite(Date.parse(e.created_at))||new Date(Date.parse(e.created_at)).toISOString()!==t.created_at))}function OE(e){return xn(e)}function $_(e,t){let n=Wn("update",e);if(!n)throw new l(`Unsupported command_option_policies option "${e}" for update command on type "${t}"`,d.CONFLICT);return n}function PE(e,t,n){let r=new Set,o=(s,i)=>{i&&r.add(s)};if(o("title",e.title!==void 0),o("description",e.description!==void 0),o("body",e.body!==void 0),o("status",e.status!==void 0),o("closeReason",e.closeReason!==void 0),o("priority",e.priority!==void 0),o("type",e.type!==void 0),o("tags",e.tags!==void 0||Array.isArray(e.addTags)&&e.addTags.length>0||Array.isArray(e.removeTags)&&e.removeTags.length>0),o("deadline",e.deadline!==void 0),o("estimatedMinutes",e.estimatedMinutes!==void 0),o("acceptanceCriteria",e.acceptanceCriteria!==void 0||Array.isArray(e.addAc)&&e.addAc.length>0||Array.isArray(e.removeAc)&&e.removeAc.length>0),o("definitionOfReady",e.definitionOfReady!==void 0),o("order",e.order!==void 0||e.rank!==void 0),o("goal",e.goal!==void 0),o("objective",e.objective!==void 0),o("value",e.value!==void 0),o("impact",e.impact!==void 0),o("outcome",e.outcome!==void 0),o("whyNow",e.whyNow!==void 0),o("author",e.author!==void 0),o("message",e.message!==void 0),o("assignee",e.assignee!==void 0),o("parent",e.parent!==void 0),o("reviewer",e.reviewer!==void 0),o("risk",e.risk!==void 0),o("confidence",e.confidence!==void 0),o("sprint",e.sprint!==void 0),o("release",e.release!==void 0),o("blockedBy",e.blockedBy!==void 0),o("blockedReason",e.blockedReason!==void 0),o("unblockNote",e.unblockNote!==void 0),o("reporter",e.reporter!==void 0),o("severity",e.severity!==void 0),o("environment",e.environment!==void 0),o("reproSteps",e.reproSteps!==void 0),o("resolution",e.resolution!==void 0),o("expectedResult",e.expectedResult!==void 0),o("actualResult",e.actualResult!==void 0),o("affectedVersion",e.affectedVersion!==void 0),o("fixedVersion",e.fixedVersion!==void 0),o("component",e.component!==void 0),o("regression",e.regression!==void 0),o("customerImpact",e.customerImpact!==void 0),o("dep",e.dep!==void 0),o("depRemove",e.depRemove!==void 0),o("dep",e.replaceDeps===!0),o("comment",e.comment!==void 0),o("note",e.note!==void 0),o("learning",e.learning!==void 0),o("file",e.file!==void 0),o("test",e.test!==void 0),o("test",e.replaceTests===!0),o("file",e.replaceFiles===!0),o("doc",e.replaceDocs===!0),o("doc",e.doc!==void 0),o("reminder",e.reminder!==void 0),o("event",e.event!==void 0),o("typeOption",e.typeOption!==void 0),o("field",e.field!==void 0),o("force",e.force===!0),o("ownershipMetadataBypass",e.ownershipMetadataBypass===!0),o("ownershipDependencyBypass",e.ownershipDependencyBypass===!0),o("dep",e.clearDeps===!0),o("comment",e.clearComments===!0),o("note",e.clearNotes===!0),o("learning",e.clearLearnings===!0),o("file",e.clearFiles===!0),o("test",e.clearTests===!0),o("doc",e.clearDocs===!0),o("reminder",e.clearReminders===!0),o("event",e.clearEvents===!0),o("typeOption",e.clearTypeOptions===!0),e.unset&&e.unset.length>0){let s=K_(e.unset,t,n);for(let i of s.optionKeys)o(i,!0)}return r}function LE(e,t,n,r,o){let s=Hr(e,n);if(!s)throw new l(`Invalid type value "${e}"`,d.USAGE);let i=_n(s,"update",[]);if(i.errors.length>0)throw new l(i.errors.join("; "),d.CONFLICT);let a=PE(t,r,o);for(let c of i.disabled)if(a.has($_(c,e)))throw new l(`Option ${ye("update",c)} is disabled for type "${e}" by command_option_policies`,d.USAGE);for(let c of i.required)if(!a.has($_(c,e)))throw new l(`Missing required option ${ye("update",c)} for type "${e}"`,d.USAGE)}var NE=new Set(["order","rank"]),FE=Xi.filter(e=>!NE.has(e)),W_=["tags","closeReason",...FE],ME=["title","description","body","status","closeReason","completedAt","priority","type",...Xi,"dep","depRemove","comment","note","learning","file","test","doc","reminder","event","typeOption","field"],$E=[{optionKey:"deadline",metadataKey:"deadline",transform:(e,t)=>te(e,t.nowValue,"deadline")},{optionKey:"estimatedMinutes",metadataKey:"estimated_minutes",transform:e=>In(e,"estimated-minutes")},{optionKey:"acceptanceCriteria",metadataKey:"acceptance_criteria",transform:e=>e},{optionKey:"definitionOfReady",metadataKey:"definition_of_ready"},{optionKey:"goal",metadataKey:"goal"},{optionKey:"objective",metadataKey:"objective"},{optionKey:"value",metadataKey:"value"},{optionKey:"impact",metadataKey:"impact"},{optionKey:"outcome",metadataKey:"outcome"},{optionKey:"whyNow",metadataKey:"why_now"}],DE=[{optionKey:"reviewer",metadataKey:"reviewer"},{optionKey:"risk",metadataKey:"risk",transform:e=>Ee(Ts(e),un,"risk")},{optionKey:"confidence",metadataKey:"confidence",transform:e=>Rs(e)}],UE=[{optionKey:"blockedReason",metadataKey:"blocked_reason"},{optionKey:"unblockNote",metadataKey:"unblock_note"},{optionKey:"reporter",metadataKey:"reporter"},{optionKey:"severity",metadataKey:"severity",transform:e=>Ee(Cs(e),pn,"severity")},{optionKey:"environment",metadataKey:"environment"},{optionKey:"reproSteps",metadataKey:"repro_steps"},{optionKey:"resolution",metadataKey:"resolution"},{optionKey:"expectedResult",metadataKey:"expected_result"},{optionKey:"actualResult",metadataKey:"actual_result"},{optionKey:"affectedVersion",metadataKey:"affected_version"},{optionKey:"fixedVersion",metadataKey:"fixed_version"},{optionKey:"component",metadataKey:"component"},{optionKey:"regression",metadataKey:"regression",transform:e=>Is(e)},{optionKey:"customerImpact",metadataKey:"customer_impact"}];function Tc(e,t,n){for(let r of e){let o=t[r.optionKey],s=n.clearItemMetadataKeys.has(r.metadataKey);if(!(o===void 0&&!s)){if(s){delete n.metadataRecord[r.metadataKey],n.changedFields.push(r.metadataKey);continue}if(typeof o!="string")throw new l(`${ye("update",String(r.optionKey))} must be a string value`,d.USAGE);n.metadataRecord[r.metadataKey]=r.transform?r.transform(o,n):o.trim(),n.changedFields.push(r.metadataKey)}}}async function GE(e){return q_(await Qo(e,[["body","--body"],["description","--description"]],[["dep","--dep"],["depRemove","--dep-remove"],["comment","--comment"],["note","--note"],["learning","--learning"],["file","--file"],["test","--test"],["doc","--doc"],["reminder","--reminder"],["event","--event"],["typeOption","--type-option"],["field","--field"]]))}async function Rc(e){return at(e)?await GE(e):q_(e)}function jE(e){return[{enabled:e.clearDeps||e.replaceDeps,optionKey:"dep",clearFlag:"--clear-deps",valueFlag:"--dep",values:e.dep,metadataKey:"dependencies"},{enabled:e.clearComments,optionKey:"comment",clearFlag:"--clear-comments",valueFlag:"--comment",values:e.comment,metadataKey:"comments"},{enabled:e.clearNotes,optionKey:"note",clearFlag:"--clear-notes",valueFlag:"--note",values:e.note,metadataKey:"notes"},{enabled:e.clearLearnings,optionKey:"learning",clearFlag:"--clear-learnings",valueFlag:"--learning",values:e.learning,metadataKey:"learnings"},{enabled:e.clearFiles||e.replaceFiles,optionKey:"file",clearFlag:"--clear-files",valueFlag:"--file",values:e.file,metadataKey:"files"},{enabled:e.clearTests||e.replaceTests,optionKey:"test",clearFlag:"--clear-tests",valueFlag:"--test",values:e.test,metadataKey:"tests"},{enabled:e.clearDocs||e.replaceDocs,optionKey:"doc",clearFlag:"--clear-docs",valueFlag:"--doc",values:e.doc,metadataKey:"docs"},{enabled:e.clearReminders,optionKey:"reminder",clearFlag:"--clear-reminders",valueFlag:"--reminder",values:e.reminder,metadataKey:"reminders"},{enabled:e.clearEvents,optionKey:"event",clearFlag:"--clear-events",valueFlag:"--event",values:e.event,metadataKey:"events"},{enabled:e.clearTypeOptions,optionKey:"typeOption",clearFlag:"--clear-type-options",valueFlag:"--type-option",values:e.typeOption,metadataKey:"type_options"}]}function Ec(e){if(e.enabled&&(!e.values||e.values.length===0))throw new l(`${e.replaceFlag} requires at least one ${e.valueFlag} entry`,d.USAGE);if(e.enabled&&e.clearEnabled)throw new l(`${e.replaceFlag} cannot be combined with ${e.clearFlag}`,d.USAGE)}function Ic(e){let t=(e.addAc?.length??0)>0||(e.removeAc?.length??0)>0;if(e.acceptanceCriteria!==void 0&&t)throw new l("Cannot combine --acceptance-criteria replacement with --add-ac or --remove-ac. Use --remove-ac and --add-ac together for an atomic one-entry repair.",d.USAGE,{code:"acceptance_criteria_mutation_conflict",reason:"replacement_and_additive_mutation_combined",nextSteps:["Use --acceptance-criteria alone to replace the complete list.","Use --remove-ac <old> --add-ac <new> to repair one criterion without replacing unrelated entries."]});if(e.replaceDeps===!0&&(e.dep===void 0||e.dep.length===0))throw new l("--replace-deps requires at least one --dep entry",d.USAGE);if(e.replaceDeps===!0&&e.depRemove!==void 0&&e.depRemove.length>0)throw new l("--replace-deps cannot be combined with --dep-remove",d.USAGE);Ec({enabled:e.replaceTests===!0,values:e.test,replaceFlag:"--replace-tests",clearEnabled:e.clearTests===!0,clearFlag:"--clear-tests",valueFlag:"--test"}),Ec({enabled:e.replaceFiles===!0,values:e.file,replaceFlag:"--replace-files",clearEnabled:e.clearFiles===!0,clearFlag:"--clear-files",valueFlag:"--file"}),Ec({enabled:e.replaceDocs===!0,values:e.doc,replaceFlag:"--replace-docs",clearEnabled:e.clearDocs===!0,clearFlag:"--clear-docs",valueFlag:"--doc"})}function qE(e){for(let t of e.definitions){if(!t.enabled)continue;let n=t.optionKey==="dep"&&e.options.replaceDeps===!0||t.optionKey==="test"&&e.options.replaceTests===!0||t.optionKey==="file"&&e.options.replaceFiles===!0||t.optionKey==="doc"&&e.options.replaceDocs===!0;if(t.values&&t.values.length>0&&!n)throw new l(`Cannot combine ${t.clearFlag} with ${t.valueFlag}`,d.USAGE);e.clearOptionKeys.add(t.optionKey),e.clearItemMetadataKeys.add(t.metadataKey)}}function KE(e){let t={};for(let n of W_)t[String(n)]=e[n]!==void 0;return t.order=e.order!==void 0||e.rank!==void 0,t}function zE(e,t){let n=KE(e);for(let[r,o]of Object.entries(n)){if(!o||!t.optionKeys.has(r))continue;let s=Zs.get(r)??r;throw new l(`Cannot combine --unset ${s} with ${ye("update",r)}`,d.USAGE)}if(t.metadataKeys.has("acceptance_criteria")){if(Array.isArray(e.addAc)&&e.addAc.length>0)throw new l("Cannot combine --unset acceptance-criteria with --add-ac",d.USAGE);if(Array.isArray(e.removeAc)&&e.removeAc.length>0)throw new l("Cannot combine --unset acceptance-criteria with --remove-ac",d.USAGE)}if(t.metadataKeys.has("tags")){if(Array.isArray(e.addTags)&&e.addTags.length>0)throw new l("Cannot combine --unset tags with --add-tags",d.USAGE);if(Array.isArray(e.removeTags)&&e.removeTags.length>0)throw new l("Cannot combine --unset tags with --remove-tags",d.USAGE)}}function BE(e){let t=(n,r)=>{let o=Zs.get(r),s=o?`Use --unset ${o} to clear this field.`:void 0;Os(n,ye("update",r),s)};for(let n of W_)t(e[n],String(n));t(e.order??e.rank,"order"),Se(e.reminder,"--reminder","Use --clear-reminders to clear reminders."),Se(e.event,"--event","Use --clear-events to clear linked events.")}function VE(e,t){let n={};for(let r of ME)n[String(r)]=e[r]!==void 0;return n.tags=e.tags!==void 0,n.addTags=Array.isArray(e.addTags)&&e.addTags.length>0,n.removeTags=Array.isArray(e.removeTags)&&e.removeTags.length>0,n.addAc=Array.isArray(e.addAc)&&e.addAc.length>0,n.removeAc=Array.isArray(e.removeAc)&&e.removeAc.length>0,n.order=e.order!==void 0,n.rank=e.rank!==void 0,n.replaceDeps=e.replaceDeps===!0,n.replaceTests=e.replaceTests===!0,n.replaceFiles=e.replaceFiles===!0,n.replaceDocs=e.replaceDocs===!0,n.unset=e.unset!==void 0&&e.unset.length>0,n.clearDeps=e.clearDeps===!0,n.clearComments=e.clearComments===!0,n.clearNotes=e.clearNotes===!0,n.clearLearnings=e.clearLearnings===!0,n.clearFiles=e.clearFiles===!0,n.clearTests=e.clearTests===!0,n.clearDocs=e.clearDocs===!0,n.clearReminders=e.clearReminders===!0,n.clearEvents=e.clearEvents===!0,n.clearTypeOptions=e.clearTypeOptions===!0,n.runtimeFields=Object.keys(t).length>0,n}async function HE(e){let t=await U(e.pmRoot,e.id,e.settings.id_prefix,e.settings.item_format,e.typeRegistry.type_to_folder);if(!t)throw await it(e.pmRoot,e.id,e.settings.id_prefix,e.typeRegistry.type_to_folder);let{document:n}=await H(t,{schema:e.settings.schema});return{item:n.metadata,changed_fields:[],warnings:["noop_no_update_fields"]}}async function WE(e){if(!(!e.fieldFlags.dep&&!e.fieldFlags.blockedBy&&!e.fieldFlags.parent&&!e.clearedMetadataKeys.has("parent")))return ce(e.pmRoot,e.settings.item_format,e.typeToFolder,void 0,e.settings.schema)}function YE(e){e.before&&is(e.before,e.before.map(t=>t.id===e.document.metadata.id?e.document.metadata:t),e.document.metadata.id,t=>ee(t,e.statusRegistry),Pt())}async function JE(e){await R(e)}function XE(e){if(e.order!==void 0&&e.rank!==void 0&&e.order!==e.rank)throw new l("--order and --rank must match when both are provided",d.USAGE)}async function QE(e){if(e.options.parent===void 0||e.unsetTargets.metadataKeys.has("parent"))return{resolvedParentValue:void 0,warnings:[]};let t=ns(e.options.parent);if(os(e.id,t,e.settings.id_prefix),await U(e.pmRoot,t,e.settings.id_prefix,e.settings.item_format,e.typeRegistry.type_to_folder))return{resolvedParentValue:t,warnings:[]};let r=we(t,e.settings.id_prefix);return{resolvedParentValue:t,warnings:rs(r,e.parentReferencePolicy).warnings}}function ZE(e){return e.unresolved===void 0?[]:[`blocked_by_unresolved:${e.unresolved}`]}async function eA(e){if(e.workflowEnforcement==="off"||e.typeWorkflows.length===0||!e.fieldFlags.status||e.options.status===void 0)return[];let t=await U(e.pmRoot,e.id,e.settings.id_prefix,e.settings.item_format,e.typeRegistry.type_to_folder);if(!t)throw await it(e.pmRoot,e.id,e.settings.id_prefix,e.typeRegistry.type_to_folder);let{document:n}=await H(t,{schema:e.settings.schema}),r=e.options.type!==void 0?he(e.options.type,e.typeRegistry)??e.options.type:n.metadata?.type??"",o=bE({enforcement:e.workflowEnforcement,typeWorkflows:e.typeWorkflows,statusRegistry:e.statusRegistry,typeName:r,fromStatus:n.metadata?.status??"",toStatus:e.options.status});return o?[o]:[]}async function tA(e){if(!e.fieldFlags.status||Q(e.options.status,e.statusRegistry)!==e.statusRegistry.close_status)return;let n=Object.entries(e.fieldFlags).filter(([a,c])=>c&&a!=="status"&&a!=="closeReason"&&a!=="completedAt").map(([a])=>a),r=[],o=[];if(n.length>0){let a=ve(e.options,{...e.options,status:void 0,closeReason:void 0,message:void 0}),c=await mt(e.id,a,e.global);o=c.changed_fields,r.push(...c.warnings)}let s=await dt(e.id,e.options.closeReason,{author:e.options.author,message:e.options.message,force:e.options.force,completedAt:e.options.completedAt},e.global),i=[...e.workflowTransitionWarnings,...r,...s.warnings,"auto_routed_from_update_to_close"];return{item:s.item,changed_fields:[...o,...s.changed_fields],warnings:i}}function nA(e,t,n,r){return t.title!==void 0&&(e.metadata.title=Sc(t.title,"--title"),r.push("title")),t.description!==void 0&&(e.metadata.description=t.description,r.push("description")),t.body!==void 0&&(e.body=t.body,r.push("body")),Q(e.metadata.status,n)??e.metadata.status}var rA=["closed_at","completed_at","close_reason","resolution","expected_result","actual_result","fixed_version"];function oA(e,t){for(let n of rA)e[n]!==void 0&&(delete e[n],t.push(n))}function sA(e,t,n,r,o){let s=yE(n,t.statusRegistry);if(e.metadata.status=s,o.push("status"),s===t.statusRegistry.close_status&&(e.metadata.closed_at===void 0||e.metadata.closed_at===null)){e.metadata.closed_at=t.nowIso,e.metadata.completed_at=t.nowIso,o.push("closed_at","completed_at");return}!ee(s,t.statusRegistry)&&ee(r,t.statusRegistry)&&oA(e.metadata,o)}function iA(e,t,n,r){if(t.options.status!==void 0&&sA(e,t,t.options.status,n,r),t.options.completedAt!==void 0){if(!ee(e.metadata.status,t.statusRegistry))throw new l("--completed-at can only be set on a terminal item",d.USAGE);e.metadata.completed_at=te(t.options.completedAt,new Date(t.nowIso),"completed-at"),r.push("completed_at")}}function aA(e,t,n,r){if(t.options.closeReason!==void 0||t.clearItemMetadataKeys.has("close_reason")){if(t.clearItemMetadataKeys.has("close_reason"))delete e.metadata.close_reason;else{let o=t.options.closeReason?.trim()??"";if(o.length===0)throw new l("--close-reason must not be empty",d.USAGE);e.metadata.close_reason=o}r.push("close_reason");return}t.options.status!==void 0&&ee(n,t.statusRegistry)&&!ee(e.metadata.status,t.statusRegistry)&&e.metadata.close_reason!==void 0&&(delete e.metadata.close_reason,r.push("close_reason"))}function cA(e,t,n,r){iA(e,t,n,r),aA(e,t,n,r)}function dA(e,t,n){let r=he(e.metadata.type,t.typeRegistry)??e.metadata.type;if(t.options.priority!==void 0&&(e.metadata.priority=OE(t.options.priority),n.push("priority")),t.options.type!==void 0){let o=he(t.options.type,t.typeRegistry);if(!o)throw new l(Tt(t.options.type,t.typeRegistry.types,Ct(t.pmRoot,t.settings.schema)),d.USAGE);e.metadata.type=o,r=o,n.push("type")}return LE(r,t.options,t.typeRegistry,t.runtimeFieldRegistry,t.extensionFieldNames),lA(e,t,r,n),r}function lA(e,t,n,r){if(t.options.typeOption!==void 0||t.clearItemMetadataKeys.has("type_options")){if(t.clearItemMetadataKeys.has("type_options"))delete e.metadata.type_options;else{let s=Fs(t.options.typeOption??[]),i=Yn(n,s,t.typeRegistry);if(i.errors.length>0)throw new l(i.errors.join("; "),d.USAGE);e.metadata.type_options=i.normalized}r.push("type_options");return}if(t.options.type===void 0||e.metadata.type_options===void 0)return;let o=Yn(n,e.metadata.type_options,t.typeRegistry);if(o.errors.length>0)throw new l(`Current type options are incompatible with type "${n}". ${o.errors.join("; ")}. Use --clear-type-options to clear them.`,d.USAGE);e.metadata.type_options=o.normalized}function mA(e,t){let n=new Set(t.map(o=>ei(o))),r=new Set;return e.filter(o=>{if(!n.has(ei(o)))return!0;let s=EE(o);return r.has(s)?!1:(r.add(s),!0)})}function uA(e,t,n){let r=t.filter(o=>!e.some(s=>H_(s,o)));if(r.length!==0)throw new l(`Dependency removal did not match ${r.length===1?"a stored edge":"stored edges"}.`,d.NOT_FOUND,{code:"dependency_remove_no_match",reason:"selector_not_found",unmatched_selectors:r,available_dependencies:e.map(o=>({id:o.id,kind:o.kind,source_kind:o.source_kind,author:o.author,created_at:o.created_at})),why:"Failing on a zero-match selector prevents a mistyped dependency removal from being reported as successful.",nextSteps:[`Inspect the current item with: pm get ${n} --full`,"Retry --dep-remove with the exact id plus any kind, source_kind, author, or created_at selectors needed to identify one stored row."]})}function pA(e,t,n){if(t.options.dep===void 0&&t.options.depRemove===void 0&&!t.clearItemMetadataKeys.has("dependencies"))return;let r=t.clearItemMetadataKeys.has("dependencies")?[]:[...e.metadata.dependencies??[]];if(t.dependencyUpdates.additions.length>0){r=mA(r,t.dependencyUpdates.additions);let o=new Set(r.map(s=>ei(s)));for(let s of t.dependencyUpdates.additions){let i=ei(s);o.has(i)||(r.push(s),o.add(i))}}t.dependencyRemovals.length>0&&(uA(r,t.dependencyRemovals,e.metadata.id),r=r.filter(o=>!t.dependencyRemovals.some(s=>H_(o,s)))),r.length===0?delete e.metadata.dependencies:e.metadata.dependencies=r,n.push("dependencies")}function fA(e,t,n){Ac(e,"comments",t.options.comment,t.commentUpdates.values,t.clearItemMetadataKeys,n),Ac(e,"notes",t.options.note,t.noteUpdates.values,t.clearItemMetadataKeys,n),Ac(e,"learnings",t.options.learning,t.learningUpdates.values,t.clearItemMetadataKeys,n)}function Ac(e,t,n,r,o,s){n===void 0&&!o.has(t)||(o.has(t)||!r||r.length===0?delete e.metadata[t]:e.metadata[t]=[...e.metadata[t]??[],...r],s.push(t))}function _A(e,t,n){D_(e,"files",t.options.file,t.fileUpdates.values,RE,t.options.replaceFiles===!0,t.clearItemMetadataKeys,n),hA(e,t,n),D_(e,"docs",t.options.doc,t.docUpdates.values,IE,t.options.replaceDocs===!0,t.clearItemMetadataKeys,n)}function D_(e,t,n,r,o,s,i,a){if(!(n===void 0&&!i.has(t))){if(s)e.metadata[t]=r;else if(i.has(t)||!r||r.length===0)delete e.metadata[t];else{let c=[...e.metadata[t]??[]],m=new Set(c.map(u=>o(u)));for(let u of r){let p=o(u);m.has(p)||(c.push(u),m.add(p))}e.metadata[t]=c}a.push(t)}}function hA(e,t,n){t.options.test===void 0&&!t.clearItemMetadataKeys.has("tests")||(t.clearItemMetadataKeys.has("tests")&&t.options.replaceTests===!0?e.metadata.tests=U_(t.testUpdates.values)??[]:t.clearItemMetadataKeys.has("tests")||!t.testUpdates.values||t.testUpdates.values.length===0?delete e.metadata.tests:e.metadata.tests=U_([...e.metadata.tests??[],...t.testUpdates.values]),e.metadata.tests!==void 0&&e.metadata.tests.length===0&&delete e.metadata.tests,n.push("tests"))}function U_(e){if(!e||e.length===0)return;let t=[],n=new Set;for(let r of e){let o=xE(r);n.has(o)||(t.push(r),n.add(o))}return t}function gA(e,t,n){let r=t.options.addTags,o=t.options.removeTags,s=Array.isArray(r)&&r.length>0||Array.isArray(o)&&o.length>0;if(t.options.tags!==void 0||t.clearItemMetadataKeys.has("tags")||s){let i=t.clearItemMetadataKeys.has("tags")?[]:t.options.tags!==void 0?xt(t.options.tags):Array.isArray(e.metadata.tags)?[...e.metadata.tags]:[];e.metadata.tags=Jo(Rn(i,r),o),n.changedFields.push("tags")}Tc($E,t.options,n),bA(e,t,n.changedFields)}function yA(e,t,n){let r=t.options.addAc,o=t.options.removeAc;if(!(Array.isArray(r)&&r.length>0)&&!(Array.isArray(o)&&o.length>0))return;let s=Yo(Cn(e.metadata.acceptance_criteria),r,o);if(s.unmatchedRemovals.length>0)throw new l(`Acceptance criteria removal did not match: ${s.unmatchedRemovals.join(", ")}`,d.NOT_FOUND,{code:"acceptance_criteria_remove_unmatched",reason:"exact_match_not_found",field:"acceptance_criteria",unmatched:s.unmatchedRemovals,why:"Lossless removal fails instead of silently applying the remaining mutations when an exact selector is wrong.",nextSteps:["Read the current acceptance_criteria value and retry with the exact criterion text.","Use --acceptance-criteria alone only when replacing the complete list is intentional."]});let i=s.criteria.join("; ");e.metadata.acceptance_criteria!==i&&(i===""&&e.metadata.acceptance_criteria===void 0||(e.metadata.acceptance_criteria=i,n.changedFields.includes("acceptance_criteria")||n.changedFields.push("acceptance_criteria")))}function bA(e,t,n){let r=t.options.order??t.options.rank;if(!(r===void 0&&!t.clearItemMetadataKeys.has("order"))){if(t.clearItemMetadataKeys.has("order"))delete e.metadata.order;else{let o=de(r??"","order");if(!Number.isInteger(o))throw new l("Order must be an integer",d.USAGE);e.metadata.order=o}n.push("order")}}function wA(e,t,n,r){vA(e,t,n.changedFields),kA(e,t,n.changedFields),Tc(DE,t.options,n),G_(e,t,"sprint",r,n.changedFields),G_(e,t,"release",r,n.changedFields),SA(e,t,n.changedFields),Tc(UE,t.options,n)}function vA(e,t,n){if(!(t.options.assignee===void 0&&!t.clearItemMetadataKeys.has("assignee"))){if(t.clearItemMetadataKeys.has("assignee"))delete e.metadata.assignee;else{let r=t.options.assignee?.trim()??"";if(r==="")throw new l("--assignee must not be empty. Use --unset assignee to clear it.",d.USAGE);e.metadata.assignee=r}n.push("assignee")}}function kA(e,t,n){t.options.parent===void 0&&!t.clearItemMetadataKeys.has("parent")||(t.clearItemMetadataKeys.has("parent")?delete e.metadata.parent:e.metadata.parent=t.resolvedParentValue??"",n.push("parent"))}function G_(e,t,n,r,o){if(!(t.options[n]===void 0&&!t.clearItemMetadataKeys.has(n))){if(t.clearItemMetadataKeys.has(n))delete e.metadata[n];else{let s=ss(n,t.options[n]??"",t.settings.validation.sprint_release_format);e.metadata[n]=s.value,r.push(...s.warnings)}o.push(n)}}function SA(e,t,n){t.options.blockedBy===void 0&&!t.clearItemMetadataKeys.has("blocked_by")||(t.clearItemMetadataKeys.has("blocked_by")?delete e.metadata.blocked_by:e.metadata.blocked_by=t.options.blockedBy?.trim()??"",n.push("blocked_by"),(t.clearItemMetadataKeys.has("blocked_by")||t.resolvedBlockedByDependencyId!==void 0)&&CE(e.metadata,t.resolvedBlockedByDependencyId,t.nowIso,t.author,n))}function EA(e,t,n){(t.options.reminder!==void 0||t.clearItemMetadataKeys.has("reminders"))&&(t.clearItemMetadataKeys.has("reminders")?delete e.metadata.reminders:e.metadata.reminders=Ls(t.options.reminder??[],t.nowValue,{valueMode:"trimmed"}),n.push("reminders")),(t.options.event!==void 0||t.clearItemMetadataKeys.has("events"))&&(t.clearItemMetadataKeys.has("events")?delete e.metadata.events:e.metadata.events=Ns(t.options.event??[],t.nowValue,{allDayEmptyGuard:"truthy",recurrenceEmptyNumericGuard:"truthy"}),n.push("events"))}function AA(e,t,n){j_(e,t.runtimeFieldRegistry.definitions.map(o=>o.metadata_key),t.clearItemMetadataKeys,n),j_(e,t.extensionFieldNames,t.clearItemMetadataKeys,n);for(let[o,s]of Object.entries(t.runtimeFieldUpdates)){if(t.clearItemMetadataKeys.has(o)){let i=o.replaceAll("_","-"),c=t.runtimeFieldRegistry.definitions.find(m=>m.metadata_key===o)?.cli_flag??i;throw new l(`Cannot combine --unset ${i} with --${c}`,d.USAGE)}rt(e[o],s)||(e[o]=s,n.push(o))}let r=Br(t.options.field,t.extensionRegistrations);for(let o of Object.keys(r))if(t.clearItemMetadataKeys.has(o))throw new l(`Cannot combine --unset ${o.replaceAll("_","-")} with --field ${o}=...`,d.USAGE);for(let[o,s]of Object.entries(r))rt(e[o],s)||(e[o]=s,n.push(o))}function j_(e,t,n,r){for(let o of t)!n.has(o)||e[o]===void 0||(delete e[o],r.push(o))}function TA(e,t){let n=structuredClone(e.metadata),r=e.body,o=[],s=[],i=nA(e,t.options,t.statusRegistry,o),a=e.metadata,c={metadataRecord:a,clearItemMetadataKeys:t.clearItemMetadataKeys,changedFields:o,nowValue:t.nowValue};cA(e,t,i,o),dA(e,t,o),pA(e,t,o),fA(e,t,o),_A(e,t,o),gA(e,t,c),yA(e,t,c),wA(e,t,c,s),(t.options.dep!==void 0||t.options.depRemove!==void 0||t.options.blockedBy!==void 0||t.clearItemMetadataKeys.has("dependencies")||t.clearItemMetadataKeys.has("blocked_by"))&&br(e.metadata.id,e.metadata.dependencies),Q(e.metadata.status,t.statusRegistry)===t.statusRegistry.canceled_status&&e.metadata.assignee!==void 0&&(delete e.metadata.assignee,o.includes("assignee")||o.push("assignee")),EA(e,t,o),AA(a,t,o);try{Vr(a,t.extensionRegistrations,{skipDefaultFields:t.clearItemMetadataKeys})}catch(p){throw new l(p instanceof Error?p.message:"Invalid extension item field values",d.USAGE)}let m=e.metadata,u=[...new Set(o)].filter(p=>p==="body"?e.body!==r:!rt(n[p],m[p]));return t.options.acceptanceCriteria!==void 0&&u.includes("acceptance_criteria")&&s.push(`acceptance_criteria_replaced:${Cn(n.acceptance_criteria).length}:${Cn(m.acceptance_criteria).length}`),{changedFields:u,warnings:s}}async function Y_(e,t,n,r={}){t=await Rc(t);let o=E(process.cwd(),n.path);await JE(o);let s=await T(o),i=$(s.schema),a=We(s.schema),c=I(),m=St(c),u=O(s,c),p=s.governance.workflow_enforcement??"off",f=p==="off"?[]:Zm(s.schema),_=[{strict_error:"strict_error",warn:"warn",off:"off"},{strict_error:"warn",warn:"warn",off:"off"}][+(t.allowMissingParent===!0)][s.validation.parent_reference],h=K_(t.unset,a,m),y=new Set(h.optionKeys),g=new Set(h.metadataKeys);Ic(t),qE({definitions:jE(t),options:t,clearOptionKeys:y,clearItemMetadataKeys:g}),gE(e,t,g),zE(t,h),BE(t);let b=C(t.author,s.author_default),v=new Date,S=v.toISOString(),A=ti(t.dep,s.id_prefix,S,b);br(e,A.additions);let x=await Qt({pmRoot:o,dependencies:A.additions,idPrefix:s.id_prefix,itemFormat:s.item_format,typeToFolder:u.type_to_folder,allowUnresolved:t.allowUnresolvedDeps,holders:[{id:e}],schema:s.schema}),j=SE(t.depRemove,s.id_prefix),M=sn("--comment",t.comment,S,b),me=t.ownershipMetadataBypass===!0&&M.values?{...M,values:M.values.map(Fe=>({...Fe,author:b}))}:M,W=sn("--note",t.note,S,b),ge=sn("--learning",t.learning,S,b),ue=wc(t.file),Ue=vc(t.test);Ue.values=await Nn(Ue.values,b,S);let ht=kc(t.doc),gt=[],yt=await QE({id:e,options:t,unsetTargets:h,pmRoot:o,settings:s,typeRegistry:u,parentReferencePolicy:_}),bt=await TE(t.blockedBy,g.has("blocked_by"),o,s.id_prefix,s.item_format,u.type_to_folder),Pi=bt.id,Li=[...yt.warnings,...ZE(bt)],Hn=Do(t,a,t.runtimeFieldCommands),Ut=VE(t,Hn);if(!Object.values(Ut).some(Boolean))return HE({pmRoot:o,id:e,settings:s,typeRegistry:u});gt.push(...await eA({options:t,fieldFlags:Ut,workflowEnforcement:p,typeWorkflows:f,statusRegistry:i,typeRegistry:u,pmRoot:o,id:e,settings:s}));let Ce=await tA({options:t,fieldFlags:Ut,statusRegistry:i,workflowTransitionWarnings:gt,global:n,id:e});if(Ce)return Ce;XE(t);let wt=Pt(),Ni=Ut.parent&&!g.has("parent")||A.additions.some(Fe=>wt.resolve(Fe.kind)?.hierarchy),L=await Ms({pmRoot:o,author:b,ttlSeconds:s.locks.ttl_seconds,waitMs:s.locks.wait_ms,required:Ni});try{let Fe=await WE({fieldFlags:Ut,clearedMetadataKeys:g,pmRoot:o,settings:s,typeToFolder:u.type_to_folder}),et,$r,vt=await sp({pmRoot:o,settings:s,typeToFolder:u.type_to_folder,id:e,op:CA(t,r),author:b,message:t.message,resolveHistoryContext:()=>$r,force:t.force,bypassAssigneeConflict:t.ownershipMetadataBypass===!0||t.ownershipDependencyBypass===!0,extensionFieldNames:m,skipNoop:!0,mutate(He){et=RA({document:He,recurrenceReason:r.recurrenceReason,requestedStatus:t.status,statusRegistry:i}),$r=et?{recurrence:et}:void 0,Fe=Fe?.map(Dr=>Dr.id===He.metadata.id?structuredClone(He.metadata):Dr);let Mi=TA(He,{options:t,settings:s,typeRegistry:u,statusRegistry:i,runtimeFieldRegistry:a,extensionRegistrations:c,extensionFieldNames:m,clearItemMetadataKeys:g,dependencyUpdates:A,dependencyRemovals:j,commentUpdates:me,noteUpdates:W,learningUpdates:ge,fileUpdates:ue,testUpdates:Ue,docUpdates:ht,resolvedParentValue:yt.resolvedParentValue,resolvedBlockedByDependencyId:Pi,runtimeFieldUpdates:Hn,nowValue:v,nowIso:S,author:b,pmRoot:o});return YE({before:Fe,document:He,statusRegistry:i}),Mi}});await L();let Fi=Fe?gs(Fe,Fe.map(He=>He.id===vt.item.id?vt.item:He),vt.item.id):[];return{item:vt.item,changed_fields:vt.changedFields,warnings:[...gt,...Li,...x,...Fi,...vt.warnings],...et===void 0?{}:{lifecycle_transition:et}}}finally{await L()}}function CA(e,t){return e.ownershipMetadataBypass===!0||e.ownershipDependencyBypass===!0?"update_ownership_bypass":t.recurrenceReason===void 0?"update":"reopen"}function RA(e){if(e.recurrenceReason===void 0)return;let t=Q(e.document.metadata.status,e.statusRegistry)??e.document.metadata.status;if(!ee(t,e.statusRegistry))throw new l(`Item ${e.document.metadata.id} is already active with status ${t}; recurrence transitions require a terminal item.`,d.CONFLICT,{code:"item_already_active",reason:"recurrence_requires_terminal_item",required:"Use item reopen only for a terminal item whose work has recurred.",why:"Appending a recurrence event to active work would corrupt lifecycle history.",recovery:{suggested_retry:`pm get ${e.document.metadata.id} --full`,suggested_retry_args:["get",e.document.metadata.id,"--full"]},nextSteps:[`Inspect the active item with: pm get ${e.document.metadata.id} --full`,`Continue the existing work with: pm update ${e.document.metadata.id} ...`]});let n=e.requestedStatus??e.statusRegistry.open_status,r=Q(n,e.statusRegistry)??n,o=e.document.metadata,s=Object.fromEntries(["close_reason","resolution","expected_result","actual_result","fixed_version"].flatMap(i=>{let a=o[i];return typeof a=="string"?[[i,a]]:[]}));return{reason:e.recurrenceReason,from_status:t,to_status:r,previous_terminal:s}}async function mt(e,t,n){return Y_(e,t,n)}async function J_(e,t,n,r){let o=await Y_(e,t,n,{recurrenceReason:r});if(o.lifecycle_transition===void 0)throw new l(`Item ${e} did not produce the required recurrence receipt.`,d.GENERIC_FAILURE,{code:"reopen_receipt_missing",reason:"recurrence_transition_not_recorded",required:"A successful reopen must return the terminal-to-active lifecycle transition recorded in immutable history."});return{...o,lifecycle_transition:o.lifecycle_transition}}(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]="fada7a33-ad1d-54f1-ae03-c5f8e4568d75")}catch{}})();var Q_=1,Oc="update-many",IA=new Set(["author","message","force","ownershipMetadataBypass","ownershipDependencyBypass","allowUnresolvedDeps"]),xA=["--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(", "),OA={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"},PA=[{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"}],LA={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"},Z_=e=>{let t={};for(let[n,r]of Object.entries(e))IA.has(n)||r!==void 0&&(t[n]=r);return t},NA=e=>Object.keys(Z_(e)).length>0,eh=e=>typeof e=="string"?e.trim():e,FA=e=>{let t=String(e).trim(),n=Number(t);return Number.isInteger(n)?n:t},xc=e=>{let t=String(e).trim(),n=Number(t);return Number.isFinite(n)?n:t},MA=e=>{let t=String(e).trim().toLowerCase();return new Map([["true",!0],["1",!0],["false",!1],["0",!1]]).get(t)??eh(e)},$A={priority:FA,estimatedMinutes:xc,order:xc,rank:xc,regression:MA},DA=(e,t)=>{if(t!==void 0)return($A[e]??eh)(t)},UA=e=>{let t=e.trim().toLowerCase().replaceAll("-","_");return LA[t]??t},ni=(e,t)=>rt(e,t),GA=(e,t)=>t!==void 0?t:e==="type_options"?{}:[],jA=(e,t)=>Array.isArray(t)?t.length:e==="type_options"&&t&&typeof t=="object"?Object.keys(t).length:0,qA=e=>e.replace?"replace":e.clear?"clear_or_reset":e.removeCount>0?"merge_remove":"append",X_=(e,t)=>t===void 0?void 0:e[t],Gn=e=>Array.isArray(e)?e.length:0,KA=(e,t,n)=>{let r=n[e.addKey],o=X_(n,e.removeKey),s=Gn(r),i=Gn(o),a=n[e.clearKey]===!0,c=X_(n,e.replaceKey)===!0;if(![a,c,s>0,i>0].includes(!0))return;let m=GA(e.field,t[e.field]);return{field:e.field,before:m,after:{operation:qA({replace:c,clear:a,removeCount:i}),clear:a,replace:c,add_count:s,remove_count:i,before_count:jA(e.field,m)}}},zA=(e,t)=>{let n=[];for(let r of PA){let o=KA(r,e,t);o!==void 0&&n.push(o)}return n},BA=e=>Array.isArray(e)?e.filter(t=>typeof t=="string"):[],VA=(e,t)=>{if(![t.tags!==void 0,Gn(t.addTags)>0,Gn(t.removeTags)>0].includes(!0))return;let n=BA(e.tags),r=t.tags===void 0?n:xt(t.tags),o=Rn(r,t.addTags),s=Jo(o,t.removeTags).slice().sort((a,c)=>a.localeCompare(c)),i=n.slice().sort((a,c)=>a.localeCompare(c));if(!ni(i,s))return{field:"tags",before:n,after:s}},HA=(e,t)=>{let n=e.acceptance_criteria,r=Yo(Cn(n),t.addAc,t.removeAc);if(r.unmatchedRemovals.length>0)throw new l(`Acceptance criteria removal did not match: ${r.unmatchedRemovals.join(", ")}`,d.NOT_FOUND,{code:"acceptance_criteria_remove_unmatched",reason:"exact_match_not_found",field:"acceptance_criteria",unmatched:r.unmatchedRemovals});let o=r.criteria.join("; ");if(!ni(typeof n=="string"?n:"",o))return{field:"acceptance_criteria",before:n,after:o}},WA=(e,t,n)=>{for(let[r,o]of Object.entries(OA)){let s=n[r];if(s===void 0)continue;let i=t[o],a=DA(r,s);ni(i,a)||e.push({field:o,before:i,after:a})}},YA=(e,t,n,r)=>{let o=Do(n,r,["update_many"]);for(let[s,i]of Object.entries(o)){let a=t[s];ni(a,i)||e.push({field:s,before:a,after:i})}},JA=(e,t,n)=>{for(let r of n??[]){let o=UA(r),s=t[o];s!==void 0&&e.push({field:o,before:s,after:null})}},XA=(e,t,n={})=>{let r=e,o=[],s=VA(r,n);if(s&&o.push(s),WA(o,r,n),Gn(n.addAc)>0||Gn(n.removeAc)>0){let i=HA(r,n);i!==void 0&&o.push(i)}return o.push(...zA(r,n)),YA(o,r,n,t),JA(o,r,n.unset),{id:e.id,changes:o}},QA=(e,t)=>vp(e,t,{strict:!0,flagLabel:"--filter-status"}),ZA=e=>{if(e?.ids!=null&&String(e.ids).trim().length===0)throw new l("--ids requires at least one non-empty item ID",d.USAGE)},eT=[({update:e})=>{e.priority!==void 0&&xn(e.priority)},({update:e,settings:t,pmRoot:n})=>{if(e.type===void 0)return;let r=O(t,I());if(!he(e.type,r))throw new l(Tt(e.type,r.types,Ct(n,t.schema)),d.USAGE)},({update:e,statusRegistry:t})=>{if(e.status!==void 0&&!Q(e.status,t)){let n=t.definitions.map(r=>r.id);throw new l(`Invalid --status value "${e.status}". Allowed: ${n.join(", ")}`,d.USAGE)}},({update:e})=>{e.deadline!==void 0&&te(e.deadline,new Date,"deadline")},({update:e})=>{e.estimatedMinutes!==void 0&&In(e.estimatedMinutes,"estimated-minutes")}],tT=(e,t,n,r)=>{let o={update:e,settings:t,statusRegistry:n,pmRoot:r};for(let s of eT)s(o)},nT=async e=>{let t=await Vo(e.pmRoot,Oc,e.rollbackId,Q_),n=e.options.update?.message??`Rollback update-many checkpoint ${t.id}`,r=await Ho(t.items,(o,s)=>Xt(o,s,{author:e.options.update?.author,message:n,force:e.options.update?.force??!0},e.global));return{...Bt({applied:r.restored_ids.length,skipped:0,failed:r.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:r.restored_ids.length,failed_count:r.failed_count,rows:r.rows,ids:r.restored_ids}},rT=async e=>{let t={schema_version:Q_,id:e.checkpointId,created_at:e.nowValue,author:C(e.options.update?.author,"unknown"),status_filter:e.statusFilter??null,list_filters:e.filters,update_options:e.updateSummary,items:e.checkpointItems},n=await Bo(e.pmRoot,Oc,e.checkpointId,t);return{id:e.checkpointId,created_at:e.nowValue,path:n,rollback_command:`pm update-many --rollback ${e.checkpointId}`}},oT=(e,t)=>{if(e==null)return;let n=[...new Set(String(e).split(",").map(o=>o.trim()).filter(o=>o.length>0))],r=new Set(t.map(o=>o.id));return n.filter(o=>!r.has(o))},Pc=e=>e.unmatchedIds===void 0?{}:{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length},sT=async e=>{let t=E(process.cwd(),e.path);await R(t);let n=await T(t);return{pmRoot:t,settings:n,statusRegistry:$(n.schema),runtimeFieldRegistry:We(n.schema)}},iT=e=>{if(e.options.dryRun===!0)throw new l("--dry-run cannot be combined with --rollback",d.USAGE);if(mr(e.options.list,e.options.status))throw new l("Rollback mode does not accept filter options",d.USAGE);if(Object.keys(e.updateSummary).length>0)throw new l("Rollback mode does not accept update mutation flags",d.USAGE);return nT({pmRoot:e.runtime.pmRoot,rollbackId:e.rollbackId,options:e.options,global:e.global})},aT=async e=>{QA(e.options.status,e.runtime.statusRegistry);let t=await ct(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(o=>{let s=XA(o,e.runtime.runtimeFieldRegistry,e.options.update);return e.dependencyWarnings.length===0?s:{...s,warnings:[...e.dependencyWarnings]}}),r=e.options.list?.ids==null?[]:(await ct(void 0,{ids:e.options.list.ids,noTruncate:!0,full:!0},e.global)).items;return{listed:t,planned:n,actionable:n.filter(o=>o.changes.length>0),updateSummary:e.updateSummary,unmatchedIds:oT(e.options.list?.ids,r)}},cT=e=>({outcome:"effect",exit_code:d.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:[],...Pc(e)}),dT=e=>({...Bt({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"})),ids:[],...Pc(e)}),lT=async e=>{let t=[],n=[],r=e.options.update.message??`update-many apply ${e.checkpointId}`,o=new Set(e.plans.filter(s=>s.changes.length>0).map(s=>s.id));for(let s of e.items){if(!o.has(s.id)){t.push({id:s.id,status:"skipped"});continue}try{let i=Ia({...e.options.update,message:r,runtimeFieldCommands:["update_many"]}),a=await mt(s.id,i,e.global);t.push({id:s.id,status:"updated",changed_fields:a.changed_fields,warnings:a.warnings}),n.push(s.id)}catch(i){t.push({id:s.id,status:"failed",error:hn(i)})}}return{rows:t,updatedIds:n}},mT=async e=>{if(e.plan.actionable.length===0)return dT(e.plan);let t=k(),n=zo(Oc,t),r=new Set(e.plan.actionable.map(p=>p.id)),o=e.plan.listed.items.filter(p=>r.has(p.id)).map(p=>({id:p.id,target_updated_at:p.updated_at})),s=e.options.checkpoint===!1?void 0:await rT({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:o}),i=await lT({items:e.plan.listed.items,plans:e.plan.planned,options:e.options,global:e.global,checkpointId:n}),a=p=>i.rows.filter(f=>f.status===p).length,c=a("updated"),m=a("skipped"),u=a("failed");return{...Bt({applied:c,skipped:m,failed:u,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,...s?{checkpoint:s}:{},updated_count:c,skipped_count:m,failed_count:u,rows:i.rows,ids:i.updatedIds,...Pc(e.plan)}},th=async(e,t)=>{let n=await sT(t),r=typeof e.rollback=="string"?e.rollback:void 0;r===void 0&&(e={...e,update:Ia(await Rc(e.update))});let o=Z_(e.update);if(ZA(e.list),r!==void 0)return iT({runtime:n,rollbackId:r,options:e,global:t,updateSummary:o});if(!NA(e.update)&&e.dryRun!==!0)throw new l(`No update-many mutation flags provided. Add at least one mutation flag (for example: ${xA}), or pass --dry-run for a filter-only preview.`,d.USAGE);tT(e.update,n.settings,n.statusRegistry,n.pmRoot),Ic(e.update);let s=await Qt({pmRoot:n.pmRoot,dependencies:ti(e.update.dep,n.settings.id_prefix,k(),C(e.update.author,n.settings.author_default)).additions,idPrefix:n.settings.id_prefix,itemFormat:n.settings.item_format,typeToFolder:O(n.settings,I()).type_to_folder,allowUnresolved:e.update.allowUnresolvedDeps}),i=await aT({options:e,global:t,runtime:n,updateSummary:o,dependencyWarnings:s});return await Qt({pmRoot:n.pmRoot,dependencies:ti(e.update.dep,n.settings.id_prefix,k(),C(e.update.author,n.settings.author_default)).additions,idPrefix:n.settings.id_prefix,itemFormat:n.settings.item_format,typeToFolder:O(n.settings,I()).type_to_folder,allowUnresolved:e.update.allowUnresolvedDeps,holders:i.listed.items.map(a=>({id:a.id,createdAt:a.created_at})),schema:n.settings.schema}),e.dryRun===!0?cT(i):mT({runtime:n,options:e,global:t,plan:i})};(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]="f7e870b6-fd80-5742-bc81-826d8f102d30")}catch{}})();var uT=["create","show","add-step","update-step","complete-step","block-step","reorder-step","remove-step","link","unlink","decision","discovery","validation","resume","approve","materialize"],nh=["brief","standard","deep"],sh="plan-step-",Dc="draft",$c=["bug-investigation","feature-implementation","refactoring-sprint"],rh={"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 pT(e){let t=e.trim().toLowerCase(),n=Object.prototype.hasOwnProperty.call(rh,t)?rh[t]:void 0;if(!n)throw new l(`Unknown plan template "${e}". Allowed: ${$c.join(", ")}`,d.USAGE,{code:"unknown_plan_template",examples:[`pm plan create --title "Fix login crash" --template ${$c[0]}`]});return n.map(r=>({...r}))}function fT(e,t){return t>0?Math.round(e/t*100):0}function ih(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 De(e){return Array.isArray(e)?e.flatMap(t=>On(t,{unique:!1})):typeof e=="string"&&e.trim().length>0?On(e,{unique:!1}):[]}function Ae(e){return Array.isArray(e)?e.map(t=>t.trim()).filter(Boolean):typeof e=="string"&&e.trim().length>0?[e.trim()]:[]}function ah(e,t=Dc){if(e===void 0)return t;let n=e.trim().toLowerCase(),r=Bi.find(o=>o===n);if(!r)throw new l(`Invalid plan mode "${e}". Allowed: ${Bi.join(", ")}`,d.USAGE);return r}function Uc(e,t="pending"){if(e===void 0)return t;let n=e.trim().toLowerCase(),r=Vi.find(o=>o===n);if(!r)throw new l(`Invalid step status "${e}". Allowed: ${Vi.join(", ")}`,d.USAGE);return r}function ch(e,t="related"){if(e===void 0)return t;let n=e.trim().toLowerCase(),r=Wi.find(o=>o===n);if(!r)throw new l(`Invalid step link kind "${e}". Allowed: ${Wi.join(", ")}`,d.USAGE);return r}function _T(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0)return;let n=Hi.find(r=>r===t);if(!n)throw new l(`Invalid plan harness "${e}". Allowed: ${Hi.join(", ")}`,d.USAGE);return n}function hT(e){if(e===void 0)return"brief";let t=e.trim().toLowerCase(),n=nh.find(r=>r===t);if(!n)throw new l(`Invalid --depth "${e}". Allowed: ${nh.join(", ")}`,d.USAGE);return n}function gT(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 l("Plan --fields requires a comma-separated list of plan field names",d.USAGE);return t}var Lc=new Set(["id","title","status","mode","scope","harness","parent","resume_context","steps_summary","current_step","blocked_steps","steps","decisions","discoveries","validation","linked_items"]);function yT(e,t){let n=e,r={},o=[];for(let s of t){let i=s.startsWith("plan.")?s.slice(5):s;if(i.length!==0){if(!Lc.has(i)){o.push(s);continue}Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])}}if(o.length>0)throw new l(`Unknown Plan --fields value(s): ${o.join(", ")}`,d.USAGE,{nextSteps:[`Use --fields ${[...Lc].join(",")}`,"Run pm plan show <id> --depth brief for compact default fields."],recovery:{provided_fields:o,suggested_retry:`pm plan show <id> --fields ${[...Lc].join(",")}`}});return r}function Gc(e,t){let n={};for(let r of e.split(",")){let o=r.trim();if(o.length===0)continue;let s=o.indexOf("=");if(s<=0)throw new l(`Invalid ${t} entry "${o}"; expected key=value`,d.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[o.slice(0,s).trim().toLowerCase()]=o.slice(s+1).trim()}return n}function jc(e){let t=Gc(e,"--file");if(!t.path)throw new l("--file requires path=<value>",d.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 qc(e){let t=Gc(e,"--test");if(!t.command&&!t.path)throw new l("--test requires at least command=<value> or path=<value>",d.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 Kc(e){let t=Gc(e,"--doc");if(!t.path)throw new l("--doc requires path=<value>",d.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 bT(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=fT(t.completed,t.total),t}function wT(e){let t=new Set(e.map(n=>n.id));for(let n=e.length+1;n<e.length+1024;n+=1){let r=`${sh}${String(n).padStart(3,"0")}`;if(!t.has(r))return r}throw new l("Could not allocate step id (limit reached)",d.GENERIC_FAILURE)}function jn(e,t){let n=t.trim();if(n.length===0)throw new l("Step reference cannot be empty",d.USAGE);let r=e.find(o=>o.id===n);if(r)return r;if(/^\d+$/.test(n)){let o=Number.parseInt(n,10),s=e.find(i=>i.order===o);if(s)return s}throw new l(`Step "${t}" not found in plan`,d.NOT_FOUND)}function oh(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 vT(e,t){let n=t.filter(i=>i.trim().toLowerCase()==="all"),r=[],o=[];if(n.length>0){if(t.length>n.length)throw new l("pm plan materialize --steps all cannot be combined with other step refs",d.USAGE);for(let i of e.slice().sort((a,c)=>a.order-c.order)){let a=oh(i);if(a){o.push({from_step:i.id,...a});continue}r.push(i)}return{targets:r,skipped:o}}let s=new Set;for(let i of t){let a=jn(e,i);if(s.has(a.id))continue;s.add(a.id);let c=oh(a);if(c){o.push({from_step:a.id,...c});continue}r.push(a)}return{targets:r,skipped:o}}function kT(e,t){let n=e==="decision"?t.decisionText:e==="discovery"?t.discoveryText:t.validationText,r=e==="decision"?t.decision:e==="discovery"?t.discovery:t.validation;return n?.trim()||r?.trim()||void 0}function ST(e){return e.find(t=>t.status==="in_progress")??e.find(t=>t.status==="pending")}function ET(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 Oe(e,t="brief"){let n=(e.plan_steps??[]).slice().sort((i,a)=>i.order-a.order),r=bT(n),o=ST(n),s={id:e.id,title:e.title,status:e.status,mode:e.plan_mode??Dc,scope:e.plan_scope,harness:e.plan_harness,parent:e.parent,resume_context:e.plan_resume_context,steps_summary:r,current_step:o?{id:o.id,order:o.order,title:o.title,status:o.status}:void 0,blocked_steps:ET(n),linked_items:(e.dependencies??[]).map(i=>({id:i.id,kind:i.kind}))};return(t==="standard"||t==="deep")&&(s.steps=n),t==="deep"&&(s.decisions=e.plan_decisions??[],s.discoveries=e.plan_discoveries??[],s.validation=e.plan_validation??[]),s}function Pe(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&&!Oa(t.mode)&&t.status!=="closed"&&t.status!=="canceled"&&n.push(`pm close ${e} "plan complete"`),n}function dh(e){if((e.type??"").trim().toLowerCase()!=="plan")throw new l(`Item ${e.id} is type ${e.type}; pm plan commands require type=Plan. Use pm plan create or pm create --type Plan first.`,d.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 AT(e){let t=E(process.cwd(),e.path);await R(t);let n=await T(t);return{pmRoot:t,settings:n}}async function lh(e,t){let n=O(e.settings,I()),r=await U(e.pmRoot,t,e.settings.id_prefix,e.settings.item_format,n.type_to_folder);if(!r)throw new l(`Plan ${t} not found`,d.NOT_FOUND);let o=await H(r,{schema:e.settings.schema});return dh(o.document.metadata),{document:o.document,itemId:r.id}}function TT(e){let t=[];e.parent&&t.push(`id=${e.parent.trim()},kind=parent`);for(let n of De(e.related))t.push(`id=${n},kind=related`);for(let n of De(e.blocks))t.push(`id=${n},kind=blocks`);for(let n of De(e.blockedBy))t.push(`id=${n},kind=blocked_by`);return t.length>0?t:void 0}function CT(e){let t=e.validationText?.trim(),n=e.validationCommand?.trim(),r=e.validationExpected?.trim();if(!(!t&&!n&&!r))return{text:t||n||"Validation check",command:n||void 0,expected:r||void 0}}function RT(e){return!!e.stepBody?.trim()||!!e.stepOwner?.trim()||!!e.stepStatus?.trim()||!!e.stepEvidence?.trim()||!!e.stepBlockedReason?.trim()||!!e.stepReplacement?.trim()||De(e.dependsOn).length>0||De(e.link).length>0}function IT(e){let t=e.stepTitle?.trim()||void 0,n=ih(e.step),r=e.template?.trim()?pT(e.template):[];return{repeatedStepTitles:n,stepTitleFlag:t,stepTitles:[...t?[t]:[],...n,...r.map(o=>o.title)],templateSteps:r}}function xT(e,t){if((e.stepTitleFlag||e.repeatedStepTitles.length>0)&&e.templateSteps.length>0)throw new l("pm plan create --template cannot be combined with --step-title or --step; choose one step seeding source",d.USAGE,{code:"ambiguous_option_combination",examples:[`pm plan create --title "Fix login crash" --template ${$c[0]}`,'pm plan create --title "Custom plan" --step "Read the code" --step "Write the fix"']});if(e.stepTitles.length>1&&t)throw new l("pm plan create per-step options apply to a single initial step; with multiple --step values create the plan first, then refine steps individually",d.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 OT(e,t){let n=Uc(e.stepStatus,"pending"),r=zc(e,"depends_on"),o=Ae(e.file).map(jc),s=Ae(e.test).map(qc),i=Ae(e.doc).map(Kc),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:r.length>0?r:void 0,files:o.length>0?o:void 0,tests:s.length>0?s:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n==="completed"?a:void 0}}function PT(e){let t=IT(e),n=RT(e);if(xT(t,n),t.stepTitles.length===0)return{steps:[],hasPerStepDetailOptions:n};if(t.stepTitles.length===1)return{steps:[OT(e,t.stepTitles[0])],hasPerStepDetailOptions:n};let r=k();return{steps:t.stepTitles.map((o,s)=>({id:`${sh}${String(s+1).padStart(3,"0")}`,order:s+1,title:o,body:t.templateSteps[s]?.body,status:"pending",created_at:r,updated_at:r})),hasPerStepDetailOptions:n}}function mh(e,t,n=[]){ve(e,t),n.length>0&&yp(t,n)}async function LT(e,t,n){let r=e.title?.trim();if(!r)throw new l("pm plan create requires --title",d.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Refactor lock retry" --scope pm-a1b2']});let o=ah(e.mode,Dc),s=_T(e.harness),i=e.fromSearch?.trim(),a=CT(e),{steps:c,hasPerStepDetailOptions:m}=PT(e);if(c.length===0&&m)throw new l("pm plan create step options require --step-title (or a single --step)",d.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Execution plan" --step-title "Read the code"']});let u=e.description?.trim()??e.scope?.trim()??r,p=e.claim?C(e.author,n.settings.author_default):e.assignee?.trim()||void 0,f={...e,title:r,description:u,type:"Plan",template:void 0,file:Ae(e.file),test:Ae(e.test),doc:Ae(e.doc),field:Ae(e.field),assignee:C(e.author,n.settings.author_default),blockedBy:void 0,dep:TT(e),message:e.message??(i?`plan create (search: ${i})`:"plan create")};mh(e,f);let _=await Lt(f,t),h=await ne({pmRoot:n.pmRoot,settings:n.settings,id:_.item.id,op:"plan_create_metadata",author:C(e.author,n.settings.author_default),message:"seed plan metadata",mutate(g){let b=["plan_mode"];g.metadata.plan_mode=o,s&&(g.metadata.plan_harness=s,b.push("plan_harness"));let v=e.scope?.trim();v&&(g.metadata.plan_scope=v,b.push("plan_scope"));let S=e.resumeContext?.trim();return S&&(g.metadata.plan_resume_context=S,b.push("plan_resume_context")),g.metadata.plan_steps=c,b.push("plan_steps"),a&&(g.metadata.plan_validation=[...g.metadata.plan_validation??[],a],b.push("plan_validation")),p&&(g.metadata.assignee=p,b.push("assignee")),{changedFields:b}}}),y=Oe(h.item,"brief");return{action:"create",plan:y,step:c[0],next_actions:Pe(_.item.id,y),warnings:[..._.warnings],generated_at:k()}}async function NT(e,t,n){let r=hT(t.depth),o=gT(t.fields),{document:s,itemId:i}=await lh(n,e),a=Oe(s.metadata,o===null?r:"deep");return{action:"show",plan:o===null?a:yT(a,o),next_actions:Pe(i,a),warnings:[],generated_at:k()}}function FT(e,t){let n=new Map(Object.entries(t).filter(([r])=>r.startsWith("plan_")).map(([r,o])=>[r,JSON.stringify(o)]));return[...new Set([...e.keys(),...n.keys()])].filter(r=>e.get(r)!==n.get(r))}async function Xe(e){let t=C(e.options.author,e.ctx.settings.author_default),n,r=await ne({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(o){dh(o.metadata);let s=$(e.ctx.settings.schema);if(ee(o.metadata.status,s)||Oa(o.metadata.plan_mode))throw new l(`Plan ${o.metadata.id} is terminal (status=${o.metadata.status}, plan_mode=${o.metadata.plan_mode??"unset"}) and cannot be mutated.`,d.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=(o.metadata.plan_steps??[]).slice(),a=new Map(Object.entries(o.metadata).filter(([p])=>p.startsWith("plan_")).map(([p,f])=>[p,JSON.stringify(f)])),c=e.mutator(i,o);n=c.resultStep;let m=i.slice().sort((p,f)=>p.order-f.order).map((p,f)=>({...p,order:f+1}));o.metadata.plan_steps=m;let u=FT(a,o.metadata);return u.length===0&&c.changedSteps.length===0?{changedFields:[]}:{changedFields:u.length>0?u:["plan_steps"]}}});return{document:{metadata:r.item,body:r.body},resultStep:n,itemId:r.item.id}}async function MT(e,t,n){let r=t.stepTitle?.trim();if(!r)throw new l("pm plan add-step requires --step-title",d.USAGE);let o=Uc(t.stepStatus,"pending"),s=t.allowMultipleActive===!0,{document:i,resultStep:a,itemId:c}=await Xe({id:e,options:t,ctx:n,op:"plan_add_step",message:`plan add-step "${r}"`,mutator(u){let p=u.length+1;uh(u,void 0,o,s);let f=$T(u,t,{order:p,title:r,status:o});return u.push(f),{changedSteps:[f.id],resultStep:f}}}),m=Oe(i.metadata,"standard");return{action:"add-step",plan:m,step:a,next_actions:Pe(c,m),warnings:[],generated_at:k()}}function uh(e,t,n,r){if(n!=="in_progress"||r)return;let o=e.find(s=>s.id!==t&&s.status==="in_progress");if(o)throw new l(`Plan already has step ${o.id} in_progress. Pass --allow-multiple-active or update that step first.`,d.CONFLICT)}function $T(e,t,n){let r=zc(t,"depends_on"),o=Ae(t.file).map(jc),s=Ae(t.test).map(qc),i=Ae(t.doc).map(Kc),a=k();return{id:wT(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:r.length>0?r:void 0,files:o.length>0?o:void 0,tests:s.length>0?s:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n.status==="completed"?a:void 0}}function zc(e,t){let n=De(e.dependsOn).map(u=>({id:u,kind:t})),r=De(e.related).map(u=>({id:u,kind:"related"})),o=De(e.blocks).map(u=>({id:u,kind:"blocks"})),s=De(e.blockedBy).map(u=>({id:u,kind:"blocked_by"})),i=De(e.link),a=ch(e.linkKind,t),c=e.linkNote?.trim(),m=i.map(u=>{let p={id:u,kind:a};return c&&(p.note=c),p});return[...n,...r,...o,...s,...m]}async function Nc(e,t,n,r){let{document:o,resultStep:s,itemId:i}=await Xe({id:e,options:t,ctx:n,op:r.op,message:t.message??`${r.op} ${r.stepRef}`,mutator(c,m){let u=jn(c,r.stepRef),p=k(),f=r.finalStatus??Uc(t.stepStatus,u.status),_=t.allowMultipleActive===!0||r.allowMultipleActive===!0;return uh(c,u.status==="in_progress"?u.id:void 0,f,_),DT(u,t,f,p),m.metadata.updated_at=p,{changedSteps:[u.id],resultStep:u}}}),a=Oe(o.metadata,"standard");return{action:r.op==="plan_complete_step"?"complete-step":r.op==="plan_block_step"?"block-step":"update-step",plan:a,step:s,next_actions:Pe(i,a),warnings:[],generated_at:k()}}function DT(e,t,n,r){UT(e,t,n),GT(e,t),e.status=n,e.updated_at=r,jT(e,n,r)}function UT(e,t,n){if(!(n!=="blocked"||t.stepBlockedReason?.trim()||e.blocked_reason))throw new l("Blocking a step requires --step-blocked-reason or an already-recorded blocked_reason.",d.USAGE)}function GT(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 r=Ae(t.file).map(jc),o=Ae(t.test).map(qc),s=Ae(t.doc).map(Kc);r.length>0&&(e.files=Fc(e.files,r)),o.length>0&&(e.tests=Fc(e.tests,o)),s.length>0&&(e.docs=Fc(e.docs,s))}function Fc(e,t){let n=[...e??[]],r=new Set(n.map(o=>JSON.stringify(o)));for(let o of t){let s=JSON.stringify(o);r.has(s)||(r.add(s),n.push(o))}return n}function jT(e,t,n){if(t==="completed"&&!e.completed_at){e.completed_at=n;return}t!=="completed"&&(e.completed_at=void 0)}async function qT(e,t,n,r,o){let{document:s,itemId:i}=await Xe({id:e,options:t,ctx:n,op:"plan_reorder_step",message:t.message??`plan reorder-step ${r} -> ${o}`,mutator(c){let m=jn(c,r),u=c.filter(f=>f.id!==m.id),p=Math.max(1,Math.min(o,u.length+1));return u.splice(p-1,0,m),u.forEach((f,_)=>{f.order=_+1,f.updated_at=k()}),c.length=0,c.push(...u),{changedSteps:[m.id],resultStep:m}}}),a=Oe(s.metadata,"standard");return{action:"reorder-step",plan:a,next_actions:Pe(i,a),warnings:[],generated_at:k()}}async function KT(e,t,n,r){let{document:o,itemId:s}=await Xe({id:e,options:t,ctx:n,op:"plan_remove_step",message:t.message??`plan remove-step ${r}`,mutator(a){let c=jn(a,r),m=a.filter(u=>u.id!==c.id);return m.forEach((u,p)=>{u.order=p+1}),a.length=0,a.push(...m),{changedSteps:[c.id]}}}),i=Oe(o.metadata,"standard");return{action:"remove-step",plan:i,next_actions:Pe(s,i),warnings:[],generated_at:k()}}async function zT(e,t,n,r){let o=zc(t,ch(t.linkKind,"related"));if(o.length===0)throw new l("pm plan link requires at least one --link/--related/--blocks/--blocked-by/--depends-on id",d.USAGE);let s=t.promoteToItemDep===!0,{document:i,itemId:a,resultStep:c}=await Xe({id:e,options:t,ctx:n,op:"plan_link_step",message:t.message??`plan link ${r}`,mutator(u,p){let f=jn(u,r),_=f.linked_items??[],h=g=>`${g.kind}:${g.id}`,y=new Set(_.map(h));for(let g of o){let b=h(g);y.has(b)||(_.push(g),y.add(b))}if(f.linked_items=_,f.updated_at=k(),s){let g=p.metadata.dependencies??[],b=S=>`${S.kind}:${S.id}`,v=new Set(g.map(b));for(let S of o){let A=S.kind==="depends_on"?"blocked_by":S.kind,x={id:S.id,kind:A,created_at:k(),author:C(t.author,n.settings.author_default)};v.has(b(x))||(g.push(x),v.add(b(x)))}p.metadata.dependencies=g}return{changedSteps:[f.id],resultStep:f}}}),m=Oe(i.metadata,"standard");return{action:"link",plan:m,step:c,next_actions:Pe(a,m),warnings:[],generated_at:k()}}async function BT(e,t,n,r){let o=De(t.link);if(o.length===0)throw new l("pm plan unlink requires --link <id> to remove",d.USAGE);let{document:s,itemId:i,resultStep:a}=await Xe({id:e,options:t,ctx:n,op:"plan_unlink_step",message:t.message??`plan unlink ${r}`,mutator(m){let u=jn(m,r),p=(u.linked_items??[]).filter(f=>!o.includes(f.id));return u.linked_items=p.length>0?p:void 0,u.updated_at=k(),{changedSteps:[u.id],resultStep:u}}}),c=Oe(s.metadata,"standard");return{action:"unlink",plan:c,step:a,next_actions:Pe(i,c),warnings:[],generated_at:k()}}async function Mc(e,t,n,r){let o=kT(r,t);if(!o){let m=`--${r}-text`,u=`--${r}`;throw new l(`pm plan ${r} requires ${m}`,d.USAGE,{code:"missing_required_option",examples:[`pm plan ${r} <plan-id> ${m} "..."`,`pm plan ${r} <plan-id> ${u} "..."`],recovery:{suggested_retry:`pm plan ${r} <plan-id> ${m} <value>`}})}let s=C(t.author,n.settings.author_default),{document:i,itemId:a}=await Xe({id:e,options:t,ctx:n,op:`plan_append_${r}`,message:t.message??`plan ${r} append`,mutator(m,u){let p=k();if(r==="decision"){let _=u.metadata.plan_decisions??[];return _.push({ts:p,author:s,decision:o,rationale:t.decisionRationale?.trim()||void 0,evidence:t.decisionEvidence?.trim()||void 0}),u.metadata.plan_decisions=_,{changedSteps:[]}}if(r==="discovery"){let _=u.metadata.plan_discoveries??[];return _.push({ts:p,author:s,text:o}),u.metadata.plan_discoveries=_,{changedSteps:[]}}let f=u.metadata.plan_validation??[];return f.push({text:o,command:t.validationCommand?.trim()||void 0,expected:t.validationExpected?.trim()||void 0}),u.metadata.plan_validation=f,{changedSteps:[]}}}),c=Oe(i.metadata,"deep");return{action:r,plan:c,next_actions:Pe(a,c),warnings:[],generated_at:k()}}async function VT(e,t,n){let r=t.resumeContext?.trim();if(!r)throw new l("pm plan resume requires --resume-context <text>",d.USAGE);let{document:o,itemId:s}=await Xe({id:e,options:t,ctx:n,op:"plan_resume",message:t.message??"plan resume context update",mutator(a,c){c.metadata.plan_resume_context=r;let m=t.scope?.trim();return m&&(c.metadata.plan_scope=m),{changedSteps:[]}}}),i=Oe(o.metadata,"brief");return{action:"resume",plan:i,next_actions:Pe(s,i),warnings:[],generated_at:k()}}async function HT(e,t,n){let r=ah(t.mode??"approved","approved"),{document:o,itemId:s}=await Xe({id:e,options:t,ctx:n,op:"plan_approve",message:t.message??`plan approve mode=${r}`,mutator(a,c){c.metadata.plan_mode=r;let m=t.scope?.trim();return m&&(c.metadata.plan_scope=m),{changedSteps:[]}}}),i=Oe(o.metadata,"brief");return{action:"approve",plan:i,next_actions:Pe(s,i),warnings:[],generated_at:k()}}function ph(e){return e.map(t=>`plan_materialize_skipped:${t.from_step}:${t.reason}${t.existing_id?`:${t.existing_id}`:""}`)}function WT(e,t){let n=Oe(e.document.metadata,"standard");return{action:"materialize",plan:n,materialized:[],materialize_skipped:t,next_actions:Pe(e.itemId,n),warnings:ph(t),generated_at:k()}}function YT(e,t,n){let r=[`id=${e},kind=parent`,`id=${t},kind=discovered_from`];for(let o of n.linked_items??[]){let s=o.kind==="blocked_by"||o.kind==="blocks"||o.kind==="related"||o.kind==="discovered_from"?o.kind:"related";r.push(`id=${o.id},kind=${s}`)}return r}async function JT(e){let t=[],n={},r=new Set(["title","description","type","parent","tags","author","message","dep"]);for(let o of Ae(e.options.field)){let s=o.indexOf("=");if(s<=0)throw new l(`Invalid --field entry "${o}"; expected name=value`,d.USAGE);let i=o.slice(0,s).trim(),a=o.slice(s+1).trim();if(i.length===0)throw new l(`Invalid --field entry "${o}"; expected name=value`,d.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 l(`Invalid --field entry "${o}"; expected name=value`,d.USAGE);let[m,...u]=c,p=`${m}${u.map(f=>`${f.slice(0,1).toUpperCase()}${f.slice(1)}`).join("")}`;if(r.has(p))throw new l(`Invalid --field entry "${o}"; "${p}" is reserved by materialize and cannot be overridden`,d.USAGE);n[p]=a}for(let o of e.targets){let s={...n,title:o.title,description:o.body?.trim()||o.title,type:e.resolvedTypeName,parent:e.parent,tags:e.tags,author:e.options.author,message:e.options.message??`materialized from plan ${e.planItemId} step ${o.id}`,dep:YT(e.parent,e.planItemId,o)};mh(e.options,s,["description",...Object.keys(n)]);let i=await Lt(s,{path:e.pmRoot});t.push({id:i.item.id,title:i.item.title,type:e.resolvedTypeName,parent:i.item.parent,tags:i.item.tags??[],from_step:o.id})}return t}function XT(e,t,n){for(let r of t){let o=n.find(a=>a.from_step===r.id);if(!o)continue;let s=e.find(a=>a.id===r.id);if(!s)continue;let i=s.linked_items??[];i.push({id:o.id,kind:"implements",note:`materialized as ${o.type}`}),s.linked_items=i,s.updated_at=k()}}async function QT(e,t,n){let r=De(t.steps);if(r.length===0)throw new l("pm plan materialize requires --steps <ids|orders|all>",d.USAGE);let o=t.materializeType?.trim()||"Task",s=O(n.settings,I()),i=he(o,s);if(!i)throw new l(`Invalid --materialize-type "${o}"`,d.USAGE);let a=t.materializeParent?.trim()||e,c=t.materializeTags,m=await lh(n,e),u=(m.document.metadata.plan_steps??[]).slice(),{targets:p,skipped:f}=vT(u,r);if(p.length===0){if(f.length>0)return WT(m,f);throw new l("No matching plan steps found for --steps",d.NOT_FOUND)}let _=await JT({targets:p,parent:a,planItemId:m.itemId,resolvedTypeName:i,tags:c,options:t,pmRoot:n.pmRoot}),{document:h,itemId:y}=await Xe({id:e,options:t,ctx:n,op:"plan_materialize",message:t.message??`plan materialize ${r.join(",")}`,mutator(b){return XT(b,p,_),{changedSteps:p.map(v=>v.id)}}}),g=Oe(h.metadata,"standard");return{action:"materialize",plan:g,materialized:_,...f.length>0?{materialize_skipped:f}:{},next_actions:Pe(y,g),warnings:ph(f),generated_at:k()}}function ZT(e){if(e.subcommand==="create")return e;let t=ih(e.options.step);if(t.length>1)throw new l(`pm plan ${e.subcommand} accepts a single --step/--step-title value (repeated --step seeds ordered steps only on pm plan create)`,d.USAGE);return t.length===1&&!e.options.stepTitle?.trim()?{...e,options:ve(e.options,{...e.options,stepTitle:t[0]})}:e}function ut(e,t){if(!e.id)throw new l(`pm plan ${t} requires a plan id`,d.USAGE);return e.id}function an(e,t){let n=ut(e,t);if(!e.stepRef)throw new l(`pm plan ${t} requires <plan-id> <step>`,d.USAGE);return{id:n,stepRef:e.stepRef}}function eC(e){let t=an(e,"reorder-step");if(e.reorderTo===void 0)throw new l("pm plan reorder-step requires <plan-id> <step> <new-order>",d.USAGE);return{...t,reorderTo:e.reorderTo}}var tC={create:(e,t)=>LT(e.options,e.global,t),show:(e,t)=>NT(ut(e,"show"),e.options,t),"add-step":(e,t)=>MT(ut(e,"add-step"),e.options,t),"update-step":(e,t)=>{let n=an(e,"update-step");return Nc(n.id,e.options,t,{stepRef:n.stepRef,op:"plan_update_step"})},"complete-step":(e,t)=>{let n=an(e,"complete-step");return Nc(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"completed",op:"plan_complete_step"})},"block-step":(e,t)=>{let n=an(e,"block-step");return Nc(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"blocked",op:"plan_block_step"})},"reorder-step":(e,t)=>{let n=eC(e);return qT(n.id,e.options,t,n.stepRef,n.reorderTo)},"remove-step":(e,t)=>{let n=an(e,"remove-step");return KT(n.id,e.options,t,n.stepRef)},link:(e,t)=>{let n=an(e,"link");return zT(n.id,e.options,t,n.stepRef)},unlink:(e,t)=>{let n=an(e,"unlink");return BT(n.id,e.options,t,n.stepRef)},decision:(e,t)=>Mc(ut(e,"decision"),e.options,t,"decision"),discovery:(e,t)=>Mc(ut(e,"discovery"),e.options,t,"discovery"),validation:(e,t)=>Mc(ut(e,"validation"),e.options,t,"validation"),resume:(e,t)=>VT(ut(e,"resume"),e.options,t),approve:(e,t)=>HT(ut(e,"approve"),e.options,t),materialize:(e,t)=>QT(ut(e,"materialize"),e.options,t)};function nC(e){let t=tC[e];if(!t)throw xe({command_path:"plan",token:e,allowed:uT});return t}async function fh(e){let t=await AT(e.global),n=ZT(e);return nC(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]="b59e8e54-f9e0-5cdb-bc59-6dcbf67f278d")}catch{}})();function rC(e,t){return[...new Set([...zr.filter(r=>e[r]!==void 0),...Object.keys(e).filter(r=>e[r]!==void 0),...t.length>0?["body"]:[]])].sort((r,o)=>r.localeCompare(o))}function oC(e,t){let n=`copied_from=${e}`;if(!t)return n;let r=t.trim();return r.length>0?`${r} | ${n}`:n}async function Bc(e,t,n){let r=E(process.cwd(),n.path);await R(r);let o=await T(r),s=O(o,I()),i=await U(r,e,o.id_prefix,o.item_format,s.type_to_folder);if(!i)throw await it(r,e,o.id_prefix,s.type_to_folder);let a=await H(i,{schema:o.schema}),c=a.document.metadata,m=k(),u=C(t.author,o.author_default),p=await rr(r,o.id_prefix,{tokenLength:o.ids.token_length,typeToFolder:s.type_to_folder,probeExisting:!1}),f=$(o.schema),_=t.title?.trim();if(_!==void 0&&_.length===0)throw new l("Copy --title must not be empty",d.USAGE);let h={...c,id:p,title:_??c.title,status:f.open_status,created_at:m,updated_at:m};delete h.closed_at,delete h.completed_at,delete h.close_reason,delete h.test_runs;let y=St(I()),g=Ye({metadata:h,body:a.document.body},{schema:o.schema,extensionFieldNames:y}),b=await Fn({title:g.metadata.title,description:g.metadata.description,body:g.body,excludeIds:[i.id]},{pmRoot:r,mode:o.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0?"off":o.governance.duplicate_detection_mode,threshold:o.governance.duplicate_detection_threshold,limit:o.governance.duplicate_detection_limit,allowDuplicate:t.allowDuplicate}),v=rC(g.metadata,g.body),S=Kt(r,g.metadata.type,p,o.item_format,s.type_to_folder),A=Re(r,p),x=await be(r,p,o.locks.ttl_seconds,u,!1,o.governance.force_required_for_stale_lock,o.locks.wait_ms),j={metadata:{},body:""},M,me;try{let W=await An(r,u,{required:o.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0});try{o.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0&&await Fn({title:g.metadata.title,description:g.metadata.description,body:g.body,excludeIds:[i.id]},{pmRoot:r,mode:"strict",threshold:o.governance.duplicate_detection_threshold,limit:o.governance.duplicate_detection_limit,allowDuplicate:!1});let ge=await U(r,p,o.id_prefix,o.item_format,s.type_to_folder);if(ge)throw new l(`Cannot copy to ${p}: an item with that id already exists at ${ge.itemPath}. Retry the copy to allocate a new id.`,d.CONFLICT,{code:"item_id_collision",why:`Allocated id ${p} already exists at ${ge.itemPath}.`,recovery:{suggested_retry:`pm copy ${i.id}`}});await _e(S,je(g,{format:o.item_format,schema:o.schema,extensionFieldNames:y}));try{let ue=qe({nowIso:m,author:u,op:"create",before:j,after:g,message:oC(i.id,t.message)});await Rt(A,ue)}catch(ue){throw await fn(S),ue}me=await Tn({pmRoot:r,preferredFormat:o.item_format,typeToFolder:s.type_to_folder,schema:o.schema,itemPath:S,document:g})}finally{await W()}M=[...await Y({path:S,scope:"project",op:"create",item_id:g.metadata.id,item_type:g.metadata.type,before:j,after:g,changed_fields:v}),...await Y({path:A,scope:"project",op:"create:history",item_id:g.metadata.id,item_type:g.metadata.type,before:j,after:g,changed_fields:v})],yn({id:g.metadata.id,op:"create",item_type:g.metadata.type,status:g.metadata.status,current:Vt(g.metadata,v),changed_fields:v})}finally{await x()}return{source_id:i.id,item:structuredClone(g.metadata),changed_fields:v,warnings:[...ys(b),...me,...M],...b===void 0?{}:{similarity_advisory:b}}}import ri 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]="7819b53c-b0e4-50b0-a670-f80b36765085")}catch{}})();async function Vc(e,t,n){let r=E(process.cwd(),n.path);await R(r);let o=await T(r),s=C(t.author,o.author_default),i=await ip({pmRoot:r,settings:o,id:e,author:s,message:t.message,force:t.force,dryRun:t.dryRun}),a=i.targetPath?ri.relative(r,i.targetPath).split(ri.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:ri.relative(r,Re(r,i.item.id)).split(ri.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]="a5ddb139-9780-50e0-87a5-621913cb0de4")}catch{}})();async function sC(e){await R(e)}async function Hc(e,t,n){let r=E(process.cwd(),n.path);if(await sC(r),t.clear===!0){if(e!==void 0)throw new l("pm focus --clear does not take an item id. Use 'pm focus --clear' to clear focus or 'pm focus <id>' to set it.",d.USAGE);let p=await T(r),f=vn(C(void 0,p.author_default));return await Uu(r),await hs({pmRoot:r,settings:p,principal:f}),{action:"clear",focused_item:null,title:null,message:"Focus cleared. New items will not inherit a default parent."}}if(e===void 0){let p=await Mo(r);if(p===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 iC(r,p);return{action:"show",focused_item:p,title:f,message:`Focused on ${p}${f?` (${f})`:""}. New items default --parent to it.`}}let s=await T(r),i=O(s,I()),a=await U(r,e,s.id_prefix,s.item_format,i.type_to_folder);if(!a)throw await it(r,e,s.id_prefix,i.type_to_folder);let c=we(a.id,s.id_prefix),m=await H(a,{schema:s.schema}),u=_h(m.document.metadata.title);return await Du(r,c),await hs({pmRoot:r,settings:s,principal:vn(C(void 0,s.author_default)),itemId:c}),{action:"set",focused_item:c,title:u,message:`Focused on ${c}${u?` (${u})`:""}. New items default --parent to it (override with --parent or clear via 'pm focus --clear').`}}async function iC(e,t){let n=await T(e),r=O(n,I()),o=await U(e,t,n.id_prefix,n.item_format,r.type_to_folder);if(!o)return null;let s=await H(o,{schema:n.schema});return _h(s.document.metadata.title)}function _h(e){return e.trim().length>0?e: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]="77fa2822-1681-59d5-8388-037cf13c45dd")}catch{}})();var hh=new Set(["item_format"]),gh=new Set(["definition_of_done","metadata_required_fields","lifecycle_stale_blocker_reason_patterns","lifecycle_closure_like_blocked_reason_patterns","lifecycle_closure_like_resolution_patterns","lifecycle_closure_like_actual_result_patterns"]),aC=new Set(["history_missing_stream_policy","sprint_release_format_policy","parent_reference_policy","metadata_validation_profile","governance_preset","governance_ownership_enforcement","governance_create_mode_default","governance_close_validation_default","governance_require_close_reason","governance_create_default_type","governance_workflow_enforcement","governance_parent_reference_policy","governance_metadata_validation_profile","governance_force_required_for_stale_lock","test_result_tracking","untrusted_linked_test_execution","telemetry_tracking","agent_identity_vocabulary"]),cC=new Set(["governance_require_close_reason","governance_force_required_for_stale_lock","test_result_tracking","untrusted_linked_test_execution","telemetry_tracking"]),dC={off:"disabled",on:"enabled",true:"enabled",false:"disabled",enabled:"enabled",disabled:"disabled"};function lC(e){let t=e.trim().toLowerCase().replaceAll("-","_");if(hh.has(t)||gh.has(t)||aC.has(t)||t==="context")return t}function mC(e){let t=e.trim().toLowerCase();return dC[t]??e}function yh(e,t){let n=lC(e);return n===void 0?{routable:!1,reason:`Unknown config key "${e}" cannot route a positional value.`}:n==="context"?{routable:!1,reason:"Config set context does not accept a positional value. Use --default-depth, --activity-limit, --stale-threshold-days, or --section-<name> flags."}:hh.has(n)?{routable:!0,flag:"format",value:t}:gh.has(n)?{routable:!0,flag:"criterion",values:[t]}:{routable:!0,flag:"policy",value:cC.has(n)?mC(t):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]="09703f32-9491-5d3a-9f90-f038d9982e17")}catch{}})();var uC=/^[a-z0-9]+(?:-[a-z0-9]+)*$/u,Wc=128,pC=1e4;function bh(e){let t=e?.trim();if(!t||t==="__proto__"||t.length>Wc)throw new Error(`A legacy author must contain 1-${Wc} characters.`);return t}function fC(e){let t=e?.trim().toLowerCase();if(!t||!uC.test(t))throw new Error("A canonical harness must be a lowercase dash-separated namespace.");return t}function _C(e){return Object.fromEntries(Object.entries(e).sort(([t],[n])=>t.localeCompare(n)))}function hC(e,t){let n=new Set;for(let r of(e??[]).slice(0,pC)){let o=r.trim().slice(0,Wc);o.length===0||o.startsWith("harness:")||Object.hasOwn(t,o)||n.add(o)}return n.size}function gC(e,t){let n=bh(t.legacy_author),r=fC(t.canonical_harness);if(n===r||n===`harness:${r}`||n.startsWith("harness:"))throw new Error(`The legacy author "${n}" is already canonical and must not be aliased.`);return e[n]===r?!1:(e[n]=r,!0)}function yC(e,t){if(t.operation==="add")return gC(e,t);if(t.operation==="remove"){let r=bh(t.legacy_author);return Object.hasOwn(e,r)?(delete e[r],!0):!1}if(t.operation==="clear"){let r=Object.keys(e).length>0;for(let o of Object.keys(e))delete e[o];return r}let n=t.operation;throw new Error(`Unsupported vocabulary operation: ${String(n)}`)}function Yc(e){return{version:e?.version??1,alias_count:Object.keys(e?.aliases??{}).length}}function wh(e,t){let n=e?.version??1,r={...e?.aliases},o=yC(r,t),s={version:o?n+1:n,aliases:_C(r)};return{vocabulary:s,preview:{operation:t.operation,changed:o,version_before:n,version_after:s.version,alias_count:Object.keys(s.aliases).length,residual_author_count:hC(t.observed_authors,s.aliases)}}}(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]="2f750f85-6c55-5f0f-b5c0-396764839d2a")}catch{}})();var vh=["project","global"],pt={definition_of_done:["definition-of-done","definition_of_done"],item_format:["item-format","item_format"],history_missing_stream_policy:["history-missing-stream-policy","history_missing_stream_policy"],sprint_release_format_policy:["sprint-release-format-policy","sprint_release_format_policy"],parent_reference_policy:["parent-reference-policy","parent_reference_policy"],metadata_validation_profile:["metadata-validation-profile","metadata_validation_profile"],metadata_required_fields:["metadata-required-fields","metadata_required_fields"],lifecycle_stale_blocker_reason_patterns:["lifecycle-stale-blocker-reason-patterns","lifecycle_stale_blocker_reason_patterns"],lifecycle_closure_like_blocked_reason_patterns:["lifecycle-closure-like-blocked-reason-patterns","lifecycle_closure_like_blocked_reason_patterns"],lifecycle_closure_like_resolution_patterns:["lifecycle-closure-like-resolution-patterns","lifecycle_closure_like_resolution_patterns"],lifecycle_closure_like_actual_result_patterns:["lifecycle-closure-like-actual-result-patterns","lifecycle_closure_like_actual_result_patterns"],governance_preset:["governance-preset","governance_preset"],governance_ownership_enforcement:["governance-ownership-enforcement","governance_ownership_enforcement"],governance_create_mode_default:["governance-create-mode-default","governance_create_mode_default"],governance_close_validation_default:["governance-close-validation-default","governance_close_validation_default"],governance_require_close_reason:["governance-require-close-reason","governance_require_close_reason"],governance_create_default_type:["governance-create-default-type","governance_create_default_type"],governance_workflow_enforcement:["governance-workflow-enforcement","governance_workflow_enforcement"],governance_parent_reference_policy:["governance-parent-reference-policy","governance_parent_reference_policy"],governance_metadata_validation_profile:["governance-metadata-validation-profile","governance_metadata_validation_profile"],governance_force_required_for_stale_lock:["governance-force-required-for-stale-lock","governance_force_required_for_stale_lock"],test_result_tracking:["test-result-tracking","test_result_tracking"],untrusted_linked_test_execution:["untrusted-linked-test-execution","untrusted_linked_test_execution"],telemetry_tracking:["telemetry-tracking","telemetry_tracking"],agent_identity_vocabulary:["agent-identity-vocabulary","agent_identity_vocabulary"],context:["context"]},bC=Object.keys(pt).map(e=>pt[e][0]),wC=Object.fromEntries(Object.keys(pt).flatMap(e=>pt[e].map(t=>[t,e]))),vC={definition_of_done:"Definition of Done criteria list.",item_format:"Default item file format.",history_missing_stream_policy:"Missing history stream handling policy.",sprint_release_format_policy:"Sprint/release format validation policy.",parent_reference_policy:"Parent reference validation policy.",metadata_validation_profile:"Validate metadata profile policy (core|strict|custom).",metadata_required_fields:"Validate custom metadata required-fields list.",lifecycle_stale_blocker_reason_patterns:"Validate lifecycle stale-blocker reason substring patterns (criteria list).",lifecycle_closure_like_blocked_reason_patterns:"Validate lifecycle closure-like blocked_reason substring patterns (criteria list).",lifecycle_closure_like_resolution_patterns:"Validate lifecycle closure-like resolution substring patterns (criteria list).",lifecycle_closure_like_actual_result_patterns:"Validate lifecycle closure-like actual_result substring patterns (criteria list).",governance_preset:"Governance preset policy (minimal|default|strict|custom).",governance_ownership_enforcement:"Governance ownership enforcement policy (none|warn|strict).",governance_create_mode_default:"Governance default create mode (progressive|strict).",governance_close_validation_default:"Governance default close validation mode (off|warn|strict).",governance_require_close_reason:"Governance close-reason requirement policy (enabled|disabled).",governance_create_default_type:"Governance default item type for `pm create` when --type is omitted.",governance_workflow_enforcement:"Governance per-type transition enforcement mode (off|warn|strict).",governance_parent_reference_policy:"Governance parent reference policy (warn|strict_error).",governance_metadata_validation_profile:"Governance metadata validation profile (core|strict|custom).",governance_force_required_for_stale_lock:"Governance stale-lock force policy (enabled|disabled).",test_result_tracking:"Item-level linked test result persistence policy.",untrusted_linked_test_execution:"Permit an explicit per-run override for commands not trusted by this clone.",telemetry_tracking:"Telemetry usage reporting policy.",agent_identity_vocabulary:"Versioned exact legacy-author interpretation vocabulary (summary only).",context:"Context command settings (depth, section toggles, limits)."},kC=["lifecycle_stale_blocker_reason_patterns","lifecycle_closure_like_blocked_reason_patterns","lifecycle_closure_like_resolution_patterns","lifecycle_closure_like_actual_result_patterns"],SC=new Set(["metadata_required_fields",...kC]),EC=new Set(["test_result_tracking","untrusted_linked_test_execution","telemetry_tracking"]),AC=new Set(["governance_require_close_reason","governance_force_required_for_stale_lock"]),TC=new Set(["governance_ownership_enforcement","governance_create_mode_default","governance_close_validation_default"]),CC=new Set(["governance_parent_reference_policy","governance_metadata_validation_profile","governance_workflow_enforcement"]),RC=new Set(["governance_preset","governance_create_default_type"]),Th=e=>SC.has(e),IC=e=>TC.has(e),xC=e=>CC.has(e),OC=e=>RC.has(e);function Jc(e){return e==="definition_of_done"||Th(e)}function PC(e){if(vh.includes(e))return e;throw new l(`Invalid config scope "${e}". Allowed: ${vh.join(", ")}`,d.USAGE)}function LC(e){if(e==="get"||e==="set"||e==="list"||e==="export")return e;throw xe({command_path:"config",token:e.trim()||"<empty>",allowed:["export","get","list","set"],token_kind:"action"})}function NC(e){let t=wC[e];if(t)return t;let n=na.map(r=>r.key).join(", ");throw new l(`Invalid config key "${e}". Supported: ${bC.join(", ")} (underscore variants also accepted). Nested leaf settings: ${n}.`,d.USAGE)}function FC(e,t){let n=[...new Set((e??[]).map(r=>r.trim()).filter(r=>r.length>0))].sort((r,o)=>r.localeCompare(o));if(t){if(n.length>0)throw new l("Config set definition-of-done cannot combine --clear-criteria with --criterion values",d.USAGE);return[]}if(n.length===0)throw new l("Config set definition-of-done requires at least one non-empty --criterion value (or --clear-criteria to clear)",d.USAGE);return n}function MC(e){let t=e?.trim().toLowerCase();if(t==="toon")return"toon";throw t==="json_markdown"?new l("Config set item-format no longer accepts json_markdown. Markdown item files are legacy read/migration input only.",d.USAGE):new l("Config set item-format requires --format toon",d.USAGE)}function Ch(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="auto_create"||t==="strict_error")return t;throw new l("Config set history-missing-stream-policy requires --policy with one of: auto_create, strict_error",d.USAGE)}function $C(e){return Qc(e,"test-result-tracking")}function Qc(e,t){let n=e?.trim().toLowerCase().replaceAll("-","_");if(n==="enabled"||n==="disabled")return n;throw new l(`Config set ${t} requires --policy with one of: enabled, disabled`,d.USAGE)}function Rh(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="enabled"||t==="disabled")return t;throw new l("Config set telemetry-tracking requires --policy with one of: enabled, disabled",d.USAGE)}function Zc(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="core"||t==="strict"||t==="custom")return t;throw new l("Config set metadata-validation-profile requires --policy with one of: core, strict, custom",d.USAGE)}function Ih(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="minimal"||t==="default"||t==="strict"||t==="custom")return t;throw new l("Config set governance-preset requires --policy with one of: minimal, default, strict, custom",d.USAGE)}function xh(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="none"||t==="warn"||t==="strict")return t;throw new l("Config set governance-ownership-enforcement requires --policy with one of: none, warn, strict",d.USAGE)}function Oh(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="progressive"||t==="strict")return t;throw new l("Config set governance-create-mode-default requires --policy with one of: progressive, strict",d.USAGE)}function Ph(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="off"||t==="warn"||t==="strict")return t;if(t==="none"||t==="disabled")return"off";throw new l("Config set governance-close-validation-default requires --policy with one of: off, warn, strict",d.USAGE)}function Lh(e){let t=typeof e=="string"?e.trim().toLowerCase().replaceAll("-","_"):void 0;if(t==="off"||t==="warn"||t==="strict")return t;if(t==="none"||t==="disabled")return"off";throw new l("Config set governance-workflow-enforcement requires one of: off, warn, strict",d.USAGE)}function Nh(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="enabled"||t==="disabled")return t;throw new l("Config set governance-force-required-for-stale-lock requires --policy with one of: enabled, disabled",d.USAGE)}function Fh(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="enabled"||t==="disabled")return t;throw new l("Config set governance-require-close-reason requires --policy with one of: enabled, disabled",d.USAGE)}var DC={test_result_tracking:"test-result-tracking",untrusted_linked_test_execution:"untrusted-linked-test-execution"};function kh(e,t){let n=DC[e];if(n)return Qc(t,n);switch(e){case"history_missing_stream_policy":return Ch(t);case"sprint_release_format_policy":return xa(t);case"parent_reference_policy":case"governance_parent_reference_policy":return ts(t);case"metadata_validation_profile":case"governance_metadata_validation_profile":return Zc(t);case"governance_preset":return Ih(t);case"governance_ownership_enforcement":return xh(t);case"governance_create_mode_default":return Oh(t);case"governance_close_validation_default":return Ph(t);case"governance_require_close_reason":return Fh(t);case"governance_workflow_enforcement":return Lh(t);case"governance_force_required_for_stale_lock":return Nh(t);case"telemetry_tracking":return Rh(t);default:return t.trim().toLowerCase().replaceAll("-","_")}}var Sh={author:"author",acceptance_criteria:"acceptance_criteria","acceptance-criteria":"acceptance_criteria",estimated_minutes:"estimated_minutes","estimated-minutes":"estimated_minutes",estimate:"estimated_minutes",close_reason:"close_reason","close-reason":"close_reason",reviewer:"reviewer",risk:"risk",confidence:"confidence",sprint:"sprint",release:"release"},UC=["author","acceptance_criteria","estimated_minutes","close_reason","reviewer","risk","confidence","sprint","release"];function GC(e,t){let n=[...new Set((e??[]).map(s=>s.trim()).filter(s=>s.length>0))];if(t){if(n.length>0)throw new l("Config set metadata-required-fields cannot combine --clear-criteria with --criterion values",d.USAGE);return[]}if(n.length===0)throw new l("Config set metadata-required-fields requires at least one --criterion value (or --clear-criteria to clear)",d.USAGE);let r=n.map(s=>s.toLowerCase().replaceAll("-","_")),o=r.filter(s=>Sh[s]===void 0);if(o.length>0)throw new l(`Config set metadata-required-fields received unsupported values: ${o.join(", ")}. Supported values: ${UC.join(", ")}`,d.USAGE);return[...new Set(r.map(s=>Sh[s]))].sort((s,i)=>s.localeCompare(i))}function jC(e,t,n){let r=[...new Set((t??[]).map(o=>o.trim().toLowerCase()).filter(o=>o.length>0))].sort((o,s)=>o.localeCompare(s));if(n){if(r.length>0)throw new l(`Config set ${pt[e][0]} cannot combine --clear-criteria with --criterion values`,d.USAGE);return[]}if(r.length===0)throw new l(`Config set ${pt[e][0]} requires at least one --criterion value (or --clear-criteria to clear)`,d.USAGE);return r}function qC(e){return[...new Set(e)].sort((t,n)=>t.localeCompare(n))}function KC(e,t){if(e==="list"||e==="export"){if(typeof t=="string"&&t.trim().length>0)throw new l(`Config action "${e}" does not accept <key>`,d.USAGE);return}if(typeof t!="string"||t.trim().length===0)throw new l(`Config action "${e}" requires <key>`,d.USAGE);return NC(t)}function Mh(e){if(!e)throw new l("Config action requires <key>",d.USAGE)}var zC={definition_of_done:e=>[...e.workflow.definition_of_done],item_format:e=>e.item_format,history_missing_stream_policy:e=>e.history.missing_stream,sprint_release_format_policy:e=>e.validation.sprint_release_format,parent_reference_policy:e=>e.validation.parent_reference,metadata_validation_profile:e=>e.validation.metadata_profile,metadata_required_fields:e=>[...e.validation.metadata_required_fields],lifecycle_stale_blocker_reason_patterns:e=>[...e.validation.lifecycle_stale_blocker_reason_patterns],lifecycle_closure_like_blocked_reason_patterns:e=>[...e.validation.lifecycle_closure_like_blocked_reason_patterns],lifecycle_closure_like_resolution_patterns:e=>[...e.validation.lifecycle_closure_like_resolution_patterns],lifecycle_closure_like_actual_result_patterns:e=>[...e.validation.lifecycle_closure_like_actual_result_patterns],governance_preset:e=>e.governance.preset,governance_ownership_enforcement:e=>e.governance.ownership_enforcement,governance_create_mode_default:e=>e.governance.create_mode_default,governance_close_validation_default:e=>e.governance.close_validation_default,governance_require_close_reason:e=>e.governance.require_close_reason?"enabled":"disabled",governance_create_default_type:e=>e.governance.create_default_type??"",governance_workflow_enforcement:e=>e.governance.workflow_enforcement??"off",governance_parent_reference_policy:e=>e.governance.parent_reference,governance_metadata_validation_profile:e=>e.governance.metadata_profile,governance_force_required_for_stale_lock:e=>e.governance.force_required_for_stale_lock?"enabled":"disabled",test_result_tracking:e=>e.testing.record_results_to_items?"enabled":"disabled",untrusted_linked_test_execution:e=>e.testing.allow_untrusted_linked_tests?"enabled":"disabled",telemetry_tracking:e=>e.telemetry.enabled?"enabled":"disabled",agent_identity_vocabulary:e=>Yc(e.agent_identity?.identity_vocabulary),context:e=>({default_depth:e.context.default_depth,activity_limit:e.context.activity_limit,stale_threshold_days:e.context.stale_threshold_days,sections:{...e.context.sections}})};function ed(e,t){return zC[t](e)}function Te(e,t){return t.length===0?e:{...e,warnings:t}}async function BC(e,t){let n=process.cwd(),r=e==="project"?E(n,t.path):nt(n),o=ae(r);return e==="project"&&await R(r),{pmRoot:r,settingsPath:o}}function VC(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t==="true"||t==="enabled"||t==="on"||t==="1")return!0;if(t==="false"||t==="disabled"||t==="off"||t==="0")return!1;throw new l(`Context section toggle must be true|false|enabled|disabled, got "${e}"`,d.USAGE)}function Eh(e,t){let n=e.trim(),r=Number(n);if(/^\d+$/u.test(n)&&Number.isSafeInteger(r)&&r>0)return r;throw new l(`Context ${t} must be a positive integer`,d.USAGE)}async function HC(e,t,n,r,o){let s=!1,i=e.context;if(t.defaultDepth!==void 0){let c=t.defaultDepth.trim().toLowerCase();if(!Yi.includes(c))throw new l(`Context --default-depth must be one of ${Yi.join("|")}`,d.USAGE);i.default_depth!==c&&(i.default_depth=c,s=!0)}if(t.activityLimit!==void 0){let c=Eh(t.activityLimit,"--activity-limit");i.activity_limit!==c&&(i.activity_limit=c,s=!0)}if(t.staleThresholdDays!==void 0){let c=Eh(t.staleThresholdDays,"--stale-threshold-days");i.stale_threshold_days!==c&&(i.stale_threshold_days=c,s=!0)}let a=[["hierarchy",t.sectionHierarchy],["activity",t.sectionActivity],["progress",t.sectionProgress],["blockers",t.sectionBlockers],["files",t.sectionFiles],["workload",t.sectionWorkload],["staleness",t.sectionStaleness],["tests",t.sectionTests]];for(let[c,m]of a){let u=VC(m);if(u!==void 0){let p=c;i.sections[p]!==u&&(i.sections[p]=u,s=!0)}}return s&&await Ie(n.pmRoot,e,"config:set:context"),Te({scope:r,key:"context",context_settings:{default_depth:i.default_depth,activity_limit:i.activity_limit,stale_threshold_days:i.stale_threshold_days,sections:{...i.sections}},settings_path:n.settingsPath,changed:s},o)}function WC(e,t,n){if(n.value!==void 0&&n.value!==t)throw new l(`Config set ${e} received both positional value "${t}" and --value "${n.value}". Pass only one.`,d.USAGE);return{...n,value:t}}function YC(e,t,n,r,o,s){if(o===void 0)return s;if(e!=="set")throw new l(`Config action "${e}" does not accept a positional value. Only "set" takes <value>.`,d.USAGE);if(typeof t!="string"||t.trim().length===0)throw new l('Config action "set" requires <key> before a positional <value>.',d.USAGE);if(r)return WC(t,o,s);Mh(n);let i=yh(n,o);if(!i.routable)throw new l(i.reason,d.USAGE);if(i.flag==="criterion"){if(s.criterion!==void 0&&s.criterion.length>0)throw new l(`Config set ${t} received both positional value "${o}" and --criterion. Pass criteria via --criterion only when supplying more than one value.`,d.USAGE);return{...s,criterion:i.values}}if(i.flag==="format")return{...s,format:i.value};if(s.policy!==void 0&&kh(n,s.policy)!==kh(n,i.value))throw new l(`Config set ${t} received both positional value "${o}" and --policy "${s.policy}". Pass only one.`,d.USAGE);return{...s,policy:i.value}}function JC(e){let t=Object.keys(pt).map(r=>({key:r,aliases:pt[r],value_kind:r==="context"||r==="agent_identity_vocabulary"?"object":Jc(r)?"string_array":"enum",set_flags:r==="context"?["--default-depth","--activity-limit","--stale-threshold-days","--section-<name>"]:r==="agent_identity_vocabulary"?["--policy","--value","--criterion"]:Jc(r)?["--criterion","--clear-criteria"]:r==="item_format"?["--format"]:["--policy"],summary:vC[r],value:ed(e.settings,r)})),n=na.map(r=>({key:r.key,canonical_key:r.key.replaceAll("_","-"),path:r.path,kind:r.kind,value:ra(e.settings,r),summary:r.summary,...r.choices?{choices:[...r.choices]}:{},...r.min===void 0?{}:{min:r.min},...r.max===void 0?{}:{max:r.max}}));return Te({scope:e.scope,keys:t,nested_settings:n,count:t.length,settings_path:e.target.settingsPath,changed:!1},e.warnings)}function XC(e){let t=Object.fromEntries(Object.keys(pt).map(n=>[n,ed(e.settings,n)]));return Te({scope:e.scope,values:t,settings_path:e.target.settingsPath,changed:!1},e.warnings)}function QC(e,t){let n=ed(e.settings,t),r={scope:e.scope,key:t,settings_path:e.target.settingsPath,changed:!1};return t==="item_format"?Te({...r,format:e.settings.item_format,has_explicit_item_format:e.metadata.has_explicit_item_format},e.warnings):t==="context"?Te({...r,context_settings:n},e.warnings):t==="agent_identity_vocabulary"?Te({...r,identity_vocabulary:n},e.warnings):Array.isArray(n)?Te({...r,criteria:n},e.warnings):Te({...r,policy:n},e.warnings)}async function ZC(e,t,n,r){if(t==="get"){let a=ra(e.settings,n);return Te({scope:e.scope,key:n.key,nested_setting:{key:n.key,path:n.path,kind:n.kind,value:a},settings_path:e.target.settingsPath,changed:!1},e.warnings)}let o=r.value;if(typeof o!="string")throw new l(`Config set ${n.key} requires a value. Pass it positionally (\`pm config ${e.scope} set ${n.key} <value>\`) or via --value.`,d.USAGE);let s=Qm(n,o);if(!s.ok)throw new l(s.error.message,d.USAGE);let i=Oo(e.settings,n,s.parsed.value);return i&&await Ie(e.target.pmRoot,e.settings,`config:set:${n.path}`),Te({scope:e.scope,key:n.key,nested_setting:{key:n.key,path:n.path,kind:n.kind,value:s.parsed.value},settings_path:e.target.settingsPath,changed:i},e.warnings)}async function J(e,t,n){t&&await Ie(e.target.pmRoot,e.settings,n)}function Ah(e,t,n){return e!==n||t!==n}function se(e,t,n,r){return Te({scope:e.scope,key:t,policy:n,settings_path:e.target.settingsPath,changed:r},e.warnings)}function Xc(e,t,n,r){return Te({scope:e.scope,key:t,criteria:n,settings_path:e.target.settingsPath,changed:r},e.warnings)}async function eR(e,t){let n=MC(t.format),r=e.settings.item_format!==n||!e.metadata.has_explicit_item_format,o;if(r){let s=O(e.settings,I()),i=await Sp(e.target.pmRoot,n,"config:set:item_format:migrate",s.type_to_folder,e.settings.schema);o={target_format:i.target_format,scanned:i.scanned,migrated:i.migrated,removed:i.removed,warnings:i.warnings},e.settings.item_format=n,await Ie(e.target.pmRoot,e.settings,"config:set:item_format")}return Te({scope:e.scope,key:"item_format",format:e.settings.item_format,has_explicit_item_format:!0,migration:o,settings_path:e.target.settingsPath,changed:r},e.warnings)}async function tR(e,t,n){if(t==="history_missing_stream_policy"){let s=Ch(n.policy),i=e.settings.history.missing_stream!==s;return e.settings.history.missing_stream=s,await J(e,i,"config:set:history_missing_stream_policy"),se(e,t,e.settings.history.missing_stream,i)}if(t==="sprint_release_format_policy"){let s=xa(n.policy),i=e.settings.validation.sprint_release_format!==s;return e.settings.validation.sprint_release_format=s,await J(e,i,"config:set:sprint_release_format_policy"),se(e,t,e.settings.validation.sprint_release_format,i)}if(t==="parent_reference_policy"){let s=ts(n.policy),i=e.settings.validation.parent_reference!==s||e.settings.governance.preset!=="custom"||e.settings.governance.parent_reference!==s;return e.settings.validation.parent_reference=s,e.settings.governance.preset="custom",e.settings.governance.parent_reference=s,await J(e,i,"config:set:parent_reference_policy"),se(e,t,e.settings.validation.parent_reference,i)}let r=Zc(n.policy),o=e.settings.validation.metadata_profile!==r||e.settings.governance.preset!=="custom"||e.settings.governance.metadata_profile!==r;return e.settings.validation.metadata_profile=r,e.settings.governance.preset="custom",e.settings.governance.metadata_profile=r,await J(e,o,"config:set:metadata_validation_profile"),se(e,t,e.settings.validation.metadata_profile,o)}async function nR(e,t,n){if(t==="metadata_required_fields"){let a=GC(n.criterion,n.clearCriteria),c=a.length!==e.settings.validation.metadata_required_fields.length||a.some((m,u)=>m!==e.settings.validation.metadata_required_fields[u]);return e.settings.validation.metadata_required_fields=a,await J(e,c,"config:set:metadata_required_fields"),Xc(e,t,[...e.settings.validation.metadata_required_fields],c)}let o={lifecycle_stale_blocker_reason_patterns:e.settings.validation.lifecycle_stale_blocker_reason_patterns,lifecycle_closure_like_blocked_reason_patterns:e.settings.validation.lifecycle_closure_like_blocked_reason_patterns,lifecycle_closure_like_resolution_patterns:e.settings.validation.lifecycle_closure_like_resolution_patterns,lifecycle_closure_like_actual_result_patterns:e.settings.validation.lifecycle_closure_like_actual_result_patterns}[t],s=jC(t,n.criterion,n.clearCriteria),i=s.length!==o.length||s.some((a,c)=>a!==o[c]);return o.splice(0,o.length,...s),await J(e,i,`config:set:${t}`),Xc(e,t,[...o],i)}async function rR(e,t,n){if(t==="governance_preset"){let c=Ih(n.policy),m=e.settings.governance.preset!==c;return e.settings.governance.preset=c,await J(e,m,"config:set:governance_preset"),se(e,t,e.settings.governance.preset,m)}let r=typeof n.policy=="string",o=r?n.policy.trim():"";if(r&&o.length===0){let c=e.settings.governance.create_default_type!==void 0;return delete e.settings.governance.create_default_type,await J(e,c,"config:set:governance_create_default_type"),se(e,t,e.settings.governance.create_default_type??"",c)}if(o.length===0)throw new l('Config set governance-create-default-type requires an item type value (or an empty value "" to clear it)',d.USAGE);let s=O(e.settings,I()),i=he(o,s);if(!i)throw new l(Tt(o,s.types,Ct(e.target.pmRoot,e.settings.schema)),d.USAGE);let a=e.settings.governance.create_default_type!==i;return e.settings.governance.create_default_type=i,await J(e,a,"config:set:governance_create_default_type"),se(e,t,e.settings.governance.create_default_type,a)}async function oR(e,t,n){if(t==="governance_ownership_enforcement"){let s=xh(n.policy),i=e.settings.governance.preset!=="custom"||e.settings.governance.ownership_enforcement!==s;return e.settings.governance.preset="custom",e.settings.governance.ownership_enforcement=s,await J(e,i,"config:set:governance_ownership_enforcement"),se(e,t,e.settings.governance.ownership_enforcement,i)}if(t==="governance_create_mode_default"){let s=Oh(n.policy),i=e.settings.governance.preset!=="custom"||e.settings.governance.create_mode_default!==s;return e.settings.governance.preset="custom",e.settings.governance.create_mode_default=s,await J(e,i,"config:set:governance_create_mode_default"),se(e,t,e.settings.governance.create_mode_default,i)}let r=Ph(n.policy),o=e.settings.governance.preset!=="custom"||e.settings.governance.close_validation_default!==r;return e.settings.governance.preset="custom",e.settings.governance.close_validation_default=r,await J(e,o,"config:set:governance_close_validation_default"),se(e,t,e.settings.governance.close_validation_default,o)}async function sR(e,t,n){if(t==="governance_parent_reference_policy"){let s=ts(n.policy),i=e.settings.governance.preset!=="custom"||Ah(e.settings.governance.parent_reference,e.settings.validation.parent_reference,s);return e.settings.governance.preset="custom",e.settings.governance.parent_reference=s,e.settings.validation.parent_reference=s,await J(e,i,"config:set:governance_parent_reference_policy"),se(e,t,e.settings.governance.parent_reference,i)}if(t==="governance_metadata_validation_profile"){let s=Zc(n.policy),i=e.settings.governance.preset!=="custom"||Ah(e.settings.governance.metadata_profile,e.settings.validation.metadata_profile,s);return e.settings.governance.preset="custom",e.settings.governance.metadata_profile=s,e.settings.validation.metadata_profile=s,await J(e,i,"config:set:governance_metadata_validation_profile"),se(e,t,e.settings.governance.metadata_profile,i)}let r=Lh(n.policy),o=(e.settings.governance.workflow_enforcement??"off")!==r;return e.settings.governance.workflow_enforcement=r,await J(e,o,"config:set:governance_workflow_enforcement"),se(e,t,e.settings.governance.workflow_enforcement,o)}async function iR(e,t,n){if(t==="governance_require_close_reason"){let a=Fh(n.policy)==="enabled",c=e.settings.governance.require_close_reason!==a;return e.settings.governance.require_close_reason=a,await J(e,c,"config:set:governance_require_close_reason"),se(e,t,e.settings.governance.require_close_reason?"enabled":"disabled",c)}let o=Nh(n.policy)==="enabled",s=e.settings.governance.preset!=="custom"||e.settings.governance.force_required_for_stale_lock!==o;return e.settings.governance.preset="custom",e.settings.governance.force_required_for_stale_lock=o,await J(e,s,"config:set:governance_force_required_for_stale_lock"),se(e,t,e.settings.governance.force_required_for_stale_lock?"enabled":"disabled",s)}async function aR(e,t,n){if(t==="test_result_tracking"){let a=$C(n.policy)==="enabled",c=e.settings.testing.record_results_to_items!==a;return e.settings.testing.record_results_to_items=a,await J(e,c,"config:set:test_result_tracking"),se(e,t,e.settings.testing.record_results_to_items?"enabled":"disabled",c)}if(t==="untrusted_linked_test_execution"){let a=Qc(n.policy,"untrusted-linked-test-execution")==="enabled",c=e.settings.testing.allow_untrusted_linked_tests!==a;return e.settings.testing.allow_untrusted_linked_tests=a,await J(e,c,"config:set:untrusted_linked_test_execution"),se(e,t,e.settings.testing.allow_untrusted_linked_tests?"enabled":"disabled",c)}let o=Rh(n.policy)==="enabled",s=e.settings.telemetry.enabled!==o||!e.settings.telemetry.first_run_prompt_completed;return e.settings.telemetry.enabled=o,e.settings.telemetry.first_run_prompt_completed=!0,await J(e,s,"config:set:telemetry_tracking"),se(e,t,e.settings.telemetry.enabled?"enabled":"disabled",s)}async function cR(e,t,n){let r=FC(n.criterion,n.clearCriteria),o=r.length!==e.settings.workflow.definition_of_done.length||r.some((s,i)=>s!==e.settings.workflow.definition_of_done[i]);return e.settings.workflow.definition_of_done=r,await J(e,o,"config:set:definition_of_done"),Xc(e,t,[...e.settings.workflow.definition_of_done],o)}function dR(e){let t=e?.trim().toLowerCase().replaceAll("_","-"),n=t?.startsWith("preview-")===!0,r=n?t.slice(8):t;if(r==="add"||r==="remove"||r==="clear")return{operation:r,dryRun:n};throw new l("Config set agent-identity-vocabulary requires --policy add|remove|clear|preview-add|preview-remove|preview-clear",d.USAGE)}function lR(e,t){if(e==="add"){let n=t?.lastIndexOf("=")??-1;if(n<=0||n===t.length-1)throw new l('Config set agent-identity-vocabulary --policy add requires --value "<legacy-author>=<canonical-harness>"',d.USAGE);return{legacy_author:t.slice(0,n),canonical_harness:t.slice(n+1)}}if(e==="remove"){if(t===void 0)throw new l("Config set agent-identity-vocabulary --policy remove requires --value <legacy-author>",d.USAGE);return{legacy_author:t}}if(t!==void 0)throw new l("Config set agent-identity-vocabulary --policy clear does not accept --value",d.USAGE);return{}}async function mR(e,t){let{operation:n,dryRun:r}=dR(t.policy),o=lR(n,t.value),s;try{s=wh(e.settings.agent_identity?.identity_vocabulary,{operation:n,...o,observed_authors:t.criterion})}catch(i){throw new l(i.message,d.USAGE)}return s.preview.changed&&!r&&(e.settings.agent_identity={...e.settings.agent_identity,identity_vocabulary:s.vocabulary},await J(e,!0,`config:set:agent_identity.identity_vocabulary:${n}:v${s.preview.version_after}`)),Te({scope:e.scope,key:"agent_identity_vocabulary",identity_vocabulary:Yc(r?e.settings.agent_identity?.identity_vocabulary:s.vocabulary),vocabulary_mutation:s.preview,settings_path:e.target.settingsPath,changed:s.preview.changed&&!r},e.warnings)}async function uR(e,t,n){if(n.clearCriteria===!0&&!Jc(t))throw new l("--clear-criteria is only supported with config set criteria-list keys",d.USAGE);return t==="item_format"?eR(e,n):t==="context"?HC(e.settings,n,e.target,e.scope,e.warnings):t==="agent_identity_vocabulary"?mR(e,n):t==="definition_of_done"?cR(e,t,n):Th(t)?nR(e,t,n):EC.has(t)?aR(e,t,n):AC.has(t)?iR(e,t,n):IC(t)?oR(e,t,n):xC(t)?sR(e,t,n):OC(t)?rR(e,t,n):tR(e,t,n)}async function $h(e,t,n,r,o,s){let i=PC(e),a=LC(t),c=a==="get"||a==="set"?xo(n):void 0,m=c?void 0:KC(a,n),u=YC(a,n,m,c,s,r),p=await BC(i,o),{settings:f,metadata:_,warnings:h}=await ep(p.pmRoot),y={scope:i,target:p,settings:f,metadata:_,warnings:qC(h)};return c?ZC(y,a,c,u):a==="list"?JC(y):a==="export"?XC(y):(Mh(m),a==="get"?QC(y,m):uR(y,m,u))}import KR from"node:fs/promises";import X from"node:path";import zR from"node:readline/promises";import{stdin as BR,stdout as Le}from"node:process";import nd from"node:fs/promises";import ie from"node:path";import pR from"node:readline/promises";import{stdin as fR,stdout as oi}from"node:process";(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]="542cd5ac-e4a7-51fe-8521-d0bacd9e6a07")}catch{}})();var Uh=["ask","add","skip","status"],_R=["AGENTS.md","CLAUDE.md"],hR=["pm init","pm context","pm search","pm create","pm claim","pm files","pm docs","pm test --run","pm close","pm release","pm_author"],gR=8,rd=1,yR="<!-- pm-cli:agent-guidance:start:",bR=`<!-- pm-cli:agent-guidance:start:v${rd} -->`,td="<!-- pm-cli:agent-guidance:end -->",Er="Add workflow guidance later: pm init --agent-guidance add";var wR=()=>pR.createInterface({input:fR,output:oi});function kr(e,t){let n=ie.relative(e,t);return n.length===0?ie.basename(t):n.split(ie.sep).join("/")}function Dh(e){return e.endsWith(`
4
+ `,{changedFields:["body"]}}});return{item:d.item,appended:c,changed_fields:d.changedFields}}import{readFile as Rv}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]="6d20a21c-ac67-5712-9f63-b10ffc0e2c64")}catch{}})();function ks(e){let t={...e,...e.full===!0?{fullHistory:!0}:{}};return delete t.full,ve(e,t)}function Qf(e,t){if(typeof e=="object"&&e!==null&&"format"in e&&e.format==="json")throw new m(`Structured context events are append-only and cannot be ${t}.`,l.USAGE,{code:"structured_event_immutable"})}function sc(e,t){return t===void 0?e:t===0?[]:e.slice(Math.max(0,e.length-t))}function Yt(e,t){let n=e[t];return Array.isArray(n)?n:[]}function Mn(e,t={}){let n=e.trim();if(!n)return"";let r=/^(?:[-*+]\s*)?text\s*[:=]/i.exec(n);if(t.stripPlainTextPrefix===!0&&r&&!n.startsWith("```"))return n.slice(r[0].length).trim()||n;if(!(/^(?:[-*+]\s*)?text\s*[:=]/im.test(n)||n.startsWith("```")))return n;try{let s=oe(n,"--add");return Object.keys(s).map(c=>c.trim().toLowerCase()).some(c=>c!=="text")?n:s.text?.trim()||n}catch{return n}}function ic(e){return typeof e=="object"&&e!==null&&"code"in e}function gr(e,t){if(!at(e))throw new m(`${t} cannot read process stdin through the MCP JSON-RPC transport. Pass annotation text in options.add instead.`,l.USAGE,{code:"mcp_stdin_unavailable",required:"Pass annotation text as JSON data; the MCP protocol already owns process stdin."})}async function xv(e,t){if(+(e.add!==void 0)+ +(e.stdin===!0)+ +(typeof e.file=="string")>1)throw new m(`Specify ${t} text using only one input source: --add, --stdin, or --file`,l.USAGE);let r=Ot(),o=at(e);if(e.add!==void 0)return{value:await r.resolveValue(e.add,"--add",o)??"",rawValue:e.add,emptyFlag:"--add"};if(e.stdin===!0)return gr(e,"--stdin"),{value:await r.resolveValue("-","--stdin")??"",emptyFlag:"--stdin"};if(typeof e.file!="string")return;let s=e.file.trim();if(!s)throw new m("--file path cannot be empty",l.USAGE);if(s==="-")return gr(e,"--file -"),{value:await r.resolveValue("-","--file")??"",emptyFlag:"--file"};try{return{value:await Rv(s,"utf8"),emptyFlag:"--file"}}catch(i){if(ic(i)&&qt(i))throw new m(`--file path not found: ${s}. Use --file - to read stdin.`,l.USAGE);let a=i instanceof Error?i.message:String(i);throw new m(`Failed to read --file path "${s}": ${a}. Use --file - to read stdin.`,l.USAGE)}}async function Ss(e,t){if(e.edit!==void 0&&e.delete!==void 0)throw new m("Specify only one of --edit or --delete",l.USAGE);if(e.delete!==void 0){if(e.add!==void 0||e.stdin===!0||typeof e.file=="string")throw new m("--delete cannot be combined with replacement text",l.USAGE);if(!Number.isInteger(e.delete)||e.delete<1)throw new m("--delete must be a positive integer",l.USAGE);return{mode:"delete",index:e.delete}}if(e.edit!==void 0&&(!Number.isInteger(e.edit)||e.edit<1))throw new m("--edit must be a positive integer",l.USAGE);let n=await xv(e,t);if(e.edit!==void 0){if(!n)throw new m("--edit requires replacement text from --add, --stdin, or --file",l.USAGE);return{mode:"edit",index:e.edit,...n}}return n?{mode:"add",...n}:{mode:"list"}}function hr(e,t){throw e instanceof m&&e.exitCode===l.CONFLICT&&e.message.includes("is assigned to")&&e.message.includes("Use --force to override")?new m(e.message,e.exitCode,{code:"ownership_conflict",required:t.required,examples:t.examples,nextSteps:t.nextSteps}):e}function e_(e){return e==="comments"?"--stdin":"--add -"}function Ov(e,t){if((t.input.emptyFlag??"--add")!=="--add")return;let r=e.trim();if(!/^-{1,2}[A-Za-z][\w-]*(?:=.*)?$/.test(r))return;let o=e_(t.collectionKey),s=t.input.mode==="edit"?`pm ${t.collectionKey} <id> --edit <index>`:`pm ${t.collectionKey} <id>`;throw new m(`--add value "${r}" looks like an option, not annotation text. Use ${o} to read stdin, or use text=${r} for literal dash-leading text.`,l.USAGE,{code:"annotation_flag_like_value",required:`Use ${o} for stdin input, pass plain text, or use text=${r} when the text really starts with "-".`,examples:[`${s} ${o}`,`${s} --add text=${r}`]})}function Pv(e,t){if(t.ifAbsent===!0&&!["add","stdin","file"].includes(e.input.mode))throw new m(`--if-absent requires a ${e.collectionKey.replace(/s$/,"")} append`,l.USAGE,{code:"annotation_if_absent_without_append",required:"Combine --if-absent with one append text source; omit it for list, edit, and delete operations."});if(e.input.mode!=="list"||t.message===void 0)return;let n=e.collectionKey.replace(/s$/,"");throw new m(`--message labels a ${n} mutation but does not provide ${n} text. Pass text positionally or with --add, --stdin, or --file.`,l.USAGE,{code:"annotation_message_without_text",required:`Provide ${n} text through a content source; --message only annotates the history entry of a mutation.`,examples:[`pm ${e.collectionKey} <id> --add "text" --message "why"`,`pm ${e.collectionKey} <id> ${e_(e.collectionKey)}`]})}function Lv(e,t,n,r,o,s){let i=Yt(e.metadata,t),a=o?i.findIndex(c=>c.author===n&&c.text===r):-1;return a>=0?{changedFields:[],entryIndex:a+1}:(i.push(s({created_at:k(),author:n,text:r})),e.metadata[t]=i,{changedFields:[t],entryIndex:i.length})}async function $n(e,t,n,r){Pv(r,t);let o=E(process.cwd(),n.path);await I(o);let s=await T(o),i=O(s,x()),a=or(t.limit);if(r.input.mode==="list"){let h=await U(o,e,s.id_prefix,s.item_format,i.type_to_folder);if(!h)throw new m(`Item ${e} not found`,l.NOT_FOUND);let y=await H(h,{schema:s.schema}),g=Yt(y.document.metadata,r.collectionKey);return vs(h.id,r.collectionKey,g,a,t.includeMeta===!0)}let c=C(t.author,s.author_default);if(r.input.mode==="delete"){let h=r.deleteOp??r.op,y;try{y=await ne({pmRoot:o,settings:s,id:e,op:h,author:c,message:t.message,force:t.force,bypassAssigneeConflict:r.bypassOwnershipConflict,mutate(b){let v=Yt(b.metadata,r.collectionKey),S=Zf(r.input.index,v.length,r.collectionKey);return Qf(v[S],"deleted"),v.splice(S,1),b.metadata[r.collectionKey]=v,{changedFields:[r.collectionKey]}}})}catch(b){hr(b,r.conflictGuidance)}let g=Yt(y.item,r.collectionKey);return vs(y.item.id,r.collectionKey,g,a,t.includeMeta===!0,{action:"delete",entryIndex:r.input.index},t.fullHistory===!0)}let d=r.input.rawValue??r.input.value??"";Ov(d,r);let u=r.parseText(r.input.value??"");if(!u.trim())throw new m(`${r.input.emptyFlag??"--add"} text cannot be empty`,l.USAGE);if(r.input.mode==="edit"){let h=r.editOp??r.op,y;try{y=await ne({pmRoot:o,settings:s,id:e,op:h,author:c,message:t.message,force:t.force,bypassAssigneeConflict:r.bypassOwnershipConflict,mutate(b){let v=Yt(b.metadata,r.collectionKey),S=Zf(r.input.index,v.length,r.collectionKey),A=v[S];return Qf(A,"edited"),v[S]={...A,text:u,edited_at:k()},b.metadata[r.collectionKey]=v,{changedFields:[r.collectionKey]}}})}catch(b){hr(b,r.conflictGuidance)}let g=Yt(y.item,r.collectionKey);return vs(y.item.id,r.collectionKey,g,a,t.includeMeta===!0,{action:"edit",entryIndex:r.input.index,entry:g[r.input.index-1]},t.fullHistory===!0)}let p,f=0;try{p=await ne({pmRoot:o,settings:s,id:e,op:r.op,author:c,message:t.message,force:t.force,bypassAssigneeConflict:r.bypassOwnershipConflict,skipNoop:t.ifAbsent===!0,mutate(h){let y=Lv(h,r.collectionKey,c,u,t.ifAbsent===!0,r.createEntry);return f=y.entryIndex,{changedFields:y.changedFields}}})}catch(h){hr(h,r.conflictGuidance)}let _=Yt(p.item,r.collectionKey);return vs(p.item.id,r.collectionKey,_,a,t.includeMeta===!0,{action:"add",entryIndex:f,entry:_[f-1],changedCount:t.ifAbsent===!0?Math.min(p.changedFields.length,1):void 0},t.fullHistory===!0)}function Zf(e,t,n){if(e===void 0||!Number.isInteger(e)||e<1||e>t){let r=n.replace(/s$/,""),o=`${r.charAt(0).toUpperCase()}${r.slice(1)}`,s=t===1?`1 ${r}`:`${t} ${n}`;throw new m(`${o} index ${e??"(missing)"} out of range (item has ${s})`,l.USAGE)}return e-1}function Nv(e,t,n){return t===void 0?{}:{mutation_receipt:{action:t.action,entry_index:t.entryIndex,changed_count:t.changedCount??1,full_history_included:!n},omission_receipt:{has_omissions:n,omitted_field_group_count:n?1:0,omitted_field_groups:n?[{name:`${e}_history`,restore_with:{selector:"full_history",cli_flag:"--full-history",sdk_option:"fullHistory",mcp_option:"full"}}]:[]}}}function vs(e,t,n,r,o,s,i=!1){let a=s===void 0||i?sc(n,s!==void 0&&i?void 0:r):s.entry===void 0?[]:[s.entry],c=s!==void 0&&a.length<n.length;return{id:e,[t]:a,count:a.length,...s?.changedCount===void 0?{}:{changed:s.changedCount===1},...[o,s!==void 0].includes(!0)?{total_count:n.length,returned_count:a.length,has_more:c||a.length<n.length,...r!==void 0?{limit:r}:{}}:{},...Nv(t,s,c)}}(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]="d0579277-f123-5f96-8664-dfe05ade1b24")}catch{}})();async function t_(e,t,n){return[...await kn(Ie(e,t),t).catch(()=>[])].reverse().find(s=>s.patch.some(i=>i.path==="/metadata/assignee"))?.op==="claim"?`claimed by ${n}`:`assigned to ${n}`}(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]="1a61bf25-e320-5adc-8f5a-a427bc89af1a")}catch{}})();var n_="no_available_next_item";function r_(e){if(!(e instanceof Error)||e.name!=="PmCliError")return!1;let t=e.context;return typeof t=="object"&&t!==null&&"code"in t&&t.code==="already_claimed_by"}async function Es(e,t,n,r={}){let o=E(process.cwd(),n.path);await I(o);let s=await T(o),i=$(s.schema),a=C(r.author,s.author_default),c=vn(a),d=null,u=!1,p=[],f=await ne({pmRoot:o,settings:s,id:e,op:"claim",author:a,message:r.message,force:t,skipNoop:!0,async mutate(_){let y=_.metadata.assignee??"",g=_.metadata.claim_principal?.trim()||y;if(d=y.trim().length>0?y:null,Ym(_.metadata.status,i)&&!t)throw new m(`Cannot claim terminal item ${_.metadata.id} without --force`,l.CONFLICT);if(d!==null&&g!==c){if(r.ifAvailable===!0)return u=!0,p.push(`claim_skipped_held_by:${d}`),{changedFields:[]};if(!t){let v=await t_(o,_.metadata.id,y);throw new m(`Item ${_.metadata.id} is already ${v}. Use --force to take over, or --if-available to skip without failing.`,l.CONFLICT,{code:"already_claimed_by",why:"Claim is an atomic test-and-set so parallel agents never proceed believing they own the same item.",nextSteps:["Run pm next to pick a different unclaimed item.","Re-run with --if-available to treat a held item as a no-op skip.","Re-run with --force only when taking over the item is coordinated."]})}p.push(`claim_takeover:${d}->${a}`)}return _.metadata.assignee=a,_.metadata.claim_principal=c,{changedFields:["assignee","claim_principal"],warnings:p}}});return u||await Wa({pmRoot:o,settings:s,principal:c,itemId:f.item.id}),{item:f.item,claimed_by:u&&d!==null?d:a,previous_assignee:d,forced:t,...u?{skipped:!0}:{},...p.length>0?{warnings:p}:{}}}async function o_(e,t,n={},r={}){let o=Fv(n.maxAttempts),s=await T(E(process.cwd(),t.path)),i={...n,author:C(n.author,s.author_default)},a=await pr({...r,callerAuthor:i.author,limit:String(o)},t),c=[a.recommended,...a.ready].filter(d=>d!==null).map(d=>({...d,reasons:"reasons"in d?d.reasons:["ranked ready candidate"]}));return Mv(c.slice(0,o),e,t,i)}function Fv(e){if(e===void 0)return 10;let t=Number(e);if(!Number.isSafeInteger(t)||t<1||t>100)throw new m("--max-attempts must be an integer from 1 to 100",l.USAGE);return t}async function Mv(e,t,n,r={},o=Es){let s=0;for(let a of e){s+=1;try{let c=await o(a.id,t,n,r),d={...c,recommendation:a,attempts:s,available:!0};if(!c.skipped)return d}catch(c){if(!r_(c))throw c}}if(r.ifAvailable===!0)return{available:!1,item:null,claimed_by:C(r.author,""),previous_assignee:null,forced:t,skipped:!0,recommendation:null,attempts:s,warnings:[n_]};let i=s===0;throw new m(i?"No actionable items matched the selection filters":"No actionable item remained available to claim",i?l.NOT_FOUND:l.CONFLICT,{code:n_,why:i?"No ready items matched the specified filters or selection criteria.":"Every ranked candidate was claimed by another agent before this atomic selection completed.",nextSteps:[i?"Verify the filters or run pm next to inspect all ready work.":"Run pm claim --next again to refresh the ranked candidate set."]})}async function As(e,t,n,r={}){let o=E(process.cwd(),n.path);await I(o);let s=await T(o),i=C(r.author,s.author_default),a=vn(i),c=r.ownershipReleaseBypass===!0,d=null,u;try{u=await ne({pmRoot:o,settings:s,id:e,op:"release",author:i,message:r.message,force:t,bypassAssigneeConflict:c,mutate(p){return d=p.metadata.assignee??null,!d&&!p.metadata.claim_principal?{changedFields:[]}:(delete p.metadata.assignee,delete p.metadata.claim_principal,{changedFields:["assignee","claim_principal"]})}})}catch(p){hr(p,{required:"For approved non-owner handoffs, prefer the ownership-release bypass before considering --force.",examples:['pm release pm-a1b2 --author "reviewer" --force'],nextSteps:["Use the package-provided ownership-release bypass for handoffs that only clear assignee metadata.","Use --force only when an explicit override is approved for broader ownership conflicts."]})}return await Ya({pmRoot:o,principal:a,itemId:u.item.id}),{item:u.item,released_by:i,previous_assignee:d,forced: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]="a7ae3c89-b50b-5e4f-8273-8318bc976d84")}catch{}})();var $v=Object.freeze({requireCloseReason:!0,orderingEdges:"preserve"});function s_(e){let t=[{source:"explicit",value:e.explicit},{source:"duplicate",value:e.duplicateOf===void 0?void 0:`Duplicate of ${e.duplicateOf}`},{source:"resolution",value:e.resolution},{source:"message",value:e.message}];for(let n of t){let r=n.value?.trim();if(r)return{closeReason:r,source:n.source}}return{source:"none"}}function ac(e,t){return cc(e,t,{operation:"close"})}function cc(e,t,n){let r=s_(e);if(!t||r.closeReason!==void 0)return r;let o=n.operation==="create"?[`pm create --title "<title>" --type <type> --status ${n.status??"closed"} --close-reason "<closing summary>"`,`pm create --title "<title>" --type <type> --status ${n.status??"closed"} --resolution "<resolution summary>"`,"pm create --stdin-json < item.json"]:['pm close <id> "Done: <what changed and why>"','pm close <id> --reason "<closing summary>"','pm close <id> -m "<closing summary>"',"pm close <id> --duplicate-of <canonical-id>"];throw new m("Close reason text is required because governance.require_close_reason is enabled",l.USAGE,{code:"close_reason_required",required:"Provide an author-controlled closing summary as the reason, message, resolution, or duplicate target.",why:"governance.require_close_reason is enabled, so tools must not invent immutable closure evidence.",examples:o,nextSteps:[`Re-run the ${n.operation} operation with a closing summary.`,"To stop requiring reasons, run: pm config set governance-require-close-reason --policy disabled"]})}function dc(e,t){let n=typeof e.blocked_by=="string"?e.blocked_by.trim():"",r=e.blocked_by!==void 0,o=e.dependencies??[],s=o.filter(d=>d.kind==="blocked_by"),i=e.blocked_reason!==void 0,a=[];if(r&&(delete e.blocked_by,a.push("blocked_by")),i&&(delete e.blocked_reason,a.push("blocked_reason")),t.orderingEdges==="remove"&&s.length>0){let d=o.filter(u=>u.kind!=="blocked_by");d.length>0?e.dependencies=d:delete e.dependencies,a.push("dependencies")}let c=[...new Set([...n?[n]:[],...s.map(d=>d.id)])];return c.length===0?{changedFields:a,warnings:[]}:{changedFields:a,warnings:[t.orderingEdges==="preserve"?`closed_preserved_predecessors:${e.id}:${c.join(",")}`:`closed_removed_predecessors:${e.id}:${c.join(",")}`]}}(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]="9f28f7d8-993b-5201-b606-d1eab0c3ff5c")}catch{}})();var Dv=[{key:"resolution",label:"resolution (--resolution)"},{key:"expected_result",label:"expected_result (--expected-result)"},{key:"actual_result",label:"actual_result (--actual-result)"}];function Uv(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0||t==="warn")return"warn";if(t==="off"||t==="none"||t==="disabled")return"off";if(t==="strict")return"strict";throw new m(`Invalid --validate-close mode "${e}" (expected "off", "warn", or "strict")`,l.USAGE)}function Gv(e){let t=[];for(let n of Dv){let r=e[n.key];(typeof r!="string"||r.trim().length===0)&&t.push(n)}return t}async function jv(e,t,n){let r=new Set,o=t;for(;typeof o=="string"&&o.trim().length>0;){let s=o.trim();if(s===n)return!0;if(r.has(s))return!1;r.add(s),o=(await e(s))?.duplicate_of}return!1}function qv(e){return typeof e!="string"||e.trim().length===0}async function Kv(e,t,n,r){let o=n?.trim();if(!o)return;if(o===r)throw new m("An item cannot be closed as a duplicate of itself.",l.USAGE,{code:"duplicate_target_self",why:"--duplicate-of must identify the canonical item that should remain open or already represent the work."});let s=O(t,x()),i=new Map,a=async d=>{if(i.has(d))return i.get(d)??null;let u=await U(e,d,t.id_prefix,t.item_format,s.type_to_folder);if(!u)return i.set(d,null),null;let{document:p}=await H(u,{schema:t.schema});return i.set(d,p.metadata),p.metadata},c=await a(o);if(!c)throw new m(`Duplicate target "${o}" was not found. Create or locate the canonical item first.`,l.USAGE,{code:"duplicate_target_missing",why:"Duplicate closure should point at a real canonical pm item so future dedupe and changelog tooling can trace the relationship.",examples:[`pm close ${r} "Duplicate of ${o}" --duplicate-of ${o}`],nextSteps:["Run pm search/list to find the canonical item, then retry with --duplicate-of <id>."]});if(await jv(a,c.duplicate_of,r))throw new m(`Circular duplicate reference detected. Target "${o}" points back to "${r}".`,l.USAGE,{code:"duplicate_target_circular",why:"Circular duplicate relationships create loops for dedupe and status propagation tooling.",nextSteps:["Choose the existing canonical item, or clear the target duplicate_of metadata before closing this item as a duplicate."]});if(typeof c.duplicate_of=="string"&&c.duplicate_of.trim().length>0)throw new m(`Duplicate target "${o}" is already marked as a duplicate of "${c.duplicate_of.trim()}".`,l.USAGE,{code:"duplicate_target_is_duplicate",why:"Duplicate closure should point directly at the canonical item, not another duplicate.",examples:[`pm close ${r} "Duplicate of ${c.duplicate_of.trim()}" --duplicate-of ${c.duplicate_of.trim()}`],nextSteps:["Use the canonical item referenced by duplicate_of as the --duplicate-of target."]});return c.id}function zv(e,t,n){return e.filter(r=>r.parent===t&&!ee(r.status,n)).map(r=>r.id).sort((r,o)=>r.localeCompare(o))}function Bv(e,t,n){let r=new Map(e.map(a=>[a.id.trim().toLowerCase(),a])),o=Mf(e),s=t.trim().toLowerCase(),i=n.blocked_statuses;return e.filter(a=>i.has(a.status)).map(a=>({item:a,blockerIds:o.get(a.id.trim().toLowerCase())})).filter(({blockerIds:a})=>a.includes(s)).filter(({blockerIds:a})=>a.every(c=>{if(c===s)return!0;let d=r.get(c);return d!==void 0&&ee(d.status,n)})).map(({item:a,blockerIds:c})=>({id:a.id,blocker_ids:c})).sort((a,c)=>a.id.localeCompare(c.id))}async function Vv(e,t,n,r,o,s){let i=Bv(n,r,s),a=[];for(let c of i)try{let d=await ne({pmRoot:e,settings:t,id:c.id,op:"update",author:o,message:`Auto-unblocked after blocker ${r} closed`,mutate(u){let p=u.metadata.dependencies??[],f=p.filter(h=>{let y=h.id.trim().toLowerCase();return h.kind!=="blocked_by"||!c.blocker_ids.includes(y)});u.metadata.status=s.open_status,delete u.metadata.blocked_by,delete u.metadata.blocked_reason,u.metadata.unblock_note=`Auto-unblocked after blocker ${r} closed; all blockers resolved (${c.blocker_ids.join(", ")}).`,f.length>0?u.metadata.dependencies=f:delete u.metadata.dependencies;let _=["status","blocked_by","blocked_reason","unblock_note"];return f.length!==p.length&&_.push("dependencies"),{changedFields:_}}});a.push(`auto_unblocked:${d.item.id}:resolved_blockers=${c.blocker_ids.join(",")}`)}catch(d){let u=d instanceof Error?d.message.replace(/\s+/g," ").trim():"unknown";a.push(`auto_unblock_failed:${c.id}:${u}`)}return a}function Hv(e,t){let n=[],r=[{option:t.resolution,key:"resolution"},{option:t.expectedResult,key:"expected_result"},{option:t.actualResult,key:"actual_result"}];for(let{option:o,key:s}of r){if(typeof o!="string")continue;let i=o.trim();i.length!==0&&(e[s]=i,n.push(s))}return n}function Wv(e,t){if(t===void 0)return[];e.duplicate_of=t;let n=[],r=[{key:"resolution",value:`Duplicate of ${t}`},{key:"expected_result",value:`Canonical item ${t} tracks the work.`},{key:"actual_result",value:`Closed as duplicate of ${t}.`}];for(let{key:o,value:s}of r)qv(e[o])&&(e[o]=s,n.push(o));return n}function Yv(e,t,n,r){let o=[];if(t!=="off"){let s=Gv(e);if(s.length>0){let i=s.map(a=>a.label);if(t==="strict"){let a=s.map(d=>`--${d.key.replaceAll("_","-")}`),c=["--pm-path",r,"update",e.id,...a.flatMap(d=>[d,"<value>"])];throw new m(`Cannot close item ${e.id}: missing ${i.join(", ")}. Populate fields or use --validate-close warn.`,l.USAGE,{code:"close_validation_missing_fields",recovery:{missing:a,suggested_retry:Lo(c)},nextSteps:["Run the suggested pm update, then retry the original pm close invocation.","Use --validate-close warn only when governance permits an evidenced exception."]})}o.push(`close_validation_missing_fields:${e.id}:${i.join(",")}`)}if(n.length>0){if(t==="strict")throw new m(`Cannot close item ${e.id}: active child items remain open (${n.join(", ")}). Close, cancel, or re-parent them first, or use --validate-close warn.`,l.USAGE);o.push(`close_validation_active_children:${e.id}:${n.join(",")}`)}return o}return n.length>0&&o.push(`closed_with_active_children:${e.id}:${n.join(",")}`),o}function Jv(e,t){return t!==void 0?(e.close_reason=t,["close_reason"]):[]}function Xv(e){return e.assignee===void 0?[]:(delete e.assignee,["assignee"])}function Qv(e,t){if(ee(e.status,t.statusRegistry)&&!t.force)throw new m(`Item ${e.id} is already terminal; use --force to close again.`,l.CONFLICT);let n=Hv(e,t.options),r=Wv(e,t.duplicateOf),o=Yv(e,t.validateCloseMode,t.activeChildIds,t.pmRoot);e.status=t.statusRegistry.close_status,e.closed_at=t.closedAt;let s=t.options.completedAt!==void 0||e.completed_at===void 0;s&&(e.completed_at=t.completedAt);let i=["status","closed_at",...s?["completed_at"]:[],...Jv(e,t.closeReason),...n];if(Tp(e)&&(e.plan_mode="completed",i.push("plan_mode")),t.duplicateOf!==void 0){i.push("duplicate_of");for(let c of r)i.includes(c)||i.push(c)}i.push(...Xv(e));let a=dc(e,t.lifecyclePolicy);return i.push(...a.changedFields),o.push(...a.warnings),{changedFields:i,...o.length>0?{warnings:o}:{}}}async function i_(e,t,n,r){let o=E(process.cwd(),r.path);await I(o);let s=await T(o),i=$(s.schema),a=C(n.author,s.author_default),c=O(s,x()).type_to_folder,d=await U(o,e,s.id_prefix,s.item_format,c);if(!d)throw await it(o,e,s.id_prefix,c);let u=await Kv(o,s,n.duplicateOf,d.id),p={requireCloseReason:n.lifecyclePolicy?.requireCloseReason??s.governance.require_close_reason,orderingEdges:n.lifecyclePolicy?.orderingEdges??"preserve"},f=ac({explicit:t,duplicateOf:u,resolution:n.resolution,message:n.message},p.requireCloseReason).closeReason,_=Uv(n.validateClose)??s.governance.close_validation_default,h=await ce(o,s.item_format,c,void 0,s.schema),y=zv(h,d.id,i),g=k(),b=n.completedAt===void 0?g:te(n.completedAt,new Date(g),"completed-at"),v=await ne({pmRoot:o,settings:s,id:d.id,op:"close",author:a,message:n.message,force:n.force,mutate(S){return Qv(S.metadata,{pmRoot:o,statusRegistry:i,force:n.force,options:n,duplicateOf:u,validateCloseMode:_,activeChildIds:y,closeReason:f,closedAt:g,completedAt:b,lifecyclePolicy:p})}});return{item:v.item,changed_fields:v.changedFields,warnings:[...v.warnings,...await Vv(o,s,h,d.id,a,i)]}}function dt(e,t,n,r){return i_(e,t,n,r)}import Zv from"fast-json-patch";import lc 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]="db5f3a6d-9ae5-5f9b-bedf-766b2b79324c")}catch{}})();function ek(e,t){return dp(e,t,{errorSubject:"restore",allowFutureTimestamp:!0})}function tk(e){let t=Ca(e,e.length-1);return Object.keys(t.metadata).length===0?{metadata:{},body:t.body}:Ye(Ht(t))}async function nk(e,t,n,r){let o=await U(e,t,n.id_prefix,n.item_format,r);if(o){let c=Ie(e,o.id),d=await rp({pmRoot:e,settings:n,itemId:o.id,commandLabel:"restore"});return{id:o.id,historyPath:c,located:o,historyPolicyWarnings:d.warnings}}let s=we(t,n.id_prefix),i=Ea(t),a=s===i?[s]:[s,i];for(let c of a){let d=Ie(e,c);if(await P(d))return{id:c,historyPath:d,located:null,historyPolicyWarnings:[]}}throw new m(`Item ${t} not found`,l.NOT_FOUND)}function rk(e,t){let n=nr(e),r=nr(t),o=Zv.compare(n,r),s=new Set;for(let i of o){if(i.path==="/body"||i.path.startsWith("/body/")){s.add("body");continue}let a=i.path.replace(/^\/(?:metadata|front_matter)\/?/,"").split("/")[0];s.add(a.replaceAll("~1","/").replaceAll("~0","~"))}return Array.from(s).sort((i,a)=>i.localeCompare(a))}async function ok(e){if(await q(e.subject.historyPath)!==e.historyRawBeforeLock)throw new m(`History for ${e.resolvedId} changed while waiting for lock; retry restore.`,l.CONFLICT);let n=await U(e.pmRoot,e.resolvedId,e.settings.id_prefix,e.settings.item_format,e.typeToFolder),r=n?await H(n,{schema:e.settings.schema}):null;if((r?.raw??null)!==e.currentItemRawBeforeLock)throw new m(`Item ${e.resolvedId} changed while waiting for lock; retry restore.`,l.CONFLICT);return{loadedItemUnderLock:r,existingItemPath:n?.itemPath??null}}function sk(e,t){return e?{document:e.document,originalRaw:e.raw}:{document:tk(t),originalRaw:null}}function ik(e){let t=e.document.metadata.assignee?.trim();if(!(t&&t!==e.author&&!e.force))return[];if(e.enforcement==="strict")throw new m(`Item ${e.resolvedId} is assigned to ${t}. Use --force to override.`,l.CONFLICT);return e.enforcement==="warn"?[`ownership_warning:assignee_conflict:${e.resolvedId}:${t}`]:[]}async function ak(e){if(e.existingItemPath&&e.resolvedOriginalRaw!==null&&e.restoredItemPath!==e.existingItemPath){await _e(e.existingItemPath,e.resolvedOriginalRaw),await lc.rm(e.restoredItemPath,{force:!0});return}if(e.existingItemPath&&e.resolvedOriginalRaw!==null){await _e(e.existingItemPath,e.resolvedOriginalRaw);return}await lc.rm(e.restoredItemPath,{force:!0})}async function ck(e){return[...await Y({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 Y({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 Jt(e,t,n,r){let o=E(process.cwd(),r.path);await I(o);let s=await T(o),i=O(s,x()),a=await nk(o,e,s,i.type_to_folder),c=a.id,d=await q(a.historyPath),u=await kn(a.historyPath,c);if(u.length===0)throw new m(`No history exists for ${c}; restore is unavailable.`,l.NOT_FOUND);let p=ek(t,u),f=lp(Ca(u,p.historyIndex),p),_=Xu(f,{schema:s.schema});if(_.metadata.id!==c)throw new m(`Restore target resolved to item ${_.metadata.id}, expected ${c}.`,l.GENERIC_FAILURE);let y=(a.located?await H(a.located,{schema:s.schema}):null)?.raw??null,g=C(n.author,s.author_default),b=await be(o,c,s.locks.ttl_seconds,g,!!n.force,s.governance.force_required_for_stale_lock,s.locks.wait_ms);try{let{loadedItemUnderLock:v,existingItemPath:S}=await ok({pmRoot:o,resolvedId:c,subject:a,settings:s,typeToFolder:i.type_to_folder,historyRawBeforeLock:d,currentItemRawBeforeLock:y}),A="toon",R=sk(v,u),j=ik({document:R.document,author:g,force:n.force,enforcement:s.governance.ownership_enforcement,resolvedId:c}),M=rk(R.document,_);await No({pm_root:o,operation:"restore",before:R.document,after:_,changed_fields:M,sdk:qo({pmRoot:o,settings:s,typeToFolder:i.type_to_folder})});let me=je(_,{format:A,schema:s.schema}),W=Kt(o,_.metadata.type,c,A,i.type_to_folder),ge=await En(o,g),ue=[];try{await _e(W,me),S&&W!==S&&await lc.rm(S);let gt=qe({nowIso:k(),author:g,op:"restore",before:R.document,after:_,message:n.message});try{await It(a.historyPath,gt)}catch(yt){throw await ak({existingItemPath:S,resolvedOriginalRaw:R.originalRaw,restoredItemPath:W}),yt}ue=await An({pmRoot:o,preferredFormat:s.item_format,typeToFolder:i.type_to_folder,schema:s.schema,itemPath:W,previousItemPath:S??void 0,document:_})}finally{await ge()}let Ue=await ck({restoredItemPath:W,historyPath:a.historyPath,before:R.document,after:_});hn({id:_.metadata.id,op:"restore",item_type:_.metadata.type,previous_status:R.document.metadata.status,status:_.metadata.status,previous:Vt(R.document.metadata,M),current:Vt(_.metadata,M),changed_fields:M});let ht=u[p.historyIndex];return{item:_.metadata,restored_from:{kind:p.kind,target:p.raw,history_index:p.historyIndex+1,entry_ts:ht.ts,entry_op:ht.op},changed_fields:M,warnings:[...a.historyPolicyWarnings,...j,...ue,...Ue]}}finally{await b()}}(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]="a97a3cf0-beef-5967-8f5b-2372a6c9f2f7")}catch{}})();var c_=1,mc="close-many",dk=["--filter-status","--filter-type","--filter-tag","--filter-priority","--filter-sprint","--filter-release","--filter-parent","--filter-assignee","--filter-updated-before","--ids"].join(", ");function lk(e,t){return mr(e,t,{includePagination:!1})}function mk(e,t){return mr(e,t)}function uk(e){if(e?.ids!=null&&String(e.ids).trim().length===0)throw new m("--ids requires at least one non-empty item ID",l.USAGE)}function pk(e){let t={};if(!e)return t;for(let[n,r]of Object.entries(e))r==null||typeof r=="string"&&!r.split(",").some(o=>o.trim().length>0)||(t[n]=r);return t}function fk(e,t){let n=String(e??"").trim();if(n.length>0)return n;if(t)throw new m("pm close-many requires a shared close reason via --reason because governance.require_close_reason is enabled.",l.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 _k(e,t){let n=$(t.schema),r=O(t,x()),o=await ce(e,t.item_format,r.type_to_folder,void 0,t.schema),s=new Map,i=new Map;for(let a of o){if(typeof a.parent!="string"||a.parent.length===0||(i.set(a.id,a.parent),ee(a.status,n)))continue;let c=s.get(a.parent);c?c.push(a.id):s.set(a.parent,[a.id])}for(let a of s.values())a.sort((c,d)=>c.localeCompare(d));return{childrenByParent:s,parentByChild:i}}function a_(e,t,n){let r=n?.get(e);if(r!==void 0)return r;let o=0,s=t.get(e),i=[],a=new Set,c=!1;for(;s!==void 0&&!a.has(s);){let d=n?.get(s);if(d!==void 0){o+=d+1;break}a.add(s),i.push(s),o+=1,s=t.get(s)}if(s!==void 0&&a.has(s)&&(c=!0),!c){n?.set(e,o);for(let[d,u]of i.entries())n?.set(u,o-d-1)}return o}async function hk(e){let t=await Vo(e.pmRoot,mc,e.rollbackId,c_),n=e.options.message??`Rollback close-many checkpoint ${t.id}`,r=await Ho(t.items,(o,s)=>Jt(o,s,{author:e.options.author,message:n,force:!0},e.global));return{...Bt({applied:r.restored_ids.length,skipped:0,failed:r.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:r.restored_ids.length,failed_count:r.failed_count,rows:r.rows,ids:r.restored_ids}}function gk(e,t,n,r,o){return e.map(s=>{let i=(t.get(s.id)??[]).filter(c=>!n.has(c)),a=!d_(s,r,o);return{id:s.id,title:typeof s.title=="string"?s.title:"",status:s.status,action:a?"skip":"close",...a?{skip_reason:"already_terminal"}:{},...i.length>0?{active_child_ids:i}:{}}})}async function yk(e){let t=await Bo(e.pmRoot,mc,e.checkpointId,{schema_version:c_,id:e.checkpointId,created_at:e.nowValue,author:C(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 bk(e){let t=[],n=[];for(let r of e.matched){if(!e.closableIds.has(r.id)){t.push({id:r.id,status:"skipped",skip_reason:"already_terminal"});continue}try{let o=await dt(r.id,e.reason,e.closeOptions,e.global);t.push({id:r.id,status:"closed",changed_fields:o.changed_fields,...o.warnings&&o.warnings.length>0?{warnings:o.warnings}:{}}),n.push(r.id)}catch(o){t.push({id:r.id,status:"failed",error:_n(o)})}}return{rows:t,closedIds:n}}function wk(e){return typeof e.rollback=="string"?e.rollback:void 0}function vk(e,t){if(t.trim().length===0)throw new m("--rollback requires a checkpoint id",l.USAGE);if(e.dryRun===!0)throw new m("--dry-run cannot be combined with --rollback",l.USAGE);if(mk(e.list,e.status))throw new m("Rollback mode does not accept filter options",l.USAGE)}function kk(e){if(!lk(e.list,e.status))throw new m(`close-many requires at least one filter to scope the close (for example: ${dk}). Refusing to match every item.`,l.USAGE)}function Sk(e,t){let n=new Map;return[...e].sort((r,o)=>{let s=a_(o.id,t,n)-a_(r.id,t,n);return s!==0?s:r.id.localeCompare(o.id)})}function d_(e,t,n){return n||!ee(e.status,t)}function Ek(e,t,n){return new Set(e.filter(r=>d_(r,t,n)).map(r=>r.id))}async function Ak(e){kk(e.options);let t=$(e.settings.schema),n=fk(e.options.reason,e.settings.governance.require_close_reason),r=e.options.force===!0,o=await ct(e.options.status,pk(e.options.list),e.global),{childrenByParent:s,parentByChild:i}=await _k(e.pmRoot,e.settings),a=Sk(o.items,i),c=[...new Set(String(e.options.list?.ids??"").split(",").map(f=>f.trim()).filter(f=>f.length>0))],d=c.length===0?[]:(await ct(void 0,{ids:c.join(","),noTruncate:!0,full:!0},e.global)).items,u=new Set(d.map(f=>f.id)),p=Ek(a,t,r);return{pmRoot:e.pmRoot,settings:e.settings,statusRegistry:t,reason:n,validateCloseMode:e.options.validateClose,force:r,listed:o,matched:a,unmatchedIds:c.length===0?void 0:c.filter(f=>!u.has(f)),planRows:gk(a,s,p,t,r)}}function Tk(e){return{outcome:"effect",exit_code:l.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!==void 0?{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length}:{}}}async function Ck(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 yk({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 l_(e,t){let n=E(process.cwd(),t.path);await I(n);let r=await T(n),o=e.dryRun===!0,s=wk(e);if(uk(e.list),s!==void 0)return vk(e,s),hk({pmRoot:n,rollbackId:s,options:e,global:t});let i=await Ak({pmRoot:n,settings:r,options:e,global:t});if(o)return Tk(i);let a=new Set(i.planRows.filter(b=>b.action==="close").map(b=>b.id)),c=k(),d=zo(mc,c),u=await Ck({context:i,options:e,closableIds:a,checkpointId:d,nowValue:c}),p={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 bk({matched:i.matched,closableIds:a,reason:i.reason,closeOptions:p,global:t}),h=f.filter(b=>b.status==="closed").length,y=f.filter(b=>b.status==="skipped").length,g=f.filter(b=>b.status==="failed").length;return{...Bt({applied:h,skipped:y,failed:g,unmatched:i.unmatchedIds?.length??0}),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}:{},...u?{checkpoint:u}:{},closed_count:h,skipped_count:y,failed_count:g,rows:f,ids:_,...i.unmatchedIds!==void 0?{unmatched_ids:i.unmatchedIds,unmatched_count:i.unmatchedIds.length}:{}}}import{readFile as Ik}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]="f761d37b-28df-5176-9e25-762f57aa0abf")}catch{}})();async function uc(e,t){let n=e.add!==void 0,r=e.stdin===!0,o=typeof e.file=="string",s=Number(n)+Number(r)+Number(o);if(s===0)return;if(s>1)throw new m("Specify comment text using only one input source: --add, --stdin, or --file",l.USAGE);if(n)return{value:await t.resolveValue(e.add,"--add",at(e))??"",emptyFlag:"--add"};if(r)return gr(e,"--stdin"),{value:await t.resolveValue("-","--stdin")??"",emptyFlag:"--stdin"};let i=e.file.trim();if(!i)throw new m("--file path cannot be empty",l.USAGE);if(i==="-")return gr(e,"--file -"),{value:await t.resolveValue("-","--file")??"",emptyFlag:"--file"};try{return{value:await Ik(i,"utf8"),emptyFlag:"--file"}}catch(a){if(ic(a)&&qt(a))throw new m(`--file path not found: ${i}. Use --file - to read stdin.`,l.USAGE);let c=a instanceof Error?a.message:String(a);throw new m(`Failed to read --file path "${i}": ${c}. Use --file - to read stdin.`,l.USAGE)}}async function Rk(e,t){let n=e.edit,r=e.delete,o=n!==void 0,s=r!==void 0;if(o&&s)throw new m("Specify only one of --edit or --delete",l.USAGE);if(n!==void 0&&(!Number.isInteger(n)||n<1))throw new m("--edit must be a positive integer",l.USAGE);if(r!==void 0&&(!Number.isInteger(r)||r<1))throw new m("--delete must be a positive integer",l.USAGE);if(s){if(await uc(e,t)!==void 0)throw new m("--delete does not take comment text",l.USAGE);return{mode:"delete",index:r}}if(o){let c=await uc(e,t);if(c===void 0)throw new m("--edit requires replacement text via positional [text], --add, --stdin, or --file",l.USAGE);return{mode:"edit",index:n,value:c.value,emptyFlag:c.emptyFlag}}let i=await uc(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 m_(e,t,n){let r=Ot(),o=await Rk(t,r),s=o.mode==="add"||o.mode==="edit",i=o.value??"";return $n(e,t,n,{input:{...o,rawValue:t.add??i,value:s?Mn(i,{stripPlainTextPrefix:!0}):i},collectionKey:"comments",op:"comment_add",editOp:"comment_edit",deleteOp:"comment_delete",parseText:a=>a,createEntry:a=>a,bypassOwnershipConflict:!!(o.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]="972816c9-b407-5b89-a744-249c9771451f")}catch{}})();async function u_(e,t,n){return $n(e,t,n,{input:await Ss(t,"learning"),collectionKey:"learnings",op:"learning_add",editOp:"learning_edit",deleteOp:"learning_delete",parseText:r=>Mn(r),createEntry:r=>r,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]="216389a2-fb85-56a0-8ef2-9f41f1321c16")}catch{}})();function xk(e){if(e===void 0)return;if(e.trim().length===0)throw new m("--add-json must contain a JSON value",l.USAGE,{code:"structured_event_json_empty"});let t;try{t=JSON.parse(e)}catch{throw new m("--add-json must be valid JSON",l.USAGE,{code:"structured_event_json_invalid"})}return t}function Ok(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 Pk(e){if(e===void 0)return;let t=Date.parse(e);if(!Number.isFinite(t))throw new m("--since must be a valid ISO timestamp",l.USAGE,{code:"structured_event_since_invalid"});return t}async function p_(e,t,n){let r=xk(t.addJson),o=[t.add!==void 0,t.stdin===!0,t.file!==void 0,t.edit!==void 0,t.delete!==void 0].includes(!0);if(r!==void 0&&o)throw new m("--add-json cannot be combined with text, edit, delete, stdin, or file inputs",l.USAGE,{code:"structured_event_input_conflict"});let s=r===void 0?void 0:V(r),i=[t.since,t.eventType].some(h=>h!==void 0),a=Pk(t.since),c=or(t.limit),d=await $n(e,{...t,...i?{limit:void 0}:{},includeMeta:[t.includeMeta===!0,i].includes(!0)},n,{input:await Ss(s===void 0?t:{add:s},"note"),collectionKey:"notes",op:"note_add",editOp:"note_edit",deleteOp:"note_delete",parseText:h=>Mn(h),createEntry:h=>r===void 0?h:{...h,format:"json",data:r,event_type:Ok(r)},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."]}}),u=t.eventType?.trim(),p=d.notes.filter(h=>{let y=[h.format==="json",h.data!==void 0].every(Boolean),g=[a===void 0,Date.parse(h.created_at)>=(a??Number.POSITIVE_INFINITY)].includes(!0),b=[!u,h.event_type===u].includes(!0);return[!i,[y,g,b].every(Boolean)].includes(!0)}),f=i?sc(p,c):p,_=f.filter(h=>h.format==="json").length;return{...d,notes:f,count:f.length,...i?{total_count:p.length,returned_count:f.length,has_more:f.length<p.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]="d6f359cb-2bc9-5f96-8789-db91512d0bd5")}catch{}})();function yr(e,t,n="--dep"){if(!t&&/[:,=]/.test(e))throw new m(`Invalid ${n} value "${e}". Use a bare item id or id=<id>,kind=<kind>.`,l.USAGE,{code:"dependency_flag_value_invalid",reason:"malformed_dependency_shorthand",flag:n,value:e,required:"Use a bare item id or an explicit id=<id>,kind=<kind> entry."})}function br(e,t,n=Pt()){for(let r of t??[])try{Sl(e,r.id,r.kind,n)}catch(o){throw new m(_n(o),l.USAGE,{code:"dependency_edge_not_allowed",why:`${e} -> ${r.id} (${r.kind}) violates the active relationship-kind policy`})}}async function f_(e,t){return(await H(e,{schema:t})).document.metadata.created_at}async function Lk(e,t){if(e.createdAt!==void 0)return e.createdAt;let n=await U(t.pmRoot,e.id,t.idPrefix,t.itemFormat,t.typeToFolder);return n===null?void 0:f_(n,t.schema)}function Nk(e){let t=e.registry.require(e.dependency.kind);return new m(`${t.kind} requires source ${e.holder.id} to be created after target ${e.dependency.id}`,l.USAGE,{code:"dependency_temporal_order_invalid",reason:"source_not_after_target",required:`${e.holder.id}.created_at must be later than ${e.dependency.id}.created_at for ${t.kind}.`,why:"Chronological recurrence direction must be validated before the relationship is persisted.",source_id:e.holder.id,source_created_at:e.sourceCreatedAt,target_id:e.dependency.id,target_created_at:e.targetCreatedAt,temporal_order:t.temporalOrder})}async function Fk(e){let t=e.dependencies.filter(o=>e.registry.resolve(o.kind)?.temporalOrder==="source_after_target"&&!e.missingTargets.includes(o.id));if(t.length===0||e.holders.length===0)return;let n=new Map(e.resolutions.flatMap(({target:o,located:s})=>s===null?[]:[[o,s]])),r=new Map(await Promise.all([...new Set(t.map(({id:o})=>o))].map(async o=>[o,await f_(n.get(o),e.context.schema)])));for(let o of e.holders){let s=await Lk(o,e.context);if(s!==void 0)for(let i of t){let a=r.get(i.id),c=Date.parse(s),d=Date.parse(a);if(!(Number.isFinite(c)&&Number.isFinite(d)&&c>d))throw Nk({holder:o,dependency:i,sourceCreatedAt:s,targetCreatedAt:a,registry:e.registry})}}}async function Xt(e){let t=e.registry??Pt(),n=(e.dependencies??[]).filter(i=>!Mp(i.source_kind)),r=[...new Set(n.map(i=>i.id))],o=await Promise.all(r.map(async i=>({target:i,located:await U(e.pmRoot,i,e.idPrefix,e.itemFormat,e.typeToFolder)}))),s=o.filter(({located:i})=>i===null).map(({target:i})=>i).sort((i,a)=>i<a?-1:1);if(s.length>0&&e.allowUnresolved!==!0)throw new m(`Dependency target${s.length===1?"":"s"} not found: ${s.join(", ")}`,l.NOT_FOUND,{code:"dependency_target_not_found",reason:"unresolved_local_dependency",required:"Every local dependency target must exist before the edge is committed.",why:"Fail-fast target resolution prevents dangling graph nodes and preserves reliable traversal semantics.",unresolved_targets:s,examples:["--dep id=<existing-item-id>,kind=related","--dep id=<external-id>,kind=related,source_kind=external","--allow-unresolved-deps --dep id=<future-item-id>,kind=related"],nextSteps:[`Create or correct ${s.length===1?"the target":"the targets"}, then retry the mutation.`,"Use source_kind=external for a cross-workspace reference.","Use --allow-unresolved-deps only when the dangling local edge is intentional."],recovery:{recovery_mode:"compact",missing:s,suggested_flags:["--allow-unresolved-deps"],suggested_retry:`pm search "${s[0]}" --limit 10`}});return await Fk({dependencies:n,missingTargets:s,resolutions:o,holders:e.holders??[],registry:t,context:e}),s.map(i=>`dependency_target_unresolved:${i}`)}(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]="dcbb6070-7457-5454-abf1-fa8153c8efd6")}catch{}})();function Ts(e){let t=e.trim();return t.toLowerCase()==="med"?"medium":t}function Cs(e){let t=e.trim();return t.toLowerCase()==="med"?"medium":t}function Is(e){let t=e.trim().toLowerCase();if(t==="med")return"medium";if(Kr.includes(t))return t;let n=de(e,"confidence");if(!Number.isInteger(n)||n<0||n>100)throw new m("Confidence must be an integer 0..100 or one of low|med|medium|high",l.USAGE);return n}function Rs(e){let t=e.trim().toLowerCase();if(t==="true"||t==="1")return!0;if(t==="false"||t==="0")return!1;throw new m("Regression must be one of true|false|1|0",l.USAGE)}(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]="afc4f3d5-ba5e-5dd7-abc9-531b319cdb4e")}catch{}})();var Mk=new Set(["none","null"]);function xs(e={}){return[{optionKey:"dep",clearFlagKey:"clearDeps",valueFlag:"--dep",clearFlag:"--clear-deps",...e.depDisableFlagKey===void 0?{}:{disableFlagKey:e.depDisableFlagKey}},{optionKey:"comment",clearFlagKey:"clearComments",valueFlag:"--comment",clearFlag:"--clear-comments"},{optionKey:"note",clearFlagKey:"clearNotes",valueFlag:"--note",clearFlag:"--clear-notes"},{optionKey:"learning",clearFlagKey:"clearLearnings",valueFlag:"--learning",clearFlag:"--clear-learnings"},{optionKey:"file",clearFlagKey:"clearFiles",valueFlag:"--file",clearFlag:"--clear-files",...e.fileDisableFlagKey===void 0?{}:{disableFlagKey:e.fileDisableFlagKey}},{optionKey:"test",clearFlagKey:"clearTests",valueFlag:"--test",clearFlag:"--clear-tests",...e.testDisableFlagKey===void 0?{}:{disableFlagKey:e.testDisableFlagKey}},{optionKey:"doc",clearFlagKey:"clearDocs",valueFlag:"--doc",clearFlag:"--clear-docs",...e.docDisableFlagKey===void 0?{}:{disableFlagKey:e.docDisableFlagKey}},{optionKey:"reminder",clearFlagKey:"clearReminders",valueFlag:"--reminder",clearFlag:"--clear-reminders"},{optionKey:"event",clearFlagKey:"clearEvents",valueFlag:"--event",clearFlag:"--clear-events"},{optionKey:"typeOption",clearFlagKey:"clearTypeOptions",valueFlag:"--type-option",clearFlag:"--clear-type-options"}]}function ze(e){return e===void 0?!1:Mk.has(e.trim().toLowerCase())}function Os(e,t,n){if(!ze(e))return;let r=n?` ${n}`:"";throw new m(`${t} no longer accepts "none" or "null".${r}`.trim(),l.USAGE)}function Se(e,t,n){if(!e||e.length===0||!e.some(s=>ze(s)))return;let o=n?` ${n}`:"";throw new m(`${t} no longer accepts "none" or "null".${o}`.trim(),l.USAGE)}function Ps(e,t){for(let n of t){let r=e[n.optionKey];if(!Array.isArray(r)||r.length===0)continue;if(!r.every(a=>typeof a=="string"))throw new m(`${n.valueFlag} entries must be strings.`,l.USAGE);let o=r;if(!o.some(a=>ze(a)))continue;if(o.filter(a=>!ze(a)).length>0)throw new m(`Cannot mix legacy clear token "none"/"null" with concrete ${n.valueFlag} entries. Use ${n.clearFlag} to clear or provide explicit entries.`,l.USAGE);e[n.optionKey]=void 0,e[n.clearFlagKey]=!0,n.disableFlagKey&&(e[n.disableFlagKey]=!1)}return e}(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]="2fcfbe50-039b-5031-8b18-a208908a0d87")}catch{}})();function h_(e,t){let n=e.trim().toLowerCase();if(n==="true"||n==="1"||n==="yes")return!0;if(n==="false"||n==="0"||n==="no")return!1;throw new m(`${t} must be one of true|false|1|0|yes|no`,l.USAGE)}function pc(e){return e?e.split("|").map(t=>t.trim()).filter(t=>t.length>0):[]}function Ee(e,t,n){if(!t.includes(e))throw new m(`Invalid ${n} value "${e}". Allowed: ${t.join(", ")}`,l.USAGE);return e}var g_=["recur_freq","recur_interval","recur_count","recur_until","recur_by_weekday","recur_by_month_day","recur_exdates"];function $k(e,t){return t==="defined"?e!==void 0:!!e}function __(e,t,n){if(!$k(e,n))return;let r=de(e,`event ${t}`);if(!Number.isInteger(r)||r<1)throw new m(`--event ${t} must be an integer >= 1`,l.USAGE);return r}function Dk(e,t,n){let r=e?te(e,n,"event.recur_until"):void 0;if(r&&r<t)throw new m("--event recur_until must be at or after start",l.USAGE);return r}function Uk(e){return Array.from(new Set(pc(e).map(t=>Ee(t.toLowerCase(),hl,"event weekday")))).sort((t,n)=>zi(t)-zi(n))}function Gk(e){return Array.from(new Set(pc(e).map(t=>{let n=de(t,"event recur_by_month_day");if(!Number.isInteger(n)||n<1||n>31)throw new m("--event recur_by_month_day values must be integers 1..31",l.USAGE);return n}))).sort((t,n)=>t-n)}function jk(e,t){return Array.from(new Set(pc(e).map(n=>te(n,t,"event.recur_exdates")))).sort((n,r)=>n.localeCompare(r))}function y_(e,t,n,r){let o=e.recur_freq?.trim(),s=e.recur_interval?.trim(),i=e.recur_count?.trim(),a=e.recur_until?.trim(),c=e.recur_by_weekday?.trim(),d=e.recur_by_month_day?.trim(),u=e.recur_exdates?.trim();if(![o,s,i,a,c,d,u].some(S=>S!==void 0))return;if(!o)throw new m("--event recurrence fields require recur_freq=<daily|weekly|monthly|yearly>",l.USAGE);let f=Ee(o.toLowerCase(),_l,"event recurrence frequency"),_=__(s,"recur_interval",r),h=__(i,"recur_count",r),y=Dk(a,t,n),g=Uk(c),b=Gk(d),v=jk(u,n);return{freq:f,interval:_,count:h,until:y,by_weekday:g.length>0?g:void 0,by_month_day:b.length>0?b:void 0,exdates:v.length>0?v: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]="8248687e-ba97-5e1b-afbf-a322a72eb1aa")}catch{}})();var b_="--event end must be strictly after start. Equal start/end timestamps are treated as an instant event (end is dropped); an end earlier than start is rejected. Omit end for an instant event or set end later than start.",qk="--event end and duration are mutually exclusive; provide only one (use duration=<relative> like duration=2h, duration=30min, or duration=PT30M, or set an explicit end).",Kk=/^([+-]?)(\d+)(min|mins|minute|minutes)$/i,zk=/^([+-]?)[Pp][Tt](?:(\d+)[Hh])?(?:(\d+)[Mm])?(?:(\d+)[Ss])?$/,v_=1e3,fc=60*v_,Bk=60*fc;function w_(e,t){let n=new Date(e);if(!Number.isFinite(n.getTime()))throw new m(`Invalid event.duration value "${t}". Duration is out of supported timestamp range.`,l.USAGE);return n.toISOString()}function Vk(e,t){let n=new Date(e),r=t.trim(),o=Kk.exec(r);if(o){let a=o[1]==="-"?-1:1,c=Number.parseInt(o[2],10)*a;return w_(n.getTime()+c*fc,r)}let s=zk.exec(r);if(s){let[,a,c,d,u]=s;if(c||d||u){let f=a==="-"?-1:1,_=Number.parseInt(c??"0",10),h=Number.parseInt(d??"0",10),y=Number.parseInt(u??"0",10),g=_*Bk+h*fc+y*v_;return w_(n.getTime()+f*g,r)}}let i=r.startsWith("+")||r.startsWith("-")?r:`+${r}`;return te(i,n,"event.duration")}function k_(e,t,n,r){if(t&&n)throw new m(qk,l.USAGE);if(n){let s=Vk(e,n);if(s<e)throw new m(b_,l.USAGE);return s===e?void 0:s}if(!t)return;let o=te(t,r,"event.end");if(o<e)throw new m(b_,l.USAGE);if(o!==e)return 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]="fd41d2bf-7be0-55ee-9048-a9d5092a9a21")}catch{}})();var Hk=["at","date","text","title"],Wk=["start","date","end","duration","title","description","location","timezone","all_day",...g_],Yk=["key","value"];function S_(e,t){return t==="trimmed"?e?.trim():e}function Jk(e,t){return t==="defined"?e!==void 0:!!e}function Ls(e,t,n){return e.map(r=>{let o=oe(r,"--reminder");Ke(o,"--reminder",Hk);let s=S_(o.at??o.date,n.valueMode),i=S_(o.text??o.title,n.valueMode);if(!s||!i)throw new m("--reminder requires at=<iso|relative> or date=<iso|relative>, plus text=<value> or title=<value>",l.USAGE);let a=i.trim();if(!a)throw new m("--reminder text must not be empty",l.USAGE);return{at:te(s,t,"reminder.at"),text:a}})}function Ns(e,t,n){return e.map(r=>{let o=oe(r,"--event");Ke(o,"--event",Wk);let s=(o.start??o.date)?.trim();if(!s)throw new m("--event requires start=<iso|relative> or date=<iso|relative>",l.USAGE);let i=te(s,t,"event.start"),a=o.end?.trim(),c=o.duration?.trim(),d=k_(i,a,c,t),u=o.title,p=o.description,f=o.location,_=o.timezone,h=u?.trim(),y=p?.trim(),g=f?.trim(),b=_?.trim(),v=[["title",u,h],["description",p,y],["location",f,g],["timezone",_,b]];for(let[j,M,me]of v)if(M!==void 0&&!me)throw new m(`--event ${j} must not be empty`,l.USAGE);let S=o.all_day?.trim(),A=y_(o,i,t,n.recurrenceEmptyNumericGuard),R=Jk(S,n.allDayEmptyGuard)?h_(S,"--event all_day"):void 0;return{start_at:i,end_at:d,title:h,description:y,location:g,all_day:R,timezone:b,recurrence:A}})}function Fs(e){let t={};for(let n of e){let r=n.trim();if(r.length===0)throw new m("--type-option values must not be empty",l.USAGE);let o,s;if(r.includes(",")||r.includes(`
5
+ `)||r.startsWith("```")||/^(?:[-*+]\s+)?(?:key|value)\s*[:=]/i.test(r)){let a=oe(r,"--type-option");Ke(a,"--type-option",Yk),o=a.key?.trim(),s=a.value?.trim()}else{let a=r.indexOf("="),c=r.indexOf(":"),d=a;if(a<=0&&c>0&&(d=c),d<=0||d===r.length-1)throw new m("--type-option requires key=value or key=<name>,value=<value> entries",l.USAGE);o=r.slice(0,d).trim(),s=r.slice(d+1).trim()}if(!o||!s)throw new m("--type-option requires key and value",l.USAGE);t[o]=s}return Object.fromEntries(Object.entries(t).sort((n,r)=>n[0].localeCompare(r[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]="39a36d42-29b1-5f0f-a8b2-f3bfc0ef78c2")}catch{}})();var Xk="hierarchy-integrity";async function Ms(e){let t=e.required?await be(e.pmRoot,Xk,e.ttlSeconds,e.author,!1,!1,e.waitMs):async()=>{},n=!1;return async()=>{n||(n=!0,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]="e009d7f9-8d50-519a-9a43-632efd3bf443")}catch{}})();var Qk=new Set(["event","meeting","reminder","milestone","decision","adr"]);function E_(e,t,n,r){if(Qk.has(t.trim().toLowerCase())||n!==r.open_status)return;let o=Ro("in_progress",r);if(!(o===void 0||o===r.open_status))return{command:`pm start-task ${e}`,to_status: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]="b29e4416-82ab-585c-9456-718e4699566d")}catch{}})();var lt=["command","cmd","path","scope","timeout","timeout_seconds","pm_context_mode","workspace_context_mode","env_set","env_clear","shared_host_safe","assert_stdout_contains","assert_stdout_regex","assert_stderr_contains","assert_stderr_regex","assert_stdout_min_lines","assert_json_field_equals","assert_json_field_gte","note"],Zk=new Set(lt);function A_(e){return Wo(e,lt)}function $s(e,t){let n={},r=[];for(let[o,s]of Object.entries(e)){let i=o.toLowerCase();if(!Zk.has(i)){r.push(o);continue}if(Object.hasOwn(n,i))throw new m(`${t} provides key "${o}" more than once after case normalization`,l.USAGE);n[i]=s}if(r.length>0)throw new m(`${t} does not recognize key${r.length>1?"s":""} ${r.map(o=>`"${o}"`).join(", ")}. Allowed keys: ${lt.join(", ")}.`,l.USAGE);if(n.cmd!==void 0){if(n.command!==void 0&&n.command.trim()!==n.cmd.trim())throw new m(`${t} command and cmd must match when both are provided`,l.USAGE);let{cmd:o,...s}=n;return{...s,command:s.command??o}}return n}(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]="64adcc3c-3646-5990-9442-4c4374a2dc7d")}catch{}})();var en=new Set(["PM_PATH","PM_GLOBAL_PATH","PM_SOURCE_PM_PATH","PM_SOURCE_WORKSPACE_ROOT",cr,Wp,"FORCE_COLOR"]),Gs=/^[A-Za-z_][A-Za-z0-9_]*$/,Zt=["schema","tracker","auto"],T_=["source","isolated","snapshot"];function wr(e,t){if(!e)return;let n=e.split(/[;\n]/).map(o=>o.trim()).filter(o=>o.length>0);if(n.length===0)throw new m(`${t} env_set must include at least one KEY=VALUE assignment`,l.USAGE);let r=Object.create(null);for(let o of n){let s=o.indexOf("=");if(s<=0)throw new m(`${t} env_set entries must use KEY=VALUE and be separated by semicolons. Example: env_set=PORT=0;PLAYWRIGHT_BASE_URL=http://127.0.0.1:4173`,l.USAGE);let i=o.slice(0,s).trim(),a=o.slice(s+1);if(!Gs.test(i))throw new m(`${t} env_set key "${i}" is invalid`,l.USAGE);if(en.has(i.toUpperCase()))throw new m(`${t} env_set key "${i}" is reserved for sandbox safety`,l.USAGE);r[i]=a}return Object.keys(r).length>0?r:void 0}function vr(e,t){if(!e)return;let n=xn(e,{separators:/[;,\n]/});if(n.length===0)throw new m(`${t} env_clear must include at least one environment variable name`,l.USAGE);for(let r of n){if(!Gs.test(r))throw new m(`${t} env_clear key "${r}" is invalid`,l.USAGE);if(en.has(r.toUpperCase()))throw new m(`${t} env_clear key "${r}" is reserved for sandbox safety`,l.USAGE)}return n}function js(e,t,n){if(!e)return;let r=e.trim().toLowerCase();if(r==="true"||r==="1"||r==="yes")return!0;if(r==="false"||r==="0"||r==="no")return!1;throw new m(`${t} ${n} must be one of true|false|1|0|yes|no`,l.USAGE)}function qs(e,t){if(!e)return;let n=e.trim().toLowerCase();if(Zt.includes(n))return n;throw new m(`${t} pm_context_mode must be one of: ${Zt.join(", ")}`,l.USAGE)}function tn(e,t){if(!e)return;let n=e.trim().toLowerCase();if(T_.includes(n))return n;throw new m(`${t} workspace_context_mode must be one of: ${T_.join(", ")}`,l.USAGE)}function nn(e){if(!e)return;let t=xn(e,{separators:/[;\n]/});return t.length>0?t:void 0}function Dn(e,t,n){let r=nn(e);if(!(!r||r.length===0)){for(let o of r)try{new RegExp(o,"m")}catch(s){throw new m(`${t} ${n} includes invalid regex "${o}": ${s instanceof Error?s.message:String(s)}`,l.USAGE)}return r}}function Ks(e,t){if(!e)return;let n=de(e,"assert_stdout_min_lines");if(!Number.isInteger(n)||n<0)throw new m(`${t} assert_stdout_min_lines must be an integer >= 0`,l.USAGE);return n}function zs(e,t){if(!e)return;let n=e.split(/[;\n]/).map(o=>o.trim()).filter(o=>o.length>0);if(n.length===0)throw new m(`${t} assert_json_field_equals must include at least one path=value assignment`,l.USAGE);let r=Object.create(null);for(let o of n){let s=o.indexOf("=");if(s<=0)throw new m(`${t} assert_json_field_equals entries must use path=value and be separated by semicolons`,l.USAGE);let i=o.slice(0,s).trim(),a=o.slice(s+1).trim();if(i.length===0||a.length===0)throw new m(`${t} assert_json_field_equals entries must include non-empty path and value`,l.USAGE);r[i]=a}return Object.keys(r).length>0?r:void 0}function Bs(e,t){if(!e)return;let n=e.split(/[;\n]/).map(o=>o.trim()).filter(o=>o.length>0);if(n.length===0)throw new m(`${t} assert_json_field_gte must include at least one path=value assignment`,l.USAGE);let r=Object.create(null);for(let o of n){let s=o.indexOf("=");if(s<=0)throw new m(`${t} assert_json_field_gte entries must use path=value and be separated by semicolons`,l.USAGE);let i=o.slice(0,s).trim(),a=o.slice(s+1).trim();if(i.length===0||a.length===0)throw new m(`${t} assert_json_field_gte entries must include non-empty path and value`,l.USAGE);let c=Number(a);if(!Number.isFinite(c))throw new m(`${t} assert_json_field_gte value for "${i}" must be numeric`,l.USAGE);r[i]=c}return Object.keys(r).length>0?r:void 0}var eS=new Set(lt);function Vs(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function tS(e,t){let n={},r=[];for(let[o,s]of Object.entries(e)){let i=o.toLowerCase();if(!eS.has(i)){r.push(o);continue}if(Object.hasOwn(n,i))throw t(`provides key "${o}" more than once after case normalization`);n[i]=s}if(r.length>0)throw t(`does not recognize key${r.length>1?"s":""} ${r.map(o=>`"${o}"`).join(", ")}. Allowed keys: ${lt.join(", ")}.`);return n}function Qt(e,t,n){if(!Object.hasOwn(e,t))return;let r=e[t];if(r!==void 0){if(typeof r!="string")throw n(`field "${t}" must be a JSON string`);return r}}function Ds(e,t,n){if(!Object.hasOwn(e,t))return;let r=e[t];if(r===void 0)return;let o=typeof r=="string"?[r]:r;if(!Array.isArray(o)||o.some(i=>typeof i!="string"))throw n(`field "${t}" must be a string or an array of strings`);let s=o.filter(i=>i.length>0);return s.length>0?s:void 0}function C_(e,t,n){let r=Ds(e,t,n);if(r){for(let o of r)try{new RegExp(o,"m")}catch(s){throw n(`field "${t}" includes invalid regex "${o}": ${s instanceof Error?s.message:String(s)}`)}return r}}function Us(e,t,n){let r=typeof e=="number"?e:typeof e=="string"&&e.trim().length>0?Number(e.trim()):Number.NaN;if(typeof e=="boolean"||!Number.isFinite(r))throw n(`field "${t}" must be a finite number (or numeric string)`);return r}function nS(e,t){let n=e.timeout_seconds,r=e.timeout;if(n===void 0&&r===void 0)return;let o=n===void 0?void 0:Us(n,"timeout_seconds",t),s=r===void 0?void 0:Us(r,"timeout",t);if(o!==void 0&&s!==void 0&&o!==s)throw t("timeout and timeout_seconds must match when both are provided");let i=o??s;if(!Number.isInteger(i)||i<=0)throw t("timeout_seconds must be a positive integer");return i}function rS(e,t){let n=Qt(e,"scope",t);if(n===void 0)return"project";if(!tt.includes(n))throw t(`field "scope" must be one of: ${tt.join(", ")}`);return n}function oS(e,t){if(!Object.hasOwn(e,"env_set"))return;let n=e.env_set;if(n===void 0)return;if(!Vs(n))throw t('field "env_set" must be a JSON object mapping environment names to string values');let r=Object.create(null);for(let[o,s]of Object.entries(n)){if(typeof s!="string")throw t(`field "env_set" value for "${o}" must be a string`);if(!Gs.test(o))throw t(`field "env_set" key "${o}" is invalid`);if(en.has(o.toUpperCase()))throw t(`field "env_set" key "${o}" is reserved for sandbox safety`);r[o]=s}return Object.keys(r).length>0?r:void 0}function sS(e,t){let n=Ds(e,"env_clear",t);if(n){for(let r of n){if(!Gs.test(r))throw t(`field "env_clear" key "${r}" is invalid`);if(en.has(r.toUpperCase()))throw t(`field "env_clear" key "${r}" is reserved for sandbox safety`)}return n}}function iS(e,t,n){if(!Object.hasOwn(e,t))return;let r=e[t];if(r!==void 0){if(typeof r!="boolean")throw n(`field "${t}" must be a JSON boolean (true or false)`);return r}}function aS(e,t){if(!Object.hasOwn(e,"assert_stdout_min_lines"))return;let n=e.assert_stdout_min_lines;if(n===void 0)return;let r=Us(n,"assert_stdout_min_lines",t);if(!Number.isInteger(r)||r<0)throw t('field "assert_stdout_min_lines" must be an integer >= 0');return r}function cS(e,t){if(!Object.hasOwn(e,"assert_json_field_equals"))return;let n=e.assert_json_field_equals;if(n===void 0)return;if(!Vs(n))throw t('field "assert_json_field_equals" must be a JSON object mapping field paths to expected values');let r=Object.create(null);for(let[o,s]of Object.entries(n)){if(o.trim().length===0)throw t('field "assert_json_field_equals" keys must be non-empty field paths');if(typeof s!="string"&&typeof s!="number"&&typeof s!="boolean")throw t(`field "assert_json_field_equals" value for "${o}" must be a string, number, or boolean`);r[o]=String(s)}return Object.keys(r).length>0?r:void 0}function dS(e,t){if(!Object.hasOwn(e,"assert_json_field_gte"))return;let n=e.assert_json_field_gte;if(n===void 0)return;if(!Vs(n))throw t('field "assert_json_field_gte" must be a JSON object mapping field paths to numeric minimums');let r=Object.create(null);for(let[o,s]of Object.entries(n)){if(o.trim().length===0)throw t('field "assert_json_field_gte" keys must be non-empty field paths');r[o]=Us(s,`assert_json_field_gte.${o}`,t)}return Object.keys(r).length>0?r:void 0}function lS(e,t,n){let r=f=>new m(`${n} ${t} ${f}`,l.USAGE);if(!Vs(e))throw r(`must be a JSON object with linked-test fields. Allowed keys: ${lt.join(", ")}.`);let o=tS(e,r),s=Qt(o,"command",r),i=Qt(o,"cmd",r);if(s!==void 0&&i!==void 0&&s!==i)throw r("command and cmd must match when both are provided");let a=s??i;if(a===void 0||a.trim().length===0)throw r('requires a non-empty "command" string');let c=Qt(o,"path",r),d=Qt(o,"pm_context_mode",r);if(d!==void 0&&!Zt.includes(d))throw r(`field "pm_context_mode" must be one of: ${Zt.join(", ")}`);let u=tn(Qt(o,"workspace_context_mode",r),`${n} ${t}`),p=Qt(o,"note",r);return{command:a,path:c!==void 0&&c.length>0?c:void 0,scope:rS(o,r),timeout_seconds:nS(o,r),pm_context_mode:d,workspace_context_mode:u,env_set:oS(o,r),env_clear:sS(o,r),shared_host_safe:iS(o,"shared_host_safe",r),assert_stdout_contains:Ds(o,"assert_stdout_contains",r),assert_stdout_regex:C_(o,"assert_stdout_regex",r),assert_stderr_contains:Ds(o,"assert_stderr_contains",r),assert_stderr_regex:C_(o,"assert_stderr_regex",r),assert_stdout_min_lines:aS(o,r),assert_json_field_equals:cS(o,r),assert_json_field_gte:dS(o,r),note:p!==void 0&&p.trim().length>0?p.trim():void 0}}function I_(e,t){let n=e.trim();if(n.length===0)throw new m(`${t} requires a JSON object or array of objects describing linked-test entries`,l.USAGE);let r;try{r=JSON.parse(n)}catch(s){throw new m(`${t} value is not valid JSON: ${s instanceof Error?s.message:String(s)}. Provide a JSON object or array of objects, e.g. '{"command":"node scripts/check.js --flag value, with commas","timeout_seconds":120}'.`,l.USAGE)}let o=Array.isArray(r)?r:[r];if(o.length===0)throw new m(`${t} array must include at least one linked-test entry object`,l.USAGE);return o.map((s,i)=>lS(s,o.length>1?`entry ${i+1}`:"entry",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]="0062e981-158a-5e6a-b028-6c7cef0f59ba")}catch{}})();var _c=[{canonical:"tags",aliases:["tags"],optionKey:"tags",metadataKey:"tags"}],hc=[{canonical:"deadline",aliases:["deadline"],optionKey:"deadline",metadataKey:"deadline"},{canonical:"estimate",aliases:["estimate","estimated_minutes","estimated-minutes"],optionKey:"estimatedMinutes",metadataKey:"estimated_minutes"},{canonical:"acceptance-criteria",aliases:["acceptance_criteria","acceptance-criteria","ac"],optionKey:"acceptanceCriteria",metadataKey:"acceptance_criteria"},{canonical:"definition-of-ready",aliases:["definition_of_ready","definition-of-ready"],optionKey:"definitionOfReady",metadataKey:"definition_of_ready"},{canonical:"order",aliases:["order","rank"],optionKey:"order",metadataKey:"order"},{canonical:"goal",aliases:["goal"],optionKey:"goal",metadataKey:"goal"},{canonical:"objective",aliases:["objective"],optionKey:"objective",metadataKey:"objective"},{canonical:"value",aliases:["value"],optionKey:"value",metadataKey:"value"},{canonical:"impact",aliases:["impact"],optionKey:"impact",metadataKey:"impact"},{canonical:"outcome",aliases:["outcome"],optionKey:"outcome",metadataKey:"outcome"},{canonical:"why-now",aliases:["why_now","why-now"],optionKey:"whyNow",metadataKey:"why_now"}],R_=[..._c,...hc],Hs=[{canonical:"assignee",aliases:["assignee"],optionKey:"assignee",metadataKey:"assignee"},{canonical:"parent",aliases:["parent"],optionKey:"parent",metadataKey:"parent"},{canonical:"reviewer",aliases:["reviewer"],optionKey:"reviewer",metadataKey:"reviewer"},{canonical:"risk",aliases:["risk"],optionKey:"risk",metadataKey:"risk"},{canonical:"confidence",aliases:["confidence"],optionKey:"confidence",metadataKey:"confidence"},{canonical:"sprint",aliases:["sprint"],optionKey:"sprint",metadataKey:"sprint"},{canonical:"release",aliases:["release"],optionKey:"release",metadataKey:"release"},{canonical:"blocked-by",aliases:["blocked_by","blocked-by"],optionKey:"blockedBy",metadataKey:"blocked_by"},{canonical:"blocked-reason",aliases:["blocked_reason","blocked-reason"],optionKey:"blockedReason",metadataKey:"blocked_reason"},{canonical:"unblock-note",aliases:["unblock_note","unblock-note"],optionKey:"unblockNote",metadataKey:"unblock_note"},{canonical:"reporter",aliases:["reporter"],optionKey:"reporter",metadataKey:"reporter"},{canonical:"severity",aliases:["severity"],optionKey:"severity",metadataKey:"severity"},{canonical:"environment",aliases:["environment"],optionKey:"environment",metadataKey:"environment"},{canonical:"repro-steps",aliases:["repro_steps","repro-steps"],optionKey:"reproSteps",metadataKey:"repro_steps"},{canonical:"resolution",aliases:["resolution"],optionKey:"resolution",metadataKey:"resolution"},{canonical:"expected-result",aliases:["expected_result","expected-result"],optionKey:"expectedResult",metadataKey:"expected_result"},{canonical:"actual-result",aliases:["actual_result","actual-result"],optionKey:"actualResult",metadataKey:"actual_result"},{canonical:"affected-version",aliases:["affected_version","affected-version"],optionKey:"affectedVersion",metadataKey:"affected_version"},{canonical:"fixed-version",aliases:["fixed_version","fixed-version"],optionKey:"fixedVersion",metadataKey:"fixed_version"},{canonical:"component",aliases:["component"],optionKey:"component",metadataKey:"component"},{canonical:"regression",aliases:["regression"],optionKey:"regression",metadataKey:"regression"},{canonical:"customer-impact",aliases:["customer_impact","customer-impact"],optionKey:"customerImpact",metadataKey:"customer_impact"}];function Ws(e){let t=new Set,n=new Set;if(!e.raw||e.raw.length===0)return{metadataKeys:t,optionKeys:n};for(let r of e.raw){let o=r.trim().toLowerCase();if(!o)throw new m("--unset values must not be empty",l.USAGE);if(ze(o))throw new m('--unset no longer accepts "none" or "null". Specify concrete field names such as --unset deadline',l.USAGE);let s=e.resolveDefinition(o);if(!s)throw new m(`Unsupported --unset field "${r}". Supported fields: ${e.supportedFields}`,l.USAGE);t.add(s.metadataKey),n.add(s.optionKey)}return{metadataKeys:t,optionKeys:n}}function Ys(e,t,n){let r=e.trim().toLowerCase();if(!n)return;let o=n.command_to_fields?.get(t)??[];for(let s of o){if(s.allow_unset===!1)continue;let i=new Set;if(typeof s.key=="string"&&s.key.length>0&&i.add(s.key.toLowerCase()),typeof s.metadata_key=="string"&&s.metadata_key.length>0&&i.add(s.metadata_key.toLowerCase()),typeof s.cli_flag=="string"&&s.cli_flag.length>0&&(i.add(s.cli_flag.replaceAll("-","_").toLowerCase()),i.add(s.cli_flag.toLowerCase())),Array.isArray(s.cli_aliases))for(let a of s.cli_aliases)typeof a!="string"||a.length===0||(i.add(a.replaceAll("-","_").toLowerCase()),i.add(a.toLowerCase()));if(i.has(r))return{optionKey:s.key,metadataKey:s.metadata_key}}}(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]="002f45a2-edc3-5aa0-9af8-d9b1dfecc097")}catch{}})();var mS={comment:"--clear-comments",dep:"--clear-deps",doc:"--clear-docs",event:"--clear-events",file:"--clear-files",learning:"--clear-learnings",note:"--clear-notes",reminder:"--clear-reminders",test:"--clear-tests",typeOption:"--clear-type-options"};function uS(e){return mS[e]}function gc(e){return uS(e)!==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]="c9bfbfd4-3d34-5fa7-b264-6bf9ed5f7f81")}catch{}})();var pS=["strict","progressive"],fS=["lightweight"],L_=new Set(["Reminder","Meeting","Event"]),_S=new Set(["author","created_at","text"]),bc=[...R_,{canonical:"author",aliases:["author"],optionKey:"author",metadataKey:"author"},...Hs],hS=(()=>{let e=new Map;for(let t of bc)for(let n of t.aliases)e.set(n,{optionKey:t.optionKey,metadataKey:t.metadataKey});return e})(),Js=new Map(bc.map(e=>[e.optionKey,e.canonical])),gS=bc.map(e=>e.canonical).sort((e,t)=>e.localeCompare(t)).join(", ");function yS(e,t){let n=Q(e,t);if(!n){let r=t.definitions.map(o=>o.id);throw new m(`Invalid status value "${e}". Allowed: ${r.join(", ")}`,l.USAGE)}return n}function bS(e,t){let n=e.default_status;if(n!==void 0){let r=Q(n,t);if(r)return r}return t.open_status}function yc(e,t){if(!e||e.trim()===""||e.trim().toLowerCase()==="now")return t;let n=Date.parse(e);if(!Number.isFinite(n))throw new m(`Invalid created_at timestamp "${e}"`,l.USAGE);return new Date(n).toISOString()}var wS=xs();function N_(e){let t={...e,unset:e.unset?[...e.unset]:void 0},n=o=>{let s=t.unset?[...t.unset]:[];s.includes(o)||s.push(o),t.unset=s};ze(t.template)&&(t.template=void 0);let r=new Set([...Js.keys(),"rank"]);for(let o of r){let s=t[o];if(typeof s!="string"||!ze(s))continue;let i=o==="rank"?"order":Js.get(o)??o;n(i),t[o]=void 0}return ve(e,Ps(t,wS))}function pe(e){if(e!==void 0)return e}function vS(e,t){return Ws({raw:e,supportedFields:gS,resolveDefinition:n=>hS.get(n)??Ys(n,"create",t)})}var x_=["id","kind","type","author","created_at","source_kind"],Xs=["path","scope","note"];function kS(e,t,n,r){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--dep","Use --clear-deps to clear dependencies."),{values:e.map(s=>{let i=s.trim(),a=Qs(i,x_);yr(i,a);let c=a?oe(s,"--dep"):{id:i,kind:"related"};a&&Ke(c,"--dep",x_);let d=pe(c.id),u=SS(pe(c.kind??c.type));if(!d||!u)throw new m("--dep requires id and kind, or a bare item id to create a related dependency",l.USAGE);if(d.trim().toLowerCase()==="undefined")throw new m(`--dep id must not use placeholder token "${d}". Use --clear-deps to clear dependencies.`,l.USAGE);let p=sr(pe(c.source_kind)),f=pe(c.author);return{id:ir(d,n,p),kind:Ee(u,jt,"dependency kind"),created_at:yc(c.created_at,t),author:f??r,source_kind:p??"cli:create:dep",author_source:f?"asserted":"detected"}}),explicitEmpty:!1})}function SS(e){return typeof e=="string"?Yr(e)??e.trim():e}function Qs(e,t){return Wo(e,t)?!0:Xo(e)}function on(e,t,n,r){return!t||t.length===0?{values:void 0,explicitEmpty:!1}:(Se(t,e,e==="--comment"?"Use --clear-comments to clear comments.":e==="--note"?"Use --clear-notes to clear notes.":"Use --clear-learnings to clear learnings."),{values:t.map(i=>{let a=i.trim(),c=()=>{if(a.length===0)throw new m(`${e} requires text=<value>`,l.USAGE);return{created_at:n,author:r,text:a}},d;try{d=oe(i,e)}catch(f){if(e==="--comment"||e==="--note"||e==="--learning")return c();throw f}if(Object.keys(d).filter(f=>!_S.has(f)).length>0)return{created_at:yc(d.created_at,n),author:pe(d.author)??r,text:a};let p=d.text??"";if(p==="")throw new m(`${e} requires text=<value>`,l.USAGE);return{created_at:yc(d.created_at,n),author:pe(d.author)??r,text:p}}),explicitEmpty:!1})}function wc(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--file","Use --clear-files to clear linked files."),{values:e.map(n=>{let r=n.trim(),o=Qs(r,Xs);Ia(r,"--file","file path",o);let s=o?oe(n,"--file"):{path:r};if(o&&Ke(s,"--file",Xs),!s.path)throw new m("--file requires path=<value> or a bare file path",l.USAGE);return{path:s.path,scope:Ee(s.scope??"project",tt,"file scope"),note:pe(s.note)}}),explicitEmpty:!1})}function vc(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--test","Use --clear-tests to clear linked tests."),{values:e.map(n=>{let r=n.trim(),o=Qs(r,lt);Ia(r,"--test","test command",o);let s=o?$s(oe(n,"--test"),"--test"):{command:r},i=pe(s.command),a=pe(s.path);if(!i)throw new m("--test requires command=<value> or a bare command (path=<value> is optional metadata)",l.USAGE);let c=pe(s.timeout_seconds),d=pe(s.timeout);if(c&&d&&c!==d)throw new m("--test timeout and timeout_seconds must match when both are provided",l.USAGE);let u=c??d;return{command:i,path:a,scope:Ee(s.scope??"project",tt,"test scope"),timeout_seconds:u?de(u,"timeout_seconds"):void 0,pm_context_mode:qs(s.pm_context_mode,"--test"),workspace_context_mode:tn(s.workspace_context_mode,"--test"),env_set:wr(s.env_set,"--test"),env_clear:vr(s.env_clear,"--test"),shared_host_safe:js(s.shared_host_safe,"--test","shared_host_safe"),assert_stdout_contains:nn(s.assert_stdout_contains),assert_stdout_regex:Dn(s.assert_stdout_regex,"--test","assert_stdout_regex"),assert_stderr_contains:nn(s.assert_stderr_contains),assert_stderr_regex:Dn(s.assert_stderr_regex,"--test","assert_stderr_regex"),assert_stdout_min_lines:Ks(s.assert_stdout_min_lines,"--test"),assert_json_field_equals:zs(s.assert_json_field_equals,"--test"),assert_json_field_gte:Bs(s.assert_json_field_gte,"--test"),note:pe(s.note)}}),explicitEmpty:!1})}function kc(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--doc","Use --clear-docs to clear linked docs."),{values:e.map(n=>{let r=n.trim(),o=Qs(r,Xs),s=o?oe(n,"--doc"):{path:r};if(o&&Ke(s,"--doc",Xs),!s.path)throw new m("--doc requires path=<value> or a bare doc path",l.USAGE);return{path:s.path,scope:Ee(s.scope??"project",tt,"doc scope"),note:pe(s.note)}}),explicitEmpty:!1})}function ES(e,t){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--reminder","Use --clear-reminders to clear reminders."),{values:Ls(e,new Date(t),{valueMode:"raw"}),explicitEmpty:!1})}function AS(e,t){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--event","Use --clear-events to clear linked events."),{values:Ns(e,new Date(t),{allDayEmptyGuard:"defined",recurrenceEmptyNumericGuard:"defined"}),explicitEmpty:!1})}function TS(e,t,n,r=[]){let o=[...zr.filter(s=>e[s]!==void 0),...r.filter(s=>e[s]!==void 0),...t.length>0?["body"]:[],...n.map(s=>`unset:${s}`)];return Array.from(new Set(o))}function CS(e,t){let n=e??"";if(t.length===0)return n;let r=`explicit_unset=${t.join(",")}`;return n?`${n} | ${r}`:r}function O_(e,t,n){let r=Wn("create",e);if(!r)throw new m(`Unsupported ${n} entry "${e}" for type "${t}"`,l.CONFLICT);return r}function IS(e){return{scalarValues:{title:e.title,description:e.description,type:e.type,status:e.status,priority:e.priority,tags:e.tags,body:e.body,deadline:e.deadline,estimatedMinutes:e.estimatedMinutes,acceptanceCriteria:e.acceptanceCriteria,definitionOfReady:e.definitionOfReady,order:e.order??e.rank,goal:e.goal,objective:e.objective,value:e.value,impact:e.impact,outcome:e.outcome,whyNow:e.whyNow,author:e.author,message:e.message,assignee:e.assignee,parent:e.parent,reviewer:e.reviewer,risk:e.risk,confidence:e.confidence,sprint:e.sprint,release:e.release,blockedBy:e.blockedBy,blockedReason:e.blockedReason,unblockNote:e.unblockNote,reporter:e.reporter,severity:e.severity,environment:e.environment,reproSteps:e.reproSteps,resolution:e.resolution,expectedResult:e.expectedResult,actualResult:e.actualResult,affectedVersion:e.affectedVersion,fixedVersion:e.fixedVersion,component:e.component,regression:e.regression,customerImpact:e.customerImpact},repeatableValues:{dep:e.dep,comment:e.comment,note:e.note,learning:e.learning,file:e.file,test:e.test,doc:e.doc,reminder:e.reminder,event:e.event,typeOption:e.typeOption,field:e.field},addTags:e.addTags}}function F_(e,t){if(t==="tags")return e.scalarValues.tags!==void 0||Array.isArray(e.addTags)&&e.addTags.length>0;if(Object.prototype.hasOwnProperty.call(e.scalarValues,t))return e.scalarValues[t]!==void 0;if(Object.prototype.hasOwnProperty.call(e.repeatableValues,t)){let n=e.repeatableValues[t];return Array.isArray(n)&&n.length>0}return!1}function RS(e,t){let n=new Set(["title","type"]);if(t!=="strict")return n;for(let r of e.required_create_fields)n.add(O_(r,e.name,"required_create_fields"));for(let r of e.required_create_repeatables)n.add(O_(r,e.name,"required_create_repeatables"));return n}function xS(e,t,n,r){for(let o of e)if(!(!F_(t,o)&&!n.has(o)))throw new m(`Option ${ye("create",o)} is disabled for type "${r}" by command_option_policies`,l.USAGE)}function OS(e,t,n){if(t!=="strict")return;let r=e.filter(s=>n.has(s)&&!gc(s));if(r.length===0)return;let o=[...new Set(r.map(s=>ye("create",s)))].sort((s,i)=>s.localeCompare(i));throw new m(`Strict create mode requires concrete values for ${o.join(", ")}; --unset/--clear-* directives cannot satisfy required options`,l.USAGE)}function PS(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Se(e,"--type-option","Use --clear-type-options to clear existing type options."),{values:Fs(e),explicitEmpty:!1})}async function LS(e){return await Qo(e,[["body","--body"],["description","--description"]],[["dep","--dep"],["comment","--comment"],["note","--note"],["learning","--learning"],["file","--file"],["test","--test"],["doc","--doc"],["reminder","--reminder"],["event","--event"],["typeOption","--type-option"],["field","--field"]])}async function NS(e){return at(e)?await LS(e):e}function FS(e,t){if(e===void 0)return t;let n=e.trim().toLowerCase();if(n.length===0)return t;if(n==="strict"||n==="progressive")return n;throw new m(`Invalid --create-mode value "${e}". Allowed: ${pS.join(", ")}`,l.USAGE)}function MS(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0)throw new m("--schedule-preset must not be empty",l.USAGE);if(t==="lightweight"||t==="lite"||t==="schedule-lite")return"lightweight";throw new m(`Invalid --schedule-preset value "${e}". Allowed: ${fS.join(", ")}`,l.USAGE)}function $S(e,t,n){let r=FS(e,n);if(t===void 0)return r;if(typeof e=="string"&&e.trim().length>0&&r==="strict")throw new m("--schedule-preset lightweight cannot be combined with --create-mode strict. Use --create-mode progressive or omit --create-mode.",l.USAGE);return"progressive"}function DS(e,t,n,r){let o=e.name,s=IS(t),i=RS(e,n),a=fn(e,"create",i);if(a.errors.length>0)throw new m(a.errors.join("; "),l.CONFLICT);xS(a.disabled,s,r,o),OS(a.required,n,r);let c=u=>u==="status"&&e.default_status!==void 0||r.has(u)&&gc(u)?!0:F_(s,u),d=a.required.filter(u=>!c(u));return[...new Set(d.map(u=>ye("create",u)))].sort((u,p)=>u.localeCompare(p))}var M_=/^Missing required type option "([^"]+)" for type "([^"]+)"$/;function US(e,t){let n=[];for(let r of e){let o=r.match(M_);o&&o[2]===t&&n.push(o[1])}return[...new Set(n)].sort((r,o)=>r.localeCompare(o))}function GS(e,t){return e.filter(n=>{let r=n.match(M_);return!r||r[2]!==t})}function jS(e,t,n,r){let o=GS(e,t);if(o.length===0)return;let s=$_(n,[],[],r.open_status);throw new m(o.join("; "),l.USAGE,{code:"invalid_argument_value",required:`Provide valid --type-option key/value pairs for type "${t}".`,examples:[s],nextSteps:[`Run "pm create --help --type ${t}" to review allowed type-option keys and values.`]})}function qS(e,t){let r=e.options.find(o=>o.key===t)?.values[0];return typeof r=="string"&&r.trim().length>0?r:"<value>"}function KS(e,t,n){switch(e){case"--title":return["--title",`"${t} example title"`];case"--description":return["--description",`"${t} example description"`];case"--type":return["--type",t];case"--status":return["--status",n];case"--priority":return["--priority","1"];case"--message":return["--message",`"Create ${t} item"`];case"--dep":return["--dep",'"id=pm-xxxx,kind=related,author=maintainer,created_at=now"'];case"--comment":return["--comment",'"author=maintainer,created_at=now,text=Implementation context"'];case"--note":return["--note",'"author=maintainer,created_at=now,text=Design note"'];case"--learning":return["--learning",'"author=maintainer,created_at=now,text=Durable lesson"'];case"--file":return["--file",'"path=src/example.ts,note=implementation file"'];case"--test":return["--test",'"command=node scripts/run-tests.mjs test,timeout_seconds=240"'];case"--doc":return["--doc",'"path=README.md,note=reference doc"'];default:return[e,'"<value>"']}}function $_(e,t,n,r){let o=["pm","create","--title",`"${e.name} example title"`,"--description",`"${e.name} example description"`,"--type",e.name],s=["--status","--priority","--message"],i=[...new Set([...s,...t])],a=new Set(["--title","--description","--type"]);for(let c of i)a.has(c)||(o.push(...KS(c,e.name,r)),a.add(c));for(let c of n){let d=qS(e,c);o.push("--type-option",`${c}=${d}`)}return o.join(" ")}function Sc(e,t){let n=e?.trim();if(!n)throw t==="--title"?e!==void 0?new m("Title cannot be empty or whitespace-only. Retry: pass a non-empty title with --title.",l.USAGE):new m('Missing required option --title. Why required: every item needs a human-readable title for lookup, search, and reporting. Retry: pass the title as the first positional argument (example: pm create "Fix login bug" --type Issue) or with --title.',l.USAGE):new m(`Missing required option ${t}`,l.USAGE);return n}function zS(e){return Rn(e)}function BS(e,t){let n={};for(let[r,o]of Object.entries(e))n[r]=Array.isArray(o)?[...o]:o;for(let[r,o]of Object.entries(t))o!==void 0&&(n[r]=Array.isArray(o)?[...o]:o);return n}function VS(e){return e.trim().toLowerCase().split(/\s+/).filter(t=>t.length>0).join(" ")}function HS(){let e=x();return e?e.commands.some(t=>t.action==="templates-show"||VS(t.command)==="templates show"):!1}function WS(e,t){if(typeof e!="object"||e===null||!("options"in e))throw new m(`Templates package returned invalid payload for template "${t}". Expected an options object.`,l.GENERIC_FAILURE);let n=e.options;if(typeof n!="object"||n===null||Array.isArray(n))throw new m(`Templates package returned invalid options for template "${t}".`,l.GENERIC_FAILURE);let r={};for(let[o,s]of Object.entries(n)){if(typeof s=="string"||typeof s=="number"||typeof s=="boolean"){r[o]=s;continue}if(Array.isArray(s)&&s.every(i=>typeof i=="string")){r[o]=[...s];continue}throw new m(`Templates package returned unsupported option value for "${o}" in template "${t}".`,l.GENERIC_FAILURE)}return r}async function YS(e,t,n){if(!HS())throw new m("--template requires the templates package. Install it first (for example: pm install templates --project).",l.USAGE);let r=await Fo({command:"templates show",args:[e],options:{},global:t,pm_root:n});if(!r.handled){let o=r.warnings.length>0?` (${r.warnings.join(", ")})`:"";throw new m(`Unable to resolve template "${e}" via templates package. Run "pm templates show ${e}" for details.${o}`,l.USAGE)}return WS(r.result,e)}function JS(e){return I(e)}function K(e,t,n){return e.has(t)||n===void 0?void 0:pe(n)}function rn(e,t,n,r){return e.has(t)||n===void 0?void 0:r(n)}var XS=new Set(["milestone","meeting","reminder","event"]);function D_(e,t,n,r){let o=t!==void 0,s=n!==void 0&&n.length>0,i=r!==void 0&&r.length>0;return XS.has(e.toLowerCase())&&!o&&!s&&!i}function QS(e,t,n,r,o){let s=[];return e.toLowerCase()==="event"&&(o===void 0||o.length===0)&&s.push(`event_without_schedule:${t}:no_time_set`),D_(e,n,r,o)&&s.push(`calendar_item_without_schedule:${t}:no_deadline_or_reminder_or_event (hint: set --deadline <ISO> or --reminder "<when>", or link an Event via --event "start=<ISO>,end=<ISO>"; otherwise this item never appears on pm calendar)`),s}async function ZS(e,t,n,r){if(e!==void 0||n.has("parent")||t.parent!==void 0)return{parent:e,parentSource:void 0};let o=await Mo(r);return o===void 0?{parent:e,parentSource:void 0}:{parent:o,parentSource:"focus"}}async function eE(e,t,n,r,o,s){let i=ns(o);if(os(r,i,t.id_prefix),await U(e,i,t.id_prefix,t.item_format,n.type_to_folder))return{parent:i,warnings:[]};let c=we(i,t.id_prefix);return{parent:i,warnings:rs(c,s).warnings}}async function tE(e){return e.parent===void 0?{parent:void 0,warnings:[]}:await eE(e.pmRoot,e.settings,e.typeRegistry,e.itemId,e.parent,e.policy)}async function nE(e){if(e.explicitId===void 0)return rr(e.pmRoot,e.settings.id_prefix,{tokenLength:e.settings.ids.token_length,typeToFolder:e.typeRegistry.type_to_folder,probeExisting:!1});if(typeof e.explicitId!="string")throw new m("--id must be a string",l.USAGE);let t=e.explicitId.trim();if(t.length===0||kp(t))throw new m("--id must not be empty or use a placeholder token",l.USAGE);let n=we(t,e.settings.id_prefix);if(!/^[a-z0-9]([a-z0-9-]*[a-z0-9])?$/.test(n))throw new m("--id must contain only letters, numbers, and dashes after normalization",l.USAGE);return n}function P_(e,t,n,r,o){let s=K(e,t,n);if(s===void 0)return{value:void 0,warnings:[]};let i=ss(r,s,o);return{value:i.value,warnings:i.warnings}}async function rE(e){let{pmRoot:t,settings:n,typeRegistry:r,statusRegistry:o,blockedBy:s,status:i,statusExplicit:a,nowValue:c,author:d}=e,u=e.dependencyValues;if(s===void 0)return{dependencyValues:u,status:i};let p=we(s,n.id_prefix),f=await U(t,p,n.id_prefix,n.item_format,r.type_to_folder);if(!f)return{dependencyValues:u,status:i};if((u??[]).some(y=>y.id===f.id&&y.kind==="blocked_by")||(u=[...u??[],{id:f.id,kind:"blocked_by",created_at:c,author:d,source_kind:"cli:create:blocked_by",author_source:"detected"}]),a)return{dependencyValues:u,status:i};let h=o.blocked_statuses.has("blocked")?"blocked":[...o.blocked_statuses].sort((y,g)=>y.localeCompare(g))[0]??o.open_status;return{dependencyValues:u,status:h}}function oE(e,t,n){if(typeof e.createMode=="string"&&e.createMode.trim().toLowerCase()==="strict")return;let o=t.governance.create_default_type?.trim();if(o&&o.length>0&&he(o,n)){e.type=o;return}he("Task",n)&&(e.type="Task")}function sE(e,t){return e.options.filter(n=>Wn("create",n.key)===void 0).flatMap(n=>{let r=t[n.key];if(r===void 0)return[];if(typeof r=="string"||typeof r=="number"||typeof r=="boolean")return[n];throw new m(`Template custom type option "${n.key}" must be a string, number, or boolean value`,l.USAGE)})}async function iE(e,t,n,r,o){let s=e,i=[];if(s.template!==void 0){let h=s.template.trim();if(h.length===0)throw new m("--template must not be empty. Omit --template to disable template usage.",l.USAGE);let y=await YS(h,t,n);s=N_(BS(y,s))}if(s.type===void 0&&oE(s,r,o),s.type===void 0)throw new m("Missing required option --type <value>",l.USAGE);let a=he(s.type,o);if(!a){let h=Ep(s.type),y=h?he(h,o):void 0;if(y)i.push(`type_coercion:${s.type.trim()}:${y}`),s.type=y,a=y;else throw new m(Tt(s.type,o.types,Ct(n,r.schema)),l.USAGE)}let c=Hr(a,o);if(!c)throw new m(`Invalid type value "${s.type}"`,l.USAGE);let d=c.name,u=sE(c,s),p=u.map(h=>`${h.key}=${String(s[h.key])}`);if(p.length>0){s.typeOption=[...p,...s.typeOption??[]];for(let h of u)delete s[h.key]}let f=MS(s.schedulePreset);if(f!==void 0&&!L_.has(d))throw new m(`--schedule-preset ${f} is only supported for Reminder, Meeting, or Event types`,l.USAGE);let _=$S(s.createMode,f,r.governance.create_mode_default);return{resolvedOptions:s,typeDefinition:c,type:d,schedulePreset:f,createMode:_,warnings:i}}function aE(e,t){let n=new Set(t.metadataKeys),r=new Set(t.optionKeys),o=[{enabled:e.clearDeps,optionKey:"dep",clearFlag:"--clear-deps",valueFlag:"--dep",values:e.dep,metadataKey:"dependencies"},{enabled:e.clearComments,optionKey:"comment",clearFlag:"--clear-comments",valueFlag:"--comment",values:e.comment,metadataKey:"comments"},{enabled:e.clearNotes,optionKey:"note",clearFlag:"--clear-notes",valueFlag:"--note",values:e.note,metadataKey:"notes"},{enabled:e.clearLearnings,optionKey:"learning",clearFlag:"--clear-learnings",valueFlag:"--learning",values:e.learning,metadataKey:"learnings"},{enabled:e.clearFiles,optionKey:"file",clearFlag:"--clear-files",valueFlag:"--file",values:e.file,metadataKey:"files"},{enabled:e.clearTests,optionKey:"test",clearFlag:"--clear-tests",valueFlag:"--test",values:e.test,metadataKey:"tests"},{enabled:e.clearDocs,optionKey:"doc",clearFlag:"--clear-docs",valueFlag:"--doc",values:e.doc,metadataKey:"docs"},{enabled:e.clearReminders,optionKey:"reminder",clearFlag:"--clear-reminders",valueFlag:"--reminder",values:e.reminder,metadataKey:"reminders"},{enabled:e.clearEvents,optionKey:"event",clearFlag:"--clear-events",valueFlag:"--event",values:e.event,metadataKey:"events"},{enabled:e.clearTypeOptions,optionKey:"typeOption",clearFlag:"--clear-type-options",valueFlag:"--type-option",values:e.typeOption,metadataKey:"type_options"}];for(let s of o)if(s.enabled){if(s.values&&s.values.length>0)throw new m(`Cannot combine ${s.clearFlag} with ${s.valueFlag}`,l.USAGE);n.add(s.metadataKey),r.add(s.optionKey)}return{explicitUnsets:n,clearOptionKeys:r}}function cE(e,t){let n={tags:e.tags!==void 0,deadline:e.deadline!==void 0,estimatedMinutes:e.estimatedMinutes!==void 0,acceptanceCriteria:e.acceptanceCriteria!==void 0,definitionOfReady:e.definitionOfReady!==void 0,order:e.order!==void 0||e.rank!==void 0,goal:e.goal!==void 0,objective:e.objective!==void 0,value:e.value!==void 0,impact:e.impact!==void 0,outcome:e.outcome!==void 0,whyNow:e.whyNow!==void 0,author:e.author!==void 0,assignee:e.assignee!==void 0,parent:e.parent!==void 0,reviewer:e.reviewer!==void 0,risk:e.risk!==void 0,confidence:e.confidence!==void 0,sprint:e.sprint!==void 0,release:e.release!==void 0,blockedBy:e.blockedBy!==void 0,blockedReason:e.blockedReason!==void 0,unblockNote:e.unblockNote!==void 0,reporter:e.reporter!==void 0,severity:e.severity!==void 0,environment:e.environment!==void 0,reproSteps:e.reproSteps!==void 0,resolution:e.resolution!==void 0,expectedResult:e.expectedResult!==void 0,actualResult:e.actualResult!==void 0,affectedVersion:e.affectedVersion!==void 0,fixedVersion:e.fixedVersion!==void 0,component:e.component!==void 0,regression:e.regression!==void 0,customerImpact:e.customerImpact!==void 0};for(let[r,o]of Object.entries(n)){if(!o||!t.optionKeys.has(r))continue;let s=Js.get(r)??r;throw new m(`Cannot combine --unset ${s} with ${ye("create",r)}`,l.USAGE)}}function dE(e){let t=(n,r)=>{let o=Js.get(r),s=o?`Use --unset ${o} to clear this field.`:void 0;Os(n,ye("create",r),s)};t(e.tags,"tags"),t(e.deadline,"deadline"),t(e.estimatedMinutes,"estimatedMinutes"),t(e.acceptanceCriteria,"acceptanceCriteria"),t(e.definitionOfReady,"definitionOfReady"),t(e.order??e.rank,"order"),t(e.goal,"goal"),t(e.objective,"objective"),t(e.value,"value"),t(e.impact,"impact"),t(e.outcome,"outcome"),t(e.whyNow,"whyNow"),t(e.author,"author"),t(e.assignee,"assignee"),t(e.parent,"parent"),t(e.reviewer,"reviewer"),t(e.risk,"risk"),t(e.confidence,"confidence"),t(e.sprint,"sprint"),t(e.release,"release"),t(e.blockedBy,"blockedBy"),t(e.blockedReason,"blockedReason"),t(e.unblockNote,"unblockNote"),t(e.reporter,"reporter"),t(e.severity,"severity"),t(e.environment,"environment"),t(e.reproSteps,"reproSteps"),t(e.resolution,"resolution"),t(e.expectedResult,"expectedResult"),t(e.actualResult,"actualResult"),t(e.affectedVersion,"affectedVersion"),t(e.fixedVersion,"fixedVersion"),t(e.component,"component"),t(e.regression,"regression"),t(e.customerImpact,"customerImpact")}function lE(e,t,n){for(let r of Object.keys(e))if(n.metadataKeys.has(r))throw new m(`Cannot combine --unset ${r.replaceAll("_","-")} with --field ${r}=...`,l.USAGE);for(let r of Object.keys(t.values??{}))if(n.metadataKeys.has(r))throw new m(`Cannot combine --unset ${r.replaceAll("_","-")} with its value flag`,l.USAGE)}var mE={"--comment":"--clear-comments","--dep":"--clear-deps","--doc":"--clear-docs","--event":"--clear-events","--file":"--clear-files","--learning":"--clear-learnings","--note":"--clear-notes","--reminder":"--clear-reminders","--test":"--clear-tests","--type-option":"--clear-type-options"};function uE(e){let{combinedMissingFlags:t,typeDefinition:n,missingRequiredCreateFlags:r,missingRequiredTypeOptionKeys:o,openStatus:s,type:i,createMode:a,missingRequiredRuntimeFields:c}=e;if(t.length===0)return;let d=c.map(h=>{let y=h.type==="boolean"?"<true|false>":h.type==="array"?"<json-array>":h.type==="object"?"<json-object>":h.type==="number"?"<number>":h.type==="string_array"||h.repeatable?"<value>":"<string>";return{example:`--${h.cli_flag} ${y}`,description:`--${h.cli_flag} maps to ${h.metadata_key} (${h.type}${h.repeatable?", repeatable":""})`}}),u=[$_(n,r,o,s),...d.map(h=>h.example)].join(" "),p=[`Run "pm create --help --type ${i}" for type-aware required option guidance.`,...t.filter(h=>h==="--title").map(()=>'Title can also be passed as the first positional argument (example: pm create "Your title" --type '+i+").")];a==="strict"&&(p.push('For staged onboarding, retry with "--create-mode progressive".'),L_.has(i)&&p.push('For minimal scheduling inputs, try "--schedule-preset lightweight".')),d.length>0&&p.push(`Required custom field formats: ${d.map(h=>h.description).join("; ")}.`);let f=[...new Set(t.flatMap(h=>{let y=h.split(" ",1)[0],g=mE[y];return g?[g]:[]}))];f.length>0&&p.push(`If the truthful value is an empty collection, use ${f.join(", ")} instead of inventing metadata.`);let _=t.length===1?`Missing required option ${t[0]} for type "${i}"`:`Missing required options ${t.join(", ")} for type "${i}"`;throw new m(_,l.USAGE,{code:"missing_required_option",required:`Provide all required create options and type options for type "${i}" in one invocation.`,examples:[...f.map(h=>`pm create --type ${i} ${h} ...`),u],nextSteps:p,recovery:a==="strict"?{recovery_mode:"compact",missing_required_fields:t,suggested_flags:[...f,...t,"--create-mode progressive"]}:void 0})}function pE(e,t){if(e.has("tags")&&Array.isArray(t.addTags)&&t.addTags.length>0)throw new m("Cannot combine --unset tags with --add-tags",l.USAGE);let n=e.has("tags")?[]:t.tags!==void 0?xt(t.tags):[];return Cn(n,t.addTags)}function fE(e,t){if(t.order!==void 0&&t.rank!==void 0&&t.order!==t.rank)throw new m("--order and --rank must match when both are provided",l.USAGE);let n=t.order??t.rank,r=rn(e,"order",n,o=>de(o,"order"));if(r!==void 0&&!Number.isInteger(r))throw new m("Order must be an integer",l.USAGE);return r}function _E(e,t,n,r,o,s){if(r.completedAt!==void 0&&e!==t.close_status)throw new m("--completed-at requires a terminal create status.",l.USAGE);let i=e!==t.close_status?void 0:r.completedAt===void 0?s:te(r.completedAt,new Date(s),"completed-at");if(e!==t.close_status)return{closeReason:void 0,completedAt:i,warnings:[]};let a=n.governance.require_close_reason?{explicit:r.closeReason??r.message,resolution:o}:{explicit:r.closeReason};return{closeReason:cc(a,n.governance.require_close_reason,{operation:"create",status:e}).closeReason,completedAt:i,warnings:[]}}async function hE(e){let{pmRoot:t,type:n,id:r,settings:o,typeRegistry:s,author:i,extensionFieldNames:a,afterDocument:c,beforeDocument:d,historyMessage:u,changedFields:p,nowValue:f,similarityCandidate:_,allowDuplicate:h}=e,y=Kt(t,n,r,o.item_format,s.type_to_folder),g=Ie(t,r),b=Pt(),v=c.metadata.parent!==void 0||(c.metadata.dependencies??[]).some(j=>b.resolve(j.kind)?.hierarchy),S=await Ms({pmRoot:t,author:i,ttlSeconds:o.locks.ttl_seconds,waitMs:o.locks.wait_ms,required:v}),A=v,R=[];try{let j=await be(t,r,o.locks.ttl_seconds,i,!1,o.governance.force_required_for_stale_lock,o.locks.wait_ms);try{let M=c.metadata.parent!==void 0||c.metadata.dependencies!==void 0&&c.metadata.dependencies.length>0?await ce(t,o.item_format,s.type_to_folder,void 0,o.schema):void 0;if(await U(t,r,o.id_prefix,o.item_format,s.type_to_folder))throw new m(`Item "${r}" already exists`,l.CONFLICT);if(M){let ue=$(o.schema);is(M,[...M,c.metadata],r,Ue=>ee(Ue,ue),b)}await No({pm_root:t,operation:"create",before:null,after:c,changed_fields:p,sdk:qo({pmRoot:t,settings:o,typeToFolder:s.type_to_folder})});let W=await En(t,i,{required:o.governance.duplicate_detection_mode==="strict"&&h!==!0}),ge=[];try{o.governance.duplicate_detection_mode==="strict"&&h!==!0&&await Fn(_,{pmRoot:t,mode:"strict",threshold:o.governance.duplicate_detection_threshold,limit:o.governance.duplicate_detection_limit,allowDuplicate:!1}),await _e(y,je(c,{format:o.item_format,schema:o.schema,extensionFieldNames:a}));try{let ue=qe({nowIso:f,author:i,op:"create",before:d,after:c,message:u});await It(g,ue)}catch(ue){throw await pn(y),ue}A&&(await S(),A=!1),ge=await An({pmRoot:t,preferredFormat:o.item_format,typeToFolder:s.type_to_folder,schema:o.schema,itemPath:y,document:c})}finally{await W()}R=[...M?gs(M,[...M,c.metadata],r):[],...ge,...await Y({path:y,scope:"project",op:"create",item_id:c.metadata.id,item_type:c.metadata.type,before:d,after:c,changed_fields:p}),...await Y({path:g,scope:"project",op:"create:history",item_id:c.metadata.id,item_type:c.metadata.type,before:d,after:c,changed_fields:p})],hn({id:c.metadata.id,op:"create",item_type:c.metadata.type,status:c.metadata.status,current:Vt(c.metadata,p),changed_fields:p})}finally{await j()}}finally{A&&await S()}return R}async function Lt(e,t){let n=N_(await NS(e)),r=E(process.cwd(),t.path);await JS(r);let o=await T(r),s=$(o.schema),i=We(o.schema),a=O(o,x()),c=await iE(n,t,r,o,a);n=c.resolvedOptions;let{typeDefinition:d,type:u,createMode:p}=c,f=vS(n.unset,i),{explicitUnsets:_,clearOptionKeys:h}=aE(n,f);cE(n,f),dE(n);let y=DS(d,n,p,h),g=k(),b=C(pe(n.author),o.author_default),v=kS(n.dep,g,o.id_prefix,b),S=on("--comment",n.comment,g,b),A=on("--note",n.note,g,b),R=on("--learning",n.learning,g,b),j=wc(n.file),M=vc(n.test);M.values=await Nn(M.values,b,g);let me=kc(n.doc),W=ES(n.reminder,g),ge=AS(n.event,g),ue=PS(n.typeOption),Ue=Yn(u,ue.values,a),ht=x(),gt=St(ht),yt=Br(n.field,ht),bt=qu(n,i,u),Pi=new Set(bt.missing_required_flags),Li=i.definitions.filter(B=>Pi.has(`--${B.cli_flag}`));lE(yt,bt,f);let Hn=US(Ue.errors,u),Ut=Hn.map(B=>`--type-option ${B}=<value>`),Xd=[...new Set([...y,...Ut,...bt.missing_required_flags])].sort((B,qi)=>B.localeCompare(qi));uE({combinedMissingFlags:Xd,typeDefinition:d,missingRequiredCreateFlags:y,missingRequiredTypeOptionKeys:Hn,openStatus:s.open_status,type:u,createMode:p,missingRequiredRuntimeFields:Li}),jS(Ue.errors,u,d,s);let Ce=await nE({pmRoot:r,settings:o,typeRegistry:a,explicitId:n.id}),wt=n.status!==void 0?yS(n.status,s):bS(d,s),Ni=n.priority!==void 0?zS(n.priority):2,L=f.metadataKeys,Fe=pE(L,n),et=rn(L,"deadline",n.deadline,B=>te(B,new Date(g),"deadline")),$r=rn(L,"estimated_minutes",n.estimatedMinutes,B=>In(B,"estimated-minutes")),vt=K(L,"acceptance_criteria",n.acceptanceCriteria),Fi=K(L,"definition_of_ready",n.definitionOfReady),He=fE(L,n),Mi=K(L,"goal",n.goal),Dr=K(L,"objective",n.objective),rw=K(L,"value",n.value),ow=K(L,"impact",n.impact),sw=K(L,"outcome",n.outcome),iw=K(L,"why_now",n.whyNow),aw=K(L,"assignee",n.assignee),cw=L.has("author")?void 0:pe(n.author)??b,dw=K(L,"parent",n.parent),Qd=await ZS(dw,n,L,r),$i=Qd.parent,lw=Qd.parentSource,mw=K(L,"reviewer",n.reviewer),uw=rn(L,"risk",n.risk,B=>Ee(Ts(B),mn,"risk")),pw=rn(L,"confidence",n.confidence,B=>Is(B)),fw=n.allowMissingParent===!0&&o.validation.parent_reference==="strict_error"?"warn":o.validation.parent_reference,Zd=o.validation.sprint_release_format,Gt=[...c.warnings,...QS(u,Ce,et,W.values,ge.values)],el=await tE({itemId:Ce,parent:$i,pmRoot:r,settings:o,typeRegistry:a,policy:fw});$i=el.parent,Gt.push(...el.warnings);let tl=P_(L,"sprint",n.sprint,"sprint",Zd),_w=tl.value;Gt.push(...tl.warnings);let nl=P_(L,"release",n.release,"release",Zd),hw=nl.value;Gt.push(...nl.warnings);let rl=K(L,"blocked_by",n.blockedBy),ol=await rE({pmRoot:r,settings:o,typeRegistry:a,statusRegistry:s,blockedBy:rl,dependencyValues:v.values,status:wt,statusExplicit:n.status!==void 0,nowValue:g,author:b}),Di=ol.dependencyValues;br(Ce,Di),Gt.push(...await Xt({pmRoot:r,dependencies:Di,idPrefix:o.id_prefix,itemFormat:o.item_format,typeToFolder:a.type_to_folder,allowUnresolved:n.allowUnresolvedDeps,holders:[{id:Ce,createdAt:g}],schema:o.schema})),wt=ol.status;let gw=K(L,"blocked_reason",n.blockedReason),yw=K(L,"unblock_note",n.unblockNote),bw=K(L,"reporter",n.reporter),ww=rn(L,"severity",n.severity,B=>Ee(Cs(B),un,"severity")),vw=K(L,"environment",n.environment),kw=K(L,"repro_steps",n.reproSteps),sl=K(L,"resolution",n.resolution),Sw=K(L,"expected_result",n.expectedResult),Ew=K(L,"actual_result",n.actualResult),Aw=K(L,"affected_version",n.affectedVersion),Tw=K(L,"fixed_version",n.fixedVersion),Cw=K(L,"component",n.component),Iw=rn(L,"regression",n.regression,B=>Rs(B)),Rw=K(L,"customer_impact",n.customerImpact),Ui=Sc(n.title,"--title"),Gi=n.description??"",Ur=n.body??"",il=await Fn({title:Ui,description:Gi,body:Ur},{pmRoot:r,mode:o.governance.duplicate_detection_mode,threshold:o.governance.duplicate_detection_threshold,limit:o.governance.duplicate_detection_limit,allowDuplicate:n.allowDuplicate});Gt.push(...ys(il));let ji=_E(wt,s,o,n,sl,g),xw=ji.closeReason,Ow=wt===s.close_status?g:void 0,Pw=ji.completedAt;Gt.push(...ji.warnings);let Gr=wa({id:Ce,title:Ui,description:Gi,type:u,type_options:Ue.normalized,status:wt,closed_at:Ow,completed_at:Pw,close_reason:xw,priority:Ni,tags:Fe,created_at:g,updated_at:g,deadline:et,assignee:aw,author:cw,estimated_minutes:$r,acceptance_criteria:vt,definition_of_ready:Fi,order:He,goal:Mi,objective:Dr,value:rw,impact:ow,outcome:sw,why_now:iw,parent:$i,reviewer:mw,risk:uw,confidence:pw,sprint:_w,release:hw,blocked_by:rl,blocked_reason:gw,unblock_note:yw,reporter:bw,severity:ww,environment:vw,repro_steps:kw,resolution:sl,expected_result:Sw,actual_result:Ew,affected_version:Aw,fixed_version:Tw,component:Cw,regression:Iw,customer_impact:Rw,dependencies:Di,comments:S.values,notes:A.values,learnings:R.values,files:j.values,tests:M.values,docs:me.values,reminders:W.values,events:ge.values,...yt,...bt.values});try{Vr(Gr,ht)}catch(B){throw new m(B instanceof Error?B.message:"Invalid extension item field values",l.USAGE)}let Lw=Ye({metadata:Gr,body:Ur},{schema:o.schema,extensionFieldNames:gt}),Nw={metadata:{},body:""},al=[..._].sort((B,qi)=>B.localeCompare(qi)),Fw=CS(n.message,al),cl=TS(Gr,Ur,al,[...Object.keys(yt),...Object.keys(bt.values??{})]),Mw=await hE({pmRoot:r,type:u,id:Ce,settings:o,typeRegistry:a,author:b,extensionFieldNames:gt,afterDocument:Lw,beforeDocument:Nw,historyMessage:Fw,changedFields:cl,nowValue:g,similarityCandidate:{title:Ui,description:Gi,body:Ur},allowDuplicate:n.allowDuplicate}),dl=structuredClone(Gr);p==="strict"&&_.has("dependencies")&&(dl.dependencies=[]);let $w=E_(Ce,u,wt,s);return D_(u,et,W.values,ge.values)&&Ju(`[pm] warning: ${u} '${Ce}' has no deadline/reminder/event \u2014 it will not appear on the calendar. Add one via 'pm update ${Ce} --deadline <ISO>' or 'pm update ${Ce} --event "start=<ISO>,end=<ISO>"'.`),{item:dl,changed_fields:cl,warnings:[...Gt,...Mw],...Object.fromEntries([["parent_source",lw],["next_transition",$w],["similarity_advisory",il]].filter(B=>B[1]!==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]="78f8b369-1802-555d-a8cc-0147c0d8fb08")}catch{}})();var Cc=[..._c,{canonical:"close-reason",aliases:["close_reason","close-reason"],optionKey:"closeReason",metadataKey:"close_reason"},...hc,...Hs],gE=(()=>{let e=new Map;for(let t of Cc)for(let n of t.aliases)e.set(n,{optionKey:t.optionKey,metadataKey:t.metadataKey});return e})(),Zs=new Map(Cc.map(e=>[e.optionKey,e.canonical])),yE=Cc.map(e=>e.canonical).sort((e,t)=>e.localeCompare(t)).join(", "),bE=new Set(["close_reason","assignee","parent","blocked_by","blocked_reason","unblock_note","dependencies","comments","notes","learnings","files","tests","docs","reminders","events"]),wE=xs({depDisableFlagKey:"replaceDeps",fileDisableFlagKey:"replaceFiles",testDisableFlagKey:"replaceTests",docDisableFlagKey:"replaceDocs"});function V_(e){let t={...e,unset:e.unset?[...e.unset]:void 0},n=o=>{let s=t.unset?[...t.unset]:[];s.includes(o)||s.push(o),t.unset=s},r=new Set([...Zs.keys(),"rank"]);for(let o of r){let s=t[o];if(typeof s!="string"||!ze(s))continue;let i=o==="rank"?"order":Zs.get(o)??o;n(i),t[o]=void 0}return ve(e,Ps(t,wE))}function H_(e,t,n=[]){return Ws({raw:e,supportedFields:yE,resolveDefinition:r=>{let o=n.find(i=>{let a=i.toLowerCase();return a===r||a.replaceAll("_","-")===r||a.replaceAll("-","_")===r});return gE.get(r)??Ys(r,"update",t)??(o?{optionKey:"field",metadataKey:o}:void 0)}})}var U_=new Map([["--comment",e=>`pm comments ${e} --add "<text>" --force`],["--file",e=>`pm files ${e} --add "path=<path>,scope=<scope>,note=<note>" --force`],["--doc",e=>`pm docs ${e} --add "path=<path>,scope=<scope>,note=<note>" --force`]]);function G_(e){let t=e.disallowedFlags.flatMap(r=>{let o=U_.get(r);return o?[o(e.id)]:[]}),n=e.disallowedFlags.flatMap(r=>{let o=U_.get(r);return o?[`Replace ${r} with: ${o(e.id)}`]:[]});return new m(e.message,l.USAGE,{code:e.code,required:e.required,why:e.why,...t.length>0?{examples:t}:{},nextSteps:[`Re-run without: ${e.disallowedFlags.join(", ")}`,...n]})}function vE(e,t,n){let r=t.ownershipMetadataBypass===!0,o=t.ownershipDependencyBypass===!0;if(!r&&!o)return;if(r&&o)throw new m("Choose only one package-provided ownership bypass mode.",l.USAGE);let s=(c,d,u)=>{c&&u.push(d)};if(o){let c=[];if(s(t.title!==void 0,"--title",c),s(t.description!==void 0,"--description",c),s(t.body!==void 0,"--body",c),s(t.status!==void 0,"--status",c),s(t.closeReason!==void 0,"--close-reason",c),s(t.priority!==void 0,"--priority",c),s(t.type!==void 0,"--type",c),s(t.tags!==void 0,"--tags",c),s(Array.isArray(t.addTags)&&t.addTags.length>0,"--add-tags",c),s(Array.isArray(t.removeTags)&&t.removeTags.length>0,"--remove-tags",c),s(t.deadline!==void 0,"--deadline",c),s(t.estimatedMinutes!==void 0,"--estimate",c),s(t.acceptanceCriteria!==void 0,"--acceptance-criteria",c),s(Array.isArray(t.addAc)&&t.addAc.length>0,"--add-ac",c),s(Array.isArray(t.removeAc)&&t.removeAc.length>0,"--remove-ac",c),s(t.definitionOfReady!==void 0,"--definition-of-ready",c),s(t.order!==void 0||t.rank!==void 0,"--order/--rank",c),s(t.goal!==void 0,"--goal",c),s(t.objective!==void 0,"--objective",c),s(t.value!==void 0,"--value",c),s(t.impact!==void 0,"--impact",c),s(t.outcome!==void 0,"--outcome",c),s(t.whyNow!==void 0,"--why-now",c),s(t.assignee!==void 0,"--assignee",c),s(t.parent!==void 0,"--parent",c),s(t.reviewer!==void 0,"--reviewer",c),s(t.risk!==void 0,"--risk",c),s(t.confidence!==void 0,"--confidence",c),s(t.sprint!==void 0,"--sprint",c),s(t.release!==void 0,"--release",c),s(t.blockedBy!==void 0,"--blocked-by",c),s(t.blockedReason!==void 0,"--blocked-reason",c),s(t.unblockNote!==void 0,"--unblock-note",c),s(t.reporter!==void 0,"--reporter",c),s(t.severity!==void 0,"--severity",c),s(t.environment!==void 0,"--environment",c),s(t.reproSteps!==void 0,"--repro-steps",c),s(t.resolution!==void 0,"--resolution",c),s(t.expectedResult!==void 0,"--expected-result",c),s(t.actualResult!==void 0,"--actual-result",c),s(t.affectedVersion!==void 0,"--affected-version",c),s(t.fixedVersion!==void 0,"--fixed-version",c),s(t.component!==void 0,"--component",c),s(t.regression!==void 0,"--regression",c),s(t.customerImpact!==void 0,"--customer-impact",c),s(t.depRemove!==void 0,"--dep-remove",c),s(t.replaceDeps===!0,"--replace-deps",c),s(t.replaceTests===!0,"--replace-tests",c),s(t.replaceFiles===!0,"--replace-files",c),s(t.replaceDocs===!0,"--replace-docs",c),s(t.comment!==void 0,"--comment",c),s(t.note!==void 0,"--note",c),s(t.learning!==void 0,"--learning",c),s(t.file!==void 0,"--file",c),s(t.test!==void 0,"--test",c),s(t.doc!==void 0,"--doc",c),s(t.reminder!==void 0,"--reminder",c),s(t.event!==void 0,"--event",c),s(t.typeOption!==void 0,"--type-option",c),s(t.clearDeps===!0,"--clear-deps",c),s(t.clearComments===!0,"--clear-comments",c),s(t.clearNotes===!0,"--clear-notes",c),s(t.clearLearnings===!0,"--clear-learnings",c),s(t.clearFiles===!0,"--clear-files",c),s(t.clearTests===!0,"--clear-tests",c),s(t.clearDocs===!0,"--clear-docs",c),s(t.clearReminders===!0,"--clear-reminders",c),s(t.clearEvents===!0,"--clear-events",c),s(t.clearTypeOptions===!0,"--clear-type-options",c),s(t.force===!0,"--force",c),s(n.size>0,"--unset",c),t.dep===void 0||t.dep.length===0)throw new m("The dependency ownership bypass requires at least one --dep value",l.USAGE);if(c.length>0)throw G_({id:e,code:"ownership_dependency_bypass_restricted_options",message:`The dependency ownership bypass supports append-only dependency additions via --dep. Remove restricted options: ${c.join(", ")}`,required:"Pass only --dep additions (plus --message/--author) with the dependency ownership bypass.",why:"the dependency ownership bypass is a narrow non-owner override scoped to append-only dependency additions; every other mutation keeps its normal ownership rules.",disallowedFlags:c});return}let i=[];s(t.status!==void 0,"--status",i),s(t.closeReason!==void 0,"--close-reason",i),s(t.assignee!==void 0,"--assignee",i),s(t.parent!==void 0,"--parent",i),s(t.blockedBy!==void 0,"--blocked-by",i),s(t.blockedReason!==void 0,"--blocked-reason",i),s(t.unblockNote!==void 0,"--unblock-note",i),s(t.dep!==void 0,"--dep",i),s(t.depRemove!==void 0,"--dep-remove",i),s(t.replaceDeps===!0,"--replace-deps",i),s(t.replaceTests===!0,"--replace-tests",i),s(t.replaceFiles===!0,"--replace-files",i),s(t.replaceDocs===!0,"--replace-docs",i),s(t.note!==void 0,"--note",i),s(t.learning!==void 0,"--learning",i),s(t.test!==void 0,"--test",i),s(t.reminder!==void 0,"--reminder",i),s(t.event!==void 0,"--event",i),s(t.clearDeps===!0,"--clear-deps",i),s(t.clearComments===!0,"--clear-comments",i),s(t.clearNotes===!0,"--clear-notes",i),s(t.clearLearnings===!0,"--clear-learnings",i),s(t.clearFiles===!0,"--clear-files",i),s(t.clearTests===!0,"--clear-tests",i),s(t.clearDocs===!0,"--clear-docs",i),s(t.clearReminders===!0,"--clear-reminders",i),s(t.clearEvents===!0,"--clear-events",i);let a=[...n].filter(c=>bE.has(c)).sort((c,d)=>c.localeCompare(d)).map(c=>`--unset ${c.replaceAll("_","-")}`);if(i.push(...a),i.length>0)throw G_({id:e,code:"ownership_metadata_bypass_restricted_options",message:`The metadata ownership bypass only supports non-lifecycle metadata fields and evidence appends. Remove restricted options: ${i.join(", ")}`,required:"Limit the metadata ownership bypass to non-lifecycle metadata fields plus append-only --comment/--file/--doc evidence; route restricted appends and lifecycle changes through their dedicated commands.",why:"the metadata ownership bypass is a non-owner override scoped to metadata maintenance and append-only evidence; lifecycle, ownership, dependency mutations, restricted append fields, and clear/replace operations keep their normal ownership rules.",disallowedFlags:i})}function kE(e,t){let n=Q(e,t);if(!n){let r=t.definitions.map(o=>o.id);throw new m(`Invalid --status value "${e}". Allowed: ${r.join(", ")}`,l.USAGE)}return n}function SE(e){if(e.enforcement==="off"||e.typeWorkflows.length===0)return;let t=tu({typeName:e.typeName,fromStatus:e.fromStatus,toStatus:e.toStatus,typeWorkflows:e.typeWorkflows,statusRegistry:e.statusRegistry});if(!t.hasRule||t.allowed)return;let n=Q(e.fromStatus,e.statusRegistry)??e.fromStatus,r=Q(e.toStatus,e.statusRegistry)??e.toStatus,o=`Disallowed transition for type "${e.typeName}": ${n} -> ${r}. Allowed transitions: ${nu(t.allowedTransitions)}.`;if(e.enforcement==="strict")throw new m(o,l.USAGE);return`workflow_transition_not_allowed: ${o}`}function EE(e,t){return!e||e.trim()===""||e.trim().toLowerCase()==="now"?t:W_(e)}function W_(e){let t=Date.parse(e);if(!Number.isFinite(t))throw new m(`Invalid dependency created_at timestamp "${e}"`,l.USAGE);return new Date(t).toISOString()}function Un(e){if(e===void 0)return;let t=e.trim();return t.length>0?t:void 0}var AE=["id","kind","type","author","created_at","source_kind"],TE=["id","kind","type","author","created_at","source_kind"];function Y_(e){return e.startsWith("```")||e.includes(`
6
+ `)||/^(?:[-*+]\s+)?(?:id|kind|type|author|created_at|source_kind)\s*[:=]/i.test(e)?!0:Xo(e)}function J_(e){return typeof e=="string"?Yr(e)??e.trim():e}function ti(e,t,n,r){return e?(Se(e,"--dep","Use --clear-deps to clear dependencies."),{additions:e.map(s=>{let i=s.trim(),a=Y_(i);yr(i,a);let c=a?oe(s,"--dep"):{id:i,kind:"related"};a&&Ke(c,"--dep",AE);let d=c.id?.trim(),u=J_((c.kind??c.type)?.trim());if(!d||!u)throw new m("--dep requires id and kind, or a bare item id to add a related dependency",l.USAGE);if(d.toLowerCase()==="undefined")throw new m(`--dep id must not use placeholder token "${d}". Use --clear-deps to clear dependencies.`,l.USAGE);let p=sr(Un(c.source_kind)),f=Un(c.author);return{id:ir(d,t,p),kind:Ee(u,jt,"dependency kind"),created_at:EE(c.created_at,n),author:f??r,source_kind:p??"cli:update:dep",author_source:f?"asserted":"detected"}})}):{additions:[]}}function CE(e,t){return e?(Se(e,"--dep-remove"),e.map(n=>{let r=n.trim();if(!r)throw new m("--dep-remove requires id or key/value selectors",l.USAGE);let o=Y_(r);if(yr(r,o,"--dep-remove"),o){let s=oe(r,"--dep-remove");Ke(s,"--dep-remove",TE);let i=s.id?.trim();if(!i)throw new m("--dep-remove key/value form requires id=<value>",l.USAGE);if(i.toLowerCase()==="undefined")throw new m(`--dep-remove id must not use placeholder token "${i}"`,l.USAGE);let a=J_(Un(s.kind??s.type)),c=sr(Un(s.source_kind)),d=Un(s.author),u=Un(s.created_at);return{id:ir(i,t,c),kind:a?Ee(a,jt,"dependency kind"):void 0,source_kind:c,author:d,created_at:u?W_(u):void 0}}if(r.toLowerCase()==="undefined")throw new m(`--dep-remove id must not use placeholder token "${r}"`,l.USAGE);return{id:we(r,t)}})):[]}function ei(e){let t=e.source_kind?.trim().toLowerCase()??"";return[e.id.trim().toLowerCase(),e.kind,t].join("\0")}function IE(e){let t=e.source_kind?.trim().toLowerCase()??"",n=e.author?.trim().toLowerCase()??"",r=e.created_at?.trim()??"",o=Date.parse(r),s=Number.isFinite(o)?new Date(o).toISOString():r;return[e.id.trim().toLowerCase(),e.kind,t,n,s].join("\0")}function RE(e,t,n,r){let o=[...e??[]],s=!1;if(t===void 0){let i=o.filter(a=>a.kind!=="blocked_by");return i.length!==o.length&&(o=i,s=!0),s?{dependencies:o.length>0?o:void 0,changed:!0}:{dependencies:e,changed:!1}}return o.some(i=>i.kind==="blocked_by"&&i.id===t)||(o.push({id:t,kind:"blocked_by",created_at:n,author:r,source_kind:"cli:update:blocked_by",author_source:"detected"}),s=!0),s?{dependencies:o.length>0?o:void 0,changed:!0}:{dependencies:e,changed:!1}}async function xE(e,t,n,r,o,s){if(e===void 0||t)return{};let i=e.trim();if(i.length===0)return{};let a=await U(n,we(i,r),r,o,s);return a?{id:a.id}:{unresolved:i}}function OE(e,t,n,r,o){let s=RE(e.dependencies,t,n,r);s.changed&&(s.dependencies===void 0?delete e.dependencies:e.dependencies=s.dependencies,o.includes("dependencies")||o.push("dependencies"))}function PE(e){return`${e.path}::${e.scope}`}function LE(e){return`${e.path}::${e.scope}`}function NE(e){return`${e.command}::${e.path??""}::${e.scope}::${e.pm_context_mode??""}::${e.workspace_context_mode??""}`}function X_(e,t){return!(e.id.trim().toLowerCase()!==t.id.trim().toLowerCase()||t.kind&&e.kind!==t.kind||t.source_kind!==void 0&&e.source_kind?.trim().toLowerCase()!==t.source_kind.trim().toLowerCase()||t.author!==void 0&&e.author?.trim().toLowerCase()!==t.author.trim().toLowerCase()||t.created_at!==void 0&&(e.created_at===void 0||!Number.isFinite(Date.parse(e.created_at))||new Date(Date.parse(e.created_at)).toISOString()!==t.created_at))}function FE(e){return Rn(e)}function j_(e,t){let n=Wn("update",e);if(!n)throw new m(`Unsupported command_option_policies option "${e}" for update command on type "${t}"`,l.CONFLICT);return n}function ME(e,t,n){let r=new Set,o=(s,i)=>{i&&r.add(s)};if(o("title",e.title!==void 0),o("description",e.description!==void 0),o("body",e.body!==void 0),o("status",e.status!==void 0),o("closeReason",e.closeReason!==void 0),o("priority",e.priority!==void 0),o("type",e.type!==void 0),o("tags",e.tags!==void 0||Array.isArray(e.addTags)&&e.addTags.length>0||Array.isArray(e.removeTags)&&e.removeTags.length>0),o("deadline",e.deadline!==void 0),o("estimatedMinutes",e.estimatedMinutes!==void 0),o("acceptanceCriteria",e.acceptanceCriteria!==void 0||Array.isArray(e.addAc)&&e.addAc.length>0||Array.isArray(e.removeAc)&&e.removeAc.length>0),o("definitionOfReady",e.definitionOfReady!==void 0),o("order",e.order!==void 0||e.rank!==void 0),o("goal",e.goal!==void 0),o("objective",e.objective!==void 0),o("value",e.value!==void 0),o("impact",e.impact!==void 0),o("outcome",e.outcome!==void 0),o("whyNow",e.whyNow!==void 0),o("author",e.author!==void 0),o("message",e.message!==void 0),o("assignee",e.assignee!==void 0),o("parent",e.parent!==void 0),o("reviewer",e.reviewer!==void 0),o("risk",e.risk!==void 0),o("confidence",e.confidence!==void 0),o("sprint",e.sprint!==void 0),o("release",e.release!==void 0),o("blockedBy",e.blockedBy!==void 0),o("blockedReason",e.blockedReason!==void 0),o("unblockNote",e.unblockNote!==void 0),o("reporter",e.reporter!==void 0),o("severity",e.severity!==void 0),o("environment",e.environment!==void 0),o("reproSteps",e.reproSteps!==void 0),o("resolution",e.resolution!==void 0),o("expectedResult",e.expectedResult!==void 0),o("actualResult",e.actualResult!==void 0),o("affectedVersion",e.affectedVersion!==void 0),o("fixedVersion",e.fixedVersion!==void 0),o("component",e.component!==void 0),o("regression",e.regression!==void 0),o("customerImpact",e.customerImpact!==void 0),o("dep",e.dep!==void 0),o("depRemove",e.depRemove!==void 0),o("dep",e.replaceDeps===!0),o("comment",e.comment!==void 0),o("note",e.note!==void 0),o("learning",e.learning!==void 0),o("file",e.file!==void 0),o("test",e.test!==void 0),o("test",e.replaceTests===!0),o("file",e.replaceFiles===!0),o("doc",e.replaceDocs===!0),o("doc",e.doc!==void 0),o("reminder",e.reminder!==void 0),o("event",e.event!==void 0),o("typeOption",e.typeOption!==void 0),o("field",e.field!==void 0),o("force",e.force===!0),o("ownershipMetadataBypass",e.ownershipMetadataBypass===!0),o("ownershipDependencyBypass",e.ownershipDependencyBypass===!0),o("dep",e.clearDeps===!0),o("comment",e.clearComments===!0),o("note",e.clearNotes===!0),o("learning",e.clearLearnings===!0),o("file",e.clearFiles===!0),o("test",e.clearTests===!0),o("doc",e.clearDocs===!0),o("reminder",e.clearReminders===!0),o("event",e.clearEvents===!0),o("typeOption",e.clearTypeOptions===!0),e.unset&&e.unset.length>0){let s=H_(e.unset,t,n);for(let i of s.optionKeys)o(i,!0)}return r}function $E(e,t,n,r,o){let s=Hr(e,n);if(!s)throw new m(`Invalid type value "${e}"`,l.USAGE);let i=fn(s,"update",[]);if(i.errors.length>0)throw new m(i.errors.join("; "),l.CONFLICT);let a=ME(t,r,o);for(let c of i.disabled)if(a.has(j_(c,e)))throw new m(`Option ${ye("update",c)} is disabled for type "${e}" by command_option_policies`,l.USAGE);for(let c of i.required)if(!a.has(j_(c,e)))throw new m(`Missing required option ${ye("update",c)} for type "${e}"`,l.USAGE)}var DE=new Set(["order","rank"]),UE=Xi.filter(e=>!DE.has(e)),Q_=["tags","closeReason",...UE],GE=["title","description","body","status","closeReason","completedAt","priority","type",...Xi,"dep","depRemove","comment","note","learning","file","test","doc","reminder","event","typeOption","field"],jE=[{optionKey:"deadline",metadataKey:"deadline",transform:(e,t)=>te(e,t.nowValue,"deadline")},{optionKey:"estimatedMinutes",metadataKey:"estimated_minutes",transform:e=>In(e,"estimated-minutes")},{optionKey:"acceptanceCriteria",metadataKey:"acceptance_criteria",transform:e=>e},{optionKey:"definitionOfReady",metadataKey:"definition_of_ready"},{optionKey:"goal",metadataKey:"goal"},{optionKey:"objective",metadataKey:"objective"},{optionKey:"value",metadataKey:"value"},{optionKey:"impact",metadataKey:"impact"},{optionKey:"outcome",metadataKey:"outcome"},{optionKey:"whyNow",metadataKey:"why_now"}],qE=[{optionKey:"reviewer",metadataKey:"reviewer"},{optionKey:"risk",metadataKey:"risk",transform:e=>Ee(Ts(e),mn,"risk")},{optionKey:"confidence",metadataKey:"confidence",transform:e=>Is(e)}],KE=[{optionKey:"blockedReason",metadataKey:"blocked_reason"},{optionKey:"unblockNote",metadataKey:"unblock_note"},{optionKey:"reporter",metadataKey:"reporter"},{optionKey:"severity",metadataKey:"severity",transform:e=>Ee(Cs(e),un,"severity")},{optionKey:"environment",metadataKey:"environment"},{optionKey:"reproSteps",metadataKey:"repro_steps"},{optionKey:"resolution",metadataKey:"resolution"},{optionKey:"expectedResult",metadataKey:"expected_result"},{optionKey:"actualResult",metadataKey:"actual_result"},{optionKey:"affectedVersion",metadataKey:"affected_version"},{optionKey:"fixedVersion",metadataKey:"fixed_version"},{optionKey:"component",metadataKey:"component"},{optionKey:"regression",metadataKey:"regression",transform:e=>Rs(e)},{optionKey:"customerImpact",metadataKey:"customer_impact"}];function Tc(e,t,n){for(let r of e){let o=t[r.optionKey],s=n.clearItemMetadataKeys.has(r.metadataKey);if(!(o===void 0&&!s)){if(s){delete n.metadataRecord[r.metadataKey],n.changedFields.push(r.metadataKey);continue}if(typeof o!="string")throw new m(`${ye("update",String(r.optionKey))} must be a string value`,l.USAGE);n.metadataRecord[r.metadataKey]=r.transform?r.transform(o,n):o.trim(),n.changedFields.push(r.metadataKey)}}}async function zE(e){return V_(await Qo(e,[["body","--body"],["description","--description"]],[["dep","--dep"],["depRemove","--dep-remove"],["comment","--comment"],["note","--note"],["learning","--learning"],["file","--file"],["test","--test"],["doc","--doc"],["reminder","--reminder"],["event","--event"],["typeOption","--type-option"],["field","--field"]]))}async function Ic(e){return at(e)?await zE(e):V_(e)}function BE(e){return[{enabled:e.clearDeps||e.replaceDeps,optionKey:"dep",clearFlag:"--clear-deps",valueFlag:"--dep",values:e.dep,metadataKey:"dependencies"},{enabled:e.clearComments,optionKey:"comment",clearFlag:"--clear-comments",valueFlag:"--comment",values:e.comment,metadataKey:"comments"},{enabled:e.clearNotes,optionKey:"note",clearFlag:"--clear-notes",valueFlag:"--note",values:e.note,metadataKey:"notes"},{enabled:e.clearLearnings,optionKey:"learning",clearFlag:"--clear-learnings",valueFlag:"--learning",values:e.learning,metadataKey:"learnings"},{enabled:e.clearFiles||e.replaceFiles,optionKey:"file",clearFlag:"--clear-files",valueFlag:"--file",values:e.file,metadataKey:"files"},{enabled:e.clearTests||e.replaceTests,optionKey:"test",clearFlag:"--clear-tests",valueFlag:"--test",values:e.test,metadataKey:"tests"},{enabled:e.clearDocs||e.replaceDocs,optionKey:"doc",clearFlag:"--clear-docs",valueFlag:"--doc",values:e.doc,metadataKey:"docs"},{enabled:e.clearReminders,optionKey:"reminder",clearFlag:"--clear-reminders",valueFlag:"--reminder",values:e.reminder,metadataKey:"reminders"},{enabled:e.clearEvents,optionKey:"event",clearFlag:"--clear-events",valueFlag:"--event",values:e.event,metadataKey:"events"},{enabled:e.clearTypeOptions,optionKey:"typeOption",clearFlag:"--clear-type-options",valueFlag:"--type-option",values:e.typeOption,metadataKey:"type_options"}]}function Ec(e){if(e.enabled&&(!e.values||e.values.length===0))throw new m(`${e.replaceFlag} requires at least one ${e.valueFlag} entry`,l.USAGE);if(e.enabled&&e.clearEnabled)throw new m(`${e.replaceFlag} cannot be combined with ${e.clearFlag}`,l.USAGE)}function Rc(e){let t=(e.addAc?.length??0)>0||(e.removeAc?.length??0)>0;if(e.acceptanceCriteria!==void 0&&t)throw new m("Cannot combine --acceptance-criteria replacement with --add-ac or --remove-ac. Use --remove-ac and --add-ac together for an atomic one-entry repair.",l.USAGE,{code:"acceptance_criteria_mutation_conflict",reason:"replacement_and_additive_mutation_combined",nextSteps:["Use --acceptance-criteria alone to replace the complete list.","Use --remove-ac <old> --add-ac <new> to repair one criterion without replacing unrelated entries."]});if(e.replaceDeps===!0&&(e.dep===void 0||e.dep.length===0))throw new m("--replace-deps requires at least one --dep entry",l.USAGE);if(e.replaceDeps===!0&&e.depRemove!==void 0&&e.depRemove.length>0)throw new m("--replace-deps cannot be combined with --dep-remove",l.USAGE);Ec({enabled:e.replaceTests===!0,values:e.test,replaceFlag:"--replace-tests",clearEnabled:e.clearTests===!0,clearFlag:"--clear-tests",valueFlag:"--test"}),Ec({enabled:e.replaceFiles===!0,values:e.file,replaceFlag:"--replace-files",clearEnabled:e.clearFiles===!0,clearFlag:"--clear-files",valueFlag:"--file"}),Ec({enabled:e.replaceDocs===!0,values:e.doc,replaceFlag:"--replace-docs",clearEnabled:e.clearDocs===!0,clearFlag:"--clear-docs",valueFlag:"--doc"})}function VE(e){for(let t of e.definitions){if(!t.enabled)continue;let n=t.optionKey==="dep"&&e.options.replaceDeps===!0||t.optionKey==="test"&&e.options.replaceTests===!0||t.optionKey==="file"&&e.options.replaceFiles===!0||t.optionKey==="doc"&&e.options.replaceDocs===!0;if(t.values&&t.values.length>0&&!n)throw new m(`Cannot combine ${t.clearFlag} with ${t.valueFlag}`,l.USAGE);e.clearOptionKeys.add(t.optionKey),e.clearItemMetadataKeys.add(t.metadataKey)}}function HE(e){let t={};for(let n of Q_)t[String(n)]=e[n]!==void 0;return t.order=e.order!==void 0||e.rank!==void 0,t}function WE(e,t){let n=HE(e);for(let[r,o]of Object.entries(n)){if(!o||!t.optionKeys.has(r))continue;let s=Zs.get(r)??r;throw new m(`Cannot combine --unset ${s} with ${ye("update",r)}`,l.USAGE)}if(t.metadataKeys.has("acceptance_criteria")){if(Array.isArray(e.addAc)&&e.addAc.length>0)throw new m("Cannot combine --unset acceptance-criteria with --add-ac",l.USAGE);if(Array.isArray(e.removeAc)&&e.removeAc.length>0)throw new m("Cannot combine --unset acceptance-criteria with --remove-ac",l.USAGE)}if(t.metadataKeys.has("tags")){if(Array.isArray(e.addTags)&&e.addTags.length>0)throw new m("Cannot combine --unset tags with --add-tags",l.USAGE);if(Array.isArray(e.removeTags)&&e.removeTags.length>0)throw new m("Cannot combine --unset tags with --remove-tags",l.USAGE)}}function YE(e){let t=(n,r)=>{let o=Zs.get(r),s=o?`Use --unset ${o} to clear this field.`:void 0;Os(n,ye("update",r),s)};for(let n of Q_)t(e[n],String(n));t(e.order??e.rank,"order"),Se(e.reminder,"--reminder","Use --clear-reminders to clear reminders."),Se(e.event,"--event","Use --clear-events to clear linked events.")}function JE(e,t){let n={};for(let r of GE)n[String(r)]=e[r]!==void 0;return n.tags=e.tags!==void 0,n.addTags=Array.isArray(e.addTags)&&e.addTags.length>0,n.removeTags=Array.isArray(e.removeTags)&&e.removeTags.length>0,n.addAc=Array.isArray(e.addAc)&&e.addAc.length>0,n.removeAc=Array.isArray(e.removeAc)&&e.removeAc.length>0,n.order=e.order!==void 0,n.rank=e.rank!==void 0,n.replaceDeps=e.replaceDeps===!0,n.replaceTests=e.replaceTests===!0,n.replaceFiles=e.replaceFiles===!0,n.replaceDocs=e.replaceDocs===!0,n.unset=e.unset!==void 0&&e.unset.length>0,n.clearDeps=e.clearDeps===!0,n.clearComments=e.clearComments===!0,n.clearNotes=e.clearNotes===!0,n.clearLearnings=e.clearLearnings===!0,n.clearFiles=e.clearFiles===!0,n.clearTests=e.clearTests===!0,n.clearDocs=e.clearDocs===!0,n.clearReminders=e.clearReminders===!0,n.clearEvents=e.clearEvents===!0,n.clearTypeOptions=e.clearTypeOptions===!0,n.runtimeFields=Object.keys(t).length>0,n}async function XE(e){let t=await U(e.pmRoot,e.id,e.settings.id_prefix,e.settings.item_format,e.typeRegistry.type_to_folder);if(!t)throw await it(e.pmRoot,e.id,e.settings.id_prefix,e.typeRegistry.type_to_folder);let{document:n}=await H(t,{schema:e.settings.schema});return{item:n.metadata,changed_fields:[],warnings:["noop_no_update_fields"]}}async function QE(e){if(!(!e.fieldFlags.dep&&!e.fieldFlags.blockedBy&&!e.fieldFlags.parent&&!e.clearedMetadataKeys.has("parent")))return ce(e.pmRoot,e.settings.item_format,e.typeToFolder,void 0,e.settings.schema)}function ZE(e){e.before&&is(e.before,e.before.map(t=>t.id===e.document.metadata.id?e.document.metadata:t),e.document.metadata.id,t=>ee(t,e.statusRegistry),Pt())}async function eA(e){await I(e)}function tA(e){if(e.order!==void 0&&e.rank!==void 0&&e.order!==e.rank)throw new m("--order and --rank must match when both are provided",l.USAGE)}async function nA(e){if(e.options.parent===void 0||e.unsetTargets.metadataKeys.has("parent"))return{resolvedParentValue:void 0,warnings:[]};let t=ns(e.options.parent);if(os(e.id,t,e.settings.id_prefix),await U(e.pmRoot,t,e.settings.id_prefix,e.settings.item_format,e.typeRegistry.type_to_folder))return{resolvedParentValue:t,warnings:[]};let r=we(t,e.settings.id_prefix);return{resolvedParentValue:t,warnings:rs(r,e.parentReferencePolicy).warnings}}function rA(e){return e.unresolved===void 0?[]:[`blocked_by_unresolved:${e.unresolved}`]}async function oA(e){if(e.workflowEnforcement==="off"||e.typeWorkflows.length===0||!e.fieldFlags.status||e.options.status===void 0)return[];let t=await U(e.pmRoot,e.id,e.settings.id_prefix,e.settings.item_format,e.typeRegistry.type_to_folder);if(!t)throw await it(e.pmRoot,e.id,e.settings.id_prefix,e.typeRegistry.type_to_folder);let{document:n}=await H(t,{schema:e.settings.schema}),r=e.options.type!==void 0?he(e.options.type,e.typeRegistry)??e.options.type:n.metadata?.type??"",o=SE({enforcement:e.workflowEnforcement,typeWorkflows:e.typeWorkflows,statusRegistry:e.statusRegistry,typeName:r,fromStatus:n.metadata?.status??"",toStatus:e.options.status});return o?[o]:[]}async function sA(e){if(!e.fieldFlags.status||Q(e.options.status,e.statusRegistry)!==e.statusRegistry.close_status)return;let n=Object.entries(e.fieldFlags).filter(([a,c])=>c&&a!=="status"&&a!=="closeReason"&&a!=="completedAt").map(([a])=>a),r=[],o=[];if(n.length>0){let a=ve(e.options,{...e.options,status:void 0,closeReason:void 0,message:void 0}),c=await mt(e.id,a,e.global);o=c.changed_fields,r.push(...c.warnings)}let s=await dt(e.id,e.options.closeReason,{author:e.options.author,message:e.options.message,force:e.options.force,completedAt:e.options.completedAt},e.global),i=[...e.workflowTransitionWarnings,...r,...s.warnings,"auto_routed_from_update_to_close"];return{item:s.item,changed_fields:[...o,...s.changed_fields],warnings:i}}function iA(e,t,n,r){return t.title!==void 0&&(e.metadata.title=Sc(t.title,"--title"),r.push("title")),t.description!==void 0&&(e.metadata.description=t.description,r.push("description")),t.body!==void 0&&(e.body=t.body,r.push("body")),Q(e.metadata.status,n)??e.metadata.status}var aA=["closed_at","completed_at","close_reason","resolution","expected_result","actual_result","fixed_version"];function cA(e,t){for(let n of aA)e[n]!==void 0&&(delete e[n],t.push(n))}function dA(e,t,n,r,o){let s=kE(n,t.statusRegistry);if(e.metadata.status=s,o.push("status"),s===t.statusRegistry.close_status&&(e.metadata.closed_at===void 0||e.metadata.closed_at===null)){e.metadata.closed_at=t.nowIso,e.metadata.completed_at=t.nowIso,o.push("closed_at","completed_at");return}!ee(s,t.statusRegistry)&&ee(r,t.statusRegistry)&&cA(e.metadata,o)}function lA(e,t,n,r){if(t.options.status!==void 0&&dA(e,t,t.options.status,n,r),t.options.completedAt!==void 0){if(!ee(e.metadata.status,t.statusRegistry))throw new m("--completed-at can only be set on a terminal item",l.USAGE);e.metadata.completed_at=te(t.options.completedAt,new Date(t.nowIso),"completed-at"),r.push("completed_at")}}function mA(e,t,n,r){if(t.options.closeReason!==void 0||t.clearItemMetadataKeys.has("close_reason")){if(t.clearItemMetadataKeys.has("close_reason"))delete e.metadata.close_reason;else{let o=t.options.closeReason?.trim()??"";if(o.length===0)throw new m("--close-reason must not be empty",l.USAGE);e.metadata.close_reason=o}r.push("close_reason");return}t.options.status!==void 0&&ee(n,t.statusRegistry)&&!ee(e.metadata.status,t.statusRegistry)&&e.metadata.close_reason!==void 0&&(delete e.metadata.close_reason,r.push("close_reason"))}function uA(e,t,n,r){lA(e,t,n,r),mA(e,t,n,r)}function pA(e,t,n){let r=he(e.metadata.type,t.typeRegistry)??e.metadata.type;if(t.options.priority!==void 0&&(e.metadata.priority=FE(t.options.priority),n.push("priority")),t.options.type!==void 0){let o=he(t.options.type,t.typeRegistry);if(!o)throw new m(Tt(t.options.type,t.typeRegistry.types,Ct(t.pmRoot,t.settings.schema)),l.USAGE);e.metadata.type=o,r=o,n.push("type")}return $E(r,t.options,t.typeRegistry,t.runtimeFieldRegistry,t.extensionFieldNames),fA(e,t,r,n),r}function fA(e,t,n,r){if(t.options.typeOption!==void 0||t.clearItemMetadataKeys.has("type_options")){if(t.clearItemMetadataKeys.has("type_options"))delete e.metadata.type_options;else{let s=Fs(t.options.typeOption??[]),i=Yn(n,s,t.typeRegistry);if(i.errors.length>0)throw new m(i.errors.join("; "),l.USAGE);e.metadata.type_options=i.normalized}r.push("type_options");return}if(t.options.type===void 0||e.metadata.type_options===void 0)return;let o=Yn(n,e.metadata.type_options,t.typeRegistry);if(o.errors.length>0)throw new m(`Current type options are incompatible with type "${n}". ${o.errors.join("; ")}. Use --clear-type-options to clear them.`,l.USAGE);e.metadata.type_options=o.normalized}function _A(e,t){let n=new Set(t.map(o=>ei(o))),r=new Set;return e.filter(o=>{if(!n.has(ei(o)))return!0;let s=IE(o);return r.has(s)?!1:(r.add(s),!0)})}function hA(e,t,n){let r=t.filter(o=>!e.some(s=>X_(s,o)));if(r.length!==0)throw new m(`Dependency removal did not match ${r.length===1?"a stored edge":"stored edges"}.`,l.NOT_FOUND,{code:"dependency_remove_no_match",reason:"selector_not_found",unmatched_selectors:r,available_dependencies:e.map(o=>({id:o.id,kind:o.kind,source_kind:o.source_kind,author:o.author,created_at:o.created_at})),why:"Failing on a zero-match selector prevents a mistyped dependency removal from being reported as successful.",nextSteps:[`Inspect the current item with: pm get ${n} --full`,"Retry --dep-remove with the exact id plus any kind, source_kind, author, or created_at selectors needed to identify one stored row."]})}function gA(e,t,n){if(t.options.dep===void 0&&t.options.depRemove===void 0&&!t.clearItemMetadataKeys.has("dependencies"))return;let r=t.clearItemMetadataKeys.has("dependencies")?[]:[...e.metadata.dependencies??[]];if(t.dependencyUpdates.additions.length>0){r=_A(r,t.dependencyUpdates.additions);let o=new Set(r.map(s=>ei(s)));for(let s of t.dependencyUpdates.additions){let i=ei(s);o.has(i)||(r.push(s),o.add(i))}}t.dependencyRemovals.length>0&&(hA(r,t.dependencyRemovals,e.metadata.id),r=r.filter(o=>!t.dependencyRemovals.some(s=>X_(o,s)))),r.length===0?delete e.metadata.dependencies:e.metadata.dependencies=r,n.push("dependencies")}function yA(e,t,n){Ac(e,"comments",t.options.comment,t.commentUpdates.values,t.clearItemMetadataKeys,n),Ac(e,"notes",t.options.note,t.noteUpdates.values,t.clearItemMetadataKeys,n),Ac(e,"learnings",t.options.learning,t.learningUpdates.values,t.clearItemMetadataKeys,n)}function Ac(e,t,n,r,o,s){n===void 0&&!o.has(t)||(o.has(t)||!r||r.length===0?delete e.metadata[t]:e.metadata[t]=[...e.metadata[t]??[],...r],s.push(t))}function bA(e,t,n){q_(e,"files",t.options.file,t.fileUpdates.values,PE,t.options.replaceFiles===!0,t.clearItemMetadataKeys,n),wA(e,t,n),q_(e,"docs",t.options.doc,t.docUpdates.values,LE,t.options.replaceDocs===!0,t.clearItemMetadataKeys,n)}function q_(e,t,n,r,o,s,i,a){if(!(n===void 0&&!i.has(t))){if(s)e.metadata[t]=r;else if(i.has(t)||!r||r.length===0)delete e.metadata[t];else{let c=[...e.metadata[t]??[]],d=new Set(c.map(u=>o(u)));for(let u of r){let p=o(u);d.has(p)||(c.push(u),d.add(p))}e.metadata[t]=c}a.push(t)}}function wA(e,t,n){t.options.test===void 0&&!t.clearItemMetadataKeys.has("tests")||(t.clearItemMetadataKeys.has("tests")&&t.options.replaceTests===!0?e.metadata.tests=K_(t.testUpdates.values)??[]:t.clearItemMetadataKeys.has("tests")||!t.testUpdates.values||t.testUpdates.values.length===0?delete e.metadata.tests:e.metadata.tests=K_([...e.metadata.tests??[],...t.testUpdates.values]),e.metadata.tests!==void 0&&e.metadata.tests.length===0&&delete e.metadata.tests,n.push("tests"))}function K_(e){if(!e||e.length===0)return;let t=[],n=new Set;for(let r of e){let o=NE(r);n.has(o)||(t.push(r),n.add(o))}return t}function vA(e,t,n){let r=t.options.addTags,o=t.options.removeTags,s=Array.isArray(r)&&r.length>0||Array.isArray(o)&&o.length>0;if(t.options.tags!==void 0||t.clearItemMetadataKeys.has("tags")||s){let i=t.clearItemMetadataKeys.has("tags")?[]:t.options.tags!==void 0?xt(t.options.tags):Array.isArray(e.metadata.tags)?[...e.metadata.tags]:[];e.metadata.tags=Jo(Cn(i,r),o),n.changedFields.push("tags")}Tc(jE,t.options,n),SA(e,t,n.changedFields)}function kA(e,t,n){let r=t.options.addAc,o=t.options.removeAc;if(!(Array.isArray(r)&&r.length>0)&&!(Array.isArray(o)&&o.length>0))return;let s=Yo(Tn(e.metadata.acceptance_criteria),r,o);if(s.unmatchedRemovals.length>0)throw new m(`Acceptance criteria removal did not match: ${s.unmatchedRemovals.join(", ")}`,l.NOT_FOUND,{code:"acceptance_criteria_remove_unmatched",reason:"exact_match_not_found",field:"acceptance_criteria",unmatched:s.unmatchedRemovals,why:"Lossless removal fails instead of silently applying the remaining mutations when an exact selector is wrong.",nextSteps:["Read the current acceptance_criteria value and retry with the exact criterion text.","Use --acceptance-criteria alone only when replacing the complete list is intentional."]});let i=s.criteria.join("; ");e.metadata.acceptance_criteria!==i&&(i===""&&e.metadata.acceptance_criteria===void 0||(e.metadata.acceptance_criteria=i,n.changedFields.includes("acceptance_criteria")||n.changedFields.push("acceptance_criteria")))}function SA(e,t,n){let r=t.options.order??t.options.rank;if(!(r===void 0&&!t.clearItemMetadataKeys.has("order"))){if(t.clearItemMetadataKeys.has("order"))delete e.metadata.order;else{let o=de(r??"","order");if(!Number.isInteger(o))throw new m("Order must be an integer",l.USAGE);e.metadata.order=o}n.push("order")}}function EA(e,t,n,r){AA(e,t,n.changedFields),TA(e,t,n.changedFields),Tc(qE,t.options,n),z_(e,t,"sprint",r,n.changedFields),z_(e,t,"release",r,n.changedFields),CA(e,t,n.changedFields),Tc(KE,t.options,n)}function AA(e,t,n){if(!(t.options.assignee===void 0&&!t.clearItemMetadataKeys.has("assignee"))){if(t.clearItemMetadataKeys.has("assignee"))delete e.metadata.assignee;else{let r=t.options.assignee?.trim()??"";if(r==="")throw new m("--assignee must not be empty. Use --unset assignee to clear it.",l.USAGE);e.metadata.assignee=r}n.push("assignee")}}function TA(e,t,n){t.options.parent===void 0&&!t.clearItemMetadataKeys.has("parent")||(t.clearItemMetadataKeys.has("parent")?delete e.metadata.parent:e.metadata.parent=t.resolvedParentValue??"",n.push("parent"))}function z_(e,t,n,r,o){if(!(t.options[n]===void 0&&!t.clearItemMetadataKeys.has(n))){if(t.clearItemMetadataKeys.has(n))delete e.metadata[n];else{let s=ss(n,t.options[n]??"",t.settings.validation.sprint_release_format);e.metadata[n]=s.value,r.push(...s.warnings)}o.push(n)}}function CA(e,t,n){t.options.blockedBy===void 0&&!t.clearItemMetadataKeys.has("blocked_by")||(t.clearItemMetadataKeys.has("blocked_by")?delete e.metadata.blocked_by:e.metadata.blocked_by=t.options.blockedBy?.trim()??"",n.push("blocked_by"),(t.clearItemMetadataKeys.has("blocked_by")||t.resolvedBlockedByDependencyId!==void 0)&&OE(e.metadata,t.resolvedBlockedByDependencyId,t.nowIso,t.author,n))}function IA(e,t,n){(t.options.reminder!==void 0||t.clearItemMetadataKeys.has("reminders"))&&(t.clearItemMetadataKeys.has("reminders")?delete e.metadata.reminders:e.metadata.reminders=Ls(t.options.reminder??[],t.nowValue,{valueMode:"trimmed"}),n.push("reminders")),(t.options.event!==void 0||t.clearItemMetadataKeys.has("events"))&&(t.clearItemMetadataKeys.has("events")?delete e.metadata.events:e.metadata.events=Ns(t.options.event??[],t.nowValue,{allDayEmptyGuard:"truthy",recurrenceEmptyNumericGuard:"truthy"}),n.push("events"))}function RA(e,t,n){B_(e,t.runtimeFieldRegistry.definitions.map(o=>o.metadata_key),t.clearItemMetadataKeys,n),B_(e,t.extensionFieldNames,t.clearItemMetadataKeys,n);for(let[o,s]of Object.entries(t.runtimeFieldUpdates)){if(t.clearItemMetadataKeys.has(o)){let i=o.replaceAll("_","-"),c=t.runtimeFieldRegistry.definitions.find(d=>d.metadata_key===o)?.cli_flag??i;throw new m(`Cannot combine --unset ${i} with --${c}`,l.USAGE)}rt(e[o],s)||(e[o]=s,n.push(o))}let r=Br(t.options.field,t.extensionRegistrations);for(let o of Object.keys(r))if(t.clearItemMetadataKeys.has(o))throw new m(`Cannot combine --unset ${o.replaceAll("_","-")} with --field ${o}=...`,l.USAGE);for(let[o,s]of Object.entries(r))rt(e[o],s)||(e[o]=s,n.push(o))}function B_(e,t,n,r){for(let o of t)!n.has(o)||e[o]===void 0||(delete e[o],r.push(o))}function xA(e,t){let n=structuredClone(e.metadata),r=e.body,o=[],s=[],i=iA(e,t.options,t.statusRegistry,o),a=e.metadata,c={metadataRecord:a,clearItemMetadataKeys:t.clearItemMetadataKeys,changedFields:o,nowValue:t.nowValue};uA(e,t,i,o),pA(e,t,o),gA(e,t,o),yA(e,t,o),bA(e,t,o),vA(e,t,c),kA(e,t,c),EA(e,t,c,s),(t.options.dep!==void 0||t.options.depRemove!==void 0||t.options.blockedBy!==void 0||t.clearItemMetadataKeys.has("dependencies")||t.clearItemMetadataKeys.has("blocked_by"))&&br(e.metadata.id,e.metadata.dependencies),Q(e.metadata.status,t.statusRegistry)===t.statusRegistry.canceled_status&&e.metadata.assignee!==void 0&&(delete e.metadata.assignee,o.includes("assignee")||o.push("assignee")),IA(e,t,o),RA(a,t,o);try{Vr(a,t.extensionRegistrations,{skipDefaultFields:t.clearItemMetadataKeys})}catch(p){throw new m(p instanceof Error?p.message:"Invalid extension item field values",l.USAGE)}let d=e.metadata,u=[...new Set(o)].filter(p=>p==="body"?e.body!==r:!rt(n[p],d[p]));return t.options.acceptanceCriteria!==void 0&&u.includes("acceptance_criteria")&&s.push(`acceptance_criteria_replaced:${Tn(n.acceptance_criteria).length}:${Tn(d.acceptance_criteria).length}`),{changedFields:u,warnings:s}}async function Z_(e,t,n,r={}){t=await Ic(t);let o=E(process.cwd(),n.path);await eA(o);let s=await T(o),i=$(s.schema),a=We(s.schema),c=x(),d=St(c),u=O(s,c),p=s.governance.workflow_enforcement??"off",f=p==="off"?[]:eu(s.schema),_=[{strict_error:"strict_error",warn:"warn",off:"off"},{strict_error:"warn",warn:"warn",off:"off"}][+(t.allowMissingParent===!0)][s.validation.parent_reference],h=H_(t.unset,a,d),y=new Set(h.optionKeys),g=new Set(h.metadataKeys);Rc(t),VE({definitions:BE(t),options:t,clearOptionKeys:y,clearItemMetadataKeys:g}),vE(e,t,g),WE(t,h),YE(t);let b=C(t.author,s.author_default),v=new Date,S=v.toISOString(),A=ti(t.dep,s.id_prefix,S,b);br(e,A.additions);let R=await Xt({pmRoot:o,dependencies:A.additions,idPrefix:s.id_prefix,itemFormat:s.item_format,typeToFolder:u.type_to_folder,allowUnresolved:t.allowUnresolvedDeps,holders:[{id:e}],schema:s.schema}),j=CE(t.depRemove,s.id_prefix),M=on("--comment",t.comment,S,b),me=t.ownershipMetadataBypass===!0&&M.values?{...M,values:M.values.map(Fe=>({...Fe,author:b}))}:M,W=on("--note",t.note,S,b),ge=on("--learning",t.learning,S,b),ue=wc(t.file),Ue=vc(t.test);Ue.values=await Nn(Ue.values,b,S);let ht=kc(t.doc),gt=[],yt=await nA({id:e,options:t,unsetTargets:h,pmRoot:o,settings:s,typeRegistry:u,parentReferencePolicy:_}),bt=await xE(t.blockedBy,g.has("blocked_by"),o,s.id_prefix,s.item_format,u.type_to_folder),Pi=bt.id,Li=[...yt.warnings,...rA(bt)],Hn=Do(t,a,t.runtimeFieldCommands),Ut=JE(t,Hn);if(!Object.values(Ut).some(Boolean))return XE({pmRoot:o,id:e,settings:s,typeRegistry:u});gt.push(...await oA({options:t,fieldFlags:Ut,workflowEnforcement:p,typeWorkflows:f,statusRegistry:i,typeRegistry:u,pmRoot:o,id:e,settings:s}));let Ce=await sA({options:t,fieldFlags:Ut,statusRegistry:i,workflowTransitionWarnings:gt,global:n,id:e});if(Ce)return Ce;tA(t);let wt=Pt(),Ni=Ut.parent&&!g.has("parent")||A.additions.some(Fe=>wt.resolve(Fe.kind)?.hierarchy),L=await Ms({pmRoot:o,author:b,ttlSeconds:s.locks.ttl_seconds,waitMs:s.locks.wait_ms,required:Ni});try{let Fe=await QE({fieldFlags:Ut,clearedMetadataKeys:g,pmRoot:o,settings:s,typeToFolder:u.type_to_folder}),et,$r,vt=await ap({pmRoot:o,settings:s,typeToFolder:u.type_to_folder,id:e,op:OA(t,r),author:b,message:t.message,resolveHistoryContext:()=>$r,force:t.force,bypassAssigneeConflict:t.ownershipMetadataBypass===!0||t.ownershipDependencyBypass===!0,extensionFieldNames:d,skipNoop:!0,mutate(He){et=PA({document:He,recurrenceReason:r.recurrenceReason,requestedStatus:t.status,statusRegistry:i}),$r=et?{recurrence:et}:void 0,Fe=Fe?.map(Dr=>Dr.id===He.metadata.id?structuredClone(He.metadata):Dr);let Mi=xA(He,{options:t,settings:s,typeRegistry:u,statusRegistry:i,runtimeFieldRegistry:a,extensionRegistrations:c,extensionFieldNames:d,clearItemMetadataKeys:g,dependencyUpdates:A,dependencyRemovals:j,commentUpdates:me,noteUpdates:W,learningUpdates:ge,fileUpdates:ue,testUpdates:Ue,docUpdates:ht,resolvedParentValue:yt.resolvedParentValue,resolvedBlockedByDependencyId:Pi,runtimeFieldUpdates:Hn,nowValue:v,nowIso:S,author:b,pmRoot:o});return ZE({before:Fe,document:He,statusRegistry:i}),Mi}});await L();let Fi=Fe?gs(Fe,Fe.map(He=>He.id===vt.item.id?vt.item:He),vt.item.id):[];return{item:vt.item,changed_fields:vt.changedFields,warnings:[...gt,...Li,...R,...Fi,...vt.warnings],...et===void 0?{}:{lifecycle_transition:et}}}finally{await L()}}function OA(e,t){return e.ownershipMetadataBypass===!0||e.ownershipDependencyBypass===!0?"update_ownership_bypass":t.recurrenceReason===void 0?"update":"reopen"}function PA(e){if(e.recurrenceReason===void 0)return;let t=Q(e.document.metadata.status,e.statusRegistry)??e.document.metadata.status;if(!ee(t,e.statusRegistry))throw new m(`Item ${e.document.metadata.id} is already active with status ${t}; recurrence transitions require a terminal item.`,l.CONFLICT,{code:"item_already_active",reason:"recurrence_requires_terminal_item",required:"Use item reopen only for a terminal item whose work has recurred.",why:"Appending a recurrence event to active work would corrupt lifecycle history.",recovery:{suggested_retry:`pm get ${e.document.metadata.id} --full`,suggested_retry_args:["get",e.document.metadata.id,"--full"]},nextSteps:[`Inspect the active item with: pm get ${e.document.metadata.id} --full`,`Continue the existing work with: pm update ${e.document.metadata.id} ...`]});let n=e.requestedStatus??e.statusRegistry.open_status,r=Q(n,e.statusRegistry)??n,o=e.document.metadata,s=Object.fromEntries(["close_reason","resolution","expected_result","actual_result","fixed_version"].flatMap(i=>{let a=o[i];return typeof a=="string"?[[i,a]]:[]}));return{reason:e.recurrenceReason,from_status:t,to_status:r,previous_terminal:s}}async function mt(e,t,n){return Z_(e,t,n)}async function eh(e,t,n,r){let o=await Z_(e,t,n,{recurrenceReason:r});if(o.lifecycle_transition===void 0)throw new m(`Item ${e} did not produce the required recurrence receipt.`,l.GENERIC_FAILURE,{code:"reopen_receipt_missing",reason:"recurrence_transition_not_recorded",required:"A successful reopen must return the terminal-to-active lifecycle transition recorded in immutable history."});return{...o,lifecycle_transition:o.lifecycle_transition}}(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]="fada7a33-ad1d-54f1-ae03-c5f8e4568d75")}catch{}})();var nh=1,Oc="update-many",LA=new Set(["author","message","force","ownershipMetadataBypass","ownershipDependencyBypass","allowUnresolvedDeps"]),NA=["--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(", "),FA={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"},MA=[{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"}],$A={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"},rh=e=>{let t={};for(let[n,r]of Object.entries(e))LA.has(n)||r!==void 0&&(t[n]=r);return t},DA=e=>Object.keys(rh(e)).length>0,oh=e=>typeof e=="string"?e.trim():e,UA=e=>{let t=String(e).trim(),n=Number(t);return Number.isInteger(n)?n:t},xc=e=>{let t=String(e).trim(),n=Number(t);return Number.isFinite(n)?n:t},GA=e=>{let t=String(e).trim().toLowerCase();return new Map([["true",!0],["1",!0],["false",!1],["0",!1]]).get(t)??oh(e)},jA={priority:UA,estimatedMinutes:xc,order:xc,rank:xc,regression:GA},qA=(e,t)=>{if(t!==void 0)return(jA[e]??oh)(t)},KA=e=>{let t=e.trim().toLowerCase().replaceAll("-","_");return $A[t]??t},ni=(e,t)=>rt(e,t),zA=(e,t)=>t!==void 0?t:e==="type_options"?{}:[],BA=(e,t)=>Array.isArray(t)?t.length:e==="type_options"&&t&&typeof t=="object"?Object.keys(t).length:0,VA=e=>e.replace?"replace":e.clear?"clear_or_reset":e.removeCount>0?"merge_remove":"append",th=(e,t)=>t===void 0?void 0:e[t],Gn=e=>Array.isArray(e)?e.length:0,HA=(e,t,n)=>{let r=n[e.addKey],o=th(n,e.removeKey),s=Gn(r),i=Gn(o),a=n[e.clearKey]===!0,c=th(n,e.replaceKey)===!0;if(![a,c,s>0,i>0].includes(!0))return;let d=zA(e.field,t[e.field]);return{field:e.field,before:d,after:{operation:VA({replace:c,clear:a,removeCount:i}),clear:a,replace:c,add_count:s,remove_count:i,before_count:BA(e.field,d)}}},WA=(e,t)=>{let n=[];for(let r of MA){let o=HA(r,e,t);o!==void 0&&n.push(o)}return n},YA=e=>Array.isArray(e)?e.filter(t=>typeof t=="string"):[],JA=(e,t)=>{if(![t.tags!==void 0,Gn(t.addTags)>0,Gn(t.removeTags)>0].includes(!0))return;let n=YA(e.tags),r=t.tags===void 0?n:xt(t.tags),o=Cn(r,t.addTags),s=Jo(o,t.removeTags).slice().sort((a,c)=>a.localeCompare(c)),i=n.slice().sort((a,c)=>a.localeCompare(c));if(!ni(i,s))return{field:"tags",before:n,after:s}},XA=(e,t)=>{let n=e.acceptance_criteria,r=Yo(Tn(n),t.addAc,t.removeAc);if(r.unmatchedRemovals.length>0)throw new m(`Acceptance criteria removal did not match: ${r.unmatchedRemovals.join(", ")}`,l.NOT_FOUND,{code:"acceptance_criteria_remove_unmatched",reason:"exact_match_not_found",field:"acceptance_criteria",unmatched:r.unmatchedRemovals});let o=r.criteria.join("; ");if(!ni(typeof n=="string"?n:"",o))return{field:"acceptance_criteria",before:n,after:o}},QA=(e,t,n)=>{for(let[r,o]of Object.entries(FA)){let s=n[r];if(s===void 0)continue;let i=t[o],a=qA(r,s);ni(i,a)||e.push({field:o,before:i,after:a})}},ZA=(e,t,n,r)=>{let o=Do(n,r,["update_many"]);for(let[s,i]of Object.entries(o)){let a=t[s];ni(a,i)||e.push({field:s,before:a,after:i})}},eT=(e,t,n)=>{for(let r of n??[]){let o=KA(r),s=t[o];s!==void 0&&e.push({field:o,before:s,after:null})}},tT=(e,t,n={})=>{let r=e,o=[],s=JA(r,n);if(s&&o.push(s),QA(o,r,n),Gn(n.addAc)>0||Gn(n.removeAc)>0){let i=XA(r,n);i!==void 0&&o.push(i)}return o.push(...WA(r,n)),ZA(o,r,n,t),eT(o,r,n.unset),{id:e.id,changes:o}},nT=(e,t)=>Sp(e,t,{strict:!0,flagLabel:"--filter-status"}),rT=e=>{if(e?.ids!=null&&String(e.ids).trim().length===0)throw new m("--ids requires at least one non-empty item ID",l.USAGE)},oT=[({update:e})=>{e.priority!==void 0&&Rn(e.priority)},({update:e,settings:t,pmRoot:n})=>{if(e.type===void 0)return;let r=O(t,x());if(!he(e.type,r))throw new m(Tt(e.type,r.types,Ct(n,t.schema)),l.USAGE)},({update:e,statusRegistry:t})=>{if(e.status!==void 0&&!Q(e.status,t)){let n=t.definitions.map(r=>r.id);throw new m(`Invalid --status value "${e.status}". Allowed: ${n.join(", ")}`,l.USAGE)}},({update:e})=>{e.deadline!==void 0&&te(e.deadline,new Date,"deadline")},({update:e})=>{e.estimatedMinutes!==void 0&&In(e.estimatedMinutes,"estimated-minutes")}],sT=(e,t,n,r)=>{let o={update:e,settings:t,statusRegistry:n,pmRoot:r};for(let s of oT)s(o)},iT=async e=>{let t=await Vo(e.pmRoot,Oc,e.rollbackId,nh),n=e.options.update?.message??`Rollback update-many checkpoint ${t.id}`,r=await Ho(t.items,(o,s)=>Jt(o,s,{author:e.options.update?.author,message:n,force:e.options.update?.force??!0},e.global));return{...Bt({applied:r.restored_ids.length,skipped:0,failed:r.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:r.restored_ids.length,failed_count:r.failed_count,rows:r.rows,ids:r.restored_ids}},aT=async e=>{let t={schema_version:nh,id:e.checkpointId,created_at:e.nowValue,author:C(e.options.update?.author,"unknown"),status_filter:e.statusFilter??null,list_filters:e.filters,update_options:e.updateSummary,items:e.checkpointItems},n=await Bo(e.pmRoot,Oc,e.checkpointId,t);return{id:e.checkpointId,created_at:e.nowValue,path:n,rollback_command:`pm update-many --rollback ${e.checkpointId}`}},cT=(e,t)=>{if(e==null)return;let n=[...new Set(String(e).split(",").map(o=>o.trim()).filter(o=>o.length>0))],r=new Set(t.map(o=>o.id));return n.filter(o=>!r.has(o))},Pc=e=>e.unmatchedIds===void 0?{}:{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length},dT=async e=>{let t=E(process.cwd(),e.path);await I(t);let n=await T(t);return{pmRoot:t,settings:n,statusRegistry:$(n.schema),runtimeFieldRegistry:We(n.schema)}},lT=e=>{if(e.options.dryRun===!0)throw new m("--dry-run cannot be combined with --rollback",l.USAGE);if(mr(e.options.list,e.options.status))throw new m("Rollback mode does not accept filter options",l.USAGE);if(Object.keys(e.updateSummary).length>0)throw new m("Rollback mode does not accept update mutation flags",l.USAGE);return iT({pmRoot:e.runtime.pmRoot,rollbackId:e.rollbackId,options:e.options,global:e.global})},mT=async e=>{nT(e.options.status,e.runtime.statusRegistry);let t=await ct(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(o=>{let s=tT(o,e.runtime.runtimeFieldRegistry,e.options.update);return e.dependencyWarnings.length===0?s:{...s,warnings:[...e.dependencyWarnings]}}),r=e.options.list?.ids==null?[]:(await ct(void 0,{ids:e.options.list.ids,noTruncate:!0,full:!0},e.global)).items;return{listed:t,planned:n,actionable:n.filter(o=>o.changes.length>0),updateSummary:e.updateSummary,unmatchedIds:cT(e.options.list?.ids,r)}},uT=e=>({outcome:"effect",exit_code:l.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:[],...Pc(e)}),pT=e=>({...Bt({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"})),ids:[],...Pc(e)}),fT=async e=>{let t=[],n=[],r=e.options.update.message??`update-many apply ${e.checkpointId}`,o=new Set(e.plans.filter(s=>s.changes.length>0).map(s=>s.id));for(let s of e.items){if(!o.has(s.id)){t.push({id:s.id,status:"skipped"});continue}try{let i=Ra({...e.options.update,message:r,runtimeFieldCommands:["update_many"]}),a=await mt(s.id,i,e.global);t.push({id:s.id,status:"updated",changed_fields:a.changed_fields,warnings:a.warnings}),n.push(s.id)}catch(i){t.push({id:s.id,status:"failed",error:_n(i)})}}return{rows:t,updatedIds:n}},_T=async e=>{if(e.plan.actionable.length===0)return pT(e.plan);let t=k(),n=zo(Oc,t),r=new Set(e.plan.actionable.map(p=>p.id)),o=e.plan.listed.items.filter(p=>r.has(p.id)).map(p=>({id:p.id,target_updated_at:p.updated_at})),s=e.options.checkpoint===!1?void 0:await aT({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:o}),i=await fT({items:e.plan.listed.items,plans:e.plan.planned,options:e.options,global:e.global,checkpointId:n}),a=p=>i.rows.filter(f=>f.status===p).length,c=a("updated"),d=a("skipped"),u=a("failed");return{...Bt({applied:c,skipped:d,failed:u,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,...s?{checkpoint:s}:{},updated_count:c,skipped_count:d,failed_count:u,rows:i.rows,ids:i.updatedIds,...Pc(e.plan)}},sh=async(e,t)=>{let n=await dT(t),r=typeof e.rollback=="string"?e.rollback:void 0;r===void 0&&(e={...e,update:Ra(await Ic(e.update))});let o=rh(e.update);if(rT(e.list),r!==void 0)return lT({runtime:n,rollbackId:r,options:e,global:t,updateSummary:o});if(!DA(e.update)&&e.dryRun!==!0)throw new m(`No update-many mutation flags provided. Add at least one mutation flag (for example: ${NA}), or pass --dry-run for a filter-only preview.`,l.USAGE);sT(e.update,n.settings,n.statusRegistry,n.pmRoot),Rc(e.update);let s=await Xt({pmRoot:n.pmRoot,dependencies:ti(e.update.dep,n.settings.id_prefix,k(),C(e.update.author,n.settings.author_default)).additions,idPrefix:n.settings.id_prefix,itemFormat:n.settings.item_format,typeToFolder:O(n.settings,x()).type_to_folder,allowUnresolved:e.update.allowUnresolvedDeps}),i=await mT({options:e,global:t,runtime:n,updateSummary:o,dependencyWarnings:s});return await Xt({pmRoot:n.pmRoot,dependencies:ti(e.update.dep,n.settings.id_prefix,k(),C(e.update.author,n.settings.author_default)).additions,idPrefix:n.settings.id_prefix,itemFormat:n.settings.item_format,typeToFolder:O(n.settings,x()).type_to_folder,allowUnresolved:e.update.allowUnresolvedDeps,holders:i.listed.items.map(a=>({id:a.id,createdAt:a.created_at})),schema:n.settings.schema}),e.dryRun===!0?uT(i):_T({runtime:n,options:e,global:t,plan:i})};(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]="f7e870b6-fd80-5742-bc81-826d8f102d30")}catch{}})();var hT=["create","show","add-step","update-step","complete-step","block-step","reorder-step","remove-step","link","unlink","decision","discovery","validation","resume","approve","materialize"],ih=["brief","standard","deep"],dh="plan-step-",Dc="draft",$c=["bug-investigation","feature-implementation","refactoring-sprint"],ah={"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 gT(e){let t=e.trim().toLowerCase(),n=Object.prototype.hasOwnProperty.call(ah,t)?ah[t]:void 0;if(!n)throw new m(`Unknown plan template "${e}". Allowed: ${$c.join(", ")}`,l.USAGE,{code:"unknown_plan_template",examples:[`pm plan create --title "Fix login crash" --template ${$c[0]}`]});return n.map(r=>({...r}))}function yT(e,t){return t>0?Math.round(e/t*100):0}function lh(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 De(e){return Array.isArray(e)?e.flatMap(t=>xn(t,{unique:!1})):typeof e=="string"&&e.trim().length>0?xn(e,{unique:!1}):[]}function Ae(e){return Array.isArray(e)?e.map(t=>t.trim()).filter(Boolean):typeof e=="string"&&e.trim().length>0?[e.trim()]:[]}function mh(e,t=Dc){if(e===void 0)return t;let n=e.trim().toLowerCase(),r=Bi.find(o=>o===n);if(!r)throw new m(`Invalid plan mode "${e}". Allowed: ${Bi.join(", ")}`,l.USAGE);return r}function Uc(e,t="pending"){if(e===void 0)return t;let n=e.trim().toLowerCase(),r=Vi.find(o=>o===n);if(!r)throw new m(`Invalid step status "${e}". Allowed: ${Vi.join(", ")}`,l.USAGE);return r}function uh(e,t="related"){if(e===void 0)return t;let n=e.trim().toLowerCase(),r=Wi.find(o=>o===n);if(!r)throw new m(`Invalid step link kind "${e}". Allowed: ${Wi.join(", ")}`,l.USAGE);return r}function bT(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0)return;let n=Hi.find(r=>r===t);if(!n)throw new m(`Invalid plan harness "${e}". Allowed: ${Hi.join(", ")}`,l.USAGE);return n}function wT(e){if(e===void 0)return"brief";let t=e.trim().toLowerCase(),n=ih.find(r=>r===t);if(!n)throw new m(`Invalid --depth "${e}". Allowed: ${ih.join(", ")}`,l.USAGE);return n}function vT(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 m("Plan --fields requires a comma-separated list of plan field names",l.USAGE);return t}var Lc=new Set(["id","title","status","mode","scope","harness","parent","resume_context","steps_summary","current_step","blocked_steps","steps","decisions","discoveries","validation","linked_items"]);function kT(e,t){let n=e,r={},o=[];for(let s of t){let i=s.startsWith("plan.")?s.slice(5):s;if(i.length!==0){if(!Lc.has(i)){o.push(s);continue}Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])}}if(o.length>0)throw new m(`Unknown Plan --fields value(s): ${o.join(", ")}`,l.USAGE,{nextSteps:[`Use --fields ${[...Lc].join(",")}`,"Run pm plan show <id> --depth brief for compact default fields."],recovery:{provided_fields:o,suggested_retry:`pm plan show <id> --fields ${[...Lc].join(",")}`}});return r}function Gc(e,t){let n={};for(let r of e.split(",")){let o=r.trim();if(o.length===0)continue;let s=o.indexOf("=");if(s<=0)throw new m(`Invalid ${t} entry "${o}"; expected key=value`,l.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[o.slice(0,s).trim().toLowerCase()]=o.slice(s+1).trim()}return n}function jc(e){let t=Gc(e,"--file");if(!t.path)throw new m("--file requires path=<value>",l.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 qc(e){let t=Gc(e,"--test");if(!t.command&&!t.path)throw new m("--test requires at least command=<value> or path=<value>",l.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 Kc(e){let t=Gc(e,"--doc");if(!t.path)throw new m("--doc requires path=<value>",l.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 ST(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=yT(t.completed,t.total),t}function ET(e){let t=new Set(e.map(n=>n.id));for(let n=e.length+1;n<e.length+1024;n+=1){let r=`${dh}${String(n).padStart(3,"0")}`;if(!t.has(r))return r}throw new m("Could not allocate step id (limit reached)",l.GENERIC_FAILURE)}function jn(e,t){let n=t.trim();if(n.length===0)throw new m("Step reference cannot be empty",l.USAGE);let r=e.find(o=>o.id===n);if(r)return r;if(/^\d+$/.test(n)){let o=Number.parseInt(n,10),s=e.find(i=>i.order===o);if(s)return s}throw new m(`Step "${t}" not found in plan`,l.NOT_FOUND)}function ch(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 AT(e,t){let n=t.filter(i=>i.trim().toLowerCase()==="all"),r=[],o=[];if(n.length>0){if(t.length>n.length)throw new m("pm plan materialize --steps all cannot be combined with other step refs",l.USAGE);for(let i of e.slice().sort((a,c)=>a.order-c.order)){let a=ch(i);if(a){o.push({from_step:i.id,...a});continue}r.push(i)}return{targets:r,skipped:o}}let s=new Set;for(let i of t){let a=jn(e,i);if(s.has(a.id))continue;s.add(a.id);let c=ch(a);if(c){o.push({from_step:a.id,...c});continue}r.push(a)}return{targets:r,skipped:o}}function TT(e,t){let n=e==="decision"?t.decisionText:e==="discovery"?t.discoveryText:t.validationText,r=e==="decision"?t.decision:e==="discovery"?t.discovery:t.validation;return n?.trim()||r?.trim()||void 0}function CT(e){return e.find(t=>t.status==="in_progress")??e.find(t=>t.status==="pending")}function IT(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 Oe(e,t="brief"){let n=(e.plan_steps??[]).slice().sort((i,a)=>i.order-a.order),r=ST(n),o=CT(n),s={id:e.id,title:e.title,status:e.status,mode:e.plan_mode??Dc,scope:e.plan_scope,harness:e.plan_harness,parent:e.parent,resume_context:e.plan_resume_context,steps_summary:r,current_step:o?{id:o.id,order:o.order,title:o.title,status:o.status}:void 0,blocked_steps:IT(n),linked_items:(e.dependencies??[]).map(i=>({id:i.id,kind:i.kind}))};return(t==="standard"||t==="deep")&&(s.steps=n),t==="deep"&&(s.decisions=e.plan_decisions??[],s.discoveries=e.plan_discoveries??[],s.validation=e.plan_validation??[]),s}function Pe(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&&!Oa(t.mode)&&t.status!=="closed"&&t.status!=="canceled"&&n.push(`pm close ${e} "plan complete"`),n}function ph(e){if((e.type??"").trim().toLowerCase()!=="plan")throw new m(`Item ${e.id} is type ${e.type}; pm plan commands require type=Plan. Use pm plan create or pm create --type Plan first.`,l.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 RT(e){let t=E(process.cwd(),e.path);await I(t);let n=await T(t);return{pmRoot:t,settings:n}}async function fh(e,t){let n=O(e.settings,x()),r=await U(e.pmRoot,t,e.settings.id_prefix,e.settings.item_format,n.type_to_folder);if(!r)throw new m(`Plan ${t} not found`,l.NOT_FOUND);let o=await H(r,{schema:e.settings.schema});return ph(o.document.metadata),{document:o.document,itemId:r.id}}function xT(e){let t=[];e.parent&&t.push(`id=${e.parent.trim()},kind=parent`);for(let n of De(e.related))t.push(`id=${n},kind=related`);for(let n of De(e.blocks))t.push(`id=${n},kind=blocks`);for(let n of De(e.blockedBy))t.push(`id=${n},kind=blocked_by`);return t.length>0?t:void 0}function OT(e){let t=e.validationText?.trim(),n=e.validationCommand?.trim(),r=e.validationExpected?.trim();if(!(!t&&!n&&!r))return{text:t||n||"Validation check",command:n||void 0,expected:r||void 0}}function PT(e){return!!e.stepBody?.trim()||!!e.stepOwner?.trim()||!!e.stepStatus?.trim()||!!e.stepEvidence?.trim()||!!e.stepBlockedReason?.trim()||!!e.stepReplacement?.trim()||De(e.dependsOn).length>0||De(e.link).length>0}function LT(e){let t=e.stepTitle?.trim()||void 0,n=lh(e.step),r=e.template?.trim()?gT(e.template):[];return{repeatedStepTitles:n,stepTitleFlag:t,stepTitles:[...t?[t]:[],...n,...r.map(o=>o.title)],templateSteps:r}}function NT(e,t){if((e.stepTitleFlag||e.repeatedStepTitles.length>0)&&e.templateSteps.length>0)throw new m("pm plan create --template cannot be combined with --step-title or --step; choose one step seeding source",l.USAGE,{code:"ambiguous_option_combination",examples:[`pm plan create --title "Fix login crash" --template ${$c[0]}`,'pm plan create --title "Custom plan" --step "Read the code" --step "Write the fix"']});if(e.stepTitles.length>1&&t)throw new m("pm plan create per-step options apply to a single initial step; with multiple --step values create the plan first, then refine steps individually",l.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 FT(e,t){let n=Uc(e.stepStatus,"pending"),r=zc(e,"depends_on"),o=Ae(e.file).map(jc),s=Ae(e.test).map(qc),i=Ae(e.doc).map(Kc),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:r.length>0?r:void 0,files:o.length>0?o:void 0,tests:s.length>0?s:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n==="completed"?a:void 0}}function MT(e){let t=LT(e),n=PT(e);if(NT(t,n),t.stepTitles.length===0)return{steps:[],hasPerStepDetailOptions:n};if(t.stepTitles.length===1)return{steps:[FT(e,t.stepTitles[0])],hasPerStepDetailOptions:n};let r=k();return{steps:t.stepTitles.map((o,s)=>({id:`${dh}${String(s+1).padStart(3,"0")}`,order:s+1,title:o,body:t.templateSteps[s]?.body,status:"pending",created_at:r,updated_at:r})),hasPerStepDetailOptions:n}}function _h(e,t,n=[]){ve(e,t),n.length>0&&wp(t,n)}async function $T(e,t,n){let r=e.title?.trim();if(!r)throw new m("pm plan create requires --title",l.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Refactor lock retry" --scope pm-a1b2']});let o=mh(e.mode,Dc),s=bT(e.harness),i=e.fromSearch?.trim(),a=OT(e),{steps:c,hasPerStepDetailOptions:d}=MT(e);if(c.length===0&&d)throw new m("pm plan create step options require --step-title (or a single --step)",l.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Execution plan" --step-title "Read the code"']});let u=e.description?.trim()??e.scope?.trim()??r,p=e.claim?C(e.author,n.settings.author_default):e.assignee?.trim()||void 0,f={...e,title:r,description:u,type:"Plan",template:void 0,file:Ae(e.file),test:Ae(e.test),doc:Ae(e.doc),field:Ae(e.field),assignee:C(e.author,n.settings.author_default),blockedBy:void 0,dep:xT(e),message:e.message??(i?`plan create (search: ${i})`:"plan create")};_h(e,f);let _=await Lt(f,t),h=await ne({pmRoot:n.pmRoot,settings:n.settings,id:_.item.id,op:"plan_create_metadata",author:C(e.author,n.settings.author_default),message:"seed plan metadata",mutate(g){let b=["plan_mode"];g.metadata.plan_mode=o,s&&(g.metadata.plan_harness=s,b.push("plan_harness"));let v=e.scope?.trim();v&&(g.metadata.plan_scope=v,b.push("plan_scope"));let S=e.resumeContext?.trim();return S&&(g.metadata.plan_resume_context=S,b.push("plan_resume_context")),g.metadata.plan_steps=c,b.push("plan_steps"),a&&(g.metadata.plan_validation=[...g.metadata.plan_validation??[],a],b.push("plan_validation")),p&&(g.metadata.assignee=p,b.push("assignee")),{changedFields:b}}}),y=Oe(h.item,"brief");return{action:"create",plan:y,step:c[0],next_actions:Pe(_.item.id,y),warnings:[..._.warnings],generated_at:k()}}async function DT(e,t,n){let r=wT(t.depth),o=vT(t.fields),{document:s,itemId:i}=await fh(n,e),a=Oe(s.metadata,o===null?r:"deep");return{action:"show",plan:o===null?a:kT(a,o),next_actions:Pe(i,a),warnings:[],generated_at:k()}}function UT(e,t){let n=new Map(Object.entries(t).filter(([r])=>r.startsWith("plan_")).map(([r,o])=>[r,JSON.stringify(o)]));return[...new Set([...e.keys(),...n.keys()])].filter(r=>e.get(r)!==n.get(r))}async function Xe(e){let t=C(e.options.author,e.ctx.settings.author_default),n,r=await ne({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(o){ph(o.metadata);let s=$(e.ctx.settings.schema);if(ee(o.metadata.status,s)||Oa(o.metadata.plan_mode))throw new m(`Plan ${o.metadata.id} is terminal (status=${o.metadata.status}, plan_mode=${o.metadata.plan_mode??"unset"}) and cannot be mutated.`,l.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=(o.metadata.plan_steps??[]).slice(),a=new Map(Object.entries(o.metadata).filter(([p])=>p.startsWith("plan_")).map(([p,f])=>[p,JSON.stringify(f)])),c=e.mutator(i,o);n=c.resultStep;let d=i.slice().sort((p,f)=>p.order-f.order).map((p,f)=>({...p,order:f+1}));o.metadata.plan_steps=d;let u=UT(a,o.metadata);return u.length===0&&c.changedSteps.length===0?{changedFields:[]}:{changedFields:u.length>0?u:["plan_steps"]}}});return{document:{metadata:r.item,body:r.body},resultStep:n,itemId:r.item.id}}async function GT(e,t,n){let r=t.stepTitle?.trim();if(!r)throw new m("pm plan add-step requires --step-title",l.USAGE);let o=Uc(t.stepStatus,"pending"),s=t.allowMultipleActive===!0,{document:i,resultStep:a,itemId:c}=await Xe({id:e,options:t,ctx:n,op:"plan_add_step",message:`plan add-step "${r}"`,mutator(u){let p=u.length+1;hh(u,void 0,o,s);let f=jT(u,t,{order:p,title:r,status:o});return u.push(f),{changedSteps:[f.id],resultStep:f}}}),d=Oe(i.metadata,"standard");return{action:"add-step",plan:d,step:a,next_actions:Pe(c,d),warnings:[],generated_at:k()}}function hh(e,t,n,r){if(n!=="in_progress"||r)return;let o=e.find(s=>s.id!==t&&s.status==="in_progress");if(o)throw new m(`Plan already has step ${o.id} in_progress. Pass --allow-multiple-active or update that step first.`,l.CONFLICT)}function jT(e,t,n){let r=zc(t,"depends_on"),o=Ae(t.file).map(jc),s=Ae(t.test).map(qc),i=Ae(t.doc).map(Kc),a=k();return{id:ET(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:r.length>0?r:void 0,files:o.length>0?o:void 0,tests:s.length>0?s:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n.status==="completed"?a:void 0}}function zc(e,t){let n=De(e.dependsOn).map(u=>({id:u,kind:t})),r=De(e.related).map(u=>({id:u,kind:"related"})),o=De(e.blocks).map(u=>({id:u,kind:"blocks"})),s=De(e.blockedBy).map(u=>({id:u,kind:"blocked_by"})),i=De(e.link),a=uh(e.linkKind,t),c=e.linkNote?.trim(),d=i.map(u=>{let p={id:u,kind:a};return c&&(p.note=c),p});return[...n,...r,...o,...s,...d]}async function Nc(e,t,n,r){let{document:o,resultStep:s,itemId:i}=await Xe({id:e,options:t,ctx:n,op:r.op,message:t.message??`${r.op} ${r.stepRef}`,mutator(c,d){let u=jn(c,r.stepRef),p=k(),f=r.finalStatus??Uc(t.stepStatus,u.status),_=t.allowMultipleActive===!0||r.allowMultipleActive===!0;return hh(c,u.status==="in_progress"?u.id:void 0,f,_),qT(u,t,f,p),d.metadata.updated_at=p,{changedSteps:[u.id],resultStep:u}}}),a=Oe(o.metadata,"standard");return{action:r.op==="plan_complete_step"?"complete-step":r.op==="plan_block_step"?"block-step":"update-step",plan:a,step:s,next_actions:Pe(i,a),warnings:[],generated_at:k()}}function qT(e,t,n,r){KT(e,t,n),zT(e,t),e.status=n,e.updated_at=r,BT(e,n,r)}function KT(e,t,n){if(!(n!=="blocked"||t.stepBlockedReason?.trim()||e.blocked_reason))throw new m("Blocking a step requires --step-blocked-reason or an already-recorded blocked_reason.",l.USAGE)}function zT(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 r=Ae(t.file).map(jc),o=Ae(t.test).map(qc),s=Ae(t.doc).map(Kc);r.length>0&&(e.files=Fc(e.files,r)),o.length>0&&(e.tests=Fc(e.tests,o)),s.length>0&&(e.docs=Fc(e.docs,s))}function Fc(e,t){let n=[...e??[]],r=new Set(n.map(o=>JSON.stringify(o)));for(let o of t){let s=JSON.stringify(o);r.has(s)||(r.add(s),n.push(o))}return n}function BT(e,t,n){if(t==="completed"&&!e.completed_at){e.completed_at=n;return}t!=="completed"&&(e.completed_at=void 0)}async function VT(e,t,n,r,o){let{document:s,itemId:i}=await Xe({id:e,options:t,ctx:n,op:"plan_reorder_step",message:t.message??`plan reorder-step ${r} -> ${o}`,mutator(c){let d=jn(c,r),u=c.filter(f=>f.id!==d.id),p=Math.max(1,Math.min(o,u.length+1));return u.splice(p-1,0,d),u.forEach((f,_)=>{f.order=_+1,f.updated_at=k()}),c.length=0,c.push(...u),{changedSteps:[d.id],resultStep:d}}}),a=Oe(s.metadata,"standard");return{action:"reorder-step",plan:a,next_actions:Pe(i,a),warnings:[],generated_at:k()}}async function HT(e,t,n,r){let{document:o,itemId:s}=await Xe({id:e,options:t,ctx:n,op:"plan_remove_step",message:t.message??`plan remove-step ${r}`,mutator(a){let c=jn(a,r),d=a.filter(u=>u.id!==c.id);return d.forEach((u,p)=>{u.order=p+1}),a.length=0,a.push(...d),{changedSteps:[c.id]}}}),i=Oe(o.metadata,"standard");return{action:"remove-step",plan:i,next_actions:Pe(s,i),warnings:[],generated_at:k()}}async function WT(e,t,n,r){let o=zc(t,uh(t.linkKind,"related"));if(o.length===0)throw new m("pm plan link requires at least one --link/--related/--blocks/--blocked-by/--depends-on id",l.USAGE);let s=t.promoteToItemDep===!0,{document:i,itemId:a,resultStep:c}=await Xe({id:e,options:t,ctx:n,op:"plan_link_step",message:t.message??`plan link ${r}`,mutator(u,p){let f=jn(u,r),_=f.linked_items??[],h=g=>`${g.kind}:${g.id}`,y=new Set(_.map(h));for(let g of o){let b=h(g);y.has(b)||(_.push(g),y.add(b))}if(f.linked_items=_,f.updated_at=k(),s){let g=p.metadata.dependencies??[],b=S=>`${S.kind}:${S.id}`,v=new Set(g.map(b));for(let S of o){let A=S.kind==="depends_on"?"blocked_by":S.kind,R={id:S.id,kind:A,created_at:k(),author:C(t.author,n.settings.author_default)};v.has(b(R))||(g.push(R),v.add(b(R)))}p.metadata.dependencies=g}return{changedSteps:[f.id],resultStep:f}}}),d=Oe(i.metadata,"standard");return{action:"link",plan:d,step:c,next_actions:Pe(a,d),warnings:[],generated_at:k()}}async function YT(e,t,n,r){let o=De(t.link);if(o.length===0)throw new m("pm plan unlink requires --link <id> to remove",l.USAGE);let{document:s,itemId:i,resultStep:a}=await Xe({id:e,options:t,ctx:n,op:"plan_unlink_step",message:t.message??`plan unlink ${r}`,mutator(d){let u=jn(d,r),p=(u.linked_items??[]).filter(f=>!o.includes(f.id));return u.linked_items=p.length>0?p:void 0,u.updated_at=k(),{changedSteps:[u.id],resultStep:u}}}),c=Oe(s.metadata,"standard");return{action:"unlink",plan:c,step:a,next_actions:Pe(i,c),warnings:[],generated_at:k()}}async function Mc(e,t,n,r){let o=TT(r,t);if(!o){let d=`--${r}-text`,u=`--${r}`;throw new m(`pm plan ${r} requires ${d}`,l.USAGE,{code:"missing_required_option",examples:[`pm plan ${r} <plan-id> ${d} "..."`,`pm plan ${r} <plan-id> ${u} "..."`],recovery:{suggested_retry:`pm plan ${r} <plan-id> ${d} <value>`}})}let s=C(t.author,n.settings.author_default),{document:i,itemId:a}=await Xe({id:e,options:t,ctx:n,op:`plan_append_${r}`,message:t.message??`plan ${r} append`,mutator(d,u){let p=k();if(r==="decision"){let _=u.metadata.plan_decisions??[];return _.push({ts:p,author:s,decision:o,rationale:t.decisionRationale?.trim()||void 0,evidence:t.decisionEvidence?.trim()||void 0}),u.metadata.plan_decisions=_,{changedSteps:[]}}if(r==="discovery"){let _=u.metadata.plan_discoveries??[];return _.push({ts:p,author:s,text:o}),u.metadata.plan_discoveries=_,{changedSteps:[]}}let f=u.metadata.plan_validation??[];return f.push({text:o,command:t.validationCommand?.trim()||void 0,expected:t.validationExpected?.trim()||void 0}),u.metadata.plan_validation=f,{changedSteps:[]}}}),c=Oe(i.metadata,"deep");return{action:r,plan:c,next_actions:Pe(a,c),warnings:[],generated_at:k()}}async function JT(e,t,n){let r=t.resumeContext?.trim();if(!r)throw new m("pm plan resume requires --resume-context <text>",l.USAGE);let{document:o,itemId:s}=await Xe({id:e,options:t,ctx:n,op:"plan_resume",message:t.message??"plan resume context update",mutator(a,c){c.metadata.plan_resume_context=r;let d=t.scope?.trim();return d&&(c.metadata.plan_scope=d),{changedSteps:[]}}}),i=Oe(o.metadata,"brief");return{action:"resume",plan:i,next_actions:Pe(s,i),warnings:[],generated_at:k()}}async function XT(e,t,n){let r=mh(t.mode??"approved","approved"),{document:o,itemId:s}=await Xe({id:e,options:t,ctx:n,op:"plan_approve",message:t.message??`plan approve mode=${r}`,mutator(a,c){c.metadata.plan_mode=r;let d=t.scope?.trim();return d&&(c.metadata.plan_scope=d),{changedSteps:[]}}}),i=Oe(o.metadata,"brief");return{action:"approve",plan:i,next_actions:Pe(s,i),warnings:[],generated_at:k()}}function gh(e){return e.map(t=>`plan_materialize_skipped:${t.from_step}:${t.reason}${t.existing_id?`:${t.existing_id}`:""}`)}function QT(e,t){let n=Oe(e.document.metadata,"standard");return{action:"materialize",plan:n,materialized:[],materialize_skipped:t,next_actions:Pe(e.itemId,n),warnings:gh(t),generated_at:k()}}function ZT(e,t,n){let r=[`id=${e},kind=parent`,`id=${t},kind=discovered_from`];for(let o of n.linked_items??[]){let s=o.kind==="blocked_by"||o.kind==="blocks"||o.kind==="related"||o.kind==="discovered_from"?o.kind:"related";r.push(`id=${o.id},kind=${s}`)}return r}async function eC(e){let t=[],n={},r=new Set(["title","description","type","parent","tags","author","message","dep"]);for(let o of Ae(e.options.field)){let s=o.indexOf("=");if(s<=0)throw new m(`Invalid --field entry "${o}"; expected name=value`,l.USAGE);let i=o.slice(0,s).trim(),a=o.slice(s+1).trim();if(i.length===0)throw new m(`Invalid --field entry "${o}"; expected name=value`,l.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 m(`Invalid --field entry "${o}"; expected name=value`,l.USAGE);let[d,...u]=c,p=`${d}${u.map(f=>`${f.slice(0,1).toUpperCase()}${f.slice(1)}`).join("")}`;if(r.has(p))throw new m(`Invalid --field entry "${o}"; "${p}" is reserved by materialize and cannot be overridden`,l.USAGE);n[p]=a}for(let o of e.targets){let s={...n,title:o.title,description:o.body?.trim()||o.title,type:e.resolvedTypeName,parent:e.parent,tags:e.tags,author:e.options.author,message:e.options.message??`materialized from plan ${e.planItemId} step ${o.id}`,dep:ZT(e.parent,e.planItemId,o)};_h(e.options,s,["description",...Object.keys(n)]);let i=await Lt(s,{path:e.pmRoot});t.push({id:i.item.id,title:i.item.title,type:e.resolvedTypeName,parent:i.item.parent,tags:i.item.tags??[],from_step:o.id})}return t}function tC(e,t,n){for(let r of t){let o=n.find(a=>a.from_step===r.id);if(!o)continue;let s=e.find(a=>a.id===r.id);if(!s)continue;let i=s.linked_items??[];i.push({id:o.id,kind:"implements",note:`materialized as ${o.type}`}),s.linked_items=i,s.updated_at=k()}}async function nC(e,t,n){let r=De(t.steps);if(r.length===0)throw new m("pm plan materialize requires --steps <ids|orders|all>",l.USAGE);let o=t.materializeType?.trim()||"Task",s=O(n.settings,x()),i=he(o,s);if(!i)throw new m(`Invalid --materialize-type "${o}"`,l.USAGE);let a=t.materializeParent?.trim()||e,c=t.materializeTags,d=await fh(n,e),u=(d.document.metadata.plan_steps??[]).slice(),{targets:p,skipped:f}=AT(u,r);if(p.length===0){if(f.length>0)return QT(d,f);throw new m("No matching plan steps found for --steps",l.NOT_FOUND)}let _=await eC({targets:p,parent:a,planItemId:d.itemId,resolvedTypeName:i,tags:c,options:t,pmRoot:n.pmRoot}),{document:h,itemId:y}=await Xe({id:e,options:t,ctx:n,op:"plan_materialize",message:t.message??`plan materialize ${r.join(",")}`,mutator(b){return tC(b,p,_),{changedSteps:p.map(v=>v.id)}}}),g=Oe(h.metadata,"standard");return{action:"materialize",plan:g,materialized:_,...f.length>0?{materialize_skipped:f}:{},next_actions:Pe(y,g),warnings:gh(f),generated_at:k()}}function rC(e){if(e.subcommand==="create")return e;let t=lh(e.options.step);if(t.length>1)throw new m(`pm plan ${e.subcommand} accepts a single --step/--step-title value (repeated --step seeds ordered steps only on pm plan create)`,l.USAGE);return t.length===1&&!e.options.stepTitle?.trim()?{...e,options:ve(e.options,{...e.options,stepTitle:t[0]})}:e}function ut(e,t){if(!e.id)throw new m(`pm plan ${t} requires a plan id`,l.USAGE);return e.id}function sn(e,t){let n=ut(e,t);if(!e.stepRef)throw new m(`pm plan ${t} requires <plan-id> <step>`,l.USAGE);return{id:n,stepRef:e.stepRef}}function oC(e){let t=sn(e,"reorder-step");if(e.reorderTo===void 0)throw new m("pm plan reorder-step requires <plan-id> <step> <new-order>",l.USAGE);return{...t,reorderTo:e.reorderTo}}var sC={create:(e,t)=>$T(e.options,e.global,t),show:(e,t)=>DT(ut(e,"show"),e.options,t),"add-step":(e,t)=>GT(ut(e,"add-step"),e.options,t),"update-step":(e,t)=>{let n=sn(e,"update-step");return Nc(n.id,e.options,t,{stepRef:n.stepRef,op:"plan_update_step"})},"complete-step":(e,t)=>{let n=sn(e,"complete-step");return Nc(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"completed",op:"plan_complete_step"})},"block-step":(e,t)=>{let n=sn(e,"block-step");return Nc(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"blocked",op:"plan_block_step"})},"reorder-step":(e,t)=>{let n=oC(e);return VT(n.id,e.options,t,n.stepRef,n.reorderTo)},"remove-step":(e,t)=>{let n=sn(e,"remove-step");return HT(n.id,e.options,t,n.stepRef)},link:(e,t)=>{let n=sn(e,"link");return WT(n.id,e.options,t,n.stepRef)},unlink:(e,t)=>{let n=sn(e,"unlink");return YT(n.id,e.options,t,n.stepRef)},decision:(e,t)=>Mc(ut(e,"decision"),e.options,t,"decision"),discovery:(e,t)=>Mc(ut(e,"discovery"),e.options,t,"discovery"),validation:(e,t)=>Mc(ut(e,"validation"),e.options,t,"validation"),resume:(e,t)=>JT(ut(e,"resume"),e.options,t),approve:(e,t)=>XT(ut(e,"approve"),e.options,t),materialize:(e,t)=>nC(ut(e,"materialize"),e.options,t)};function iC(e){let t=sC[e];if(!t)throw xe({command_path:"plan",token:e,allowed:hT});return t}async function yh(e){let t=await RT(e.global),n=rC(e);return iC(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]="b59e8e54-f9e0-5cdb-bc59-6dcbf67f278d")}catch{}})();function aC(e,t){return[...new Set([...zr.filter(r=>e[r]!==void 0),...Object.keys(e).filter(r=>e[r]!==void 0),...t.length>0?["body"]:[]])].sort((r,o)=>r.localeCompare(o))}function cC(e,t){let n=`copied_from=${e}`;if(!t)return n;let r=t.trim();return r.length>0?`${r} | ${n}`:n}async function Bc(e,t,n){let r=E(process.cwd(),n.path);await I(r);let o=await T(r),s=O(o,x()),i=await U(r,e,o.id_prefix,o.item_format,s.type_to_folder);if(!i)throw await it(r,e,o.id_prefix,s.type_to_folder);let a=await H(i,{schema:o.schema}),c=a.document.metadata,d=k(),u=C(t.author,o.author_default),p=await rr(r,o.id_prefix,{tokenLength:o.ids.token_length,typeToFolder:s.type_to_folder,probeExisting:!1}),f=$(o.schema),_=t.title?.trim();if(_!==void 0&&_.length===0)throw new m("Copy --title must not be empty",l.USAGE);let h={...c,id:p,title:_??c.title,status:f.open_status,created_at:d,updated_at:d};delete h.closed_at,delete h.completed_at,delete h.close_reason,delete h.test_runs;let y=St(x()),g=Ye({metadata:h,body:a.document.body},{schema:o.schema,extensionFieldNames:y}),b=await Fn({title:g.metadata.title,description:g.metadata.description,body:g.body,excludeIds:[i.id]},{pmRoot:r,mode:o.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0?"off":o.governance.duplicate_detection_mode,threshold:o.governance.duplicate_detection_threshold,limit:o.governance.duplicate_detection_limit,allowDuplicate:t.allowDuplicate}),v=aC(g.metadata,g.body),S=Kt(r,g.metadata.type,p,o.item_format,s.type_to_folder),A=Ie(r,p),R=await be(r,p,o.locks.ttl_seconds,u,!1,o.governance.force_required_for_stale_lock,o.locks.wait_ms),j={metadata:{},body:""},M,me;try{let W=await En(r,u,{required:o.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0});try{o.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0&&await Fn({title:g.metadata.title,description:g.metadata.description,body:g.body,excludeIds:[i.id]},{pmRoot:r,mode:"strict",threshold:o.governance.duplicate_detection_threshold,limit:o.governance.duplicate_detection_limit,allowDuplicate:!1});let ge=await U(r,p,o.id_prefix,o.item_format,s.type_to_folder);if(ge)throw new m(`Cannot copy to ${p}: an item with that id already exists at ${ge.itemPath}. Retry the copy to allocate a new id.`,l.CONFLICT,{code:"item_id_collision",why:`Allocated id ${p} already exists at ${ge.itemPath}.`,recovery:{suggested_retry:`pm copy ${i.id}`}});await _e(S,je(g,{format:o.item_format,schema:o.schema,extensionFieldNames:y}));try{let ue=qe({nowIso:d,author:u,op:"create",before:j,after:g,message:cC(i.id,t.message)});await It(A,ue)}catch(ue){throw await pn(S),ue}me=await An({pmRoot:r,preferredFormat:o.item_format,typeToFolder:s.type_to_folder,schema:o.schema,itemPath:S,document:g})}finally{await W()}M=[...await Y({path:S,scope:"project",op:"create",item_id:g.metadata.id,item_type:g.metadata.type,before:j,after:g,changed_fields:v}),...await Y({path:A,scope:"project",op:"create:history",item_id:g.metadata.id,item_type:g.metadata.type,before:j,after:g,changed_fields:v})],hn({id:g.metadata.id,op:"create",item_type:g.metadata.type,status:g.metadata.status,current:Vt(g.metadata,v),changed_fields:v})}finally{await R()}return{source_id:i.id,item:structuredClone(g.metadata),changed_fields:v,warnings:[...ys(b),...me,...M],...b===void 0?{}:{similarity_advisory:b}}}import ri 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]="7819b53c-b0e4-50b0-a670-f80b36765085")}catch{}})();async function Vc(e,t,n){let r=E(process.cwd(),n.path);await I(r);let o=await T(r),s=C(t.author,o.author_default),i=await cp({pmRoot:r,settings:o,id:e,author:s,message:t.message,force:t.force,dryRun:t.dryRun}),a=i.targetPath?ri.relative(r,i.targetPath).split(ri.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:ri.relative(r,Ie(r,i.item.id)).split(ri.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]="a5ddb139-9780-50e0-87a5-621913cb0de4")}catch{}})();async function dC(e){await I(e)}async function Hc(e,t,n){let r=E(process.cwd(),n.path);if(await dC(r),t.clear===!0){if(e!==void 0)throw new m("pm focus --clear does not take an item id. Use 'pm focus --clear' to clear focus or 'pm focus <id>' to set it.",l.USAGE);let p=await T(r),f=vn(C(void 0,p.author_default));return await ju(r),await hs({pmRoot:r,settings:p,principal:f}),{action:"clear",focused_item:null,title:null,message:"Focus cleared. New items will not inherit a default parent."}}if(e===void 0){let p=await Mo(r);if(p===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 lC(r,p);return{action:"show",focused_item:p,title:f,message:`Focused on ${p}${f?` (${f})`:""}. New items default --parent to it.`}}let s=await T(r),i=O(s,x()),a=await U(r,e,s.id_prefix,s.item_format,i.type_to_folder);if(!a)throw await it(r,e,s.id_prefix,i.type_to_folder);let c=we(a.id,s.id_prefix),d=await H(a,{schema:s.schema}),u=bh(d.document.metadata.title);return await Gu(r,c),await hs({pmRoot:r,settings:s,principal:vn(C(void 0,s.author_default)),itemId:c}),{action:"set",focused_item:c,title:u,message:`Focused on ${c}${u?` (${u})`:""}. New items default --parent to it (override with --parent or clear via 'pm focus --clear').`}}async function lC(e,t){let n=await T(e),r=O(n,x()),o=await U(e,t,n.id_prefix,n.item_format,r.type_to_folder);if(!o)return null;let s=await H(o,{schema:n.schema});return bh(s.document.metadata.title)}function bh(e){return e.trim().length>0?e: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]="77fa2822-1681-59d5-8388-037cf13c45dd")}catch{}})();var wh=new Set(["item_format"]),vh=new Set(["definition_of_done","metadata_required_fields","lifecycle_stale_blocker_reason_patterns","lifecycle_closure_like_blocked_reason_patterns","lifecycle_closure_like_resolution_patterns","lifecycle_closure_like_actual_result_patterns"]),mC=new Set(["history_missing_stream_policy","sprint_release_format_policy","parent_reference_policy","metadata_validation_profile","governance_preset","governance_ownership_enforcement","governance_create_mode_default","governance_close_validation_default","governance_require_close_reason","governance_create_default_type","governance_workflow_enforcement","governance_parent_reference_policy","governance_metadata_validation_profile","governance_force_required_for_stale_lock","test_result_tracking","untrusted_linked_test_execution","telemetry_tracking","agent_identity_vocabulary"]),uC=new Set(["governance_require_close_reason","governance_force_required_for_stale_lock","test_result_tracking","untrusted_linked_test_execution","telemetry_tracking"]),pC={off:"disabled",on:"enabled",true:"enabled",false:"disabled",enabled:"enabled",disabled:"disabled"};function fC(e){let t=e.trim().toLowerCase().replaceAll("-","_");if(wh.has(t)||vh.has(t)||mC.has(t)||t==="context")return t}function _C(e){let t=e.trim().toLowerCase();return pC[t]??e}function kh(e,t){let n=fC(e);return n===void 0?{routable:!1,reason:`Unknown config key "${e}" cannot route a positional value.`}:n==="context"?{routable:!1,reason:"Config set context does not accept a positional value. Use --default-depth, --activity-limit, --stale-threshold-days, or --section-<name> flags."}:wh.has(n)?{routable:!0,flag:"format",value:t}:vh.has(n)?{routable:!0,flag:"criterion",values:[t]}:{routable:!0,flag:"policy",value:uC.has(n)?_C(t):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]="09703f32-9491-5d3a-9f90-f038d9982e17")}catch{}})();var hC=/^[a-z0-9]+(?:-[a-z0-9]+)*$/u,Wc=128,gC=1e4;function Sh(e){let t=e?.trim();if(!t||t==="__proto__"||t.length>Wc)throw new Error(`A legacy author must contain 1-${Wc} characters.`);return t}function yC(e){let t=e?.trim().toLowerCase();if(!t||!hC.test(t))throw new Error("A canonical harness must be a lowercase dash-separated namespace.");return t}function bC(e){return Object.fromEntries(Object.entries(e).sort(([t],[n])=>t.localeCompare(n)))}function wC(e,t){let n=new Set;for(let r of(e??[]).slice(0,gC)){let o=r.trim().slice(0,Wc);o.length===0||o.startsWith("harness:")||Object.hasOwn(t,o)||n.add(o)}return n.size}function vC(e,t){let n=Sh(t.legacy_author),r=yC(t.canonical_harness);if(n===r||n===`harness:${r}`||n.startsWith("harness:"))throw new Error(`The legacy author "${n}" is already canonical and must not be aliased.`);return e[n]===r?!1:(e[n]=r,!0)}function kC(e,t){if(t.operation==="add")return vC(e,t);if(t.operation==="remove"){let r=Sh(t.legacy_author);return Object.hasOwn(e,r)?(delete e[r],!0):!1}if(t.operation==="clear"){let r=Object.keys(e).length>0;for(let o of Object.keys(e))delete e[o];return r}let n=t.operation;throw new Error(`Unsupported vocabulary operation: ${String(n)}`)}function Yc(e){return{version:e?.version??1,alias_count:Object.keys(e?.aliases??{}).length}}function Eh(e,t){let n=e?.version??1,r={...e?.aliases},o=kC(r,t),s={version:o?n+1:n,aliases:bC(r)};return{vocabulary:s,preview:{operation:t.operation,changed:o,version_before:n,version_after:s.version,alias_count:Object.keys(s.aliases).length,residual_author_count:wC(t.observed_authors,s.aliases)}}}(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]="2f750f85-6c55-5f0f-b5c0-396764839d2a")}catch{}})();var Ah=["project","global"],pt={definition_of_done:["definition-of-done","definition_of_done"],item_format:["item-format","item_format"],history_missing_stream_policy:["history-missing-stream-policy","history_missing_stream_policy"],sprint_release_format_policy:["sprint-release-format-policy","sprint_release_format_policy"],parent_reference_policy:["parent-reference-policy","parent_reference_policy"],metadata_validation_profile:["metadata-validation-profile","metadata_validation_profile"],metadata_required_fields:["metadata-required-fields","metadata_required_fields"],lifecycle_stale_blocker_reason_patterns:["lifecycle-stale-blocker-reason-patterns","lifecycle_stale_blocker_reason_patterns"],lifecycle_closure_like_blocked_reason_patterns:["lifecycle-closure-like-blocked-reason-patterns","lifecycle_closure_like_blocked_reason_patterns"],lifecycle_closure_like_resolution_patterns:["lifecycle-closure-like-resolution-patterns","lifecycle_closure_like_resolution_patterns"],lifecycle_closure_like_actual_result_patterns:["lifecycle-closure-like-actual-result-patterns","lifecycle_closure_like_actual_result_patterns"],governance_preset:["governance-preset","governance_preset"],governance_ownership_enforcement:["governance-ownership-enforcement","governance_ownership_enforcement"],governance_create_mode_default:["governance-create-mode-default","governance_create_mode_default"],governance_close_validation_default:["governance-close-validation-default","governance_close_validation_default"],governance_require_close_reason:["governance-require-close-reason","governance_require_close_reason"],governance_create_default_type:["governance-create-default-type","governance_create_default_type"],governance_workflow_enforcement:["governance-workflow-enforcement","governance_workflow_enforcement"],governance_parent_reference_policy:["governance-parent-reference-policy","governance_parent_reference_policy"],governance_metadata_validation_profile:["governance-metadata-validation-profile","governance_metadata_validation_profile"],governance_force_required_for_stale_lock:["governance-force-required-for-stale-lock","governance_force_required_for_stale_lock"],test_result_tracking:["test-result-tracking","test_result_tracking"],untrusted_linked_test_execution:["untrusted-linked-test-execution","untrusted_linked_test_execution"],telemetry_tracking:["telemetry-tracking","telemetry_tracking"],agent_identity_vocabulary:["agent-identity-vocabulary","agent_identity_vocabulary"],context:["context"]},SC=Object.keys(pt).map(e=>pt[e][0]),EC=Object.fromEntries(Object.keys(pt).flatMap(e=>pt[e].map(t=>[t,e]))),AC={definition_of_done:"Definition of Done criteria list.",item_format:"Default item file format.",history_missing_stream_policy:"Missing history stream handling policy.",sprint_release_format_policy:"Sprint/release format validation policy.",parent_reference_policy:"Parent reference validation policy.",metadata_validation_profile:"Validate metadata profile policy (core|strict|custom).",metadata_required_fields:"Validate custom metadata required-fields list.",lifecycle_stale_blocker_reason_patterns:"Validate lifecycle stale-blocker reason substring patterns (criteria list).",lifecycle_closure_like_blocked_reason_patterns:"Validate lifecycle closure-like blocked_reason substring patterns (criteria list).",lifecycle_closure_like_resolution_patterns:"Validate lifecycle closure-like resolution substring patterns (criteria list).",lifecycle_closure_like_actual_result_patterns:"Validate lifecycle closure-like actual_result substring patterns (criteria list).",governance_preset:"Governance preset policy (minimal|default|strict|custom).",governance_ownership_enforcement:"Governance ownership enforcement policy (none|warn|strict).",governance_create_mode_default:"Governance default create mode (progressive|strict).",governance_close_validation_default:"Governance default close validation mode (off|warn|strict).",governance_require_close_reason:"Governance close-reason requirement policy (enabled|disabled).",governance_create_default_type:"Governance default item type for `pm create` when --type is omitted.",governance_workflow_enforcement:"Governance per-type transition enforcement mode (off|warn|strict).",governance_parent_reference_policy:"Governance parent reference policy (warn|strict_error).",governance_metadata_validation_profile:"Governance metadata validation profile (core|strict|custom).",governance_force_required_for_stale_lock:"Governance stale-lock force policy (enabled|disabled).",test_result_tracking:"Item-level linked test result persistence policy.",untrusted_linked_test_execution:"Permit an explicit per-run override for commands not trusted by this clone.",telemetry_tracking:"Telemetry usage reporting policy.",agent_identity_vocabulary:"Versioned exact legacy-author interpretation vocabulary (summary only).",context:"Context command settings (depth, section toggles, limits)."},TC=["lifecycle_stale_blocker_reason_patterns","lifecycle_closure_like_blocked_reason_patterns","lifecycle_closure_like_resolution_patterns","lifecycle_closure_like_actual_result_patterns"],CC=new Set(["metadata_required_fields",...TC]),IC=new Set(["test_result_tracking","untrusted_linked_test_execution","telemetry_tracking"]),RC=new Set(["governance_require_close_reason","governance_force_required_for_stale_lock"]),xC=new Set(["governance_ownership_enforcement","governance_create_mode_default","governance_close_validation_default"]),OC=new Set(["governance_parent_reference_policy","governance_metadata_validation_profile","governance_workflow_enforcement"]),PC=new Set(["governance_preset","governance_create_default_type"]),xh=e=>CC.has(e),LC=e=>xC.has(e),NC=e=>OC.has(e),FC=e=>PC.has(e);function Jc(e){return e==="definition_of_done"||xh(e)}function MC(e){if(Ah.includes(e))return e;throw new m(`Invalid config scope "${e}". Allowed: ${Ah.join(", ")}`,l.USAGE)}function $C(e){if(e==="get"||e==="set"||e==="list"||e==="export")return e;throw xe({command_path:"config",token:e.trim()||"<empty>",allowed:["export","get","list","set"],token_kind:"action"})}function DC(e){let t=EC[e];if(t)return t;let n=na.map(r=>r.key).join(", ");throw new m(`Invalid config key "${e}". Supported: ${SC.join(", ")} (underscore variants also accepted). Nested leaf settings: ${n}.`,l.USAGE)}function UC(e,t){let n=[...new Set((e??[]).map(r=>r.trim()).filter(r=>r.length>0))].sort((r,o)=>r.localeCompare(o));if(t){if(n.length>0)throw new m("Config set definition-of-done cannot combine --clear-criteria with --criterion values",l.USAGE);return[]}if(n.length===0)throw new m("Config set definition-of-done requires at least one non-empty --criterion value (or --clear-criteria to clear)",l.USAGE);return n}function GC(e){let t=e?.trim().toLowerCase();if(t==="toon")return"toon";throw t==="json_markdown"?new m("Config set item-format no longer accepts json_markdown. Markdown item files are legacy read/migration input only.",l.USAGE):new m("Config set item-format requires --format toon",l.USAGE)}function Oh(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="auto_create"||t==="strict_error")return t;throw new m("Config set history-missing-stream-policy requires --policy with one of: auto_create, strict_error",l.USAGE)}function jC(e){return Qc(e,"test-result-tracking")}function Qc(e,t){let n=e?.trim().toLowerCase().replaceAll("-","_");if(n==="enabled"||n==="disabled")return n;throw new m(`Config set ${t} requires --policy with one of: enabled, disabled`,l.USAGE)}function Ph(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="enabled"||t==="disabled")return t;throw new m("Config set telemetry-tracking requires --policy with one of: enabled, disabled",l.USAGE)}function Zc(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="core"||t==="strict"||t==="custom")return t;throw new m("Config set metadata-validation-profile requires --policy with one of: core, strict, custom",l.USAGE)}function Lh(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="minimal"||t==="default"||t==="strict"||t==="custom")return t;throw new m("Config set governance-preset requires --policy with one of: minimal, default, strict, custom",l.USAGE)}function Nh(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="none"||t==="warn"||t==="strict")return t;throw new m("Config set governance-ownership-enforcement requires --policy with one of: none, warn, strict",l.USAGE)}function Fh(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="progressive"||t==="strict")return t;throw new m("Config set governance-create-mode-default requires --policy with one of: progressive, strict",l.USAGE)}function Mh(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="off"||t==="warn"||t==="strict")return t;if(t==="none"||t==="disabled")return"off";throw new m("Config set governance-close-validation-default requires --policy with one of: off, warn, strict",l.USAGE)}function $h(e){let t=typeof e=="string"?e.trim().toLowerCase().replaceAll("-","_"):void 0;if(t==="off"||t==="warn"||t==="strict")return t;if(t==="none"||t==="disabled")return"off";throw new m("Config set governance-workflow-enforcement requires one of: off, warn, strict",l.USAGE)}function Dh(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="enabled"||t==="disabled")return t;throw new m("Config set governance-force-required-for-stale-lock requires --policy with one of: enabled, disabled",l.USAGE)}function Uh(e){let t=e?.trim().toLowerCase().replaceAll("-","_");if(t==="enabled"||t==="disabled")return t;throw new m("Config set governance-require-close-reason requires --policy with one of: enabled, disabled",l.USAGE)}var qC={test_result_tracking:"test-result-tracking",untrusted_linked_test_execution:"untrusted-linked-test-execution"};function Th(e,t){let n=qC[e];if(n)return Qc(t,n);switch(e){case"history_missing_stream_policy":return Oh(t);case"sprint_release_format_policy":return xa(t);case"parent_reference_policy":case"governance_parent_reference_policy":return ts(t);case"metadata_validation_profile":case"governance_metadata_validation_profile":return Zc(t);case"governance_preset":return Lh(t);case"governance_ownership_enforcement":return Nh(t);case"governance_create_mode_default":return Fh(t);case"governance_close_validation_default":return Mh(t);case"governance_require_close_reason":return Uh(t);case"governance_workflow_enforcement":return $h(t);case"governance_force_required_for_stale_lock":return Dh(t);case"telemetry_tracking":return Ph(t);default:return t.trim().toLowerCase().replaceAll("-","_")}}var Ch={author:"author",acceptance_criteria:"acceptance_criteria","acceptance-criteria":"acceptance_criteria",estimated_minutes:"estimated_minutes","estimated-minutes":"estimated_minutes",estimate:"estimated_minutes",close_reason:"close_reason","close-reason":"close_reason",reviewer:"reviewer",risk:"risk",confidence:"confidence",sprint:"sprint",release:"release"},KC=["author","acceptance_criteria","estimated_minutes","close_reason","reviewer","risk","confidence","sprint","release"];function zC(e,t){let n=[...new Set((e??[]).map(s=>s.trim()).filter(s=>s.length>0))];if(t){if(n.length>0)throw new m("Config set metadata-required-fields cannot combine --clear-criteria with --criterion values",l.USAGE);return[]}if(n.length===0)throw new m("Config set metadata-required-fields requires at least one --criterion value (or --clear-criteria to clear)",l.USAGE);let r=n.map(s=>s.toLowerCase().replaceAll("-","_")),o=r.filter(s=>Ch[s]===void 0);if(o.length>0)throw new m(`Config set metadata-required-fields received unsupported values: ${o.join(", ")}. Supported values: ${KC.join(", ")}`,l.USAGE);return[...new Set(r.map(s=>Ch[s]))].sort((s,i)=>s.localeCompare(i))}function BC(e,t,n){let r=[...new Set((t??[]).map(o=>o.trim().toLowerCase()).filter(o=>o.length>0))].sort((o,s)=>o.localeCompare(s));if(n){if(r.length>0)throw new m(`Config set ${pt[e][0]} cannot combine --clear-criteria with --criterion values`,l.USAGE);return[]}if(r.length===0)throw new m(`Config set ${pt[e][0]} requires at least one --criterion value (or --clear-criteria to clear)`,l.USAGE);return r}function VC(e){return[...new Set(e)].sort((t,n)=>t.localeCompare(n))}function HC(e,t){if(e==="list"||e==="export"){if(typeof t=="string"&&t.trim().length>0)throw new m(`Config action "${e}" does not accept <key>`,l.USAGE);return}if(typeof t!="string"||t.trim().length===0)throw new m(`Config action "${e}" requires <key>`,l.USAGE);return DC(t)}function Gh(e){if(!e)throw new m("Config action requires <key>",l.USAGE)}var WC={definition_of_done:e=>[...e.workflow.definition_of_done],item_format:e=>e.item_format,history_missing_stream_policy:e=>e.history.missing_stream,sprint_release_format_policy:e=>e.validation.sprint_release_format,parent_reference_policy:e=>e.validation.parent_reference,metadata_validation_profile:e=>e.validation.metadata_profile,metadata_required_fields:e=>[...e.validation.metadata_required_fields],lifecycle_stale_blocker_reason_patterns:e=>[...e.validation.lifecycle_stale_blocker_reason_patterns],lifecycle_closure_like_blocked_reason_patterns:e=>[...e.validation.lifecycle_closure_like_blocked_reason_patterns],lifecycle_closure_like_resolution_patterns:e=>[...e.validation.lifecycle_closure_like_resolution_patterns],lifecycle_closure_like_actual_result_patterns:e=>[...e.validation.lifecycle_closure_like_actual_result_patterns],governance_preset:e=>e.governance.preset,governance_ownership_enforcement:e=>e.governance.ownership_enforcement,governance_create_mode_default:e=>e.governance.create_mode_default,governance_close_validation_default:e=>e.governance.close_validation_default,governance_require_close_reason:e=>e.governance.require_close_reason?"enabled":"disabled",governance_create_default_type:e=>e.governance.create_default_type??"",governance_workflow_enforcement:e=>e.governance.workflow_enforcement??"off",governance_parent_reference_policy:e=>e.governance.parent_reference,governance_metadata_validation_profile:e=>e.governance.metadata_profile,governance_force_required_for_stale_lock:e=>e.governance.force_required_for_stale_lock?"enabled":"disabled",test_result_tracking:e=>e.testing.record_results_to_items?"enabled":"disabled",untrusted_linked_test_execution:e=>e.testing.allow_untrusted_linked_tests?"enabled":"disabled",telemetry_tracking:e=>e.telemetry.enabled?"enabled":"disabled",agent_identity_vocabulary:e=>Yc(e.agent_identity?.identity_vocabulary),context:e=>({default_depth:e.context.default_depth,activity_limit:e.context.activity_limit,stale_threshold_days:e.context.stale_threshold_days,sections:{...e.context.sections}})};function ed(e,t){return WC[t](e)}function Te(e,t){return t.length===0?e:{...e,warnings:t}}async function YC(e,t){let n=process.cwd(),r=e==="project"?E(n,t.path):nt(n),o=ae(r);return e==="project"&&await I(r),{pmRoot:r,settingsPath:o}}function JC(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t==="true"||t==="enabled"||t==="on"||t==="1")return!0;if(t==="false"||t==="disabled"||t==="off"||t==="0")return!1;throw new m(`Context section toggle must be true|false|enabled|disabled, got "${e}"`,l.USAGE)}function Ih(e,t){let n=e.trim(),r=Number(n);if(/^\d+$/u.test(n)&&Number.isSafeInteger(r)&&r>0)return r;throw new m(`Context ${t} must be a positive integer`,l.USAGE)}async function XC(e,t,n,r,o){let s=!1,i=e.context;if(t.defaultDepth!==void 0){let c=t.defaultDepth.trim().toLowerCase();if(!Yi.includes(c))throw new m(`Context --default-depth must be one of ${Yi.join("|")}`,l.USAGE);i.default_depth!==c&&(i.default_depth=c,s=!0)}if(t.activityLimit!==void 0){let c=Ih(t.activityLimit,"--activity-limit");i.activity_limit!==c&&(i.activity_limit=c,s=!0)}if(t.staleThresholdDays!==void 0){let c=Ih(t.staleThresholdDays,"--stale-threshold-days");i.stale_threshold_days!==c&&(i.stale_threshold_days=c,s=!0)}let a=[["hierarchy",t.sectionHierarchy],["activity",t.sectionActivity],["progress",t.sectionProgress],["blockers",t.sectionBlockers],["files",t.sectionFiles],["workload",t.sectionWorkload],["staleness",t.sectionStaleness],["tests",t.sectionTests]];for(let[c,d]of a){let u=JC(d);if(u!==void 0){let p=c;i.sections[p]!==u&&(i.sections[p]=u,s=!0)}}return s&&await Re(n.pmRoot,e,"config:set:context"),Te({scope:r,key:"context",context_settings:{default_depth:i.default_depth,activity_limit:i.activity_limit,stale_threshold_days:i.stale_threshold_days,sections:{...i.sections}},settings_path:n.settingsPath,changed:s},o)}function QC(e,t,n){if(n.value!==void 0&&n.value!==t)throw new m(`Config set ${e} received both positional value "${t}" and --value "${n.value}". Pass only one.`,l.USAGE);return{...n,value:t}}function ZC(e,t,n,r,o,s){if(o===void 0)return s;if(e!=="set")throw new m(`Config action "${e}" does not accept a positional value. Only "set" takes <value>.`,l.USAGE);if(typeof t!="string"||t.trim().length===0)throw new m('Config action "set" requires <key> before a positional <value>.',l.USAGE);if(r)return QC(t,o,s);Gh(n);let i=kh(n,o);if(!i.routable)throw new m(i.reason,l.USAGE);if(i.flag==="criterion"){if(s.criterion!==void 0&&s.criterion.length>0)throw new m(`Config set ${t} received both positional value "${o}" and --criterion. Pass criteria via --criterion only when supplying more than one value.`,l.USAGE);return{...s,criterion:i.values}}if(i.flag==="format")return{...s,format:i.value};if(s.policy!==void 0&&Th(n,s.policy)!==Th(n,i.value))throw new m(`Config set ${t} received both positional value "${o}" and --policy "${s.policy}". Pass only one.`,l.USAGE);return{...s,policy:i.value}}function eI(e){let t=Object.keys(pt).map(r=>({key:r,aliases:pt[r],value_kind:r==="context"||r==="agent_identity_vocabulary"?"object":Jc(r)?"string_array":"enum",set_flags:r==="context"?["--default-depth","--activity-limit","--stale-threshold-days","--section-<name>"]:r==="agent_identity_vocabulary"?["--policy","--value","--criterion"]:Jc(r)?["--criterion","--clear-criteria"]:r==="item_format"?["--format"]:["--policy"],summary:AC[r],value:ed(e.settings,r)})),n=na.map(r=>({key:r.key,canonical_key:r.key.replaceAll("_","-"),path:r.path,kind:r.kind,value:ra(e.settings,r),summary:r.summary,...r.choices?{choices:[...r.choices]}:{},...r.min===void 0?{}:{min:r.min},...r.max===void 0?{}:{max:r.max}}));return Te({scope:e.scope,keys:t,nested_settings:n,count:t.length,settings_path:e.target.settingsPath,changed:!1},e.warnings)}function tI(e){let t=Object.fromEntries(Object.keys(pt).map(n=>[n,ed(e.settings,n)]));return Te({scope:e.scope,values:t,settings_path:e.target.settingsPath,changed:!1},e.warnings)}function nI(e,t){let n=ed(e.settings,t),r={scope:e.scope,key:t,settings_path:e.target.settingsPath,changed:!1};return t==="item_format"?Te({...r,format:e.settings.item_format,has_explicit_item_format:e.metadata.has_explicit_item_format},e.warnings):t==="context"?Te({...r,context_settings:n},e.warnings):t==="agent_identity_vocabulary"?Te({...r,identity_vocabulary:n},e.warnings):Array.isArray(n)?Te({...r,criteria:n},e.warnings):Te({...r,policy:n},e.warnings)}async function rI(e,t,n,r){if(t==="get"){let a=ra(e.settings,n);return Te({scope:e.scope,key:n.key,nested_setting:{key:n.key,path:n.path,kind:n.kind,value:a},settings_path:e.target.settingsPath,changed:!1},e.warnings)}let o=r.value;if(typeof o!="string")throw new m(`Config set ${n.key} requires a value. Pass it positionally (\`pm config ${e.scope} set ${n.key} <value>\`) or via --value.`,l.USAGE);let s=Zm(n,o);if(!s.ok)throw new m(s.error.message,l.USAGE);let i=Oo(e.settings,n,s.parsed.value);return i&&await Re(e.target.pmRoot,e.settings,`config:set:${n.path}`),Te({scope:e.scope,key:n.key,nested_setting:{key:n.key,path:n.path,kind:n.kind,value:s.parsed.value},settings_path:e.target.settingsPath,changed:i},e.warnings)}async function J(e,t,n){t&&await Re(e.target.pmRoot,e.settings,n)}function Rh(e,t,n){return e!==n||t!==n}function se(e,t,n,r){return Te({scope:e.scope,key:t,policy:n,settings_path:e.target.settingsPath,changed:r},e.warnings)}function Xc(e,t,n,r){return Te({scope:e.scope,key:t,criteria:n,settings_path:e.target.settingsPath,changed:r},e.warnings)}async function oI(e,t){let n=GC(t.format),r=e.settings.item_format!==n||!e.metadata.has_explicit_item_format,o;if(r){let s=O(e.settings,x()),i=await Ap(e.target.pmRoot,n,"config:set:item_format:migrate",s.type_to_folder,e.settings.schema);o={target_format:i.target_format,scanned:i.scanned,migrated:i.migrated,removed:i.removed,warnings:i.warnings},e.settings.item_format=n,await Re(e.target.pmRoot,e.settings,"config:set:item_format")}return Te({scope:e.scope,key:"item_format",format:e.settings.item_format,has_explicit_item_format:!0,migration:o,settings_path:e.target.settingsPath,changed:r},e.warnings)}async function sI(e,t,n){if(t==="history_missing_stream_policy"){let s=Oh(n.policy),i=e.settings.history.missing_stream!==s;return e.settings.history.missing_stream=s,await J(e,i,"config:set:history_missing_stream_policy"),se(e,t,e.settings.history.missing_stream,i)}if(t==="sprint_release_format_policy"){let s=xa(n.policy),i=e.settings.validation.sprint_release_format!==s;return e.settings.validation.sprint_release_format=s,await J(e,i,"config:set:sprint_release_format_policy"),se(e,t,e.settings.validation.sprint_release_format,i)}if(t==="parent_reference_policy"){let s=ts(n.policy),i=e.settings.validation.parent_reference!==s||e.settings.governance.preset!=="custom"||e.settings.governance.parent_reference!==s;return e.settings.validation.parent_reference=s,e.settings.governance.preset="custom",e.settings.governance.parent_reference=s,await J(e,i,"config:set:parent_reference_policy"),se(e,t,e.settings.validation.parent_reference,i)}let r=Zc(n.policy),o=e.settings.validation.metadata_profile!==r||e.settings.governance.preset!=="custom"||e.settings.governance.metadata_profile!==r;return e.settings.validation.metadata_profile=r,e.settings.governance.preset="custom",e.settings.governance.metadata_profile=r,await J(e,o,"config:set:metadata_validation_profile"),se(e,t,e.settings.validation.metadata_profile,o)}async function iI(e,t,n){if(t==="metadata_required_fields"){let a=zC(n.criterion,n.clearCriteria),c=a.length!==e.settings.validation.metadata_required_fields.length||a.some((d,u)=>d!==e.settings.validation.metadata_required_fields[u]);return e.settings.validation.metadata_required_fields=a,await J(e,c,"config:set:metadata_required_fields"),Xc(e,t,[...e.settings.validation.metadata_required_fields],c)}let o={lifecycle_stale_blocker_reason_patterns:e.settings.validation.lifecycle_stale_blocker_reason_patterns,lifecycle_closure_like_blocked_reason_patterns:e.settings.validation.lifecycle_closure_like_blocked_reason_patterns,lifecycle_closure_like_resolution_patterns:e.settings.validation.lifecycle_closure_like_resolution_patterns,lifecycle_closure_like_actual_result_patterns:e.settings.validation.lifecycle_closure_like_actual_result_patterns}[t],s=BC(t,n.criterion,n.clearCriteria),i=s.length!==o.length||s.some((a,c)=>a!==o[c]);return o.splice(0,o.length,...s),await J(e,i,`config:set:${t}`),Xc(e,t,[...o],i)}async function aI(e,t,n){if(t==="governance_preset"){let c=Lh(n.policy),d=e.settings.governance.preset!==c;return e.settings.governance.preset=c,await J(e,d,"config:set:governance_preset"),se(e,t,e.settings.governance.preset,d)}let r=typeof n.policy=="string",o=r?n.policy.trim():"";if(r&&o.length===0){let c=e.settings.governance.create_default_type!==void 0;return delete e.settings.governance.create_default_type,await J(e,c,"config:set:governance_create_default_type"),se(e,t,e.settings.governance.create_default_type??"",c)}if(o.length===0)throw new m('Config set governance-create-default-type requires an item type value (or an empty value "" to clear it)',l.USAGE);let s=O(e.settings,x()),i=he(o,s);if(!i)throw new m(Tt(o,s.types,Ct(e.target.pmRoot,e.settings.schema)),l.USAGE);let a=e.settings.governance.create_default_type!==i;return e.settings.governance.create_default_type=i,await J(e,a,"config:set:governance_create_default_type"),se(e,t,e.settings.governance.create_default_type,a)}async function cI(e,t,n){if(t==="governance_ownership_enforcement"){let s=Nh(n.policy),i=e.settings.governance.preset!=="custom"||e.settings.governance.ownership_enforcement!==s;return e.settings.governance.preset="custom",e.settings.governance.ownership_enforcement=s,await J(e,i,"config:set:governance_ownership_enforcement"),se(e,t,e.settings.governance.ownership_enforcement,i)}if(t==="governance_create_mode_default"){let s=Fh(n.policy),i=e.settings.governance.preset!=="custom"||e.settings.governance.create_mode_default!==s;return e.settings.governance.preset="custom",e.settings.governance.create_mode_default=s,await J(e,i,"config:set:governance_create_mode_default"),se(e,t,e.settings.governance.create_mode_default,i)}let r=Mh(n.policy),o=e.settings.governance.preset!=="custom"||e.settings.governance.close_validation_default!==r;return e.settings.governance.preset="custom",e.settings.governance.close_validation_default=r,await J(e,o,"config:set:governance_close_validation_default"),se(e,t,e.settings.governance.close_validation_default,o)}async function dI(e,t,n){if(t==="governance_parent_reference_policy"){let s=ts(n.policy),i=e.settings.governance.preset!=="custom"||Rh(e.settings.governance.parent_reference,e.settings.validation.parent_reference,s);return e.settings.governance.preset="custom",e.settings.governance.parent_reference=s,e.settings.validation.parent_reference=s,await J(e,i,"config:set:governance_parent_reference_policy"),se(e,t,e.settings.governance.parent_reference,i)}if(t==="governance_metadata_validation_profile"){let s=Zc(n.policy),i=e.settings.governance.preset!=="custom"||Rh(e.settings.governance.metadata_profile,e.settings.validation.metadata_profile,s);return e.settings.governance.preset="custom",e.settings.governance.metadata_profile=s,e.settings.validation.metadata_profile=s,await J(e,i,"config:set:governance_metadata_validation_profile"),se(e,t,e.settings.governance.metadata_profile,i)}let r=$h(n.policy),o=(e.settings.governance.workflow_enforcement??"off")!==r;return e.settings.governance.workflow_enforcement=r,await J(e,o,"config:set:governance_workflow_enforcement"),se(e,t,e.settings.governance.workflow_enforcement,o)}async function lI(e,t,n){if(t==="governance_require_close_reason"){let a=Uh(n.policy)==="enabled",c=e.settings.governance.require_close_reason!==a;return e.settings.governance.require_close_reason=a,await J(e,c,"config:set:governance_require_close_reason"),se(e,t,e.settings.governance.require_close_reason?"enabled":"disabled",c)}let o=Dh(n.policy)==="enabled",s=e.settings.governance.preset!=="custom"||e.settings.governance.force_required_for_stale_lock!==o;return e.settings.governance.preset="custom",e.settings.governance.force_required_for_stale_lock=o,await J(e,s,"config:set:governance_force_required_for_stale_lock"),se(e,t,e.settings.governance.force_required_for_stale_lock?"enabled":"disabled",s)}async function mI(e,t,n){if(t==="test_result_tracking"){let a=jC(n.policy)==="enabled",c=e.settings.testing.record_results_to_items!==a;return e.settings.testing.record_results_to_items=a,await J(e,c,"config:set:test_result_tracking"),se(e,t,e.settings.testing.record_results_to_items?"enabled":"disabled",c)}if(t==="untrusted_linked_test_execution"){let a=Qc(n.policy,"untrusted-linked-test-execution")==="enabled",c=e.settings.testing.allow_untrusted_linked_tests!==a;return e.settings.testing.allow_untrusted_linked_tests=a,await J(e,c,"config:set:untrusted_linked_test_execution"),se(e,t,e.settings.testing.allow_untrusted_linked_tests?"enabled":"disabled",c)}let o=Ph(n.policy)==="enabled",s=e.settings.telemetry.enabled!==o||!e.settings.telemetry.first_run_prompt_completed;return e.settings.telemetry.enabled=o,e.settings.telemetry.first_run_prompt_completed=!0,await J(e,s,"config:set:telemetry_tracking"),se(e,t,e.settings.telemetry.enabled?"enabled":"disabled",s)}async function uI(e,t,n){let r=UC(n.criterion,n.clearCriteria),o=r.length!==e.settings.workflow.definition_of_done.length||r.some((s,i)=>s!==e.settings.workflow.definition_of_done[i]);return e.settings.workflow.definition_of_done=r,await J(e,o,"config:set:definition_of_done"),Xc(e,t,[...e.settings.workflow.definition_of_done],o)}function pI(e){let t=e?.trim().toLowerCase().replaceAll("_","-"),n=t?.startsWith("preview-")===!0,r=n?t.slice(8):t;if(r==="add"||r==="remove"||r==="clear")return{operation:r,dryRun:n};throw new m("Config set agent-identity-vocabulary requires --policy add|remove|clear|preview-add|preview-remove|preview-clear",l.USAGE)}function fI(e,t){if(e==="add"){let n=t?.lastIndexOf("=")??-1;if(n<=0||n===t.length-1)throw new m('Config set agent-identity-vocabulary --policy add requires --value "<legacy-author>=<canonical-harness>"',l.USAGE);return{legacy_author:t.slice(0,n),canonical_harness:t.slice(n+1)}}if(e==="remove"){if(t===void 0)throw new m("Config set agent-identity-vocabulary --policy remove requires --value <legacy-author>",l.USAGE);return{legacy_author:t}}if(t!==void 0)throw new m("Config set agent-identity-vocabulary --policy clear does not accept --value",l.USAGE);return{}}async function _I(e,t){let{operation:n,dryRun:r}=pI(t.policy),o=fI(n,t.value),s;try{s=Eh(e.settings.agent_identity?.identity_vocabulary,{operation:n,...o,observed_authors:t.criterion})}catch(i){throw new m(i.message,l.USAGE)}return s.preview.changed&&!r&&(e.settings.agent_identity={...e.settings.agent_identity,identity_vocabulary:s.vocabulary},await J(e,!0,`config:set:agent_identity.identity_vocabulary:${n}:v${s.preview.version_after}`)),Te({scope:e.scope,key:"agent_identity_vocabulary",identity_vocabulary:Yc(r?e.settings.agent_identity?.identity_vocabulary:s.vocabulary),vocabulary_mutation:s.preview,settings_path:e.target.settingsPath,changed:s.preview.changed&&!r},e.warnings)}async function hI(e,t,n){if(n.clearCriteria===!0&&!Jc(t))throw new m("--clear-criteria is only supported with config set criteria-list keys",l.USAGE);return t==="item_format"?oI(e,n):t==="context"?XC(e.settings,n,e.target,e.scope,e.warnings):t==="agent_identity_vocabulary"?_I(e,n):t==="definition_of_done"?uI(e,t,n):xh(t)?iI(e,t,n):IC.has(t)?mI(e,t,n):RC.has(t)?lI(e,t,n):LC(t)?cI(e,t,n):NC(t)?dI(e,t,n):FC(t)?aI(e,t,n):sI(e,t,n)}async function jh(e,t,n,r,o,s){let i=MC(e),a=$C(t),c=a==="get"||a==="set"?xo(n):void 0,d=c?void 0:HC(a,n),u=ZC(a,n,d,c,s,r),p=await YC(i,o),{settings:f,metadata:_,warnings:h}=await np(p.pmRoot),y={scope:i,target:p,settings:f,metadata:_,warnings:VC(h)};return c?rI(y,a,c,u):a==="list"?eI(y):a==="export"?tI(y):(Gh(d),a==="get"?nI(y,d):hI(y,d,u))}import HI from"node:fs/promises";import X from"node:path";import WI from"node:readline/promises";import{stdin as YI,stdout as Le}from"node:process";import nd from"node:fs/promises";import ie from"node:path";import gI from"node:readline/promises";import{stdin as yI,stdout as oi}from"node:process";(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]="542cd5ac-e4a7-51fe-8521-d0bacd9e6a07")}catch{}})();var Kh=["ask","add","skip","status"],bI=["AGENTS.md","CLAUDE.md"],wI=["pm init","pm context","pm search","pm create","pm claim","pm files","pm docs","pm test --run","pm close","pm release","pm_author"],vI=8,rd=1,kI="<!-- pm-cli:agent-guidance:start:",SI=`<!-- pm-cli:agent-guidance:start:v${rd} -->`,td="<!-- pm-cli:agent-guidance:end -->",Er="Add workflow guidance later: pm init --agent-guidance add";var EI=()=>gI.createInterface({input:yI,output:oi});function kr(e,t){let n=ie.relative(e,t);return n.length===0?ie.basename(t):n.split(ie.sep).join("/")}function qh(e){return e.endsWith(`
7
7
  `)?e:`${e}
8
- `}function vR(e){return e.includes(`\r
8
+ `}function AI(e){return e.includes(`\r
9
9
  `)?`\r
10
10
  `:`
11
- `}function Gh(e){let t=e.indexOf(yR);if(t===-1)return null;let n=e.indexOf(td,t);return n===-1?null:{start_index:t,end_index:n+td.length}}function kR(e){return Gh(e)!==null}function SR(e,t="<your project test command>"){return[bR,"## pm Workflow (Agent Quickstart)","",'- Cold start with the measured canonical orientation: `pm context --limit 10 --for orient`; before item mutation, also run `pm search "<keywords>" --limit 10`, `pm list --status open --limit 20`, and `pm list --status in_progress --limit 20`.',"- Claim and execute: `pm claim <id>` then `pm update <id> --status in_progress`.",`- Link evidence while coding: \`pm files <id> --add ...\`, \`pm docs <id> --add ...\`, \`pm test <id> --add command="${t}"\`.`,'- Verify and close: `pm test <id> --run --progress`, then atomically record closure evidence with `pm close <id> "<reason>" --resolution "<what changed>" --expected "<expected outcome>" --actual "<observed outcome>" --validate-close warn`, then `pm release <id>`.',"- Author identity is automatic for supported agent harnesses; use `--author` only for an explicit override.","",td,""].join(e)}function ER(e,t="<your project test command>"){let n=vR(e),r=SR(n,t),o=Gh(e);if(o){let a=e.slice(o.end_index),c=a.startsWith(`\r
11
+ `}function zh(e){let t=e.indexOf(kI);if(t===-1)return null;let n=e.indexOf(td,t);return n===-1?null:{start_index:t,end_index:n+td.length}}function TI(e){return zh(e)!==null}function CI(e,t="<your project test command>"){return[SI,"## pm Workflow (Agent Quickstart)","",'- Cold start with the measured canonical orientation: `pm context --limit 10 --for orient`; before item mutation, also run `pm search "<keywords>" --limit 10`, `pm list --status open --limit 20`, and `pm list --status in_progress --limit 20`.',"- Claim and execute: `pm claim <id>` then `pm update <id> --status in_progress`.",`- Link evidence while coding: \`pm files <id> --add ...\`, \`pm docs <id> --add ...\`, \`pm test <id> --add command="${t}"\`.`,'- Verify and close: `pm test <id> --run --progress`, then atomically record closure evidence with `pm close <id> "<reason>" --resolution "<what changed>" --expected "<expected outcome>" --actual "<observed outcome>" --validate-close warn`, then `pm release <id>`.',"- Author identity is automatic for supported agent harnesses; use `--author` only for an explicit override.","",td,""].join(e)}function II(e,t="<your project test command>"){let n=AI(e),r=CI(n,t),o=zh(e);if(o){let a=e.slice(o.end_index),c=a.startsWith(`\r
12
12
  `)?a.slice(2):a.startsWith(`
13
- `)?a.slice(1):a,m=Dh(`${e.slice(0,o.start_index)}${r}${c}`);return{next_content:m,changed:m!==e}}let s=e.length===0?"":e.endsWith(`
13
+ `)?a.slice(1):a,d=qh(`${e.slice(0,o.start_index)}${r}${c}`);return{next_content:d,changed:d!==e}}let s=e.length===0?"":e.endsWith(`
14
14
  `)?`
15
15
  `:`
16
16
 
17
- `,i=Dh(`${e}${s}${r}`);return{next_content:i,changed:i!==e}}async function AR(e){if(await P(ie.join(e,"scripts","run-tests.mjs")))return"node scripts/run-tests.mjs test";let t;try{t=JSON.parse(await nd.readFile(ie.join(e,"package.json"),"utf8"))}catch{return"<your project test command>"}let n=TR(t);if(n===void 0)return"<your project test command>";let r=n.packageManager?.split("@")[0];return r==="pnpm"?"pnpm test":r==="bun"?"bun run test":r==="yarn"?"yarn test":r==="npm"?"npm test":await P(ie.join(e,"pnpm-lock.yaml"))?"pnpm test":await P(ie.join(e,"bun.lock"))||await P(ie.join(e,"bun.lockb"))?"bun run test":await P(ie.join(e,"yarn.lock"))?"yarn test":"npm test"}function TR(e){if(typeof e!="object"||e===null||!("scripts"in e))return;let t=e.scripts;if(!(typeof t!="object"||t===null||!("test"in t)||typeof t.test!="string"||t.test.trim().length===0))return{scripts:{test:t.test},..."packageManager"in e&&typeof e.packageManager=="string"?{packageManager:e.packageManager}:{}}}function CR(e,t){let n=ie.dirname(e);return ie.basename(e)==="pm"&&ie.basename(n)===".agents"?ie.dirname(n):ie.resolve(t,e)}function RR(e,t){let n=e.find(o=>ie.basename(o.file_path)==="AGENTS.md"&&o.exists);if(n)return n.file_path;let r=e.find(o=>o.exists);return r?r.file_path:ie.join(t,"AGENTS.md")}function IR(e,t){let n=e.trim().toLowerCase();return n.length===0?t:n==="y"||n==="yes"?!0:n==="n"||n==="no"?!1:t}async function xR(e){let t=wR();try{oi.write(`
17
+ `,i=qh(`${e}${s}${r}`);return{next_content:i,changed:i!==e}}async function RI(e){if(await P(ie.join(e,"scripts","run-tests.mjs")))return"node scripts/run-tests.mjs test";let t;try{t=JSON.parse(await nd.readFile(ie.join(e,"package.json"),"utf8"))}catch{return"<your project test command>"}let n=xI(t);if(n===void 0)return"<your project test command>";let r=n.packageManager?.split("@")[0];return r==="pnpm"?"pnpm test":r==="bun"?"bun run test":r==="yarn"?"yarn test":r==="npm"?"npm test":await P(ie.join(e,"pnpm-lock.yaml"))?"pnpm test":await P(ie.join(e,"bun.lock"))||await P(ie.join(e,"bun.lockb"))?"bun run test":await P(ie.join(e,"yarn.lock"))?"yarn test":"npm test"}function xI(e){if(typeof e!="object"||e===null||!("scripts"in e))return;let t=e.scripts;if(!(typeof t!="object"||t===null||!("test"in t)||typeof t.test!="string"||t.test.trim().length===0))return{scripts:{test:t.test},..."packageManager"in e&&typeof e.packageManager=="string"?{packageManager:e.packageManager}:{}}}function OI(e,t){let n=ie.dirname(e);return ie.basename(e)==="pm"&&ie.basename(n)===".agents"?ie.dirname(n):ie.resolve(t,e)}function PI(e,t){let n=e.find(o=>ie.basename(o.file_path)==="AGENTS.md"&&o.exists);if(n)return n.file_path;let r=e.find(o=>o.exists);return r?r.file_path:ie.join(t,"AGENTS.md")}function LI(e,t){let n=e.trim().toLowerCase();return n.length===0?t:n==="y"||n==="yes"?!0:n==="n"||n==="no"?!1:t}async function NI(e){let t=EI();try{oi.write(`
18
18
  Agent guidance check
19
19
  `),oi.write(`No AGENTS.md/CLAUDE.md file currently contains compact pm workflow guidance.
20
20
  `);let n=await t.question(`Add a compact pm workflow section to ${e}? [Y/n] `);return oi.write(`
21
- `),IR(n,!0)}finally{t.close()}}function jh(e){let t=e.agent_guidance;return{prompt_completed:t?.prompt_completed===!0,declined:t?.declined===!0,declined_at:typeof t?.declined_at=="string"?t.declined_at:"",template_version:typeof t?.template_version=="number"&&Number.isInteger(t.template_version)&&t.template_version>0?t.template_version:rd,last_checked_files:Array.isArray(t?.last_checked_files)?[...new Set(t.last_checked_files.map(n=>n.trim()).filter(n=>n.length>0))].sort((n,r)=>n.localeCompare(r)):[]}}async function qh(e){let t=[];for(let n of _R){let r=ie.join(e,n),o=await P(r);if(!o){t.push({file_path:r,exists:o,has_guidance:!1,has_marker:!1});continue}let s=await nd.readFile(r,"utf8"),i=s.toLowerCase(),a=hR.filter(m=>i.includes(m)),c=kR(s);t.push({file_path:r,exists:o,has_guidance:c||a.length>=gR,has_marker:c})}return t}function Ar(e,t){e.includes(t)||e.push(t)}function OR(e,t){let n=jh(e),r=JSON.stringify(n)!==JSON.stringify(t);return r&&(e.agent_guidance=t),{changed:r,state:t}}async function PR(e,t=ie.dirname(e)){let r=await P(e)?await nd.readFile(e,"utf8"):"",o=ER(r,await AR(t));return o.changed?(await _e(e,o.next_content),{changed:!0,warnings:await Y({path:e,scope:"project",op:"init:agent_guidance_file"})}):{changed:!1,warnings:[]}}function LR(e){return{mode:e.mode,present:e.scans.some(t=>t.has_guidance),prompted:e.prompted,applied:e.applied,skipped:e.skipped,declined:e.state.declined,prompt_completed:e.state.prompt_completed,template_version:e.state.template_version,target_file:e.targetRelativePath,checked_files:e.scans.map(t=>kr(e.projectRoot,t.file_path)),files_with_guidance:e.scans.filter(t=>t.has_guidance).map(t=>kr(e.projectRoot,t.file_path)),missing_files:e.scans.filter(t=>!t.exists).map(t=>kr(e.projectRoot,t.file_path))}}async function NR(e,t,n){return e?await qh(n):t}function Sr(e,t,n){e.state={...e.state,...n,template_version:rd,last_checked_files:t}}async function Kh(e,t){if(t.presentBefore)return;let n=await PR(t.targetPath,t.projectRoot);e.warnings.push(...n.warnings),n.changed&&(e.applied=!0,e.warnings.push(`agent_guidance:added:${t.targetRelativePath}`))}function FR(e,t){t||(e.warnings.push("agent_guidance:missing"),Ar(e.nextSteps,Er))}function MR(e,t){e.skipped=!0,Sr(e,t,{prompt_completed:!0,declined:!0,declined_at:e.state.declined_at||new Date().toISOString()}),e.warnings.push("agent_guidance:explicit_skip"),Ar(e.nextSteps,Er)}async function $R(e,t){await Kh(e,t),Sr(e,t.checkedFiles,{prompt_completed:!0,declined:!1,declined_at:""})}function DR(e,t){e.state.declined&&Sr(e,t,{prompt_completed:!0,declined:!1,declined_at:""})}function UR(e){e.skipped=!0,e.warnings.push("agent_guidance:skipped_declined"),Ar(e.nextSteps,Er)}async function GR(e,t){if(e.prompted=!0,await xR(t.targetRelativePath)){await Kh(e,t),Sr(e,t.checkedFiles,{prompt_completed:!0,declined:!1,declined_at:""});return}e.skipped=!0,Sr(e,t.checkedFiles,{prompt_completed:!0,declined:!0,declined_at:new Date().toISOString()}),e.warnings.push("agent_guidance:declined"),Ar(e.nextSteps,Er)}function jR(e){e.warnings.push("agent_guidance:missing_non_interactive"),Ar(e.nextSteps,Er)}async function qR(e,t){let n={warnings:[],nextSteps:[],prompted:!1,applied:!1,skipped:!1,state:e};return t.mode==="status"?(FR(n,t.presentBefore),n):t.mode==="skip"?(MR(n,t.checkedFiles),n):t.mode==="add"?(await $R(n,t),n):t.presentBefore?(DR(n,t.checkedFiles),n):n.state.prompt_completed&&n.state.declined?(UR(n),n):t.interactive?(await GR(n,t),n):(jR(n),n)}async function zh(e){let t=CR(e.pm_root,e.cwd),n=await qh(t),r=RR(n,t),o=kr(t,r),s=n.map(u=>kr(t,u.file_path)),i=n.some(u=>u.has_guidance),a=await qR(jh(e.settings),{mode:e.mode,interactive:e.interactive,targetPath:r,targetRelativePath:o,checkedFiles:s,presentBefore:i,projectRoot:t}),c=OR(e.settings,a.state);return n=await NR(a.applied,n,t),{summary:LR({mode:e.mode,scans:n,projectRoot:t,targetRelativePath:o,prompted:a.prompted,applied:a.applied,skipped:a.skipped,state:a.state}),warnings:a.warnings,next_steps:a.nextSteps,settings_changed:c.changed}}(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]="75c0d2d2-6a89-508f-b7dd-b43d55978b44")}catch{}})();var VR=()=>zR.createInterface({input:BR,output:Le});function HR(){return structuredClone(kt)}var WR=["minimal","default","strict"];function Vh(e){if(e===void 0)return;let t=e.trim().toLowerCase().replaceAll("-","_");if(t.length===0)throw new l("--preset must not be empty",d.USAGE);if(t==="minimal"||t==="default"||t==="strict")return t;if(t==="lite"||t==="minimum")return"minimal";throw new l(`Invalid --preset value "${e}". Allowed: ${WR.join(", ")}`,d.USAGE)}function YR(e){if(e!==void 0){if(e.trim().length===0)throw new l("--type-preset must not be empty",d.USAGE);try{return Km(e)}catch{throw new l(`Invalid --type-preset value "${e}". Allowed: ${qm.join(", ")}`,d.USAGE)}}}function JR(e){if(e===void 0)return;let t=e.trim();if(t.length===0)throw new l("--author must not be empty",d.USAGE);return t}function od(e){if(e===void 0)return!1;let t=e.trim();return t.length===0?!1:X.isAbsolute(t)||/^[a-z]:/iu.test(t)||t.startsWith(".")||t.includes("/")||t.includes("\\")}function XR(e,t,n,r){let o=r?.trim();if(r!==void 0&&o?.length===0)throw new l("--workspace must not be empty",d.USAGE);if(o!==void 0){if(t.path!==void 0||od(n))throw new l("--workspace cannot be combined with --pm-path/--path or a path-like positional target.",d.USAGE);let m=X.resolve(e,o),u=X.join(m,".agents","pm");return{pmRoot:u,prefixArg:n,target:{mode:"workspace-path",tracker_root:u,workspace_root:m}}}if(t.path===void 0&&od(n)){let m=X.resolve(e,n.trim());return{pmRoot:m,prefixArg:void 0,target:{mode:"tracker-path",tracker_root:m}}}let s=E(e,t.path),i=X.join(X.resolve(e),".agents","pm"),a=X.dirname(X.dirname(s)),c=X.resolve(s)===i?"current":"ancestor";return{pmRoot:s,prefixArg:n,target:t.path===void 0?{mode:"workspace-discovery",tracker_root:s,workspace_root:a,discovery:c,requested_cwd:X.resolve(e),...c==="ancestor"?{suggested_current_tracker_root:i}:{}}:{mode:"tracker-path",tracker_root:s}}}function QR(e,t){if(t===void 0)return e;if(t.trim().length===0)throw new l("--id-prefix must not be empty",d.USAGE);if(od(t))throw new l(`--id-prefix accepts an item ID prefix, not a tracker path: "${t}".`,d.USAGE,{code:"init_id_prefix_path_like",required:"Pass the tracker path positionally or with the global --path option.",examples:[`pm init ${t}`,`pm --path ${t} init`]});if(e!==void 0&&It(e)!==It(t))throw new l(`Conflicting id prefixes: positional "${e}" and --id-prefix "${t}".`,d.USAGE,{code:"init_id_prefix_conflict",required:"Use either the positional id prefix or --id-prefix with one value.",examples:[`pm init ${It(e)}`,`pm init --id-prefix ${It(t)}`]});return t}function ZR(e){if(e===void 0)return"ask";let t=e.trim().toLowerCase().replaceAll("-","_");if(t.length===0)throw new l("--agent-guidance must not be empty",d.USAGE);if(t==="ask"||t==="add"||t==="skip"||t==="status")return t;throw new l(`Invalid --agent-guidance value "${e}". Allowed: ${Uh.join(", ")}`,d.USAGE)}function eI(e,t){let n=e.trim().toLowerCase();return n.length===0?t:n==="y"||n==="yes"?!0:n==="n"||n==="no"?!1:t}function Hh(e,t){let n=hl[t];e.governance={preset:t,...n},e.validation.parent_reference=n.parent_reference,e.validation.metadata_profile=n.metadata_profile}function tI(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function nI(e){let t=e.details;return{installed_all:t.installed_all===!0,installed_count:typeof t.installed_count=="number"?t.installed_count:0,packages:Array.isArray(t.packages)?t.packages.filter(tI).map(n=>({alias:typeof n.alias=="string"?n.alias:"",ok:n.ok===!0})):[]}}async function rI(e,t,n){let r=Ro(t.schema),o=st(e,r.files.types,ot.types),i=Gm(await q(o)),a=[],c=[];for(let m of zm(n)){let u=jm(i,m);i=u.file,(u.replaced?c:a).push(u.definition.name)}return await Je({pmRoot:e,filePath:o,raw:To(i),op:"init:type-preset",author:C(void 0,t.author_default),lockTtlSeconds:t.locks.ttl_seconds,lockWaitMs:t.locks.wait_ms}),{name:n,registered:a,updated:c,file:o}}async function oI(e){let t=[".git","package.json","pnpm-workspace.yaml","AGENTS.md",X.join(".agents","pm")];for(let n of t)if(await P(X.join(e,n)))return!0;return!1}async function sI(e,t,n){if(!t||n||await P(X.join(e,"settings.json"))||!await oI(e))return;let r=X.join(e,".agents","pm");throw new l(`Refusing to initialize tracker files directly in workspace root "${e}".`,d.USAGE,{code:"workspace_root_pm_path",type:"urn:pm-cli:error:workspace_root_pm_path",why:"Path-like init targets and --pm-path/--path point at the tracker storage directory itself, not the repository workspace. Point at .agents/pm, use --workspace, or pass --force if you intentionally want root-level tracker files.",examples:[`pm --pm-path ${r} init --yes`,"pm init --yes",`pm --pm-path ${e} init --yes --force`],nextSteps:["Use --pm-path <repo>/.agents/pm for repository-local tracker storage.","Use PM_PATH only for sandboxed tests or explicit tracker roots.","Pass --force only when root-level tracker files are intentional."],recovery:{next_best_command:`pm --pm-path ${r} init --yes`}})}async function Wh(e,t){let n=[],r=[];for(let o of t){let s=o?X.join(e,o):e,i=await P(s);await KR.mkdir(s,{recursive:!0}),i?r.push(`already_exists:${s}`):n.push(s),r.push(...await Y({path:s,scope:"project",op:"init:ensure_dir"}))}return{createdDirs:n,warnings:r}}async function iI(e,t){let n=VR();try{Le.write(`pm init setup wizard (agent-optimized)
21
+ `),LI(n,!0)}finally{t.close()}}function Bh(e){let t=e.agent_guidance;return{prompt_completed:t?.prompt_completed===!0,declined:t?.declined===!0,declined_at:typeof t?.declined_at=="string"?t.declined_at:"",template_version:typeof t?.template_version=="number"&&Number.isInteger(t.template_version)&&t.template_version>0?t.template_version:rd,last_checked_files:Array.isArray(t?.last_checked_files)?[...new Set(t.last_checked_files.map(n=>n.trim()).filter(n=>n.length>0))].sort((n,r)=>n.localeCompare(r)):[]}}async function Vh(e){let t=[];for(let n of bI){let r=ie.join(e,n),o=await P(r);if(!o){t.push({file_path:r,exists:o,has_guidance:!1,has_marker:!1});continue}let s=await nd.readFile(r,"utf8"),i=s.toLowerCase(),a=wI.filter(d=>i.includes(d)),c=TI(s);t.push({file_path:r,exists:o,has_guidance:c||a.length>=vI,has_marker:c})}return t}function Ar(e,t){e.includes(t)||e.push(t)}function FI(e,t){let n=Bh(e),r=JSON.stringify(n)!==JSON.stringify(t);return r&&(e.agent_guidance=t),{changed:r,state:t}}async function MI(e,t=ie.dirname(e)){let r=await P(e)?await nd.readFile(e,"utf8"):"",o=II(r,await RI(t));return o.changed?(await _e(e,o.next_content),{changed:!0,warnings:await Y({path:e,scope:"project",op:"init:agent_guidance_file"})}):{changed:!1,warnings:[]}}function $I(e){return{mode:e.mode,present:e.scans.some(t=>t.has_guidance),prompted:e.prompted,applied:e.applied,skipped:e.skipped,declined:e.state.declined,prompt_completed:e.state.prompt_completed,template_version:e.state.template_version,target_file:e.targetRelativePath,checked_files:e.scans.map(t=>kr(e.projectRoot,t.file_path)),files_with_guidance:e.scans.filter(t=>t.has_guidance).map(t=>kr(e.projectRoot,t.file_path)),missing_files:e.scans.filter(t=>!t.exists).map(t=>kr(e.projectRoot,t.file_path))}}async function DI(e,t,n){return e?await Vh(n):t}function Sr(e,t,n){e.state={...e.state,...n,template_version:rd,last_checked_files:t}}async function Hh(e,t){if(t.presentBefore)return;let n=await MI(t.targetPath,t.projectRoot);e.warnings.push(...n.warnings),n.changed&&(e.applied=!0,e.warnings.push(`agent_guidance:added:${t.targetRelativePath}`))}function UI(e,t){t||(e.warnings.push("agent_guidance:missing"),Ar(e.nextSteps,Er))}function GI(e,t){e.skipped=!0,Sr(e,t,{prompt_completed:!0,declined:!0,declined_at:e.state.declined_at||new Date().toISOString()}),e.warnings.push("agent_guidance:explicit_skip"),Ar(e.nextSteps,Er)}async function jI(e,t){await Hh(e,t),Sr(e,t.checkedFiles,{prompt_completed:!0,declined:!1,declined_at:""})}function qI(e,t){e.state.declined&&Sr(e,t,{prompt_completed:!0,declined:!1,declined_at:""})}function KI(e){e.skipped=!0,e.warnings.push("agent_guidance:skipped_declined"),Ar(e.nextSteps,Er)}async function zI(e,t){if(e.prompted=!0,await NI(t.targetRelativePath)){await Hh(e,t),Sr(e,t.checkedFiles,{prompt_completed:!0,declined:!1,declined_at:""});return}e.skipped=!0,Sr(e,t.checkedFiles,{prompt_completed:!0,declined:!0,declined_at:new Date().toISOString()}),e.warnings.push("agent_guidance:declined"),Ar(e.nextSteps,Er)}function BI(e){e.warnings.push("agent_guidance:missing_non_interactive"),Ar(e.nextSteps,Er)}async function VI(e,t){let n={warnings:[],nextSteps:[],prompted:!1,applied:!1,skipped:!1,state:e};return t.mode==="status"?(UI(n,t.presentBefore),n):t.mode==="skip"?(GI(n,t.checkedFiles),n):t.mode==="add"?(await jI(n,t),n):t.presentBefore?(qI(n,t.checkedFiles),n):n.state.prompt_completed&&n.state.declined?(KI(n),n):t.interactive?(await zI(n,t),n):(BI(n),n)}async function Wh(e){let t=OI(e.pm_root,e.cwd),n=await Vh(t),r=PI(n,t),o=kr(t,r),s=n.map(u=>kr(t,u.file_path)),i=n.some(u=>u.has_guidance),a=await VI(Bh(e.settings),{mode:e.mode,interactive:e.interactive,targetPath:r,targetRelativePath:o,checkedFiles:s,presentBefore:i,projectRoot:t}),c=FI(e.settings,a.state);return n=await DI(a.applied,n,t),{summary:$I({mode:e.mode,scans:n,projectRoot:t,targetRelativePath:o,prompted:a.prompted,applied:a.applied,skipped:a.skipped,state:a.state}),warnings:a.warnings,next_steps:a.nextSteps,settings_changed:c.changed}}(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]="d06d4db7-8ab7-5a9f-84df-508bd305ea23")}catch{}})();var sd=Symbol.for("pm.sdk.init-invocation-cwd");var JI=()=>WI.createInterface({input:YI,output:Le});function XI(){return structuredClone(kt)}var QI=["minimal","default","strict"];function Jh(e){if(e===void 0)return;let t=e.trim().toLowerCase().replaceAll("-","_");if(t.length===0)throw new m("--preset must not be empty",l.USAGE);if(t==="minimal"||t==="default"||t==="strict")return t;if(t==="lite"||t==="minimum")return"minimal";throw new m(`Invalid --preset value "${e}". Allowed: ${QI.join(", ")}`,l.USAGE)}function ZI(e){if(e!==void 0){if(e.trim().length===0)throw new m("--type-preset must not be empty",l.USAGE);try{return zm(e)}catch{throw new m(`Invalid --type-preset value "${e}". Allowed: ${Km.join(", ")}`,l.USAGE)}}}function eR(e){if(e===void 0)return;let t=e.trim();if(t.length===0)throw new m("--author must not be empty",l.USAGE);return t}function od(e){if(e===void 0)return!1;let t=e.trim();return t.length===0?!1:X.isAbsolute(t)||/^[a-z]:/iu.test(t)||t.startsWith(".")||t.includes("/")||t.includes("\\")}function tR(e,t,n,r){let o=r?.trim();if(r!==void 0&&o?.length===0)throw new m("--workspace must not be empty",l.USAGE);if(o!==void 0){if(t.path!==void 0||od(n))throw new m("--workspace cannot be combined with --pm-path/--path or a path-like positional target.",l.USAGE);let d=X.resolve(e,o),u=X.join(d,".agents","pm");return{pmRoot:u,prefixArg:n,target:{mode:"workspace-path",tracker_root:u,workspace_root:d}}}if(t.path===void 0&&od(n)){let d=X.resolve(e,n.trim());return{pmRoot:d,prefixArg:void 0,target:{mode:"tracker-path",tracker_root:d}}}let s=E(e,t.path),i=X.join(X.resolve(e),".agents","pm"),a=X.dirname(X.dirname(s)),c=X.resolve(s)===i?"current":"ancestor";return{pmRoot:s,prefixArg:n,target:t.path===void 0?{mode:"workspace-discovery",tracker_root:s,workspace_root:a,discovery:c,requested_cwd:X.resolve(e),...c==="ancestor"?{suggested_current_tracker_root:i}:{}}:{mode:"tracker-path",tracker_root:s}}}function nR(e,t){if(t===void 0)return e;if(t.trim().length===0)throw new m("--id-prefix must not be empty",l.USAGE);if(od(t))throw new m(`--id-prefix accepts an item ID prefix, not a tracker path: "${t}".`,l.USAGE,{code:"init_id_prefix_path_like",required:"Pass the tracker path positionally or with the global --path option.",examples:[`pm init ${t}`,`pm --path ${t} init`]});if(e!==void 0&&Rt(e)!==Rt(t))throw new m(`Conflicting id prefixes: positional "${e}" and --id-prefix "${t}".`,l.USAGE,{code:"init_id_prefix_conflict",required:"Use either the positional id prefix or --id-prefix with one value.",examples:[`pm init ${Rt(e)}`,`pm init --id-prefix ${Rt(t)}`]});return t}function rR(e){if(e===void 0)return"ask";let t=e.trim().toLowerCase().replaceAll("-","_");if(t.length===0)throw new m("--agent-guidance must not be empty",l.USAGE);if(t==="ask"||t==="add"||t==="skip"||t==="status")return t;throw new m(`Invalid --agent-guidance value "${e}". Allowed: ${Kh.join(", ")}`,l.USAGE)}function oR(e,t){let n=e.trim().toLowerCase();return n.length===0?t:n==="y"||n==="yes"?!0:n==="n"||n==="no"?!1:t}function Xh(e,t){let n=gl[t];e.governance={preset:t,...n},e.validation.parent_reference=n.parent_reference,e.validation.metadata_profile=n.metadata_profile}function sR(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function iR(e){let t=e.details;return{installed_all:t.installed_all===!0,installed_count:typeof t.installed_count=="number"?t.installed_count:0,packages:Array.isArray(t.packages)?t.packages.filter(sR).map(n=>({alias:typeof n.alias=="string"?n.alias:"",ok:n.ok===!0})):[]}}async function aR(e,t,n){let r=Io(t.schema),o=st(e,r.files.types,ot.types),i=jm(await q(o)),a=[],c=[];for(let d of Bm(n)){let u=qm(i,d);i=u.file,(u.replaced?c:a).push(u.definition.name)}return await Je({pmRoot:e,filePath:o,raw:To(i),op:"init:type-preset",author:C(void 0,t.author_default),lockTtlSeconds:t.locks.ttl_seconds,lockWaitMs:t.locks.wait_ms}),{name:n,registered:a,updated:c,file:o}}async function cR(e){let t=[".git","package.json","pnpm-workspace.yaml","AGENTS.md",X.join(".agents","pm")];for(let n of t)if(await P(X.join(e,n)))return!0;return!1}async function dR(e,t,n){if(!t||n||await P(X.join(e,"settings.json"))||!await cR(e))return;let r=X.join(e,".agents","pm");throw new m(`Refusing to initialize tracker files directly in workspace root "${e}".`,l.USAGE,{code:"workspace_root_pm_path",type:"urn:pm-cli:error:workspace_root_pm_path",why:"Path-like init targets and --pm-path/--path point at the tracker storage directory itself, not the repository workspace. Point at .agents/pm, use --workspace, or pass --force if you intentionally want root-level tracker files.",examples:[`pm --pm-path ${r} init --yes`,"pm init --yes",`pm --pm-path ${e} init --yes --force`],nextSteps:["Use --pm-path <repo>/.agents/pm for repository-local tracker storage.","Use PM_PATH only for sandboxed tests or explicit tracker roots.","Pass --force only when root-level tracker files are intentional."],recovery:{next_best_command:`pm --pm-path ${r} init --yes`}})}async function Qh(e,t){let n=[],r=[];for(let o of t){let s=o?X.join(e,o):e,i=await P(s);await HI.mkdir(s,{recursive:!0}),i?r.push(`already_exists:${s}`):n.push(s),r.push(...await Y({path:s,scope:"project",op:"init:ensure_dir"}))}return{createdDirs:n,warnings:r}}async function lR(e,t){let n=JI();try{Le.write(`pm init setup wizard (agent-optimized)
22
22
  `),Le.write(`This walkthrough is non-destructive and each choice can be changed later with pm config.
23
23
 
24
24
  `),Le.write(`1/3 Item ID prefix
25
25
  `),Le.write(`Prefix is prepended to generated IDs (for example pm-a1b2).
26
- `);let r=await n.question(`Item ID prefix [${e}]: `),o=r.trim().length>0?It(r):e;Le.write(`
26
+ `);let r=await n.question(`Item ID prefix [${e}]: `),o=r.trim().length>0?Rt(r):e;Le.write(`
27
27
  2/3 Governance preset
28
28
  `),Le.write(`minimal: no ownership blocking, progressive create defaults, close validation off.
29
29
  `),Le.write(`default: ownership conflict warnings, progressive create defaults, close validation warn.
30
30
  `),Le.write(`strict: ownership blocking, strict create defaults, close validation strict.
31
- `);let s=await n.question("Governance preset [minimal/default/strict] (default: minimal): "),i=s.trim().length>0?s.trim():"minimal",a="minimal";try{a=Vh(i)}catch{Le.write(`Unrecognized governance preset "${i}"; using minimal.
31
+ `);let s=await n.question("Governance preset [minimal/default/strict] (default: minimal): "),i=s.trim().length>0?s.trim():"minimal",a="minimal";try{a=Jh(i)}catch{Le.write(`Unrecognized governance preset "${i}"; using minimal.
32
32
  `)}Le.write(`
33
33
  3/3 Project telemetry
34
34
  `),Le.write(`Telemetry helps improve reliability and can be disabled anytime via pm config.
35
- `);let c=t?"Y/n":"y/N",m=await n.question(`Enable telemetry for this project? [${c}] `),u=eI(m,t);return Le.write(`
36
- `),{prefix:o,preset:a,telemetry_enabled:u}}finally{n.close()}}function aI(e){return{presetFromOption:Vh(e.preset),useDefaults:e.defaults===!0,authorFromOption:JR(e.author),installBundledPackages:e.withPackages===!0,agentGuidanceMode:ZR(e.agentGuidance),typePreset:YR(e.typePreset)}}function cI(e){let t=[];return e.prefixArg!==void 0&&e.settings.id_prefix!==e.normalizedPrefix&&t.push("id_prefix"),e.presetFromOption!==void 0&&e.settings.governance.preset!==e.presetFromOption&&t.push("governance_preset"),e.authorFromOption!==void 0&&e.settings.author_default!==e.authorFromOption&&t.push("author_default"),t}function dI(e,t,n,r){if(t.length===0||n)return;let o=r.discovery==="ancestor";throw new l(`${o?`No tracker exists in ${r.requested_cwd}; pm init found an ancestor tracker at ${r.tracker_root}. `:""}Refusing to update existing tracker settings at ${e} without --force.`,d.USAGE,{code:"init_existing_settings_requires_force",type:"urn:pm-cli:error:init_existing_settings_requires_force",required:`--force for ${t.join(", ")}`,why:o?"Ancestor discovery is useful for normal commands, but init must make the selected existing workspace explicit before changing its identity or policy settings.":"pm init is safe to rerun, but changing id prefix, governance preset, or default author on an existing tracker can corrupt long-lived project context when an agent meant to initialize a sandbox path.",resolved_path:r.tracker_root,requested_path:r.requested_cwd,suggested_path:r.suggested_current_tracker_root,examples:["pm init --yes","pm init ./sandbox-pm --yes",...o?['pm init <name> --yes --pm-path "$PWD/.agents/pm"']:[],"pm init acme --yes --force"],nextSteps:[...o?['To create a new tracker in the current directory, rerun with --pm-path "$PWD/.agents/pm".']:[],"If you meant to initialize a sandbox tracker, pass a path-like positional such as ./sandbox-pm or /tmp/pm-test.","If you intentionally want to rewrite this existing tracker's init-managed settings, rerun with --force."]})}function lI(e){let t=!1;return e.prefixArg!==void 0&&e.settings.id_prefix!==e.normalizedPrefix&&(e.settings.id_prefix=e.normalizedPrefix,e.warnings.push(`updated:id_prefix:${e.normalizedPrefix}`),t=!0),e.presetFromOption!==void 0&&e.settings.governance.preset!==e.presetFromOption&&(Hh(e.settings,e.presetFromOption),e.warnings.push(`updated:governance_preset:${e.presetFromOption}`),t=!0),e.authorFromOption!==void 0&&e.settings.author_default!==e.authorFromOption&&(e.settings.author_default=e.authorFromOption,e.warnings.push(`updated:author_default:${e.authorFromOption}`),t=!0),t}async function mI(e){let t=await T(e.pmRoot);e.warnings.push(`already_exists:${e.settingsPath}`);let n=cI({settings:t,normalizedPrefix:e.normalizedPrefix,prefixArg:e.prefixArg,presetFromOption:e.normalizedOptions.presetFromOption,authorFromOption:e.normalizedOptions.authorFromOption});return dI(e.settingsPath,n,e.options.force===!0,e.target),lI({settings:t,normalizedPrefix:e.normalizedPrefix,prefixArg:e.prefixArg,presetFromOption:e.normalizedOptions.presetFromOption,authorFromOption:e.normalizedOptions.authorFromOption,warnings:e.warnings})&&await Ie(e.pmRoot,t),{settings:t,normalizedPrefix:e.normalizedPrefix,chosenPreset:e.normalizedOptions.presetFromOption,wizardUsed:!1}}async function uI(e){let t=e.normalizedPrefix,n=e.normalizedOptions.presetFromOption,r,o=!1;if(e.normalizedOptions.presetFromOption===void 0&&!e.normalizedOptions.useDefaults&&process.stdin.isTTY===!0&&process.stdout.isTTY===!0){let c=await iI(t,kt.telemetry.enabled);t=c.prefix,n=c.preset,r=c.telemetry_enabled,o=!0}let s=n??"minimal",i=HR();i.id_prefix=t,Hh(i,s);let a=$o()?.trim()||void 0;return i.author_default=e.normalizedOptions.authorFromOption??a??"",r!==void 0&&(i.telemetry.enabled=r,i.telemetry.first_run_prompt_completed=!0),await Ie(e.pmRoot,i),{settings:i,normalizedPrefix:t,chosenPreset:n,wizardUsed:o}}async function Bh(e){return e.settingsExists?await mI(e):await uI({pmRoot:e.pmRoot,normalizedPrefix:e.normalizedPrefix,normalizedOptions:e.normalizedOptions})}async function pI(e){let t=await zh({pm_root:e.pmRoot,cwd:e.cwd,mode:e.agentGuidanceMode,interactive:process.stdin.isTTY===!0&&process.stdout.isTTY===!0,settings:e.settings});return e.warnings.push(...t.warnings),t.settings_changed&&await Ie(e.pmRoot,e.settings),{...t.summary,next_steps:t.next_steps}}async function fI(e,t){let n=[],r=[],o=await Hm(e,t.schema);for(let s of o.created_paths)n.push(s),r.push(...await Y({path:s,scope:"project",op:"init:runtime_schema_file"}));return{createdDirs:n,warnings:r}}async function _I(e){if(e.typePreset===void 0)return;let t=await rI(e.pmRoot,e.settings,e.typePreset);return e.warnings.push(`registered_type_preset:${e.typePreset}`),e.warnings.push(...await Y({path:t.file,scope:"project",op:"init:type_preset"})),t}async function hI(e){let n=O(e.settings,I()).folders.filter(o=>!Ji.includes(o)),r=await Wh(e.pmRoot,n);e.createdDirs.push(...r.createdDirs),e.warnings.push(...r.warnings)}function gI(e){let t=X.resolve(e.tracker_root),n=X.dirname(t);return X.basename(t)==="pm"&&X.basename(n)===".agents"?X.dirname(n):e.workspace_root}async function yI(e,t,n,r){if(!e)return;let o=await Pn("all",{install:!0,project:!0},{...t,path:n});r.push(...o.warnings);let s=nI(o),i=s.packages.filter(a=>!a.ok).map(a=>a.alias);if(!s.installed_all||i.length>0)throw new l(`pm init --with-packages did not install all bundled packages successfully${i.length>0?`: ${i.join(", ")}`:"."}`,d.GENERIC_FAILURE);return s}function bI(e){let t=r=>Lo([...e.target.mode==="workspace-discovery"?[]:["--pm-path",e.target.tracker_root],...r]),n=[`Create your first item: ${t(["create","--type","Task","--title","<title>"])}`,`List active items: ${t(["list"])}`,`Get agent-friendly project context: ${t(["context"])}`];e.installBundledPackages?n.push(`Explore newly-available commands: ${t(["cal"])}, ${t(["templates"])}, ${t(["guide"])}`):(n.push(`Add optional packages for richer workflows: ${t(["install","calendar","--project"])}, ${t(["install","templates","--project"])}, ${t(["install","guide-shell","--project"])}`),n.push(`Or install everything bundled: ${t(["init","--with-packages"])} (idempotent on re-run)`)),e.registeredTypePreset&&n.push(`Inspect registered preset types: ${t(["schema","list"])}, ${t(["schema","show",e.registeredTypePreset.registered[0]??e.registeredTypePreset.updated[0]])}`),n.push("Supported agent harnesses are attributed automatically; use --author or PM_AUTHOR only when an explicit identity override is required.");for(let r of e.agentGuidanceNextSteps){let o=e.target.mode==="workspace-discovery"?r:r.replace(/\bpm (?=[a-z])/g,()=>`${t([])} `);n.includes(o)||n.push(o)}return n}async function wI(e,t,n,r=Hp){if(t===null){n.push("merge_fence_skipped:not_git_repository:run pm merge install after moving the tracker into a Git repository");return}try{let o=await r({pmRoot:e,workspaceRoot:t});o.gitattributes.changed&&n.push(`updated:merge_fence:${o.gitattributes.path}`)}catch(o){if(!(o instanceof l))throw o;n.push(`merge_fence_skipped:install_failed:${o.context.code??"pm_error"}:${o.message}:run pm merge install after resolving the Git repository error`)}}async function Tr(e,t,n={}){let r=process.cwd(),o=XR(r,t,e,n.workspace),s=o.pmRoot;e=QR(o.prefixArg,n.idPrefix);let i=aI(n);await sI(s,o.target.mode==="tracker-path",n.force===!0);let a=[],c=[],m=X.join(s,"settings.json"),u=await P(m),p;u&&(p=await Bh({pmRoot:s,settingsPath:m,settingsExists:u,normalizedPrefix:It(e),prefixArg:e,options:n,normalizedOptions:i,warnings:c,target:o.target}));let f=await Wh(s,Ji);a.push(...f.createdDirs),c.push(...f.warnings),p??=await Bh({pmRoot:s,settingsPath:m,settingsExists:u,normalizedPrefix:It(e),prefixArg:e,options:n,normalizedOptions:i,warnings:c,target:o.target});let{settings:_}=p,h=gI(o.target),y=await cs(h??X.dirname(s)),g=h??y,b=await pI({pmRoot:s,cwd:g??r,agentGuidanceMode:i.agentGuidanceMode,settings:_,warnings:c}),v=await fI(s,_);a.push(...v.createdDirs),c.push(...v.warnings);let S=await _I({pmRoot:s,settings:_,typePreset:i.typePreset,warnings:c});if(S&&(_=await T(s)),await hI({pmRoot:s,settings:_,createdDirs:a,warnings:c}),g&&i.agentGuidanceMode!=="status"){let j=await ua(g,{pmRoot:s});j.changed&&c.push(`updated:gitignore:${j.path}`)}!u&&n.mergeFence!==!1&&i.agentGuidanceMode!=="status"&&await wI(s,y,c);let A=await yI(i.installBundledPackages,t,s,c),x=bI({installBundledPackages:i.installBundledPackages,registeredTypePreset:S,agentGuidanceNextSteps:b.next_steps,target:o.target});return{ok:!0,path:s,target:o.target,settings:_,created_dirs:a,warnings:c,governance_preset:_.governance.preset,wizard_used:p.wizardUsed,...S?{registered_type_preset:S}:{},...A?{installed_packages:A}:{},next_steps:x,agent_guidance:b}}import CI from"node:fs/promises";import ad 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]="70e06a73-6602-5384-a25b-fd3df5f6438e")}catch{}})();var Jh=10,cn="https://schema.unbrained.dev/pm/eval-query-set/v1";var si={schema:cn,queries:[{query:"offline search",relevant_ids:["pm-75k9"],mode:"keyword"}]},Be=class extends Error{constructor(t){super(t),this.name="EvalQuerySetError"}},vI=new Set(["keyword","semantic","hybrid"]);function Yh(e,t){let n=0,r=Math.min(t,e.length);for(let o=0;o<r;o+=1)n+=e[o]/Math.log2(o+2);return n}function kI(e,t,n){if(t.size===0)return 0;let r=e.map(a=>t.has(a)?1:0),o=Yh(r,n),s=Array.from({length:t.size},()=>1),i=Yh(s,n);return i===0?0:o/i}function SI(e,t,n){let r=Math.min(n,e.length);for(let o=0;o<r;o+=1)if(t.has(e[o]))return 1/(o+1);return 0}function sd(e,t,n){let r=Math.min(n,e.length),o=0;for(let s=0;s<r;s+=1)t.has(e[s])&&(o+=1);return o}function EI(e,t,n){return n<=0?0:sd(e,t,n)/n}function AI(e,t,n){return t.size===0?0:sd(e,t,n)/t.size}function Xh(e,t,n){return{ndcg:kI(e,t,n),mrr:SI(e,t,n),precision:EI(e,t,n),recall:AI(e,t,n),relevant_total:t.size,retrieved_relevant:sd(e,t,n)}}function Qh(e){let t=e.length;if(t===0)return{ndcg:0,mrr:0,precision:0,recall:0,query_count:0};let n=e.reduce((r,o)=>({ndcg:r.ndcg+o.ndcg,mrr:r.mrr+o.mrr,precision:r.precision+o.precision,recall:r.recall+o.recall}),{ndcg:0,mrr:0,precision:0,recall:0});return{ndcg:n.ndcg/t,mrr:n.mrr/t,precision:n.precision/t,recall:n.recall/t,query_count:t}}function TI(e,t){if(typeof e!="object"||e===null)throw new Be(`Eval query at index ${t} must be an object`);let n=e,r=typeof n.query=="string"?n.query.trim():"";if(r.length===0)throw new Be(`Eval query at index ${t} must have a non-empty "query" string`);if(!Array.isArray(n.relevant_ids))throw new Be(`Eval query at index ${t} must have a "relevant_ids" array`);if(n.relevant_ids.some(s=>typeof s!="string"))throw new Be(`Eval query at index ${t} must have a "relevant_ids" array of strings`);let o=[...new Set(n.relevant_ids.map(s=>s.trim()).filter(s=>s.length>0))];if(o.length===0)throw new Be(`Eval query at index ${t} must list at least one relevant id`);if(n.mode!==void 0&&(typeof n.mode!="string"||!vI.has(n.mode)))throw new Be(`Eval query at index ${t} has an invalid mode (expected keyword|semantic|hybrid)`);return{query:r,relevant_ids:o,...n.mode!==void 0?{mode:n.mode}:{},...typeof n.description=="string"&&n.description.trim().length>0?{description:n.description.trim()}:{}}}function id(e){let t=typeof e=="object"&&e!==null&&!Array.isArray(e)?e.schema:void 0;if(t!==void 0&&t!==cn)throw new Be(`Unsupported eval query set schema; expected "${cn}"`);let n=Array.isArray(e)?e:typeof e=="object"&&e!==null?e.queries:void 0;if(!Array.isArray(n))throw new Be('Eval query set must be an array of queries or an object with a "queries" array');if(n.length===0)throw new Be("Eval query set must contain at least one query");return{schema:cn,queries:n.map((r,o)=>TI(r,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]="9cc9405b-d2b8-59aa-893f-54892595788a")}catch{}})();var RI=ad.join("search","eval-queries.json"),cd={schema:cn,examples:[JSON.stringify(si)],nextSteps:["Create a git-tracked golden-query JSON file that follows the schema, then re-run pm eval."]},II=new Set(["keyword","semantic","hybrid"]),xI=e=>{if(e===void 0)return"keyword";let t=e.trim().toLowerCase();if(!II.has(t))throw new l("Eval --mode must be one of keyword|semantic|hybrid",d.USAGE);return t},OI=e=>{if(e===void 0||e==="")return Jh;let t=bl(e);if(t===null)throw new l("Eval --k must be a positive integer",d.USAGE);return t},PI=e=>{if(e===void 0||e==="")return;let t=String(e).trim(),n=Number(t);if([t.length===0,!Number.isFinite(n),n<0,n>1].includes(!0))throw new l("Eval --fail-under must be a number in the range [0, 1]",d.USAGE);return n},Nt=e=>Math.round(e*1e4)/1e4,LI=async e=>{try{return await CI.readFile(e,"utf8")}catch{throw new l(`Eval query set not found at ${e}`,d.NOT_FOUND,{...cd,examples:[`echo '${JSON.stringify(si)}' > ${e}`,"pm eval --queries ./my-eval.json"]})}},NI=(e,t)=>{try{return JSON.parse(e)}catch(n){throw new l(`Eval query set at ${t} is not valid JSON: ${n instanceof Error?n.message:String(n)}`,d.USAGE,cd)}},FI=e=>{try{return id(e)}catch(t){throw new l(t instanceof Error?t.message:String(t),d.USAGE,cd)}},MI=async e=>FI(NI(await LI(e),e)),$I=(e,t)=>t?ad.resolve(process.cwd(),t):ad.join(e,RI),DI=async(e,t,n,r)=>{let o=e.mode??t,i=(await fr(e.query,{mode:o,limit:String(n),fields:"id"},r)).items.map(c=>c.id).filter(c=>typeof c=="string"),a=Xh(i,new Set(e.relevant_ids),n);return{metrics:a,report:{query:e.query,mode:o,relevant_total:a.relevant_total,retrieved_relevant:a.retrieved_relevant,ndcg:Nt(a.ndcg),mrr:Nt(a.mrr),precision:Nt(a.precision),recall:Nt(a.recall)}}},UI=(e,t,n,r)=>{let o=Qh(n);return{k:e,query_count:t.length,aggregate:{ndcg:Nt(o.ndcg),mrr:Nt(o.mrr),precision:Nt(o.precision),recall:Nt(o.recall)},queries:t,...r!==void 0?{fail_under:r}:{},passed:r===void 0||o.ndcg>=r}},Zh=async(e,t)=>{let n=E(process.cwd(),t.path);await R(n);let r=OI(e.k),o=xI(e.mode),s=PI(e.failUnder),i=$I(n,e.queries),a=await MI(i),c=[],m=[];for(let u of a.queries){let{report:p,metrics:f}=await DI(u,o,r,t);m.push(f),c.push(p)}return UI(r,c,m,s)};import{readFile as ex,writeFile as tx}from"node:fs/promises";import nx 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]="7e8fcddf-09fe-5979-b23a-78915bf7f896")}catch{}})();function dd(e,t){let n=Uo(e);if(n)throw new l(`History merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,d.GENERIC_FAILURE);let r=[];for(let[o,s]of e.split(/\r?\n/).entries()){let i=s.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");r.push(a)}catch{throw new l(`History merge input (${t}) contains invalid JSON at line ${o+1}.`,d.GENERIC_FAILURE)}}return r}function Ft(e){return V({ts:e.ts,author:e.author,op:e.op,patch:e.patch,message:e.message??null})}function GI(e,t){let n=Math.min(e.length,t.length),r=0;for(;r<n&&Ft(e[r])===Ft(t[r]);)r+=1;return r}function eg(e,t,n){dd(e,"base");let r=dd(t,"ours"),o=dd(n,"theirs"),s=GI(r,o);if(s===r.length&&s===o.length)return{merged:Wt(r),strategy:"identical",common_entries:s,entries_from_ours:0,entries_from_theirs:0,entries_total:r.length,reanchored:!1};if(s===o.length)return{merged:Wt(r),strategy:"fast_forward_ours",common_entries:s,entries_from_ours:r.length-s,entries_from_theirs:0,entries_total:r.length,reanchored:!1};if(s===r.length)return{merged:Wt(o),strategy:"fast_forward_theirs",common_entries:s,entries_from_ours:0,entries_from_theirs:o.length-s,entries_total:o.length,reanchored:!1};let i=r.slice(s),a=new Set(i.map(Ft)),c=o.slice(s).filter(p=>!a.has(Ft(p))),m=[...i,...c].sort((p,f)=>{let _=kn(p.ts,f.ts);if(_!==0)return _;let h=a.has(Ft(p)),y=a.has(Ft(f));return h!==y?Number(y)-Number(h):Ft(p).localeCompare(Ft(f))}),u=Ju([...r.slice(0,s),...m],void 0,{continuousHashSurface:!0});if(u.skippedOps>0)throw new l(`History union cannot preserve ${u.skippedOps} patch operation(s) after deterministic suffix ordering; leave the file unresolved for manual recovery.`,d.GENERIC_FAILURE);return{merged:Wt(u.entries),strategy:"union_reanchor",common_entries:s,entries_from_ours:i.length,entries_from_theirs:c.length,entries_total:u.entries.length,reanchored:!0}}function ld(e,t){let n=Uo(e);if(n)throw new l(`Relationship merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,d.GENERIC_FAILURE);let r=[];for(let[o,s]of e.split(/\r?\n/).entries()){let i=s.trim();if(!i)continue;let a;try{a=JSON.parse(i)}catch{throw new l(`Relationship merge input (${t}) contains invalid JSON at line ${o+1}.`,d.GENERIC_FAILURE)}if(typeof a!="object"||a===null||Array.isArray(a)||typeof a.eventId!="string"||typeof a.sequence!="number")throw new l(`Relationship merge input (${t}) line ${o+1} is not a relationship event (eventId + sequence required).`,d.GENERIC_FAILURE);r.push(a)}return r}function ii(e){return e.length===0?"":`${e.map(t=>JSON.stringify(t)).join(`
35
+ `);let c=t?"Y/n":"y/N",d=await n.question(`Enable telemetry for this project? [${c}] `),u=oR(d,t);return Le.write(`
36
+ `),{prefix:o,preset:a,telemetry_enabled:u}}finally{n.close()}}function mR(e){return{presetFromOption:Jh(e.preset),useDefaults:e.defaults===!0,authorFromOption:eR(e.author),installBundledPackages:e.withPackages===!0,agentGuidanceMode:rR(e.agentGuidance),typePreset:ZI(e.typePreset)}}function uR(e){let t=[];return e.prefixArg!==void 0&&e.settings.id_prefix!==e.normalizedPrefix&&t.push("id_prefix"),e.presetFromOption!==void 0&&e.settings.governance.preset!==e.presetFromOption&&t.push("governance_preset"),e.authorFromOption!==void 0&&e.settings.author_default!==e.authorFromOption&&t.push("author_default"),t}function pR(e,t,n,r){if(t.length===0||n)return;let o=r.discovery==="ancestor";throw new m(`${o?`No tracker exists in ${r.requested_cwd}; pm init found an ancestor tracker at ${r.tracker_root}. `:""}Refusing to update existing tracker settings at ${e} without --force.`,l.USAGE,{code:"init_existing_settings_requires_force",type:"urn:pm-cli:error:init_existing_settings_requires_force",required:`--force for ${t.join(", ")}`,why:o?"Ancestor discovery is useful for normal commands, but init must make the selected existing workspace explicit before changing its identity or policy settings.":"pm init is safe to rerun, but changing id prefix, governance preset, or default author on an existing tracker can corrupt long-lived project context when an agent meant to initialize a sandbox path.",resolved_path:r.tracker_root,requested_path:r.requested_cwd,suggested_path:r.suggested_current_tracker_root,examples:["pm init --yes","pm init ./sandbox-pm --yes",...o?['pm init <name> --yes --pm-path "$PWD/.agents/pm"']:[],"pm init acme --yes --force"],nextSteps:[...o?['To create a new tracker in the current directory, rerun with --pm-path "$PWD/.agents/pm".']:[],"If you meant to initialize a sandbox tracker, pass a path-like positional such as ./sandbox-pm or /tmp/pm-test.","If you intentionally want to rewrite this existing tracker's init-managed settings, rerun with --force."]})}function fR(e){let t=!1;return e.prefixArg!==void 0&&e.settings.id_prefix!==e.normalizedPrefix&&(e.settings.id_prefix=e.normalizedPrefix,e.warnings.push(`updated:id_prefix:${e.normalizedPrefix}`),t=!0),e.presetFromOption!==void 0&&e.settings.governance.preset!==e.presetFromOption&&(Xh(e.settings,e.presetFromOption),e.warnings.push(`updated:governance_preset:${e.presetFromOption}`),t=!0),e.authorFromOption!==void 0&&e.settings.author_default!==e.authorFromOption&&(e.settings.author_default=e.authorFromOption,e.warnings.push(`updated:author_default:${e.authorFromOption}`),t=!0),t}async function _R(e){let t=await T(e.pmRoot);e.warnings.push(`already_exists:${e.settingsPath}`);let n=uR({settings:t,normalizedPrefix:e.normalizedPrefix,prefixArg:e.prefixArg,presetFromOption:e.normalizedOptions.presetFromOption,authorFromOption:e.normalizedOptions.authorFromOption});return pR(e.settingsPath,n,e.options.force===!0,e.target),fR({settings:t,normalizedPrefix:e.normalizedPrefix,prefixArg:e.prefixArg,presetFromOption:e.normalizedOptions.presetFromOption,authorFromOption:e.normalizedOptions.authorFromOption,warnings:e.warnings})&&await Re(e.pmRoot,t),{settings:t,normalizedPrefix:e.normalizedPrefix,chosenPreset:e.normalizedOptions.presetFromOption,wizardUsed:!1}}async function hR(e){let t=e.normalizedPrefix,n=e.normalizedOptions.presetFromOption,r,o=!1;if(e.normalizedOptions.presetFromOption===void 0&&!e.normalizedOptions.useDefaults&&process.stdin.isTTY===!0&&process.stdout.isTTY===!0){let c=await lR(t,kt.telemetry.enabled);t=c.prefix,n=c.preset,r=c.telemetry_enabled,o=!0}let s=n??"minimal",i=XI();i.id_prefix=t,Xh(i,s);let a=$o()?.trim()||void 0;return i.author_default=e.normalizedOptions.authorFromOption??a??"",r!==void 0&&(i.telemetry.enabled=r,i.telemetry.first_run_prompt_completed=!0),await Re(e.pmRoot,i),{settings:i,normalizedPrefix:t,chosenPreset:n,wizardUsed:o}}async function Yh(e){return e.settingsExists?await _R(e):await hR({pmRoot:e.pmRoot,normalizedPrefix:e.normalizedPrefix,normalizedOptions:e.normalizedOptions})}async function gR(e){let t=await Wh({pm_root:e.pmRoot,cwd:e.cwd,mode:e.agentGuidanceMode,interactive:process.stdin.isTTY===!0&&process.stdout.isTTY===!0,settings:e.settings});return e.warnings.push(...t.warnings),t.settings_changed&&await Re(e.pmRoot,e.settings),{...t.summary,next_steps:t.next_steps}}async function yR(e,t){let n=[],r=[],o=await Wm(e,t.schema);for(let s of o.created_paths)n.push(s),r.push(...await Y({path:s,scope:"project",op:"init:runtime_schema_file"}));return{createdDirs:n,warnings:r}}async function bR(e){if(e.typePreset===void 0)return;let t=await aR(e.pmRoot,e.settings,e.typePreset);return e.warnings.push(`registered_type_preset:${e.typePreset}`),e.warnings.push(...await Y({path:t.file,scope:"project",op:"init:type_preset"})),t}async function wR(e){let n=O(e.settings,x()).folders.filter(o=>!Ji.includes(o)),r=await Qh(e.pmRoot,n);e.createdDirs.push(...r.createdDirs),e.warnings.push(...r.warnings)}function vR(e){let t=X.resolve(e.tracker_root),n=X.dirname(t);return X.basename(t)==="pm"&&X.basename(n)===".agents"?X.dirname(n):e.workspace_root}async function kR(e,t,n,r){if(!e)return;let o=await Pn("all",{install:!0,project:!0},{...t,path:n});r.push(...o.warnings);let s=iR(o),i=s.packages.filter(a=>!a.ok).map(a=>a.alias);if(!s.installed_all||i.length>0)throw new m(`pm init --with-packages did not install all bundled packages successfully${i.length>0?`: ${i.join(", ")}`:"."}`,l.GENERIC_FAILURE);return s}function SR(e){let t=r=>Lo([...e.target.mode==="workspace-discovery"?[]:["--pm-path",e.target.tracker_root],...r]),n=[`Create your first item: ${t(["create","--type","Task","--title","<title>"])}`,`List active items: ${t(["list"])}`,`Get agent-friendly project context: ${t(["context"])}`];e.installBundledPackages?n.push(`Explore newly-available commands: ${t(["cal"])}, ${t(["templates"])}, ${t(["guide"])}`):(n.push(`Add optional packages for richer workflows: ${t(["install","calendar","--project"])}, ${t(["install","templates","--project"])}, ${t(["install","guide-shell","--project"])}`),n.push(`Or install everything bundled: ${t(["init","--with-packages"])} (idempotent on re-run)`)),e.registeredTypePreset&&n.push(`Inspect registered preset types: ${t(["schema","list"])}, ${t(["schema","show",e.registeredTypePreset.registered[0]??e.registeredTypePreset.updated[0]])}`),n.push("Supported agent harnesses are attributed automatically; use --author or PM_AUTHOR only when an explicit identity override is required.");for(let r of e.agentGuidanceNextSteps){let o=e.target.mode==="workspace-discovery"?r:r.replace(/\bpm (?=[a-z])/g,()=>`${t([])} `);n.includes(o)||n.push(o)}return n}async function ER(e,t,n,r=Jp){if(t===null){n.push("merge_fence_skipped:not_git_repository:run pm merge install after moving the tracker into a Git repository");return}try{let o=await r({pmRoot:e,workspaceRoot:t});o.gitattributes.changed&&n.push(`updated:merge_fence:${o.gitattributes.path}`)}catch(o){if(!(o instanceof m))throw o;n.push(`merge_fence_skipped:install_failed:${o.context.code??"pm_error"}:${o.message}:run pm merge install after resolving the Git repository error`)}}async function AR(e,t,n,r){if(e==null||n==="status")return;let o=await ba(e,{pmRoot:t});o.changed&&r.push(`updated:gitignore:${o.path}`)}async function Tr(e,t,n={}){let r=t[sd],o=typeof r=="string"?r:process.cwd(),s=tR(o,t,e,n.workspace),i=s.pmRoot;e=nR(s.prefixArg,n.idPrefix);let a=mR(n);await dR(i,s.target.mode==="tracker-path",n.force===!0);let c=[],d=[],u=X.join(i,"settings.json"),p=await P(u),f;p&&(f=await Yh({pmRoot:i,settingsPath:u,settingsExists:p,normalizedPrefix:Rt(e),prefixArg:e,options:n,normalizedOptions:a,warnings:d,target:s.target}));let _=await Qh(i,Ji);c.push(..._.createdDirs),d.push(..._.warnings),f??=await Yh({pmRoot:i,settingsPath:u,settingsExists:p,normalizedPrefix:Rt(e),prefixArg:e,options:n,normalizedOptions:a,warnings:d,target:s.target});let{settings:h}=f,y=vR(s.target),g=await cs(y??X.dirname(i)),b=y??g,v=await gR({pmRoot:i,cwd:b??o,agentGuidanceMode:a.agentGuidanceMode,settings:h,warnings:d}),S=await yR(i,h);c.push(...S.createdDirs),d.push(...S.warnings);let A=await bR({pmRoot:i,settings:h,typePreset:a.typePreset,warnings:d});A&&(h=await T(i)),await wR({pmRoot:i,settings:h,createdDirs:c,warnings:d}),await AR(b,i,a.agentGuidanceMode,d),!p&&n.mergeFence!==!1&&a.agentGuidanceMode!=="status"&&await ER(i,g,d);let R=await kR(a.installBundledPackages,t,i,d),j=SR({installBundledPackages:a.installBundledPackages,registeredTypePreset:A,agentGuidanceNextSteps:v.next_steps,target:s.target});return{ok:!0,path:i,target:s.target,settings:h,created_dirs:c,warnings:d,governance_preset:h.governance.preset,wizard_used:f.wizardUsed,...A?{registered_type_preset:A}:{},...R?{installed_packages:R}:{},next_steps:j,agent_guidance:v}}import PR from"node:fs/promises";import cd 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]="70e06a73-6602-5384-a25b-fd3df5f6438e")}catch{}})();var eg=10,an="https://schema.unbrained.dev/pm/eval-query-set/v1";var si={schema:an,queries:[{query:"offline search",relevant_ids:["pm-75k9"],mode:"keyword"}]},Be=class extends Error{constructor(t){super(t),this.name="EvalQuerySetError"}},TR=new Set(["keyword","semantic","hybrid"]);function Zh(e,t){let n=0,r=Math.min(t,e.length);for(let o=0;o<r;o+=1)n+=e[o]/Math.log2(o+2);return n}function CR(e,t,n){if(t.size===0)return 0;let r=e.map(a=>t.has(a)?1:0),o=Zh(r,n),s=Array.from({length:t.size},()=>1),i=Zh(s,n);return i===0?0:o/i}function IR(e,t,n){let r=Math.min(n,e.length);for(let o=0;o<r;o+=1)if(t.has(e[o]))return 1/(o+1);return 0}function id(e,t,n){let r=Math.min(n,e.length),o=0;for(let s=0;s<r;s+=1)t.has(e[s])&&(o+=1);return o}function RR(e,t,n){return n<=0?0:id(e,t,n)/n}function xR(e,t,n){return t.size===0?0:id(e,t,n)/t.size}function tg(e,t,n){return{ndcg:CR(e,t,n),mrr:IR(e,t,n),precision:RR(e,t,n),recall:xR(e,t,n),relevant_total:t.size,retrieved_relevant:id(e,t,n)}}function ng(e){let t=e.length;if(t===0)return{ndcg:0,mrr:0,precision:0,recall:0,query_count:0};let n=e.reduce((r,o)=>({ndcg:r.ndcg+o.ndcg,mrr:r.mrr+o.mrr,precision:r.precision+o.precision,recall:r.recall+o.recall}),{ndcg:0,mrr:0,precision:0,recall:0});return{ndcg:n.ndcg/t,mrr:n.mrr/t,precision:n.precision/t,recall:n.recall/t,query_count:t}}function OR(e,t){if(typeof e!="object"||e===null)throw new Be(`Eval query at index ${t} must be an object`);let n=e,r=typeof n.query=="string"?n.query.trim():"";if(r.length===0)throw new Be(`Eval query at index ${t} must have a non-empty "query" string`);if(!Array.isArray(n.relevant_ids))throw new Be(`Eval query at index ${t} must have a "relevant_ids" array`);if(n.relevant_ids.some(s=>typeof s!="string"))throw new Be(`Eval query at index ${t} must have a "relevant_ids" array of strings`);let o=[...new Set(n.relevant_ids.map(s=>s.trim()).filter(s=>s.length>0))];if(o.length===0)throw new Be(`Eval query at index ${t} must list at least one relevant id`);if(n.mode!==void 0&&(typeof n.mode!="string"||!TR.has(n.mode)))throw new Be(`Eval query at index ${t} has an invalid mode (expected keyword|semantic|hybrid)`);return{query:r,relevant_ids:o,...n.mode!==void 0?{mode:n.mode}:{},...typeof n.description=="string"&&n.description.trim().length>0?{description:n.description.trim()}:{}}}function ad(e){let t=typeof e=="object"&&e!==null&&!Array.isArray(e)?e.schema:void 0;if(t!==void 0&&t!==an)throw new Be(`Unsupported eval query set schema; expected "${an}"`);let n=Array.isArray(e)?e:typeof e=="object"&&e!==null?e.queries:void 0;if(!Array.isArray(n))throw new Be('Eval query set must be an array of queries or an object with a "queries" array');if(n.length===0)throw new Be("Eval query set must contain at least one query");return{schema:an,queries:n.map((r,o)=>OR(r,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]="9cc9405b-d2b8-59aa-893f-54892595788a")}catch{}})();var LR=cd.join("search","eval-queries.json"),dd={schema:an,examples:[JSON.stringify(si)],nextSteps:["Create a git-tracked golden-query JSON file that follows the schema, then re-run pm eval."]},NR=new Set(["keyword","semantic","hybrid"]),FR=e=>{if(e===void 0)return"keyword";let t=e.trim().toLowerCase();if(!NR.has(t))throw new m("Eval --mode must be one of keyword|semantic|hybrid",l.USAGE);return t},MR=e=>{if(e===void 0||e==="")return eg;let t=wl(e);if(t===null)throw new m("Eval --k must be a positive integer",l.USAGE);return t},$R=e=>{if(e===void 0||e==="")return;let t=String(e).trim(),n=Number(t);if([t.length===0,!Number.isFinite(n),n<0,n>1].includes(!0))throw new m("Eval --fail-under must be a number in the range [0, 1]",l.USAGE);return n},Nt=e=>Math.round(e*1e4)/1e4,DR=async e=>{try{return await PR.readFile(e,"utf8")}catch{throw new m(`Eval query set not found at ${e}`,l.NOT_FOUND,{...dd,examples:[`echo '${JSON.stringify(si)}' > ${e}`,"pm eval --queries ./my-eval.json"]})}},UR=(e,t)=>{try{return JSON.parse(e)}catch(n){throw new m(`Eval query set at ${t} is not valid JSON: ${n instanceof Error?n.message:String(n)}`,l.USAGE,dd)}},GR=e=>{try{return ad(e)}catch(t){throw new m(t instanceof Error?t.message:String(t),l.USAGE,dd)}},jR=async e=>GR(UR(await DR(e),e)),qR=(e,t)=>t?cd.resolve(process.cwd(),t):cd.join(e,LR),KR=async(e,t,n,r)=>{let o=e.mode??t,i=(await fr(e.query,{mode:o,limit:String(n),fields:"id"},r)).items.map(c=>c.id).filter(c=>typeof c=="string"),a=tg(i,new Set(e.relevant_ids),n);return{metrics:a,report:{query:e.query,mode:o,relevant_total:a.relevant_total,retrieved_relevant:a.retrieved_relevant,ndcg:Nt(a.ndcg),mrr:Nt(a.mrr),precision:Nt(a.precision),recall:Nt(a.recall)}}},zR=(e,t,n,r)=>{let o=ng(n);return{k:e,query_count:t.length,aggregate:{ndcg:Nt(o.ndcg),mrr:Nt(o.mrr),precision:Nt(o.precision),recall:Nt(o.recall)},queries:t,...r!==void 0?{fail_under:r}:{},passed:r===void 0||o.ndcg>=r}},rg=async(e,t)=>{let n=E(process.cwd(),t.path);await I(n);let r=MR(e.k),o=FR(e.mode),s=$R(e.failUnder),i=qR(n,e.queries),a=await jR(i),c=[],d=[];for(let u of a.queries){let{report:p,metrics:f}=await KR(u,o,r,t);d.push(f),c.push(p)}return zR(r,c,d,s)};import{readFile as sx,writeFile as ix}from"node:fs/promises";import ax 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]="7e8fcddf-09fe-5979-b23a-78915bf7f896")}catch{}})();function ld(e,t){let n=Uo(e);if(n)throw new m(`History merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,l.GENERIC_FAILURE);let r=[];for(let[o,s]of e.split(/\r?\n/).entries()){let i=s.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");r.push(a)}catch{throw new m(`History merge input (${t}) contains invalid JSON at line ${o+1}.`,l.GENERIC_FAILURE)}}return r}function Ft(e){return V({ts:e.ts,author:e.author,op:e.op,patch:e.patch,message:e.message??null})}function BR(e,t){let n=Math.min(e.length,t.length),r=0;for(;r<n&&Ft(e[r])===Ft(t[r]);)r+=1;return r}function og(e,t,n){ld(e,"base");let r=ld(t,"ours"),o=ld(n,"theirs"),s=BR(r,o);if(s===r.length&&s===o.length)return{merged:Wt(r),strategy:"identical",common_entries:s,entries_from_ours:0,entries_from_theirs:0,entries_total:r.length,reanchored:!1};if(s===o.length)return{merged:Wt(r),strategy:"fast_forward_ours",common_entries:s,entries_from_ours:r.length-s,entries_from_theirs:0,entries_total:r.length,reanchored:!1};if(s===r.length)return{merged:Wt(o),strategy:"fast_forward_theirs",common_entries:s,entries_from_ours:0,entries_from_theirs:o.length-s,entries_total:o.length,reanchored:!1};let i=r.slice(s),a=new Set(i.map(Ft)),c=o.slice(s).filter(p=>!a.has(Ft(p))),d=[...i,...c].sort((p,f)=>{let _=yn(p.ts,f.ts);if(_!==0)return _;let h=a.has(Ft(p)),y=a.has(Ft(f));return h!==y?Number(y)-Number(h):Ft(p).localeCompare(Ft(f))}),u=Qu([...r.slice(0,s),...d],void 0,{continuousHashSurface:!0});if(u.skippedOps>0)throw new m(`History union cannot preserve ${u.skippedOps} patch operation(s) after deterministic suffix ordering; leave the file unresolved for manual recovery.`,l.GENERIC_FAILURE);return{merged:Wt(u.entries),strategy:"union_reanchor",common_entries:s,entries_from_ours:i.length,entries_from_theirs:c.length,entries_total:u.entries.length,reanchored:!0}}function md(e,t){let n=Uo(e);if(n)throw new m(`Relationship merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,l.GENERIC_FAILURE);let r=[];for(let[o,s]of e.split(/\r?\n/).entries()){let i=s.trim();if(!i)continue;let a;try{a=JSON.parse(i)}catch{throw new m(`Relationship merge input (${t}) contains invalid JSON at line ${o+1}.`,l.GENERIC_FAILURE)}if(typeof a!="object"||a===null||Array.isArray(a)||typeof a.eventId!="string"||typeof a.sequence!="number")throw new m(`Relationship merge input (${t}) line ${o+1} is not a relationship event (eventId + sequence required).`,l.GENERIC_FAILURE);r.push(a)}return r}function ii(e){return e.length===0?"":`${e.map(t=>JSON.stringify(t)).join(`
37
37
  `)}
38
- `}function jI(e){return e.map((t,n)=>({...t,sequence:n+1}))}function tg(e,t,n){ld(e,"base");let r=ld(t,"ours"),o=ld(n,"theirs"),s=Math.min(r.length,o.length),i=0;for(;i<s&&r[i].eventId===o[i].eventId;)i+=1;if(i===r.length&&i===o.length)return{merged:ii(r),strategy:"identical",common_entries:i,entries_from_ours:0,entries_from_theirs:0,entries_total:r.length,reanchored:!1};if(i===o.length)return{merged:ii(r),strategy:"fast_forward_ours",common_entries:i,entries_from_ours:r.length-i,entries_from_theirs:0,entries_total:r.length,reanchored:!1};if(i===r.length)return{merged:ii(o),strategy:"fast_forward_theirs",common_entries:i,entries_from_ours:0,entries_from_theirs:o.length-i,entries_total:o.length,reanchored:!1};let a=r.slice(i),c=new Set(a.map(f=>f.eventId)),m=o.slice(i).filter(f=>!c.has(f.eventId)),u=[...a,...m].sort((f,_)=>{if(f.timestamp!==void 0&&_.timestamp!==void 0){let g=kn(f.timestamp,_.timestamp);if(g!==0)return g}else{if(f.timestamp===void 0&&_.timestamp!==void 0)return 1;if(f.timestamp!==void 0)return-1}let h=c.has(f.eventId),y=c.has(_.eventId);return h!==y?Number(y)-Number(h):0}),p=jI([...r.slice(0,i),...u]);return{merged:ii(p),strategy:"union_reanchor",common_entries:i,entries_from_ours:a.length,entries_from_theirs:m.length,entries_total:p.length,reanchored:!0}}var qI=["tags","dependencies","comments","notes","learnings","files","tests","test_runs","docs","reminders","events"],KI=["updated_at"];function dn(e,t){return V(e??null)===V(t??null)}function zI(e,t,n){let r=u=>Array.isArray(u)?u:[],o=new Set(r(e).map(u=>V(u))),s=r(t),i=new Set(s.map(u=>V(u))),a=r(n),c=new Set(a.map(u=>V(u))),m=s.filter(u=>{let p=V(u);return!o.has(p)||c.has(p)});for(let u of a){let p=V(u);!i.has(p)&&!o.has(p)&&m.push(u)}return m}function Cr(e){if(typeof e!="object"||e===null||Array.isArray(e))return V(e);let{provenance:t,...n}=e;return V(n)}function BI(e){if(typeof e!="object"||e===null||Array.isArray(e))return e;let t=e;return t.provenance?{...t,provenance:{...t.provenance,source_kind:"merge_union"}}:{...t,provenance:{source_kind:"merge_union"}}}function VI(e,t,n){let r=u=>Array.isArray(u)?u:[],o=new Set(r(e).map(Cr)),s=r(t),i=new Set(s.map(Cr)),a=r(n),c=new Set(a.map(Cr)),m=s.filter(u=>{let p=Cr(u);return!o.has(p)||c.has(p)});for(let u of a){let p=Cr(u);!i.has(p)&&!o.has(p)&&m.push(BI(u))}return m}function HI(e,t){return kn(String(e),String(t))>=0?e:t}function ng(e,t,n,r){return dn(t,n)?{value:t,from_theirs:!1,conflict:!1}:dn(e,t)?{value:n,from_theirs:!0,conflict:!1}:dn(e,n)?{value:t,from_theirs:!1,conflict:!1}:{value:r==="theirs"?n:t,from_theirs:r==="theirs",conflict:!0}}function rg(e,t,n,r,o){let s=ng(e,t,n,r);if(!s.conflict||o==="preferred_side")return s;let i=V(n).localeCompare(V(t))<0;return{value:i?n:t,from_theirs:i,conflict:!0}}function md(e){return{...e.metadata}}function ud(e,t,n){try{return Ye(Go(e,n),n)}catch(r){throw new l(`Item merge input (${t}) is not a readable item document: ${String(r)}`,d.GENERIC_FAILURE)}}function WI(e){if(!e.unionFieldSet.has(e.field))return!1;let t=e.field==="tests"?VI(e.baseValue,e.oursValue,e.theirsValue):zI(e.baseValue,e.oursValue,e.theirsValue);return e.accumulator.merged[e.field]=t,dn(t,e.oursValue)||e.accumulator.unionFields.push(e.field),!0}function YI(e){let t=rg(e.baseValue,e.oursValue,e.theirsValue,e.preferred,e.conflictResolution);t.value!==void 0&&(e.accumulator.merged[e.field]=t.value),t.conflict?(e.accumulator.conflictFields.push(e.field),e.accumulator.conflictDecisions.push({field:e.field,base:e.baseValue,ours:e.oursValue,theirs:e.theirsValue,retained:t.value,discarded:t.from_theirs?e.oursValue:e.theirsValue})):t.from_theirs&&e.accumulator.fieldsFromTheirs.push(e.field)}function JI(e,t,n,r,o){let s=new Set(qI),i=new Set(KI),a=[...new Set([...Object.keys(t),...Object.keys(n)])].sort((m,u)=>m.localeCompare(u)),c={merged:{},conflictFields:[],fieldsFromTheirs:[],unionFields:[],conflictDecisions:[]};for(let m of a){let u=e[m],p=t[m],f=n[m];if(!WI({field:m,baseValue:u,oursValue:p,theirsValue:f,unionFieldSet:s,accumulator:c})){if(i.has(m)){c.merged[m]=HI(p,f);continue}YI({field:m,baseValue:u,oursValue:p,theirsValue:f,preferred:r,conflictResolution:o,accumulator:c})}}return c}function og(e,t,n,r={}){let o=r.preferred??"ours",s=r.conflictResolution??"preferred_side",i=e.trim().length>0,a=ud(t,"ours",r),c=ud(n,"theirs",r),m=i?ud(e,"base",r):a,u=i?md(m):{},p=md(a),f=md(c),{merged:_,conflictFields:h,fieldsFromTheirs:y,unionFields:g,conflictDecisions:b}=JI(u,p,f,o,s),v=rg(i?m.body:"",a.body,c.body,o,s);return v.conflict?(h.push("body"),b.push({field:"body",base:i?m.body:"",ours:a.body,theirs:c.body,retained:v.value,discarded:v.from_theirs?a.body:c.body})):v.from_theirs&&y.push("body"),{merged:je({metadata:_,body:v.value},r),conflict_fields:h,fields_from_theirs:y,union_fields:g,conflict_decisions:b,requested_preference:o,conflict_resolution:s}}function pd(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function fd(e,t){let n=Uo(e);if(n)throw new l(`JSON merge input (${t}) contains unresolved conflict markers at line ${n.line}.`,d.GENERIC_FAILURE);if(e.trim().length!==0)try{return JSON.parse(e)}catch{throw new l(`JSON merge input (${t}) is not valid JSON.`,d.GENERIC_FAILURE)}}function XI(e,t,n){if(!Array.isArray(e)||!Array.isArray(t)||!Array.isArray(n))return null;let r=m=>{let u=new Map;for(let p of m){let f=V(p);u.set(f,(u.get(f)??0)+1)}return u},o=r(e),s=r(t),i=r(n);for(let[m,u]of o)if((s.get(m)??0)<u||(i.get(m)??0)<u)return null;let a=new Map(s),c=[];for(let m of n){let u=V(m),p=a.get(u)??0;p>0?a.set(u,p-1):c.push(m)}return{merged:[...t,...c],acceptedTheirs:c.length>0}}function QI(e,t,n,r,o,s,i){if(!pd(t)||!pd(n))return null;let a=pd(e)?e:{},c={},m=[...new Set([...Object.keys(t),...Object.keys(n)])].sort((u,p)=>u.localeCompare(p));for(let u of m){let p=o.length>0?`${o}.${u}`:u,f=ZI(a,t,n,u,r,p,s,i);f!==void 0&&(c[u]=f)}return c}function sg(e,t,n,r,o,s,i){if(dn(t,n))return t;let a=XI(e,t,n);if(a!==null)return a.acceptedTheirs&&i.push(o),a.merged;let c=QI(e,t,n,r,o,s,i);if(c!==null)return c;let m=ng(e,t,n,r);return m.conflict?s.push(o):m.from_theirs&&i.push(o),m.value}function ZI(e,t,n,r,o,s,i,a){let c=Object.prototype.hasOwnProperty.call(t,r),m=Object.prototype.hasOwnProperty.call(n,r),u=Object.prototype.hasOwnProperty.call(e,r);if(c&&m)return sg(e[r],t[r],n[r],o,s,i,a);if(c){if(u&&dn(e[r],t[r])){a.push(s);return}return u?(i.push(s),o==="theirs"?void 0:t[r]):t[r]}if(!(u&&dn(e[r],n[r])))return u?(i.push(s),o==="theirs"?n[r]:void 0):(a.push(s),n[r])}function ig(e,t,n,r={}){let o=r.preferred??"ours",s=fd(e,"base"),i=fd(t,"ours"),a=fd(n,"theirs"),c=[],m=[],u=sg(s,i,a,o,"",c,m);return{merged:`${JSON.stringify(u??null,null,2)}
39
- `,conflict_paths:c,paths_from_theirs:m,preferred: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]="2c8046a5-06aa-58f8-b347-e757086082d1")}catch{}})();var ag=["item","history","relationship","json"];function rx(e){let t=e.trim().toLowerCase();if(ag.includes(t))return t;throw new l(`Unknown merge artifact "${e}". Supported values: ${ag.join(", ")}.`,d.USAGE)}function ox(e){if(e===void 0)return"ours";let t=e.trim().toLowerCase();if(t==="ours"||t==="theirs")return t;throw new l(`Unknown --prefer value "${e}". Supported values: ours, theirs.`,d.USAGE)}async function _d(e,t){try{return await ex(e,"utf8")}catch{throw new l(`Cannot read merge ${t} file at ${e}.`,d.NOT_FOUND)}}async function sx(e){let t=E(process.cwd(),e.path);return await P(ae(t))?T(t):null}function ix(e,t){return e.endsWith(".md")?"json_markdown":e.endsWith(".toon")?"toon":t?.item_format??"toon"}async function cg(e,t){let n=rx(e.artifact),r=ox(e.prefer),o=nx.resolve(e.outputPath??e.oursPath),[s,i,a]=await Promise.all([_d(e.basePath,"base"),_d(e.oursPath,"ours"),_d(e.theirsPath,"theirs")]),c,m,u=[],p={};if(n==="history"){let _=eg(s,i,a);c=_.merged,p.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 _=tg(s,i,a);c=_.merged,p.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 sx(t),h=ix(e.itemPath??o,_),y=St(I()),g=og(s,i,a,{format:h,schema:_?.schema,extensionFieldNames:y,preferred:r,conflictResolution:"stable_value_order"});if(c=g.merged,u.push(...g.conflict_fields),p.item={fields_from_theirs:g.fields_from_theirs,union_fields:g.union_fields,conflict_resolution:"stable_value_order"},e.itemPath!==void 0){let b=Go(c,{format:h,schema:_?.schema,extensionFieldNames:y}),v=b.metadata,S=[...new Set([...g.fields_from_theirs,...g.union_fields,...g.conflict_decisions.map(A=>A.field)])];m={cwd:process.cwd(),itemPath:e.itemPath,preferred:r,conflictResolution:"stable_value_order",fieldsFromTheirs:g.fields_from_theirs,unionFields:g.union_fields,mergedFieldHashes:Object.fromEntries(S.map(A=>[A,Ol(V(A==="body"?b.body:v[A]))])),decisions:g.conflict_decisions}}}else{let _=ig(s,i,a,{preferred:r});c=_.merged,u.push(..._.conflict_paths),p.json={paths_from_theirs:_.paths_from_theirs}}if(await tx(o,c,"utf8"),m!==void 0){let _=await uf(m);_!==null&&(p.receipt=dr(_))}let f=[];if(u.length>0){let _=p.receipt===void 0?'Run "pm merge report" to inspect clone-local merge evidence.':`Run "pm merge report" and correlate receipt ${p.receipt.receipt_id} with item ${p.receipt.item_id}; clone-local discarded values are never copied into this result.`;f.push(`Both branches changed ${u.join(", ")}; the item driver kept the direction-independent stable value. ${_} Review the merged file, re-apply the discarded change if needed, then "git add" it.`)}return n==="history"&&p.history?.reanchored&&f.push('The merged history chain was re-anchored. Run "pm merge reconcile --dry-run" to inspect the complete post-merge repair, then "pm merge reconcile" to apply it; use --force only after explicitly accepting reported discards.'),{ok:u.length===0,artifact:n,output_path:o,requested_preference:r,conflicts:u,...p,guidance: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]="8d85d220-dad2-5234-8819-65632275eb47")}catch{}})();var ax=4;async function cx(e){try{return{status:"fulfilled",value:await ds(e.id,{dryRun:e.dryRun,author:e.options.author??e.global.author,message:e.options.message??"record field-aware branch merge provenance",force:e.options.force,auditOperation:"merge_reconcile",auditContext:e.auditContext,forceAuditEntry:!0,mergeReceiptProof:e.mergeReceiptProof},e.global)}}catch(t){return{status:"rejected",reason:t}}}function dx(e){e.results.forEach((t,n)=>{let r=e.receiptOnlyIds[n];if(t.status==="fulfilled"){let o=t.value.changed?"repaired":"skipped_clean";e.repair.streams.push({id:r,outcome:o,entries_rehashed:t.value.history.entries_rehashed,entries_patch_repaired:t.value.history.entries_patch_repaired,reconciled_with_item:t.value.history.reconciled_with_item,...t.value.merge_receipt_proof?{merge_receipt_proof:t.value.merge_receipt_proof}:{},warnings:t.value.warnings}),e.repair.totals[o]+=1;return}e.repair.streams.push({id:r,outcome:"failed",error:t.reason instanceof Error?t.reason.message:String(t.reason)}),e.repair.totals.failed+=1})}async function lx(e){if(e.dryRun||e.repair.totals.failed>0)return 0;let t=new Set(e.repair.streams.flatMap(r=>r.merge_receipt_proof?.trusted?r.merge_receipt_proof.receipt_ids:[])),n=e.force?e.pendingReceipts:e.pendingReceipts.filter(r=>t.has(r.id));return await Promise.all(n.map(r=>ff(e.gitWorkspaceRoot??process.cwd(),r,{requireExisting:!0}))),n.length}async function dg(e,t){let n=e.dryRun===!0,r=E(process.cwd(),t.path),o=await cs(r),s=await pf(o??process.cwd(),{includeLossless:!0,pmRoot:r});if(s.invalid_evidence_count>0)throw new l(`Merge reconciliation refused ${s.invalid_evidence_count} invalid receipt evidence file(s).`,d.CONFLICT,{code:"merge_receipt_evidence_invalid",required:"Every clone-local and durable receipt candidate must pass bounded-file, schema, and identity validation.",recovery:{suggested_retry:"pm health --check-only --full"}});let i=s.receipts,a=new Map;for(let A of i){let x=a.get(A.item_id)??[];x.push(A),a.set(A.item_id,x)}let c=Object.fromEntries([...a].map(([A,x])=>[A,{merge:{receipts:x.map(dr)}}])),m=Object.fromEntries([...a].map(([A,x])=>[A,{gitWorkspaceRoot:o,receipts:x}])),u=await ls({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:c,...i.length>0?{mergeReceiptProofById:m}:{}},t),p=new Set(u.streams.map(A=>A.id)),f=[...a.keys()].filter(A=>!p.has(A)),_=await mf(f,ax,A=>cx({id:A,dryRun:n,options:e,global:t,auditContext:c[A],mergeReceiptProof:m[A]}));dx({receiptOnlyIds:f,results:_,repair:u});let h=await lx({dryRun:n,force:e.force===!0,pendingReceipts:i,repair:u,gitWorkspaceRoot:o}),y=await fs({checkHistoryDrift:!0,checkStorageIntegrity:!0},t),g=y.checks.every(A=>A.status==="ok"),b=n?i.length===0:h===i.length,v=u.totals.failed===0&&g&&b,S=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."]:v?["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:v,dry_run:n,repair:u,receipts:{pending_before:i.length,reconciled:h,summaries:i.map(dr)},validation:y,guidance:S,generated_at:y.generated_at}}import{createHash as mx}from"node:crypto";(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]="01043e67-99d4-5b68-a1b2-33f35f5cef5f")}catch{}})();var ug=1,pg=/^[A-Za-z0-9_-]+$/,ux=100,lg=1e3;var yq=Object.freeze({batch_to_row_ratio:.6,fixture_events:200});function Ve(e){if(e===void 0)return;let t=typeof e=="string"?[e]:e,n=[...new Set(t.flatMap(r=>r.split(",")).map(r=>r.trim()).filter(Boolean))].sort((r,o)=>r.localeCompare(o));return n.length===0?void 0:n}function px(e){return mx("sha256").update(V({type:Ve(e.type),author:Ve(e.author),item:Ve(e.item),harness:Ve(e.harness),agent_instance:Ve(e.agentInstance),provenance:Ve(e.provenanceFilter)})).digest("hex").slice(0,24)}function mg(e,t){let n={version:ug,fingerprint:t,ts:e.entry.ts,stream_id:e.stream_id,stream_offset:e.stream_offset};return Buffer.from(JSON.stringify(n),"utf8").toString("base64url")}function fx(e,t){if(typeof e!="object"||e===null)return!1;let n=e;return[n.version===ug,n.fingerprint===t,typeof n.ts=="string",typeof n.stream_id=="string",typeof n.stream_offset=="number",Number.isSafeInteger(n.stream_offset),Number(n.stream_offset)>=0].every(Boolean)}function _x(e,t){let n=e.trim();if(n.length===0||n.length>4096||!pg.test(n))throw new l("Invalid mutation event cursor.",d.USAGE,{code:"invalid_event_cursor"});let r;try{r=JSON.parse(Buffer.from(n,"base64url").toString("utf8"))}catch{throw new l("Invalid mutation event cursor.",d.USAGE,{code:"invalid_event_cursor"})}if(!fx(r,t))throw new l("Mutation event cursor does not match this query.",d.USAGE,{code:"event_cursor_query_mismatch"});return r}function hx(e){let t=e??ux;if(!Number.isSafeInteger(t)||t<0||t>lg)throw new l(`Mutation event limit must be an integer from 0 to ${lg}.`,d.USAGE,{code:"invalid_event_limit"});return t}function gx(e,t){let n=e?.trim();if(!n)return{};if(pg.test(n))return{cursor:_x(n,t)};let r=Date.parse(n);if(!Number.isFinite(r))throw new l("Mutation event --since must be an event cursor or ISO timestamp.",d.USAGE,{code:"invalid_event_since"});return{sinceTimestamp:new Date(r).toISOString()}}async function yx(e,t){let n=await va(e,t);if(n===null){if(!await Vu(e))return{...await Hu(e,t),source:"authoritative_history"};n=await va(e,t)}if(n===null)throw new l("Mutation event index could not be opened after rebuild.",d.GENERIC_FAILURE,{code:"event_index_unavailable"});return{...n,source:"derived_index"}}function bx(e){let t=e??"batch";if(t!=="batch"&&t!=="row")throw new l("Mutation event cursor mode must be batch or row.",d.USAGE,{code:"invalid_event_cursor_mode"});return t}async function ai(e={}){let t=E(e.cwd??process.cwd(),e.pmRoot);await R(t);let n=hx(e.limit),r=bx(e.cursorMode);if(e.full===!0&&e.provenance===!0)throw new l("Mutation event projections are mutually exclusive. Use --provenance or --full.",d.USAGE);let o=await T(t),s=o.agent_identity.identity_vocabulary,i=Tp(o.agent_identity.harness_signals),a=Cp({provenance:e.provenanceFilter},i),c=Ve(e.harness),m=px(e),{cursor:u,sinceTimestamp:p}=gx(e.since,m),f={...u?{after_ts:u.ts,after_stream_id:u.stream_id,after_stream_offset:u.stream_offset}:p?{since_ts:p}:{},ops:Ve(e.type),authors:Ve(e.author),harnesses:c,harness_alias_authors:c?Object.entries(s.aliases).filter(([,y])=>c.includes(y)).map(([y])=>y):void 0,agent_instances:Ve(e.agentInstance),provenance:[...a].map(([y,g])=>({dimension:y,values:[...g]})),stream_ids:Ve(e.item),limit:n},_=await yx(t,f),h=_.events.map(y=>({...r==="row"?{cursor:mg(y,m)}:{},item_id:y.stream_id,version:y.stream_offset+1,ts:y.entry.ts,author:y.entry.author,type:y.entry.op,...y.entry.message===void 0?{}:{message:y.entry.message},patch_count:y.entry.patch.length,...e.full===!0?{entry:y.entry}:{},...e.provenance===!0?{provenance:Rp(y.entry,s,{itemId:y.stream_id,version:y.stream_offset+1})}:{}}));return{events:h,count:h.length,has_more:_.has_more,cursor_mode:r,..._.events.length===0?{}:{next_cursor:mg(_.events[_.events.length-1],m)},source:_.source,...e.provenanceSummary===!0?{provenance_summary:Ip(_.events.map(y=>y.entry),s,i)}:{}}}(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]="c7c75b13-7317-5089-9869-7e6e22ed95b2")}catch{}})();var wx="1h",vx="now",kx="+1d";function Mt(e,t,n){n!==void 0&&e.push(`${t}="${n.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`)}function fg(e,t,n){let r={type:e,title:t,schedulePreset:"lightweight",parent:n.parent,allowMissingParent:n.allowMissingParent,tags:n.tags,priority:n.priority,body:n.body,description:n.description,author:n.author,message:n.message};return ve(n,r)}async function _g(e,t,n,r){let o=fg(e,t,n),s=[];return Mt(s,"start",n.start??vx),n.end!==void 0?Mt(s,"end",n.end):Mt(s,"duration",n.duration??wx),Mt(s,"location",n.location),Mt(s,"timezone",n.timezone),n.allDay===!0&&Mt(s,"all_day","true"),o.event=[s.join(",")],Lt(o,r)}function hg(e,t,n){return _g("Meeting",e,t,n)}function gg(e,t,n){return _g("Event",e,t,n)}function yg(e,t,n){let r=fg("Reminder",e,t),o=[];return Mt(o,"at",t.at??kx),Mt(o,"text",t.text??e),r.reminder=[o.join(",")],Lt(r,n)}import Ir from"node:crypto";import{cp as wg,lstat as Rx,mkdir as ln,readFile as qn,readdir as gd,rename as Sg,rm as bd,writeFile as di}from"node:fs/promises";import F from"node:path";import{constants as $t}from"node:os";(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]="1c74b5a9-67b8-597c-98de-a4487691081f")}catch{}})();var bg=new Map([["EACCES",{summary:"was denied filesystem permission",recovery:"Grant the required filesystem access, then retry.",category:"permission"}],["EDQUOT",{summary:"exceeded the filesystem quota",recovery:"Raise or reclaim the filesystem quota, then retry.",category:"capacity"}],["EMFILE",{summary:"exhausted the process file-descriptor limit",recovery:"Close unused file handles or raise the process limit, then retry.",category:"resource"}],["ENFILE",{summary:"exhausted the host file-descriptor limit",recovery:"Free host file descriptors or raise the host limit, then retry.",category:"resource"}],["ENOMEM",{summary:"ran out of available memory",recovery:"Free memory or reduce concurrent work, then retry.",category:"resource"}],["ENOSPC",{summary:"ran out of storage space",recovery:"Free storage on the filesystem holding the project, then retry.",category:"capacity"}],["EPERM",{summary:"was denied by the host permission policy",recovery:"Grant the required filesystem permission, then retry.",category:"permission"}],["EROFS",{summary:"targeted a read-only filesystem",recovery:"Use a writable project filesystem or remount it read-write, then retry.",category:"permission"}]]),Sx=/^[a-z][a-z0-9_]{0,63}$/u,Ex=new Map([[$t.errno.EACCES,"EACCES"],[$t.errno.EDQUOT,"EDQUOT"],[$t.errno.EMFILE,"EMFILE"],[$t.errno.ENFILE,"ENFILE"],[$t.errno.ENOMEM,"ENOMEM"],[$t.errno.ENOSPC,"ENOSPC"],[$t.errno.EPERM,"EPERM"],[$t.errno.EROFS,"EROFS"]].filter(([e])=>Number.isInteger(e))),Ax={capacity:{code:"host_environment_capacity_fault"},permission:{code:"host_environment_permission_fault"},resource:{code:"host_environment_resource_fault"}};function Tx(e){if(typeof e!="object"||e===null)return null;let t=e;return typeof t.code=="string"&&bg.has(t.code)?t.code:typeof t.errno!="number"||!Number.isInteger(t.errno)?null:Ex.get(Math.abs(t.errno))??null}function Cx(e,t,n={}){let r=Tx(e);if(r===null)return null;if(!Sx.test(t))throw new l("Host environment operation labels must be bounded identifiers.",d.USAGE,{code:"host_environment_operation_invalid",field:"operation"});let o=bg.get(r);return new l(`Host filesystem operation ${t} ${o.summary}.`,d.GENERIC_FAILURE,{code:n.codes?.[o.category]??Ax[o.category].code,reason:r,required:o.recovery,why:n.why??"The operating system refused a required project filesystem operation.",nextSteps:[o.recovery,...n.nextSteps??[]],...n.suggestedRetry?{recovery:{suggested_retry:n.suggestedRetry}}:{}})}async function ci(e,t,n={}){try{return await t()}catch(r){throw Cx(r,e,n)??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]="2580e043-8675-5070-b57e-30cae333228c")}catch{}})();var Eg="https://schema.unbrained.dev/pm/workspace-snapshot/v1";var Ag=F.join("runtime","workspace-snapshots"),Ix=new Set(["checkpoints","locks","runtime","search","transactions"]),xx=/^[a-z0-9][a-z0-9._-]*$/,Rr="sdk-workspace-transaction",hd={capacity:{code:"workspace_snapshot_storage_exhausted"},permission:{code:"workspace_snapshot_permission_denied"},resource:{code:"workspace_snapshot_resource_exhausted"}},Tg={renameEntry:Sg,removeEntry:async e=>{await bd(e,{recursive:!0,force:!0})}},yd=class{lockPath;owner;intervalMs;timer;refresh;failure;constructor(t,n,r){this.lockPath=t,this.owner=n,this.intervalMs=Math.max(10,Math.floor(r*1e3/3))}start(){this.scheduleRenewal(),this.timer=setInterval(()=>{this.scheduleRenewal()},this.intervalMs),this.timer.unref()}async refreshNow(){this.scheduleRenewal(),await this.refresh,this.assertHealthy()}assertHealthy(){if(this.failure!==void 0)throw new Error("Workspace snapshot restore lost its writer lock",{cause:this.failure})}async stop(){this.timer!==void 0&&clearInterval(this.timer),await this.refresh,this.assertHealthy()}scheduleRenewal(){this.refresh!==void 0||this.failure!==void 0||(this.refresh=this.renew().catch(t=>{this.failure=t}).finally(()=>{this.refresh=void 0}))}async renew(){let t=JSON.parse(await qn(this.lockPath,"utf8"));if(typeof t!="object"||t===null||Array.isArray(t))throw new Error("Workspace writer lock has invalid structure");let n=t;if(n.id!==Rr||n.owner!==this.owner||n.pid!==process.pid)throw new Error("Workspace writer lock ownership changed");await _e(this.lockPath,`${JSON.stringify({...n,created_at:new Date().toISOString()},null,2)}
40
- `)}};async function Cg(e,t=""){let n=await gd(F.join(e,t),{withFileTypes:!0}),r=[];for(let o of n.sort((s,i)=>s.name.localeCompare(i.name))){if(t.length===0&&Ix.has(o.name))continue;let s=F.posix.join(t.replaceAll(F.sep,"/"),o.name);if(o.isSymbolicLink())throw new Error(`Workspace snapshots reject symbolic links: ${s}`);if(o.isDirectory())r.push(...await Cg(e,s));else if(o.isFile())r.push(s);else throw new Error(`Workspace snapshots reject unsupported filesystem entries: ${s}`)}return r}async function Rg(e){let t=await Cg(e),n=Ir.createHash("sha256"),r=[],o=0;for(let i of t){let a=await qn(F.join(e,i));r.push(a),o+=a.byteLength,n.update(i),n.update("\0"),n.update(String(a.byteLength)),n.update("\0"),n.update(a)}let s=n.digest("hex");return{manifest:{schema:Eg,fingerprint:s,files:t,bytes:o},contents:r}}function vg(e){return e===void 0||e.byteLength===0?0:e.toString("utf8").split(`
41
- `).filter(t=>t.trim().length>0).length}async function Ox(e,t){let n=new Map;for(let r=0;r<t.length;r+=32){let o=t.slice(r,r+32),s=await Promise.all(o.map(async i=>[i,await qn(F.join(e,i))]));for(let[i,a]of s)n.set(i,a)}return n}function wd(e){if(!xx.test(e))throw new l("Snapshot names and fingerprints must use lowercase letters, digits, dots, underscores, or hyphens",d.USAGE,{code:"invalid_workspace_snapshot_target",required:"Provide a non-empty lowercase snapshot name or 64-character hexadecimal fingerprint.",why:"Snapshot targets are used as portable reference filenames and content identities.",examples:["pm workspace snapshot list --json","pm workspace snapshot inspect baseline --json"],nextSteps:["List available snapshots, then retry with a returned name or fingerprint."],recovery:{suggested_retry:"pm workspace snapshot list --json"}})}async function Ig(e,t){return ci(`workspace_snapshot_${e}`,t,{codes:{capacity:hd.capacity.code,permission:hd.permission.code,resource:hd.resource.code},why:"Snapshot create and restore copy authoritative tracker state before activation, so the stage needs capacity and write access up front.",nextSteps:["Reclaim rebuildable tracker cache space with pm gc, then retry."],suggestedRetry:"pm gc --json"})}function mn(e){return F.join(e,Ag)}function xg(e){return new l(`Unknown workspace snapshot: ${e}`,d.NOT_FOUND,{code:"workspace_snapshot_not_found",required:"Use a snapshot name or fingerprint returned by snapshot list.",why:"The requested reference or immutable snapshot object does not exist.",examples:["pm workspace snapshot list --json"],nextSteps:["List available snapshots and retry with an exact target."],recovery:{suggested_retry:"pm workspace snapshot list --json"}})}async function Og(e,t){try{return JSON.parse(await qn(e,"utf8"))}catch(n){throw Et(n)?xg(t):n}}async function kg(e,t,n){try{await bd(e,{recursive:n})}catch(r){throw Et(r)?xg(t):r}}async function Px(e,t,n=Tg){try{return await n.renameEntry(e,t),!1}catch(r){if(!(r instanceof Error&&"code"in r&&(r.code==="EEXIST"||r.code==="ENOTEMPTY")))throw r;return await n.removeEntry(e),!0}}async function Lx(e,t,n,r,o){await r.renameEntry(t,n);try{await r.renameEntry(e,t),await o?.()}catch(s){throw await r.renameEntry(n,t),await r.removeEntry(e),s}await r.removeEntry(n)}async function Nx(e,t){return wd(t),/^[a-f0-9]{64}$/.test(t)?t:(await Og(F.join(mn(e),"refs",`${t}.json`),t)).fingerprint}async function vd(e,t={}){if(t.name!==void 0&&(wd(t.name),/^[a-f0-9]{64}$/.test(t.name)))throw new l("Snapshot names must not be 64-character lowercase hexadecimal fingerprints",d.USAGE,{code:"workspace_snapshot_name_reserved_fingerprint",required:"Choose a human-readable reference name that cannot be mistaken for a content fingerprint.",why:"Exact 64-character hexadecimal values address immutable objects.",examples:["pm workspace snapshot create baseline --json"],nextSteps:["Retry with a shorter descriptive snapshot name."]});let{manifest:n,contents:r}=await Rg(e),o=mn(e),s=F.join(o,"objects",n.fingerprint),i=!1;try{i=(await Rx(s)).isDirectory()}catch(a){if(!(a instanceof Error&&"code"in a&&Et(a)))throw a}if(!i){let a=F.join(o,"objects",`.create-${process.pid}-${Ir.randomUUID()}`);await Ig("create_object",async()=>{await ln(F.join(a,"files"),{recursive:!0});for(let[c,m]of n.files.entries()){let u=F.join(a,"files",m);await ln(F.dirname(u),{recursive:!0}),await di(u,r[c])}await di(F.join(a,"manifest.json"),`${JSON.stringify(n,null,2)}
42
- `,"utf8"),await ln(F.dirname(s),{recursive:!0})}),i=await Px(a,s)}if(t.name!==void 0){let a={name:t.name,fingerprint:n.fingerprint},c=F.join(o,"refs");await ln(c,{recursive:!0});let m=F.join(c,`.ref-${process.pid}-${Ir.randomUUID()}`);await di(m,`${JSON.stringify(a,null,2)}
43
- `,"utf8"),await Sg(m,F.join(c,`${t.name}.json`))}return{manifest:n,...t.name===void 0?{}:{name:t.name},deduplicated:i}}async function xr(e,t){let n=await Nx(e,t),r=await Og(F.join(mn(e),"objects",n,"manifest.json"),t);if(r.schema!==Eg||r.fingerprint!==n)throw new l(`Snapshot manifest identity mismatch: ${t}`,d.CONFLICT,{code:"workspace_snapshot_manifest_mismatch",required:"Use an intact snapshot whose manifest fingerprint matches its object path.",why:"Content identity must be verified before snapshot data is trusted.",examples:["pm workspace snapshot list --json"],nextSteps:["Inspect or recreate the snapshot before restoring it."]});return r}async function kd(e){let t=mn(e),n=await gd(F.join(t,"objects")).catch(o=>{if(o instanceof Error&&"code"in o&&Et(o))return[];throw o}),r=await gd(F.join(t,"refs")).catch(o=>{if(o instanceof Error&&"code"in o&&Et(o))return[];throw o});return{objects:await Promise.all(n.filter(o=>/^[a-f0-9]{64}$/.test(o)).sort().map(o=>xr(e,o))),references:await Promise.all(r.filter(o=>o.endsWith(".json")).sort().map(async o=>JSON.parse(await qn(F.join(t,"refs",o),"utf8"))))}}async function Sd(e,t){let n=await xr(e,t),{manifest:r,contents:o}=await Rg(e),s=new Map(r.files.map((p,f)=>[p,o[f]])),i=await Ox(F.join(mn(e),"objects",n.fingerprint,"files"),n.files),a=new Set(r.files),c=new Set(n.files),m=new Set([...a,...c]);for(let p of m){let f=s.get(p),_=i.get(p);f!==void 0&&_!==void 0&&f.equals(_)&&m.delete(p)}let u=r.files.filter(p=>p.startsWith("history/")&&p.endsWith(".jsonl")).map(p=>{let f=vg(s.get(p)),_=vg(i.get(p));return{path:p,current_entries:f,target_entries:_,removed_entries:Math.max(0,f-_)}}).filter(p=>p.removed_entries>0).sort((p,f)=>p.path.localeCompare(f.path));return{target_fingerprint:n.fingerprint,current_fingerprint:r.fingerprint,changed_file_count:m.size,removed_file_count:[...a].filter(p=>!c.has(p)).length,added_file_count:[...c].filter(p=>!a.has(p)).length,removed_item_count:[...a].filter(p=>p.endsWith(".toon")&&!c.has(p)).length,affected_history_stream_count:u.length,removed_history_entry_count:u.reduce((p,f)=>p+f.removed_entries,0),affected_history_streams:u,changes_authoritative_state:r.fingerprint!==n.fingerprint}}async function Pg(e,t,n={}){if(n.force!==!0)throw new l("Workspace snapshot restore requires explicit force confirmation; inspect the impact with planWorkspaceSnapshotRestore or pm workspace snapshot restore <target> --dry-run, then retry with force",d.USAGE,{code:"workspace_snapshot_force_required",required:"Preview the destructive impact, then explicitly confirm the restore.",why:"A restore replaces the complete authoritative tracker state.",examples:[`pm workspace snapshot restore ${t} --dry-run --json`,`pm workspace snapshot restore ${t} --force --json`],nextSteps:["Review the dry-run counts before retrying with --force."],recovery:{suggested_retry:`pm workspace snapshot restore ${t} --dry-run --json`}});let r=n.author?.trim()||"pm-sdk",o=n.lockTtlSeconds??60,s=n.lockWaitMs??5e3,i=await be(e,Rr,o,r,!1,!1,s),a=new yd(Wr(e,Rr),r,o);a.start(),await a.refreshNow();let c,m=!1,u=!1;try{let p=await Sd(e,t),f=await xr(e,t),_=await vd(e),h=f.fingerprint,y=mn(e),g=F.join(y,"objects",h,"files"),b=F.dirname(e),v=F.basename(e);c=F.join(b,`.${v}.restore-${Ir.randomUUID()}`);let S=F.join(b,`.${v}.backup-${Ir.randomUUID()}`);await Ig("restore_stage",async()=>{await ln(c,{recursive:!0}),await wg(g,c,{recursive:!0,force:!1}),await ln(F.join(c,"runtime"),{recursive:!0}),await wg(y,F.join(c,Ag),{recursive:!0,force:!1})});let A=await Xu({pmRoot:c,op:"workspace_snapshot_restore",author:r,message:n.message??`Restore workspace snapshot ${h}; recovery snapshot ${_.manifest.fingerprint}`,context:{target_fingerprint:h,pre_restore_fingerprint:_.manifest.fingerprint,changed_file_count:p.changed_file_count,removed_file_count:p.removed_file_count,removed_item_count:p.removed_item_count,affected_history_stream_count:p.affected_history_stream_count,removed_history_entry_count:p.removed_history_entry_count},lockTtlSeconds:o,lockWaitMs:s}),x=F.relative(c,A.historyPath).replaceAll("\\","/");await a.stop(),u=!0;let j=Wr(c,Rr);return await ln(F.dirname(j),{recursive:!0}),await di(j,await qn(Wr(e,Rr)),{flag:"wx"}),m=!0,await Lx(c,e,S,Tg,async()=>{a.start(),u=!1,await a.refreshNow()}),await a.stop(),u=!0,{manifest:f,plan:p,recovery_fingerprint:_.manifest.fingerprint,audit_history_path:x,audit_operation:"workspace_snapshot_restore"}}catch(p){throw c!==void 0&&!m&&await Promise.allSettled([bd(c,{recursive:!0,force:!0})]),p}finally{try{u||await a.stop()}catch{}finally{await i()}}}async function Lg(e,t){wd(t);let n=mn(e);if(!/^[a-f0-9]{64}$/.test(t))return await kg(F.join(n,"refs",`${t}.json`),t,!1),{deleted:"reference",target:t};let{references:r}=await kd(e);if(r.some(o=>o.fingerprint===t))throw new Error(`Snapshot object ${t} is still referenced`);return await kg(F.join(n,"objects",t),t,!0),{deleted:"object",target: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]="41227e35-6354-5208-997b-e8a1cf696bf9")}catch{}})();function Or(e){let t={...e.args,...e.options};return ve(e.options,t)}function ft(e,t){let n=w(e,t);if(n!==void 0)return n;throw new l(`Missing required parameter: ${t}`,d.USAGE)}function Kn(e){return typeof e=="string"?[e]:ke(e)}function Ng(e){return Zh(Or(e),e.global)}function Fg(e){let t=Or(e),n=t.cursorMode;if(n!==void 0&&n!=="batch"&&n!=="row")throw new l("Mutation event cursor mode must be batch or row.",d.USAGE,{code:"invalid_event_cursor_mode"});let r=n;return ai({cwd:w(t,"cwd"),pmRoot:w(t,"path"),since:w(t,"since"),type:Kn(t.type),author:Kn(t.author),item:Kn(t.item),limit:t.limit===void 0?void 0:Me(t.limit,"limit"),full:t.full===!0,cursorMode:r,...t.provenance===void 0?{}:{provenance:t.provenance===!0},...t.provenanceSummary===void 0?{}:{provenanceSummary:t.provenanceSummary===!0},...t.harness===void 0?{}:{harness:Kn(t.harness)},...t.agentInstance===void 0?{}:{agentInstance:Kn(t.agentInstance)},...t.provenanceFilter===void 0?{}:{provenanceFilter:Kn(t.provenanceFilter)}})}function Mg(e){let t=Or(e),n=ft(t,"subcommand");if(n==="install")return Vp({dryRun:t.dryRun===!0},e.global);if(n==="reconcile")return dg({dryRun:t.dryRun===!0,author:w(t,"author"),message:w(t,"message"),force:t.force===!0},e.global);if(n==="report")return _f({includeReconciled:t.includeReconciled===!0,cwd:w(t,"cwd")});if(n==="driver")return cg({artifact:ft(t,"artifact"),basePath:ft(t,"basePath"),oursPath:ft(t,"oursPath"),theirsPath:ft(t,"theirsPath"),outputPath:w(t,"outputPath")??w(t,"output"),itemPath:w(t,"itemPath"),prefer:w(t,"prefer")},e.global);throw xe({command_path:"merge",token:n,allowed:["install","reconcile","report","driver"],display_name:"merge"})}function $g(e){let t=Or(e),n=ft(t,"subcommand");if(n==="position")return Uf(e.global);if(n!=="snapshot")throw xe({command_path:"workspace",token:n,allowed:["position","snapshot"],display_name:"workspace"});let r=w(t,"snapshotAction")??ft(t,"snapshot_action"),o=E(process.cwd(),e.global.path);if(r==="create")return vd(o,{name:w(t,"name")});if(r==="list")return kd(o);let s=ft(t,"target");if(r==="inspect")return xr(o,s);if(r==="delete")return Lg(o,s);if(r==="restore")return t.dryRun===!0?Sd(o,s):Pg(o,s,{force:t.force===!0,author:w(t,"author"),message:w(t,"message"),lockTtlSeconds:Me(t.lockTtlSeconds,"lockTtlSeconds"),lockWaitMs:Me(t.lockWaitMs,"lockWaitMs")});throw xe({command_path:"workspace snapshot",token:r,allowed:["create","list","inspect","restore","delete"],display_name:"workspace snapshot",token_kind:"action"})}function li(e){let t=Or(e),n=ft(t,"title");return e.action==="meet"?hg(n,t,e.global):e.action==="event"?gg(n,t,e.global):yg(n,t,e.global)}import Hx from"node:path";import Fx from"node:fs/promises";import Dg 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]="5c70da27-21f6-5d31-b506-96e1818996d6")}catch{}})();var Mx="templates",$x=".json",Dx=/^[A-Za-z0-9][A-Za-z0-9._-]{0,63}$/,Ux=Po.map(e=>e.target).filter(e=>e!=="acceptanceCriteria"),Gx=new Set(Ux);function jx(e){let t=e.trim();if(!Dx.test(t))throw new l(`Invalid template name "${e}". Expected 1-64 characters matching [A-Za-z0-9][A-Za-z0-9._-]*.`,d.USAGE);return t}function Ug(e){return Dg.join(e,Mx)}function Gg(e,t){return Dg.join(Ug(e),`${t}${$x}`)}async function qx(e){await R(e)}function jg(e){return Object.fromEntries(Object.entries(e).sort(([t],[n])=>t.localeCompare(n)))}function Kx(e){let t={};for(let[n,r]of Object.entries(e))if(r!==void 0){if(Gx.has(n)){if(typeof r=="string"){t[n]=[r];continue}if(!Array.isArray(r))continue;let o=r.filter(s=>typeof s=="string");o.length>0&&(t[n]=o);continue}if(typeof r=="string"){t[n]=r;continue}Array.isArray(r)&&r.every(o=>typeof o=="string")&&(t[n]=[...r])}return jg(t)}function zx(e,t){if(typeof e!="object"||e===null||Array.isArray(e))throw new l(`Template "${t}" has invalid options payload.`,d.GENERIC_FAILURE);let n=e,r={};for(let[o,s]of Object.entries(n)){let i=o.trim();if(i.length===0)throw new l(`Template "${t}" contains an empty option key.`,d.GENERIC_FAILURE);if(typeof s=="string"){r[i]=s;continue}if(Array.isArray(s)&&s.every(a=>typeof a=="string")){r[i]=[...s];continue}throw new l(`Template "${t}" contains invalid value for option "${i}".`,d.GENERIC_FAILURE)}return jg(r)}function Bx(e,t){let n;try{n=JSON.parse(e)}catch{throw new l(`Template "${t}" contains invalid JSON.`,d.GENERIC_FAILURE)}if(typeof n!="object"||n===null||Array.isArray(n))throw new l(`Template "${t}" has invalid document shape.`,d.GENERIC_FAILURE);let r=n,o=zx(r.options,t),s=k();return{name:typeof r.name=="string"&&r.name.trim().length>0?r.name.trim():t,created_at:typeof r.created_at=="string"?r.created_at:s,updated_at:typeof r.updated_at=="string"?r.updated_at:s,options:o}}async function Vx(e,t){let n=await q(Gg(e,t));if(n===null)throw new l(`Template "${t}" not found`,d.NOT_FOUND);return Bx(n,t)}async function Ed(e,t,n){let r=E(process.cwd(),n.path);await qx(r);let o=jx(e),s=Kx(t);if(Object.keys(s).length===0)throw new l("templates save requires at least one create option flag",d.USAGE);let i=k(),a=Gg(r,o),c=i;await P(a)&&(c=(await Vx(r,o)).created_at);let m={name:o,created_at:c,updated_at:i,options:s},u=await T(r);return await Fx.mkdir(Ug(r),{recursive:!0}),await Je({pmRoot:r,filePath:a,raw:`${JSON.stringify(m,null,2)}
44
- `,op:"templates:save",author:C(void 0,u.author_default),lockTtlSeconds:u.locks.ttl_seconds,lockWaitMs:u.locks.wait_ms}),{name:m.name,created_at:m.created_at,updated_at:m.updated_at,path:a,options:m.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]="f65b4f1f-5501-5829-a04b-d4fbcfb59f5c")}catch{}})();var Bg=["list","show","apply","lint"],Wx="schema-types",Yx="schema-statuses",Jx="schema-fields";function mi(){let e=I();return e===null?[]:e.profiles.map(t=>({name:t.name,profile:t.profile}))}function Vg(){let{profiles:e,warnings:t}=Bm(mi());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:Jm(n.definition)})),warnings:t,generated_at:k()}}function Hg(e){let t;try{t=Co(e,mi())}catch(r){throw new l(r instanceof Error?r.message:String(r),d.USAGE)}let{resolved:n}=t;return{action:"show",...Xm(n.definition),source:n.source,...n.package!==void 0?{package:n.package}:{},warnings:t.warnings,generated_at:k()}}function Wg(e){let t;try{t=Co(e,mi())}catch(o){throw new l(o instanceof Error?o.message:String(o),d.USAGE)}let{resolved:n}=t,r=gu(n.definition);return{action:"lint",name:n.definition.name,title:n.definition.title,source:n.source,...n.package!==void 0?{package:n.package}:{},ok:r.ok,error_count:r.errorCount,warning_count:r.warningCount,findings:r.findings,warnings:t.warnings,generated_at:k()}}function Xx(e,t){return Hx.join(e,"templates",`${t}.json`)}async function Qx(e,t){let n=await q(Xx(e,t));if(n!==null)try{let r=JSON.parse(n);if(r!==null&&typeof r=="object"&&!Array.isArray(r)){let o=r.options;if(o!==null&&typeof o=="object"&&!Array.isArray(o))return o}}catch{}}async function qg(e,t,n,r){let o=new Map;for(let s of r.templates){let i=await Qx(e,s.name);i!==void 0&&o.set(s.name,i)}return{typesRaw:await q(st(e,t.files.types,ot.types)),statusesRaw:await q(st(e,t.files.statuses,ot.statuses)),fieldsRaw:await q(st(e,t.files.fields,ot.fields)),workflows:n.schema.type_workflows??[],settings:n,templates:o,installedPackages:new Set}}function zn(e){let t=[],n=[],r=[];for(let o of e)(o.status==="add"?t:o.status==="update"?n:r).push(o.key);return{added:t,updated:n,unchanged:r}}function Kg(e,t,n,r,o){return{action:"apply",name:e.name,title:e.title,applied:n,dry_run:r,changed:t.changed,types:zn(t.types.changes),statuses:zn(t.statuses.changes),fields:zn(t.fields.changes),workflows:zn(t.workflows.changes.map(s=>({key:s.type,status:s.status}))),config:zn(t.config.changes),templates:zn(t.templates.changes.map(s=>({key:s.name,status:s.status}))),packages:t.packages,warnings:[...new Set(o)].sort((s,i)=>s.localeCompare(i)),generated_at:k()}}async function Zx(e){await R(e)}function eO(e){try{let t=Co(e,mi());return{profile:t.resolved.definition,warnings:t.warnings}}catch(t){throw new l(t instanceof Error?t.message:String(t),d.USAGE)}}async function Yg(e,t,n){let r=E(process.cwd(),n.path);await Zx(r);let o=eO(e),s=o.profile,i=o.warnings,a=t.dryRun===!0,c=await T(r),m=Ro(c.schema);if(a){let b=await qg(r,m,c,s),v=zg(s,b);return Kg(s,v,!1,!0,[...i])}let u=C(t.author,c.author_default),p=Zu(c),f=!!t.force,_=[...i],h=[],y=async b=>{h.push(await be(r,b,c.locks.ttl_seconds,u,f,p.force_required_for_stale_lock,c.locks.wait_ms))},g;try{await y(Wx),await y(Yx),await y(Jx);let b=await qg(r,m,c,s);if(g=zg(s,b),g.types.changed){let v=st(r,m.files.types,ot.types);await Je({pmRoot:r,filePath:v,raw:To(g.types.file),op:"profile:apply-types",author:u,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms});let S=new Set(s.types.map(x=>Um(x).name)),A=g.types.file.definitions.filter(x=>S.has(x.name));await Qp(r,A,_,"profile:apply-type-folder"),_.push(...await Y({path:v,scope:"project",op:"profile:apply-types"}))}if(g.statuses.changed){let v=st(r,m.files.statuses,ot.statuses);await Je({pmRoot:r,filePath:v,raw:Ym(g.statuses.file),op:"profile:apply-statuses",author:u,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),_.push(...await Y({path:v,scope:"project",op:"profile:apply-statuses"}))}if(g.fields.changed){let v=st(r,m.files.fields,ot.fields);await Je({pmRoot:r,filePath:v,raw:Vm(g.fields.file),op:"profile:apply-fields",author:u,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),_.push(...await Y({path:v,scope:"project",op:"profile:apply-fields"}))}if(g.config.changed||g.workflows.changed){for(let v of g.config.changes){if(v.status==="unchanged")continue;let S=xo(v.key);S!==void 0&&Oo(c,S,v.value)}c.schema.type_workflows=g.workflows.result,await Ie(r,c,"profile:apply-config")}for(let v of g.templates.changes)v.status!=="unchanged"&&await Ed(v.name,{...v.options},n)}finally{for(let b of h.reverse())try{await b()}catch{}}return Kg(s,g,g.changed,!1,_)}function zg(e,t){try{return yu(e,t)}catch(n){throw new l(n instanceof Error?n.message:String(n),d.USAGE)}}import Xg from"node:fs/promises";import Qg 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 tO(e,t,n){let r=new Set,o=[];for(let s of e){let i=s.trim();if(i.length===0||r.has(i))continue;r.add(i);let a=t.get(i);if(a===void 0){o.push({id:i,entries:0,selected:!1,skip_reason:"no_stream"});continue}if(a.entries<=n){o.push({id:i,entries:a.entries,selected:!1,skip_reason:"already_compact"});continue}o.push({id:i,entries:a.entries,selected:!0,skip_reason:null})}return o}function nO(e,t){let n=[...e].sort((o,s)=>s.entries-o.entries||o.id.localeCompare(s.id)),r=[];for(let o of n){if(t.scope==="closed"&&o.bucket!=="closed"){r.push({id:o.id,entries:o.entries,selected:!1,skip_reason:"scope_mismatch"});continue}if(o.entries<=t.minEntries){r.push({id:o.id,entries:o.entries,selected:!1,skip_reason:"already_compact"});continue}if(t.allOver!==void 0&&o.entries<=t.allOver){r.push({id:o.id,entries:o.entries,selected:!1,skip_reason:"below_threshold"});continue}r.push({id:o.id,entries:o.entries,selected:!0,skip_reason:null})}return r}function Jg(e,t){if(t.ids!==void 0&&t.ids.length>0){let n=new Map(e.map(r=>[r.id,r]));return tO(t.ids,n,t.minEntries)}return nO(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]="31152621-df59-54a5-a28d-63119e734e6e")}catch{}})();function rO(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 l("history-compact --before requires a non-empty value.",d.USAGE);if(/^\d+$/.test(n)){let s=Number.parseInt(n,10);if(!Number.isSafeInteger(s)||s<1||s>t.length+1)throw new l(`history-compact --before version must be between 1 and ${t.length+1}.`,d.USAGE);let i=Math.max(0,Math.min(t.length,s-1));return{kind:"version",raw:n,compactCount:i,retainedCount:t.length-i}}let r=Date.parse(n);if(!Number.isFinite(r))throw new l(`Invalid history-compact --before value "${e}". Use a version number or ISO timestamp.`,d.USAGE);let o=0;for(let[s,i]of t.entries()){let a=Date.parse(i.ts);if(!Number.isFinite(a))throw new l(`History for this item contains invalid timestamp at entry ${s+1}.`,d.GENERIC_FAILURE);if(a>=r)break;o+=1}return{kind:"timestamp",raw:n,compactCount:o,retainedCount:t.length-o}}function oO(e,t){let n=jo(),r=jo();for(let o=0;o<e.length;o+=1){let s=e[o];if(En(n)!==s.before_hash)throw new l(`history-compact detected before-hash drift at entry ${o+1}; run pm history-repair first.`,d.CONFLICT);if(n=Ko(n,s.patch,o+1,s.op),En(n)!==s.after_hash)throw new l(`history-compact detected after-hash drift at entry ${o+1}; run pm history-repair first.`,d.CONFLICT);o+1===t&&(r=structuredClone(n))}return{checkpoint:r,finalReplay:n}}function sO(e,t,n){let r=structuredClone(t),o=[];for(let[s,i]of e.entries()){let a=En(r);r=Ko(r,i.patch,n+s+1,i.op),o.push({...i,before_hash:a,after_hash:En(r)})}return{entries:o,finalReplay:r}}async function iO(e,t,n){let r=e.located?await H(e.located,{schema:t.schema}):null;return r?{loadedItem:r,currentItemRawBeforeLock:r.raw,matchedChainBefore:En(nr(r.document))===n[n.length-1]?.after_hash}:{loadedItem:null,currentItemRawBeforeLock:null,matchedChainBefore:null}}function aO(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 cO(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 dO(e){if(!e.changed)return{rewrittenEntries:e.historyEntries,baselineEntryAdded:!1,auditEntryAdded:!1};let{checkpoint:t,finalReplay:n}=oO(e.historyEntries,e.boundary.compactCount),r=e.historyEntries.slice(e.boundary.compactCount),o=sO(r,t,e.boundary.compactCount),i=[qe({nowIso:k(),author:e.author,op:"history_compact_baseline",before:Ht(jo()),after:Ht(t),message:cO(e.boundary)}),...o.entries];return e.dryRun||i.push(qe({nowIso:k(),author:e.author,op:"history_compact",before:Ht(n),after:Ht(n),message:aO(e.options,e.boundary)})),{rewrittenEntries:i,baselineEntryAdded:!0,auditEntryAdded:!e.dryRun}}async function lO(e){return lp({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})=>dp({historyPath:e.historyPath,nextHistoryRaw:Wt(e.rewrittenEntries),historyRawUnderLock:t}),applyPostRewrite:async()=>Y({path:e.historyPath,scope:"project",op:"history_compact:history"})})}async function Ad(e,t,n){let r=E(process.cwd(),n.path);await R(r);let o=await T(r),s=O(o,I()),i=await mp(r,e,o,s.type_to_folder),a=i.historyPath,c=await q(a);if(c===null)throw new l(`No history stream exists for ${i.id}.`,d.NOT_FOUND);let m=await Sn(a,i.id);if(m.length===0)throw new l(`No history entries exist for ${i.id}; nothing to compact.`,d.USAGE);let u=ka(m);if(!u.ok)throw new l(`history-compact requires a valid history chain (${u.errors.join(", ")}). Run pm history-repair ${i.id} first.`,d.CONFLICT);let p=rO(t.before,m),f=p.compactCount>0,_=!!t.dryRun,h=C(t.author,o.author_default),y=[];f||y.push("history_compact_noop_before_boundary");let g=await iO(i,o,m);g.matchedChainBefore===!1&&y.push("history_compact_item_chain_mismatch");let{rewrittenEntries:b,baselineEntryAdded:v,auditEntryAdded:S}=dO({historyEntries:m,boundary:p,changed:f,dryRun:_,author:h,options:t}),A=ka(b);if(!A.ok)throw new l(`history-compact produced an invalid rewritten chain (${A.errors.join(", ")}).`,d.GENERIC_FAILURE);f&&!_&&y.push(...await lO({pmRoot:r,subject:i,settings:o,typeRegistry:s,historyRawBeforeLock:c,currentItemRawBeforeLock:g.currentItemRawBeforeLock,author:h,force:t.force,loadedItem:g.loadedItem,historyPath:a,rewrittenEntries:b}));let x=p.retainedCount>0?p.compactCount+1:null;return{id:i.id,dry_run:_,changed:f,compact_boundary:{kind:p.kind,before:p.raw,entries_compacted:p.compactCount,entries_retained:p.retainedCount,first_retained_entry:x},history:{path:a,entries_scanned:m.length,entries_after:b.length,baseline_entry_added:v,audit_entry_added:S,verify_ok:A.ok,verify_errors:A.errors},item:{exists:i.located!==null,path:i.located?.itemPath??null,matched_chain_before:g.matchedChainBefore},warnings:[...new Set(y)].sort((j,M)=>j.localeCompare(M)),generated_at:k()}}var mO=3;function uO(e){let t=es(e.ids);if(e.ids!==void 0&&t==="")throw new l("history-compact ids requires at least one valid item ID.",d.USAGE,{code:"bulk_ids_input_empty",required:"Provide one or more string or finite numeric IDs; non-finite and unsupported selector values are rejected."});return{...e,ids:t===void 0?void 0:Zo(t)}}function Zg(e,t){let n=t.ids!==void 0&&t.ids.length>0,r=t.allOver!==void 0||t.scope!==void 0;if((e!==void 0?1:0)+(n?1:0)+(r?1:0)===0)throw new l("history-compact: provide an item <id>, or a bulk selector (--ids, --all-over <N>, --closed, or --all-streams).",d.USAGE);if(e!==void 0&&(n||r))throw new l("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.",d.USAGE);if(n&&r)throw new l("history-compact: --ids is mutually exclusive with --all-over/--closed/--all-streams; pass an explicit id list or a scan selector, not both.",d.USAGE)}function pO(e){let t=0;for(let n of e.split(/\r?\n/))n.trim().length>0&&(t+=1);return t}async function fO(e){let t=$(e.settings.schema),n=_s(t),r=await ce(e.pmRoot,e.settings.item_format,e.typeToFolder,void 0,e.settings.schema),o=new Map(r.map(m=>[m.id,n.classify(m.status)])),s=Qg.join(e.pmRoot,"history"),i=[],a=[];if(!await P(s))return{candidates:i,preselectionErrors:a};let c=(await Xg.readdir(s)).filter(m=>m.endsWith(".jsonl")).sort((m,u)=>m.localeCompare(u));for(let m of c){let u=Qg.join(s,m),p=m.slice(0,-6);try{let f=await Xg.readFile(u,"utf8");await bn({path:u,scope:"project"}),i.push({id:p,entries:pO(f),bucket:o.get(p)??null})}catch(f){a.push({id:p,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 _O(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 Ad(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 ey(e,t){let n=uO(e),r=E(process.cwd(),t.path);await R(r);let o=await T(r),s=O(o,I()),{candidates:i,preselectionErrors:a}=await fO({pmRoot:r,settings:o,typeToFolder:s.type_to_folder}),c=n.ids!==void 0&&n.ids.length>0?"ids":"scan",m=e.minEntries??mO,u=o.history.compact_policy,p=c==="scan"&&e.allOver===void 0&&u.enabled,f=e.allOver??(p?u.max_entries:void 0),_=Jg(i,{ids:n.ids,scope:e.scope,minEntries:m,allOver:f}),h=!!e.dryRun,y=[...a],g={streams_considered:i.length+a.length,selected:0,items_compacted:0,items_skipped:0,items_errored:a.length};for(let b of _){let v=await _O({row:b,options:n,dryRun:h,global:t});if(y.push(v.result),!v.selected){g.items_skipped+=1;continue}g.selected+=1,v.compacted&&(g.items_compacted+=1),v.errored&&(g.items_errored+=1)}return{bulk:!0,dry_run:h,mode:c,scope:e.scope??null,criteria:{min_entries:m,all_over:f??null,policy_threshold_applied:p},totals:g,results:y,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]="4888a558-7f50-5c28-8e29-fcd19180cbd4")}catch{}})();function ty(e){let t=e.options.all===!0,n=e.id??w(e.options,"id");return hf(n,t),t?ls(e.options,e.global):ds(n,e.options,e.global)}function ny(e){let t=e.options.ids,n=es(t);if(t!==void 0&&n==="")throw new l("history-compact ids requires at least one valid item ID.",d.USAGE,{code:"bulk_ids_input_empty",required:"Provide one or more string or finite numeric IDs; non-finite and unsupported selector values are rejected."});let r=n===void 0?void 0:Zo(n),o=Me(e.options.allOver??e.options.all_over,"history-compact allOver"),s=Me(e.options.minEntries??e.options.min_entries,"history-compact minEntries"),i=w(e.options,"scope"),a=[];e.options.closed===!0&&a.push("closed"),(e.options.allStreams===!0||e.options.all_streams===!0)&&a.push("all-streams"),(i==="closed"||i==="all-streams")&&a.push(i);let c=[...new Set(a)];if(c.length>1)throw new l("history-compact: closed and all-streams scopes are mutually exclusive.",d.USAGE);let m=c[0];return Zg(e.id,{ids:r,allOver:o,scope:m}),e.id!==void 0?Ad(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):ey({ids:r,scope:m,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]="d1930c5a-6849-5f78-8090-a436f61711ae")}catch{}})();function ui(e){return Io("in_progress",e)??e.open_status}(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]="08dcee99-5572-5133-b76a-6a50e4e292e7")}catch{}})();async function Td(e,t,n,r){let o=t.trim();if(o.length===0)throw new l("pm item reopen requires a non-empty recurrence reason.",d.USAGE,{code:"reopen_reason_required",required:"Describe why the terminal work became active again.",recovery:{suggested_retry:`pm item reopen ${e} "<recurrence reason>"`,suggested_retry_args:["item","reopen",e,"<recurrence reason>"]}});let s=E(process.cwd(),r.path),i=$((await T(s)).schema),a=i.open_status,c=ui(i),m=n.status??a,u=Q(m,i)??m;if(u!==a&&u!==c)throw new l(`Reopen target status must be ${a} or ${c}; received ${m}.`,d.USAGE,{code:"reopen_target_status_invalid",required:"Choose the workspace open or in-progress lifecycle status.",recovery:{allowed_values:[...new Set([a,c])],suggested_retry:`pm item reopen ${e} "${o}" --status ${a}`,suggested_retry_args:["item","reopen",e,o,"--status",a]}});let p=await J_(e,{status:u,unset:["close-reason","resolution","expected-result","actual-result","fixed-version"],author:n.author,message:n.message,force:n.force},r,o);return{item:p.item,changed_fields:p.changed_fields,warnings:p.warnings,recurrence:p.lifecycle_transition}}(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]="55869854-565d-52d2-8dca-b66aade074bb")}catch{}})();function ry(e,t){let n=e.id??w(t,"id");if(!n)throw new l("Missing required argument: id",64);return n}function oy(e,t){return w(e.args,"reason")??w(e.args,"text")??w(t,"reason")??w(t,"text")}async function sy(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options);return Ge(await dt(ry(e,r),oy(e,r),{...r,force:e.force===!0||r.force===!0},e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function iy(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options);return Ge(await Td(ry(e,r),oy(e,r)??"",{...r,force:e.force===!0||r.force===!0},e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}(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]="c2ef0de1-bc44-5550-862c-f3929334fbef")}catch{}})();function ay(e,t,n){let r;if(typeof e.lines=="string")r=ms(e.lines);else if(e.lineRange!==void 0){if(e.lineRange===null||typeof e.lineRange!="object"||Array.isArray(e.lineRange))throw new RangeError("Source line range must be an object with numeric start and end values.");r=ms(`${String(Reflect.get(e.lineRange,"start"))}:${String(Reflect.get(e.lineRange,"end"))}`)}return{paths:t,scope:e.scope==="project"||e.scope==="global"?e.scope:void 0,limit:n(e.limit,"files lookup limit"),offset:n(e.offset,"files lookup offset"),noTruncate:e.noTruncate===!0,strictRead:e.strictRead===!0,explain:e.explain===!0,lineRange:r,decisionDepth:n(e.decisionDepth,"files lookup decision depth")}}(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]="5ceccf7d-78cb-5750-8e4b-793efa6e716c")}catch{}})();var hO=ma("list").properties.outputSession,gO={outputInclude:{type:"string",minLength:1,description:"Comma-separated fields or sections retained by any built-in read action."},outputLimit:{anyOf:[{type:"integer",minimum:1},{const:"unbounded"}],description:"Universal read row ceiling, or unbounded to disable the shared ceiling."},outputBudget:{anyOf:[{type:"integer",minimum:1},{const:"unbounded"}],description:"Universal estimated-token ceiling, or unbounded to return the complete read result."},outputFormat:{type:"string",enum:["json","toon"],description:"Universal read-result encoding selector."},outputSession:{...hO},outputCursor:{type:"string",minLength:1,description:"Opaque continuation cursor returned after budget compaction of a declared row collection."}},cy={type:"object",properties:{cwd:{type:"string",description:"Workspace directory to run the native pm operation in. Defaults to the MCP server process cwd."},path:{type:"string",description:"Optional pm data root, equivalent to PM_PATH/global --path. Leave unset for real repository tracking."},author:{type:"string",description:"Optional mutation author override. Otherwise pm uses PM_AUTHOR, project settings, or detected harness identity."},tokenAccounting:{type:"boolean",description:"Attach the same bounded per-section token-cost receipt emitted by CLI --token-accounting."}},additionalProperties:!0},re={type:"string",description:"pm item id, for example pm-abc1."},yO=`Operation name (one of): ${ia.join(", ")}. Package-owned actions are available dynamically when their provider package is installed.`,bO={status:{type:"string",description:"Alias for options.status."},type:{type:"string",description:"Alias for options.type."},tag:{type:"string",description:"Alias for options.tag."},priority:{type:"string",description:"Alias for options.priority."},limit:{type:["string","number"],description:"Alias for options.limit."},offset:{type:["string","number"],description:"Alias for options.offset."}},wO={mode:{type:"string",description:"Alias for options.mode."},status:{type:"string",description:"Alias for options.status."},type:{type:"string",description:"Alias for options.type."},tag:{type:"string",description:"Alias for options.tag."},priority:{type:"string",description:"Alias for options.priority."},limit:{type:["string","number"],description:"Alias for options.limit."}};function D(e,t=[]){return{...cy,properties:{...cy.properties,...e},required:t}}var vO=[{name:"pm_run",description:"Run any supported pm operation natively through the pm library. Use this for commands not covered by narrower pm_* tools.",inputSchema:D({action:{type:"string",enum:[...ia],description:yO},id:re,query:{type:"string",description:"Search query for action=search."},reason:{type:"string",description:"Close reason for action=close."},force:{type:"boolean",description:"Force ownership/terminal-state override when supported."},subcommand:{type:"string",description:"Subcommand selector for actions that take one (for example telemetry, or schema \u2014 prefer the dedicated pm_schema tool for schema operations)."},options:{type:"object",description:"Underlying pm command options using camelCase keys."},fullChangedFields:{type:"boolean",description:"For mutation actions, return the full changed_fields array instead of the default changed_field_count."},idOnly:{type:"boolean",description:"For single-item mutation actions, return only id and status."},...gO},["action"])},{name:"pm_discover",description:"Discover the smallest relevant authorized pm tool catalog under an explicit token budget. Ranking is deterministic and returns public lexical, semantic, graph, permission, freshness, and usage signal explanations. Continue with next_cursor; set includeSchema=true only when complete input schemas are needed.",inputSchema:D({query:{type:"string",maxLength:4096,description:"Free-text capability intent. Empty text lists by stable policy order."},family:{type:"string",enum:["workspace","intake","context","lifecycle","evidence","graph","quality","automation","extensions","internal"],description:"Optional stable capability-family filter."},tier:{type:"string",enum:["core","standard","full"],description:"Maximum command visibility tier included in results."},limit:{type:"integer",minimum:1,maximum:100,description:"Maximum result rows; defaults to 10."},cursor:{type:"string",minLength:1,maxLength:4096,description:"Opaque next_cursor from an equivalent discovery request."},includeSchema:{type:"boolean",description:"Include complete tool input schemas; false by default."},outputBudget:{anyOf:[{type:"integer",minimum:128},{const:"unbounded"}],description:"Estimated-token ceiling; defaults to 1200."}})},{name:"pm_context",description:"Return the agent-oriented project context snapshot. Pass options.depth=brief|standard|deep|full (full = every section with no per-section row cap), options.parent='<id>' to scope the snapshot to one item's subtree (the item plus all descendants), options.fields='id,title,priority' to project focus rows to a field subset for low-token reads, or options.section=['hierarchy','progress',...] to pick sections.",inputSchema:D({options:{type:"object"}})},{name:"pm_next",description:"Recommend the next actionable work item: the single highest-priority READY item (active status, no open blockers, no open children; completed containers surface only when no concrete leaf work is ready) plus the ranked ready and blocked queues. The recommended item carries a rationale and each blocked item lists the open blockers gating it. Pass options.parent='<id>' to scope to one subtree, options.limit=N to cap ready rows, options.readyOnly=true to omit the blocked list, or filters (options.type/tag/priority/assignee/sprint/release). The most token-efficient 'what should I do now?' read for agents.",inputSchema:D({options:{type:"object"}})},{name:"pm_search",description:"Search pm items with keyword, semantic, or hybrid search. Defaults to a compact projection for token efficiency. Pass options.mode=keyword|semantic|hybrid, options.limit=N to cap hits, options.status='all' for no lifecycle restriction, options.fields='id,title,score' for a custom projection, or options.full=true for full item bodies (can be large). The result echoes the applied filters and projection mode in query_summary.",inputSchema:D({query:{type:"string"},options:{type:"object"},...wO},["query"])},{name:"pm_list",description:"List pm items with status/type/tag/priority filters. Defaults to compact projection for token efficiency. options.status accepts CSV (all,open,in_progress). Pass options.compact=false or options.includeBody=true for full bodies/comments. Pass options.brief=true for ultra-terse (id/status/type/title only). Pass options.fields='id,title,priority' for custom projection. Pass options.limit=N to cap row count. The result echoes the applied filters and projection mode in query_summary.",inputSchema:D({options:{type:"object"},...bO})},{name:"pm_get",description:"Read one pm item with shared SDK projections. Pass options.depth='brief' or options.fields='id,title,status' for low-token inspection, options.fields='id,schedule.start_at' for schedule context, or options.at='7' / an ISO timestamp for a verified mutation-free historical read. Parent results include bounded child counts, samples, and continuation metadata.",inputSchema:D({id:re,options:{type:"object",description:"Get options such as depth=brief|standard|deep|full, fields=id,title,status, or at=<version|ISO timestamp>."}},["id"])},{name:"pm_events",description:"Read a bounded, cursor-resumable page of committed mutation events across item history streams. Batch cursors are the token-efficient default; pass cursorMode=row for per-event checkpoints.",inputSchema:D({since:{type:"string",description:"Durable event cursor or ISO timestamp lower bound."},type:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},author:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},item:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},limit:{type:"integer",minimum:0,maximum:1e3},full:{type:"boolean"},cursorMode:{type:"string",enum:["batch","row"],description:"Cursor framing: batch returns one terminal next_cursor (default); row also adds a cursor to every event."}})},{name:"pm_create",description:"Create a pm item natively and write pm history. Output is compact by default (changed_fields replaced with changed_field_count for token efficiency); pass fullChangedFields=true for the full changed_fields array.",inputSchema:D({fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},allowMissingParent:{type:"boolean",description:"Allow unresolved parent references and emit a validation warning."},allowDuplicate:{type:"boolean",description:"Explicitly create when strict similarity governance finds likely duplicates."},options:{type:"object",description:"Create options. title and description are required."}},["options"])},{name:"pm_mutate",description:"Apply an ordered create/update/close/release batch atomically through the public pm SDK. Create rows may declare ref and omit id; @ref forward references resolve deterministically from the stable transactionId. Set dryRun=true to validate and preview without writes.",inputSchema:D({transactionId:{type:"string",description:"Stable idempotency key for this atomic mutation batch."},mutations:{type:"array",minItems:1,description:"Ordered rows shaped as {op:create|update|close|release,id?,ref?,options?,reason?}.",items:{type:"object",properties:{op:{type:"string",enum:["create","update","close","release"]},id:re,ref:{type:"string",description:"Batch-local create alias; its deterministic id can be referenced as @alias by any row."},reason:{type:"string"},options:{type:"object"}},required:["op"],additionalProperties:!1}},dryRun:{type:"boolean",description:"Validate and preview without writing."},createCompensation:{type:"string",enum:["close","delete"],description:"How a failed batch compensates created items; defaults to close."},lockTtlSeconds:{type:"number"},lockWaitMs:{type:"number"}},["transactionId","mutations"])},{name:"pm_copy",description:"Copy an existing pm item into a new id while resetting lifecycle fields. Output is compact by default (changed_fields replaced with changed_field_count); pass fullChangedFields=true for the full changed_fields array.",inputSchema:D({id:re,fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},idOnly:{type:"boolean",description:"Return only id and status."},options:{type:"object",description:"Copy options such as title override, author, and message."}},["id"])},{name:"pm_focus",description:"Set, clear, or show the session focused item. When focused, pm_create defaults its parent to the focused item (an explicit parent still overrides). Pass id to focus an item, options.clear=true to clear, or neither to show current focus.",inputSchema:D({id:re,clear:{type:"boolean",description:"Clear the focused item (cannot be combined with id)."},options:{type:"object",description:"Focus options such as clear (boolean)."}},[])},{name:"pm_update",description:"Update pm item metadata/body/dependencies/log seeds natively. Output is compact by default (changed_fields replaced with changed_field_count); pass fullChangedFields=true for the full changed_fields delta.",inputSchema:D({id:re,fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},options:{type:"object"}},["id","options"])},{name:"pm_append",description:"Append markdown text to a pm item body and write pm history. Useful for seeding evidence/log entries before close. Output is compact by default (changed_fields replaced with changed_field_count); pass fullChangedFields=true for the full changed_fields array.",inputSchema:D({id:re,body:{type:"string",description:"Markdown text to append to the item body. Required here or as options.body."},fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},options:{type:"object",description:"Append options such as body, author, and message."}},["id"])},{name:"pm_claim",description:"Claim a pm item.",inputSchema:D({id:re,force:{type:"boolean"},options:{type:"object"}},["id"])},{name:"pm_release",description:"Release a pm item claim.",inputSchema:D({id:re,force:{type:"boolean"},options:{type:"object"}},["id"])},{name:"pm_close",description:"Close a pm item with optional close reason and optional close validation (reason requirement follows governance settings). Output is compact by default (changed_fields replaced with changed_field_count); pass fullChangedFields=true for the full changed_fields array.",inputSchema:D({id:re,reason:{type:"string",description:"Close reason text when provided or required by governance settings."},duplicateOf:{type:"string",description:"Canonical item id when closing this item as a duplicate."},fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},idOnly:{type:"boolean",description:"Return only id and status."},options:{type:"object"}},["id"])},{name:"pm_comments",description:"List, add, edit, or delete comments on a pm item. Use options.add to append, options.edit=<1-based index> with replacement text to fix a comment, or options.delete=<1-based index> to remove one. options.ifAbsent applies only to options.add for retry-safe author-and-text deduplication and cannot combine with options.edit or options.delete. List calls default to the most recent 20 comments with total_count/has_more metadata for token efficiency. Pass options.limit=N to choose a page size, options.limit=0 for summary-only metadata, or options.full=true for full history.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_files",description:"List, add, remove, or validate linked files for a pm item.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_docs",description:"List, add, or remove linked docs for a pm item.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_notes",description:"List, add, edit, or delete structured notes on a pm item. options.ifAbsent applies only to options.add for retry-safe author-and-text deduplication and cannot combine with options.edit or options.delete. Omit mutation options to list existing notes.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_learnings",description:"List, add, edit, or delete learnings on a pm item. options.ifAbsent applies only to options.add for retry-safe author-and-text deduplication and cannot combine with options.edit or options.delete. Omit mutation options to list existing learnings.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_deps",description:"Read dependency trees/graphs or one bounded explainable relationship context packet. Use options.format=context with direction, kind, depth, node, edge, token, and cursor bounds; context returns a counts-first summary, per-node roles/reasons, root evidence pointers, and enumerated missing references.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_graph",description:"Run bounded workspace relationship-graph queries: ancestors/descendants (hierarchy), predecessors/successors (ordering), paths, impact (blast radius), analyze (execution + knowledge analytics), audit (governance findings with change-since-baseline deltas), communities (label-propagation clusters), redundancy (transitively implied edges), dominators (structural bottlenecks), slack (critical-path method float per task), centrality (betweenness/closeness/degree with directed fan-in/out), articulation (cut points and bridges \u2014 single points of failure), plan (dry-run remediation proposals derived from the audit), and index (durable cross-process graph index status/rebuild/clear). Traversals, paths, impact, and dominators require id; paths also requires target. Options support kind, maxDepth, limit, after, direction, maxPaths, sample, exemptIsolate, exemptIsolateType, saveBaseline (audit), rebuild/clear (index), and counts-first summary.",inputSchema:D({subcommand:{type:"string",enum:[...cu]},id:re,target:re,options:{type:"object"}},["subcommand"])},{name:"pm_test",description:"List, add, remove, or run linked tests for a pm item.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_validate",description:"Run pm validation checks.",inputSchema:D({options:{type:"object"}})},{name:"pm_health",description:"Run pm health diagnostics. Pass options.brief=true for compact low-token details, options.skipIntegrity=true, options.skipDrift=true, options.skipVectors=true for a fast status-only check, or options.full=true for the complete deep check.",inputSchema:D({options:{type:"object"}})},{name:"pm_contracts",description:"Inspect pm command, flag, schema, and availability contracts.",inputSchema:D({options:{type:"object"}})},{name:"pm_schema",description:"Inspect or modify the workspace item-type/status/field schema (pm schema). subcommand selects the operation; name carries the item type name (show/add-type/remove-type), status id (show-status/add-status/remove-status), or field key (show-field/add-field/remove-field). apply-preset adopts a domain type preset; add-type with infer=true derives types from title-prefix conventions. Schema mutations write workspace config files, not item history.",inputSchema:D({subcommand:{type:"string",enum:["list","show","show-status","add-type","remove-type","add-status","remove-status","add-field","remove-field","list-fields","show-field","apply-preset"],description:"Schema subcommand to run."},name:{type:"string",description:"Item type name (show/add-type/remove-type), status id (show-status/add-status/remove-status), or custom field key (show-field/add-field/remove-field). Required for those subcommands."},description:{type:"string",description:"Custom item type, status, or field description for add-type/add-status/add-field."},defaultStatus:{type:"string",description:"Default status for add-type."},folder:{type:"string",description:"Storage folder for add-type."},alias:{type:"array",items:{type:"string"},description:"Aliases for add-type/add-status, or extra CLI flag aliases for add-field."},role:{type:"array",items:{type:"string",enum:[...Ki]},description:`Lifecycle roles for add-status: ${Ki.join(", ")}.`},order:{type:"number",description:"Display/sort order for add-status."},fieldType:{type:"string",enum:["string","number","boolean","string_array"],description:"Value type for a custom field (add-field)."},commands:{type:"array",items:{type:"string"},description:"Commands a custom field is wired onto (add-field): create, update, update_many, list, search, calendar, context."},cliFlag:{type:"string",description:"Override the auto-derived CLI flag for a custom field (add-field)."},required:{type:"boolean",description:"Mark a custom field as always required (add-field)."},requiredOnCreate:{type:"boolean",description:"Mark a custom field as required at create time (add-field)."},allowUnset:{type:"boolean",description:"Whether a custom field may be cleared via --unset (add-field); defaults to true."},requiredTypes:{type:"array",items:{type:"string"},description:"Restrict a custom field's requirement to specific item types (add-field)."},typePreset:{type:"string",enum:["agile","ops","research"],description:"Domain type preset to adopt (apply-preset)."},infer:{type:"boolean",description:"Infer item types from title-prefix conventions (add-type); previews unless apply is true."},minCount:{type:"number",description:"Minimum items sharing a prefix for add-type inference (default 10)."},apply:{type:"boolean",description:"Register inferred types (add-type infer); without it the call previews only."},force:{type:"boolean",description:"Override removal guardrails for destructive schema changes when supported."},options:{type:"object",description:"Additional schema options using camelCase keys."}},["subcommand"])},{name:"pm_profile",description:"List, show, apply, or lint project profiles (pm profile) \u2014 archetype bundles that stage item types, statuses, fields, per-type workflows, config knobs, create templates, and recommended packages. subcommand selects the operation; name carries the profile name (agile, ops, research) for show/apply/lint. apply stages every dimension idempotently; dryRun previews the diff without writing; lint reports author-time consistency findings (graded error/warning) without touching the tracker. Profile staging writes workspace config/schema files, not item history.",inputSchema:D({subcommand:{type:"string",enum:["list","show","apply","lint"],description:"Profile subcommand to run."},name:{type:"string",description:"Profile name for show/apply/lint. Required for those subcommands. Built-ins are agile, ops, and research; an active extension can contribute additional archetype names that resolve here too."},dryRun:{type:"boolean",description:"Preview the apply diff without writing any files (apply)."},author:{type:"string",description:"Mutation author for apply."},force:{type:"boolean",description:"Force ownership/lock override for apply."},options:{type:"object",description:"Additional profile options using camelCase keys."}},["subcommand"])},{name:"pm_config",description:"Read or write pm workspace configuration (pm config). configAction selects get/set/list/export; key/value address a single setting for get/set. scope chooses the project (default) or global settings file.",inputSchema:D({configAction:{type:"string",enum:["get","set","list","export"],description:"Config operation to perform. get/set require key; list/export dump the resolved settings surface."},key:{type:"string",description:"Settings key for get/set, for example governance-require-close-reason, telemetry-tracking, or a nested leaf such as search_provider (dash and underscore variants accepted; configAction=get without a key lists supported keys in the error)."},value:{type:"string",description:"New value for configAction=set."},scope:{type:"string",enum:["project","global"],description:"Settings scope to read or write. Defaults to project."},options:{type:"object",description:"Additional config options such as criterion, clearCriteria, format, or policy."}},["configAction"])},{name:"pm_plan",description:"Run agent-optimized Plan workflows. options.subcommand selects: create|show|add-step|update-step|complete-step|block-step|reorder-step|remove-step|link|unlink|decision|discovery|validation|resume|approve|materialize. Provide id for all non-create subcommands; provide stepRef for step lifecycle subcommands. Plans store agent-readable steps with dependencies, decisions, discoveries, validation, and resume context.",inputSchema:D({id:{type:"string",description:"Plan id (required for all subcommands except create)."},stepRef:{type:"string",description:"Step id or order for step lifecycle subcommands."},options:{type:"object",description:"Plan options including subcommand, stepRef, stepStatus, link, depth, etc."}})}],kO={pm_append:"append",pm_claim:"claim",pm_close:"close",pm_comments:"comments",pm_config:"config",pm_context:"context",pm_contracts:"contracts",pm_copy:"copy",pm_create:"create",pm_deps:"deps",pm_docs:"docs",pm_events:"events",pm_files:"files",pm_focus:"focus",pm_get:"get",pm_graph:"graph",pm_health:"health",pm_learnings:"learnings",pm_list:"list",pm_next:"next",pm_notes:"notes",pm_plan:"plan",pm_profile:"profile",pm_release:"release",pm_schema:"schema",pm_search:"search",pm_test:"test",pm_update:"update",pm_validate:"validate"},SO=vO.map(e=>{let t=kO[e.name];if(!t)return e;let n=e.inputSchema.properties,r=e.inputSchema.required.map(String);return{...e,inputSchema:ma(t,{properties:n,required:r})}});function dy(){return SO.map(e=>{let t=e.inputSchema.required,n=Array.isArray(t)?t.map(r=>String(r)).sort((r,o)=>r.localeCompare(o)):[];return{name:e.name,description:e.description,required:n,input_schema:e.inputSchema}}).sort((e,t)=>e.name.localeCompare(t.name))}(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]="1506e8bc-3350-5ef5-a40a-44509eb59317")}catch{}})();var ly=new Map([["claim",["--if-available","--next","--type","--priority","--token-budget","--explain-ranking"]],["close",["--reason","--validate-close","--resolution","--expected-result","--actual-result","--message"]],["context",["--limit","--after","--depth","--section","--token-budget","--explain-ranking"]],["contracts",["--command","--flags-only","--summary","--runtime-only","--availability-only","--full"]],["create",["--title","--type","--status","--priority","--dep","--comment"]],["get",["--full","--depth","--fields","--tree","--tree-depth","--format"]],["health",["--check-only","--summary","--brief","--check-telemetry","--strict-exit","--full"]],["list",["--status","--type","--limit","--after","--brief","--fields"]],["next",["--limit","--blocked-limit","--ready-only","--token-budget","--explain-ranking","--format"]],["search",["--mode","--status","--type","--limit","--after","--fields"]],["update",["--status","--message","--dep","--comment","--file","--test"]],["validate",["--check-resolution","--check-history-drift","--check-storage-integrity","--counts","--strict-exit","--fix-hints"]]]),EO=["--limit","--after","--offset","--token-budget","--brief","--summary","--compact","--fields","--full","--format","--since","--until"],wy=new Set(["list","list-all","list-draft","list-open","list-in-progress","list-blocked","list-closed","list-canceled"]),fi=new Set(["calendar","guide","reindex","completion","test-runs-list","test-runs-status","test-runs-logs","test-runs-stop","test-runs-resume","templates-list","templates-save","templates-show"]),Pr=new Set(["cal","calendar","completion","completion-statuses","completion-tags","completion-types","guide","reindex","templates","templates list","templates save","templates show","test-runs","test-runs list","test-runs status","test-runs logs","test-runs stop","test-runs resume"]),vy=new Map([["cal","calendar"],["calendar","calendar"],["completion","guide-shell"],["completion-statuses","guide-shell"],["completion-tags","guide-shell"],["completion-types","guide-shell"],["guide","guide-shell"],["reindex","search-advanced"],["templates","templates"],["templates list","templates"],["templates save","templates"],["templates show","templates"],["test-runs","linked-test-adapters"],["test-runs list","linked-test-adapters"],["test-runs status","linked-test-adapters"],["test-runs logs","linked-test-adapters"],["test-runs stop","linked-test-adapters"],["test-runs resume","linked-test-adapters"]]),ky=new Map([["calendar","calendar|cal"],["guide","guide"],["reindex","reindex"],["completion","completion"],["test-runs-list","test-runs|test-runs list"],["test-runs-status","test-runs status"],["test-runs-logs","test-runs logs"],["test-runs-stop","test-runs stop"],["test-runs-resume","test-runs resume"],["templates-list","templates|templates list"],["templates-save","templates save"],["templates-show","templates show"]]),Sy=new Map([...ky.entries()].flatMap(([e,t])=>_t(t).map(n=>[n,e]))),Ey=[{canonical:"context",aliases:["ctx"]},{canonical:"package",aliases:["extension","packages"]}],Ay=new Map(Ey.flatMap(e=>e.aliases.map(t=>[t,e.canonical]))),AO=10,TO=20,my=new Map([["activity","Read activity."],["aggregate","Group counts."],["append","Append body."],["assurance","Evaluate assurance."],["beads","Manage Beads interoperability."],["cal","Manage calendar integration."],["calendar","Manage calendar integration."],["changelog","Generate changelog output."],["claim","Claim work."],["close","Close work."],["close-many","Close matching work."],["close-task","Close task work."],["command-kit","Inspect command authoring primitives."],["comments","Manage comments."],["comments-audit","Audit comment governance."],["completion","Generate shell completions."],["config","Manage settings."],["context","Build context."],["contracts","Inspect contracts."],["copy","Copy work."],["create","Create work."],["dedupe-audit","Audit duplicate work."],["dedupe-merge","Merge duplicate work."],["delete","Delete work."],["deps","Manage deps."],["duplicates","Find duplicate clusters."],["docs","Link docs."],["eval","Run evaluations."],["event","Manage events."],["events","Read events."],["files","Link files."],["focus","Manage focus."],["gc","Clean caches."],["get","Read item."],["graph","Query graph."],["guide","Show user guides."],["health","Check health."],["help","Show help."],["history","Inspect history."],["init","Initialize workspace."],["install","Install packages."],["item","Mutate work through typed operations."],["learnings","Manage learnings."],["list","List work."],["list-all","List work across every status."],["list-blocked","List blocked work."],["list-canceled","List canceled work."],["list-closed","List closed work."],["list-draft","List draft work."],["list-in-progress","List in-progress work."],["list-open","List open work."],["meet","Record meeting context."],["merge","Manage tracker merges."],["next","Pick next work."],["notes","Manage notes."],["normalize","Normalize tracker data."],["ops","Run operations."],["package","Manage packages."],["packages","Manage packages."],["pause-task","Pause task work."],["plan","Manage plans."],["profile","Manage profiles."],["reindex","Refresh search index."],["release","Release claim."],["remind","Manage reminders."],["restore","Restore history."],["schema","Customize schema."],["search","Search work."],["search-advanced","Run advanced search."],["start-task","Start task work."],["stats","Show stats."],["telemetry","Manage telemetry."],["templates","Manage work templates."],["test","Run linked tests."],["test-all","Run all linked tests."],["test-runs","Inspect background test runs."],["todos","Manage source-code todos."],["twin","Manage repository twins."],["update","Update work."],["update-many","Update matching work."],["upgrade","Upgrade packages."],["validate","Validate data."],["vcs","Inspect version-control context."],["workspace","Manage portable workspace primitives."],["history-author-acknowledge","Acknowledge reviewed history authors."],["history-compact","Compact history."],["history-redact","Redact sensitive history values."],["history-repair","Repair history integrity."]]),Ty=[["init",Zl],["install",tm],["uninstall",nm],["explore",rm],["manage",dm],["describe",om],["reload",lm],["doctor",mm],["catalog",um],["adopt",pm],["adopt-all",sm],["activate",im],["deactivate",am],["migrate",cm]],CO=[...Ty.map(([e,t])=>e==="init"?[e,em]:[e,t]),["upgrade",Qn]],RO=[...Ty.map(([e,t])=>[`extension ${e}`,t]),...CO.flatMap(([e,t])=>[[`package ${e}`,t],[`packages ${e}`,t]]),["init",oo],["config",Ql],["extension",so],["package",Xn],["packages",Xn],["install",fm],["create",uo],["item mutate",Lm],["item complete",Nm],["item reopen",Fm],["copy",po],["focus",fo],["update",_o],["update-many",ho],["upgrade",Qn],["calendar",Zn],["cal",Zn],["context",er],["ctx",er],["get",yo],["search",So],["eval",$m],["workspace",At],["workspace position",[]],["workspace snapshot",At],["workspace snapshot create",At],["workspace snapshot list",At],["workspace snapshot inspect",At],["workspace snapshot restore",At],["workspace snapshot delete",At],["next",ko],["aggregate",eo],["deps",wo],["graph",vo],["guide",bo],["reindex",_m],["history",to],["history-compact",Yl],["history-redact",Hl],["history-repair",Wl],["history-author-acknowledge",no],["merge",Vl],["schema",Jl],["profile",Xl],["plan",ro],["restore",ym],["delete",bm],["close",hm],["close-many",io],["append",ao],["claim",gm],["release",wm],["start-task",vm],["pause-task",km],["close-task",Sm],["comments",jl],["notes",ql],["learnings",Kl],["files",zl],["docs",Bl],["test",Tm],["test-all",Cm],["telemetry",Rm],["test-runs",Im],["gc",xm],["stats",co],["duplicates",lo],["validate",Om],["health",mo],["assurance",Pm],...Dm,["contracts",Eo],["completion",Ao],["activity",go],...[...wy].map(e=>[e,Zr])],xd=new Map(RO);function IO(e){let t=Sy.get(e);return t||(e.startsWith("test-runs ")?`test-runs-${e.slice(10)}`:e.startsWith("templates ")?`templates-${e.slice(10)}`:e)}function uy(e){return oa.includes(e)?fe(e):e.startsWith("extension-")?fe(`extension ${e.slice(10)}`):e.startsWith("package-")?fe(`package ${e.slice(8)}`):e.startsWith("item-")?fe(`item ${e.slice(5)}`):e.startsWith("test-runs-")?fe(`test-runs ${e.slice(10)}`):e.startsWith("templates-")?fe(`templates ${e.slice(10)}`):fi.has(e)?ky.get(e)??fe(e):null}function xO(e,t){return e.command_path===null?!1:_t(e.command_path).some(n=>n===t?!0:n.startsWith(`${t} `)||t.startsWith(`${n} `))}function _t(e){return e.split("|").map(t=>fe(t)).filter(t=>t.length>0)}function OO(e,t){let n=new Set(t),r=new Set;for(let o of e)if(o.command_path)for(let s of _t(o.command_path)){let i=s.split(" ").filter(a=>a.length>0);if(i.length!==0)for(let a=i.length;a>0;a-=1){let c=i.slice(0,a).join(" ");if(n.has(c)){r.add(c);break}}}return[...r].sort((o,s)=>o.localeCompare(s))}function pi(e){if(typeof e!="string")return;let t=e.trim().toLowerCase();return t.length>0?t:void 0}function Lr(e){let t=e.oneOf;return Array.isArray(t)?t.filter(n=>typeof n=="object"&&n!==null):[]}function PO(e,t){if(!t)return{...e};let r=Lr(e).filter(o=>{let s=o.properties;if(typeof s!="object"||s===null)return!1;let i=s.action;return typeof i!="object"||i===null?!1:i.const===t});return{...e,oneOf:r}}function Cd(e,t){let r=Lr(e).filter(o=>{let s=o.properties;if(typeof s!="object"||s===null)return!1;let i=s.action;if(typeof i!="object"||i===null)return!1;let a=i.const;return typeof a=="string"&&t.has(a)});return{...e,oneOf:r}}function fe(e){return e.trim().toLowerCase().split(/\s+/).filter(t=>t.length>0).join(" ")}function Cy(e){return e.replace(/\s+/g,"-")}function Qe(e){if(typeof e!="string")return null;let t=e.trim();return t.length>0?t:null}function py(e){if(!Array.isArray(e))return[];let t=[],n=new Set;for(let r of e){let o=Qe(r);!o||n.has(o)||(n.add(o),t.push(o))}return t}function Rd(e,t,n){n&&(e[t]=!0)}function fy(e,t){if(e==null)return null;if(typeof e!="string")throw new TypeError("Expected string for extension flag name.");let n=e.trim();return n.length===0?null:t==="long"?n.startsWith("--")&&n.length>2?n:null:n.startsWith("-")&&!n.startsWith("--")&&n.length>1?n:null}function LO(e){let t=fy(e.long,"long"),n=fy(e.short,"short"),r=t??n;if(!r)return null;let o={flag:r};n&&t&&(o.short=n),Rd(o,"required",e.required===!0),Rd(o,"repeatable",e.repeatable===!0),Rd(o,"list",e.list===!0);let s=Qe(e.description);s&&(o.description=s);let i=Qe(e.value_name);i&&(o.value_name=i);let a=[Qe(e.value_type),Qe(e.type),i?"string":null].find(c=>c==="string"||c==="number"||c==="boolean");return a&&(o.value_type=a),o}function Ry(e){let t=new Map;for(let r of e){let o=fe(r.target_command);if(o.length===0)continue;let s=t.get(o)??{flags:[],sources:[],dedupe:new Set,sourceDedupe:new Set},i=`${r.layer}:${r.name}`;s.sourceDedupe.has(i)||(s.sourceDedupe.add(i),s.sources.push({layer:r.layer,name:r.name}));for(let a of r.flags){let c=LO(a);if(!c)continue;let m=`${c.flag}|${c.short??""}`;s.dedupe.has(m)||(s.dedupe.add(m),s.flags.push(c))}t.set(o,s)}let n=new Map;for(let[r,o]of t.entries())n.set(r,{flags:o.flags,sources:o.sources.sort((s,i)=>{let a=s.layer.localeCompare(i.layer);return a!==0?a:(s.name??"").localeCompare(i.name??"")})});return n}function NO(e){let t=Ry(e.flagRegistrations),n=new Map;for(let s of e.commandDefinitions){let i=fe(s.command);if(i.length===0)continue;let a=Qe(s.action)??Cy(i),c=Array.isArray(s.arguments)?s.arguments.map(m=>{let u=Qe(m.name);return u?{name:u,required:m.required===!0,variadic:m.variadic===!0,description:Qe(m.description)}:null}).filter(m=>m!==null):[];n.set(i,{command:i,action:a,source:{layer:s.layer,name:s.name},description:Qe(s.description),intent:Qe(s.intent),arguments:c,flags:t.get(i)?.flags??[],examples:py(s.examples),failure_hints:py(s.failure_hints)})}let r=new Set;for(let s of e.handlers)r.add(fe(s));for(let s of n.keys())r.add(s);for(let s of t.keys())r.add(s);let o=[];for(let s of[...r].sort((i,a)=>i.localeCompare(a))){let i=n.get(s);o.push(FO(s,i,t.get(s)?.flags??[]))}return o}function FO(e,t,n){return t?{...t,flags:t.flags.length>0?t.flags:n}:{command:e,action:Cy(e),source:null,description:null,intent:null,arguments:[],flags:n,examples:[],failure_hints:[]}}function MO(e){let t=e.flag.replace(/^-+/,"").trim();if(t.length===0)return null;let r=t.replace(/-([a-z0-9])/g,(o,s)=>s.toUpperCase()).replace(/[^a-zA-Z0-9]/g,"");return r.length>0?r:null}function $O(e,t){return e.variadic?{type:"array",items:{type:"string"},description:e.description??`Variadic argument '${e.name}' for extension action '${t}'.`}:{type:"string",description:e.description??`Argument '${e.name}' for extension action '${t}'.`}}function DO(e,t){let n=e.value_type??"boolean",r=n==="boolean"?"boolean":n==="number"?["number","string"]:"string",o=e.repeatable===!0||e.list===!0;return{type:o?"array":r,...o?{items:{type:r}}:{},description:e.description??`Extension option '${e.flag}' for action '${t}'.`}}function UO(e){let t=e.command.split("|").map(o=>o.trim()).filter(o=>o.length>0),n={action:{type:"string",const:e.action,description:e.intent??e.description??`Invoke extension command '${e.command}'.`}},r=["action"];for(let o of e.arguments)n[o.name]=$O(o,e.action),o.required&&r.push(o.name);for(let o of e.flags){let s=MO(o);!s||n[s]!==void 0||(n[s]=DO(o,e.action),o.required===!0&&r.push(s))}return{type:"object",properties:n,required:r,additionalProperties:!0,"x-extension-source":e.source,"x-extension-command":t[0]??e.command,"x-extension-commands":t}}function GO(e,t){e.description??=t.description,e.value_name??=t.value_name,e.value_type??=t.value_type,t.required===!0&&(e.required=!0),t.repeatable===!0&&(e.repeatable=!0)}function jO(e){let t=new Map;for(let n of e){let r=t.get(n.action);if(!r){t.set(n.action,{...n,flags:[...n.flags],examples:[...n.examples],failure_hints:[...n.failure_hints]});continue}r.command=[...new Set([r.command,n.command])].sort((s,i)=>s.localeCompare(i)).join("|"),r.arguments=r.arguments.length>=n.arguments.length?r.arguments:n.arguments;let o=new Set(r.flags.map(s=>`${s.flag}|${s.short??""}`));for(let s of n.flags){let i=`${s.flag}|${s.short??""}`;if(!o.has(i))o.add(i),r.flags.push(s);else{let a=r.flags.find(c=>`${c.flag}|${c.short??""}`===i);a&&GO(a,s)}}r.examples=[...new Set([...r.examples,...n.examples])],r.failure_hints=[...new Set([...r.failure_hints,...n.failure_hints])]}return[...t.values()].sort((n,r)=>n.action.localeCompare(r.action))}async function qO(e,t=T){let n={mode:kt.extensions.policy.mode,trust_mode:kt.extensions.policy.trust_mode,default_sandbox_profile:kt.extensions.policy.default_sandbox_profile};if(e.noExtensions)return{handlers:new Set,disabledReason:"extensions_disabled",commandDefinitions:[],flagRegistrations:[],registrations:null,policyState:n};let r=E(process.cwd(),e.path);if(!await P(ae(r)))return{handlers:new Set,disabledReason:null,commandDefinitions:[],flagRegistrations:[],registrations:null,policyState:n};try{let o=await t(r),s=await Jr({pmRoot:r,settings:o,cwd:process.cwd(),noExtensions:!1}),i=await Xr({...s,loaded:s.loaded});return{handlers:new Set(i.commands.handlers.map(c=>fe(c.command))),disabledReason:null,commandDefinitions:i.registrations.commands,flagRegistrations:i.registrations.flags,registrations:i.registrations,policyState:{mode:s.policy.mode,trust_mode:s.policy.trust_mode,default_sandbox_profile:s.policy.default_sandbox_profile}}}catch{return{handlers:new Set,disabledReason:"extension_runtime_probe_failed",commandDefinitions:[],flagRegistrations:[],registrations:null,policyState:n}}}function KO(e,t={}){let n=new Map;for(let r of sa){let o=fi.has(r);if(o&&!t.includePackageOwnedActions)continue;let s=uy(r);n.set(r,{action:r,provider:o?"extension":"core",requires_extension:o,command_path:s})}if(t.includePackageOwnedActions)for(let r of fi)n.has(r)||n.set(r,{action:r,provider:"extension",requires_extension:!0,command_path:uy(r)});for(let r of e)n.has(r.action)||n.set(r.action,{action:r.action,provider:"extension",requires_extension:!0,command_path:fe(r.command)});return[...n.values()].sort((r,o)=>(r.action??"").localeCompare(o.action??""))}function zO(e,t){if(e.provider==="core"&&!e.requires_extension)return{action:e.action,invocable:!0,available:!0,requires_extension:!1,provider:"core",disabled_reason:null,command_path:e.command_path,cli_exposed:e.command_path!==null};let n=e.command_path?_t(e.command_path):[],r=n.some(i=>t.handlers.has(i)),o=n.map(i=>vy.get(i)).find(i=>typeof i=="string"),s=t.disabledReason===null&&r;return{action:e.action,invocable:s,available:s,requires_extension:!0,provider:"extension",disabled_reason:s?null:t.disabledReason??(o?`optional_package_not_installed:${o}`:"extension_command_not_registered"),command_path:e.command_path,cli_exposed:r,policy_state:{mode:t.policyState.mode,trust_mode:t.policyState.trust_mode,default_sandbox_profile:t.policyState.default_sandbox_profile}}}function Iy(e){return xd.get(e)??Qr}function BO(e){return Pr.has(e)?!1:xd.has(e)}function VO(e){return wy.has(e)?"list":e==="cal"?"calendar":e==="ctx"?"context":e==="update-many"?"update_many":e}function _y(e){let t=e.trim();return t?t.startsWith("--")?t:t.startsWith("-")?null:`--${t}`:null}function HO(e){let t=e.trim();return!t||t.startsWith("--")?null:t.startsWith("-")?t:null}function WO(e){let t=new Map;for(let r of e.definitions){let o=_y(r.cli_flag);if(!o)continue;let s=r.cli_aliases.map(a=>HO(a)).find(a=>a!==null),i=r.cli_aliases.map(a=>_y(a)).filter(a=>a!==null&&a!==o);for(let a of r.commands){let c=t.get(a)??{flags:[],seen:new Set},m=s?{flag:o,short:s}:{flag:o},u=`${m.flag}|${m.short??""}`;c.seen.has(u)||(c.seen.add(u),c.flags.push(m));for(let p of i){let f=`${p}|`;c.seen.has(f)||(c.seen.add(f),c.flags.push({flag:p}))}t.set(a,c)}}let n=new Map;for(let[r,o]of t.entries())n.set(r,ta(o.flags));return n}function hy(e,t){let n=[],r=new Set;for(let o of[...e,...t]){let s=`${o.flag}|${o.short??""}`;r.has(s)||(r.add(s),n.push(o))}return ta(n)}function YO(e,t,n,r){return e.map(o=>{let s=BO(o),i=s?Iy(o):[],a=n.get(VO(o))??[],c=t.get(o),m=hy(i,a),u=hy(m,c?.flags??[]),p=i.length>0&&(c?.flags.length??0)>0?"mixed":s?"core":"extension";return{command:o,flags:u,...r?{canonical_command:Id(o),visibility:Iu(Id(o)),positionals:Dl(o)?.slots??[],flag_invocations:Ru(o,u)}:{},provider:p,extension_sources:c?.sources}}).sort((o,s)=>o.command.localeCompare(s.command))}function JO(e,t=Jn){let n=new Set(e),r=new Map;for(let o of Ey){let s=o.aliases.filter(i=>n.has(i));r.set(o.canonical,{canonical:o.canonical,aliases:s,contracts:[]})}for(let o of t){if(!n.has(o.canonical)||o.registration==="commander"&&!n.has(o.alias))continue;let s=r.get(o.canonical)??{canonical:o.canonical,aliases:[],contracts:[]};s.aliases.includes(o.alias)||s.aliases.push(o.alias),s.contracts.push(o),r.set(o.canonical,s)}return[...r.values()].map(({contracts:o,...s})=>o.length===0?s:{...s,contracts:o}).sort((o,s)=>o.canonical.localeCompare(s.canonical))}function XO(){return{create_string_options:bu,create_repeatable_options:Po,update_string_options:wu,update_repeatable_options:vu,list_string_options:Ll,search_string_options:Nl,calendar_string_options:Fl,context_string_options:Ml,activity_string_options:$l}}function gy(e,t){let n=new Set(["title","type"]);if(t==="strict"){for(let a of e.required_create_fields)n.add(a);for(let a of e.required_create_repeatables)n.add(a)}let r=_n(e,"create",n),o=[...new Set(r.required)].sort((a,c)=>a.localeCompare(c)),s=[...new Set(o.map(a=>ye("create",a)))].sort((a,c)=>a.localeCompare(c)),i=[...new Set(e.options.filter(a=>a.required===!0).map(a=>a.key))].sort((a,c)=>a.localeCompare(c));return{required_option_keys:o,required_flags:s,required_type_options:i,policy_errors:[...new Set(r.errors)].sort((a,c)=>a.localeCompare(c))}}function QO(e){let t={},n={};for(let r of[...e.types].sort((o,s)=>o.localeCompare(s))){let o=e.by_type[r];t[r]=gy(o,"strict"),n[r]=gy(o,"progressive")}return{default_create_mode:"strict",by_create_mode:{strict:{by_type:t},progressive:{by_type:n}}}}function ZO(e,t){let n=Lr(e);if(n.length===0)return e;let r=!1,o=n.map(s=>{let i=s.properties;if(typeof i!="object"||i===null)return s;let a=i.action;return typeof a!="object"||a===null||a.const!=="create"?s:(r=!0,{...s,"x-create-required-options":t})});return r?{...e,oneOf:o}:e}function eP(e){let t=pi(e.action)!==void 0||pi(e.command)!==void 0,n=e.schemaOnly===!0||e.flagsOnly===!0||e.availabilityOnly===!0,r=e.summary===!0||e.full!==!0&&e.runtimeOnly!==!0&&!t&&!n,o=e.schemaOnly===!0,s=e.flagsOnly===!0,i=e.availabilityOnly===!0,a=e.runtimeOnly===!0,c=e.full===!0,m=pi(e.action),u=pi(e.command),p=!r&&!c&&!o&&!s&&!i&&!m&&!u;return{selectedAction:m,selectedCommand:u,summary:r,schemaOnly:o,flagsOnly:s,availabilityOnly:i,runtimeOnly:a,fullOutput:c,omitUnfilteredSchema:p,omitUnfilteredCommandFlags:p,omitUnfilteredCommanderAliases:p||u!==void 0&&!c}}function tP(e){if([e.summary,e.schemaOnly,e.flagsOnly,e.availabilityOnly].filter(n=>n).length>1)throw new l("Choose only one projection flag: --summary, --schema-only, --flags-only, or --availability-only.",d.USAGE)}async function nP(e,t=T){try{return await t(e)}catch{return structuredClone(kt)}}async function rP(e,t){let n=await nP(t),r=await qO(e),o=O(n,r.registrations??I()),s=We(n.schema),i=NO(r);return{settings:n,runtimeProbe:r,typeRegistry:o,statusRegistry:$(n.schema),runtimeFieldRegistry:s,runtimeFieldFlagMap:WO(s),createRequiredOptionContracts:QO(o),extensionContracts:i,mergedExtensionContracts:jO(i),extensionFlagMap:Ry(r.flagRegistrations)}}function yy(e){return e.availabilityOnly&&(e.selectedAction!==void 0&&fi.has(e.selectedAction)||e.selectedCommand!==void 0&&Pr.has(e.selectedCommand))}function oP(e,t){let n=KO(t,{includePackageOwnedActions:yy(e)});if(e.selectedAction===void 0&&e.selectedCommand===void 0){let r=new Set(mu);return n.filter(o=>!r.has(o.action))}return yy(e)&&e.selectedCommand!==void 0&&Pr.has(e.selectedCommand)&&!n.some(r=>r.command_path===e.selectedCommand)&&n.push({action:IO(e.selectedCommand),provider:"extension",requires_extension:!0,command_path:e.selectedCommand}),n}function sP(e,t){let n=new Set(t.map(r=>r.action));if(e.selectedAction&&!n.has(e.selectedAction))throw new l(`Unknown action: "${e.selectedAction}".`,d.USAGE)}function iP(e,t){return[...new Set([...oa.filter(n=>!Pr.has(n)),...[...xd.keys()].filter(n=>!Pr.has(n)),...e.flatMap(n=>n.command_path?_t(n.command_path):[]),...t.flatMap(n=>n.command.split("|"))])].map(n=>fe(n)).filter(n=>n.length>0).sort((n,r)=>n.localeCompare(r))}function aP(e,t){let n=t.slice(0,AO),r=t.length-n.length,o=r>0?`${n.join(", ")}, and ${r} more`:n.join(", "),s=t.slice(0,TO),i=t.slice(0,5).map(c=>`pm contracts --command "${c}" --flags-only --json`),a=t[0];return new l(`Command "${e}" is a command namespace. Choose a concrete child command: ${o}.`,d.USAGE,{code:"command_namespace",required:"Use a concrete child command path listed under this namespace.",why:"Command groups expose help at the namespace root, but command flag contracts belong to executable child commands.",examples:i,nextSteps:[`Retry with a child command, for example: ${i[0]}`],recovery:{suggested_retry:`pm contracts --command "${a}" --flags-only --json`,fallback_candidates:s.map(c=>({source:"command_namespace",command:`pm contracts --command "${c}" --flags-only --json`,reason:`Child command under ${e}`}))}})}function cP(e,t){return new l(`Unknown command: "${e}". Command "${e}" is provided by the optional "${t}" package. Run "pm install ${t} --project" and retry.`,d.USAGE,{code:"unknown_command",required:`Install the optional "${t}" package, or choose a command from pm contracts --flags-only --json.`,why:"Command contracts include core commands plus commands registered by active packages and extensions.",examples:[`pm install ${t} --project`,`pm contracts --command ${e} --flags-only --json`],nextSteps:[`Install the optional package first: pm install ${t} --project`],recovery:{suggested_retry:`pm install ${t} --project`}})}function dP(e){return new l(`Unknown command: "${e}".`,d.USAGE,{code:"unknown_command",required:"Use a command path listed by pm contracts --flags-only --json.",why:"Command contracts are generated from the active core, package, and extension command registry.",examples:["pm contracts --flags-only --json","pm --help"],nextSteps:["Verify spelling and active packages/extensions, then rerun with a known command path."],recovery:{suggested_retry:"pm contracts --flags-only --json"}})}function lP(e,t){if(!e.selectedCommand||new Set(t).has(e.selectedCommand))return;let r=t.filter(s=>s.startsWith(`${e.selectedCommand} `));if(r.length>0)throw aP(e.selectedCommand,r);let o=vy.get(e.selectedCommand);throw o?cP(e.selectedCommand,o):dP(e.selectedCommand)}function mP(e,t){let n=oP(e,t.mergedExtensionContracts);sP(e,n);let r=iP(n,t.mergedExtensionContracts);lP(e,r);let o=e.selectedCommand?Sy.get(e.selectedCommand):void 0,s=e.selectedCommand?n.filter(m=>o?m.action===o:xO(m,e.selectedCommand)):n;if(e.selectedCommand&&e.selectedAction&&!s.some(m=>m.action===e.selectedAction))throw new l(`Action "${e.selectedAction}" is not mapped to command "${e.selectedCommand}" in contracts output.`,d.USAGE);let i=e.selectedAction?s.filter(m=>m.action===e.selectedAction):s,a=[...new Map(i.map(m=>zO(m,t.runtimeProbe)).map(m=>[o?m.action:`${m.action}|${m.command_path??""}`,m])).values()],c=e.runtimeOnly&&!e.selectedAction&&!e.availabilityOnly?a.filter(m=>m.invocable):a;return{actionDescriptors:n,commandCatalog:r,commandScopedDescriptors:s,scopedActionDescriptors:i,selectedPackageOwnedAction:o,actionAvailability:c,actions:[...new Set(c.map(m=>m.action))]}}function uP(e){return new Set(Lr(e).map(t=>{let n=t.properties;if(typeof n!="object"||n===null)return null;let r=n.action;if(typeof r!="object"||r===null)return null;let o=r.const;return typeof o=="string"?o:null}).filter(t=>t!==null))}function pP(e){let t=hu,n=Lr(t),r=uP(t),o=e.filter(s=>!r.has(s.action)).map(s=>UO(s));return o.length>0?{...t,oneOf:[...n,...o]}:t}function by(e,t,n){let r=new Set(t.actionDescriptors.map(s=>s.action)),o=e.selectedAction?PO(n,e.selectedAction):e.selectedCommand?Cd(n,new Set(t.scopedActionDescriptors.map(s=>s.action))):Cd(n,r);return e.runtimeOnly&&!e.selectedAction?Cd(o,new Set(t.actions)):o}function fP(e,t,n){let r=pP(t.mergedExtensionContracts),s=!e.flagsOnly&&!e.availabilityOnly?ZO(by(e,n,r),t.createRequiredOptionContracts):by(e,n,r);return{mergedSchema:r,filteredSchema:s}}function _P(e,t){return e.selectedCommand!==void 0?[e.selectedCommand]:e.selectedAction?OO(t.scopedActionDescriptors,t.commandCatalog):t.commandCatalog}function hP(e,t){if(e.selectedCommand!==void 0||e.selectedAction!==void 0)return t;let n=new Set(Jn.filter(r=>r.hidden&&r.lifecycle==="deprecated").map(r=>r.alias));return t.filter(r=>!n.has(r))}function Id(e){let t=e.split(" ")[0];return t.startsWith("list-")?"list":t.startsWith("history-")?"history":Ay.get(t)??t}var gP=new Map([["activate","Activate"],["adopt","Adopt"],["adopt-all","Adopt all"],["catalog","Catalog"],["complete","Complete"],["create","Create"],["deactivate","Deactivate"],["delete","Delete"],["describe","Describe"],["doctor","Diagnose"],["explore","Explore"],["init","Initialize"],["inspect","Inspect"],["install","Install"],["list","List"],["manage","Manage"],["migrate","Migrate"],["mutate","Mutate"],["reload","Reload"],["restore","Restore"],["run","Run"],["snapshot","Manage snapshots for"],["uninstall","Uninstall"],["upgrade","Upgrade"]]),yP=new Map([["extension adopt-all","extensions"],["package adopt-all","packages"],["workspace snapshot list","workspace snapshots"]]);function bP(e,t){let n=my.get(e)??(e.includes(" ")?void 0:my.get(Id(e)));if(n!==void 0)return{intent:n,intent_source:"command"};let r=t.find(m=>_t(m.command).includes(e));if(r?.intent!==null&&r?.intent!==void 0)return{intent:r.intent,intent_source:"command"};if(r?.description!==null&&r?.description!==void 0)return{intent:r.description,intent_source:"description"};let o=e.split(" "),s=o.at(-1),i=o.slice(0,-1).join(" "),a=gP.get(s),c=yP.get(e)??i;return{intent:a===void 0||i.length===0?`Run ${e}.`:`${a} ${c}.`,intent_source:"generated"}}function wP(e,t=[],n={}){let r=n.includeFormatBudgets??!0,o=n.includeIntentProvenance??!0;return[...new Set(e.map(fe))].filter(s=>s.length>0).sort((s,i)=>s.localeCompare(i)).map(s=>{let i=aa(s,{generateFallback:!0}),a=s.split(" ")[0],c=Ay.get(a)??(a.startsWith("list-")?"list":a.startsWith("history-")?"history":a),m=new Set([...Iy(s).map(f=>f.flag),...t.filter(f=>_t(f.command).includes(s)).flatMap(f=>f.flags.map(_=>_.flag))]),u=(ly.get(s)??ly.get(c)??EO).filter(f=>m.has(f)),p=bP(s,t);return{command:s,intent:p.intent,...o||p.intent_source!=="command"?{intent_source:p.intent_source}:{},...u.length>0?{flags:u}:{},default_max_estimated_tokens:i.default_max_estimated_tokens,...r?{default_max_estimated_tokens_by_format:{...i.default_max_estimated_tokens_by_format}}:{}}})}function vP(e){return e.map(t=>({budget:aa(t,{generateFallback:!0}),envelope:Pu(t)}))}function kP(e){let t=new Map;for(let n of e){let r=Su(n),o=r===void 0?[d.SUCCESS,d.GENERIC_FAILURE,d.USAGE,d.NOT_FOUND,d.CONFLICT,d.DEPENDENCY_FAILED]:r.exit_codes,s=o.join(","),i=t.get(s)??{commands:[],exit_codes:o};i.commands.push(n),t.set(s,i)}return[...t.values()]}function SP(e,t,n){if(e.selectedCommand)return t.extensionContracts.filter(r=>_t(r.command).includes(e.selectedCommand));if(e.selectedAction){let r=new Set(n);return t.extensionContracts.filter(o=>_t(o.command).some(s=>r.has(s)))}return t.extensionContracts}function EP(e,t,n,r){return{schema_version:typeof t.mergedSchema["x-schema-version"]=="string"?t.mergedSchema["x-schema-version"]:null,schema_id:typeof t.mergedSchema.$id=="string"?t.mergedSchema.$id:null,selected:{action:e.selectedAction??null,command:e.selectedCommand??null,summary:e.summary,schema_only:e.schemaOnly,flags_only:e.flagsOnly,availability_only:e.availabilityOnly,runtime_only:e.runtimeOnly,command_scoped:e.selectedCommand!==void 0},commands:e.summary?[]:r,...!e.summary&&!e.flagsOnly?{actions:n.actions,action_availability:n.actionAvailability}:{}}}function AP(e,t,n){let r=n.selectedCommand;e.runtime_schema={statuses:t.statusRegistry.definitions.map(o=>o.id),open_status:t.statusRegistry.open_status,close_status:t.statusRegistry.close_status,canceled_status:t.statusRegistry.canceled_status,types:[...t.typeRegistry.types],fields_by_command:Object.fromEntries([...t.runtimeFieldRegistry.command_to_fields.entries()].filter(([o])=>r===void 0||o===r).map(([o,s])=>[o,[...new Set(s.map(i=>`--${i.cli_flag}`))].sort((i,a)=>i.localeCompare(a))]))},!(r!==void 0&&!n.fullOutput)&&(e.extension_contracts={capabilities:[...nu],services:[...ru],policy_modes:[...ou],policy_mode_scope:"extensions.policy.mode",policy_surfaces:[...au],trust_modes:[...su],trust_mode_scope:"extensions.policy.trust_mode",sandbox_profiles:[...iu],manifest_versions:[1,2],compatibility:{current:"v2",previous:["v1"],breaking_strategy:"versioned_breaking"}},e.governance_contracts={ownership_enforcement_modes:[...ll],create_modes:[...ml],close_validation_modes:[...ul],workflow_enforcement_modes:[...pl]},e.relationship_kind_contracts=[...wl,...(t.runtimeProbe.registrations?.relationship_kinds??[]).flatMap(o=>o.definitions)].sort((o,s)=>o.kind.localeCompare(s.kind)).map(o=>({canonical:o.kind,aliases:[...o.aliases??[]],...o.inverse===void 0?{}:{inverse:o.inverse},ordering:o.ordering,hierarchy:o.hierarchy})))}function TP(e,t,n,r){if(!(t.flagsOnly||t.availabilityOnly)){if(!t.omitUnfilteredSchema){e.schema=n.filteredSchema,e.extension_commands=r;return}e.schema_omitted_reason="unfiltered_default_brief",e.extension_commands=r}}function CP(e,t,n,r,o){if(!(t.schemaOnly||t.availabilityOnly)){if(t.omitUnfilteredCommandFlags)e.command_flags_omitted_reason="unfiltered_default_brief";else{e.command_flags=YO(r,n.extensionFlagMap,n.runtimeFieldFlagMap,t.selectedCommand!==void 0);let s=new Set(r);e.list_projections=Object.entries(Fu).filter(([i])=>s.has(i)).map(([i,a])=>({command:i,default:a,brief_fields:[...Nu],compact_fields:[...Lu]}))}e.command_aliases=o}}function RP(e,t){if(!(t.schemaOnly||t.flagsOnly||t.availabilityOnly)){if(!t.omitUnfilteredCommanderAliases){e.commander_aliases=XO();return}e.commander_aliases_omitted_reason=t.selectedCommand?"command_scoped":"unfiltered_default_brief"}}function IP(e,t,n,r){e.command_summaries=wP(t,n,{includeFormatBudgets:r.includeFormatBudgets,includeIntentProvenance:r.includeIntentProvenance}),e.output_policy={token_estimate:"ceil(utf8_bytes / 4)",degradation_ladder:[...uu],allows_unbounded_opt_out:!0},e.output_projection_contracts={global_ladder_field:"output_policy.degradation_ladder",global_ladder_scope:"union_not_per_command",discovery:"pm contracts --command <command> --summary",...r.includeProjectionModeMatrix?{commands:[...new Set(t.map(fe))].filter(o=>da(o)!==void 0).sort((o,s)=>o.localeCompare(s)).map(o=>({command:o,modes:[...fu(o).keys()]}))}:{}},e.grammar_contracts={nouns:zt.nouns,shared_verbs:zt.shared_verbs,scope_before_verb:zt.scope_before_verb,visible_top_level_ceiling:zt.visible_top_level_ceiling,ceiling_raise_requires_pm_item:zt.ceiling_raise_requires_pm_item,positional_shape_budget:zt.positional_shape_budget,positional_shape_count:new Set(ea.map(({slots:o})=>Gl(o))).size,positional_action_count:Zi.length,positional_action_parents:[...new Set(Zi.map(({parent:o})=>o))].sort((o,s)=>o.localeCompare(s)),...r.includePositionalSignatures?{positional_signatures:ea}:{}}}async function xy(e,t){let n=eP(e);tP(n);let r=E(process.cwd(),t.path),o=await rP(t,r),s=mP(n,o),i=fP(n,o,s),a=_P(n,s),c=hP(n,a),m=EP(n,i,s,c),u=SP(n,o,c),p=n.fullOutput||n.selectedCommand!==void 0;if((n.summary||n.fullOutput)&&IP(m,c,u,{includeFormatBudgets:p,includeIntentProvenance:p,includePositionalSignatures:p,includeProjectionModeMatrix:p}),n.summary)return m;let f=JO(s.commandCatalog);return n.flagsOnly&&!n.fullOutput||AP(m,o,n),TP(m,n,i,u),CP(m,n,o,c,f),RP(m,n),(n.selectedCommand==="assurance"||n.fullOutput)&&(m.assurance_contracts={measurement_source_kinds:[...Lp],gate_triggers:[...Pp]}),n.fullOutput&&m.grammar_contracts&&(m.grammar_contracts.destinations=Ul),n.fullOutput&&!n.schemaOnly&&!n.flagsOnly&&!n.availabilityOnly&&(m.mcp_tools=dy(),m.context_intents=Eu(),m.read_output_dimensions=ca,m.error_codes=Cu,m.command_output_contracts=vP(c),m.diagnostic_output_contracts=pu,m.command_exit_contracts={vocabulary:ku,command_sets:kP(c)}),m}import uL from"node:fs/promises";import Wy 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]="ed44fc89-8b6e-5c83-a4f4-ced4e9031dac")}catch{}})();function _i(e,t,n,r,o,s="min"){let i=o==="min"?e-t:t-e,a=s==="min"?n.localeCompare(r??n):(r??n).localeCompare(n);return i<0||i===0&&r!==null&&a<0}function xP(e,t){let n=Buffer.byteLength(t,"utf8"),r=0,o=null,s=null,i=Number.POSITIVE_INFINITY,a=Number.NEGATIVE_INFINITY;for(let c of t.split(/\r?\n/)){let m=c.trim();if(m==="")continue;r+=1;let u;try{u=JSON.parse(m)}catch{continue}if(u===null||typeof u!="object"||!("ts"in u)||typeof u.ts!="string")continue;let p=u.ts,f=Date.parse(p);Number.isNaN(f)||(_i(f,i,p,o,"min")&&(i=f,o=p),_i(f,a,p,s,"max","max")&&(a=f,s=p))}return{id:e,bytes:n,lines:r,oldest_ts:o,newest_ts:s}}function Oy(e,t){let n=t?.topN??5,r=Math.max(0,Math.floor(n)),o=e.map(({id:_,raw:h})=>xP(_,h)),s=0,i=0,a=null,c=null,m=Number.POSITIVE_INFINITY,u=Number.NEGATIVE_INFINITY;for(let _ of o){if(s+=_.lines,i+=_.bytes,_.oldest_ts!==null){let h=Date.parse(_.oldest_ts);_i(h,m,_.id,a?.id??null,"min")&&(m=h,a={id:_.id,ts:_.oldest_ts})}if(_.newest_ts!==null){let h=Date.parse(_.newest_ts);_i(h,u,_.id,c?.id??null,"max")&&(u=h,c={id:_.id,ts:_.newest_ts})}}let p=r===0?[]:[...o].sort((_,h)=>h.bytes-_.bytes||_.id.localeCompare(h.id)).slice(0,r),f=r===0?[]:[...o].sort((_,h)=>h.lines-_.lines||_.id.localeCompare(h.id)).slice(0,r);return{total_streams:e.length,total_lines:s,total_bytes:i,largest_by_bytes:p,deepest_by_lines:f,oldest_entry:a,newest_entry:c}}import{createHash as PP}from"node:crypto";import{execFile as LP}from"node:child_process";import Ny from"node:path";import{promisify as NP}from"node:util";(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]="939d5f93-d287-5c1c-bc78-d013f76735f2")}catch{}})();var Py=1;function OP(e){if(typeof e!="object"||e===null)return!1;let t=e;return typeof t.id=="string"&&typeof t.metric=="string"&&typeof t.value=="number"&&Number.isFinite(t.value)&&["higher","lower","target"].includes(String(t.direction))&&typeof t.observed_at=="string"&&typeof t.revision=="string"&&["caller","git","unversioned"].includes(String(t.revision_source))&&typeof t.author=="string"?t.direction!=="target"||typeof t.threshold=="number"&&Number.isFinite(t.threshold):!1}function Od(e){if(e===null)return{format_version:Py,observations:[]};let t;try{t=JSON.parse(e)}catch{throw new l("Improvement ledger contains invalid JSON.",d.GENERIC_FAILURE,{code:"invalid_improvement_ledger"})}if(typeof t!="object"||t===null||Array.isArray(t)||t.format_version!==Py||!Array.isArray(t.observations))throw new l("Improvement ledger has an unsupported shape or format version.",d.GENERIC_FAILURE,{code:"invalid_improvement_ledger"});let n=t.observations;for(let r of n)if(!OP(r))throw new l("Improvement ledger contains an invalid observation.",d.GENERIC_FAILURE,{code:"invalid_improvement_ledger"});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]="c2e1edc9-c454-5cfa-85c8-e9fb0a76a296")}catch{}})();var FP=NP(LP),MP=50,Ly=1e3,$P=/^[a-z0-9](?:[a-z0-9._/-]{0,126}[a-z0-9])?$/u;function Fy(e){let t=e.trim().toLowerCase();if(!$P.test(t))throw new l(`Invalid metric name "${e}"; use 1-128 lowercase letters, digits, dots, slashes, underscores, or hyphens.`,d.USAGE,{code:"invalid_improvement_metric"});return t}function DP(e){let t=e??"lower";if(!["higher","lower","target"].includes(t))throw new l("Improvement direction must be higher, lower, or target.",d.USAGE,{code:"invalid_improvement_observation"});return t}function Nr(e,t){let n=e?.trim();if(n){if(n.length>256)throw new l(`${t} must not exceed 256 characters.`,d.USAGE,{code:"invalid_improvement_observation"});return n}}function UP(e){let t=e??MP;if(!Number.isSafeInteger(t)||t<0||t>Ly)throw new l(`Improvement observation limit must be an integer from 0 to ${Ly}.`,d.USAGE,{code:"invalid_improvement_observation_limit"});return t}function My(e,t){let n=Date.parse(e);if(!Number.isFinite(n))throw new l(`${t} must be an ISO timestamp.`,d.USAGE,{code:"invalid_improvement_observation_timestamp"});return new Date(n).toISOString()}async function GP(e,t,n){if(!Number.isFinite(n.value))throw new l("Improvement observation value must be finite.",d.USAGE,{code:"invalid_improvement_observation"});let r=Fy(n.metric),o=DP(n.direction);if(n.threshold!==void 0&&!Number.isFinite(n.threshold)||o==="target"&&n.threshold===void 0)throw new l("Target-directed observations require a finite threshold.",d.USAGE,{code:"invalid_improvement_observation"});let s=await qP(e,n.revision),i=Nr(n.source,"source"),a=Nr(n.itemId,"itemId"),c=Nr(n.unit,"unit"),m=Nr(n.idempotencyKey,"idempotencyKey")??(s.revision_source==="unversioned"?void 0:[s.revision,r,i??"manual",a??"workspace"].join(":")),u={metric:r,value:n.value,direction:o,...c===void 0?{}:{unit:c},...n.threshold===void 0?{}:{threshold:n.threshold},observed_at:My(n.observedAt??k(),"observedAt"),...s,author:C(n.author,t.author_default),...a===void 0?{}:{item_id:a},...i===void 0?{}:{source:i},...m===void 0?{}:{idempotency_key:m}};return{id:PP("sha256").update(V(u)).digest("hex").slice(0,24),...u}}function jP(e,t){let n=t.idempotency_key?e.observations.find(o=>o.idempotency_key===t.idempotency_key):e.observations.find(o=>o.id===t.id);if(n){if(n.metric!==t.metric||n.value!==t.value||n.direction!==t.direction||n.threshold!==t.threshold||n.unit!==t.unit)throw new l(`Improvement observation retry key already records a different value for ${t.metric}.`,d.CONFLICT,{code:"improvement_observation_conflict"});return n}let r=e.observations.find(o=>o.metric===t.metric);if(r&&(r.direction!==t.direction||r.unit!==t.unit||t.direction==="target"&&r.threshold!==t.threshold))throw new l(`Metric ${t.metric} is already declared with direction ${r.direction} and unit ${r.unit??"<none>"}.`,d.CONFLICT,{code:"improvement_metric_contract_conflict"})}async function qP(e,t){let n=Nr(t,"revision");if(n)return{revision:n,revision_source:"caller"};try{return{revision:(await FP("git",["rev-parse","--verify","HEAD^{commit}"],{cwd:yl(e),encoding:"utf8",timeout:5e3})).stdout.trim(),revision_source:"git"}}catch{}return{revision:"unversioned",revision_source:"unversioned"}}function KP(e){let t=e[0],n=e[e.length-1],r=n.value-t.value,o=n.direction==="higher"?r>0:n.direction==="lower"?r<0:Math.abs(n.value-n.threshold)<Math.abs(t.value-t.threshold);return{metric:n.metric,direction:n.direction,baseline:t,latest:n,delta:r,improved:o,sample_count:e.length}}async function $y(e,t={}){let n=E(process.cwd(),t.path);await R(n);let r=await T(n),o=await GP(n,r,e),s=Ny.join(n,"improvement-ledger.json"),i=await Qu({pmRoot:n,filePath:s,op:"improvement_observe",author:o.author,lockTtlSeconds:r.locks.ttl_seconds,lockWaitMs:r.locks.wait_ms,message:e.message??`Record ${o.metric}=${String(e.value)} improvement observation`,mutate:a=>{let c=Od(a),m=jP(c,o);return m?{raw:a,result:m}:(c.observations.push(o),c.observations.sort((u,p)=>u.observed_at.localeCompare(p.observed_at)||u.metric.localeCompare(p.metric)||u.id.localeCompare(p.id)),{raw:`${V(c)}
45
- `,result:o})}});return{changed:i.changed,observation:i.result,ledger_path:"improvement-ledger.json"}}async function Dy(e={}){let t=E(e.cwd??process.cwd(),e.pmRoot);await R(t);let n=e.metric===void 0?void 0:Fy(e.metric),r=e.since===void 0?void 0:My(e.since,"since"),o=UP(e.limit),i=Od(await q(Ny.join(t,"improvement-ledger.json"))).observations.filter(c=>(n===void 0||c.metric===n)&&(e.itemId===void 0||c.item_id===e.itemId)&&(r===void 0||c.observed_at>=r)),a=new Map;for(let c of i){let m=a.get(c.metric)??[];m.push(c),a.set(c.metric,m)}return{observations:[...i].reverse().slice(0,o),total:i.length,truncated:i.length>o,trends:[...a].map(([,c])=>KP(c)).sort((c,m)=>c.metric.localeCompare(m.metric)),source:"audited_workspace_singleton"}}(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]="6162845d-f4b4-5d1f-a210-ddef1a5c38f6")}catch{}})();function Uy(e){return e.agent_episode!==void 0?{id:e.agent_episode.id,source:"declared"}:{id:e.agent_instance?`inferred:instance:${e.agent_instance}`:`inferred:author:${e.author}:${e.ts.slice(0,13)}`,source:"inferred"}}function zP(e,t,n){let r=t,o=new Set([e.id]);for(;r!==void 0&&!o.has(r.id);)o.add(r.id),r=r.parent_id?n.get(r.parent_id):void 0;return r===void 0}function BP(e){let t=[e];for(;t.length>0;){let n=t.pop();n.sort((r,o)=>r.entries[0].ts.localeCompare(o.entries[0].ts)||r.id.localeCompare(o.id)),t.push(...n.map(r=>r.children))}}function Pd(e=tr,t=wn){return t.map(n=>{let r=e.filter(o=>((n==="model"?o.model_environment_keys:o.provenance_environment_keys?.[n])?.length??0)>0||o.provenance_resolvers?.[n]!==void 0).map(o=>o.harness).sort();return{dimension:n,harnesses:r,covered:r.length>0}})}function VP(e,t=1){let n=new Map;for(let r of e){if(!r.agent_harness)continue;let o=n.get(r.agent_harness)??{harness:r.agent_harness,entries:0,observed:0,unavailable:0,legacy_missing:0};o.entries+=1,r.agent_model||r.agent_provenance?.model&&r.agent_provenance.model.value.length>0?o.observed+=1:r.agent_provenance?.model===null?o.unavailable+=1:o.legacy_missing+=1,n.set(r.agent_harness,o)}return[...n.values()].map(r=>{let o=r.observed+r.unavailable;return{...r,coverage:o===0?null:r.observed/o,inert:o>=t&&r.observed===0}}).sort((r,o)=>r.harness.localeCompare(o.harness))}function Ld(e,t=wn,n=1){let r=new Map;for(let o of e)if(o.agent_harness)for(let s of t){let i=`${o.agent_harness}\0${s}`,a=r.get(i)??{harness:o.agent_harness,dimension:s,entries:0,observed:0,unavailable:0,legacy_missing:0};a.entries+=1;let c=o.agent_provenance?.[s];c!=null&&c.value.length>0?a.observed+=1:c===null?a.unavailable+=1:a.legacy_missing+=1,r.set(i,a)}return[...r.values()].map(o=>{let s=o.observed+o.unavailable;return{...o,coverage:s===0?null:o.observed/s,inert:s>=n&&o.observed===0}}).sort((o,s)=>o.harness.localeCompare(s.harness)||o.dimension.localeCompare(s.dimension))}function HP(e,t={}){let n=t.minimumCoverage??.8,r=t.minimumEntries??5;if(![Number.isFinite(n),n>=0,n<=1].every(Boolean))throw new RangeError("Semantic attribution minimum coverage must be from 0 to 1.");if(![Number.isSafeInteger(r),r>=1].every(Boolean))throw new RangeError("Semantic attribution minimum entries must be a positive integer.");let o=new Map;for(let c of e)if(c.agent_harness)for(let m of["role","topic"]){let u=`${c.agent_harness}\0${m}`,p=o.get(u)??{harness:c.agent_harness,dimension:m,entries:0,observed:0,by_source:{},coverage:0};p.entries+=1;let f=c.agent_provenance?.[m];f?.value&&(p.observed+=1,p.by_source[f.source]=(p.by_source[f.source]??0)+1),o.set(u,p)}let s=[...o.values()].map(c=>({...c,coverage:c.observed/c.entries,by_source:Object.fromEntries(Object.entries(c.by_source).sort(([m],[u])=>m.localeCompare(u)))})).sort((c,m)=>c.harness.localeCompare(m.harness)||c.dimension.localeCompare(m.dimension)),i=s.filter(c=>c.entries>=r),a=i.filter(c=>c.coverage<n).map(c=>`${c.harness}:${c.dimension}`);return{passed:i.length>0&&a.length===0,minimum_coverage:n,minimum_entries:r,rows:s,failures:a}}function WP(e){let t=[...e].sort((s,i)=>s.ts.localeCompare(i.ts)||s.author.localeCompare(i.author)||s.op.localeCompare(i.op)||s.before_hash.localeCompare(i.before_hash)||s.after_hash.localeCompare(i.after_hash)),n=new Map,r=new Map;for(let s of t){let i=s.agent_episode,a=Uy(s),c=`${a.source}:${a.id}`,m=n.get(c);if(m){m.entries.push(s);continue}let u={id:a.id,...i?.label===void 0?{}:{label:i.label},...i?.parent_id===void 0?{}:{parent_id:i.parent_id},source:a.source,entries:[s],children:[]};n.set(c,u),i!==void 0&&r.set(a.id,u)}let o=[];for(let s of n.values()){let i=s.parent_id?r.get(s.parent_id):void 0;i&&zP(s,i,r)?i.children.push(s):o.push(s)}return BP(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]="f0e89b0b-ccd1-5dbb-afad-119d5a98590a")}catch{}})();var YP=1e4,Gy=1e5,JP=1e3,XP=30,QP=["append","comment","docs","file","learning","note","test_run"];function ZP(e){let t=e??YP;if(!Number.isSafeInteger(t)||t<1||t>Gy)throw new l(`History analytics event limit must be an integer from 1 to ${Gy}.`,d.USAGE,{code:"invalid_history_analytics_limit"});return t}function jy(e){let t=e??5;if(!Number.isSafeInteger(t)||t<1||t>1e4)throw new l("History analytics minimum sample must be an integer from 1 to 10000.",d.USAGE,{code:"invalid_history_analytics_minimum_sample"});return t}function eL(e){let t=e?.trim();if(!t)return new Date(Date.now()-XP*864e5).toISOString();let n=/^-(\d+)([dh])$/u.exec(t);if(n){let o=Number(n[1]),s=n[2]==="d"?864e5:36e5;if(!Number.isSafeInteger(o)||o<1)throw new l("History analytics --since duration must be positive.",d.USAGE,{code:"invalid_history_analytics_since"});return new Date(Date.now()-o*s).toISOString()}let r=Date.parse(t);if(!Number.isFinite(r))throw new l("History analytics --since must be an ISO timestamp or negative duration such as -30d.",d.USAGE,{code:"invalid_history_analytics_since"});return new Date(r).toISOString()}async function qy(e,t){let n=ZP(t.eventLimit),r=eL(t.since),o=[],s=r,i=!1;for(;o.length<n;){let a=await ai({pmRoot:e,since:s,limit:Math.min(JP,n-o.length),full:!0}),c=a.events.map(m=>({item_id:m.item_id,entry:m.entry}));if(o.push(...c),i=a.has_more,s=a.next_cursor,!a.has_more)break}return{events:o,receipt:{since:r,events:o.length,truncated:i,...i?{next_cursor:s}:{},source:"history_event_index"}}}function tL(e,t){return t==="harness"?e.agent_harness:t==="author_source"?e.author_source:e.agent_model??e.agent_provenance?.model?.value}function nL(e){for(let t=e.patch.length-1;t>=0;t-=1){let n=e.patch[t];if(n.path==="/metadata/status"&&"value"in n&&typeof n.value=="string")return n.value}}function rL(e){return QP.some(t=>e.startsWith(t))}function Ky(e,t){let n=e.get(t);if(n)return n;let r={events:0,stateEvents:0,annotationEvents:0,closes:0,reopens:0,defectEscapes:0};return e.set(t,r),r}function oL(e,t,n){let r=new Map,o=new Map,s=new Map;for(let i of t){let a=tL(i.entry,e),c=nL(i.entry),m=o.get(i.item_id)===!0,u=c===void 0?m:n.has(c);if(c!==void 0&&o.set(i.item_id,u),!a)continue;let p=Ky(r,a);p.events+=1,rL(i.entry.op)?p.annotationEvents+=1:p.stateEvents+=1,c!==void 0&&!m&&u?(p.closes+=1,s.set(i.item_id,a)):c!==void 0&&m&&!u&&(p.reopens+=1)}return{buckets:r,lastCloseValue:s}}function sL(e,t,n){for(let r of n){if(r.type!=="Issue")continue;let o=new Set((r.dependencies??[]).filter(s=>s.kind==="discovered_from").map(s=>s.id));for(let s of o){let i=t.get(s);i&&(Ky(e,i).defectEscapes+=1)}}}function iL(e,t,n,r){let o=t.closes>=n?"available":"insufficient";return{value:e,events:t.events,state_events:t.stateEvents,annotation_events:t.annotationEvents,closes:t.closes,reopens:t.reopens,defect_escapes:t.defectEscapes,throughput_per_day:o==="available"?t.closes/r:null,rework_rate:o==="available"?t.reopens/t.closes:null,defect_escape_rate:o==="available"?t.defectEscapes/t.closes:null,sample_status:o}}function aL(e,t,n,r,o,s){let{buckets:i,lastCloseValue:a}=oL(e,t,r);return sL(i,a,n),{dimension:e,status:i.size===0?"unavailable":"available",rows:[...i].map(([c,m])=>iL(c,m,o,s)).sort((c,m)=>m.events-c.events||c.value.localeCompare(m.value))}}function cL(e,t){let n=e[0]?.entry.ts??t,r=e[e.length-1]?.entry.ts??n,o=Date.parse(n),s=Date.parse(r);return!Number.isFinite(o)||!Number.isFinite(s)?1:Math.max(1,(s-o)/864e5)}function dL(e,t,n){let r=Pd(t),o=Ld(e,wn,n),s=o.filter(a=>a.inert).map(a=>({harness:a.harness,dimension:a.dimension,explicit_samples:a.observed+a.unavailable})),i=r.filter(a=>!a.covered).map(a=>a.dimension);return{descriptors:r,observations:o,inert:s,undeclared:i,warnings:[...s.map(a=>`provenance_dimension_inert:${a.harness}:${a.dimension}:${String(a.explicit_samples)}`),...i.map(a=>`provenance_dimension_undeclared:${a}`)]}}function zy(e,t=tr,n={}){let r=jy(n.minimumSample);return{...dL(e.events.map(o=>o.entry),t,r),window:e.receipt}}function By(e,t,n,r={}){let o=jy(r.minimumSample),s=cL(e.events,e.receipt.since);return{dimensions:["harness","model","author_source"].map(i=>aL(i,e.events,t,n,o,s)),minimum_sample:o,policy:"observational_only_not_for_authorization_or_routing",window:e.receipt}}(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]="6e840281-a386-57db-bee0-c9b93b27deb1")}catch{}})();var lL=32;function mL(e){let t=[];for(let n of e??[]){let r=[];for(let o of n.split(",")){let s=o.slice(0,o.indexOf("=")).trim();r.length>0&&s!=="unit"&&s!=="threshold"&&(t.push(r.join(",")),r=[]),r.push(o)}t.push(r.join(","))}return t}function Fr(e,t){let n=mL(e).map(o=>{let[s,...i]=o.split(","),a=s.indexOf("="),c=s.slice(0,a).trim(),m=s.slice(a+1).trim(),u=Number(m);if(a<=0||c.length===0||m.length===0||!Number.isFinite(u))throw new l(`Invalid --measure "${o}"; expected name=value[,unit=...][,threshold=...]`,d.USAGE);let p,f;for(let _ of i){let h=_.indexOf("="),y=_.slice(0,h).trim(),g=_.slice(h+1).trim();if(y==="unit"&&g.length>0)p=g;else if(y==="threshold"&&g.length>0&&Number.isFinite(Number(g)))f=Number(g);else throw new l(`Invalid --measure attribute "${_}"`,d.USAGE)}return{name:c,value:u,unit:p,threshold:f,recorded_at:t}});return[...new Map(n.map(o=>[o.name,o])).values()].sort((o,s)=>o.name.localeCompare(s.name)).slice(0,lL)}function Vy(e,t,n){return e.flatMap(r=>(r.measurements??[]).filter(o=>o.name===t&&o.value<n).map(o=>({...o,run_id:r.run_id})))}function Hy(e,t){let n=e.flatMap(s=>s.measurements??[]).filter(s=>s.name===t).sort((s,i)=>i.recorded_at.localeCompare(s.recorded_at)),r=n[0],o=n[1];return{name:t,latest:r?.value??null,previous:o?.value??null,delta:r!==void 0&&o!==void 0?r.value-o.value:null,unit:r?.unit}}(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]="b56db1fc-d989-5d18-8b29-336a03f1e525")}catch{}})();function pL(e){return e.reduce((t,n)=>(t[n]=0,t),{})}function fL(e,t,n,r,o){let s=ur(e,"type",r),i=new Set(s.rows.map(f=>f.key)),a=t.filter(f=>!i.has(f)),m=(o?[...s.rows,...a.map(f=>({label:f,key:f,total:0,buckets:{open:0,in_progress:0,blocked:0,draft:0,closed:0,canceled:0,other:0}}))]:s.rows).map(f=>({type:f.key??f.label,total:f.total,open:f.buckets.open,in_progress:f.buckets.in_progress,blocked:f.buckets.blocked,draft:f.buckets.draft,closed:f.buckets.closed,canceled:f.buckets.canceled,other:f.buckets.other})),u=pL([...n]);for(let f of e)u[f.status]+=1;let p=Object.fromEntries(Object.entries(u).filter(([,f])=>o||f>0));return{byType:m,byStatus:p,omitted:o?0:a.length+Object.values(u).filter(f=>f===0).length}}function _L(e){return e.trim().length===0?0:e.split(/\r?\n/u).filter(t=>t.trim().length>0).length}async function hL(e){let t=Wy.join(e,"history");if(!await P(t))return[];await bn({path:t,scope:"project"});let n=(await uL.readdir(t)).filter(o=>o.endsWith(".jsonl")).sort((o,s)=>o.localeCompare(s)),r=[];for(let o of n){let s=Wy.join(t,o),i=await q(s);i!==null&&(await bn({path:s,scope:"project"}),r.push({id:o.slice(0,-6),raw:i}))}return r}async function gL(e,t){let n=[],r=k();for(let o of Fr(t.observe,r))n.push(await $y({metric:o.name,value:o.value,direction:t.direction,unit:o.unit,threshold:o.threshold,source:t.measurementSource,itemId:t.measurementItem,revision:t.measurementRevision,observedAt:r,author:t.author,message:t.message},e));return n}function yL(e,t,n){let r={};return t.byAssignee&&(r.assignee=ur(e,"assignee",n)),t.byTag&&(r.tag=ur(e,"tag",n,{tagPrefix:t.tagPrefix})),t.byPriority&&(r.priority=ur(e,"priority",n)),r}async function bL(e,t,n,r,o){let s={since:o.since,eventLimit:o.eventLimit,minimumSample:o.minimumSample},i=o.provenanceCoverage||o.fleetAttribution?await qy(e,s):void 0;return{provenanceCoverage:o.provenanceCoverage&&i?zy(i,n.agent_identity?.harness_signals,s):void 0,fleetAttribution:o.fleetAttribution&&i?By(i,t,r,s):void 0}}function wL(e,t,n,r,o){let s=Object.keys(o.breakdowns).length>0;return{totals:e,by_type:t,by_status:n,omitted_zero_buckets:r,...o.metadataCoverage?{metadata_coverage:o.metadataCoverage}:{},...s?{breakdowns:o.breakdowns}:{},...o.storage?{storage:o.storage}:{},...o.fieldUtilization?{field_utilization:o.fieldUtilization}:{},...o.improvementLedger?{improvement_ledger:o.improvementLedger}:{},...o.recordedObservations.length>0?{recorded_observations:o.recordedObservations}:{},...o.provenanceCoverage?{provenance_coverage:o.provenanceCoverage}:{},...o.fleetAttribution?{fleet_attribution:o.fleetAttribution}:{},generated_at:k()}}async function Nd(e,t={}){let n=E(process.cwd(),e.path);await R(n);let r=await T(n),o=await gL(e,t),s=O(r,I()),i=$(r.schema),a=t.fieldUtilization?await op(n,r.item_format,s.type_to_folder,void 0,r.schema):await ce(n,r.item_format,s.type_to_folder,void 0,r.schema);await np({pmRoot:n,settings:r,itemIds:a.map(S=>S.id),commandLabel:"stats"});let c=_s(i),m=fL(a,s.types,i.definitions.map(S=>S.id),c,t.includeEmpty===!0),u=await hL(n),p=0;for(let S of u)p+=_L(S.raw);let f=t.storage?Oy(u):void 0,_=t.metadataCoverage?Nf(a,c):void 0,h=yL(a,t,c),y=t.fieldUtilization?Ff(a):void 0,g=t.measurements===!0||o.length>0?await Dy({pmRoot:n,metric:t.metric,itemId:t.measurementItem,limit:t.measurementLimit}):void 0,{provenanceCoverage:b,fleetAttribution:v}=await bL(n,a,r,i.terminal_statuses,t);return wL({items:a.length,history_streams:u.length,history_entries:p},m.byType,m.byStatus,m.omitted,{metadataCoverage:_,breakdowns:h,storage:f,fieldUtilization:y,improvementLedger:g,recordedObservations:o,provenanceCoverage:b,fleetAttribution:v})}(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]="0e63298a-d2d7-5217-af50-a206348b4cd4")}catch{}})();function Yy(e){return{includeEmpty:e.includeEmpty===!0,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:ke(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}}import vL from"node:fs/promises";import Dt 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]="ad3110ca-e85b-5a7e-b0a1-591796c298eb")}catch{}})();var eb=Dt.join("runtime","telemetry","events.jsonl"),tb=Dt.join("runtime","telemetry","state.json"),kL=Dt.join("runtime","telemetry"),SL=20,Jy=["status","flush","stats","clear"],Xy=(e,t)=>{let n=Math.ceil(t*e.length),r=Math.min(e.length-1,Math.max(0,n-1));return e[r]},Fd=(e,t)=>typeof e!="string"?t:e.trim().length>0?e:t,Qy=e=>{if(!(typeof e!="number"||!Number.isFinite(e)))return Math.trunc(e)},EL=e=>({command:Fd(e.event.command,"<unknown>"),eventType:Fd(e.event.event_type,"unknown"),eventSchemaVersion:Qy(e.event.schema_version),clientSchemaVersion:Qy(e.client_schema_version)}),AL=()=>({count:0,max_attempts:0,event_type_counts:{},event_schema_versions:new Set,client_schema_versions:new Set,finish_durations_ms:[],ok_count:0,error_count:0,resolution_counts:{}}),TL=e=>{let t=e?.duration_ms;return typeof t=="number"&&Number.isFinite(t)?t:void 0},CL=e=>{let t=e?.command_resolution;return Fd(t,"")||void 0},nb=(e,t)=>{e[t]=(e[t]??0)+1},RL=(e,t)=>{let n=TL(t);n!==void 0&&e.finish_durations_ms.push(n),t?.ok===!0?e.ok_count+=1:e.error_count+=1;let r=CL(t);r!==void 0&&nb(e.resolution_counts,r)},IL=e=>Number.isFinite(e)?Math.max(0,Math.trunc(e)):0,Zy=(e,t)=>{t!==void 0&&e.add(t)},xL=(e,t)=>{let n=EL(t),r=e.get(n.command)??AL();r.count+=1,r.max_attempts=Math.max(r.max_attempts,IL(t.attempts)),nb(r.event_type_counts,n.eventType),Zy(r.event_schema_versions,n.eventSchemaVersion),Zy(r.client_schema_versions,n.clientSchemaVersion),n.eventType==="command_finish"&&RL(r,t.event.payload),e.set(n.command,r)},OL=(e,t)=>{let n=t.ok_count+t.error_count,r=[...t.finish_durations_ms].sort((s,i)=>s-i),o=Object.entries(t.resolution_counts).sort((s,i)=>s[0].localeCompare(i[0]));return{command:e,count:t.count,event_type_counts:Object.fromEntries(Object.entries(t.event_type_counts).sort((s,i)=>s[0].localeCompare(i[0]))),max_attempts:t.max_attempts,event_schema_versions:[...t.event_schema_versions].sort((s,i)=>s-i),client_schema_versions:[...t.client_schema_versions].sort((s,i)=>s-i),...r.length>0?{duration_p50_ms:Xy(r,.5),duration_p95_ms:Xy(r,.95),duration_max_ms:r[r.length-1]}:{},...n>0?{ok_count:t.ok_count,error_count:t.error_count,error_rate:t.error_count/n}:{},...o.length>0?{command_resolution_counts:Object.fromEntries(o)}:{}}},PL=e=>{let t=(e??"status").trim().toLowerCase();if(Jy.includes(t))return t;throw xe({command_path:"telemetry",token:e?.trim()||"<empty>",allowed:Jy,examples:["pm telemetry status","pm telemetry flush","pm telemetry stats --limit 10","pm telemetry clear"]})},Md=()=>{throw new l("--limit must be a positive integer",d.USAGE)},rb=e=>[!Number.isFinite(e),!Number.isInteger(e),e<=0].includes(!0)?Md():e,LL=e=>{let t=e.trim();return[t.length===0,!/^\d+$/.test(t)].includes(!0)?Md():rb(Number.parseInt(t,10))},NL=e=>e===void 0?SL:typeof e=="number"?rb(e):typeof e=="string"?LL(e):Md(),FL=e=>{if(typeof e!="object"||e===null)return!1;let t=e;return typeof t.attempts=="number"&&typeof t.event=="object"&&t.event!==null},ML=e=>{try{let t=JSON.parse(e);return FL(t)?t:void 0}catch{return}},$L=e=>e===null?[]:e.split(`
46
- `).map(t=>t.trim()).filter(t=>t.length>0),ob=e=>{let t=$L(e),n=[],r=0;for(let o of t){let s=ML(o);s===void 0?r+=1:n.push(s)}return{rows_total:t.length,valid_entries:n.length,invalid_rows:r,entries:n}},DL=e=>typeof e=="object"&&e!==null&&!Array.isArray(e),UL=e=>{try{let t=JSON.parse(e);return DL(t)?t:{}}catch{return{}}},GL=async e=>{let t=await q(e);return t===null||t.trim().length===0?{}:UL(t)},hi=e=>e??null,gi=async e=>{let t=await T(e),n=Dt.join(e,eb),r=Dt.join(e,tb),o=await q(n),s=ob(o),i=await GL(r);return{enabled:t.telemetry.enabled,endpoint:t.telemetry.endpoint,queue_path:n,state_path:r,queue_rows_total:s.rows_total,queue_entries:s.valid_entries,queue_invalid_rows:s.invalid_rows,queue_size_bytes:Buffer.byteLength(o??"","utf8"),last_attempted_flush_at:hi(i.last_attempted_flush_at),last_successful_flush_at:hi(i.last_successful_flush_at),last_failed_flush_at:hi(i.last_failed_flush_at),last_failed_flush_error:hi(i.last_failed_flush_error)}},jL=e=>{let t=new Map;for(let n of e)xL(t,n);return[...t.entries()].map(([n,r])=>OL(n,r)).sort((n,r)=>r.count-n.count||n.command.localeCompare(r.command))},qL=async(e,t)=>({action:"telemetry",subcommand:"status",status:await gi(t.globalPmRoot),generated_at:k()}),KL=async(e,t)=>{let n=await gi(t.globalPmRoot);await Ap(t.globalPmRoot);let r=await gi(t.globalPmRoot),o=Math.max(0,n.queue_entries-r.queue_entries),s=r.queue_entries===0;return{action:"telemetry",subcommand:"flush",queue_entries_before:n.queue_entries,queue_entries_after:r.queue_entries,queue_entries_drained:o,queue_progressed:o>0,queue_empty:s,queue_drained:s,status:r,generated_at:k()}},zL=async(e,t)=>{let n=NL(e.limit),r=await q(t.queuePath),o=ob(r),s=jL(o.entries),i=s.slice(0,n);return{action:"telemetry",subcommand:"stats",limit:n,total_commands:s.length,queue_entries:o.valid_entries,queue_invalid_rows:o.invalid_rows,queue_rows_total:o.rows_total,truncated:s.length>i.length,stats:i,generated_at:k()}},BL=async(e,t)=>{let n=await T(t.globalPmRoot),r=[n.telemetry.enabled!==!1,n.telemetry.installation_id!=="",n.telemetry.first_run_prompt_completed!==!0].includes(!0);n.telemetry.enabled=!1,n.telemetry.first_run_prompt_completed=!0,n.telemetry.installation_id="",r&&await Ie(t.globalPmRoot,n,"telemetry:clear");let o=Dt.join(t.globalPmRoot,kL),s=await P(o);return await vL.rm(o,{recursive:!0,force:!0}),{action:"telemetry",subcommand:"clear",settings_changed:r,runtime_dir_removed:s&&!await P(o),queue_exists_after:await P(t.queuePath),state_exists_after:await P(t.statePath),status:await gi(t.globalPmRoot),generated_at:k()}},VL={status:qL,flush:KL,stats:zL,clear:BL};async function sb(e,t){let n=PL(e.subcommand),r=nt(process.cwd());return VL[n](e,{globalPmRoot:r,queuePath:Dt.join(r,eb),statePath:Dt.join(r,tb)})}import{spawn as Ab}from"node:child_process";import{cp as Gd,mkdir as ki,mkdtemp as Tb,open as jd,readdir as qd,rm as Mr,symlink as Cb}from"node:fs/promises";import{tmpdir as Rb}from"node:os";import z 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]="62af7c1e-c1c7-529e-ab30-117103ac4607")}catch{}})();var ib=20;function HL(){let e=process.env.PM_TRACKED_TEST_RUN_HISTORY_LIMIT;if(!e||e.trim().length===0)return ib;let t=Number.parseInt(e,10);return!Number.isFinite(t)||t<=0?ib:t}function $d(e){let t=[...e].filter(r=>r.run_id.trim().length>0&&r.started_at.trim().length>0&&r.finished_at.trim().length>0&&r.recorded_at.trim().length>0).sort((r,o)=>{let s=kn(r.recorded_at,o.recorded_at);if(s!==0)return s;let i=r.run_id.localeCompare(o.run_id);return i!==0?i:r.kind.localeCompare(o.kind)}),n=HL();return t.length>n?t.slice(t.length-n):t}async function yi(e){await ne({pmRoot:e.pmRoot,settings:e.settings,id:e.itemId,op:"test_run_track",author:e.author,message:e.message,force:!1,mutate(t){let n=t.metadata.test_runs??[];return t.metadata.test_runs=$d([...n,e.entry]),{changedFields:["test_runs"]}}})}(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]="8a6a3402-dae3-56f8-b9ba-a4f6f8a47cda")}catch{}})();var ab=100;function Dd(e,t="--only-index"){let n=typeof e=="number"?e:Number(String(e).trim());if(!Number.isInteger(n)||n<1)throw new l(`${t} requires a 1-based integer index into the linked-test list (got "${e}"). Use pm test <id> --list to inspect positions.`,d.USAGE);return n}function WL(e){let n=(e.command??e.path??"<no command>").replaceAll(/\s+/g," ").trim()||"<no command>";return n.length<=ab?n:`${n.slice(0,ab-3)}...`}function cb(e){return e.map((t,n)=>`${n+1}. ${WL(t)}`).join("; ")}function YL(e){let t=[];return e.match!==void 0&&t.push("match"),e.onlyIndex!==void 0&&t.push("only-index"),e.onlyLast===!0&&t.push("only-last"),t}function JL(e,t){let n=e.command?.toLowerCase()??"",r=e.path?.toLowerCase()??"";return n.includes(t)||r.includes(t)}function db(e,t){let n=YL(t);if(n.length===0)return{selector:null,requested:null,selected:e,selected_indexes:e.map((o,s)=>s+1),selected_count:e.length,skipped_count:0};if(n.length>1)throw new l(`Combine at most one linked-test selector per run: ${n.map(o=>`--${o}`).join(" and ")} were provided. Pick one of --match, --only-index, --only-last.`,d.USAGE);let r=n[0];if(e.length===0)throw new l(`--${r} matched no linked tests because this item has none. Add one first with --add, --command, or --add-json.`,d.USAGE);if(r==="match"){let o=t.match.trim().toLowerCase();if(o.length===0)throw new l("--match requires a non-empty substring to match against linked-test command/path values",d.USAGE);let s=[],i=[];for(let a=0;a<e.length;a+=1)JL(e[a],o)&&(i.push(e[a]),s.push(a+1));if(i.length===0)throw new l(`--match "${t.match}" matched none of the ${e.length} linked test(s). Available entries: ${cb(e)}`,d.USAGE);return{selector:"match",requested:t.match,selected:i,selected_indexes:s,selected_count:i.length,skipped_count:e.length-i.length}}if(r==="only-index"){let o=Dd(t.onlyIndex);if(o>e.length)throw new l(`--only-index ${o} is out of range: this item has ${e.length} linked test(s). Available entries: ${cb(e)}`,d.USAGE);return{selector:"only-index",requested:String(o),selected:[e[o-1]],selected_indexes:[o],selected_count:1,skipped_count:e.length-1}}return{selector:"only-last",requested:"last",selected:[e[e.length-1]],selected_indexes:[e.length],selected_count:1,skipped_count:e.length-1}}(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]="03f2f710-3b96-5671-85fa-d8ea4726ee86")}catch{}})();var vi=20*1024*1024,XL=3e3,QL=1e4,ZL=5e3,lb=120,eN=new Set(["locks","extensions","runtime"]),tN=new Set(["history","index","search","extensions","locks","runtime"]),nN=[/eaddrinuse/i,/address already in use/i,/port\s+\d+\s+is already in use/i,/web server[^.\n]*already running/i,/failed to listen on/i],rN=/\b(?:could not|failed to|unable to)\s+acquire\b[^\n.]*\block\b/i,oN=/\b(?:already running|timed?\s*out|timeout|held by another|lock\s+is\s+held)\b/i,sN=new Set(["activity","calendar","context","ctx","deps","get","health","history","list","list-all","list-blocked","list-canceled","list-closed","list-draft","list-in-progress","list-open","search","stats","test-all","validate"]);function Bd(e,t){let n=process.env[e];if(typeof n!="string"||n.trim().length===0)return t;let r=Number.parseInt(n,10);return!Number.isFinite(r)||r<=0?t:r}function iN(){return Bd("PM_LINKED_TEST_TIMEOUT_FORCE_KILL_DELAY_MS",XL)}function aN(){return Bd("PM_LINKED_TEST_HEARTBEAT_INTERVAL_MS",QL)}function cN(){return Bd("PM_LINKED_TEST_PIPE_CLOSE_GRACE_MS",ZL)}function dN(e){let t=process.env.PM_BACKGROUND_TEST_RUN_ID?.trim();return t&&t.length>0?t:`${e}-local-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,8)}`}function lN(e){let t=0,n=0,r=0;for(let o of e){if(o.status==="passed"){t+=1;continue}if(o.status==="failed"){n+=1;continue}r+=1}return{passed:t,failed:n,skipped:r}}function Vd(e){let t=0,n=0,r=0,o=0;for(let s of e){let i=s.execution_context;!i||i.is_pm_command!==!0||(t+=1,i.is_pm_tracker_read_command===!0&&(n+=1),i.mismatch_detected===!0&&(r+=1),i.auto_pm_context_applied===!0&&(o+=1))}return{checked_pm_commands:t,tracker_read_commands:n,mismatches:r,auto_remediated:o}}function mN(e){let t=e??"project";if(!tt.includes(t))throw new l(`Invalid scope "${e}"`,d.USAGE);return t}function Si(e){if(!e)return"schema";let t=e.trim().toLowerCase();if(en.includes(t))return t;throw new l(`Invalid --pm-context value "${e}". Expected one of: ${en.join(", ")}`,d.USAGE)}function uN(e){return nn(e??"source","--workspace-context")}function Ib(e,t,n){return n?t:nn(e.workspace_context_mode,"linked test")??t}function xb(e,t,n){return n||typeof e.pm_context_mode!="string"||e.pm_context_mode.trim().length===0?t:Si(e.pm_context_mode)}function Ob(e,t){return e==="auto"?t?"tracker":"schema":e}function pN(e){return Object.entries(e).filter(([t])=>t.startsWith("assert_")).some(([,t])=>t==null?!1:Array.isArray(t)?t.length>0:typeof t=="object"?Object.keys(t).length>0:typeof t=="string"?t.trim().length>0:!0)}function fN(e){let{executionContext:t,runLevelPmContextMode:n,linkedOverridePmContextMode:r}=e;return!t.is_pm_tracker_read_command||!t.mismatch_detected?"":n==="tracker"&&r==="schema"?" Linked test metadata pm_context_mode=schema overrides run-level --pm-context tracker. Set pm_context_mode=tracker (or auto) on the linked test, or remove the override, to run against seeded tracker data.":t.pm_context_mode==="schema"?" Use --auto-pm-context to route PM tracker-read linked commands through seeded tracker data automatically. Alternatively, use --pm-context tracker for the whole run.":""}function _N(e,t){let n={};if(!e)return n;for(let r of e){let o=wr(r,t);if(o)for(let[s,i]of Object.entries(o))n[s]=i}return n}function hN(e,t){if(!e)return[];let n=[];for(let r of e){let o=vr(r,t);o&&n.push(...o)}return[...new Set(n)]}function gN(e){let t=Ei(e);return lr(t).some(n=>Ga(n)!==null)}function Pb(e){let t=Ei(e);return lr(t).some(n=>{let r=Ga(n);if(!r)return!1;let o=Rf(r);return o?sN.has(o.subcommand):!1})}function bi(e){if(e)return Af.has(e.subcommand)?Ln(e.args,Tf)?.subcommand:e.subcommand}function mb(e,t){if(e==="npx"||e==="bunx")return ps(t)?.command;if(e==="pnpm")return bi(Ln(t,vf));if(e==="npm")return bi(Ln(t,kf));if(e==="yarn")return bi(Ln(t,Sf));if(e==="bun")return bi(Ln(t,Ef))}function wi(e){return e?e==="vitest"||e==="test"||e.startsWith("test:"):!1}function Ud(e){return!e||!qa(e.command)&&!Cf(e.command)?!1:us(e.args)==="test-all"}var Lb=new Map([...["sh","bash","dash","zsh"].map(e=>[e,/^(?:-c|-[a-z]*c[a-z]*)$/u]),...["cmd","cmd.exe"].map(e=>[e,/^\/[ck]$/u]),...["powershell","powershell.exe","pwsh","pwsh.exe"].map(e=>[e,/^-(?:c|command)$/u])]),yN=new Set(["npx","bunx"]);function Nb(e){let t=e.split(" ").filter(i=>i.length>0),n=ja(t);if(n.length===0)return!1;let[r,...o]=n,s=Lb.get(r);if(s){let i=o.findIndex(a=>s.test(a));return i>=0?Nb(o.slice(i+1).join(" ")):!1}return qa(r)||Ka(r)?us(o)==="test-all":r==="node"&&o.length>0&&Ka(o[0])?us(o.slice(1))==="test-all":yN.has(r)?Ud(ps(o)):r==="pnpm"?Ud(za(o)):r==="npm"?Ud(Ba(o)):!1}function Fb(e){let t=Ei(e);return lr(t).some(n=>Nb(n))}function Mb(e){if(Fb(e))throw new l('Linked test commands must not invoke "pm test-all"; this creates recursive orchestration.',d.USAGE)}function Ei(e){return e.trim().replaceAll("\\","/").replaceAll('"',"").replaceAll("'","").replaceAll(/\s+/g," ").toLowerCase()}function $b(e){let t=e.split(" ").filter(i=>i.length>0),n=ja(t);if(n.length===0)return!1;let[r,...o]=n,s=Lb.get(r);if(s){let i=o.findIndex(a=>s.test(a));return i>=0&&$b(o.slice(i+1).join(" "))}return r==="vitest"||r.endsWith("/vitest")||r.endsWith("/vitest.mjs")?!0:r==="node"?bN(o):wN(r,o)}function bN(e){return e.includes("--test")||e.some(t=>t==="vitest"||t==="vitest.mjs"||t.endsWith("/vitest")||t.endsWith("/vitest.mjs"))}function wN(e,t){return e==="npx"||e==="bunx"?wi(ps(t)?.command):e==="pnpm"||e==="npm"?wi((e==="pnpm"?za(t):Ba(t))?.command)||wi(mb(e,t)):(e==="yarn"||e==="bun")&&wi(mb(e,t))}function vN(e){if(Fb(e))return'Linked test command skipped: Linked test commands must not invoke "pm test-all"; this creates recursive orchestration.'}function kN(e){return e?e.map(SN):[]}function SN(e){let t=e.trim(),n=v_(t)?$s(oe(e,"--add"),"--add"):{command:t},r=le(n.command);if(!r)throw new l("--add requires command=<value> or a bare command (path=<value> is optional metadata)",d.USAGE);return Mb(r),{command:r,path:le(n.path),scope:mN(n.scope),timeout_seconds:EN(le(n.timeout_seconds),le(n.timeout)),pm_context_mode:qs(le(n.pm_context_mode),"--add"),workspace_context_mode:nn(le(n.workspace_context_mode),"--add"),env_set:wr(le(n.env_set),"--add"),env_clear:vr(le(n.env_clear),"--add"),shared_host_safe:js(le(n.shared_host_safe),"--add","shared_host_safe"),assert_stdout_contains:rn(le(n.assert_stdout_contains)),assert_stdout_regex:Dn(le(n.assert_stdout_regex),"--add","assert_stdout_regex"),assert_stderr_contains:rn(le(n.assert_stderr_contains)),assert_stderr_regex:Dn(le(n.assert_stderr_regex),"--add","assert_stderr_regex"),assert_stdout_min_lines:Ks(le(n.assert_stdout_min_lines),"--add"),assert_json_field_equals:zs(le(n.assert_json_field_equals),"--add"),assert_json_field_gte:Bs(le(n.assert_json_field_gte),"--add"),note:le(n.note)}}function le(e){let t=e?.trim();return t&&t.length>0?t:void 0}function EN(e,t){if(e&&t&&e!==t)throw new l("--add timeout and timeout_seconds must match when both are provided",d.USAGE);let n=e??t;if(n===void 0)return;let r=Math.floor(de(n,"timeout_seconds"));if(r<=0)throw new l("--add timeout_seconds must be a positive integer",d.USAGE);return r}function AN(e){return e?e.flatMap(t=>{let n=E_(t,"--add-json");for(let r of n){let o=r.command;if(!o)throw new l("--add-json requires a non-empty command string",d.USAGE);Mb(o)}return n}):[]}function TN(e){return e?e.map(t=>{let n=t.trim();if(!n)throw new l("--remove requires command or path value",d.USAGE);let r=/^(command|path)\s*=/i.exec(n);if(r){let o=n.slice(r[0].length).trim();if(!o)throw new l("--remove requires a non-empty command=<value> or path=<value>",d.USAGE);return{kind:r[1].toLowerCase(),value:o}}if(/^[A-Za-z_][\w-]*=\S+$/u.test(n))throw new l("--remove structured selectors require command=<value> or path=<value>",d.USAGE);if(/^(?:[-*+]\s+)?(?:path|command)\s*:/i.test(n)||n.startsWith("```")){let o=oe(n,"--remove"),s=o.path!==void 0?"path":"command",i=o.path??o.command;if(!i?.trim())throw new l("--remove requires command=<value> and/or path=<value>",d.USAGE);return{kind:s,value:i.trim()}}return{kind:"either",value:n}}):[]}function CN(e){return e?[...new Set(e.map(t=>{let n=typeof t=="number"?t:Number.parseInt(t,10);if(!Number.isInteger(n)||n<1||String(n)!==String(t).trim())throw new l("--remove-index must be a positive integer",d.USAGE);return n}))]:[]}function RN(e){try{e.stdin?.end()}catch{}}function Db(e){let t=e.trim().replaceAll(/\s+/g," ");return t.length<=lb?t:`${t.slice(0,lb-3)}...`}function Ub(e){return e==="off"?!1:e==="always"?!0:process.stderr.isTTY===!0}function Kd(e){try{process.stderr.write(`${e}
47
- `)}catch{}}function IN(e,t){if(!Ub(t))return null;let n=Db(e.command),r=Date.now();Kd(`[pm test] linked-test ${e.index}/${e.total} start timeout_ms=${e.timeoutMs} command="${n}"`);let o=setInterval(()=>{let s=Date.now()-r;Kd(`[pm test] linked-test ${e.index}/${e.total} running elapsed_ms=${s} command="${n}"`)},aN());return o.unref?.(),o}function xN(e,t,n,r){if(!Ub(r))return;let o=Db(e.command),s=Date.now()-n,a=t.timedOut||t.maxBufferExceeded||t.exitCode!==0?"failed":"passed",c=[];t.timedOut&&c.push("reason=timeout"),t.maxBufferExceeded&&c.push("reason=max_buffer"),t.outputTruncated&&c.push("output=truncated"),t.signal&&c.push(`signal=${t.signal}`);let m=t.exitCode===null?"null":String(t.exitCode),u=c.length>0?` ${c.join(" ")}`:"";Kd(`[pm test] linked-test ${e.index}/${e.total} end status=${a} exit_code=${m} elapsed_ms=${s}${u} command="${o}"`)}async function ub(e){if(!(!Number.isInteger(e)||e<=0)){if(process.platform==="win32"){await new Promise(t=>{let n=Ab("taskkill",["/pid",String(e),"/T","/F"],{stdio:"ignore",windowsHide:!0});n.on("error",()=>t()),n.on("close",()=>t())});return}try{process.kill(-e,"SIGKILL");return}catch{}try{process.kill(e,"SIGKILL")}catch{}}}function ON(e){e.heartbeat&&clearInterval(e.heartbeat),e.timedOutTimer&&(clearTimeout(e.timedOutTimer),e.timedOutTimer=null),e.forceKillTimer&&(clearTimeout(e.forceKillTimer),e.forceKillTimer=null)}function PN(e,t){let n=!1;return async()=>{if(n)return;n=!0;let r=e.pid;if(!r||r<=0){try{e.kill("SIGTERM")}catch{}return}if(process.platform==="win32"){await ub(r);return}try{process.kill(-r,"SIGTERM")}catch{try{e.kill("SIGTERM")}catch{}}t.forceKillTimer=setTimeout(()=>{ub(r)},iN()),t.forceKillTimer.unref?.()}}function LN(e){return new Promise(t=>{let n=!1,r=null,o=(s,i=!1)=>{n||(n=!0,r&&(clearTimeout(r),r=null),i&&(e.stdin?.destroy(),e.stdout?.destroy(),e.stderr?.destroy()),t(s))};e.on("exit",(s,i)=>{n||(r=setTimeout(()=>{o({code:s,signal:i},!0)},cN()),r.unref?.())}),e.on("close",(s,i)=>{o({code:s,signal:i})})})}function NN(e,t,n,r,o){return Ab(e,{cwd:o,env:t,shell:!0,windowsHide:!0,detached:process.platform!=="win32",stdio:["pipe",n,r]})}async function pb(e){let t=await jd(e,"r");try{let n=(await t.stat()).size,r=Math.min(n,vi),o=Buffer.alloc(r);return r>0&&await t.read(o,0,r,0),{text:o.toString("utf8"),truncated:n>vi}}finally{await t.close()}}async function FN(e,t,n,r,o,s=process.cwd()){let i=Date.now(),a=await Tb(z.join(Rb(),"pm-linked-test-output-"));try{let c=z.join(a,"stdout.log"),m=z.join(a,"stderr.log"),[u,p]=await Promise.all([jd(c,"w"),jd(m,"w")]),f;try{f=NN(e,n,u.fd,p.fd,s)}catch(W){throw await Promise.all([u.close(),p.close()]),W}let _=LN(f),h;f.on("error",W=>{h=W.message}),await Promise.all([u.close(),p.close()]),RN(f);let y={heartbeat:IN(r,o),forceKillTimer:null,timedOutTimer:null},g=PN(f,y),b=!1;y.timedOutTimer=setTimeout(()=>{b=!0,g()},t),y.timedOutTimer.unref?.();let{code:v,signal:S}=await _;ON(y);let[A,x]=await Promise.all([pb(c),pb(m)]),j=A.truncated||x.truncated,M=j?`
38
+ `}function VR(e){return e.map((t,n)=>({...t,sequence:n+1}))}function sg(e,t,n){md(e,"base");let r=md(t,"ours"),o=md(n,"theirs"),s=Math.min(r.length,o.length),i=0;for(;i<s&&r[i].eventId===o[i].eventId;)i+=1;if(i===r.length&&i===o.length)return{merged:ii(r),strategy:"identical",common_entries:i,entries_from_ours:0,entries_from_theirs:0,entries_total:r.length,reanchored:!1};if(i===o.length)return{merged:ii(r),strategy:"fast_forward_ours",common_entries:i,entries_from_ours:r.length-i,entries_from_theirs:0,entries_total:r.length,reanchored:!1};if(i===r.length)return{merged:ii(o),strategy:"fast_forward_theirs",common_entries:i,entries_from_ours:0,entries_from_theirs:o.length-i,entries_total:o.length,reanchored:!1};let a=r.slice(i),c=new Set(a.map(f=>f.eventId)),d=o.slice(i).filter(f=>!c.has(f.eventId)),u=[...a,...d].sort((f,_)=>{if(f.timestamp!==void 0&&_.timestamp!==void 0){let g=yn(f.timestamp,_.timestamp);if(g!==0)return g}else{if(f.timestamp===void 0&&_.timestamp!==void 0)return 1;if(f.timestamp!==void 0)return-1}let h=c.has(f.eventId),y=c.has(_.eventId);return h!==y?Number(y)-Number(h):0}),p=VR([...r.slice(0,i),...u]);return{merged:ii(p),strategy:"union_reanchor",common_entries:i,entries_from_ours:a.length,entries_from_theirs:d.length,entries_total:p.length,reanchored:!0}}var HR=["tags","dependencies","comments","notes","learnings","files","tests","test_runs","docs","reminders","events"],WR=["updated_at"];function cn(e,t){return V(e??null)===V(t??null)}function YR(e,t,n){let r=u=>Array.isArray(u)?u:[],o=new Set(r(e).map(u=>V(u))),s=r(t),i=new Set(s.map(u=>V(u))),a=r(n),c=new Set(a.map(u=>V(u))),d=s.filter(u=>{let p=V(u);return!o.has(p)||c.has(p)});for(let u of a){let p=V(u);!i.has(p)&&!o.has(p)&&d.push(u)}return d}function Cr(e){if(typeof e!="object"||e===null||Array.isArray(e))return V(e);let{provenance:t,...n}=e;return V(n)}function JR(e){if(typeof e!="object"||e===null||Array.isArray(e))return e;let t=e;return t.provenance?{...t,provenance:{...t.provenance,source_kind:"merge_union"}}:{...t,provenance:{source_kind:"merge_union"}}}function XR(e,t,n){let r=u=>Array.isArray(u)?u:[],o=new Set(r(e).map(Cr)),s=r(t),i=new Set(s.map(Cr)),a=r(n),c=new Set(a.map(Cr)),d=s.filter(u=>{let p=Cr(u);return!o.has(p)||c.has(p)});for(let u of a){let p=Cr(u);!i.has(p)&&!o.has(p)&&d.push(JR(u))}return d}function QR(e,t){return yn(String(e),String(t))>=0?e:t}function ig(e,t,n,r){return cn(t,n)?{value:t,from_theirs:!1,conflict:!1}:cn(e,t)?{value:n,from_theirs:!0,conflict:!1}:cn(e,n)?{value:t,from_theirs:!1,conflict:!1}:{value:r==="theirs"?n:t,from_theirs:r==="theirs",conflict:!0}}function ag(e,t,n,r,o){let s=ig(e,t,n,r);if(!s.conflict||o==="preferred_side")return s;let i=V(n).localeCompare(V(t))<0;return{value:i?n:t,from_theirs:i,conflict:!0}}function ud(e){return{...e.metadata}}function pd(e,t,n){try{return Ye(Go(e,n),n)}catch(r){throw new m(`Item merge input (${t}) is not a readable item document: ${String(r)}`,l.GENERIC_FAILURE)}}function ZR(e){if(!e.unionFieldSet.has(e.field))return!1;let t=e.field==="tests"?XR(e.baseValue,e.oursValue,e.theirsValue):YR(e.baseValue,e.oursValue,e.theirsValue);return e.accumulator.merged[e.field]=t,cn(t,e.oursValue)||e.accumulator.unionFields.push(e.field),!0}function ex(e){let t=ag(e.baseValue,e.oursValue,e.theirsValue,e.preferred,e.conflictResolution);t.value!==void 0&&(e.accumulator.merged[e.field]=t.value),t.conflict?(e.accumulator.conflictFields.push(e.field),e.accumulator.conflictDecisions.push({field:e.field,base:e.baseValue,ours:e.oursValue,theirs:e.theirsValue,retained:t.value,discarded:t.from_theirs?e.oursValue:e.theirsValue})):t.from_theirs&&e.accumulator.fieldsFromTheirs.push(e.field)}function tx(e,t,n,r,o){let s=new Set(HR),i=new Set(WR),a=[...new Set([...Object.keys(t),...Object.keys(n)])].sort((d,u)=>d.localeCompare(u)),c={merged:{},conflictFields:[],fieldsFromTheirs:[],unionFields:[],conflictDecisions:[]};for(let d of a){let u=e[d],p=t[d],f=n[d];if(!ZR({field:d,baseValue:u,oursValue:p,theirsValue:f,unionFieldSet:s,accumulator:c})){if(i.has(d)){c.merged[d]=QR(p,f);continue}ex({field:d,baseValue:u,oursValue:p,theirsValue:f,preferred:r,conflictResolution:o,accumulator:c})}}return c}function cg(e,t,n,r={}){let o=r.preferred??"ours",s=r.conflictResolution??"preferred_side",i=e.trim().length>0,a=pd(t,"ours",r),c=pd(n,"theirs",r),d=i?pd(e,"base",r):a,u=i?ud(d):{},p=ud(a),f=ud(c),{merged:_,conflictFields:h,fieldsFromTheirs:y,unionFields:g,conflictDecisions:b}=tx(u,p,f,o,s),v=ag(i?d.body:"",a.body,c.body,o,s);return v.conflict?(h.push("body"),b.push({field:"body",base:i?d.body:"",ours:a.body,theirs:c.body,retained:v.value,discarded:v.from_theirs?a.body:c.body})):v.from_theirs&&y.push("body"),{merged:je({metadata:_,body:v.value},r),conflict_fields:h,fields_from_theirs:y,union_fields:g,conflict_decisions:b,requested_preference:o,conflict_resolution:s}}function fd(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function _d(e,t){let n=Uo(e);if(n)throw new m(`JSON merge input (${t}) contains unresolved conflict markers at line ${n.line}.`,l.GENERIC_FAILURE);if(e.trim().length!==0)try{return JSON.parse(e)}catch{throw new m(`JSON merge input (${t}) is not valid JSON.`,l.GENERIC_FAILURE)}}function nx(e,t,n){if(!Array.isArray(e)||!Array.isArray(t)||!Array.isArray(n))return null;let r=d=>{let u=new Map;for(let p of d){let f=V(p);u.set(f,(u.get(f)??0)+1)}return u},o=r(e),s=r(t),i=r(n);for(let[d,u]of o)if((s.get(d)??0)<u||(i.get(d)??0)<u)return null;let a=new Map(s),c=[];for(let d of n){let u=V(d),p=a.get(u)??0;p>0?a.set(u,p-1):c.push(d)}return{merged:[...t,...c],acceptedTheirs:c.length>0}}function rx(e,t,n,r,o,s,i){if(!fd(t)||!fd(n))return null;let a=fd(e)?e:{},c={},d=[...new Set([...Object.keys(t),...Object.keys(n)])].sort((u,p)=>u.localeCompare(p));for(let u of d){let p=o.length>0?`${o}.${u}`:u,f=ox(a,t,n,u,r,p,s,i);f!==void 0&&(c[u]=f)}return c}function dg(e,t,n,r,o,s,i){if(cn(t,n))return t;let a=nx(e,t,n);if(a!==null)return a.acceptedTheirs&&i.push(o),a.merged;let c=rx(e,t,n,r,o,s,i);if(c!==null)return c;let d=ig(e,t,n,r);return d.conflict?s.push(o):d.from_theirs&&i.push(o),d.value}function ox(e,t,n,r,o,s,i,a){let c=Object.prototype.hasOwnProperty.call(t,r),d=Object.prototype.hasOwnProperty.call(n,r),u=Object.prototype.hasOwnProperty.call(e,r);if(c&&d)return dg(e[r],t[r],n[r],o,s,i,a);if(c){if(u&&cn(e[r],t[r])){a.push(s);return}return u?(i.push(s),o==="theirs"?void 0:t[r]):t[r]}if(!(u&&cn(e[r],n[r])))return u?(i.push(s),o==="theirs"?n[r]:void 0):(a.push(s),n[r])}function lg(e,t,n,r={}){let o=r.preferred??"ours",s=_d(e,"base"),i=_d(t,"ours"),a=_d(n,"theirs"),c=[],d=[],u=dg(s,i,a,o,"",c,d);return{merged:`${JSON.stringify(u??null,null,2)}
39
+ `,conflict_paths:c,paths_from_theirs:d,preferred: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]="2c8046a5-06aa-58f8-b347-e757086082d1")}catch{}})();var mg=["item","history","relationship","json"];function cx(e){let t=e.trim().toLowerCase();if(mg.includes(t))return t;throw new m(`Unknown merge artifact "${e}". Supported values: ${mg.join(", ")}.`,l.USAGE)}function dx(e){if(e===void 0)return"ours";let t=e.trim().toLowerCase();if(t==="ours"||t==="theirs")return t;throw new m(`Unknown --prefer value "${e}". Supported values: ours, theirs.`,l.USAGE)}async function hd(e,t){try{return await sx(e,"utf8")}catch{throw new m(`Cannot read merge ${t} file at ${e}.`,l.NOT_FOUND)}}async function lx(e){let t=E(process.cwd(),e.path);return await P(ae(t))?T(t):null}function mx(e,t){return e.endsWith(".md")?"json_markdown":e.endsWith(".toon")?"toon":t?.item_format??"toon"}async function ug(e,t){let n=cx(e.artifact),r=dx(e.prefer),o=ax.resolve(e.outputPath??e.oursPath),[s,i,a]=await Promise.all([hd(e.basePath,"base"),hd(e.oursPath,"ours"),hd(e.theirsPath,"theirs")]),c,d,u=[],p={};if(n==="history"){let _=og(s,i,a);c=_.merged,p.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 _=sg(s,i,a);c=_.merged,p.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 lx(t),h=mx(e.itemPath??o,_),y=St(x()),g=cg(s,i,a,{format:h,schema:_?.schema,extensionFieldNames:y,preferred:r,conflictResolution:"stable_value_order"});if(c=g.merged,u.push(...g.conflict_fields),p.item={fields_from_theirs:g.fields_from_theirs,union_fields:g.union_fields,conflict_resolution:"stable_value_order"},e.itemPath!==void 0){let b=Go(c,{format:h,schema:_?.schema,extensionFieldNames:y}),v=b.metadata,S=[...new Set([...g.fields_from_theirs,...g.union_fields,...g.conflict_decisions.map(A=>A.field)])];d={cwd:process.cwd(),itemPath:e.itemPath,preferred:r,conflictResolution:"stable_value_order",fieldsFromTheirs:g.fields_from_theirs,unionFields:g.union_fields,mergedFieldHashes:Object.fromEntries(S.map(A=>[A,Pl(V(A==="body"?b.body:v[A]))])),decisions:g.conflict_decisions}}}else{let _=lg(s,i,a,{preferred:r});c=_.merged,u.push(..._.conflict_paths),p.json={paths_from_theirs:_.paths_from_theirs}}if(await ix(o,c,"utf8"),d!==void 0){let _=await _f(d);_!==null&&(p.receipt=dr(_))}let f=[];if(u.length>0){let _=p.receipt===void 0?'Run "pm merge report" to inspect clone-local merge evidence.':`Run "pm merge report" and correlate receipt ${p.receipt.receipt_id} with item ${p.receipt.item_id}; clone-local discarded values are never copied into this result.`;f.push(`Both branches changed ${u.join(", ")}; the item driver kept the direction-independent stable value. ${_} Review the merged file, re-apply the discarded change if needed, then "git add" it.`)}return n==="history"&&p.history?.reanchored&&f.push('The merged history chain was re-anchored. Run "pm merge reconcile --dry-run" to inspect the complete post-merge repair, then "pm merge reconcile" to apply it; use --force only after explicitly accepting reported discards.'),{ok:u.length===0,artifact:n,output_path:o,requested_preference:r,conflicts:u,...p,guidance: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]="8d85d220-dad2-5234-8819-65632275eb47")}catch{}})();var ux=4;async function px(e){try{return{status:"fulfilled",value:await ds(e.id,{dryRun:e.dryRun,author:e.options.author??e.global.author,message:e.options.message??"record field-aware branch merge provenance",force:e.options.force,auditOperation:"merge_reconcile",auditContext:e.auditContext,forceAuditEntry:!0,mergeReceiptProof:e.mergeReceiptProof},e.global)}}catch(t){return{status:"rejected",reason:t}}}function fx(e){e.results.forEach((t,n)=>{let r=e.receiptOnlyIds[n];if(t.status==="fulfilled"){let o=t.value.changed?"repaired":"skipped_clean";e.repair.streams.push({id:r,outcome:o,entries_rehashed:t.value.history.entries_rehashed,entries_patch_repaired:t.value.history.entries_patch_repaired,reconciled_with_item:t.value.history.reconciled_with_item,...t.value.merge_receipt_proof?{merge_receipt_proof:t.value.merge_receipt_proof}:{},warnings:t.value.warnings}),e.repair.totals[o]+=1;return}e.repair.streams.push({id:r,outcome:"failed",error:t.reason instanceof Error?t.reason.message:String(t.reason)}),e.repair.totals.failed+=1})}async function _x(e){if(e.dryRun||e.repair.totals.failed>0)return 0;let t=new Set(e.repair.streams.flatMap(r=>r.merge_receipt_proof?.trusted?r.merge_receipt_proof.receipt_ids:[])),n=e.force?e.pendingReceipts:e.pendingReceipts.filter(r=>t.has(r.id));return await Promise.all(n.map(r=>gf(e.gitWorkspaceRoot??process.cwd(),r,{requireExisting:!0}))),n.length}async function pg(e,t){let n=e.dryRun===!0,r=E(process.cwd(),t.path),o=await cs(r),s=await hf(o??process.cwd(),{includeLossless:!0,pmRoot:r});if(s.invalid_evidence_count>0)throw new m(`Merge reconciliation refused ${s.invalid_evidence_count} invalid receipt evidence file(s).`,l.CONFLICT,{code:"merge_receipt_evidence_invalid",required:"Every clone-local and durable receipt candidate must pass bounded-file, schema, and identity validation.",recovery:{suggested_retry:"pm health --check-only --full"}});let i=s.receipts,a=new Map;for(let A of i){let R=a.get(A.item_id)??[];R.push(A),a.set(A.item_id,R)}let c=Object.fromEntries([...a].map(([A,R])=>[A,{merge:{receipts:R.map(dr)}}])),d=Object.fromEntries([...a].map(([A,R])=>[A,{gitWorkspaceRoot:o,receipts:R}])),u=await ls({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:c,...i.length>0?{mergeReceiptProofById:d}:{}},t),p=new Set(u.streams.map(A=>A.id)),f=[...a.keys()].filter(A=>!p.has(A)),_=await ff(f,ux,A=>px({id:A,dryRun:n,options:e,global:t,auditContext:c[A],mergeReceiptProof:d[A]}));fx({receiptOnlyIds:f,results:_,repair:u});let h=await _x({dryRun:n,force:e.force===!0,pendingReceipts:i,repair:u,gitWorkspaceRoot:o}),y=await fs({checkHistoryDrift:!0,checkStorageIntegrity:!0},t),g=y.checks.every(A=>A.status==="ok"),b=n?i.length===0:h===i.length,v=u.totals.failed===0&&g&&b,S=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."]:v?["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:v,dry_run:n,repair:u,receipts:{pending_before:i.length,reconciled:h,summaries:i.map(dr)},validation:y,guidance:S,generated_at:y.generated_at}}import{createHash as hx}from"node:crypto";(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]="01043e67-99d4-5b68-a1b2-33f35f5cef5f")}catch{}})();var hg=1,gg=/^[A-Za-z0-9_-]+$/,gx=100,fg=1e3;var Sq=Object.freeze({batch_to_row_ratio:.6,fixture_events:200});function Ve(e){if(e===void 0)return;let t=typeof e=="string"?[e]:e,n=[...new Set(t.flatMap(r=>r.split(",")).map(r=>r.trim()).filter(Boolean))].sort((r,o)=>r.localeCompare(o));return n.length===0?void 0:n}function yx(e){return hx("sha256").update(V({type:Ve(e.type),author:Ve(e.author),item:Ve(e.item),harness:Ve(e.harness),agent_instance:Ve(e.agentInstance),provenance:Ve(e.provenanceFilter)})).digest("hex").slice(0,24)}function _g(e,t){let n={version:hg,fingerprint:t,ts:e.entry.ts,stream_id:e.stream_id,stream_offset:e.stream_offset};return Buffer.from(JSON.stringify(n),"utf8").toString("base64url")}function bx(e,t){if(typeof e!="object"||e===null)return!1;let n=e;return[n.version===hg,n.fingerprint===t,typeof n.ts=="string",typeof n.stream_id=="string",typeof n.stream_offset=="number",Number.isSafeInteger(n.stream_offset),Number(n.stream_offset)>=0].every(Boolean)}function wx(e,t){let n=e.trim();if(n.length===0||n.length>4096||!gg.test(n))throw new m("Invalid mutation event cursor.",l.USAGE,{code:"invalid_event_cursor"});let r;try{r=JSON.parse(Buffer.from(n,"base64url").toString("utf8"))}catch{throw new m("Invalid mutation event cursor.",l.USAGE,{code:"invalid_event_cursor"})}if(!bx(r,t))throw new m("Mutation event cursor does not match this query.",l.USAGE,{code:"event_cursor_query_mismatch"});return r}function vx(e){let t=e??gx;if(!Number.isSafeInteger(t)||t<0||t>fg)throw new m(`Mutation event limit must be an integer from 0 to ${fg}.`,l.USAGE,{code:"invalid_event_limit"});return t}function kx(e,t){let n=e?.trim();if(!n)return{};if(gg.test(n))return{cursor:wx(n,t)};let r=Date.parse(n);if(!Number.isFinite(r))throw new m("Mutation event --since must be an event cursor or ISO timestamp.",l.USAGE,{code:"invalid_event_since"});return{sinceTimestamp:new Date(r).toISOString()}}async function Sx(e,t){let n=await va(e,t);if(n===null){if(!await Wu(e))return{...await Yu(e,t),source:"authoritative_history"};n=await va(e,t)}if(n===null)throw new m("Mutation event index could not be opened after rebuild.",l.GENERIC_FAILURE,{code:"event_index_unavailable"});return{...n,source:"derived_index"}}function Ex(e){let t=e??"batch";if(t!=="batch"&&t!=="row")throw new m("Mutation event cursor mode must be batch or row.",l.USAGE,{code:"invalid_event_cursor_mode"});return t}async function ai(e={}){let t=E(e.cwd??process.cwd(),e.pmRoot);await I(t);let n=vx(e.limit),r=Ex(e.cursorMode);if(e.full===!0&&e.provenance===!0)throw new m("Mutation event projections are mutually exclusive. Use --provenance or --full.",l.USAGE);let o=await T(t),s=o.agent_identity.identity_vocabulary,i=Ip(o.agent_identity.harness_signals),a=Rp({provenance:e.provenanceFilter},i),c=Ve(e.harness),d=yx(e),{cursor:u,sinceTimestamp:p}=kx(e.since,d),f={...u?{after_ts:u.ts,after_stream_id:u.stream_id,after_stream_offset:u.stream_offset}:p?{since_ts:p}:{},ops:Ve(e.type),authors:Ve(e.author),harnesses:c,harness_alias_authors:c?Object.entries(s.aliases).filter(([,y])=>c.includes(y)).map(([y])=>y):void 0,agent_instances:Ve(e.agentInstance),provenance:[...a].map(([y,g])=>({dimension:y,values:[...g]})),stream_ids:Ve(e.item),limit:n},_=await Sx(t,f),h=_.events.map(y=>({...r==="row"?{cursor:_g(y,d)}:{},item_id:y.stream_id,version:y.stream_offset+1,ts:y.entry.ts,author:y.entry.author,type:y.entry.op,...y.entry.message===void 0?{}:{message:y.entry.message},patch_count:y.entry.patch.length,...e.full===!0?{entry:y.entry}:{},...e.provenance===!0?{provenance:xp(y.entry,s,{itemId:y.stream_id,version:y.stream_offset+1})}:{}}));return{events:h,count:h.length,has_more:_.has_more,cursor_mode:r,..._.events.length===0?{}:{next_cursor:_g(_.events[_.events.length-1],d)},source:_.source,...e.provenanceSummary===!0?{provenance_summary:Op(_.events.map(y=>y.entry),s,i)}:{}}}(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]="c7c75b13-7317-5089-9869-7e6e22ed95b2")}catch{}})();var Ax="1h",Tx="now",Cx="+1d";function Mt(e,t,n){n!==void 0&&e.push(`${t}="${n.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`)}function yg(e,t,n){let r={type:e,title:t,schedulePreset:"lightweight",parent:n.parent,allowMissingParent:n.allowMissingParent,tags:n.tags,priority:n.priority,body:n.body,description:n.description,author:n.author,message:n.message};return ve(n,r)}async function bg(e,t,n,r){let o=yg(e,t,n),s=[];return Mt(s,"start",n.start??Tx),n.end!==void 0?Mt(s,"end",n.end):Mt(s,"duration",n.duration??Ax),Mt(s,"location",n.location),Mt(s,"timezone",n.timezone),n.allDay===!0&&Mt(s,"all_day","true"),o.event=[s.join(",")],Lt(o,r)}function wg(e,t,n){return bg("Meeting",e,t,n)}function vg(e,t,n){return bg("Event",e,t,n)}function kg(e,t,n){let r=yg("Reminder",e,t),o=[];return Mt(o,"at",t.at??Cx),Mt(o,"text",t.text??e),r.reminder=[o.join(",")],Lt(r,n)}import Rr from"node:crypto";import{cp as Eg,lstat as Lx,mkdir as dn,readFile as qn,readdir as yd,rename as Cg,rm as wd,writeFile as di}from"node:fs/promises";import F from"node:path";import{constants as $t}from"node:os";(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]="1c74b5a9-67b8-597c-98de-a4487691081f")}catch{}})();var Sg=new Map([["EACCES",{summary:"was denied filesystem permission",recovery:"Grant the required filesystem access, then retry.",category:"permission"}],["EDQUOT",{summary:"exceeded the filesystem quota",recovery:"Raise or reclaim the filesystem quota, then retry.",category:"capacity"}],["EMFILE",{summary:"exhausted the process file-descriptor limit",recovery:"Close unused file handles or raise the process limit, then retry.",category:"resource"}],["ENFILE",{summary:"exhausted the host file-descriptor limit",recovery:"Free host file descriptors or raise the host limit, then retry.",category:"resource"}],["ENOMEM",{summary:"ran out of available memory",recovery:"Free memory or reduce concurrent work, then retry.",category:"resource"}],["ENOSPC",{summary:"ran out of storage space",recovery:"Free storage on the filesystem holding the project, then retry.",category:"capacity"}],["EPERM",{summary:"was denied by the host permission policy",recovery:"Grant the required filesystem permission, then retry.",category:"permission"}],["EROFS",{summary:"targeted a read-only filesystem",recovery:"Use a writable project filesystem or remount it read-write, then retry.",category:"permission"}]]),Ix=/^[a-z][a-z0-9_]{0,63}$/u,Rx=new Map([[$t.errno.EACCES,"EACCES"],[$t.errno.EDQUOT,"EDQUOT"],[$t.errno.EMFILE,"EMFILE"],[$t.errno.ENFILE,"ENFILE"],[$t.errno.ENOMEM,"ENOMEM"],[$t.errno.ENOSPC,"ENOSPC"],[$t.errno.EPERM,"EPERM"],[$t.errno.EROFS,"EROFS"]].filter(([e])=>Number.isInteger(e))),xx={capacity:{code:"host_environment_capacity_fault"},permission:{code:"host_environment_permission_fault"},resource:{code:"host_environment_resource_fault"}};function Ox(e){if(typeof e!="object"||e===null)return null;let t=e;return typeof t.code=="string"&&Sg.has(t.code)?t.code:typeof t.errno!="number"||!Number.isInteger(t.errno)?null:Rx.get(Math.abs(t.errno))??null}function Px(e,t,n={}){let r=Ox(e);if(r===null)return null;if(!Ix.test(t))throw new m("Host environment operation labels must be bounded identifiers.",l.USAGE,{code:"host_environment_operation_invalid",field:"operation"});let o=Sg.get(r);return new m(`Host filesystem operation ${t} ${o.summary}.`,l.GENERIC_FAILURE,{code:n.codes?.[o.category]??xx[o.category].code,reason:r,required:o.recovery,why:n.why??"The operating system refused a required project filesystem operation.",nextSteps:[o.recovery,...n.nextSteps??[]],...n.suggestedRetry?{recovery:{suggested_retry:n.suggestedRetry}}:{}})}async function ci(e,t,n={}){try{return await t()}catch(r){throw Px(r,e,n)??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]="2580e043-8675-5070-b57e-30cae333228c")}catch{}})();var Ig="https://schema.unbrained.dev/pm/workspace-snapshot/v1";var Rg=F.join("runtime","workspace-snapshots"),Nx=new Set(["checkpoints","locks","runtime","search","transactions"]),Fx=/^[a-z0-9][a-z0-9._-]*$/,Ir="sdk-workspace-transaction",gd={capacity:{code:"workspace_snapshot_storage_exhausted"},permission:{code:"workspace_snapshot_permission_denied"},resource:{code:"workspace_snapshot_resource_exhausted"}},xg={renameEntry:Cg,removeEntry:async e=>{await wd(e,{recursive:!0,force:!0})}},bd=class{lockPath;owner;intervalMs;timer;refresh;failure;constructor(t,n,r){this.lockPath=t,this.owner=n,this.intervalMs=Math.max(10,Math.floor(r*1e3/3))}start(){this.scheduleRenewal(),this.timer=setInterval(()=>{this.scheduleRenewal()},this.intervalMs),this.timer.unref()}async refreshNow(){this.scheduleRenewal(),await this.refresh,this.assertHealthy()}assertHealthy(){if(this.failure!==void 0)throw new Error("Workspace snapshot restore lost its writer lock",{cause:this.failure})}async stop(){this.timer!==void 0&&clearInterval(this.timer),await this.refresh,this.assertHealthy()}scheduleRenewal(){this.refresh!==void 0||this.failure!==void 0||(this.refresh=this.renew().catch(t=>{this.failure=t}).finally(()=>{this.refresh=void 0}))}async renew(){let t=JSON.parse(await qn(this.lockPath,"utf8"));if(typeof t!="object"||t===null||Array.isArray(t))throw new Error("Workspace writer lock has invalid structure");let n=t;if(n.id!==Ir||n.owner!==this.owner||n.pid!==process.pid)throw new Error("Workspace writer lock ownership changed");await _e(this.lockPath,`${JSON.stringify({...n,created_at:new Date().toISOString()},null,2)}
40
+ `)}};async function Og(e,t=""){let n=await yd(F.join(e,t),{withFileTypes:!0}),r=[];for(let o of n.sort((s,i)=>s.name.localeCompare(i.name))){if(t.length===0&&Nx.has(o.name))continue;let s=F.posix.join(t.replaceAll(F.sep,"/"),o.name);if(o.isSymbolicLink())throw new Error(`Workspace snapshots reject symbolic links: ${s}`);if(o.isDirectory())r.push(...await Og(e,s));else if(o.isFile())r.push(s);else throw new Error(`Workspace snapshots reject unsupported filesystem entries: ${s}`)}return r}async function Pg(e){let t=await Og(e),n=Rr.createHash("sha256"),r=[],o=0;for(let i of t){let a=await qn(F.join(e,i));r.push(a),o+=a.byteLength,n.update(i),n.update("\0"),n.update(String(a.byteLength)),n.update("\0"),n.update(a)}let s=n.digest("hex");return{manifest:{schema:Ig,fingerprint:s,files:t,bytes:o},contents:r}}function Ag(e){return e===void 0||e.byteLength===0?0:e.toString("utf8").split(`
41
+ `).filter(t=>t.trim().length>0).length}async function Mx(e,t){let n=new Map;for(let r=0;r<t.length;r+=32){let o=t.slice(r,r+32),s=await Promise.all(o.map(async i=>[i,await qn(F.join(e,i))]));for(let[i,a]of s)n.set(i,a)}return n}function vd(e){if(!Fx.test(e))throw new m("Snapshot names and fingerprints must use lowercase letters, digits, dots, underscores, or hyphens",l.USAGE,{code:"invalid_workspace_snapshot_target",required:"Provide a non-empty lowercase snapshot name or 64-character hexadecimal fingerprint.",why:"Snapshot targets are used as portable reference filenames and content identities.",examples:["pm workspace snapshot list --json","pm workspace snapshot inspect baseline --json"],nextSteps:["List available snapshots, then retry with a returned name or fingerprint."],recovery:{suggested_retry:"pm workspace snapshot list --json"}})}async function Lg(e,t){return ci(`workspace_snapshot_${e}`,t,{codes:{capacity:gd.capacity.code,permission:gd.permission.code,resource:gd.resource.code},why:"Snapshot create and restore copy authoritative tracker state before activation, so the stage needs capacity and write access up front.",nextSteps:["Reclaim rebuildable tracker cache space with pm gc, then retry."],suggestedRetry:"pm gc --json"})}function ln(e){return F.join(e,Rg)}function Ng(e){return new m(`Unknown workspace snapshot: ${e}`,l.NOT_FOUND,{code:"workspace_snapshot_not_found",required:"Use a snapshot name or fingerprint returned by snapshot list.",why:"The requested reference or immutable snapshot object does not exist.",examples:["pm workspace snapshot list --json"],nextSteps:["List available snapshots and retry with an exact target."],recovery:{suggested_retry:"pm workspace snapshot list --json"}})}async function Fg(e,t){try{return JSON.parse(await qn(e,"utf8"))}catch(n){throw Et(n)?Ng(t):n}}async function Tg(e,t,n){try{await wd(e,{recursive:n})}catch(r){throw Et(r)?Ng(t):r}}async function $x(e,t,n=xg){try{return await n.renameEntry(e,t),!1}catch(r){if(!(r instanceof Error&&"code"in r&&(r.code==="EEXIST"||r.code==="ENOTEMPTY")))throw r;return await n.removeEntry(e),!0}}async function Dx(e,t,n,r,o){await r.renameEntry(t,n);try{await r.renameEntry(e,t),await o?.()}catch(s){throw await r.renameEntry(n,t),await r.removeEntry(e),s}await r.removeEntry(n)}async function Ux(e,t){return vd(t),/^[a-f0-9]{64}$/.test(t)?t:(await Fg(F.join(ln(e),"refs",`${t}.json`),t)).fingerprint}async function kd(e,t={}){if(t.name!==void 0&&(vd(t.name),/^[a-f0-9]{64}$/.test(t.name)))throw new m("Snapshot names must not be 64-character lowercase hexadecimal fingerprints",l.USAGE,{code:"workspace_snapshot_name_reserved_fingerprint",required:"Choose a human-readable reference name that cannot be mistaken for a content fingerprint.",why:"Exact 64-character hexadecimal values address immutable objects.",examples:["pm workspace snapshot create baseline --json"],nextSteps:["Retry with a shorter descriptive snapshot name."]});let{manifest:n,contents:r}=await Pg(e),o=ln(e),s=F.join(o,"objects",n.fingerprint),i=!1;try{i=(await Lx(s)).isDirectory()}catch(a){if(!(a instanceof Error&&"code"in a&&Et(a)))throw a}if(!i){let a=F.join(o,"objects",`.create-${process.pid}-${Rr.randomUUID()}`);await Lg("create_object",async()=>{await dn(F.join(a,"files"),{recursive:!0});for(let[c,d]of n.files.entries()){let u=F.join(a,"files",d);await dn(F.dirname(u),{recursive:!0}),await di(u,r[c])}await di(F.join(a,"manifest.json"),`${JSON.stringify(n,null,2)}
42
+ `,"utf8"),await dn(F.dirname(s),{recursive:!0})}),i=await $x(a,s)}if(t.name!==void 0){let a={name:t.name,fingerprint:n.fingerprint},c=F.join(o,"refs");await dn(c,{recursive:!0});let d=F.join(c,`.ref-${process.pid}-${Rr.randomUUID()}`);await di(d,`${JSON.stringify(a,null,2)}
43
+ `,"utf8"),await Cg(d,F.join(c,`${t.name}.json`))}return{manifest:n,...t.name===void 0?{}:{name:t.name},deduplicated:i}}async function xr(e,t){let n=await Ux(e,t),r=await Fg(F.join(ln(e),"objects",n,"manifest.json"),t);if(r.schema!==Ig||r.fingerprint!==n)throw new m(`Snapshot manifest identity mismatch: ${t}`,l.CONFLICT,{code:"workspace_snapshot_manifest_mismatch",required:"Use an intact snapshot whose manifest fingerprint matches its object path.",why:"Content identity must be verified before snapshot data is trusted.",examples:["pm workspace snapshot list --json"],nextSteps:["Inspect or recreate the snapshot before restoring it."]});return r}async function Sd(e){let t=ln(e),n=await yd(F.join(t,"objects")).catch(o=>{if(o instanceof Error&&"code"in o&&Et(o))return[];throw o}),r=await yd(F.join(t,"refs")).catch(o=>{if(o instanceof Error&&"code"in o&&Et(o))return[];throw o});return{objects:await Promise.all(n.filter(o=>/^[a-f0-9]{64}$/.test(o)).sort().map(o=>xr(e,o))),references:await Promise.all(r.filter(o=>o.endsWith(".json")).sort().map(async o=>JSON.parse(await qn(F.join(t,"refs",o),"utf8"))))}}async function Ed(e,t){let n=await xr(e,t),{manifest:r,contents:o}=await Pg(e),s=new Map(r.files.map((p,f)=>[p,o[f]])),i=await Mx(F.join(ln(e),"objects",n.fingerprint,"files"),n.files),a=new Set(r.files),c=new Set(n.files),d=new Set([...a,...c]);for(let p of d){let f=s.get(p),_=i.get(p);f!==void 0&&_!==void 0&&f.equals(_)&&d.delete(p)}let u=r.files.filter(p=>p.startsWith("history/")&&p.endsWith(".jsonl")).map(p=>{let f=Ag(s.get(p)),_=Ag(i.get(p));return{path:p,current_entries:f,target_entries:_,removed_entries:Math.max(0,f-_)}}).filter(p=>p.removed_entries>0).sort((p,f)=>p.path.localeCompare(f.path));return{target_fingerprint:n.fingerprint,current_fingerprint:r.fingerprint,changed_file_count:d.size,removed_file_count:[...a].filter(p=>!c.has(p)).length,added_file_count:[...c].filter(p=>!a.has(p)).length,removed_item_count:[...a].filter(p=>p.endsWith(".toon")&&!c.has(p)).length,affected_history_stream_count:u.length,removed_history_entry_count:u.reduce((p,f)=>p+f.removed_entries,0),affected_history_streams:u,changes_authoritative_state:r.fingerprint!==n.fingerprint}}async function Mg(e,t,n={}){if(n.force!==!0)throw new m("Workspace snapshot restore requires explicit force confirmation; inspect the impact with planWorkspaceSnapshotRestore or pm workspace snapshot restore <target> --dry-run, then retry with force",l.USAGE,{code:"workspace_snapshot_force_required",required:"Preview the destructive impact, then explicitly confirm the restore.",why:"A restore replaces the complete authoritative tracker state.",examples:[`pm workspace snapshot restore ${t} --dry-run --json`,`pm workspace snapshot restore ${t} --force --json`],nextSteps:["Review the dry-run counts before retrying with --force."],recovery:{suggested_retry:`pm workspace snapshot restore ${t} --dry-run --json`}});let r=n.author?.trim()||"pm-sdk",o=n.lockTtlSeconds??60,s=n.lockWaitMs??5e3,i=await be(e,Ir,o,r,!1,!1,s),a=new bd(Wr(e,Ir),r,o);a.start(),await a.refreshNow();let c,d=!1,u=!1;try{let p=await Ed(e,t),f=await xr(e,t),_=await kd(e),h=f.fingerprint,y=ln(e),g=F.join(y,"objects",h,"files"),b=F.dirname(e),v=F.basename(e);c=F.join(b,`.${v}.restore-${Rr.randomUUID()}`);let S=F.join(b,`.${v}.backup-${Rr.randomUUID()}`);await Lg("restore_stage",async()=>{await dn(c,{recursive:!0}),await Eg(g,c,{recursive:!0,force:!1}),await dn(F.join(c,"runtime"),{recursive:!0}),await Eg(y,F.join(c,Rg),{recursive:!0,force:!1})});let A=await Zu({pmRoot:c,op:"workspace_snapshot_restore",author:r,message:n.message??`Restore workspace snapshot ${h}; recovery snapshot ${_.manifest.fingerprint}`,context:{target_fingerprint:h,pre_restore_fingerprint:_.manifest.fingerprint,changed_file_count:p.changed_file_count,removed_file_count:p.removed_file_count,removed_item_count:p.removed_item_count,affected_history_stream_count:p.affected_history_stream_count,removed_history_entry_count:p.removed_history_entry_count},lockTtlSeconds:o,lockWaitMs:s}),R=F.relative(c,A.historyPath).replaceAll("\\","/");await a.stop(),u=!0;let j=Wr(c,Ir);return await dn(F.dirname(j),{recursive:!0}),await di(j,await qn(Wr(e,Ir)),{flag:"wx"}),d=!0,await Dx(c,e,S,xg,async()=>{a.start(),u=!1,await a.refreshNow()}),await a.stop(),u=!0,{manifest:f,plan:p,recovery_fingerprint:_.manifest.fingerprint,audit_history_path:R,audit_operation:"workspace_snapshot_restore"}}catch(p){throw c!==void 0&&!d&&await Promise.allSettled([wd(c,{recursive:!0,force:!0})]),p}finally{try{u||await a.stop()}catch{}finally{await i()}}}async function $g(e,t){vd(t);let n=ln(e);if(!/^[a-f0-9]{64}$/.test(t))return await Tg(F.join(n,"refs",`${t}.json`),t,!1),{deleted:"reference",target:t};let{references:r}=await Sd(e);if(r.some(o=>o.fingerprint===t))throw new Error(`Snapshot object ${t} is still referenced`);return await Tg(F.join(n,"objects",t),t,!0),{deleted:"object",target: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]="41227e35-6354-5208-997b-e8a1cf696bf9")}catch{}})();function Or(e){let t={...e.args,...e.options};return ve(e.options,t)}function ft(e,t){let n=w(e,t);if(n!==void 0)return n;throw new m(`Missing required parameter: ${t}`,l.USAGE)}function Kn(e){return typeof e=="string"?[e]:ke(e)}function Dg(e){return rg(Or(e),e.global)}function Ug(e){let t=Or(e),n=t.cursorMode;if(n!==void 0&&n!=="batch"&&n!=="row")throw new m("Mutation event cursor mode must be batch or row.",l.USAGE,{code:"invalid_event_cursor_mode"});let r=n;return ai({cwd:w(t,"cwd"),pmRoot:w(t,"path"),since:w(t,"since"),type:Kn(t.type),author:Kn(t.author),item:Kn(t.item),limit:t.limit===void 0?void 0:Me(t.limit,"limit"),full:t.full===!0,cursorMode:r,...t.provenance===void 0?{}:{provenance:t.provenance===!0},...t.provenanceSummary===void 0?{}:{provenanceSummary:t.provenanceSummary===!0},...t.harness===void 0?{}:{harness:Kn(t.harness)},...t.agentInstance===void 0?{}:{agentInstance:Kn(t.agentInstance)},...t.provenanceFilter===void 0?{}:{provenanceFilter:Kn(t.provenanceFilter)}})}function Gg(e){let t=Or(e),n=ft(t,"subcommand");if(n==="install")return Yp({dryRun:t.dryRun===!0},e.global);if(n==="reconcile")return pg({dryRun:t.dryRun===!0,author:w(t,"author"),message:w(t,"message"),force:t.force===!0},e.global);if(n==="report")return yf({includeReconciled:t.includeReconciled===!0,cwd:w(t,"cwd")});if(n==="driver")return ug({artifact:ft(t,"artifact"),basePath:ft(t,"basePath"),oursPath:ft(t,"oursPath"),theirsPath:ft(t,"theirsPath"),outputPath:w(t,"outputPath")??w(t,"output"),itemPath:w(t,"itemPath"),prefer:w(t,"prefer")},e.global);throw xe({command_path:"merge",token:n,allowed:["install","reconcile","report","driver"],display_name:"merge"})}function jg(e){let t=Or(e),n=ft(t,"subcommand");if(n==="position")return qf(e.global);if(n!=="snapshot")throw xe({command_path:"workspace",token:n,allowed:["position","snapshot"],display_name:"workspace"});let r=w(t,"snapshotAction")??ft(t,"snapshot_action"),o=E(process.cwd(),e.global.path);if(r==="create")return kd(o,{name:w(t,"name")});if(r==="list")return Sd(o);let s=ft(t,"target");if(r==="inspect")return xr(o,s);if(r==="delete")return $g(o,s);if(r==="restore")return t.dryRun===!0?Ed(o,s):Mg(o,s,{force:t.force===!0,author:w(t,"author"),message:w(t,"message"),lockTtlSeconds:Me(t.lockTtlSeconds,"lockTtlSeconds"),lockWaitMs:Me(t.lockWaitMs,"lockWaitMs")});throw xe({command_path:"workspace snapshot",token:r,allowed:["create","list","inspect","restore","delete"],display_name:"workspace snapshot",token_kind:"action"})}function li(e){let t=Or(e),n=ft(t,"title");return e.action==="meet"?wg(n,t,e.global):e.action==="event"?vg(n,t,e.global):kg(n,t,e.global)}import Qx from"node:path";import Gx from"node:fs/promises";import qg 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]="5c70da27-21f6-5d31-b506-96e1818996d6")}catch{}})();var jx="templates",qx=".json",Kx=/^[A-Za-z0-9][A-Za-z0-9._-]{0,63}$/,zx=Po.map(e=>e.target).filter(e=>e!=="acceptanceCriteria"),Bx=new Set(zx);function Vx(e){let t=e.trim();if(!Kx.test(t))throw new m(`Invalid template name "${e}". Expected 1-64 characters matching [A-Za-z0-9][A-Za-z0-9._-]*.`,l.USAGE);return t}function Kg(e){return qg.join(e,jx)}function zg(e,t){return qg.join(Kg(e),`${t}${qx}`)}async function Hx(e){await I(e)}function Bg(e){return Object.fromEntries(Object.entries(e).sort(([t],[n])=>t.localeCompare(n)))}function Wx(e){let t={};for(let[n,r]of Object.entries(e))if(r!==void 0){if(Bx.has(n)){if(typeof r=="string"){t[n]=[r];continue}if(!Array.isArray(r))continue;let o=r.filter(s=>typeof s=="string");o.length>0&&(t[n]=o);continue}if(typeof r=="string"){t[n]=r;continue}Array.isArray(r)&&r.every(o=>typeof o=="string")&&(t[n]=[...r])}return Bg(t)}function Yx(e,t){if(typeof e!="object"||e===null||Array.isArray(e))throw new m(`Template "${t}" has invalid options payload.`,l.GENERIC_FAILURE);let n=e,r={};for(let[o,s]of Object.entries(n)){let i=o.trim();if(i.length===0)throw new m(`Template "${t}" contains an empty option key.`,l.GENERIC_FAILURE);if(typeof s=="string"){r[i]=s;continue}if(Array.isArray(s)&&s.every(a=>typeof a=="string")){r[i]=[...s];continue}throw new m(`Template "${t}" contains invalid value for option "${i}".`,l.GENERIC_FAILURE)}return Bg(r)}function Jx(e,t){let n;try{n=JSON.parse(e)}catch{throw new m(`Template "${t}" contains invalid JSON.`,l.GENERIC_FAILURE)}if(typeof n!="object"||n===null||Array.isArray(n))throw new m(`Template "${t}" has invalid document shape.`,l.GENERIC_FAILURE);let r=n,o=Yx(r.options,t),s=k();return{name:typeof r.name=="string"&&r.name.trim().length>0?r.name.trim():t,created_at:typeof r.created_at=="string"?r.created_at:s,updated_at:typeof r.updated_at=="string"?r.updated_at:s,options:o}}async function Xx(e,t){let n=await q(zg(e,t));if(n===null)throw new m(`Template "${t}" not found`,l.NOT_FOUND);return Jx(n,t)}async function Ad(e,t,n){let r=E(process.cwd(),n.path);await Hx(r);let o=Vx(e),s=Wx(t);if(Object.keys(s).length===0)throw new m("templates save requires at least one create option flag",l.USAGE);let i=k(),a=zg(r,o),c=i;await P(a)&&(c=(await Xx(r,o)).created_at);let d={name:o,created_at:c,updated_at:i,options:s},u=await T(r);return await Gx.mkdir(Kg(r),{recursive:!0}),await Je({pmRoot:r,filePath:a,raw:`${JSON.stringify(d,null,2)}
44
+ `,op:"templates:save",author:C(void 0,u.author_default),lockTtlSeconds:u.locks.ttl_seconds,lockWaitMs:u.locks.wait_ms}),{name:d.name,created_at:d.created_at,updated_at:d.updated_at,path:a,options:d.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]="f65b4f1f-5501-5829-a04b-d4fbcfb59f5c")}catch{}})();var Yg=["list","show","apply","lint"],Zx="schema-types",eO="schema-statuses",tO="schema-fields";function mi(){let e=x();return e===null?[]:e.profiles.map(t=>({name:t.name,profile:t.profile}))}function Jg(){let{profiles:e,warnings:t}=Vm(mi());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:Xm(n.definition)})),warnings:t,generated_at:k()}}function Xg(e){let t;try{t=Co(e,mi())}catch(r){throw new m(r instanceof Error?r.message:String(r),l.USAGE)}let{resolved:n}=t;return{action:"show",...Qm(n.definition),source:n.source,...n.package!==void 0?{package:n.package}:{},warnings:t.warnings,generated_at:k()}}function Qg(e){let t;try{t=Co(e,mi())}catch(o){throw new m(o instanceof Error?o.message:String(o),l.USAGE)}let{resolved:n}=t,r=yu(n.definition);return{action:"lint",name:n.definition.name,title:n.definition.title,source:n.source,...n.package!==void 0?{package:n.package}:{},ok:r.ok,error_count:r.errorCount,warning_count:r.warningCount,findings:r.findings,warnings:t.warnings,generated_at:k()}}function nO(e,t){return Qx.join(e,"templates",`${t}.json`)}async function rO(e,t){let n=await q(nO(e,t));if(n!==null)try{let r=JSON.parse(n);if(r!==null&&typeof r=="object"&&!Array.isArray(r)){let o=r.options;if(o!==null&&typeof o=="object"&&!Array.isArray(o))return o}}catch{}}async function Vg(e,t,n,r){let o=new Map;for(let s of r.templates){let i=await rO(e,s.name);i!==void 0&&o.set(s.name,i)}return{typesRaw:await q(st(e,t.files.types,ot.types)),statusesRaw:await q(st(e,t.files.statuses,ot.statuses)),fieldsRaw:await q(st(e,t.files.fields,ot.fields)),workflows:n.schema.type_workflows??[],settings:n,templates:o,installedPackages:new Set}}function zn(e){let t=[],n=[],r=[];for(let o of e)(o.status==="add"?t:o.status==="update"?n:r).push(o.key);return{added:t,updated:n,unchanged:r}}function Hg(e,t,n,r,o){return{action:"apply",name:e.name,title:e.title,applied:n,dry_run:r,changed:t.changed,types:zn(t.types.changes),statuses:zn(t.statuses.changes),fields:zn(t.fields.changes),workflows:zn(t.workflows.changes.map(s=>({key:s.type,status:s.status}))),config:zn(t.config.changes),templates:zn(t.templates.changes.map(s=>({key:s.name,status:s.status}))),packages:t.packages,warnings:[...new Set(o)].sort((s,i)=>s.localeCompare(i)),generated_at:k()}}async function oO(e){await I(e)}function sO(e){try{let t=Co(e,mi());return{profile:t.resolved.definition,warnings:t.warnings}}catch(t){throw new m(t instanceof Error?t.message:String(t),l.USAGE)}}async function Zg(e,t,n){let r=E(process.cwd(),n.path);await oO(r);let o=sO(e),s=o.profile,i=o.warnings,a=t.dryRun===!0,c=await T(r),d=Io(c.schema);if(a){let b=await Vg(r,d,c,s),v=Wg(s,b);return Hg(s,v,!1,!0,[...i])}let u=C(t.author,c.author_default),p=tp(c),f=!!t.force,_=[...i],h=[],y=async b=>{h.push(await be(r,b,c.locks.ttl_seconds,u,f,p.force_required_for_stale_lock,c.locks.wait_ms))},g;try{await y(Zx),await y(eO),await y(tO);let b=await Vg(r,d,c,s);if(g=Wg(s,b),g.types.changed){let v=st(r,d.files.types,ot.types);await Je({pmRoot:r,filePath:v,raw:To(g.types.file),op:"profile:apply-types",author:u,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms});let S=new Set(s.types.map(R=>Gm(R).name)),A=g.types.file.definitions.filter(R=>S.has(R.name));await tf(r,A,_,"profile:apply-type-folder"),_.push(...await Y({path:v,scope:"project",op:"profile:apply-types"}))}if(g.statuses.changed){let v=st(r,d.files.statuses,ot.statuses);await Je({pmRoot:r,filePath:v,raw:Jm(g.statuses.file),op:"profile:apply-statuses",author:u,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),_.push(...await Y({path:v,scope:"project",op:"profile:apply-statuses"}))}if(g.fields.changed){let v=st(r,d.files.fields,ot.fields);await Je({pmRoot:r,filePath:v,raw:Hm(g.fields.file),op:"profile:apply-fields",author:u,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),_.push(...await Y({path:v,scope:"project",op:"profile:apply-fields"}))}if(g.config.changed||g.workflows.changed){for(let v of g.config.changes){if(v.status==="unchanged")continue;let S=xo(v.key);S!==void 0&&Oo(c,S,v.value)}c.schema.type_workflows=g.workflows.result,await Re(r,c,"profile:apply-config")}for(let v of g.templates.changes)v.status!=="unchanged"&&await Ad(v.name,{...v.options},n)}finally{for(let b of h.reverse())try{await b()}catch{}}return Hg(s,g,g.changed,!1,_)}function Wg(e,t){try{return bu(e,t)}catch(n){throw new m(n instanceof Error?n.message:String(n),l.USAGE)}}import ty from"node:fs/promises";import ny 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 iO(e,t,n){let r=new Set,o=[];for(let s of e){let i=s.trim();if(i.length===0||r.has(i))continue;r.add(i);let a=t.get(i);if(a===void 0){o.push({id:i,entries:0,selected:!1,skip_reason:"no_stream"});continue}if(a.entries<=n){o.push({id:i,entries:a.entries,selected:!1,skip_reason:"already_compact"});continue}o.push({id:i,entries:a.entries,selected:!0,skip_reason:null})}return o}function aO(e,t){let n=[...e].sort((o,s)=>s.entries-o.entries||o.id.localeCompare(s.id)),r=[];for(let o of n){if(t.scope==="closed"&&o.bucket!=="closed"){r.push({id:o.id,entries:o.entries,selected:!1,skip_reason:"scope_mismatch"});continue}if(o.entries<=t.minEntries){r.push({id:o.id,entries:o.entries,selected:!1,skip_reason:"already_compact"});continue}if(t.allOver!==void 0&&o.entries<=t.allOver){r.push({id:o.id,entries:o.entries,selected:!1,skip_reason:"below_threshold"});continue}r.push({id:o.id,entries:o.entries,selected:!0,skip_reason:null})}return r}function ey(e,t){if(t.ids!==void 0&&t.ids.length>0){let n=new Map(e.map(r=>[r.id,r]));return iO(t.ids,n,t.minEntries)}return aO(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]="31152621-df59-54a5-a28d-63119e734e6e")}catch{}})();function cO(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 m("history-compact --before requires a non-empty value.",l.USAGE);if(/^\d+$/.test(n)){let s=Number.parseInt(n,10);if(!Number.isSafeInteger(s)||s<1||s>t.length+1)throw new m(`history-compact --before version must be between 1 and ${t.length+1}.`,l.USAGE);let i=Math.max(0,Math.min(t.length,s-1));return{kind:"version",raw:n,compactCount:i,retainedCount:t.length-i}}let r=Date.parse(n);if(!Number.isFinite(r))throw new m(`Invalid history-compact --before value "${e}". Use a version number or ISO timestamp.`,l.USAGE);let o=0;for(let[s,i]of t.entries()){let a=Date.parse(i.ts);if(!Number.isFinite(a))throw new m(`History for this item contains invalid timestamp at entry ${s+1}.`,l.GENERIC_FAILURE);if(a>=r)break;o+=1}return{kind:"timestamp",raw:n,compactCount:o,retainedCount:t.length-o}}function dO(e,t){let n=jo(),r=jo();for(let o=0;o<e.length;o+=1){let s=e[o];if(Sn(n)!==s.before_hash)throw new m(`history-compact detected before-hash drift at entry ${o+1}; run pm history-repair first.`,l.CONFLICT);if(n=Ko(n,s.patch,o+1,s.op),Sn(n)!==s.after_hash)throw new m(`history-compact detected after-hash drift at entry ${o+1}; run pm history-repair first.`,l.CONFLICT);o+1===t&&(r=structuredClone(n))}return{checkpoint:r,finalReplay:n}}function lO(e,t,n){let r=structuredClone(t),o=[];for(let[s,i]of e.entries()){let a=Sn(r);r=Ko(r,i.patch,n+s+1,i.op),o.push({...i,before_hash:a,after_hash:Sn(r)})}return{entries:o,finalReplay:r}}async function mO(e,t,n){let r=e.located?await H(e.located,{schema:t.schema}):null;return r?{loadedItem:r,currentItemRawBeforeLock:r.raw,matchedChainBefore:Sn(nr(r.document))===n[n.length-1]?.after_hash}:{loadedItem:null,currentItemRawBeforeLock:null,matchedChainBefore:null}}function uO(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 pO(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 fO(e){if(!e.changed)return{rewrittenEntries:e.historyEntries,baselineEntryAdded:!1,auditEntryAdded:!1};let{checkpoint:t,finalReplay:n}=dO(e.historyEntries,e.boundary.compactCount),r=e.historyEntries.slice(e.boundary.compactCount),o=lO(r,t,e.boundary.compactCount),i=[qe({nowIso:k(),author:e.author,op:"history_compact_baseline",before:Ht(jo()),after:Ht(t),message:pO(e.boundary)}),...o.entries];return e.dryRun||i.push(qe({nowIso:k(),author:e.author,op:"history_compact",before:Ht(n),after:Ht(n),message:uO(e.options,e.boundary)})),{rewrittenEntries:i,baselineEntryAdded:!0,auditEntryAdded:!e.dryRun}}async function _O(e){return up({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})=>mp({historyPath:e.historyPath,nextHistoryRaw:Wt(e.rewrittenEntries),historyRawUnderLock:t}),applyPostRewrite:async()=>Y({path:e.historyPath,scope:"project",op:"history_compact:history"})})}async function Td(e,t,n){let r=E(process.cwd(),n.path);await I(r);let o=await T(r),s=O(o,x()),i=await pp(r,e,o,s.type_to_folder),a=i.historyPath,c=await q(a);if(c===null)throw new m(`No history stream exists for ${i.id}.`,l.NOT_FOUND);let d=await kn(a,i.id);if(d.length===0)throw new m(`No history entries exist for ${i.id}; nothing to compact.`,l.USAGE);let u=ka(d);if(!u.ok)throw new m(`history-compact requires a valid history chain (${u.errors.join(", ")}). Run pm history-repair ${i.id} first.`,l.CONFLICT);let p=cO(t.before,d),f=p.compactCount>0,_=!!t.dryRun,h=C(t.author,o.author_default),y=[];f||y.push("history_compact_noop_before_boundary");let g=await mO(i,o,d);g.matchedChainBefore===!1&&y.push("history_compact_item_chain_mismatch");let{rewrittenEntries:b,baselineEntryAdded:v,auditEntryAdded:S}=fO({historyEntries:d,boundary:p,changed:f,dryRun:_,author:h,options:t}),A=ka(b);if(!A.ok)throw new m(`history-compact produced an invalid rewritten chain (${A.errors.join(", ")}).`,l.GENERIC_FAILURE);f&&!_&&y.push(...await _O({pmRoot:r,subject:i,settings:o,typeRegistry:s,historyRawBeforeLock:c,currentItemRawBeforeLock:g.currentItemRawBeforeLock,author:h,force:t.force,loadedItem:g.loadedItem,historyPath:a,rewrittenEntries:b}));let R=p.retainedCount>0?p.compactCount+1:null;return{id:i.id,dry_run:_,changed:f,compact_boundary:{kind:p.kind,before:p.raw,entries_compacted:p.compactCount,entries_retained:p.retainedCount,first_retained_entry:R},history:{path:a,entries_scanned:d.length,entries_after:b.length,baseline_entry_added:v,audit_entry_added:S,verify_ok:A.ok,verify_errors:A.errors},item:{exists:i.located!==null,path:i.located?.itemPath??null,matched_chain_before:g.matchedChainBefore},warnings:[...new Set(y)].sort((j,M)=>j.localeCompare(M)),generated_at:k()}}var hO=3;function gO(e){let t=es(e.ids);if(e.ids!==void 0&&t==="")throw new m("history-compact ids requires at least one valid item ID.",l.USAGE,{code:"bulk_ids_input_empty",required:"Provide one or more string or finite numeric IDs; non-finite and unsupported selector values are rejected."});return{...e,ids:t===void 0?void 0:Zo(t)}}function ry(e,t){let n=t.ids!==void 0&&t.ids.length>0,r=t.allOver!==void 0||t.scope!==void 0;if((e!==void 0?1:0)+(n?1:0)+(r?1:0)===0)throw new m("history-compact: provide an item <id>, or a bulk selector (--ids, --all-over <N>, --closed, or --all-streams).",l.USAGE);if(e!==void 0&&(n||r))throw new m("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.",l.USAGE);if(n&&r)throw new m("history-compact: --ids is mutually exclusive with --all-over/--closed/--all-streams; pass an explicit id list or a scan selector, not both.",l.USAGE)}function yO(e){let t=0;for(let n of e.split(/\r?\n/))n.trim().length>0&&(t+=1);return t}async function bO(e){let t=$(e.settings.schema),n=_s(t),r=await ce(e.pmRoot,e.settings.item_format,e.typeToFolder,void 0,e.settings.schema),o=new Map(r.map(d=>[d.id,n.classify(d.status)])),s=ny.join(e.pmRoot,"history"),i=[],a=[];if(!await P(s))return{candidates:i,preselectionErrors:a};let c=(await ty.readdir(s)).filter(d=>d.endsWith(".jsonl")).sort((d,u)=>d.localeCompare(u));for(let d of c){let u=ny.join(s,d),p=d.slice(0,-6);try{let f=await ty.readFile(u,"utf8");await gn({path:u,scope:"project"}),i.push({id:p,entries:yO(f),bucket:o.get(p)??null})}catch(f){a.push({id:p,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 wO(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 Td(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 oy(e,t){let n=gO(e),r=E(process.cwd(),t.path);await I(r);let o=await T(r),s=O(o,x()),{candidates:i,preselectionErrors:a}=await bO({pmRoot:r,settings:o,typeToFolder:s.type_to_folder}),c=n.ids!==void 0&&n.ids.length>0?"ids":"scan",d=e.minEntries??hO,u=o.history.compact_policy,p=c==="scan"&&e.allOver===void 0&&u.enabled,f=e.allOver??(p?u.max_entries:void 0),_=ey(i,{ids:n.ids,scope:e.scope,minEntries:d,allOver:f}),h=!!e.dryRun,y=[...a],g={streams_considered:i.length+a.length,selected:0,items_compacted:0,items_skipped:0,items_errored:a.length};for(let b of _){let v=await wO({row:b,options:n,dryRun:h,global:t});if(y.push(v.result),!v.selected){g.items_skipped+=1;continue}g.selected+=1,v.compacted&&(g.items_compacted+=1),v.errored&&(g.items_errored+=1)}return{bulk:!0,dry_run:h,mode:c,scope:e.scope??null,criteria:{min_entries:d,all_over:f??null,policy_threshold_applied:p},totals:g,results:y,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]="4888a558-7f50-5c28-8e29-fcd19180cbd4")}catch{}})();function sy(e){let t=e.options.all===!0,n=e.id??w(e.options,"id");return bf(n,t),t?ls(e.options,e.global):ds(n,e.options,e.global)}function iy(e){let t=e.options.ids,n=es(t);if(t!==void 0&&n==="")throw new m("history-compact ids requires at least one valid item ID.",l.USAGE,{code:"bulk_ids_input_empty",required:"Provide one or more string or finite numeric IDs; non-finite and unsupported selector values are rejected."});let r=n===void 0?void 0:Zo(n),o=Me(e.options.allOver??e.options.all_over,"history-compact allOver"),s=Me(e.options.minEntries??e.options.min_entries,"history-compact minEntries"),i=w(e.options,"scope"),a=[];e.options.closed===!0&&a.push("closed"),(e.options.allStreams===!0||e.options.all_streams===!0)&&a.push("all-streams"),(i==="closed"||i==="all-streams")&&a.push(i);let c=[...new Set(a)];if(c.length>1)throw new m("history-compact: closed and all-streams scopes are mutually exclusive.",l.USAGE);let d=c[0];return ry(e.id,{ids:r,allOver:o,scope:d}),e.id!==void 0?Td(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):oy({ids:r,scope:d,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]="d1930c5a-6849-5f78-8090-a436f61711ae")}catch{}})();function ui(e){return Ro("in_progress",e)??e.open_status}(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]="08dcee99-5572-5133-b76a-6a50e4e292e7")}catch{}})();async function Cd(e,t,n,r){let o=t.trim();if(o.length===0)throw new m("pm item reopen requires a non-empty recurrence reason.",l.USAGE,{code:"reopen_reason_required",required:"Describe why the terminal work became active again.",recovery:{suggested_retry:`pm item reopen ${e} "<recurrence reason>"`,suggested_retry_args:["item","reopen",e,"<recurrence reason>"]}});let s=E(process.cwd(),r.path),i=$((await T(s)).schema),a=i.open_status,c=ui(i),d=n.status??a,u=Q(d,i)??d;if(u!==a&&u!==c)throw new m(`Reopen target status must be ${a} or ${c}; received ${d}.`,l.USAGE,{code:"reopen_target_status_invalid",required:"Choose the workspace open or in-progress lifecycle status.",recovery:{allowed_values:[...new Set([a,c])],suggested_retry:`pm item reopen ${e} "${o}" --status ${a}`,suggested_retry_args:["item","reopen",e,o,"--status",a]}});let p=await eh(e,{status:u,unset:["close-reason","resolution","expected-result","actual-result","fixed-version"],author:n.author,message:n.message,force:n.force},r,o);return{item:p.item,changed_fields:p.changed_fields,warnings:p.warnings,recurrence:p.lifecycle_transition}}(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]="55869854-565d-52d2-8dca-b66aade074bb")}catch{}})();function ay(e,t){let n=e.id??w(t,"id");if(!n)throw new m("Missing required argument: id",64);return n}function cy(e,t){return w(e.args,"reason")??w(e.args,"text")??w(t,"reason")??w(t,"text")}async function dy(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options);return Ge(await dt(ay(e,r),cy(e,r),{...r,force:e.force===!0||r.force===!0},e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function ly(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options);return Ge(await Cd(ay(e,r),cy(e,r)??"",{...r,force:e.force===!0||r.force===!0},e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}(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]="c2ef0de1-bc44-5550-862c-f3929334fbef")}catch{}})();function my(e,t,n){let r;if(typeof e.lines=="string")r=ms(e.lines);else if(e.lineRange!==void 0){if(e.lineRange===null||typeof e.lineRange!="object"||Array.isArray(e.lineRange))throw new RangeError("Source line range must be an object with numeric start and end values.");r=ms(`${String(Reflect.get(e.lineRange,"start"))}:${String(Reflect.get(e.lineRange,"end"))}`)}return{paths:t,scope:e.scope==="project"||e.scope==="global"?e.scope:void 0,limit:n(e.limit,"files lookup limit"),offset:n(e.offset,"files lookup offset"),noTruncate:e.noTruncate===!0,strictRead:e.strictRead===!0,explain:e.explain===!0,lineRange:r,decisionDepth:n(e.decisionDepth,"files lookup decision depth")}}(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]="5ceccf7d-78cb-5750-8e4b-793efa6e716c")}catch{}})();var vO=ma("list").properties.outputSession,kO={outputInclude:{type:"string",minLength:1,description:"Comma-separated fields or sections retained by any built-in read action."},outputLimit:{anyOf:[{type:"integer",minimum:1},{const:"unbounded"}],description:"Universal read row ceiling, or unbounded to disable the shared ceiling."},outputBudget:{anyOf:[{type:"integer",minimum:1},{const:"unbounded"}],description:"Universal estimated-token ceiling, or unbounded to return the complete read result."},outputFormat:{type:"string",enum:["json","toon"],description:"Universal read-result encoding selector."},outputSession:{...vO},outputCursor:{type:"string",minLength:1,description:"Opaque continuation cursor returned after budget compaction of a declared row collection."}},uy={type:"object",properties:{cwd:{type:"string",description:"Workspace directory to run the native pm operation in. Defaults to the MCP server process cwd."},path:{type:"string",description:"Optional pm data root, equivalent to PM_PATH/global --path. Leave unset for real repository tracking."},author:{type:"string",description:"Optional mutation author override. Otherwise pm uses PM_AUTHOR, project settings, or detected harness identity."},tokenAccounting:{type:"boolean",description:"Attach the same bounded per-section token-cost receipt emitted by CLI --token-accounting."}},additionalProperties:!0},re={type:"string",description:"pm item id, for example pm-abc1."},SO=`Operation name (one of): ${ia.join(", ")}. Package-owned actions are available dynamically when their provider package is installed.`,EO={status:{type:"string",description:"Alias for options.status."},type:{type:"string",description:"Alias for options.type."},tag:{type:"string",description:"Alias for options.tag."},priority:{type:"string",description:"Alias for options.priority."},limit:{type:["string","number"],description:"Alias for options.limit."},offset:{type:["string","number"],description:"Alias for options.offset."}},AO={mode:{type:"string",description:"Alias for options.mode."},status:{type:"string",description:"Alias for options.status."},type:{type:"string",description:"Alias for options.type."},tag:{type:"string",description:"Alias for options.tag."},priority:{type:"string",description:"Alias for options.priority."},limit:{type:["string","number"],description:"Alias for options.limit."}};function D(e,t=[]){return{...uy,properties:{...uy.properties,...e},required:t}}var TO=[{name:"pm_run",description:"Run any supported pm operation natively through the pm library. Use this for commands not covered by narrower pm_* tools.",inputSchema:D({action:{type:"string",enum:[...ia],description:SO},id:re,query:{type:"string",description:"Search query for action=search."},reason:{type:"string",description:"Close reason for action=close."},force:{type:"boolean",description:"Force ownership/terminal-state override when supported."},subcommand:{type:"string",description:"Subcommand selector for actions that take one (for example telemetry, or schema \u2014 prefer the dedicated pm_schema tool for schema operations)."},options:{type:"object",description:"Underlying pm command options using camelCase keys."},fullChangedFields:{type:"boolean",description:"For mutation actions, return the full changed_fields array instead of the default changed_field_count."},idOnly:{type:"boolean",description:"For single-item mutation actions, return only id and status."},...kO},["action"])},{name:"pm_discover",description:"Discover the smallest relevant authorized pm tool catalog under an explicit token budget. Ranking is deterministic and returns public lexical, semantic, graph, permission, freshness, and usage signal explanations. Continue with next_cursor; set includeSchema=true only when complete input schemas are needed.",inputSchema:D({query:{type:"string",maxLength:4096,description:"Free-text capability intent. Empty text lists by stable policy order."},family:{type:"string",enum:["workspace","intake","context","lifecycle","evidence","graph","quality","automation","extensions","internal"],description:"Optional stable capability-family filter."},tier:{type:"string",enum:["core","standard","full"],description:"Maximum command visibility tier included in results."},limit:{type:"integer",minimum:1,maximum:100,description:"Maximum result rows; defaults to 10."},cursor:{type:"string",minLength:1,maxLength:4096,description:"Opaque next_cursor from an equivalent discovery request."},includeSchema:{type:"boolean",description:"Include complete tool input schemas; false by default."},outputBudget:{anyOf:[{type:"integer",minimum:128},{const:"unbounded"}],description:"Estimated-token ceiling; defaults to 1200."}})},{name:"pm_context",description:"Return the agent-oriented project context snapshot. Pass options.depth=brief|standard|deep|full (full = every section with no per-section row cap), options.parent='<id>' to scope the snapshot to one item's subtree (the item plus all descendants), options.fields='id,title,priority' to project focus rows to a field subset for low-token reads, or options.section=['hierarchy','progress',...] to pick sections.",inputSchema:D({options:{type:"object"}})},{name:"pm_next",description:"Recommend the next actionable work item: the single highest-priority READY item (active status, no open blockers, no open children; completed containers surface only when no concrete leaf work is ready) plus the ranked ready and blocked queues. The recommended item carries a rationale and each blocked item lists the open blockers gating it. Pass options.parent='<id>' to scope to one subtree, options.limit=N to cap ready rows, options.readyOnly=true to omit the blocked list, or filters (options.type/tag/priority/assignee/sprint/release). The most token-efficient 'what should I do now?' read for agents.",inputSchema:D({options:{type:"object"}})},{name:"pm_search",description:"Search pm items with keyword, semantic, or hybrid search. Defaults to a compact projection for token efficiency. Pass options.mode=keyword|semantic|hybrid, options.limit=N to cap hits, options.status='all' for no lifecycle restriction, options.fields='id,title,score' for a custom projection, or options.full=true for full item bodies (can be large). The result echoes the applied filters and projection mode in query_summary.",inputSchema:D({query:{type:"string"},options:{type:"object"},...AO},["query"])},{name:"pm_list",description:"List pm items with status/type/tag/priority filters. Defaults to compact projection for token efficiency. options.status accepts CSV (all,open,in_progress). Pass options.compact=false or options.includeBody=true for full bodies/comments. Pass options.brief=true for ultra-terse (id/status/type/title only). Pass options.fields='id,title,priority' for custom projection. Pass options.limit=N to cap row count. The result echoes the applied filters and projection mode in query_summary.",inputSchema:D({options:{type:"object"},...EO})},{name:"pm_get",description:"Read one pm item with shared SDK projections. Pass options.depth='brief' or options.fields='id,title,status' for low-token inspection, options.fields='id,schedule.start_at' for schedule context, or options.at='7' / an ISO timestamp for a verified mutation-free historical read. Parent results include bounded child counts, samples, and continuation metadata.",inputSchema:D({id:re,options:{type:"object",description:"Get options such as depth=brief|standard|deep|full, fields=id,title,status, or at=<version|ISO timestamp>."}},["id"])},{name:"pm_events",description:"Read a bounded, cursor-resumable page of committed mutation events across item history streams. Batch cursors are the token-efficient default; pass cursorMode=row for per-event checkpoints.",inputSchema:D({since:{type:"string",description:"Durable event cursor or ISO timestamp lower bound."},type:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},author:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},item:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},limit:{type:"integer",minimum:0,maximum:1e3},full:{type:"boolean"},cursorMode:{type:"string",enum:["batch","row"],description:"Cursor framing: batch returns one terminal next_cursor (default); row also adds a cursor to every event."}})},{name:"pm_create",description:"Create a pm item natively and write pm history. Output is compact by default (changed_fields replaced with changed_field_count for token efficiency); pass fullChangedFields=true for the full changed_fields array.",inputSchema:D({fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},allowMissingParent:{type:"boolean",description:"Allow unresolved parent references and emit a validation warning."},allowDuplicate:{type:"boolean",description:"Explicitly create when strict similarity governance finds likely duplicates."},options:{type:"object",description:"Create options. title and description are required."}},["options"])},{name:"pm_mutate",description:"Apply an ordered create/update/close/release batch atomically through the public pm SDK. Create rows may declare ref and omit id; @ref forward references resolve deterministically from the stable transactionId. Set dryRun=true to validate and preview without writes.",inputSchema:D({transactionId:{type:"string",description:"Stable idempotency key for this atomic mutation batch."},mutations:{type:"array",minItems:1,description:"Ordered rows shaped as {op:create|update|close|release,id?,ref?,options?,reason?}.",items:{type:"object",properties:{op:{type:"string",enum:["create","update","close","release"]},id:re,ref:{type:"string",description:"Batch-local create alias; its deterministic id can be referenced as @alias by any row."},reason:{type:"string"},options:{type:"object"}},required:["op"],additionalProperties:!1}},dryRun:{type:"boolean",description:"Validate and preview without writing."},createCompensation:{type:"string",enum:["close","delete"],description:"How a failed batch compensates created items; defaults to close."},lockTtlSeconds:{type:"number"},lockWaitMs:{type:"number"}},["transactionId","mutations"])},{name:"pm_copy",description:"Copy an existing pm item into a new id while resetting lifecycle fields. Output is compact by default (changed_fields replaced with changed_field_count); pass fullChangedFields=true for the full changed_fields array.",inputSchema:D({id:re,fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},idOnly:{type:"boolean",description:"Return only id and status."},options:{type:"object",description:"Copy options such as title override, author, and message."}},["id"])},{name:"pm_focus",description:"Set, clear, or show the session focused item. When focused, pm_create defaults its parent to the focused item (an explicit parent still overrides). Pass id to focus an item, options.clear=true to clear, or neither to show current focus.",inputSchema:D({id:re,clear:{type:"boolean",description:"Clear the focused item (cannot be combined with id)."},options:{type:"object",description:"Focus options such as clear (boolean)."}},[])},{name:"pm_update",description:"Update pm item metadata/body/dependencies/log seeds natively. Output is compact by default (changed_fields replaced with changed_field_count); pass fullChangedFields=true for the full changed_fields delta.",inputSchema:D({id:re,fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},options:{type:"object"}},["id","options"])},{name:"pm_append",description:"Append markdown text to a pm item body and write pm history. Useful for seeding evidence/log entries before close. Output is compact by default (changed_fields replaced with changed_field_count); pass fullChangedFields=true for the full changed_fields array.",inputSchema:D({id:re,body:{type:"string",description:"Markdown text to append to the item body. Required here or as options.body."},fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},options:{type:"object",description:"Append options such as body, author, and message."}},["id"])},{name:"pm_claim",description:"Claim a pm item.",inputSchema:D({id:re,force:{type:"boolean"},options:{type:"object"}},["id"])},{name:"pm_release",description:"Release a pm item claim.",inputSchema:D({id:re,force:{type:"boolean"},options:{type:"object"}},["id"])},{name:"pm_close",description:"Close a pm item with optional close reason and optional close validation (reason requirement follows governance settings). Output is compact by default (changed_fields replaced with changed_field_count); pass fullChangedFields=true for the full changed_fields array.",inputSchema:D({id:re,reason:{type:"string",description:"Close reason text when provided or required by governance settings."},duplicateOf:{type:"string",description:"Canonical item id when closing this item as a duplicate."},fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},idOnly:{type:"boolean",description:"Return only id and status."},options:{type:"object"}},["id"])},{name:"pm_comments",description:"List, add, edit, or delete comments on a pm item. Use options.add to append, options.edit=<1-based index> with replacement text to fix a comment, or options.delete=<1-based index> to remove one. options.ifAbsent applies only to options.add for retry-safe author-and-text deduplication and cannot combine with options.edit or options.delete. List calls default to the most recent 20 comments with total_count/has_more metadata for token efficiency. Pass options.limit=N to choose a page size, options.limit=0 for summary-only metadata, or options.full=true for full history.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_files",description:"List, add, remove, or validate linked files for a pm item.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_docs",description:"List, add, or remove linked docs for a pm item.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_notes",description:"List, add, edit, or delete structured notes on a pm item. options.ifAbsent applies only to options.add for retry-safe author-and-text deduplication and cannot combine with options.edit or options.delete. Omit mutation options to list existing notes.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_learnings",description:"List, add, edit, or delete learnings on a pm item. options.ifAbsent applies only to options.add for retry-safe author-and-text deduplication and cannot combine with options.edit or options.delete. Omit mutation options to list existing learnings.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_deps",description:"Read dependency trees/graphs or one bounded explainable relationship context packet. Use options.format=context with direction, kind, depth, node, edge, token, and cursor bounds; context returns a counts-first summary, per-node roles/reasons, root evidence pointers, and enumerated missing references.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_graph",description:"Run bounded workspace relationship-graph queries: ancestors/descendants (hierarchy), predecessors/successors (ordering), paths, impact (blast radius), analyze (execution + knowledge analytics), audit (governance findings with change-since-baseline deltas), communities (label-propagation clusters), redundancy (transitively implied edges), dominators (structural bottlenecks), slack (critical-path method float per task), centrality (betweenness/closeness/degree with directed fan-in/out), articulation (cut points and bridges \u2014 single points of failure), plan (dry-run remediation proposals derived from the audit), and index (durable cross-process graph index status/rebuild/clear). Traversals, paths, impact, and dominators require id; paths also requires target. Options support kind, maxDepth, limit, after, direction, maxPaths, sample, exemptIsolate, exemptIsolateType, saveBaseline (audit), rebuild/clear (index), and counts-first summary.",inputSchema:D({subcommand:{type:"string",enum:[...du]},id:re,target:re,options:{type:"object"}},["subcommand"])},{name:"pm_test",description:"List, add, remove, or run linked tests for a pm item.",inputSchema:D({id:re,options:{type:"object"}},["id"])},{name:"pm_validate",description:"Run pm validation checks.",inputSchema:D({options:{type:"object"}})},{name:"pm_health",description:"Run pm health diagnostics. Pass options.brief=true for compact low-token details, options.skipIntegrity=true, options.skipDrift=true, options.skipVectors=true for a fast status-only check, or options.full=true for the complete deep check.",inputSchema:D({options:{type:"object"}})},{name:"pm_contracts",description:"Inspect pm command, flag, schema, and availability contracts.",inputSchema:D({options:{type:"object"}})},{name:"pm_schema",description:"Inspect or modify the workspace item-type/status/field schema (pm schema). subcommand selects the operation; name carries the item type name (show/add-type/remove-type), status id (show-status/add-status/remove-status), or field key (show-field/add-field/remove-field). apply-preset adopts a domain type preset; add-type with infer=true derives types from title-prefix conventions. Schema mutations write workspace config files, not item history.",inputSchema:D({subcommand:{type:"string",enum:["list","show","show-status","add-type","remove-type","add-status","remove-status","add-field","remove-field","list-fields","show-field","apply-preset"],description:"Schema subcommand to run."},name:{type:"string",description:"Item type name (show/add-type/remove-type), status id (show-status/add-status/remove-status), or custom field key (show-field/add-field/remove-field). Required for those subcommands."},description:{type:"string",description:"Custom item type, status, or field description for add-type/add-status/add-field."},defaultStatus:{type:"string",description:"Default status for add-type."},folder:{type:"string",description:"Storage folder for add-type."},alias:{type:"array",items:{type:"string"},description:"Aliases for add-type/add-status, or extra CLI flag aliases for add-field."},role:{type:"array",items:{type:"string",enum:[...Ki]},description:`Lifecycle roles for add-status: ${Ki.join(", ")}.`},order:{type:"number",description:"Display/sort order for add-status."},fieldType:{type:"string",enum:["string","number","boolean","string_array"],description:"Value type for a custom field (add-field)."},commands:{type:"array",items:{type:"string"},description:"Commands a custom field is wired onto (add-field): create, update, update_many, list, search, calendar, context."},cliFlag:{type:"string",description:"Override the auto-derived CLI flag for a custom field (add-field)."},required:{type:"boolean",description:"Mark a custom field as always required (add-field)."},requiredOnCreate:{type:"boolean",description:"Mark a custom field as required at create time (add-field)."},allowUnset:{type:"boolean",description:"Whether a custom field may be cleared via --unset (add-field); defaults to true."},requiredTypes:{type:"array",items:{type:"string"},description:"Restrict a custom field's requirement to specific item types (add-field)."},typePreset:{type:"string",enum:["agile","ops","research"],description:"Domain type preset to adopt (apply-preset)."},infer:{type:"boolean",description:"Infer item types from title-prefix conventions (add-type); previews unless apply is true."},minCount:{type:"number",description:"Minimum items sharing a prefix for add-type inference (default 10)."},apply:{type:"boolean",description:"Register inferred types (add-type infer); without it the call previews only."},force:{type:"boolean",description:"Override removal guardrails for destructive schema changes when supported."},options:{type:"object",description:"Additional schema options using camelCase keys."}},["subcommand"])},{name:"pm_profile",description:"List, show, apply, or lint project profiles (pm profile) \u2014 archetype bundles that stage item types, statuses, fields, per-type workflows, config knobs, create templates, and recommended packages. subcommand selects the operation; name carries the profile name (agile, ops, research) for show/apply/lint. apply stages every dimension idempotently; dryRun previews the diff without writing; lint reports author-time consistency findings (graded error/warning) without touching the tracker. Profile staging writes workspace config/schema files, not item history.",inputSchema:D({subcommand:{type:"string",enum:["list","show","apply","lint"],description:"Profile subcommand to run."},name:{type:"string",description:"Profile name for show/apply/lint. Required for those subcommands. Built-ins are agile, ops, and research; an active extension can contribute additional archetype names that resolve here too."},dryRun:{type:"boolean",description:"Preview the apply diff without writing any files (apply)."},author:{type:"string",description:"Mutation author for apply."},force:{type:"boolean",description:"Force ownership/lock override for apply."},options:{type:"object",description:"Additional profile options using camelCase keys."}},["subcommand"])},{name:"pm_config",description:"Read or write pm workspace configuration (pm config). configAction selects get/set/list/export; key/value address a single setting for get/set. scope chooses the project (default) or global settings file.",inputSchema:D({configAction:{type:"string",enum:["get","set","list","export"],description:"Config operation to perform. get/set require key; list/export dump the resolved settings surface."},key:{type:"string",description:"Settings key for get/set, for example governance-require-close-reason, telemetry-tracking, or a nested leaf such as search_provider (dash and underscore variants accepted; configAction=get without a key lists supported keys in the error)."},value:{type:"string",description:"New value for configAction=set."},scope:{type:"string",enum:["project","global"],description:"Settings scope to read or write. Defaults to project."},options:{type:"object",description:"Additional config options such as criterion, clearCriteria, format, or policy."}},["configAction"])},{name:"pm_plan",description:"Run agent-optimized Plan workflows. options.subcommand selects: create|show|add-step|update-step|complete-step|block-step|reorder-step|remove-step|link|unlink|decision|discovery|validation|resume|approve|materialize. Provide id for all non-create subcommands; provide stepRef for step lifecycle subcommands. Plans store agent-readable steps with dependencies, decisions, discoveries, validation, and resume context.",inputSchema:D({id:{type:"string",description:"Plan id (required for all subcommands except create)."},stepRef:{type:"string",description:"Step id or order for step lifecycle subcommands."},options:{type:"object",description:"Plan options including subcommand, stepRef, stepStatus, link, depth, etc."}})}],CO={pm_append:"append",pm_claim:"claim",pm_close:"close",pm_comments:"comments",pm_config:"config",pm_context:"context",pm_contracts:"contracts",pm_copy:"copy",pm_create:"create",pm_deps:"deps",pm_docs:"docs",pm_events:"events",pm_files:"files",pm_focus:"focus",pm_get:"get",pm_graph:"graph",pm_health:"health",pm_learnings:"learnings",pm_list:"list",pm_next:"next",pm_notes:"notes",pm_plan:"plan",pm_profile:"profile",pm_release:"release",pm_schema:"schema",pm_search:"search",pm_test:"test",pm_update:"update",pm_validate:"validate"},IO=TO.map(e=>{let t=CO[e.name];if(!t)return e;let n=e.inputSchema.properties,r=e.inputSchema.required.map(String);return{...e,inputSchema:ma(t,{properties:n,required:r})}});function py(){return IO.map(e=>{let t=e.inputSchema.required,n=Array.isArray(t)?t.map(r=>String(r)).sort((r,o)=>r.localeCompare(o)):[];return{name:e.name,description:e.description,required:n,input_schema:e.inputSchema}}).sort((e,t)=>e.name.localeCompare(t.name))}(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]="1506e8bc-3350-5ef5-a40a-44509eb59317")}catch{}})();var fy=new Map([["claim",["--if-available","--next","--type","--priority","--token-budget","--explain-ranking"]],["close",["--reason","--validate-close","--resolution","--expected-result","--actual-result","--message"]],["context",["--limit","--after","--depth","--section","--token-budget","--explain-ranking"]],["contracts",["--command","--flags-only","--summary","--runtime-only","--availability-only","--full"]],["create",["--title","--type","--status","--priority","--dep","--comment"]],["get",["--full","--depth","--fields","--tree","--tree-depth","--format"]],["health",["--check-only","--summary","--brief","--check-telemetry","--strict-exit","--full"]],["list",["--status","--type","--limit","--after","--brief","--fields"]],["next",["--limit","--blocked-limit","--ready-only","--token-budget","--explain-ranking","--format"]],["search",["--mode","--status","--type","--limit","--after","--fields"]],["update",["--status","--message","--dep","--comment","--file","--test"]],["validate",["--check-resolution","--check-history-drift","--check-storage-integrity","--counts","--strict-exit","--fix-hints"]]]),RO=["--limit","--after","--offset","--token-budget","--brief","--summary","--compact","--fields","--full","--format","--since","--until"],Ey=new Set(["list","list-all","list-draft","list-open","list-in-progress","list-blocked","list-closed","list-canceled"]),fi=new Set(["calendar","guide","reindex","completion","test-runs-list","test-runs-status","test-runs-logs","test-runs-stop","test-runs-resume","templates-list","templates-save","templates-show"]),Pr=new Set(["cal","calendar","completion","completion-statuses","completion-tags","completion-types","guide","reindex","templates","templates list","templates save","templates show","test-runs","test-runs list","test-runs status","test-runs logs","test-runs stop","test-runs resume"]),Ay=new Map([["cal","calendar"],["calendar","calendar"],["completion","guide-shell"],["completion-statuses","guide-shell"],["completion-tags","guide-shell"],["completion-types","guide-shell"],["guide","guide-shell"],["reindex","search-advanced"],["templates","templates"],["templates list","templates"],["templates save","templates"],["templates show","templates"],["test-runs","linked-test-adapters"],["test-runs list","linked-test-adapters"],["test-runs status","linked-test-adapters"],["test-runs logs","linked-test-adapters"],["test-runs stop","linked-test-adapters"],["test-runs resume","linked-test-adapters"]]),Ty=new Map([["calendar","calendar|cal"],["guide","guide"],["reindex","reindex"],["completion","completion"],["test-runs-list","test-runs|test-runs list"],["test-runs-status","test-runs status"],["test-runs-logs","test-runs logs"],["test-runs-stop","test-runs stop"],["test-runs-resume","test-runs resume"],["templates-list","templates|templates list"],["templates-save","templates save"],["templates-show","templates show"]]),Cy=new Map([...Ty.entries()].flatMap(([e,t])=>_t(t).map(n=>[n,e]))),Iy=[{canonical:"context",aliases:["ctx"]},{canonical:"package",aliases:["extension","packages"]}],Ry=new Map(Iy.flatMap(e=>e.aliases.map(t=>[t,e.canonical]))),xO=10,OO=20,_y=new Map([["activity","Read activity."],["aggregate","Group counts."],["append","Append body."],["assurance","Evaluate assurance."],["beads","Manage Beads interoperability."],["cal","Manage calendar integration."],["calendar","Manage calendar integration."],["changelog","Generate changelog output."],["claim","Claim work."],["close","Close work."],["close-many","Close matching work."],["close-task","Close task work."],["command-kit","Inspect command authoring primitives."],["comments","Manage comments."],["comments-audit","Audit comment governance."],["completion","Generate shell completions."],["config","Manage settings."],["context","Build context."],["contracts","Inspect contracts."],["copy","Copy work."],["create","Create work."],["dedupe-audit","Audit duplicate work."],["dedupe-merge","Merge duplicate work."],["delete","Delete work."],["deps","Manage deps."],["duplicates","Find duplicate clusters."],["docs","Link docs."],["eval","Run evaluations."],["event","Manage events."],["events","Read events."],["files","Link files."],["focus","Manage focus."],["gc","Clean caches."],["get","Read item."],["graph","Query graph."],["guide","Show user guides."],["health","Check health."],["help","Show help."],["history","Inspect history."],["init","Initialize workspace."],["install","Install packages."],["item","Mutate work through typed operations."],["learnings","Manage learnings."],["list","List work."],["list-all","List work across every status."],["list-blocked","List blocked work."],["list-canceled","List canceled work."],["list-closed","List closed work."],["list-draft","List draft work."],["list-in-progress","List in-progress work."],["list-open","List open work."],["meet","Record meeting context."],["merge","Manage tracker merges."],["next","Pick next work."],["notes","Manage notes."],["normalize","Normalize tracker data."],["ops","Run operations."],["package","Manage packages."],["packages","Manage packages."],["pause-task","Pause task work."],["plan","Manage plans."],["profile","Manage profiles."],["reindex","Refresh search index."],["release","Release claim."],["remind","Manage reminders."],["restore","Restore history."],["schema","Customize schema."],["search","Search work."],["search-advanced","Run advanced search."],["start-task","Start task work."],["stats","Show stats."],["telemetry","Manage telemetry."],["templates","Manage work templates."],["test","Run linked tests."],["test-all","Run all linked tests."],["test-runs","Inspect background test runs."],["todos","Manage source-code todos."],["twin","Manage repository twins."],["update","Update work."],["update-many","Update matching work."],["upgrade","Upgrade packages."],["validate","Validate data."],["vcs","Inspect version-control context."],["workspace","Manage portable workspace primitives."],["history-author-acknowledge","Acknowledge reviewed history authors."],["history-compact","Compact history."],["history-redact","Redact sensitive history values."],["history-repair","Repair history integrity."]]),xy=[["init",em],["install",nm],["uninstall",rm],["explore",om],["manage",lm],["describe",sm],["reload",mm],["doctor",um],["catalog",pm],["adopt",fm],["adopt-all",im],["activate",am],["deactivate",cm],["migrate",dm]],PO=[...xy.map(([e,t])=>e==="init"?[e,tm]:[e,t]),["upgrade",Qn]],LO=[...xy.map(([e,t])=>[`extension ${e}`,t]),...PO.flatMap(([e,t])=>[[`package ${e}`,t],[`packages ${e}`,t]]),["init",oo],["config",Zl],["extension",so],["package",Xn],["packages",Xn],["install",_m],["create",uo],["item mutate",Nm],["item complete",Fm],["item reopen",Mm],["copy",po],["focus",fo],["update",_o],["update-many",ho],["upgrade",Qn],["calendar",Zn],["cal",Zn],["context",er],["ctx",er],["get",yo],["search",So],["eval",Dm],["workspace",At],["workspace position",[]],["workspace snapshot",At],["workspace snapshot create",At],["workspace snapshot list",At],["workspace snapshot inspect",At],["workspace snapshot restore",At],["workspace snapshot delete",At],["next",ko],["aggregate",eo],["deps",wo],["graph",vo],["guide",bo],["reindex",hm],["history",to],["history-compact",Jl],["history-redact",Wl],["history-repair",Yl],["history-author-acknowledge",no],["merge",Hl],["schema",Xl],["profile",Ql],["plan",ro],["restore",bm],["delete",wm],["close",gm],["close-many",io],["append",ao],["claim",ym],["release",vm],["start-task",km],["pause-task",Sm],["close-task",Em],["comments",ql],["notes",Kl],["learnings",zl],["files",Bl],["docs",Vl],["test",Cm],["test-all",Im],["telemetry",Rm],["test-runs",xm],["gc",Om],["stats",co],["duplicates",lo],["validate",Pm],["health",mo],["assurance",Lm],...Um,["contracts",Eo],["completion",Ao],["activity",go],...[...Ey].map(e=>[e,Zr])],Od=new Map(LO);function NO(e){let t=Cy.get(e);return t||(e.startsWith("test-runs ")?`test-runs-${e.slice(10)}`:e.startsWith("templates ")?`templates-${e.slice(10)}`:e)}function hy(e){return oa.includes(e)?fe(e):e.startsWith("extension-")?fe(`extension ${e.slice(10)}`):e.startsWith("package-")?fe(`package ${e.slice(8)}`):e.startsWith("item-")?fe(`item ${e.slice(5)}`):e.startsWith("test-runs-")?fe(`test-runs ${e.slice(10)}`):e.startsWith("templates-")?fe(`templates ${e.slice(10)}`):fi.has(e)?Ty.get(e)??fe(e):null}function FO(e,t){return e.command_path===null?!1:_t(e.command_path).some(n=>n===t?!0:n.startsWith(`${t} `)||t.startsWith(`${n} `))}function _t(e){return e.split("|").map(t=>fe(t)).filter(t=>t.length>0)}function MO(e,t){let n=new Set(t),r=new Set;for(let o of e)if(o.command_path)for(let s of _t(o.command_path)){let i=s.split(" ").filter(a=>a.length>0);if(i.length!==0)for(let a=i.length;a>0;a-=1){let c=i.slice(0,a).join(" ");if(n.has(c)){r.add(c);break}}}return[...r].sort((o,s)=>o.localeCompare(s))}function pi(e){if(typeof e!="string")return;let t=e.trim().toLowerCase();return t.length>0?t:void 0}function Lr(e){let t=e.oneOf;return Array.isArray(t)?t.filter(n=>typeof n=="object"&&n!==null):[]}function $O(e,t){if(!t)return{...e};let r=Lr(e).filter(o=>{let s=o.properties;if(typeof s!="object"||s===null)return!1;let i=s.action;return typeof i!="object"||i===null?!1:i.const===t});return{...e,oneOf:r}}function Id(e,t){let r=Lr(e).filter(o=>{let s=o.properties;if(typeof s!="object"||s===null)return!1;let i=s.action;if(typeof i!="object"||i===null)return!1;let a=i.const;return typeof a=="string"&&t.has(a)});return{...e,oneOf:r}}function fe(e){return e.trim().toLowerCase().split(/\s+/).filter(t=>t.length>0).join(" ")}function Oy(e){return e.replace(/\s+/g,"-")}function Qe(e){if(typeof e!="string")return null;let t=e.trim();return t.length>0?t:null}function gy(e){if(!Array.isArray(e))return[];let t=[],n=new Set;for(let r of e){let o=Qe(r);!o||n.has(o)||(n.add(o),t.push(o))}return t}function Rd(e,t,n){n&&(e[t]=!0)}function yy(e,t){if(e==null)return null;if(typeof e!="string")throw new TypeError("Expected string for extension flag name.");let n=e.trim();return n.length===0?null:t==="long"?n.startsWith("--")&&n.length>2?n:null:n.startsWith("-")&&!n.startsWith("--")&&n.length>1?n:null}function DO(e){let t=yy(e.long,"long"),n=yy(e.short,"short"),r=t??n;if(!r)return null;let o={flag:r};n&&t&&(o.short=n),Rd(o,"required",e.required===!0),Rd(o,"repeatable",e.repeatable===!0),Rd(o,"list",e.list===!0);let s=Qe(e.description);s&&(o.description=s);let i=Qe(e.value_name);i&&(o.value_name=i);let a=[Qe(e.value_type),Qe(e.type),i?"string":null].find(c=>c==="string"||c==="number"||c==="boolean");return a&&(o.value_type=a),o}function Py(e){let t=new Map;for(let r of e){let o=fe(r.target_command);if(o.length===0)continue;let s=t.get(o)??{flags:[],sources:[],dedupe:new Set,sourceDedupe:new Set},i=`${r.layer}:${r.name}`;s.sourceDedupe.has(i)||(s.sourceDedupe.add(i),s.sources.push({layer:r.layer,name:r.name}));for(let a of r.flags){let c=DO(a);if(!c)continue;let d=`${c.flag}|${c.short??""}`;s.dedupe.has(d)||(s.dedupe.add(d),s.flags.push(c))}t.set(o,s)}let n=new Map;for(let[r,o]of t.entries())n.set(r,{flags:o.flags,sources:o.sources.sort((s,i)=>{let a=s.layer.localeCompare(i.layer);return a!==0?a:(s.name??"").localeCompare(i.name??"")})});return n}function UO(e){let t=Py(e.flagRegistrations),n=new Map;for(let s of e.commandDefinitions){let i=fe(s.command);if(i.length===0)continue;let a=Qe(s.action)??Oy(i),c=Array.isArray(s.arguments)?s.arguments.map(d=>{let u=Qe(d.name);return u?{name:u,required:d.required===!0,variadic:d.variadic===!0,description:Qe(d.description)}:null}).filter(d=>d!==null):[];n.set(i,{command:i,action:a,source:{layer:s.layer,name:s.name},description:Qe(s.description),intent:Qe(s.intent),arguments:c,flags:t.get(i)?.flags??[],examples:gy(s.examples),failure_hints:gy(s.failure_hints)})}let r=new Set;for(let s of e.handlers)r.add(fe(s));for(let s of n.keys())r.add(s);for(let s of t.keys())r.add(s);let o=[];for(let s of[...r].sort((i,a)=>i.localeCompare(a))){let i=n.get(s);o.push(GO(s,i,t.get(s)?.flags??[]))}return o}function GO(e,t,n){return t?{...t,flags:t.flags.length>0?t.flags:n}:{command:e,action:Oy(e),source:null,description:null,intent:null,arguments:[],flags:n,examples:[],failure_hints:[]}}function jO(e){let t=e.flag.replace(/^-+/,"").trim();if(t.length===0)return null;let r=t.replace(/-([a-z0-9])/g,(o,s)=>s.toUpperCase()).replace(/[^a-zA-Z0-9]/g,"");return r.length>0?r:null}function qO(e,t){return e.variadic?{type:"array",items:{type:"string"},description:e.description??`Variadic argument '${e.name}' for extension action '${t}'.`}:{type:"string",description:e.description??`Argument '${e.name}' for extension action '${t}'.`}}function KO(e,t){let n=e.value_type??"boolean",r=n==="boolean"?"boolean":n==="number"?["number","string"]:"string",o=e.repeatable===!0||e.list===!0;return{type:o?"array":r,...o?{items:{type:r}}:{},description:e.description??`Extension option '${e.flag}' for action '${t}'.`}}function zO(e){let t=e.command.split("|").map(o=>o.trim()).filter(o=>o.length>0),n={action:{type:"string",const:e.action,description:e.intent??e.description??`Invoke extension command '${e.command}'.`}},r=["action"];for(let o of e.arguments)n[o.name]=qO(o,e.action),o.required&&r.push(o.name);for(let o of e.flags){let s=jO(o);!s||n[s]!==void 0||(n[s]=KO(o,e.action),o.required===!0&&r.push(s))}return{type:"object",properties:n,required:r,additionalProperties:!0,"x-extension-source":e.source,"x-extension-command":t[0]??e.command,"x-extension-commands":t}}function BO(e,t){e.description??=t.description,e.value_name??=t.value_name,e.value_type??=t.value_type,t.required===!0&&(e.required=!0),t.repeatable===!0&&(e.repeatable=!0)}function VO(e){let t=new Map;for(let n of e){let r=t.get(n.action);if(!r){t.set(n.action,{...n,flags:[...n.flags],examples:[...n.examples],failure_hints:[...n.failure_hints]});continue}r.command=[...new Set([r.command,n.command])].sort((s,i)=>s.localeCompare(i)).join("|"),r.arguments=r.arguments.length>=n.arguments.length?r.arguments:n.arguments;let o=new Set(r.flags.map(s=>`${s.flag}|${s.short??""}`));for(let s of n.flags){let i=`${s.flag}|${s.short??""}`;if(!o.has(i))o.add(i),r.flags.push(s);else{let a=r.flags.find(c=>`${c.flag}|${c.short??""}`===i);a&&BO(a,s)}}r.examples=[...new Set([...r.examples,...n.examples])],r.failure_hints=[...new Set([...r.failure_hints,...n.failure_hints])]}return[...t.values()].sort((n,r)=>n.action.localeCompare(r.action))}async function HO(e,t=T){let n={mode:kt.extensions.policy.mode,trust_mode:kt.extensions.policy.trust_mode,default_sandbox_profile:kt.extensions.policy.default_sandbox_profile};if(e.noExtensions)return{handlers:new Set,disabledReason:"extensions_disabled",commandDefinitions:[],flagRegistrations:[],registrations:null,policyState:n};let r=E(process.cwd(),e.path);if(!await P(ae(r)))return{handlers:new Set,disabledReason:null,commandDefinitions:[],flagRegistrations:[],registrations:null,policyState:n};try{let o=await t(r),s=await Jr({pmRoot:r,settings:o,cwd:process.cwd(),noExtensions:!1}),i=await Xr({...s,loaded:s.loaded});return{handlers:new Set(i.commands.handlers.map(c=>fe(c.command))),disabledReason:null,commandDefinitions:i.registrations.commands,flagRegistrations:i.registrations.flags,registrations:i.registrations,policyState:{mode:s.policy.mode,trust_mode:s.policy.trust_mode,default_sandbox_profile:s.policy.default_sandbox_profile}}}catch{return{handlers:new Set,disabledReason:"extension_runtime_probe_failed",commandDefinitions:[],flagRegistrations:[],registrations:null,policyState:n}}}function WO(e,t={}){let n=new Map;for(let r of sa){let o=fi.has(r);if(o&&!t.includePackageOwnedActions)continue;let s=hy(r);n.set(r,{action:r,provider:o?"extension":"core",requires_extension:o,command_path:s})}if(t.includePackageOwnedActions)for(let r of fi)n.has(r)||n.set(r,{action:r,provider:"extension",requires_extension:!0,command_path:hy(r)});for(let r of e)n.has(r.action)||n.set(r.action,{action:r.action,provider:"extension",requires_extension:!0,command_path:fe(r.command)});return[...n.values()].sort((r,o)=>(r.action??"").localeCompare(o.action??""))}function YO(e,t){if(e.provider==="core"&&!e.requires_extension)return{action:e.action,invocable:!0,available:!0,requires_extension:!1,provider:"core",disabled_reason:null,command_path:e.command_path,cli_exposed:e.command_path!==null};let n=e.command_path?_t(e.command_path):[],r=n.some(i=>t.handlers.has(i)),o=n.map(i=>Ay.get(i)).find(i=>typeof i=="string"),s=t.disabledReason===null&&r;return{action:e.action,invocable:s,available:s,requires_extension:!0,provider:"extension",disabled_reason:s?null:t.disabledReason??(o?`optional_package_not_installed:${o}`:"extension_command_not_registered"),command_path:e.command_path,cli_exposed:r,policy_state:{mode:t.policyState.mode,trust_mode:t.policyState.trust_mode,default_sandbox_profile:t.policyState.default_sandbox_profile}}}function Ly(e){return Od.get(e)??Qr}function JO(e){return Pr.has(e)?!1:Od.has(e)}function XO(e){return Ey.has(e)?"list":e==="cal"?"calendar":e==="ctx"?"context":e==="update-many"?"update_many":e}function by(e){let t=e.trim();return t?t.startsWith("--")?t:t.startsWith("-")?null:`--${t}`:null}function QO(e){let t=e.trim();return!t||t.startsWith("--")?null:t.startsWith("-")?t:null}function ZO(e){let t=new Map;for(let r of e.definitions){let o=by(r.cli_flag);if(!o)continue;let s=r.cli_aliases.map(a=>QO(a)).find(a=>a!==null),i=r.cli_aliases.map(a=>by(a)).filter(a=>a!==null&&a!==o);for(let a of r.commands){let c=t.get(a)??{flags:[],seen:new Set},d=s?{flag:o,short:s}:{flag:o},u=`${d.flag}|${d.short??""}`;c.seen.has(u)||(c.seen.add(u),c.flags.push(d));for(let p of i){let f=`${p}|`;c.seen.has(f)||(c.seen.add(f),c.flags.push({flag:p}))}t.set(a,c)}}let n=new Map;for(let[r,o]of t.entries())n.set(r,ta(o.flags));return n}function wy(e,t){let n=[],r=new Set;for(let o of[...e,...t]){let s=`${o.flag}|${o.short??""}`;r.has(s)||(r.add(s),n.push(o))}return ta(n)}function eP(e,t,n,r){return e.map(o=>{let s=JO(o),i=s?Ly(o):[],a=n.get(XO(o))??[],c=t.get(o),d=wy(i,a),u=wy(d,c?.flags??[]),p=i.length>0&&(c?.flags.length??0)>0?"mixed":s?"core":"extension";return{command:o,flags:u,...r?{canonical_command:xd(o),visibility:Lu(xd(o)),positionals:Ul(o)?.slots??[],flag_invocations:Pu(o,u)}:{},provider:p,extension_sources:c?.sources}}).sort((o,s)=>o.command.localeCompare(s.command))}function tP(e,t=Jn){let n=new Set(e),r=new Map;for(let o of Iy){let s=o.aliases.filter(i=>n.has(i));r.set(o.canonical,{canonical:o.canonical,aliases:s,contracts:[]})}for(let o of t){if(!n.has(o.canonical)||o.registration==="commander"&&!n.has(o.alias))continue;let s=r.get(o.canonical)??{canonical:o.canonical,aliases:[],contracts:[]};s.aliases.includes(o.alias)||s.aliases.push(o.alias),s.contracts.push(o),r.set(o.canonical,s)}return[...r.values()].map(({contracts:o,...s})=>o.length===0?s:{...s,contracts:o}).sort((o,s)=>o.canonical.localeCompare(s.canonical))}function nP(){return{create_string_options:wu,create_repeatable_options:Po,update_string_options:vu,update_repeatable_options:ku,list_string_options:Nl,search_string_options:Fl,calendar_string_options:Ml,context_string_options:$l,activity_string_options:Dl}}function vy(e,t){let n=new Set(["title","type"]);if(t==="strict"){for(let a of e.required_create_fields)n.add(a);for(let a of e.required_create_repeatables)n.add(a)}let r=fn(e,"create",n),o=[...new Set(r.required)].sort((a,c)=>a.localeCompare(c)),s=[...new Set(o.map(a=>ye("create",a)))].sort((a,c)=>a.localeCompare(c)),i=[...new Set(e.options.filter(a=>a.required===!0).map(a=>a.key))].sort((a,c)=>a.localeCompare(c));return{required_option_keys:o,required_flags:s,required_type_options:i,policy_errors:[...new Set(r.errors)].sort((a,c)=>a.localeCompare(c))}}function rP(e){let t={},n={};for(let r of[...e.types].sort((o,s)=>o.localeCompare(s))){let o=e.by_type[r];t[r]=vy(o,"strict"),n[r]=vy(o,"progressive")}return{default_create_mode:"strict",by_create_mode:{strict:{by_type:t},progressive:{by_type:n}}}}function oP(e,t){let n=Lr(e);if(n.length===0)return e;let r=!1,o=n.map(s=>{let i=s.properties;if(typeof i!="object"||i===null)return s;let a=i.action;return typeof a!="object"||a===null||a.const!=="create"?s:(r=!0,{...s,"x-create-required-options":t})});return r?{...e,oneOf:o}:e}function sP(e){let t=pi(e.action)!==void 0||pi(e.command)!==void 0,n=e.schemaOnly===!0||e.flagsOnly===!0||e.availabilityOnly===!0,r=e.summary===!0||e.full!==!0&&e.runtimeOnly!==!0&&!t&&!n,o=e.schemaOnly===!0,s=e.flagsOnly===!0,i=e.availabilityOnly===!0,a=e.runtimeOnly===!0,c=e.full===!0,d=pi(e.action),u=pi(e.command),p=!r&&!c&&!o&&!s&&!i&&!d&&!u;return{selectedAction:d,selectedCommand:u,summary:r,schemaOnly:o,flagsOnly:s,availabilityOnly:i,runtimeOnly:a,fullOutput:c,omitUnfilteredSchema:p,omitUnfilteredCommandFlags:p,omitUnfilteredCommanderAliases:p||u!==void 0&&!c}}function iP(e){if([e.summary,e.schemaOnly,e.flagsOnly,e.availabilityOnly].filter(n=>n).length>1)throw new m("Choose only one projection flag: --summary, --schema-only, --flags-only, or --availability-only.",l.USAGE)}async function aP(e,t=T){try{return await t(e)}catch{return structuredClone(kt)}}async function cP(e,t){let n=await aP(t),r=await HO(e),o=O(n,r.registrations??x()),s=We(n.schema),i=UO(r);return{settings:n,runtimeProbe:r,typeRegistry:o,statusRegistry:$(n.schema),runtimeFieldRegistry:s,runtimeFieldFlagMap:ZO(s),createRequiredOptionContracts:rP(o),extensionContracts:i,mergedExtensionContracts:VO(i),extensionFlagMap:Py(r.flagRegistrations)}}function ky(e){return e.availabilityOnly&&(e.selectedAction!==void 0&&fi.has(e.selectedAction)||e.selectedCommand!==void 0&&Pr.has(e.selectedCommand))}function dP(e,t){let n=WO(t,{includePackageOwnedActions:ky(e)});if(e.selectedAction===void 0&&e.selectedCommand===void 0){let r=new Set(uu);return n.filter(o=>!r.has(o.action))}return ky(e)&&e.selectedCommand!==void 0&&Pr.has(e.selectedCommand)&&!n.some(r=>r.command_path===e.selectedCommand)&&n.push({action:NO(e.selectedCommand),provider:"extension",requires_extension:!0,command_path:e.selectedCommand}),n}function lP(e,t){let n=new Set(t.map(r=>r.action));if(e.selectedAction&&!n.has(e.selectedAction))throw new m(`Unknown action: "${e.selectedAction}".`,l.USAGE)}function mP(e,t){return[...new Set([...oa.filter(n=>!Pr.has(n)),...[...Od.keys()].filter(n=>!Pr.has(n)),...e.flatMap(n=>n.command_path?_t(n.command_path):[]),...t.flatMap(n=>n.command.split("|"))])].map(n=>fe(n)).filter(n=>n.length>0).sort((n,r)=>n.localeCompare(r))}function uP(e,t){let n=t.slice(0,xO),r=t.length-n.length,o=r>0?`${n.join(", ")}, and ${r} more`:n.join(", "),s=t.slice(0,OO),i=t.slice(0,5).map(c=>`pm contracts --command "${c}" --flags-only --json`),a=t[0];return new m(`Command "${e}" is a command namespace. Choose a concrete child command: ${o}.`,l.USAGE,{code:"command_namespace",required:"Use a concrete child command path listed under this namespace.",why:"Command groups expose help at the namespace root, but command flag contracts belong to executable child commands.",examples:i,nextSteps:[`Retry with a child command, for example: ${i[0]}`],recovery:{suggested_retry:`pm contracts --command "${a}" --flags-only --json`,fallback_candidates:s.map(c=>({source:"command_namespace",command:`pm contracts --command "${c}" --flags-only --json`,reason:`Child command under ${e}`}))}})}function pP(e,t){return new m(`Unknown command: "${e}". Command "${e}" is provided by the optional "${t}" package. Run "pm install ${t} --project" and retry.`,l.USAGE,{code:"unknown_command",required:`Install the optional "${t}" package, or choose a command from pm contracts --flags-only --json.`,why:"Command contracts include core commands plus commands registered by active packages and extensions.",examples:[`pm install ${t} --project`,`pm contracts --command ${e} --flags-only --json`],nextSteps:[`Install the optional package first: pm install ${t} --project`],recovery:{suggested_retry:`pm install ${t} --project`}})}function fP(e){return new m(`Unknown command: "${e}".`,l.USAGE,{code:"unknown_command",required:"Use a command path listed by pm contracts --flags-only --json.",why:"Command contracts are generated from the active core, package, and extension command registry.",examples:["pm contracts --flags-only --json","pm --help"],nextSteps:["Verify spelling and active packages/extensions, then rerun with a known command path."],recovery:{suggested_retry:"pm contracts --flags-only --json"}})}function _P(e,t){if(!e.selectedCommand||new Set(t).has(e.selectedCommand))return;let r=t.filter(s=>s.startsWith(`${e.selectedCommand} `));if(r.length>0)throw uP(e.selectedCommand,r);let o=Ay.get(e.selectedCommand);throw o?pP(e.selectedCommand,o):fP(e.selectedCommand)}function hP(e,t){let n=dP(e,t.mergedExtensionContracts);lP(e,n);let r=mP(n,t.mergedExtensionContracts);_P(e,r);let o=e.selectedCommand?Cy.get(e.selectedCommand):void 0,s=e.selectedCommand?n.filter(d=>o?d.action===o:FO(d,e.selectedCommand)):n;if(e.selectedCommand&&e.selectedAction&&!s.some(d=>d.action===e.selectedAction))throw new m(`Action "${e.selectedAction}" is not mapped to command "${e.selectedCommand}" in contracts output.`,l.USAGE);let i=e.selectedAction?s.filter(d=>d.action===e.selectedAction):s,a=[...new Map(i.map(d=>YO(d,t.runtimeProbe)).map(d=>[o?d.action:`${d.action}|${d.command_path??""}`,d])).values()],c=e.runtimeOnly&&!e.selectedAction&&!e.availabilityOnly?a.filter(d=>d.invocable):a;return{actionDescriptors:n,commandCatalog:r,commandScopedDescriptors:s,scopedActionDescriptors:i,selectedPackageOwnedAction:o,actionAvailability:c,actions:[...new Set(c.map(d=>d.action))]}}function gP(e){return new Set(Lr(e).map(t=>{let n=t.properties;if(typeof n!="object"||n===null)return null;let r=n.action;if(typeof r!="object"||r===null)return null;let o=r.const;return typeof o=="string"?o:null}).filter(t=>t!==null))}function yP(e){let t=gu,n=Lr(t),r=gP(t),o=e.filter(s=>!r.has(s.action)).map(s=>zO(s));return o.length>0?{...t,oneOf:[...n,...o]}:t}function Sy(e,t,n){let r=new Set(t.actionDescriptors.map(s=>s.action)),o=e.selectedAction?$O(n,e.selectedAction):e.selectedCommand?Id(n,new Set(t.scopedActionDescriptors.map(s=>s.action))):Id(n,r);return e.runtimeOnly&&!e.selectedAction?Id(o,new Set(t.actions)):o}function bP(e,t,n){let r=yP(t.mergedExtensionContracts),s=!e.flagsOnly&&!e.availabilityOnly?oP(Sy(e,n,r),t.createRequiredOptionContracts):Sy(e,n,r);return{mergedSchema:r,filteredSchema:s}}function wP(e,t){return e.selectedCommand!==void 0?[e.selectedCommand]:e.selectedAction?MO(t.scopedActionDescriptors,t.commandCatalog):t.commandCatalog}function vP(e,t){if(e.selectedCommand!==void 0||e.selectedAction!==void 0)return t;let n=new Set(Jn.filter(r=>r.hidden&&r.lifecycle==="deprecated").map(r=>r.alias));return t.filter(r=>!n.has(r))}function xd(e){let t=e.split(" ")[0];return t.startsWith("list-")?"list":t.startsWith("history-")?"history":Ry.get(t)??t}var kP=new Map([["activate","Activate"],["adopt","Adopt"],["adopt-all","Adopt all"],["catalog","Catalog"],["complete","Complete"],["create","Create"],["deactivate","Deactivate"],["delete","Delete"],["describe","Describe"],["doctor","Diagnose"],["explore","Explore"],["init","Initialize"],["inspect","Inspect"],["install","Install"],["list","List"],["manage","Manage"],["migrate","Migrate"],["mutate","Mutate"],["reload","Reload"],["restore","Restore"],["run","Run"],["snapshot","Manage snapshots for"],["uninstall","Uninstall"],["upgrade","Upgrade"]]),SP=new Map([["extension adopt-all","extensions"],["package adopt-all","packages"],["workspace snapshot list","workspace snapshots"]]);function EP(e,t){let n=_y.get(e)??(e.includes(" ")?void 0:_y.get(xd(e)));if(n!==void 0)return{intent:n,intent_source:"command"};let r=t.find(d=>_t(d.command).includes(e));if(r?.intent!==null&&r?.intent!==void 0)return{intent:r.intent,intent_source:"command"};if(r?.description!==null&&r?.description!==void 0)return{intent:r.description,intent_source:"description"};let o=e.split(" "),s=o.at(-1),i=o.slice(0,-1).join(" "),a=kP.get(s),c=SP.get(e)??i;return{intent:a===void 0||i.length===0?`Run ${e}.`:`${a} ${c}.`,intent_source:"generated"}}function AP(e,t=[],n={}){let r=n.includeFormatBudgets??!0,o=n.includeIntentProvenance??!0;return[...new Set(e.map(fe))].filter(s=>s.length>0).sort((s,i)=>s.localeCompare(i)).map(s=>{let i=aa(s,{generateFallback:!0}),a=s.split(" ")[0],c=Ry.get(a)??(a.startsWith("list-")?"list":a.startsWith("history-")?"history":a),d=new Set([...Ly(s).map(f=>f.flag),...t.filter(f=>_t(f.command).includes(s)).flatMap(f=>f.flags.map(_=>_.flag))]),u=(fy.get(s)??fy.get(c)??RO).filter(f=>d.has(f)),p=EP(s,t);return{command:s,intent:p.intent,...o||p.intent_source!=="command"?{intent_source:p.intent_source}:{},...u.length>0?{flags:u}:{},default_max_estimated_tokens:i.default_max_estimated_tokens,...r?{default_max_estimated_tokens_by_format:{...i.default_max_estimated_tokens_by_format}}:{}}})}function TP(e){return e.map(t=>({budget:aa(t,{generateFallback:!0}),envelope:Mu(t)}))}function CP(e){let t=new Map;for(let n of e){let r=Eu(n),o=r===void 0?[l.SUCCESS,l.GENERIC_FAILURE,l.USAGE,l.NOT_FOUND,l.CONFLICT,l.DEPENDENCY_FAILED]:r.exit_codes,s=o.join(","),i=t.get(s)??{commands:[],exit_codes:o};i.commands.push(n),t.set(s,i)}return[...t.values()]}function IP(e,t,n){if(e.selectedCommand)return t.extensionContracts.filter(r=>_t(r.command).includes(e.selectedCommand));if(e.selectedAction){let r=new Set(n);return t.extensionContracts.filter(o=>_t(o.command).some(s=>r.has(s)))}return t.extensionContracts}function RP(e,t,n,r){return{schema_version:typeof t.mergedSchema["x-schema-version"]=="string"?t.mergedSchema["x-schema-version"]:null,schema_id:typeof t.mergedSchema.$id=="string"?t.mergedSchema.$id:null,selected:{action:e.selectedAction??null,command:e.selectedCommand??null,summary:e.summary,schema_only:e.schemaOnly,flags_only:e.flagsOnly,availability_only:e.availabilityOnly,runtime_only:e.runtimeOnly,command_scoped:e.selectedCommand!==void 0},commands:e.summary?[]:r,...!e.summary&&!e.flagsOnly?{actions:n.actions,action_availability:n.actionAvailability}:{}}}function xP(e,t,n){let r=n.selectedCommand;e.runtime_schema={statuses:t.statusRegistry.definitions.map(o=>o.id),open_status:t.statusRegistry.open_status,close_status:t.statusRegistry.close_status,canceled_status:t.statusRegistry.canceled_status,types:[...t.typeRegistry.types],fields_by_command:Object.fromEntries([...t.runtimeFieldRegistry.command_to_fields.entries()].filter(([o])=>r===void 0||o===r).map(([o,s])=>[o,[...new Set(s.map(i=>`--${i.cli_flag}`))].sort((i,a)=>i.localeCompare(a))]))},!(r!==void 0&&!n.fullOutput)&&(e.extension_contracts={capabilities:[...ru],services:[...ou],policy_modes:[...su],policy_mode_scope:"extensions.policy.mode",policy_surfaces:[...cu],trust_modes:[...iu],trust_mode_scope:"extensions.policy.trust_mode",sandbox_profiles:[...au],manifest_versions:[1,2],compatibility:{current:"v2",previous:["v1"],breaking_strategy:"versioned_breaking"}},e.governance_contracts={ownership_enforcement_modes:[...ml],create_modes:[...ul],close_validation_modes:[...pl],workflow_enforcement_modes:[...fl]},e.relationship_kind_contracts=[...vl,...(t.runtimeProbe.registrations?.relationship_kinds??[]).flatMap(o=>o.definitions)].sort((o,s)=>o.kind.localeCompare(s.kind)).map(o=>({canonical:o.kind,aliases:[...o.aliases??[]],...o.inverse===void 0?{}:{inverse:o.inverse},ordering:o.ordering,hierarchy:o.hierarchy})))}function OP(e,t,n,r){if(!(t.flagsOnly||t.availabilityOnly)){if(!t.omitUnfilteredSchema){e.schema=n.filteredSchema,e.extension_commands=r;return}e.schema_omitted_reason="unfiltered_default_brief",e.extension_commands=r}}function PP(e,t,n,r,o){if(!(t.schemaOnly||t.availabilityOnly)){if(t.omitUnfilteredCommandFlags)e.command_flags_omitted_reason="unfiltered_default_brief";else{e.command_flags=eP(r,n.extensionFlagMap,n.runtimeFieldFlagMap,t.selectedCommand!==void 0);let s=new Set(r);e.list_projections=Object.entries(Uu).filter(([i])=>s.has(i)).map(([i,a])=>({command:i,default:a,brief_fields:[...Du],compact_fields:[...$u]}))}e.command_aliases=o}}function LP(e,t){if(!(t.schemaOnly||t.flagsOnly||t.availabilityOnly)){if(!t.omitUnfilteredCommanderAliases){e.commander_aliases=nP();return}e.commander_aliases_omitted_reason=t.selectedCommand?"command_scoped":"unfiltered_default_brief"}}function NP(e,t,n,r){e.command_summaries=AP(t,n,{includeFormatBudgets:r.includeFormatBudgets,includeIntentProvenance:r.includeIntentProvenance}),e.output_policy={token_estimate:"ceil(utf8_bytes / 4)",degradation_ladder:[...pu],allows_unbounded_opt_out:!0},e.output_projection_contracts={global_ladder_field:"output_policy.degradation_ladder",global_ladder_scope:"union_not_per_command",discovery:"pm contracts --command <command> --summary",...r.includeProjectionModeMatrix?{commands:[...new Set(t.map(fe))].filter(o=>da(o)!==void 0).sort((o,s)=>o.localeCompare(s)).map(o=>({command:o,modes:[..._u(o).keys()]}))}:{}},e.grammar_contracts={nouns:zt.nouns,shared_verbs:zt.shared_verbs,scope_before_verb:zt.scope_before_verb,visible_top_level_ceiling:zt.visible_top_level_ceiling,ceiling_raise_requires_pm_item:zt.ceiling_raise_requires_pm_item,positional_shape_budget:zt.positional_shape_budget,positional_shape_count:new Set(ea.map(({slots:o})=>jl(o))).size,positional_action_count:Zi.length,positional_action_parents:[...new Set(Zi.map(({parent:o})=>o))].sort((o,s)=>o.localeCompare(s)),...r.includePositionalSignatures?{positional_signatures:ea}:{}}}async function Ny(e,t){let n=sP(e);iP(n);let r=E(process.cwd(),t.path),o=await cP(t,r),s=hP(n,o),i=bP(n,o,s),a=wP(n,s),c=vP(n,a),d=RP(n,i,s,c),u=IP(n,o,c),p=n.fullOutput||n.selectedCommand!==void 0;if((n.summary||n.fullOutput)&&NP(d,c,u,{includeFormatBudgets:p,includeIntentProvenance:p,includePositionalSignatures:p,includeProjectionModeMatrix:p}),n.summary)return d;let f=tP(s.commandCatalog);return n.flagsOnly&&!n.fullOutput||xP(d,o,n),OP(d,n,i,u),PP(d,n,o,c,f),LP(d,n),(n.selectedCommand==="assurance"||n.fullOutput)&&(d.assurance_contracts={measurement_source_kinds:[...Fp],gate_triggers:[...Np]}),n.fullOutput&&d.grammar_contracts&&(d.grammar_contracts.destinations=Gl),n.fullOutput&&!n.schemaOnly&&!n.flagsOnly&&!n.availabilityOnly&&(d.mcp_tools=py(),d.context_intents=Iu(),d.read_output_dimensions=ca,d.error_codes=Ou,d.command_output_contracts=TP(c),d.diagnostic_output_contracts=fu,d.command_exit_contracts={vocabulary:Su,command_sets:CP(c)}),d}import gL from"node:fs/promises";import Qy 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]="ed44fc89-8b6e-5c83-a4f4-ced4e9031dac")}catch{}})();function _i(e,t,n,r,o,s="min"){let i=o==="min"?e-t:t-e,a=s==="min"?n.localeCompare(r??n):(r??n).localeCompare(n);return i<0||i===0&&r!==null&&a<0}function FP(e,t){let n=Buffer.byteLength(t,"utf8"),r=0,o=null,s=null,i=Number.POSITIVE_INFINITY,a=Number.NEGATIVE_INFINITY;for(let c of t.split(/\r?\n/)){let d=c.trim();if(d==="")continue;r+=1;let u;try{u=JSON.parse(d)}catch{continue}if(u===null||typeof u!="object"||!("ts"in u)||typeof u.ts!="string")continue;let p=u.ts,f=Date.parse(p);Number.isNaN(f)||(_i(f,i,p,o,"min")&&(i=f,o=p),_i(f,a,p,s,"max","max")&&(a=f,s=p))}return{id:e,bytes:n,lines:r,oldest_ts:o,newest_ts:s}}function Fy(e,t){let n=t?.topN??5,r=Math.max(0,Math.floor(n)),o=e.map(({id:_,raw:h})=>FP(_,h)),s=0,i=0,a=null,c=null,d=Number.POSITIVE_INFINITY,u=Number.NEGATIVE_INFINITY;for(let _ of o){if(s+=_.lines,i+=_.bytes,_.oldest_ts!==null){let h=Date.parse(_.oldest_ts);_i(h,d,_.id,a?.id??null,"min")&&(d=h,a={id:_.id,ts:_.oldest_ts})}if(_.newest_ts!==null){let h=Date.parse(_.newest_ts);_i(h,u,_.id,c?.id??null,"max")&&(u=h,c={id:_.id,ts:_.newest_ts})}}let p=r===0?[]:[...o].sort((_,h)=>h.bytes-_.bytes||_.id.localeCompare(h.id)).slice(0,r),f=r===0?[]:[...o].sort((_,h)=>h.lines-_.lines||_.id.localeCompare(h.id)).slice(0,r);return{total_streams:e.length,total_lines:s,total_bytes:i,largest_by_bytes:p,deepest_by_lines:f,oldest_entry:a,newest_entry:c}}import{createHash as $P}from"node:crypto";import{execFile as DP}from"node:child_process";import Dy from"node:path";import{promisify as UP}from"node:util";(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]="939d5f93-d287-5c1c-bc78-d013f76735f2")}catch{}})();var My=1;function MP(e){if(typeof e!="object"||e===null)return!1;let t=e;return typeof t.id=="string"&&typeof t.metric=="string"&&typeof t.value=="number"&&Number.isFinite(t.value)&&["higher","lower","target"].includes(String(t.direction))&&typeof t.observed_at=="string"&&typeof t.revision=="string"&&["caller","git","unversioned"].includes(String(t.revision_source))&&typeof t.author=="string"?t.direction!=="target"||typeof t.threshold=="number"&&Number.isFinite(t.threshold):!1}function Pd(e){if(e===null)return{format_version:My,observations:[]};let t;try{t=JSON.parse(e)}catch{throw new m("Improvement ledger contains invalid JSON.",l.GENERIC_FAILURE,{code:"invalid_improvement_ledger"})}if(typeof t!="object"||t===null||Array.isArray(t)||t.format_version!==My||!Array.isArray(t.observations))throw new m("Improvement ledger has an unsupported shape or format version.",l.GENERIC_FAILURE,{code:"invalid_improvement_ledger"});let n=t.observations;for(let r of n)if(!MP(r))throw new m("Improvement ledger contains an invalid observation.",l.GENERIC_FAILURE,{code:"invalid_improvement_ledger"});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]="c2e1edc9-c454-5cfa-85c8-e9fb0a76a296")}catch{}})();var GP=UP(DP),jP=50,$y=1e3,qP=/^[a-z0-9](?:[a-z0-9._/-]{0,126}[a-z0-9])?$/u;function Uy(e){let t=e.trim().toLowerCase();if(!qP.test(t))throw new m(`Invalid metric name "${e}"; use 1-128 lowercase letters, digits, dots, slashes, underscores, or hyphens.`,l.USAGE,{code:"invalid_improvement_metric"});return t}function KP(e){let t=e??"lower";if(!["higher","lower","target"].includes(t))throw new m("Improvement direction must be higher, lower, or target.",l.USAGE,{code:"invalid_improvement_observation"});return t}function Nr(e,t){let n=e?.trim();if(n){if(n.length>256)throw new m(`${t} must not exceed 256 characters.`,l.USAGE,{code:"invalid_improvement_observation"});return n}}function zP(e){let t=e??jP;if(!Number.isSafeInteger(t)||t<0||t>$y)throw new m(`Improvement observation limit must be an integer from 0 to ${$y}.`,l.USAGE,{code:"invalid_improvement_observation_limit"});return t}function Gy(e,t){let n=Date.parse(e);if(!Number.isFinite(n))throw new m(`${t} must be an ISO timestamp.`,l.USAGE,{code:"invalid_improvement_observation_timestamp"});return new Date(n).toISOString()}async function BP(e,t,n){if(!Number.isFinite(n.value))throw new m("Improvement observation value must be finite.",l.USAGE,{code:"invalid_improvement_observation"});let r=Uy(n.metric),o=KP(n.direction);if(n.threshold!==void 0&&!Number.isFinite(n.threshold)||o==="target"&&n.threshold===void 0)throw new m("Target-directed observations require a finite threshold.",l.USAGE,{code:"invalid_improvement_observation"});let s=await HP(e,n.revision),i=Nr(n.source,"source"),a=Nr(n.itemId,"itemId"),c=Nr(n.unit,"unit"),d=Nr(n.idempotencyKey,"idempotencyKey")??(s.revision_source==="unversioned"?void 0:[s.revision,r,i??"manual",a??"workspace"].join(":")),u={metric:r,value:n.value,direction:o,...c===void 0?{}:{unit:c},...n.threshold===void 0?{}:{threshold:n.threshold},observed_at:Gy(n.observedAt??k(),"observedAt"),...s,author:C(n.author,t.author_default),...a===void 0?{}:{item_id:a},...i===void 0?{}:{source:i},...d===void 0?{}:{idempotency_key:d}};return{id:$P("sha256").update(V(u)).digest("hex").slice(0,24),...u}}function VP(e,t){let n=t.idempotency_key?e.observations.find(o=>o.idempotency_key===t.idempotency_key):e.observations.find(o=>o.id===t.id);if(n){if(n.metric!==t.metric||n.value!==t.value||n.direction!==t.direction||n.threshold!==t.threshold||n.unit!==t.unit)throw new m(`Improvement observation retry key already records a different value for ${t.metric}.`,l.CONFLICT,{code:"improvement_observation_conflict"});return n}let r=e.observations.find(o=>o.metric===t.metric);if(r&&(r.direction!==t.direction||r.unit!==t.unit||t.direction==="target"&&r.threshold!==t.threshold))throw new m(`Metric ${t.metric} is already declared with direction ${r.direction} and unit ${r.unit??"<none>"}.`,l.CONFLICT,{code:"improvement_metric_contract_conflict"})}async function HP(e,t){let n=Nr(t,"revision");if(n)return{revision:n,revision_source:"caller"};try{return{revision:(await GP("git",["rev-parse","--verify","HEAD^{commit}"],{cwd:bl(e),encoding:"utf8",timeout:5e3})).stdout.trim(),revision_source:"git"}}catch{}return{revision:"unversioned",revision_source:"unversioned"}}function WP(e){let t=e[0],n=e[e.length-1],r=n.value-t.value,o=n.direction==="higher"?r>0:n.direction==="lower"?r<0:Math.abs(n.value-n.threshold)<Math.abs(t.value-t.threshold);return{metric:n.metric,direction:n.direction,baseline:t,latest:n,delta:r,improved:o,sample_count:e.length}}async function jy(e,t={}){let n=E(process.cwd(),t.path);await I(n);let r=await T(n),o=await BP(n,r,e),s=Dy.join(n,"improvement-ledger.json"),i=await ep({pmRoot:n,filePath:s,op:"improvement_observe",author:o.author,lockTtlSeconds:r.locks.ttl_seconds,lockWaitMs:r.locks.wait_ms,message:e.message??`Record ${o.metric}=${String(e.value)} improvement observation`,mutate:a=>{let c=Pd(a),d=VP(c,o);return d?{raw:a,result:d}:(c.observations.push(o),c.observations.sort((u,p)=>u.observed_at.localeCompare(p.observed_at)||u.metric.localeCompare(p.metric)||u.id.localeCompare(p.id)),{raw:`${V(c)}
45
+ `,result:o})}});return{changed:i.changed,observation:i.result,ledger_path:"improvement-ledger.json"}}async function qy(e={}){let t=E(e.cwd??process.cwd(),e.pmRoot);await I(t);let n=e.metric===void 0?void 0:Uy(e.metric),r=e.since===void 0?void 0:Gy(e.since,"since"),o=zP(e.limit),i=Pd(await q(Dy.join(t,"improvement-ledger.json"))).observations.filter(c=>(n===void 0||c.metric===n)&&(e.itemId===void 0||c.item_id===e.itemId)&&(r===void 0||c.observed_at>=r)),a=new Map;for(let c of i){let d=a.get(c.metric)??[];d.push(c),a.set(c.metric,d)}return{observations:[...i].reverse().slice(0,o),total:i.length,truncated:i.length>o,trends:[...a].map(([,c])=>WP(c)).sort((c,d)=>c.metric.localeCompare(d.metric)),source:"audited_workspace_singleton"}}(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]="6162845d-f4b4-5d1f-a210-ddef1a5c38f6")}catch{}})();function Ky(e){return e.agent_episode!==void 0?{id:e.agent_episode.id,source:"declared"}:{id:e.agent_instance?`inferred:instance:${e.agent_instance}`:`inferred:author:${e.author}:${e.ts.slice(0,13)}`,source:"inferred"}}function YP(e,t,n){let r=t,o=new Set([e.id]);for(;r!==void 0&&!o.has(r.id);)o.add(r.id),r=r.parent_id?n.get(r.parent_id):void 0;return r===void 0}function JP(e){let t=[e];for(;t.length>0;){let n=t.pop();n.sort((r,o)=>r.entries[0].ts.localeCompare(o.entries[0].ts)||r.id.localeCompare(o.id)),t.push(...n.map(r=>r.children))}}function Ld(e=tr,t=wn){return t.map(n=>{let r=e.filter(o=>((n==="model"?o.model_environment_keys:o.provenance_environment_keys?.[n])?.length??0)>0||o.provenance_resolvers?.[n]!==void 0).map(o=>o.harness).sort();return{dimension:n,harnesses:r,covered:r.length>0}})}function XP(e,t=1){let n=new Map;for(let r of e){if(!r.agent_harness)continue;let o=n.get(r.agent_harness)??{harness:r.agent_harness,entries:0,observed:0,unavailable:0,legacy_missing:0};o.entries+=1,r.agent_model||r.agent_provenance?.model&&r.agent_provenance.model.value.length>0?o.observed+=1:r.agent_provenance?.model===null?o.unavailable+=1:o.legacy_missing+=1,n.set(r.agent_harness,o)}return[...n.values()].map(r=>{let o=r.observed+r.unavailable;return{...r,coverage:o===0?null:r.observed/o,inert:o>=t&&r.observed===0}}).sort((r,o)=>r.harness.localeCompare(o.harness))}function Nd(e,t=wn,n=1){let r=new Map;for(let o of e)if(o.agent_harness)for(let s of t){let i=`${o.agent_harness}\0${s}`,a=r.get(i)??{harness:o.agent_harness,dimension:s,entries:0,observed:0,unavailable:0,legacy_missing:0};a.entries+=1;let c=o.agent_provenance?.[s];c!=null&&c.value.length>0?a.observed+=1:c===null?a.unavailable+=1:a.legacy_missing+=1,r.set(i,a)}return[...r.values()].map(o=>{let s=o.observed+o.unavailable;return{...o,coverage:s===0?null:o.observed/s,inert:s>=n&&o.observed===0}}).sort((o,s)=>o.harness.localeCompare(s.harness)||o.dimension.localeCompare(s.dimension))}function QP(e,t={}){let n=t.minimumCoverage??.8,r=t.minimumEntries??5;if(![Number.isFinite(n),n>=0,n<=1].every(Boolean))throw new RangeError("Semantic attribution minimum coverage must be from 0 to 1.");if(![Number.isSafeInteger(r),r>=1].every(Boolean))throw new RangeError("Semantic attribution minimum entries must be a positive integer.");let o=new Map;for(let c of e)if(c.agent_harness)for(let d of["role","topic"]){let u=`${c.agent_harness}\0${d}`,p=o.get(u)??{harness:c.agent_harness,dimension:d,entries:0,observed:0,by_source:{},coverage:0};p.entries+=1;let f=c.agent_provenance?.[d];f?.value&&(p.observed+=1,p.by_source[f.source]=(p.by_source[f.source]??0)+1),o.set(u,p)}let s=[...o.values()].map(c=>({...c,coverage:c.observed/c.entries,by_source:Object.fromEntries(Object.entries(c.by_source).sort(([d],[u])=>d.localeCompare(u)))})).sort((c,d)=>c.harness.localeCompare(d.harness)||c.dimension.localeCompare(d.dimension)),i=s.filter(c=>c.entries>=r),a=i.filter(c=>c.coverage<n).map(c=>`${c.harness}:${c.dimension}`);return{passed:i.length>0&&a.length===0,minimum_coverage:n,minimum_entries:r,rows:s,failures:a}}function ZP(e){let t=[...e].sort((s,i)=>s.ts.localeCompare(i.ts)||s.author.localeCompare(i.author)||s.op.localeCompare(i.op)||s.before_hash.localeCompare(i.before_hash)||s.after_hash.localeCompare(i.after_hash)),n=new Map,r=new Map;for(let s of t){let i=s.agent_episode,a=Ky(s),c=`${a.source}:${a.id}`,d=n.get(c);if(d){d.entries.push(s);continue}let u={id:a.id,...i?.label===void 0?{}:{label:i.label},...i?.parent_id===void 0?{}:{parent_id:i.parent_id},source:a.source,entries:[s],children:[]};n.set(c,u),i!==void 0&&r.set(a.id,u)}let o=[];for(let s of n.values()){let i=s.parent_id?r.get(s.parent_id):void 0;i&&YP(s,i,r)?i.children.push(s):o.push(s)}return JP(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]="f0e89b0b-ccd1-5dbb-afad-119d5a98590a")}catch{}})();var eL=1e4,zy=1e5,tL=1e3,nL=30,rL=["append","comment","docs","file","learning","note","test_run"];function oL(e){let t=e??eL;if(!Number.isSafeInteger(t)||t<1||t>zy)throw new m(`History analytics event limit must be an integer from 1 to ${zy}.`,l.USAGE,{code:"invalid_history_analytics_limit"});return t}function By(e){let t=e??5;if(!Number.isSafeInteger(t)||t<1||t>1e4)throw new m("History analytics minimum sample must be an integer from 1 to 10000.",l.USAGE,{code:"invalid_history_analytics_minimum_sample"});return t}function sL(e){let t=e?.trim();if(!t)return new Date(Date.now()-nL*864e5).toISOString();let n=/^-(\d+)([dh])$/u.exec(t);if(n){let o=Number(n[1]),s=n[2]==="d"?864e5:36e5;if(!Number.isSafeInteger(o)||o<1)throw new m("History analytics --since duration must be positive.",l.USAGE,{code:"invalid_history_analytics_since"});return new Date(Date.now()-o*s).toISOString()}let r=Date.parse(t);if(!Number.isFinite(r))throw new m("History analytics --since must be an ISO timestamp or negative duration such as -30d.",l.USAGE,{code:"invalid_history_analytics_since"});return new Date(r).toISOString()}async function Vy(e,t){let n=oL(t.eventLimit),r=sL(t.since),o=[],s=r,i=!1;for(;o.length<n;){let a=await ai({pmRoot:e,since:s,limit:Math.min(tL,n-o.length),full:!0}),c=a.events.map(d=>({item_id:d.item_id,entry:d.entry}));if(o.push(...c),i=a.has_more,s=a.next_cursor,!a.has_more)break}return{events:o,receipt:{since:r,events:o.length,truncated:i,...i?{next_cursor:s}:{},source:"history_event_index"}}}function iL(e,t){return t==="harness"?e.agent_harness:t==="author_source"?e.author_source:e.agent_model??e.agent_provenance?.model?.value}function aL(e){for(let t=e.patch.length-1;t>=0;t-=1){let n=e.patch[t];if(n.path==="/metadata/status"&&"value"in n&&typeof n.value=="string")return n.value}}function cL(e){return rL.some(t=>e.startsWith(t))}function Hy(e,t){let n=e.get(t);if(n)return n;let r={events:0,stateEvents:0,annotationEvents:0,closes:0,reopens:0,defectEscapes:0};return e.set(t,r),r}function dL(e,t,n){let r=new Map,o=new Map,s=new Map;for(let i of t){let a=iL(i.entry,e),c=aL(i.entry),d=o.get(i.item_id)===!0,u=c===void 0?d:n.has(c);if(c!==void 0&&o.set(i.item_id,u),!a)continue;let p=Hy(r,a);p.events+=1,cL(i.entry.op)?p.annotationEvents+=1:p.stateEvents+=1,c!==void 0&&!d&&u?(p.closes+=1,s.set(i.item_id,a)):c!==void 0&&d&&!u&&(p.reopens+=1)}return{buckets:r,lastCloseValue:s}}function lL(e,t,n){for(let r of n){if(r.type!=="Issue")continue;let o=new Set((r.dependencies??[]).filter(s=>s.kind==="discovered_from").map(s=>s.id));for(let s of o){let i=t.get(s);i&&(Hy(e,i).defectEscapes+=1)}}}function mL(e,t,n,r){let o=t.closes>=n?"available":"insufficient";return{value:e,events:t.events,state_events:t.stateEvents,annotation_events:t.annotationEvents,closes:t.closes,reopens:t.reopens,defect_escapes:t.defectEscapes,throughput_per_day:o==="available"?t.closes/r:null,rework_rate:o==="available"?t.reopens/t.closes:null,defect_escape_rate:o==="available"?t.defectEscapes/t.closes:null,sample_status:o}}function uL(e,t,n,r,o,s){let{buckets:i,lastCloseValue:a}=dL(e,t,r);return lL(i,a,n),{dimension:e,status:i.size===0?"unavailable":"available",rows:[...i].map(([c,d])=>mL(c,d,o,s)).sort((c,d)=>d.events-c.events||c.value.localeCompare(d.value))}}function pL(e,t){let n=e[0]?.entry.ts??t,r=e[e.length-1]?.entry.ts??n,o=Date.parse(n),s=Date.parse(r);return!Number.isFinite(o)||!Number.isFinite(s)?1:Math.max(1,(s-o)/864e5)}function fL(e,t,n){let r=Ld(t),o=Nd(e,wn,n),s=o.filter(a=>a.inert).map(a=>({harness:a.harness,dimension:a.dimension,explicit_samples:a.observed+a.unavailable})),i=r.filter(a=>!a.covered).map(a=>a.dimension);return{descriptors:r,observations:o,inert:s,undeclared:i,warnings:[...s.map(a=>`provenance_dimension_inert:${a.harness}:${a.dimension}:${String(a.explicit_samples)}`),...i.map(a=>`provenance_dimension_undeclared:${a}`)]}}function Wy(e,t=tr,n={}){let r=By(n.minimumSample);return{...fL(e.events.map(o=>o.entry),t,r),window:e.receipt}}function Yy(e,t,n,r={}){let o=By(r.minimumSample),s=pL(e.events,e.receipt.since);return{dimensions:["harness","model","author_source"].map(i=>uL(i,e.events,t,n,o,s)),minimum_sample:o,policy:"observational_only_not_for_authorization_or_routing",window:e.receipt}}(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]="6e840281-a386-57db-bee0-c9b93b27deb1")}catch{}})();var _L=32;function hL(e){let t=[];for(let n of e??[]){let r=[];for(let o of n.split(",")){let s=o.slice(0,o.indexOf("=")).trim();r.length>0&&s!=="unit"&&s!=="threshold"&&(t.push(r.join(",")),r=[]),r.push(o)}t.push(r.join(","))}return t}function Fr(e,t){let n=hL(e).map(o=>{let[s,...i]=o.split(","),a=s.indexOf("="),c=s.slice(0,a).trim(),d=s.slice(a+1).trim(),u=Number(d);if(a<=0||c.length===0||d.length===0||!Number.isFinite(u))throw new m(`Invalid --measure "${o}"; expected name=value[,unit=...][,threshold=...]`,l.USAGE);let p,f;for(let _ of i){let h=_.indexOf("="),y=_.slice(0,h).trim(),g=_.slice(h+1).trim();if(y==="unit"&&g.length>0)p=g;else if(y==="threshold"&&g.length>0&&Number.isFinite(Number(g)))f=Number(g);else throw new m(`Invalid --measure attribute "${_}"`,l.USAGE)}return{name:c,value:u,unit:p,threshold:f,recorded_at:t}});return[...new Map(n.map(o=>[o.name,o])).values()].sort((o,s)=>o.name.localeCompare(s.name)).slice(0,_L)}function Jy(e,t,n){return e.flatMap(r=>(r.measurements??[]).filter(o=>o.name===t&&o.value<n).map(o=>({...o,run_id:r.run_id})))}function Xy(e,t){let n=e.flatMap(s=>s.measurements??[]).filter(s=>s.name===t).sort((s,i)=>i.recorded_at.localeCompare(s.recorded_at)),r=n[0],o=n[1];return{name:t,latest:r?.value??null,previous:o?.value??null,delta:r!==void 0&&o!==void 0?r.value-o.value:null,unit:r?.unit}}(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]="b56db1fc-d989-5d18-8b29-336a03f1e525")}catch{}})();function yL(e){return e.reduce((t,n)=>(t[n]=0,t),{})}function bL(e,t,n,r,o){let s=ur(e,"type",r),i=new Set(s.rows.map(f=>f.key)),a=t.filter(f=>!i.has(f)),d=(o?[...s.rows,...a.map(f=>({label:f,key:f,total:0,buckets:{open:0,in_progress:0,blocked:0,draft:0,closed:0,canceled:0,other:0}}))]:s.rows).map(f=>({type:f.key??f.label,total:f.total,open:f.buckets.open,in_progress:f.buckets.in_progress,blocked:f.buckets.blocked,draft:f.buckets.draft,closed:f.buckets.closed,canceled:f.buckets.canceled,other:f.buckets.other})),u=yL([...n]);for(let f of e)u[f.status]+=1;let p=Object.fromEntries(Object.entries(u).filter(([,f])=>o||f>0));return{byType:d,byStatus:p,omitted:o?0:a.length+Object.values(u).filter(f=>f===0).length}}function wL(e){return e.trim().length===0?0:e.split(/\r?\n/u).filter(t=>t.trim().length>0).length}async function vL(e){let t=Qy.join(e,"history");if(!await P(t))return[];await gn({path:t,scope:"project"});let n=(await gL.readdir(t)).filter(o=>o.endsWith(".jsonl")).sort((o,s)=>o.localeCompare(s)),r=[];for(let o of n){let s=Qy.join(t,o),i=await q(s);i!==null&&(await gn({path:s,scope:"project"}),r.push({id:o.slice(0,-6),raw:i}))}return r}async function kL(e,t){let n=[],r=k();for(let o of Fr(t.observe,r))n.push(await jy({metric:o.name,value:o.value,direction:t.direction,unit:o.unit,threshold:o.threshold,source:t.measurementSource,itemId:t.measurementItem,revision:t.measurementRevision,observedAt:r,author:t.author,message:t.message},e));return n}function SL(e,t,n){let r={};return t.byAssignee&&(r.assignee=ur(e,"assignee",n)),t.byTag&&(r.tag=ur(e,"tag",n,{tagPrefix:t.tagPrefix})),t.byPriority&&(r.priority=ur(e,"priority",n)),r}async function EL(e,t,n,r,o){let s={since:o.since,eventLimit:o.eventLimit,minimumSample:o.minimumSample},i=o.provenanceCoverage||o.fleetAttribution?await Vy(e,s):void 0;return{provenanceCoverage:o.provenanceCoverage&&i?Wy(i,n.agent_identity?.harness_signals,s):void 0,fleetAttribution:o.fleetAttribution&&i?Yy(i,t,r,s):void 0}}function AL(e,t,n,r,o){let s=Object.keys(o.breakdowns).length>0;return{totals:e,by_type:t,by_status:n,omitted_zero_buckets:r,...o.metadataCoverage?{metadata_coverage:o.metadataCoverage}:{},...s?{breakdowns:o.breakdowns}:{},...o.storage?{storage:o.storage}:{},...o.fieldUtilization?{field_utilization:o.fieldUtilization}:{},...o.improvementLedger?{improvement_ledger:o.improvementLedger}:{},...o.recordedObservations.length>0?{recorded_observations:o.recordedObservations}:{},...o.provenanceCoverage?{provenance_coverage:o.provenanceCoverage}:{},...o.fleetAttribution?{fleet_attribution:o.fleetAttribution}:{},generated_at:k()}}async function Fd(e,t={}){let n=E(process.cwd(),e.path);await I(n);let r=await T(n),o=await kL(e,t),s=O(r,x()),i=$(r.schema),a=t.fieldUtilization?await ip(n,r.item_format,s.type_to_folder,void 0,r.schema):await ce(n,r.item_format,s.type_to_folder,void 0,r.schema);await op({pmRoot:n,settings:r,itemIds:a.map(S=>S.id),commandLabel:"stats"});let c=_s(i),d=bL(a,s.types,i.definitions.map(S=>S.id),c,t.includeEmpty===!0),u=await vL(n),p=0;for(let S of u)p+=wL(S.raw);let f=t.storage?Fy(u):void 0,_=t.metadataCoverage?$f(a,c):void 0,h=SL(a,t,c),y=t.fieldUtilization?Df(a):void 0,g=t.measurements===!0||o.length>0?await qy({pmRoot:n,metric:t.metric,itemId:t.measurementItem,limit:t.measurementLimit}):void 0,{provenanceCoverage:b,fleetAttribution:v}=await EL(n,a,r,i.terminal_statuses,t);return AL({items:a.length,history_streams:u.length,history_entries:p},d.byType,d.byStatus,d.omitted,{metadataCoverage:_,breakdowns:h,storage:f,fieldUtilization:y,improvementLedger:g,recordedObservations:o,provenanceCoverage:b,fleetAttribution:v})}(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]="0e63298a-d2d7-5217-af50-a206348b4cd4")}catch{}})();function Zy(e){return{includeEmpty:e.includeEmpty===!0,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:ke(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}}import TL from"node:fs/promises";import Dt 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]="ad3110ca-e85b-5a7e-b0a1-591796c298eb")}catch{}})();var ob=Dt.join("runtime","telemetry","events.jsonl"),sb=Dt.join("runtime","telemetry","state.json"),CL=Dt.join("runtime","telemetry"),IL=20,eb=["status","flush","stats","clear"],tb=(e,t)=>{let n=Math.ceil(t*e.length),r=Math.min(e.length-1,Math.max(0,n-1));return e[r]},Md=(e,t)=>typeof e!="string"?t:e.trim().length>0?e:t,nb=e=>{if(!(typeof e!="number"||!Number.isFinite(e)))return Math.trunc(e)},RL=e=>({command:Md(e.event.command,"<unknown>"),eventType:Md(e.event.event_type,"unknown"),eventSchemaVersion:nb(e.event.schema_version),clientSchemaVersion:nb(e.client_schema_version)}),xL=()=>({count:0,max_attempts:0,event_type_counts:{},event_schema_versions:new Set,client_schema_versions:new Set,finish_durations_ms:[],ok_count:0,error_count:0,resolution_counts:{}}),OL=e=>{let t=e?.duration_ms;return typeof t=="number"&&Number.isFinite(t)?t:void 0},PL=e=>{let t=e?.command_resolution;return Md(t,"")||void 0},ib=(e,t)=>{e[t]=(e[t]??0)+1},LL=(e,t)=>{let n=OL(t);n!==void 0&&e.finish_durations_ms.push(n),t?.ok===!0?e.ok_count+=1:e.error_count+=1;let r=PL(t);r!==void 0&&ib(e.resolution_counts,r)},NL=e=>Number.isFinite(e)?Math.max(0,Math.trunc(e)):0,rb=(e,t)=>{t!==void 0&&e.add(t)},FL=(e,t)=>{let n=RL(t),r=e.get(n.command)??xL();r.count+=1,r.max_attempts=Math.max(r.max_attempts,NL(t.attempts)),ib(r.event_type_counts,n.eventType),rb(r.event_schema_versions,n.eventSchemaVersion),rb(r.client_schema_versions,n.clientSchemaVersion),n.eventType==="command_finish"&&LL(r,t.event.payload),e.set(n.command,r)},ML=(e,t)=>{let n=t.ok_count+t.error_count,r=[...t.finish_durations_ms].sort((s,i)=>s-i),o=Object.entries(t.resolution_counts).sort((s,i)=>s[0].localeCompare(i[0]));return{command:e,count:t.count,event_type_counts:Object.fromEntries(Object.entries(t.event_type_counts).sort((s,i)=>s[0].localeCompare(i[0]))),max_attempts:t.max_attempts,event_schema_versions:[...t.event_schema_versions].sort((s,i)=>s-i),client_schema_versions:[...t.client_schema_versions].sort((s,i)=>s-i),...r.length>0?{duration_p50_ms:tb(r,.5),duration_p95_ms:tb(r,.95),duration_max_ms:r[r.length-1]}:{},...n>0?{ok_count:t.ok_count,error_count:t.error_count,error_rate:t.error_count/n}:{},...o.length>0?{command_resolution_counts:Object.fromEntries(o)}:{}}},$L=e=>{let t=(e??"status").trim().toLowerCase();if(eb.includes(t))return t;throw xe({command_path:"telemetry",token:e?.trim()||"<empty>",allowed:eb,examples:["pm telemetry status","pm telemetry flush","pm telemetry stats --limit 10","pm telemetry clear"]})},$d=()=>{throw new m("--limit must be a positive integer",l.USAGE)},ab=e=>[!Number.isFinite(e),!Number.isInteger(e),e<=0].includes(!0)?$d():e,DL=e=>{let t=e.trim();return[t.length===0,!/^\d+$/.test(t)].includes(!0)?$d():ab(Number.parseInt(t,10))},UL=e=>e===void 0?IL:typeof e=="number"?ab(e):typeof e=="string"?DL(e):$d(),GL=e=>{if(typeof e!="object"||e===null)return!1;let t=e;return typeof t.attempts=="number"&&typeof t.event=="object"&&t.event!==null},jL=e=>{try{let t=JSON.parse(e);return GL(t)?t:void 0}catch{return}},qL=e=>e===null?[]:e.split(`
46
+ `).map(t=>t.trim()).filter(t=>t.length>0),cb=e=>{let t=qL(e),n=[],r=0;for(let o of t){let s=jL(o);s===void 0?r+=1:n.push(s)}return{rows_total:t.length,valid_entries:n.length,invalid_rows:r,entries:n}},KL=e=>typeof e=="object"&&e!==null&&!Array.isArray(e),zL=e=>{try{let t=JSON.parse(e);return KL(t)?t:{}}catch{return{}}},BL=async e=>{let t=await q(e);return t===null||t.trim().length===0?{}:zL(t)},hi=e=>e??null,gi=async e=>{let t=await T(e),n=Dt.join(e,ob),r=Dt.join(e,sb),o=await q(n),s=cb(o),i=await BL(r);return{enabled:t.telemetry.enabled,endpoint:t.telemetry.endpoint,queue_path:n,state_path:r,queue_rows_total:s.rows_total,queue_entries:s.valid_entries,queue_invalid_rows:s.invalid_rows,queue_size_bytes:Buffer.byteLength(o??"","utf8"),last_attempted_flush_at:hi(i.last_attempted_flush_at),last_successful_flush_at:hi(i.last_successful_flush_at),last_failed_flush_at:hi(i.last_failed_flush_at),last_failed_flush_error:hi(i.last_failed_flush_error)}},VL=e=>{let t=new Map;for(let n of e)FL(t,n);return[...t.entries()].map(([n,r])=>ML(n,r)).sort((n,r)=>r.count-n.count||n.command.localeCompare(r.command))},HL=async(e,t)=>({action:"telemetry",subcommand:"status",status:await gi(t.globalPmRoot),generated_at:k()}),WL=async(e,t)=>{let n=await gi(t.globalPmRoot);await Cp(t.globalPmRoot);let r=await gi(t.globalPmRoot),o=Math.max(0,n.queue_entries-r.queue_entries),s=r.queue_entries===0;return{action:"telemetry",subcommand:"flush",queue_entries_before:n.queue_entries,queue_entries_after:r.queue_entries,queue_entries_drained:o,queue_progressed:o>0,queue_empty:s,queue_drained:s,status:r,generated_at:k()}},YL=async(e,t)=>{let n=UL(e.limit),r=await q(t.queuePath),o=cb(r),s=VL(o.entries),i=s.slice(0,n);return{action:"telemetry",subcommand:"stats",limit:n,total_commands:s.length,queue_entries:o.valid_entries,queue_invalid_rows:o.invalid_rows,queue_rows_total:o.rows_total,truncated:s.length>i.length,stats:i,generated_at:k()}},JL=async(e,t)=>{let n=await T(t.globalPmRoot),r=[n.telemetry.enabled!==!1,n.telemetry.installation_id!=="",n.telemetry.first_run_prompt_completed!==!0].includes(!0);n.telemetry.enabled=!1,n.telemetry.first_run_prompt_completed=!0,n.telemetry.installation_id="",r&&await Re(t.globalPmRoot,n,"telemetry:clear");let o=Dt.join(t.globalPmRoot,CL),s=await P(o);return await TL.rm(o,{recursive:!0,force:!0}),{action:"telemetry",subcommand:"clear",settings_changed:r,runtime_dir_removed:s&&!await P(o),queue_exists_after:await P(t.queuePath),state_exists_after:await P(t.statePath),status:await gi(t.globalPmRoot),generated_at:k()}},XL={status:HL,flush:WL,stats:YL,clear:JL};async function db(e,t){let n=$L(e.subcommand),r=nt(process.cwd());return XL[n](e,{globalPmRoot:r,queuePath:Dt.join(r,ob),statePath:Dt.join(r,sb)})}import{spawn as Rb}from"node:child_process";import{cp as jd,mkdir as ki,mkdtemp as xb,open as qd,readdir as Kd,rm as Mr,symlink as Ob}from"node:fs/promises";import{tmpdir as Pb}from"node:os";import z 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]="62af7c1e-c1c7-529e-ab30-117103ac4607")}catch{}})();var lb=20;function QL(){let e=process.env.PM_TRACKED_TEST_RUN_HISTORY_LIMIT;if(!e||e.trim().length===0)return lb;let t=Number.parseInt(e,10);return!Number.isFinite(t)||t<=0?lb:t}function Dd(e){let t=[...e].filter(r=>r.run_id.trim().length>0&&r.started_at.trim().length>0&&r.finished_at.trim().length>0&&r.recorded_at.trim().length>0).sort((r,o)=>{let s=yn(r.recorded_at,o.recorded_at);if(s!==0)return s;let i=r.run_id.localeCompare(o.run_id);return i!==0?i:r.kind.localeCompare(o.kind)}),n=QL();return t.length>n?t.slice(t.length-n):t}async function yi(e){await ne({pmRoot:e.pmRoot,settings:e.settings,id:e.itemId,op:"test_run_track",author:e.author,message:e.message,force:!1,mutate(t){let n=t.metadata.test_runs??[];return t.metadata.test_runs=Dd([...n,e.entry]),{changedFields:["test_runs"]}}})}(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]="8a6a3402-dae3-56f8-b9ba-a4f6f8a47cda")}catch{}})();var mb=100;function Ud(e,t="--only-index"){let n=typeof e=="number"?e:Number(String(e).trim());if(!Number.isInteger(n)||n<1)throw new m(`${t} requires a 1-based integer index into the linked-test list (got "${e}"). Use pm test <id> --list to inspect positions.`,l.USAGE);return n}function ZL(e){let n=(e.command??e.path??"<no command>").replaceAll(/\s+/g," ").trim()||"<no command>";return n.length<=mb?n:`${n.slice(0,mb-3)}...`}function ub(e){return e.map((t,n)=>`${n+1}. ${ZL(t)}`).join("; ")}function eN(e){let t=[];return e.match!==void 0&&t.push("match"),e.onlyIndex!==void 0&&t.push("only-index"),e.onlyLast===!0&&t.push("only-last"),t}function tN(e,t){let n=e.command?.toLowerCase()??"",r=e.path?.toLowerCase()??"";return n.includes(t)||r.includes(t)}function pb(e,t){let n=eN(t);if(n.length===0)return{selector:null,requested:null,selected:e,selected_indexes:e.map((o,s)=>s+1),selected_count:e.length,skipped_count:0};if(n.length>1)throw new m(`Combine at most one linked-test selector per run: ${n.map(o=>`--${o}`).join(" and ")} were provided. Pick one of --match, --only-index, --only-last.`,l.USAGE);let r=n[0];if(e.length===0)throw new m(`--${r} matched no linked tests because this item has none. Add one first with --add, --command, or --add-json.`,l.USAGE);if(r==="match"){let o=t.match.trim().toLowerCase();if(o.length===0)throw new m("--match requires a non-empty substring to match against linked-test command/path values",l.USAGE);let s=[],i=[];for(let a=0;a<e.length;a+=1)tN(e[a],o)&&(i.push(e[a]),s.push(a+1));if(i.length===0)throw new m(`--match "${t.match}" matched none of the ${e.length} linked test(s). Available entries: ${ub(e)}`,l.USAGE);return{selector:"match",requested:t.match,selected:i,selected_indexes:s,selected_count:i.length,skipped_count:e.length-i.length}}if(r==="only-index"){let o=Ud(t.onlyIndex);if(o>e.length)throw new m(`--only-index ${o} is out of range: this item has ${e.length} linked test(s). Available entries: ${ub(e)}`,l.USAGE);return{selector:"only-index",requested:String(o),selected:[e[o-1]],selected_indexes:[o],selected_count:1,skipped_count:e.length-1}}return{selector:"only-last",requested:"last",selected:[e[e.length-1]],selected_indexes:[e.length],selected_count:1,skipped_count:e.length-1}}(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]="03f2f710-3b96-5671-85fa-d8ea4726ee86")}catch{}})();var vi=20*1024*1024,nN=3e3,rN=1e4,oN=5e3,fb=120,sN=new Set(["locks","extensions","runtime"]),iN=new Set(["history","index","search","extensions","locks","runtime"]),aN=[/eaddrinuse/i,/address already in use/i,/port\s+\d+\s+is already in use/i,/web server[^.\n]*already running/i,/failed to listen on/i],cN=/\b(?:could not|failed to|unable to)\s+acquire\b[^\n.]*\block\b/i,dN=/\b(?:already running|timed?\s*out|timeout|held by another|lock\s+is\s+held)\b/i,lN=new Set(["activity","calendar","context","ctx","deps","get","health","history","list","list-all","list-blocked","list-canceled","list-closed","list-draft","list-in-progress","list-open","search","stats","test-all","validate"]);function Vd(e,t){let n=process.env[e];if(typeof n!="string"||n.trim().length===0)return t;let r=Number.parseInt(n,10);return!Number.isFinite(r)||r<=0?t:r}function mN(){return Vd("PM_LINKED_TEST_TIMEOUT_FORCE_KILL_DELAY_MS",nN)}function uN(){return Vd("PM_LINKED_TEST_HEARTBEAT_INTERVAL_MS",rN)}function pN(){return Vd("PM_LINKED_TEST_PIPE_CLOSE_GRACE_MS",oN)}function fN(e){let t=process.env.PM_BACKGROUND_TEST_RUN_ID?.trim();return t&&t.length>0?t:`${e}-local-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,8)}`}function _N(e){let t=0,n=0,r=0;for(let o of e){if(o.status==="passed"){t+=1;continue}if(o.status==="failed"){n+=1;continue}r+=1}return{passed:t,failed:n,skipped:r}}function Hd(e){let t=0,n=0,r=0,o=0;for(let s of e){let i=s.execution_context;!i||i.is_pm_command!==!0||(t+=1,i.is_pm_tracker_read_command===!0&&(n+=1),i.mismatch_detected===!0&&(r+=1),i.auto_pm_context_applied===!0&&(o+=1))}return{checked_pm_commands:t,tracker_read_commands:n,mismatches:r,auto_remediated:o}}function hN(e){let t=e??"project";if(!tt.includes(t))throw new m(`Invalid scope "${e}"`,l.USAGE);return t}function Si(e){if(!e)return"schema";let t=e.trim().toLowerCase();if(Zt.includes(t))return t;throw new m(`Invalid --pm-context value "${e}". Expected one of: ${Zt.join(", ")}`,l.USAGE)}function gN(e){return tn(e??"source","--workspace-context")}function Lb(e,t,n){return n?t:tn(e.workspace_context_mode,"linked test")??t}function Nb(e,t,n){return n||typeof e.pm_context_mode!="string"||e.pm_context_mode.trim().length===0?t:Si(e.pm_context_mode)}function Fb(e,t){return e==="auto"?t?"tracker":"schema":e}function yN(e){return Object.entries(e).filter(([t])=>t.startsWith("assert_")).some(([,t])=>t==null?!1:Array.isArray(t)?t.length>0:typeof t=="object"?Object.keys(t).length>0:typeof t=="string"?t.trim().length>0:!0)}function bN(e){let{executionContext:t,runLevelPmContextMode:n,linkedOverridePmContextMode:r}=e;return!t.is_pm_tracker_read_command||!t.mismatch_detected?"":n==="tracker"&&r==="schema"?" Linked test metadata pm_context_mode=schema overrides run-level --pm-context tracker. Set pm_context_mode=tracker (or auto) on the linked test, or remove the override, to run against seeded tracker data.":t.pm_context_mode==="schema"?" Use --auto-pm-context to route PM tracker-read linked commands through seeded tracker data automatically. Alternatively, use --pm-context tracker for the whole run.":""}function wN(e,t){let n={};if(!e)return n;for(let r of e){let o=wr(r,t);if(o)for(let[s,i]of Object.entries(o))n[s]=i}return n}function vN(e,t){if(!e)return[];let n=[];for(let r of e){let o=vr(r,t);o&&n.push(...o)}return[...new Set(n)]}function kN(e){let t=Ei(e);return lr(t).some(n=>Ga(n)!==null)}function Mb(e){let t=Ei(e);return lr(t).some(n=>{let r=Ga(n);if(!r)return!1;let o=Of(r);return o?lN.has(o.subcommand):!1})}function bi(e){if(e)return If.has(e.subcommand)?Ln(e.args,Rf)?.subcommand:e.subcommand}function _b(e,t){if(e==="npx"||e==="bunx")return ps(t)?.command;if(e==="pnpm")return bi(Ln(t,Ef));if(e==="npm")return bi(Ln(t,Af));if(e==="yarn")return bi(Ln(t,Tf));if(e==="bun")return bi(Ln(t,Cf))}function wi(e){return e?e==="vitest"||e==="test"||e.startsWith("test:"):!1}function Gd(e){return!e||!qa(e.command)&&!xf(e.command)?!1:us(e.args)==="test-all"}var $b=new Map([...["sh","bash","dash","zsh"].map(e=>[e,/^(?:-c|-[a-z]*c[a-z]*)$/u]),...["cmd","cmd.exe"].map(e=>[e,/^\/[ck]$/u]),...["powershell","powershell.exe","pwsh","pwsh.exe"].map(e=>[e,/^-(?:c|command)$/u])]),SN=new Set(["npx","bunx"]);function Db(e){let t=e.split(" ").filter(i=>i.length>0),n=ja(t);if(n.length===0)return!1;let[r,...o]=n,s=$b.get(r);if(s){let i=o.findIndex(a=>s.test(a));return i>=0?Db(o.slice(i+1).join(" ")):!1}return qa(r)||Ka(r)?us(o)==="test-all":r==="node"&&o.length>0&&Ka(o[0])?us(o.slice(1))==="test-all":SN.has(r)?Gd(ps(o)):r==="pnpm"?Gd(za(o)):r==="npm"?Gd(Ba(o)):!1}function Ub(e){let t=Ei(e);return lr(t).some(n=>Db(n))}function Gb(e){if(Ub(e))throw new m('Linked test commands must not invoke "pm test-all"; this creates recursive orchestration.',l.USAGE)}function Ei(e){return e.trim().replaceAll("\\","/").replaceAll('"',"").replaceAll("'","").replaceAll(/\s+/g," ").toLowerCase()}function jb(e){let t=e.split(" ").filter(i=>i.length>0),n=ja(t);if(n.length===0)return!1;let[r,...o]=n,s=$b.get(r);if(s){let i=o.findIndex(a=>s.test(a));return i>=0&&jb(o.slice(i+1).join(" "))}return r==="vitest"||r.endsWith("/vitest")||r.endsWith("/vitest.mjs")?!0:r==="node"?EN(o):AN(r,o)}function EN(e){return e.includes("--test")||e.some(t=>t==="vitest"||t==="vitest.mjs"||t.endsWith("/vitest")||t.endsWith("/vitest.mjs"))}function AN(e,t){return e==="npx"||e==="bunx"?wi(ps(t)?.command):e==="pnpm"||e==="npm"?wi((e==="pnpm"?za(t):Ba(t))?.command)||wi(_b(e,t)):(e==="yarn"||e==="bun")&&wi(_b(e,t))}function TN(e){if(Ub(e))return'Linked test command skipped: Linked test commands must not invoke "pm test-all"; this creates recursive orchestration.'}function CN(e){return e?e.map(IN):[]}function IN(e){let t=e.trim(),n=A_(t)?$s(oe(e,"--add"),"--add"):{command:t},r=le(n.command);if(!r)throw new m("--add requires command=<value> or a bare command (path=<value> is optional metadata)",l.USAGE);return Gb(r),{command:r,path:le(n.path),scope:hN(n.scope),timeout_seconds:RN(le(n.timeout_seconds),le(n.timeout)),pm_context_mode:qs(le(n.pm_context_mode),"--add"),workspace_context_mode:tn(le(n.workspace_context_mode),"--add"),env_set:wr(le(n.env_set),"--add"),env_clear:vr(le(n.env_clear),"--add"),shared_host_safe:js(le(n.shared_host_safe),"--add","shared_host_safe"),assert_stdout_contains:nn(le(n.assert_stdout_contains)),assert_stdout_regex:Dn(le(n.assert_stdout_regex),"--add","assert_stdout_regex"),assert_stderr_contains:nn(le(n.assert_stderr_contains)),assert_stderr_regex:Dn(le(n.assert_stderr_regex),"--add","assert_stderr_regex"),assert_stdout_min_lines:Ks(le(n.assert_stdout_min_lines),"--add"),assert_json_field_equals:zs(le(n.assert_json_field_equals),"--add"),assert_json_field_gte:Bs(le(n.assert_json_field_gte),"--add"),note:le(n.note)}}function le(e){let t=e?.trim();return t&&t.length>0?t:void 0}function RN(e,t){if(e&&t&&e!==t)throw new m("--add timeout and timeout_seconds must match when both are provided",l.USAGE);let n=e??t;if(n===void 0)return;let r=Math.floor(de(n,"timeout_seconds"));if(r<=0)throw new m("--add timeout_seconds must be a positive integer",l.USAGE);return r}function xN(e){return e?e.flatMap(t=>{let n=I_(t,"--add-json");for(let r of n){let o=r.command;if(!o)throw new m("--add-json requires a non-empty command string",l.USAGE);Gb(o)}return n}):[]}function ON(e){return e?e.map(t=>{let n=t.trim();if(!n)throw new m("--remove requires command or path value",l.USAGE);let r=/^(command|path)\s*=/i.exec(n);if(r){let o=n.slice(r[0].length).trim();if(!o)throw new m("--remove requires a non-empty command=<value> or path=<value>",l.USAGE);return{kind:r[1].toLowerCase(),value:o}}if(/^[A-Za-z_][\w-]*=\S+$/u.test(n))throw new m("--remove structured selectors require command=<value> or path=<value>",l.USAGE);if(/^(?:[-*+]\s+)?(?:path|command)\s*:/i.test(n)||n.startsWith("```")){let o=oe(n,"--remove"),s=o.path!==void 0?"path":"command",i=o.path??o.command;if(!i?.trim())throw new m("--remove requires command=<value> and/or path=<value>",l.USAGE);return{kind:s,value:i.trim()}}return{kind:"either",value:n}}):[]}function PN(e){return e?[...new Set(e.map(t=>{let n=typeof t=="number"?t:Number.parseInt(t,10);if(!Number.isInteger(n)||n<1||String(n)!==String(t).trim())throw new m("--remove-index must be a positive integer",l.USAGE);return n}))]:[]}function LN(e){try{e.stdin?.end()}catch{}}function qb(e){let t=e.trim().replaceAll(/\s+/g," ");return t.length<=fb?t:`${t.slice(0,fb-3)}...`}function Kb(e){return e==="off"?!1:e==="always"?!0:process.stderr.isTTY===!0}function zd(e){try{process.stderr.write(`${e}
47
+ `)}catch{}}function NN(e,t){if(!Kb(t))return null;let n=qb(e.command),r=Date.now();zd(`[pm test] linked-test ${e.index}/${e.total} start timeout_ms=${e.timeoutMs} command="${n}"`);let o=setInterval(()=>{let s=Date.now()-r;zd(`[pm test] linked-test ${e.index}/${e.total} running elapsed_ms=${s} command="${n}"`)},uN());return o.unref?.(),o}function FN(e,t,n,r){if(!Kb(r))return;let o=qb(e.command),s=Date.now()-n,a=t.timedOut||t.maxBufferExceeded||t.exitCode!==0?"failed":"passed",c=[];t.timedOut&&c.push("reason=timeout"),t.maxBufferExceeded&&c.push("reason=max_buffer"),t.outputTruncated&&c.push("output=truncated"),t.signal&&c.push(`signal=${t.signal}`);let d=t.exitCode===null?"null":String(t.exitCode),u=c.length>0?` ${c.join(" ")}`:"";zd(`[pm test] linked-test ${e.index}/${e.total} end status=${a} exit_code=${d} elapsed_ms=${s}${u} command="${o}"`)}async function hb(e){if(!(!Number.isInteger(e)||e<=0)){if(process.platform==="win32"){await new Promise(t=>{let n=Rb("taskkill",["/pid",String(e),"/T","/F"],{stdio:"ignore",windowsHide:!0});n.on("error",()=>t()),n.on("close",()=>t())});return}try{process.kill(-e,"SIGKILL");return}catch{}try{process.kill(e,"SIGKILL")}catch{}}}function MN(e){e.heartbeat&&clearInterval(e.heartbeat),e.timedOutTimer&&(clearTimeout(e.timedOutTimer),e.timedOutTimer=null),e.forceKillTimer&&(clearTimeout(e.forceKillTimer),e.forceKillTimer=null)}function $N(e,t){let n=!1;return async()=>{if(n)return;n=!0;let r=e.pid;if(!r||r<=0){try{e.kill("SIGTERM")}catch{}return}if(process.platform==="win32"){await hb(r);return}try{process.kill(-r,"SIGTERM")}catch{try{e.kill("SIGTERM")}catch{}}t.forceKillTimer=setTimeout(()=>{hb(r)},mN()),t.forceKillTimer.unref?.()}}function DN(e){return new Promise(t=>{let n=!1,r=null,o=(s,i=!1)=>{n||(n=!0,r&&(clearTimeout(r),r=null),i&&(e.stdin?.destroy(),e.stdout?.destroy(),e.stderr?.destroy()),t(s))};e.on("exit",(s,i)=>{n||(r=setTimeout(()=>{o({code:s,signal:i},!0)},pN()),r.unref?.())}),e.on("close",(s,i)=>{o({code:s,signal:i})})})}function UN(e,t,n,r,o){return Rb(e,{cwd:o,env:t,shell:!0,windowsHide:!0,detached:process.platform!=="win32",stdio:["pipe",n,r]})}async function gb(e){let t=await qd(e,"r");try{let n=(await t.stat()).size,r=Math.min(n,vi),o=Buffer.alloc(r);return r>0&&await t.read(o,0,r,0),{text:o.toString("utf8"),truncated:n>vi}}finally{await t.close()}}async function GN(e,t,n,r,o,s=process.cwd()){let i=Date.now(),a=await xb(z.join(Pb(),"pm-linked-test-output-"));try{let c=z.join(a,"stdout.log"),d=z.join(a,"stderr.log"),[u,p]=await Promise.all([qd(c,"w"),qd(d,"w")]),f;try{f=UN(e,n,u.fd,p.fd,s)}catch(W){throw await Promise.all([u.close(),p.close()]),W}let _=DN(f),h;f.on("error",W=>{h=W.message}),await Promise.all([u.close(),p.close()]),LN(f);let y={heartbeat:NN(r,o),forceKillTimer:null,timedOutTimer:null},g=$N(f,y),b=!1;y.timedOutTimer=setTimeout(()=>{b=!0,g()},t),y.timedOutTimer.unref?.();let{code:v,signal:S}=await _;MN(y);let[A,R]=await Promise.all([gb(c),gb(d)]),j=A.truncated||R.truncated,M=j?`
48
48
  [pm linked-test output truncated at ${vi} bytes per stream; the child process continued to completion]
49
- `:"",me={stdout:`${A.text}${M}`,stderr:x.text,exitCode:v,signal:S,timedOut:b,maxBufferExceeded:!1,outputTruncated:j,spawnError:h};return xN(r,me,i,o),me}finally{await Mr(a,{recursive:!0,force:!0})}}function MN(e,t){let n=[];e.maxBufferExceeded&&n.push(`Linked test output exceeded maxBuffer=${vi} bytes. Reduce output volume or split the command.`),e.timedOut&&t>0&&n.push(`Linked test timed out after ${t}ms.`);let r=e.signal?`Linked test command terminated by signal ${e.signal}.`:void 0,o=e.spawnError?.trim()||r||"Linked test command failed.";return n.length===0?o:`${o} ${n.join(" ")}`}function $N(e){let t=[e.spawnError??"",e.stderr,e.stdout].join(`
50
- `);return nN.some(n=>n.test(t))||t.split(/\r?\n/u).some(n=>rN.test(n)&&oN.test(n))}function DN(e){return $N(e)?"infra_collision":e.timedOut?"timeout":e.maxBufferExceeded?"max_buffer":e.spawnError?"spawn_error":e.signal?"signal":"assertion_failure"}function UN(){return{infra_collision:0,trust_refusal:0,assertion_failure:0,empty_run:0,timeout:0,max_buffer:0,spawn_error:0,signal:0}}function Ai(e){let t=UN();for(let n of e)n.status!=="failed"||!n.failure_category||(t[n.failure_category]+=1);return t}function fb(e,t){for(let[n,r]of Object.entries(t.env_set))tn.has(n.toUpperCase())||(e[n]=r);for(let n of t.env_clear)tn.has(n.toUpperCase())||delete e[n]}function GN(e){e.PORT===void 0&&(e.PORT="0"),e.HOST===void 0&&(e.HOST="127.0.0.1"),e.PM_SHARED_HOST_SAFE===void 0&&(e.PM_SHARED_HOST_SAFE="1"),e.PLAYWRIGHT_HTML_OPEN===void 0&&(e.PLAYWRIGHT_HTML_OPEN="never"),e.PW_TEST_HTML_REPORT_OPEN===void 0&&(e.PW_TEST_HTML_REPORT_OPEN="never")}function jN(e,t){let n={...e.env_set,...t.env_set},r=[...new Set([...e.env_clear,...t.env_clear??[]])],o=t.shared_host_safe??e.shared_host_safe;return{env_set:n,env_clear:r,shared_host_safe:o}}function qN(e,t,n){return{env_set:_N(e,"--env-set"),env_clear:hN(t,"--env-clear"),shared_host_safe:n===!0}}async function Vn(e,t,n=!1,r=ki){if(await P(e))try{await ci("seed_linked_test",async()=>{if(await r(z.dirname(t),{recursive:!0}),n){await Gd(e,t,{recursive:!0,force:!0});return}await Gd(e,t,{force:!0})},{why:"Linked tests need an isolated PM context without mutating the source tracker.",nextSteps:["Reclaim capacity on the filesystem that hosts the linked-test temporary directory."]})}catch(o){if(typeof o=="object"&&o!==null&&"code"in o&&Et(o))return;throw o}}async function _b(e,t,n){await Vn(ae(n.projectPmRoot),ae(e)),await Vn(z.join(n.projectPmRoot,"extensions"),z.join(e,"extensions"),!0),await Vn(ae(n.globalPmRoot),ae(t)),await Vn(z.join(n.globalPmRoot,"extensions"),z.join(t,"extensions"),!0)}async function hb(e,t){if(!await P(e))return;let n=await qd(e,{withFileTypes:!0});for(let r of n){if(eN.has(r.name))continue;let o=z.join(e,r.name),s=z.join(t,r.name);if(r.isDirectory()){await Vn(o,s,!0);continue}r.isFile()&&await Vn(o,s)}}async function gb(e,t){let n=await q(ae(e));if(n===null||await P(Sa(e)))return;let r=await T(t);await Mr(Sa(t),{force:!0}),await Mr(ae(t),{force:!0}),await Je({pmRoot:t,filePath:ae(t),raw:n,op:"settings:write",author:C(void 0,r.author_default),lockTtlSeconds:r.locks.ttl_seconds,lockWaitMs:r.locks.wait_ms,recordCreation:!0,message:"Seed linked-test tracker settings history"})}async function Bn(e){if(!await P(e))return 0;let t=0,n=await qd(e,{withFileTypes:!0});for(let r of n){if(!r.isDirectory()||tN.has(r.name))continue;let o=z.join(e,r.name),s;try{s=await qd(o,{withFileTypes:!0})}catch{continue}for(let i of s)i.isFile()&&gl.some(a=>i.name.toLowerCase().endsWith(a))&&(t+=1)}return t}function KN(e){let t=typeof e.exitCode=="number"?e.exitCode:1;return(e.timedOut||e.maxBufferExceeded)&&t===0?1:t}function zN(e){let t=[],n=e.match(/[^.[\]]+|\[\d+\]/g)??[];for(let r of n){if(r.startsWith("[")&&r.endsWith("]")){let o=Number.parseInt(r.slice(1,-1),10);if(!Number.isInteger(o)||o<0)return[];t.push(o);continue}t.push(r)}return t}function yb(e,t){let n=t.trim();if(n.length===0)return{found:!1,value:void 0};let r=zN(n);if(r.length===0)return{found:!1,value:void 0};let o=e;for(let s of r){if(typeof s=="number"){if(!Array.isArray(o)||s>=o.length)return{found:!1,value:void 0};o=o[s];continue}if(typeof o!="object"||o===null||!Object.prototype.hasOwnProperty.call(o,s))return{found:!1,value:void 0};o=o[s]}return{found:!0,value:o}}function BN(e){let t=e.trim();if(t==="true")return!0;if(t==="false")return!1;if(t==="null")return null;let n=Number(t);if(t.length>0&&Number.isFinite(n))return n;if(t.startsWith("{")&&t.endsWith("}")||t.startsWith("[")&&t.endsWith("]"))try{return JSON.parse(t)}catch{}return t}function VN(e,t){return typeof e=="object"&&e!==null&&typeof t=="object"&&t!==null?rt(e,t):Object.is(e,t)}function HN(e,t,n){let r=[];r.push(...bb("stdout",t,e.assert_stdout_contains)),r.push(...wb("stdout",t,e.assert_stdout_regex)),r.push(...bb("stderr",n,e.assert_stderr_contains)),r.push(...wb("stderr",n,e.assert_stderr_regex)),r.push(...WN(t,e.assert_stdout_min_lines));let o=e.assert_json_field_equals??{},s=e.assert_json_field_gte??{};if(!(Object.keys(o).length>0||Object.keys(s).length>0))return r;let a;try{a=JSON.parse(t)}catch(c){return r.push(`stdout is not valid JSON for assert_json_field_* checks: ${c instanceof Error?c.message:String(c)}`),r}for(let[c,m]of Object.entries(o)){let u=yb(a,c);if(!u.found){r.push(`assert_json_field_equals missing path "${c}"`);continue}let p=BN(m);VN(u.value,p)||r.push(`assert_json_field_equals mismatch at "${c}" (expected=${JSON.stringify(p)} actual=${JSON.stringify(u.value)})`)}for(let[c,m]of Object.entries(s)){let u=yb(a,c);if(!u.found){r.push(`assert_json_field_gte missing path "${c}"`);continue}if(typeof u.value!="number"||!Number.isFinite(u.value)){r.push(`assert_json_field_gte path "${c}" resolved to non-numeric value`);continue}u.value<m&&r.push(`assert_json_field_gte failed at "${c}" (expected >= ${m}, actual ${u.value})`)}return r}function bb(e,t,n){let r=[];for(let o of n??[])t.includes(o)||r.push(`${e} missing required text: "${o}"`);return r}function wb(e,t,n){let r=[];for(let o of n??[])try{new RegExp(o,"m").test(t)||r.push(`${e} failed regex assertion: /${o}/m`)}catch(s){r.push(`${e} regex assertion is invalid: /${o}/ (${s instanceof Error?s.message:String(s)})`)}return r}function WN(e,t){if(typeof t!="number")return[];let n=e.split(/\r?\n/).map(r=>r.trim()).filter(r=>r.length>0).length;return n<t?[`stdout line count ${n} is below required minimum ${t}`]:[]}var YN=[{code:"no_projects_matched_filters",regex:/\bNo projects matched the filters\b/i},{code:"no_test_files_found",regex:/\bNo test files found\b/i},{code:"no_tests_found",regex:/\bNo tests found\b/i},{code:"no_matching_tests",regex:/\bNo matching tests?\b/i},{code:"collected_zero_items",regex:/\bcollected 0 items?\b/i},{code:"reported_zero_passes",regex:/(?:^\s*(?:#|ℹ)?\s*tests\s+0\s*$[\s\S]*^\s*(?:#|ℹ)?\s*pass\s+0\s*$|^\s*(?:#|ℹ)?\s*pass\s+0\s*$[\s\S]*^\s*(?:#|ℹ)?\s*tests\s+0\s*$)/imu},{code:"reported_zero_tests",regex:/^\s*(?:#|ℹ)?\s*tests\s+0\s*$/imu}],JN=[/^\s*(?:#|ℹ)?\s*tests\s+[1-9]\d*\s*$/imu,/^\s*(?:#|ℹ)?\s*pass\s+[1-9]\d*\s*$/imu,/\bTests?\s+[1-9]\d*\s+passed\b/iu,/\b[1-9]\d*\s+passed\b/iu,/\bTests:\s+(?:.*\b)?[1-9]\d*\s+passed\b/iu];function XN(e,t){let n=`${e}
51
- ${t}`;for(let r of YN)if(r.regex.test(n))return{code:r.code};return null}function QN(e,t){let n=`${e}
52
- ${t}`;return JN.some(r=>r.test(n))}function vb(e){let t=Ei(e);return/(?:^|\s)(?:--test-name-pattern|--testnamepattern)(?:=|\s)/u.test(t)?!0:lr(t).some(n=>/(?:^|\s)-t(?:=|\s)/u.test(n)&&$b(n))}function ZN(e){return{root:e,schemaProjectPmPath:z.join(e,"schema","project",".agents","pm"),schemaGlobalPmPath:z.join(e,"schema","global"),trackerProjectPmPath:z.join(e,"tracker","project",".agents","pm"),trackerGlobalPmPath:z.join(e,"tracker","global"),workspaceSnapshotRoot:z.join(e,"workspace","project"),workspaceIsolatedRoot:z.join(e,"workspace","isolated")}}function eF(e,t,n){return e.some(r=>Ib(r,t,n)==="snapshot")}async function tF(e,t){let n=new Set([".agents",".git",".nyc_output",".turbo","coverage","node_modules"]);await ki(z.dirname(e.workspaceSnapshotRoot),{recursive:!0}),await Gd(t,e.workspaceSnapshotRoot,{recursive:!0,force:!0,filter(o){let s=z.relative(t,o);return s?!s.split(z.sep).some(i=>n.has(i)):!0}});let r=z.join(t,"node_modules");await P(r)&&await Cb(r,z.join(e.workspaceSnapshotRoot,"node_modules"),process.platform==="win32"?"junction":"dir")}async function nF(e,t){let n=z.join(e,".agents"),r=z.join(n,"pm");await ki(n,{recursive:!0}),await Mr(r,{recursive:!0,force:!0}),await Cb(t,r,process.platform==="win32"?"junction":"dir")}async function rF(e,t=Tr,n=!0){let r={defaults:!0,agentGuidance:"skip"};await t(void 0,{path:e.schemaProjectPmPath},r),await t(void 0,{path:e.schemaGlobalPmPath},r),n&&(await t(void 0,{path:e.trackerProjectPmPath},r),await t(void 0,{path:e.trackerGlobalPmPath},r))}async function oF(e,t,n){t&&(await _b(e.schemaProjectPmPath,e.schemaGlobalPmPath,t),n&&(await _b(e.trackerProjectPmPath,e.trackerGlobalPmPath,t),await hb(t.projectPmRoot,e.trackerProjectPmPath),await hb(t.globalPmRoot,e.trackerGlobalPmPath),await gb(t.projectPmRoot,e.trackerProjectPmPath),await gb(t.globalPmRoot,e.trackerGlobalPmPath)))}function sF(e,t,n){return e.some(r=>{let o=r.command??"",s=o.length>0&&Pb(o),i=n?.autoPmContext===!0&&s?"auto":xb(r,t,n?.overrideLinkedPmContext===!0);return Ob(i,s)==="tracker"})}async function iF(e,t){return{sourceProjectItemCount:t?await Bn(t.projectPmRoot):0,sourceGlobalItemCount:t?await Bn(t.globalPmRoot):0,schemaProjectItemCount:await Bn(e.schemaProjectPmPath),schemaGlobalItemCount:await Bn(e.schemaGlobalPmPath),trackerProjectItemCount:await Bn(e.trackerProjectPmPath),trackerGlobalItemCount:await Bn(e.trackerGlobalPmPath)}}function aF(e){let t=e.effectivePmContextMode==="tracker",n=t?e.layout.trackerProjectPmPath:e.layout.schemaProjectPmPath,r=t?e.layout.trackerGlobalPmPath:e.layout.schemaGlobalPmPath,o=t?e.counts.trackerProjectItemCount:e.counts.schemaProjectItemCount,s=t?e.counts.trackerGlobalItemCount:e.counts.schemaGlobalItemCount,i=e.workspaceContextMode==="snapshot"?e.layout.workspaceSnapshotRoot:e.workspaceContextMode==="isolated"?e.layout.workspaceIsolatedRoot:e.sourceWorkspaceRoot,a=e.workspaceContextMode==="isolated"?"":i;return{requested_pm_context_mode:e.requestedPmContextMode,pm_context_mode:e.effectivePmContextMode,auto_pm_context_applied:e.autoPmContextApplied,is_pm_command:e.isPmCommand,is_pm_tracker_read_command:e.isPmTrackerReadCommand,source_project_pm_path:e.sourceRoots?.projectPmRoot??"",sandbox_project_pm_path:n,source_global_pm_path:e.sourceRoots?.globalPmRoot??"",sandbox_global_pm_path:r,source_project_item_count:e.counts.sourceProjectItemCount,sandbox_project_item_count:o,source_global_item_count:e.counts.sourceGlobalItemCount,sandbox_global_item_count:s,mismatch_detected:e.isPmCommand&&(e.counts.sourceProjectItemCount!==o||e.counts.sourceGlobalItemCount!==s),project_extensions_seeded:!!e.sourceRoots,global_extensions_seeded:!!e.sourceRoots,requested_workspace_context_mode:e.requestedWorkspaceContextMode,workspace_context_mode:e.workspaceContextMode,working_directory:i,source_workspace_root:a,trust:e.trust}}async function cF(e){let t=typeof e.linkedTest.pm_context_mode=="string"&&e.linkedTest.pm_context_mode.trim().length>0?Si(e.linkedTest.pm_context_mode):void 0,n=typeof e.linkedTest.command=="string"&&e.linkedTest.command.length>0?e.linkedTest.command:void 0,r=n?gN(n):!1,o=r&&n?Pb(n):!1,s=e.options?.autoPmContext===!0&&o,i=s?"auto":xb(e.linkedTest,e.runLevelPmContextMode,e.options?.overrideLinkedPmContext===!0),a=Ob(i,o),c=a==="tracker"?e.layout.trackerProjectPmPath:e.layout.schemaProjectPmPath;e.workspaceContextMode==="snapshot"&&await nF(e.layout.workspaceSnapshotRoot,c);let m=e.options?.pmRoot?await Va(e.options.pmRoot,e.linkedTest,e.currentSourceRef):await Va(e.layout.root,e.linkedTest,e.currentSourceRef);return{linkedOverridePmContextMode:t,executionContext:aF({layout:e.layout,counts:e.counts,sourceRoots:e.sourceRoots,isPmCommand:r,isPmTrackerReadCommand:o,requestedPmContextMode:i,effectivePmContextMode:a,autoPmContextApplied:s,requestedWorkspaceContextMode:e.requestedWorkspaceContextMode,workspaceContextMode:e.workspaceContextMode,sourceWorkspaceRoot:e.sourceWorkspaceRoot,trust:m})}}function kb(e,t,n){return{command:e.command,path:e.path,status:"skipped",execution_context:t,error:n}}function zd(e,t,n,r){return{command:e.command,path:e.path,status:"failed",exit_code:1,failure_category:"assertion_failure",execution_context:t,...r?{stdout:r.stdout,stderr:r.stderr}:{},error:n}}function dF(e,t,n){return{command:e.command,path:e.path,status:"failed",exit_code:1,failure_category:"trust_refusal",execution_context:t,error:n}}function lF(e){if(e.executionContext.trust.trusted)return null;let t=e.options?.allowUntrustedLinkedTests===!0,n=e.options?.untrustedLinkedTestsPolicyEnabled===!0;if(t&&n)return null;let r=n?"Retry with --allow-untrusted-linked-tests for this invocation, or acknowledge the current commands with --acknowledge-linked-tests.":"Set testing.allow_untrusted_linked_tests=true, then retry with --allow-untrusted-linked-tests; alternatively acknowledge the current commands with --acknowledge-linked-tests.";return dF(e.linkedTest,e.executionContext,`Linked test command is not trusted by this clone (source_ref=${e.executionContext.trust.source_ref??"unknown"}, current_ref=${e.executionContext.trust.current_source_ref??"unknown"}). ${r}`)}function mF(e){if(!e.linkedTest.command)return kb(e.linkedTest,e.executionContext,"No command configured for this linked test.");let t=vN(e.linkedTest.command);return t?kb(e.linkedTest,e.executionContext,t):null}function uF(e){let t=mF(e);if(t)return t;let n=lF(e);if(n)return n;let r=e.executionContext.pm_context_mode==="schema"&&e.executionContext.is_pm_tracker_read_command&&e.executionContext.mismatch_detected,o=e.options?.failOnContextMismatch===!0&&e.executionContext.is_pm_command&&e.executionContext.mismatch_detected;if(r||o){let s=fN({executionContext:e.executionContext,runLevelPmContextMode:e.runLevelPmContextMode,linkedOverridePmContextMode:e.linkedOverridePmContextMode}),i=e.options?.checkContext===!0?"Linked test preflight PM context mismatch detected":"Linked test PM context mismatch detected";return zd(e.linkedTest,e.executionContext,`${i} (source_project_items=${e.executionContext.source_project_item_count}, sandbox_project_items=${e.executionContext.sandbox_project_item_count}).${s}`)}return e.options?.requireAssertionsForPm===!0&&e.executionContext.is_pm_command&&!pN(e.linkedTest)?zd(e.linkedTest,e.executionContext,"Linked PM command requires assertions when --require-assertions-for-pm is enabled."):null}function pF(e){let t=jN(e.runtimeDirectives,e.linkedTest),n={...process.env,SENTRY_ENVIRONMENT:"test"};return fb(n,e.runtimeDirectives),fb(n,{env_set:e.linkedTest.env_set??{},env_clear:e.linkedTest.env_clear??[]}),t.shared_host_safe&&GN(n),n.FORCE_COLOR="0",n.PM_PATH=e.executionContext.sandbox_project_pm_path,n.PM_GLOBAL_PATH=e.executionContext.sandbox_global_pm_path,e.executionContext.workspace_context_mode==="isolated"?(delete n.PM_SOURCE_WORKSPACE_ROOT,delete n.PM_SOURCE_PM_PATH,delete n[cr]):(n.PM_SOURCE_WORKSPACE_ROOT=e.executionContext.source_workspace_root,n.PM_SOURCE_PM_PATH=e.executionContext.workspace_context_mode==="snapshot"?e.executionContext.sandbox_project_pm_path:e.executionContext.source_project_pm_path,n[cr]="read_only"),n}function fF(e,t,n){return{command:e.command,path:e.path,status:"passed",exit_code:0,execution_context:t,stdout:n.stdout,stderr:n.stderr}}function Sb(e){return{command:e.linkedTest.command,path:e.linkedTest.path,status:"failed",exit_code:1,failure_category:"empty_run",execution_context:e.executionContext,stdout:e.execution.stdout,stderr:e.execution.stderr,error:`Linked test reported an empty test run (${e.emptyRunSignal.code}). Update the test selection so at least one test executes; unfiltered commands may opt out by omitting --fail-on-empty-test-run.`}}function _F(e){return{command:e.linkedTest.command,path:e.linkedTest.path,status:"failed",exit_code:KN(e.execution),failure_category:DN(e.execution),execution_context:e.executionContext,stdout:e.execution.stdout,stderr:e.execution.stderr,error:MN(e.execution,e.timeoutMs)}}function hF(e){if(e.options?.failOnEmptyTestRun===!0||vb(e.linkedTest.command??"")){let n=XN(e.execution.stdout,e.execution.stderr);if(n)return Sb({...e,emptyRunSignal:n});if(vb(e.linkedTest.command??"")&&!QN(e.execution.stdout,e.execution.stderr))return Sb({...e,emptyRunSignal:{code:"missing_positive_execution_receipt"}})}let t=HN(e.linkedTest,e.execution.stdout,e.execution.stderr);return t.length>0?zd(e.linkedTest,e.executionContext,`Linked test assertion(s) failed: ${t.join("; ")}`,e.execution):fF(e.linkedTest,e.executionContext,e.execution)}async function gF(e){let t=e.linkedTest.command??"",n=(e.linkedTest.timeout_seconds??e.defaultTimeoutSeconds??120)*1e3,r=await FN(t,n,pF(e),{index:e.index+1,total:e.total,timeoutMs:n,command:t},e.progressMode,e.executionContext.working_directory);return r.exitCode===0&&!r.timedOut&&!r.maxBufferExceeded?hF({...e,execution:r}):_F({...e,execution:r,timeoutMs:n})}async function Hd(e,t,n){let r=[],o=await Tb(z.join(Rb(),"pm-linked-test-")),s=ZN(o),i=Si(n?.pmContext),a=uN(n?.workspaceContext),c=n?.progress===!0?"always":"auto",m=qN(n?.envSet,n?.envClear,n?.sharedHostSafe),u=n?.sourceRoots,p=xf(),f=sF(e,i,n),_=eF(e,a,n?.overrideLinkedWorkspaceContext===!0),h=await If(p);try{await rF(s,Tr,f),await ki(s.workspaceIsolatedRoot,{recursive:!0}),await oF(s,u,f),_&&await tF(s,p);let y=await iF(s,u);for(let g=0;g<e.length;g+=1){let b=e[g],v=Ib(b,a,n?.overrideLinkedWorkspaceContext===!0),S=await cF({linkedTest:b,layout:s,counts:y,sourceRoots:u,runLevelPmContextMode:i,options:n,requestedWorkspaceContextMode:a,workspaceContextMode:v,currentSourceRef:h,sourceWorkspaceRoot:p}),A=uF({linkedTest:b,executionContext:S.executionContext,runLevelPmContextMode:i,linkedOverridePmContextMode:S.linkedOverridePmContextMode,options:n});if(A){r.push(A);continue}r.push(await gF({linkedTest:b,index:g,total:e.length,defaultTimeoutSeconds:t,runtimeDirectives:m,progressMode:c,executionContext:S.executionContext,options:n}))}}finally{await Mr(s.root,{recursive:!0,force:!0,maxRetries:3,retryDelay:100})}return r}async function yF(e){let{id:t,pmRoot:n,settings:r,typeToFolder:o}=e,s=await U(n,t,r.id_prefix,r.item_format,o);if(!s)throw new l(`Item ${t} not found`,d.NOT_FOUND);let i=await H(s,{schema:r.schema});return{itemId:s.id,tests:i.document.metadata.tests??[],testRuns:i.document.metadata.test_runs??[],changed:!1,removed:0}}function bF(e,t){return e.command===t.command&&e.path===t.path&&e.scope===t.scope&&e.pm_context_mode===t.pm_context_mode&&e.workspace_context_mode===t.workspace_context_mode}function wF(e,t){let n=[...e];for(let r of t)n.some(o=>bF(o,r))||n.push(r);return n}function vF(e,t,n){if(t.length===0&&n.length===0)return{tests:e,removed:0};let r=new Set(n),o=e.filter((s,i)=>r.has(i+1)?!1:!t.some(a=>a.kind==="command"?s.command===a.value:a.kind==="path"?s.path===a.value:s.command===a.value||s.path===a.value));return{tests:o,removed:e.length-o.length}}function kF(e,t,n,r){return vF(wF(e,t),n,r)}function SF(e){return[(e.envSet?.length??0)>0,(e.envClear?.length??0)>0,e.sharedHostSafe===!0,e.pmContext!==void 0,e.overrideLinkedPmContext===!0,e.failOnContextMismatch===!0,e.failOnSkipped===!0,e.failOnEmptyTestRun===!0,e.requireAssertionsForPm===!0,e.checkContext===!0,e.autoPmContext===!0,e.workspaceContext!==void 0,e.overrideLinkedWorkspaceContext===!0,e.allowUntrustedLinkedTests===!0].some(Boolean)}function EF(e){if(SF(e)&&e.run!==!0)throw new l("--env-set, --env-clear, --shared-host-safe, --pm-context, --override-linked-pm-context, --workspace-context, --override-linked-workspace-context, --allow-untrusted-linked-tests, --fail-on-context-mismatch, --fail-on-skipped, --fail-on-empty-test-run, --require-assertions-for-pm, --check-context, and --auto-pm-context require --run",d.USAGE);if(e.acknowledgeLinkedTests===!0&&e.run===!0)throw new l("--acknowledge-linked-tests records trust without executing commands; run it separately before --run",d.USAGE);if((e.match!==void 0||e.onlyIndex!==void 0||e.onlyLast===!0)&&e.run!==!0)throw new l("--match, --only-index, and --only-last require --run",d.USAGE)}async function AF(e){let{id:t,options:n,pmRoot:r,settings:o,typeToFolder:s,adds:i,removes:a,removeIndexes:c}=e;if(i.length===0&&a.length===0&&c.length===0)return yF({id:t,pmRoot:r,settings:o,typeToFolder:s});let m=0,u=await ne({pmRoot:r,settings:o,id:t,op:i.length>0?"tests_add":"tests_remove",author:C(n.author,o.author_default),message:n.message,force:n.force,skipNoop:!0,mutate(p){let f=p.metadata.tests??[],_=kF(f,i,a,c);if(m=_.removed,(a.length>0||c.length>0)&&m===0)throw new l("No linked tests matched the requested removal selector",d.NOT_FOUND,{code:"linked_test_remove_no_match",unmatched:[...a.map(h=>`${h.kind}=${h.value}`),...c.map(h=>`index=${h}`)],required:"List linked tests and retry with an exact command/path or a current 1-based --remove-index.",examples:[`pm test ${t} --list`,`pm test ${t} --remove-index 1`]});return p.metadata.tests=_.tests,{changedFields:rt(f,_.tests)?[]:["tests"]}}});return{itemId:u.item.id,tests:u.item.tests??[],testRuns:u.item.test_runs??[],changed:u.changedFields.length>0,removed:m}}function TF(e,t){EF(e);let n={match:e.match,onlyIndex:e.onlyIndex===void 0?void 0:Dd(e.onlyIndex),onlyLast:e.onlyLast},r=e.run===!0?db(t,n):void 0,o=e.timeout===void 0?void 0:de(e.timeout,"timeout");if(o!==void 0&&o<=0)throw new l("Test timeout must be a positive number",d.USAGE);return{defaultTimeoutSeconds:o,pmContextMode:Si(e.pmContext),runSelection:r,testsToRun:r?.selected??t}}async function CF(e){let{options:t,runOptions:n,pmRoot:r}=e;return t.run!==!0?[]:await Hd(n.testsToRun,n.defaultTimeoutSeconds,{progress:t.progress,envSet:t.envSet,envClear:t.envClear,sharedHostSafe:t.sharedHostSafe,pmContext:n.pmContextMode,overrideLinkedPmContext:t.overrideLinkedPmContext,failOnContextMismatch:t.failOnContextMismatch,failOnEmptyTestRun:t.failOnEmptyTestRun,requireAssertionsForPm:t.requireAssertionsForPm,checkContext:t.checkContext,autoPmContext:t.autoPmContext,workspaceContext:t.workspaceContext,overrideLinkedWorkspaceContext:t.overrideLinkedWorkspaceContext,pmRoot:r,allowUntrustedLinkedTests:t.allowUntrustedLinkedTests,untrustedLinkedTestsPolicyEnabled:e.untrustedLinkedTestsPolicyEnabled,sourceRoots:{projectPmRoot:r,globalPmRoot:nt(process.cwd())}})}function RF(e,t,n){let r=[];if(t&&t.selector!==null&&r.push(`linked_test_selection:${t.selector}=${t.requested};selected=${t.selected_count};skipped=${t.skipped_count};indexes=${t.selected_indexes.join(",")}`),e.run===!0&&e.checkContext===!0){let o=Vd(n);r.push(`context_preflight:checked_pm_commands=${o.checked_pm_commands};tracker_read_commands=${o.tracker_read_commands};mismatches=${o.mismatches};auto_remediated=${o.auto_remediated}`)}return r}function IF(e){let t=lN(e.runResults),n=Number.parseInt(process.env.PM_BACKGROUND_TEST_RUN_ATTEMPT?.trim()??"",10),r=process.env.PM_BACKGROUND_TEST_RUN_RESUMED_FROM?.trim(),o=k(),s=Fr(e.options.measure,o);return{run_id:dN("test"),kind:"test",status:t.failed>0||e.failOnSkippedTriggered?"failed":"passed",started_at:e.runStartedAt,finished_at:o,recorded_at:o,attempt:Number.isFinite(n)&&n>=1?n:void 0,resumed_from:r&&r.length>0?r:void 0,passed:t.passed,failed:t.failed,skipped:t.skipped,fail_on_skipped_triggered:e.failOnSkippedTriggered?!0:void 0,measurements:s.length>0?s:void 0,executions:e.runResults.filter(i=>i.command?.trim()).slice(0,32).map(i=>({command:i.command.trim(),requested_pm_context_mode:i.execution_context?.requested_pm_context_mode,pm_context_mode:i.execution_context?.pm_context_mode,workspace_context_mode:i.execution_context?.workspace_context_mode,trust_reason:i.execution_context?.trust.reason}))}}async function xF(e){let{options:t,pmRoot:n,settings:r,itemId:o,runStartedAt:s,runResults:i,failOnSkippedTriggered:a,warnings:c}=e;if(t.run!==!0||!s)return;let m=IF({options:t,runStartedAt:s,runResults:i,failOnSkippedTriggered:a});if(r.testing.record_results_to_items!==!0)return m;try{return await yi({pmRoot:n,settings:r,itemId:o,author:C(t.author,r.author_default),message:`Track test run summary (${m.run_id})`,entry:m}),m}catch(u){return c.push(`test_result_tracking_failed:${o}:${u instanceof Error?u.message:String(u)}`),m}}function Eb(e,t,n){let r;if(e.metricBelow!==void 0){let o=e.metricBelow.indexOf("="),s=e.metricBelow.slice(0,o).trim(),i=e.metricBelow.slice(o+1).trim(),a=Number(i);if(o<=0||s.length===0||i.length===0||!Number.isFinite(a))throw new l("--metric-below must use name=value",d.USAGE);r=Vy(t,s,a)}return{measurements:n?.measurements,metric_below:r,metric_diff:e.metricDiff===void 0?void 0:Hy(t,e.metricDiff)}}async function OF(e,t,n){if(e.acknowledgeLinkedTests===!0)return Of(t,n,k())}async function Ti(e,t,n){let r=Ot(),o=E(process.cwd(),n.path);await R(o);let s=await T(o);if((t.measure?.length??0)>0&&t.run!==!0)throw new l("--measure requires --run",d.USAGE);Fr(t.measure,"validation"),Eb(t,[],void 0);let i=O(s,I()),a=await r.resolveList(t.add,"--add"),c=await r.resolveList(t.addJson,"--add-json"),m=await r.resolveList(t.remove,"--remove"),u=[...kN(a),...AN(c)],p=await Nn(u,C(t.author,s.author_default),k())??[],f=TN(m),_=CN(t.removeIndex),h=await AF({id:e,options:t,pmRoot:o,settings:s,typeToFolder:i.type_to_folder,adds:p,removes:f,removeIndexes:_}),y=TF(t,h.tests),g=await OF(t,o,h.tests),b=t.run===!0?k():void 0,v=await CF({options:t,runOptions:y,pmRoot:o,untrustedLinkedTestsPolicyEnabled:s.testing.allow_untrusted_linked_tests}),S=Ai(v),A=t.run===!0&&t.failOnSkipped===!0&&v.some(W=>W.status==="skipped"),x=RF(t,y.runSelection,v);g&&x.push(`linked_test_trust_acknowledged:${g.acknowledged}`);let j=await xF({options:t,pmRoot:o,settings:s,itemId:h.itemId,runStartedAt:b,runResults:v,failOnSkippedTriggered:A,warnings:x}),M=j?$d([...h.testRuns,j]):h.testRuns,me=Eb(t,M,j);return{ok:v.every(W=>W.status!=="failed")&&A!==!0,id:h.itemId,tests:h.tests,run_results:v,failure_categories:S,selection:y.runSelection?{selector:y.runSelection.selector,requested:y.runSelection.requested,selected_indexes:y.runSelection.selected_indexes,selected_count:y.runSelection.selected_count,skipped_count:y.runSelection.skipped_count}:void 0,fail_on_skipped_triggered:A?!0:void 0,warnings:x.length>0?x:void 0,changed:h.changed,count:h.tests.length,...h.removed>0?{removed:h.removed}:{},...me}}(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]="5d3405c0-14e6-51f5-97a1-355438fd0199")}catch{}})();var PF=(e,t)=>{if(e===void 0)return;let n=Q(e,t);if(!n){let r=t.definitions.map(o=>o.id);throw new l(`Invalid --status value "${e}". Allowed: ${r.join(", ")}`,d.USAGE)}return n},LF=e=>{if(e===void 0)return;let t=de(e,"timeout");if(t<=0)throw new l("timeout must be a positive number",d.USAGE);return t},Gb=(e,t)=>{if(e===void 0)return;let n=Number(e);if(!Number.isInteger(n)||n<0)throw new l(`${t} must be a non-negative integer`,d.USAGE);return n},NF=e=>e instanceof Error?e.message:String(e),FF=()=>{let e=process.env.PM_BACKGROUND_TEST_RUN_ID?.trim();return e&&e.length>0?e:`test-all-local-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,8)}`},MF=e=>e.trim().replaceAll(/\s+/g," "),$F=e=>!e||Object.keys(e).length===0?"{}":JSON.stringify(Object.fromEntries(Object.entries(e).sort(([t],[n])=>t.localeCompare(n)))),DF=e=>!e||e.length===0?"[]":JSON.stringify([...e].sort((t,n)=>t.localeCompare(n))),UF=e=>{let t=e?.trim().toLowerCase();return t&&t.length>0?t:"none"},GF=e=>{let t=e?.trim().toLowerCase();return t&&t.length>0?t:"source"},Ci=e=>[...new Set(e??[])].sort((t,n)=>t.localeCompare(n)),jb=e=>Object.fromEntries(Object.entries(e??{}).sort(([t],[n])=>t.localeCompare(n))),jF=e=>typeof e=="number"?e:void 0,qF=e=>{let t={assert_stdout_contains:Ci(e.assert_stdout_contains),assert_stdout_regex:Ci(e.assert_stdout_regex),assert_stderr_contains:Ci(e.assert_stderr_contains),assert_stderr_regex:Ci(e.assert_stderr_regex),assert_stdout_min_lines:jF(e.assert_stdout_min_lines),assert_json_field_equals:jb(e.assert_json_field_equals),assert_json_field_gte:jb(e.assert_json_field_gte)};return JSON.stringify(t)},KF=e=>{let t=Wd(e.command);return t!==void 0?`command:${e.scope}:${MF(t)}`:`path:${e.scope}:${Wd(e.path)??""}`},qb=e=>{let t=$F(e.env_set),n=DF(e.env_clear),r=UF(e.pm_context_mode),o=GF(e.workspace_context_mode),s=e.shared_host_safe===!0?"true":"false",i=qF(e);return`${KF(e)}:${t}:${n}:${r}:${o}:${s}:${i}`},zF=(e,t)=>t===void 0?e:e===void 0||t>e?t:e,BF=e=>{let t=0,n=0,r=0;for(let o of e){if(o.status==="passed"){t+=1;continue}if(o.status==="failed"){n+=1;continue}r+=1}return{passed:t,failed:n,skipped:r}},VF=(e,t)=>{for(let[n,r]of Object.entries(t))e[n]+=r},Ri=(e,t)=>{if(e.progress===!0)try{process.stderr.write(`[pm test-all] ${t}
53
- `)}catch{}},HF=async(e,t,n)=>{let r=[],o=0;for(let s of e){let i=await Ti(s.id,{run:!1},{...t,path:n});o+=i.tests.length,r.push({item:s,tests:i.tests})}return{itemTests:r,linkedTests:o}},WF=async e=>{let t=$(e.settings.schema),n=O(e.settings,I()),r=PF(e.options.status,t),o=Gb(e.options.limit,"--limit"),s=Gb(e.options.offset,"--offset")??0,a=(await ce(e.pmRoot,e.settings.item_format,n.type_to_folder,void 0,e.settings.schema)).filter(m=>r?m.status===r:!0).sort((m,u)=>m.id.localeCompare(u.id));return{filteredItems:o===void 0?a.slice(s):a.slice(s,s+o),statusFilter:r,limitFilter:o,offsetFilter:s}},YF=e=>{let t=new Map;for(let{tests:n}of e)for(let r of n){let o=qb(r);if(!t.has(o)){t.set(o,r.timeout_seconds);continue}t.set(o,zF(t.get(o),r.timeout_seconds))}return t},JF=async(e,t)=>{let n=[],r=e.tests.map(u=>{let p=qb(u),f=t.seenTestKeys.has(p);if(!f){t.seenTestKeys.add(p);let _=t.effectiveTimeoutByKey.get(p);n.push(_===void 0?u:{...u,timeout_seconds:_})}return{test:u,key:p,duplicate:f}}),o=n.length>0?await Hd(n,t.defaultTimeoutSeconds,{progress:t.options.progress,sourceRoots:t.sourceRoots,envSet:t.options.envSet,envClear:t.options.envClear,sharedHostSafe:t.options.sharedHostSafe,pmContext:t.options.pmContext,overrideLinkedPmContext:t.options.overrideLinkedPmContext,failOnContextMismatch:t.options.failOnContextMismatch,failOnEmptyTestRun:t.options.failOnEmptyTestRun,requireAssertionsForPm:t.options.requireAssertionsForPm,checkContext:t.options.checkContext,autoPmContext:t.options.autoPmContext,workspaceContext:t.options.workspaceContext,overrideLinkedWorkspaceContext:t.options.overrideLinkedWorkspaceContext,pmRoot:t.pmRoot,allowUntrustedLinkedTests:t.options.allowUntrustedLinkedTests,untrustedLinkedTestsPolicyEnabled:t.settings.testing.allow_untrusted_linked_tests}):[],s=0,i=r.map(({test:u,key:p,duplicate:f})=>{if(!f){let _=o[s];return s+=1,_}return{command:u.command,path:u.path,status:"skipped",error:`Duplicate linked test skipped (key=${p}).`}}),a=BF(i),c=Ai(i),m=await ZF(e,a,i,t);return{passed:a.passed,failed:a.failed,skipped:a.skipped,trackingWarnings:m,failureCategories:c,result:{ok:a.failed===0&&!(t.options.failOnSkipped===!0&&a.skipped>0),id:e.item.id,status:e.item.status,test_count:e.tests.length,passed:a.passed,failed:a.failed,skipped:a.skipped,run_results:i,failure_categories:c}}},XF=(e,t)=>[e.failed>0,t.failOnSkipped===!0&&e.skipped>0].includes(!0),QF=e=>e?!0:void 0,ZF=async(e,t,n,r)=>{if(!r.trackingEnabled)return[];try{let o=XF(t,r.options);await yi({pmRoot:r.pmRoot,settings:r.settings,itemId:e.item.id,author:r.trackingAuthor,message:`Track test-all run summary (${r.trackingRunId})`,entry:{run_id:r.trackingRunId,kind:"test-all",status:o?"failed":"passed",started_at:r.runStartedAt,finished_at:k(),recorded_at:k(),attempt:r.trackingAttempt,resumed_from:r.trackingResumedFrom,passed:t.passed,failed:t.failed,skipped:t.skipped,items:1,linked_tests:e.tests.length,fail_on_skipped_triggered:QF(r.options.failOnSkipped===!0&&t.skipped>0),executions:n.filter(s=>s.command?.trim()).slice(0,32).map(s=>({command:s.command.trim(),requested_pm_context_mode:s.execution_context?.requested_pm_context_mode,pm_context_mode:s.execution_context?.pm_context_mode,workspace_context_mode:s.execution_context?.workspace_context_mode,trust_reason:s.execution_context?.trust.reason}))}})}catch(o){return[`test_result_tracking_failed:${e.item.id}:${NF(o)}`]}return[]},eM=()=>{let e=process.env.PM_BACKGROUND_TEST_RUN_ATTEMPT?.trim(),t=e?Number.parseInt(e,10):Number.NaN;return Number.isFinite(t)&&t>=1?t:void 0},Wd=e=>{let t=e?.trim();return t&&t.length>0?t:void 0},tM=e=>({pmRoot:e.pmRoot,settings:e.settings,options:e.options,defaultTimeoutSeconds:e.defaultTimeoutSeconds,sourceRoots:{projectPmRoot:e.pmRoot,globalPmRoot:nt(process.cwd())},seenTestKeys:new Set,effectiveTimeoutByKey:YF(e.itemTests),trackingEnabled:e.settings.testing.record_results_to_items===!0,trackingAuthor:C(e.options.author,e.settings.author_default),trackingRunId:FF(),trackingAttempt:eM(),trackingResumedFrom:Wd(process.env.PM_BACKGROUND_TEST_RUN_RESUMED_FROM),runStartedAt:e.runStartedAt}),nM=(e,t,n)=>{let r={results:[],passed:0,failed:0,skipped:0,failureCategories:Ai([]),trackingWarnings:[]},o=e.failOnEmptyTestRun===!0&&t===0;return o&&(r.failed+=1,r.failureCategories.empty_run+=1,r.trackingWarnings.push(`empty_linked_test_selection:items=${n.length};linked_tests=0;fail_on_empty_test_run=true`)),{accumulation:r,failOnEmptyTestRunTriggered:o}},rM=async(e,t,n)=>{for(let[r,o]of e.entries()){Ri(t.options,`item ${r+1}/${e.length} start id=${o.item.id} linked_tests=${o.tests.length}`);let s=await JF(o,t);VF(n.failureCategories,s.failureCategories),n.passed+=s.passed,n.failed+=s.failed,n.skipped+=s.skipped,n.trackingWarnings.push(...s.trackingWarnings),n.results.push(s.result),Ri(t.options,`item ${r+1}/${e.length} end id=${o.item.id} status=${s.failed===0?"passed":"failed"} passed=${s.passed} failed=${s.failed} skipped=${s.skipped}`)}},oM=(e,t)=>{if(e.checkContext!==!0)return;let n=t.results.flatMap(o=>o.run_results),r=Vd(n);t.trackingWarnings.push(`context_preflight:checked_pm_commands=${r.checked_pm_commands};tracker_read_commands=${r.tracker_read_commands};mismatches=${r.mismatches};auto_remediated=${r.auto_remediated}`)},sM=e=>({ok:e.ok,totals:{items:e.filteredItems.length,linked_tests:e.linkedTests,passed:e.accumulation.passed,failed:e.accumulation.failed,skipped:e.accumulation.skipped,failure_categories:e.accumulation.failureCategories},failed:e.accumulation.failed,passed:e.accumulation.passed,skipped:e.accumulation.skipped,fail_on_skipped_triggered:e.failOnSkippedTriggered?!0:void 0,fail_on_empty_test_run_triggered:e.failOnEmptyTestRunTriggered?!0:void 0,warnings:e.accumulation.trackingWarnings.length>0?e.accumulation.trackingWarnings:void 0,results:e.accumulation.results}),iM=e=>[`selection items=${e.filteredItems.length}`,`linked_tests=${e.linkedTests}`,e.statusFilter===void 0?"":`status=${e.statusFilter}`,e.limitFilter===void 0?"":`limit=${e.limitFilter}`,e.offsetFilter>0?`offset=${e.offsetFilter}`:""].filter(t=>t.length>0).join(" "),aM=async(e,t)=>{let n=E(process.cwd(),t.path);await R(n);let r=await T(n),o=await WF({pmRoot:n,settings:r,options:e}),s=LF(e.timeout),i=k(),a=await HF(o.filteredItems,t,n);return Ri(e,iM({...o,linkedTests:a.linkedTests})),{pmRoot:n,settings:r,filteredItems:o.filteredItems,itemTests:a.itemTests,linkedTests:a.linkedTests,defaultTimeoutSeconds:s,runStartedAt:i}},cM=e=>{let t=e.options.failOnSkipped===!0&&e.accumulation.skipped>0,n=![e.accumulation.failed>0,t,e.failOnEmptyTestRunTriggered].includes(!0);return{failOnSkippedTriggered:t,ok:n}},Kb=async(e,t)=>{let n=await aM(e,t),{accumulation:r,failOnEmptyTestRunTriggered:o}=nM(e,n.linkedTests,n.filteredItems),s=tM({pmRoot:n.pmRoot,settings:n.settings,options:e,itemTests:n.itemTests,defaultTimeoutSeconds:n.defaultTimeoutSeconds,runStartedAt:n.runStartedAt});await rM(n.itemTests,s,r),oM(e,r);let i=cM({options:e,accumulation:r,failOnEmptyTestRunTriggered:o});return Ri(e,`end status=${i.ok?"passed":"failed"} items=${n.filteredItems.length} linked_tests=${n.linkedTests} passed=${r.passed} failed=${r.failed} skipped=${r.skipped}`),sM({ok:i.ok,filteredItems:n.filteredItems,linkedTests:n.linkedTests,accumulation:r,failOnSkippedTriggered:i.failOnSkippedTriggered,failOnEmptyTestRunTriggered: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]="2643d11d-befc-5a87-8bec-760951eec4d0")}catch{}})();(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]="863df651-49e0-552f-a7f0-92c3cc9a12a2")}catch{}})();function zb(){return{metadata:{},body:""}}(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]="7c57f381-8318-5235-aa92-c96c6cedb021")}catch{}})();var Vb=[{id:"capabilities",aliases:["capability-map","families","routing"],title:"Generated Capability Routing",summary:"Route work through command families generated from the canonical agent capability contract.",intent:"Use this as the drift-free entrypoint when selecting a CLI, MCP, completion, documentation, or extension command surface.",commands:Ou().flatMap(({commands:e})=>e.map(t=>`pm ${t}`)),workflows:[],docs:[{path:"docs/generated/AGENT_CAPABILITY_ROUTING.md",purpose:"Generated command-to-family routing table."},{path:"docs/generated/AGENT_COMMAND_SURFACE.md",purpose:"Generated visibility-tier and family table."}],related:["commands","workflows","extensions"]},{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 --status 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 --status 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 package install <target> --project","pm package 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 package 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"]},{id:"tokens",aliases:["output","budget","context-cost","projections"],title:"Read Output and Token Budgets",summary:"Bound what a read costs before it is emitted, and resume the part a budget withheld.",intent:"Use this when an agent must keep context small: every read declares a token ceiling, degrades deterministically, and reports what it omitted.",commands:["pm contracts --summary --json","pm list --status open --output-limit 20","pm get <ID> --output-include id,title,status,dependencies","pm context --limit 10 --token-accounting","pm notes <ID> --output-cursor <cursor>","pm list --status closed --output-budget unbounded"],workflows:[{name:"Bound A Read Before Emitting It",goal:"Never pay for rows the task does not need.",prompt:"Choose the narrowest projection first, then a row limit, then a token budget. Read the omission receipt before concluding the result is complete.",commands:["pm contracts --command list --flags-only --json","pm list --status open --output-limit 20 --output-format toon","pm list --status open --token-accounting"]},{name:"Recover A Truncated Read",goal:"Continue a bounded read instead of re-running it unbounded.",prompt:"When output_budget_truncation appears, prefer the declared continuation cursor. Only widen the budget when the response declares no cursor.",commands:["pm notes <ID> --output-cursor <cursor>","pm get <ID> --output-budget 20000"]}],docs:[{path:"docs/READ_OUTPUT_CONTRACTS.md",purpose:"Budget, truncation, continuation, and omission receipts."},{path:"docs/OUTPUT_PROJECTION_CONTRACTS.md",purpose:"Field and section projection grammar for every read."},{path:"docs/OUTPUT_TOKEN_ACCOUNTING.md",purpose:"Per-section token cost receipts."},{path:"docs/ITEM_READ_PROJECTIONS.md",purpose:"Item-level projection defaults and restore hints."}],related:["commands","workflows","quickstart"]},{id:"graph",aliases:["relationships","deps","dependencies","analytics"],title:"Relationship Graph and Planning Analytics",summary:"Type the relationships between items, then read the project as a graph rather than as a list.",intent:"Use this when the question is about lineage, ordering, blast radius, bottlenecks, or which work reaches a declared outcome.",commands:["pm deps <ID>",'pm update <ID> --dep "id=<other>,kind=implements"',"pm graph analyze","pm graph impact <ID> --direction downstream","pm graph paths <ID> <ID>","pm graph audit"],workflows:[{name:"Place New Work In The Ladder",goal:"Every item resolves to an outcome through a typed, explainable path.",prompt:"Set parent lineage first, then add typed edges that cite durable evidence. Never add an edge to satisfy a count.",commands:['pm search "<topic>" --limit 10','pm update <ID> --dep "id=<parent-goal>,kind=implements"',"pm graph ancestors <ID>"]},{name:"Assess Blast Radius Before Changing Something",goal:"Know what derives from an item before touching it.",prompt:"Walk the directed graph downstream from the item, then check whether any bottleneck node sits on the path.",commands:["pm graph impact <ID> --direction downstream","pm graph dominators <ID>","pm graph articulation"]}],docs:[{path:"docs/RELATIONSHIP_GRAPH.md",purpose:"Graph model, traversal verbs, and analytics surface."},{path:"docs/DEPENDENCY_KIND_CONTRACT.md",purpose:"Every typed edge kind, its direction, and its semantics."}],related:["commands","workflows","assurance"]},{id:"assurance",aliases:["gates","invariants","measurements","quality"],title:"Declared Invariants and Gates",summary:"Express a project's own quality rules as tracked data the SDK evaluates, instead of as scripts.",intent:"Use this when a rule must hold over the record itself \u2014 a floor, a ceiling, or a monotone property \u2014 and must fail closed in CI.",commands:["pm assurance list","pm assurance run <gate-id> --trigger ci --dry-run","pm validate --check-resolution --check-history-drift","pm health --summary"],workflows:[{name:"Add An Invariant Rather Than A Script",goal:"A new enforcement gap becomes declared data, not a new bespoke gate script.",prompt:"Define the measurement, bind an assertion with an explicit bound and polarity, prove a negative control, then attach it to a trigger.",commands:["pm assurance list --json","pm assurance run <gate-id> --trigger ci --dry-run --json"]},{name:"Read A Verdict Before Believing It",goal:"Know which population a passing assertion speaks for.",prompt:"Read population_size and scope on every assertion. A gate that cannot fail for the reason it exists is not evidence.",commands:["pm assurance run <gate-id> --trigger ci --dry-run --json --output-budget unbounded"]}],docs:[{path:"docs/ASSURANCE.md",purpose:"Measurement, assertion, gate, and trigger vocabulary."},{path:"docs/MUTATION_INTEGRITY.md",purpose:"What every mutation must record to remain provable."}],related:["release","graph","workflows"]},{id:"merge",aliases:["branches","concurrency","multi-agent","fleet"],title:"Branching, Merging, and Concurrent Agents",summary:"Keep tracker data and history conflict-free while many agents work on separate branches.",intent:"Use this when more than one agent or worktree mutates the same tracker and the results must merge without hand resolution.",commands:["pm merge install","pm claim <ID>","pm release <ID>","pm validate --check-history-drift","pm health --check-only"],workflows:[{name:"Prepare A Clone For Field-Aware Merges",goal:"The committed merge fence needs clone-local driver configuration once.",prompt:"Run the merge installer in every fresh clone or worktree before the first branch merge of tracker data.",commands:["pm merge install","pm health --check-only"]},{name:"Hand Work Between Agents Safely",goal:"Ownership and evidence survive the handoff.",prompt:"Claim before substantial edits, record evidence as comments, and release the claim when pausing, handing off, closing, or canceling.",commands:["pm claim <ID>",'pm comments <ID> "Handoff: <state and next step>"',"pm release <ID>"]}],docs:[{path:"docs/MERGE_SAFETY.md",purpose:"Merge driver, field-aware resolution, and clone setup."},{path:"docs/SDK_CONTEXT_COORDINATION.md",purpose:"Coordination primitives for concurrent agents."}],related:["workflows","assurance","commands"]}],Bb=new Map;for(let e of Vb){Bb.set(e.id,e);for(let t of e.aliases)Bb.set(t,e)}function Yd(){return Vb.map(e=>e.id)}(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]="27be0fa5-1c6a-53de-a0e8-179aab7c795a")}catch{}})();(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]="4bf2b42b-91f3-5850-b1f1-d8a01525860c")}catch{}})();var jV=[...jr],qV=[...qr],dM=new Set(Jn.filter(e=>e.hidden).map(e=>e.alias)),KV=xu("full").filter(e=>!dM.has(e)),zV=N(Zr),BV=N(eo),VV=N(ao),HV=N(po),WV=N(fo),YV=N(Em),JV=N(Am),XV=N(uo),QV=N(yo),ZV=N(_o),eH=N(ho),tH=N(io),nH=N(go),rH=N(to),oH=N(no,!1),sH=N(Mm),iH=N(Zn),aH=N(er),cH=N(ko),dH=N(wo),lH=N(lo),mH=N(vo),uH=N(bo),pH=N(So),fH=N(co),_H=N(mo),hH=N(oo),gH=N(Eo),yH=N(ro);var lM=N(Ao),bH=`${lM} bash zsh fish`,wH=uM(Yd()),mM="init scaffold install uninstall explore manage describe reload doctor catalog adopt adopt-all activate deactivate migrate",vH=`${mM} upgrade`,kH=N(so),SH=N(Xn),EH=N(Qn);var AH=Qr.flatMap(e=>[e.short,e.flag,...e.aliases??[]]).filter(e=>!!e).join(" ");function uM(e){return[...new Set(e.map(t=>t.trim()).filter(t=>t.length>0))].sort((t,n)=>t.localeCompare(n)).join(" ")}(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]="0224a672-e326-5555-a4b4-1fa3550d9e61")}catch{}})();(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]="1cbb3565-26d8-5657-b724-602658bec852")}catch{}})();(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]="b67ba0fe-bbca-57ab-b3be-a4a028f21de4")}catch{}})();var Jb=Symbol("pm.active-extension-host-context");function Ne(e){return{fullChangedFields:!0,options:e}}var G=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[Jb]=!0,n}run(t,n={}){return Xb({...this.defaults,...n,action:t})}runTyped(t,n={}){return this.run(t,n)}context(t={}){return this.runTyped("context",{options:t})}listAllItemMetadataLight(){return jf(this.defaults.path,this.defaults.cwd)}list(t={}){return this.runTyped("list",{options:t})}async listAllComplete(t={}){return Ta(await this.list(Aa(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={},r={}){return this.runTyped("graph",{subcommand:t,...n,options:r})}append(t,n,r={}){return this.runTyped("append",{id:t,...Ne(ar(r,{body:n}))})}init(t,n={}){return this.runTyped("init",{...t===void 0?{}:{prefix:t},options:n})}config(t,n,r,o,s={}){return this.runTyped("config",{scope:t,configAction:n,...r===void 0?{}:{key:r},...o===void 0?{}:{value:o},options:s})}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,r){return this.runTyped("schema",{name:t,options:{...r,subcommand:"rename-type",to:n}})}schemaRenameField(t,n,r,o){return this.runTyped("schema",{name:t,options:{...r,subcommand:"rename-field",to:n,...o?{fieldTypeScope:o}:{}}})}schemaRemapStatus(t,n,r){return this.runTyped("schema",{name:t,options:{...r,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})}assurance(t){return this.runTyped("assurance",{options:{...t,subcommand:t.action}})}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,dryRun:t.dry_run===!0,planFingerprint:t.plan_fingerprint,limit:t.coordinate_limit,attributedAuthor:t.attributed_author,reviewer:t.reviewer,reason:t.reason})}plan(t,n,r={},o,s){return this.runTyped("plan",{...n===void 0?{}:{id:n},...o===void 0?{}:{stepRef:o},...s===void 0?{}:{reorderTo:s},options:ar(r,{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,r){return this.plan("update-step",t,r,n)}planCompleteStep(t,n,r={}){return this.plan("complete-step",t,r,n)}planBlockStep(t,n,r){return this.plan("block-step",t,r,n)}planReorderStep(t,n,r,o={}){return this.plan("reorder-step",t,o,n,r)}planRemoveStep(t,n,r={}){return this.plan("remove-step",t,r,n)}planLink(t,n,r){return this.plan("link",t,r,n)}planUnlink(t,n,r){return this.plan("unlink",t,r,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",Ne(t))}update(t,n={}){return this.runTyped("update",{id:t,...Ne(n)})}reopen(t,n,r={}){return this.runTyped("item-reopen",{id:t,reason:n,fullChangedFields:!0,options:r})}close(t,n,r={}){return this.runTyped("close",{id:t,reason:n,...Ne(r)})}claim(t,n={}){return this.runTyped("claim",{id:t,...Ne(n)})}claimNext(t={}){return this.runTyped("claim",{next:!0,...Ne(t)})}release(t,n={}){return this.runTyped("release",{id:t,...Ne(n)})}copy(t,n={}){return this.runTyped("copy",{id:t,...Ne(n)})}delete(t,n={}){return this.runTyped("delete",{id:t,...Ne(n)})}restore(t,n,r={}){return this.runTyped("restore",{fullChangedFields:!0,id:t,options:{...r,target:n}})}focus(t,n={}){return this.runTyped("focus",{...t===void 0?{}:{id:t},...Ne(n)})}startTask(t,n={}){return this.runTyped("start-task",{id:t,...Ne(n)})}pauseTask(t,n={}){return this.runTyped("pause-task",{id:t,...Ne(n)})}closeTask(t,n,r={}){return this.runTyped("close-task",{id:t,reason:n,...Ne(r)})}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 fM(e={},t={}){return new G(t).context(e)}function _M(e={},t={}){return new G(t).list(e)}function hM(e={},t={}){return new G(t).listAllComplete(e)}function gM(e,t={},n={}){return new G(n).search(e,t)}function yM(e,t={},n={}){return new G(n).get(e,t)}function bM(e={},t={}){return new G(t).next(e)}function wM(e={},t={}){return new G(t).aggregate(e)}function vM(e,t={},n={}){return new G(n).comments(e,t)}function kM(e,t={},n={}){return new G(n).notes(e,t)}function SM(e,t={},n={}){return new G(n).learnings(e,t)}function EM(e,t={},n={}){return new G(n).files(e,t)}function AM(e,t={},n={}){return new G(n).filesDiscover(e,t)}function TM(e,t={},n={}){return new G(n).docs(e,t)}function CM(e,t={},n={}){return new G(n).deps(e,t)}function RM(e,t={},n={},r={}){return new G(r).graph(e,t,n)}function IM(e,t,n={},r={}){return new G(r).append(e,t,n)}function xM(e={},t={}){return new G(t).create(e)}function OM(e,t={},n={}){return new G(n).update(e,t)}function PM(e,t,n={},r={}){return new G(r).reopen(e,t,n)}function LM(e,t,n={},r={}){return new G(r).close(e,t,n)}function NM(e,t={},n={}){return new G(n).claim(e,t)}function FM(e={},t={}){return new G(t).claimNext(e)}function MM(e,t={},n={}){return new G(n).release(e,t)}function $M(e,t={},n={}){return new G(n).copy(e,t)}function DM(e,t={},n={}){return new G(n).delete(e,t)}function UM(e,t,n={},r={}){return new G(r).restore(e,t,n)}function GM(e,t={},n={}){return new G(n).focus(e,t)}function Ze(e,t){let n=w(e,t);if(!n)throw new l(`Missing required argument: ${t}`,64);return n}var Hb=Mu(),jM=new pM;function Ii(){pa(El()),fa(Al()),_a(Tl()),ha(Cl()),ga(Rl()),ya(Il()),ba(xl())}async function qM(e,t,n,r){return $u(()=>t===void 0?Hb.read(()=>Wb(e,n,r)):Hb.write(()=>zM(t,()=>Wb(e,n,r))))}async function Wb(e,t,n){let r=E(t,e.path);if(e.noExtensions)return Ii(),oc({pmRoot:r},()=>n(null));if(!await P(ae(r)))return Ii(),n(null);let o=null,s;try{let i=await T(r),a=await Jr({pmRoot:r,settings:i,cwd:t,noExtensions:!1}),c=await Xr({...a,loaded:a.loaded});s={loadResult:a,activationResult:c},pa(c.hooks),fa(c.commands),_a(c.parsers),ha(c.preflight),ga(c.services),ya(c.renderers),ba(c.registrations),o={registrations:c.registrations,commands:c.commands,pmRoot:r,packages:a.loaded}}catch(i){Ii(),console.error("[pm-sdk] extension activation failed; continuing without active extensions:",i)}try{return await oc({pmRoot:r,packages:o?.packages},()=>n(o))}finally{Ii(),s&&await Pl(s.loadResult,s.activationResult).catch(()=>{})}}async function KM(e,t,n,r,o){if(!o)throw new l(`Unsupported native pm action: ${e}`,d.USAGE);let s=Yt(e),a=o.registrations.commands.find(m=>Yt(m.action)===s)?.command??o.commands.handlers.find(m=>Yt(m.command)===s)?.command;if(!a)throw new l(`Unsupported native pm action: ${e}`,d.USAGE);let c=await Fo({command:Fa(a),args:ke(n.args??t.args),options:Ma(t,n),global:r,pm_root:o.pmRoot,sdk:Bf(o.pmRoot,G.forActiveExtensionHost({pmRoot:o.pmRoot,author:typeof r.author=="string"&&r.author.trim()?r.author.trim():"pm-extension"}))});if(!c.handled){let m=c.warnings.length>0?` (${c.warnings.join(", ")})`:"";throw new l(`Unsupported native pm action: ${e}${m}`,d.USAGE)}return c.result}async function zM(e,t){let n=process.cwd();process.chdir(e);try{return await t()}finally{process.chdir(n)}}var BM=new Set(["activity","aggregate","context","contracts","deps","files-discover","get","graph","health","history","list","next","search","stats","telemetry","validate"]);function VM(e){let t=Ze(e,"action"),n=Yt(t),r=Oi(Kf,n),o=r?.action??n,s={...e,action:o};return r?.options!==void 0&&(s.options={...r.options,...Qi(e.options)}),o==="package"&&(s.options={...Qi(s.options),vocabulary:"package"}),{action:o,args:s}}function HM(e){return!BM.has(Yt(e))}async function Xb(e){let t=VM(e),n=Pa(t.args),r=HM(t.action),o=w(t.args,"cwd"),s=o??process.cwd();try{return e[Jb]===!0||jM.getStore()===!0?await Yb(t.action,t.args,n,null):await qM(n,o,s,i=>Yb(t.action,t.args,n,i))}finally{r&&ec()}}function Oi(e,t){return Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0}function xi(e){return w(e.args,"target")??w(e.options,"target")}function Z(e,t=e.options){return e.id??Ze(t,"id")}async function WM(e){let t=gn("list",e.options);return t.compact===void 0&&t.brief===void 0&&t.full===void 0&&t.fields===void 0&&t.includeBody===void 0&&(t.compact=!0),Za(await ct(w(e.args,"status")??w(t,"status"),t,e.global),t)}async function YM(e){let t=Ze(e.args,"query"),n=gn("search",e.options,[t]);return n.compact===void 0&&n.full===void 0&&n.fields===void 0&&(n.compact=!0),Za(await fr(t,n,e.global),n)}async function JM(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options);return Ge(await Lt(r,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function XM(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options),o={...r,...r.title===void 0&&typeof e.args.title=="string"?{title:e.args.title}:{},...r.message===void 0&&typeof e.args.message=="string"?{message:e.args.message}:{}};return Ge(await Bc(Z(e,o),o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function QM(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options);return Ge(await mt(Z(e,r),r,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}function ZM(e){let t=ks(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")),a_(Z(e),t,e.global)}function Qb(e,t){return wf(ay(e.options,t,Me),e.global)}function e$(e){let t=ke(e.options.lookupPath);if(t&&t.length>0)return Qb(e,t);let n=Z(e);return e.options.discover===!0?Ua(n,Na(e.options),e.global):bf(n,as(e.options),e.global)}function t$(e){return sb({subcommand:w(e.args,"subcommand")??w(e.options,"subcommand"),limit:Up(e.args,e.options)},e.global)}function n$(e){let t={...e.options};return t.brief===void 0&&t.summary===void 0&&t.full===void 0&&(t.summary=!0),gf(e.global,t)}function r$(e){let t=w(e.args,"configAction")??w(e.options,"configAction")??w(e.options,"action");if(t===void 0)throw new l("Missing required argument: configAction",64);let n=w(e.args,"value")??w(e.options,"value"),r=w(e.options,"policy")!==void 0&&n!==void 0?{...e.options,value:n}:e.options;return $h(w(e.args,"scope")??w(e.options,"scope")??"project",t,w(e.args,"key")??w(e.options,"key"),r,e.global,w(e.options,"policy")===void 0?n:void 0)}function o$(e){let t=e.options;return Op(xp(t),e.global)}function s$(e,t){if(typeof e=="number"){if(!Number.isFinite(e)||!Number.isInteger(e))throw new l(`${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 l(`${t} must be a finite integer.`,64);let r=Number.parseInt(n,10);if(!Number.isInteger(r))throw new l(`${t} must be a finite integer.`,64);return r}}function i$(e){let t=w(e.args,"subcommand")??Ze(e.options,"subcommand"),n=e.options;return fh({subcommand:t,id:typeof e.id=="string"?e.id:typeof n.id=="string"?n.id:void 0,stepRef:a$(e),reorderTo:s$(n.reorderTo??e.args.reorderTo,"plan reorderTo"),options:e.options,global:e.global})}function a$(e){return typeof e.options.stepRef=="string"?e.options.stepRef:typeof e.args.stepRef=="string"?e.args.stepRef:void 0}function c$(e){let t=w(e.args,"subcommand")??Ze(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:ke(n)}}function d$(e){let{ctx:t,subcommand:n,name:r,author:o,force:s}=e,a=Oi({list:()=>tf(t.global),show:()=>nf(r,t.global),"show-status":()=>rf(r,t.global),"list-fields":()=>af(t.global),"show-field":()=>cf(r,t.global),"remove-type":()=>Xp(r,{author:o,force:s},t.global),"remove-field":()=>sf(r,{author:o,force:s},t.global),"remove-status":()=>ef(r,{author:o,force:s},t.global),"apply-preset":()=>df(w(t.args,"typePreset")??w(t.options,"typePreset"),{author:o,force:s},t.global)},n);return a?a():null}function l$(e){let{ctx:t,name:n,author:r,force:o,aliases:s}=e,i=t.args.commands??t.options.commands,a=t.args.requiredTypes??t.options.requiredTypes;return of(n,{type:w(t.args,"fieldType")??w(t.options,"fieldType"),commands:i===void 0?void 0:ke(i),description:w(t.args,"description")??w(t.options,"description"),cliFlag:w(t.args,"cliFlag")??w(t.options,"cliFlag"),alias:s,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:ke(a),author:r,force:o},t.global)}function m$(e){let{ctx:t,name:n,author:r,force:o,aliases:s}=e,i=t.args.role??t.options.role;return Zp(n,{role:i===void 0?void 0:ke(i),alias:s,description:w(t.args,"description")??w(t.options,"description"),order:Me(t.args.order??t.options.order,"schema add-status order"),author:r,force:o},t.global)}function u$(e){let{ctx:t,name:n,author:r,force:o,aliases:s}=e;return Jp(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:s,author:r,force:o},t.global)}function p$(e){let{ctx:t,subcommand:n,name:r,author:o,force:s}=e,i=w(t.args,"to")??Ze(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"),m=n==="rename-type"?{kind:"rename-type",from:r??"",to:i}:n==="rename-field"?{kind:"rename-field",from:r??"",to:i,...c===void 0?{}:{type:c}}:{kind:"remap-status",from:r??"",to:i};return Wp(m,{migrationId:a,dryRun:t.args.dryRun===!0||t.options.dryRun===!0,author:o,force:s},t.global)}function f$(e){let t=c$(e),n=d$(t);if(n!==null)return n;if(t.subcommand==="rename-type"||t.subcommand==="rename-field"||t.subcommand==="remap-status")return p$(t);if(t.subcommand==="add-field")return l$(t);if(t.subcommand==="add-status")return m$(t);if(t.subcommand==="add-type")return e.args.infer===!0||e.options.infer===!0?lf({minCount:Me(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):u$(t);throw xe({command_path:"schema",token:t.subcommand,allowed:Yp,exit_code:64})}function _$(e){let t=w(e.args,"subcommand")??Ze(e.options,"subcommand"),n=t.trim().toLowerCase(),r=w(e.args,"name")??w(e.options,"name"),s=Oi({list:()=>Vg(),show:()=>Hg(r),lint:()=>Wg(r),apply:()=>Yg(r,{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(!s)throw xe({command_path:"profile",token:t,allowed:Bg,exit_code:64});return s()}async function h$(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options);return Ge(await Hf(Z(e,r),r,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function g$(e){let{changedFields:t,runnerOptions:n}=$e(e.args,e.options);return Ge(await th(Da(n),e.global),{changedFields:t})}async function y$(e){let{changedFields:t,runnerOptions:n}=$e(e.args,e.options),r=w(e.args,"reason"),o=r!==void 0&&n.reason===void 0?{...n,reason:r}:{...n};return e.force&&o.force===void 0&&(o.force=!0),Ge(await i_($a(o),e.global),{changedFields:t})}async function b$(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options),o=w(r,"target")??Ze(e.args,"target");return Ge(await Xt(Z(e,r),o,r,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function w$(e){let t=E(process.cwd(),e.global.path),n=await T(t),r=ui($(n.schema)),o=Z(e),s=await Es(o,e.force,e.global,e.options),i=await mt(o,ar(e.options,{status:r,force:e.force},["assignee"]),e.global);return{id:o,action:"start_task",claim:s,update:i}}async function v$(e){let t=E(process.cwd(),e.global.path),n=await T(t),r=Z(e),o=$(n.schema).open_status,s=await mt(r,ar(e.options,{status:o,force:e.force},["assignee"]),e.global),i=await As(r,e.force,e.global,e.options);return{id:r,action:"pause_task",update:s,release:i}}async function k$(e){let t=Z(e),n=w(e.args,"reason")??w(e.args,"text")??w(e.options,"reason")??w(e.options,"text"),r=await dt(t,n,{...e.options,force:e.force},e.global),o=await As(t,e.force,e.global,e.options);return{id:t,action:"close_task",close:r,release:o}}function S$(e){let t={...e.args,...e.options};return Mp(Ze(t,"subcommand"),w(t,"id")??e.id,w(t,"target"),qp(t),e.global)}function E$(e){return zp(E(process.cwd(),e.global.path),{...e.args,...e.options})}var A$={init:e=>Tr(w(e.args,"prefix"),e.global,e.options),context:e=>Ja(gn("context",e.options),e.global),next:e=>pr(gn("next",e.options),e.global),eval:Ng,events:Fg,merge:Mg,workspace:$g,meet:li,event:li,remind:li,list:WM,get:e=>{let t=Z(e);return Xa(t,e.global,gn("get",e.options,[t]))},search:YM,duplicates:e=>{let t=typeof e.options.status=="string"?[e.options.status]:ke(e.options.status);return Qa(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:Me(e.options.limit,"limit")})},create:JM,copy:XM,focus:e=>Hc(e.id,{clear:e.options.clear===!0||e.args.clear===!0},e.global),update:QM,"item-reopen":iy,restore:b$,claim:e=>e.options.next===!0||e.args.next===!0?e_(e.force,e.global,{...e.options,...e.args},{...e.options,...e.args}):Es(Z(e),e.force,e.global,e.options),release:e=>As(Z(e),e.force,e.global,e.options),"start-task":w$,"pause-task":v$,"close-task":k$,close:sy,comments:ZM,notes:e=>d_(Z(e),ks(e.options),e.global),learnings:e=>c_(Z(e),ks(e.options),e.global),files:e$,docs:e=>yf(Z(e),as(e.options),e.global),test:e=>Ti(Z(e),e.options,e.global),"test-all":e=>Kb(e.options,e.global),telemetry:t$,validate:e=>fs(e.options,e.global,{runUpdate:(t,n,r)=>mt(t,n,r)}),health:n$,assurance:e=>Pf(e.args,e.options,e.global),contracts:e=>xy(e.options,e.global),config:r$,activity:o$,aggregate:e=>Ha(e.options,e.global),extension:e=>Pn(xi(e),e.options,e.global),package:e=>Pn(xi(e),e.options,e.global),install:e=>Pn(xi(e),{...e.options,install:!0},e.global),upgrade:e=>$f(xi(e),e.options,e.global),delete:e=>Vc(Z(e),e.options,e.global),deps:e=>Fp(Z(e),e.options,e.global),graph:S$,"files-discover":e=>Ua(Z(e),e.options,e.global),"files-lookup":e=>Qb(e,ke(e.options.paths)),history:e=>Mf(Z(e),e.options,e.global),"history-redact":e=>up(Z(e),e.options,e.global),"history-repair":ty,"history-compact":ny,"history-author-acknowledge":E$,plan:i$,schema:f$,profile:_$,stats:e=>Nd(e.global,Yy(e.options)),append:h$,"update-many":g$,"close-many":y$,gc:e=>Df(e.global,e.options)};async function Yb(e,t,n,r){let o=La(t,e);la(e,o),_u(e,o);let s={action:e,args:t,options:o,id:w(t,"id"),force:t.force===!0||o.force===!0,global:n,activeExtensions:r},i=Oi(A$,e),a=i?await i(s):await KM(e,t,o,n,r);return o.resolvedOutputFormat="json",Tu(e,o,a)}var T$={closeManyOptionsFromFlat:$a,extensionOptionsFromArgs:Ma,globalOptions:Pa,mutationListOptions:jp,normalizeActionName:Yt,normalizeCommandPath:Fa,normalizeMcpUpdateOptions:Kp,normalizeMcpOptionsArrays:Gp,optionsWithAuthor:La,readRequiredString:Ze,readScalarString:$p,readScalarStringAllowBlank:Dp,readStringArray:ke,updateManyOptionsFromFlat:Da,withAddNoteOption:as,withFilesDiscoveryOptions:Na,withMutationCompaction:$e};(process.env.NODE_ENV==="test"||process.env.VITEST!==void 0||process.env.VITEST_WORKER_ID!==void 0)&&(globalThis.__pmCliActionRunnerTestHooks=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]="cea03617-5e90-5683-a9d1-289087ed4646")}catch{}})();(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]="cc0d4dd1-20e8-59d4-acb5-9f8ed639d35f")}catch{}})();(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]="f44898af-0809-51e1-a6fb-74716c0971f5")}catch{}})();export{wn as AGENT_PROVENANCE_DIMENSIONS,ju as BASELINE_ITEM_FORMAT_VERSION,Qw as BUILTIN_AGENT_PROVENANCE_ADAPTERS,tr as BUILTIN_HARNESS_SIGNAL_DESCRIPTORS,jr as BUILTIN_ITEM_TYPE_VALUES,Kr as CONFIDENCE_TEXT_VALUES,qu as CURRENT_ITEM_FORMAT_VERSION,jt as DEPENDENCY_KIND_VALUES,d as EXIT_CODE,pn as ISSUE_SEVERITY_VALUES,dl as ITEM_TYPE_VALUES,tc as PM_CLI_EXPECTED_ERROR_NAME,qw as PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS,Gw as PM_READ_OUTPUT_DIMENSIONS,jw as PM_READ_OUTPUT_OPTION_FLAGS,ca as PM_READ_OUTPUT_SURFACE_CONTRACTS,l as PmCliError,G as PmClient,un as RISK_VALUES,uv as SEMANTIC_ATTRIBUTION_LIMITS,qr as STATUS_VALUES,Xw as agentSessionEnvironment,wM as aggregate,Pd as analyzeAgentProvenanceDescriptorCoverage,Hw as analyzeSdkCliParameterCompleteness,IM as append,zw as applyReadOutputDimensions,Fw as applyReadOutputSessionReferences,Mw as attachReadOutputSessionReceipt,Ww as boundAgentEpisodeIdentity,Ye as canonicalDocument,NM as claim,FM as claimNext,Bu as classifyItemFormatVersion,LM as close,vM as comments,fM as context,$M as copy,xM as create,zf as createPmCliExpectedError,Uw as decodeReadOutputContinuationCursor,DM as deleteItem,CM as deps,sv as detectAgentIdentity,cv as detectHarnessIdentity,iv as diagnoseAgentIdentity,TM as docs,Ku as effectiveItemFormatVersion,zb as emptyImportedDocument,Dw as encodeReadOutputContinuationCursor,HP as evaluateSemanticAttributionCoverage,lv as explainSourceTraceability,EM as files,AM as filesDiscover,GM as focus,yM as get,RM as graph,WP as groupHistoryByEpisode,Zf as isAlreadyClaimedError,bs as isPmCliExpectedError,Bw as isReadOutputBudgetExceeded,SM as learnings,_M as list,ev as listAgentProvenanceAdapters,hM as listAllComplete,bM as next,nv as normalizeAgentProvenanceAdapterValue,zu as normalizeItemFormatVersion,we as normalizeItemId,Q as normalizeStatusInput,kM as notes,k as nowIso,Nw as parseReadOutputSession,ms as parseSourceLineRange,$o as readAuthorEnvironment,$w as readOutputSessionRemainingTokens,Wa as recordClaimSemanticAttribution,hs as recordFocusSemanticAttribution,Ya as recordReleaseSemanticAttribution,tv as registerAgentProvenanceAdapters,Zw as registerHarnessSignalDescriptors,MM as release,PM as reopen,Yw as resolveAgentSessionContextFromSignals,dv as resolveAuthorIdentity,Uy as resolveHistoryEpisodeGroupIdentity,Kw as resolveReadOutputDimensions,Vw as resolveReadOutputEncoding,da as resolveReadOutputSurface,mv as resolveSemanticLineageIds,UM as restore,Xb as runAction,Jw as runWithAgentSessionContext,rv as runWithHarnessDetectionSignals,ov as runWithWorkspaceHarnessSignalDescriptors,gM as search,pv as semanticAttributionAffinity,je as serializeItemDocument,VP as summarizeAgentModelProvenance,Ld as summarizeAgentProvenance,OM as update,la as validateReadOutputOptions,av as writeAuthorEnvironment};
49
+ `:"",me={stdout:`${A.text}${M}`,stderr:R.text,exitCode:v,signal:S,timedOut:b,maxBufferExceeded:!1,outputTruncated:j,spawnError:h};return FN(r,me,i,o),me}finally{await Mr(a,{recursive:!0,force:!0})}}function jN(e,t){let n=[];e.maxBufferExceeded&&n.push(`Linked test output exceeded maxBuffer=${vi} bytes. Reduce output volume or split the command.`),e.timedOut&&t>0&&n.push(`Linked test timed out after ${t}ms.`);let r=e.signal?`Linked test command terminated by signal ${e.signal}.`:void 0,o=e.spawnError?.trim()||r||"Linked test command failed.";return n.length===0?o:`${o} ${n.join(" ")}`}function qN(e){let t=[e.spawnError??"",e.stderr,e.stdout].join(`
50
+ `);return aN.some(n=>n.test(t))||t.split(/\r?\n/u).some(n=>cN.test(n)&&dN.test(n))}function KN(e){return qN(e)?"infra_collision":e.timedOut?"timeout":e.maxBufferExceeded?"max_buffer":e.spawnError?"spawn_error":e.signal?"signal":"assertion_failure"}function zN(){return{infra_collision:0,trust_refusal:0,assertion_failure:0,empty_run:0,timeout:0,max_buffer:0,spawn_error:0,signal:0}}function Ai(e){let t=zN();for(let n of e)n.status!=="failed"||!n.failure_category||(t[n.failure_category]+=1);return t}function yb(e,t){for(let[n,r]of Object.entries(t.env_set))en.has(n.toUpperCase())||(e[n]=r);for(let n of t.env_clear)en.has(n.toUpperCase())||delete e[n]}function BN(e){e.PORT===void 0&&(e.PORT="0"),e.HOST===void 0&&(e.HOST="127.0.0.1"),e.PM_SHARED_HOST_SAFE===void 0&&(e.PM_SHARED_HOST_SAFE="1"),e.PLAYWRIGHT_HTML_OPEN===void 0&&(e.PLAYWRIGHT_HTML_OPEN="never"),e.PW_TEST_HTML_REPORT_OPEN===void 0&&(e.PW_TEST_HTML_REPORT_OPEN="never")}function VN(e,t){let n={...e.env_set,...t.env_set},r=[...new Set([...e.env_clear,...t.env_clear??[]])],o=t.shared_host_safe??e.shared_host_safe;return{env_set:n,env_clear:r,shared_host_safe:o}}function HN(e,t,n){return{env_set:wN(e,"--env-set"),env_clear:vN(t,"--env-clear"),shared_host_safe:n===!0}}async function Vn(e,t,n=!1,r=ki){if(await P(e))try{await ci("seed_linked_test",async()=>{if(await r(z.dirname(t),{recursive:!0}),n){await jd(e,t,{recursive:!0,force:!0});return}await jd(e,t,{force:!0})},{why:"Linked tests need an isolated PM context without mutating the source tracker.",nextSteps:["Reclaim capacity on the filesystem that hosts the linked-test temporary directory."]})}catch(o){if(typeof o=="object"&&o!==null&&"code"in o&&Et(o))return;throw o}}async function bb(e,t,n){await Vn(ae(n.projectPmRoot),ae(e)),await Vn(z.join(n.projectPmRoot,"extensions"),z.join(e,"extensions"),!0),await Vn(ae(n.globalPmRoot),ae(t)),await Vn(z.join(n.globalPmRoot,"extensions"),z.join(t,"extensions"),!0)}async function wb(e,t){if(!await P(e))return;let n=await Kd(e,{withFileTypes:!0});for(let r of n){if(sN.has(r.name))continue;let o=z.join(e,r.name),s=z.join(t,r.name);if(r.isDirectory()){await Vn(o,s,!0);continue}r.isFile()&&await Vn(o,s)}}async function vb(e,t){let n=await q(ae(e));if(n===null||await P(Sa(e)))return;let r=await T(t);await Mr(Sa(t),{force:!0}),await Mr(ae(t),{force:!0}),await Je({pmRoot:t,filePath:ae(t),raw:n,op:"settings:write",author:C(void 0,r.author_default),lockTtlSeconds:r.locks.ttl_seconds,lockWaitMs:r.locks.wait_ms,recordCreation:!0,message:"Seed linked-test tracker settings history"})}async function Bn(e){if(!await P(e))return 0;let t=0,n=await Kd(e,{withFileTypes:!0});for(let r of n){if(!r.isDirectory()||iN.has(r.name))continue;let o=z.join(e,r.name),s;try{s=await Kd(o,{withFileTypes:!0})}catch{continue}for(let i of s)i.isFile()&&yl.some(a=>i.name.toLowerCase().endsWith(a))&&(t+=1)}return t}function WN(e){let t=typeof e.exitCode=="number"?e.exitCode:1;return(e.timedOut||e.maxBufferExceeded)&&t===0?1:t}function YN(e){let t=[],n=e.match(/[^.[\]]+|\[\d+\]/g)??[];for(let r of n){if(r.startsWith("[")&&r.endsWith("]")){let o=Number.parseInt(r.slice(1,-1),10);if(!Number.isInteger(o)||o<0)return[];t.push(o);continue}t.push(r)}return t}function kb(e,t){let n=t.trim();if(n.length===0)return{found:!1,value:void 0};let r=YN(n);if(r.length===0)return{found:!1,value:void 0};let o=e;for(let s of r){if(typeof s=="number"){if(!Array.isArray(o)||s>=o.length)return{found:!1,value:void 0};o=o[s];continue}if(typeof o!="object"||o===null||!Object.prototype.hasOwnProperty.call(o,s))return{found:!1,value:void 0};o=o[s]}return{found:!0,value:o}}function JN(e){let t=e.trim();if(t==="true")return!0;if(t==="false")return!1;if(t==="null")return null;let n=Number(t);if(t.length>0&&Number.isFinite(n))return n;if(t.startsWith("{")&&t.endsWith("}")||t.startsWith("[")&&t.endsWith("]"))try{return JSON.parse(t)}catch{}return t}function XN(e,t){return typeof e=="object"&&e!==null&&typeof t=="object"&&t!==null?rt(e,t):Object.is(e,t)}function QN(e,t,n){let r=[];r.push(...Sb("stdout",t,e.assert_stdout_contains)),r.push(...Eb("stdout",t,e.assert_stdout_regex)),r.push(...Sb("stderr",n,e.assert_stderr_contains)),r.push(...Eb("stderr",n,e.assert_stderr_regex)),r.push(...ZN(t,e.assert_stdout_min_lines));let o=e.assert_json_field_equals??{},s=e.assert_json_field_gte??{};if(!(Object.keys(o).length>0||Object.keys(s).length>0))return r;let a;try{a=JSON.parse(t)}catch(c){return r.push(`stdout is not valid JSON for assert_json_field_* checks: ${c instanceof Error?c.message:String(c)}`),r}for(let[c,d]of Object.entries(o)){let u=kb(a,c);if(!u.found){r.push(`assert_json_field_equals missing path "${c}"`);continue}let p=JN(d);XN(u.value,p)||r.push(`assert_json_field_equals mismatch at "${c}" (expected=${JSON.stringify(p)} actual=${JSON.stringify(u.value)})`)}for(let[c,d]of Object.entries(s)){let u=kb(a,c);if(!u.found){r.push(`assert_json_field_gte missing path "${c}"`);continue}if(typeof u.value!="number"||!Number.isFinite(u.value)){r.push(`assert_json_field_gte path "${c}" resolved to non-numeric value`);continue}u.value<d&&r.push(`assert_json_field_gte failed at "${c}" (expected >= ${d}, actual ${u.value})`)}return r}function Sb(e,t,n){let r=[];for(let o of n??[])t.includes(o)||r.push(`${e} missing required text: "${o}"`);return r}function Eb(e,t,n){let r=[];for(let o of n??[])try{new RegExp(o,"m").test(t)||r.push(`${e} failed regex assertion: /${o}/m`)}catch(s){r.push(`${e} regex assertion is invalid: /${o}/ (${s instanceof Error?s.message:String(s)})`)}return r}function ZN(e,t){if(typeof t!="number")return[];let n=e.split(/\r?\n/).map(r=>r.trim()).filter(r=>r.length>0).length;return n<t?[`stdout line count ${n} is below required minimum ${t}`]:[]}var eF=[{code:"no_projects_matched_filters",regex:/\bNo projects matched the filters\b/i},{code:"no_test_files_found",regex:/\bNo test files found\b/i},{code:"no_tests_found",regex:/\bNo tests found\b/i},{code:"no_matching_tests",regex:/\bNo matching tests?\b/i},{code:"collected_zero_items",regex:/\bcollected 0 items?\b/i},{code:"reported_zero_passes",regex:/(?:^\s*(?:#|ℹ)?\s*tests\s+0\s*$[\s\S]*^\s*(?:#|ℹ)?\s*pass\s+0\s*$|^\s*(?:#|ℹ)?\s*pass\s+0\s*$[\s\S]*^\s*(?:#|ℹ)?\s*tests\s+0\s*$)/imu},{code:"reported_zero_tests",regex:/^\s*(?:#|ℹ)?\s*tests\s+0\s*$/imu}],tF=[/^\s*(?:#|ℹ)?\s*tests\s+[1-9]\d*\s*$/imu,/^\s*(?:#|ℹ)?\s*pass\s+[1-9]\d*\s*$/imu,/\bTests?\s+[1-9]\d*\s+passed\b/iu,/\b[1-9]\d*\s+passed\b/iu,/\bTests:\s+(?:.*\b)?[1-9]\d*\s+passed\b/iu];function nF(e,t){let n=`${e}
51
+ ${t}`;for(let r of eF)if(r.regex.test(n))return{code:r.code};return null}function rF(e,t){let n=`${e}
52
+ ${t}`;return tF.some(r=>r.test(n))}function Ab(e){let t=Ei(e);return/(?:^|\s)(?:--test-name-pattern|--testnamepattern)(?:=|\s)/u.test(t)?!0:lr(t).some(n=>/(?:^|\s)-t(?:=|\s)/u.test(n)&&jb(n))}function oF(e){return{root:e,schemaProjectPmPath:z.join(e,"schema","project",".agents","pm"),schemaGlobalPmPath:z.join(e,"schema","global"),trackerProjectPmPath:z.join(e,"tracker","project",".agents","pm"),trackerGlobalPmPath:z.join(e,"tracker","global"),workspaceSnapshotRoot:z.join(e,"workspace","project"),workspaceIsolatedRoot:z.join(e,"workspace","isolated")}}function sF(e,t,n){return e.some(r=>Lb(r,t,n)==="snapshot")}async function iF(e,t){let n=new Set([".agents",".git",".nyc_output",".turbo","coverage","node_modules"]);await ki(z.dirname(e.workspaceSnapshotRoot),{recursive:!0}),await jd(t,e.workspaceSnapshotRoot,{recursive:!0,force:!0,filter(o){let s=z.relative(t,o);return s?!s.split(z.sep).some(i=>n.has(i)):!0}});let r=z.join(t,"node_modules");await P(r)&&await Ob(r,z.join(e.workspaceSnapshotRoot,"node_modules"),process.platform==="win32"?"junction":"dir")}async function aF(e,t){let n=z.join(e,".agents"),r=z.join(n,"pm");await ki(n,{recursive:!0}),await Mr(r,{recursive:!0,force:!0}),await Ob(t,r,process.platform==="win32"?"junction":"dir")}async function cF(e,t=Tr,n=!0){let r={defaults:!0,agentGuidance:"skip"};await t(void 0,{path:e.schemaProjectPmPath},r),await t(void 0,{path:e.schemaGlobalPmPath},r),n&&(await t(void 0,{path:e.trackerProjectPmPath},r),await t(void 0,{path:e.trackerGlobalPmPath},r))}async function dF(e,t,n){t&&(await bb(e.schemaProjectPmPath,e.schemaGlobalPmPath,t),n&&(await bb(e.trackerProjectPmPath,e.trackerGlobalPmPath,t),await wb(t.projectPmRoot,e.trackerProjectPmPath),await wb(t.globalPmRoot,e.trackerGlobalPmPath),await vb(t.projectPmRoot,e.trackerProjectPmPath),await vb(t.globalPmRoot,e.trackerGlobalPmPath)))}function lF(e,t,n){return e.some(r=>{let o=r.command??"",s=o.length>0&&Mb(o),i=n?.autoPmContext===!0&&s?"auto":Nb(r,t,n?.overrideLinkedPmContext===!0);return Fb(i,s)==="tracker"})}async function mF(e,t){return{sourceProjectItemCount:t?await Bn(t.projectPmRoot):0,sourceGlobalItemCount:t?await Bn(t.globalPmRoot):0,schemaProjectItemCount:await Bn(e.schemaProjectPmPath),schemaGlobalItemCount:await Bn(e.schemaGlobalPmPath),trackerProjectItemCount:await Bn(e.trackerProjectPmPath),trackerGlobalItemCount:await Bn(e.trackerGlobalPmPath)}}function uF(e){let t=e.effectivePmContextMode==="tracker",n=t?e.layout.trackerProjectPmPath:e.layout.schemaProjectPmPath,r=t?e.layout.trackerGlobalPmPath:e.layout.schemaGlobalPmPath,o=t?e.counts.trackerProjectItemCount:e.counts.schemaProjectItemCount,s=t?e.counts.trackerGlobalItemCount:e.counts.schemaGlobalItemCount,i=e.workspaceContextMode==="snapshot"?e.layout.workspaceSnapshotRoot:e.workspaceContextMode==="isolated"?e.layout.workspaceIsolatedRoot:e.sourceWorkspaceRoot,a=e.workspaceContextMode==="isolated"?"":i;return{requested_pm_context_mode:e.requestedPmContextMode,pm_context_mode:e.effectivePmContextMode,auto_pm_context_applied:e.autoPmContextApplied,is_pm_command:e.isPmCommand,is_pm_tracker_read_command:e.isPmTrackerReadCommand,source_project_pm_path:e.sourceRoots?.projectPmRoot??"",sandbox_project_pm_path:n,source_global_pm_path:e.sourceRoots?.globalPmRoot??"",sandbox_global_pm_path:r,source_project_item_count:e.counts.sourceProjectItemCount,sandbox_project_item_count:o,source_global_item_count:e.counts.sourceGlobalItemCount,sandbox_global_item_count:s,mismatch_detected:e.isPmCommand&&(e.counts.sourceProjectItemCount!==o||e.counts.sourceGlobalItemCount!==s),project_extensions_seeded:!!e.sourceRoots,global_extensions_seeded:!!e.sourceRoots,requested_workspace_context_mode:e.requestedWorkspaceContextMode,workspace_context_mode:e.workspaceContextMode,working_directory:i,source_workspace_root:a,trust:e.trust}}async function pF(e){let t=typeof e.linkedTest.pm_context_mode=="string"&&e.linkedTest.pm_context_mode.trim().length>0?Si(e.linkedTest.pm_context_mode):void 0,n=typeof e.linkedTest.command=="string"&&e.linkedTest.command.length>0?e.linkedTest.command:void 0,r=n?kN(n):!1,o=r&&n?Mb(n):!1,s=e.options?.autoPmContext===!0&&o,i=s?"auto":Nb(e.linkedTest,e.runLevelPmContextMode,e.options?.overrideLinkedPmContext===!0),a=Fb(i,o),c=a==="tracker"?e.layout.trackerProjectPmPath:e.layout.schemaProjectPmPath;e.workspaceContextMode==="snapshot"&&await aF(e.layout.workspaceSnapshotRoot,c);let d=e.options?.pmRoot?await Va(e.options.pmRoot,e.linkedTest,e.currentSourceRef):await Va(e.layout.root,e.linkedTest,e.currentSourceRef);return{linkedOverridePmContextMode:t,executionContext:uF({layout:e.layout,counts:e.counts,sourceRoots:e.sourceRoots,isPmCommand:r,isPmTrackerReadCommand:o,requestedPmContextMode:i,effectivePmContextMode:a,autoPmContextApplied:s,requestedWorkspaceContextMode:e.requestedWorkspaceContextMode,workspaceContextMode:e.workspaceContextMode,sourceWorkspaceRoot:e.sourceWorkspaceRoot,trust:d})}}function Tb(e,t,n){return{command:e.command,path:e.path,status:"skipped",execution_context:t,error:n}}function Bd(e,t,n,r){return{command:e.command,path:e.path,status:"failed",exit_code:1,failure_category:"assertion_failure",execution_context:t,...r?{stdout:r.stdout,stderr:r.stderr}:{},error:n}}function fF(e,t,n){return{command:e.command,path:e.path,status:"failed",exit_code:1,failure_category:"trust_refusal",execution_context:t,error:n}}function _F(e){if(e.executionContext.trust.trusted)return null;let t=e.options?.allowUntrustedLinkedTests===!0,n=e.options?.untrustedLinkedTestsPolicyEnabled===!0;if(t&&n)return null;let r=n?"Retry with --allow-untrusted-linked-tests for this invocation, or acknowledge the current commands with --acknowledge-linked-tests.":"Set testing.allow_untrusted_linked_tests=true, then retry with --allow-untrusted-linked-tests; alternatively acknowledge the current commands with --acknowledge-linked-tests.";return fF(e.linkedTest,e.executionContext,`Linked test command is not trusted by this clone (source_ref=${e.executionContext.trust.source_ref??"unknown"}, current_ref=${e.executionContext.trust.current_source_ref??"unknown"}). ${r}`)}function hF(e){if(!e.linkedTest.command)return Tb(e.linkedTest,e.executionContext,"No command configured for this linked test.");let t=TN(e.linkedTest.command);return t?Tb(e.linkedTest,e.executionContext,t):null}function gF(e){let t=hF(e);if(t)return t;let n=_F(e);if(n)return n;let r=e.executionContext.pm_context_mode==="schema"&&e.executionContext.is_pm_tracker_read_command&&e.executionContext.mismatch_detected,o=e.options?.failOnContextMismatch===!0&&e.executionContext.is_pm_command&&e.executionContext.mismatch_detected;if(r||o){let s=bN({executionContext:e.executionContext,runLevelPmContextMode:e.runLevelPmContextMode,linkedOverridePmContextMode:e.linkedOverridePmContextMode}),i=e.options?.checkContext===!0?"Linked test preflight PM context mismatch detected":"Linked test PM context mismatch detected";return Bd(e.linkedTest,e.executionContext,`${i} (source_project_items=${e.executionContext.source_project_item_count}, sandbox_project_items=${e.executionContext.sandbox_project_item_count}).${s}`)}return e.options?.requireAssertionsForPm===!0&&e.executionContext.is_pm_command&&!yN(e.linkedTest)?Bd(e.linkedTest,e.executionContext,"Linked PM command requires assertions when --require-assertions-for-pm is enabled."):null}function yF(e){let t=VN(e.runtimeDirectives,e.linkedTest),n={...process.env,SENTRY_ENVIRONMENT:"test"};return yb(n,e.runtimeDirectives),yb(n,{env_set:e.linkedTest.env_set??{},env_clear:e.linkedTest.env_clear??[]}),t.shared_host_safe&&BN(n),n.FORCE_COLOR="0",n.PM_PATH=e.executionContext.sandbox_project_pm_path,n.PM_GLOBAL_PATH=e.executionContext.sandbox_global_pm_path,e.executionContext.workspace_context_mode==="isolated"?(delete n.PM_SOURCE_WORKSPACE_ROOT,delete n.PM_SOURCE_PM_PATH,delete n[cr]):(n.PM_SOURCE_WORKSPACE_ROOT=e.executionContext.source_workspace_root,n.PM_SOURCE_PM_PATH=e.executionContext.workspace_context_mode==="snapshot"?e.executionContext.sandbox_project_pm_path:e.executionContext.source_project_pm_path,n[cr]="read_only"),n}function bF(e,t,n){return{command:e.command,path:e.path,status:"passed",exit_code:0,execution_context:t,stdout:n.stdout,stderr:n.stderr}}function Cb(e){return{command:e.linkedTest.command,path:e.linkedTest.path,status:"failed",exit_code:1,failure_category:"empty_run",execution_context:e.executionContext,stdout:e.execution.stdout,stderr:e.execution.stderr,error:`Linked test reported an empty test run (${e.emptyRunSignal.code}). Update the test selection so at least one test executes; unfiltered commands may opt out by omitting --fail-on-empty-test-run.`}}function wF(e){return{command:e.linkedTest.command,path:e.linkedTest.path,status:"failed",exit_code:WN(e.execution),failure_category:KN(e.execution),execution_context:e.executionContext,stdout:e.execution.stdout,stderr:e.execution.stderr,error:jN(e.execution,e.timeoutMs)}}function vF(e){if(e.options?.failOnEmptyTestRun===!0||Ab(e.linkedTest.command??"")){let n=nF(e.execution.stdout,e.execution.stderr);if(n)return Cb({...e,emptyRunSignal:n});if(Ab(e.linkedTest.command??"")&&!rF(e.execution.stdout,e.execution.stderr))return Cb({...e,emptyRunSignal:{code:"missing_positive_execution_receipt"}})}let t=QN(e.linkedTest,e.execution.stdout,e.execution.stderr);return t.length>0?Bd(e.linkedTest,e.executionContext,`Linked test assertion(s) failed: ${t.join("; ")}`,e.execution):bF(e.linkedTest,e.executionContext,e.execution)}async function kF(e){let t=e.linkedTest.command??"",n=(e.linkedTest.timeout_seconds??e.defaultTimeoutSeconds??120)*1e3,r=await GN(t,n,yF(e),{index:e.index+1,total:e.total,timeoutMs:n,command:t},e.progressMode,e.executionContext.working_directory);return r.exitCode===0&&!r.timedOut&&!r.maxBufferExceeded?vF({...e,execution:r}):wF({...e,execution:r,timeoutMs:n})}async function Wd(e,t,n){let r=[],o=await xb(z.join(Pb(),"pm-linked-test-")),s=oF(o),i=Si(n?.pmContext),a=gN(n?.workspaceContext),c=n?.progress===!0?"always":"auto",d=HN(n?.envSet,n?.envClear,n?.sharedHostSafe),u=n?.sourceRoots,p=Lf(),f=lF(e,i,n),_=sF(e,a,n?.overrideLinkedWorkspaceContext===!0),h=await Pf(p);try{await cF(s,Tr,f),await ki(s.workspaceIsolatedRoot,{recursive:!0}),await dF(s,u,f),_&&await iF(s,p);let y=await mF(s,u);for(let g=0;g<e.length;g+=1){let b=e[g],v=Lb(b,a,n?.overrideLinkedWorkspaceContext===!0),S=await pF({linkedTest:b,layout:s,counts:y,sourceRoots:u,runLevelPmContextMode:i,options:n,requestedWorkspaceContextMode:a,workspaceContextMode:v,currentSourceRef:h,sourceWorkspaceRoot:p}),A=gF({linkedTest:b,executionContext:S.executionContext,runLevelPmContextMode:i,linkedOverridePmContextMode:S.linkedOverridePmContextMode,options:n});if(A){r.push(A);continue}r.push(await kF({linkedTest:b,index:g,total:e.length,defaultTimeoutSeconds:t,runtimeDirectives:d,progressMode:c,executionContext:S.executionContext,options:n}))}}finally{await Mr(s.root,{recursive:!0,force:!0,maxRetries:3,retryDelay:100})}return r}async function SF(e){let{id:t,pmRoot:n,settings:r,typeToFolder:o}=e,s=await U(n,t,r.id_prefix,r.item_format,o);if(!s)throw new m(`Item ${t} not found`,l.NOT_FOUND);let i=await H(s,{schema:r.schema});return{itemId:s.id,tests:i.document.metadata.tests??[],testRuns:i.document.metadata.test_runs??[],changed:!1,removed:0}}function EF(e,t){return e.command===t.command&&e.path===t.path&&e.scope===t.scope&&e.pm_context_mode===t.pm_context_mode&&e.workspace_context_mode===t.workspace_context_mode}function AF(e,t){let n=[...e];for(let r of t)n.some(o=>EF(o,r))||n.push(r);return n}function TF(e,t,n){if(t.length===0&&n.length===0)return{tests:e,removed:0};let r=new Set(n),o=e.filter((s,i)=>r.has(i+1)?!1:!t.some(a=>a.kind==="command"?s.command===a.value:a.kind==="path"?s.path===a.value:s.command===a.value||s.path===a.value));return{tests:o,removed:e.length-o.length}}function CF(e,t,n,r){return TF(AF(e,t),n,r)}function IF(e){return[(e.envSet?.length??0)>0,(e.envClear?.length??0)>0,e.sharedHostSafe===!0,e.pmContext!==void 0,e.overrideLinkedPmContext===!0,e.failOnContextMismatch===!0,e.failOnSkipped===!0,e.failOnEmptyTestRun===!0,e.requireAssertionsForPm===!0,e.checkContext===!0,e.autoPmContext===!0,e.workspaceContext!==void 0,e.overrideLinkedWorkspaceContext===!0,e.allowUntrustedLinkedTests===!0].some(Boolean)}function RF(e){if(IF(e)&&e.run!==!0)throw new m("--env-set, --env-clear, --shared-host-safe, --pm-context, --override-linked-pm-context, --workspace-context, --override-linked-workspace-context, --allow-untrusted-linked-tests, --fail-on-context-mismatch, --fail-on-skipped, --fail-on-empty-test-run, --require-assertions-for-pm, --check-context, and --auto-pm-context require --run",l.USAGE);if(e.acknowledgeLinkedTests===!0&&e.run===!0)throw new m("--acknowledge-linked-tests records trust without executing commands; run it separately before --run",l.USAGE);if((e.match!==void 0||e.onlyIndex!==void 0||e.onlyLast===!0)&&e.run!==!0)throw new m("--match, --only-index, and --only-last require --run",l.USAGE)}async function xF(e){let{id:t,options:n,pmRoot:r,settings:o,typeToFolder:s,adds:i,removes:a,removeIndexes:c}=e;if(i.length===0&&a.length===0&&c.length===0)return SF({id:t,pmRoot:r,settings:o,typeToFolder:s});let d=0,u=await ne({pmRoot:r,settings:o,id:t,op:i.length>0?"tests_add":"tests_remove",author:C(n.author,o.author_default),message:n.message,force:n.force,skipNoop:!0,mutate(p){let f=p.metadata.tests??[],_=CF(f,i,a,c);if(d=_.removed,(a.length>0||c.length>0)&&d===0)throw new m("No linked tests matched the requested removal selector",l.NOT_FOUND,{code:"linked_test_remove_no_match",unmatched:[...a.map(h=>`${h.kind}=${h.value}`),...c.map(h=>`index=${h}`)],required:"List linked tests and retry with an exact command/path or a current 1-based --remove-index.",examples:[`pm test ${t} --list`,`pm test ${t} --remove-index 1`]});return p.metadata.tests=_.tests,{changedFields:rt(f,_.tests)?[]:["tests"]}}});return{itemId:u.item.id,tests:u.item.tests??[],testRuns:u.item.test_runs??[],changed:u.changedFields.length>0,removed:d}}function OF(e,t){RF(e);let n={match:e.match,onlyIndex:e.onlyIndex===void 0?void 0:Ud(e.onlyIndex),onlyLast:e.onlyLast},r=e.run===!0?pb(t,n):void 0,o=e.timeout===void 0?void 0:de(e.timeout,"timeout");if(o!==void 0&&o<=0)throw new m("Test timeout must be a positive number",l.USAGE);return{defaultTimeoutSeconds:o,pmContextMode:Si(e.pmContext),runSelection:r,testsToRun:r?.selected??t}}async function PF(e){let{options:t,runOptions:n,pmRoot:r}=e;return t.run!==!0?[]:await Wd(n.testsToRun,n.defaultTimeoutSeconds,{progress:t.progress,envSet:t.envSet,envClear:t.envClear,sharedHostSafe:t.sharedHostSafe,pmContext:n.pmContextMode,overrideLinkedPmContext:t.overrideLinkedPmContext,failOnContextMismatch:t.failOnContextMismatch,failOnEmptyTestRun:t.failOnEmptyTestRun,requireAssertionsForPm:t.requireAssertionsForPm,checkContext:t.checkContext,autoPmContext:t.autoPmContext,workspaceContext:t.workspaceContext,overrideLinkedWorkspaceContext:t.overrideLinkedWorkspaceContext,pmRoot:r,allowUntrustedLinkedTests:t.allowUntrustedLinkedTests,untrustedLinkedTestsPolicyEnabled:e.untrustedLinkedTestsPolicyEnabled,sourceRoots:{projectPmRoot:r,globalPmRoot:nt(process.cwd())}})}function LF(e,t,n){let r=[];if(t&&t.selector!==null&&r.push(`linked_test_selection:${t.selector}=${t.requested};selected=${t.selected_count};skipped=${t.skipped_count};indexes=${t.selected_indexes.join(",")}`),e.run===!0&&e.checkContext===!0){let o=Hd(n);r.push(`context_preflight:checked_pm_commands=${o.checked_pm_commands};tracker_read_commands=${o.tracker_read_commands};mismatches=${o.mismatches};auto_remediated=${o.auto_remediated}`)}return r}function NF(e){let t=_N(e.runResults),n=Number.parseInt(process.env.PM_BACKGROUND_TEST_RUN_ATTEMPT?.trim()??"",10),r=process.env.PM_BACKGROUND_TEST_RUN_RESUMED_FROM?.trim(),o=k(),s=Fr(e.options.measure,o);return{run_id:fN("test"),kind:"test",status:t.failed>0||e.failOnSkippedTriggered?"failed":"passed",started_at:e.runStartedAt,finished_at:o,recorded_at:o,attempt:Number.isFinite(n)&&n>=1?n:void 0,resumed_from:r&&r.length>0?r:void 0,passed:t.passed,failed:t.failed,skipped:t.skipped,fail_on_skipped_triggered:e.failOnSkippedTriggered?!0:void 0,measurements:s.length>0?s:void 0,executions:e.runResults.filter(i=>i.command?.trim()).slice(0,32).map(i=>({command:i.command.trim(),requested_pm_context_mode:i.execution_context?.requested_pm_context_mode,pm_context_mode:i.execution_context?.pm_context_mode,workspace_context_mode:i.execution_context?.workspace_context_mode,trust_reason:i.execution_context?.trust.reason}))}}async function FF(e){let{options:t,pmRoot:n,settings:r,itemId:o,runStartedAt:s,runResults:i,failOnSkippedTriggered:a,warnings:c}=e;if(t.run!==!0||!s)return;let d=NF({options:t,runStartedAt:s,runResults:i,failOnSkippedTriggered:a});if(r.testing.record_results_to_items!==!0)return d;try{return await yi({pmRoot:n,settings:r,itemId:o,author:C(t.author,r.author_default),message:`Track test run summary (${d.run_id})`,entry:d}),d}catch(u){return c.push(`test_result_tracking_failed:${o}:${u instanceof Error?u.message:String(u)}`),d}}function Ib(e,t,n){let r;if(e.metricBelow!==void 0){let o=e.metricBelow.indexOf("="),s=e.metricBelow.slice(0,o).trim(),i=e.metricBelow.slice(o+1).trim(),a=Number(i);if(o<=0||s.length===0||i.length===0||!Number.isFinite(a))throw new m("--metric-below must use name=value",l.USAGE);r=Jy(t,s,a)}return{measurements:n?.measurements,metric_below:r,metric_diff:e.metricDiff===void 0?void 0:Xy(t,e.metricDiff)}}async function MF(e,t,n){if(e.acknowledgeLinkedTests===!0)return Nf(t,n,k())}async function Ti(e,t,n){let r=Ot(),o=E(process.cwd(),n.path);await I(o);let s=await T(o);if((t.measure?.length??0)>0&&t.run!==!0)throw new m("--measure requires --run",l.USAGE);Fr(t.measure,"validation"),Ib(t,[],void 0);let i=O(s,x()),a=await r.resolveList(t.add,"--add"),c=await r.resolveList(t.addJson,"--add-json"),d=await r.resolveList(t.remove,"--remove"),u=[...CN(a),...xN(c)],p=await Nn(u,C(t.author,s.author_default),k())??[],f=ON(d),_=PN(t.removeIndex),h=await xF({id:e,options:t,pmRoot:o,settings:s,typeToFolder:i.type_to_folder,adds:p,removes:f,removeIndexes:_}),y=OF(t,h.tests),g=await MF(t,o,h.tests),b=t.run===!0?k():void 0,v=await PF({options:t,runOptions:y,pmRoot:o,untrustedLinkedTestsPolicyEnabled:s.testing.allow_untrusted_linked_tests}),S=Ai(v),A=t.run===!0&&t.failOnSkipped===!0&&v.some(W=>W.status==="skipped"),R=LF(t,y.runSelection,v);g&&R.push(`linked_test_trust_acknowledged:${g.acknowledged}`);let j=await FF({options:t,pmRoot:o,settings:s,itemId:h.itemId,runStartedAt:b,runResults:v,failOnSkippedTriggered:A,warnings:R}),M=j?Dd([...h.testRuns,j]):h.testRuns,me=Ib(t,M,j);return{ok:v.every(W=>W.status!=="failed")&&A!==!0,id:h.itemId,tests:h.tests,run_results:v,failure_categories:S,selection:y.runSelection?{selector:y.runSelection.selector,requested:y.runSelection.requested,selected_indexes:y.runSelection.selected_indexes,selected_count:y.runSelection.selected_count,skipped_count:y.runSelection.skipped_count}:void 0,fail_on_skipped_triggered:A?!0:void 0,warnings:R.length>0?R:void 0,changed:h.changed,count:h.tests.length,...h.removed>0?{removed:h.removed}:{},...me}}(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]="5d3405c0-14e6-51f5-97a1-355438fd0199")}catch{}})();var $F=(e,t)=>{if(e===void 0)return;let n=Q(e,t);if(!n){let r=t.definitions.map(o=>o.id);throw new m(`Invalid --status value "${e}". Allowed: ${r.join(", ")}`,l.USAGE)}return n},DF=e=>{if(e===void 0)return;let t=de(e,"timeout");if(t<=0)throw new m("timeout must be a positive number",l.USAGE);return t},zb=(e,t)=>{if(e===void 0)return;let n=Number(e);if(!Number.isInteger(n)||n<0)throw new m(`${t} must be a non-negative integer`,l.USAGE);return n},UF=e=>e instanceof Error?e.message:String(e),GF=()=>{let e=process.env.PM_BACKGROUND_TEST_RUN_ID?.trim();return e&&e.length>0?e:`test-all-local-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,8)}`},jF=e=>e.trim().replaceAll(/\s+/g," "),qF=e=>!e||Object.keys(e).length===0?"{}":JSON.stringify(Object.fromEntries(Object.entries(e).sort(([t],[n])=>t.localeCompare(n)))),KF=e=>!e||e.length===0?"[]":JSON.stringify([...e].sort((t,n)=>t.localeCompare(n))),zF=e=>{let t=e?.trim().toLowerCase();return t&&t.length>0?t:"none"},BF=e=>{let t=e?.trim().toLowerCase();return t&&t.length>0?t:"source"},Ci=e=>[...new Set(e??[])].sort((t,n)=>t.localeCompare(n)),Bb=e=>Object.fromEntries(Object.entries(e??{}).sort(([t],[n])=>t.localeCompare(n))),VF=e=>typeof e=="number"?e:void 0,HF=e=>{let t={assert_stdout_contains:Ci(e.assert_stdout_contains),assert_stdout_regex:Ci(e.assert_stdout_regex),assert_stderr_contains:Ci(e.assert_stderr_contains),assert_stderr_regex:Ci(e.assert_stderr_regex),assert_stdout_min_lines:VF(e.assert_stdout_min_lines),assert_json_field_equals:Bb(e.assert_json_field_equals),assert_json_field_gte:Bb(e.assert_json_field_gte)};return JSON.stringify(t)},WF=e=>{let t=Yd(e.command);return t!==void 0?`command:${e.scope}:${jF(t)}`:`path:${e.scope}:${Yd(e.path)??""}`},Vb=e=>{let t=qF(e.env_set),n=KF(e.env_clear),r=zF(e.pm_context_mode),o=BF(e.workspace_context_mode),s=e.shared_host_safe===!0?"true":"false",i=HF(e);return`${WF(e)}:${t}:${n}:${r}:${o}:${s}:${i}`},YF=(e,t)=>t===void 0?e:e===void 0||t>e?t:e,JF=e=>{let t=0,n=0,r=0;for(let o of e){if(o.status==="passed"){t+=1;continue}if(o.status==="failed"){n+=1;continue}r+=1}return{passed:t,failed:n,skipped:r}},XF=(e,t)=>{for(let[n,r]of Object.entries(t))e[n]+=r},Ii=(e,t)=>{if(e.progress===!0)try{process.stderr.write(`[pm test-all] ${t}
53
+ `)}catch{}},QF=async(e,t,n)=>{let r=[],o=0;for(let s of e){let i=await Ti(s.id,{run:!1},{...t,path:n});o+=i.tests.length,r.push({item:s,tests:i.tests})}return{itemTests:r,linkedTests:o}},ZF=async e=>{let t=$(e.settings.schema),n=O(e.settings,x()),r=$F(e.options.status,t),o=zb(e.options.limit,"--limit"),s=zb(e.options.offset,"--offset")??0,a=(await ce(e.pmRoot,e.settings.item_format,n.type_to_folder,void 0,e.settings.schema)).filter(d=>r?d.status===r:!0).sort((d,u)=>d.id.localeCompare(u.id));return{filteredItems:o===void 0?a.slice(s):a.slice(s,s+o),statusFilter:r,limitFilter:o,offsetFilter:s}},eM=e=>{let t=new Map;for(let{tests:n}of e)for(let r of n){let o=Vb(r);if(!t.has(o)){t.set(o,r.timeout_seconds);continue}t.set(o,YF(t.get(o),r.timeout_seconds))}return t},tM=async(e,t)=>{let n=[],r=e.tests.map(u=>{let p=Vb(u),f=t.seenTestKeys.has(p);if(!f){t.seenTestKeys.add(p);let _=t.effectiveTimeoutByKey.get(p);n.push(_===void 0?u:{...u,timeout_seconds:_})}return{test:u,key:p,duplicate:f}}),o=n.length>0?await Wd(n,t.defaultTimeoutSeconds,{progress:t.options.progress,sourceRoots:t.sourceRoots,envSet:t.options.envSet,envClear:t.options.envClear,sharedHostSafe:t.options.sharedHostSafe,pmContext:t.options.pmContext,overrideLinkedPmContext:t.options.overrideLinkedPmContext,failOnContextMismatch:t.options.failOnContextMismatch,failOnEmptyTestRun:t.options.failOnEmptyTestRun,requireAssertionsForPm:t.options.requireAssertionsForPm,checkContext:t.options.checkContext,autoPmContext:t.options.autoPmContext,workspaceContext:t.options.workspaceContext,overrideLinkedWorkspaceContext:t.options.overrideLinkedWorkspaceContext,pmRoot:t.pmRoot,allowUntrustedLinkedTests:t.options.allowUntrustedLinkedTests,untrustedLinkedTestsPolicyEnabled:t.settings.testing.allow_untrusted_linked_tests}):[],s=0,i=r.map(({test:u,key:p,duplicate:f})=>{if(!f){let _=o[s];return s+=1,_}return{command:u.command,path:u.path,status:"skipped",error:`Duplicate linked test skipped (key=${p}).`}}),a=JF(i),c=Ai(i),d=await oM(e,a,i,t);return{passed:a.passed,failed:a.failed,skipped:a.skipped,trackingWarnings:d,failureCategories:c,result:{ok:a.failed===0&&!(t.options.failOnSkipped===!0&&a.skipped>0),id:e.item.id,status:e.item.status,test_count:e.tests.length,passed:a.passed,failed:a.failed,skipped:a.skipped,run_results:i,failure_categories:c}}},nM=(e,t)=>[e.failed>0,t.failOnSkipped===!0&&e.skipped>0].includes(!0),rM=e=>e?!0:void 0,oM=async(e,t,n,r)=>{if(!r.trackingEnabled)return[];try{let o=nM(t,r.options);await yi({pmRoot:r.pmRoot,settings:r.settings,itemId:e.item.id,author:r.trackingAuthor,message:`Track test-all run summary (${r.trackingRunId})`,entry:{run_id:r.trackingRunId,kind:"test-all",status:o?"failed":"passed",started_at:r.runStartedAt,finished_at:k(),recorded_at:k(),attempt:r.trackingAttempt,resumed_from:r.trackingResumedFrom,passed:t.passed,failed:t.failed,skipped:t.skipped,items:1,linked_tests:e.tests.length,fail_on_skipped_triggered:rM(r.options.failOnSkipped===!0&&t.skipped>0),executions:n.filter(s=>s.command?.trim()).slice(0,32).map(s=>({command:s.command.trim(),requested_pm_context_mode:s.execution_context?.requested_pm_context_mode,pm_context_mode:s.execution_context?.pm_context_mode,workspace_context_mode:s.execution_context?.workspace_context_mode,trust_reason:s.execution_context?.trust.reason}))}})}catch(o){return[`test_result_tracking_failed:${e.item.id}:${UF(o)}`]}return[]},sM=()=>{let e=process.env.PM_BACKGROUND_TEST_RUN_ATTEMPT?.trim(),t=e?Number.parseInt(e,10):Number.NaN;return Number.isFinite(t)&&t>=1?t:void 0},Yd=e=>{let t=e?.trim();return t&&t.length>0?t:void 0},iM=e=>({pmRoot:e.pmRoot,settings:e.settings,options:e.options,defaultTimeoutSeconds:e.defaultTimeoutSeconds,sourceRoots:{projectPmRoot:e.pmRoot,globalPmRoot:nt(process.cwd())},seenTestKeys:new Set,effectiveTimeoutByKey:eM(e.itemTests),trackingEnabled:e.settings.testing.record_results_to_items===!0,trackingAuthor:C(e.options.author,e.settings.author_default),trackingRunId:GF(),trackingAttempt:sM(),trackingResumedFrom:Yd(process.env.PM_BACKGROUND_TEST_RUN_RESUMED_FROM),runStartedAt:e.runStartedAt}),aM=(e,t,n)=>{let r={results:[],passed:0,failed:0,skipped:0,failureCategories:Ai([]),trackingWarnings:[]},o=e.failOnEmptyTestRun===!0&&t===0;return o&&(r.failed+=1,r.failureCategories.empty_run+=1,r.trackingWarnings.push(`empty_linked_test_selection:items=${n.length};linked_tests=0;fail_on_empty_test_run=true`)),{accumulation:r,failOnEmptyTestRunTriggered:o}},cM=async(e,t,n)=>{for(let[r,o]of e.entries()){Ii(t.options,`item ${r+1}/${e.length} start id=${o.item.id} linked_tests=${o.tests.length}`);let s=await tM(o,t);XF(n.failureCategories,s.failureCategories),n.passed+=s.passed,n.failed+=s.failed,n.skipped+=s.skipped,n.trackingWarnings.push(...s.trackingWarnings),n.results.push(s.result),Ii(t.options,`item ${r+1}/${e.length} end id=${o.item.id} status=${s.failed===0?"passed":"failed"} passed=${s.passed} failed=${s.failed} skipped=${s.skipped}`)}},dM=(e,t)=>{if(e.checkContext!==!0)return;let n=t.results.flatMap(o=>o.run_results),r=Hd(n);t.trackingWarnings.push(`context_preflight:checked_pm_commands=${r.checked_pm_commands};tracker_read_commands=${r.tracker_read_commands};mismatches=${r.mismatches};auto_remediated=${r.auto_remediated}`)},lM=e=>({ok:e.ok,totals:{items:e.filteredItems.length,linked_tests:e.linkedTests,passed:e.accumulation.passed,failed:e.accumulation.failed,skipped:e.accumulation.skipped,failure_categories:e.accumulation.failureCategories},failed:e.accumulation.failed,passed:e.accumulation.passed,skipped:e.accumulation.skipped,fail_on_skipped_triggered:e.failOnSkippedTriggered?!0:void 0,fail_on_empty_test_run_triggered:e.failOnEmptyTestRunTriggered?!0:void 0,warnings:e.accumulation.trackingWarnings.length>0?e.accumulation.trackingWarnings:void 0,results:e.accumulation.results}),mM=e=>[`selection items=${e.filteredItems.length}`,`linked_tests=${e.linkedTests}`,e.statusFilter===void 0?"":`status=${e.statusFilter}`,e.limitFilter===void 0?"":`limit=${e.limitFilter}`,e.offsetFilter>0?`offset=${e.offsetFilter}`:""].filter(t=>t.length>0).join(" "),uM=async(e,t)=>{let n=E(process.cwd(),t.path);await I(n);let r=await T(n),o=await ZF({pmRoot:n,settings:r,options:e}),s=DF(e.timeout),i=k(),a=await QF(o.filteredItems,t,n);return Ii(e,mM({...o,linkedTests:a.linkedTests})),{pmRoot:n,settings:r,filteredItems:o.filteredItems,itemTests:a.itemTests,linkedTests:a.linkedTests,defaultTimeoutSeconds:s,runStartedAt:i}},pM=e=>{let t=e.options.failOnSkipped===!0&&e.accumulation.skipped>0,n=![e.accumulation.failed>0,t,e.failOnEmptyTestRunTriggered].includes(!0);return{failOnSkippedTriggered:t,ok:n}},Hb=async(e,t)=>{let n=await uM(e,t),{accumulation:r,failOnEmptyTestRunTriggered:o}=aM(e,n.linkedTests,n.filteredItems),s=iM({pmRoot:n.pmRoot,settings:n.settings,options:e,itemTests:n.itemTests,defaultTimeoutSeconds:n.defaultTimeoutSeconds,runStartedAt:n.runStartedAt});await cM(n.itemTests,s,r),dM(e,r);let i=pM({options:e,accumulation:r,failOnEmptyTestRunTriggered:o});return Ii(e,`end status=${i.ok?"passed":"failed"} items=${n.filteredItems.length} linked_tests=${n.linkedTests} passed=${r.passed} failed=${r.failed} skipped=${r.skipped}`),lM({ok:i.ok,filteredItems:n.filteredItems,linkedTests:n.linkedTests,accumulation:r,failOnSkippedTriggered:i.failOnSkippedTriggered,failOnEmptyTestRunTriggered: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]="2643d11d-befc-5a87-8bec-760951eec4d0")}catch{}})();(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]="863df651-49e0-552f-a7f0-92c3cc9a12a2")}catch{}})();function Wb(){return{metadata:{},body:""}}(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]="7c57f381-8318-5235-aa92-c96c6cedb021")}catch{}})();var Jb=[{id:"capabilities",aliases:["capability-map","families","routing"],title:"Generated Capability Routing",summary:"Route work through command families generated from the canonical agent capability contract.",intent:"Use this as the drift-free entrypoint when selecting a CLI, MCP, completion, documentation, or extension command surface.",commands:Fu().flatMap(({commands:e})=>e.map(t=>`pm ${t}`)),workflows:[],docs:[{path:"docs/generated/AGENT_CAPABILITY_ROUTING.md",purpose:"Generated command-to-family routing table."},{path:"docs/generated/AGENT_COMMAND_SURFACE.md",purpose:"Generated visibility-tier and family table."}],related:["commands","workflows","extensions"]},{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 --status 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 --status 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 package install <target> --project","pm package 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 package 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"]},{id:"tokens",aliases:["output","budget","context-cost","projections"],title:"Read Output and Token Budgets",summary:"Bound what a read costs before it is emitted, and resume the part a budget withheld.",intent:"Use this when an agent must keep context small: every read declares a token ceiling, degrades deterministically, and reports what it omitted.",commands:["pm contracts --summary --json","pm list --status open --output-limit 20","pm get <ID> --output-include id,title,status,dependencies","pm context --limit 10 --token-accounting","pm notes <ID> --output-cursor <cursor>","pm list --status closed --output-budget unbounded"],workflows:[{name:"Bound A Read Before Emitting It",goal:"Never pay for rows the task does not need.",prompt:"Choose the narrowest projection first, then a row limit, then a token budget. Read the omission receipt before concluding the result is complete.",commands:["pm contracts --command list --flags-only --json","pm list --status open --output-limit 20 --output-format toon","pm list --status open --token-accounting"]},{name:"Recover A Truncated Read",goal:"Continue a bounded read instead of re-running it unbounded.",prompt:"When output_budget_truncation appears, prefer the declared continuation cursor. Only widen the budget when the response declares no cursor.",commands:["pm notes <ID> --output-cursor <cursor>","pm get <ID> --output-budget 20000"]}],docs:[{path:"docs/READ_OUTPUT_CONTRACTS.md",purpose:"Budget, truncation, continuation, and omission receipts."},{path:"docs/OUTPUT_PROJECTION_CONTRACTS.md",purpose:"Field and section projection grammar for every read."},{path:"docs/OUTPUT_TOKEN_ACCOUNTING.md",purpose:"Per-section token cost receipts."},{path:"docs/ITEM_READ_PROJECTIONS.md",purpose:"Item-level projection defaults and restore hints."}],related:["commands","workflows","quickstart"]},{id:"graph",aliases:["relationships","deps","dependencies","analytics"],title:"Relationship Graph and Planning Analytics",summary:"Type the relationships between items, then read the project as a graph rather than as a list.",intent:"Use this when the question is about lineage, ordering, blast radius, bottlenecks, or which work reaches a declared outcome.",commands:["pm deps <ID>",'pm update <ID> --dep "id=<other>,kind=implements"',"pm graph analyze","pm graph impact <ID> --direction downstream","pm graph paths <ID> <ID>","pm graph audit"],workflows:[{name:"Place New Work In The Ladder",goal:"Every item resolves to an outcome through a typed, explainable path.",prompt:"Set parent lineage first, then add typed edges that cite durable evidence. Never add an edge to satisfy a count.",commands:['pm search "<topic>" --limit 10','pm update <ID> --dep "id=<parent-goal>,kind=implements"',"pm graph ancestors <ID>"]},{name:"Assess Blast Radius Before Changing Something",goal:"Know what derives from an item before touching it.",prompt:"Walk the directed graph downstream from the item, then check whether any bottleneck node sits on the path.",commands:["pm graph impact <ID> --direction downstream","pm graph dominators <ID>","pm graph articulation"]}],docs:[{path:"docs/RELATIONSHIP_GRAPH.md",purpose:"Graph model, traversal verbs, and analytics surface."},{path:"docs/DEPENDENCY_KIND_CONTRACT.md",purpose:"Every typed edge kind, its direction, and its semantics."}],related:["commands","workflows","assurance"]},{id:"assurance",aliases:["gates","invariants","measurements","quality"],title:"Declared Invariants and Gates",summary:"Express a project's own quality rules as tracked data the SDK evaluates, instead of as scripts.",intent:"Use this when a rule must hold over the record itself \u2014 a floor, a ceiling, or a monotone property \u2014 and must fail closed in CI.",commands:["pm assurance list","pm assurance run <gate-id> --trigger ci --dry-run","pm validate --check-resolution --check-history-drift","pm health --summary"],workflows:[{name:"Add An Invariant Rather Than A Script",goal:"A new enforcement gap becomes declared data, not a new bespoke gate script.",prompt:"Define the measurement, bind an assertion with an explicit bound and polarity, prove a negative control, then attach it to a trigger.",commands:["pm assurance list --json","pm assurance run <gate-id> --trigger ci --dry-run --json"]},{name:"Read A Verdict Before Believing It",goal:"Know which population a passing assertion speaks for.",prompt:"Read population_size and scope on every assertion. A gate that cannot fail for the reason it exists is not evidence.",commands:["pm assurance run <gate-id> --trigger ci --dry-run --json --output-budget unbounded"]}],docs:[{path:"docs/ASSURANCE.md",purpose:"Measurement, assertion, gate, and trigger vocabulary."},{path:"docs/MUTATION_INTEGRITY.md",purpose:"What every mutation must record to remain provable."}],related:["release","graph","workflows"]},{id:"merge",aliases:["branches","concurrency","multi-agent","fleet"],title:"Branching, Merging, and Concurrent Agents",summary:"Keep tracker data and history conflict-free while many agents work on separate branches.",intent:"Use this when more than one agent or worktree mutates the same tracker and the results must merge without hand resolution.",commands:["pm merge install","pm claim <ID>","pm release <ID>","pm validate --check-history-drift","pm health --check-only"],workflows:[{name:"Prepare A Clone For Field-Aware Merges",goal:"The committed merge fence needs clone-local driver configuration once.",prompt:"Run the merge installer in every fresh clone or worktree before the first branch merge of tracker data.",commands:["pm merge install","pm health --check-only"]},{name:"Hand Work Between Agents Safely",goal:"Ownership and evidence survive the handoff.",prompt:"Claim before substantial edits, record evidence as comments, and release the claim when pausing, handing off, closing, or canceling.",commands:["pm claim <ID>",'pm comments <ID> "Handoff: <state and next step>"',"pm release <ID>"]}],docs:[{path:"docs/MERGE_SAFETY.md",purpose:"Merge driver, field-aware resolution, and clone setup."},{path:"docs/SDK_CONTEXT_COORDINATION.md",purpose:"Coordination primitives for concurrent agents."}],related:["workflows","assurance","commands"]}],Yb=new Map;for(let e of Jb){Yb.set(e.id,e);for(let t of e.aliases)Yb.set(t,e)}function Jd(){return Jb.map(e=>e.id)}(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]="27be0fa5-1c6a-53de-a0e8-179aab7c795a")}catch{}})();(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]="4bf2b42b-91f3-5850-b1f1-d8a01525860c")}catch{}})();var VV=[...jr],HV=[...qr],fM=new Set(Jn.filter(e=>e.hidden).map(e=>e.alias)),WV=Nu("full").filter(e=>!fM.has(e)),YV=N(Zr),JV=N(eo),XV=N(ao),QV=N(po),ZV=N(fo),eH=N(Am),tH=N(Tm),nH=N(uo),rH=N(yo),oH=N(_o),sH=N(ho),iH=N(io),aH=N(go),cH=N(to),dH=N(no,!1),lH=N($m),mH=N(Zn),uH=N(er),pH=N(ko),fH=N(wo),_H=N(lo),hH=N(vo),gH=N(bo),yH=N(So),bH=N(co),wH=N(mo),vH=N(oo),kH=N(Eo),SH=N(ro);var _M=N(Ao),EH=`${_M} bash zsh fish`,AH=gM(Jd()),hM="init scaffold install uninstall explore manage describe reload doctor catalog adopt adopt-all activate deactivate migrate",TH=`${hM} upgrade`,CH=N(so),IH=N(Xn),RH=N(Qn);var xH=Qr.flatMap(e=>[e.short,e.flag,...e.aliases??[]]).filter(e=>!!e).join(" ");function gM(e){return[...new Set(e.map(t=>t.trim()).filter(t=>t.length>0))].sort((t,n)=>t.localeCompare(n)).join(" ")}(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]="0224a672-e326-5555-a4b4-1fa3550d9e61")}catch{}})();(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]="1cbb3565-26d8-5657-b724-602658bec852")}catch{}})();(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]="099c7cda-4a92-553c-ad60-00e185b5971b")}catch{}})();var ew=Symbol("pm.active-extension-host-context");function Ne(e){return{fullChangedFields:!0,options:e}}var G=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[ew]=!0,n}run(t,n={}){return tw({...this.defaults,...n,action:t})}runTyped(t,n={}){return this.run(t,n)}context(t={}){return this.runTyped("context",{options:t})}listAllItemMetadataLight(){return zf(this.defaults.path,this.defaults.cwd)}list(t={}){return this.runTyped("list",{options:t})}async listAllComplete(t={}){return Ta(await this.list(Aa(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={},r={}){return this.runTyped("graph",{subcommand:t,...n,options:r})}append(t,n,r={}){return this.runTyped("append",{id:t,...Ne(ar(r,{body:n}))})}init(t,n={}){return this.runTyped("init",{...t===void 0?{}:{prefix:t},options:n})}config(t,n,r,o,s={}){return this.runTyped("config",{scope:t,configAction:n,...r===void 0?{}:{key:r},...o===void 0?{}:{value:o},options:s})}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,r){return this.runTyped("schema",{name:t,options:{...r,subcommand:"rename-type",to:n}})}schemaRenameField(t,n,r,o){return this.runTyped("schema",{name:t,options:{...r,subcommand:"rename-field",to:n,...o?{fieldTypeScope:o}:{}}})}schemaRemapStatus(t,n,r){return this.runTyped("schema",{name:t,options:{...r,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})}assurance(t){return this.runTyped("assurance",{options:{...t,subcommand:t.action}})}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,dryRun:t.dry_run===!0,planFingerprint:t.plan_fingerprint,limit:t.coordinate_limit,attributedAuthor:t.attributed_author,reviewer:t.reviewer,reason:t.reason})}plan(t,n,r={},o,s){return this.runTyped("plan",{...n===void 0?{}:{id:n},...o===void 0?{}:{stepRef:o},...s===void 0?{}:{reorderTo:s},options:ar(r,{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,r){return this.plan("update-step",t,r,n)}planCompleteStep(t,n,r={}){return this.plan("complete-step",t,r,n)}planBlockStep(t,n,r){return this.plan("block-step",t,r,n)}planReorderStep(t,n,r,o={}){return this.plan("reorder-step",t,o,n,r)}planRemoveStep(t,n,r={}){return this.plan("remove-step",t,r,n)}planLink(t,n,r){return this.plan("link",t,r,n)}planUnlink(t,n,r){return this.plan("unlink",t,r,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",Ne(t))}update(t,n={}){return this.runTyped("update",{id:t,...Ne(n)})}reopen(t,n,r={}){return this.runTyped("item-reopen",{id:t,reason:n,fullChangedFields:!0,options:r})}close(t,n,r={}){return this.runTyped("close",{id:t,reason:n,...Ne(r)})}claim(t,n={}){return this.runTyped("claim",{id:t,...Ne(n)})}claimNext(t={}){return this.runTyped("claim",{next:!0,...Ne(t)})}release(t,n={}){return this.runTyped("release",{id:t,...Ne(n)})}copy(t,n={}){return this.runTyped("copy",{id:t,...Ne(n)})}delete(t,n={}){return this.runTyped("delete",{id:t,...Ne(n)})}restore(t,n,r={}){return this.runTyped("restore",{fullChangedFields:!0,id:t,options:{...r,target:n}})}focus(t,n={}){return this.runTyped("focus",{...t===void 0?{}:{id:t},...Ne(n)})}startTask(t,n={}){return this.runTyped("start-task",{id:t,...Ne(n)})}pauseTask(t,n={}){return this.runTyped("pause-task",{id:t,...Ne(n)})}closeTask(t,n,r={}){return this.runTyped("close-task",{id:t,reason:n,...Ne(r)})}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 bM(e={},t={}){return new G(t).context(e)}function wM(e={},t={}){return new G(t).list(e)}function vM(e={},t={}){return new G(t).listAllComplete(e)}function kM(e,t={},n={}){return new G(n).search(e,t)}function SM(e,t={},n={}){return new G(n).get(e,t)}function EM(e={},t={}){return new G(t).next(e)}function AM(e={},t={}){return new G(t).aggregate(e)}function TM(e,t={},n={}){return new G(n).comments(e,t)}function CM(e,t={},n={}){return new G(n).notes(e,t)}function IM(e,t={},n={}){return new G(n).learnings(e,t)}function RM(e,t={},n={}){return new G(n).files(e,t)}function xM(e,t={},n={}){return new G(n).filesDiscover(e,t)}function OM(e,t={},n={}){return new G(n).docs(e,t)}function PM(e,t={},n={}){return new G(n).deps(e,t)}function LM(e,t={},n={},r={}){return new G(r).graph(e,t,n)}function NM(e,t,n={},r={}){return new G(r).append(e,t,n)}function FM(e={},t={}){return new G(t).create(e)}function MM(e,t={},n={}){return new G(n).update(e,t)}function $M(e,t,n={},r={}){return new G(r).reopen(e,t,n)}function DM(e,t,n={},r={}){return new G(r).close(e,t,n)}function UM(e,t={},n={}){return new G(n).claim(e,t)}function GM(e={},t={}){return new G(t).claimNext(e)}function jM(e,t={},n={}){return new G(n).release(e,t)}function qM(e,t={},n={}){return new G(n).copy(e,t)}function KM(e,t={},n={}){return new G(n).delete(e,t)}function zM(e,t,n={},r={}){return new G(r).restore(e,t,n)}function BM(e,t={},n={}){return new G(n).focus(e,t)}function Ze(e,t){let n=w(e,t);if(!n)throw new m(`Missing required argument: ${t}`,64);return n}var Xb=Au(),VM=new yM;function Ri(){ua(Al()),pa(Tl()),fa(Cl()),_a(Il()),ha(Rl()),ga(xl()),ya(Ol())}async function HM(e,t,n,r){return Tu(()=>t===void 0?Xb.read(()=>Qb(e,n,r)):Xb.write(()=>YM(t,()=>Qb(e,n,r))))}async function Qb(e,t,n){let r=E(t,e.path);if(e.noExtensions)return Ri(),oc({pmRoot:r},()=>n(null));if(!await P(ae(r)))return Ri(),n(null);let o=null,s;try{let i=await T(r),a=await Jr({pmRoot:r,settings:i,cwd:t,noExtensions:!1}),c=await Xr({...a,loaded:a.loaded});s={loadResult:a,activationResult:c},ua(c.hooks),pa(c.commands),fa(c.parsers),_a(c.preflight),ha(c.services),ga(c.renderers),ya(c.registrations),o={registrations:c.registrations,commands:c.commands,pmRoot:r,packages:a.loaded}}catch(i){Ri(),console.error("[pm-sdk] extension activation failed; continuing without active extensions:",i)}try{return await oc({pmRoot:r,packages:o?.packages},()=>n(o))}finally{Ri(),s&&await Ll(s.loadResult,s.activationResult).catch(()=>{})}}async function WM(e,t,n,r,o){if(!o)throw new m(`Unsupported native pm action: ${e}`,l.USAGE);let s=On(e),a=o.registrations.commands.find(d=>On(d.action)===s)?.command??o.commands.handlers.find(d=>On(d.command)===s)?.command;if(!a)throw new m(`Unsupported native pm action: ${e}`,l.USAGE);let c=await Fo({command:Fa(a),args:ke(n.args??t.args),options:Ma(t,n),global:r,pm_root:o.pmRoot,sdk:Wf(o.pmRoot,G.forActiveExtensionHost({pmRoot:o.pmRoot,author:typeof r.author=="string"&&r.author.trim()?r.author.trim():"pm-extension"}))});if(!c.handled){let d=c.warnings.length>0?` (${c.warnings.join(", ")})`:"";throw new m(`Unsupported native pm action: ${e}${d}`,l.USAGE)}return c.result}async function YM(e,t){let n=process.cwd();process.chdir(e);try{return await t()}finally{process.chdir(n)}}function JM(e){let t=Ze(e,"action"),n=On(t),r=Oi(Vf,n),o=r?.action??n,s={...e,action:o};return r?.options!==void 0&&(s.options={...r.options,...Qi(e.options)}),o==="package"&&(s.options={...Qi(s.options),vocabulary:"package"}),{action:o,args:s}}async function tw(e){let t=JM(e),n=Pa(t.args),r=Kp(t.action),o=w(t.args,"cwd"),s=o??process.cwd();t.action==="init"&&(n[sd]=s),(t.action!=="init"||n.path!==void 0||(process.env.PM_PATH?.trim().length??0)>0)&&(n.path=E(s,n.path));try{return e[ew]===!0||VM.getStore()===!0?await Zb(t.action,t.args,n,null):await HM(n,o,s,i=>Zb(t.action,t.args,n,i))}finally{r&&ec()}}function Oi(e,t){return Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0}function xi(e){return w(e.args,"target")??w(e.options,"target")}function Z(e,t=e.options){return e.id??Ze(t,"id")}async function XM(e){let t=bn("list",e.options);return t.compact===void 0&&t.brief===void 0&&t.full===void 0&&t.fields===void 0&&t.includeBody===void 0&&(t.compact=!0),Za(await ct(w(e.args,"status")??w(t,"status"),t,e.global),t)}async function QM(e){let t=Ze(e.args,"query"),n=bn("search",e.options,[t]);return n.compact===void 0&&n.full===void 0&&n.fields===void 0&&(n.compact=!0),Za(await fr(t,n,e.global),n)}async function ZM(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options);return Ge(await Lt(r,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function e$(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options),o={...r,...r.title===void 0&&typeof e.args.title=="string"?{title:e.args.title}:{},...r.message===void 0&&typeof e.args.message=="string"?{message:e.args.message}:{}};return Ge(await Bc(Z(e,o),o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function t$(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options);return Ge(await mt(Z(e,r),r,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}function n$(e){let t=ks(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")),m_(Z(e),t,e.global)}function nw(e,t){return Sf(my(e.options,t,Me),e.global)}function r$(e){let t=ke(e.options.lookupPath);if(t&&t.length>0)return nw(e,t);let n=Z(e);return e.options.discover===!0?Ua(n,Na(e.options),e.global):kf(n,as(e.options),e.global)}function o$(e){return db({subcommand:w(e.args,"subcommand")??w(e.options,"subcommand"),limit:jp(e.args,e.options)},e.global)}function s$(e){let t={...e.options};return t.brief===void 0&&t.summary===void 0&&t.full===void 0&&(t.summary=!0),wf(e.global,t)}function i$(e){let t=w(e.args,"configAction")??w(e.options,"configAction")??w(e.options,"action");if(t===void 0)throw new m("Missing required argument: configAction",64);let n=w(e.args,"value")??w(e.options,"value"),r=w(e.options,"policy")!==void 0&&n!==void 0?{...e.options,value:n}:e.options;return jh(w(e.args,"scope")??w(e.options,"scope")??"project",t,w(e.args,"key")??w(e.options,"key"),r,e.global,w(e.options,"policy")===void 0?n:void 0)}function a$(e){let t=e.options;return Lp(Pp(t),e.global)}function c$(e,t){if(typeof e=="number"){if(!Number.isFinite(e)||!Number.isInteger(e))throw new m(`${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 m(`${t} must be a finite integer.`,64);let r=Number.parseInt(n,10);if(!Number.isInteger(r))throw new m(`${t} must be a finite integer.`,64);return r}}function d$(e){let t=w(e.args,"subcommand")??Ze(e.options,"subcommand"),n=e.options;return yh({subcommand:t,id:typeof e.id=="string"?e.id:typeof n.id=="string"?n.id:void 0,stepRef:l$(e),reorderTo:c$(n.reorderTo??e.args.reorderTo,"plan reorderTo"),options:e.options,global:e.global})}function l$(e){return typeof e.options.stepRef=="string"?e.options.stepRef:typeof e.args.stepRef=="string"?e.args.stepRef:void 0}function m$(e){let t=w(e.args,"subcommand")??Ze(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:ke(n)}}function u$(e){let{ctx:t,subcommand:n,name:r,author:o,force:s}=e,a=Oi({list:()=>of(t.global),show:()=>sf(r,t.global),"show-status":()=>af(r,t.global),"list-fields":()=>lf(t.global),"show-field":()=>mf(r,t.global),"remove-type":()=>ef(r,{author:o,force:s},t.global),"remove-field":()=>df(r,{author:o,force:s},t.global),"remove-status":()=>rf(r,{author:o,force:s},t.global),"apply-preset":()=>uf(w(t.args,"typePreset")??w(t.options,"typePreset"),{author:o,force:s},t.global)},n);return a?a():null}function p$(e){let{ctx:t,name:n,author:r,force:o,aliases:s}=e,i=t.args.commands??t.options.commands,a=t.args.requiredTypes??t.options.requiredTypes;return cf(n,{type:w(t.args,"fieldType")??w(t.options,"fieldType"),commands:i===void 0?void 0:ke(i),description:w(t.args,"description")??w(t.options,"description"),cliFlag:w(t.args,"cliFlag")??w(t.options,"cliFlag"),alias:s,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:ke(a),author:r,force:o},t.global)}function f$(e){let{ctx:t,name:n,author:r,force:o,aliases:s}=e,i=t.args.role??t.options.role;return nf(n,{role:i===void 0?void 0:ke(i),alias:s,description:w(t.args,"description")??w(t.options,"description"),order:Me(t.args.order??t.options.order,"schema add-status order"),author:r,force:o},t.global)}function _$(e){let{ctx:t,name:n,author:r,force:o,aliases:s}=e;return Zp(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:s,author:r,force:o},t.global)}function h$(e){let{ctx:t,subcommand:n,name:r,author:o,force:s}=e,i=w(t.args,"to")??Ze(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:r??"",to:i}:n==="rename-field"?{kind:"rename-field",from:r??"",to:i,...c===void 0?{}:{type:c}}:{kind:"remap-status",from:r??"",to:i};return Xp(d,{migrationId:a,dryRun:t.args.dryRun===!0||t.options.dryRun===!0,author:o,force:s},t.global)}function g$(e){let t=m$(e),n=u$(t);if(n!==null)return n;if(t.subcommand==="rename-type"||t.subcommand==="rename-field"||t.subcommand==="remap-status")return h$(t);if(t.subcommand==="add-field")return p$(t);if(t.subcommand==="add-status")return f$(t);if(t.subcommand==="add-type")return e.args.infer===!0||e.options.infer===!0?pf({minCount:Me(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):_$(t);throw xe({command_path:"schema",token:t.subcommand,allowed:Qp,exit_code:64})}function y$(e){let t=w(e.args,"subcommand")??Ze(e.options,"subcommand"),n=t.trim().toLowerCase(),r=w(e.args,"name")??w(e.options,"name"),s=Oi({list:()=>Jg(),show:()=>Xg(r),lint:()=>Qg(r),apply:()=>Zg(r,{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(!s)throw xe({command_path:"profile",token:t,allowed:Yg,exit_code:64});return s()}async function b$(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options);return Ge(await Xf(Z(e,r),r,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function w$(e){let{changedFields:t,runnerOptions:n}=$e(e.args,e.options);return Ge(await sh(Da(n),e.global),{changedFields:t})}async function v$(e){let{changedFields:t,runnerOptions:n}=$e(e.args,e.options),r=w(e.args,"reason"),o=r!==void 0&&n.reason===void 0?{...n,reason:r}:{...n};return e.force&&o.force===void 0&&(o.force=!0),Ge(await l_($a(o),e.global),{changedFields:t})}async function k$(e){let{changedFields:t,idOnly:n,runnerOptions:r}=$e(e.args,e.options),o=w(r,"target")??Ze(e.args,"target");return Ge(await Jt(Z(e,r),o,r,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function S$(e){let t=E(process.cwd(),e.global.path),n=await T(t),r=ui($(n.schema)),o=Z(e),s=await Es(o,e.force,e.global,e.options),i=await mt(o,ar(e.options,{status:r,force:e.force},["assignee"]),e.global);return{id:o,action:"start_task",claim:s,update:i}}async function E$(e){let t=E(process.cwd(),e.global.path),n=await T(t),r=Z(e),o=$(n.schema).open_status,s=await mt(r,ar(e.options,{status:o,force:e.force},["assignee"]),e.global),i=await As(r,e.force,e.global,e.options);return{id:r,action:"pause_task",update:s,release:i}}async function A$(e){let t=Z(e),n=w(e.args,"reason")??w(e.args,"text")??w(e.options,"reason")??w(e.options,"text"),r=await dt(t,n,{...e.options,force:e.force},e.global),o=await As(t,e.force,e.global,e.options);return{id:t,action:"close_task",close:r,release:o}}function T$(e){let t={...e.args,...e.options};return Dp(Ze(t,"subcommand"),w(t,"id")??e.id,w(t,"target"),Bp(t),e.global)}function C$(e){return Hp(E(process.cwd(),e.global.path),{...e.args,...e.options})}var I$={init:e=>Tr(w(e.args,"prefix"),e.global,e.options),context:e=>Ja(bn("context",e.options),e.global),next:e=>pr(bn("next",e.options),e.global),eval:Dg,events:Ug,merge:Gg,workspace:jg,meet:li,event:li,remind:li,list:XM,get:e=>{let t=Z(e);return Xa(t,e.global,bn("get",e.options,[t]))},search:QM,duplicates:e=>{let t=typeof e.options.status=="string"?[e.options.status]:ke(e.options.status);return Qa(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:Me(e.options.limit,"limit")})},create:ZM,copy:e$,focus:e=>Hc(e.id,{clear:e.options.clear===!0||e.args.clear===!0},e.global),update:t$,"item-reopen":ly,restore:k$,claim:e=>e.options.next===!0||e.args.next===!0?o_(e.force,e.global,{...e.options,...e.args},{...e.options,...e.args}):Es(Z(e),e.force,e.global,e.options),release:e=>As(Z(e),e.force,e.global,e.options),"start-task":S$,"pause-task":E$,"close-task":A$,close:dy,comments:n$,notes:e=>p_(Z(e),ks(e.options),e.global),learnings:e=>u_(Z(e),ks(e.options),e.global),files:r$,docs:e=>vf(Z(e),as(e.options),e.global),test:e=>Ti(Z(e),e.options,e.global),"test-all":e=>Hb(e.options,e.global),telemetry:o$,validate:e=>fs(e.options,e.global,{runUpdate:(t,n,r)=>mt(t,n,r)}),health:s$,assurance:e=>Ff(e.args,e.options,e.global),contracts:e=>Ny(e.options,e.global),config:i$,activity:a$,aggregate:e=>Ha(e.options,e.global),extension:e=>Pn(xi(e),e.options,e.global),package:e=>Pn(xi(e),e.options,e.global),install:e=>Pn(xi(e),{...e.options,install:!0},e.global),upgrade:e=>Gf(xi(e),e.options,e.global),delete:e=>Vc(Z(e),e.options,e.global),deps:e=>$p(Z(e),e.options,e.global),graph:T$,"files-discover":e=>Ua(Z(e),e.options,e.global),"files-lookup":e=>nw(e,ke(e.options.paths)),history:e=>Uf(Z(e),e.options,e.global),"history-redact":e=>fp(Z(e),e.options,e.global),"history-repair":sy,"history-compact":iy,"history-author-acknowledge":C$,plan:d$,schema:g$,profile:y$,stats:e=>Fd(e.global,Zy(e.options)),append:b$,"update-many":w$,"close-many":v$,gc:e=>jf(e.global,e.options)};async function Zb(e,t,n,r){let o=La(t,e);la(e,o),hu(e,o);let s={action:e,args:t,options:o,id:w(t,"id"),force:t.force===!0||o.force===!0,global:n,activeExtensions:r},i=Oi(I$,e),a=i?await i(s):await WM(e,t,o,n,r);o.resolvedOutputFormat="json";let c=xu(e,o,a);return await Yf(E(process.cwd(),n.path),c),c}var R$={closeManyOptionsFromFlat:$a,extensionOptionsFromArgs:Ma,globalOptions:Pa,mutationListOptions:zp,normalizeActionName:On,normalizeCommandPath:Fa,normalizeMcpUpdateOptions:Vp,normalizeMcpOptionsArrays:qp,optionsWithAuthor:La,readRequiredString:Ze,readScalarString:Up,readScalarStringAllowBlank:Gp,readStringArray:ke,updateManyOptionsFromFlat:Da,withAddNoteOption:as,withFilesDiscoveryOptions:Na,withMutationCompaction:$e};(process.env.NODE_ENV==="test"||process.env.VITEST!==void 0||process.env.VITEST_WORKER_ID!==void 0)&&(globalThis.__pmCliActionRunnerTestHooks=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]="cea03617-5e90-5683-a9d1-289087ed4646")}catch{}})();(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]="cc0d4dd1-20e8-59d4-acb5-9f8ed639d35f")}catch{}})();(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]="f44898af-0809-51e1-a6fb-74716c0971f5")}catch{}})();export{wn as AGENT_PROVENANCE_DIMENSIONS,Ku as BASELINE_ITEM_FORMAT_VERSION,nv as BUILTIN_AGENT_PROVENANCE_ADAPTERS,tr as BUILTIN_HARNESS_SIGNAL_DESCRIPTORS,jr as BUILTIN_ITEM_TYPE_VALUES,Kr as CONFIDENCE_TEXT_VALUES,zu as CURRENT_ITEM_FORMAT_VERSION,jt as DEPENDENCY_KIND_VALUES,l as EXIT_CODE,un as ISSUE_SEVERITY_VALUES,ll as ITEM_TYPE_VALUES,tc as PM_CLI_EXPECTED_ERROR_NAME,Vw as PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS,zw as PM_READ_OUTPUT_DIMENSIONS,Bw as PM_READ_OUTPUT_OPTION_FLAGS,ca as PM_READ_OUTPUT_SURFACE_CONTRACTS,m as PmCliError,G as PmClient,mn as RISK_VALUES,hv as SEMANTIC_ATTRIBUTION_LIMITS,qr as STATUS_VALUES,tv as agentSessionEnvironment,AM as aggregate,Ld as analyzeAgentProvenanceDescriptorCoverage,Xw as analyzeSdkCliParameterCompleteness,NM as append,Ww as applyReadOutputDimensions,Uw as applyReadOutputSessionReferences,Gw as attachReadOutputSessionReceipt,Qw as boundAgentEpisodeIdentity,Ye as canonicalDocument,UM as claim,GM as claimNext,Hu as classifyItemFormatVersion,DM as close,TM as comments,bM as context,qM as copy,FM as create,Hf as createPmCliExpectedError,Kw as decodeReadOutputContinuationCursor,KM as deleteItem,PM as deps,dv as detectAgentIdentity,uv as detectHarnessIdentity,lv as diagnoseAgentIdentity,OM as docs,Bu as effectiveItemFormatVersion,Wb as emptyImportedDocument,qw as encodeReadOutputContinuationCursor,QP as evaluateSemanticAttributionCoverage,fv as explainSourceTraceability,RM as files,xM as filesDiscover,BM as focus,SM as get,LM as graph,ZP as groupHistoryByEpisode,r_ as isAlreadyClaimedError,bs as isPmCliExpectedError,Yw as isReadOutputBudgetExceeded,IM as learnings,wM as list,ov as listAgentProvenanceAdapters,vM as listAllComplete,EM as next,iv as normalizeAgentProvenanceAdapterValue,Vu as normalizeItemFormatVersion,we as normalizeItemId,Q as normalizeStatusInput,CM as notes,k as nowIso,Dw as parseReadOutputSession,ms as parseSourceLineRange,$o as readAuthorEnvironment,jw as readOutputSessionRemainingTokens,Wa as recordClaimSemanticAttribution,hs as recordFocusSemanticAttribution,Ya as recordReleaseSemanticAttribution,sv as registerAgentProvenanceAdapters,rv as registerHarnessSignalDescriptors,jM as release,$M as reopen,Zw as resolveAgentSessionContextFromSignals,pv as resolveAuthorIdentity,Ky as resolveHistoryEpisodeGroupIdentity,Hw as resolveReadOutputDimensions,Jw as resolveReadOutputEncoding,da as resolveReadOutputSurface,_v as resolveSemanticLineageIds,zM as restore,tw as runAction,ev as runWithAgentSessionContext,av as runWithHarnessDetectionSignals,cv as runWithWorkspaceHarnessSignalDescriptors,kM as search,gv as semanticAttributionAffinity,je as serializeItemDocument,XP as summarizeAgentModelProvenance,Nd as summarizeAgentProvenance,MM as update,la as validateReadOutputOptions,mv as writeAuthorEnvironment};
54
54
  //# sourceMappingURL=sdk-core.js.map