@unbrained/pm-cli 2026.9.2 → 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 (123) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +17 -0
  3. package/dist/cli/after-command-context-usage.js +16 -3
  4. package/dist/cli-bundle/bundle-manifest.json +154 -154
  5. package/dist/cli-bundle/chunks/{chunk-T6H5BZCP.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-UDW64J2W.js → chunk-L7B7343B.js} +2 -2
  12. package/dist/cli-bundle/chunks/{chunk-FZ4Z2J4F.js → chunk-LENC656S.js} +41 -41
  13. package/dist/cli-bundle/chunks/{chunk-ZLJIFSOE.js → chunk-LISESA7W.js} +33 -33
  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-WFQ7MJTX.js → register-mutation-RVND5NCG.js} +2 -2
  18. package/dist/cli-bundle/chunks/{register-operations-JVTI7JPP.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-O67VDLOT.js → chunk-QKHCSUGJ.js} +42 -42
  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/history/event-classification.d.ts +21 -0
  50. package/dist/core/history/event-classification.js +109 -0
  51. package/dist/core/history/event-index.d.ts +14 -3
  52. package/dist/core/history/event-index.js +543 -88
  53. package/dist/core/history/history.js +47 -18
  54. package/dist/core/history/workspace-history.js +7 -6
  55. package/dist/core/lock/lock.d.ts +22 -2
  56. package/dist/core/lock/lock.js +121 -19
  57. package/dist/core/output/output.js +31 -7
  58. package/dist/core/shared/time.d.ts +2 -0
  59. package/dist/core/shared/time.js +8 -2
  60. package/dist/core/store/item-metadata-query-index.js +5 -5
  61. package/dist/sdk/context/recency.d.ts +9 -0
  62. package/dist/sdk/context/recency.js +34 -0
  63. package/dist/sdk/context/usage-egress.d.ts +9 -0
  64. package/dist/sdk/context/usage-egress.js +30 -0
  65. package/dist/sdk/context-intent-contracts.js +7 -3
  66. package/dist/sdk/context-relevance.d.ts +23 -0
  67. package/dist/sdk/context-relevance.js +94 -23
  68. package/dist/sdk/context-signal-store.d.ts +7 -3
  69. package/dist/sdk/context-signal-store.js +155 -42
  70. package/dist/sdk/context-usage.d.ts +54 -0
  71. package/dist/sdk/context-usage.js +245 -16
  72. package/dist/sdk/generated/generated-error-code-catalog-part-1.js +14 -14
  73. package/dist/sdk/generated/generated-error-code-catalog-part-2.js +14 -2
  74. package/dist/sdk/index.d.ts +2 -0
  75. package/dist/sdk/index.js +4 -2
  76. package/dist/sdk/init.d.ts +2 -0
  77. package/dist/sdk/init.js +18 -9
  78. package/dist/sdk/query/context.d.ts +3 -1
  79. package/dist/sdk/query/context.js +21 -9
  80. package/dist/sdk/query/next.js +18 -9
  81. package/dist/sdk/runtime-input.d.ts +2 -0
  82. package/dist/sdk/runtime-input.js +25 -2
  83. package/dist/sdk/runtime.d.ts +1 -0
  84. package/dist/sdk/runtime.js +17 -26
  85. package/dist/types.d.ts +2 -0
  86. package/dist/types.js +2 -2
  87. package/docs/CONTEXT_RELEVANCE.md +44 -1
  88. package/docs/PERFORMANCE.md +6 -3
  89. package/docs/READ_OUTPUT_CONTRACTS.md +9 -1
  90. package/docs/SDK.md +11 -8
  91. package/docs/SDK_CONTEXT.md +7 -0
  92. package/docs/generated/REFUSAL_CLOSURE_CENSUS.md +4 -3
  93. package/marketplace.json +2 -2
  94. package/package.json +4 -4
  95. package/packages/pm-beads/package.json +1 -1
  96. package/packages/pm-calendar/package.json +1 -1
  97. package/packages/pm-command-kit/package.json +1 -1
  98. package/packages/pm-digital-twin/package.json +1 -1
  99. package/packages/pm-governance-audit/package.json +1 -1
  100. package/packages/pm-guide-shell/package.json +1 -1
  101. package/packages/pm-kanban/package.json +1 -1
  102. package/packages/pm-lifecycle-hooks/package.json +1 -1
  103. package/packages/pm-linked-test-adapters/package.json +1 -1
  104. package/packages/pm-search-advanced/package.json +1 -1
  105. package/packages/pm-templates/package.json +1 -1
  106. package/packages/pm-todos/package.json +1 -1
  107. package/packages/pm-vcs/package.json +1 -1
  108. package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
  109. package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
  110. package/sdk/public-surface.json +241 -24
  111. package/dist/cli-bundle/chunks/chunk-GOACULJW.js +0 -13
  112. package/dist/cli-bundle/chunks/chunk-NOPL37X4.js +0 -205
  113. package/dist/cli-bundle/focused-chunks/chunk-242AXYB2.js +0 -2
  114. package/dist/cli-bundle/focused-chunks/chunk-2FEZ5SKM.js +0 -3
  115. package/dist/cli-bundle/focused-chunks/chunk-6GCRSLPG.js +0 -2
  116. package/dist/cli-bundle/focused-chunks/chunk-7VATS5QY.js +0 -16
  117. package/dist/cli-bundle/focused-chunks/chunk-JEFKLWMM.js +0 -2
  118. package/dist/cli-bundle/focused-chunks/chunk-PF3E6Q36.js +0 -8
  119. package/dist/cli-bundle/focused-chunks/chunk-QDFJIRKN.js +0 -4
  120. package/dist/cli-bundle/focused-chunks/chunk-RMRCQPWU.js +0 -2
  121. package/dist/cli-bundle/focused-chunks/chunk-S4U5CN5Q.js +0 -2
  122. package/dist/cli-bundle/focused-chunks/chunk-T2LXXSOD.js +0 -158
  123. package/dist/cli-bundle/focused-chunks/chunk-Z2USIBR2.js +0 -5
@@ -1,16 +1,16 @@
1
- import{a as _c,b as tt,c as _n,d as gc,e as yc,h as bc}from"./chunk-Y7VOMSZT.js";import{C as Po,E as vc,a as xt,b as So,d as lc,j as $o}from"./chunk-X4RCGLTX.js";import{Ac as hc,Bb as et,Bc as Sc,Cc as Ic,Dc as Ec,F as St,Fb as Ao,G as y,Gb as dc,H as ba,Hb as fn,I as wa,Jc as xc,K as ee,Kc as Rc,L as va,Lc as Ac,M as nn,Mc as Cc,N as ka,Nc as Tc,Nd as Lo,O as _o,Ob as Me,Od as Mo,P as on,Pc as Oc,Q as ho,Qc as $c,Qd as Lc,R as we,Ra as nc,S as go,Sa as vo,T as H,Tc as hn,U as yo,Ua as oc,V as te,Va as sc,W as Sa,Wa as ko,Wb as De,X as Ia,Xb as Co,Xd as Mc,Y as bo,Yd as Dc,Z as Ea,Zb as mc,_ as wo,bc as To,bd as Pc,dd as Fc,ga as xa,gb as mn,la as Et,ma as Ja,na as Xa,pa as Za,ra as Qa,sb as rc,ta as dn,tb as pn,tc as Rt,ua as ec,ub as ac,uc as Oo,ud as Fo,va as ln,vc as pc,wb as Qe,wc as uc,xb as cc,xc as ve,ya as tc,yb as Io,yc as fc,zb as un}from"./chunk-ZLJIFSOE.js";import{A as sn,Aa as Ya,B as Ta,C as Le,D as Oa,E as rn,F as $a,G as an,Ia as cn,J as Pa,L as Fa,M as La,N as Ma,O as Da,Oa as wc,P as Na,Q as ja,R as Ua,S as Ga,T as qa,U as za,V as Ha,W as Ba,X as Va,Y as Wa,Z as Ka,b as fa,q as Ra,ta as It,w as Aa,y as Fe,z as Ca}from"./chunk-TAG4VC22.js";import{A as _a,B as ha,Cc as Ro,Fc as kc,Ga as ya,Ta as ic,aa as ga,b as ia,c as tn,d as fo,dc as Eo,e as aa,f as ca,g as da,h as la,i as ma,l as pa,n as ua,ob as fe,xc as xo}from"./chunk-GOACULJW.js";import{$c as ht,$e as Ur,$g as bt,$i as Zt,$l as Hi,Ac as O,Ad as $r,Ae as Vt,Bg as Je,Bi as Pe,Bl as Mi,C as u,Cd as j,Cf as Hr,Cl as Di,Da as Gn,Di as li,E as p,Ea as qn,Eb as ir,Ed as yt,Ee as oe,Ei as Xt,Fa as zn,Fb as ar,Fc as Gt,Fd as Pr,Fg as Kr,Fh as Zr,G as or,Ga as Hn,Gb as cr,Gc as _t,Gj as po,H as be,Hb as dr,Hi as vt,Ib as lr,Id as Fr,Ii as mi,Ij as uo,Jb as mr,Jc as D,Jh as Qr,Kb as pr,Kc as gr,Ki as ao,Kl as Ni,Lc as to,Mi as co,Mk as xi,Ml as ji,N as jn,Nc as yr,Nh as ei,Oa as P,Oc as br,Ok as Ri,Pa as jt,Pb as F,Pd as Ae,Pk as Qt,Qb as ur,Qh as ue,Qi as pi,Qk as Ai,R as S,Rb as fr,Rd as Ke,Ri as ui,Sd as Bt,Si as fi,Sj as Si,Sl as Ui,Tc as Ve,Tg as ae,Th as ti,Ti as _i,Tj as Ii,Tl as Gi,U as Ft,Ug as Te,Uh as ni,Ui as hi,Ul as qi,Vd as Ye,Ve as Nr,W as sr,Wa as E,Wd as pe,Wg as Wt,Wh as Kt,Wi as gi,Wk as Ci,X as Lt,Xc as wr,Xd as Ce,Xg as Xe,Xi as yi,Xl as zi,Y as Mt,Yc as vr,Ye as jr,Yh as oi,Yi as bi,Z as Dt,Za as ut,Zg as Oe,Zi as kt,_ as Nt,_a as ft,_g as Yr,_i as wi,_k as Ti,ab as ie,ad as kr,aj as vi,am as Bi,bd as Sr,bj as lo,bk as Ei,bm as Vi,c as Z,cd as Ir,cj as mo,cl as Oi,cm as Wi,d as He,da as me,dd as Er,dh as so,di as si,dj as ki,dl as $i,dm as Ki,e as Nn,em as Yi,f as q,fh as Jr,fl as Pi,fm as Ji,g as z,ge as Lr,gh as $e,gi as R,gm as Xi,h as mt,hc as Bn,he as Mr,hi as ri,hm as Zi,i as Xs,ic as Vn,id as no,ie as Dr,ii,il as Fi,im as Qi,jc as Wn,jd as xr,jh as Xr,ji as ai,jm as ea,ka as rr,kd as gt,km as ta,la as pt,lc as _r,lf as Gr,lh as V,m as Zs,md as Rr,n as Qs,na as Un,nd as Ar,ng as Br,nm as na,o as er,om as en,p as tr,pd as qt,pm as oa,qg as Vr,qm as sa,rc as hr,rd as Cr,ri as Yt,s as nr,sd as zt,sh as Ze,tb as Ut,tc as Kn,td as Ht,ti as Jt,uc as Yn,ui as ci,vc as Jn,vd as We,vm as T,wc as Xn,wd as xe,wi as di,xc as Zn,xd as Tr,xh as ro,xi as $,xm as ra,yb as Be,yc as Qn,yd as Or,ye as oo,yf as qr,yg as Wr,yh as wt,yi as Q,yl as Li,zc as eo,zd as Re,ze as C,zf as zr,zh as io,zi as W}from"./chunk-NOPL37X4.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bb16b445-3bd4-520d-becf-c55621bfa186")}catch{}})();var py=Xs,uy=Zs,fy=tr,_y=Qs,hy=er;function Nc(e,t,n,o){let s=e.flag.slice(2).replace(/[-_]([a-z])/gu,(i,a)=>a.toUpperCase()),r=n.has(s);return{long:t,...o?{short:o}:{},description:e.description??`Standard pm ${e.flag} option.`,...e.required===!0?{required:!0}:{},...e.list===!0?{list:!0}:{},...e.repeatable===!0?{repeatable:!0}:{},value_type:r?"string":"boolean",...r?{value_name:e.value_name??"value"}:{}}}function jc(e,t=[]){let n=new Set(t.flatMap(s=>s.keys)),o=[];for(let s of xi(e.map(r=>({...r})))){o.push(Nc(s,s.flag,n,s.short));for(let r of s.aliases??[])o.push(Nc(s,r,n))}return o}var gy=jc(Qt,Si),im=jc(en,Ii);import{AsyncLocalStorage as yg}from"node:async_hooks";import Kl from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="27dd77f6-e53d-55b7-be15-db0e60eaec4e")}catch{}})();function Uc(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function am(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 Do(e,t){let n=am(t),o=n==="brief"?n:Uc(e.projection)&&typeof e.projection.mode=="string"?e.projection.mode:n;return{...e,query_summary:{filters:Uc(e.filters)?e.filters:{},projection:o}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6ede8efb-54ec-5b13-a1bf-216b525acc12")}catch{}})();async function Gc(e,t){let n=E(t??process.cwd(),e),o=await R(n);return Pe(n,o.item_format,P(o,null).type_to_folder,void 0,o.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]="c14a67b4-102d-5219-b2b3-15d39da36627")}catch{}})();var cm=["invalid_envelope","source_incomplete","source_unchecked","filtered_corpus","terminal_items_excluded","strict_read_unproven","page_incomplete","count_mismatch","projection_incomplete","field_omission","omission_receipt_missing","omission_receipt_invalid","read_output_missing","read_output_invalid","read_output_dimensions_incomplete","budget_compaction","budget_omission","session_projection","invalid_item_id","duplicate_item_id"],gn=class extends Error{receipt;constructor(t){super(`Complete-list certification failed: ${t.map(n=>n.code).join(", ")}.`),this.name="PmCompleteListValidationError",this.receipt={contract_version:1,contract:"complete_list",findings:t,recovery:{suggested_retry:"pm list --all --output-include full --strict-read --no-truncate --output-budget unbounded --output-limit unbounded --json",sdk:"await client.listAllComplete()"}}}};function No(e={}){return{excludeTerminal:!1,full:!0,...e.includeBody===void 0?{}:{includeBody:e.includeBody},noTruncate:!0,outputBudget:"unbounded",outputLimit:"unbounded",strictRead:!0}}function _e(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function L(e,t,n,o){t&&e.push({code:n,message:o})}function dm(e,t){let n=_e(e.completeness)?e.completeness:{};L(t,n.status==="partial","source_incomplete","The source scan reported unreadable tracker artifacts."),L(t,n.status!=="complete"&&n.status!=="partial","source_unchecked","The source scan did not prove completeness.");let o=n.unreadable_item_count,s=n.unreadable_directory_count;L(t,n.status==="complete"&&(o!==0||s!==0)&&Number.isSafeInteger(o)&&Number.isSafeInteger(s),"source_incomplete","The source scan reports unreadable tracker artifacts despite a complete status."),L(t,n.status==="complete"&&(!Number.isSafeInteger(o)||!Number.isSafeInteger(s)||Number(o)<0||Number(s)<0),"source_unchecked","The source scan did not report safe non-negative unreadable counts.");let r=_e(e.filters)?e.filters:{},i=_e(r.runtime_filters)?r.runtime_filters:{},a=new Set(["exclude_terminal","include_body","no_truncate","runtime_filters","status","strict_read"]);return L(t,r.status!=="all"||Object.keys(i).length>0||Object.keys(r).some(c=>!a.has(c)),"filtered_corpus","The list did not explicitly select every lifecycle status."),L(t,r.exclude_terminal===!0,"terminal_items_excluded","Terminal lifecycle states were explicitly excluded."),L(t,r.strict_read!==!0,"strict_read_unproven","The result does not echo strict source-read enforcement."),r}function lm(e,t,n){L(n,e.has_more!==!1||e.next_cursor!==null||e.truncated!==!1||e.applied_limit!==void 0||t.no_truncate!==!0,"page_incomplete","Pagination or a row ceiling may have withheld items."),L(n,e.count!==e.items.length||e.total!==e.items.length,"count_mismatch","Envelope counts do not equal the returned item count.");let o=_e(e.projection)?e.projection:{};L(n,o.mode!=="full"||o.fields!==null,"projection_incomplete","The result is not the full metadata projection.");let s=_e(e.omission_receipt)?e.omission_receipt:void 0;L(n,s===void 0,"omission_receipt_missing","The result carries no field-omission receipt."),L(n,s!==void 0&&(s.has_omissions!==!1||s.omitted_field_group_count!==0||!Number.isSafeInteger(s.omitted_field_group_count)||!Array.isArray(s.omitted_field_groups)||s.omitted_field_groups.length!==0),"omission_receipt_invalid","The field-omission receipt is malformed or contradicts its no-omission claim."),L(n,s?.has_omissions===!0,"field_omission","The omission receipt reports withheld field groups.")}function mm(e){return e.contract_version!==1||e.command!=="list"||e.within_budget!==!0||e.strings_compacted!==!1||e.rows_compacted!==!1||e.result_omitted!==!1}function pm(e){if(!Array.isArray(e.requested_dimensions))return!1;let t=new Set(e.requested_dimensions);return["include","amount","cost"].every(n=>t.has(n))}function um(e,t){let n=_e(e.read_output)?e.read_output:void 0;L(t,n===void 0,"read_output_missing","The result carries no universal read-output receipt."),L(t,n!==void 0&&mm(n),"read_output_invalid","The universal read-output receipt does not prove an intact list result."),L(t,n!==void 0&&!pm(n),"read_output_dimensions_incomplete","The universal read-output receipt does not prove full, unbounded include, amount, and cost dimensions."),L(t,n?.strings_compacted===!0||n?.rows_compacted===!0||e.output_budget_truncation!==void 0,"budget_compaction","Universal output shaping compacted the result.");let o=_e(e.output_budget_exceeded)?e.output_budget_exceeded:void 0;L(t,n?.result_omitted===!0||o?.omitted_result===!0,"budget_omission","Universal output shaping omitted the useful result."),L(t,e.read_session!==void 0,"session_projection","A cross-call read session can suppress previously served facts.")}function fm(e,t){let n=e.map(o=>_e(o)&&typeof o.id=="string"?o.id.trim():"");L(t,n.some(o=>o.length===0),"invalid_item_id","Every full item row must carry a non-empty string id."),L(t,new Set(n).size!==n.length,"duplicate_item_id","Every item id must occur exactly once.")}function qc(e){if(!_e(e)||!Array.isArray(e.items))return{ok:!1,findings:[{code:cm[0],message:"The result must be an object with an items array."}]};let t=e,n=[],o=dm(t,n);return lm(t,o,n),um(t,n),fm(t.items,n),{ok:n.length===0,findings:n}}function yn(e){let t=qc(e);if(!t.ok)throw new gn(t.findings);let n=e;return{...n,complete_list:{contract_version:1,item_count:n.items.length,unique_item_id_count:new Set(n.items.map(o=>o.id)).size,terminal_items_included:!0,source_complete:!0,full_projection:!0,no_omissions:!0,unbounded:!0}}}function _m(e){yn(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]="10052b6f-216f-5b50-81ec-ee373cc13d17")}catch{}})();function zc(e){return e.map(t=>({key:t.key,optionName:Pr(t),metadataKey:t.metadata_key,type:t.type,commands:[...t.commands],repeatable:t.repeatable,requiredOnCreate:t.required_on_create,...t.description?{description:t.description}:{}}))}function Hc(e){return e.map(t=>({command:t.command,action:t.action,arguments:t.arguments.map(n=>({name:n.name,required:n.required===!0,variadic:n.variadic===!0,description:n.description})),description:t.description,tier:t.tier??"standard",family:t.family??"extensions"}))}(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 hm=50,ke=new Map;function jo(){ke.clear()}function Bc(e,t){let n=ke.get(e);if(n!==void 0)return n;if(ke.size>=hm){let s=ke.keys().next().value;ke.delete(s)}let o=t().catch(s=>{throw ke.get(e)===o&&ke.delete(e),s});return ke.set(e,o),o}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="1ff4005f-be23-5dcf-9834-dbd7d083b76d")}catch{}})();var gm={"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 Vc(e){return Object.fromEntries(qr.map(t=>[`${e}-${t}`,{action:e,options:{[t==="adopt-all"?"adoptAll":t]:!0,...e==="package"?{vocabulary:"package"}:{}}}]))}var Uo={ctx:{action:"context"},...gm,...Vc("extension"),...Vc("package"),...Object.fromEntries(zr.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 Wc="PmCliError";function ym(e){if(!Number.isFinite(e))throw new TypeError("createPmCliExpectedError options.exitCode must be a finite number");let t=Math.trunc(e);if(t<=u.SUCCESS)throw new TypeError("createPmCliExpectedError options.exitCode must be a positive exit code");return t}function bm(e,t={}){if(typeof e!="string"||e.trim().length===0)throw new TypeError("createPmCliExpectedError message must be a non-empty string");let n=new p(e,ym(t.exitCode??u.USAGE),t.context??{});return"cause"in t&&Object.defineProperty(n,"cause",{value:t.cause,enumerable:!1,configurable:!0,writable:!0}),n}function Go(e){if(!(e instanceof Error)||e.name!==Wc)return!1;let t=e;return typeof t.exitCode=="number"&&Number.isFinite(t.exitCode)}import{constants as At}from"node:fs";import{lstat as Kc,mkdir as zo,open as Yc}from"node:fs/promises";import he 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]="bb5dfa6f-b60f-55f2-ae17-3dbcaaff1b47")}catch{}})();function qo(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship event ${t} must be non-empty`);return e.trim()}function Ho(e,t){let n=t.require(e.kind),o=n.direction==="undirected"?[e.source,e.target].sort().join("\0"):`${e.source}\0${e.target}`;return`${n.kind}\0${o}`}function wm(e){return Object.freeze({...e,...e.payload===void 0?{}:{payload:Object.freeze(structuredClone(e.payload))}})}function vm(e,t,n,o){let s=n.require(e.kind),r=o.outgoingOne.get(`${s.kind}\0${e.source}`);if(r!==void 0&&r!==t)throw new TypeError(`Relationship outgoing cardinality exceeded for ${s.kind}`);let i=o.incomingOne.get(`${s.kind}\0${e.target}`);if(i!==void 0&&i!==t)throw new TypeError(`Relationship incoming cardinality exceeded for ${s.kind}`);let a=Ho(e,n),c=o.identities.get(a);if(c!==void 0&&c!==t)throw new TypeError(`Relationship edge already active: ${a}`)}function km(e){let t=new Map;for(let n of e)n.action==="remove"?t.delete(n.relationshipId):t.set(n.relationshipId,n.edge);return t}function Sm(e,t,n){if(e.expectedVersion!==void 0&&e.expectedVersion!==t)throw new TypeError(`Relationship event version conflict: expected ${e.expectedVersion}, current ${t}`);let o=qo(e.eventId,"eventId");if(n.has(o))throw new TypeError(`Relationship event already exists: ${o}`);if(e.action!=="add"&&e.action!=="remove"&&e.action!=="supersede")throw new TypeError(`Unknown relationship event action: ${e.action}`);if(!Number.isFinite(Date.parse(e.timestamp)))throw new TypeError("Relationship event timestamp must be valid");return{eventId:o,relationshipId:qo(e.relationshipId,"relationshipId"),author:qo(e.author,"author"),timestamp:new Date(e.timestamp).toISOString()}}function Im(e,t,n,o,s,r){let i=n.has(t);if(e.action==="add"&&i)throw new TypeError(`Relationship is already active: ${t}`);if(e.action!=="add"&&!i)throw new TypeError(`Relationship is not active: ${t}`);if(e.action==="remove")return;if(!e.edge)throw new TypeError(`Relationship ${e.action} event requires an edge`);let a=typeof e.edge.source=="string"?e.edge.source.trim():"",c=typeof e.edge.target=="string"?e.edge.target.trim():"";if(!o.has(a)||!o.has(c))throw new TypeError(`Relationship endpoint not found: ${a} -> ${c}`);let d=new Be([a,c],[e.edge],s).edges()[0];return vm(d,t,s,r),wm(d)}var Ct=class{#t;#n;#o=[];#r=new Set;#e=new Map;#s={identities:new Map,outgoingOne:new Map,incomingOne:new Map};constructor(t,n={}){this.#t=new Set([...t].filter(o=>typeof o=="string").map(o=>o.trim()).filter(Boolean)),this.#n=n.registry??Ut()}get version(){return this.#o.length}events(){return Object.freeze([...this.#o])}*stream(t={}){let n=t.fromVersion??1,o=t.toVersion??this.version,s=t.batchSize??100;if(!Number.isInteger(n)||n<1)throw new TypeError("Relationship event stream fromVersion must be positive");if(!Number.isInteger(o)||o<0||o>this.version)throw new TypeError(`Relationship event stream toVersion out of range: ${o}`);if(!Number.isInteger(s)||s<1)throw new TypeError("Relationship event stream batchSize must be positive");if(n>o+1)throw new TypeError("Relationship event stream fromVersion exceeds the selected prefix");for(let r=n-1;r<o;r+=s)yield Object.freeze(this.#o.slice(r,Math.min(r+s,o)))}project(t,n,o={}){if(typeof n!="function")throw new TypeError("Relationship event projection requires a reducer");let s=t,r=0,i;for(let a of this.stream({...o,batchSize:256}))for(let c of a)s=n(s,c),r+=1,i=c;return Object.freeze({state:s,version:i?.sequence??Math.max(0,(o.fromVersion??1)-1),processed:r,...i===void 0?{}:{asOf:i.timestamp}})}#i(t,n){let o=this.#n.require(n.kind);this.#s.identities.set(Ho(n,this.#n),t),o.outgoing==="one"&&this.#s.outgoingOne.set(`${o.kind}\0${n.source}`,t),o.incoming==="one"&&this.#s.incomingOne.set(`${o.kind}\0${n.target}`,t)}#a(t){let n=this.#n.require(t.kind);this.#s.identities.delete(Ho(t,this.#n)),n.outgoing==="one"&&this.#s.outgoingOne.delete(`${n.kind}\0${t.source}`),n.incoming==="one"&&this.#s.incomingOne.delete(`${n.kind}\0${t.target}`)}append(t){let n=Sm(t,this.version,this.#r),o=this.#e.get(n.relationshipId),s=Im(t,n.relationshipId,this.#e,this.#t,this.#n,this.#s),r=Object.freeze({eventId:n.eventId,relationshipId:n.relationshipId,action:t.action,...s===void 0?{}:{edge:s},author:n.author,timestamp:n.timestamp,...t.reason?.trim()?{reason:t.reason.trim()}:{},sequence:this.version+1});return this.#o.push(r),this.#r.add(n.eventId),o&&this.#a(o),t.action==="remove"?this.#e.delete(n.relationshipId):(this.#e.set(n.relationshipId,s),this.#i(n.relationshipId,s)),r}snapshot(t={}){if(t.atVersion!==void 0&&t.atTimestamp!==void 0)throw new TypeError("Relationship snapshot accepts one target");let n;if(t.atTimestamp!==void 0){let r=Date.parse(t.atTimestamp);if(!Number.isFinite(r))throw new TypeError("Relationship snapshot timestamp must be valid");n=this.#o.filter(i=>Date.parse(i.timestamp)<=r)}else{let r=t.atVersion??this.version;if(!Number.isInteger(r)||r<0||r>this.version)throw new TypeError(`Relationship snapshot version out of range: ${r}`);n=this.#o.slice(0,r)}let o=km(n),s=new Be(this.#t,o.values(),this.#n);return Object.freeze({version:n.at(-1)?.sequence??0,...n.at(-1)?{asOf:n.at(-1).timestamp}:{},edges:s.edges(),graph:s})}page(t){if(!Number.isInteger(t.limit)||t.limit<1)throw new TypeError("Relationship event page limit must be positive");let n=Nr("relationship-events",{order:"append-sequence"}),o=t.cursor===void 0?this.version:Number(jr(t.cursor,n).snapshot);if(!Number.isSafeInteger(o)||o<0||o>this.version)throw new TypeError("Relationship event cursor snapshot version is invalid");let s=Ur(this.#o.slice(0,o),{cursor:t.cursor,fingerprint:n,limit:t.limit,readId:r=>r.eventId,snapshot:String(o)});return{version:o,events:s.rows,hasMore:s.has_more,...s.next_cursor?{nextCursor:s.next_cursor}:{}}}},Em="relationship-event-store",Jc=At.O_NOFOLLOW;function bn(e){return V(e,Em,30,`relationship-store:${process.pid}`,!1,!1,3e3)}async function Ne(e,t="relationships/events.jsonl"){let n=he.resolve(e),o=he.resolve(n,t),s=he.relative(n,o);if(s.length===0)throw new TypeError("Relationship event path must name a file within the tracker root");if(s===".."||s.startsWith(`..${he.sep}`)||he.isAbsolute(s))throw new TypeError("Relationship event path must stay within the tracker root");if(await zo(n,{recursive:!0}),(await Kc(n)).isSymbolicLink())throw new TypeError("Relationship event tracker root must not be a symbolic link");let i=n;for(let a of s.split(he.sep)){i=he.join(i,a);try{if((await Kc(i)).isSymbolicLink())throw new TypeError("Relationship event path must not contain symbolic links")}catch(c){if(Nn(c))break;throw c}}return o}async function wn(e,t,n){let o=new Ct(t,{registry:n}),s,r;try{r=await Yc(e,At.O_RDONLY|Jc),s=await r.readFile("utf8")}catch(a){if(Nn(a))return{log:o,raw:""};throw a}finally{await r?.close()}let i=s.split(`
2
- `);for(let a=0;a<i.length;a+=1){let c=i[a].trim();if(!c)continue;let d;try{d=JSON.parse(c)}catch{throw new TypeError(`Invalid relationship event JSONL at line ${a+1}`)}if(d.sequence!==o.version+1)throw new TypeError(`Invalid relationship event sequence at line ${a+1}`);o.append({eventId:d.eventId,relationshipId:d.relationshipId,action:d.action,...d.edge===void 0?{}:{edge:d.edge},author:d.author,timestamp:d.timestamp,...d.reason===void 0?{}:{reason:d.reason},expectedVersion:o.version})}return{log:o,raw:s}}function xm(e,t,n,o){let s=Date.parse(t.timestamp),r;return t.action!=="remove"&&t.edge!==void 0&&(r=new Be(n,[t.edge],o).edges()[0]),e.eventId===t.eventId.trim()&&e.relationshipId===t.relationshipId.trim()&&e.action===t.action&&e.author===t.author.trim()&&Number.isFinite(s)&&e.timestamp===new Date(s).toISOString()&&e.reason===(t.reason?.trim()||void 0)&&F(e.edge)===F(r)}var vn=class e{#t;#n;#o;#r;#e;constructor(t,n,o,s){this.#t=t.pmRoot,this.#n=n,this.#o=t.registry,this.#r=o,this.#e=s}static async open(t){let n=Object.freeze([...t.nodes]),o=await Ne(t.pmRoot,t.relativePath),s=await bn(t.pmRoot);try{await Ne(t.pmRoot,o);let{log:r}=await wn(o,n,t.registry);return new e(t,n,o,r)}finally{await s()}}get path(){return this.#r}async currentVersion(){return this.#e=await this.#s(),this.#e.version}async append(t){let n=await bn(this.#t);try{let o=await Ne(this.#t,this.#r),{log:s}=await wn(o,this.#n,this.#o),r=s.append(t);await zo(he.dirname(o),{recursive:!0}),await Ne(this.#t,o);let i=await Yc(o,At.O_APPEND|At.O_CREAT|At.O_WRONLY|Jc);try{await i.appendFile(`${JSON.stringify(r)}
3
- `,"utf8")}finally{await i.close()}return this.#e=s,r}finally{await n()}}async appendBatch(t,n={}){let o=await bn(this.#t);try{let s=await Ne(this.#t,this.#r),{log:r,raw:i}=await wn(s,this.#n,this.#o),a=r.version,c=new Map(r.events().map(m=>[m.eventId,m])),d=[],l=[];for(let m of t){let f=m.eventId.trim(),_=c.get(f);if(_!==void 0){if(n.existingEventPolicy==="skip_identical"&&xm(_,m,this.#n,this.#o)){l.push(_.eventId);continue}if(n.existingEventPolicy==="skip_identical")throw new TypeError(`Relationship event id collision with different content: ${f}`)}let w=r.append(m);c.set(w.eventId,w),d.push(w)}if(d.length>0){let m=i.length===0||i.endsWith(`
1
+ import{a as gc,b as tt,c as _n,d as bc,e as wc,h as vc}from"./chunk-Y4PJ6HPK.js";import{C as Po,E as Ic,a as xt,b as So,d as pc,j as $o}from"./chunk-IEHHE6GA.js";import{$ as wo,Ab as un,Bc as yc,Cb as et,Cc as xc,Dc as Rc,Ec as Ac,F as St,G as y,Gb as Ao,H as wa,Hb as mc,I as va,Ib as fn,K as ee,Kc as Cc,L as ka,Lc as Tc,M as nn,Mc as Oc,N as Sa,Nc as $c,O as _o,Oc as Pc,Od as Lo,P as on,Pb as Me,Pd as Mo,Q as ho,Qc as Fc,R as Pe,Rc as Lc,Rd as Nc,S as Ia,Sa as sc,T as go,Ta as vo,U as H,Uc as hn,V as yo,Va as rc,W as te,Wa as ic,X as Ea,Xa as ko,Xb as De,Y as xa,Yb as Co,Yd as jc,Z as bo,Zd as Uc,_ as Ra,_b as uc,cc as To,cd as Mc,ed as Dc,ha as Aa,hb as mn,ma as Et,na as Za,oa as Qa,qa as ec,sa as tc,tb as ac,ua as dn,ub as pn,uc as Rt,va as nc,vb as dc,vc as Oo,vd as Fo,wa as ln,wc as fc,xb as Qe,xc as _c,yb as lc,yc as we,za as oc,zb as Io,zc as hc}from"./chunk-LISESA7W.js";import{A as sn,Aa as Xa,B as $a,C as Le,D as Pa,E as rn,F as Fa,G as an,Ia as cn,J as La,L as Ma,M as Da,Ma as kc,N as Na,O as ja,P as Ua,Pa as Sc,Q as Ga,R as qa,S as za,T as Ha,U as Ba,V as Va,W as Wa,X as Ka,Y as Ya,Z as Ja,b as _a,q as Ca,ta as It,w as Ta,y as Fe,z as Oa}from"./chunk-DKGP3QLE.js";import{A as ha,B as ga,Cc as Ec,Ga as ba,Ta as cc,aa as ya,ac as Eo,b as aa,c as tn,d as fo,e as ca,f as da,g as la,h as ma,i as pa,l as ua,n as fa,ob as fe,uc as xo,zc as Ro}from"./chunk-AY324UJ5.js";import{$ as Nt,$a as ft,Ac as eo,Ad as xe,Ae as C,Ah as Zr,Am as na,Bc as O,Bd as $r,Be as V,C as u,Ce as Vt,Dd as j,Dm as oa,E as p,Ea as Gn,Em as en,Fa as qn,Fb as ir,Fd as yt,Ff as qr,Fm as sa,G as or,Ga as zn,Gb as ar,Gc as Gt,Gd as Pr,Gf as zr,Gg as Wr,Gm as ra,H as be,Ha as Hn,Hb as cr,Hc as _t,Hi as Yt,Ib as dr,Ih as Ze,Jb as lr,Jd as Fr,Jf as Hr,Ji as Jt,Kb as mr,Kc as D,Ki as di,Lb as pr,Lc as gr,Le as oe,Lm as T,Mc as to,Mi as li,N as jn,Nh as ro,Ni as $,Nm as ia,Oc as yr,Oh as wt,Oi as Q,Ol as Mi,Pa as P,Pc as br,Pg as Kr,Ph as io,Pi as W,Qa as jt,Qb as F,Qd as Re,R as S,Rb as ur,Ri as $e,Rl as Di,Sb as fr,Sd as Ke,Sg as Je,Sl as Ni,Td as Bt,Ti as mi,Uc as Ve,Ui as Xt,V as Ft,Vh as Qr,Wd as Ye,Wg as Yr,Wj as po,X as sr,Xa as E,Xd as pe,Xi as vt,Y as Lt,Yc as wr,Yd as Ae,Yi as pi,Yj as uo,Z as Mt,Zc as vr,Zh as ei,_ as Dt,_a as ut,_i as ao,_l as ji,ad as ht,af as Nr,aj as co,al as Ri,am as Ui,bb as ie,bd as kr,bi as ti,c as Z,cd as Sr,cl as Ai,d as He,dd as Ir,df as jr,dl as Qt,e as Nn,ea as me,ed as Er,ei as ue,ej as ui,el as Ci,f as q,fj as fi,g as z,gf as Ur,gj as _i,gk as Ii,gm as Gi,h as mt,he as Lr,hi as ni,hj as hi,hk as Ei,hm as qi,i as Xs,ic as Bn,ie as Mr,ih as ae,ii as oi,ij as gi,im as zi,jc as Vn,jd as no,je as Dr,jh as Ce,kc as Wn,kd as xr,ki as Kt,kj as yi,kl as Ti,la as rr,ld as gt,lh as Wt,lj as bi,lm as Hi,m as Zs,ma as pt,mc as _r,mh as Xe,mi as si,mj as wi,n as Qs,nd as Rr,nj as kt,o as er,oa as Un,od as Ar,oh as Te,oj as vi,ol as Oi,p as tr,ph as Jr,pj as Zt,pm as Bi,qd as qt,qh as bt,qj as ki,qm as Vi,rj as lo,rk as xi,rm as Wi,s as nr,sc as hr,sd as Cr,sf as Gr,sj as mo,sl as $i,sm as Ki,td as zt,ti as ri,tj as Si,tl as Pi,tm as Yi,ub as Ut,uc as Kn,ud as Ht,ug as Br,uh as so,um as Ji,vc as Yn,vl as Fi,vm as Xi,wc as Jn,wd as We,wh as Xr,wi as R,wm as Zi,xc as Xn,xd as Ee,xg as Vr,xh as Oe,xi as ii,xm as Qi,yc as Zn,yd as Tr,yi as ai,yl as Li,ym as ea,zb as Be,zc as Qn,zd as Or,ze as oo,zi as ci,zm as ta}from"./chunk-E5RBBCXO.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bb16b445-3bd4-520d-becf-c55621bfa186")}catch{}})();var fy=Xs,_y=Zs,hy=tr,gy=Qs,yy=er;function Gc(e,t,n,o){let s=e.flag.slice(2).replace(/[-_]([a-z])/gu,(i,a)=>a.toUpperCase()),r=n.has(s);return{long:t,...o?{short:o}:{},description:e.description??`Standard pm ${e.flag} option.`,...e.required===!0?{required:!0}:{},...e.list===!0?{list:!0}:{},...e.repeatable===!0?{repeatable:!0}:{},value_type:r?"string":"boolean",...r?{value_name:e.value_name??"value"}:{}}}function qc(e,t=[]){let n=new Set(t.flatMap(s=>s.keys)),o=[];for(let s of Ri(e.map(r=>({...r})))){o.push(Gc(s,s.flag,n,s.short));for(let r of s.aliases??[])o.push(Gc(s,r,n))}return o}var by=qc(Qt,Ii),lm=qc(en,Ei);import{AsyncLocalStorage as kg}from"node:async_hooks";import Zl from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="27dd77f6-e53d-55b7-be15-db0e60eaec4e")}catch{}})();function zc(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function mm(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 Do(e,t){let n=mm(t),o=n==="brief"?n:zc(e.projection)&&typeof e.projection.mode=="string"?e.projection.mode:n;return{...e,query_summary:{filters:zc(e.filters)?e.filters:{},projection:o}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6ede8efb-54ec-5b13-a1bf-216b525acc12")}catch{}})();async function Hc(e,t){let n=E(t??process.cwd(),e),o=await R(n);return $e(n,o.item_format,P(o,null).type_to_folder,void 0,o.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]="c14a67b4-102d-5219-b2b3-15d39da36627")}catch{}})();var pm=["invalid_envelope","source_incomplete","source_unchecked","filtered_corpus","terminal_items_excluded","strict_read_unproven","page_incomplete","count_mismatch","projection_incomplete","field_omission","omission_receipt_missing","omission_receipt_invalid","read_output_missing","read_output_invalid","read_output_dimensions_incomplete","budget_compaction","budget_omission","session_projection","invalid_item_id","duplicate_item_id"],gn=class extends Error{receipt;constructor(t){super(`Complete-list certification failed: ${t.map(n=>n.code).join(", ")}.`),this.name="PmCompleteListValidationError",this.receipt={contract_version:1,contract:"complete_list",findings:t,recovery:{suggested_retry:"pm list --all --output-include full --strict-read --no-truncate --output-budget unbounded --output-limit unbounded --json",sdk:"await client.listAllComplete()"}}}};function No(e={}){return{excludeTerminal:!1,full:!0,...e.includeBody===void 0?{}:{includeBody:e.includeBody},noTruncate:!0,outputBudget:"unbounded",outputLimit:"unbounded",strictRead:!0}}function _e(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function L(e,t,n,o){t&&e.push({code:n,message:o})}function um(e,t){let n=_e(e.completeness)?e.completeness:{};L(t,n.status==="partial","source_incomplete","The source scan reported unreadable tracker artifacts."),L(t,n.status!=="complete"&&n.status!=="partial","source_unchecked","The source scan did not prove completeness.");let o=n.unreadable_item_count,s=n.unreadable_directory_count;L(t,n.status==="complete"&&(o!==0||s!==0)&&Number.isSafeInteger(o)&&Number.isSafeInteger(s),"source_incomplete","The source scan reports unreadable tracker artifacts despite a complete status."),L(t,n.status==="complete"&&(!Number.isSafeInteger(o)||!Number.isSafeInteger(s)||Number(o)<0||Number(s)<0),"source_unchecked","The source scan did not report safe non-negative unreadable counts.");let r=_e(e.filters)?e.filters:{},i=_e(r.runtime_filters)?r.runtime_filters:{},a=new Set(["exclude_terminal","include_body","no_truncate","runtime_filters","status","strict_read"]);return L(t,r.status!=="all"||Object.keys(i).length>0||Object.keys(r).some(c=>!a.has(c)),"filtered_corpus","The list did not explicitly select every lifecycle status."),L(t,r.exclude_terminal===!0,"terminal_items_excluded","Terminal lifecycle states were explicitly excluded."),L(t,r.strict_read!==!0,"strict_read_unproven","The result does not echo strict source-read enforcement."),r}function fm(e,t,n){L(n,e.has_more!==!1||e.next_cursor!==null||e.truncated!==!1||e.applied_limit!==void 0||t.no_truncate!==!0,"page_incomplete","Pagination or a row ceiling may have withheld items."),L(n,e.count!==e.items.length||e.total!==e.items.length,"count_mismatch","Envelope counts do not equal the returned item count.");let o=_e(e.projection)?e.projection:{};L(n,o.mode!=="full"||o.fields!==null,"projection_incomplete","The result is not the full metadata projection.");let s=_e(e.omission_receipt)?e.omission_receipt:void 0;L(n,s===void 0,"omission_receipt_missing","The result carries no field-omission receipt."),L(n,s!==void 0&&(s.has_omissions!==!1||s.omitted_field_group_count!==0||!Number.isSafeInteger(s.omitted_field_group_count)||!Array.isArray(s.omitted_field_groups)||s.omitted_field_groups.length!==0),"omission_receipt_invalid","The field-omission receipt is malformed or contradicts its no-omission claim."),L(n,s?.has_omissions===!0,"field_omission","The omission receipt reports withheld field groups.")}function _m(e){return e.contract_version!==1||e.command!=="list"||e.within_budget!==!0||e.strings_compacted!==!1||e.rows_compacted!==!1||e.result_omitted!==!1}function hm(e){if(!Array.isArray(e.requested_dimensions))return!1;let t=new Set(e.requested_dimensions);return["include","amount","cost"].every(n=>t.has(n))}function gm(e,t){let n=_e(e.read_output)?e.read_output:void 0;L(t,n===void 0,"read_output_missing","The result carries no universal read-output receipt."),L(t,n!==void 0&&_m(n),"read_output_invalid","The universal read-output receipt does not prove an intact list result."),L(t,n!==void 0&&!hm(n),"read_output_dimensions_incomplete","The universal read-output receipt does not prove full, unbounded include, amount, and cost dimensions."),L(t,n?.strings_compacted===!0||n?.rows_compacted===!0||e.output_budget_truncation!==void 0,"budget_compaction","Universal output shaping compacted the result.");let o=_e(e.output_budget_exceeded)?e.output_budget_exceeded:void 0;L(t,n?.result_omitted===!0||o?.omitted_result===!0,"budget_omission","Universal output shaping omitted the useful result."),L(t,e.read_session!==void 0,"session_projection","A cross-call read session can suppress previously served facts.")}function ym(e,t){let n=e.map(o=>_e(o)&&typeof o.id=="string"?o.id.trim():"");L(t,n.some(o=>o.length===0),"invalid_item_id","Every full item row must carry a non-empty string id."),L(t,new Set(n).size!==n.length,"duplicate_item_id","Every item id must occur exactly once.")}function Bc(e){if(!_e(e)||!Array.isArray(e.items))return{ok:!1,findings:[{code:pm[0],message:"The result must be an object with an items array."}]};let t=e,n=[],o=um(t,n);return fm(t,o,n),gm(t,n),ym(t.items,n),{ok:n.length===0,findings:n}}function yn(e){let t=Bc(e);if(!t.ok)throw new gn(t.findings);let n=e;return{...n,complete_list:{contract_version:1,item_count:n.items.length,unique_item_id_count:new Set(n.items.map(o=>o.id)).size,terminal_items_included:!0,source_complete:!0,full_projection:!0,no_omissions:!0,unbounded:!0}}}function bm(e){yn(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]="10052b6f-216f-5b50-81ec-ee373cc13d17")}catch{}})();function Vc(e){return e.map(t=>({key:t.key,optionName:Pr(t),metadataKey:t.metadata_key,type:t.type,commands:[...t.commands],repeatable:t.repeatable,requiredOnCreate:t.required_on_create,...t.description?{description:t.description}:{}}))}function Wc(e){return e.map(t=>({command:t.command,action:t.action,arguments:t.arguments.map(n=>({name:n.name,required:n.required===!0,variadic:n.variadic===!0,description:n.description})),description:t.description,tier:t.tier??"standard",family:t.family??"extensions"}))}(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 wm=50,ve=new Map;function jo(){ve.clear()}function Kc(e,t){let n=ve.get(e);if(n!==void 0)return n;if(ve.size>=wm){let s=ve.keys().next().value;ve.delete(s)}let o=t().catch(s=>{throw ve.get(e)===o&&ve.delete(e),s});return ve.set(e,o),o}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="1ff4005f-be23-5dcf-9834-dbd7d083b76d")}catch{}})();var vm={"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 Yc(e){return Object.fromEntries(qr.map(t=>[`${e}-${t}`,{action:e,options:{[t==="adopt-all"?"adoptAll":t]:!0,...e==="package"?{vocabulary:"package"}:{}}}]))}var Uo={ctx:{action:"context"},...vm,...Yc("extension"),...Yc("package"),...Object.fromEntries(zr.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 Jc="PmCliError";function km(e){if(!Number.isFinite(e))throw new TypeError("createPmCliExpectedError options.exitCode must be a finite number");let t=Math.trunc(e);if(t<=u.SUCCESS)throw new TypeError("createPmCliExpectedError options.exitCode must be a positive exit code");return t}function Sm(e,t={}){if(typeof e!="string"||e.trim().length===0)throw new TypeError("createPmCliExpectedError message must be a non-empty string");let n=new p(e,km(t.exitCode??u.USAGE),t.context??{});return"cause"in t&&Object.defineProperty(n,"cause",{value:t.cause,enumerable:!1,configurable:!0,writable:!0}),n}function Go(e){if(!(e instanceof Error)||e.name!==Jc)return!1;let t=e;return typeof t.exitCode=="number"&&Number.isFinite(t.exitCode)}import{constants as At}from"node:fs";import{lstat as Xc,mkdir as zo,open as Zc}from"node:fs/promises";import he 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]="bb5dfa6f-b60f-55f2-ae17-3dbcaaff1b47")}catch{}})();function qo(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship event ${t} must be non-empty`);return e.trim()}function Ho(e,t){let n=t.require(e.kind),o=n.direction==="undirected"?[e.source,e.target].sort().join("\0"):`${e.source}\0${e.target}`;return`${n.kind}\0${o}`}function Im(e){return Object.freeze({...e,...e.payload===void 0?{}:{payload:Object.freeze(structuredClone(e.payload))}})}function Em(e,t,n,o){let s=n.require(e.kind),r=o.outgoingOne.get(`${s.kind}\0${e.source}`);if(r!==void 0&&r!==t)throw new TypeError(`Relationship outgoing cardinality exceeded for ${s.kind}`);let i=o.incomingOne.get(`${s.kind}\0${e.target}`);if(i!==void 0&&i!==t)throw new TypeError(`Relationship incoming cardinality exceeded for ${s.kind}`);let a=Ho(e,n),c=o.identities.get(a);if(c!==void 0&&c!==t)throw new TypeError(`Relationship edge already active: ${a}`)}function xm(e){let t=new Map;for(let n of e)n.action==="remove"?t.delete(n.relationshipId):t.set(n.relationshipId,n.edge);return t}function Rm(e,t,n){if(e.expectedVersion!==void 0&&e.expectedVersion!==t)throw new TypeError(`Relationship event version conflict: expected ${e.expectedVersion}, current ${t}`);let o=qo(e.eventId,"eventId");if(n.has(o))throw new TypeError(`Relationship event already exists: ${o}`);if(e.action!=="add"&&e.action!=="remove"&&e.action!=="supersede")throw new TypeError(`Unknown relationship event action: ${e.action}`);if(!Number.isFinite(Date.parse(e.timestamp)))throw new TypeError("Relationship event timestamp must be valid");return{eventId:o,relationshipId:qo(e.relationshipId,"relationshipId"),author:qo(e.author,"author"),timestamp:new Date(e.timestamp).toISOString()}}function Am(e,t,n,o,s,r){let i=n.has(t);if(e.action==="add"&&i)throw new TypeError(`Relationship is already active: ${t}`);if(e.action!=="add"&&!i)throw new TypeError(`Relationship is not active: ${t}`);if(e.action==="remove")return;if(!e.edge)throw new TypeError(`Relationship ${e.action} event requires an edge`);let a=typeof e.edge.source=="string"?e.edge.source.trim():"",c=typeof e.edge.target=="string"?e.edge.target.trim():"";if(!o.has(a)||!o.has(c))throw new TypeError(`Relationship endpoint not found: ${a} -> ${c}`);let d=new Be([a,c],[e.edge],s).edges()[0];return Em(d,t,s,r),Im(d)}var Ct=class{#t;#n;#o=[];#r=new Set;#e=new Map;#s={identities:new Map,outgoingOne:new Map,incomingOne:new Map};constructor(t,n={}){this.#t=new Set([...t].filter(o=>typeof o=="string").map(o=>o.trim()).filter(Boolean)),this.#n=n.registry??Ut()}get version(){return this.#o.length}events(){return Object.freeze([...this.#o])}*stream(t={}){let n=t.fromVersion??1,o=t.toVersion??this.version,s=t.batchSize??100;if(!Number.isInteger(n)||n<1)throw new TypeError("Relationship event stream fromVersion must be positive");if(!Number.isInteger(o)||o<0||o>this.version)throw new TypeError(`Relationship event stream toVersion out of range: ${o}`);if(!Number.isInteger(s)||s<1)throw new TypeError("Relationship event stream batchSize must be positive");if(n>o+1)throw new TypeError("Relationship event stream fromVersion exceeds the selected prefix");for(let r=n-1;r<o;r+=s)yield Object.freeze(this.#o.slice(r,Math.min(r+s,o)))}project(t,n,o={}){if(typeof n!="function")throw new TypeError("Relationship event projection requires a reducer");let s=t,r=0,i;for(let a of this.stream({...o,batchSize:256}))for(let c of a)s=n(s,c),r+=1,i=c;return Object.freeze({state:s,version:i?.sequence??Math.max(0,(o.fromVersion??1)-1),processed:r,...i===void 0?{}:{asOf:i.timestamp}})}#i(t,n){let o=this.#n.require(n.kind);this.#s.identities.set(Ho(n,this.#n),t),o.outgoing==="one"&&this.#s.outgoingOne.set(`${o.kind}\0${n.source}`,t),o.incoming==="one"&&this.#s.incomingOne.set(`${o.kind}\0${n.target}`,t)}#a(t){let n=this.#n.require(t.kind);this.#s.identities.delete(Ho(t,this.#n)),n.outgoing==="one"&&this.#s.outgoingOne.delete(`${n.kind}\0${t.source}`),n.incoming==="one"&&this.#s.incomingOne.delete(`${n.kind}\0${t.target}`)}append(t){let n=Rm(t,this.version,this.#r),o=this.#e.get(n.relationshipId),s=Am(t,n.relationshipId,this.#e,this.#t,this.#n,this.#s),r=Object.freeze({eventId:n.eventId,relationshipId:n.relationshipId,action:t.action,...s===void 0?{}:{edge:s},author:n.author,timestamp:n.timestamp,...t.reason?.trim()?{reason:t.reason.trim()}:{},sequence:this.version+1});return this.#o.push(r),this.#r.add(n.eventId),o&&this.#a(o),t.action==="remove"?this.#e.delete(n.relationshipId):(this.#e.set(n.relationshipId,s),this.#i(n.relationshipId,s)),r}snapshot(t={}){if(t.atVersion!==void 0&&t.atTimestamp!==void 0)throw new TypeError("Relationship snapshot accepts one target");let n;if(t.atTimestamp!==void 0){let r=Date.parse(t.atTimestamp);if(!Number.isFinite(r))throw new TypeError("Relationship snapshot timestamp must be valid");n=this.#o.filter(i=>Date.parse(i.timestamp)<=r)}else{let r=t.atVersion??this.version;if(!Number.isInteger(r)||r<0||r>this.version)throw new TypeError(`Relationship snapshot version out of range: ${r}`);n=this.#o.slice(0,r)}let o=xm(n),s=new Be(this.#t,o.values(),this.#n);return Object.freeze({version:n.at(-1)?.sequence??0,...n.at(-1)?{asOf:n.at(-1).timestamp}:{},edges:s.edges(),graph:s})}page(t){if(!Number.isInteger(t.limit)||t.limit<1)throw new TypeError("Relationship event page limit must be positive");let n=Nr("relationship-events",{order:"append-sequence"}),o=t.cursor===void 0?this.version:Number(jr(t.cursor,n).snapshot);if(!Number.isSafeInteger(o)||o<0||o>this.version)throw new TypeError("Relationship event cursor snapshot version is invalid");let s=Ur(this.#o.slice(0,o),{cursor:t.cursor,fingerprint:n,limit:t.limit,readId:r=>r.eventId,snapshot:String(o)});return{version:o,events:s.rows,hasMore:s.has_more,...s.next_cursor?{nextCursor:s.next_cursor}:{}}}},Cm="relationship-event-store",Qc=At.O_NOFOLLOW;function bn(e){return V(e,Cm,30,`relationship-store:${process.pid}`,!1,!1,3e3)}async function Ne(e,t="relationships/events.jsonl"){let n=he.resolve(e),o=he.resolve(n,t),s=he.relative(n,o);if(s.length===0)throw new TypeError("Relationship event path must name a file within the tracker root");if(s===".."||s.startsWith(`..${he.sep}`)||he.isAbsolute(s))throw new TypeError("Relationship event path must stay within the tracker root");if(await zo(n,{recursive:!0}),(await Xc(n)).isSymbolicLink())throw new TypeError("Relationship event tracker root must not be a symbolic link");let i=n;for(let a of s.split(he.sep)){i=he.join(i,a);try{if((await Xc(i)).isSymbolicLink())throw new TypeError("Relationship event path must not contain symbolic links")}catch(c){if(Nn(c))break;throw c}}return o}async function wn(e,t,n){let o=new Ct(t,{registry:n}),s,r;try{r=await Zc(e,At.O_RDONLY|Qc),s=await r.readFile("utf8")}catch(a){if(Nn(a))return{log:o,raw:""};throw a}finally{await r?.close()}let i=s.split(`
2
+ `);for(let a=0;a<i.length;a+=1){let c=i[a].trim();if(!c)continue;let d;try{d=JSON.parse(c)}catch{throw new TypeError(`Invalid relationship event JSONL at line ${a+1}`)}if(d.sequence!==o.version+1)throw new TypeError(`Invalid relationship event sequence at line ${a+1}`);o.append({eventId:d.eventId,relationshipId:d.relationshipId,action:d.action,...d.edge===void 0?{}:{edge:d.edge},author:d.author,timestamp:d.timestamp,...d.reason===void 0?{}:{reason:d.reason},expectedVersion:o.version})}return{log:o,raw:s}}function Tm(e,t,n,o){let s=Date.parse(t.timestamp),r;return t.action!=="remove"&&t.edge!==void 0&&(r=new Be(n,[t.edge],o).edges()[0]),e.eventId===t.eventId.trim()&&e.relationshipId===t.relationshipId.trim()&&e.action===t.action&&e.author===t.author.trim()&&Number.isFinite(s)&&e.timestamp===new Date(s).toISOString()&&e.reason===(t.reason?.trim()||void 0)&&F(e.edge)===F(r)}var vn=class e{#t;#n;#o;#r;#e;constructor(t,n,o,s){this.#t=t.pmRoot,this.#n=n,this.#o=t.registry,this.#r=o,this.#e=s}static async open(t){let n=Object.freeze([...t.nodes]),o=await Ne(t.pmRoot,t.relativePath),s=await bn(t.pmRoot);try{await Ne(t.pmRoot,o);let{log:r}=await wn(o,n,t.registry);return new e(t,n,o,r)}finally{await s()}}get path(){return this.#r}async currentVersion(){return this.#e=await this.#s(),this.#e.version}async append(t){let n=await bn(this.#t);try{let o=await Ne(this.#t,this.#r),{log:s}=await wn(o,this.#n,this.#o),r=s.append(t);await zo(he.dirname(o),{recursive:!0}),await Ne(this.#t,o);let i=await Zc(o,At.O_APPEND|At.O_CREAT|At.O_WRONLY|Qc);try{await i.appendFile(`${JSON.stringify(r)}
3
+ `,"utf8")}finally{await i.close()}return this.#e=s,r}finally{await n()}}async appendBatch(t,n={}){let o=await bn(this.#t);try{let s=await Ne(this.#t,this.#r),{log:r,raw:i}=await wn(s,this.#n,this.#o),a=r.version,c=new Map(r.events().map(m=>[m.eventId,m])),d=[],l=[];for(let m of t){let f=m.eventId.trim(),_=c.get(f);if(_!==void 0){if(n.existingEventPolicy==="skip_identical"&&Tm(_,m,this.#n,this.#o)){l.push(_.eventId);continue}if(n.existingEventPolicy==="skip_identical")throw new TypeError(`Relationship event id collision with different content: ${f}`)}let w=r.append(m);c.set(w.eventId,w),d.push(w)}if(d.length>0){let m=i.length===0||i.endsWith(`
4
4
  `)?i:`${i}
5
5
  `;await zo(he.dirname(s),{recursive:!0}),await Ne(this.#t,s),await z(s,`${m}${d.map(f=>JSON.stringify(f)).join(`
6
6
  `)}
7
- `)}return this.#e=r,Object.freeze({version_before:a,version_after:r.version,appended:Object.freeze(d),skipped_event_ids:Object.freeze(l)})}finally{await o()}}async snapshot(t={}){return this.#e=await this.#s(),this.#e.snapshot(t)}async page(t){return this.#e=await this.#s(),this.#e.page(t)}async*stream(t={}){this.#e=await this.#s(),yield*this.#e.stream(t)}async project(t,n,o={}){return this.#e=await this.#s(),this.#e.project(t,n,o)}async#s(){let t=await bn(this.#t);try{let n=await Ne(this.#t,this.#r);return(await wn(n,this.#n,this.#o)).log}finally{await t()}}};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ff13ec2a-64a8-5512-973f-5447be945978")}catch{}})();function Bo(e){let t=Ut();for(let n of e)t.register(n);return t}function Xc(e,t){return{client:t,isItemNotFoundError:n=>Go(n)&&n.exitCode===u.NOT_FOUND,getItemAt:(n,o)=>pa(n,o,{pmRoot:e}),openRelationshipEventStore:n=>vn.open({pmRoot:e,nodes:n.nodes,registry:Bo(n.definitions),...n.relativePath===void 0?{}:{relativePath:n.relativePath}}),createRelationshipGraph:n=>new Be(n.nodes,n.edges,Bo(n.definitions)),analyzeRelationshipImpact:(n,o,s)=>ua(n,o,s),validateRelationshipEvents:n=>{let o=new Ct(n.nodes,{registry:Bo(n.definitions)});return n.events.map(s=>o.append({...s,expectedVersion:o.version}))},commitWorkspaceTransaction:n=>fa({...n,pmRoot:e})}}import{readFile as Rm}from"node:fs/promises";import Am 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 Vo="context-intents.json";function kn(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Cm(e,t,n){if(!kn(e))throw new TypeError(`${t} context intent at index ${String(n)} must be an object`);let o=e.included_field_groups;if(typeof e.command!="string"||typeof e.intent!="string"||typeof e.description!="string"||!Array.isArray(o)||!o.every(s=>typeof s=="string")||typeof e.token_budget!="number")throw new TypeError(`${t} context intent at index ${String(n)} has an invalid contract shape`);return{command:e.command,intent:e.intent,description:e.description,included_field_groups:o,token_budget:e.token_budget}}function Zc(e,t){let n=Array.isArray(e)?e:kn(e)&&Array.isArray(e.intents)?e.intents:void 0;if(!n)throw new TypeError(`${t} context intents must be an array or an object with an intents array`);return n.map((o,s)=>Cm(o,t,s))}async function Tm(e){let t=Am.join(e,Vo),n;try{n=await Rm(t,"utf8")}catch(s){if(He(s))return[];throw await di(e),s}let o;try{o=JSON.parse(n)}catch(s){let r=s instanceof Error?s.message:String(s);throw new TypeError(`Invalid ${Vo}: ${r}`,{cause:s})}return Zc(o,Vo)}function Om(e){if(!kn(e))return;let t=e.contextIntents??e.context_intents;if(t!==void 0)return t;let n=e.default;return kn(n)?n.contextIntents??n.context_intents:void 0}function $m(e){return e.flatMap(t=>{let n=Om(t.module);return n===void 0?[]:Zc(n,`package ${t.name}`)})}async function Pm(e){let t=await Tm(e.pmRoot),n=$m(e.packages??[]);return{workspaceContracts:t,packageContracts:n}}async function Wo(e,t){let n=await Pm(e);return await Wr(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 ed(e,t,n){if(t.body===void 0)throw new p("Missing required --body text",u.USAGE);let o=qt(),s=E(process.cwd(),n.path);await $(s);let r=await R(s),i=C(t.author,r.author_default),c=(await o.resolveValue(t.body,"--body",Ar(t,"body"))).trim();if(c.length===0)throw new p("--body text cannot be empty; append requires non-blank content and empty appends would only rewrite updated_at.",u.USAGE,{code:"append_empty_body",required:"Provide non-empty body text positionally, via --body, or with - for stdin.",examples:['pm append pm-a1b2 --body "Progress note"',"pm append pm-a1b2 --body -"]});let d=await vt({pmRoot:s,settings:r,id:e,op:"append",author:i,message:t.message,force:t.force,mutate(l){let m=l.body.trim().length>0?`
7
+ `)}return this.#e=r,Object.freeze({version_before:a,version_after:r.version,appended:Object.freeze(d),skipped_event_ids:Object.freeze(l)})}finally{await o()}}async snapshot(t={}){return this.#e=await this.#s(),this.#e.snapshot(t)}async page(t){return this.#e=await this.#s(),this.#e.page(t)}async*stream(t={}){this.#e=await this.#s(),yield*this.#e.stream(t)}async project(t,n,o={}){return this.#e=await this.#s(),this.#e.project(t,n,o)}async#s(){let t=await bn(this.#t);try{let n=await Ne(this.#t,this.#r);return(await wn(n,this.#n,this.#o)).log}finally{await t()}}};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ff13ec2a-64a8-5512-973f-5447be945978")}catch{}})();function Bo(e){let t=Ut();for(let n of e)t.register(n);return t}function ed(e,t){return{client:t,isItemNotFoundError:n=>Go(n)&&n.exitCode===u.NOT_FOUND,getItemAt:(n,o)=>ua(n,o,{pmRoot:e}),openRelationshipEventStore:n=>vn.open({pmRoot:e,nodes:n.nodes,registry:Bo(n.definitions),...n.relativePath===void 0?{}:{relativePath:n.relativePath}}),createRelationshipGraph:n=>new Be(n.nodes,n.edges,Bo(n.definitions)),analyzeRelationshipImpact:(n,o,s)=>fa(n,o,s),validateRelationshipEvents:n=>{let o=new Ct(n.nodes,{registry:Bo(n.definitions)});return n.events.map(s=>o.append({...s,expectedVersion:o.version}))},commitWorkspaceTransaction:n=>_a({...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 td(e,t,n=Wr){try{await n({pmRoot:e,result:t})}catch{if(typeof t=="object"&&t!==null&&!Array.isArray(t)){let o=t,s=Array.isArray(o.warnings)?o.warnings.filter(r=>typeof r=="string"):[];o.warnings=[...new Set([...s,"context_usage_feedback_write_failed"])].sort()}}}import{readFile as Om}from"node:fs/promises";import $m 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 Vo="context-intents.json";function kn(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Pm(e,t,n){if(!kn(e))throw new TypeError(`${t} context intent at index ${String(n)} must be an object`);let o=e.included_field_groups;if(typeof e.command!="string"||typeof e.intent!="string"||typeof e.description!="string"||!Array.isArray(o)||!o.every(s=>typeof s=="string")||typeof e.token_budget!="number")throw new TypeError(`${t} context intent at index ${String(n)} has an invalid contract shape`);return{command:e.command,intent:e.intent,description:e.description,included_field_groups:o,token_budget:e.token_budget}}function nd(e,t){let n=Array.isArray(e)?e:kn(e)&&Array.isArray(e.intents)?e.intents:void 0;if(!n)throw new TypeError(`${t} context intents must be an array or an object with an intents array`);return n.map((o,s)=>Pm(o,t,s))}async function Fm(e){let t=$m.join(e,Vo),n;try{n=await Om(t,"utf8")}catch(s){if(He(s))return[];throw await li(e),s}let o;try{o=JSON.parse(n)}catch(s){let r=s instanceof Error?s.message:String(s);throw new TypeError(`Invalid ${Vo}: ${r}`,{cause:s})}return nd(o,Vo)}function Lm(e){if(!kn(e))return;let t=e.contextIntents??e.context_intents;if(t!==void 0)return t;let n=e.default;return kn(n)?n.contextIntents??n.context_intents:void 0}function Mm(e){return e.flatMap(t=>{let n=Lm(t.module);return n===void 0?[]:nd(n,`package ${t.name}`)})}async function Dm(e){let t=await Fm(e.pmRoot),n=Mm(e.packages??[]);return{workspaceContracts:t,packageContracts:n}}async function Wo(e,t){let n=await Dm(e);return await Kr(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 sd(e,t,n){if(t.body===void 0)throw new p("Missing required --body text",u.USAGE);let o=qt(),s=E(process.cwd(),n.path);await $(s);let r=await R(s),i=C(t.author,r.author_default),c=(await o.resolveValue(t.body,"--body",Ar(t,"body"))).trim();if(c.length===0)throw new p("--body text cannot be empty; append requires non-blank content and empty appends would only rewrite updated_at.",u.USAGE,{code:"append_empty_body",required:"Provide non-empty body text positionally, via --body, or with - for stdin.",examples:['pm append pm-a1b2 --body "Progress note"',"pm append pm-a1b2 --body -"]});let d=await vt({pmRoot:s,settings:r,id:e,op:"append",author:i,message:t.message,force:t.force,mutate(l){let m=l.body.trim().length>0?`
8
8
 
9
9
  `:"";return l.body=`${l.body.trimEnd()}${m}${c}
10
- `,{changedFields:["body"]}}});return{item:d.item,appended:c,changed_fields:d.changedFields}}import Fm from"fast-json-patch";import Ko 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 Lm(e,t){return ia(e,t,{errorSubject:"restore",allowFutureTimestamp:!0})}function Mm(e){let t=fo(e,e.length-1);return Object.keys(t.metadata).length===0?{metadata:{},body:t.body}:Ce(Oe(t))}async function Dm(e,t,n,o){let s=await Q(e,t,n.id_prefix,n.item_format,o);if(s){let c=ie(e,s.id),d=await Xr({pmRoot:e,settings:n,itemId:s.id,commandLabel:"restore"});return{id:s.id,historyPath:c,located:s,historyPolicyWarnings:d.warnings}}let r=wt(t,n.id_prefix),i=ro(t),a=r===i?[r]:[r,i];for(let c of a){let d=ie(e,c);if(await Z(d))return{id:c,historyPath:d,located:null,historyPolicyWarnings:[]}}throw new p(`Item ${t} not found`,u.NOT_FOUND)}function Nm(e,t){let n=bt(e),o=bt(t),s=Fm.compare(n,o),r=new Set;for(let i of s){if(i.path==="/body"||i.path.startsWith("/body/")){r.add("body");continue}let a=i.path.replace(/^\/(?:metadata|front_matter)\/?/,"").split("/")[0];r.add(a.replaceAll("~1","/").replaceAll("~0","~"))}return Array.from(r).sort((i,a)=>i.localeCompare(a))}async function jm(e){if(await q(e.subject.historyPath)!==e.historyRawBeforeLock)throw new p(`History for ${e.resolvedId} changed while waiting for lock; retry restore.`,u.CONFLICT);let n=await Q(e.pmRoot,e.resolvedId,e.settings.id_prefix,e.settings.item_format,e.typeToFolder),o=n?await W(n,{schema:e.settings.schema}):null;if((o?.raw??null)!==e.currentItemRawBeforeLock)throw new p(`Item ${e.resolvedId} changed while waiting for lock; retry restore.`,u.CONFLICT);return{loadedItemUnderLock:o,existingItemPath:n?.itemPath??null}}function Um(e,t){return e?{document:e.document,originalRaw:e.raw}:{document:Mm(t),originalRaw:null}}function Gm(e){let t=e.document.metadata.assignee?.trim();if(!(t&&t!==e.author&&!e.force))return[];if(e.enforcement==="strict")throw new p(`Item ${e.resolvedId} is assigned to ${t}. Use --force to override.`,u.CONFLICT);return e.enforcement==="warn"?[`ownership_warning:assignee_conflict:${e.resolvedId}:${t}`]:[]}async function qm(e){if(e.existingItemPath&&e.resolvedOriginalRaw!==null&&e.restoredItemPath!==e.existingItemPath){await z(e.existingItemPath,e.resolvedOriginalRaw),await Ko.rm(e.restoredItemPath,{force:!0});return}if(e.existingItemPath&&e.resolvedOriginalRaw!==null){await z(e.existingItemPath,e.resolvedOriginalRaw);return}await Ko.rm(e.restoredItemPath,{force:!0})}async function zm(e){return[...await D({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 D({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 je(e,t,n,o){let s=E(process.cwd(),o.path);await $(s);let r=await R(s),i=P(r,O()),a=await Dm(s,e,r,i.type_to_folder),c=a.id,d=await q(a.historyPath),l=await Vt(a.historyPath,c);if(l.length===0)throw new p(`No history exists for ${c}; restore is unavailable.`,u.NOT_FOUND);let m=Lm(t,l),f=aa(fo(l,m.historyIndex),m),_=Yr(f,{schema:r.schema});if(_.metadata.id!==c)throw new p(`Restore target resolved to item ${_.metadata.id}, expected ${c}.`,u.GENERIC_FAILURE);let v=(a.located?await W(a.located,{schema:r.schema}):null)?.raw??null,g=C(n.author,r.author_default),h=await V(s,c,r.locks.ttl_seconds,g,!!n.force,r.governance.force_required_for_stale_lock,r.locks.wait_ms);try{let{loadedItemUnderLock:k,existingItemPath:x}=await jm({pmRoot:s,resolvedId:c,subject:a,settings:r,typeToFolder:i.type_to_folder,historyRawBeforeLock:d,currentItemRawBeforeLock:v}),I="toon",A=Um(k,l),X=Gm({document:A.document,author:g,force:n.force,enforcement:r.governance.ownership_enforcement,resolvedId:c}),G=Nm(A.document,_);await gr({pm_root:s,operation:"restore",before:A.document,after:_,changed_fields:G,sdk:li({pmRoot:s,settings:r,typeToFolder:i.type_to_folder})});let se=pe(_,{format:I,schema:r.schema}),le=ft(s,_.metadata.type,c,I,i.type_to_folder),Ee=await Yt(s,g),re=[];try{await z(le,se),x&&le!==x&&await Ko.rm(x);let sm=ae({nowIso:S(),author:g,op:"restore",before:A.document,after:_,message:n.message});try{await Te(a.historyPath,sm)}catch(rm){throw await qm({existingItemPath:x,resolvedOriginalRaw:A.originalRaw,restoredItemPath:le}),rm}re=await Jt({pmRoot:s,preferredFormat:r.item_format,typeToFolder:i.type_to_folder,schema:r.schema,itemPath:le,previousItemPath:x??void 0,document:_})}finally{await Ee()}let om=await zm({restoredItemPath:le,historyPath:a.historyPath,before:A.document,after:_});Gt({id:_.metadata.id,op:"restore",item_type:_.metadata.type,previous_status:A.document.metadata.status,status:_.metadata.status,previous:_t(A.document.metadata,G),current:_t(_.metadata,G),changed_fields:G});let Js=l[m.historyIndex];return{item:_.metadata,restored_from:{kind:m.kind,target:m.raw,history_index:m.historyIndex+1,entry_ts:Js.ts,entry_op:Js.op},changed_fields:G,warnings:[...a.historyPolicyWarnings,...X,...re,...om]}}finally{await h()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="a97a3cf0-beef-5967-8f5b-2372a6c9f2f7")}catch{}})();var nd=1,Yo="close-many",Hm=["--filter-status","--filter-type","--filter-tag","--filter-priority","--filter-sprint","--filter-release","--filter-parent","--filter-assignee","--filter-updated-before","--ids"].join(", ");function Bm(e,t){return xt(e,t,{includePagination:!1})}function Vm(e,t){return xt(e,t)}function Wm(e){if(e?.ids!=null&&String(e.ids).trim().length===0)throw new p("--ids requires at least one non-empty item ID",u.USAGE)}function Km(e){let t={};if(!e)return t;for(let[n,o]of Object.entries(e))o==null||typeof o=="string"&&!o.split(",").some(s=>s.trim().length>0)||(t[n]=o);return t}function Ym(e,t){let n=String(e??"").trim();if(n.length>0)return n;if(t)throw new p("pm close-many requires a shared close reason via --reason because governance.require_close_reason is enabled.",u.USAGE,{code:"close_reason_required",required:"Provide a shared closing summary via --reason for the whole batch.",why:"governance.require_close_reason is enabled, so every close must record why the items are done.",examples:['pm close-many --filter-sprint S-12 --reason "Sprint S-12 acceptance criteria met"','pm close-many --ids pm-a,pm-b --reason "Superseded by redesign"'],nextSteps:["Re-run with --reason describing the shared outcome.","To stop requiring reasons, run: pm config set governance-require-close-reason --policy disabled"]})}async function Jm(e,t){let n=j(t.schema),o=P(t,O()),s=await Pe(e,t.item_format,o.type_to_folder,void 0,t.schema),r=new Map,i=new Map;for(let a of s){if(typeof a.parent!="string"||a.parent.length===0||(i.set(a.id,a.parent),Ke(a.status,n)))continue;let c=r.get(a.parent);c?c.push(a.id):r.set(a.parent,[a.id])}for(let a of r.values())a.sort((c,d)=>c.localeCompare(d));return{childrenByParent:r,parentByChild:i}}function td(e,t,n){let o=n?.get(e);if(o!==void 0)return o;let s=0,r=t.get(e),i=[],a=new Set,c=!1;for(;r!==void 0&&!a.has(r);){let d=n?.get(r);if(d!==void 0){s+=d+1;break}a.add(r),i.push(r),s+=1,r=t.get(r)}if(r!==void 0&&a.has(r)&&(c=!0),!c){n?.set(e,s);for(let[d,l]of i.entries())n?.set(l,s-d-1)}return s}async function Xm(e){let t=await Dt(e.pmRoot,Yo,e.rollbackId,nd),n=e.options.message??`Rollback close-many checkpoint ${t.id}`,o=await Nt(t.items,(s,r)=>je(s,r,{author:e.options.author,message:n,force:!0},e.global));return{...De({applied:o.restored_ids.length,skipped:0,failed:o.failed_count,unmatched:0}),mode:"rollback",matched_count:t.items.length,dry_run:!1,rollback_checkpoint_id:t.id,checkpoint:{id:t.id,created_at:t.created_at,path:t.path,rollback_command:`pm close-many --rollback ${t.id}`},restored_count:o.restored_ids.length,failed_count:o.failed_count,rows:o.rows,ids:o.restored_ids}}function Zm(e,t,n,o,s){return e.map(r=>{let i=(t.get(r.id)??[]).filter(c=>!n.has(c)),a=!od(r,o,s);return{id:r.id,title:typeof r.title=="string"?r.title:"",status:r.status,action:a?"skip":"close",...a?{skip_reason:"already_terminal"}:{},...i.length>0?{active_child_ids:i}:{}}})}async function Qm(e){let t=await Mt(e.pmRoot,Yo,e.checkpointId,{schema_version:nd,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 ep(e){let t=[],n=[];for(let o of e.matched){if(!e.closableIds.has(o.id)){t.push({id:o.id,status:"skipped",skip_reason:"already_terminal"});continue}try{let s=await Me(o.id,e.reason,e.closeOptions,e.global);t.push({id:o.id,status:"closed",changed_fields:s.changed_fields,...s.warnings&&s.warnings.length>0?{warnings:s.warnings}:{}}),n.push(o.id)}catch(s){t.push({id:o.id,status:"failed",error:be(s)})}}return{rows:t,closedIds:n}}function tp(e){return typeof e.rollback=="string"?e.rollback:void 0}function np(e,t){if(t.trim().length===0)throw new p("--rollback requires a checkpoint id",u.USAGE);if(e.dryRun===!0)throw new p("--dry-run cannot be combined with --rollback",u.USAGE);if(Vm(e.list,e.status))throw new p("Rollback mode does not accept filter options",u.USAGE)}function op(e){if(!Bm(e.list,e.status))throw new p(`close-many requires at least one filter to scope the close (for example: ${Hm}). Refusing to match every item.`,u.USAGE)}function sp(e,t){let n=new Map;return[...e].sort((o,s)=>{let r=td(s.id,t,n)-td(o.id,t,n);return r!==0?r:o.id.localeCompare(s.id)})}function od(e,t,n){return n||!Ke(e.status,t)}function rp(e,t,n){return new Set(e.filter(o=>od(o,t,n)).map(o=>o.id))}async function ip(e){op(e.options);let t=j(e.settings.schema),n=Ym(e.options.reason,e.settings.governance.require_close_reason),o=e.options.force===!0,s=await fe(e.options.status,Km(e.options.list),e.global),{childrenByParent:r,parentByChild:i}=await Jm(e.pmRoot,e.settings),a=sp(s.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 fe(void 0,{ids:c.join(","),noTruncate:!0,full:!0},e.global)).items,l=new Set(d.map(f=>f.id)),m=rp(a,t,o);return{pmRoot:e.pmRoot,settings:e.settings,statusRegistry:t,reason:n,validateCloseMode:e.options.validateClose,force:o,listed:s,matched:a,unmatchedIds:c.length===0?void 0:c.filter(f=>!l.has(f)),planRows:Zm(a,r,m,t,o)}}function ap(e){return{outcome:"effect",exit_code:u.SUCCESS,mode:"dry_run",matched_count:e.matched.length,dry_run:!0,...e.reason!==void 0?{reason:e.reason}:{},filters:e.listed.filters,...e.validateCloseMode?{validate_close:e.validateCloseMode}:{},item_plans:e.planRows,ids:[],...e.unmatchedIds!==void 0?{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length}:{}}}async function cp(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 Qm({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 sd(e,t){let n=E(process.cwd(),t.path);await $(n);let o=await R(n),s=e.dryRun===!0,r=tp(e);if(Wm(e.list),r!==void 0)return np(e,r),Xm({pmRoot:n,rollbackId:r,options:e,global:t});let i=await ip({pmRoot:n,settings:o,options:e,global:t});if(s)return ap(i);let a=new Set(i.planRows.filter(h=>h.action==="close").map(h=>h.id)),c=S(),d=Lt(Yo,c),l=await cp({context:i,options:e,closableIds:a,checkpointId:d,nowValue:c}),m={author:e.author,message:e.message??`close-many apply ${d}`,completedAt:e.completedAt,validateClose:i.validateCloseMode,force:i.force,resolution:e.resolution,expectedResult:e.expectedResult,actualResult:e.actualResult},{rows:f,closedIds:_}=await ep({matched:i.matched,closableIds:a,reason:i.reason,closeOptions:m,global:t}),w=f.filter(h=>h.status==="closed").length,v=f.filter(h=>h.status==="skipped").length,g=f.filter(h=>h.status==="failed").length;return{...De({applied:w,skipped:v,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}:{},...l?{checkpoint:l}:{},closed_count:w,skipped_count:v,failed_count:g,rows:f,ids:_,...i.unmatchedIds!==void 0?{unmatched_ids:i.unmatchedIds,unmatched_count:i.unmatchedIds.length}:{}}}import{readFile as dp}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 Jo(e,t){let n=e.add!==void 0,o=e.stdin===!0,s=typeof e.file=="string",r=Number(n)+Number(o)+Number(s);if(r===0)return;if(r>1)throw new p("Specify comment text using only one input source: --add, --stdin, or --file",u.USAGE);if(n)return{value:await t.resolveValue(e.add,"--add",Rr(e))??"",emptyFlag:"--add"};if(o)return Io(e,"--stdin"),{value:await t.resolveValue("-","--stdin")??"",emptyFlag:"--stdin"};let i=e.file.trim();if(!i)throw new p("--file path cannot be empty",u.USAGE);if(i==="-")return Io(e,"--file -"),{value:await t.resolveValue("-","--file")??"",emptyFlag:"--file"};try{return{value:await dp(i,"utf8"),emptyFlag:"--file"}}catch(a){if(cc(a)&&He(a))throw new p(`--file path not found: ${i}. Use --file - to read stdin.`,u.USAGE);let c=a instanceof Error?a.message:String(a);throw new p(`Failed to read --file path "${i}": ${c}. Use --file - to read stdin.`,u.USAGE)}}async function lp(e,t){let n=e.edit,o=e.delete,s=n!==void 0,r=o!==void 0;if(s&&r)throw new p("Specify only one of --edit or --delete",u.USAGE);if(n!==void 0&&(!Number.isInteger(n)||n<1))throw new p("--edit must be a positive integer",u.USAGE);if(o!==void 0&&(!Number.isInteger(o)||o<1))throw new p("--delete must be a positive integer",u.USAGE);if(r){if(await Jo(e,t)!==void 0)throw new p("--delete does not take comment text",u.USAGE);return{mode:"delete",index:o}}if(s){let c=await Jo(e,t);if(c===void 0)throw new p("--edit requires replacement text via positional [text], --add, --stdin, or --file",u.USAGE);return{mode:"edit",index:n,value:c.value,emptyFlag:c.emptyFlag}}let i=await Jo(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 rd(e,t,n){let o=qt(),s=await lp(t,o),r=s.mode==="add"||s.mode==="edit",i=s.value??"";return et(e,t,n,{input:{...s,rawValue:t.add??i,value:r?Qe(i,{stripPlainTextPrefix:!0}):i},collectionKey:"comments",op:"comment_add",editOp:"comment_edit",deleteOp:"comment_delete",parseText:a=>a,createEntry:a=>a,bypassOwnershipConflict:!!(s.mode==="add"&&t.ownershipAppendBypass),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm comments pm-a1b2 --add "review note" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="972816c9-b407-5b89-a744-249c9771451f")}catch{}})();async function id(e,t,n){return et(e,t,n,{input:await un(t,"learning"),collectionKey:"learnings",op:"learning_add",editOp:"learning_edit",deleteOp:"learning_delete",parseText:o=>Qe(o),createEntry:o=>o,bypassOwnershipConflict:!!(t.edit===void 0&&t.delete===void 0&&t.ownershipAppendBypass),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm learnings pm-a1b2 --add "review learning" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="216389a2-fb85-56a0-8ef2-9f41f1321c16")}catch{}})();function mp(e){if(e===void 0)return;if(e.trim().length===0)throw new p("--add-json must contain a JSON value",u.USAGE,{code:"structured_event_json_empty"});let t;try{t=JSON.parse(e)}catch{throw new p("--add-json must be valid JSON",u.USAGE,{code:"structured_event_json_invalid"})}return t}function pp(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 up(e){if(e===void 0)return;let t=Date.parse(e);if(!Number.isFinite(t))throw new p("--since must be a valid ISO timestamp",u.USAGE,{code:"structured_event_since_invalid"});return t}async function ad(e,t,n){let o=mp(t.addJson),s=[t.add!==void 0,t.stdin===!0,t.file!==void 0,t.edit!==void 0,t.delete!==void 0].includes(!0);if(o!==void 0&&s)throw new p("--add-json cannot be combined with text, edit, delete, stdin, or file inputs",u.USAGE,{code:"structured_event_input_conflict"});let r=o===void 0?void 0:F(o),i=[t.since,t.eventType].some(w=>w!==void 0),a=up(t.since),c=ei(t.limit),d=await et(e,{...t,...i?{limit:void 0}:{},includeMeta:[t.includeMeta===!0,i].includes(!0)},n,{input:await un(r===void 0?t:{add:r},"note"),collectionKey:"notes",op:"note_add",editOp:"note_edit",deleteOp:"note_delete",parseText:w=>Qe(w),createEntry:w=>o===void 0?w:{...w,format:"json",data:o,event_type:pp(o)},bypassOwnershipConflict:!![t.edit===void 0,t.delete===void 0,t.ownershipAppendBypass===!0].every(Boolean),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm notes pm-a1b2 --add "review note" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}}),l=t.eventType?.trim(),m=d.notes.filter(w=>{let v=[w.format==="json",w.data!==void 0].every(Boolean),g=[a===void 0,Date.parse(w.created_at)>=(a??Number.POSITIVE_INFINITY)].includes(!0),h=[!l,w.event_type===l].includes(!0);return[!i,[v,g,h].every(Boolean)].includes(!0)}),f=i?ac(m,c):m,_=f.filter(w=>w.format==="json").length;return{...d,notes:f,count:f.length,...i?{total_count:m.length,returned_count:f.length,has_more:f.length<m.length,...c===void 0?{}:{limit:c},structured_event_count:_}:t.includeMeta===!0?{structured_event_count:_}:{}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="fada7a33-ad1d-54f1-ae03-c5f8e4568d75")}catch{}})();var dd=1,Zo="update-many",fp=new Set(["author","message","force","ownershipMetadataBypass","ownershipDependencyBypass","allowUnresolvedDeps"]),_p=["--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(", "),hp={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"},gp=[{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"}],yp={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"},ld=e=>{let t={};for(let[n,o]of Object.entries(e))fp.has(n)||o!==void 0&&(t[n]=o);return t},bp=e=>Object.keys(ld(e)).length>0,md=e=>typeof e=="string"?e.trim():e,wp=e=>{let t=String(e).trim(),n=Number(t);return Number.isInteger(n)?n:t},Xo=e=>{let t=String(e).trim(),n=Number(t);return Number.isFinite(n)?n:t},vp=e=>{let t=String(e).trim().toLowerCase();return new Map([["true",!0],["1",!0],["false",!1],["0",!1]]).get(t)??md(e)},kp={priority:wp,estimatedMinutes:Xo,order:Xo,rank:Xo,regression:vp},Sp=(e,t)=>{if(t!==void 0)return(kp[e]??md)(t)},Ip=e=>{let t=e.trim().toLowerCase().replaceAll("-","_");return yp[t]??t},Sn=(e,t)=>ur(e,t),Ep=(e,t)=>t!==void 0?t:e==="type_options"?{}:[],xp=(e,t)=>Array.isArray(t)?t.length:e==="type_options"&&t&&typeof t=="object"?Object.keys(t).length:0,Rp=e=>e.replace?"replace":e.clear?"clear_or_reset":e.removeCount>0?"merge_remove":"append",cd=(e,t)=>t===void 0?void 0:e[t],nt=e=>Array.isArray(e)?e.length:0,Ap=(e,t,n)=>{let o=n[e.addKey],s=cd(n,e.removeKey),r=nt(o),i=nt(s),a=n[e.clearKey]===!0,c=cd(n,e.replaceKey)===!0;if(![a,c,r>0,i>0].includes(!0))return;let d=Ep(e.field,t[e.field]);return{field:e.field,before:d,after:{operation:Rp({replace:c,clear:a,removeCount:i}),clear:a,replace:c,add_count:r,remove_count:i,before_count:xp(e.field,d)}}},Cp=(e,t)=>{let n=[];for(let o of gp){let s=Ap(o,e,t);s!==void 0&&n.push(s)}return n},Tp=e=>Array.isArray(e)?e.filter(t=>typeof t=="string"):[],Op=(e,t)=>{if(![t.tags!==void 0,nt(t.addTags)>0,nt(t.removeTags)>0].includes(!0))return;let n=Tp(e.tags),o=t.tags===void 0?n:ht(t.tags),s=Ir(o,t.addTags),r=Er(s,t.removeTags).slice().sort((a,c)=>a.localeCompare(c)),i=n.slice().sort((a,c)=>a.localeCompare(c));if(!Sn(i,r))return{field:"tags",before:n,after:r}},$p=(e,t)=>{let n=e.acceptance_criteria,o=Sr(kr(n),t.addAc,t.removeAc);if(o.unmatchedRemovals.length>0)throw new p(`Acceptance criteria removal did not match: ${o.unmatchedRemovals.join(", ")}`,u.NOT_FOUND,{code:"acceptance_criteria_remove_unmatched",reason:"exact_match_not_found",field:"acceptance_criteria",unmatched:o.unmatchedRemovals});let s=o.criteria.join("; ");if(!Sn(typeof n=="string"?n:"",s))return{field:"acceptance_criteria",before:n,after:s}},Pp=(e,t,n)=>{for(let[o,s]of Object.entries(hp)){let r=n[o];if(r===void 0)continue;let i=t[s],a=Sp(o,r);Sn(i,a)||e.push({field:s,before:i,after:a})}},Fp=(e,t,n,o)=>{let s=Fr(n,o,["update_many"]);for(let[r,i]of Object.entries(s)){let a=t[r];Sn(a,i)||e.push({field:r,before:a,after:i})}},Lp=(e,t,n)=>{for(let o of n??[]){let s=Ip(o),r=t[s];r!==void 0&&e.push({field:s,before:r,after:null})}},Mp=(e,t,n={})=>{let o=e,s=[],r=Op(o,n);if(r&&s.push(r),Pp(s,o,n),nt(n.addAc)>0||nt(n.removeAc)>0){let i=$p(o,n);i!==void 0&&s.push(i)}return s.push(...Cp(o,n)),Fp(s,o,n,t),Lp(s,o,n.unset),{id:e.id,changes:s}},Dp=(e,t)=>Qr(e,t,{strict:!0,flagLabel:"--filter-status"}),Np=e=>{if(e?.ids!=null&&String(e.ids).trim().length===0)throw new p("--ids requires at least one non-empty item ID",u.USAGE)},jp=[({update:e})=>{e.priority!==void 0&&Zr(e.priority)},({update:e,settings:t,pmRoot:n})=>{if(e.type===void 0)return;let o=P(t,O());if(!jt(e.type,o))throw new p(oi(e.type,o.types,$r(n,t.schema)),u.USAGE)},({update:e,statusRegistry:t})=>{if(e.status!==void 0&&!Ae(e.status,t)){let n=t.definitions.map(o=>o.id);throw new p(`Invalid --status value "${e.status}". Allowed: ${n.join(", ")}`,u.USAGE)}},({update:e})=>{e.deadline!==void 0&&sr(e.deadline,new Date,"deadline")},({update:e})=>{e.estimatedMinutes!==void 0&&Cr(e.estimatedMinutes,"estimated-minutes")}],Up=(e,t,n,o)=>{let s={update:e,settings:t,statusRegistry:n,pmRoot:o};for(let r of jp)r(s)},Gp=async e=>{let t=await Dt(e.pmRoot,Zo,e.rollbackId,dd),n=e.options.update?.message??`Rollback update-many checkpoint ${t.id}`,o=await Nt(t.items,(s,r)=>je(s,r,{author:e.options.update?.author,message:n,force:e.options.update?.force??!0},e.global));return{...De({applied:o.restored_ids.length,skipped:0,failed:o.failed_count,unmatched:0}),mode:"rollback",matched_count:t.items.length,dry_run:!1,rollback_checkpoint_id:t.id,checkpoint:{id:t.id,created_at:t.created_at,path:t.path,rollback_command:`pm update-many --rollback ${t.id}`},restored_count:o.restored_ids.length,failed_count:o.failed_count,rows:o.rows,ids:o.restored_ids}},qp=async e=>{let t={schema_version:dd,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 Mt(e.pmRoot,Zo,e.checkpointId,t);return{id:e.checkpointId,created_at:e.nowValue,path:n,rollback_command:`pm update-many --rollback ${e.checkpointId}`}},zp=(e,t)=>{if(e==null)return;let n=[...new Set(String(e).split(",").map(s=>s.trim()).filter(s=>s.length>0))],o=new Set(t.map(s=>s.id));return n.filter(s=>!o.has(s))},Qo=e=>e.unmatchedIds===void 0?{}:{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length},Hp=async e=>{let t=E(process.cwd(),e.path);await $(t);let n=await R(t);return{pmRoot:t,settings:n,statusRegistry:j(n.schema),runtimeFieldRegistry:yt(n.schema)}},Bp=e=>{if(e.options.dryRun===!0)throw new p("--dry-run cannot be combined with --rollback",u.USAGE);if(xt(e.options.list,e.options.status))throw new p("Rollback mode does not accept filter options",u.USAGE);if(Object.keys(e.updateSummary).length>0)throw new p("Rollback mode does not accept update mutation flags",u.USAGE);return Gp({pmRoot:e.runtime.pmRoot,rollbackId:e.rollbackId,options:e.options,global:e.global})},Vp=async e=>{Dp(e.options.status,e.runtime.statusRegistry);let t=await fe(void 0,{...e.options.list,status:e.options.status,compact:void 0,brief:void 0,fields:void 0,includeBody:!0,full:!0},e.global),n=t.items.map(s=>{let r=Mp(s,e.runtime.runtimeFieldRegistry,e.options.update);return e.dependencyWarnings.length===0?r:{...r,warnings:[...e.dependencyWarnings]}}),o=e.options.list?.ids==null?[]:(await fe(void 0,{ids:e.options.list.ids,noTruncate:!0,full:!0},e.global)).items;return{listed:t,planned:n,actionable:n.filter(s=>s.changes.length>0),updateSummary:e.updateSummary,unmatchedIds:zp(e.options.list?.ids,o)}},Wp=e=>({outcome:"effect",exit_code:u.SUCCESS,mode:"dry_run",matched_count:e.listed.items.length,dry_run:!0,filters:e.listed.filters,planned_update_options:e.updateSummary,item_plans:e.planned,ids:[],...Qo(e)}),Kp=e=>({...De({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:[],...Qo(e)}),Yp=async e=>{let t=[],n=[],o=e.options.update.message??`update-many apply ${e.checkpointId}`,s=new Set(e.plans.filter(r=>r.changes.length>0).map(r=>r.id));for(let r of e.items){if(!s.has(r.id)){t.push({id:r.id,status:"skipped"});continue}try{let i=no({...e.options.update,message:o,runtimeFieldCommands:["update_many"]}),a=await ve(r.id,i,e.global);t.push({id:r.id,status:"updated",changed_fields:a.changed_fields,warnings:a.warnings}),n.push(r.id)}catch(i){t.push({id:r.id,status:"failed",error:be(i)})}}return{rows:t,updatedIds:n}},Jp=async e=>{if(e.plan.actionable.length===0)return Kp(e.plan);let t=S(),n=Lt(Zo,t),o=new Set(e.plan.actionable.map(m=>m.id)),s=e.plan.listed.items.filter(m=>o.has(m.id)).map(m=>({id:m.id,target_updated_at:m.updated_at})),r=e.options.checkpoint===!1?void 0:await qp({pmRoot:e.runtime.pmRoot,checkpointId:n,nowValue:t,options:e.options,statusFilter:e.options.status,filters:e.plan.listed.filters,updateSummary:e.plan.updateSummary,checkpointItems:s}),i=await Yp({items:e.plan.listed.items,plans:e.plan.planned,options:e.options,global:e.global,checkpointId:n}),a=m=>i.rows.filter(f=>f.status===m).length,c=a("updated"),d=a("skipped"),l=a("failed");return{...De({applied:c,skipped:d,failed:l,unmatched:e.plan.unmatchedIds?.length??0}),mode:"apply",matched_count:e.plan.listed.items.length,dry_run:!1,filters:e.plan.listed.filters,planned_update_options:e.plan.updateSummary,...r?{checkpoint:r}:{},updated_count:c,skipped_count:d,failed_count:l,rows:i.rows,ids:i.updatedIds,...Qo(e.plan)}},pd=async(e,t)=>{let n=await Hp(t),o=typeof e.rollback=="string"?e.rollback:void 0;o===void 0&&(e={...e,update:no(await pc(e.update))});let s=ld(e.update);if(Np(e.list),o!==void 0)return Bp({runtime:n,rollbackId:o,options:e,global:t,updateSummary:s});if(!bp(e.update)&&e.dryRun!==!0)throw new p(`No update-many mutation flags provided. Add at least one mutation flag (for example: ${_p}), or pass --dry-run for a filter-only preview.`,u.USAGE);Up(e.update,n.settings,n.statusRegistry,n.pmRoot),uc(e.update);let r=await Co({pmRoot:n.pmRoot,dependencies:Oo(e.update.dep,n.settings.id_prefix,S(),C(e.update.author,n.settings.author_default)).additions,idPrefix:n.settings.id_prefix,itemFormat:n.settings.item_format,typeToFolder:P(n.settings,O()).type_to_folder,allowUnresolved:e.update.allowUnresolvedDeps}),i=await Vp({options:e,global:t,runtime:n,updateSummary:s,dependencyWarnings:r});return await Co({pmRoot:n.pmRoot,dependencies:Oo(e.update.dep,n.settings.id_prefix,S(),C(e.update.author,n.settings.author_default)).additions,idPrefix:n.settings.id_prefix,itemFormat:n.settings.item_format,typeToFolder:P(n.settings,O()).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?Wp(i):Jp({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 Xp=["create","show","add-step","update-step","complete-step","block-step","reorder-step","remove-step","link","unlink","decision","discovery","validation","resume","approve","materialize"],ud=["brief","standard","deep"],hd="plan-step-",rs="draft",ss=["bug-investigation","feature-implementation","refactoring-sprint"],fd={"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 Zp(e){let t=e.trim().toLowerCase(),n=Object.prototype.hasOwnProperty.call(fd,t)?fd[t]:void 0;if(!n)throw new p(`Unknown plan template "${e}". Allowed: ${ss.join(", ")}`,u.USAGE,{code:"unknown_plan_template",examples:[`pm plan create --title "Fix login crash" --template ${ss[0]}`]});return n.map(o=>({...o}))}function Qp(e,t){return t>0?Math.round(e/t*100):0}function gd(e){return(Array.isArray(e)?e:e==null?[]:[e]).filter(n=>n!=null).map(n=>(typeof n=="string"?n:String(n)).trim()).filter(n=>n.length>0)}function ne(e){return Array.isArray(e)?e.flatMap(t=>po(t,{unique:!1})):typeof e=="string"&&e.trim().length>0?po(e,{unique:!1}):[]}function B(e){return Array.isArray(e)?e.map(t=>t.trim()).filter(Boolean):typeof e=="string"&&e.trim().length>0?[e.trim()]:[]}function yd(e,t=rs){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Gn.find(s=>s===n);if(!o)throw new p(`Invalid plan mode "${e}". Allowed: ${Gn.join(", ")}`,u.USAGE);return o}function is(e,t="pending"){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=qn.find(s=>s===n);if(!o)throw new p(`Invalid step status "${e}". Allowed: ${qn.join(", ")}`,u.USAGE);return o}function bd(e,t="related"){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Hn.find(s=>s===n);if(!o)throw new p(`Invalid step link kind "${e}". Allowed: ${Hn.join(", ")}`,u.USAGE);return o}function eu(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0)return;let n=zn.find(o=>o===t);if(!n)throw new p(`Invalid plan harness "${e}". Allowed: ${zn.join(", ")}`,u.USAGE);return n}function tu(e){if(e===void 0)return"brief";let t=e.trim().toLowerCase(),n=ud.find(o=>o===t);if(!n)throw new p(`Invalid --depth "${e}". Allowed: ${ud.join(", ")}`,u.USAGE);return n}function nu(e){if(e===void 0)return null;let t=e.split(",").map(n=>n.trim()).filter(n=>n.length>0);if(t.length===0)throw new p("Plan --fields requires a comma-separated list of plan field names",u.USAGE);return t}var es=new Set(["id","title","status","mode","scope","harness","parent","resume_context","steps_summary","current_step","blocked_steps","steps","decisions","discoveries","validation","linked_items"]);function ou(e,t){let n=e,o={},s=[];for(let r of t){let i=r.startsWith("plan.")?r.slice(5):r;if(i.length!==0){if(!es.has(i)){s.push(r);continue}Object.prototype.hasOwnProperty.call(n,i)&&(o[i]=n[i])}}if(s.length>0)throw new p(`Unknown Plan --fields value(s): ${s.join(", ")}`,u.USAGE,{nextSteps:[`Use --fields ${[...es].join(",")}`,"Run pm plan show <id> --depth brief for compact default fields."],recovery:{provided_fields:s,suggested_retry:`pm plan show <id> --fields ${[...es].join(",")}`}});return o}function as(e,t){let n={};for(let o of e.split(",")){let s=o.trim();if(s.length===0)continue;let r=s.indexOf("=");if(r<=0)throw new p(`Invalid ${t} entry "${s}"; expected key=value`,u.USAGE,{code:"malformed_plan_step_evidence",required:`${t} entries must use comma-separated key=value fields.`,why:"Structured Plan evidence must be validated before it is persisted.",examples:['--file "path=src/index.ts,scope=project,note=implementation"','--test "command=pnpm test,note=regression"','--doc "path=docs/PLAN.md,scope=project"']});n[s.slice(0,r).trim().toLowerCase()]=s.slice(r+1).trim()}return n}function cs(e){let t=as(e,"--file");if(!t.path)throw new p("--file requires path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--file requires a non-empty path field.",why:"Plan file evidence needs a stable path for later verification."});let n={path:t.path};return(t.scope==="global"||t.scope==="project")&&(n.scope=t.scope),t.note&&(n.note=t.note),n}function ds(e){let t=as(e,"--test");if(!t.command&&!t.path)throw new p("--test requires at least command=<value> or path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--test requires a command or path field.",why:"Plan test evidence must identify something runnable or inspectable."});let n={};return t.command&&(n.command=t.command),t.path&&(n.path=t.path),t.note&&(n.note=t.note),n}function ls(e){let t=as(e,"--doc");if(!t.path)throw new p("--doc requires path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--doc requires a non-empty path field.",why:"Plan documentation evidence needs a stable path for later verification."});let n={path:t.path};return(t.scope==="global"||t.scope==="project")&&(n.scope=t.scope),t.note&&(n.note=t.note),n}function su(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=Qp(t.completed,t.total),t}function ru(e){let t=new Set(e.map(n=>n.id));for(let n=e.length+1;n<e.length+1024;n+=1){let o=`${hd}${String(n).padStart(3,"0")}`;if(!t.has(o))return o}throw new p("Could not allocate step id (limit reached)",u.GENERIC_FAILURE)}function ot(e,t){let n=t.trim();if(n.length===0)throw new p("Step reference cannot be empty",u.USAGE);let o=e.find(s=>s.id===n);if(o)return o;if(/^\d+$/.test(n)){let s=Number.parseInt(n,10),r=e.find(i=>i.order===s);if(r)return r}throw new p(`Step "${t}" not found in plan`,u.NOT_FOUND)}function _d(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 iu(e,t){let n=t.filter(i=>i.trim().toLowerCase()==="all"),o=[],s=[];if(n.length>0){if(t.length>n.length)throw new p("pm plan materialize --steps all cannot be combined with other step refs",u.USAGE);for(let i of e.slice().sort((a,c)=>a.order-c.order)){let a=_d(i);if(a){s.push({from_step:i.id,...a});continue}o.push(i)}return{targets:o,skipped:s}}let r=new Set;for(let i of t){let a=ot(e,i);if(r.has(a.id))continue;r.add(a.id);let c=_d(a);if(c){s.push({from_step:a.id,...c});continue}o.push(a)}return{targets:o,skipped:s}}function au(e,t){let n=e==="decision"?t.decisionText:e==="discovery"?t.discoveryText:t.validationText,o=e==="decision"?t.decision:e==="discovery"?t.discovery:t.validation;return n?.trim()||o?.trim()||void 0}function cu(e){return e.find(t=>t.status==="in_progress")??e.find(t=>t.status==="pending")}function du(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 K(e,t="brief"){let n=(e.plan_steps??[]).slice().sort((i,a)=>i.order-a.order),o=su(n),s=cu(n),r={id:e.id,title:e.title,status:e.status,mode:e.plan_mode??rs,scope:e.plan_scope,harness:e.plan_harness,parent:e.parent,resume_context:e.plan_resume_context,steps_summary:o,current_step:s?{id:s.id,order:s.order,title:s.title,status:s.status}:void 0,blocked_steps:du(n),linked_items:(e.dependencies??[]).map(i=>({id:i.id,kind:i.kind}))};return(t==="standard"||t==="deep")&&(r.steps=n),t==="deep"&&(r.decisions=e.plan_decisions??[],r.discoveries=e.plan_discoveries??[],r.validation=e.plan_validation??[]),r}function Y(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&&!uo(t.mode)&&t.status!=="closed"&&t.status!=="canceled"&&n.push(`pm close ${e} "plan complete"`),n}function wd(e){if((e.type??"").trim().toLowerCase()!=="plan")throw new p(`Item ${e.id} is type ${e.type}; pm plan commands require type=Plan. Use pm plan create or pm create --type Plan first.`,u.USAGE,{code:"wrong_item_type",required:"Use pm plan commands only with items whose type is Plan.",why:"Plan commands read and mutate Plan-specific step, decision, discovery, and validation fields.",examples:[`pm get ${e.id} --depth brief`,'pm plan create --title "Execution plan" --scope "<goal>"']})}async function lu(e){let t=E(process.cwd(),e.path);await $(t);let n=await R(t);return{pmRoot:t,settings:n}}async function vd(e,t){let n=P(e.settings,O()),o=await Q(e.pmRoot,t,e.settings.id_prefix,e.settings.item_format,n.type_to_folder);if(!o)throw new p(`Plan ${t} not found`,u.NOT_FOUND);let s=await W(o,{schema:e.settings.schema});return wd(s.document.metadata),{document:s.document,itemId:o.id}}function mu(e){let t=[];e.parent&&t.push(`id=${e.parent.trim()},kind=parent`);for(let n of ne(e.related))t.push(`id=${n},kind=related`);for(let n of ne(e.blocks))t.push(`id=${n},kind=blocks`);for(let n of ne(e.blockedBy))t.push(`id=${n},kind=blocked_by`);return t.length>0?t:void 0}function pu(e){let t=e.validationText?.trim(),n=e.validationCommand?.trim(),o=e.validationExpected?.trim();if(!(!t&&!n&&!o))return{text:t||n||"Validation check",command:n||void 0,expected:o||void 0}}function uu(e){return!!e.stepBody?.trim()||!!e.stepOwner?.trim()||!!e.stepStatus?.trim()||!!e.stepEvidence?.trim()||!!e.stepBlockedReason?.trim()||!!e.stepReplacement?.trim()||ne(e.dependsOn).length>0||ne(e.link).length>0}function fu(e){let t=e.stepTitle?.trim()||void 0,n=gd(e.step),o=e.template?.trim()?Zp(e.template):[];return{repeatedStepTitles:n,stepTitleFlag:t,stepTitles:[...t?[t]:[],...n,...o.map(s=>s.title)],templateSteps:o}}function _u(e,t){if((e.stepTitleFlag||e.repeatedStepTitles.length>0)&&e.templateSteps.length>0)throw new p("pm plan create --template cannot be combined with --step-title or --step; choose one step seeding source",u.USAGE,{code:"ambiguous_option_combination",examples:[`pm plan create --title "Fix login crash" --template ${ss[0]}`,'pm plan create --title "Custom plan" --step "Read the code" --step "Write the fix"']});if(e.stepTitles.length>1&&t)throw new p("pm plan create per-step options apply to a single initial step; with multiple --step values create the plan first, then refine steps individually",u.USAGE,{code:"ambiguous_option_combination",examples:['pm plan create --title "Execution plan" --step "Read the code" --step "Write the fix"','pm plan update-step <plan-id> plan-step-001 --step-body "Inspect retry path"']})}function hu(e,t){let n=is(e.stepStatus,"pending"),o=ms(e,"depends_on"),s=B(e.file).map(cs),r=B(e.test).map(ds),i=B(e.doc).map(ls),a=S();return{id:"plan-step-001",order:1,title:t,body:e.stepBody?.trim()||void 0,status:n,owner:e.stepOwner?.trim()||void 0,evidence:e.stepEvidence?.trim()||void 0,blocked_reason:n==="blocked"?e.stepBlockedReason?.trim()||"":void 0,linked_items:o.length>0?o:void 0,files:s.length>0?s:void 0,tests:r.length>0?r:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n==="completed"?a:void 0}}function gu(e){let t=fu(e),n=uu(e);if(_u(t,n),t.stepTitles.length===0)return{steps:[],hasPerStepDetailOptions:n};if(t.stepTitles.length===1)return{steps:[hu(e,t.stepTitles[0])],hasPerStepDetailOptions:n};let o=S();return{steps:t.stepTitles.map((s,r)=>({id:`${hd}${String(r+1).padStart(3,"0")}`,order:r+1,title:s,body:t.templateSteps[r]?.body,status:"pending",created_at:o,updated_at:o})),hasPerStepDetailOptions:n}}function kd(e,t,n=[]){gt(e,t),n.length>0&&xr(t,n)}async function yu(e,t,n){let o=e.title?.trim();if(!o)throw new p("pm plan create requires --title",u.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Refactor lock retry" --scope pm-a1b2']});let s=yd(e.mode,rs),r=eu(e.harness),i=e.fromSearch?.trim(),a=pu(e),{steps:c,hasPerStepDetailOptions:d}=gu(e);if(c.length===0&&d)throw new p("pm plan create step options require --step-title (or a single --step)",u.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Execution plan" --step-title "Read the code"']});let l=e.description?.trim()??e.scope?.trim()??o,m=e.claim?C(e.author,n.settings.author_default):e.assignee?.trim()||void 0,f={...e,title:o,description:l,type:"Plan",template:void 0,file:B(e.file),test:B(e.test),doc:B(e.doc),field:B(e.field),assignee:C(e.author,n.settings.author_default),blockedBy:void 0,dep:mu(e),message:e.message??(i?`plan create (search: ${i})`:"plan create")};kd(e,f);let _=await Rt(f,t),w=await vt({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 h=["plan_mode"];g.metadata.plan_mode=s,r&&(g.metadata.plan_harness=r,h.push("plan_harness"));let k=e.scope?.trim();k&&(g.metadata.plan_scope=k,h.push("plan_scope"));let x=e.resumeContext?.trim();return x&&(g.metadata.plan_resume_context=x,h.push("plan_resume_context")),g.metadata.plan_steps=c,h.push("plan_steps"),a&&(g.metadata.plan_validation=[...g.metadata.plan_validation??[],a],h.push("plan_validation")),m&&(g.metadata.assignee=m,h.push("assignee")),{changedFields:h}}}),v=K(w.item,"brief");return{action:"create",plan:v,step:c[0],next_actions:Y(_.item.id,v),warnings:[..._.warnings],generated_at:S()}}async function bu(e,t,n){let o=tu(t.depth),s=nu(t.fields),{document:r,itemId:i}=await vd(n,e),a=K(r.metadata,s===null?o:"deep");return{action:"show",plan:s===null?a:ou(a,s),next_actions:Y(i,a),warnings:[],generated_at:S()}}function wu(e,t){let n=new Map(Object.entries(t).filter(([o])=>o.startsWith("plan_")).map(([o,s])=>[o,JSON.stringify(s)]));return[...new Set([...e.keys(),...n.keys()])].filter(o=>e.get(o)!==n.get(o))}async function ce(e){let t=C(e.options.author,e.ctx.settings.author_default),n,o=await vt({pmRoot:e.ctx.pmRoot,settings:e.ctx.settings,id:e.id,op:e.op,author:t,message:e.options.message??e.message,force:e.options.force,mutate(s){wd(s.metadata);let r=j(e.ctx.settings.schema);if(Ke(s.metadata.status,r)||uo(s.metadata.plan_mode))throw new p(`Plan ${s.metadata.id} is terminal (status=${s.metadata.status}, plan_mode=${s.metadata.plan_mode??"unset"}) and cannot be mutated.`,u.CONFLICT,{code:"terminal_plan_mutation",required:"Create or reopen a non-terminal Plan before changing its execution context or steps.",why:"Terminal Plan history is immutable execution evidence."});let i=(s.metadata.plan_steps??[]).slice(),a=new Map(Object.entries(s.metadata).filter(([m])=>m.startsWith("plan_")).map(([m,f])=>[m,JSON.stringify(f)])),c=e.mutator(i,s);n=c.resultStep;let d=i.slice().sort((m,f)=>m.order-f.order).map((m,f)=>({...m,order:f+1}));s.metadata.plan_steps=d;let l=wu(a,s.metadata);return l.length===0&&c.changedSteps.length===0?{changedFields:[]}:{changedFields:l.length>0?l:["plan_steps"]}}});return{document:{metadata:o.item,body:o.body},resultStep:n,itemId:o.item.id}}async function vu(e,t,n){let o=t.stepTitle?.trim();if(!o)throw new p("pm plan add-step requires --step-title",u.USAGE);let s=is(t.stepStatus,"pending"),r=t.allowMultipleActive===!0,{document:i,resultStep:a,itemId:c}=await ce({id:e,options:t,ctx:n,op:"plan_add_step",message:`plan add-step "${o}"`,mutator(l){let m=l.length+1;Sd(l,void 0,s,r);let f=ku(l,t,{order:m,title:o,status:s});return l.push(f),{changedSteps:[f.id],resultStep:f}}}),d=K(i.metadata,"standard");return{action:"add-step",plan:d,step:a,next_actions:Y(c,d),warnings:[],generated_at:S()}}function Sd(e,t,n,o){if(n!=="in_progress"||o)return;let s=e.find(r=>r.id!==t&&r.status==="in_progress");if(s)throw new p(`Plan already has step ${s.id} in_progress. Pass --allow-multiple-active or update that step first.`,u.CONFLICT)}function ku(e,t,n){let o=ms(t,"depends_on"),s=B(t.file).map(cs),r=B(t.test).map(ds),i=B(t.doc).map(ls),a=S();return{id:ru(e),order:n.order,title:n.title,body:t.stepBody?.trim()||void 0,status:n.status,owner:t.stepOwner?.trim()||void 0,evidence:t.stepEvidence?.trim()||void 0,blocked_reason:n.status==="blocked"?t.stepBlockedReason?.trim()||"":void 0,linked_items:o.length>0?o:void 0,files:s.length>0?s:void 0,tests:r.length>0?r:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n.status==="completed"?a:void 0}}function ms(e,t){let n=ne(e.dependsOn).map(l=>({id:l,kind:t})),o=ne(e.related).map(l=>({id:l,kind:"related"})),s=ne(e.blocks).map(l=>({id:l,kind:"blocks"})),r=ne(e.blockedBy).map(l=>({id:l,kind:"blocked_by"})),i=ne(e.link),a=bd(e.linkKind,t),c=e.linkNote?.trim(),d=i.map(l=>{let m={id:l,kind:a};return c&&(m.note=c),m});return[...n,...o,...s,...r,...d]}async function ts(e,t,n,o){let{document:s,resultStep:r,itemId:i}=await ce({id:e,options:t,ctx:n,op:o.op,message:t.message??`${o.op} ${o.stepRef}`,mutator(c,d){let l=ot(c,o.stepRef),m=S(),f=o.finalStatus??is(t.stepStatus,l.status),_=t.allowMultipleActive===!0||o.allowMultipleActive===!0;return Sd(c,l.status==="in_progress"?l.id:void 0,f,_),Su(l,t,f,m),d.metadata.updated_at=m,{changedSteps:[l.id],resultStep:l}}}),a=K(s.metadata,"standard");return{action:o.op==="plan_complete_step"?"complete-step":o.op==="plan_block_step"?"block-step":"update-step",plan:a,step:r,next_actions:Y(i,a),warnings:[],generated_at:S()}}function Su(e,t,n,o){Iu(e,t,n),Eu(e,t),e.status=n,e.updated_at=o,xu(e,n,o)}function Iu(e,t,n){if(!(n!=="blocked"||t.stepBlockedReason?.trim()||e.blocked_reason))throw new p("Blocking a step requires --step-blocked-reason or an already-recorded blocked_reason.",u.USAGE)}function Eu(e,t){let n=t.stepTitle?.trim();n&&(e.title=n),t.stepBody!==void 0&&(e.body=t.stepBody.trim()||void 0),t.stepOwner!==void 0&&(e.owner=t.stepOwner.trim()||void 0),t.stepEvidence!==void 0&&(e.evidence=t.stepEvidence.trim()||void 0),t.stepBlockedReason!==void 0&&(e.blocked_reason=t.stepBlockedReason.trim()||void 0),t.stepReplacement!==void 0&&(e.superseded_by=t.stepReplacement.trim()||void 0);let o=B(t.file).map(cs),s=B(t.test).map(ds),r=B(t.doc).map(ls);o.length>0&&(e.files=ns(e.files,o)),s.length>0&&(e.tests=ns(e.tests,s)),r.length>0&&(e.docs=ns(e.docs,r))}function ns(e,t){let n=[...e??[]],o=new Set(n.map(s=>JSON.stringify(s)));for(let s of t){let r=JSON.stringify(s);o.has(r)||(o.add(r),n.push(s))}return n}function xu(e,t,n){if(t==="completed"&&!e.completed_at){e.completed_at=n;return}t!=="completed"&&(e.completed_at=void 0)}async function Ru(e,t,n,o,s){let{document:r,itemId:i}=await ce({id:e,options:t,ctx:n,op:"plan_reorder_step",message:t.message??`plan reorder-step ${o} -> ${s}`,mutator(c){let d=ot(c,o),l=c.filter(f=>f.id!==d.id),m=Math.max(1,Math.min(s,l.length+1));return l.splice(m-1,0,d),l.forEach((f,_)=>{f.order=_+1,f.updated_at=S()}),c.length=0,c.push(...l),{changedSteps:[d.id],resultStep:d}}}),a=K(r.metadata,"standard");return{action:"reorder-step",plan:a,next_actions:Y(i,a),warnings:[],generated_at:S()}}async function Au(e,t,n,o){let{document:s,itemId:r}=await ce({id:e,options:t,ctx:n,op:"plan_remove_step",message:t.message??`plan remove-step ${o}`,mutator(a){let c=ot(a,o),d=a.filter(l=>l.id!==c.id);return d.forEach((l,m)=>{l.order=m+1}),a.length=0,a.push(...d),{changedSteps:[c.id]}}}),i=K(s.metadata,"standard");return{action:"remove-step",plan:i,next_actions:Y(r,i),warnings:[],generated_at:S()}}async function Cu(e,t,n,o){let s=ms(t,bd(t.linkKind,"related"));if(s.length===0)throw new p("pm plan link requires at least one --link/--related/--blocks/--blocked-by/--depends-on id",u.USAGE);let r=t.promoteToItemDep===!0,{document:i,itemId:a,resultStep:c}=await ce({id:e,options:t,ctx:n,op:"plan_link_step",message:t.message??`plan link ${o}`,mutator(l,m){let f=ot(l,o),_=f.linked_items??[],w=g=>`${g.kind}:${g.id}`,v=new Set(_.map(w));for(let g of s){let h=w(g);v.has(h)||(_.push(g),v.add(h))}if(f.linked_items=_,f.updated_at=S(),r){let g=m.metadata.dependencies??[],h=x=>`${x.kind}:${x.id}`,k=new Set(g.map(h));for(let x of s){let I=x.kind==="depends_on"?"blocked_by":x.kind,A={id:x.id,kind:I,created_at:S(),author:C(t.author,n.settings.author_default)};k.has(h(A))||(g.push(A),k.add(h(A)))}m.metadata.dependencies=g}return{changedSteps:[f.id],resultStep:f}}}),d=K(i.metadata,"standard");return{action:"link",plan:d,step:c,next_actions:Y(a,d),warnings:[],generated_at:S()}}async function Tu(e,t,n,o){let s=ne(t.link);if(s.length===0)throw new p("pm plan unlink requires --link <id> to remove",u.USAGE);let{document:r,itemId:i,resultStep:a}=await ce({id:e,options:t,ctx:n,op:"plan_unlink_step",message:t.message??`plan unlink ${o}`,mutator(d){let l=ot(d,o),m=(l.linked_items??[]).filter(f=>!s.includes(f.id));return l.linked_items=m.length>0?m:void 0,l.updated_at=S(),{changedSteps:[l.id],resultStep:l}}}),c=K(r.metadata,"standard");return{action:"unlink",plan:c,step:a,next_actions:Y(i,c),warnings:[],generated_at:S()}}async function os(e,t,n,o){let s=au(o,t);if(!s){let d=`--${o}-text`,l=`--${o}`;throw new p(`pm plan ${o} requires ${d}`,u.USAGE,{code:"missing_required_option",examples:[`pm plan ${o} <plan-id> ${d} "..."`,`pm plan ${o} <plan-id> ${l} "..."`],recovery:{suggested_retry:`pm plan ${o} <plan-id> ${d} <value>`}})}let r=C(t.author,n.settings.author_default),{document:i,itemId:a}=await ce({id:e,options:t,ctx:n,op:`plan_append_${o}`,message:t.message??`plan ${o} append`,mutator(d,l){let m=S();if(o==="decision"){let _=l.metadata.plan_decisions??[];return _.push({ts:m,author:r,decision:s,rationale:t.decisionRationale?.trim()||void 0,evidence:t.decisionEvidence?.trim()||void 0}),l.metadata.plan_decisions=_,{changedSteps:[]}}if(o==="discovery"){let _=l.metadata.plan_discoveries??[];return _.push({ts:m,author:r,text:s}),l.metadata.plan_discoveries=_,{changedSteps:[]}}let f=l.metadata.plan_validation??[];return f.push({text:s,command:t.validationCommand?.trim()||void 0,expected:t.validationExpected?.trim()||void 0}),l.metadata.plan_validation=f,{changedSteps:[]}}}),c=K(i.metadata,"deep");return{action:o,plan:c,next_actions:Y(a,c),warnings:[],generated_at:S()}}async function Ou(e,t,n){let o=t.resumeContext?.trim();if(!o)throw new p("pm plan resume requires --resume-context <text>",u.USAGE);let{document:s,itemId:r}=await ce({id:e,options:t,ctx:n,op:"plan_resume",message:t.message??"plan resume context update",mutator(a,c){c.metadata.plan_resume_context=o;let d=t.scope?.trim();return d&&(c.metadata.plan_scope=d),{changedSteps:[]}}}),i=K(s.metadata,"brief");return{action:"resume",plan:i,next_actions:Y(r,i),warnings:[],generated_at:S()}}async function $u(e,t,n){let o=yd(t.mode??"approved","approved"),{document:s,itemId:r}=await ce({id:e,options:t,ctx:n,op:"plan_approve",message:t.message??`plan approve mode=${o}`,mutator(a,c){c.metadata.plan_mode=o;let d=t.scope?.trim();return d&&(c.metadata.plan_scope=d),{changedSteps:[]}}}),i=K(s.metadata,"brief");return{action:"approve",plan:i,next_actions:Y(r,i),warnings:[],generated_at:S()}}function Id(e){return e.map(t=>`plan_materialize_skipped:${t.from_step}:${t.reason}${t.existing_id?`:${t.existing_id}`:""}`)}function Pu(e,t){let n=K(e.document.metadata,"standard");return{action:"materialize",plan:n,materialized:[],materialize_skipped:t,next_actions:Y(e.itemId,n),warnings:Id(t),generated_at:S()}}function Fu(e,t,n){let o=[`id=${e},kind=parent`,`id=${t},kind=discovered_from`];for(let s of n.linked_items??[]){let r=s.kind==="blocked_by"||s.kind==="blocks"||s.kind==="related"||s.kind==="discovered_from"?s.kind:"related";o.push(`id=${s.id},kind=${r}`)}return o}async function Lu(e){let t=[],n={},o=new Set(["title","description","type","parent","tags","author","message","dep"]);for(let s of B(e.options.field)){let r=s.indexOf("=");if(r<=0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let i=s.slice(0,r).trim(),a=s.slice(r+1).trim();if(i.length===0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let c=i.trim().replaceAll(/([a-z0-9])([A-Z])/g,"$1 $2").replaceAll(/[^A-Za-z0-9]+/g," ").split(/\s+/).filter(Boolean).map(f=>f.toLowerCase());if(c.length===0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let[d,...l]=c,m=`${d}${l.map(f=>`${f.slice(0,1).toUpperCase()}${f.slice(1)}`).join("")}`;if(o.has(m))throw new p(`Invalid --field entry "${s}"; "${m}" is reserved by materialize and cannot be overridden`,u.USAGE);n[m]=a}for(let s of e.targets){let r={...n,title:s.title,description:s.body?.trim()||s.title,type:e.resolvedTypeName,parent:e.parent,tags:e.tags,author:e.options.author,message:e.options.message??`materialized from plan ${e.planItemId} step ${s.id}`,dep:Fu(e.parent,e.planItemId,s)};kd(e.options,r,["description",...Object.keys(n)]);let i=await Rt(r,{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:s.id})}return t}function Mu(e,t,n){for(let o of t){let s=n.find(a=>a.from_step===o.id);if(!s)continue;let r=e.find(a=>a.id===o.id);if(!r)continue;let i=r.linked_items??[];i.push({id:s.id,kind:"implements",note:`materialized as ${s.type}`}),r.linked_items=i,r.updated_at=S()}}async function Du(e,t,n){let o=ne(t.steps);if(o.length===0)throw new p("pm plan materialize requires --steps <ids|orders|all>",u.USAGE);let s=t.materializeType?.trim()||"Task",r=P(n.settings,O()),i=jt(s,r);if(!i)throw new p(`Invalid --materialize-type "${s}"`,u.USAGE);let a=t.materializeParent?.trim()||e,c=t.materializeTags,d=await vd(n,e),l=(d.document.metadata.plan_steps??[]).slice(),{targets:m,skipped:f}=iu(l,o);if(m.length===0){if(f.length>0)return Pu(d,f);throw new p("No matching plan steps found for --steps",u.NOT_FOUND)}let _=await Lu({targets:m,parent:a,planItemId:d.itemId,resolvedTypeName:i,tags:c,options:t,pmRoot:n.pmRoot}),{document:w,itemId:v}=await ce({id:e,options:t,ctx:n,op:"plan_materialize",message:t.message??`plan materialize ${o.join(",")}`,mutator(h){return Mu(h,m,_),{changedSteps:m.map(k=>k.id)}}}),g=K(w.metadata,"standard");return{action:"materialize",plan:g,materialized:_,...f.length>0?{materialize_skipped:f}:{},next_actions:Y(v,g),warnings:Id(f),generated_at:S()}}function Nu(e){if(e.subcommand==="create")return e;let t=gd(e.options.step);if(t.length>1)throw new p(`pm plan ${e.subcommand} accepts a single --step/--step-title value (repeated --step seeds ordered steps only on pm plan create)`,u.USAGE);return t.length===1&&!e.options.stepTitle?.trim()?{...e,options:gt(e.options,{...e.options,stepTitle:t[0]})}:e}function ge(e,t){if(!e.id)throw new p(`pm plan ${t} requires a plan id`,u.USAGE);return e.id}function Ue(e,t){let n=ge(e,t);if(!e.stepRef)throw new p(`pm plan ${t} requires <plan-id> <step>`,u.USAGE);return{id:n,stepRef:e.stepRef}}function ju(e){let t=Ue(e,"reorder-step");if(e.reorderTo===void 0)throw new p("pm plan reorder-step requires <plan-id> <step> <new-order>",u.USAGE);return{...t,reorderTo:e.reorderTo}}var Uu={create:(e,t)=>yu(e.options,e.global,t),show:(e,t)=>bu(ge(e,"show"),e.options,t),"add-step":(e,t)=>vu(ge(e,"add-step"),e.options,t),"update-step":(e,t)=>{let n=Ue(e,"update-step");return ts(n.id,e.options,t,{stepRef:n.stepRef,op:"plan_update_step"})},"complete-step":(e,t)=>{let n=Ue(e,"complete-step");return ts(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"completed",op:"plan_complete_step"})},"block-step":(e,t)=>{let n=Ue(e,"block-step");return ts(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"blocked",op:"plan_block_step"})},"reorder-step":(e,t)=>{let n=ju(e);return Ru(n.id,e.options,t,n.stepRef,n.reorderTo)},"remove-step":(e,t)=>{let n=Ue(e,"remove-step");return Au(n.id,e.options,t,n.stepRef)},link:(e,t)=>{let n=Ue(e,"link");return Cu(n.id,e.options,t,n.stepRef)},unlink:(e,t)=>{let n=Ue(e,"unlink");return Tu(n.id,e.options,t,n.stepRef)},decision:(e,t)=>os(ge(e,"decision"),e.options,t,"decision"),discovery:(e,t)=>os(ge(e,"discovery"),e.options,t,"discovery"),validation:(e,t)=>os(ge(e,"validation"),e.options,t,"validation"),resume:(e,t)=>Ou(ge(e,"resume"),e.options,t),approve:(e,t)=>$u(ge(e,"approve"),e.options,t),materialize:(e,t)=>Du(ge(e,"materialize"),e.options,t)};function Gu(e){let t=Uu[e];if(!t)throw me({command_path:"plan",token:e,allowed:Xp});return t}async function Ed(e){let t=await lu(e.global),n=Nu(e);return Gu(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 qu(e,t){return[...new Set([...nr.filter(o=>e[o]!==void 0),...Object.keys(e).filter(o=>e[o]!==void 0),...t.length>0?["body"]:[]])].sort((o,s)=>o.localeCompare(s))}function zu(e,t){let n=`copied_from=${e}`;if(!t)return n;let o=t.trim();return o.length>0?`${o} | ${n}`:n}async function ps(e,t,n){let o=E(process.cwd(),n.path);await $(o);let s=await R(o),r=P(s,O()),i=await Q(o,e,s.id_prefix,s.item_format,r.type_to_folder);if(!i)throw await Xt(o,e,s.id_prefix,r.type_to_folder);let a=await W(i,{schema:s.schema}),c=a.document.metadata,d=S(),l=C(t.author,s.author_default),m=await io(o,s.id_prefix,{tokenLength:s.ids.token_length,typeToFolder:r.type_to_folder,probeExisting:!1}),f=j(s.schema),_=t.title?.trim();if(_!==void 0&&_.length===0)throw new p("Copy --title must not be empty",u.USAGE);let w={...c,id:m,title:_??c.title,status:f.open_status,created_at:d,updated_at:d};delete w.closed_at,delete w.completed_at,delete w.close_reason,delete w.test_runs;let v=Ve(O()),g=Ce({metadata:w,body:a.document.body},{schema:s.schema,extensionFieldNames:v}),h=await To({title:g.metadata.title,description:g.metadata.description,body:g.body,excludeIds:[i.id]},{pmRoot:o,mode:s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0?"off":s.governance.duplicate_detection_mode,threshold:s.governance.duplicate_detection_threshold,limit:s.governance.duplicate_detection_limit,allowDuplicate:t.allowDuplicate}),k=qu(g.metadata,g.body),x=ft(o,g.metadata.type,m,s.item_format,r.type_to_folder),I=ie(o,m),A=await V(o,m,s.locks.ttl_seconds,l,!1,s.governance.force_required_for_stale_lock,s.locks.wait_ms),X={metadata:{},body:""},G,se;try{let le=await Yt(o,l,{required:s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0});try{s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0&&await To({title:g.metadata.title,description:g.metadata.description,body:g.body,excludeIds:[i.id]},{pmRoot:o,mode:"strict",threshold:s.governance.duplicate_detection_threshold,limit:s.governance.duplicate_detection_limit,allowDuplicate:!1});let Ee=await Q(o,m,s.id_prefix,s.item_format,r.type_to_folder);if(Ee)throw new p(`Cannot copy to ${m}: an item with that id already exists at ${Ee.itemPath}. Retry the copy to allocate a new id.`,u.CONFLICT,{code:"item_id_collision",why:`Allocated id ${m} already exists at ${Ee.itemPath}.`,recovery:{suggested_retry:`pm copy ${i.id}`}});await z(x,pe(g,{format:s.item_format,schema:s.schema,extensionFieldNames:v}));try{let re=ae({nowIso:d,author:l,op:"create",before:X,after:g,message:zu(i.id,t.message)});await Te(I,re)}catch(re){throw await mt(x),re}se=await Jt({pmRoot:o,preferredFormat:s.item_format,typeToFolder:r.type_to_folder,schema:s.schema,itemPath:x,document:g})}finally{await le()}G=[...await D({path:x,scope:"project",op:"create",item_id:g.metadata.id,item_type:g.metadata.type,before:X,after:g,changed_fields:k}),...await D({path:I,scope:"project",op:"create:history",item_id:g.metadata.id,item_type:g.metadata.type,before:X,after:g,changed_fields:k})],Gt({id:g.metadata.id,op:"create",item_type:g.metadata.type,status:g.metadata.status,current:_t(g.metadata,k),changed_fields:k})}finally{await A()}return{source_id:i.id,item:structuredClone(g.metadata),changed_fields:k,warnings:[...mc(h),...se,...G],...h===void 0?{}:{similarity_advisory:h}}}import In 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 us(e,t,n){let o=E(process.cwd(),n.path);await $(o);let s=await R(o),r=C(t.author,s.author_default),i=await mi({pmRoot:o,settings:s,id:e,author:r,message:t.message,force:t.force,dryRun:t.dryRun}),a=i.targetPath?In.relative(o,i.targetPath).split(In.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:In.relative(o,ie(o,i.item.id)).split(In.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 Hu(e){await $(e)}async function fs(e,t,n){let o=E(process.cwd(),n.path);if(await Hu(o),t.clear===!0){if(e!==void 0)throw new p("pm focus --clear does not take an item id. Use 'pm focus --clear' to clear focus or 'pm focus <id>' to set it.",u.USAGE);let m=await R(o),f=oo(C(void 0,m.author_default));return await Dr(o),await Eo({pmRoot:o,settings:m,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 m=await Lr(o);if(m===void 0)return{action:"show",focused_item:null,title:null,message:"No focus set. Use 'pm focus <id>' to set a default parent for new items."};let f=await Bu(o,m);return{action:"show",focused_item:m,title:f,message:`Focused on ${m}${f?` (${f})`:""}. New items default --parent to it.`}}let r=await R(o),i=P(r,O()),a=await Q(o,e,r.id_prefix,r.item_format,i.type_to_folder);if(!a)throw await Xt(o,e,r.id_prefix,i.type_to_folder);let c=wt(a.id,r.id_prefix),d=await W(a,{schema:r.schema}),l=xd(d.document.metadata.title);return await Mr(o,c),await Eo({pmRoot:o,settings:r,principal:oo(C(void 0,r.author_default)),itemId:c}),{action:"set",focused_item:c,title:l,message:`Focused on ${c}${l?` (${l})`:""}. New items default --parent to it (override with --parent or clear via 'pm focus --clear').`}}async function Bu(e,t){let n=await R(e),o=P(n,O()),s=await Q(e,t,n.id_prefix,n.item_format,o.type_to_folder);if(!s)return null;let r=await W(s,{schema:n.schema});return xd(r.document.metadata.title)}function xd(e){return e.trim().length>0?e:null}import{readFile as af,writeFile as cf}from"node:fs/promises";import df 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 _s(e,t){let n=Bt(e);if(n)throw new p(`History merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,u.GENERIC_FAILURE);let o=[];for(let[s,r]of e.split(/\r?\n/).entries()){let i=r.trim();if(i)try{let a=JSON.parse(i);if(typeof a!="object"||a===null||Array.isArray(a))throw new TypeError("history entry must be an object");o.push(a)}catch{throw new p(`History merge input (${t}) contains invalid JSON at line ${s+1}.`,u.GENERIC_FAILURE)}}return o}function Se(e){return F({ts:e.ts,author:e.author,op:e.op,patch:e.patch,message:e.message??null})}function Vu(e,t){let n=Math.min(e.length,t.length),o=0;for(;o<n&&Se(e[o])===Se(t[o]);)o+=1;return o}function Rd(e,t,n){_s(e,"base");let o=_s(t,"ours"),s=_s(n,"theirs"),r=Vu(o,s);if(r===o.length&&r===s.length)return{merged:$e(o),strategy:"identical",common_entries:r,entries_from_ours:0,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(r===s.length)return{merged:$e(o),strategy:"fast_forward_ours",common_entries:r,entries_from_ours:o.length-r,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(r===o.length)return{merged:$e(s),strategy:"fast_forward_theirs",common_entries:r,entries_from_ours:0,entries_from_theirs:s.length-r,entries_total:s.length,reanchored:!1};let i=o.slice(r),a=new Set(i.map(Se)),c=s.slice(r).filter(m=>!a.has(Se(m))),d=[...i,...c].sort((m,f)=>{let _=Ft(m.ts,f.ts);if(_!==0)return _;let w=a.has(Se(m)),v=a.has(Se(f));return w!==v?Number(v)-Number(w):Se(m).localeCompare(Se(f))}),l=Jr([...o.slice(0,r),...d],void 0,{continuousHashSurface:!0});if(l.skippedOps>0)throw new p(`History union cannot preserve ${l.skippedOps} patch operation(s) after deterministic suffix ordering; leave the file unresolved for manual recovery.`,u.GENERIC_FAILURE);return{merged:$e(l.entries),strategy:"union_reanchor",common_entries:r,entries_from_ours:i.length,entries_from_theirs:c.length,entries_total:l.entries.length,reanchored:!0}}function hs(e,t){let n=Bt(e);if(n)throw new p(`Relationship merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,u.GENERIC_FAILURE);let o=[];for(let[s,r]of e.split(/\r?\n/).entries()){let i=r.trim();if(!i)continue;let a;try{a=JSON.parse(i)}catch{throw new p(`Relationship merge input (${t}) contains invalid JSON at line ${s+1}.`,u.GENERIC_FAILURE)}if(typeof a!="object"||a===null||Array.isArray(a)||typeof a.eventId!="string"||typeof a.sequence!="number")throw new p(`Relationship merge input (${t}) line ${s+1} is not a relationship event (eventId + sequence required).`,u.GENERIC_FAILURE);o.push(a)}return o}function En(e){return e.length===0?"":`${e.map(t=>JSON.stringify(t)).join(`
10
+ `,{changedFields:["body"]}}});return{item:d.item,appended:c,changed_fields:d.changedFields}}import Nm from"fast-json-patch";import Ko 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 jm(e,t){return aa(e,t,{errorSubject:"restore",allowFutureTimestamp:!0})}function Um(e){let t=fo(e,e.length-1);return Object.keys(t.metadata).length===0?{metadata:{},body:t.body}:Ae(Te(t))}async function Gm(e,t,n,o){let s=await Q(e,t,n.id_prefix,n.item_format,o);if(s){let c=ie(e,s.id),d=await Zr({pmRoot:e,settings:n,itemId:s.id,commandLabel:"restore"});return{id:s.id,historyPath:c,located:s,historyPolicyWarnings:d.warnings}}let r=wt(t,n.id_prefix),i=ro(t),a=r===i?[r]:[r,i];for(let c of a){let d=ie(e,c);if(await Z(d))return{id:c,historyPath:d,located:null,historyPolicyWarnings:[]}}throw new p(`Item ${t} not found`,u.NOT_FOUND)}function qm(e,t){let n=bt(e),o=bt(t),s=Nm.compare(n,o),r=new Set;for(let i of s){if(i.path==="/body"||i.path.startsWith("/body/")){r.add("body");continue}let a=i.path.replace(/^\/(?:metadata|front_matter)\/?/,"").split("/")[0];r.add(a.replaceAll("~1","/").replaceAll("~0","~"))}return Array.from(r).sort((i,a)=>i.localeCompare(a))}async function zm(e){if(await q(e.subject.historyPath)!==e.historyRawBeforeLock)throw new p(`History for ${e.resolvedId} changed while waiting for lock; retry restore.`,u.CONFLICT);let n=await Q(e.pmRoot,e.resolvedId,e.settings.id_prefix,e.settings.item_format,e.typeToFolder),o=n?await W(n,{schema:e.settings.schema}):null;if((o?.raw??null)!==e.currentItemRawBeforeLock)throw new p(`Item ${e.resolvedId} changed while waiting for lock; retry restore.`,u.CONFLICT);return{loadedItemUnderLock:o,existingItemPath:n?.itemPath??null}}function Hm(e,t){return e?{document:e.document,originalRaw:e.raw}:{document:Um(t),originalRaw:null}}function Bm(e){let t=e.document.metadata.assignee?.trim();if(!(t&&t!==e.author&&!e.force))return[];if(e.enforcement==="strict")throw new p(`Item ${e.resolvedId} is assigned to ${t}. Use --force to override.`,u.CONFLICT);return e.enforcement==="warn"?[`ownership_warning:assignee_conflict:${e.resolvedId}:${t}`]:[]}async function Vm(e){if(e.existingItemPath&&e.resolvedOriginalRaw!==null&&e.restoredItemPath!==e.existingItemPath){await z(e.existingItemPath,e.resolvedOriginalRaw),await Ko.rm(e.restoredItemPath,{force:!0});return}if(e.existingItemPath&&e.resolvedOriginalRaw!==null){await z(e.existingItemPath,e.resolvedOriginalRaw);return}await Ko.rm(e.restoredItemPath,{force:!0})}async function Wm(e){return[...await D({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 D({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 je(e,t,n,o){let s=E(process.cwd(),o.path);await $(s);let r=await R(s),i=P(r,O()),a=await Gm(s,e,r,i.type_to_folder),c=a.id,d=await q(a.historyPath),l=await Vt(a.historyPath,c);if(l.length===0)throw new p(`No history exists for ${c}; restore is unavailable.`,u.NOT_FOUND);let m=jm(t,l),f=ca(fo(l,m.historyIndex),m),_=Jr(f,{schema:r.schema});if(_.metadata.id!==c)throw new p(`Restore target resolved to item ${_.metadata.id}, expected ${c}.`,u.GENERIC_FAILURE);let v=(a.located?await W(a.located,{schema:r.schema}):null)?.raw??null,g=C(n.author,r.author_default),h=await V(s,c,r.locks.ttl_seconds,g,!!n.force,r.governance.force_required_for_stale_lock,r.locks.wait_ms);try{let{loadedItemUnderLock:k,existingItemPath:x}=await zm({pmRoot:s,resolvedId:c,subject:a,settings:r,typeToFolder:i.type_to_folder,historyRawBeforeLock:d,currentItemRawBeforeLock:v}),I="toon",A=Hm(k,l),X=Bm({document:A.document,author:g,force:n.force,enforcement:r.governance.ownership_enforcement,resolvedId:c}),G=qm(A.document,_);await gr({pm_root:s,operation:"restore",before:A.document,after:_,changed_fields:G,sdk:mi({pmRoot:s,settings:r,typeToFolder:i.type_to_folder})});let se=pe(_,{format:I,schema:r.schema}),le=ft(s,_.metadata.type,c,I,i.type_to_folder),Ie=await Yt(s,g),re=[];try{await z(le,se),x&&le!==x&&await Ko.rm(x);let cm=ae({nowIso:S(),author:g,op:"restore",before:A.document,after:_,message:n.message});try{await Ce(a.historyPath,cm)}catch(dm){throw await Vm({existingItemPath:x,resolvedOriginalRaw:A.originalRaw,restoredItemPath:le}),dm}re=await Jt({pmRoot:s,preferredFormat:r.item_format,typeToFolder:i.type_to_folder,schema:r.schema,itemPath:le,previousItemPath:x??void 0,document:_})}finally{await Ie()}let am=await Wm({restoredItemPath:le,historyPath:a.historyPath,before:A.document,after:_});Gt({id:_.metadata.id,op:"restore",item_type:_.metadata.type,previous_status:A.document.metadata.status,status:_.metadata.status,previous:_t(A.document.metadata,G),current:_t(_.metadata,G),changed_fields:G});let Js=l[m.historyIndex];return{item:_.metadata,restored_from:{kind:m.kind,target:m.raw,history_index:m.historyIndex+1,entry_ts:Js.ts,entry_op:Js.op},changed_fields:G,warnings:[...a.historyPolicyWarnings,...X,...re,...am]}}finally{await h()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="a97a3cf0-beef-5967-8f5b-2372a6c9f2f7")}catch{}})();var id=1,Yo="close-many",Km=["--filter-status","--filter-type","--filter-tag","--filter-priority","--filter-sprint","--filter-release","--filter-parent","--filter-assignee","--filter-updated-before","--ids"].join(", ");function Ym(e,t){return xt(e,t,{includePagination:!1})}function Jm(e,t){return xt(e,t)}function Xm(e){if(e?.ids!=null&&String(e.ids).trim().length===0)throw new p("--ids requires at least one non-empty item ID",u.USAGE)}function Zm(e){let t={};if(!e)return t;for(let[n,o]of Object.entries(e))o==null||typeof o=="string"&&!o.split(",").some(s=>s.trim().length>0)||(t[n]=o);return t}function Qm(e,t){let n=String(e??"").trim();if(n.length>0)return n;if(t)throw new p("pm close-many requires a shared close reason via --reason because governance.require_close_reason is enabled.",u.USAGE,{code:"close_reason_required",required:"Provide a shared closing summary via --reason for the whole batch.",why:"governance.require_close_reason is enabled, so every close must record why the items are done.",examples:['pm close-many --filter-sprint S-12 --reason "Sprint S-12 acceptance criteria met"','pm close-many --ids pm-a,pm-b --reason "Superseded by redesign"'],nextSteps:["Re-run with --reason describing the shared outcome.","To stop requiring reasons, run: pm config set governance-require-close-reason --policy disabled"]})}async function ep(e,t){let n=j(t.schema),o=P(t,O()),s=await $e(e,t.item_format,o.type_to_folder,void 0,t.schema),r=new Map,i=new Map;for(let a of s){if(typeof a.parent!="string"||a.parent.length===0||(i.set(a.id,a.parent),Ke(a.status,n)))continue;let c=r.get(a.parent);c?c.push(a.id):r.set(a.parent,[a.id])}for(let a of r.values())a.sort((c,d)=>c.localeCompare(d));return{childrenByParent:r,parentByChild:i}}function rd(e,t,n){let o=n?.get(e);if(o!==void 0)return o;let s=0,r=t.get(e),i=[],a=new Set,c=!1;for(;r!==void 0&&!a.has(r);){let d=n?.get(r);if(d!==void 0){s+=d+1;break}a.add(r),i.push(r),s+=1,r=t.get(r)}if(r!==void 0&&a.has(r)&&(c=!0),!c){n?.set(e,s);for(let[d,l]of i.entries())n?.set(l,s-d-1)}return s}async function tp(e){let t=await Dt(e.pmRoot,Yo,e.rollbackId,id),n=e.options.message??`Rollback close-many checkpoint ${t.id}`,o=await Nt(t.items,(s,r)=>je(s,r,{author:e.options.author,message:n,force:!0},e.global));return{...De({applied:o.restored_ids.length,skipped:0,failed:o.failed_count,unmatched:0}),mode:"rollback",matched_count:t.items.length,dry_run:!1,rollback_checkpoint_id:t.id,checkpoint:{id:t.id,created_at:t.created_at,path:t.path,rollback_command:`pm close-many --rollback ${t.id}`},restored_count:o.restored_ids.length,failed_count:o.failed_count,rows:o.rows,ids:o.restored_ids}}function np(e,t,n,o,s){return e.map(r=>{let i=(t.get(r.id)??[]).filter(c=>!n.has(c)),a=!ad(r,o,s);return{id:r.id,title:typeof r.title=="string"?r.title:"",status:r.status,action:a?"skip":"close",...a?{skip_reason:"already_terminal"}:{},...i.length>0?{active_child_ids:i}:{}}})}async function op(e){let t=await Mt(e.pmRoot,Yo,e.checkpointId,{schema_version:id,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 sp(e){let t=[],n=[];for(let o of e.matched){if(!e.closableIds.has(o.id)){t.push({id:o.id,status:"skipped",skip_reason:"already_terminal"});continue}try{let s=await Me(o.id,e.reason,e.closeOptions,e.global);t.push({id:o.id,status:"closed",changed_fields:s.changed_fields,...s.warnings&&s.warnings.length>0?{warnings:s.warnings}:{}}),n.push(o.id)}catch(s){t.push({id:o.id,status:"failed",error:be(s)})}}return{rows:t,closedIds:n}}function rp(e){return typeof e.rollback=="string"?e.rollback:void 0}function ip(e,t){if(t.trim().length===0)throw new p("--rollback requires a checkpoint id",u.USAGE);if(e.dryRun===!0)throw new p("--dry-run cannot be combined with --rollback",u.USAGE);if(Jm(e.list,e.status))throw new p("Rollback mode does not accept filter options",u.USAGE)}function ap(e){if(!Ym(e.list,e.status))throw new p(`close-many requires at least one filter to scope the close (for example: ${Km}). Refusing to match every item.`,u.USAGE)}function cp(e,t){let n=new Map;return[...e].sort((o,s)=>{let r=rd(s.id,t,n)-rd(o.id,t,n);return r!==0?r:o.id.localeCompare(s.id)})}function ad(e,t,n){return n||!Ke(e.status,t)}function dp(e,t,n){return new Set(e.filter(o=>ad(o,t,n)).map(o=>o.id))}async function lp(e){ap(e.options);let t=j(e.settings.schema),n=Qm(e.options.reason,e.settings.governance.require_close_reason),o=e.options.force===!0,s=await fe(e.options.status,Zm(e.options.list),e.global),{childrenByParent:r,parentByChild:i}=await ep(e.pmRoot,e.settings),a=cp(s.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 fe(void 0,{ids:c.join(","),noTruncate:!0,full:!0},e.global)).items,l=new Set(d.map(f=>f.id)),m=dp(a,t,o);return{pmRoot:e.pmRoot,settings:e.settings,statusRegistry:t,reason:n,validateCloseMode:e.options.validateClose,force:o,listed:s,matched:a,unmatchedIds:c.length===0?void 0:c.filter(f=>!l.has(f)),planRows:np(a,r,m,t,o)}}function mp(e){return{outcome:"effect",exit_code:u.SUCCESS,mode:"dry_run",matched_count:e.matched.length,dry_run:!0,...e.reason!==void 0?{reason:e.reason}:{},filters:e.listed.filters,...e.validateCloseMode?{validate_close:e.validateCloseMode}:{},item_plans:e.planRows,ids:[],...e.unmatchedIds!==void 0?{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length}:{}}}async function pp(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 op({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 cd(e,t){let n=E(process.cwd(),t.path);await $(n);let o=await R(n),s=e.dryRun===!0,r=rp(e);if(Xm(e.list),r!==void 0)return ip(e,r),tp({pmRoot:n,rollbackId:r,options:e,global:t});let i=await lp({pmRoot:n,settings:o,options:e,global:t});if(s)return mp(i);let a=new Set(i.planRows.filter(h=>h.action==="close").map(h=>h.id)),c=S(),d=Lt(Yo,c),l=await pp({context:i,options:e,closableIds:a,checkpointId:d,nowValue:c}),m={author:e.author,message:e.message??`close-many apply ${d}`,completedAt:e.completedAt,validateClose:i.validateCloseMode,force:i.force,resolution:e.resolution,expectedResult:e.expectedResult,actualResult:e.actualResult},{rows:f,closedIds:_}=await sp({matched:i.matched,closableIds:a,reason:i.reason,closeOptions:m,global:t}),w=f.filter(h=>h.status==="closed").length,v=f.filter(h=>h.status==="skipped").length,g=f.filter(h=>h.status==="failed").length;return{...De({applied:w,skipped:v,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}:{},...l?{checkpoint:l}:{},closed_count:w,skipped_count:v,failed_count:g,rows:f,ids:_,...i.unmatchedIds!==void 0?{unmatched_ids:i.unmatchedIds,unmatched_count:i.unmatchedIds.length}:{}}}import{readFile as up}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 Jo(e,t){let n=e.add!==void 0,o=e.stdin===!0,s=typeof e.file=="string",r=Number(n)+Number(o)+Number(s);if(r===0)return;if(r>1)throw new p("Specify comment text using only one input source: --add, --stdin, or --file",u.USAGE);if(n)return{value:await t.resolveValue(e.add,"--add",Rr(e))??"",emptyFlag:"--add"};if(o)return Io(e,"--stdin"),{value:await t.resolveValue("-","--stdin")??"",emptyFlag:"--stdin"};let i=e.file.trim();if(!i)throw new p("--file path cannot be empty",u.USAGE);if(i==="-")return Io(e,"--file -"),{value:await t.resolveValue("-","--file")??"",emptyFlag:"--file"};try{return{value:await up(i,"utf8"),emptyFlag:"--file"}}catch(a){if(lc(a)&&He(a))throw new p(`--file path not found: ${i}. Use --file - to read stdin.`,u.USAGE);let c=a instanceof Error?a.message:String(a);throw new p(`Failed to read --file path "${i}": ${c}. Use --file - to read stdin.`,u.USAGE)}}async function fp(e,t){let n=e.edit,o=e.delete,s=n!==void 0,r=o!==void 0;if(s&&r)throw new p("Specify only one of --edit or --delete",u.USAGE);if(n!==void 0&&(!Number.isInteger(n)||n<1))throw new p("--edit must be a positive integer",u.USAGE);if(o!==void 0&&(!Number.isInteger(o)||o<1))throw new p("--delete must be a positive integer",u.USAGE);if(r){if(await Jo(e,t)!==void 0)throw new p("--delete does not take comment text",u.USAGE);return{mode:"delete",index:o}}if(s){let c=await Jo(e,t);if(c===void 0)throw new p("--edit requires replacement text via positional [text], --add, --stdin, or --file",u.USAGE);return{mode:"edit",index:n,value:c.value,emptyFlag:c.emptyFlag}}let i=await Jo(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 dd(e,t,n){let o=qt(),s=await fp(t,o),r=s.mode==="add"||s.mode==="edit",i=s.value??"";return et(e,t,n,{input:{...s,rawValue:t.add??i,value:r?Qe(i,{stripPlainTextPrefix:!0}):i},collectionKey:"comments",op:"comment_add",editOp:"comment_edit",deleteOp:"comment_delete",parseText:a=>a,createEntry:a=>a,bypassOwnershipConflict:!!(s.mode==="add"&&t.ownershipAppendBypass),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm comments pm-a1b2 --add "review note" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="972816c9-b407-5b89-a744-249c9771451f")}catch{}})();async function ld(e,t,n){return et(e,t,n,{input:await un(t,"learning"),collectionKey:"learnings",op:"learning_add",editOp:"learning_edit",deleteOp:"learning_delete",parseText:o=>Qe(o),createEntry:o=>o,bypassOwnershipConflict:!!(t.edit===void 0&&t.delete===void 0&&t.ownershipAppendBypass),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm learnings pm-a1b2 --add "review learning" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="216389a2-fb85-56a0-8ef2-9f41f1321c16")}catch{}})();function _p(e){if(e===void 0)return;if(e.trim().length===0)throw new p("--add-json must contain a JSON value",u.USAGE,{code:"structured_event_json_empty"});let t;try{t=JSON.parse(e)}catch{throw new p("--add-json must be valid JSON",u.USAGE,{code:"structured_event_json_invalid"})}return t}function hp(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 gp(e){if(e===void 0)return;let t=Date.parse(e);if(!Number.isFinite(t))throw new p("--since must be a valid ISO timestamp",u.USAGE,{code:"structured_event_since_invalid"});return t}async function md(e,t,n){let o=_p(t.addJson),s=[t.add!==void 0,t.stdin===!0,t.file!==void 0,t.edit!==void 0,t.delete!==void 0].includes(!0);if(o!==void 0&&s)throw new p("--add-json cannot be combined with text, edit, delete, stdin, or file inputs",u.USAGE,{code:"structured_event_input_conflict"});let r=o===void 0?void 0:F(o),i=[t.since,t.eventType].some(w=>w!==void 0),a=gp(t.since),c=ti(t.limit),d=await et(e,{...t,...i?{limit:void 0}:{},includeMeta:[t.includeMeta===!0,i].includes(!0)},n,{input:await un(r===void 0?t:{add:r},"note"),collectionKey:"notes",op:"note_add",editOp:"note_edit",deleteOp:"note_delete",parseText:w=>Qe(w),createEntry:w=>o===void 0?w:{...w,format:"json",data:o,event_type:hp(o)},bypassOwnershipConflict:!![t.edit===void 0,t.delete===void 0,t.ownershipAppendBypass===!0].every(Boolean),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm notes pm-a1b2 --add "review note" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}}),l=t.eventType?.trim(),m=d.notes.filter(w=>{let v=[w.format==="json",w.data!==void 0].every(Boolean),g=[a===void 0,Date.parse(w.created_at)>=(a??Number.POSITIVE_INFINITY)].includes(!0),h=[!l,w.event_type===l].includes(!0);return[!i,[v,g,h].every(Boolean)].includes(!0)}),f=i?dc(m,c):m,_=f.filter(w=>w.format==="json").length;return{...d,notes:f,count:f.length,...i?{total_count:m.length,returned_count:f.length,has_more:f.length<m.length,...c===void 0?{}:{limit:c},structured_event_count:_}:t.includeMeta===!0?{structured_event_count:_}:{}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="fada7a33-ad1d-54f1-ae03-c5f8e4568d75")}catch{}})();var ud=1,Zo="update-many",yp=new Set(["author","message","force","ownershipMetadataBypass","ownershipDependencyBypass","allowUnresolvedDeps"]),bp=["--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(", "),wp={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"},vp=[{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"}],kp={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"},fd=e=>{let t={};for(let[n,o]of Object.entries(e))yp.has(n)||o!==void 0&&(t[n]=o);return t},Sp=e=>Object.keys(fd(e)).length>0,_d=e=>typeof e=="string"?e.trim():e,Ip=e=>{let t=String(e).trim(),n=Number(t);return Number.isInteger(n)?n:t},Xo=e=>{let t=String(e).trim(),n=Number(t);return Number.isFinite(n)?n:t},Ep=e=>{let t=String(e).trim().toLowerCase();return new Map([["true",!0],["1",!0],["false",!1],["0",!1]]).get(t)??_d(e)},xp={priority:Ip,estimatedMinutes:Xo,order:Xo,rank:Xo,regression:Ep},Rp=(e,t)=>{if(t!==void 0)return(xp[e]??_d)(t)},Ap=e=>{let t=e.trim().toLowerCase().replaceAll("-","_");return kp[t]??t},Sn=(e,t)=>ur(e,t),Cp=(e,t)=>t!==void 0?t:e==="type_options"?{}:[],Tp=(e,t)=>Array.isArray(t)?t.length:e==="type_options"&&t&&typeof t=="object"?Object.keys(t).length:0,Op=e=>e.replace?"replace":e.clear?"clear_or_reset":e.removeCount>0?"merge_remove":"append",pd=(e,t)=>t===void 0?void 0:e[t],nt=e=>Array.isArray(e)?e.length:0,$p=(e,t,n)=>{let o=n[e.addKey],s=pd(n,e.removeKey),r=nt(o),i=nt(s),a=n[e.clearKey]===!0,c=pd(n,e.replaceKey)===!0;if(![a,c,r>0,i>0].includes(!0))return;let d=Cp(e.field,t[e.field]);return{field:e.field,before:d,after:{operation:Op({replace:c,clear:a,removeCount:i}),clear:a,replace:c,add_count:r,remove_count:i,before_count:Tp(e.field,d)}}},Pp=(e,t)=>{let n=[];for(let o of vp){let s=$p(o,e,t);s!==void 0&&n.push(s)}return n},Fp=e=>Array.isArray(e)?e.filter(t=>typeof t=="string"):[],Lp=(e,t)=>{if(![t.tags!==void 0,nt(t.addTags)>0,nt(t.removeTags)>0].includes(!0))return;let n=Fp(e.tags),o=t.tags===void 0?n:ht(t.tags),s=Ir(o,t.addTags),r=Er(s,t.removeTags).slice().sort((a,c)=>a.localeCompare(c)),i=n.slice().sort((a,c)=>a.localeCompare(c));if(!Sn(i,r))return{field:"tags",before:n,after:r}},Mp=(e,t)=>{let n=e.acceptance_criteria,o=Sr(kr(n),t.addAc,t.removeAc);if(o.unmatchedRemovals.length>0)throw new p(`Acceptance criteria removal did not match: ${o.unmatchedRemovals.join(", ")}`,u.NOT_FOUND,{code:"acceptance_criteria_remove_unmatched",reason:"exact_match_not_found",field:"acceptance_criteria",unmatched:o.unmatchedRemovals});let s=o.criteria.join("; ");if(!Sn(typeof n=="string"?n:"",s))return{field:"acceptance_criteria",before:n,after:s}},Dp=(e,t,n)=>{for(let[o,s]of Object.entries(wp)){let r=n[o];if(r===void 0)continue;let i=t[s],a=Rp(o,r);Sn(i,a)||e.push({field:s,before:i,after:a})}},Np=(e,t,n,o)=>{let s=Fr(n,o,["update_many"]);for(let[r,i]of Object.entries(s)){let a=t[r];Sn(a,i)||e.push({field:r,before:a,after:i})}},jp=(e,t,n)=>{for(let o of n??[]){let s=Ap(o),r=t[s];r!==void 0&&e.push({field:s,before:r,after:null})}},Up=(e,t,n={})=>{let o=e,s=[],r=Lp(o,n);if(r&&s.push(r),Dp(s,o,n),nt(n.addAc)>0||nt(n.removeAc)>0){let i=Mp(o,n);i!==void 0&&s.push(i)}return s.push(...Pp(o,n)),Np(s,o,n,t),jp(s,o,n.unset),{id:e.id,changes:s}},Gp=(e,t)=>ei(e,t,{strict:!0,flagLabel:"--filter-status"}),qp=e=>{if(e?.ids!=null&&String(e.ids).trim().length===0)throw new p("--ids requires at least one non-empty item ID",u.USAGE)},zp=[({update:e})=>{e.priority!==void 0&&Qr(e.priority)},({update:e,settings:t,pmRoot:n})=>{if(e.type===void 0)return;let o=P(t,O());if(!jt(e.type,o))throw new p(si(e.type,o.types,$r(n,t.schema)),u.USAGE)},({update:e,statusRegistry:t})=>{if(e.status!==void 0&&!Re(e.status,t)){let n=t.definitions.map(o=>o.id);throw new p(`Invalid --status value "${e.status}". Allowed: ${n.join(", ")}`,u.USAGE)}},({update:e})=>{e.deadline!==void 0&&sr(e.deadline,new Date,"deadline")},({update:e})=>{e.estimatedMinutes!==void 0&&Cr(e.estimatedMinutes,"estimated-minutes")}],Hp=(e,t,n,o)=>{let s={update:e,settings:t,statusRegistry:n,pmRoot:o};for(let r of zp)r(s)},Bp=async e=>{let t=await Dt(e.pmRoot,Zo,e.rollbackId,ud),n=e.options.update?.message??`Rollback update-many checkpoint ${t.id}`,o=await Nt(t.items,(s,r)=>je(s,r,{author:e.options.update?.author,message:n,force:e.options.update?.force??!0},e.global));return{...De({applied:o.restored_ids.length,skipped:0,failed:o.failed_count,unmatched:0}),mode:"rollback",matched_count:t.items.length,dry_run:!1,rollback_checkpoint_id:t.id,checkpoint:{id:t.id,created_at:t.created_at,path:t.path,rollback_command:`pm update-many --rollback ${t.id}`},restored_count:o.restored_ids.length,failed_count:o.failed_count,rows:o.rows,ids:o.restored_ids}},Vp=async e=>{let t={schema_version:ud,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 Mt(e.pmRoot,Zo,e.checkpointId,t);return{id:e.checkpointId,created_at:e.nowValue,path:n,rollback_command:`pm update-many --rollback ${e.checkpointId}`}},Wp=(e,t)=>{if(e==null)return;let n=[...new Set(String(e).split(",").map(s=>s.trim()).filter(s=>s.length>0))],o=new Set(t.map(s=>s.id));return n.filter(s=>!o.has(s))},Qo=e=>e.unmatchedIds===void 0?{}:{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length},Kp=async e=>{let t=E(process.cwd(),e.path);await $(t);let n=await R(t);return{pmRoot:t,settings:n,statusRegistry:j(n.schema),runtimeFieldRegistry:yt(n.schema)}},Yp=e=>{if(e.options.dryRun===!0)throw new p("--dry-run cannot be combined with --rollback",u.USAGE);if(xt(e.options.list,e.options.status))throw new p("Rollback mode does not accept filter options",u.USAGE);if(Object.keys(e.updateSummary).length>0)throw new p("Rollback mode does not accept update mutation flags",u.USAGE);return Bp({pmRoot:e.runtime.pmRoot,rollbackId:e.rollbackId,options:e.options,global:e.global})},Jp=async e=>{Gp(e.options.status,e.runtime.statusRegistry);let t=await fe(void 0,{...e.options.list,status:e.options.status,compact:void 0,brief:void 0,fields:void 0,includeBody:!0,full:!0},e.global),n=t.items.map(s=>{let r=Up(s,e.runtime.runtimeFieldRegistry,e.options.update);return e.dependencyWarnings.length===0?r:{...r,warnings:[...e.dependencyWarnings]}}),o=e.options.list?.ids==null?[]:(await fe(void 0,{ids:e.options.list.ids,noTruncate:!0,full:!0},e.global)).items;return{listed:t,planned:n,actionable:n.filter(s=>s.changes.length>0),updateSummary:e.updateSummary,unmatchedIds:Wp(e.options.list?.ids,o)}},Xp=e=>({outcome:"effect",exit_code:u.SUCCESS,mode:"dry_run",matched_count:e.listed.items.length,dry_run:!0,filters:e.listed.filters,planned_update_options:e.updateSummary,item_plans:e.planned,ids:[],...Qo(e)}),Zp=e=>({...De({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:[],...Qo(e)}),Qp=async e=>{let t=[],n=[],o=e.options.update.message??`update-many apply ${e.checkpointId}`,s=new Set(e.plans.filter(r=>r.changes.length>0).map(r=>r.id));for(let r of e.items){if(!s.has(r.id)){t.push({id:r.id,status:"skipped"});continue}try{let i=no({...e.options.update,message:o,runtimeFieldCommands:["update_many"]}),a=await we(r.id,i,e.global);t.push({id:r.id,status:"updated",changed_fields:a.changed_fields,warnings:a.warnings}),n.push(r.id)}catch(i){t.push({id:r.id,status:"failed",error:be(i)})}}return{rows:t,updatedIds:n}},eu=async e=>{if(e.plan.actionable.length===0)return Zp(e.plan);let t=S(),n=Lt(Zo,t),o=new Set(e.plan.actionable.map(m=>m.id)),s=e.plan.listed.items.filter(m=>o.has(m.id)).map(m=>({id:m.id,target_updated_at:m.updated_at})),r=e.options.checkpoint===!1?void 0:await Vp({pmRoot:e.runtime.pmRoot,checkpointId:n,nowValue:t,options:e.options,statusFilter:e.options.status,filters:e.plan.listed.filters,updateSummary:e.plan.updateSummary,checkpointItems:s}),i=await Qp({items:e.plan.listed.items,plans:e.plan.planned,options:e.options,global:e.global,checkpointId:n}),a=m=>i.rows.filter(f=>f.status===m).length,c=a("updated"),d=a("skipped"),l=a("failed");return{...De({applied:c,skipped:d,failed:l,unmatched:e.plan.unmatchedIds?.length??0}),mode:"apply",matched_count:e.plan.listed.items.length,dry_run:!1,filters:e.plan.listed.filters,planned_update_options:e.plan.updateSummary,...r?{checkpoint:r}:{},updated_count:c,skipped_count:d,failed_count:l,rows:i.rows,ids:i.updatedIds,...Qo(e.plan)}},hd=async(e,t)=>{let n=await Kp(t),o=typeof e.rollback=="string"?e.rollback:void 0;o===void 0&&(e={...e,update:no(await fc(e.update))});let s=fd(e.update);if(qp(e.list),o!==void 0)return Yp({runtime:n,rollbackId:o,options:e,global:t,updateSummary:s});if(!Sp(e.update)&&e.dryRun!==!0)throw new p(`No update-many mutation flags provided. Add at least one mutation flag (for example: ${bp}), or pass --dry-run for a filter-only preview.`,u.USAGE);Hp(e.update,n.settings,n.statusRegistry,n.pmRoot),_c(e.update);let r=await Co({pmRoot:n.pmRoot,dependencies:Oo(e.update.dep,n.settings.id_prefix,S(),C(e.update.author,n.settings.author_default)).additions,idPrefix:n.settings.id_prefix,itemFormat:n.settings.item_format,typeToFolder:P(n.settings,O()).type_to_folder,allowUnresolved:e.update.allowUnresolvedDeps}),i=await Jp({options:e,global:t,runtime:n,updateSummary:s,dependencyWarnings:r});return await Co({pmRoot:n.pmRoot,dependencies:Oo(e.update.dep,n.settings.id_prefix,S(),C(e.update.author,n.settings.author_default)).additions,idPrefix:n.settings.id_prefix,itemFormat:n.settings.item_format,typeToFolder:P(n.settings,O()).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?Xp(i):eu({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 tu=["create","show","add-step","update-step","complete-step","block-step","reorder-step","remove-step","link","unlink","decision","discovery","validation","resume","approve","materialize"],gd=["brief","standard","deep"],wd="plan-step-",rs="draft",ss=["bug-investigation","feature-implementation","refactoring-sprint"],yd={"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 nu(e){let t=e.trim().toLowerCase(),n=Object.prototype.hasOwnProperty.call(yd,t)?yd[t]:void 0;if(!n)throw new p(`Unknown plan template "${e}". Allowed: ${ss.join(", ")}`,u.USAGE,{code:"unknown_plan_template",examples:[`pm plan create --title "Fix login crash" --template ${ss[0]}`]});return n.map(o=>({...o}))}function ou(e,t){return t>0?Math.round(e/t*100):0}function vd(e){return(Array.isArray(e)?e:e==null?[]:[e]).filter(n=>n!=null).map(n=>(typeof n=="string"?n:String(n)).trim()).filter(n=>n.length>0)}function ne(e){return Array.isArray(e)?e.flatMap(t=>po(t,{unique:!1})):typeof e=="string"&&e.trim().length>0?po(e,{unique:!1}):[]}function B(e){return Array.isArray(e)?e.map(t=>t.trim()).filter(Boolean):typeof e=="string"&&e.trim().length>0?[e.trim()]:[]}function kd(e,t=rs){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Gn.find(s=>s===n);if(!o)throw new p(`Invalid plan mode "${e}". Allowed: ${Gn.join(", ")}`,u.USAGE);return o}function is(e,t="pending"){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=qn.find(s=>s===n);if(!o)throw new p(`Invalid step status "${e}". Allowed: ${qn.join(", ")}`,u.USAGE);return o}function Sd(e,t="related"){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Hn.find(s=>s===n);if(!o)throw new p(`Invalid step link kind "${e}". Allowed: ${Hn.join(", ")}`,u.USAGE);return o}function su(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0)return;let n=zn.find(o=>o===t);if(!n)throw new p(`Invalid plan harness "${e}". Allowed: ${zn.join(", ")}`,u.USAGE);return n}function ru(e){if(e===void 0)return"brief";let t=e.trim().toLowerCase(),n=gd.find(o=>o===t);if(!n)throw new p(`Invalid --depth "${e}". Allowed: ${gd.join(", ")}`,u.USAGE);return n}function iu(e){if(e===void 0)return null;let t=e.split(",").map(n=>n.trim()).filter(n=>n.length>0);if(t.length===0)throw new p("Plan --fields requires a comma-separated list of plan field names",u.USAGE);return t}var es=new Set(["id","title","status","mode","scope","harness","parent","resume_context","steps_summary","current_step","blocked_steps","steps","decisions","discoveries","validation","linked_items"]);function au(e,t){let n=e,o={},s=[];for(let r of t){let i=r.startsWith("plan.")?r.slice(5):r;if(i.length!==0){if(!es.has(i)){s.push(r);continue}Object.prototype.hasOwnProperty.call(n,i)&&(o[i]=n[i])}}if(s.length>0)throw new p(`Unknown Plan --fields value(s): ${s.join(", ")}`,u.USAGE,{nextSteps:[`Use --fields ${[...es].join(",")}`,"Run pm plan show <id> --depth brief for compact default fields."],recovery:{provided_fields:s,suggested_retry:`pm plan show <id> --fields ${[...es].join(",")}`}});return o}function as(e,t){let n={};for(let o of e.split(",")){let s=o.trim();if(s.length===0)continue;let r=s.indexOf("=");if(r<=0)throw new p(`Invalid ${t} entry "${s}"; expected key=value`,u.USAGE,{code:"malformed_plan_step_evidence",required:`${t} entries must use comma-separated key=value fields.`,why:"Structured Plan evidence must be validated before it is persisted.",examples:['--file "path=src/index.ts,scope=project,note=implementation"','--test "command=pnpm test,note=regression"','--doc "path=docs/PLAN.md,scope=project"']});n[s.slice(0,r).trim().toLowerCase()]=s.slice(r+1).trim()}return n}function cs(e){let t=as(e,"--file");if(!t.path)throw new p("--file requires path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--file requires a non-empty path field.",why:"Plan file evidence needs a stable path for later verification."});let n={path:t.path};return(t.scope==="global"||t.scope==="project")&&(n.scope=t.scope),t.note&&(n.note=t.note),n}function ds(e){let t=as(e,"--test");if(!t.command&&!t.path)throw new p("--test requires at least command=<value> or path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--test requires a command or path field.",why:"Plan test evidence must identify something runnable or inspectable."});let n={};return t.command&&(n.command=t.command),t.path&&(n.path=t.path),t.note&&(n.note=t.note),n}function ls(e){let t=as(e,"--doc");if(!t.path)throw new p("--doc requires path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--doc requires a non-empty path field.",why:"Plan documentation evidence needs a stable path for later verification."});let n={path:t.path};return(t.scope==="global"||t.scope==="project")&&(n.scope=t.scope),t.note&&(n.note=t.note),n}function cu(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=ou(t.completed,t.total),t}function du(e){let t=new Set(e.map(n=>n.id));for(let n=e.length+1;n<e.length+1024;n+=1){let o=`${wd}${String(n).padStart(3,"0")}`;if(!t.has(o))return o}throw new p("Could not allocate step id (limit reached)",u.GENERIC_FAILURE)}function ot(e,t){let n=t.trim();if(n.length===0)throw new p("Step reference cannot be empty",u.USAGE);let o=e.find(s=>s.id===n);if(o)return o;if(/^\d+$/.test(n)){let s=Number.parseInt(n,10),r=e.find(i=>i.order===s);if(r)return r}throw new p(`Step "${t}" not found in plan`,u.NOT_FOUND)}function bd(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 lu(e,t){let n=t.filter(i=>i.trim().toLowerCase()==="all"),o=[],s=[];if(n.length>0){if(t.length>n.length)throw new p("pm plan materialize --steps all cannot be combined with other step refs",u.USAGE);for(let i of e.slice().sort((a,c)=>a.order-c.order)){let a=bd(i);if(a){s.push({from_step:i.id,...a});continue}o.push(i)}return{targets:o,skipped:s}}let r=new Set;for(let i of t){let a=ot(e,i);if(r.has(a.id))continue;r.add(a.id);let c=bd(a);if(c){s.push({from_step:a.id,...c});continue}o.push(a)}return{targets:o,skipped:s}}function mu(e,t){let n=e==="decision"?t.decisionText:e==="discovery"?t.discoveryText:t.validationText,o=e==="decision"?t.decision:e==="discovery"?t.discovery:t.validation;return n?.trim()||o?.trim()||void 0}function pu(e){return e.find(t=>t.status==="in_progress")??e.find(t=>t.status==="pending")}function uu(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 K(e,t="brief"){let n=(e.plan_steps??[]).slice().sort((i,a)=>i.order-a.order),o=cu(n),s=pu(n),r={id:e.id,title:e.title,status:e.status,mode:e.plan_mode??rs,scope:e.plan_scope,harness:e.plan_harness,parent:e.parent,resume_context:e.plan_resume_context,steps_summary:o,current_step:s?{id:s.id,order:s.order,title:s.title,status:s.status}:void 0,blocked_steps:uu(n),linked_items:(e.dependencies??[]).map(i=>({id:i.id,kind:i.kind}))};return(t==="standard"||t==="deep")&&(r.steps=n),t==="deep"&&(r.decisions=e.plan_decisions??[],r.discoveries=e.plan_discoveries??[],r.validation=e.plan_validation??[]),r}function Y(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&&!uo(t.mode)&&t.status!=="closed"&&t.status!=="canceled"&&n.push(`pm close ${e} "plan complete"`),n}function Id(e){if((e.type??"").trim().toLowerCase()!=="plan")throw new p(`Item ${e.id} is type ${e.type}; pm plan commands require type=Plan. Use pm plan create or pm create --type Plan first.`,u.USAGE,{code:"wrong_item_type",required:"Use pm plan commands only with items whose type is Plan.",why:"Plan commands read and mutate Plan-specific step, decision, discovery, and validation fields.",examples:[`pm get ${e.id} --depth brief`,'pm plan create --title "Execution plan" --scope "<goal>"']})}async function fu(e){let t=E(process.cwd(),e.path);await $(t);let n=await R(t);return{pmRoot:t,settings:n}}async function Ed(e,t){let n=P(e.settings,O()),o=await Q(e.pmRoot,t,e.settings.id_prefix,e.settings.item_format,n.type_to_folder);if(!o)throw new p(`Plan ${t} not found`,u.NOT_FOUND);let s=await W(o,{schema:e.settings.schema});return Id(s.document.metadata),{document:s.document,itemId:o.id}}function _u(e){let t=[];e.parent&&t.push(`id=${e.parent.trim()},kind=parent`);for(let n of ne(e.related))t.push(`id=${n},kind=related`);for(let n of ne(e.blocks))t.push(`id=${n},kind=blocks`);for(let n of ne(e.blockedBy))t.push(`id=${n},kind=blocked_by`);return t.length>0?t:void 0}function hu(e){let t=e.validationText?.trim(),n=e.validationCommand?.trim(),o=e.validationExpected?.trim();if(!(!t&&!n&&!o))return{text:t||n||"Validation check",command:n||void 0,expected:o||void 0}}function gu(e){return!!e.stepBody?.trim()||!!e.stepOwner?.trim()||!!e.stepStatus?.trim()||!!e.stepEvidence?.trim()||!!e.stepBlockedReason?.trim()||!!e.stepReplacement?.trim()||ne(e.dependsOn).length>0||ne(e.link).length>0}function yu(e){let t=e.stepTitle?.trim()||void 0,n=vd(e.step),o=e.template?.trim()?nu(e.template):[];return{repeatedStepTitles:n,stepTitleFlag:t,stepTitles:[...t?[t]:[],...n,...o.map(s=>s.title)],templateSteps:o}}function bu(e,t){if((e.stepTitleFlag||e.repeatedStepTitles.length>0)&&e.templateSteps.length>0)throw new p("pm plan create --template cannot be combined with --step-title or --step; choose one step seeding source",u.USAGE,{code:"ambiguous_option_combination",examples:[`pm plan create --title "Fix login crash" --template ${ss[0]}`,'pm plan create --title "Custom plan" --step "Read the code" --step "Write the fix"']});if(e.stepTitles.length>1&&t)throw new p("pm plan create per-step options apply to a single initial step; with multiple --step values create the plan first, then refine steps individually",u.USAGE,{code:"ambiguous_option_combination",examples:['pm plan create --title "Execution plan" --step "Read the code" --step "Write the fix"','pm plan update-step <plan-id> plan-step-001 --step-body "Inspect retry path"']})}function wu(e,t){let n=is(e.stepStatus,"pending"),o=ms(e,"depends_on"),s=B(e.file).map(cs),r=B(e.test).map(ds),i=B(e.doc).map(ls),a=S();return{id:"plan-step-001",order:1,title:t,body:e.stepBody?.trim()||void 0,status:n,owner:e.stepOwner?.trim()||void 0,evidence:e.stepEvidence?.trim()||void 0,blocked_reason:n==="blocked"?e.stepBlockedReason?.trim()||"":void 0,linked_items:o.length>0?o:void 0,files:s.length>0?s:void 0,tests:r.length>0?r:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n==="completed"?a:void 0}}function vu(e){let t=yu(e),n=gu(e);if(bu(t,n),t.stepTitles.length===0)return{steps:[],hasPerStepDetailOptions:n};if(t.stepTitles.length===1)return{steps:[wu(e,t.stepTitles[0])],hasPerStepDetailOptions:n};let o=S();return{steps:t.stepTitles.map((s,r)=>({id:`${wd}${String(r+1).padStart(3,"0")}`,order:r+1,title:s,body:t.templateSteps[r]?.body,status:"pending",created_at:o,updated_at:o})),hasPerStepDetailOptions:n}}function xd(e,t,n=[]){gt(e,t),n.length>0&&xr(t,n)}async function ku(e,t,n){let o=e.title?.trim();if(!o)throw new p("pm plan create requires --title",u.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Refactor lock retry" --scope pm-a1b2']});let s=kd(e.mode,rs),r=su(e.harness),i=e.fromSearch?.trim(),a=hu(e),{steps:c,hasPerStepDetailOptions:d}=vu(e);if(c.length===0&&d)throw new p("pm plan create step options require --step-title (or a single --step)",u.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Execution plan" --step-title "Read the code"']});let l=e.description?.trim()??e.scope?.trim()??o,m=e.claim?C(e.author,n.settings.author_default):e.assignee?.trim()||void 0,f={...e,title:o,description:l,type:"Plan",template:void 0,file:B(e.file),test:B(e.test),doc:B(e.doc),field:B(e.field),assignee:C(e.author,n.settings.author_default),blockedBy:void 0,dep:_u(e),message:e.message??(i?`plan create (search: ${i})`:"plan create")};xd(e,f);let _=await Rt(f,t),w=await vt({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 h=["plan_mode"];g.metadata.plan_mode=s,r&&(g.metadata.plan_harness=r,h.push("plan_harness"));let k=e.scope?.trim();k&&(g.metadata.plan_scope=k,h.push("plan_scope"));let x=e.resumeContext?.trim();return x&&(g.metadata.plan_resume_context=x,h.push("plan_resume_context")),g.metadata.plan_steps=c,h.push("plan_steps"),a&&(g.metadata.plan_validation=[...g.metadata.plan_validation??[],a],h.push("plan_validation")),m&&(g.metadata.assignee=m,h.push("assignee")),{changedFields:h}}}),v=K(w.item,"brief");return{action:"create",plan:v,step:c[0],next_actions:Y(_.item.id,v),warnings:[..._.warnings],generated_at:S()}}async function Su(e,t,n){let o=ru(t.depth),s=iu(t.fields),{document:r,itemId:i}=await Ed(n,e),a=K(r.metadata,s===null?o:"deep");return{action:"show",plan:s===null?a:au(a,s),next_actions:Y(i,a),warnings:[],generated_at:S()}}function Iu(e,t){let n=new Map(Object.entries(t).filter(([o])=>o.startsWith("plan_")).map(([o,s])=>[o,JSON.stringify(s)]));return[...new Set([...e.keys(),...n.keys()])].filter(o=>e.get(o)!==n.get(o))}async function ce(e){let t=C(e.options.author,e.ctx.settings.author_default),n,o=await vt({pmRoot:e.ctx.pmRoot,settings:e.ctx.settings,id:e.id,op:e.op,author:t,message:e.options.message??e.message,force:e.options.force,mutate(s){Id(s.metadata);let r=j(e.ctx.settings.schema);if(Ke(s.metadata.status,r)||uo(s.metadata.plan_mode))throw new p(`Plan ${s.metadata.id} is terminal (status=${s.metadata.status}, plan_mode=${s.metadata.plan_mode??"unset"}) and cannot be mutated.`,u.CONFLICT,{code:"terminal_plan_mutation",required:"Create or reopen a non-terminal Plan before changing its execution context or steps.",why:"Terminal Plan history is immutable execution evidence."});let i=(s.metadata.plan_steps??[]).slice(),a=new Map(Object.entries(s.metadata).filter(([m])=>m.startsWith("plan_")).map(([m,f])=>[m,JSON.stringify(f)])),c=e.mutator(i,s);n=c.resultStep;let d=i.slice().sort((m,f)=>m.order-f.order).map((m,f)=>({...m,order:f+1}));s.metadata.plan_steps=d;let l=Iu(a,s.metadata);return l.length===0&&c.changedSteps.length===0?{changedFields:[]}:{changedFields:l.length>0?l:["plan_steps"]}}});return{document:{metadata:o.item,body:o.body},resultStep:n,itemId:o.item.id}}async function Eu(e,t,n){let o=t.stepTitle?.trim();if(!o)throw new p("pm plan add-step requires --step-title",u.USAGE);let s=is(t.stepStatus,"pending"),r=t.allowMultipleActive===!0,{document:i,resultStep:a,itemId:c}=await ce({id:e,options:t,ctx:n,op:"plan_add_step",message:`plan add-step "${o}"`,mutator(l){let m=l.length+1;Rd(l,void 0,s,r);let f=xu(l,t,{order:m,title:o,status:s});return l.push(f),{changedSteps:[f.id],resultStep:f}}}),d=K(i.metadata,"standard");return{action:"add-step",plan:d,step:a,next_actions:Y(c,d),warnings:[],generated_at:S()}}function Rd(e,t,n,o){if(n!=="in_progress"||o)return;let s=e.find(r=>r.id!==t&&r.status==="in_progress");if(s)throw new p(`Plan already has step ${s.id} in_progress. Pass --allow-multiple-active or update that step first.`,u.CONFLICT)}function xu(e,t,n){let o=ms(t,"depends_on"),s=B(t.file).map(cs),r=B(t.test).map(ds),i=B(t.doc).map(ls),a=S();return{id:du(e),order:n.order,title:n.title,body:t.stepBody?.trim()||void 0,status:n.status,owner:t.stepOwner?.trim()||void 0,evidence:t.stepEvidence?.trim()||void 0,blocked_reason:n.status==="blocked"?t.stepBlockedReason?.trim()||"":void 0,linked_items:o.length>0?o:void 0,files:s.length>0?s:void 0,tests:r.length>0?r:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n.status==="completed"?a:void 0}}function ms(e,t){let n=ne(e.dependsOn).map(l=>({id:l,kind:t})),o=ne(e.related).map(l=>({id:l,kind:"related"})),s=ne(e.blocks).map(l=>({id:l,kind:"blocks"})),r=ne(e.blockedBy).map(l=>({id:l,kind:"blocked_by"})),i=ne(e.link),a=Sd(e.linkKind,t),c=e.linkNote?.trim(),d=i.map(l=>{let m={id:l,kind:a};return c&&(m.note=c),m});return[...n,...o,...s,...r,...d]}async function ts(e,t,n,o){let{document:s,resultStep:r,itemId:i}=await ce({id:e,options:t,ctx:n,op:o.op,message:t.message??`${o.op} ${o.stepRef}`,mutator(c,d){let l=ot(c,o.stepRef),m=S(),f=o.finalStatus??is(t.stepStatus,l.status),_=t.allowMultipleActive===!0||o.allowMultipleActive===!0;return Rd(c,l.status==="in_progress"?l.id:void 0,f,_),Ru(l,t,f,m),d.metadata.updated_at=m,{changedSteps:[l.id],resultStep:l}}}),a=K(s.metadata,"standard");return{action:o.op==="plan_complete_step"?"complete-step":o.op==="plan_block_step"?"block-step":"update-step",plan:a,step:r,next_actions:Y(i,a),warnings:[],generated_at:S()}}function Ru(e,t,n,o){Au(e,t,n),Cu(e,t),e.status=n,e.updated_at=o,Tu(e,n,o)}function Au(e,t,n){if(!(n!=="blocked"||t.stepBlockedReason?.trim()||e.blocked_reason))throw new p("Blocking a step requires --step-blocked-reason or an already-recorded blocked_reason.",u.USAGE)}function Cu(e,t){let n=t.stepTitle?.trim();n&&(e.title=n),t.stepBody!==void 0&&(e.body=t.stepBody.trim()||void 0),t.stepOwner!==void 0&&(e.owner=t.stepOwner.trim()||void 0),t.stepEvidence!==void 0&&(e.evidence=t.stepEvidence.trim()||void 0),t.stepBlockedReason!==void 0&&(e.blocked_reason=t.stepBlockedReason.trim()||void 0),t.stepReplacement!==void 0&&(e.superseded_by=t.stepReplacement.trim()||void 0);let o=B(t.file).map(cs),s=B(t.test).map(ds),r=B(t.doc).map(ls);o.length>0&&(e.files=ns(e.files,o)),s.length>0&&(e.tests=ns(e.tests,s)),r.length>0&&(e.docs=ns(e.docs,r))}function ns(e,t){let n=[...e??[]],o=new Set(n.map(s=>JSON.stringify(s)));for(let s of t){let r=JSON.stringify(s);o.has(r)||(o.add(r),n.push(s))}return n}function Tu(e,t,n){if(t==="completed"&&!e.completed_at){e.completed_at=n;return}t!=="completed"&&(e.completed_at=void 0)}async function Ou(e,t,n,o,s){let{document:r,itemId:i}=await ce({id:e,options:t,ctx:n,op:"plan_reorder_step",message:t.message??`plan reorder-step ${o} -> ${s}`,mutator(c){let d=ot(c,o),l=c.filter(f=>f.id!==d.id),m=Math.max(1,Math.min(s,l.length+1));return l.splice(m-1,0,d),l.forEach((f,_)=>{f.order=_+1,f.updated_at=S()}),c.length=0,c.push(...l),{changedSteps:[d.id],resultStep:d}}}),a=K(r.metadata,"standard");return{action:"reorder-step",plan:a,next_actions:Y(i,a),warnings:[],generated_at:S()}}async function $u(e,t,n,o){let{document:s,itemId:r}=await ce({id:e,options:t,ctx:n,op:"plan_remove_step",message:t.message??`plan remove-step ${o}`,mutator(a){let c=ot(a,o),d=a.filter(l=>l.id!==c.id);return d.forEach((l,m)=>{l.order=m+1}),a.length=0,a.push(...d),{changedSteps:[c.id]}}}),i=K(s.metadata,"standard");return{action:"remove-step",plan:i,next_actions:Y(r,i),warnings:[],generated_at:S()}}async function Pu(e,t,n,o){let s=ms(t,Sd(t.linkKind,"related"));if(s.length===0)throw new p("pm plan link requires at least one --link/--related/--blocks/--blocked-by/--depends-on id",u.USAGE);let r=t.promoteToItemDep===!0,{document:i,itemId:a,resultStep:c}=await ce({id:e,options:t,ctx:n,op:"plan_link_step",message:t.message??`plan link ${o}`,mutator(l,m){let f=ot(l,o),_=f.linked_items??[],w=g=>`${g.kind}:${g.id}`,v=new Set(_.map(w));for(let g of s){let h=w(g);v.has(h)||(_.push(g),v.add(h))}if(f.linked_items=_,f.updated_at=S(),r){let g=m.metadata.dependencies??[],h=x=>`${x.kind}:${x.id}`,k=new Set(g.map(h));for(let x of s){let I=x.kind==="depends_on"?"blocked_by":x.kind,A={id:x.id,kind:I,created_at:S(),author:C(t.author,n.settings.author_default)};k.has(h(A))||(g.push(A),k.add(h(A)))}m.metadata.dependencies=g}return{changedSteps:[f.id],resultStep:f}}}),d=K(i.metadata,"standard");return{action:"link",plan:d,step:c,next_actions:Y(a,d),warnings:[],generated_at:S()}}async function Fu(e,t,n,o){let s=ne(t.link);if(s.length===0)throw new p("pm plan unlink requires --link <id> to remove",u.USAGE);let{document:r,itemId:i,resultStep:a}=await ce({id:e,options:t,ctx:n,op:"plan_unlink_step",message:t.message??`plan unlink ${o}`,mutator(d){let l=ot(d,o),m=(l.linked_items??[]).filter(f=>!s.includes(f.id));return l.linked_items=m.length>0?m:void 0,l.updated_at=S(),{changedSteps:[l.id],resultStep:l}}}),c=K(r.metadata,"standard");return{action:"unlink",plan:c,step:a,next_actions:Y(i,c),warnings:[],generated_at:S()}}async function os(e,t,n,o){let s=mu(o,t);if(!s){let d=`--${o}-text`,l=`--${o}`;throw new p(`pm plan ${o} requires ${d}`,u.USAGE,{code:"missing_required_option",examples:[`pm plan ${o} <plan-id> ${d} "..."`,`pm plan ${o} <plan-id> ${l} "..."`],recovery:{suggested_retry:`pm plan ${o} <plan-id> ${d} <value>`}})}let r=C(t.author,n.settings.author_default),{document:i,itemId:a}=await ce({id:e,options:t,ctx:n,op:`plan_append_${o}`,message:t.message??`plan ${o} append`,mutator(d,l){let m=S();if(o==="decision"){let _=l.metadata.plan_decisions??[];return _.push({ts:m,author:r,decision:s,rationale:t.decisionRationale?.trim()||void 0,evidence:t.decisionEvidence?.trim()||void 0}),l.metadata.plan_decisions=_,{changedSteps:[]}}if(o==="discovery"){let _=l.metadata.plan_discoveries??[];return _.push({ts:m,author:r,text:s}),l.metadata.plan_discoveries=_,{changedSteps:[]}}let f=l.metadata.plan_validation??[];return f.push({text:s,command:t.validationCommand?.trim()||void 0,expected:t.validationExpected?.trim()||void 0}),l.metadata.plan_validation=f,{changedSteps:[]}}}),c=K(i.metadata,"deep");return{action:o,plan:c,next_actions:Y(a,c),warnings:[],generated_at:S()}}async function Lu(e,t,n){let o=t.resumeContext?.trim();if(!o)throw new p("pm plan resume requires --resume-context <text>",u.USAGE);let{document:s,itemId:r}=await ce({id:e,options:t,ctx:n,op:"plan_resume",message:t.message??"plan resume context update",mutator(a,c){c.metadata.plan_resume_context=o;let d=t.scope?.trim();return d&&(c.metadata.plan_scope=d),{changedSteps:[]}}}),i=K(s.metadata,"brief");return{action:"resume",plan:i,next_actions:Y(r,i),warnings:[],generated_at:S()}}async function Mu(e,t,n){let o=kd(t.mode??"approved","approved"),{document:s,itemId:r}=await ce({id:e,options:t,ctx:n,op:"plan_approve",message:t.message??`plan approve mode=${o}`,mutator(a,c){c.metadata.plan_mode=o;let d=t.scope?.trim();return d&&(c.metadata.plan_scope=d),{changedSteps:[]}}}),i=K(s.metadata,"brief");return{action:"approve",plan:i,next_actions:Y(r,i),warnings:[],generated_at:S()}}function Ad(e){return e.map(t=>`plan_materialize_skipped:${t.from_step}:${t.reason}${t.existing_id?`:${t.existing_id}`:""}`)}function Du(e,t){let n=K(e.document.metadata,"standard");return{action:"materialize",plan:n,materialized:[],materialize_skipped:t,next_actions:Y(e.itemId,n),warnings:Ad(t),generated_at:S()}}function Nu(e,t,n){let o=[`id=${e},kind=parent`,`id=${t},kind=discovered_from`];for(let s of n.linked_items??[]){let r=s.kind==="blocked_by"||s.kind==="blocks"||s.kind==="related"||s.kind==="discovered_from"?s.kind:"related";o.push(`id=${s.id},kind=${r}`)}return o}async function ju(e){let t=[],n={},o=new Set(["title","description","type","parent","tags","author","message","dep"]);for(let s of B(e.options.field)){let r=s.indexOf("=");if(r<=0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let i=s.slice(0,r).trim(),a=s.slice(r+1).trim();if(i.length===0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let c=i.trim().replaceAll(/([a-z0-9])([A-Z])/g,"$1 $2").replaceAll(/[^A-Za-z0-9]+/g," ").split(/\s+/).filter(Boolean).map(f=>f.toLowerCase());if(c.length===0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let[d,...l]=c,m=`${d}${l.map(f=>`${f.slice(0,1).toUpperCase()}${f.slice(1)}`).join("")}`;if(o.has(m))throw new p(`Invalid --field entry "${s}"; "${m}" is reserved by materialize and cannot be overridden`,u.USAGE);n[m]=a}for(let s of e.targets){let r={...n,title:s.title,description:s.body?.trim()||s.title,type:e.resolvedTypeName,parent:e.parent,tags:e.tags,author:e.options.author,message:e.options.message??`materialized from plan ${e.planItemId} step ${s.id}`,dep:Nu(e.parent,e.planItemId,s)};xd(e.options,r,["description",...Object.keys(n)]);let i=await Rt(r,{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:s.id})}return t}function Uu(e,t,n){for(let o of t){let s=n.find(a=>a.from_step===o.id);if(!s)continue;let r=e.find(a=>a.id===o.id);if(!r)continue;let i=r.linked_items??[];i.push({id:s.id,kind:"implements",note:`materialized as ${s.type}`}),r.linked_items=i,r.updated_at=S()}}async function Gu(e,t,n){let o=ne(t.steps);if(o.length===0)throw new p("pm plan materialize requires --steps <ids|orders|all>",u.USAGE);let s=t.materializeType?.trim()||"Task",r=P(n.settings,O()),i=jt(s,r);if(!i)throw new p(`Invalid --materialize-type "${s}"`,u.USAGE);let a=t.materializeParent?.trim()||e,c=t.materializeTags,d=await Ed(n,e),l=(d.document.metadata.plan_steps??[]).slice(),{targets:m,skipped:f}=lu(l,o);if(m.length===0){if(f.length>0)return Du(d,f);throw new p("No matching plan steps found for --steps",u.NOT_FOUND)}let _=await ju({targets:m,parent:a,planItemId:d.itemId,resolvedTypeName:i,tags:c,options:t,pmRoot:n.pmRoot}),{document:w,itemId:v}=await ce({id:e,options:t,ctx:n,op:"plan_materialize",message:t.message??`plan materialize ${o.join(",")}`,mutator(h){return Uu(h,m,_),{changedSteps:m.map(k=>k.id)}}}),g=K(w.metadata,"standard");return{action:"materialize",plan:g,materialized:_,...f.length>0?{materialize_skipped:f}:{},next_actions:Y(v,g),warnings:Ad(f),generated_at:S()}}function qu(e){if(e.subcommand==="create")return e;let t=vd(e.options.step);if(t.length>1)throw new p(`pm plan ${e.subcommand} accepts a single --step/--step-title value (repeated --step seeds ordered steps only on pm plan create)`,u.USAGE);return t.length===1&&!e.options.stepTitle?.trim()?{...e,options:gt(e.options,{...e.options,stepTitle:t[0]})}:e}function ge(e,t){if(!e.id)throw new p(`pm plan ${t} requires a plan id`,u.USAGE);return e.id}function Ue(e,t){let n=ge(e,t);if(!e.stepRef)throw new p(`pm plan ${t} requires <plan-id> <step>`,u.USAGE);return{id:n,stepRef:e.stepRef}}function zu(e){let t=Ue(e,"reorder-step");if(e.reorderTo===void 0)throw new p("pm plan reorder-step requires <plan-id> <step> <new-order>",u.USAGE);return{...t,reorderTo:e.reorderTo}}var Hu={create:(e,t)=>ku(e.options,e.global,t),show:(e,t)=>Su(ge(e,"show"),e.options,t),"add-step":(e,t)=>Eu(ge(e,"add-step"),e.options,t),"update-step":(e,t)=>{let n=Ue(e,"update-step");return ts(n.id,e.options,t,{stepRef:n.stepRef,op:"plan_update_step"})},"complete-step":(e,t)=>{let n=Ue(e,"complete-step");return ts(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"completed",op:"plan_complete_step"})},"block-step":(e,t)=>{let n=Ue(e,"block-step");return ts(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"blocked",op:"plan_block_step"})},"reorder-step":(e,t)=>{let n=zu(e);return Ou(n.id,e.options,t,n.stepRef,n.reorderTo)},"remove-step":(e,t)=>{let n=Ue(e,"remove-step");return $u(n.id,e.options,t,n.stepRef)},link:(e,t)=>{let n=Ue(e,"link");return Pu(n.id,e.options,t,n.stepRef)},unlink:(e,t)=>{let n=Ue(e,"unlink");return Fu(n.id,e.options,t,n.stepRef)},decision:(e,t)=>os(ge(e,"decision"),e.options,t,"decision"),discovery:(e,t)=>os(ge(e,"discovery"),e.options,t,"discovery"),validation:(e,t)=>os(ge(e,"validation"),e.options,t,"validation"),resume:(e,t)=>Lu(ge(e,"resume"),e.options,t),approve:(e,t)=>Mu(ge(e,"approve"),e.options,t),materialize:(e,t)=>Gu(ge(e,"materialize"),e.options,t)};function Bu(e){let t=Hu[e];if(!t)throw me({command_path:"plan",token:e,allowed:tu});return t}async function Cd(e){let t=await fu(e.global),n=qu(e);return Bu(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 Vu(e,t){return[...new Set([...nr.filter(o=>e[o]!==void 0),...Object.keys(e).filter(o=>e[o]!==void 0),...t.length>0?["body"]:[]])].sort((o,s)=>o.localeCompare(s))}function Wu(e,t){let n=`copied_from=${e}`;if(!t)return n;let o=t.trim();return o.length>0?`${o} | ${n}`:n}async function ps(e,t,n){let o=E(process.cwd(),n.path);await $(o);let s=await R(o),r=P(s,O()),i=await Q(o,e,s.id_prefix,s.item_format,r.type_to_folder);if(!i)throw await Xt(o,e,s.id_prefix,r.type_to_folder);let a=await W(i,{schema:s.schema}),c=a.document.metadata,d=S(),l=C(t.author,s.author_default),m=await io(o,s.id_prefix,{tokenLength:s.ids.token_length,typeToFolder:r.type_to_folder,probeExisting:!1}),f=j(s.schema),_=t.title?.trim();if(_!==void 0&&_.length===0)throw new p("Copy --title must not be empty",u.USAGE);let w={...c,id:m,title:_??c.title,status:f.open_status,created_at:d,updated_at:d};delete w.closed_at,delete w.completed_at,delete w.close_reason,delete w.test_runs;let v=Ve(O()),g=Ae({metadata:w,body:a.document.body},{schema:s.schema,extensionFieldNames:v}),h=await To({title:g.metadata.title,description:g.metadata.description,body:g.body,excludeIds:[i.id]},{pmRoot:o,mode:s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0?"off":s.governance.duplicate_detection_mode,threshold:s.governance.duplicate_detection_threshold,limit:s.governance.duplicate_detection_limit,allowDuplicate:t.allowDuplicate}),k=Vu(g.metadata,g.body),x=ft(o,g.metadata.type,m,s.item_format,r.type_to_folder),I=ie(o,m),A=await V(o,m,s.locks.ttl_seconds,l,!1,s.governance.force_required_for_stale_lock,s.locks.wait_ms),X={metadata:{},body:""},G,se;try{let le=await Yt(o,l,{required:s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0});try{s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0&&await To({title:g.metadata.title,description:g.metadata.description,body:g.body,excludeIds:[i.id]},{pmRoot:o,mode:"strict",threshold:s.governance.duplicate_detection_threshold,limit:s.governance.duplicate_detection_limit,allowDuplicate:!1});let Ie=await Q(o,m,s.id_prefix,s.item_format,r.type_to_folder);if(Ie)throw new p(`Cannot copy to ${m}: an item with that id already exists at ${Ie.itemPath}. Retry the copy to allocate a new id.`,u.CONFLICT,{code:"item_id_collision",why:`Allocated id ${m} already exists at ${Ie.itemPath}.`,recovery:{suggested_retry:`pm copy ${i.id}`}});await z(x,pe(g,{format:s.item_format,schema:s.schema,extensionFieldNames:v}));try{let re=ae({nowIso:d,author:l,op:"create",before:X,after:g,message:Wu(i.id,t.message)});await Ce(I,re)}catch(re){throw await mt(x),re}se=await Jt({pmRoot:o,preferredFormat:s.item_format,typeToFolder:r.type_to_folder,schema:s.schema,itemPath:x,document:g})}finally{await le()}G=[...await D({path:x,scope:"project",op:"create",item_id:g.metadata.id,item_type:g.metadata.type,before:X,after:g,changed_fields:k}),...await D({path:I,scope:"project",op:"create:history",item_id:g.metadata.id,item_type:g.metadata.type,before:X,after:g,changed_fields:k})],Gt({id:g.metadata.id,op:"create",item_type:g.metadata.type,status:g.metadata.status,current:_t(g.metadata,k),changed_fields:k})}finally{await A()}return{source_id:i.id,item:structuredClone(g.metadata),changed_fields:k,warnings:[...uc(h),...se,...G],...h===void 0?{}:{similarity_advisory:h}}}import In 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 us(e,t,n){let o=E(process.cwd(),n.path);await $(o);let s=await R(o),r=C(t.author,s.author_default),i=await pi({pmRoot:o,settings:s,id:e,author:r,message:t.message,force:t.force,dryRun:t.dryRun}),a=i.targetPath?In.relative(o,i.targetPath).split(In.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:In.relative(o,ie(o,i.item.id)).split(In.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 Ku(e){await $(e)}async function fs(e,t,n){let o=E(process.cwd(),n.path);if(await Ku(o),t.clear===!0){if(e!==void 0)throw new p("pm focus --clear does not take an item id. Use 'pm focus --clear' to clear focus or 'pm focus <id>' to set it.",u.USAGE);let m=await R(o),f=oo(C(void 0,m.author_default));return await Dr(o),await Eo({pmRoot:o,settings:m,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 m=await Lr(o);if(m===void 0)return{action:"show",focused_item:null,title:null,message:"No focus set. Use 'pm focus <id>' to set a default parent for new items."};let f=await Yu(o,m);return{action:"show",focused_item:m,title:f,message:`Focused on ${m}${f?` (${f})`:""}. New items default --parent to it.`}}let r=await R(o),i=P(r,O()),a=await Q(o,e,r.id_prefix,r.item_format,i.type_to_folder);if(!a)throw await Xt(o,e,r.id_prefix,i.type_to_folder);let c=wt(a.id,r.id_prefix),d=await W(a,{schema:r.schema}),l=Td(d.document.metadata.title);return await Mr(o,c),await Eo({pmRoot:o,settings:r,principal:oo(C(void 0,r.author_default)),itemId:c}),{action:"set",focused_item:c,title:l,message:`Focused on ${c}${l?` (${l})`:""}. New items default --parent to it (override with --parent or clear via 'pm focus --clear').`}}async function Yu(e,t){let n=await R(e),o=P(n,O()),s=await Q(e,t,n.id_prefix,n.item_format,o.type_to_folder);if(!s)return null;let r=await W(s,{schema:n.schema});return Td(r.document.metadata.title)}function Td(e){return e.trim().length>0?e:null}import{readFile as mf,writeFile as pf}from"node:fs/promises";import uf 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 _s(e,t){let n=Bt(e);if(n)throw new p(`History merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,u.GENERIC_FAILURE);let o=[];for(let[s,r]of e.split(/\r?\n/).entries()){let i=r.trim();if(i)try{let a=JSON.parse(i);if(typeof a!="object"||a===null||Array.isArray(a))throw new TypeError("history entry must be an object");o.push(a)}catch{throw new p(`History merge input (${t}) contains invalid JSON at line ${s+1}.`,u.GENERIC_FAILURE)}}return o}function ke(e){return F({ts:e.ts,author:e.author,op:e.op,patch:e.patch,message:e.message??null})}function Ju(e,t){let n=Math.min(e.length,t.length),o=0;for(;o<n&&ke(e[o])===ke(t[o]);)o+=1;return o}function Od(e,t,n){_s(e,"base");let o=_s(t,"ours"),s=_s(n,"theirs"),r=Ju(o,s);if(r===o.length&&r===s.length)return{merged:Oe(o),strategy:"identical",common_entries:r,entries_from_ours:0,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(r===s.length)return{merged:Oe(o),strategy:"fast_forward_ours",common_entries:r,entries_from_ours:o.length-r,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(r===o.length)return{merged:Oe(s),strategy:"fast_forward_theirs",common_entries:r,entries_from_ours:0,entries_from_theirs:s.length-r,entries_total:s.length,reanchored:!1};let i=o.slice(r),a=new Set(i.map(ke)),c=s.slice(r).filter(m=>!a.has(ke(m))),d=[...i,...c].sort((m,f)=>{let _=Ft(m.ts,f.ts);if(_!==0)return _;let w=a.has(ke(m)),v=a.has(ke(f));return w!==v?Number(v)-Number(w):ke(m).localeCompare(ke(f))}),l=Xr([...o.slice(0,r),...d],void 0,{continuousHashSurface:!0});if(l.skippedOps>0)throw new p(`History union cannot preserve ${l.skippedOps} patch operation(s) after deterministic suffix ordering; leave the file unresolved for manual recovery.`,u.GENERIC_FAILURE);return{merged:Oe(l.entries),strategy:"union_reanchor",common_entries:r,entries_from_ours:i.length,entries_from_theirs:c.length,entries_total:l.entries.length,reanchored:!0}}function hs(e,t){let n=Bt(e);if(n)throw new p(`Relationship merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,u.GENERIC_FAILURE);let o=[];for(let[s,r]of e.split(/\r?\n/).entries()){let i=r.trim();if(!i)continue;let a;try{a=JSON.parse(i)}catch{throw new p(`Relationship merge input (${t}) contains invalid JSON at line ${s+1}.`,u.GENERIC_FAILURE)}if(typeof a!="object"||a===null||Array.isArray(a)||typeof a.eventId!="string"||typeof a.sequence!="number")throw new p(`Relationship merge input (${t}) line ${s+1} is not a relationship event (eventId + sequence required).`,u.GENERIC_FAILURE);o.push(a)}return o}function En(e){return e.length===0?"":`${e.map(t=>JSON.stringify(t)).join(`
11
11
  `)}
12
- `}function Wu(e){return e.map((t,n)=>({...t,sequence:n+1}))}function Ad(e,t,n){hs(e,"base");let o=hs(t,"ours"),s=hs(n,"theirs"),r=Math.min(o.length,s.length),i=0;for(;i<r&&o[i].eventId===s[i].eventId;)i+=1;if(i===o.length&&i===s.length)return{merged:En(o),strategy:"identical",common_entries:i,entries_from_ours:0,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(i===s.length)return{merged:En(o),strategy:"fast_forward_ours",common_entries:i,entries_from_ours:o.length-i,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(i===o.length)return{merged:En(s),strategy:"fast_forward_theirs",common_entries:i,entries_from_ours:0,entries_from_theirs:s.length-i,entries_total:s.length,reanchored:!1};let a=o.slice(i),c=new Set(a.map(f=>f.eventId)),d=s.slice(i).filter(f=>!c.has(f.eventId)),l=[...a,...d].sort((f,_)=>{if(f.timestamp!==void 0&&_.timestamp!==void 0){let g=Ft(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 w=c.has(f.eventId),v=c.has(_.eventId);return w!==v?Number(v)-Number(w):0}),m=Wu([...o.slice(0,i),...l]);return{merged:En(m),strategy:"union_reanchor",common_entries:i,entries_from_ours:a.length,entries_from_theirs:d.length,entries_total:m.length,reanchored:!0}}var Ku=["tags","dependencies","comments","notes","learnings","files","tests","test_runs","docs","reminders","events"],Yu=["updated_at"];function Ge(e,t){return F(e??null)===F(t??null)}function Ju(e,t,n){let o=l=>Array.isArray(l)?l:[],s=new Set(o(e).map(l=>F(l))),r=o(t),i=new Set(r.map(l=>F(l))),a=o(n),c=new Set(a.map(l=>F(l))),d=r.filter(l=>{let m=F(l);return!s.has(m)||c.has(m)});for(let l of a){let m=F(l);!i.has(m)&&!s.has(m)&&d.push(l)}return d}function Tt(e){if(typeof e!="object"||e===null||Array.isArray(e))return F(e);let{provenance:t,...n}=e;return F(n)}function Xu(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 Zu(e,t,n){let o=l=>Array.isArray(l)?l:[],s=new Set(o(e).map(Tt)),r=o(t),i=new Set(r.map(Tt)),a=o(n),c=new Set(a.map(Tt)),d=r.filter(l=>{let m=Tt(l);return!s.has(m)||c.has(m)});for(let l of a){let m=Tt(l);!i.has(m)&&!s.has(m)&&d.push(Xu(l))}return d}function Qu(e,t){return Ft(String(e),String(t))>=0?e:t}function Cd(e,t,n,o){return Ge(t,n)?{value:t,from_theirs:!1,conflict:!1}:Ge(e,t)?{value:n,from_theirs:!0,conflict:!1}:Ge(e,n)?{value:t,from_theirs:!1,conflict:!1}:{value:o==="theirs"?n:t,from_theirs:o==="theirs",conflict:!0}}function Td(e,t,n,o,s){let r=Cd(e,t,n,o);if(!r.conflict||s==="preferred_side")return r;let i=F(n).localeCompare(F(t))<0;return{value:i?n:t,from_theirs:i,conflict:!0}}function gs(e){return{...e.metadata}}function ys(e,t,n){try{return Ce(Ye(e,n),n)}catch(o){throw new p(`Item merge input (${t}) is not a readable item document: ${String(o)}`,u.GENERIC_FAILURE)}}function ef(e){if(!e.unionFieldSet.has(e.field))return!1;let t=e.field==="tests"?Zu(e.baseValue,e.oursValue,e.theirsValue):Ju(e.baseValue,e.oursValue,e.theirsValue);return e.accumulator.merged[e.field]=t,Ge(t,e.oursValue)||e.accumulator.unionFields.push(e.field),!0}function tf(e){let t=Td(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 nf(e,t,n,o,s){let r=new Set(Ku),i=new Set(Yu),a=[...new Set([...Object.keys(t),...Object.keys(n)])].sort((d,l)=>d.localeCompare(l)),c={merged:{},conflictFields:[],fieldsFromTheirs:[],unionFields:[],conflictDecisions:[]};for(let d of a){let l=e[d],m=t[d],f=n[d];if(!ef({field:d,baseValue:l,oursValue:m,theirsValue:f,unionFieldSet:r,accumulator:c})){if(i.has(d)){c.merged[d]=Qu(m,f);continue}tf({field:d,baseValue:l,oursValue:m,theirsValue:f,preferred:o,conflictResolution:s,accumulator:c})}}return c}function Od(e,t,n,o={}){let s=o.preferred??"ours",r=o.conflictResolution??"preferred_side",i=e.trim().length>0,a=ys(t,"ours",o),c=ys(n,"theirs",o),d=i?ys(e,"base",o):a,l=i?gs(d):{},m=gs(a),f=gs(c),{merged:_,conflictFields:w,fieldsFromTheirs:v,unionFields:g,conflictDecisions:h}=nf(l,m,f,s,r),k=Td(i?d.body:"",a.body,c.body,s,r);return k.conflict?(w.push("body"),h.push({field:"body",base:i?d.body:"",ours:a.body,theirs:c.body,retained:k.value,discarded:k.from_theirs?a.body:c.body})):k.from_theirs&&v.push("body"),{merged:pe({metadata:_,body:k.value},o),conflict_fields:w,fields_from_theirs:v,union_fields:g,conflict_decisions:h,requested_preference:s,conflict_resolution:r}}function bs(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function ws(e,t){let n=Bt(e);if(n)throw new p(`JSON merge input (${t}) contains unresolved conflict markers at line ${n.line}.`,u.GENERIC_FAILURE);if(e.trim().length!==0)try{return JSON.parse(e)}catch{throw new p(`JSON merge input (${t}) is not valid JSON.`,u.GENERIC_FAILURE)}}function of(e,t,n){if(!Array.isArray(e)||!Array.isArray(t)||!Array.isArray(n))return null;let o=d=>{let l=new Map;for(let m of d){let f=F(m);l.set(f,(l.get(f)??0)+1)}return l},s=o(e),r=o(t),i=o(n);for(let[d,l]of s)if((r.get(d)??0)<l||(i.get(d)??0)<l)return null;let a=new Map(r),c=[];for(let d of n){let l=F(d),m=a.get(l)??0;m>0?a.set(l,m-1):c.push(d)}return{merged:[...t,...c],acceptedTheirs:c.length>0}}function sf(e,t,n,o,s,r,i){if(!bs(t)||!bs(n))return null;let a=bs(e)?e:{},c={},d=[...new Set([...Object.keys(t),...Object.keys(n)])].sort((l,m)=>l.localeCompare(m));for(let l of d){let m=s.length>0?`${s}.${l}`:l,f=rf(a,t,n,l,o,m,r,i);f!==void 0&&(c[l]=f)}return c}function $d(e,t,n,o,s,r,i){if(Ge(t,n))return t;let a=of(e,t,n);if(a!==null)return a.acceptedTheirs&&i.push(s),a.merged;let c=sf(e,t,n,o,s,r,i);if(c!==null)return c;let d=Cd(e,t,n,o);return d.conflict?r.push(s):d.from_theirs&&i.push(s),d.value}function rf(e,t,n,o,s,r,i,a){let c=Object.prototype.hasOwnProperty.call(t,o),d=Object.prototype.hasOwnProperty.call(n,o),l=Object.prototype.hasOwnProperty.call(e,o);if(c&&d)return $d(e[o],t[o],n[o],s,r,i,a);if(c){if(l&&Ge(e[o],t[o])){a.push(r);return}return l?(i.push(r),s==="theirs"?void 0:t[o]):t[o]}if(!(l&&Ge(e[o],n[o])))return l?(i.push(r),s==="theirs"?n[o]:void 0):(a.push(r),n[o])}function Pd(e,t,n,o={}){let s=o.preferred??"ours",r=ws(e,"base"),i=ws(t,"ours"),a=ws(n,"theirs"),c=[],d=[],l=$d(r,i,a,s,"",c,d);return{merged:`${JSON.stringify(l??null,null,2)}
13
- `,conflict_paths:c,paths_from_theirs:d,preferred:s}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2c8046a5-06aa-58f8-b347-e757086082d1")}catch{}})();var Fd=["item","history","relationship","json"];function lf(e){let t=e.trim().toLowerCase();if(Fd.includes(t))return t;throw new p(`Unknown merge artifact "${e}". Supported values: ${Fd.join(", ")}.`,u.USAGE)}function mf(e){if(e===void 0)return"ours";let t=e.trim().toLowerCase();if(t==="ours"||t==="theirs")return t;throw new p(`Unknown --prefer value "${e}". Supported values: ours, theirs.`,u.USAGE)}async function vs(e,t){try{return await af(e,"utf8")}catch{throw new p(`Cannot read merge ${t} file at ${e}.`,u.NOT_FOUND)}}async function pf(e){let t=E(process.cwd(),e.path);return await Z(ut(t))?R(t):null}function uf(e,t){return e.endsWith(".md")?"json_markdown":e.endsWith(".toon")?"toon":t?.item_format??"toon"}async function Ld(e,t){let n=lf(e.artifact),o=mf(e.prefer),s=df.resolve(e.outputPath??e.oursPath),[r,i,a]=await Promise.all([vs(e.basePath,"base"),vs(e.oursPath,"ours"),vs(e.theirsPath,"theirs")]),c,d,l=[],m={};if(n==="history"){let _=Rd(r,i,a);c=_.merged,m.history={strategy:_.strategy,common_entries:_.common_entries,entries_from_ours:_.entries_from_ours,entries_from_theirs:_.entries_from_theirs,entries_total:_.entries_total,reanchored:_.reanchored}}else if(n==="relationship"){let _=Ad(r,i,a);c=_.merged,m.relationship={strategy:_.strategy,common_entries:_.common_entries,entries_from_ours:_.entries_from_ours,entries_from_theirs:_.entries_from_theirs,entries_total:_.entries_total,reanchored:_.reanchored}}else if(n==="item"){let _=await pf(t),w=uf(e.itemPath??s,_),v=Ve(O()),g=Od(r,i,a,{format:w,schema:_?.schema,extensionFieldNames:v,preferred:o,conflictResolution:"stable_value_order"});if(c=g.merged,l.push(...g.conflict_fields),m.item={fields_from_theirs:g.fields_from_theirs,union_fields:g.union_fields,conflict_resolution:"stable_value_order"},e.itemPath!==void 0){let h=Ye(c,{format:w,schema:_?.schema,extensionFieldNames:v}),k=h.metadata,x=[...new Set([...g.fields_from_theirs,...g.union_fields,...g.conflict_decisions.map(I=>I.field)])];d={cwd:process.cwd(),itemPath:e.itemPath,preferred:o,conflictResolution:"stable_value_order",fieldsFromTheirs:g.fields_from_theirs,unionFields:g.union_fields,mergedFieldHashes:Object.fromEntries(x.map(I=>[I,fr(F(I==="body"?h.body:k[I]))])),decisions:g.conflict_decisions}}}else{let _=Pd(r,i,a,{preferred:o});c=_.merged,l.push(..._.conflict_paths),m.json={paths_from_theirs:_.paths_from_theirs}}if(await cf(s,c,"utf8"),d!==void 0){let _=await Ja(d);_!==null&&(m.receipt=Et(_))}let f=[];if(l.length>0){let _=m.receipt===void 0?'Run "pm merge report" to inspect clone-local merge evidence.':`Run "pm merge report" and correlate receipt ${m.receipt.receipt_id} with item ${m.receipt.item_id}; clone-local discarded values are never copied into this result.`;f.push(`Both branches changed ${l.join(", ")}; the 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"&&m.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:l.length===0,artifact:n,output_path:s,requested_preference:o,conflicts:l,...m,guidance:f,generated_at:S()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="8d85d220-dad2-5234-8819-65632275eb47")}catch{}})();var ff=4;async function _f(e){try{return{status:"fulfilled",value:await dn(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 hf(e){e.results.forEach((t,n)=>{let o=e.receiptOnlyIds[n];if(t.status==="fulfilled"){let s=t.value.changed?"repaired":"skipped_clean";e.repair.streams.push({id:o,outcome:s,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[s]+=1;return}e.repair.streams.push({id:o,outcome:"failed",error:t.reason instanceof Error?t.reason.message:String(t.reason)}),e.repair.totals.failed+=1})}async function gf(e){if(e.dryRun||e.repair.totals.failed>0)return 0;let t=new Set(e.repair.streams.flatMap(o=>o.merge_receipt_proof?.trusted?o.merge_receipt_proof.receipt_ids:[])),n=e.force?e.pendingReceipts:e.pendingReceipts.filter(o=>t.has(o.id));return await Promise.all(n.map(o=>Za(e.gitWorkspaceRoot??process.cwd(),o,{requireExisting:!0}))),n.length}async function Md(e,t){let n=e.dryRun===!0,o=E(process.cwd(),t.path),s=await Ra(o),r=await Xa(s??process.cwd(),{includeLossless:!0,pmRoot:o});if(r.invalid_evidence_count>0)throw new p(`Merge reconciliation refused ${r.invalid_evidence_count} invalid receipt evidence file(s).`,u.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=r.receipts,a=new Map;for(let I of i){let A=a.get(I.item_id)??[];A.push(I),a.set(I.item_id,A)}let c=Object.fromEntries([...a].map(([I,A])=>[I,{merge:{receipts:A.map(Et)}}])),d=Object.fromEntries([...a].map(([I,A])=>[I,{gitWorkspaceRoot:s,receipts:A}])),l=await ln({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),m=new Set(l.streams.map(I=>I.id)),f=[...a.keys()].filter(I=>!m.has(I)),_=await Ya(f,ff,I=>_f({id:I,dryRun:n,options:e,global:t,auditContext:c[I],mergeReceiptProof:d[I]}));hf({receiptOnlyIds:f,results:_,repair:l});let w=await gf({dryRun:n,force:e.force===!0,pendingReceipts:i,repair:l,gitWorkspaceRoot:s}),v=await mn({checkHistoryDrift:!0,checkStorageIntegrity:!0},t),g=v.checks.every(I=>I.status==="ok"),h=n?i.length===0:w===i.length,k=l.totals.failed===0&&g&&h,x=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."]:k?["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:k,dry_run:n,repair:l,receipts:{pending_before:i.length,reconciled:w,summaries:i.map(Et)},validation:v,guidance:x,generated_at:v.generated_at}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="41227e35-6354-5208-997b-e8a1cf696bf9")}catch{}})();function Ot(e){let t={...e.args,...e.options};return gt(e.options,t)}function ye(e,t){let n=y(e,t);if(n!==void 0)return n;throw new p(`Missing required parameter: ${t}`,u.USAGE)}function st(e){return typeof e=="string"?[e]:H(e)}function Dd(e){return vc(Ot(e),e.global)}function Nd(e){let t=Ot(e),n=t.cursorMode;if(n!==void 0&&n!=="batch"&&n!=="row")throw new p("Mutation event cursor mode must be batch or row.",u.USAGE,{code:"invalid_event_cursor_mode"});let o=n;return kc({cwd:y(t,"cwd"),pmRoot:y(t,"path"),since:y(t,"since"),type:st(t.type),author:st(t.author),item:st(t.item),limit:t.limit===void 0?void 0:ee(t.limit,"limit"),full:t.full===!0,cursorMode:o,...t.provenance===void 0?{}:{provenance:t.provenance===!0},...t.provenanceSummary===void 0?{}:{provenanceSummary:t.provenanceSummary===!0},...t.harness===void 0?{}:{harness:st(t.harness)},...t.agentInstance===void 0?{}:{agentInstance:st(t.agentInstance)},...t.provenanceFilter===void 0?{}:{provenanceFilter:st(t.provenanceFilter)}})}function jd(e){let t=Ot(e),n=ye(t,"subcommand");if(n==="install")return Aa({dryRun:t.dryRun===!0},e.global);if(n==="reconcile")return Md({dryRun:t.dryRun===!0,author:y(t,"author"),message:y(t,"message"),force:t.force===!0},e.global);if(n==="report")return Qa({includeReconciled:t.includeReconciled===!0,cwd:y(t,"cwd")});if(n==="driver")return Ld({artifact:ye(t,"artifact"),basePath:ye(t,"basePath"),oursPath:ye(t,"oursPath"),theirsPath:ye(t,"theirsPath"),outputPath:y(t,"outputPath")??y(t,"output"),itemPath:y(t,"itemPath"),prefer:y(t,"prefer")},e.global);throw me({command_path:"merge",token:n,allowed:["install","reconcile","report","driver"],display_name:"merge"})}function Ud(e){let t=Ot(e),n=ye(t,"subcommand");if(n==="position")return $c(e.global);if(n!=="snapshot")throw me({command_path:"workspace",token:n,allowed:["position","snapshot"],display_name:"workspace"});let o=y(t,"snapshotAction")??ye(t,"snapshot_action"),s=E(process.cwd(),e.global.path);if(o==="create")return xc(s,{name:y(t,"name")});if(o==="list")return Ac(s);let r=ye(t,"target");if(o==="inspect")return Rc(s,r);if(o==="delete")return Oc(s,r);if(o==="restore")return t.dryRun===!0?Cc(s,r):Tc(s,r,{force:t.force===!0,author:y(t,"author"),message:y(t,"message"),lockTtlSeconds:ee(t.lockTtlSeconds,"lockTtlSeconds"),lockWaitMs:ee(t.lockWaitMs,"lockWaitMs")});throw me({command_path:"workspace snapshot",token:o,allowed:["create","list","inspect","restore","delete"],display_name:"workspace snapshot",token_kind:"action"})}function xn(e){let t=Ot(e),n=ye(t,"title");return e.action==="meet"?Sc(n,t,e.global):e.action==="event"?Ic(n,t,e.global):Ec(n,t,e.global)}import jf from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bed1d1d4-0c1d-59e5-8267-fbe800dfd83b")}catch{}})();var rt=["agile","ops","research"],ks={agile:{name:"agile",title:"Agile delivery",summary:"Story/Spike delivery with a review stage, story points, and acceptance ownership.",types:an.agile,statuses:[{id:"review",roles:["active"],aliases:["in-review"],description:"Work is implementation-complete and awaiting peer review."}],fields:[{key:"story_points",type:"number",commands:["create","update","list"],description:"Relative estimation size for a story or spike.",aliases:["points"]},{key:"acceptance_owner",type:"string",commands:["create","update","list"],description:"Stakeholder accountable for accepting the delivered story.",aliases:["acceptor"]}],workflows:[{type:"Story",allowed_transitions:[["open","in_progress"],["in_progress","review"],["review","in_progress"],["review","closed"],["in_progress","blocked"],["blocked","in_progress"]]}],config:[{key:"search_provider",value:"bm25",summary:"Offline BM25 lexical search works without an embedding service."},{key:"search_max_results",value:"20",summary:"Sprint-sized result cap for quick triage."}],templates:[{name:"story",options:{type:"Story",priority:"2",tags:"story",acceptanceCriteria:"Story delivers the stated user outcome with tests and docs updated.",body:`## As a
12
+ `}function Xu(e){return e.map((t,n)=>({...t,sequence:n+1}))}function $d(e,t,n){hs(e,"base");let o=hs(t,"ours"),s=hs(n,"theirs"),r=Math.min(o.length,s.length),i=0;for(;i<r&&o[i].eventId===s[i].eventId;)i+=1;if(i===o.length&&i===s.length)return{merged:En(o),strategy:"identical",common_entries:i,entries_from_ours:0,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(i===s.length)return{merged:En(o),strategy:"fast_forward_ours",common_entries:i,entries_from_ours:o.length-i,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(i===o.length)return{merged:En(s),strategy:"fast_forward_theirs",common_entries:i,entries_from_ours:0,entries_from_theirs:s.length-i,entries_total:s.length,reanchored:!1};let a=o.slice(i),c=new Set(a.map(f=>f.eventId)),d=s.slice(i).filter(f=>!c.has(f.eventId)),l=[...a,...d].sort((f,_)=>{if(f.timestamp!==void 0&&_.timestamp!==void 0){let g=Ft(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 w=c.has(f.eventId),v=c.has(_.eventId);return w!==v?Number(v)-Number(w):0}),m=Xu([...o.slice(0,i),...l]);return{merged:En(m),strategy:"union_reanchor",common_entries:i,entries_from_ours:a.length,entries_from_theirs:d.length,entries_total:m.length,reanchored:!0}}var Zu=["tags","dependencies","comments","notes","learnings","files","tests","test_runs","docs","reminders","events"],Qu=["updated_at"];function Ge(e,t){return F(e??null)===F(t??null)}function ef(e,t,n){let o=l=>Array.isArray(l)?l:[],s=new Set(o(e).map(l=>F(l))),r=o(t),i=new Set(r.map(l=>F(l))),a=o(n),c=new Set(a.map(l=>F(l))),d=r.filter(l=>{let m=F(l);return!s.has(m)||c.has(m)});for(let l of a){let m=F(l);!i.has(m)&&!s.has(m)&&d.push(l)}return d}function Tt(e){if(typeof e!="object"||e===null||Array.isArray(e))return F(e);let{provenance:t,...n}=e;return F(n)}function tf(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 nf(e,t,n){let o=l=>Array.isArray(l)?l:[],s=new Set(o(e).map(Tt)),r=o(t),i=new Set(r.map(Tt)),a=o(n),c=new Set(a.map(Tt)),d=r.filter(l=>{let m=Tt(l);return!s.has(m)||c.has(m)});for(let l of a){let m=Tt(l);!i.has(m)&&!s.has(m)&&d.push(tf(l))}return d}function of(e,t){return Ft(String(e),String(t))>=0?e:t}function Pd(e,t,n,o){return Ge(t,n)?{value:t,from_theirs:!1,conflict:!1}:Ge(e,t)?{value:n,from_theirs:!0,conflict:!1}:Ge(e,n)?{value:t,from_theirs:!1,conflict:!1}:{value:o==="theirs"?n:t,from_theirs:o==="theirs",conflict:!0}}function Fd(e,t,n,o,s){let r=Pd(e,t,n,o);if(!r.conflict||s==="preferred_side")return r;let i=F(n).localeCompare(F(t))<0;return{value:i?n:t,from_theirs:i,conflict:!0}}function gs(e){return{...e.metadata}}function ys(e,t,n){try{return Ae(Ye(e,n),n)}catch(o){throw new p(`Item merge input (${t}) is not a readable item document: ${String(o)}`,u.GENERIC_FAILURE)}}function sf(e){if(!e.unionFieldSet.has(e.field))return!1;let t=e.field==="tests"?nf(e.baseValue,e.oursValue,e.theirsValue):ef(e.baseValue,e.oursValue,e.theirsValue);return e.accumulator.merged[e.field]=t,Ge(t,e.oursValue)||e.accumulator.unionFields.push(e.field),!0}function rf(e){let t=Fd(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 af(e,t,n,o,s){let r=new Set(Zu),i=new Set(Qu),a=[...new Set([...Object.keys(t),...Object.keys(n)])].sort((d,l)=>d.localeCompare(l)),c={merged:{},conflictFields:[],fieldsFromTheirs:[],unionFields:[],conflictDecisions:[]};for(let d of a){let l=e[d],m=t[d],f=n[d];if(!sf({field:d,baseValue:l,oursValue:m,theirsValue:f,unionFieldSet:r,accumulator:c})){if(i.has(d)){c.merged[d]=of(m,f);continue}rf({field:d,baseValue:l,oursValue:m,theirsValue:f,preferred:o,conflictResolution:s,accumulator:c})}}return c}function Ld(e,t,n,o={}){let s=o.preferred??"ours",r=o.conflictResolution??"preferred_side",i=e.trim().length>0,a=ys(t,"ours",o),c=ys(n,"theirs",o),d=i?ys(e,"base",o):a,l=i?gs(d):{},m=gs(a),f=gs(c),{merged:_,conflictFields:w,fieldsFromTheirs:v,unionFields:g,conflictDecisions:h}=af(l,m,f,s,r),k=Fd(i?d.body:"",a.body,c.body,s,r);return k.conflict?(w.push("body"),h.push({field:"body",base:i?d.body:"",ours:a.body,theirs:c.body,retained:k.value,discarded:k.from_theirs?a.body:c.body})):k.from_theirs&&v.push("body"),{merged:pe({metadata:_,body:k.value},o),conflict_fields:w,fields_from_theirs:v,union_fields:g,conflict_decisions:h,requested_preference:s,conflict_resolution:r}}function bs(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function ws(e,t){let n=Bt(e);if(n)throw new p(`JSON merge input (${t}) contains unresolved conflict markers at line ${n.line}.`,u.GENERIC_FAILURE);if(e.trim().length!==0)try{return JSON.parse(e)}catch{throw new p(`JSON merge input (${t}) is not valid JSON.`,u.GENERIC_FAILURE)}}function cf(e,t,n){if(!Array.isArray(e)||!Array.isArray(t)||!Array.isArray(n))return null;let o=d=>{let l=new Map;for(let m of d){let f=F(m);l.set(f,(l.get(f)??0)+1)}return l},s=o(e),r=o(t),i=o(n);for(let[d,l]of s)if((r.get(d)??0)<l||(i.get(d)??0)<l)return null;let a=new Map(r),c=[];for(let d of n){let l=F(d),m=a.get(l)??0;m>0?a.set(l,m-1):c.push(d)}return{merged:[...t,...c],acceptedTheirs:c.length>0}}function df(e,t,n,o,s,r,i){if(!bs(t)||!bs(n))return null;let a=bs(e)?e:{},c={},d=[...new Set([...Object.keys(t),...Object.keys(n)])].sort((l,m)=>l.localeCompare(m));for(let l of d){let m=s.length>0?`${s}.${l}`:l,f=lf(a,t,n,l,o,m,r,i);f!==void 0&&(c[l]=f)}return c}function Md(e,t,n,o,s,r,i){if(Ge(t,n))return t;let a=cf(e,t,n);if(a!==null)return a.acceptedTheirs&&i.push(s),a.merged;let c=df(e,t,n,o,s,r,i);if(c!==null)return c;let d=Pd(e,t,n,o);return d.conflict?r.push(s):d.from_theirs&&i.push(s),d.value}function lf(e,t,n,o,s,r,i,a){let c=Object.prototype.hasOwnProperty.call(t,o),d=Object.prototype.hasOwnProperty.call(n,o),l=Object.prototype.hasOwnProperty.call(e,o);if(c&&d)return Md(e[o],t[o],n[o],s,r,i,a);if(c){if(l&&Ge(e[o],t[o])){a.push(r);return}return l?(i.push(r),s==="theirs"?void 0:t[o]):t[o]}if(!(l&&Ge(e[o],n[o])))return l?(i.push(r),s==="theirs"?n[o]:void 0):(a.push(r),n[o])}function Dd(e,t,n,o={}){let s=o.preferred??"ours",r=ws(e,"base"),i=ws(t,"ours"),a=ws(n,"theirs"),c=[],d=[],l=Md(r,i,a,s,"",c,d);return{merged:`${JSON.stringify(l??null,null,2)}
13
+ `,conflict_paths:c,paths_from_theirs:d,preferred:s}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2c8046a5-06aa-58f8-b347-e757086082d1")}catch{}})();var Nd=["item","history","relationship","json"];function ff(e){let t=e.trim().toLowerCase();if(Nd.includes(t))return t;throw new p(`Unknown merge artifact "${e}". Supported values: ${Nd.join(", ")}.`,u.USAGE)}function _f(e){if(e===void 0)return"ours";let t=e.trim().toLowerCase();if(t==="ours"||t==="theirs")return t;throw new p(`Unknown --prefer value "${e}". Supported values: ours, theirs.`,u.USAGE)}async function vs(e,t){try{return await mf(e,"utf8")}catch{throw new p(`Cannot read merge ${t} file at ${e}.`,u.NOT_FOUND)}}async function hf(e){let t=E(process.cwd(),e.path);return await Z(ut(t))?R(t):null}function gf(e,t){return e.endsWith(".md")?"json_markdown":e.endsWith(".toon")?"toon":t?.item_format??"toon"}async function jd(e,t){let n=ff(e.artifact),o=_f(e.prefer),s=uf.resolve(e.outputPath??e.oursPath),[r,i,a]=await Promise.all([vs(e.basePath,"base"),vs(e.oursPath,"ours"),vs(e.theirsPath,"theirs")]),c,d,l=[],m={};if(n==="history"){let _=Od(r,i,a);c=_.merged,m.history={strategy:_.strategy,common_entries:_.common_entries,entries_from_ours:_.entries_from_ours,entries_from_theirs:_.entries_from_theirs,entries_total:_.entries_total,reanchored:_.reanchored}}else if(n==="relationship"){let _=$d(r,i,a);c=_.merged,m.relationship={strategy:_.strategy,common_entries:_.common_entries,entries_from_ours:_.entries_from_ours,entries_from_theirs:_.entries_from_theirs,entries_total:_.entries_total,reanchored:_.reanchored}}else if(n==="item"){let _=await hf(t),w=gf(e.itemPath??s,_),v=Ve(O()),g=Ld(r,i,a,{format:w,schema:_?.schema,extensionFieldNames:v,preferred:o,conflictResolution:"stable_value_order"});if(c=g.merged,l.push(...g.conflict_fields),m.item={fields_from_theirs:g.fields_from_theirs,union_fields:g.union_fields,conflict_resolution:"stable_value_order"},e.itemPath!==void 0){let h=Ye(c,{format:w,schema:_?.schema,extensionFieldNames:v}),k=h.metadata,x=[...new Set([...g.fields_from_theirs,...g.union_fields,...g.conflict_decisions.map(I=>I.field)])];d={cwd:process.cwd(),itemPath:e.itemPath,preferred:o,conflictResolution:"stable_value_order",fieldsFromTheirs:g.fields_from_theirs,unionFields:g.union_fields,mergedFieldHashes:Object.fromEntries(x.map(I=>[I,fr(F(I==="body"?h.body:k[I]))])),decisions:g.conflict_decisions}}}else{let _=Dd(r,i,a,{preferred:o});c=_.merged,l.push(..._.conflict_paths),m.json={paths_from_theirs:_.paths_from_theirs}}if(await pf(s,c,"utf8"),d!==void 0){let _=await Za(d);_!==null&&(m.receipt=Et(_))}let f=[];if(l.length>0){let _=m.receipt===void 0?'Run "pm merge report" to inspect clone-local merge evidence.':`Run "pm merge report" and correlate receipt ${m.receipt.receipt_id} with item ${m.receipt.item_id}; clone-local discarded values are never copied into this result.`;f.push(`Both branches changed ${l.join(", ")}; the 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"&&m.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:l.length===0,artifact:n,output_path:s,requested_preference:o,conflicts:l,...m,guidance:f,generated_at:S()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="8d85d220-dad2-5234-8819-65632275eb47")}catch{}})();var yf=4;async function bf(e){try{return{status:"fulfilled",value:await dn(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 wf(e){e.results.forEach((t,n)=>{let o=e.receiptOnlyIds[n];if(t.status==="fulfilled"){let s=t.value.changed?"repaired":"skipped_clean";e.repair.streams.push({id:o,outcome:s,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[s]+=1;return}e.repair.streams.push({id:o,outcome:"failed",error:t.reason instanceof Error?t.reason.message:String(t.reason)}),e.repair.totals.failed+=1})}async function vf(e){if(e.dryRun||e.repair.totals.failed>0)return 0;let t=new Set(e.repair.streams.flatMap(o=>o.merge_receipt_proof?.trusted?o.merge_receipt_proof.receipt_ids:[])),n=e.force?e.pendingReceipts:e.pendingReceipts.filter(o=>t.has(o.id));return await Promise.all(n.map(o=>ec(e.gitWorkspaceRoot??process.cwd(),o,{requireExisting:!0}))),n.length}async function Ud(e,t){let n=e.dryRun===!0,o=E(process.cwd(),t.path),s=await Ca(o),r=await Qa(s??process.cwd(),{includeLossless:!0,pmRoot:o});if(r.invalid_evidence_count>0)throw new p(`Merge reconciliation refused ${r.invalid_evidence_count} invalid receipt evidence file(s).`,u.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=r.receipts,a=new Map;for(let I of i){let A=a.get(I.item_id)??[];A.push(I),a.set(I.item_id,A)}let c=Object.fromEntries([...a].map(([I,A])=>[I,{merge:{receipts:A.map(Et)}}])),d=Object.fromEntries([...a].map(([I,A])=>[I,{gitWorkspaceRoot:s,receipts:A}])),l=await ln({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),m=new Set(l.streams.map(I=>I.id)),f=[...a.keys()].filter(I=>!m.has(I)),_=await Xa(f,yf,I=>bf({id:I,dryRun:n,options:e,global:t,auditContext:c[I],mergeReceiptProof:d[I]}));wf({receiptOnlyIds:f,results:_,repair:l});let w=await vf({dryRun:n,force:e.force===!0,pendingReceipts:i,repair:l,gitWorkspaceRoot:s}),v=await mn({checkHistoryDrift:!0,checkStorageIntegrity:!0},t),g=v.checks.every(I=>I.status==="ok"),h=n?i.length===0:w===i.length,k=l.totals.failed===0&&g&&h,x=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."]:k?["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:k,dry_run:n,repair:l,receipts:{pending_before:i.length,reconciled:w,summaries:i.map(Et)},validation:v,guidance:x,generated_at:v.generated_at}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="41227e35-6354-5208-997b-e8a1cf696bf9")}catch{}})();function Ot(e){let t={...e.args,...e.options};return gt(e.options,t)}function ye(e,t){let n=y(e,t);if(n!==void 0)return n;throw new p(`Missing required parameter: ${t}`,u.USAGE)}function st(e){return typeof e=="string"?[e]:H(e)}function Gd(e){return Ic(Ot(e),e.global)}function qd(e){let t=Ot(e),n=t.cursorMode;if(n!==void 0&&n!=="batch"&&n!=="row")throw new p("Mutation event cursor mode must be batch or row.",u.USAGE,{code:"invalid_event_cursor_mode"});let o=n;return Ec({cwd:y(t,"cwd"),pmRoot:y(t,"path"),since:y(t,"since"),type:st(t.type),author:st(t.author),item:st(t.item),limit:t.limit===void 0?void 0:ee(t.limit,"limit"),full:t.full===!0,cursorMode:o,...t.provenance===void 0?{}:{provenance:t.provenance===!0},...t.provenanceSummary===void 0?{}:{provenanceSummary:t.provenanceSummary===!0},...t.harness===void 0?{}:{harness:st(t.harness)},...t.agentInstance===void 0?{}:{agentInstance:st(t.agentInstance)},...t.provenanceFilter===void 0?{}:{provenanceFilter:st(t.provenanceFilter)}})}function zd(e){let t=Ot(e),n=ye(t,"subcommand");if(n==="install")return Ta({dryRun:t.dryRun===!0},e.global);if(n==="reconcile")return Ud({dryRun:t.dryRun===!0,author:y(t,"author"),message:y(t,"message"),force:t.force===!0},e.global);if(n==="report")return tc({includeReconciled:t.includeReconciled===!0,cwd:y(t,"cwd")});if(n==="driver")return jd({artifact:ye(t,"artifact"),basePath:ye(t,"basePath"),oursPath:ye(t,"oursPath"),theirsPath:ye(t,"theirsPath"),outputPath:y(t,"outputPath")??y(t,"output"),itemPath:y(t,"itemPath"),prefer:y(t,"prefer")},e.global);throw me({command_path:"merge",token:n,allowed:["install","reconcile","report","driver"],display_name:"merge"})}function Hd(e){let t=Ot(e),n=ye(t,"subcommand");if(n==="position")return Lc(e.global);if(n!=="snapshot")throw me({command_path:"workspace",token:n,allowed:["position","snapshot"],display_name:"workspace"});let o=y(t,"snapshotAction")??ye(t,"snapshot_action"),s=E(process.cwd(),e.global.path);if(o==="create")return Cc(s,{name:y(t,"name")});if(o==="list")return Oc(s);let r=ye(t,"target");if(o==="inspect")return Tc(s,r);if(o==="delete")return Fc(s,r);if(o==="restore")return t.dryRun===!0?$c(s,r):Pc(s,r,{force:t.force===!0,author:y(t,"author"),message:y(t,"message"),lockTtlSeconds:ee(t.lockTtlSeconds,"lockTtlSeconds"),lockWaitMs:ee(t.lockWaitMs,"lockWaitMs")});throw me({command_path:"workspace snapshot",token:o,allowed:["create","list","inspect","restore","delete"],display_name:"workspace snapshot",token_kind:"action"})}function xn(e){let t=Ot(e),n=ye(t,"title");return e.action==="meet"?xc(n,t,e.global):e.action==="event"?Rc(n,t,e.global):Ac(n,t,e.global)}import zf from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bed1d1d4-0c1d-59e5-8267-fbe800dfd83b")}catch{}})();var rt=["agile","ops","research"],ks={agile:{name:"agile",title:"Agile delivery",summary:"Story/Spike delivery with a review stage, story points, and acceptance ownership.",types:an.agile,statuses:[{id:"review",roles:["active"],aliases:["in-review"],description:"Work is implementation-complete and awaiting peer review."}],fields:[{key:"story_points",type:"number",commands:["create","update","list"],description:"Relative estimation size for a story or spike.",aliases:["points"]},{key:"acceptance_owner",type:"string",commands:["create","update","list"],description:"Stakeholder accountable for accepting the delivered story.",aliases:["acceptor"]}],workflows:[{type:"Story",allowed_transitions:[["open","in_progress"],["in_progress","review"],["review","in_progress"],["review","closed"],["in_progress","blocked"],["blocked","in_progress"]]}],config:[{key:"search_provider",value:"bm25",summary:"Offline BM25 lexical search works without an embedding service."},{key:"search_max_results",value:"20",summary:"Sprint-sized result cap for quick triage."}],templates:[{name:"story",options:{type:"Story",priority:"2",tags:"story",acceptanceCriteria:"Story delivers the stated user outcome with tests and docs updated.",body:`## As a
14
14
 
15
15
  ## I want
16
16
 
@@ -34,7 +34,7 @@ import{a as _c,b as tt,c as _n,d as gc,e as yc,h as bc}from"./chunk-Y7VOMSZT.js"
34
34
  ## Results
35
35
 
36
36
  ## Conclusion
37
- `}}],packages:[{spec:"search-advanced",reason:"Semantic retrieval over experiments and findings."},{spec:"templates",reason:"Consistent experiment and hypothesis scaffolds."},{spec:"beads",reason:"Import structured prior work into the tracker."}]}};function yf(e){if(e===void 0)return;let t=Ie(e);if(t.length===0)throw new Error("Profile name must not be empty.");if(rt.includes(t))return t;throw new Error(`Invalid profile "${e}". Allowed: ${rt.join(", ")}.`)}function nv(e){let t=yf(e);if(t===void 0)throw new Error(`Profile name is required. Allowed: ${rt.join(", ")}.`);return ks[t]}function ov(){return rt.map(e=>ks[e])}function Ie(e){return e.trim().toLowerCase().replaceAll("-","_")}function Gd(e){return e.map(t=>t.definition.name).join(", ")}function Ss(e=[]){let t=rt.map(r=>({definition:ks[r],source:"builtin"})),n=new Set(rt.map(r=>Ie(r))),o=new Set(n),s=[];for(let r of e){let i=Ie(r.profile.name);if(n.has(i)){s.push(`Extension "${r.name}" profile "${r.profile.name}" uses a name reserved by a built-in archetype and was ignored.`);continue}if(o.has(i)){s.push(`Profile "${r.profile.name}" from extension "${r.name}" duplicates an already-registered profile and was ignored.`);continue}o.add(i),t.push({definition:r.profile,source:"extension",package:r.name})}return{profiles:t,warnings:s}}function Rn(e,t=[]){let{profiles:n,warnings:o}=Ss(t);if(typeof e!="string"||e.trim().length===0)throw new Error(`Profile name is required. Allowed: ${Gd(n)}.`);let s=Ie(e),r=n.find(i=>Ie(i.definition.name)===s);if(r===void 0)throw new Error(`Invalid profile "${e}". Allowed: ${Gd(n)}.`);return{resolved:r,warnings:o}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="933d8f74-c4aa-58d0-bd3b-8932a35d3702")}catch{}})();function Es(e){return{types:e.types.length,statuses:e.statuses.length,fields:e.fields.length,workflows:e.workflows.length,config:e.config.length,templates:e.templates.length,packages:e.packages.length}}function qd(e){return{name:e.name,title:e.title,summary:e.summary,composition:Es(e),types:e.types.map(t=>Is(()=>ue(t).name,()=>String(t.name??""))),statuses:e.statuses.map(t=>Is(()=>Fe(t).id,()=>String(t.id??""))),fields:e.fields.map(t=>Is(()=>Le(t).key,()=>String(t.key??""))),workflows:e.workflows.map(t=>t.type),config:e.config.map(t=>`${t.key}=${t.value}`),templates:e.templates.map(t=>t.name),packages:e.packages.map(t=>({spec:t.spec,reason:t.reason}))}}function Is(e,t){try{return e()}catch{return t()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f9b22df0-7ec2-5d72-bc88-3eb7201a6051")}catch{}})();var bv=["profile","types","statuses","fields","workflows","config","templates","packages"],wv=["profile_name_empty","profile_name_not_normalized","profile_title_empty","profile_summary_empty","type_invalid","type_duplicate","status_invalid","status_duplicate","field_invalid","field_duplicate","field_mcp_input_collision","workflow_type_empty","workflow_type_unknown","workflow_duplicate_type","workflow_transition_malformed","workflow_status_unknown","config_key_unknown","config_value_invalid","config_duplicate","template_type_unknown","package_spec_empty"],bf=new Set(Tr.flatMap(e=>[We(e.id),...(e.aliases??[]).map(t=>We(t))]).filter(e=>e.length>0)),zd=new Set(pt.map(e=>e.toLowerCase()));function wf(e,t){e.name.trim().length===0?t.push({severity:"error",code:"profile_name_empty",dimension:"profile",message:"Profile name must not be empty; profile resolution requires a non-blank name."}):e.name!==Ie(e.name)&&t.push({severity:"warning",code:"profile_name_not_normalized",dimension:"profile",target:e.name,message:`Profile name "${e.name}" is not in canonical form; resolution folds it to "${Ie(e.name)}" (lowercase, hyphens as underscores).`}),e.title.trim().length===0&&t.push({severity:"warning",code:"profile_title_empty",dimension:"profile",message:"Profile title is empty; list and show surfaces will render a blank title."}),e.summary.trim().length===0&&t.push({severity:"warning",code:"profile_summary_empty",dimension:"profile",message:"Profile summary is empty; list and show surfaces will render a blank archetype description."})}function vf(e,t){let n=new Set,o=new Set;for(let[s,r]of e.types.entries()){let i;try{i=ue(r).name}catch(c){t.push({severity:"error",code:"type_invalid",dimension:"types",target:typeof r.name=="string"?r.name:`#${s}`,message:be(c)});continue}let a=i.toLowerCase();if(o.has(a)){t.push({severity:"error",code:"type_duplicate",dimension:"types",target:i,message:`Item type "${i}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}o.add(a),n.add(a)}return n}function kf(e,t){let n=new Set,o=new Set;for(let[s,r]of e.statuses.entries()){let i;try{i=Fe(r)}catch(a){t.push({severity:"error",code:"status_invalid",dimension:"statuses",target:typeof r.id=="string"?r.id:`#${s}`,message:be(a)});continue}if(o.has(i.id)){t.push({severity:"error",code:"status_duplicate",dimension:"statuses",target:i.id,message:`Status "${i.id}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}o.add(i.id),n.add(i.id);for(let a of i.aliases??[])n.add(We(a))}return n}function Sf(e,t){let n=new Set;for(let[o,s]of e.fields.entries()){let r;try{r=Le(s).key}catch(a){t.push({severity:"error",code:"field_invalid",dimension:"fields",target:typeof s.key=="string"?s.key:`#${o}`,message:be(a)});continue}if(n.has(r)){t.push({severity:"error",code:"field_duplicate",dimension:"fields",target:r,message:`Field "${r}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}n.add(r);let i=ra(r);i&&t.push({severity:"warning",code:"field_mcp_input_collision",dimension:"fields",target:r,message:`Field "${r}" collides with canonical MCP property "${i.property}" owned by ${i.owner}; callers must pass the custom value through ${i.nested_path}.`})}}function If(e,t,n,o){let s=new Set;for(let[r,i]of e.workflows.entries()){let a=i.type.trim().toLowerCase();if(a.length===0){o.push({severity:"error",code:"workflow_type_empty",dimension:"workflows",target:`#${r}`,message:"Workflow has an empty type; the workflow resolver drops entries without a type."});continue}let c=s.has(a);s.add(a),c?o.push({severity:"warning",code:"workflow_duplicate_type",dimension:"workflows",target:i.type,message:`Workflow type "${i.type}" is declared more than once; the later transition set wins.`}):!zd.has(a)&&!t.has(a)&&o.push({severity:"warning",code:"workflow_type_unknown",dimension:"workflows",target:i.type,message:`Workflow governs type "${i.type}" which is neither a built-in type nor declared by this profile; it has no effect unless that type already exists.`});let d=new Set;for(let l of i.allowed_transitions){let m=We(l[0]),f=We(l[1]);if(m.length===0||f.length===0){o.push({severity:"error",code:"workflow_transition_malformed",dimension:"workflows",target:i.type,message:`Workflow "${i.type}" has a transition with an empty status; the workflow resolver silently drops it.`});continue}for(let _ of[m,f])bf.has(_)||n.has(_)||d.has(_)||(d.add(_),o.push({severity:"warning",code:"workflow_status_unknown",dimension:"workflows",target:_,message:`Workflow "${i.type}" references status "${_}" which is neither a built-in status nor declared by this profile; transitions to or from it are unreachable.`}))}}}function Ef(e,t){let n=new Set;for(let o of e.config){let s=tt(o.key);if(s===void 0){t.push({severity:"error",code:"config_key_unknown",dimension:"config",target:o.key,message:`Config knob "${o.key}" is not a recognized setting; apply rejects it with a usage error.`});continue}n.has(s.key)?t.push({severity:"error",code:"config_duplicate",dimension:"config",target:s.key,message:`Config knob "${s.key}" is set more than once; the later value silently overwrites the earlier one.`}):n.add(s.key);let r=_n(s,o.value);r.ok||t.push({severity:"error",code:"config_value_invalid",dimension:"config",target:o.key,message:r.error.message})}}function xf(e,t,n){for(let o of e.templates){let s=o.options.type;if(typeof s!="string"||s.trim().length===0)continue;let r=s.trim().toLowerCase();!zd.has(r)&&!t.has(r)&&n.push({severity:"warning",code:"template_type_unknown",dimension:"templates",target:o.name,message:`Template "${o.name}" creates type "${s}" which is neither a built-in type nor declared by this profile.`})}}function Rf(e,t){for(let[n,o]of e.packages.entries())o.spec.trim().length===0&&t.push({severity:"warning",code:"package_spec_empty",dimension:"packages",target:`#${n}`,message:"Package recommendation has an empty spec; it cannot be surfaced as an install hint."})}function Hd(e){let t=[];wf(e,t);let n=vf(e,t),o=kf(e,t);Sf(e,t),If(e,n,o,t),Ef(e,t),xf(e,n,t),Rf(e,t);let s=t.filter(i=>i.severity==="error").length,r=t.length-s;return{profile:e.name,ok:s===0,findings:t,errorCount:s,warningCount:r}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ead1caea-8e8b-5208-9fba-23fb114044b5")}catch{}})();function xs(e,t,n,o,s){let r=e,i=[];for(let a of t){let c=o(r),d=s(r,a),l=o(d.file);r=d.file;let m=c===l?"unchanged":d.replaced?"update":"add";i.push({key:n(a),status:m})}return{file:r,changes:i,changed:i.some(a=>a.status!=="unchanged")}}function Bd(e){return JSON.stringify(e.map(t=>t.join("\0")).sort())}function Af(e,t){let n=e.map(s=>({...s})),o=[];for(let s of t){let r=n.findIndex(a=>a.type===s.type),i={type:s.type,allowed_transitions:s.allowed_transitions};r<0?(n.push(i),o.push({type:s.type,status:"add"})):Bd(n[r].allowed_transitions)===Bd(s.allowed_transitions)?o.push({type:s.type,status:"unchanged"}):(n[r]=i,o.push({type:s.type,status:"update"}))}return{changes:o,result:n,changed:o.some(s=>s.status!=="unchanged")}}function Cf(e,t){let n=[];for(let o of e.config){let s=tt(o.key);if(s===void 0)throw new Error(`Profile "${e.name}" references unknown config key "${o.key}".`);let r=_n(s,o.value);if(!r.ok)throw new Error(`Profile "${e.name}" config ${o.key}: ${r.error.message}`);let i=gc(t,s),a=i===null?"add":i===r.parsed.value?"unchanged":"update";n.push({key:s.key,path:s.path,value:r.parsed.value,status:a})}return{changes:n,changed:n.some(o=>o.status!=="unchanged")}}function Vd(e){let t=Object.entries(e).sort(([n],[o])=>n.localeCompare(o));return JSON.stringify(t)}function Tf(e,t){let n=[];for(let o of e.templates){let s=t.get(o.name),r;s===void 0?r="add":Vd(s)===Vd(o.options)?r="unchanged":r="update",n.push({name:o.name,options:o.options,status:r})}return{changes:n,changed:n.some(o=>o.status!=="unchanged")}}function Wd(e,t){let n=xs(ti(t.typesRaw),e.types,l=>ue(l).name,Kt,(l,m)=>ni(l,ue(m))),o=xs(Ca(t.statusesRaw),e.statuses,l=>Fe(l).id,sn,(l,m)=>Ta(l,Fe(m))),s=xs(Oa(t.fieldsRaw),e.fields,l=>Le(l).key,rn,(l,m)=>$a(l,Le(m))),r=Af(t.workflows,e.workflows),i=Cf(e,t.settings),a=Tf(e,t.templates),c=e.packages.map(l=>({spec:l.spec,reason:l.reason,status:t.installedPackages.has(l.spec)?"installed":"recommended"})),d=n.changed||o.changed||s.changed||r.changed||i.changed||a.changed;return{profile:{name:e.name,title:e.title,summary:e.summary},types:n,statuses:o,fields:s,workflows:r,config:i,templates:a,packages:c,changed:d}}import Yd from"node:fs/promises";import Jd 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 Of="templates",Rs=".json",Xd=/^[A-Za-z0-9][A-Za-z0-9._-]{0,63}$/,$f=Ei.map(e=>e.target).filter(e=>e!=="acceptanceCriteria"),Pf=new Set($f),Kd="1970-01-01T00:00:00.000Z",Zd={bug:{type:"Issue",priority:"1",tags:"bug",acceptanceCriteria:"Bug no longer reproduces with the steps below and a regression test guards it.",expectedResult:"Describe the correct behavior.",actualResult:"Describe the observed (buggy) behavior.",body:`## Repro steps
37
+ `}}],packages:[{spec:"search-advanced",reason:"Semantic retrieval over experiments and findings."},{spec:"templates",reason:"Consistent experiment and hypothesis scaffolds."},{spec:"beads",reason:"Import structured prior work into the tracker."}]}};function kf(e){if(e===void 0)return;let t=Se(e);if(t.length===0)throw new Error("Profile name must not be empty.");if(rt.includes(t))return t;throw new Error(`Invalid profile "${e}". Allowed: ${rt.join(", ")}.`)}function iv(e){let t=kf(e);if(t===void 0)throw new Error(`Profile name is required. Allowed: ${rt.join(", ")}.`);return ks[t]}function av(){return rt.map(e=>ks[e])}function Se(e){return e.trim().toLowerCase().replaceAll("-","_")}function Bd(e){return e.map(t=>t.definition.name).join(", ")}function Ss(e=[]){let t=rt.map(r=>({definition:ks[r],source:"builtin"})),n=new Set(rt.map(r=>Se(r))),o=new Set(n),s=[];for(let r of e){let i=Se(r.profile.name);if(n.has(i)){s.push(`Extension "${r.name}" profile "${r.profile.name}" uses a name reserved by a built-in archetype and was ignored.`);continue}if(o.has(i)){s.push(`Profile "${r.profile.name}" from extension "${r.name}" duplicates an already-registered profile and was ignored.`);continue}o.add(i),t.push({definition:r.profile,source:"extension",package:r.name})}return{profiles:t,warnings:s}}function Rn(e,t=[]){let{profiles:n,warnings:o}=Ss(t);if(typeof e!="string"||e.trim().length===0)throw new Error(`Profile name is required. Allowed: ${Bd(n)}.`);let s=Se(e),r=n.find(i=>Se(i.definition.name)===s);if(r===void 0)throw new Error(`Invalid profile "${e}". Allowed: ${Bd(n)}.`);return{resolved:r,warnings:o}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="933d8f74-c4aa-58d0-bd3b-8932a35d3702")}catch{}})();function Es(e){return{types:e.types.length,statuses:e.statuses.length,fields:e.fields.length,workflows:e.workflows.length,config:e.config.length,templates:e.templates.length,packages:e.packages.length}}function Vd(e){return{name:e.name,title:e.title,summary:e.summary,composition:Es(e),types:e.types.map(t=>Is(()=>ue(t).name,()=>String(t.name??""))),statuses:e.statuses.map(t=>Is(()=>Fe(t).id,()=>String(t.id??""))),fields:e.fields.map(t=>Is(()=>Le(t).key,()=>String(t.key??""))),workflows:e.workflows.map(t=>t.type),config:e.config.map(t=>`${t.key}=${t.value}`),templates:e.templates.map(t=>t.name),packages:e.packages.map(t=>({spec:t.spec,reason:t.reason}))}}function Is(e,t){try{return e()}catch{return t()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f9b22df0-7ec2-5d72-bc88-3eb7201a6051")}catch{}})();var Sv=["profile","types","statuses","fields","workflows","config","templates","packages"],Iv=["profile_name_empty","profile_name_not_normalized","profile_title_empty","profile_summary_empty","type_invalid","type_duplicate","status_invalid","status_duplicate","field_invalid","field_duplicate","field_mcp_input_collision","workflow_type_empty","workflow_type_unknown","workflow_duplicate_type","workflow_transition_malformed","workflow_status_unknown","config_key_unknown","config_value_invalid","config_duplicate","template_type_unknown","package_spec_empty"],Sf=new Set(Tr.flatMap(e=>[We(e.id),...(e.aliases??[]).map(t=>We(t))]).filter(e=>e.length>0)),Wd=new Set(pt.map(e=>e.toLowerCase()));function If(e,t){e.name.trim().length===0?t.push({severity:"error",code:"profile_name_empty",dimension:"profile",message:"Profile name must not be empty; profile resolution requires a non-blank name."}):e.name!==Se(e.name)&&t.push({severity:"warning",code:"profile_name_not_normalized",dimension:"profile",target:e.name,message:`Profile name "${e.name}" is not in canonical form; resolution folds it to "${Se(e.name)}" (lowercase, hyphens as underscores).`}),e.title.trim().length===0&&t.push({severity:"warning",code:"profile_title_empty",dimension:"profile",message:"Profile title is empty; list and show surfaces will render a blank title."}),e.summary.trim().length===0&&t.push({severity:"warning",code:"profile_summary_empty",dimension:"profile",message:"Profile summary is empty; list and show surfaces will render a blank archetype description."})}function Ef(e,t){let n=new Set,o=new Set;for(let[s,r]of e.types.entries()){let i;try{i=ue(r).name}catch(c){t.push({severity:"error",code:"type_invalid",dimension:"types",target:typeof r.name=="string"?r.name:`#${s}`,message:be(c)});continue}let a=i.toLowerCase();if(o.has(a)){t.push({severity:"error",code:"type_duplicate",dimension:"types",target:i,message:`Item type "${i}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}o.add(a),n.add(a)}return n}function xf(e,t){let n=new Set,o=new Set;for(let[s,r]of e.statuses.entries()){let i;try{i=Fe(r)}catch(a){t.push({severity:"error",code:"status_invalid",dimension:"statuses",target:typeof r.id=="string"?r.id:`#${s}`,message:be(a)});continue}if(o.has(i.id)){t.push({severity:"error",code:"status_duplicate",dimension:"statuses",target:i.id,message:`Status "${i.id}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}o.add(i.id),n.add(i.id);for(let a of i.aliases??[])n.add(We(a))}return n}function Rf(e,t){let n=new Set;for(let[o,s]of e.fields.entries()){let r;try{r=Le(s).key}catch(a){t.push({severity:"error",code:"field_invalid",dimension:"fields",target:typeof s.key=="string"?s.key:`#${o}`,message:be(a)});continue}if(n.has(r)){t.push({severity:"error",code:"field_duplicate",dimension:"fields",target:r,message:`Field "${r}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}n.add(r);let i=ia(r);i&&t.push({severity:"warning",code:"field_mcp_input_collision",dimension:"fields",target:r,message:`Field "${r}" collides with canonical MCP property "${i.property}" owned by ${i.owner}; callers must pass the custom value through ${i.nested_path}.`})}}function Af(e,t,n,o){let s=new Set;for(let[r,i]of e.workflows.entries()){let a=i.type.trim().toLowerCase();if(a.length===0){o.push({severity:"error",code:"workflow_type_empty",dimension:"workflows",target:`#${r}`,message:"Workflow has an empty type; the workflow resolver drops entries without a type."});continue}let c=s.has(a);s.add(a),c?o.push({severity:"warning",code:"workflow_duplicate_type",dimension:"workflows",target:i.type,message:`Workflow type "${i.type}" is declared more than once; the later transition set wins.`}):!Wd.has(a)&&!t.has(a)&&o.push({severity:"warning",code:"workflow_type_unknown",dimension:"workflows",target:i.type,message:`Workflow governs type "${i.type}" which is neither a built-in type nor declared by this profile; it has no effect unless that type already exists.`});let d=new Set;for(let l of i.allowed_transitions){let m=We(l[0]),f=We(l[1]);if(m.length===0||f.length===0){o.push({severity:"error",code:"workflow_transition_malformed",dimension:"workflows",target:i.type,message:`Workflow "${i.type}" has a transition with an empty status; the workflow resolver silently drops it.`});continue}for(let _ of[m,f])Sf.has(_)||n.has(_)||d.has(_)||(d.add(_),o.push({severity:"warning",code:"workflow_status_unknown",dimension:"workflows",target:_,message:`Workflow "${i.type}" references status "${_}" which is neither a built-in status nor declared by this profile; transitions to or from it are unreachable.`}))}}}function Cf(e,t){let n=new Set;for(let o of e.config){let s=tt(o.key);if(s===void 0){t.push({severity:"error",code:"config_key_unknown",dimension:"config",target:o.key,message:`Config knob "${o.key}" is not a recognized setting; apply rejects it with a usage error.`});continue}n.has(s.key)?t.push({severity:"error",code:"config_duplicate",dimension:"config",target:s.key,message:`Config knob "${s.key}" is set more than once; the later value silently overwrites the earlier one.`}):n.add(s.key);let r=_n(s,o.value);r.ok||t.push({severity:"error",code:"config_value_invalid",dimension:"config",target:o.key,message:r.error.message})}}function Tf(e,t,n){for(let o of e.templates){let s=o.options.type;if(typeof s!="string"||s.trim().length===0)continue;let r=s.trim().toLowerCase();!Wd.has(r)&&!t.has(r)&&n.push({severity:"warning",code:"template_type_unknown",dimension:"templates",target:o.name,message:`Template "${o.name}" creates type "${s}" which is neither a built-in type nor declared by this profile.`})}}function Of(e,t){for(let[n,o]of e.packages.entries())o.spec.trim().length===0&&t.push({severity:"warning",code:"package_spec_empty",dimension:"packages",target:`#${n}`,message:"Package recommendation has an empty spec; it cannot be surfaced as an install hint."})}function Kd(e){let t=[];If(e,t);let n=Ef(e,t),o=xf(e,t);Rf(e,t),Af(e,n,o,t),Cf(e,t),Tf(e,n,t),Of(e,t);let s=t.filter(i=>i.severity==="error").length,r=t.length-s;return{profile:e.name,ok:s===0,findings:t,errorCount:s,warningCount:r}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ead1caea-8e8b-5208-9fba-23fb114044b5")}catch{}})();function xs(e,t,n,o,s){let r=e,i=[];for(let a of t){let c=o(r),d=s(r,a),l=o(d.file);r=d.file;let m=c===l?"unchanged":d.replaced?"update":"add";i.push({key:n(a),status:m})}return{file:r,changes:i,changed:i.some(a=>a.status!=="unchanged")}}function Yd(e){return JSON.stringify(e.map(t=>t.join("\0")).sort())}function $f(e,t){let n=e.map(s=>({...s})),o=[];for(let s of t){let r=n.findIndex(a=>a.type===s.type),i={type:s.type,allowed_transitions:s.allowed_transitions};r<0?(n.push(i),o.push({type:s.type,status:"add"})):Yd(n[r].allowed_transitions)===Yd(s.allowed_transitions)?o.push({type:s.type,status:"unchanged"}):(n[r]=i,o.push({type:s.type,status:"update"}))}return{changes:o,result:n,changed:o.some(s=>s.status!=="unchanged")}}function Pf(e,t){let n=[];for(let o of e.config){let s=tt(o.key);if(s===void 0)throw new Error(`Profile "${e.name}" references unknown config key "${o.key}".`);let r=_n(s,o.value);if(!r.ok)throw new Error(`Profile "${e.name}" config ${o.key}: ${r.error.message}`);let i=bc(t,s),a=i===null?"add":i===r.parsed.value?"unchanged":"update";n.push({key:s.key,path:s.path,value:r.parsed.value,status:a})}return{changes:n,changed:n.some(o=>o.status!=="unchanged")}}function Jd(e){let t=Object.entries(e).sort(([n],[o])=>n.localeCompare(o));return JSON.stringify(t)}function Ff(e,t){let n=[];for(let o of e.templates){let s=t.get(o.name),r;s===void 0?r="add":Jd(s)===Jd(o.options)?r="unchanged":r="update",n.push({name:o.name,options:o.options,status:r})}return{changes:n,changed:n.some(o=>o.status!=="unchanged")}}function Xd(e,t){let n=xs(ni(t.typesRaw),e.types,l=>ue(l).name,Kt,(l,m)=>oi(l,ue(m))),o=xs(Oa(t.statusesRaw),e.statuses,l=>Fe(l).id,sn,(l,m)=>$a(l,Fe(m))),s=xs(Pa(t.fieldsRaw),e.fields,l=>Le(l).key,rn,(l,m)=>Fa(l,Le(m))),r=$f(t.workflows,e.workflows),i=Pf(e,t.settings),a=Ff(e,t.templates),c=e.packages.map(l=>({spec:l.spec,reason:l.reason,status:t.installedPackages.has(l.spec)?"installed":"recommended"})),d=n.changed||o.changed||s.changed||r.changed||i.changed||a.changed;return{profile:{name:e.name,title:e.title,summary:e.summary},types:n,statuses:o,fields:s,workflows:r,config:i,templates:a,packages:c,changed:d}}import Qd from"node:fs/promises";import el 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 Lf="templates",Rs=".json",tl=/^[A-Za-z0-9][A-Za-z0-9._-]{0,63}$/,Mf=xi.map(e=>e.target).filter(e=>e!=="acceptanceCriteria"),Df=new Set(Mf),Zd="1970-01-01T00:00:00.000Z",nl={bug:{type:"Issue",priority:"1",tags:"bug",acceptanceCriteria:"Bug no longer reproduces with the steps below and a regression test guards it.",expectedResult:"Describe the correct behavior.",actualResult:"Describe the observed (buggy) behavior.",body:`## Repro steps
38
38
  1.
39
39
  2.
40
40
  3.
@@ -58,26 +58,26 @@ import{a as _c,b as tt,c as _n,d as gc,e as yc,h as bc}from"./chunk-Y7VOMSZT.js"
58
58
  `},chore:{type:"Chore",priority:"3",tags:"chore",acceptanceCriteria:"Maintenance task done with no behavior change and green checks.",body:`## What
59
59
 
60
60
  ## Why
61
- `}},jv={normalizeTemplateName:An,extractTemplateOptions:Qd,parseStoredTemplateDocument:Os,builtinTemplateDocument:el,readStoredTemplateDocument:nl};function An(e){let t=e.trim();if(!Xd.test(t))throw new p(`Invalid template name "${e}". Expected 1-64 characters matching [A-Za-z0-9][A-Za-z0-9._-]*.`,u.USAGE);return t}function As(e){return Jd.join(e,Of)}function Cn(e,t){return Jd.join(As(e),`${t}${Rs}`)}async function Cs(e){await $(e)}function Ts(e){return Object.fromEntries(Object.entries(e).sort(([t],[n])=>t.localeCompare(n)))}function Qd(e){let t={};for(let[n,o]of Object.entries(e))if(o!==void 0){if(Pf.has(n)){if(typeof o=="string"){t[n]=[o];continue}if(!Array.isArray(o))continue;let s=o.filter(r=>typeof r=="string");s.length>0&&(t[n]=s);continue}if(typeof o=="string"){t[n]=o;continue}Array.isArray(o)&&o.every(s=>typeof s=="string")&&(t[n]=[...o])}return Ts(t)}function Ff(e,t){if(typeof e!="object"||e===null||Array.isArray(e))throw new p(`Template "${t}" has invalid options payload.`,u.GENERIC_FAILURE);let n=e,o={};for(let[s,r]of Object.entries(n)){let i=s.trim();if(i.length===0)throw new p(`Template "${t}" contains an empty option key.`,u.GENERIC_FAILURE);if(typeof r=="string"){o[i]=r;continue}if(Array.isArray(r)&&r.every(a=>typeof a=="string")){o[i]=[...r];continue}throw new p(`Template "${t}" contains invalid value for option "${i}".`,u.GENERIC_FAILURE)}return Ts(o)}function Os(e,t){let n;try{n=JSON.parse(e)}catch{throw new p(`Template "${t}" contains invalid JSON.`,u.GENERIC_FAILURE)}if(typeof n!="object"||n===null||Array.isArray(n))throw new p(`Template "${t}" has invalid document shape.`,u.GENERIC_FAILURE);let o=n,s=Ff(o.options,t),r=S();return{name:typeof o.name=="string"&&o.name.trim().length>0?o.name.trim():t,created_at:typeof o.created_at=="string"?o.created_at:r,updated_at:typeof o.updated_at=="string"?o.updated_at:r,options:s}}function el(e){let t=Zd[e];return t?{name:e,created_at:Kd,updated_at:Kd,options:Ts({...t})}:null}async function tl(e,t){let n=await q(Cn(e,t));if(n!==null)return{document:Os(n,t),source:"user"};let o=el(t);if(o)return{document:o,source:"builtin"};throw new p(`Template "${t}" not found`,u.NOT_FOUND)}async function nl(e,t){let n=await q(Cn(e,t));if(n===null)throw new p(`Template "${t}" not found`,u.NOT_FOUND);return Os(n,t)}async function Lf(e,t){let n=An(t),{document:o}=await tl(e,n);return o.options}async function $s(e,t,n){let o=E(process.cwd(),n.path);await Cs(o);let s=An(e),r=Qd(t);if(Object.keys(r).length===0)throw new p("templates save requires at least one create option flag",u.USAGE);let i=S(),a=Cn(o,s),c=i;await Z(a)&&(c=(await nl(o,s)).created_at);let d={name:s,created_at:c,updated_at:i,options:r},l=await R(o);return await Yd.mkdir(As(o),{recursive:!0}),await Ze({pmRoot:o,filePath:a,raw:`${JSON.stringify(d,null,2)}
62
- `,op:"templates:save",author:C(void 0,l.author_default),lockTtlSeconds:l.locks.ttl_seconds,lockWaitMs:l.locks.wait_ms}),{name:d.name,created_at:d.created_at,updated_at:d.updated_at,path:a,options:d.options}}async function Mf(e){let t=As(e);return await Z(t)?(await Yd.readdir(t)).filter(o=>o.toLowerCase().endsWith(Rs)).map(o=>o.slice(0,-Rs.length)).filter(o=>Xd.test(o)):[]}async function Df(e){let t=E(process.cwd(),e.path);await Cs(t);let n=await Mf(t),o=new Set(n),s=Object.keys(Zd).filter(c=>!o.has(c)),r=[...n].sort((c,d)=>c.localeCompare(d)),i=[...s].sort((c,d)=>c.localeCompare(d)),a=[...new Set([...r,...i])].sort((c,d)=>c.localeCompare(d));return{templates:a,count:a.length,builtin_templates:i,user_templates:r}}async function Nf(e,t){let n=E(process.cwd(),t.path);await Cs(n);let o=An(e),{document:s,source:r}=await tl(n,o);return{name:s.name,source:r,created_at:s.created_at,updated_at:s.updated_at,path:r==="builtin"?`builtin:${o}`:Cn(n,o),options:s.options}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f65b4f1f-5501-5829-a04b-d4fbcfb59f5c")}catch{}})();var il=["list","show","apply","lint"],Uf="schema-types",Gf="schema-statuses",qf="schema-fields";function Tn(){let e=O();return e===null?[]:e.profiles.map(t=>({name:t.name,profile:t.profile}))}function al(){let{profiles:e,warnings:t}=Ss(Tn());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:Es(n.definition)})),warnings:t,generated_at:S()}}function cl(e){let t;try{t=Rn(e,Tn())}catch(o){throw new p(o instanceof Error?o.message:String(o),u.USAGE)}let{resolved:n}=t;return{action:"show",...qd(n.definition),source:n.source,...n.package!==void 0?{package:n.package}:{},warnings:t.warnings,generated_at:S()}}function dl(e){let t;try{t=Rn(e,Tn())}catch(s){throw new p(s instanceof Error?s.message:String(s),u.USAGE)}let{resolved:n}=t,o=Hd(n.definition);return{action:"lint",name:n.definition.name,title:n.definition.title,source:n.source,...n.package!==void 0?{package:n.package}:{},ok:o.ok,error_count:o.errorCount,warning_count:o.warningCount,findings:o.findings,warnings:t.warnings,generated_at:S()}}function zf(e,t){return jf.join(e,"templates",`${t}.json`)}async function Hf(e,t){let n=await q(zf(e,t));if(n!==null)try{let o=JSON.parse(n);if(o!==null&&typeof o=="object"&&!Array.isArray(o)){let s=o.options;if(s!==null&&typeof s=="object"&&!Array.isArray(s))return s}}catch{}}async function ol(e,t,n,o){let s=new Map;for(let r of o.templates){let i=await Hf(e,r.name);i!==void 0&&s.set(r.name,i)}return{typesRaw:await q(Re(e,t.files.types,xe.types)),statusesRaw:await q(Re(e,t.files.statuses,xe.statuses)),fieldsRaw:await q(Re(e,t.files.fields,xe.fields)),workflows:n.schema.type_workflows??[],settings:n,templates:s,installedPackages:new Set}}function it(e){let t=[],n=[],o=[];for(let s of e)(s.status==="add"?t:s.status==="update"?n:o).push(s.key);return{added:t,updated:n,unchanged:o}}function sl(e,t,n,o,s){return{action:"apply",name:e.name,title:e.title,applied:n,dry_run:o,changed:t.changed,types:it(t.types.changes),statuses:it(t.statuses.changes),fields:it(t.fields.changes),workflows:it(t.workflows.changes.map(r=>({key:r.type,status:r.status}))),config:it(t.config.changes),templates:it(t.templates.changes.map(r=>({key:r.name,status:r.status}))),packages:t.packages,warnings:[...new Set(s)].sort((r,i)=>r.localeCompare(i)),generated_at:S()}}async function Bf(e){await $(e)}function Vf(e){try{let t=Rn(e,Tn());return{profile:t.resolved.definition,warnings:t.warnings}}catch(t){throw new p(t instanceof Error?t.message:String(t),u.USAGE)}}async function ll(e,t,n){let o=E(process.cwd(),n.path);await Bf(o);let s=Vf(e),r=s.profile,i=s.warnings,a=t.dryRun===!0,c=await R(o),d=Or(c.schema);if(a){let h=await ol(o,d,c,r),k=rl(r,h);return sl(r,k,!1,!0,[...i])}let l=C(t.author,c.author_default),m=si(c),f=!!t.force,_=[...i],w=[],v=async h=>{w.push(await V(o,h,c.locks.ttl_seconds,l,f,m.force_required_for_stale_lock,c.locks.wait_ms))},g;try{await v(Uf),await v(Gf),await v(qf);let h=await ol(o,d,c,r);if(g=rl(r,h),g.types.changed){let k=Re(o,d.files.types,xe.types);await Ze({pmRoot:o,filePath:k,raw:Kt(g.types.file),op:"profile:apply-types",author:l,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms});let x=new Set(r.types.map(A=>ue(A).name)),I=g.types.file.definitions.filter(A=>x.has(A.name));await Da(o,I,_,"profile:apply-type-folder"),_.push(...await D({path:k,scope:"project",op:"profile:apply-types"}))}if(g.statuses.changed){let k=Re(o,d.files.statuses,xe.statuses);await Ze({pmRoot:o,filePath:k,raw:sn(g.statuses.file),op:"profile:apply-statuses",author:l,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),_.push(...await D({path:k,scope:"project",op:"profile:apply-statuses"}))}if(g.fields.changed){let k=Re(o,d.files.fields,xe.fields);await Ze({pmRoot:o,filePath:k,raw:rn(g.fields.file),op:"profile:apply-fields",author:l,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),_.push(...await D({path:k,scope:"project",op:"profile:apply-fields"}))}if(g.config.changed||g.workflows.changed){for(let k of g.config.changes){if(k.status==="unchanged")continue;let x=tt(k.key);x!==void 0&&yc(c,x,k.value)}c.schema.type_workflows=g.workflows.result,await ri(o,c,"profile:apply-config")}for(let k of g.templates.changes)k.status!=="unchanged"&&await $s(k.name,{...k.options},n)}finally{for(let h of w.reverse())try{await h()}catch{}}return sl(r,g,g.changed,!1,_)}function rl(e,t){try{return Wd(e,t)}catch(n){throw new p(n instanceof Error?n.message:String(n),u.USAGE)}}function Wf(e,t){let n=[];if(t.added.length>0&&n.push(`+${t.added.join(", ")}`),t.updated.length>0&&n.push(`~${t.updated.join(", ")}`),n.length!==0)return` ${e}: ${n.join(" ")}`}function lk(e){let t=["Project profiles:"];for(let n of e.profiles){let o=n.source==="extension"?` [${n.package??"extension"}]`:"";t.push(` ${n.name} \u2014 ${n.title}: ${n.summary}${o}`)}for(let n of e.warnings)t.push(` warning: ${n}`);return t.join(`
63
- `)}function mk(e){let t=e.source==="extension"?` [${e.package??"extension"}]`:"",n=[`${e.name} \u2014 ${e.title}${t}`,e.summary,""];n.push(`types: ${e.types.join(", ")||"(none)"}`),n.push(`statuses: ${e.statuses.join(", ")||"(none)"}`),n.push(`fields: ${e.fields.join(", ")||"(none)"}`),n.push(`workflows: ${e.workflows.join(", ")||"(none)"}`),n.push(`config: ${e.config.join(", ")||"(none)"}`),n.push(`templates: ${e.templates.join(", ")||"(none)"}`),n.push(`packages: ${e.packages.map(o=>o.spec).join(", ")||"(none)"}`);for(let o of e.warnings)n.push(`warning: ${o}`);return n.join(`
64
- `)}function pk(e){let t=e.source==="extension"?` [${e.package??"extension"}]`:"",n=e.warning_count+e.warnings.length,s=[e.ok?`Profile ${e.name}${t}: ok (${n} warning${n===1?"":"s"})`:`Profile ${e.name}${t}: ${e.error_count} error${e.error_count===1?"":"s"}, ${n} warning${n===1?"":"s"}`];for(let r of e.findings){let i=r.target!==void 0?` (${r.target})`:"";s.push(` ${r.severity} [${r.code}] ${r.dimension}${i}: ${r.message}`)}for(let r of e.warnings)s.push(` warning: ${r}`);return s.join(`
65
- `)}function uk(e){let t=e.dry_run?"dry-run":e.applied?"applied":"no changes",n=[`Profile ${e.name} (${t})`];if(!e.changed)n.push(" already up to date");else for(let[s,r]of[["types",e.types],["statuses",e.statuses],["fields",e.fields],["workflows",e.workflows],["config",e.config],["templates",e.templates]]){let i=Wf(s,r);i!==void 0&&n.push(i)}let o=e.packages.filter(s=>s.status==="recommended");o.length>0&&n.push(` recommended packages: ${o.map(s=>s.spec).join(", ")}`);for(let s of e.warnings)n.push(` warning: ${s}`);return n.join(`
66
- `)}import pl from"node:fs/promises";import ul 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 Kf(e,t,n){let o=new Set,s=[];for(let r of e){let i=r.trim();if(i.length===0||o.has(i))continue;o.add(i);let a=t.get(i);if(a===void 0){s.push({id:i,entries:0,selected:!1,skip_reason:"no_stream"});continue}if(a.entries<=n){s.push({id:i,entries:a.entries,selected:!1,skip_reason:"already_compact"});continue}s.push({id:i,entries:a.entries,selected:!0,skip_reason:null})}return s}function Yf(e,t){let n=[...e].sort((s,r)=>r.entries-s.entries||s.id.localeCompare(r.id)),o=[];for(let s of n){if(t.scope==="closed"&&s.bucket!=="closed"){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"scope_mismatch"});continue}if(s.entries<=t.minEntries){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"already_compact"});continue}if(t.allOver!==void 0&&s.entries<=t.allOver){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"below_threshold"});continue}o.push({id:s.id,entries:s.entries,selected:!0,skip_reason:null})}return o}function ml(e,t){if(t.ids!==void 0&&t.ids.length>0){let n=new Map(e.map(o=>[o.id,o]));return Kf(t.ids,n,t.minEntries)}return Yf(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 Jf(e,t){if(e===void 0)return{kind:"default",raw:null,compactCount:t.length,retainedCount:0};let n=e.trim();if(n.length===0)throw new p("history-compact --before requires a non-empty value.",u.USAGE);if(/^\d+$/.test(n)){let r=Number.parseInt(n,10);if(!Number.isSafeInteger(r)||r<1||r>t.length+1)throw new p(`history-compact --before version must be between 1 and ${t.length+1}.`,u.USAGE);let i=Math.max(0,Math.min(t.length,r-1));return{kind:"version",raw:n,compactCount:i,retainedCount:t.length-i}}let o=Date.parse(n);if(!Number.isFinite(o))throw new p(`Invalid history-compact --before value "${e}". Use a version number or ISO timestamp.`,u.USAGE);let s=0;for(let[r,i]of t.entries()){let a=Date.parse(i.ts);if(!Number.isFinite(a))throw new p(`History for this item contains invalid timestamp at entry ${r+1}.`,u.GENERIC_FAILURE);if(a>=o)break;s+=1}return{kind:"timestamp",raw:n,compactCount:s,retainedCount:t.length-s}}function Xf(e,t){let n=Wt(),o=Wt();for(let s=0;s<e.length;s+=1){let r=e[s];if(Xe(n)!==r.before_hash)throw new p(`history-compact detected before-hash drift at entry ${s+1}; run pm history-repair first.`,u.CONFLICT);if(n=tn(n,r.patch,s+1,r.op),Xe(n)!==r.after_hash)throw new p(`history-compact detected after-hash drift at entry ${s+1}; run pm history-repair first.`,u.CONFLICT);s+1===t&&(o=structuredClone(n))}return{checkpoint:o,finalReplay:n}}function Zf(e,t,n){let o=structuredClone(t),s=[];for(let[r,i]of e.entries()){let a=Xe(o);o=tn(o,i.patch,n+r+1,i.op),s.push({...i,before_hash:a,after_hash:Xe(o)})}return{entries:s,finalReplay:o}}async function Qf(e,t,n){let o=e.located?await W(e.located,{schema:t.schema}):null;return o?{loadedItem:o,currentItemRawBeforeLock:o.raw,matchedChainBefore:Xe(bt(o.document))===n[n.length-1]?.after_hash}:{loadedItem:null,currentItemRawBeforeLock:null,matchedChainBefore:null}}function e_(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 t_(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 n_(e){if(!e.changed)return{rewrittenEntries:e.historyEntries,baselineEntryAdded:!1,auditEntryAdded:!1};let{checkpoint:t,finalReplay:n}=Xf(e.historyEntries,e.boundary.compactCount),o=e.historyEntries.slice(e.boundary.compactCount),s=Zf(o,t,e.boundary.compactCount),i=[ae({nowIso:S(),author:e.author,op:"history_compact_baseline",before:Oe(Wt()),after:Oe(t),message:t_(e.boundary)}),...s.entries];return e.dryRun||i.push(ae({nowIso:S(),author:e.author,op:"history_compact",before:Oe(n),after:Oe(n),message:e_(e.options,e.boundary)})),{rewrittenEntries:i,baselineEntryAdded:!0,auditEntryAdded:!e.dryRun}}async function o_(e){return da({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})=>ca({historyPath:e.historyPath,nextHistoryRaw:$e(e.rewrittenEntries),historyRawUnderLock:t}),applyPostRewrite:async()=>D({path:e.historyPath,scope:"project",op:"history_compact:history"})})}async function Ps(e,t,n){let o=E(process.cwd(),n.path);await $(o);let s=await R(o),r=P(s,O()),i=await la(o,e,s,r.type_to_folder),a=i.historyPath,c=await q(a);if(c===null)throw new p(`No history stream exists for ${i.id}.`,u.NOT_FOUND);let d=await Vt(a,i.id);if(d.length===0)throw new p(`No history entries exist for ${i.id}; nothing to compact.`,u.USAGE);let l=so(d);if(!l.ok)throw new p(`history-compact requires a valid history chain (${l.errors.join(", ")}). Run pm history-repair ${i.id} first.`,u.CONFLICT);let m=Jf(t.before,d),f=m.compactCount>0,_=!!t.dryRun,w=C(t.author,s.author_default),v=[];f||v.push("history_compact_noop_before_boundary");let g=await Qf(i,s,d);g.matchedChainBefore===!1&&v.push("history_compact_item_chain_mismatch");let{rewrittenEntries:h,baselineEntryAdded:k,auditEntryAdded:x}=n_({historyEntries:d,boundary:m,changed:f,dryRun:_,author:w,options:t}),I=so(h);if(!I.ok)throw new p(`history-compact produced an invalid rewritten chain (${I.errors.join(", ")}).`,u.GENERIC_FAILURE);f&&!_&&v.push(...await o_({pmRoot:o,subject:i,settings:s,typeRegistry:r,historyRawBeforeLock:c,currentItemRawBeforeLock:g.currentItemRawBeforeLock,author:w,force:t.force,loadedItem:g.loadedItem,historyPath:a,rewrittenEntries:h}));let A=m.retainedCount>0?m.compactCount+1:null;return{id:i.id,dry_run:_,changed:f,compact_boundary:{kind:m.kind,before:m.raw,entries_compacted:m.compactCount,entries_retained:m.retainedCount,first_retained_entry:A},history:{path:a,entries_scanned:d.length,entries_after:h.length,baseline_entry_added:k,audit_entry_added:x,verify_ok:I.ok,verify_errors:I.errors},item:{exists:i.located!==null,path:i.located?.itemPath??null,matched_chain_before:g.matchedChainBefore},warnings:[...new Set(v)].sort((X,G)=>X.localeCompare(G)),generated_at:S()}}var s_=3;function r_(e){let t=Ht(e.ids);if(e.ids!==void 0&&t==="")throw new p("history-compact ids requires at least one valid item ID.",u.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:zt(t)}}function fl(e,t){let n=t.ids!==void 0&&t.ids.length>0,o=t.allOver!==void 0||t.scope!==void 0;if((e!==void 0?1:0)+(n?1:0)+(o?1:0)===0)throw new p("history-compact: provide an item <id>, or a bulk selector (--ids, --all-over <N>, --closed, or --all-streams).",u.USAGE);if(e!==void 0&&(n||o))throw new p("history-compact: <id> and bulk selectors (--ids/--all-over/--closed/--all-streams) are mutually exclusive; pass one item id, or use bulk mode without a positional id.",u.USAGE);if(n&&o)throw new p("history-compact: --ids is mutually exclusive with --all-over/--closed/--all-streams; pass an explicit id list or a scan selector, not both.",u.USAGE)}function i_(e){let t=0;for(let n of e.split(/\r?\n/))n.trim().length>0&&(t+=1);return t}async function a_(e){let t=j(e.settings.schema),n=ic(t),o=await Pe(e.pmRoot,e.settings.item_format,e.typeToFolder,void 0,e.settings.schema),s=new Map(o.map(d=>[d.id,n.classify(d.status)])),r=ul.join(e.pmRoot,"history"),i=[],a=[];if(!await Z(r))return{candidates:i,preselectionErrors:a};let c=(await pl.readdir(r)).filter(d=>d.endsWith(".jsonl")).sort((d,l)=>d.localeCompare(l));for(let d of c){let l=ul.join(r,d),m=d.slice(0,-6);try{let f=await pl.readFile(l,"utf8");await to({path:l,scope:"project"}),i.push({id:m,entries:i_(f),bucket:s.get(m)??null})}catch(f){a.push({id:m,outcome:"errored",entries_before:0,entries_after:null,skip_reason:null,changed:!1,error:f instanceof Error?f.message:String(f)})}}return{candidates:i,preselectionErrors:a}}async function c_(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 Ps(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 _l(e,t){let n=r_(e),o=E(process.cwd(),t.path);await $(o);let s=await R(o),r=P(s,O()),{candidates:i,preselectionErrors:a}=await a_({pmRoot:o,settings:s,typeToFolder:r.type_to_folder}),c=n.ids!==void 0&&n.ids.length>0?"ids":"scan",d=e.minEntries??s_,l=s.history.compact_policy,m=c==="scan"&&e.allOver===void 0&&l.enabled,f=e.allOver??(m?l.max_entries:void 0),_=ml(i,{ids:n.ids,scope:e.scope,minEntries:d,allOver:f}),w=!!e.dryRun,v=[...a],g={streams_considered:i.length+a.length,selected:0,items_compacted:0,items_skipped:0,items_errored:a.length};for(let h of _){let k=await c_({row:h,options:n,dryRun:w,global:t});if(v.push(k.result),!k.selected){g.items_skipped+=1;continue}g.selected+=1,k.compacted&&(g.items_compacted+=1),k.errored&&(g.items_errored+=1)}return{bulk:!0,dry_run:w,mode:c,scope:e.scope??null,criteria:{min_entries:d,all_over:f??null,policy_threshold_applied:m},totals:g,results:v,generated_at:S()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4888a558-7f50-5c28-8e29-fcd19180cbd4")}catch{}})();function hl(e){let t=e.options.all===!0,n=e.id??y(e.options,"id");return ec(n,t),t?ln(e.options,e.global):dn(n,e.options,e.global)}function gl(e){let t=e.options.ids,n=Ht(t);if(t!==void 0&&n==="")throw new p("history-compact ids requires at least one valid item ID.",u.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 o=n===void 0?void 0:zt(n),s=ee(e.options.allOver??e.options.all_over,"history-compact allOver"),r=ee(e.options.minEntries??e.options.min_entries,"history-compact minEntries"),i=y(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 p("history-compact: closed and all-streams scopes are mutually exclusive.",u.USAGE);let d=c[0];return fl(e.id,{ids:o,allOver:s,scope:d}),e.id!==void 0?Ps(e.id,{before:y(e.options,"before"),dryRun:e.options.dryRun===!0||e.options.dry_run===!0,author:y(e.options,"author"),message:y(e.options,"message"),force:e.force},e.global):_l({ids:o,scope:d,allOver:s,minEntries:r,dryRun:e.options.dryRun===!0||e.options.dry_run===!0,author:y(e.options,"author"),message:y(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]="08dcee99-5572-5133-b76a-6a50e4e292e7")}catch{}})();async function Fs(e,t,n,o){let s=t.trim();if(s.length===0)throw new p("pm item reopen requires a non-empty recurrence reason.",u.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 r=E(process.cwd(),o.path),i=j((await R(r)).schema),a=i.open_status,c=hn(i),d=n.status??a,l=Ae(d,i)??d;if(l!==a&&l!==c)throw new p(`Reopen target status must be ${a} or ${c}; received ${d}.`,u.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} "${s}" --status ${a}`,suggested_retry_args:["item","reopen",e,s,"--status",a]}});let m=await fc(e,{status:l,unset:["close-reason","resolution","expected-result","actual-result","fixed-version"],author:n.author,message:n.message,force:n.force},o,s);return{item:m.item,changed_fields:m.changed_fields,warnings:m.warnings,recurrence:m.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 yl(e,t){let n=e.id??y(t,"id");if(!n)throw new p("Missing required argument: id",64);return n}function bl(e,t){return y(e.args,"reason")??y(e.args,"text")??y(t,"reason")??y(t,"text")}async function wl(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options);return oe(await Me(yl(e,o),bl(e,o),{...o,force:e.force===!0||o.force===!0},e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function vl(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options);return oe(await Fs(yl(e,o),bl(e,o)??"",{...o,force:e.force===!0||o.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 kl(e,t,n){let o;if(typeof e.lines=="string")o=vo(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.");o=vo(`${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:o,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]="0e63298a-d2d7-5217-af50-a206348b4cd4")}catch{}})();function Sl(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:y(e,"metric"),measurementLimit:typeof e.measurementLimit=="number"?e.measurementLimit:void 0,observe:H(e.observe),direction:typeof e.improvementDirection=="string"?e.improvementDirection:void 0,measurementSource:y(e,"measurementSource"),measurementItem:y(e,"measurementItem"),measurementRevision:y(e,"measurementRevision"),author:y(e,"author"),message:y(e,"message"),provenanceCoverage:e.provenanceCoverage===!0,fleetAttribution:e.fleetAttribution===!0,since:y(e,"since"),eventLimit:typeof e.eventLimit=="number"?e.eventLimit:void 0,minimumSample:typeof e.minimumSample=="number"?e.minimumSample:void 0}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2643d11d-befc-5a87-8bec-760951eec4d0")}catch{}})();var d_=new Set(["true","1","yes","on"]),l_=new Set(["false","0","no","off"]);function m_(e,t,n=[]){let o=[t,...n];for(let s of o){let r=e[s];if(typeof r=="string"&&r.trim().length>0)return r.trim()}}function p_(e,t,n=[]){let o=[t,...n];for(let s of o){let r=e[s];if(r!==void 0){if(typeof r=="boolean")return r;if(typeof r=="string"){let i=r.trim().toLowerCase();if(d_.has(i))return!0;if(l_.has(i))return!1}}}}function u_(e,t,n=[]){for(let o of[t,...n]){let s=e[o],i=(typeof s=="string"?s.split(","):Array.isArray(s)?s.flatMap(a=>typeof a=="string"?a.split(","):[]):[]).map(a=>a.trim()).filter(a=>a.length>0);if(i.length>0)return i}return[]}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="863df651-49e0-552f-a7f0-92c3cc9a12a2")}catch{}})();function U(e){if(typeof e!="string")return;let t=e.trim();return t.length>0?t:void 0}function f_(e){if(typeof e=="number"&&Number.isFinite(e)&&e>=0)return e;if(typeof e=="string"&&e.trim().length>0){let t=Number(e);if(Number.isFinite(t)&&t>=0)return t}}function __(e){if(typeof e=="number"&&Number.isInteger(e)&&e>=0&&e<=4)return e;if(typeof e=="string"&&e.trim().length>0){let t=Number(e);if(Number.isInteger(t)&&t>=0&&t<=4)return t}return 2}function h_(e){if(Array.isArray(e)){let t=e.filter(n=>typeof n=="string").map(n=>n.trim().toLowerCase()).filter(n=>n.length>0);return Array.from(new Set(t)).sort((n,o)=>n.localeCompare(o))}return typeof e=="string"?ht(e):[]}function g_(e){let t=U(e);if(t){let n=Ae(t);if(n)return n}return"open"}function Ms(e){if(typeof e=="number"&&Number.isInteger(e))return e;if(typeof e!="string"||e.trim().length===0)return;let t=Number(e);return Number.isInteger(t)?t:void 0}function Il(e){if(typeof e=="boolean")return e;if(typeof e=="number")return e===1?!0:e===0?!1:void 0;if(typeof e!="string")return;let t=e.trim().toLowerCase();return t==="true"||t==="1"?!0:t==="false"||t==="0"?!1:void 0}function at(e){if(!Array.isArray(e))return;let t=e.map(n=>U(n)).filter(n=>n!==void 0);return t.length>0?t:void 0}function Ls(e){return Rl(e,U)}function El(e){return Rl(e,Cl)}function y_(e,t){if(typeof e=="number"&&Number.isInteger(e)&&e>=0&&e<=100)return e;let n=U(e)?.toLowerCase();if(!n)return;let o=n==="med"?"medium":n;if(t.some(r=>r===o))return o;let s=Number(o);return Number.isInteger(s)&&s>=0&&s<=100?s:void 0}function xl(e,t){let n=U(e)?.toLowerCase();if(!n)return;let o=n==="med"?"medium":n;return t.includes(o)?o:void 0}function Ds(e){return U(e)?.toLowerCase()==="global"?"global":"project"}function b_(e,t){let n=Ns(e,t.allowScalar===!0);if(!n)return;let o=n.map(s=>I_(s,t)).filter(s=>s!==void 0);return o.length>0?o:void 0}function w_(e,t={}){return Al(e,t,(n,o)=>({path:n,scope:Ds(o?.scope),note:U(o?.note)}))}function v_(e,t={}){return Al(e,t,(n,o)=>({path:n,scope:Ds(o?.scope),note:U(o?.note)}))}function k_(e,t={}){let n=Ns(e,t.allowScalar===!0);if(!n)return;let o=n.map(s=>R_(s,t)).filter(s=>s!==void 0);return o.length>0?o:void 0}function S_(e,t){return C(e,t)}function $n(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Ns(e,t){return Array.isArray(e)?e:t?[e]:void 0}function On(e,t){for(let n of t){let o=U(e[n]);if(o)return o}}function Rl(e,t){if(!$n(e))return;let n=Object.entries(e).map(([o,s])=>[o.trim(),t(s)]).filter(o=>o[0].length>0&&o[1]!==void 0);return n.length>0?Object.fromEntries(n):void 0}function I_(e,t){if(typeof e=="string")return E_(e,t);if(!$n(e))return;let n=On(e,t.textKeys??["text"]);if(!n)return;let o=t.createdAtKey??"created_at",s=t.authorKey??"author";return{created_at:(t.toIsoString?t.toIsoString(e[o]):U(e[o]))??t.fallbackCreatedAt,author:U(e[s])??t.fallbackAuthor,text:n}}function E_(e,t){let n=U(e);return n?{created_at:t.fallbackCreatedAt,author:t.fallbackAuthor,text:n}:void 0}function Al(e,t,n){let o=Ns(e,t.allowScalar===!0);if(!o)return;let s=t.pathKeys??["path"],r=o.map(i=>x_(i,s,n)).filter(i=>i!==void 0);return r.length>0?r:void 0}function x_(e,t,n){if(typeof e=="string"){let s=U(e);return s?n(s):void 0}if(!$n(e))return;let o=On(e,t);return o?n(o,e):void 0}function R_(e,t){if(typeof e=="string"){let s=U(e);return s?{command:s,scope:"project"}:void 0}if(!$n(e))return;let n=On(e,t.commandKeys??["command"]),o=On(e,t.pathKeys??["path"]);if(!(!n&&(t.requireCommand===!0||!o)))return{...n?{command:n}:{},...o?{path:o}:{},scope:Ds(e.scope),timeout_seconds:A_(e.timeout_seconds,t),note:U(e.note),...t.includeExtendedAssertions===!0?C_(e):{}}}function A_(e,t){let n=t.integerTimeout===!0?Ms(e):Cl(e);if(n===void 0)return;let o=t.timeoutMinimum??0;return t.timeoutExclusiveMinimum===!0?n>o?n:void 0:n>=o?n:void 0}function Cl(e){if(typeof e=="number"&&Number.isFinite(e))return e;if(typeof e!="string"||e.trim().length===0)return;let t=Number(e);return Number.isFinite(t)?t:void 0}function C_(e){return{pm_context_mode:xl(e.pm_context_mode,["schema","tracker","auto"]),env_set:Ls(e.env_set),env_clear:at(e.env_clear),shared_host_safe:Il(e.shared_host_safe),assert_stdout_contains:at(e.assert_stdout_contains),assert_stdout_regex:at(e.assert_stdout_regex),assert_stderr_contains:at(e.assert_stderr_contains),assert_stderr_regex:at(e.assert_stderr_regex),assert_stdout_min_lines:Ms(e.assert_stdout_min_lines),assert_json_field_equals:Ls(e.assert_json_field_equals),assert_json_field_gte:El(e.assert_json_field_gte)}}async function T_(e){await $(e)}function Tl(){return{metadata:{},body:""}}async function O_(e){let{pmRoot:t,id:n,itemPath:o,document:s,author:r,message:i,settings:a,conflictWarningPrefix:c}=e,d=ie(t,n),l=Tl();try{let m=await V(t,n,a.locks.ttl_seconds,r,!1,a.governance.force_required_for_stale_lock,a.locks.wait_ms);try{await z(o,pe(s,{format:"toon"}));try{let f=ae({nowIso:S(),author:r,op:"import",before:l,after:s,message:i});return await Te(d,f),{committed:!0,writeWarnings:[...await D({path:o,scope:"project",op:"import",item_id:s.metadata.id,item_type:s.metadata.type,before:l,after:s,changed_fields:["imported"]}),...await D({path:d,scope:"project",op:"import:history",item_id:s.metadata.id,item_type:s.metadata.type,before:l,after:s,changed_fields:["imported"]})]}}catch(f){throw await mt(o),f}}finally{await m()}}catch(m){if(m instanceof p&&m.exitCode===u.CONFLICT)return{committed:!1,conflictWarning:`${c}:${n}`};throw m}}import{readFile as P_}from"node:fs/promises";import F_ 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]="7c57f381-8318-5235-aa92-c96c6cedb021")}catch{}})();function $_(e){return e.trim().toLowerCase().replaceAll("_","-")}var Us=[{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:Fc().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"]}],js=new Map;for(let e of Us){js.set(e.id,e);for(let t of e.aliases)js.set(t,e)}function Ol(){return Us.map(e=>({...e,aliases:[...e.aliases],commands:[...e.commands],workflows:e.workflows.map(t=>({...t,commands:[...t.commands]})),docs:e.docs.map(t=>({...t})),related:[...e.related]}))}function Pn(){return Us.map(e=>e.id)}function $l(e){if(!e)return null;let t=$_(e);return t?js.get(t)??null:null}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="27be0fa5-1c6a-53de-a0e8-179aab7c795a")}catch{}})();var L_=["markdown","toon","json"],M_=["brief","standard","deep"];function D_(e){if(!e)return;let t=e.trim().toLowerCase();if(!L_.includes(t))throw new p("Guide format must be one of markdown|toon|json",u.USAGE);return t}function N_(e,t){let n=D_(e.format);if(t.json&&n&&n!=="json")throw new p("Cannot combine --json with --format markdown|toon",u.USAGE);return t.json?"json":n??"toon"}function j_(e){if(!e)return"brief";let t=e.trim().toLowerCase();if(!M_.includes(t))throw new p("Guide depth must be one of brief|standard|deep",u.USAGE);return t}function U_(){return rr(process.env,"PM_CLI_PACKAGE_ROOT",import.meta.url,["..","..",".."])}function Pl(e){return e.replaceAll(`\r
61
+ `}},zv={normalizeTemplateName:An,extractTemplateOptions:ol,parseStoredTemplateDocument:Os,builtinTemplateDocument:sl,readStoredTemplateDocument:il};function An(e){let t=e.trim();if(!tl.test(t))throw new p(`Invalid template name "${e}". Expected 1-64 characters matching [A-Za-z0-9][A-Za-z0-9._-]*.`,u.USAGE);return t}function As(e){return el.join(e,Lf)}function Cn(e,t){return el.join(As(e),`${t}${Rs}`)}async function Cs(e){await $(e)}function Ts(e){return Object.fromEntries(Object.entries(e).sort(([t],[n])=>t.localeCompare(n)))}function ol(e){let t={};for(let[n,o]of Object.entries(e))if(o!==void 0){if(Df.has(n)){if(typeof o=="string"){t[n]=[o];continue}if(!Array.isArray(o))continue;let s=o.filter(r=>typeof r=="string");s.length>0&&(t[n]=s);continue}if(typeof o=="string"){t[n]=o;continue}Array.isArray(o)&&o.every(s=>typeof s=="string")&&(t[n]=[...o])}return Ts(t)}function Nf(e,t){if(typeof e!="object"||e===null||Array.isArray(e))throw new p(`Template "${t}" has invalid options payload.`,u.GENERIC_FAILURE);let n=e,o={};for(let[s,r]of Object.entries(n)){let i=s.trim();if(i.length===0)throw new p(`Template "${t}" contains an empty option key.`,u.GENERIC_FAILURE);if(typeof r=="string"){o[i]=r;continue}if(Array.isArray(r)&&r.every(a=>typeof a=="string")){o[i]=[...r];continue}throw new p(`Template "${t}" contains invalid value for option "${i}".`,u.GENERIC_FAILURE)}return Ts(o)}function Os(e,t){let n;try{n=JSON.parse(e)}catch{throw new p(`Template "${t}" contains invalid JSON.`,u.GENERIC_FAILURE)}if(typeof n!="object"||n===null||Array.isArray(n))throw new p(`Template "${t}" has invalid document shape.`,u.GENERIC_FAILURE);let o=n,s=Nf(o.options,t),r=S();return{name:typeof o.name=="string"&&o.name.trim().length>0?o.name.trim():t,created_at:typeof o.created_at=="string"?o.created_at:r,updated_at:typeof o.updated_at=="string"?o.updated_at:r,options:s}}function sl(e){let t=nl[e];return t?{name:e,created_at:Zd,updated_at:Zd,options:Ts({...t})}:null}async function rl(e,t){let n=await q(Cn(e,t));if(n!==null)return{document:Os(n,t),source:"user"};let o=sl(t);if(o)return{document:o,source:"builtin"};throw new p(`Template "${t}" not found`,u.NOT_FOUND)}async function il(e,t){let n=await q(Cn(e,t));if(n===null)throw new p(`Template "${t}" not found`,u.NOT_FOUND);return Os(n,t)}async function jf(e,t){let n=An(t),{document:o}=await rl(e,n);return o.options}async function $s(e,t,n){let o=E(process.cwd(),n.path);await Cs(o);let s=An(e),r=ol(t);if(Object.keys(r).length===0)throw new p("templates save requires at least one create option flag",u.USAGE);let i=S(),a=Cn(o,s),c=i;await Z(a)&&(c=(await il(o,s)).created_at);let d={name:s,created_at:c,updated_at:i,options:r},l=await R(o);return await Qd.mkdir(As(o),{recursive:!0}),await Ze({pmRoot:o,filePath:a,raw:`${JSON.stringify(d,null,2)}
62
+ `,op:"templates:save",author:C(void 0,l.author_default),lockTtlSeconds:l.locks.ttl_seconds,lockWaitMs:l.locks.wait_ms}),{name:d.name,created_at:d.created_at,updated_at:d.updated_at,path:a,options:d.options}}async function Uf(e){let t=As(e);return await Z(t)?(await Qd.readdir(t)).filter(o=>o.toLowerCase().endsWith(Rs)).map(o=>o.slice(0,-Rs.length)).filter(o=>tl.test(o)):[]}async function Gf(e){let t=E(process.cwd(),e.path);await Cs(t);let n=await Uf(t),o=new Set(n),s=Object.keys(nl).filter(c=>!o.has(c)),r=[...n].sort((c,d)=>c.localeCompare(d)),i=[...s].sort((c,d)=>c.localeCompare(d)),a=[...new Set([...r,...i])].sort((c,d)=>c.localeCompare(d));return{templates:a,count:a.length,builtin_templates:i,user_templates:r}}async function qf(e,t){let n=E(process.cwd(),t.path);await Cs(n);let o=An(e),{document:s,source:r}=await rl(n,o);return{name:s.name,source:r,created_at:s.created_at,updated_at:s.updated_at,path:r==="builtin"?`builtin:${o}`:Cn(n,o),options:s.options}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f65b4f1f-5501-5829-a04b-d4fbcfb59f5c")}catch{}})();var ll=["list","show","apply","lint"],Hf="schema-types",Bf="schema-statuses",Vf="schema-fields";function Tn(){let e=O();return e===null?[]:e.profiles.map(t=>({name:t.name,profile:t.profile}))}function ml(){let{profiles:e,warnings:t}=Ss(Tn());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:Es(n.definition)})),warnings:t,generated_at:S()}}function pl(e){let t;try{t=Rn(e,Tn())}catch(o){throw new p(o instanceof Error?o.message:String(o),u.USAGE)}let{resolved:n}=t;return{action:"show",...Vd(n.definition),source:n.source,...n.package!==void 0?{package:n.package}:{},warnings:t.warnings,generated_at:S()}}function ul(e){let t;try{t=Rn(e,Tn())}catch(s){throw new p(s instanceof Error?s.message:String(s),u.USAGE)}let{resolved:n}=t,o=Kd(n.definition);return{action:"lint",name:n.definition.name,title:n.definition.title,source:n.source,...n.package!==void 0?{package:n.package}:{},ok:o.ok,error_count:o.errorCount,warning_count:o.warningCount,findings:o.findings,warnings:t.warnings,generated_at:S()}}function Wf(e,t){return zf.join(e,"templates",`${t}.json`)}async function Kf(e,t){let n=await q(Wf(e,t));if(n!==null)try{let o=JSON.parse(n);if(o!==null&&typeof o=="object"&&!Array.isArray(o)){let s=o.options;if(s!==null&&typeof s=="object"&&!Array.isArray(s))return s}}catch{}}async function al(e,t,n,o){let s=new Map;for(let r of o.templates){let i=await Kf(e,r.name);i!==void 0&&s.set(r.name,i)}return{typesRaw:await q(xe(e,t.files.types,Ee.types)),statusesRaw:await q(xe(e,t.files.statuses,Ee.statuses)),fieldsRaw:await q(xe(e,t.files.fields,Ee.fields)),workflows:n.schema.type_workflows??[],settings:n,templates:s,installedPackages:new Set}}function it(e){let t=[],n=[],o=[];for(let s of e)(s.status==="add"?t:s.status==="update"?n:o).push(s.key);return{added:t,updated:n,unchanged:o}}function cl(e,t,n,o,s){return{action:"apply",name:e.name,title:e.title,applied:n,dry_run:o,changed:t.changed,types:it(t.types.changes),statuses:it(t.statuses.changes),fields:it(t.fields.changes),workflows:it(t.workflows.changes.map(r=>({key:r.type,status:r.status}))),config:it(t.config.changes),templates:it(t.templates.changes.map(r=>({key:r.name,status:r.status}))),packages:t.packages,warnings:[...new Set(s)].sort((r,i)=>r.localeCompare(i)),generated_at:S()}}async function Yf(e){await $(e)}function Jf(e){try{let t=Rn(e,Tn());return{profile:t.resolved.definition,warnings:t.warnings}}catch(t){throw new p(t instanceof Error?t.message:String(t),u.USAGE)}}async function fl(e,t,n){let o=E(process.cwd(),n.path);await Yf(o);let s=Jf(e),r=s.profile,i=s.warnings,a=t.dryRun===!0,c=await R(o),d=Or(c.schema);if(a){let h=await al(o,d,c,r),k=dl(r,h);return cl(r,k,!1,!0,[...i])}let l=C(t.author,c.author_default),m=ri(c),f=!!t.force,_=[...i],w=[],v=async h=>{w.push(await V(o,h,c.locks.ttl_seconds,l,f,m.force_required_for_stale_lock,c.locks.wait_ms))},g;try{await v(Hf),await v(Bf),await v(Vf);let h=await al(o,d,c,r);if(g=dl(r,h),g.types.changed){let k=xe(o,d.files.types,Ee.types);await Ze({pmRoot:o,filePath:k,raw:Kt(g.types.file),op:"profile:apply-types",author:l,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms});let x=new Set(r.types.map(A=>ue(A).name)),I=g.types.file.definitions.filter(A=>x.has(A.name));await ja(o,I,_,"profile:apply-type-folder"),_.push(...await D({path:k,scope:"project",op:"profile:apply-types"}))}if(g.statuses.changed){let k=xe(o,d.files.statuses,Ee.statuses);await Ze({pmRoot:o,filePath:k,raw:sn(g.statuses.file),op:"profile:apply-statuses",author:l,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),_.push(...await D({path:k,scope:"project",op:"profile:apply-statuses"}))}if(g.fields.changed){let k=xe(o,d.files.fields,Ee.fields);await Ze({pmRoot:o,filePath:k,raw:rn(g.fields.file),op:"profile:apply-fields",author:l,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),_.push(...await D({path:k,scope:"project",op:"profile:apply-fields"}))}if(g.config.changed||g.workflows.changed){for(let k of g.config.changes){if(k.status==="unchanged")continue;let x=tt(k.key);x!==void 0&&wc(c,x,k.value)}c.schema.type_workflows=g.workflows.result,await ii(o,c,"profile:apply-config")}for(let k of g.templates.changes)k.status!=="unchanged"&&await $s(k.name,{...k.options},n)}finally{for(let h of w.reverse())try{await h()}catch{}}return cl(r,g,g.changed,!1,_)}function dl(e,t){try{return Xd(e,t)}catch(n){throw new p(n instanceof Error?n.message:String(n),u.USAGE)}}function Xf(e,t){let n=[];if(t.added.length>0&&n.push(`+${t.added.join(", ")}`),t.updated.length>0&&n.push(`~${t.updated.join(", ")}`),n.length!==0)return` ${e}: ${n.join(" ")}`}function fk(e){let t=["Project profiles:"];for(let n of e.profiles){let o=n.source==="extension"?` [${n.package??"extension"}]`:"";t.push(` ${n.name} \u2014 ${n.title}: ${n.summary}${o}`)}for(let n of e.warnings)t.push(` warning: ${n}`);return t.join(`
63
+ `)}function _k(e){let t=e.source==="extension"?` [${e.package??"extension"}]`:"",n=[`${e.name} \u2014 ${e.title}${t}`,e.summary,""];n.push(`types: ${e.types.join(", ")||"(none)"}`),n.push(`statuses: ${e.statuses.join(", ")||"(none)"}`),n.push(`fields: ${e.fields.join(", ")||"(none)"}`),n.push(`workflows: ${e.workflows.join(", ")||"(none)"}`),n.push(`config: ${e.config.join(", ")||"(none)"}`),n.push(`templates: ${e.templates.join(", ")||"(none)"}`),n.push(`packages: ${e.packages.map(o=>o.spec).join(", ")||"(none)"}`);for(let o of e.warnings)n.push(`warning: ${o}`);return n.join(`
64
+ `)}function hk(e){let t=e.source==="extension"?` [${e.package??"extension"}]`:"",n=e.warning_count+e.warnings.length,s=[e.ok?`Profile ${e.name}${t}: ok (${n} warning${n===1?"":"s"})`:`Profile ${e.name}${t}: ${e.error_count} error${e.error_count===1?"":"s"}, ${n} warning${n===1?"":"s"}`];for(let r of e.findings){let i=r.target!==void 0?` (${r.target})`:"";s.push(` ${r.severity} [${r.code}] ${r.dimension}${i}: ${r.message}`)}for(let r of e.warnings)s.push(` warning: ${r}`);return s.join(`
65
+ `)}function gk(e){let t=e.dry_run?"dry-run":e.applied?"applied":"no changes",n=[`Profile ${e.name} (${t})`];if(!e.changed)n.push(" already up to date");else for(let[s,r]of[["types",e.types],["statuses",e.statuses],["fields",e.fields],["workflows",e.workflows],["config",e.config],["templates",e.templates]]){let i=Xf(s,r);i!==void 0&&n.push(i)}let o=e.packages.filter(s=>s.status==="recommended");o.length>0&&n.push(` recommended packages: ${o.map(s=>s.spec).join(", ")}`);for(let s of e.warnings)n.push(` warning: ${s}`);return n.join(`
66
+ `)}import hl from"node:fs/promises";import gl 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 Zf(e,t,n){let o=new Set,s=[];for(let r of e){let i=r.trim();if(i.length===0||o.has(i))continue;o.add(i);let a=t.get(i);if(a===void 0){s.push({id:i,entries:0,selected:!1,skip_reason:"no_stream"});continue}if(a.entries<=n){s.push({id:i,entries:a.entries,selected:!1,skip_reason:"already_compact"});continue}s.push({id:i,entries:a.entries,selected:!0,skip_reason:null})}return s}function Qf(e,t){let n=[...e].sort((s,r)=>r.entries-s.entries||s.id.localeCompare(r.id)),o=[];for(let s of n){if(t.scope==="closed"&&s.bucket!=="closed"){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"scope_mismatch"});continue}if(s.entries<=t.minEntries){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"already_compact"});continue}if(t.allOver!==void 0&&s.entries<=t.allOver){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"below_threshold"});continue}o.push({id:s.id,entries:s.entries,selected:!0,skip_reason:null})}return o}function _l(e,t){if(t.ids!==void 0&&t.ids.length>0){let n=new Map(e.map(o=>[o.id,o]));return Zf(t.ids,n,t.minEntries)}return Qf(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 e_(e,t){if(e===void 0)return{kind:"default",raw:null,compactCount:t.length,retainedCount:0};let n=e.trim();if(n.length===0)throw new p("history-compact --before requires a non-empty value.",u.USAGE);if(/^\d+$/.test(n)){let r=Number.parseInt(n,10);if(!Number.isSafeInteger(r)||r<1||r>t.length+1)throw new p(`history-compact --before version must be between 1 and ${t.length+1}.`,u.USAGE);let i=Math.max(0,Math.min(t.length,r-1));return{kind:"version",raw:n,compactCount:i,retainedCount:t.length-i}}let o=Date.parse(n);if(!Number.isFinite(o))throw new p(`Invalid history-compact --before value "${e}". Use a version number or ISO timestamp.`,u.USAGE);let s=0;for(let[r,i]of t.entries()){let a=Date.parse(i.ts);if(!Number.isFinite(a))throw new p(`History for this item contains invalid timestamp at entry ${r+1}.`,u.GENERIC_FAILURE);if(a>=o)break;s+=1}return{kind:"timestamp",raw:n,compactCount:s,retainedCount:t.length-s}}function t_(e,t){let n=Wt(),o=Wt();for(let s=0;s<e.length;s+=1){let r=e[s];if(Xe(n)!==r.before_hash)throw new p(`history-compact detected before-hash drift at entry ${s+1}; run pm history-repair first.`,u.CONFLICT);if(n=tn(n,r.patch,s+1,r.op),Xe(n)!==r.after_hash)throw new p(`history-compact detected after-hash drift at entry ${s+1}; run pm history-repair first.`,u.CONFLICT);s+1===t&&(o=structuredClone(n))}return{checkpoint:o,finalReplay:n}}function n_(e,t,n){let o=structuredClone(t),s=[];for(let[r,i]of e.entries()){let a=Xe(o);o=tn(o,i.patch,n+r+1,i.op),s.push({...i,before_hash:a,after_hash:Xe(o)})}return{entries:s,finalReplay:o}}async function o_(e,t,n){let o=e.located?await W(e.located,{schema:t.schema}):null;return o?{loadedItem:o,currentItemRawBeforeLock:o.raw,matchedChainBefore:Xe(bt(o.document))===n[n.length-1]?.after_hash}:{loadedItem:null,currentItemRawBeforeLock:null,matchedChainBefore:null}}function s_(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 r_(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 i_(e){if(!e.changed)return{rewrittenEntries:e.historyEntries,baselineEntryAdded:!1,auditEntryAdded:!1};let{checkpoint:t,finalReplay:n}=t_(e.historyEntries,e.boundary.compactCount),o=e.historyEntries.slice(e.boundary.compactCount),s=n_(o,t,e.boundary.compactCount),i=[ae({nowIso:S(),author:e.author,op:"history_compact_baseline",before:Te(Wt()),after:Te(t),message:r_(e.boundary)}),...s.entries];return e.dryRun||i.push(ae({nowIso:S(),author:e.author,op:"history_compact",before:Te(n),after:Te(n),message:s_(e.options,e.boundary)})),{rewrittenEntries:i,baselineEntryAdded:!0,auditEntryAdded:!e.dryRun}}async function a_(e){return la({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})=>da({historyPath:e.historyPath,nextHistoryRaw:Oe(e.rewrittenEntries),historyRawUnderLock:t}),applyPostRewrite:async()=>D({path:e.historyPath,scope:"project",op:"history_compact:history"})})}async function Ps(e,t,n){let o=E(process.cwd(),n.path);await $(o);let s=await R(o),r=P(s,O()),i=await ma(o,e,s,r.type_to_folder),a=i.historyPath,c=await q(a);if(c===null)throw new p(`No history stream exists for ${i.id}.`,u.NOT_FOUND);let d=await Vt(a,i.id);if(d.length===0)throw new p(`No history entries exist for ${i.id}; nothing to compact.`,u.USAGE);let l=so(d);if(!l.ok)throw new p(`history-compact requires a valid history chain (${l.errors.join(", ")}). Run pm history-repair ${i.id} first.`,u.CONFLICT);let m=e_(t.before,d),f=m.compactCount>0,_=!!t.dryRun,w=C(t.author,s.author_default),v=[];f||v.push("history_compact_noop_before_boundary");let g=await o_(i,s,d);g.matchedChainBefore===!1&&v.push("history_compact_item_chain_mismatch");let{rewrittenEntries:h,baselineEntryAdded:k,auditEntryAdded:x}=i_({historyEntries:d,boundary:m,changed:f,dryRun:_,author:w,options:t}),I=so(h);if(!I.ok)throw new p(`history-compact produced an invalid rewritten chain (${I.errors.join(", ")}).`,u.GENERIC_FAILURE);f&&!_&&v.push(...await a_({pmRoot:o,subject:i,settings:s,typeRegistry:r,historyRawBeforeLock:c,currentItemRawBeforeLock:g.currentItemRawBeforeLock,author:w,force:t.force,loadedItem:g.loadedItem,historyPath:a,rewrittenEntries:h}));let A=m.retainedCount>0?m.compactCount+1:null;return{id:i.id,dry_run:_,changed:f,compact_boundary:{kind:m.kind,before:m.raw,entries_compacted:m.compactCount,entries_retained:m.retainedCount,first_retained_entry:A},history:{path:a,entries_scanned:d.length,entries_after:h.length,baseline_entry_added:k,audit_entry_added:x,verify_ok:I.ok,verify_errors:I.errors},item:{exists:i.located!==null,path:i.located?.itemPath??null,matched_chain_before:g.matchedChainBefore},warnings:[...new Set(v)].sort((X,G)=>X.localeCompare(G)),generated_at:S()}}var c_=3;function d_(e){let t=Ht(e.ids);if(e.ids!==void 0&&t==="")throw new p("history-compact ids requires at least one valid item ID.",u.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:zt(t)}}function yl(e,t){let n=t.ids!==void 0&&t.ids.length>0,o=t.allOver!==void 0||t.scope!==void 0;if((e!==void 0?1:0)+(n?1:0)+(o?1:0)===0)throw new p("history-compact: provide an item <id>, or a bulk selector (--ids, --all-over <N>, --closed, or --all-streams).",u.USAGE);if(e!==void 0&&(n||o))throw new p("history-compact: <id> and bulk selectors (--ids/--all-over/--closed/--all-streams) are mutually exclusive; pass one item id, or use bulk mode without a positional id.",u.USAGE);if(n&&o)throw new p("history-compact: --ids is mutually exclusive with --all-over/--closed/--all-streams; pass an explicit id list or a scan selector, not both.",u.USAGE)}function l_(e){let t=0;for(let n of e.split(/\r?\n/))n.trim().length>0&&(t+=1);return t}async function m_(e){let t=j(e.settings.schema),n=cc(t),o=await $e(e.pmRoot,e.settings.item_format,e.typeToFolder,void 0,e.settings.schema),s=new Map(o.map(d=>[d.id,n.classify(d.status)])),r=gl.join(e.pmRoot,"history"),i=[],a=[];if(!await Z(r))return{candidates:i,preselectionErrors:a};let c=(await hl.readdir(r)).filter(d=>d.endsWith(".jsonl")).sort((d,l)=>d.localeCompare(l));for(let d of c){let l=gl.join(r,d),m=d.slice(0,-6);try{let f=await hl.readFile(l,"utf8");await to({path:l,scope:"project"}),i.push({id:m,entries:l_(f),bucket:s.get(m)??null})}catch(f){a.push({id:m,outcome:"errored",entries_before:0,entries_after:null,skip_reason:null,changed:!1,error:f instanceof Error?f.message:String(f)})}}return{candidates:i,preselectionErrors:a}}async function p_(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 Ps(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 bl(e,t){let n=d_(e),o=E(process.cwd(),t.path);await $(o);let s=await R(o),r=P(s,O()),{candidates:i,preselectionErrors:a}=await m_({pmRoot:o,settings:s,typeToFolder:r.type_to_folder}),c=n.ids!==void 0&&n.ids.length>0?"ids":"scan",d=e.minEntries??c_,l=s.history.compact_policy,m=c==="scan"&&e.allOver===void 0&&l.enabled,f=e.allOver??(m?l.max_entries:void 0),_=_l(i,{ids:n.ids,scope:e.scope,minEntries:d,allOver:f}),w=!!e.dryRun,v=[...a],g={streams_considered:i.length+a.length,selected:0,items_compacted:0,items_skipped:0,items_errored:a.length};for(let h of _){let k=await p_({row:h,options:n,dryRun:w,global:t});if(v.push(k.result),!k.selected){g.items_skipped+=1;continue}g.selected+=1,k.compacted&&(g.items_compacted+=1),k.errored&&(g.items_errored+=1)}return{bulk:!0,dry_run:w,mode:c,scope:e.scope??null,criteria:{min_entries:d,all_over:f??null,policy_threshold_applied:m},totals:g,results:v,generated_at:S()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4888a558-7f50-5c28-8e29-fcd19180cbd4")}catch{}})();function wl(e){let t=e.options.all===!0,n=e.id??y(e.options,"id");return nc(n,t),t?ln(e.options,e.global):dn(n,e.options,e.global)}function vl(e){let t=e.options.ids,n=Ht(t);if(t!==void 0&&n==="")throw new p("history-compact ids requires at least one valid item ID.",u.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 o=n===void 0?void 0:zt(n),s=ee(e.options.allOver??e.options.all_over,"history-compact allOver"),r=ee(e.options.minEntries??e.options.min_entries,"history-compact minEntries"),i=y(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 p("history-compact: closed and all-streams scopes are mutually exclusive.",u.USAGE);let d=c[0];return yl(e.id,{ids:o,allOver:s,scope:d}),e.id!==void 0?Ps(e.id,{before:y(e.options,"before"),dryRun:e.options.dryRun===!0||e.options.dry_run===!0,author:y(e.options,"author"),message:y(e.options,"message"),force:e.force},e.global):bl({ids:o,scope:d,allOver:s,minEntries:r,dryRun:e.options.dryRun===!0||e.options.dry_run===!0,author:y(e.options,"author"),message:y(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]="08dcee99-5572-5133-b76a-6a50e4e292e7")}catch{}})();async function Fs(e,t,n,o){let s=t.trim();if(s.length===0)throw new p("pm item reopen requires a non-empty recurrence reason.",u.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 r=E(process.cwd(),o.path),i=j((await R(r)).schema),a=i.open_status,c=hn(i),d=n.status??a,l=Re(d,i)??d;if(l!==a&&l!==c)throw new p(`Reopen target status must be ${a} or ${c}; received ${d}.`,u.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} "${s}" --status ${a}`,suggested_retry_args:["item","reopen",e,s,"--status",a]}});let m=await hc(e,{status:l,unset:["close-reason","resolution","expected-result","actual-result","fixed-version"],author:n.author,message:n.message,force:n.force},o,s);return{item:m.item,changed_fields:m.changed_fields,warnings:m.warnings,recurrence:m.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 kl(e,t){let n=e.id??y(t,"id");if(!n)throw new p("Missing required argument: id",64);return n}function Sl(e,t){return y(e.args,"reason")??y(e.args,"text")??y(t,"reason")??y(t,"text")}async function Il(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options);return oe(await Me(kl(e,o),Sl(e,o),{...o,force:e.force===!0||o.force===!0},e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function El(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options);return oe(await Fs(kl(e,o),Sl(e,o)??"",{...o,force:e.force===!0||o.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 xl(e,t,n){let o;if(typeof e.lines=="string")o=vo(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.");o=vo(`${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:o,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]="0e63298a-d2d7-5217-af50-a206348b4cd4")}catch{}})();function Rl(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:y(e,"metric"),measurementLimit:typeof e.measurementLimit=="number"?e.measurementLimit:void 0,observe:H(e.observe),direction:typeof e.improvementDirection=="string"?e.improvementDirection:void 0,measurementSource:y(e,"measurementSource"),measurementItem:y(e,"measurementItem"),measurementRevision:y(e,"measurementRevision"),author:y(e,"author"),message:y(e,"message"),provenanceCoverage:e.provenanceCoverage===!0,fleetAttribution:e.fleetAttribution===!0,since:y(e,"since"),eventLimit:typeof e.eventLimit=="number"?e.eventLimit:void 0,minimumSample:typeof e.minimumSample=="number"?e.minimumSample:void 0}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2643d11d-befc-5a87-8bec-760951eec4d0")}catch{}})();var u_=new Set(["true","1","yes","on"]),f_=new Set(["false","0","no","off"]);function __(e,t,n=[]){let o=[t,...n];for(let s of o){let r=e[s];if(typeof r=="string"&&r.trim().length>0)return r.trim()}}function h_(e,t,n=[]){let o=[t,...n];for(let s of o){let r=e[s];if(r!==void 0){if(typeof r=="boolean")return r;if(typeof r=="string"){let i=r.trim().toLowerCase();if(u_.has(i))return!0;if(f_.has(i))return!1}}}}function g_(e,t,n=[]){for(let o of[t,...n]){let s=e[o],i=(typeof s=="string"?s.split(","):Array.isArray(s)?s.flatMap(a=>typeof a=="string"?a.split(","):[]):[]).map(a=>a.trim()).filter(a=>a.length>0);if(i.length>0)return i}return[]}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="863df651-49e0-552f-a7f0-92c3cc9a12a2")}catch{}})();function U(e){if(typeof e!="string")return;let t=e.trim();return t.length>0?t:void 0}function y_(e){if(typeof e=="number"&&Number.isFinite(e)&&e>=0)return e;if(typeof e=="string"&&e.trim().length>0){let t=Number(e);if(Number.isFinite(t)&&t>=0)return t}}function b_(e){if(typeof e=="number"&&Number.isInteger(e)&&e>=0&&e<=4)return e;if(typeof e=="string"&&e.trim().length>0){let t=Number(e);if(Number.isInteger(t)&&t>=0&&t<=4)return t}return 2}function w_(e){if(Array.isArray(e)){let t=e.filter(n=>typeof n=="string").map(n=>n.trim().toLowerCase()).filter(n=>n.length>0);return Array.from(new Set(t)).sort((n,o)=>n.localeCompare(o))}return typeof e=="string"?ht(e):[]}function v_(e){let t=U(e);if(t){let n=Re(t);if(n)return n}return"open"}function Ms(e){if(typeof e=="number"&&Number.isInteger(e))return e;if(typeof e!="string"||e.trim().length===0)return;let t=Number(e);return Number.isInteger(t)?t:void 0}function Al(e){if(typeof e=="boolean")return e;if(typeof e=="number")return e===1?!0:e===0?!1:void 0;if(typeof e!="string")return;let t=e.trim().toLowerCase();return t==="true"||t==="1"?!0:t==="false"||t==="0"?!1:void 0}function at(e){if(!Array.isArray(e))return;let t=e.map(n=>U(n)).filter(n=>n!==void 0);return t.length>0?t:void 0}function Ls(e){return Ol(e,U)}function Cl(e){return Ol(e,Pl)}function k_(e,t){if(typeof e=="number"&&Number.isInteger(e)&&e>=0&&e<=100)return e;let n=U(e)?.toLowerCase();if(!n)return;let o=n==="med"?"medium":n;if(t.some(r=>r===o))return o;let s=Number(o);return Number.isInteger(s)&&s>=0&&s<=100?s:void 0}function Tl(e,t){let n=U(e)?.toLowerCase();if(!n)return;let o=n==="med"?"medium":n;return t.includes(o)?o:void 0}function Ds(e){return U(e)?.toLowerCase()==="global"?"global":"project"}function S_(e,t){let n=Ns(e,t.allowScalar===!0);if(!n)return;let o=n.map(s=>A_(s,t)).filter(s=>s!==void 0);return o.length>0?o:void 0}function I_(e,t={}){return $l(e,t,(n,o)=>({path:n,scope:Ds(o?.scope),note:U(o?.note)}))}function E_(e,t={}){return $l(e,t,(n,o)=>({path:n,scope:Ds(o?.scope),note:U(o?.note)}))}function x_(e,t={}){let n=Ns(e,t.allowScalar===!0);if(!n)return;let o=n.map(s=>O_(s,t)).filter(s=>s!==void 0);return o.length>0?o:void 0}function R_(e,t){return C(e,t)}function $n(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Ns(e,t){return Array.isArray(e)?e:t?[e]:void 0}function On(e,t){for(let n of t){let o=U(e[n]);if(o)return o}}function Ol(e,t){if(!$n(e))return;let n=Object.entries(e).map(([o,s])=>[o.trim(),t(s)]).filter(o=>o[0].length>0&&o[1]!==void 0);return n.length>0?Object.fromEntries(n):void 0}function A_(e,t){if(typeof e=="string")return C_(e,t);if(!$n(e))return;let n=On(e,t.textKeys??["text"]);if(!n)return;let o=t.createdAtKey??"created_at",s=t.authorKey??"author";return{created_at:(t.toIsoString?t.toIsoString(e[o]):U(e[o]))??t.fallbackCreatedAt,author:U(e[s])??t.fallbackAuthor,text:n}}function C_(e,t){let n=U(e);return n?{created_at:t.fallbackCreatedAt,author:t.fallbackAuthor,text:n}:void 0}function $l(e,t,n){let o=Ns(e,t.allowScalar===!0);if(!o)return;let s=t.pathKeys??["path"],r=o.map(i=>T_(i,s,n)).filter(i=>i!==void 0);return r.length>0?r:void 0}function T_(e,t,n){if(typeof e=="string"){let s=U(e);return s?n(s):void 0}if(!$n(e))return;let o=On(e,t);return o?n(o,e):void 0}function O_(e,t){if(typeof e=="string"){let s=U(e);return s?{command:s,scope:"project"}:void 0}if(!$n(e))return;let n=On(e,t.commandKeys??["command"]),o=On(e,t.pathKeys??["path"]);if(!(!n&&(t.requireCommand===!0||!o)))return{...n?{command:n}:{},...o?{path:o}:{},scope:Ds(e.scope),timeout_seconds:$_(e.timeout_seconds,t),note:U(e.note),...t.includeExtendedAssertions===!0?P_(e):{}}}function $_(e,t){let n=t.integerTimeout===!0?Ms(e):Pl(e);if(n===void 0)return;let o=t.timeoutMinimum??0;return t.timeoutExclusiveMinimum===!0?n>o?n:void 0:n>=o?n:void 0}function Pl(e){if(typeof e=="number"&&Number.isFinite(e))return e;if(typeof e!="string"||e.trim().length===0)return;let t=Number(e);return Number.isFinite(t)?t:void 0}function P_(e){return{pm_context_mode:Tl(e.pm_context_mode,["schema","tracker","auto"]),env_set:Ls(e.env_set),env_clear:at(e.env_clear),shared_host_safe:Al(e.shared_host_safe),assert_stdout_contains:at(e.assert_stdout_contains),assert_stdout_regex:at(e.assert_stdout_regex),assert_stderr_contains:at(e.assert_stderr_contains),assert_stderr_regex:at(e.assert_stderr_regex),assert_stdout_min_lines:Ms(e.assert_stdout_min_lines),assert_json_field_equals:Ls(e.assert_json_field_equals),assert_json_field_gte:Cl(e.assert_json_field_gte)}}async function F_(e){await $(e)}function Fl(){return{metadata:{},body:""}}async function L_(e){let{pmRoot:t,id:n,itemPath:o,document:s,author:r,message:i,settings:a,conflictWarningPrefix:c}=e,d=ie(t,n),l=Fl();try{let m=await V(t,n,a.locks.ttl_seconds,r,!1,a.governance.force_required_for_stale_lock,a.locks.wait_ms);try{await z(o,pe(s,{format:"toon"}));try{let f=ae({nowIso:S(),author:r,op:"import",before:l,after:s,message:i});return await Ce(d,f),{committed:!0,writeWarnings:[...await D({path:o,scope:"project",op:"import",item_id:s.metadata.id,item_type:s.metadata.type,before:l,after:s,changed_fields:["imported"]}),...await D({path:d,scope:"project",op:"import:history",item_id:s.metadata.id,item_type:s.metadata.type,before:l,after:s,changed_fields:["imported"]})]}}catch(f){throw await mt(o),f}}finally{await m()}}catch(m){if(m instanceof p&&m.exitCode===u.CONFLICT)return{committed:!1,conflictWarning:`${c}:${n}`};throw m}}import{readFile as D_}from"node:fs/promises";import N_ 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]="7c57f381-8318-5235-aa92-c96c6cedb021")}catch{}})();function M_(e){return e.trim().toLowerCase().replaceAll("_","-")}var Us=[{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:Dc().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"]}],js=new Map;for(let e of Us){js.set(e.id,e);for(let t of e.aliases)js.set(t,e)}function Ll(){return Us.map(e=>({...e,aliases:[...e.aliases],commands:[...e.commands],workflows:e.workflows.map(t=>({...t,commands:[...t.commands]})),docs:e.docs.map(t=>({...t})),related:[...e.related]}))}function Pn(){return Us.map(e=>e.id)}function Ml(e){if(!e)return null;let t=M_(e);return t?js.get(t)??null:null}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="27be0fa5-1c6a-53de-a0e8-179aab7c795a")}catch{}})();var j_=["markdown","toon","json"],U_=["brief","standard","deep"];function G_(e){if(!e)return;let t=e.trim().toLowerCase();if(!j_.includes(t))throw new p("Guide format must be one of markdown|toon|json",u.USAGE);return t}function q_(e,t){let n=G_(e.format);if(t.json&&n&&n!=="json")throw new p("Cannot combine --json with --format markdown|toon",u.USAGE);return t.json?"json":n??"toon"}function z_(e){if(!e)return"brief";let t=e.trim().toLowerCase();if(!U_.includes(t))throw new p("Guide depth must be one of brief|standard|deep",u.USAGE);return t}function H_(){return rr(process.env,"PM_CLI_PACKAGE_ROOT",import.meta.url,["..","..",".."])}function Dl(e){return e.replaceAll(`\r
67
67
  `,`
68
- `)}function G_(e,t,n){let s=Pl(e).split(`
68
+ `)}function B_(e,t,n){let s=Dl(e).split(`
69
69
  `),i=s.slice(0,t).join(`
70
- `),a=s.length>t;return i.length>n&&(i=i.slice(0,n),a=!0),{excerpt:i.trimEnd(),truncated:a,lineCount:s.length}}async function q_(e,t,n){let o=t!=="brief",s=o?t==="deep"?"full":"excerpt":"none",r=[];for(let i of e.docs){let a=F_.resolve(n,i.path);if(!o){r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!0,line_count:null,content_mode:"none",content:null,truncated:!1});continue}try{let c=await P_(a,"utf8");if(t==="deep"){let d=Pl(c).trimEnd();r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!0,line_count:d.length===0?0:d.split(`
71
- `).length,content_mode:"full",content:d,truncated:!1})}else{let d=G_(c,120,12e3);r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!0,line_count:d.lineCount,content_mode:s,content:d.excerpt,truncated:d.truncated})}}catch(c){let d=He(c);if(r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!1,line_count:null,content_mode:"none",content:null,truncated:!1}),!d)throw new p(`Failed to read guide document "${i.path}".`,u.GENERIC_FAILURE)}}return r}function z_(e){let t=Ol().map(n=>({id:n.id,aliases:n.aliases,title:n.title,summary:n.summary,intent:n.intent,quick_commands:e==="brief"?n.commands.slice(0,3):n.commands.slice(0,6),docs:n.docs.map(o=>({path:o.path,purpose:o.purpose})),related:n.related}));return{output_default:"toon",mode:"index",depth:e,topics:t,suggested_next_steps:["pm guide <topic>","pm guide <topic> --depth standard","pm guide <topic> --depth deep --format markdown","pm guide <topic> --json"]}}function H_(e){let t=$l(e);if(t)return t;let n=Pn().join(", ");throw new p(`Unknown guide topic "${e}". Available topics: ${n}. Use "pm guide --list" to browse.`,u.USAGE)}async function B_(e,t){let n=j_(typeof e.depth=="string"?e.depth:void 0),o=e.list===!0,s=typeof e.topic=="string"?e.topic:void 0;if(o||!s)return z_(n);let r=H_(s),i=U_(),a=await q_(r,n,i),c=a.filter(d=>!d.exists&&!d.optional).map(d=>`Missing required guide document: ${d.path}`);return{output_default:"toon",mode:"topic",depth:n,requested_topic:s,topic:r,docs:a,warnings:c}}function V_(e){return e.replaceAll("```","``\\`")}function W_(e){if(e.mode==="index"){let n=["# pm guide","","Token-efficient local documentation index for agent and maintainer workflows.","","## Topics"];for(let o of e.topics)n.push(`- \`${o.id}\` - ${o.summary}`),e.depth!=="brief"&&(n.push(` - intent: ${o.intent}`),n.push(` - docs: ${o.docs.map(s=>`\`${s.path}\``).join(", ")}`));n.push("","## Next steps");for(let o of e.suggested_next_steps)n.push(`- \`${o}\``);return n.join(`
72
- `)}let t=[`# pm guide ${e.topic.id}`,"",e.topic.summary,"","## Intent",e.topic.intent,"","## Key commands",...e.topic.commands.map(n=>`- \`${n}\``),"","## Workflow prompts"];for(let n of e.topic.workflows)t.push(`### ${n.name}`),t.push(`goal: ${n.goal}`),t.push(`prompt: ${n.prompt}`),t.push("commands:"),t.push(...n.commands.map(o=>`- \`${o}\``)),t.push("");t.push("## Documents");for(let n of e.docs){let o=n.exists?"available":n.optional?"missing (optional)":"missing (required)";t.push(`- \`${n.path}\` - ${n.purpose} (${o})`),n.exists&&n.content_mode!=="none"&&n.content&&(t.push(""),t.push(`### Excerpt: \`${n.path}\``),n.truncated&&t.push("_truncated for context efficiency_"),t.push("```markdown"),t.push(V_(n.content)),t.push("```"))}return e.topic.related.length>0&&(t.push("","## Related topics"),t.push(...e.topic.related.map(n=>`- \`${n}\``))),e.warnings.length>0&&(t.push("","## Warnings"),t.push(...e.warnings.map(n=>`- ${n}`))),t.join(`
73
- `)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4bf2b42b-91f3-5850-b1f1-d8a01525860c")}catch{}})();var Fl=["bash","zsh","fish"],K_=[...pt],Y_=[...Un],J_=new Set(Gr.filter(e=>e.hidden).map(e=>e.alias)),Gs=Pc("full").filter(e=>!J_.has(e)),X_=T(Qt),Z_=T(Ai),Q_=T(Di),eh=T(Hi),th=T(Bi),nh=T(Ni),oh=T(ji),sh=T(zi),rh=T(Zi),ih=T(Vi),ah=T(Wi),ch=T(Mi),dh=T(Yi),lh=T(Ci),mh=T(Ti,!1),ph=T(Ji),uh=T(Ki),fh=T(Xi),_h=T(na),hh=T(ea),gh=T(Gi),yh=T(ta),bh=T(Qi),wh=T(en),vh=T(Ui),kh=T(qi),Sh=T($i),Ih=T(oa),Eh=T(Oi),xh="create show add-step update-step complete-step block-step reorder-step remove-step link unlink decision discovery validation resume approve materialize",Rh=T(sa),Ah=`${Rh} bash zsh fish`,qs=ct(Pn()),Fn="init scaffold install uninstall explore manage describe reload doctor catalog adopt adopt-all activate deactivate migrate",zs=`${Fn} upgrade`,Ch=T(Pi),Th=T(Fi),Oh=T(Li),$h="--author --message --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",Ph="--dry-run --author --message --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",Fh="--author --message --validate-close --duplicate-of --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",Lh="--author --message --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",Gl=[["init","Initialize pm storage for the current workspace"],["config","Read or update pm settings"],["package","Manage package lifecycle operations"],["packages","Alias for package"],["create","Create a new project management item"],["copy","Copy an existing item to a new ID"],["focus","Set/clear/show the session focused parent for new items"],["list","List active items with optional filters"],["aggregate","Aggregate grouped item counts and numeric stats for governance queries"],["duplicates","Find bounded duplicate clusters across lifecycle statuses"],["guide","Browse local progressive-disclosure guides"],["calendar","Show calendar views for deadlines and reminders"],["cal","Alias for calendar"],["context","Show a token-efficient project context snapshot"],["ctx","Alias for context"],["get","Show item details by ID"],["next","Recommend the next actionable (unblocked, ready) work item"],["search","Search items with keyword, semantic, or hybrid modes"],["reindex","Rebuild search artifacts"],["history","Show item history entries"],["history-compact","Compact history streams into a synthetic baseline + retained tail"],["history-redact","Redact sensitive literals/patterns and recompute history hashes"],["history-repair","Re-anchor a drifted history chain so pm health/validate report ok"],["schema","Manage custom item types and statuses in .agents/pm/schema/*.json"],["profile","List, show, apply, and lint project profiles (archetype schema/config/template/package bundles)"],["plan","Agent-optimized Plan item workflow (create/show/add-step/update-step/complete-step/link/approve/materialize)"],["activity","Show recent activity across items"],["restore","Restore an item to an earlier state"],["update","Update item fields and metadata"],["update-many","Bulk-update matched items with dry-run and rollback checkpoints"],["close","Close an item (reason requirement follows governance settings)"],["close-many","Bulk-close matched items with an optional shared reason and rollback checkpoint"],["delete","Delete an item and record the change"],["append","Append text to an item body"],["comments","List or add comments for an item"],["notes","List or add notes for an item"],["learnings","List or add learnings for an item"],["files","Manage linked files"],["docs","Manage linked docs"],["deps","Show dependency relationships for an item"],["graph","Bounded graph traversal, analytics, and governance-audit queries"],["test","Manage linked tests and optionally run them"],["test-all","Run linked tests across matching items"],["test-runs","Manage background linked-test runs"],["stats","Show project tracker statistics"],["health","Show project tracker health checks"],["validate","Run standalone validation checks"],["gc","Clean optional cache artifacts"],["contracts","Show machine-readable command and schema contracts"],["claim","Claim an item for active work"],["release","Release the active claim for an item"],["start-task","Lifecycle alias to claim and set in_progress"],["pause-task","Lifecycle alias to reopen and release claim"],["close-task","Lifecycle alias to close and release claim"],["meet","Shortcut to create a Meeting with scheduling defaults"],["event","Shortcut to create an Event with scheduling defaults"],["remind","Shortcut to create a Reminder from a point in time"],["templates","Manage reusable create templates"],["completion","Generate shell completion"],["help","Display help for a command"]],Mh=new Map([["calendar","Show deadline/reminder calendar views"],["schema","Inspect and manage runtime schema"],["profile","List, show, apply, and lint project profiles (archetype bundles)"],["plan","Agent-optimized Plan workflow (create/show/add-step/update-step/complete-step/link/approve/materialize)"],["start-task","Lifecycle alias to claim and set in-progress"]]),Dh=Ri.flatMap(e=>[e.short,e.flag,...e.aliases??[]]).filter(e=>!!e).join(" ");function ct(e){return[...new Set(e.map(t=>t.trim()).filter(t=>t.length>0))].sort((t,n)=>t.localeCompare(n)).join(" ")}function Nh(e){return[...new Set(e.map(t=>t.trim()).filter(t=>t.length>0))].join(" ")}function ql(e){return e.replaceAll("\\","\\\\").replaceAll('"','\\"').replaceAll("$","\\$").replaceAll("`","\\`")}function Hs(e,t){return Nh(e.length>0?e:t.item_types??K_)}function Bs(e){return ct(e.statuses??Y_)}function qe(e,t){let n=[...e.split(/\s+/u).filter(o=>o.length>0),...t??[]];return ct(n)}function zl(e){let t=(e??[]).map(n=>n.trim()).filter(n=>n.startsWith("--")&&n.length>2).map(n=>`--${n.slice(2).replaceAll("_","-")}`);return[...new Set(t)].sort((n,o)=>n.localeCompare(o))}function $t(e){let t=zl(e);return t.length===0?"":`${t.map(n=>` '${n}[Runtime schema field flag]:value' \\`).join(`
70
+ `),a=s.length>t;return i.length>n&&(i=i.slice(0,n),a=!0),{excerpt:i.trimEnd(),truncated:a,lineCount:s.length}}async function V_(e,t,n){let o=t!=="brief",s=o?t==="deep"?"full":"excerpt":"none",r=[];for(let i of e.docs){let a=N_.resolve(n,i.path);if(!o){r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!0,line_count:null,content_mode:"none",content:null,truncated:!1});continue}try{let c=await D_(a,"utf8");if(t==="deep"){let d=Dl(c).trimEnd();r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!0,line_count:d.length===0?0:d.split(`
71
+ `).length,content_mode:"full",content:d,truncated:!1})}else{let d=B_(c,120,12e3);r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!0,line_count:d.lineCount,content_mode:s,content:d.excerpt,truncated:d.truncated})}}catch(c){let d=He(c);if(r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!1,line_count:null,content_mode:"none",content:null,truncated:!1}),!d)throw new p(`Failed to read guide document "${i.path}".`,u.GENERIC_FAILURE)}}return r}function W_(e){let t=Ll().map(n=>({id:n.id,aliases:n.aliases,title:n.title,summary:n.summary,intent:n.intent,quick_commands:e==="brief"?n.commands.slice(0,3):n.commands.slice(0,6),docs:n.docs.map(o=>({path:o.path,purpose:o.purpose})),related:n.related}));return{output_default:"toon",mode:"index",depth:e,topics:t,suggested_next_steps:["pm guide <topic>","pm guide <topic> --depth standard","pm guide <topic> --depth deep --format markdown","pm guide <topic> --json"]}}function K_(e){let t=Ml(e);if(t)return t;let n=Pn().join(", ");throw new p(`Unknown guide topic "${e}". Available topics: ${n}. Use "pm guide --list" to browse.`,u.USAGE)}async function Y_(e,t){let n=z_(typeof e.depth=="string"?e.depth:void 0),o=e.list===!0,s=typeof e.topic=="string"?e.topic:void 0;if(o||!s)return W_(n);let r=K_(s),i=H_(),a=await V_(r,n,i),c=a.filter(d=>!d.exists&&!d.optional).map(d=>`Missing required guide document: ${d.path}`);return{output_default:"toon",mode:"topic",depth:n,requested_topic:s,topic:r,docs:a,warnings:c}}function J_(e){return e.replaceAll("```","``\\`")}function X_(e){if(e.mode==="index"){let n=["# pm guide","","Token-efficient local documentation index for agent and maintainer workflows.","","## Topics"];for(let o of e.topics)n.push(`- \`${o.id}\` - ${o.summary}`),e.depth!=="brief"&&(n.push(` - intent: ${o.intent}`),n.push(` - docs: ${o.docs.map(s=>`\`${s.path}\``).join(", ")}`));n.push("","## Next steps");for(let o of e.suggested_next_steps)n.push(`- \`${o}\``);return n.join(`
72
+ `)}let t=[`# pm guide ${e.topic.id}`,"",e.topic.summary,"","## Intent",e.topic.intent,"","## Key commands",...e.topic.commands.map(n=>`- \`${n}\``),"","## Workflow prompts"];for(let n of e.topic.workflows)t.push(`### ${n.name}`),t.push(`goal: ${n.goal}`),t.push(`prompt: ${n.prompt}`),t.push("commands:"),t.push(...n.commands.map(o=>`- \`${o}\``)),t.push("");t.push("## Documents");for(let n of e.docs){let o=n.exists?"available":n.optional?"missing (optional)":"missing (required)";t.push(`- \`${n.path}\` - ${n.purpose} (${o})`),n.exists&&n.content_mode!=="none"&&n.content&&(t.push(""),t.push(`### Excerpt: \`${n.path}\``),n.truncated&&t.push("_truncated for context efficiency_"),t.push("```markdown"),t.push(J_(n.content)),t.push("```"))}return e.topic.related.length>0&&(t.push("","## Related topics"),t.push(...e.topic.related.map(n=>`- \`${n}\``))),e.warnings.length>0&&(t.push("","## Warnings"),t.push(...e.warnings.map(n=>`- ${n}`))),t.join(`
73
+ `)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4bf2b42b-91f3-5850-b1f1-d8a01525860c")}catch{}})();var Nl=["bash","zsh","fish"],Z_=[...pt],Q_=[...Un],eh=new Set(Gr.filter(e=>e.hidden).map(e=>e.alias)),Gs=Mc("full").filter(e=>!eh.has(e)),th=T(Qt),nh=T(Ci),oh=T(Ni),sh=T(Bi),rh=T(Vi),ih=T(ji),ah=T(Ui),ch=T(Hi),dh=T(Qi),lh=T(Wi),mh=T(Ki),ph=T(Di),uh=T(Ji),fh=T(Ti),_h=T(Oi,!1),hh=T(Xi),gh=T(Yi),yh=T(Zi),bh=T(oa),wh=T(ta),vh=T(qi),kh=T(na),Sh=T(ea),Ih=T(en),Eh=T(Gi),xh=T(zi),Rh=T(Pi),Ah=T(sa),Ch=T($i),Th="create show add-step update-step complete-step block-step reorder-step remove-step link unlink decision discovery validation resume approve materialize",Oh=T(ra),$h=`${Oh} bash zsh fish`,qs=ct(Pn()),Fn="init scaffold install uninstall explore manage describe reload doctor catalog adopt adopt-all activate deactivate migrate",zs=`${Fn} upgrade`,Ph=T(Fi),Fh=T(Li),Lh=T(Mi),Mh="--author --message --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",Dh="--dry-run --author --message --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",Nh="--author --message --validate-close --duplicate-of --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",jh="--author --message --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",Bl=[["init","Initialize pm storage for the current workspace"],["config","Read or update pm settings"],["package","Manage package lifecycle operations"],["packages","Alias for package"],["create","Create a new project management item"],["copy","Copy an existing item to a new ID"],["focus","Set/clear/show the session focused parent for new items"],["list","List active items with optional filters"],["aggregate","Aggregate grouped item counts and numeric stats for governance queries"],["duplicates","Find bounded duplicate clusters across lifecycle statuses"],["guide","Browse local progressive-disclosure guides"],["calendar","Show calendar views for deadlines and reminders"],["cal","Alias for calendar"],["context","Show a token-efficient project context snapshot"],["ctx","Alias for context"],["get","Show item details by ID"],["next","Recommend the next actionable (unblocked, ready) work item"],["search","Search items with keyword, semantic, or hybrid modes"],["reindex","Rebuild search artifacts"],["history","Show item history entries"],["history-compact","Compact history streams into a synthetic baseline + retained tail"],["history-redact","Redact sensitive literals/patterns and recompute history hashes"],["history-repair","Re-anchor a drifted history chain so pm health/validate report ok"],["schema","Manage custom item types and statuses in .agents/pm/schema/*.json"],["profile","List, show, apply, and lint project profiles (archetype schema/config/template/package bundles)"],["plan","Agent-optimized Plan item workflow (create/show/add-step/update-step/complete-step/link/approve/materialize)"],["activity","Show recent activity across items"],["restore","Restore an item to an earlier state"],["update","Update item fields and metadata"],["update-many","Bulk-update matched items with dry-run and rollback checkpoints"],["close","Close an item (reason requirement follows governance settings)"],["close-many","Bulk-close matched items with an optional shared reason and rollback checkpoint"],["delete","Delete an item and record the change"],["append","Append text to an item body"],["comments","List or add comments for an item"],["notes","List or add notes for an item"],["learnings","List or add learnings for an item"],["files","Manage linked files"],["docs","Manage linked docs"],["deps","Show dependency relationships for an item"],["graph","Bounded graph traversal, analytics, and governance-audit queries"],["test","Manage linked tests and optionally run them"],["test-all","Run linked tests across matching items"],["test-runs","Manage background linked-test runs"],["stats","Show project tracker statistics"],["health","Show project tracker health checks"],["validate","Run standalone validation checks"],["gc","Clean optional cache artifacts"],["contracts","Show machine-readable command and schema contracts"],["claim","Claim an item for active work"],["release","Release the active claim for an item"],["start-task","Lifecycle alias to claim and set in_progress"],["pause-task","Lifecycle alias to reopen and release claim"],["close-task","Lifecycle alias to close and release claim"],["meet","Shortcut to create a Meeting with scheduling defaults"],["event","Shortcut to create an Event with scheduling defaults"],["remind","Shortcut to create a Reminder from a point in time"],["templates","Manage reusable create templates"],["completion","Generate shell completion"],["help","Display help for a command"]],Uh=new Map([["calendar","Show deadline/reminder calendar views"],["schema","Inspect and manage runtime schema"],["profile","List, show, apply, and lint project profiles (archetype bundles)"],["plan","Agent-optimized Plan workflow (create/show/add-step/update-step/complete-step/link/approve/materialize)"],["start-task","Lifecycle alias to claim and set in-progress"]]),Gh=Ai.flatMap(e=>[e.short,e.flag,...e.aliases??[]]).filter(e=>!!e).join(" ");function ct(e){return[...new Set(e.map(t=>t.trim()).filter(t=>t.length>0))].sort((t,n)=>t.localeCompare(n)).join(" ")}function qh(e){return[...new Set(e.map(t=>t.trim()).filter(t=>t.length>0))].join(" ")}function Vl(e){return e.replaceAll("\\","\\\\").replaceAll('"','\\"').replaceAll("$","\\$").replaceAll("`","\\`")}function Hs(e,t){return qh(e.length>0?e:t.item_types??Z_)}function Bs(e){return ct(e.statuses??Q_)}function qe(e,t){let n=[...e.split(/\s+/u).filter(o=>o.length>0),...t??[]];return ct(n)}function Wl(e){let t=(e??[]).map(n=>n.trim()).filter(n=>n.startsWith("--")&&n.length>2).map(n=>`--${n.slice(2).replaceAll("_","-")}`);return[...new Set(t)].sort((n,o)=>n.localeCompare(o))}function $t(e){let t=Wl(e);return t.length===0?"":`${t.map(n=>` '${n}[Runtime schema field flag]:value' \\`).join(`
74
74
  `)}
75
75
  `}function Ln(e,t={}){let n=t.trailingContinuation??!0,o=e.length-1;return e.map((s,r)=>` ${s}${n||r!==o?" \\":""}`).join(`
76
- `)}function jh(){return Gl.map(([e,t])=>` '${e}:${t}'`).join(`
77
- `)}function Uh(){return Gl.filter(([e])=>e!=="help").map(([e,t])=>{let n=Mh.get(e)??t;return`complete -c pm -n __pm_no_subcommand -a ${e.padEnd(16)} -d '${n}'`}).join(`
78
- `)}function Ll(e){let t=["reviewer-missing[Select only items missing reviewer]","risk-missing[Select only items missing risk]","confidence-missing[Select only items missing confidence]","sprint-missing[Select only items missing sprint]","release-missing[Select only items missing release]"],n=e.includeContentMissingAliases===!0?["files-missing[Alias for --no-files]","docs-missing[Alias for --no-docs]"]:[],o=[["has-notes[Select only items that have notes]","no-notes[Select only items with no notes]"],["has-learnings[Select only items that have learnings]","no-learnings[Select only items with no learnings]"],["has-files[Select only items that have linked files]","no-files[Select only items with no linked files]"],["has-docs[Select only items that have linked docs]","no-docs[Select only items with no linked docs]"],["has-tests[Select only items that have linked tests]","no-tests[Select only items with no linked tests]"],["has-comments[Select only items that have comments]","no-comments[Select only items with no comments]"],["has-deps[Select only items that have dependencies]","no-deps[Select only items with no dependencies]"],["has-body[Select only items with non-empty body]","empty-body[Select only items with empty body]"],["has-linked-command[Select only items that have a linked command]","no-linked-command[Select only items with no linked command]"]];return Ln([...[...t,...n].map(s=>`'--${e.missingPrefix}${s}'`),...o.flatMap(([s,r])=>[`'--${e.pairedPrefix}${s}'`,`'--${e.pairedPrefix}${r}'`])])}var Gh=["'--comment[Comment seed author=<value>,created_at=<iso|now>,text=<value>]:comment'","'--note[Note seed author=<value>,created_at=<iso|now>,text=<value>]:note'","'--learning[Learning seed author=<value>,created_at=<iso|now>,text=<value>]:learning'","'--file[Linked file path=<value>,scope=<project|global>,note=<text>]:file'","'--test[Linked test command=<value>,path=<value>,scope=<project|global>]:test'","'--doc[Linked doc path=<value>,scope=<project|global>,note=<text>]:doc'","'--reminder[Reminder entry at=<iso|relative>|date=<iso|relative>,text=<text>|title=<text>]:reminder'","'--event[Event entry start=<iso|relative>,end=<iso|relative>,recur_*]:event'","'--type-option[Type option key=value or key=<name>,value=<value>]:type_option'","'--unset[Clear scalar metadata field by name]:field'","'--replace-files[Atomically replace linked files with provided --file values]'","'--replace-docs[Atomically replace linked docs with provided --doc values]'","'--clear-deps[Clear dependency entries]'","'--clear-comments[Clear comments]'","'--clear-notes[Clear notes]'","'--clear-learnings[Clear learnings]'","'--clear-files[Clear linked files]'","'--clear-tests[Clear linked tests]'","'--clear-docs[Clear linked docs]'","'--clear-reminders[Clear reminders]'","'--clear-events[Clear events]'","'--clear-type-options[Clear type options]'"];function Ml(e){return Ln([...e==="reminder"?["'--at[Reminder time (default +1d)]:at'","'--text[Reminder text (defaults to title)]:text'"]:["'--start[Start time (ISO, now, or relative)]:start'","'--duration[Duration from start (default 1h)]:duration'","'--end[End time (overrides --duration)]:end'","'--location[Location]:location'","'--timezone[IANA timezone]:timezone'","'--all-day[Mark as an all-day event]'"],"'--parent[Parent item id]:parent'","'--allow-missing-parent[Permit a parent id that does not exist yet]'","'--tags[Comma-separated tags]:tags'","'(-p --priority)'{-p,--priority}'[Priority (0-4)]:(0 1 2 3 4)'","'(-b --body)'{-b,--body}'[Item body]:body'","'(-d --description)'{-d,--description}'[Short description]:description'","'--author[Mutation author]:author'","'--message[History message]:message'","'--json[Output JSON]'","'--quiet[Suppress stdout]'"],{trailingContinuation:!1})}function Dl(e,t,n,o){return Ln([`'--filter-status[Filter by status before ${e}]:(${t})'`,`'--filter-type[Filter by type before ${e}]:(${n})'`,`'--filter-tag[Filter by tag before ${e}]:(${o})'`,`'--filter-priority[Filter by priority before ${e}]:(0 1 2 3 4)'`,"'--filter-deadline-before[Filter by deadline upper bound]:deadline'","'--filter-deadline-after[Filter by deadline lower bound]:deadline'","'--filter-updated-after[Filter by updated_at lower bound (ISO/relative)]:timestamp'","'--filter-updated-before[Filter by updated_at upper bound (ISO/relative)]:timestamp'","'--filter-created-after[Filter by created_at lower bound (ISO/relative)]:timestamp'","'--filter-created-before[Filter by created_at upper bound (ISO/relative)]:timestamp'",`'--filter-assignee[Filter by assignee before ${e}]:assignee'`,"'--filter-assignee-filter[Filter assignee presence]:(assigned unassigned)'","'--filter-parent[Filter by parent item ID]:parent'","'--filter-sprint[Filter by sprint]:sprint'","'--filter-release[Filter by release]:release'"])}function ze(e,t){let n=zl(t).map(s=>s.slice(2));if(e.length===0||n.length===0)return"";let o=[];for(let s of e)for(let r of n)o.push(`complete -c pm -n '__fish_seen_subcommand_from ${s}' -l ${r} -d 'Runtime schema field flag' -r`);return`${o.join(`
76
+ `)}function zh(){return Bl.map(([e,t])=>` '${e}:${t}'`).join(`
77
+ `)}function Hh(){return Bl.filter(([e])=>e!=="help").map(([e,t])=>{let n=Uh.get(e)??t;return`complete -c pm -n __pm_no_subcommand -a ${e.padEnd(16)} -d '${n}'`}).join(`
78
+ `)}function jl(e){let t=["reviewer-missing[Select only items missing reviewer]","risk-missing[Select only items missing risk]","confidence-missing[Select only items missing confidence]","sprint-missing[Select only items missing sprint]","release-missing[Select only items missing release]"],n=e.includeContentMissingAliases===!0?["files-missing[Alias for --no-files]","docs-missing[Alias for --no-docs]"]:[],o=[["has-notes[Select only items that have notes]","no-notes[Select only items with no notes]"],["has-learnings[Select only items that have learnings]","no-learnings[Select only items with no learnings]"],["has-files[Select only items that have linked files]","no-files[Select only items with no linked files]"],["has-docs[Select only items that have linked docs]","no-docs[Select only items with no linked docs]"],["has-tests[Select only items that have linked tests]","no-tests[Select only items with no linked tests]"],["has-comments[Select only items that have comments]","no-comments[Select only items with no comments]"],["has-deps[Select only items that have dependencies]","no-deps[Select only items with no dependencies]"],["has-body[Select only items with non-empty body]","empty-body[Select only items with empty body]"],["has-linked-command[Select only items that have a linked command]","no-linked-command[Select only items with no linked command]"]];return Ln([...[...t,...n].map(s=>`'--${e.missingPrefix}${s}'`),...o.flatMap(([s,r])=>[`'--${e.pairedPrefix}${s}'`,`'--${e.pairedPrefix}${r}'`])])}var Bh=["'--comment[Comment seed author=<value>,created_at=<iso|now>,text=<value>]:comment'","'--note[Note seed author=<value>,created_at=<iso|now>,text=<value>]:note'","'--learning[Learning seed author=<value>,created_at=<iso|now>,text=<value>]:learning'","'--file[Linked file path=<value>,scope=<project|global>,note=<text>]:file'","'--test[Linked test command=<value>,path=<value>,scope=<project|global>]:test'","'--doc[Linked doc path=<value>,scope=<project|global>,note=<text>]:doc'","'--reminder[Reminder entry at=<iso|relative>|date=<iso|relative>,text=<text>|title=<text>]:reminder'","'--event[Event entry start=<iso|relative>,end=<iso|relative>,recur_*]:event'","'--type-option[Type option key=value or key=<name>,value=<value>]:type_option'","'--unset[Clear scalar metadata field by name]:field'","'--replace-files[Atomically replace linked files with provided --file values]'","'--replace-docs[Atomically replace linked docs with provided --doc values]'","'--clear-deps[Clear dependency entries]'","'--clear-comments[Clear comments]'","'--clear-notes[Clear notes]'","'--clear-learnings[Clear learnings]'","'--clear-files[Clear linked files]'","'--clear-tests[Clear linked tests]'","'--clear-docs[Clear linked docs]'","'--clear-reminders[Clear reminders]'","'--clear-events[Clear events]'","'--clear-type-options[Clear type options]'"];function Ul(e){return Ln([...e==="reminder"?["'--at[Reminder time (default +1d)]:at'","'--text[Reminder text (defaults to title)]:text'"]:["'--start[Start time (ISO, now, or relative)]:start'","'--duration[Duration from start (default 1h)]:duration'","'--end[End time (overrides --duration)]:end'","'--location[Location]:location'","'--timezone[IANA timezone]:timezone'","'--all-day[Mark as an all-day event]'"],"'--parent[Parent item id]:parent'","'--allow-missing-parent[Permit a parent id that does not exist yet]'","'--tags[Comma-separated tags]:tags'","'(-p --priority)'{-p,--priority}'[Priority (0-4)]:(0 1 2 3 4)'","'(-b --body)'{-b,--body}'[Item body]:body'","'(-d --description)'{-d,--description}'[Short description]:description'","'--author[Mutation author]:author'","'--message[History message]:message'","'--json[Output JSON]'","'--quiet[Suppress stdout]'"],{trailingContinuation:!1})}function Gl(e,t,n,o){return Ln([`'--filter-status[Filter by status before ${e}]:(${t})'`,`'--filter-type[Filter by type before ${e}]:(${n})'`,`'--filter-tag[Filter by tag before ${e}]:(${o})'`,`'--filter-priority[Filter by priority before ${e}]:(0 1 2 3 4)'`,"'--filter-deadline-before[Filter by deadline upper bound]:deadline'","'--filter-deadline-after[Filter by deadline lower bound]:deadline'","'--filter-updated-after[Filter by updated_at lower bound (ISO/relative)]:timestamp'","'--filter-updated-before[Filter by updated_at upper bound (ISO/relative)]:timestamp'","'--filter-created-after[Filter by created_at lower bound (ISO/relative)]:timestamp'","'--filter-created-before[Filter by created_at upper bound (ISO/relative)]:timestamp'",`'--filter-assignee[Filter by assignee before ${e}]:assignee'`,"'--filter-assignee-filter[Filter assignee presence]:(assigned unassigned)'","'--filter-parent[Filter by parent item ID]:parent'","'--filter-sprint[Filter by sprint]:sprint'","'--filter-release[Filter by release]:release'"])}function ze(e,t){let n=Wl(t).map(s=>s.slice(2));if(e.length===0||n.length===0)return"";let o=[];for(let s of e)for(let r of n)o.push(`complete -c pm -n '__fish_seen_subcommand_from ${s}' -l ${r} -d 'Runtime schema field flag' -r`);return`${o.join(`
79
79
  `)}
80
- `}function Nl(e,t,n){let o=e.toUpperCase(),s=`PM_COMPLETION_${o}_CACHE`,r=`PM_COMPLETION_${o}_CACHE_TS`,i=`PM_COMPLETION_${o}_TTL`,a=ql(n);return[`_pm_completion_${e}_choices() {`," local now ttl cache_ts resolved",' now="$(date +%s 2>/dev/null || echo 0)"',` ttl="\${${i}:-120}"`,` cache_ts="\${${r}:-0}"`,` if [[ -n "\${${s}:-}" && "$now" -ne 0 && $((now - cache_ts)) -lt "$ttl" ]]; then`,` printf '%s\\n' "$${s}"`," return 0"," fi",` resolved="$(pm ${t} 2>/dev/null)"`,' if [[ -z "$resolved" ]]; then',` resolved="${a}"`," fi",` ${s}="$resolved"`,` ${r}="$now"`,` printf '%s\\n' "$${s}"`,"}"]}function jl(e,t,n){let o=e.toUpperCase(),s=`PM_COMPLETION_${o}_CACHE`,r=`PM_COMPLETION_${o}_CACHE_TS`,i=`PM_COMPLETION_${o}_TTL`,a=ql(n);return`
80
+ `}function ql(e,t,n){let o=e.toUpperCase(),s=`PM_COMPLETION_${o}_CACHE`,r=`PM_COMPLETION_${o}_CACHE_TS`,i=`PM_COMPLETION_${o}_TTL`,a=Vl(n);return[`_pm_completion_${e}_choices() {`," local now ttl cache_ts resolved",' now="$(date +%s 2>/dev/null || echo 0)"',` ttl="\${${i}:-120}"`,` cache_ts="\${${r}:-0}"`,` if [[ -n "\${${s}:-}" && "$now" -ne 0 && $((now - cache_ts)) -lt "$ttl" ]]; then`,` printf '%s\\n' "$${s}"`," return 0"," fi",` resolved="$(pm ${t} 2>/dev/null)"`,' if [[ -z "$resolved" ]]; then',` resolved="${a}"`," fi",` ${s}="$resolved"`,` ${r}="$now"`,` printf '%s\\n' "$${s}"`,"}"]}function zl(e,t,n){let o=e.toUpperCase(),s=`PM_COMPLETION_${o}_CACHE`,r=`PM_COMPLETION_${o}_CACHE_TS`,i=`PM_COMPLETION_${o}_TTL`,a=Vl(n);return`
81
81
  _pm_${e}_choices() {
82
82
  local now ttl cache_ts resolved
83
83
  now=\${EPOCHSECONDS:-0}
@@ -95,7 +95,7 @@ _pm_${e}_choices() {
95
95
  ${r}="$now"
96
96
  print -r -- "$${s}"
97
97
  }
98
- `}function Ul(e,t,n){let o=e.toUpperCase(),s=n.replaceAll("'","\\'");return`
98
+ `}function Hl(e,t,n){let o=e.toUpperCase(),s=n.replaceAll("'","\\'");return`
99
99
  function __pm_${e}_choices
100
100
  set -l now (date +%s ^/dev/null)
101
101
  if test -z "$now"
@@ -120,8 +120,8 @@ function __pm_${e}_choices
120
120
  set -gx PM_COMPLETION_${o}_CACHE_TS $now
121
121
  printf '%s\\n' $resolved
122
122
  end
123
- `}function qh(e=[],t=[],n=!1,o={}){let s=Gs.join(" "),r=e.length===0,i=Hs(e,o),a=Bs(o),c=ct(t),d=qe(X_,o.command_flags?.list),l=qe(sh,o.command_flags?.create),m=qe(ih,o.command_flags?.update),f=qe(ah,o.command_flags?.["update-many"]),_=qe(wh,o.command_flags?.search),w=qe(uh,o.command_flags?.calendar),v=qe(fh,o.command_flags?.context),g=n||t.length>0,h=k=>`$(compgen -W "${k}" -- "$cur")`;return["# bash completion for pm",`# Source this file or add 'eval "$(pm completion bash)"' to ~/.bashrc`,"",...r?[...Nl("type","completion-types",i),""]:[],...Nl("status","completion-statuses",a),"","_pm_completion() {"," local cur prev words cword"," _init_completion 2>/dev/null || {",' cur="${COMP_WORDS[COMP_CWORD]}"',' prev="${COMP_WORDS[COMP_CWORD-1]}"'," cword=$COMP_CWORD"," }",""," if [[ $cword -eq 1 ]]; then",` COMPREPLY=(${h(s)})`," return 0"," fi","",' if [[ "$prev" == "--type" ]]; then',r?' COMPREPLY=($(compgen -W "$(_pm_completion_type_choices)" -- "$cur"))':` COMPREPLY=(${h(i)})`," return 0"," fi","",' if [[ "$prev" == "--status" ]]; then',' COMPREPLY=($(compgen -W "$(_pm_completion_status_choices)" -- "$cur"))'," return 0"," fi","",...g?[' if [[ ( "$prev" == "--tag" || "$prev" == "--tags" ) && ! ( ( "${COMP_WORDS[1]}" == "package" || "${COMP_WORDS[1]}" == "packages" ) && "${COMP_WORDS[2]}" == "upgrade" ) ]]; then',` COMPREPLY=(${h(c)})`," return 0"," fi"]:[' if [[ ( "$prev" == "--tag" || "$prev" == "--tags" ) && ! ( ( "${COMP_WORDS[1]}" == "package" || "${COMP_WORDS[1]}" == "packages" ) && "${COMP_WORDS[2]}" == "upgrade" ) ]]; then'," local now ttl cache_ts tag_values",' now="$(date +%s 2>/dev/null || echo 0)"',' ttl="${PM_COMPLETION_TAG_TTL:-120}"',' cache_ts="${PM_COMPLETION_TAG_CACHE_TS:-0}"',' tag_values="${PM_COMPLETION_TAG_CACHE:-}"',' if [[ -z "$tag_values" || "$now" -eq 0 || $((now - cache_ts)) -ge "$ttl" ]]; then',' tag_values="$(pm completion-tags 2>/dev/null)"',' PM_COMPLETION_TAG_CACHE="$tag_values"',' PM_COMPLETION_TAG_CACHE_TS="$now"'," fi",' COMPREPLY=($(compgen -W "$tag_values" -- "$cur"))'," return 0"," fi"],"",' if [[ "$prev" == "--tag" && ( ( "${COMP_WORDS[1]}" == "package" || "${COMP_WORDS[1]}" == "packages" ) && "${COMP_WORDS[2]}" == "upgrade" ) ]]; then'," COMPREPLY=()"," return 0"," fi","",' local cmd="${COMP_WORDS[1]}"',"",' case "$cmd" in'," list)",` COMPREPLY=(${h(d)})`," ;;"," aggregate)",` COMPREPLY=(${h(Z_)})`," ;;"," duplicates)",` COMPREPLY=(${h(gh)})`," ;;"," create)",` COMPREPLY=(${h(l)})`," ;;"," copy)",` COMPREPLY=(${h(eh)})`," ;;"," focus)",` COMPREPLY=(${h(th)})`," ;;"," update)",` COMPREPLY=(${h(m)})`," ;;"," update-many)",` COMPREPLY=(${h(f)})`," ;;"," calendar|cal)",` COMPREPLY=(${h(w)})`," ;;"," context|ctx)",` COMPREPLY=(${h(v)})`," ;;"," next)",` COMPREPLY=(${h(_h)})`," ;;"," guide)",` COMPREPLY=(${h(`${bh} ${qs}`)})`," ;;"," search)",` COMPREPLY=(${h(_)})`," ;;"," reindex)",` COMPREPLY=(${h("--mode --progress --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," init)",` COMPREPLY=(${h(`${Sh} --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help`)})`," ;;"," config)",` COMPREPLY=(${h("--criterion --clear-criteria --format --policy --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," extension)",` COMPREPLY=(${h(`${Fn} ${Ch}`)})`," ;;"," package|packages)",` COMPREPLY=(${h(`${zs} ${Th} ${Oh}`)})`," ;;"," comments)",` COMPREPLY=(${h("--add --body --stdin --file --edit --delete --limit --full-history --if-absent --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," notes)",` COMPREPLY=(${h("--add --add-json --stdin --file --edit --delete --limit --since --event-type --include-meta --full-history --if-absent --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," learnings)",` COMPREPLY=(${h("--add --stdin --file --edit --delete --limit --full-history --if-absent --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," files)",` COMPREPLY=(${h("discover lookup --add --add-glob --remove --migrate --list --apply --note --append-stable --validate-paths --scope --limit --offset --no-truncate --strict-read --explain --lines --decision-depth --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," docs)",` COMPREPLY=(${h("--add --add-glob --remove --migrate --note --validate-paths --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," append)",` COMPREPLY=(${h(Q_)})`," ;;"," deps)",` COMPREPLY=(${h(hh)})`," ;;"," graph)",` COMPREPLY=(${h(`ancestors descendants predecessors successors paths impact analyze audit communities redundancy dominators slack centrality articulation plan index ${yh}`)})`," ;;"," test)",` COMPREPLY=(${h("--add --add-json --remove --remove-index --list --run --match --only-index --only-last --background --timeout --progress --env-set --env-clear --shared-host-safe --pm-context --override-linked-pm-context --fail-on-context-mismatch --fail-on-skipped --fail-on-empty-test-run --require-assertions-for-pm --check-context --auto-pm-context --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," test-all)",` COMPREPLY=(${h("--status --limit --offset --background --timeout --progress --env-set --env-clear --shared-host-safe --pm-context --override-linked-pm-context --fail-on-context-mismatch --fail-on-skipped --fail-on-empty-test-run --require-assertions-for-pm --check-context --auto-pm-context --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," test-runs)",` COMPREPLY=(${h("list status logs stop resume --status --limit --stream --tail --force --author --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," validate)",` COMPREPLY=(${h("--check-metadata --metadata-profile --check-resolution --check-lifecycle --check-stale-blockers --dependency-cycle-severity --parent-cycle-severity --check-files --scan-mode --include-pm-internals --verbose-file-lists --verbose-diagnostics --all-affected-ids --strict-exit --fail-on-warn --fix-hints --auto-fix --dry-run --fix-scope --prune-missing --check-history-drift --check-command-references --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," health)",` COMPREPLY=(${h(kh)})`," ;;"," history)",` COMPREPLY=(${h(lh)})`," ;;"," events)",` COMPREPLY=(${h(ph)})`," ;;"," history-compact)",` COMPREPLY=(${h("--before --ids --all-over --closed --all-streams --min-entries --dry-run --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," history-author-acknowledge)",` COMPREPLY=(${h(`${mh} --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help`)})`," ;;"," get)",` COMPREPLY=(${h(rh)})`," ;;"," history-redact)",` COMPREPLY=(${h("--literal --regex --replacement --dry-run --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," history-repair)",` COMPREPLY=(${h("--all --dry-run --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," schema)",` COMPREPLY=(${h("list show show-status add-type remove-type add-status remove-status add-field remove-field list-fields show-field apply-preset rename-type rename-field remap-status --description --default-status --folder --alias --role --order --type --commands --cli-flag --required --required-on-create --no-allow-unset --required-types --infer --min-count --apply --to --migration-id --dry-run --author --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," profile)",` COMPREPLY=(${h("list show apply lint agile ops research --dry-run --author --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," plan)",` COMPREPLY=(${h(`${xh} ${Eh}`)})`," ;;"," activity)",` COMPREPLY=(${h(dh)})`," ;;"," contracts)",` COMPREPLY=(${h(Ih)})`," ;;"," gc)",` COMPREPLY=(${h("--dry-run --scope --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," stats)",` COMPREPLY=(${h(vh)})`," ;;"," close|close-task)",` COMPREPLY=(${h(Fh)})`," ;;"," close-many)",` COMPREPLY=(${h(ch)})`," ;;"," release)",` COMPREPLY=(${h(Lh)})`," ;;"," delete)",` COMPREPLY=(${h(Ph)})`," ;;"," claim|restore|start-task|pause-task)",` COMPREPLY=(${h($h)})`," ;;"," meet|event)",` COMPREPLY=(${h(nh)})`," ;;"," remind)",` COMPREPLY=(${h(oh)})`," ;;"," completion)",` COMPREPLY=(${h(Ah)})`," ;;"," templates)",` COMPREPLY=(${h("save list show")})`," ;;"," *)",` COMPREPLY=(${h(Dh)})`," ;;"," esac",' if [[ "$cmd" == "comments" || "$cmd" == "notes" || "$cmd" == "learnings" ]]; then',` COMPREPLY+=(${h("--text")})`," fi"," return 0","}","","complete -F _pm_completion pm"].join(`
124
- `)}function zh(e=[],t=[],n=!1,o={}){let s=e.length===0,r=Hs(e,o),i=Bs(o),a=s?'${(f)"$(_pm_type_choices)"}':r,c='${(f)"$(_pm_status_choices)"}',d=qs,l=ct(t),m=n||t.length>0,f=m?l:'${(f)"$(_pm_tag_choices)"}',_=$t(o.command_flags?.list),w=$t(o.command_flags?.create),v=$t(o.command_flags?.search),g=$t(o.command_flags?.calendar),h=$t(o.command_flags?.context),k=Ll({missingPrefix:"filter-",pairedPrefix:"",includeContentMissingAliases:!0}),x=Ll({missingPrefix:"filter-",pairedPrefix:"filter-"}),I=Ln(Gh),A=m?"":`
123
+ `}function Vh(e=[],t=[],n=!1,o={}){let s=Gs.join(" "),r=e.length===0,i=Hs(e,o),a=Bs(o),c=ct(t),d=qe(th,o.command_flags?.list),l=qe(ch,o.command_flags?.create),m=qe(lh,o.command_flags?.update),f=qe(mh,o.command_flags?.["update-many"]),_=qe(Ih,o.command_flags?.search),w=qe(gh,o.command_flags?.calendar),v=qe(yh,o.command_flags?.context),g=n||t.length>0,h=k=>`$(compgen -W "${k}" -- "$cur")`;return["# bash completion for pm",`# Source this file or add 'eval "$(pm completion bash)"' to ~/.bashrc`,"",...r?[...ql("type","completion-types",i),""]:[],...ql("status","completion-statuses",a),"","_pm_completion() {"," local cur prev words cword"," _init_completion 2>/dev/null || {",' cur="${COMP_WORDS[COMP_CWORD]}"',' prev="${COMP_WORDS[COMP_CWORD-1]}"'," cword=$COMP_CWORD"," }",""," if [[ $cword -eq 1 ]]; then",` COMPREPLY=(${h(s)})`," return 0"," fi","",' if [[ "$prev" == "--type" ]]; then',r?' COMPREPLY=($(compgen -W "$(_pm_completion_type_choices)" -- "$cur"))':` COMPREPLY=(${h(i)})`," return 0"," fi","",' if [[ "$prev" == "--status" ]]; then',' COMPREPLY=($(compgen -W "$(_pm_completion_status_choices)" -- "$cur"))'," return 0"," fi","",...g?[' if [[ ( "$prev" == "--tag" || "$prev" == "--tags" ) && ! ( ( "${COMP_WORDS[1]}" == "package" || "${COMP_WORDS[1]}" == "packages" ) && "${COMP_WORDS[2]}" == "upgrade" ) ]]; then',` COMPREPLY=(${h(c)})`," return 0"," fi"]:[' if [[ ( "$prev" == "--tag" || "$prev" == "--tags" ) && ! ( ( "${COMP_WORDS[1]}" == "package" || "${COMP_WORDS[1]}" == "packages" ) && "${COMP_WORDS[2]}" == "upgrade" ) ]]; then'," local now ttl cache_ts tag_values",' now="$(date +%s 2>/dev/null || echo 0)"',' ttl="${PM_COMPLETION_TAG_TTL:-120}"',' cache_ts="${PM_COMPLETION_TAG_CACHE_TS:-0}"',' tag_values="${PM_COMPLETION_TAG_CACHE:-}"',' if [[ -z "$tag_values" || "$now" -eq 0 || $((now - cache_ts)) -ge "$ttl" ]]; then',' tag_values="$(pm completion-tags 2>/dev/null)"',' PM_COMPLETION_TAG_CACHE="$tag_values"',' PM_COMPLETION_TAG_CACHE_TS="$now"'," fi",' COMPREPLY=($(compgen -W "$tag_values" -- "$cur"))'," return 0"," fi"],"",' if [[ "$prev" == "--tag" && ( ( "${COMP_WORDS[1]}" == "package" || "${COMP_WORDS[1]}" == "packages" ) && "${COMP_WORDS[2]}" == "upgrade" ) ]]; then'," COMPREPLY=()"," return 0"," fi","",' local cmd="${COMP_WORDS[1]}"',"",' case "$cmd" in'," list)",` COMPREPLY=(${h(d)})`," ;;"," aggregate)",` COMPREPLY=(${h(nh)})`," ;;"," duplicates)",` COMPREPLY=(${h(vh)})`," ;;"," create)",` COMPREPLY=(${h(l)})`," ;;"," copy)",` COMPREPLY=(${h(sh)})`," ;;"," focus)",` COMPREPLY=(${h(rh)})`," ;;"," update)",` COMPREPLY=(${h(m)})`," ;;"," update-many)",` COMPREPLY=(${h(f)})`," ;;"," calendar|cal)",` COMPREPLY=(${h(w)})`," ;;"," context|ctx)",` COMPREPLY=(${h(v)})`," ;;"," next)",` COMPREPLY=(${h(bh)})`," ;;"," guide)",` COMPREPLY=(${h(`${Sh} ${qs}`)})`," ;;"," search)",` COMPREPLY=(${h(_)})`," ;;"," reindex)",` COMPREPLY=(${h("--mode --progress --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," init)",` COMPREPLY=(${h(`${Rh} --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help`)})`," ;;"," config)",` COMPREPLY=(${h("--criterion --clear-criteria --format --policy --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," extension)",` COMPREPLY=(${h(`${Fn} ${Ph}`)})`," ;;"," package|packages)",` COMPREPLY=(${h(`${zs} ${Fh} ${Lh}`)})`," ;;"," comments)",` COMPREPLY=(${h("--add --body --stdin --file --edit --delete --limit --full-history --if-absent --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," notes)",` COMPREPLY=(${h("--add --add-json --stdin --file --edit --delete --limit --since --event-type --include-meta --full-history --if-absent --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," learnings)",` COMPREPLY=(${h("--add --stdin --file --edit --delete --limit --full-history --if-absent --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," files)",` COMPREPLY=(${h("discover lookup --add --add-glob --remove --migrate --list --apply --note --append-stable --validate-paths --scope --limit --offset --no-truncate --strict-read --explain --lines --decision-depth --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," docs)",` COMPREPLY=(${h("--add --add-glob --remove --migrate --note --validate-paths --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," append)",` COMPREPLY=(${h(oh)})`," ;;"," deps)",` COMPREPLY=(${h(wh)})`," ;;"," graph)",` COMPREPLY=(${h(`ancestors descendants predecessors successors paths impact analyze audit communities redundancy dominators slack centrality articulation plan index ${kh}`)})`," ;;"," test)",` COMPREPLY=(${h("--add --add-json --remove --remove-index --list --run --match --only-index --only-last --background --timeout --progress --env-set --env-clear --shared-host-safe --pm-context --override-linked-pm-context --fail-on-context-mismatch --fail-on-skipped --fail-on-empty-test-run --require-assertions-for-pm --check-context --auto-pm-context --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," test-all)",` COMPREPLY=(${h("--status --limit --offset --background --timeout --progress --env-set --env-clear --shared-host-safe --pm-context --override-linked-pm-context --fail-on-context-mismatch --fail-on-skipped --fail-on-empty-test-run --require-assertions-for-pm --check-context --auto-pm-context --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," test-runs)",` COMPREPLY=(${h("list status logs stop resume --status --limit --stream --tail --force --author --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," validate)",` COMPREPLY=(${h("--check-metadata --metadata-profile --check-resolution --check-lifecycle --check-stale-blockers --dependency-cycle-severity --parent-cycle-severity --check-files --scan-mode --include-pm-internals --verbose-file-lists --verbose-diagnostics --all-affected-ids --strict-exit --fail-on-warn --fix-hints --auto-fix --dry-run --fix-scope --prune-missing --check-history-drift --check-command-references --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," health)",` COMPREPLY=(${h(xh)})`," ;;"," history)",` COMPREPLY=(${h(fh)})`," ;;"," events)",` COMPREPLY=(${h(hh)})`," ;;"," history-compact)",` COMPREPLY=(${h("--before --ids --all-over --closed --all-streams --min-entries --dry-run --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," history-author-acknowledge)",` COMPREPLY=(${h(`${_h} --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help`)})`," ;;"," get)",` COMPREPLY=(${h(dh)})`," ;;"," history-redact)",` COMPREPLY=(${h("--literal --regex --replacement --dry-run --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," history-repair)",` COMPREPLY=(${h("--all --dry-run --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," schema)",` COMPREPLY=(${h("list show show-status add-type remove-type add-status remove-status add-field remove-field list-fields show-field apply-preset rename-type rename-field remap-status --description --default-status --folder --alias --role --order --type --commands --cli-flag --required --required-on-create --no-allow-unset --required-types --infer --min-count --apply --to --migration-id --dry-run --author --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," profile)",` COMPREPLY=(${h("list show apply lint agile ops research --dry-run --author --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," plan)",` COMPREPLY=(${h(`${Th} ${Ch}`)})`," ;;"," activity)",` COMPREPLY=(${h(uh)})`," ;;"," contracts)",` COMPREPLY=(${h(Ah)})`," ;;"," gc)",` COMPREPLY=(${h("--dry-run --scope --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," stats)",` COMPREPLY=(${h(Eh)})`," ;;"," close|close-task)",` COMPREPLY=(${h(Nh)})`," ;;"," close-many)",` COMPREPLY=(${h(ph)})`," ;;"," release)",` COMPREPLY=(${h(jh)})`," ;;"," delete)",` COMPREPLY=(${h(Dh)})`," ;;"," claim|restore|start-task|pause-task)",` COMPREPLY=(${h(Mh)})`," ;;"," meet|event)",` COMPREPLY=(${h(ih)})`," ;;"," remind)",` COMPREPLY=(${h(ah)})`," ;;"," completion)",` COMPREPLY=(${h($h)})`," ;;"," templates)",` COMPREPLY=(${h("save list show")})`," ;;"," *)",` COMPREPLY=(${h(Gh)})`," ;;"," esac",' if [[ "$cmd" == "comments" || "$cmd" == "notes" || "$cmd" == "learnings" ]]; then',` COMPREPLY+=(${h("--text")})`," fi"," return 0","}","","complete -F _pm_completion pm"].join(`
124
+ `)}function Wh(e=[],t=[],n=!1,o={}){let s=e.length===0,r=Hs(e,o),i=Bs(o),a=s?'${(f)"$(_pm_type_choices)"}':r,c='${(f)"$(_pm_status_choices)"}',d=qs,l=ct(t),m=n||t.length>0,f=m?l:'${(f)"$(_pm_tag_choices)"}',_=$t(o.command_flags?.list),w=$t(o.command_flags?.create),v=$t(o.command_flags?.search),g=$t(o.command_flags?.calendar),h=$t(o.command_flags?.context),k=jl({missingPrefix:"filter-",pairedPrefix:"",includeContentMissingAliases:!0}),x=jl({missingPrefix:"filter-",pairedPrefix:"filter-"}),I=Ln(Bh),A=m?"":`
125
125
  _pm_tag_choices() {
126
126
  local now ttl cache_ts
127
127
  now=\${EPOCHSECONDS:-0}
@@ -142,13 +142,13 @@ _pm_tag_choices() {
142
142
  _pm_commands() {
143
143
  local -a commands
144
144
  commands=(
145
- ${jh()}
145
+ ${zh()}
146
146
  )
147
147
  _describe 'command' commands
148
148
  }
149
149
  ${A}
150
- ${s?jl("type","completion-types",r):""}
151
- ${jl("status","completion-statuses",i)}
150
+ ${s?zl("type","completion-types",r):""}
151
+ ${zl("status","completion-statuses",i)}
152
152
 
153
153
  _pm() {
154
154
  local context state line
@@ -297,11 +297,11 @@ ${w} '--json[Output JSON]' \\
297
297
  ;;
298
298
  meet|event)
299
299
  _arguments \\
300
- ${Ml("event")}
300
+ ${Ul("event")}
301
301
  ;;
302
302
  remind)
303
303
  _arguments \\
304
- ${Ml("reminder")}
304
+ ${Ul("reminder")}
305
305
  ;;
306
306
  update)
307
307
  _arguments \\
@@ -329,7 +329,7 @@ ${I}
329
329
  ;;
330
330
  update-many)
331
331
  _arguments \\
332
- ${Dl("applying updates",c,a,f)}
332
+ ${Gl("applying updates",c,a,f)}
333
333
  '--filter-ac-missing[Select only items missing acceptance_criteria]' \\
334
334
  '--filter-estimates-missing[Select only items missing estimated_minutes]' \\
335
335
  '--filter-resolution-missing[Select only terminal items missing resolution]' \\
@@ -394,7 +394,7 @@ ${I}
394
394
  ;;
395
395
  close-many)
396
396
  _arguments \\
397
- ${Dl("closing",c,a,f)}
397
+ ${Gl("closing",c,a,f)}
398
398
  ${x}
399
399
  '--ids[Explicit comma-separated ID allowlist]:ids' \\
400
400
  '--limit[Limit matched item count]:number' \\
@@ -1146,7 +1146,7 @@ ${v} '--json[Output JSON]' \\
1146
1146
  esac
1147
1147
  }
1148
1148
 
1149
- compdef _pm pm`}function Hh(e=[],t=[],n=!1,o={}){let s=Gs.filter(se=>se==="list"||se.startsWith("list-")),r=s.join(" "),i=Gs.join(" "),a=e.length===0,c=Hs(e,o),d=Bs(o),l=a?"(__pm_type_choices)":c,m="(__pm_status_choices)",f=qs,_=ct(t),w=n||t.length>0,v=w?`'${_}'`:"'(__pm_tag_choices)'",g=ze(s,o.command_flags?.list),h=ze(["create"],o.command_flags?.create),k=ze(["update"],o.command_flags?.update),x=ze(["update-many"],o.command_flags?.["update-many"]),I=ze(["search"],o.command_flags?.search),A=ze(["calendar","cal"],o.command_flags?.calendar),X=ze(["context","ctx"],o.command_flags?.context);return`# Fish shell completion for pm
1149
+ compdef _pm pm`}function Kh(e=[],t=[],n=!1,o={}){let s=Gs.filter(se=>se==="list"||se.startsWith("list-")),r=s.join(" "),i=Gs.join(" "),a=e.length===0,c=Hs(e,o),d=Bs(o),l=a?"(__pm_type_choices)":c,m="(__pm_status_choices)",f=qs,_=ct(t),w=n||t.length>0,v=w?`'${_}'`:"'(__pm_tag_choices)'",g=ze(s,o.command_flags?.list),h=ze(["create"],o.command_flags?.create),k=ze(["update"],o.command_flags?.update),x=ze(["update-many"],o.command_flags?.["update-many"]),I=ze(["search"],o.command_flags?.search),A=ze(["calendar","cal"],o.command_flags?.calendar),X=ze(["context","ctx"],o.command_flags?.context);return`# Fish shell completion for pm
1150
1150
  # Save to ~/.config/fish/completions/pm.fish
1151
1151
  # or run: pm completion fish > ~/.config/fish/completions/pm.fish
1152
1152
 
@@ -1201,11 +1201,11 @@ function __pm_tag_choices
1201
1201
  ' $resolved
1202
1202
  end
1203
1203
  `}
1204
- ${a?Ul("type","completion-types",c):""}
1205
- ${Ul("status","completion-statuses",d)}
1204
+ ${a?Hl("type","completion-types",c):""}
1205
+ ${Hl("status","completion-statuses",d)}
1206
1206
 
1207
1207
  # Subcommands
1208
- ${Uh()}
1208
+ ${Hh()}
1209
1209
 
1210
1210
  # list* flags
1211
1211
  for list_cmd in ${r}
@@ -2106,9 +2106,9 @@ for package_cmd in package packages
2106
2106
  complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l repair -d 'Force npm global reinstall for the CLI/SDK'
2107
2107
  complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l tag -d 'npm version or dist-tag for upgrades' -r
2108
2108
  complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l package-name -d 'Override the CLI package name' -r
2109
- end`}var Bh={bash:'Add to ~/.bashrc or ~/.bash_profile: eval "$(pm completion bash)"',zsh:'Add to ~/.zshrc: eval "$(pm completion zsh)"',fish:"Run: pm completion fish > ~/.config/fish/completions/pm.fish"};function Vh(e,t=[],n=[],o=!1,s={}){let r=e.trim().toLowerCase();if(!Fl.includes(r))throw new p(`Unknown shell: "${e}". Supported shells: ${Fl.join(", ")}.`,u.USAGE);let i=r,a;return i==="bash"?a=qh(t,n,o,s):i==="zsh"?a=zh(t,n,o,s):a=Hh(t,n,o,s),{shell:i,script:a,setup_hint:Bh[i]}}import Wh from"node:fs/promises";import Pt 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]="1bcd20e1-2995-56ef-8d04-f265b8282c19")}catch{}})();var Vs="index/manifest.json",Ws="search/embeddings.jsonl",Kh="Provider or model has changed since last index. Run pm reindex --mode semantic to rebuild.";function Yh(e){return e.progress===!0||process.stderr.isTTY===!0}function N(e,t){if(e)try{process.stderr.write(`[pm reindex] ${t}
2110
- `)}catch{}}function Jh(e){let t=(e??"keyword").trim().toLowerCase();if(t==="keyword")return"keyword";if(t==="semantic"||t==="hybrid")return t;throw new p("Reindex mode must be one of keyword|semantic|hybrid",u.USAGE)}async function Xh(e,t,n,o){let s=[];return{candidates:await ci(e,t,n,s,o),warnings:s}}async function Ys(e,t,n,o,s){let r=Ve(O()),i=[];for(let a of t)if(!(s&&!s.has(a.metadata.id))){if(typeof a.body=="string"){i.push({metadata:a.metadata,body:a.body});continue}try{let c=await Wh.readFile(a.item_path,"utf8"),d=Ye(c,{format:a.item_format,schema:n,extensionFieldNames:r,onWarning:l=>o.push(l)});i.push({metadata:a.metadata,body:d.body})}catch{o.push(`item_list_item_read_failed:${Pt.relative(e,a.item_path)}`),i.push({metadata:a.metadata,body:""})}}return i}function Zh(e,t,n){let o=e.metadata;return{id:o.id,mode:t,updated_at:o.updated_at,corpus:pi(e,{fields:n})}}var dt=or;function Qh(e){let t=O(),n=dt(e.search?.provider);if(!n)return null;let o=wr(t,n);if(!o)return null;let s=o.runtime_definition??o.definition,r=dt(s.name)??dt(o.definition.name);if(!r)return null;let i=s.embedBatch,a=s.embed_batch,c=s.embed,d=typeof i=="function"?i:typeof a=="function"?a:void 0,l=typeof c=="function"?c:void 0;return!d&&!l?null:{name:r,embedBatch:d,embed:l}}function eg(e){let t=O(),n=dt(e.vector_store?.adapter);if(!n)return null;let o=vr(t,n);if(!o)return null;let s=o.runtime_definition??o.definition,r=dt(s.name)??dt(o.definition.name);if(!r)return null;let i=s.upsert,a=s.delete;return{adapterName:r,...typeof i=="function"?{upsert:i}:{},...typeof a=="function"?{delete:a}:{}}}function Ks(e,t){if(!Array.isArray(e)||e.some(n=>typeof n!="number"||!Number.isFinite(n)))throw new p(`Invalid vector returned by ${t}`,u.GENERIC_FAILURE);return e}async function tg(e,t,n){let o=t.search?.embedding_model?.trim()||"text-embedding-3-small";if(e.embedBatch){let r=await Promise.resolve(e.embedBatch({inputs:n,settings:t,model:o}));if(!Array.isArray(r))throw new p(`Extension search provider "${e.name}" embedBatch must return an array of vectors`,u.GENERIC_FAILURE);return r.map((i,a)=>Ks(i,`extension search provider "${e.name}" embedBatch output at index ${a}`))}if(!e.embed)throw new p(`Extension search provider "${e.name}" does not implement embed/embedBatch`,u.GENERIC_FAILURE);let s=[];for(let[r,i]of n.entries()){let a=await Promise.resolve(e.embed({input:i,settings:t,model:o}));s.push(Ks(a,`extension search provider "${e.name}" embed output at index ${r}`))}return s}function Hl(e){return e.search?.embedding_model?.trim()||"text-embedding-3-small"}function Bl(e,t,n){let o=n?kt(n.name,Hl(e)):t?kt(t.name,t.model):null;if(!o)throw new p("No embedding identity available for semantic reindex mode",u.USAGE);return o}function ng(e,t){return Object.keys(e).filter(n=>!t.has(n)).sort((n,o)=>n.localeCompare(o))}async function Vl(e,t,n,o,s,r,i,a){let c=o?.name??n?.name,d=ui(c,e.search.embedding_corpus_max_characters).maxCharacters,l=co(e),m=s.map(w=>fi(w,{providerName:c,maxCharacters:d,fields:l})),f=[],_=null;if(o)try{f=await tg(o,e,m),_=kt(o.name,Hl(e))}catch(w){if(!n)throw new p(`Extension search provider "${o.name}" failed to generate embeddings: ${w instanceof Error?w.message:String(w)}`,u.GENERIC_FAILURE);r.push(`Extension search provider "${o.name}" failed; falling back to built-in provider (${w instanceof Error?w.message:String(w)})`)}if(f.length===0){if(!n)throw new p(`No embedding executor available for reindex mode '${t}'`,u.USAGE);let w=await _i(n,e,m,{onProgress:v=>{v.phase==="complete"&&(i.batches_completed=v.batch_index),N(a,`embedding_batch_${v.phase} batch=${v.batch_index}/${v.batch_total} size=${v.batch_size} completed_inputs=${v.completed_inputs}/${v.total_inputs}`)}});r.push(...w.warnings),f=w.vectors,_=kt(n.name,n.model)}if(N(a,`embedding_complete vectors=${f.length}`),f.length!==s.length)throw new p(`Embedding output size mismatch (expected ${s.length}, received ${f.length})`,u.GENERIC_FAILURE);if(!_)throw new p(`No embedding identity available for reindex mode '${t}'`,u.USAGE);return{vectors:f,embeddingIdentity:_}}async function og(e,t,n,o,s,r){let i=Object.keys(n);if(t){if(i.length>0&&t.delete)try{await Promise.resolve(t.delete({ids:i.sort((a,c)=>a.localeCompare(c)),settings:o}))}catch(a){throw new p(`Extension vector adapter "${t.adapterName}" failed to delete vectors during reindex reset: ${a instanceof Error?a.message:String(a)}`,u.GENERIC_FAILURE)}else i.length>0&&s.push(`search_semantic_reindex_reset_skipped:adapter=${t.adapterName}:known_ids=${i.length}`);if(!e)return}e&&await bi(e,i,{},r)}async function Wl(e,t,n,o,s){if(n.length!==0){if(t){if(t.delete)try{await Promise.resolve(t.delete({ids:n,settings:o}))}catch(r){throw new p(`Extension vector adapter "${t.adapterName}" failed to delete orphan vectors during reindex: ${r instanceof Error?r.message:String(r)}`,u.GENERIC_FAILURE)}else s.push(`search_semantic_reindex_orphan_prune_skipped:adapter=${t.adapterName}:count=${n.length}`);if(!e)return}e&&await yi(e,n)}}function sg(e){return{enabled:e!=="keyword",stale_items:0,unchanged_items:0,embedded_items:0,vector_upserted:0,batches_completed:0}}function rg(e,t,n){return{version:1,mode:e,generated_at:t,total_items:n.length,items:n.map(o=>({id:o.metadata.id,type:o.metadata.type,status:o.metadata.status,priority:o.metadata.priority,updated_at:o.metadata.updated_at}))}}function ig(e){if(e.requestedMode==="keyword")return{activeEmbeddingProvider:null,activeVectorStore:null};let t=ao(e.settings);if(!t.active&&!e.extensionEmbedding)throw new p(`Reindex mode '${e.requestedMode}' requires a configured embedding provider in settings.providers.openai/settings.providers.ollama or an extension provider selected by settings.search.provider`,u.USAGE);let n=hi(e.settings,e.pmRoot);if(!n.active&&!e.extensionVectorAdapter)throw new p(`Reindex mode '${e.requestedMode}' requires a configured vector store in settings.vector_store.qdrant/settings.vector_store.lancedb or an extension adapter selected by settings.vector_store.adapter`,u.USAGE);return{activeEmbeddingProvider:t.active,activeVectorStore:n.active}}async function ag(e){let t=P(e.settings,O()),n=await Xh(e.pmRoot,e.settings.item_format,t.type_to_folder,e.settings.schema);return{documentCandidates:n.candidates,warnings:[...n.warnings],metadataDocuments:n.candidates.map(o=>({metadata:o.metadata,body:typeof o.body=="string"?o.body:""}))}}async function cg(e){let t=await mo(e.pmRoot);if(e.reindexWarnings.push(...t.warnings),e.forceFullSemantic&&e.reindexWarnings.push("search_semantic_reindex_full_ignored:mode_keyword"),!t.embedding)return;let n=(()=>{try{return Bl(e.settings,ao(e.settings).active,e.extensionEmbedding)}catch{return null}})();n&&Zt(t.embedding,n)&&(e.reindexWarnings.push("search_semantic_reindex_requires_rebuild:embedding_identity_changed"),e.reindexWarnings.push(Kh))}async function dg(e){let t=await mo(e.pmRoot);e.semanticWarnings.push(...t.warnings);let n=Bl(e.settings,e.activeEmbeddingProvider,e.extensionEmbedding),o=new Set(e.metadataDocuments.map(d=>d.metadata.id)),s=ng(t.entries,o),r=Zt(t.embedding,n);e.forceFullSemantic&&!r&&e.semanticWarnings.push("search_semantic_reindex_full_rebuild_forced");let i=e.forceFullSemantic||r?e.metadataDocuments:e.metadataDocuments.filter(d=>t.entries[d.metadata.id]!==d.metadata.updated_at),a=new Set(i.map(d=>d.metadata.id)),c=a.size>0?await Ys(e.pmRoot,e.documentCandidates,e.settings.schema,e.reindexWarnings,a):[];return{ledgerEntries:t.entries,ledgerEmbedding:t.embedding,orphanIds:s,resetRequired:r,staleDocuments:c,freshDocuments:e.metadataDocuments.length-c.length}}async function lg(e){let t=new Set(e.metadataDocuments.map(s=>s.metadata.id)),n=await Ys(e.pmRoot,e.documentCandidates,e.settings.schema,e.reindexWarnings,t);e.semanticSummary.stale_items=n.length,e.semanticSummary.unchanged_items=0,N(e.progressEnabled,`embedding_dimension_changed reset_items=${n.length}`);let o=await Vl(e.settings,e.requestedMode,e.activeEmbeddingProvider,e.extensionEmbedding,n,e.semanticWarnings,e.semanticSummary,e.progressEnabled);return{...o,staleDocuments:n,vectorDimension:lo(o.vectors,"Reindex embeddings")}}async function mg(e){let t=await Vl(e.settings,e.requestedMode,e.activeEmbeddingProvider,e.extensionEmbedding,e.staleDocuments,e.semanticWarnings,e.semanticSummary,e.progressEnabled),n=t.vectors,o=t.embeddingIdentity,s=lo(n,"Reindex embeddings");if(!(!e.resetRequired&&(Zt(e.ledgerEmbedding,o)||vi(e.ledgerEmbedding,s))))return{vectors:n,embeddingIdentity:o,staleDocuments:e.staleDocuments,vectorDimension:s,resetRequired:e.resetRequired};let i=await lg(e);return n=i.vectors,o=i.embeddingIdentity,s=i.vectorDimension,{vectors:n,embeddingIdentity:o,staleDocuments:i.staleDocuments,vectorDimension:s,resetRequired:!0}}async function pg(e){if(e.extensionVectorAdapter)try{let t=e.extensionVectorAdapter.adapterName;if(N(e.progressEnabled,`vector_upsert_start adapter=${t} points=${e.points.length}`),typeof e.extensionVectorAdapter.upsert!="function")throw new p(`Extension vector adapter "${t}" does not support upserting vectors.`,u.USAGE);await Promise.resolve(e.extensionVectorAdapter.upsert({points:e.points,settings:e.settings})),e.semanticSummary.vector_upserted=e.points.length,N(e.progressEnabled,`vector_upsert_complete adapter=${t}`);return}catch(t){if(t instanceof p)throw t;if(!e.activeVectorStore)throw new p(`Extension vector adapter "${e.extensionVectorAdapter.adapterName}" failed to upsert vectors: ${t instanceof Error?t.message:String(t)}`,u.GENERIC_FAILURE);e.semanticWarnings.push(`Extension vector adapter "${e.extensionVectorAdapter.adapterName}" failed; falling back to built-in vector store (${t instanceof Error?t.message:String(t)})`),N(e.progressEnabled,"vector_upsert_fallback built_in_store")}if(e.activeVectorStore){N(e.progressEnabled,`vector_upsert_start adapter=${e.activeVectorStore.name} points=${e.points.length}`),await gi(e.activeVectorStore,e.points),e.semanticSummary.vector_upserted=e.points.length,N(e.progressEnabled,`vector_upsert_complete adapter=${e.activeVectorStore.name}`);return}throw new p(`No vector upsert executor available for reindex mode '${e.requestedMode}'`,u.USAGE)}function ug(e,t){return e.map((n,o)=>({id:n.metadata.id,vector:Ks(t[o],`reindex embeddings output at index ${o}`),payload:{id:n.metadata.id,type:n.metadata.type,status:n.metadata.status,priority:n.metadata.priority,updated_at:n.metadata.updated_at}}))}async function fg(e){N(e.progressEnabled,`embedding_start items=${e.plan.staleDocuments.length} unchanged_items=${e.plan.freshDocuments}`);let t=await mg({pmRoot:e.pmRoot,settings:e.settings,requestedMode:e.requestedMode,activeEmbeddingProvider:e.activeEmbeddingProvider,extensionEmbedding:e.extensionEmbedding,documentCandidates:e.documentCandidates,metadataDocuments:e.metadataDocuments,staleDocuments:e.plan.staleDocuments,ledgerEmbedding:e.plan.ledgerEmbedding,resetRequired:e.plan.resetRequired,semanticWarnings:e.semanticWarnings,reindexWarnings:e.reindexWarnings,semanticSummary:e.semanticSummary,progressEnabled:e.progressEnabled});t.resetRequired?(N(e.progressEnabled,"vector_reset_start"),await og(e.activeVectorStore,e.extensionVectorAdapter,e.plan.ledgerEntries,e.settings,e.semanticWarnings,e.plan.ledgerEmbedding?t.vectorDimension:void 0),N(e.progressEnabled,"vector_reset_complete")):await Wl(e.activeVectorStore,e.extensionVectorAdapter,e.plan.orphanIds,e.settings,e.semanticWarnings);let n=ug(t.staleDocuments,t.vectors);return e.semanticSummary.embedded_items=t.vectors.length,await pg({requestedMode:e.requestedMode,activeVectorStore:e.activeVectorStore,extensionVectorAdapter:e.extensionVectorAdapter,settings:e.settings,points:n,semanticWarnings:e.semanticWarnings,semanticSummary:e.semanticSummary,progressEnabled:e.progressEnabled}),{staleDocuments:t.staleDocuments,embeddingMetadata:wi(t.embeddingIdentity,t.vectorDimension)}}async function _g(e){let t=await dg(e);e.semanticSummary.stale_items=t.staleDocuments.length,e.semanticSummary.unchanged_items=t.freshDocuments;let n=Object.fromEntries(e.metadataDocuments.map(r=>[r.metadata.id,r.metadata.updated_at]));if(N(e.progressEnabled,`semantic_stale_items stale=${t.staleDocuments.length} total=${e.metadataDocuments.length} unchanged=${t.freshDocuments} full=${e.forceFullSemantic||t.resetRequired}`),t.staleDocuments.length===0)return N(e.progressEnabled,`embedding_skipped unchanged_items=${t.freshDocuments}`),e.semanticWarnings.push(`search_semantic_reindex_skipped_unchanged:count=${t.freshDocuments}`),await Wl(e.activeVectorStore,e.extensionVectorAdapter,t.orphanIds,e.settings,e.semanticWarnings),{documentsForKeywordArtifacts:e.documentsForKeywordArtifacts,vectorizationLedgerEntries:n,vectorizationEmbeddingMetadata:t.ledgerEmbedding};let o=await fg({...e,plan:t});t.freshDocuments>0&&e.semanticWarnings.push(`search_semantic_reindex_skipped_unchanged:count=${t.freshDocuments}`);let s=new Map(o.staleDocuments.map(r=>[r.metadata.id,r]));return{documentsForKeywordArtifacts:e.metadataDocuments.map(r=>s.get(r.metadata.id)??r),vectorizationLedgerEntries:n,vectorizationEmbeddingMetadata:o.embeddingMetadata}}async function hg(e){let t=Pt.join(e.pmRoot,Vs),n=Pt.join(e.pmRoot,Ws),o=co(e.settings),s=e.documentsForKeywordArtifacts.map(i=>JSON.stringify(Zh(i,e.mode,o))).join(`
2109
+ end`}var Yh={bash:'Add to ~/.bashrc or ~/.bash_profile: eval "$(pm completion bash)"',zsh:'Add to ~/.zshrc: eval "$(pm completion zsh)"',fish:"Run: pm completion fish > ~/.config/fish/completions/pm.fish"};function Jh(e,t=[],n=[],o=!1,s={}){let r=e.trim().toLowerCase();if(!Nl.includes(r))throw new p(`Unknown shell: "${e}". Supported shells: ${Nl.join(", ")}.`,u.USAGE);let i=r,a;return i==="bash"?a=Vh(t,n,o,s):i==="zsh"?a=Wh(t,n,o,s):a=Kh(t,n,o,s),{shell:i,script:a,setup_hint:Yh[i]}}import Xh from"node:fs/promises";import Pt 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]="1bcd20e1-2995-56ef-8d04-f265b8282c19")}catch{}})();var Vs="index/manifest.json",Ws="search/embeddings.jsonl",Zh="Provider or model has changed since last index. Run pm reindex --mode semantic to rebuild.";function Qh(e){return e.progress===!0||process.stderr.isTTY===!0}function N(e,t){if(e)try{process.stderr.write(`[pm reindex] ${t}
2110
+ `)}catch{}}function eg(e){let t=(e??"keyword").trim().toLowerCase();if(t==="keyword")return"keyword";if(t==="semantic"||t==="hybrid")return t;throw new p("Reindex mode must be one of keyword|semantic|hybrid",u.USAGE)}async function tg(e,t,n,o){let s=[];return{candidates:await di(e,t,n,s,o),warnings:s}}async function Ys(e,t,n,o,s){let r=Ve(O()),i=[];for(let a of t)if(!(s&&!s.has(a.metadata.id))){if(typeof a.body=="string"){i.push({metadata:a.metadata,body:a.body});continue}try{let c=await Xh.readFile(a.item_path,"utf8"),d=Ye(c,{format:a.item_format,schema:n,extensionFieldNames:r,onWarning:l=>o.push(l)});i.push({metadata:a.metadata,body:d.body})}catch{o.push(`item_list_item_read_failed:${Pt.relative(e,a.item_path)}`),i.push({metadata:a.metadata,body:""})}}return i}function ng(e,t,n){let o=e.metadata;return{id:o.id,mode:t,updated_at:o.updated_at,corpus:ui(e,{fields:n})}}var dt=or;function og(e){let t=O(),n=dt(e.search?.provider);if(!n)return null;let o=wr(t,n);if(!o)return null;let s=o.runtime_definition??o.definition,r=dt(s.name)??dt(o.definition.name);if(!r)return null;let i=s.embedBatch,a=s.embed_batch,c=s.embed,d=typeof i=="function"?i:typeof a=="function"?a:void 0,l=typeof c=="function"?c:void 0;return!d&&!l?null:{name:r,embedBatch:d,embed:l}}function sg(e){let t=O(),n=dt(e.vector_store?.adapter);if(!n)return null;let o=vr(t,n);if(!o)return null;let s=o.runtime_definition??o.definition,r=dt(s.name)??dt(o.definition.name);if(!r)return null;let i=s.upsert,a=s.delete;return{adapterName:r,...typeof i=="function"?{upsert:i}:{},...typeof a=="function"?{delete:a}:{}}}function Ks(e,t){if(!Array.isArray(e)||e.some(n=>typeof n!="number"||!Number.isFinite(n)))throw new p(`Invalid vector returned by ${t}`,u.GENERIC_FAILURE);return e}async function rg(e,t,n){let o=t.search?.embedding_model?.trim()||"text-embedding-3-small";if(e.embedBatch){let r=await Promise.resolve(e.embedBatch({inputs:n,settings:t,model:o}));if(!Array.isArray(r))throw new p(`Extension search provider "${e.name}" embedBatch must return an array of vectors`,u.GENERIC_FAILURE);return r.map((i,a)=>Ks(i,`extension search provider "${e.name}" embedBatch output at index ${a}`))}if(!e.embed)throw new p(`Extension search provider "${e.name}" does not implement embed/embedBatch`,u.GENERIC_FAILURE);let s=[];for(let[r,i]of n.entries()){let a=await Promise.resolve(e.embed({input:i,settings:t,model:o}));s.push(Ks(a,`extension search provider "${e.name}" embed output at index ${r}`))}return s}function Kl(e){return e.search?.embedding_model?.trim()||"text-embedding-3-small"}function Yl(e,t,n){let o=n?kt(n.name,Kl(e)):t?kt(t.name,t.model):null;if(!o)throw new p("No embedding identity available for semantic reindex mode",u.USAGE);return o}function ig(e,t){return Object.keys(e).filter(n=>!t.has(n)).sort((n,o)=>n.localeCompare(o))}async function Jl(e,t,n,o,s,r,i,a){let c=o?.name??n?.name,d=fi(c,e.search.embedding_corpus_max_characters).maxCharacters,l=co(e),m=s.map(w=>_i(w,{providerName:c,maxCharacters:d,fields:l})),f=[],_=null;if(o)try{f=await rg(o,e,m),_=kt(o.name,Kl(e))}catch(w){if(!n)throw new p(`Extension search provider "${o.name}" failed to generate embeddings: ${w instanceof Error?w.message:String(w)}`,u.GENERIC_FAILURE);r.push(`Extension search provider "${o.name}" failed; falling back to built-in provider (${w instanceof Error?w.message:String(w)})`)}if(f.length===0){if(!n)throw new p(`No embedding executor available for reindex mode '${t}'`,u.USAGE);let w=await hi(n,e,m,{onProgress:v=>{v.phase==="complete"&&(i.batches_completed=v.batch_index),N(a,`embedding_batch_${v.phase} batch=${v.batch_index}/${v.batch_total} size=${v.batch_size} completed_inputs=${v.completed_inputs}/${v.total_inputs}`)}});r.push(...w.warnings),f=w.vectors,_=kt(n.name,n.model)}if(N(a,`embedding_complete vectors=${f.length}`),f.length!==s.length)throw new p(`Embedding output size mismatch (expected ${s.length}, received ${f.length})`,u.GENERIC_FAILURE);if(!_)throw new p(`No embedding identity available for reindex mode '${t}'`,u.USAGE);return{vectors:f,embeddingIdentity:_}}async function ag(e,t,n,o,s,r){let i=Object.keys(n);if(t){if(i.length>0&&t.delete)try{await Promise.resolve(t.delete({ids:i.sort((a,c)=>a.localeCompare(c)),settings:o}))}catch(a){throw new p(`Extension vector adapter "${t.adapterName}" failed to delete vectors during reindex reset: ${a instanceof Error?a.message:String(a)}`,u.GENERIC_FAILURE)}else i.length>0&&s.push(`search_semantic_reindex_reset_skipped:adapter=${t.adapterName}:known_ids=${i.length}`);if(!e)return}e&&await wi(e,i,{},r)}async function Xl(e,t,n,o,s){if(n.length!==0){if(t){if(t.delete)try{await Promise.resolve(t.delete({ids:n,settings:o}))}catch(r){throw new p(`Extension vector adapter "${t.adapterName}" failed to delete orphan vectors during reindex: ${r instanceof Error?r.message:String(r)}`,u.GENERIC_FAILURE)}else s.push(`search_semantic_reindex_orphan_prune_skipped:adapter=${t.adapterName}:count=${n.length}`);if(!e)return}e&&await bi(e,n)}}function cg(e){return{enabled:e!=="keyword",stale_items:0,unchanged_items:0,embedded_items:0,vector_upserted:0,batches_completed:0}}function dg(e,t,n){return{version:1,mode:e,generated_at:t,total_items:n.length,items:n.map(o=>({id:o.metadata.id,type:o.metadata.type,status:o.metadata.status,priority:o.metadata.priority,updated_at:o.metadata.updated_at}))}}function lg(e){if(e.requestedMode==="keyword")return{activeEmbeddingProvider:null,activeVectorStore:null};let t=ao(e.settings);if(!t.active&&!e.extensionEmbedding)throw new p(`Reindex mode '${e.requestedMode}' requires a configured embedding provider in settings.providers.openai/settings.providers.ollama or an extension provider selected by settings.search.provider`,u.USAGE);let n=gi(e.settings,e.pmRoot);if(!n.active&&!e.extensionVectorAdapter)throw new p(`Reindex mode '${e.requestedMode}' requires a configured vector store in settings.vector_store.qdrant/settings.vector_store.lancedb or an extension adapter selected by settings.vector_store.adapter`,u.USAGE);return{activeEmbeddingProvider:t.active,activeVectorStore:n.active}}async function mg(e){let t=P(e.settings,O()),n=await tg(e.pmRoot,e.settings.item_format,t.type_to_folder,e.settings.schema);return{documentCandidates:n.candidates,warnings:[...n.warnings],metadataDocuments:n.candidates.map(o=>({metadata:o.metadata,body:typeof o.body=="string"?o.body:""}))}}async function pg(e){let t=await mo(e.pmRoot);if(e.reindexWarnings.push(...t.warnings),e.forceFullSemantic&&e.reindexWarnings.push("search_semantic_reindex_full_ignored:mode_keyword"),!t.embedding)return;let n=(()=>{try{return Yl(e.settings,ao(e.settings).active,e.extensionEmbedding)}catch{return null}})();n&&Zt(t.embedding,n)&&(e.reindexWarnings.push("search_semantic_reindex_requires_rebuild:embedding_identity_changed"),e.reindexWarnings.push(Zh))}async function ug(e){let t=await mo(e.pmRoot);e.semanticWarnings.push(...t.warnings);let n=Yl(e.settings,e.activeEmbeddingProvider,e.extensionEmbedding),o=new Set(e.metadataDocuments.map(d=>d.metadata.id)),s=ig(t.entries,o),r=Zt(t.embedding,n);e.forceFullSemantic&&!r&&e.semanticWarnings.push("search_semantic_reindex_full_rebuild_forced");let i=e.forceFullSemantic||r?e.metadataDocuments:e.metadataDocuments.filter(d=>t.entries[d.metadata.id]!==d.metadata.updated_at),a=new Set(i.map(d=>d.metadata.id)),c=a.size>0?await Ys(e.pmRoot,e.documentCandidates,e.settings.schema,e.reindexWarnings,a):[];return{ledgerEntries:t.entries,ledgerEmbedding:t.embedding,orphanIds:s,resetRequired:r,staleDocuments:c,freshDocuments:e.metadataDocuments.length-c.length}}async function fg(e){let t=new Set(e.metadataDocuments.map(s=>s.metadata.id)),n=await Ys(e.pmRoot,e.documentCandidates,e.settings.schema,e.reindexWarnings,t);e.semanticSummary.stale_items=n.length,e.semanticSummary.unchanged_items=0,N(e.progressEnabled,`embedding_dimension_changed reset_items=${n.length}`);let o=await Jl(e.settings,e.requestedMode,e.activeEmbeddingProvider,e.extensionEmbedding,n,e.semanticWarnings,e.semanticSummary,e.progressEnabled);return{...o,staleDocuments:n,vectorDimension:lo(o.vectors,"Reindex embeddings")}}async function _g(e){let t=await Jl(e.settings,e.requestedMode,e.activeEmbeddingProvider,e.extensionEmbedding,e.staleDocuments,e.semanticWarnings,e.semanticSummary,e.progressEnabled),n=t.vectors,o=t.embeddingIdentity,s=lo(n,"Reindex embeddings");if(!(!e.resetRequired&&(Zt(e.ledgerEmbedding,o)||ki(e.ledgerEmbedding,s))))return{vectors:n,embeddingIdentity:o,staleDocuments:e.staleDocuments,vectorDimension:s,resetRequired:e.resetRequired};let i=await fg(e);return n=i.vectors,o=i.embeddingIdentity,s=i.vectorDimension,{vectors:n,embeddingIdentity:o,staleDocuments:i.staleDocuments,vectorDimension:s,resetRequired:!0}}async function hg(e){if(e.extensionVectorAdapter)try{let t=e.extensionVectorAdapter.adapterName;if(N(e.progressEnabled,`vector_upsert_start adapter=${t} points=${e.points.length}`),typeof e.extensionVectorAdapter.upsert!="function")throw new p(`Extension vector adapter "${t}" does not support upserting vectors.`,u.USAGE);await Promise.resolve(e.extensionVectorAdapter.upsert({points:e.points,settings:e.settings})),e.semanticSummary.vector_upserted=e.points.length,N(e.progressEnabled,`vector_upsert_complete adapter=${t}`);return}catch(t){if(t instanceof p)throw t;if(!e.activeVectorStore)throw new p(`Extension vector adapter "${e.extensionVectorAdapter.adapterName}" failed to upsert vectors: ${t instanceof Error?t.message:String(t)}`,u.GENERIC_FAILURE);e.semanticWarnings.push(`Extension vector adapter "${e.extensionVectorAdapter.adapterName}" failed; falling back to built-in vector store (${t instanceof Error?t.message:String(t)})`),N(e.progressEnabled,"vector_upsert_fallback built_in_store")}if(e.activeVectorStore){N(e.progressEnabled,`vector_upsert_start adapter=${e.activeVectorStore.name} points=${e.points.length}`),await yi(e.activeVectorStore,e.points),e.semanticSummary.vector_upserted=e.points.length,N(e.progressEnabled,`vector_upsert_complete adapter=${e.activeVectorStore.name}`);return}throw new p(`No vector upsert executor available for reindex mode '${e.requestedMode}'`,u.USAGE)}function gg(e,t){return e.map((n,o)=>({id:n.metadata.id,vector:Ks(t[o],`reindex embeddings output at index ${o}`),payload:{id:n.metadata.id,type:n.metadata.type,status:n.metadata.status,priority:n.metadata.priority,updated_at:n.metadata.updated_at}}))}async function yg(e){N(e.progressEnabled,`embedding_start items=${e.plan.staleDocuments.length} unchanged_items=${e.plan.freshDocuments}`);let t=await _g({pmRoot:e.pmRoot,settings:e.settings,requestedMode:e.requestedMode,activeEmbeddingProvider:e.activeEmbeddingProvider,extensionEmbedding:e.extensionEmbedding,documentCandidates:e.documentCandidates,metadataDocuments:e.metadataDocuments,staleDocuments:e.plan.staleDocuments,ledgerEmbedding:e.plan.ledgerEmbedding,resetRequired:e.plan.resetRequired,semanticWarnings:e.semanticWarnings,reindexWarnings:e.reindexWarnings,semanticSummary:e.semanticSummary,progressEnabled:e.progressEnabled});t.resetRequired?(N(e.progressEnabled,"vector_reset_start"),await ag(e.activeVectorStore,e.extensionVectorAdapter,e.plan.ledgerEntries,e.settings,e.semanticWarnings,e.plan.ledgerEmbedding?t.vectorDimension:void 0),N(e.progressEnabled,"vector_reset_complete")):await Xl(e.activeVectorStore,e.extensionVectorAdapter,e.plan.orphanIds,e.settings,e.semanticWarnings);let n=gg(t.staleDocuments,t.vectors);return e.semanticSummary.embedded_items=t.vectors.length,await hg({requestedMode:e.requestedMode,activeVectorStore:e.activeVectorStore,extensionVectorAdapter:e.extensionVectorAdapter,settings:e.settings,points:n,semanticWarnings:e.semanticWarnings,semanticSummary:e.semanticSummary,progressEnabled:e.progressEnabled}),{staleDocuments:t.staleDocuments,embeddingMetadata:vi(t.embeddingIdentity,t.vectorDimension)}}async function bg(e){let t=await ug(e);e.semanticSummary.stale_items=t.staleDocuments.length,e.semanticSummary.unchanged_items=t.freshDocuments;let n=Object.fromEntries(e.metadataDocuments.map(r=>[r.metadata.id,r.metadata.updated_at]));if(N(e.progressEnabled,`semantic_stale_items stale=${t.staleDocuments.length} total=${e.metadataDocuments.length} unchanged=${t.freshDocuments} full=${e.forceFullSemantic||t.resetRequired}`),t.staleDocuments.length===0)return N(e.progressEnabled,`embedding_skipped unchanged_items=${t.freshDocuments}`),e.semanticWarnings.push(`search_semantic_reindex_skipped_unchanged:count=${t.freshDocuments}`),await Xl(e.activeVectorStore,e.extensionVectorAdapter,t.orphanIds,e.settings,e.semanticWarnings),{documentsForKeywordArtifacts:e.documentsForKeywordArtifacts,vectorizationLedgerEntries:n,vectorizationEmbeddingMetadata:t.ledgerEmbedding};let o=await yg({...e,plan:t});t.freshDocuments>0&&e.semanticWarnings.push(`search_semantic_reindex_skipped_unchanged:count=${t.freshDocuments}`);let s=new Map(o.staleDocuments.map(r=>[r.metadata.id,r]));return{documentsForKeywordArtifacts:e.metadataDocuments.map(r=>s.get(r.metadata.id)??r),vectorizationLedgerEntries:n,vectorizationEmbeddingMetadata:o.embeddingMetadata}}async function wg(e){let t=Pt.join(e.pmRoot,Vs),n=Pt.join(e.pmRoot,Ws),o=co(e.settings),s=e.documentsForKeywordArtifacts.map(i=>JSON.stringify(ng(i,e.mode,o))).join(`
2111
2111
  `);N(e.progressEnabled,"writing keyword artifacts"),await z(t,`${JSON.stringify(e.manifest,null,2)}
2112
2112
  `),await z(n,`${s}
2113
- `);let r=[];if(e.mode!=="keyword")try{N(e.progressEnabled,"writing vectorization status ledger"),await ki(e.pmRoot,e.vectorizationLedgerEntries,e.vectorizationEmbeddingMetadata)}catch(i){r.push(`search_vectorization_status_ledger_write_failed:${i instanceof Error?i.message:String(i)}`)}return r}async function gg(e,t){let n=Jh(e.mode),o=Yh(e),s=e.full===!0;N(o,`start mode=${n}`);let r=E(process.cwd(),t.path);await $(r);let i=ii(await R(r)).settings,a=null;try{a=await V(r,ai,i.locks.ttl_seconds,C(void 0,"pm-reindex"),!1,i.governance.force_required_for_stale_lock,i.locks.wait_ms)}catch(c){throw c instanceof p&&c.exitCode===u.CONFLICT?new p("Another pm reindex run is already active for this project. Wait for it to finish before starting a new keyword, semantic, or hybrid reindex.",u.CONFLICT,{code:"reindex_already_running",type:"urn:pm-cli:error:reindex_already_running",why:"Semantic reindex can be expensive and duplicate runs compete for the same local embedding model and vector store.",nextSteps:["Check active pm reindex processes before starting another reindex.","Rerun with --progress when you need non-interactive visibility."]}):c}try{let c=Qh(i),d=eg(i),l=ig({requestedMode:n,pmRoot:r,settings:i,extensionEmbedding:c,extensionVectorAdapter:d}),m=n;N(o,"loading item corpus");let f=await ag({pmRoot:r,settings:i}),_=f.warnings,{documentCandidates:w,metadataDocuments:v}=f;N(o,`loaded_items=${v.length}`);let g=S(),h=rg(m,g,v),k=Pt.join(r,Vs),x=Pt.join(r,Ws),I=m==="keyword"?await Ys(r,w,i.schema,_):v,A=[],X={},G=null,se=sg(m);if(m==="keyword"&&await cg({pmRoot:r,settings:i,forceFullSemantic:s,extensionEmbedding:c,reindexWarnings:_}),m!=="keyword"){let re=await _g({pmRoot:r,settings:i,requestedMode:n,activeEmbeddingProvider:l.activeEmbeddingProvider,activeVectorStore:l.activeVectorStore,extensionEmbedding:c,extensionVectorAdapter:d,documentCandidates:w,metadataDocuments:v,documentsForKeywordArtifacts:I,forceFullSemantic:s,reindexWarnings:_,semanticWarnings:A,semanticSummary:se,progressEnabled:o});I=re.documentsForKeywordArtifacts,X=re.vectorizationLedgerEntries,G=re.vectorizationEmbeddingMetadata}let le=await hg({pmRoot:r,mode:m,manifest:h,documentsForKeywordArtifacts:I,settings:i,vectorizationLedgerEntries:X,vectorizationEmbeddingMetadata:G,progressEnabled:o}),Ee=[...await D({path:k,scope:"project",op:"reindex:manifest"}),...await D({path:x,scope:"project",op:"reindex:embeddings"}),...await yr({mode:m,total_items:v.length})];return N(o,"done"),{ok:!0,mode:m,total_items:v.length,semantic:se,artifacts:{manifest:Vs,embeddings:Ws},warnings:[..._,...A,...le,...Ee],generated_at:g}}finally{await a?.()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="b67ba0fe-bbca-57ab-b3be-a4a028f21de4")}catch{}})();var Zl=Symbol("pm.active-extension-host-context");function J(e){return{fullChangedFields:!0,options:e}}var b=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[Zl]=!0,n}run(t,n={}){return xg({...this.defaults,...n,action:t})}runTyped(t,n={}){return this.run(t,n)}context(t={}){return this.runTyped("context",{options:t})}listAllItemMetadataLight(){return Gc(this.defaults.path,this.defaults.cwd)}list(t={}){return this.runTyped("list",{options:t})}async listAllComplete(t={}){return yn(await this.list(No(t)))}search(t,n={}){return this.runTyped("search",{query:t,options:n})}get(t,n={}){return this.runTyped("get",{id:t,options:n})}next(t={}){return this.runTyped("next",{options:t})}aggregate(t={}){return this.runTyped("aggregate",{options:t})}stats(t={}){return this.runTyped("stats",{options:t})}duplicates(t={}){return this.runTyped("duplicates",{options:t})}comments(t,n={}){return this.runTyped("comments",{id:t,options:n})}notes(t,n={}){return this.runTyped("notes",{id:t,options:n})}learnings(t,n={}){return this.runTyped("learnings",{id:t,options:n})}files(t,n={}){return this.runTyped("files",{id:t,options:n})}filesDiscover(t,n={}){return this.runTyped("files-discover",{id:t,options:n})}filesLookup(t){return this.runTyped("files-lookup",{options:t})}docs(t,n={}){return this.runTyped("docs",{id:t,options:n})}deps(t,n={}){return this.runTyped("deps",{id:t,options:n})}graph(t,n={},o={}){return this.runTyped("graph",{subcommand:t,...n,options:o})}append(t,n,o={}){return this.runTyped("append",{id:t,...J(St(o,{body:n}))})}init(t,n={}){return this.runTyped("init",{...t===void 0?{}:{prefix:t},options:n})}config(t,n,o,s,r={}){return this.runTyped("config",{scope:t,configAction:n,...o===void 0?{}:{key:o},...s===void 0?{}:{value:s},options:r})}schema(t,n={}){return this.runTyped("schema",{options:{...n,subcommand:t}})}schemaList(){return this.runTyped("schema",{options:{subcommand:"list"}})}schemaShow(t){return this.runTyped("schema",{name:t,options:{subcommand:"show"}})}schemaAddType(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-type"}})}schemaRemoveType(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-type"}})}schemaAddStatus(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-status"}})}schemaRemoveStatus(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-status"}})}schemaAddField(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-field"}})}schemaRemoveField(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-field"}})}schemaListFields(){return this.runTyped("schema",{options:{subcommand:"list-fields"}})}schemaShowField(t){return this.runTyped("schema",{name:t,options:{subcommand:"show-field"}})}schemaApplyPreset(t,n={}){return this.runTyped("schema",{typePreset:t,options:{...n,subcommand:"apply-preset"}})}schemaInferTypes(t={}){return this.runTyped("schema",{options:{...t,subcommand:"add-type",infer:!0}})}schemaRenameType(t,n,o){return this.runTyped("schema",{name:t,options:{...o,subcommand:"rename-type",to:n}})}schemaRenameField(t,n,o,s){return this.runTyped("schema",{name:t,options:{...o,subcommand:"rename-field",to:n,...s?{fieldTypeScope:s}:{}}})}schemaRemapStatus(t,n,o){return this.runTyped("schema",{name:t,options:{...o,subcommand:"remap-status",to:n}})}schemaShowStatus(t){return this.runTyped("schema",{name:t,options:{subcommand:"show-status"}})}profile(t,n={}){return this.runTyped("profile",{options:{...n,subcommand:t}})}profileList(){return this.runTyped("profile",{options:{subcommand:"list"}})}profileShow(t){return this.runTyped("profile",{name:t,options:{subcommand:"show"}})}profileApply(t,n={}){return this.runTyped("profile",{name:t,options:{...n,subcommand:"apply"}})}profileLint(t){return this.runTyped("profile",{name:t,options:{subcommand:"lint"}})}validate(t={}){return this.runTyped("validate",{options:t})}health(t={}){return this.runTyped("health",{options:t})}gc(t={}){return this.runTyped("gc",{options:t})}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,o={},s,r){return this.runTyped("plan",{...n===void 0?{}:{id:n},...s===void 0?{}:{stepRef:s},...r===void 0?{}:{reorderTo:r},options:St(o,{subcommand:t})})}planCreate(t){return this.plan("create",void 0,t)}planShow(t,n={}){return this.plan("show",t,n)}planAddStep(t,n){return this.plan("add-step",t,n)}planUpdateStep(t,n,o){return this.plan("update-step",t,o,n)}planCompleteStep(t,n,o={}){return this.plan("complete-step",t,o,n)}planBlockStep(t,n,o){return this.plan("block-step",t,o,n)}planReorderStep(t,n,o,s={}){return this.plan("reorder-step",t,s,n,o)}planRemoveStep(t,n,o={}){return this.plan("remove-step",t,o,n)}planLink(t,n,o){return this.plan("link",t,o,n)}planUnlink(t,n,o){return this.plan("unlink",t,o,n)}planDecision(t,n){return this.plan("decision",t,n)}planDiscovery(t,n){return this.plan("discovery",t,n)}planValidation(t,n){return this.plan("validation",t,n)}planResume(t,n){return this.plan("resume",t,n)}planApprove(t,n={}){return this.plan("approve",t,n)}planMaterialize(t,n){return this.plan("materialize",t,n)}create(t={}){return this.runTyped("create",J(t))}update(t,n={}){return this.runTyped("update",{id:t,...J(n)})}reopen(t,n,o={}){return this.runTyped("item-reopen",{id:t,reason:n,fullChangedFields:!0,options:o})}close(t,n,o={}){return this.runTyped("close",{id:t,reason:n,...J(o)})}claim(t,n={}){return this.runTyped("claim",{id:t,...J(n)})}claimNext(t={}){return this.runTyped("claim",{next:!0,...J(t)})}release(t,n={}){return this.runTyped("release",{id:t,...J(n)})}copy(t,n={}){return this.runTyped("copy",{id:t,...J(n)})}delete(t,n={}){return this.runTyped("delete",{id:t,...J(n)})}restore(t,n,o={}){return this.runTyped("restore",{fullChangedFields:!0,id:t,options:{...o,target:n}})}focus(t,n={}){return this.runTyped("focus",{...t===void 0?{}:{id:t},...J(n)})}startTask(t,n={}){return this.runTyped("start-task",{id:t,...J(n)})}pauseTask(t,n={}){return this.runTyped("pause-task",{id:t,...J(n)})}closeTask(t,n,o={}){return this.runTyped("close-task",{id:t,reason:n,...J(o)})}extension(t,n={}){return this.runTyped("extension",{...t===void 0?{}:{target:t},options:n})}extensionList(t={}){return this.extension("list",t)}extensionActivate(t,n={}){return this.runTyped("extension-activate",{target:t,options:n})}extensionDeactivate(t,n={}){return this.runTyped("extension-deactivate",{target:t,options:n})}package(t,n={}){return this.runTyped("package",{...t===void 0?{}:{target:t},options:{...n,vocabulary:"package"}})}packageList(t={}){return this.package("list",t)}packageInstall(t,n={}){return this.runTyped("package-install",{target:t,options:n})}packageUninstall(t,n={}){return this.runTyped("package-uninstall",{target:t,options:n})}packageDoctor(t={}){return this.runTyped("package-doctor",{options:t})}packageManage(t,n={}){return this.runTyped("package-manage",{...t===void 0?{}:{target:t},options:n})}packageDescribe(t,n={}){return this.runTyped("package-describe",{...t===void 0?{}:{target:t},options:n})}packageReload(t={}){return this.runTyped("package-reload",{options:t})}packageCatalog(t={}){return this.runTyped("package-catalog",{options:t})}packageActivate(t,n={}){return this.runTyped("package-activate",{target:t,options:n})}packageDeactivate(t,n={}){return this.runTyped("package-deactivate",{target:t,options:n})}packageMigrate(t={}){return this.package(void 0,{...t,migrate:!0})}upgrade(t,n={}){return this.runTyped("upgrade",{...t===void 0?{}:{target:t},options:n})}};function rx(e={},t={}){return new b(t).context(e)}function ix(e={},t={}){return new b(t).list(e)}function ax(e={},t={}){return new b(t).listAllComplete(e)}function cx(e,t={},n={}){return new b(n).search(e,t)}function dx(e,t={},n={}){return new b(n).get(e,t)}function lx(e={},t={}){return new b(t).next(e)}function mx(e={},t={}){return new b(t).aggregate(e)}function px(e={},t={}){return new b(t).stats(e)}function ux(e={},t={}){return new b(t).duplicates(e)}function fx(e,t={},n={}){return new b(n).comments(e,t)}function _x(e,t={},n={}){return new b(n).notes(e,t)}function hx(e,t={},n={}){return new b(n).learnings(e,t)}function gx(e,t={},n={}){return new b(n).files(e,t)}function yx(e,t={},n={}){return new b(n).filesDiscover(e,t)}function bx(e,t={}){return new b(t).filesLookup(e)}function wx(e,t={},n={}){return new b(n).docs(e,t)}function vx(e,t={},n={}){return new b(n).deps(e,t)}function kx(e,t={},n={},o={}){return new b(o).graph(e,t,n)}function Sx(e,t,n={},o={}){return new b(o).append(e,t,n)}function Ix(e,t={},n={}){return new b(n).init(e,t)}function Ex(e,t,n,o,s={},r={}){return new b(r).config(e,t,n,o,s)}function xx(e,t={},n={}){return new b(n).schema(e,t)}function Rx(e={}){return new b(e).schemaList()}function Ax(e,t={}){return new b(t).schemaShow(e)}function Cx(e,t={},n={}){return new b(n).schemaAddType(e,t)}function Tx(e,t={},n={}){return new b(n).schemaRemoveType(e,t)}function Ox(e,t={},n={}){return new b(n).schemaAddStatus(e,t)}function $x(e,t={},n={}){return new b(n).schemaRemoveStatus(e,t)}function Px(e,t={},n={}){return new b(n).schemaAddField(e,t)}function Fx(e,t={},n={}){return new b(n).schemaRemoveField(e,t)}function Lx(e={}){return new b(e).schemaListFields()}function Mx(e,t={}){return new b(t).schemaShowField(e)}function Dx(e,t={},n={}){return new b(n).schemaApplyPreset(e,t)}function Nx(e={},t={}){return new b(t).schemaInferTypes(e)}function jx(e,t,n,o={}){return new b(o).schemaRenameType(e,t,n)}function Ux(e,t,n,o,s={}){return new b(s).schemaRenameField(e,t,n,o)}function Gx(e,t,n,o={}){return new b(o).schemaRemapStatus(e,t,n)}function qx(e,t={}){return new b(t).schemaShowStatus(e)}function zx(e,t={},n={}){return new b(n).profile(e,t)}function Hx(e={}){return new b(e).profileList()}function Bx(e,t={}){return new b(t).profileShow(e)}function Vx(e,t={},n={}){return new b(n).profileApply(e,t)}function Wx(e,t={}){return new b(t).profileLint(e)}function Kx(e={},t={}){return new b(t).validate(e)}function Yx(e={},t={}){return new b(t).health(e)}function Jx(e={},t={}){return new b(t).gc(e)}function Xx(e,t,n={}){return new b(n).historyRedact(e,t)}function Zx(e,t={},n={}){return new b(n).historyRepair(e,t)}function Qx(e={},t={}){return new b(t).historyRepairAll(e)}function eR(e,t={},n={}){return new b(n).historyCompact(e,t)}function tR(e,t={}){return new b(t).historyCompactBulk(e)}function nR(e={},t={}){return new b(t).create(e)}function oR(e,t={},n={}){return new b(n).update(e,t)}function sR(e,t,n={},o={}){return new b(o).reopen(e,t,n)}function rR(e,t,n={},o={}){return new b(o).close(e,t,n)}function iR(e,t={},n={}){return new b(n).claim(e,t)}function aR(e={},t={}){return new b(t).claimNext(e)}function cR(e,t={},n={}){return new b(n).release(e,t)}function dR(e,t={},n={}){return new b(n).copy(e,t)}function lR(e,t={},n={}){return new b(n).delete(e,t)}function mR(e,t,n={},o={}){return new b(o).restore(e,t,n)}function pR(e,t={},n={}){return new b(n).focus(e,t)}function uR(e,t={},n={}){return new b(n).startTask(e,t)}function fR(e,t={},n={}){return new b(n).pauseTask(e,t)}function _R(e,t,n={},o={}){return new b(o).closeTask(e,t,n)}function hR(e,t={},n={}){return new b(n).extension(e,t)}function gR(e={},t={}){return new b(t).extensionList(e)}function yR(e,t={},n={}){return new b(n).extensionActivate(e,t)}function bR(e,t={},n={}){return new b(n).extensionDeactivate(e,t)}function wR(e,t={},n={}){return new b(n).package(e,t)}function vR(e={},t={}){return new b(t).packageList(e)}function kR(e,t={},n={}){return new b(n).packageInstall(e,t)}function SR(e,t={},n={}){return new b(n).packageUninstall(e,t)}function IR(e={},t={}){return new b(t).packageDoctor(e)}function ER(e,t={},n={}){return new b(n).packageManage(e,t)}function xR(e,t={},n={}){return new b(n).packageDescribe(e,t)}function RR(e={},t={}){return new b(t).packageReload(e)}function AR(e={},t={}){return new b(t).packageCatalog(e)}function CR(e,t={},n={}){return new b(n).packageActivate(e,t)}function TR(e,t={},n={}){return new b(n).packageDeactivate(e,t)}function OR(e,t={},n={}){return new b(n).upgrade(e,t)}function bg(e,t,n){return JSON.stringify([Kl.resolve(e),Kl.resolve(n??process.cwd()),t.extensions.enabled,t.extensions.disabled,t.extensions.policy])}async function wg(e,t,n){let o=bg(e,t,n);return Bc(o,()=>ry(e,t,n))}async function $R(e,t={}){let n=await R(e),o=t.extensionRegistrations??(t.noExtensions===!0?null:await wg(e,n,t.cwd)),s=P(n,o),r=j(n.schema),i=yt(n.schema);return{types:[...s.types],statuses:r.definitions.map(a=>a.id),openStatus:r.open_status,closeStatus:r.close_status,canceledStatus:r.canceled_status,fields:zc(i.definitions),extensionCommands:Hc(o?.commands??[])}}async function PR(e,t={}){let n=typeof e=="string"?{...t,pmRoot:e}:e??t,o={json:!0,quiet:n.quiet??!0,noExtensions:n.noExtensions??!1,noPager:!0,profile:n.profile??!1,path:n.pmRoot};return Fo(n,o)}function de(e,t){let n=y(e,t);if(!n)throw new p(`Missing required argument: ${t}`,64);return n}var Yl=_r(),Ql=new yg;function Mn(){Kn(ir()),Yn(ar()),Jn(cr()),Xn(dr()),Zn(lr()),Qn(mr()),eo(pr())}async function em(e,t,n,o){return hr(()=>t===void 0?Yl.read(()=>Jl(e,n,o)):Yl.write(()=>kg(t,()=>Jl(e,n,o))))}async function FR(e,t){let n=e.cwd,o=n??process.cwd();return em(nn({path:e.path,noExtensions:e.noExtensions}),n,o,()=>Ql.run(!0,t))}async function Jl(e,t,n){let o=E(t,e.path);if(e.noExtensions)return Mn(),Wo({pmRoot:o},()=>n(null));if(!await Z(ut(o)))return Mn(),n(null);let s=null,r;try{let i=await R(o),a=await Bn({pmRoot:o,settings:i,cwd:t,noExtensions:!1}),c=await Wn({...a,loaded:a.loaded});r={loadResult:a,activationResult:c},Kn(c.hooks),Yn(c.commands),Jn(c.parsers),Xn(c.preflight),Zn(c.services),Qn(c.renderers),eo(c.registrations),s={registrations:c.registrations,commands:c.commands,pmRoot:o,packages:a.loaded}}catch(i){Mn(),console.error("[pm-sdk] extension activation failed; continuing without active extensions:",i)}try{return await Wo({pmRoot:o,packages:s?.packages},()=>n(s))}finally{Mn(),r&&await Vn(r.loadResult,r.activationResult).catch(()=>{})}}async function vg(e,t,n,o,s){if(!s)throw new p(`Unsupported native pm action: ${e}`,u.USAGE);let r=we(e),a=s.registrations.commands.find(d=>we(d.action)===r)?.command??s.commands.handlers.find(d=>we(d.command)===r)?.command;if(!a)throw new p(`Unsupported native pm action: ${e}`,u.USAGE);let c=await br({command:go(a),args:H(n.args??t.args),options:yo(t,n),global:o,pm_root:s.pmRoot,sdk:Xc(s.pmRoot,b.forActiveExtensionHost({pmRoot:s.pmRoot,author:typeof o.author=="string"&&o.author.trim()?o.author.trim():"pm-extension"}))});if(!c.handled){let d=c.warnings.length>0?` (${c.warnings.join(", ")})`:"";throw new p(`Unsupported native pm action: ${e}${d}`,u.USAGE)}return c.result}async function kg(e,t){let n=process.cwd();process.chdir(e);try{return await t()}finally{process.chdir(n)}}var Sg=new Set(["activity","aggregate","context","contracts","deps","files-discover","get","graph","health","history","list","next","search","stats","telemetry","validate"]);function Ig(e){let t=de(e,"action"),n=we(t),o=lt(Uo,n),s=o?.action??n,r={...e,action:s};return o?.options!==void 0&&(r.options={...o.options,...jn(e.options)}),s==="package"&&(r.options={...jn(r.options),vocabulary:"package"}),{action:s,args:r}}function Eg(e){return!Sg.has(we(e))}async function xg(e){let t=Ig(e),n=nn(t.args),o=Eg(t.action),s=y(t.args,"cwd"),r=s??process.cwd();try{return e[Zl]===!0||Ql.getStore()===!0?await Xl(t.action,t.args,n,null):await em(n,s,r,i=>Xl(t.action,t.args,n,i))}finally{o&&jo()}}function lt(e,t){return Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0}function Dn(e){return y(e.args,"target")??y(e.options,"target")}function M(e,t=e.options){return e.id??de(t,"id")}async function Rg(e){let t=Je("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),Do(await fe(y(e.args,"status")??y(t,"status"),t,e.global),t)}async function Ag(e){let t=de(e.args,"query"),n=Je("search",e.options,[t]);return n.compact===void 0&&n.full===void 0&&n.fields===void 0&&(n.compact=!0),Do(await Po(t,n,e.global),n)}async function Cg(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options);return oe(await Rt(o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Tg(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options),s={...o,...o.title===void 0&&typeof e.args.title=="string"?{title:e.args.title}:{},...o.message===void 0&&typeof e.args.message=="string"?{message:e.args.message}:{}};return oe(await ps(M(e,s),s,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Og(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options);return oe(await ve(M(e,o),o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}function $g(e){let t=pn(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")),rd(M(e),t,e.global)}function tm(e,t){return sc(kl(e.options,t,ee),e.global)}function Pg(e){let t=H(e.options.lookupPath);if(t&&t.length>0)return tm(e,t);let n=M(e);return e.options.discover===!0?ko(n,ho(e.options),e.global):oc(n,on(e.options),e.global)}function Fg(e){return Lc({subcommand:y(e.args,"subcommand")??y(e.options,"subcommand"),limit:va(e.args,e.options)},e.global)}function Lg(e){let t={...e.options};return t.brief===void 0&&t.summary===void 0&&t.full===void 0&&(t.summary=!0),tc(e.global,t)}function Mg(e){let t=y(e.args,"configAction")??y(e.options,"configAction")??y(e.options,"action");if(t===void 0)throw new p("Missing required argument: configAction",64);let n=y(e.args,"value")??y(e.options,"value"),o=y(e.options,"policy")!==void 0&&n!==void 0?{...e.options,value:n}:e.options;return bc(y(e.args,"scope")??y(e.options,"scope")??"project",t,y(e.args,"key")??y(e.options,"key"),o,e.global,y(e.options,"policy")===void 0?n:void 0)}function Dg(e){let t=e.options;return ha(_a(t),e.global)}function Ng(e,t){if(typeof e=="number"){if(!Number.isFinite(e)||!Number.isInteger(e))throw new p(`${t} must be a finite integer.`,64);return e}if(typeof e=="string"&&e.trim().length>0){let n=e.trim();if(!/^[+-]?\d+(?:st|nd|rd|th)?$/i.test(n))throw new p(`${t} must be a finite integer.`,64);let o=Number.parseInt(n,10);if(!Number.isInteger(o))throw new p(`${t} must be a finite integer.`,64);return o}}function jg(e){let t=y(e.args,"subcommand")??de(e.options,"subcommand"),n=e.options;return Ed({subcommand:t,id:typeof e.id=="string"?e.id:typeof n.id=="string"?n.id:void 0,stepRef:Ug(e),reorderTo:Ng(n.reorderTo??e.args.reorderTo,"plan reorderTo"),options:e.options,global:e.global})}function Ug(e){return typeof e.options.stepRef=="string"?e.options.stepRef:typeof e.args.stepRef=="string"?e.args.stepRef:void 0}function Gg(e){let t=y(e.args,"subcommand")??de(e.options,"subcommand"),n=e.args.alias??e.options.alias;return{ctx:e,subcommand:t.trim().toLowerCase(),name:y(e.args,"name")??y(e.options,"name"),author:y(e.args,"author")??y(e.options,"author"),force:e.args.force===!0||e.options.force===!0,aliases:n===void 0?void 0:H(n)}}function qg(e){let{ctx:t,subcommand:n,name:o,author:s,force:r}=e,a=lt({list:()=>Ua(t.global),show:()=>Ga(o,t.global),"show-status":()=>qa(o,t.global),"list-fields":()=>Ba(t.global),"show-field":()=>Va(o,t.global),"remove-type":()=>Ma(o,{author:s,force:r},t.global),"remove-field":()=>Ha(o,{author:s,force:r},t.global),"remove-status":()=>ja(o,{author:s,force:r},t.global),"apply-preset":()=>Wa(y(t.args,"typePreset")??y(t.options,"typePreset"),{author:s,force:r},t.global)},n);return a?a():null}function zg(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e,i=t.args.commands??t.options.commands,a=t.args.requiredTypes??t.options.requiredTypes;return za(n,{type:y(t.args,"fieldType")??y(t.options,"fieldType"),commands:i===void 0?void 0:H(i),description:y(t.args,"description")??y(t.options,"description"),cliFlag:y(t.args,"cliFlag")??y(t.options,"cliFlag"),alias:r,required:t.args.required===!0||t.options.required===!0,requiredOnCreate:t.args.requiredOnCreate===!0||t.options.requiredOnCreate===!0,allowUnset:!(t.args.allowUnset===!1||t.options.allowUnset===!1),requiredTypes:a===void 0?void 0:H(a),author:o,force:s},t.global)}function Hg(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e,i=t.args.role??t.options.role;return Na(n,{role:i===void 0?void 0:H(i),alias:r,description:y(t.args,"description")??y(t.options,"description"),order:ee(t.args.order??t.options.order,"schema add-status order"),author:o,force:s},t.global)}function Bg(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e;return La(n,{description:y(t.args,"description")??y(t.options,"description"),defaultStatus:y(t.args,"defaultStatus")??y(t.args,"default_status")??y(t.options,"defaultStatus")??y(t.options,"default_status"),folder:y(t.args,"folder")??y(t.options,"folder"),alias:r,author:o,force:s},t.global)}function Vg(e){let{ctx:t,subcommand:n,name:o,author:s,force:r}=e,i=y(t.args,"to")??de(t.options,"to"),a=y(t.args,"migrationId")??y(t.args,"migration_id")??y(t.options,"migrationId")??y(t.options,"migration_id"),c=y(t.args,"fieldTypeScope")??y(t.options,"fieldTypeScope")??y(t.args,"type")??y(t.options,"type"),d=n==="rename-type"?{kind:"rename-type",from:o??"",to:i}:n==="rename-field"?{kind:"rename-field",from:o??"",to:i,...c===void 0?{}:{type:c}}:{kind:"remap-status",from:o??"",to:i};return Pa(d,{migrationId:a,dryRun:t.args.dryRun===!0||t.options.dryRun===!0,author:s,force:r},t.global)}function Wg(e){let t=Gg(e),n=qg(t);if(n!==null)return n;if(t.subcommand==="rename-type"||t.subcommand==="rename-field"||t.subcommand==="remap-status")return Vg(t);if(t.subcommand==="add-field")return zg(t);if(t.subcommand==="add-status")return Hg(t);if(t.subcommand==="add-type")return e.args.infer===!0||e.options.infer===!0?Ka({minCount:ee(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):Bg(t);throw me({command_path:"schema",token:t.subcommand,allowed:Fa,exit_code:64})}function Kg(e){let t=y(e.args,"subcommand")??de(e.options,"subcommand"),n=t.trim().toLowerCase(),o=y(e.args,"name")??y(e.options,"name"),r=lt({list:()=>al(),show:()=>cl(o),lint:()=>dl(o),apply:()=>ll(o,{dryRun:e.args.dryRun===!0||e.options.dryRun===!0,author:y(e.args,"author")??y(e.options,"author"),force:e.args.force===!0||e.options.force===!0},e.global)},n);if(!r)throw me({command_path:"profile",token:t,allowed:il,exit_code:64});return r()}async function Yg(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options);return oe(await ed(M(e,o),o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Jg(e){let{changedFields:t,runnerOptions:n}=te(e.args,e.options);return oe(await pd(wo(n),e.global),{changedFields:t})}async function Xg(e){let{changedFields:t,runnerOptions:n}=te(e.args,e.options),o=y(e.args,"reason"),s=o!==void 0&&n.reason===void 0?{...n,reason:o}:{...n};return e.force&&s.force===void 0&&(s.force=!0),oe(await sd(bo(s),e.global),{changedFields:t})}async function Zg(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options),s=y(o,"target")??de(e.args,"target");return oe(await je(M(e,o),s,o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Qg(e){let t=E(process.cwd(),e.global.path),n=await R(t),o=hn(j(n.schema)),s=M(e),r=await Ao(s,e.force,e.global,e.options),i=await ve(s,St(e.options,{status:o,force:e.force},["assignee"]),e.global);return{id:s,action:"start_task",claim:r,update:i}}async function ey(e){let t=E(process.cwd(),e.global.path),n=await R(t),o=M(e),s=j(n.schema).open_status,r=await ve(o,St(e.options,{status:s,force:e.force},["assignee"]),e.global),i=await fn(o,e.force,e.global,e.options);return{id:o,action:"pause_task",update:r,release:i}}async function ty(e){let t=M(e),n=y(e.args,"reason")??y(e.args,"text")??y(e.options,"reason")??y(e.options,"text"),o=await Me(t,n,{...e.options,force:e.force},e.global),s=await fn(t,e.force,e.global,e.options);return{id:t,action:"close_task",close:o,release:s}}function ny(e){let t={...e.args,...e.options};return ya(de(t,"subcommand"),y(t,"id")??e.id,y(t,"target"),Ia(t),e.global)}function oy(e){return xa(E(process.cwd(),e.global.path),{...e.args,...e.options})}var nm={init:e=>wc(y(e.args,"prefix"),e.global,e.options),context:e=>xo(Je("context",e.options),e.global),next:e=>Ro(Je("next",e.options),e.global),eval:Dd,events:Nd,merge:jd,workspace:Ud,meet:xn,event:xn,remind:xn,list:Rg,get:e=>{let t=M(e);return $o(t,e.global,Je("get",e.options,[t]))},search:Ag,duplicates:e=>{let t=typeof e.options.status=="string"?[e.options.status]:H(e.options.status);return Mo(e.global,{...t.length===0?{}:{status:t},since:y(e.options,"since"),threshold:typeof e.options.threshold=="number"?e.options.threshold:void 0,limit:e.options.limit==="default"?void 0:ee(e.options.limit,"limit")})},create:Cg,copy:Tg,focus:e=>fs(e.id,{clear:e.options.clear===!0||e.args.clear===!0},e.global),update:Og,"item-reopen":vl,restore:Zg,claim:e=>e.options.next===!0||e.args.next===!0?dc(e.force,e.global,{...e.options,...e.args},{...e.options,...e.args}):Ao(M(e),e.force,e.global,e.options),release:e=>fn(M(e),e.force,e.global,e.options),"start-task":Qg,"pause-task":ey,"close-task":ty,close:wl,comments:$g,notes:e=>ad(M(e),pn(e.options),e.global),learnings:e=>id(M(e),pn(e.options),e.global),files:Pg,docs:e=>nc(M(e),on(e.options),e.global),test:e=>Mc(M(e),e.options,e.global),"test-all":e=>Dc(e.options,e.global),telemetry:Fg,validate:e=>mn(e.options,e.global,{runUpdate:(t,n,o)=>ve(t,n,o)}),health:Lg,assurance:e=>rc(e.args,e.options,e.global),contracts:e=>Fo(e.options,e.global),config:Mg,activity:Dg,aggregate:e=>So(e.options,e.global),extension:e=>cn(Dn(e),e.options,e.global),package:e=>cn(Dn(e),e.options,e.global),install:e=>cn(Dn(e),{...e.options,install:!0},e.global),upgrade:e=>_c(Dn(e),e.options,e.global),delete:e=>us(M(e),e.options,e.global),deps:e=>ga(M(e),e.options,e.global),graph:ny,"files-discover":e=>ko(M(e),e.options,e.global),"files-lookup":e=>tm(e,H(e.options.paths)),history:e=>lc(M(e),e.options,e.global),"history-redact":e=>ma(M(e),e.options,e.global),"history-repair":hl,"history-compact":gl,"history-author-acknowledge":oy,plan:jg,schema:Wg,profile:Kg,stats:e=>Lo(e.global,Sl(e.options)),append:Yg,"update-many":Jg,"close-many":Xg,gc:e=>hc(e.global,e.options)};function LR(e=Hr){return e.map(t=>{let n=we(t),o=lt(Uo,n),s=o?.action??n,r=lt(nm,s)!==void 0;return{action:t,resolved_action:s,covered:r,route:r?o?"alias":"native":"missing"}})}async function Xl(e,t,n,o){let s=_o(t,e);Br(e,s),Vr(e,s);let r={action:e,args:t,options:s,id:y(t,"id"),force:t.force===!0||s.force===!0,global:n,activeExtensions:o},i=lt(nm,e),a=i?await i(r):await vg(e,t,s,n,o);return s.resolvedOutputFormat="json",Kr(e,s,a)}var sy={closeManyOptionsFromFlat:bo,extensionOptionsFromArgs:yo,globalOptions:nn,mutationListOptions:Sa,normalizeActionName:we,normalizeCommandPath:go,normalizeMcpUpdateOptions:Ea,normalizeMcpOptionsArrays:ka,optionsWithAuthor:_o,readRequiredString:de,readScalarString:ba,readScalarStringAllowBlank:wa,readStringArray:H,updateManyOptionsFromFlat:wo,withAddNoteOption:on,withFilesDiscoveryOptions:ho,withMutationCompaction:te};(process.env.NODE_ENV==="test"||process.env.VITEST!==void 0||process.env.VITEST_WORKER_ID!==void 0)&&(globalThis.__pmCliActionRunnerTestHooks=sy);async function ry(e,t,n){let o=await Bn({pmRoot:e,settings:t,cwd:n??process.cwd(),noExtensions:!1}),s=await Wn(o);try{return s.registrations}finally{try{await Vn(o,s)}catch{}}}export{Wc as a,bm as b,Go as c,Ct as d,vn as e,Xc as f,py as g,uy as h,fy as i,_y as j,hy as k,jc as l,gy as m,im as n,cm as o,gn as p,No as q,qc as r,yn as s,_m as t,jo as u,Vo as v,Zc as w,Tm as x,$m as y,Pm as z,Wo as A,ed as B,je as C,sd as D,rd as E,id as F,ad as G,pd as H,Xp as I,ud as J,ss as K,Ed as L,ps as M,us as N,fs as O,Rd as P,Ad as Q,Ku as R,Yu as S,Od as T,Pd as U,Fd as V,Ld as W,Md as X,rt as Y,ks as Z,yf as _,nv as $,ov as aa,Es as ba,qd as ca,bv as da,wv as ea,Hd as fa,Wd as ga,jv as ha,Lf as ia,$s as ja,Df as ka,Nf as la,il as ma,al as na,cl as oa,dl as pa,ll as qa,lk as ra,mk as sa,pk as ta,uk as ua,Ps as va,s_ as wa,fl as xa,_l as ya,Fs as za,m_ as Aa,p_ as Ba,u_ as Ca,U as Da,f_ as Ea,__ as Fa,h_ as Ga,g_ as Ha,Ms as Ia,Il as Ja,at as Ka,Ls as La,El as Ma,y_ as Na,xl as Oa,b_ as Pa,w_ as Qa,v_ as Ra,k_ as Sa,S_ as Ta,T_ as Ua,Tl as Va,O_ as Wa,N_ as Xa,B_ as Ya,W_ as Za,Vh as _a,gg as $a,b as ab,rx as bb,ix as cb,ax as db,cx as eb,dx as fb,lx as gb,mx as hb,px as ib,ux as jb,fx as kb,_x as lb,hx as mb,gx as nb,yx as ob,bx as pb,wx as qb,vx as rb,kx as sb,Sx as tb,Ix as ub,Ex as vb,xx as wb,Rx as xb,Ax as yb,Cx as zb,Tx as Ab,Ox as Bb,$x as Cb,Px as Db,Fx as Eb,Lx as Fb,Mx as Gb,Dx as Hb,Nx as Ib,jx as Jb,Ux as Kb,Gx as Lb,qx as Mb,zx as Nb,Hx as Ob,Bx as Pb,Vx as Qb,Wx as Rb,Kx as Sb,Yx as Tb,Jx as Ub,Xx as Vb,Zx as Wb,Qx as Xb,eR as Yb,tR as Zb,nR as _b,oR as $b,sR as ac,rR as bc,iR as cc,aR as dc,cR as ec,dR as fc,lR as gc,mR as hc,pR as ic,uR as jc,fR as kc,_R as lc,hR as mc,gR as nc,yR as oc,bR as pc,wR as qc,vR as rc,kR as sc,SR as tc,IR as uc,ER as vc,xR as wc,RR as xc,AR as yc,CR as zc,TR as Ac,OR as Bc,$R as Cc,PR as Dc,de as Ec,FR as Fc,xg as Gc,LR as Hc};
2114
- //# sourceMappingURL=chunk-FZ4Z2J4F.js.map
2113
+ `);let r=[];if(e.mode!=="keyword")try{N(e.progressEnabled,"writing vectorization status ledger"),await Si(e.pmRoot,e.vectorizationLedgerEntries,e.vectorizationEmbeddingMetadata)}catch(i){r.push(`search_vectorization_status_ledger_write_failed:${i instanceof Error?i.message:String(i)}`)}return r}async function vg(e,t){let n=eg(e.mode),o=Qh(e),s=e.full===!0;N(o,`start mode=${n}`);let r=E(process.cwd(),t.path);await $(r);let i=ai(await R(r)).settings,a=null;try{a=await V(r,ci,i.locks.ttl_seconds,C(void 0,"pm-reindex"),!1,i.governance.force_required_for_stale_lock,i.locks.wait_ms)}catch(c){throw c instanceof p&&c.exitCode===u.CONFLICT?new p("Another pm reindex run is already active for this project. Wait for it to finish before starting a new keyword, semantic, or hybrid reindex.",u.CONFLICT,{code:"reindex_already_running",type:"urn:pm-cli:error:reindex_already_running",why:"Semantic reindex can be expensive and duplicate runs compete for the same local embedding model and vector store.",nextSteps:["Check active pm reindex processes before starting another reindex.","Rerun with --progress when you need non-interactive visibility."]}):c}try{let c=og(i),d=sg(i),l=lg({requestedMode:n,pmRoot:r,settings:i,extensionEmbedding:c,extensionVectorAdapter:d}),m=n;N(o,"loading item corpus");let f=await mg({pmRoot:r,settings:i}),_=f.warnings,{documentCandidates:w,metadataDocuments:v}=f;N(o,`loaded_items=${v.length}`);let g=S(),h=dg(m,g,v),k=Pt.join(r,Vs),x=Pt.join(r,Ws),I=m==="keyword"?await Ys(r,w,i.schema,_):v,A=[],X={},G=null,se=cg(m);if(m==="keyword"&&await pg({pmRoot:r,settings:i,forceFullSemantic:s,extensionEmbedding:c,reindexWarnings:_}),m!=="keyword"){let re=await bg({pmRoot:r,settings:i,requestedMode:n,activeEmbeddingProvider:l.activeEmbeddingProvider,activeVectorStore:l.activeVectorStore,extensionEmbedding:c,extensionVectorAdapter:d,documentCandidates:w,metadataDocuments:v,documentsForKeywordArtifacts:I,forceFullSemantic:s,reindexWarnings:_,semanticWarnings:A,semanticSummary:se,progressEnabled:o});I=re.documentsForKeywordArtifacts,X=re.vectorizationLedgerEntries,G=re.vectorizationEmbeddingMetadata}let le=await wg({pmRoot:r,mode:m,manifest:h,documentsForKeywordArtifacts:I,settings:i,vectorizationLedgerEntries:X,vectorizationEmbeddingMetadata:G,progressEnabled:o}),Ie=[...await D({path:k,scope:"project",op:"reindex:manifest"}),...await D({path:x,scope:"project",op:"reindex:embeddings"}),...await yr({mode:m,total_items:v.length})];return N(o,"done"),{ok:!0,mode:m,total_items:v.length,semantic:se,artifacts:{manifest:Vs,embeddings:Ws},warnings:[..._,...A,...le,...Ie],generated_at:g}}finally{await a?.()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="099c7cda-4a92-553c-ad60-00e185b5971b")}catch{}})();var nm=Symbol("pm.active-extension-host-context");function J(e){return{fullChangedFields:!0,options:e}}var b=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[nm]=!0,n}run(t,n={}){return Ag({...this.defaults,...n,action:t})}runTyped(t,n={}){return this.run(t,n)}context(t={}){return this.runTyped("context",{options:t})}listAllItemMetadataLight(){return Hc(this.defaults.path,this.defaults.cwd)}list(t={}){return this.runTyped("list",{options:t})}async listAllComplete(t={}){return yn(await this.list(No(t)))}search(t,n={}){return this.runTyped("search",{query:t,options:n})}get(t,n={}){return this.runTyped("get",{id:t,options:n})}next(t={}){return this.runTyped("next",{options:t})}aggregate(t={}){return this.runTyped("aggregate",{options:t})}stats(t={}){return this.runTyped("stats",{options:t})}duplicates(t={}){return this.runTyped("duplicates",{options:t})}comments(t,n={}){return this.runTyped("comments",{id:t,options:n})}notes(t,n={}){return this.runTyped("notes",{id:t,options:n})}learnings(t,n={}){return this.runTyped("learnings",{id:t,options:n})}files(t,n={}){return this.runTyped("files",{id:t,options:n})}filesDiscover(t,n={}){return this.runTyped("files-discover",{id:t,options:n})}filesLookup(t){return this.runTyped("files-lookup",{options:t})}docs(t,n={}){return this.runTyped("docs",{id:t,options:n})}deps(t,n={}){return this.runTyped("deps",{id:t,options:n})}graph(t,n={},o={}){return this.runTyped("graph",{subcommand:t,...n,options:o})}append(t,n,o={}){return this.runTyped("append",{id:t,...J(St(o,{body:n}))})}init(t,n={}){return this.runTyped("init",{...t===void 0?{}:{prefix:t},options:n})}config(t,n,o,s,r={}){return this.runTyped("config",{scope:t,configAction:n,...o===void 0?{}:{key:o},...s===void 0?{}:{value:s},options:r})}schema(t,n={}){return this.runTyped("schema",{options:{...n,subcommand:t}})}schemaList(){return this.runTyped("schema",{options:{subcommand:"list"}})}schemaShow(t){return this.runTyped("schema",{name:t,options:{subcommand:"show"}})}schemaAddType(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-type"}})}schemaRemoveType(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-type"}})}schemaAddStatus(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-status"}})}schemaRemoveStatus(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-status"}})}schemaAddField(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-field"}})}schemaRemoveField(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-field"}})}schemaListFields(){return this.runTyped("schema",{options:{subcommand:"list-fields"}})}schemaShowField(t){return this.runTyped("schema",{name:t,options:{subcommand:"show-field"}})}schemaApplyPreset(t,n={}){return this.runTyped("schema",{typePreset:t,options:{...n,subcommand:"apply-preset"}})}schemaInferTypes(t={}){return this.runTyped("schema",{options:{...t,subcommand:"add-type",infer:!0}})}schemaRenameType(t,n,o){return this.runTyped("schema",{name:t,options:{...o,subcommand:"rename-type",to:n}})}schemaRenameField(t,n,o,s){return this.runTyped("schema",{name:t,options:{...o,subcommand:"rename-field",to:n,...s?{fieldTypeScope:s}:{}}})}schemaRemapStatus(t,n,o){return this.runTyped("schema",{name:t,options:{...o,subcommand:"remap-status",to:n}})}schemaShowStatus(t){return this.runTyped("schema",{name:t,options:{subcommand:"show-status"}})}profile(t,n={}){return this.runTyped("profile",{options:{...n,subcommand:t}})}profileList(){return this.runTyped("profile",{options:{subcommand:"list"}})}profileShow(t){return this.runTyped("profile",{name:t,options:{subcommand:"show"}})}profileApply(t,n={}){return this.runTyped("profile",{name:t,options:{...n,subcommand:"apply"}})}profileLint(t){return this.runTyped("profile",{name:t,options:{subcommand:"lint"}})}validate(t={}){return this.runTyped("validate",{options:t})}health(t={}){return this.runTyped("health",{options:t})}gc(t={}){return this.runTyped("gc",{options:t})}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,o={},s,r){return this.runTyped("plan",{...n===void 0?{}:{id:n},...s===void 0?{}:{stepRef:s},...r===void 0?{}:{reorderTo:r},options:St(o,{subcommand:t})})}planCreate(t){return this.plan("create",void 0,t)}planShow(t,n={}){return this.plan("show",t,n)}planAddStep(t,n){return this.plan("add-step",t,n)}planUpdateStep(t,n,o){return this.plan("update-step",t,o,n)}planCompleteStep(t,n,o={}){return this.plan("complete-step",t,o,n)}planBlockStep(t,n,o){return this.plan("block-step",t,o,n)}planReorderStep(t,n,o,s={}){return this.plan("reorder-step",t,s,n,o)}planRemoveStep(t,n,o={}){return this.plan("remove-step",t,o,n)}planLink(t,n,o){return this.plan("link",t,o,n)}planUnlink(t,n,o){return this.plan("unlink",t,o,n)}planDecision(t,n){return this.plan("decision",t,n)}planDiscovery(t,n){return this.plan("discovery",t,n)}planValidation(t,n){return this.plan("validation",t,n)}planResume(t,n){return this.plan("resume",t,n)}planApprove(t,n={}){return this.plan("approve",t,n)}planMaterialize(t,n){return this.plan("materialize",t,n)}create(t={}){return this.runTyped("create",J(t))}update(t,n={}){return this.runTyped("update",{id:t,...J(n)})}reopen(t,n,o={}){return this.runTyped("item-reopen",{id:t,reason:n,fullChangedFields:!0,options:o})}close(t,n,o={}){return this.runTyped("close",{id:t,reason:n,...J(o)})}claim(t,n={}){return this.runTyped("claim",{id:t,...J(n)})}claimNext(t={}){return this.runTyped("claim",{next:!0,...J(t)})}release(t,n={}){return this.runTyped("release",{id:t,...J(n)})}copy(t,n={}){return this.runTyped("copy",{id:t,...J(n)})}delete(t,n={}){return this.runTyped("delete",{id:t,...J(n)})}restore(t,n,o={}){return this.runTyped("restore",{fullChangedFields:!0,id:t,options:{...o,target:n}})}focus(t,n={}){return this.runTyped("focus",{...t===void 0?{}:{id:t},...J(n)})}startTask(t,n={}){return this.runTyped("start-task",{id:t,...J(n)})}pauseTask(t,n={}){return this.runTyped("pause-task",{id:t,...J(n)})}closeTask(t,n,o={}){return this.runTyped("close-task",{id:t,reason:n,...J(o)})}extension(t,n={}){return this.runTyped("extension",{...t===void 0?{}:{target:t},options:n})}extensionList(t={}){return this.extension("list",t)}extensionActivate(t,n={}){return this.runTyped("extension-activate",{target:t,options:n})}extensionDeactivate(t,n={}){return this.runTyped("extension-deactivate",{target:t,options:n})}package(t,n={}){return this.runTyped("package",{...t===void 0?{}:{target:t},options:{...n,vocabulary:"package"}})}packageList(t={}){return this.package("list",t)}packageInstall(t,n={}){return this.runTyped("package-install",{target:t,options:n})}packageUninstall(t,n={}){return this.runTyped("package-uninstall",{target:t,options:n})}packageDoctor(t={}){return this.runTyped("package-doctor",{options:t})}packageManage(t,n={}){return this.runTyped("package-manage",{...t===void 0?{}:{target:t},options:n})}packageDescribe(t,n={}){return this.runTyped("package-describe",{...t===void 0?{}:{target:t},options:n})}packageReload(t={}){return this.runTyped("package-reload",{options:t})}packageCatalog(t={}){return this.runTyped("package-catalog",{options:t})}packageActivate(t,n={}){return this.runTyped("package-activate",{target:t,options:n})}packageDeactivate(t,n={}){return this.runTyped("package-deactivate",{target:t,options:n})}packageMigrate(t={}){return this.package(void 0,{...t,migrate:!0})}upgrade(t,n={}){return this.runTyped("upgrade",{...t===void 0?{}:{target:t},options:n})}};function fx(e={},t={}){return new b(t).context(e)}function _x(e={},t={}){return new b(t).list(e)}function hx(e={},t={}){return new b(t).listAllComplete(e)}function gx(e,t={},n={}){return new b(n).search(e,t)}function yx(e,t={},n={}){return new b(n).get(e,t)}function bx(e={},t={}){return new b(t).next(e)}function wx(e={},t={}){return new b(t).aggregate(e)}function vx(e={},t={}){return new b(t).stats(e)}function kx(e={},t={}){return new b(t).duplicates(e)}function Sx(e,t={},n={}){return new b(n).comments(e,t)}function Ix(e,t={},n={}){return new b(n).notes(e,t)}function Ex(e,t={},n={}){return new b(n).learnings(e,t)}function xx(e,t={},n={}){return new b(n).files(e,t)}function Rx(e,t={},n={}){return new b(n).filesDiscover(e,t)}function Ax(e,t={}){return new b(t).filesLookup(e)}function Cx(e,t={},n={}){return new b(n).docs(e,t)}function Tx(e,t={},n={}){return new b(n).deps(e,t)}function Ox(e,t={},n={},o={}){return new b(o).graph(e,t,n)}function $x(e,t,n={},o={}){return new b(o).append(e,t,n)}function Px(e,t={},n={}){return new b(n).init(e,t)}function Fx(e,t,n,o,s={},r={}){return new b(r).config(e,t,n,o,s)}function Lx(e,t={},n={}){return new b(n).schema(e,t)}function Mx(e={}){return new b(e).schemaList()}function Dx(e,t={}){return new b(t).schemaShow(e)}function Nx(e,t={},n={}){return new b(n).schemaAddType(e,t)}function jx(e,t={},n={}){return new b(n).schemaRemoveType(e,t)}function Ux(e,t={},n={}){return new b(n).schemaAddStatus(e,t)}function Gx(e,t={},n={}){return new b(n).schemaRemoveStatus(e,t)}function qx(e,t={},n={}){return new b(n).schemaAddField(e,t)}function zx(e,t={},n={}){return new b(n).schemaRemoveField(e,t)}function Hx(e={}){return new b(e).schemaListFields()}function Bx(e,t={}){return new b(t).schemaShowField(e)}function Vx(e,t={},n={}){return new b(n).schemaApplyPreset(e,t)}function Wx(e={},t={}){return new b(t).schemaInferTypes(e)}function Kx(e,t,n,o={}){return new b(o).schemaRenameType(e,t,n)}function Yx(e,t,n,o,s={}){return new b(s).schemaRenameField(e,t,n,o)}function Jx(e,t,n,o={}){return new b(o).schemaRemapStatus(e,t,n)}function Xx(e,t={}){return new b(t).schemaShowStatus(e)}function Zx(e,t={},n={}){return new b(n).profile(e,t)}function Qx(e={}){return new b(e).profileList()}function eR(e,t={}){return new b(t).profileShow(e)}function tR(e,t={},n={}){return new b(n).profileApply(e,t)}function nR(e,t={}){return new b(t).profileLint(e)}function oR(e={},t={}){return new b(t).validate(e)}function sR(e={},t={}){return new b(t).health(e)}function rR(e={},t={}){return new b(t).gc(e)}function iR(e,t,n={}){return new b(n).historyRedact(e,t)}function aR(e,t={},n={}){return new b(n).historyRepair(e,t)}function cR(e={},t={}){return new b(t).historyRepairAll(e)}function dR(e,t={},n={}){return new b(n).historyCompact(e,t)}function lR(e,t={}){return new b(t).historyCompactBulk(e)}function mR(e={},t={}){return new b(t).create(e)}function pR(e,t={},n={}){return new b(n).update(e,t)}function uR(e,t,n={},o={}){return new b(o).reopen(e,t,n)}function fR(e,t,n={},o={}){return new b(o).close(e,t,n)}function _R(e,t={},n={}){return new b(n).claim(e,t)}function hR(e={},t={}){return new b(t).claimNext(e)}function gR(e,t={},n={}){return new b(n).release(e,t)}function yR(e,t={},n={}){return new b(n).copy(e,t)}function bR(e,t={},n={}){return new b(n).delete(e,t)}function wR(e,t,n={},o={}){return new b(o).restore(e,t,n)}function vR(e,t={},n={}){return new b(n).focus(e,t)}function kR(e,t={},n={}){return new b(n).startTask(e,t)}function SR(e,t={},n={}){return new b(n).pauseTask(e,t)}function IR(e,t,n={},o={}){return new b(o).closeTask(e,t,n)}function ER(e,t={},n={}){return new b(n).extension(e,t)}function xR(e={},t={}){return new b(t).extensionList(e)}function RR(e,t={},n={}){return new b(n).extensionActivate(e,t)}function AR(e,t={},n={}){return new b(n).extensionDeactivate(e,t)}function CR(e,t={},n={}){return new b(n).package(e,t)}function TR(e={},t={}){return new b(t).packageList(e)}function OR(e,t={},n={}){return new b(n).packageInstall(e,t)}function $R(e,t={},n={}){return new b(n).packageUninstall(e,t)}function PR(e={},t={}){return new b(t).packageDoctor(e)}function FR(e,t={},n={}){return new b(n).packageManage(e,t)}function LR(e,t={},n={}){return new b(n).packageDescribe(e,t)}function MR(e={},t={}){return new b(t).packageReload(e)}function DR(e={},t={}){return new b(t).packageCatalog(e)}function NR(e,t={},n={}){return new b(n).packageActivate(e,t)}function jR(e,t={},n={}){return new b(n).packageDeactivate(e,t)}function UR(e,t={},n={}){return new b(n).upgrade(e,t)}function Sg(e,t,n){return JSON.stringify([Zl.resolve(e),Zl.resolve(n??process.cwd()),t.extensions.enabled,t.extensions.disabled,t.extensions.policy])}async function Ig(e,t,n){let o=Sg(e,t,n);return Kc(o,()=>ay(e,t,n))}async function GR(e,t={}){let n=await R(e),o=t.extensionRegistrations??(t.noExtensions===!0?null:await Ig(e,n,t.cwd)),s=P(n,o),r=j(n.schema),i=yt(n.schema);return{types:[...s.types],statuses:r.definitions.map(a=>a.id),openStatus:r.open_status,closeStatus:r.close_status,canceledStatus:r.canceled_status,fields:Vc(i.definitions),extensionCommands:Wc(o?.commands??[])}}async function qR(e,t={}){let n=typeof e=="string"?{...t,pmRoot:e}:e??t,o={json:!0,quiet:n.quiet??!0,noExtensions:n.noExtensions??!1,noPager:!0,profile:n.profile??!1,path:n.pmRoot};return Fo(n,o)}function de(e,t){let n=y(e,t);if(!n)throw new p(`Missing required argument: ${t}`,64);return n}var Ql=_r(),om=new kg;function Mn(){Kn(ir()),Yn(ar()),Jn(cr()),Xn(dr()),Zn(lr()),Qn(mr()),eo(pr())}async function sm(e,t,n,o){return hr(()=>t===void 0?Ql.read(()=>em(e,n,o)):Ql.write(()=>xg(t,()=>em(e,n,o))))}async function zR(e,t){let n=e.cwd,o=n??process.cwd();return sm(nn({path:e.path,noExtensions:e.noExtensions}),n,o,()=>om.run(!0,t))}async function em(e,t,n){let o=E(t,e.path);if(e.noExtensions)return Mn(),Wo({pmRoot:o},()=>n(null));if(!await Z(ut(o)))return Mn(),n(null);let s=null,r;try{let i=await R(o),a=await Bn({pmRoot:o,settings:i,cwd:t,noExtensions:!1}),c=await Wn({...a,loaded:a.loaded});r={loadResult:a,activationResult:c},Kn(c.hooks),Yn(c.commands),Jn(c.parsers),Xn(c.preflight),Zn(c.services),Qn(c.renderers),eo(c.registrations),s={registrations:c.registrations,commands:c.commands,pmRoot:o,packages:a.loaded}}catch(i){Mn(),console.error("[pm-sdk] extension activation failed; continuing without active extensions:",i)}try{return await Wo({pmRoot:o,packages:s?.packages},()=>n(s))}finally{Mn(),r&&await Vn(r.loadResult,r.activationResult).catch(()=>{})}}async function Eg(e,t,n,o,s){if(!s)throw new p(`Unsupported native pm action: ${e}`,u.USAGE);let r=Pe(e),a=s.registrations.commands.find(d=>Pe(d.action)===r)?.command??s.commands.handlers.find(d=>Pe(d.command)===r)?.command;if(!a)throw new p(`Unsupported native pm action: ${e}`,u.USAGE);let c=await br({command:go(a),args:H(n.args??t.args),options:yo(t,n),global:o,pm_root:s.pmRoot,sdk:ed(s.pmRoot,b.forActiveExtensionHost({pmRoot:s.pmRoot,author:typeof o.author=="string"&&o.author.trim()?o.author.trim():"pm-extension"}))});if(!c.handled){let d=c.warnings.length>0?` (${c.warnings.join(", ")})`:"";throw new p(`Unsupported native pm action: ${e}${d}`,u.USAGE)}return c.result}async function xg(e,t){let n=process.cwd();process.chdir(e);try{return await t()}finally{process.chdir(n)}}function Rg(e){let t=de(e,"action"),n=Pe(t),o=lt(Uo,n),s=o?.action??n,r={...e,action:s};return o?.options!==void 0&&(r.options={...o.options,...jn(e.options)}),s==="package"&&(r.options={...jn(r.options),vocabulary:"package"}),{action:s,args:r}}async function Ag(e){let t=Rg(e),n=nn(t.args),o=Ia(t.action),s=y(t.args,"cwd"),r=s??process.cwd();t.action==="init"&&(n[kc]=r),(t.action!=="init"||n.path!==void 0||(process.env.PM_PATH?.trim().length??0)>0)&&(n.path=E(r,n.path));try{return e[nm]===!0||om.getStore()===!0?await tm(t.action,t.args,n,null):await sm(n,s,r,i=>tm(t.action,t.args,n,i))}finally{o&&jo()}}function lt(e,t){return Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0}function Dn(e){return y(e.args,"target")??y(e.options,"target")}function M(e,t=e.options){return e.id??de(t,"id")}async function Cg(e){let t=Je("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),Do(await fe(y(e.args,"status")??y(t,"status"),t,e.global),t)}async function Tg(e){let t=de(e.args,"query"),n=Je("search",e.options,[t]);return n.compact===void 0&&n.full===void 0&&n.fields===void 0&&(n.compact=!0),Do(await Po(t,n,e.global),n)}async function Og(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options);return oe(await Rt(o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function $g(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options),s={...o,...o.title===void 0&&typeof e.args.title=="string"?{title:e.args.title}:{},...o.message===void 0&&typeof e.args.message=="string"?{message:e.args.message}:{}};return oe(await ps(M(e,s),s,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Pg(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options);return oe(await we(M(e,o),o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}function Fg(e){let t=pn(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")),dd(M(e),t,e.global)}function rm(e,t){return ic(xl(e.options,t,ee),e.global)}function Lg(e){let t=H(e.options.lookupPath);if(t&&t.length>0)return rm(e,t);let n=M(e);return e.options.discover===!0?ko(n,ho(e.options),e.global):rc(n,on(e.options),e.global)}function Mg(e){return Nc({subcommand:y(e.args,"subcommand")??y(e.options,"subcommand"),limit:ka(e.args,e.options)},e.global)}function Dg(e){let t={...e.options};return t.brief===void 0&&t.summary===void 0&&t.full===void 0&&(t.summary=!0),oc(e.global,t)}function Ng(e){let t=y(e.args,"configAction")??y(e.options,"configAction")??y(e.options,"action");if(t===void 0)throw new p("Missing required argument: configAction",64);let n=y(e.args,"value")??y(e.options,"value"),o=y(e.options,"policy")!==void 0&&n!==void 0?{...e.options,value:n}:e.options;return vc(y(e.args,"scope")??y(e.options,"scope")??"project",t,y(e.args,"key")??y(e.options,"key"),o,e.global,y(e.options,"policy")===void 0?n:void 0)}function jg(e){let t=e.options;return ga(ha(t),e.global)}function Ug(e,t){if(typeof e=="number"){if(!Number.isFinite(e)||!Number.isInteger(e))throw new p(`${t} must be a finite integer.`,64);return e}if(typeof e=="string"&&e.trim().length>0){let n=e.trim();if(!/^[+-]?\d+(?:st|nd|rd|th)?$/i.test(n))throw new p(`${t} must be a finite integer.`,64);let o=Number.parseInt(n,10);if(!Number.isInteger(o))throw new p(`${t} must be a finite integer.`,64);return o}}function Gg(e){let t=y(e.args,"subcommand")??de(e.options,"subcommand"),n=e.options;return Cd({subcommand:t,id:typeof e.id=="string"?e.id:typeof n.id=="string"?n.id:void 0,stepRef:qg(e),reorderTo:Ug(n.reorderTo??e.args.reorderTo,"plan reorderTo"),options:e.options,global:e.global})}function qg(e){return typeof e.options.stepRef=="string"?e.options.stepRef:typeof e.args.stepRef=="string"?e.args.stepRef:void 0}function zg(e){let t=y(e.args,"subcommand")??de(e.options,"subcommand"),n=e.args.alias??e.options.alias;return{ctx:e,subcommand:t.trim().toLowerCase(),name:y(e.args,"name")??y(e.options,"name"),author:y(e.args,"author")??y(e.options,"author"),force:e.args.force===!0||e.options.force===!0,aliases:n===void 0?void 0:H(n)}}function Hg(e){let{ctx:t,subcommand:n,name:o,author:s,force:r}=e,a=lt({list:()=>qa(t.global),show:()=>za(o,t.global),"show-status":()=>Ha(o,t.global),"list-fields":()=>Wa(t.global),"show-field":()=>Ka(o,t.global),"remove-type":()=>Na(o,{author:s,force:r},t.global),"remove-field":()=>Va(o,{author:s,force:r},t.global),"remove-status":()=>Ga(o,{author:s,force:r},t.global),"apply-preset":()=>Ya(y(t.args,"typePreset")??y(t.options,"typePreset"),{author:s,force:r},t.global)},n);return a?a():null}function Bg(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e,i=t.args.commands??t.options.commands,a=t.args.requiredTypes??t.options.requiredTypes;return Ba(n,{type:y(t.args,"fieldType")??y(t.options,"fieldType"),commands:i===void 0?void 0:H(i),description:y(t.args,"description")??y(t.options,"description"),cliFlag:y(t.args,"cliFlag")??y(t.options,"cliFlag"),alias:r,required:t.args.required===!0||t.options.required===!0,requiredOnCreate:t.args.requiredOnCreate===!0||t.options.requiredOnCreate===!0,allowUnset:!(t.args.allowUnset===!1||t.options.allowUnset===!1),requiredTypes:a===void 0?void 0:H(a),author:o,force:s},t.global)}function Vg(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e,i=t.args.role??t.options.role;return Ua(n,{role:i===void 0?void 0:H(i),alias:r,description:y(t.args,"description")??y(t.options,"description"),order:ee(t.args.order??t.options.order,"schema add-status order"),author:o,force:s},t.global)}function Wg(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e;return Da(n,{description:y(t.args,"description")??y(t.options,"description"),defaultStatus:y(t.args,"defaultStatus")??y(t.args,"default_status")??y(t.options,"defaultStatus")??y(t.options,"default_status"),folder:y(t.args,"folder")??y(t.options,"folder"),alias:r,author:o,force:s},t.global)}function Kg(e){let{ctx:t,subcommand:n,name:o,author:s,force:r}=e,i=y(t.args,"to")??de(t.options,"to"),a=y(t.args,"migrationId")??y(t.args,"migration_id")??y(t.options,"migrationId")??y(t.options,"migration_id"),c=y(t.args,"fieldTypeScope")??y(t.options,"fieldTypeScope")??y(t.args,"type")??y(t.options,"type"),d=n==="rename-type"?{kind:"rename-type",from:o??"",to:i}:n==="rename-field"?{kind:"rename-field",from:o??"",to:i,...c===void 0?{}:{type:c}}:{kind:"remap-status",from:o??"",to:i};return La(d,{migrationId:a,dryRun:t.args.dryRun===!0||t.options.dryRun===!0,author:s,force:r},t.global)}function Yg(e){let t=zg(e),n=Hg(t);if(n!==null)return n;if(t.subcommand==="rename-type"||t.subcommand==="rename-field"||t.subcommand==="remap-status")return Kg(t);if(t.subcommand==="add-field")return Bg(t);if(t.subcommand==="add-status")return Vg(t);if(t.subcommand==="add-type")return e.args.infer===!0||e.options.infer===!0?Ja({minCount:ee(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):Wg(t);throw me({command_path:"schema",token:t.subcommand,allowed:Ma,exit_code:64})}function Jg(e){let t=y(e.args,"subcommand")??de(e.options,"subcommand"),n=t.trim().toLowerCase(),o=y(e.args,"name")??y(e.options,"name"),r=lt({list:()=>ml(),show:()=>pl(o),lint:()=>ul(o),apply:()=>fl(o,{dryRun:e.args.dryRun===!0||e.options.dryRun===!0,author:y(e.args,"author")??y(e.options,"author"),force:e.args.force===!0||e.options.force===!0},e.global)},n);if(!r)throw me({command_path:"profile",token:t,allowed:ll,exit_code:64});return r()}async function Xg(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options);return oe(await sd(M(e,o),o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Zg(e){let{changedFields:t,runnerOptions:n}=te(e.args,e.options);return oe(await hd(wo(n),e.global),{changedFields:t})}async function Qg(e){let{changedFields:t,runnerOptions:n}=te(e.args,e.options),o=y(e.args,"reason"),s=o!==void 0&&n.reason===void 0?{...n,reason:o}:{...n};return e.force&&s.force===void 0&&(s.force=!0),oe(await cd(bo(s),e.global),{changedFields:t})}async function ey(e){let{changedFields:t,idOnly:n,runnerOptions:o}=te(e.args,e.options),s=y(o,"target")??de(e.args,"target");return oe(await je(M(e,o),s,o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function ty(e){let t=E(process.cwd(),e.global.path),n=await R(t),o=hn(j(n.schema)),s=M(e),r=await Ao(s,e.force,e.global,e.options),i=await we(s,St(e.options,{status:o,force:e.force},["assignee"]),e.global);return{id:s,action:"start_task",claim:r,update:i}}async function ny(e){let t=E(process.cwd(),e.global.path),n=await R(t),o=M(e),s=j(n.schema).open_status,r=await we(o,St(e.options,{status:s,force:e.force},["assignee"]),e.global),i=await fn(o,e.force,e.global,e.options);return{id:o,action:"pause_task",update:r,release:i}}async function oy(e){let t=M(e),n=y(e.args,"reason")??y(e.args,"text")??y(e.options,"reason")??y(e.options,"text"),o=await Me(t,n,{...e.options,force:e.force},e.global),s=await fn(t,e.force,e.global,e.options);return{id:t,action:"close_task",close:o,release:s}}function sy(e){let t={...e.args,...e.options};return ba(de(t,"subcommand"),y(t,"id")??e.id,y(t,"target"),xa(t),e.global)}function ry(e){return Aa(E(process.cwd(),e.global.path),{...e.args,...e.options})}var im={init:e=>Sc(y(e.args,"prefix"),e.global,e.options),context:e=>xo(Je("context",e.options),e.global),next:e=>Ro(Je("next",e.options),e.global),eval:Gd,events:qd,merge:zd,workspace:Hd,meet:xn,event:xn,remind:xn,list:Cg,get:e=>{let t=M(e);return $o(t,e.global,Je("get",e.options,[t]))},search:Tg,duplicates:e=>{let t=typeof e.options.status=="string"?[e.options.status]:H(e.options.status);return Mo(e.global,{...t.length===0?{}:{status:t},since:y(e.options,"since"),threshold:typeof e.options.threshold=="number"?e.options.threshold:void 0,limit:e.options.limit==="default"?void 0:ee(e.options.limit,"limit")})},create:Og,copy:$g,focus:e=>fs(e.id,{clear:e.options.clear===!0||e.args.clear===!0},e.global),update:Pg,"item-reopen":El,restore:ey,claim:e=>e.options.next===!0||e.args.next===!0?mc(e.force,e.global,{...e.options,...e.args},{...e.options,...e.args}):Ao(M(e),e.force,e.global,e.options),release:e=>fn(M(e),e.force,e.global,e.options),"start-task":ty,"pause-task":ny,"close-task":oy,close:Il,comments:Fg,notes:e=>md(M(e),pn(e.options),e.global),learnings:e=>ld(M(e),pn(e.options),e.global),files:Lg,docs:e=>sc(M(e),on(e.options),e.global),test:e=>jc(M(e),e.options,e.global),"test-all":e=>Uc(e.options,e.global),telemetry:Mg,validate:e=>mn(e.options,e.global,{runUpdate:(t,n,o)=>we(t,n,o)}),health:Dg,assurance:e=>ac(e.args,e.options,e.global),contracts:e=>Fo(e.options,e.global),config:Ng,activity:jg,aggregate:e=>So(e.options,e.global),extension:e=>cn(Dn(e),e.options,e.global),package:e=>cn(Dn(e),e.options,e.global),install:e=>cn(Dn(e),{...e.options,install:!0},e.global),upgrade:e=>gc(Dn(e),e.options,e.global),delete:e=>us(M(e),e.options,e.global),deps:e=>ya(M(e),e.options,e.global),graph:sy,"files-discover":e=>ko(M(e),e.options,e.global),"files-lookup":e=>rm(e,H(e.options.paths)),history:e=>pc(M(e),e.options,e.global),"history-redact":e=>pa(M(e),e.options,e.global),"history-repair":wl,"history-compact":vl,"history-author-acknowledge":ry,plan:Gg,schema:Yg,profile:Jg,stats:e=>Lo(e.global,Rl(e.options)),append:Xg,"update-many":Zg,"close-many":Qg,gc:e=>yc(e.global,e.options)};function HR(e=Hr){return e.map(t=>{let n=Pe(t),o=lt(Uo,n),s=o?.action??n,r=lt(im,s)!==void 0;return{action:t,resolved_action:s,covered:r,route:r?o?"alias":"native":"missing"}})}async function tm(e,t,n,o){let s=_o(t,e);Br(e,s),Vr(e,s);let r={action:e,args:t,options:s,id:y(t,"id"),force:t.force===!0||s.force===!0,global:n,activeExtensions:o},i=lt(im,e),a=i?await i(r):await Eg(e,t,s,n,o);s.resolvedOutputFormat="json";let c=Yr(e,s,a);return await td(E(process.cwd(),n.path),c),c}var iy={closeManyOptionsFromFlat:bo,extensionOptionsFromArgs:yo,globalOptions:nn,mutationListOptions:Ea,normalizeActionName:Pe,normalizeCommandPath:go,normalizeMcpUpdateOptions:Ra,normalizeMcpOptionsArrays:Sa,optionsWithAuthor:_o,readRequiredString:de,readScalarString:wa,readScalarStringAllowBlank:va,readStringArray:H,updateManyOptionsFromFlat:wo,withAddNoteOption:on,withFilesDiscoveryOptions:ho,withMutationCompaction:te};(process.env.NODE_ENV==="test"||process.env.VITEST!==void 0||process.env.VITEST_WORKER_ID!==void 0)&&(globalThis.__pmCliActionRunnerTestHooks=iy);async function ay(e,t,n){let o=await Bn({pmRoot:e,settings:t,cwd:n??process.cwd(),noExtensions:!1}),s=await Wn(o);try{return s.registrations}finally{try{await Vn(o,s)}catch{}}}export{Jc as a,Sm as b,Go as c,Ct as d,vn as e,ed as f,fy as g,_y as h,hy as i,gy as j,yy as k,qc as l,by as m,lm as n,pm as o,gn as p,No as q,Bc as r,yn as s,bm as t,jo as u,Vo as v,nd as w,Fm as x,Mm as y,Dm as z,Wo as A,sd as B,je as C,cd as D,dd as E,ld as F,md as G,hd as H,tu as I,gd as J,ss as K,Cd as L,ps as M,us as N,fs as O,Od as P,$d as Q,Zu as R,Qu as S,Ld as T,Dd as U,Nd as V,jd as W,Ud as X,rt as Y,ks as Z,kf as _,iv as $,av as aa,Es as ba,Vd as ca,Sv as da,Iv as ea,Kd as fa,Xd as ga,zv as ha,jf as ia,$s as ja,Gf as ka,qf as la,ll as ma,ml as na,pl as oa,ul as pa,fl as qa,fk as ra,_k as sa,hk as ta,gk as ua,Ps as va,c_ as wa,yl as xa,bl as ya,Fs as za,__ as Aa,h_ as Ba,g_ as Ca,U as Da,y_ as Ea,b_ as Fa,w_ as Ga,v_ as Ha,Ms as Ia,Al as Ja,at as Ka,Ls as La,Cl as Ma,k_ as Na,Tl as Oa,S_ as Pa,I_ as Qa,E_ as Ra,x_ as Sa,R_ as Ta,F_ as Ua,Fl as Va,L_ as Wa,q_ as Xa,Y_ as Ya,X_ as Za,Jh as _a,vg as $a,b as ab,fx as bb,_x as cb,hx as db,gx as eb,yx as fb,bx as gb,wx as hb,vx as ib,kx as jb,Sx as kb,Ix as lb,Ex as mb,xx as nb,Rx as ob,Ax as pb,Cx as qb,Tx as rb,Ox as sb,$x as tb,Px as ub,Fx as vb,Lx as wb,Mx as xb,Dx as yb,Nx as zb,jx as Ab,Ux as Bb,Gx as Cb,qx as Db,zx as Eb,Hx as Fb,Bx as Gb,Vx as Hb,Wx as Ib,Kx as Jb,Yx as Kb,Jx as Lb,Xx as Mb,Zx as Nb,Qx as Ob,eR as Pb,tR as Qb,nR as Rb,oR as Sb,sR as Tb,rR as Ub,iR as Vb,aR as Wb,cR as Xb,dR as Yb,lR as Zb,mR as _b,pR as $b,uR as ac,fR as bc,_R as cc,hR as dc,gR as ec,yR as fc,bR as gc,wR as hc,vR as ic,kR as jc,SR as kc,IR as lc,ER as mc,xR as nc,RR as oc,AR as pc,CR as qc,TR as rc,OR as sc,$R as tc,PR as uc,FR as vc,LR as wc,MR as xc,DR as yc,NR as zc,jR as Ac,UR as Bc,GR as Cc,qR as Dc,de as Ec,zR as Fc,Ag as Gc,HR as Hc};
2114
+ //# sourceMappingURL=chunk-LENC656S.js.map