@unbrained/pm-cli 2026.8.27 → 2026.8.29

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 (148) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +49 -1
  3. package/dist/cli/error-guidance.js +61 -7
  4. package/dist/cli/register-annotations.js +58 -41
  5. package/dist/cli-bundle/bundle-manifest.json +142 -142
  6. package/dist/cli-bundle/chunks/{chunk-TNX6HC54.js → chunk-2MKLQL2E.js} +2 -2
  7. package/dist/cli-bundle/chunks/{chunk-SKXLJIEK.js → chunk-2UETTHY6.js} +49 -49
  8. package/dist/cli-bundle/chunks/{chunk-SHMDY36D.js → chunk-3TEF3HM5.js} +2 -2
  9. package/dist/cli-bundle/chunks/{chunk-SH6P7FXI.js → chunk-7SKMLSMX.js} +2 -2
  10. package/dist/cli-bundle/chunks/chunk-7X6OZEIV.js +34 -0
  11. package/dist/cli-bundle/chunks/{chunk-CVBBGWW5.js → chunk-CMIEDWAY.js} +54 -50
  12. package/dist/cli-bundle/chunks/{chunk-3OO3W6FW.js → chunk-GNWPTEBW.js} +64 -61
  13. package/dist/cli-bundle/chunks/chunk-MTTKAUBX.js +2 -0
  14. package/dist/cli-bundle/chunks/chunk-N6OR6FAR.js +13 -0
  15. package/dist/cli-bundle/chunks/{chunk-R4ETAOJC.js → chunk-TGNAA66W.js} +2 -2
  16. package/dist/cli-bundle/chunks/{chunk-52EKTW6V.js → chunk-WS2GJQVG.js} +2 -2
  17. package/dist/cli-bundle/chunks/{register-list-query-EUWM6VII.js → register-list-query-OMKJ5ONN.js} +2 -2
  18. package/dist/cli-bundle/chunks/{register-mutation-FD4HSAVU.js → register-mutation-QBSNCOY3.js} +4 -4
  19. package/dist/cli-bundle/chunks/{register-operations-HRMNFEC3.js → register-operations-UC77FQZC.js} +2 -2
  20. package/dist/cli-bundle/chunks/{register-setup-33GNICLX.js → register-setup-GLQ5SYV3.js} +2 -2
  21. package/dist/cli-bundle/focused-chunks/{chunk-HC7ODMH3.js → chunk-3AVAWVZA.js} +2 -2
  22. package/dist/cli-bundle/focused-chunks/chunk-3UMBF26I.js +158 -0
  23. package/dist/cli-bundle/focused-chunks/{chunk-YVVZ3LQ6.js → chunk-73EDXGYE.js} +16 -15
  24. package/dist/cli-bundle/focused-chunks/{chunk-4BR5UU52.js → chunk-AXZ5AJAF.js} +45 -45
  25. package/dist/cli-bundle/focused-chunks/{chunk-MXTYGECH.js → chunk-G6PATS5E.js} +3 -3
  26. package/dist/cli-bundle/focused-chunks/{chunk-SUBSWYW3.js → chunk-JZYPPMXF.js} +2 -2
  27. package/dist/cli-bundle/focused-chunks/chunk-LLNTHF5X.js +2 -0
  28. package/dist/cli-bundle/focused-chunks/chunk-LYFWQMVC.js +2 -0
  29. package/dist/cli-bundle/focused-chunks/chunk-RKOKG43G.js +2 -0
  30. package/dist/cli-bundle/focused-chunks/chunk-TDK3OCX3.js +2 -0
  31. package/dist/cli-bundle/focused-chunks/{chunk-EKX37ZHA.js → chunk-THEPQMLX.js} +2 -2
  32. package/dist/cli-bundle/focused-chunks/{chunk-FC2AXLB5.js → chunk-XXOWRJZ5.js} +2 -2
  33. package/dist/cli-bundle/main.js +14 -14
  34. package/dist/cli-bundle/sdk-authoring.js +1 -1
  35. package/dist/cli-bundle/sdk-contracts.js +2 -2
  36. package/dist/cli-bundle/sdk-core.js +31 -32
  37. package/dist/cli-bundle/sdk-governance.js +1 -1
  38. package/dist/cli-bundle/sdk-graph.js +1 -1
  39. package/dist/cli-bundle/sdk-merge.js +34 -32
  40. package/dist/cli-bundle/sdk-query.js +1 -1
  41. package/dist/cli-bundle/sdk-runtime.js +1 -1
  42. package/dist/cli-bundle/sdk-testing.js +1 -1
  43. package/dist/cli-bundle/sdk.js +10 -10
  44. package/dist/core/diagnostics/remediation.js +16 -6
  45. package/dist/core/history/drift-scan.d.ts +2 -0
  46. package/dist/core/history/drift-scan.js +72 -36
  47. package/dist/core/history/history.d.ts +3 -3
  48. package/dist/core/history/history.js +5 -5
  49. package/dist/core/history/replay.d.ts +1 -1
  50. package/dist/core/history/replay.js +50 -19
  51. package/dist/core/item/actionability.d.ts +7 -1
  52. package/dist/core/item/actionability.js +44 -11
  53. package/dist/core/item/dependency-reference.d.ts +10 -0
  54. package/dist/core/item/dependency-reference.js +21 -0
  55. package/dist/core/item/parse.d.ts +4 -0
  56. package/dist/core/item/parse.js +38 -16
  57. package/dist/core/shared/author.js +69 -17
  58. package/dist/mcp/tool-definitions.js +5 -5
  59. package/dist/sdk/agent/command-recovery.js +3 -3
  60. package/dist/sdk/agent/task-transcript-contracts.d.ts +52 -0
  61. package/dist/sdk/agent/task-transcript-contracts.js +198 -0
  62. package/dist/sdk/annotations.d.ts +5 -2
  63. package/dist/sdk/annotations.js +66 -36
  64. package/dist/sdk/cli-bootstrap.d.ts +2 -8
  65. package/dist/sdk/cli-bootstrap.js +7 -67
  66. package/dist/sdk/cli-contracts/bootstrap-command-scanner.d.ts +23 -0
  67. package/dist/sdk/cli-contracts/bootstrap-command-scanner.js +80 -0
  68. package/dist/sdk/cli-contracts/flag-contracts.js +5 -2
  69. package/dist/sdk/cli-contracts/flag-lexicon-contracts.js +5 -5
  70. package/dist/sdk/cli-contracts/tool-parameter-tables.js +15 -2
  71. package/dist/sdk/cli-contracts/tool-schema.d.ts +1 -1
  72. package/dist/sdk/cli-contracts/tool-schema.js +16 -3
  73. package/dist/sdk/comments.d.ts +4 -0
  74. package/dist/sdk/comments.js +2 -2
  75. package/dist/sdk/completion.js +9 -5
  76. package/dist/sdk/contracts.d.ts +1 -0
  77. package/dist/sdk/contracts.js +3 -2
  78. package/dist/sdk/dependency-provenance.d.ts +51 -2
  79. package/dist/sdk/dependency-provenance.js +91 -7
  80. package/dist/sdk/extension/install-sources.d.ts +8 -1
  81. package/dist/sdk/extension/install-sources.js +132 -39
  82. package/dist/sdk/generated/generated-error-code-catalog-part-1.js +74 -14
  83. package/dist/sdk/generated/generated-error-code-catalog-part-2.js +86 -38
  84. package/dist/sdk/governance/health.js +86 -22
  85. package/dist/sdk/governance/validate-history-drift.js +5 -2
  86. package/dist/sdk/graph/assembly.js +51 -22
  87. package/dist/sdk/history-repair.d.ts +1 -1
  88. package/dist/sdk/history-repair.js +20 -10
  89. package/dist/sdk/index.d.ts +1 -0
  90. package/dist/sdk/index.js +3 -2
  91. package/dist/sdk/learnings.d.ts +4 -0
  92. package/dist/sdk/learnings.js +7 -4
  93. package/dist/sdk/lifecycle/close.js +4 -3
  94. package/dist/sdk/lifecycle/create.js +43 -19
  95. package/dist/sdk/linked-artifacts.js +21 -31
  96. package/dist/sdk/merge/reconcile.js +3 -16
  97. package/dist/sdk/notes.d.ts +4 -0
  98. package/dist/sdk/notes.js +2 -2
  99. package/dist/sdk/query/next.d.ts +6 -0
  100. package/dist/sdk/query/next.js +7 -2
  101. package/dist/sdk/runtime-input.js +5 -2
  102. package/dist/sdk/runtime.d.ts +6 -6
  103. package/dist/sdk/runtime.js +8 -8
  104. package/dist/sdk/test/entry.d.ts +1 -1
  105. package/dist/sdk/test/entry.js +5 -9
  106. package/dist/sdk/test/execution.d.ts +3 -0
  107. package/dist/sdk/test/execution.js +54 -13
  108. package/docs/COMMANDS.md +4 -3
  109. package/docs/CONTEXT_RECOVERY_PRIMITIVES.md +67 -0
  110. package/docs/MERGE_SAFETY.md +23 -10
  111. package/docs/OUTPUT_TOKEN_ACCOUNTING.md +20 -7
  112. package/docs/README.md +1 -0
  113. package/docs/RELEASING.md +9 -1
  114. package/docs/SDK.md +12 -0
  115. package/docs/SDK_CONTEXT_INTEGRITY.md +12 -1
  116. package/docs/SDK_RUNTIME_BOUNDARIES.md +10 -0
  117. package/docs/TESTING.md +6 -2
  118. package/docs/agent-task-token-baseline.json +97 -11
  119. package/docs/agent-task-transcripts.json +211 -0
  120. package/docs/generated/FLAG_LEXICON_BUDGETS.md +3 -3
  121. package/docs/generated/REFUSAL_CLOSURE_CENSUS.md +13 -4
  122. package/docs/performance/cli-transport-overhead.md +10 -2
  123. package/marketplace.json +2 -2
  124. package/package.json +8 -8
  125. package/packages/pm-beads/package.json +1 -1
  126. package/packages/pm-calendar/package.json +1 -1
  127. package/packages/pm-command-kit/package.json +1 -1
  128. package/packages/pm-digital-twin/package.json +1 -1
  129. package/packages/pm-governance-audit/package.json +1 -1
  130. package/packages/pm-guide-shell/package.json +1 -1
  131. package/packages/pm-kanban/package.json +1 -1
  132. package/packages/pm-lifecycle-hooks/package.json +1 -1
  133. package/packages/pm-linked-test-adapters/package.json +1 -1
  134. package/packages/pm-search-advanced/package.json +1 -1
  135. package/packages/pm-templates/package.json +1 -1
  136. package/packages/pm-todos/package.json +1 -1
  137. package/packages/pm-vcs/package.json +1 -1
  138. package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
  139. package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
  140. package/sdk/public-surface.json +297 -36
  141. package/dist/cli-bundle/chunks/chunk-MFNTKMTI.js +0 -13
  142. package/dist/cli-bundle/chunks/chunk-OS27HHBN.js +0 -35
  143. package/dist/cli-bundle/chunks/chunk-QTO7USTH.js +0 -2
  144. package/dist/cli-bundle/focused-chunks/chunk-2AGZ5BRT.js +0 -2
  145. package/dist/cli-bundle/focused-chunks/chunk-AQ5IYEZZ.js +0 -2
  146. package/dist/cli-bundle/focused-chunks/chunk-XDPYBQCF.js +0 -156
  147. package/dist/cli-bundle/focused-chunks/chunk-Y5A7SJJ7.js +0 -2
  148. package/dist/cli-bundle/focused-chunks/chunk-YHWHX6YY.js +0 -2
@@ -1,35 +0,0 @@
1
- import{Da as vf,Ga as bf,Oa as Ko,e as of,i as Hn,j as gf,na as jo,q as an,s as hf,t as yf,u as vi,xa as wf,ya as Go,za as qo}from"./chunk-SKXLJIEK.js";import{Bc as Nf,Ca as ff,Da as Uo,E as af,F as Bn,G as Wn,Ga as kf,H as ke,J as yi,M as wi,N as cf,P as $o,Pa as Ef,Q as df,S as lf,Sa as Sf,Ta as Vn,Wa as Tf,Xa as xf,Ya as Af,Za as Cf,Zb as If,_b as Rf,f as nf,g as rf,h as sf,ja as uf,ka as mf,yc as Of}from"./chunk-MFNTKMTI.js";import{$a as qd,$c as Jr,$g as Eo,$j as hi,$k as Xu,$l as Do,A as jr,Aa as Ud,Ac as F,Ad as Q,Af as Il,Ah as mi,Ai as Kn,Ak as Oo,Al as vm,B as Pn,Ba as jd,Bd as ni,Bf as Rl,Bh as fi,Bk as Mt,Bl as bm,Bm as tf,C as f,Ca as fo,Cd as Zt,Cf as vo,Ci as lu,Cj as zn,Cl as km,Dh as pi,Di as de,Dk as Nu,Dl as Em,E as p,Ed as ri,El as Sm,Fc as tl,Fd as ml,Fe as vl,Fi as So,Fj as hu,Fl as Tm,G as se,Gc as nl,Gd as fl,Gh as Jl,Gi as uu,H as Id,Hj as yu,Id as pl,Ig as Fl,Ij as wu,Ik as No,Ja as po,Jc as Ge,Jd as ii,Jf as Ol,Jg as $l,Jh as qn,Jj as vu,Jl as xm,Ka as $n,Kc as rl,Kj as bu,Kk as Lu,Kl as Am,La as Se,Lc as De,Le as bl,Lg as ko,Lk as Mu,Ll as Cm,Mc as il,Md as si,Mk as Du,Ml as Im,N as Rd,Nc as sl,Nd as ae,Nf as Nl,Nk as Pu,Nl as Rm,Oa as U,Oc as ol,Og as Ul,Oj as ku,Ok as Fu,Ol as Om,Pa as it,Pb as W,Pd as ce,Pj as Eu,Pk as $u,Pl as Nm,Qa as zr,Qb as st,Qd as en,Qg as jl,Qi as mu,Qj as Su,Qk as Uu,Ql as Lm,R as A,Ra as Xt,Rb as pt,Rd as _l,Rg as Gl,Rj as Tu,Rk as ju,Rl as Mm,S as Od,Sa as Un,Sf as bo,Sk as Gu,Sl as Dm,T as lo,Ta as Rt,Tc as _t,Td as oi,Tj as xu,Tk as qu,Tl as Pm,Tm as pf,U as Nd,Uc as Vr,Ud as gl,Ug as tn,Uh as _i,Uk as Ku,Ul as Fm,Vc as Yr,Vd as hl,Vi as fu,Vk as zu,Vl as $m,Vm as _f,W as ue,Wa as R,Wc as al,Wk as Bu,Wl as Um,Xa as He,Xg as ql,Xh as Ql,Xi as pu,Xk as Wu,Xl as jm,Ya as Ve,Yg as Kl,Yh as Zl,Yj as Au,Yk as Hu,Yl as Gm,Za as Te,Zh as eu,Zj as Cu,Zk as Vu,Zl as qm,_a as Gd,_c as Xr,_g as ai,_h as tu,_i as To,_k as Yu,_l as Km,ab as ft,ad as cl,ah as zl,aj as _u,ak as Iu,al as Ju,am as zm,b as je,bb as Br,bd as Qr,bh as Bl,bi as nu,bl as Qu,c as B,cb as Kd,cd as dl,ch as Wl,ci as I,cm as Po,d as Yt,da as Gr,db as zd,dd as Z,dh as ci,di as ru,dl as Zu,dm as Bm,e as q,ea as uo,eb as _o,ed as Jt,ee as yl,ei as iu,el as Lo,em as Wm,f as J,fb as go,fd as ge,fl as em,fm as Hm,g as _e,gb as Bd,gd as ll,gh as di,gl as tm,gm as Vm,h as kd,hb as Wd,hc as Wr,he as jn,hh as nn,hl as nm,hm as Ym,i as Ed,ia as Ld,ib as Hd,id as Pe,ie as Gn,ih as ve,il as rm,im as wt,jb as Vd,jc as Hr,jd as ul,jf as wo,jg as Ll,jh as Lt,ji as su,jl as im,jm as Xm,kb as Yd,kd as Nt,kg as Ml,kh as Hl,ki as ou,kl as sm,km as Jm,lb as Xd,ll as om,lm as Qm,md as Zr,mg as Dl,mh as rn,ml as am,mm as Zm,nd as Qt,nf as kl,nh as sn,ni as au,nl as cm,oa as mo,od as me,of as El,oh as Vl,oi as gi,ol as dm,om as ef,pd as ei,pf as Sl,pi as cu,pl as lm,qf as Tl,ql as um,ra as Fn,rb as Jd,rd as ho,rf as xl,rl as mm,s as Sd,sa as Me,sc as el,se as wl,sf as Al,sl as fm,t as Td,ta as qr,tb as Qd,tf as Ye,ti as $,tj as xo,tl as pm,ua as Kr,uf as Cl,uh as ht,ui as ee,uj as Ao,ul as Mo,v as xd,va as Md,vb as Ot,vg as Pl,vh as Yl,vi as fe,vj as Co,vk as Ro,vl as _m,wa as Dd,we as yo,wi as on,wj as Io,wk as Ru,wl as gm,x as Ad,xa as Pd,xb as Zd,xe as G,xh as li,xi as be,xl as hm,xm as Fo,ya as Fd,yd as ti,ye as gt,yh as Xl,yi as yt,yj as gu,yl as ym,z as Cd,za as $d,zh as ui,zi as du,zk as Ou,zl as wm}from"./chunk-3OO3W6FW.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]="d2d5135a-8110-527e-8530-653b25b792a4")}catch{}})();var N=class extends TypeError{constructor(t){super(t),this.name="AssuranceMutationRefusalError"}},Oe=class extends TypeError{context;constructor(t,n={}){super(t),this.name="AssuranceEvaluationRefusalError",this.context=n}},Xe=class extends TypeError{measurement_id;source_kind;field;check;constructor(t,n){super(t),this.name="AssuranceSourceResolutionError",this.measurement_id=n.measurement_id,this.source_kind=n.source_kind,this.field=n.field,this.check=n.check}};async function cn(e){try{return await e()}catch(t){throw t instanceof N?new p(t.message,f.USAGE,{code:"invalid_argument_value",reason:"assurance_mutation_refused"}):t}}async function Lf(e){try{return await e()}catch(t){throw t instanceof Oe?new p(t.message,f.USAGE,{code:"invalid_argument_value",reason:"assurance_evaluation_refused",...t.context}):t}}import{createHash as ub}from"node:crypto";import mb 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]="b911b43d-d14d-5e4f-a35e-5020b1a84542")}catch{}})();var dn=1e3;(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="d4c380ce-031e-5b2d-aaa8-658bb4aa3087")}catch{}})();var Df=1,ot=["pre-commit","pre-push","pre-merge","ci","pre-release","post-release","scheduled","on-claim","on-close"],Yn=["items","dependency_kind","prose_edge_gap","graph","validate","health","history","links","provider","derived"],fb=["ceiling","floor","equals","zero","monotone_nondecreasing","monotone_nonincreasing","subset_of"],pb=/^[a-z0-9]+(?:[._-][a-z0-9]+)*$/,bi=30,ki=5e3,Pf=4,_b=50;function at(e,t){if(!pb.test(e))throw new N(`${t} must be a stable lowercase id`)}function gb(e,t){if(!Number.isFinite(e)||e<0)throw new N(`${t} must be a finite non-negative number`)}function Xn(e){let t=fb.filter(i=>e[i]!==void 0);if(t.length!==1)throw new N(`assertion ${e.id} must declare exactly one polarity`);let n=t[0],r=e[n];return{polarity:n,value:n==="zero"?0:r}}function Bo(e,t){return W(e)===W(t)}function Ff(e,t){if(t.polarity==="equals")return Bo(e,t.value);if(t.polarity==="subset_of"){if(!Array.isArray(e)||!Array.isArray(t.value))return!1;let r=t.value;return e.every(i=>r.includes(i))}if(typeof e!="number")return!1;let n=t.value;return t.polarity==="ceiling"||t.polarity==="monotone_nonincreasing"?e<=n:t.polarity==="floor"||t.polarity==="monotone_nondecreasing"?e>=n:e===0}function $f(e){let t=Xn(e),n=e.negative_control.cases;return n.some(r=>r.expected==="pass")&&n.some(r=>r.expected==="fail")&&n.every(r=>Ff(r.observed,t)===(r.expected==="pass"))}function hb(e,t){if(e.polarity!==t.polarity)return!0;if(typeof e.value=="number"&&typeof t.value=="number")return e.polarity==="ceiling"||e.polarity==="monotone_nonincreasing"?t.value>e.value:e.polarity==="floor"||e.polarity==="monotone_nondecreasing"?t.value<e.value:t.value!==e.value;if(e.polarity==="subset_of"){let n=e.value,r=t.value;return!Array.isArray(n)||!Array.isArray(r)||r.some(i=>!n.includes(i))}return!Bo(e.value,t.value)}function yb(e,t){if(e.measurement_id!==t.measurement_id||e.owner_item_id!==t.owner_item_id||W(e.scope)!==W(t.scope))return!0;let n={observe:0,warn:1,block:2},r=(e.lifetime??"hold")==="hold"&&(t.lifetime??"hold")==="retire";return hb(Xn(e),Xn(t))||n[t.enforcement]<n[e.enforcement]||r}function wb(e){if(e.state!==void 0&&!(e.state==="present"||e.state==="missing"))throw new N("items source state must be present or missing");let t=Object.hasOwn(e,"equals"),n=e.state!==void 0,r=Number(t)+Number(n);if(e.field!==void 0&&r!==1)throw new N("items source with field requires exactly one of equals or state");if(e.field===void 0&&r!==0)throw new N("items source equals/state requires field")}function vb(e){if(typeof e.dependency_kind!="string"||e.dependency_kind.trim().length===0)throw new N("dependency_kind source requires dependency_kind");if([e.source_kind,e.source_kind_prefix,e.source_kind_state].filter(n=>n!==void 0).length>1)throw new N("dependency_kind source accepts at most one source_kind predicate");if(e.source_kind!==void 0&&e.source_kind.trim().length===0||e.source_kind_prefix!==void 0&&e.source_kind_prefix.trim().length===0)throw new N("dependency_kind source provenance values must not be empty");if(e.source_kind_state!==void 0&&e.source_kind_state!=="present"&&e.source_kind_state!=="missing")throw new N("dependency_kind source source_kind_state must be present or missing")}function bb(e){if(e.sample_limit!==void 0&&(!Number.isInteger(e.sample_limit)||e.sample_limit<1))throw new N("prose_edge_gap sample_limit must be a positive integer");for(let t of e.exemptions??[]){if(typeof t.holder_id!="string"||t.holder_id.trim().length===0||typeof t.reason!="string"||t.reason.trim().length===0)throw new N("prose_edge_gap exemptions require holder_id and reason");if(t.target_id!==void 0&&t.target_id.trim().length===0||t.text_contains!==void 0&&t.text_contains.trim().length===0)throw new N("prose_edge_gap exemption selectors must not be empty")}}function Wo(e){at(e.id,"measurement.id"),e.max_cost!==void 0&&gb(e.max_cost,"measurement.max_cost");let t=e.source;if(Object.prototype.toString.call(t)!=="[object Object]")throw new N(`measurement.source.kind must be one of ${Yn.join(", ")}`);let n=Reflect.get(t,"kind");if(!Yn.includes(n))throw new N(`measurement.source.kind must be one of ${Yn.join(", ")}`);let r=t;if(r.kind==="items"&&wb(r),r.kind==="dependency_kind"&&vb(r),r.kind==="prose_edge_gap"&&bb(r),(r.kind==="graph"||r.kind==="validate"||r.kind==="health")&&(typeof r.field!="string"||r.field.trim().length===0))throw new N(`${r.kind} source requires field`);return r.kind==="provider"&&(at(r.provider,"provider source provider"),at(r.key,"provider source key")),e}function Ho(e){if(at(e.id,"assertion.id"),at(e.measurement_id,"assertion.measurement_id"),typeof e.owner_item_id!="string"||e.owner_item_id.trim().length===0)throw new N("assertion.owner_item_id is required");let t=Xn(e);if(typeof t.value=="number"&&!Number.isFinite(t.value))throw new N(`assertion.${t.polarity} must be a finite number`);if(e.lifetime==="retire"&&(typeof e.retire_reason!="string"||e.retire_reason.trim().length===0))throw new N("retired assertion requires retire_reason");e.scope.kind==="filter"&&at(e.scope.measurement_id,"assertion.scope.measurement_id");let n=e.negative_control?.cases;if(!Array.isArray(n)||!n.some(r=>r.expected==="pass")||!n.some(r=>r.expected==="fail"))throw new N("assertion negative control requires pass and fail cases");if(!$f(e))throw new N(`assertion ${e.id} negative control does not prove its bound`);return e}function kb(e){if(!Array.isArray(e.allowed_providers))throw new N("gate provider_policy.allowed_providers must be an array");for(let t of e.allowed_providers)at(t,"gate.provider_policy.allowed_provider");if(typeof e.triggers!="object"||e.triggers===null||Array.isArray(e.triggers))throw new N("gate provider_policy.triggers must be an object");for(let[t,n]of Object.entries(e.triggers)){if(!ot.includes(t))throw new N(`gate provider policy has unknown trigger ${t}`);if(typeof n!="object"||n===null||!["low","medium","high"].includes(n.max_cost_class)||typeof n.allow_network!="boolean")throw new N(`gate provider policy trigger ${t} is invalid`)}}function Uf(e){if(at(e.id,"gate.id"),!Array.isArray(e.assertion_ids))throw new N("gate.assertion_ids is required and must be an array");if(e.assertion_ids.length===0)throw new N("gate requires at least one assertion");for(let t of e.assertion_ids)at(t,"gate.assertion_id");if(!Array.isArray(e.triggers))throw new N(`gate.triggers is required and must be an array of ${ot.join(", ")}`);if(e.triggers.length===0)throw new N("gate requires at least one trigger");for(let t of e.triggers)if(!ot.includes(t))throw new N(`gate trigger must be one of ${ot.join(", ")}`);return e.provider_policy&&kb(e.provider_policy),e}function ln(e){if(e.version!==Df)throw new N(`unsupported assurance document version ${String(e.version)}`);let t=new Set;for(let r of e.measurements){if(Wo(r),t.has(`measurement:${r.id}`))throw new N(`duplicate measurement ${r.id}`);t.add(`measurement:${r.id}`)}for(let r of e.assertions){if(Ho(r),t.has(`assertion:${r.id}`))throw new N(`duplicate assertion ${r.id}`);t.add(`assertion:${r.id}`)}for(let r of e.gates){Uf(r);let i=r.assertion_ids.filter(s=>!e.assertions.some(o=>o.id===s));if(i.length>0)throw new N(`gate ${r.id} references missing assertions: ${i.join(", ")}`);if(t.has(`gate:${r.id}`))throw new N(`duplicate gate ${r.id}`);t.add(`gate:${r.id}`)}let n=new Set(e.measurements.map(r=>r.id));for(let[r,i]of jf(e))if(!n.has(r))throw new N(`${i.join(", ")} references missing measurement ${r}`);return e}function Vo(e,t){if("measurement"in e){t.push(e.measurement);return}if("operator"in e)for(let n of e.operands)Vo(n,t)}function jf(e){let t=new Map,n=(r,i)=>{let s=t.get(r)??[];s.push(i),t.set(r,s)};for(let r of e.assertions)n(r.measurement_id,`assertion ${r.id}`),r.scope.kind==="filter"&&n(r.scope.measurement_id,`assertion ${r.id} scope`);for(let r of e.measurements){if(r.source.kind!=="derived")continue;let i=[];Vo(r.source.expression,i);for(let s of i)n(s,`derived measurement ${r.id}`)}return t}function Eb(e,t){let n=e.assertion_ids.flatMap(s=>{let o=t.assertions.find(a=>a.id===s);return[o.measurement_id,...o.scope.kind==="filter"?[o.scope.measurement_id]:[]]}),r=new Set,i=new Set;for(;n.length>0;){let s=n.pop();if(r.has(s))continue;r.add(s);let o=t.measurements.find(a=>a.id===s);o.source.kind==="provider"?i.add(o.source.provider):o.source.kind==="derived"&&Vo(o.source.expression,n)}return i}function Jn(){return{version:Df,measurements:[],assertions:[],gates:[]}}function Sb(e,t){let n=t.items.filter(r=>(e.statuses===void 0||e.statuses.includes(r.status))&&(e.types===void 0||e.types.includes(r.type))&&(e.tags===void 0||e.tags.every(i=>r.tags?.includes(i)))&&(e.field===void 0||(()=>{let i=r[e.field];if(e.state!==void 0){let s=i==null||i===""||Array.isArray(i)&&i.length===0;return e.state==="missing"?s:!s}return Bo(i,e.equals)})()));return{value:n.length,population_size:t.items.length,cost:t.items.length,contributors:n.map(r=>r.id)}}function Tb(e,t){return e.source_kind!==void 0?t?.toLowerCase()===e.source_kind.trim().toLowerCase():e.source_kind_prefix!==void 0?t?.toLowerCase().startsWith(e.source_kind_prefix.trim().toLowerCase())===!0:e.source_kind_state==="present"?t!==void 0&&t.length>0:e.source_kind_state==="missing"?t===void 0||t.length===0:!0}function xb(e,t){let n=[],r=Ot(e.dependency_kind)??e.dependency_kind.trim().toLowerCase();for(let i of t.items)for(let s of i.dependencies??[]){let o=Ot(s.kind)??s.kind.trim().toLowerCase(),a=s.source_kind?.trim();o===r&&Tb(e,a)&&n.push(`${i.id}->${s.id}${a?`@${a}`:""}`)}return{value:n.length,population_size:t.items.length,cost:t.items.length,contributors:n}}function Ab(e){let t=[e.description,e.body].filter(n=>typeof n=="string").map(n=>n.trim()).filter(Boolean);for(let n of["comments","notes","learnings"]){let r=e[n];if(Array.isArray(r)){for(let i of r)if(typeof i=="string")t.push(i);else if(typeof i=="object"&&i!==null){let s=Reflect.get(i,"text");typeof s=="string"&&t.push(s)}}}return t}function Cb(e,t,n,r){return e.some(i=>i.holder_id.trim().toLowerCase()===t.toLowerCase()&&(i.target_id===void 0||i.target_id.trim().toLowerCase()===n.toLowerCase())&&(i.text_contains===void 0||r.toLowerCase().includes(i.text_contains.trim().toLowerCase())))}function zo(e,t){return[e.toLowerCase(),t.toLowerCase()].sort().join("\0")}function Ib(e){let t=new Map,n=new Set,r=[],i=/\b[a-z][a-z0-9]*-[a-z0-9]+\b/giu,s=0;for(let o of e){t.set(o.id.toLowerCase(),o.id);for(let a of o.dependencies??[])n.add(zo(o.id,a.id));for(let a of[o.parent,o.blocked_by])typeof a=="string"&&n.add(zo(o.id,a));for(let a of Ab(o)){let c=[...a.matchAll(i)].map(d=>d[0]);s+=c.length,r.push({holder_id:o.id,segment:a,mentioned_ids:c})}}return{canonical_ids:t,linked_pairs:n,prose_mentions:r,mention_count:s}}function Rb(e,t){let n=Ib(t.items),r=new Map;for(let o of n.prose_mentions){let a=o.mentioned_ids.map(d=>n.canonical_ids.get(d.toLowerCase())).filter(d=>d!==void 0&&d!==o.holder_id),c=[...new Set(a)];for(let d of c){let l=zo(o.holder_id,d);if(n.linked_pairs.has(l)||Cb(e.exemptions??[],o.holder_id,d,o.segment))continue;let u=c.some(m=>m!==d);r.get(l)?.explicit===!0&&!u||r.set(l,{contributor:`${o.holder_id}->${d}|subject=${u?"explicit":"implicit"}`,explicit:u})}}let i=[...r.values()],s=i.map(o=>o.contributor).sort();return{value:s.length,population_size:n.canonical_ids.size,cost:t.items.length+n.linked_pairs.size+n.mention_count,contributors:s.slice(0,e.sample_limit??25),partitions:{explicit_subject:i.filter(o=>o.explicit).length,implicit_subject:i.filter(o=>!o.explicit).length}}}function Ob(e,t){return{value:t.history.filter(r=>(e.op===void 0||r.op===e.op)&&(e.author===void 0||r.author===e.author)&&(e.harness===void 0||r.agent_harness===e.harness)&&(e.model===void 0||r.agent_model===e.model)).length,population_size:t.history.length,cost:t.history.length}}function Nb(e,t){let n=t.items.filter(r=>{let i=r[e.link],s=Array.isArray(i)&&i.length>0;return e.state==="present"?s:!s});return{value:n.length,population_size:t.items.length,cost:t.items.length,contributors:n.map(r=>r.id)}}function Lb(e,t){let n=e.source;return n.kind==="items"?Sb(n,t):n.kind==="dependency_kind"?xb(n,t):n.kind==="prose_edge_gap"?Rb(n,t):n.kind==="history"?Ob(n,t):n.kind==="links"?Nb(n,t):null}function Gf(e,t){return e.reduce((n,r)=>({units:n.units+r.units,items_scanned:n.items_scanned+r.items_scanned,history_entries:n.history_entries+r.history_entries,provider_calls:n.provider_calls+r.provider_calls,duration_ms:t}),{units:0,items_scanned:0,history_entries:0,provider_calls:0,duration_ms:t})}function Mb(e,t){if(t.length===0)throw new TypeError(`derived ${e} requires operands`);if(e==="add")return t.reduce((n,r)=>n+r,0);if(e==="subtract")return t.slice(1).reduce((n,r)=>n-r,t[0]);if(e==="multiply")return t.reduce((n,r)=>n*r,1);if(e==="divide"){if(t.slice(1).includes(0))throw new TypeError("derived divide cannot divide by zero");return t.slice(1).reduce((n,r)=>n/r,t[0])}return e==="min"?Math.min(...t):Math.max(...t)}async function qf(e,t,n){let r=new Array(e.length),i=0,s=Array.from({length:Math.min(t,e.length)},async()=>{for(;i<e.length;){let o=i;i+=1,r[o]=await n(e[o],o)}});return await Promise.all(s),r}async function Kf(e,t,n,r,i){if("literal"in e)return{value:e.literal,costs:[],population_size:0,contributors:[]};if("measurement"in e){let o=n.find(d=>d.id===e.measurement);if(!o)throw new TypeError(`derived measurement references missing ${e.measurement}`);let a=await zf(o,t,n,r,i);if(typeof a.value!="number")throw new TypeError(`derived measurement ${o.id} is not numeric`);let c=i.charged.has(o.id)?[]:[a.cost];return i.charged.add(o.id),{value:a.value,costs:c,population_size:a.population_size,contributors:a.contributors}}let s=await qf(e.operands,Pf,o=>Kf(o,t,n,r,i));return{value:Mb(e.operator,s.map(o=>o.value)),costs:s.flatMap(o=>o.costs),population_size:Math.max(0,...s.map(o=>o.population_size)),contributors:[...new Set(s.flatMap(o=>o.contributors))]}}async function Db(e,t,n,r,i){Wo(e);let s=Date.now(),o,a=[],c=0;if(e.source.kind==="derived"){let u=await Kf(e.source.expression,t,n,[...r,e.id],i);o={value:u.value,population_size:u.population_size,cost:0,contributors:u.contributors},a=u.costs}else{let u=Lb(e,t);u!==null?o=u:(o=await t.external(e.source),c=1)}let d={units:o.cost,items_scanned:e.source.kind==="items"||e.source.kind==="dependency_kind"||e.source.kind==="prose_edge_gap"||e.source.kind==="links"?t.items.length:0,history_entries:e.source.kind==="history"?t.history.length:0,provider_calls:c,duration_ms:Date.now()-s},l=Gf([...a,d],Date.now()-s);if(e.max_cost!==void 0&&l.units>e.max_cost)throw new Oe(`measurement ${e.id} exceeded cost ceiling ${e.max_cost} with ${l.units}`);return{id:e.id,definition_fingerprint:`sha256:${ub("sha256").update(W(e)).digest("hex")}`,value:o.value,population_size:o.population_size,cost:l,contributors:o.contributors??[],...o.partitions?{partitions:o.partitions}:{}}}function zf(e,t,n,r,i){if(r.includes(e.id))throw new TypeError(`derived measurement cycle: ${[...r,e.id].join(" -> ")}`);let s=i.cache.get(e.id);if(s)return s;let o=Db(e,t,n,r,i).catch(a=>{if(a instanceof Xe&&a.measurement_id===void 0){let c={measurement_id:e.id,source_kind:a.source_kind,field:a.field,...a.check?{check:a.check}:{}},d=new Xe(a.message,c);throw d.cause=a,d}throw a});return i.cache.set(e.id,o),o}async function Yo(e,t,n=[e]){return zf(e,t,n,[],{cache:new Map,charged:new Set})}function Pb(e,t){return typeof e!="number"||typeof t.value!="number"?null:t.polarity==="ceiling"||t.polarity==="monotone_nonincreasing"?t.value-e:(t.polarity==="floor"||t.polarity==="monotone_nondecreasing",e-t.value)}function Fb(e,t,n={}){Ho(e);let r=Xn(e),i=e.lifetime==="retire"&&n.owner_terminal===!0;return{assertion_id:e.id,measurement_id:e.measurement_id,measurement_definition_fingerprint:t.definition_fingerprint,scope:e.scope,population_size:t.population_size,observed:t.value,bound:r,distance:Pb(t.value,r),verdict:i?"retired":Ff(t.value,r)?"pass":"fail",enforcement:e.enforcement,negative_control_proven:$f(e),cost:t.cost,contributors:t.contributors,...t.partitions?{partitions:t.partitions}:{}}}function $b(e,t,n,r){let i=Eb(e,t);if(i.size===0)return;let s=e.provider_policy,o=s?.triggers[r];if(!s||!o)throw new Oe(`assurance gate ${e.id} refuses provider execution at trigger ${r} without an explicit provider policy`);let a=new Set(s.allowed_providers),c={low:0,medium:1,high:2};for(let d of i){if(!a.has(d))throw new Oe(`assurance gate ${e.id} refuses provider ${d}`);let l=n.provider_capabilities?.[d];if(!l)throw new Oe(`assurance provider ${d} has no declared capabilities`);if(c[l.cost_class]>c[o.max_cost_class])throw new Oe(`assurance gate ${e.id} refuses ${l.cost_class}-cost provider ${d} at trigger ${r}`);if(l.network&&!o.allow_network)throw new Oe(`assurance gate ${e.id} refuses network provider ${d} at trigger ${r}`)}}async function Mf(e,t,n,r,i){try{return await Yo(n,r,i)}catch(s){if(s instanceof Xe){let o=s.check?` check ${s.check}`:"",a=s.measurement_id??n.id,c=new Oe(`assurance gate ${e} assertion ${t} measurement ${a} source ${s.source_kind}${o} field ${s.field} could not resolve: ${s.message}`,{gate_id:e,assertion_id:t,measurement_id:a,source_kind:s.source_kind,field:s.field,...s.check?{check:s.check}:{}});throw c.cause=s,c}throw s}}async function Bf(e,t,n,r){ln(t);let i=t.gates.find(c=>c.id===e);if(!i)throw new Oe(`assurance gate ${e} not found`);if(!i.triggers.includes(r.trigger))throw new Oe(`assurance gate ${e} does not declare trigger ${r.trigger}`);$b(i,t,n,r.trigger);let s=await qf(i.assertion_ids,Pf,async c=>{let d=t.assertions.find(g=>g.id===c),l=t.measurements.find(g=>g.id===d.measurement_id),u=n;if(d.scope.kind==="active"){let g=new Set(n.terminal_statuses??["closed","canceled"]);u={...n,items:n.items.filter(h=>!g.has(h.status))}}else if(d.scope.kind==="filter"){let g=d.scope.measurement_id,h=t.measurements.find(k=>k.id===g),y=await Mf(i.id,d.id,h,n,t.measurements),w=new Set(y.contributors);u={...n,items:n.items.filter(k=>w.has(k.id))}}let m=n.items.find(g=>g.id===d.owner_item_id),_=m!==void 0&&new Set(n.terminal_statuses??["closed","canceled"]).has(m.status);return Fb(d,await Mf(i.id,d.id,l,u,t.measurements),{owner_terminal:_})}),o=s.some(c=>c.verdict==="fail"&&c.enforcement==="block"),a=s.some(c=>c.verdict==="fail"&&c.enforcement==="warn");return{gate_id:i.id,tree_id:n.tree_id,trigger:r.trigger,dry_run:r.dry_run===!0,evaluated_at:new Date().toISOString(),verdict:o?"block":a?"warn":"pass",exit_code:o?1:0,assertions:s,assertions_total:s.length,row_contract:{row_keys:["assertions"],jq_selector:".assertions[]"},cost:Gf(s.map(c=>c.cost),Math.max(0,...s.map(c=>c.cost.duration_ms)))}}function Ei(e){return mb.join(e,"assurance.json")}async function Wf(e){let t=await J(Ei(e));return t===null?Jn():Si(t)}function Si(e){try{return ln(JSON.parse(e))}catch(t){throw new p("The assurance registry is invalid. Repair or restore .agents/pm/assurance.json and retry.",f.GENERIC_FAILURE,{code:"assurance_registry_invalid",reason:String(t),nextSteps:["Restore a valid assurance.json from version control or repair its declaration references.","Run pm assurance list measurement after the repair."]})}}function Ti(e,t){return t==="measurement"?e.measurements:t==="assertion"?e.assertions:e.gates}function Ub(e,t){e==="measurement"?Wo(t):e==="assertion"?Ho(t):Uf(t)}async function Qn(e,t){let n=structuredClone(Ti(await Wf(e),t));return{items:n,count:n.length,row_contract:{row_keys:["items"],jq_selector:".items[]"}}}async function Xo(e,t,n){let r=Ti(await Wf(e),t).find(i=>i.id===n);if(!r)throw new TypeError(`assurance ${t} ${n} not found`);return structuredClone(r)}async function xi(e,t,n,r={}){Ub(t,n);let i=await I(e),s=G(r.author,i.author_default),o=await sn({pmRoot:e,filePath:Ei(e),op:`assurance:${t}:put`,author:s,message:r.message,lockTtlSeconds:bi,lockWaitMs:ki,mutate:a=>{let c=a===null?Jn():Si(a),d=Ti(c,t),l=d.findIndex(m=>m.id===n.id),u=l<0?"created":"updated";if(t==="assertion"&&l>=0&&yb(d[l],n)){let m=n.authorization_decision;if(!m||!r.authorized_decision_ids?.includes(m))throw new N(`loosening assertion ${n.id} requires a verified authorization_decision`)}return l<0?d.push(structuredClone(n)):d[l]=structuredClone(n),ln(c),{raw:`${JSON.stringify(c,null,2)}
2
- `,result:{changed:!0,action:u,kind:t,id:n.id}}}});return{...o.result,changed:o.changed}}async function Jo(e,t,n={}){let r=Jn();r.measurements=structuredClone(t.measurements),r.assertions=structuredClone(t.assertions),r.gates=structuredClone(t.gates),ln(r);let i=await I(e),s=G(n.author,i.author_default),o=await sn({pmRoot:e,filePath:Ei(e),op:"assurance:bundle:apply",author:s,message:n.message,lockTtlSeconds:bi,lockWaitMs:ki,mutate:a=>{let c=a===null?Jn():Si(a),d=[],l=[],u=(m,_,g)=>{for(let h of _){let y=m.find(w=>w.id===h.id);if(!y){m.push(structuredClone(h)),d.push(`${g}:${h.id}`);continue}if(W(y)!==W(h))throw new N(`assurance bundle refuses to replace divergent ${g} ${h.id}`);l.push(`${g}:${h.id}`)}};return u(c.measurements,r.measurements,"measurement"),u(c.assertions,r.assertions,"assertion"),u(c.gates,r.gates,"gate"),ln(c),{raw:`${JSON.stringify(c,null,2)}
3
- `,result:{changed:d.length>0,created_ids:d,unchanged_ids:l}}}});return{...o.result,changed:o.changed}}async function Hf(e,t,n,r={}){let i=await I(e),s=G(r.author,i.author_default),o=await sn({pmRoot:e,filePath:Ei(e),op:`assurance:${t}:remove`,author:s,message:r.message,lockTtlSeconds:bi,lockWaitMs:ki,mutate:a=>{let c=a===null?Jn():Si(a);if(t==="measurement"){let u=jf(c).get(n);if(u&&u.length>0)throw new N(`assurance measurement ${n} is referenced by ${u.join(", ")}`)}if(t==="assertion"&&c.gates.some(u=>u.assertion_ids.includes(n)))throw new N(`assurance assertion ${n} is referenced by gate`);let d=Ti(c,t),l=d.findIndex(u=>u.id===n);if(l<0)throw new N(`assurance ${t} ${n} not found`);return d.splice(l,1),ln(c),{raw:`${JSON.stringify(c,null,2)}
4
- `,result:{changed:!0,action:"removed",kind:t,id:n}}}});return{...o.result,changed:o.changed}}async function Vf(e,t,n={}){if(t.dry_run)throw new TypeError("dry-run assurance verdicts are not persisted");let r=await I(e);await rn({pmRoot:e,op:"assurance:gate:verdict",author:G(n.author,r.author_default),context:{assurance_verdict:t},message:n.message??`Assurance gate ${t.gate_id} returned ${t.verdict}`,lockTtlSeconds:bi,lockWaitMs:ki})}async function Yf(e,t={}){let n=t.limit??_b;if(!Number.isInteger(n)||n<1||n>dn)throw new TypeError(`assurance verdict limit must be an integer from 1 through ${dn}`);return(await gt(Lt(e),ve)).reverse().filter(i=>i.op==="assurance:gate:verdict").map(i=>i.context?.assurance_verdict).filter(i=>typeof i=="object"&&i!==null&&"gate_id"in i).filter(i=>t.gate_id===void 0||i.gate_id===t.gate_id).slice(0,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]="05c29627-6763-5aee-8579-71e563a98780")}catch{}})();var Zn=["software-delivery","research","agent-evaluation","operations"];function Xf(e,t,n,r,i){return{id:e,measurement_id:t,owner_item_id:n,scope:{kind:"active"},ceiling:r,lifetime:"hold",enforcement:i,negative_control:{cases:[{observed:r,expected:"pass"},{observed:r+1,expected:"fail"}]}}}function Ai(e,t,n,r,i){let s=`preset-${e}`,o=i.map(c=>({id:`${s}-missing-${c}`,description:`Active items missing ${c} evidence.`,source:{kind:"links",link:c,state:"missing"}})),a=o.map(c=>Xf(`${c.id}-zero`,c.id,r,0,"warn"));return{id:e,title:t,description:n,declarations:{measurements:o,assertions:a,gates:[{id:`${s}-readiness`,description:n,assertion_ids:a.map(c=>c.id),triggers:["ci","scheduled"]}]}}}function Ci(e,t){return e==="software-delivery"?Ai(e,"Software delivery","Warn when active delivery work lacks executable tests or documentation.",t,["tests","docs"]):e==="research"?Ai(e,"Research","Warn when active research work lacks reproducibility files or documentation.",t,["files","docs"]):e==="agent-evaluation"?Ai(e,"Agent evaluation","Warn when active evaluation work lacks executable scenarios or recorded artifacts.",t,["tests","files"]):Ai(e,"Operations","Warn when active operational work lacks runbook documentation or repair evidence.",t,["docs","files"])}function Jf(e,t,n,r={}){return Jo(e,Ci(t,n).declarations,r)}async function Qf(e,t){let n=new Set(e.terminal_statuses??["closed","canceled"]),r={...e,items:e.items.filter(s=>!n.has(s.status))};return await Promise.all(["files","tests","docs"].map(async s=>{let o={id:`derived-active-missing-${s}`,description:`Observed active items missing ${s} evidence.`,source:{kind:"links",link:s,state:"missing"}},c=(await Yo(o,r)).value,d=Xf(`${o.id}-ceiling`,o.id,t,c,"observe"),l=`active-missing-${s}`;return{id:l,population_size:r.items.length,scope:{kind:"active"},observed:c,declarations:{measurements:[o],assertions:[d],gates:[{id:`derived-${l}`,description:`Observe the accepted ${s} evidence baseline.`,assertion_ids:[d.id],triggers:["ci","scheduled"]}]}}}))}function Zf(e,t,n={}){return Jo(e,{measurements:t.flatMap(r=>r.declarations.measurements),assertions:t.flatMap(r=>r.declarations.assertions),gates:t.flatMap(r=>r.declarations.gates)},n)}async function ep(e,t,n,r={}){let i=t.enforcement==="observe"?"warn":"block";if(t.enforcement==="block"||n!==i)throw new TypeError(`assurance assertion ${t.id} promotion must be ${t.enforcement} -> ${i}`);return xi(e,"assertion",{...t,enforcement:n},{...r,message:r.message??`Promote assurance assertion ${t.id} from ${t.enforcement} to ${n}`})}import rp from"node:fs/promises";import{createRequire as jb}from"node:module";import Ne 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]="c21b1a94-1d80-57c0-b090-c4831fc505a2")}catch{}})();function tp(e,t){let n=Ne.relative(t,e);if(n.length>0&&n!==".."&&!n.startsWith(`..${Ne.sep}`)&&!Ne.isAbsolute(n))return n.split(Ne.sep).join("/");let r=Ne.resolve(e),i=0xcbf29ce484222325n;for(let o=0;o<r.length;o+=1)i^=BigInt(r.charCodeAt(o)),i=BigInt.asUintN(64,i*0x100000001b3n);return`<external>/${i.toString(16).padStart(16,"0")}/${Ne.basename(Ne.dirname(e))}/package.json`}function Gb(e){return e.includes(`${Ne.sep}.pnpm${Ne.sep}`)?"pnpm":e.includes(`${Ne.sep}node_modules${Ne.sep}`)?"npm":"other"}async function np(e){try{let t=JSON.parse(await rp.readFile(e,"utf8"));return t.name==="@unbrained/pm-cli"&&typeof t.version=="string"&&t.version.trim().length>0?t.version.trim():void 0}catch{return}}async function Qo(e){try{return await rp.realpath(e)}catch{return Ne.resolve(e)}}async function ip(e,t,n=Ld(import.meta.url,["../../.."])){let r=await Qo(t),i=await Qo(Ne.join(n,"package.json")),s=await np(i),o=new Map;s!==void 0&&o.set(i,{version:s,path:tp(i,r),layout:"host",consumers:["pm-cli-host"]});for(let d of e)try{let l=jb(d.entry_path).resolve("@unbrained/pm-cli/package.json"),u=await Qo(l),m=await np(u);if(m===void 0)continue;let _=u,g=o.get(_);if(g){g.consumers.includes(d.name)||(g.consumers.push(d.name),g.consumers.sort((h,y)=>h.localeCompare(y)));continue}o.set(_,{version:m,path:tp(u,r),layout:Gb(u),consumers:[d.name]})}catch{}let a=[...o.values()].sort((d,l)=>d.path.localeCompare(l.path)),c=s===void 0?[]:a.filter(d=>d.version!==s);return{host_version:s??null,copies:a,mismatches:c,warnings:c.map(d=>`extension_host_pm_cli_version_skew:${s}:${d.version}:${d.consumers.join("+")}`)}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7949205a-ab1b-5457-961c-593498aff88b")}catch{}})();var qb=Symbol("pm.mcp-mutation-transport");function ea(e){return qb in e}function Ri(e,t){return ea(e)?ll(t):Pe(e,t)}function ZF(e,t,n=[]){let r=Pe(e,{...e,...t});for(let i of n)Reflect.deleteProperty(r,i);return r}function O(e,t){let n=e[t];return typeof n=="string"&&n.trim().length>0?n:void 0}function ie(e,t){let n=e[t];return typeof n=="string"?n.trim().length>0?n:void 0:typeof n=="number"&&Number.isFinite(n)?String(n):void 0}function e$(e,t){let n=e[t];return typeof n=="string"?n:typeof n=="number"&&Number.isFinite(n)?String(n):void 0}function un(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function na(e,t){if(typeof e=="number"){if(!Number.isInteger(e))throw new p(`${t} must be a finite integer.`,f.USAGE);return e}if(typeof e=="string"&&e.trim().length>0){let n=Number(e);if(!Number.isInteger(n))throw new p(`${t} must be a finite integer.`,f.USAGE);return n}}function t$(e,t){return typeof e.limit=="number"&&Number.isFinite(e.limit)?e.limit:typeof t.limit=="number"&&Number.isFinite(t.limit)?t.limit:O(e,"limit")??O(t,"limit")}function n$(e){let t=O(e,"outputFormat");return{json:!0,quiet:!0,author:O(e,"author"),path:O(e,"path"),noExtensions:e.noExtensions===!0||e.no_extensions===!0,noPager:!0,outputInclude:O(e,"outputInclude"),outputLimit:ie(e,"outputLimit"),outputBudget:ie(e,"outputBudget"),outputSession:O(e,"outputSession"),outputCursor:O(e,"outputCursor"),outputFormat:t==="json"||t==="toon"?t:void 0}}var Kb=new Set(["tags","blockedBy","blocked_by","skills","fields"]),op=new Set(["comment","note","learning","reminder","event","dep","depRemove","dep_remove","file","doc","test","unset","addGlob","add_glob","migrate","envSet","env_set","envClear","env_clear"]),zb=new Set([...op].filter(e=>e!=="file")),Bb=new Set(["files","files-discover","docs","test","test-all"]),ap=new Set(["comments","notes","learnings"]);function Wb(e,t){if(!(!ap.has(e)||!Object.prototype.hasOwnProperty.call(t,"file")))throw new p(`MCP ${e} does not accept options.file. Pass annotation text in options.add instead.`,f.USAGE,{code:"mcp_annotation_file_unavailable",required:"Pass annotation text as JSON data; MCP annotation actions cannot read server-local files."})}var Hb=new Set(["claim","release","start-task","pause-task","close-task"]),Vb={list:["status","type","tag","priority","limit","offset"],search:["mode","status","type","tag","priority","limit"],create:["title","type","status","description","body","priority","tags","parent","createMode","create_mode","allowMissingParent","allowDuplicate"],update:["parent","allowMissingParent","completedAt"],copy:["allowDuplicate"],close:["duplicateOf","completedAt"],upgrade:["scope","dryRun","cliOnly","packagesOnly","repair","tag","packageName"],append:["body"]},Yb=["outputInclude","outputLimit","outputBudget","outputFormat","outputSession","outputCursor"];function cp(e,t=""){let n={},r=Bb.has(t),i=t==="files"||t==="files-discover"||t==="docs",s=ap.has(t)?zb:op;for(let[o,a]of Object.entries(e)){if(Array.isArray(a)&&Kb.has(o)){n[o]=a.join(",");continue}if(o==="note"&&i){n[o]=a;continue}if(typeof a=="string"&&s.has(o)){n[o]=[a];continue}if(typeof a=="string"&&r&&(o==="add"||o==="remove")){n[o]=[a];continue}n[o]=a}return n}function Xb(e,t,n){let r=O(e,"author");return r!==void 0?r:n!==void 0&&Hb.has(n)?O(e,"assignee")??O(t,"assignee"):void 0}function Jb(e,t){return t!==void 0&&e.author===void 0?{...e,author:t}:e}function r$(e,t){let n=un(e.options)?e.options:void 0,r=Rd(e.options),i={},s=c=>{r[c]!==void 0||e[c]===void 0||(i[c]=e[c])};for(let c of Vb[t??""]??[])s(c);for(let c of Yb)s(c);t!==void 0&&ea(e)&&Wb(t,r);let o=cp({...i,...r},t),a=ea(e)?e:n??e;return Ri(a,Jb(o,Xb(e,o,t)))}function i$(e){if(e.addNote===void 0)return e;let t={...e};return t.note===void 0&&typeof t.addNote=="string"&&(t.note=t.addNote),delete t.addNote,t}function s$(e){let t={...e};return t.discoveryNote!==void 0&&t.note===void 0&&typeof t.discoveryNote=="string"&&(t.note=t.discoveryNote),delete t.discover,delete t.discoveryNote,t}function o$(e){let t=[],n=!0;for(let r of e.trim().toLowerCase()){if(r>="a"&&r<="z"||r>="0"&&r<="9"){t.push(r),n=!1;continue}n||(t.push("-"),n=!0)}return t.at(-1)==="-"&&t.pop(),t.join("")}function a$(e){return e.trim().toLowerCase().split(/\s+/).filter(Boolean).join(" ")}function ra(e){return Array.isArray(e)?e.map(t=>String(t)).filter(t=>t.length>0):[]}function c$(e,t){let n=new Set(["action","args","author","cwd","fullChangedFields","id","options","path","query","reason","target"]),r={};for(let[s,o]of Object.entries(e))n.has(s)||(r[s]=o);let i={...r,...t};return delete i.args,i}function d$(e,t){let n=Ri(t??{},{...t});return{changedFields:e.fullChangedFields===!0?"full":"compact",idOnly:e.idOnly===!0,runnerOptions:n}}function ta(e){return{type:ie(e,"filterType"),tag:ie(e,"filterTag"),priority:ie(e,"filterPriority"),deadlineBefore:ie(e,"filterDeadlineBefore"),deadlineAfter:ie(e,"filterDeadlineAfter"),updatedAfter:ie(e,"filterUpdatedAfter"),updatedBefore:ie(e,"filterUpdatedBefore"),createdAfter:ie(e,"filterCreatedAfter"),createdBefore:ie(e,"filterCreatedBefore"),ids:ho(e.ids),assignee:ie(e,"filterAssignee"),assigneeFilter:ie(e,"filterAssigneeFilter")??ie(e,"filterAssignee_filter"),parent:ie(e,"filterParent"),sprint:ie(e,"filterSprint"),release:ie(e,"filterRelease"),limit:ie(e,"limit"),offset:ie(e,"offset")}}function Zo(e){if(typeof e=="string"&&e.trim().length>0)return e;if(Array.isArray(e))return ra(e)}function Ii(e){if(typeof e=="number"&&Number.isFinite(e)||typeof e=="string"&&e.trim().length>0)return e}function l$(e){let t=Zo(e.kind),n=Zo(e.exemptIsolate),r=Zo(e.exemptIsolateType);return{...t===void 0?{}:{kind:t},maxDepth:Ii(e.maxDepth),limit:Ii(e.limit),after:O(e,"after"),direction:O(e,"direction"),maxPaths:Ii(e.maxPaths),sample:Ii(e.sample),...n===void 0?{}:{exemptIsolate:n},...r===void 0?{}:{exemptIsolateType:r},saveBaseline:e.saveBaseline===!0,rebuild:e.rebuild===!0,clear:e.clear===!0,summary:e.summary===!0,...e.full===!0?{full:!0}:{}}}function dp(e){let t=_f(e);return e.ids!==void 0&&(t.ids=ho(e.ids)),t}function u$(e){return{status:O(e,"filterStatus"),list:un(e.list)?dp(e.list):ta(e),reason:O(e,"reason"),resolution:O(e,"resolution"),expectedResult:O(e,"expectedResult")??O(e,"expected_result")??O(e,"expected"),actualResult:O(e,"actualResult")??O(e,"actual_result")??O(e,"actual"),validateClose:O(e,"validateClose")??O(e,"validate_close"),author:O(e,"author"),message:O(e,"message"),force:e.force===!0?!0:void 0,dryRun:e.dryRun===!0||e.dry_run===!0?!0:void 0,rollback:O(e,"rollback"),checkpoint:e.checkpoint===!1||e.noCheckpoint===!0||e.no_checkpoint===!0?!1:void 0}}var Qb=new Set(["filterStatus","filterType","filterTag","filterPriority","filterDeadlineBefore","filterDeadlineAfter","filterUpdatedAfter","filterUpdatedBefore","filterCreatedAfter","filterCreatedBefore","filterAssignee","filterAssigneeFilter","filterAssignee_filter","filterParent","filterSprint","filterRelease","ids","list","update","limit","offset","dryRun","dry_run","rollback","checkpoint","noCheckpoint","no_checkpoint"]);function sp(e){let t={};for(let[n,r]of Object.entries(e))Qb.has(n)||(t[n]=r);return lp(t)}function lp(e){let t=cp(e,"update-many");for(let n of hi)for(let r of n.keys){let i=t[r];typeof i=="number"&&Number.isFinite(i)&&(t[r]=String(i))}return pf(t)}function m$(e){if(un(e.list)||un(e.update)){let t=un(e.update)?e.update:sp(e),n=Ri(e,lp(t));return{status:ie(e,"filterStatus"),list:un(e.list)?dp(e.list):ta(e),update:ul(t,n),dryRun:e.dryRun===!0||e.dry_run===!0?!0:void 0,rollback:O(e,"rollback"),checkpoint:e.checkpoint===!1||e.noCheckpoint===!0||e.no_checkpoint===!0?!1:void 0}}return{status:ie(e,"filterStatus"),list:ta(e),update:Ri(e,sp(e)),dryRun:e.dryRun===!0||e.dry_run===!0?!0:void 0,rollback:O(e,"rollback"),checkpoint:e.checkpoint===!1||e.noCheckpoint===!0||e.no_checkpoint===!0?!1:void 0}}import{createHash as mp}from"node:crypto";import er from"node:fs/promises";import tr 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]="b389e521-f689-5895-a5f4-08c3866b3ea3")}catch{}})();function Fe(e,t){throw new p(e,f.USAGE,t)}var Zb="2026-07-15T06:22:12.276Z",ek=Date.parse(Zb),tk=[["attributed","attributed"],["legacy_unknown","actionable_unknown"]],up=e=>typeof e=="string"?e:"",fp=e=>{let t=e??{},n=up(t.author).trim().toLowerCase(),r=Number(["","unknown"].includes(n)),i=+(Date.parse(up(t.ts))>=ek);return tk[r][i]};function pp(e,t,n=20,r=new Set,i=!1){let s=[],o=[],a={legacy_unknown:0,actionable_unknown:0},c=Math.max(0,n),d=0,l=0,u=0;for(let[m,_]of t.split(/\r?\n/).entries()){let g;try{g=JSON.parse(_)}catch{continue}d+=1;let h=fp(g);if(h!=="attributed"){if(l+=1,h==="actionable_unknown"&&r.has(`${e}:${m+1}`)){u+=1;continue}a[h]+=1,i&&h==="actionable_unknown"&&o.push({item_id:e,line:m+1}),s.length<c&&s.push({item_id:e,line:m+1})}}return{checked_events:d,unknown_event_count:l,legacy_unknown_event_count:a.legacy_unknown,actionable_unknown_event_count:a.actionable_unknown,acknowledged_actionable_event_count:u,samples:s,samples_truncated:a.legacy_unknown+a.actionable_unknown>s.length,actionable_events:o}}var k$=(e,t,n=20,r=new Set)=>pp(e,t,n,r);function _p(e){let t=new Set;for(let n of e.split(/\r?\n/)){let r;try{r=JSON.parse(n)}catch{continue}let s=(typeof r=="object"&&r!==null&&typeof r.context=="object"&&r.context!==null?r.context:{}).author_acknowledgment;if(!(typeof s!="object"||s===null||!Array.isArray(s.events)))for(let o of s.events)typeof o=="object"&&o!==null&&typeof o.item_id=="string"&&Number.isSafeInteger(o.line)&&t.add(`${o.item_id}:${String(o.line)}`)}return t}var nr=async(e,t=20,n=!1)=>{let r=tr.join(e,"history"),i;try{i=(await er.readdir(r)).filter(w=>w.endsWith(".jsonl")).sort((w,k)=>w.localeCompare(k))}catch{i=[]}let s=new Set,o=[],a=[],c=0,d=0,l=0,u=0,m=0,_=0,g="_workspace.jsonl",h=new Set;if(i.includes(g))try{h=_p(await er.readFile(tr.join(r,g),"utf8"))}catch{h=new Set}for(let w of i){let k;try{k=await er.readFile(tr.join(r,w),"utf8")}catch{continue}let E=w.slice(0,-6),S=pp(E,k,t-o.length,h,n);c+=1,d+=S.checked_events,l+=S.unknown_event_count,u+=S.legacy_unknown_event_count,m+=S.actionable_unknown_event_count,_+=S.acknowledged_actionable_event_count,S.unknown_event_count>0&&s.add(E),o.push(...S.samples),n&&a.push(...S.actionable_events)}let y=u+m;return{checked_streams:c,checked_events:d,unknown_event_count:l,legacy_unknown_event_count:u,actionable_unknown_event_count:m,acknowledged_actionable_event_count:_,affected_item_ids:[...s].sort((w,k)=>w.localeCompare(k)),samples:o,samples_truncated:y>o.length,...n?{actionable_events:a}:{}}};function nk(e){return[...new Map(e.map(t=>[`${t.item_id}:${t.line}`,{item_id:t.item_id,line:t.line}])).values()].sort((t,n)=>t.item_id.localeCompare(n.item_id)||t.line-n.line)}async function rk(e){try{return _p(await er.readFile(tr.join(e,"history","_workspace.jsonl"),"utf8"))}catch{return new Set}}function ik(e){return(e.item_id===ve||/^[a-z0-9][a-z0-9-]*$/iu.test(e.item_id))&&Number.isSafeInteger(e.line)&&e.line>=1}function sk(e,t,n){let r=n[e.line-1]??"",i;try{i=JSON.parse(r)}catch{Fe(`Unknown-author acknowledgment target ${e.item_id}:${e.line} is not readable.`,{code:"history_author_acknowledge_target_unreadable"})}return fp(i)!=="actionable_unknown"&&Fe(`Author acknowledgment target ${e.item_id}:${e.line} is not an actionable unknown-author event.`,{code:"history_author_acknowledge_target_not_actionable"}),{...e,source_event_hash:mp("sha256").update(r).digest("hex"),disposition:t.has(`${e.item_id}:${e.line}`)?"already_acknowledged":"actionable"}}async function gp(e,t,n){let r=t.events??[],i=+(t.all_actionable===!0)+ +(r.length>0);i===0&&Fe("Specify exactly one selector: events or all_actionable.",{code:"history_author_acknowledge_selector_required"}),i>1&&Fe("Author acknowledgment accepts either explicit events or all_actionable, not both.",{code:"history_author_acknowledge_selector_conflict"}),(!Number.isSafeInteger(n)||n<0)&&Fe("Author acknowledgment coordinate_limit must be a non-negative integer.",{code:"history_author_acknowledge_preview_limit_invalid"});let s=nk(t.all_actionable===!0?(await nr(e,0,!0)).actionable_events:r),o=await rk(e),a=new Map;for(let m of s)if(ik(m)||Fe(`Unknown-author acknowledgment target ${m.item_id}:${m.line} is not readable.`,{code:"history_author_acknowledge_target_unreadable"}),!a.has(m.item_id))try{a.set(m.item_id,(await er.readFile(tr.join(e,"history",`${m.item_id}.jsonl`),"utf8")).split(/\r?\n/u))}catch{Fe(`Unknown-author acknowledgment target ${m.item_id}:${m.line} is not readable.`,{code:"history_author_acknowledge_target_unreadable"})}let c=s.map(m=>sk(m,o,a.get(m.item_id))),d=t.all_actionable===!0?"all_actionable":"events",l=mp("sha256").update(JSON.stringify({version:1,selection:d,coordinates:c})).digest("hex"),u=c.filter(({disposition:m})=>m==="actionable").length;return{plan:{selection:{kind:d},selected_count:c.length,actionable_count:u,already_acknowledged_count:c.length-u,omitted_count:Math.max(0,c.length-n),coordinates:c.slice(0,n),plan_fingerprint:l},completeCoordinates:c}}async function E$(e,t,n=50){return(await gp(e,t,n)).plan}function ok(e,t){let n=e.length>0;return n&&t&&Fe("Specify exactly one selector: repeat --event or pass --all-actionable.",{code:"history_author_acknowledge_selector_conflict",required:"Exactly one of --event or --all-actionable",examples:['pm history-author-acknowledge --event pm-a1b2:4 --attributed-author agent --reviewer maintainer --reason "Verified provenance"','pm history-author-acknowledge --all-actionable --attributed-author import-agent --reviewer maintainer --reason "Reviewed the complete actionable set"']}),!n&&!t&&Fe("Specify exactly one selector: repeat --event or pass --all-actionable.",{code:"history_author_acknowledge_selector_required",required:"Exactly one of --event or --all-actionable",examples:['pm history-author-acknowledge --event pm-a1b2:4 --attributed-author agent --reviewer maintainer --reason "Verified provenance"','pm history-author-acknowledge --all-actionable --attributed-author import-agent --reviewer maintainer --reason "Reviewed the complete actionable set"']}),{events:ak(e),all_actionable:t}}function ak(e){return e.map(t=>{let n=t.lastIndexOf(":"),r=t.slice(0,n).trim(),i=Number(t.slice(n+1)),s=r===ve||/^[a-z0-9][a-z0-9-]*$/iu.test(r);return(n<1||!s||!Number.isSafeInteger(i)||i<1)&&Fe(`history-author-acknowledge --event expects <item-id>:<one-based-line>, received "${t}".`,{code:"history_author_acknowledge_target_unreadable"}),{item_id:r,line:i}})}function S$(e,t){let n=ok(ra(t.historyEvent),t.allActionable===!0||t.all_actionable===!0);return ck(e,{events:n.events,all_actionable:n.all_actionable,dry_run:t.dryRun===!0||t.dry_run===!0,plan_fingerprint:O(t,"planFingerprint")??O(t,"plan_fingerprint"),coordinate_limit:typeof t.limit=="number"?t.limit:typeof t.limit=="string"?Number(t.limit):void 0,attributed_author:O(t,"attributedAuthor")??O(t,"attributed_author")??void 0,reviewer:O(t,"reviewer"),reason:O(t,"reason")})}async function ck(e,t){let n=t.reviewer?.trim()??"",r=t.attributed_author?.trim()??"",i=t.reason?.trim()??"",s=await gp(e,t,t.coordinate_limit??50);if(t.dry_run===!0)return{dry_run:!0,mutated:!1,acknowledged:0,outcome:"preview",exit_code:f.SUCCESS,plan:s.plan};if([n.length>0,n.toLowerCase()!=="unknown",r.length>0,r.toLowerCase()!=="unknown",i.length>0].includes(!1)&&Fe("Author acknowledgment requires events, reviewer, attributed_author, and reason.",{code:"history_author_acknowledge_required_values_missing"}),t.plan_fingerprint?.trim()||Fe("Author acknowledgment apply requires plan_fingerprint from a fresh dry-run preview.",{code:"history_author_acknowledge_plan_fingerprint_required",recovery:{suggested_retry:"Rerun history-author-acknowledge with --dry-run, then pass --plan-fingerprint <value>."}}),t.plan_fingerprint.trim()!==s.plan.plan_fingerprint)throw new p("Author acknowledgment selection changed after preview; no history was mutated.",f.CONFLICT,{code:"history_author_acknowledge_plan_conflict",recovery:{suggested_retry:"Rerun history-author-acknowledge with --dry-run and apply the fresh plan_fingerprint."}});let a=s.completeCoordinates.filter(({disposition:u})=>s.plan.selection.kind==="events"||u==="actionable").map(({item_id:u,line:m})=>({item_id:u,line:m}));if(a.length===0)return{dry_run:!1,mutated:!1,acknowledged:0,outcome:"no_effect",exit_code:f.NO_EFFECT,plan:s.plan};let c=await I(e),d=await rn({pmRoot:e,op:"history:author-acknowledge",author:n,context:{author_acknowledgment:{events:a,attributed_author:r}},message:i,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),l=s.plan.actionable_count>0&&s.plan.already_acknowledged_count>0?{outcome:"partial_effect",exit_code:f.PARTIAL_EFFECT}:{outcome:"effect",exit_code:f.SUCCESS};return{dry_run:!1,mutated:!0,acknowledged:a.length,...l,plan:s.plan,history_path:d.historyPath}}import ia from"node:fs/promises";import sa 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]="6efed404-acd2-5c3a-a008-856df67c8b77")}catch{}})();var dk=8388608,lk=new Set(["resolved","failed"]),uk=[{kind:"boolean",matches:e=>typeof e=="boolean"||typeof e=="string"&&/^(?:true|false)$/iu.test(e.trim())},{kind:"single_digit",matches:e=>typeof e=="number"&&Number.isInteger(e)&&e>=0&&e<=9||typeof e=="string"&&/^\d$/u.test(e.trim())}];function Je(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function oa(e){return uk.find(t=>t.matches(e))?.kind}function hp(e){let t=new Map,n=0,r=0;return{entries:e.map(s=>{let o=Je(s.agent_provenance)?s.agent_provenance:void 0;if(o===void 0)return s;let a={},c=!1;for(let[l,u]of Object.entries(o)){let m=Je(u)?oa(u.value):void 0;if(m===void 0){a[l]=u;continue}c=!0,r+=1;let _=s.agent_harness??"unknown",g=`${_}\0${l}\0${m}`,h=t.get(g)??{harness:_,dimension:l,kind:m,count:0};h.count+=1,t.set(g,h)}if(!c)return s;n+=1;let d={...s};return Object.keys(a).length===0?delete d.agent_provenance:d.agent_provenance=a,d}),receipt:{changed:n>0,events_changed:n,observations_removed:r,invalid_values:[...t.values()].sort((s,o)=>s.harness.localeCompare(o.harness)||s.dimension.localeCompare(o.dimension)||s.kind.localeCompare(o.kind))}}}async function yp(e){let t=[];for(let n of await wp(e))try{let r=await ia.readFile(sa.join(e,"history",n),"utf8");for(let i of r.split(`
5
- `)){if(i.trim().length===0)continue;let s=vp(i);if(s===null||!Je(s.agent_provenance))continue;if(Object.values(s.agent_provenance).some(a=>Je(a)&&oa(a.value)!==void 0)){t.push(n.slice(0,-6));break}}}catch{}return t}async function wp(e){try{return(await ia.readdir(sa.join(e,"history"))).filter(t=>t.endsWith(".jsonl")).sort()}catch{return[]}}async function mk(e,t,n){let r;try{r=await ia.open(sa.join(e,"history",t),"r");let i=(await r.stat()).size,s=Math.min(i,Math.max(0,n)),o=Buffer.alloc(s),{bytesRead:a}=await r.read(o,0,s,0),c=o.subarray(0,a).toString("utf8"),d=a>=i,l=c.lastIndexOf(`
6
- `),u=c;return d||(u=l===-1?"":c.slice(0,l+1)),{content:u,bytesRead:a,complete:d}}catch{return null}finally{await r?.close()}}function vp(e){try{let t=JSON.parse(e);return Je(t)?t:null}catch{return null}}function fk(e,t,n){let r=typeof e.agent_harness=="string"?e.agent_harness:void 0;if(r===void 0)return;let i=Je(e.agent_provenance)?e.agent_provenance:{};if(Object.entries(i).forEach(([o,a])=>{if(!Je(a))return;let c=oa(a.value);if(!c)return;let d=`${r}\0${o}\0${c}`,l=n.get(d)??{harness:r,dimension:o,kind:c,count:0};l.count+=1,n.set(d,l)}),!Je(e.context))return;let s=e.context.agent_provenance_outcomes;Je(s)&&Object.entries(s).forEach(([o,a])=>{if(!Je(a)||typeof a.resolver!="string"||!lk.has(String(a.status)))return;let c=`${r}\0${o}\0${a.resolver}`,d=t.get(c)??{harness:r,dimension:o,resolver:a.resolver,attempts:0,successes:0};d.attempts+=1,a.status==="resolved"&&(d.successes+=1),t.set(c,d)})}function pk(e,t,n,r,i){let s=i;for(let o of e.split(`
7
- `)){if(o.trim().length===0)continue;if(s>=r)return{eventsRead:s,truncated:!0};s+=1;let a=vp(o);a&&fk(a,t,n)}return{eventsRead:s,truncated:!1}}async function bp(e,t=1e4){let n=new Map,r=new Map,i=0,s=0,o=!1;for(let d of await wp(e)){let l=await mk(e,d,Math.max(0,dk-s));if(l===null)continue;s+=l.bytesRead;let u=pk(l.content,n,r,t,i);if(i=u.eventsRead,u.truncated){o=!0;break}if(!l.complete){o=!0;break}}let a=[...n.values()].sort((d,l)=>d.harness.localeCompare(l.harness)||d.dimension.localeCompare(l.dimension)||d.resolver.localeCompare(l.resolver)),c=[...r.values()].sort((d,l)=>d.harness.localeCompare(l.harness)||d.dimension.localeCompare(l.dimension)||d.kind.localeCompare(l.kind));return{outcomes:a,invalid_values:c,warnings:o?[]:[...a.filter(d=>d.attempts>0&&d.successes===0).map(d=>`provenance_resolver_zero_success:${d.harness}:${d.dimension}:${d.resolver}:${String(d.attempts)}`),...c.map(d=>`provenance_value_domain_invalid:${d.harness}:${d.dimension}:${d.kind}:${String(d.count)}`)],events_read:i,truncated:o}}import{execFile as wk}from"node:child_process";import{randomUUID as vk}from"node:crypto";import{readdir as bk}from"node:fs/promises";import le from"node:path";import{promisify as kk}from"node:util";import{constants as kp}from"node:fs";import{lstat as _k,open as gk}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]="6ece0e15-aff5-5e2d-b18a-16ffaa0fe2ea")}catch{}})();var hk={lstat:_k,open:gk};function yk(e){return e.O_NOFOLLOW??0}async function Ep(e,t,n=hk){let r=await n.lstat(e);if(r.isSymbolicLink()||!r.isFile()||r.size>t)return null;let i=await n.open(e,kp.O_RDONLY|yk(kp));try{let s=await i.stat();if(!s.isFile()||s.size>t)return null;let o=Buffer.alloc(s.size),a=0;for(;a<o.length;){let{bytesRead:d}=await i.read(o,a,o.length-a,a);if(d===0)break;a+=d}return(await i.stat()).size===s.size&&a===s.size?o.toString("utf8",0,a):null}finally{await i.close()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="145a6d31-5e14-5b0b-95fb-6f837d11e2f4")}catch{}})();var Ek=kk(wk),Sk=/^[A-Za-z0-9][A-Za-z0-9_-]{0,127}$/u,Tk=/^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/u,ca=2048,xk=16*1024*1024,Ak=64,Ck=1e5,Ik=new Set(["version","id","item_path","item_id","requested_preference","preferred","conflict_resolution","fields_from_theirs","union_fields","merged_field_hashes","decisions","state","created_at","reconciled_at","value_availability","evidence_source"]),Rk=new Set(["field","base","ours","theirs","retained","discarded"]);async function da(e){try{let{stdout:t}=await Ek("git",["rev-parse","--path-format=absolute","--git-path","pm-merge-receipts"],{cwd:e,encoding:"utf8",windowsHide:!0,timeout:1e4});return t.trim()}catch{return null}}async function Cp(e,t){let n=le.dirname(le.resolve(e,t));for(let r=0;r<12;r+=1){if(await B(le.join(n,"settings.json")))return n;let i=le.dirname(n);if(i===n)break;n=i}return null}function la(e){return le.join(e,"merge-receipts")}function mn(e){return`${e}.json`}function ir(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Ip(e,t){return Object.keys(e).every(n=>t.has(n))}function Sp(e){return Array.isArray(e)&&e.length<=ca&&e.every(t=>typeof t=="string"&&t.length>0&&t.length<=256)}function rr(e){let t=[{value:e,depth:0}],n=0;for(;t.length>0;){let r=t.pop();if(n+=1,n>Ck||r.depth>Ak)return!1;if(Array.isArray(r.value))for(let i of r.value)t.push({value:i,depth:r.depth+1});else if(ir(r.value))for(let i of Object.values(r.value))t.push({value:i,depth:r.depth+1})}return!0}function Ok(e){return ir(e)&&Ip(e,Rk)&&typeof e.field=="string"&&e.field.length>0&&e.field.length<=256&&Object.hasOwn(e,"base")&&Object.hasOwn(e,"ours")&&Object.hasOwn(e,"theirs")&&Object.hasOwn(e,"retained")&&Object.hasOwn(e,"discarded")&&rr(e.base)&&rr(e.ours)&&rr(e.theirs)&&rr(e.retained)&&rr(e.discarded)}function Nk(e){if(!ir(e))return!1;let t=Object.entries(e);return t.length<=ca&&t.every(([n,r])=>n.length>0&&n.length<=256&&typeof r=="string"&&/^[a-f0-9]{64}$/u.test(r))}function Lk(e,t){if(typeof e!="string"||e.length===0||e.length>4096||e.includes("\0")||e.includes("\\")||le.posix.isAbsolute(e))return!1;let n=le.posix.normalize(e);return n!==".."&&!n.startsWith("../")&&le.posix.basename(n,le.posix.extname(n))===t}function Mk(e){return!Ip(e,Ik)||e.version!==1?!1:typeof e.id=="string"&&Sk.test(e.id)&&typeof e.item_id=="string"&&Tk.test(e.item_id)&&Lk(e.item_path,e.item_id)}function Dk(e){return!Sp(e.fields_from_theirs)||!Sp(e.union_fields)||!Array.isArray(e.decisions)||e.decisions.length>ca||!e.decisions.every(Ok)?!1:e.merged_field_hashes===void 0||Nk(e.merged_field_hashes)}function Pk(e){let t=[void 0,"ours","theirs"],n=[void 0,"preferred_side","stable_value_order"],r=[void 0,"clone_local","hash_only"],i=[void 0,"clone_local","durable"];return t.includes(e.requested_preference)&&t.includes(e.preferred)&&n.includes(e.conflict_resolution)&&(e.state==="pending"||e.state==="reconciled")&&r.includes(e.value_availability)&&i.includes(e.evidence_source)}function Fk(e){return typeof e.created_at=="string"&&lo(e.created_at)&&(e.reconciled_at===void 0||typeof e.reconciled_at=="string"&&lo(e.reconciled_at))}function $k(e){return e.value_availability==="hash_only"&&e.decisions.every(t=>t.base===null&&t.ours===null&&t.theirs===null&&xp(t.retained)&&xp(t.discarded))}function ua(e,t){return!ir(e)||!Mk(e)||!Dk(e)||!Pk(e)||!Fk(e)?!1:t!=="durable"||$k(e)}async function Rp(e){return Ep(e,xk)}async function Tp(e){let t;try{t=await(e.readReceipt??Rp)(e.receiptPath)}catch(s){if(Yt(s))return null;throw s}if(t===null)throw new Error(`Receipt ${e.receiptId} settlement source is not a bounded regular file.`);let n;try{n=JSON.parse(t)}catch{throw new Error(`Receipt ${e.receiptId} settlement source is not valid JSON.`)}if(!ua(n,e.evidenceSource)||n.id!==e.receiptId||le.basename(e.receiptPath)!==mn(n.id))throw new Error(`Receipt ${e.receiptId} settlement source failed schema or identity validation.`);let{evidence_source:r,...i}=n;return{path:e.receiptPath,fingerprint:Oi(n),content:`${JSON.stringify({...i,state:"reconciled",reconciled_at:e.reconciledAt},null,2)}
8
- `}}function Oi(e){return pt(W({id:e.id,item_id:e.item_id,item_path:e.item_path,created_at:e.created_at,requested_preference:e.requested_preference??e.preferred??"ours",conflict_resolution:e.conflict_resolution??"preferred_side",fields_from_theirs:e.fields_from_theirs,union_fields:e.union_fields,merged_field_hashes:e.merged_field_hashes??null,decisions:Ni(e).decisions}))}function Uk(e,t){if(e.state==="reconciled"&&t.state==="reconciled")return e;let{reconciled_at:n,...r}=e;return{...r,state:"pending"}}function Ni(e){return{receipt_id:e.id,item_id:e.item_id,item_path:e.item_path,conflict_fields:e.decisions.map(t=>t.field),fields_from_theirs:e.fields_from_theirs,union_fields:e.union_fields,requested_preference:e.requested_preference??e.preferred??"ours",conflict_resolution:e.conflict_resolution,decisions:e.decisions.map(t=>({field:t.field,retained_hash:aa(t.retained)??pt(W(t.retained)),discarded_hash:aa(t.discarded)??pt(W(t.discarded))}))}}function aa(e){if(typeof e!="object"||e===null||Array.isArray(e)||!("pm_value_hash"in e))return;let t=e.pm_value_hash;return typeof t=="string"&&/^[a-f0-9]{64}$/u.test(t)?t:void 0}function xp(e){return ir(e)&&Object.keys(e).length===1&&aa(e)!==void 0}async function G$(e){let t=await da(e.cwd);if(t===null)return null;let n=e.itemPath.trim(),r=n.length>=2&&(n.startsWith("'")&&n.endsWith("'")||n.startsWith('"')&&n.endsWith('"'))?n.slice(1,-1):n,i=le.basename(r,le.extname(r)),s={version:1,id:vk(),item_path:r.replaceAll("\\","/"),item_id:i,requested_preference:e.preferred,conflict_resolution:e.conflictResolution??"preferred_side",fields_from_theirs:[...e.fieldsFromTheirs],union_fields:[...e.unionFields],...e.mergedFieldHashes?{merged_field_hashes:{...e.mergedFieldHashes}}:{},decisions:structuredClone(e.decisions),state:"pending",created_at:A(),value_availability:"clone_local"};await je(t),await _e(le.join(t,mn(s.id)),`${JSON.stringify(s,null,2)}
9
- `);let o=await Cp(e.cwd,s.item_path);if(o!==null){let a=la(o),c=Ni(s),d={...s,decisions:c.decisions.map(l=>({field:l.field,base:null,ours:null,theirs:null,retained:{pm_value_hash:l.retained_hash},discarded:{pm_value_hash:l.discarded_hash}})),value_availability:"hash_only"};await je(a),await _e(le.join(a,mn(s.id)),`${JSON.stringify(d,null,2)}
10
- `)}return s}async function Ap(e,t){if(!await B(e))return{receipts:[],invalid_evidence_count:0};let n;try{n=await bk(e)}catch{return{receipts:[],invalid_evidence_count:1}}let r=[],i=0;for(let s of n.sort((o,a)=>o.localeCompare(a)))if(s.endsWith(".json"))try{let o=le.join(e,s),a=await Rp(o);if(a===null){i+=1;continue}let c=JSON.parse(a);if(!ua(c,t)||s!==mn(c.id)){i+=1;continue}let{preferred:d,evidence_source:l,...u}=c,m={...u,requested_preference:c.requested_preference??d??"ours",conflict_resolution:c.conflict_resolution??"preferred_side",evidence_source:t};r.push(m)}catch{i+=1}return{receipts:r,invalid_evidence_count:i}}async function sr(e,t={}){let n=await da(e),r=n===null?{receipts:[],invalid_evidence_count:0}:await Ap(n,"clone_local"),i=t.pmRoot??le.join(e,".agents","pm"),s=await Ap(la(i),"durable"),o=new Map(s.receipts.map(c=>[c.id,c])),a=0;for(let c of r.receipts){let d=o.get(c.id);if(d!==void 0&&Oi(d)!==Oi(c)){o.delete(c.id),a+=1;continue}o.set(c.id,d===void 0?c:Uk(c,d))}return{receipts:[...o.values()].filter(c=>(t.includeReconciled||c.state==="pending")&&(t.includeLossless!==!1||c.decisions.length>0)).sort((c,d)=>c.created_at.localeCompare(d.created_at)),invalid_evidence_count:r.invalid_evidence_count+s.invalid_evidence_count+a}}async function jk(e,t={}){return(await sr(e,t)).receipts}function Li(e){let t=[],n=[];for(let r of e)(Array.isArray(r.decisions)&&r.decisions.length>0?t:n).push(r);return{pendingDecisions:t,lossless:n}}async function q$(e,t,n={}){let r=await da(e);if(r===null){if(n.requireExisting===!0)throw new Error(`Receipt ${t.id} disappeared before settlement.`);return}let i=t.evidence_source??"clone_local";if(!ua(t,i))throw new Error("Merge receipt trusted settlement input failed schema validation.");let s=A(),o=le.join(r,mn(t.id)),a=await Cp(e,t.item_path),c=a===null?null:le.join(la(a),mn(t.id)),l=(await Promise.all([Tp({receiptPath:o,receiptId:t.id,evidenceSource:"clone_local",reconciledAt:s}),...c===null?[]:[Tp({receiptPath:c,receiptId:t.id,evidenceSource:"durable",reconciledAt:s})]])).filter(m=>m!==null);if(l.length===0){if(n.requireExisting===!0)throw new Error(`Receipt ${t.id} disappeared before settlement.`);return}let u=Oi(t);if(new Set([u,...l.map(m=>m.fingerprint)]).size!==1)throw new Error(`Receipt ${t.id} settlement copies disagree on immutable merge provenance.`);for(let m of l)await _e(m.path,m.content)}async function K$(e){let t=await jk(e.cwd??process.cwd(),{...e,includeLossless:!0});return{ok:!0,count:t.length,receipts:t,generated_at:A()}}import{realpath as Up}from"node:fs/promises";import Xk from"node:path";import jp from"fast-json-patch";import fn from"node:fs/promises";import{createHash as Gk}from"node:crypto";import Np 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]="32538934-2cbb-50fe-b721-ad9197cef7d8")}catch{}})();var Lp=4,qk="history-drift-cache.json";function Mp(e){return Np.join(e,"runtime",qk)}async function Kk(e){try{let t=await fn.readFile(Mp(e),"utf8"),n=JSON.parse(t);return n.version!==Lp||typeof n.entries!="object"||n.entries===null?null:n}catch{return null}}async function zk(e,t,n,r,i){let s=Lt(e),o;try{o=await fn.stat(s)}catch(d){return q(d)||i.unreadableStreams.push(ve),!1}let a=i.missingStreams.length,c=await Pp({itemId:ve,historyPath:s,stat:o,cached:t[ve],verifyCacheHitByContent:r,accumulator:i});return c.verification?(c.verification.chainOk||i.chainMismatches.push(ve),n[ve]={mtime_ms:o.mtimeMs,ctime_ms:o.ctimeMs,size:o.size,content_hash:c.verification.contentHash,latest_after_hash:c.verification.latestAfterHash,chain_ok:c.verification.chainOk,item_hash_version:c.verification.itemHashVersion},c.cacheDirty):(i.missingStreams.splice(a),c.cacheDirty)}function Dp(e){return Gk("sha256").update(e).digest("hex")}async function Bk(e){let t=await fn.readFile(e,"utf8");return Dp(t)}async function Wk(e){let t=await fn.readFile(e,"utf8"),n=Dp(t);if(t.trim().length===0)return null;let r=[],i=null;for(let o of t.split(/\r?\n/)){let a=o.trim();if(a.length===0)continue;let c=JSON.parse(a);if(typeof c.after_hash!="string"||c.after_hash.trim().length===0)throw new Error("missing after_hash");r.push(c),i=c.after_hash}if(!i)return null;let s=ai(r);return{latestAfterHash:i,chainOk:s.ok,contentHash:n,itemHashVersion:s.item_hash_version??ko}}function Hk(e,t){return e!==void 0&&e.mtime_ms===t.mtimeMs&&e.ctime_ms===t.ctimeMs&&e.size===t.size}async function Op(e,t,n){try{let r=await Wk(t);return r||(n.missingStreams.push(e),null)}catch{return n.unreadableStreams.push(e),null}}async function Pp(e){let t=typeof e.cached?.content_hash=="string"&&e.cached.content_hash.length>0?e.cached.content_hash:void 0;if(!(Hk(e.cached,e.stat)&&t!==void 0&&e.cached!==void 0)||!e.cached)return{verification:await Op(e.itemId,e.historyPath,e.accumulator),cacheDirty:!0};let r;if(e.verifyCacheHitByContent)try{r=await Bk(e.historyPath)}catch{return e.accumulator.unreadableStreams.push(e.itemId),{verification:null,cacheDirty:!1}}else r=t;return!e.verifyCacheHitByContent||r===t?{verification:{latestAfterHash:e.cached.latest_after_hash,chainOk:e.cached.chain_ok,contentHash:r,itemHashVersion:e.cached.item_hash_version??ko},cacheDirty:!1}:{verification:await Op(e.itemId,e.historyPath,e.accumulator),cacheDirty:!0}}async function Vk(e,t,n,r){let i=ft(e,t.id),s;try{s=await fn.stat(i)}catch(l){return(q(l)?r.missingStreams:r.unreadableStreams).push(t.id),!1}let o=await Pp({itemId:t.id,historyPath:i,stat:s,cached:n.previousEntries[t.id],verifyCacheHitByContent:n.verifyCacheHitByContent,accumulator:r});if(!o.verification)return o.cacheDirty;o.verification.chainOk||r.chainMismatches.push(t.id),n.nextEntries[t.id]={mtime_ms:s.mtimeMs,ctime_ms:s.ctimeMs,size:s.size,content_hash:o.verification.contentHash,latest_after_hash:o.verification.latestAfterHash,chain_ok:o.verification.chainOk,item_hash_version:o.verification.itemHashVersion};let{body:a,...c}=t;return Ul({metadata:c,body:a},o.verification.itemHashVersion)!==o.verification.latestAfterHash&&r.hashMismatches.push(t.id),o.cacheDirty}async function Yk(e,t){if(!(t.unreadableStreams.includes(ve)||t.chainMismatches.includes(ve)))try{let n=await Hl(e);t.workspaceStateMismatches.push(...n.mismatched_documents),t.workspaceStateMissing.push(...n.missing_documents),t.workspaceStateUnreadable.push(...n.unreadable_documents)}catch{t.unreadableStreams.push(ve)}}async function pn(e,t,n={}){let r={missingStreams:[],unreadableStreams:[],hashMismatches:[],chainMismatches:[],workspaceStateMismatches:[],workspaceStateMissing:[],workspaceStateUnreadable:[]},s=(await Kk(e))?.entries??{},o={},a=!1,c=n.cacheHitVerification!=="metadata",d={previousEntries:s,nextEntries:o,verifyCacheHitByContent:c};for(let m of t)await Vk(e,m,d,r)&&(a=!0);let l=await zk(e,s,o,c,r);if(a||=l,await Yk(e,r),a||Object.keys(s).length!==Object.keys(o).length){let m=Mp(e);try{await fn.mkdir(Np.dirname(m),{recursive:!0}),await _e(m,JSON.stringify({version:Lp,entries:o}))}catch{}}let u=[...new Set([...r.missingStreams,...r.unreadableStreams,...r.hashMismatches,...r.chainMismatches,...r.workspaceStateMismatches.length>0||r.workspaceStateMissing.length>0||r.workspaceStateUnreadable.length>0?[ve]:[]])].sort((m,_)=>m.localeCompare(_));return{...r,driftedItems:u}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7a21ee76-ed53-57a0-9776-c787297ed7b6")}catch{}})();function Fp(e,t){return t==="body"?e.body:e.metadata[t]}function ma(e,t){if(e===void 0||Object.is(e,t))return!0;if(Array.isArray(e)){if(!Array.isArray(t))return!1;let r=new Set;return e.every(i=>{let s=t.findIndex((o,a)=>!r.has(a)&&ma(i,o));return s<0?!1:(r.add(s),!0)})}if(e===null||t===null||typeof e!="object"||typeof t!="object"||Array.isArray(t))return!1;let n=t;return Object.entries(e).every(([r,i])=>Object.hasOwn(n,r)&&ma(i,n[r]))}function $p(e,t){let n=new Set(t),r=[];for(let i=e.length-1;i>=0&&n.size>0;i-=1){let s=e[i],o=new Set;for(let c of Kl(s.patch))o.add(ci(c.path)),c.from&&o.add(ci(c.from));let a=[...n].filter(c=>o.has(c));if(a.length!==0){for(let c of a)n.delete(c);r.push({index:i+1,ts:s.ts,author:s.author,op:s.op,fields:a.sort((c,d)=>c.localeCompare(d))})}}return r.reverse()}function Jk(e,t,n){let r=jp.compare(t,n);if(r.length===0)return;let i=new Set;for(let g of r)i.add(ci(g.path));let s=new Set([...i].filter(g=>ma(Fp(t,g),Fp(n,g)))),o=new Set([...i].filter(g=>!s.has(g))),a=$p(e,o),c=$p(e,s),d=[...i].sort((g,h)=>g.localeCompare(h)),l=[...o].sort((g,h)=>g.localeCompare(h)),u=[...s].sort((g,h)=>g.localeCompare(h)),m=[...new Set(a.map(g=>g.author))].sort((g,h)=>g.localeCompare(h)),_=[...new Set(c.map(g=>g.author))].sort((g,h)=>g.localeCompare(h));return{reconciled_field_count:i.size,reconciled_fields:d,reverted_field_count:o.size,reverted_fields:l,discarded_events:a,discarded_authors:m,preserved_field_count:s.size,preserved_fields:u,preserved_events:c,preserved_authors:_,recovery_hint:a.length>0?"Reconciliation keeps the on-disk item and overwrites these replayed mutations. To recover one, inspect it with pm history <id> --diff --field <field>, then re-apply the lost value with pm update.":null}}async function Qk(e){try{return await Up(e)}catch{return null}}async function Zk(e){if(e.receipt.evidence_source!=="clone_local"||await Qk(Xk.resolve(e.gitWorkspaceRoot,e.receipt.item_path))!==e.currentPath)return null;let n=[...new Set([...e.receipt.fields_from_theirs,...e.receipt.union_fields,...e.receipt.decisions.map(a=>a.field)])].sort((a,c)=>a.localeCompare(c)),r=e.receipt.merged_field_hashes;if(!r||n.length===0)return null;let i=Object.keys(r).sort((a,c)=>a.localeCompare(c));if(n.length!==i.length||n.some((a,c)=>a!==i[c]))return null;let s=e.currentItemReplay.metadata;return n.every(a=>{let c=a==="body"?e.currentItemReplay.body:s[a];return r[a]===pt(W(c))})?{receipt:e.receipt,declaredFields:n}:null}async function eE(e){if(e.proof.gitWorkspaceRoot===null)return{trusted:!1,reason:"git_workspace_unavailable",receipt_ids:[]};if(e.itemPath===null||e.currentItemReplay===null)return{trusted:!1,reason:"item_path_unavailable",receipt_ids:[]};let t=e.proof.receipts.filter(o=>o.item_id===e.id);if(t.length===0)return{trusted:!1,reason:"no_item_receipts",receipt_ids:[]};let n=await Up(e.itemPath),r=[];for(let o of t){let a=await Zk({receipt:o,gitWorkspaceRoot:e.proof.gitWorkspaceRoot,currentPath:n,currentItemReplay:e.currentItemReplay});a&&r.push(a)}let i=new Set(r.flatMap(({declaredFields:o})=>o)),s=e.reconciliation?.reconciled_fields;return r.length>0&&(s===void 0||s.length>0&&s.every(o=>i.has(o)))?{trusted:!0,reason:"trusted_clone_local_driver_evidence",receipt_ids:r.map(({receipt:o})=>o.id)}:{trusted:!1,reason:"no_receipt_set_proves_snapshot",receipt_ids:[]}}async function tE(e){let t=e.options.mergeReceiptProof?.receipts.filter(i=>i.item_id===e.subjectId)??[],n=e.options.mergeReceiptProof?await eE({proof:{...e.options.mergeReceiptProof,receipts:t},id:e.subjectId,itemPath:e.itemReplayContext.currentItemPath,currentItemReplay:e.itemReplayContext.currentItemReplay,reconciliation:e.reconciliation}):void 0;if(n&&!n.trusted&&e.options.dryRun!==!0&&e.options.force!==!0)throw new p(`Merge receipt evidence for ${e.subjectId} does not prove the exact item snapshot (${n.reason}).`,f.CONFLICT,{code:"merge_reconcile_receipt_evidence_untrusted",required:"Use clone-local driver evidence whose canonical path, declared fields, and merged-value hashes match the current item, or review the mismatch and rerun with --force.",recovery:{suggested_retry:"pm merge reconcile --dry-run"}});let r=n?.trusted?t.filter(i=>n.receipt_ids.includes(i.id)):[];return{mergeReceiptProof:n,effectiveAuditContext:r.length>0&&e.options.force!==!0?{...e.options.auditContext,merge:{receipts:r.map(Ni)}}:e.options.auditContext}}async function nE(e,t,n,r){let i=e.located?.itemPath??null,s=e.located?await fe(e.located,{schema:t.schema}):null;if(!s)return{currentItemReplay:null,currentItemPath:i,matchedChainBefore:null,currentItemRawBeforeLock:null,loadedItem:null};let o=ql(s.document),a=n[n.length-1]?.after_hash;return{currentItemReplay:o,currentItemPath:i,matchedChainBefore:tn(o,r)===a,currentItemRawBeforeLock:s.raw,loadedItem:s}}function rE(e){return typeof e.message=="string"&&e.message.trim().length>0?e.message:`history-repair re-anchored ${e.entriesRehashed} entr${e.entriesRehashed===1?"y":"ies"}${e.entriesPatchRepaired>0?`, repaired ${e.entriesPatchRepaired} patch(es)`:""}${e.reconcileNeeded?", reconciled chain with on-disk item":""}.`}function iE(e){let t=[...e.reanchorEntries];if(!e.changed)return{rewrittenEntries:t,auditEntryAdded:!1};let n=e.reconcileNeeded&&e.currentItemReplay?e.currentItemReplay:e.finalReplay;return t.push({ts:A(),author:e.author,op:e.auditOperation,patch:e.reconcileNeeded&&e.currentItemReplay?jp.compare(e.finalReplay,e.currentItemReplay):[],before_hash:tn(e.finalReplay,e.itemHashVersion),after_hash:tn(n,e.itemHashVersion),message:e.message,...e.explicitItemHashVersion?{item_hash_version:e.itemHashVersion}:{},...e.auditContext===void 0?{}:{context:e.auditContext}}),{rewrittenEntries:t,auditEntryAdded:!0}}function sE(e,t,n){let r=[];return e||r.push("history_repair_no_changes"),t>0&&r.push(`history_repair_skipped_unresolvable_ops:${t}`),n&&n.discarded_events.length>0&&r.push(`history_repair_reconcile_discards_events:${n.discarded_events.length}`,`history_repair_discarded_authors:${n.discarded_authors.join(",")}`),r}async function oE(e){return rf({pmRoot:e.pmRoot,subject:e.subject,settings:e.settings,typeRegistry:e.typeRegistry,historyRawBeforeLock:e.historyRawBeforeLock,currentItemRawBeforeLock:e.currentItemRawBeforeLock,operation:"history-repair",author:e.author,force:e.force,itemDocument:e.loadedItem?.document??null,applyRewrite:async({historyRawUnderLock:t})=>nf({historyPath:e.historyPath,nextHistoryRaw:Wl(e.rewrittenEntries),historyRawUnderLock:t}),applyPostRewrite:async()=>Ge({path:e.historyPath,scope:"project",op:"history_repair:history"})})}async function fa(e,t,n){let r=R(process.cwd(),n.path);await $(r);let i=await I(r),s=U(i,F()),o=await sf(r,e,i,s.type_to_folder);if(!await B(o.historyPath))throw new p(`No history stream exists for ${o.id}.`,f.NOT_FOUND);let a=await J(o.historyPath),c=await gt(o.historyPath,o.id);if(c.length===0)throw new p(`No history entries exist for ${o.id}; nothing to repair.`,f.USAGE);let d=Eo(c),l=ai(c),u=t.normalizeProvenance?hp(c):{entries:c,receipt:{changed:!1,events_changed:0,observations_removed:0,invalid_values:[]}},m=zl(u.entries),_=new Set(u.entries.map(D=>D.item_hash_version).filter(D=>D!==void 0)),g=Bl(u.entries,m),h=await nE(o,i,c,m),y=g.finalDocument,w=h.currentItemReplay!==null&&tn(y,m)!==tn(h.currentItemReplay,m),k=w&&h.currentItemReplay?Jk(g.entries,y,h.currentItemReplay):void 0,{mergeReceiptProof:E,effectiveAuditContext:S}=await tE({options:t,subjectId:o.id,itemReplayContext:h,reconciliation:k}),b=[g.entriesRehashed>0,g.entriesPatchRepaired>0,w,t.forceAuditEntry===!0,u.receipt.changed].some(Boolean),x=G(t.author,i.author_default),v=!!t.dryRun,T=rE({message:t.message,entriesRehashed:g.entriesRehashed,entriesPatchRepaired:g.entriesPatchRepaired,reconcileNeeded:w}),{rewrittenEntries:L,auditEntryAdded:z}=iE({reanchorEntries:g.entries,changed:b,reconcileNeeded:w,currentItemReplay:h.currentItemReplay,finalReplay:y,author:x,message:T,auditOperation:t.auditOperation??"history_repair",auditContext:u.receipt.changed?{...S,provenance_normalization:u.receipt}:S,itemHashVersion:m,explicitItemHashVersion:g.explicitItemHashVersion}),P=Eo(L);if(!P.ok)throw new p(`history-repair produced an invalid rewritten chain (${P.errors.join(", ")}).`,f.GENERIC_FAILURE);let C=sE(b,g.skippedOps,k);return b&&!v&&C.push(...await oE({pmRoot:r,subject:o,settings:i,typeRegistry:s,historyRawBeforeLock:a,currentItemRawBeforeLock:h.currentItemRawBeforeLock,author:x,force:t.force,loadedItem:h.loadedItem,historyPath:o.historyPath,rewrittenEntries:L})),{id:o.id,dry_run:v,changed:b,history:{path:o.historyPath,entries_scanned:c.length,chain_drift_before:!d.ok,entries_rehashed:g.entriesRehashed,entries_patch_repaired:g.entriesPatchRepaired,converted_replace_to_add:g.convertedReplaceToAdd,skipped_ops:g.skippedOps,reconciled_with_item:w,audit_entry_added:z,verify_ok:P.ok,verify_errors:P.errors,item_hash_version_before:l.item_hash_version??null,item_hash_version_after:m,version_disposition:_.size>1?"selected_for_ambiguous_stream":"preserved"},item:{exists:h.currentItemPath!==null,path:h.currentItemPath,matched_chain_before:h.matchedChainBefore},provenance_normalization:{requested:t.normalizeProvenance===!0,...u.receipt},...k?{reconciliation:k}:{},...E?{merge_receipt_proof:E}:{},warnings:[...new Set(C)].sort((D,ne)=>D.localeCompare(ne)),generated_at:A()}}function SU(e,t){if(t&&e!==void 0)throw new p("history-repair: <id> and --all are mutually exclusive; pass an item id to repair one stream or --all to repair every drifted stream.",f.USAGE);if(!t&&e===void 0)throw new p("history-repair: provide an item <id> or pass --all to repair every drifted stream.",f.USAGE)}async function TU(e,t){let n=R(process.cwd(),t.path);await $(n);let r=await I(n),i=U(r,F()),s=[],o=await yt(n,r.item_format,i.type_to_folder,s,r.schema,{forceSourceScan:!0}),a=await pn(n,o),c=e.normalizeProvenance?await yp(n):[],d=[...new Set([...a.driftedItems,...c])].sort((_,g)=>_.localeCompare(g)),l=[],u=[],m={repaired:0,skipped_clean:0,failed:0};for(let _ of d)try{let g=await fa(_,{...e,auditContext:e.auditContextById?.[_],auditContextById:void 0,mergeReceiptProof:e.mergeReceiptProofById?.[_]??e.mergeReceiptProof,mergeReceiptProofById:void 0},t),h=g.changed?"repaired":"skipped_clean";m[h]+=1,u.push(...g.warnings.map(y=>`${_}:${y}`)),l.push({id:_,outcome:h,entries_rehashed:g.history.entries_rehashed,entries_patch_repaired:g.history.entries_patch_repaired,reconciled_with_item:g.history.reconciled_with_item,...g.reconciliation?{reconciliation:g.reconciliation}:{},...g.merge_receipt_proof?{merge_receipt_proof:g.merge_receipt_proof}:{},warnings:g.warnings})}catch(g){m.failed+=1,l.push({id:_,outcome:"failed",error:g instanceof Error?g.message:String(g)})}return e.dryRun||await $l(n),{all:!0,dry_run:!!e.dryRun,scanned_streams:o.length,drifted_streams:a.driftedItems.length,provenance_invalid_streams:c.length,streams:l,totals:m,warnings:[...new Set([...s,...u])].sort((_,g)=>_.localeCompare(g)),generated_at:A()}}import ct from"node:fs/promises";import xe from"node:path";import or from"node:fs/promises";import Mi 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]="79f9ccbd-48d1-5eb3-82ae-3dd62427041c")}catch{}})();function aE(e){let t;try{t=JSON.parse(e)}catch{return null}if(typeof t!="object"||t===null||Array.isArray(t))return null;let n=t,{id:r,owner:i,created_at:s,ttl_seconds:o}=n;return typeof r!="string"||typeof i!="string"||typeof s!="string"||typeof o!="number"||!Number.isFinite(o)?null:{id:r,owner:i,created_at:s,ttl_seconds:o}}function Gp(e,t,n){let r=aE(t);if(r===null)return{detail:"unparseable_json",entry:{file:e,id:null,owner:null,created_at:null,ttl_seconds:null,age_seconds:null,stale:!1,reason:"unparseable"}};let i=Date.parse(r.created_at);if(!Number.isFinite(i))return{detail:"invalid_timestamp",entry:{file:e,id:r.id,owner:r.owner,created_at:r.created_at,ttl_seconds:r.ttl_seconds,age_seconds:null,stale:!1,reason:"unparseable"}};let s=n-i,o=Math.floor(s/1e3),a=s>r.ttl_seconds*1e3;return{detail:a?"expired":"active",entry:{file:e,id:r.id,owner:r.owner,created_at:r.created_at,ttl_seconds:r.ttl_seconds,age_seconds:o,stale:a,reason:a?"expired":"active"}}}async function qp(e,t){let n=t??Date.now(),r=Mi.join(e,"locks"),i={scanned:0,active_lock_count:0,stale_lock_count:0,unreadable_lock_count:0,unparseable_lock_count:0},s;try{s=(await or.readdir(r)).filter(a=>a.endsWith(".lock")).sort()}catch(o){if(q(o))return i;throw o}for(let o of s){let a;try{a=await or.readFile(Mi.join(r,o),"utf8")}catch(d){if(q(d))continue;i.scanned+=1,i.unreadable_lock_count+=1;continue}i.scanned+=1;let{detail:c}=Gp(o,a,n);c==="active"?i.active_lock_count+=1:c==="expired"?i.stale_lock_count+=1:i.unparseable_lock_count+=1}return i}async function Kp(e,t){let{dryRun:n,hooks:r}=t,i=t.now??Date.now(),s=Mi.join(e,"locks"),o={scanned:0,removed:[],retained:[],warnings:[],entries:[]},a;try{a=(await or.readdir(s)).filter(d=>d.endsWith(".lock")).sort()}catch(c){if(q(c))return o;throw c}for(let c of a){o.scanned+=1;let d=Mi.join(s,c),l=`locks/${c}`;if(r?.onRead){let _=await r.onRead(d);o.warnings.push(..._)}let u;try{u=await or.readFile(d,"utf8")}catch(_){if(q(_)){o.scanned-=1;continue}o.warnings.push(`lock_unreadable:${c}`),o.retained.push(l),o.entries.push({file:c,id:null,owner:null,created_at:null,ttl_seconds:null,age_seconds:null,stale:!1,reason:"unparseable"});continue}let m=Gp(c,u,i);if(m.detail==="unparseable_json"){o.warnings.push(`lock_unparseable:${c}`),o.retained.push(l),o.entries.push(m.entry);continue}if(m.detail==="invalid_timestamp"){o.warnings.push(`lock_invalid_timestamp:${c}`),o.retained.push(l),o.entries.push(m.entry);continue}if(m.detail==="active"){o.retained.push(l),o.entries.push(m.entry);continue}if(!n){try{await or.unlink(d)}catch(_){if(!q(_)){o.warnings.push(`lock_remove_failed:${c}`),o.retained.push(l),o.entries.push(m.entry);continue}}if(r?.onWrite){let _=await r.onWrite(d);o.warnings.push(..._)}}o.removed.push(l),o.entries.push(m.entry)}return o}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c088607b-1be3-54c8-a38b-79c188924102")}catch{}})();var cE=Object.freeze([{code:"missing_directory",command:"pm init",summary:"Recreate missing tracker directories (pm init is idempotent and restores the scaffold)."},{code:"settings_read_fs_error",command:"pm config list --json",summary:"settings.json could not be read as a regular file and pm fell back to defaults; repair the reported path or permissions, then re-run."},{code:"settings_read_invalid_json",command:"pm config list --json",summary:"settings.json is not valid JSON and pm fell back to defaults; fix the syntax error in the reported path, then re-run."},{code:"settings_read_invalid_schema",command:"pm config list --json",summary:"settings.json failed schema validation and pm fell back to defaults; correct the reported key in the file, then re-run."},{code:"settings_read_merge_failed",command:"pm config list --json",summary:"Global/project settings could not be merged; reconcile the conflicting keys in the reported settings files."},{code:"settings:id_prefix_empty",command:"pm config list --json",summary:'id_prefix is empty; set a non-empty "id_prefix" in settings.json so generated item ids are well-formed.'},{code:"settings:locks_ttl_non_positive",command:"pm config list --json",summary:'locks.ttl_seconds must be positive; set a positive "locks.ttl_seconds" in settings.json.'},{code:"telemetry_state_invalid_json",command:"pm health --check-telemetry",summary:"Local telemetry state file is corrupt; pm recreates it on the next flush. Advisory only."},{code:"telemetry_queue_invalid_rows",command:"pm health --check-telemetry",summary:"The telemetry queue has unparseable rows; they are skipped on the next flush. Advisory only."},{code:"telemetry_queue_pending",command:"pm health --check-telemetry",summary:"Telemetry events are queued; they flush automatically on the next reachable command. Advisory only."},{code:"telemetry_queue_high_retries",command:"pm telemetry flush",summary:"Some queued telemetry events are near retry exhaustion; flush now and verify endpoint reachability before entries are dropped."},{code:"telemetry_endpoint_probe_failed",command:"pm health --check-telemetry",summary:"The telemetry endpoint is unreachable; events stay queued until it recovers. Advisory only."},{code:"telemetry_endpoint_probe_http_status",command:"pm health --check-telemetry",summary:"The telemetry endpoint returned a non-success status; events stay queued until it recovers. Advisory only."},{code:"telemetry_schema_version_behind",command:"pm health --check-telemetry",summary:"Client schema is behind server; upgrade pm-cli to emit the latest event shape."},{code:"telemetry_otel_export_failing",command:"pm health --check-telemetry",summary:"OTLP trace spans are queued but the traces endpoint export is failing; spans retry automatically on the next reachable command, or set PM_TELEMETRY_OTEL_DISABLED=1 to skip OTLP export. Advisory only."},{code:"integrity_item_unreadable",command:"pm validate --check-files --verbose-diagnostics",summary:"An item file could not be read; restore or repair the file at the reported path."},{code:"integrity_item_parse_failed",command:"pm validate --check-files --verbose-diagnostics",summary:"An item file failed to parse; fix the malformed item metadata at the reported path."},{code:"integrity_item_conflict_marker",command:"pm validate --check-files --verbose-diagnostics",summary:"An item file contains Git conflict markers; resolve the <<<<<<< / >>>>>>> markers at the reported line."},{code:"integrity_history_unreadable",command:"pm history-repair <id>",summary:"A history stream could not be read; re-anchor the affected item's history chain."},{code:"integrity_history_invalid_json",command:"pm history-repair <id>",summary:"A history stream contains invalid JSON; re-anchor the affected item's history chain."},{code:"integrity_history_conflict_marker",command:"pm history-repair <id>",summary:"A history stream contains Git conflict markers; resolve the markers, then re-anchor the chain."},{code:"validate_storage_unreadable_items",command:"pm validate --check-storage-integrity --verbose-diagnostics",summary:"An on-disk item file cannot be parsed (for example a botched merge resolution with stale TOON count headers); repair or restore the file at the reported path \u2014 list commands silently skip it while pm get hard-errors."},{code:"validate_storage_duplicate_item_ids",command:"pm validate --check-storage-integrity --verbose-diagnostics",summary:"One item id is claimed by multiple item documents \u2014 usually two branches minting the same id for different items before merging (GH-600). Keep one document, recreate the other item under a fresh id (pm copy, then delete the colliding file), and consider raising ids.token_length for concurrent multi-agent work."},{code:"validate_storage_history_conflict_markers",command:"pm merge driver history <base> <ours> <theirs>",summary:"A history stream contains unresolved Git conflict markers; re-merge it with the pm history merge driver (or resolve the markers by hand), then run pm history-repair for the item."},{code:"validate_storage_unparseable_history",command:"pm history-repair <id>",summary:"A history stream's newest line is not valid JSONL; repair or restore the stream before further mutations."},{code:"validate_storage_resurrected_items",command:"pm delete <id>",summary:"A live item's newest history operation is a delete: a delete/modify merge silently resurrected it. Decide the winner \u2014 re-delete the item, or keep it and append a mutation documenting the revival."},{code:"validate_storage_unparseable_config",command:"pm merge driver json <base> <ours> <theirs>",summary:"settings.json or a schema file cannot be parsed, so pm silently falls back to defaults; re-merge it with the pm JSON merge driver or fix the file by hand, then rerun pm validate."},{code:"validate_merge_fence_drift",command:"pm merge install",summary:"The committed .gitattributes merge fence no longer matches the active schema's type folders or tracker JSONL stores; rerun pm merge install (and commit .gitattributes) so every tracker artifact keeps its field-aware merge driver."},{code:"validate_storage_tracked_runtime_cache_files",command:"git rm --cached -r -- <tracked-runtime-directories>",summary:"Clone-local tracker runtime artifacts are committed. Run the exact tracked_runtime_cache.remediation_command, commit the index-only removals and managed .gitignore fence, then rerun validation."},{code:"integrity_item_outdated_format_version",command:"pm validate --verbose-diagnostics",summary:"An item predates the current storage format version; a pm storage migration rewrites it. Use --verbose-diagnostics to list the affected items."},{code:"integrity_item_ahead_format_version",command:"npm install -g @unbrained/pm-cli@latest",summary:"An item was written by a newer pm format version than this runtime supports; upgrade pm to read and validate it safely."},{code:"tracked_runtime_cache_files",command:"git rm --cached -r -- <tracked-runtime-directories>",summary:"Clone-local tracker runtime artifacts are committed. Run the exact tracked_runtime_cache.remediation_command from the integrity check, commit the index-only removals, and keep the managed .gitignore fence."},{code:"merge_decisions_unreviewed",command:"pm merge reconcile --dry-run",summary:"Review the pending merge receipts, re-apply any intended discarded values, then run pm merge reconcile; lossy receipts require explicit --force acceptance."},{code:"merge_receipts_pending",command:"pm merge reconcile --dry-run",summary:"A lossless merge receipt is still pending; preview and run pm merge reconcile so a green health gate certifies receipt settlement, not only intact data."},{code:"merge_receipt_evidence_invalid",command:"pm health --check-only --full",summary:"One or more receipt files failed bounded-file, schema, or identity validation; use the full health count to inspect the clone-local and durable receipt directories, then repair or remove only confirmed invalid evidence."},{code:"validate_merge_decisions_unreviewed",command:"pm merge reconcile --dry-run",summary:"Review the pending merge receipts before reconciliation; history-repair alone does not settle them, and lossy receipts require explicit --force acceptance."},{code:"history_drift_missing_stream",command:"pm history-repair <id>",summary:"The item has no history stream; re-anchor the chain to rebuild it (pm history-repair --all repairs every drifted stream in one pass)."},{code:"history_drift_unreadable_stream",command:"pm history-repair <id>",summary:"The item's history stream is unreadable; re-anchor the chain (pm history-repair --all repairs every drifted stream in one pass)."},{code:"history_drift_hash_mismatch",command:"pm history-repair <id>",summary:"The item's content hash no longer matches its history; re-anchor the chain (pm history-repair --all repairs every drifted stream in one pass)."},{code:"history_drift_chain_mismatch",command:"pm history-repair <id>",summary:"The item's history chain is broken; re-anchor the chain (pm history-repair --all repairs every drifted stream in one pass)."},{code:"history_drift_merge_receipt",command:"pm merge reconcile --dry-run",summary:"Canonical path, changed-field, and merged-value hash evidence attributes this drift to a pending receipt; preview reconciliation instead of repairing history directly."},{code:"history_stream_over_compact_threshold",command:"pm history-compact <id>",summary:"The history stream exceeds the configured compaction threshold; compact it (pm history-compact --all-streams sweeps every over-threshold stream in one pass)."},{code:"history_unknown_author_events",command:'pm history-author-acknowledge --all-actionable --attributed-author "<principal>" --reviewer "<reviewer>" --reason "<evidence>"',summary:"Review the actionable coordinates, then record an append-only attribution disposition for the complete current set."},{code:"provenance_value_domain_invalid",command:"pm history-repair --all --normalize-provenance",summary:"Remove invalid bounded provenance observations from affected streams and append privacy-safe aggregate repair receipts."},{code:"validate_history_unknown_author_events",command:'pm history-author-acknowledge --all-actionable --attributed-author "<principal>" --reviewer "<reviewer>" --reason "<evidence>"',summary:"Review the actionable coordinates, then record an append-only attribution disposition for the complete current set."},{code:"locks_stale_count",command:"pm gc --scope locks",summary:"Stale item-claim locks (embedded ttl elapsed) can block mutations; sweep them \u2014 gc retains active and unparseable locks."},{code:"locks_unreadable",command:"pm gc --scope locks --dry-run",summary:"Some lock files could not be read; preview the sweep and inspect the unreadable files manually \u2014 gc never deletes what it cannot read."},{code:"extension_update_health_partial_coverage",command:"pm extension --adopt-all --project",summary:"Update-health coverage is partial because unmanaged extensions were skipped; adopt the existing installs into managed metadata so the update scan covers them (use --global for global-scope extensions, or pm package --adopt-all when working with packages)."},{code:"vectorization_stale_items_remaining",command:"pm health --refresh-vectors",summary:"Some items have stale embeddings; refresh vectors so semantic search results stay current."},{code:"vectorization_embedding_identity_changed",command:"pm reindex --mode semantic",summary:"Embedding provider/model changed since the last index; run a semantic reindex to rebuild vectors."},{code:"validate_metadata_missing_acceptance_criteria",command:'pm update <id> --acceptance-criteria "<criteria>"',summary:"Backfill the missing acceptance criteria on the reported item(s)."},{code:"validate_metadata_missing_estimate",command:'pm update <id> --estimate "<estimate>"',summary:"Backfill the missing estimate on the reported item(s)."},{code:"validate_metadata_missing_close_reason",command:'pm update <id> --close-reason "<reason>"',summary:"Backfill the missing close reason on the reported closed item(s)."},{code:"validate_metadata_missing_reviewer",command:'pm update <id> --reviewer "<name>"',summary:"Backfill the missing reviewer on the reported item(s)."},{code:"validate_metadata_missing_risk",command:'pm update <id> --risk "<level>"',summary:"Backfill the missing risk on the reported item(s)."},{code:"validate_metadata_missing_confidence",command:'pm update <id> --confidence "<level>"',summary:"Backfill the missing confidence on the reported item(s)."},{code:"validate_metadata_missing_sprint",command:'pm update <id> --sprint "<sprint>"',summary:"Backfill the missing sprint on the reported item(s)."},{code:"validate_metadata_missing_release",command:'pm update <id> --release "<release>"',summary:"Backfill the missing release on the reported item(s)."},{code:"validate_metadata_custom_profile_missing_required_fields",command:'pm config set metadata-required-fields --criterion "<field>"',summary:"Config-driven finding: the custom metadata profile has no required fields configured and falls back to core, so configure the fields rather than mutating items."},{code:"validate_metadata_duplicate_issue_codes",command:'pm update <id> --title "<distinct title>"',summary:"Two or more items share one logical issue code (GH-235); give each a distinct title so the derived code is unique, or close the redundant item with pm close <id> --duplicate-of <canonical-id> (closed-as-duplicate items are excluded from the check)."},{code:"validate_resolution_missing_fields",command:'pm update <id> --resolution "<how resolved>"',summary:"Backfill resolution / expected_result / actual_result on the reported closed item(s)."},{code:"validate_lifecycle_active_closure_like_metadata",command:"pm update <id> --unset <closure-like-field>",summary:"Clear the closure-like field the validator flags on this active item \u2014 the detail row names it (resolution / actual-result / blocked-reason) \u2014 or close the item if it is actually done."},{code:"validate_lifecycle_active_terminal_parent",command:"pm update <id> --parent <active-parent-id>",summary:"Reopen the terminal parent or move the active child under a non-terminal parent."},{code:"validate_lifecycle_stale_blockers",command:"pm update <id> --unset blocked-by --unset blocked-reason",summary:"Resolve the stale blocker the validator flags: clear blocked-by/blocked-reason when they linger on a non-blocked item or report a resolved blocker; if instead a blocked item is missing blocker context, add the context or move it out of a blocked status."},{code:"validate_lifecycle_dependency_cycles_error",command:"pm update <id> --dep-remove <dep-id>",summary:"Break the dependency cycle by removing one edge from the reported cycle."},{code:"validate_lifecycle_dependency_cycles",command:"pm update <id> --dep-remove <dep-id>",summary:"Break the dependency cycle by removing one edge from the reported cycle."},{code:"validate_hierarchy_parent_cycle_error",command:"pm update <id> --parent <other-id>",summary:"Break the parent-hierarchy cycle by reparenting one item in the reported cycle to a non-cyclic parent (or clear it with pm update <id> --unset parent)."},{code:"validate_hierarchy_parent_cycle",command:"pm update <id> --parent <other-id>",summary:"Break the parent-hierarchy cycle by reparenting one item in the reported cycle to a non-cyclic parent (or clear it with pm update <id> --unset parent)."},{code:"validate_files_missing_linked_paths",command:"pm <files|docs> <id> --remove <path>",summary:"The check spans both item.files and item.docs under one code: restore the missing linked artifact, or unlink it with pm files (linked file) or pm docs (linked doc)."},{code:"validate_files_orphaned_paths",command:"pm <files|docs> <id> --add <path>",summary:"Link the orphaned artifact with pm files (file) or pm docs (doc), or remove it from the workspace."},{code:"validate_files_tracked_all_strict_forces_pm_internals",command:"pm validate --check-files --include-pm-internals",summary:"tracked-all-strict scan flagged pm internals; re-run with --include-pm-internals or a softer --scan-mode."},{code:"validate_history_drift_missing_streams",command:"pm history-repair <id>",summary:"Re-anchor the history chains of the items missing a history stream."},{code:"validate_history_drift_unreadable_streams",command:"pm history-repair <id>",summary:"Re-anchor the history chains of the items with an unreadable history stream."},{code:"validate_history_drift_hash_mismatches",command:"pm history-repair <id>",summary:"Re-anchor the history chains of the items whose content hash drifted."},{code:"validate_history_drift_chain_mismatches",command:"pm history-repair <id>",summary:"Re-anchor the history chains of the items with a broken history chain."},{code:"validate_command_references_stale_pm_ids",command:'pm update <id> --replace-tests --test "command=<corrected-command>" [--test ...]',summary:"Correct the stale pm-ID inside the item's linked test command (the check scans tests[].command, not the body). --replace-tests overwrites the entire tests list, so re-include the item's other linked tests in the same call."},{code:"validate_format_version_outdated_items",command:"pm validate --verbose-diagnostics",summary:"One or more items predate the current storage format version; a pm storage migration rewrites them. Use --verbose-diagnostics to list the affected items."},{code:"validate_format_version_ahead_items",command:"npm install -g @unbrained/pm-cli@latest",summary:"One or more items were written by a newer pm format version than this runtime supports; upgrade pm to read and validate them safely."}]);function pa(e){if(typeof e!="string")return;let t=e.trim();for(let n of cE)if(t===n.code||t.startsWith(`${n.code}:`))return n}function _a(e){let t={};for(let n of e){let r=pa(n);r!==void 0&&!Object.prototype.hasOwnProperty.call(t,r.code)&&(t[r.code]=r.command)}return t}function zp(e){return Object.values(_a(e))}import{execFile as dE}from"node:child_process";import{realpath as lE}from"node:fs/promises";import Bp from"node:path";import{promisify as uE}from"node:util";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="d18b51d7-294a-52da-b1cf-a10f24aefbc9")}catch{}})();var mE=uE(dE),fE=32*1024*1024,pE=1e4,_E=["search/eval-queries.json"];function ga(e){return e.replaceAll("\\","/").replace(/\/+$/,"")}function gE(e){return`'${e.replaceAll("'","'\\''")}'`}async function hE(e,t=lE){return t(e).catch(()=>Bp.resolve(e))}async function Di(e){let t=await an(e);if(t===null)return{git_workspace_root:null,tracker_relative_root:null,tracked_paths:[],tracked_path_count:0,remediation_command:null};let n=await hE(e),r=ga(Bp.relative(t,n));if(r.length===0)return{git_workspace_root:t,tracker_relative_root:null,tracked_paths:[],tracked_path_count:0,remediation_command:null};let i=of.map(s=>`${r}/${ga(s)}`);try{let{stdout:s}=await mE("git",["ls-files","-z","--",...i.map(d=>`:(literal)${d}`)],{cwd:t,encoding:"utf8",maxBuffer:fE,windowsHide:!0,timeout:pE}),o=new Set(_E.map(d=>`${r}/${d}`)),a=[...new Set(s.split("\0").filter(d=>d.length>0&&!o.has(ga(d))))].sort((d,l)=>d.localeCompare(l)),c=i.filter(d=>a.some(l=>l===d||l.startsWith(`${d}/`)));return{git_workspace_root:t,tracker_relative_root:r,tracked_paths:a,tracked_path_count:a.length,remediation_command:a.length===0?null:`git rm --cached -r -- ${c.map(d=>gE(`:(literal)${d}`)).join(" ")}`}}catch{return{git_workspace_root:t,tracker_relative_root:r,tracked_paths:[],tracked_path_count:0,remediation_command: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]="652d1b49-f9d1-55a7-84b5-ff3cf57648ad")}catch{}})();var yE=new Set(vu),Hp=25,gn=8,ar=100,wE=xe.join("runtime","telemetry","events.jsonl"),vE=xe.join("runtime","telemetry","state.json"),bE=2500,kE=500,Vp=wu-3,EE=["x-pm-telemetry-max-schema-version","x-pm-telemetry-max-version"];function ka(e,t=!1){return e.startsWith("telemetry_")||e.startsWith("history_stream_over_compact_threshold:")||e.startsWith("integrity_legacy_hierarchy_")||e.startsWith("stale_in_progress_items:")||e.startsWith("provenance_resolver_zero_success:")||e.startsWith("provenance_value_domain_invalid:")||!t&&e.startsWith("merge_driver_configuration_missing:")}function Ea(e){let t=e.trim(),n=t.indexOf(":");return n===-1?t:t.slice(0,n)}function hn(e){return e.trim().toLowerCase()}function wa(e,t){let n=hn(e),r=hn(t);return n.startsWith("builtin-")?!0:r==="beads"||r==="todos"}async function Sa(e){try{return(await ct.stat(e)).isDirectory()}catch{return!1}}async function SE(e){let t=(await ct.readdir(e,{withFileTypes:!0})).filter(r=>r.isDirectory()),n=await Promise.all(t.map(r=>ct.readdir(xe.join(e,r.name),{withFileTypes:!0})));return new Set(n.flatMap(r=>r.filter(i=>i.isFile()).filter(i=>Rt.some(s=>i.name.endsWith(s))).map(i=>xe.parse(i.name).name)))}async function TE(e,t,n,r){let i=await De({path:e,scope:"project"}),s=t!=="_workspace"&&!r.has(t);if(!n.enabled&&!s)return{warnings:i,overThreshold:!1,classification:"live"};let o;try{o=await ct.readFile(e,"utf8")}catch{return{warnings:i,overThreshold:!1,classification:"unreadable"}}let a="live";if(s){let d=o.split(/\r?\n/).map(l=>l.trim()).filter(Boolean).at(-1);try{a=JSON.parse(d??"{}").op==="delete"?"tombstone":"orphaned"}catch{a="orphaned"}}let c=n.enabled?o.split(/\r?\n/).filter(d=>d.trim().length>0).length:0;return{warnings:i,overThreshold:n.enabled&&c>n.max_entries,classification:a}}async function xE(e,t,n){let r=xe.join(e,"history");if(!await Sa(r))return{count:0,warnings:[],over_threshold:[],max_entries:null,tombstones:[],orphaned:[]};let i=(await ct.readdir(r)).filter(u=>u.endsWith(".jsonl")).sort((u,m)=>u.localeCompare(m)),o=t.enabled?t.max_entries:null,a=[],c=[],d=[],l=[];for(let u of i){let m=xe.join(r,u),_=u.slice(0,-6),g=await TE(m,_,t,n);a.push(...g.warnings),g.classification==="tombstone"&&d.push(_),g.classification==="orphaned"&&l.push(_),g.overThreshold&&c.push(_)}return{count:i.length,warnings:[...a,...c.map(u=>`history_stream_over_compact_threshold:${u}`),...l.map(u=>`history_orphaned_stream:${u}`)],over_threshold:c,max_entries:o,tombstones:d,orphaned:l}}function va(e,t){return xe.relative(e,t).replaceAll("\\","/")}async function Yp(e,t){let n=[...new Set(Object.values(t))].sort((i,s)=>i.localeCompare(s)),r=[];for(let i of n){let s=xe.join(e,i),o=[];try{o=await ct.readdir(s)}catch(a){if(typeof a=="object"&&a!==null&&"code"in a&&q(a))continue;continue}for(let a of o)Rt.some(c=>a.toLowerCase().endsWith(c))&&r.push(xe.join(s,a))}return r.sort((i,s)=>va(e,i).localeCompare(va(e,s))),r}function AE(e){return!(typeof e=="object"&&e!==null&&"code"in e&&q(e))}async function CE(e,t,n){let r=await Yp(e,t),i=[],s=[],o=[],a=[],c=_t(F());for(let d of r){let l=va(e,d),u;try{u=await ct.readFile(d,"utf8")}catch{i.push(l);continue}let m=en(u);if(m){s.push({path:l,...m});continue}try{let _=oi(u,{format:qd(d),schema:n,extensionFieldNames:c});a.push({ref:l,version:ii(_.metadata)})}catch{o.push(l)}}return{paths:r,unreadable:i,conflictMarkers:s,parseFailures:o,formatVersions:a}}async function IE(e){let t=xe.join(e,"history"),n=[],r=[],i=[],s=[];try{s=(await ct.readdir(t)).filter(o=>o.endsWith(".jsonl")).sort((o,a)=>o.localeCompare(a))}catch(o){AE(o)&&n.push("history")}for(let o of s){let a=o.slice(0,-6),c;try{c=await ct.readFile(xe.join(t,o),"utf8")}catch{n.push(a);continue}let d=en(c);if(d){r.push({id:a,...d});continue}c.split(/\r?\n/).forEach((l,u)=>{if(l.trim())try{JSON.parse(l)}catch{i.push({id:a,line:u+1})}})}return{files:s,unreadable:n,conflictMarkers:r,invalidJson:i}}function Xp(e){return[...e.cycles.map(t=>t.legacy_terminal?`integrity_legacy_hierarchy_cycle:${t.item_ids.join(",")}`:`integrity_hierarchy_cycle:${t.item_ids.join(",")}`),...e.cardinality_violations.map(t=>t.legacy_terminal?`integrity_legacy_hierarchy_cardinality:${t.child_id}`:`integrity_hierarchy_cardinality:${t.child_id}`),...e.divergences.map(t=>t.legacy_terminal?`integrity_legacy_hierarchy_divergence:${t.child_id}`:`integrity_hierarchy_divergence:${t.child_id}`)]}function RE(e){return e===0?[]:[`merge_receipt_evidence_invalid:${e}`]}async function OE(e,t,n,r,i){let s=await CE(e,t,n),o=await IE(e),a=si(s.formatVersions),c=Q(n),d=yi(i,b=>ce(b,c),ke()),l=await Di(e),u=await an(e),m=u===null?null:await vi(u),_=await sr(u??e,{includeLossless:!0,pmRoot:e}),g=_.receipts,{pendingDecisions:h,lossless:y}=Li(g),w=m?.status==="missing"&&m.missing_keys.length===5&&m.drifted_keys.length===0,k=[...s.unreadable.map(b=>`integrity_item_unreadable:${b}`),...s.conflictMarkers.map(b=>`integrity_item_conflict_marker:${b.path}:L${b.line}`),...s.parseFailures.map(b=>`integrity_item_parse_failed:${b}`),...o.unreadable.map(b=>`integrity_history_unreadable:${b}`),...o.conflictMarkers.map(b=>`integrity_history_conflict_marker:${b.id}:L${b.line}`),...o.invalidJson.map(b=>`integrity_history_invalid_json:${b.id}:L${b.line}`),...a.outdated.map(b=>`integrity_item_outdated_format_version:${b}`),...a.ahead.map(b=>`integrity_item_ahead_format_version:${b}`),...Xp(d),...l.tracked_path_count>0?[`tracked_runtime_cache_files:${l.tracked_path_count}`]:[],...m!==null&&m.status!=="ok"?[`merge_driver_configuration_${w?"missing":"drift"}:${m.missing_keys.length+m.drifted_keys.length}`]:[],...h.length>0?[`merge_decisions_unreviewed:${h.length}`]:[],...y.length>0?[`merge_receipts_pending:${y.length}`]:[],...RE(_.invalid_evidence_count)],E=[...new Set(k)].sort((b,x)=>b.localeCompare(x)),S=E.filter(b=>!b.startsWith("integrity_legacy_hierarchy_"));return{check:{name:"integrity",status:S.length===0?"ok":"warn",ok:S.length===0,details:{checked_item_files:s.paths.length,checked_history_streams:o.files.length,counts:{item_unreadable:s.unreadable.length,item_conflict_markers:s.conflictMarkers.length,item_parse_failures:s.parseFailures.length,history_unreadable:o.unreadable.length,history_conflict_markers:o.conflictMarkers.length,history_invalid_json:o.invalidJson.length,item_outdated_format_version:a.outdated.length,item_ahead_format_version:a.ahead.length,hierarchy_cycles:d.cycles.length,hierarchy_cardinality_violations:d.cardinality_violations.length,hierarchy_parent_divergences:d.divergences.length,tracked_runtime_cache_files:l.tracked_path_count,merge_driver_configuration:m===null||m.status==="ok"?0:m.missing_keys.length+m.drifted_keys.length,pending_merge_decisions:h.length,lossless_merge_receipts:y.length,invalid_merge_receipt_evidence:_.invalid_evidence_count},item_unreadable:s.unreadable,item_conflict_markers:s.conflictMarkers,item_parse_failures:s.parseFailures,item_outdated_format_version:a.outdated,item_ahead_format_version:a.ahead,hierarchy_integrity:{...d,relations:Qe(d.relations,gn)},history_unreadable:o.unreadable,history_conflict_markers:o.conflictMarkers,history_invalid_json:o.invalidJson,tracked_runtime_cache:{tracker_relative_root:l.tracker_relative_root,tracked_paths:l.tracked_paths,tracked_path_count:l.tracked_path_count,remediation_command:l.remediation_command},merge_driver_configuration:m===null?null:{...m,required:r},pending_merge_decision_items:[...new Set(h.map(b=>b.item_id))].sort((b,x)=>b.localeCompare(x)),lossless_merge_receipt_items:[...new Set(y.map(b=>b.item_id))].sort((b,x)=>b.localeCompare(x))}},warnings:E,gitWorkspaceRoot:u,pendingMergeReceipts:g}}function NE(e){if(typeof e.activate=="function")return!0;let t=e.default;return typeof t!="object"||t===null?!1:typeof t.activate=="function"}function LE(e){let t={layer:e.layer,directory:e.directory,manifest_path:e.manifest_path,name:e.name,version:e.version,entry:e.entry,priority:e.priority,entry_path:e.entry_path,has_activate:NE(e.module)};return Array.isArray(e.capabilities)&&(t.capabilities=[...e.capabilities]),t}function ME(e,t){let n=se(e.id);return n||`migration-${String(t+1).padStart(3,"0")}`}function DE(e){let n=se(e.status)?.toLowerCase();return n==="failed"?"failed":n==="applied"?"applied":"pending"}function PE(e){return se(e.reason)??se(e.error)??se(e.message)}function ha(e,t){let n=(e.layer??"").localeCompare(t.layer??"");if(n!==0)return n;let r=(e.name??"").localeCompare(t.name??"");return r!==0?r:(e.id??"").localeCompare(t.id??"")}function FE(e){let t=[],n=[],r=[];e.forEach((s,o)=>{let a=ME(s.definition,o),c=DE(s.definition);if(c==="applied"){t.push({layer:s.layer,name:s.name,id:a,status:c});return}if(c==="failed"){r.push({layer:s.layer,name:s.name,id:a,status:c,reason:PE(s.definition)});return}n.push({layer:s.layer,name:s.name,id:a,status:c})}),t.sort(ha),n.sort(ha),r.sort(ha);let i=[...r.map(s=>`extension_migration_failed:${s.layer}:${s.name}:${s.id}`),...n.map(s=>`extension_migration_pending:${s.layer}:${s.name}:${s.id}`)];return{summary:{applied:t,pending:n,failed:r,applied_count:t.length,pending_count:n.length,failed_count:r.length},warnings:i}}function Jp(e,t,n,r,i,s,o,a,c){let d=[...new Set(e)].sort((y,w)=>y.localeCompare(w)),l=[...new Set(d.map(y=>Ea(y)))].sort((y,w)=>y.localeCompare(w)),u=d.filter(y=>y.startsWith("extension_capability_unknown:")).length,m=c.length>0,_=m?"partial":"full",g=[],h=wf(d,{deactivate:"pm extension --deactivate <name> --project/--global",doctor:"pm extension --doctor --project/--global --detail deep --trace"});return h&&g.push(h),t>0&&g.push("Run pm extension --explore --project and pm extension --explore --global to inspect load failures."),n>0&&g.push("Review checks[name=extensions].details.activation.failed in pm health --json for activation error details."),(r.failed_count>0||r.pending_count>0)&&g.push("Resolve pending/failed extension migrations before write commands; use --force only when policy allows."),i>0&&g.push("Run pm extension --manage --project and pm extension --manage --global to refresh managed-state diagnostics."),u>0&&g.push(`Unknown extension capabilities detected. Allowed capabilities: ${Ed.join(", ")}. Review extension_capability_unknown warning details for suggested replacements.`),d.some(y=>y.startsWith("extension_capability_legacy_alias:"))&&g.push("Legacy extension capability aliases were auto-remapped to canonical capabilities. Update manifests to canonical names (migration/validation -> schema)."),d.some(y=>y.startsWith("extension_command_definition_legacy_handler_alias:"))&&g.push("Extension command definitions using legacy handler were auto-remapped. Update command definitions to use run: (context) => ... for forward compatibility."),m?g.push("Update-check coverage is partial because unmanaged extensions need adoption. Adopt existing installs via pm extension --manage --project/--global --fix-managed-state, pm extension --adopt-all --project/--global, or pm extension --adopt <name>."):o.length>0&&g.push("Loaded unmanaged extensions are currently treated as informational. Use pm extension --manage --project/--global --fix-managed-state to adopt them for update checks."),g.length===0&&g.push("No immediate action required. Re-run pm health after extension configuration changes."),{status:d.length===0?"ok":"warn",warning_count:d.length,warning_codes:l,load_failure_count:t,activation_failure_count:n,migration_failed_count:r.failed_count,migration_pending_count:r.pending_count,managed_state_warning_count:i,managed_extension_entries_count:s,unmanaged_loaded_extension_count:o.length,unmanaged_loaded_extensions:o,unmanaged_expected_extension_count:a.length,unmanaged_expected_extensions:a,unmanaged_action_required_extension_count:c.length,unmanaged_action_required_extensions:c,update_health_coverage:_,update_health_partial:m,unknown_capability_count:u,top_warnings:d.slice(0,8),remediation:g}}async function $E(e,t,n){let r=await bf(He(e)),i=await Wr({pmRoot:e,settings:t,cwd:process.cwd(),noExtensions:n}),s=i.loaded.map(v=>LE(v)),o=await ip(i.loaded,He(e)),a=await Hr({...i,loaded:i.loaded}),[c,d]=await Promise.all([jo(i.roots.project),jo(i.roots.global)]);await vf(e,a.registrations.migrations);let l=FE(a.registrations.migrations),u={failed:a.failed,warnings:a.warnings,hook_counts:a.hook_counts,command_override_count:a.command_override_count,command_handler_count:a.command_handler_count,parser_override_count:a.parser_override_count,preflight_override_count:a.preflight_override_count,service_override_count:a.service_override_count,renderer_override_count:a.renderer_override_count,registration_counts:a.registration_counts,registrations:a.registrations,migration_status:l.summary,managed_extensions:{project:{path:c.path,count:c.state.entries.length,entries:c.state.entries},global:{path:d.path,count:d.state.entries.length,entries:d.state.entries}}},m=new Set(c.state.entries.map(v=>hn(v.name))),_=new Set(d.state.entries.map(v=>hn(v.name))),g=[...new Map(i.loaded.filter(v=>!(v.layer==="project"?m:_).has(hn(v.name))).map(v=>[`${v.layer}:${v.name}`,{layer:v.layer,name:v.name,directory:v.directory}])).values()].sort((v,T)=>{let L=`${v.layer}:${v.name}`,z=`${T.layer}:${T.name}`;return L.localeCompare(z)}),h=g.map(v=>`${v.layer}:${v.name}`).sort((v,T)=>v.localeCompare(T)),y=g.filter(v=>wa(v.name,v.directory)).map(v=>`${v.layer}:${v.name}`).sort((v,T)=>v.localeCompare(T)),w=g.filter(v=>!wa(v.name,v.directory)).map(v=>`${v.layer}:${v.name}`).sort((v,T)=>v.localeCompare(T)),k=w.length>0?[`extension_update_health_partial_coverage:skipped_unmanaged:${w.length}`]:[],E=[...r.warnings,...i.warnings,...u.warnings,...l.warnings,...c.warnings,...d.warnings,...k,...o.warnings],S=Go(E),b=qo(),x=Jp(E,i.failed.length,a.failed.length,l.summary,c.warnings.length+d.warnings.length,c.state.entries.length+d.state.entries.length,h,y,w);return{check:{name:"extensions",status:E.length===0?"ok":"warn",ok:E.length===0,details:{...i,loaded:s,warnings:E,activation:u,author_manifest:r,triage:x,...l.summary.pending_count>0?{remediation_map:{extension_migration_pending:"pm extension migrate --project"}}:{},capability_contract:b,capability_guidance:S,host_version_census:o}},warnings:E}}function UE(e,t){return e.length<=t?{values:e,truncated:!1}:{values:e.slice(0,t),truncated:!0}}function Qe(e,t){return Array.isArray(e)?{count:e.length,sample:e.slice(0,t),truncated:e.length>t}:{count:0,sample:[],truncated:!1}}function jE(e){if(typeof e!="object"||e===null||Array.isArray(e))return{};let t=e;return{layer:t.layer,directory:t.directory,name:t.name,version:t.version,enabled:t.enabled,status:t.status,has_activate:t.has_activate,capabilities:t.capabilities}}function Pi(e,t){let n=Qe(e,t);return{...n,sample:n.sample.map(r=>jE(r))}}function H(e,t){if(!Array.isArray(e))return{count:0,sample:[],truncated:!1};let n=e.filter(r=>typeof r=="string");return{count:n.length,sample:n.slice(0,t),truncated:n.length>t}}function GE(e){if(typeof e!="object"||e===null)return null;let t=e;return{applied_count:t.applied_count,pending_count:t.pending_count,failed_count:t.failed_count}}var qE={settings:(e,t)=>({version:e.version,id_prefix:e.id_prefix,locks_ttl_seconds:e.locks_ttl_seconds,warnings:H(e.warnings,t)}),directories:(e,t)=>({required_count:Array.isArray(e.required)?e.required.length:0,optional_count:Array.isArray(e.optional)?e.optional.length:0,missing_required:H(e.missing_required,t),missing_optional:H(e.missing_optional,t),missing:H(e.missing,t),strict_directories:e.strict_directories}),settings_values:(e,t)=>({warnings:H(e.warnings,t)}),telemetry:e=>({enabled:e.enabled,capture_level:e.capture_level,endpoint:e.endpoint,queue_exists:e.queue_exists,queue_entries:e.queue_entries,queue_draining:e.queue_draining,queue_invalid_rows:e.queue_invalid_rows,queue_rows_total:e.queue_rows_total,last_successful_flush_at:e.last_successful_flush_at,last_failed_flush_at:e.last_failed_flush_at,endpoint_probe:e.endpoint_probe,env_overrides:e.env_overrides}),extensions:(e,t)=>{let n=typeof e.activation=="object"&&e.activation!==null?e.activation:{};return{disabled_by_flag:e.disabled_by_flag,discovered:Pi(e.discovered,t),effective:Pi(e.effective,t),loaded:Pi(e.loaded,t),failed:Qe(e.failed,t),warnings:H(e.warnings,t),activation:{failed:Qe(n.failed,t),warnings:H(n.warnings,t),hook_counts:n.hook_counts,command_handler_count:n.command_handler_count,service_override_count:n.service_override_count,renderer_override_count:n.renderer_override_count,registration_counts:n.registration_counts,migration_status:GE(n.migration_status)},author_manifest:e.author_manifest,triage:e.triage,capability_contract:e.capability_contract,capability_guidance:Qe(e.capability_guidance,t),host_version_census:e.host_version_census}},storage:(e,t)=>{let n=typeof e.author_attribution=="object"&&e.author_attribution!==null?e.author_attribution:void 0;return{...e,...n?{author_attribution:{...n,affected_item_ids:H(n.affected_item_ids,t),samples:Qe(n.samples,t)}}:{}}},locks:e=>({active_lock_count:e.active_lock_count,stale_lock_count:e.stale_lock_count,unreadable_lock_count:e.unreadable_lock_count,unparseable_lock_count:e.unparseable_lock_count}),integrity:(e,t)=>{let n=typeof e.tracked_runtime_cache=="object"&&e.tracked_runtime_cache!==null?e.tracked_runtime_cache:void 0;return{checked_item_files:e.checked_item_files,checked_history_streams:e.checked_history_streams,counts:e.counts,item_unreadable:H(e.item_unreadable,t),item_conflict_markers:Qe(e.item_conflict_markers,t),item_parse_failures:H(e.item_parse_failures,t),tracked_runtime_cache:n===void 0?e.tracked_runtime_cache:{...n,tracked_paths:H(n.tracked_paths,t)},history_unreadable:H(e.history_unreadable,t),history_conflict_markers:Qe(e.history_conflict_markers,t),history_invalid_json:Qe(e.history_invalid_json,t),skipped:e.skipped}},history_drift:(e,t)=>({checked_items:e.checked_items,counts:e.counts,drifted_items:H(e.drifted_items,t),merge_receipt_attributed_items:H(e.merge_receipt_attributed_items,t),missing_streams:H(e.missing_streams,t),unreadable_streams:H(e.unreadable_streams,t),hash_mismatches:H(e.hash_mismatches,t),chain_mismatches:H(e.chain_mismatches,t),workspace_state_mismatches:H(e.workspace_state_mismatches,t),workspace_state_missing:H(e.workspace_state_missing,t),workspace_state_unreadable:H(e.workspace_state_unreadable,t),skipped:e.skipped}),vectorization:(e,t)=>({semantic_runtime_available:e.semantic_runtime_available,compatibility_mode_auto_defaults:e.compatibility_mode_auto_defaults,auto_ollama_defaults_applied:e.auto_ollama_defaults_applied,auto_ollama_defaults_skipped_reason:e.auto_ollama_defaults_skipped_reason,auto_ollama_defaults_remediation:e.auto_ollama_defaults_remediation,refresh_policy:e.refresh_policy,provider_active:e.provider_active,vector_store_active:e.vector_store_active,items:e.items,ledger_entries_before:e.ledger_entries_before,stale_items_before_total:e.stale_items_before_total,stale_items_before:H(e.stale_items_before,t),refresh_attempted:e.refresh_attempted,refresh_skipped_reason:e.refresh_skipped_reason,refresh_result:e.refresh_result,ledger_entries_after:e.ledger_entries_after,stale_items_after_total:e.stale_items_after_total,stale_items_after:H(e.stale_items_after,t),skipped:e.skipped})};function Qp(e,t){let n=qE[e.name];return n?n(e.details,t):e.details}function KE(e){let t=H(e.warnings,gn);return{ok:e.ok,checks:e.checks.map(n=>({name:n.name,status:n.status,ok:n.ok,details:Qp(n,gn)})),warnings:t.sample,findings:e.findings.filter(n=>t.sample.includes(n.warning)||e.failed_because.includes(n.warning)),failed_because:e.failed_because,projection:{mode:"brief",warning_count:t.count,warnings_truncated:t.truncated,detail_limit:gn},generated_at:e.generated_at}}function Wp(e){return e.details.skipped===!0}function zE(e){let t=H(e.warnings,gn),n=e.checks.filter(Wp).map(r=>r.name);return{ok:e.ok,checks:e.checks.filter(r=>!Wp(r)).map(r=>({name:r.name,status:r.status,ok:r.ok,details:{}})),warning_count:t.count,warnings:t.sample,findings:e.findings.filter(r=>t.sample.includes(r.warning)||e.failed_because.includes(r.warning)),failed_because:e.failed_because,projection:{mode:"summary",warning_count:t.count,warnings_truncated:t.truncated,detail_limit:gn,omitted_checks:n},generated_at:e.generated_at}}function ba(e,t){if(t)return{values:e,truncated:!1,total:e.length};let n=UE(e,Hp);return{values:n.values,truncated:n.truncated,total:e.length}}function _n(e){let t=(process.env[e]??"").trim().toLowerCase();return t==="1"||t==="true"||t==="yes"||t==="on"}function BE(){let e=(process.env.PM_TELEMETRY_SOURCE_CONTEXT??"").trim().toLowerCase();return yE.has(e)?e:null}function Fi(e){let t=e.trim();if(t.length===0)return"";try{let n=new URL(t);return n.username="",n.password="",n.search="",n.hash="",n.toString()}catch{return t}}function Zp(e){let t=0,n=0,r=0,i=0,s=0;for(let o of e.split(`
11
- `)){let a=o.trim();if(a.length!==0){r+=1;try{let c=JSON.parse(a);if(typeof c=="object"&&c!==null&&typeof c.attempts=="number"&&Number.isFinite(c.attempts)){let d=Math.max(0,Math.trunc(c.attempts));t+=1,s=Math.max(s,d),d>=Vp&&(i+=1)}else n+=1}catch{n+=1}}}return{validEntries:t,invalidRows:n,totalRows:r,highRetryEntries:i,maxAttempts:s}}function WE(){return{validEntries:0,invalidRows:0,totalRows:0,highRetryEntries:0,maxAttempts:0}}function HE(e){if(!e||e.trim().length===0)return{runtimeState:{},stateParseFailed:!1};try{let t=JSON.parse(e);return typeof t=="object"&&t!==null&&!Array.isArray(t)?{runtimeState:t,stateParseFailed:!1}:{runtimeState:{},stateParseFailed:!0}}catch{return{runtimeState:{},stateParseFailed:!0}}}async function VE(e,t){let n=e.telemetry.endpoint.trim();return!t||!e.telemetry.enabled||n.length===0?void 0:{attempted:!0,...await e_(n)}}function YE(e,t,n){let r=[];if(t.invalidRows>0&&r.push(`telemetry_queue_invalid_rows:${t.invalidRows}`),!e.telemetry.enabled||t.validEntries===0)return r;let i=n.last_successful_flush_at,s=n.last_failed_flush_at,o=s&&(!i||s>i),a=!i,c=t.validEntries>=kE;return(o||a||c)&&r.push(`telemetry_queue_pending:${t.validEntries}`),t.highRetryEntries>0&&r.push(`telemetry_queue_high_retries:${t.highRetryEntries}`),r}function XE(e){return!e||e.ok!==!1?[]:typeof e.status=="number"?[`telemetry_endpoint_probe_http_status:${e.status}`]:["telemetry_endpoint_probe_failed"]}function JE(e){let t=Number.parseInt(e?.max_schema_version??"",10);return e?.ok===!0&&Number.isInteger(t)&&t>yu?[`telemetry_schema_version_behind:${t}`]:[]}function QE(e,t){let n=typeof t.pending_otel_spans=="number"?t.pending_otel_spans:0,r=t.last_otel_success_at,i=t.last_otel_failure_at;return e.telemetry.enabled&&n>0&&!!i&&(!r||i>=r)?[`telemetry_otel_export_failing:${n}`]:[]}function ZE(){return{telemetry_disabled:_n("PM_TELEMETRY_DISABLED")||_n("PM_NO_TELEMETRY"),pm_no_telemetry:_n("PM_NO_TELEMETRY"),telemetry_otel_disabled:_n("PM_TELEMETRY_OTEL_DISABLED"),telemetry_inline_flush:_n("PM_TELEMETRY_INLINE_FLUSH"),telemetry_source_context:BE()}}function eS(e,t){return e.telemetry.enabled&&t.validEntries>0}function tS(e,t){return e&&t.every(n=>!n.startsWith("telemetry_queue_pending:")&&!n.startsWith("telemetry_queue_high_retries:"))}async function e_(e){let t=e;try{let n=new URL(e);n.pathname="/healthz",n.search="",n.hash="",t=n.toString()}catch{}try{let n=await fetch(t,{method:"GET",signal:AbortSignal.timeout(bE)});return{probe_url:Fi(t),ok:n.ok,status:n.status,max_schema_version:(()=>{for(let r of EE){let i=n.headers.get(r)?.trim();if(i&&i.length>0)return i}})()}}catch(n){return{probe_url:Fi(t),ok:!1,error:n instanceof Error?n.message:"probe_failed"}}}async function nS(e,t){let n=Ve(process.cwd()),r=xe.join(n,wE),i=xe.join(n,vE),s=await J(r),o=s!==null,a=s?Buffer.byteLength(s,"utf8"):0,c=s?Zp(s):WE(),d=await J(i),{runtimeState:l,stateParseFailed:u}=HE(d),m=e.telemetry.endpoint.trim(),_=Fi(m),g=await VE(e,t.checkTelemetry),h=[];u&&h.push("telemetry_state_invalid_json"),h.push(...YE(e,c,l),...XE(g),...JE(g),...QE(e,l));let y=eS(e,c),w=typeof l.pending_otel_spans=="number"?l.pending_otel_spans:0;return{check:{name:"telemetry",status:h.length===0?"ok":"warn",ok:h.length===0,details:{enabled:e.telemetry.enabled,capture_level:e.telemetry.capture_level,endpoint:_,global_pm_root:n,queue_path:r,queue_exists:o,queue_entries:c.validEntries,queue_draining:tS(y,h),queue_invalid_rows:c.invalidRows,queue_rows_total:c.totalRows,queue_size_bytes:a,queue_high_retry_entries:c.highRetryEntries,queue_high_retry_threshold:Vp,queue_max_attempts:c.maxAttempts,runtime_state_path:i,last_attempted_flush_at:l.last_attempted_flush_at??null,last_successful_flush_at:l.last_successful_flush_at??null,last_failed_flush_at:l.last_failed_flush_at??null,last_failed_flush_error:l.last_failed_flush_error??null,pending_otel_spans:w,last_otel_attempt_at:l.last_otel_attempt_at??null,last_otel_success_at:l.last_otel_success_at??null,last_otel_failure_at:l.last_otel_failure_at??null,last_otel_failure_error:l.last_otel_failure_error??null,endpoint_probe:g??{attempted:!1},env_overrides:ZE()}},warnings:h}}async function rS(e){let t;try{t=await qp(e)}catch(r){let i=r instanceof Error?r.message:String(r);return{check:{name:"locks",status:"warn",ok:!1,details:{active_lock_count:0,stale_lock_count:0,unreadable_lock_count:0,unparseable_lock_count:0,scan_failed:!0,error:i,pm_root:e}},warnings:[`locks_scan_failed:${i}`]}}let n=[];return t.stale_lock_count>0&&n.push(`locks_stale_count:${t.stale_lock_count}`),t.unreadable_lock_count>0&&n.push(`locks_unreadable:${t.unreadable_lock_count}`),{check:{name:"locks",status:n.length===0?"ok":"warn",ok:n.length===0,details:{active_lock_count:t.active_lock_count,stale_lock_count:t.stale_lock_count,unreadable_lock_count:t.unreadable_lock_count,unparseable_lock_count:t.unparseable_lock_count}},warnings:n}}async function iS(e,t){let n="metadata",{missingStreams:r,unreadableStreams:i,hashMismatches:s,chainMismatches:o,driftedItems:a,workspaceStateMismatches:c,workspaceStateMissing:d,workspaceStateUnreadable:l}=await pn(e,t,{cacheHitVerification:n}),u=[...r.map(m=>`history_drift_missing_stream:${m}`),...i.map(m=>`history_drift_unreadable_stream:${m}`),...s.map(m=>`history_drift_hash_mismatch:${m}`),...o.map(m=>`history_drift_chain_mismatch:${m}`),...c.map(m=>`history_drift_workspace_state_mismatch:${m}`),...d.map(m=>`history_drift_workspace_state_missing:${m}`),...l.map(m=>`history_drift_workspace_state_unreadable:${m}`)];return{check:{name:"history_drift",status:u.length===0?"ok":"warn",ok:u.length===0,details:{checked_items:t.length,cache_hit_verification:n,drifted_items:a,counts:{drifted:a.length,missing_streams:r.length,unreadable_streams:i.length,hash_mismatches:s.length,chain_mismatches:o.length,workspace_state_mismatches:c.length,workspace_state_missing:d.length,workspace_state_unreadable:l.length},missing_streams:r,unreadable_streams:i,hash_mismatches:s,chain_mismatches:o,workspace_state_mismatches:c,workspace_state_missing:d,workspace_state_unreadable:l}},warnings:u}}function sS(e,t){let n=iu(e),r=uu(n.settings),i=mu(n.settings,t),s=r.active?fu(r.active.name,r.active.model):null;return{runtimeDefaults:n,providerResolution:r,vectorStoreResolution:i,runtimeEmbeddingIdentity:s,semanticRuntimeAvailable:!!(r.active&&i.active)}}function oS(){return{refreshed:[],skipped:[],warnings:[]}}async function aS(e){return!e.refreshPolicy.enabled||!e.snapshot.semanticRuntimeAvailable||e.staleBefore.length===0?oS():_u(e.pmRoot,e.staleBefore,{settings:e.snapshot.runtimeDefaults.settings,apply_runtime_defaults:!1})}function cS(e){return e.strictVectorizationWarnings&&e.semanticRuntimeAvailable&&!!(e.ledgerBefore.embedding&&e.runtimeEmbeddingIdentity&&pu(e.ledgerBefore.embedding,e.runtimeEmbeddingIdentity))}function dS(e){let t=new Set([...e.ledgerBefore.warnings,...e.ledgerAfter.warnings]);if(e.strictVectorizationWarnings)for(let n of e.refreshResult.warnings)t.add(n);return e.embeddingIdentityChanged&&t.add("vectorization_embedding_identity_changed"),e.strictVectorizationWarnings&&e.semanticRuntimeAvailable&&e.staleAfter.length>0&&t.add(`vectorization_stale_items_remaining:${e.staleAfter.length}`),[...t].sort((n,r)=>n.localeCompare(r))}function lS(e,t,n){return e.enabled&&t&&n.length>0?null:e.enabled?t?"no_stale_items":"semantic_runtime_unavailable":"refresh_disabled"}function t_(e,t){let n=t.providerResolution.active?.name??null,r=t.vectorStoreResolution.active?.name??null;return{provider_active:n,provider_configured:typeof e.search?.provider=="string"?e.search.provider:null,provider_source:So(n,e.search?.provider??null),vector_store_active:r,vector_store_configured:typeof e.vector_store?.adapter=="string"?e.vector_store.adapter:null,vector_store_source:So(r,e.vector_store?.adapter??null)}}function uS(e){return{enabled:e.enabled,check_only:e.checkOnly,no_refresh:e.noRefresh,refresh_vectors:e.refreshVectors}}function mS(e,t,n){return e.enabled&&n.length>0&&t}async function fS(e,t,n,r,i){let s=sS(t,e),o=await To(e),a=s.semanticRuntimeAvailable?Uo(n,o.entries):[],c=await aS({pmRoot:e,snapshot:s,refreshPolicy:r,staleBefore:a}),d=await To(e),l=s.semanticRuntimeAvailable?Uo(n,d.entries):[],u=!s.runtimeDefaults.auto_ollama_defaults_applied,m=cS({strictVectorizationWarnings:u,semanticRuntimeAvailable:s.semanticRuntimeAvailable,ledgerBefore:o,runtimeEmbeddingIdentity:s.runtimeEmbeddingIdentity}),_=dS({ledgerBefore:o,ledgerAfter:d,refreshResult:c,strictVectorizationWarnings:u,semanticRuntimeAvailable:s.semanticRuntimeAvailable,embeddingIdentityChanged:m,staleAfter:l}),g=ba(a,i),h=ba(l,i),y=mS(r,s.semanticRuntimeAvailable,a);return{check:{name:"vectorization",status:_.length===0?"ok":"warn",ok:_.length===0,details:{semantic_runtime_available:s.semanticRuntimeAvailable,compatibility_mode_auto_defaults:s.runtimeDefaults.auto_ollama_defaults_applied,auto_ollama_defaults_applied:s.runtimeDefaults.auto_ollama_defaults_applied,auto_ollama_defaults_skipped_reason:s.runtimeDefaults.auto_ollama_defaults_skipped_reason??null,auto_ollama_defaults_remediation:s.runtimeDefaults.auto_ollama_defaults_remediation??null,refresh_policy:uS(r),...t_(t,s),embedding_identity_changed:m,embedding_identity_before:o.embedding??null,embedding_identity_runtime:s.runtimeEmbeddingIdentity??null,items:n.length,ledger_entries_before:Object.keys(o.entries).length,stale_items_detail_mode:i?"full":"summary",stale_items_summary_limit:Hp,stale_items_before_total:g.total,stale_items_before:g.values,stale_items_before_truncated:g.truncated,refresh_attempted:y,refresh_skipped_reason:lS(r,s.semanticRuntimeAvailable,a),refresh_result:c,ledger_entries_after:Object.keys(d.entries).length,stale_items_after_total:h.total,stale_items_after:h.values,stale_items_after_truncated:h.truncated}},warnings:_}}function pS(e){let t=[];return e.id_prefix.trim().length===0&&t.push("settings:id_prefix_empty"),e.locks.ttl_seconds<=0&&t.push("settings:locks_ttl_non_positive"),t}function n_(e){let t=e.checkOnly===!0,n=e.refreshVectors===!0;if(n&&t)throw new p("--check-only cannot be combined with --refresh-vectors",f.USAGE);if(n&&e.noRefresh===!0)throw new p("--no-refresh cannot be combined with --refresh-vectors",f.USAGE);return{enabled:n,checkOnly:t,noRefresh:!n,refreshVectors:n}}var _S=new Set(["extensions","locks","search"]);function gS(e){let t=new Set(xd.filter(i=>i.length>0)),n=new Set,r=new Set(Object.values(Ad));for(let i of e.folders)t.has(i)&&!r.has(i)||(t.delete(i),n.add(i));for(let i of _S)t.delete(i),n.add(i);return{requiredDirs:[...t].sort((i,s)=>i.localeCompare(s)),optionalDirs:[...n].sort((i,s)=>i.localeCompare(s)),optionalDirSet:n}}async function hS(e,t,n){let{requiredDirs:r,optionalDirs:i,optionalDirSet:s}=gS(t),o=[],a=[],c=[];for(let d of[...r,...i]){let l=xe.join(e,d);c.push(...await De({path:l,scope:"project"})),!await Sa(l)&&(s.has(d)?a.push(d):o.push(d))}return{requiredDirs:r,optionalDirs:i,missingRequiredDirs:o,missingOptionalDirs:a,missingDirs:n?[...o,...a]:[...o],hookWarnings:c}}function r_(e){let t=e.checkOnly===!0&&e.brief!==!0&&e.summary!==!0&&e.full!==!0,n=(e.summary===!0||t)&&e.full!==!0,r=e.checkOnly===!0&&(e.brief===!0||e.summary===!0)&&e.full!==!0;return{summaryMode:n,skipIntegrity:(e.skipIntegrity===!0||r)&&e.full!==!0,skipDrift:(e.skipDrift===!0||r)&&e.full!==!0,skipVectors:(e.skipVectors===!0||r)&&e.full!==!0}}async function yS(e){return e.skipPolicy.skipDrift&&e.skipPolicy.skipVectors?be(e.pmRoot,e.settings.item_format,e.typeRegistry.type_to_folder,e.itemReadWarnings,e.settings.schema):yt(e.pmRoot,e.settings.item_format,e.typeRegistry.type_to_folder,e.itemReadWarnings,e.settings.schema)}function ya(e){return{check:{name:e,status:"ok",ok:!0,details:{skipped:!0}},warnings:[]}}function wS(e,t,n){return{name:"settings",status:n.length===0?"ok":"warn",ok:n.length===0,details:{path:e,version:t.version,id_prefix:t.id_prefix,locks_ttl_seconds:t.locks.ttl_seconds,warnings:n}}}function vS(e,t){return{name:"directories",status:e.missingDirs.length===0?"ok":"warn",ok:e.missingDirs.length===0,details:{required:e.requiredDirs,optional:e.optionalDirs,missing_required:e.missingRequiredDirs,missing_optional:e.missingOptionalDirs,missing:e.missingDirs,strict_directories:t}}}function bS(e){return{name:"settings_values",status:e.length===0?"ok":"warn",ok:e.length===0,details:{warnings:e}}}var Ta=e=>e.unknown_event_count??0,xa=e=>e.actionable_unknown_event_count??Ta(e);function kS(e,t,n,r,i,s,o){let a=Ta(r),c=xa(r),d=a>0,l=c>0,u=i.count>0;return{name:"storage",status:n.over_threshold.length===0&&n.orphaned.length===0&&!l&&!u?"ok":"warn",ok:n.over_threshold.length===0&&n.orphaned.length===0&&!l&&!u,details:{items:e.length,history_streams:n.count,tombstones:{retention_policy:"retain_append_only",gc_enabled:!1,count:n.tombstones.length,ids:n.tombstones.slice(0,25),truncated:n.tombstones.length>25},orphaned_history_streams:{count:n.orphaned.length,ids:n.orphaned.slice(0,25),truncated:n.orphaned.length>25},...d?{author_attribution:r}:{},...u?{stale_in_progress:i}:{},...s.length>0?{provenance_resolver_outcomes:s}:{},...o.length>0?{provenance_invalid_values:o}:{},...n.max_entries!==null?{compact_policy:{enabled:t.history.compact_policy.enabled,max_entries:n.max_entries,trigger:t.history.compact_policy.trigger,over_threshold_count:n.over_threshold.length,over_threshold:n.over_threshold}}:{}}}}function i_(e){let t=e.count===0?[]:[`stale_in_progress_items:${e.count}`];return{scan:e,warnings:t}}function ES(e){let t=[...e.directoryState.missingDirs.map(n=>`missing_directory:${n}`),...e.normalizedSettingsReadWarnings,...e.settingWarnings,...e.normalizedItemReadWarnings,...e.telemetryCheck.warnings,...e.extensionCheck.warnings,...e.historyPolicyWarnings,...e.historySummary.warnings,...e.authorAttributionWarnings,...e.staleInProgressWarnings,...e.provenanceWarnings,...e.locksCheck.warnings,...e.integrityCheck.warnings,...e.historyDriftCheck.warnings,...e.vectorizationCheck.warnings,...e.directoryState.hookWarnings];return[...new Set(t)]}function SS(e){let t=e.check.details.counts;return typeof t?.drifted=="number"?t.drifted:0}function TS(e){return{settings:e.normalizedSettingsReadWarnings,directories:e.directoryState.missingDirs.map(t=>`missing_directory:${t}`).concat(e.directoryState.hookWarnings),settings_values:e.settingWarnings,telemetry:e.telemetryCheck.warnings,extensions:e.extensionCheck.warnings,storage:[...e.historyPolicyWarnings,...e.historySummary.over_threshold.map(t=>`history_stream_over_compact_threshold:${t}`),...e.authorAttributionWarnings,...e.staleInProgressWarnings,...e.provenanceWarnings],locks:e.locksCheck.warnings,integrity:[...e.normalizedItemReadWarnings,...e.integrityCheck.warnings],history_drift:e.historyDriftCheck.warnings,vectorization:e.vectorizationCheck.warnings}}function s_(e){let t=new Map;for(let[i,s]of Object.entries(e.remediationSources))for(let o of s)t.has(o)||t.set(o,i);let n=new Map(e.checks.map(i=>[i.name,i]));return e.warnings.map(i=>{let s=t.get(i)??"integrity",o=pa(i)?.code??Ea(i),a=n.get(s)?.details,d=(typeof a?.remediation_map=="object"&&a.remediation_map!==null?a.remediation_map:{})[o],l=ka(i,e.requireMergeDrivers)?"advisory":"gate_failing";return{warning:i,code:o,check:s,severity:l,...typeof d=="string"?{remediation:d}:l==="gate_failing"?{disposition:"no_safe_automatic_remediation"}:{}}})}function xS(e){if(e.check.name==="history_drift"&&e.historyDriftedCount>1)for(let t of Object.keys(e.remediationMap))t!=="history_drift_merge_receipt"&&(e.remediationMap[t]="pm history-repair --all");if(e.check.name==="storage"&&e.overThresholdCount>1)for(let t of Object.keys(e.remediationMap))e.remediationMap[t]="pm history-compact --all-streams"}function AS(e){for(let t of e.checks){let n=_a(e.remediationSources[t.name]);xS({check:t,remediationMap:n,historyDriftedCount:e.historyDriftedCount,overThresholdCount:e.overThresholdCount}),Object.keys(n).length>0&&(t.details={...t.details,remediation_map:n})}}async function CS(e){if(e.gitWorkspaceRoot===null||e.pendingMergeReceipts.length===0)return[];let t=e.historyDriftCheck.check.details,n=Array.isArray(t.hash_mismatches)?t.hash_mismatches.filter(o=>typeof o=="string"):[],r=new Set([t.missing_streams,t.unreadable_streams,t.chain_mismatches].flatMap(o=>Array.isArray(o)?o:[])),i=new Map;for(let o of e.pendingMergeReceipts){if(o.evidence_source!=="clone_local")continue;let a=i.get(o.item_id)??[];a.push(o),i.set(o.item_id,a)}let s=[];for(let o of n){if(r.has(o))continue;let a=i.get(o);if(!(!a||a.length===0))try{(await fa(o,{dryRun:!0,mergeReceiptProof:{gitWorkspaceRoot:e.gitWorkspaceRoot,receipts:a}},e.global)).merge_receipt_proof?.trusted&&s.push(o)}catch{}}return[...new Set(s)].sort((o,a)=>o.localeCompare(a))}function IS(e,t){let n=new Set(t);e.warnings=[...e.warnings.filter(r=>r.startsWith("history_drift_hash_mismatch:")?!n.has(r.slice(r.indexOf(":")+1)):!0),...t.map(r=>`history_drift_merge_receipt:${r}`)].sort((r,i)=>r.localeCompare(i)),e.check.details={...e.check.details,merge_receipt_attributed_items:t}}function o_(e,t,n){let r=e.warning_count??e.warnings.length,i={...e,warning_count:r,warning_limit:ar,warnings_truncated:r>ar,warnings:e.warnings.slice(0,ar),findings:(e.findings??[]).filter(o=>e.warnings.slice(0,ar).includes(o.warning)||e.failed_because.includes(o.warning))},s=n?zE(i):t.brief===!0?KE(i):i;return{...s,warning_count:r,warning_limit:ar,warnings_truncated:r>s.warnings.length,...s.projection?{projection:{...s.projection,warning_count:r,warnings_truncated:r>s.warnings.length}}:{}}}async function a_(e,t={}){let n=R(process.cwd(),e.path);await $(n);let r=Te(n),{settings:i,warnings:s}=await nu(n),o=[...new Set(s)],a=U(i,F()),c=t.strictDirectories===!0,d=n_(t),l=await hS(n,a,c),u=pS(i),m=await nS(i,{checkTelemetry:t.checkTelemetry===!0}),_=await $E(n,i,!!e.noExtensions),g=r_(t),h=[],y=await yS({pmRoot:n,settings:i,typeRegistry:a,skipPolicy:g,itemReadWarnings:h}),w=y,k=[...new Set(h)],E=g.skipDrift?{warnings:[]}:await di({pmRoot:n,settings:i,itemIds:y.map(Ct=>Ct.id),commandLabel:"health"}),S=await xE(n,i.history.compact_policy,await SE(n)),b=await nr(n,20,t.verboseAuthorEvents===!0),x=xa(b),v=x>0?[`history_unknown_author_events:${x}`]:[],T=i_(await gu(n,y,{in_progress_status:i.schema.workflow.in_progress_status,threshold_hours:i.mutation_guard.stale_in_progress_hours})),L=await bp(n),z=L.outcomes,P=L.invalid_values,C=L.warnings,D=await rS(n),ne=g.skipIntegrity?{...ya("integrity"),gitWorkspaceRoot:null,pendingMergeReceipts:[]}:await OE(n,a.type_to_folder,i.schema,t.requireMergeDrivers===!0,y),re=g.skipDrift?ya("history_drift"):await iS(n,w),Ee=await CS({gitWorkspaceRoot:ne.gitWorkspaceRoot,pendingMergeReceipts:ne.pendingMergeReceipts,historyDriftCheck:re,global:e});IS(re,Ee);let Ke=g.skipVectors?ya("vectorization"):await fS(n,i,w,d,t.verboseStaleItems===!0),At=[wS(r,i,o),vS(l,c),bS(u),m.check,_.check,kS(y,i,S,b,T.scan,z,P),D.check,ne.check,re.check,Ke.check],nt=ES({directoryState:l,normalizedSettingsReadWarnings:o,settingWarnings:u,normalizedItemReadWarnings:k,telemetryCheck:m,extensionCheck:_,historyPolicyWarnings:E.warnings,historySummary:S,authorAttributionWarnings:v,staleInProgressWarnings:T.warnings,provenanceWarnings:C,locksCheck:D,integrityCheck:ne,historyDriftCheck:re,vectorizationCheck:Ke}),ze=TS({directoryState:l,normalizedSettingsReadWarnings:o,settingWarnings:u,normalizedItemReadWarnings:k,telemetryCheck:m,extensionCheck:_,historyPolicyWarnings:E.warnings,historySummary:S,authorAttributionWarnings:v,staleInProgressWarnings:T.warnings,provenanceWarnings:C,locksCheck:D,integrityCheck:ne,historyDriftCheck:re,vectorizationCheck:Ke});AS({checks:At,remediationSources:ze,historyDriftedCount:SS(re),overThresholdCount:S.over_threshold.length});let Dn=nt.filter(Ct=>!ka(Ct,t.requireMergeDrivers===!0)),we=s_({warnings:nt,checks:At,remediationSources:ze,requireMergeDrivers:t.requireMergeDrivers===!0}),Be={ok:Dn.length===0,checks:At,warnings:nt,findings:we,failed_because:Dn,generated_at:A()};return o_(Be,t,g.summaryMode)}var Rj={buildHierarchyIntegrityWarnings:Xp,buildExtensionHealthTriageSummary:Jp,buildHealthFindings:s_,buildCapabilityContractMetadata:qo,buildStaleInProgressHealthSummary:i_,buildVectorizationProviderDetails:t_,collectUnknownCapabilityGuidance:Go,isAdvisoryHealthWarning:ka,isDirectory:Sa,isExpectedUnmanagedExtension:wa,listItemDocumentPaths:Yp,normalizeEndpointForDisplay:Fi,normalizeExtensionNameForMatch:hn,parseTelemetryQueue:Zp,probeTelemetryEndpointHealth:e_,projectHealthResult:o_,resolveActionableUnknownAuthorEventCount:xa,resolveHealthSkipPolicy:r_,resolveUnknownAuthorEventCount:Ta,resolveVectorRefreshPolicy:n_,selectStaleItemDetail:ba,summarizeHealthCheckDetails:Qp,summarizeExtensionList:Pi,summarizeRecordList:Qe,summarizeStringList:H,telemetryEnvFlagEnabled:_n,warningCode:Ea};import yn from"node:fs/promises";import wn 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]="59b566d5-1d4f-500b-98e3-004e6f57d2b4")}catch{}})();async function RS(e,t){let n=[...new Set(Object.values(t))],r=[];return await Promise.all(n.map(async i=>{let s;try{s=await yn.readdir(wn.join(e,i))}catch{return}for(let o of s)for(let a of Rt)if(o.toLowerCase().endsWith(a)){r.push({relativePath:`${i}/${o}`,id:o.slice(0,-a.length)});break}})),r.sort((i,s)=>i.relativePath.localeCompare(s.relativePath))}function OS(e,t){let{id:n,relativePath:r,liveItemIds:i,out:s}=e,o=en(t);if(o){s.conflictMarkers.push({id:n,path:r,line:o.line,detail:`unresolved merge conflict marker ${o.marker}`});return}let a=null,c=t.split(/\r?\n/).map((d,l)=>({content:d.trim(),number:l+1})).filter(d=>d.content.length>0);for(let d of c)try{let l=JSON.parse(d.content);if(typeof l!="object"||l===null||Array.isArray(l))throw new TypeError("history entry must be an object");a=l}catch{s.unparseable.push({id:n,path:r,line:d.number,detail:"history line is not a valid JSON object"});return}a!==null&&(a.op==="delete"&&i.has(n)&&s.resurrected.push({id:n,deleted_at:typeof a.ts=="string"?a.ts:"",deleted_by:typeof a.author=="string"?a.author:""}),a.op==="history_repair"&&Array.isArray(a.patch)&&a.patch.length>0&&(s.repairReconciliations+=1))}function Aa(e,t){let n=typeof t=="object"&&t!==null&&"code"in t&&typeof t.code=="string"?t.code:"UNKNOWN";return`${e} could not be read (error code: ${n})`}async function NS(e,t){let n={conflictMarkers:[],unparseable:[],resurrected:[],repairReconciliations:0,scanned:0},r;try{r=await yn.readdir(wn.join(e,"history"))}catch{return n}for(let i of r.sort((s,o)=>s.localeCompare(o))){if(!i.endsWith(".jsonl"))continue;n.scanned+=1;let s;try{s=await yn.readFile(wn.join(e,"history",i),"utf8")}catch(o){n.unparseable.push({id:i.slice(0,-6),path:`history/${i}`,detail:Aa("history stream",o)});continue}OS({id:i.slice(0,-6),relativePath:`history/${i}`,liveItemIds:t,out:n},s)}return n}function c_(e){let t=en(e);if(t)return`unresolved merge conflict marker ${t.marker} at line ${t.line}`;try{return JSON.parse(e),null}catch(n){return`invalid JSON (${String(n)})`}}async function LS(e){let t=[],n=0,r=null;try{r=await J(Te(e))}catch(s){n+=1,t.push({path:"settings.json",detail:Aa("configuration file",s)})}if(r!==null){n+=1;let s=c_(r);s!==null&&t.push({path:"settings.json",detail:s})}let i;try{i=await yn.readdir(wn.join(e,"schema"))}catch{return{scanned:n,unparseable:t}}for(let s of i.sort((o,a)=>o.localeCompare(a))){if(!s.endsWith(".json"))continue;n+=1;let o;try{o=await yn.readFile(wn.join(e,"schema",s),"utf8")}catch(c){t.push({path:`schema/${s}`,detail:Aa("configuration file",c)});continue}let a=c_(o);a!==null&&t.push({path:`schema/${s}`,detail:a})}return{scanned:n,unparseable:t}}async function d_(e,t,n,r={}){let i=await RS(e,n),s=new Set(i.map(u=>u.id)),o=new Map;for(let u of i){let m=o.get(u.id);m===void 0?o.set(u.id,[u.relativePath]):m.push(u.relativePath)}let a=[...o.entries()].filter(([,u])=>u.length>1).map(([u,m])=>({id:u,paths:[...m].sort((_,g)=>_.localeCompare(g))})).sort((u,m)=>u.id.localeCompare(m.id)),c=(await Promise.all(i.map(async u=>{if(!t.has(u.id))return{path:u.relativePath,id:u.id};try{let m=wn.join(e,u.relativePath);return oi(await yn.readFile(m,"utf8"),{format:m.toLowerCase().endsWith(".md")?"json_markdown":"toon",schema:r.schema,extensionFieldNames:r.extensionFieldNames}),null}catch{return{path:u.relativePath,id:u.id}}}))).filter(u=>u!==null),d=await NS(e,s),l=await LS(e);return{item_files_on_disk:i.length,item_ids_on_disk:s.size,parsed_items:t.size,unreadable_item_files:c,duplicate_item_ids:a,history_streams_scanned:d.scanned,history_conflict_marker_streams:d.conflictMarkers,history_unparseable_streams:d.unparseable,resurrected_items:d.resurrected,history_repair_reconciliations:d.repairReconciliations,config_files_scanned:l.scanned,unparseable_config_files:l.unparseable}}import DS from"node:fs/promises";import $e from"node:path";import PS from"fast-glob";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2b9ba0a4-396f-5870-bc89-e7fc789bb49d")}catch{}})();var MS=/^[a-z][a-z0-9+.-]+:\/\//i;function cr(e){return MS.test(e.trim())}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="1832e2b3-0ece-523d-8f38-598303d3f590")}catch{}})();var FS=["path","scope","note"],$S=["pattern","glob","path","scope","note"],US=["path"],jS=["from","to"],GS=new Set(["note","scope"]);function u_(e){let t=e??"project";if(!Me.includes(t))throw new p(`Invalid scope "${e}". Valid scopes: ${Me.join(", ")} (default: project).`,f.USAGE);return t}function Ia(e){if(e.startsWith("```")||e.includes(`
12
- `)||/^(?:[-*+]\s+)?(?:path|scope|note)\s*[:=]/i.test(e))return!0;let t=e.indexOf("=");return t>=0&&!/\s/u.test(e)&&(/^[A-Za-z][A-Za-z0-9+.-]*:\/\//u.test(e)||/^(?:[A-Za-z]:[\\/]|[\\/]{1,2}|\.\.?(?:[\\/]))/u.test(e)||[e.indexOf("/"),e.indexOf("\\")].some(n=>n>=0&&n<t))?!1:e.includes("=")||Jt(e)}function qS(e){return e.flatMap(t=>{let n=t.trim();return n.length===0||Ia(n)||!n.includes(",")?[t]:zn(n)})}function KS(e){let t=0;for(let n of e)if(n==="("&&(t+=1),n===")"&&(t-=1),t<0)return!1;return t===0}function zS(e){if(/^[A-Za-z][A-Za-z0-9+.-]*:\/\//u.test(e)&&!Ia(e))return{path:e,scope:"project",note:void 0};let t=e.indexOf("](");if(e.startsWith("[")&&t>0&&e.endsWith(")")){let s=e.slice(t+2,-1).trim();if(s.length>0&&KS(s))return{path:s,scope:"project",note:e.slice(1,t).trim()||void 0}}let n=e.indexOf(",");if(n<0)return;let r=e.slice(0,n).trim(),i=e.slice(n+1).trim();if(!(r.length===0||!/^[A-Za-z][A-Za-z0-9+.-]*:\/\//u.test(i)))return{path:i,scope:"project",note:r}}function BS(e,t){return e?e.flatMap(n=>{let r=n.trim();if(t==="doc"){let i=zS(r);if(i!==void 0)return[i]}return qS([n]).map(i=>{let s=i.trim(),o=Ia(s)?Z(i,"--add"):{path:s};if(ge(o,"--add",FS),!o.path)throw new p(`--add requires path=<value> or a bare ${t} path`,f.USAGE);return{path:o.path,scope:u_(o.scope),note:o.note?.trim()||void 0}})}):[]}function WS(e){return e?e.map(t=>{let n=t.trim();if(!n)throw new p("--add-glob requires a glob pattern value",f.USAGE);if(n.includes("=")||/^(?:[-*+]\s+)?(?:pattern|glob|path)\s*[:=]/i.test(n)||n.startsWith("```")){let r=Z(n,"--add-glob");ge(r,"--add-glob",$S);let i=r.pattern?.trim()||r.glob?.trim()||r.path?.trim();if(!i)throw new p("--add-glob key/value form requires pattern=<glob>",f.USAGE);return{pattern:i,scope:u_(r.scope),note:r.note?.trim()||void 0}}return{pattern:n,scope:"project"}}):[]}function HS(e){return e?e.map(t=>{let n=t.trim();if(!n)throw new p("--remove requires a path value",f.USAGE);if(n.includes("=")||/^(?:[-*+]\s+)?path\s*[:=]/i.test(n)||n.startsWith("```")){let r=Z(n,"--remove"),i=Object.keys(r).filter(s=>GS.has(s.toLowerCase()));if(i.length>0)throw new p(`--remove identifies a linked artifact by path only and does not accept ${i.map(s=>`"${s}"`).join(", ")}. Pass just the path (path=<value>, path:<value>, or a bare path); record removal context with --message "<why removed>".`,f.USAGE);if(ge(r,"--remove",US),!r.path)throw new p("--remove key/value form requires path=<value>",f.USAGE);return r.path}return n}):[]}function VS(e){return e?e.map(t=>{let n=Z(t,"--migrate");ge(n,"--migrate",jS);let r=n.from?.trim(),i=n.to?.trim();if(!r||!i)throw new p("--migrate requires from=<value> and to=<value>",f.USAGE);return{from:r,to:i}}):[]}function dr(e,t){let n=e;for(let r of t)n.startsWith(r.from)&&(n=`${r.to}${n.slice(r.from.length)}`);return n}function YS(e,t,n=[]){if(e.length===0||t.length===0)return;let r=new Set(e.map(s=>dr(s.path,n))),i=[...new Set(t.map(s=>dr(s,n)).filter(s=>r.has(s)))].sort((s,o)=>s.localeCompare(o));if(i.length!==0)throw new p(`Linked artifact mutation cannot add and remove the same normalized path in one transaction: ${i.join(", ")}. Split the replacement into separate commands so each history event has one unambiguous intent.`,f.USAGE,{code:"linked_artifact_mutation_conflict",reason:"same_path_added_and_removed",required:"Use distinct normalized paths for --add and --remove in one invocation.",why:"Conflicting batch intent cannot be applied deterministically without silently discarding metadata or a removal.",nextSteps:["Run the removal and addition as separate commands with a --message describing each intent."]})}function dt(e){return e.split($e.sep).join("/")}function Ca(e,t,n=process.cwd()){let r=e.trim();if(cr(r))return r;if($e.isAbsolute(r)||/^[A-Za-z]:[\\/]/.test(r))return dt(r.replaceAll("\\",$e.sep));let i=$e.relative(t,n);return i.startsWith(`..${$e.sep}`)||i===".."||$e.isAbsolute(i)?dt($e.normalize(r)):dt($e.relative(t,$e.resolve(n,r)))}async function XS(e,t=process.cwd(),n=process.cwd()){let r=[];for(let i of e){let s=$e.isAbsolute(i.pattern),o=await PS(i.pattern,{cwd:n,absolute:s,onlyFiles:!0,dot:!0,unique:!0,followSymbolicLinks:!0}),a=[...new Set(o.map(c=>Ca(c,t,n)))].sort((c,d)=>c.localeCompare(d));for(let c of a)r.push({path:c,scope:i.scope,note:i.note})}return r}function JS(e,t,n){if(t===void 0)return e;if(!n)throw new p("--note requires --add or --add-glob in the same invocation (the note annotates the links being added)",f.USAGE);let r=t.trim();return r.length===0?e:e.map(i=>i.note===void 0?{...i,note:r}:i)}function QS(e){return`${e.path}::${e.scope}`}function Ra(e){return[...e].sort((t,n)=>{let r=t.path.localeCompare(n.path);return r!==0?r:t.scope.localeCompare(n.scope)})}function Oa(e){return[...new Map(e.map(t=>[QS(t),t])).values()].map(t=>({...t,note:t.note?.trim()||void 0}))}async function ZS(e,t=process.cwd()){let n=[...new Set(e)].sort((a,c)=>a.localeCompare(c)),r=[],i=[],s=[],o=[];for(let a of n){if(cr(a)){o.push(a.trim());continue}let c=$e.isAbsolute(a)?a:$e.resolve(t,a);try{(await DS.stat(c)).isFile()?r.push(a):s.push(a)}catch(d){if(typeof d=="object"&&d!==null&&"code"in d&&Yt(d)){i.push(a);continue}s.push(a)}}return{checked:n.length,existing_files:r,missing_paths:i,non_file_paths:s,remote_references:o}}function eT(e,t,n,r){let i=0;for(let o=0;o<e.length;o+=1){let a=dr(e[o].path,r);a!==e[o].path&&(e[o]={...e[o],path:a},i+=1)}return{adds:t.map(o=>{let a=dr(o.path,r);return a!==o.path&&(i+=1),{...o,path:a}}),removes:n.map(o=>dr(o,r)),count:i}}function tT(e,t,n,r){for(let s of t)e.some(o=>o.path===s.path&&o.scope===s.scope)||e.push(s);if(n.length>0)for(let s=e.length-1;s>=0;s-=1)n.includes(e[s].path)&&e.splice(s,1);let i=Oa(e);return r?i:Ra(i)}async function l_(e){let t=e.artifacts.map(n=>n.path);return{id:e.id,artifacts:e.artifacts,changed:e.changed,count:e.artifacts.length,migrations_applied:e.migrationsApplied&&e.migrationsApplied>0?e.migrationsApplied:void 0,validation:e.options.validatePaths?await ZS(t,e.workspaceRoot):void 0}}async function $i(e,t,n,r){let{metadataKey:i}=r,s=Qt(),o=R(process.cwd(),n.path),a=He(o),c=process.cwd();await $(o);let d=await I(o),l=U(d,F()),u=await s.resolveList(t.add,"--add"),m=await s.resolveList(t.addGlob,"--add-glob"),_=await s.resolveList(t.remove,"--remove"),g=await s.resolveList(t.migrate,"--migrate"),h=BS(u,r.bareNoun).map(P=>({...P,path:Ca(P.path,a,c)})),y=WS(m),w=await XS(y,a,c),k=JS([...h,...w],t.note,h.length>0||y.length>0),E=HS(_).map(P=>Ca(P,a,c)),S=VS(g);if(YS(k,E,S),!(k.length>0||E.length>0||S.length>0)){let P=await ee(o,e,d.id_prefix,d.item_format,l.type_to_folder);if(!P)throw new p(`Item ${e} not found`,f.NOT_FOUND);let D=(await fe(P,{schema:d.schema})).document.metadata[i]??[];return l_({id:P.id,artifacts:D,changed:!1,options:t,workspaceRoot:a})}let x=G(t.author,d.author_default),v=await de({pmRoot:o,settings:d,id:e,op:r.op,author:x,message:t.message,force:t.force,skipNoop:!0,mutate(P){let C=P.metadata,D=C[i]??[],ne=[...D],re=eT(ne,k,E,S),Ee=tT(ne,re.adds,re.removes,r.supportsAppendStable&&t.appendStable===!0);Ee.length>0?C[i]=Ee:delete C[i];let Ke=!st(D,Ee);return{changedFields:Ke?[i]:[],warnings:Ke&&re.count>0?[`path_migrations_applied:${re.count}`]:[]}}}),T=v.item[i]??[],L=v.warnings.find(P=>P.startsWith("path_migrations_applied:")),z=L?Number(L.slice(24)):0;return l_({id:v.item.id,artifacts:T,changed:v.changedFields.includes(i),migrationsApplied:z,options:t,workspaceRoot:a})}function Ui(e,t){let n={};for(let[r,i]of Object.entries(e))n[r==="artifacts"?t:r]=i;return n}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c4c82f8f-7890-5ed2-8f0f-a82ba42cf807")}catch{}})();async function m_(e,t,n){let r=await $i(e,t,n,{metadataKey:"docs",op:"docs_add",bareNoun:"doc",supportsAppendStable:!1});return Ui(r,"docs")}import{execFile as nT}from"node:child_process";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]="b8b3f729-be32-5a77-b08f-f616ee068e0f")}catch{}})();function p_(e,t){return new Promise((n,r)=>{nT("git",[...t],{cwd:e,encoding:"utf8",maxBuffer:4*1024*1024},(i,s)=>{i?r(i):n(s)})})}function __(e){if(e&&(!Number.isSafeInteger(e.start)||!Number.isSafeInteger(e.end)||e.start<1||e.end<e.start))throw new RangeError("Source line range must be inclusive positive integers with end >= start.")}function l1(e){let t=/^(\d+):(\d+)$/u.exec(e.trim()),n=t?{start:Number(t[1]),end:Number(t[2])}:void 0;if(__(n),!n)throw new RangeError("Source line range must use start:end.");return n}function rT(e){let t=new Map;for(let n of e.split(`
13
- `)){let r=/^([0-9a-f^]{40,64}) \d+ \d+(?: \d+)?$/u.exec(n)?.[1];r&&t.set(r,(t.get(r)??0)+1)}return t}function iT(e){let t=e.split("\0"),n=new Map;for(let r=0;r+1<t.length;r+=2){let i=t[r]?.trim();if(!i)continue;let s=[...new Set(t[r+1]?.match(/\bpm-[a-z0-9][a-z0-9-]{2,63}\b/gu)??[])].sort((o,a)=>o.localeCompare(a));n.set(i,s)}return n}async function sT(e){let t=f_.relative(e.workspaceRoot,f_.resolve(e.workspaceRoot,e.sourcePath)),n=await p_(e.workspaceRoot,["blame","--line-porcelain","-L",`${e.lineRange.start},${e.lineRange.end}`,"--",t]),r=await p_(e.workspaceRoot,["log","-n","256","--format=%H%x00%B%x00","--",t]);return{commitLines:rT(n),commitItems:iT(r),available:!0}}function oT(e){let t=e.current.nodes.at(-1),n=e.current.kinds.length+1,r;for(let i of e.graph.incidentEdges(t)){let s=i.source===t,o=s?i.target:i.source;if((e.visitedDepth.get(o)??Number.POSITIVE_INFINITY)<n)continue;e.visitedDepth.set(o,n);let a=e.graph.registry().require(i.kind),c={nodes:[...e.current.nodes,o],kinds:[...e.current.kinds,s?i.kind:a.inverse??i.kind]};e.details.get(o)?.type?.toLowerCase()==="decision"?(r=n,e.found.push(c)):e.queue.push(c)}return r}function aT(e){let t=[{nodes:[e.itemId],kinds:[]}],n=new Map([[e.itemId,0]]),r=[],i;for(;t.length>0;){let s=t.shift(),o=s.kinds.length;i!==void 0&&o>=i||o>=e.maxDepth||(i=oT({current:s,graph:e.graph,details:e.details,visitedDepth:n,queue:t,found:r})??i)}return r.sort((s,o)=>s.nodes.join("\0").localeCompare(o.nodes.join("\0"))),r}function cT(e,t,n){let r=lf(t);if(!r.graph.hasNode(e))return{status:"not_found",nodes:[],kinds:[],alternative_decision_ids:[]};let i=aT({itemId:e,maxDepth:n,graph:r.graph,details:new Map(r.details.map(a=>[a.id,a]))}),s=i[0];if(!s)return{status:"not_found",nodes:[],kinds:[],alternative_decision_ids:[]};let o=[...new Set(i.map(a=>a.nodes.at(-1)))];return{status:o.length===1?"found":"ambiguous",nodes:s.nodes,kinds:s.kinds,alternative_decision_ids:o.slice(1)}}async function dT(e){if(!e.lineRange)return{commitLines:new Map,commitItems:new Map,available:!0};try{return await sT({workspaceRoot:e.workspaceRoot,sourcePath:e.paths[0],lineRange:e.lineRange})}catch{return{commitLines:new Map,commitItems:new Map,available:!1}}}function lT(e){let t=[];return e.hasLineRange&&!e.attributionAvailable&&t.push("git_attribution_unavailable"),e.hasLineRange&&e.contributionLines===0&&t.push("line_attribution_unmapped"),e.decisionStatus==="ambiguous"&&t.push("multiple_governing_decisions"),e.decisionStatus==="not_found"&&t.push("governing_decision_not_found"),t}function uT(e){return[...e.commitLines.keys()].filter(t=>(e.commitItems.get(t)?.length??0)>0)}async function g_(e){__(e.lineRange);let t=e.decisionDepth??8;if(!Number.isSafeInteger(t)||t<1||t>32)throw new RangeError("Decision path depth must be an integer from 1 to 32.");let n=await dT(e),r=uT(n),i=new Map;for(let s of e.candidates){let o=[...n.commitLines.entries()].filter(([l])=>n.commitItems.get(l)?.includes(s.item.id)),a=o.reduce((l,[,u])=>l+u,0),c=cT(s.item.id,e.corpus,t),d=lT({hasLineRange:e.lineRange!==void 0,attributionAvailable:n.available,contributionLines:a,decisionStatus:c.status});i.set(s.item.id,{score:a*100+s.files.length*10+Math.max(0,9-Math.floor((Date.now()-Date.parse(s.item.updated_at))/(720*60*60*1e3))),contribution_lines:a,evidence:[...s.files.map(l=>({kind:"linked_file",reference:l.path})),...o.map(([l,u])=>({kind:"git_commit",reference:l.slice(0,12),contribution_lines:u}))],rationale:{value:s.item.value?.trim()||null,why_now:s.item.why_now?.trim()||null,outcome:s.item.outcome?.trim()||null,objective:s.item.objective?.trim()||null},decision_path:c,ambiguities:d})}return{explanations:i,receipt:{line_range:e.lineRange??null,blamed_commit_count:n.commitLines.size,mapped_commit_count:r.length,unmapped_commit_count:n.commitLines.size-r.length,decision_depth:t}}}import h_ from"node:fs/promises";import Ue 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]="ed504f2b-8b78-5fca-a4a7-7b0709a65533")}catch{}})();var mT=32768;function Na(e){return dt(Ue.normalize(e))}async function ji(e){try{return await h_.realpath(e)}catch{return Ue.resolve(e)}}function vn(e,t){let n=Ue.isAbsolute(e.path)?Ue.resolve(e.path):Ue.resolve(t,e.path);return`${Na(n)}::${e.scope}`}function Gi(e,t,n){if(typeof e=="string"){let r=e.trim();r.length>0&&n.push({field:t,value:r});return}if(Array.isArray(e)){e.forEach((r,i)=>Gi(r,`${t}[${i}]`,n));return}if(typeof e=="object"&&e!==null)for(let[r,i]of Object.entries(e))Gi(i,t?`${t}.${r}`:r,n)}function fT(e){let t=[];return Gi(e.metadata,"metadata",t),Gi(e.body,"body",t),t}function pT(e){let t=e.trim();return t=t.replace(/^[`"'<([{]+/u,""),t=t.replace(/[`"'>)\]},;!?]+$/u,""),t=t.replace(/[.]+$/u,""),t=t.replace(/:(?:\d+)(?::\d+)?$/u,""),t=t.replace(/[.]+$/u,""),t}function _T(e){let t=[],n=/(?:[A-Za-z]:[\\/]|\/)[^\s"'`<>()[\]{},;]+/gu,r=/(?:\.{1,2}[\\/])?(?:(?:[A-Za-z0-9_.@-]+[\\/])+[A-Za-z0-9_.@-]+|[A-Za-z0-9_.@-]+\.[A-Za-z0-9][A-Za-z0-9._-]*)/gu;for(let i of e){let s=new Set,o=i.value.slice(0,mT);for(let[a,c]of[[n,i.value],[r,o]]){a.lastIndex=0;for(let d of c.matchAll(a)){let l=pT(d[0]);!l||s.has(l)||(s.add(l),t.push({field:i.field,value:l}))}}}return t}async function gT(e,t,n=t){let r=Ue.isAbsolute(e)?Ue.resolve(e):Ue.resolve(n,e),i;try{i=await h_.stat(r)}catch{return}if(!i.isFile())return;let[s,o]=await Promise.all([ji(t),ji(r)]);if(uo(s,o)){let a=Ue.relative(s,o);return!a||a.startsWith("..")||Ue.isAbsolute(a)?void 0:{path:Na(a),scope:"project"}}return{path:Na(r),scope:"global"}}async function hT(e,t,n=t){let r=new Set((e.metadata.files??[]).map(c=>vn(c,t))),i=new Map,s=_T(fT(e)),o=new Map;await Promise.all([...new Set(s.map(c=>c.value))].map(async c=>{o.set(c,await gT(c,t,n))}));let a=s.map(c=>({reference:c,resolved:o.get(c.value)}));for(let{reference:c,resolved:d}of a){if(!d)continue;let l=vn(d,t),u=i.get(l)??{path:d.path,scope:d.scope,sourceFields:new Set,originalPaths:new Set,sourceCount:0};u.sourceFields.add(c.field),u.originalPaths.add(c.value),u.sourceCount+=1,i.set(l,u)}return[...i.entries()].map(([c,d])=>({path:d.path,scope:d.scope,status:r.has(c)?"already_linked":"addable",source_count:d.sourceCount,source_fields:[...d.sourceFields].sort((l,u)=>l.localeCompare(u)),original_paths:[...d.originalPaths].sort((l,u)=>l.localeCompare(u))})).sort((c,d)=>{let l=c.status.localeCompare(d.status);if(l!==0)return l;let u=c.path.localeCompare(d.path);return u!==0?u:c.scope.localeCompare(d.scope)})}async function y_(e,t,n){let r=await $i(e,t,n,{metadataKey:"files",op:"files_add",bareNoun:"file",supportsAppendStable:!0});return Ui(r,"files")}async function yT(e,t){let n=await ji(t),r=await Promise.all(e.map(async s=>{let o=s.trim();if(!o)throw new p("Files lookup paths must not be empty.",f.USAGE);if(!Ue.isAbsolute(o))return dt(o);let a=await ji(o);return uo(n,a)?dt(Ue.relative(n,a)):dt(a)})),i=[...new Set(r)].sort((s,o)=>s.localeCompare(o));if(i.length===0)throw new p("Files lookup requires at least one path.",f.USAGE);return i}function wT(e){for(let[r,i]of[["limit",e.limit],["offset",e.offset]])if(i!==void 0&&(!Number.isInteger(i)||i<0))throw new p(`Files lookup ${r} must be a non-negative integer.`,f.USAGE);let{offset:t=0,limit:n=50}=e;return{offset:Math.max(0,Math.floor(t)),limit:e.noTruncate?void 0:Math.max(0,Math.floor(n))}}function w_(e){return{id:e.id,title:e.title,type:e.type,status:e.status,priority:e.priority,updated_at:e.updated_at}}function v_(e,t){let n=e.item.priority-t.item.priority;if(n!==0)return n;let r=t.item.updated_at.localeCompare(e.item.updated_at);return r===0?e.item.id.localeCompare(t.item.id):r}function vT(e){return e.metadata.map(t=>({item:t,files:(t.files??[]).filter(n=>e.paths.includes(dt(n.path))&&(e.scope===void 0||n.scope===e.scope)).sort((n,r)=>{let i=n.path.localeCompare(r.path);return i===0?n.scope.localeCompare(r.scope):i})})).filter(t=>t.files.length>0).sort(v_)}async function bT(e){if(e.explain)return g_({workspaceRoot:e.workspaceRoot,paths:e.paths,candidates:e.matching,corpus:e.metadata,...e.lineRange?{lineRange:e.lineRange}:{},...e.decisionDepth===void 0?{}:{decisionDepth:e.decisionDepth}})}async function kT(e){if([e.strictRead,e.noTruncate,e.explain,il()].includes(!0))return null;let t=await gi(e.pmRoot,[...new Set(Object.values(e.typeToFolder))]);return t?su({pmRoot:e.pmRoot,expectedSourceCursor:t.source_cursor,paths:e.paths,scope:e.scope,limit:e.limit,offset:e.offset}):null}async function ET(e){let t=[],n=await on(e.pmRoot,e.settings.item_format,e.typeToFolder,t,e.settings.schema),r=vT({metadata:n,paths:e.paths,scope:e.scope}),i=t.filter(c=>/^item_list_(?:item|directory)_read_failed:/u.test(c));if(e.strictRead&&i.length>0)throw new p(`Files lookup could not read every item: ${i.join("; ")}`,f.GENERIC_FAILURE);let s=await bT({explain:e.explain,workspaceRoot:e.workspaceRoot,paths:e.paths,matching:r,metadata:n,lineRange:e.lineRange,decisionDepth:e.decisionDepth}),a=(s?[...r].sort((c,d)=>{let l=s.explanations.get(d.item.id).score-s.explanations.get(c.item.id).score;return l!==0?l:v_(c,d)}):r).slice(e.offset,e.limit===void 0?void 0:e.offset+e.limit);return{paths:e.paths,total:r.length,count:a.length,offset:e.offset,limit:e.limit??null,has_more:e.offset+a.length<r.length,truncated:e.offset+a.length<r.length,completeness:{status:i.length===0?"complete":"partial",source:"source_scan"},warnings:t,matches:a.map(c=>({item:w_(c.item),files:c.files,...s?{traceability:s.explanations.get(c.item.id)}:{}})),...s?{traceability_receipt:s.receipt}:{}}}async function C1(e,t){let n=R(process.cwd(),t.path),r=He(n);await $(n);let i=await yT(e.paths,r);if(e.lineRange&&i.length!==1)throw new p("Files lookup line attribution requires exactly one source path.",f.USAGE);let s=await I(n),o=U(s,F()),{offset:a,limit:c}=wT(e),d=await kT({pmRoot:n,typeToFolder:o.type_to_folder,paths:i,scope:e.scope,limit:c,offset:a,strictRead:e.strictRead===!0,noTruncate:e.noTruncate===!0,explain:e.explain===!0||e.lineRange!==void 0});return d?{paths:i,total:d.total,count:d.matches.length,offset:a,limit:c,has_more:a+d.matches.length<d.total,truncated:a+d.matches.length<d.total,completeness:{status:"unchecked",source:"index"},warnings:[],matches:d.matches.map(l=>({item:w_(l.item),files:l.files}))}:ET({pmRoot:n,settings:s,typeToFolder:o.type_to_folder,paths:i,scope:e.scope,limit:c,offset:a,strictRead:e.strictRead===!0,workspaceRoot:r,explain:e.explain===!0||e.lineRange!==void 0,lineRange:e.lineRange,decisionDepth:e.decisionDepth})}async function I1(e,t,n){let r=R(process.cwd(),n.path),i=He(r);await $(r);let s=await I(r),o=U(s,F()),a=await ee(r,e,s.id_prefix,s.item_format,o.type_to_folder);if(!a)throw new p(`Item ${e} not found`,f.NOT_FOUND);let c=await fe(a,{schema:s.schema}),d=await hT(c.document,i,process.cwd()),l=d.filter(T=>T.status==="addable"),u=d.filter(T=>T.status==="already_linked"),m=t.apply===!0,_=t.note?.trim()||"discovered from item text";if(!m||l.length===0){let T=c.document.metadata.files??[];return{id:a.id,files:T,changed:!1,apply:m,count:T.length,candidate_count:d.length,addable_count:l.length,added_count:0,skipped_existing_count:u.length,candidates:d,added:[],skipped_existing:u}}let g=G(t.author,s.author_default),h=l.map(T=>({path:T.path,scope:T.scope,note:_})),y=[],w=new Set,k=await de({pmRoot:r,settings:s,id:e,op:"files_discover",author:g,message:t.message??"Discover referenced file links",force:t.force,mutate(T){let L=[...T.metadata.files??[]],z=new Set(L.map(D=>vn(D,i)));y=[],w.clear();for(let[D,ne]of h.entries()){let re=vn(ne,i);z.has(re)||(L.push(ne),z.add(re),y.push(ne),w.add(D))}let P=Oa(L),C=t.appendStable?P:Ra(P);return C.length>0?T.metadata.files=C:delete T.metadata.files,{changedFields:y.length>0?["files"]:[],warnings:y.length!==h.length?[`files_discover_skipped_existing:${h.length-y.length}`]:[]}}}),E=k.item.files??[],S=new Set(y.map(T=>vn(T,i))),b=E.filter(T=>S.has(vn(T,i))),x=l.filter((T,L)=>!w.has(L)),v=[...u,...x];return{id:k.item.id,files:E,changed:b.length>0,apply:!0,count:E.length,candidate_count:d.length,addable_count:l.length,added_count:b.length,skipped_existing_count:v.length,candidates:d,added:b,skipped_existing:v}}import{readFileSync as ST}from"node:fs";import qi 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]="673a5a26-6214-58d6-af19-baee5a8359f0")}catch{}})();var TT=new Set(["get","history","restore","update","close","delete","append","claim","release","comments","notes","learnings","files","docs","deps","test"]),La=new Set(["--pm-path","--path","--author"]),xT={get:new Set(["--depth","--fields","--tree-depth","--tree_depth","--at","--format"]),history:new Set(["--limit","--field","--format"]),restore:new Set(["--message"]),update:new Set(["--title","-t","--description","-d","--body","-b","--status","-s","--close-reason","--close_reason","--priority","-p","--type","--tags","--add-tags","--add_tags","--remove-tags","--remove_tags","--deadline","--estimated-minutes","--estimate","--estimated_minutes","--acceptance-criteria","--ac","--acceptance_criteria","--definition-of-ready","--definition_of_ready","--order","--rank","--goal","--objective","--value","--impact","--outcome","--why-now","--why_now","--message","--assignee","--parent","--reviewer","--risk","--confidence","--sprint","--release","--blocked-by","--blocked_by","--blocked-reason","--blocked_reason","--unblock-note","--unblock_note","--reporter","--severity","--environment","--repro-steps","--repro_steps","--resolution","--expected-result","--expected_result","--expected","--actual-result","--actual_result","--actual","--affected-version","--affected_version","--fixed-version","--fixed_version","--component","--regression","--customer-impact","--customer_impact","--dep","--dep-remove","--dep_remove","--comment","--note","--learning","--file","--test","--doc","--reminder","--event","--type-option","--type_option","--field","--unset","--body-file"]),close:new Set(["--reason","-r","--close-reason","--duplicate-of","-d","--message","-m","--validate-close","--resolution","--expected-result","--expected_result","--expected","--actual-result","--actual_result","--actual"]),delete:new Set(["--message"]),append:new Set(["--body","--text","--message"]),claim:new Set(["--assignee","--message","--type","--tag","--priority","--assignee-filter","--parent","--sprint","--release","--max-attempts"]),release:new Set(["--assignee","--message"]),comments:new Set(["--add","--body","--comment","--file","--edit","--delete","--limit","--message"]),notes:new Set(["--add","--file","--edit","--delete","--limit","--message"]),learnings:new Set(["--add","--file","--edit","--delete","--limit","--message"]),files:new Set(["--add","--add-glob","--remove","--migrate","--note","--message"]),docs:new Set(["--add","--add-glob","--remove","--migrate","--note","--message"]),deps:new Set(["--format","--max-depth","--collapse","--node-limit","--edge-limit","--token-budget","--cursor","--direction","--kind"]),test:new Set(["--add","--add-json","--remove","--match","--only-index","--timeout","--env-set","--env-clear","--pm-context","--message"])},AT=new Set(["-p","--package"]),CT=new Set(["-c","--call"]),Ma=new Set(["-c","-C","--config","--dir","--filter","--workspace-dir"]),Da=new Set(["-C","--prefix","--userconfig","--cache"]),b_=new Set(["--cwd"]),k_=new Set(["--cwd"]),IT=new Set(["exec","x"]),E_=new Set(["run","run-script"]),S_=new Set(["-C","--dir","--cwd","-w","--workspace","--filter"]);function bn(e){return e.split(/&&|\|\||\||;/).map(t=>t.trim()).filter(t=>t.length>0)}function Ki(e,t=process.cwd()){let n=zi(e.split(" ").filter(o=>o.length>0));if(n.length===0)return null;let[r,...i]=n;if(lr(r)||ur(r,t))return i;if(r==="node"&&i[0]&&ur(i[0],t))return i.slice(1);let s=r==="npx"||r==="bunx"?Dt(i):r==="pnpm"?Wi(i):r==="npm"?Hi(i):null;return s&&(lr(s.command)||Fa(s.command))?s.args:null}var Pa=(e,t="pm")=>{let n=t.trim().toLowerCase(),r=n.length;for(;r>0&&n[r-1]==="-";)r-=1;let i=n.slice(0,r);if(i.length===0)return[];let s=e.trim().replaceAll("\\","/").replaceAll('"',"").replaceAll("'","").replaceAll(/\s+/g," ").toLowerCase(),o=new Set;for(let a of bn(s)){let c=Ki(a),d=c?$a(c):null,l=d&&TT.has(d.subcommand)?OT(d.remaining,xT[d.subcommand]):void 0,u=l?.trim().toLowerCase();u?.startsWith(`${i}-`)===!0&&u.length>i.length+1&&o.add(l)}return[...o].sort((a,c)=>a.localeCompare(c))};function zi(e){let t=0;for(e[t]==="env"&&(t+=1);t<e.length;){let n=e[t];if(/^(?:[a-z_][a-z0-9_]*|\$env:[a-z_][a-z0-9_]*)=.*/.test(n)){t+=1;continue}break}return e.slice(t)}function Bi(e){let t=0;for(;t<e.length;){let n=e[t];if(n==="--"){t+=1;continue}if(n.startsWith("-")){if(La.has(n)){t+=2;continue}t+=1;continue}return n}}function lr(e){return e==="pm"||e==="pm.cmd"||e==="pm.exe"||e.endsWith("/pm")||e.endsWith("/pm.cmd")||e.endsWith("/pm.exe")}function RT(e){let t=e.trim();if(!t.startsWith("@")){let i=t.indexOf("@");return i===-1?t:t.slice(0,i)}let n=t.indexOf("/");if(n===-1)return t;let r=t.indexOf("@",n+1);return r===-1?t:t.slice(0,r)}function Fa(e){let t=RT(e);return t==="pm-cli"||t.endsWith("/pm-cli")||e==="pm-cli"||e.endsWith("/pm-cli")}function ur(e,t=process.cwd()){let n=e.replaceAll("\\","/");if(n!=="dist/cli.js"&&n!=="./dist/cli.js"&&!n.endsWith("/dist/cli.js"))return!1;let r=qi.resolve(t,e);try{return JSON.parse(ST(qi.join(qi.dirname(qi.dirname(r)),"package.json"),"utf8")).name==="@unbrained/pm-cli"}catch{return!1}}function Dt(e){let t=0;for(;t<e.length;){let r=e[t];if(r==="--"){t+=1;break}if(!r.startsWith("-"))break;let i=/^(?:-c|--call)=(.*)$/.exec(r);if(i){let s=i[1];return s?{command:s,args:e.slice(t+1)}:null}if(CT.has(r)){t+=1;break}t+=AT.has(r)&&!r.includes("=")?2:1}let n=e[t];return n?{command:n,args:e.slice(t+1)}:null}function vt(e,t){let n=0;for(;n<e.length;){let r=e[n];if(r==="--"){n+=1;continue}if(r.startsWith("-")){if(r.includes("=")){n+=1;continue}if(t.has(r)){n+=2;continue}n+=1;continue}return{subcommand:r,args:e.slice(n+1)}}return null}function Wi(e){let t=vt(e,Ma);return t?.subcommand!=="dlx"?null:Dt(t.args)}function Hi(e){let t=vt(e,Da);return!t||!IT.has(t.subcommand)?null:Dt(t.args)}function $a(e){let t=0;for(;t<e.length;){let n=e[t];if(n==="--"){t+=1;continue}if(n.startsWith("-")){if(La.has(n)){t+=2;continue}t+=1;continue}return{subcommand:n,remaining:e.slice(t+1)}}return null}function OT(e,t=new Set){for(let n=0;n<e.length;n+=1){let r=e[n];if(r==="--")return e[n+1];if(!r.startsWith("-"))return r;!r.includes("=")&&(La.has(r)||t.has(r))&&(n+=1)}}import{execFile as NT}from"node:child_process";import{readFile as LT}from"node:fs/promises";import x_ from"node:path";import{promisify as MT}from"node:util";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="30a61f26-5db8-50ba-af37-1990a4742ce8")}catch{}})();var DT=MT(NT),Ua=1,PT="linked-test-trust.json";function ja(e){return x_.join(Kd(e),PT)}function T_(){return{version:Ua,acknowledged:{}}}async function Ga(e){try{let t=JSON.parse(await LT(ja(e),"utf8"));return t.version!==Ua||typeof t.acknowledged!="object"||t.acknowledged===null||Array.isArray(t.acknowledged)?T_():{version:Ua,acknowledged:t.acknowledged}}catch{return T_()}}async function fr(e=process.cwd()){let t=process.env.GITHUB_HEAD_REF?.trim()||process.env.GITHUB_REF_NAME?.trim();if(t&&t!=="merge")return t;try{let{stdout:n}=await DT("git",["symbolic-ref","--quiet","--short","HEAD"],{cwd:e,encoding:"utf8",windowsHide:!0,timeout:1e4}),r=n.trim();return r.length===0?void 0:r}catch{return}}function pr(e=process.cwd()){return process.env.PM_SOURCE_WORKSPACE_ROOT?.trim()||e}function FT(e){return e===null||typeof e!="object"?!1:typeof e.author=="string"&&e.author.trim().length>0&&typeof e.created_at=="string"&&Od(e.created_at)&&(e.source_kind==="local_mutation"||e.source_kind==="merge_union")}function mr(e,t){return{...e?{source_ref:e}:{},...t?{current_source_ref:t}:{}}}function $T(e,t,n,r){return e?.map(i=>i.command&&!i.provenance?{...i,provenance:{author:t,created_at:n,source_kind:"local_mutation",...r?{source_ref:r}:{}}}:i)}async function kn(e,t,n){if(!e||e.length===0)return e;let r=pr();return $T(e,t,n,await fr(r))}function A_(e){return pt(W({command:e.command??null,path:e.path??null,scope:e.scope,pm_context_mode:e.pm_context_mode??null,workspace_context_mode:e.workspace_context_mode??null,env_set:e.env_set??null,env_clear:e.env_clear??null,shared_host_safe:e.shared_host_safe??null,provenance:e.provenance??null,provenance_invalid:e.provenance_invalid??null}))}async function qa(e,t,n){let r=await Ga(e);return C_(t,n,r)}function C_(e,t,n){let r=A_(e),i=e.provenance?.source_ref;if(e.provenance===void 0&&e.provenance_invalid!==!0)return{fingerprint:r,trusted:!0,reason:"legacy"};let s=Object.hasOwn(n.acknowledged,r);return e.provenance_invalid===!0||!FT(e.provenance)?s?{fingerprint:r,trusted:!0,reason:"acknowledged",...mr(void 0,t)}:{fingerprint:r,trusted:!1,reason:"invalid_provenance",...mr(void 0,t)}:e.provenance.source_kind==="local_mutation"&&i===void 0?{fingerprint:r,trusted:!0,reason:"local_mutation",...mr(void 0,t)}:e.provenance.source_kind==="local_mutation"&&i!==void 0&&i===t?{fingerprint:r,trusted:!0,reason:"local_source_ref",source_ref:i,current_source_ref:t}:s?{fingerprint:r,trusted:!0,reason:"acknowledged",...mr(i,t)}:{fingerprint:r,trusted:!1,reason:"foreign_source_ref",...mr(i,t)}}async function I_(e,t,n){let r=await Ga(e);return t.map(i=>C_(i,n,r))}async function R_(e,t,n){let r=await Ga(e),i=t.filter(s=>typeof s.command=="string"&&s.command.length>0).map(A_);for(let s of i)r.acknowledged[s]={acknowledged_at:n};return await je(x_.dirname(ja(e))),await _e(ja(e),`${JSON.stringify(r,null,2)}
14
- `),{acknowledged:i.length,fingerprints:i}}import Qa from"node:fs/promises";import{realpathSync as VT}from"node:fs";import{execFile as YT}from"node:child_process";import Ae from"node:path";import{promisify as XT}from"node:util";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ab236f47-a866-5236-b8da-f7f23140b978")}catch{}})();var UT=["metadata","resolution"],Ka=["metadata","resolution","estimates","lifecycle"],jT="completed";function za(e){return`"${e.replaceAll("\\","\\\\").replaceAll('"','\\"')}"`}function O_(e){let t=e?.trim();return t!==void 0&&t.length>0?t:void 0}function N_(e){let t=[];for(let n of e){if(!n.missing_fields.includes("resolution"))continue;let r=O_(n.close_reason)??jT;t.push({item_id:n.id,check:"resolution",field:"resolution",kind:"set_resolution",value:r,command:`pm update ${n.id} --resolution ${za(r)}`,gate:"resolution"})}return t}function L_(e){let t=[];for(let n of e){let r=O_(n.resolution);r!==void 0&&t.push({item_id:n.id,check:"metadata",field:"close_reason",kind:"set_close_reason",value:r,command:`pm update ${n.id} --close-reason ${za(r)}`,gate:"metadata"})}return t}function M_(e,t){return e.map(n=>{let r=tu(n.type,t);return{item_id:n.id,check:"metadata",field:"estimated_minutes",kind:"set_estimate",value:String(r),command:`pm update ${n.id} --estimate ${r}`,gate:"estimates"}})}function D_(e){return e.map(t=>t.grandparent_id!==void 0&&t.grandparent_active===!0?{item_id:t.id,check:"lifecycle",field:"parent",kind:"reparent",parent_id:t.grandparent_id,command:`pm update ${t.id} --parent ${t.grandparent_id}`,gate:"lifecycle"}:{item_id:t.id,check:"lifecycle",field:"parent",kind:"unset_parent",command:`pm update ${t.id} --unset parent`,gate:"lifecycle"})}function P_(e){let t=[];for(let n of e){if(n.classification!=="deleted")continue;let r=n.link_kind==="files"?"files":"docs";t.push({item_id:n.item_id,check:"files",field:n.link_kind,kind:n.link_kind==="files"?"prune_file_link":"prune_doc_link",path:n.path,command:`pm ${r} ${n.item_id} --remove ${za(n.path)}`})}return t}function F_(e){let t=(e??[]).flatMap(r=>r.split(",")).map(r=>r.trim()).filter(r=>r.length>0);if(t.length===0){if(e!==void 0&&e.length>0)throw new p(`--fix-scope values must not be empty. Supported values: ${Ka.join(", ")}.`,f.USAGE);return new Set(UT)}let n=new Set;for(let r of t){let i=r.toLowerCase().replaceAll("-","_");if(Ka.includes(i)){n.add(i);continue}throw new p(`Unknown --fix-scope value "${r}". Supported values: ${Ka.join(", ")}.`,f.USAGE)}return n}function $_(e,t){let n=[],r=[];for(let i of e)i.gate!==void 0&&!t.has(i.gate)?r.push(i):n.push(i);return{applicable:n,gated:r}}function _r(e){return{item_id:e.item_id,check:e.check,field:e.field,command:e.command,...e.gate!==void 0?{gate:e.gate}:{}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="8a7fbaf1-917f-5067-b9b6-a9f27c80e291")}catch{}})();var GT=/^([A-Z][A-Z0-9]*-\d+)\b/iu;function qT(e,t={}){if(typeof e!="string")return null;let n=e.trim();if(n.length===0)return null;let r=GT.exec(n);if(!r)return null;let i=r[1],s=i.toUpperCase(),o=i.slice(0,i.lastIndexOf("-")),a=new Set((t.configuredPrefixes??[]).map(m=>m.trim().replace(/-+$/u,"").toUpperCase())),c=n.slice(i.length),d=t.evidenceText?.toUpperCase()??"",l=d.includes(`ISSUE CODE: ${s}`)||d.includes(`ISSUE CODE \`${s}\``)||d.includes(`\`${s}\``)||d.includes(`[${s}]`);return o===o.toUpperCase()||/^\s*(?::|—|–|\])/u.test(c)||a.has(o.toUpperCase())||l?s:null}function U_(e){return typeof e=="string"&&e.trim().length>0}function j_(e,t={}){let n=new Map;for(let i of e){if(typeof i.title!="string"||U_(i.duplicate_of))continue;let s=qT(i.title,{...t,evidenceText:i.body});if(s===null)continue;let o=n.get(s);o||(o=[],n.set(s,o)),o.some(a=>a.id===i.id)||o.push({id:i.id,title:i.title,parent:U_(i.parent)?i.parent.trim():null})}let r=[];for(let[i,s]of n){if(s.length<2)continue;let o=new Set(s.map(d=>d.id.toLowerCase())),a=s.filter(d=>d.parent===null||!o.has(d.parent.toLowerCase()));if(a.length<2)continue;let c=[...a].sort((d,l)=>d.id.localeCompare(l.id));r.push({code:i,count:c.length,ids:c.map(d=>d.id),titles:c.map(d=>d.title)})}return r.sort((i,s)=>i.code.localeCompare(s.code))}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="1951b0f1-11fa-5728-b516-7458a55b1e29")}catch{}})();function G_(e){let t=new Map;for(let r of e){let i=t.get(r.item_type);i||(i=new Map,t.set(r.item_type,i)),i.set(r.field,(i.get(r.field)??0)+1)}let n={};for(let r of[...t.keys()].sort((i,s)=>i.localeCompare(s))){let i=t.get(r),s={};for(let o of[...i.keys()].sort((a,c)=>a.localeCompare(c)))s[o]=i.get(o);n[r]=s}return n}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="5a5b0bd8-d99b-52fb-82ae-52ba48c54c30")}catch{}})();var q_=3;function K_(e){let t=Math.max(e.lastIndexOf("/"),e.lastIndexOf("\\"));return t===-1?e:e.slice(t+1)}function z_(e,t,n=q_){let r=Number.isFinite(n)&&n>=1?Math.floor(n):q_,i=new Map;for(let s of t){let o=K_(s);if(o.length===0)continue;let a=i.get(o);a?a.push(s):i.set(o,[s])}return e.map(s=>{let o=(i.get(K_(s))??[]).filter(a=>a!==s).sort((a,c)=>a.localeCompare(c));return o.length===0?{path:s,classification:"deleted",candidates:[],candidates_truncated:!1}:{path:s,classification:"moved",candidates:o.slice(0,r),candidates_truncated:o.length>r}})}function B_(e){return e.map(t=>t.classification==="moved"?`${t.path}:moved:${t.candidates[0]}`:`${t.path}:deleted`)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="e063d634-4306-5725-927a-5f2af1722458")}catch{}})();function KT(e,t){return e==="moved"||t==="moved"?"moved":"deleted"}function W_(e){return`${e.item_id} ${e.link_kind}`}function H_(e,t){let n=new Map;for(let r of e){let i=n.get(r.path);i?(i.classification=KT(i.classification,r.classification),i.owners.set(W_(r),r)):n.set(r.path,{classification:r.classification,owners:new Map([[W_(r),r]])})}return[...n.entries()].sort(([r],[i])=>r.localeCompare(i)).map(([r,i])=>({path:r,classification:i.classification,items:[...i.owners.values()].map(s=>{let o=t(s.item_id);return{id:s.item_id,type:o?.type??"Unknown",title:o?.title??"",status:o?.status??"",field:s.link_kind}}).sort((s,o)=>{let a=s.id.localeCompare(o.id);return a!==0?a:s.field.localeCompare(o.field)})}))}function zT(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}function V_(e){let t=[];for(let n of e)for(let r of n.items)t.push(`${n.path}:${n.classification} owner=${r.id} status=${r.status} field=${r.field} title="${zT(r.title)}"`);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]="01f042d0-7f02-59f5-8894-cf48eb936d99")}catch{}})();async function Y_(e){return e.includeBody?yt(e.pmRoot,e.settings.item_format,e.typeToFolder,e.warnings,e.settings.schema,{forceSourceScan:!0}):on(e.pmRoot,e.settings.item_format,e.typeToFolder,e.warnings,e.settings.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]="a1261d65-222c-5c6c-8634-a4413a91aba9")}catch{}})();var BT=5;async function X_(e,t,n){let r=await pn(e,t),s=[["validate_history_drift_missing_streams",r.missingStreams.length],["validate_history_drift_unreadable_streams",r.unreadableStreams.length],["validate_history_drift_hash_mismatches",r.hashMismatches.length],["validate_history_drift_chain_mismatches",r.chainMismatches.length],["validate_history_drift_workspace_state_mismatches",r.workspaceStateMismatches.length],["validate_history_drift_workspace_state_missing",r.workspaceStateMissing.length],["validate_history_drift_workspace_state_unreadable",r.workspaceStateUnreadable.length]].filter(([,c])=>c>0).map(([c,d])=>`${c}:${d}`),o=n?Number.POSITIVE_INFINITY:BT,a=r.driftedItems.slice(0,o);return{check:{name:"history_drift",status:s.length===0?"ok":"warn",ok:s.length===0,details:{checked_items:t.length,drifted_items_count:r.driftedItems.length,drifted_items:a,drifted_items_truncated:a.length<r.driftedItems.length,counts:{missing_streams:r.missingStreams.length,unreadable_streams:r.unreadableStreams.length,hash_mismatches:r.hashMismatches.length,chain_mismatches:r.chainMismatches.length,workspace_state_mismatches:r.workspaceStateMismatches.length,workspace_state_missing:r.workspaceStateMissing.length,workspace_state_unreadable:r.workspaceStateUnreadable.length},workspace_state_mismatches:r.workspaceStateMismatches,workspace_state_missing:r.workspaceStateMissing,workspace_state_unreadable:r.workspaceStateUnreadable}},warnings: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]="77a3c404-bbcd-5a5e-80bf-cb61c45af55d")}catch{}})();function Vi(e,t){let n=e[0];if(e.length===1)return[n,n];let r=new Set(e),i=[n],s=new Set([n]),o=a=>{for(let c of(t.get(a)??[]).filter(d=>r.has(d))){if(c===n&&i.length>1)return i.push(n),!0;if(!s.has(c)){if(s.add(c),i.push(c),o(c))return!0;i.pop(),s.delete(c)}}return!1};return o(n)?[...i]:[...e,n]}function WT(e,t){if(typeof e!="string")return;let n=e.trim().toLowerCase();return n.length>0?t.get(n):void 0}function HT(e,t,n,r){for(let i of e.dependencies??[]){if(typeof i!="object"||i===null||typeof i.id!="string")continue;let s=r.resolve(i.kind);if(!s?.hierarchy)continue;let o=n.get(i.id.toLowerCase());o&&(s.hierarchyDirection==="source_parent"?t.get(o).push(e.id):t.get(e.id).push(o))}}function Ba(e,t=ke()){let n=new Map(e.map(i=>[i.id.toLowerCase(),i.id])),r=new Map(e.map(i=>[i.id,[]]));for(let i of[...e].sort((s,o)=>s.id.localeCompare(o.id))){let s=r.get(i.id),o=WT(i.parent,n);o&&s.push(o),HT(i,r,n,t)}for(let[i,s]of r)r.set(i,[...new Set(s)].sort());return r}function Wa(e,t,n=ke()){let r=yi(e,o=>t?ri(o,t):o==="closed"||o==="canceled",n),i=Ba(e,n),s=r.cycles.map(o=>o.item_ids);return{cycle_count:s.length,active_cycle_count:r.cycles.filter(o=>!o.legacy_terminal).length,legacy_cycle_count:r.cycles.filter(o=>o.legacy_terminal).length,cycle_item_ids:[...new Set(s.flat())].sort(),cycle_sample_paths:s.map(o=>Vi(o,i).join("->")),cardinality_violation_count:r.cardinality_violations.length,active_cardinality_violation_count:r.cardinality_violations.filter(o=>!o.legacy_terminal).length,legacy_cardinality_violation_count:r.cardinality_violations.filter(o=>o.legacy_terminal).length,cardinality_violation_rows:r.cardinality_violations.map(o=>`${o.child_id}:${o.parent_ids.join(",")}:${o.legacy_terminal?"legacy":"active"}`),parent_divergence_count:r.divergences.length,active_parent_divergence_count:r.divergences.filter(o=>!o.legacy_terminal).length,legacy_parent_divergence_count:r.divergences.filter(o=>o.legacy_terminal).length,parent_divergence_rows:r.divergences.map(o=>`${o.child_id}:scalar=${o.scalar_parent_id}:dependencies=${o.dependency_parent_ids.join(",")}:${o.legacy_terminal?"legacy":"active"}`)}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="e7a231e7-0546-5d5f-b0c8-59629ad4d731")}catch{}})();var JT=["src","tests","docs"],QT=["README.md","PRD.md","CHANGELOG.md","AGENTS.md","CONTRIBUTING.md","SECURITY.md","CODE_OF_CONDUCT.md","LICENSE"],ZT=new Set(["node_modules",".git",".cursor",".agents","dist","coverage"]),ex=["resolution","expected_result","actual_result"],tx=["default","tracked-all","tracked-all-strict"],J_=["core","strict","custom"],Ji=["off","warn","error"],Ya=["author","acceptance_criteria","estimated_minutes","close_reason"],tg=[...Ya,"reviewer","risk","confidence","sprint","release"],Za=Array.from(new Set(tg)),nx={author:"author",acceptance_criteria:"acceptance_criteria","acceptance-criteria":"acceptance_criteria",estimated_minutes:"estimated_minutes","estimated-minutes":"estimated_minutes",estimate:"estimated_minutes",close_reason:"close_reason","close-reason":"close_reason",reviewer:"reviewer",risk:"risk",confidence:"confidence",sprint:"sprint",release:"release"},rx={author:"validate_metadata_missing_author",acceptance_criteria:"validate_metadata_missing_acceptance_criteria",estimated_minutes:"validate_metadata_missing_estimate",close_reason:"validate_metadata_missing_close_reason",reviewer:"validate_metadata_missing_reviewer",risk:"validate_metadata_missing_risk",confidence:"validate_metadata_missing_confidence",sprint:"validate_metadata_missing_sprint",release:"validate_metadata_missing_release"},ix={author:"missing_author",acceptance_criteria:"missing_acceptance_criteria",estimated_minutes:"missing_estimated_minutes",close_reason:"closed_missing_close_reason",reviewer:"missing_reviewer",risk:"missing_risk",confidence:"missing_confidence",sprint:"missing_sprint",release:"missing_release"},sx={author:"missing_author_item_ids",acceptance_criteria:"missing_acceptance_criteria_item_ids",estimated_minutes:"missing_estimated_minutes_item_ids",close_reason:"closed_missing_close_reason_item_ids",reviewer:"missing_reviewer_item_ids",risk:"missing_risk_item_ids",confidence:"missing_confidence_item_ids",sprint:"missing_sprint_item_ids",release:"missing_release_item_ids"},ox={author:"missing_author_truncated",acceptance_criteria:"missing_acceptance_criteria_truncated",estimated_minutes:"missing_estimated_minutes_truncated",close_reason:"closed_missing_close_reason_truncated",reviewer:"missing_reviewer_truncated",risk:"missing_risk_truncated",confidence:"missing_confidence_truncated",sprint:"missing_sprint_truncated",release:"missing_release_truncated"},ax=32*1024*1024,cx=1e4,ng=40,Et=5,dx=4096,lx=255,ux=XT(YT);function rg(e){let t={};for(let[n,r]of Object.entries(e))Array.isArray(r)||(t[n]=typeof r=="object"&&r!==null?rg(r):r);return t}function mx(e){return{...e,checks:e.checks.map(t=>({...t,details:rg(t.details)})),...e.fixes?{fixes:{mode:e.fixes.mode,auto_fix:e.fixes.auto_fix,prune_missing:e.fixes.prune_missing,planned_count:e.fixes.planned_count,applied_count:e.fixes.applied_count,gated_count:e.fixes.gated_count,failed_count:e.fixes.failed_count}}:{}}}function Pt(e){return e.replaceAll("\\","/").replace(/^\.\/+/,"").replace(/^\/+/,"")}function Q_(e){return Pt(e).replace(/\/+$/,"")}function Ze(e){let t=se(e);if(!t)return;let n=t.toLowerCase();if(!(n==="none"||n==="null"||n==="n/a"||n==="na"))return t}function Zi(e,t){return ae(e,t)??e}function gr(e,t){return t.terminal_statuses.has(Zi(e,t))}function bt(e){return[...new Set((e??[]).map(t=>t.trim().toLowerCase()).filter(t=>t.length>0))].sort((t,n)=>t.localeCompare(n))}function Yi(e,t){return e.length!==t.length?!1:e.every((n,r)=>n===t[r])}function fx(e){let t=bt(Cd),n={blocked_reason:bt(jr.blocked_reason),resolution:bt(jr.resolution),actual_result:bt(jr.actual_result)},r=bt(e.validation.lifecycle_stale_blocker_reason_patterns),i={blocked_reason:bt(e.validation.lifecycle_closure_like_blocked_reason_patterns),resolution:bt(e.validation.lifecycle_closure_like_resolution_patterns),actual_result:bt(e.validation.lifecycle_closure_like_actual_result_patterns)};return{stale_blocker_reason_patterns:r,stale_blocker_reason_pattern_source:Yi(r,t)?"default":"settings",closure_like_metadata_field_patterns:i,closure_like_metadata_field_pattern_sources:{blocked_reason:Yi(i.blocked_reason,n.blocked_reason)?"default":"settings",resolution:Yi(i.resolution,n.resolution)?"default":"settings",actual_result:Yi(i.actual_result,n.actual_result)?"default":"settings"}}}function ig(e){let t=e?.trim().toLowerCase();if(!t||t.length===0)return"core";if(J_.includes(t))return t;throw new p(`Unknown --metadata-profile value "${e}". Supported values: ${J_.join(", ")}.`,f.USAGE)}function sg(e){let t=e?.trim().toLowerCase();if(!t||t.length===0)return"warn";if(Ji.includes(t))return t;throw new p(`Unknown --dependency-cycle-severity value "${e}". Supported values: ${Ji.join(", ")}.`,f.USAGE)}function og(e){let t=e?.trim().toLowerCase();if(!t||t.length===0)return"warn";if(Ji.includes(t))return t;throw new p(`Unknown --parent-cycle-severity value "${e}". Supported values: ${Ji.join(", ")}.`,f.USAGE)}function px(e){return[...new Set((e??[]).map(n=>n.trim().toLowerCase().replaceAll("-","_")))].map(n=>nx[n]).filter(n=>n!==void 0).sort((n,r)=>n.localeCompare(r))}function _x(e,t,n){let r=px(n);return e==="core"?{profile:e,profile_source:t,required_fields:[...Ya],configured_custom_fields:r,fallback_to_core:!1,warnings:[]}:e==="strict"?{profile:e,profile_source:t,required_fields:[...tg],configured_custom_fields:r,fallback_to_core:!1,warnings:[]}:r.length>0?{profile:e,profile_source:t,required_fields:r,configured_custom_fields:r,fallback_to_core:!1,warnings:[]}:{profile:e,profile_source:t,required_fields:[...Ya],configured_custom_fields:r,fallback_to_core:!0,warnings:["validate_metadata_custom_profile_missing_required_fields:0"]}}var gx=new Set(["acceptance_criteria","estimated_minutes"]);function ag(e,t,n,r){return!r&&gx.has(t)&&gr(e.status,n)?!1:t==="author"?!se(e.author):t==="acceptance_criteria"?!se(e.acceptance_criteria):t==="estimated_minutes"?!Number.isFinite(e.estimated_minutes):t==="close_reason"?Zi(e.status,n)===n.close_status&&!se(e.close_reason):t==="reviewer"?!se(e.reviewer):t==="risk"?!se(e.risk):t==="confidence"?typeof e.confidence=="number"?!Number.isFinite(e.confidence):!se(e.confidence):t==="sprint"?!se(e.sprint):!se(e.release)}function cg(e){if(e===void 0)return"default";let t=e.trim().toLowerCase();if(t.length===0||t==="default")return"default";if(t==="tracked-all"||t==="tracked_all")return"tracked-all";if(t==="tracked-all-strict"||t==="tracked_all_strict")return"tracked-all-strict";throw new p(`Unknown --scan-mode value "${e}". Supported values: ${tx.join(", ")}.`,f.USAGE)}function dg(e){let t=process.env.PM_SOURCE_WORKSPACE_ROOT?.trim();if(t)return Ae.resolve(t);let n=Ae.resolve(e);if(n.replaceAll("\\","/").endsWith("/.agents/pm"))return Ae.dirname(Ae.dirname(n));let i=Ae.resolve(process.cwd()),s=Z_(n),o=Z_(i),a=Ae.relative(s,o);return a.length===0||!a.startsWith("..")&&!Ae.isAbsolute(a)?n:i}function Z_(e){try{return VT.native(e)}catch{return Ae.resolve(e)}}function hx(e,t){return typeof e=="object"&&e!==null&&"code"in e&&typeof e.code=="string"&&t.includes(e.code)}async function ec(e,t,n){let r=t.length>0?Ae.join(e,t):e,i;try{i=await Qa.readdir(r,{withFileTypes:!0})}catch(s){if(q(s))return;throw s}for(let s of i){if(s.name.startsWith("."))continue;let o=t.length>0?Ae.join(t,s.name):s.name;if(s.isDirectory()){if(ZT.has(s.name))continue;await ec(e,o,n);continue}s.isFile()&&n.push(Pt(o))}}async function Xa(e){let t=[];for(let n of JT)await ec(e,n,t);for(let n of QT){let r=Ae.join(e,n);try{(await Qa.stat(r)).isFile()&&t.push(Pt(n))}catch{}}return[...new Set(t)].sort((n,r)=>n.localeCompare(r))}async function lg(e){try{let{stdout:t}=await ux("git",["ls-files","-z"],{cwd:e,encoding:"utf8",maxBuffer:ax,windowsHide:!0,timeout:cx}),n=t.split("\0").map(r=>Pt(r)).filter(r=>r.length>0);return[...new Set(n)].sort((r,i)=>r.localeCompare(i))}catch{return null}}function yx(e,t){let n=new Set,r=Q_(Td);r.length>0&&n.add(r);let i=Q_(Ae.relative(t,e));return i.length>0&&!i.startsWith("..")&&n.add(i),[...n].sort((s,o)=>s.localeCompare(o))}function eg(e,t){for(let n of t)if(e===n||e.startsWith(`${n}/`))return!0;return!1}async function wx(e,t){if(t==="tracked-all"||t==="tracked-all-strict"){let r=await lg(e);if(r)return{requestedMode:t,appliedMode:t,source:"tracked-git",candidateFiles:r,candidateTotal:r.length,candidateScanned:r.length};let i=await Xa(e);return{requestedMode:t,appliedMode:"default",source:"tracked-all-fallback-default",candidateFiles:i,candidateTotal:i.length,candidateScanned:i.length}}let n=await Xa(e);return{requestedMode:t,appliedMode:"default",source:"default-curated",candidateFiles:n,candidateTotal:n.length,candidateScanned:n.length}}function te(e,t=Et){return e.length<=t?{values:e,truncated:!1}:{values:e.slice(0,t),truncated:!0}}function kt(e,t){if(t)return{values:e,truncated:!1,total:e.length};let n=te(e,ng);return{values:n.values,truncated:n.truncated,total:e.length}}var vx={resolution:"--resolution",expected_result:"--expected-result",actual_result:"--actual-result"},bx={resolution:"Describe how this item was resolved",expected_result:"Describe the expected result",actual_result:"Describe the actual result"};function kx(e){let t=e.missing_fields.map(n=>`${vx[n]} "${bx[n]}"`).join(" ");return`pm update ${e.id} ${t} --message "Backfill resolution metadata"`}function ug(e,t){let n=e.details?.missing_resolution_remediation_hints,r=Array.isArray(n)&&n.length>0,i=r?n.filter(o=>typeof o=="string"):zp(t);if(i.length===0)return;let s=r&&e.details?.missing_resolution_remediation_hints_truncated===!0;e.details={...e.details,fix_hints:i,...s?{fix_hints_truncated:!0}:{}}}function mg(e){let t=new Set;return e.checkMetadata&&t.add("metadata"),e.checkResolution&&t.add("resolution"),(e.checkLifecycle||e.checkStaleBlockers)&&t.add("lifecycle"),e.checkFiles&&t.add("files"),e.checkHistoryDrift&&t.add("history_drift"),e.checkCommandReferences&&t.add("command_references"),e.checkStorageIntegrity&&t.add("storage_integrity"),t.size===0?(e.autoFix&&(t.add("metadata"),t.add("resolution"),t.add("lifecycle")),e.pruneMissing&&t.add("files"),t.size===0&&(t.add("metadata"),t.add("resolution"),t.add("lifecycle"),t.add("files"),t.add("command_references"),t.add("history_drift"),t.add("format_version"),t.add("storage_integrity")),t):(e.pruneMissing&&t.add("files"),t)}var Ex="validate_metadata_duplicate_issue_codes";function fg(e,t){if(e.length===0)return{rows:[],truncated:!1,warnings:[]};let n=t?e.length:Et,r=e.slice(0,n);return{rows:r.map(s=>({code:s.code,count:s.count,ids:s.ids,titles:s.titles,remediation_hint:`Items ${s.ids.join(", ")} share issue code "${s.code}"; rename or merge so each logical code maps to one item.`})),truncated:r.length<e.length,warnings:[`${Ex}:${e.length}`]}}function Sx(){return Object.fromEntries(Za.map(e=>[e,[]]))}function Tx(e,t,n){let r=Sx();for(let i of e)for(let s of Za)ag(i,s,t,n)&&r[s].push(i.id);return r}function xx(e,t,n){let r=[...e.warnings];for(let i of e.required_fields){let s=t[i];s.length>0&&r.push(`${rx[i]}:${s.length}`)}return r.push(...n),r}function pg(e,t){let n={};for(let r of e.required_fields){let i=t[r],s=i?i.length:0,o=ix[r];n[o]=s}return n}function _g(e,t,n){let r=[];for(let i of e.required_fields){let s=t[i];if(s)for(let o of s){let a=n.get(o)?.type,c=typeof a=="string"&&a.length>0?a:"Unknown";r.push({item_type:c,field:i})}}return r}function Ax(e,t,n,r){for(let i of t.required_fields){let s=n[i];if(!s||s.length===0)continue;let o=sx[i],a=ox[i];if(!o||!a)continue;let c=te(s,r?s.length:Et);e[o]=c.values,e[a]=c.truncated}}function gg(e,t,n){if(!e.required_fields.includes("close_reason"))return[];let r=t.close_reason;return r?r.map(i=>({id:i,resolution:se(n.get(i)?.resolution)})):[]}function hg(e,t,n){if(!e.required_fields.includes("estimated_minutes"))return[];let r=t.estimated_minutes;return r?r.map(i=>({id:i,type:se(n.get(i)?.type)})):[]}function Cx(e,t,n,r,i){let s=new Map(e.map(w=>[w.id,w])),o=t.profile==="strict",a=Tx(e,n,o),c=j_(e,{configuredPrefixes:i}),d=fg(c,r),l=xx(t,a,d.warnings),u=pg(t,a),m=_g(t,a,s),_=G_(m),g={checked_items:e.length,metadata_profile:t.profile,metadata_profile_source:t.profile_source,metadata_profile_fallback_to_core:t.fallback_to_core,required_fields:[...t.required_fields],supported_required_fields:[...Za],counts:u,missing_by_type:_,duplicate_issue_codes_count:c.length,duplicate_issue_codes:d.rows,duplicate_issue_codes_truncated:d.truncated};t.configured_custom_fields.length>0&&(g.configured_custom_required_fields=[...t.configured_custom_fields]),Ax(g,t,a,r);let h=gg(t,a,s),y=hg(t,a,s);return{check:{name:"metadata",status:l.length===0?"ok":"warn",ok:l.length===0,details:g},warnings:l,closeReasonBackfillRows:h,estimateBackfillRows:y}}function Ix(e,t,n){let r=new Set(t.terminal_done_statuses);r.add(t.close_status);let i=e.filter(m=>r.has(Zi(m.status,t))),s=[],o=[];for(let m of i){let _=ex.filter(g=>!se(m[g]));_.length!==0&&(s.push({id:m.id,missing_fields:_}),o.push({id:m.id,missing_fields:_,close_reason:se(m.close_reason)}))}let a=s.length>0?[`validate_resolution_missing_fields:${s.length}`]:[],c=n?Number.POSITIVE_INFINITY:Et,d=te(s.map(m=>`${m.id}:${m.missing_fields.join(",")}`),c),l=s.map(m=>kx(m)),u=te(l,c);return{check:{name:"resolution",status:a.length===0?"ok":"warn",ok:a.length===0,details:{checked_closed_items:i.length,missing_resolution_items:s.length,missing_resolution_rows:d.values,missing_resolution_rows_truncated:d.truncated,missing_resolution_remediation_hints:u.values,missing_resolution_remediation_hints_truncated:u.truncated}},warnings:a,resolutionBackfillRows:o}}function yg(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function wg(e,t="pm",n=Qd()){let r=new Set(e.map(s=>s.id)),i=[...e].sort((s,o)=>s.id.localeCompare(o.id));return new Map(i.map(s=>{let o=new Set,a=Ze(s.blocked_by);a&&r.has(a)&&o.add(a),(s.dependencies??[]).filter(d=>{let l=Ze(d.kind);return l!==void 0&&n.resolve(l)?.ordering===!0}).map(d=>Ze(d.id)).filter(d=>d!==void 0&&r.has(d)).forEach(d=>o.add(d));let c=Ze(s.definition_of_ready);return bg(c??"",t).filter(d=>r.has(d)).forEach(d=>o.add(d)),[s.id,[...o].sort((d,l)=>d.localeCompare(l))]}))}function vg(e,t,n){let r=df(e,n?l=>gr(l,n):void 0),i=r.active.map(l=>`${l.holder_id}:${l.target_id}:${l.kind}`),s=r.legacy_terminal.map(l=>`${l.holder_id}:${l.target_id}:${l.kind}:${l.holder_status}`),o=t?Number.POSITIVE_INFINITY:Et,a=te(i,o),c=te(s,o),d=te(r.active.map(l=>l.source==="parent"?`pm update ${l.holder_id} --unset parent`:l.source==="blocked_by"?`pm update ${l.holder_id} --unset blocked_by`:`pm update ${l.holder_id} --replace-deps '<correct dependency edges>'`),o);return{check:{name:"dependency_references",status:i.length===0?"ok":"warn",ok:i.length===0,details:{checked_items:e.length,dangling_reference_count:i.length+s.length,active_dangling_reference_count:i.length,dangling_reference_rows:a.values,dangling_reference_rows_truncated:a.truncated,legacy_terminal_dangling_reference_count:s.length,legacy_closed_dangling_reference_count:r.legacy_terminal.filter(l=>l.holder_status==="closed").length,legacy_terminal_dangling_reference_rows:c.values,legacy_terminal_dangling_reference_rows_truncated:c.truncated,no_active_blocker_sentinel_count:r.no_active_blocker_sentinels.length,remediation_hints:d.values,remediation_hints_truncated:d.truncated}},warnings:i.length>0?[`validate_dangling_dependency_references:${i.length}`]:[]}}function bg(e,t="pm"){let n=(t.trim().toLowerCase()||"pm").replace(/-+$/g,""),r=new RegExp(`(?:^|[^a-z0-9-])(${yg(n)}-[a-z0-9][a-z0-9-]*)`,"gi");return[...new Set([...e.matchAll(r)].map(i=>i[1].toLowerCase()))].sort((i,s)=>i.localeCompare(s))}function kg(e){let t=0,n=new Map,r=new Map,i=[],s=new Set,o=[],a=l=>{n.set(l,t),r.set(l,t),t+=1,i.push(l),s.add(l);for(let m of e.get(l)??[])n.has(m)?s.has(m)&&r.set(l,Math.min(r.get(l),n.get(m))):(a(m),r.set(l,Math.min(r.get(l),r.get(m))));if(r.get(l)!==n.get(l))return;let u=[];for(;i.length>0;){let m=i.pop();if(s.delete(m),u.push(m),m===l)break}u.sort((m,_)=>m.localeCompare(_)),o.push(u)},c=[...e.keys()].sort((l,u)=>l.localeCompare(u));for(let l of c)n.has(l)||a(l);return o.filter(l=>{if(l.length>1)return!0;let u=l[0];return(e.get(u)??[]).includes(u)}).sort((l,u)=>l[0].localeCompare(u[0])||l.length-u.length||l.join(",").localeCompare(u.join(",")))}function Eg(e,t="pm"){let n=wg(e,t),r=kg(n),i=[...new Set(r.flat())].sort((o,a)=>o.localeCompare(a)),s=r.map(o=>Vi(o,n).join("->"));return{cycle_count:r.length,cycle_item_ids:i,cycle_sample_paths:s}}function Sg(e){return e.startsWith("docs/")?"docs_unowned":e.startsWith("tests/")?"tests_unowned":e.startsWith("src/")?"source_unowned":e.endsWith(".md")?"docs_unowned":"unlinked_existing"}function Qi(e){let t=e.lastIndexOf("/");return t===-1?"":e.slice(0,t)}function Tg(e,t){let n=Qi(e).split("/").filter(Boolean),r=Qi(t).split("/").filter(Boolean),i=0;for(;i<n.length&&i<r.length&&n[i]===r[i];)i+=1;return i}function Rx(e,t){let n=Qi(t),r=Qi(e),i=t.endsWith("/")?t:`${t}/`,s=e.startsWith(i),o=n.length>0&&n===r,a=Tg(e,t);return!s&&!o&&a===0?null:s?{score:t.length+1e3,confidence:"path_prefix"}:o?{score:a+500,confidence:"same_directory"}:{score:a,confidence:"shared_directory"}}function Ox(e,t,n){return e===void 0||n>e.score||n===e.score&&t.id.localeCompare(e.item.id)<0}function Nx(e,t,n){let r=t==="docs_unowned"?"docs":"files",i;return n.flatMap(s=>(r==="docs"?s.docs??[]:s.files??[]).map(o=>({item:s,link:o}))).forEach(({item:s,link:o})=>{if(o.scope!=="project")return;let a=Pt(o.path);if(a.length===0||a===e)return;let c=Rx(e,a);c!==null&&Ox(i,s,c.score)&&(i={item:s,score:c.score,confidence:c.confidence})}),i?{id:i.item.id,type:i.item.type,title:i.item.title,status:i.item.status,confidence:i.confidence}:null}function xg(e,t){return e.map(n=>{let r=Sg(n),i=r==="docs_unowned"?"docs":"files",s=Nx(n,r,t),o=s?.id??"<id>";return{path:n,classification:r,owner_candidate:s,remediation_hint:`pm ${i} ${o} --add path=${n},scope=project,note="<why this artifact belongs to the item>"`}})}function Ag(e){return e.map(t=>`${t.path}:${t.classification} owner_candidate=${t.owner_candidate?.id??"unowned"} hint=${JSON.stringify(t.remediation_hint)}`)}function Lx(e,t){return Object.entries(t.closure_like_metadata_field_patterns).filter(([n,r])=>{let i=Ze(e[n]);return i?r.some(s=>i.toLowerCase().includes(s)):!1}).map(([n])=>n).sort((n,r)=>n.localeCompare(r))}function Mx(e,t,n,r,i){let s=Ze(t.parent),o=s?n.get(r.get(s.toLowerCase())??s):void 0;return{id:e.id,parent_id:t.id,grandparent_id:o?.id,grandparent_active:o!==void 0&&!gr(o.status,i)}}function Dx(e,t,n,r){let i=Ze(e.blocked_by),s=Ze(e.blocked_reason),o=s?.toLowerCase(),a=Zi(e.status,n),c=[];return t.has(a)?(!i&&!s&&c.push("blocked_status_missing_blocker_context"),o?.includes("no active blocker")&&c.push("blocked_status_reason_reports_no_active_blocker"),o&&r.stale_blocker_reason_patterns.some(d=>o.includes(d))&&c.push("blocked_status_reason_matches_stale_pattern"),c):(i&&c.push("non_blocked_status_has_blocked_by"),s&&c.push("non_blocked_status_has_blocked_reason"),c)}function Px(e,t,n,r){let i=new Map(e.map(c=>[c.id,c])),s=new Map(e.map(c=>[c.id.toLowerCase(),c.id])),o=n.blocked_statuses.size>0?n.blocked_statuses:new Set(["blocked"]),a={activeItems:e.filter(c=>!gr(c.status,n)),closureLikeRows:[],terminalParentRows:[],terminalParentFixRows:[],staleBlockerRows:[]};for(let c of a.activeItems){let d=Lx(c,r);d.length>0&&a.closureLikeRows.push({id:c.id,fields:d});let l=Ze(c.parent),u=l?i.get(s.get(l.toLowerCase())??l):void 0;if(u&&gr(u.status,n)&&(a.terminalParentRows.push({id:c.id,parent_id:u.id,parent_status:u.status}),a.terminalParentFixRows.push(Mx(c,u,i,s,n))),t){let m=Dx(c,o,n,r);m.length>0&&a.staleBlockerRows.push({id:c.id,status:c.status,reasons:[...new Set(m)].sort((_,g)=>_.localeCompare(g))})}}return a}function Fx(e){e.closureLikeRows.sort((t,n)=>t.id.localeCompare(n.id)),e.terminalParentRows.sort((t,n)=>t.id.localeCompare(n.id)||t.parent_id.localeCompare(n.parent_id)),e.terminalParentFixRows.sort((t,n)=>t.id.localeCompare(n.id)||t.parent_id.localeCompare(n.parent_id)),e.staleBlockerRows.sort((t,n)=>t.id.localeCompare(n.id))}function Xi(e,t,n){return n<=0||t==="off"?null:`${t==="error"?`${e}_error`:e}:${n}`}function Ha(e,t,n){return n>0&&t!=="off"?`${e}:${n}`:null}function $x(e,t,n,r,i){let s=[];e.closureLikeRows.length>0&&s.push(`validate_lifecycle_active_closure_like_metadata:${e.closureLikeRows.length}`),e.terminalParentRows.length>0&&s.push(`validate_lifecycle_active_terminal_parent:${e.terminalParentRows.length}`),t&&e.staleBlockerRows.length>0&&s.push(`validate_lifecycle_stale_blockers:${e.staleBlockerRows.length}`);let o=Xi("validate_lifecycle_dependency_cycles",n,i.dependencyCycles),a=Xi("validate_hierarchy_parent_cycle",r,i.activeHierarchyCycles),c=Xi("validate_hierarchy_cardinality_violation",r,i.activeHierarchyCardinality),d=Xi("validate_hierarchy_parent_divergence",r,i.activeHierarchyDivergence),l=Ha("validate_legacy_hierarchy_parent_cycle",r,i.legacyHierarchyCycles),u=Ha("validate_legacy_hierarchy_cardinality_violation",r,i.legacyHierarchyCardinality),m=Ha("validate_legacy_hierarchy_parent_divergence",r,i.legacyHierarchyDivergence);return[...s,...o?[o]:[],...a?[a]:[],...c?[c]:[],...d?[d]:[],...l?[l]:[],...u?[u]:[],...m?[m]:[]]}function Cg(e){let t=Pt(e);return t.length>dx||t.split(/[\\/]/).some(n=>n.length>lx)}async function Ux(e,t){let n=Ae.isAbsolute(t)?t:Ae.resolve(e,t);if(Cg(n))return!1;try{let r=await Qa.stat(n);return!r.isFile()&&!r.isDirectory()}catch(r){return hx(r,["ENOENT","ENOTDIR"])}}async function jx(e,t){let n={linkedProjectPaths:new Set,remoteLinkedPaths:new Set,missingLinkedPaths:[],staleLinkRows:[]},r=e.flatMap(i=>[...(i.files??[]).map(s=>({item:i,artifact:s,link_kind:"files"})),...(i.docs??[]).map(s=>({item:i,artifact:s,link_kind:"docs"}))]);for(let{item:i,artifact:s,link_kind:o}of r){if(s.scope!=="project")continue;if(cr(s.path)){n.remoteLinkedPaths.add(s.path.trim());continue}let a=Pt(s.path);a.length!==0&&(n.linkedProjectPaths.add(a),await Ux(t,s.path)&&(n.missingLinkedPaths.push(a),n.staleLinkRows.push({item_id:i.id,path:a,link_kind:o})))}return n}function Gx(e,t,n,r,i,s){let o=r==="tracked-all-strict",a=o&&!i,c=i||o,d=c?[]:yx(t,n),l=d.length===0?[]:e.candidateFiles.filter(_=>eg(_,d)),u=d.length===0?e.candidateFiles:e.candidateFiles.filter(_=>!eg(_,d)),m={};if(l.length>0){let _=kt(l,s);m.pm_internals={count:l.length,paths:_.values,paths_truncated:_.truncated,paths_total:_.total}}return{strictTrackedAllMode:o,strictModeForcesPmInternals:a,includePmInternalsEffective:c,pmInternalCandidatePrefixes:d,excludedPmInternalPaths:l,candidateFiles:u,excludedByReason:m}}function Ig(e,t,n,r,i,s,o,a="pm"){let c=Px(e,t,i,s);Fx(c);let d=Eg(c.activeItems,a),l=Wa(e,i),u=$x(c,t,n,r,{dependencyCycles:d.cycle_count,activeHierarchyCycles:l.active_cycle_count,activeHierarchyCardinality:l.active_cardinality_violation_count,activeHierarchyDivergence:l.active_parent_divergence_count,legacyHierarchyCycles:l.legacy_cycle_count,legacyHierarchyCardinality:l.legacy_cardinality_violation_count,legacyHierarchyDivergence:l.legacy_parent_divergence_count}),m=o?Number.POSITIVE_INFINITY:Et,_=te(c.closureLikeRows.map(v=>`${v.id}:${v.fields.join(",")}`),m),g=te(c.terminalParentRows.map(v=>`${v.id}:${v.parent_id}:${v.parent_status}`),m),h=te(c.staleBlockerRows.map(v=>`${v.id}:${v.status}:${v.reasons.join(",")}`),m),y=te(d.cycle_item_ids,m),w=te(d.cycle_sample_paths,m),k=te(l.cycle_item_ids,m),E=te(l.cycle_sample_paths,m),S=te(l.cardinality_violation_rows,m),b=te(l.parent_divergence_rows,m),x=d.cycle_count>0&&n==="error"||(l.active_cycle_count>0||l.active_cardinality_violation_count>0||l.active_parent_divergence_count>0)&&r==="error";return{check:{name:"lifecycle",status:x?"error":u.length===0?"ok":"warn",ok:!x&&u.length===0,details:{checked_active_items:c.activeItems.length,active_closure_like_metadata_items:c.closureLikeRows.length,active_closure_like_metadata_rows:_.values,active_closure_like_metadata_rows_truncated:_.truncated,active_terminal_parent_items:c.terminalParentRows.length,active_terminal_parent_rows:g.values,active_terminal_parent_rows_truncated:g.truncated,stale_blocker_checks_enabled:t,stale_blocker_items:c.staleBlockerRows.length,stale_blocker_rows:h.values,stale_blocker_rows_truncated:h.truncated,dependency_cycle_severity_policy:n,dependency_cycle_count:d.cycle_count,dependency_cycle_item_count:d.cycle_item_ids.length,dependency_cycle_item_ids:y.values,dependency_cycle_item_ids_truncated:y.truncated,dependency_cycle_sample_paths:w.values,dependency_cycle_sample_paths_truncated:w.truncated,parent_cycle_severity_policy:r,parent_cycle_count:l.cycle_count,active_parent_cycle_count:l.active_cycle_count,legacy_parent_cycle_count:l.legacy_cycle_count,parent_cycle_item_count:l.cycle_item_ids.length,parent_cycle_item_ids:k.values,parent_cycle_item_ids_truncated:k.truncated,parent_cycle_sample_paths:E.values,parent_cycle_sample_paths_truncated:E.truncated,hierarchy_cardinality_violation_count:l.cardinality_violation_count,active_hierarchy_cardinality_violation_count:l.active_cardinality_violation_count,legacy_hierarchy_cardinality_violation_count:l.legacy_cardinality_violation_count,hierarchy_cardinality_violation_rows:S.values,hierarchy_cardinality_violation_rows_truncated:S.truncated,hierarchy_parent_divergence_count:l.parent_divergence_count,active_hierarchy_parent_divergence_count:l.active_parent_divergence_count,legacy_hierarchy_parent_divergence_count:l.legacy_parent_divergence_count,hierarchy_parent_divergence_rows:b.values,hierarchy_parent_divergence_rows_truncated:b.truncated,stale_blocker_reason_patterns:[...s.stale_blocker_reason_patterns],stale_blocker_reason_pattern_source:s.stale_blocker_reason_pattern_source,closure_like_blocked_reason_patterns:[...s.closure_like_metadata_field_patterns.blocked_reason],closure_like_blocked_reason_pattern_source:s.closure_like_metadata_field_pattern_sources.blocked_reason,closure_like_resolution_patterns:[...s.closure_like_metadata_field_patterns.resolution],closure_like_resolution_pattern_source:s.closure_like_metadata_field_pattern_sources.resolution,closure_like_actual_result_patterns:[...s.closure_like_metadata_field_patterns.actual_result],closure_like_actual_result_pattern_source:s.closure_like_metadata_field_pattern_sources.actual_result}},warnings:u,terminalParentFixRows:c.terminalParentFixRows}}async function Rg(e,t,n,r,i,s){let o=await jx(e,t),a=new Map(e.map(C=>[C.id,C])),c=[...new Set(o.missingLinkedPaths)].sort((C,D)=>C.localeCompare(D)),d=await wx(t,r),l=Gx(d,n,t,r,i,s),u=l.candidateFiles.filter(C=>!o.linkedProjectPaths.has(C)),m=xg(u,e),_=z_(c,l.candidateFiles),g=new Map(_.map(C=>[C.path,C.classification])),h=_.filter(C=>C.classification==="moved").length,y=o.staleLinkRows.map(C=>({...C,classification:g.get(C.path)??"deleted"})).sort((C,D)=>C.item_id.localeCompare(D.item_id)||C.path.localeCompare(D.path)||C.link_kind.localeCompare(D.link_kind)),w=[];l.strictModeForcesPmInternals&&w.push("validate_files_tracked_all_strict_forces_pm_internals"),c.length>0&&w.push(`validate_files_missing_linked_paths:${c.length}`),u.length>0&&w.push(`validate_files_orphaned_paths:${u.length}`);let k=[...o.remoteLinkedPaths].sort((C,D)=>C.localeCompare(D)),E=kt(k,s),S=kt(c,s),b=kt(u,s),x=kt(m.map(C=>`${C.path}:${C.classification}:owner_candidate=${C.owner_candidate?.id??"unowned"}`),s),v=s?m:kt(Ag(m),!1).values,T=kt(B_(_),s),L=y.map(C=>({item_id:C.item_id,path:C.path,link_kind:C.link_kind,classification:C.classification})),z=H_(L,C=>{let D=a.get(C);return D?{type:D.type,title:D.title,status:D.status}:void 0}),P=s?z:kt(V_(z),!1).values;return{check:{name:"files",status:w.length===0?"ok":"warn",ok:w.length===0,details:{workspace_root:t,scan_mode_requested:d.requestedMode,scan_mode_applied:d.appliedMode,strict_tracked_all_mode:l.strictTrackedAllMode,strict_mode_forces_pm_internals:l.strictModeForcesPmInternals,strict_mode_forces_pm_internals_notice:l.strictModeForcesPmInternals?"tracked-all-strict force-enables PM internals; pass --include-pm-internals to make inclusion explicit.":null,file_list_detail_mode:s?"full":"summary",file_list_summary_limit:ng,candidate_scan_source:d.source,include_pm_internals:l.includePmInternalsEffective,include_pm_internals_requested:i,pm_internal_candidate_prefixes:l.pmInternalCandidatePrefixes,pm_internal_excluded_count:l.excludedPmInternalPaths.length,excluded_total:l.excludedPmInternalPaths.length,excluded_by_reason:l.excludedByReason,linked_project_paths:o.linkedProjectPaths.size,remote_linked_paths_count:k.length,remote_linked_paths_total:E.total,remote_linked_paths:E.values,remote_linked_paths_truncated:E.truncated,candidate_total_raw:d.candidateTotal,candidate_scanned_raw:d.candidateScanned,candidate_total:l.candidateFiles.length,candidate_scanned:l.candidateFiles.length,scanned_candidate_files:l.candidateFiles.length,missing_linked_paths_count:c.length,missing_linked_paths_total:S.total,missing_linked_paths:S.values,missing_linked_paths_truncated:S.truncated,missing_linked_paths_moved_count:h,missing_linked_paths_deleted_count:c.length-h,missing_linked_path_classifications:T.values,missing_linked_path_classifications_truncated:T.truncated,missing_linked_path_rows_count:z.length,missing_linked_path_rows:P,orphaned_paths_count:u.length,orphaned_paths_total:b.total,orphaned_paths:b.values,orphaned_paths_truncated:b.truncated,orphaned_path_classifications:x.values,orphaned_path_classifications_truncated:x.truncated,orphaned_path_rows_count:m.length,orphaned_path_rows:v}},warnings:w,staleLinkPruneRows:y}}function Og(e){let t=e.trim().replaceAll(/\s+/g," ");return t.length>120?`${t.slice(0,117)}...`:t}function qx(e,t,n){return`${e}:${t}:${Og(n)}`}function Kx(e,t){let n=[];return e.forEach(({item:r,linkedTest:i},s)=>{let o=t[s];if(o.trusted)return;let a=Og(i.command??"");n.push(`${r.id}:${o.source_ref??"unknown"}->${o.current_source_ref??"unknown"}:${a}`)}),n}async function Ng(e,t,n,r){let i=new Set(e.map(b=>b.id.toLowerCase())),s=0,o=0,a=new Set,c=[],d=e.flatMap(b=>(b.tests??[]).map(x=>({item:b,linkedTest:x}))),l=await fr(pr()),u=await I_(r,d.map(({linkedTest:b})=>b),l),m=Kx(d,u);for(let{item:b,linkedTest:x}of d){if(typeof x.command!="string"||x.command.trim().length===0)continue;s+=1;let v=Pa(x.command,t);if(v.length!==0){o+=v.length;for(let T of v)a.add(T),i.has(T.toLowerCase())||c.push(qx(b.id,T,x.command))}}let _=[...new Set(c)].sort((b,x)=>b.localeCompare(x)),g=[...new Set(_.map(b=>b.split(":")[1]??""))].filter(b=>b.length>0).sort((b,x)=>b.localeCompare(x)),h=[];_.length>0&&h.push(`validate_command_references_stale_pm_ids:${_.length}`),m.length>0&&h.push(`validate_linked_test_trust_unacknowledged:${m.length}`);let y=n?Number.POSITIVE_INFINITY:Et,w=te(_,y),k=te(g,y),E=te([...a].sort((b,x)=>b.localeCompare(x)),y),S=te(m,y);return{check:{name:"command_references",status:h.length===0?"ok":"warn",ok:h.length===0,details:{checked_items:e.length,linked_commands_scanned:s,referenced_pm_ids_count:o,unique_referenced_pm_ids_count:a.size,unique_referenced_pm_ids:E.values,unique_referenced_pm_ids_truncated:E.truncated,linked_test_trust_current_source_ref:l??null,untrusted_linked_tests_count:m.length,untrusted_linked_tests:S.values,untrusted_linked_tests_truncated:S.truncated,stale_pm_id_references_count:_.length,stale_pm_ids_count:g.length,stale_pm_ids:k.values,stale_pm_ids_truncated:k.truncated,stale_pm_id_reference_rows:w.values,stale_pm_id_reference_rows_truncated:w.truncated}},warnings:h}}function zx(e,t){let n=si(e.map(c=>({ref:c.id,version:ii(c)}))),r=[];n.outdated.length>0&&r.push(`validate_format_version_outdated_items:${n.outdated.length}`),n.ahead.length>0&&r.push(`validate_format_version_ahead_items:${n.ahead.length}`);let i=t?Number.POSITIVE_INFINITY:Et,s=te(n.outdated,i),o=te(n.ahead,i),a=n.ahead.length>0?"error":n.outdated.length>0?"warn":"ok";return{check:{name:"format_version",status:a,ok:a==="ok",details:{checked_items:e.length,current_format_version:pl,outdated_items_count:n.outdated.length,outdated_items:s.values,outdated_items_truncated:s.truncated,ahead_items_count:n.ahead.length,ahead_items:o.values,ahead_items_truncated:o.truncated}},warnings:r}}var Ja="pm validate auto-fix";async function Lg(e,t,n){switch(e.kind){case"set_resolution":case"set_close_reason":case"set_estimate":case"reparent":case"unset_parent":{let r={message:Ja};if(e.kind==="set_resolution"?r.resolution=e.value:e.kind==="set_close_reason"?r.closeReason=e.value:e.kind==="set_estimate"?r.estimatedMinutes=e.value:e.kind==="reparent"?r.parent=e.parent_id:r.unset=["parent"],!n.runUpdate)throw new p("Applying validate metadata/lifecycle fixes requires a runUpdate mutation service.",f.USAGE);await n.runUpdate(e.item_id,r,t);return}case"prune_file_link":throw new Error(`Unsupported non-batched fix kind: ${e.kind}`);case"prune_doc_link":throw new Error(`Unsupported non-batched fix kind: ${e.kind}`)}}function Va(e){return e.kind!=="prune_file_link"&&e.kind!=="prune_doc_link"?null:`${e.kind}:${e.item_id}`}async function Mg(e,t,n){let r=[],i=[],s=new Map;for(let o of e.filter(a=>Va(a)===null))try{await Lg(o,t,n),r.push(o)}catch(a){i.push({fix:o,error:a})}for(let o of e.filter(a=>Va(a)!==null)){let a=Va(o),c=s.get(a);c?c.push(o):s.set(a,[o])}for(let o of s.values()){let a=o[0];if(!a)continue;let c=o.map(d=>d.path).filter(d=>typeof d=="string"&&d.length>0);try{a.kind==="prune_file_link"?await y_(a.item_id,{remove:c,message:Ja},t):await m_(a.item_id,{remove:c,message:Ja},t),r.push(...o)}catch(d){i.push(...o.map(l=>({fix:l,error:d})))}}return{applied:r,failed:i}}var WG={applyValidateFix:Lg,applyValidateFixes:Mg,attachValidateFixHints:ug,buildCommandReferencesCheck:Ng,buildDependencyReferencesCheck:vg,buildCloseReasonBackfillRows:gg,buildFilesCheck:Rg,buildLifecycleCheck:Ig,buildLifecycleDependencyGraph:wg,buildLifecycleParentGraph:Ba,buildEstimateBackfillRows:hg,buildMetadataCounts:pg,buildMissingFieldOccurrences:_g,buildOrphanedPathRows:xg,classifyOrphanedPath:Sg,collectDefaultProjectFileCandidates:Xa,collectTrackedGitFileCandidates:lg,detectLifecycleDependencyCycles:Eg,detectLifecycleParentCycles:Wa,escapeRegExp:yg,extractItemIds:bg,findLifecycleDependencyCycleComponents:kg,isMetadataFieldMissing:ag,linkedArtifactPathExceedsFilesystemLimits:Cg,listFilesRecursive:ec,resolveDependencyCycleSeverity:sg,resolveParentCycleSeverity:og,resolveFileScanMode:cg,resolveLifecycleDependencyCycleSamplePath:Vi,resolveRequestedChecks:mg,resolveValidateMetadataProfile:ig,resolveWorkspaceRoot:dg,sharedDirectoryPrefixLength:Tg,summarizeOrphanedPathRows:Ag,summarizeDuplicateIssueCodes:fg,toMeaningfulString:Ze};function Bx(e,t){t>0&&e.push(`merge_receipt_evidence_invalid:${t}`)}async function Wx(e,t,n,r){let i=await d_(e,new Set(t.map(y=>y.id)),n,{schema:r.schema,extensionFieldNames:_t(F())}),s=[];i.unreadable_item_files.length>0&&s.push(`validate_storage_unreadable_items:${i.unreadable_item_files.length}`),i.duplicate_item_ids.length>0&&s.push(`validate_storage_duplicate_item_ids:${i.duplicate_item_ids.length}`),i.history_conflict_marker_streams.length>0&&s.push(`validate_storage_history_conflict_markers:${i.history_conflict_marker_streams.length}`),i.history_unparseable_streams.length>0&&s.push(`validate_storage_unparseable_history:${i.history_unparseable_streams.length}`),i.resurrected_items.length>0&&s.push(`validate_storage_resurrected_items:${i.resurrected_items.length}`),i.unparseable_config_files.length>0&&s.push(`validate_storage_unparseable_config:${i.unparseable_config_files.length}`);let o=s.length,a=await Di(e);a.tracked_path_count>0&&s.push(`validate_storage_tracked_runtime_cache_files:${a.tracked_path_count}`);let c=await yf(e,hf(r));c.status==="drift"&&s.push(`validate_merge_fence_drift:${c.missing_patterns.length+c.stale_patterns.length}`);let d=await an(e),l=d===null?null:await vi(d);l!==null&&l.status!=="ok"&&s.push(`validate_merge_driver_configuration:${l.missing_keys.length+l.drifted_keys.length}`);let u=await sr(d??e,{includeLossless:!0,pmRoot:e}),m=u.receipts,{pendingDecisions:_,lossless:g}=Li(m);_.length>0&&s.push(`validate_merge_decisions_unreviewed:${_.length}`),Bx(s,u.invalid_evidence_count);let h=o>0?"error":s.length>0?"warn":"ok";return{check:{name:"storage_integrity",status:h,ok:h==="ok",details:{...i,merge_fence:c,merge_driver_configuration:l,pending_merge_decision_count:_.length,pending_merge_decision_items:[...new Set(_.map(y=>y.item_id))].sort((y,w)=>y.localeCompare(w)),lossless_merge_receipt_count:g.length,invalid_merge_receipt_evidence_count:u.invalid_evidence_count,lossless_merge_receipt_items:[...new Set(g.map(y=>y.item_id))].sort((y,w)=>y.localeCompare(w)),tracked_runtime_cache:{tracker_relative_root:a.tracker_relative_root,tracked_paths:a.tracked_paths,tracked_path_count:a.tracked_path_count,remediation_command:a.remediation_command}}},warnings:s}}function lt(e,t,n){n&&ug(t.check,t.warnings),e.checks.push(t.check),e.warnings.push(...t.warnings)}async function Hx(e){let t={checks:[],warnings:[...e.initialWarnings],closeReasonBackfillRows:[],estimateBackfillRows:[],resolutionBackfillRows:[],terminalParentFixRows:[],staleLinkPruneRows:[]},n=e.options.fixHints===!0,r=e.options.verboseDiagnostics===!0||e.options.allAffectedIds===!0||e.global.json===!0;if(e.requestedChecks.has("metadata")){let i=Cx(e.items,e.metadataPolicy,e.statusRegistry,r,[e.settings.id_prefix]);t.closeReasonBackfillRows=i.closeReasonBackfillRows,t.estimateBackfillRows=i.estimateBackfillRows,lt(t,i,n)}if(e.requestedChecks.has("resolution")){let i=Ix(e.items,e.statusRegistry,r);t.resolutionBackfillRows=i.resolutionBackfillRows,lt(t,i,n)}if(e.requestedChecks.has("lifecycle")){let i=Ig(e.items,!!e.options.checkStaleBlockers,e.dependencyCycleSeverity,e.parentCycleSeverity,e.statusRegistry,e.lifecyclePatternPolicy,r,e.settings.id_prefix);t.terminalParentFixRows=i.terminalParentFixRows,lt(t,i,n),lt(t,vg(e.items,r,e.statusRegistry),n)}if(e.requestedChecks.has("files")){let i=await Rg(e.items,e.workspaceRoot,e.pmRoot,e.fileScanMode,!!e.options.includePmInternals,!!e.options.verboseFileLists);t.staleLinkPruneRows=i.staleLinkPruneRows,lt(t,i,n)}return e.requestedChecks.has("command_references")&&lt(t,await Ng(e.items,e.settings.id_prefix,r,e.pmRoot),n),e.requestedChecks.has("history_drift")&&lt(t,await X_(e.pmRoot,e.items,r),n),e.requestedChecks.has("format_version")&&lt(t,zx(e.items,r),n),e.requestedChecks.has("storage_integrity")&&lt(t,await Wx(e.pmRoot,e.items,U(e.settings,F()).type_to_folder,e.settings),n),t}function Vx(e,t,n){let r=[];return e.autoFix===!0&&(r.push(...L_(t.closeReasonBackfillRows)),r.push(...N_(t.resolutionBackfillRows)),r.push(...M_(t.estimateBackfillRows,n.validation.estimate_defaults_by_type)),r.push(...D_(t.terminalParentFixRows))),e.pruneMissing===!0&&r.push(...P_(t.staleLinkPruneRows)),r}async function Yx(e,t,n,r,i,s){if(e.autoFix!==!0&&e.pruneMissing!==!0)return;let o=Vx(e,t,n),{applicable:a,gated:c}=$_(o,r),d=e.dryRun===!0,l=[],u=[];if(!d){let m=await Mg(a,i,s);l.push(...m.applied.map(_r)),u.push(...m.failed.map(({fix:_,error:g})=>({..._r(_),error:g instanceof Error?g.message:String(g)})))}return{mode:d?"dry_run":"apply",auto_fix:e.autoFix===!0,prune_missing:e.pruneMissing===!0,granted_fix_scopes:[...r].sort((m,_)=>m.localeCompare(_)),planned_count:o.length,applied_count:l.length,gated_count:c.length,failed_count:u.length,planned_fixes:o.map(_r),applied_fixes:l,gated_fixes:c.map(m=>({..._r(m),gate_hint:`Withheld: re-run with --fix-scope ${m.gate} to apply.`})),failed_fixes:u}}async function Dg(e,t,n={}){bl(e.counts===!0,e.full===!0,"--counts");let r=e.autoFix===!0||e.pruneMissing===!0;if(e.dryRun===!0&&!r)throw new p("--dry-run requires --auto-fix or --prune-missing (there is nothing to preview otherwise).",f.USAGE);if(e.fixScope!==void 0&&e.fixScope.length>0&&e.autoFix!==!0)throw new p("--fix-scope requires --auto-fix.",f.USAGE);let i=F_(e.fixScope),s=R(process.cwd(),t.path);await $(s);let o=await I(s),a=Q(o.schema),c=U(o,F()),d=mg(e),l=[],u=await Y_({includeBody:d.has("history_drift")||d.has("metadata"),pmRoot:s,settings:o,typeToFolder:c.type_to_folder,warnings:l});if(d.has("history_drift")){let L=await nr(s);L.actionable_unknown_event_count>0&&l.push(`validate_history_unknown_author_events:${L.actionable_unknown_event_count}`)}let m=typeof e.metadataProfile=="string"?"option":"settings",_=ig(typeof e.metadataProfile=="string"?e.metadataProfile:o.validation.metadata_profile),g=_x(_,m,o.validation.metadata_required_fields),h=fx(o),y=sg(e.dependencyCycleSeverity),w=og(e.parentCycleSeverity),k=cg(e.scanMode),E=dg(s),S=await Hx({requestedChecks:d,options:e,global:t,pmRoot:s,workspaceRoot:E,settings:o,items:u,statusRegistry:a,metadataPolicy:g,lifecyclePatternPolicy:h,dependencyCycleSeverity:y,parentCycleSeverity:w,fileScanMode:k,initialWarnings:[...new Set(l)]}),b=r?await Yx(e,S,o,i,t,n):void 0,x=[...new Set(S.warnings)].sort((L,z)=>L.localeCompare(z)),T={ok:!S.checks.some(L=>L.status==="error"),has_warnings:x.length>0,checks:S.checks,warnings:x,...b!==void 0?{fixes:b}:{},generated_at:A(),projection:{mode:"full",declared_field_groups:[{name:"diagnostic_rows",restore_with:"--full"}],included_field_groups:["diagnostic_rows"]}};return e.counts!==!0?T:{...mx(T),projection:{mode:"counts",declared_field_groups:[{name:"diagnostic_rows",restore_with:"--full"}],included_field_groups:[]}}}import{execFile as Xx}from"node:child_process";import{promisify as Jx}from"node:util";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f9c26dab-b2fb-5ca0-b575-682b4b0bb830")}catch{}})();var Qx=Jx(Xx),Zx=16,eA=3e4;function tA(e,t,n){if(!(e.keys[t].value_type==="number"?typeof n.value=="number"&&Number.isFinite(n.value):Array.isArray(n.value)&&n.value.every(s=>typeof s=="string")))throw new TypeError(`assurance provider ${e.id} key ${t} returned the wrong value type`);if(!Number.isInteger(n.population_size)||n.population_size<0||!Number.isFinite(n.cost)||n.cost<0)throw new TypeError(`assurance provider ${e.id} returned an invalid population or cost`);return n}function nA(e,t){let n=e.keys[t.key];if(!n)throw new TypeError(`assurance provider ${e.id} does not declare key ${t.key}`);let r=t.parameters??{},i=n.parameters??{};for(let s of Object.entries(i).filter(([,o])=>o.required===!0).map(([o])=>o))if(!Object.hasOwn(r,s))throw new TypeError(`assurance provider ${e.id} key ${t.key} requires parameter ${s}`);for(let[s,o]of Object.entries(r)){let a=i[s];if(!a)throw new TypeError(`assurance provider ${e.id} key ${t.key} does not declare parameter ${s}`);if(o===null||typeof o!==a.type)throw new TypeError(`assurance provider ${e.id} parameter ${s} must be ${a.type}`)}return{...r}}async function rA(e,t,n,r){let i=nA(e,t),s=Promise.resolve().then(()=>e.resolve({provider:e.id,key:t.key,parameters:i,trigger:r,pm_root:n,...el(n)}));s.catch(()=>{});let o;try{let a=await Promise.race([s,new Promise((c,d)=>{o=setTimeout(()=>d(new TypeError(`assurance provider ${e.id} timed out`)),e.timeout_ms??eA),o.unref?.()})]);return tA(e,t.key,a)}finally{clearTimeout(o)}}function Fg(e,t,n,r){let i=e;for(let s of t.split(".")){if(typeof i!="object"||i===null||Array.isArray(i))throw new Xe(`assurance field ${t} is not present`,{source_kind:n,field:t,...r?{check:r}:{}});i=i[s]}if(typeof i=="number"&&Number.isFinite(i)||Array.isArray(i)&&i.every(s=>typeof s=="string"))return i;throw new Xe(`assurance field ${t} must resolve to a finite number or string array`,{source_kind:n,field:t,...r?{check:r}:{}})}function Pg(e,t,n,r){let i=e.checks.find(o=>o.name===t);if(!i)throw new Xe(`assurance check ${t} is not present`,{source_kind:r,field:n,check:t});return{value:n==="status"||n==="ok"?i.ok?0:1:Fg(i.details,n,r,t),population_size:1,cost:e.checks.length}}async function iA(e,t){if(t?.trim())return t.trim();try{let{stdout:n}=await Qx("git",["rev-parse","HEAD^{commit}"],{cwd:e,encoding:"utf8",timeout:5e3,windowsHide:!0});return n.trim()}catch{return"working-copy"}}async function sA(e,t){let n=new Array(t.length),r=0,i=Array.from({length:Math.min(Zx,t.length)},async()=>{for(;r<t.length;){let s=r;r+=1;let o=t[s],a=await gt(ft(e,o.id),o.id);n[s]=a.map(c=>({op:c.op,author:c.author,agent_harness:c.agent_harness,agent_model:c.agent_model}))}});return await Promise.all(i),n.flat()}async function hr(e,t={}){let n=await I(e),r=U(n),i=Q(n.schema),o=(await on(e,n.item_format,r.type_to_folder,void 0,n.schema)).map(_=>({..._,id:_.id,status:_.status,type:_.type})),a={path:e},c=F(),d=Object.fromEntries((c?.assurance_providers??[]).map(_=>[_.definition.id,{cost_class:_.runtime_definition.cost_class,network:_.runtime_definition.network}])),l=new Map,u,m;return{tree_id:t.resolve_tree===!1?t.tree_id??"working-copy":await iA(e,t.tree_id),items:o,history:t.include_history===!1?[]:await sA(e,o),terminal_statuses:[...i.terminal_statuses],provider_capabilities:{...d,...t.provider_capabilities},external:async _=>{if(_.kind==="graph"){let y=W({operation:_.operation,parameters:_.parameters??{}}),w=l.get(y);w===void 0&&(w=ff(_.operation,void 0,void 0,{..._.parameters,full:!0},a),l.set(y,w));let k=await w;return{value:Fg(k,_.field,_.kind),population_size:o.length,cost:o.length}}if(_.kind==="validate"){u??=Dg({counts:!0},a);let y=await u;return Pg(y,_.check,_.field,_.kind)}if(_.kind==="health"){m??=a_(a,{checkOnly:!0,full:!0});let y=await m;return Pg(y,_.check,_.field,_.kind)}let g=t.providers?.[_.provider];if(g)return g(_);let h=al(c,_.provider);if(!h)throw new TypeError(`assurance provider ${_.provider} is not registered`);return rA(h.runtime_definition,_,e,t.trigger??"sdk")}}}import{createHash as oA}from"node:crypto";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="e78c3363-1741-52b9-8bd5-729e3ccada50")}catch{}})();function es(e){return{files:(Array.isArray(e.files)?e.files:[]).flatMap(t=>{if(typeof t!="object"||t===null||Array.isArray(t))return[];let n=t.path;return typeof n=="string"?[n]:[]}),package_names:Array.isArray(e.package_names)?e.package_names.filter(t=>typeof t=="string"):[],item_ids:[e.id],tags:Array.isArray(e.tags)?e.tags.filter(t=>typeof t=="string"):[],error_codes:Array.isArray(e.error_codes)?e.error_codes.filter(t=>typeof t=="string"):[]}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="59f5918f-108e-5cad-905b-7f690c3c4794")}catch{}})();var ns=["production_defect","nightly_regression","scanner_finding","review_caught_late"],nc=["gate_added","gate_strengthened","explicit_waiver"],$g=256,aA=1024,yr=new Map,cA=["files","package_names","item_ids","tags","error_codes"];function Ce(e){return[...new Set(e.map(t=>t.trim()).filter(Boolean))].sort((t,n)=>t<n?-1:1)}function Ug(e){return oA("sha256").update(W(e)).digest("hex")}function tc(e,t){if(typeof e!="string"||!e.trim())throw new TypeError(`${t} must be a non-empty string`)}function wr(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function En(e){return Array.isArray(e)&&e.every(t=>typeof t=="string")}function Gg(e,t){if(!wr(e))throw new TypeError(`${t} must be an object`);for(let n of cA)if(e[n]!==void 0&&!En(e[n]))throw new TypeError(`${t}.${n} must be an array of strings`);return e}function dA(e,t){if(!wr(e))throw new TypeError(`defect recurrence family ${t} triggers must be an object`);for(let r of["package_names","item_ids","tags","error_codes"])if(e[r]!==void 0&&!En(e[r]))throw new TypeError(`defect recurrence family ${t} triggers.${r} must be an array of strings`);let n=e.file_patterns;if(n!==void 0&&!En(n))throw new TypeError(`defect recurrence family ${t} triggers.file_patterns must be an array of strings`);for(let r of n??[])if(r.length>$g)throw new TypeError(`defect recurrence family ${t} file pattern exceeds ${$g} characters`)}function lA(e,t){if(tc(e.id,"defect recurrence family id"),t.has(e.id))throw new TypeError(`Duplicate defect recurrence family ${e.id}`);if(t.add(e.id),!Number.isInteger(e.version)||e.version<1)throw new TypeError(`defect recurrence family ${e.id} version must be a positive integer`);if(!ns.includes(e.escape_class))throw new TypeError(`defect recurrence family ${e.id} has an invalid escape class`);tc(e.title,`defect recurrence family ${e.id} title`),tc(e.owner_item_id,`defect recurrence family ${e.id} owner_item_id`)}function uA(e){if(!En(e.historical_item_ids)||e.historical_item_ids.length===0||e.historical_item_ids.some(t=>!t.trim()))throw new TypeError(`defect recurrence family ${e.id} requires historical_item_ids`);if(dA(e.triggers,e.id),!wr(e.checks)||!En(e.checks.local)||!En(e.checks.hosted)||e.checks.local.length===0||e.checks.hosted.length===0||e.checks.local.some(t=>!t.trim())||e.checks.hosted.some(t=>!t.trim()))throw new TypeError(`defect recurrence family ${e.id} checks must contain nonempty local and hosted string arrays`)}function mA(e){if(!wr(e.budget)||typeof e.budget.max_escape_rate!="number"||!Number.isFinite(e.budget.max_escape_rate)||typeof e.budget.max_false_positive_rate!="number"||!Number.isFinite(e.budget.max_false_positive_rate))throw new TypeError(`defect recurrence family ${e.id} requires numeric budgets`);if(e.budget.max_escape_rate<0||e.budget.max_escape_rate>1||e.budget.max_false_positive_rate<0||e.budget.max_false_positive_rate>1)throw new TypeError(`defect recurrence family ${e.id} budgets must be between 0 and 1`)}function fA(e){let t=Gg(e.negative_control,`defect recurrence family ${e.id} negative_control`);if(ic(e,t,{}).length===0)throw new TypeError(`defect recurrence family ${e.id} negative_control must select its own family`)}function rc(e){if(e.version!==1)throw new TypeError(`Unsupported defect recurrence policy version ${e.version}`);if(typeof e.evidence_epoch!="string"||!Number.isFinite(Date.parse(e.evidence_epoch)))throw new TypeError("defect recurrence evidence_epoch must be an ISO timestamp");let t=new Set;for(let n of e.families){if(!wr(n))throw new TypeError("defect recurrence family must be an object");lA(n,t),uA(n),mA(n),fA(n)}}function pA(e,t){let n=yr.get(e);if(n===void 0){if(yr.size>=aA){let i=yr.keys().next().value;yr.delete(i)}let r=e.replaceAll("**","\0").replaceAll(/[|\\{}()[\]^$+?./]/gu,"\\$&").replaceAll("*","[^/]*").replaceAll("\0",".*");n=new RegExp(`^${r}$`,"u"),yr.set(e,n)}return n.test(t)}function _A(e,t){let n=[],r=Ce(e.triggers.file_patterns??[]);for(let i of Ce(t.files??[]))for(let s of r)pA(s,i)&&n.push({signal:"file",value:i,matched:s});return n}function gA(e,t){let n=[{signal:"package",values:Ce(t.package_names??[]),triggers:Ce(e.triggers.package_names??[])},{signal:"tag",values:Ce(t.tags??[]),triggers:Ce(e.triggers.tags??[])},{signal:"error_code",values:Ce(t.error_codes??[]),triggers:Ce(e.triggers.error_codes??[])}],r=[];for(let i of n){let s=new Set(i.triggers);for(let o of i.values)s.has(o)&&r.push({signal:i.signal,value:o,matched:o})}return r}function hA(e,t,n){let r=new Set(e.triggers.item_ids??[]);return Ce(t.item_ids??[]).flatMap(i=>r.has(i)||n[i]?.includes(e.id)?[{signal:"item",value:i,matched:e.id}]:[])}function ic(e,t,n){return[..._A(e,t),...gA(e,t),...hA(e,t,n)].sort((i,s)=>i.signal!==s.signal?i.signal.localeCompare(s.signal):i.value!==s.value?i.value.localeCompare(s.value):i.matched.localeCompare(s.matched))}function yA(e,t){if(!e)return 0;let n;try{n=JSON.parse(Buffer.from(e,"base64url").toString("utf8"))}catch{throw new TypeError("defect change-risk cursor is invalid")}if(typeof n!="object"||n===null||Array.isArray(n)||n.index_fingerprint!==t||!Number.isInteger(n.offset)||n.offset<0)throw new TypeError("defect change-risk cursor does not match this index");return n.offset}function wA(e){return[e.files,e.package_names,e.item_ids,e.tags,e.error_codes].reduce((t,n)=>t+(n?.length??0),0)}function qg(e,t,n={}){rc(e);let r=[...e.families].sort((l,u)=>l.id<u.id?-1:1),i=Ug({...e,families:r}),s=new Set(n.changed_item_ids??[]),o=n.previous_index?.policy_fingerprint===i,a=o?Object.fromEntries(Object.entries(n.previous_index?.item_families??{}).filter(([l])=>!s.has(l))):{},c=o?Object.keys(a).length:0;for(let l of t){let u=es(l),m=r.filter(_=>_.historical_item_ids.includes(l.id)||ic(_,u,{}).length>0).map(_=>_.id);m.length>0?a[l.id]=m:delete a[l.id]}let d=Object.fromEntries(Object.entries(a).sort(([l],[u])=>l<u?-1:1).map(([l,u])=>[l,Ce(u)]));return{version:1,policy_fingerprint:i,index_fingerprint:Ug({policy_fingerprint:i,item_families:d}),families:r,item_families:d,build:{items_scanned:t.length,items_reused:c,items_indexed:Object.keys(d).length}}}function Kg(e,t,n={}){let r=n.limit??25;if(!Number.isInteger(r)||r<1||r>100)throw new TypeError("defect change-risk limit must be an integer from 1 through 100");let i=yA(n.cursor,e.index_fingerprint),s=e.families.flatMap(l=>{let u=ic(l,t,e.item_families);return u.length===0?[]:[{family_id:l.id,family_version:l.version,owner_item_id:l.owner_item_id,escape_class:l.escape_class,reasons:u,local_checks:Ce(l.checks.local),hosted_checks:Ce(l.checks.hosted),budget:l.budget}]}),o=s.slice(i,i+r),a=i+o.length,c=a<s.length?Buffer.from(JSON.stringify({index_fingerprint:e.index_fingerprint,offset:a})).toString("base64url"):void 0,d={risk_detected:s.length>0,index_fingerprint:e.index_fingerprint,items:o,total:s.length,...c?{next_cursor:c}:{},required_local_checks:Ce(s.flatMap(l=>l.local_checks)),required_hosted_checks:Ce(s.flatMap(l=>l.hosted_checks)),row_contract:{row_keys:["items"],jq_selector:".items[]"}};return{...d,cost:{families_evaluated:e.families.length,signals_evaluated:wA(t),families_selected:s.length,estimated_output_tokens:Math.ceil(JSON.stringify(d).length/4)}}}function vA(e){return typeof e.type=="string"&&e.type.toLowerCase()==="issue"||(Array.isArray(e.tags)?e.tags:[]).some(t=>typeof t=="string"&&["bug","defect","security"].includes(t.toLowerCase()))}function ts(e){return typeof e=="string"&&e.trim().length>0}function jg(e){return Array.isArray(e)&&e.length>0&&e.every(ts)}function bA(e,t){if(typeof e!="object"||e===null||Array.isArray(e))return{valid:!1,expired:!1};let n=e;if(!nc.includes(n.disposition)||typeof n.owner!="string"||!n.owner.trim())return{valid:!1,expired:!1};if(n.disposition==="explicit_waiver"){let r=Date.parse(n.waiver_expires_at??"");return{valid:ts(n.waiver_reason)&&Number.isFinite(r)&&r>=t,expired:Number.isFinite(r)&&r<t}}return{valid:ts(n.gate_id)&&ts(n.negative_control)&&jg(n.local_checks)&&jg(n.hosted_checks),expired:!1}}function kA(e,t){let n=[];if(!Number.isFinite(Date.parse(typeof e.completed_at=="string"?e.completed_at:""))&&!Number.isFinite(Date.parse(typeof e.closed_at=="string"?e.closed_at:""))&&n.push({item_id:e.id,kind:"invalid_completion_timestamp",detail:`${e.id} requires a valid completed_at or closed_at timestamp after the defect-evidence epoch.`}),typeof e.escape_class!="string"?n.push({item_id:e.id,kind:"missing_escape_class",detail:`${e.id} requires escape_class after the defect-evidence epoch.`}):ns.includes(e.escape_class)||n.push({item_id:e.id,kind:"invalid_escape_class",detail:`${e.id} has unsupported escape_class ${e.escape_class}.`}),e.gate_evidence===void 0)return n.push({item_id:e.id,kind:"missing_gate_evidence",detail:`${e.id} requires structured gate_evidence after the defect-evidence epoch.`}),n;let r=bA(e.gate_evidence,t);return r.valid||n.push({item_id:e.id,kind:r.expired?"expired_waiver":"invalid_gate_evidence",detail:r.expired?`${e.id} carries an expired gate-evidence waiver.`:`${e.id} gate_evidence does not prove a gate or explicit waiver.`}),n}function dq(e,t,n,r=new Date){rc(t);let i=Date.parse(t.evidence_epoch),s=new Set(n),o=e.filter(m=>s.has(m.status)&&vA(m)),a=o.filter(m=>{let _=Date.parse(typeof m.completed_at=="string"?m.completed_at:"");if(Number.isFinite(_))return _>=i;let g=Date.parse(typeof m.closed_at=="string"?m.closed_at:"");if(Number.isFinite(g))return g>=i;let h=Date.parse(typeof m.created_at=="string"?m.created_at:"");return!Number.isFinite(h)||h>=i}),c=Object.fromEntries(ns.map(m=>[m,0])),d=Object.fromEntries(nc.map(m=>[m,0])),l=o.filter(m=>typeof m.escape_class=="string"&&ns.includes(m.escape_class));for(let m of l)if(c[m.escape_class]+=1,typeof m.gate_evidence=="object"&&m.gate_evidence!==null&&!Array.isArray(m.gate_evidence)){let _=m.gate_evidence.disposition;typeof _=="string"&&nc.includes(_)&&(d[_]+=1)}let u=a.flatMap(m=>kA(m,r.getTime()));return u.sort((m,_)=>m.item_id!==_.item_id?m.item_id.localeCompare(_.item_id):m.kind.localeCompare(_.kind)),{ok:u.length===0,governed_item_count:a.length,classified_item_count:l.length,class_counts:c,evidence_disposition_counts:d,findings:u}}function EA(e){if(typeof e!="object"||e===null||Array.isArray(e))throw new TypeError("defect recurrence policy must be an object");let t=e;if(!Array.isArray(t.families))throw new TypeError("defect recurrence policy families must be an array");return rc(t),t}function zg(e){if(typeof e!="object"||e===null||Array.isArray(e))throw new TypeError("defect change-risk request must be an object");let t=e,n=Gg(t.change,"defect change-risk request.change");if(t.cursor!==void 0&&typeof t.cursor!="string")throw new TypeError("defect change-risk request.cursor must be a string");if(t.limit!==void 0&&!Number.isInteger(t.limit))throw new TypeError("defect change-risk request.limit must be an integer");return{policy:EA(t.policy),change:n,...t.cursor===void 0?{}:{cursor:t.cursor},...t.limit===void 0?{}:{limit:t.limit}}}import{createHash as SA}from"node:crypto";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f66a964d-1352-5523-ab91-5177d0d93ce8")}catch{}})();var sc,Bg=["list","show","put","remove","run","verdicts","presets","apply","derive","promote","risk"],oc=["measurement","assertion","gate"];function TA(e){if(Bg.includes(e))return e;throw Gr({command_path:"assurance",token:e,allowed:Bg,display_name:"assurance action"})}function Sn(e,t,n){throw new p(t,f.USAGE,{code:"missing_required_argument",required:`Provide the missing assurance operand: ${e}.`,examples:[n],recovery:{missing:[e]}})}function xA(e){if(!e)return Sn("kind",`Assurance declaration kind is required. Expected: ${oc.join(", ")}`,"pm assurance list measurement");if(oc.includes(e))return e;throw new p(`Assurance declaration kind is required. Expected: ${oc.join(", ")}`,f.USAGE)}function Wg(e){if(!e)return Sn("preset",`Assurance preset is required. Expected: ${Zn.join(", ")}`,"pm assurance apply software-delivery --owner <pm-item-id>");if(Zn.includes(e))return e;throw new p(`Assurance preset is required. Expected: ${Zn.join(", ")}`,f.USAGE)}function ac(e){return e.owner?.trim()?e.owner.trim():Sn("owner","assurance preset and derivation actions require --owner <pm-item-id>","pm assurance apply software-delivery --owner <pm-item-id>")}function AA(e,t){let n=t;if(typeof t=="string")if(!t.trim())n=void 0;else try{n=JSON.parse(t)}catch(r){throw new p("assurance definition must be valid JSON",f.USAGE,{reason:r instanceof Error?r.message:"invalid_json"})}if(typeof n!="object"||n===null||Array.isArray(n))throw new p("assurance put requires a JSON object definition",f.USAGE);return n}async function CA(e){let[t,n,r]=await Promise.all([Qn(e,"measurement"),Qn(e,"assertion"),Qn(e,"gate")]);return{version:1,measurements:t.items,assertions:n.items,gates:r.items}}function Hg(e,t){return t===!0?{id:e.id}:e}async function IA(e,t){let n=t.authorization_decision;if(!n)return[];let r=await hr(e,{include_history:!1,resolve_tree:!1}),i=r.items.find(o=>o.id===n),s=new Set(r.terminal_statuses);if(!i||i.type.toLowerCase()!=="decision"||!s.has(i.status))throw new p(`Assurance authorization ${n} must name a terminal Decision item`,f.USAGE);return[i.id]}async function RA(e,t){let n=na(e.limit,"assurance verdict limit");if(n!==void 0&&(n<1||n>dn))throw new p(`assurance verdict limit must be an integer from 1 through ${dn}`,f.USAGE);let r=await Yf(t,{gate_id:e.id??e.gate,limit:n});return{items:r,count:r.length,row_contract:{row_keys:["items"],jq_selector:".items[]"}}}async function OA(e,t,n){if(e==="presets"){if(t.preset??t.id)return Ci(Wg(t.preset??t.id),ac(t));let i=Zn.map(s=>{let o=Ci(s,"pm-owner");return{id:s,title:o.title,description:o.description}});return{items:i,count:i.length,row_contract:{row_keys:["items"],jq_selector:".items[]"}}}if(e==="apply")return cn(()=>Jf(n,Wg(t.preset??t.id),ac(t),{author:t.author,message:t.message}));if(e==="derive"){let i=await Qf(await hr(n,{resolve_tree:!1,trigger:"derive"}),ac(t)),s=t.apply?await cn(()=>Zf(n,i,{author:t.author,message:t.message??"Accept observation-derived assurance proposals"})):void 0;return{items:i,count:i.length,...s?{applied:s}:{}}}if(!t.id)return Sn("assertion-id","assurance promote requires an assertion id","pm assurance promote <assertion-id> --enforcement warn");if(t.enforcement!=="warn"&&t.enforcement!=="block")throw new p("assurance promote requires --enforcement warn|block",f.USAGE);let r=await Xo(n,"assertion",t.id);return cn(()=>ep(n,r,t.enforcement,{author:t.author,message:t.message}))}async function NA(e,t,n){if(!e.id)return Sn("gate-id","assurance run requires a gate id","pm assurance run <gate-id> --trigger ci --dry-run");let r=e.id;if(!e.trigger)throw new p("assurance run requires a trigger",f.USAGE);if(!ot.includes(e.trigger))throw new p(`Unknown assurance trigger ${e.trigger}. Expected: ${ot.join(", ")}`,f.USAGE);let i=e.trigger,[s,o]=await Promise.all([CA(t),hr(t,{...n.workspace,tree_id:e.tree,trigger:i})]),a=await Lf(()=>Bf(r,s,o,{trigger:i,dry_run:e.dry_run===!0}));return a.dry_run||await Vf(t,a,{author:e.author,message:e.message}),a}function Vg(e){throw e instanceof p?e:new p(e instanceof Error?e.message:"assurance risk request is invalid",f.USAGE)}function LA(e){if(e.limit!==void 0)throw new p("assurance risk does not accept --limit; set limit inside the risk definition",f.USAGE);let t=e.definition;if(typeof t=="string")try{t=JSON.parse(t)}catch(n){throw new p("assurance risk definition must be valid JSON",f.USAGE,{reason:n instanceof Error?n.message:"invalid_json"})}try{return zg(t)}catch(n){return Vg(n)}}function MA(e,t){let n=new Set;for(let[r,i]of t)e.item_fingerprints.get(r)!==i&&n.add(r);for(let r of e.item_fingerprints.keys())t.has(r)||n.add(r);return n}function DA(e,t,n){let r=W(t.policy),i=sc?.pm_root===e?sc:void 0,s=new Map(n.map(d=>[d.id,SA("sha256").update(W(es(d))).digest("hex")])),o=i?.policy_serialized===r?i:void 0,a=o?MA(o,s):new Set,c=qg(t.policy,o?n.filter(d=>a.has(d.id)):n,o?{previous_index:o.index,changed_item_ids:[...a]}:{});return sc={pm_root:e,policy_serialized:r,item_fingerprints:s,index:c},c}async function PA(e,t){let n=LA(e),r=await hr(t,{include_history:!1,resolve_tree:!1});try{return Kg(DA(t,n,r.items),n.change,{cursor:n.cursor,limit:n.limit})}catch(i){return Vg(i)}}async function FA(e,t={},n={}){let r=TA(e.action),i=R(process.cwd(),t.path);if(r==="presets"||r==="apply"||r==="derive"||r==="promote")return OA(r,e,i);if(r==="verdicts")return RA(e,i);if(r==="run")return NA(e,i,n);if(r==="risk")return PA(e,i);let s=xA(e.kind);if(r==="list")return Qn(i,s);if(!e.id)return Sn("id",`assurance ${r} requires an id`,`pm assurance ${r} ${s} <id>`);let o=e.id;if(r==="show")return Xo(i,s,o);if(r==="remove"){let l=await cn(()=>Hf(i,s,o,{author:e.author,message:e.message}));return Hg(l,e.idOnly)}let a=AA(s,e.definition);if(a.id!==o)throw new p(`Assurance definition id ${a.id} does not match requested id ${o}`,f.USAGE);let c={author:e.author,message:e.message,...s==="assertion"?{authorized_decision_ids:await IA(i,a)}:{}},d=await cn(()=>xi(i,s,a,c));return Hg(d,e.idOnly)}function Tq(e,t,n){let r={...e,...t};return FA({action:O(r,"subcommand")??O(r,"assuranceAction")??O(r,"operation")??"",kind:O(r,"kind"),id:O(r,"id"),definition:r.definition,trigger:O(r,"trigger"),tree:O(r,"treeId")??O(r,"tree"),gate:O(r,"gate"),limit:na(r.limit,"assurance verdict limit"),dry_run:r.dryRun===!0||r.dry_run===!0,fullChangedFields:r.fullChangedFields===!0,idOnly:r.idOnly===!0,author:O(r,"author"),message:O(r,"message"),preset:O(r,"preset"),owner:O(r,"owner"),apply:r.apply===!0,enforcement:O(r,"enforcement")},n)}import{readFile as $A}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]="39acab93-f9ad-5b95-871e-625d912f1322")}catch{}})();function Gq(e){let t={...e,...e.full===!0?{fullHistory:!0}:{}};return delete t.full,Pe(e,t)}function Yg(e,t){if(typeof e=="object"&&e!==null&&"format"in e&&e.format==="json")throw new p(`Structured context events are append-only and cannot be ${t}.`,f.USAGE,{code:"structured_event_immutable"})}function UA(e,t){return t===void 0?e:t===0?[]:e.slice(Math.max(0,e.length-t))}function Ft(e,t){let n=e[t];return Array.isArray(n)?n:[]}function qq(e,t={}){let n=e.trim();if(!n)return"";let r=/^(?:[-*+]\s*)?text\s*[:=]/i.exec(n);if(t.stripPlainTextPrefix===!0&&r&&!n.startsWith("```"))return n.slice(r[0].length).trim()||n;if(!(/^(?:[-*+]\s*)?text\s*[:=]/im.test(n)||n.startsWith("```")))return n;try{let s=Z(n,"--add");return Object.keys(s).map(c=>c.trim().toLowerCase()).some(c=>c!=="text")?n:s.text?.trim()||n}catch{return n}}function jA(e){return typeof e=="object"&&e!==null&&"code"in e}function Xg(e,t){if(!Nt(e))throw new p(`${t} cannot read process stdin through the MCP JSON-RPC transport. Pass annotation text in options.add instead.`,f.USAGE,{code:"mcp_stdin_unavailable",required:"Pass annotation text as JSON data; the MCP protocol already owns process stdin."})}async function GA(e,t){if(+(e.add!==void 0)+ +(e.stdin===!0)+ +(typeof e.file=="string")>1)throw new p(`Specify ${t} text using only one input source: --add, --stdin, or --file`,f.USAGE);let r=Qt(),i=Nt(e);if(e.add!==void 0)return{value:await r.resolveValue(e.add,"--add",i)??"",rawValue:e.add,emptyFlag:"--add"};if(e.stdin===!0)return Xg(e,"--stdin"),{value:await r.resolveValue("-","--stdin")??"",emptyFlag:"--stdin"};if(typeof e.file!="string")return;let s=e.file.trim();if(!s)throw new p("--file path cannot be empty",f.USAGE);if(s==="-")return Xg(e,"--file -"),{value:await r.resolveValue("-","--file")??"",emptyFlag:"--file"};try{return{value:await $A(s,"utf8"),emptyFlag:"--file"}}catch(o){if(jA(o)&&Yt(o))throw new p(`--file path not found: ${s}. Use --file - to read stdin.`,f.USAGE);let a=o instanceof Error?o.message:String(o);throw new p(`Failed to read --file path "${s}": ${a}. Use --file - to read stdin.`,f.USAGE)}}async function Kq(e,t){if(e.edit!==void 0&&e.delete!==void 0)throw new p("Specify only one of --edit or --delete",f.USAGE);if(e.delete!==void 0){if(e.add!==void 0||e.stdin===!0||typeof e.file=="string")throw new p("--delete cannot be combined with replacement text",f.USAGE);if(!Number.isInteger(e.delete)||e.delete<1)throw new p("--delete must be a positive integer",f.USAGE);return{mode:"delete",index:e.delete}}if(e.edit!==void 0&&(!Number.isInteger(e.edit)||e.edit<1))throw new p("--edit must be a positive integer",f.USAGE);let n=await GA(e,t);if(e.edit!==void 0){if(!n)throw new p("--edit requires replacement text from --add, --stdin, or --file",f.USAGE);return{mode:"edit",index:e.edit,...n}}return n?{mode:"add",...n}:{mode:"list"}}function vr(e,t){throw e instanceof p&&e.exitCode===f.CONFLICT&&e.message.includes("is assigned to")&&e.message.includes("Use --force to override")?new p(e.message,e.exitCode,{code:"ownership_conflict",required:t.required,examples:t.examples,nextSteps:t.nextSteps}):e}function Qg(e){return e==="comments"?"--stdin":"--add -"}function qA(e,t){if((t.input.emptyFlag??"--add")!=="--add")return;let r=e.trim();if(!/^-{1,2}[A-Za-z][\w-]*(?:=.*)?$/.test(r))return;let i=Qg(t.collectionKey),s=t.input.mode==="edit"?`pm ${t.collectionKey} <id> --edit <index>`:`pm ${t.collectionKey} <id>`;throw new p(`--add value "${r}" looks like an option, not annotation text. Use ${i} to read stdin, or use text=${r} for literal dash-leading text.`,f.USAGE,{code:"annotation_flag_like_value",required:`Use ${i} for stdin input, pass plain text, or use text=${r} when the text really starts with "-".`,examples:[`${s} ${i}`,`${s} --add text=${r}`]})}function KA(e,t){if(e.input.mode!=="list"||t.message===void 0)return;let n=e.collectionKey.replace(/s$/,"");throw new p(`--message labels a ${n} mutation but does not provide ${n} text. Pass text positionally or with --add, --stdin, or --file.`,f.USAGE,{code:"annotation_message_without_text",required:`Provide ${n} text through a content source; --message only annotates the history entry of a mutation.`,examples:[`pm ${e.collectionKey} <id> --add "text" --message "why"`,`pm ${e.collectionKey} <id> ${Qg(e.collectionKey)}`]})}async function zq(e,t,n,r){KA(r,t);let i=R(process.cwd(),n.path);await $(i);let s=await I(i),o=U(s,F()),a=qn(t.limit);if(r.input.mode==="list"){let _=await ee(i,e,s.id_prefix,s.item_format,o.type_to_folder);if(!_)throw new p(`Item ${e} not found`,f.NOT_FOUND);let g=await fe(_,{schema:s.schema}),h=Ft(g.document.metadata,r.collectionKey);return rs(_.id,r.collectionKey,h,a,t.includeMeta===!0)}let c=G(t.author,s.author_default);if(r.input.mode==="delete"){let _=r.deleteOp??r.op,g;try{g=await de({pmRoot:i,settings:s,id:e,op:_,author:c,message:t.message,force:t.force,bypassAssigneeConflict:r.bypassOwnershipConflict,mutate(y){let w=Ft(y.metadata,r.collectionKey),k=Jg(r.input.index,w.length,r.collectionKey);return Yg(w[k],"deleted"),w.splice(k,1),y.metadata[r.collectionKey]=w,{changedFields:[r.collectionKey]}}})}catch(y){vr(y,r.conflictGuidance)}let h=Ft(g.item,r.collectionKey);return rs(g.item.id,r.collectionKey,h,a,t.includeMeta===!0,{action:"delete",entryIndex:r.input.index},t.fullHistory===!0)}let d=r.input.rawValue??r.input.value??"";qA(d,r);let l=r.parseText(r.input.value??"");if(!l.trim())throw new p(`${r.input.emptyFlag??"--add"} text cannot be empty`,f.USAGE);if(r.input.mode==="edit"){let _=r.editOp??r.op,g;try{g=await de({pmRoot:i,settings:s,id:e,op:_,author:c,message:t.message,force:t.force,bypassAssigneeConflict:r.bypassOwnershipConflict,mutate(y){let w=Ft(y.metadata,r.collectionKey),k=Jg(r.input.index,w.length,r.collectionKey),E=w[k];return Yg(E,"edited"),w[k]={...E,text:l,edited_at:A()},y.metadata[r.collectionKey]=w,{changedFields:[r.collectionKey]}}})}catch(y){vr(y,r.conflictGuidance)}let h=Ft(g.item,r.collectionKey);return rs(g.item.id,r.collectionKey,h,a,t.includeMeta===!0,{action:"edit",entryIndex:r.input.index,entry:h[r.input.index-1]},t.fullHistory===!0)}let u;try{u=await de({pmRoot:i,settings:s,id:e,op:r.op,author:c,message:t.message,force:t.force,bypassAssigneeConflict:r.bypassOwnershipConflict,mutate(_){let g=Ft(_.metadata,r.collectionKey),h={created_at:A(),author:c,text:l};return g.push(r.createEntry(h)),_.metadata[r.collectionKey]=g,{changedFields:[r.collectionKey]}}})}catch(_){vr(_,r.conflictGuidance)}let m=Ft(u.item,r.collectionKey);return rs(u.item.id,r.collectionKey,m,a,t.includeMeta===!0,{action:"add",entryIndex:m.length,entry:m.at(-1)},t.fullHistory===!0)}function Jg(e,t,n){if(e===void 0||!Number.isInteger(e)||e<1||e>t){let r=n.replace(/s$/,""),i=`${r.charAt(0).toUpperCase()}${r.slice(1)}`,s=t===1?`1 ${r}`:`${t} ${n}`;throw new p(`${i} index ${e??"(missing)"} out of range (item has ${s})`,f.USAGE)}return e-1}function rs(e,t,n,r,i,s,o=!1){let a=s===void 0||o?UA(n,s!==void 0&&o?void 0:r):s.entry===void 0?[]:[s.entry],c=s!==void 0&&a.length<n.length;return{id:e,[t]:a,count:a.length,...[i,s!==void 0].includes(!0)?{total_count:n.length,returned_count:a.length,has_more:c||a.length<n.length,...r!==void 0?{limit:r}:{}}:{},...s===void 0?{}:{mutation_receipt:{action:s.action,entry_index:s.entryIndex,changed_count:1,full_history_included:!c},omission_receipt:{has_omissions:c,omitted_field_group_count:c?1:0,omitted_field_groups:c?[{name:`${t}_history`,restore_with:{selector:"full_history",cli_flag:"--full-history",sdk_option:"fullHistory",mcp_option:"full"}}]:[]}}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="d0579277-f123-5f96-8664-dfe05ade1b24")}catch{}})();async function Zg(e,t,n){return[...await gt(ft(e,t),t).catch(()=>[])].reverse().find(s=>s.patch.some(o=>o.path==="/metadata/assignee"))?.op==="claim"?`claimed by ${n}`:`assigned to ${n}`}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="1a61bf25-e320-5adc-8f5a-a427bc89af1a")}catch{}})();var eh="no_available_next_item";function zA(e){if(!(e instanceof Error)||e.name!=="PmCliError")return!1;let t=e.context;return typeof t=="object"&&t!==null&&"code"in t&&t.code==="already_claimed_by"}async function BA(e,t,n,r={}){let i=R(process.cwd(),n.path);await $(i);let s=await I(i),o=Q(s.schema),a=G(r.author,s.author_default),c=yo(a),d=null,l=!1,u=[],m=await de({pmRoot:i,settings:s,id:e,op:"claim",author:a,message:r.message,force:t,skipNoop:!0,async mutate(_){let h=_.metadata.assignee??"",y=_.metadata.claim_principal?.trim()||h;if(d=h.trim().length>0?h:null,ri(_.metadata.status,o)&&!t)throw new p(`Cannot claim terminal item ${_.metadata.id} without --force`,f.CONFLICT);if(d!==null&&y!==c){if(r.ifAvailable===!0)return l=!0,u.push(`claim_skipped_held_by:${d}`),{changedFields:[]};if(!t){let k=await Zg(i,_.metadata.id,h);throw new p(`Item ${_.metadata.id} is already ${k}. Use --force to take over, or --if-available to skip without failing.`,f.CONFLICT,{code:"already_claimed_by",why:"Claim is an atomic test-and-set so parallel agents never proceed believing they own the same item.",nextSteps:["Run pm next to pick a different unclaimed item.","Re-run with --if-available to treat a held item as a no-op skip.","Re-run with --force only when taking over the item is coordinated."]})}u.push(`claim_takeover:${d}->${a}`)}return _.metadata.assignee=a,_.metadata.claim_principal=c,{changedFields:["assignee","claim_principal"],warnings:u}}});return l||await If({pmRoot:i,settings:s,principal:c,itemId:m.item.id}),{item:m.item,claimed_by:l&&d!==null?d:a,previous_assignee:d,forced:t,...l?{skipped:!0}:{},...u.length>0?{warnings:u}:{}}}async function tK(e,t,n={},r={}){let i=WA(n.maxAttempts),s=await I(R(process.cwd(),t.path)),o={...n,author:G(n.author,s.author_default)},a=await Of({...r,callerAuthor:o.author,limit:String(i)},t),c=[a.recommended,...a.ready].filter(d=>d!==null).map(d=>({...d,reasons:"reasons"in d?d.reasons:["ranked ready candidate"]}));return HA(c.slice(0,i),e,t,o)}function WA(e){if(e===void 0)return 10;let t=Number(e);if(!Number.isSafeInteger(t)||t<1||t>100)throw new p("--max-attempts must be an integer from 1 to 100",f.USAGE);return t}async function HA(e,t,n,r={},i=BA){let s=0;for(let a of e){s+=1;try{let c=await i(a.id,t,n,r),d={...c,recommendation:a,attempts:s,available:!0};if(!c.skipped)return d}catch(c){if(!zA(c))throw c}}if(r.ifAvailable===!0)return{available:!1,item:null,claimed_by:G(r.author,""),previous_assignee:null,forced:t,skipped:!0,recommendation:null,attempts:s,warnings:[eh]};let o=s===0;throw new p(o?"No actionable items matched the selection filters":"No actionable item remained available to claim",o?f.NOT_FOUND:f.CONFLICT,{code:eh,why:o?"No ready items matched the specified filters or selection criteria.":"Every ranked candidate was claimed by another agent before this atomic selection completed.",nextSteps:[o?"Verify the filters or run pm next to inspect all ready work.":"Run pm claim --next again to refresh the ranked candidate set."]})}async function nK(e,t,n,r={}){let i=R(process.cwd(),n.path);await $(i);let s=await I(i),o=G(r.author,s.author_default),a=yo(o),c=r.ownershipReleaseBypass===!0,d=null,l;try{l=await de({pmRoot:i,settings:s,id:e,op:"release",author:o,message:r.message,force:t,bypassAssigneeConflict:c,mutate(u){return d=u.metadata.assignee??null,!d&&!u.metadata.claim_principal?{changedFields:[]}:(delete u.metadata.assignee,delete u.metadata.claim_principal,{changedFields:["assignee","claim_principal"]})}})}catch(u){vr(u,{required:"For approved non-owner handoffs, prefer the ownership-release bypass before considering --force.",examples:['pm release pm-a1b2 --author "reviewer" --force'],nextSteps:["Use the package-provided ownership-release bypass for handoffs that only clear assignee metadata.","Use --force only when an explicit override is approved for broader ownership conflicts."]})}return await Rf({pmRoot:i,principal:a,itemId:l.item.id}),{item:l.item,released_by:o,previous_assignee:d,forced:t}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="a7ae3c89-b50b-5e4f-8273-8318bc976d84")}catch{}})();var oK=Object.freeze({requireCloseReason:!0,orderingEdges:"preserve"});function VA(e){let t=[{source:"explicit",value:e.explicit},{source:"duplicate",value:e.duplicateOf===void 0?void 0:`Duplicate of ${e.duplicateOf}`},{source:"resolution",value:e.resolution},{source:"message",value:e.message}];for(let n of t){let r=n.value?.trim();if(r)return{closeReason:r,source:n.source}}return{source:"none"}}function nh(e,t){return cc(e,t,{operation:"close"})}function cc(e,t,n){let r=VA(e);if(!t||r.closeReason!==void 0)return r;let i=n.operation==="create"?[`pm create --title "<title>" --type <type> --status ${n.status??"closed"} --close-reason "<closing summary>"`,`pm create --title "<title>" --type <type> --status ${n.status??"closed"} --resolution "<resolution summary>"`,"pm create --stdin-json < item.json"]:['pm close <id> "Done: <what changed and why>"','pm close <id> --reason "<closing summary>"','pm close <id> -m "<closing summary>"',"pm close <id> --duplicate-of <canonical-id>"];throw new p("Close reason text is required because governance.require_close_reason is enabled",f.USAGE,{code:"close_reason_required",required:"Provide an author-controlled closing summary as the reason, message, resolution, or duplicate target.",why:"governance.require_close_reason is enabled, so tools must not invent immutable closure evidence.",examples:i,nextSteps:[`Re-run the ${n.operation} operation with a closing summary.`,"To stop requiring reasons, run: pm config set governance-require-close-reason --policy disabled"]})}function rh(e,t){let n=typeof e.blocked_by=="string"?e.blocked_by.trim():"",r=e.blocked_by!==void 0,i=e.dependencies??[],s=i.filter(d=>d.kind==="blocked_by"),o=e.blocked_reason!==void 0,a=[];if(r&&(delete e.blocked_by,a.push("blocked_by")),o&&(delete e.blocked_reason,a.push("blocked_reason")),t.orderingEdges==="remove"&&s.length>0){let d=i.filter(l=>l.kind!=="blocked_by");d.length>0?e.dependencies=d:delete e.dependencies,a.push("dependencies")}let c=[...new Set([...n?[n]:[],...s.map(d=>d.id)])];return c.length===0?{changedFields:a,warnings:[]}:{changedFields:a,warnings:[t.orderingEdges==="preserve"?`closed_preserved_predecessors:${e.id}:${c.join(",")}`:`closed_removed_predecessors:${e.id}:${c.join(",")}`]}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="781b5118-7b07-53c7-802f-c889cb797a96")}catch{}})();var YA=[{key:"resolution",label:"resolution (--resolution)"},{key:"expected_result",label:"expected_result (--expected-result)"},{key:"actual_result",label:"actual_result (--actual-result)"}];function XA(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0||t==="warn")return"warn";if(t==="off"||t==="none"||t==="disabled")return"off";if(t==="strict")return"strict";throw new p(`Invalid --validate-close mode "${e}" (expected "off", "warn", or "strict")`,f.USAGE)}function JA(e){let t=[];for(let n of YA){let r=e[n.key];(typeof r!="string"||r.trim().length===0)&&t.push(n)}return t}async function QA(e,t,n){let r=new Set,i=t;for(;typeof i=="string"&&i.trim().length>0;){let s=i.trim();if(s===n)return!0;if(r.has(s))return!1;r.add(s),i=(await e(s))?.duplicate_of}return!1}function ZA(e){return typeof e!="string"||e.trim().length===0}async function eC(e,t,n,r){let i=n?.trim();if(!i)return;if(i===r)throw new p("An item cannot be closed as a duplicate of itself.",f.USAGE,{code:"duplicate_target_self",why:"--duplicate-of must identify the canonical item that should remain open or already represent the work."});let s=U(t,F()),o=new Map,a=async d=>{if(o.has(d))return o.get(d)??null;let l=await ee(e,d,t.id_prefix,t.item_format,s.type_to_folder);if(!l)return o.set(d,null),null;let{document:u}=await fe(l,{schema:t.schema});return o.set(d,u.metadata),u.metadata},c=await a(i);if(!c)throw new p(`Duplicate target "${i}" was not found. Create or locate the canonical item first.`,f.USAGE,{code:"duplicate_target_missing",why:"Duplicate closure should point at a real canonical pm item so future dedupe and changelog tooling can trace the relationship.",examples:[`pm close ${r} "Duplicate of ${i}" --duplicate-of ${i}`],nextSteps:["Run pm search/list to find the canonical item, then retry with --duplicate-of <id>."]});if(await QA(a,c.duplicate_of,r))throw new p(`Circular duplicate reference detected. Target "${i}" points back to "${r}".`,f.USAGE,{code:"duplicate_target_circular",why:"Circular duplicate relationships create loops for dedupe and status propagation tooling.",nextSteps:["Choose the existing canonical item, or clear the target duplicate_of metadata before closing this item as a duplicate."]});if(typeof c.duplicate_of=="string"&&c.duplicate_of.trim().length>0)throw new p(`Duplicate target "${i}" is already marked as a duplicate of "${c.duplicate_of.trim()}".`,f.USAGE,{code:"duplicate_target_is_duplicate",why:"Duplicate closure should point directly at the canonical item, not another duplicate.",examples:[`pm close ${r} "Duplicate of ${c.duplicate_of.trim()}" --duplicate-of ${c.duplicate_of.trim()}`],nextSteps:["Use the canonical item referenced by duplicate_of as the --duplicate-of target."]});return c.id}function tC(e,t,n){return e.filter(r=>r.parent===t&&!ce(r.status,n)).map(r=>r.id).sort((r,i)=>r.localeCompare(i))}function nC(e,t,n){let r=new Map(e.map(a=>[a.id.trim().toLowerCase(),a])),i=kf(e),s=t.trim().toLowerCase(),o=n.blocked_statuses;return e.filter(a=>o.has(a.status)).map(a=>({item:a,blockerIds:i.get(a.id.trim().toLowerCase())})).filter(({blockerIds:a})=>a.includes(s)).filter(({blockerIds:a})=>a.every(c=>{if(c===s)return!0;let d=r.get(c);return d!==void 0&&ce(d.status,n)})).map(({item:a,blockerIds:c})=>({id:a.id,blocker_ids:c})).sort((a,c)=>a.id.localeCompare(c.id))}async function rC(e,t,n,r,i,s){let o=nC(n,r,s),a=[];for(let c of o)try{let d=await de({pmRoot:e,settings:t,id:c.id,op:"update",author:i,message:`Auto-unblocked after blocker ${r} closed`,mutate(l){let u=l.metadata.dependencies??[],m=u.filter(g=>{let h=g.id.trim().toLowerCase();return g.kind!=="blocked_by"||!c.blocker_ids.includes(h)});l.metadata.status=s.open_status,delete l.metadata.blocked_by,delete l.metadata.blocked_reason,l.metadata.unblock_note=`Auto-unblocked after blocker ${r} closed; all blockers resolved (${c.blocker_ids.join(", ")}).`,m.length>0?l.metadata.dependencies=m:delete l.metadata.dependencies;let _=["status","blocked_by","blocked_reason","unblock_note"];return m.length!==u.length&&_.push("dependencies"),{changedFields:_}}});a.push(`auto_unblocked:${d.item.id}:resolved_blockers=${c.blocker_ids.join(",")}`)}catch(d){let l=d instanceof Error?d.message.replace(/\s+/g," ").trim():"unknown";a.push(`auto_unblock_failed:${c.id}:${l}`)}return a}function iC(e,t){let n=[],r=[{option:t.resolution,key:"resolution"},{option:t.expectedResult,key:"expected_result"},{option:t.actualResult,key:"actual_result"}];for(let{option:i,key:s}of r){if(typeof i!="string")continue;let o=i.trim();o.length!==0&&(e[s]=o,n.push(s))}return n}function sC(e,t){if(t===void 0)return[];e.duplicate_of=t;let n=[],r=[{key:"resolution",value:`Duplicate of ${t}`},{key:"expected_result",value:`Canonical item ${t} tracks the work.`},{key:"actual_result",value:`Closed as duplicate of ${t}.`}];for(let{key:i,value:s}of r)ZA(e[i])&&(e[i]=s,n.push(i));return n}function oC(e,t,n,r){let i=[];if(t!=="off"){let s=JA(e);if(s.length>0){let o=s.map(a=>a.label);if(t==="strict"){let a=s.map(d=>`--${d.key.replaceAll("_","-")}`),c=["--pm-path",r,"update",e.id,...a.flatMap(d=>[d,"<value>"])];throw new p(`Cannot close item ${e.id}: missing ${o.join(", ")}. Populate fields or use --validate-close warn.`,f.USAGE,{code:"close_validation_missing_fields",recovery:{missing:a,suggested_retry:vl(c)},nextSteps:["Run the suggested pm update, then retry the original pm close invocation.","Use --validate-close warn only when governance permits an evidenced exception."]})}i.push(`close_validation_missing_fields:${e.id}:${o.join(",")}`)}if(n.length>0){if(t==="strict")throw new p(`Cannot close item ${e.id}: active child items remain open (${n.join(", ")}). Close, cancel, or re-parent them first, or use --validate-close warn.`,f.USAGE);i.push(`close_validation_active_children:${e.id}:${n.join(",")}`)}return i}return n.length>0&&i.push(`closed_with_active_children:${e.id}:${n.join(",")}`),i}function aC(e,t){return t!==void 0?(e.close_reason=t,["close_reason"]):[]}function cC(e){return e.assignee===void 0?[]:(delete e.assignee,["assignee"])}function dC(e,t){if(ce(e.status,t.statusRegistry)&&!t.force)throw new p(`Item ${e.id} is already terminal; use --force to close again.`,f.CONFLICT);let n=iC(e,t.options),r=sC(e,t.duplicateOf),i=oC(e,t.validateCloseMode,t.activeChildIds,t.pmRoot);e.status=t.statusRegistry.close_status,e.closed_at=t.closedAt;let s=t.options.completedAt!==void 0||e.completed_at===void 0;s&&(e.completed_at=t.completedAt);let o=["status","closed_at",...s?["completed_at"]:[],...aC(e,t.closeReason),...n];if(hu(e)&&(e.plan_mode="completed",o.push("plan_mode")),t.duplicateOf!==void 0){o.push("duplicate_of");for(let c of r)o.includes(c)||o.push(c)}o.push(...cC(e));let a=rh(e,t.lifecyclePolicy);return o.push(...a.changedFields),i.push(...a.warnings),{changedFields:o,...i.length>0?{warnings:i}:{}}}async function lC(e,t,n,r){let i=R(process.cwd(),r.path);await $(i);let s=await I(i),o=Q(s.schema),a=G(n.author,s.author_default),c=U(s,F()).type_to_folder,d=await ee(i,e,s.id_prefix,s.item_format,c);if(!d)throw await Kn(i,e,s.id_prefix,c);let l=await eC(i,s,n.duplicateOf,d.id),u={requireCloseReason:n.lifecyclePolicy?.requireCloseReason??s.governance.require_close_reason,orderingEdges:n.lifecyclePolicy?.orderingEdges??"preserve"},m=nh({explicit:t,duplicateOf:l,resolution:n.resolution,message:n.message},u.requireCloseReason).closeReason,_=XA(n.validateClose)??s.governance.close_validation_default,g=await be(i,s.item_format,c,void 0,s.schema),h=tC(g,d.id,o),y=new Date().toISOString(),w=n.completedAt===void 0?y:ue(n.completedAt,new Date(y),"completed-at"),k=await de({pmRoot:i,settings:s,id:d.id,op:"close",author:a,message:n.message,force:n.force,mutate(E){return dC(E.metadata,{pmRoot:i,statusRegistry:o,force:n.force,options:n,duplicateOf:l,validateCloseMode:_,activeChildIds:h,closeReason:m,closedAt:y,completedAt:w,lifecyclePolicy:u})}});return{item:k.item,changed_fields:k.changedFields,warnings:[...k.warnings,...await rC(i,s,g,d.id,a,o)]}}function ih(e,t,n,r){return lC(e,t,n,r)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="5bbc21f0-f517-571a-8ecf-45f20f0e793d")}catch{}})();var dc=[{exit_code:f.SUCCESS,outcome:"effect",success:!0,meaning:"The requested operation completed with its intended effect."},{exit_code:f.GENERIC_FAILURE,outcome:"internal_failure",success:!1,meaning:"An unexpected runtime or internal failure prevented completion."},{exit_code:f.USAGE,outcome:"refused_input",success:!1,meaning:"The invocation was refused because its input or composition was invalid."},{exit_code:f.NOT_FOUND,outcome:"refused_tracker_state",success:!1,meaning:"The requested tracker, item, or resource was not present."},{exit_code:f.CONFLICT,outcome:"conflict",success:!1,meaning:"Current state or concurrency prevented the requested effect."},{exit_code:f.DEPENDENCY_FAILED,outcome:"dependency_failed",success:!1,meaning:"A required dependency operation failed."},{exit_code:f.NO_EFFECT,outcome:"no_effect",success:!0,meaning:"The request was valid and completed, but matched nothing to change."},{exit_code:f.PARTIAL_EFFECT,outcome:"partial_effect",success:!0,meaning:"The request completed and changed some, but not all, selected targets."}],sh=[f.SUCCESS,f.GENERIC_FAILURE,f.USAGE,f.NOT_FOUND,f.CONFLICT,f.DEPENDENCY_FAILED],uC=new Set(["close-many","update-many"]),ah=Ye.map(e=>({command:e,exit_codes:uC.has(e)?[...sh,f.NO_EFFECT,f.PARTIAL_EFFECT]:[...sh]})),oh=new Map(ah.map(e=>[e.command,e])),mC=[f.SUCCESS,f.NO_EFFECT,f.PARTIAL_EFFECT];function hK(e){return mC.includes(e)}function yK(e){return dc.some(t=>t.exit_code===e)}function ch(e){let t=e.trim().toLowerCase().split(/\s+/u).filter(Boolean).join(" ");return oh.get(t)??oh.get(t.split(" ")[0])}function wK(e,t=Ye,n=ah){let r=new Map(n.map(d=>[d.command,d])),i=t.filter(d=>!r.has(d)),s=e.filter(d=>{let l=r.get(d.command)??r.get(d.command.split(" ")[0]);return l===void 0||!l.exit_codes.includes(d.exit_code)}),o=new Set(e.map(d=>d.exit_code)),c=[...new Set(n.flatMap(d=>d.exit_codes))].filter(d=>!o.has(d)).sort((d,l)=>d-l);return{ok:i.length===0&&s.length===0&&c.length===0,missing_commands:i,undeclared_observations:s,unreachable_exit_codes:c}}function vK(e){return e.applied===0&&e.failed>0?{outcome:"dependency_failed",exit_code:f.DEPENDENCY_FAILED}:e.applied===0?{outcome:"no_effect",exit_code:f.NO_EFFECT}:e.skipped>0||e.failed>0||e.unmatched>0?{outcome:"partial_effect",exit_code:f.PARTIAL_EFFECT}:{outcome:"effect",exit_code:f.SUCCESS}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="94e8b95b-35fa-5fc7-843a-481497e09b54")}catch{}})();function dh(e){return[...e].sort().join("\0")}function fC(e,t,n){let r=e.successors.get(t);r?r.push(n):e.successors.set(t,[n]);let i=e.predecessors.get(n);i?i.push(t):e.predecessors.set(n,[t])}function lh(e,t,n,r,i){let s=t.resolve(i);if(s?.ordering!==!0)return;let o=cf(r),a=o===void 0?void 0:e.canonicalIds.get(o.toLowerCase());if(a===void 0)return;let c=(s.precedence??"source_before_target")==="source_before_target";fC(e,c?n:a,c?a:n)}function pC(e,t){let n={successors:new Map,predecessors:new Map,canonicalIds:new Map},r=e.filter(i=>typeof i?.id=="string"&&i.id.trim().length>0);for(let i of r){let s=i.id.trim();n.canonicalIds.set(s.toLowerCase(),s)}for(let i of r){let s=i.id.trim();lh(n,t,s,i.blocked_by,"blocked_by");for(let o of i.dependencies??[])typeof o!="object"||o===null||lh(n,t,s,o.id,typeof o.kind=="string"?o.kind:"related")}for(let i of[n.successors,n.predecessors])for(let s of i.values())s.sort();return n}function _C(e,t){let n=new Set([t]),r=[t];for(;r.length>0;){let i=r.pop();for(let s of[e.successors,e.predecessors])for(let o of s.get(i)??[])n.has(o)||(n.add(o),r.push(o))}return n}function gC(e,t){let n=new Map;for(let r of t){let i=(e.successors.get(r)??[]).filter(s=>t.has(s));i.length>0&&n.set(r,i)}return n}function uh(e,t,n){let r=pC(e,t),i=r.canonicalIds.get(n.trim().toLowerCase());if(i===void 0)return{cycles:[],successors:new Map,canonical:n};let s=gC(r,_C(r,i));return{cycles:uf(s).filter(o=>o.includes(i)),successors:s,canonical:i}}function hC(e,t,n){let r=new Set(t),i=r.has(n)?n:t[0];if(e.get(i)?.includes(i))return[i,i];for(let s of e.get(i)??[]){if(!r.has(s))continue;let o=yC(e,r,i,s);if(o)return o}return[...t,t[0]]}function yC(e,t,n,r){let i=[[r]],s=new Set([n,r]);for(;i.length>0;){let o=i.shift(),a=o.at(-1);for(let c of e.get(a)??[]){if(c===n)return[n,...o,n];!t.has(c)||s.has(c)||(s.add(c),i.push([...o,c]))}}}function is(e,t,n){let r=ke(),i=uh(e,r,n),s=uh(t,r,n),o=new Set(i.cycles.map(dh)),a=new Set($o(e,void 0,r).map(d=>`${d.holder_id.toLowerCase()}\0${d.target_id.toLowerCase()}\0${d.dependency_kind}`));return[...$o(t,void 0,r).filter(d=>d.holder_id.toLowerCase()===n.trim().toLowerCase()&&!a.has(`${d.holder_id.toLowerCase()}\0${d.target_id.toLowerCase()}\0${d.dependency_kind}`)).map(d=>`ordering_storage_contradiction_created:${mf(d)}:remove_contradicting_dependency_row:run_pm_graph_audit`),...s.cycles.filter(d=>!o.has(dh(d))).map(d=>`ordering_cycle_created:${hC(s.successors,d,s.canonical).join(" -> ")}:items_will_not_be_ready:run_pm_graph_audit`)]}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="33a43890-abcf-58fc-bf9d-bf2619d4cf35")}catch{}})();var wC=3,mh=20,vC=.8,bC=100,fh=1e3,ph=1e6;function _h(e){return e===void 0?[]:[`likely_duplicates:${e.result.items.map(t=>t.id).join(",")}`,`likely_duplicate_recovery:${e.recovery.action}:${e.recovery.item_id}`]}async function kC(e,t){let n=e.items[0],r=R(t.cwd??process.cwd(),t.pmRoot),i=Q((await I(r)).schema);return ce(n.status,i)?{action:"reopen",item_id:n.id,command:`pm item reopen ${n.id} "<recurrence reason>"`,args:["item","reopen",n.id,"<recurrence reason>"]}:{action:"reuse",item_id:n.id,command:`pm get ${n.id} --full`,args:["get",n.id,"--full"]}}function gh(e){let t=e.limit??wC,n=e.threshold??vC;if(!Number.isSafeInteger(t)||t<0||t>mh)throw new p(`Similarity limit must be an integer from 0 to ${mh}.`,f.USAGE);if(!Number.isFinite(n)||n<0||n>1)throw new p("Similarity threshold must be a number from 0 to 1.",f.USAGE);return{limit:t,threshold:n}}function EC(e){let t=e.limit??bC;if(!Number.isSafeInteger(t)||t<0||t>fh)throw new p(`Duplicate cluster limit must be an integer from 0 to ${fh}.`,f.USAGE);let n=e.since===void 0?void 0:new Date(e.since);if(n&&Number.isNaN(n.getTime()))throw new p("Duplicate cluster --since must be a valid ISO timestamp.",f.USAGE);return{limit:t,since:n}}async function SC(e,t){let n=R(e.cwd??process.cwd(),e.pmRoot),r=await I(n),i=U(r),s=e.statuses?.map(u=>u.trim().toLowerCase()).filter(Boolean);if(e.statuses!==void 0&&s?.length===0)throw new p("Duplicate cluster statuses must include at least one lifecycle status or all.",f.USAGE);let o=Q(r.schema),a=s?.map(u=>{if(u==="all")return u;let m=ae(u,o);if(!m)throw new p(`Unknown duplicate-cluster status "${u}". Allowed: all, ${o.definitions.map(_=>_.id).join(", ")}.`,f.USAGE);return m}),c=a?.includes("all")===!0;if(c&&a?.some(u=>u!=="all"))throw new p('The "all" status cannot be combined with other statuses.',f.USAGE);let d=c?void 0:a,l=d?new Set(d):void 0;return{items:(await be(n,r.item_format,i.type_to_folder,void 0,r.schema)).filter(u=>(!l||l.has(u.status))&&(!t||new Date(u.created_at).getTime()>=t.getTime())).sort((u,m)=>u.id.localeCompare(m.id)).map(u=>({item:u,prepared:Ao(u.title)})),statuses:d}}function hh(e,t=ph){let n=new Set,r=[new Map,new Map,new Map];for(let[i,s]of e.entries()){let o=[[s.prepared.normalized],s.prepared.issueCodes,s.prepared.tokens];for(let[a,c]of o.entries())for(let d of c){let l=r[a].get(d)??[];for(let u of l)n.add(`${u}:${i}`);if(n.size>t)throw new p(`Duplicate sweep exceeded ${ph} candidate pairs; narrow it with statuses or since.`,f.CONFLICT,{code:"duplicate_sweep_cost_limit",required:"Narrow the batch duplicate query until its deterministic candidate set fits the disclosed safety bound."});l.push(i),r[a].set(d,l)}}return n}var $K={buildDuplicateClusters:wh,collectDuplicateCandidatePairs:hh,createDuplicateUnionFind:yh};function yh(e){let t=Array.from({length:e},(r,i)=>i);return{parent:t,findRoot:r=>{let i=r;for(;t[i]!==i;)i=t[i];for(;t[r]!==r;){let s=t[r];t[r]=i,r=s}return i}}}function TC(e,t,n,r){let i=[];for(let s of t){let[o,a]=s.split(":").map(u=>Number.parseInt(u,10)),c=Io(e[o].prepared,e[a].prepared);if(c.score<n)continue;let d=r.findRoot(o),l=r.findRoot(a);d!==l&&(r.parent[l]=d),i.push({left_id:e[o].item.id,right_id:e[a].item.id,...c})}return i}function wh(e,t,n,r){let i=new Map;for(let s of e.keys()){let o=n.findRoot(s),a=i.get(o)??[];a.push(s),i.set(o,a)}return[...i.values()].filter(s=>s.length>1).map(s=>{let o=new Set(s.map(c=>e[c].item.id)),a=t.filter(c=>o.has(c.left_id)&&o.has(c.right_id)).sort((c,d)=>d.score-c.score||c.left_id.localeCompare(d.left_id)||c.right_id.localeCompare(d.right_id));return{id:e[s[0]].item.id,items:s.map(c=>{let d=e[c].item;return{id:d.id,title:d.title,status:d.status,type:d.type}}),matches:a,max_score:a[0]?.score??0}}).sort((s,o)=>o.max_score-s.max_score||s.id.localeCompare(o.id)).slice(0,r)}function xC(e,t,n,r,i){return t.filter(s=>!n.has(s.id)).map(s=>({id:s.id,title:s.title,status:s.status,type:s.type,...Co(e,s.title)})).filter(s=>s.score>=r).sort((s,o)=>o.score-s.score||s.id.localeCompare(o.id)).slice(0,i)}async function AC(e,t={}){let n=e.title.trim();if(n.length===0)throw new p("Similarity candidate title must not be empty.",f.USAGE);let{limit:r,threshold:i}=gh(t),s=R(t.cwd??process.cwd(),t.pmRoot),o=await I(s),a=U(o),c=await gi(s,Object.values(a.type_to_folder)),d=xo(n),l=c&&d.length>0?await ou({pmRoot:s,expectedSourceCursor:c.source_cursor,query:d.map(_=>`"${_.replaceAll('"','""')}"`).join(" OR "),limit:Math.max(r*10,50)}):null,u=l===null?await be(s,o.item_format,a.type_to_folder,void 0,o.schema):l.items,m=xC(n,u,new Set(e.excludeIds??[]),i,r);return{items:m,count:m.length,threshold:i,source:l?"persistent_index":"metadata_fallback"}}async function vh(e={}){let{threshold:t}=gh({...e,limit:void 0}),{limit:n,since:r}=EC(e),{items:i,statuses:s}=await SC(e,r),o=hh(i),a=yh(i.length),c=TC(i,o,t,a),d=wh(i,c,a,n);return{clusters:d,count:d.length,threshold:t,source:"metadata_scan",filters:{statuses:s??null,since:e.since??null},cost:{item_count:i.length,candidate_pairs:o.size,scored_pairs:o.size}}}async function lc(e,t){if(t.mode==="off")return;let n=await AC(e,t);if(n.count===0)return;let r=await kC(n,t),i=t.mode==="strict"&&t.allowDuplicate===!0;if(t.mode==="strict"&&!i){let s=n.items.map(a=>`${a.id} (${a.status}): ${a.title}`).join("; "),o=r.action==="reopen"?"Reopen the canonical item":"Reuse the canonical item";throw new p(`Likely duplicate item(s) found: ${s}. ${o} or pass --allow-duplicate with explicit intent.`,f.CONFLICT,{code:"likely_duplicate",required:`${o}, or explicitly acknowledge the duplicate with --allow-duplicate.`,recovery:{suggested_flags:["--allow-duplicate"],suggested_retry:r.command,suggested_retry_args:r.args}})}return{mode:t.mode,bypassed:i,result:n,recovery: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]="44e6a87d-0ca5-53af-b199-b66bb2b98fb5")}catch{}})();var $t=["command","cmd","path","scope","timeout","timeout_seconds","pm_context_mode","workspace_context_mode","env_set","env_clear","shared_host_safe","assert_stdout_contains","assert_stdout_regex","assert_stderr_contains","assert_stderr_regex","assert_stdout_min_lines","assert_json_field_equals","assert_json_field_gte","note"],CC=new Set($t),IC=$t.map(e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join("|"),RC=new RegExp(`^(?:[-*+]\\s+)?(?:${IC})\\s*[:=]`,"i");function ss(e){return e.startsWith("```")||e.includes(`
15
- `)?!0:RC.test(e)}function os(e,t){let n={},r=[];for(let[i,s]of Object.entries(e)){let o=i.toLowerCase();if(!CC.has(o)){r.push(i);continue}if(Object.hasOwn(n,o))throw new p(`${t} provides key "${i}" more than once after case normalization`,f.USAGE);n[o]=s}if(r.length>0)throw new p(`${t} does not recognize key${r.length>1?"s":""} ${r.map(i=>`"${i}"`).join(", ")}. Allowed keys: ${$t.join(", ")}.`,f.USAGE);if(n.cmd!==void 0){if(n.command!==void 0&&n.command.trim()!==n.cmd.trim())throw new p(`${t} command and cmd must match when both are provided`,f.USAGE);let{cmd:i,...s}=n;return{...s,command:s.command??i}}return n}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="64adcc3c-3646-5990-9442-4c4374a2dc7d")}catch{}})();var Gt=new Set(["PM_PATH","PM_GLOBAL_PATH","PM_SOURCE_PM_PATH","PM_SOURCE_WORKSPACE_ROOT",Hn,gf,"FORCE_COLOR"]),ds=/^[A-Za-z_][A-Za-z0-9_]*$/,jt=["schema","tracker","auto"],bh=["source","isolated","snapshot"];function br(e,t){if(!e)return;let n=e.split(/[;\n]/).map(i=>i.trim()).filter(i=>i.length>0);if(n.length===0)throw new p(`${t} env_set must include at least one KEY=VALUE assignment`,f.USAGE);let r=Object.create(null);for(let i of n){let s=i.indexOf("=");if(s<=0)throw new p(`${t} env_set entries must use KEY=VALUE and be separated by semicolons. Example: env_set=PORT=0;PLAYWRIGHT_BASE_URL=http://127.0.0.1:4173`,f.USAGE);let o=i.slice(0,s).trim(),a=i.slice(s+1);if(!ds.test(o))throw new p(`${t} env_set key "${o}" is invalid`,f.USAGE);if(Gt.has(o.toUpperCase()))throw new p(`${t} env_set key "${o}" is reserved for sandbox safety`,f.USAGE);r[o]=a}return Object.keys(r).length>0?r:void 0}function kr(e,t){if(!e)return;let n=zn(e,{separators:/[;,\n]/});if(n.length===0)throw new p(`${t} env_clear must include at least one environment variable name`,f.USAGE);for(let r of n){if(!ds.test(r))throw new p(`${t} env_clear key "${r}" is invalid`,f.USAGE);if(Gt.has(r.toUpperCase()))throw new p(`${t} env_clear key "${r}" is reserved for sandbox safety`,f.USAGE)}return n}function ls(e,t,n){if(!e)return;let r=e.trim().toLowerCase();if(r==="true"||r==="1"||r==="yes")return!0;if(r==="false"||r==="0"||r==="no")return!1;throw new p(`${t} ${n} must be one of true|false|1|0|yes|no`,f.USAGE)}function us(e,t){if(!e)return;let n=e.trim().toLowerCase();if(jt.includes(n))return n;throw new p(`${t} pm_context_mode must be one of: ${jt.join(", ")}`,f.USAGE)}function qt(e,t){if(!e)return;let n=e.trim().toLowerCase();if(bh.includes(n))return n;throw new p(`${t} workspace_context_mode must be one of: ${bh.join(", ")}`,f.USAGE)}function Kt(e){if(!e)return;let t=zn(e,{separators:/[;\n]/});return t.length>0?t:void 0}function Tn(e,t,n){let r=Kt(e);if(!(!r||r.length===0)){for(let i of r)try{new RegExp(i,"m")}catch(s){throw new p(`${t} ${n} includes invalid regex "${i}": ${s instanceof Error?s.message:String(s)}`,f.USAGE)}return r}}function ms(e,t){if(!e)return;let n=me(e,"assert_stdout_min_lines");if(!Number.isInteger(n)||n<0)throw new p(`${t} assert_stdout_min_lines must be an integer >= 0`,f.USAGE);return n}function fs(e,t){if(!e)return;let n=e.split(/[;\n]/).map(i=>i.trim()).filter(i=>i.length>0);if(n.length===0)throw new p(`${t} assert_json_field_equals must include at least one path=value assignment`,f.USAGE);let r=Object.create(null);for(let i of n){let s=i.indexOf("=");if(s<=0)throw new p(`${t} assert_json_field_equals entries must use path=value and be separated by semicolons`,f.USAGE);let o=i.slice(0,s).trim(),a=i.slice(s+1).trim();if(o.length===0||a.length===0)throw new p(`${t} assert_json_field_equals entries must include non-empty path and value`,f.USAGE);r[o]=a}return Object.keys(r).length>0?r:void 0}function ps(e,t){if(!e)return;let n=e.split(/[;\n]/).map(i=>i.trim()).filter(i=>i.length>0);if(n.length===0)throw new p(`${t} assert_json_field_gte must include at least one path=value assignment`,f.USAGE);let r=Object.create(null);for(let i of n){let s=i.indexOf("=");if(s<=0)throw new p(`${t} assert_json_field_gte entries must use path=value and be separated by semicolons`,f.USAGE);let o=i.slice(0,s).trim(),a=i.slice(s+1).trim();if(o.length===0||a.length===0)throw new p(`${t} assert_json_field_gte entries must include non-empty path and value`,f.USAGE);let c=Number(a);if(!Number.isFinite(c))throw new p(`${t} assert_json_field_gte value for "${o}" must be numeric`,f.USAGE);r[o]=c}return Object.keys(r).length>0?r:void 0}var OC=new Set($t);function _s(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function NC(e,t){let n={},r=[];for(let[i,s]of Object.entries(e)){let o=i.toLowerCase();if(!OC.has(o)){r.push(i);continue}if(Object.hasOwn(n,o))throw t(`provides key "${i}" more than once after case normalization`);n[o]=s}if(r.length>0)throw t(`does not recognize key${r.length>1?"s":""} ${r.map(i=>`"${i}"`).join(", ")}. Allowed keys: ${$t.join(", ")}.`);return n}function Ut(e,t,n){if(!Object.hasOwn(e,t))return;let r=e[t];if(r!==void 0){if(typeof r!="string")throw n(`field "${t}" must be a JSON string`);return r}}function as(e,t,n){if(!Object.hasOwn(e,t))return;let r=e[t];if(r===void 0)return;let i=typeof r=="string"?[r]:r;if(!Array.isArray(i)||i.some(o=>typeof o!="string"))throw n(`field "${t}" must be a string or an array of strings`);let s=i.filter(o=>o.length>0);return s.length>0?s:void 0}function kh(e,t,n){let r=as(e,t,n);if(r){for(let i of r)try{new RegExp(i,"m")}catch(s){throw n(`field "${t}" includes invalid regex "${i}": ${s instanceof Error?s.message:String(s)}`)}return r}}function cs(e,t,n){let r=typeof e=="number"?e:typeof e=="string"&&e.trim().length>0?Number(e.trim()):Number.NaN;if(typeof e=="boolean"||!Number.isFinite(r))throw n(`field "${t}" must be a finite number (or numeric string)`);return r}function LC(e,t){let n=e.timeout_seconds,r=e.timeout;if(n===void 0&&r===void 0)return;let i=n===void 0?void 0:cs(n,"timeout_seconds",t),s=r===void 0?void 0:cs(r,"timeout",t);if(i!==void 0&&s!==void 0&&i!==s)throw t("timeout and timeout_seconds must match when both are provided");let o=i??s;if(!Number.isInteger(o)||o<=0)throw t("timeout_seconds must be a positive integer");return o}function MC(e,t){let n=Ut(e,"scope",t);if(n===void 0)return"project";if(!Me.includes(n))throw t(`field "scope" must be one of: ${Me.join(", ")}`);return n}function DC(e,t){if(!Object.hasOwn(e,"env_set"))return;let n=e.env_set;if(n===void 0)return;if(!_s(n))throw t('field "env_set" must be a JSON object mapping environment names to string values');let r=Object.create(null);for(let[i,s]of Object.entries(n)){if(typeof s!="string")throw t(`field "env_set" value for "${i}" must be a string`);if(!ds.test(i))throw t(`field "env_set" key "${i}" is invalid`);if(Gt.has(i.toUpperCase()))throw t(`field "env_set" key "${i}" is reserved for sandbox safety`);r[i]=s}return Object.keys(r).length>0?r:void 0}function PC(e,t){let n=as(e,"env_clear",t);if(n){for(let r of n){if(!ds.test(r))throw t(`field "env_clear" key "${r}" is invalid`);if(Gt.has(r.toUpperCase()))throw t(`field "env_clear" key "${r}" is reserved for sandbox safety`)}return n}}function FC(e,t,n){if(!Object.hasOwn(e,t))return;let r=e[t];if(r!==void 0){if(typeof r!="boolean")throw n(`field "${t}" must be a JSON boolean (true or false)`);return r}}function $C(e,t){if(!Object.hasOwn(e,"assert_stdout_min_lines"))return;let n=e.assert_stdout_min_lines;if(n===void 0)return;let r=cs(n,"assert_stdout_min_lines",t);if(!Number.isInteger(r)||r<0)throw t('field "assert_stdout_min_lines" must be an integer >= 0');return r}function UC(e,t){if(!Object.hasOwn(e,"assert_json_field_equals"))return;let n=e.assert_json_field_equals;if(n===void 0)return;if(!_s(n))throw t('field "assert_json_field_equals" must be a JSON object mapping field paths to expected values');let r=Object.create(null);for(let[i,s]of Object.entries(n)){if(i.trim().length===0)throw t('field "assert_json_field_equals" keys must be non-empty field paths');if(typeof s!="string"&&typeof s!="number"&&typeof s!="boolean")throw t(`field "assert_json_field_equals" value for "${i}" must be a string, number, or boolean`);r[i]=String(s)}return Object.keys(r).length>0?r:void 0}function jC(e,t){if(!Object.hasOwn(e,"assert_json_field_gte"))return;let n=e.assert_json_field_gte;if(n===void 0)return;if(!_s(n))throw t('field "assert_json_field_gte" must be a JSON object mapping field paths to numeric minimums');let r=Object.create(null);for(let[i,s]of Object.entries(n)){if(i.trim().length===0)throw t('field "assert_json_field_gte" keys must be non-empty field paths');r[i]=cs(s,`assert_json_field_gte.${i}`,t)}return Object.keys(r).length>0?r:void 0}function GC(e,t,n){let r=m=>new p(`${n} ${t} ${m}`,f.USAGE);if(!_s(e))throw r(`must be a JSON object with linked-test fields. Allowed keys: ${$t.join(", ")}.`);let i=NC(e,r),s=Ut(i,"command",r),o=Ut(i,"cmd",r);if(s!==void 0&&o!==void 0&&s!==o)throw r("command and cmd must match when both are provided");let a=s??o;if(a===void 0||a.trim().length===0)throw r('requires a non-empty "command" string');let c=Ut(i,"path",r),d=Ut(i,"pm_context_mode",r);if(d!==void 0&&!jt.includes(d))throw r(`field "pm_context_mode" must be one of: ${jt.join(", ")}`);let l=qt(Ut(i,"workspace_context_mode",r),`${n} ${t}`),u=Ut(i,"note",r);return{command:a,path:c!==void 0&&c.length>0?c:void 0,scope:MC(i,r),timeout_seconds:LC(i,r),pm_context_mode:d,workspace_context_mode:l,env_set:DC(i,r),env_clear:PC(i,r),shared_host_safe:FC(i,"shared_host_safe",r),assert_stdout_contains:as(i,"assert_stdout_contains",r),assert_stdout_regex:kh(i,"assert_stdout_regex",r),assert_stderr_contains:as(i,"assert_stderr_contains",r),assert_stderr_regex:kh(i,"assert_stderr_regex",r),assert_stdout_min_lines:$C(i,r),assert_json_field_equals:UC(i,r),assert_json_field_gte:jC(i,r),note:u!==void 0&&u.trim().length>0?u.trim():void 0}}function Eh(e,t){let n=e.trim();if(n.length===0)throw new p(`${t} requires a JSON object or array of objects describing linked-test entries`,f.USAGE);let r;try{r=JSON.parse(n)}catch(s){throw new p(`${t} value is not valid JSON: ${s instanceof Error?s.message:String(s)}. Provide a JSON object or array of objects, e.g. '{"command":"node scripts/check.js --flag value, with commas","timeout_seconds":120}'.`,f.USAGE)}let i=Array.isArray(r)?r:[r];if(i.length===0)throw new p(`${t} array must include at least one linked-test entry object`,f.USAGE);return i.map((s,o)=>GC(s,i.length>1?`entry ${o+1}`:"entry",t))}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="002f45a2-edc3-5aa0-9af8-d9b1dfecc097")}catch{}})();var qC={comment:"--clear-comments",dep:"--clear-deps",doc:"--clear-docs",event:"--clear-events",file:"--clear-files",learning:"--clear-learnings",note:"--clear-notes",reminder:"--clear-reminders",test:"--clear-tests",typeOption:"--clear-type-options"};function KC(e){return qC[e]}function uc(e){return KC(e)!==void 0}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="39a36d42-29b1-5f0f-a8b2-f3bfc0ef78c2")}catch{}})();var zC="hierarchy-integrity";async function gs(e){let t=e.required?await nn(e.pmRoot,zC,e.ttlSeconds,e.author,!1,!1,e.waitMs):async()=>{},n=!1;return async()=>{n||(n=!0,await t())}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="dcbb6070-7457-5454-abf1-fa8153c8efd6")}catch{}})();function hs(e){let t=e.trim();return t.toLowerCase()==="med"?"medium":t}function ys(e){let t=e.trim();return t.toLowerCase()==="med"?"medium":t}function ws(e){let t=e.trim().toLowerCase();if(t==="med")return"medium";if(Md.includes(t))return t;let n=me(e,"confidence");if(!Number.isInteger(n)||n<0||n>100)throw new p("Confidence must be an integer 0..100 or one of low|med|medium|high",f.USAGE);return n}function vs(e){let t=e.trim().toLowerCase();if(t==="true"||t==="1")return!0;if(t==="false"||t==="0")return!1;throw new p("Regression must be one of true|false|1|0",f.USAGE)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="afc4f3d5-ba5e-5dd7-abc9-531b319cdb4e")}catch{}})();var BC=new Set(["none","null"]);function bs(e={}){return[{optionKey:"dep",clearFlagKey:"clearDeps",valueFlag:"--dep",clearFlag:"--clear-deps",...e.depDisableFlagKey===void 0?{}:{disableFlagKey:e.depDisableFlagKey}},{optionKey:"comment",clearFlagKey:"clearComments",valueFlag:"--comment",clearFlag:"--clear-comments"},{optionKey:"note",clearFlagKey:"clearNotes",valueFlag:"--note",clearFlag:"--clear-notes"},{optionKey:"learning",clearFlagKey:"clearLearnings",valueFlag:"--learning",clearFlag:"--clear-learnings"},{optionKey:"file",clearFlagKey:"clearFiles",valueFlag:"--file",clearFlag:"--clear-files",...e.fileDisableFlagKey===void 0?{}:{disableFlagKey:e.fileDisableFlagKey}},{optionKey:"test",clearFlagKey:"clearTests",valueFlag:"--test",clearFlag:"--clear-tests",...e.testDisableFlagKey===void 0?{}:{disableFlagKey:e.testDisableFlagKey}},{optionKey:"doc",clearFlagKey:"clearDocs",valueFlag:"--doc",clearFlag:"--clear-docs",...e.docDisableFlagKey===void 0?{}:{disableFlagKey:e.docDisableFlagKey}},{optionKey:"reminder",clearFlagKey:"clearReminders",valueFlag:"--reminder",clearFlag:"--clear-reminders"},{optionKey:"event",clearFlagKey:"clearEvents",valueFlag:"--event",clearFlag:"--clear-events"},{optionKey:"typeOption",clearFlagKey:"clearTypeOptions",valueFlag:"--type-option",clearFlag:"--clear-type-options"}]}function qe(e){return e===void 0?!1:BC.has(e.trim().toLowerCase())}function ks(e,t,n){if(!qe(e))return;let r=n?` ${n}`:"";throw new p(`${t} no longer accepts "none" or "null".${r}`.trim(),f.USAGE)}function Ie(e,t,n){if(!e||e.length===0||!e.some(s=>qe(s)))return;let i=n?` ${n}`:"";throw new p(`${t} no longer accepts "none" or "null".${i}`.trim(),f.USAGE)}function Es(e,t){for(let n of t){let r=e[n.optionKey];if(!Array.isArray(r)||r.length===0)continue;if(!r.every(a=>typeof a=="string"))throw new p(`${n.valueFlag} entries must be strings.`,f.USAGE);let i=r;if(!i.some(a=>qe(a)))continue;if(i.filter(a=>!qe(a)).length>0)throw new p(`Cannot mix legacy clear token "none"/"null" with concrete ${n.valueFlag} entries. Use ${n.clearFlag} to clear or provide explicit entries.`,f.USAGE);e[n.optionKey]=void 0,e[n.clearFlagKey]=!0,n.disableFlagKey&&(e[n.disableFlagKey]=!1)}return e}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="e009d7f9-8d50-519a-9a43-632efd3bf443")}catch{}})();var WC=new Set(["event","meeting","reminder","milestone","decision","adr"]);function Sh(e,t,n,r){if(WC.has(t.trim().toLowerCase())||n!==r.open_status)return;let i=ni("in_progress",r);if(!(i===void 0||i===r.open_status))return{command:`pm start-task ${e}`,to_status: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]="0062e981-158a-5e6a-b028-6c7cef0f59ba")}catch{}})();var mc=[{canonical:"tags",aliases:["tags"],optionKey:"tags",metadataKey:"tags"}],fc=[{canonical:"deadline",aliases:["deadline"],optionKey:"deadline",metadataKey:"deadline"},{canonical:"estimate",aliases:["estimate","estimated_minutes","estimated-minutes"],optionKey:"estimatedMinutes",metadataKey:"estimated_minutes"},{canonical:"acceptance-criteria",aliases:["acceptance_criteria","acceptance-criteria","ac"],optionKey:"acceptanceCriteria",metadataKey:"acceptance_criteria"},{canonical:"definition-of-ready",aliases:["definition_of_ready","definition-of-ready"],optionKey:"definitionOfReady",metadataKey:"definition_of_ready"},{canonical:"order",aliases:["order","rank"],optionKey:"order",metadataKey:"order"},{canonical:"goal",aliases:["goal"],optionKey:"goal",metadataKey:"goal"},{canonical:"objective",aliases:["objective"],optionKey:"objective",metadataKey:"objective"},{canonical:"value",aliases:["value"],optionKey:"value",metadataKey:"value"},{canonical:"impact",aliases:["impact"],optionKey:"impact",metadataKey:"impact"},{canonical:"outcome",aliases:["outcome"],optionKey:"outcome",metadataKey:"outcome"},{canonical:"why-now",aliases:["why_now","why-now"],optionKey:"whyNow",metadataKey:"why_now"}],Th=[...mc,...fc],Ss=[{canonical:"assignee",aliases:["assignee"],optionKey:"assignee",metadataKey:"assignee"},{canonical:"parent",aliases:["parent"],optionKey:"parent",metadataKey:"parent"},{canonical:"reviewer",aliases:["reviewer"],optionKey:"reviewer",metadataKey:"reviewer"},{canonical:"risk",aliases:["risk"],optionKey:"risk",metadataKey:"risk"},{canonical:"confidence",aliases:["confidence"],optionKey:"confidence",metadataKey:"confidence"},{canonical:"sprint",aliases:["sprint"],optionKey:"sprint",metadataKey:"sprint"},{canonical:"release",aliases:["release"],optionKey:"release",metadataKey:"release"},{canonical:"blocked-by",aliases:["blocked_by","blocked-by"],optionKey:"blockedBy",metadataKey:"blocked_by"},{canonical:"blocked-reason",aliases:["blocked_reason","blocked-reason"],optionKey:"blockedReason",metadataKey:"blocked_reason"},{canonical:"unblock-note",aliases:["unblock_note","unblock-note"],optionKey:"unblockNote",metadataKey:"unblock_note"},{canonical:"reporter",aliases:["reporter"],optionKey:"reporter",metadataKey:"reporter"},{canonical:"severity",aliases:["severity"],optionKey:"severity",metadataKey:"severity"},{canonical:"environment",aliases:["environment"],optionKey:"environment",metadataKey:"environment"},{canonical:"repro-steps",aliases:["repro_steps","repro-steps"],optionKey:"reproSteps",metadataKey:"repro_steps"},{canonical:"resolution",aliases:["resolution"],optionKey:"resolution",metadataKey:"resolution"},{canonical:"expected-result",aliases:["expected_result","expected-result"],optionKey:"expectedResult",metadataKey:"expected_result"},{canonical:"actual-result",aliases:["actual_result","actual-result"],optionKey:"actualResult",metadataKey:"actual_result"},{canonical:"affected-version",aliases:["affected_version","affected-version"],optionKey:"affectedVersion",metadataKey:"affected_version"},{canonical:"fixed-version",aliases:["fixed_version","fixed-version"],optionKey:"fixedVersion",metadataKey:"fixed_version"},{canonical:"component",aliases:["component"],optionKey:"component",metadataKey:"component"},{canonical:"regression",aliases:["regression"],optionKey:"regression",metadataKey:"regression"},{canonical:"customer-impact",aliases:["customer_impact","customer-impact"],optionKey:"customerImpact",metadataKey:"customer_impact"}];function Ts(e){let t=new Set,n=new Set;if(!e.raw||e.raw.length===0)return{metadataKeys:t,optionKeys:n};for(let r of e.raw){let i=r.trim().toLowerCase();if(!i)throw new p("--unset values must not be empty",f.USAGE);if(qe(i))throw new p('--unset no longer accepts "none" or "null". Specify concrete field names such as --unset deadline',f.USAGE);let s=e.resolveDefinition(i);if(!s)throw new p(`Unsupported --unset field "${r}". Supported fields: ${e.supportedFields}`,f.USAGE);t.add(s.metadataKey),n.add(s.optionKey)}return{metadataKeys:t,optionKeys:n}}function xs(e,t,n){let r=e.trim().toLowerCase();if(!n)return;let i=n.command_to_fields?.get(t)??[];for(let s of i){if(s.allow_unset===!1)continue;let o=new Set;if(typeof s.key=="string"&&s.key.length>0&&o.add(s.key.toLowerCase()),typeof s.metadata_key=="string"&&s.metadata_key.length>0&&o.add(s.metadata_key.toLowerCase()),typeof s.cli_flag=="string"&&s.cli_flag.length>0&&(o.add(s.cli_flag.replaceAll("-","_").toLowerCase()),o.add(s.cli_flag.toLowerCase())),Array.isArray(s.cli_aliases))for(let a of s.cli_aliases)typeof a!="string"||a.length===0||(o.add(a.replaceAll("-","_").toLowerCase()),o.add(a.toLowerCase()));if(o.has(r))return{optionKey:s.key,metadataKey:s.metadata_key}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2fcfbe50-039b-5031-8b18-a208908a0d87")}catch{}})();function Ah(e,t){let n=e.trim().toLowerCase();if(n==="true"||n==="1"||n==="yes")return!0;if(n==="false"||n==="0"||n==="no")return!1;throw new p(`${t} must be one of true|false|1|0|yes|no`,f.USAGE)}function pc(e){return e?e.split("|").map(t=>t.trim()).filter(t=>t.length>0):[]}function Re(e,t,n){if(!t.includes(e))throw new p(`Invalid ${n} value "${e}". Allowed: ${t.join(", ")}`,f.USAGE);return e}var Ch=["recur_freq","recur_interval","recur_count","recur_until","recur_by_weekday","recur_by_month_day","recur_exdates"];function HC(e,t){return t==="defined"?e!==void 0:!!e}function xh(e,t,n){if(!HC(e,n))return;let r=me(e,`event ${t}`);if(!Number.isInteger(r)||r<1)throw new p(`--event ${t} must be an integer >= 1`,f.USAGE);return r}function VC(e,t,n){let r=e?ue(e,n,"event.recur_until"):void 0;if(r&&r<t)throw new p("--event recur_until must be at or after start",f.USAGE);return r}function YC(e){return Array.from(new Set(pc(e).map(t=>Re(t.toLowerCase(),jd,"event weekday")))).sort((t,n)=>fo(t)-fo(n))}function XC(e){return Array.from(new Set(pc(e).map(t=>{let n=me(t,"event recur_by_month_day");if(!Number.isInteger(n)||n<1||n>31)throw new p("--event recur_by_month_day values must be integers 1..31",f.USAGE);return n}))).sort((t,n)=>t-n)}function JC(e,t){return Array.from(new Set(pc(e).map(n=>ue(n,t,"event.recur_exdates")))).sort((n,r)=>n.localeCompare(r))}function Ih(e,t,n,r){let i=e.recur_freq?.trim(),s=e.recur_interval?.trim(),o=e.recur_count?.trim(),a=e.recur_until?.trim(),c=e.recur_by_weekday?.trim(),d=e.recur_by_month_day?.trim(),l=e.recur_exdates?.trim();if(![i,s,o,a,c,d,l].some(E=>E!==void 0))return;if(!i)throw new p("--event recurrence fields require recur_freq=<daily|weekly|monthly|yearly>",f.USAGE);let m=Re(i.toLowerCase(),Ud,"event recurrence frequency"),_=xh(s,"recur_interval",r),g=xh(o,"recur_count",r),h=VC(a,t,n),y=YC(c),w=XC(d),k=JC(l,n);return{freq:m,interval:_,count:g,until:h,by_weekday:y.length>0?y:void 0,by_month_day:w.length>0?w:void 0,exdates:k.length>0?k: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]="d6f359cb-2bc9-5f96-8789-db91512d0bd5")}catch{}})();function Er(e,t,n="--dep"){if(!t&&/[:,=]/.test(e))throw new p(`Invalid ${n} value "${e}". Use a bare item id or id=<id>,kind=<kind>.`,f.USAGE,{code:"dependency_flag_value_invalid",reason:"malformed_dependency_shorthand",flag:n,value:e,required:"Use a bare item id or an explicit id=<id>,kind=<kind> entry."})}function Sr(e,t,n=ke()){for(let r of t??[])try{Zd(e,r.id,r.kind,n)}catch(i){throw new p(Id(i),f.USAGE,{code:"dependency_edge_not_allowed",why:`${e} -> ${r.id} (${r.kind}) violates the active relationship-kind policy`})}}async function Rh(e,t){return(await fe(e,{schema:t})).document.metadata.created_at}async function QC(e,t){if(e.createdAt!==void 0)return e.createdAt;let n=await ee(t.pmRoot,e.id,t.idPrefix,t.itemFormat,t.typeToFolder);return n===null?void 0:Rh(n,t.schema)}function ZC(e){let t=e.registry.require(e.dependency.kind);return new p(`${t.kind} requires source ${e.holder.id} to be created after target ${e.dependency.id}`,f.USAGE,{code:"dependency_temporal_order_invalid",reason:"source_not_after_target",required:`${e.holder.id}.created_at must be later than ${e.dependency.id}.created_at for ${t.kind}.`,why:"Chronological recurrence direction must be validated before the relationship is persisted.",source_id:e.holder.id,source_created_at:e.sourceCreatedAt,target_id:e.dependency.id,target_created_at:e.targetCreatedAt,temporal_order:t.temporalOrder})}async function eI(e){let t=e.dependencies.filter(i=>e.registry.resolve(i.kind)?.temporalOrder==="source_after_target"&&!e.missingTargets.includes(i.id));if(t.length===0||e.holders.length===0)return;let n=new Map(e.resolutions.flatMap(({target:i,located:s})=>s===null?[]:[[i,s]])),r=new Map(await Promise.all([...new Set(t.map(({id:i})=>i))].map(async i=>[i,await Rh(n.get(i),e.context.schema)])));for(let i of e.holders){let s=await QC(i,e.context);if(s!==void 0)for(let o of t){let a=r.get(o.id),c=Date.parse(s),d=Date.parse(a);if(!(Number.isFinite(c)&&Number.isFinite(d)&&c>d))throw ZC({holder:i,dependency:o,sourceCreatedAt:s,targetCreatedAt:a,registry:e.registry})}}}async function As(e){let t=e.registry??ke(),n=(e.dependencies??[]).filter(o=>!af(o.source_kind)),r=[...new Set(n.map(o=>o.id))],i=await Promise.all(r.map(async o=>({target:o,located:await ee(e.pmRoot,o,e.idPrefix,e.itemFormat,e.typeToFolder)}))),s=i.filter(({located:o})=>o===null).map(({target:o})=>o).sort((o,a)=>o<a?-1:1);if(s.length>0&&e.allowUnresolved!==!0)throw new p(`Dependency target${s.length===1?"":"s"} not found: ${s.join(", ")}`,f.NOT_FOUND,{code:"dependency_target_not_found",reason:"unresolved_local_dependency",required:"Every local dependency target must exist before the edge is committed.",why:"Fail-fast target resolution prevents dangling graph nodes and preserves reliable traversal semantics.",unresolved_targets:s,examples:["--dep id=<existing-item-id>,kind=related","--dep id=<external-id>,kind=related,source_kind=external","--allow-unresolved-deps --dep id=<future-item-id>,kind=related"],nextSteps:[`Create or correct ${s.length===1?"the target":"the targets"}, then retry the mutation.`,"Use source_kind=external for a cross-workspace reference.","Use --allow-unresolved-deps only when the dangling local edge is intentional."],recovery:{recovery_mode:"compact",missing:s,suggested_flags:["--allow-unresolved-deps"],suggested_retry:`pm search "${s[0]}" --limit 10`}});return await eI({dependencies:n,missingTargets:s,resolutions:i,holders:e.holders??[],registry:t,context:e}),s.map(o=>`dependency_target_unresolved:${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]="8248687e-ba97-5e1b-afbf-a322a72eb1aa")}catch{}})();var Oh="--event end must be strictly after start. Equal start/end timestamps are treated as an instant event (end is dropped); an end earlier than start is rejected. Omit end for an instant event or set end later than start.",tI="--event end and duration are mutually exclusive; provide only one (use duration=<relative> like duration=2h, duration=30min, or duration=PT30M, or set an explicit end).",nI=/^([+-]?)(\d+)(min|mins|minute|minutes)$/i,rI=/^([+-]?)[Pp][Tt](?:(\d+)[Hh])?(?:(\d+)[Mm])?(?:(\d+)[Ss])?$/,Lh=1e3,_c=60*Lh,iI=60*_c;function Nh(e,t){let n=new Date(e);if(!Number.isFinite(n.getTime()))throw new p(`Invalid event.duration value "${t}". Duration is out of supported timestamp range.`,f.USAGE);return n.toISOString()}function sI(e,t){let n=new Date(e),r=t.trim(),i=nI.exec(r);if(i){let a=i[1]==="-"?-1:1,c=Number.parseInt(i[2],10)*a;return Nh(n.getTime()+c*_c,r)}let s=rI.exec(r);if(s){let[,a,c,d,l]=s;if(c||d||l){let m=a==="-"?-1:1,_=Number.parseInt(c??"0",10),g=Number.parseInt(d??"0",10),h=Number.parseInt(l??"0",10),y=_*iI+g*_c+h*Lh;return Nh(n.getTime()+m*y,r)}}let o=r.startsWith("+")||r.startsWith("-")?r:`+${r}`;return ue(o,n,"event.duration")}function Mh(e,t,n,r){if(t&&n)throw new p(tI,f.USAGE);if(n){let s=sI(e,n);if(s<e)throw new p(Oh,f.USAGE);return s===e?void 0:s}if(!t)return;let i=ue(t,r,"event.end");if(i<e)throw new p(Oh,f.USAGE);if(i!==e)return 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]="fd41d2bf-7be0-55ee-9048-a9d5092a9a21")}catch{}})();var oI=["at","date","text","title"],aI=["start","date","end","duration","title","description","location","timezone","all_day",...Ch],cI=["key","value"];function Dh(e,t){return t==="trimmed"?e?.trim():e}function dI(e,t){return t==="defined"?e!==void 0:!!e}function Cs(e,t,n){return e.map(r=>{let i=Z(r,"--reminder");ge(i,"--reminder",oI);let s=Dh(i.at??i.date,n.valueMode),o=Dh(i.text??i.title,n.valueMode);if(!s||!o)throw new p("--reminder requires at=<iso|relative> or date=<iso|relative>, plus text=<value> or title=<value>",f.USAGE);let a=o.trim();if(!a)throw new p("--reminder text must not be empty",f.USAGE);return{at:ue(s,t,"reminder.at"),text:a}})}function Is(e,t,n){return e.map(r=>{let i=Z(r,"--event");ge(i,"--event",aI);let s=(i.start??i.date)?.trim();if(!s)throw new p("--event requires start=<iso|relative> or date=<iso|relative>",f.USAGE);let o=ue(s,t,"event.start"),a=i.end?.trim(),c=i.duration?.trim(),d=Mh(o,a,c,t),l=i.title,u=i.description,m=i.location,_=i.timezone,g=l?.trim(),h=u?.trim(),y=m?.trim(),w=_?.trim(),k=[["title",l,g],["description",u,h],["location",m,y],["timezone",_,w]];for(let[x,v,T]of k)if(v!==void 0&&!T)throw new p(`--event ${x} must not be empty`,f.USAGE);let E=i.all_day?.trim(),S=Ih(i,o,t,n.recurrenceEmptyNumericGuard),b=dI(E,n.allDayEmptyGuard)?Ah(E,"--event all_day"):void 0;return{start_at:o,end_at:d,title:g,description:h,location:y,all_day:b,timezone:w,recurrence:S}})}function Rs(e){let t={};for(let n of e){let r=n.trim();if(r.length===0)throw new p("--type-option values must not be empty",f.USAGE);let i,s;if(r.includes(",")||r.includes(`
16
- `)||r.startsWith("```")||/^(?:[-*+]\s+)?(?:key|value)\s*[:=]/i.test(r)){let a=Z(r,"--type-option");ge(a,"--type-option",cI),i=a.key?.trim(),s=a.value?.trim()}else{let a=r.indexOf("="),c=r.indexOf(":"),d=a;if(a<=0&&c>0&&(d=c),d<=0||d===r.length-1)throw new p("--type-option requires key=value or key=<name>,value=<value> entries",f.USAGE);i=r.slice(0,d).trim(),s=r.slice(d+1).trim()}if(!i||!s)throw new p("--type-option requires key and value",f.USAGE);t[i]=s}return Object.fromEntries(Object.entries(t).sort((n,r)=>n[0].localeCompare(r[0])))}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="02c41ea1-8d4e-5239-b95a-a07210b63d7f")}catch{}})();var lI=["strict","progressive"],uI=["lightweight"],Uh=new Set(["Reminder","Meeting","Event"]),mI=new Set(["author","created_at","text"]),hc=[...Th,{canonical:"author",aliases:["author"],optionKey:"author",metadataKey:"author"},...Ss],fI=(()=>{let e=new Map;for(let t of hc)for(let n of t.aliases)e.set(n,{optionKey:t.optionKey,metadataKey:t.metadataKey});return e})(),Os=new Map(hc.map(e=>[e.optionKey,e.canonical])),pI=hc.map(e=>e.canonical).sort((e,t)=>e.localeCompare(t)).join(", ");function _I(e,t){let n=ae(e,t);if(!n){let r=t.definitions.map(i=>i.id);throw new p(`Invalid status value "${e}". Allowed: ${r.join(", ")}`,f.USAGE)}return n}function gI(e,t){let n=e.default_status;if(n!==void 0){let r=ae(n,t);if(r)return r}return t.open_status}function gc(e,t){if(!e||e.trim()===""||e.trim().toLowerCase()==="now")return t;let n=Date.parse(e);if(!Number.isFinite(n))throw new p(`Invalid created_at timestamp "${e}"`,f.USAGE);return new Date(n).toISOString()}var hI=bs();function jh(e){let t={...e,unset:e.unset?[...e.unset]:void 0},n=i=>{let s=t.unset?[...t.unset]:[];s.includes(i)||s.push(i),t.unset=s};qe(t.template)&&(t.template=void 0);let r=new Set([...Os.keys(),"rank"]);for(let i of r){let s=t[i];if(typeof s!="string"||!qe(s))continue;let o=i==="rank"?"order":Os.get(i)??i;n(o),t[i]=void 0}return Pe(e,Es(t,hI))}function he(e){if(e!==void 0)return e}function yI(e,t){return Ts({raw:e,supportedFields:pI,resolveDefinition:n=>fI.get(n)??xs(n,"create",t)})}var Ph=["id","kind","type","author","created_at","source_kind"],Ns=["path","scope","note"];function wI(e,t,n,r){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ie(e,"--dep","Use --clear-deps to clear dependencies."),{values:e.map(s=>{let o=s.trim(),a=yc(o,Ph);Er(o,a);let c=a?Z(s,"--dep"):{id:o,kind:"related"};a&&ge(c,"--dep",Ph);let d=he(c.id),l=vI(he(c.kind??c.type));if(!d||!l)throw new p("--dep requires id and kind, or a bare item id to create a related dependency",f.USAGE);if(d.trim().toLowerCase()==="undefined")throw new p(`--dep id must not use placeholder token "${d}". Use --clear-deps to clear dependencies.`,f.USAGE);let u=Bn(he(c.source_kind)),m=he(c.author);return{id:Wn(d,n,u),kind:Re(l,Fn,"dependency kind"),created_at:gc(c.created_at,t),author:m??r,source_kind:u??"cli:create:dep",author_source:m?"asserted":"detected"}}),explicitEmpty:!1})}function vI(e){return typeof e=="string"?Ot(e)??e.trim():e}function yc(e,t){if(e.startsWith("```")||e.includes(`
17
- `))return!0;let n=t.map(r=>r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join("|");return new RegExp(`^(?:[-*+]\\s+)?(?:${n})\\s*[:=]`,"i").test(e)?!0:Jt(e)}function Bt(e,t,n,r){return!t||t.length===0?{values:void 0,explicitEmpty:!1}:(Ie(t,e,e==="--comment"?"Use --clear-comments to clear comments.":e==="--note"?"Use --clear-notes to clear notes.":"Use --clear-learnings to clear learnings."),{values:t.map(o=>{let a=o.trim(),c=()=>{if(a.length===0)throw new p(`${e} requires text=<value>`,f.USAGE);return{created_at:n,author:r,text:a}},d;try{d=Z(o,e)}catch(m){if(e==="--comment"||e==="--note"||e==="--learning")return c();throw m}if(Object.keys(d).filter(m=>!mI.has(m)).length>0)return{created_at:gc(d.created_at,n),author:he(d.author)??r,text:a};let u=d.text??"";if(u==="")throw new p(`${e} requires text=<value>`,f.USAGE);return{created_at:gc(d.created_at,n),author:he(d.author)??r,text:u}}),explicitEmpty:!1})}function wc(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ie(e,"--file","Use --clear-files to clear linked files."),{values:e.map(n=>{let r=n.trim(),i=yc(r,Ns),s=i?Z(n,"--file"):{path:r};if(i&&ge(s,"--file",Ns),!s.path)throw new p("--file requires path=<value> or a bare file path",f.USAGE);return{path:s.path,scope:Re(s.scope??"project",Me,"file scope"),note:he(s.note)}}),explicitEmpty:!1})}function vc(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ie(e,"--test","Use --clear-tests to clear linked tests."),{values:e.map(n=>{let r=n.trim(),i=ss(r)?os(Z(n,"--test"),"--test"):{command:r},s=he(i.command),o=he(i.path);if(!s)throw new p("--test requires command=<value> or a bare command (path=<value> is optional metadata)",f.USAGE);let a=he(i.timeout_seconds),c=he(i.timeout);if(a&&c&&a!==c)throw new p("--test timeout and timeout_seconds must match when both are provided",f.USAGE);let d=a??c;return{command:s,path:o,scope:Re(i.scope??"project",Me,"test scope"),timeout_seconds:d?me(d,"timeout_seconds"):void 0,pm_context_mode:us(i.pm_context_mode,"--test"),workspace_context_mode:qt(i.workspace_context_mode,"--test"),env_set:br(i.env_set,"--test"),env_clear:kr(i.env_clear,"--test"),shared_host_safe:ls(i.shared_host_safe,"--test","shared_host_safe"),assert_stdout_contains:Kt(i.assert_stdout_contains),assert_stdout_regex:Tn(i.assert_stdout_regex,"--test","assert_stdout_regex"),assert_stderr_contains:Kt(i.assert_stderr_contains),assert_stderr_regex:Tn(i.assert_stderr_regex,"--test","assert_stderr_regex"),assert_stdout_min_lines:ms(i.assert_stdout_min_lines,"--test"),assert_json_field_equals:fs(i.assert_json_field_equals,"--test"),assert_json_field_gte:ps(i.assert_json_field_gte,"--test"),note:he(i.note)}}),explicitEmpty:!1})}function bc(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ie(e,"--doc","Use --clear-docs to clear linked docs."),{values:e.map(n=>{let r=n.trim(),i=yc(r,Ns),s=i?Z(n,"--doc"):{path:r};if(i&&ge(s,"--doc",Ns),!s.path)throw new p("--doc requires path=<value> or a bare doc path",f.USAGE);return{path:s.path,scope:Re(s.scope??"project",Me,"doc scope"),note:he(s.note)}}),explicitEmpty:!1})}function bI(e,t){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ie(e,"--reminder","Use --clear-reminders to clear reminders."),{values:Cs(e,new Date(t),{valueMode:"raw"}),explicitEmpty:!1})}function kI(e,t){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ie(e,"--event","Use --clear-events to clear linked events."),{values:Is(e,new Date(t),{allDayEmptyGuard:"defined",recurrenceEmptyNumericGuard:"defined"}),explicitEmpty:!1})}function EI(e,t,n,r=[]){let i=[...Sd.filter(s=>e[s]!==void 0),...r.filter(s=>e[s]!==void 0),...t.length>0?["body"]:[],...n.map(s=>`unset:${s}`)];return Array.from(new Set(i))}function SI(e,t){let n=e??"";if(t.length===0)return n;let r=`explicit_unset=${t.join(",")}`;return n?`${n} | ${r}`:r}function Fh(e,t,n){let r=$n("create",e);if(!r)throw new p(`Unsupported ${n} entry "${e}" for type "${t}"`,f.CONFLICT);return r}function TI(e){return{scalarValues:{title:e.title,description:e.description,type:e.type,status:e.status,priority:e.priority,tags:e.tags,body:e.body,deadline:e.deadline,estimatedMinutes:e.estimatedMinutes,acceptanceCriteria:e.acceptanceCriteria,definitionOfReady:e.definitionOfReady,order:e.order??e.rank,goal:e.goal,objective:e.objective,value:e.value,impact:e.impact,outcome:e.outcome,whyNow:e.whyNow,author:e.author,message:e.message,assignee:e.assignee,parent:e.parent,reviewer:e.reviewer,risk:e.risk,confidence:e.confidence,sprint:e.sprint,release:e.release,blockedBy:e.blockedBy,blockedReason:e.blockedReason,unblockNote:e.unblockNote,reporter:e.reporter,severity:e.severity,environment:e.environment,reproSteps:e.reproSteps,resolution:e.resolution,expectedResult:e.expectedResult,actualResult:e.actualResult,affectedVersion:e.affectedVersion,fixedVersion:e.fixedVersion,component:e.component,regression:e.regression,customerImpact:e.customerImpact},repeatableValues:{dep:e.dep,comment:e.comment,note:e.note,learning:e.learning,file:e.file,test:e.test,doc:e.doc,reminder:e.reminder,event:e.event,typeOption:e.typeOption,field:e.field},addTags:e.addTags}}function Gh(e,t){if(t==="tags")return e.scalarValues.tags!==void 0||Array.isArray(e.addTags)&&e.addTags.length>0;if(Object.prototype.hasOwnProperty.call(e.scalarValues,t))return e.scalarValues[t]!==void 0;if(Object.prototype.hasOwnProperty.call(e.repeatableValues,t)){let n=e.repeatableValues[t];return Array.isArray(n)&&n.length>0}return!1}function xI(e,t){let n=new Set(["title","type"]);if(t!=="strict")return n;for(let r of e.required_create_fields)n.add(Fh(r,e.name,"required_create_fields"));for(let r of e.required_create_repeatables)n.add(Fh(r,e.name,"required_create_repeatables"));return n}function AI(e,t,n,r){for(let i of e)if(!(!Gh(t,i)&&!n.has(i)))throw new p(`Option ${Se("create",i)} is disabled for type "${r}" by command_option_policies`,f.USAGE)}function CI(e,t,n){if(t!=="strict")return;let r=e.filter(s=>n.has(s)&&!uc(s));if(r.length===0)return;let i=[...new Set(r.map(s=>Se("create",s)))].sort((s,o)=>s.localeCompare(o));throw new p(`Strict create mode requires concrete values for ${i.join(", ")}; --unset/--clear-* directives cannot satisfy required options`,f.USAGE)}function II(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ie(e,"--type-option","Use --clear-type-options to clear existing type options."),{values:Rs(e),explicitEmpty:!1})}async function RI(e){return await Zr(e,[["body","--body"],["description","--description"]],[["dep","--dep"],["comment","--comment"],["note","--note"],["learning","--learning"],["file","--file"],["test","--test"],["doc","--doc"],["reminder","--reminder"],["event","--event"],["typeOption","--type-option"],["field","--field"]])}async function OI(e){return Nt(e)?await RI(e):e}function NI(e,t){if(e===void 0)return t;let n=e.trim().toLowerCase();if(n.length===0)return t;if(n==="strict"||n==="progressive")return n;throw new p(`Invalid --create-mode value "${e}". Allowed: ${lI.join(", ")}`,f.USAGE)}function LI(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0)throw new p("--schedule-preset must not be empty",f.USAGE);if(t==="lightweight"||t==="lite"||t==="schedule-lite")return"lightweight";throw new p(`Invalid --schedule-preset value "${e}". Allowed: ${uI.join(", ")}`,f.USAGE)}function MI(e,t,n){let r=NI(e,n);if(t===void 0)return r;if(typeof e=="string"&&e.trim().length>0&&r==="strict")throw new p("--schedule-preset lightweight cannot be combined with --create-mode strict. Use --create-mode progressive or omit --create-mode.",f.USAGE);return"progressive"}function DI(e,t,n,r){let i=e.name,s=TI(t),o=xI(e,n),a=Xt(e,"create",o);if(a.errors.length>0)throw new p(a.errors.join("; "),f.CONFLICT);AI(a.disabled,s,r,i),CI(a.required,n,r);let c=l=>l==="status"&&e.default_status!==void 0||r.has(l)&&uc(l)?!0:Gh(s,l),d=a.required.filter(l=>!c(l));return[...new Set(d.map(l=>Se("create",l)))].sort((l,u)=>l.localeCompare(u))}var qh=/^Missing required type option "([^"]+)" for type "([^"]+)"$/;function PI(e,t){let n=[];for(let r of e){let i=r.match(qh);i&&i[2]===t&&n.push(i[1])}return[...new Set(n)].sort((r,i)=>r.localeCompare(i))}function FI(e,t){return e.filter(n=>{let r=n.match(qh);return!r||r[2]!==t})}function $I(e,t,n,r){let i=FI(e,t);if(i.length===0)return;let s=Kh(n,[],[],r.open_status);throw new p(i.join("; "),f.USAGE,{code:"invalid_argument_value",required:`Provide valid --type-option key/value pairs for type "${t}".`,examples:[s],nextSteps:[`Run "pm create --help --type ${t}" to review allowed type-option keys and values.`]})}function UI(e,t){let r=e.options.find(i=>i.key===t)?.values[0];return typeof r=="string"&&r.trim().length>0?r:"<value>"}function jI(e,t,n){switch(e){case"--title":return["--title",`"${t} example title"`];case"--description":return["--description",`"${t} example description"`];case"--type":return["--type",t];case"--status":return["--status",n];case"--priority":return["--priority","1"];case"--message":return["--message",`"Create ${t} item"`];case"--dep":return["--dep",'"id=pm-xxxx,kind=related,author=maintainer,created_at=now"'];case"--comment":return["--comment",'"author=maintainer,created_at=now,text=Implementation context"'];case"--note":return["--note",'"author=maintainer,created_at=now,text=Design note"'];case"--learning":return["--learning",'"author=maintainer,created_at=now,text=Durable lesson"'];case"--file":return["--file",'"path=src/example.ts,note=implementation file"'];case"--test":return["--test",'"command=node scripts/run-tests.mjs test,timeout_seconds=240"'];case"--doc":return["--doc",'"path=README.md,note=reference doc"'];default:return[e,'"<value>"']}}function Kh(e,t,n,r){let i=["pm","create","--title",`"${e.name} example title"`,"--description",`"${e.name} example description"`,"--type",e.name],s=["--status","--priority","--message"],o=[...new Set([...s,...t])],a=new Set(["--title","--description","--type"]);for(let c of o)a.has(c)||(i.push(...jI(c,e.name,r)),a.add(c));for(let c of n){let d=UI(e,c);i.push("--type-option",`${c}=${d}`)}return i.join(" ")}function kc(e,t){let n=e?.trim();if(!n)throw t==="--title"?e!==void 0?new p("Title cannot be empty or whitespace-only. Retry: pass a non-empty title with --title.",f.USAGE):new p('Missing required option --title. Why required: every item needs a human-readable title for lookup, search, and reporting. Retry: pass the title as the first positional argument (example: pm create "Fix login bug" --type Issue) or with --title.',f.USAGE):new p(`Missing required option ${t}`,f.USAGE);return n}function GI(e){return fi(e)}function qI(e,t){let n={};for(let[r,i]of Object.entries(e))n[r]=Array.isArray(i)?[...i]:i;for(let[r,i]of Object.entries(t))i!==void 0&&(n[r]=Array.isArray(i)?[...i]:i);return n}function KI(e){return e.trim().toLowerCase().split(/\s+/).filter(t=>t.length>0).join(" ")}function zI(){let e=F();return e?e.commands.some(t=>t.action==="templates-show"||KI(t.command)==="templates show"):!1}function BI(e,t){if(typeof e!="object"||e===null||!("options"in e))throw new p(`Templates package returned invalid payload for template "${t}". Expected an options object.`,f.GENERIC_FAILURE);let n=e.options;if(typeof n!="object"||n===null||Array.isArray(n))throw new p(`Templates package returned invalid options for template "${t}".`,f.GENERIC_FAILURE);let r={};for(let[i,s]of Object.entries(n)){if(typeof s=="string"||typeof s=="number"||typeof s=="boolean"){r[i]=s;continue}if(Array.isArray(s)&&s.every(o=>typeof o=="string")){r[i]=[...s];continue}throw new p(`Templates package returned unsupported option value for "${i}" in template "${t}".`,f.GENERIC_FAILURE)}return r}async function WI(e,t,n){if(!zI())throw new p("--template requires the templates package. Install it first (for example: pm install templates --project).",f.USAGE);let r=await ol({command:"templates show",args:[e],options:{},global:t,pm_root:n});if(!r.handled){let i=r.warnings.length>0?` (${r.warnings.join(", ")})`:"";throw new p(`Unable to resolve template "${e}" via templates package. Run "pm templates show ${e}" for details.${i}`,f.USAGE)}return BI(r.result,e)}function HI(e){return $(e)}function V(e,t,n){return e.has(t)||n===void 0?void 0:he(n)}function zt(e,t,n,r){return e.has(t)||n===void 0?void 0:r(n)}var VI=new Set(["milestone","meeting","reminder","event"]);function zh(e,t,n,r){let i=t!==void 0,s=n!==void 0&&n.length>0,o=r!==void 0&&r.length>0;return VI.has(e.toLowerCase())&&!i&&!s&&!o}function YI(e,t,n,r,i){let s=[];return e.toLowerCase()==="event"&&(i===void 0||i.length===0)&&s.push(`event_without_schedule:${t}:no_time_set`),zh(e,n,r,i)&&s.push(`calendar_item_without_schedule:${t}:no_deadline_or_reminder_or_event (hint: set --deadline <ISO> or --reminder "<when>", or link an Event via --event "start=<ISO>,end=<ISO>"; otherwise this item never appears on pm calendar)`),s}async function XI(e,t,n,r){if(e!==void 0||n.has("parent")||t.parent!==void 0)return{parent:e,parentSource:void 0};let i=await yl(r);return i===void 0?{parent:e,parentSource:void 0}:{parent:i,parentSource:"focus"}}async function JI(e,t,n,r,i,s){let o=li(i);if(mi(r,o,t.id_prefix),await ee(e,o,t.id_prefix,t.item_format,n.type_to_folder))return{parent:o,warnings:[]};let c=ht(o,t.id_prefix);return{parent:o,warnings:ui(c,s).warnings}}async function QI(e){return e.parent===void 0?{parent:void 0,warnings:[]}:await JI(e.pmRoot,e.settings,e.typeRegistry,e.itemId,e.parent,e.policy)}async function ZI(e){if(e.explicitId===void 0)return Yl(e.pmRoot,e.settings.id_prefix,{tokenLength:e.settings.ids.token_length,typeToFolder:e.typeRegistry.type_to_folder,probeExisting:!1});if(typeof e.explicitId!="string")throw new p("--id must be a string",f.USAGE);let t=e.explicitId.trim();if(t.length===0||Xl(t))throw new p("--id must not be empty or use a placeholder token",f.USAGE);let n=ht(t,e.settings.id_prefix);if(!/^[a-z0-9]([a-z0-9-]*[a-z0-9])?$/.test(n))throw new p("--id must contain only letters, numbers, and dashes after normalization",f.USAGE);return n}function $h(e,t,n,r,i){let s=V(e,t,n);if(s===void 0)return{value:void 0,warnings:[]};let o=pi(r,s,i);return{value:o.value,warnings:o.warnings}}async function eR(e){let{pmRoot:t,settings:n,typeRegistry:r,statusRegistry:i,blockedBy:s,status:o,statusExplicit:a,nowValue:c,author:d}=e,l=e.dependencyValues;if(s===void 0)return{dependencyValues:l,status:o};let u=ht(s,n.id_prefix),m=await ee(t,u,n.id_prefix,n.item_format,r.type_to_folder);if(!m)return{dependencyValues:l,status:o};if((l??[]).some(h=>h.id===m.id&&h.kind==="blocked_by")||(l=[...l??[],{id:m.id,kind:"blocked_by",created_at:c,author:d,source_kind:"cli:create:blocked_by",author_source:"detected"}]),a)return{dependencyValues:l,status:o};let g=i.blocked_statuses.has("blocked")?"blocked":[...i.blocked_statuses].sort((h,y)=>h.localeCompare(y))[0]??i.open_status;return{dependencyValues:l,status:g}}function tR(e,t,n){if(typeof e.createMode=="string"&&e.createMode.trim().toLowerCase()==="strict")return;let i=t.governance.create_default_type?.trim();if(i&&i.length>0&&it(i,n)){e.type=i;return}it("Task",n)&&(e.type="Task")}function nR(e,t){return e.options.filter(n=>$n("create",n.key)===void 0).flatMap(n=>{let r=t[n.key];if(r===void 0)return[];if(typeof r=="string"||typeof r=="number"||typeof r=="boolean")return[n];throw new p(`Template custom type option "${n.key}" must be a string, number, or boolean value`,f.USAGE)})}async function rR(e,t,n,r,i){let s=e,o=[];if(s.template!==void 0){let g=s.template.trim();if(g.length===0)throw new p("--template must not be empty. Omit --template to disable template usage.",f.USAGE);let h=await WI(g,t,n);s=jh(qI(h,s))}if(s.type===void 0&&tR(s,r,i),s.type===void 0)throw new p("Missing required option --type <value>",f.USAGE);let a=it(s.type,i);if(!a){let g=Jl(s.type),h=g?it(g,i):void 0;if(h)o.push(`type_coercion:${s.type.trim()}:${h}`),s.type=h,a=h;else throw new p(_i(s.type,i.types,ti(n,r.schema)),f.USAGE)}let c=zr(a,i);if(!c)throw new p(`Invalid type value "${s.type}"`,f.USAGE);let d=c.name,l=nR(c,s),u=l.map(g=>`${g.key}=${String(s[g.key])}`);if(u.length>0){s.typeOption=[...u,...s.typeOption??[]];for(let g of l)delete s[g.key]}let m=LI(s.schedulePreset);if(m!==void 0&&!Uh.has(d))throw new p(`--schedule-preset ${m} is only supported for Reminder, Meeting, or Event types`,f.USAGE);let _=MI(s.createMode,m,r.governance.create_mode_default);return{resolvedOptions:s,typeDefinition:c,type:d,schedulePreset:m,createMode:_,warnings:o}}function iR(e,t){let n=new Set(t.metadataKeys),r=new Set(t.optionKeys),i=[{enabled:e.clearDeps,optionKey:"dep",clearFlag:"--clear-deps",valueFlag:"--dep",values:e.dep,metadataKey:"dependencies"},{enabled:e.clearComments,optionKey:"comment",clearFlag:"--clear-comments",valueFlag:"--comment",values:e.comment,metadataKey:"comments"},{enabled:e.clearNotes,optionKey:"note",clearFlag:"--clear-notes",valueFlag:"--note",values:e.note,metadataKey:"notes"},{enabled:e.clearLearnings,optionKey:"learning",clearFlag:"--clear-learnings",valueFlag:"--learning",values:e.learning,metadataKey:"learnings"},{enabled:e.clearFiles,optionKey:"file",clearFlag:"--clear-files",valueFlag:"--file",values:e.file,metadataKey:"files"},{enabled:e.clearTests,optionKey:"test",clearFlag:"--clear-tests",valueFlag:"--test",values:e.test,metadataKey:"tests"},{enabled:e.clearDocs,optionKey:"doc",clearFlag:"--clear-docs",valueFlag:"--doc",values:e.doc,metadataKey:"docs"},{enabled:e.clearReminders,optionKey:"reminder",clearFlag:"--clear-reminders",valueFlag:"--reminder",values:e.reminder,metadataKey:"reminders"},{enabled:e.clearEvents,optionKey:"event",clearFlag:"--clear-events",valueFlag:"--event",values:e.event,metadataKey:"events"},{enabled:e.clearTypeOptions,optionKey:"typeOption",clearFlag:"--clear-type-options",valueFlag:"--type-option",values:e.typeOption,metadataKey:"type_options"}];for(let s of i)if(s.enabled){if(s.values&&s.values.length>0)throw new p(`Cannot combine ${s.clearFlag} with ${s.valueFlag}`,f.USAGE);n.add(s.metadataKey),r.add(s.optionKey)}return{explicitUnsets:n,clearOptionKeys:r}}function sR(e,t){let n={tags:e.tags!==void 0,deadline:e.deadline!==void 0,estimatedMinutes:e.estimatedMinutes!==void 0,acceptanceCriteria:e.acceptanceCriteria!==void 0,definitionOfReady:e.definitionOfReady!==void 0,order:e.order!==void 0||e.rank!==void 0,goal:e.goal!==void 0,objective:e.objective!==void 0,value:e.value!==void 0,impact:e.impact!==void 0,outcome:e.outcome!==void 0,whyNow:e.whyNow!==void 0,author:e.author!==void 0,assignee:e.assignee!==void 0,parent:e.parent!==void 0,reviewer:e.reviewer!==void 0,risk:e.risk!==void 0,confidence:e.confidence!==void 0,sprint:e.sprint!==void 0,release:e.release!==void 0,blockedBy:e.blockedBy!==void 0,blockedReason:e.blockedReason!==void 0,unblockNote:e.unblockNote!==void 0,reporter:e.reporter!==void 0,severity:e.severity!==void 0,environment:e.environment!==void 0,reproSteps:e.reproSteps!==void 0,resolution:e.resolution!==void 0,expectedResult:e.expectedResult!==void 0,actualResult:e.actualResult!==void 0,affectedVersion:e.affectedVersion!==void 0,fixedVersion:e.fixedVersion!==void 0,component:e.component!==void 0,regression:e.regression!==void 0,customerImpact:e.customerImpact!==void 0};for(let[r,i]of Object.entries(n)){if(!i||!t.optionKeys.has(r))continue;let s=Os.get(r)??r;throw new p(`Cannot combine --unset ${s} with ${Se("create",r)}`,f.USAGE)}}function oR(e){let t=(n,r)=>{let i=Os.get(r),s=i?`Use --unset ${i} to clear this field.`:void 0;ks(n,Se("create",r),s)};t(e.tags,"tags"),t(e.deadline,"deadline"),t(e.estimatedMinutes,"estimatedMinutes"),t(e.acceptanceCriteria,"acceptanceCriteria"),t(e.definitionOfReady,"definitionOfReady"),t(e.order??e.rank,"order"),t(e.goal,"goal"),t(e.objective,"objective"),t(e.value,"value"),t(e.impact,"impact"),t(e.outcome,"outcome"),t(e.whyNow,"whyNow"),t(e.author,"author"),t(e.assignee,"assignee"),t(e.parent,"parent"),t(e.reviewer,"reviewer"),t(e.risk,"risk"),t(e.confidence,"confidence"),t(e.sprint,"sprint"),t(e.release,"release"),t(e.blockedBy,"blockedBy"),t(e.blockedReason,"blockedReason"),t(e.unblockNote,"unblockNote"),t(e.reporter,"reporter"),t(e.severity,"severity"),t(e.environment,"environment"),t(e.reproSteps,"reproSteps"),t(e.resolution,"resolution"),t(e.expectedResult,"expectedResult"),t(e.actualResult,"actualResult"),t(e.affectedVersion,"affectedVersion"),t(e.fixedVersion,"fixedVersion"),t(e.component,"component"),t(e.regression,"regression"),t(e.customerImpact,"customerImpact")}function aR(e,t,n){for(let r of Object.keys(e))if(n.metadataKeys.has(r))throw new p(`Cannot combine --unset ${r.replaceAll("_","-")} with --field ${r}=...`,f.USAGE);for(let r of Object.keys(t.values??{}))if(n.metadataKeys.has(r))throw new p(`Cannot combine --unset ${r.replaceAll("_","-")} with its value flag`,f.USAGE)}function cR(e){let{combinedMissingFlags:t,typeDefinition:n,missingRequiredCreateFlags:r,missingRequiredTypeOptionKeys:i,openStatus:s,type:o,createMode:a,missingRequiredRuntimeFields:c}=e;if(t.length===0)return;let d=c.map(_=>{let g=_.type==="boolean"?"<true|false>":_.type==="array"?"<json-array>":_.type==="object"?"<json-object>":_.type==="number"?"<number>":_.type==="string_array"||_.repeatable?"<value>":"<string>";return{example:`--${_.cli_flag} ${g}`,description:`--${_.cli_flag} maps to ${_.metadata_key} (${_.type}${_.repeatable?", repeatable":""})`}}),l=[Kh(n,r,i,s),...d.map(_=>_.example)].join(" "),u=[`Run "pm create --help --type ${o}" for type-aware required option guidance.`];t.includes("--title")&&u.push('Title can also be passed as the first positional argument (example: pm create "Your title" --type '+o+")."),a==="strict"&&(u.push('For staged onboarding, retry with "--create-mode progressive".'),Uh.has(o)&&u.push('For minimal scheduling inputs, try "--schedule-preset lightweight".')),d.length>0&&u.push(`Required custom field formats: ${d.map(_=>_.description).join("; ")}.`);let m=t.length===1?`Missing required option ${t[0]} for type "${o}"`:`Missing required options ${t.join(", ")} for type "${o}"`;throw new p(m,f.USAGE,{code:"missing_required_option",required:`Provide all required create options and type options for type "${o}" in one invocation.`,examples:[l],nextSteps:u,recovery:a==="strict"?{recovery_mode:"compact",missing_required_fields:t,suggested_flags:["--create-mode progressive",...t]}:void 0})}function dR(e,t){if(e.has("tags")&&Array.isArray(t.addTags)&&t.addTags.length>0)throw new p("Cannot combine --unset tags with --add-tags",f.USAGE);let n=e.has("tags")?[]:t.tags!==void 0?Xr(t.tags):[];return Qr(n,t.addTags)}function lR(e,t){if(t.order!==void 0&&t.rank!==void 0&&t.order!==t.rank)throw new p("--order and --rank must match when both are provided",f.USAGE);let n=t.order??t.rank,r=zt(e,"order",n,i=>me(i,"order"));if(r!==void 0&&!Number.isInteger(r))throw new p("Order must be an integer",f.USAGE);return r}function uR(e,t,n,r,i,s){if(r.completedAt!==void 0&&e!==t.close_status)throw new p("--completed-at requires a terminal create status.",f.USAGE);let o=e!==t.close_status?void 0:r.completedAt===void 0?s:ue(r.completedAt,new Date(s),"completed-at");if(e!==t.close_status)return{closeReason:void 0,completedAt:o,warnings:[]};let a=n.governance.require_close_reason?{explicit:r.closeReason??r.message,resolution:i}:{explicit:r.closeReason};return{closeReason:cc(a,n.governance.require_close_reason,{operation:"create",status:e}).closeReason,completedAt:o,warnings:[]}}async function mR(e){let{pmRoot:t,type:n,id:r,settings:i,typeRegistry:s,author:o,extensionFieldNames:a,afterDocument:c,beforeDocument:d,historyMessage:l,changedFields:u,nowValue:m,similarityCandidate:_,allowDuplicate:g}=e,h=Gd(t,n,r,i.item_format,s.type_to_folder),y=ft(t,r),w=ke(),k=c.metadata.parent!==void 0||(c.metadata.dependencies??[]).some(x=>w.resolve(x.kind)?.hierarchy),E=await gs({pmRoot:t,author:o,ttlSeconds:i.locks.ttl_seconds,waitMs:i.locks.wait_ms,required:k}),S=k,b=[];try{let x=await nn(t,r,i.locks.ttl_seconds,o,!1,i.governance.force_required_for_stale_lock,i.locks.wait_ms);try{let v=c.metadata.parent!==void 0||c.metadata.dependencies!==void 0&&c.metadata.dependencies.length>0?await be(t,i.item_format,s.type_to_folder,void 0,i.schema):void 0;if(await ee(t,r,i.id_prefix,i.item_format,s.type_to_folder))throw new p(`Item "${r}" already exists`,f.CONFLICT);if(v){let P=Q(i.schema);wi(v,[...v,c.metadata],r,C=>ce(C,P),w)}await rl({pm_root:t,operation:"create",before:null,after:c,changed_fields:u,sdk:du({pmRoot:t,settings:i,typeToFolder:s.type_to_folder})});let L=await au(t,o,{required:i.governance.duplicate_detection_mode==="strict"&&g!==!0}),z=[];try{i.governance.duplicate_detection_mode==="strict"&&g!==!0&&await lc(_,{pmRoot:t,mode:"strict",threshold:i.governance.duplicate_detection_threshold,limit:i.governance.duplicate_detection_limit,allowDuplicate:!1}),await _e(h,gl(c,{format:i.item_format,schema:i.schema,extensionFieldNames:a}));try{let P=jl({nowIso:m,author:o,op:"create",before:d,after:c,message:l});await Gl(y,P)}catch(P){throw await kd(h),P}S&&(await E(),S=!1),z=await cu({pmRoot:t,preferredFormat:i.item_format,typeToFolder:s.type_to_folder,schema:i.schema,itemPath:h,document:c})}finally{await L()}b=[...v?is(v,[...v,c.metadata],r):[],...z,...await Ge({path:h,scope:"project",op:"create",item_id:c.metadata.id,item_type:c.metadata.type,before:d,after:c,changed_fields:u}),...await Ge({path:y,scope:"project",op:"create:history",item_id:c.metadata.id,item_type:c.metadata.type,before:d,after:c,changed_fields:u})],tl({id:c.metadata.id,op:"create",item_type:c.metadata.type,status:c.metadata.status,current:nl(c.metadata,u),changed_fields:u})}finally{await x()}}finally{S&&await E()}return b}async function Ec(e,t){let n=jh(await OI(e)),r=R(process.cwd(),t.path);await HI(r);let i=await I(r),s=Q(i.schema),o=Zt(i.schema),a=U(i,F()),c=await rR(n,t,r,i,a);n=c.resolvedOptions;let{typeDefinition:d,type:l,createMode:u}=c,m=yI(n.unset,o),{explicitUnsets:_,clearOptionKeys:g}=iR(n,m);sR(n,m),oR(n);let h=DI(d,n,u,g),y=A(),w=G(he(n.author),i.author_default),k=wI(n.dep,y,i.id_prefix,w),E=Bt("--comment",n.comment,y,w),S=Bt("--note",n.note,y,w),b=Bt("--learning",n.learning,y,w),x=wc(n.file),v=vc(n.test);v.values=await kn(v.values,w,y);let T=bc(n.doc),L=bI(n.reminder,y),z=kI(n.event,y),P=II(n.typeOption),C=Un(l,P.values,a),D=F(),ne=_t(D),re=Vr(n.field,D),Ee=ml(n,o,l),Ke=new Set(Ee.missing_required_flags),At=o.definitions.filter(X=>Ke.has(`--${X.cli_flag}`));aR(re,Ee,m);let nt=PI(C.errors,l),ze=nt.map(X=>`--type-option ${X}=<value>`),Dn=[...new Set([...h,...ze,...Ee.missing_required_flags])].sort((X,co)=>X.localeCompare(co));cR({combinedMissingFlags:Dn,typeDefinition:d,missingRequiredCreateFlags:h,missingRequiredTypeOptionKeys:nt,openStatus:s.open_status,type:l,createMode:u,missingRequiredRuntimeFields:At}),$I(C.errors,l,d,s);let we=await ZI({pmRoot:r,settings:i,typeRegistry:a,explicitId:n.id}),Be=n.status!==void 0?_I(n.status,s):gI(d,s),Ct=n.priority!==void 0?GI(n.priority):2,M=m.metadataKeys,Le=dR(M,n),rt=zt(M,"deadline",n.deadline,X=>ue(X,new Date(y),"deadline")),Pr=zt(M,"estimated_minutes",n.estimatedMinutes,X=>ei(X,"estimated-minutes")),mt=V(M,"acceptance_criteria",n.acceptanceCriteria),to=V(M,"definition_of_ready",n.definitionOfReady),We=lR(M,n),no=V(M,"goal",n.goal),Fr=V(M,"objective",n.objective),Rv=V(M,"value",n.value),Ov=V(M,"impact",n.impact),Nv=V(M,"outcome",n.outcome),Lv=V(M,"why_now",n.whyNow),Mv=V(M,"assignee",n.assignee),Dv=M.has("author")?void 0:he(n.author)??w,Pv=V(M,"parent",n.parent),ld=await XI(Pv,n,M,r),ro=ld.parent,Fv=ld.parentSource,$v=V(M,"reviewer",n.reviewer),Uv=zt(M,"risk",n.risk,X=>Re(hs(X),qr,"risk")),jv=zt(M,"confidence",n.confidence,X=>ws(X)),Gv=n.allowMissingParent===!0&&i.validation.parent_reference==="strict_error"?"warn":i.validation.parent_reference,ud=i.validation.sprint_release_format,It=[...c.warnings,...YI(l,we,rt,L.values,z.values)],md=await QI({itemId:we,parent:ro,pmRoot:r,settings:i,typeRegistry:a,policy:Gv});ro=md.parent,It.push(...md.warnings);let fd=$h(M,"sprint",n.sprint,"sprint",ud),qv=fd.value;It.push(...fd.warnings);let pd=$h(M,"release",n.release,"release",ud),Kv=pd.value;It.push(...pd.warnings);let _d=V(M,"blocked_by",n.blockedBy),gd=await eR({pmRoot:r,settings:i,typeRegistry:a,statusRegistry:s,blockedBy:_d,dependencyValues:k.values,status:Be,statusExplicit:n.status!==void 0,nowValue:y,author:w}),io=gd.dependencyValues;Sr(we,io),It.push(...await As({pmRoot:r,dependencies:io,idPrefix:i.id_prefix,itemFormat:i.item_format,typeToFolder:a.type_to_folder,allowUnresolved:n.allowUnresolvedDeps,holders:[{id:we,createdAt:y}],schema:i.schema})),Be=gd.status;let zv=V(M,"blocked_reason",n.blockedReason),Bv=V(M,"unblock_note",n.unblockNote),Wv=V(M,"reporter",n.reporter),Hv=zt(M,"severity",n.severity,X=>Re(ys(X),Kr,"severity")),Vv=V(M,"environment",n.environment),Yv=V(M,"repro_steps",n.reproSteps),hd=V(M,"resolution",n.resolution),Xv=V(M,"expected_result",n.expectedResult),Jv=V(M,"actual_result",n.actualResult),Qv=V(M,"affected_version",n.affectedVersion),Zv=V(M,"fixed_version",n.fixedVersion),eb=V(M,"component",n.component),tb=zt(M,"regression",n.regression,X=>vs(X)),nb=V(M,"customer_impact",n.customerImpact),so=kc(n.title,"--title"),oo=n.description??"",$r=n.body??"",yd=await lc({title:so,description:oo,body:$r},{pmRoot:r,mode:i.governance.duplicate_detection_mode,threshold:i.governance.duplicate_detection_threshold,limit:i.governance.duplicate_detection_limit,allowDuplicate:n.allowDuplicate});It.push(..._h(yd));let ao=uR(Be,s,i,n,hd,y),rb=ao.closeReason,ib=Be===s.close_status?y:void 0,sb=ao.completedAt;It.push(...ao.warnings);let Ur=_l({id:we,title:so,description:oo,type:l,type_options:C.normalized,status:Be,closed_at:ib,completed_at:sb,close_reason:rb,priority:Ct,tags:Le,created_at:y,updated_at:y,deadline:rt,assignee:Mv,author:Dv,estimated_minutes:Pr,acceptance_criteria:mt,definition_of_ready:to,order:We,goal:no,objective:Fr,value:Rv,impact:Ov,outcome:Nv,why_now:Lv,parent:ro,reviewer:$v,risk:Uv,confidence:jv,sprint:qv,release:Kv,blocked_by:_d,blocked_reason:zv,unblock_note:Bv,reporter:Wv,severity:Hv,environment:Vv,repro_steps:Yv,resolution:hd,expected_result:Xv,actual_result:Jv,affected_version:Qv,fixed_version:Zv,component:eb,regression:tb,customer_impact:nb,dependencies:io,comments:E.values,notes:S.values,learnings:b.values,files:x.values,tests:v.values,docs:T.values,reminders:L.values,events:z.values,...re,...Ee.values});try{Yr(Ur,D)}catch(X){throw new p(X instanceof Error?X.message:"Invalid extension item field values",f.USAGE)}let ob=hl({metadata:Ur,body:$r},{schema:i.schema,extensionFieldNames:ne}),ab={metadata:{},body:""},wd=[..._].sort((X,co)=>X.localeCompare(co)),cb=SI(n.message,wd),vd=EI(Ur,$r,wd,[...Object.keys(re),...Object.keys(Ee.values??{})]),db=await mR({pmRoot:r,type:l,id:we,settings:i,typeRegistry:a,author:w,extensionFieldNames:ne,afterDocument:ob,beforeDocument:ab,historyMessage:cb,changedFields:vd,nowValue:y,similarityCandidate:{title:so,description:oo,body:$r},allowDuplicate:n.allowDuplicate}),bd=structuredClone(Ur);u==="strict"&&_.has("dependencies")&&(bd.dependencies=[]);let lb=Sh(we,l,Be,s);return zh(l,rt,L.values,z.values)&&Fl(`[pm] warning: ${l} '${we}' has no deadline/reminder/event \u2014 it will not appear on the calendar. Add one via 'pm update ${we} --deadline <ISO>' or 'pm update ${we} --event "start=<ISO>,end=<ISO>"'.`),{item:bd,changed_fields:vd,warnings:[...It,...db],...Object.fromEntries([["parent_source",Fv],["next_transition",lb],["similarity_advisory",yd]].filter(X=>X[1]!==void 0))}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6865ca88-7ca1-52fd-86fb-2a3439abeafa")}catch{}})();var Ac=[...mc,{canonical:"close-reason",aliases:["close_reason","close-reason"],optionKey:"closeReason",metadataKey:"close_reason"},...fc,...Ss],fR=(()=>{let e=new Map;for(let t of Ac)for(let n of t.aliases)e.set(n,{optionKey:t.optionKey,metadataKey:t.metadataKey});return e})(),Ls=new Map(Ac.map(e=>[e.optionKey,e.canonical])),pR=Ac.map(e=>e.canonical).sort((e,t)=>e.localeCompare(t)).join(", "),_R=new Set(["close_reason","assignee","parent","blocked_by","blocked_reason","unblock_note","dependencies","comments","notes","learnings","files","tests","docs","reminders","events"]),gR=bs({depDisableFlagKey:"replaceDeps",fileDisableFlagKey:"replaceFiles",testDisableFlagKey:"replaceTests",docDisableFlagKey:"replaceDocs"});function Qh(e){let t={...e,unset:e.unset?[...e.unset]:void 0},n=i=>{let s=t.unset?[...t.unset]:[];s.includes(i)||s.push(i),t.unset=s},r=new Set([...Ls.keys(),"rank"]);for(let i of r){let s=t[i];if(typeof s!="string"||!qe(s))continue;let o=i==="rank"?"order":Ls.get(i)??i;n(o),t[i]=void 0}return Pe(e,Es(t,gR))}function Zh(e,t,n=[]){return Ts({raw:e,supportedFields:pR,resolveDefinition:r=>{let i=n.find(o=>{let a=o.toLowerCase();return a===r||a.replaceAll("_","-")===r||a.replaceAll("-","_")===r});return fR.get(r)??xs(r,"update",t)??(i?{optionKey:"field",metadataKey:i}:void 0)}})}var Bh=new Map([["--comment",e=>`pm comments ${e} --add "<text>" --force`],["--file",e=>`pm files ${e} --add "path=<path>,scope=<scope>,note=<note>" --force`],["--doc",e=>`pm docs ${e} --add "path=<path>,scope=<scope>,note=<note>" --force`]]);function Wh(e){let t=e.disallowedFlags.flatMap(r=>{let i=Bh.get(r);return i?[i(e.id)]:[]}),n=e.disallowedFlags.flatMap(r=>{let i=Bh.get(r);return i?[`Replace ${r} with: ${i(e.id)}`]:[]});return new p(e.message,f.USAGE,{code:e.code,required:e.required,why:e.why,...t.length>0?{examples:t}:{},nextSteps:[`Re-run without: ${e.disallowedFlags.join(", ")}`,...n]})}function hR(e,t,n){let r=t.ownershipMetadataBypass===!0,i=t.ownershipDependencyBypass===!0;if(!r&&!i)return;if(r&&i)throw new p("Choose only one package-provided ownership bypass mode.",f.USAGE);let s=(c,d,l)=>{c&&l.push(d)};if(i){let c=[];if(s(t.title!==void 0,"--title",c),s(t.description!==void 0,"--description",c),s(t.body!==void 0,"--body",c),s(t.status!==void 0,"--status",c),s(t.closeReason!==void 0,"--close-reason",c),s(t.priority!==void 0,"--priority",c),s(t.type!==void 0,"--type",c),s(t.tags!==void 0,"--tags",c),s(Array.isArray(t.addTags)&&t.addTags.length>0,"--add-tags",c),s(Array.isArray(t.removeTags)&&t.removeTags.length>0,"--remove-tags",c),s(t.deadline!==void 0,"--deadline",c),s(t.estimatedMinutes!==void 0,"--estimate",c),s(t.acceptanceCriteria!==void 0,"--acceptance-criteria",c),s(Array.isArray(t.addAc)&&t.addAc.length>0,"--add-ac",c),s(Array.isArray(t.removeAc)&&t.removeAc.length>0,"--remove-ac",c),s(t.definitionOfReady!==void 0,"--definition-of-ready",c),s(t.order!==void 0||t.rank!==void 0,"--order/--rank",c),s(t.goal!==void 0,"--goal",c),s(t.objective!==void 0,"--objective",c),s(t.value!==void 0,"--value",c),s(t.impact!==void 0,"--impact",c),s(t.outcome!==void 0,"--outcome",c),s(t.whyNow!==void 0,"--why-now",c),s(t.assignee!==void 0,"--assignee",c),s(t.parent!==void 0,"--parent",c),s(t.reviewer!==void 0,"--reviewer",c),s(t.risk!==void 0,"--risk",c),s(t.confidence!==void 0,"--confidence",c),s(t.sprint!==void 0,"--sprint",c),s(t.release!==void 0,"--release",c),s(t.blockedBy!==void 0,"--blocked-by",c),s(t.blockedReason!==void 0,"--blocked-reason",c),s(t.unblockNote!==void 0,"--unblock-note",c),s(t.reporter!==void 0,"--reporter",c),s(t.severity!==void 0,"--severity",c),s(t.environment!==void 0,"--environment",c),s(t.reproSteps!==void 0,"--repro-steps",c),s(t.resolution!==void 0,"--resolution",c),s(t.expectedResult!==void 0,"--expected-result",c),s(t.actualResult!==void 0,"--actual-result",c),s(t.affectedVersion!==void 0,"--affected-version",c),s(t.fixedVersion!==void 0,"--fixed-version",c),s(t.component!==void 0,"--component",c),s(t.regression!==void 0,"--regression",c),s(t.customerImpact!==void 0,"--customer-impact",c),s(t.depRemove!==void 0,"--dep-remove",c),s(t.replaceDeps===!0,"--replace-deps",c),s(t.replaceTests===!0,"--replace-tests",c),s(t.replaceFiles===!0,"--replace-files",c),s(t.replaceDocs===!0,"--replace-docs",c),s(t.comment!==void 0,"--comment",c),s(t.note!==void 0,"--note",c),s(t.learning!==void 0,"--learning",c),s(t.file!==void 0,"--file",c),s(t.test!==void 0,"--test",c),s(t.doc!==void 0,"--doc",c),s(t.reminder!==void 0,"--reminder",c),s(t.event!==void 0,"--event",c),s(t.typeOption!==void 0,"--type-option",c),s(t.clearDeps===!0,"--clear-deps",c),s(t.clearComments===!0,"--clear-comments",c),s(t.clearNotes===!0,"--clear-notes",c),s(t.clearLearnings===!0,"--clear-learnings",c),s(t.clearFiles===!0,"--clear-files",c),s(t.clearTests===!0,"--clear-tests",c),s(t.clearDocs===!0,"--clear-docs",c),s(t.clearReminders===!0,"--clear-reminders",c),s(t.clearEvents===!0,"--clear-events",c),s(t.clearTypeOptions===!0,"--clear-type-options",c),s(t.force===!0,"--force",c),s(n.size>0,"--unset",c),t.dep===void 0||t.dep.length===0)throw new p("The dependency ownership bypass requires at least one --dep value",f.USAGE);if(c.length>0)throw Wh({id:e,code:"ownership_dependency_bypass_restricted_options",message:`The dependency ownership bypass supports append-only dependency additions via --dep. Remove restricted options: ${c.join(", ")}`,required:"Pass only --dep additions (plus --message/--author) with the dependency ownership bypass.",why:"the dependency ownership bypass is a narrow non-owner override scoped to append-only dependency additions; every other mutation keeps its normal ownership rules.",disallowedFlags:c});return}let o=[];s(t.status!==void 0,"--status",o),s(t.closeReason!==void 0,"--close-reason",o),s(t.assignee!==void 0,"--assignee",o),s(t.parent!==void 0,"--parent",o),s(t.blockedBy!==void 0,"--blocked-by",o),s(t.blockedReason!==void 0,"--blocked-reason",o),s(t.unblockNote!==void 0,"--unblock-note",o),s(t.dep!==void 0,"--dep",o),s(t.depRemove!==void 0,"--dep-remove",o),s(t.replaceDeps===!0,"--replace-deps",o),s(t.replaceTests===!0,"--replace-tests",o),s(t.replaceFiles===!0,"--replace-files",o),s(t.replaceDocs===!0,"--replace-docs",o),s(t.note!==void 0,"--note",o),s(t.learning!==void 0,"--learning",o),s(t.test!==void 0,"--test",o),s(t.reminder!==void 0,"--reminder",o),s(t.event!==void 0,"--event",o),s(t.clearDeps===!0,"--clear-deps",o),s(t.clearComments===!0,"--clear-comments",o),s(t.clearNotes===!0,"--clear-notes",o),s(t.clearLearnings===!0,"--clear-learnings",o),s(t.clearFiles===!0,"--clear-files",o),s(t.clearTests===!0,"--clear-tests",o),s(t.clearDocs===!0,"--clear-docs",o),s(t.clearReminders===!0,"--clear-reminders",o),s(t.clearEvents===!0,"--clear-events",o);let a=[...n].filter(c=>_R.has(c)).sort((c,d)=>c.localeCompare(d)).map(c=>`--unset ${c.replaceAll("_","-")}`);if(o.push(...a),o.length>0)throw Wh({id:e,code:"ownership_metadata_bypass_restricted_options",message:`The metadata ownership bypass only supports non-lifecycle metadata fields and evidence appends. Remove restricted options: ${o.join(", ")}`,required:"Limit the metadata ownership bypass to non-lifecycle metadata fields plus append-only --comment/--file/--doc evidence; route restricted appends and lifecycle changes through their dedicated commands.",why:"the metadata ownership bypass is a non-owner override scoped to metadata maintenance and append-only evidence; lifecycle, ownership, dependency mutations, restricted append fields, and clear/replace operations keep their normal ownership rules.",disallowedFlags:o})}function yR(e,t){let n=ae(e,t);if(!n){let r=t.definitions.map(i=>i.id);throw new p(`Invalid --status value "${e}". Allowed: ${r.join(", ")}`,f.USAGE)}return n}function wR(e){if(e.enforcement==="off"||e.typeWorkflows.length===0)return;let t=Zl({typeName:e.typeName,fromStatus:e.fromStatus,toStatus:e.toStatus,typeWorkflows:e.typeWorkflows,statusRegistry:e.statusRegistry});if(!t.hasRule||t.allowed)return;let n=ae(e.fromStatus,e.statusRegistry)??e.fromStatus,r=ae(e.toStatus,e.statusRegistry)??e.toStatus,i=`Disallowed transition for type "${e.typeName}": ${n} -> ${r}. Allowed transitions: ${eu(t.allowedTransitions)}.`;if(e.enforcement==="strict")throw new p(i,f.USAGE);return`workflow_transition_not_allowed: ${i}`}function vR(e,t){return!e||e.trim()===""||e.trim().toLowerCase()==="now"?t:ey(e)}function ey(e){let t=Date.parse(e);if(!Number.isFinite(t))throw new p(`Invalid dependency created_at timestamp "${e}"`,f.USAGE);return new Date(t).toISOString()}function xn(e){if(e===void 0)return;let t=e.trim();return t.length>0?t:void 0}var bR=["id","kind","type","author","created_at","source_kind"],kR=["id","kind","type","author","created_at","source_kind"];function ty(e){return e.startsWith("```")||e.includes(`
18
- `)||/^(?:[-*+]\s+)?(?:id|kind|type|author|created_at|source_kind)\s*[:=]/i.test(e)?!0:Jt(e)}function ny(e){return typeof e=="string"?Ot(e)??e.trim():e}function ER(e,t,n,r){return e?(Ie(e,"--dep","Use --clear-deps to clear dependencies."),{additions:e.map(s=>{let o=s.trim(),a=ty(o);Er(o,a);let c=a?Z(s,"--dep"):{id:o,kind:"related"};a&&ge(c,"--dep",bR);let d=c.id?.trim(),l=ny((c.kind??c.type)?.trim());if(!d||!l)throw new p("--dep requires id and kind, or a bare item id to add a related dependency",f.USAGE);if(d.toLowerCase()==="undefined")throw new p(`--dep id must not use placeholder token "${d}". Use --clear-deps to clear dependencies.`,f.USAGE);let u=Bn(xn(c.source_kind)),m=xn(c.author);return{id:Wn(d,t,u),kind:Re(l,Fn,"dependency kind"),created_at:vR(c.created_at,n),author:m??r,source_kind:u??"cli:update:dep",author_source:m?"asserted":"detected"}})}):{additions:[]}}function SR(e,t){return e?(Ie(e,"--dep-remove"),e.map(n=>{let r=n.trim();if(!r)throw new p("--dep-remove requires id or key/value selectors",f.USAGE);let i=ty(r);if(Er(r,i,"--dep-remove"),i){let s=Z(r,"--dep-remove");ge(s,"--dep-remove",kR);let o=s.id?.trim();if(!o)throw new p("--dep-remove key/value form requires id=<value>",f.USAGE);if(o.toLowerCase()==="undefined")throw new p(`--dep-remove id must not use placeholder token "${o}"`,f.USAGE);let a=ny(xn(s.kind??s.type)),c=Bn(xn(s.source_kind)),d=xn(s.author),l=xn(s.created_at);return{id:Wn(o,t,c),kind:a?Re(a,Fn,"dependency kind"):void 0,source_kind:c,author:d,created_at:l?ey(l):void 0}}if(r.toLowerCase()==="undefined")throw new p(`--dep-remove id must not use placeholder token "${r}"`,f.USAGE);return{id:ht(r,t)}})):[]}function Ms(e){let t=e.source_kind?.trim().toLowerCase()??"";return[e.id.trim().toLowerCase(),e.kind,t].join("\0")}function TR(e){let t=e.source_kind?.trim().toLowerCase()??"",n=e.author?.trim().toLowerCase()??"",r=e.created_at?.trim()??"",i=Date.parse(r),s=Number.isFinite(i)?new Date(i).toISOString():r;return[e.id.trim().toLowerCase(),e.kind,t,n,s].join("\0")}function xR(e,t,n,r){let i=[...e??[]],s=!1;if(t===void 0){let o=i.filter(a=>a.kind!=="blocked_by");return o.length!==i.length&&(i=o,s=!0),s?{dependencies:i.length>0?i:void 0,changed:!0}:{dependencies:e,changed:!1}}return i.some(o=>o.kind==="blocked_by"&&o.id===t)||(i.push({id:t,kind:"blocked_by",created_at:n,author:r,source_kind:"cli:update:blocked_by",author_source:"detected"}),s=!0),s?{dependencies:i.length>0?i:void 0,changed:!0}:{dependencies:e,changed:!1}}async function AR(e,t,n,r,i,s){if(e===void 0||t)return{};let o=e.trim();if(o.length===0)return{};let a=await ee(n,ht(o,r),r,i,s);return a?{id:a.id}:{unresolved:o}}function CR(e,t,n,r,i){let s=xR(e.dependencies,t,n,r);s.changed&&(s.dependencies===void 0?delete e.dependencies:e.dependencies=s.dependencies,i.includes("dependencies")||i.push("dependencies"))}function IR(e){return`${e.path}::${e.scope}`}function RR(e){return`${e.path}::${e.scope}`}function OR(e){return`${e.command}::${e.path??""}::${e.scope}::${e.pm_context_mode??""}::${e.workspace_context_mode??""}`}function ry(e,t){return!(e.id.trim().toLowerCase()!==t.id.trim().toLowerCase()||t.kind&&e.kind!==t.kind||t.source_kind!==void 0&&e.source_kind?.trim().toLowerCase()!==t.source_kind.trim().toLowerCase()||t.author!==void 0&&e.author?.trim().toLowerCase()!==t.author.trim().toLowerCase()||t.created_at!==void 0&&(e.created_at===void 0||!Number.isFinite(Date.parse(e.created_at))||new Date(Date.parse(e.created_at)).toISOString()!==t.created_at))}function NR(e){return fi(e)}function Hh(e,t){let n=$n("update",e);if(!n)throw new p(`Unsupported command_option_policies option "${e}" for update command on type "${t}"`,f.CONFLICT);return n}function LR(e,t,n){let r=new Set,i=(s,o)=>{o&&r.add(s)};if(i("title",e.title!==void 0),i("description",e.description!==void 0),i("body",e.body!==void 0),i("status",e.status!==void 0),i("closeReason",e.closeReason!==void 0),i("priority",e.priority!==void 0),i("type",e.type!==void 0),i("tags",e.tags!==void 0||Array.isArray(e.addTags)&&e.addTags.length>0||Array.isArray(e.removeTags)&&e.removeTags.length>0),i("deadline",e.deadline!==void 0),i("estimatedMinutes",e.estimatedMinutes!==void 0),i("acceptanceCriteria",e.acceptanceCriteria!==void 0||Array.isArray(e.addAc)&&e.addAc.length>0||Array.isArray(e.removeAc)&&e.removeAc.length>0),i("definitionOfReady",e.definitionOfReady!==void 0),i("order",e.order!==void 0||e.rank!==void 0),i("goal",e.goal!==void 0),i("objective",e.objective!==void 0),i("value",e.value!==void 0),i("impact",e.impact!==void 0),i("outcome",e.outcome!==void 0),i("whyNow",e.whyNow!==void 0),i("author",e.author!==void 0),i("message",e.message!==void 0),i("assignee",e.assignee!==void 0),i("parent",e.parent!==void 0),i("reviewer",e.reviewer!==void 0),i("risk",e.risk!==void 0),i("confidence",e.confidence!==void 0),i("sprint",e.sprint!==void 0),i("release",e.release!==void 0),i("blockedBy",e.blockedBy!==void 0),i("blockedReason",e.blockedReason!==void 0),i("unblockNote",e.unblockNote!==void 0),i("reporter",e.reporter!==void 0),i("severity",e.severity!==void 0),i("environment",e.environment!==void 0),i("reproSteps",e.reproSteps!==void 0),i("resolution",e.resolution!==void 0),i("expectedResult",e.expectedResult!==void 0),i("actualResult",e.actualResult!==void 0),i("affectedVersion",e.affectedVersion!==void 0),i("fixedVersion",e.fixedVersion!==void 0),i("component",e.component!==void 0),i("regression",e.regression!==void 0),i("customerImpact",e.customerImpact!==void 0),i("dep",e.dep!==void 0),i("depRemove",e.depRemove!==void 0),i("dep",e.replaceDeps===!0),i("comment",e.comment!==void 0),i("note",e.note!==void 0),i("learning",e.learning!==void 0),i("file",e.file!==void 0),i("test",e.test!==void 0),i("test",e.replaceTests===!0),i("file",e.replaceFiles===!0),i("doc",e.replaceDocs===!0),i("doc",e.doc!==void 0),i("reminder",e.reminder!==void 0),i("event",e.event!==void 0),i("typeOption",e.typeOption!==void 0),i("field",e.field!==void 0),i("force",e.force===!0),i("ownershipMetadataBypass",e.ownershipMetadataBypass===!0),i("ownershipDependencyBypass",e.ownershipDependencyBypass===!0),i("dep",e.clearDeps===!0),i("comment",e.clearComments===!0),i("note",e.clearNotes===!0),i("learning",e.clearLearnings===!0),i("file",e.clearFiles===!0),i("test",e.clearTests===!0),i("doc",e.clearDocs===!0),i("reminder",e.clearReminders===!0),i("event",e.clearEvents===!0),i("typeOption",e.clearTypeOptions===!0),e.unset&&e.unset.length>0){let s=Zh(e.unset,t,n);for(let o of s.optionKeys)i(o,!0)}return r}function MR(e,t,n,r,i){let s=zr(e,n);if(!s)throw new p(`Invalid type value "${e}"`,f.USAGE);let o=Xt(s,"update",[]);if(o.errors.length>0)throw new p(o.errors.join("; "),f.CONFLICT);let a=LR(t,r,i);for(let c of o.disabled)if(a.has(Hh(c,e)))throw new p(`Option ${Se("update",c)} is disabled for type "${e}" by command_option_policies`,f.USAGE);for(let c of o.required)if(!a.has(Hh(c,e)))throw new p(`Missing required option ${Se("update",c)} for type "${e}"`,f.USAGE)}var DR=new Set(["order","rank"]),PR=po.filter(e=>!DR.has(e)),iy=["tags","closeReason",...PR],FR=["title","description","body","status","closeReason","completedAt","priority","type",...po,"dep","depRemove","comment","note","learning","file","test","doc","reminder","event","typeOption","field"],$R=[{optionKey:"deadline",metadataKey:"deadline",transform:(e,t)=>ue(e,t.nowValue,"deadline")},{optionKey:"estimatedMinutes",metadataKey:"estimated_minutes",transform:e=>ei(e,"estimated-minutes")},{optionKey:"acceptanceCriteria",metadataKey:"acceptance_criteria",transform:e=>e},{optionKey:"definitionOfReady",metadataKey:"definition_of_ready"},{optionKey:"goal",metadataKey:"goal"},{optionKey:"objective",metadataKey:"objective"},{optionKey:"value",metadataKey:"value"},{optionKey:"impact",metadataKey:"impact"},{optionKey:"outcome",metadataKey:"outcome"},{optionKey:"whyNow",metadataKey:"why_now"}],UR=[{optionKey:"reviewer",metadataKey:"reviewer"},{optionKey:"risk",metadataKey:"risk",transform:e=>Re(hs(e),qr,"risk")},{optionKey:"confidence",metadataKey:"confidence",transform:e=>ws(e)}],jR=[{optionKey:"blockedReason",metadataKey:"blocked_reason"},{optionKey:"unblockNote",metadataKey:"unblock_note"},{optionKey:"reporter",metadataKey:"reporter"},{optionKey:"severity",metadataKey:"severity",transform:e=>Re(ys(e),Kr,"severity")},{optionKey:"environment",metadataKey:"environment"},{optionKey:"reproSteps",metadataKey:"repro_steps"},{optionKey:"resolution",metadataKey:"resolution"},{optionKey:"expectedResult",metadataKey:"expected_result"},{optionKey:"actualResult",metadataKey:"actual_result"},{optionKey:"affectedVersion",metadataKey:"affected_version"},{optionKey:"fixedVersion",metadataKey:"fixed_version"},{optionKey:"component",metadataKey:"component"},{optionKey:"regression",metadataKey:"regression",transform:e=>vs(e)},{optionKey:"customerImpact",metadataKey:"customer_impact"}];function xc(e,t,n){for(let r of e){let i=t[r.optionKey],s=n.clearItemMetadataKeys.has(r.metadataKey);if(!(i===void 0&&!s)){if(s){delete n.metadataRecord[r.metadataKey],n.changedFields.push(r.metadataKey);continue}if(typeof i!="string")throw new p(`${Se("update",String(r.optionKey))} must be a string value`,f.USAGE);n.metadataRecord[r.metadataKey]=r.transform?r.transform(i,n):i.trim(),n.changedFields.push(r.metadataKey)}}}async function GR(e){return Qh(await Zr(e,[["body","--body"],["description","--description"]],[["dep","--dep"],["depRemove","--dep-remove"],["comment","--comment"],["note","--note"],["learning","--learning"],["file","--file"],["test","--test"],["doc","--doc"],["reminder","--reminder"],["event","--event"],["typeOption","--type-option"],["field","--field"]]))}async function qR(e){return Nt(e)?await GR(e):Qh(e)}function KR(e){return[{enabled:e.clearDeps||e.replaceDeps,optionKey:"dep",clearFlag:"--clear-deps",valueFlag:"--dep",values:e.dep,metadataKey:"dependencies"},{enabled:e.clearComments,optionKey:"comment",clearFlag:"--clear-comments",valueFlag:"--comment",values:e.comment,metadataKey:"comments"},{enabled:e.clearNotes,optionKey:"note",clearFlag:"--clear-notes",valueFlag:"--note",values:e.note,metadataKey:"notes"},{enabled:e.clearLearnings,optionKey:"learning",clearFlag:"--clear-learnings",valueFlag:"--learning",values:e.learning,metadataKey:"learnings"},{enabled:e.clearFiles||e.replaceFiles,optionKey:"file",clearFlag:"--clear-files",valueFlag:"--file",values:e.file,metadataKey:"files"},{enabled:e.clearTests||e.replaceTests,optionKey:"test",clearFlag:"--clear-tests",valueFlag:"--test",values:e.test,metadataKey:"tests"},{enabled:e.clearDocs||e.replaceDocs,optionKey:"doc",clearFlag:"--clear-docs",valueFlag:"--doc",values:e.doc,metadataKey:"docs"},{enabled:e.clearReminders,optionKey:"reminder",clearFlag:"--clear-reminders",valueFlag:"--reminder",values:e.reminder,metadataKey:"reminders"},{enabled:e.clearEvents,optionKey:"event",clearFlag:"--clear-events",valueFlag:"--event",values:e.event,metadataKey:"events"},{enabled:e.clearTypeOptions,optionKey:"typeOption",clearFlag:"--clear-type-options",valueFlag:"--type-option",values:e.typeOption,metadataKey:"type_options"}]}function Sc(e){if(e.enabled&&(!e.values||e.values.length===0))throw new p(`${e.replaceFlag} requires at least one ${e.valueFlag} entry`,f.USAGE);if(e.enabled&&e.clearEnabled)throw new p(`${e.replaceFlag} cannot be combined with ${e.clearFlag}`,f.USAGE)}function zR(e){let t=(e.addAc?.length??0)>0||(e.removeAc?.length??0)>0;if(e.acceptanceCriteria!==void 0&&t)throw new p("Cannot combine --acceptance-criteria replacement with --add-ac or --remove-ac. Use --remove-ac and --add-ac together for an atomic one-entry repair.",f.USAGE,{code:"acceptance_criteria_mutation_conflict",reason:"replacement_and_additive_mutation_combined",nextSteps:["Use --acceptance-criteria alone to replace the complete list.","Use --remove-ac <old> --add-ac <new> to repair one criterion without replacing unrelated entries."]});if(e.replaceDeps===!0&&(e.dep===void 0||e.dep.length===0))throw new p("--replace-deps requires at least one --dep entry",f.USAGE);if(e.replaceDeps===!0&&e.depRemove!==void 0&&e.depRemove.length>0)throw new p("--replace-deps cannot be combined with --dep-remove",f.USAGE);Sc({enabled:e.replaceTests===!0,values:e.test,replaceFlag:"--replace-tests",clearEnabled:e.clearTests===!0,clearFlag:"--clear-tests",valueFlag:"--test"}),Sc({enabled:e.replaceFiles===!0,values:e.file,replaceFlag:"--replace-files",clearEnabled:e.clearFiles===!0,clearFlag:"--clear-files",valueFlag:"--file"}),Sc({enabled:e.replaceDocs===!0,values:e.doc,replaceFlag:"--replace-docs",clearEnabled:e.clearDocs===!0,clearFlag:"--clear-docs",valueFlag:"--doc"})}function BR(e){for(let t of e.definitions){if(!t.enabled)continue;let n=t.optionKey==="dep"&&e.options.replaceDeps===!0||t.optionKey==="test"&&e.options.replaceTests===!0||t.optionKey==="file"&&e.options.replaceFiles===!0||t.optionKey==="doc"&&e.options.replaceDocs===!0;if(t.values&&t.values.length>0&&!n)throw new p(`Cannot combine ${t.clearFlag} with ${t.valueFlag}`,f.USAGE);e.clearOptionKeys.add(t.optionKey),e.clearItemMetadataKeys.add(t.metadataKey)}}function WR(e){let t={};for(let n of iy)t[String(n)]=e[n]!==void 0;return t.order=e.order!==void 0||e.rank!==void 0,t}function HR(e,t){let n=WR(e);for(let[r,i]of Object.entries(n)){if(!i||!t.optionKeys.has(r))continue;let s=Ls.get(r)??r;throw new p(`Cannot combine --unset ${s} with ${Se("update",r)}`,f.USAGE)}if(t.metadataKeys.has("acceptance_criteria")){if(Array.isArray(e.addAc)&&e.addAc.length>0)throw new p("Cannot combine --unset acceptance-criteria with --add-ac",f.USAGE);if(Array.isArray(e.removeAc)&&e.removeAc.length>0)throw new p("Cannot combine --unset acceptance-criteria with --remove-ac",f.USAGE)}if(t.metadataKeys.has("tags")){if(Array.isArray(e.addTags)&&e.addTags.length>0)throw new p("Cannot combine --unset tags with --add-tags",f.USAGE);if(Array.isArray(e.removeTags)&&e.removeTags.length>0)throw new p("Cannot combine --unset tags with --remove-tags",f.USAGE)}}function VR(e){let t=(n,r)=>{let i=Ls.get(r),s=i?`Use --unset ${i} to clear this field.`:void 0;ks(n,Se("update",r),s)};for(let n of iy)t(e[n],String(n));t(e.order??e.rank,"order"),Ie(e.reminder,"--reminder","Use --clear-reminders to clear reminders."),Ie(e.event,"--event","Use --clear-events to clear linked events.")}function YR(e,t){let n={};for(let r of FR)n[String(r)]=e[r]!==void 0;return n.tags=e.tags!==void 0,n.addTags=Array.isArray(e.addTags)&&e.addTags.length>0,n.removeTags=Array.isArray(e.removeTags)&&e.removeTags.length>0,n.addAc=Array.isArray(e.addAc)&&e.addAc.length>0,n.removeAc=Array.isArray(e.removeAc)&&e.removeAc.length>0,n.order=e.order!==void 0,n.rank=e.rank!==void 0,n.replaceDeps=e.replaceDeps===!0,n.replaceTests=e.replaceTests===!0,n.replaceFiles=e.replaceFiles===!0,n.replaceDocs=e.replaceDocs===!0,n.unset=e.unset!==void 0&&e.unset.length>0,n.clearDeps=e.clearDeps===!0,n.clearComments=e.clearComments===!0,n.clearNotes=e.clearNotes===!0,n.clearLearnings=e.clearLearnings===!0,n.clearFiles=e.clearFiles===!0,n.clearTests=e.clearTests===!0,n.clearDocs=e.clearDocs===!0,n.clearReminders=e.clearReminders===!0,n.clearEvents=e.clearEvents===!0,n.clearTypeOptions=e.clearTypeOptions===!0,n.runtimeFields=Object.keys(t).length>0,n}async function XR(e){let t=await ee(e.pmRoot,e.id,e.settings.id_prefix,e.settings.item_format,e.typeRegistry.type_to_folder);if(!t)throw await Kn(e.pmRoot,e.id,e.settings.id_prefix,e.typeRegistry.type_to_folder);let{document:n}=await fe(t,{schema:e.settings.schema});return{item:n.metadata,changed_fields:[],warnings:["noop_no_update_fields"]}}async function JR(e){if(!(!e.fieldFlags.dep&&!e.fieldFlags.blockedBy&&!e.fieldFlags.parent&&!e.clearedMetadataKeys.has("parent")))return be(e.pmRoot,e.settings.item_format,e.typeToFolder,void 0,e.settings.schema)}function QR(e){e.before&&wi(e.before,e.before.map(t=>t.id===e.document.metadata.id?e.document.metadata:t),e.document.metadata.id,t=>ce(t,e.statusRegistry),ke())}async function ZR(e){await $(e)}function eO(e){if(e.order!==void 0&&e.rank!==void 0&&e.order!==e.rank)throw new p("--order and --rank must match when both are provided",f.USAGE)}async function tO(e){if(e.options.parent===void 0||e.unsetTargets.metadataKeys.has("parent"))return{resolvedParentValue:void 0,warnings:[]};let t=li(e.options.parent);if(mi(e.id,t,e.settings.id_prefix),await ee(e.pmRoot,t,e.settings.id_prefix,e.settings.item_format,e.typeRegistry.type_to_folder))return{resolvedParentValue:t,warnings:[]};let r=ht(t,e.settings.id_prefix);return{resolvedParentValue:t,warnings:ui(r,e.parentReferencePolicy).warnings}}function nO(e){return e.unresolved===void 0?[]:[`blocked_by_unresolved:${e.unresolved}`]}async function rO(e){if(e.workflowEnforcement==="off"||e.typeWorkflows.length===0||!e.fieldFlags.status||e.options.status===void 0)return[];let t=await ee(e.pmRoot,e.id,e.settings.id_prefix,e.settings.item_format,e.typeRegistry.type_to_folder);if(!t)throw await Kn(e.pmRoot,e.id,e.settings.id_prefix,e.typeRegistry.type_to_folder);let{document:n}=await fe(t,{schema:e.settings.schema}),r=e.options.type!==void 0?it(e.options.type,e.typeRegistry)??e.options.type:n.metadata?.type??"",i=wR({enforcement:e.workflowEnforcement,typeWorkflows:e.typeWorkflows,statusRegistry:e.statusRegistry,typeName:r,fromStatus:n.metadata?.status??"",toStatus:e.options.status});return i?[i]:[]}async function iO(e){if(!e.fieldFlags.status||ae(e.options.status,e.statusRegistry)!==e.statusRegistry.close_status)return;let n=Object.entries(e.fieldFlags).filter(([a,c])=>c&&a!=="status"&&a!=="closeReason"&&a!=="completedAt").map(([a])=>a),r=[],i=[];if(n.length>0){let a=Pe(e.options,{...e.options,status:void 0,closeReason:void 0,message:void 0}),c=await RO(e.id,a,e.global);i=c.changed_fields,r.push(...c.warnings)}let s=await ih(e.id,e.options.closeReason,{author:e.options.author,message:e.options.message,force:e.options.force,completedAt:e.options.completedAt},e.global),o=[...e.workflowTransitionWarnings,...r,...s.warnings,"auto_routed_from_update_to_close"];return{item:s.item,changed_fields:[...i,...s.changed_fields],warnings:o}}function sO(e,t,n,r){return t.title!==void 0&&(e.metadata.title=kc(t.title,"--title"),r.push("title")),t.description!==void 0&&(e.metadata.description=t.description,r.push("description")),t.body!==void 0&&(e.body=t.body,r.push("body")),ae(e.metadata.status,n)??e.metadata.status}function oO(e,t,n,r,i){let s=yR(n,t.statusRegistry);if(e.metadata.status=s,i.push("status"),s===t.statusRegistry.close_status&&(e.metadata.closed_at===void 0||e.metadata.closed_at===null)){e.metadata.closed_at=t.nowIso,e.metadata.completed_at=t.nowIso,i.push("closed_at","completed_at");return}!ce(s,t.statusRegistry)&&ce(r,t.statusRegistry)&&e.metadata.closed_at!==void 0&&(delete e.metadata.closed_at,i.push("closed_at"),e.metadata.completed_at!==void 0&&(delete e.metadata.completed_at,i.push("completed_at")))}function aO(e,t,n,r){if(t.options.status!==void 0&&oO(e,t,t.options.status,n,r),t.options.completedAt!==void 0){if(!ce(e.metadata.status,t.statusRegistry))throw new p("--completed-at can only be set on a terminal item",f.USAGE);e.metadata.completed_at=ue(t.options.completedAt,new Date(t.nowIso),"completed-at"),r.push("completed_at")}}function cO(e,t,n,r){if(t.options.closeReason!==void 0||t.clearItemMetadataKeys.has("close_reason")){if(t.clearItemMetadataKeys.has("close_reason"))delete e.metadata.close_reason;else{let i=t.options.closeReason?.trim()??"";if(i.length===0)throw new p("--close-reason must not be empty",f.USAGE);e.metadata.close_reason=i}r.push("close_reason");return}t.options.status!==void 0&&ce(n,t.statusRegistry)&&!ce(e.metadata.status,t.statusRegistry)&&e.metadata.close_reason!==void 0&&(delete e.metadata.close_reason,r.push("close_reason"))}function dO(e,t,n,r){aO(e,t,n,r),cO(e,t,n,r)}function lO(e,t,n){let r=it(e.metadata.type,t.typeRegistry)??e.metadata.type;if(t.options.priority!==void 0&&(e.metadata.priority=NR(t.options.priority),n.push("priority")),t.options.type!==void 0){let i=it(t.options.type,t.typeRegistry);if(!i)throw new p(_i(t.options.type,t.typeRegistry.types,ti(t.pmRoot,t.settings.schema)),f.USAGE);e.metadata.type=i,r=i,n.push("type")}return MR(r,t.options,t.typeRegistry,t.runtimeFieldRegistry,t.extensionFieldNames),uO(e,t,r,n),r}function uO(e,t,n,r){if(t.options.typeOption!==void 0||t.clearItemMetadataKeys.has("type_options")){if(t.clearItemMetadataKeys.has("type_options"))delete e.metadata.type_options;else{let s=Rs(t.options.typeOption??[]),o=Un(n,s,t.typeRegistry);if(o.errors.length>0)throw new p(o.errors.join("; "),f.USAGE);e.metadata.type_options=o.normalized}r.push("type_options");return}if(t.options.type===void 0||e.metadata.type_options===void 0)return;let i=Un(n,e.metadata.type_options,t.typeRegistry);if(i.errors.length>0)throw new p(`Current type options are incompatible with type "${n}". ${i.errors.join("; ")}. Use --clear-type-options to clear them.`,f.USAGE);e.metadata.type_options=i.normalized}function mO(e,t){let n=new Set(t.map(i=>Ms(i))),r=new Set;return e.filter(i=>{if(!n.has(Ms(i)))return!0;let s=TR(i);return r.has(s)?!1:(r.add(s),!0)})}function fO(e,t,n){let r=t.filter(i=>!e.some(s=>ry(s,i)));if(r.length!==0)throw new p(`Dependency removal did not match ${r.length===1?"a stored edge":"stored edges"}.`,f.NOT_FOUND,{code:"dependency_remove_no_match",reason:"selector_not_found",unmatched_selectors:r,available_dependencies:e.map(i=>({id:i.id,kind:i.kind,source_kind:i.source_kind,author:i.author,created_at:i.created_at})),why:"Failing on a zero-match selector prevents a mistyped dependency removal from being reported as successful.",nextSteps:[`Inspect the current item with: pm get ${n} --full`,"Retry --dep-remove with the exact id plus any kind, source_kind, author, or created_at selectors needed to identify one stored row."]})}function pO(e,t,n){if(t.options.dep===void 0&&t.options.depRemove===void 0&&!t.clearItemMetadataKeys.has("dependencies"))return;let r=t.clearItemMetadataKeys.has("dependencies")?[]:[...e.metadata.dependencies??[]];if(t.dependencyUpdates.additions.length>0){r=mO(r,t.dependencyUpdates.additions);let i=new Set(r.map(s=>Ms(s)));for(let s of t.dependencyUpdates.additions){let o=Ms(s);i.has(o)||(r.push(s),i.add(o))}}t.dependencyRemovals.length>0&&(fO(r,t.dependencyRemovals,e.metadata.id),r=r.filter(i=>!t.dependencyRemovals.some(s=>ry(i,s)))),r.length===0?delete e.metadata.dependencies:e.metadata.dependencies=r,n.push("dependencies")}function _O(e,t,n){Tc(e,"comments",t.options.comment,t.commentUpdates.values,t.clearItemMetadataKeys,n),Tc(e,"notes",t.options.note,t.noteUpdates.values,t.clearItemMetadataKeys,n),Tc(e,"learnings",t.options.learning,t.learningUpdates.values,t.clearItemMetadataKeys,n)}function Tc(e,t,n,r,i,s){n===void 0&&!i.has(t)||(i.has(t)||!r||r.length===0?delete e.metadata[t]:e.metadata[t]=[...e.metadata[t]??[],...r],s.push(t))}function gO(e,t,n){Vh(e,"files",t.options.file,t.fileUpdates.values,IR,t.options.replaceFiles===!0,t.clearItemMetadataKeys,n),hO(e,t,n),Vh(e,"docs",t.options.doc,t.docUpdates.values,RR,t.options.replaceDocs===!0,t.clearItemMetadataKeys,n)}function Vh(e,t,n,r,i,s,o,a){if(!(n===void 0&&!o.has(t))){if(s)e.metadata[t]=r;else if(o.has(t)||!r||r.length===0)delete e.metadata[t];else{let c=[...e.metadata[t]??[]],d=new Set(c.map(l=>i(l)));for(let l of r){let u=i(l);d.has(u)||(c.push(l),d.add(u))}e.metadata[t]=c}a.push(t)}}function hO(e,t,n){t.options.test===void 0&&!t.clearItemMetadataKeys.has("tests")||(t.clearItemMetadataKeys.has("tests")&&t.options.replaceTests===!0?e.metadata.tests=Yh(t.testUpdates.values)??[]:t.clearItemMetadataKeys.has("tests")||!t.testUpdates.values||t.testUpdates.values.length===0?delete e.metadata.tests:e.metadata.tests=Yh([...e.metadata.tests??[],...t.testUpdates.values]),e.metadata.tests!==void 0&&e.metadata.tests.length===0&&delete e.metadata.tests,n.push("tests"))}function Yh(e){if(!e||e.length===0)return;let t=[],n=new Set;for(let r of e){let i=OR(r);n.has(i)||(t.push(r),n.add(i))}return t}function yO(e,t,n){let r=t.options.addTags,i=t.options.removeTags,s=Array.isArray(r)&&r.length>0||Array.isArray(i)&&i.length>0;if(t.options.tags!==void 0||t.clearItemMetadataKeys.has("tags")||s){let o=t.clearItemMetadataKeys.has("tags")?[]:t.options.tags!==void 0?Xr(t.options.tags):Array.isArray(e.metadata.tags)?[...e.metadata.tags]:[];e.metadata.tags=dl(Qr(o,r),i),n.changedFields.push("tags")}xc($R,t.options,n),vO(e,t,n.changedFields)}function wO(e,t,n){let r=t.options.addAc,i=t.options.removeAc;if(!(Array.isArray(r)&&r.length>0)&&!(Array.isArray(i)&&i.length>0))return;let s=cl(Jr(e.metadata.acceptance_criteria),r,i);if(s.unmatchedRemovals.length>0)throw new p(`Acceptance criteria removal did not match: ${s.unmatchedRemovals.join(", ")}`,f.NOT_FOUND,{code:"acceptance_criteria_remove_unmatched",reason:"exact_match_not_found",field:"acceptance_criteria",unmatched:s.unmatchedRemovals,why:"Lossless removal fails instead of silently applying the remaining mutations when an exact selector is wrong.",nextSteps:["Read the current acceptance_criteria value and retry with the exact criterion text.","Use --acceptance-criteria alone only when replacing the complete list is intentional."]});let o=s.criteria.join("; ");e.metadata.acceptance_criteria!==o&&(o===""&&e.metadata.acceptance_criteria===void 0||(e.metadata.acceptance_criteria=o,n.changedFields.includes("acceptance_criteria")||n.changedFields.push("acceptance_criteria")))}function vO(e,t,n){let r=t.options.order??t.options.rank;if(!(r===void 0&&!t.clearItemMetadataKeys.has("order"))){if(t.clearItemMetadataKeys.has("order"))delete e.metadata.order;else{let i=me(r??"","order");if(!Number.isInteger(i))throw new p("Order must be an integer",f.USAGE);e.metadata.order=i}n.push("order")}}function bO(e,t,n,r){kO(e,t,n.changedFields),EO(e,t,n.changedFields),xc(UR,t.options,n),Xh(e,t,"sprint",r,n.changedFields),Xh(e,t,"release",r,n.changedFields),SO(e,t,n.changedFields),xc(jR,t.options,n)}function kO(e,t,n){if(!(t.options.assignee===void 0&&!t.clearItemMetadataKeys.has("assignee"))){if(t.clearItemMetadataKeys.has("assignee"))delete e.metadata.assignee;else{let r=t.options.assignee?.trim()??"";if(r==="")throw new p("--assignee must not be empty. Use --unset assignee to clear it.",f.USAGE);e.metadata.assignee=r}n.push("assignee")}}function EO(e,t,n){t.options.parent===void 0&&!t.clearItemMetadataKeys.has("parent")||(t.clearItemMetadataKeys.has("parent")?delete e.metadata.parent:e.metadata.parent=t.resolvedParentValue??"",n.push("parent"))}function Xh(e,t,n,r,i){if(!(t.options[n]===void 0&&!t.clearItemMetadataKeys.has(n))){if(t.clearItemMetadataKeys.has(n))delete e.metadata[n];else{let s=pi(n,t.options[n]??"",t.settings.validation.sprint_release_format);e.metadata[n]=s.value,r.push(...s.warnings)}i.push(n)}}function SO(e,t,n){t.options.blockedBy===void 0&&!t.clearItemMetadataKeys.has("blocked_by")||(t.clearItemMetadataKeys.has("blocked_by")?delete e.metadata.blocked_by:e.metadata.blocked_by=t.options.blockedBy?.trim()??"",n.push("blocked_by"),(t.clearItemMetadataKeys.has("blocked_by")||t.resolvedBlockedByDependencyId!==void 0)&&CR(e.metadata,t.resolvedBlockedByDependencyId,t.nowIso,t.author,n))}function TO(e,t,n){(t.options.reminder!==void 0||t.clearItemMetadataKeys.has("reminders"))&&(t.clearItemMetadataKeys.has("reminders")?delete e.metadata.reminders:e.metadata.reminders=Cs(t.options.reminder??[],t.nowValue,{valueMode:"trimmed"}),n.push("reminders")),(t.options.event!==void 0||t.clearItemMetadataKeys.has("events"))&&(t.clearItemMetadataKeys.has("events")?delete e.metadata.events:e.metadata.events=Is(t.options.event??[],t.nowValue,{allDayEmptyGuard:"truthy",recurrenceEmptyNumericGuard:"truthy"}),n.push("events"))}function xO(e,t,n){Jh(e,t.runtimeFieldRegistry.definitions.map(i=>i.metadata_key),t.clearItemMetadataKeys,n),Jh(e,t.extensionFieldNames,t.clearItemMetadataKeys,n);for(let[i,s]of Object.entries(t.runtimeFieldUpdates)){if(t.clearItemMetadataKeys.has(i)){let o=i.replaceAll("_","-"),c=t.runtimeFieldRegistry.definitions.find(d=>d.metadata_key===i)?.cli_flag??o;throw new p(`Cannot combine --unset ${o} with --${c}`,f.USAGE)}st(e[i],s)||(e[i]=s,n.push(i))}let r=Vr(t.options.field,t.extensionRegistrations);for(let i of Object.keys(r))if(t.clearItemMetadataKeys.has(i))throw new p(`Cannot combine --unset ${i.replaceAll("_","-")} with --field ${i}=...`,f.USAGE);for(let[i,s]of Object.entries(r))st(e[i],s)||(e[i]=s,n.push(i))}function Jh(e,t,n,r){for(let i of t)!n.has(i)||e[i]===void 0||(delete e[i],r.push(i))}function AO(e,t){let n=structuredClone(e.metadata),r=e.body,i=[],s=[],o=sO(e,t.options,t.statusRegistry,i),a=e.metadata,c={metadataRecord:a,clearItemMetadataKeys:t.clearItemMetadataKeys,changedFields:i,nowValue:t.nowValue};dO(e,t,o,i),lO(e,t,i),pO(e,t,i),_O(e,t,i),gO(e,t,i),yO(e,t,c),wO(e,t,c),bO(e,t,c,s),(t.options.dep!==void 0||t.options.depRemove!==void 0||t.options.blockedBy!==void 0||t.clearItemMetadataKeys.has("dependencies")||t.clearItemMetadataKeys.has("blocked_by"))&&Sr(e.metadata.id,e.metadata.dependencies),ae(e.metadata.status,t.statusRegistry)===t.statusRegistry.canceled_status&&e.metadata.assignee!==void 0&&(delete e.metadata.assignee,i.includes("assignee")||i.push("assignee")),TO(e,t,i),xO(a,t,i);try{Yr(a,t.extensionRegistrations,{skipDefaultFields:t.clearItemMetadataKeys})}catch(u){throw new p(u instanceof Error?u.message:"Invalid extension item field values",f.USAGE)}let d=e.metadata,l=[...new Set(i)].filter(u=>u==="body"?e.body!==r:!st(n[u],d[u]));return t.options.acceptanceCriteria!==void 0&&l.includes("acceptance_criteria")&&s.push(`acceptance_criteria_replaced:${Jr(n.acceptance_criteria).length}:${Jr(d.acceptance_criteria).length}`),{changedFields:l,warnings:s}}async function sy(e,t,n,r={}){t=await qR(t);let i=R(process.cwd(),n.path);await ZR(i);let s=await I(i),o=Q(s.schema),a=Zt(s.schema),c=F(),d=_t(c),l=U(s,c),u=s.governance.workflow_enforcement??"off",m=u==="off"?[]:Ql(s.schema),_=[{strict_error:"strict_error",warn:"warn",off:"off"},{strict_error:"warn",warn:"warn",off:"off"}][+(t.allowMissingParent===!0)][s.validation.parent_reference],g=Zh(t.unset,a,d),h=new Set(g.optionKeys),y=new Set(g.metadataKeys);zR(t),BR({definitions:KR(t),options:t,clearOptionKeys:h,clearItemMetadataKeys:y}),hR(e,t,y),HR(t,g),VR(t);let w=G(t.author,s.author_default),k=new Date,E=k.toISOString(),S=ER(t.dep,s.id_prefix,E,w);Sr(e,S.additions);let b=await As({pmRoot:i,dependencies:S.additions,idPrefix:s.id_prefix,itemFormat:s.item_format,typeToFolder:l.type_to_folder,allowUnresolved:t.allowUnresolvedDeps,holders:[{id:e}],schema:s.schema}),x=SR(t.depRemove,s.id_prefix),v=Bt("--comment",t.comment,E,w),T=t.ownershipMetadataBypass===!0&&v.values?{...v,values:v.values.map(Le=>({...Le,author:w}))}:v,L=Bt("--note",t.note,E,w),z=Bt("--learning",t.learning,E,w),P=wc(t.file),C=vc(t.test);C.values=await kn(C.values,w,E);let D=bc(t.doc),ne=[],re=await tO({id:e,options:t,unsetTargets:g,pmRoot:i,settings:s,typeRegistry:l,parentReferencePolicy:_}),Ee=await AR(t.blockedBy,y.has("blocked_by"),i,s.id_prefix,s.item_format,l.type_to_folder),Ke=Ee.id,At=[...re.warnings,...nO(Ee)],nt=fl(t,a,t.runtimeFieldCommands),ze=YR(t,nt);if(!Object.values(ze).some(Boolean))return XR({pmRoot:i,id:e,settings:s,typeRegistry:l});ne.push(...await rO({options:t,fieldFlags:ze,workflowEnforcement:u,typeWorkflows:m,statusRegistry:o,typeRegistry:l,pmRoot:i,id:e,settings:s}));let we=await iO({options:t,fieldFlags:ze,statusRegistry:o,workflowTransitionWarnings:ne,global:n,id:e});if(we)return we;eO(t);let Be=ke(),Ct=ze.parent&&!y.has("parent")||S.additions.some(Le=>Be.resolve(Le.kind)?.hierarchy),M=await gs({pmRoot:i,author:w,ttlSeconds:s.locks.ttl_seconds,waitMs:s.locks.wait_ms,required:Ct});try{let Le=await JR({fieldFlags:ze,clearedMetadataKeys:y,pmRoot:i,settings:s,typeToFolder:l.type_to_folder}),rt,Pr,mt=await lu({pmRoot:i,settings:s,typeToFolder:l.type_to_folder,id:e,op:CO(t,r),author:w,message:t.message,resolveHistoryContext:()=>Pr,force:t.force,bypassAssigneeConflict:t.ownershipMetadataBypass===!0||t.ownershipDependencyBypass===!0,extensionFieldNames:d,skipNoop:!0,mutate(We){rt=IO({document:We,recurrenceReason:r.recurrenceReason,requestedStatus:t.status,statusRegistry:o}),Pr=rt?{recurrence:rt}:void 0,Le=Le?.map(Fr=>Fr.id===We.metadata.id?structuredClone(We.metadata):Fr);let no=AO(We,{options:t,settings:s,typeRegistry:l,statusRegistry:o,runtimeFieldRegistry:a,extensionRegistrations:c,extensionFieldNames:d,clearItemMetadataKeys:y,dependencyUpdates:S,dependencyRemovals:x,commentUpdates:T,noteUpdates:L,learningUpdates:z,fileUpdates:P,testUpdates:C,docUpdates:D,resolvedParentValue:re.resolvedParentValue,resolvedBlockedByDependencyId:Ke,runtimeFieldUpdates:nt,nowValue:k,nowIso:E,author:w,pmRoot:i});return QR({before:Le,document:We,statusRegistry:o}),no}});await M();let to=Le?is(Le,Le.map(We=>We.id===mt.item.id?mt.item:We),mt.item.id):[];return{item:mt.item,changed_fields:mt.changedFields,warnings:[...ne,...At,...b,...to,...mt.warnings],...rt===void 0?{}:{lifecycle_transition:rt}}}finally{await M()}}function CO(e,t){return e.ownershipMetadataBypass===!0||e.ownershipDependencyBypass===!0?"update_ownership_bypass":t.recurrenceReason===void 0?"update":"reopen"}function IO(e){if(e.recurrenceReason===void 0)return;let t=ae(e.document.metadata.status,e.statusRegistry)??e.document.metadata.status;if(!ce(t,e.statusRegistry))throw new p(`Item ${e.document.metadata.id} is already active with status ${t}; recurrence transitions require a terminal item.`,f.CONFLICT,{code:"item_already_active",reason:"recurrence_requires_terminal_item",required:"Use item reopen only for a terminal item whose work has recurred.",why:"Appending a recurrence event to active work would corrupt lifecycle history.",recovery:{suggested_retry:`pm get ${e.document.metadata.id} --full`,suggested_retry_args:["get",e.document.metadata.id,"--full"]},nextSteps:[`Inspect the active item with: pm get ${e.document.metadata.id} --full`,`Continue the existing work with: pm update ${e.document.metadata.id} ...`]});let n=e.requestedStatus??e.statusRegistry.open_status,r=ae(n,e.statusRegistry)??n,i=e.document.metadata,s=Object.fromEntries(["close_reason","resolution","expected_result","actual_result","fixed_version"].flatMap(o=>{let a=i[o];return typeof a=="string"?[[o,a]]:[]}));return{reason:e.recurrenceReason,from_status:t,to_status:r,previous_terminal:s}}async function RO(e,t,n){return sy(e,t,n)}async function wB(e,t,n,r){let i=await sy(e,t,n,{recurrenceReason:r});if(i.lifecycle_transition===void 0)throw new p(`Item ${e} did not produce the required recurrence receipt.`,f.GENERIC_FAILURE,{code:"reopen_receipt_missing",reason:"recurrence_transition_not_recorded",required:"A successful reopen must return the terminal-to-active lifecycle transition recorded in immutable history."});return{...i,lifecycle_transition:i.lifecycle_transition}}import Cc from"node:fs/promises";import oy 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]="7df80849-51e1-5efa-b40a-b44088f941a9")}catch{}})();var OO=1440*60*1e3,NO=new Set(["committed","compensated"]);function LO(e){let t;try{t=JSON.parse(e)}catch{return{status:null,updatedAt:null}}if(typeof t!="object"||t===null||Array.isArray(t))return{status:null,updatedAt:null};let n=t;return{status:typeof n.status=="string"?n.status:null,updatedAt:typeof n.updatedAt=="string"?n.updatedAt:null}}function MO(e,t,n,r,i){let s=n===null?Number.NaN:Date.parse(n);if(t===null||!Number.isFinite(s))return{entry:{file:e,status:t,age_seconds:null,stale:!1,reason:"unparseable"},remove:!1};let o=r-s;return NO.has(t)?o>i?{entry:{file:e,status:t,age_seconds:Math.floor(o/1e3),stale:!0},remove:!0}:{entry:{file:e,status:t,age_seconds:Math.floor(o/1e3),stale:!1,reason:"fresh"},remove:!1}:{entry:{file:e,status:t,age_seconds:Math.floor(o/1e3),stale:!1,reason:"active"},remove:!1}}async function DO(e,t,n,r){let i=r.hooks?.onRead?await r.hooks.onRead(e):[],s=LO(await Cc.readFile(e,"utf8")),o=MO(t,s.status,s.updatedAt,r.nowMs,r.retentionMs);return o.entry.reason==="unparseable"&&i.push(`transaction_journal_unparseable:${n}`),o.remove&&!r.dryRun&&(await Cc.rm(e,{force:!0}),r.hooks?.onWrite&&i.push(...await r.hooks.onWrite(e))),{decision:o,warnings:i}}async function ay(e,t){let{dryRun:n,hooks:r}=t,i=t.now??Date.now(),s=Math.max(0,t.retentionDays)*OO,o=oy.join(e,"transactions","sdk"),a={scanned:0,removed:[],retained:[],warnings:[],entries:[]},c;try{c=(await Cc.readdir(o)).filter(d=>d.endsWith(".json")).sort((d,l)=>d.localeCompare(l))}catch(d){if(q(d))return a;throw d}for(let d of c){let l=oy.join(o,d),u=`transactions/sdk/${d}`,m=await DO(l,u,d,{dryRun:n,hooks:r,nowMs:i,retentionMs:s});a.warnings.push(...m.warnings),a.scanned+=1;let{decision:_}=m;if(!_.remove){a.retained.push(u),a.entries.push(_.entry);continue}a.removed.push(u),a.entries.push(_.entry)}return a}import An from"node:fs/promises";import Ps from"node:path";import Ds from"node:fs/promises";import Ic 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]="b26cf702-330e-5cf5-8371-204220d5c5c9")}catch{}})();var PO=864e5;function FO(e){let t;try{t=JSON.parse(e)}catch{return null}if(typeof t!="object"||t===null||Array.isArray(t))return null;let n=t.created_at;return typeof n=="string"?n:null}async function $O(e,t){let n;try{n=await Ds.readdir(e,{withFileTypes:!0})}catch(i){if(q(i))return[];throw i}let r=[];for(let i of n)if(i.isDirectory()){let s=Ic.join(e,i.name),o;try{o=await Ds.readdir(s)}catch(a){q(a)||t.push(`checkpoint_subdir_unreadable:${i.name}`);continue}for(let a of o)a.endsWith(".json")&&r.push(`${i.name}/${a}`)}else i.name.endsWith(".json")&&r.push(i.name);return r.sort()}async function cy(e,t){let{dryRun:n,hooks:r}=t,i=t.now??Date.now(),s=Math.max(0,t.retentionDays)*PO,o=Ic.join(e,"checkpoints"),a={scanned:0,removed:[],retained:[],warnings:[],entries:[]},c=await $O(o,a.warnings);for(let d of c){let l=Ic.join(o,d),u=`checkpoints/${d}`;a.scanned+=1,r?.onRead&&a.warnings.push(...await r.onRead(l));let m;try{m=await Ds.readFile(l,"utf8")}catch(w){if(q(w)){a.scanned-=1;continue}a.warnings.push(`checkpoint_unreadable:${d}`),a.retained.push(u),a.entries.push({file:u,created_at:null,age_seconds:null,stale:!1,reason:"unparseable"});continue}let _=FO(m),g=_===null?Number.NaN:Date.parse(_);if(!Number.isFinite(g)){a.warnings.push(`checkpoint_unparseable:${d}`),a.retained.push(u),a.entries.push({file:u,created_at:_,age_seconds:null,stale:!1,reason:"unparseable"});continue}let h=i-g,y={file:u,created_at:_,age_seconds:Math.floor(h/1e3),stale:h>s,reason:h>s?"expired":"active"};if(!y.stale){a.retained.push(u),a.entries.push(y);continue}if(!n){try{await Ds.unlink(l)}catch(w){if(!q(w)){a.warnings.push(`checkpoint_remove_failed:${d}`),a.retained.push(u),a.entries.push(y);continue}}r?.onWrite&&a.warnings.push(...await r.onWrite(l))}a.removed.push(u),a.entries.push(y)}return 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]="76f8405f-138d-5119-a300-f068354394a5")}catch{}})();var Tr=["index","embeddings","runtime","locks","checkpoints","transactions"],UO=1440*60*1e3,jO=[{scope:"index",relativePath:"index/manifest.json",kind:"file"},{scope:"embeddings",relativePath:"search/embeddings.jsonl",kind:"file"},{scope:"embeddings",relativePath:"search/vectorization-status.json",kind:"file"},{scope:"embeddings",relativePath:"search/lancedb",kind:"directory"},{scope:"embeddings",relativePath:"search/pending-refresh.json",kind:"file"},{scope:"embeddings",relativePath:"search/pending-refresh.gate.lock",kind:"directory"},{scope:"runtime",relativePath:"runtime/test-runs",kind:"directory"},{scope:"runtime",relativePath:"runtime/history-drift-cache.json",kind:"file"}];async function GO(e,t,n){let r=t.relativePath,i=Ps.join(e,r),s=await De({path:i,scope:"project"});try{let o=await An.stat(i);if(t.kind==="file"&&!o.isFile())return{removed:!1,warnings:[...s,`not_a_file:${r}`]};if(t.kind==="directory"&&!o.isDirectory())return{removed:!1,warnings:[...s,`not_a_directory:${r}`]};if(n)return{removed:!0,warnings:s};t.kind==="file"?await An.unlink(i):await An.rm(i,{recursive:!0,force:!0});let a=await Ge({path:i,scope:"project",op:"gc:remove"});return{removed:!0,warnings:[...s,...a]}}catch(o){if(q(o))return{removed:!1,warnings:s};throw o}}async function qO(e,t){let n=[{relativePath:"runtime/workspace-snapshots/objects",prefix:".create-"},{relativePath:"runtime/workspace-snapshots/refs",prefix:".ref-"}],r=[],i=[],s=[],o=Date.now()-UO;for(let a of n){let c=Ps.join(e,a.relativePath);if(!await B(c))continue;let d=(await An.readdir(c)).filter(l=>l.startsWith(a.prefix)).sort();for(let l of d){let u=Ps.posix.join(a.relativePath,l),m=Ps.join(c,l);s.push(...await De({path:m,scope:"project"}));let _=await An.stat(m).catch(g=>{if(!q(g))throw g});if(_){if(_.mtimeMs>o){i.push(u);continue}r.push(u),!t&&(await An.rm(m,{recursive:!0,force:!0}),s.push(...await Ge({path:m,scope:"project",op:"gc:workspace_snapshot_temp_remove"})))}}}return{removed:r,retained:i,warnings:s}}function KO(e){if(!e||e.length===0)return[...Tr];let t=e.flatMap(r=>r.split(",")).map(r=>r.trim().toLowerCase()).filter(r=>r.length>0);if(t.length===0)throw new p(`--scope requires at least one value (${Tr.join(",")})`,f.USAGE);let n=new Set;for(let r of t){if(!Tr.includes(r))throw new p(`Invalid --scope value "${r}". Expected one or more of: ${Tr.join(", ")}`,f.USAGE);n.add(r)}return Tr.filter(r=>n.has(r))}function zO(e){let t=[];e.dryRun&&t.push("Dry-run preview only: no cache artifacts were deleted.");let n=e.scopes.includes("index")||e.scopes.includes("embeddings"),r=e.removed.some(i=>i==="index/manifest.json"||i==="search/embeddings.jsonl"||i==="search/vectorization-status.json"||i==="search/lancedb"||i==="search/pending-refresh.json"||i==="search/pending-refresh.gate.lock");return n&&r&&t.push('Search artifacts were removed; the semantic index (including any queued background refresh) is invalidated. Run "pm install search-advanced --project" if reindex is unavailable, then "pm reindex --mode keyword" (and "--mode semantic" when semantic search is enabled) before search-heavy workflows.'),e.removed.includes("runtime/history-drift-cache.json")&&t.push('History drift cache was removed; the next "pm health" run performs a full history-drift re-scan.'),!e.dryRun&&e.removed.some(i=>i.startsWith("checkpoints/"))&&t.push('Aged rollback checkpoints were removed; their "pm update-many"/"pm close-many --rollback" windows are no longer recoverable.'),!e.dryRun&&e.removed.some(i=>i.startsWith("transactions/"))&&t.push("Aged terminal workspace-transaction journals were removed; replaying those transactionIds re-executes their idempotent steps instead of short-circuiting."),t}async function qB(e,t={}){let n=R(process.cwd(),e.path);await $(n);let r=await I(n),i=t.dryRun===!0,s=KO(t.scope),o=jO.filter(g=>s.includes(g.scope)),a=[],c=[],d=[];for(let g of o){let h=await GO(n,g,i);h.removed?a.push(g.relativePath):c.push(g.relativePath),d.push(...h.warnings)}if(s.includes("runtime")){let g=await qO(n,i);a.push(...g.removed),c.push(...g.retained),d.push(...g.warnings)}let l;if(s.includes("locks")){let g=await Kp(n,{dryRun:i,hooks:{onRead:h=>De({path:h,scope:"project"}),onWrite:h=>Ge({path:h,scope:"project",op:"gc:lock_remove"})}});a.push(...g.removed),c.push(...g.retained),d.push(...g.warnings),l={scanned:g.scanned,removed:g.removed.length,retained:g.retained.length}}let u;if(s.includes("transactions")){let g=r.checkpoints.retention_days,h=await ay(n,{dryRun:i,retentionDays:g,hooks:{onRead:y=>De({path:y,scope:"project"}),onWrite:y=>Ge({path:y,scope:"project",op:"gc:transaction_journal_remove"})}});a.push(...h.removed),c.push(...h.retained),d.push(...h.warnings),u={scanned:h.scanned,removed:h.removed.length,retained:h.retained.length,retention_days:g}}let m;if(s.includes("checkpoints")){let g=r.checkpoints.retention_days,h=await cy(n,{dryRun:i,retentionDays:g,hooks:{onRead:y=>De({path:y,scope:"project"}),onWrite:y=>Ge({path:y,scope:"project",op:"gc:checkpoint_remove"})}});a.push(...h.removed),c.push(...h.retained),d.push(...h.warnings),m={scanned:h.scanned,removed:h.removed.length,retained:h.retained.length,retention_days:g}}d.push(...await sl({mode:i?"gc:dry-run":"gc",total_items:o.length}));let _=zO({dryRun:i,scopes:s,removed:a});return{ok:d.length===0,dry_run:i,scope:s,removed:a,retained:c,warnings:d,...l?{locks:l}:{},...m?{checkpoints:m}:{},...u?{transactions:u}:{},guidance:_,generated_at: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]="c7c75b13-7317-5089-9869-7e6e22ed95b2")}catch{}})();var BO="1h",WO="now",HO="+1d";function St(e,t,n){n!==void 0&&e.push(`${t}="${n.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`)}function dy(e,t,n){let r={type:e,title:t,schedulePreset:"lightweight",parent:n.parent,allowMissingParent:n.allowMissingParent,tags:n.tags,priority:n.priority,body:n.body,description:n.description,author:n.author,message:n.message};return Pe(n,r)}async function ly(e,t,n,r){let i=dy(e,t,n),s=[];return St(s,"start",n.start??WO),n.end!==void 0?St(s,"end",n.end):St(s,"duration",n.duration??BO),St(s,"location",n.location),St(s,"timezone",n.timezone),n.allDay===!0&&St(s,"all_day","true"),i.event=[s.join(",")],Ec(i,r)}function WB(e,t,n){return ly("Meeting",e,t,n)}function HB(e,t,n){return ly("Event",e,t,n)}function VB(e,t,n){let r=dy("Reminder",e,t),i=[];return St(i,"at",t.at??HO),St(i,"text",t.text??e),r.reminder=[i.join(",")],Ec(r,n)}import{constants as Tt}from"node:os";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="1c74b5a9-67b8-597c-98de-a4487691081f")}catch{}})();var uy=new Map([["EACCES",{summary:"was denied filesystem permission",recovery:"Grant the required filesystem access, then retry.",category:"permission"}],["EDQUOT",{summary:"exceeded the filesystem quota",recovery:"Raise or reclaim the filesystem quota, then retry.",category:"capacity"}],["EMFILE",{summary:"exhausted the process file-descriptor limit",recovery:"Close unused file handles or raise the process limit, then retry.",category:"resource"}],["ENFILE",{summary:"exhausted the host file-descriptor limit",recovery:"Free host file descriptors or raise the host limit, then retry.",category:"resource"}],["ENOMEM",{summary:"ran out of available memory",recovery:"Free memory or reduce concurrent work, then retry.",category:"resource"}],["ENOSPC",{summary:"ran out of storage space",recovery:"Free storage on the filesystem holding the project, then retry.",category:"capacity"}],["EPERM",{summary:"was denied by the host permission policy",recovery:"Grant the required filesystem permission, then retry.",category:"permission"}],["EROFS",{summary:"targeted a read-only filesystem",recovery:"Use a writable project filesystem or remount it read-write, then retry.",category:"permission"}]]),VO=/^[a-z][a-z0-9_]{0,63}$/u,YO=new Map([[Tt.errno.EACCES,"EACCES"],[Tt.errno.EDQUOT,"EDQUOT"],[Tt.errno.EMFILE,"EMFILE"],[Tt.errno.ENFILE,"ENFILE"],[Tt.errno.ENOMEM,"ENOMEM"],[Tt.errno.ENOSPC,"ENOSPC"],[Tt.errno.EPERM,"EPERM"],[Tt.errno.EROFS,"EROFS"]].filter(([e])=>Number.isInteger(e))),XO={capacity:{code:"host_environment_capacity_fault"},permission:{code:"host_environment_permission_fault"},resource:{code:"host_environment_resource_fault"}};function JO(e){if(typeof e!="object"||e===null)return null;let t=e;return typeof t.code=="string"&&uy.has(t.code)?t.code:typeof t.errno!="number"||!Number.isInteger(t.errno)?null:YO.get(Math.abs(t.errno))??null}function QO(e,t,n={}){let r=JO(e);if(r===null)return null;if(!VO.test(t))throw new p("Host environment operation labels must be bounded identifiers.",f.USAGE,{code:"host_environment_operation_invalid",field:"operation"});let i=uy.get(r);return new p(`Host filesystem operation ${t} ${i.summary}.`,f.GENERIC_FAILURE,{code:n.codes?.[i.category]??XO[i.category].code,reason:r,required:i.recovery,why:n.why??"The operating system refused a required project filesystem operation.",nextSteps:[i.recovery,...n.nextSteps??[]],...n.suggestedRetry?{recovery:{suggested_retry:n.suggestedRetry}}:{}})}async function Fs(e,t,n={}){try{return await t()}catch(r){throw QO(r,e,n)??r}}import Ar from"node:crypto";import{cp as my,lstat as ZO,mkdir as Wt,readFile as Cn,readdir as Oc,rename as _y,rm as Lc,writeFile as $s}from"node:fs/promises";import j 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]="2580e043-8675-5070-b57e-30cae333228c")}catch{}})();var gy="https://schema.unbrained.dev/pm/workspace-snapshot/v1",lW=["create","list","inspect","restore","delete"],hy=j.join("runtime","workspace-snapshots"),e0=new Set(["checkpoints","locks","runtime","search","transactions"]),t0=/^[a-z0-9][a-z0-9._-]*$/,xr="sdk-workspace-transaction",Rc={capacity:{code:"workspace_snapshot_storage_exhausted"},permission:{code:"workspace_snapshot_permission_denied"},resource:{code:"workspace_snapshot_resource_exhausted"}},yy={renameEntry:_y,removeEntry:async e=>{await Lc(e,{recursive:!0,force:!0})}},Nc=class{lockPath;owner;intervalMs;timer;refresh;failure;constructor(t,n,r){this.lockPath=t,this.owner=n,this.intervalMs=Math.max(10,Math.floor(r*1e3/3))}start(){this.scheduleRenewal(),this.timer=setInterval(()=>{this.scheduleRenewal()},this.intervalMs),this.timer.unref()}async refreshNow(){this.scheduleRenewal(),await this.refresh,this.assertHealthy()}assertHealthy(){if(this.failure!==void 0)throw new Error("Workspace snapshot restore lost its writer lock",{cause:this.failure})}async stop(){this.timer!==void 0&&clearInterval(this.timer),await this.refresh,this.assertHealthy()}scheduleRenewal(){this.refresh!==void 0||this.failure!==void 0||(this.refresh=this.renew().catch(t=>{this.failure=t}).finally(()=>{this.refresh=void 0}))}async renew(){let t=JSON.parse(await Cn(this.lockPath,"utf8"));if(typeof t!="object"||t===null||Array.isArray(t))throw new Error("Workspace writer lock has invalid structure");let n=t;if(n.id!==xr||n.owner!==this.owner||n.pid!==process.pid)throw new Error("Workspace writer lock ownership changed");await _e(this.lockPath,`${JSON.stringify({...n,created_at:new Date().toISOString()},null,2)}
19
- `)}};async function wy(e,t=""){let n=await Oc(j.join(e,t),{withFileTypes:!0}),r=[];for(let i of n.sort((s,o)=>s.name.localeCompare(o.name))){if(t.length===0&&e0.has(i.name))continue;let s=j.posix.join(t.replaceAll(j.sep,"/"),i.name);if(i.isSymbolicLink())throw new Error(`Workspace snapshots reject symbolic links: ${s}`);if(i.isDirectory())r.push(...await wy(e,s));else if(i.isFile())r.push(s);else throw new Error(`Workspace snapshots reject unsupported filesystem entries: ${s}`)}return r}async function vy(e){let t=await wy(e),n=Ar.createHash("sha256"),r=[],i=0;for(let o of t){let a=await Cn(j.join(e,o));r.push(a),i+=a.byteLength,n.update(o),n.update("\0"),n.update(String(a.byteLength)),n.update("\0"),n.update(a)}let s=n.digest("hex");return{manifest:{schema:gy,fingerprint:s,files:t,bytes:i},contents:r}}function fy(e){return e===void 0||e.byteLength===0?0:e.toString("utf8").split(`
20
- `).filter(t=>t.trim().length>0).length}async function n0(e,t){let n=new Map;for(let r=0;r<t.length;r+=32){let i=t.slice(r,r+32),s=await Promise.all(i.map(async o=>[o,await Cn(j.join(e,o))]));for(let[o,a]of s)n.set(o,a)}return n}function Mc(e){if(!t0.test(e))throw new p("Snapshot names and fingerprints must use lowercase letters, digits, dots, underscores, or hyphens",f.USAGE,{code:"invalid_workspace_snapshot_target",required:"Provide a non-empty lowercase snapshot name or 64-character hexadecimal fingerprint.",why:"Snapshot targets are used as portable reference filenames and content identities.",examples:["pm workspace snapshot list --json","pm workspace snapshot inspect baseline --json"],nextSteps:["List available snapshots, then retry with a returned name or fingerprint."],recovery:{suggested_retry:"pm workspace snapshot list --json"}})}async function by(e,t){return Fs(`workspace_snapshot_${e}`,t,{codes:{capacity:Rc.capacity.code,permission:Rc.permission.code,resource:Rc.resource.code},why:"Snapshot create and restore copy authoritative tracker state before activation, so the stage needs capacity and write access up front.",nextSteps:["Reclaim rebuildable tracker cache space with pm gc, then retry."],suggestedRetry:"pm gc --json"})}function Ht(e){return j.join(e,hy)}function ky(e){return new p(`Unknown workspace snapshot: ${e}`,f.NOT_FOUND,{code:"workspace_snapshot_not_found",required:"Use a snapshot name or fingerprint returned by snapshot list.",why:"The requested reference or immutable snapshot object does not exist.",examples:["pm workspace snapshot list --json"],nextSteps:["List available snapshots and retry with an exact target."],recovery:{suggested_retry:"pm workspace snapshot list --json"}})}async function Ey(e,t){try{return JSON.parse(await Cn(e,"utf8"))}catch(n){throw q(n)?ky(t):n}}async function py(e,t,n){try{await Lc(e,{recursive:n})}catch(r){throw q(r)?ky(t):r}}async function r0(e,t,n=yy){try{return await n.renameEntry(e,t),!1}catch(r){if(!(r instanceof Error&&"code"in r&&(r.code==="EEXIST"||r.code==="ENOTEMPTY")))throw r;return await n.removeEntry(e),!0}}async function i0(e,t,n,r,i){await r.renameEntry(t,n);try{await r.renameEntry(e,t),await i?.()}catch(s){throw await r.renameEntry(n,t),await r.removeEntry(e),s}await r.removeEntry(n)}async function s0(e,t){return Mc(t),/^[a-f0-9]{64}$/.test(t)?t:(await Ey(j.join(Ht(e),"refs",`${t}.json`),t)).fingerprint}async function o0(e,t={}){if(t.name!==void 0&&(Mc(t.name),/^[a-f0-9]{64}$/.test(t.name)))throw new p("Snapshot names must not be 64-character lowercase hexadecimal fingerprints",f.USAGE,{code:"workspace_snapshot_name_reserved_fingerprint",required:"Choose a human-readable reference name that cannot be mistaken for a content fingerprint.",why:"Exact 64-character hexadecimal values address immutable objects.",examples:["pm workspace snapshot create baseline --json"],nextSteps:["Retry with a shorter descriptive snapshot name."]});let{manifest:n,contents:r}=await vy(e),i=Ht(e),s=j.join(i,"objects",n.fingerprint),o=!1;try{o=(await ZO(s)).isDirectory()}catch(a){if(!(a instanceof Error&&"code"in a&&q(a)))throw a}if(!o){let a=j.join(i,"objects",`.create-${process.pid}-${Ar.randomUUID()}`);await by("create_object",async()=>{await Wt(j.join(a,"files"),{recursive:!0});for(let[c,d]of n.files.entries()){let l=j.join(a,"files",d);await Wt(j.dirname(l),{recursive:!0}),await $s(l,r[c])}await $s(j.join(a,"manifest.json"),`${JSON.stringify(n,null,2)}
21
- `,"utf8"),await Wt(j.dirname(s),{recursive:!0})}),o=await r0(a,s)}if(t.name!==void 0){let a={name:t.name,fingerprint:n.fingerprint},c=j.join(i,"refs");await Wt(c,{recursive:!0});let d=j.join(c,`.ref-${process.pid}-${Ar.randomUUID()}`);await $s(d,`${JSON.stringify(a,null,2)}
22
- `,"utf8"),await _y(d,j.join(c,`${t.name}.json`))}return{manifest:n,...t.name===void 0?{}:{name:t.name},deduplicated:o}}async function Dc(e,t){let n=await s0(e,t),r=await Ey(j.join(Ht(e),"objects",n,"manifest.json"),t);if(r.schema!==gy||r.fingerprint!==n)throw new p(`Snapshot manifest identity mismatch: ${t}`,f.CONFLICT,{code:"workspace_snapshot_manifest_mismatch",required:"Use an intact snapshot whose manifest fingerprint matches its object path.",why:"Content identity must be verified before snapshot data is trusted.",examples:["pm workspace snapshot list --json"],nextSteps:["Inspect or recreate the snapshot before restoring it."]});return r}async function a0(e){let t=Ht(e),n=await Oc(j.join(t,"objects")).catch(i=>{if(i instanceof Error&&"code"in i&&q(i))return[];throw i}),r=await Oc(j.join(t,"refs")).catch(i=>{if(i instanceof Error&&"code"in i&&q(i))return[];throw i});return{objects:await Promise.all(n.filter(i=>/^[a-f0-9]{64}$/.test(i)).sort().map(i=>Dc(e,i))),references:await Promise.all(r.filter(i=>i.endsWith(".json")).sort().map(async i=>JSON.parse(await Cn(j.join(t,"refs",i),"utf8"))))}}async function c0(e,t){let n=await Dc(e,t),{manifest:r,contents:i}=await vy(e),s=new Map(r.files.map((u,m)=>[u,i[m]])),o=await n0(j.join(Ht(e),"objects",n.fingerprint,"files"),n.files),a=new Set(r.files),c=new Set(n.files),d=new Set([...a,...c]);for(let u of d){let m=s.get(u),_=o.get(u);m!==void 0&&_!==void 0&&m.equals(_)&&d.delete(u)}let l=r.files.filter(u=>u.startsWith("history/")&&u.endsWith(".jsonl")).map(u=>{let m=fy(s.get(u)),_=fy(o.get(u));return{path:u,current_entries:m,target_entries:_,removed_entries:Math.max(0,m-_)}}).filter(u=>u.removed_entries>0).sort((u,m)=>u.path.localeCompare(m.path));return{target_fingerprint:n.fingerprint,current_fingerprint:r.fingerprint,changed_file_count:d.size,removed_file_count:[...a].filter(u=>!c.has(u)).length,added_file_count:[...c].filter(u=>!a.has(u)).length,removed_item_count:[...a].filter(u=>u.endsWith(".toon")&&!c.has(u)).length,affected_history_stream_count:l.length,removed_history_entry_count:l.reduce((u,m)=>u+m.removed_entries,0),affected_history_streams:l,changes_authoritative_state:r.fingerprint!==n.fingerprint}}async function d0(e,t,n={}){if(n.force!==!0)throw new p("Workspace snapshot restore requires explicit force confirmation; inspect the impact with planWorkspaceSnapshotRestore or pm workspace snapshot restore <target> --dry-run, then retry with force",f.USAGE,{code:"workspace_snapshot_force_required",required:"Preview the destructive impact, then explicitly confirm the restore.",why:"A restore replaces the complete authoritative tracker state.",examples:[`pm workspace snapshot restore ${t} --dry-run --json`,`pm workspace snapshot restore ${t} --force --json`],nextSteps:["Review the dry-run counts before retrying with --force."],recovery:{suggested_retry:`pm workspace snapshot restore ${t} --dry-run --json`}});let r=n.author?.trim()||"pm-sdk",i=n.lockTtlSeconds??60,s=n.lockWaitMs??5e3,o=await nn(e,xr,i,r,!1,!1,s),a=new Nc(Br(e,xr),r,i);a.start(),await a.refreshNow();let c,d=!1,l=!1;try{let u=await c0(e,t),m=await Dc(e,t),_=await o0(e),g=m.fingerprint,h=Ht(e),y=j.join(h,"objects",g,"files"),w=j.dirname(e),k=j.basename(e);c=j.join(w,`.${k}.restore-${Ar.randomUUID()}`);let E=j.join(w,`.${k}.backup-${Ar.randomUUID()}`);await by("restore_stage",async()=>{await Wt(c,{recursive:!0}),await my(y,c,{recursive:!0,force:!1}),await Wt(j.join(c,"runtime"),{recursive:!0}),await my(h,j.join(c,hy),{recursive:!0,force:!1})});let S=await rn({pmRoot:c,op:"workspace_snapshot_restore",author:r,message:n.message??`Restore workspace snapshot ${g}; recovery snapshot ${_.manifest.fingerprint}`,context:{target_fingerprint:g,pre_restore_fingerprint:_.manifest.fingerprint,changed_file_count:u.changed_file_count,removed_file_count:u.removed_file_count,removed_item_count:u.removed_item_count,affected_history_stream_count:u.affected_history_stream_count,removed_history_entry_count:u.removed_history_entry_count},lockTtlSeconds:i,lockWaitMs:s}),b=j.relative(c,S.historyPath).replaceAll("\\","/");await a.stop(),l=!0;let x=Br(c,xr);return await Wt(j.dirname(x),{recursive:!0}),await $s(x,await Cn(Br(e,xr)),{flag:"wx"}),d=!0,await i0(c,e,E,yy,async()=>{a.start(),l=!1,await a.refreshNow()}),await a.stop(),l=!0,{manifest:m,plan:u,recovery_fingerprint:_.manifest.fingerprint,audit_history_path:b,audit_operation:"workspace_snapshot_restore"}}catch(u){throw c!==void 0&&!d&&await Promise.allSettled([Lc(c,{recursive:!0,force:!0})]),u}finally{try{l||await a.stop()}catch{}finally{await o()}}}async function uW(e,t){return(await d0(e,t,{force:!0,message:"Restore requested through the compatibility SDK signature"})).manifest}async function mW(e,t){Mc(t);let n=Ht(e);if(!/^[a-f0-9]{64}$/.test(t))return await py(j.join(n,"refs",`${t}.json`),t,!1),{deleted:"reference",target:t};let{references:r}=await a0(e);if(r.some(i=>i.fingerprint===t))throw new Error(`Snapshot object ${t} is still referenced`);return await py(j.join(n,"objects",t),t,!0),{deleted:"object",target:t}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="d1930c5a-6849-5f78-8090-a436f61711ae")}catch{}})();function _W(e){return ni("in_progress",e)??e.open_status}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7ef5cc14-ad6b-5cce-a1a1-e5cfac85fbc2")}catch{}})();var l0=Object.freeze({"--body":"Set the item body.","--body-file":"Read the item body from a file, or from stdin when set to -.","--description":"Set the item description.","--stdin":"Read the value from stdin.","--stdin-json":"Read a complete JSON document from stdin."}),u0=new Set(["--add","--body","--comment","--dep","--dep-remove","--description","--doc","--event","--field","--file","--learning","--note","--remove","--reminder","--test","--type-option"]),m0=new Set(["append","comments","create","docs","files","learnings","notes","test","update","update-many"]),f0=new Set(["close-many:--ids","comments:--file","create:--body-file","history-compact:--ids","learnings:--file","notes:--file","update:--body-file","update-many:--ids"]),p0=new Set(["close-many:--ids","history-compact:--ids","update-many:--ids"]),_0=["--allow-","--check-","--dry-run","--explain","--fail-","--fix-","--full","--has-","--include-","--json","--no-","--prune-","--quiet","--refresh-","--require-","--runtime-only","--schema-only","--skip-","--stream","--strict-","--summary","--today","--verbose"],g0=new Set(["--activate","--active-only","--adopt","--adopt-all","--all","--all-actionable","--all-affected-ids","--all-day","--all-streams","--acknowledge-linked-tests","--append-stable","--auto-fix","--auto-pm-context","--availability-only","--background","--brief","--by-assignee","--by-priority","--by-tag","--catalog","--claim","--clear","--clear-comments","--clear-criteria","--clear-deps","--clear-docs","--clear-events","--clear-files","--clear-learnings","--clear-notes","--clear-reminders","--clear-tests","--clear-type-options","--cli-only","--closed","--compact","--completion","--count","--counts","--deactivate","--declarative","--defaults","--describe","--diff","--doctor","--empty-body","--explore","--field-utilization","--filter-empty-body","--flags-only","--follow","--force","--global","--highlight","--hybrid","--id-only","--if-available","--ignore-global","--include_unparented","--infer","--init","--install","--isolated","--lean","--list","--local","--manage","--markdown","--metadata-coverage","--next","--normalize-provenance","--only","--only-last","--output-row-contract","--override-linked-pm-context","--override-linked-workspace-context","--packages-only","--past","--phrase-exact","--profile","--progress","--project","--promote-to-item-dep","--provenance","--provenance-summary","--raw","--ready-only","--ready_only","--rebuild","--recent","--reload","--repair","--replace-deps","--replace-docs","--replace-files","--replace-tests","--required","--required-on-create","--run","--runtime-probe","--save-baseline","--scaffold","--semantic","--shared-host-safe","--storage","--title-exact","--token-accounting","--trace","--tree","--unbounded","--uninstall","--validate-paths","--verify","--watch","--with-packages"]),h0=new Set(["--only-index"]),y0=new Set(["activity:--stream","eval:--fail-under","validate:--fix-scope"]),w0=new Set(["activity:--stream","close:--validate-close","close-many:--validate-close","comments:--author","learnings:--author","notes:--author"]),v0=new Set(["--regression"]);function b0(e,t){return t==="--stdin"||t==="--stdin-json"?["stdin"]:f0.has(`${e}:${t}`)?["argv","file","stdin"]:t.endsWith("-file")?["argv","file"]:u0.has(t)&&m0.has(e)?["argv","stdin"]:["argv"]}function k0(e,t){let n=y0.has(`${e}:${t.flag}`)||t.value_name!==void 0||t.value_type==="string"||t.value_type==="number"||t.list===!0||t.repeatable===!0,r=t.value_type==="boolean"||t.flag==="--stdin"||t.flag==="--stdin-json"||t.flag.startsWith("--filter-")&&(t.flag.endsWith("-missing")||t.flag.startsWith("--filter-has-")||t.flag.startsWith("--filter-no-"))||_0.some(i=>t.flag.startsWith(i));return n||h0.has(t.flag)||!g0.has(t.flag)&&!r}function E0(e,t){let n=k0(e,t),r=b0(e,t.flag),i=t.description??l0[t.flag]??`${n?"Set":"Enable"} ${t.flag.slice(2).replaceAll("-"," ")}.`;return{...t,description:i,takes_value:n,value_required:n&&!v0.has(t.flag)&&!w0.has(`${e}:${t.flag}`),...n?{value_name:t.value_name??"value"}:{},value_type:n?t.value_type??"string":"boolean",required:t.required===!0,repeatable:t.repeatable===!0||t.list===!0,input_sources:r,...r.includes("stdin")&&t.flag!=="--stdin"&&t.flag!=="--stdin-json"?{stdin_token:"-"}:{},...p0.has(`${e}:${t.flag}`)?{file_token_prefix:"@"}:{}}}function Sy(e,t){return t.map(n=>E0(e,n))}function hW(e,t,n){let r=e.trim().toLowerCase(),i=[],s=new Map,o=0;for(let c of n)if(c.command.trim().toLowerCase()===r){if(o+=1,s.has(c.flag)){i.push({code:"duplicate_observation",command:r,flag:c.flag,detail:`${r} ${c.flag} was observed more than once.`});continue}s.set(c.flag,c)}let a=new Set(t.map(({flag:c})=>c));for(let c of t){let d=s.get(c.flag);if(!d){i.push({code:"missing_observation",command:r,flag:c.flag,detail:`${r} ${c.flag} has no executable option observation.`});continue}for(let[l,u]of[["takes_value","takes_value_mismatch"],["value_required","value_required_mismatch"],["repeatable","repeatable_mismatch"]])c[l]!==d[l]&&i.push({code:u,command:r,flag:c.flag,detail:`${r} ${c.flag} declares ${l}=${String(c[l])} but the executable option reports ${String(d[l])}.`})}for(let c of s.values())a.has(c.flag)||i.push({code:"undeclared_observation",command:r,flag:c.flag,detail:`${r} ${c.flag} is executable but absent from invocation contracts.`});return i.sort((c,d)=>c.flag.localeCompare(d.flag)||c.code.localeCompare(d.code)),{ok:i.length===0,declared_count:t.length,observed_count:o,findings: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]="d8f3f734-9adf-56f3-a5ba-c8b6407c4a89")}catch{}})();var S0=new Set(["claim","close","context","create","get","help","init","list","next","plan","release","search","update","validate"]),T0=new Set(["append","comments","config","contracts","deps","docs","events","files","focus","graph","health","history","learnings","list-all","list-blocked","list-closed","list-in-progress","list-open","notes","profile","schema","test"]),x0=Object.freeze({workspace:new Set(["config","gc","health","init","merge","profile","schema","telemetry","workspace"]),intake:new Set(["copy","create","focus","item","restore"]),context:new Set(["activity","aggregate","context","ctx","duplicates","eval","get","help","list","list-all","list-blocked","list-canceled","list-closed","list-draft","list-in-progress","list-open","next","search","stats"]),lifecycle:new Set(["claim","close","close-many","close-task","delete","pause-task","item-reopen","release","start-task","update","update-many"]),evidence:new Set(["append","comments","docs","events","files","history","history-author-acknowledge","history-compact","history-redact","history-repair","learnings","notes"]),graph:new Set(["deps","graph","plan"]),quality:new Set(["assurance","contracts","test","test-all","validate"]),automation:new Set(["event","meet","remind"])}),A0=new Set(["extension","install","package","packages","upgrade"]);function C0(e){let t=e.trim().toLowerCase();for(let[n,r]of Object.entries(x0))if(r.has(t))return n;return A0.has(t)?"extensions":"internal"}var In=Object.freeze([...Ye.flatMap(e=>e==="item"?["item-reopen"]:[e]).map(e=>({command:e,tier:S0.has(e)?"core":T0.has(e)?"standard":"full",family:C0(e)})),{command:"completion-statuses",tier:"internal",family:"internal"},{command:"completion-tags",tier:"internal",family:"internal"},{command:"completion-types",tier:"internal",family:"internal"},{command:"test-runs-worker",tier:"internal",family:"internal"}]),I0=In,Ty=Object.freeze({max_lines:50,max_utf8_bytes:6e3}),vW=Object.freeze(["-V, --version","--json","--output-include <fields>","--output-limit <count>","--output-budget <tokens|unbounded>","--output-cursor <cursor>","--pm-path <dir>","--no-extensions","--no-pager","--explain","-h, --help"]);function bW(e){let t=e===""?0:e.split(/\r?\n/).length,n=Buffer.byteLength(e,"utf8");return{lines:t,utf8_bytes:n,within_budget:t<=Ty.max_lines&&n<=Ty.max_utf8_bytes}}var xy={core:0,standard:1,full:2,internal:3},R0=new Map(I0.map(({command:e,tier:t})=>[e,t]));function Ay(e,t="standard"){return R0.get(e.trim().toLowerCase())??t}function kW(e){return Cy(e,In)}function Cy(e,t){let n=xy[e];return t.filter(r=>r.tier!=="internal"&&xy[r.tier]<=n).map(r=>r.command)}function EW(e){return Iy(e,In)}function Iy(e,t){return t.filter(n=>n.family===e).map(n=>n.command)}var O0=["workspace","intake","context","lifecycle","evidence","graph","quality","automation","extensions","internal"],N0=new Set(["ctx","extension","install","item-reopen","list-all","list-blocked","list-canceled","list-closed","list-draft","list-in-progress","list-open","packages","upgrade"]);function SW(e=In){return O0.map(t=>({family:t,commands:Iy(t,e).filter(n=>e.find(r=>r.command===n)?.tier!=="internal"&&!N0.has(n))})).filter(({commands:t})=>t.length>0)}var L0=Object.freeze({pm_append:"append",pm_claim:"claim",pm_close:"close",pm_comments:"comments",pm_config:"config",pm_context:"context",pm_contracts:"contracts",pm_copy:"copy",pm_create:"create",pm_deps:"deps",pm_docs:"docs",pm_events:"history",pm_files:"files",pm_focus:"focus",pm_get:"get",pm_graph:"graph",pm_health:"health",pm_learnings:"learnings",pm_list:"list",pm_mutate:"update",pm_next:"next",pm_notes:"notes",pm_plan:"plan",pm_profile:"profile",pm_release:"release",pm_run:"package",pm_schema:"schema",pm_search:"search",pm_test:"test",pm_update:"update",pm_validate:"validate"});function TW(e,t){return M0(e,t,In)}function M0(e,t,n){if(t==="full")return[...e];let r=new Set(Cy(t,n));return e.filter(i=>{let s=L0[i];return s!==void 0&&r.has(s)})}var xW=Object.freeze([{uri:"pm://workspace/context",name:"Workspace context",description:"Bounded project context for orientation, including active hierarchy and progress.",mimeType:"application/json"},{uri:"pm://workspace/focus",name:"Active focus",description:"The session focus that supplies the default create parent.",mimeType:"application/json"},{uri:"pm://workspace/claims",name:"Active claims",description:"Bounded in-progress work and active ownership context.",mimeType:"application/json"},{uri:"pm://workspace/agent-guide",name:"Agent guidance",description:"Repository-local AGENTS.md instructions, bounded for safe host attachment.",mimeType:"text/markdown"}]),AW=Object.freeze([{name:"orient",description:"Build bounded live context, search all statuses, and select canonical work without creating duplicates.",arguments:[{name:"request",description:"The user's requested outcome or topic.",required:!0},{name:"scope",description:"Optional bounded workspace or subsystem scope.",required:!1}],template:"Orient to the live pm workspace for: {{request}}. Scope hint: {{scope}}. Read context, search all statuses, inspect full metadata for relevant items, and select canonical lineage before any mutation."},{name:"claim-and-start",description:"Claim one canonical item and begin implementation with linked context.",arguments:[{name:"id",description:"Canonical pm item id.",required:!0}],template:"Read {{id}} in full, claim it, set it in_progress, then implement only its acceptance scope while linking files, docs, tests, and evidence."},{name:"record-evidence-and-close",description:"Record exact verification evidence, close the item, and release ownership.",arguments:[{name:"id",description:"Canonical pm item id.",required:!0},{name:"evidence",description:"Exact verification and outcome evidence.",required:!0}],template:"For {{id}}, record this evidence: {{evidence}}. Verify linked tests, close only if acceptance is met, then release the claim."}]);function CW(){return D0(In)}function D0(e){return["# Generated agent command surface","","This file is generated from `PM_COMMAND_CAPABILITY_CONTRACTS`. Do not edit it manually.","","| Command | Minimum visibility tier | Capability family |","| --- | --- | --- |",...e.map(({command:n,tier:r,family:i})=>`| \`${n}\` | ${r} | ${i} |`),""].join(`
23
- `)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c76fa303-6672-5c1e-9cf5-3a08bd3a7814")}catch{}})();var P0=[{exit_code:1,class:"generic_failure"},{exit_code:2,class:"usage"},{exit_code:3,class:"not_found"},{exit_code:4,class:"conflict"},{exit_code:5,class:"dependency_failed"}],F0=new Map(P0.map(e=>[e.exit_code,e.class]));function Us(e){return[...new Set(e.map(t=>t.trim()).filter(Boolean))].sort()}function $0(e){if(!e)return[];let t=new Set,n=new Set;return e.map(r=>{let i=r.state.trim(),s=r.probe_id.trim(),o=Us(r.entrypoints);if(!/^[a-z][a-z0-9_]*$/.test(i)||!/^[a-z][a-z0-9-]*$/.test(s)||o.length===0||t.has(i)||n.has(s))throw new TypeError("Invalid pm refusal state contract");return t.add(i),n.add(s),{state:i,probe_id:s,entrypoints:o,expected_exit_class:r.expected_exit_class}}).sort((r,i)=>r.state.localeCompare(i.state))}function U0(e,t,n,r,i){return![[1,2,3,4,5].includes(e.exit_code),e.meaning.trim().length>0,e.recovery.trim().length>0,t.length>0,n.length>0,/^[a-z][a-z0-9_]*$/.test(r),i.every(s=>/^[a-z][a-z0-9_]*$/.test(s)),F0.get(e.exit_code)===e.class].includes(!1)}function j0(e,t){let n=e,r=new Set;for(;n.canonical_code!==n.code;){if(r.has(n.code))throw new TypeError(`Alias cycle in pm error code catalog: ${e.code}`);r.add(n.code);let i=t.get(n.canonical_code);if(!i)throw new TypeError(`Invalid pm error code contract: ${e.code}`);n=i}return n}function G0(e){let t=new Map(e.map(n=>[n.code,n]));for(let n of e){let r=j0(n,t);if(r.exit_code!==n.exit_code||r.class!==n.class)throw new TypeError(`Alias transport mismatch for pm error code: ${n.code}`);let i=e.filter(s=>s.code!==r.code&&s.canonical_code===r.code).map(s=>s.code).sort();if(n.code===r.code?JSON.stringify(n.aliases)!==JSON.stringify(i):n.aliases.length>0)throw new TypeError(`Invalid pm error code contract: ${n.code}`)}}function Oy(e){let t=new Set,n=e.map(r=>{let i=r.code.trim();if(!/^[a-z][a-z0-9_]*$/.test(i))throw new TypeError(`Invalid pm error code: ${JSON.stringify(r.code)}`);if(t.has(i))throw new TypeError(`Duplicate pm error code: ${i}`);t.add(i);let s=Us(r.sources),o=Us(r.emitting_commands),a=(r.canonical_code??i).trim(),c=Us(r.aliases??[]),d=$0(r.owned_states);if(!U0(r,s,o,a,c))throw new TypeError(`Invalid pm error code contract: ${i}`);if(d.some(l=>l.expected_exit_class!==r.class))throw new TypeError(`Invalid pm refusal state exit class: ${i}`);return Object.freeze({...r,code:i,meaning:r.meaning.trim(),recovery:r.recovery.trim(),sources:s,emitting_commands:o,canonical_code:a,aliases:c,owned_states:d})});return G0(n),Object.freeze(n.sort((r,i)=>r.code.localeCompare(i.code)))}function RW(e,t){let n=Ry(e,t);return Ry(n.canonical_code??n.code,t)}function Ry(e,t){let n=e.trim(),r=t.find(i=>i.code===n);if(!r)throw new TypeError(`Unknown pm error code "${n}"`);return 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]="c51fce27-5acd-513d-83c4-5fd75bd999f9")}catch{}})();var Ny=[{code:"acceptance_criteria_mutation_conflict",meaning:"Acceptance criteria mutation conflict condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/update.ts"],emitting_commands:["update","update-many"],canonical_code:"acceptance_criteria_mutation_conflict",aliases:[]},{code:"acceptance_criteria_remove_unmatched",meaning:"Acceptance criteria remove unmatched condition.",stability:"provisional",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/update-many.ts","sdk/lifecycle/update.ts"],emitting_commands:["update","update-many"],canonical_code:"acceptance_criteria_remove_unmatched",aliases:[]},{code:"acceptance_criteria_semicolon_forbidden",meaning:"Acceptance criteria semicolon forbidden condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/item/parse.ts"],emitting_commands:["*"],canonical_code:"acceptance_criteria_semicolon_forbidden",aliases:[]},{code:"accepted_rejected_value",meaning:"Accepted rejected value condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-closure.ts"],emitting_commands:["*"],canonical_code:"accepted_rejected_value",aliases:[]},{code:"alias_collision",meaning:"Alias collision condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/flag-lexicon-contracts.ts"],emitting_commands:["*"],canonical_code:"alias_collision",aliases:[]},{code:"alias_target_missing",meaning:"Alias target missing condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/grammar-contracts.ts"],emitting_commands:["*"],canonical_code:"alias_target_missing",aliases:[]},{code:"already_claimed_by",meaning:"Already claimed by condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/claim.ts"],emitting_commands:["claim"],canonical_code:"already_claimed_by",aliases:[]},{code:"ambiguous_option_combination",meaning:"Ambiguous option combination condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/plan.ts"],emitting_commands:["plan"],canonical_code:"ambiguous_option_combination",aliases:[]},{code:"annotation_alias_conflict",meaning:"Annotation alias conflict condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/register-annotations.ts"],emitting_commands:["*"],canonical_code:"annotation_alias_conflict",aliases:[]},{code:"annotation_flag_like_value",meaning:"Annotation flag like value condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/annotations.ts"],emitting_commands:["*"],canonical_code:"annotation_flag_like_value",aliases:[]},{code:"annotation_message_without_text",meaning:"Annotation message without text condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/annotations.ts"],emitting_commands:["*"],canonical_code:"annotation_message_without_text",aliases:[]},{code:"annotation_transposed_subcommand",meaning:"Annotation transposed subcommand condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/register-annotations.ts"],emitting_commands:["*"],canonical_code:"annotation_transposed_subcommand",aliases:[]},{code:"append_empty_body",meaning:"Append empty body condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/append.ts"],emitting_commands:["append"],canonical_code:"append_empty_body",aliases:[]},{code:"assurance_registry_invalid",meaning:"Assurance registry invalid condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/governance/assurance.ts"],emitting_commands:["*"],canonical_code:"assurance_registry_invalid",aliases:[]},{code:"body_file_conflicts_with_body",meaning:"Body file conflicts with body condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/io/body-file.ts"],emitting_commands:["*"],canonical_code:"body_file_conflicts_with_body",aliases:[]},{code:"body_file_missing_path",meaning:"Body file missing path condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/io/body-file.ts"],emitting_commands:["*"],canonical_code:"body_file_missing_path",aliases:[]},{code:"body_file_unreadable",meaning:"Body file unreadable condition.",stability:"stable",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/io/body-file.ts"],emitting_commands:["*"],canonical_code:"body_file_unreadable",aliases:[]},{code:"budget_exceeded",meaning:"Budget exceeded condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/flag-lexicon-contracts.ts"],emitting_commands:["*"],canonical_code:"budget_exceeded",aliases:[]},{code:"bulk_ids_input_empty",meaning:"Bulk ids input empty condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/io/bulk-ids-input.ts","sdk/history-compact.ts","sdk/history-mcp.ts"],emitting_commands:["*"],canonical_code:"bulk_ids_input_empty",aliases:[],owned_states:[{state:"bulk_ids_stdin_contains_no_nonempty_ids",probe_id:"bulk-ids-stdin-empty",entrypoints:["update-many"],expected_exit_class:"usage"}]},{code:"bulk_ids_input_missing_path",meaning:"Bulk ids input missing path condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/io/bulk-ids-input.ts"],emitting_commands:["*"],canonical_code:"bulk_ids_input_missing_path",aliases:[],owned_states:[{state:"bulk_ids_file_token_omits_its_path",probe_id:"bulk-ids-file-path-missing",entrypoints:["update-many"],expected_exit_class:"usage"}]},{code:"bulk_ids_input_unreadable",meaning:"Bulk ids input unreadable condition.",stability:"provisional",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/io/bulk-ids-input.ts"],emitting_commands:["*"],canonical_code:"bulk_ids_input_unreadable",aliases:[],owned_states:[{state:"bulk_ids_file_path_cannot_be_read",probe_id:"bulk-ids-file-unreadable",entrypoints:["update-many"],expected_exit_class:"not_found"}]},{code:"bundle_integrity_torn_install",meaning:"Bundle integrity torn install condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/bundle-integrity.ts"],emitting_commands:["*"],canonical_code:"bundle_integrity_torn_install",aliases:[]},{code:"capability_undeclared",meaning:"Capability undeclared condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/compose.ts"],emitting_commands:["*"],canonical_code:"capability_undeclared",aliases:[]},{code:"capability_unused",meaning:"Capability unused condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/compose.ts"],emitting_commands:["*"],canonical_code:"capability_unused",aliases:[]},{code:"child_projection_item_bound_exceeded",meaning:"Child projection item bound exceeded condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/item-children.ts"],emitting_commands:["*"],canonical_code:"child_projection_item_bound_exceeded",aliases:[]},{code:"close_reason_required",meaning:"Close reason required condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle-policy.ts","sdk/lifecycle/close-many.ts"],emitting_commands:["*","close-many"],canonical_code:"close_reason_required",aliases:[]},{code:"close_through_update",meaning:"Close through update condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/telemetry/observability.ts"],emitting_commands:["*"],canonical_code:"close_through_update",aliases:[]},{code:"close_validation_missing_fields",meaning:"Close validation missing fields condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/close.ts"],emitting_commands:["close"],canonical_code:"close_validation_missing_fields",aliases:[]},{code:"collected_zero_items",meaning:"Collected zero items condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/test/execution.ts"],emitting_commands:["*"],canonical_code:"collected_zero_items",aliases:[]},{code:"collection_transposed_subcommand",meaning:"Collection transposed subcommand condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts"],emitting_commands:["*"],canonical_code:"collection_transposed_subcommand",aliases:[]},{code:"command_failed",meaning:"Command failed condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts"],emitting_commands:["*"],canonical_code:"command_failed",aliases:[]},{code:"command_namespace",meaning:"Command namespace condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/runtime-contracts.ts"],emitting_commands:["*"],canonical_code:"command_namespace",aliases:[]},{code:"command_override_conflict",meaning:"Command override conflict condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/compose.ts"],emitting_commands:["*"],canonical_code:"command_override_conflict",aliases:[]},{code:"config_duplicate",meaning:"Config duplicate condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"config_duplicate",aliases:[]},{code:"config_key_unknown",meaning:"Config key unknown condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"config_key_unknown",aliases:[]},{code:"config_value_invalid",meaning:"Config value invalid condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"config_value_invalid",aliases:[]},{code:"conflicting_lifecycle_owner",meaning:"Conflicting lifecycle owner condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/register-operations.ts"],emitting_commands:["*"],canonical_code:"conflicting_lifecycle_owner",aliases:[]},{code:"context_signal_store_invalid",meaning:"Context signal store invalid condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/context-signal-store.ts"],emitting_commands:["*"],canonical_code:"context_signal_store_invalid",aliases:[]},{code:"context_signal_store_stale",meaning:"Context signal store stale condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/context-signal-store.ts"],emitting_commands:["*"],canonical_code:"context_signal_store_stale",aliases:[]},{code:"context_signal_store_write_failed",meaning:"Context signal store write failed condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/context-signal-store.ts"],emitting_commands:["*"],canonical_code:"context_signal_store_write_failed",aliases:[]},{code:"context_takes_no_item_argument",meaning:"Context takes no item argument condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts"],emitting_commands:["*"],canonical_code:"context_takes_no_item_argument",aliases:[]},{code:"core_item_field_requires_dedicated_flag",meaning:"Core item field requires dedicated flag condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/extensions/item-fields.ts"],emitting_commands:["*"],canonical_code:"core_item_field_requires_dedicated_flag",aliases:[]},{code:"create_positional_type_without_title",meaning:"Create positional type without title condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/register-mutation.ts"],emitting_commands:["*"],canonical_code:"create_positional_type_without_title",aliases:[]},{code:"dependency_edge_not_allowed",meaning:"Dependency edge not allowed condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/dependency-flag-validation.ts"],emitting_commands:["*"],canonical_code:"dependency_edge_not_allowed",aliases:[]},{code:"dependency_flag_value_invalid",meaning:"Dependency flag value invalid condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/dependency-flag-validation.ts"],emitting_commands:["*"],canonical_code:"dependency_flag_value_invalid",aliases:[]},{code:"dependency_remove_no_match",meaning:"Dependency remove no match condition.",stability:"provisional",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/update.ts"],emitting_commands:["update"],canonical_code:"dependency_remove_no_match",aliases:[]},{code:"dependency_target_not_found",meaning:"Dependency target not found condition.",stability:"provisional",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/dependency-flag-validation.ts"],emitting_commands:["*"],canonical_code:"dependency_target_not_found",aliases:[]},{code:"dependency_temporal_order_invalid",meaning:"Dependency temporal order invalid condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/dependency-flag-validation.ts"],emitting_commands:["*"],canonical_code:"dependency_temporal_order_invalid",aliases:[]},{code:"duplicate_canonical_flag",meaning:"Duplicate canonical flag condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/flag-lexicon-contracts.ts"],emitting_commands:["*"],canonical_code:"duplicate_canonical_flag",aliases:[]},{code:"duplicate_command",meaning:"Duplicate command condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/compose.ts"],emitting_commands:["*"],canonical_code:"duplicate_command",aliases:[]},{code:"duplicate_destination",meaning:"Duplicate destination condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/grammar-contracts.ts"],emitting_commands:["*"],canonical_code:"duplicate_destination",aliases:[]},{code:"duplicate_edge",meaning:"Duplicate edge condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/graph/remediation.ts"],emitting_commands:["*"],canonical_code:"duplicate_edge",aliases:[]},{code:"duplicate_observation",meaning:"Duplicate observation condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/flag-invocation-contracts.ts"],emitting_commands:["*"],canonical_code:"duplicate_observation",aliases:[]},{code:"duplicate_probe",meaning:"Duplicate probe condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-closure.ts"],emitting_commands:["*"],canonical_code:"duplicate_probe",aliases:[]},{code:"duplicate_sweep_cost_limit",meaning:"Duplicate sweep cost limit condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/similarity.ts"],emitting_commands:["*"],canonical_code:"duplicate_sweep_cost_limit",aliases:[]},{code:"duplicate_target_circular",meaning:"Duplicate target circular condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/close.ts"],emitting_commands:["close"],canonical_code:"duplicate_target_circular",aliases:[]},{code:"duplicate_target_is_duplicate",meaning:"Duplicate target is duplicate condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/close.ts"],emitting_commands:["close"],canonical_code:"duplicate_target_is_duplicate",aliases:[]},{code:"duplicate_target_missing",meaning:"Duplicate target missing condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/close.ts"],emitting_commands:["close"],canonical_code:"duplicate_target_missing",aliases:[]},{code:"duplicate_target_self",meaning:"Duplicate target self condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/close.ts"],emitting_commands:["close"],canonical_code:"duplicate_target_self",aliases:[]},{code:"empty_corpus",meaning:"Empty corpus condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-closure.ts"],emitting_commands:["*"],canonical_code:"empty_corpus",aliases:[]},{code:"empty_surface",meaning:"Empty surface condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/compose.ts"],emitting_commands:["*"],canonical_code:"empty_surface",aliases:[]},{code:"error_code_mismatch",meaning:"Error code mismatch condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-closure.ts","sdk/agent/tracker-preflight-contracts.ts"],emitting_commands:["*"],canonical_code:"error_code_mismatch",aliases:[]},{code:"event_cursor_query_mismatch",meaning:"Event cursor query mismatch condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/mutation-events.ts"],emitting_commands:["*"],canonical_code:"event_cursor_query_mismatch",aliases:[]},{code:"event_index_unavailable",meaning:"Event index unavailable condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/mutation-events.ts"],emitting_commands:["*"],canonical_code:"event_index_unavailable",aliases:[]},{code:"exit_code_mismatch",meaning:"Exit code mismatch condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/tracker-preflight-contracts.ts"],emitting_commands:["*"],canonical_code:"exit_code_mismatch",aliases:[]},{code:"extension_command_activation_failed",meaning:"Extension command activation failed condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/commander-usage.ts"],emitting_commands:["*"],canonical_code:"extension_command_activation_failed",aliases:[]},{code:"extension_dependency_name_unsafe",meaning:"Extension dependency name unsafe condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/extension/install-sources.ts"],emitting_commands:["*"],canonical_code:"extension_dependency_name_unsafe",aliases:[]},{code:"extension_dependency_spec_invalid",meaning:"Extension dependency spec invalid condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/extension/install-sources.ts"],emitting_commands:["*"],canonical_code:"extension_dependency_spec_invalid",aliases:[]},{code:"extension_dependency_version_unsafe",meaning:"Extension dependency version unsafe condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/extension/install-sources.ts"],emitting_commands:["*"],canonical_code:"extension_dependency_version_unsafe",aliases:[]},{code:"extension_install_soft_failed",meaning:"Extension install soft failed condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/register-setup.ts"],emitting_commands:["*"],canonical_code:"extension_install_soft_failed",aliases:[]},{code:"extension_install_source_contains_destination",meaning:"Extension install source contains destination condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/extension/install-runtime.ts"],emitting_commands:["*"],canonical_code:"extension_install_source_contains_destination",aliases:[]},{code:"extension_item_field_reserved",meaning:"Extension item field reserved condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/extensions/item-fields.ts"],emitting_commands:["*"],canonical_code:"extension_item_field_reserved",aliases:[]},{code:"extension_item_field_type_conflict",meaning:"Extension item field type conflict condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/extensions/item-fields.ts"],emitting_commands:["*"],canonical_code:"extension_item_field_type_conflict",aliases:[]},{code:"extension_item_field_unknown",meaning:"Extension item field unknown condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/extensions/item-fields.ts"],emitting_commands:["*"],canonical_code:"extension_item_field_unknown",aliases:[]},{code:"extension_mutation_guard_failed",meaning:"Extension mutation guard failed condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/extensions/extension-hook-runtime.ts"],emitting_commands:["*"],canonical_code:"extension_mutation_guard_failed",aliases:[]},{code:"extension_mutation_guard_invalid_decision",meaning:"Extension mutation guard invalid decision condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/extensions/extension-hook-runtime.ts"],emitting_commands:["*"],canonical_code:"extension_mutation_guard_invalid_decision",aliases:[]},{code:"extension_mutation_guard_invalid_denial",meaning:"Extension mutation guard invalid denial condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/extensions/extension-hook-runtime.ts"],emitting_commands:["*"],canonical_code:"extension_mutation_guard_invalid_denial",aliases:[]},{code:"extension_mutation_guard_timed_out",meaning:"Extension mutation guard timed out condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/extensions/extension-hook-runtime.ts"],emitting_commands:["*"],canonical_code:"extension_mutation_guard_timed_out",aliases:[]},{code:"extension_update_health_partial_coverage",meaning:"Extension update health partial coverage condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"extension_update_health_partial_coverage",aliases:[]},{code:"field_duplicate",meaning:"Field duplicate condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"field_duplicate",aliases:[]},{code:"field_invalid",meaning:"Field invalid condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"field_invalid",aliases:[]},{code:"field_mcp_input_collision",meaning:"Field mcp input collision condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"field_mcp_input_collision",aliases:[]},{code:"github_source_entry_unbuilt",meaning:"Github source entry unbuilt condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/extension/shared.ts"],emitting_commands:["*"],canonical_code:"github_source_entry_unbuilt",aliases:[]},{code:"hierarchy_cardinality_created",meaning:"Hierarchy cardinality created condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/graph/hierarchy-integrity.ts"],emitting_commands:["*"],canonical_code:"hierarchy_cardinality_created",aliases:[]},{code:"hierarchy_cycle_created",meaning:"Hierarchy cycle created condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/graph/hierarchy-integrity.ts"],emitting_commands:["*"],canonical_code:"hierarchy_cycle_created",aliases:[]},{code:"hierarchy_parent_divergence_created",meaning:"Hierarchy parent divergence created condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/graph/hierarchy-integrity.ts"],emitting_commands:["*"],canonical_code:"hierarchy_parent_divergence_created",aliases:[]},{code:"history_author_acknowledge_plan_conflict",meaning:"History author acknowledge plan conflict condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/author-attribution.ts"],emitting_commands:["*"],canonical_code:"history_author_acknowledge_plan_conflict",aliases:[]},{code:"history_author_acknowledge_plan_fingerprint_required",meaning:"History author acknowledge plan fingerprint required condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/author-attribution.ts"],emitting_commands:["*"],canonical_code:"history_author_acknowledge_plan_fingerprint_required",aliases:[]},{code:"history_author_acknowledge_preview_limit_invalid",meaning:"History author acknowledge preview limit invalid condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/author-attribution.ts"],emitting_commands:["*"],canonical_code:"history_author_acknowledge_preview_limit_invalid",aliases:[]},{code:"history_author_acknowledge_required_values_missing",meaning:"History author acknowledge required values missing condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/author-attribution.ts"],emitting_commands:["*"],canonical_code:"history_author_acknowledge_required_values_missing",aliases:[]},{code:"history_author_acknowledge_selector_conflict",meaning:"History author acknowledge selector conflict condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/author-attribution.ts"],emitting_commands:["*"],canonical_code:"history_author_acknowledge_selector_conflict",aliases:[]},{code:"history_author_acknowledge_selector_required",meaning:"History author acknowledge selector required condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/author-attribution.ts"],emitting_commands:["*"],canonical_code:"history_author_acknowledge_selector_required",aliases:[]},{code:"history_author_acknowledge_target_not_actionable",meaning:"History author acknowledge target not actionable condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/author-attribution.ts"],emitting_commands:["*"],canonical_code:"history_author_acknowledge_target_not_actionable",aliases:[]},{code:"history_author_acknowledge_target_unreadable",meaning:"History author acknowledge target unreadable condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/author-attribution.ts"],emitting_commands:["*"],canonical_code:"history_author_acknowledge_target_unreadable",aliases:[]},{code:"history_drift_chain_mismatch",meaning:"History drift chain mismatch condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"history_drift_chain_mismatch",aliases:["validate_history_drift_chain_mismatches"]},{code:"history_drift_hash_mismatch",meaning:"History drift hash mismatch condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"history_drift_hash_mismatch",aliases:["validate_history_drift_hash_mismatches"]},{code:"history_drift_merge_receipt",meaning:"History drift merge receipt condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"history_drift_merge_receipt",aliases:[]},{code:"history_drift_missing_stream",meaning:"History drift missing stream condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"history_drift_missing_stream",aliases:["validate_history_drift_missing_streams"]},{code:"history_drift_unreadable_stream",meaning:"History drift unreadable stream condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"history_drift_unreadable_stream",aliases:["validate_history_drift_unreadable_streams"]},{code:"history_merge_conflict_markers_detected",meaning:"History merge conflict markers detected condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/history/read.ts"],emitting_commands:["*"],canonical_code:"merge_conflict_markers_detected",aliases:[]},{code:"history_stream_over_compact_threshold",meaning:"History stream over compact threshold condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"history_stream_over_compact_threshold",aliases:[]},{code:"history_target_out_of_range",meaning:"History target out of range condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/history/projection.ts"],emitting_commands:["*"],canonical_code:"history_target_out_of_range",aliases:[]},{code:"history_unknown_author_events",meaning:"History unknown author events condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"history_unknown_author_events",aliases:["validate_history_unknown_author_events"]},{code:"host_environment_capacity_fault",meaning:"Host environment capacity fault condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/environment/host-environment-errors.ts"],emitting_commands:["*"],canonical_code:"host_environment_capacity_fault",aliases:[]},{code:"host_environment_operation_invalid",meaning:"Host environment operation invalid condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/environment/host-environment-errors.ts"],emitting_commands:["*"],canonical_code:"host_environment_operation_invalid",aliases:[]},{code:"host_environment_permission_fault",meaning:"Host environment permission fault condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/environment/host-environment-errors.ts"],emitting_commands:["*"],canonical_code:"host_environment_permission_fault",aliases:[]},{code:"host_environment_resource_fault",meaning:"Host environment resource fault condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/environment/host-environment-errors.ts"],emitting_commands:["*"],canonical_code:"host_environment_resource_fault",aliases:[]},{code:"improvement_metric_contract_conflict",meaning:"Improvement metric contract conflict condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/improvement-ledger.ts"],emitting_commands:["*"],canonical_code:"improvement_metric_contract_conflict",aliases:[]},{code:"improvement_observation_conflict",meaning:"Improvement observation conflict condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/improvement-ledger.ts"],emitting_commands:["*"],canonical_code:"improvement_observation_conflict",aliases:[]},{code:"incomplete_allowed_values",meaning:"Incomplete allowed values condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-closure.ts"],emitting_commands:["*"],canonical_code:"incomplete_allowed_values",aliases:[]},{code:"inconsistent_concept_kind",meaning:"Inconsistent concept kind condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/flag-lexicon-contracts.ts"],emitting_commands:["*"],canonical_code:"inconsistent_concept_kind",aliases:[]},{code:"init_existing_settings_requires_force",meaning:"Init existing settings requires force condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/init.ts"],emitting_commands:["*"],canonical_code:"init_existing_settings_requires_force",aliases:[]},{code:"init_gitignore_unwritable",meaning:"Init gitignore unwritable condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/workspace.ts"],emitting_commands:["*"],canonical_code:"init_gitignore_unwritable",aliases:[]},{code:"init_id_prefix_conflict",meaning:"Init id prefix conflict condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/init.ts"],emitting_commands:["*"],canonical_code:"init_id_prefix_conflict",aliases:[]},{code:"init_id_prefix_path_like",meaning:"Init id prefix path like condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/init.ts"],emitting_commands:["*"],canonical_code:"init_id_prefix_path_like",aliases:[]},{code:"integrity_history_conflict_marker",meaning:"Integrity history conflict marker condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"integrity_history_conflict_marker",aliases:["validate_storage_history_conflict_markers"]},{code:"integrity_history_invalid_json",meaning:"Integrity history invalid json condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"integrity_history_invalid_json",aliases:[]},{code:"integrity_history_unreadable",meaning:"Integrity history unreadable condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"integrity_history_unreadable",aliases:[]},{code:"integrity_item_ahead_format_version",meaning:"Integrity item ahead format version condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"integrity_item_ahead_format_version",aliases:["validate_format_version_ahead_items"]},{code:"integrity_item_conflict_marker",meaning:"Integrity item conflict marker condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"integrity_item_conflict_marker",aliases:[]},{code:"integrity_item_outdated_format_version",meaning:"Integrity item outdated format version condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"integrity_item_outdated_format_version",aliases:["validate_format_version_outdated_items"]},{code:"integrity_item_parse_failed",meaning:"Integrity item parse failed condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"integrity_item_parse_failed",aliases:[]},{code:"integrity_item_unreadable",meaning:"Integrity item unreadable condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"integrity_item_unreadable",aliases:[]},{code:"invalid_argument_value",meaning:"Invalid argument value condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts","core/telemetry/observability.ts","sdk/context-intent-contracts.ts","sdk/governance/assurance-mutation-error.ts","sdk/lifecycle/create.ts"],emitting_commands:["*","create"],canonical_code:"invalid_argument_value",aliases:[]},{code:"invalid_command_usage",meaning:"Invalid command usage condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts","core/telemetry/observability.ts"],emitting_commands:["*"],canonical_code:"invalid_command_usage",aliases:[]},{code:"invalid_event_cursor",meaning:"Invalid event cursor condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/mutation-events.ts"],emitting_commands:["*"],canonical_code:"invalid_event_cursor",aliases:[]},{code:"invalid_event_cursor_mode",meaning:"Invalid event cursor mode condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/register-list-query.ts","sdk/mutation-events.ts","sdk/runtime-extended-actions.ts"],emitting_commands:["*"],canonical_code:"invalid_event_cursor_mode",aliases:[]},{code:"invalid_event_follow_interval",meaning:"Invalid event follow interval condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/mutation-events.ts"],emitting_commands:["*"],canonical_code:"invalid_event_follow_interval",aliases:[]},{code:"invalid_event_limit",meaning:"Invalid event limit condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/mutation-events.ts"],emitting_commands:["*"],canonical_code:"invalid_event_limit",aliases:[]},{code:"invalid_event_since",meaning:"Invalid event since condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/mutation-events.ts"],emitting_commands:["*"],canonical_code:"invalid_event_since",aliases:[]},{code:"invalid_history_analytics_limit",meaning:"Invalid history analytics limit condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/history-analytics.ts"],emitting_commands:["*"],canonical_code:"invalid_history_analytics_limit",aliases:[]},{code:"invalid_history_analytics_minimum_sample",meaning:"Invalid history analytics minimum sample condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/history-analytics.ts"],emitting_commands:["*"],canonical_code:"invalid_history_analytics_minimum_sample",aliases:[]},{code:"invalid_history_analytics_since",meaning:"Invalid history analytics since condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/history-analytics.ts"],emitting_commands:["*"],canonical_code:"invalid_history_analytics_since",aliases:[]},{code:"invalid_improvement_ledger",meaning:"Invalid improvement ledger condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/improvement-ledger-validation.ts"],emitting_commands:["*"],canonical_code:"invalid_improvement_ledger",aliases:[]},{code:"invalid_improvement_metric",meaning:"Invalid improvement metric condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/improvement-ledger.ts"],emitting_commands:["*"],canonical_code:"invalid_improvement_metric",aliases:[]},{code:"invalid_improvement_observation",meaning:"Invalid improvement observation condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/improvement-ledger.ts"],emitting_commands:["*"],canonical_code:"invalid_improvement_observation",aliases:[]},{code:"invalid_improvement_observation_limit",meaning:"Invalid improvement observation limit condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/improvement-ledger.ts"],emitting_commands:["*"],canonical_code:"invalid_improvement_observation_limit",aliases:[]},{code:"invalid_improvement_observation_timestamp",meaning:"Invalid improvement observation timestamp condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/improvement-ledger.ts"],emitting_commands:["*"],canonical_code:"invalid_improvement_observation_timestamp",aliases:[]},{code:"invalid_provenance_predicate",meaning:"Invalid provenance predicate condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/history-provenance.ts"],emitting_commands:["*"],canonical_code:"invalid_provenance_predicate",aliases:[]},{code:"invalid_query_cursor",meaning:"Invalid query cursor condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/pagination.ts"],emitting_commands:["*"],canonical_code:"invalid_query_cursor",aliases:[]},{code:"invalid_read_output_session",meaning:"Invalid read output session condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/read-output-session.ts"],emitting_commands:["*"],canonical_code:"invalid_read_output_session",aliases:[]},{code:"invalid_reproducible_process_environment",meaning:"Invalid reproducible process environment condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/reproducibility/process.ts"],emitting_commands:["*"],canonical_code:"invalid_reproducible_process_environment",aliases:[]},{code:"invalid_workspace_snapshot_target",meaning:"Invalid workspace snapshot target condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/workspace-snapshot.ts"],emitting_commands:["*"],canonical_code:"invalid_workspace_snapshot_target",aliases:[]},{code:"item_already_active",meaning:"Item already active condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/update.ts"],emitting_commands:["update"],canonical_code:"item_already_active",aliases:[]},{code:"item_document_invalid",meaning:"Item document invalid condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/item/item-format.ts"],emitting_commands:["*"],canonical_code:"item_document_invalid",aliases:[]},{code:"item_document_roundtrip_failed",meaning:"Item document roundtrip failed condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/item/item-format.ts"],emitting_commands:["*"],canonical_code:"item_document_roundtrip_failed",aliases:[]},{code:"item_id_collision",meaning:"Item id collision condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/copy.ts"],emitting_commands:["copy"],canonical_code:"item_id_collision",aliases:[]},{code:"item_not_found",meaning:"Item not found condition.",stability:"stable",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts","core/telemetry/observability.ts"],emitting_commands:["*"],canonical_code:"item_not_found",aliases:[]},{code:"likely_duplicate",meaning:"Likely duplicate condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/similarity.ts"],emitting_commands:["*"],canonical_code:"likely_duplicate",aliases:[]},{code:"linked_artifact_mutation_conflict",meaning:"Linked artifact mutation conflict condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/linked-artifacts.ts"],emitting_commands:["*"],canonical_code:"linked_artifact_mutation_conflict",aliases:[]},{code:"linked_test_remove_no_match",meaning:"Linked test remove no match condition.",stability:"provisional",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/test/execution.ts"],emitting_commands:["*"],canonical_code:"linked_test_remove_no_match",aliases:[]},{code:"linked_test_value_not_quoted",meaning:"Linked test value not quoted condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts"],emitting_commands:["*"],canonical_code:"linked_test_value_not_quoted",aliases:[]},{code:"list_source_incomplete",meaning:"List source incomplete condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/query/list.ts"],emitting_commands:["list"],canonical_code:"list_source_incomplete",aliases:[]},{code:"local_package_archive_unsafe",meaning:"Local package archive unsafe condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/extension/install-sources.ts"],emitting_commands:["*"],canonical_code:"local_package_archive_unsafe",aliases:[]},{code:"local_source_not_found_bare_name",meaning:"Local source not found bare name condition.",stability:"stable",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/extension/install-sources.ts"],emitting_commands:["*"],canonical_code:"local_source_not_found_bare_name",aliases:[]},{code:"lock_conflict",meaning:"Lock conflict condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts","core/lock/lock.ts","core/telemetry/observability.ts"],emitting_commands:["*"],canonical_code:"lock_conflict",aliases:[]},{code:"locks_stale_count",meaning:"Locks stale count condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"locks_stale_count",aliases:[]},{code:"locks_unreadable",meaning:"Locks unreadable condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"locks_unreadable",aliases:[]},{code:"malformed_plan_step_evidence",meaning:"Malformed plan step evidence condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/plan.ts"],emitting_commands:["plan"],canonical_code:"malformed_plan_step_evidence",aliases:[]},{code:"manifest_capabilities_absent",meaning:"Manifest capabilities absent condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/compose.ts"],emitting_commands:["*"],canonical_code:"manifest_capabilities_absent",aliases:[]},{code:"manifest_unknown_key",meaning:"Manifest unknown key condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/extensions/manifest-schema.ts"],emitting_commands:["*"],canonical_code:"manifest_unknown_key",aliases:[],owned_states:[{state:"author_workspace_manifest_declares_an_unknown_top_level_key",probe_id:"author-manifest-unknown-key",entrypoints:["health"],expected_exit_class:"generic_failure"}]},{code:"mcp_annotation_file_unavailable",meaning:"Mcp annotation file unavailable condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/runtime-input.ts"],emitting_commands:["*"],canonical_code:"mcp_annotation_file_unavailable",aliases:[]},{code:"mcp_stdin_unavailable",meaning:"Mcp stdin unavailable condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/annotations.ts"],emitting_commands:["*"],canonical_code:"mcp_stdin_unavailable",aliases:[]},{code:"mcp_task_not_found_or_not_authorized",meaning:"Mcp task not found or not authorized condition.",stability:"provisional",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/mcp/tasks.ts"],emitting_commands:["*"],canonical_code:"mcp_task_not_found_or_not_authorized",aliases:[]},{code:"merge_conflict_markers_detected",meaning:"Merge conflict markers detected condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/item/item-format.ts"],emitting_commands:["*"],canonical_code:"merge_conflict_markers_detected",aliases:["history_merge_conflict_markers_detected"]},{code:"merge_decisions_unreviewed",meaning:"Merge decisions unreviewed condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"merge_decisions_unreviewed",aliases:[]},{code:"merge_git_config_unwritable",meaning:"Merge git config unwritable condition.",stability:"stable",exit_code:5,class:"dependency_failed",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/merge/install.ts"],emitting_commands:["*"],canonical_code:"merge_git_config_unwritable",aliases:[]},{code:"merge_receipt_evidence_invalid",meaning:"Merge receipt evidence invalid condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts","sdk/merge/reconcile.ts"],emitting_commands:["*"],canonical_code:"merge_receipt_evidence_invalid",aliases:[]},{code:"merge_receipts_pending",meaning:"Merge receipts pending condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"merge_receipts_pending",aliases:[]},{code:"merge_reconcile_discards_require_acceptance",meaning:"Merge reconcile discards require acceptance condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/merge/reconcile.ts"],emitting_commands:["*"],canonical_code:"merge_reconcile_discards_require_acceptance",aliases:[]},{code:"merge_reconcile_receipt_evidence_untrusted",meaning:"Merge reconcile receipt evidence untrusted condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/history-repair.ts"],emitting_commands:["*"],canonical_code:"merge_reconcile_receipt_evidence_untrusted",aliases:[]},{code:"merge_root_not_found",meaning:"Merge root not found condition.",stability:"stable",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/merge/install.ts"],emitting_commands:["*"],canonical_code:"merge_root_not_found",aliases:[]}];(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="b5722b34-7560-5460-8280-8666a27e5490")}catch{}})();var Ly=[{code:"missing_allowed_values",meaning:"Missing allowed values condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-closure.ts"],emitting_commands:["*"],canonical_code:"missing_allowed_values",aliases:[]},{code:"missing_budget",meaning:"Missing budget condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/flag-lexicon-contracts.ts"],emitting_commands:["*"],canonical_code:"missing_budget",aliases:[]},{code:"missing_cli_flag",meaning:"Missing cli flag condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/tool-option-contracts.ts"],emitting_commands:["*"],canonical_code:"missing_cli_flag",aliases:[]},{code:"missing_destination",meaning:"Missing destination condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/grammar-contracts.ts"],emitting_commands:["*"],canonical_code:"missing_destination",aliases:[]},{code:"missing_directory",meaning:"Missing directory condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"missing_directory",aliases:[]},{code:"missing_init_recovery",meaning:"Missing init recovery condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/tracker-preflight-contracts.ts"],emitting_commands:["*"],canonical_code:"missing_init_recovery",aliases:[]},{code:"missing_lifecycle_target",meaning:"Missing lifecycle target condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/extension.ts"],emitting_commands:["*"],canonical_code:"missing_lifecycle_target",aliases:[]},{code:"missing_observation",meaning:"Missing observation condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/flag-invocation-contracts.ts"],emitting_commands:["*"],canonical_code:"missing_observation",aliases:[]},{code:"missing_observed_signature",meaning:"Missing observed signature condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/grammar-contracts.ts"],emitting_commands:["*"],canonical_code:"missing_observed_signature",aliases:[]},{code:"missing_parameter_alias",meaning:"Missing parameter alias condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/tool-option-contracts.ts"],emitting_commands:["*"],canonical_code:"missing_parameter_alias",aliases:[]},{code:"missing_probe",meaning:"Missing probe condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/tracker-preflight-contracts.ts"],emitting_commands:["*"],canonical_code:"missing_probe",aliases:[]},{code:"missing_required_argument",meaning:"Missing required argument condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts","cli/main.ts","cli/register-mutation.ts","core/telemetry/observability.ts","sdk/governance/assurance-action.ts","sdk/history-redact.ts","sdk/invocation-author.ts"],emitting_commands:["*"],canonical_code:"missing_required_argument",aliases:[]},{code:"missing_required_option",meaning:"Missing required option condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts","core/telemetry/observability.ts","sdk/context-intent-contracts.ts","sdk/lifecycle/create.ts","sdk/lifecycle/plan.ts"],emitting_commands:["*","create","plan"],canonical_code:"missing_required_option",aliases:[]},{code:"missing_suggested_retry",meaning:"Missing suggested retry condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-closure.ts"],emitting_commands:["*"],canonical_code:"missing_suggested_retry",aliases:[]},{code:"missing_suggested_retry_args",meaning:"Missing suggested retry args condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-closure.ts"],emitting_commands:["*"],canonical_code:"missing_suggested_retry_args",aliases:[]},{code:"module_import_failed",meaning:"Module import failed condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts"],emitting_commands:["*"],canonical_code:"module_import_failed",aliases:[]},{code:"multi_target_github_install_ambiguous",meaning:"Multi target github install ambiguous condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/register-setup.ts"],emitting_commands:["*"],canonical_code:"multi_target_github_install_ambiguous",aliases:[]},{code:"mutation_author_required",meaning:"Mutation author required condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/mutation-guard.ts"],emitting_commands:["*"],canonical_code:"mutation_author_required",aliases:[]},{code:"mutation_secret_guard_blocked",meaning:"Mutation secret guard blocked condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/mutation-guard.ts"],emitting_commands:["*"],canonical_code:"mutation_secret_guard_blocked",aliases:[]},{code:"no_matching_tests",meaning:"No matching tests condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/test/execution.ts"],emitting_commands:["*"],canonical_code:"no_matching_tests",aliases:[]},{code:"no_projects_matched_filters",meaning:"No projects matched filters condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/test/execution.ts"],emitting_commands:["*"],canonical_code:"no_projects_matched_filters",aliases:[]},{code:"no_test_files_found",meaning:"No test files found condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/test/execution.ts"],emitting_commands:["*"],canonical_code:"no_test_files_found",aliases:[]},{code:"no_tests_found",meaning:"No tests found condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/test/execution.ts"],emitting_commands:["*"],canonical_code:"no_tests_found",aliases:[]},{code:"no_update_fields",meaning:"No update fields condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts","core/telemetry/observability.ts"],emitting_commands:["*"],canonical_code:"no_update_fields",aliases:[]},{code:"no_version_bounds_declared",meaning:"No version bounds declared condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/extensions/manifest-schema.ts"],emitting_commands:["*"],canonical_code:"no_version_bounds_declared",aliases:[],owned_states:[{state:"author_workspace_manifest_omits_canonical_pm_version_bounds",probe_id:"author-manifest-version-bounds-missing",entrypoints:["health"],expected_exit_class:"generic_failure"}]},{code:"non_refusal_exit",meaning:"Non refusal exit condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-closure.ts"],emitting_commands:["*"],canonical_code:"non_refusal_exit",aliases:[]},{code:"npm_package_not_found",meaning:"Npm package not found condition.",stability:"stable",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/extension/install-sources.ts"],emitting_commands:["*"],canonical_code:"npm_package_not_found",aliases:[]},{code:"ownership_conflict",meaning:"Ownership conflict condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts","core/telemetry/observability.ts","sdk/annotations.ts"],emitting_commands:["*"],canonical_code:"ownership_conflict",aliases:[]},{code:"ownership_dependency_bypass_restricted_options",meaning:"Ownership dependency bypass restricted options condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/update.ts"],emitting_commands:["update"],canonical_code:"ownership_dependency_bypass_restricted_options",aliases:[]},{code:"ownership_metadata_bypass_restricted_options",meaning:"Ownership metadata bypass restricted options condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/update.ts"],emitting_commands:["update"],canonical_code:"ownership_metadata_bypass_restricted_options",aliases:[]},{code:"package_spec_empty",meaning:"Package spec empty condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"package_spec_empty",aliases:[]},{code:"package_upgrade_modes_mutually_exclusive",meaning:"Package upgrade modes mutually exclusive condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/governance/upgrade.ts"],emitting_commands:["*"],canonical_code:"package_upgrade_modes_mutually_exclusive",aliases:[]},{code:"positional_shape_budget_exceeded",meaning:"Positional shape budget exceeded condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/grammar-contracts.ts"],emitting_commands:["*"],canonical_code:"positional_shape_budget_exceeded",aliases:[]},{code:"positional_signature_mismatch",meaning:"Positional signature mismatch condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/grammar-contracts.ts"],emitting_commands:["*"],canonical_code:"positional_signature_mismatch",aliases:[]},{code:"profile_name_empty",meaning:"Profile name empty condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"profile_name_empty",aliases:[]},{code:"profile_name_not_normalized",meaning:"Profile name not normalized condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"profile_name_not_normalized",aliases:[]},{code:"profile_summary_empty",meaning:"Profile summary empty condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"profile_summary_empty",aliases:[]},{code:"profile_title_empty",meaning:"Profile title empty condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"profile_title_empty",aliases:[]},{code:"project_runtime_stale_mutation",meaning:"Project runtime stale mutation condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/environment/project-runtime-compatibility.ts"],emitting_commands:["*"],canonical_code:"project_runtime_stale_mutation",aliases:[]},{code:"project_runtime_stale_read",meaning:"Project runtime stale read condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/environment/project-runtime-compatibility.ts"],emitting_commands:["*"],canonical_code:"project_runtime_stale_read",aliases:[]},{code:"projection_options_mutually_exclusive",meaning:"Projection options mutually exclusive condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/query/get.ts","sdk/query/list.ts","sdk/query/search-contracts.ts"],emitting_commands:["get","list","search"],canonical_code:"projection_options_mutually_exclusive",aliases:[]},{code:"provenance_value_domain_invalid",meaning:"Provenance value domain invalid condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"provenance_value_domain_invalid",aliases:[]},{code:"read_output_cursor_command_mismatch",meaning:"Read output cursor command mismatch condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/read-output/continuation.ts"],emitting_commands:["*"],canonical_code:"read_output_cursor_command_mismatch",aliases:[]},{code:"read_output_cursor_invalid",meaning:"Read output cursor invalid condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/read-output/continuation.ts"],emitting_commands:["*"],canonical_code:"read_output_cursor_invalid",aliases:[]},{code:"read_output_cursor_stale",meaning:"Read output cursor stale condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/read-output/continuation.ts"],emitting_commands:["*"],canonical_code:"read_output_cursor_stale",aliases:[]},{code:"recovery_kind_mismatch",meaning:"Recovery kind mismatch condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/tracker-preflight-contracts.ts"],emitting_commands:["*"],canonical_code:"recovery_kind_mismatch",aliases:[]},{code:"redundant_edge",meaning:"Redundant edge condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/graph/remediation.ts"],emitting_commands:["*"],canonical_code:"redundant_edge",aliases:[]},{code:"refusal_allowed_values_mismatch",meaning:"Refusal allowed values mismatch condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-corpus-contracts.ts"],emitting_commands:["*"],canonical_code:"refusal_allowed_values_mismatch",aliases:[]},{code:"refusal_error_code_mismatch",meaning:"Refusal error code mismatch condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-corpus-contracts.ts"],emitting_commands:["*"],canonical_code:"refusal_error_code_mismatch",aliases:[]},{code:"refusal_exit_code_mismatch",meaning:"Refusal exit code mismatch condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-corpus-contracts.ts"],emitting_commands:["*"],canonical_code:"refusal_exit_code_mismatch",aliases:[]},{code:"refusal_mutated_state",meaning:"Refusal mutated state condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-corpus-contracts.ts"],emitting_commands:["*"],canonical_code:"refusal_mutated_state",aliases:[]},{code:"refusal_probe_missing",meaning:"Refusal probe missing condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-corpus-contracts.ts"],emitting_commands:["*"],canonical_code:"refusal_probe_missing",aliases:[]},{code:"refusal_recovery_failed",meaning:"Refusal recovery failed condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-corpus-contracts.ts"],emitting_commands:["*"],canonical_code:"refusal_recovery_failed",aliases:[]},{code:"reindex_already_running",meaning:"Reindex already running condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/governance/reindex.ts"],emitting_commands:["*"],canonical_code:"reindex_already_running",aliases:[]},{code:"removed_canonical_spelling",meaning:"Removed canonical spelling condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/flag-lexicon-contracts.ts"],emitting_commands:["*"],canonical_code:"removed_canonical_spelling",aliases:[]},{code:"removed_compatibility_spelling",meaning:"Removed compatibility spelling condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/flag-lexicon-contracts.ts"],emitting_commands:["*"],canonical_code:"removed_compatibility_spelling",aliases:[]},{code:"reopen_reason_required",meaning:"Reopen reason required condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/reopen.ts"],emitting_commands:["item reopen"],canonical_code:"reopen_reason_required",aliases:[]},{code:"reopen_receipt_missing",meaning:"Reopen receipt missing condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/update.ts"],emitting_commands:["update"],canonical_code:"reopen_receipt_missing",aliases:[]},{code:"reopen_target_status_invalid",meaning:"Reopen target status invalid condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/reopen.ts"],emitting_commands:["item reopen"],canonical_code:"reopen_target_status_invalid",aliases:[]},{code:"reserved_item_field",meaning:"Reserved item field condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/compose.ts"],emitting_commands:["*"],canonical_code:"reserved_item_field",aliases:[]},{code:"retry_failed",meaning:"Retry failed condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-closure.ts","sdk/agent/tracker-preflight-contracts.ts"],emitting_commands:["*"],canonical_code:"retry_failed",aliases:[]},{code:"schema_migration_input_required",meaning:"Schema migration input required condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/migration-gates.ts"],emitting_commands:["*"],canonical_code:"schema_migration_input_required",aliases:[]},{code:"semantic_spelling_collision",meaning:"Semantic spelling collision condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/flag-lexicon-contracts.ts"],emitting_commands:["*"],canonical_code:"semantic_spelling_collision",aliases:[]},{code:"settings_read_fs_error",meaning:"Settings read fs error condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"settings_read_fs_error",aliases:[]},{code:"settings_read_invalid_json",meaning:"Settings read invalid json condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"settings_read_invalid_json",aliases:[]},{code:"settings_read_invalid_schema",meaning:"Settings read invalid schema condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"settings_read_invalid_schema",aliases:[]},{code:"settings_read_merge_failed",meaning:"Settings read merge failed condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"settings_read_merge_failed",aliases:[]},{code:"stale_budget",meaning:"Stale budget condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/flag-lexicon-contracts.ts"],emitting_commands:["*"],canonical_code:"stale_budget",aliases:[]},{code:"stale_destination",meaning:"Stale destination condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/grammar-contracts.ts"],emitting_commands:["*"],canonical_code:"stale_destination",aliases:[]},{code:"stale_observed_signature",meaning:"Stale observed signature condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/grammar-contracts.ts"],emitting_commands:["*"],canonical_code:"stale_observed_signature",aliases:[]},{code:"status_duplicate",meaning:"Status duplicate condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"status_duplicate",aliases:[]},{code:"status_invalid",meaning:"Status invalid condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"status_invalid",aliases:[]},{code:"stdin_json_invalid",meaning:"Stdin json invalid condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/structured-mutations.ts"],emitting_commands:["*"],canonical_code:"stdin_json_invalid",aliases:[]},{code:"stdin_json_unknown_key",meaning:"Stdin json unknown key condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/structured-mutations.ts"],emitting_commands:["*"],canonical_code:"stdin_json_unknown_key",aliases:[]},{code:"structured_event_immutable",meaning:"Structured event immutable condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/annotations.ts"],emitting_commands:["*"],canonical_code:"structured_event_immutable",aliases:[]},{code:"structured_event_input_conflict",meaning:"Structured event input conflict condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/notes.ts"],emitting_commands:["*"],canonical_code:"structured_event_input_conflict",aliases:[]},{code:"structured_event_json_empty",meaning:"Structured event json empty condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/notes.ts"],emitting_commands:["*"],canonical_code:"structured_event_json_empty",aliases:[]},{code:"structured_event_json_invalid",meaning:"Structured event json invalid condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/notes.ts"],emitting_commands:["*"],canonical_code:"structured_event_json_invalid",aliases:[]},{code:"structured_event_since_invalid",meaning:"Structured event since invalid condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/notes.ts"],emitting_commands:["*"],canonical_code:"structured_event_since_invalid",aliases:[]},{code:"suggested_retry_args_mismatch",meaning:"Suggested retry args mismatch condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-closure.ts"],emitting_commands:["*"],canonical_code:"suggested_retry_args_mismatch",aliases:[]},{code:"telemetry_endpoint_probe_failed",meaning:"Telemetry endpoint probe failed condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"telemetry_endpoint_probe_failed",aliases:[]},{code:"telemetry_endpoint_probe_http_status",meaning:"Telemetry endpoint probe http status condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"telemetry_endpoint_probe_http_status",aliases:[]},{code:"telemetry_otel_export_failing",meaning:"Telemetry otel export failing condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"telemetry_otel_export_failing",aliases:[]},{code:"telemetry_queue_high_retries",meaning:"Telemetry queue high retries condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"telemetry_queue_high_retries",aliases:[]},{code:"telemetry_queue_invalid_rows",meaning:"Telemetry queue invalid rows condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"telemetry_queue_invalid_rows",aliases:[]},{code:"telemetry_queue_pending",meaning:"Telemetry queue pending condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"telemetry_queue_pending",aliases:[]},{code:"telemetry_schema_version_behind",meaning:"Telemetry schema version behind condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"telemetry_schema_version_behind",aliases:[]},{code:"telemetry_state_invalid_json",meaning:"Telemetry state invalid json condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"telemetry_state_invalid_json",aliases:[]},{code:"template_type_unknown",meaning:"Template type unknown condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"template_type_unknown",aliases:[]},{code:"terminal_plan_mutation",meaning:"Terminal plan mutation condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/plan.ts"],emitting_commands:["plan"],canonical_code:"terminal_plan_mutation",aliases:[]},{code:"terminal_state_conflict",meaning:"Terminal state conflict condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/telemetry/observability.ts"],emitting_commands:["*"],canonical_code:"terminal_state_conflict",aliases:[]},{code:"tracked_runtime_cache_files",meaning:"Tracked runtime cache files condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"tracked_runtime_cache_files",aliases:["validate_storage_tracked_runtime_cache_files"]},{code:"tracker_not_initialized",meaning:"Tracker not initialized condition.",stability:"stable",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts","core/store/tracker-preflight.ts","core/telemetry/observability.ts"],emitting_commands:["*"],canonical_code:"tracker_not_initialized",aliases:[],owned_states:[{state:"selected_tracker_root_exists_without_settings",probe_id:"tracker-root-settings-missing",entrypoints:["list"],expected_exit_class:"not_found"}]},{code:"tracker_root_missing",meaning:"Tracker root missing condition.",stability:"stable",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/store/tracker-preflight.ts"],emitting_commands:["*"],canonical_code:"tracker_root_missing",aliases:[],owned_states:[{state:"selected_tracker_root_does_not_exist",probe_id:"tracker-root-missing",entrypoints:["list"],expected_exit_class:"not_found"}]},{code:"tracker_root_not_directory",meaning:"Tracker root not directory condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/store/tracker-preflight.ts"],emitting_commands:["*"],canonical_code:"tracker_root_not_directory",aliases:[],owned_states:[{state:"selected_tracker_root_is_a_regular_file",probe_id:"tracker-root-not-directory",entrypoints:["list"],expected_exit_class:"usage"}]},{code:"tracker_root_unreadable",meaning:"Tracker root unreadable condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/store/tracker-preflight.ts"],emitting_commands:["*"],canonical_code:"tracker_root_unreadable",aliases:[],owned_states:[{state:"selected_tracker_root_is_not_readable",probe_id:"tracker-root-unreadable",entrypoints:["list"],expected_exit_class:"generic_failure"}]},{code:"type_duplicate",meaning:"Type duplicate condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"type_duplicate",aliases:[]},{code:"type_invalid",meaning:"Type invalid condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"type_invalid",aliases:[]},{code:"undeclared_observation",meaning:"Undeclared observation condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/flag-invocation-contracts.ts"],emitting_commands:["*"],canonical_code:"undeclared_observation",aliases:[]},{code:"unexpected_refusal_probe",meaning:"Unexpected refusal probe condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/refusal-corpus-contracts.ts"],emitting_commands:["*"],canonical_code:"unexpected_refusal_probe",aliases:[]},{code:"unknown_command",meaning:"Unknown command condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts","core/telemetry/observability.ts","sdk/cli-contracts/runtime-contracts.ts"],emitting_commands:["*"],canonical_code:"unknown_command",aliases:[]},{code:"unknown_context_intent",meaning:"Unknown context intent condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/context-intent-contracts.ts"],emitting_commands:["*"],canonical_code:"unknown_context_intent",aliases:[]},{code:"unknown_error",meaning:"Unknown error condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts"],emitting_commands:["*"],canonical_code:"unknown_error",aliases:[]},{code:"unknown_field",meaning:"Unknown field condition.",stability:"stable",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/schema.ts"],emitting_commands:["*"],canonical_code:"unknown_field",aliases:[]},{code:"unknown_field_projection",meaning:"Unknown field projection condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/query/get.ts","sdk/query/list.ts","sdk/query/search-contracts.ts"],emitting_commands:["get","list","search"],canonical_code:"unknown_field_projection",aliases:[]},{code:"unknown_item_type",meaning:"Unknown item type condition.",stability:"stable",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/schema.ts"],emitting_commands:["*"],canonical_code:"unknown_item_type",aliases:[]},{code:"unknown_lifecycle_action",meaning:"Unknown lifecycle action condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/subcommand-recovery.ts"],emitting_commands:["*"],canonical_code:"unknown_subcommand",aliases:[]},{code:"unknown_noun",meaning:"Unknown noun condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/grammar-contracts.ts"],emitting_commands:["*"],canonical_code:"unknown_noun",aliases:[]},{code:"unknown_option",meaning:"Unknown option condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts","core/telemetry/observability.ts"],emitting_commands:["*"],canonical_code:"unknown_option",aliases:[],owned_states:[{state:"declared_option_is_rejected_on_the_selected_command_path",probe_id:"cross-command-unknown-option",entrypoints:["deps"],expected_exit_class:"usage"}]},{code:"unknown_plan_template",meaning:"Unknown plan template condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/plan.ts"],emitting_commands:["plan"],canonical_code:"unknown_plan_template",aliases:[]},{code:"unknown_provenance_dimension",meaning:"Unknown provenance dimension condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/history-provenance.ts"],emitting_commands:["*"],canonical_code:"unknown_provenance_dimension",aliases:[]},{code:"unknown_status",meaning:"Unknown status condition.",stability:"stable",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/schema.ts"],emitting_commands:["*"],canonical_code:"unknown_status",aliases:[]},{code:"unknown_subcommand",meaning:"Unknown subcommand condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts","sdk/agent/subcommand-recovery.ts"],emitting_commands:["*"],canonical_code:"unknown_subcommand",aliases:["unknown_lifecycle_action"],owned_states:[{state:"config_action_token_is_not_declared",probe_id:"config-unknown-action",entrypoints:["config"],expected_exit_class:"usage"},{state:"graph_command_token_is_not_declared",probe_id:"graph-unknown-subcommand",entrypoints:["graph"],expected_exit_class:"usage"},{state:"nested_command_token_is_not_declared_by_its_family",probe_id:"schema-unknown-subcommand",entrypoints:["schema"],expected_exit_class:"usage"},{state:"package_lifecycle_token_is_not_declared",probe_id:"package-unknown-action",entrypoints:["package"],expected_exit_class:"usage"}]},{code:"unsafe_init_recovery",meaning:"Unsafe init recovery condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/agent/tracker-preflight-contracts.ts"],emitting_commands:["*"],canonical_code:"unsafe_init_recovery",aliases:[]},{code:"unsupported_update_option",meaning:"Unsupported update option condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["cli/error-guidance.ts"],emitting_commands:["*"],canonical_code:"unsupported_update_option",aliases:[]},{code:"validate_command_references_stale_pm_ids",meaning:"Validate command references stale pm ids condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_command_references_stale_pm_ids",aliases:[]},{code:"validate_files_missing_linked_paths",meaning:"Validate files missing linked paths condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_files_missing_linked_paths",aliases:[]},{code:"validate_files_orphaned_paths",meaning:"Validate files orphaned paths condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_files_orphaned_paths",aliases:[]},{code:"validate_files_tracked_all_strict_forces_pm_internals",meaning:"Validate files tracked all strict forces pm internals condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_files_tracked_all_strict_forces_pm_internals",aliases:[]},{code:"validate_format_version_ahead_items",meaning:"Validate format version ahead items condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"integrity_item_ahead_format_version",aliases:[]},{code:"validate_format_version_outdated_items",meaning:"Validate format version outdated items condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"integrity_item_outdated_format_version",aliases:[]},{code:"validate_hierarchy_parent_cycle",meaning:"Validate hierarchy parent cycle condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_hierarchy_parent_cycle",aliases:[]},{code:"validate_hierarchy_parent_cycle_error",meaning:"Validate hierarchy parent cycle error condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_hierarchy_parent_cycle_error",aliases:[]},{code:"validate_history_drift_chain_mismatches",meaning:"Validate history drift chain mismatches condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"history_drift_chain_mismatch",aliases:[]},{code:"validate_history_drift_hash_mismatches",meaning:"Validate history drift hash mismatches condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"history_drift_hash_mismatch",aliases:[]},{code:"validate_history_drift_missing_streams",meaning:"Validate history drift missing streams condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"history_drift_missing_stream",aliases:[]},{code:"validate_history_drift_unreadable_streams",meaning:"Validate history drift unreadable streams condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"history_drift_unreadable_stream",aliases:[]},{code:"validate_history_unknown_author_events",meaning:"Validate history unknown author events condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"history_unknown_author_events",aliases:[]},{code:"validate_lifecycle_active_closure_like_metadata",meaning:"Validate lifecycle active closure like metadata condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_lifecycle_active_closure_like_metadata",aliases:[]},{code:"validate_lifecycle_active_terminal_parent",meaning:"Validate lifecycle active terminal parent condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_lifecycle_active_terminal_parent",aliases:[]},{code:"validate_lifecycle_dependency_cycles",meaning:"Validate lifecycle dependency cycles condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_lifecycle_dependency_cycles",aliases:[]},{code:"validate_lifecycle_dependency_cycles_error",meaning:"Validate lifecycle dependency cycles error condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_lifecycle_dependency_cycles_error",aliases:[]},{code:"validate_lifecycle_stale_blockers",meaning:"Validate lifecycle stale blockers condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_lifecycle_stale_blockers",aliases:[]},{code:"validate_merge_decisions_unreviewed",meaning:"Validate merge decisions unreviewed condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_merge_decisions_unreviewed",aliases:[]},{code:"validate_merge_fence_drift",meaning:"Validate merge fence drift condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_merge_fence_drift",aliases:[]},{code:"validate_metadata_custom_profile_missing_required_fields",meaning:"Validate metadata custom profile missing required fields condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_metadata_custom_profile_missing_required_fields",aliases:[]},{code:"validate_metadata_duplicate_issue_codes",meaning:"Validate metadata duplicate issue codes condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_metadata_duplicate_issue_codes",aliases:[]},{code:"validate_metadata_missing_acceptance_criteria",meaning:"Validate metadata missing acceptance criteria condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_metadata_missing_acceptance_criteria",aliases:[]},{code:"validate_metadata_missing_close_reason",meaning:"Validate metadata missing close reason condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_metadata_missing_close_reason",aliases:[]},{code:"validate_metadata_missing_confidence",meaning:"Validate metadata missing confidence condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_metadata_missing_confidence",aliases:[]},{code:"validate_metadata_missing_estimate",meaning:"Validate metadata missing estimate condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_metadata_missing_estimate",aliases:[]},{code:"validate_metadata_missing_release",meaning:"Validate metadata missing release condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_metadata_missing_release",aliases:[]},{code:"validate_metadata_missing_reviewer",meaning:"Validate metadata missing reviewer condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_metadata_missing_reviewer",aliases:[]},{code:"validate_metadata_missing_risk",meaning:"Validate metadata missing risk condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_metadata_missing_risk",aliases:[]},{code:"validate_metadata_missing_sprint",meaning:"Validate metadata missing sprint condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_metadata_missing_sprint",aliases:[]},{code:"validate_resolution_missing_fields",meaning:"Validate resolution missing fields condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_resolution_missing_fields",aliases:[]},{code:"validate_storage_duplicate_item_ids",meaning:"Validate storage duplicate item ids condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_storage_duplicate_item_ids",aliases:[]},{code:"validate_storage_history_conflict_markers",meaning:"Validate storage history conflict markers condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"integrity_history_conflict_marker",aliases:[]},{code:"validate_storage_resurrected_items",meaning:"Validate storage resurrected items condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_storage_resurrected_items",aliases:[]},{code:"validate_storage_tracked_runtime_cache_files",meaning:"Validate storage tracked runtime cache files condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"tracked_runtime_cache_files",aliases:[]},{code:"validate_storage_unparseable_config",meaning:"Validate storage unparseable config condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_storage_unparseable_config",aliases:[]},{code:"validate_storage_unparseable_history",meaning:"Validate storage unparseable history condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_storage_unparseable_history",aliases:[]},{code:"validate_storage_unreadable_items",meaning:"Validate storage unreadable items condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"validate_storage_unreadable_items",aliases:[]},{code:"vectorization_embedding_identity_changed",meaning:"Vectorization embedding identity changed condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"vectorization_embedding_identity_changed",aliases:[]},{code:"vectorization_stale_items_remaining",meaning:"Vectorization stale items remaining condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/diagnostics/remediation.ts"],emitting_commands:["*"],canonical_code:"vectorization_stale_items_remaining",aliases:[]},{code:"visible_surface_ceiling_exceeded",meaning:"Visible surface ceiling exceeded condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/cli-contracts/grammar-contracts.ts"],emitting_commands:["*"],canonical_code:"visible_surface_ceiling_exceeded",aliases:[]},{code:"workflow_duplicate_type",meaning:"Workflow duplicate type condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"workflow_duplicate_type",aliases:[]},{code:"workflow_status_unknown",meaning:"Workflow status unknown condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"workflow_status_unknown",aliases:[]},{code:"workflow_transition_malformed",meaning:"Workflow transition malformed condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"workflow_transition_malformed",aliases:[]},{code:"workflow_type_empty",meaning:"Workflow type empty condition.",stability:"stable",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"workflow_type_empty",aliases:[]},{code:"workflow_type_unknown",meaning:"Workflow type unknown condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/profile/profile-lint.ts"],emitting_commands:["*"],canonical_code:"workflow_type_unknown",aliases:[]},{code:"workspace_history_chain_invalid",meaning:"Workspace history chain invalid condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/history/workspace-history.ts"],emitting_commands:["*"],canonical_code:"workspace_history_chain_invalid",aliases:[]},{code:"workspace_history_state_conflict",meaning:"Workspace history state conflict condition.",stability:"stable",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["core/history/workspace-history.ts"],emitting_commands:["*"],canonical_code:"workspace_history_state_conflict",aliases:[]},{code:"workspace_root_pm_path",meaning:"Workspace root pm path condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/init.ts"],emitting_commands:["*"],canonical_code:"workspace_root_pm_path",aliases:[]},{code:"workspace_snapshot_force_required",meaning:"Workspace snapshot force required condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/workspace-snapshot.ts"],emitting_commands:["*"],canonical_code:"workspace_snapshot_force_required",aliases:[]},{code:"workspace_snapshot_manifest_mismatch",meaning:"Workspace snapshot manifest mismatch condition.",stability:"provisional",exit_code:4,class:"conflict",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/workspace-snapshot.ts"],emitting_commands:["*"],canonical_code:"workspace_snapshot_manifest_mismatch",aliases:[]},{code:"workspace_snapshot_name_reserved_fingerprint",meaning:"Workspace snapshot name reserved fingerprint condition.",stability:"provisional",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/workspace-snapshot.ts"],emitting_commands:["*"],canonical_code:"workspace_snapshot_name_reserved_fingerprint",aliases:[]},{code:"workspace_snapshot_not_found",meaning:"Workspace snapshot not found condition.",stability:"provisional",exit_code:3,class:"not_found",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/workspace-snapshot.ts"],emitting_commands:["*"],canonical_code:"workspace_snapshot_not_found",aliases:[]},{code:"workspace_snapshot_permission_denied",meaning:"Workspace snapshot permission denied condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/workspace-snapshot.ts"],emitting_commands:["*"],canonical_code:"workspace_snapshot_permission_denied",aliases:[]},{code:"workspace_snapshot_resource_exhausted",meaning:"Workspace snapshot resource exhausted condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/workspace-snapshot.ts"],emitting_commands:["*"],canonical_code:"workspace_snapshot_resource_exhausted",aliases:[]},{code:"workspace_snapshot_storage_exhausted",meaning:"Workspace snapshot storage exhausted condition.",stability:"provisional",exit_code:1,class:"generic_failure",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/workspace-snapshot.ts"],emitting_commands:["*"],canonical_code:"workspace_snapshot_storage_exhausted",aliases:[]},{code:"wrong_item_type",meaning:"Wrong item type condition.",stability:"stable",exit_code:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/lifecycle/plan.ts"],emitting_commands:["plan"],canonical_code:"wrong_item_type",aliases:[]}];(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f617ee39-b463-5482-af64-8dc86fe28e71")}catch{}})();var My=Oy([...Ny,...Ly]);(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="af86d275-63a8-5205-a8b3-154efdbd8e2a")}catch{}})();var q0=["mutation_receipt","entity","collection","diagnostic","stream"],K0=new Set(["append","claim","close","close-task","copy","create","delete","focus","pause-task","release","restore","start-task","update"]),z0=new Set(["close-many","update-many"]),B0=new Set(["activity","comments","contracts","events","history","learnings","list","notes","search"]),W0=new Set(["aggregate","deps","graph","health","stats","validate"]);function Cr(e){if(e.command.trim().length===0)throw new TypeError("command must be a non-empty command path");if(!q0.includes(e.kind))throw new TypeError(`Unsupported output envelope kind: ${e.kind}`);return e}function Dy(e){let t=e.trim().replace(/\s+/gu," "),[n=t]=t.split(" ");return z0.has(n)?Cr({command:t,kind:"collection",wrapper_key:"rows",cardinality:"many",format_flag:"--json"}):K0.has(n)?Cr({command:t,kind:"mutation_receipt",wrapper_key:null,cardinality:"one",format_flag:"--json"}):B0.has(n)?Cr({command:t,kind:"collection",wrapper_key:n==="contracts"?null:"items",cardinality:"many",format_flag:"--json"}):W0.has(n)?Cr({command:t,kind:"diagnostic",wrapper_key:null,cardinality:"none",format_flag:"--json"}):Cr({command:t,kind:n==="get"?"entity":"diagnostic",wrapper_key:n==="get"?"item":null,cardinality:n==="get"?"one":"none",format_flag:"--json"})}var H0=Ye.map(e=>Dy(e)),V0=new Map(H0.map(e=>[e.command,e]));function Py(e){let t=e.trim().replace(/\s+/gu," ");if(t.length===0)throw new TypeError("command must be a non-empty command path");let[n=t]=t.split(" "),r=V0.get(n);return r?{...r,command:t}:Dy(t)}function Y0(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function X0(e){return Y0(e)&&typeof e.id=="string"&&e.id.length>0&&typeof e.status=="string"&&e.status.length>0&&Number.isSafeInteger(e.changed_field_count)&&Number(e.changed_field_count)>=0&&(e.close_reason===void 0||typeof e.close_reason=="string")&&(e.deleted===void 0||typeof e.deleted=="boolean")&&(e.previous_status===void 0||typeof e.previous_status=="string")&&(e.warnings===void 0||Array.isArray(e.warnings))}function UW(e){let t=e;if(typeof e=="string")try{t=JSON.parse(e)}catch(n){throw new TypeError(`Mutation receipt must be valid JSON: ${String(n)}`,{cause:n})}if(!X0(t))throw new TypeError("Mutation receipt must be a flat object with top-level id, status, and changed_field_count fields");return{id:t.id,status:t.status,changedFieldCount:t.changed_field_count,...typeof t.close_reason=="string"?{closeReason:t.close_reason}:{},...typeof t.deleted=="boolean"?{deleted:t.deleted}:{},...typeof t.previous_status=="string"?{previousStatus:t.previous_status}:{},...Array.isArray(t.warnings)?{warnings:t.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]="b69edba8-884f-521c-9bc3-451c7df755a9")}catch{}})();var J0=Fo("list").properties.outputSession,Q0={outputInclude:{type:"string",minLength:1,description:"Comma-separated fields or sections retained by any built-in read action."},outputLimit:{anyOf:[{type:"integer",minimum:1},{const:"unbounded"}],description:"Universal read row ceiling, or unbounded to disable the shared ceiling."},outputBudget:{anyOf:[{type:"integer",minimum:1},{const:"unbounded"}],description:"Universal estimated-token ceiling, or unbounded to return the complete read result."},outputFormat:{type:"string",enum:["json","toon"],description:"Universal read-result encoding selector."},outputSession:{...J0},outputCursor:{type:"string",minLength:1,description:"Opaque continuation cursor returned after budget compaction of a declared row collection."}},Fy={type:"object",properties:{cwd:{type:"string",description:"Workspace directory to run the native pm operation in. Defaults to the MCP server process cwd."},path:{type:"string",description:"Optional pm data root, equivalent to PM_PATH/global --path. Leave unset for real repository tracking."},author:{type:"string",description:"Optional mutation author override. Otherwise pm uses PM_AUTHOR, project settings, or detected harness identity."},tokenAccounting:{type:"boolean",description:"Attach the same bounded per-section token-cost receipt emitted by CLI --token-accounting."}},additionalProperties:!0},oe={type:"string",description:"pm item id, for example pm-abc1."},Z0=`Operation name (one of): ${vo.join(", ")}. Package-owned actions are available dynamically when their provider package is installed.`,eN={status:{type:"string",description:"Alias for options.status."},type:{type:"string",description:"Alias for options.type."},tag:{type:"string",description:"Alias for options.tag."},priority:{type:"string",description:"Alias for options.priority."},limit:{type:["string","number"],description:"Alias for options.limit."},offset:{type:["string","number"],description:"Alias for options.offset."}},tN={mode:{type:"string",description:"Alias for options.mode."},status:{type:"string",description:"Alias for options.status."},type:{type:"string",description:"Alias for options.type."},tag:{type:"string",description:"Alias for options.tag."},priority:{type:"string",description:"Alias for options.priority."},limit:{type:["string","number"],description:"Alias for options.limit."}};function K(e,t=[]){return{...Fy,properties:{...Fy.properties,...e},required:t}}var nN=[{name:"pm_run",description:"Run any supported pm operation natively through the pm library. Use this for commands not covered by narrower pm_* tools.",inputSchema:K({action:{type:"string",enum:[...vo],description:Z0},id:oe,query:{type:"string",description:"Search query for action=search."},reason:{type:"string",description:"Close reason for action=close."},force:{type:"boolean",description:"Force ownership/terminal-state override when supported."},subcommand:{type:"string",description:"Subcommand selector for actions that take one (for example telemetry, or schema \u2014 prefer the dedicated pm_schema tool for schema operations)."},options:{type:"object",description:"Underlying pm command options using camelCase keys."},fullChangedFields:{type:"boolean",description:"For mutation actions, return the full changed_fields array instead of the default changed_field_count."},idOnly:{type:"boolean",description:"For single-item mutation actions, return only id and status."},...Q0},["action"])},{name:"pm_context",description:"Return the agent-oriented project context snapshot. Pass options.depth=brief|standard|deep|full (full = every section with no per-section row cap), options.parent='<id>' to scope the snapshot to one item's subtree (the item plus all descendants), options.fields='id,title,priority' to project focus rows to a field subset for low-token reads, or options.section=['hierarchy','progress',...] to pick sections.",inputSchema:K({options:{type:"object"}})},{name:"pm_next",description:"Recommend the next actionable work item: the single highest-priority READY item (active status, no open blockers, no open children; completed containers surface only when no concrete leaf work is ready) plus the ranked ready and blocked queues. The recommended item carries a rationale and each blocked item lists the open blockers gating it. Pass options.parent='<id>' to scope to one subtree, options.limit=N to cap ready rows, options.readyOnly=true to omit the blocked list, or filters (options.type/tag/priority/assignee/sprint/release). The most token-efficient 'what should I do now?' read for agents.",inputSchema:K({options:{type:"object"}})},{name:"pm_search",description:"Search pm items with keyword, semantic, or hybrid search. Defaults to a compact projection for token efficiency. Pass options.mode=keyword|semantic|hybrid, options.limit=N to cap hits, options.status='all' for no lifecycle restriction, options.fields='id,title,score' for a custom projection, or options.full=true for full item bodies (can be large). The result echoes the applied filters and projection mode in query_summary.",inputSchema:K({query:{type:"string"},options:{type:"object"},...tN},["query"])},{name:"pm_list",description:"List pm items with status/type/tag/priority filters. Defaults to compact projection for token efficiency. options.status accepts CSV (all,open,in_progress). Pass options.compact=false or options.includeBody=true for full bodies/comments. Pass options.brief=true for ultra-terse (id/status/type/title only). Pass options.fields='id,title,priority' for custom projection. Pass options.limit=N to cap row count. The result echoes the applied filters and projection mode in query_summary.",inputSchema:K({options:{type:"object"},...eN})},{name:"pm_get",description:"Read one pm item with shared SDK projections. Pass options.depth='brief' or options.fields='id,title,status' for low-token inspection, options.fields='id,schedule.start_at' for schedule context, or options.at='7' / an ISO timestamp for a verified mutation-free historical read. Parent results include bounded child counts, samples, and continuation metadata.",inputSchema:K({id:oe,options:{type:"object",description:"Get options such as depth=brief|standard|deep|full, fields=id,title,status, or at=<version|ISO timestamp>."}},["id"])},{name:"pm_events",description:"Read a bounded, cursor-resumable page of committed mutation events across item history streams. Batch cursors are the token-efficient default; pass cursorMode=row for per-event checkpoints.",inputSchema:K({since:{type:"string",description:"Durable event cursor or ISO timestamp lower bound."},type:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},author:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},item:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},limit:{type:"integer",minimum:0,maximum:1e3},full:{type:"boolean"},cursorMode:{type:"string",enum:["batch","row"],description:"Cursor framing: batch returns one terminal next_cursor (default); row also adds a cursor to every event."}})},{name:"pm_create",description:"Create a pm item natively and write pm history. Output is compact by default (changed_fields replaced with changed_field_count for token efficiency); pass fullChangedFields=true for the full changed_fields array.",inputSchema:K({fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},allowMissingParent:{type:"boolean",description:"Allow unresolved parent references and emit a validation warning."},allowDuplicate:{type:"boolean",description:"Explicitly create when strict similarity governance finds likely duplicates."},options:{type:"object",description:"Create options. title and description are required."}},["options"])},{name:"pm_mutate",description:"Apply an ordered create/update/close/release batch atomically through the public pm SDK. Create rows may declare ref and omit id; @ref forward references resolve deterministically from the stable transactionId. Set dryRun=true to validate and preview without writes.",inputSchema:K({transactionId:{type:"string",description:"Stable idempotency key for this atomic mutation batch."},mutations:{type:"array",minItems:1,description:"Ordered rows shaped as {op:create|update|close|release,id?,ref?,options?,reason?}.",items:{type:"object",properties:{op:{type:"string",enum:["create","update","close","release"]},id:oe,ref:{type:"string",description:"Batch-local create alias; its deterministic id can be referenced as @alias by any row."},reason:{type:"string"},options:{type:"object"}},required:["op"],additionalProperties:!1}},dryRun:{type:"boolean",description:"Validate and preview without writing."},createCompensation:{type:"string",enum:["close","delete"],description:"How a failed batch compensates created items; defaults to close."},lockTtlSeconds:{type:"number"},lockWaitMs:{type:"number"}},["transactionId","mutations"])},{name:"pm_copy",description:"Copy an existing pm item into a new id while resetting lifecycle fields. Output is compact by default (changed_fields replaced with changed_field_count); pass fullChangedFields=true for the full changed_fields array.",inputSchema:K({id:oe,fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},idOnly:{type:"boolean",description:"Return only id and status."},options:{type:"object",description:"Copy options such as title override, author, and message."}},["id"])},{name:"pm_focus",description:"Set, clear, or show the session focused item. When focused, pm_create defaults its parent to the focused item (an explicit parent still overrides). Pass id to focus an item, options.clear=true to clear, or neither to show current focus.",inputSchema:K({id:oe,clear:{type:"boolean",description:"Clear the focused item (cannot be combined with id)."},options:{type:"object",description:"Focus options such as clear (boolean)."}},[])},{name:"pm_update",description:"Update pm item metadata/body/dependencies/log seeds natively. Output is compact by default (changed_fields replaced with changed_field_count); pass fullChangedFields=true for the full changed_fields delta.",inputSchema:K({id:oe,fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},options:{type:"object"}},["id","options"])},{name:"pm_append",description:"Append markdown text to a pm item body and write pm history. Useful for seeding evidence/log entries before close. Output is compact by default (changed_fields replaced with changed_field_count); pass fullChangedFields=true for the full changed_fields array.",inputSchema:K({id:oe,body:{type:"string",description:"Markdown text to append to the item body. Required here or as options.body."},fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},options:{type:"object",description:"Append options such as body, author, and message."}},["id"])},{name:"pm_claim",description:"Claim a pm item.",inputSchema:K({id:oe,force:{type:"boolean"},options:{type:"object"}},["id"])},{name:"pm_release",description:"Release a pm item claim.",inputSchema:K({id:oe,force:{type:"boolean"},options:{type:"object"}},["id"])},{name:"pm_close",description:"Close a pm item with optional close reason and optional close validation (reason requirement follows governance settings). Output is compact by default (changed_fields replaced with changed_field_count); pass fullChangedFields=true for the full changed_fields array.",inputSchema:K({id:oe,reason:{type:"string",description:"Close reason text when provided or required by governance settings."},duplicateOf:{type:"string",description:"Canonical item id when closing this item as a duplicate."},fullChangedFields:{type:"boolean",description:"Return full changed_fields instead of changed_field_count."},idOnly:{type:"boolean",description:"Return only id and status."},options:{type:"object"}},["id"])},{name:"pm_comments",description:"List, add, edit, or delete comments on a pm item. Use options.add to append, options.edit=<1-based index> with replacement text to fix a comment, or options.delete=<1-based index> to remove one. List calls default to the most recent 20 comments with total_count/has_more metadata for token efficiency. Pass options.limit=N to choose a page size, options.limit=0 for summary-only metadata, or options.full=true for full history.",inputSchema:K({id:oe,options:{type:"object"}},["id"])},{name:"pm_files",description:"List, add, remove, or validate linked files for a pm item.",inputSchema:K({id:oe,options:{type:"object"}},["id"])},{name:"pm_docs",description:"List, add, or remove linked docs for a pm item.",inputSchema:K({id:oe,options:{type:"object"}},["id"])},{name:"pm_notes",description:"List or add structured notes on a pm item. Use options.add to append a note; omit it to list existing notes.",inputSchema:K({id:oe,options:{type:"object"}},["id"])},{name:"pm_learnings",description:"List or add learnings on a pm item. Use options.add to capture a learning/insight; omit it to list existing learnings.",inputSchema:K({id:oe,options:{type:"object"}},["id"])},{name:"pm_deps",description:"Read dependency trees/graphs or one bounded explainable relationship context packet. Use options.format=context with direction, kind, depth, node, edge, token, and cursor bounds; context returns a counts-first summary, per-node roles/reasons, root evidence pointers, and enumerated missing references.",inputSchema:K({id:oe,options:{type:"object"}},["id"])},{name:"pm_graph",description:"Run bounded workspace relationship-graph queries: ancestors/descendants (hierarchy), predecessors/successors (ordering), paths, impact (blast radius), analyze (execution + knowledge analytics), audit (governance findings with change-since-baseline deltas), communities (label-propagation clusters), redundancy (transitively implied edges), dominators (structural bottlenecks), slack (critical-path method float per task), centrality (betweenness/closeness/degree with directed fan-in/out), articulation (cut points and bridges \u2014 single points of failure), plan (dry-run remediation proposals derived from the audit), and index (durable cross-process graph index status/rebuild/clear). Traversals, paths, impact, and dominators require id; paths also requires target. Options support kind, maxDepth, limit, after, direction, maxPaths, sample, exemptIsolate, exemptIsolateType, saveBaseline (audit), rebuild/clear (index), and counts-first summary.",inputSchema:K({subcommand:{type:"string",enum:[...Cl]},id:oe,target:oe,options:{type:"object"}},["subcommand"])},{name:"pm_test",description:"List, add, remove, or run linked tests for a pm item.",inputSchema:K({id:oe,options:{type:"object"}},["id"])},{name:"pm_validate",description:"Run pm validation checks.",inputSchema:K({options:{type:"object"}})},{name:"pm_health",description:"Run pm health diagnostics. Pass options.brief=true for compact low-token details, options.skipIntegrity=true, options.skipDrift=true, options.skipVectors=true for a fast status-only check, or options.full=true for the complete deep check.",inputSchema:K({options:{type:"object"}})},{name:"pm_contracts",description:"Inspect pm command, flag, schema, and availability contracts.",inputSchema:K({options:{type:"object"}})},{name:"pm_schema",description:"Inspect or modify the workspace item-type/status/field schema (pm schema). subcommand selects the operation; name carries the item type name (show/add-type/remove-type), status id (show-status/add-status/remove-status), or field key (show-field/add-field/remove-field). apply-preset adopts a domain type preset; add-type with infer=true derives types from title-prefix conventions. Schema mutations write workspace config files, not item history.",inputSchema:K({subcommand:{type:"string",enum:["list","show","show-status","add-type","remove-type","add-status","remove-status","add-field","remove-field","list-fields","show-field","apply-preset"],description:"Schema subcommand to run."},name:{type:"string",description:"Item type name (show/add-type/remove-type), status id (show-status/add-status/remove-status), or custom field key (show-field/add-field/remove-field). Required for those subcommands."},description:{type:"string",description:"Custom item type, status, or field description for add-type/add-status/add-field."},defaultStatus:{type:"string",description:"Default status for add-type."},folder:{type:"string",description:"Storage folder for add-type."},alias:{type:"array",items:{type:"string"},description:"Aliases for add-type/add-status, or extra CLI flag aliases for add-field."},role:{type:"array",items:{type:"string",enum:[...mo]},description:`Lifecycle roles for add-status: ${mo.join(", ")}.`},order:{type:"number",description:"Display/sort order for add-status."},fieldType:{type:"string",enum:["string","number","boolean","string_array"],description:"Value type for a custom field (add-field)."},commands:{type:"array",items:{type:"string"},description:"Commands a custom field is wired onto (add-field): create, update, update_many, list, search, calendar, context."},cliFlag:{type:"string",description:"Override the auto-derived CLI flag for a custom field (add-field)."},required:{type:"boolean",description:"Mark a custom field as always required (add-field)."},requiredOnCreate:{type:"boolean",description:"Mark a custom field as required at create time (add-field)."},allowUnset:{type:"boolean",description:"Whether a custom field may be cleared via --unset (add-field); defaults to true."},requiredTypes:{type:"array",items:{type:"string"},description:"Restrict a custom field's requirement to specific item types (add-field)."},typePreset:{type:"string",enum:["agile","ops","research"],description:"Domain type preset to adopt (apply-preset)."},infer:{type:"boolean",description:"Infer item types from title-prefix conventions (add-type); previews unless apply is true."},minCount:{type:"number",description:"Minimum items sharing a prefix for add-type inference (default 10)."},apply:{type:"boolean",description:"Register inferred types (add-type infer); without it the call previews only."},force:{type:"boolean",description:"Override removal guardrails for destructive schema changes when supported."},options:{type:"object",description:"Additional schema options using camelCase keys."}},["subcommand"])},{name:"pm_profile",description:"List, show, apply, or lint project profiles (pm profile) \u2014 archetype bundles that stage item types, statuses, fields, per-type workflows, config knobs, create templates, and recommended packages. subcommand selects the operation; name carries the profile name (agile, ops, research) for show/apply/lint. apply stages every dimension idempotently; dryRun previews the diff without writing; lint reports author-time consistency findings (graded error/warning) without touching the tracker. Profile staging writes workspace config/schema files, not item history.",inputSchema:K({subcommand:{type:"string",enum:["list","show","apply","lint"],description:"Profile subcommand to run."},name:{type:"string",description:"Profile name for show/apply/lint. Required for those subcommands. Built-ins are agile, ops, and research; an active extension can contribute additional archetype names that resolve here too."},dryRun:{type:"boolean",description:"Preview the apply diff without writing any files (apply)."},author:{type:"string",description:"Mutation author for apply."},force:{type:"boolean",description:"Force ownership/lock override for apply."},options:{type:"object",description:"Additional profile options using camelCase keys."}},["subcommand"])},{name:"pm_config",description:"Read or write pm workspace configuration (pm config). configAction selects get/set/list/export; key/value address a single setting for get/set. scope chooses the project (default) or global settings file.",inputSchema:K({configAction:{type:"string",enum:["get","set","list","export"],description:"Config operation to perform. get/set require key; list/export dump the resolved settings surface."},key:{type:"string",description:"Settings key for get/set, for example governance-require-close-reason, telemetry-tracking, or a nested leaf such as search_provider (dash and underscore variants accepted; configAction=get without a key lists supported keys in the error)."},value:{type:"string",description:"New value for configAction=set."},scope:{type:"string",enum:["project","global"],description:"Settings scope to read or write. Defaults to project."},options:{type:"object",description:"Additional config options such as criterion, clearCriteria, format, or policy."}},["configAction"])},{name:"pm_plan",description:"Run agent-optimized Plan workflows. options.subcommand selects: create|show|add-step|update-step|complete-step|block-step|reorder-step|remove-step|link|unlink|decision|discovery|validation|resume|approve|materialize. Provide id for all non-create subcommands; provide stepRef for step lifecycle subcommands. Plans store agent-readable steps with dependencies, decisions, discoveries, validation, and resume context.",inputSchema:K({id:{type:"string",description:"Plan id (required for all subcommands except create)."},stepRef:{type:"string",description:"Step id or order for step lifecycle subcommands."},options:{type:"object",description:"Plan options including subcommand, stepRef, stepStatus, link, depth, etc."}})}],rN={pm_append:"append",pm_claim:"claim",pm_close:"close",pm_comments:"comments",pm_config:"config",pm_context:"context",pm_contracts:"contracts",pm_copy:"copy",pm_create:"create",pm_deps:"deps",pm_docs:"docs",pm_events:"events",pm_files:"files",pm_focus:"focus",pm_get:"get",pm_graph:"graph",pm_health:"health",pm_learnings:"learnings",pm_list:"list",pm_next:"next",pm_notes:"notes",pm_plan:"plan",pm_profile:"profile",pm_release:"release",pm_schema:"schema",pm_search:"search",pm_test:"test",pm_update:"update",pm_validate:"validate"},iN=nN.map(e=>{let t=rN[e.name];if(!t)return e;let n=e.inputSchema.properties,r=e.inputSchema.required.map(String);return{...e,inputSchema:Fo(t,{properties:n,required:r})}});function $y(){return iN.map(e=>{let t=e.inputSchema.required,n=Array.isArray(t)?t.map(r=>String(r)).sort((r,i)=>r.localeCompare(i)):[];return{name:e.name,description:e.description,required:n,input_schema:e.inputSchema}}).sort((e,t)=>e.name.localeCompare(t.name))}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="a4c43fa6-9f2e-515c-ab47-d21ef5d7878e")}catch{}})();var Uy=new Map([["claim",["--if-available","--next","--type","--priority","--token-budget","--explain-ranking"]],["close",["--reason","--validate-close","--resolution","--expected-result","--actual-result","--message"]],["context",["--limit","--after","--depth","--section","--token-budget","--explain-ranking"]],["contracts",["--command","--flags-only","--summary","--runtime-only","--availability-only","--full"]],["create",["--title","--type","--status","--priority","--dep","--comment"]],["get",["--full","--depth","--fields","--tree","--tree-depth","--format"]],["health",["--check-only","--summary","--brief","--check-telemetry","--strict-exit","--full"]],["list",["--status","--type","--limit","--after","--brief","--fields"]],["next",["--limit","--blocked-limit","--ready-only","--token-budget","--explain-ranking","--format"]],["search",["--mode","--status","--type","--limit","--after","--fields"]],["update",["--status","--message","--dep","--comment","--file","--test"]],["validate",["--check-resolution","--check-history-drift","--check-storage-integrity","--counts","--strict-exit","--fix-hints"]]]),sN=["--limit","--after","--offset","--token-budget","--brief","--summary","--compact","--fields","--full","--format","--since","--until"],Yy=new Set(["list","list-all","list-draft","list-open","list-in-progress","list-blocked","list-closed","list-canceled"]),Gs=new Set(["calendar","guide","reindex","completion","test-runs-list","test-runs-status","test-runs-logs","test-runs-stop","test-runs-resume","templates-list","templates-save","templates-show"]),Ir=new Set(["cal","calendar","completion","completion-statuses","completion-tags","completion-types","guide","reindex","templates","templates list","templates save","templates show","test-runs","test-runs list","test-runs status","test-runs logs","test-runs stop","test-runs resume"]),Xy=new Map([["cal","calendar"],["calendar","calendar"],["completion","guide-shell"],["completion-statuses","guide-shell"],["completion-tags","guide-shell"],["completion-types","guide-shell"],["guide","guide-shell"],["reindex","search-advanced"],["templates","templates"],["templates list","templates"],["templates save","templates"],["templates show","templates"],["test-runs","linked-test-adapters"],["test-runs list","linked-test-adapters"],["test-runs status","linked-test-adapters"],["test-runs logs","linked-test-adapters"],["test-runs stop","linked-test-adapters"],["test-runs resume","linked-test-adapters"]]),Jy=new Map([["calendar","calendar|cal"],["guide","guide"],["reindex","reindex"],["completion","completion"],["test-runs-list","test-runs|test-runs list"],["test-runs-status","test-runs status"],["test-runs-logs","test-runs logs"],["test-runs-stop","test-runs stop"],["test-runs-resume","test-runs resume"],["templates-list","templates|templates list"],["templates-save","templates save"],["templates-show","templates show"]]),Qy=new Map([...Jy.entries()].flatMap(([e,t])=>ut(t).map(n=>[n,e]))),Zy=[{canonical:"context",aliases:["ctx"]},{canonical:"package",aliases:["extension","packages"]}],ew=new Map(Zy.flatMap(e=>e.aliases.map(t=>[t,e.canonical]))),oN=10,aN=20,jy=new Map([["activity","Read activity."],["aggregate","Group counts."],["append","Append body."],["assurance","Evaluate assurance."],["beads","Manage Beads interoperability."],["cal","Manage calendar integration."],["calendar","Manage calendar integration."],["changelog","Generate changelog output."],["claim","Claim work."],["close","Close work."],["close-many","Close matching work."],["close-task","Close task work."],["command-kit","Inspect command authoring primitives."],["comments","Manage comments."],["comments-audit","Audit comment governance."],["completion","Generate shell completions."],["config","Manage settings."],["context","Build context."],["contracts","Inspect contracts."],["copy","Copy work."],["create","Create work."],["dedupe-audit","Audit duplicate work."],["dedupe-merge","Merge duplicate work."],["delete","Delete work."],["deps","Manage deps."],["duplicates","Find duplicate clusters."],["docs","Link docs."],["eval","Run evaluations."],["event","Manage events."],["events","Read events."],["files","Link files."],["focus","Manage focus."],["gc","Clean caches."],["get","Read item."],["graph","Query graph."],["guide","Show user guides."],["health","Check health."],["help","Show help."],["history","Inspect history."],["init","Initialize workspace."],["install","Install packages."],["item","Mutate work through typed operations."],["learnings","Manage learnings."],["list","List work."],["list-all","List work across every status."],["list-blocked","List blocked work."],["list-canceled","List canceled work."],["list-closed","List closed work."],["list-draft","List draft work."],["list-in-progress","List in-progress work."],["list-open","List open work."],["meet","Record meeting context."],["merge","Manage tracker merges."],["next","Pick next work."],["notes","Manage notes."],["normalize","Normalize tracker data."],["ops","Run operations."],["package","Manage packages."],["packages","Manage packages."],["pause-task","Pause task work."],["plan","Manage plans."],["profile","Manage profiles."],["reindex","Refresh search index."],["release","Release claim."],["remind","Manage reminders."],["restore","Restore history."],["schema","Customize schema."],["search","Search work."],["search-advanced","Run advanced search."],["start-task","Start task work."],["stats","Show stats."],["telemetry","Manage telemetry."],["templates","Manage work templates."],["test","Run linked tests."],["test-all","Run all linked tests."],["test-runs","Inspect background test runs."],["todos","Manage source-code todos."],["twin","Manage repository twins."],["update","Update work."],["update-many","Update matching work."],["upgrade","Upgrade packages."],["validate","Validate data."],["vcs","Inspect version-control context."],["workspace","Manage portable workspace primitives."],["history-author-acknowledge","Acknowledge reviewed history authors."],["history-compact","Compact history."],["history-redact","Redact sensitive history values."],["history-repair","Repair history integrity."]]),tw=[["init",Zu],["install",tm],["uninstall",nm],["explore",rm],["manage",dm],["describe",im],["reload",lm],["doctor",um],["catalog",mm],["adopt",fm],["adopt-all",sm],["activate",om],["deactivate",am],["migrate",cm]],cN=[...tw.map(([e,t])=>e==="init"?[e,em]:[e,t]),["upgrade",Mo]],dN=[...tw.map(([e,t])=>[`extension ${e}`,t]),...cN.flatMap(([e,t])=>[[`package ${e}`,t],[`packages ${e}`,t]]),["init",Xu],["config",Ju],["extension",Qu],["package",Lo],["packages",Lo],["install",pm],["create",Pm],["item mutate",Fm],["item complete",$m],["item reopen",Um],["copy",jm],["focus",Gm],["update",qm],["update-many",Km],["upgrade",Mo],["calendar",Do],["cal",Do],["context",Po],["ctx",Po],["get",Bm],["search",Jm],["eval",Ym],["workspace",wt],["workspace snapshot",wt],["workspace snapshot create",wt],["workspace snapshot list",wt],["workspace snapshot inspect",wt],["workspace snapshot restore",wt],["workspace snapshot delete",wt],["next",Xm],["aggregate",Du],["deps",Hm],["graph",Vm],["guide",Wm],["reindex",_m],["history",Gu],["history-compact",Wu],["history-redact",Ku],["history-repair",zu],["history-author-acknowledge",Bu],["merge",qu],["schema",Hu],["profile",Vu],["plan",Yu],["restore",vm],["delete",bm],["close",gm],["close-many",hm],["append",ym],["claim",wm],["release",km],["start-task",Em],["pause-task",Sm],["close-task",Tm],["comments",Pu],["notes",Fu],["learnings",$u],["files",Uu],["docs",ju],["test",xm],["test-all",Am],["telemetry",Cm],["test-runs",Im],["gc",Rm],["stats",Om],["duplicates",Nm],["validate",Mm],["health",Lm],["assurance",Dm],...ef,["contracts",Qm],["completion",Zm],["activity",zm],...[...Yy].map(e=>[e,Mu])],Uc=new Map(dN);function lN(e){let t=Qy.get(e);return t||(e.startsWith("test-runs ")?`test-runs-${e.slice(10)}`:e.startsWith("templates ")?`templates-${e.slice(10)}`:e)}function Gy(e){return Ye.includes(e)?ye(e):e.startsWith("extension-")?ye(`extension ${e.slice(10)}`):e.startsWith("package-")?ye(`package ${e.slice(8)}`):e.startsWith("item-")?ye(`item ${e.slice(5)}`):e.startsWith("test-runs-")?ye(`test-runs ${e.slice(10)}`):e.startsWith("templates-")?ye(`templates ${e.slice(10)}`):Gs.has(e)?Jy.get(e)??ye(e):null}function uN(e,t){return e.command_path===null?!1:ut(e.command_path).some(n=>n===t?!0:n.startsWith(`${t} `)||t.startsWith(`${n} `))}function ut(e){return e.split("|").map(t=>ye(t)).filter(t=>t.length>0)}function mN(e,t){let n=new Set(t),r=new Set;for(let i of e)if(i.command_path)for(let s of ut(i.command_path)){let o=s.split(" ").filter(a=>a.length>0);if(o.length!==0)for(let a=o.length;a>0;a-=1){let c=o.slice(0,a).join(" ");if(n.has(c)){r.add(c);break}}}return[...r].sort((i,s)=>i.localeCompare(s))}function js(e){if(typeof e!="string")return;let t=e.trim().toLowerCase();return t.length>0?t:void 0}function Rr(e){let t=e.oneOf;return Array.isArray(t)?t.filter(n=>typeof n=="object"&&n!==null):[]}function fN(e,t){if(!t)return{...e};let r=Rr(e).filter(i=>{let s=i.properties;if(typeof s!="object"||s===null)return!1;let o=s.action;return typeof o!="object"||o===null?!1:o.const===t});return{...e,oneOf:r}}function Pc(e,t){let r=Rr(e).filter(i=>{let s=i.properties;if(typeof s!="object"||s===null)return!1;let o=s.action;if(typeof o!="object"||o===null)return!1;let a=o.const;return typeof a=="string"&&t.has(a)});return{...e,oneOf:r}}function ye(e){return e.trim().toLowerCase().split(/\s+/).filter(t=>t.length>0).join(" ")}function nw(e){return e.replace(/\s+/g,"-")}function et(e){if(typeof e!="string")return null;let t=e.trim();return t.length>0?t:null}function qy(e){if(!Array.isArray(e))return[];let t=[],n=new Set;for(let r of e){let i=et(r);!i||n.has(i)||(n.add(i),t.push(i))}return t}function Fc(e,t,n){n&&(e[t]=!0)}function Ky(e,t){if(e==null)return null;if(typeof e!="string")throw new TypeError("Expected string for extension flag name.");let n=e.trim();return n.length===0?null:t==="long"?n.startsWith("--")&&n.length>2?n:null:n.startsWith("-")&&!n.startsWith("--")&&n.length>1?n:null}function pN(e){let t=Ky(e.long,"long"),n=Ky(e.short,"short"),r=t??n;if(!r)return null;let i={flag:r};n&&t&&(i.short=n),Fc(i,"required",e.required===!0),Fc(i,"repeatable",e.repeatable===!0),Fc(i,"list",e.list===!0);let s=et(e.description);s&&(i.description=s);let o=et(e.value_name);o&&(i.value_name=o);let a=[et(e.value_type),et(e.type),o?"string":null].find(c=>c==="string"||c==="number"||c==="boolean");return a&&(i.value_type=a),i}function rw(e){let t=new Map;for(let r of e){let i=ye(r.target_command);if(i.length===0)continue;let s=t.get(i)??{flags:[],sources:[],dedupe:new Set,sourceDedupe:new Set},o=`${r.layer}:${r.name}`;s.sourceDedupe.has(o)||(s.sourceDedupe.add(o),s.sources.push({layer:r.layer,name:r.name}));for(let a of r.flags){let c=pN(a);if(!c)continue;let d=`${c.flag}|${c.short??""}`;s.dedupe.has(d)||(s.dedupe.add(d),s.flags.push(c))}t.set(i,s)}let n=new Map;for(let[r,i]of t.entries())n.set(r,{flags:i.flags,sources:i.sources.sort((s,o)=>{let a=s.layer.localeCompare(o.layer);return a!==0?a:(s.name??"").localeCompare(o.name??"")})});return n}function _N(e){let t=rw(e.flagRegistrations),n=new Map;for(let s of e.commandDefinitions){let o=ye(s.command);if(o.length===0)continue;let a=et(s.action)??nw(o),c=Array.isArray(s.arguments)?s.arguments.map(d=>{let l=et(d.name);return l?{name:l,required:d.required===!0,variadic:d.variadic===!0,description:et(d.description)}:null}).filter(d=>d!==null):[];n.set(o,{command:o,action:a,source:{layer:s.layer,name:s.name},description:et(s.description),intent:et(s.intent),arguments:c,flags:t.get(o)?.flags??[],examples:qy(s.examples),failure_hints:qy(s.failure_hints)})}let r=new Set;for(let s of e.handlers)r.add(ye(s));for(let s of n.keys())r.add(s);for(let s of t.keys())r.add(s);let i=[];for(let s of[...r].sort((o,a)=>o.localeCompare(a))){let o=n.get(s);i.push(gN(s,o,t.get(s)?.flags??[]))}return i}function gN(e,t,n){return t?{...t,flags:t.flags.length>0?t.flags:n}:{command:e,action:nw(e),source:null,description:null,intent:null,arguments:[],flags:n,examples:[],failure_hints:[]}}function hN(e){let t=e.flag.replace(/^-+/,"").trim();if(t.length===0)return null;let r=t.replace(/-([a-z0-9])/g,(i,s)=>s.toUpperCase()).replace(/[^a-zA-Z0-9]/g,"");return r.length>0?r:null}function yN(e,t){return e.variadic?{type:"array",items:{type:"string"},description:e.description??`Variadic argument '${e.name}' for extension action '${t}'.`}:{type:"string",description:e.description??`Argument '${e.name}' for extension action '${t}'.`}}function wN(e,t){let n=e.value_type??"boolean",r=n==="boolean"?"boolean":n==="number"?["number","string"]:"string",i=e.repeatable===!0||e.list===!0;return{type:i?"array":r,...i?{items:{type:r}}:{},description:e.description??`Extension option '${e.flag}' for action '${t}'.`}}function vN(e){let t=e.command.split("|").map(i=>i.trim()).filter(i=>i.length>0),n={action:{type:"string",const:e.action,description:e.intent??e.description??`Invoke extension command '${e.command}'.`}},r=["action"];for(let i of e.arguments)n[i.name]=yN(i,e.action),i.required&&r.push(i.name);for(let i of e.flags){let s=hN(i);!s||n[s]!==void 0||(n[s]=wN(i,e.action),i.required===!0&&r.push(s))}return{type:"object",properties:n,required:r,additionalProperties:!0,"x-extension-source":e.source,"x-extension-command":t[0]??e.command,"x-extension-commands":t}}function bN(e,t){e.description??=t.description,e.value_name??=t.value_name,e.value_type??=t.value_type,t.required===!0&&(e.required=!0),t.repeatable===!0&&(e.repeatable=!0)}function kN(e){let t=new Map;for(let n of e){let r=t.get(n.action);if(!r){t.set(n.action,{...n,flags:[...n.flags],examples:[...n.examples],failure_hints:[...n.failure_hints]});continue}r.command=[...new Set([r.command,n.command])].sort((s,o)=>s.localeCompare(o)).join("|"),r.arguments=r.arguments.length>=n.arguments.length?r.arguments:n.arguments;let i=new Set(r.flags.map(s=>`${s.flag}|${s.short??""}`));for(let s of n.flags){let o=`${s.flag}|${s.short??""}`;if(!i.has(o))i.add(o),r.flags.push(s);else{let a=r.flags.find(c=>`${c.flag}|${c.short??""}`===o);a&&bN(a,s)}}r.examples=[...new Set([...r.examples,...n.examples])],r.failure_hints=[...new Set([...r.failure_hints,...n.failure_hints])]}return[...t.values()].sort((n,r)=>n.action.localeCompare(r.action))}async function EN(e,t=I){let n={mode:Pn.extensions.policy.mode,trust_mode:Pn.extensions.policy.trust_mode,default_sandbox_profile:Pn.extensions.policy.default_sandbox_profile};if(e.noExtensions)return{handlers:new Set,disabledReason:"extensions_disabled",commandDefinitions:[],flagRegistrations:[],registrations:null,policyState:n};let r=R(process.cwd(),e.path);if(!await B(Te(r)))return{handlers:new Set,disabledReason:null,commandDefinitions:[],flagRegistrations:[],registrations:null,policyState:n};try{let i=await t(r),s=await Wr({pmRoot:r,settings:i,cwd:process.cwd(),noExtensions:!1}),o=await Hr({...s,loaded:s.loaded});return{handlers:new Set(o.commands.handlers.map(c=>ye(c.command))),disabledReason:null,commandDefinitions:o.registrations.commands,flagRegistrations:o.registrations.flags,registrations:o.registrations,policyState:{mode:s.policy.mode,trust_mode:s.policy.trust_mode,default_sandbox_profile:s.policy.default_sandbox_profile}}}catch{return{handlers:new Set,disabledReason:"extension_runtime_probe_failed",commandDefinitions:[],flagRegistrations:[],registrations:null,policyState:n}}}function SN(e,t={}){let n=new Map;for(let r of Il){let i=Gs.has(r);if(i&&!t.includePackageOwnedActions)continue;let s=Gy(r);n.set(r,{action:r,provider:i?"extension":"core",requires_extension:i,command_path:s})}if(t.includePackageOwnedActions)for(let r of Gs)n.has(r)||n.set(r,{action:r,provider:"extension",requires_extension:!0,command_path:Gy(r)});for(let r of e)n.has(r.action)||n.set(r.action,{action:r.action,provider:"extension",requires_extension:!0,command_path:ye(r.command)});return[...n.values()].sort((r,i)=>(r.action??"").localeCompare(i.action??""))}function TN(e,t){if(e.provider==="core"&&!e.requires_extension)return{action:e.action,invocable:!0,available:!0,requires_extension:!1,provider:"core",disabled_reason:null,command_path:e.command_path,cli_exposed:e.command_path!==null};let n=e.command_path?ut(e.command_path):[],r=n.some(o=>t.handlers.has(o)),i=n.map(o=>Xy.get(o)).find(o=>typeof o=="string"),s=t.disabledReason===null&&r;return{action:e.action,invocable:s,available:s,requires_extension:!0,provider:"extension",disabled_reason:s?null:t.disabledReason??(i?`optional_package_not_installed:${i}`:"extension_command_not_registered"),command_path:e.command_path,cli_exposed:r,policy_state:{mode:t.policyState.mode,trust_mode:t.policyState.trust_mode,default_sandbox_profile:t.policyState.default_sandbox_profile}}}function iw(e){return Uc.get(e)??Lu}function xN(e){return Ir.has(e)?!1:Uc.has(e)}function AN(e){return Yy.has(e)?"list":e==="cal"?"calendar":e==="ctx"?"context":e==="update-many"?"update_many":e}function zy(e){let t=e.trim();return t?t.startsWith("--")?t:t.startsWith("-")?null:`--${t}`:null}function CN(e){let t=e.trim();return!t||t.startsWith("--")?null:t.startsWith("-")?t:null}function IN(e){let t=new Map;for(let r of e.definitions){let i=zy(r.cli_flag);if(!i)continue;let s=r.cli_aliases.map(a=>CN(a)).find(a=>a!==null),o=r.cli_aliases.map(a=>zy(a)).filter(a=>a!==null&&a!==i);for(let a of r.commands){let c=t.get(a)??{flags:[],seen:new Set},d=s?{flag:i,short:s}:{flag:i},l=`${d.flag}|${d.short??""}`;c.seen.has(l)||(c.seen.add(l),c.flags.push(d));for(let u of o){let m=`${u}|`;c.seen.has(m)||(c.seen.add(m),c.flags.push({flag:u}))}t.set(a,c)}}let n=new Map;for(let[r,i]of t.entries())n.set(r,No(i.flags));return n}function By(e,t){let n=[],r=new Set;for(let i of[...e,...t]){let s=`${i.flag}|${i.short??""}`;r.has(s)||(r.add(s),n.push(i))}return No(n)}function RN(e,t,n,r){return e.map(i=>{let s=xN(i),o=s?iw(i):[],a=n.get(AN(i))??[],c=t.get(i),d=By(o,a),l=By(d,c?.flags??[]),u=o.length>0&&(c?.flags.length??0)>0?"mixed":s?"core":"extension";return{command:i,flags:l,...r?{canonical_command:$c(i),visibility:Ay($c(i)),positionals:Ru(i)?.slots??[],flag_invocations:Sy(i,l)}:{},provider:u,extension_sources:c?.sources}}).sort((i,s)=>i.command.localeCompare(s.command))}function ON(e,t=wo){let n=new Set(e),r=new Map;for(let i of Zy){let s=i.aliases.filter(o=>n.has(o));r.set(i.canonical,{canonical:i.canonical,aliases:s,contracts:[]})}for(let i of t){if(!n.has(i.canonical)||i.registration==="commander"&&!n.has(i.alias))continue;let s=r.get(i.canonical)??{canonical:i.canonical,aliases:[],contracts:[]};s.aliases.includes(i.alias)||s.aliases.push(i.alias),s.contracts.push(i),r.set(i.canonical,s)}return[...r.values()].map(({contracts:i,...s})=>i.length===0?s:{...s,contracts:i}).sort((i,s)=>i.canonical.localeCompare(s.canonical))}function NN(){return{create_string_options:Au,create_repeatable_options:Cu,update_string_options:hi,update_repeatable_options:Iu,list_string_options:ku,search_string_options:Eu,calendar_string_options:Su,context_string_options:Tu,activity_string_options:xu}}function Wy(e,t){let n=new Set(["title","type"]);if(t==="strict"){for(let a of e.required_create_fields)n.add(a);for(let a of e.required_create_repeatables)n.add(a)}let r=Xt(e,"create",n),i=[...new Set(r.required)].sort((a,c)=>a.localeCompare(c)),s=[...new Set(i.map(a=>Se("create",a)))].sort((a,c)=>a.localeCompare(c)),o=[...new Set(e.options.filter(a=>a.required===!0).map(a=>a.key))].sort((a,c)=>a.localeCompare(c));return{required_option_keys:i,required_flags:s,required_type_options:o,policy_errors:[...new Set(r.errors)].sort((a,c)=>a.localeCompare(c))}}function LN(e){let t={},n={};for(let r of[...e.types].sort((i,s)=>i.localeCompare(s))){let i=e.by_type[r];t[r]=Wy(i,"strict"),n[r]=Wy(i,"progressive")}return{default_create_mode:"strict",by_create_mode:{strict:{by_type:t},progressive:{by_type:n}}}}function MN(e,t){let n=Rr(e);if(n.length===0)return e;let r=!1,i=n.map(s=>{let o=s.properties;if(typeof o!="object"||o===null)return s;let a=o.action;return typeof a!="object"||a===null||a.const!=="create"?s:(r=!0,{...s,"x-create-required-options":t})});return r?{...e,oneOf:i}:e}function DN(e){let t=js(e.action)!==void 0||js(e.command)!==void 0,n=e.schemaOnly===!0||e.flagsOnly===!0||e.availabilityOnly===!0,r=e.summary===!0||e.full!==!0&&e.runtimeOnly!==!0&&!t&&!n,i=e.schemaOnly===!0,s=e.flagsOnly===!0,o=e.availabilityOnly===!0,a=e.runtimeOnly===!0,c=e.full===!0,d=js(e.action),l=js(e.command),u=!r&&!c&&!i&&!s&&!o&&!d&&!l;return{selectedAction:d,selectedCommand:l,summary:r,schemaOnly:i,flagsOnly:s,availabilityOnly:o,runtimeOnly:a,fullOutput:c,omitUnfilteredSchema:u,omitUnfilteredCommandFlags:u,omitUnfilteredCommanderAliases:u||l!==void 0&&!c}}function PN(e){if([e.summary,e.schemaOnly,e.flagsOnly,e.availabilityOnly].filter(n=>n).length>1)throw new p("Choose only one projection flag: --summary, --schema-only, --flags-only, or --availability-only.",f.USAGE)}async function FN(e,t=I){try{return await t(e)}catch{return structuredClone(Pn)}}async function $N(e,t){let n=await FN(t),r=await EN(e),i=U(n,r.registrations??F()),s=Zt(n.schema),o=_N(r);return{settings:n,runtimeProbe:r,typeRegistry:i,statusRegistry:Q(n.schema),runtimeFieldRegistry:s,runtimeFieldFlagMap:IN(s),createRequiredOptionContracts:LN(i),extensionContracts:o,mergedExtensionContracts:kN(o),extensionFlagMap:rw(r.flagRegistrations)}}function Hy(e){return e.availabilityOnly&&(e.selectedAction!==void 0&&Gs.has(e.selectedAction)||e.selectedCommand!==void 0&&Ir.has(e.selectedCommand))}function UN(e,t){let n=SN(t,{includePackageOwnedActions:Hy(e)});if(e.selectedAction===void 0&&e.selectedCommand===void 0){let r=new Set(Rl);return n.filter(i=>!r.has(i.action))}return Hy(e)&&e.selectedCommand!==void 0&&Ir.has(e.selectedCommand)&&!n.some(r=>r.command_path===e.selectedCommand)&&n.push({action:lN(e.selectedCommand),provider:"extension",requires_extension:!0,command_path:e.selectedCommand}),n}function jN(e,t){let n=new Set(t.map(r=>r.action));if(e.selectedAction&&!n.has(e.selectedAction))throw new p(`Unknown action: "${e.selectedAction}".`,f.USAGE)}function GN(e,t){return[...new Set([...Ye.filter(n=>!Ir.has(n)),...[...Uc.keys()].filter(n=>!Ir.has(n)),...e.flatMap(n=>n.command_path?ut(n.command_path):[]),...t.flatMap(n=>n.command.split("|"))])].map(n=>ye(n)).filter(n=>n.length>0).sort((n,r)=>n.localeCompare(r))}function qN(e,t){let n=t.slice(0,oN),r=t.length-n.length,i=r>0?`${n.join(", ")}, and ${r} more`:n.join(", "),s=t.slice(0,aN),o=t.slice(0,5).map(c=>`pm contracts --command "${c}" --flags-only --json`),a=t[0];return new p(`Command "${e}" is a command namespace. Choose a concrete child command: ${i}.`,f.USAGE,{code:"command_namespace",required:"Use a concrete child command path listed under this namespace.",why:"Command groups expose help at the namespace root, but command flag contracts belong to executable child commands.",examples:o,nextSteps:[`Retry with a child command, for example: ${o[0]}`],recovery:{suggested_retry:`pm contracts --command "${a}" --flags-only --json`,fallback_candidates:s.map(c=>({source:"command_namespace",command:`pm contracts --command "${c}" --flags-only --json`,reason:`Child command under ${e}`}))}})}function KN(e,t){return new p(`Unknown command: "${e}". Command "${e}" is provided by the optional "${t}" package. Run "pm install ${t} --project" and retry.`,f.USAGE,{code:"unknown_command",required:`Install the optional "${t}" package, or choose a command from pm contracts --flags-only --json.`,why:"Command contracts include core commands plus commands registered by active packages and extensions.",examples:[`pm install ${t} --project`,`pm contracts --command ${e} --flags-only --json`],nextSteps:[`Install the optional package first: pm install ${t} --project`],recovery:{suggested_retry:`pm install ${t} --project`}})}function zN(e){return new p(`Unknown command: "${e}".`,f.USAGE,{code:"unknown_command",required:"Use a command path listed by pm contracts --flags-only --json.",why:"Command contracts are generated from the active core, package, and extension command registry.",examples:["pm contracts --flags-only --json","pm --help"],nextSteps:["Verify spelling and active packages/extensions, then rerun with a known command path."],recovery:{suggested_retry:"pm contracts --flags-only --json"}})}function BN(e,t){if(!e.selectedCommand||new Set(t).has(e.selectedCommand))return;let r=t.filter(s=>s.startsWith(`${e.selectedCommand} `));if(r.length>0)throw qN(e.selectedCommand,r);let i=Xy.get(e.selectedCommand);throw i?KN(e.selectedCommand,i):zN(e.selectedCommand)}function WN(e,t){let n=UN(e,t.mergedExtensionContracts);jN(e,n);let r=GN(n,t.mergedExtensionContracts);BN(e,r);let i=e.selectedCommand?Qy.get(e.selectedCommand):void 0,s=e.selectedCommand?n.filter(d=>i?d.action===i:uN(d,e.selectedCommand)):n;if(e.selectedCommand&&e.selectedAction&&!s.some(d=>d.action===e.selectedAction))throw new p(`Action "${e.selectedAction}" is not mapped to command "${e.selectedCommand}" in contracts output.`,f.USAGE);let o=e.selectedAction?s.filter(d=>d.action===e.selectedAction):s,a=[...new Map(o.map(d=>TN(d,t.runtimeProbe)).map(d=>[i?d.action:`${d.action}|${d.command_path??""}`,d])).values()],c=e.runtimeOnly&&!e.selectedAction&&!e.availabilityOnly?a.filter(d=>d.invocable):a;return{actionDescriptors:n,commandCatalog:r,commandScopedDescriptors:s,scopedActionDescriptors:o,selectedPackageOwnedAction:i,actionAvailability:c,actions:[...new Set(c.map(d=>d.action))]}}function HN(e){return new Set(Rr(e).map(t=>{let n=t.properties;if(typeof n!="object"||n===null)return null;let r=n.action;if(typeof r!="object"||r===null)return null;let i=r.const;return typeof i=="string"?i:null}).filter(t=>t!==null))}function VN(e){let t=tf,n=Rr(t),r=HN(t),i=e.filter(s=>!r.has(s.action)).map(s=>vN(s));return i.length>0?{...t,oneOf:[...n,...i]}:t}function Vy(e,t,n){let r=new Set(t.actionDescriptors.map(s=>s.action)),i=e.selectedAction?fN(n,e.selectedAction):e.selectedCommand?Pc(n,new Set(t.scopedActionDescriptors.map(s=>s.action))):Pc(n,r);return e.runtimeOnly&&!e.selectedAction?Pc(i,new Set(t.actions)):i}function YN(e,t,n){let r=VN(t.mergedExtensionContracts),s=!e.flagsOnly&&!e.availabilityOnly?MN(Vy(e,n,r),t.createRequiredOptionContracts):Vy(e,n,r);return{mergedSchema:r,filteredSchema:s}}function XN(e,t){return e.selectedCommand!==void 0?[e.selectedCommand]:e.selectedAction?mN(t.scopedActionDescriptors,t.commandCatalog):t.commandCatalog}function JN(e,t){if(e.selectedCommand!==void 0||e.selectedAction!==void 0)return t;let n=new Set(wo.filter(r=>r.hidden&&r.lifecycle==="deprecated").map(r=>r.alias));return t.filter(r=>!n.has(r))}function $c(e){let t=e.split(" ")[0];return t.startsWith("list-")?"list":t.startsWith("history-")?"history":ew.get(t)??t}var QN=new Map([["activate","Activate"],["adopt","Adopt"],["adopt-all","Adopt all"],["catalog","Catalog"],["complete","Complete"],["create","Create"],["deactivate","Deactivate"],["delete","Delete"],["describe","Describe"],["doctor","Diagnose"],["explore","Explore"],["init","Initialize"],["inspect","Inspect"],["install","Install"],["list","List"],["manage","Manage"],["migrate","Migrate"],["mutate","Mutate"],["reload","Reload"],["restore","Restore"],["run","Run"],["snapshot","Manage snapshots for"],["uninstall","Uninstall"],["upgrade","Upgrade"]]),ZN=new Map([["extension adopt-all","extensions"],["package adopt-all","packages"],["workspace snapshot list","workspace snapshots"]]);function eL(e,t){let n=jy.get(e)??(e.includes(" ")?void 0:jy.get($c(e)));if(n!==void 0)return{intent:n,intent_source:"command"};let r=t.find(d=>ut(d.command).includes(e));if(r?.intent!==null&&r?.intent!==void 0)return{intent:r.intent,intent_source:"command"};if(r?.description!==null&&r?.description!==void 0)return{intent:r.description,intent_source:"description"};let i=e.split(" "),s=i.at(-1),o=i.slice(0,-1).join(" "),a=QN.get(s),c=ZN.get(e)??o;return{intent:a===void 0||o.length===0?`Run ${e}.`:`${a} ${c}.`,intent_source:"generated"}}function tL(e,t=[],n={}){let r=n.includeFormatBudgets??!0,i=n.includeIntentProvenance??!0;return[...new Set(e.map(ye))].filter(s=>s.length>0).sort((s,o)=>s.localeCompare(o)).map(s=>{let o=bo(s,{generateFallback:!0}),a=s.split(" ")[0],c=ew.get(a)??(a.startsWith("list-")?"list":a.startsWith("history-")?"history":a),d=new Set([...iw(s).map(m=>m.flag),...t.filter(m=>ut(m.command).includes(s)).flatMap(m=>m.flags.map(_=>_.flag))]),l=(Uy.get(s)??Uy.get(c)??sN).filter(m=>d.has(m)),u=eL(s,t);return{command:s,intent:u.intent,...i||u.intent_source!=="command"?{intent_source:u.intent_source}:{},...l.length>0?{flags:l}:{},default_max_estimated_tokens:o.default_max_estimated_tokens,...r?{default_max_estimated_tokens_by_format:{...o.default_max_estimated_tokens_by_format}}:{}}})}function nL(e){return e.map(t=>({budget:bo(t,{generateFallback:!0}),envelope:Py(t)}))}function rL(e){let t=new Map;for(let n of e){let r=ch(n),i=r===void 0?[f.SUCCESS,f.GENERIC_FAILURE,f.USAGE,f.NOT_FOUND,f.CONFLICT,f.DEPENDENCY_FAILED]:r.exit_codes,s=i.join(","),o=t.get(s)??{commands:[],exit_codes:i};o.commands.push(n),t.set(s,o)}return[...t.values()]}function iL(e,t,n){if(e.selectedCommand)return t.extensionContracts.filter(r=>ut(r.command).includes(e.selectedCommand));if(e.selectedAction){let r=new Set(n);return t.extensionContracts.filter(i=>ut(i.command).some(s=>r.has(s)))}return t.extensionContracts}function sL(e,t,n,r){return{schema_version:typeof t.mergedSchema["x-schema-version"]=="string"?t.mergedSchema["x-schema-version"]:null,schema_id:typeof t.mergedSchema.$id=="string"?t.mergedSchema.$id:null,selected:{action:e.selectedAction??null,command:e.selectedCommand??null,summary:e.summary,schema_only:e.schemaOnly,flags_only:e.flagsOnly,availability_only:e.availabilityOnly,runtime_only:e.runtimeOnly,command_scoped:e.selectedCommand!==void 0},commands:e.summary?[]:r,...!e.summary&&!e.flagsOnly?{actions:n.actions,action_availability:n.actionAvailability}:{}}}function oL(e,t,n){let r=n.selectedCommand;e.runtime_schema={statuses:t.statusRegistry.definitions.map(i=>i.id),open_status:t.statusRegistry.open_status,close_status:t.statusRegistry.close_status,canceled_status:t.statusRegistry.canceled_status,types:[...t.typeRegistry.types],fields_by_command:Object.fromEntries([...t.runtimeFieldRegistry.command_to_fields.entries()].filter(([i])=>r===void 0||i===r).map(([i,s])=>[i,[...new Set(s.map(o=>`--${o.cli_flag}`))].sort((o,a)=>o.localeCompare(a))]))},!(r!==void 0&&!n.fullOutput)&&(e.extension_contracts={capabilities:[...kl],services:[...El],policy_modes:[...Sl],policy_mode_scope:"extensions.policy.mode",policy_surfaces:[...Al],trust_modes:[...Tl],trust_mode_scope:"extensions.policy.trust_mode",sandbox_profiles:[...xl],manifest_versions:[1,2],compatibility:{current:"v2",previous:["v1"],breaking_strategy:"versioned_breaking"}},e.governance_contracts={ownership_enforcement_modes:[...Dd],create_modes:[...Pd],close_validation_modes:[...Fd],workflow_enforcement_modes:[...$d]},e.relationship_kind_contracts=[...Jd,...(t.runtimeProbe.registrations?.relationship_kinds??[]).flatMap(i=>i.definitions)].sort((i,s)=>i.kind.localeCompare(s.kind)).map(i=>({canonical:i.kind,aliases:[...i.aliases??[]],...i.inverse===void 0?{}:{inverse:i.inverse},ordering:i.ordering,hierarchy:i.hierarchy})))}function aL(e,t,n,r){if(!(t.flagsOnly||t.availabilityOnly)){if(!t.omitUnfilteredSchema){e.schema=n.filteredSchema,e.extension_commands=r;return}e.schema_omitted_reason="unfiltered_default_brief",e.extension_commands=r}}function cL(e,t,n,r,i){if(!(t.schemaOnly||t.availabilityOnly)){if(t.omitUnfilteredCommandFlags)e.command_flags_omitted_reason="unfiltered_default_brief";else{e.command_flags=RN(r,n.extensionFlagMap,n.runtimeFieldFlagMap,t.selectedCommand!==void 0);let s=new Set(r);e.list_projections=Object.entries(Cf).filter(([o])=>s.has(o)).map(([o,a])=>({command:o,default:a,brief_fields:[...Af],compact_fields:[...xf]}))}e.command_aliases=i}}function dL(e,t){if(!(t.schemaOnly||t.flagsOnly||t.availabilityOnly)){if(!t.omitUnfilteredCommanderAliases){e.commander_aliases=NN();return}e.commander_aliases_omitted_reason=t.selectedCommand?"command_scoped":"unfiltered_default_brief"}}function lL(e,t,n,r){e.command_summaries=tL(t,n,{includeFormatBudgets:r.includeFormatBudgets,includeIntentProvenance:r.includeIntentProvenance}),e.output_policy={token_estimate:"ceil(utf8_bytes / 4)",degradation_ladder:[...Ol],allows_unbounded_opt_out:!0},e.output_projection_contracts={global_ladder_field:"output_policy.degradation_ladder",global_ladder_scope:"union_not_per_command",discovery:"pm contracts --command <command> --summary",...r.includeProjectionModeMatrix?{commands:[...new Set(t.map(ye))].filter(i=>Ml(i)!==void 0).sort((i,s)=>i.localeCompare(s)).map(i=>({command:i,modes:[...Dl(i).keys()]}))}:{}},e.grammar_contracts={nouns:Mt.nouns,shared_verbs:Mt.shared_verbs,scope_before_verb:Mt.scope_before_verb,visible_top_level_ceiling:Mt.visible_top_level_ceiling,ceiling_raise_requires_pm_item:Mt.ceiling_raise_requires_pm_item,positional_shape_budget:Mt.positional_shape_budget,positional_shape_count:new Set(Oo.map(({slots:i})=>Nu(i))).size,positional_action_count:Ro.length,positional_action_parents:[...new Set(Ro.map(({parent:i})=>i))].sort((i,s)=>i.localeCompare(s)),...r.includePositionalSignatures?{positional_signatures:Oo}:{}}}async function aH(e,t){let n=DN(e);PN(n);let r=R(process.cwd(),t.path),i=await $N(t,r),s=WN(n,i),o=YN(n,i,s),a=XN(n,s),c=JN(n,a),d=sL(n,o,s,c),l=iL(n,i,c),u=n.fullOutput||n.selectedCommand!==void 0;if((n.summary||n.fullOutput)&&lL(d,c,l,{includeFormatBudgets:u,includeIntentProvenance:u,includePositionalSignatures:u,includeProjectionModeMatrix:u}),n.summary)return d;let m=ON(s.commandCatalog);return n.flagsOnly&&!n.fullOutput||oL(d,i,n),aL(d,n,o,l),cL(d,n,i,c,m),dL(d,n),(n.selectedCommand==="assurance"||n.fullOutput)&&(d.assurance_contracts={measurement_source_kinds:[...Yn],gate_triggers:[...ot]}),n.fullOutput&&d.grammar_contracts&&(d.grammar_contracts.destinations=Ou),n.fullOutput&&!n.schemaOnly&&!n.flagsOnly&&!n.availabilityOnly&&(d.mcp_tools=$y(),d.context_intents=Pl(),d.read_output_dimensions=Ll,d.error_codes=My,d.command_output_contracts=nL(c),d.diagnostic_output_contracts=Nl,d.command_exit_contracts={vocabulary:dc,command_sets:rL(c)}),d}import{createHash as mL}from"node:crypto";import{execFile as fL}from"node:child_process";import aw from"node:path";import{promisify as pL}from"node:util";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="939d5f93-d287-5c1c-bc78-d013f76735f2")}catch{}})();var sw=1;function uL(e){if(typeof e!="object"||e===null)return!1;let t=e;return typeof t.id=="string"&&typeof t.metric=="string"&&typeof t.value=="number"&&Number.isFinite(t.value)&&["higher","lower","target"].includes(String(t.direction))&&typeof t.observed_at=="string"&&typeof t.revision=="string"&&["caller","git","unversioned"].includes(String(t.revision_source))&&typeof t.author=="string"?t.direction!=="target"||typeof t.threshold=="number"&&Number.isFinite(t.threshold):!1}function jc(e){if(e===null)return{format_version:sw,observations:[]};let t;try{t=JSON.parse(e)}catch{throw new p("Improvement ledger contains invalid JSON.",f.GENERIC_FAILURE,{code:"invalid_improvement_ledger"})}if(typeof t!="object"||t===null||Array.isArray(t)||t.format_version!==sw||!Array.isArray(t.observations))throw new p("Improvement ledger has an unsupported shape or format version.",f.GENERIC_FAILURE,{code:"invalid_improvement_ledger"});let n=t.observations;for(let r of n)if(!uL(r))throw new p("Improvement ledger contains an invalid observation.",f.GENERIC_FAILURE,{code:"invalid_improvement_ledger"});return t}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c2e1edc9-c454-5cfa-85c8-e9fb0a76a296")}catch{}})();var _L=pL(fL),gL=50,ow=1e3,hL=/^[a-z0-9](?:[a-z0-9._/-]{0,126}[a-z0-9])?$/u;function cw(e){let t=e.trim().toLowerCase();if(!hL.test(t))throw new p(`Invalid metric name "${e}"; use 1-128 lowercase letters, digits, dots, slashes, underscores, or hyphens.`,f.USAGE,{code:"invalid_improvement_metric"});return t}function yL(e){let t=e??"lower";if(!["higher","lower","target"].includes(t))throw new p("Improvement direction must be higher, lower, or target.",f.USAGE,{code:"invalid_improvement_observation"});return t}function Or(e,t){let n=e?.trim();if(n){if(n.length>256)throw new p(`${t} must not exceed 256 characters.`,f.USAGE,{code:"invalid_improvement_observation"});return n}}function wL(e){let t=e??gL;if(!Number.isSafeInteger(t)||t<0||t>ow)throw new p(`Improvement observation limit must be an integer from 0 to ${ow}.`,f.USAGE,{code:"invalid_improvement_observation_limit"});return t}function dw(e,t){let n=Date.parse(e);if(!Number.isFinite(n))throw new p(`${t} must be an ISO timestamp.`,f.USAGE,{code:"invalid_improvement_observation_timestamp"});return new Date(n).toISOString()}async function vL(e,t,n){if(!Number.isFinite(n.value))throw new p("Improvement observation value must be finite.",f.USAGE,{code:"invalid_improvement_observation"});let r=cw(n.metric),i=yL(n.direction);if(n.threshold!==void 0&&!Number.isFinite(n.threshold)||i==="target"&&n.threshold===void 0)throw new p("Target-directed observations require a finite threshold.",f.USAGE,{code:"invalid_improvement_observation"});let s=await kL(e,n.revision),o=Or(n.source,"source"),a=Or(n.itemId,"itemId"),c=Or(n.unit,"unit"),d=Or(n.idempotencyKey,"idempotencyKey")??(s.revision_source==="unversioned"?void 0:[s.revision,r,o??"manual",a??"workspace"].join(":")),l={metric:r,value:n.value,direction:i,...c===void 0?{}:{unit:c},...n.threshold===void 0?{}:{threshold:n.threshold},observed_at:dw(n.observedAt??A(),"observedAt"),...s,author:G(n.author,t.author_default),...a===void 0?{}:{item_id:a},...o===void 0?{}:{source:o},...d===void 0?{}:{idempotency_key:d}};return{id:mL("sha256").update(W(l)).digest("hex").slice(0,24),...l}}function bL(e,t){let n=t.idempotency_key?e.observations.find(i=>i.idempotency_key===t.idempotency_key):e.observations.find(i=>i.id===t.id);if(n){if(n.metric!==t.metric||n.value!==t.value||n.direction!==t.direction||n.threshold!==t.threshold||n.unit!==t.unit)throw new p(`Improvement observation retry key already records a different value for ${t.metric}.`,f.CONFLICT,{code:"improvement_observation_conflict"});return n}let r=e.observations.find(i=>i.metric===t.metric);if(r&&(r.direction!==t.direction||r.unit!==t.unit||t.direction==="target"&&r.threshold!==t.threshold))throw new p(`Metric ${t.metric} is already declared with direction ${r.direction} and unit ${r.unit??"<none>"}.`,f.CONFLICT,{code:"improvement_metric_contract_conflict"})}async function kL(e,t){let n=Or(t,"revision");if(n)return{revision:n,revision_source:"caller"};try{return{revision:(await _L("git",["rev-parse","--verify","HEAD^{commit}"],{cwd:He(e),encoding:"utf8",timeout:5e3})).stdout.trim(),revision_source:"git"}}catch{}return{revision:"unversioned",revision_source:"unversioned"}}function EL(e){let t=e[0],n=e[e.length-1],r=n.value-t.value,i=n.direction==="higher"?r>0:n.direction==="lower"?r<0:Math.abs(n.value-n.threshold)<Math.abs(t.value-t.threshold);return{metric:n.metric,direction:n.direction,baseline:t,latest:n,delta:r,improved:i,sample_count:e.length}}async function lw(e,t={}){let n=R(process.cwd(),t.path);await $(n);let r=await I(n),i=await vL(n,r,e),s=aw.join(n,"improvement-ledger.json"),o=await sn({pmRoot:n,filePath:s,op:"improvement_observe",author:i.author,lockTtlSeconds:r.locks.ttl_seconds,lockWaitMs:r.locks.wait_ms,message:e.message??`Record ${i.metric}=${String(e.value)} improvement observation`,mutate:a=>{let c=jc(a),d=bL(c,i);return d?{raw:a,result:d}:(c.observations.push(i),c.observations.sort((l,u)=>l.observed_at.localeCompare(u.observed_at)||l.metric.localeCompare(u.metric)||l.id.localeCompare(u.id)),{raw:`${W(c)}
24
- `,result:i})}});return{changed:o.changed,observation:o.result,ledger_path:"improvement-ledger.json"}}async function uw(e={}){let t=R(e.cwd??process.cwd(),e.pmRoot);await $(t);let n=e.metric===void 0?void 0:cw(e.metric),r=e.since===void 0?void 0:dw(e.since,"since"),i=wL(e.limit),o=jc(await J(aw.join(t,"improvement-ledger.json"))).observations.filter(c=>(n===void 0||c.metric===n)&&(e.itemId===void 0||c.item_id===e.itemId)&&(r===void 0||c.observed_at>=r)),a=new Map;for(let c of o){let d=a.get(c.metric)??[];d.push(c),a.set(c.metric,d)}return{observations:[...o].reverse().slice(0,i),total:o.length,truncated:o.length>i,trends:[...a].map(([,c])=>EL(c)).sort((c,d)=>c.metric.localeCompare(d.metric)),source:"audited_workspace_singleton"}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6162845d-f4b4-5d1f-a210-ddef1a5c38f6")}catch{}})();function SL(e){return e.agent_episode!==void 0?{id:e.agent_episode.id,source:"declared"}:{id:e.agent_instance?`inferred:instance:${e.agent_instance}`:`inferred:author:${e.author}:${e.ts.slice(0,13)}`,source:"inferred"}}function TL(e,t,n){let r=t,i=new Set([e.id]);for(;r!==void 0&&!i.has(r.id);)i.add(r.id),r=r.parent_id?n.get(r.parent_id):void 0;return r===void 0}function xL(e){let t=[e];for(;t.length>0;){let n=t.pop();n.sort((r,i)=>r.entries[0].ts.localeCompare(i.entries[0].ts)||r.id.localeCompare(i.id)),t.push(...n.map(r=>r.children))}}function mw(e=Gn,t=jn){return t.map(n=>{let r=e.filter(i=>((n==="model"?i.model_environment_keys:i.provenance_environment_keys?.[n])?.length??0)>0||i.provenance_resolvers?.[n]!==void 0).map(i=>i.harness).sort();return{dimension:n,harnesses:r,covered:r.length>0}})}function IH(e,t=1){let n=new Map;for(let r of e){if(!r.agent_harness)continue;let i=n.get(r.agent_harness)??{harness:r.agent_harness,entries:0,observed:0,unavailable:0,legacy_missing:0};i.entries+=1,r.agent_model||r.agent_provenance?.model&&r.agent_provenance.model.value.length>0?i.observed+=1:r.agent_provenance?.model===null?i.unavailable+=1:i.legacy_missing+=1,n.set(r.agent_harness,i)}return[...n.values()].map(r=>{let i=r.observed+r.unavailable;return{...r,coverage:i===0?null:r.observed/i,inert:i>=t&&r.observed===0}}).sort((r,i)=>r.harness.localeCompare(i.harness))}function fw(e,t=jn,n=1){let r=new Map;for(let i of e)if(i.agent_harness)for(let s of t){let o=`${i.agent_harness}\0${s}`,a=r.get(o)??{harness:i.agent_harness,dimension:s,entries:0,observed:0,unavailable:0,legacy_missing:0};a.entries+=1;let c=i.agent_provenance?.[s];c!=null&&c.value.length>0?a.observed+=1:c===null?a.unavailable+=1:a.legacy_missing+=1,r.set(o,a)}return[...r.values()].map(i=>{let s=i.observed+i.unavailable;return{...i,coverage:s===0?null:i.observed/s,inert:s>=n&&i.observed===0}}).sort((i,s)=>i.harness.localeCompare(s.harness)||i.dimension.localeCompare(s.dimension))}function RH(e,t={}){let n=t.minimumCoverage??.8,r=t.minimumEntries??5;if(![Number.isFinite(n),n>=0,n<=1].every(Boolean))throw new RangeError("Semantic attribution minimum coverage must be from 0 to 1.");if(![Number.isSafeInteger(r),r>=1].every(Boolean))throw new RangeError("Semantic attribution minimum entries must be a positive integer.");let i=new Map;for(let c of e)if(c.agent_harness)for(let d of["role","topic"]){let l=`${c.agent_harness}\0${d}`,u=i.get(l)??{harness:c.agent_harness,dimension:d,entries:0,observed:0,by_source:{},coverage:0};u.entries+=1;let m=c.agent_provenance?.[d];m?.value&&(u.observed+=1,u.by_source[m.source]=(u.by_source[m.source]??0)+1),i.set(l,u)}let s=[...i.values()].map(c=>({...c,coverage:c.observed/c.entries,by_source:Object.fromEntries(Object.entries(c.by_source).sort(([d],[l])=>d.localeCompare(l)))})).sort((c,d)=>c.harness.localeCompare(d.harness)||c.dimension.localeCompare(d.dimension)),o=s.filter(c=>c.entries>=r),a=o.filter(c=>c.coverage<n).map(c=>`${c.harness}:${c.dimension}`);return{passed:o.length>0&&a.length===0,minimum_coverage:n,minimum_entries:r,rows:s,failures:a}}function OH(e){let t=[...e].sort((s,o)=>s.ts.localeCompare(o.ts)||s.author.localeCompare(o.author)||s.op.localeCompare(o.op)||s.before_hash.localeCompare(o.before_hash)||s.after_hash.localeCompare(o.after_hash)),n=new Map,r=new Map;for(let s of t){let o=s.agent_episode,a=SL(s),c=`${a.source}:${a.id}`,d=n.get(c);if(d){d.entries.push(s);continue}let l={id:a.id,...o?.label===void 0?{}:{label:o.label},...o?.parent_id===void 0?{}:{parent_id:o.parent_id},source:a.source,entries:[s],children:[]};n.set(c,l),o!==void 0&&r.set(a.id,l)}let i=[];for(let s of n.values()){let o=s.parent_id?r.get(s.parent_id):void 0;o&&TL(s,o,r)?o.children.push(s):i.push(s)}return xL(i),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]="f0e89b0b-ccd1-5dbb-afad-119d5a98590a")}catch{}})();var AL=1e4,pw=1e5,CL=1e3,IL=30,RL=["append","comment","docs","file","learning","note","test_run"];function OL(e){let t=e??AL;if(!Number.isSafeInteger(t)||t<1||t>pw)throw new p(`History analytics event limit must be an integer from 1 to ${pw}.`,f.USAGE,{code:"invalid_history_analytics_limit"});return t}function _w(e){let t=e??5;if(!Number.isSafeInteger(t)||t<1||t>1e4)throw new p("History analytics minimum sample must be an integer from 1 to 10000.",f.USAGE,{code:"invalid_history_analytics_minimum_sample"});return t}function NL(e){let t=e?.trim();if(!t)return new Date(Date.now()-IL*864e5).toISOString();let n=/^-(\d+)([dh])$/u.exec(t);if(n){let i=Number(n[1]),s=n[2]==="d"?864e5:36e5;if(!Number.isSafeInteger(i)||i<1)throw new p("History analytics --since duration must be positive.",f.USAGE,{code:"invalid_history_analytics_since"});return new Date(Date.now()-i*s).toISOString()}let r=Date.parse(t);if(!Number.isFinite(r))throw new p("History analytics --since must be an ISO timestamp or negative duration such as -30d.",f.USAGE,{code:"invalid_history_analytics_since"});return new Date(r).toISOString()}async function qs(e,t){let n=OL(t.eventLimit),r=NL(t.since),i=[],s=r,o=!1;for(;i.length<n;){let a=await Nf({pmRoot:e,since:s,limit:Math.min(CL,n-i.length),full:!0}),c=a.events.map(d=>({item_id:d.item_id,entry:d.entry}));if(i.push(...c),o=a.has_more,s=a.next_cursor,!a.has_more)break}return{events:i,receipt:{since:r,events:i.length,truncated:o,...o?{next_cursor:s}:{},source:"history_event_index"}}}function LL(e,t){return t==="harness"?e.agent_harness:t==="author_source"?e.author_source:e.agent_model??e.agent_provenance?.model?.value}function ML(e){for(let t=e.patch.length-1;t>=0;t-=1){let n=e.patch[t];if(n.path==="/metadata/status"&&"value"in n&&typeof n.value=="string")return n.value}}function DL(e){return RL.some(t=>e.startsWith(t))}function gw(e,t){let n=e.get(t);if(n)return n;let r={events:0,stateEvents:0,annotationEvents:0,closes:0,reopens:0,defectEscapes:0};return e.set(t,r),r}function PL(e,t,n){let r=new Map,i=new Map,s=new Map;for(let o of t){let a=LL(o.entry,e),c=ML(o.entry),d=i.get(o.item_id)===!0,l=c===void 0?d:n.has(c);if(c!==void 0&&i.set(o.item_id,l),!a)continue;let u=gw(r,a);u.events+=1,DL(o.entry.op)?u.annotationEvents+=1:u.stateEvents+=1,c!==void 0&&!d&&l?(u.closes+=1,s.set(o.item_id,a)):c!==void 0&&d&&!l&&(u.reopens+=1)}return{buckets:r,lastCloseValue:s}}function FL(e,t,n){for(let r of n){if(r.type!=="Issue")continue;let i=new Set((r.dependencies??[]).filter(s=>s.kind==="discovered_from").map(s=>s.id));for(let s of i){let o=t.get(s);o&&(gw(e,o).defectEscapes+=1)}}}function $L(e,t,n,r){let i=t.closes>=n?"available":"insufficient";return{value:e,events:t.events,state_events:t.stateEvents,annotation_events:t.annotationEvents,closes:t.closes,reopens:t.reopens,defect_escapes:t.defectEscapes,throughput_per_day:i==="available"?t.closes/r:null,rework_rate:i==="available"?t.reopens/t.closes:null,defect_escape_rate:i==="available"?t.defectEscapes/t.closes:null,sample_status:i}}function UL(e,t,n,r,i,s){let{buckets:o,lastCloseValue:a}=PL(e,t,r);return FL(o,a,n),{dimension:e,status:o.size===0?"unavailable":"available",rows:[...o].map(([c,d])=>$L(c,d,i,s)).sort((c,d)=>d.events-c.events||c.value.localeCompare(d.value))}}function jL(e,t){let n=e[0]?.entry.ts??t,r=e[e.length-1]?.entry.ts??n,i=Date.parse(n),s=Date.parse(r);return!Number.isFinite(i)||!Number.isFinite(s)?1:Math.max(1,(s-i)/864e5)}function GL(e,t,n){let r=mw(t),i=fw(e,jn,n),s=i.filter(a=>a.inert).map(a=>({harness:a.harness,dimension:a.dimension,explicit_samples:a.observed+a.unavailable})),o=r.filter(a=>!a.covered).map(a=>a.dimension);return{descriptors:r,observations:i,inert:s,undeclared:o,warnings:[...s.map(a=>`provenance_dimension_inert:${a.harness}:${a.dimension}:${String(a.explicit_samples)}`),...o.map(a=>`provenance_dimension_undeclared:${a}`)]}}async function $H(e,t=Gn,n={}){return Gc(await qs(e,n),t,n)}function Gc(e,t=Gn,n={}){let r=_w(n.minimumSample);return{...GL(e.events.map(i=>i.entry),t,r),window:e.receipt}}async function UH(e,t,n,r={}){return qc(await qs(e,r),t,n,r)}function qc(e,t,n,r={}){let i=_w(r.minimumSample),s=jL(e.events,e.receipt.since);return{dimensions:["harness","model","author_source"].map(o=>UL(o,e.events,t,n,i,s)),minimum_sample:i,policy:"observational_only_not_for_authorization_or_routing",window:e.receipt}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6e840281-a386-57db-bee0-c9b93b27deb1")}catch{}})();var qL=32;function KL(e){let t=[];for(let n of e??[]){let r=[];for(let i of n.split(",")){let s=i.slice(0,i.indexOf("=")).trim();r.length>0&&s!=="unit"&&s!=="threshold"&&(t.push(r.join(",")),r=[]),r.push(i)}t.push(r.join(","))}return t}function Nr(e,t){let n=KL(e).map(i=>{let[s,...o]=i.split(","),a=s.indexOf("="),c=s.slice(0,a).trim(),d=s.slice(a+1).trim(),l=Number(d);if(a<=0||c.length===0||d.length===0||!Number.isFinite(l))throw new p(`Invalid --measure "${i}"; expected name=value[,unit=...][,threshold=...]`,f.USAGE);let u,m;for(let _ of o){let g=_.indexOf("="),h=_.slice(0,g).trim(),y=_.slice(g+1).trim();if(h==="unit"&&y.length>0)u=y;else if(h==="threshold"&&y.length>0&&Number.isFinite(Number(y)))m=Number(y);else throw new p(`Invalid --measure attribute "${_}"`,f.USAGE)}return{name:c,value:l,unit:u,threshold:m,recorded_at:t}});return[...new Map(n.map(i=>[i.name,i])).values()].sort((i,s)=>i.name.localeCompare(s.name)).slice(0,qL)}function hw(e,t,n){return e.flatMap(r=>(r.measurements??[]).filter(i=>i.name===t&&i.value<n).map(i=>({...i,run_id:r.run_id})))}function yw(e,t){let n=e.flatMap(s=>s.measurements??[]).filter(s=>s.name===t).sort((s,o)=>o.recorded_at.localeCompare(s.recorded_at)),r=n[0],i=n[1];return{name:t,latest:r?.value??null,previous:i?.value??null,delta:r!==void 0&&i!==void 0?r.value-i.value:null,unit:r?.unit}}import BL from"node:fs/promises";import vw from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ed44fc89-8b6e-5c83-a4f4-ced4e9031dac")}catch{}})();function Ks(e,t,n,r,i,s="min"){let o=i==="min"?e-t:t-e,a=s==="min"?n.localeCompare(r??n):(r??n).localeCompare(n);return o<0||o===0&&r!==null&&a<0}function zL(e,t){let n=Buffer.byteLength(t,"utf8"),r=0,i=null,s=null,o=Number.POSITIVE_INFINITY,a=Number.NEGATIVE_INFINITY;for(let c of t.split(/\r?\n/)){let d=c.trim();if(d==="")continue;r+=1;let l;try{l=JSON.parse(d)}catch{continue}if(l===null||typeof l!="object"||!("ts"in l)||typeof l.ts!="string")continue;let u=l.ts,m=Date.parse(u);Number.isNaN(m)||(Ks(m,o,u,i,"min")&&(o=m,i=u),Ks(m,a,u,s,"max","max")&&(a=m,s=u))}return{id:e,bytes:n,lines:r,oldest_ts:i,newest_ts:s}}function ww(e,t){let n=t?.topN??5,r=Math.max(0,Math.floor(n)),i=e.map(({id:_,raw:g})=>zL(_,g)),s=0,o=0,a=null,c=null,d=Number.POSITIVE_INFINITY,l=Number.NEGATIVE_INFINITY;for(let _ of i){if(s+=_.lines,o+=_.bytes,_.oldest_ts!==null){let g=Date.parse(_.oldest_ts);Ks(g,d,_.id,a?.id??null,"min")&&(d=g,a={id:_.id,ts:_.oldest_ts})}if(_.newest_ts!==null){let g=Date.parse(_.newest_ts);Ks(g,l,_.id,c?.id??null,"max")&&(l=g,c={id:_.id,ts:_.newest_ts})}}let u=r===0?[]:[...i].sort((_,g)=>g.bytes-_.bytes||_.id.localeCompare(g.id)).slice(0,r),m=r===0?[]:[...i].sort((_,g)=>g.lines-_.lines||_.id.localeCompare(g.id)).slice(0,r);return{total_streams:e.length,total_lines:s,total_bytes:o,largest_by_bytes:u,deepest_by_lines:m,oldest_entry:a,newest_entry:c}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="b56db1fc-d989-5d18-8b29-336a03f1e525")}catch{}})();function WL(e){return e.reduce((t,n)=>(t[n]=0,t),{})}function HL(e,t,n,r,i){let s=Vn(e,"type",r),o=new Set(s.rows.map(m=>m.key)),a=t.filter(m=>!o.has(m)),d=(i?[...s.rows,...a.map(m=>({label:m,key:m,total:0,buckets:{open:0,in_progress:0,blocked:0,draft:0,closed:0,canceled:0,other:0}}))]:s.rows).map(m=>({type:m.key??m.label,total:m.total,open:m.buckets.open,in_progress:m.buckets.in_progress,blocked:m.buckets.blocked,draft:m.buckets.draft,closed:m.buckets.closed,canceled:m.buckets.canceled,other:m.buckets.other})),l=WL([...n]);for(let m of e)l[m.status]+=1;let u=Object.fromEntries(Object.entries(l).filter(([,m])=>i||m>0));return{byType:d,byStatus:u,omitted:i?0:a.length+Object.values(l).filter(m=>m===0).length}}function VL(e){return e.trim().length===0?0:e.split(/\r?\n/u).filter(t=>t.trim().length>0).length}async function YL(e){let t=vw.join(e,"history");if(!await B(t))return[];await De({path:t,scope:"project"});let n=(await BL.readdir(t)).filter(i=>i.endsWith(".jsonl")).sort((i,s)=>i.localeCompare(s)),r=[];for(let i of n){let s=vw.join(t,i),o=await J(s);o!==null&&(await De({path:s,scope:"project"}),r.push({id:i.slice(0,-6),raw:o}))}return r}async function XL(e,t){let n=[],r=A();for(let i of Nr(t.observe,r))n.push(await lw({metric:i.name,value:i.value,direction:t.direction,unit:i.unit,threshold:i.threshold,source:t.measurementSource,itemId:t.measurementItem,revision:t.measurementRevision,observedAt:r,author:t.author,message:t.message},e));return n}function JL(e,t,n){let r={};return t.byAssignee&&(r.assignee=Vn(e,"assignee",n)),t.byTag&&(r.tag=Vn(e,"tag",n,{tagPrefix:t.tagPrefix})),t.byPriority&&(r.priority=Vn(e,"priority",n)),r}async function QL(e,t,n,r,i){let s={since:i.since,eventLimit:i.eventLimit,minimumSample:i.minimumSample},o=i.provenanceCoverage||i.fleetAttribution?await qs(e,s):void 0;return{provenanceCoverage:i.provenanceCoverage&&o?Gc(o,n.agent_identity?.harness_signals,s):void 0,fleetAttribution:i.fleetAttribution&&o?qc(o,t,r,s):void 0}}function ZL(e,t,n,r,i){let s=Object.keys(i.breakdowns).length>0;return{totals:e,by_type:t,by_status:n,omitted_zero_buckets:r,...i.metadataCoverage?{metadata_coverage:i.metadataCoverage}:{},...s?{breakdowns:i.breakdowns}:{},...i.storage?{storage:i.storage}:{},...i.fieldUtilization?{field_utilization:i.fieldUtilization}:{},...i.improvementLedger?{improvement_ledger:i.improvementLedger}:{},...i.recordedObservations.length>0?{recorded_observations:i.recordedObservations}:{},...i.provenanceCoverage?{provenance_coverage:i.provenanceCoverage}:{},...i.fleetAttribution?{fleet_attribution:i.fleetAttribution}:{},generated_at:A()}}async function cV(e,t={}){let n=R(process.cwd(),e.path);await $(n);let r=await I(n),i=await XL(e,t),s=U(r,F()),o=Q(r.schema),a=t.fieldUtilization?await yt(n,r.item_format,s.type_to_folder,void 0,r.schema):await be(n,r.item_format,s.type_to_folder,void 0,r.schema);await di({pmRoot:n,settings:r,itemIds:a.map(E=>E.id),commandLabel:"stats"});let c=Ef(o),d=HL(a,s.types,o.definitions.map(E=>E.id),c,t.includeEmpty===!0),l=await YL(n),u=0;for(let E of l)u+=VL(E.raw);let m=t.storage?ww(l):void 0,_=t.metadataCoverage?Sf(a,c):void 0,g=JL(a,t,c),h=t.fieldUtilization?Tf(a):void 0,y=t.measurements===!0||i.length>0?await uw({pmRoot:n,metric:t.metric,itemId:t.measurementItem,limit:t.measurementLimit}):void 0,{provenanceCoverage:w,fleetAttribution:k}=await QL(n,a,r,o.terminal_statuses,t);return ZL({items:a.length,history_streams:l.length,history_entries:u},d.byType,d.byStatus,d.omitted,{metadataCoverage:_,breakdowns:g,storage:m,fieldUtilization:h,improvementLedger:y,recordedObservations:i,provenanceCoverage:w,fleetAttribution:k})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6152efa9-8338-57f0-b3de-5707befed019")}catch{}})();async function mV(e,t={}){let n=await vh({pmRoot:R(process.cwd(),e.path),...t.status===void 0?{}:{statuses:t.status.flatMap(r=>r.split(",").map(i=>i.trim()).filter(Boolean))},...t.since===void 0?{}:{since:t.since},...t.threshold===void 0?{}:{threshold:t.threshold},...t.limit===void 0?{}:{limit:t.limit}});return{...n,clusters:n.clusters.map(r=>{let i=r.id;return{...r,canonical_id:i,close_command:`pm close <duplicate-id> --duplicate-of ${i}`}}),guidance:{strategy:"review_then_close_duplicate",command:"pm close <duplicate-id> --duplicate-of <canonical-id>"}}}import eM from"node:fs/promises";import xt from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ad3110ca-e85b-5a7e-b0a1-591796c298eb")}catch{}})();var Tw=xt.join("runtime","telemetry","events.jsonl"),xw=xt.join("runtime","telemetry","state.json"),tM=xt.join("runtime","telemetry"),nM=20,bw=["status","flush","stats","clear"],kw=(e,t)=>{let n=Math.ceil(t*e.length),r=Math.min(e.length-1,Math.max(0,n-1));return e[r]},Kc=(e,t)=>typeof e!="string"?t:e.trim().length>0?e:t,Ew=e=>{if(!(typeof e!="number"||!Number.isFinite(e)))return Math.trunc(e)},rM=e=>({command:Kc(e.event.command,"<unknown>"),eventType:Kc(e.event.event_type,"unknown"),eventSchemaVersion:Ew(e.event.schema_version),clientSchemaVersion:Ew(e.client_schema_version)}),iM=()=>({count:0,max_attempts:0,event_type_counts:{},event_schema_versions:new Set,client_schema_versions:new Set,finish_durations_ms:[],ok_count:0,error_count:0,resolution_counts:{}}),sM=e=>{let t=e?.duration_ms;return typeof t=="number"&&Number.isFinite(t)?t:void 0},oM=e=>{let t=e?.command_resolution;return Kc(t,"")||void 0},Aw=(e,t)=>{e[t]=(e[t]??0)+1},aM=(e,t)=>{let n=sM(t);n!==void 0&&e.finish_durations_ms.push(n),t?.ok===!0?e.ok_count+=1:e.error_count+=1;let r=oM(t);r!==void 0&&Aw(e.resolution_counts,r)},cM=e=>Number.isFinite(e)?Math.max(0,Math.trunc(e)):0,Sw=(e,t)=>{t!==void 0&&e.add(t)},dM=(e,t)=>{let n=rM(t),r=e.get(n.command)??iM();r.count+=1,r.max_attempts=Math.max(r.max_attempts,cM(t.attempts)),Aw(r.event_type_counts,n.eventType),Sw(r.event_schema_versions,n.eventSchemaVersion),Sw(r.client_schema_versions,n.clientSchemaVersion),n.eventType==="command_finish"&&aM(r,t.event.payload),e.set(n.command,r)},lM=(e,t)=>{let n=t.ok_count+t.error_count,r=[...t.finish_durations_ms].sort((s,o)=>s-o),i=Object.entries(t.resolution_counts).sort((s,o)=>s[0].localeCompare(o[0]));return{command:e,count:t.count,event_type_counts:Object.fromEntries(Object.entries(t.event_type_counts).sort((s,o)=>s[0].localeCompare(o[0]))),max_attempts:t.max_attempts,event_schema_versions:[...t.event_schema_versions].sort((s,o)=>s-o),client_schema_versions:[...t.client_schema_versions].sort((s,o)=>s-o),...r.length>0?{duration_p50_ms:kw(r,.5),duration_p95_ms:kw(r,.95),duration_max_ms:r[r.length-1]}:{},...n>0?{ok_count:t.ok_count,error_count:t.error_count,error_rate:t.error_count/n}:{},...i.length>0?{command_resolution_counts:Object.fromEntries(i)}:{}}},uM=e=>{let t=(e??"status").trim().toLowerCase();if(bw.includes(t))return t;throw Gr({command_path:"telemetry",token:e?.trim()||"<empty>",allowed:bw,examples:["pm telemetry status","pm telemetry flush","pm telemetry stats --limit 10","pm telemetry clear"]})},zc=()=>{throw new p("--limit must be a positive integer",f.USAGE)},Cw=e=>[!Number.isFinite(e),!Number.isInteger(e),e<=0].includes(!0)?zc():e,mM=e=>{let t=e.trim();return[t.length===0,!/^\d+$/.test(t)].includes(!0)?zc():Cw(Number.parseInt(t,10))},fM=e=>e===void 0?nM:typeof e=="number"?Cw(e):typeof e=="string"?mM(e):zc(),pM=e=>{if(typeof e!="object"||e===null)return!1;let t=e;return typeof t.attempts=="number"&&typeof t.event=="object"&&t.event!==null},_M=e=>{try{let t=JSON.parse(e);return pM(t)?t:void 0}catch{return}},gM=e=>e===null?[]:e.split(`
25
- `).map(t=>t.trim()).filter(t=>t.length>0),Iw=e=>{let t=gM(e),n=[],r=0;for(let i of t){let s=_M(i);s===void 0?r+=1:n.push(s)}return{rows_total:t.length,valid_entries:n.length,invalid_rows:r,entries:n}},hM=e=>typeof e=="object"&&e!==null&&!Array.isArray(e),yM=e=>{try{let t=JSON.parse(e);return hM(t)?t:{}}catch{return{}}},wM=async e=>{let t=await J(e);return t===null||t.trim().length===0?{}:yM(t)},zs=e=>e??null,Bs=async e=>{let t=await I(e),n=xt.join(e,Tw),r=xt.join(e,xw),i=await J(n),s=Iw(i),o=await wM(r);return{enabled:t.telemetry.enabled,endpoint:t.telemetry.endpoint,queue_path:n,state_path:r,queue_rows_total:s.rows_total,queue_entries:s.valid_entries,queue_invalid_rows:s.invalid_rows,queue_size_bytes:Buffer.byteLength(i??"","utf8"),last_attempted_flush_at:zs(o.last_attempted_flush_at),last_successful_flush_at:zs(o.last_successful_flush_at),last_failed_flush_at:zs(o.last_failed_flush_at),last_failed_flush_error:zs(o.last_failed_flush_error)}},vM=e=>{let t=new Map;for(let n of e)dM(t,n);return[...t.entries()].map(([n,r])=>lM(n,r)).sort((n,r)=>r.count-n.count||n.command.localeCompare(r.command))},bM=async(e,t)=>({action:"telemetry",subcommand:"status",status:await Bs(t.globalPmRoot),generated_at:A()}),kM=async(e,t)=>{let n=await Bs(t.globalPmRoot);await bu(t.globalPmRoot);let r=await Bs(t.globalPmRoot),i=Math.max(0,n.queue_entries-r.queue_entries),s=r.queue_entries===0;return{action:"telemetry",subcommand:"flush",queue_entries_before:n.queue_entries,queue_entries_after:r.queue_entries,queue_entries_drained:i,queue_progressed:i>0,queue_empty:s,queue_drained:s,status:r,generated_at:A()}},EM=async(e,t)=>{let n=fM(e.limit),r=await J(t.queuePath),i=Iw(r),s=vM(i.entries),o=s.slice(0,n);return{action:"telemetry",subcommand:"stats",limit:n,total_commands:s.length,queue_entries:i.valid_entries,queue_invalid_rows:i.invalid_rows,queue_rows_total:i.rows_total,truncated:s.length>o.length,stats:o,generated_at:A()}},SM=async(e,t)=>{let n=await I(t.globalPmRoot),r=[n.telemetry.enabled!==!1,n.telemetry.installation_id!=="",n.telemetry.first_run_prompt_completed!==!0].includes(!0);n.telemetry.enabled=!1,n.telemetry.first_run_prompt_completed=!0,n.telemetry.installation_id="",r&&await ru(t.globalPmRoot,n,"telemetry:clear");let i=xt.join(t.globalPmRoot,tM),s=await B(i);return await eM.rm(i,{recursive:!0,force:!0}),{action:"telemetry",subcommand:"clear",settings_changed:r,runtime_dir_removed:s&&!await B(i),queue_exists_after:await B(t.queuePath),state_exists_after:await B(t.statePath),status:await Bs(t.globalPmRoot),generated_at:A()}},TM={status:bM,flush:kM,stats:EM,clear:SM};async function SV(e,t){let n=uM(e.subcommand),r=Ve(process.cwd());return TM[n](e,{globalPmRoot:r,queuePath:xt.join(r,Tw),statePath:xt.join(r,xw)})}import{spawn as Vw}from"node:child_process";import{cp as Vc,mkdir as Ys,mkdtemp as Yw,open as Yc,readdir as Xc,rm as Lr,symlink as Xw}from"node:fs/promises";import{tmpdir as Jw}from"node:os";import Y from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="62af7c1e-c1c7-529e-ab30-117103ac4607")}catch{}})();var Rw=20;function xM(){let e=process.env.PM_TRACKED_TEST_RUN_HISTORY_LIMIT;if(!e||e.trim().length===0)return Rw;let t=Number.parseInt(e,10);return!Number.isFinite(t)||t<=0?Rw:t}function Bc(e){let t=[...e].filter(r=>r.run_id.trim().length>0&&r.started_at.trim().length>0&&r.finished_at.trim().length>0&&r.recorded_at.trim().length>0).sort((r,i)=>{let s=Nd(r.recorded_at,i.recorded_at);if(s!==0)return s;let o=r.run_id.localeCompare(i.run_id);return o!==0?o:r.kind.localeCompare(i.kind)}),n=xM();return t.length>n?t.slice(t.length-n):t}async function Ws(e){await de({pmRoot:e.pmRoot,settings:e.settings,id:e.itemId,op:"test_run_track",author:e.author,message:e.message,force:!1,mutate(t){let n=t.metadata.test_runs??[];return t.metadata.test_runs=Bc([...n,e.entry]),{changedFields:["test_runs"]}}})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="8a6a3402-dae3-56f8-b9ba-a4f6f8a47cda")}catch{}})();var Ow=100;function Wc(e,t="--only-index"){let n=typeof e=="number"?e:Number(String(e).trim());if(!Number.isInteger(n)||n<1)throw new p(`${t} requires a 1-based integer index into the linked-test list (got "${e}"). Use pm test <id> --list to inspect positions.`,f.USAGE);return n}function AM(e){let n=(e.command??e.path??"<no command>").replaceAll(/\s+/g," ").trim()||"<no command>";return n.length<=Ow?n:`${n.slice(0,Ow-3)}...`}function Nw(e){return e.map((t,n)=>`${n+1}. ${AM(t)}`).join("; ")}function CM(e){let t=[];return e.match!==void 0&&t.push("match"),e.onlyIndex!==void 0&&t.push("only-index"),e.onlyLast===!0&&t.push("only-last"),t}function IM(e,t){let n=e.command?.toLowerCase()??"",r=e.path?.toLowerCase()??"";return n.includes(t)||r.includes(t)}function Lw(e,t){let n=CM(t);if(n.length===0)return{selector:null,requested:null,selected:e,selected_indexes:e.map((i,s)=>s+1),selected_count:e.length,skipped_count:0};if(n.length>1)throw new p(`Combine at most one linked-test selector per run: ${n.map(i=>`--${i}`).join(" and ")} were provided. Pick one of --match, --only-index, --only-last.`,f.USAGE);let r=n[0];if(e.length===0)throw new p(`--${r} matched no linked tests because this item has none. Add one first with --add, --command, or --add-json.`,f.USAGE);if(r==="match"){let i=t.match.trim().toLowerCase();if(i.length===0)throw new p("--match requires a non-empty substring to match against linked-test command/path values",f.USAGE);let s=[],o=[];for(let a=0;a<e.length;a+=1)IM(e[a],i)&&(o.push(e[a]),s.push(a+1));if(o.length===0)throw new p(`--match "${t.match}" matched none of the ${e.length} linked test(s). Available entries: ${Nw(e)}`,f.USAGE);return{selector:"match",requested:t.match,selected:o,selected_indexes:s,selected_count:o.length,skipped_count:e.length-o.length}}if(r==="only-index"){let i=Wc(t.onlyIndex);if(i>e.length)throw new p(`--only-index ${i} is out of range: this item has ${e.length} linked test(s). Available entries: ${Nw(e)}`,f.USAGE);return{selector:"only-index",requested:String(i),selected:[e[i-1]],selected_indexes:[i],selected_count:1,skipped_count:e.length-1}}return{selector:"only-last",requested:"last",selected:[e[e.length-1]],selected_indexes:[e.length],selected_count:1,skipped_count:e.length-1}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="99ce92bb-ed45-5327-b148-b5bb26a0bf05")}catch{}})();var Vs=20*1024*1024,RM=3e3,OM=1e4,NM=5e3,Mw=120,LM=new Set(["locks","extensions","runtime"]),MM=new Set(["history","index","search","extensions","locks","runtime"]),DM=[/eaddrinuse/i,/address already in use/i,/port\s+\d+\s+is already in use/i,/web server[^.\n]*already running/i,/failed to listen on/i],PM=/\b(?:could not|failed to|unable to)\s+acquire\b[^\n.]*\block\b/i,FM=/\b(?:already running|timed?\s*out|timeout|held by another|lock\s+is\s+held)\b/i,$M=new Set(["activity","calendar","context","ctx","deps","get","health","history","list","list-all","list-blocked","list-canceled","list-closed","list-draft","list-in-progress","list-open","search","stats","test-all","validate"]);function Zc(e,t){let n=process.env[e];if(typeof n!="string"||n.trim().length===0)return t;let r=Number.parseInt(n,10);return!Number.isFinite(r)||r<=0?t:r}function UM(){return Zc("PM_LINKED_TEST_TIMEOUT_FORCE_KILL_DELAY_MS",RM)}function jM(){return Zc("PM_LINKED_TEST_HEARTBEAT_INTERVAL_MS",OM)}function GM(){return Zc("PM_LINKED_TEST_PIPE_CLOSE_GRACE_MS",NM)}function qM(e){let t=process.env.PM_BACKGROUND_TEST_RUN_ID?.trim();return t&&t.length>0?t:`${e}-local-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,8)}`}function KM(e){let t=0,n=0,r=0;for(let i of e){if(i.status==="passed"){t+=1;continue}if(i.status==="failed"){n+=1;continue}r+=1}return{passed:t,failed:n,skipped:r}}function ed(e){let t=0,n=0,r=0,i=0;for(let s of e){let o=s.execution_context;!o||o.is_pm_command!==!0||(t+=1,o.is_pm_tracker_read_command===!0&&(n+=1),o.mismatch_detected===!0&&(r+=1),o.auto_pm_context_applied===!0&&(i+=1))}return{checked_pm_commands:t,tracker_read_commands:n,mismatches:r,auto_remediated:i}}function zM(e){let t=e??"project";if(!Me.includes(t))throw new p(`Invalid scope "${e}"`,f.USAGE);return t}function Xs(e){if(!e)return"schema";let t=e.trim().toLowerCase();if(jt.includes(t))return t;throw new p(`Invalid --pm-context value "${e}". Expected one of: ${jt.join(", ")}`,f.USAGE)}function BM(e){return qt(e??"source","--workspace-context")}function Qw(e,t,n){return n?t:qt(e.workspace_context_mode,"linked test")??t}function Zw(e,t,n){return n||typeof e.pm_context_mode!="string"||e.pm_context_mode.trim().length===0?t:Xs(e.pm_context_mode)}function ev(e,t){return e==="auto"?t?"tracker":"schema":e}function WM(e){return Object.entries(e).filter(([t])=>t.startsWith("assert_")).some(([,t])=>t==null?!1:Array.isArray(t)?t.length>0:typeof t=="object"?Object.keys(t).length>0:typeof t=="string"?t.trim().length>0:!0)}function HM(e){let{executionContext:t,runLevelPmContextMode:n,linkedOverridePmContextMode:r}=e;return!t.is_pm_tracker_read_command||!t.mismatch_detected?"":n==="tracker"&&r==="schema"?" Linked test metadata pm_context_mode=schema overrides run-level --pm-context tracker. Set pm_context_mode=tracker (or auto) on the linked test, or remove the override, to run against seeded tracker data.":t.pm_context_mode==="schema"?" Use --auto-pm-context to route PM tracker-read linked commands through seeded tracker data automatically. Alternatively, use --pm-context tracker for the whole run.":""}function VM(e,t){let n={};if(!e)return n;for(let r of e){let i=br(r,t);if(i)for(let[s,o]of Object.entries(i))n[s]=o}return n}function YM(e,t){if(!e)return[];let n=[];for(let r of e){let i=kr(r,t);i&&n.push(...i)}return[...new Set(n)]}function XM(e){let t=Js(e);return bn(t).some(n=>Ki(n)!==null)}function tv(e){let t=Js(e);return bn(t).some(n=>{let r=Ki(n);if(!r)return!1;let i=$a(r);return i?$M.has(i.subcommand):!1})}function Hs(e){if(e)return E_.has(e.subcommand)?vt(e.args,S_)?.subcommand:e.subcommand}function Dw(e,t){if(e==="npx"||e==="bunx")return Dt(t)?.command;if(e==="pnpm")return Hs(vt(t,Ma));if(e==="npm")return Hs(vt(t,Da));if(e==="yarn")return Hs(vt(t,b_));if(e==="bun")return Hs(vt(t,k_))}function Pw(e){return e?e==="vitest"||e==="test"||e.startsWith("test:"):!1}function Hc(e){return!e||!lr(e.command)&&!Fa(e.command)?!1:Bi(e.args)==="test-all"}var JM=new Map([...["sh","bash","dash","zsh"].map(e=>[e,/^(?:-c|-[a-z]*c[a-z]*)$/u]),...["cmd","cmd.exe"].map(e=>[e,/^\/[ck]$/u]),...["powershell","powershell.exe","pwsh","pwsh.exe"].map(e=>[e,/^-(?:c|command)$/u])]),QM=new Set(["npx","bunx"]);function nv(e){let t=e.split(" ").filter(o=>o.length>0),n=zi(t);if(n.length===0)return!1;let[r,...i]=n,s=JM.get(r);if(s){let o=i.findIndex(a=>s.test(a));return o>=0?nv(i.slice(o+1).join(" ")):!1}return lr(r)||ur(r)?Bi(i)==="test-all":r==="node"&&i.length>0&&ur(i[0])?Bi(i.slice(1))==="test-all":QM.has(r)?Hc(Dt(i)):r==="pnpm"?Hc(Wi(i)):r==="npm"?Hc(Hi(i)):!1}function rv(e){let t=Js(e);return bn(t).some(n=>nv(n))}function iv(e){if(rv(e))throw new p('Linked test commands must not invoke "pm test-all"; this creates recursive orchestration.',f.USAGE)}function Js(e){return e.trim().replaceAll("\\","/").replaceAll('"',"").replaceAll("'","").replaceAll(/\s+/g," ").toLowerCase()}function ZM(e){return e.includes("node scripts/run-tests.mjs ")||e.endsWith("node scripts/run-tests.mjs")||e.includes("node ./scripts/run-tests.mjs ")||e.endsWith("node ./scripts/run-tests.mjs")}function eD(e){let t=/\bpm_path\s*=/.test(e)||/\$env:pm_path\s*=/.test(e),n=/\bpm_global_path\s*=/.test(e)||/\$env:pm_global_path\s*=/.test(e);return t&&n}function tD(e){let t=e.split(" ").filter(s=>s.length>0),n=zi(t);if(n.length===0)return!1;let[r,...i]=n;return r==="vitest"||r.endsWith("/vitest")||r.endsWith("/vitest.mjs")?!0:r==="node"?nD(i):rD(r,i)}function nD(e){return e.includes("--test")||e.some(t=>t==="vitest"||t==="vitest.mjs"||t.endsWith("/vitest")||t.endsWith("/vitest.mjs"))}function rD(e,t){return e==="npx"||e==="bunx"?Pw(Dt(t)?.command):e==="pnpm"||e==="npm"?Pw((e==="pnpm"?Wi(t):Hi(t))?.command)||Dw(e,t)==="vitest":(e==="yarn"||e==="bun")&&Dw(e,t)==="vitest"}function sv(e){let t=Js(e);if(bn(t).some(i=>!ZM(i)&&tD(i)&&!eD(i)))throw new p('Linked test runner commands must be sandbox-safe: use "node scripts/run-tests.mjs <test|coverage>", use a package-manager script such as "pnpm test", or include PM_PATH=... PM_GLOBAL_PATH=... INLINE in the command string (exporting them in your shell environment is not checked). Example: "PM_PATH=/tmp/pm-x PM_GLOBAL_PATH=/tmp/pm-x-g vitest run".',f.USAGE)}function iD(e){if(rv(e))return'Linked test command skipped: Linked test commands must not invoke "pm test-all"; this creates recursive orchestration.'}function sD(e){return e?e.map(oD):[]}function oD(e){let t=e.trim(),n=ss(t)?os(Z(e,"--add"),"--add"):{command:t},r=pe(n.command);if(!r)throw new p("--add requires command=<value> or a bare command (path=<value> is optional metadata)",f.USAGE);return iv(r),sv(r),{command:r,path:pe(n.path),scope:zM(n.scope),timeout_seconds:aD(pe(n.timeout_seconds),pe(n.timeout)),pm_context_mode:us(pe(n.pm_context_mode),"--add"),workspace_context_mode:qt(pe(n.workspace_context_mode),"--add"),env_set:br(pe(n.env_set),"--add"),env_clear:kr(pe(n.env_clear),"--add"),shared_host_safe:ls(pe(n.shared_host_safe),"--add","shared_host_safe"),assert_stdout_contains:Kt(pe(n.assert_stdout_contains)),assert_stdout_regex:Tn(pe(n.assert_stdout_regex),"--add","assert_stdout_regex"),assert_stderr_contains:Kt(pe(n.assert_stderr_contains)),assert_stderr_regex:Tn(pe(n.assert_stderr_regex),"--add","assert_stderr_regex"),assert_stdout_min_lines:ms(pe(n.assert_stdout_min_lines),"--add"),assert_json_field_equals:fs(pe(n.assert_json_field_equals),"--add"),assert_json_field_gte:ps(pe(n.assert_json_field_gte),"--add"),note:pe(n.note)}}function pe(e){let t=e?.trim();return t&&t.length>0?t:void 0}function aD(e,t){if(e&&t&&e!==t)throw new p("--add timeout and timeout_seconds must match when both are provided",f.USAGE);let n=e??t;if(n===void 0)return;let r=Math.floor(me(n,"timeout_seconds"));if(r<=0)throw new p("--add timeout_seconds must be a positive integer",f.USAGE);return r}function cD(e){return e?e.flatMap(t=>{let n=Eh(t,"--add-json");for(let r of n){let i=r.command;if(!i)throw new p("--add-json requires a non-empty command string",f.USAGE);iv(i),sv(i)}return n}):[]}function dD(e){return e?e.map(t=>{let n=t.trim();if(!n)throw new p("--remove requires command or path value",f.USAGE);let r=/^(command|path)\s*=/i.exec(n);if(r){let i=n.slice(r[0].length).trim();if(!i)throw new p("--remove requires a non-empty command=<value> or path=<value>",f.USAGE);return{kind:r[1].toLowerCase(),value:i}}if(/^[A-Za-z_][\w-]*=\S+$/u.test(n))throw new p("--remove structured selectors require command=<value> or path=<value>",f.USAGE);if(/^(?:[-*+]\s+)?(?:path|command)\s*:/i.test(n)||n.startsWith("```")){let i=Z(n,"--remove"),s=i.path!==void 0?"path":"command",o=i.path??i.command;if(!o?.trim())throw new p("--remove requires command=<value> and/or path=<value>",f.USAGE);return{kind:s,value:o.trim()}}return{kind:"either",value:n}}):[]}function lD(e){return e?[...new Set(e.map(t=>{let n=typeof t=="number"?t:Number.parseInt(t,10);if(!Number.isInteger(n)||n<1||String(n)!==String(t).trim())throw new p("--remove-index must be a positive integer",f.USAGE);return n}))]:[]}function uD(e){try{e.stdin?.end()}catch{}}function ov(e){let t=e.trim().replaceAll(/\s+/g," ");return t.length<=Mw?t:`${t.slice(0,Mw-3)}...`}function av(e){return e==="off"?!1:e==="always"?!0:process.stderr.isTTY===!0}function Jc(e){try{process.stderr.write(`${e}
26
- `)}catch{}}function mD(e,t){if(!av(t))return null;let n=ov(e.command),r=Date.now();Jc(`[pm test] linked-test ${e.index}/${e.total} start timeout_ms=${e.timeoutMs} command="${n}"`);let i=setInterval(()=>{let s=Date.now()-r;Jc(`[pm test] linked-test ${e.index}/${e.total} running elapsed_ms=${s} command="${n}"`)},jM());return i.unref?.(),i}function fD(e,t,n,r){if(!av(r))return;let i=ov(e.command),s=Date.now()-n,a=t.timedOut||t.maxBufferExceeded||t.exitCode!==0?"failed":"passed",c=[];t.timedOut&&c.push("reason=timeout"),t.maxBufferExceeded&&c.push("reason=max_buffer"),t.outputTruncated&&c.push("output=truncated"),t.signal&&c.push(`signal=${t.signal}`);let d=t.exitCode===null?"null":String(t.exitCode),l=c.length>0?` ${c.join(" ")}`:"";Jc(`[pm test] linked-test ${e.index}/${e.total} end status=${a} exit_code=${d} elapsed_ms=${s}${l} command="${i}"`)}async function Fw(e){if(!(!Number.isInteger(e)||e<=0)){if(process.platform==="win32"){await new Promise(t=>{let n=Vw("taskkill",["/pid",String(e),"/T","/F"],{stdio:"ignore",windowsHide:!0});n.on("error",()=>t()),n.on("close",()=>t())});return}try{process.kill(-e,"SIGKILL");return}catch{}try{process.kill(e,"SIGKILL")}catch{}}}function pD(e){e.heartbeat&&clearInterval(e.heartbeat),e.timedOutTimer&&(clearTimeout(e.timedOutTimer),e.timedOutTimer=null),e.forceKillTimer&&(clearTimeout(e.forceKillTimer),e.forceKillTimer=null)}function _D(e,t){let n=!1;return async()=>{if(n)return;n=!0;let r=e.pid;if(!r||r<=0){try{e.kill("SIGTERM")}catch{}return}if(process.platform==="win32"){await Fw(r);return}try{process.kill(-r,"SIGTERM")}catch{try{e.kill("SIGTERM")}catch{}}t.forceKillTimer=setTimeout(()=>{Fw(r)},UM()),t.forceKillTimer.unref?.()}}function gD(e){return new Promise(t=>{let n=!1,r=null,i=(s,o=!1)=>{n||(n=!0,r&&(clearTimeout(r),r=null),o&&(e.stdin?.destroy(),e.stdout?.destroy(),e.stderr?.destroy()),t(s))};e.on("exit",(s,o)=>{n||(r=setTimeout(()=>{i({code:s,signal:o},!0)},GM()),r.unref?.())}),e.on("close",(s,o)=>{i({code:s,signal:o})})})}function hD(e,t,n,r,i){return Vw(e,{cwd:i,env:t,shell:!0,windowsHide:!0,detached:process.platform!=="win32",stdio:["pipe",n,r]})}async function $w(e){let t=await Yc(e,"r");try{let n=(await t.stat()).size,r=Math.min(n,Vs),i=Buffer.alloc(r);return r>0&&await t.read(i,0,r,0),{text:i.toString("utf8"),truncated:n>Vs}}finally{await t.close()}}async function yD(e,t,n,r,i,s=process.cwd()){let o=Date.now(),a=await Yw(Y.join(Jw(),"pm-linked-test-output-"));try{let c=Y.join(a,"stdout.log"),d=Y.join(a,"stderr.log"),[l,u]=await Promise.all([Yc(c,"w"),Yc(d,"w")]),m;try{m=hD(e,n,l.fd,u.fd,s)}finally{await Promise.all([l.close(),u.close()])}uD(m);let _={heartbeat:mD(r,i),forceKillTimer:null,timedOutTimer:null},g=_D(m,_),h=!1,y;m.on("error",T=>{y=T.message}),_.timedOutTimer=setTimeout(()=>{h=!0,g()},t),_.timedOutTimer.unref?.();let{code:w,signal:k}=await gD(m);pD(_);let[E,S]=await Promise.all([$w(c),$w(d)]),b=E.truncated||S.truncated,x=b?`
27
- [pm linked-test output truncated at ${Vs} bytes per stream; the child process continued to completion]
28
- `:"",v={stdout:`${E.text}${x}`,stderr:S.text,exitCode:w,signal:k,timedOut:h,maxBufferExceeded:!1,outputTruncated:b,spawnError:y};return fD(r,v,o,i),v}finally{await Lr(a,{recursive:!0,force:!0})}}function wD(e,t){let n=[];e.maxBufferExceeded&&n.push(`Linked test output exceeded maxBuffer=${Vs} bytes. Reduce output volume or split the command.`),e.timedOut&&t>0&&n.push(`Linked test timed out after ${t}ms.`);let r=e.signal?`Linked test command terminated by signal ${e.signal}.`:void 0,i=e.spawnError?.trim()||r||"Linked test command failed.";return n.length===0?i:`${i} ${n.join(" ")}`}function vD(e){let t=[e.spawnError??"",e.stderr,e.stdout].join(`
29
- `);return DM.some(n=>n.test(t))||t.split(/\r?\n/u).some(n=>PM.test(n)&&FM.test(n))}function bD(e){return vD(e)?"infra_collision":e.timedOut?"timeout":e.maxBufferExceeded?"max_buffer":e.spawnError?"spawn_error":e.signal?"signal":"assertion_failure"}function kD(){return{infra_collision:0,trust_refusal:0,assertion_failure:0,empty_run:0,timeout:0,max_buffer:0,spawn_error:0,signal:0}}function Qs(e){let t=kD();for(let n of e)n.status!=="failed"||!n.failure_category||(t[n.failure_category]+=1);return t}function Uw(e,t){for(let[n,r]of Object.entries(t.env_set))Gt.has(n.toUpperCase())||(e[n]=r);for(let n of t.env_clear)Gt.has(n.toUpperCase())||delete e[n]}function ED(e){e.PORT===void 0&&(e.PORT="0"),e.HOST===void 0&&(e.HOST="127.0.0.1"),e.PM_SHARED_HOST_SAFE===void 0&&(e.PM_SHARED_HOST_SAFE="1"),e.PLAYWRIGHT_HTML_OPEN===void 0&&(e.PLAYWRIGHT_HTML_OPEN="never"),e.PW_TEST_HTML_REPORT_OPEN===void 0&&(e.PW_TEST_HTML_REPORT_OPEN="never")}function SD(e,t){let n={...e.env_set,...t.env_set},r=[...new Set([...e.env_clear,...t.env_clear??[]])],i=t.shared_host_safe??e.shared_host_safe;return{env_set:n,env_clear:r,shared_host_safe:i}}function TD(e,t,n){return{env_set:VM(e,"--env-set"),env_clear:YM(t,"--env-clear"),shared_host_safe:n===!0}}async function On(e,t,n=!1,r=Ys){if(await B(e))try{await Fs("seed_linked_test",async()=>{if(await r(Y.dirname(t),{recursive:!0}),n){await Vc(e,t,{recursive:!0,force:!0});return}await Vc(e,t,{force:!0})},{why:"Linked tests need an isolated PM context without mutating the source tracker.",nextSteps:["Reclaim capacity on the filesystem that hosts the linked-test temporary directory."]})}catch(i){if(typeof i=="object"&&i!==null&&"code"in i&&q(i))return;throw i}}async function jw(e,t,n){await On(Te(n.projectPmRoot),Te(e)),await On(Y.join(n.projectPmRoot,"extensions"),Y.join(e,"extensions"),!0),await On(Te(n.globalPmRoot),Te(t)),await On(Y.join(n.globalPmRoot,"extensions"),Y.join(t,"extensions"),!0)}async function Gw(e,t){if(!await B(e))return;let n=await Xc(e,{withFileTypes:!0});for(let r of n){if(LM.has(r.name))continue;let i=Y.join(e,r.name),s=Y.join(t,r.name);if(r.isDirectory()){await On(i,s,!0);continue}r.isFile()&&await On(i,s)}}async function qw(e,t){let n=await J(Te(e));if(n===null||await B(Lt(e)))return;let r=await I(t);await Lr(Lt(t),{force:!0}),await Lr(Te(t),{force:!0}),await Vl({pmRoot:t,filePath:Te(t),raw:n,op:"settings:write",author:G(void 0,r.author_default),lockTtlSeconds:r.locks.ttl_seconds,lockWaitMs:r.locks.wait_ms,recordCreation:!0,message:"Seed linked-test tracker settings history"})}async function Rn(e){if(!await B(e))return 0;let t=0,n=await Xc(e,{withFileTypes:!0});for(let r of n){if(!r.isDirectory()||MM.has(r.name))continue;let i=Y.join(e,r.name),s;try{s=await Xc(i,{withFileTypes:!0})}catch{continue}for(let o of s)o.isFile()&&Rt.some(a=>o.name.toLowerCase().endsWith(a))&&(t+=1)}return t}function xD(e){let t=typeof e.exitCode=="number"?e.exitCode:1;return(e.timedOut||e.maxBufferExceeded)&&t===0?1:t}function AD(e){let t=[],n=e.match(/[^.[\]]+|\[\d+\]/g)??[];for(let r of n){if(r.startsWith("[")&&r.endsWith("]")){let i=Number.parseInt(r.slice(1,-1),10);if(!Number.isInteger(i)||i<0)return[];t.push(i);continue}t.push(r)}return t}function Kw(e,t){let n=t.trim();if(n.length===0)return{found:!1,value:void 0};let r=AD(n);if(r.length===0)return{found:!1,value:void 0};let i=e;for(let s of r){if(typeof s=="number"){if(!Array.isArray(i)||s>=i.length)return{found:!1,value:void 0};i=i[s];continue}if(typeof i!="object"||i===null||!Object.prototype.hasOwnProperty.call(i,s))return{found:!1,value:void 0};i=i[s]}return{found:!0,value:i}}function CD(e){let t=e.trim();if(t==="true")return!0;if(t==="false")return!1;if(t==="null")return null;let n=Number(t);if(t.length>0&&Number.isFinite(n))return n;if(t.startsWith("{")&&t.endsWith("}")||t.startsWith("[")&&t.endsWith("]"))try{return JSON.parse(t)}catch{}return t}function ID(e,t){return typeof e=="object"&&e!==null&&typeof t=="object"&&t!==null?st(e,t):Object.is(e,t)}function RD(e,t,n){let r=[];r.push(...zw("stdout",t,e.assert_stdout_contains)),r.push(...Bw("stdout",t,e.assert_stdout_regex)),r.push(...zw("stderr",n,e.assert_stderr_contains)),r.push(...Bw("stderr",n,e.assert_stderr_regex)),r.push(...OD(t,e.assert_stdout_min_lines));let i=e.assert_json_field_equals??{},s=e.assert_json_field_gte??{};if(!(Object.keys(i).length>0||Object.keys(s).length>0))return r;let a;try{a=JSON.parse(t)}catch(c){return r.push(`stdout is not valid JSON for assert_json_field_* checks: ${c instanceof Error?c.message:String(c)}`),r}for(let[c,d]of Object.entries(i)){let l=Kw(a,c);if(!l.found){r.push(`assert_json_field_equals missing path "${c}"`);continue}let u=CD(d);ID(l.value,u)||r.push(`assert_json_field_equals mismatch at "${c}" (expected=${JSON.stringify(u)} actual=${JSON.stringify(l.value)})`)}for(let[c,d]of Object.entries(s)){let l=Kw(a,c);if(!l.found){r.push(`assert_json_field_gte missing path "${c}"`);continue}if(typeof l.value!="number"||!Number.isFinite(l.value)){r.push(`assert_json_field_gte path "${c}" resolved to non-numeric value`);continue}l.value<d&&r.push(`assert_json_field_gte failed at "${c}" (expected >= ${d}, actual ${l.value})`)}return r}function zw(e,t,n){let r=[];for(let i of n??[])t.includes(i)||r.push(`${e} missing required text: "${i}"`);return r}function Bw(e,t,n){let r=[];for(let i of n??[])try{new RegExp(i,"m").test(t)||r.push(`${e} failed regex assertion: /${i}/m`)}catch(s){r.push(`${e} regex assertion is invalid: /${i}/ (${s instanceof Error?s.message:String(s)})`)}return r}function OD(e,t){if(typeof t!="number")return[];let n=e.split(/\r?\n/).map(r=>r.trim()).filter(r=>r.length>0).length;return n<t?[`stdout line count ${n} is below required minimum ${t}`]:[]}var ND=[{code:"no_projects_matched_filters",regex:/\bNo projects matched the filters\b/i},{code:"no_test_files_found",regex:/\bNo test files found\b/i},{code:"no_tests_found",regex:/\bNo tests found\b/i},{code:"no_matching_tests",regex:/\bNo matching tests?\b/i},{code:"collected_zero_items",regex:/\bcollected 0 items?\b/i}];function LD(e,t){let n=`${e}
30
- ${t}`;for(let r of ND)if(r.regex.test(n))return r.code;return null}function MD(e){return{root:e,schemaProjectPmPath:Y.join(e,"schema","project",".agents","pm"),schemaGlobalPmPath:Y.join(e,"schema","global"),trackerProjectPmPath:Y.join(e,"tracker","project",".agents","pm"),trackerGlobalPmPath:Y.join(e,"tracker","global"),workspaceSnapshotRoot:Y.join(e,"workspace","project"),workspaceIsolatedRoot:Y.join(e,"workspace","isolated")}}function DD(e,t,n){return e.some(r=>Qw(r,t,n)==="snapshot")}async function PD(e,t){let n=new Set([".agents",".git",".nyc_output",".turbo","coverage","node_modules"]);await Ys(Y.dirname(e.workspaceSnapshotRoot),{recursive:!0}),await Vc(t,e.workspaceSnapshotRoot,{recursive:!0,force:!0,filter(i){let s=Y.relative(t,i);return s?!s.split(Y.sep).some(o=>n.has(o)):!0}});let r=Y.join(t,"node_modules");await B(r)&&await Xw(r,Y.join(e.workspaceSnapshotRoot,"node_modules"),process.platform==="win32"?"junction":"dir")}async function FD(e,t){let n=Y.join(e,".agents"),r=Y.join(n,"pm");await Ys(n,{recursive:!0}),await Lr(r,{recursive:!0,force:!0}),await Xw(t,r,process.platform==="win32"?"junction":"dir")}async function $D(e,t=Ko,n=!0){let r={defaults:!0,agentGuidance:"skip"};await t(void 0,{path:e.schemaProjectPmPath},r),await t(void 0,{path:e.schemaGlobalPmPath},r),n&&(await t(void 0,{path:e.trackerProjectPmPath},r),await t(void 0,{path:e.trackerGlobalPmPath},r))}async function UD(e,t,n){t&&(await jw(e.schemaProjectPmPath,e.schemaGlobalPmPath,t),n&&(await jw(e.trackerProjectPmPath,e.trackerGlobalPmPath,t),await Gw(t.projectPmRoot,e.trackerProjectPmPath),await Gw(t.globalPmRoot,e.trackerGlobalPmPath),await qw(t.projectPmRoot,e.trackerProjectPmPath),await qw(t.globalPmRoot,e.trackerGlobalPmPath)))}function jD(e,t,n){return e.some(r=>{let i=r.command??"",s=i.length>0&&tv(i),o=n?.autoPmContext===!0&&s?"auto":Zw(r,t,n?.overrideLinkedPmContext===!0);return ev(o,s)==="tracker"})}async function GD(e,t){return{sourceProjectItemCount:t?await Rn(t.projectPmRoot):0,sourceGlobalItemCount:t?await Rn(t.globalPmRoot):0,schemaProjectItemCount:await Rn(e.schemaProjectPmPath),schemaGlobalItemCount:await Rn(e.schemaGlobalPmPath),trackerProjectItemCount:await Rn(e.trackerProjectPmPath),trackerGlobalItemCount:await Rn(e.trackerGlobalPmPath)}}function qD(e){let t=e.effectivePmContextMode==="tracker",n=t?e.layout.trackerProjectPmPath:e.layout.schemaProjectPmPath,r=t?e.layout.trackerGlobalPmPath:e.layout.schemaGlobalPmPath,i=t?e.counts.trackerProjectItemCount:e.counts.schemaProjectItemCount,s=t?e.counts.trackerGlobalItemCount:e.counts.schemaGlobalItemCount,o=e.workspaceContextMode==="snapshot"?e.layout.workspaceSnapshotRoot:e.workspaceContextMode==="isolated"?e.layout.workspaceIsolatedRoot:e.sourceWorkspaceRoot,a=e.workspaceContextMode==="isolated"?"":o;return{requested_pm_context_mode:e.requestedPmContextMode,pm_context_mode:e.effectivePmContextMode,auto_pm_context_applied:e.autoPmContextApplied,is_pm_command:e.isPmCommand,is_pm_tracker_read_command:e.isPmTrackerReadCommand,source_project_pm_path:e.sourceRoots?.projectPmRoot??"",sandbox_project_pm_path:n,source_global_pm_path:e.sourceRoots?.globalPmRoot??"",sandbox_global_pm_path:r,source_project_item_count:e.counts.sourceProjectItemCount,sandbox_project_item_count:i,source_global_item_count:e.counts.sourceGlobalItemCount,sandbox_global_item_count:s,mismatch_detected:e.isPmCommand&&(e.counts.sourceProjectItemCount!==i||e.counts.sourceGlobalItemCount!==s),project_extensions_seeded:!!e.sourceRoots,global_extensions_seeded:!!e.sourceRoots,requested_workspace_context_mode:e.requestedWorkspaceContextMode,workspace_context_mode:e.workspaceContextMode,working_directory:o,source_workspace_root:a,trust:e.trust}}async function KD(e){let t=typeof e.linkedTest.pm_context_mode=="string"&&e.linkedTest.pm_context_mode.trim().length>0?Xs(e.linkedTest.pm_context_mode):void 0,n=typeof e.linkedTest.command=="string"&&e.linkedTest.command.length>0?e.linkedTest.command:void 0,r=n?XM(n):!1,i=r&&n?tv(n):!1,s=e.options?.autoPmContext===!0&&i,o=s?"auto":Zw(e.linkedTest,e.runLevelPmContextMode,e.options?.overrideLinkedPmContext===!0),a=ev(o,i),c=a==="tracker"?e.layout.trackerProjectPmPath:e.layout.schemaProjectPmPath;e.workspaceContextMode==="snapshot"&&await FD(e.layout.workspaceSnapshotRoot,c);let d=e.options?.pmRoot?await qa(e.options.pmRoot,e.linkedTest,e.currentSourceRef):await qa(e.layout.root,e.linkedTest,e.currentSourceRef);return{linkedOverridePmContextMode:t,executionContext:qD({layout:e.layout,counts:e.counts,sourceRoots:e.sourceRoots,isPmCommand:r,isPmTrackerReadCommand:i,requestedPmContextMode:o,effectivePmContextMode:a,autoPmContextApplied:s,requestedWorkspaceContextMode:e.requestedWorkspaceContextMode,workspaceContextMode:e.workspaceContextMode,sourceWorkspaceRoot:e.sourceWorkspaceRoot,trust:d})}}function Ww(e,t,n){return{command:e.command,path:e.path,status:"skipped",execution_context:t,error:n}}function Qc(e,t,n,r){return{command:e.command,path:e.path,status:"failed",exit_code:1,failure_category:"assertion_failure",execution_context:t,...r?{stdout:r.stdout,stderr:r.stderr}:{},error:n}}function zD(e,t,n){return{command:e.command,path:e.path,status:"failed",exit_code:1,failure_category:"trust_refusal",execution_context:t,error:n}}function BD(e){if(e.executionContext.trust.trusted)return null;let t=e.options?.allowUntrustedLinkedTests===!0,n=e.options?.untrustedLinkedTestsPolicyEnabled===!0;if(t&&n)return null;let r=n?"Retry with --allow-untrusted-linked-tests for this invocation, or acknowledge the current commands with --acknowledge-linked-tests.":"Set testing.allow_untrusted_linked_tests=true, then retry with --allow-untrusted-linked-tests; alternatively acknowledge the current commands with --acknowledge-linked-tests.";return zD(e.linkedTest,e.executionContext,`Linked test command is not trusted by this clone (source_ref=${e.executionContext.trust.source_ref??"unknown"}, current_ref=${e.executionContext.trust.current_source_ref??"unknown"}). ${r}`)}function WD(e){if(!e.linkedTest.command)return Ww(e.linkedTest,e.executionContext,"No command configured for this linked test.");let t=iD(e.linkedTest.command);return t?Ww(e.linkedTest,e.executionContext,t):null}function HD(e){let t=WD(e);if(t)return t;let n=BD(e);if(n)return n;let r=e.executionContext.pm_context_mode==="schema"&&e.executionContext.is_pm_tracker_read_command&&e.executionContext.mismatch_detected,i=e.options?.failOnContextMismatch===!0&&e.executionContext.is_pm_command&&e.executionContext.mismatch_detected;if(r||i){let s=HM({executionContext:e.executionContext,runLevelPmContextMode:e.runLevelPmContextMode,linkedOverridePmContextMode:e.linkedOverridePmContextMode}),o=e.options?.checkContext===!0?"Linked test preflight PM context mismatch detected":"Linked test PM context mismatch detected";return Qc(e.linkedTest,e.executionContext,`${o} (source_project_items=${e.executionContext.source_project_item_count}, sandbox_project_items=${e.executionContext.sandbox_project_item_count}).${s}`)}return e.options?.requireAssertionsForPm===!0&&e.executionContext.is_pm_command&&!WM(e.linkedTest)?Qc(e.linkedTest,e.executionContext,"Linked PM command requires assertions when --require-assertions-for-pm is enabled."):null}function VD(e){let t=SD(e.runtimeDirectives,e.linkedTest),n={...process.env,SENTRY_ENVIRONMENT:"test"};return Uw(n,e.runtimeDirectives),Uw(n,{env_set:e.linkedTest.env_set??{},env_clear:e.linkedTest.env_clear??[]}),t.shared_host_safe&&ED(n),n.FORCE_COLOR="0",n.PM_PATH=e.executionContext.sandbox_project_pm_path,n.PM_GLOBAL_PATH=e.executionContext.sandbox_global_pm_path,e.executionContext.workspace_context_mode==="isolated"?(delete n.PM_SOURCE_WORKSPACE_ROOT,delete n.PM_SOURCE_PM_PATH,delete n[Hn]):(n.PM_SOURCE_WORKSPACE_ROOT=e.executionContext.source_workspace_root,n.PM_SOURCE_PM_PATH=e.executionContext.workspace_context_mode==="snapshot"?e.executionContext.sandbox_project_pm_path:e.executionContext.source_project_pm_path,n[Hn]="read_only"),n}function YD(e,t,n){return{command:e.command,path:e.path,status:"passed",exit_code:0,execution_context:t,stdout:n.stdout,stderr:n.stderr}}function XD(e){return{command:e.linkedTest.command,path:e.linkedTest.path,status:"failed",exit_code:1,failure_category:"empty_run",execution_context:e.executionContext,stdout:e.execution.stdout,stderr:e.execution.stderr,error:`Linked test reported an empty test run (${e.emptyRunSignal}) while --fail-on-empty-test-run is enabled. Update test selection or disable --fail-on-empty-test-run for this run.`}}function JD(e){return{command:e.linkedTest.command,path:e.linkedTest.path,status:"failed",exit_code:xD(e.execution),failure_category:bD(e.execution),execution_context:e.executionContext,stdout:e.execution.stdout,stderr:e.execution.stderr,error:wD(e.execution,e.timeoutMs)}}function QD(e){if(e.options?.failOnEmptyTestRun===!0){let n=LD(e.execution.stdout,e.execution.stderr);if(n)return XD({...e,emptyRunSignal:n})}let t=RD(e.linkedTest,e.execution.stdout,e.execution.stderr);return t.length>0?Qc(e.linkedTest,e.executionContext,`Linked test assertion(s) failed: ${t.join("; ")}`,e.execution):YD(e.linkedTest,e.executionContext,e.execution)}async function ZD(e){let t=e.linkedTest.command??"",n=(e.linkedTest.timeout_seconds??e.defaultTimeoutSeconds??120)*1e3,r=await yD(t,n,VD(e),{index:e.index+1,total:e.total,timeoutMs:n,command:t},e.progressMode,e.executionContext.working_directory);return r.exitCode===0&&!r.timedOut&&!r.maxBufferExceeded?QD({...e,execution:r}):JD({...e,execution:r,timeoutMs:n})}async function td(e,t,n){let r=[],i=await Yw(Y.join(Jw(),"pm-linked-test-")),s=MD(i),o=Xs(n?.pmContext),a=BM(n?.workspaceContext),c=n?.progress===!0?"always":"auto",d=TD(n?.envSet,n?.envClear,n?.sharedHostSafe),l=n?.sourceRoots,u=pr(),m=jD(e,o,n),_=DD(e,a,n?.overrideLinkedWorkspaceContext===!0),g=await fr(u);try{await $D(s,Ko,m),await Ys(s.workspaceIsolatedRoot,{recursive:!0}),await UD(s,l,m),_&&await PD(s,u);let h=await GD(s,l);for(let y=0;y<e.length;y+=1){let w=e[y],k=Qw(w,a,n?.overrideLinkedWorkspaceContext===!0),E=await KD({linkedTest:w,layout:s,counts:h,sourceRoots:l,runLevelPmContextMode:o,options:n,requestedWorkspaceContextMode:a,workspaceContextMode:k,currentSourceRef:g,sourceWorkspaceRoot:u}),S=HD({linkedTest:w,executionContext:E.executionContext,runLevelPmContextMode:o,linkedOverridePmContextMode:E.linkedOverridePmContextMode,options:n});if(S){r.push(S);continue}r.push(await ZD({linkedTest:w,index:y,total:e.length,defaultTimeoutSeconds:t,runtimeDirectives:d,progressMode:c,executionContext:E.executionContext,options:n}))}}finally{await Lr(s.root,{recursive:!0,force:!0,maxRetries:3,retryDelay:100})}return r}async function eP(e){let{id:t,pmRoot:n,settings:r,typeToFolder:i}=e,s=await ee(n,t,r.id_prefix,r.item_format,i);if(!s)throw new p(`Item ${t} not found`,f.NOT_FOUND);let o=await fe(s,{schema:r.schema});return{itemId:s.id,tests:o.document.metadata.tests??[],testRuns:o.document.metadata.test_runs??[],changed:!1,removed:0}}function tP(e,t){return e.command===t.command&&e.path===t.path&&e.scope===t.scope&&e.pm_context_mode===t.pm_context_mode&&e.workspace_context_mode===t.workspace_context_mode}function nP(e,t){let n=[...e];for(let r of t)n.some(i=>tP(i,r))||n.push(r);return n}function rP(e,t,n){if(t.length===0&&n.length===0)return{tests:e,removed:0};let r=new Set(n),i=e.filter((s,o)=>r.has(o+1)?!1:!t.some(a=>a.kind==="command"?s.command===a.value:a.kind==="path"?s.path===a.value:s.command===a.value||s.path===a.value));return{tests:i,removed:e.length-i.length}}function iP(e,t,n,r){return rP(nP(e,t),n,r)}function sP(e){return[(e.envSet?.length??0)>0,(e.envClear?.length??0)>0,e.sharedHostSafe===!0,e.pmContext!==void 0,e.overrideLinkedPmContext===!0,e.failOnContextMismatch===!0,e.failOnSkipped===!0,e.failOnEmptyTestRun===!0,e.requireAssertionsForPm===!0,e.checkContext===!0,e.autoPmContext===!0,e.workspaceContext!==void 0,e.overrideLinkedWorkspaceContext===!0,e.allowUntrustedLinkedTests===!0].some(Boolean)}function oP(e){if(sP(e)&&e.run!==!0)throw new p("--env-set, --env-clear, --shared-host-safe, --pm-context, --override-linked-pm-context, --workspace-context, --override-linked-workspace-context, --allow-untrusted-linked-tests, --fail-on-context-mismatch, --fail-on-skipped, --fail-on-empty-test-run, --require-assertions-for-pm, --check-context, and --auto-pm-context require --run",f.USAGE);if(e.acknowledgeLinkedTests===!0&&e.run===!0)throw new p("--acknowledge-linked-tests records trust without executing commands; run it separately before --run",f.USAGE);if((e.match!==void 0||e.onlyIndex!==void 0||e.onlyLast===!0)&&e.run!==!0)throw new p("--match, --only-index, and --only-last require --run",f.USAGE)}async function aP(e){let{id:t,options:n,pmRoot:r,settings:i,typeToFolder:s,adds:o,removes:a,removeIndexes:c}=e;if(o.length===0&&a.length===0&&c.length===0)return eP({id:t,pmRoot:r,settings:i,typeToFolder:s});let d=0,l=await de({pmRoot:r,settings:i,id:t,op:o.length>0?"tests_add":"tests_remove",author:G(n.author,i.author_default),message:n.message,force:n.force,skipNoop:!0,mutate(u){let m=u.metadata.tests??[],_=iP(m,o,a,c);if(d=_.removed,(a.length>0||c.length>0)&&d===0)throw new p("No linked tests matched the requested removal selector",f.NOT_FOUND,{code:"linked_test_remove_no_match",unmatched:[...a.map(g=>`${g.kind}=${g.value}`),...c.map(g=>`index=${g}`)],required:"List linked tests and retry with an exact command/path or a current 1-based --remove-index.",examples:[`pm test ${t} --list`,`pm test ${t} --remove-index 1`]});return u.metadata.tests=_.tests,{changedFields:st(m,_.tests)?[]:["tests"]}}});return{itemId:l.item.id,tests:l.item.tests??[],testRuns:l.item.test_runs??[],changed:l.changedFields.length>0,removed:d}}function cP(e,t){oP(e);let n={match:e.match,onlyIndex:e.onlyIndex===void 0?void 0:Wc(e.onlyIndex),onlyLast:e.onlyLast},r=e.run===!0?Lw(t,n):void 0,i=e.timeout===void 0?void 0:me(e.timeout,"timeout");if(i!==void 0&&i<=0)throw new p("Test timeout must be a positive number",f.USAGE);return{defaultTimeoutSeconds:i,pmContextMode:Xs(e.pmContext),runSelection:r,testsToRun:r?.selected??t}}async function dP(e){let{options:t,runOptions:n,pmRoot:r}=e;return t.run!==!0?[]:await td(n.testsToRun,n.defaultTimeoutSeconds,{progress:t.progress,envSet:t.envSet,envClear:t.envClear,sharedHostSafe:t.sharedHostSafe,pmContext:n.pmContextMode,overrideLinkedPmContext:t.overrideLinkedPmContext,failOnContextMismatch:t.failOnContextMismatch,failOnEmptyTestRun:t.failOnEmptyTestRun,requireAssertionsForPm:t.requireAssertionsForPm,checkContext:t.checkContext,autoPmContext:t.autoPmContext,workspaceContext:t.workspaceContext,overrideLinkedWorkspaceContext:t.overrideLinkedWorkspaceContext,pmRoot:r,allowUntrustedLinkedTests:t.allowUntrustedLinkedTests,untrustedLinkedTestsPolicyEnabled:e.untrustedLinkedTestsPolicyEnabled,sourceRoots:{projectPmRoot:r,globalPmRoot:Ve(process.cwd())}})}function lP(e,t,n){let r=[];if(t&&t.selector!==null&&r.push(`linked_test_selection:${t.selector}=${t.requested};selected=${t.selected_count};skipped=${t.skipped_count};indexes=${t.selected_indexes.join(",")}`),e.run===!0&&e.checkContext===!0){let i=ed(n);r.push(`context_preflight:checked_pm_commands=${i.checked_pm_commands};tracker_read_commands=${i.tracker_read_commands};mismatches=${i.mismatches};auto_remediated=${i.auto_remediated}`)}return r}function uP(e){let t=KM(e.runResults),n=Number.parseInt(process.env.PM_BACKGROUND_TEST_RUN_ATTEMPT?.trim()??"",10),r=process.env.PM_BACKGROUND_TEST_RUN_RESUMED_FROM?.trim(),i=A(),s=Nr(e.options.measure,i);return{run_id:qM("test"),kind:"test",status:t.failed>0||e.failOnSkippedTriggered?"failed":"passed",started_at:e.runStartedAt,finished_at:i,recorded_at:i,attempt:Number.isFinite(n)&&n>=1?n:void 0,resumed_from:r&&r.length>0?r:void 0,passed:t.passed,failed:t.failed,skipped:t.skipped,fail_on_skipped_triggered:e.failOnSkippedTriggered?!0:void 0,measurements:s.length>0?s:void 0,executions:e.runResults.filter(o=>o.command?.trim()).slice(0,32).map(o=>({command:o.command.trim(),requested_pm_context_mode:o.execution_context?.requested_pm_context_mode,pm_context_mode:o.execution_context?.pm_context_mode,workspace_context_mode:o.execution_context?.workspace_context_mode,trust_reason:o.execution_context?.trust.reason}))}}async function mP(e){let{options:t,pmRoot:n,settings:r,itemId:i,runStartedAt:s,runResults:o,failOnSkippedTriggered:a,warnings:c}=e;if(t.run!==!0||!s)return;let d=uP({options:t,runStartedAt:s,runResults:o,failOnSkippedTriggered:a});if(r.testing.record_results_to_items!==!0)return d;try{return await Ws({pmRoot:n,settings:r,itemId:i,author:G(t.author,r.author_default),message:`Track test run summary (${d.run_id})`,entry:d}),d}catch(l){return c.push(`test_result_tracking_failed:${i}:${l instanceof Error?l.message:String(l)}`),d}}function Hw(e,t,n){let r;if(e.metricBelow!==void 0){let i=e.metricBelow.indexOf("="),s=e.metricBelow.slice(0,i).trim(),o=e.metricBelow.slice(i+1).trim(),a=Number(o);if(i<=0||s.length===0||o.length===0||!Number.isFinite(a))throw new p("--metric-below must use name=value",f.USAGE);r=hw(t,s,a)}return{measurements:n?.measurements,metric_below:r,metric_diff:e.metricDiff===void 0?void 0:yw(t,e.metricDiff)}}async function fP(e,t,n){if(e.acknowledgeLinkedTests===!0)return R_(t,n,A())}async function cv(e,t,n){let r=Qt(),i=R(process.cwd(),n.path);await $(i);let s=await I(i);if((t.measure?.length??0)>0&&t.run!==!0)throw new p("--measure requires --run",f.USAGE);Nr(t.measure,"validation"),Hw(t,[],void 0);let o=U(s,F()),a=await r.resolveList(t.add,"--add"),c=await r.resolveList(t.addJson,"--add-json"),d=await r.resolveList(t.remove,"--remove"),l=[...sD(a),...cD(c)],u=await kn(l,G(t.author,s.author_default),A())??[],m=dD(d),_=lD(t.removeIndex),g=await aP({id:e,options:t,pmRoot:i,settings:s,typeToFolder:o.type_to_folder,adds:u,removes:m,removeIndexes:_}),h=cP(t,g.tests),y=await fP(t,i,g.tests),w=t.run===!0?A():void 0,k=await dP({options:t,runOptions:h,pmRoot:i,untrustedLinkedTestsPolicyEnabled:s.testing.allow_untrusted_linked_tests}),E=Qs(k),S=t.run===!0&&t.failOnSkipped===!0&&k.some(L=>L.status==="skipped"),b=lP(t,h.runSelection,k);y&&b.push(`linked_test_trust_acknowledged:${y.acknowledged}`);let x=await mP({options:t,pmRoot:i,settings:s,itemId:g.itemId,runStartedAt:w,runResults:k,failOnSkippedTriggered:S,warnings:b}),v=x?Bc([...g.testRuns,x]):g.testRuns,T=Hw(t,v,x);return{ok:k.every(L=>L.status!=="failed")&&S!==!0,id:g.itemId,tests:g.tests,run_results:k,failure_categories:E,selection:h.runSelection?{selector:h.runSelection.selector,requested:h.runSelection.requested,selected_indexes:h.runSelection.selected_indexes,selected_count:h.runSelection.selected_count,skipped_count:h.runSelection.skipped_count}:void 0,fail_on_skipped_triggered:S?!0:void 0,warnings:b.length>0?b:void 0,changed:g.changed,count:g.tests.length,...g.removed>0?{removed:g.removed}:{},...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]="5d3405c0-14e6-51f5-97a1-355438fd0199")}catch{}})();var pP=(e,t)=>{if(e===void 0)return;let n=ae(e,t);if(!n){let r=t.definitions.map(i=>i.id);throw new p(`Invalid --status value "${e}". Allowed: ${r.join(", ")}`,f.USAGE)}return n},_P=e=>{if(e===void 0)return;let t=me(e,"timeout");if(t<=0)throw new p("timeout must be a positive number",f.USAGE);return t},dv=(e,t)=>{if(e===void 0)return;let n=Number(e);if(!Number.isInteger(n)||n<0)throw new p(`${t} must be a non-negative integer`,f.USAGE);return n},gP=e=>e instanceof Error?e.message:String(e),hP=()=>{let e=process.env.PM_BACKGROUND_TEST_RUN_ID?.trim();return e&&e.length>0?e:`test-all-local-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,8)}`},yP=e=>e.trim().replaceAll(/\s+/g," "),wP=e=>!e||Object.keys(e).length===0?"{}":JSON.stringify(Object.fromEntries(Object.entries(e).sort(([t],[n])=>t.localeCompare(n)))),vP=e=>!e||e.length===0?"[]":JSON.stringify([...e].sort((t,n)=>t.localeCompare(n))),bP=e=>{let t=e?.trim().toLowerCase();return t&&t.length>0?t:"none"},kP=e=>{let t=e?.trim().toLowerCase();return t&&t.length>0?t:"source"},Zs=e=>[...new Set(e??[])].sort((t,n)=>t.localeCompare(n)),lv=e=>Object.fromEntries(Object.entries(e??{}).sort(([t],[n])=>t.localeCompare(n))),EP=e=>typeof e=="number"?e:void 0,SP=e=>{let t={assert_stdout_contains:Zs(e.assert_stdout_contains),assert_stdout_regex:Zs(e.assert_stdout_regex),assert_stderr_contains:Zs(e.assert_stderr_contains),assert_stderr_regex:Zs(e.assert_stderr_regex),assert_stdout_min_lines:EP(e.assert_stdout_min_lines),assert_json_field_equals:lv(e.assert_json_field_equals),assert_json_field_gte:lv(e.assert_json_field_gte)};return JSON.stringify(t)},TP=e=>{let t=nd(e.command);return t!==void 0?`command:${e.scope}:${yP(t)}`:`path:${e.scope}:${nd(e.path)??""}`},uv=e=>{let t=wP(e.env_set),n=vP(e.env_clear),r=bP(e.pm_context_mode),i=kP(e.workspace_context_mode),s=e.shared_host_safe===!0?"true":"false",o=SP(e);return`${TP(e)}:${t}:${n}:${r}:${i}:${s}:${o}`},xP=(e,t)=>t===void 0?e:e===void 0||t>e?t:e,AP=e=>{let t=0,n=0,r=0;for(let i of e){if(i.status==="passed"){t+=1;continue}if(i.status==="failed"){n+=1;continue}r+=1}return{passed:t,failed:n,skipped:r}},CP=(e,t)=>{for(let[n,r]of Object.entries(t))e[n]+=r},eo=(e,t)=>{if(e.progress===!0)try{process.stderr.write(`[pm test-all] ${t}
31
- `)}catch{}},IP=async(e,t,n)=>{let r=[],i=0;for(let s of e){let o=await cv(s.id,{run:!1},{...t,path:n});i+=o.tests.length,r.push({item:s,tests:o.tests})}return{itemTests:r,linkedTests:i}},RP=async e=>{let t=Q(e.settings.schema),n=U(e.settings,F()),r=pP(e.options.status,t),i=dv(e.options.limit,"--limit"),s=dv(e.options.offset,"--offset")??0,a=(await be(e.pmRoot,e.settings.item_format,n.type_to_folder,void 0,e.settings.schema)).filter(d=>r?d.status===r:!0).sort((d,l)=>d.id.localeCompare(l.id));return{filteredItems:i===void 0?a.slice(s):a.slice(s,s+i),statusFilter:r,limitFilter:i,offsetFilter:s}},OP=e=>{let t=new Map;for(let{tests:n}of e)for(let r of n){let i=uv(r);if(!t.has(i)){t.set(i,r.timeout_seconds);continue}t.set(i,xP(t.get(i),r.timeout_seconds))}return t},NP=async(e,t)=>{let n=[],r=e.tests.map(l=>{let u=uv(l),m=t.seenTestKeys.has(u);if(!m){t.seenTestKeys.add(u);let _=t.effectiveTimeoutByKey.get(u);n.push(_===void 0?l:{...l,timeout_seconds:_})}return{test:l,key:u,duplicate:m}}),i=n.length>0?await td(n,t.defaultTimeoutSeconds,{progress:t.options.progress,sourceRoots:t.sourceRoots,envSet:t.options.envSet,envClear:t.options.envClear,sharedHostSafe:t.options.sharedHostSafe,pmContext:t.options.pmContext,overrideLinkedPmContext:t.options.overrideLinkedPmContext,failOnContextMismatch:t.options.failOnContextMismatch,failOnEmptyTestRun:t.options.failOnEmptyTestRun,requireAssertionsForPm:t.options.requireAssertionsForPm,checkContext:t.options.checkContext,autoPmContext:t.options.autoPmContext,workspaceContext:t.options.workspaceContext,overrideLinkedWorkspaceContext:t.options.overrideLinkedWorkspaceContext,pmRoot:t.pmRoot,allowUntrustedLinkedTests:t.options.allowUntrustedLinkedTests,untrustedLinkedTestsPolicyEnabled:t.settings.testing.allow_untrusted_linked_tests}):[],s=0,o=r.map(({test:l,key:u,duplicate:m})=>{if(!m){let _=i[s];return s+=1,_}return{command:l.command,path:l.path,status:"skipped",error:`Duplicate linked test skipped (key=${u}).`}}),a=AP(o),c=Qs(o),d=await DP(e,a,o,t);return{passed:a.passed,failed:a.failed,skipped:a.skipped,trackingWarnings:d,failureCategories:c,result:{ok:a.failed===0&&!(t.options.failOnSkipped===!0&&a.skipped>0),id:e.item.id,status:e.item.status,test_count:e.tests.length,passed:a.passed,failed:a.failed,skipped:a.skipped,run_results:o,failure_categories:c}}},LP=(e,t)=>[e.failed>0,t.failOnSkipped===!0&&e.skipped>0].includes(!0),MP=e=>e?!0:void 0,DP=async(e,t,n,r)=>{if(!r.trackingEnabled)return[];try{let i=LP(t,r.options);await Ws({pmRoot:r.pmRoot,settings:r.settings,itemId:e.item.id,author:r.trackingAuthor,message:`Track test-all run summary (${r.trackingRunId})`,entry:{run_id:r.trackingRunId,kind:"test-all",status:i?"failed":"passed",started_at:r.runStartedAt,finished_at:A(),recorded_at:A(),attempt:r.trackingAttempt,resumed_from:r.trackingResumedFrom,passed:t.passed,failed:t.failed,skipped:t.skipped,items:1,linked_tests:e.tests.length,fail_on_skipped_triggered:MP(r.options.failOnSkipped===!0&&t.skipped>0),executions:n.filter(s=>s.command?.trim()).slice(0,32).map(s=>({command:s.command.trim(),requested_pm_context_mode:s.execution_context?.requested_pm_context_mode,pm_context_mode:s.execution_context?.pm_context_mode,workspace_context_mode:s.execution_context?.workspace_context_mode,trust_reason:s.execution_context?.trust.reason}))}})}catch(i){return[`test_result_tracking_failed:${e.item.id}:${gP(i)}`]}return[]},PP=()=>{let e=process.env.PM_BACKGROUND_TEST_RUN_ATTEMPT?.trim(),t=e?Number.parseInt(e,10):Number.NaN;return Number.isFinite(t)&&t>=1?t:void 0},nd=e=>{let t=e?.trim();return t&&t.length>0?t:void 0},FP=e=>({pmRoot:e.pmRoot,settings:e.settings,options:e.options,defaultTimeoutSeconds:e.defaultTimeoutSeconds,sourceRoots:{projectPmRoot:e.pmRoot,globalPmRoot:Ve(process.cwd())},seenTestKeys:new Set,effectiveTimeoutByKey:OP(e.itemTests),trackingEnabled:e.settings.testing.record_results_to_items===!0,trackingAuthor:G(e.options.author,e.settings.author_default),trackingRunId:hP(),trackingAttempt:PP(),trackingResumedFrom:nd(process.env.PM_BACKGROUND_TEST_RUN_RESUMED_FROM),runStartedAt:e.runStartedAt}),$P=(e,t,n)=>{let r={results:[],passed:0,failed:0,skipped:0,failureCategories:Qs([]),trackingWarnings:[]},i=e.failOnEmptyTestRun===!0&&t===0;return i&&(r.failed+=1,r.failureCategories.empty_run+=1,r.trackingWarnings.push(`empty_linked_test_selection:items=${n.length};linked_tests=0;fail_on_empty_test_run=true`)),{accumulation:r,failOnEmptyTestRunTriggered:i}},UP=async(e,t,n)=>{for(let[r,i]of e.entries()){eo(t.options,`item ${r+1}/${e.length} start id=${i.item.id} linked_tests=${i.tests.length}`);let s=await NP(i,t);CP(n.failureCategories,s.failureCategories),n.passed+=s.passed,n.failed+=s.failed,n.skipped+=s.skipped,n.trackingWarnings.push(...s.trackingWarnings),n.results.push(s.result),eo(t.options,`item ${r+1}/${e.length} end id=${i.item.id} status=${s.failed===0?"passed":"failed"} passed=${s.passed} failed=${s.failed} skipped=${s.skipped}`)}},jP=(e,t)=>{if(e.checkContext!==!0)return;let n=t.results.flatMap(i=>i.run_results),r=ed(n);t.trackingWarnings.push(`context_preflight:checked_pm_commands=${r.checked_pm_commands};tracker_read_commands=${r.tracker_read_commands};mismatches=${r.mismatches};auto_remediated=${r.auto_remediated}`)},GP=e=>({ok:e.ok,totals:{items:e.filteredItems.length,linked_tests:e.linkedTests,passed:e.accumulation.passed,failed:e.accumulation.failed,skipped:e.accumulation.skipped,failure_categories:e.accumulation.failureCategories},failed:e.accumulation.failed,passed:e.accumulation.passed,skipped:e.accumulation.skipped,fail_on_skipped_triggered:e.failOnSkippedTriggered?!0:void 0,fail_on_empty_test_run_triggered:e.failOnEmptyTestRunTriggered?!0:void 0,warnings:e.accumulation.trackingWarnings.length>0?e.accumulation.trackingWarnings:void 0,results:e.accumulation.results}),qP=e=>[`selection items=${e.filteredItems.length}`,`linked_tests=${e.linkedTests}`,e.statusFilter===void 0?"":`status=${e.statusFilter}`,e.limitFilter===void 0?"":`limit=${e.limitFilter}`,e.offsetFilter>0?`offset=${e.offsetFilter}`:""].filter(t=>t.length>0).join(" "),KP=async(e,t)=>{let n=R(process.cwd(),t.path);await $(n);let r=await I(n),i=await RP({pmRoot:n,settings:r,options:e}),s=_P(e.timeout),o=A(),a=await IP(i.filteredItems,t,n);return eo(e,qP({...i,linkedTests:a.linkedTests})),{pmRoot:n,settings:r,filteredItems:i.filteredItems,itemTests:a.itemTests,linkedTests:a.linkedTests,defaultTimeoutSeconds:s,runStartedAt:o}},zP=e=>{let t=e.options.failOnSkipped===!0&&e.accumulation.skipped>0,n=![e.accumulation.failed>0,t,e.failOnEmptyTestRunTriggered].includes(!0);return{failOnSkippedTriggered:t,ok:n}},S2=async(e,t)=>{let n=await KP(e,t),{accumulation:r,failOnEmptyTestRunTriggered:i}=$P(e,n.linkedTests,n.filteredItems),s=FP({pmRoot:n.pmRoot,settings:n.settings,options:e,itemTests:n.itemTests,defaultTimeoutSeconds:n.defaultTimeoutSeconds,runStartedAt:n.runStartedAt});await UP(n.itemTests,s,r),jP(e,r);let o=zP({options:e,accumulation:r,failOnEmptyTestRunTriggered:i});return eo(e,`end status=${o.ok?"passed":"failed"} items=${n.filteredItems.length} linked_tests=${n.linkedTests} passed=${r.passed} failed=${r.failed} skipped=${r.skipped}`),GP({ok:o.ok,filteredItems:n.filteredItems,linkedTests:n.linkedTests,accumulation:r,failOnSkippedTriggered:o.failOnSkippedTriggered,failOnEmptyTestRunTriggered:i})};import vF from"node:os";import Nn from"node:fs/promises";import{spawn as gv}from"node:child_process";import{createHash as BP,randomBytes as WP}from"node:crypto";import Mr 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]="0224a672-e326-5555-a4b4-1fa3550d9e61")}catch{}})();var hv=new Set(["queued","running"]),od=new Set(["passed","failed","stopped","canceled"]),HP=3e3,VP=3e3,YP=3e4,yv=100,mv=100;function wv(){return Date.now()}function vv(e){return e.map(t=>t.trim()).filter(t=>t.length>0)}function XP(e){let t=e.join(" ").replaceAll(/\s+/g," ").trim();return t.length<=180?t:`${t.slice(0,177)}...`}function JP(){let e=Date.now().toString(36),t=WP(3).toString("hex");return`tr-${e}-${t}`}function QP(e,t,n){let r={kind:e,command:vv(t),pm_root:Mr.resolve(n)};return BP("sha256").update(JSON.stringify(r)).digest("hex")}function Ln(e){if(!Number.isInteger(e)||!e||e<=0)return!1;try{return process.kill(e,0),!0}catch(t){return(typeof t=="object"&&t!==null&&"code"in t?t.code:void 0)==="EPERM"}}async function ZP(e){await je(zd(e)),await je(_o(e)),await je(Bd(e)),await je(Wd(e)),await je(Yd(e))}async function bv(e,t){try{let n=JSON.parse(e);if(!n||typeof n!="object"||typeof n.id!="string")throw new Error("invalid run record payload");return n}catch(n){throw new p(`Failed to parse background test run record at ${t}: ${n instanceof Error?n.message:String(n)}`,f.GENERIC_FAILURE)}}async function tt(e,t){let n={...t,updated_at:A()};await _e(go(e,t.id),`${JSON.stringify(n,null,2)}
32
- `)}async function Mn(e,t){let n=go(e,t),r=await J(n);return r?bv(r,n):null}async function eF(e){let t=_o(e);return await B(t)?(await Nn.readdir(t,{withFileTypes:!0})).filter(r=>r.isFile()&&r.name.endsWith(".json")).map(r=>Mr.join(t,r.name)).sort((r,i)=>i.localeCompare(r)):[]}function tF(e){let t=e.match(/^VmRSS:\s+(\d+)\s+kB$/m);if(t)return Number.parseInt(t[1],10)*1024}async function nF(e){if(process.platform==="linux")try{let t=await Nn.readFile(`/proc/${e}/status`,"utf8");return tF(t)}catch{return}}function rF(e){let t=e.lastIndexOf(")");if(t<0)return{};let r=e.slice(t+2).trim().split(/\s+/),i=Number.parseInt(r[11],10),s=Number.parseInt(r[12],10);return!Number.isFinite(i)||!Number.isFinite(s)?{}:{cpu_user_seconds:i/mv,cpu_system_seconds:s/mv}}async function iF(e){if(process.platform!=="linux")return{};try{let t=await Nn.readFile(`/proc/${e}/stat`,"utf8");return rF(t)}catch{return{}}}async function id(e){let t=e.child_pid??e.worker_pid;if(!Ln(t))return;let n=await nF(t),r=await iF(t),i=e.started_at?Date.parse(e.started_at):Number.NaN,s=Number.isFinite(i)?Math.max(0,(wv()-i)/1e3):void 0;return{recorded_at:A(),rss_bytes:n,cpu_user_seconds:r.cpu_user_seconds,cpu_system_seconds:r.cpu_system_seconds,uptime_seconds:s}}function rd(e){return typeof e=="number"&&Number.isFinite(e)?e:0}function sF(e,t){if(!t||typeof t!="object")return{summary:{passed:0,failed:1,skipped:0},parsedResult:null};let n=t;if(e==="test-all"){let a=n.totals??{};return{summary:{items:typeof a.items=="number"?a.items:void 0,linked_tests:typeof a.linked_tests=="number"?a.linked_tests:void 0,passed:rd(a.passed),failed:rd(a.failed),skipped:rd(a.skipped),fail_on_skipped_triggered:n.fail_on_skipped_triggered===!0?!0:void 0},parsedResult:t}}let r=Array.isArray(n.run_results)?n.run_results:[],i=0,s=0,o=0;for(let a of r){if(!a||typeof a!="object")continue;let c=a.status;if(c==="passed"){i+=1;continue}if(c==="failed"){s+=1;continue}o+=1}return{summary:{passed:i,failed:s,skipped:o,fail_on_skipped_triggered:n.fail_on_skipped_triggered===!0?!0:void 0},parsedResult:t}}function oF(e){let t=e.trim();if(t.length===0)return null;let n=t.match(/\[pm test-all\]\s+item\s+(\d+)\/(\d+)\s+(start|end)\s+id=([^\s]+)/i);if(n){let d=Number.parseInt(n[1],10),l=Number.parseInt(n[2],10);return{item_index:d,item_total:l,item_id:n[4],linked_test_index:void 0,linked_test_total:void 0,current_command:void 0,elapsed_ms:void 0,heartbeat_at:A(),phase:n[3]?.toLowerCase()==="end"?"finished":"running"}}let r=t.match(/\[pm test\]\s+linked-test\s+(\d+)\/(\d+)\s+(start|running|end)(?:.*elapsed_ms=(\d+))?/i);if(!r)return null;let i=Number.parseInt(r[1],10),s=Number.parseInt(r[2],10),o=r[4]?Number.parseInt(r[4],10):void 0,a=t.match(/\scommand="((?:\\.|[^"\\])*)"/),c=a?a[1].replaceAll('\\"','"').replaceAll("\\\\","\\"):void 0;return{linked_test_index:i,linked_test_total:s,current_command:c,elapsed_ms:Number.isFinite(o)?o:void 0,heartbeat_at:A(),phase:r[3]?.toLowerCase()==="end"?"finished":"running"}}function aF(e){return e.split(/\r?\n/).map(t=>t.trimEnd()).filter(t=>t.length>0)}function sd(e,t){if(t<=0)return[];let n=aF(e);return n.length<=t?n:n.slice(n.length-t)}async function kv(e){let t=process.env.PM_BACKGROUND_CLI_ENTRY?.trim();if(t&&t.length>0){let i=Mr.resolve(e,t);if(await B(i))return i}let n=Mr.resolve(e,"dist","cli.js");if(await B(n))return n;let r=process.argv[1]?.trim();if(r&&r.length>0){let i=Mr.resolve(e,r);if(await B(i))return i}throw new p("Unable to resolve a CLI entrypoint for background test runs. Build the project or set PM_BACKGROUND_CLI_ENTRY.",f.GENERIC_FAILURE)}async function Dr(e,t){if(!hv.has(t.status)||Ln(t.worker_pid)||t.finished_at)return t;let r={...t,status:"failed",finished_at:A(),error:t.error??"Background test run worker exited before writing terminal status."};return await tt(e,r),r}async function ad(e){await ZP(e.pmRoot);let t=vv(e.commandArgs);if(t.length===0)throw new p("Background test run requires command arguments.",f.USAGE);let n=QP(e.kind,t,e.pmRoot),r=await dd(e.pmRoot,{});for(let l of r){let u=await Dr(e.pmRoot,l);if(u.fingerprint===n&&!(!hv.has(u.status)||!Ln(u.worker_pid)))return{started:!1,run:{...u,duplicate_of:u.id},duplicate_of:u.id}}let i=JP(),s=A(),o=Hd(e.pmRoot,i),a=Vd(e.pmRoot,i),c=Xd(e.pmRoot,i);await Nn.writeFile(o,"","utf8"),await Nn.writeFile(a,"","utf8");let d={id:i,kind:e.kind,status:"queued",created_at:s,updated_at:s,requested_by:e.requestedBy,fingerprint:n,command_args:t,command_label:XP(t),pm_root:e.pmRoot,global_pm_root:e.globalPmRoot,target_id:e.targetId,status_filter:e.statusFilter,attempt:typeof e.attempt=="number"&&Number.isFinite(e.attempt)&&e.attempt>=1?Math.floor(e.attempt):1,resumed_from:e.resumedFrom,resumed_by:e.resumedBy,stdout_path:o,stderr_path:a,result_path:c,progress:{phase:"queued",message:"Queued for background execution.",heartbeat_at:s}};return await tt(e.pmRoot,d),{started:!0,run:d}}async function cd(e){let t=await Mn(e.pmRoot,e.runId);if(!t)throw new p(`Background test run ${e.runId} not found`,f.NOT_FOUND);if(od.has(t.status))throw new p(`Background test run ${t.id} is already terminal (${t.status}).`,f.CONFLICT);let n=await kv(process.cwd()),r=[];e.noExtensions===!0&&r.push("--no-extensions"),r.push("--path",t.pm_root,"test-runs-worker",t.id);let i={...process.env,PM_PATH:t.pm_root,PM_GLOBAL_PATH:t.global_pm_root,PM_BACKGROUND_TEST_RUN_ID:t.id,PM_BACKGROUND_TEST_RUN_ATTEMPT:String(t.attempt),PM_BACKGROUND_TEST_RUN_RESUMED_FROM:t.resumed_from??"",FORCE_COLOR:"0"},s=gv(process.execPath,[n,...r],{cwd:process.cwd(),env:i,detached:!0,stdio:"ignore",windowsHide:!0});s.unref();let o={...t,status:"queued",worker_pid:s.pid,progress:{phase:"queued",message:"Worker process started.",heartbeat_at:A()}};return await tt(e.pmRoot,o),o}async function fv(e,t,n){await e,await Nn.appendFile(t,n,"utf8")}function Ev(e,t){let n=Number.parseInt(process.env[e]??"",10);return Number.isFinite(n)&&n>0?n:t}function cF(e){return{...process.env,PM_PATH:e.pm_root,PM_GLOBAL_PATH:e.global_pm_root,FORCE_COLOR:"0"}}function dF(e,t){return t?["--no-extensions",...e.command_args]:[...e.command_args]}function lF(e,t){let n=Promise.resolve();return{schedule(){n=n.then(async()=>{try{await tt(e,t)}catch{}})},async flush(){await n}}}function pv(e,t){try{e.kill(t)}catch{}}async function uF(e,t,n,r){if(n.stopRequested)return;n.stopRequested=!0,e.stop_requested_at=A(),e.progress={...e.progress,phase:"stopping",message:"Stop requested for background run.",heartbeat_at:A()},r(),pv(t,"SIGTERM"),setTimeout(()=>pv(t,"SIGKILL"),Ev("PM_BACKGROUND_RUN_FORCE_KILL_DELAY_MS",VP)).unref?.()}function mF(e,t,n){return{phase:n,message:e,heartbeat_at:A(),item_index:t.item_index,item_total:t.item_total,item_id:t.item_id,linked_test_index:void 0,linked_test_total:void 0,current_command:void 0,elapsed_ms:void 0}}function fF(e,t,n,r){return{phase:r,message:e,heartbeat_at:A(),item_index:n.item_index??t.progress?.item_index,item_total:n.item_total??t.progress?.item_total,item_id:n.item_id??t.progress?.item_id,linked_test_index:n.linked_test_index,linked_test_total:n.linked_test_total,current_command:n.current_command,elapsed_ms:n.elapsed_ms}}function _v(e,t,n){let r=oF(t);if(!r)return!1;let i=e.progress?.phase==="stopping"?"stopping":"running";return e.progress=r.item_id?mF(t,r,i):fF(t,e,r,i),r.phase==="finished"&&!n&&(e.progress.phase="running"),!0}function pF(e){if(e.trim().length===0)return null;try{return JSON.parse(e)}catch{return null}}function _F(e,t){return t?"stopped":e.exit_code===0&&(e.summary?.failed??0)===0&&e.summary?.fail_on_skipped_triggered!==!0?"passed":"failed"}function gF(e,t){return{phase:"finished",message:t?"Background run stopped.":`Background run finished with status=${e.status}.`,heartbeat_at:A(),item_index:e.progress?.item_index,item_total:e.progress?.item_total,item_id:e.progress?.item_id,linked_test_index:e.progress?.linked_test_index,linked_test_total:e.progress?.linked_test_total,current_command:e.progress?.current_command,elapsed_ms:e.progress?.elapsed_ms}}async function hF(e,t,n){if(t!==null){await _e(e.result_path,`${JSON.stringify(t,null,2)}
33
- `);return}await _e(e.result_path,`${JSON.stringify({parse_error:"Background run output was not valid JSON.",stdout_excerpt:sd(n,yv)},null,2)}
34
- `)}async function Sv(e,t,n=!1){let r=await Mn(e,t);if(!r)throw new p(`Background test run ${t} not found`,f.NOT_FOUND);let i={...r,status:"running",started_at:r.started_at??A(),worker_pid:process.pid,progress:{phase:"running",message:"Worker started.",heartbeat_at:A()}},s=await kv(process.cwd()),o=cF(i);await tt(e,i);let a=dF(i,n),c=gv(process.execPath,[s,...a],{cwd:process.cwd(),env:o,detached:!1,stdio:["ignore","pipe","pipe"],windowsHide:!0});i.child_pid=c.pid;let d=lF(e,i),l=d.schedule,u=Promise.resolve(),m=Promise.resolve(),_="",g="",h={stopRequested:!1},y=()=>{uF(i,c,h,l)};process.on("SIGTERM",y),process.on("SIGINT",y);let w=setInterval(()=>{(async()=>(i.resource=await id(i),i.progress.heartbeat_at=A(),l()))()},Ev("PM_BACKGROUND_RUN_RESOURCE_INTERVAL_MS",HP));w.unref?.(),c.stdout?.on("data",v=>{let T=v.toString("utf8");_+=T,u=fv(u,i.stdout_path,T)}),c.stderr?.on("data",v=>{let T=v.toString("utf8");m=fv(m,i.stderr_path,T),g+=T;let L=g.split(/\r?\n/);g=L.pop();let z=!1;for(let P of L){let C=P.trimEnd();C.length>0&&_v(i,C,h.stopRequested)&&(z=!0)}z&&l()});let k=null,E=null;try{({code:k,signal:E}=await new Promise(v=>{c.on("close",(T,L)=>{v({code:T,signal:L})})}))}finally{clearInterval(w),process.off("SIGTERM",y),process.off("SIGINT",y)}await u,await m;let S=g.trimEnd();S.length>0&&_v(i,S,h.stopRequested)&&l(),g="";let b=pF(_),x=sF(i.kind,b);return i.summary=x.summary,i.exit_code=typeof k=="number"?k:void 0,i.signal=E??void 0,i.finished_at=A(),i.status=_F(i,h.stopRequested),i.progress=gF(i,h.stopRequested),i.resource=await id(i),await hF(i,b,_),await tt(e,i),await d.flush(),i}async function dd(e,t){let n=await eF(e),r=[];for(let c of n){let d=await J(c);if(!d)continue;let l=await bv(d,c);r.push(l)}let i=[];for(let c of r)i.push(await Dr(e,c));let o=(t.status?i.filter(c=>c.status===t.status):i).sort((c,d)=>{let l=Date.parse(d.updated_at)-Date.parse(c.updated_at);return Number.isFinite(l)&&l!==0?l:d.id.localeCompare(c.id)}),a=typeof t.limit=="number"&&t.limit>=0?t.limit:void 0;return a===void 0?o:o.slice(0,a)}async function Tv(e,t){let n=await Mn(e,t);if(!n)throw new p(`Background test run ${t} not found`,f.NOT_FOUND);let r=await Dr(e,n),i=Ln(r.worker_pid),s=Ln(r.child_pid);r.status==="running"&&!s&&!r.finished_at&&!i&&(r.status="failed",r.finished_at=A(),r.error=r.error??"Background run process exited unexpectedly.",await tt(e,r)),r.status==="running"&&(r.resource=await id(r),await tt(e,r));let o=r.progress?.heartbeat_at,a=o?Date.parse(o):Number.NaN,c=Number.isFinite(a)?Math.max(0,wv()-a):void 0,d=Number.parseInt(process.env.PM_BACKGROUND_RUN_HEARTBEAT_STALE_MS??"",10),l=Number.isFinite(d)&&d>0?d:YP,u=r.status==="running"?c!==void 0&&c>l?"stale":"healthy":"inactive";return{run:r,health:{state:u,last_heartbeat_at:o,heartbeat_lag_ms:c,worker_alive:i,child_alive:s}}}function yF(e,t){let n=t?"SIGKILL":"SIGTERM";if(!Ln(e.worker_pid)||!e.worker_pid)return"none";try{return process.kill(e.worker_pid,n),n}catch{return"none"}}function wF(e,t){return{phase:"stopping",message:t==="none"?"Run marked stopped.":`Stop requested via ${t}.`,heartbeat_at:A(),item_index:e.progress?.item_index,item_total:e.progress?.item_total,item_id:e.progress?.item_id,linked_test_index:e.progress?.linked_test_index,linked_test_total:e.progress?.linked_test_total,current_command:e.progress?.current_command,elapsed_ms:e.progress?.elapsed_ms}}async function xv(e,t,n=!1){let r=await Mn(e,t);if(!r)throw new p(`Background test run ${t} not found`,f.NOT_FOUND);let i=await Dr(e,r);if(od.has(i.status))return{run:i,signal_sent:"none"};let s=yF(i,n);return s==="none"&&(i.status="stopped",i.finished_at=i.finished_at??A()),i.stop_requested_at=A(),i.progress=wF(i,s),await tt(e,i),{run:i,signal_sent:s}}async function Av(e,t,n,r=!1){let i=await Mn(e,t);if(!i)throw new p(`Background test run ${t} not found`,f.NOT_FOUND);let s=await Dr(e,i);if(!od.has(s.status))throw new p(`Background test run ${t} is not terminal and cannot be resumed.`,f.CONFLICT);let o=await ad({pmRoot:s.pm_root,globalPmRoot:s.global_pm_root,kind:s.kind,commandArgs:s.command_args,requestedBy:n,targetId:s.target_id,statusFilter:s.status_filter,resumedFrom:s.id,resumedBy:n,attempt:s.attempt+1});if(!o.started)return o.run;let a=await cd({pmRoot:e,runId:o.run.id,noExtensions:r}),c={...s,resumed_by:a.id};return await tt(e,c),a}async function Cv(e,t,n,r){let i=await Mn(e,t);if(!i)throw new p(`Background test run ${t} not found`,f.NOT_FOUND);let s=typeof r=="number"&&Number.isFinite(r)&&r>=0?Math.floor(r):yv,o=n==="stdout"||n==="both"?await J(i.stdout_path)??"":"",a=n==="stderr"||n==="both"?await J(i.stderr_path)??"":"";return{run:i,stream:n,tail:s,stdout:n==="stdout"||n==="both"?sd(o,s):[],stderr:n==="stderr"||n==="both"?sd(a,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]="1cbb3565-26d8-5657-b724-602658bec852")}catch{}})();var bF=["queued","running","passed","failed","stopped","canceled"],kF=["stdout","stderr","both"];function EF(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(bF.includes(t))return t;throw new p(`Invalid --status value "${e}"`,f.USAGE)}function SF(e){if(e===void 0||e.trim().length===0)return"stderr";let t=e.trim().toLowerCase();if(kF.includes(t))return t;throw new p(`Invalid --stream value "${e}"`,f.USAGE)}function TF(){try{let e=vF.userInfo().username.trim();if(e.length>0)return e}catch{}}function Iv(e,t){let n=[e,wl(),t,process.env.USER,process.env.LOGNAME,process.env.USERNAME,TF()];for(let r of n){if(typeof r!="string")continue;let i=r.trim();if(i.length>0)return i}return"unknown"}async function Vt(e){await $(e)}async function B2(e,t){let n=R(process.cwd(),t.path),r=Ve(process.cwd());await Vt(n);let i=await I(n),s=Iv(e.author,i.author_default),o=await ad({pmRoot:n,globalPmRoot:r,kind:e.kind,commandArgs:e.commandArgs,requestedBy:s,targetId:e.targetId,statusFilter:e.statusFilter});return o.started?{started:!0,run:await cd({pmRoot:n,runId:o.run.id,noExtensions:e.noExtensions===!0})}:{started:!1,duplicate_of:o.duplicate_of,run:o.run}}async function W2(e,t){let n=R(process.cwd(),t.path);await Vt(n);let r=EF(e.status),i=qn(e.limit,"limit"),s=await dd(n,{status:r,limit:i});return{runs:s,count:s.length,filters:{status:r,limit:i}}}async function H2(e,t){let n=R(process.cwd(),t.path);await Vt(n);let r=await Tv(n,e);return{run:r.run,health:r.health}}async function V2(e,t,n){let r=R(process.cwd(),n.path);await Vt(r);let i=SF(t.stream),s=qn(t.tail,"tail"),o=await Cv(r,e,i,s);return{run:o.run,stream:o.stream,tail:o.tail,stdout:o.stdout,stderr:o.stderr}}async function Y2(e,t,n){let r=R(process.cwd(),n.path);await Vt(r);let i=await xv(r,e,t.force===!0);return{run:i.run,signal_sent:i.signal_sent}}async function X2(e,t,n){let r=R(process.cwd(),n.path);await Vt(r);let i=await I(r),s=Iv(t.author,i.author_default),o=await Av(r,e,s,t.noExtensions===!0);return{resumed_from:e,run:o}}async function J2(e,t){let n=R(process.cwd(),t.path);await Vt(n);let r=await Sv(n,e,t.noExtensions===!0);return{id:r.id,status:r.status,exit_code:r.exit_code}}export{N as a,Oe as b,Xe as c,cn as d,Lf as e,Df as f,ot as g,Yn as h,yb as i,Wo as j,Ho as k,Uf as l,ln as m,Jn as n,Yo as o,Fb as p,Bf as q,Qn as r,Xo as s,xi as t,Jo as u,Hf as v,Vf as w,Yf as x,Zn as y,Ci as z,Jf as A,Qf as B,Zf as C,ep as D,ip as E,ZF as F,O as G,ie as H,e$ as I,un as J,na as K,t$ as L,n$ as M,cp as N,r$ as O,i$ as P,s$ as Q,o$ as R,a$ as S,ra as T,c$ as U,d$ as V,ta as W,l$ as X,u$ as Y,lp as Z,m$ as _,Zb as $,fp as aa,k$ as ba,nr as ca,E$ as da,ok as ea,ak as fa,S$ as ga,ck as ha,hp as ia,yp as ja,bp as ka,Ni as la,G$ as ma,sr as na,jk as oa,Li as pa,q$ as qa,K$ as ra,Jk as sa,fa as ta,SU as ua,TU as va,a_ as wa,Rj as xa,d_ as ya,u_ as za,BS as Aa,WS as Ba,HS as Ca,VS as Da,dr as Ea,YS as Fa,dt as Ga,XS as Ha,JS as Ia,QS as Ja,Ra as Ka,Oa as La,ZS as Ma,$i as Na,Ui as Oa,m_ as Pa,l1 as Qa,g_ as Ra,y_ as Sa,C1 as Ta,I1 as Ua,Pa as Va,fr as Wa,pr as Xa,$T as Ya,kn as Za,A_ as _a,qa as $a,I_ as ab,R_ as bb,mx as cb,WG as db,Dg as eb,hr as fb,ns as gb,nc as hb,qg as ib,Kg as jb,dq as kb,EA as lb,zg as mb,Bg as nb,oc as ob,FA as pb,Tq as qb,Gq as rb,UA as sb,Ft as tb,qq as ub,jA as vb,Xg as wb,Kq as xb,vr as yb,zq as zb,Jg as Ab,Zg as Bb,zA as Cb,BA as Db,tK as Eb,nK as Fb,oK as Gb,VA as Hb,nh as Ib,cc as Jb,rh as Kb,lC as Lb,ih as Mb,dc as Nb,ah as Ob,mC as Pb,hK as Qb,yK as Rb,ch as Sb,wK as Tb,vK as Ub,As as Vb,is as Wb,_h as Xb,$K as Yb,AC as Zb,vh as _b,lc as $b,Gt as ac,ds as bc,jt as cc,bh as dc,br as ec,kr as fc,ls as gc,us as hc,qt as ic,Kt as jc,Tn as kc,ms as lc,fs as mc,ps as nc,Eh as oc,KC as pc,uc as qc,Ec as rc,ER as sc,qR as tc,zR as uc,RO as vc,wB as wc,ay as xc,qB as yc,WB as zc,HB as Ac,VB as Bc,JO as Cc,QO as Dc,Fs as Ec,gy as Fc,lW as Gc,o0 as Hc,Dc as Ic,a0 as Jc,c0 as Kc,d0 as Lc,uW as Mc,mW as Nc,_W as Oc,E0 as Pc,Sy as Qc,hW as Rc,C0 as Sc,In as Tc,I0 as Uc,vW as Vc,bW as Wc,Ay as Xc,kW as Yc,EW as Zc,SW as _c,L0 as $c,TW as ad,xW as bd,AW as cd,CW as dd,P0 as ed,Oy as fd,RW as gd,Ry as hd,My as id,q0 as jd,Cr as kd,H0 as ld,Py as md,X0 as nd,UW as od,aH as pd,lw as qd,uw as rd,SL as sd,mw as td,IH as ud,fw as vd,RH as wd,OH as xd,qs as yd,GL as zd,$H as Ad,Gc as Bd,UH as Cd,qc as Dd,qL as Ed,Nr as Fd,hw as Gd,yw as Hd,cV as Id,mV as Jd,bw as Kd,SV as Ld,ed as Md,bD as Nd,Qs as Od,xD as Pd,td as Qd,cv as Rd,S2 as Sd,B2 as Td,W2 as Ud,H2 as Vd,V2 as Wd,Y2 as Xd,X2 as Yd,J2 as Zd};
35
- //# sourceMappingURL=chunk-OS27HHBN.js.map