@unbrained/pm-cli 2026.8.24 → 2026.8.25
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.
- package/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +13 -0
- package/dist/cli-bundle/bundle-manifest.json +152 -152
- package/dist/cli-bundle/chunks/{chunk-ZAVCS2GH.js → chunk-244MI4GS.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-NXBFO63A.js → chunk-2F3LUFMW.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-DJNJBWAQ.js → chunk-5I5RWIJC.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-X7WWQDYQ.js → chunk-65MHLHAA.js} +2 -2
- package/dist/cli-bundle/chunks/chunk-6C7GIMIL.js +13 -0
- package/dist/cli-bundle/chunks/{chunk-IW72J5FW.js → chunk-OWHNAR2B.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-TEQDR5KI.js → chunk-QKGMHGEI.js} +62 -62
- package/dist/cli-bundle/chunks/{chunk-L22NP5MA.js → chunk-QLUORNIB.js} +86 -86
- package/dist/cli-bundle/chunks/{chunk-AGUL3HUT.js → chunk-T2ENPRXF.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-I5Q7QSZX.js → chunk-TPQIBSL2.js} +2 -2
- package/dist/cli-bundle/chunks/chunk-YQMYF3YD.js +35 -0
- package/dist/cli-bundle/chunks/{register-list-query-37A4P6O4.js → register-list-query-XVN2ZLI7.js} +2 -2
- package/dist/cli-bundle/chunks/{register-mutation-TBJDHYIT.js → register-mutation-QCKAEGIJ.js} +3 -3
- package/dist/cli-bundle/chunks/{register-operations-WRZNEBUM.js → register-operations-SDEAXE7E.js} +2 -2
- package/dist/cli-bundle/chunks/{register-setup-H4PDLACD.js → register-setup-LXVBRCJ3.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-CWCN5RLO.js → chunk-2UIWOP3O.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-42S3GGZ7.js +50 -0
- package/dist/cli-bundle/focused-chunks/{chunk-BFA6KKCI.js → chunk-7I23XGWO.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-6Z24ZMU3.js → chunk-7YCDTCBC.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-O4ZXNJMT.js → chunk-A644DUFQ.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-4WP7LNE3.js → chunk-GQR3WH3F.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-RASVBJX5.js → chunk-H5JZEIQV.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-IBZZZGK3.js +2 -0
- package/dist/cli-bundle/focused-chunks/chunk-LMKG3DFE.js +5 -0
- package/dist/cli-bundle/focused-chunks/{chunk-6MUTDXMP.js → chunk-N7W67YIG.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-IMWTYKII.js → chunk-NOOZGIXP.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-WZLSSGEU.js → chunk-OHIHZ7HS.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-ONYQCALA.js +19 -0
- package/dist/cli-bundle/focused-chunks/{chunk-QBP5FSBX.js → chunk-OVJL6NZE.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-RAFKLNZX.js +16 -0
- package/dist/cli-bundle/focused-chunks/{chunk-GJR6YEMR.js → chunk-VXWATRFL.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-IZNRRCU3.js → chunk-XUQPEKRN.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-MNPECIRL.js → chunk-YO3ZF3FI.js} +2 -2
- package/dist/cli-bundle/main.js +2 -2
- package/dist/cli-bundle/sdk-authoring.js +1 -1
- package/dist/cli-bundle/sdk-contracts.js +2 -2
- package/dist/cli-bundle/sdk-core.js +41 -41
- package/dist/cli-bundle/sdk-governance.js +1 -1
- package/dist/cli-bundle/sdk-graph.js +1 -1
- package/dist/cli-bundle/sdk-merge.js +32 -33
- package/dist/cli-bundle/sdk-query.js +1 -1
- package/dist/cli-bundle/sdk-runtime.js +1 -1
- package/dist/cli-bundle/sdk-testing.js +1 -1
- package/dist/cli-bundle/sdk.js +5 -5
- package/dist/core/diagnostics/remediation.js +17 -2
- package/dist/sdk/cli-contracts/runtime-contracts.d.ts +10 -0
- package/dist/sdk/cli-contracts/runtime-contracts.js +20 -3
- package/dist/sdk/generated/generated-error-code-catalog-part-1.js +49 -25
- package/dist/sdk/generated/generated-error-code-catalog-part-2.js +26 -2
- package/dist/sdk/governance/health.js +98 -11
- package/dist/sdk/governance/validate.js +15 -9
- package/dist/sdk/history-repair.d.ts +24 -0
- package/dist/sdk/history-repair.js +145 -4
- package/dist/sdk/merge/driver.js +25 -4
- package/dist/sdk/merge/receipt-file-boundary.d.ts +21 -0
- package/dist/sdk/merge/receipt-file-boundary.js +47 -0
- package/dist/sdk/merge/receipts.d.ts +24 -1
- package/dist/sdk/merge/receipts.js +342 -36
- package/dist/sdk/merge/reconcile.js +117 -47
- package/dist/sdk/read-output/continuation.d.ts +15 -2
- package/dist/sdk/read-output/continuation.js +86 -6
- package/dist/sdk/read-output-contracts.d.ts +4 -1
- package/dist/sdk/read-output-contracts.js +9 -6
- package/docs/MERGE_SAFETY.md +34 -5
- package/docs/OUTPUT_PROJECTION_CONTRACTS.md +13 -1
- package/docs/READ_OUTPUT_CONTRACTS.md +25 -2
- package/docs/generated/REFUSAL_CLOSURE_CENSUS.md +7 -3
- package/marketplace.json +2 -2
- package/package.json +1 -1
- package/packages/pm-beads/package.json +1 -1
- package/packages/pm-calendar/package.json +1 -1
- package/packages/pm-command-kit/package.json +1 -1
- package/packages/pm-digital-twin/package.json +1 -1
- package/packages/pm-governance-audit/package.json +1 -1
- package/packages/pm-guide-shell/package.json +1 -1
- package/packages/pm-kanban/package.json +1 -1
- package/packages/pm-lifecycle-hooks/package.json +1 -1
- package/packages/pm-linked-test-adapters/package.json +1 -1
- package/packages/pm-search-advanced/package.json +1 -1
- package/packages/pm-templates/package.json +1 -1
- package/packages/pm-todos/package.json +1 -1
- package/packages/pm-vcs/package.json +1 -1
- package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
- package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
- package/sdk/public-surface.json +136 -15
- package/dist/cli-bundle/chunks/chunk-MKE6MD2K.js +0 -36
- package/dist/cli-bundle/chunks/chunk-YOLLRCLY.js +0 -13
- package/dist/cli-bundle/focused-chunks/chunk-FCTT4CZU.js +0 -5
- package/dist/cli-bundle/focused-chunks/chunk-Q63PSLO4.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-QV5UP27O.js +0 -51
- package/dist/cli-bundle/focused-chunks/chunk-RPRLENVA.js +0 -16
- package/dist/cli-bundle/focused-chunks/chunk-TOFVXBWA.js +0 -19
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import{Da as wf,Na as Go,e as sf,i as Wn,j as _f,na as $o,q as on,s as gf,t as hf,u as wi,xa as yf,ya as Uo,za as jo}from"./chunk-244MI4GS.js";import{Bc as Rf,Ca as mf,Da as Fo,E as of,F as zn,G as Bn,Ga as vf,H as ke,J as hi,M as yi,N as af,P as Po,Pa as bf,Q as cf,S as df,Sa as kf,Ta as Hn,Wa as Ef,Xa as Sf,Ya as Tf,Za as xf,Zb as Af,_b as Cf,f as tf,g as nf,h as rf,ja as lf,ka as uf,yc as If}from"./chunk-6C7GIMIL.js";import{$a as Gd,$c as al,$g as zl,$h as eu,$k as Xu,A as $r,Aa as $d,Ad as ei,Af as wo,Ai as cu,Aj as Kn,Al as bm,B as Mn,Ba as Ud,Bd as Qt,Bh as fi,Bi as de,Bk as Ru,Bl as km,C as f,Ca as mo,Cl as Em,Dd as ti,Di as Eo,Dj as _u,Dl as Sm,E as p,Ec as el,Ed as ul,Ee as wl,Eh as Yl,Ei as du,Fc as tl,Fd as ml,Fj as gu,G as se,Gg as Pl,Gj as hu,Gk as Oo,H as Cd,Hd as fl,Hf as Rl,Hg as Fl,Hh as Gn,Hj as yu,Hl as Tm,Ic as Ge,Id as ni,Ij as wu,Ik as Ou,Il as xm,Ja as fo,Jc as nl,Jg as bo,Jk as Nu,Jl as Am,Ka as Fn,Kc as De,Ke as vl,Kk as Lu,Kl as Cm,La as Se,Lc as rl,Ld as ri,Lf as Ol,Lk as Du,Ll as Im,Mc as il,Md as ae,Mg as $l,Mj as vu,Mk as Mu,Ml as Rm,N as Id,Nc as sl,Nj as bu,Nk as Pu,Nl as Om,Oa as U,Ob as W,Od as ce,Og as Ul,Oi as lu,Oj as ku,Ok as Fu,Ol as Nm,Pa as rt,Pb as st,Pd as Zt,Pg as jl,Pj as Eu,Pk as $u,Pl as Lm,Qa as qr,Qb as pt,Qd as pl,Qf as vo,Qk as Uu,Ql as Dm,R as x,Ra as Yt,Rj as Su,Rk as ju,Rl as Mm,Rm as ff,S as Rd,Sa as $n,Sc as _t,Sd as ii,Sg as en,Sh as pi,Sk as Gu,Sl as Pm,T as co,Ta as Rt,Tc as Wr,Td as _l,Ti as uu,Tk as qu,Tl as Fm,Tm as pf,U as Od,Uc as Hr,Ud as gl,Uk as Ku,Ul as $m,Vc as ol,Vg as Gl,Vh as Xl,Vi as mu,Vk as zu,Vl as Um,W as ue,Wa as I,Wg as ql,Wh as Jl,Wj as Tu,Wk as Bu,Wl as jm,Xa as it,Xh as Ql,Xj as xu,Xk as Wu,Xl as Gm,Ya as He,Yg as si,Yh as Zl,Yi as So,Yk as Hu,Yl as qm,Za as je,Zc as Vr,Zg as ko,Zj as gi,Zk as Vu,Zl as Lo,_a as jd,_c as Yr,_g as Kl,_i as fu,_j as Au,_k as Yu,_l as Km,ab as ft,ad as Xr,ah as Bl,ai as R,am as Do,b as Ue,bb as Kr,bd as cl,bh as oi,bi as tu,bl as Ju,bm as zm,c as B,cb as qd,cd as Q,ci as nu,cl as No,cm as Bm,d as Vt,da as Ur,db as Kd,dd as Xt,de as hl,dl as Qu,dm as Wm,e as G,ea as lo,eb as po,ed as ge,eh as ai,el as Zu,em as Hm,f as ee,fb as _o,fd as dl,fh as tn,fl as em,fm as Vm,g as _e,gb as zd,gc as zr,ge as Un,gh as ve,gl as tm,gm as wt,h as bd,hb as Bd,hd as Me,he as jn,hg as Nl,hh as ci,hi as ru,hl as nm,hm as Ym,i as kd,ia as Nd,ib as Wd,ic as Br,id as ll,if as yo,ig as Ll,ih as Wl,ii as iu,il as rm,im as Xm,jb as Hd,jd as Nt,jl as im,jm as Jm,kb as Vd,kg as Dl,kh as nn,kl as sm,km as Qm,lb as Yd,ld as Jr,lh as rn,li as su,ll as om,md as Jt,mf as bl,mi as _i,ml as am,mm as Zm,nd as me,nf as kl,ni as ou,nl as cm,oa as uo,od as Qr,of as El,ol as dm,pf as Sl,pl as lm,qd as go,qf as Tl,ql as um,ra as Pn,rb as Xd,rc as Zd,re as yl,rf as xl,ri as $,rj as To,rl as mm,s as Ed,sa as Le,sf as Ve,sh as ht,si as Z,sj as xo,sl as fm,t as Sd,ta as jr,tb as Jd,tf as Al,tg as Ml,th as Hl,ti as fe,tj as Ao,tk as Io,tl as pm,ua as Gr,ui as sn,uj as Co,uk as Cu,ul as _m,v as Td,va as Ld,vb as Ot,ve as ho,vh as di,vi as be,vl as gm,vm as Mo,wa as Dd,we as q,wh as Vl,wi as yt,wj as pu,wl as hm,x as xd,xa as Md,xb as Qd,xd as Zr,xe as gt,xh as li,xi as au,xk as Iu,xl as ym,ya as Pd,yf as Cl,yh as ui,yi as qn,yk as Ro,yl as wm,z as Ad,za as Fd,zc as F,zd as J,zf as Il,zh as mi,zk as Lt,zl as vm,zm as ef}from"./chunk-QKGMHGEI.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"}},Re=class extends TypeError{context;constructor(t,n={}){super(t),this.name="AssuranceEvaluationRefusalError",this.context=n}},Ye=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 an(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 Of(e){try{return await e()}catch(t){throw t instanceof Re?new p(t.message,f.USAGE,{code:"invalid_argument_value",reason:"assurance_evaluation_refused",...t.context}):t}}import{createHash as cb}from"node:crypto";import db 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 cn=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 Lf=1,ot=["pre-commit","pre-push","pre-merge","ci","pre-release","post-release","scheduled","on-claim","on-close"],Vn=["items","dependency_kind","prose_edge_gap","graph","validate","health","history","links","provider","derived"],lb=["ceiling","floor","equals","zero","monotone_nondecreasing","monotone_nonincreasing","subset_of"],ub=/^[a-z0-9]+(?:[._-][a-z0-9]+)*$/,vi=30,bi=5e3,Df=4,mb=50;function at(e,t){if(!ub.test(e))throw new N(`${t} must be a stable lowercase id`)}function fb(e,t){if(!Number.isFinite(e)||e<0)throw new N(`${t} must be a finite non-negative number`)}function Yn(e){let t=lb.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 Ko(e,t){return W(e)===W(t)}function Mf(e,t){if(t.polarity==="equals")return Ko(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 Pf(e){let t=Yn(e),n=e.negative_control.cases;return n.some(r=>r.expected==="pass")&&n.some(r=>r.expected==="fail")&&n.every(r=>Mf(r.observed,t)===(r.expected==="pass"))}function pb(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!Ko(e.value,t.value)}function _b(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 pb(Yn(e),Yn(t))||n[t.enforcement]<n[e.enforcement]||r}function gb(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 hb(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 yb(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 zo(e){at(e.id,"measurement.id"),e.max_cost!==void 0&&fb(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 ${Vn.join(", ")}`);let n=Reflect.get(t,"kind");if(!Vn.includes(n))throw new N(`measurement.source.kind must be one of ${Vn.join(", ")}`);let r=t;if(r.kind==="items"&&gb(r),r.kind==="dependency_kind"&&hb(r),r.kind==="prose_edge_gap"&&yb(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 Bo(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=Yn(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(!Pf(e))throw new N(`assertion ${e.id} negative control does not prove its bound`);return e}function wb(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 Ff(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&&wb(e.provider_policy),e}function dn(e){if(e.version!==Lf)throw new N(`unsupported assurance document version ${String(e.version)}`);let t=new Set;for(let r of e.measurements){if(zo(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(Bo(r),t.has(`assertion:${r.id}`))throw new N(`duplicate assertion ${r.id}`);t.add(`assertion:${r.id}`)}for(let r of e.gates){Ff(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 $f(e))if(!n.has(r))throw new N(`${i.join(", ")} references missing measurement ${r}`);return e}function Wo(e,t){if("measurement"in e){t.push(e.measurement);return}if("operator"in e)for(let n of e.operands)Wo(n,t)}function $f(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=[];Wo(r.source.expression,i);for(let s of i)n(s,`derived measurement ${r.id}`)}return t}function vb(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"&&Wo(o.source.expression,n)}return i}function Xn(){return{version:Lf,measurements:[],assertions:[],gates:[]}}function bb(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 Ko(i,e.equals)})()));return{value:n.length,population_size:t.items.length,cost:t.items.length,contributors:n.map(r=>r.id)}}function kb(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 Eb(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&&kb(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 Sb(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 Tb(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 qo(e,t){return[e.toLowerCase(),t.toLowerCase()].sort().join("\0")}function xb(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(qo(o.id,a.id));for(let a of[o.parent,o.blocked_by])typeof a=="string"&&n.add(qo(o.id,a));for(let a of Sb(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 Ab(e,t){let n=xb(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=qo(o.holder_id,d);if(n.linked_pairs.has(l)||Tb(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 Cb(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 Ib(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 Rb(e,t){let n=e.source;return n.kind==="items"?bb(n,t):n.kind==="dependency_kind"?Eb(n,t):n.kind==="prose_edge_gap"?Ab(n,t):n.kind==="history"?Cb(n,t):n.kind==="links"?Ib(n,t):null}function Uf(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 Ob(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 jf(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 Gf(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 qf(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 jf(e.operands,Df,o=>Gf(o,t,n,r,i));return{value:Ob(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 Nb(e,t,n,r,i){zo(e);let s=Date.now(),o,a=[],c=0;if(e.source.kind==="derived"){let u=await Gf(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=Rb(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=Uf([...a,d],Date.now()-s);if(e.max_cost!==void 0&&l.units>e.max_cost)throw new Re(`measurement ${e.id} exceeded cost ceiling ${e.max_cost} with ${l.units}`);return{id:e.id,definition_fingerprint:`sha256:${cb("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 qf(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=Nb(e,t,n,r,i).catch(a=>{if(a instanceof Ye&&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 Ye(a.message,c);throw d.cause=a,d}throw a});return i.cache.set(e.id,o),o}async function Ho(e,t,n=[e]){return qf(e,t,n,[],{cache:new Map,charged:new Set})}function Lb(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 Db(e,t,n={}){Bo(e);let r=Yn(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:Lb(t.value,r),verdict:i?"retired":Mf(t.value,r)?"pass":"fail",enforcement:e.enforcement,negative_control_proven:Pf(e),cost:t.cost,contributors:t.contributors,...t.partitions?{partitions:t.partitions}:{}}}function Mb(e,t,n,r){let i=vb(e,t);if(i.size===0)return;let s=e.provider_policy,o=s?.triggers[r];if(!s||!o)throw new Re(`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 Re(`assurance gate ${e.id} refuses provider ${d}`);let l=n.provider_capabilities?.[d];if(!l)throw new Re(`assurance provider ${d} has no declared capabilities`);if(c[l.cost_class]>c[o.max_cost_class])throw new Re(`assurance gate ${e.id} refuses ${l.cost_class}-cost provider ${d} at trigger ${r}`);if(l.network&&!o.allow_network)throw new Re(`assurance gate ${e.id} refuses network provider ${d} at trigger ${r}`)}}async function Nf(e,t,n,r,i){try{return await Ho(n,r,i)}catch(s){if(s instanceof Ye){let o=s.check?` check ${s.check}`:"",a=s.measurement_id??n.id,c=new Re(`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 Kf(e,t,n,r){dn(t);let i=t.gates.find(c=>c.id===e);if(!i)throw new Re(`assurance gate ${e} not found`);if(!i.triggers.includes(r.trigger))throw new Re(`assurance gate ${e} does not declare trigger ${r.trigger}`);Mb(i,t,n,r.trigger);let s=await jf(i.assertion_ids,Df,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 Nf(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 Db(d,await Nf(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:Uf(s.map(c=>c.cost),Math.max(0,...s.map(c=>c.cost.duration_ms)))}}function ki(e){return db.join(e,"assurance.json")}async function zf(e){let t=await ee(ki(e));return t===null?Xn():Ei(t)}function Ei(e){try{return dn(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 Si(e,t){return t==="measurement"?e.measurements:t==="assertion"?e.assertions:e.gates}function Pb(e,t){e==="measurement"?zo(t):e==="assertion"?Bo(t):Ff(t)}async function Jn(e,t){let n=structuredClone(Si(await zf(e),t));return{items:n,count:n.length,row_contract:{row_keys:["items"],jq_selector:".items[]"}}}async function Vo(e,t,n){let r=Si(await zf(e),t).find(i=>i.id===n);if(!r)throw new TypeError(`assurance ${t} ${n} not found`);return structuredClone(r)}async function Ti(e,t,n,r={}){Pb(t,n);let i=await R(e),s=q(r.author,i.author_default),o=await rn({pmRoot:e,filePath:ki(e),op:`assurance:${t}:put`,author:s,message:r.message,lockTtlSeconds:vi,lockWaitMs:bi,mutate:a=>{let c=a===null?Xn():Ei(a),d=Si(c,t),l=d.findIndex(m=>m.id===n.id),u=l<0?"created":"updated";if(t==="assertion"&&l>=0&&_b(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),dn(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 Yo(e,t,n={}){let r=Xn();r.measurements=structuredClone(t.measurements),r.assertions=structuredClone(t.assertions),r.gates=structuredClone(t.gates),dn(r);let i=await R(e),s=q(n.author,i.author_default),o=await rn({pmRoot:e,filePath:ki(e),op:"assurance:bundle:apply",author:s,message:n.message,lockTtlSeconds:vi,lockWaitMs:bi,mutate:a=>{let c=a===null?Xn():Ei(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"),dn(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 Bf(e,t,n,r={}){let i=await R(e),s=q(r.author,i.author_default),o=await rn({pmRoot:e,filePath:ki(e),op:`assurance:${t}:remove`,author:s,message:r.message,lockTtlSeconds:vi,lockWaitMs:bi,mutate:a=>{let c=a===null?Xn():Ei(a);if(t==="measurement"){let u=$f(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=Si(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),dn(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 Wf(e,t,n={}){if(t.dry_run)throw new TypeError("dry-run assurance verdicts are not persisted");let r=await R(e);await nn({pmRoot:e,op:"assurance:gate:verdict",author:q(n.author,r.author_default),context:{assurance_verdict:t},message:n.message??`Assurance gate ${t.gate_id} returned ${t.verdict}`,lockTtlSeconds:vi,lockWaitMs:bi})}async function Hf(e,t={}){let n=t.limit??mb;if(!Number.isInteger(n)||n<1||n>cn)throw new TypeError(`assurance verdict limit must be an integer from 1 through ${cn}`);return(await gt(ci(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 Qn=["software-delivery","research","agent-evaluation","operations"];function Vf(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 xi(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=>Vf(`${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 Ai(e,t){return e==="software-delivery"?xi(e,"Software delivery","Warn when active delivery work lacks executable tests or documentation.",t,["tests","docs"]):e==="research"?xi(e,"Research","Warn when active research work lacks reproducibility files or documentation.",t,["files","docs"]):e==="agent-evaluation"?xi(e,"Agent evaluation","Warn when active evaluation work lacks executable scenarios or recorded artifacts.",t,["tests","files"]):xi(e,"Operations","Warn when active operational work lacks runbook documentation or repair evidence.",t,["docs","files"])}function Yf(e,t,n,r={}){return Yo(e,Ai(t,n).declarations,r)}async function Xf(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 Ho(o,r)).value,d=Vf(`${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 Jf(e,t,n={}){return Yo(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 Qf(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 Ti(e,"assertion",{...t,enforcement:n},{...r,message:r.message??`Promote assurance assertion ${t.id} from ${t.enforcement} to ${n}`})}import tp from"node:fs/promises";import{createRequire as Fb}from"node:module";import Oe 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 Zf(e,t){let n=Oe.relative(t,e);if(n.length>0&&n!==".."&&!n.startsWith(`..${Oe.sep}`)&&!Oe.isAbsolute(n))return n.split(Oe.sep).join("/");let r=Oe.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")}/${Oe.basename(Oe.dirname(e))}/package.json`}function $b(e){return e.includes(`${Oe.sep}.pnpm${Oe.sep}`)?"pnpm":e.includes(`${Oe.sep}node_modules${Oe.sep}`)?"npm":"other"}async function ep(e){try{let t=JSON.parse(await tp.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 Xo(e){try{return await tp.realpath(e)}catch{return Oe.resolve(e)}}async function np(e,t,n=Nd(import.meta.url,["../../.."])){let r=await Xo(t),i=await Xo(Oe.join(n,"package.json")),s=await ep(i),o=new Map;s!==void 0&&o.set(i,{version:s,path:Zf(i,r),layout:"host",consumers:["pm-cli-host"]});for(let d of e)try{let l=Fb(d.entry_path).resolve("@unbrained/pm-cli/package.json"),u=await Xo(l),m=await ep(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:Zf(u,r),layout:$b(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]="2a1e986f-304d-50f6-a405-6afc221bdad5")}catch{}})();var Ub=Symbol("pm.mcp-mutation-transport");function Qo(e){return Ub in e}function Ii(e,t){return Qo(e)?dl(t):Me(e,t)}function XF(e,t,n=[]){let r=Me(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 JF(e,t){let n=e[t];return typeof n=="string"?n:typeof n=="number"&&Number.isFinite(n)?String(n):void 0}function ln(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function ea(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 QF(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 ZF(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 jb=new Set(["tags","blockedBy","blocked_by","skills","fields"]),ip=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"]),Gb=new Set([...ip].filter(e=>e!=="file")),qb=new Set(["files","files-discover","docs","test","test-all"]),sp=new Set(["comments","notes","learnings"]);function Kb(e,t){if(!(!sp.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 zb=new Set(["claim","release","start-task","pause-task","close-task"]),Bb={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"],append:["body"]},Wb=["outputInclude","outputLimit","outputBudget","outputFormat","outputSession","outputCursor"];function op(e,t=""){let n={},r=qb.has(t),i=t==="files"||t==="files-discover"||t==="docs",s=sp.has(t)?Gb:ip;for(let[o,a]of Object.entries(e)){if(Array.isArray(a)&&jb.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 Hb(e,t,n){let r=O(e,"author");return r!==void 0?r:n!==void 0&&zb.has(n)?O(e,"assignee")??O(t,"assignee"):void 0}function Vb(e,t){return t!==void 0&&e.author===void 0?{...e,author:t}:e}function e$(e,t){let n=ln(e.options)?e.options:void 0,r=Id(e.options),i={},s=c=>{r[c]!==void 0||e[c]===void 0||(i[c]=e[c])};for(let c of Bb[t??""]??[])s(c);for(let c of Wb)s(c);t!==void 0&&Qo(e)&&Kb(t,r);let o=op({...i,...r},t),a=Qo(e)?e:n??e;return Ii(a,Vb(o,Hb(e,o,t)))}function t$(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 n$(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 r$(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 i$(e){return e.trim().toLowerCase().split(/\s+/).filter(Boolean).join(" ")}function ta(e){return Array.isArray(e)?e.map(t=>String(t)).filter(t=>t.length>0):[]}function s$(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 o$(e,t){let n=Ii(t??{},{...t});return{changedFields:e.fullChangedFields===!0?"full":"compact",idOnly:e.idOnly===!0,runnerOptions:n}}function Zo(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:go(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 Jo(e){if(typeof e=="string"&&e.trim().length>0)return e;if(Array.isArray(e))return ta(e)}function Ci(e){if(typeof e=="number"&&Number.isFinite(e)||typeof e=="string"&&e.trim().length>0)return e}function a$(e){let t=Jo(e.kind),n=Jo(e.exemptIsolate),r=Jo(e.exemptIsolateType);return{...t===void 0?{}:{kind:t},maxDepth:Ci(e.maxDepth),limit:Ci(e.limit),after:O(e,"after"),direction:O(e,"direction"),maxPaths:Ci(e.maxPaths),sample:Ci(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 ap(e){let t=pf(e);return e.ids!==void 0&&(t.ids=go(e.ids)),t}function c$(e){return{status:O(e,"filterStatus"),list:ln(e.list)?ap(e.list):Zo(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 Yb=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 rp(e){let t={};for(let[n,r]of Object.entries(e))Yb.has(n)||(t[n]=r);return cp(t)}function cp(e){let t=op(e,"update-many");for(let n of gi)for(let r of n.keys){let i=t[r];typeof i=="number"&&Number.isFinite(i)&&(t[r]=String(i))}return ff(t)}function d$(e){if(ln(e.list)||ln(e.update)){let t=ln(e.update)?e.update:rp(e),n=Ii(e,cp(t));return{status:ie(e,"filterStatus"),list:ln(e.list)?ap(e.list):Zo(e),update:ll(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:Zo(e),update:Ii(e,rp(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 lp}from"node:crypto";import Zn from"node:fs/promises";import er 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 Pe(e,t){throw new p(e,f.USAGE,t)}var Xb="2026-07-15T06:22:12.276Z",Jb=Date.parse(Xb),Qb=[["attributed","attributed"],["legacy_unknown","actionable_unknown"]],dp=e=>typeof e=="string"?e:"",up=e=>{let t=e??{},n=dp(t.author).trim().toLowerCase(),r=Number(["","unknown"].includes(n)),i=+(Date.parse(dp(t.ts))>=Jb);return Qb[r][i]};function mp(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=up(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 w$=(e,t,n=20,r=new Set)=>mp(e,t,n,r);function fp(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 tr=async(e,t=20,n=!1)=>{let r=er.join(e,"history"),i;try{i=(await Zn.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=fp(await Zn.readFile(er.join(r,g),"utf8"))}catch{h=new Set}for(let w of i){let k;try{k=await Zn.readFile(er.join(r,w),"utf8")}catch{continue}let E=w.slice(0,-6),S=mp(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 Zb(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 ek(e){try{return fp(await Zn.readFile(er.join(e,"history","_workspace.jsonl"),"utf8"))}catch{return new Set}}function tk(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 nk(e,t,n){let r=n[e.line-1]??"",i;try{i=JSON.parse(r)}catch{Pe(`Unknown-author acknowledgment target ${e.item_id}:${e.line} is not readable.`,{code:"history_author_acknowledge_target_unreadable"})}return up(i)!=="actionable_unknown"&&Pe(`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:lp("sha256").update(r).digest("hex"),disposition:t.has(`${e.item_id}:${e.line}`)?"already_acknowledged":"actionable"}}async function pp(e,t,n){let r=t.events??[],i=+(t.all_actionable===!0)+ +(r.length>0);i===0&&Pe("Specify exactly one selector: events or all_actionable.",{code:"history_author_acknowledge_selector_required"}),i>1&&Pe("Author acknowledgment accepts either explicit events or all_actionable, not both.",{code:"history_author_acknowledge_selector_conflict"}),(!Number.isSafeInteger(n)||n<0)&&Pe("Author acknowledgment coordinate_limit must be a non-negative integer.",{code:"history_author_acknowledge_preview_limit_invalid"});let s=Zb(t.all_actionable===!0?(await tr(e,0,!0)).actionable_events:r),o=await ek(e),a=new Map;for(let m of s)if(tk(m)||Pe(`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 Zn.readFile(er.join(e,"history",`${m.item_id}.jsonl`),"utf8")).split(/\r?\n/u))}catch{Pe(`Unknown-author acknowledgment target ${m.item_id}:${m.line} is not readable.`,{code:"history_author_acknowledge_target_unreadable"})}let c=s.map(m=>nk(m,o,a.get(m.item_id))),d=t.all_actionable===!0?"all_actionable":"events",l=lp("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 v$(e,t,n=50){return(await pp(e,t,n)).plan}function rk(e,t){let n=e.length>0;return n&&t&&Pe("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&&Pe("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:ik(e),all_actionable:t}}function ik(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)&&Pe(`history-author-acknowledge --event expects <item-id>:<one-based-line>, received "${t}".`,{code:"history_author_acknowledge_target_unreadable"}),{item_id:r,line:i}})}function b$(e,t){let n=rk(ta(t.historyEvent),t.allActionable===!0||t.all_actionable===!0);return sk(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 sk(e,t){let n=t.reviewer?.trim()??"",r=t.attributed_author?.trim()??"",i=t.reason?.trim()??"",s=await pp(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)&&Pe("Author acknowledgment requires events, reviewer, attributed_author, and reason.",{code:"history_author_acknowledge_required_values_missing"}),t.plan_fingerprint?.trim()||Pe("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 R(e),d=await nn({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 na from"node:fs/promises";import ra 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 ok=8388608,ak=new Set(["resolved","failed"]),ck=[{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 Xe(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function ia(e){return ck.find(t=>t.matches(e))?.kind}function _p(e){let t=new Map,n=0,r=0;return{entries:e.map(s=>{let o=Xe(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=Xe(u)?ia(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 gp(e){let t=[];for(let n of await hp(e))try{let r=await na.readFile(ra.join(e,"history",n),"utf8");for(let i of r.split(`
|
|
5
|
+
`)){if(i.trim().length===0)continue;let s=yp(i);if(s===null||!Xe(s.agent_provenance))continue;if(Object.values(s.agent_provenance).some(a=>Xe(a)&&ia(a.value)!==void 0)){t.push(n.slice(0,-6));break}}}catch{}return t}async function hp(e){try{return(await na.readdir(ra.join(e,"history"))).filter(t=>t.endsWith(".jsonl")).sort()}catch{return[]}}async function dk(e,t,n){let r;try{r=await na.open(ra.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 yp(e){try{let t=JSON.parse(e);return Xe(t)?t:null}catch{return null}}function lk(e,t,n){let r=typeof e.agent_harness=="string"?e.agent_harness:void 0;if(r===void 0)return;let i=Xe(e.agent_provenance)?e.agent_provenance:{};if(Object.entries(i).forEach(([o,a])=>{if(!Xe(a))return;let c=ia(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)}),!Xe(e.context))return;let s=e.context.agent_provenance_outcomes;Xe(s)&&Object.entries(s).forEach(([o,a])=>{if(!Xe(a)||typeof a.resolver!="string"||!ak.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 uk(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=yp(o);a&&lk(a,t,n)}return{eventsRead:s,truncated:!1}}async function wp(e,t=1e4){let n=new Map,r=new Map,i=0,s=0,o=!1;for(let d of await hp(e)){let l=await dk(e,d,Math.max(0,ok-s));if(l===null)continue;s+=l.bytesRead;let u=uk(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 gk}from"node:child_process";import{randomUUID as hk}from"node:crypto";import{readdir as yk}from"node:fs/promises";import le from"node:path";import{promisify as wk}from"node:util";import{constants as vp}from"node:fs";import{lstat as mk,open as fk}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 pk={lstat:mk,open:fk};function _k(e){return e.O_NOFOLLOW??0}async function bp(e,t,n=pk){let r=await n.lstat(e);if(r.isSymbolicLink()||!r.isFile()||r.size>t)return null;let i=await n.open(e,vp.O_RDONLY|_k(vp));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]="5add49c0-25be-5159-abfc-6c7ae9272f6b")}catch{}})();var vk=wk(gk),bk=/^[A-Za-z0-9][A-Za-z0-9_-]{0,127}$/u,kk=/^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/u,oa=2048,Ek=16*1024*1024,Sk=64,Tk=1e5,xk=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"]),Ak=new Set(["field","base","ours","theirs","retained","discarded"]);async function aa(e){try{let{stdout:t}=await vk("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 xp(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 ca(e){return le.join(e,"merge-receipts")}function un(e){return`${e}.json`}function rr(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Ap(e,t){return Object.keys(e).every(n=>t.has(n))}function kp(e){return Array.isArray(e)&&e.length<=oa&&e.every(t=>typeof t=="string"&&t.length>0&&t.length<=256)}function nr(e){let t=[{value:e,depth:0}],n=0;for(;t.length>0;){let r=t.pop();if(n+=1,n>Tk||r.depth>Sk)return!1;if(Array.isArray(r.value))for(let i of r.value)t.push({value:i,depth:r.depth+1});else if(rr(r.value))for(let i of Object.values(r.value))t.push({value:i,depth:r.depth+1})}return!0}function Ck(e){return rr(e)&&Ap(e,Ak)&&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")&&nr(e.base)&&nr(e.ours)&&nr(e.theirs)&&nr(e.retained)&&nr(e.discarded)}function Ik(e){if(!rr(e))return!1;let t=Object.entries(e);return t.length<=oa&&t.every(([n,r])=>n.length>0&&n.length<=256&&typeof r=="string"&&/^[a-f0-9]{64}$/u.test(r))}function Rk(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 Ok(e){return!Ap(e,xk)||e.version!==1?!1:typeof e.id=="string"&&bk.test(e.id)&&typeof e.item_id=="string"&&kk.test(e.item_id)&&Rk(e.item_path,e.item_id)}function Nk(e){return!kp(e.fields_from_theirs)||!kp(e.union_fields)||!Array.isArray(e.decisions)||e.decisions.length>oa||!e.decisions.every(Ck)?!1:e.merged_field_hashes===void 0||Ik(e.merged_field_hashes)}function Lk(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 Dk(e){return typeof e.created_at=="string"&&co(e.created_at)&&(e.reconciled_at===void 0||typeof e.reconciled_at=="string"&&co(e.reconciled_at))}function Mk(e){return e.value_availability==="hash_only"&&e.decisions.every(t=>t.base===null&&t.ours===null&&t.theirs===null&&Sp(t.retained)&&Sp(t.discarded))}function da(e,t){return!rr(e)||!Ok(e)||!Nk(e)||!Lk(e)||!Dk(e)?!1:t!=="durable"||Mk(e)}async function Cp(e){return bp(e,Ek)}async function Ep(e){let t;try{t=await Cp(e.receiptPath)}catch(s){if(Vt(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(!da(n,e.evidenceSource)||n.id!==e.receiptId||le.basename(e.receiptPath)!==un(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:Ri(n),content:`${JSON.stringify({...i,state:"reconciled",reconciled_at:e.reconciledAt},null,2)}
|
|
8
|
+
`}}function Ri(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:Oi(e).decisions}))}function Pk(e,t){if(e.state==="reconciled"&&t.state==="reconciled")return e;let{reconciled_at:n,...r}=e;return{...r,state:"pending"}}function Oi(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:sa(t.retained)??pt(W(t.retained)),discarded_hash:sa(t.discarded)??pt(W(t.discarded))}))}}function sa(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 Sp(e){return rr(e)&&Object.keys(e).length===1&&sa(e)!==void 0}async function $$(e){let t=await aa(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:hk(),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:x(),value_availability:"clone_local"};await Ue(t),await _e(le.join(t,un(s.id)),`${JSON.stringify(s,null,2)}
|
|
9
|
+
`);let o=await xp(e.cwd,s.item_path);if(o!==null){let a=ca(o),c=Oi(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 Ue(a),await _e(le.join(a,un(s.id)),`${JSON.stringify(d,null,2)}
|
|
10
|
+
`)}return s}async function Tp(e,t){if(!await B(e))return{receipts:[],invalid_evidence_count:0};let n;try{n=await yk(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 Cp(o);if(a===null){i+=1;continue}let c=JSON.parse(a);if(!da(c,t)||s!==un(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 ir(e,t={}){let n=await aa(e),r=n===null?{receipts:[],invalid_evidence_count:0}:await Tp(n,"clone_local"),i=t.pmRoot??le.join(e,".agents","pm"),s=await Tp(ca(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&&Ri(d)!==Ri(c)){o.delete(c.id),a+=1;continue}o.set(c.id,d===void 0?c:Pk(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 Fk(e,t={}){return(await ir(e,t)).receipts}function Ni(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 U$(e,t,n={}){let r=await aa(e);if(r===null){if(n.requireExisting===!0)throw new Error(`Receipt ${t.id} disappeared before settlement.`);return}let i=x(),s=le.join(r,un(t.id)),o=await xp(e,t.item_path),a=o===null?null:le.join(ca(o),un(t.id)),d=(await Promise.all([Ep({receiptPath:s,receiptId:t.id,evidenceSource:"clone_local",reconciledAt:i}),...a===null?[]:[Ep({receiptPath:a,receiptId:t.id,evidenceSource:"durable",reconciledAt:i})]])).filter(_=>_!==null);if(d.length===0){if(n.requireExisting===!0)throw new Error(`Receipt ${t.id} disappeared before settlement.`);return}let l=t.evidence_source??"clone_local",u=t.id;if(!da(t,l))throw new Error(`Receipt ${u} trusted settlement input failed schema validation.`);let m=Ri(t);if(new Set([m,...d.map(_=>_.fingerprint)]).size!==1)throw new Error(`Receipt ${t.id} settlement copies disagree on immutable merge provenance.`);for(let _ of d)await _e(_.path,_.content)}async function j$(e){let t=await Fk(e.cwd??process.cwd(),{...e,includeLossless:!0});return{ok:!0,count:t.length,receipts:t,generated_at:x()}}import{realpath as Fp}from"node:fs/promises";import Hk from"node:path";import $p from"fast-json-patch";import mn from"node:fs/promises";import{createHash as $k}from"node:crypto";import Rp 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 Op=4,Uk="history-drift-cache.json";function Np(e){return Rp.join(e,"runtime",Uk)}async function jk(e){try{let t=await mn.readFile(Np(e),"utf8"),n=JSON.parse(t);return n.version!==Op||typeof n.entries!="object"||n.entries===null?null:n}catch{return null}}async function Gk(e,t,n,r,i){let s=ci(e),o;try{o=await mn.stat(s)}catch(d){return G(d)||i.unreadableStreams.push(ve),!1}let a=i.missingStreams.length,c=await Dp({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 Lp(e){return $k("sha256").update(e).digest("hex")}async function qk(e){let t=await mn.readFile(e,"utf8");return Lp(t)}async function Kk(e){let t=await mn.readFile(e,"utf8"),n=Lp(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=si(r);return{latestAfterHash:i,chainOk:s.ok,contentHash:n,itemHashVersion:s.item_hash_version??bo}}function zk(e,t){return e!==void 0&&e.mtime_ms===t.mtimeMs&&e.ctime_ms===t.ctimeMs&&e.size===t.size}async function Ip(e,t,n){try{let r=await Kk(t);return r||(n.missingStreams.push(e),null)}catch{return n.unreadableStreams.push(e),null}}async function Dp(e){let t=typeof e.cached?.content_hash=="string"&&e.cached.content_hash.length>0?e.cached.content_hash:void 0;if(!(zk(e.cached,e.stat)&&t!==void 0&&e.cached!==void 0)||!e.cached)return{verification:await Ip(e.itemId,e.historyPath,e.accumulator),cacheDirty:!0};let r;if(e.verifyCacheHitByContent)try{r=await qk(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??bo},cacheDirty:!1}:{verification:await Ip(e.itemId,e.historyPath,e.accumulator),cacheDirty:!0}}async function Bk(e,t,n,r){let i=ft(e,t.id),s;try{s=await mn.stat(i)}catch(l){return(G(l)?r.missingStreams:r.unreadableStreams).push(t.id),!1}let o=await Dp({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 $l({metadata:c,body:a},o.verification.itemHashVersion)!==o.verification.latestAfterHash&&r.hashMismatches.push(t.id),o.cacheDirty}async function Wk(e,t){if(!(t.unreadableStreams.includes(ve)||t.chainMismatches.includes(ve)))try{let n=await Wl(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 fn(e,t,n={}){let r={missingStreams:[],unreadableStreams:[],hashMismatches:[],chainMismatches:[],workspaceStateMismatches:[],workspaceStateMissing:[],workspaceStateUnreadable:[]},s=(await jk(e))?.entries??{},o={},a=!1,c=n.cacheHitVerification!=="metadata",d={previousEntries:s,nextEntries:o,verifyCacheHitByContent:c};for(let m of t)await Bk(e,m,d,r)&&(a=!0);let l=await Gk(e,s,o,c,r);if(a||=l,await Wk(e,r),a||Object.keys(s).length!==Object.keys(o).length){let m=Np(e);try{await mn.mkdir(Rp.dirname(m),{recursive:!0}),await _e(m,JSON.stringify({version:Op,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 Mp(e,t){return t==="body"?e.body:e.metadata[t]}function la(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)&&la(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)&&la(i,n[r]))}function Pp(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 ql(s.patch))o.add(oi(c.path)),c.from&&o.add(oi(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 Vk(e,t,n){let r=$p.compare(t,n);if(r.length===0)return;let i=new Set;for(let g of r)i.add(oi(g.path));let s=new Set([...i].filter(g=>la(Mp(t,g),Mp(n,g)))),o=new Set([...i].filter(g=>!s.has(g))),a=Pp(e,o),c=Pp(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 Yk(e){try{return await Fp(e)}catch{return null}}async function Xk(e){if(e.receipt.evidence_source!=="clone_local"||await Yk(Hk.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 Jk(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 Fp(e.itemPath),r=[];for(let o of t){let a=await Xk({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 Qk(e){let t=e.options.mergeReceiptProof?.receipts.filter(i=>i.item_id===e.subjectId)??[],n=e.options.mergeReceiptProof?await Jk({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(Oi)}}:e.options.auditContext}}async function Zk(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=Gl(s.document),a=n[n.length-1]?.after_hash;return{currentItemReplay:o,currentItemPath:i,matchedChainBefore:en(o,r)===a,currentItemRawBeforeLock:s.raw,loadedItem:s}}function eE(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 tE(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:x(),author:e.author,op:e.auditOperation,patch:e.reconcileNeeded&&e.currentItemReplay?$p.compare(e.finalReplay,e.currentItemReplay):[],before_hash:en(e.finalReplay,e.itemHashVersion),after_hash:en(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 nE(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 rE(e){return nf({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})=>tf({historyPath:e.historyPath,nextHistoryRaw:Bl(e.rewrittenEntries),historyRawUnderLock:t}),applyPostRewrite:async()=>Ge({path:e.historyPath,scope:"project",op:"history_repair:history"})})}async function ua(e,t,n){let r=I(process.cwd(),n.path);await $(r);let i=await R(r),s=U(i,F()),o=await rf(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 ee(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=ko(c),l=si(c),u=t.normalizeProvenance?_p(c):{entries:c,receipt:{changed:!1,events_changed:0,observations_removed:0,invalid_values:[]}},m=Kl(u.entries),_=new Set(u.entries.map(M=>M.item_hash_version).filter(M=>M!==void 0)),g=zl(u.entries,m),h=await Zk(o,i,c,m),y=g.finalDocument,w=h.currentItemReplay!==null&&en(y,m)!==en(h.currentItemReplay,m),k=w&&h.currentItemReplay?Vk(g.entries,y,h.currentItemReplay):void 0,{mergeReceiptProof:E,effectiveAuditContext:S}=await Qk({options:t,subjectId:o.id,itemReplayContext:h,reconciliation:k}),v=[g.entriesRehashed>0,g.entriesPatchRepaired>0,w,t.forceAuditEntry===!0,u.receipt.changed].some(Boolean),b=q(t.author,i.author_default),T=!!t.dryRun,C=eE({message:t.message,entriesRehashed:g.entriesRehashed,entriesPatchRepaired:g.entriesPatchRepaired,reconcileNeeded:w}),{rewrittenEntries:L,auditEntryAdded:z}=tE({reanchorEntries:g.entries,changed:v,reconcileNeeded:w,currentItemReplay:h.currentItemReplay,finalReplay:y,author:b,message:C,auditOperation:t.auditOperation??"history_repair",auditContext:u.receipt.changed?{...S,provenance_normalization:u.receipt}:S,itemHashVersion:m,explicitItemHashVersion:g.explicitItemHashVersion}),P=ko(L);if(!P.ok)throw new p(`history-repair produced an invalid rewritten chain (${P.errors.join(", ")}).`,f.GENERIC_FAILURE);let A=nE(v,g.skippedOps,k);return v&&!T&&A.push(...await rE({pmRoot:r,subject:o,settings:i,typeRegistry:s,historyRawBeforeLock:a,currentItemRawBeforeLock:h.currentItemRawBeforeLock,author:b,force:t.force,loadedItem:h.loadedItem,historyPath:o.historyPath,rewrittenEntries:L})),{id:o.id,dry_run:T,changed:v,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(A)].sort((M,ne)=>M.localeCompare(ne)),generated_at:x()}}function bU(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 kU(e,t){let n=I(process.cwd(),t.path);await $(n);let r=await R(n),i=U(r,F()),s=[],o=await yt(n,r.item_format,i.type_to_folder,s,r.schema,{forceSourceScan:!0}),a=await fn(n,o),c=e.normalizeProvenance?await gp(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 ua(_,{...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 Fl(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:x()}}import ct from"node:fs/promises";import Te from"node:path";import sr from"node:fs/promises";import Li 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 iE(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 Up(e,t,n){let r=iE(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 jp(e,t){let n=t??Date.now(),r=Li.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 sr.readdir(r)).filter(a=>a.endsWith(".lock")).sort()}catch(o){if(G(o))return i;throw o}for(let o of s){let a;try{a=await sr.readFile(Li.join(r,o),"utf8")}catch(d){if(G(d))continue;i.scanned+=1,i.unreadable_lock_count+=1;continue}i.scanned+=1;let{detail:c}=Up(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 Gp(e,t){let{dryRun:n,hooks:r}=t,i=t.now??Date.now(),s=Li.join(e,"locks"),o={scanned:0,removed:[],retained:[],warnings:[],entries:[]},a;try{a=(await sr.readdir(s)).filter(d=>d.endsWith(".lock")).sort()}catch(c){if(G(c))return o;throw c}for(let c of a){o.scanned+=1;let d=Li.join(s,c),l=`locks/${c}`;if(r?.onRead){let _=await r.onRead(d);o.warnings.push(..._)}let u;try{u=await sr.readFile(d,"utf8")}catch(_){if(G(_)){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=Up(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 sr.unlink(d)}catch(_){if(!G(_)){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 sE=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 ma(e){if(typeof e!="string")return;let t=e.trim();for(let n of sE)if(t===n.code||t.startsWith(`${n.code}:`))return n}function fa(e){let t={};for(let n of e){let r=ma(n);r!==void 0&&!Object.prototype.hasOwnProperty.call(t,r.code)&&(t[r.code]=r.command)}return t}function qp(e){return Object.values(fa(e))}import{execFile as oE}from"node:child_process";import{realpath as aE}from"node:fs/promises";import Kp from"node:path";import{promisify as cE}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 dE=cE(oE),lE=32*1024*1024,uE=1e4,mE=["search/eval-queries.json"];function pa(e){return e.replaceAll("\\","/").replace(/\/+$/,"")}function fE(e){return`'${e.replaceAll("'","'\\''")}'`}async function pE(e,t=aE){return t(e).catch(()=>Kp.resolve(e))}async function Di(e){let t=await on(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 pE(e),r=pa(Kp.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=sf.map(s=>`${r}/${pa(s)}`);try{let{stdout:s}=await dE("git",["ls-files","-z","--",...i.map(d=>`:(literal)${d}`)],{cwd:t,encoding:"utf8",maxBuffer:lE,windowsHide:!0,timeout:uE}),o=new Set(mE.map(d=>`${r}/${d}`)),a=[...new Set(s.split("\0").filter(d=>d.length>0&&!o.has(pa(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=>fE(`:(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]="5887be76-3d1d-56fb-9cae-cf972f0b73f8")}catch{}})();var _E=new Set(yu),Bp=25,_n=8,or=100,gE=Te.join("runtime","telemetry","events.jsonl"),hE=Te.join("runtime","telemetry","state.json"),yE=2500,wE=500,Wp=hu-3,vE=["x-pm-telemetry-max-schema-version","x-pm-telemetry-max-version"];function va(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 ba(e){let t=e.trim(),n=t.indexOf(":");return n===-1?t:t.slice(0,n)}function gn(e){return e.trim().toLowerCase()}function ha(e,t){let n=gn(e),r=gn(t);return n.startsWith("builtin-")?!0:r==="beads"||r==="todos"}async function ka(e){try{return(await ct.stat(e)).isDirectory()}catch{return!1}}async function bE(e){let t=(await ct.readdir(e,{withFileTypes:!0})).filter(r=>r.isDirectory()),n=await Promise.all(t.map(r=>ct.readdir(Te.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=>Te.parse(i.name).name)))}async function kE(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 EE(e,t,n){let r=Te.join(e,"history");if(!await ka(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=Te.join(r,u),_=u.slice(0,-6),g=await kE(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 ya(e,t){return Te.relative(e,t).replaceAll("\\","/")}async function Hp(e,t){let n=[...new Set(Object.values(t))].sort((i,s)=>i.localeCompare(s)),r=[];for(let i of n){let s=Te.join(e,i),o=[];try{o=await ct.readdir(s)}catch(a){if(typeof a=="object"&&a!==null&&"code"in a&&G(a))continue;continue}for(let a of o)Rt.some(c=>a.toLowerCase().endsWith(c))&&r.push(Te.join(s,a))}return r.sort((i,s)=>ya(e,i).localeCompare(ya(e,s))),r}function SE(e){return!(typeof e=="object"&&e!==null&&"code"in e&&G(e))}async function TE(e,t,n){let r=await Hp(e,t),i=[],s=[],o=[],a=[],c=_t(F());for(let d of r){let l=ya(e,d),u;try{u=await ct.readFile(d,"utf8")}catch{i.push(l);continue}let m=Zt(u);if(m){s.push({path:l,...m});continue}try{let _=ii(u,{format:Gd(d),schema:n,extensionFieldNames:c});a.push({ref:l,version:ni(_.metadata)})}catch{o.push(l)}}return{paths:r,unreadable:i,conflictMarkers:s,parseFailures:o,formatVersions:a}}async function xE(e){let t=Te.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){SE(o)&&n.push("history")}for(let o of s){let a=o.slice(0,-6),c;try{c=await ct.readFile(Te.join(t,o),"utf8")}catch{n.push(a);continue}let d=Zt(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 Vp(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 AE(e){return e===0?[]:[`merge_receipt_evidence_invalid:${e}`]}async function CE(e,t,n,r,i){let s=await TE(e,t,n),o=await xE(e),a=ri(s.formatVersions),c=J(n),d=hi(i,v=>ce(v,c),ke()),l=await Di(e),u=await on(e),m=u===null?null:await wi(u),_=await ir(u??e,{includeLossless:!0,pmRoot:e}),g=_.receipts,{pendingDecisions:h,lossless:y}=Ni(g),w=m?.status==="missing"&&m.missing_keys.length===5&&m.drifted_keys.length===0,k=[...s.unreadable.map(v=>`integrity_item_unreadable:${v}`),...s.conflictMarkers.map(v=>`integrity_item_conflict_marker:${v.path}:L${v.line}`),...s.parseFailures.map(v=>`integrity_item_parse_failed:${v}`),...o.unreadable.map(v=>`integrity_history_unreadable:${v}`),...o.conflictMarkers.map(v=>`integrity_history_conflict_marker:${v.id}:L${v.line}`),...o.invalidJson.map(v=>`integrity_history_invalid_json:${v.id}:L${v.line}`),...a.outdated.map(v=>`integrity_item_outdated_format_version:${v}`),...a.ahead.map(v=>`integrity_item_ahead_format_version:${v}`),...Vp(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}`]:[],...AE(_.invalid_evidence_count)],E=[...new Set(k)].sort((v,b)=>v.localeCompare(b)),S=E.filter(v=>!v.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:Je(d.relations,_n)},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(v=>v.item_id))].sort((v,b)=>v.localeCompare(b)),lossless_merge_receipt_items:[...new Set(y.map(v=>v.item_id))].sort((v,b)=>v.localeCompare(b))}},warnings:E,gitWorkspaceRoot:u,pendingMergeReceipts:g}}function IE(e){if(typeof e.activate=="function")return!0;let t=e.default;return typeof t!="object"||t===null?!1:typeof t.activate=="function"}function RE(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:IE(e.module)};return Array.isArray(e.capabilities)&&(t.capabilities=[...e.capabilities]),t}function OE(e,t){let n=se(e.id);return n||`migration-${String(t+1).padStart(3,"0")}`}function NE(e){let n=se(e.status)?.toLowerCase();return n==="failed"?"failed":n==="applied"?"applied":"pending"}function LE(e){return se(e.reason)??se(e.error)??se(e.message)}function _a(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 DE(e){let t=[],n=[],r=[];e.forEach((s,o)=>{let a=OE(s.definition,o),c=NE(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:LE(s.definition)});return}n.push({layer:s.layer,name:s.name,id:a,status:c})}),t.sort(_a),n.sort(_a),r.sort(_a);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 Yp(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=>ba(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=yf(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: ${kd.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 ME(e,t,n){let r=await zr({pmRoot:e,settings:t,cwd:process.cwd(),noExtensions:n}),i=r.loaded.map(b=>RE(b)),s=await np(r.loaded,it(e)),o=await Br({...r,loaded:r.loaded}),[a,c]=await Promise.all([$o(r.roots.project),$o(r.roots.global)]);await wf(e,o.registrations.migrations);let d=DE(o.registrations.migrations),l={failed:o.failed,warnings:o.warnings,hook_counts:o.hook_counts,command_override_count:o.command_override_count,command_handler_count:o.command_handler_count,parser_override_count:o.parser_override_count,preflight_override_count:o.preflight_override_count,service_override_count:o.service_override_count,renderer_override_count:o.renderer_override_count,registration_counts:o.registration_counts,registrations:o.registrations,migration_status:d.summary,managed_extensions:{project:{path:a.path,count:a.state.entries.length,entries:a.state.entries},global:{path:c.path,count:c.state.entries.length,entries:c.state.entries}}},u=new Set(a.state.entries.map(b=>gn(b.name))),m=new Set(c.state.entries.map(b=>gn(b.name))),_=[...new Map(r.loaded.filter(b=>!(b.layer==="project"?u:m).has(gn(b.name))).map(b=>[`${b.layer}:${b.name}`,{layer:b.layer,name:b.name,directory:b.directory}])).values()].sort((b,T)=>{let C=`${b.layer}:${b.name}`,L=`${T.layer}:${T.name}`;return C.localeCompare(L)}),g=_.map(b=>`${b.layer}:${b.name}`).sort((b,T)=>b.localeCompare(T)),h=_.filter(b=>ha(b.name,b.directory)).map(b=>`${b.layer}:${b.name}`).sort((b,T)=>b.localeCompare(T)),y=_.filter(b=>!ha(b.name,b.directory)).map(b=>`${b.layer}:${b.name}`).sort((b,T)=>b.localeCompare(T)),w=y.length>0?[`extension_update_health_partial_coverage:skipped_unmanaged:${y.length}`]:[],k=[...r.warnings,...l.warnings,...d.warnings,...a.warnings,...c.warnings,...w,...s.warnings],E=Uo(k),S=jo(),v=Yp(k,r.failed.length,o.failed.length,d.summary,a.warnings.length+c.warnings.length,a.state.entries.length+c.state.entries.length,g,h,y);return{check:{name:"extensions",status:k.length===0?"ok":"warn",ok:k.length===0,details:{...r,loaded:i,warnings:k,activation:l,triage:v,...d.summary.pending_count>0?{remediation_map:{extension_migration_pending:"pm extension migrate --project"}}:{},capability_contract:S,capability_guidance:E,host_version_census:s}},warnings:k}}function PE(e,t){return e.length<=t?{values:e,truncated:!1}:{values:e.slice(0,t),truncated:!0}}function Je(e,t){return Array.isArray(e)?{count:e.length,sample:e.slice(0,t),truncated:e.length>t}:{count:0,sample:[],truncated:!1}}function FE(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 Mi(e,t){let n=Je(e,t);return{...n,sample:n.sample.map(r=>FE(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 $E(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 UE={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:Mi(e.discovered,t),effective:Mi(e.effective,t),loaded:Mi(e.loaded,t),failed:Je(e.failed,t),warnings:H(e.warnings,t),activation:{failed:Je(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:$E(n.migration_status)},triage:e.triage,capability_contract:e.capability_contract,capability_guidance:Je(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:Je(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:Je(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:Je(e.history_conflict_markers,t),history_invalid_json:Je(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 Xp(e,t){let n=UE[e.name];return n?n(e.details,t):e.details}function jE(e){let t=H(e.warnings,_n);return{ok:e.ok,checks:e.checks.map(n=>({name:n.name,status:n.status,ok:n.ok,details:Xp(n,_n)})),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:_n},generated_at:e.generated_at}}function zp(e){return e.details.skipped===!0}function GE(e){let t=H(e.warnings,_n),n=e.checks.filter(zp).map(r=>r.name);return{ok:e.ok,checks:e.checks.filter(r=>!zp(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:_n,omitted_checks:n},generated_at:e.generated_at}}function wa(e,t){if(t)return{values:e,truncated:!1,total:e.length};let n=PE(e,Bp);return{values:n.values,truncated:n.truncated,total:e.length}}function pn(e){let t=(process.env[e]??"").trim().toLowerCase();return t==="1"||t==="true"||t==="yes"||t==="on"}function qE(){let e=(process.env.PM_TELEMETRY_SOURCE_CONTEXT??"").trim().toLowerCase();return _E.has(e)?e:null}function Pi(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 Jp(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>=Wp&&(i+=1)}else n+=1}catch{n+=1}}}return{validEntries:t,invalidRows:n,totalRows:r,highRetryEntries:i,maxAttempts:s}}function KE(){return{validEntries:0,invalidRows:0,totalRows:0,highRetryEntries:0,maxAttempts:0}}function zE(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 BE(e,t){let n=e.telemetry.endpoint.trim();return!t||!e.telemetry.enabled||n.length===0?void 0:{attempted:!0,...await Qp(n)}}function WE(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>=wE;return(o||a||c)&&r.push(`telemetry_queue_pending:${t.validEntries}`),t.highRetryEntries>0&&r.push(`telemetry_queue_high_retries:${t.highRetryEntries}`),r}function HE(e){return!e||e.ok!==!1?[]:typeof e.status=="number"?[`telemetry_endpoint_probe_http_status:${e.status}`]:["telemetry_endpoint_probe_failed"]}function VE(e){let t=Number.parseInt(e?.max_schema_version??"",10);return e?.ok===!0&&Number.isInteger(t)&&t>gu?[`telemetry_schema_version_behind:${t}`]:[]}function YE(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 XE(){return{telemetry_disabled:pn("PM_TELEMETRY_DISABLED")||pn("PM_NO_TELEMETRY"),pm_no_telemetry:pn("PM_NO_TELEMETRY"),telemetry_otel_disabled:pn("PM_TELEMETRY_OTEL_DISABLED"),telemetry_inline_flush:pn("PM_TELEMETRY_INLINE_FLUSH"),telemetry_source_context:qE()}}function JE(e,t){return e.telemetry.enabled&&t.validEntries>0}function QE(e,t){return e&&t.every(n=>!n.startsWith("telemetry_queue_pending:")&&!n.startsWith("telemetry_queue_high_retries:"))}async function Qp(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(yE)});return{probe_url:Pi(t),ok:n.ok,status:n.status,max_schema_version:(()=>{for(let r of vE){let i=n.headers.get(r)?.trim();if(i&&i.length>0)return i}})()}}catch(n){return{probe_url:Pi(t),ok:!1,error:n instanceof Error?n.message:"probe_failed"}}}async function ZE(e,t){let n=He(process.cwd()),r=Te.join(n,gE),i=Te.join(n,hE),s=await ee(r),o=s!==null,a=s?Buffer.byteLength(s,"utf8"):0,c=s?Jp(s):KE(),d=await ee(i),{runtimeState:l,stateParseFailed:u}=zE(d),m=e.telemetry.endpoint.trim(),_=Pi(m),g=await BE(e,t.checkTelemetry),h=[];u&&h.push("telemetry_state_invalid_json"),h.push(...WE(e,c,l),...HE(g),...VE(g),...YE(e,l));let y=JE(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:QE(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:Wp,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:XE()}},warnings:h}}async function eS(e){let t;try{t=await jp(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 tS(e,t){let n="metadata",{missingStreams:r,unreadableStreams:i,hashMismatches:s,chainMismatches:o,driftedItems:a,workspaceStateMismatches:c,workspaceStateMissing:d,workspaceStateUnreadable:l}=await fn(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 nS(e,t){let n=nu(e),r=du(n.settings),i=lu(n.settings,t),s=r.active?uu(r.active.name,r.active.model):null;return{runtimeDefaults:n,providerResolution:r,vectorStoreResolution:i,runtimeEmbeddingIdentity:s,semanticRuntimeAvailable:!!(r.active&&i.active)}}function rS(){return{refreshed:[],skipped:[],warnings:[]}}async function iS(e){return!e.refreshPolicy.enabled||!e.snapshot.semanticRuntimeAvailable||e.staleBefore.length===0?rS():fu(e.pmRoot,e.staleBefore,{settings:e.snapshot.runtimeDefaults.settings,apply_runtime_defaults:!1})}function sS(e){return e.strictVectorizationWarnings&&e.semanticRuntimeAvailable&&!!(e.ledgerBefore.embedding&&e.runtimeEmbeddingIdentity&&mu(e.ledgerBefore.embedding,e.runtimeEmbeddingIdentity))}function oS(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 aS(e,t,n){return e.enabled&&t&&n.length>0?null:e.enabled?t?"no_stale_items":"semantic_runtime_unavailable":"refresh_disabled"}function Zp(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:Eo(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:Eo(r,e.vector_store?.adapter??null)}}function cS(e){return{enabled:e.enabled,check_only:e.checkOnly,no_refresh:e.noRefresh,refresh_vectors:e.refreshVectors}}function dS(e,t,n){return e.enabled&&n.length>0&&t}async function lS(e,t,n,r,i){let s=nS(t,e),o=await So(e),a=s.semanticRuntimeAvailable?Fo(n,o.entries):[],c=await iS({pmRoot:e,snapshot:s,refreshPolicy:r,staleBefore:a}),d=await So(e),l=s.semanticRuntimeAvailable?Fo(n,d.entries):[],u=!s.runtimeDefaults.auto_ollama_defaults_applied,m=sS({strictVectorizationWarnings:u,semanticRuntimeAvailable:s.semanticRuntimeAvailable,ledgerBefore:o,runtimeEmbeddingIdentity:s.runtimeEmbeddingIdentity}),_=oS({ledgerBefore:o,ledgerAfter:d,refreshResult:c,strictVectorizationWarnings:u,semanticRuntimeAvailable:s.semanticRuntimeAvailable,embeddingIdentityChanged:m,staleAfter:l}),g=wa(a,i),h=wa(l,i),y=dS(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:cS(r),...Zp(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:Bp,stale_items_before_total:g.total,stale_items_before:g.values,stale_items_before_truncated:g.truncated,refresh_attempted:y,refresh_skipped_reason:aS(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 uS(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 e_(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 mS=new Set(["extensions","locks","search"]);function fS(e){let t=new Set(Td.filter(i=>i.length>0)),n=new Set,r=new Set(Object.values(xd));for(let i of e.folders)t.has(i)&&!r.has(i)||(t.delete(i),n.add(i));for(let i of mS)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 pS(e,t,n){let{requiredDirs:r,optionalDirs:i,optionalDirSet:s}=fS(t),o=[],a=[],c=[];for(let d of[...r,...i]){let l=Te.join(e,d);c.push(...await De({path:l,scope:"project"})),!await ka(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 t_(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 _S(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 ga(e){return{check:{name:e,status:"ok",ok:!0,details:{skipped:!0}},warnings:[]}}function gS(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 hS(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 yS(e){return{name:"settings_values",status:e.length===0?"ok":"warn",ok:e.length===0,details:{warnings:e}}}var Ea=e=>e.unknown_event_count??0,Sa=e=>e.actionable_unknown_event_count??Ea(e);function wS(e,t,n,r,i,s,o){let a=Ea(r),c=Sa(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 n_(e){let t=e.count===0?[]:[`stale_in_progress_items:${e.count}`];return{scan:e,warnings:t}}function vS(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 bS(e){let t=e.check.details.counts;return typeof t?.drifted=="number"?t.drifted:0}function kS(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 r_(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=ma(i)?.code??ba(i),a=n.get(s)?.details,d=(typeof a?.remediation_map=="object"&&a.remediation_map!==null?a.remediation_map:{})[o],l=va(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 ES(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 SS(e){for(let t of e.checks){let n=fa(e.remediationSources[t.name]);ES({check:t,remediationMap:n,historyDriftedCount:e.historyDriftedCount,overThresholdCount:e.overThresholdCount}),Object.keys(n).length>0&&(t.details={...t.details,remediation_map:n})}}async function TS(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 ua(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 xS(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 i_(e,t,n){let r=e.warning_count??e.warnings.length,i={...e,warning_count:r,warning_limit:or,warnings_truncated:r>or,warnings:e.warnings.slice(0,or),findings:(e.findings??[]).filter(o=>e.warnings.slice(0,or).includes(o.warning)||e.failed_because.includes(o.warning))},s=n?GE(i):t.brief===!0?jE(i):i;return{...s,warning_count:r,warning_limit:or,warnings_truncated:r>s.warnings.length,...s.projection?{projection:{...s.projection,warning_count:r,warnings_truncated:r>s.warnings.length}}:{}}}async function s_(e,t={}){let n=I(process.cwd(),e.path);await $(n);let r=je(n),{settings:i,warnings:s}=await eu(n),o=[...new Set(s)],a=U(i,F()),c=t.strictDirectories===!0,d=e_(t),l=await pS(n,a,c),u=uS(i),m=await ZE(i,{checkTelemetry:t.checkTelemetry===!0}),_=await ME(n,i,!!e.noExtensions),g=t_(t),h=[],y=await _S({pmRoot:n,settings:i,typeRegistry:a,skipPolicy:g,itemReadWarnings:h}),w=y,k=[...new Set(h)],E=g.skipDrift?{warnings:[]}:await ai({pmRoot:n,settings:i,itemIds:y.map(Ct=>Ct.id),commandLabel:"health"}),S=await EE(n,i.history.compact_policy,await bE(n)),v=await tr(n,20,t.verboseAuthorEvents===!0),b=Sa(v),T=b>0?[`history_unknown_author_events:${b}`]:[],C=n_(await pu(n,y,{in_progress_status:i.schema.workflow.in_progress_status,threshold_hours:i.mutation_guard.stale_in_progress_hours})),L=await wp(n),z=L.outcomes,P=L.invalid_values,A=L.warnings,M=await eS(n),ne=g.skipIntegrity?{...ga("integrity"),gitWorkspaceRoot:null,pendingMergeReceipts:[]}:await CE(n,a.type_to_folder,i.schema,t.requireMergeDrivers===!0,y),re=g.skipDrift?ga("history_drift"):await tS(n,w),Ee=await TS({gitWorkspaceRoot:ne.gitWorkspaceRoot,pendingMergeReceipts:ne.pendingMergeReceipts,historyDriftCheck:re,global:e});xS(re,Ee);let Ke=g.skipVectors?ga("vectorization"):await lS(n,i,w,d,t.verboseStaleItems===!0),At=[gS(r,i,o),hS(l,c),yS(u),m.check,_.check,wS(y,i,S,v,C.scan,z,P),M.check,ne.check,re.check,Ke.check],tt=vS({directoryState:l,normalizedSettingsReadWarnings:o,settingWarnings:u,normalizedItemReadWarnings:k,telemetryCheck:m,extensionCheck:_,historyPolicyWarnings:E.warnings,historySummary:S,authorAttributionWarnings:T,staleInProgressWarnings:C.warnings,provenanceWarnings:A,locksCheck:M,integrityCheck:ne,historyDriftCheck:re,vectorizationCheck:Ke}),ze=kS({directoryState:l,normalizedSettingsReadWarnings:o,settingWarnings:u,normalizedItemReadWarnings:k,telemetryCheck:m,extensionCheck:_,historyPolicyWarnings:E.warnings,historySummary:S,authorAttributionWarnings:T,staleInProgressWarnings:C.warnings,provenanceWarnings:A,locksCheck:M,integrityCheck:ne,historyDriftCheck:re,vectorizationCheck:Ke});SS({checks:At,remediationSources:ze,historyDriftedCount:bS(re),overThresholdCount:S.over_threshold.length});let Dn=tt.filter(Ct=>!va(Ct,t.requireMergeDrivers===!0)),we=r_({warnings:tt,checks:At,remediationSources:ze,requireMergeDrivers:t.requireMergeDrivers===!0}),Be={ok:Dn.length===0,checks:At,warnings:tt,findings:we,failed_because:Dn,generated_at:x()};return i_(Be,t,g.summaryMode)}var xj={buildHierarchyIntegrityWarnings:Vp,buildExtensionHealthTriageSummary:Yp,buildHealthFindings:r_,buildCapabilityContractMetadata:jo,buildStaleInProgressHealthSummary:n_,buildVectorizationProviderDetails:Zp,collectUnknownCapabilityGuidance:Uo,isAdvisoryHealthWarning:va,isDirectory:ka,isExpectedUnmanagedExtension:ha,listItemDocumentPaths:Hp,normalizeEndpointForDisplay:Pi,normalizeExtensionNameForMatch:gn,parseTelemetryQueue:Jp,probeTelemetryEndpointHealth:Qp,projectHealthResult:i_,resolveActionableUnknownAuthorEventCount:Sa,resolveHealthSkipPolicy:t_,resolveUnknownAuthorEventCount:Ea,resolveVectorRefreshPolicy:e_,selectStaleItemDetail:wa,summarizeHealthCheckDetails:Xp,summarizeExtensionList:Mi,summarizeRecordList:Je,summarizeStringList:H,telemetryEnvFlagEnabled:pn,warningCode:ba};import hn from"node:fs/promises";import yn 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 AS(e,t){let n=[...new Set(Object.values(t))],r=[];return await Promise.all(n.map(async i=>{let s;try{s=await hn.readdir(yn.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 CS(e,t){let{id:n,relativePath:r,liveItemIds:i,out:s}=e,o=Zt(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 Ta(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 IS(e,t){let n={conflictMarkers:[],unparseable:[],resurrected:[],repairReconciliations:0,scanned:0},r;try{r=await hn.readdir(yn.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 hn.readFile(yn.join(e,"history",i),"utf8")}catch(o){n.unparseable.push({id:i.slice(0,-6),path:`history/${i}`,detail:Ta("history stream",o)});continue}CS({id:i.slice(0,-6),relativePath:`history/${i}`,liveItemIds:t,out:n},s)}return n}function o_(e){let t=Zt(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 RS(e){let t=[],n=0,r=null;try{r=await ee(je(e))}catch(s){n+=1,t.push({path:"settings.json",detail:Ta("configuration file",s)})}if(r!==null){n+=1;let s=o_(r);s!==null&&t.push({path:"settings.json",detail:s})}let i;try{i=await hn.readdir(yn.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 hn.readFile(yn.join(e,"schema",s),"utf8")}catch(c){t.push({path:`schema/${s}`,detail:Ta("configuration file",c)});continue}let a=o_(o);a!==null&&t.push({path:`schema/${s}`,detail:a})}return{scanned:n,unparseable:t}}async function a_(e,t,n,r={}){let i=await AS(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=yn.join(e,u.relativePath);return ii(await hn.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 IS(e,s),l=await RS(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 NS from"node:fs/promises";import Fe from"node:path";import LS 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 OS=/^[a-z][a-z0-9+.-]+:\/\//i;function ar(e){return OS.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 DS=["path","scope","note"],MS=["pattern","glob","path","scope","note"],PS=["path"],FS=["from","to"],$S=new Set(["note","scope"]);function d_(e){let t=e??"project";if(!Le.includes(t))throw new p(`Invalid scope "${e}". Valid scopes: ${Le.join(", ")} (default: project).`,f.USAGE);return t}function Aa(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("=")||Xt(e)}function US(e){return e.flatMap(t=>{let n=t.trim();return n.length===0||Aa(n)||!n.includes(",")?[t]:Kn(n)})}function jS(e){let t=0;for(let n of e)if(n==="("&&(t+=1),n===")"&&(t-=1),t<0)return!1;return t===0}function GS(e){if(/^[A-Za-z][A-Za-z0-9+.-]*:\/\//u.test(e)&&!Aa(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&&jS(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 qS(e,t){return e?e.flatMap(n=>{let r=n.trim();if(t==="doc"){let i=GS(r);if(i!==void 0)return[i]}return US([n]).map(i=>{let s=i.trim(),o=Aa(s)?Q(i,"--add"):{path:s};if(ge(o,"--add",DS),!o.path)throw new p(`--add requires path=<value> or a bare ${t} path`,f.USAGE);return{path:o.path,scope:d_(o.scope),note:o.note?.trim()||void 0}})}):[]}function KS(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=Q(n,"--add-glob");ge(r,"--add-glob",MS);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:d_(r.scope),note:r.note?.trim()||void 0}}return{pattern:n,scope:"project"}}):[]}function zS(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=Q(n,"--remove"),i=Object.keys(r).filter(s=>$S.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",PS),!r.path)throw new p("--remove key/value form requires path=<value>",f.USAGE);return r.path}return n}):[]}function BS(e){return e?e.map(t=>{let n=Q(t,"--migrate");ge(n,"--migrate",FS);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 cr(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 WS(e,t,n=[]){if(e.length===0||t.length===0)return;let r=new Set(e.map(s=>cr(s.path,n))),i=[...new Set(t.map(s=>cr(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(Fe.sep).join("/")}function xa(e,t,n=process.cwd()){let r=e.trim();if(ar(r))return r;if(Fe.isAbsolute(r)||/^[A-Za-z]:[\\/]/.test(r))return dt(r.replaceAll("\\",Fe.sep));let i=Fe.relative(t,n);return i.startsWith(`..${Fe.sep}`)||i===".."||Fe.isAbsolute(i)?dt(Fe.normalize(r)):dt(Fe.relative(t,Fe.resolve(n,r)))}async function HS(e,t=process.cwd(),n=process.cwd()){let r=[];for(let i of e){let s=Fe.isAbsolute(i.pattern),o=await LS(i.pattern,{cwd:n,absolute:s,onlyFiles:!0,dot:!0,unique:!0,followSymbolicLinks:!0}),a=[...new Set(o.map(c=>xa(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 VS(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 YS(e){return`${e.path}::${e.scope}`}function Ca(e){return[...e].sort((t,n)=>{let r=t.path.localeCompare(n.path);return r!==0?r:t.scope.localeCompare(n.scope)})}function Ia(e){return[...new Map(e.map(t=>[YS(t),t])).values()].map(t=>({...t,note:t.note?.trim()||void 0}))}async function XS(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(ar(a)){o.push(a.trim());continue}let c=Fe.isAbsolute(a)?a:Fe.resolve(t,a);try{(await NS.stat(c)).isFile()?r.push(a):s.push(a)}catch(d){if(typeof d=="object"&&d!==null&&"code"in d&&Vt(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 JS(e,t,n,r){let i=0;for(let o=0;o<e.length;o+=1){let a=cr(e[o].path,r);a!==e[o].path&&(e[o]={...e[o],path:a},i+=1)}return{adds:t.map(o=>{let a=cr(o.path,r);return a!==o.path&&(i+=1),{...o,path:a}}),removes:n.map(o=>cr(o,r)),count:i}}function QS(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=Ia(e);return r?i:Ca(i)}async function c_(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 XS(t,e.workspaceRoot):void 0}}async function Fi(e,t,n,r){let{metadataKey:i}=r,s=Jt(),o=I(process.cwd(),n.path),a=it(o),c=process.cwd();await $(o);let d=await R(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=qS(u,r.bareNoun).map(P=>({...P,path:xa(P.path,a,c)})),y=KS(m),w=await HS(y,a,c),k=VS([...h,...w],t.note,h.length>0||y.length>0),E=zS(_).map(P=>xa(P,a,c)),S=BS(g);if(WS(k,E,S),!(k.length>0||E.length>0||S.length>0)){let P=await Z(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 M=(await fe(P,{schema:d.schema})).document.metadata[i]??[];return c_({id:P.id,artifacts:M,changed:!1,options:t,workspaceRoot:a})}let b=q(t.author,d.author_default),T=await de({pmRoot:o,settings:d,id:e,op:r.op,author:b,message:t.message,force:t.force,skipNoop:!0,mutate(P){let A=P.metadata,M=A[i]??[],ne=[...M],re=JS(ne,k,E,S),Ee=QS(ne,re.adds,re.removes,r.supportsAppendStable&&t.appendStable===!0);Ee.length>0?A[i]=Ee:delete A[i];let Ke=!st(M,Ee);return{changedFields:Ke?[i]:[],warnings:Ke&&re.count>0?[`path_migrations_applied:${re.count}`]:[]}}}),C=T.item[i]??[],L=T.warnings.find(P=>P.startsWith("path_migrations_applied:")),z=L?Number(L.slice(24)):0;return c_({id:T.item.id,artifacts:C,changed:T.changedFields.includes(i),migrationsApplied:z,options:t,workspaceRoot:a})}function $i(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 l_(e,t,n){let r=await Fi(e,t,n,{metadataKey:"docs",op:"docs_add",bareNoun:"doc",supportsAppendStable:!1});return $i(r,"docs")}import{execFile as ZS}from"node:child_process";import u_ 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 m_(e,t){return new Promise((n,r)=>{ZS("git",[...t],{cwd:e,encoding:"utf8",maxBuffer:4*1024*1024},(i,s)=>{i?r(i):n(s)})})}function f_(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 o1(e){let t=/^(\d+):(\d+)$/u.exec(e.trim()),n=t?{start:Number(t[1]),end:Number(t[2])}:void 0;if(f_(n),!n)throw new RangeError("Source line range must use start:end.");return n}function eT(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 tT(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 nT(e){let t=u_.relative(e.workspaceRoot,u_.resolve(e.workspaceRoot,e.sourcePath)),n=await m_(e.workspaceRoot,["blame","--line-porcelain","-L",`${e.lineRange.start},${e.lineRange.end}`,"--",t]),r=await m_(e.workspaceRoot,["log","-n","256","--format=%H%x00%B%x00","--",t]);return{commitLines:eT(n),commitItems:tT(r),available:!0}}function rT(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 iT(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=rT({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 sT(e,t,n){let r=df(t);if(!r.graph.hasNode(e))return{status:"not_found",nodes:[],kinds:[],alternative_decision_ids:[]};let i=iT({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 oT(e){if(!e.lineRange)return{commitLines:new Map,commitItems:new Map,available:!0};try{return await nT({workspaceRoot:e.workspaceRoot,sourcePath:e.paths[0],lineRange:e.lineRange})}catch{return{commitLines:new Map,commitItems:new Map,available:!1}}}function aT(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 cT(e){return[...e.commitLines.keys()].filter(t=>(e.commitItems.get(t)?.length??0)>0)}async function p_(e){f_(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 oT(e),r=cT(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=sT(s.item.id,e.corpus,t),d=aT({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 __ from"node:fs/promises";import $e 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 dT=32768;function Ra(e){return dt($e.normalize(e))}async function Ui(e){try{return await __.realpath(e)}catch{return $e.resolve(e)}}function wn(e,t){let n=$e.isAbsolute(e.path)?$e.resolve(e.path):$e.resolve(t,e.path);return`${Ra(n)}::${e.scope}`}function ji(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)=>ji(r,`${t}[${i}]`,n));return}if(typeof e=="object"&&e!==null)for(let[r,i]of Object.entries(e))ji(i,t?`${t}.${r}`:r,n)}function lT(e){let t=[];return ji(e.metadata,"metadata",t),ji(e.body,"body",t),t}function uT(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 mT(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,dT);for(let[a,c]of[[n,i.value],[r,o]]){a.lastIndex=0;for(let d of c.matchAll(a)){let l=uT(d[0]);!l||s.has(l)||(s.add(l),t.push({field:i.field,value:l}))}}}return t}async function fT(e,t,n=t){let r=$e.isAbsolute(e)?$e.resolve(e):$e.resolve(n,e),i;try{i=await __.stat(r)}catch{return}if(!i.isFile())return;let[s,o]=await Promise.all([Ui(t),Ui(r)]);if(lo(s,o)){let a=$e.relative(s,o);return!a||a.startsWith("..")||$e.isAbsolute(a)?void 0:{path:Ra(a),scope:"project"}}return{path:Ra(r),scope:"global"}}async function pT(e,t,n=t){let r=new Set((e.metadata.files??[]).map(c=>wn(c,t))),i=new Map,s=mT(lT(e)),o=new Map;await Promise.all([...new Set(s.map(c=>c.value))].map(async c=>{o.set(c,await fT(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=wn(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 g_(e,t,n){let r=await Fi(e,t,n,{metadataKey:"files",op:"files_add",bareNoun:"file",supportsAppendStable:!0});return $i(r,"files")}async function _T(e,t){let n=await Ui(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(!$e.isAbsolute(o))return dt(o);let a=await Ui(o);return lo(n,a)?dt($e.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 gT(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 h_(e){return{id:e.id,title:e.title,type:e.type,status:e.status,priority:e.priority,updated_at:e.updated_at}}function y_(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 hT(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(y_)}async function yT(e){if(e.explain)return p_({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 wT(e){if([e.strictRead,e.noTruncate,e.explain,rl()].includes(!0))return null;let t=await _i(e.pmRoot,[...new Set(Object.values(e.typeToFolder))]);return t?ru({pmRoot:e.pmRoot,expectedSourceCursor:t.source_cursor,paths:e.paths,scope:e.scope,limit:e.limit,offset:e.offset}):null}async function vT(e){let t=[],n=await sn(e.pmRoot,e.settings.item_format,e.typeToFolder,t,e.settings.schema),r=hT({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 yT({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:y_(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:h_(c.item),files:c.files,...s?{traceability:s.explanations.get(c.item.id)}:{}})),...s?{traceability_receipt:s.receipt}:{}}}async function S1(e,t){let n=I(process.cwd(),t.path),r=it(n);await $(n);let i=await _T(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 R(n),o=U(s,F()),{offset:a,limit:c}=gT(e),d=await wT({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:h_(l.item),files:l.files}))}:vT({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 T1(e,t,n){let r=I(process.cwd(),n.path),i=it(r);await $(r);let s=await R(r),o=U(s,F()),a=await Z(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 pT(c.document,i,process.cwd()),l=d.filter(C=>C.status==="addable"),u=d.filter(C=>C.status==="already_linked"),m=t.apply===!0,_=t.note?.trim()||"discovered from item text";if(!m||l.length===0){let C=c.document.metadata.files??[];return{id:a.id,files:C,changed:!1,apply:m,count:C.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=q(t.author,s.author_default),h=l.map(C=>({path:C.path,scope:C.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(C){let L=[...C.metadata.files??[]],z=new Set(L.map(M=>wn(M,i)));y=[],w.clear();for(let[M,ne]of h.entries()){let re=wn(ne,i);z.has(re)||(L.push(ne),z.add(re),y.push(ne),w.add(M))}let P=Ia(L),A=t.appendStable?P:Ca(P);return A.length>0?C.metadata.files=A:delete C.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(C=>wn(C,i))),v=E.filter(C=>S.has(wn(C,i))),b=l.filter((C,L)=>!w.has(L)),T=[...u,...b];return{id:k.item.id,files:E,changed:v.length>0,apply:!0,count:E.length,candidate_count:d.length,addable_count:l.length,added_count:v.length,skipped_existing_count:T.length,candidates:d,added:v,skipped_existing:T}}import{readFileSync as bT}from"node:fs";import Gi 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 kT=new Set(["get","history","restore","update","close","delete","append","claim","release","comments","notes","learnings","files","docs","deps","test"]),Oa=new Set(["--pm-path","--path","--author"]),ET={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"])},ST=new Set(["-p","--package"]),TT=new Set(["-c","--call"]),Na=new Set(["-c","-C","--config","--dir","--filter","--workspace-dir"]),La=new Set(["-C","--prefix","--userconfig","--cache"]),w_=new Set(["--cwd"]),v_=new Set(["--cwd"]),xT=new Set(["exec","x"]),b_=new Set(["run","run-script"]),k_=new Set(["-C","--dir","--cwd","-w","--workspace","--filter"]);function vn(e){return e.split(/&&|\|\||\||;/).map(t=>t.trim()).filter(t=>t.length>0)}function qi(e,t=process.cwd()){let n=Ki(e.split(" ").filter(o=>o.length>0));if(n.length===0)return null;let[r,...i]=n;if(dr(r)||lr(r,t))return i;if(r==="node"&&i[0]&&lr(i[0],t))return i.slice(1);let s=r==="npx"||r==="bunx"?Dt(i):r==="pnpm"?Bi(i):r==="npm"?Wi(i):null;return s&&(dr(s.command)||Ma(s.command))?s.args:null}var Da=(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 vn(s)){let c=qi(a),d=c?Pa(c):null,l=d&&kT.has(d.subcommand)?CT(d.remaining,ET[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 Ki(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 zi(e){let t=0;for(;t<e.length;){let n=e[t];if(n==="--"){t+=1;continue}if(n.startsWith("-")){if(Oa.has(n)){t+=2;continue}t+=1;continue}return n}}function dr(e){return e==="pm"||e==="pm.cmd"||e==="pm.exe"||e.endsWith("/pm")||e.endsWith("/pm.cmd")||e.endsWith("/pm.exe")}function AT(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 Ma(e){let t=AT(e);return t==="pm-cli"||t.endsWith("/pm-cli")||e==="pm-cli"||e.endsWith("/pm-cli")}function lr(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=Gi.resolve(t,e);try{return JSON.parse(bT(Gi.join(Gi.dirname(Gi.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(TT.has(r)){t+=1;break}t+=ST.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 Bi(e){let t=vt(e,Na);return t?.subcommand!=="dlx"?null:Dt(t.args)}function Wi(e){let t=vt(e,La);return!t||!xT.has(t.subcommand)?null:Dt(t.args)}function Pa(e){let t=0;for(;t<e.length;){let n=e[t];if(n==="--"){t+=1;continue}if(n.startsWith("-")){if(Oa.has(n)){t+=2;continue}t+=1;continue}return{subcommand:n,remaining:e.slice(t+1)}}return null}function CT(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("=")&&(Oa.has(r)||t.has(r))&&(n+=1)}}import{execFile as IT}from"node:child_process";import{readFile as RT}from"node:fs/promises";import S_ from"node:path";import{promisify as OT}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 NT=OT(IT),Fa=1,LT="linked-test-trust.json";function $a(e){return S_.join(qd(e),LT)}function E_(){return{version:Fa,acknowledged:{}}}async function Ua(e){try{let t=JSON.parse(await RT($a(e),"utf8"));return t.version!==Fa||typeof t.acknowledged!="object"||t.acknowledged===null||Array.isArray(t.acknowledged)?E_():{version:Fa,acknowledged:t.acknowledged}}catch{return E_()}}async function mr(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 NT("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 fr(e=process.cwd()){return process.env.PM_SOURCE_WORKSPACE_ROOT?.trim()||e}function DT(e){return e===null||typeof e!="object"?!1:typeof e.author=="string"&&e.author.trim().length>0&&typeof e.created_at=="string"&&Rd(e.created_at)&&(e.source_kind==="local_mutation"||e.source_kind==="merge_union")}function ur(e,t){return{...e?{source_ref:e}:{},...t?{current_source_ref:t}:{}}}function MT(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 bn(e,t,n){if(!e||e.length===0)return e;let r=fr();return MT(e,t,n,await mr(r))}function T_(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 ja(e,t,n){let r=await Ua(e);return x_(t,n,r)}function x_(e,t,n){let r=T_(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||!DT(e.provenance)?s?{fingerprint:r,trusted:!0,reason:"acknowledged",...ur(void 0,t)}:{fingerprint:r,trusted:!1,reason:"invalid_provenance",...ur(void 0,t)}:e.provenance.source_kind==="local_mutation"&&i===void 0?{fingerprint:r,trusted:!0,reason:"local_mutation",...ur(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",...ur(i,t)}:{fingerprint:r,trusted:!1,reason:"foreign_source_ref",...ur(i,t)}}async function A_(e,t,n){let r=await Ua(e);return t.map(i=>x_(i,n,r))}async function C_(e,t,n){let r=await Ua(e),i=t.filter(s=>typeof s.command=="string"&&s.command.length>0).map(T_);for(let s of i)r.acknowledged[s]={acknowledged_at:n};return await Ue(S_.dirname($a(e))),await _e($a(e),`${JSON.stringify(r,null,2)}
|
|
14
|
+
`),{acknowledged:i.length,fingerprints:i}}import Xa from"node:fs/promises";import{realpathSync as BT}from"node:fs";import{execFile as WT}from"node:child_process";import xe from"node:path";import{promisify as HT}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 PT=["metadata","resolution"],Ga=["metadata","resolution","estimates","lifecycle"],FT="completed";function qa(e){return`"${e.replaceAll("\\","\\\\").replaceAll('"','\\"')}"`}function I_(e){let t=e?.trim();return t!==void 0&&t.length>0?t:void 0}function R_(e){let t=[];for(let n of e){if(!n.missing_fields.includes("resolution"))continue;let r=I_(n.close_reason)??FT;t.push({item_id:n.id,check:"resolution",field:"resolution",kind:"set_resolution",value:r,command:`pm update ${n.id} --resolution ${qa(r)}`,gate:"resolution"})}return t}function O_(e){let t=[];for(let n of e){let r=I_(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 ${qa(r)}`,gate:"metadata"})}return t}function N_(e,t){return e.map(n=>{let r=Zl(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 L_(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 D_(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 ${qa(n.path)}`})}return t}function M_(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: ${Ga.join(", ")}.`,f.USAGE);return new Set(PT)}let n=new Set;for(let r of t){let i=r.toLowerCase().replaceAll("-","_");if(Ga.includes(i)){n.add(i);continue}throw new p(`Unknown --fix-scope value "${r}". Supported values: ${Ga.join(", ")}.`,f.USAGE)}return n}function P_(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 pr(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]="087bac58-e32d-5cb8-8fda-0e09075c3f35")}catch{}})();var $T=/^([A-Z][A-Z0-9]*-\d+)\b/;function UT(e){if(typeof e!="string")return null;let t=e.trim().toUpperCase();if(t.length===0)return null;let n=$T.exec(t);return n?n[1]:null}function F_(e){return typeof e=="string"&&e.trim().length>0}function $_(e){let t=new Map;for(let r of e){if(typeof r.title!="string"||F_(r.duplicate_of))continue;let i=UT(r.title);if(i===null)continue;let s=t.get(i);s||(s=[],t.set(i,s)),s.some(o=>o.id===r.id)||s.push({id:r.id,title:r.title,parent:F_(r.parent)?r.parent.trim():null})}let n=[];for(let[r,i]of t){if(i.length<2)continue;let s=new Set(i.map(c=>c.id.toLowerCase())),o=i.filter(c=>c.parent===null||!s.has(c.parent.toLowerCase()));if(o.length<2)continue;let a=[...o].sort((c,d)=>c.id.localeCompare(d.id));n.push({code:r,count:a.length,ids:a.map(c=>c.id),titles:a.map(c=>c.title)})}return n.sort((r,i)=>r.code.localeCompare(i.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 U_(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 j_=3;function G_(e){let t=Math.max(e.lastIndexOf("/"),e.lastIndexOf("\\"));return t===-1?e:e.slice(t+1)}function q_(e,t,n=j_){let r=Number.isFinite(n)&&n>=1?Math.floor(n):j_,i=new Map;for(let s of t){let o=G_(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(G_(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 K_(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 jT(e,t){return e==="moved"||t==="moved"?"moved":"deleted"}function z_(e){return`${e.item_id} ${e.link_kind}`}function B_(e,t){let n=new Map;for(let r of e){let i=n.get(r.path);i?(i.classification=jT(i.classification,r.classification),i.owners.set(z_(r),r)):n.set(r.path,{classification:r.classification,owners:new Map([[z_(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 GT(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}function W_(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="${GT(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 H_(e){return e.includeBody?yt(e.pmRoot,e.settings.item_format,e.typeToFolder,e.warnings,e.settings.schema,{forceSourceScan:!0}):sn(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 qT=5;async function V_(e,t,n){let r=await fn(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:qT,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 Hi(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 KT(e,t){if(typeof e!="string")return;let n=e.trim().toLowerCase();return n.length>0?t.get(n):void 0}function zT(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 Ka(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=KT(i.parent,n);o&&s.push(o),zT(i,r,n,t)}for(let[i,s]of r)r.set(i,[...new Set(s)].sort());return r}function za(e,t,n=ke()){let r=hi(e,o=>t?ti(o,t):o==="closed"||o==="canceled",n),i=Ka(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=>Hi(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]="3d7d6f15-7587-5c22-8deb-373bfd063d2b")}catch{}})();var VT=["src","tests","docs"],YT=["README.md","PRD.md","CHANGELOG.md","AGENTS.md","CONTRIBUTING.md","SECURITY.md","CODE_OF_CONDUCT.md","LICENSE"],XT=new Set(["node_modules",".git",".cursor",".agents","dist","coverage"]),JT=["resolution","expected_result","actual_result"],QT=["default","tracked-all","tracked-all-strict"],Y_=["core","strict","custom"],Xi=["off","warn","error"],Ha=["author","acceptance_criteria","estimated_minutes","close_reason"],Z_=[...Ha,"reviewer","risk","confidence","sprint","release"],Ja=Array.from(new Set(Z_)),ZT={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"},ex={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"},tx={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"},nx={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"},rx={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"},ix=32*1024*1024,sx=1e4,eg=40,Et=5,ox=4096,ax=255,cx=HT(WT);function tg(e){let t={};for(let[n,r]of Object.entries(e))Array.isArray(r)||(t[n]=typeof r=="object"&&r!==null?tg(r):r);return t}function dx(e){return{...e,checks:e.checks.map(t=>({...t,details:tg(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 Mt(e){return e.replaceAll("\\","/").replace(/^\.\/+/,"").replace(/^\/+/,"")}function X_(e){return Mt(e).replace(/\/+$/,"")}function Qe(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 Qi(e,t){return ae(e,t)??e}function _r(e,t){return t.terminal_statuses.has(Qi(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 Vi(e,t){return e.length!==t.length?!1:e.every((n,r)=>n===t[r])}function lx(e){let t=bt(Ad),n={blocked_reason:bt($r.blocked_reason),resolution:bt($r.resolution),actual_result:bt($r.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:Vi(r,t)?"default":"settings",closure_like_metadata_field_patterns:i,closure_like_metadata_field_pattern_sources:{blocked_reason:Vi(i.blocked_reason,n.blocked_reason)?"default":"settings",resolution:Vi(i.resolution,n.resolution)?"default":"settings",actual_result:Vi(i.actual_result,n.actual_result)?"default":"settings"}}}function ng(e){let t=e?.trim().toLowerCase();if(!t||t.length===0)return"core";if(Y_.includes(t))return t;throw new p(`Unknown --metadata-profile value "${e}". Supported values: ${Y_.join(", ")}.`,f.USAGE)}function rg(e){let t=e?.trim().toLowerCase();if(!t||t.length===0)return"warn";if(Xi.includes(t))return t;throw new p(`Unknown --dependency-cycle-severity value "${e}". Supported values: ${Xi.join(", ")}.`,f.USAGE)}function ig(e){let t=e?.trim().toLowerCase();if(!t||t.length===0)return"warn";if(Xi.includes(t))return t;throw new p(`Unknown --parent-cycle-severity value "${e}". Supported values: ${Xi.join(", ")}.`,f.USAGE)}function ux(e){return[...new Set((e??[]).map(n=>n.trim().toLowerCase().replaceAll("-","_")))].map(n=>ZT[n]).filter(n=>n!==void 0).sort((n,r)=>n.localeCompare(r))}function mx(e,t,n){let r=ux(n);return e==="core"?{profile:e,profile_source:t,required_fields:[...Ha],configured_custom_fields:r,fallback_to_core:!1,warnings:[]}:e==="strict"?{profile:e,profile_source:t,required_fields:[...Z_],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:[...Ha],configured_custom_fields:r,fallback_to_core:!0,warnings:["validate_metadata_custom_profile_missing_required_fields:0"]}}var fx=new Set(["acceptance_criteria","estimated_minutes"]);function sg(e,t,n,r){return!r&&fx.has(t)&&_r(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"?Qi(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 og(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: ${QT.join(", ")}.`,f.USAGE)}function ag(e){let t=process.env.PM_SOURCE_WORKSPACE_ROOT?.trim();if(t)return xe.resolve(t);let n=xe.resolve(e);if(n.replaceAll("\\","/").endsWith("/.agents/pm"))return xe.dirname(xe.dirname(n));let i=xe.resolve(process.cwd()),s=J_(n),o=J_(i),a=xe.relative(s,o);return a.length===0||!a.startsWith("..")&&!xe.isAbsolute(a)?n:i}function J_(e){try{return BT.native(e)}catch{return xe.resolve(e)}}function px(e,t){return typeof e=="object"&&e!==null&&"code"in e&&typeof e.code=="string"&&t.includes(e.code)}async function Qa(e,t,n){let r=t.length>0?xe.join(e,t):e,i;try{i=await Xa.readdir(r,{withFileTypes:!0})}catch(s){if(G(s))return;throw s}for(let s of i){if(s.name.startsWith("."))continue;let o=t.length>0?xe.join(t,s.name):s.name;if(s.isDirectory()){if(XT.has(s.name))continue;await Qa(e,o,n);continue}s.isFile()&&n.push(Mt(o))}}async function Va(e){let t=[];for(let n of VT)await Qa(e,n,t);for(let n of YT){let r=xe.join(e,n);try{(await Xa.stat(r)).isFile()&&t.push(Mt(n))}catch{}}return[...new Set(t)].sort((n,r)=>n.localeCompare(r))}async function cg(e){try{let{stdout:t}=await cx("git",["ls-files","-z"],{cwd:e,encoding:"utf8",maxBuffer:ix,windowsHide:!0,timeout:sx}),n=t.split("\0").map(r=>Mt(r)).filter(r=>r.length>0);return[...new Set(n)].sort((r,i)=>r.localeCompare(i))}catch{return null}}function _x(e,t){let n=new Set,r=X_(Sd);r.length>0&&n.add(r);let i=X_(xe.relative(t,e));return i.length>0&&!i.startsWith("..")&&n.add(i),[...n].sort((s,o)=>s.localeCompare(o))}function Q_(e,t){for(let n of t)if(e===n||e.startsWith(`${n}/`))return!0;return!1}async function gx(e,t){if(t==="tracked-all"||t==="tracked-all-strict"){let r=await cg(e);if(r)return{requestedMode:t,appliedMode:t,source:"tracked-git",candidateFiles:r,candidateTotal:r.length,candidateScanned:r.length};let i=await Va(e);return{requestedMode:t,appliedMode:"default",source:"tracked-all-fallback-default",candidateFiles:i,candidateTotal:i.length,candidateScanned:i.length}}let n=await Va(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,eg);return{values:n.values,truncated:n.truncated,total:e.length}}var hx={resolution:"--resolution",expected_result:"--expected-result",actual_result:"--actual-result"},yx={resolution:"Describe how this item was resolved",expected_result:"Describe the expected result",actual_result:"Describe the actual result"};function wx(e){let t=e.missing_fields.map(n=>`${hx[n]} "${yx[n]}"`).join(" ");return`pm update ${e.id} ${t} --message "Backfill resolution metadata"`}function dg(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"):qp(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 lg(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 vx="validate_metadata_duplicate_issue_codes";function ug(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:[`${vx}:${e.length}`]}}function bx(){return Object.fromEntries(Ja.map(e=>[e,[]]))}function kx(e,t,n){let r=bx();for(let i of e)for(let s of Ja)sg(i,s,t,n)&&r[s].push(i.id);return r}function Ex(e,t,n){let r=[...e.warnings];for(let i of e.required_fields){let s=t[i];s.length>0&&r.push(`${ex[i]}:${s.length}`)}return r.push(...n),r}function mg(e,t){let n={};for(let r of e.required_fields){let i=t[r],s=i?i.length:0,o=tx[r];n[o]=s}return n}function fg(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 Sx(e,t,n,r){for(let i of t.required_fields){let s=n[i];if(!s||s.length===0)continue;let o=nx[i],a=rx[i];if(!o||!a)continue;let c=te(s,r?s.length:Et);e[o]=c.values,e[a]=c.truncated}}function pg(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 _g(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 Tx(e,t,n,r){let i=new Map(e.map(y=>[y.id,y])),s=t.profile==="strict",o=kx(e,n,s),a=$_(e),c=ug(a,r),d=Ex(t,o,c.warnings),l=mg(t,o),u=fg(t,o,i),m=U_(u),_={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:[...Ja],counts:l,missing_by_type:m,duplicate_issue_codes_count:a.length,duplicate_issue_codes:c.rows,duplicate_issue_codes_truncated:c.truncated};t.configured_custom_fields.length>0&&(_.configured_custom_required_fields=[...t.configured_custom_fields]),Sx(_,t,o,r);let g=pg(t,o,i),h=_g(t,o,i);return{check:{name:"metadata",status:d.length===0?"ok":"warn",ok:d.length===0,details:_},warnings:d,closeReasonBackfillRows:g,estimateBackfillRows:h}}function xx(e,t,n){let r=new Set(t.terminal_done_statuses);r.add(t.close_status);let i=e.filter(m=>r.has(Qi(m.status,t))),s=[],o=[];for(let m of i){let _=JT.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=>wx(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 gg(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function hg(e,t="pm",n=Jd()){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=Qe(s.blocked_by);a&&r.has(a)&&o.add(a),(s.dependencies??[]).filter(d=>{let l=Qe(d.kind);return l!==void 0&&n.resolve(l)?.ordering===!0}).map(d=>Qe(d.id)).filter(d=>d!==void 0&&r.has(d)).forEach(d=>o.add(d));let c=Qe(s.definition_of_ready);return wg(c??"",t).filter(d=>r.has(d)).forEach(d=>o.add(d)),[s.id,[...o].sort((d,l)=>d.localeCompare(l))]}))}function yg(e,t,n){let r=cf(e,n?l=>_r(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 wg(e,t="pm"){let n=(t.trim().toLowerCase()||"pm").replace(/-+$/g,""),r=new RegExp(`(?:^|[^a-z0-9-])(${gg(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 vg(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 bg(e,t="pm"){let n=hg(e,t),r=vg(n),i=[...new Set(r.flat())].sort((o,a)=>o.localeCompare(a)),s=r.map(o=>Hi(o,n).join("->"));return{cycle_count:r.length,cycle_item_ids:i,cycle_sample_paths:s}}function kg(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 Ji(e){let t=e.lastIndexOf("/");return t===-1?"":e.slice(0,t)}function Eg(e,t){let n=Ji(e).split("/").filter(Boolean),r=Ji(t).split("/").filter(Boolean),i=0;for(;i<n.length&&i<r.length&&n[i]===r[i];)i+=1;return i}function Ax(e,t){let n=Ji(t),r=Ji(e),i=t.endsWith("/")?t:`${t}/`,s=e.startsWith(i),o=n.length>0&&n===r,a=Eg(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 Cx(e,t,n){return e===void 0||n>e.score||n===e.score&&t.id.localeCompare(e.item.id)<0}function Ix(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=Mt(o.path);if(a.length===0||a===e)return;let c=Ax(e,a);c!==null&&Cx(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 Sg(e,t){return e.map(n=>{let r=kg(n),i=r==="docs_unowned"?"docs":"files",s=Ix(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 Tg(e){return e.map(t=>`${t.path}:${t.classification} owner_candidate=${t.owner_candidate?.id??"unowned"} hint=${JSON.stringify(t.remediation_hint)}`)}function Rx(e,t){return Object.entries(t.closure_like_metadata_field_patterns).filter(([n,r])=>{let i=Qe(e[n]);return i?r.some(s=>i.toLowerCase().includes(s)):!1}).map(([n])=>n).sort((n,r)=>n.localeCompare(r))}function Ox(e,t,n,r,i){let s=Qe(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&&!_r(o.status,i)}}function Nx(e,t,n,r){let i=Qe(e.blocked_by),s=Qe(e.blocked_reason),o=s?.toLowerCase(),a=Qi(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 Lx(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=>!_r(c.status,n)),closureLikeRows:[],terminalParentRows:[],terminalParentFixRows:[],staleBlockerRows:[]};for(let c of a.activeItems){let d=Rx(c,r);d.length>0&&a.closureLikeRows.push({id:c.id,fields:d});let l=Qe(c.parent),u=l?i.get(s.get(l.toLowerCase())??l):void 0;if(u&&_r(u.status,n)&&(a.terminalParentRows.push({id:c.id,parent_id:u.id,parent_status:u.status}),a.terminalParentFixRows.push(Ox(c,u,i,s,n))),t){let m=Nx(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 Dx(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 Yi(e,t,n){return n<=0||t==="off"?null:`${t==="error"?`${e}_error`:e}:${n}`}function Ba(e,t,n){return n>0&&t!=="off"?`${e}:${n}`:null}function Mx(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=Yi("validate_lifecycle_dependency_cycles",n,i.dependencyCycles),a=Yi("validate_hierarchy_parent_cycle",r,i.activeHierarchyCycles),c=Yi("validate_hierarchy_cardinality_violation",r,i.activeHierarchyCardinality),d=Yi("validate_hierarchy_parent_divergence",r,i.activeHierarchyDivergence),l=Ba("validate_legacy_hierarchy_parent_cycle",r,i.legacyHierarchyCycles),u=Ba("validate_legacy_hierarchy_cardinality_violation",r,i.legacyHierarchyCardinality),m=Ba("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 xg(e){let t=Mt(e);return t.length>ox||t.split(/[\\/]/).some(n=>n.length>ax)}async function Px(e,t){let n=xe.isAbsolute(t)?t:xe.resolve(e,t);if(xg(n))return!1;try{let r=await Xa.stat(n);return!r.isFile()&&!r.isDirectory()}catch(r){return px(r,["ENOENT","ENOTDIR"])}}async function Fx(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(ar(s.path)){n.remoteLinkedPaths.add(s.path.trim());continue}let a=Mt(s.path);a.length!==0&&(n.linkedProjectPaths.add(a),await Px(t,s.path)&&(n.missingLinkedPaths.push(a),n.staleLinkRows.push({item_id:i.id,path:a,link_kind:o})))}return n}function $x(e,t,n,r,i,s){let o=r==="tracked-all-strict",a=o&&!i,c=i||o,d=c?[]:_x(t,n),l=d.length===0?[]:e.candidateFiles.filter(_=>Q_(_,d)),u=d.length===0?e.candidateFiles:e.candidateFiles.filter(_=>!Q_(_,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 Ag(e,t,n,r,i,s,o,a="pm"){let c=Lx(e,t,i,s);Dx(c);let d=bg(c.activeItems,a),l=za(e,i),u=Mx(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(T=>`${T.id}:${T.fields.join(",")}`),m),g=te(c.terminalParentRows.map(T=>`${T.id}:${T.parent_id}:${T.parent_status}`),m),h=te(c.staleBlockerRows.map(T=>`${T.id}:${T.status}:${T.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),v=te(l.parent_divergence_rows,m),b=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:b?"error":u.length===0?"ok":"warn",ok:!b&&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:v.values,hierarchy_parent_divergence_rows_truncated:v.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 Cg(e,t,n,r,i,s){let o=await Fx(e,t),a=new Map(e.map(A=>[A.id,A])),c=[...new Set(o.missingLinkedPaths)].sort((A,M)=>A.localeCompare(M)),d=await gx(t,r),l=$x(d,n,t,r,i,s),u=l.candidateFiles.filter(A=>!o.linkedProjectPaths.has(A)),m=Sg(u,e),_=q_(c,l.candidateFiles),g=new Map(_.map(A=>[A.path,A.classification])),h=_.filter(A=>A.classification==="moved").length,y=o.staleLinkRows.map(A=>({...A,classification:g.get(A.path)??"deleted"})).sort((A,M)=>A.item_id.localeCompare(M.item_id)||A.path.localeCompare(M.path)||A.link_kind.localeCompare(M.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((A,M)=>A.localeCompare(M)),E=kt(k,s),S=kt(c,s),v=kt(u,s),b=kt(m.map(A=>`${A.path}:${A.classification}:owner_candidate=${A.owner_candidate?.id??"unowned"}`),s),T=s?m:kt(Tg(m),!1).values,C=kt(K_(_),s),L=y.map(A=>({item_id:A.item_id,path:A.path,link_kind:A.link_kind,classification:A.classification})),z=B_(L,A=>{let M=a.get(A);return M?{type:M.type,title:M.title,status:M.status}:void 0}),P=s?z:kt(W_(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:eg,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:C.values,missing_linked_path_classifications_truncated:C.truncated,missing_linked_path_rows_count:z.length,missing_linked_path_rows:P,orphaned_paths_count:u.length,orphaned_paths_total:v.total,orphaned_paths:v.values,orphaned_paths_truncated:v.truncated,orphaned_path_classifications:b.values,orphaned_path_classifications_truncated:b.truncated,orphaned_path_rows_count:m.length,orphaned_path_rows:T}},warnings:w,staleLinkPruneRows:y}}function Ig(e){let t=e.trim().replaceAll(/\s+/g," ");return t.length>120?`${t.slice(0,117)}...`:t}function Ux(e,t,n){return`${e}:${t}:${Ig(n)}`}function jx(e,t){let n=[];return e.forEach(({item:r,linkedTest:i},s)=>{let o=t[s];if(o.trusted)return;let a=Ig(i.command??"");n.push(`${r.id}:${o.source_ref??"unknown"}->${o.current_source_ref??"unknown"}:${a}`)}),n}async function Rg(e,t,n,r){let i=new Set(e.map(v=>v.id.toLowerCase())),s=0,o=0,a=new Set,c=[],d=e.flatMap(v=>(v.tests??[]).map(b=>({item:v,linkedTest:b}))),l=await mr(fr()),u=await A_(r,d.map(({linkedTest:v})=>v),l),m=jx(d,u);for(let{item:v,linkedTest:b}of d){if(typeof b.command!="string"||b.command.trim().length===0)continue;s+=1;let T=Da(b.command,t);if(T.length!==0){o+=T.length;for(let C of T)a.add(C),i.has(C.toLowerCase())||c.push(Ux(v.id,C,b.command))}}let _=[...new Set(c)].sort((v,b)=>v.localeCompare(b)),g=[...new Set(_.map(v=>v.split(":")[1]??""))].filter(v=>v.length>0).sort((v,b)=>v.localeCompare(b)),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((v,b)=>v.localeCompare(b)),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 Gx(e,t){let n=ri(e.map(c=>({ref:c.id,version:ni(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:fl,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 Ya="pm validate auto-fix";async function Og(e,t,n){switch(e.kind){case"set_resolution":case"set_close_reason":case"set_estimate":case"reparent":case"unset_parent":{let r={message:Ya};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 Wa(e){return e.kind!=="prune_file_link"&&e.kind!=="prune_doc_link"?null:`${e.kind}:${e.item_id}`}async function Ng(e,t,n){let r=[],i=[],s=new Map;for(let o of e.filter(a=>Wa(a)===null))try{await Og(o,t,n),r.push(o)}catch(a){i.push({fix:o,error:a})}for(let o of e.filter(a=>Wa(a)!==null)){let a=Wa(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 g_(a.item_id,{remove:c,message:Ya},t):await l_(a.item_id,{remove:c,message:Ya},t),r.push(...o)}catch(d){i.push(...o.map(l=>({fix:l,error:d})))}}return{applied:r,failed:i}}var qG={applyValidateFix:Og,applyValidateFixes:Ng,attachValidateFixHints:dg,buildCommandReferencesCheck:Rg,buildDependencyReferencesCheck:yg,buildCloseReasonBackfillRows:pg,buildFilesCheck:Cg,buildLifecycleCheck:Ag,buildLifecycleDependencyGraph:hg,buildLifecycleParentGraph:Ka,buildEstimateBackfillRows:_g,buildMetadataCounts:mg,buildMissingFieldOccurrences:fg,buildOrphanedPathRows:Sg,classifyOrphanedPath:kg,collectDefaultProjectFileCandidates:Va,collectTrackedGitFileCandidates:cg,detectLifecycleDependencyCycles:bg,detectLifecycleParentCycles:za,escapeRegExp:gg,extractItemIds:wg,findLifecycleDependencyCycleComponents:vg,isMetadataFieldMissing:sg,linkedArtifactPathExceedsFilesystemLimits:xg,listFilesRecursive:Qa,resolveDependencyCycleSeverity:rg,resolveParentCycleSeverity:ig,resolveFileScanMode:og,resolveLifecycleDependencyCycleSamplePath:Hi,resolveRequestedChecks:lg,resolveValidateMetadataProfile:ng,resolveWorkspaceRoot:ag,sharedDirectoryPrefixLength:Eg,summarizeOrphanedPathRows:Tg,summarizeDuplicateIssueCodes:ug,toMeaningfulString:Qe};function qx(e,t){t>0&&e.push(`merge_receipt_evidence_invalid:${t}`)}async function Kx(e,t,n,r){let i=await a_(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 hf(e,gf(r));c.status==="drift"&&s.push(`validate_merge_fence_drift:${c.missing_patterns.length+c.stale_patterns.length}`);let d=await on(e),l=d===null?null:await wi(d);l!==null&&l.status!=="ok"&&s.push(`validate_merge_driver_configuration:${l.missing_keys.length+l.drifted_keys.length}`);let u=await ir(d??e,{includeLossless:!0,pmRoot:e}),m=u.receipts,{pendingDecisions:_,lossless:g}=Ni(m);_.length>0&&s.push(`validate_merge_decisions_unreviewed:${_.length}`),qx(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&&dg(t.check,t.warnings),e.checks.push(t.check),e.warnings.push(...t.warnings)}async function zx(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=Tx(e.items,e.metadataPolicy,e.statusRegistry,r);t.closeReasonBackfillRows=i.closeReasonBackfillRows,t.estimateBackfillRows=i.estimateBackfillRows,lt(t,i,n)}if(e.requestedChecks.has("resolution")){let i=xx(e.items,e.statusRegistry,r);t.resolutionBackfillRows=i.resolutionBackfillRows,lt(t,i,n)}if(e.requestedChecks.has("lifecycle")){let i=Ag(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,yg(e.items,r,e.statusRegistry),n)}if(e.requestedChecks.has("files")){let i=await Cg(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")&<(t,await Rg(e.items,e.settings.id_prefix,r,e.pmRoot),n),e.requestedChecks.has("history_drift")&<(t,await V_(e.pmRoot,e.items,r),n),e.requestedChecks.has("format_version")&<(t,Gx(e.items,r),n),e.requestedChecks.has("storage_integrity")&<(t,await Kx(e.pmRoot,e.items,U(e.settings,F()).type_to_folder,e.settings),n),t}function Bx(e,t,n){let r=[];return e.autoFix===!0&&(r.push(...O_(t.closeReasonBackfillRows)),r.push(...R_(t.resolutionBackfillRows)),r.push(...N_(t.estimateBackfillRows,n.validation.estimate_defaults_by_type)),r.push(...L_(t.terminalParentFixRows))),e.pruneMissing===!0&&r.push(...D_(t.staleLinkPruneRows)),r}async function Wx(e,t,n,r,i,s){if(e.autoFix!==!0&&e.pruneMissing!==!0)return;let o=Bx(e,t,n),{applicable:a,gated:c}=P_(o,r),d=e.dryRun===!0,l=[],u=[];if(!d){let m=await Ng(a,i,s);l.push(...m.applied.map(pr)),u.push(...m.failed.map(({fix:_,error:g})=>({...pr(_),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(pr),applied_fixes:l,gated_fixes:c.map(m=>({...pr(m),gate_hint:`Withheld: re-run with --fix-scope ${m.gate} to apply.`})),failed_fixes:u}}async function Lg(e,t,n={}){vl(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=M_(e.fixScope),s=I(process.cwd(),t.path);await $(s);let o=await R(s),a=J(o.schema),c=U(o,F()),d=lg(e),l=[],u=await H_({includeBody:d.has("history_drift"),pmRoot:s,settings:o,typeToFolder:c.type_to_folder,warnings:l});if(d.has("history_drift")){let L=await tr(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",_=ng(typeof e.metadataProfile=="string"?e.metadataProfile:o.validation.metadata_profile),g=mx(_,m,o.validation.metadata_required_fields),h=lx(o),y=rg(e.dependencyCycleSeverity),w=ig(e.parentCycleSeverity),k=og(e.scanMode),E=ag(s),S=await zx({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)]}),v=r?await Wx(e,S,o,i,t,n):void 0,b=[...new Set(S.warnings)].sort((L,z)=>L.localeCompare(z)),C={ok:!S.checks.some(L=>L.status==="error"),has_warnings:b.length>0,checks:S.checks,warnings:b,...v!==void 0?{fixes:v}:{},generated_at:x(),projection:{mode:"full",declared_field_groups:[{name:"diagnostic_rows",restore_with:"--full"}],included_field_groups:["diagnostic_rows"]}};return e.counts!==!0?C:{...dx(C),projection:{mode:"counts",declared_field_groups:[{name:"diagnostic_rows",restore_with:"--full"}],included_field_groups:[]}}}import{execFile as Hx}from"node:child_process";import{promisify as Vx}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 Yx=Vx(Hx),Xx=16,Jx=3e4;function Qx(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 Zx(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 eA(e,t,n,r){let i=Zx(e,t),s=Promise.resolve().then(()=>e.resolve({provider:e.id,key:t.key,parameters:i,trigger:r,pm_root:n,...Zd(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??Jx),o.unref?.()})]);return Qx(e,t.key,a)}finally{clearTimeout(o)}}function Mg(e,t,n,r){let i=e;for(let s of t.split(".")){if(typeof i!="object"||i===null||Array.isArray(i))throw new Ye(`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 Ye(`assurance field ${t} must resolve to a finite number or string array`,{source_kind:n,field:t,...r?{check:r}:{}})}function Dg(e,t,n,r){let i=e.checks.find(o=>o.name===t);if(!i)throw new Ye(`assurance check ${t} is not present`,{source_kind:r,field:n,check:t});return{value:n==="status"||n==="ok"?i.ok?0:1:Mg(i.details,n,r,t),population_size:1,cost:e.checks.length}}async function tA(e,t){if(t?.trim())return t.trim();try{let{stdout:n}=await Yx("git",["rev-parse","HEAD^{commit}"],{cwd:e,encoding:"utf8",timeout:5e3,windowsHide:!0});return n.trim()}catch{return"working-copy"}}async function nA(e,t){let n=new Array(t.length),r=0,i=Array.from({length:Math.min(Xx,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 gr(e,t={}){let n=await R(e),r=U(n),i=J(n.schema),o=(await sn(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 tA(e,t.tree_id),items:o,history:t.include_history===!1?[]:await nA(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=mf(_.operation,void 0,void 0,{..._.parameters,full:!0},a),l.set(y,w));let k=await w;return{value:Mg(k,_.field,_.kind),population_size:o.length,cost:o.length}}if(_.kind==="validate"){u??=Lg({counts:!0},a);let y=await u;return Dg(y,_.check,_.field,_.kind)}if(_.kind==="health"){m??=s_(a,{checkOnly:!0,full:!0});let y=await m;return Dg(y,_.check,_.field,_.kind)}let g=t.providers?.[_.provider];if(g)return g(_);let h=ol(c,_.provider);if(!h)throw new TypeError(`assurance provider ${_.provider} is not registered`);return eA(h.runtime_definition,_,e,t.trigger??"sdk")}}}import{createHash as rA}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 Zi(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 ts=["production_defect","nightly_regression","scanner_finding","review_caught_late"],ec=["gate_added","gate_strengthened","explicit_waiver"],Pg=256,iA=1024,hr=new Map,sA=["files","package_names","item_ids","tags","error_codes"];function Ae(e){return[...new Set(e.map(t=>t.trim()).filter(Boolean))].sort((t,n)=>t<n?-1:1)}function Fg(e){return rA("sha256").update(W(e)).digest("hex")}function Za(e,t){if(typeof e!="string"||!e.trim())throw new TypeError(`${t} must be a non-empty string`)}function yr(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function kn(e){return Array.isArray(e)&&e.every(t=>typeof t=="string")}function Ug(e,t){if(!yr(e))throw new TypeError(`${t} must be an object`);for(let n of sA)if(e[n]!==void 0&&!kn(e[n]))throw new TypeError(`${t}.${n} must be an array of strings`);return e}function oA(e,t){if(!yr(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&&!kn(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&&!kn(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>Pg)throw new TypeError(`defect recurrence family ${t} file pattern exceeds ${Pg} characters`)}function aA(e,t){if(Za(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(!ts.includes(e.escape_class))throw new TypeError(`defect recurrence family ${e.id} has an invalid escape class`);Za(e.title,`defect recurrence family ${e.id} title`),Za(e.owner_item_id,`defect recurrence family ${e.id} owner_item_id`)}function cA(e){if(!kn(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(oA(e.triggers,e.id),!yr(e.checks)||!kn(e.checks.local)||!kn(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 dA(e){if(!yr(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 lA(e){let t=Ug(e.negative_control,`defect recurrence family ${e.id} negative_control`);if(nc(e,t,{}).length===0)throw new TypeError(`defect recurrence family ${e.id} negative_control must select its own family`)}function tc(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(!yr(n))throw new TypeError("defect recurrence family must be an object");aA(n,t),cA(n),dA(n),lA(n)}}function uA(e,t){let n=hr.get(e);if(n===void 0){if(hr.size>=iA){let i=hr.keys().next().value;hr.delete(i)}let r=e.replaceAll("**","\0").replaceAll(/[|\\{}()[\]^$+?./]/gu,"\\$&").replaceAll("*","[^/]*").replaceAll("\0",".*");n=new RegExp(`^${r}$`,"u"),hr.set(e,n)}return n.test(t)}function mA(e,t){let n=[],r=Ae(e.triggers.file_patterns??[]);for(let i of Ae(t.files??[]))for(let s of r)uA(s,i)&&n.push({signal:"file",value:i,matched:s});return n}function fA(e,t){let n=[{signal:"package",values:Ae(t.package_names??[]),triggers:Ae(e.triggers.package_names??[])},{signal:"tag",values:Ae(t.tags??[]),triggers:Ae(e.triggers.tags??[])},{signal:"error_code",values:Ae(t.error_codes??[]),triggers:Ae(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 pA(e,t,n){let r=new Set(e.triggers.item_ids??[]);return Ae(t.item_ids??[]).flatMap(i=>r.has(i)||n[i]?.includes(e.id)?[{signal:"item",value:i,matched:e.id}]:[])}function nc(e,t,n){return[...mA(e,t),...fA(e,t),...pA(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 _A(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 gA(e){return[e.files,e.package_names,e.item_ids,e.tags,e.error_codes].reduce((t,n)=>t+(n?.length??0),0)}function jg(e,t,n={}){tc(e);let r=[...e.families].sort((l,u)=>l.id<u.id?-1:1),i=Fg({...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=Zi(l),m=r.filter(_=>_.historical_item_ids.includes(l.id)||nc(_,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,Ae(u)]));return{version:1,policy_fingerprint:i,index_fingerprint:Fg({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 Gg(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=_A(n.cursor,e.index_fingerprint),s=e.families.flatMap(l=>{let u=nc(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:Ae(l.checks.local),hosted_checks:Ae(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:Ae(s.flatMap(l=>l.local_checks)),required_hosted_checks:Ae(s.flatMap(l=>l.hosted_checks)),row_contract:{row_keys:["items"],jq_selector:".items[]"}};return{...d,cost:{families_evaluated:e.families.length,signals_evaluated:gA(t),families_selected:s.length,estimated_output_tokens:Math.ceil(JSON.stringify(d).length/4)}}}function hA(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 es(e){return typeof e=="string"&&e.trim().length>0}function $g(e){return Array.isArray(e)&&e.length>0&&e.every(es)}function yA(e,t){if(typeof e!="object"||e===null||Array.isArray(e))return{valid:!1,expired:!1};let n=e;if(!ec.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:es(n.waiver_reason)&&Number.isFinite(r)&&r>=t,expired:Number.isFinite(r)&&r<t}}return{valid:es(n.gate_id)&&es(n.negative_control)&&$g(n.local_checks)&&$g(n.hosted_checks),expired:!1}}function wA(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.`}):ts.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=yA(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 sq(e,t,n,r=new Date){tc(t);let i=Date.parse(t.evidence_epoch),s=new Set(n),o=e.filter(m=>s.has(m.status)&&hA(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(ts.map(m=>[m,0])),d=Object.fromEntries(ec.map(m=>[m,0])),l=o.filter(m=>typeof m.escape_class=="string"&&ts.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"&&ec.includes(_)&&(d[_]+=1)}let u=a.flatMap(m=>wA(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 vA(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 tc(t),t}function qg(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=Ug(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:vA(t.policy),change:n,...t.cursor===void 0?{}:{cursor:t.cursor},...t.limit===void 0?{}:{limit:t.limit}}}import{createHash as bA}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 rc,Kg=["list","show","put","remove","run","verdicts","presets","apply","derive","promote","risk"],ic=["measurement","assertion","gate"];function kA(e){if(Kg.includes(e))return e;throw Ur({command_path:"assurance",token:e,allowed:Kg,display_name:"assurance action"})}function En(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 EA(e){if(!e)return En("kind",`Assurance declaration kind is required. Expected: ${ic.join(", ")}`,"pm assurance list measurement");if(ic.includes(e))return e;throw new p(`Assurance declaration kind is required. Expected: ${ic.join(", ")}`,f.USAGE)}function zg(e){if(!e)return En("preset",`Assurance preset is required. Expected: ${Qn.join(", ")}`,"pm assurance apply software-delivery --owner <pm-item-id>");if(Qn.includes(e))return e;throw new p(`Assurance preset is required. Expected: ${Qn.join(", ")}`,f.USAGE)}function sc(e){return e.owner?.trim()?e.owner.trim():En("owner","assurance preset and derivation actions require --owner <pm-item-id>","pm assurance apply software-delivery --owner <pm-item-id>")}function SA(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 TA(e){let[t,n,r]=await Promise.all([Jn(e,"measurement"),Jn(e,"assertion"),Jn(e,"gate")]);return{version:1,measurements:t.items,assertions:n.items,gates:r.items}}function Bg(e,t){return t===!0?{id:e.id}:e}async function xA(e,t){let n=t.authorization_decision;if(!n)return[];let r=await gr(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 AA(e,t){let n=ea(e.limit,"assurance verdict limit");if(n!==void 0&&(n<1||n>cn))throw new p(`assurance verdict limit must be an integer from 1 through ${cn}`,f.USAGE);let r=await Hf(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 CA(e,t,n){if(e==="presets"){if(t.preset??t.id)return Ai(zg(t.preset??t.id),sc(t));let i=Qn.map(s=>{let o=Ai(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 an(()=>Yf(n,zg(t.preset??t.id),sc(t),{author:t.author,message:t.message}));if(e==="derive"){let i=await Xf(await gr(n,{resolve_tree:!1,trigger:"derive"}),sc(t)),s=t.apply?await an(()=>Jf(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 En("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 Vo(n,"assertion",t.id);return an(()=>Qf(n,r,t.enforcement,{author:t.author,message:t.message}))}async function IA(e,t,n){if(!e.id)return En("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([TA(t),gr(t,{...n.workspace,tree_id:e.tree,trigger:i})]),a=await Of(()=>Kf(r,s,o,{trigger:i,dry_run:e.dry_run===!0}));return a.dry_run||await Wf(t,a,{author:e.author,message:e.message}),a}function Wg(e){throw e instanceof p?e:new p(e instanceof Error?e.message:"assurance risk request is invalid",f.USAGE)}function RA(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 qg(t)}catch(n){return Wg(n)}}function OA(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 NA(e,t,n){let r=W(t.policy),i=rc?.pm_root===e?rc:void 0,s=new Map(n.map(d=>[d.id,bA("sha256").update(W(Zi(d))).digest("hex")])),o=i?.policy_serialized===r?i:void 0,a=o?OA(o,s):new Set,c=jg(t.policy,o?n.filter(d=>a.has(d.id)):n,o?{previous_index:o.index,changed_item_ids:[...a]}:{});return rc={pm_root:e,policy_serialized:r,item_fingerprints:s,index:c},c}async function LA(e,t){let n=RA(e),r=await gr(t,{include_history:!1,resolve_tree:!1});try{return Gg(NA(t,n,r.items),n.change,{cursor:n.cursor,limit:n.limit})}catch(i){return Wg(i)}}async function DA(e,t={},n={}){let r=kA(e.action),i=I(process.cwd(),t.path);if(r==="presets"||r==="apply"||r==="derive"||r==="promote")return CA(r,e,i);if(r==="verdicts")return AA(e,i);if(r==="run")return IA(e,i,n);if(r==="risk")return LA(e,i);let s=EA(e.kind);if(r==="list")return Jn(i,s);if(!e.id)return En("id",`assurance ${r} requires an id`,`pm assurance ${r} ${s} <id>`);let o=e.id;if(r==="show")return Vo(i,s,o);if(r==="remove"){let l=await an(()=>Bf(i,s,o,{author:e.author,message:e.message}));return Bg(l,e.idOnly)}let a=SA(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 xA(i,a)}:{}},d=await an(()=>Ti(i,s,a,c));return Bg(d,e.idOnly)}function bq(e,t,n){let r={...e,...t};return DA({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:ea(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 MA}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 Fq(e){let t={...e,...e.full===!0?{fullHistory:!0}:{}};return delete t.full,Me(e,t)}function Hg(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 PA(e,t){return t===void 0?e:t===0?[]:e.slice(Math.max(0,e.length-t))}function Pt(e,t){let n=e[t];return Array.isArray(n)?n:[]}function $q(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=Q(n,"--add");return Object.keys(s).map(c=>c.trim().toLowerCase()).some(c=>c!=="text")?n:s.text?.trim()||n}catch{return n}}function FA(e){return typeof e=="object"&&e!==null&&"code"in e}function Vg(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 $A(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=Jt(),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 Vg(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 Vg(e,"--file -"),{value:await r.resolveValue("-","--file")??"",emptyFlag:"--file"};try{return{value:await MA(s,"utf8"),emptyFlag:"--file"}}catch(o){if(FA(o)&&Vt(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 Uq(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 $A(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 wr(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 Xg(e){return e==="comments"?"--stdin":"--add -"}function UA(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=Xg(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 jA(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> ${Xg(e.collectionKey)}`]})}async function jq(e,t,n,r){jA(r,t);let i=I(process.cwd(),n.path);await $(i);let s=await R(i),o=U(s,F()),a=Gn(t.limit);if(r.input.mode==="list"){let _=await Z(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=Pt(g.document.metadata,r.collectionKey);return ns(_.id,r.collectionKey,h,a,t.includeMeta===!0)}let c=q(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=Pt(y.metadata,r.collectionKey),k=Yg(r.input.index,w.length,r.collectionKey);return Hg(w[k],"deleted"),w.splice(k,1),y.metadata[r.collectionKey]=w,{changedFields:[r.collectionKey]}}})}catch(y){wr(y,r.conflictGuidance)}let h=Pt(g.item,r.collectionKey);return ns(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??"";UA(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=Pt(y.metadata,r.collectionKey),k=Yg(r.input.index,w.length,r.collectionKey),E=w[k];return Hg(E,"edited"),w[k]={...E,text:l,edited_at:x()},y.metadata[r.collectionKey]=w,{changedFields:[r.collectionKey]}}})}catch(y){wr(y,r.conflictGuidance)}let h=Pt(g.item,r.collectionKey);return ns(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=Pt(_.metadata,r.collectionKey),h={created_at:x(),author:c,text:l};return g.push(r.createEntry(h)),_.metadata[r.collectionKey]=g,{changedFields:[r.collectionKey]}}})}catch(_){wr(_,r.conflictGuidance)}let m=Pt(u.item,r.collectionKey);return ns(u.item.id,r.collectionKey,m,a,t.includeMeta===!0,{action:"add",entryIndex:m.length,entry:m.at(-1)},t.fullHistory===!0)}function Yg(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 ns(e,t,n,r,i,s,o=!1){let a=s===void 0||o?PA(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 Jg(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 Qg="no_available_next_item";function GA(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 qA(e,t,n,r={}){let i=I(process.cwd(),n.path);await $(i);let s=await R(i),o=J(s.schema),a=q(r.author,s.author_default),c=ho(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,ti(_.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 Jg(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 Af({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 Jq(e,t,n={},r={}){let i=KA(n.maxAttempts),s=await R(I(process.cwd(),t.path)),o={...n,author:q(n.author,s.author_default)},a=await If({...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 zA(c.slice(0,i),e,t,o)}function KA(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 zA(e,t,n,r={},i=qA){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(!GA(c))throw c}}if(r.ifAvailable===!0)return{available:!1,item:null,claimed_by:q(r.author,""),previous_assignee:null,forced:t,skipped:!0,recommendation:null,attempts:s,warnings:[Qg]};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:Qg,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 Qq(e,t,n,r={}){let i=I(process.cwd(),n.path);await $(i);let s=await R(i),o=q(r.author,s.author_default),a=ho(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){wr(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 Cf({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 nK=Object.freeze({requireCloseReason:!0,orderingEdges:"preserve"});function BA(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 eh(e,t){return oc(e,t,{operation:"close"})}function oc(e,t,n){let r=BA(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 th(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 WA=[{key:"resolution",label:"resolution (--resolution)"},{key:"expected_result",label:"expected_result (--expected-result)"},{key:"actual_result",label:"actual_result (--actual-result)"}];function HA(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 VA(e){let t=[];for(let n of WA){let r=e[n.key];(typeof r!="string"||r.trim().length===0)&&t.push(n)}return t}async function YA(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 XA(e){return typeof e!="string"||e.trim().length===0}async function JA(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 Z(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 YA(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 QA(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 ZA(e,t,n){let r=new Map(e.map(a=>[a.id.trim().toLowerCase(),a])),i=vf(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 eC(e,t,n,r,i,s){let o=ZA(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 tC(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 nC(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)XA(e[i])&&(e[i]=s,n.push(i));return n}function rC(e,t,n,r){let i=[];if(t!=="off"){let s=VA(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:wl(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 iC(e,t){return t!==void 0?(e.close_reason=t,["close_reason"]):[]}function sC(e){return e.assignee===void 0?[]:(delete e.assignee,["assignee"])}function oC(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=tC(e,t.options),r=nC(e,t.duplicateOf),i=rC(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"]:[],...iC(e,t.closeReason),...n];if(_u(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(...sC(e));let a=th(e,t.lifecyclePolicy);return o.push(...a.changedFields),i.push(...a.warnings),{changedFields:o,...i.length>0?{warnings:i}:{}}}async function aC(e,t,n,r){let i=I(process.cwd(),r.path);await $(i);let s=await R(i),o=J(s.schema),a=q(n.author,s.author_default),c=U(s,F()).type_to_folder,d=await Z(i,e,s.id_prefix,s.item_format,c);if(!d)throw await qn(i,e,s.id_prefix,c);let l=await JA(i,s,n.duplicateOf,d.id),u={requireCloseReason:n.lifecyclePolicy?.requireCloseReason??s.governance.require_close_reason,orderingEdges:n.lifecyclePolicy?.orderingEdges??"preserve"},m=eh({explicit:t,duplicateOf:l,resolution:n.resolution,message:n.message},u.requireCloseReason).closeReason,_=HA(n.validateClose)??s.governance.close_validation_default,g=await be(i,s.item_format,c,void 0,s.schema),h=QA(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 oC(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 eC(i,s,g,d.id,a,o)]}}function nh(e,t,n,r){return aC(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 ac=[{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."}],rh=[f.SUCCESS,f.GENERIC_FAILURE,f.USAGE,f.NOT_FOUND,f.CONFLICT,f.DEPENDENCY_FAILED],cC=new Set(["close-many","update-many"]),sh=Ve.map(e=>({command:e,exit_codes:cC.has(e)?[...rh,f.NO_EFFECT,f.PARTIAL_EFFECT]:[...rh]})),ih=new Map(sh.map(e=>[e.command,e])),dC=[f.SUCCESS,f.NO_EFFECT,f.PARTIAL_EFFECT];function fK(e){return dC.includes(e)}function pK(e){return ac.some(t=>t.exit_code===e)}function oh(e){let t=e.trim().toLowerCase().split(/\s+/u).filter(Boolean).join(" ");return ih.get(t)??ih.get(t.split(" ")[0])}function _K(e,t=Ve,n=sh){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 gK(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 ah(e){return[...e].sort().join("\0")}function lC(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 ch(e,t,n,r,i){let s=t.resolve(i);if(s?.ordering!==!0)return;let o=af(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";lC(e,c?n:a,c?a:n)}function uC(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();ch(n,t,s,i.blocked_by,"blocked_by");for(let o of i.dependencies??[])typeof o!="object"||o===null||ch(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 mC(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 fC(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 dh(e,t,n){let r=uC(e,t),i=r.canonicalIds.get(n.trim().toLowerCase());if(i===void 0)return{cycles:[],successors:new Map,canonical:n};let s=fC(r,mC(r,i));return{cycles:lf(s).filter(o=>o.includes(i)),successors:s,canonical:i}}function pC(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=_C(e,r,i,s);if(o)return o}return[...t,t[0]]}function _C(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 rs(e,t,n){let r=ke(),i=dh(e,r,n),s=dh(t,r,n),o=new Set(i.cycles.map(ah)),a=new Set(Po(e,void 0,r).map(d=>`${d.holder_id.toLowerCase()}\0${d.target_id.toLowerCase()}\0${d.dependency_kind}`));return[...Po(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:${uf(d)}:remove_contradicting_dependency_row:run_pm_graph_audit`),...s.cycles.filter(d=>!o.has(ah(d))).map(d=>`ordering_cycle_created:${pC(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 gC=3,lh=20,hC=.8,yC=100,uh=1e3,mh=1e6;function fh(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 wC(e,t){let n=e.items[0],r=I(t.cwd??process.cwd(),t.pmRoot),i=J((await R(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 ph(e){let t=e.limit??gC,n=e.threshold??hC;if(!Number.isSafeInteger(t)||t<0||t>lh)throw new p(`Similarity limit must be an integer from 0 to ${lh}.`,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 vC(e){let t=e.limit??yC;if(!Number.isSafeInteger(t)||t<0||t>uh)throw new p(`Duplicate cluster limit must be an integer from 0 to ${uh}.`,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 bC(e,t){let n=I(e.cwd??process.cwd(),e.pmRoot),r=await R(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=J(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:xo(u.title)})),statuses:d}}function _h(e,t=mh){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 ${mh} 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 DK={buildDuplicateClusters:hh,collectDuplicateCandidatePairs:_h,createDuplicateUnionFind:gh};function gh(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 kC(e,t,n,r){let i=[];for(let s of t){let[o,a]=s.split(":").map(u=>Number.parseInt(u,10)),c=Co(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 hh(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 EC(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,...Ao(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 SC(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}=ph(t),s=I(t.cwd??process.cwd(),t.pmRoot),o=await R(s),a=U(o),c=await _i(s,Object.values(a.type_to_folder)),d=To(n),l=c&&d.length>0?await iu({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=EC(n,u,new Set(e.excludeIds??[]),i,r);return{items:m,count:m.length,threshold:i,source:l?"persistent_index":"metadata_fallback"}}async function yh(e={}){let{threshold:t}=ph({...e,limit:void 0}),{limit:n,since:r}=vC(e),{items:i,statuses:s}=await bC(e,r),o=_h(i),a=gh(i.length),c=kC(i,o,t,a),d=hh(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 cc(e,t){if(t.mode==="off")return;let n=await SC(e,t);if(n.count===0)return;let r=await wC(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 Ft=["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"],TC=new Set(Ft),xC=Ft.map(e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join("|"),AC=new RegExp(`^(?:[-*+]\\s+)?(?:${xC})\\s*[:=]`,"i");function is(e){return e.startsWith("```")||e.includes(`
|
|
15
|
+
`)?!0:AC.test(e)}function ss(e,t){let n={},r=[];for(let[i,s]of Object.entries(e)){let o=i.toLowerCase();if(!TC.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: ${Ft.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 jt=new Set(["PM_PATH","PM_GLOBAL_PATH","PM_SOURCE_PM_PATH","PM_SOURCE_WORKSPACE_ROOT",Wn,_f,"FORCE_COLOR"]),cs=/^[A-Za-z_][A-Za-z0-9_]*$/,Ut=["schema","tracker","auto"],wh=["source","isolated","snapshot"];function vr(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(!cs.test(o))throw new p(`${t} env_set key "${o}" is invalid`,f.USAGE);if(jt.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 br(e,t){if(!e)return;let n=Kn(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(!cs.test(r))throw new p(`${t} env_clear key "${r}" is invalid`,f.USAGE);if(jt.has(r.toUpperCase()))throw new p(`${t} env_clear key "${r}" is reserved for sandbox safety`,f.USAGE)}return n}function ds(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 ls(e,t){if(!e)return;let n=e.trim().toLowerCase();if(Ut.includes(n))return n;throw new p(`${t} pm_context_mode must be one of: ${Ut.join(", ")}`,f.USAGE)}function Gt(e,t){if(!e)return;let n=e.trim().toLowerCase();if(wh.includes(n))return n;throw new p(`${t} workspace_context_mode must be one of: ${wh.join(", ")}`,f.USAGE)}function qt(e){if(!e)return;let t=Kn(e,{separators:/[;\n]/});return t.length>0?t:void 0}function Sn(e,t,n){let r=qt(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 us(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 ms(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 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_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 CC=new Set(Ft);function ps(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function IC(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 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: ${Ft.join(", ")}.`);return n}function $t(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 os(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 vh(e,t,n){let r=os(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 as(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 RC(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:as(n,"timeout_seconds",t),s=r===void 0?void 0:as(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 OC(e,t){let n=$t(e,"scope",t);if(n===void 0)return"project";if(!Le.includes(n))throw t(`field "scope" must be one of: ${Le.join(", ")}`);return n}function NC(e,t){if(!Object.hasOwn(e,"env_set"))return;let n=e.env_set;if(n===void 0)return;if(!ps(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(!cs.test(i))throw t(`field "env_set" key "${i}" is invalid`);if(jt.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 LC(e,t){let n=os(e,"env_clear",t);if(n){for(let r of n){if(!cs.test(r))throw t(`field "env_clear" key "${r}" is invalid`);if(jt.has(r.toUpperCase()))throw t(`field "env_clear" key "${r}" is reserved for sandbox safety`)}return n}}function DC(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 MC(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=as(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 PC(e,t){if(!Object.hasOwn(e,"assert_json_field_equals"))return;let n=e.assert_json_field_equals;if(n===void 0)return;if(!ps(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 FC(e,t){if(!Object.hasOwn(e,"assert_json_field_gte"))return;let n=e.assert_json_field_gte;if(n===void 0)return;if(!ps(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]=as(s,`assert_json_field_gte.${i}`,t)}return Object.keys(r).length>0?r:void 0}function $C(e,t,n){let r=m=>new p(`${n} ${t} ${m}`,f.USAGE);if(!ps(e))throw r(`must be a JSON object with linked-test fields. Allowed keys: ${Ft.join(", ")}.`);let i=IC(e,r),s=$t(i,"command",r),o=$t(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=$t(i,"path",r),d=$t(i,"pm_context_mode",r);if(d!==void 0&&!Ut.includes(d))throw r(`field "pm_context_mode" must be one of: ${Ut.join(", ")}`);let l=Gt($t(i,"workspace_context_mode",r),`${n} ${t}`),u=$t(i,"note",r);return{command:a,path:c!==void 0&&c.length>0?c:void 0,scope:OC(i,r),timeout_seconds:RC(i,r),pm_context_mode:d,workspace_context_mode:l,env_set:NC(i,r),env_clear:LC(i,r),shared_host_safe:DC(i,"shared_host_safe",r),assert_stdout_contains:os(i,"assert_stdout_contains",r),assert_stdout_regex:vh(i,"assert_stdout_regex",r),assert_stderr_contains:os(i,"assert_stderr_contains",r),assert_stderr_regex:vh(i,"assert_stderr_regex",r),assert_stdout_min_lines:MC(i,r),assert_json_field_equals:PC(i,r),assert_json_field_gte:FC(i,r),note:u!==void 0&&u.trim().length>0?u.trim():void 0}}function bh(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)=>$C(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 UC={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 jC(e){return UC[e]}function dc(e){return jC(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 GC="hierarchy-integrity";async function _s(e){let t=e.required?await tn(e.pmRoot,GC,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 gs(e){let t=e.trim();return t.toLowerCase()==="med"?"medium":t}function hs(e){let t=e.trim();return t.toLowerCase()==="med"?"medium":t}function ys(e){let t=e.trim().toLowerCase();if(t==="med")return"medium";if(Ld.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 ws(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 qC=new Set(["none","null"]);function vs(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:qC.has(e.trim().toLowerCase())}function bs(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 Ce(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 ks(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 KC=new Set(["event","meeting","reminder","milestone","decision","adr"]);function kh(e,t,n,r){if(KC.has(t.trim().toLowerCase())||n!==r.open_status)return;let i=ei("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 lc=[{canonical:"tags",aliases:["tags"],optionKey:"tags",metadataKey:"tags"}],uc=[{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"}],Eh=[...lc,...uc],Es=[{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 Ss(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 Ts(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 Th(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 mc(e){return e?e.split("|").map(t=>t.trim()).filter(t=>t.length>0):[]}function Ie(e,t,n){if(!t.includes(e))throw new p(`Invalid ${n} value "${e}". Allowed: ${t.join(", ")}`,f.USAGE);return e}var xh=["recur_freq","recur_interval","recur_count","recur_until","recur_by_weekday","recur_by_month_day","recur_exdates"];function zC(e,t){return t==="defined"?e!==void 0:!!e}function Sh(e,t,n){if(!zC(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 BC(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 WC(e){return Array.from(new Set(mc(e).map(t=>Ie(t.toLowerCase(),Ud,"event weekday")))).sort((t,n)=>mo(t)-mo(n))}function HC(e){return Array.from(new Set(mc(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 VC(e,t){return Array.from(new Set(mc(e).map(n=>ue(n,t,"event.recur_exdates")))).sort((n,r)=>n.localeCompare(r))}function Ah(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=Ie(i.toLowerCase(),$d,"event recurrence frequency"),_=Sh(s,"recur_interval",r),g=Sh(o,"recur_count",r),h=BC(a,t,n),y=WC(c),w=HC(d),k=VC(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 kr(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 Er(e,t,n=ke()){for(let r of t??[])try{Qd(e,r.id,r.kind,n)}catch(i){throw new p(Cd(i),f.USAGE,{code:"dependency_edge_not_allowed",why:`${e} -> ${r.id} (${r.kind}) violates the active relationship-kind policy`})}}async function Ch(e,t){return(await fe(e,{schema:t})).document.metadata.created_at}async function YC(e,t){if(e.createdAt!==void 0)return e.createdAt;let n=await Z(t.pmRoot,e.id,t.idPrefix,t.itemFormat,t.typeToFolder);return n===null?void 0:Ch(n,t.schema)}function XC(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 JC(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 Ch(n.get(i),e.context.schema)])));for(let i of e.holders){let s=await YC(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 XC({holder:i,dependency:o,sourceCreatedAt:s,targetCreatedAt:a,registry:e.registry})}}}async function xs(e){let t=e.registry??ke(),n=(e.dependencies??[]).filter(o=>!of(o.source_kind)),r=[...new Set(n.map(o=>o.id))],i=await Promise.all(r.map(async o=>({target:o,located:await Z(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 JC({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 Ih="--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.",QC="--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).",ZC=/^([+-]?)(\d+)(min|mins|minute|minutes)$/i,eI=/^([+-]?)[Pp][Tt](?:(\d+)[Hh])?(?:(\d+)[Mm])?(?:(\d+)[Ss])?$/,Oh=1e3,fc=60*Oh,tI=60*fc;function Rh(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 nI(e,t){let n=new Date(e),r=t.trim(),i=ZC.exec(r);if(i){let a=i[1]==="-"?-1:1,c=Number.parseInt(i[2],10)*a;return Rh(n.getTime()+c*fc,r)}let s=eI.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=_*tI+g*fc+h*Oh;return Rh(n.getTime()+m*y,r)}}let o=r.startsWith("+")||r.startsWith("-")?r:`+${r}`;return ue(o,n,"event.duration")}function Nh(e,t,n,r){if(t&&n)throw new p(QC,f.USAGE);if(n){let s=nI(e,n);if(s<e)throw new p(Ih,f.USAGE);return s===e?void 0:s}if(!t)return;let i=ue(t,r,"event.end");if(i<e)throw new p(Ih,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 rI=["at","date","text","title"],iI=["start","date","end","duration","title","description","location","timezone","all_day",...xh],sI=["key","value"];function Lh(e,t){return t==="trimmed"?e?.trim():e}function oI(e,t){return t==="defined"?e!==void 0:!!e}function As(e,t,n){return e.map(r=>{let i=Q(r,"--reminder");ge(i,"--reminder",rI);let s=Lh(i.at??i.date,n.valueMode),o=Lh(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 Cs(e,t,n){return e.map(r=>{let i=Q(r,"--event");ge(i,"--event",iI);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=Nh(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[b,T,C]of k)if(T!==void 0&&!C)throw new p(`--event ${b} must not be empty`,f.USAGE);let E=i.all_day?.trim(),S=Ah(i,o,t,n.recurrenceEmptyNumericGuard),v=oI(E,n.allDayEmptyGuard)?Th(E,"--event all_day"):void 0;return{start_at:o,end_at:d,title:g,description:h,location:y,all_day:v,timezone:w,recurrence:S}})}function Is(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=Q(r,"--type-option");ge(a,"--type-option",sI),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 aI=["strict","progressive"],cI=["lightweight"],Fh=new Set(["Reminder","Meeting","Event"]),dI=new Set(["author","created_at","text"]),_c=[...Eh,{canonical:"author",aliases:["author"],optionKey:"author",metadataKey:"author"},...Es],lI=(()=>{let e=new Map;for(let t of _c)for(let n of t.aliases)e.set(n,{optionKey:t.optionKey,metadataKey:t.metadataKey});return e})(),Rs=new Map(_c.map(e=>[e.optionKey,e.canonical])),uI=_c.map(e=>e.canonical).sort((e,t)=>e.localeCompare(t)).join(", ");function mI(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 fI(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 pc(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 pI=vs();function $h(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([...Rs.keys(),"rank"]);for(let i of r){let s=t[i];if(typeof s!="string"||!qe(s))continue;let o=i==="rank"?"order":Rs.get(i)??i;n(o),t[i]=void 0}return Me(e,ks(t,pI))}function he(e){if(e!==void 0)return e}function _I(e,t){return Ss({raw:e,supportedFields:uI,resolveDefinition:n=>lI.get(n)??Ts(n,"create",t)})}var Dh=["id","kind","type","author","created_at","source_kind"],Os=["path","scope","note"];function gI(e,t,n,r){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ce(e,"--dep","Use --clear-deps to clear dependencies."),{values:e.map(s=>{let o=s.trim(),a=gc(o,Dh);kr(o,a);let c=a?Q(s,"--dep"):{id:o,kind:"related"};a&&ge(c,"--dep",Dh);let d=he(c.id),l=hI(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=zn(he(c.source_kind)),m=he(c.author);return{id:Bn(d,n,u),kind:Ie(l,Pn,"dependency kind"),created_at:pc(c.created_at,t),author:m??r,source_kind:u??"cli:create:dep",author_source:m?"asserted":"detected"}}),explicitEmpty:!1})}function hI(e){return typeof e=="string"?Ot(e)??e.trim():e}function gc(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:Xt(e)}function zt(e,t,n,r){return!t||t.length===0?{values:void 0,explicitEmpty:!1}:(Ce(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=Q(o,e)}catch(m){if(e==="--comment"||e==="--note"||e==="--learning")return c();throw m}if(Object.keys(d).filter(m=>!dI.has(m)).length>0)return{created_at:pc(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:pc(d.created_at,n),author:he(d.author)??r,text:u}}),explicitEmpty:!1})}function hc(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ce(e,"--file","Use --clear-files to clear linked files."),{values:e.map(n=>{let r=n.trim(),i=gc(r,Os),s=i?Q(n,"--file"):{path:r};if(i&&ge(s,"--file",Os),!s.path)throw new p("--file requires path=<value> or a bare file path",f.USAGE);return{path:s.path,scope:Ie(s.scope??"project",Le,"file scope"),note:he(s.note)}}),explicitEmpty:!1})}function yc(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ce(e,"--test","Use --clear-tests to clear linked tests."),{values:e.map(n=>{let r=n.trim(),i=is(r)?ss(Q(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:Ie(i.scope??"project",Le,"test scope"),timeout_seconds:d?me(d,"timeout_seconds"):void 0,pm_context_mode:ls(i.pm_context_mode,"--test"),workspace_context_mode:Gt(i.workspace_context_mode,"--test"),env_set:vr(i.env_set,"--test"),env_clear:br(i.env_clear,"--test"),shared_host_safe:ds(i.shared_host_safe,"--test","shared_host_safe"),assert_stdout_contains:qt(i.assert_stdout_contains),assert_stdout_regex:Sn(i.assert_stdout_regex,"--test","assert_stdout_regex"),assert_stderr_contains:qt(i.assert_stderr_contains),assert_stderr_regex:Sn(i.assert_stderr_regex,"--test","assert_stderr_regex"),assert_stdout_min_lines:us(i.assert_stdout_min_lines,"--test"),assert_json_field_equals:ms(i.assert_json_field_equals,"--test"),assert_json_field_gte:fs(i.assert_json_field_gte,"--test"),note:he(i.note)}}),explicitEmpty:!1})}function wc(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ce(e,"--doc","Use --clear-docs to clear linked docs."),{values:e.map(n=>{let r=n.trim(),i=gc(r,Os),s=i?Q(n,"--doc"):{path:r};if(i&&ge(s,"--doc",Os),!s.path)throw new p("--doc requires path=<value> or a bare doc path",f.USAGE);return{path:s.path,scope:Ie(s.scope??"project",Le,"doc scope"),note:he(s.note)}}),explicitEmpty:!1})}function yI(e,t){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ce(e,"--reminder","Use --clear-reminders to clear reminders."),{values:As(e,new Date(t),{valueMode:"raw"}),explicitEmpty:!1})}function wI(e,t){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ce(e,"--event","Use --clear-events to clear linked events."),{values:Cs(e,new Date(t),{allDayEmptyGuard:"defined",recurrenceEmptyNumericGuard:"defined"}),explicitEmpty:!1})}function vI(e,t,n,r=[]){let i=[...Ed.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 bI(e,t){let n=e??"";if(t.length===0)return n;let r=`explicit_unset=${t.join(",")}`;return n?`${n} | ${r}`:r}function Mh(e,t,n){let r=Fn("create",e);if(!r)throw new p(`Unsupported ${n} entry "${e}" for type "${t}"`,f.CONFLICT);return r}function kI(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 Uh(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 EI(e,t){let n=new Set(["title","type"]);if(t!=="strict")return n;for(let r of e.required_create_fields)n.add(Mh(r,e.name,"required_create_fields"));for(let r of e.required_create_repeatables)n.add(Mh(r,e.name,"required_create_repeatables"));return n}function SI(e,t,n,r){for(let i of e)if(!(!Uh(t,i)&&!n.has(i)))throw new p(`Option ${Se("create",i)} is disabled for type "${r}" by command_option_policies`,f.USAGE)}function TI(e,t,n){if(t!=="strict")return;let r=e.filter(s=>n.has(s)&&!dc(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 xI(e){return!e||e.length===0?{values:void 0,explicitEmpty:!1}:(Ce(e,"--type-option","Use --clear-type-options to clear existing type options."),{values:Is(e),explicitEmpty:!1})}async function AI(e){return await Jr(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 CI(e){return Nt(e)?await AI(e):e}function II(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: ${aI.join(", ")}`,f.USAGE)}function RI(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: ${cI.join(", ")}`,f.USAGE)}function OI(e,t,n){let r=II(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 NI(e,t,n,r){let i=e.name,s=kI(t),o=EI(e,n),a=Yt(e,"create",o);if(a.errors.length>0)throw new p(a.errors.join("; "),f.CONFLICT);SI(a.disabled,s,r,i),TI(a.required,n,r);let c=l=>l==="status"&&e.default_status!==void 0||r.has(l)&&dc(l)?!0:Uh(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 jh=/^Missing required type option "([^"]+)" for type "([^"]+)"$/;function LI(e,t){let n=[];for(let r of e){let i=r.match(jh);i&&i[2]===t&&n.push(i[1])}return[...new Set(n)].sort((r,i)=>r.localeCompare(i))}function DI(e,t){return e.filter(n=>{let r=n.match(jh);return!r||r[2]!==t})}function MI(e,t,n,r){let i=DI(e,t);if(i.length===0)return;let s=Gh(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 PI(e,t){let r=e.options.find(i=>i.key===t)?.values[0];return typeof r=="string"&&r.trim().length>0?r:"<value>"}function FI(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 Gh(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(...FI(c,e.name,r)),a.add(c));for(let c of n){let d=PI(e,c);i.push("--type-option",`${c}=${d}`)}return i.join(" ")}function vc(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 $I(e){return mi(e)}function UI(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 jI(e){return e.trim().toLowerCase().split(/\s+/).filter(t=>t.length>0).join(" ")}function GI(){let e=F();return e?e.commands.some(t=>t.action==="templates-show"||jI(t.command)==="templates show"):!1}function qI(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 KI(e,t,n){if(!GI())throw new p("--template requires the templates package. Install it first (for example: pm install templates --project).",f.USAGE);let r=await sl({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 qI(r.result,e)}function zI(e){return $(e)}function V(e,t,n){return e.has(t)||n===void 0?void 0:he(n)}function Kt(e,t,n,r){return e.has(t)||n===void 0?void 0:r(n)}var BI=new Set(["milestone","meeting","reminder","event"]);function qh(e,t,n,r){let i=t!==void 0,s=n!==void 0&&n.length>0,o=r!==void 0&&r.length>0;return BI.has(e.toLowerCase())&&!i&&!s&&!o}function WI(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`),qh(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 HI(e,t,n,r){if(e!==void 0||n.has("parent")||t.parent!==void 0)return{parent:e,parentSource:void 0};let i=await hl(r);return i===void 0?{parent:e,parentSource:void 0}:{parent:i,parentSource:"focus"}}async function VI(e,t,n,r,i,s){let o=di(i);if(ui(r,o,t.id_prefix),await Z(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:li(c,s).warnings}}async function YI(e){return e.parent===void 0?{parent:void 0,warnings:[]}:await VI(e.pmRoot,e.settings,e.typeRegistry,e.itemId,e.parent,e.policy)}async function XI(e){if(e.explicitId===void 0)return Hl(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||Vl(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 Ph(e,t,n,r,i){let s=V(e,t,n);if(s===void 0)return{value:void 0,warnings:[]};let o=fi(r,s,i);return{value:o.value,warnings:o.warnings}}async function JI(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 Z(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 QI(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&&rt(i,n)){e.type=i;return}rt("Task",n)&&(e.type="Task")}function ZI(e,t){return e.options.filter(n=>Fn("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 eR(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 KI(g,t,n);s=$h(UI(h,s))}if(s.type===void 0&&QI(s,r,i),s.type===void 0)throw new p("Missing required option --type <value>",f.USAGE);let a=rt(s.type,i);if(!a){let g=Yl(s.type),h=g?rt(g,i):void 0;if(h)o.push(`type_coercion:${s.type.trim()}:${h}`),s.type=h,a=h;else throw new p(pi(s.type,i.types,Zr(n,r.schema)),f.USAGE)}let c=qr(a,i);if(!c)throw new p(`Invalid type value "${s.type}"`,f.USAGE);let d=c.name,l=ZI(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=RI(s.schedulePreset);if(m!==void 0&&!Fh.has(d))throw new p(`--schedule-preset ${m} is only supported for Reminder, Meeting, or Event types`,f.USAGE);let _=OI(s.createMode,m,r.governance.create_mode_default);return{resolvedOptions:s,typeDefinition:c,type:d,schedulePreset:m,createMode:_,warnings:o}}function tR(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 nR(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=Rs.get(r)??r;throw new p(`Cannot combine --unset ${s} with ${Se("create",r)}`,f.USAGE)}}function rR(e){let t=(n,r)=>{let i=Rs.get(r),s=i?`Use --unset ${i} to clear this field.`:void 0;bs(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 iR(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 sR(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=[Gh(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".'),Fh.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 oR(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?Vr(t.tags):[];return Xr(n,t.addTags)}function aR(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=Kt(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 cR(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:oc(a,n.governance.require_close_reason,{operation:"create",status:e}).closeReason,completedAt:o,warnings:[]}}async function dR(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=jd(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(b=>w.resolve(b.kind)?.hierarchy),E=await _s({pmRoot:t,author:o,ttlSeconds:i.locks.ttl_seconds,waitMs:i.locks.wait_ms,required:k}),S=k,v=[];try{let b=await tn(t,r,i.locks.ttl_seconds,o,!1,i.governance.force_required_for_stale_lock,i.locks.wait_ms);try{let T=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 Z(t,r,i.id_prefix,i.item_format,s.type_to_folder))throw new p(`Item "${r}" already exists`,f.CONFLICT);if(T){let P=J(i.schema);yi(T,[...T,c.metadata],r,A=>ce(A,P),w)}await nl({pm_root:t,operation:"create",before:null,after:c,changed_fields:u,sdk:au({pmRoot:t,settings:i,typeToFolder:s.type_to_folder})});let L=await su(t,o,{required:i.governance.duplicate_detection_mode==="strict"&&g!==!0}),z=[];try{i.governance.duplicate_detection_mode==="strict"&&g!==!0&&await cc(_,{pmRoot:t,mode:"strict",threshold:i.governance.duplicate_detection_threshold,limit:i.governance.duplicate_detection_limit,allowDuplicate:!1}),await _e(h,_l(c,{format:i.item_format,schema:i.schema,extensionFieldNames:a}));try{let P=Ul({nowIso:m,author:o,op:"create",before:d,after:c,message:l});await jl(y,P)}catch(P){throw await bd(h),P}S&&(await E(),S=!1),z=await ou({pmRoot:t,preferredFormat:i.item_format,typeToFolder:s.type_to_folder,schema:i.schema,itemPath:h,document:c})}finally{await L()}v=[...T?rs(T,[...T,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})],el({id:c.metadata.id,op:"create",item_type:c.metadata.type,status:c.metadata.status,current:tl(c.metadata,u),changed_fields:u})}finally{await b()}}finally{S&&await E()}return v}async function bc(e,t){let n=$h(await CI(e)),r=I(process.cwd(),t.path);await zI(r);let i=await R(r),s=J(i.schema),o=Qt(i.schema),a=U(i,F()),c=await eR(n,t,r,i,a);n=c.resolvedOptions;let{typeDefinition:d,type:l,createMode:u}=c,m=_I(n.unset,o),{explicitUnsets:_,clearOptionKeys:g}=tR(n,m);nR(n,m),rR(n);let h=NI(d,n,u,g),y=x(),w=q(he(n.author),i.author_default),k=gI(n.dep,y,i.id_prefix,w),E=zt("--comment",n.comment,y,w),S=zt("--note",n.note,y,w),v=zt("--learning",n.learning,y,w),b=hc(n.file),T=yc(n.test);T.values=await bn(T.values,w,y);let C=wc(n.doc),L=yI(n.reminder,y),z=wI(n.event,y),P=xI(n.typeOption),A=$n(l,P.values,a),M=F(),ne=_t(M),re=Wr(n.field,M),Ee=ul(n,o,l),Ke=new Set(Ee.missing_required_flags),At=o.definitions.filter(X=>Ke.has(`--${X.cli_flag}`));iR(re,Ee,m);let tt=LI(A.errors,l),ze=tt.map(X=>`--type-option ${X}=<value>`),Dn=[...new Set([...h,...ze,...Ee.missing_required_flags])].sort((X,ao)=>X.localeCompare(ao));sR({combinedMissingFlags:Dn,typeDefinition:d,missingRequiredCreateFlags:h,missingRequiredTypeOptionKeys:tt,openStatus:s.open_status,type:l,createMode:u,missingRequiredRuntimeFields:At}),MI(A.errors,l,d,s);let we=await XI({pmRoot:r,settings:i,typeRegistry:a,explicitId:n.id}),Be=n.status!==void 0?mI(n.status,s):fI(d,s),Ct=n.priority!==void 0?$I(n.priority):2,D=m.metadataKeys,Ne=oR(D,n),nt=Kt(D,"deadline",n.deadline,X=>ue(X,new Date(y),"deadline")),Dr=Kt(D,"estimated_minutes",n.estimatedMinutes,X=>Qr(X,"estimated-minutes")),mt=V(D,"acceptance_criteria",n.acceptanceCriteria),eo=V(D,"definition_of_ready",n.definitionOfReady),We=aR(D,n),to=V(D,"goal",n.goal),Mr=V(D,"objective",n.objective),Av=V(D,"value",n.value),Cv=V(D,"impact",n.impact),Iv=V(D,"outcome",n.outcome),Rv=V(D,"why_now",n.whyNow),Ov=V(D,"assignee",n.assignee),Nv=D.has("author")?void 0:he(n.author)??w,Lv=V(D,"parent",n.parent),dd=await HI(Lv,n,D,r),no=dd.parent,Dv=dd.parentSource,Mv=V(D,"reviewer",n.reviewer),Pv=Kt(D,"risk",n.risk,X=>Ie(gs(X),jr,"risk")),Fv=Kt(D,"confidence",n.confidence,X=>ys(X)),$v=n.allowMissingParent===!0&&i.validation.parent_reference==="strict_error"?"warn":i.validation.parent_reference,ld=i.validation.sprint_release_format,It=[...c.warnings,...WI(l,we,nt,L.values,z.values)],ud=await YI({itemId:we,parent:no,pmRoot:r,settings:i,typeRegistry:a,policy:$v});no=ud.parent,It.push(...ud.warnings);let md=Ph(D,"sprint",n.sprint,"sprint",ld),Uv=md.value;It.push(...md.warnings);let fd=Ph(D,"release",n.release,"release",ld),jv=fd.value;It.push(...fd.warnings);let pd=V(D,"blocked_by",n.blockedBy),_d=await JI({pmRoot:r,settings:i,typeRegistry:a,statusRegistry:s,blockedBy:pd,dependencyValues:k.values,status:Be,statusExplicit:n.status!==void 0,nowValue:y,author:w}),ro=_d.dependencyValues;Er(we,ro),It.push(...await xs({pmRoot:r,dependencies:ro,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=_d.status;let Gv=V(D,"blocked_reason",n.blockedReason),qv=V(D,"unblock_note",n.unblockNote),Kv=V(D,"reporter",n.reporter),zv=Kt(D,"severity",n.severity,X=>Ie(hs(X),Gr,"severity")),Bv=V(D,"environment",n.environment),Wv=V(D,"repro_steps",n.reproSteps),gd=V(D,"resolution",n.resolution),Hv=V(D,"expected_result",n.expectedResult),Vv=V(D,"actual_result",n.actualResult),Yv=V(D,"affected_version",n.affectedVersion),Xv=V(D,"fixed_version",n.fixedVersion),Jv=V(D,"component",n.component),Qv=Kt(D,"regression",n.regression,X=>ws(X)),Zv=V(D,"customer_impact",n.customerImpact),io=vc(n.title,"--title"),so=n.description??"",Pr=n.body??"",hd=await cc({title:io,description:so,body:Pr},{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(...fh(hd));let oo=cR(Be,s,i,n,gd,y),eb=oo.closeReason,tb=Be===s.close_status?y:void 0,nb=oo.completedAt;It.push(...oo.warnings);let Fr=pl({id:we,title:io,description:so,type:l,type_options:A.normalized,status:Be,closed_at:tb,completed_at:nb,close_reason:eb,priority:Ct,tags:Ne,created_at:y,updated_at:y,deadline:nt,assignee:Ov,author:Nv,estimated_minutes:Dr,acceptance_criteria:mt,definition_of_ready:eo,order:We,goal:to,objective:Mr,value:Av,impact:Cv,outcome:Iv,why_now:Rv,parent:no,reviewer:Mv,risk:Pv,confidence:Fv,sprint:Uv,release:jv,blocked_by:pd,blocked_reason:Gv,unblock_note:qv,reporter:Kv,severity:zv,environment:Bv,repro_steps:Wv,resolution:gd,expected_result:Hv,actual_result:Vv,affected_version:Yv,fixed_version:Xv,component:Jv,regression:Qv,customer_impact:Zv,dependencies:ro,comments:E.values,notes:S.values,learnings:v.values,files:b.values,tests:T.values,docs:C.values,reminders:L.values,events:z.values,...re,...Ee.values});try{Hr(Fr,M)}catch(X){throw new p(X instanceof Error?X.message:"Invalid extension item field values",f.USAGE)}let rb=gl({metadata:Fr,body:Pr},{schema:i.schema,extensionFieldNames:ne}),ib={metadata:{},body:""},yd=[..._].sort((X,ao)=>X.localeCompare(ao)),sb=bI(n.message,yd),wd=vI(Fr,Pr,yd,[...Object.keys(re),...Object.keys(Ee.values??{})]),ob=await dR({pmRoot:r,type:l,id:we,settings:i,typeRegistry:a,author:w,extensionFieldNames:ne,afterDocument:rb,beforeDocument:ib,historyMessage:sb,changedFields:wd,nowValue:y,similarityCandidate:{title:io,description:so,body:Pr},allowDuplicate:n.allowDuplicate}),vd=structuredClone(Fr);u==="strict"&&_.has("dependencies")&&(vd.dependencies=[]);let ab=kh(we,l,Be,s);return qh(l,nt,L.values,z.values)&&Pl(`[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:vd,changed_fields:wd,warnings:[...It,...ob],...Object.fromEntries([["parent_source",Dv],["next_transition",ab],["similarity_advisory",hd]].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 Tc=[...lc,{canonical:"close-reason",aliases:["close_reason","close-reason"],optionKey:"closeReason",metadataKey:"close_reason"},...uc,...Es],lR=(()=>{let e=new Map;for(let t of Tc)for(let n of t.aliases)e.set(n,{optionKey:t.optionKey,metadataKey:t.metadataKey});return e})(),Ns=new Map(Tc.map(e=>[e.optionKey,e.canonical])),uR=Tc.map(e=>e.canonical).sort((e,t)=>e.localeCompare(t)).join(", "),mR=new Set(["close_reason","assignee","parent","blocked_by","blocked_reason","unblock_note","dependencies","comments","notes","learnings","files","tests","docs","reminders","events"]),fR=vs({depDisableFlagKey:"replaceDeps",fileDisableFlagKey:"replaceFiles",testDisableFlagKey:"replaceTests",docDisableFlagKey:"replaceDocs"});function Xh(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([...Ns.keys(),"rank"]);for(let i of r){let s=t[i];if(typeof s!="string"||!qe(s))continue;let o=i==="rank"?"order":Ns.get(i)??i;n(o),t[i]=void 0}return Me(e,ks(t,fR))}function Jh(e,t,n=[]){return Ss({raw:e,supportedFields:uR,resolveDefinition:r=>{let i=n.find(o=>{let a=o.toLowerCase();return a===r||a.replaceAll("_","-")===r||a.replaceAll("-","_")===r});return lR.get(r)??Ts(r,"update",t)??(i?{optionKey:"field",metadataKey:i}:void 0)}})}var Kh=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 zh(e){let t=e.disallowedFlags.flatMap(r=>{let i=Kh.get(r);return i?[i(e.id)]:[]}),n=e.disallowedFlags.flatMap(r=>{let i=Kh.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 pR(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 zh({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=>mR.has(c)).sort((c,d)=>c.localeCompare(d)).map(c=>`--unset ${c.replaceAll("_","-")}`);if(o.push(...a),o.length>0)throw zh({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 _R(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 gR(e){if(e.enforcement==="off"||e.typeWorkflows.length===0)return;let t=Jl({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: ${Ql(t.allowedTransitions)}.`;if(e.enforcement==="strict")throw new p(i,f.USAGE);return`workflow_transition_not_allowed: ${i}`}function hR(e,t){return!e||e.trim()===""||e.trim().toLowerCase()==="now"?t:Qh(e)}function Qh(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 Tn(e){if(e===void 0)return;let t=e.trim();return t.length>0?t:void 0}var yR=["id","kind","type","author","created_at","source_kind"],wR=["id","kind","type","author","created_at","source_kind"];function Zh(e){return e.startsWith("```")||e.includes(`
|
|
18
|
+
`)||/^(?:[-*+]\s+)?(?:id|kind|type|author|created_at|source_kind)\s*[:=]/i.test(e)?!0:Xt(e)}function ey(e){return typeof e=="string"?Ot(e)??e.trim():e}function vR(e,t,n,r){return e?(Ce(e,"--dep","Use --clear-deps to clear dependencies."),{additions:e.map(s=>{let o=s.trim(),a=Zh(o);kr(o,a);let c=a?Q(s,"--dep"):{id:o,kind:"related"};a&&ge(c,"--dep",yR);let d=c.id?.trim(),l=ey((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=zn(Tn(c.source_kind)),m=Tn(c.author);return{id:Bn(d,t,u),kind:Ie(l,Pn,"dependency kind"),created_at:hR(c.created_at,n),author:m??r,source_kind:u??"cli:update:dep",author_source:m?"asserted":"detected"}})}):{additions:[]}}function bR(e,t){return e?(Ce(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=Zh(r);if(kr(r,i,"--dep-remove"),i){let s=Q(r,"--dep-remove");ge(s,"--dep-remove",wR);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=ey(Tn(s.kind??s.type)),c=zn(Tn(s.source_kind)),d=Tn(s.author),l=Tn(s.created_at);return{id:Bn(o,t,c),kind:a?Ie(a,Pn,"dependency kind"):void 0,source_kind:c,author:d,created_at:l?Qh(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 Ls(e){let t=e.source_kind?.trim().toLowerCase()??"";return[e.id.trim().toLowerCase(),e.kind,t].join("\0")}function kR(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 ER(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 SR(e,t,n,r,i,s){if(e===void 0||t)return{};let o=e.trim();if(o.length===0)return{};let a=await Z(n,ht(o,r),r,i,s);return a?{id:a.id}:{unresolved:o}}function TR(e,t,n,r,i){let s=ER(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 xR(e){return`${e.path}::${e.scope}`}function AR(e){return`${e.path}::${e.scope}`}function CR(e){return`${e.command}::${e.path??""}::${e.scope}::${e.pm_context_mode??""}::${e.workspace_context_mode??""}`}function ty(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 IR(e){return mi(e)}function Bh(e,t){let n=Fn("update",e);if(!n)throw new p(`Unsupported command_option_policies option "${e}" for update command on type "${t}"`,f.CONFLICT);return n}function RR(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=Jh(e.unset,t,n);for(let o of s.optionKeys)i(o,!0)}return r}function OR(e,t,n,r,i){let s=qr(e,n);if(!s)throw new p(`Invalid type value "${e}"`,f.USAGE);let o=Yt(s,"update",[]);if(o.errors.length>0)throw new p(o.errors.join("; "),f.CONFLICT);let a=RR(t,r,i);for(let c of o.disabled)if(a.has(Bh(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(Bh(c,e)))throw new p(`Missing required option ${Se("update",c)} for type "${e}"`,f.USAGE)}var NR=new Set(["order","rank"]),LR=fo.filter(e=>!NR.has(e)),ny=["tags","closeReason",...LR],DR=["title","description","body","status","closeReason","completedAt","priority","type",...fo,"dep","depRemove","comment","note","learning","file","test","doc","reminder","event","typeOption","field"],MR=[{optionKey:"deadline",metadataKey:"deadline",transform:(e,t)=>ue(e,t.nowValue,"deadline")},{optionKey:"estimatedMinutes",metadataKey:"estimated_minutes",transform:e=>Qr(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"}],PR=[{optionKey:"reviewer",metadataKey:"reviewer"},{optionKey:"risk",metadataKey:"risk",transform:e=>Ie(gs(e),jr,"risk")},{optionKey:"confidence",metadataKey:"confidence",transform:e=>ys(e)}],FR=[{optionKey:"blockedReason",metadataKey:"blocked_reason"},{optionKey:"unblockNote",metadataKey:"unblock_note"},{optionKey:"reporter",metadataKey:"reporter"},{optionKey:"severity",metadataKey:"severity",transform:e=>Ie(hs(e),Gr,"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=>ws(e)},{optionKey:"customerImpact",metadataKey:"customer_impact"}];function Sc(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 $R(e){return Xh(await Jr(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 UR(e){return Nt(e)?await $R(e):Xh(e)}function jR(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 kc(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 GR(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);kc({enabled:e.replaceTests===!0,values:e.test,replaceFlag:"--replace-tests",clearEnabled:e.clearTests===!0,clearFlag:"--clear-tests",valueFlag:"--test"}),kc({enabled:e.replaceFiles===!0,values:e.file,replaceFlag:"--replace-files",clearEnabled:e.clearFiles===!0,clearFlag:"--clear-files",valueFlag:"--file"}),kc({enabled:e.replaceDocs===!0,values:e.doc,replaceFlag:"--replace-docs",clearEnabled:e.clearDocs===!0,clearFlag:"--clear-docs",valueFlag:"--doc"})}function qR(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 KR(e){let t={};for(let n of ny)t[String(n)]=e[n]!==void 0;return t.order=e.order!==void 0||e.rank!==void 0,t}function zR(e,t){let n=KR(e);for(let[r,i]of Object.entries(n)){if(!i||!t.optionKeys.has(r))continue;let s=Ns.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 BR(e){let t=(n,r)=>{let i=Ns.get(r),s=i?`Use --unset ${i} to clear this field.`:void 0;bs(n,Se("update",r),s)};for(let n of ny)t(e[n],String(n));t(e.order??e.rank,"order"),Ce(e.reminder,"--reminder","Use --clear-reminders to clear reminders."),Ce(e.event,"--event","Use --clear-events to clear linked events.")}function WR(e,t){let n={};for(let r of DR)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 HR(e){let t=await Z(e.pmRoot,e.id,e.settings.id_prefix,e.settings.item_format,e.typeRegistry.type_to_folder);if(!t)throw await qn(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 VR(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 YR(e){e.before&&yi(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 XR(e){await $(e)}function JR(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 QR(e){if(e.options.parent===void 0||e.unsetTargets.metadataKeys.has("parent"))return{resolvedParentValue:void 0,warnings:[]};let t=di(e.options.parent);if(ui(e.id,t,e.settings.id_prefix),await Z(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:li(r,e.parentReferencePolicy).warnings}}function ZR(e){return e.unresolved===void 0?[]:[`blocked_by_unresolved:${e.unresolved}`]}async function eO(e){if(e.workflowEnforcement==="off"||e.typeWorkflows.length===0||!e.fieldFlags.status||e.options.status===void 0)return[];let t=await Z(e.pmRoot,e.id,e.settings.id_prefix,e.settings.item_format,e.typeRegistry.type_to_folder);if(!t)throw await qn(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?rt(e.options.type,e.typeRegistry)??e.options.type:n.metadata?.type??"",i=gR({enforcement:e.workflowEnforcement,typeWorkflows:e.typeWorkflows,statusRegistry:e.statusRegistry,typeName:r,fromStatus:n.metadata?.status??"",toStatus:e.options.status});return i?[i]:[]}async function tO(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=Me(e.options,{...e.options,status:void 0,closeReason:void 0,message:void 0}),c=await AO(e.id,a,e.global);i=c.changed_fields,r.push(...c.warnings)}let s=await nh(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 nO(e,t,n,r){return t.title!==void 0&&(e.metadata.title=vc(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 rO(e,t,n,r,i){let s=_R(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 iO(e,t,n,r){if(t.options.status!==void 0&&rO(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 sO(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 oO(e,t,n,r){iO(e,t,n,r),sO(e,t,n,r)}function aO(e,t,n){let r=rt(e.metadata.type,t.typeRegistry)??e.metadata.type;if(t.options.priority!==void 0&&(e.metadata.priority=IR(t.options.priority),n.push("priority")),t.options.type!==void 0){let i=rt(t.options.type,t.typeRegistry);if(!i)throw new p(pi(t.options.type,t.typeRegistry.types,Zr(t.pmRoot,t.settings.schema)),f.USAGE);e.metadata.type=i,r=i,n.push("type")}return OR(r,t.options,t.typeRegistry,t.runtimeFieldRegistry,t.extensionFieldNames),cO(e,t,r,n),r}function cO(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=Is(t.options.typeOption??[]),o=$n(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=$n(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 dO(e,t){let n=new Set(t.map(i=>Ls(i))),r=new Set;return e.filter(i=>{if(!n.has(Ls(i)))return!0;let s=kR(i);return r.has(s)?!1:(r.add(s),!0)})}function lO(e,t,n){let r=t.filter(i=>!e.some(s=>ty(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 uO(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=dO(r,t.dependencyUpdates.additions);let i=new Set(r.map(s=>Ls(s)));for(let s of t.dependencyUpdates.additions){let o=Ls(s);i.has(o)||(r.push(s),i.add(o))}}t.dependencyRemovals.length>0&&(lO(r,t.dependencyRemovals,e.metadata.id),r=r.filter(i=>!t.dependencyRemovals.some(s=>ty(i,s)))),r.length===0?delete e.metadata.dependencies:e.metadata.dependencies=r,n.push("dependencies")}function mO(e,t,n){Ec(e,"comments",t.options.comment,t.commentUpdates.values,t.clearItemMetadataKeys,n),Ec(e,"notes",t.options.note,t.noteUpdates.values,t.clearItemMetadataKeys,n),Ec(e,"learnings",t.options.learning,t.learningUpdates.values,t.clearItemMetadataKeys,n)}function Ec(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 fO(e,t,n){Wh(e,"files",t.options.file,t.fileUpdates.values,xR,t.options.replaceFiles===!0,t.clearItemMetadataKeys,n),pO(e,t,n),Wh(e,"docs",t.options.doc,t.docUpdates.values,AR,t.options.replaceDocs===!0,t.clearItemMetadataKeys,n)}function Wh(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 pO(e,t,n){t.options.test===void 0&&!t.clearItemMetadataKeys.has("tests")||(t.clearItemMetadataKeys.has("tests")&&t.options.replaceTests===!0?e.metadata.tests=Hh(t.testUpdates.values)??[]:t.clearItemMetadataKeys.has("tests")||!t.testUpdates.values||t.testUpdates.values.length===0?delete e.metadata.tests:e.metadata.tests=Hh([...e.metadata.tests??[],...t.testUpdates.values]),e.metadata.tests!==void 0&&e.metadata.tests.length===0&&delete e.metadata.tests,n.push("tests"))}function Hh(e){if(!e||e.length===0)return;let t=[],n=new Set;for(let r of e){let i=CR(r);n.has(i)||(t.push(r),n.add(i))}return t}function _O(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?Vr(t.options.tags):Array.isArray(e.metadata.tags)?[...e.metadata.tags]:[];e.metadata.tags=cl(Xr(o,r),i),n.changedFields.push("tags")}Sc(MR,t.options,n),hO(e,t,n.changedFields)}function gO(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=al(Yr(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 hO(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 yO(e,t,n,r){wO(e,t,n.changedFields),vO(e,t,n.changedFields),Sc(PR,t.options,n),Vh(e,t,"sprint",r,n.changedFields),Vh(e,t,"release",r,n.changedFields),bO(e,t,n.changedFields),Sc(FR,t.options,n)}function wO(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 vO(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 Vh(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=fi(n,t.options[n]??"",t.settings.validation.sprint_release_format);e.metadata[n]=s.value,r.push(...s.warnings)}i.push(n)}}function bO(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)&&TR(e.metadata,t.resolvedBlockedByDependencyId,t.nowIso,t.author,n))}function kO(e,t,n){(t.options.reminder!==void 0||t.clearItemMetadataKeys.has("reminders"))&&(t.clearItemMetadataKeys.has("reminders")?delete e.metadata.reminders:e.metadata.reminders=As(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=Cs(t.options.event??[],t.nowValue,{allDayEmptyGuard:"truthy",recurrenceEmptyNumericGuard:"truthy"}),n.push("events"))}function EO(e,t,n){Yh(e,t.runtimeFieldRegistry.definitions.map(i=>i.metadata_key),t.clearItemMetadataKeys,n),Yh(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=Wr(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 Yh(e,t,n,r){for(let i of t)!n.has(i)||e[i]===void 0||(delete e[i],r.push(i))}function SO(e,t){let n=structuredClone(e.metadata),r=e.body,i=[],s=[],o=nO(e,t.options,t.statusRegistry,i),a=e.metadata,c={metadataRecord:a,clearItemMetadataKeys:t.clearItemMetadataKeys,changedFields:i,nowValue:t.nowValue};oO(e,t,o,i),aO(e,t,i),uO(e,t,i),mO(e,t,i),fO(e,t,i),_O(e,t,c),gO(e,t,c),yO(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"))&&Er(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")),kO(e,t,i),EO(a,t,i);try{Hr(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:${Yr(n.acceptance_criteria).length}:${Yr(d.acceptance_criteria).length}`),{changedFields:l,warnings:s}}async function ry(e,t,n,r={}){t=await UR(t);let i=I(process.cwd(),n.path);await XR(i);let s=await R(i),o=J(s.schema),a=Qt(s.schema),c=F(),d=_t(c),l=U(s,c),u=s.governance.workflow_enforcement??"off",m=u==="off"?[]:Xl(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=Jh(t.unset,a,d),h=new Set(g.optionKeys),y=new Set(g.metadataKeys);GR(t),qR({definitions:jR(t),options:t,clearOptionKeys:h,clearItemMetadataKeys:y}),pR(e,t,y),zR(t,g),BR(t);let w=q(t.author,s.author_default),k=new Date,E=k.toISOString(),S=vR(t.dep,s.id_prefix,E,w);Er(e,S.additions);let v=await xs({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}),b=bR(t.depRemove,s.id_prefix),T=zt("--comment",t.comment,E,w),C=t.ownershipMetadataBypass===!0&&T.values?{...T,values:T.values.map(Ne=>({...Ne,author:w}))}:T,L=zt("--note",t.note,E,w),z=zt("--learning",t.learning,E,w),P=hc(t.file),A=yc(t.test);A.values=await bn(A.values,w,E);let M=wc(t.doc),ne=[],re=await QR({id:e,options:t,unsetTargets:g,pmRoot:i,settings:s,typeRegistry:l,parentReferencePolicy:_}),Ee=await SR(t.blockedBy,y.has("blocked_by"),i,s.id_prefix,s.item_format,l.type_to_folder),Ke=Ee.id,At=[...re.warnings,...ZR(Ee)],tt=ml(t,a,t.runtimeFieldCommands),ze=WR(t,tt);if(!Object.values(ze).some(Boolean))return HR({pmRoot:i,id:e,settings:s,typeRegistry:l});ne.push(...await eO({options:t,fieldFlags:ze,workflowEnforcement:u,typeWorkflows:m,statusRegistry:o,typeRegistry:l,pmRoot:i,id:e,settings:s}));let we=await tO({options:t,fieldFlags:ze,statusRegistry:o,workflowTransitionWarnings:ne,global:n,id:e});if(we)return we;JR(t);let Be=ke(),Ct=ze.parent&&!y.has("parent")||S.additions.some(Ne=>Be.resolve(Ne.kind)?.hierarchy),D=await _s({pmRoot:i,author:w,ttlSeconds:s.locks.ttl_seconds,waitMs:s.locks.wait_ms,required:Ct});try{let Ne=await VR({fieldFlags:ze,clearedMetadataKeys:y,pmRoot:i,settings:s,typeToFolder:l.type_to_folder}),nt,Dr,mt=await cu({pmRoot:i,settings:s,typeToFolder:l.type_to_folder,id:e,op:TO(t,r),author:w,message:t.message,resolveHistoryContext:()=>Dr,force:t.force,bypassAssigneeConflict:t.ownershipMetadataBypass===!0||t.ownershipDependencyBypass===!0,extensionFieldNames:d,skipNoop:!0,mutate(We){nt=xO({document:We,recurrenceReason:r.recurrenceReason,requestedStatus:t.status,statusRegistry:o}),Dr=nt?{recurrence:nt}:void 0,Ne=Ne?.map(Mr=>Mr.id===We.metadata.id?structuredClone(We.metadata):Mr);let to=SO(We,{options:t,settings:s,typeRegistry:l,statusRegistry:o,runtimeFieldRegistry:a,extensionRegistrations:c,extensionFieldNames:d,clearItemMetadataKeys:y,dependencyUpdates:S,dependencyRemovals:b,commentUpdates:C,noteUpdates:L,learningUpdates:z,fileUpdates:P,testUpdates:A,docUpdates:M,resolvedParentValue:re.resolvedParentValue,resolvedBlockedByDependencyId:Ke,runtimeFieldUpdates:tt,nowValue:k,nowIso:E,author:w,pmRoot:i});return YR({before:Ne,document:We,statusRegistry:o}),to}});await D();let eo=Ne?rs(Ne,Ne.map(We=>We.id===mt.item.id?mt.item:We),mt.item.id):[];return{item:mt.item,changed_fields:mt.changedFields,warnings:[...ne,...At,...v,...eo,...mt.warnings],...nt===void 0?{}:{lifecycle_transition:nt}}}finally{await D()}}function TO(e,t){return e.ownershipMetadataBypass===!0||e.ownershipDependencyBypass===!0?"update_ownership_bypass":t.recurrenceReason===void 0?"update":"reopen"}function xO(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 AO(e,t,n){return ry(e,t,n)}async function _B(e,t,n,r){let i=await ry(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 xc from"node:fs/promises";import iy 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 CO=1440*60*1e3,IO=new Set(["committed","compensated"]);function RO(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 OO(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 IO.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 NO(e,t,n,r){let i=r.hooks?.onRead?await r.hooks.onRead(e):[],s=RO(await xc.readFile(e,"utf8")),o=OO(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 xc.rm(e,{force:!0}),r.hooks?.onWrite&&i.push(...await r.hooks.onWrite(e))),{decision:o,warnings:i}}async function sy(e,t){let{dryRun:n,hooks:r}=t,i=t.now??Date.now(),s=Math.max(0,t.retentionDays)*CO,o=iy.join(e,"transactions","sdk"),a={scanned:0,removed:[],retained:[],warnings:[],entries:[]},c;try{c=(await xc.readdir(o)).filter(d=>d.endsWith(".json")).sort((d,l)=>d.localeCompare(l))}catch(d){if(G(d))return a;throw d}for(let d of c){let l=iy.join(o,d),u=`transactions/sdk/${d}`,m=await NO(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 xn from"node:fs/promises";import Ms from"node:path";import Ds from"node:fs/promises";import Ac 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 LO=864e5;function DO(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 MO(e,t){let n;try{n=await Ds.readdir(e,{withFileTypes:!0})}catch(i){if(G(i))return[];throw i}let r=[];for(let i of n)if(i.isDirectory()){let s=Ac.join(e,i.name),o;try{o=await Ds.readdir(s)}catch(a){G(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 oy(e,t){let{dryRun:n,hooks:r}=t,i=t.now??Date.now(),s=Math.max(0,t.retentionDays)*LO,o=Ac.join(e,"checkpoints"),a={scanned:0,removed:[],retained:[],warnings:[],entries:[]},c=await MO(o,a.warnings);for(let d of c){let l=Ac.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(G(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 _=DO(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(!G(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 Sr=["index","embeddings","runtime","locks","checkpoints","transactions"],PO=1440*60*1e3,FO=[{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 $O(e,t,n){let r=t.relativePath,i=Ms.join(e,r),s=await De({path:i,scope:"project"});try{let o=await xn.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 xn.unlink(i):await xn.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(G(o))return{removed:!1,warnings:s};throw o}}async function UO(e,t){let n=[{relativePath:"runtime/workspace-snapshots/objects",prefix:".create-"},{relativePath:"runtime/workspace-snapshots/refs",prefix:".ref-"}],r=[],i=[],s=[],o=Date.now()-PO;for(let a of n){let c=Ms.join(e,a.relativePath);if(!await B(c))continue;let d=(await xn.readdir(c)).filter(l=>l.startsWith(a.prefix)).sort();for(let l of d){let u=Ms.posix.join(a.relativePath,l),m=Ms.join(c,l);s.push(...await De({path:m,scope:"project"}));let _=await xn.stat(m).catch(g=>{if(!G(g))throw g});if(_){if(_.mtimeMs>o){i.push(u);continue}r.push(u),!t&&(await xn.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 jO(e){if(!e||e.length===0)return[...Sr];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 (${Sr.join(",")})`,f.USAGE);let n=new Set;for(let r of t){if(!Sr.includes(r))throw new p(`Invalid --scope value "${r}". Expected one or more of: ${Sr.join(", ")}`,f.USAGE);n.add(r)}return Sr.filter(r=>n.has(r))}function GO(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 $B(e,t={}){let n=I(process.cwd(),e.path);await $(n);let r=await R(n),i=t.dryRun===!0,s=jO(t.scope),o=FO.filter(g=>s.includes(g.scope)),a=[],c=[],d=[];for(let g of o){let h=await $O(n,g,i);h.removed?a.push(g.relativePath):c.push(g.relativePath),d.push(...h.warnings)}if(s.includes("runtime")){let g=await UO(n,i);a.push(...g.removed),c.push(...g.retained),d.push(...g.warnings)}let l;if(s.includes("locks")){let g=await Gp(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 sy(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 oy(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 il({mode:i?"gc:dry-run":"gc",total_items:o.length}));let _=GO({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:x()}}(function(){try{var e=typeof window<"u"?window:typeof 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 qO="1h",KO="now",zO="+1d";function St(e,t,n){n!==void 0&&e.push(`${t}="${n.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`)}function ay(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 Me(n,r)}async function cy(e,t,n,r){let i=ay(e,t,n),s=[];return St(s,"start",n.start??KO),n.end!==void 0?St(s,"end",n.end):St(s,"duration",n.duration??qO),St(s,"location",n.location),St(s,"timezone",n.timezone),n.allDay===!0&&St(s,"all_day","true"),i.event=[s.join(",")],bc(i,r)}function qB(e,t,n){return cy("Meeting",e,t,n)}function KB(e,t,n){return cy("Event",e,t,n)}function zB(e,t,n){let r=ay("Reminder",e,t),i=[];return St(i,"at",t.at??zO),St(i,"text",t.text??e),r.reminder=[i.join(",")],bc(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 dy=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"}]]),BO=/^[a-z][a-z0-9_]{0,63}$/u,WO=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))),HO={capacity:{code:"host_environment_capacity_fault"},permission:{code:"host_environment_permission_fault"},resource:{code:"host_environment_resource_fault"}};function VO(e){if(typeof e!="object"||e===null)return null;let t=e;return typeof t.code=="string"&&dy.has(t.code)?t.code:typeof t.errno!="number"||!Number.isInteger(t.errno)?null:WO.get(Math.abs(t.errno))??null}function YO(e,t,n={}){let r=VO(e);if(r===null)return null;if(!BO.test(t))throw new p("Host environment operation labels must be bounded identifiers.",f.USAGE,{code:"host_environment_operation_invalid",field:"operation"});let i=dy.get(r);return new p(`Host filesystem operation ${t} ${i.summary}.`,f.GENERIC_FAILURE,{code:n.codes?.[i.category]??HO[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 Ps(e,t,n={}){try{return await t()}catch(r){throw YO(r,e,n)??r}}import xr from"node:crypto";import{cp as ly,lstat as XO,mkdir as Bt,readFile as An,readdir as Ic,rename as fy,rm as Oc,writeFile as Fs}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 py="https://schema.unbrained.dev/pm/workspace-snapshot/v1",oW=["create","list","inspect","restore","delete"],_y=j.join("runtime","workspace-snapshots"),JO=new Set(["checkpoints","locks","runtime","search","transactions"]),QO=/^[a-z0-9][a-z0-9._-]*$/,Tr="sdk-workspace-transaction",Cc={capacity:{code:"workspace_snapshot_storage_exhausted"},permission:{code:"workspace_snapshot_permission_denied"},resource:{code:"workspace_snapshot_resource_exhausted"}},gy={renameEntry:fy,removeEntry:async e=>{await Oc(e,{recursive:!0,force:!0})}},Rc=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 An(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!==Tr||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 hy(e,t=""){let n=await Ic(j.join(e,t),{withFileTypes:!0}),r=[];for(let i of n.sort((s,o)=>s.name.localeCompare(o.name))){if(t.length===0&&JO.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 hy(e,s));else if(i.isFile())r.push(s);else throw new Error(`Workspace snapshots reject unsupported filesystem entries: ${s}`)}return r}async function yy(e){let t=await hy(e),n=xr.createHash("sha256"),r=[],i=0;for(let o of t){let a=await An(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:py,fingerprint:s,files:t,bytes:i},contents:r}}function uy(e){return e===void 0||e.byteLength===0?0:e.toString("utf8").split(`
|
|
20
|
+
`).filter(t=>t.trim().length>0).length}async function ZO(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 An(j.join(e,o))]));for(let[o,a]of s)n.set(o,a)}return n}function Nc(e){if(!QO.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 wy(e,t){return Ps(`workspace_snapshot_${e}`,t,{codes:{capacity:Cc.capacity.code,permission:Cc.permission.code,resource:Cc.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 Wt(e){return j.join(e,_y)}function vy(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 by(e,t){try{return JSON.parse(await An(e,"utf8"))}catch(n){throw G(n)?vy(t):n}}async function my(e,t,n){try{await Oc(e,{recursive:n})}catch(r){throw G(r)?vy(t):r}}async function e0(e,t,n=gy){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 t0(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 n0(e,t){return Nc(t),/^[a-f0-9]{64}$/.test(t)?t:(await by(j.join(Wt(e),"refs",`${t}.json`),t)).fingerprint}async function r0(e,t={}){if(t.name!==void 0&&(Nc(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 yy(e),i=Wt(e),s=j.join(i,"objects",n.fingerprint),o=!1;try{o=(await XO(s)).isDirectory()}catch(a){if(!(a instanceof Error&&"code"in a&&G(a)))throw a}if(!o){let a=j.join(i,"objects",`.create-${process.pid}-${xr.randomUUID()}`);await wy("create_object",async()=>{await Bt(j.join(a,"files"),{recursive:!0});for(let[c,d]of n.files.entries()){let l=j.join(a,"files",d);await Bt(j.dirname(l),{recursive:!0}),await Fs(l,r[c])}await Fs(j.join(a,"manifest.json"),`${JSON.stringify(n,null,2)}
|
|
21
|
+
`,"utf8"),await Bt(j.dirname(s),{recursive:!0})}),o=await e0(a,s)}if(t.name!==void 0){let a={name:t.name,fingerprint:n.fingerprint},c=j.join(i,"refs");await Bt(c,{recursive:!0});let d=j.join(c,`.ref-${process.pid}-${xr.randomUUID()}`);await Fs(d,`${JSON.stringify(a,null,2)}
|
|
22
|
+
`,"utf8"),await fy(d,j.join(c,`${t.name}.json`))}return{manifest:n,...t.name===void 0?{}:{name:t.name},deduplicated:o}}async function Lc(e,t){let n=await n0(e,t),r=await by(j.join(Wt(e),"objects",n,"manifest.json"),t);if(r.schema!==py||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 i0(e){let t=Wt(e),n=await Ic(j.join(t,"objects")).catch(i=>{if(i instanceof Error&&"code"in i&&G(i))return[];throw i}),r=await Ic(j.join(t,"refs")).catch(i=>{if(i instanceof Error&&"code"in i&&G(i))return[];throw i});return{objects:await Promise.all(n.filter(i=>/^[a-f0-9]{64}$/.test(i)).sort().map(i=>Lc(e,i))),references:await Promise.all(r.filter(i=>i.endsWith(".json")).sort().map(async i=>JSON.parse(await An(j.join(t,"refs",i),"utf8"))))}}async function s0(e,t){let n=await Lc(e,t),{manifest:r,contents:i}=await yy(e),s=new Map(r.files.map((u,m)=>[u,i[m]])),o=await ZO(j.join(Wt(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=uy(s.get(u)),_=uy(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 o0(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 tn(e,Tr,i,r,!1,!1,s),a=new Rc(Kr(e,Tr),r,i);a.start(),await a.refreshNow();let c,d=!1,l=!1;try{let u=await s0(e,t),m=await Lc(e,t),_=await r0(e),g=m.fingerprint,h=Wt(e),y=j.join(h,"objects",g,"files"),w=j.dirname(e),k=j.basename(e);c=j.join(w,`.${k}.restore-${xr.randomUUID()}`);let E=j.join(w,`.${k}.backup-${xr.randomUUID()}`);await wy("restore_stage",async()=>{await Bt(c,{recursive:!0}),await ly(y,c,{recursive:!0,force:!1}),await Bt(j.join(c,"runtime"),{recursive:!0}),await ly(h,j.join(c,_y),{recursive:!0,force:!1})});let S=await nn({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}),v=j.relative(c,S.historyPath).replaceAll("\\","/");await a.stop(),l=!0;let b=Kr(c,Tr);return await Bt(j.dirname(b),{recursive:!0}),await Fs(b,await An(Kr(e,Tr)),{flag:"wx"}),d=!0,await t0(c,e,E,gy,async()=>{a.start(),l=!1,await a.refreshNow()}),await a.stop(),l=!0,{manifest:m,plan:u,recovery_fingerprint:_.manifest.fingerprint,audit_history_path:v,audit_operation:"workspace_snapshot_restore"}}catch(u){throw c!==void 0&&!d&&await Promise.allSettled([Oc(c,{recursive:!0,force:!0})]),u}finally{try{l||await a.stop()}catch{}finally{await o()}}}async function aW(e,t){return(await o0(e,t,{force:!0,message:"Restore requested through the compatibility SDK signature"})).manifest}async function cW(e,t){Nc(t);let n=Wt(e);if(!/^[a-f0-9]{64}$/.test(t))return await my(j.join(n,"refs",`${t}.json`),t,!1),{deleted:"reference",target:t};let{references:r}=await i0(e);if(r.some(i=>i.fingerprint===t))throw new Error(`Snapshot object ${t} is still referenced`);return await my(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 uW(e){return ei("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 a0=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."}),c0=new Set(["--add","--body","--comment","--dep","--dep-remove","--description","--doc","--event","--field","--file","--learning","--note","--remove","--reminder","--test","--type-option"]),d0=new Set(["append","comments","create","docs","files","learnings","notes","test","update","update-many"]),l0=new Set(["close-many:--ids","comments:--file","create:--body-file","history-compact:--ids","learnings:--file","notes:--file","update:--body-file","update-many:--ids"]),u0=new Set(["close-many:--ids","history-compact:--ids","update-many:--ids"]),m0=["--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"],f0=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"]),p0=new Set(["--only-index"]),_0=new Set(["activity:--stream","eval:--fail-under","validate:--fix-scope"]),g0=new Set(["activity:--stream","close:--validate-close","close-many:--validate-close","comments:--author","learnings:--author","notes:--author"]),h0=new Set(["--regression"]);function y0(e,t){return t==="--stdin"||t==="--stdin-json"?["stdin"]:l0.has(`${e}:${t}`)?["argv","file","stdin"]:t.endsWith("-file")?["argv","file"]:c0.has(t)&&d0.has(e)?["argv","stdin"]:["argv"]}function w0(e,t){let n=_0.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-"))||m0.some(i=>t.flag.startsWith(i));return n||p0.has(t.flag)||!f0.has(t.flag)&&!r}function v0(e,t){let n=w0(e,t),r=y0(e,t.flag),i=t.description??a0[t.flag]??`${n?"Set":"Enable"} ${t.flag.slice(2).replaceAll("-"," ")}.`;return{...t,description:i,takes_value:n,value_required:n&&!h0.has(t.flag)&&!g0.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:"-"}:{},...u0.has(`${e}:${t.flag}`)?{file_token_prefix:"@"}:{}}}function ky(e,t){return t.map(n=>v0(e,n))}function fW(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]="51e187c6-d48f-59e8-ad23-c72670ade3cc")}catch{}})();var b0=new Set(["claim","close","context","create","get","help","init","list","next","plan","release","search","update","validate"]),k0=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"]),E0=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"])}),S0=new Set(["extension","install","package","packages","upgrade"]);function T0(e){let t=e.trim().toLowerCase();for(let[n,r]of Object.entries(E0))if(r.has(t))return n;return S0.has(t)?"extensions":"internal"}var Cn=Object.freeze([...Ve.flatMap(e=>e==="item"?["item-reopen"]:[e]).map(e=>({command:e,tier:b0.has(e)?"core":k0.has(e)?"standard":"full",family:T0(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"}]),x0=Cn,Ey=Object.freeze({max_lines:50,max_utf8_bytes:6e3}),gW=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 hW(e){let t=e===""?0:e.split(/\r?\n/).length,n=Buffer.byteLength(e,"utf8");return{lines:t,utf8_bytes:n,within_budget:t<=Ey.max_lines&&n<=Ey.max_utf8_bytes}}var Sy={core:0,standard:1,full:2,internal:3},A0=new Map(x0.map(({command:e,tier:t})=>[e,t]));function Ty(e,t="standard"){return A0.get(e.trim().toLowerCase())??t}function yW(e){return xy(e,Cn)}function xy(e,t){let n=Sy[e];return t.filter(r=>r.tier!=="internal"&&Sy[r.tier]<=n).map(r=>r.command)}function wW(e){return Ay(e,Cn)}function Ay(e,t){return t.filter(n=>n.family===e).map(n=>n.command)}var C0=["workspace","intake","context","lifecycle","evidence","graph","quality","automation","extensions","internal"],I0=new Set(["ctx","item-reopen","list-all","list-blocked","list-canceled","list-closed","list-draft","list-in-progress","list-open"]);function vW(e=Cn){return C0.map(t=>({family:t,commands:Ay(t,e).filter(n=>e.find(r=>r.command===n)?.tier!=="internal"&&!I0.has(n))})).filter(({commands:t})=>t.length>0)}var R0=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 bW(e,t){return O0(e,t,Cn)}function O0(e,t,n){if(t==="full")return[...e];let r=new Set(xy(t,n));return e.filter(i=>{let s=R0[i];return s!==void 0&&r.has(s)})}var kW=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"}]),EW=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 SW(){return N0(Cn)}function N0(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 L0=[{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"}],D0=new Map(L0.map(e=>[e.exit_code,e.class]));function $s(e){return[...new Set(e.map(t=>t.trim()).filter(Boolean))].sort()}function M0(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=$s(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 P0(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)),D0.get(e.exit_code)===e.class].includes(!1)}function F0(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 $0(e){let t=new Map(e.map(n=>[n.code,n]));for(let n of e){let r=F0(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 Iy(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=$s(r.sources),o=$s(r.emitting_commands),a=(r.canonical_code??i).trim(),c=$s(r.aliases??[]),d=M0(r.owned_states);if(!P0(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 $0(n),Object.freeze(n.sort((r,i)=>r.code.localeCompare(i.code)))}function xW(e,t){let n=Cy(e,t);return Cy(n.canonical_code??n.code,t)}function Cy(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]="d68e7da2-7390-5632-a3d1-375f622d5c87")}catch{}})();var Ry=[{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:2,class:"usage",recovery:"Inspect the structured error guidance and retry the suggested command.",sources:["sdk/compose.ts"],emitting_commands:["*"],canonical_code:"manifest_unknown_key",aliases:[]},{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:"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]="23e8e07d-84f2-54b6-98ad-2e33d996f09d")}catch{}})();var Oy=[{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:["sdk/compose.ts"],emitting_commands:["*"],canonical_code:"no_version_bounds_declared",aliases:[]},{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:"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 Ny=Iy([...Ry,...Oy]);(function(){try{var e=typeof window<"u"?window:typeof 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 U0=["mutation_receipt","entity","collection","diagnostic","stream"],j0=new Set(["append","claim","close","close-task","copy","create","delete","focus","pause-task","release","restore","start-task","update"]),G0=new Set(["close-many","update-many"]),q0=new Set(["activity","comments","contracts","events","history","learnings","list","notes","search"]),K0=new Set(["aggregate","deps","graph","health","stats","validate"]);function Ar(e){if(e.command.trim().length===0)throw new TypeError("command must be a non-empty command path");if(!U0.includes(e.kind))throw new TypeError(`Unsupported output envelope kind: ${e.kind}`);return e}function Ly(e){let t=e.trim().replace(/\s+/gu," "),[n=t]=t.split(" ");return G0.has(n)?Ar({command:t,kind:"collection",wrapper_key:"rows",cardinality:"many",format_flag:"--json"}):j0.has(n)?Ar({command:t,kind:"mutation_receipt",wrapper_key:null,cardinality:"one",format_flag:"--json"}):q0.has(n)?Ar({command:t,kind:"collection",wrapper_key:n==="contracts"?null:"items",cardinality:"many",format_flag:"--json"}):K0.has(n)?Ar({command:t,kind:"diagnostic",wrapper_key:null,cardinality:"none",format_flag:"--json"}):Ar({command:t,kind:n==="get"?"entity":"diagnostic",wrapper_key:n==="get"?"item":null,cardinality:n==="get"?"one":"none",format_flag:"--json"})}var z0=Ve.map(e=>Ly(e)),B0=new Map(z0.map(e=>[e.command,e]));function Dy(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=B0.get(n);return r?{...r,command:t}:Ly(t)}function W0(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function H0(e){return W0(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 MW(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(!H0(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]="90896fb6-ee3e-575d-b103-bbc1a83c6672")}catch{}})();var V0=Mo("list").properties.outputSession,Y0={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:{...V0},outputCursor:{type:"string",minLength:1,description:"Opaque continuation cursor returned after budget compaction of a declared row collection."}},My={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."},X0=`Operation name (one of): ${wo.join(", ")}. Package-owned actions are available dynamically when their provider package is installed.`,J0={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."}},Q0={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{...My,properties:{...My.properties,...e},required:t}}var Z0=[{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:[...wo],description:X0},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."},...Y0},["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"},...Q0},["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"},...J0})},{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:[...Al]},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:[...uo]},description:`Lifecycle roles for add-status: ${uo.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."}})}],eN={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"},tN=Z0.map(e=>{let t=eN[e.name];if(!t)return e;let n=e.inputSchema.properties,r=e.inputSchema.required.map(String);return{...e,inputSchema:Mo(t,{properties:n,required:r})}});function Py(){return tN.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]="428a19d2-be42-548a-a328-aa0e476b8a71")}catch{}})();var Fy=new Map([["claim",["--if-available","--next","--type","--priority","--token-budget","--explain-ranking"]],["close",["--reason","--validate-close","--resolution","--expected-result","--actual-result","--message"]],["context",["--limit","--after","--depth","--section","--token-budget","--explain-ranking"]],["contracts",["--command","--flags-only","--summary","--runtime-only","--availability-only","--full"]],["create",["--title","--type","--status","--priority","--dep","--comment"]],["get",["--full","--depth","--fields","--tree","--tree-depth","--format"]],["health",["--check-only","--summary","--brief","--check-telemetry","--strict-exit","--full"]],["list",["--status","--type","--limit","--after","--brief","--fields"]],["next",["--limit","--blocked-limit","--ready-only","--token-budget","--explain-ranking","--format"]],["search",["--mode","--status","--type","--limit","--after","--fields"]],["update",["--status","--message","--dep","--comment","--file","--test"]],["validate",["--check-resolution","--check-history-drift","--check-storage-integrity","--counts","--strict-exit","--fix-hints"]]]),nN=["--limit","--after","--offset","--token-budget","--brief","--summary","--compact","--fields","--full","--format","--since","--until"],Hy=new Set(["list","list-all","list-draft","list-open","list-in-progress","list-blocked","list-closed","list-canceled"]),js=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"]),Cr=new Set(["cal","calendar","completion","completion-statuses","completion-tags","completion-types","guide","reindex","templates","templates list","templates save","templates show","test-runs","test-runs list","test-runs status","test-runs logs","test-runs stop","test-runs resume"]),Vy=new Map([["cal","calendar"],["calendar","calendar"],["completion","guide-shell"],["completion-statuses","guide-shell"],["completion-tags","guide-shell"],["completion-types","guide-shell"],["guide","guide-shell"],["reindex","search-advanced"],["templates","templates"],["templates list","templates"],["templates save","templates"],["templates show","templates"],["test-runs","linked-test-adapters"],["test-runs list","linked-test-adapters"],["test-runs status","linked-test-adapters"],["test-runs logs","linked-test-adapters"],["test-runs stop","linked-test-adapters"],["test-runs resume","linked-test-adapters"]]),Yy=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"]]),Xy=new Map([...Yy.entries()].flatMap(([e,t])=>ut(t).map(n=>[n,e]))),Jy=[{canonical:"context",aliases:["ctx"]},{canonical:"package",aliases:["extension","packages","install"]}],Qy=new Map(Jy.flatMap(e=>e.aliases.map(t=>[t,e.canonical]))),rN=10,iN=20,$y=new Map([["activity","Read activity."],["aggregate","Group counts."],["append","Append body."],["assurance","Evaluate assurance."],["beads","Manage Beads interoperability."],["cal","Manage calendar integration."],["calendar","Manage calendar integration."],["changelog","Generate changelog output."],["claim","Claim work."],["close","Close work."],["close-many","Close matching work."],["close-task","Close task work."],["command-kit","Inspect command authoring primitives."],["comments","Manage comments."],["comments-audit","Audit comment governance."],["completion","Generate shell completions."],["config","Manage settings."],["context","Build context."],["contracts","Inspect contracts."],["copy","Copy work."],["create","Create work."],["dedupe-audit","Audit duplicate work."],["dedupe-merge","Merge duplicate work."],["delete","Delete work."],["deps","Manage deps."],["duplicates","Find duplicate clusters."],["docs","Link docs."],["eval","Run evaluations."],["event","Manage events."],["events","Read events."],["files","Link files."],["focus","Manage focus."],["gc","Clean caches."],["get","Read item."],["graph","Query graph."],["guide","Show user guides."],["health","Check health."],["help","Show help."],["history","Inspect history."],["init","Initialize workspace."],["install","Install packages."],["item","Mutate work through typed operations."],["learnings","Manage learnings."],["list","List work."],["list-all","List work across every status."],["list-blocked","List blocked work."],["list-canceled","List canceled work."],["list-closed","List closed work."],["list-draft","List draft work."],["list-in-progress","List in-progress work."],["list-open","List open work."],["meet","Record meeting context."],["merge","Manage tracker merges."],["next","Pick next work."],["notes","Manage notes."],["normalize","Normalize tracker data."],["ops","Run operations."],["package","Manage packages."],["packages","Manage packages."],["pause-task","Pause task work."],["plan","Manage plans."],["profile","Manage profiles."],["reindex","Refresh search index."],["release","Release claim."],["remind","Manage reminders."],["restore","Restore history."],["schema","Customize schema."],["search","Search work."],["search-advanced","Run advanced search."],["start-task","Start task work."],["stats","Show stats."],["telemetry","Manage telemetry."],["templates","Manage work templates."],["test","Run linked tests."],["test-all","Run all linked tests."],["test-runs","Inspect background test runs."],["todos","Manage source-code todos."],["twin","Manage repository twins."],["update","Update work."],["update-many","Update matching work."],["upgrade","Upgrade packages."],["validate","Validate data."],["vcs","Inspect version-control context."],["workspace","Manage portable workspace primitives."],["history-author-acknowledge","Acknowledge reviewed history authors."],["history-compact","Compact history."],["history-redact","Redact sensitive history values."],["history-repair","Repair history integrity."]]),Zy=[["init",Ju],["install",Zu],["uninstall",em],["explore",tm],["manage",am],["describe",nm],["reload",cm],["doctor",dm],["catalog",lm],["adopt",um],["adopt-all",rm],["activate",im],["deactivate",sm],["migrate",om]],sN=Zy.map(([e,t])=>e==="init"?[e,Qu]:[e,t]),oN=[...Zy.map(([e,t])=>[`extension ${e}`,t]),...sN.flatMap(([e,t])=>[[`package ${e}`,t],[`packages ${e}`,t]]),["init",Vu],["config",Yu],["extension",Xu],["package",No],["packages",No],["install",mm],["create",Mm],["item mutate",Pm],["item complete",Fm],["item reopen",$m],["copy",Um],["focus",jm],["update",Gm],["update-many",qm],["upgrade",fm],["calendar",Lo],["cal",Lo],["context",Do],["ctx",Do],["get",zm],["search",Xm],["eval",Vm],["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",Ym],["aggregate",Lu],["deps",Wm],["graph",Hm],["guide",Bm],["reindex",pm],["history",Uu],["history-compact",zu],["history-redact",Gu],["history-repair",qu],["history-author-acknowledge",Ku],["merge",ju],["schema",Bu],["profile",Wu],["plan",Hu],["restore",wm],["delete",vm],["close",_m],["close-many",gm],["append",hm],["claim",ym],["release",bm],["start-task",km],["pause-task",Em],["close-task",Sm],["comments",Du],["notes",Mu],["learnings",Pu],["files",Fu],["docs",$u],["test",Tm],["test-all",xm],["telemetry",Am],["test-runs",Cm],["gc",Im],["stats",Rm],["duplicates",Om],["validate",Lm],["health",Nm],["assurance",Dm],...Zm,["contracts",Jm],["completion",Qm],["activity",Km],...[...Hy].map(e=>[e,Nu])],Fc=new Map(oN);function aN(e){let t=Xy.get(e);return t||(e.startsWith("test-runs ")?`test-runs-${e.slice(10)}`:e.startsWith("templates ")?`templates-${e.slice(10)}`:e)}function Uy(e){return Ve.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)}`):js.has(e)?Yy.get(e)??ye(e):null}function cN(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 dN(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 Us(e){if(typeof e!="string")return;let t=e.trim().toLowerCase();return t.length>0?t:void 0}function Ir(e){let t=e.oneOf;return Array.isArray(t)?t.filter(n=>typeof n=="object"&&n!==null):[]}function lN(e,t){if(!t)return{...e};let r=Ir(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 Dc(e,t){let r=Ir(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 ew(e){return e.replace(/\s+/g,"-")}function Ze(e){if(typeof e!="string")return null;let t=e.trim();return t.length>0?t:null}function jy(e){if(!Array.isArray(e))return[];let t=[],n=new Set;for(let r of e){let i=Ze(r);!i||n.has(i)||(n.add(i),t.push(i))}return t}function Mc(e,t,n){n&&(e[t]=!0)}function Gy(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 uN(e){let t=Gy(e.long,"long"),n=Gy(e.short,"short"),r=t??n;if(!r)return null;let i={flag:r};n&&t&&(i.short=n),Mc(i,"required",e.required===!0),Mc(i,"repeatable",e.repeatable===!0),Mc(i,"list",e.list===!0);let s=Ze(e.description);s&&(i.description=s);let o=Ze(e.value_name);o&&(i.value_name=o);let a=[Ze(e.value_type),Ze(e.type),o?"string":null].find(c=>c==="string"||c==="number"||c==="boolean");return a&&(i.value_type=a),i}function tw(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=uN(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 mN(e){let t=tw(e.flagRegistrations),n=new Map;for(let s of e.commandDefinitions){let o=ye(s.command);if(o.length===0)continue;let a=Ze(s.action)??ew(o),c=Array.isArray(s.arguments)?s.arguments.map(d=>{let l=Ze(d.name);return l?{name:l,required:d.required===!0,variadic:d.variadic===!0,description:Ze(d.description)}:null}).filter(d=>d!==null):[];n.set(o,{command:o,action:a,source:{layer:s.layer,name:s.name},description:Ze(s.description),intent:Ze(s.intent),arguments:c,flags:t.get(o)?.flags??[],examples:jy(s.examples),failure_hints:jy(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(fN(s,o,t.get(s)?.flags??[]))}return i}function fN(e,t,n){return t?{...t,flags:t.flags.length>0?t.flags:n}:{command:e,action:ew(e),source:null,description:null,intent:null,arguments:[],flags:n,examples:[],failure_hints:[]}}function pN(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 _N(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 gN(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 hN(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]=_N(i,e.action),i.required&&r.push(i.name);for(let i of e.flags){let s=pN(i);!s||n[s]!==void 0||(n[s]=gN(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 yN(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 wN(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&&yN(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 vN(e,t=R){let n={mode:Mn.extensions.policy.mode,trust_mode:Mn.extensions.policy.trust_mode,default_sandbox_profile:Mn.extensions.policy.default_sandbox_profile};if(e.noExtensions)return{handlers:new Set,disabledReason:"extensions_disabled",commandDefinitions:[],flagRegistrations:[],registrations:null,policyState:n};let r=I(process.cwd(),e.path);if(!await B(je(r)))return{handlers:new Set,disabledReason:null,commandDefinitions:[],flagRegistrations:[],registrations:null,policyState:n};try{let i=await t(r),s=await zr({pmRoot:r,settings:i,cwd:process.cwd(),noExtensions:!1}),o=await Br({...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 bN(e,t={}){let n=new Map;for(let r of Cl){let i=js.has(r);if(i&&!t.includePackageOwnedActions)continue;let s=Uy(r);n.set(r,{action:r,provider:i?"extension":"core",requires_extension:i,command_path:s})}if(t.includePackageOwnedActions)for(let r of js)n.has(r)||n.set(r,{action:r,provider:"extension",requires_extension:!0,command_path:Uy(r)});for(let r of e)n.has(r.action)||n.set(r.action,{action:r.action,provider:"extension",requires_extension:!0,command_path:ye(r.command)});return[...n.values()].sort((r,i)=>(r.action??"").localeCompare(i.action??""))}function kN(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=>Vy.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 nw(e){return Fc.get(e)??Ou}function EN(e){return Cr.has(e)?!1:Fc.has(e)}function SN(e){return Hy.has(e)?"list":e==="cal"?"calendar":e==="ctx"?"context":e==="update-many"?"update_many":e}function qy(e){let t=e.trim();return t?t.startsWith("--")?t:t.startsWith("-")?null:`--${t}`:null}function TN(e){let t=e.trim();return!t||t.startsWith("--")?null:t.startsWith("-")?t:null}function xN(e){let t=new Map;for(let r of e.definitions){let i=qy(r.cli_flag);if(!i)continue;let s=r.cli_aliases.map(a=>TN(a)).find(a=>a!==null),o=r.cli_aliases.map(a=>qy(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,Oo(i.flags));return n}function Ky(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 Oo(n)}function AN(e,t,n,r){return e.map(i=>{let s=EN(i),o=s?nw(i):[],a=n.get(SN(i))??[],c=t.get(i),d=Ky(o,a),l=Ky(d,c?.flags??[]),u=o.length>0&&(c?.flags.length??0)>0?"mixed":s?"core":"extension";return{command:i,flags:l,...r?{canonical_command:Pc(i),visibility:Ty(Pc(i)),positionals:Cu(i)?.slots??[],flag_invocations:ky(i,l)}:{},provider:u,extension_sources:c?.sources}}).sort((i,s)=>i.command.localeCompare(s.command))}function CN(e,t=yo){let n=new Set(e),r=new Map;for(let i of Jy){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 IN(){return{create_string_options:Tu,create_repeatable_options:xu,update_string_options:gi,update_repeatable_options:Au,list_string_options:vu,search_string_options:bu,calendar_string_options:ku,context_string_options:Eu,activity_string_options:Su}}function zy(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=Yt(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 RN(e){let t={},n={};for(let r of[...e.types].sort((i,s)=>i.localeCompare(s))){let i=e.by_type[r];t[r]=zy(i,"strict"),n[r]=zy(i,"progressive")}return{default_create_mode:"strict",by_create_mode:{strict:{by_type:t},progressive:{by_type:n}}}}function ON(e,t){let n=Ir(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 NN(e){let t=Us(e.action)!==void 0||Us(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=Us(e.action),l=Us(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 LN(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 DN(e,t=R){try{return await t(e)}catch{return structuredClone(Mn)}}async function MN(e,t){let n=await DN(t),r=await vN(e),i=U(n,r.registrations??F()),s=Qt(n.schema),o=mN(r);return{settings:n,runtimeProbe:r,typeRegistry:i,statusRegistry:J(n.schema),runtimeFieldRegistry:s,runtimeFieldFlagMap:xN(s),createRequiredOptionContracts:RN(i),extensionContracts:o,mergedExtensionContracts:wN(o),extensionFlagMap:tw(r.flagRegistrations)}}function By(e){return e.availabilityOnly&&(e.selectedAction!==void 0&&js.has(e.selectedAction)||e.selectedCommand!==void 0&&Cr.has(e.selectedCommand))}function PN(e,t){let n=bN(t,{includePackageOwnedActions:By(e)});if(e.selectedAction===void 0&&e.selectedCommand===void 0){let r=new Set(Il);return n.filter(i=>!r.has(i.action))}return By(e)&&e.selectedCommand!==void 0&&Cr.has(e.selectedCommand)&&!n.some(r=>r.command_path===e.selectedCommand)&&n.push({action:aN(e.selectedCommand),provider:"extension",requires_extension:!0,command_path:e.selectedCommand}),n}function FN(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 $N(e,t){return[...new Set([...Ve.filter(n=>!Cr.has(n)),...[...Fc.keys()].filter(n=>!Cr.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 UN(e,t){let n=t.slice(0,rN),r=t.length-n.length,i=r>0?`${n.join(", ")}, and ${r} more`:n.join(", "),s=t.slice(0,iN),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 jN(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 GN(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 qN(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 UN(e.selectedCommand,r);let i=Vy.get(e.selectedCommand);throw i?jN(e.selectedCommand,i):GN(e.selectedCommand)}function KN(e,t){let n=PN(e,t.mergedExtensionContracts);FN(e,n);let r=$N(n,t.mergedExtensionContracts);qN(e,r);let i=e.selectedCommand?Xy.get(e.selectedCommand):void 0,s=e.selectedCommand?n.filter(d=>i?d.action===i:cN(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=>kN(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 zN(e){return new Set(Ir(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 BN(e){let t=ef,n=Ir(t),r=zN(t),i=e.filter(s=>!r.has(s.action)).map(s=>hN(s));return i.length>0?{...t,oneOf:[...n,...i]}:t}function Wy(e,t,n){let r=new Set(t.actionDescriptors.map(s=>s.action)),i=e.selectedAction?lN(n,e.selectedAction):e.selectedCommand?Dc(n,new Set(t.scopedActionDescriptors.map(s=>s.action))):Dc(n,r);return e.runtimeOnly&&!e.selectedAction?Dc(i,new Set(t.actions)):i}function WN(e,t,n){let r=BN(t.mergedExtensionContracts),s=!e.flagsOnly&&!e.availabilityOnly?ON(Wy(e,n,r),t.createRequiredOptionContracts):Wy(e,n,r);return{mergedSchema:r,filteredSchema:s}}function HN(e,t){return e.selectedCommand!==void 0?[e.selectedCommand]:e.selectedAction?dN(t.scopedActionDescriptors,t.commandCatalog):t.commandCatalog}function VN(e,t){if(e.selectedCommand!==void 0||e.selectedAction!==void 0)return t;let n=new Set(yo.filter(r=>r.hidden&&r.lifecycle==="deprecated").map(r=>r.alias));return t.filter(r=>!n.has(r))}function Pc(e){let t=e.split(" ")[0];return t.startsWith("list-")?"list":t.startsWith("history-")?"history":Qy.get(t)??t}var YN=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"]]),XN=new Map([["extension adopt-all","extensions"],["package adopt-all","packages"],["workspace snapshot list","workspace snapshots"]]);function JN(e,t){let n=$y.get(e)??(e.includes(" ")?void 0:$y.get(Pc(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=YN.get(s),c=XN.get(e)??o;return{intent:a===void 0||o.length===0?`Run ${e}.`:`${a} ${c}.`,intent_source:"generated"}}function QN(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=vo(s,{generateFallback:!0}),a=s.split(" ")[0],c=Qy.get(a)??(a.startsWith("list-")?"list":a.startsWith("history-")?"history":a),d=new Set([...nw(s).map(m=>m.flag),...t.filter(m=>ut(m.command).includes(s)).flatMap(m=>m.flags.map(_=>_.flag))]),l=(Fy.get(s)??Fy.get(c)??nN).filter(m=>d.has(m)),u=JN(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 ZN(e){return e.map(t=>({budget:vo(t,{generateFallback:!0}),envelope:Dy(t)}))}function eL(e){let t=new Map;for(let n of e){let r=oh(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 tL(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 nL(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 rL(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:[...bl],services:[...kl],policy_modes:[...El],policy_mode_scope:"extensions.policy.mode",policy_surfaces:[...xl],trust_modes:[...Sl],trust_mode_scope:"extensions.policy.trust_mode",sandbox_profiles:[...Tl],manifest_versions:[1,2],compatibility:{current:"v2",previous:["v1"],breaking_strategy:"versioned_breaking"}},e.governance_contracts={ownership_enforcement_modes:[...Dd],create_modes:[...Md],close_validation_modes:[...Pd],workflow_enforcement_modes:[...Fd]},e.relationship_kind_contracts=[...Xd,...(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 iL(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 sL(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=AN(r,n.extensionFlagMap,n.runtimeFieldFlagMap,t.selectedCommand!==void 0);let s=new Set(r);e.list_projections=Object.entries(xf).filter(([o])=>s.has(o)).map(([o,a])=>({command:o,default:a,brief_fields:[...Tf],compact_fields:[...Sf]}))}e.command_aliases=i}}function oL(e,t){if(!(t.schemaOnly||t.flagsOnly||t.availabilityOnly)){if(!t.omitUnfilteredCommanderAliases){e.commander_aliases=IN();return}e.commander_aliases_omitted_reason=t.selectedCommand?"command_scoped":"unfiltered_default_brief"}}function aL(e,t,n,r){e.command_summaries=QN(t,n,{includeFormatBudgets:r.includeFormatBudgets,includeIntentProvenance:r.includeIntentProvenance}),e.output_policy={token_estimate:"ceil(utf8_bytes / 4)",degradation_ladder:[...Rl],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=>Ll(i)!==void 0).sort((i,s)=>i.localeCompare(s)).map(i=>({command:i,modes:[...Dl(i).keys()]}))}:{}},e.grammar_contracts={nouns:Lt.nouns,shared_verbs:Lt.shared_verbs,scope_before_verb:Lt.scope_before_verb,visible_top_level_ceiling:Lt.visible_top_level_ceiling,ceiling_raise_requires_pm_item:Lt.ceiling_raise_requires_pm_item,positional_shape_budget:Lt.positional_shape_budget,positional_shape_count:new Set(Ro.map(({slots:i})=>Ru(i))).size,positional_action_count:Io.length,positional_action_parents:[...new Set(Io.map(({parent:i})=>i))].sort((i,s)=>i.localeCompare(s)),...r.includePositionalSignatures?{positional_signatures:Ro}:{}}}async function rH(e,t){let n=NN(e);LN(n);let r=I(process.cwd(),t.path),i=await MN(t,r),s=KN(n,i),o=WN(n,i,s),a=HN(n,s),c=VN(n,a),d=nL(n,o,s,c),l=tL(n,i,c),u=n.fullOutput||n.selectedCommand!==void 0;if((n.summary||n.fullOutput)&&aL(d,c,l,{includeFormatBudgets:u,includeIntentProvenance:u,includePositionalSignatures:u,includeProjectionModeMatrix:u}),n.summary)return d;let m=CN(s.commandCatalog);return n.flagsOnly&&!n.fullOutput||rL(d,i,n),iL(d,n,o,l),sL(d,n,i,c,m),oL(d,n),(n.selectedCommand==="assurance"||n.fullOutput)&&(d.assurance_contracts={measurement_source_kinds:[...Vn],gate_triggers:[...ot]}),n.fullOutput&&d.grammar_contracts&&(d.grammar_contracts.destinations=Iu),n.fullOutput&&!n.schemaOnly&&!n.flagsOnly&&!n.availabilityOnly&&(d.mcp_tools=Py(),d.context_intents=Ml(),d.read_output_dimensions=Nl,d.error_codes=Ny,d.command_output_contracts=ZN(c),d.diagnostic_output_contracts=Ol,d.command_exit_contracts={vocabulary:ac,command_sets:eL(c)}),d}import{createHash as dL}from"node:crypto";import{execFile as lL}from"node:child_process";import sw from"node:path";import{promisify as uL}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 rw=1;function cL(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 $c(e){if(e===null)return{format_version:rw,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!==rw||!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(!cL(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 mL=uL(lL),fL=50,iw=1e3,pL=/^[a-z0-9](?:[a-z0-9._/-]{0,126}[a-z0-9])?$/u;function ow(e){let t=e.trim().toLowerCase();if(!pL.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 _L(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 Rr(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 gL(e){let t=e??fL;if(!Number.isSafeInteger(t)||t<0||t>iw)throw new p(`Improvement observation limit must be an integer from 0 to ${iw}.`,f.USAGE,{code:"invalid_improvement_observation_limit"});return t}function aw(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 hL(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=ow(n.metric),i=_L(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 wL(e,n.revision),o=Rr(n.source,"source"),a=Rr(n.itemId,"itemId"),c=Rr(n.unit,"unit"),d=Rr(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:aw(n.observedAt??x(),"observedAt"),...s,author:q(n.author,t.author_default),...a===void 0?{}:{item_id:a},...o===void 0?{}:{source:o},...d===void 0?{}:{idempotency_key:d}};return{id:dL("sha256").update(W(l)).digest("hex").slice(0,24),...l}}function yL(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 wL(e,t){let n=Rr(t,"revision");if(n)return{revision:n,revision_source:"caller"};try{return{revision:(await mL("git",["rev-parse","--verify","HEAD^{commit}"],{cwd:it(e),encoding:"utf8",timeout:5e3})).stdout.trim(),revision_source:"git"}}catch{}return{revision:"unversioned",revision_source:"unversioned"}}function vL(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 cw(e,t={}){let n=I(process.cwd(),t.path);await $(n);let r=await R(n),i=await hL(n,r,e),s=sw.join(n,"improvement-ledger.json"),o=await rn({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=$c(a),d=yL(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 dw(e={}){let t=I(e.cwd??process.cwd(),e.pmRoot);await $(t);let n=e.metric===void 0?void 0:ow(e.metric),r=e.since===void 0?void 0:aw(e.since,"since"),i=gL(e.limit),o=$c(await ee(sw.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])=>vL(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 bL(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 kL(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 EL(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 lw(e=jn,t=Un){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 TH(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 uw(e,t=Un,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 xH(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 AH(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=bL(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&&kL(s,o,r)?o.children.push(s):i.push(s)}return EL(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 SL=1e4,mw=1e5,TL=1e3,xL=30,AL=["append","comment","docs","file","learning","note","test_run"];function CL(e){let t=e??SL;if(!Number.isSafeInteger(t)||t<1||t>mw)throw new p(`History analytics event limit must be an integer from 1 to ${mw}.`,f.USAGE,{code:"invalid_history_analytics_limit"});return t}function fw(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 IL(e){let t=e?.trim();if(!t)return new Date(Date.now()-xL*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 Gs(e,t){let n=CL(t.eventLimit),r=IL(t.since),i=[],s=r,o=!1;for(;i.length<n;){let a=await Rf({pmRoot:e,since:s,limit:Math.min(TL,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 RL(e,t){return t==="harness"?e.agent_harness:t==="author_source"?e.author_source:e.agent_model??e.agent_provenance?.model?.value}function OL(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 NL(e){return AL.some(t=>e.startsWith(t))}function pw(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 LL(e,t,n){let r=new Map,i=new Map,s=new Map;for(let o of t){let a=RL(o.entry,e),c=OL(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=pw(r,a);u.events+=1,NL(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 DL(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&&(pw(e,o).defectEscapes+=1)}}}function ML(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 PL(e,t,n,r,i,s){let{buckets:o,lastCloseValue:a}=LL(e,t,r);return DL(o,a,n),{dimension:e,status:o.size===0?"unavailable":"available",rows:[...o].map(([c,d])=>ML(c,d,i,s)).sort((c,d)=>d.events-c.events||c.value.localeCompare(d.value))}}function FL(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 $L(e,t,n){let r=lw(t),i=uw(e,Un,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 DH(e,t=jn,n={}){return Uc(await Gs(e,n),t,n)}function Uc(e,t=jn,n={}){let r=fw(n.minimumSample);return{...$L(e.events.map(i=>i.entry),t,r),window:e.receipt}}async function MH(e,t,n,r={}){return jc(await Gs(e,r),t,n,r)}function jc(e,t,n,r={}){let i=fw(r.minimumSample),s=FL(e.events,e.receipt.since);return{dimensions:["harness","model","author_source"].map(o=>PL(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 UL=32;function jL(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 Or(e,t){let n=jL(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,UL)}function _w(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 gw(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 qL from"node:fs/promises";import yw 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 qs(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 GL(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)||(qs(m,o,u,i,"min")&&(o=m,i=u),qs(m,a,u,s,"max","max")&&(a=m,s=u))}return{id:e,bytes:n,lines:r,oldest_ts:i,newest_ts:s}}function hw(e,t){let n=t?.topN??5,r=Math.max(0,Math.floor(n)),i=e.map(({id:_,raw:g})=>GL(_,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);qs(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);qs(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 KL(e){return e.reduce((t,n)=>(t[n]=0,t),{})}function zL(e,t,n,r,i){let s=Hn(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=KL([...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 BL(e){return e.trim().length===0?0:e.split(/\r?\n/u).filter(t=>t.trim().length>0).length}async function WL(e){let t=yw.join(e,"history");if(!await B(t))return[];await De({path:t,scope:"project"});let n=(await qL.readdir(t)).filter(i=>i.endsWith(".jsonl")).sort((i,s)=>i.localeCompare(s)),r=[];for(let i of n){let s=yw.join(t,i),o=await ee(s);o!==null&&(await De({path:s,scope:"project"}),r.push({id:i.slice(0,-6),raw:o}))}return r}async function HL(e,t){let n=[],r=x();for(let i of Or(t.observe,r))n.push(await cw({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 VL(e,t,n){let r={};return t.byAssignee&&(r.assignee=Hn(e,"assignee",n)),t.byTag&&(r.tag=Hn(e,"tag",n,{tagPrefix:t.tagPrefix})),t.byPriority&&(r.priority=Hn(e,"priority",n)),r}async function YL(e,t,n,r,i){let s={since:i.since,eventLimit:i.eventLimit,minimumSample:i.minimumSample},o=i.provenanceCoverage||i.fleetAttribution?await Gs(e,s):void 0;return{provenanceCoverage:i.provenanceCoverage&&o?Uc(o,n.agent_identity?.harness_signals,s):void 0,fleetAttribution:i.fleetAttribution&&o?jc(o,t,r,s):void 0}}function XL(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:x()}}async function iV(e,t={}){let n=I(process.cwd(),e.path);await $(n);let r=await R(n),i=await HL(e,t),s=U(r,F()),o=J(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 ai({pmRoot:n,settings:r,itemIds:a.map(E=>E.id),commandLabel:"stats"});let c=bf(o),d=zL(a,s.types,o.definitions.map(E=>E.id),c,t.includeEmpty===!0),l=await WL(n),u=0;for(let E of l)u+=BL(E.raw);let m=t.storage?hw(l):void 0,_=t.metadataCoverage?kf(a,c):void 0,g=VL(a,t,c),h=t.fieldUtilization?Ef(a):void 0,y=t.measurements===!0||i.length>0?await dw({pmRoot:n,metric:t.metric,itemId:t.measurementItem,limit:t.measurementLimit}):void 0,{provenanceCoverage:w,fleetAttribution:k}=await YL(n,a,r,o.terminal_statuses,t);return XL({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 cV(e,t={}){let n=await yh({pmRoot:I(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 JL 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 Ew=xt.join("runtime","telemetry","events.jsonl"),Sw=xt.join("runtime","telemetry","state.json"),QL=xt.join("runtime","telemetry"),ZL=20,ww=["status","flush","stats","clear"],vw=(e,t)=>{let n=Math.ceil(t*e.length),r=Math.min(e.length-1,Math.max(0,n-1));return e[r]},Gc=(e,t)=>typeof e!="string"?t:e.trim().length>0?e:t,bw=e=>{if(!(typeof e!="number"||!Number.isFinite(e)))return Math.trunc(e)},eD=e=>({command:Gc(e.event.command,"<unknown>"),eventType:Gc(e.event.event_type,"unknown"),eventSchemaVersion:bw(e.event.schema_version),clientSchemaVersion:bw(e.client_schema_version)}),tD=()=>({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:{}}),nD=e=>{let t=e?.duration_ms;return typeof t=="number"&&Number.isFinite(t)?t:void 0},rD=e=>{let t=e?.command_resolution;return Gc(t,"")||void 0},Tw=(e,t)=>{e[t]=(e[t]??0)+1},iD=(e,t)=>{let n=nD(t);n!==void 0&&e.finish_durations_ms.push(n),t?.ok===!0?e.ok_count+=1:e.error_count+=1;let r=rD(t);r!==void 0&&Tw(e.resolution_counts,r)},sD=e=>Number.isFinite(e)?Math.max(0,Math.trunc(e)):0,kw=(e,t)=>{t!==void 0&&e.add(t)},oD=(e,t)=>{let n=eD(t),r=e.get(n.command)??tD();r.count+=1,r.max_attempts=Math.max(r.max_attempts,sD(t.attempts)),Tw(r.event_type_counts,n.eventType),kw(r.event_schema_versions,n.eventSchemaVersion),kw(r.client_schema_versions,n.clientSchemaVersion),n.eventType==="command_finish"&&iD(r,t.event.payload),e.set(n.command,r)},aD=(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:vw(r,.5),duration_p95_ms:vw(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)}:{}}},cD=e=>{let t=(e??"status").trim().toLowerCase();if(ww.includes(t))return t;throw Ur({command_path:"telemetry",token:e?.trim()||"<empty>",allowed:ww,examples:["pm telemetry status","pm telemetry flush","pm telemetry stats --limit 10","pm telemetry clear"]})},qc=()=>{throw new p("--limit must be a positive integer",f.USAGE)},xw=e=>[!Number.isFinite(e),!Number.isInteger(e),e<=0].includes(!0)?qc():e,dD=e=>{let t=e.trim();return[t.length===0,!/^\d+$/.test(t)].includes(!0)?qc():xw(Number.parseInt(t,10))},lD=e=>e===void 0?ZL:typeof e=="number"?xw(e):typeof e=="string"?dD(e):qc(),uD=e=>{if(typeof e!="object"||e===null)return!1;let t=e;return typeof t.attempts=="number"&&typeof t.event=="object"&&t.event!==null},mD=e=>{try{let t=JSON.parse(e);return uD(t)?t:void 0}catch{return}},fD=e=>e===null?[]:e.split(`
|
|
25
|
+
`).map(t=>t.trim()).filter(t=>t.length>0),Aw=e=>{let t=fD(e),n=[],r=0;for(let i of t){let s=mD(i);s===void 0?r+=1:n.push(s)}return{rows_total:t.length,valid_entries:n.length,invalid_rows:r,entries:n}},pD=e=>typeof e=="object"&&e!==null&&!Array.isArray(e),_D=e=>{try{let t=JSON.parse(e);return pD(t)?t:{}}catch{return{}}},gD=async e=>{let t=await ee(e);return t===null||t.trim().length===0?{}:_D(t)},Ks=e=>e??null,zs=async e=>{let t=await R(e),n=xt.join(e,Ew),r=xt.join(e,Sw),i=await ee(n),s=Aw(i),o=await gD(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:Ks(o.last_attempted_flush_at),last_successful_flush_at:Ks(o.last_successful_flush_at),last_failed_flush_at:Ks(o.last_failed_flush_at),last_failed_flush_error:Ks(o.last_failed_flush_error)}},hD=e=>{let t=new Map;for(let n of e)oD(t,n);return[...t.entries()].map(([n,r])=>aD(n,r)).sort((n,r)=>r.count-n.count||n.command.localeCompare(r.command))},yD=async(e,t)=>({action:"telemetry",subcommand:"status",status:await zs(t.globalPmRoot),generated_at:x()}),wD=async(e,t)=>{let n=await zs(t.globalPmRoot);await wu(t.globalPmRoot);let r=await zs(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:x()}},vD=async(e,t)=>{let n=lD(e.limit),r=await ee(t.queuePath),i=Aw(r),s=hD(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:x()}},bD=async(e,t)=>{let n=await R(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 tu(t.globalPmRoot,n,"telemetry:clear");let i=xt.join(t.globalPmRoot,QL),s=await B(i);return await JL.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 zs(t.globalPmRoot),generated_at:x()}},kD={status:yD,flush:wD,stats:vD,clear:bD};async function vV(e,t){let n=cD(e.subcommand),r=He(process.cwd());return kD[n](e,{globalPmRoot:r,queuePath:xt.join(r,Ew),statePath:xt.join(r,Sw)})}import{spawn as Bw}from"node:child_process";import{cp as Wc,mkdir as Vs,mkdtemp as Ww,open as Hc,readdir as Vc,rm as Jc,symlink as Hw}from"node:fs/promises";import{tmpdir as Vw}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 Cw=20;function ED(){let e=process.env.PM_TRACKED_TEST_RUN_HISTORY_LIMIT;if(!e||e.trim().length===0)return Cw;let t=Number.parseInt(e,10);return!Number.isFinite(t)||t<=0?Cw:t}function Kc(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=Od(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=ED();return t.length>n?t.slice(t.length-n):t}async function Bs(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=Kc([...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 Iw=100;function zc(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 SD(e){let n=(e.command??e.path??"<no command>").replaceAll(/\s+/g," ").trim()||"<no command>";return n.length<=Iw?n:`${n.slice(0,Iw-3)}...`}function Rw(e){return e.map((t,n)=>`${n+1}. ${SD(t)}`).join("; ")}function TD(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 xD(e,t){let n=e.command?.toLowerCase()??"",r=e.path?.toLowerCase()??"";return n.includes(t)||r.includes(t)}function Ow(e,t){let n=TD(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)xD(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: ${Rw(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=zc(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: ${Rw(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]="7659721c-21f5-55da-8cce-31b290de5bfb")}catch{}})();var Hs=20*1024*1024,AD=3e3,CD=1e4,ID=5e3,Nw=120,RD=new Set(["locks","extensions","runtime"]),OD=new Set(["history","index","search","extensions","locks","runtime"]),ND=[/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],LD=/\b(?:could not|failed to|unable to)\s+acquire\b[^\n.]*\block\b/i,DD=/\b(?:already running|timed?\s*out|timeout|held by another|lock\s+is\s+held)\b/i,MD=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 Qc(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 PD(){return Qc("PM_LINKED_TEST_TIMEOUT_FORCE_KILL_DELAY_MS",AD)}function FD(){return Qc("PM_LINKED_TEST_HEARTBEAT_INTERVAL_MS",CD)}function $D(){return Qc("PM_LINKED_TEST_PIPE_CLOSE_GRACE_MS",ID)}function UD(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 jD(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 Zc(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 GD(e){let t=e??"project";if(!Le.includes(t))throw new p(`Invalid scope "${e}"`,f.USAGE);return t}function Ys(e){if(!e)return"schema";let t=e.trim().toLowerCase();if(Ut.includes(t))return t;throw new p(`Invalid --pm-context value "${e}". Expected one of: ${Ut.join(", ")}`,f.USAGE)}function qD(e){return Gt(e??"source","--workspace-context")}function Yw(e,t,n){return n?t:Gt(e.workspace_context_mode,"linked test")??t}function Xw(e,t,n){return n||typeof e.pm_context_mode!="string"||e.pm_context_mode.trim().length===0?t:Ys(e.pm_context_mode)}function Jw(e,t){return e==="auto"?t?"tracker":"schema":e}function KD(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 zD(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 BD(e,t){let n={};if(!e)return n;for(let r of e){let i=vr(r,t);if(i)for(let[s,o]of Object.entries(i))n[s]=o}return n}function WD(e,t){if(!e)return[];let n=[];for(let r of e){let i=br(r,t);i&&n.push(...i)}return[...new Set(n)]}function HD(e){let t=Xs(e);return vn(t).some(n=>qi(n)!==null)}function Qw(e){let t=Xs(e);return vn(t).some(n=>{let r=qi(n);if(!r)return!1;let i=Pa(r);return i?MD.has(i.subcommand):!1})}function Ws(e){if(e)return b_.has(e.subcommand)?vt(e.args,k_)?.subcommand:e.subcommand}function Lw(e,t){if(e==="npx"||e==="bunx")return Dt(t)?.command;if(e==="pnpm")return Ws(vt(t,Na));if(e==="npm")return Ws(vt(t,La));if(e==="yarn")return Ws(vt(t,w_));if(e==="bun")return Ws(vt(t,v_))}function Dw(e){return e?e==="vitest"||e==="test"||e.startsWith("test:"):!1}function Bc(e){return!e||!dr(e.command)&&!Ma(e.command)?!1:zi(e.args)==="test-all"}var VD=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])]),YD=new Set(["npx","bunx"]);function Zw(e){let t=e.split(" ").filter(o=>o.length>0),n=Ki(t);if(n.length===0)return!1;let[r,...i]=n,s=VD.get(r);if(s){let o=i.findIndex(a=>s.test(a));return o>=0?Zw(i.slice(o+1).join(" ")):!1}return dr(r)||lr(r)?zi(i)==="test-all":r==="node"&&i.length>0&&lr(i[0])?zi(i.slice(1))==="test-all":YD.has(r)?Bc(Dt(i)):r==="pnpm"?Bc(Bi(i)):r==="npm"?Bc(Wi(i)):!1}function ev(e){let t=Xs(e);return vn(t).some(n=>Zw(n))}function tv(e){if(ev(e))throw new p('Linked test commands must not invoke "pm test-all"; this creates recursive orchestration.',f.USAGE)}function Xs(e){return e.trim().replaceAll("\\","/").replaceAll('"',"").replaceAll("'","").replaceAll(/\s+/g," ").toLowerCase()}function XD(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 JD(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 QD(e){let t=e.split(" ").filter(s=>s.length>0),n=Ki(t);if(n.length===0)return!1;let[r,...i]=n;return r==="vitest"||r.endsWith("/vitest")||r.endsWith("/vitest.mjs")?!0:r==="node"?ZD(i):eM(r,i)}function ZD(e){return e.includes("--test")||e.some(t=>t==="vitest"||t==="vitest.mjs"||t.endsWith("/vitest")||t.endsWith("/vitest.mjs"))}function eM(e,t){return e==="npx"||e==="bunx"?Dw(Dt(t)?.command):e==="pnpm"||e==="npm"?Dw((e==="pnpm"?Bi(t):Wi(t))?.command)||Lw(e,t)==="vitest":(e==="yarn"||e==="bun")&&Lw(e,t)==="vitest"}function nv(e){let t=Xs(e);if(vn(t).some(i=>!XD(i)&&QD(i)&&!JD(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 tM(e){if(ev(e))return'Linked test command skipped: Linked test commands must not invoke "pm test-all"; this creates recursive orchestration.'}function nM(e){return e?e.map(rM):[]}function rM(e){let t=e.trim(),n=is(t)?ss(Q(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 tv(r),nv(r),{command:r,path:pe(n.path),scope:GD(n.scope),timeout_seconds:iM(pe(n.timeout_seconds),pe(n.timeout)),pm_context_mode:ls(pe(n.pm_context_mode),"--add"),workspace_context_mode:Gt(pe(n.workspace_context_mode),"--add"),env_set:vr(pe(n.env_set),"--add"),env_clear:br(pe(n.env_clear),"--add"),shared_host_safe:ds(pe(n.shared_host_safe),"--add","shared_host_safe"),assert_stdout_contains:qt(pe(n.assert_stdout_contains)),assert_stdout_regex:Sn(pe(n.assert_stdout_regex),"--add","assert_stdout_regex"),assert_stderr_contains:qt(pe(n.assert_stderr_contains)),assert_stderr_regex:Sn(pe(n.assert_stderr_regex),"--add","assert_stderr_regex"),assert_stdout_min_lines:us(pe(n.assert_stdout_min_lines),"--add"),assert_json_field_equals:ms(pe(n.assert_json_field_equals),"--add"),assert_json_field_gte:fs(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 iM(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 sM(e){return e?e.flatMap(t=>{let n=bh(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);tv(i),nv(i)}return n}):[]}function oM(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=Q(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 aM(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 cM(e){try{e.stdin?.end()}catch{}}function rv(e){let t=e.trim().replaceAll(/\s+/g," ");return t.length<=Nw?t:`${t.slice(0,Nw-3)}...`}function iv(e){return e==="off"?!1:e==="always"?!0:process.stderr.isTTY===!0}function Yc(e){try{process.stderr.write(`${e}
|
|
26
|
+
`)}catch{}}function dM(e,t){if(!iv(t))return null;let n=rv(e.command),r=Date.now();Yc(`[pm test] linked-test ${e.index}/${e.total} start timeout_ms=${e.timeoutMs} command="${n}"`);let i=setInterval(()=>{let s=Date.now()-r;Yc(`[pm test] linked-test ${e.index}/${e.total} running elapsed_ms=${s} command="${n}"`)},FD());return i.unref?.(),i}function lM(e,t,n,r){if(!iv(r))return;let i=rv(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(" ")}`:"";Yc(`[pm test] linked-test ${e.index}/${e.total} end status=${a} exit_code=${d} elapsed_ms=${s}${l} command="${i}"`)}async function Mw(e){if(!(!Number.isInteger(e)||e<=0)){if(process.platform==="win32"){await new Promise(t=>{let n=Bw("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 uM(e){e.heartbeat&&clearInterval(e.heartbeat),e.timedOutTimer&&(clearTimeout(e.timedOutTimer),e.timedOutTimer=null),e.forceKillTimer&&(clearTimeout(e.forceKillTimer),e.forceKillTimer=null)}function mM(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 Mw(r);return}try{process.kill(-r,"SIGTERM")}catch{try{e.kill("SIGTERM")}catch{}}t.forceKillTimer=setTimeout(()=>{Mw(r)},PD()),t.forceKillTimer.unref?.()}}function fM(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)},$D()),r.unref?.())}),e.on("close",(s,o)=>{i({code:s,signal:o})})})}function pM(e,t,n,r,i){return Bw(e,{cwd:i,env:t,shell:!0,windowsHide:!0,detached:process.platform!=="win32",stdio:["pipe",n,r]})}async function Pw(e){let t=await Hc(e,"r");try{let n=(await t.stat()).size,r=Math.min(n,Hs),i=Buffer.alloc(r);return r>0&&await t.read(i,0,r,0),{text:i.toString("utf8"),truncated:n>Hs}}finally{await t.close()}}async function _M(e,t,n,r,i,s=process.cwd()){let o=Date.now(),a=await Ww(Y.join(Vw(),"pm-linked-test-output-"));try{let c=Y.join(a,"stdout.log"),d=Y.join(a,"stderr.log"),[l,u]=await Promise.all([Hc(c,"w"),Hc(d,"w")]),m;try{m=pM(e,n,l.fd,u.fd,s)}finally{await Promise.all([l.close(),u.close()])}cM(m);let _={heartbeat:dM(r,i),forceKillTimer:null,timedOutTimer:null},g=mM(m,_),h=!1,y;m.on("error",C=>{y=C.message}),_.timedOutTimer=setTimeout(()=>{h=!0,g()},t),_.timedOutTimer.unref?.();let{code:w,signal:k}=await fM(m);uM(_);let[E,S]=await Promise.all([Pw(c),Pw(d)]),v=E.truncated||S.truncated,b=v?`
|
|
27
|
+
[pm linked-test output truncated at ${Hs} bytes per stream; the child process continued to completion]
|
|
28
|
+
`:"",T={stdout:`${E.text}${b}`,stderr:S.text,exitCode:w,signal:k,timedOut:h,maxBufferExceeded:!1,outputTruncated:v,spawnError:y};return lM(r,T,o,i),T}finally{await Jc(a,{recursive:!0,force:!0})}}function gM(e,t){let n=[];e.maxBufferExceeded&&n.push(`Linked test output exceeded maxBuffer=${Hs} 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 hM(e){let t=[e.spawnError??"",e.stderr,e.stdout].join(`
|
|
29
|
+
`);return ND.some(n=>n.test(t))||t.split(/\r?\n/u).some(n=>LD.test(n)&&DD.test(n))}function yM(e){return hM(e)?"infra_collision":e.timedOut?"timeout":e.maxBufferExceeded?"max_buffer":e.spawnError?"spawn_error":e.signal?"signal":"assertion_failure"}function wM(){return{infra_collision:0,trust_refusal:0,assertion_failure:0,empty_run:0,timeout:0,max_buffer:0,spawn_error:0,signal:0}}function Js(e){let t=wM();for(let n of e)n.status!=="failed"||!n.failure_category||(t[n.failure_category]+=1);return t}function Fw(e,t){for(let[n,r]of Object.entries(t.env_set))jt.has(n.toUpperCase())||(e[n]=r);for(let n of t.env_clear)jt.has(n.toUpperCase())||delete e[n]}function vM(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 bM(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 kM(e,t,n){return{env_set:BD(e,"--env-set"),env_clear:WD(t,"--env-clear"),shared_host_safe:n===!0}}async function Rn(e,t,n=!1,r=Vs){if(await B(e))try{await Ps("seed_linked_test",async()=>{if(await r(Y.dirname(t),{recursive:!0}),n){await Wc(e,t,{recursive:!0,force:!0});return}await Wc(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&&G(i))return;throw i}}async function $w(e,t,n){await Rn(je(n.projectPmRoot),je(e)),await Rn(Y.join(n.projectPmRoot,"extensions"),Y.join(e,"extensions"),!0),await Rn(je(n.globalPmRoot),je(t)),await Rn(Y.join(n.globalPmRoot,"extensions"),Y.join(t,"extensions"),!0)}async function Uw(e,t){if(!await B(e))return;let n=await Vc(e,{withFileTypes:!0});for(let r of n){if(RD.has(r.name))continue;let i=Y.join(e,r.name),s=Y.join(t,r.name);if(r.isDirectory()){await Rn(i,s,!0);continue}r.isFile()&&await Rn(i,s)}}async function In(e){if(!await B(e))return 0;let t=0,n=await Vc(e,{withFileTypes:!0});for(let r of n){if(!r.isDirectory()||OD.has(r.name))continue;let i=Y.join(e,r.name),s;try{s=await Vc(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 EM(e){let t=typeof e.exitCode=="number"?e.exitCode:1;return(e.timedOut||e.maxBufferExceeded)&&t===0?1:t}function SM(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 jw(e,t){let n=t.trim();if(n.length===0)return{found:!1,value:void 0};let r=SM(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 TM(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 xM(e,t){return typeof e=="object"&&e!==null&&typeof t=="object"&&t!==null?st(e,t):Object.is(e,t)}function AM(e,t,n){let r=[];r.push(...Gw("stdout",t,e.assert_stdout_contains)),r.push(...qw("stdout",t,e.assert_stdout_regex)),r.push(...Gw("stderr",n,e.assert_stderr_contains)),r.push(...qw("stderr",n,e.assert_stderr_regex)),r.push(...CM(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=jw(a,c);if(!l.found){r.push(`assert_json_field_equals missing path "${c}"`);continue}let u=TM(d);xM(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=jw(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 Gw(e,t,n){let r=[];for(let i of n??[])t.includes(i)||r.push(`${e} missing required text: "${i}"`);return r}function qw(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 CM(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 IM=[{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 RM(e,t){let n=`${e}
|
|
30
|
+
${t}`;for(let r of IM)if(r.regex.test(n))return r.code;return null}function OM(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 NM(e,t,n){return e.some(r=>Yw(r,t,n)==="snapshot")}async function LM(e,t){let n=new Set([".agents",".git",".nyc_output",".turbo","coverage","node_modules"]);await Vs(Y.dirname(e.workspaceSnapshotRoot),{recursive:!0}),await Wc(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 Hw(r,Y.join(e.workspaceSnapshotRoot,"node_modules"),process.platform==="win32"?"junction":"dir")}async function DM(e,t){let n=Y.join(e,".agents"),r=Y.join(n,"pm");await Vs(n,{recursive:!0}),await Jc(r,{recursive:!0,force:!0}),await Hw(t,r,process.platform==="win32"?"junction":"dir")}async function MM(e,t=Go,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 PM(e,t,n){t&&(await $w(e.schemaProjectPmPath,e.schemaGlobalPmPath,t),n&&(await $w(e.trackerProjectPmPath,e.trackerGlobalPmPath,t),await Uw(t.projectPmRoot,e.trackerProjectPmPath),await Uw(t.globalPmRoot,e.trackerGlobalPmPath)))}function FM(e,t,n){return e.some(r=>{let i=r.command??"",s=i.length>0&&Qw(i),o=n?.autoPmContext===!0&&s?"auto":Xw(r,t,n?.overrideLinkedPmContext===!0);return Jw(o,s)==="tracker"})}async function $M(e,t){return{sourceProjectItemCount:t?await In(t.projectPmRoot):0,sourceGlobalItemCount:t?await In(t.globalPmRoot):0,schemaProjectItemCount:await In(e.schemaProjectPmPath),schemaGlobalItemCount:await In(e.schemaGlobalPmPath),trackerProjectItemCount:await In(e.trackerProjectPmPath),trackerGlobalItemCount:await In(e.trackerGlobalPmPath)}}function UM(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 jM(e){let t=typeof e.linkedTest.pm_context_mode=="string"&&e.linkedTest.pm_context_mode.trim().length>0?Ys(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?HD(n):!1,i=r&&n?Qw(n):!1,s=e.options?.autoPmContext===!0&&i,o=s?"auto":Xw(e.linkedTest,e.runLevelPmContextMode,e.options?.overrideLinkedPmContext===!0),a=Jw(o,i),c=a==="tracker"?e.layout.trackerProjectPmPath:e.layout.schemaProjectPmPath;e.workspaceContextMode==="snapshot"&&await DM(e.layout.workspaceSnapshotRoot,c);let d=e.options?.pmRoot?await ja(e.options.pmRoot,e.linkedTest,e.currentSourceRef):await ja(e.layout.root,e.linkedTest,e.currentSourceRef);return{linkedOverridePmContextMode:t,executionContext:UM({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 Kw(e,t,n){return{command:e.command,path:e.path,status:"skipped",execution_context:t,error:n}}function Xc(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 GM(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 qM(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 GM(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 KM(e){if(!e.linkedTest.command)return Kw(e.linkedTest,e.executionContext,"No command configured for this linked test.");let t=tM(e.linkedTest.command);return t?Kw(e.linkedTest,e.executionContext,t):null}function zM(e){let t=KM(e);if(t)return t;let n=qM(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=zD({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 Xc(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&&!KD(e.linkedTest)?Xc(e.linkedTest,e.executionContext,"Linked PM command requires assertions when --require-assertions-for-pm is enabled."):null}function BM(e){let t=bM(e.runtimeDirectives,e.linkedTest),n={...process.env,SENTRY_ENVIRONMENT:"test"};return Fw(n,e.runtimeDirectives),Fw(n,{env_set:e.linkedTest.env_set??{},env_clear:e.linkedTest.env_clear??[]}),t.shared_host_safe&&vM(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[Wn]):(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[Wn]="read_only"),n}function WM(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 HM(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 VM(e){return{command:e.linkedTest.command,path:e.linkedTest.path,status:"failed",exit_code:EM(e.execution),failure_category:yM(e.execution),execution_context:e.executionContext,stdout:e.execution.stdout,stderr:e.execution.stderr,error:gM(e.execution,e.timeoutMs)}}function YM(e){if(e.options?.failOnEmptyTestRun===!0){let n=RM(e.execution.stdout,e.execution.stderr);if(n)return HM({...e,emptyRunSignal:n})}let t=AM(e.linkedTest,e.execution.stdout,e.execution.stderr);return t.length>0?Xc(e.linkedTest,e.executionContext,`Linked test assertion(s) failed: ${t.join("; ")}`,e.execution):WM(e.linkedTest,e.executionContext,e.execution)}async function XM(e){let t=e.linkedTest.command??"",n=(e.linkedTest.timeout_seconds??e.defaultTimeoutSeconds??120)*1e3,r=await _M(t,n,BM(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?YM({...e,execution:r}):VM({...e,execution:r,timeoutMs:n})}async function ed(e,t,n){let r=[],i=await Ww(Y.join(Vw(),"pm-linked-test-")),s=OM(i),o=Ys(n?.pmContext),a=qD(n?.workspaceContext),c=n?.progress===!0?"always":"auto",d=kM(n?.envSet,n?.envClear,n?.sharedHostSafe),l=n?.sourceRoots,u=fr(),m=FM(e,o,n),_=NM(e,a,n?.overrideLinkedWorkspaceContext===!0),g=await mr(u);try{await MM(s,Go,m),await Vs(s.workspaceIsolatedRoot,{recursive:!0}),await PM(s,l,m),_&&await LM(s,u);let h=await $M(s,l);for(let y=0;y<e.length;y+=1){let w=e[y],k=Yw(w,a,n?.overrideLinkedWorkspaceContext===!0),E=await jM({linkedTest:w,layout:s,counts:h,sourceRoots:l,runLevelPmContextMode:o,options:n,requestedWorkspaceContextMode:a,workspaceContextMode:k,currentSourceRef:g,sourceWorkspaceRoot:u}),S=zM({linkedTest:w,executionContext:E.executionContext,runLevelPmContextMode:o,linkedOverridePmContextMode:E.linkedOverridePmContextMode,options:n});if(S){r.push(S);continue}r.push(await XM({linkedTest:w,index:y,total:e.length,defaultTimeoutSeconds:t,runtimeDirectives:d,progressMode:c,executionContext:E.executionContext,options:n}))}}finally{await Jc(s.root,{recursive:!0,force:!0,maxRetries:3,retryDelay:100})}return r}async function JM(e){let{id:t,pmRoot:n,settings:r,typeToFolder:i}=e,s=await Z(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 QM(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 ZM(e,t){let n=[...e];for(let r of t)n.some(i=>QM(i,r))||n.push(r);return n}function eP(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 tP(e,t,n,r){return eP(ZM(e,t),n,r)}function nP(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 rP(e){if(nP(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 iP(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 JM({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:q(n.author,i.author_default),message:n.message,force:n.force,skipNoop:!0,mutate(u){let m=u.metadata.tests??[],_=tP(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 sP(e,t){rP(e);let n={match:e.match,onlyIndex:e.onlyIndex===void 0?void 0:zc(e.onlyIndex),onlyLast:e.onlyLast},r=e.run===!0?Ow(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:Ys(e.pmContext),runSelection:r,testsToRun:r?.selected??t}}async function oP(e){let{options:t,runOptions:n,pmRoot:r}=e;return t.run!==!0?[]:await ed(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:He(process.cwd())}})}function aP(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=Zc(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 cP(e){let t=jD(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=x(),s=Or(e.options.measure,i);return{run_id:UD("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 dP(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=cP({options:t,runStartedAt:s,runResults:o,failOnSkippedTriggered:a});if(r.testing.record_results_to_items!==!0)return d;try{return await Bs({pmRoot:n,settings:r,itemId:i,author:q(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 zw(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=_w(t,s,a)}return{measurements:n?.measurements,metric_below:r,metric_diff:e.metricDiff===void 0?void 0:gw(t,e.metricDiff)}}async function lP(e,t,n){if(e.acknowledgeLinkedTests===!0)return C_(t,n,x())}async function sv(e,t,n){let r=Jt(),i=I(process.cwd(),n.path);await $(i);let s=await R(i);if((t.measure?.length??0)>0&&t.run!==!0)throw new p("--measure requires --run",f.USAGE);Or(t.measure,"validation"),zw(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=[...nM(a),...sM(c)],u=await bn(l,q(t.author,s.author_default),x())??[],m=oM(d),_=aM(t.removeIndex),g=await iP({id:e,options:t,pmRoot:i,settings:s,typeToFolder:o.type_to_folder,adds:u,removes:m,removeIndexes:_}),h=sP(t,g.tests),y=await lP(t,i,g.tests),w=t.run===!0?x():void 0,k=await oP({options:t,runOptions:h,pmRoot:i,untrustedLinkedTestsPolicyEnabled:s.testing.allow_untrusted_linked_tests}),E=Js(k),S=t.run===!0&&t.failOnSkipped===!0&&k.some(L=>L.status==="skipped"),v=aP(t,h.runSelection,k);y&&v.push(`linked_test_trust_acknowledged:${y.acknowledged}`);let b=await dP({options:t,pmRoot:i,settings:s,itemId:g.itemId,runStartedAt:w,runResults:k,failOnSkippedTriggered:S,warnings:v}),T=b?Kc([...g.testRuns,b]):g.testRuns,C=zw(t,T,b);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:v.length>0?v:void 0,changed:g.changed,count:g.tests.length,...g.removed>0?{removed:g.removed}:{},...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]="5d3405c0-14e6-51f5-97a1-355438fd0199")}catch{}})();var uP=(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},mP=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},ov=(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},fP=e=>e instanceof Error?e.message:String(e),pP=()=>{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)}`},_P=e=>e.trim().replaceAll(/\s+/g," "),gP=e=>!e||Object.keys(e).length===0?"{}":JSON.stringify(Object.fromEntries(Object.entries(e).sort(([t],[n])=>t.localeCompare(n)))),hP=e=>!e||e.length===0?"[]":JSON.stringify([...e].sort((t,n)=>t.localeCompare(n))),yP=e=>{let t=e?.trim().toLowerCase();return t&&t.length>0?t:"none"},wP=e=>{let t=e?.trim().toLowerCase();return t&&t.length>0?t:"source"},Qs=e=>[...new Set(e??[])].sort((t,n)=>t.localeCompare(n)),av=e=>Object.fromEntries(Object.entries(e??{}).sort(([t],[n])=>t.localeCompare(n))),vP=e=>typeof e=="number"?e:void 0,bP=e=>{let t={assert_stdout_contains:Qs(e.assert_stdout_contains),assert_stdout_regex:Qs(e.assert_stdout_regex),assert_stderr_contains:Qs(e.assert_stderr_contains),assert_stderr_regex:Qs(e.assert_stderr_regex),assert_stdout_min_lines:vP(e.assert_stdout_min_lines),assert_json_field_equals:av(e.assert_json_field_equals),assert_json_field_gte:av(e.assert_json_field_gte)};return JSON.stringify(t)},kP=e=>{let t=td(e.command);return t!==void 0?`command:${e.scope}:${_P(t)}`:`path:${e.scope}:${td(e.path)??""}`},cv=e=>{let t=gP(e.env_set),n=hP(e.env_clear),r=yP(e.pm_context_mode),i=wP(e.workspace_context_mode),s=e.shared_host_safe===!0?"true":"false",o=bP(e);return`${kP(e)}:${t}:${n}:${r}:${i}:${s}:${o}`},EP=(e,t)=>t===void 0?e:e===void 0||t>e?t:e,SP=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}},TP=(e,t)=>{for(let[n,r]of Object.entries(t))e[n]+=r},Zs=(e,t)=>{if(e.progress===!0)try{process.stderr.write(`[pm test-all] ${t}
|
|
31
|
+
`)}catch{}},xP=async(e,t,n)=>{let r=[],i=0;for(let s of e){let o=await sv(s.id,{run:!1},{...t,path:n});i+=o.tests.length,r.push({item:s,tests:o.tests})}return{itemTests:r,linkedTests:i}},AP=async e=>{let t=J(e.settings.schema),n=U(e.settings,F()),r=uP(e.options.status,t),i=ov(e.options.limit,"--limit"),s=ov(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}},CP=e=>{let t=new Map;for(let{tests:n}of e)for(let r of n){let i=cv(r);if(!t.has(i)){t.set(i,r.timeout_seconds);continue}t.set(i,EP(t.get(i),r.timeout_seconds))}return t},IP=async(e,t)=>{let n=[],r=e.tests.map(l=>{let u=cv(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 ed(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=SP(o),c=Js(o),d=await NP(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}}},RP=(e,t)=>[e.failed>0,t.failOnSkipped===!0&&e.skipped>0].includes(!0),OP=e=>e?!0:void 0,NP=async(e,t,n,r)=>{if(!r.trackingEnabled)return[];try{let i=RP(t,r.options);await Bs({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:x(),recorded_at:x(),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:OP(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}:${fP(i)}`]}return[]},LP=()=>{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},td=e=>{let t=e?.trim();return t&&t.length>0?t:void 0},DP=e=>({pmRoot:e.pmRoot,settings:e.settings,options:e.options,defaultTimeoutSeconds:e.defaultTimeoutSeconds,sourceRoots:{projectPmRoot:e.pmRoot,globalPmRoot:He(process.cwd())},seenTestKeys:new Set,effectiveTimeoutByKey:CP(e.itemTests),trackingEnabled:e.settings.testing.record_results_to_items===!0,trackingAuthor:q(e.options.author,e.settings.author_default),trackingRunId:pP(),trackingAttempt:LP(),trackingResumedFrom:td(process.env.PM_BACKGROUND_TEST_RUN_RESUMED_FROM),runStartedAt:e.runStartedAt}),MP=(e,t,n)=>{let r={results:[],passed:0,failed:0,skipped:0,failureCategories:Js([]),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}},PP=async(e,t,n)=>{for(let[r,i]of e.entries()){Zs(t.options,`item ${r+1}/${e.length} start id=${i.item.id} linked_tests=${i.tests.length}`);let s=await IP(i,t);TP(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),Zs(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}`)}},FP=(e,t)=>{if(e.checkContext!==!0)return;let n=t.results.flatMap(i=>i.run_results),r=Zc(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}`)},$P=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}),UP=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(" "),jP=async(e,t)=>{let n=I(process.cwd(),t.path);await $(n);let r=await R(n),i=await AP({pmRoot:n,settings:r,options:e}),s=mP(e.timeout),o=x(),a=await xP(i.filteredItems,t,n);return Zs(e,UP({...i,linkedTests:a.linkedTests})),{pmRoot:n,settings:r,filteredItems:i.filteredItems,itemTests:a.itemTests,linkedTests:a.linkedTests,defaultTimeoutSeconds:s,runStartedAt:o}},GP=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}},w2=async(e,t)=>{let n=await jP(e,t),{accumulation:r,failOnEmptyTestRunTriggered:i}=MP(e,n.linkedTests,n.filteredItems),s=DP({pmRoot:n.pmRoot,settings:n.settings,options:e,itemTests:n.itemTests,defaultTimeoutSeconds:n.defaultTimeoutSeconds,runStartedAt:n.runStartedAt});await PP(n.itemTests,s,r),FP(e,r);let o=GP({options:e,accumulation:r,failOnEmptyTestRunTriggered:i});return Zs(e,`end status=${o.ok?"passed":"failed"} items=${n.filteredItems.length} linked_tests=${n.linkedTests} passed=${r.passed} failed=${r.failed} skipped=${r.skipped}`),$P({ok:o.ok,filteredItems:n.filteredItems,linkedTests:n.linkedTests,accumulation:r,failOnSkippedTriggered:o.failOnSkippedTriggered,failOnEmptyTestRunTriggered:i})};import hF from"node:os";import On from"node:fs/promises";import{spawn as fv}from"node:child_process";import{createHash as qP,randomBytes as KP}from"node:crypto";import Nr 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 pv=new Set(["queued","running"]),sd=new Set(["passed","failed","stopped","canceled"]),zP=3e3,BP=3e3,WP=3e4,_v=100,dv=100;function gv(){return Date.now()}function hv(e){return e.map(t=>t.trim()).filter(t=>t.length>0)}function HP(e){let t=e.join(" ").replaceAll(/\s+/g," ").trim();return t.length<=180?t:`${t.slice(0,177)}...`}function VP(){let e=Date.now().toString(36),t=KP(3).toString("hex");return`tr-${e}-${t}`}function YP(e,t,n){let r={kind:e,command:hv(t),pm_root:Nr.resolve(n)};return qP("sha256").update(JSON.stringify(r)).digest("hex")}function Nn(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 XP(e){await Ue(Kd(e)),await Ue(po(e)),await Ue(zd(e)),await Ue(Bd(e)),await Ue(Vd(e))}async function yv(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 et(e,t){let n={...t,updated_at:x()};await _e(_o(e,t.id),`${JSON.stringify(n,null,2)}
|
|
32
|
+
`)}async function Ln(e,t){let n=_o(e,t),r=await ee(n);return r?yv(r,n):null}async function JP(e){let t=po(e);return await B(t)?(await On.readdir(t,{withFileTypes:!0})).filter(r=>r.isFile()&&r.name.endsWith(".json")).map(r=>Nr.join(t,r.name)).sort((r,i)=>i.localeCompare(r)):[]}function QP(e){let t=e.match(/^VmRSS:\s+(\d+)\s+kB$/m);if(t)return Number.parseInt(t[1],10)*1024}async function ZP(e){if(process.platform==="linux")try{let t=await On.readFile(`/proc/${e}/status`,"utf8");return QP(t)}catch{return}}function eF(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/dv,cpu_system_seconds:s/dv}}async function tF(e){if(process.platform!=="linux")return{};try{let t=await On.readFile(`/proc/${e}/stat`,"utf8");return eF(t)}catch{return{}}}async function rd(e){let t=e.child_pid??e.worker_pid;if(!Nn(t))return;let n=await ZP(t),r=await tF(t),i=e.started_at?Date.parse(e.started_at):Number.NaN,s=Number.isFinite(i)?Math.max(0,(gv()-i)/1e3):void 0;return{recorded_at:x(),rss_bytes:n,cpu_user_seconds:r.cpu_user_seconds,cpu_system_seconds:r.cpu_system_seconds,uptime_seconds:s}}function nd(e){return typeof e=="number"&&Number.isFinite(e)?e:0}function nF(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:nd(a.passed),failed:nd(a.failed),skipped:nd(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 rF(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:x(),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:x(),phase:r[3]?.toLowerCase()==="end"?"finished":"running"}}function iF(e){return e.split(/\r?\n/).map(t=>t.trimEnd()).filter(t=>t.length>0)}function id(e,t){if(t<=0)return[];let n=iF(e);return n.length<=t?n:n.slice(n.length-t)}async function wv(e){let t=process.env.PM_BACKGROUND_CLI_ENTRY?.trim();if(t&&t.length>0){let i=Nr.resolve(e,t);if(await B(i))return i}let n=Nr.resolve(e,"dist","cli.js");if(await B(n))return n;let r=process.argv[1]?.trim();if(r&&r.length>0){let i=Nr.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 Lr(e,t){if(!pv.has(t.status)||Nn(t.worker_pid)||t.finished_at)return t;let r={...t,status:"failed",finished_at:x(),error:t.error??"Background test run worker exited before writing terminal status."};return await et(e,r),r}async function od(e){await XP(e.pmRoot);let t=hv(e.commandArgs);if(t.length===0)throw new p("Background test run requires command arguments.",f.USAGE);let n=YP(e.kind,t,e.pmRoot),r=await cd(e.pmRoot,{});for(let l of r){let u=await Lr(e.pmRoot,l);if(u.fingerprint===n&&!(!pv.has(u.status)||!Nn(u.worker_pid)))return{started:!1,run:{...u,duplicate_of:u.id},duplicate_of:u.id}}let i=VP(),s=x(),o=Wd(e.pmRoot,i),a=Hd(e.pmRoot,i),c=Yd(e.pmRoot,i);await On.writeFile(o,"","utf8"),await On.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:HP(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 et(e.pmRoot,d),{started:!0,run:d}}async function ad(e){let t=await Ln(e.pmRoot,e.runId);if(!t)throw new p(`Background test run ${e.runId} not found`,f.NOT_FOUND);if(sd.has(t.status))throw new p(`Background test run ${t.id} is already terminal (${t.status}).`,f.CONFLICT);let n=await wv(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=fv(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:x()}};return await et(e.pmRoot,o),o}async function lv(e,t,n){await e,await On.appendFile(t,n,"utf8")}function vv(e,t){let n=Number.parseInt(process.env[e]??"",10);return Number.isFinite(n)&&n>0?n:t}function sF(e){return{...process.env,PM_PATH:e.pm_root,PM_GLOBAL_PATH:e.global_pm_root,FORCE_COLOR:"0"}}function oF(e,t){return t?["--no-extensions",...e.command_args]:[...e.command_args]}function aF(e,t){let n=Promise.resolve();return{schedule(){n=n.then(async()=>{try{await et(e,t)}catch{}})},async flush(){await n}}}function uv(e,t){try{e.kill(t)}catch{}}async function cF(e,t,n,r){if(n.stopRequested)return;n.stopRequested=!0,e.stop_requested_at=x(),e.progress={...e.progress,phase:"stopping",message:"Stop requested for background run.",heartbeat_at:x()},r(),uv(t,"SIGTERM"),setTimeout(()=>uv(t,"SIGKILL"),vv("PM_BACKGROUND_RUN_FORCE_KILL_DELAY_MS",BP)).unref?.()}function dF(e,t,n){return{phase:n,message:e,heartbeat_at:x(),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 lF(e,t,n,r){return{phase:r,message:e,heartbeat_at:x(),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 mv(e,t,n){let r=rF(t);if(!r)return!1;let i=e.progress?.phase==="stopping"?"stopping":"running";return e.progress=r.item_id?dF(t,r,i):lF(t,e,r,i),r.phase==="finished"&&!n&&(e.progress.phase="running"),!0}function uF(e){if(e.trim().length===0)return null;try{return JSON.parse(e)}catch{return null}}function mF(e,t){return t?"stopped":e.exit_code===0&&(e.summary?.failed??0)===0&&e.summary?.fail_on_skipped_triggered!==!0?"passed":"failed"}function fF(e,t){return{phase:"finished",message:t?"Background run stopped.":`Background run finished with status=${e.status}.`,heartbeat_at:x(),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 pF(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:id(n,_v)},null,2)}
|
|
34
|
+
`)}async function bv(e,t,n=!1){let r=await Ln(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??x(),worker_pid:process.pid,progress:{phase:"running",message:"Worker started.",heartbeat_at:x()}},s=await wv(process.cwd()),o=sF(i);await et(e,i);let a=oF(i,n),c=fv(process.execPath,[s,...a],{cwd:process.cwd(),env:o,detached:!1,stdio:["ignore","pipe","pipe"],windowsHide:!0});i.child_pid=c.pid;let d=aF(e,i),l=d.schedule,u=Promise.resolve(),m=Promise.resolve(),_="",g="",h={stopRequested:!1},y=()=>{cF(i,c,h,l)};process.on("SIGTERM",y),process.on("SIGINT",y);let w=setInterval(()=>{(async()=>(i.resource=await rd(i),i.progress.heartbeat_at=x(),l()))()},vv("PM_BACKGROUND_RUN_RESOURCE_INTERVAL_MS",zP));w.unref?.(),c.stdout?.on("data",T=>{let C=T.toString("utf8");_+=C,u=lv(u,i.stdout_path,C)}),c.stderr?.on("data",T=>{let C=T.toString("utf8");m=lv(m,i.stderr_path,C),g+=C;let L=g.split(/\r?\n/);g=L.pop();let z=!1;for(let P of L){let A=P.trimEnd();A.length>0&&mv(i,A,h.stopRequested)&&(z=!0)}z&&l()});let k=null,E=null;try{({code:k,signal:E}=await new Promise(T=>{c.on("close",(C,L)=>{T({code:C,signal:L})})}))}finally{clearInterval(w),process.off("SIGTERM",y),process.off("SIGINT",y)}await u,await m;let S=g.trimEnd();S.length>0&&mv(i,S,h.stopRequested)&&l(),g="";let v=uF(_),b=nF(i.kind,v);return i.summary=b.summary,i.exit_code=typeof k=="number"?k:void 0,i.signal=E??void 0,i.finished_at=x(),i.status=mF(i,h.stopRequested),i.progress=fF(i,h.stopRequested),i.resource=await rd(i),await pF(i,v,_),await et(e,i),await d.flush(),i}async function cd(e,t){let n=await JP(e),r=[];for(let c of n){let d=await ee(c);if(!d)continue;let l=await yv(d,c);r.push(l)}let i=[];for(let c of r)i.push(await Lr(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 kv(e,t){let n=await Ln(e,t);if(!n)throw new p(`Background test run ${t} not found`,f.NOT_FOUND);let r=await Lr(e,n),i=Nn(r.worker_pid),s=Nn(r.child_pid);r.status==="running"&&!s&&!r.finished_at&&!i&&(r.status="failed",r.finished_at=x(),r.error=r.error??"Background run process exited unexpectedly.",await et(e,r)),r.status==="running"&&(r.resource=await rd(r),await et(e,r));let o=r.progress?.heartbeat_at,a=o?Date.parse(o):Number.NaN,c=Number.isFinite(a)?Math.max(0,gv()-a):void 0,d=Number.parseInt(process.env.PM_BACKGROUND_RUN_HEARTBEAT_STALE_MS??"",10),l=Number.isFinite(d)&&d>0?d:WP,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 _F(e,t){let n=t?"SIGKILL":"SIGTERM";if(!Nn(e.worker_pid)||!e.worker_pid)return"none";try{return process.kill(e.worker_pid,n),n}catch{return"none"}}function gF(e,t){return{phase:"stopping",message:t==="none"?"Run marked stopped.":`Stop requested via ${t}.`,heartbeat_at:x(),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 Ev(e,t,n=!1){let r=await Ln(e,t);if(!r)throw new p(`Background test run ${t} not found`,f.NOT_FOUND);let i=await Lr(e,r);if(sd.has(i.status))return{run:i,signal_sent:"none"};let s=_F(i,n);return s==="none"&&(i.status="stopped",i.finished_at=i.finished_at??x()),i.stop_requested_at=x(),i.progress=gF(i,s),await et(e,i),{run:i,signal_sent:s}}async function Sv(e,t,n,r=!1){let i=await Ln(e,t);if(!i)throw new p(`Background test run ${t} not found`,f.NOT_FOUND);let s=await Lr(e,i);if(!sd.has(s.status))throw new p(`Background test run ${t} is not terminal and cannot be resumed.`,f.CONFLICT);let o=await od({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 ad({pmRoot:e,runId:o.run.id,noExtensions:r}),c={...s,resumed_by:a.id};return await et(e,c),a}async function Tv(e,t,n,r){let i=await Ln(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):_v,o=n==="stdout"||n==="both"?await ee(i.stdout_path)??"":"",a=n==="stderr"||n==="both"?await ee(i.stderr_path)??"":"";return{run:i,stream:n,tail:s,stdout:n==="stdout"||n==="both"?id(o,s):[],stderr:n==="stderr"||n==="both"?id(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 yF=["queued","running","passed","failed","stopped","canceled"],wF=["stdout","stderr","both"];function vF(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(yF.includes(t))return t;throw new p(`Invalid --status value "${e}"`,f.USAGE)}function bF(e){if(e===void 0||e.trim().length===0)return"stderr";let t=e.trim().toLowerCase();if(wF.includes(t))return t;throw new p(`Invalid --stream value "${e}"`,f.USAGE)}function kF(){try{let e=hF.userInfo().username.trim();if(e.length>0)return e}catch{}}function xv(e,t){let n=[e,yl(),t,process.env.USER,process.env.LOGNAME,process.env.USERNAME,kF()];for(let r of n){if(typeof r!="string")continue;let i=r.trim();if(i.length>0)return i}return"unknown"}async function Ht(e){await $(e)}async function j2(e,t){let n=I(process.cwd(),t.path),r=He(process.cwd());await Ht(n);let i=await R(n),s=xv(e.author,i.author_default),o=await od({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 ad({pmRoot:n,runId:o.run.id,noExtensions:e.noExtensions===!0})}:{started:!1,duplicate_of:o.duplicate_of,run:o.run}}async function G2(e,t){let n=I(process.cwd(),t.path);await Ht(n);let r=vF(e.status),i=Gn(e.limit,"limit"),s=await cd(n,{status:r,limit:i});return{runs:s,count:s.length,filters:{status:r,limit:i}}}async function q2(e,t){let n=I(process.cwd(),t.path);await Ht(n);let r=await kv(n,e);return{run:r.run,health:r.health}}async function K2(e,t,n){let r=I(process.cwd(),n.path);await Ht(r);let i=bF(t.stream),s=Gn(t.tail,"tail"),o=await Tv(r,e,i,s);return{run:o.run,stream:o.stream,tail:o.tail,stdout:o.stdout,stderr:o.stderr}}async function z2(e,t,n){let r=I(process.cwd(),n.path);await Ht(r);let i=await Ev(r,e,t.force===!0);return{run:i.run,signal_sent:i.signal_sent}}async function B2(e,t,n){let r=I(process.cwd(),n.path);await Ht(r);let i=await R(r),s=xv(t.author,i.author_default),o=await Sv(r,e,s,t.noExtensions===!0);return{resumed_from:e,run:o}}async function W2(e,t){let n=I(process.cwd(),t.path);await Ht(n);let r=await bv(n,e,t.noExtensions===!0);return{id:r.id,status:r.status,exit_code:r.exit_code}}export{N as a,Re as b,Ye as c,an as d,Of as e,Lf as f,ot as g,Vn as h,_b as i,zo as j,Bo as k,Ff as l,dn as m,Xn as n,Ho as o,Db as p,Kf as q,Jn as r,Vo as s,Ti as t,Yo as u,Bf as v,Wf as w,Hf as x,Qn as y,Ai as z,Yf as A,Xf as B,Jf as C,Qf as D,np as E,XF as F,O as G,ie as H,JF as I,ln as J,ea as K,QF as L,ZF as M,op as N,e$ as O,t$ as P,n$ as Q,r$ as R,i$ as S,ta as T,s$ as U,o$ as V,Zo as W,a$ as X,c$ as Y,cp as Z,d$ as _,Xb as $,up as aa,w$ as ba,tr as ca,v$ as da,rk as ea,ik as fa,b$ as ga,sk as ha,_p as ia,gp as ja,wp as ka,Oi as la,$$ as ma,ir as na,Fk as oa,Ni as pa,U$ as qa,j$ as ra,Vk as sa,ua as ta,bU as ua,kU as va,s_ as wa,xj as xa,a_ as ya,d_ as za,qS as Aa,KS as Ba,zS as Ca,BS as Da,cr as Ea,WS as Fa,dt as Ga,HS as Ha,VS as Ia,YS as Ja,Ca as Ka,Ia as La,XS as Ma,Fi as Na,$i as Oa,l_ as Pa,o1 as Qa,p_ as Ra,g_ as Sa,S1 as Ta,T1 as Ua,Da as Va,mr as Wa,fr as Xa,MT as Ya,bn as Za,T_ as _a,ja as $a,A_ as ab,C_ as bb,dx as cb,qG as db,Lg as eb,gr as fb,ts as gb,ec as hb,jg as ib,Gg as jb,sq as kb,vA as lb,qg as mb,Kg as nb,ic as ob,DA as pb,bq as qb,Fq as rb,PA as sb,Pt as tb,$q as ub,FA as vb,Vg as wb,Uq as xb,wr as yb,jq as zb,Yg as Ab,Jg as Bb,GA as Cb,qA as Db,Jq as Eb,Qq as Fb,nK as Gb,BA as Hb,eh as Ib,oc as Jb,th as Kb,aC as Lb,nh as Mb,ac as Nb,sh as Ob,dC as Pb,fK as Qb,pK as Rb,oh as Sb,_K as Tb,gK as Ub,xs as Vb,rs as Wb,fh as Xb,DK as Yb,SC as Zb,yh as _b,cc as $b,jt as ac,cs as bc,Ut as cc,wh as dc,vr as ec,br as fc,ds as gc,ls as hc,Gt as ic,qt as jc,Sn as kc,us as lc,ms as mc,fs as nc,bh as oc,jC as pc,dc as qc,bc as rc,vR as sc,UR as tc,GR as uc,AO as vc,_B as wc,sy as xc,$B as yc,qB as zc,KB as Ac,zB as Bc,VO as Cc,YO as Dc,Ps as Ec,py as Fc,oW as Gc,r0 as Hc,Lc as Ic,i0 as Jc,s0 as Kc,o0 as Lc,aW as Mc,cW as Nc,uW as Oc,v0 as Pc,ky as Qc,fW as Rc,T0 as Sc,Cn as Tc,x0 as Uc,gW as Vc,hW as Wc,Ty as Xc,yW as Yc,wW as Zc,vW as _c,R0 as $c,bW as ad,kW as bd,EW as cd,SW as dd,L0 as ed,Iy as fd,xW as gd,Cy as hd,Ny as id,U0 as jd,Ar as kd,z0 as ld,Dy as md,H0 as nd,MW as od,rH as pd,cw as qd,dw as rd,bL as sd,lw as td,TH as ud,uw as vd,xH as wd,AH as xd,Gs as yd,$L as zd,DH as Ad,Uc as Bd,MH as Cd,jc as Dd,UL as Ed,Or as Fd,_w as Gd,gw as Hd,iV as Id,cV as Jd,ww as Kd,vV as Ld,Zc as Md,yM as Nd,Js as Od,EM as Pd,ed as Qd,sv as Rd,w2 as Sd,j2 as Td,G2 as Ud,q2 as Vd,K2 as Wd,z2 as Xd,B2 as Yd,W2 as Zd};
|
|
35
|
+
//# sourceMappingURL=chunk-YQMYF3YD.js.map
|