@unbrained/pm-cli 2026.8.23 → 2026.8.24
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 +14 -1
- package/dist/cli/description-stdin.js +5 -4
- package/dist/cli/extension-command-help.d.ts +5 -0
- package/dist/cli/extension-command-help.js +6 -2
- package/dist/cli/help-content.d.ts +5 -0
- package/dist/cli/help-content.js +56 -3
- package/dist/cli/help-json-payload.d.ts +5 -2
- package/dist/cli/help-json-payload.js +57 -17
- package/dist/cli/main.d.ts +3 -0
- package/dist/cli/main.js +28 -3
- package/dist/cli/register-annotations.js +5 -5
- package/dist/cli/register-mutation.js +73 -27
- package/dist/cli-bundle/bundle-manifest.json +152 -152
- package/dist/cli-bundle/chunks/{chunk-JB4KZWBF.js → chunk-AGUL3HUT.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-EG6CLDZT.js → chunk-DJNJBWAQ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-F3AI2JFL.js → chunk-I5Q7QSZX.js} +2 -2
- package/dist/cli-bundle/chunks/chunk-IW72J5FW.js +2 -0
- package/dist/cli-bundle/chunks/{chunk-KXPMB2YL.js → chunk-L22NP5MA.js} +55 -55
- package/dist/cli-bundle/chunks/chunk-MKE6MD2K.js +36 -0
- package/dist/cli-bundle/chunks/{chunk-QDVHNHAQ.js → chunk-NXBFO63A.js} +2 -2
- package/dist/cli-bundle/chunks/chunk-TEQDR5KI.js +202 -0
- package/dist/cli-bundle/chunks/{chunk-KPH73XXJ.js → chunk-X7WWQDYQ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-TFI5V5N2.js → chunk-YOLLRCLY.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-HWZ6CELB.js → chunk-ZAVCS2GH.js} +2 -2
- package/dist/cli-bundle/chunks/{register-list-query-UJB5FMV2.js → register-list-query-37A4P6O4.js} +2 -2
- package/dist/cli-bundle/chunks/register-mutation-TBJDHYIT.js +20 -0
- package/dist/cli-bundle/chunks/{register-operations-RXIJIYXC.js → register-operations-WRZNEBUM.js} +2 -2
- package/dist/cli-bundle/chunks/{register-setup-GFUZEKRE.js → register-setup-H4PDLACD.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-AUFH5H35.js → chunk-4WP7LNE3.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-LYVSW5VM.js → chunk-6MUTDXMP.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-6Z24ZMU3.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-OGLQBL46.js → chunk-BFA6KKCI.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-QGFNI65N.js → chunk-CWCN5RLO.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-UYRFYCDQ.js → chunk-FCTT4CZU.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-IFLWKY2R.js → chunk-GJR6YEMR.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-37Z4OEAP.js → chunk-IMWTYKII.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-R27IDGHD.js → chunk-IZNRRCU3.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-JOWDB2MH.js → chunk-MNPECIRL.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-OFVUGTLJ.js → chunk-O4ZXNJMT.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-Q63PSLO4.js +2 -0
- package/dist/cli-bundle/focused-chunks/chunk-QBP5FSBX.js +4 -0
- package/dist/cli-bundle/focused-chunks/{chunk-OY7QAV4Y.js → chunk-QV5UP27O.js} +46 -46
- package/dist/cli-bundle/focused-chunks/{chunk-3UPTYG44.js → chunk-RASVBJX5.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-5S7E72FY.js → chunk-RPRLENVA.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-TOFVXBWA.js +19 -0
- package/dist/cli-bundle/focused-chunks/{chunk-FZS4H32O.js → chunk-WZLSSGEU.js} +2 -2
- package/dist/cli-bundle/main.js +18 -17
- package/dist/cli-bundle/sdk-authoring.js +1 -1
- package/dist/cli-bundle/sdk-contracts.js +1 -1
- 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 +33 -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 +6 -5
- package/dist/core/extensions/command-metadata-contract.d.ts +10 -0
- package/dist/core/extensions/command-metadata-contract.js +23 -0
- package/dist/core/extensions/command-visibility-tier.js +12 -2
- package/dist/core/extensions/extension-types.d.ts +6 -0
- package/dist/core/extensions/extension-types.js +2 -2
- package/dist/core/extensions/loader.js +4 -3
- package/dist/core/io/body-file.js +7 -2
- package/dist/core/io/bulk-ids-input.d.ts +24 -0
- package/dist/core/io/bulk-ids-input.js +113 -0
- package/dist/core/item/parse.d.ts +22 -2
- package/dist/core/item/parse.js +97 -4
- package/dist/mcp/server.d.ts +3 -2
- package/dist/mcp/server.js +16 -9
- package/dist/sdk/agent/refusal-closure-census.d.ts +66 -0
- package/dist/sdk/agent/refusal-closure-census.js +144 -0
- package/dist/sdk/agent-capability-contracts.d.ts +34 -1
- package/dist/sdk/agent-capability-contracts.js +104 -6
- package/dist/sdk/annotations.d.ts +2 -0
- package/dist/sdk/annotations.js +25 -7
- package/dist/sdk/cli-contracts/tool-parameter-tables.js +38 -2
- package/dist/sdk/cli-contracts/typed-action-inputs.d.ts +4 -1
- package/dist/sdk/cli-contracts/typed-action-inputs.js +2 -2
- package/dist/sdk/comments.js +15 -7
- package/dist/sdk/flag-invocation-contracts.d.ts +2 -0
- package/dist/sdk/flag-invocation-contracts.js +28 -3
- package/dist/sdk/generated/generated-error-code-catalog-part-1.js +71 -38
- package/dist/sdk/generated/generated-error-code-catalog-part-2.js +38 -2
- package/dist/sdk/guide-topics.d.ts +0 -5
- package/dist/sdk/guide-topics.js +28 -2
- package/dist/sdk/history-compact.d.ts +2 -1
- package/dist/sdk/history-compact.js +24 -5
- package/dist/sdk/history-mcp.js +11 -10
- package/dist/sdk/index.d.ts +1 -0
- package/dist/sdk/index.js +3 -2
- package/dist/sdk/item-transaction.js +19 -12
- package/dist/sdk/lifecycle/append.js +4 -4
- package/dist/sdk/lifecycle/close-many.js +16 -7
- package/dist/sdk/lifecycle/create.js +29 -21
- package/dist/sdk/lifecycle/plan.js +24 -6
- package/dist/sdk/lifecycle/update-many.js +15 -8
- package/dist/sdk/lifecycle/update.d.ts +2 -0
- package/dist/sdk/lifecycle/update.js +34 -24
- package/dist/sdk/runtime-extended-actions.js +5 -3
- package/dist/sdk/runtime-input.d.ts +4 -0
- package/dist/sdk/runtime-input.js +98 -23
- package/dist/sdk/runtime-primitives.d.ts +2 -1
- package/dist/sdk/runtime-primitives.js +4 -3
- package/dist/sdk/runtime.js +7 -20
- package/dist/sdk/scheduling-shortcuts.js +5 -3
- package/dist/sdk/structured-mutations.js +10 -3
- package/dist/sdk/workspace-contracts.d.ts +3 -0
- package/dist/sdk/workspace-contracts.js +3 -2
- package/docs/README.md +2 -0
- package/docs/RELEASING.md +40 -21
- package/docs/SCRIPTING.md +62 -3
- package/docs/SDK.md +8 -0
- package/docs/generated/AGENT_CAPABILITY_ROUTING.md +17 -0
- package/docs/generated/AGENT_COMMAND_SURFACE.md +1 -1
- package/docs/generated/REFUSAL_CLOSURE_CENSUS.md +355 -0
- 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/README.md +9 -11
- package/packages/pm-command-kit/extensions/command-kit/index.ts +3 -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/extensions/guide-shell/index.ts +10 -0
- 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/scripts/generate-agent-capability-surfaces.mjs +27 -1
- package/sdk/public-surface.json +215 -11
- package/dist/cli-bundle/chunks/chunk-3ENVHX6C.js +0 -36
- package/dist/cli-bundle/chunks/chunk-DW2CGEMU.js +0 -2
- package/dist/cli-bundle/chunks/chunk-HZBMLSZI.js +0 -201
- package/dist/cli-bundle/chunks/register-mutation-NX5XE4VX.js +0 -20
- package/dist/cli-bundle/focused-chunks/chunk-E7X25GC3.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-FQCSTBWE.js +0 -4
- package/dist/cli-bundle/focused-chunks/chunk-MRCNF3U6.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-ZHVA42R5.js +0 -18
package/dist/cli-bundle/sdk.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import{A as d_,B as c_,C as gO,D as TO,a as Hn,b as zn,c as Vn,d as Wn,e as aO,f as dO,g as Jm,h as Zm,i as Qm,k as e_,l as t_,m as r_,n as n_,o as o_,p as i_,q as s_,r as a_,s as cO,t as pO,u as lO,v as uO,w as mO,x as _O,y as fO,z as hO}from"./chunks/chunk-KPH73XXJ.js";import{A as oR,B as iR,C as sR,D as aR,E as dR,F as cR,G as pR,H as lR,I as uR,J as mR,K as _R,L as fR,M as hR,N as gR,O as TR,P as yR,Q as CR,R as AR,S as ER,T as SR,U as bR,V as OR,W as RR,X as xR,Y as IR,a as vO,b as PO,c as MO,d as LO,e as DO,f as FO,g as GO,h as $O,i as UO,j as jO,k as BO,l as HO,m as zO,n as VO,o as WO,p as KO,q as XO,r as YO,s as qO,t as JO,u as ZO,v as QO,w as eR,x as tR,y as rR,z as nR}from"./chunks/chunk-QDVHNHAQ.js";import{a as yO,b as CO,c as AO,d as EO}from"./chunks/chunk-F3AI2JFL.js";import{a as SO,b as bO,c as OO,d as RO,e as xO,f as IO,g as NO,h as wO,i as kO}from"./chunks/chunk-DW2CGEMU.js";import{$ as Pb,$a as au,$b as um,A as tA,Aa as Hb,Ab as $u,Ac as $m,B as Ud,Ba as zb,Bb as Uu,Bc as Um,C as kc,Ca as Vb,Cb as ju,Cc as jm,D as vc,Da as Wb,Db as Bu,Dc as Bm,E as Pc,Ea as Gl,Eb as Hu,Ec as Hm,F as Mc,Fa as $l,Fb as zu,Fc as zm,G as Lc,Ga as Ul,Gb as Vu,Gc as Vm,H as op,Ha as jl,Hb as Wu,Hc as Wm,I as re,Ia as Bl,Ib as Ku,Ic as Km,J as ip,Ja as Hl,Jb as Xu,Jc as Xm,K as sp,Ka as zl,Kb as Yu,Kc as Ym,L as ap,La as Vl,Lb as qu,Lc as qm,M as dp,Ma as Wl,Mb as Ju,N as cp,Na as Kl,Nb as Zu,O as pp,Oa as Xl,Ob as Qu,P as Ab,Pa as Yl,Pb as em,Q as Eb,Qa as ql,Qb as tm,R as Sb,Ra as Jl,Rb as rm,S as bb,Sa as Zl,Sb as nm,T as Ob,Ta as Ql,Tb as om,U as Rb,Ua as eu,Ub as im,V as xb,Va as tu,Vb as sm,W as Ib,Wa as ru,Wb as am,X as Nb,Xa as nu,Xb as dm,Y as wb,Ya as ou,Yb as cm,Z as kb,Za as iu,Zb as pm,_ as vb,_a as su,_b as lm,a as Cs,aa as Me,ab as du,ac as mm,b as As,ba as Le,bb as cu,bc as _m,c as Es,ca as De,cb as pu,cc as fm,d as IC,da as Fe,db as We,dc as hm,e as NC,ea as Ge,eb as G,ec as gm,f as bs,fa as $e,fb as Tu,fc as Tm,g as DC,ga as Ue,gb as yu,gc as ym,h as FC,ha as je,hb as Cu,hc as Cm,i as GC,ia as Be,ib as Au,ic as Am,j as $C,ja as He,jb as Eu,jc as Em,k as UC,ka as ze,kb as Su,kc as Sm,l as jC,la as Up,lb as bu,lc as bm,m as BC,ma as jp,mb as Ou,mc as Om,n as HC,na as Bp,nb as Ru,nc as Rm,o as zC,oa as Hp,ob as xu,oc as xm,p as VC,pa as zp,pb as Iu,pc as Im,q as WC,qa as ne,qb as Nu,qc as Nm,r as KC,ra as Vp,rb as wu,rc as wm,s as XC,sa as Wp,sb as ku,sc as km,t as YC,ta as Kp,tb as vu,tc as vm,u as Ns,ua as Xp,ub as Pu,uc as Pm,v as qC,va as Yp,vb as Mu,vc as Mm,w as JC,wa as qp,wb as Lu,wc as Lm,x as ZC,xa as Jp,xb as Du,xc as Dm,y as QC,ya as Zp,yb as Fu,yc as Fm,z as eA,za as Bb,zb as Gu,zc as Gm}from"./chunks/chunk-KXPMB2YL.js";import{a as Pe,f as sb,g as ab,h as mp,i as _p}from"./chunks/chunk-JB4KZWBF.js";import{A as yb,B as Cb,C as Op,D as Rp,E as xp,b as $d,c as qE,d as YS,e as QS,f as eb,g as tb,h as rb,i as nb,j as lp,k as ob,l as Ap,m as Ep,n as Sp,o as bp,p as db,q as cb,r as pb,s as lb,t as ub,u as mb,v as _b,w as fb,x as hb,y as gb,z as Tb}from"./chunks/chunk-EG6CLDZT.js";import{$ as YA,$a as Fd,$b as Wc,$c as eO,A as GA,Aa as pd,Ab as DS,Ac as Pp,Ad as Nl,B as $A,Ba as ld,Bb as FS,Bc as Mp,Bd as wl,C as UA,Ca as ud,Cb as GS,Cc as Lp,Cd as kl,D as jA,Da as md,Db as $S,Dc as Dp,Dd as vl,Ea as _d,Eb as US,Ec as Fp,Ed as Pl,F as XA,Fa as fd,Fb as Nc,Fc as Gp,Fd as Ml,Ga as hd,Gb as wc,Gc as $p,Gd as Ll,Ha as gd,Hb as jS,Hc as Qp,Hd as Dl,Ia as Td,Ib as BS,Ic as Kb,Id as Fl,J as Oa,Ja as yd,Jb as HS,Jc as Ve,Jd as lu,Ka as Cd,Kb as zS,Kc as Xb,Kd as uu,La as Ad,Lb as VS,Lc as el,Ld as mu,Ma as Ed,Mb as WS,Mc as oe,Md as _u,Na as Sd,Nb as KS,Nc as tl,Nd as fu,Oa as bd,Ob as XS,Oc as rl,Od as hu,Pa as Od,Pc as nl,Pd as gu,Qa as Rd,Qb as Dc,Qc as ol,Ra as xd,Rb as Fc,Rc as il,Sa as Id,Sb as qS,Sc as sl,Ta as Nd,Tb as Gc,Tc as al,Ua as wd,Ub as $c,Uc as dl,Va as kd,Vb as Uc,Vc as cl,Wa as vd,Wb as jc,Wc as Yb,Xa as Pd,Xb as Bc,Xc as qb,Ya as Md,Yb as Hc,Yc as Jb,Za as Ld,Zb as zc,Zc as Zb,_a as Dd,_b as Vc,_c as Qb,a as uA,aa as qA,ab as _E,ac as Kc,ad as tO,b as mA,ba as Ra,bb as fE,bc as Xc,bd as rO,c as _A,ca as xa,cb as hE,cc as Yc,cd as nO,d as fA,da as Ia,db as gE,dc as qc,dd as oO,e as hA,ea as Na,eb as TE,ec as Jc,ed as iO,f as gA,fa as wa,fb as yE,fc as Zc,g as TA,ga as ka,gb as CE,gc as Qc,gd as pl,h as yA,ha as va,hb as AE,hc as ep,hd as ll,i as CA,ia as sE,ib as EE,ic as tp,id as ul,j as AA,ja as aE,jb as SE,jc as JS,jd as ml,k as EA,ka as dE,kb as bE,kc as ZS,kd as _l,l as SA,la as cE,lb as OE,lc as rp,ld as fl,m as bA,mb as jd,md as hl,n as OA,na as pE,nb as Bd,nd as gl,o as RA,ob as Hd,oc as np,od as Tl,p as xA,pa as lE,pb as zd,pd as yl,q as IA,qa as uE,qb as Vd,qc as ib,qd as Cl,r as NA,ra as rd,rb as Wd,rc as up,rd as Al,s as wA,sa as nd,sb as Kd,sc as Ip,sd as El,t as kA,ta as mE,tb as Xd,tc as Np,td as Sl,u as vA,ua as od,ub as Yd,uc as wp,ud as bl,v as PA,va as id,vb as qd,vc as $b,vd as Ol,w as MA,wa as sd,wb as Oc,wc as Ub,wd as Rl,x as LA,xa as ad,xb as Rc,xc as jb,xd as xl,y as DA,ya as dd,yb as xc,yc as kp,yd as Il,z as FA,za as cd,zb as Ic,zc as vp,zd as sO}from"./chunks/chunk-3ENVHX6C.js";import{Aa as Ya,Ba as qa,Ca as Ja,Da as Za,Ea as Qa,Fa as ed,Ga as td,H as ja,Ha as fp,I as Ba,Ia as hp,J as Ha,Ja as gp,K as za,Ka as Tp,L as Re,La as yp,Ma as Cp,a as MC,b as LC,c as Os,d as Rs,f as xs,g as Is,h as JA,i as ZA,j as QA,k as eE,l as tE,m as rE,n as nE,o as oE,oa as xe,p as Pa,pa as Ie,q as Ma,qa as Ne,r as La,ra as we,s as Da,sa as Va,t as Fa,u as iE,ua as Wa,v as Ga,va as Ka,w as $a,wa as Xa,x as Ua}from"./chunks/chunk-HWZ6CELB.js";import{$ as Ys,$a as jE,$b as oc,Aa as Ea,Ab as dS,Ac as Mb,B as ws,Ba as Sa,Bb as cS,Bc as Lb,C as BA,Ca as ba,Cb as pS,Cc as Db,D as HA,Db as lS,Dc as Fb,E as zA,Ea as RE,Eb as uS,Ec as Gb,F as VA,Fa as xE,Fb as mS,G as WA,Ga as IE,Gb as _S,H as ks,Ha as NE,Hb as fS,I as vs,Ia as wE,Ib as hS,J as Ps,Ja as kE,Jb as gS,K as Ms,Ka as vE,Kb as TS,L as Ls,La as PE,Lb as yS,M as Ds,Ma as ME,Mb as CS,N as Fs,Na as LE,Nb as AS,O as Gs,Oa as DE,Ob as ES,P as $s,Pb as SS,Q as Us,Qb as bS,R as js,Rb as OS,S as te,Sb as RS,T as Bs,Tb as xS,U as Hs,Ub as IS,V as zs,Vb as NS,W as Vs,Wb as wS,X as KA,Xa as FE,Xb as kS,Y as Ws,Ya as GE,Yb as tc,Z as Ks,Za as $E,Zb as rc,_ as Xs,_a as UE,_b as nc,a as yC,aa as qs,ab as BE,ac as ic,b as CC,ba as Js,bc as sc,c as AC,ca as Zs,cc as ke,d as EC,da as Qs,db as HE,dc as ac,e as SC,ea,eb as zE,ec as dc,fa as ta,fb as VE,fc as cc,ga as ra,gb as WE,gc as pc,h as bC,ha as na,hb as KE,hc as lc,i as OC,ia as oa,ib as XE,ic as uc,j as Ss,ja as ia,jb as YE,jc as mc,k as RC,ka as sa,kb as Gd,kc as _c,l as xC,la as aa,lb as Jd,lc as fc,m as wC,ma as da,mb as Zd,mc as hc,n as kC,na as ca,nb as Qd,nc as gc,o as vC,oa as pa,ob as ec,oc as Tc,p as PC,pa as la,pb as JE,pc as yc,q as rA,qa as ua,qb as ZE,qc as Cc,r as nA,ra as ma,rb as QE,rc as Ac,s as oA,sa as _a,sb as eS,sc as Ec,t as iA,ta as fa,tb as tS,tc as ve,u as sA,ua as ha,ub as rS,uc as Sc,v as aA,va as ga,vb as nS,vc as vS,w as dA,wa as Ta,wb as oS,wc as PS,x as cA,xa as ya,xb as iS,xc as MS,y as pA,ya as Ca,yb as sS,yc as bc,z as lA,za as Aa,zb as aS,zc as LS}from"./chunks/chunk-TFI5V5N2.js";import{$ as Ff,$d as Tr,$e as J,$f as aT,$g as MT,$h as hy,$i as vn,$j as Ao,$k as ai,$l as as,Ac as bh,Ad as Jh,Ae as yg,Af as Mg,Ai as Ny,Aj as Kn,Ak as Mo,Al as Mi,B as Of,Bc as Oh,Bd as er,Be as Cg,Bf as Lg,Bg as RT,Bi as wy,Bj as Xn,Bk as Lo,Bl as Li,C,Cc as Rh,Cd as tr,Ce as Ag,Cf as Dg,Cg as xT,Ci as ky,Cj as Yn,Ck as Do,Cl as Di,D as Rf,Dc as xh,Dd as rr,De as Eg,Df as Fg,Dj as qn,Dk as Fo,Dl as Fi,E as K,Ec as Ih,Ed as nr,Ee as Sg,Ef as Gg,Ei as vy,Ej as Jn,Ek as Go,El as Gi,Fc as Nh,Fe as bg,Ff as $g,Fi as Py,Fj as Zn,Fk as $o,Fl as $i,G as xf,Gc as wh,Ge as Og,Gf as Ug,Gg as IT,Gh as ey,Gi as My,Gj as Qn,Gk as Uo,Gl as Ui,H as If,Hc as kh,He as Rg,Hf as jg,Hg as NT,Hh as ty,Hi as Ly,Hj as eo,Hk as jo,Hl as ji,Ic as $t,Ie as xg,If as Bg,Ig as wT,Ih as ry,Ii as Dy,Ij as to,Ik as Bo,Il as Bi,Ja as Xf,Jc as vh,Je as Ig,Jf as Hg,Jg as kT,Jh as ny,Ji as Fy,Jj as ro,Jk as Ho,Jl as Hi,K as Nf,Ka as Yf,Kb as ah,Kc as Ut,Kd as Zh,Ke as Ng,Kf as zg,Kg as dn,Kh as oy,Ki as Gy,Kj as no,Kk as zo,Kl as zi,La as qf,Lb as Pt,Ld as Qh,Le as wg,Lf as Vg,Lg as cn,Lh as iy,Li as $y,Lj as oo,Lk as Vo,Ll as Vi,Mb as Mt,Mc as Ph,Md as eg,Me as kg,Mf as Wg,Mg as pn,Mi as Uy,Mj as io,Mk as Wo,Ml as Wi,N as wf,Nc as Mh,Nd as or,Ne as vg,Nf as Kg,Ng as ln,Ni as jy,Nj as so,Nk as Ko,Nl as Ki,O as he,Oa as xt,Ob as F,Oc as Lh,Od as ir,Oe as Pg,Of as Xg,Og as un,Oh as sy,Oi as Ee,Oj as ao,Ok as Xo,Ol as Xi,Pa as Jf,Pb as dh,Pc as Dh,Pd as sr,Pe as Er,Pf as Yg,Pg as mn,Ph as ay,Pi as By,Pj as co,Pk as Yo,Pl as Yi,Q as ge,Qa as Zf,Qc as Fh,Qd as ar,Qe as Sr,Qf as qg,Qg as _n,Qh as En,Qi as Hy,Qj as po,Qk as qo,Ql as qi,R as Tt,Ra as Qf,Rb as ch,Rc as Ce,Rd as dr,Re as br,Rf as Jg,Rg as fn,Rh as dy,Ri as zy,Rj as lo,Rk as Jo,Rl as Ji,S as yt,Sa as eh,Sc as Gh,Sd as cr,Se as Or,Sf as Zg,Sg as hn,Sh as cy,Si as Vy,Sj as uo,Sk as Zo,Sl as Zi,T as Te,Tb as ph,Tc as $h,Td as pr,Te as Rr,Tf as Qg,Tg as gn,Th as py,Ti as Wy,Tj as mo,Tk as Qo,Tl as Qi,U as kf,Ua as It,Uc as Uh,Ud as lr,Ue as xr,Uf as eT,Ug as vT,Uh as ly,Ui as Ky,Uj as _o,Uk as ei,Ul as es,Va as Nt,Vd as ur,Ve as Ir,Vf as tT,Vh as Ae,Vi as Xy,Vj as fo,Vk as ti,Vl as ts,W as vf,Wa as X,Wc as jh,Wd as mr,We as Nr,Wf as rT,Wg as Tn,Wh as uy,Wi as Yy,Wj as ho,Wk as ri,Wl as rs,X as Pf,Xc as Bh,Xd as _r,Xe as wr,Xf as nT,Xg as yn,Xh as my,Xi as qy,Xj as go,Xk as ni,Xl as ns,Y as Mf,Yd as fr,Ye as kr,Yf as oT,Yg as Cn,Yh as _y,Yi as Nn,Yj as To,Yk as oi,Yl as os,Z as Lf,Za as wt,Zd as hr,Ze as vr,Zf as iT,Zh as fy,Zi as wn,Zj as yo,Zk as ii,Zl as is,_ as Df,_a as kt,_d as gr,_e as q,_f as sT,_g as PT,_i as kn,_j as Co,_k as si,_l as ss,aa as Gf,ab as vt,ae as tg,af as Pr,ag as dT,ah as LT,ai as gy,aj as Pn,ak as Eo,al as di,ba as $f,be as rg,bf as Mr,bg as cT,bh as DT,bi as Ty,bj as Mn,bk as So,bl as ci,bm as ee,c as _t,ca as Uf,cd as Hh,ce as ng,cf as Lr,cg as pT,ch as An,ci as yy,ck as bo,cl as pi,cm as k,da as jf,df as Dr,dg as lT,dh as FT,di as Sn,dj as Ln,dk as Oo,dl as li,dm as ds,e as fe,ec as lh,ed as jt,ef as Fr,eg as uT,eh as GT,ei as bn,ej as Dn,ek as Ro,el as ui,em as cs,f as ft,fa as Bf,fc as uh,fd as zh,ff as Gr,fg as mT,fh as $T,fi as On,fj as Fn,fk as dC,fl as mi,fm as ps,g as ht,ga as Hf,gc as mh,gd as Bt,gf as $r,gg as _T,gh as UT,gi as Rn,gj as Gn,gk as cC,gl as _i,gm as ls,h as gt,ha as zf,he as yr,hf as Ur,hh as jT,hi as xn,hj as $n,hk as Z,hl as fi,hm as us,ia as Vf,ic as _h,id as Vh,ie as Cr,if as jr,ig as fT,ih as BT,ii as In,ij as Un,ik as pC,il as hi,im as ms,j as yf,ja as Wf,jc as fh,jd as Wh,je as Ar,jf as Br,jg as hT,jh as HT,ji as Cy,jj as jn,jk as lC,jl as gi,jm as _s,k as Cf,ka as Kf,kd as Kh,kf as Hr,kh as zT,kj as Bn,kk as uC,kl as Ti,km as fs,l as Af,la as Ct,lc as hh,ld as Ht,le as og,lf as zr,lh as VT,li as Ay,lj as Jy,lk as be,ll as yi,lm as hs,ma as At,mc as Lt,md as zt,me as ig,mf as Vr,mg as gT,mh as WT,mi as Ey,mj as Zy,mk as Q,ml as Ci,mm as gs,na as Et,nd as Vt,ne as sg,nf as Wr,ng as TT,nh as KT,ni as Sy,nj as Qy,nk as mC,nl as Ai,nm as Ts,oc as Dt,od as Wt,oe as ag,of as Kr,og as yT,oj as eC,ok as _C,ol as Ei,om as ys,pc as Ft,pd as Kt,pe as dg,pf as Xr,pg as CT,ph as XT,pi as by,pj as tC,pk as fC,pl as Si,pm as Oe,qd as Xt,qe as cg,qf as Yr,qg as AT,qj as rC,qk as hC,ql as bi,ra as St,rb as th,rd as Yt,re as pg,rf as qr,rg as sn,rh as YT,rj as nC,rk as gC,rl as Oi,s as Ef,sb as Y,sc as gh,sd as Xh,se as lg,sf as Jr,sg as an,sh as qT,si as Oy,sj as oC,sk as TC,sl as Ri,ta as bt,tb as ye,tc as Th,td as Yh,te as ug,tf as Zr,th as JT,tk as xo,tl as xi,u as Sf,ua as Ot,ub as rh,uc as yh,ue as mg,uf as Qr,uh as ZT,ui as Ry,uk as Io,ul as Ii,va as Rt,vb as nh,vc as Ch,vd as qt,ve as _g,vf as en,vh as QT,vk as No,vl as Ni,wb as oh,wc as Ah,wd as Jt,we as fg,wf as tn,wg as ET,wj as Se,wk as wo,wl as wi,x as bf,xb as ih,xc as Eh,xd as qh,xe as hg,xf as rn,xg as ST,xj as iC,xk as ko,xl as ki,yb as A,yc as Sh,yd as Zt,ye as gg,yf as nn,yg as bT,yi as xy,yj as sC,yk as vo,yl as vi,zb as sh,zc as Gt,zd as Qt,ze as Tg,zf as on,zg as OT,zi as Iy,zj as aC,zk as Po,zl as Pi}from"./chunks/chunk-HZBMLSZI.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]="cc0d4dd1-20e8-59d4-acb5-9f8ed639d35f")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="fa4eb88d-f50e-59fa-be7f-0cfb42931a73")}catch{}})();var g="https://schema.unbrained.dev/pm/corpus-shape/v1";function E(e,t){if(!Number.isSafeInteger(e)||e<=0)throw new TypeError(`Corpus shape ${t} must be a positive safe integer`);return e}function v(e,t){if(!Number.isSafeInteger(e)||e<0)throw new TypeError(`Corpus shape ${t} must be a non-negative safe integer`);return e}function Xe(e){if(!(typeof e!="object"||e===null||Object.isFrozen(e))){for(let t of Object.values(e))Xe(t);Object.freeze(e)}}function S(e){if(e.schema!==g)throw new TypeError(`Unsupported corpus shape schema: ${e.schema}`);if(e.name.trim().length===0||e.description.trim().length===0)throw new TypeError("Corpus shape name and description must be non-empty");if(E(e.hierarchy_depth,"hierarchy_depth"),E(e.hierarchy_fanout,"hierarchy_fanout"),v(e.age_span_days,"age_span_days"),E(e.history_entries_per_item,"history_entries_per_item"),v(e.comments_per_100_items,"comments_per_100_items"),v(e.notes_per_100_items,"notes_per_100_items"),v(e.learnings_per_100_items,"learnings_per_100_items"),E(e.author_cardinality,"author_cardinality"),E(e.component_count,"component_count"),e.edge_kind_mix.length===0||e.edge_kind_mix.some(r=>r.kind.trim().length===0||r.weight<=0))throw new TypeError("Corpus shape edge_kind_mix requires non-empty kinds with positive weights");if(e.terminal_statuses.some(r=>!e.custom_statuses.includes(r)))throw new TypeError("Corpus shape terminal_statuses must be declared in custom_statuses");let t=structuredClone(e);return Xe(t),t}var $=[{kind:"implements",weight:5},{kind:"blocked_by",weight:2},{kind:"discovered_from",weight:2},{kind:"verifies",weight:2},{kind:"supersedes",weight:1},{kind:"related",weight:4}],b=Object.freeze({scratch:S({schema:g,name:"scratch",description:"Seconds-old, shallow project with minimal history.",hierarchy_depth:2,hierarchy_fanout:50,age_span_days:0,history_entries_per_item:1,comments_per_100_items:2,notes_per_100_items:1,learnings_per_100_items:1,edge_kind_mix:[{kind:"related",weight:1}],author_cardinality:2,component_count:1,include_cycles:!1,custom_types:[],custom_statuses:[],terminal_statuses:[],custom_fields:[]}),representative:S({schema:g,name:"representative",description:"Medium-lived project with rich evidence and typed lineage.",hierarchy_depth:5,hierarchy_fanout:8,age_span_days:730,history_entries_per_item:12,comments_per_100_items:30,notes_per_100_items:12,learnings_per_100_items:10,edge_kind_mix:$,author_cardinality:32,component_count:1,include_cycles:!1,custom_types:["Experiment"],custom_statuses:["review"],terminal_statuses:[],custom_fields:["domain"]}),"deep-graph":S({schema:g,name:"deep-graph",description:"Deep typed relationship graph with deterministic cycles.",hierarchy_depth:16,hierarchy_fanout:2,age_span_days:3650,history_entries_per_item:6,comments_per_100_items:15,notes_per_100_items:8,learnings_per_100_items:8,edge_kind_mix:$,author_cardinality:16,component_count:1,include_cycles:!0,custom_types:[],custom_statuses:[],terminal_statuses:[],custom_fields:[]}),"multi-decade":S({schema:g,name:"multi-decade",description:"Thirty-year event history with dense per-item evolution.",hierarchy_depth:6,hierarchy_fanout:6,age_span_days:10958,history_entries_per_item:24,comments_per_100_items:40,notes_per_100_items:20,learnings_per_100_items:16,edge_kind_mix:$,author_cardinality:64,component_count:1,include_cycles:!1,custom_types:["Program"],custom_statuses:["archived"],terminal_statuses:["archived"],custom_fields:["portfolio"]}),"disconnected-archive":S({schema:g,name:"disconnected-archive",description:"Multiple disconnected historical project components.",hierarchy_depth:4,hierarchy_fanout:10,age_span_days:7305,history_entries_per_item:8,comments_per_100_items:10,notes_per_100_items:5,learnings_per_100_items:6,edge_kind_mix:$,author_cardinality:24,component_count:5,include_cycles:!1,custom_types:["Archive"],custom_statuses:["archived"],terminal_statuses:["archived"],custom_fields:["archive_source"]})});function p_(){return Object.keys(b).sort().map(e=>b[e])}function l_(e){let t=e.trim().toLowerCase();if(!Object.hasOwn(b,t))throw new TypeError(`Unknown corpus shape "${e}". Available: ${Object.keys(b).join(", ")}`);return b[t]}var Ke=new WeakMap;function Ye(e,t){if(e===0)return[];let r=Ke.get(t);r===void 0&&(r=t.edge_kind_mix.flatMap(n=>Array.from({length:n.weight},()=>n.kind)),Ke.set(t,r));let o=[r[e%r.length]];return t.include_cycles&&e>2&&e%17===0&&o.push("related"),[...new Set(o)]}function u_(e,t,r,o=42){if(v(t,"item index"),E(r,"item count"),t>=r)throw new RangeError(`Corpus item index ${t} exceeds ${r}`);let n=Math.min(e.component_count,r),i=t%n,s=Math.floor(t/n),d=0,a=1;for(let D=0;D<e.hierarchy_depth;D+=1)d=Math.min(Number.MAX_SAFE_INTEGER,d+a),a=Math.min(Number.MAX_SAFE_INTEGER,a*e.hierarchy_fanout);let c=s%d,p=s-c,l=c===0?void 0:i+(p+Math.floor((c-1)/e.hierarchy_fanout))*n,u=Date.UTC(2026,0,1),h=e.age_span_days*864e5,N=new Date(u+(r===1?0:Math.round(t/(r-1)*h))).toISOString(),w=(t*37+o)%100;return{index:t,id:`pm-s${t.toString(36).padStart(7,"0")}`,...l===void 0?{}:{parent:`pm-s${l.toString(36).padStart(7,"0")}`},component:i,timestamp:N,author:`pm-corpus-agent-${(t+o)%Math.min(e.author_cardinality,r)}`,history_entry_count:e.history_entries_per_item,dependency_kinds:Ye(t,e),has_comment:w<e.comments_per_100_items,has_note:w<e.notes_per_100_items,has_learning:w<e.learnings_per_100_items,...e.custom_types.length>0&&t%11===0?{custom_type:e.custom_types[t%e.custom_types.length]}:{},...e.custom_statuses.length>0&&t%13===0?{custom_status:e.custom_statuses[t%e.custom_statuses.length]}:{}}}var ie=class{shape;authors=new Set;components=new Set;depths=new Map;childCounts=new Map;edgeKinds={};expectedEdgeKinds={};annotations={comments:0,notes:0,learnings:0};annotationFields;planMismatches=[];itemCount=0;observedDepth=0;observedFanout=0;historyEntryCount=0;firstTimestamp=null;lastTimestamp=null;constructor(t){this.shape=t,this.annotationFields=[["comments","has_comment",t.comments_per_100_items],["notes","has_note",t.notes_per_100_items],["learnings","has_learning",t.learnings_per_100_items]]}recordMismatch(t,r){t&&this.planMismatches.push(r)}recordEdgeKinds(t,r){for(let o of r)t[o]=(t[o]??0)+1}add(t){this.itemCount+=1,this.authors.add(t.author),this.components.add(t.component),this.recordMismatch(this.depths.has(t.id),`duplicate_id:${t.id}`);let r=1;if(t.parent!==void 0){let o=this.depths.get(t.parent);this.recordMismatch(o===void 0,`parent_missing:${t.parent}`),r=(o??0)+1;let n=(this.childCounts.get(t.parent)??0)+1;this.childCounts.set(t.parent,n),this.observedFanout=Math.max(this.observedFanout,n)}this.depths.set(t.id,r),this.observedDepth=Math.max(this.observedDepth,r),this.historyEntryCount+=t.history_entry_count,this.recordMismatch(t.history_entry_count!==this.shape.history_entries_per_item,"history_entries_per_item:drift"),this.firstTimestamp=this.firstTimestamp===null||t.timestamp<this.firstTimestamp?t.timestamp:this.firstTimestamp,this.lastTimestamp=this.lastTimestamp===null||t.timestamp>this.lastTimestamp?t.timestamp:this.lastTimestamp;for(let[o,n]of this.annotationFields)this.annotations[o]+=Number(t[n]);this.recordEdgeKinds(this.edgeKinds,t.dependency_kinds),this.recordEdgeKinds(this.expectedEdgeKinds,Ye(t.index,this.shape))}finish(){let t=Math.min(this.shape.author_cardinality,this.itemCount),r=Math.min(this.shape.component_count,this.itemCount),o=[...this.planMismatches,...this.itemCount===0?["item_count:empty"]:[],...this.authors.size===t?[]:[`author_count:${this.authors.size}!=${t}`],...this.components.size===r?[]:[`component_count:${this.components.size}!=${r}`],...this.observedDepth<=this.shape.hierarchy_depth?[]:[`hierarchy_depth:${this.observedDepth}>${this.shape.hierarchy_depth}`],...this.observedFanout<=this.shape.hierarchy_fanout?[]:[`hierarchy_fanout:${this.observedFanout}>${this.shape.hierarchy_fanout}`]];for(let[s,,d]of this.annotationFields){let a=Math.floor(this.itemCount/100),c=this.itemCount%100,p=a*d+Math.max(0,d+c-100),l=a*d+Math.min(d,c),u=this.annotations[s];(u<p||u>l)&&o.push(`${s}:${u}!in[${p},${l}]`)}let n=new Set([...Object.keys(this.edgeKinds),...Object.keys(this.expectedEdgeKinds)]);for(let s of[...n].sort()){let d=this.edgeKinds[s]??0,a=this.expectedEdgeKinds[s]??0;d!==a&&o.push(`edge_kind:${s}:${d}!=${a}`)}let i=[...new Set(o)];return{shape:this.shape.name,item_count:this.itemCount,author_count:this.authors.size,component_count:this.components.size,hierarchy_depth:this.observedDepth,hierarchy_fanout:this.observedFanout,timestamp_range:{first:this.firstTimestamp,last:this.lastTimestamp},history_entry_count:this.historyEntryCount,annotations:{...this.annotations},edge_kinds:{...this.edgeKinds},matches_declaration:i.length===0,mismatches:i}}};function qe(e){return new ie(e)}function m_(e,t){let r=qe(e);for(let o of t)r.add(o);return r.finish()}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="cea03617-5e90-5683-a9d1-289087ed4646")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="8c9a34bd-b77a-55ab-a5d1-3594cecfeb3f")}catch{}})();async function __(){let e=X(process.cwd(),process.env.PM_PATH);await Ae(e,(t,r)=>Ee(t,r,{apply_runtime_defaults:!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]="f48b9002-59dc-54d3-95de-36bf0d11b39a")}catch{}})();var Je="https://schema.unbrained.dev/pm/workspace-recipe/v1";function se(e,t){if(e===null||typeof e=="boolean"||typeof e=="string")return e;if(typeof e=="number"){if(!Number.isFinite(e))throw new Error(`Workspace recipe JSON number must be finite at ${t}`);return e}if(Array.isArray(e))return Object.freeze(e.map((r,o)=>se(r,`${t}[${o}]`)));if(typeof e!="object"||Object.getPrototypeOf(e)!==Object.prototype&&Object.getPrototypeOf(e)!==null)throw new Error(`Workspace recipe input must contain JSON values at ${t}`);return Object.freeze(Object.fromEntries(Object.entries(e).map(([r,o])=>[r,se(o,`${t}.${r}`)])))}function Ze(e){if(e.schema!==Je)throw new Error(`Unsupported workspace recipe schema: ${e.schema}`);let t=he(e);if(e.operations.some(r=>r.action.trim().length===0||r.input===null||Array.isArray(r.input)))throw new Error("Workspace recipe operations require an action and object input");return Object.freeze({...t,operations:Object.freeze(e.operations.map((r,o)=>Object.freeze({action:r.action,input:se(r.input,`operations[${o}].input`)})))})}async function Qe(e,t){let r=Ze(e);return ge(r,t)}async function f_(e,t){return Qe(e,async()=>{let r=[];for(let[o,n]of e.operations.entries())r.push(await t(n,o));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]="a108f4d2-80c3-540e-821c-5acdf68eb7fa")}catch{}})();async function h_(){await Se()}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="340305b6-e3c8-5daa-bfbe-4a9c62a6d039")}catch{}})();var et=["lines","branches","functions","statements"];function g_(e,t){if(typeof t!="object"||t===null||Array.isArray(t))throw new TypeError(`Coverage entry for ${e} must be an object.`)}function T_(e,t,r){if(typeof r!="object"||r===null||Array.isArray(r))throw new TypeError(`Coverage entry ${e} has invalid ${t} counts.`);let o=r;if(typeof o.covered!="number"||typeof o.total!="number"||!Number.isInteger(o.covered)||!Number.isInteger(o.total)||o.covered<0||o.total<o.covered)throw new TypeError(`Coverage entry ${e} has invalid ${t} counts.`);return{covered:o.covered,total:o.total}}function y_(e){if(typeof e!="object"||e===null||Array.isArray(e))throw new TypeError("Coverage summary must be a JSON object.");if(!("total"in e))throw new TypeError("Coverage summary is missing the total entry.");let t=[];for(let[r,o]of Object.entries(e)){g_(r,o);for(let n of et){let i=T_(r,n,o[n]),s=i.total-i.covered;s>0&&t.push({file:r,metric:n,uncovered:s,...i})}}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]="3edb1f4f-d26e-51a8-b62a-caffdd3ac44b")}catch{}})();var C_=["captured_redacted","captured_verbatim"],A_=[{label:"home directory",pattern:/(?:\/home\/|\/Users\/)[^/\s"']+/u},{label:"GitHub token",pattern:/\b(?:gh[oprsu]_[A-Za-z0-9_]{20,})\b/u},{label:"npm token",pattern:/\bnpm_[A-Za-z0-9]{20,}\b/u},{label:"private key",pattern:/-----BEGIN (?:RSA |EC |OPENSSH )?PRIVATE KEY-----/u}];function _(e){return typeof e=="string"&&e.trim().length>0}function E_(e,t){if(typeof t!="object"||t===null||Array.isArray(t))return[{boundary_id:e.id,kind:"invalid_fixture",detail:`${e.fixture_path} must contain a JSON object.`}];let r=t,o=[];r.boundary_id!==e.id&&o.push({boundary_id:e.id,kind:"fixture_boundary_mismatch",detail:`${e.fixture_path} names ${String(r.boundary_id)} instead of ${e.id}.`}),(r.version!==1||!C_.includes(r.capture_source)||!_(r.capture_provenance)||!Array.isArray(r.redactions)||!r.redactions.every(_)||!("input"in r)||!("observed"in r))&&o.push({boundary_id:e.id,kind:"invalid_fixture",detail:`${e.fixture_path} lacks captured provenance, redaction metadata, input, or observed output.`});let n=JSON.stringify(t);for(let i of A_)i.pattern.test(n)&&o.push({boundary_id:e.id,kind:"unsafe_fixture",detail:`${e.fixture_path} contains a possible ${i.label}.`});return o}function S_(e,t){let r=Date.parse(e.waiver_expires_at),o=_(e.waiver_reason)&&_(e.waiver_owner)&&e.waiver_expires_at.endsWith("Z")&&Te(e.waiver_expires_at)&&Number.isFinite(r);return{captured:0,waived:o&&r>=t?1:0,findings:o?r<t?[{boundary_id:e.id,kind:"expired_waiver",detail:`Boundary ${e.id} waiver expired at ${e.waiver_expires_at}.`}]:[]:[{boundary_id:e.id,kind:"invalid_waiver",detail:`Boundary ${e.id} waiver requires reason, owner, and an RFC 3339 UTC expiry.`}]}}function b_(e,t,r){if(!_(e.id)||!_(e.producer)||!_(e.consumer)||!_(e.format))return{captured:0,waived:0,findings:[{boundary_id:_(e.id)?e.id:"unknown",kind:"invalid_boundary",detail:"Each boundary requires non-empty id, producer, consumer, and format."}]};if("fixture_path"in e){let o=t[e.fixture_path],n=_(e.fixture_path)&&e.fixture_path in t?E_(e,o):[{boundary_id:e.id,kind:"missing_fixture",detail:`Boundary ${e.id} fixture ${String(e.fixture_path)} is missing.`}];return{captured:n.length===0?1:0,waived:0,findings:n}}return S_(e,r)}function XR(e,t,r=new Date){let o=[];if(e.version!==1||!_(e.inventory_scope)||!Array.isArray(e.boundaries))return{ok:!1,boundary_count:0,captured_count:0,waived_count:0,findings:[{boundary_id:"registry",kind:"invalid_registry",detail:"Boundary registry requires version 1, inventory_scope, and boundaries."}]};let n=new Set,i=0,s=0;for(let d of e.boundaries){if(typeof d!="object"||d===null||Array.isArray(d)){o.push({boundary_id:"unknown",kind:"invalid_boundary",detail:"Each boundary must be a JSON object."});continue}let a=d,c=_(a.id)?a.id:void 0;if(c!==void 0&&n.has(c)){o.push({boundary_id:c,kind:"duplicate_boundary",detail:`Boundary ${c} is inventoried more than once.`});continue}c!==void 0&&n.add(c);let p=b_(a,t,r.getTime());i+=p.captured,s+=p.waived,o.push(...p.findings)}return o.sort((d,a)=>d.boundary_id!==a.boundary_id?d.boundary_id.localeCompare(a.boundary_id):d.kind.localeCompare(a.kind)),{ok:o.length===0,boundary_count:e.boundaries.length,captured_count:i,waived_count:s,findings:o}}import O from"node:fs";import ae 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]="611e9aba-d08e-5c1a-89c9-c7fda0cc9bc9")}catch{}})();var tt=300*1e3,O_=3;function QR(e){return(e?.trim()||"development").replace(/[^a-zA-Z0-9._-]/g,"_").replace(/^\./,"_")}function ex(e,t){let r=t.trim();if(!/^[a-zA-Z0-9_-][a-zA-Z0-9._-]*$/.test(r))throw new TypeError("Compile-cache generation must be a safe non-empty filename token.");O.mkdirSync(e,{recursive:!0});let o=ae.join(e,r);O.mkdirSync(o,{recursive:!0});let n=new Date;O.utimesSync(o,n,n);let i=O.readdirSync(e).filter(c=>c!==r).flatMap(c=>{try{return[{name:c,mtimeMs:O.statSync(ae.join(e,c)).mtimeMs}]}catch(p){if(p instanceof Error&&"code"in p&&fe(p))return[];throw p}}).sort((c,p)=>p.mtimeMs-c.mtimeMs||c.name.localeCompare(p.name)),s=i.filter(c=>n.getTime()-c.mtimeMs<tt),d=Math.max(0,O_-1-s.length),a=i.filter(c=>n.getTime()-c.mtimeMs>=tt).slice(d).map(c=>c.name).sort((c,p)=>c.localeCompare(p));for(let c of a)O.rmSync(ae.join(e,c),{recursive:!0,force:!0,maxRetries:3,retryDelay:50});return{retained:r,removed:a}}import rt from"node:fs";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]="962636b0-ed3b-5ad0-ae0c-904435025986")}catch{}})();var H="@unbrained/pm-cli",R_=new Set(["append","claim","changelog","close","close-many","close-task","comments","config","copy","create","dedupe-merge","delete","deps","docs","extension","event","events","files","focus","gc","history-author-acknowledge","history-compact","history-redact","history-repair","init","install","item","learnings","meet","merge","normalize","notes","package","packages","pause-task","plan","profile","reindex","release","remind","restore","schema","start-task","test","test-all","test-runs","test-runs-worker","telemetry","templates","twin","update","update-many","upgrade","vcs","workspace"]),nt=new Set(["--author","--output-budget","--output-format","--output-include","--output-limit","--output-session","--path","--pm-path"]),pe=/\b(\d{4})\.(\d{1,2})\.(\d{1,2})(?:-(\d+))?\b/u;function m(e,t){return e.some(r=>t.includes(r.split("=",1)[0]))}function de(e,t){return["activate","adopt","adopt-all","deactivate","init","install","migrate","reload","uninstall"].includes(t[0]??"")||m(e,["--activate","--adopt","--adopt-all","--deactivate","--fix-managed-state","--init","--install","--output","--reload","--scaffold","--uninstall"])}var x_={changelog:(e,t)=>{if(t[0]==="generate")return!m(e,["--check"]);let r=e.indexOf("export");return t[0]==="export"&&(m(e,["--output"])||r>=0&&e[r+1]!==void 0&&!e[r+1].startsWith("-"))},comments:e=>m(e,["--add","--delete","--edit","--file","--stdin"]),config:(e,t)=>(t[0]==="project"||t[0]==="global"?t[1]:t[0])==="set",deps:()=>!1,docs:e=>m(e,["--add","--add-glob","--migrate","--remove"]),duplicates:()=>!1,events:()=>!1,extension:de,files:(e,t)=>m(e,["--add","--add-glob","--migrate","--remove"])||t[0]==="discover"&&m(e,["--apply"]),health:e=>!m(e,["--check-only","--no-refresh","--skip-vectors"]),learnings:e=>m(e,["--add","--delete","--edit","--file","--stdin"]),merge:(e,t)=>t[0]!=="report",notes:e=>m(e,["--add","--delete","--edit","--file","--stdin"]),package:de,packages:de,profile:(e,t)=>t[0]==="apply",schema:(e,t)=>["add-field","add-status","add-type","remove-field","remove-status","remove-type","remap-status","rename-field","rename-type"].includes(t[0]??"")&&!(m(e,["--infer"])&&!m(e,["--apply"])),telemetry:(e,t)=>t.slice(0,2).some(r=>["clear","flush"].includes(r)),templates:(e,t)=>t[0]==="save",test:e=>m(e,["--add","--add-json","--background","--measure","--remove","--resume","--run","--stop"]),validate:e=>m(e,["--auto-fix","--prune-missing"]),vcs:(e,t)=>["abandon","create","merge","propose","ref-create"].includes(t[0]??""),workspace:(e,t)=>t[0]==="snapshot"&&["create","delete","restore"].includes(t[1]??"")};function B(e){let t=e.match(pe);return t?[Number(t[1]),Number(t[2]),Number(t[3]),Number(t[4]??0)]:null}function U(e,t){let r=B(e),o=B(t);if(!r||!o)return null;for(let n=0;n<r.length;n+=1){let i=r[n]-o[n];if(i!==0)return Math.sign(i)}return 0}function ce(e){try{let t=JSON.parse(rt.readFileSync(e,"utf8"));return typeof t=="object"&&t!==null&&!Array.isArray(t)?t:null}catch{return null}}function I_(e){let t=[];for(let r of["dependencies","devDependencies","optionalDependencies","peerDependencies"]){let o=e[r];if(typeof o!="object"||o===null)continue;let n=o[H],i=typeof n=="string"?n.trim():"",s=/^[<!]/u.test(i)?void 0:i.match(pe)?.[0];s&&t.push(s)}return t.sort((r,o)=>U(o,r))[0]}function N_(e){let r=ce(j.join(e,"package-lock.json"))?.packages;if(typeof r!="object"||r===null)return;let o=r["node_modules/@unbrained/pm-cli"];if(typeof o!="object"||o===null)return;let n=o.version;return typeof n=="string"?n:void 0}function w_(e,t){try{let r=rt.readFileSync(j.join(e,t),"utf8").split(/\r?\n/u),o=r.findIndex(a=>a.includes(H));if(o<0)return;let n=r[o].match(/^\s*/u)[0].length,i=[r[o]];for(let a=o+1;a<r.length;a+=1){let c=r[a],p=c.trim(),l=c.match(/^\s*/u)[0].length;if(p.length>0&&l<=n)break;i.push(c)}return i.join(`
|
|
2
|
-
`).match(/^\s*version(?::\s*|\s+)["']?(\d{4}\.\d{1,2}\.\d{1,2}(?:-\d+)?)/mu)?.[1]??i[0].match(pe)?.[0]}catch{return}}function k_(e){let t=[],r=ce(j.join(e,"package.json")),o=r?I_(r):void 0;o&&t.push({version:o,source:"package.json"});let i=ce(j.join(e,"node_modules","@unbrained","pm-cli","package.json"))?.version;typeof i=="string"&&B(i)&&t.push({version:i,source:"installed-package"});let s=N_(e);s&&B(s)&&t.push({version:s,source:"package-lock.json"});for(let d of["pnpm-lock.yaml","yarn.lock"]){let a=w_(e,d);a&&t.push({version:a,source:d})}return t}function ot(e){for(let t=0;t<e.length;t+=1){let r=e[t];if(nt.has(r)){t+=1;continue}if(!r.startsWith("-"))return{command:r.toLowerCase(),index:t}}}function v_(e){let t=ot(e);if(!t||m(e,["--help","-h","--dry-run"]))return!1;let{command:r,index:o}=t,n=[];for(let s=o+1;s<e.length;s+=1){let d=e[s];if(nt.has(d)){s+=1;continue}d.startsWith("-")||n.push(d.toLowerCase())}let i=x_[r];return i?i(e,n):R_.has(r)}function P_(e){let t=ot(e.argv)?.command,r=v_(e.argv),n=k_(e.projectRoot).filter(d=>U(d.version,e.executingVersion)!==null).sort((d,a)=>U(a.version,d.version))[0],i=n!==void 0&&U(e.executingVersion,n.version)===-1,s=i&&!r?{code:"project_runtime_stale_read",executing_version:e.executingVersion,project_version:n.version,source:n.source,message:"This read is using an older pm runtime than the project requires.",next_steps:[`Run the command through the project's installed ${H} ${n.version}.`,"Install the project dependencies with its declared package manager if the local executable is missing."]}:void 0;return{compatible:!r||!i||e.allowStale===!0,executing_version:e.executingVersion,...n?{project_version:n.version,source:n.source}:{},...t?{command:t}:{},mutating:r,stale:i,...s?{warning:s}:{},override_applied:i&&r&&e.allowStale===!0}}function sx(e){let t=P_(e);if(t.compatible)return t;throw new K(`pm ${t.executing_version} cannot mutate a project pinned to newer pm ${t.project_version}.`,C.CONFLICT,{code:"project_runtime_stale_mutation",reason:t.source,why:"An older runtime can write storage, history, and merge contracts it does not understand.",nextSteps:[`Run this command through the project's installed ${H} ${t.project_version}.`,"For an intentional recovery only, set PM_ALLOW_STALE_CLI=1 for this invocation and record why.","Read-only commands remain available without an override."]})}import{createHash as M_}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]="4586a8b2-07c8-53d4-9c5d-ca557ee07977")}catch{}})();var le=1;function R(e){e?.throwIfAborted()}function T(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship graph ${t} must be non-empty`);return e.trim()}function x(e,t,r={}){let o=Date.parse(r.createdAt??new Date().toISOString());if(!Number.isFinite(o))throw new TypeError("Relationship graph createdAt must be a valid timestamp");let n=e.nodes(),i=e.edges(),s=t.list();return Object.freeze({version:le,fingerprint:M_("sha256").update(F({nodes:n,edges:i,kinds:s})).digest("hex"),created_at:new Date(o).toISOString(),nodes:n,edges:i,kinds:s})}function L_(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function M(e){if(!L_(e))throw new TypeError("Relationship graph snapshot must be an object");if(e.version!==le)throw new TypeError(`Unsupported relationship graph snapshot version: ${String(e.version)}`);if(!Array.isArray(e.nodes)||e.nodes.some(n=>typeof n!="string"))throw new TypeError("Relationship graph snapshot nodes must be strings");if(!Array.isArray(e.edges)||!Array.isArray(e.kinds))throw new TypeError("Relationship graph snapshot edges and kinds must be arrays");if(typeof e.created_at!="string"||!Number.isFinite(Date.parse(e.created_at)))throw new TypeError("Relationship graph snapshot created_at must be valid");if(typeof e.fingerprint!="string")throw new TypeError("Relationship graph snapshot fingerprint must be a string");let t=new Y([]);for(let n of e.kinds)t.register(n);let r=new A(e.nodes,e.edges,t),o=x(r,t,{createdAt:e.created_at});if(o.fingerprint!==e.fingerprint)throw new TypeError("Relationship graph snapshot fingerprint mismatch");return{snapshot:o,registry:t,graph:r}}async function f(e,t){T(e.name,"adapter name");let r=T(t.workspace,"workspace");R(t.signal);let o=await e.read({...t,workspace:r});return R(t.signal),o===null?null:M(o)}async function z(e,t){let r=T(t.workspace,"workspace"),o=M(t.snapshot).snapshot,n=await f(e,{workspace:r,signal:t.signal});if(n?.snapshot.fingerprint===o.fingerprint)return{adapter:e.name,workspace:r,disposition:"current",fingerprint:o.fingerprint,previous_fingerprint:n.snapshot.fingerprint,node_count:o.nodes.length,edge_count:o.edges.length};if(R(t.signal),await e.replace({workspace:r,signal:t.signal,snapshot:o,expected_fingerprint:n?.snapshot.fingerprint??null}),(await f(e,{workspace:r,signal:t.signal}))?.snapshot.fingerprint!==o.fingerprint)throw new Error(`Relationship graph adapter "${e.name}" did not expose the replaced snapshot`);return{adapter:e.name,workspace:r,disposition:"written",fingerprint:o.fingerprint,...n?{previous_fingerprint:n.snapshot.fingerprint}:{},node_count:o.nodes.length,edge_count:o.edges.length}}function D_(e,t={}){let r=e.map(M),o=new Map;for(let s of r)for(let d of s.snapshot.kinds){let a=o.get(d.kind);if(a&&F(a)!==F(d))throw new TypeError(`Conflicting federated relationship kind: ${d.kind}`);o.set(d.kind,d)}let n=new Y([...o.values()].sort((s,d)=>s.kind.localeCompare(d.kind))),i=new A(new Set(r.flatMap(s=>[...s.snapshot.nodes])),r.flatMap(s=>[...s.snapshot.edges]),n);return x(i,n,t)}var P=class{name;#e=new Map;constructor(t="memory"){this.name=T(t,"adapter name")}async read(t){R(t.signal);let r=this.#e.get(T(t.workspace,"workspace"));return r?structuredClone(r):null}async replace(t){R(t.signal);let r=T(t.workspace,"workspace"),o=this.#e.get(r);if(t.expected_fingerprint!==void 0&&(o?.fingerprint??null)!==t.expected_fingerprint)throw new Error(`Relationship graph adapter conflict for ${r}`);this.#e.set(r,structuredClone(M(t.snapshot).snapshot))}async clear(t){R(t.signal);let r=T(t.workspace,"workspace"),o=this.#e.get(r);if(t.expected_fingerprint!==void 0&&(o?.fingerprint??null)!==t.expected_fingerprint)throw new Error(`Relationship graph adapter conflict for ${r}`);this.#e.delete(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]="423d6e5d-93e5-5f29-93e0-11ddca9c3156")}catch{}})();function it(e,t){if(!Number.isInteger(e)||e<1)throw new TypeError(`Relationship graph ${t} must be a positive integer`);return e}function F_(e){let t=it(e.nodeCount,"nodeCount"),r=it(e.edgeStride??1,"edgeStride"),o=e.topology??"chain";if(!["chain","star","disconnected"].includes(o))throw new TypeError(`Unsupported relationship graph topology: ${o}`);let n=(e.kind??"related").trim(),i=(e.idPrefix??"node").trim();if(!n||!i)throw new TypeError("Relationship graph kind and idPrefix must be non-empty");let s=o==="disconnected"?0:Math.floor((t-1)/r);return{node_count:t,edge_count:s,edge_basis:"fixture_generated",nodes:{*[Symbol.iterator](){for(let d=0;d<t;d+=1)yield`${i}-${d}`}},edges:{*[Symbol.iterator](){if(o!=="disconnected")for(let d=r;d<t;d+=r)yield{source:`${i}-${o==="star"?0:d-r}`,target:`${i}-${d}`,kind:n}}}}}function y(e,t){if(!e)throw new Error(`Relationship graph adapter conformance: ${t}`)}async function st(e,t={}){let r=t.workspace?.trim()||"pm-graph-conformance",o=ye(),n=x(new A(["a","b"],[{source:"a",target:"b",kind:"related"}],o),o,{createdAt:"2026-01-01T00:00:00.000Z"}),i=x(new A(["a","b","c"],[{source:"a",target:"b",kind:"related"},{source:"b",target:"c",kind:"blocked_by"}],o),o,{createdAt:"2026-01-02T00:00:00.000Z"}),s=[];y(await f(e,{workspace:r})===null,"workspace must start empty"),s.push({name:"empty-read",passed:!0});let d=await z(e,{workspace:r,snapshot:n});y(d.disposition==="written","first sync must write"),s.push({name:"atomic-replace",passed:!0}),(await e.read({workspace:r})).nodes.push("mutated-reader-copy"),y((await f(e,{workspace:r}))?.snapshot.nodes.length===2,"reads must not mutate stored state"),s.push({name:"read-isolation",passed:!0}),y((await z(e,{workspace:r,snapshot:n})).disposition==="current","identical sync must be idempotent"),s.push({name:"idempotent-sync",passed:!0}),await e.replace({workspace:r,snapshot:i,expected_fingerprint:n.fingerprint}),y((await f(e,{workspace:r}))?.snapshot.fingerprint===i.fingerprint,"replacement must become visible"),s.push({name:"replacement-visibility",passed:!0});let c=!1;try{await e.replace({workspace:r,snapshot:n,expected_fingerprint:n.fingerprint})}catch{c=!0}return y(c,"stale compare-and-swap must fail"),s.push({name:"stale-cas",passed:!0}),e.clear&&(await e.clear({workspace:r,expected_fingerprint:i.fingerprint}),y(await f(e,{workspace:r})===null,"clear must remove the workspace"),s.push({name:"clear",passed:!0})),{adapter:e.name,workspace:r,cases:Object.freeze(s),clear_supported:e.clear!==void 0}}function G_(e){return st(new P,e?{workspace: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]="20842b89-cef6-542e-b069-76c22b340f1d")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="5133d678-01f4-5164-aea7-2cc5ed42dd58")}catch{}})();import{createHash as at}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]="54a3448c-719c-5404-a9b9-c3072a2fdce2")}catch{}})();function dt(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship backfill ${t} must be non-empty`);return e.trim()}function vx(e,t){let r=dt(t.migrationId,"migrationId"),o=dt(t.author,"author"),n=Date.parse(t.timestamp);if(!Number.isFinite(n))throw new TypeError("Relationship backfill timestamp must be valid");let i=new Date(n).toISOString(),s=te(e,void 0,t.registry),d=s.graph.nodes(),a=s.graph.edges().map(u=>{let h=at("sha256").update(JSON.stringify([r,u.kind,u.source,u.target,u.createdAt??null,u.author??null,u.payload??null])).digest("hex").slice(0,24);return Object.freeze({eventId:`backfill:${r}:${h}`,relationshipId:`migration:${r}:${h}`,action:"add",edge:u,author:o,timestamp:i,reason:`Backfill ${r} from legacy item metadata`})}),c=at("sha256").update(JSON.stringify({migrationId:r,nodes:d,events:a})).digest("hex"),p=new Set([...t.existingEventIds??[]].filter(u=>typeof u=="string").map(u=>u.trim()).filter(Boolean)),l=a.filter(u=>!p.has(u.eventId));return Object.freeze({migration_id:r,fingerprint:c,nodes:d,events:Object.freeze(l),edge_count:a.length,skipped_existing_count:a.length-l.length,duplicate_dependency_rows:s.duplicateRows.length,dangling_reference_count:s.dangling.active.length+s.dangling.legacy_terminal.length})}import*as ct from"node:module";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4f4e7daa-14aa-5dad-8a30-79a4d76159d4")}catch{}})();var L=["suggested_retry","candidate_command","example","next_step","migration_hint","restore_with"],ue={suggested_retry:{kind:"suggested_retry",semantics:"recovery"},retry_command:{kind:"suggested_retry",semantics:"recovery"},candidate_command:{kind:"candidate_command",semantics:"recovery"},candidate_commands:{kind:"candidate_command",semantics:"recovery"},fallback_candidates:{kind:"candidate_command",semantics:"recovery",nested_value_field:"command"},next_best_command:{kind:"candidate_command",semantics:"recovery"},example:{kind:"example",semantics:"recovery"},examples:{kind:"example",semantics:"recovery"},next_step:{kind:"next_step",semantics:"recovery"},next_steps:{kind:"next_step",semantics:"recovery"},suggested_next_steps:{kind:"next_step",semantics:"recovery"},migration_hint:{kind:"migration_hint",semantics:"replacement"},migration_hints:{kind:"migration_hint",semantics:"replacement"},restore_with:{kind:"restore_with",semantics:"behavior_preserving"}},Mx=Object.freeze(Object.keys(ue));function pt(e){if(Object.hasOwn(ue,e))return ue[e]}var $_=new Set([..."=([{,:;!?&|+-*%^~<>","=>"]);function I(e,t){return e<t?-1:e>t?1:0}function U_(e,t){let r=e[t],o=t+1,n="";for(;o<e.length&&e[o]!==r;)e[o]==="\\"?o+=2:(n+=e[o],o+=1);return e[o]===r&&(o+=1),{next:o,value:n}}function j_(e){return e===void 0||e.kind==="punctuator"&&$_.has(e.value)||e.kind==="identifier"&&["return","case","throw","else","yield"].includes(e.value)}function B_(e,t){if(/\s/u.test(e[t]))return t+1;if(e.startsWith("//",t)){let r=e.indexOf(`
|
|
3
|
-
`,t+2);return r===-1?e.length:r+1}if(e.startsWith("/*",t))return e.indexOf("*/",t+2)+2}function
|
|
4
|
-
`&&t.push(r+1);return t}function rf(e,t){let r=0,o=e.length;for(;r<o;){let n=Math.floor((r+o)/2);e[n]<=t?r=n+1:o=n}return r}function Lx(e){let t=[],r=[];for(let n of[...e].sort((i,s)=>I(i.path,s.path))){let i=tf(n.content),s;try{s=ef(n.content)}catch(d){r.push({kind:"invalid_source",subject:n.path,detail:`${n.path} could not be parsed for recovery producers: ${String(d)}.`});continue}for(let d of s){let a=d.field,c=rf(i,d.offset),p=pt(a);p?t.push({path:n.path,line:c,field:a,kind:p.kind}):/(?:retry_command|candidate_command|fallback_candidate|next_best_command|example|next_step|migration_hint|restore_with)/u.test(a)&&!/(?:_total|_truncated)$/u.test(a)&&r.push({kind:"unknown_recovery_field",subject:`${n.path}:${c}:${a}`,detail:`${a} resembles a recovery reference but has no typed field contract.`})}}let o=Object.fromEntries(L.map(n=>[n,t.filter(i=>i.kind===n).length]));for(let n of L)o[n]===0&&r.push({kind:"missing_kind_producer",subject:n,detail:`No source producer emits the ${n} recovery-reference kind.`});return t.sort((n,i)=>n.path!==i.path?I(n.path,i.path):n.line!==i.line?n.line-i.line:I(n.field,i.field)),r.sort((n,i)=>n.subject!==i.subject?I(n.subject,i.subject):I(n.kind,i.kind)),{ok:r.length===0,scanned_file_count:e.length,producer_count:t.length,producer_count_by_kind:o,producers:t,findings:r}}function Dx(e,t){let r=[],o=(n,i)=>{if(Array.isArray(n)){n.forEach((s,d)=>o(s,[...i,String(d)]));return}if(!(typeof n!="object"||n===null))for(let[s,d]of Object.entries(n).sort(([a],[c])=>I(a,c))){let a=pt(s),c=a?.kind==="migration_hint"&&n.semantics==="behavior_preserving"?{...a,semantics:"behavior_preserving"}:a,p=[d].flat();c!==void 0&&p.forEach((l,u)=>{let h="nested_value_field"in c&&typeof c.nested_value_field=="string"?c.nested_value_field:void 0,N=h&&typeof l=="object"&&l!==null&&!Array.isArray(l)?l[h]:l;if(typeof N!="string"||N.trim().length===0)return;let w=[...i,s,String(u)].map(D=>encodeURIComponent(D)).join("/");r.push({id:`${e}:${c.kind}:${w}`,probe_id:e,kind:c.kind,semantics:c.semantics,value:N})}),o(d,[...i,s])}};return o(t,[]),r}function Fx(e,t){let r=e.flatMap(s=>(s.owned_states??[]).map(d=>({contract:s,state:d}))),o=[],n=new Map;for(let s of t){if(n.has(s.probe_id)){o.push({kind:"duplicate_probe",probe_id:s.probe_id,detail:`Observation ${s.probe_id} was supplied more than once.`});continue}n.set(s.probe_id,s)}let i=new Set(r.map(({state:s})=>s.probe_id));for(let{contract:s,state:d}of r){let a=n.get(d.probe_id);if(!a){o.push({kind:"missing_probe",probe_id:d.probe_id,detail:`No entrypoint observation was recorded for ${s.code}.`});continue}a.code!==s.code&&o.push({kind:"wrong_error_code",probe_id:d.probe_id,detail:`Expected ${s.code}; observed ${a.code}.`}),a.exit_class!==d.expected_exit_class&&o.push({kind:"wrong_exit_class",probe_id:d.probe_id,detail:`Expected ${d.expected_exit_class}; observed ${a.exit_class}.`}),d.entrypoints.includes(a.entrypoint)||o.push({kind:"wrong_entrypoint",probe_id:d.probe_id,detail:`Expected one of ${d.entrypoints.join(", ")}; observed ${a.entrypoint}.`})}for(let s of t)i.has(s.probe_id)||o.push({kind:"undeclared_probe",probe_id:s.probe_id,detail:`Observation ${s.probe_id} has no catalog declaration.`});return o.sort((s,d)=>s.probe_id!==d.probe_id?s.probe_id.localeCompare(d.probe_id):s.kind.localeCompare(d.kind)),{ok:o.length===0,declared_probe_count:r.length,observed_probe_count:t.length,findings:o}}function Gx(e,t){let r=[],o=new Set,n=new Set;for(let a of e){if(o.has(a.id)){n.add(a.id),r.push({kind:"duplicate_obligation",reference_id:a.id,detail:`Recovery obligation ${a.id} was declared more than once.`});continue}o.add(a.id)}let i=new Map;for(let a of t){if(i.has(a.id)){r.push({kind:"duplicate_observation",reference_id:a.id,detail:`Recovery reference ${a.id} was observed more than once.`});continue}i.set(a.id,a),o.has(a.id)||r.push({kind:"undeclared_observation",reference_id:a.id,detail:`Recovery observation ${a.id} has no emitted obligation.`})}for(let a of e){if(n.has(a.id))continue;let c=i.get(a.id);c?c.reachable?c.semantics!==a.semantics&&r.push({kind:"wrong_semantics",reference_id:a.id,detail:`Recovery reference ${a.value} promised ${a.semantics}; proof demonstrated ${c.semantics}.`}):r.push({kind:"unreachable_reference",reference_id:a.id,detail:`Recovery reference ${a.value} did not reach its promised target.`}):r.push({kind:"missing_observation",reference_id:a.id,detail:`No reachability proof was recorded for ${a.kind} ${a.value}.`})}let s=L.map(a=>{let c=e.filter(l=>l.kind===a),p=c.filter(l=>!n.has(l.id)).map(l=>i.get(l.id)).filter(l=>l!==void 0);return{kind:a,declared:c.length,observed:p.length,passed:c.filter(l=>{let u=i.get(l.id);return!n.has(l.id)&&u?.reachable===!0&&u.semantics===l.semantics}).length}});r.sort((a,c)=>a.reference_id!==c.reference_id?a.reference_id.localeCompare(c.reference_id):a.kind.localeCompare(c.kind));let d=s.reduce((a,c)=>a+c.passed,0);return{ok:r.length===0,declared_reference_count:e.length,observed_reference_count:t.length,pass_fraction:o.size===0?1:d/o.size,coverage_by_kind:s,findings:r}}function nf(e,t){let r=new Map(L.map(i=>[i,new Set]));for(let i of t)r.get(i.kind).add(i.value);let o=L.map(i=>({kind:i,source_producers:e.producer_count_by_kind[i],runtime_values:r.get(i).size})),n=o.filter(({source_producers:i,runtime_values:s})=>i>0&&s===0).map(({kind:i})=>i);return{ok:e.ok&&n.length===0,source_producer_count:e.producer_count,runtime_value_count:o.reduce((i,{runtime_values:s})=>i+s,0),coverage_by_kind:o,missing_runtime_kinds:n}}var $x=nf;(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="0ec8c375-e58e-5ce4-b0aa-8a8a4dfa0778")}catch{}})();function of(e){return[e.expected_error_code!==void 0&&e.error_code!==e.expected_error_code?{code:"error_code_mismatch",probe_id:e.probe_id,detail:`Expected error code ${e.expected_error_code}, received ${e.error_code??"<missing>"}.`}:void 0,e.expected_allowed_values!==void 0&&JSON.stringify([...e.allowed_values].sort())!==JSON.stringify([...e.expected_allowed_values].sort())?{code:"incomplete_allowed_values",probe_id:e.probe_id,detail:"The refusal's accepted domain differs from the SDK-owned domain contract."}:void 0,e.expected_suggested_retry_args!==void 0&&(e.suggested_retry_args?.length??0)===0?{code:"missing_suggested_retry_args",probe_id:e.probe_id,detail:"The refusal omitted shell-free suggested retry arguments."}:void 0,e.expected_suggested_retry_args!==void 0&&(e.suggested_retry_args?.length??0)>0&&JSON.stringify(e.suggested_retry_args)!==JSON.stringify(e.expected_suggested_retry_args)?{code:"suggested_retry_args_mismatch",probe_id:e.probe_id,detail:"The refusal's suggested retry arguments differ from the SDK-owned contract."}:void 0]}function sf(e){return[e.exit_code!==C.USAGE?{code:"non_refusal_exit",probe_id:e.probe_id,detail:`${e.entrypoint} returned exit code ${e.exit_code}; a structured usage refusal must return ${C.USAGE}.`}:void 0,e.allowed_values_required!==!1&&e.allowed_values.length===0?{code:"missing_allowed_values",probe_id:e.probe_id,detail:"The refusal omitted its complete accepted value domain."}:void 0,e.allowed_values.includes(e.rejected_value)?{code:"accepted_rejected_value",probe_id:e.probe_id,detail:`${e.rejected_value} is both rejected and advertised as allowed.`}:void 0,e.suggested_retry.trim().length===0?{code:"missing_suggested_retry",probe_id:e.probe_id,detail:"The refusal omitted an executable suggested retry."}:void 0,e.retry_succeeded?void 0:{code:"retry_failed",probe_id:e.probe_id,detail:"The advertised suggested retry did not succeed."},...of(e)]}function Bx(e){let t=[],r=new Set,o=0;e.length===0&&t.push({code:"empty_corpus",probe_id:"corpus",detail:"At least one real refusal observation is required."});for(let n of e){if(r.has(n.probe_id)){t.push({code:"duplicate_probe",probe_id:n.probe_id,detail:`${n.probe_id} was supplied more than once.`});continue}r.add(n.probe_id);let i=t.length;for(let s of sf(n))s!==void 0&&t.push(s);t.length===i&&(o+=1)}return t.sort((n,i)=>n.probe_id!==i.probe_id?n.probe_id.localeCompare(i.probe_id):n.code.localeCompare(i.code)),{ok:t.length===0,probe_count:r.size,closed_probe_count:o,closure_fraction:r.size===0?0:o/r.size,findings: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]="2e90ea29-2708-5af8-b390-599be97718e7")}catch{}})();var lt="not-a-declared-action";function af(e,t){if(e.startsWith("assurance ")&&t.name==="kind")return"measurement";switch(t.value_kind){case"integer":return"1";case"item_id":return"pm-domain";case"action":throw new Error(`Cannot synthesize a preceding action value for positional slot ${t.name}.`);default:return"example"}}function me(e){return e.replaceAll(/[^a-z0-9]+/gu,"-").replaceAll(/^-|-$/gu,"")}function qx(e=Q.filter(t=>be.some(r=>r.command===t.command&&r.disposition!=="package_owned"))){return e.flatMap(t=>t.slots.flatMap((r,o)=>{if(!r.required)return[];let n=t.command.split(" "),i=k(t.command).flatMap(d=>d.required?[d.flag,...d.value_name?["example"]:[]]:[]),s=Z.some(d=>d.command===t.command);return[{probe_id:`required-argument-${me(t.command)}-${me(r.name)}`,command:t.command,refusal_args:[...n,...t.slots.slice(0,o).map(d=>af(t.command,d)),...i],recovery_args:[...n,"--help"],error_code:s&&!t.command.startsWith("assurance ")?"invalid_argument_value":/^extension (?:activate|adopt|deactivate|uninstall)$/u.test(t.command)?"missing_lifecycle_target":"missing_required_argument",missing_argument:r.name,missing_argument_index:o}]})).sort((t,r)=>t.probe_id.localeCompare(r.probe_id))}function df(e){switch(e){case"assurance":case"workspace snapshot":return Z.filter(({parent:t})=>t===e).map(({action:t})=>t);case"graph":return q;case"merge":return J;case"plan":return re;case"profile":return ne;case"schema":return Re;default:throw new Error(`Required positional action family ${e} has no authoritative value domain.`)}}function Jx(e=Q){return e.filter(({slots:t})=>t[0]?.required===!0&&t[0].value_kind==="action").map(({command:t})=>{let r=t.split(" ");return{probe_id:`unknown-subcommand-${me(t)}`,command:t,refusal_args:[...r,lt],recovery_args:[...r,"--help"],error_code:"unknown_subcommand",rejected_value:lt,allowed_values:[...df(t)].sort()}}).sort((t,r)=>t.probe_id.localeCompare(r.probe_id))}function cf(e,t){let r=[...t].sort();return e.length===t.length&&[...e].sort().every((o,n)=>o===r[n])}function pf(e,t){if(!t)return[{code:"refusal_probe_missing",probe_id:e.probe_id,detail:`${e.probe_id} has no runtime observation.`}];let r=[];return t.error_code!==e.error_code&&r.push({code:"refusal_error_code_mismatch",probe_id:e.probe_id,detail:`${e.probe_id} emitted ${t.error_code||"<none>"}; expected ${e.error_code}.`}),t.exit_code!==2&&r.push({code:"refusal_exit_code_mismatch",probe_id:e.probe_id,detail:`${e.probe_id} exited ${t.exit_code}; expected usage exit 2.`}),"allowed_values"in e&&!cf(t.allowed_values,e.allowed_values)&&r.push({code:"refusal_allowed_values_mismatch",probe_id:e.probe_id,detail:`${e.probe_id} did not expose its complete action domain.`}),t.recovery_succeeded||r.push({code:"refusal_recovery_failed",probe_id:e.probe_id,detail:`${e.probe_id} help recovery did not succeed.`}),t.refusal_mutated_state&&r.push({code:"refusal_mutated_state",probe_id:e.probe_id,detail:`${e.probe_id} changed tracker state while refusing input${t.mutated_paths?.length?`: ${t.mutated_paths.join(", ")}`:"."}`}),r}function Zx(e,t){let r=new Map(e.map(s=>[s.probe_id,s])),o=new Map(t.map(s=>[s.probe_id,s])),n=[...e.flatMap(s=>pf(s,o.get(s.probe_id))),...t.filter(s=>!r.has(s.probe_id)).map(s=>({code:"unexpected_refusal_probe",probe_id:s.probe_id,detail:`${s.probe_id} has no declared grammar refusal contract.`}))];n.sort((s,d)=>s.probe_id.localeCompare(d.probe_id)||s.code.localeCompare(d.code));let i=new Set(n.map(({probe_id:s})=>s));return{ok:n.length===0,probe_count:e.length,closed_probe_count:e.filter(({probe_id:s})=>!i.has(s)).length,findings: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]="941a11a9-f756-56b3-9dc1-8afd78bc9328")}catch{}})();var _e=[{probe_id:"tracker-root-missing",failure_kind:"missing_root",expected_error_code:"tracker_root_missing",expected_exit_code:3,recovery_kind:"initialize"},{probe_id:"tracker-root-settings-missing",failure_kind:"settings_missing",expected_error_code:"tracker_not_initialized",expected_exit_code:3,recovery_kind:"initialize"},{probe_id:"tracker-root-not-directory",failure_kind:"not_directory",expected_error_code:"tracker_root_not_directory",expected_exit_code:2,recovery_kind:"select_directory"},{probe_id:"tracker-root-unreadable",failure_kind:"unreadable_root",expected_error_code:"tracker_root_unreadable",expected_exit_code:1,recovery_kind:"repair_permissions"}];function eI(){return _e.map(e=>({...e}))}function lf(e,t){let r=[];t.error_code!==e.expected_error_code&&r.push({code:"error_code_mismatch",probe_id:e.probe_id,detail:`Expected ${e.expected_error_code}, received ${t.error_code}.`}),t.exit_code!==e.expected_exit_code&&r.push({code:"exit_code_mismatch",probe_id:e.probe_id,detail:`Expected exit ${e.expected_exit_code}, received ${t.exit_code}.`}),t.recovery_kind!==e.recovery_kind&&r.push({code:"recovery_kind_mismatch",probe_id:e.probe_id,detail:`Expected ${e.recovery_kind}, received ${t.recovery_kind}.`});let o=t.suggested_retry_args.indexOf("init"),n=o===0||o===2&&t.suggested_retry_args[0]==="--pm-path"&&t.suggested_retry_args[1]?.length>0;return e.recovery_kind==="initialize"&&!n&&r.push({code:"missing_init_recovery",probe_id:e.probe_id,detail:"Missing and uninitialized roots must emit a tokenized init retry."}),(t.unsafe_init_recommended||e.recovery_kind!=="initialize"&&t.suggested_retry_args.includes("init"))&&r.push({code:"unsafe_init_recovery",probe_id:e.probe_id,detail:"A tracker root that cannot be initialized safely must not recommend initialization."}),t.retry_succeeded||r.push({code:"retry_failed",probe_id:e.probe_id,detail:"The emitted retry or safe alternate-root recovery did not execute successfully."}),r}function tI(e){let t=new Map(e.map(n=>[n.probe_id,n])),r=[],o=0;for(let n of _e){let i=t.get(n.probe_id);if(i===void 0){r.push({code:"missing_probe",probe_id:n.probe_id,detail:"No runtime observation was supplied for this contract."});continue}let s=lf(n,i);r.push(...s),s.length===0&&(o+=1)}return r.sort((n,i)=>n.probe_id.localeCompare(i.probe_id)||n.code.localeCompare(i.code)),{ok:r.length===0,probe_count:_e.length,closed_probe_count:o,findings: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]="8320177c-e95d-5d14-a914-4ac37230c0b9")}catch{}})();var V,uf=Object.freeze({list:"list-item-projection","list-all":"list-item-projection","list-draft":"list-item-projection","list-open":"list-item-projection","list-in-progress":"list-item-projection","list-blocked":"list-item-projection","list-closed":"list-item-projection","list-canceled":"list-item-projection",get:"get-item-projection",graph:"graph-detail-projection",search:"search-result-projection",history:"history-entry-projection",events:"mutation-event-projection",activity:"activity-entry-projection",deps:"dependency-graph-projection",health:"health-diagnostic-projection",validate:"validation-diagnostic-projection",contracts:"contract-catalog-projection"});function mf(e,t){if(t==="--limit")return"result-row-limit";if(t==="--node-limit")return"graph-node-limit";if(t==="--edge-limit")return"graph-edge-limit";if(t==="--output-limit")return"rendered-output-row-limit";if(t==="--output-budget")return"rendered-output-byte-budget";if(t==="--token-budget")return"context-intent-token-budget";if(t==="--full"){let r=uf[e];if(r===void 0)throw new Error(`Command ${e} exposes --full without a registered projection concept.`);return r}return t!=="--file"?t.slice(2):["create","update","update-many"].includes(e)?"linked-file-path":["comments","notes","learnings"].includes(e)?"entry-file-input":"plan-definition-file"}function W(){if(V!==void 0)return V;let t=oe.filter(({command:i})=>ee(i)).flatMap(({command:i,family:s})=>Ve(i,k(i)).map(d=>({command:i,family:s,concept:mf(i,d.flag),flag:d.flag,aliases:Object.freeze([...d.aliases??[]]),value_kind:d.repeatable?"list":d.flag==="--limit"?"number":d.value_type}))),r=new Set(t.flatMap(i=>i.aliases.map(s=>`${i.command}:${s}`))),o=t.filter(i=>!r.has(`${i.command}:${i.flag}`)),n=new Map;for(let i of o){let s=n.get(i.concept)??new Set;s.add(i.value_kind),n.set(i.concept,s)}return V=Object.freeze(o.map(i=>Object.freeze({...i,concept:n.get(i.concept)?.size===1?i.concept:`${i.concept}@${i.command}`}))),V}function sI(){return Object.freeze(W().map(e=>Object.freeze({command:e.command,canonical_flag:e.flag,accepted_spellings:Object.freeze([...new Set([e.flag,...e.aliases])].sort())})))}var ut=Object.freeze({init:30,config:35,extension:53,package:54,packages:54,install:26,upgrade:29,create:100,copy:24,focus:22,list:86,"list-all":85,"list-draft":84,"list-open":84,"list-in-progress":84,"list-blocked":84,"list-closed":84,"list-canceled":84,aggregate:37,context:45,ctx:45,get:30,graph:34,search:78,duplicates:24,eval:25,next:35,history:35,events:33,"history-redact":27,"history-repair":26,"history-compact":30,"history-author-acknowledge":28,merge:24,schema:40,profile:22,activity:35,restore:23,update:105,"update-many":140,close:31,"close-many":72,delete:24,append:24,comments:30,notes:34,learnings:26,files:39,docs:30,deps:32,plan:109,test:52,"test-all":40,telemetry:21,stats:29,health:36,validate:45,assurance:30,gc:22,workspace:23,contracts:29,claim:36,release:23,"start-task":23,"pause-task":23,"close-task":24,meet:33,event:33,remind:29,"test-runs-worker":25});function mt(){let e=new Map(Object.keys(ut).map(t=>[t,0]));for(let{command:t}of W())e.set(t,Number(e.get(t))+1);return Object.freeze(Object.entries(ut).map(([t,r])=>Object.freeze({command:t,current:Number(e.get(t)),maximum:r})))}function _f(e,t,r){for(let o of e)for(let n of o.aliases){let i=t.get(`${o.command}:${n}`);i===void 0||i.flag===o.flag||r.push({code:"alias_collision",command:o.command,detail:`${n} aliases ${o.flag} but is canonical for ${i.flag}.`})}}function ff(e,t,r){let o=new Set(t.map(({command:n})=>n));for(let n of e.keys())o.has(n)||r.push({code:"missing_budget",command:n,detail:`${n} has canonical flags but no persisted budget.`});for(let n of t){let i=e.get(n.command)??0;i===0&&r.push({code:"stale_budget",command:n.command,detail:`${n.command} has a persisted budget but no canonical flags.`}),!(i<=n.maximum)&&r.push({code:"budget_exceeded",command:n.command,detail:`${i} canonical flags exceed the ratcheted maximum ${n.maximum}.`})}}function hf(e,t,r){let o=new Map(e.map(n=>[`${n.command}:${n.flag}`,n]));for(let n of t){let i=`${n.command}:${n.canonical_flag}`,s=o.get(i);if(!s){r.push({code:"removed_canonical_spelling",command:n.command,detail:`${n.canonical_flag} disappeared from the executable spelling inventory.`});continue}let d=new Set([s.flag,...s.aliases]);for(let a of n.accepted_spellings)d.has(a)||r.push({code:"removed_compatibility_spelling",command:n.command,detail:`${a} no longer resolves to ${n.canonical_flag}.`})}}function aI(e=W(),t=mt(),r=[]){let o=[],n=new Map,i=new Map,s=new Map,d=new Map;for(let a of e){let c=`${a.command}:${a.flag}`;n.has(c)?o.push({code:"duplicate_canonical_flag",command:a.command,detail:`${a.flag} has more than one canonical row.`}):n.set(c,a),d.set(a.command,(d.get(a.command)??0)+1);let p=i.get(a.concept);p!==void 0&&p!==a.value_kind?o.push({code:"inconsistent_concept_kind",command:a.command,detail:`${a.concept} uses both ${p} and ${a.value_kind}.`}):i.set(a.concept,a.value_kind);let l=s.get(a.concept);l!==void 0&&l!==a.flag?o.push({code:"semantic_spelling_collision",command:a.command,detail:`${a.concept} is canonicalized by both ${l} and ${a.flag}.`}):s.set(a.concept,a.flag)}return _f(e,n,o),ff(d,t,o),hf(e,r,o),o.sort((a,c)=>a.command.localeCompare(c.command)||a.code.localeCompare(c.code)||a.detail.localeCompare(c.detail)),{ok:o.length===0,entry_count:e.length,budget_count:t.length,concept_count:new Set(e.map(({concept:a})=>a)).size,baseline_entry_count:r.length,findings:o}}function dI(){let e=W(),t=mt(),r=new Map(t.map(({command:n})=>[n,"unknown"]));for(let{command:n,family:i}of e)r.set(n,i);return["# Generated flag lexicon budgets","","This file is generated by `listPmFlagLexicon()`. Compatibility aliases do not consume canonical budget.","","| Command | Capability family | Canonical flags | Maximum |","| --- | --- | ---: | ---: |",...t.map(({command:n,current:i,maximum:s})=>{let d=r.get(n);return`| \`${n}\` | ${d} | ${i} | ${s} |`}),""].join(`
|
|
5
|
-
`)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7fc669d4-1db2-5636-8304-2c111a684726")}catch{}})();function pI(e){return e}function lI(e){return e}function uI(e){return e}function mI(e){return e}function _I(e){return e}function fI(e){return e}function hI(e){return e}function gI(e){return e}function TI(e){return e}function yI(e){return e}function CI(e){return e}function AI(e){return e}function EI(e){return e}function SI(e){return{handled:!0,result:e}}function bI(){return{handled:!1}}function OI(e){return e}function RI(e){return e}function xI(e){return e}function II(e){return e}function NI(e){return e}function wI(e){return e}function kI(e){return e}function vI(e){return e}function PI(e){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]="5bbfab95-010d-5507-ab01-f8f43943d295")}catch{}})();function gf(e={},t={}){return new G(t).extension(void 0,{...e,migrate:!0})}function Tf(e={},t={}){return new G(t).packageMigrate(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]="bca95ba2-258c-5be2-8428-dcb8dbc87ef0")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c2063b82-58b6-54c9-baff-ca252cadf463")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="036baf5a-3ba9-55ea-a11b-d9e94a848b92")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="714cb108-a51f-5f77-b628-dc994e659f45")}catch{}})();export{RE as ACTIONABILITY_ORDERING_KINDS,Zn as ACTIVITY_COMMANDER_STRING_OPTION_CONTRACTS,Xi as ACTIVITY_FLAG_CONTRACTS,or as AGENT_PROVENANCE_DIMENSIONS,vo as AGGREGATE_FLAG_CONTRACTS,Ti as APPEND_FLAG_CONTRACTS,EE as ASSURANCE_ACTIONS,SE as ASSURANCE_DECLARATION_KINDS,gA as ASSURANCE_DOCUMENT_VERSION,Gi as ASSURANCE_FLAG_CONTRACTS,TA as ASSURANCE_GATE_TRIGGERS,yA as ASSURANCE_MEASUREMENT_SOURCE_KINDS,DA as ASSURANCE_PRESET_IDS,mA as AssuranceEvaluationRefusalError,uA as AssuranceMutationRefusalError,_A as AssuranceSourceResolutionError,Ht as BASELINE_ITEM_FORMAT_VERSION,C_ as BOUNDARY_FIXTURE_CAPTURE_SOURCES,GE as BRIEF_LIST_FIELDS,sr as BUILTIN_AGENT_PROVENANCE_ADAPTERS,b as BUILTIN_CORPUS_SHAPES,ir as BUILTIN_HARNESS_SIGNAL_DESCRIPTORS,Ct as BUILTIN_ITEM_TYPE_VALUES,Le as BUILTIN_PROFILES,th as BUILTIN_RELATIONSHIP_KINDS,Yn as CALENDAR_COMMANDER_STRING_OPTION_CONTRACTS,Ki as CALENDAR_FLAG_CONTRACTS,yi as CLAIM_FLAG_CONTRACTS,us as CLOSE_ACTION_OPTION_KEYS,hi as CLOSE_FLAG_CONTRACTS,gi as CLOSE_MANY_FLAG_CONTRACTS,Oi as CLOSE_TASK_FLAG_CONTRACTS,Po as COMMENTS_FLAG_CONTRACTS,Xf as COMMON_MUTATION_COMMAND_OPTION_KEYS,ss as COMPLETION_FLAG_CONTRACTS,Rt as CONFIDENCE_TEXT_VALUES,Xo as CONFIG_FLAG_CONTRACTS,qn as CONTEXT_COMMANDER_STRING_OPTION_CONTRACTS,nS as CONTEXT_EVALUATION_METRIC_NAMES,qi as CONTEXT_FLAG_CONTRACTS,ke as CONTEXT_OUTPUT_VALUES,dS as CONTEXT_PACKING_PROFILES,QE as CONTEXT_RELEVANCE_SERVICE,JE as CONTEXT_RELEVANCE_SIGNAL_NAMES,hS as CONTEXT_SIGNAL_SET_VERSION,fS as CONTEXT_SIGNAL_STORE_FORMAT_VERSION,gS as CONTEXT_SIGNAL_STORE_WARNING_DETAILS,is as CONTRACTS_FLAG_CONTRACTS,Hi as COPY_FLAG_CONTRACTS,ro as CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,oo as CREATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS,no as CREATE_COMMANDER_STRING_OPTION_CONTRACTS,Sf as CREATE_DIRECT_CLOSE_REASON_DEFAULT,$i as CREATE_FLAG_CONTRACTS,gT as CURRENT_HISTORY_ITEM_HASH_VERSION,zt as CURRENT_ITEM_FORMAT_VERSION,AS as ContextSignalStore,pS as ContextUsageValidationError,iA as DEFAULT_AUTHOR_IDENTITY_VOCABULARY,eb as DEFAULT_CHILD_SAMPLE_LIMIT,FE as DEFAULT_COMPACT_LIST_FIELDS,fy as DEFAULT_DERIVED_INDEX_MINIMUM_ITEMS,Rp as DEFAULT_EVAL_QUERIES_RELATIVE_PATH,DS as DEFAULT_TERMINAL_TRANSITION_POLICY,OS as DEFAULT_WORKSPACE_MEMORY_MINIMUM_ITEMS,fE as DEFECT_ESCAPE_CLASSES,hE as DEFECT_GATE_EVIDENCE_DISPOSITIONS,Ai as DELETE_FLAG_CONTRACTS,St as DEPENDENCY_KIND_VALUES,Qi as DEPS_FLAG_CONTRACTS,Fo as DOCS_FLAG_CONTRACTS,Li as DUPLICATES_FLAG_CONTRACTS,ts as EVAL_FLAG_CONTRACTS,Ep as EVAL_QUERY_SET_CONTRACT,Sp as EVAL_QUERY_SET_EXAMPLE,Ap as EVAL_QUERY_SET_SCHEMA_ID,Yi as EVENTS_FLAG_CONTRACTS,xi as EVENT_FLAG_CONTRACTS,Sr as EXECUTABLE_COMMAND_ALIASES,C as EXIT_CODE,ii as EXTENSION_ACTIVATE_FLAG_CONTRACTS,oi as EXTENSION_ADOPT_ALL_FLAG_CONTRACTS,ui as EXTENSION_ADOPT_FLAG_CONTRACTS,DC as EXTENSION_CAPABILITIES,Af as EXTENSION_CAPABILITY_CONTRACT,yf as EXTENSION_CAPABILITY_CONTRACT_VERSION,Cf as EXTENSION_CAPABILITY_LEGACY_ALIASES,Lt as EXTENSION_CAPABILITY_REGISTRATION_SURFACES,li as EXTENSION_CATALOG_FLAG_CONTRACTS,si as EXTENSION_DEACTIVATE_FLAG_CONTRACTS,ni as EXTENSION_DESCRIBE_FLAG_CONTRACTS,pi as EXTENSION_DOCTOR_FLAG_CONTRACTS,ri as EXTENSION_EXPLORE_FLAG_CONTRACTS,Yo as EXTENSION_FLAG_CONTRACTS,Jo as EXTENSION_INIT_FLAG_CONTRACTS,ei as EXTENSION_INSTALL_FLAG_CONTRACTS,di as EXTENSION_MANAGE_FLAG_CONTRACTS,ai as EXTENSION_MIGRATE_FLAG_CONTRACTS,FC as EXTENSION_POLICY_MODES,GC as EXTENSION_POLICY_SURFACES,ci as EXTENSION_RELOAD_FLAG_CONTRACTS,UC as EXTENSION_SANDBOX_PROFILES,qo as EXTENSION_SCOPE_FLAG_CONTRACTS,$C as EXTENSION_TRUST_MODES,ti as EXTENSION_UNINSTALL_FLAG_CONTRACTS,BA as EXTERNAL_DEPENDENCY_SOURCE_KIND,HA as EXTERNAL_DEPENDENCY_SOURCE_KIND_ALIAS,Do as FILES_FLAG_CONTRACTS,zi as FOCUS_FLAG_CONTRACTS,Pi as GC_FLAG_CONTRACTS,jE as GET_DEPTH_VALUES,Ji as GET_FLAG_CONTRACTS,wo as GLOBAL_FLAG_CONTRACTS,ua as GRAPH_DURABLE_CACHE_MIN_ITEMS,la as GRAPH_DURABLE_CACHE_VERSION,es as GRAPH_FLAG_CONTRACTS,q as GRAPH_SUBCOMMAND_VALUES,Zi as GUIDE_FLAG_CONTRACTS,Di as HEALTH_FLAG_CONTRACTS,Bo as HISTORY_AUTHOR_ACKNOWLEDGE_FLAG_CONTRACTS,YA as HISTORY_AUTHOR_ATTRIBUTION_BASELINE,Hb as HISTORY_COMPACT_BULK_DEFAULT_MIN_ENTRIES,Ho as HISTORY_COMPACT_FLAG_CONTRACTS,Go as HISTORY_FLAG_CONTRACTS,Uo as HISTORY_REDACT_FLAG_CONTRACTS,jo as HISTORY_REPAIR_FLAG_CONTRACTS,fp as INIT_AGENT_GUIDANCE_MODE_VALUES,Ko as INIT_FLAG_CONTRACTS,mi as INSTALL_FLAG_CONTRACTS,Ot as ISSUE_SEVERITY_VALUES,ji as ITEM_COMPLETE_FLAG_CONTRACTS,bb as ITEM_LATEST_TIMESTAMP_FIELDS,Ef as ITEM_METADATA_KEY_ORDER,Ui as ITEM_MUTATE_FLAG_CONTRACTS,Bi as ITEM_REOPEN_FLAG_CONTRACTS,At as ITEM_TYPE_VALUES,Sb as ITEM_UNION_COLLECTION_FIELDS,CS as JsonFileContextSignalStoreAdapter,Lo as LEARNINGS_FLAG_CONTRACTS,Bc as LINKED_TEST_ENV_NAME_PATTERN,Hc as LINKED_TEST_PM_CONTEXT_MODE_VALUES,jc as LINKED_TEST_PROTECTED_ENV_KEYS,zc as LINKED_TEST_WORKSPACE_CONTEXT_MODE_VALUES,Kn as LIST_COMMANDER_STRING_OPTION_CONTRACTS,$E as LIST_COMMAND_DEFAULT_PROJECTIONS,BC as LIST_FILTER_EXTENSION_FLAG_DEFINITIONS,ko as LIST_FILTER_FLAG_CONTRACTS,VE as LIST_SORT_FIELDS,WE as LIST_SORT_ORDER_VALUES,QS as MAX_CHILD_PROJECTION_ITEMS,Ri as MEET_FLAG_CONTRACTS,xb as MERGE_DRIVER_ARTIFACT_VALUES,$o as MERGE_FLAG_CONTRACTS,J as MERGE_SUBCOMMAND_VALUES,Mb as MUTATION_EVENT_WIRE_BUDGET,P as MemoryRelationshipGraphAdapter,Jn as NEXT_COMMANDER_STRING_OPTION_CONTRACTS,ns as NEXT_FLAG_CONTRACTS,Sc as NEXT_OUTPUT_VALUES,Mo as NOTES_FLAG_CONTRACTS,Zo as PACKAGE_FLAG_CONTRACTS,Qo as PACKAGE_INIT_FLAG_CONTRACTS,bi as PAUSE_TASK_FLAG_CONTRACTS,ls as PLAN_CREATE_METADATA_PARAMETER_KEYS,Wo as PLAN_FLAG_CONTRACTS,ip as PLAN_SHOW_DEPTH_VALUES,re as PLAN_SUBCOMMANDS,sp as PLAN_TEMPLATE_NAMES,Cs as PM_CLI_EXPECTED_ERROR_NAME,mC as PM_CLI_GRAMMAR_CONTRACT,dC as PM_CLI_GRAMMAR_NOUNS,Lr as PM_CLI_ONLY_TOOL_ACTION_WAIVERS,cC as PM_CLI_SHARED_VERBS,Er as PM_COMMAND_ALIAS_CONTRACTS,oe as PM_COMMAND_CAPABILITY_CONTRACTS,be as PM_COMMAND_DESTINATION_CONTRACTS,BS as PM_COMMAND_EXIT_CONTRACTS,jS as PM_COMMAND_EXIT_OUTCOME_CONTRACTS,Qr as PM_COMMAND_OUTPUT_BUDGET_CONTRACTS,rO as PM_COMMAND_OUTPUT_ENVELOPE_CONTRACTS,Q as PM_COMMAND_POSITIONAL_CONTRACTS,tl as PM_COMMAND_VISIBILITY_CONTRACTS,zC as PM_COMPLETE_LIST_FINDING_CODES,qC as PM_CONTEXT_INTENTS_FILE,nT as PM_CONTEXT_INTENT_CONTRACTS,vr as PM_CORE_COMMAND_NAMES,g as PM_CORPUS_SHAPE_SCHEMA,Fr as PM_DEPRECATED_TOOL_ACTIONS,Xr as PM_DIAGNOSTIC_DEGRADATION_STEPS,Yr as PM_DIAGNOSTIC_OUTPUT_BUDGET_CONTRACTS,Kr as PM_DIAGNOSTIC_OUTPUT_CLASSES,Gr as PM_DISCOVERABLE_TOOL_ACTIONS,Qb as PM_ERROR_CODE_CATALOG,Yb as PM_ERROR_CODE_EXIT_CLASS_CONTRACTS,et as PM_EXACT_COVERAGE_METRICS,Rr as PM_EXTENSION_CAPABILITY_CONTRACTS,Pr as PM_EXTENSION_PACKAGE_ACTION_SUBCOMMANDS,Ir as PM_EXTENSION_POLICY_MODE_CONTRACTS,kr as PM_EXTENSION_POLICY_SURFACE_CONTRACTS,wr as PM_EXTENSION_SANDBOX_PROFILE_CONTRACTS,xr as PM_EXTENSION_SERVICE_NAME_CONTRACTS,Nr as PM_EXTENSION_TRUST_MODE_CONTRACTS,rE as PM_GITATTRIBUTES_END,tE as PM_GITATTRIBUTES_START,oE as PM_GITATTRIBUTES_V2_END,nE as PM_GITATTRIBUTES_V2_START,Rs as PM_GITIGNORE_END,Os as PM_GITIGNORE_START,Mr as PM_ITEM_ACTION_SUBCOMMANDS,dl as PM_MCP_PROMPT_CONTRACTS,al as PM_MCP_RESOURCE_CONTRACTS,il as PM_MCP_TOOL_COMMAND_CONTRACTS,ag as PM_MODE_PAIRED_OUTPUT_PROJECTION_CONTRACTS,Nn as PM_MUTATION_ACTION_CONTRACTS,Wr as PM_OUTPUT_BUDGET_CLASSES,Vr as PM_OUTPUT_DEGRADATION_STEPS,eO as PM_OUTPUT_ENVELOPE_KINDS,Ie as PM_PACKAGE_CONVENTIONAL_RESOURCE_ROOTS,xe as PM_PACKAGE_RESOURCE_KINDS,Z as PM_POSITIONAL_ACTION_CONTRACTS,ys as PM_PROVIDER_TOOL_PARAMETERS_SCHEMA,gs as PM_PROVIDER_TOOL_PARAMETERS_SCHEMA_VERSION,Vg as PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS,Bg as PM_READ_OUTPUT_DIMENSIONS,zg as PM_READ_OUTPUT_OPTION_FLAGS,Fg as PM_READ_OUTPUT_SESSION_MAX_SEEN_ITEM_IDS,Dg as PM_READ_OUTPUT_SESSION_MIN_TOKENS,Hg as PM_READ_OUTPUT_SURFACES,Wg as PM_READ_OUTPUT_SURFACE_CONTRACTS,sg as PM_READ_ROW_CONTRACTS,ig as PM_READ_ROW_JQ_SELECTOR,Mx as PM_RECOVERY_REFERENCE_FIELDS,L as PM_RECOVERY_REFERENCE_KINDS,Hn as PM_REPRODUCIBLE_PROCESS_ENV,HS as PM_SUCCESS_EXIT_CODES,Dr as PM_TOOL_ACTIONS,ms as PM_TOOL_ACTION_PARAMETER_CONTRACTS,Ts as PM_TOOL_PARAMETERS_SCHEMA,hs as PM_TOOL_PARAMETERS_SCHEMA_MAJOR,fs as PM_TOOL_PARAMETERS_SCHEMA_VERSION,cs as PM_TOOL_RESERVED_CUSTOM_FIELD_PROPERTIES,Je as PM_WORKSPACE_RECIPE_SCHEMA,Vo as PROFILE_FLAG_CONTRACTS,Be as PROFILE_LINT_CODES,je as PROFILE_LINT_DIMENSIONS,Me as PROFILE_NAMES,ne as PROFILE_SUBCOMMANDS,K as PmCliError,G as PmClient,VC as PmCompleteListValidationError,Sg as QUERY_CURSOR_CONTRACT,fi as REINDEX_FLAG_CONTRACTS,py as REINDEX_LOCK_ID,le as RELATIONSHIP_GRAPH_SNAPSHOT_VERSION,Ei as RELEASE_FLAG_CONTRACTS,Ii as REMIND_FLAG_CONTRACTS,Ce as RESERVED_ITEM_FIELD_NAMES,Ci as RESTORE_FLAG_CONTRACTS,bt as RISK_VALUES,IC as RelationshipEventLog,NC as RelationshipEventStore,A as RelationshipGraph,Y as RelationshipKindRegistry,zo as SCHEMA_FLAG_CONTRACTS,Xn as SEARCH_COMMANDER_STRING_OPTION_CONTRACTS,HC as SEARCH_EXTENSION_FLAG_DEFINITIONS,os as SEARCH_FLAG_CONTRACTS,ic as SEMANTIC_ATTRIBUTION_LIMITS,Of as SETTINGS_DEFAULTS,kp as SNAPSHOT_SCHEMA,ZA as SOURCE_CONTEXT_ACCESS_ENV,QA as SOURCE_CONTEXT_WRITE_OVERRIDE_ENV,Si as START_TASK_FLAG_CONTRACTS,Mi as STATS_FLAG_CONTRACTS,Et as STATUS_VALUES,No as SUBCOMMAND_GLOBAL_FLAG_CONTRACTS,TT as SUPPORTED_HISTORY_ITEM_HASH_VERSIONS,Bf as SUPPRESS_HOST_OUTPUT_MARKER,ki as TELEMETRY_FLAG_CONTRACTS,Nl as TELEMETRY_SUBCOMMANDS,wi as TEST_ALL_FLAG_CONTRACTS,Ni as TEST_FLAG_CONTRACTS,vi as TEST_RUNS_FLAG_CONTRACTS,bl as TEST_RUN_MEASUREMENT_LIMIT,So as TOOL_ACTIVITY_OPTION_CONTRACTS,lo as TOOL_AGGREGATE_OPTION_CONTRACTS,yo as TOOL_BULK_MUTATION_FILTER_OPTION_CONTRACT_SOURCE,Eo as TOOL_CALENDAR_OPTION_CONTRACTS,Ao as TOOL_CLOSE_MANY_FILTER_OPTION_CONTRACTS,bo as TOOL_CONTEXT_OPTION_CONTRACTS,ho as TOOL_CREATE_OPTION_CONTRACTS,fo as TOOL_CREATE_OPTION_CONTRACT_SOURCE,Oo as TOOL_DEPS_OPTION_CONTRACTS,Ro as TOOL_GRAPH_OPTION_CONTRACTS,po as TOOL_LIST_FILTER_OPTION_CONTRACTS,uo as TOOL_SEARCH_FILTER_OPTION_CONTRACTS,_o as TOOL_SHARED_CREATE_UPDATE_OPTION_CONTRACTS,mo as TOOL_SHARED_CREATE_UPDATE_OPTION_CONTRACT_SOURCE,Co as TOOL_UPDATE_MANY_FILTER_OPTION_CONTRACTS,To as TOOL_UPDATE_OPTION_CONTRACTS,go as TOOL_UPDATE_OPTION_CONTRACT_SOURCE,bf as TYPE_TO_FOLDER,Uf as UNKNOWN_SUBCOMMAND_COMPATIBILITY_CODES,io as UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,ao as UPDATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS,so as UPDATE_COMMANDER_STRING_OPTION_CONTRACTS,Vi as UPDATE_FLAG_CONTRACTS,Wi as UPDATE_MANY_FLAG_CONTRACTS,_i as UPGRADE_FLAG_CONTRACTS,Fi as VALIDATE_FLAG_CONTRACTS,rs as WORKSPACE_FLAG_CONTRACTS,cn as WORKSPACE_HISTORY_ID,vp as WORKSPACE_SNAPSHOT_ACTIONS,Hs as WorkspaceGraphCache,MC as WorkspaceTransactionInterruptedError,Ss as _testOnly,qE as _testOnlyAggregateCommand,_p as _testOnlyConfigCommand,ob as _testOnlyGetCommand,nd as _testOnlyHealthCommand,yp as _testOnlyInit,hp as _testOnlyInitAgentGuidance,kO as _testOnlyItemTransaction,Gb as _testOnlyMutationEvents,PS as _testOnlyNextCommand,Cb as _testOnlySearchCommand,qS as _testOnlySimilarity,Up as _testOnlyTemplates,Dd as _testOnlyValidateCommand,UA as acceptAssuranceProposals,Md as acknowledgeLinkedTests,va as acknowledgeUnknownAuthorHistoryEvents,ka as acknowledgeUnknownAuthorHistoryEventsFromTransport,hy as acquireItemMetadataDerivedIndexLock,dn as acquireLock,HO as activateExtensionForTest,_h as activateExtensions,nr as agentSessionEnvironment,bu as aggregate,ml as analyzeAgentProvenanceDescriptorCoverage,TE as analyzeDefectChangeRisk,kC as analyzeGraphImpact,Ps as analyzeHierarchyIntegrity,vC as analyzeKnowledgeGraph,KS as analyzePmCommandExitConformance,$r as analyzePmToolActionParity,Nb as analyzeReconciliationDiscard,wC as analyzeRelationshipExecution,oa as analyzeRelationshipSchedule,qm as analyzeSdkActionCoverage,Oe as analyzeSdkCliParameterCompleteness,Du as append,an as appendHistoryEntry,mn as appendWorkspaceAuditEvent,un as appendWorkspaceHistoryChange,GT as applyAcceptanceCriteriaMutations,GA as applyAssurancePreset,t_ as applyBootstrapPagerPolicy,dT as applyContextIntentProjection,Ec as applyContextTagProjection,KE as applyFilterValueEcho,AC as applyHistoryPatch,d_ as applyInvocationAuthorOverride,cd as applyPathMigrations,eT as applyReadOutputDimensions,qg as applyReadOutputIncludeModes,$g as applyReadOutputSessionReferences,Uh as applyRegisteredItemFieldDefaultsAndValidation,md as applyStandaloneNote,Ja as applyStoredExtensionMigrationState,UT as applyTagRemovals,US as applyTerminalOrderingPolicy,_d as artifactKey,wf as asRecordClone,Nf as asRecordOrNull,te as assembleWorkspaceRelationshipGraph,YC as assertCompleteListResult,SR as assertExtensionBlueprint,ER as assertExtensionCapabilityUsage,oR as assertExtensionDeactivated,RR as assertExtensionManifestCompatible,OR as assertExtensionManifestMatchesBlueprint,xR as assertExtensionPreflight,Ds as assertHierarchyMutationAllowed,zb as assertHistoryCompactTarget,kb as assertHistoryRepairTarget,On as assertInitializedTracker,pd as assertLinkedArtifactMutationIsUnambiguous,G_ as assertMemoryRelationshipGraphAdapterConformance,HT as assertNoUnknownCsvKeys,iR as assertPackageManifest,DT as assertParentReferenceIsNotSelf,bR as assertProjectProfile,sx as assertProjectRuntimeCompatibility,dg as assertProjectionModeChoice,bn as assertReadableTrackerRoot,sR as assertRegisteredCommandContract,hR as assertRegisteredCommandOverride,uR as assertRegisteredExporter,aR as assertRegisteredFlags,dR as assertRegisteredHook,lR as assertRegisteredImporter,mR as assertRegisteredItemField,_R as assertRegisteredItemType,AR as assertRegisteredMigration,gR as assertRegisteredParserOverride,TR as assertRegisteredPreflightOverride,fR as assertRegisteredProfile,yR as assertRegisteredRendererOverride,cR as assertRegisteredSearchProvider,CR as assertRegisteredServiceOverride,pR as assertRegisteredVectorStoreAdapter,ih as assertRelationshipEdgeAllowed,st as assertRelationshipGraphAdapterConformance,CA as assuranceAssertionUpdateIsLoosening,lT as attachContextIntentReceipt,wd as attachLinkedTestMutationProvenance,Nd as attachLinkedTestProvenance,_g as attachOutputOmissionReceipt,mT as attachOutputTokenAccounting,uT as attachReadOutputContracts,Ug as attachReadOutputSessionReceipt,Fa as auditMergeAttributeFence,iE as auditMergeDriverConfiguration,ca as auditWorkspaceRelationshipGraph,er as boundAgentEpisodeIdentity,vg as boundReadOutputRows,Tc as buildChildrenByParent,db as buildCompactSearchFilterSummary,XE as buildContentFilterEcho,yS as buildContextSignalSnapshot,u_ as buildCorpusShapeItemPlan,gE as buildDefectRecurrenceIndex,Ka as buildExtensionDescribeResult,YE as buildGovernanceMissingFilterEcho,ey as buildInvalidTypeError,tb as buildItemChildrenRollup,NO as buildItemCompletionMutations,ZE as buildItemContextRelevanceCandidates,Ey as buildItemNotFoundError,nb as buildItemSchedule,La as buildMergeAttributePatterns,_s as buildPmActionToolInputSchema,KA as buildRelationshipContext,xy as buildSearchCorpus,Ny as buildSemanticCorpusInput,Sn as buildTrackerInitializationRecovery,Ly as buildVectorizationEmbeddingIdentity,Dy as buildVectorizationEmbeddingMetadata,cb as buildVerboseSearchFilters,RS as buildWorkspaceMemorySnapshot,Qt as canonicalDocument,Yf as canonicalizeCommandOptionKey,rh as canonicalizeRelationshipKind,Lx as censusPmRecoveryReferenceProducers,XC as certifyCompleteListResult,jO as checkExtensionManifestCompatibility,ym as claim,Cm as claimNext,qA as classifyHistoryAuthorEvent,$b as classifyHostEnvironmentFault,gb as classifyImplicitSemanticFallbackReason,Kt as classifyItemFormatVersion,vl as classifyLinkedTestFailure,kh as clearActiveExtensionHooks,ga as clearDurableGraphCache,eg as clearFocusedItem,Ns as clearWorkspaceContractsCache,Tm as close,Nc as closeItem,Im as closeTask,o_ as coalesceRepeatedListFlags,xE as collectBlockedByIds,NE as collectBlockedByIdsFromCorpus,Us as collectDanglingDependencyReferences,kE as collectDependencyBlockedIds,Gs as collectDuplicateDependencyRows,da as collectDuplicateRelationshipEdgeGroups,hb as collectErrorCauseCodes,vs as collectHierarchyRelations,js as collectMissingDependencyTargetIds,Dc as collectNewOrderingCycleWarnings,ia as collectOrderingCycles,$s as collectOrderingStorageContradictions,QC as collectPackageContextIntentContracts,we as collectPackageExtensionDirectories,Gh as collectRegisteredItemFieldNames,Wh as collectRuntimeCreateFieldValues,ty as collectRuntimeFilterValues,Kh as collectRuntimeUpdateFieldValues,mc as collectSubtreeIds,Dt as collectUsedExtensionCapabilities,qf as commandOptionFlagLabel,xu as comments,su as commitImportedItem,wO as commitItemCompletion,IO as commitItemMutations,LC as commitWorkspaceTransaction,Io as compactFlagAliasContracts,_c as compareCriticalItems,U as comparePmDateVersions,PC as compareRelationshipSnapshots,kf as compareTimestampStrings,pA as compileHistoryProvenanceMatcher,sT as composeContextIntentContracts,MO as composeExtension,UO as composeExtensionPackage,vE as computeActionabilityReport,NT as computeHistoryDiff,ra as computeRelationshipCentrality,ta as computeRelationshipDominators,Bs as computeWorkspaceGraphFingerprint,Gu as config,wh as consumeAfterCommandAffectedItems,Tu as context,pT as contextIntentRowId,Em as copy,Pl as countFailureCategories,wg as countReadOutputRows,fm as create,FA as createAssurancePreset,_E as createAssuranceWorkspaceContext,Pf as createCheckpointId,WC as createCompleteListOptions,fh as createCoreCommandHookContext,qe as createCorpusShapeMeasurement,OA as createEmptyAssuranceDocument,ah as createEmptyExtensionRegistrationRegistry,bs as createExtensionCommandSdk,Mt as createExtensionContributionInventory,IR as createExtensionTestHarness,sn as createHistoryEntry,Zy as createLazyModule,Ay as createMutationGuardSdk,cg as createOutputOmissionReceipt,As as createPmCliExpectedError,c_ as createPmCliProgram,Jr as createPmCommandOutputBudget,hg as createQueryFingerprint,F_ as createRelationshipGraphScaleFixture,x as createRelationshipGraphSnapshot,ye as createRelationshipKindRegistry,Vn as createReproducibleProcessRunner,pb as createSearchCursorFingerprint,hh as createSerialQueue,zT as createStdinTokenResolver,jf as createUnknownSubcommandError,Pp as createWorkspaceSnapshot,zO as deactivateExtensionForTest,bI as declineServiceOverride,cT as decodeContextIntentCursor,Jy as decodeHtmlEntitiesInOptions,Cg as decodeQueryCursor,Tg as decodeQueryCursorEnvelope,yg as decodeQueryCursorState,Lg as decodeReadOutputContinuationCursor,hd as dedupeLinkedArtifacts,eS as defaultScoreContextCandidates,wI as defineAfterCommandHook,II as defineBeforeCommandHook,NI as defineBeforeMutationHook,uI as defineCommand,yI as defineCommandOverride,S as defineCorpusShape,xI as defineExporter,vO as defineExtension,PO as defineExtensionBlueprint,pI as defineExtensionManifest,mI as defineFlag,RI as defineImporter,fI as defineItemField,_I as defineItemType,hI as defineMigration,PI as defineOnIndexHook,vI as defineOnReadHook,kI as defineOnWriteHook,CI as defineParserOverride,Zr as definePmCommandOutputBudget,tO as definePmCommandOutputEnvelope,qb as definePmErrorCodeCatalog,AI as definePreflightOverride,lI as defineProjectProfile,OI as defineRendererOverride,gI as defineSearchProvider,EI as defineServiceOverride,TI as defineVectorStoreAdapter,Ze as defineWorkspaceRecipe,Sm as deleteItem,$p as deleteWorkspaceSnapshot,sh as dependencyToRelationship,Mu as deps,$A as deriveAssuranceProposals,DO as deriveExtensionCapabilities,XS as derivePmBulkMutationEffect,Dx as derivePmRecoveryReferenceObligations,ja as deriveSchemaEvolutionMigrationId,zy as deriveTelemetryCommandResolution,iy as describeAllowedTransitions,JA as describeExtensionActivation,FO as describeExtensionBlueprint,qd as describeItemOwnershipConflict,$e as describeProfileComposition,Ue as describeProjectProfile,uO as describeUnknownError,mr as detectAgentIdentity,gr as detectHarnessIdentity,Qs as detectRelationshipCommunities,_r as diagnoseAgentIdentity,pa as diffRelationshipAuditSnapshots,xl as diffTestRunMeasurements,uh as discoverExtensions,Nt as discoverNearbyPmRoot,k_ as discoverProjectRuntimeVersionPins,Pu as docs,Ru as duplicates,ma as durableGraphCachePath,Ta as durableGraphCacheStatus,Vt as effectiveItemFormatVersion,aC as emitTelemetryErrorEvent,iu as emptyImportedDocument,gg as encodeQueryCursor,Mg as encodeReadOutputContinuationCursor,wT as enforceHistoryStreamPolicyForItem,kT as enforceHistoryStreamPolicyForItems,Kb as enrichCliFlagInvocationContract,Ve as enrichCliFlagInvocationContracts,SC as ensureMaterializedHistoryTarget,Is as ensurePmGitignore,od as ensureScope,Hy as ensureSentryInit,ou as ensureTrackerInitialized,Js as enumerateRelationshipPaths,tn as estimatePmOutputTokens,xA as evaluateAssuranceAssertion,IA as evaluateAssuranceGate,XR as evaluateBoundaryFixtures,oS as evaluateContextRanking,yE as evaluateDefectGateEvidence,RA as evaluateMeasurement,kn as evaluateMutationGuard,yl as evaluateProvenanceCoverage,hl as evaluateSemanticAttributionCoverage,Uc as evaluateSimilarityGovernance,oy as evaluateTransition,wy as executeEmbeddingBatchesWithRetry,Py as executeVectorDelete,My as executeVectorReset,vy as executeVectorUpsert,f_ as executeWorkspaceRecipe,ud as expandAddGlobEntries,Ed as explainSourceTraceability,Nm as extension,km as extensionActivate,vm as extensionDeactivate,wm as extensionList,gf as extensionMigrate,yC as extractPatchFailureContext,Rd as extractReferencedPmItemIdsFromCommand,D_ as federateRelationshipGraphSnapshots,wu as files,ku as filesDiscover,vu as filesLookup,y_ as findCoverageDeficits,$c as findDuplicateClusters,Ma as findGitWorkspaceRoot,Va as findInstalledNpmPackageCandidate,ea as findRedundantRelationshipEdges,na as findRelationshipCutStructure,Gc as findSimilarItems,sC as finishTelemetryCommand,Gf as flattenFlagListValue,h_ as flushTelemetryQueue,Om as focus,Zs as forEachMatchedRelationshipEdge,aa as formatDuplicateEdgeGroup,Ms as formatHierarchyRelation,sa as formatOrderingStorageContradiction,uC as formatPmPositionalActionFlagTip,Zp as formatProfileApplyHuman,Jp as formatProfileLintHuman,Yp as formatProfileListHuman,qp as formatProfileShowHuman,za as formatSchemaEvolutionMigrationHuman,yb as formatVectorIndexRecoveryWarnings,cm as gc,Cn as generateItemId,Eu as get,xh as getActiveCommandResult,oT as getActiveContextIntentContracts,Gt as getActiveExtensionRegistrations,wA as getAssuranceDeclaration,Wm as getContracts,Zh as getFocusedItem,vt as getHistoryPath,xC as getItemAt,kt as getItemPath,Mn as getMutationActionContract,xs as getPmGitignoreBlock,wt as getSettingsPath,Vm as getWorkspaceContracts,pn as getWorkspaceHistoryPath,Lu as graph,_a as graphAuditBaselinePath,gl as groupHistoryByEpisode,SI as handleServiceOverride,ee as hasSubcommandFlagContractsForCommand,Fy as hasVectorizationEmbeddingIdentityChanged,Gy as hasVectorizationVectorDimensionChanged,yT as hashDocument,CT as hashDocumentForVersion,AT as hashEmptyDocument,dm as health,Ks as hierarchyAncestors,Xs as hierarchyDescendants,mm as historyCompact,_m as historyCompactBulk,cA as historyEntryMatchesProvenance,pm as historyRedact,lm as historyRepair,um as historyRepairAll,IE as indexBlockedByIds,Ls as indexHierarchyRelations,$y as inferConsistentVectorDimension,qr as inferPmOutputBudgetClass,Fu as init,KC as inspectCompleteListResult,Ra as inspectHistoryAuthorStream,P_ as inspectProjectRuntimeCompatibility,jn as inspectStaleInProgressItems,ln as inspectWorkspaceHistoryState,Mp as inspectWorkspaceSnapshot,Ua as installMergeFence,Oc as isAlreadyClaimedError,fO as isCommanderError,Vd as isErrnoError,zA as isExternalDependencySourceKind,zf as isHostOutputSuppressed,vn as isMutationAction,oh as isOrderingRelationshipKind,MT as isPlaceholderReferenceToken,Es as isPmCliExpectedError,jr as isPmExtensionCapabilityContract,Hr as isPmExtensionPolicyModeContract,zr as isPmExtensionPolicySurfaceContract,Br as isPmExtensionServiceNameContract,VS as isPmKnownExitCode,oO as isPmMutationReceipt,zS as isPmSuccessfulExitCode,Ur as isPmToolAction,v_ as isProjectMutatingInvocation,Qy as isPureSnakeCaseAlias,tT as isReadOutputBudgetExceeded,lg as isReadRowContract,Oa as isRuntimeRecord,rC as isTerminalPlanMode,Yh as isTerminalStatus,yt as isTimestampLiteral,RO as itemDocumentToMutationOptions,rb as itemHasSchedule,Ln as jaccardSimilarity,Nu as learnings,$f as levenshteinDistanceWithinLimit,Bd as limitAnnotationEntries,kd as linkedTestTrustFingerprint,GO as lintExtensionBlueprint,He as lintProjectProfile,yu as list,dr as listAgentProvenanceAdapters,n_ as listAliasPluralKeys,Cu as listAllComplete,yy as listAllDocumentCandidatesCached,In as listAllItemMetadata,Cy as listAllItemMetadataLight,NA as listAssuranceDeclarations,LA as listAssuranceVerdicts,p_ as listBuiltinCorpusShapes,yO as listCoreClosedDomainContracts,BE as listGetProjectionFields,aE as listInvalidProvenanceHistoryStreamIds,UE as listListProjectionFields,pE as listMergeReceipts,Pn as listMutationActions,Lb as listMutationEvents,mt as listPmCommandFlagBudgets,ol as listPmCommandsForFamily,nl as listPmCommandsForTier,W as listPmFlagLexicon,sI as listPmFlagSpellingInventory,sl as listPmMcpToolsForProfile,qx as listPmRequiredArgumentRefusalContracts,Jx as listPmSubcommandRefusalContracts,Ge as listProfiles,eI as listTrackerPreflightRecoveryContracts,Lp as listWorkspaceSnapshots,eA as loadContextIntentRuntimeLayers,jp as loadCreateTemplateOptions,mh as loadExtensions,Ca as loadGraphAuditBaseline,Lf as loadMutationCheckpoint,f as loadRelationshipGraphAdapter,Rn as locateItem,BT as looksLikeGenericKeyValueEntry,kg as mapReadOutputRows,lE as markMergeReceiptReconciled,ry as matchesRuntimeFilters,oC as maybeRunFirstUseTelemetryPrompt,m_ as measureCorpusShapePlan,$T as mergeAdditiveTags,LO as mergeExtensionBlueprints,Ab as mergeHistoryStreams,Ob as mergeItemDocuments,Rb as mergeJsonDocuments,i_ as mergeLinkedTestTwoTokenEntries,Eb as mergeRelationshipEventStreams,Cc as mergeSortedWarnings,tC as migrateItemFilesToFormat,by as mutateItem,Sy as mutateItemWithHistoryContext,_n as mutateWorkspaceJsonWithHistory,Su as next,pr as normalizeAgentProvenanceAdapterValue,jd as normalizeAnnotationTransportOptions,hA as normalizeAssuranceEvaluation,fA as normalizeAssuranceMutation,s_ as normalizeBootstrapInvocation,Fs as normalizeDependencyGraphTarget,WA as normalizeDependencySeedId,VA as normalizeDependencySourceKind,Pt as normalizeExtensionContributionInventory,sE as normalizeInvalidHistoryProvenance,dO as normalizeItemAddressInvocation,Wt as normalizeItemFormatVersion,yn as normalizeItemId,qt as normalizeItemMetadata,r_ as normalizeLegacyExtensionActionSyntax,ld as normalizeLinkedPath,PT as normalizeParentReferenceValue,De as normalizeProfileName,Tn as normalizeRawItemId,Jg as normalizeReadOutputIncludeModeOptions,OT as normalizeReplayPatchOps,Dn as normalizeSimilarityText,Xh as normalizeStatusForRegistry,Yt as normalizeStatusInput,zh as normalizeStatusInputWithRegistry,_O as normalizeThrownExitCode,Iu as notes,Tt as nowIso,fa as openDurableGraphCache,Ys as orderingPredecessors,qs as orderingSuccessors,cS as packContextCandidates,fc as packRankedContextItems,Bm as packageActivate,jm as packageCatalog,Hm as packageDeactivate,$m as packageDescribe,Fm as packageDoctor,Lm as packageInstall,Pm as packageLifecycle,Mm as packageList,Gm as packageManage,Tf as packageMigrate,Um as packageReload,Dm as packageUninstall,Eg as paginateQueryRows,id as parseAddEntries,sd as parseAddGlobEntries,zd as parseAnnotationTextInput,SO as parseAtomicMutationControls,e_ as parseBootstrapCommandName,Jm as parseBootstrapGlobalOptions,Qm as parseBootstrapHelpRequest,a_ as parseBootstrapTypeValue,lc as parseContextDepth,ac as parseContextFocusFields,JC as parseContextIntentDeclarations,uc as parseContextSections,TS as parseContextSignalSnapshot,jT as parseCsvKv,AE as parseDefectChangeRiskRequest,CE as parseDefectRecurrencePolicy,bp as parseEvalQuerySet,Sa as parseGraphSubcommand,aA as parseHistoryProvenanceFilters,rA as parseIntegerLimit,qh as parseItemDocument,bO as parseItemMutationBatch,QT as parseLimit,Qc as parseLinkedTestAssertionEqualsMap,ep as parseLinkedTestAssertionGteMap,Kc as parseLinkedTestBoolean,Xc as parseLinkedTestContextMode,Wc as parseLinkedTestEnvClear,Vc as parseLinkedTestEnvSet,tp as parseLinkedTestJsonEntries,Zc as parseLinkedTestMinLines,Jc as parseLinkedTestRegexList,qc as parseLinkedTestStringList,Yc as parseLinkedTestWorkspaceContextMode,dd as parseMigrateEntries,PE as parseMultiValueFilter,iO as parseMutationReceipt,WT as parseOptionalNonNegativeInteger,VT as parseOptionalNumber,nA as parsePriority,DE as parsePriorityFilterSet,Gg as parseReadOutputSession,$h as parseRegisteredItemFieldAssignments,M as parseRelationshipGraphSnapshot,ad as parseRemoveEntries,Ad as parseSourceLineRange,YT as parseStatusFilterCsv,ME as parseStringFilterSet,An as parseTags,Ol as parseTestRunMeasurements,oA as parseType,LE as parseTypeFilterSet,wa as parseUnknownAuthorHistoryEventCoordinates,MS as partitionDecisionEntries,IT as patchPathToChangedField,_t as pathExists,xm as pauseTask,ha as persistDurableGraphResult,sy as persistSelectedItemFormat,ab as planAgentIdentityVocabularyMutation,bS as planCompletedAtBackfill,ze as planProfileApplication,vx as planRelationshipEventBackfill,Ea as planRelationshipRemediation,Ba as planSchemaEvolutionMigration,Ia as planUnknownAuthorHistoryAcknowledgment,Dp as planWorkspaceSnapshotRestore,fC as positionalShapeKey,hC as positionalSignatureKey,BO as preflightExtension,Gn as prepareSimilarityText,hT as printError,fT as printResult,rm as profile,im as profileApply,sm as profileLint,nm as profileList,om as profileShow,Nh as projectAfterCommandItemSnapshot,dc as projectContextFocusRows,Sl as projectFleetAttributionAnalytics,dA as projectHistoryProvenance,nn as projectPmDiagnosticOutput,on as projectPmDiagnosticText,Al as projectProvenanceCoverageAnalytics,Ld as projectValidateCounts,jA as promoteAssuranceAssertion,ex as pruneCompileCacheGenerations,kA as putAssuranceDeclaration,vA as putAssuranceDeclarationBundle,uy as queryItemMetadataIndex,my as queryLinkedFileMetadataIndex,_y as querySimilarItemMetadataIndex,Rl as queryTestRunMeasurementsBelow,Cr as quoteCommandArg,yr as quoteWindowsCommandArg,TO as rankCommandPaths,Hd as readAnnotationEntries,fr as readAuthorEnvironment,$l as readBooleanOption,_S as readContextUsageAffinity,Ul as readCsvListOption,qa as readExtensionMigrationState,ft as readFileIfExists,Qn as readFirstStringFromCommanderOptions,eo as readFirstValueFromCommanderOptions,Tl as readHistoryAnalyticsWindow,ng as readHistoryEntries,ll as readImprovementLedger,gy as readItemMetadataDerivedIndexState,xn as readLocatedItem,Ng as readOutputBudgetCollections,Ig as readOutputContinuationRowCollections,Rg as readOutputContinuationRowPaths,Yg as readOutputIncludeModeOptions,xg as readOutputRowCollections,Og as readOutputRowPaths,jg as readOutputSessionRemainingTokens,Ne as readPmPackageManifest,Km as readRequiredString,En as readSettings,ay as readSettingsWithMetadata,to as readStringArrayFromCommanderOptions,Gl as readStringOption,mO as readThrownExitCode,Uy as readVectorizationStatusLedger,ZC as readWorkspaceContextIntentContracts,ES as readWorkspaceContextSignals,xS as readWorkspaceMemory,Ft as reconcileExtensionCapabilityUsage,hn as reconcileWorkspaceJsonHistory,Ih as recordAfterCommandAffectedItem,MA as recordAssuranceVerdict,rc as recordClaimSemanticAttribution,lS as recordContextUsageServing,uS as recordContextUsageTouch,mS as recordContextUsageTouches,oc as recordFocusSemanticAttribution,pl as recordImprovementObservation,nc as recordReleaseSemanticAttribution,Ty as refreshItemMetadataDerivedIndex,Ga as refreshMergeAttributeFenceIfInstalled,By as refreshSearchArtifactsForMutation,cr as registerAgentProvenanceAdapters,ar as registerHarnessSignalDescriptors,og as registerOutputMaterialFieldGroups,Am as release,PA as removeAssuranceDeclaration,gt as removeFileIfExists,yd as renameArtifactsResultKey,Zd as renderCalendarMarkdown,Qd as renderCalendarToon,Ac as renderContextMarkdown,Xa as renderExtensionDescribeMarkdown,Wa as renderExtensionSurfaceMarkdown,cu as renderGuideMarkdown,lO as renderMissingOptionRetry,LS as renderNextMarkdown,CO as renderPmClosedDomainHelp,Ar as renderPmCommand,Or as renderPmCommandAliasMigrationHint,cl as renderPmCommandVisibilityMarkdown,dI as renderPmFlagLexiconMarkdown,JT as renderRowsAsCsv,ZT as renderRowsAsTable,gm as reopen,EC as replayHistoryToTarget,ST as replayToCanonicalItemDocument,ET as replayToItemDocument,GS as requireTerminalReason,$S as requireTerminalReasonWithRecovery,bh as resetActiveExtensionRuntimeState,Vs as resetWorkspaceGraphCache,tr as resolveAgentSessionContextFromSignals,Yd as resolveAnnotationIndex,Wd as resolveAnnotationInput,rg as resolveAuthor,Tr as resolveAuthorIdentity,vT as resolveBodyFileContent,l_ as resolveBuiltinCorpusShape,Jd as resolveCalendarOutputFormat,Jb as resolveCanonicalPmErrorCodeContract,nh as resolveCanonicalRelationshipKind,tg as resolveClaimPrincipal,Qf as resolveCommandOptionPolicyState,QR as resolveCompileCacheGeneration,SS as resolveCompletionTimestamp,Kf as resolveConfiguredPmPackageRoot,zE as resolveContentFieldFilters,aT as resolveContextIntentContract,cc as resolveContextOutputFormat,pc as resolveContextTokenBudget,JS as resolveCreateExplicitEmptyFlag,Oy as resolveEmbeddingProviders,ed as resolveExtensionInstallSourceIdentity,Ya as resolveExtensionMigrationStatePath,lh as resolveExtensionRoots,Ff as resolveFlagValueKind,au as resolveGuideOutputFormat,ul as resolveHistoryEpisodeGroupIdentity,sA as resolveHistoryProvenanceDimensions,bC as resolveHistorySubject,CC as resolveHistoryTarget,_b as resolveHybridSemanticWeight,It as resolveImplicitPmRoot,vf as resolveIsoOrRelative,wE as resolveItemBlockers,OO as resolveItemMutationDocument,xt as resolveItemTypeRegistry,Hh as resolveItemTypesFilePath,Ml as resolveLinkedTestFailureExitCode,xd as resolveLinkedTestSourceRef,Id as resolveLinkedTestSourceWorkspaceRoot,vd as resolveLinkedTestTrust,Pd as resolveLinkedTestTrustBatch,Pa as resolveMergeInstallContext,HE as resolveMissingMetadataFilters,pO as resolveMissingOptionPlaceholder,pg as resolveModePairedOutputOmissionReceipt,vS as resolveNextOutputFormat,mg as resolveOutputOmissionReceipt,Wf as resolvePmCliVersion,br as resolvePmCommandAlias,el as resolvePmCommandCapabilityFamily,WS as resolvePmCommandExitContract,en as resolvePmCommandOutputBudget,nO as resolvePmCommandOutputEnvelope,pC as resolvePmCommandPositionalContract,rl as resolvePmCommandVisibilityTier,rn as resolvePmDiagnosticOutputBudget,Zb as resolvePmErrorCodeContract,mf as resolvePmFlagSemanticConcept,Vf as resolvePmPackageRootFromModule,lC as resolvePmPositionalActionContract,as as resolvePmPositionalActionFlagContracts,X as resolvePmRoot,ps as resolvePmToolCustomFieldCollision,KT as resolvePriority,Fe as resolveProfile,Da as resolveProjectMergeTypeFolders,Ag as resolveQueryCursorStart,Zg as resolveReadOutputDimensions,rT as resolveReadOutputEncoding,Pg as resolveReadOutputRecoveryBudget,Kg as resolveReadOutputSurface,ug as resolveReadRowContract,cO as resolveRecoveryCommandName,jh as resolveRegisteredSearchProvider,Bh as resolveRegisteredVectorStoreAdapter,zn as resolveReproducibleProcessEnvironment,Bt as resolveRuntimeFieldRegistry,jt as resolveRuntimeStatusRegistry,Ry as resolveSearchCorpusFields,ub as resolveSearchMaxResults,lb as resolveSearchPage,mb as resolveSearchScoreThreshold,fb as resolveSearchTuning,Iy as resolveSemanticCorpusCharacterLimit,tc as resolveSemanticLineageIds,cy as resolveSettingsWithSemanticRuntimeDefaults,eE as resolveSourceContextWritePolicy,Qp as resolveStartTaskInProgressStatus,k as resolveSubcommandFlagContractsForCommand,Rf as resolveTelemetryErrorCategory,FS as resolveTerminalReason,Zf as resolveTypeDefinition,Jf as resolveTypeName,qT as resolveTypeSynonym,ny as resolveTypeWorkflows,Na as resolveUnknownAuthorAcknowledgmentSelector,Tb as resolveVectorIndexRecovery,ky as resolveVectorStores,ks as resolveWorkspaceRelationshipKindRegistry,bm as restore,Df as restoreCheckpointItems,gn as restoreWorkspaceJsonFromHistory,Gp as restoreWorkspaceSnapshot,Fp as restoreWorkspaceSnapshotWithRecovery,Ym as runAction,vh as runActiveBeforeMutationHooks,Mh as runActiveCommandHandler,Ph as runActiveOnIndexHooks,Ut as runActiveOnReadHooks,$t as runActiveOnWriteHooks,Lh as runActiveParserOverride,Dh as runActivePreflightOverride,Fh as runActiveServiceOverride,ws as runActivity,ph as runAfterCommandHooks,$d as runAggregate,Xd as runAnnotationCommand,Ud as runAppend,bE as runAssuranceAction,OE as runAssuranceDispatch,ch as runBeforeCommandHooks,ec as runCalendar,Rc as runClaim,xc as runClaimNext,wc as runClose,vc as runCloseMany,Pc as runComments,pu as runCompletion,mp as runConfig,ve as runContext,aS as runContextEvaluationCorpus,iS as runContextEvaluationScenario,dp as runCopy,rp as runCreate,cp as runDelete,Ws as runDeps,Cd as runDocs,sO as runDuplicates,xp as runEval,Np as runEvent,td as runExtension,Qa as runExtensionMigrateAction,Za as runExtensionMigrations,Sd as runFiles,Od as runFilesDiscover,bd as runFilesLookup,El as runFleetAttributionAnalytics,pp as runFocus,up as runGc,lp as runGet,ba as runGraph,du as runGuide,rd as runHealth,YS as runHistory,Bb as runHistoryCompact,Vb as runHistoryCompactBulk,OC as runHistoryRedact,wb as runHistoryRepair,vb as runHistoryRepairAll,Cp as runInit,gp as runInitAgentGuidance,Mc as runLearnings,Td as runLinkedArtifacts,Ll as runLinkedTests,Gd as runList,Ip as runMeet,Ib as runMergeDriver,$a as runMergeInstall,uE as runMergeReceiptReport,Pb as runMergeReconcile,bc as runNext,Lc as runNotes,ap as runPlan,Xp as runProfileApply,Kp as runProfileLint,Vp as runProfileList,Wp as runProfileShow,Cl as runProvenanceCoverageAnalytics,VO as runRegisteredCommandForTest,qO as runRegisteredCommandOverrideForTest,nR as runRegisteredExporterForTest,KO as runRegisteredHookForTest,rR as runRegisteredImporterForTest,tR as runRegisteredMigrationForTest,WO as runRegisteredMutationGuardForTest,XO as runRegisteredParserOverrideForTest,YO as runRegisteredPreflightOverrideForTest,JO as runRegisteredRendererOverrideForTest,QO as runRegisteredSearchProviderForTest,ZO as runRegisteredServiceOverrideForTest,eR as runRegisteredVectorStoreAdapterForTest,We as runReindex,Ic as runRelease,wp as runRemind,Wb as runReopen,kc as runRestore,Ha as runSchemaEvolutionMigration,Op as runSearch,__ as runSearchRefreshWorkerEntrypoint,lu as runStartBackgroundRun,Il as runStats,wl as runTelemetry,Hp as runTemplatesList,Bp as runTemplatesSave,zp as runTemplatesShow,Dl as runTest,Fl as runTestAll,uu as runTestRunsList,_u as runTestRunsLogs,hu as runTestRunsResume,mu as runTestRunsStatus,fu as runTestRunsStop,gu as runTestRunsWorker,np as runUpdate,op as runUpdateMany,Pe as runUpgrade,Fd as runValidate,Xm as runWithActiveExtensions,rr as runWithAgentSessionContext,iT as runWithContextIntentContracts,tA as runWithDiscoveredContextIntentContracts,lr as runWithHarnessDetectionSignals,Wn as runWithReproducibleProcessEnvironment,ur as runWithWorkspaceHarnessSignalDescriptors,Qe as runWithWorkspaceRecipe,ib as runWorkspaceTransactionGc,Aa as saveGraphAuditBaseline,XA as scanExtensionHostVersions,xa as scanHistoryAuthorAttribution,Xt as scanItemFormatVersions,wn as scanMutationSecrets,dE as scanProvenanceResolverHealth,Bn as scanStaleInProgressItems,mE as scanStorageIntegrity,$u as schema,Wu as schemaAddField,zu as schemaAddStatus,Bu as schemaAddType,qu as schemaApplyPreset,Ju as schemaInferTypes,Uu as schemaList,Xu as schemaListFields,em as schemaRemapStatus,Ku as schemaRemoveField,Vu as schemaRemoveStatus,Hu as schemaRemoveType,Qu as schemaRenameField,Zu as schemaRenameType,ju as schemaShow,Yu as schemaShowField,tm as schemaShowStatus,gO as scoreCommandPathMatch,tS as scoreContextCandidates,rS as scoreContextCandidatesWithActiveExtensions,$n as scoreItemSimilarity,Zx as scorePmGrammarRefusalClosure,Bx as scorePmRefusalClosure,Un as scorePreparedItemSimilarity,tI as scoreTrackerPreflightRecoveryClosure,Au as search,wS as searchWorkspaceMemory,kS as searchWorkspaceMemoryReadResult,fg as selectCursorSemanticOptions,nu as selectImportAuthor,NS as selectWorkspaceMemory,IS as selectWorkspaceMemoryRollups,sc as semanticAttributionAffinity,Xy as sentryCaptureCliError,Ky as sentryFinishCommandSpan,qy as sentryFlush,Yy as sentryLogCliUsageError,Vy as sentrySetCommandContext,Wy as sentryStartCommandSpan,Zt as serializeItemDocument,AO as serializeNdjsonRows,EO as serializeNdjsonStream,Oh as setActiveCommandContext,Rh as setActiveCommandResult,Th as setActiveExtensionCommands,gh as setActiveExtensionHooks,yh as setActiveExtensionParsers,Ch as setActiveExtensionPreflight,Sh as setActiveExtensionRegistrations,Eh as setActiveExtensionRenderers,Ah as setActiveExtensionServices,Qh as setFocusedItem,nC as shouldCompletePlanOnClose,ya as shouldPersistDurableGraphCache,ly as shouldRunSearchRefreshInForeground,Fc as similarityAdvisoryWarnings,bg as sliceReadOutputRowCollection,fd as sortLinkedArtifacts,FT as splitAcceptanceCriteria,eC as splitCommaList,Jt as splitFrontMatter,Qg as stabilizeReadOutputReceiptEstimates,F as stableStringify,dh as stableValueEquals,Rm as startTask,iC as startTelemetryCommand,Ou as stats,Vh as statusIsTerminal,Zm as stripGlobalBootstrapTokens,Db as subscribeMutationEventBatches,Fb as subscribeMutationEvents,sb as summarizeAgentIdentityVocabulary,_l as summarizeAgentModelProvenance,fl as summarizeAgentProvenance,sS as summarizeContextEvaluationReports,kl as summarizeContextPreflight,lA as summarizeHistoryProvenance,Tp as summarizeInitResult,cE as summarizeMergeReceipt,ZS as supportsCreateExplicitEmpty,aO as supportsItemIdAlias,Hf as suppressHostOutput,z as syncRelationshipGraphAdapter,$O as synthesizeExtensionManifest,ds as toCompletionFlagString,yc as toContextFocusItem,hc as toContextPackingSummary,gc as toContextRankingSummary,If as toErrorMessage,Bl as toEstimatedMinutesValue,jC as toExtensionFlagDefinitions,Kl as toImportBoolean,Jl as toImportConfidence,Wl as toImportInteger,tu as toImportLinkedDocs,eu as toImportLinkedFiles,ru as toImportLinkedTests,Ql as toImportLogEntries,Zl as toImportNormalizedEnum,ql as toImportNumberMap,Hl as toImportPriority,Vl as toImportStatus,Xl as toImportStringList,Yl as toImportStringMap,zl as toImportTags,Jh as toItemRecord,jl as toNonEmptyImportString,xf as toNonEmptyStringOrUndefined,bT as toReplayDocument,Fn as tokenizeSimilarityText,Ub as translateHostEnvironmentFault,hm as update,zm as upgrade,am as validate,EA as validateAssertionDefinition,bA as validateAssuranceDocument,SA as validateGateDefinition,xO as validateItemMutationRows,gd as validateLinkedPaths,AA as validateMeasurementDefinition,LT as validateMissingParentReference,Xg as validateReadOutputOptions,XT as validateSprintOrReleaseValue,eh as validateTypeOptions,Xb as verifyCliFlagInvocationParity,_C as verifyExplicitPositionalSlotCensus,xT as verifyHistoryChain,RT as verifyHistoryChainWithVersion,RC as verifyHistoryEntries,TC as verifyPmCliGrammar,gC as verifyPmCommandPositionalContracts,aI as verifyPmFlagLexicon,$x as verifyPmRecoveryKindRuntimeCoverage,nf as verifyPmRecoveryProducerRuntimeCoverage,Gx as verifyPmRecoveryReferences,Fx as verifyPmRefusalReachability,co as verifyToolOptionCliParity,xo as withFlagAliasMetadata,jb as withHostEnvironmentBoundary,zs as workspaceGraphCache,Kd as wrapOwnershipConflict,hO as wrapThrownErrorForSentry,hr as writeAuthorEnvironment,ht as writeFileAtomic,Mf as writeMutationCheckpoint,dy as writeSettings,_T as writeStdout,jy as writeVectorizationStatusLedger,fn as writeWorkspaceJsonWithHistory};
|
|
1
|
+
import{A as lm,B as um,C as IO,D as NO,a as Wn,b as Kn,c as Xn,d as Yn,e as TO,f as yO,g as em,h as tm,i as rm,k as nm,l as om,m as im,n as sm,o as am,p as dm,q as cm,r as pm,s as CO,t as AO,u as EO,v as bO,w as SO,x as OO,y as RO,z as xO}from"./chunks/chunk-X7WWQDYQ.js";import{A as fR,B as hR,C as gR,D as TR,E as yR,F as CR,G as AR,H as ER,I as bR,J as SR,K as OR,L as RR,M as xR,N as IR,O as NR,P as wR,Q as kR,R as vR,S as PR,T as MR,U as LR,V as DR,W as FR,X as GR,Y as $R,a as HO,b as zO,c as VO,d as WO,e as KO,f as XO,g as YO,h as qO,i as JO,j as ZO,k as QO,l as eR,m as tR,n as rR,o as nR,p as oR,q as iR,r as sR,s as aR,t as dR,u as cR,v as pR,w as lR,x as uR,y as _R,z as mR}from"./chunks/chunk-NXBFO63A.js";import{a as wO,b as kO,c as vO,d as PO}from"./chunks/chunk-I5Q7QSZX.js";import{a as MO,b as LO,c as DO,d as FO,e as GO,f as $O,g as UO,h as jO,i as BO}from"./chunks/chunk-IW72J5FW.js";import{$ as zS,$a as pu,$b as f_,A as uA,Aa as eO,Ab as Bu,Ac as B_,B as Hd,Ba as tO,Bb as Hu,Bc as H_,C as Mc,Ca as rO,Cb as zu,Cc as z_,D as Lc,Da as nO,Db as Vu,Dc as V_,E as Dc,Ea as jl,Eb as Wu,Ec as W_,F as Fc,Fa as Bl,Fb as Ku,Fc as K_,G as Gc,Ga as Hl,Gb as Xu,Gc as X_,H as ap,Ha as zl,Hb as Yu,Hc as Y_,I as re,Ia as Vl,Ib as qu,Ic as q_,J as dp,Ja as Wl,Jb as Ju,Jc as J_,K as cp,Ka as Kl,Kb as Zu,Kc as Z_,L as pp,La as Xl,Lb as Qu,Lc as Q_,M as lp,Ma as Yl,Mb as e_,N as up,Na as ql,Nb as t_,O as _p,Oa as Jl,Ob as r_,P as vS,Pa as Zl,Pb as n_,Q as PS,Qa as Ql,Qb as o_,R as MS,Ra as eu,Rb as i_,S as LS,Sa as tu,Sb as s_,T as DS,Ta as ru,Tb as a_,U as FS,Ua as nu,Ub as d_,V as GS,Va as ou,Vb as c_,W as $S,Wa as iu,Wb as p_,X as US,Xa as su,Xb as l_,Y as jS,Ya as au,Yb as u_,Z as BS,Za as du,Zb as __,_ as HS,_a as cu,_b as m_,a as bs,aa as Le,ab as lu,ac as h_,b as Ss,ba as De,bb as uu,bc as g_,c as Os,ca as Fe,cb as _u,cc as T_,d as $C,da as Ge,db as Ke,dc as y_,e as UC,ea as $e,eb as G,ec as C_,f as xs,fa as Ue,fb as Au,fc as A_,g as KC,ga as je,gb as Eu,gc as E_,h as XC,ha as Be,hb as bu,hc as b_,i as YC,ia as He,ib as Su,ic as S_,j as qC,ja as ze,jb as Ou,jc as O_,k as JC,ka as Ve,kb as Ru,kc as R_,l as ZC,la as Hp,lb as xu,lc as x_,m as QC,ma as zp,mb as Iu,mc as I_,n as eA,na as Vp,nb as Nu,nc as N_,o as tA,oa as Wp,ob as wu,oc as w_,p as rA,pa as Kp,pb as ku,pc as k_,q as nA,qa as ne,qb as vu,qc as v_,r as oA,ra as Xp,rb as Pu,rc as P_,s as iA,sa as Yp,sb as Mu,sc as M_,t as sA,ta as qp,tb as Lu,tc as L_,u as vs,ua as Jp,ub as Du,uc as D_,v as aA,va as Zp,vb as Fu,vc as F_,w as dA,wa as Qp,wb as Gu,wc as G_,x as cA,xa as el,xb as $u,xc as $_,y as pA,ya as tl,yb as Uu,yc as U_,z as lA,za as QS,zb as ju,zc as j_}from"./chunks/chunk-L22NP5MA.js";import{a as Me,f as gS,g as TS,h as hp,i as gp}from"./chunks/chunk-AGUL3HUT.js";import{A as wS,B as kS,C as Ip,D as Np,E as wp,b as Bd,c as ab,d as sS,e as pS,f as lS,g as uS,h as _S,i as mS,j as mp,k as fS,l as Sp,m as Op,n as Rp,o as xp,p as yS,q as CS,r as AS,s as ES,t as bS,u as SS,v as OS,w as RS,x as xS,y as IS,z as NS}from"./chunks/chunk-DJNJBWAQ.js";import{$a as $d,$b as Kc,$c as ul,A as YA,Aa as ud,Ab as wc,Ac as ZS,Ad as xl,B as qA,Ba as _d,Bb as kc,Bc as Mp,Bd as Il,C as JA,Ca as md,Cb as Kb,Cc as Lp,Cd as Nl,D as ZA,Da as fd,Db as Xb,Dc as Dp,Dd as wl,Ea as hd,Eb as Yb,Ec as Fp,Ed as kl,F as iE,Fa as gd,Fb as qb,Fc as Gp,Fd as gO,Ga as Td,Gb as Jb,Gc as $p,Gd as vl,Ha as yd,Hb as vc,Hc as Up,Hd as Pl,Ia as Cd,Ib as Pc,Ic as jp,Id as Ml,Ja as Ad,Jb as Zb,Jc as Bp,Jd as Ll,K as Ia,Ka as Ed,Kb as Qb,Kc as rl,Kd as Dl,La as bd,Lb as eS,Lc as oO,Ld as Fl,Ma as Sd,Mb as tS,Mc as We,Md as Gl,Na as Od,Nb as rS,Nc as iO,Nd as $l,Oa as Rd,Ob as nS,Oc as nl,Od as Ul,Pa as xd,Pb as oS,Pc as oe,Pd as mu,Qa as Id,Qb as iS,Qc as ol,Qd as fu,Ra as Nd,Rd as hu,Sa as wd,Sb as $c,Sd as gu,Ta as kd,Tb as Uc,Tc as il,Td as Tu,Ua as vd,Ub as aS,Uc as sl,Ud as yu,Va as Pd,Vb as jc,Vc as al,Vd as Cu,Wa as Md,Wb as Bc,Xa as Ld,Xb as Hc,Xc as dl,Ya as Dd,Yb as zc,Yc as cl,Za as Fd,Zb as Vc,Zc as pl,_a as Gd,_b as Wc,_c as ll,a as bA,aa as sE,ab as Ud,ac as Xc,ad as sO,b as SA,ba as aE,bb as OE,bc as Yc,bd as aO,c as OA,ca as Na,cb as RE,cc as qc,cd as dO,d as RA,da as wa,db as xE,dc as Jc,dd as cO,e as xA,ea as ka,eb as IE,ec as Zc,ed as pO,f as IA,fa as va,fb as NE,fc as Qc,fd as lO,g as NA,ga as Pa,gb as wE,gc as ep,gd as uO,h as wA,ha as Ma,hb as kE,hc as tp,hd as _O,i as kA,ia as La,ib as vE,ic as rp,id as mO,j as vA,ja as gE,jb as PE,jc as np,jd as fO,k as PA,ka as TE,kb as ME,kc as op,kd as hO,l as MA,la as yE,lb as LE,lc as dS,m as LA,ma as CE,mb as DE,mc as cS,md as _l,n as DA,nb as zd,nc as ip,nd as ml,o as FA,oa as AE,ob as Vd,od as fl,p as GA,pb as Wd,pd as hl,q as $A,qa as EE,qb as Kd,qd as gl,r as UA,ra as bE,rb as Xd,rc as sp,rd as Tl,s as jA,sa as id,sd as yl,t as BA,ta as sd,tb as Yd,tc as hS,td as Cl,u as HA,ua as SE,ub as qd,uc as fp,ud as Al,v as zA,va as ad,vb as Jd,vc as kp,vd as El,w as VA,wa as dd,wb as Zd,wc as vp,wd as bl,x as WA,xa as cd,xb as Qd,xc as Pp,xd as Sl,y as KA,ya as pd,yb as Ic,yc as qS,yd as Ol,z as XA,za as ld,zb as Nc,zc as JS,zd as Rl}from"./chunks/chunk-MKE6MD2K.js";import{Aa as Za,Ba as Qa,Ca as ed,Da as td,Ea as rd,Fa as nd,Ga as od,H as za,Ha as Tp,I as Va,Ia as yp,J as Wa,Ja as Cp,K as Ka,Ka as Ap,L as xe,La as Ep,Ma as bp,a as VC,b as WC,c as Is,d as Ns,f as ws,g as ks,h as dE,i as cE,j as pE,k as lE,l as uE,m as _E,n as mE,o as fE,oa as Ie,p as Da,pa as Ne,q as Fa,qa as we,r as Ga,ra as ke,s as $a,sa as Xa,t as Ua,u as hE,ua as Ya,v as ja,va as qa,w as Ba,wa as Ja,x as Ha}from"./chunks/chunk-ZAVCS2GH.js";import{$ as Zs,$a as ZE,$b as ac,Aa as Oa,Ab as yb,Ac as VS,B as Ps,Ba as Ra,Bb as Cb,Bc as WS,C as QA,Ca as xa,Cb as Ab,Cc as KS,D as eE,Db as Eb,Dc as XS,E as tE,Ea as FE,Eb as bb,Ec as YS,F as rE,Fa as GE,Fb as Sb,G as nE,Ga as $E,Gb as Ob,H as Ms,Ha as UE,Hb as Rb,I as Ls,Ia as jE,Ib as xb,J as Ds,Ja as BE,Jb as Ib,K as Fs,Ka as HE,Kb as Nb,L as Gs,La as zE,Lb as wb,M as $s,Ma as VE,Mb as kb,N as Us,Na as WE,Nb as vb,O as js,Oa as KE,Ob as Pb,P as Bs,Pb as Mb,Q as Hs,Qb as Lb,R as zs,Rb as Db,S as te,Sb as Fb,T as Vs,Tb as Gb,U as Ws,Ub as $b,V as Ks,Vb as Ub,W as Xs,Wb as jb,X as oE,Xa as XE,Xb as Bb,Y as Ys,Ya as YE,Yb as oc,Z as qs,Za as qE,Zb as ic,_ as Js,_a as JE,_b as sc,a as wC,aa as Qs,ab as QE,ac as dc,b as kC,ba as ea,bc as cc,c as vC,ca as ta,cc as ve,d as PC,da as ra,db as eb,dc as pc,e as MC,ea as na,eb as tb,ec as lc,fa as oa,fb as rb,fc as uc,ga as ia,gb as nb,gc as _c,h as LC,ha as sa,hb as ob,hc as mc,i as DC,ia as aa,ib,ic as fc,j as Rs,ja as da,jb as sb,jc as hc,k as FC,ka as ca,kb as jd,kc as gc,l as GC,la as pa,lb as ec,lc as Tc,m as jC,ma as la,mb as tc,mc as yc,n as BC,na as ua,nb as rc,nc as Cc,o as HC,oa as _a,ob as nc,oc as Ac,p as zC,pa as ma,pb as db,pc as Ec,q as _A,qa as fa,qb as cb,qc as bc,r as mA,ra as ha,rb as pb,rc as Sc,s as fA,sa as ga,sb as lb,sc as Oc,t as hA,ta as Ta,tb as ub,tc as Pe,u as gA,ua as ya,ub as _b,uc as Rc,v as TA,va as Ca,vb as mb,vc as Hb,w as yA,wa as Aa,wb as fb,wc as zb,x as CA,xa as Ea,xb as hb,xc as Vb,y as AA,ya as ba,yb as gb,yc as xc,z as EA,za as Sa,zb as Tb,zc as Wb}from"./chunks/chunk-YOLLRCLY.js";import{$ as Uf,$c as Kh,$e as Wg,$f as aT,$g as YT,$h as yy,$i as tC,$j as mo,$k as ei,$l as es,Ac as xh,Ad as lg,Af as Br,Ag as MT,Aj as _C,Ak as xC,Al as xi,B as If,Bc as Ih,Bd as Wt,Bf as Hr,Bg as LT,Bh as sy,Bj as mC,Bk as IC,Bl as Ii,C,Cc as Nh,Ce as br,Cf as zr,Ch as ay,Ci as Dy,Cj as fC,Ck as NC,Cl as Ni,D as Nf,Dc as wh,Dd as ug,De as Sr,Df as Vr,Dg as DT,Dh as dy,Dk as wo,Dl as wi,E as K,Ec as kh,Ed as _g,Ee as Or,Ef as Wr,Eg as FT,Eh as cy,Ei as Fy,Ek as ko,El as ki,Fc as vh,Fd as mg,Ff as Kr,Fh as py,Fk as vo,Fl as vi,G as wf,Gc as Ph,Gd as Kt,Ge as Og,Gf as Xr,Gj as Se,Gk as Po,Gl as Pi,H as kf,Hc as Mh,Hd as Xt,He as Rg,Hf as Yr,Hg as GT,Hj as hC,Hk as Mo,Hl as Mi,Ic as Bt,Id as Yt,Ie as xg,If as qr,Ig as $T,Ii as Gy,Ij as gC,Ik as Lo,Il as Li,Ja as Jf,Jc as Lh,Jd as qt,Je as Ig,Jf as Jr,Jg as UT,Ji as $y,Jj as TC,Jk as Do,Jl as Di,K as vf,Ka as Zf,Kb as ph,Kc as Ht,Kd as Jt,Ke as Ng,Kf as Zr,Kg as jT,Ki as Uy,Kj as qn,Kk as Fo,Kl as Fi,La as Qf,Lb as Dt,Ld as Zt,Le as wg,Lf as Qr,Lg as BT,Li as jy,Lj as Jn,Lk as Go,Ll as Gi,Mb as Ft,Mc as Dh,Md as Qt,Me as kg,Mf as en,Mg as pn,Mi as By,Mj as Zn,Mk as $o,Ml as $i,N as Pf,Nc as Fh,Nd as fg,Ne as vg,Nf as tn,Ng as ln,Nj as Qn,Nk as Uo,Nl as Ui,O as ge,Oa as wt,Ob as F,Oc as Gh,Od as hg,Oe as Pg,Of as rn,Oi as Hy,Oj as eo,Ok as jo,Ol as ji,Pa as eh,Pb as lh,Pc as $h,Pe as Mg,Pf as nn,Pi as zy,Pj as to,Pk as Bo,Pl as Bi,Q as Te,Qa as th,Qc as Uh,Qd as er,Qe as Lg,Qf as on,Qh as ly,Qi as Vy,Qj as ro,Qk as Ho,Ql as Hi,R as At,Ra as rh,Rb as uh,Rc as Ae,Rd as tr,Re as Dg,Rf as sn,Rg as HT,Rh as uy,Ri as Wy,Rj as no,Rk as zo,Rl as zi,S as Et,Sa as nh,Sc as jh,Sd as gg,Se as Fg,Sf as an,Sg as zT,Sh as _y,Si as Ky,Sj as oo,Sk as Vo,Sl as Vi,T as ye,Tb as _h,Tc as Bh,Td as rr,Te as Gg,Tf as dn,Tg as VT,Th as my,Ti as Xy,Tj as io,Tk as Wo,Tl as Wi,U as Mf,Ua as kt,Uc as Hh,Ud as nr,Ue as $g,Uf as cn,Ug as WT,Uh as fy,Ui as Yy,Uj as so,Uk as Ko,Ul as Ki,Va as vt,Vd as Tg,Ve as Ug,Vf as tT,Vh as hy,Vi as qy,Vj as ao,Vk as Xo,Vl as Xi,W as Lf,Wa as X,Wc as zh,Wd as or,We as jg,Wf as rT,Wg as KT,Wi as Jy,Wj as co,Wk as Yo,Wl as Yi,X as Df,Xc as Vh,Xd as ir,Xe as Bg,Xf as nT,Xg as XT,Xi as Zy,Xj as po,Xk as qo,Xl as qi,Y as Ff,Yd as sr,Ye as Hg,Yf as oT,Yh as gy,Yi as be,Yj as lo,Yk as Jo,Yl as Ji,Z as Gf,Za as Pt,Zc as zt,Zd as ar,Ze as zg,Zf as iT,Zh as Ty,Zi as Qy,Zj as uo,Zk as Zo,Zl as Zi,_ as $f,_a as Mt,_c as Wh,_e as Vg,_f as sT,_h as On,_i as eC,_j as _o,_k as Qo,_l as Qi,aa as jf,ab as Lt,ad as Xh,af as Kg,ag as dT,ah as qT,ai as Cy,aj as rC,ak as fo,al as ti,am as ts,ba as Bf,bd as Yh,bf as Xg,bg as cT,bh as JT,bi as Ay,bj as nC,bk as ho,bl as ri,bm as rs,c as gt,ca as Hf,cd as qh,cf as Yg,cg as pT,ch as ZT,ci as Ey,cj as oC,ck as go,cl as ni,cm as ns,da as zf,dd as Jh,de as yg,df as qg,dg as lT,dh as un,di as Ee,dj as iC,dk as To,dl as oi,dm as os,e as he,ec as mh,ed as Zh,ee as Cg,ef as Jg,eg as uT,eh as _n,ei as by,ej as sC,ek as yo,el as ii,em as is,f as Tt,fa as Vf,fc as fh,fd as Qh,fe as Ag,ff as Zg,fg as _T,fh as mn,fi as Sy,fj as aC,fk as Co,fl as si,fm as ss,g as yt,ga as Wf,gc as hh,gd as eg,ge as dr,gf as Qg,gg as mT,gh as fn,gi as Oy,gj as vn,gk as Ao,gl as ai,gm as as,h as Ct,ha as Kf,hd as tg,he as cr,hf as eT,hg as fT,hh as hn,hi as Ry,hj as Pn,hk as Eo,hl as di,hm as ds,ia as Xf,ic as gh,ie as pr,if as Rr,ig as hT,ih as gn,ij as Mn,ik as bo,il as ci,im as cs,j as Ef,ja as Yf,jc as Th,jd as rg,je as lr,jf as xr,jg as gT,jh as Tn,ji as xy,jj as Ln,jk as So,jl as pi,jm as ps,k as bf,ka as qf,kd as ng,ke as ur,kf as Ir,kg as TT,kh as yn,ki as Iy,kj as Dn,kk as Oo,kl as li,l as Sf,la as bt,lc as yh,le as _r,lf as Nr,lg as yT,lh as Cn,li as Ny,lj as Fn,lk as Ro,ll as ui,lm as ee,ma as St,mc as Gt,md as og,me as mr,mf as wr,mg as CT,mh as An,mi as wy,mk as xo,ml as _i,mm as k,na as Ot,nd as ig,ne as fr,nf as kr,ng as AT,nh as QT,ni as Rn,nj as Gn,nk as Io,nl as mi,nm as ls,oc as $t,od as sg,oe as hr,of as vr,og as ET,oi as xn,oj as $n,ok as No,ol as fi,om as us,pc as Ut,pd as ag,pe as gr,pf as Pr,pg as bT,ph as En,pi as In,pj as Un,pk as yC,pl as hi,pm as _s,qd as dg,qe as Tr,qf as Mr,qg as ST,qh as bn,qi as Nn,qj as jn,qk as CC,ql as gi,qm as ms,ra as Rt,rb as oh,rd as cg,re as yr,rf as Lr,rg as OT,rh as Sn,ri as wn,rj as Bn,rk as Z,rl as Ti,rm as fs,s as Of,sb as Y,sc as Ch,se as Cr,sf as Dr,sg as RT,si as kn,sj as Hn,sk as AC,sl as yi,sm as hs,ta as xt,tb as Ce,tc as Ah,te as Ar,tf as q,tg as xT,th as ey,ti as ky,tj as zn,tk as EC,tl as Ci,tm as gs,u as Rf,ua as It,ub as ih,uc as Eh,ue as Er,uf as J,ug as IT,uh as ty,uj as Vn,uk as bC,ul as Ai,um as Ts,va as Nt,vb as sh,vc as bh,ve as Eg,vf as Fr,vg as NT,vh as ry,vi as vy,vj as dC,vk as Oe,vl as Ei,vm as ys,wb as ah,wc as Sh,we as bg,wf as Gr,wg as wT,wh as ny,wi as Py,wj as cC,wk as Q,wl as bi,wm as Cs,x as xf,xb as dh,xc as Oh,xd as pg,xe as Sg,xf as $r,xg as kT,xh as oy,xi as My,xj as pC,xk as SC,xl as Si,xm as As,yb as A,yc as Rh,yf as Ur,yg as vT,yj as lC,yk as OC,yl as Oi,ym as Es,zb as ch,zc as jt,zd as Vt,zf as jr,zg as PT,zh as iy,zi as Ly,zj as uC,zk as RC,zl as Ri,zm as Re}from"./chunks/chunk-TEQDR5KI.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]="cc0d4dd1-20e8-59d4-acb5-9f8ed639d35f")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="fa4eb88d-f50e-59fa-be7f-0cfb42931a73")}catch{}})();var g="https://schema.unbrained.dev/pm/corpus-shape/v1";function E(e,t){if(!Number.isSafeInteger(e)||e<=0)throw new TypeError(`Corpus shape ${t} must be a positive safe integer`);return e}function v(e,t){if(!Number.isSafeInteger(e)||e<0)throw new TypeError(`Corpus shape ${t} must be a non-negative safe integer`);return e}function Ye(e){if(!(typeof e!="object"||e===null||Object.isFrozen(e))){for(let t of Object.values(e))Ye(t);Object.freeze(e)}}function b(e){if(e.schema!==g)throw new TypeError(`Unsupported corpus shape schema: ${e.schema}`);if(e.name.trim().length===0||e.description.trim().length===0)throw new TypeError("Corpus shape name and description must be non-empty");if(E(e.hierarchy_depth,"hierarchy_depth"),E(e.hierarchy_fanout,"hierarchy_fanout"),v(e.age_span_days,"age_span_days"),E(e.history_entries_per_item,"history_entries_per_item"),v(e.comments_per_100_items,"comments_per_100_items"),v(e.notes_per_100_items,"notes_per_100_items"),v(e.learnings_per_100_items,"learnings_per_100_items"),E(e.author_cardinality,"author_cardinality"),E(e.component_count,"component_count"),e.edge_kind_mix.length===0||e.edge_kind_mix.some(r=>r.kind.trim().length===0||r.weight<=0))throw new TypeError("Corpus shape edge_kind_mix requires non-empty kinds with positive weights");if(e.terminal_statuses.some(r=>!e.custom_statuses.includes(r)))throw new TypeError("Corpus shape terminal_statuses must be declared in custom_statuses");let t=structuredClone(e);return Ye(t),t}var $=[{kind:"implements",weight:5},{kind:"blocked_by",weight:2},{kind:"discovered_from",weight:2},{kind:"verifies",weight:2},{kind:"supersedes",weight:1},{kind:"related",weight:4}],S=Object.freeze({scratch:b({schema:g,name:"scratch",description:"Seconds-old, shallow project with minimal history.",hierarchy_depth:2,hierarchy_fanout:50,age_span_days:0,history_entries_per_item:1,comments_per_100_items:2,notes_per_100_items:1,learnings_per_100_items:1,edge_kind_mix:[{kind:"related",weight:1}],author_cardinality:2,component_count:1,include_cycles:!1,custom_types:[],custom_statuses:[],terminal_statuses:[],custom_fields:[]}),representative:b({schema:g,name:"representative",description:"Medium-lived project with rich evidence and typed lineage.",hierarchy_depth:5,hierarchy_fanout:8,age_span_days:730,history_entries_per_item:12,comments_per_100_items:30,notes_per_100_items:12,learnings_per_100_items:10,edge_kind_mix:$,author_cardinality:32,component_count:1,include_cycles:!1,custom_types:["Experiment"],custom_statuses:["review"],terminal_statuses:[],custom_fields:["domain"]}),"deep-graph":b({schema:g,name:"deep-graph",description:"Deep typed relationship graph with deterministic cycles.",hierarchy_depth:16,hierarchy_fanout:2,age_span_days:3650,history_entries_per_item:6,comments_per_100_items:15,notes_per_100_items:8,learnings_per_100_items:8,edge_kind_mix:$,author_cardinality:16,component_count:1,include_cycles:!0,custom_types:[],custom_statuses:[],terminal_statuses:[],custom_fields:[]}),"multi-decade":b({schema:g,name:"multi-decade",description:"Thirty-year event history with dense per-item evolution.",hierarchy_depth:6,hierarchy_fanout:6,age_span_days:10958,history_entries_per_item:24,comments_per_100_items:40,notes_per_100_items:20,learnings_per_100_items:16,edge_kind_mix:$,author_cardinality:64,component_count:1,include_cycles:!1,custom_types:["Program"],custom_statuses:["archived"],terminal_statuses:["archived"],custom_fields:["portfolio"]}),"disconnected-archive":b({schema:g,name:"disconnected-archive",description:"Multiple disconnected historical project components.",hierarchy_depth:4,hierarchy_fanout:10,age_span_days:7305,history_entries_per_item:8,comments_per_100_items:10,notes_per_100_items:5,learnings_per_100_items:6,edge_kind_mix:$,author_cardinality:24,component_count:5,include_cycles:!1,custom_types:["Archive"],custom_statuses:["archived"],terminal_statuses:["archived"],custom_fields:["archive_source"]})});function _m(){return Object.keys(S).sort().map(e=>S[e])}function mm(e){let t=e.trim().toLowerCase();if(!Object.hasOwn(S,t))throw new TypeError(`Unknown corpus shape "${e}". Available: ${Object.keys(S).join(", ")}`);return S[t]}var Xe=new WeakMap;function qe(e,t){if(e===0)return[];let r=Xe.get(t);r===void 0&&(r=t.edge_kind_mix.flatMap(n=>Array.from({length:n.weight},()=>n.kind)),Xe.set(t,r));let o=[r[e%r.length]];return t.include_cycles&&e>2&&e%17===0&&o.push("related"),[...new Set(o)]}function fm(e,t,r,o=42){if(v(t,"item index"),E(r,"item count"),t>=r)throw new RangeError(`Corpus item index ${t} exceeds ${r}`);let n=Math.min(e.component_count,r),i=t%n,s=Math.floor(t/n),d=0,a=1;for(let D=0;D<e.hierarchy_depth;D+=1)d=Math.min(Number.MAX_SAFE_INTEGER,d+a),a=Math.min(Number.MAX_SAFE_INTEGER,a*e.hierarchy_fanout);let c=s%d,p=s-c,l=c===0?void 0:i+(p+Math.floor((c-1)/e.hierarchy_fanout))*n,u=Date.UTC(2026,0,1),f=e.age_span_days*864e5,N=new Date(u+(r===1?0:Math.round(t/(r-1)*f))).toISOString(),w=(t*37+o)%100;return{index:t,id:`pm-s${t.toString(36).padStart(7,"0")}`,...l===void 0?{}:{parent:`pm-s${l.toString(36).padStart(7,"0")}`},component:i,timestamp:N,author:`pm-corpus-agent-${(t+o)%Math.min(e.author_cardinality,r)}`,history_entry_count:e.history_entries_per_item,dependency_kinds:qe(t,e),has_comment:w<e.comments_per_100_items,has_note:w<e.notes_per_100_items,has_learning:w<e.learnings_per_100_items,...e.custom_types.length>0&&t%11===0?{custom_type:e.custom_types[t%e.custom_types.length]}:{},...e.custom_statuses.length>0&&t%13===0?{custom_status:e.custom_statuses[t%e.custom_statuses.length]}:{}}}var ie=class{shape;authors=new Set;components=new Set;depths=new Map;childCounts=new Map;edgeKinds={};expectedEdgeKinds={};annotations={comments:0,notes:0,learnings:0};annotationFields;planMismatches=[];itemCount=0;observedDepth=0;observedFanout=0;historyEntryCount=0;firstTimestamp=null;lastTimestamp=null;constructor(t){this.shape=t,this.annotationFields=[["comments","has_comment",t.comments_per_100_items],["notes","has_note",t.notes_per_100_items],["learnings","has_learning",t.learnings_per_100_items]]}recordMismatch(t,r){t&&this.planMismatches.push(r)}recordEdgeKinds(t,r){for(let o of r)t[o]=(t[o]??0)+1}add(t){this.itemCount+=1,this.authors.add(t.author),this.components.add(t.component),this.recordMismatch(this.depths.has(t.id),`duplicate_id:${t.id}`);let r=1;if(t.parent!==void 0){let o=this.depths.get(t.parent);this.recordMismatch(o===void 0,`parent_missing:${t.parent}`),r=(o??0)+1;let n=(this.childCounts.get(t.parent)??0)+1;this.childCounts.set(t.parent,n),this.observedFanout=Math.max(this.observedFanout,n)}this.depths.set(t.id,r),this.observedDepth=Math.max(this.observedDepth,r),this.historyEntryCount+=t.history_entry_count,this.recordMismatch(t.history_entry_count!==this.shape.history_entries_per_item,"history_entries_per_item:drift"),this.firstTimestamp=this.firstTimestamp===null||t.timestamp<this.firstTimestamp?t.timestamp:this.firstTimestamp,this.lastTimestamp=this.lastTimestamp===null||t.timestamp>this.lastTimestamp?t.timestamp:this.lastTimestamp;for(let[o,n]of this.annotationFields)this.annotations[o]+=Number(t[n]);this.recordEdgeKinds(this.edgeKinds,t.dependency_kinds),this.recordEdgeKinds(this.expectedEdgeKinds,qe(t.index,this.shape))}finish(){let t=Math.min(this.shape.author_cardinality,this.itemCount),r=Math.min(this.shape.component_count,this.itemCount),o=[...this.planMismatches,...this.itemCount===0?["item_count:empty"]:[],...this.authors.size===t?[]:[`author_count:${this.authors.size}!=${t}`],...this.components.size===r?[]:[`component_count:${this.components.size}!=${r}`],...this.observedDepth<=this.shape.hierarchy_depth?[]:[`hierarchy_depth:${this.observedDepth}>${this.shape.hierarchy_depth}`],...this.observedFanout<=this.shape.hierarchy_fanout?[]:[`hierarchy_fanout:${this.observedFanout}>${this.shape.hierarchy_fanout}`]];for(let[s,,d]of this.annotationFields){let a=Math.floor(this.itemCount/100),c=this.itemCount%100,p=a*d+Math.max(0,d+c-100),l=a*d+Math.min(d,c),u=this.annotations[s];(u<p||u>l)&&o.push(`${s}:${u}!in[${p},${l}]`)}let n=new Set([...Object.keys(this.edgeKinds),...Object.keys(this.expectedEdgeKinds)]);for(let s of[...n].sort()){let d=this.edgeKinds[s]??0,a=this.expectedEdgeKinds[s]??0;d!==a&&o.push(`edge_kind:${s}:${d}!=${a}`)}let i=[...new Set(o)];return{shape:this.shape.name,item_count:this.itemCount,author_count:this.authors.size,component_count:this.components.size,hierarchy_depth:this.observedDepth,hierarchy_fanout:this.observedFanout,timestamp_range:{first:this.firstTimestamp,last:this.lastTimestamp},history_entry_count:this.historyEntryCount,annotations:{...this.annotations},edge_kinds:{...this.edgeKinds},matches_declaration:i.length===0,mismatches:i}}};function Je(e){return new ie(e)}function hm(e,t){let r=Je(e);for(let o of t)r.add(o);return r.finish()}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="cea03617-5e90-5683-a9d1-289087ed4646")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="8c9a34bd-b77a-55ab-a5d1-3594cecfeb3f")}catch{}})();async function gm(){let e=X(process.cwd(),process.env.PM_PATH);await Ee(e,(t,r)=>be(t,r,{apply_runtime_defaults:!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]="f48b9002-59dc-54d3-95de-36bf0d11b39a")}catch{}})();var Ze="https://schema.unbrained.dev/pm/workspace-recipe/v1";function se(e,t){if(e===null||typeof e=="boolean"||typeof e=="string")return e;if(typeof e=="number"){if(!Number.isFinite(e))throw new Error(`Workspace recipe JSON number must be finite at ${t}`);return e}if(Array.isArray(e))return Object.freeze(e.map((r,o)=>se(r,`${t}[${o}]`)));if(typeof e!="object"||Object.getPrototypeOf(e)!==Object.prototype&&Object.getPrototypeOf(e)!==null)throw new Error(`Workspace recipe input must contain JSON values at ${t}`);return Object.freeze(Object.fromEntries(Object.entries(e).map(([r,o])=>[r,se(o,`${t}.${r}`)])))}function Qe(e){if(e.schema!==Ze)throw new Error(`Unsupported workspace recipe schema: ${e.schema}`);let t=ge(e);if(e.operations.some(r=>r.action.trim().length===0||r.input===null||Array.isArray(r.input)))throw new Error("Workspace recipe operations require an action and object input");return Object.freeze({...t,operations:Object.freeze(e.operations.map((r,o)=>Object.freeze({action:r.action,input:se(r.input,`operations[${o}].input`)})))})}async function et(e,t){let r=Qe(e);return Te(r,t)}async function Tm(e,t){return et(e,async()=>{let r=[];for(let[o,n]of e.operations.entries())r.push(await t(n,o));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]="a108f4d2-80c3-540e-821c-5acdf68eb7fa")}catch{}})();async function ym(){await Se()}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="340305b6-e3c8-5daa-bfbe-4a9c62a6d039")}catch{}})();var tt=["lines","branches","functions","statements"];function Cm(e,t){if(typeof t!="object"||t===null||Array.isArray(t))throw new TypeError(`Coverage entry for ${e} must be an object.`)}function Am(e,t,r){if(typeof r!="object"||r===null||Array.isArray(r))throw new TypeError(`Coverage entry ${e} has invalid ${t} counts.`);let o=r;if(typeof o.covered!="number"||typeof o.total!="number"||!Number.isInteger(o.covered)||!Number.isInteger(o.total)||o.covered<0||o.total<o.covered)throw new TypeError(`Coverage entry ${e} has invalid ${t} counts.`);return{covered:o.covered,total:o.total}}function Em(e){if(typeof e!="object"||e===null||Array.isArray(e))throw new TypeError("Coverage summary must be a JSON object.");if(!("total"in e))throw new TypeError("Coverage summary is missing the total entry.");let t=[];for(let[r,o]of Object.entries(e)){Cm(r,o);for(let n of tt){let i=Am(r,n,o[n]),s=i.total-i.covered;s>0&&t.push({file:r,metric:n,uncovered:s,...i})}}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]="3edb1f4f-d26e-51a8-b62a-caffdd3ac44b")}catch{}})();var bm=["captured_redacted","captured_verbatim"],Sm=[{label:"home directory",pattern:/(?:\/home\/|\/Users\/)[^/\s"']+/u},{label:"GitHub token",pattern:/\b(?:gh[oprsu]_[A-Za-z0-9_]{20,})\b/u},{label:"npm token",pattern:/\bnpm_[A-Za-z0-9]{20,}\b/u},{label:"private key",pattern:/-----BEGIN (?:RSA |EC |OPENSSH )?PRIVATE KEY-----/u}];function m(e){return typeof e=="string"&&e.trim().length>0}function Om(e,t){if(typeof t!="object"||t===null||Array.isArray(t))return[{boundary_id:e.id,kind:"invalid_fixture",detail:`${e.fixture_path} must contain a JSON object.`}];let r=t,o=[];r.boundary_id!==e.id&&o.push({boundary_id:e.id,kind:"fixture_boundary_mismatch",detail:`${e.fixture_path} names ${String(r.boundary_id)} instead of ${e.id}.`}),(r.version!==1||!bm.includes(r.capture_source)||!m(r.capture_provenance)||!Array.isArray(r.redactions)||!r.redactions.every(m)||!("input"in r)||!("observed"in r))&&o.push({boundary_id:e.id,kind:"invalid_fixture",detail:`${e.fixture_path} lacks captured provenance, redaction metadata, input, or observed output.`});let n=JSON.stringify(t);for(let i of Sm)i.pattern.test(n)&&o.push({boundary_id:e.id,kind:"unsafe_fixture",detail:`${e.fixture_path} contains a possible ${i.label}.`});return o}function Rm(e,t){let r=Date.parse(e.waiver_expires_at),o=m(e.waiver_reason)&&m(e.waiver_owner)&&e.waiver_expires_at.endsWith("Z")&&ye(e.waiver_expires_at)&&Number.isFinite(r);return{captured:0,waived:o&&r>=t?1:0,findings:o?r<t?[{boundary_id:e.id,kind:"expired_waiver",detail:`Boundary ${e.id} waiver expired at ${e.waiver_expires_at}.`}]:[]:[{boundary_id:e.id,kind:"invalid_waiver",detail:`Boundary ${e.id} waiver requires reason, owner, and an RFC 3339 UTC expiry.`}]}}function xm(e,t,r){if(!m(e.id)||!m(e.producer)||!m(e.consumer)||!m(e.format))return{captured:0,waived:0,findings:[{boundary_id:m(e.id)?e.id:"unknown",kind:"invalid_boundary",detail:"Each boundary requires non-empty id, producer, consumer, and format."}]};if("fixture_path"in e){let o=t[e.fixture_path],n=m(e.fixture_path)&&e.fixture_path in t?Om(e,o):[{boundary_id:e.id,kind:"missing_fixture",detail:`Boundary ${e.id} fixture ${String(e.fixture_path)} is missing.`}];return{captured:n.length===0?1:0,waived:0,findings:n}}return Rm(e,r)}function ix(e,t,r=new Date){let o=[];if(e.version!==1||!m(e.inventory_scope)||!Array.isArray(e.boundaries))return{ok:!1,boundary_count:0,captured_count:0,waived_count:0,findings:[{boundary_id:"registry",kind:"invalid_registry",detail:"Boundary registry requires version 1, inventory_scope, and boundaries."}]};let n=new Set,i=0,s=0;for(let d of e.boundaries){if(typeof d!="object"||d===null||Array.isArray(d)){o.push({boundary_id:"unknown",kind:"invalid_boundary",detail:"Each boundary must be a JSON object."});continue}let a=d,c=m(a.id)?a.id:void 0;if(c!==void 0&&n.has(c)){o.push({boundary_id:c,kind:"duplicate_boundary",detail:`Boundary ${c} is inventoried more than once.`});continue}c!==void 0&&n.add(c);let p=xm(a,t,r.getTime());i+=p.captured,s+=p.waived,o.push(...p.findings)}return o.sort((d,a)=>d.boundary_id!==a.boundary_id?d.boundary_id.localeCompare(a.boundary_id):d.kind.localeCompare(a.kind)),{ok:o.length===0,boundary_count:e.boundaries.length,captured_count:i,waived_count:s,findings:o}}import O from"node:fs";import ae 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]="611e9aba-d08e-5c1a-89c9-c7fda0cc9bc9")}catch{}})();var rt=300*1e3,Im=3;function px(e){return(e?.trim()||"development").replace(/[^a-zA-Z0-9._-]/g,"_").replace(/^\./,"_")}function lx(e,t){let r=t.trim();if(!/^[a-zA-Z0-9_-][a-zA-Z0-9._-]*$/.test(r))throw new TypeError("Compile-cache generation must be a safe non-empty filename token.");O.mkdirSync(e,{recursive:!0});let o=ae.join(e,r);O.mkdirSync(o,{recursive:!0});let n=new Date;O.utimesSync(o,n,n);let i=O.readdirSync(e).filter(c=>c!==r).flatMap(c=>{try{return[{name:c,mtimeMs:O.statSync(ae.join(e,c)).mtimeMs}]}catch(p){if(p instanceof Error&&"code"in p&&he(p))return[];throw p}}).sort((c,p)=>p.mtimeMs-c.mtimeMs||c.name.localeCompare(p.name)),s=i.filter(c=>n.getTime()-c.mtimeMs<rt),d=Math.max(0,Im-1-s.length),a=i.filter(c=>n.getTime()-c.mtimeMs>=rt).slice(d).map(c=>c.name).sort((c,p)=>c.localeCompare(p));for(let c of a)O.rmSync(ae.join(e,c),{recursive:!0,force:!0,maxRetries:3,retryDelay:50});return{retained:r,removed:a}}import nt from"node:fs";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]="962636b0-ed3b-5ad0-ae0c-904435025986")}catch{}})();var H="@unbrained/pm-cli",Nm=new Set(["append","claim","changelog","close","close-many","close-task","comments","config","copy","create","dedupe-merge","delete","deps","docs","extension","event","events","files","focus","gc","history-author-acknowledge","history-compact","history-redact","history-repair","init","install","item","learnings","meet","merge","normalize","notes","package","packages","pause-task","plan","profile","reindex","release","remind","restore","schema","start-task","test","test-all","test-runs","test-runs-worker","telemetry","templates","twin","update","update-many","upgrade","vcs","workspace"]),ot=new Set(["--author","--output-budget","--output-format","--output-include","--output-limit","--output-session","--path","--pm-path"]),pe=/\b(\d{4})\.(\d{1,2})\.(\d{1,2})(?:-(\d+))?\b/u;function _(e,t){return e.some(r=>t.includes(r.split("=",1)[0]))}function de(e,t){return["activate","adopt","adopt-all","deactivate","init","install","migrate","reload","uninstall"].includes(t[0]??"")||_(e,["--activate","--adopt","--adopt-all","--deactivate","--fix-managed-state","--init","--install","--output","--reload","--scaffold","--uninstall"])}var wm={changelog:(e,t)=>{if(t[0]==="generate")return!_(e,["--check"]);let r=e.indexOf("export");return t[0]==="export"&&(_(e,["--output"])||r>=0&&e[r+1]!==void 0&&!e[r+1].startsWith("-"))},comments:e=>_(e,["--add","--delete","--edit","--file","--stdin"]),config:(e,t)=>(t[0]==="project"||t[0]==="global"?t[1]:t[0])==="set",deps:()=>!1,docs:e=>_(e,["--add","--add-glob","--migrate","--remove"]),duplicates:()=>!1,events:()=>!1,extension:de,files:(e,t)=>_(e,["--add","--add-glob","--migrate","--remove"])||t[0]==="discover"&&_(e,["--apply"]),health:e=>!_(e,["--check-only","--no-refresh","--skip-vectors"]),learnings:e=>_(e,["--add","--delete","--edit","--file","--stdin"]),merge:(e,t)=>t[0]!=="report",notes:e=>_(e,["--add","--delete","--edit","--file","--stdin"]),package:de,packages:de,profile:(e,t)=>t[0]==="apply",schema:(e,t)=>["add-field","add-status","add-type","remove-field","remove-status","remove-type","remap-status","rename-field","rename-type"].includes(t[0]??"")&&!(_(e,["--infer"])&&!_(e,["--apply"])),telemetry:(e,t)=>t.slice(0,2).some(r=>["clear","flush"].includes(r)),templates:(e,t)=>t[0]==="save",test:e=>_(e,["--add","--add-json","--background","--measure","--remove","--resume","--run","--stop"]),validate:e=>_(e,["--auto-fix","--prune-missing"]),vcs:(e,t)=>["abandon","create","merge","propose","ref-create"].includes(t[0]??""),workspace:(e,t)=>t[0]==="snapshot"&&["create","delete","restore"].includes(t[1]??"")};function B(e){let t=e.match(pe);return t?[Number(t[1]),Number(t[2]),Number(t[3]),Number(t[4]??0)]:null}function U(e,t){let r=B(e),o=B(t);if(!r||!o)return null;for(let n=0;n<r.length;n+=1){let i=r[n]-o[n];if(i!==0)return Math.sign(i)}return 0}function ce(e){try{let t=JSON.parse(nt.readFileSync(e,"utf8"));return typeof t=="object"&&t!==null&&!Array.isArray(t)?t:null}catch{return null}}function km(e){let t=[];for(let r of["dependencies","devDependencies","optionalDependencies","peerDependencies"]){let o=e[r];if(typeof o!="object"||o===null)continue;let n=o[H],i=typeof n=="string"?n.trim():"",s=/^[<!]/u.test(i)?void 0:i.match(pe)?.[0];s&&t.push(s)}return t.sort((r,o)=>U(o,r))[0]}function vm(e){let r=ce(j.join(e,"package-lock.json"))?.packages;if(typeof r!="object"||r===null)return;let o=r["node_modules/@unbrained/pm-cli"];if(typeof o!="object"||o===null)return;let n=o.version;return typeof n=="string"?n:void 0}function Pm(e,t){try{let r=nt.readFileSync(j.join(e,t),"utf8").split(/\r?\n/u),o=r.findIndex(a=>a.includes(H));if(o<0)return;let n=r[o].match(/^\s*/u)[0].length,i=[r[o]];for(let a=o+1;a<r.length;a+=1){let c=r[a],p=c.trim(),l=c.match(/^\s*/u)[0].length;if(p.length>0&&l<=n)break;i.push(c)}return i.join(`
|
|
2
|
+
`).match(/^\s*version(?::\s*|\s+)["']?(\d{4}\.\d{1,2}\.\d{1,2}(?:-\d+)?)/mu)?.[1]??i[0].match(pe)?.[0]}catch{return}}function Mm(e){let t=[],r=ce(j.join(e,"package.json")),o=r?km(r):void 0;o&&t.push({version:o,source:"package.json"});let i=ce(j.join(e,"node_modules","@unbrained","pm-cli","package.json"))?.version;typeof i=="string"&&B(i)&&t.push({version:i,source:"installed-package"});let s=vm(e);s&&B(s)&&t.push({version:s,source:"package-lock.json"});for(let d of["pnpm-lock.yaml","yarn.lock"]){let a=Pm(e,d);a&&t.push({version:a,source:d})}return t}function it(e){for(let t=0;t<e.length;t+=1){let r=e[t];if(ot.has(r)){t+=1;continue}if(!r.startsWith("-"))return{command:r.toLowerCase(),index:t}}}function Lm(e){let t=it(e);if(!t||_(e,["--help","-h","--dry-run"]))return!1;let{command:r,index:o}=t,n=[];for(let s=o+1;s<e.length;s+=1){let d=e[s];if(ot.has(d)){s+=1;continue}d.startsWith("-")||n.push(d.toLowerCase())}let i=wm[r];return i?i(e,n):Nm.has(r)}function Dm(e){let t=it(e.argv)?.command,r=Lm(e.argv),n=Mm(e.projectRoot).filter(d=>U(d.version,e.executingVersion)!==null).sort((d,a)=>U(a.version,d.version))[0],i=n!==void 0&&U(e.executingVersion,n.version)===-1,s=i&&!r?{code:"project_runtime_stale_read",executing_version:e.executingVersion,project_version:n.version,source:n.source,message:"This read is using an older pm runtime than the project requires.",next_steps:[`Run the command through the project's installed ${H} ${n.version}.`,"Install the project dependencies with its declared package manager if the local executable is missing."]}:void 0;return{compatible:!r||!i||e.allowStale===!0,executing_version:e.executingVersion,...n?{project_version:n.version,source:n.source}:{},...t?{command:t}:{},mutating:r,stale:i,...s?{warning:s}:{},override_applied:i&&r&&e.allowStale===!0}}function gx(e){let t=Dm(e);if(t.compatible)return t;throw new K(`pm ${t.executing_version} cannot mutate a project pinned to newer pm ${t.project_version}.`,C.CONFLICT,{code:"project_runtime_stale_mutation",reason:t.source,why:"An older runtime can write storage, history, and merge contracts it does not understand.",nextSteps:[`Run this command through the project's installed ${H} ${t.project_version}.`,"For an intentional recovery only, set PM_ALLOW_STALE_CLI=1 for this invocation and record why.","Read-only commands remain available without an override."]})}import{createHash as Fm}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]="4586a8b2-07c8-53d4-9c5d-ca557ee07977")}catch{}})();var le=1;function R(e){e?.throwIfAborted()}function T(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship graph ${t} must be non-empty`);return e.trim()}function x(e,t,r={}){let o=Date.parse(r.createdAt??new Date().toISOString());if(!Number.isFinite(o))throw new TypeError("Relationship graph createdAt must be a valid timestamp");let n=e.nodes(),i=e.edges(),s=t.list();return Object.freeze({version:le,fingerprint:Fm("sha256").update(F({nodes:n,edges:i,kinds:s})).digest("hex"),created_at:new Date(o).toISOString(),nodes:n,edges:i,kinds:s})}function Gm(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function M(e){if(!Gm(e))throw new TypeError("Relationship graph snapshot must be an object");if(e.version!==le)throw new TypeError(`Unsupported relationship graph snapshot version: ${String(e.version)}`);if(!Array.isArray(e.nodes)||e.nodes.some(n=>typeof n!="string"))throw new TypeError("Relationship graph snapshot nodes must be strings");if(!Array.isArray(e.edges)||!Array.isArray(e.kinds))throw new TypeError("Relationship graph snapshot edges and kinds must be arrays");if(typeof e.created_at!="string"||!Number.isFinite(Date.parse(e.created_at)))throw new TypeError("Relationship graph snapshot created_at must be valid");if(typeof e.fingerprint!="string")throw new TypeError("Relationship graph snapshot fingerprint must be a string");let t=new Y([]);for(let n of e.kinds)t.register(n);let r=new A(e.nodes,e.edges,t),o=x(r,t,{createdAt:e.created_at});if(o.fingerprint!==e.fingerprint)throw new TypeError("Relationship graph snapshot fingerprint mismatch");return{snapshot:o,registry:t,graph:r}}async function h(e,t){T(e.name,"adapter name");let r=T(t.workspace,"workspace");R(t.signal);let o=await e.read({...t,workspace:r});return R(t.signal),o===null?null:M(o)}async function z(e,t){let r=T(t.workspace,"workspace"),o=M(t.snapshot).snapshot,n=await h(e,{workspace:r,signal:t.signal});if(n?.snapshot.fingerprint===o.fingerprint)return{adapter:e.name,workspace:r,disposition:"current",fingerprint:o.fingerprint,previous_fingerprint:n.snapshot.fingerprint,node_count:o.nodes.length,edge_count:o.edges.length};if(R(t.signal),await e.replace({workspace:r,signal:t.signal,snapshot:o,expected_fingerprint:n?.snapshot.fingerprint??null}),(await h(e,{workspace:r,signal:t.signal}))?.snapshot.fingerprint!==o.fingerprint)throw new Error(`Relationship graph adapter "${e.name}" did not expose the replaced snapshot`);return{adapter:e.name,workspace:r,disposition:"written",fingerprint:o.fingerprint,...n?{previous_fingerprint:n.snapshot.fingerprint}:{},node_count:o.nodes.length,edge_count:o.edges.length}}function $m(e,t={}){let r=e.map(M),o=new Map;for(let s of r)for(let d of s.snapshot.kinds){let a=o.get(d.kind);if(a&&F(a)!==F(d))throw new TypeError(`Conflicting federated relationship kind: ${d.kind}`);o.set(d.kind,d)}let n=new Y([...o.values()].sort((s,d)=>s.kind.localeCompare(d.kind))),i=new A(new Set(r.flatMap(s=>[...s.snapshot.nodes])),r.flatMap(s=>[...s.snapshot.edges]),n);return x(i,n,t)}var P=class{name;#e=new Map;constructor(t="memory"){this.name=T(t,"adapter name")}async read(t){R(t.signal);let r=this.#e.get(T(t.workspace,"workspace"));return r?structuredClone(r):null}async replace(t){R(t.signal);let r=T(t.workspace,"workspace"),o=this.#e.get(r);if(t.expected_fingerprint!==void 0&&(o?.fingerprint??null)!==t.expected_fingerprint)throw new Error(`Relationship graph adapter conflict for ${r}`);this.#e.set(r,structuredClone(M(t.snapshot).snapshot))}async clear(t){R(t.signal);let r=T(t.workspace,"workspace"),o=this.#e.get(r);if(t.expected_fingerprint!==void 0&&(o?.fingerprint??null)!==t.expected_fingerprint)throw new Error(`Relationship graph adapter conflict for ${r}`);this.#e.delete(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]="423d6e5d-93e5-5f29-93e0-11ddca9c3156")}catch{}})();function st(e,t){if(!Number.isInteger(e)||e<1)throw new TypeError(`Relationship graph ${t} must be a positive integer`);return e}function Um(e){let t=st(e.nodeCount,"nodeCount"),r=st(e.edgeStride??1,"edgeStride"),o=e.topology??"chain";if(!["chain","star","disconnected"].includes(o))throw new TypeError(`Unsupported relationship graph topology: ${o}`);let n=(e.kind??"related").trim(),i=(e.idPrefix??"node").trim();if(!n||!i)throw new TypeError("Relationship graph kind and idPrefix must be non-empty");let s=o==="disconnected"?0:Math.floor((t-1)/r);return{node_count:t,edge_count:s,edge_basis:"fixture_generated",nodes:{*[Symbol.iterator](){for(let d=0;d<t;d+=1)yield`${i}-${d}`}},edges:{*[Symbol.iterator](){if(o!=="disconnected")for(let d=r;d<t;d+=r)yield{source:`${i}-${o==="star"?0:d-r}`,target:`${i}-${d}`,kind:n}}}}}function y(e,t){if(!e)throw new Error(`Relationship graph adapter conformance: ${t}`)}async function at(e,t={}){let r=t.workspace?.trim()||"pm-graph-conformance",o=Ce(),n=x(new A(["a","b"],[{source:"a",target:"b",kind:"related"}],o),o,{createdAt:"2026-01-01T00:00:00.000Z"}),i=x(new A(["a","b","c"],[{source:"a",target:"b",kind:"related"},{source:"b",target:"c",kind:"blocked_by"}],o),o,{createdAt:"2026-01-02T00:00:00.000Z"}),s=[];y(await h(e,{workspace:r})===null,"workspace must start empty"),s.push({name:"empty-read",passed:!0});let d=await z(e,{workspace:r,snapshot:n});y(d.disposition==="written","first sync must write"),s.push({name:"atomic-replace",passed:!0}),(await e.read({workspace:r})).nodes.push("mutated-reader-copy"),y((await h(e,{workspace:r}))?.snapshot.nodes.length===2,"reads must not mutate stored state"),s.push({name:"read-isolation",passed:!0}),y((await z(e,{workspace:r,snapshot:n})).disposition==="current","identical sync must be idempotent"),s.push({name:"idempotent-sync",passed:!0}),await e.replace({workspace:r,snapshot:i,expected_fingerprint:n.fingerprint}),y((await h(e,{workspace:r}))?.snapshot.fingerprint===i.fingerprint,"replacement must become visible"),s.push({name:"replacement-visibility",passed:!0});let c=!1;try{await e.replace({workspace:r,snapshot:n,expected_fingerprint:n.fingerprint})}catch{c=!0}return y(c,"stale compare-and-swap must fail"),s.push({name:"stale-cas",passed:!0}),e.clear&&(await e.clear({workspace:r,expected_fingerprint:i.fingerprint}),y(await h(e,{workspace:r})===null,"clear must remove the workspace"),s.push({name:"clear",passed:!0})),{adapter:e.name,workspace:r,cases:Object.freeze(s),clear_supported:e.clear!==void 0}}function jm(e){return at(new P,e?{workspace: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]="20842b89-cef6-542e-b069-76c22b340f1d")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="5133d678-01f4-5164-aea7-2cc5ed42dd58")}catch{}})();import{createHash as dt}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]="54a3448c-719c-5404-a9b9-c3072a2fdce2")}catch{}})();function ct(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship backfill ${t} must be non-empty`);return e.trim()}function Hx(e,t){let r=ct(t.migrationId,"migrationId"),o=ct(t.author,"author"),n=Date.parse(t.timestamp);if(!Number.isFinite(n))throw new TypeError("Relationship backfill timestamp must be valid");let i=new Date(n).toISOString(),s=te(e,void 0,t.registry),d=s.graph.nodes(),a=s.graph.edges().map(u=>{let f=dt("sha256").update(JSON.stringify([r,u.kind,u.source,u.target,u.createdAt??null,u.author??null,u.payload??null])).digest("hex").slice(0,24);return Object.freeze({eventId:`backfill:${r}:${f}`,relationshipId:`migration:${r}:${f}`,action:"add",edge:u,author:o,timestamp:i,reason:`Backfill ${r} from legacy item metadata`})}),c=dt("sha256").update(JSON.stringify({migrationId:r,nodes:d,events:a})).digest("hex"),p=new Set([...t.existingEventIds??[]].filter(u=>typeof u=="string").map(u=>u.trim()).filter(Boolean)),l=a.filter(u=>!p.has(u.eventId));return Object.freeze({migration_id:r,fingerprint:c,nodes:d,events:Object.freeze(l),edge_count:a.length,skipped_existing_count:a.length-l.length,duplicate_dependency_rows:s.duplicateRows.length,dangling_reference_count:s.dangling.active.length+s.dangling.legacy_terminal.length})}import*as pt from"node:module";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4f4e7daa-14aa-5dad-8a30-79a4d76159d4")}catch{}})();var L=["suggested_retry","candidate_command","example","next_step","migration_hint","restore_with"],ue={suggested_retry:{kind:"suggested_retry",semantics:"recovery"},retry_command:{kind:"suggested_retry",semantics:"recovery"},candidate_command:{kind:"candidate_command",semantics:"recovery"},candidate_commands:{kind:"candidate_command",semantics:"recovery"},fallback_candidates:{kind:"candidate_command",semantics:"recovery",nested_value_field:"command"},next_best_command:{kind:"candidate_command",semantics:"recovery"},example:{kind:"example",semantics:"recovery"},examples:{kind:"example",semantics:"recovery"},next_step:{kind:"next_step",semantics:"recovery"},next_steps:{kind:"next_step",semantics:"recovery"},suggested_next_steps:{kind:"next_step",semantics:"recovery"},migration_hint:{kind:"migration_hint",semantics:"replacement"},migration_hints:{kind:"migration_hint",semantics:"replacement"},restore_with:{kind:"restore_with",semantics:"behavior_preserving"}},Vx=Object.freeze(Object.keys(ue));function lt(e){if(Object.hasOwn(ue,e))return ue[e]}var Bm=new Set([..."=([{,:;!?&|+-*%^~<>","=>"]);function I(e,t){return e<t?-1:e>t?1:0}function Hm(e,t){let r=e[t],o=t+1,n="";for(;o<e.length&&e[o]!==r;)e[o]==="\\"?o+=2:(n+=e[o],o+=1);return e[o]===r&&(o+=1),{next:o,value:n}}function zm(e){return e===void 0||e.kind==="punctuator"&&Bm.has(e.value)||e.kind==="identifier"&&["return","case","throw","else","yield"].includes(e.value)}function Vm(e,t){if(/\s/u.test(e[t]))return t+1;if(e.startsWith("//",t)){let r=e.indexOf(`
|
|
3
|
+
`,t+2);return r===-1?e.length:r+1}if(e.startsWith("/*",t))return e.indexOf("*/",t+2)+2}function Wm(e,t,r){if(e[t]!=="/"||!zm(r))return;let o=t+1,n=!1;for(;o<e.length;)if(e[o]==="\\")o+=2;else if(e[o]==="[")n=!0,o+=1;else if(e[o]==="]")n=!1,o+=1;else if(e[o]==="/"&&!n){for(o+=1;/[A-Za-z]/u.test(e.charAt(o));)o+=1;return o}else o+=1;return o}function Km(e,t){let r=e[t];if(r==="'"||r==='"'||r==="`"){let n=Hm(e,t);return r==="`"?{next:n.next}:{next:n.next,token:{kind:"string",value:n.value,offset:t+1}}}if(/[A-Za-z_$]/u.test(r)){let n=t+1;for(;/[A-Za-z0-9_$]/u.test(e[n]??"");)n+=1;return{next:n,token:{kind:"identifier",value:e.slice(t,n),offset:t}}}let o=e.startsWith("=>",t)?"=>":r;return{next:t+o.length,token:{kind:"punctuator",value:o,offset:t}}}function Xm(e){let t=[],r=0;for(;r<e.length;){let o=Vm(e,r);if(o!==void 0){r=o;continue}let n=Wm(e,r,t.at(-1));if(n!==void 0){r=n;continue}let i=Km(e,r);i.token&&t.push(i.token),r=i.next}return t}var Ym=new Set(["object","block","pattern"]),qm=new Set(["const","let","var"]),Jm=new Set(["}",")","]"]),Zm=new Set(["=","(","[",",",":","?","return"]);function Qm(e,t,r){if([...r].reverse().find(i=>Ym.has(i.kind))?.kind==="pattern"||r.at(-1)?.kind==="paren"&&r.at(-1)?.parameter_list)return"pattern";let n=e[t-1];return n?.kind==="identifier"&&qm.has(n.value)?"pattern":n?.value==="=>"||n?.value===")"?"block":n&&Zm.has(n.value)?"object":"block"}function ef(e,t,r){let o=e[t];if(o.value==="{"){let d=Qm(e,t,r);return{kind:d,...d==="object"?{member_start:!0,candidates:[]}:{}}}if(o.value==="[")return{kind:"array"};if(o.value!=="(")return;let n=e[t-1],i=e[t-2];return{kind:"paren",...n?.value==="function"||i?.value==="function"?{parameter_list:!0}:{}}}function tf(e,t,r){if(!(e?.kind!=="object"||!e.member_start||t.kind!=="identifier"&&t.kind!=="string"||r?.value!==":"||!/^[A-Za-z][A-Za-z0-9_]*$/u.test(t.value)))return{field:t.value,offset:t.offset}}function rf(e,t){return e[t+1]?.value===")"&&e[t+2]?.value==="=>"||e[t+1]?.value==="="}function nf(e){let t=Xm(pt.stripTypeScriptTypes(e,{mode:"strip"})),r=[],o=[];for(let[n,i]of t.entries()){let s=o.at(-1),d=tf(s,i,t[n+1]);d&&s.candidates.push(d);let a=ef(t,n,o);if(a)o.push(a);else if(Jm.has(i.value)){let c=o.pop();c?.kind==="object"&&!rf(t,n)&&r.push(...c.candidates)}else i.value===","&&s?.kind==="object"?s.member_start=!0:s?.kind==="object"&&i.value!==":"&&(s.member_start=!1)}return r}function of(e){let t=[0];for(let r=0;r<e.length;r+=1)e[r]===`
|
|
4
|
+
`&&t.push(r+1);return t}function sf(e,t){let r=0,o=e.length;for(;r<o;){let n=Math.floor((r+o)/2);e[n]<=t?r=n+1:o=n}return r}function Wx(e){let t=[],r=[];for(let n of[...e].sort((i,s)=>I(i.path,s.path))){let i=of(n.content),s;try{s=nf(n.content)}catch(d){r.push({kind:"invalid_source",subject:n.path,detail:`${n.path} could not be parsed for recovery producers: ${String(d)}.`});continue}for(let d of s){let a=d.field,c=sf(i,d.offset),p=lt(a);p?t.push({path:n.path,line:c,field:a,kind:p.kind}):/(?:retry_command|candidate_command|fallback_candidate|next_best_command|example|next_step|migration_hint|restore_with)/u.test(a)&&!/(?:_total|_truncated)$/u.test(a)&&r.push({kind:"unknown_recovery_field",subject:`${n.path}:${c}:${a}`,detail:`${a} resembles a recovery reference but has no typed field contract.`})}}let o=Object.fromEntries(L.map(n=>[n,t.filter(i=>i.kind===n).length]));for(let n of L)o[n]===0&&r.push({kind:"missing_kind_producer",subject:n,detail:`No source producer emits the ${n} recovery-reference kind.`});return t.sort((n,i)=>n.path!==i.path?I(n.path,i.path):n.line!==i.line?n.line-i.line:I(n.field,i.field)),r.sort((n,i)=>n.subject!==i.subject?I(n.subject,i.subject):I(n.kind,i.kind)),{ok:r.length===0,scanned_file_count:e.length,producer_count:t.length,producer_count_by_kind:o,producers:t,findings:r}}function Kx(e,t){let r=[],o=(n,i)=>{if(Array.isArray(n)){n.forEach((s,d)=>o(s,[...i,String(d)]));return}if(!(typeof n!="object"||n===null))for(let[s,d]of Object.entries(n).sort(([a],[c])=>I(a,c))){let a=lt(s),c=a?.kind==="migration_hint"&&n.semantics==="behavior_preserving"?{...a,semantics:"behavior_preserving"}:a,p=[d].flat();c!==void 0&&p.forEach((l,u)=>{let f="nested_value_field"in c&&typeof c.nested_value_field=="string"?c.nested_value_field:void 0,N=f&&typeof l=="object"&&l!==null&&!Array.isArray(l)?l[f]:l;if(typeof N!="string"||N.trim().length===0)return;let w=[...i,s,String(u)].map(D=>encodeURIComponent(D)).join("/");r.push({id:`${e}:${c.kind}:${w}`,probe_id:e,kind:c.kind,semantics:c.semantics,value:N})}),o(d,[...i,s])}};return o(t,[]),r}function Xx(e,t){let r=e.flatMap(s=>(s.owned_states??[]).map(d=>({contract:s,state:d}))),o=[],n=new Map;for(let s of t){if(n.has(s.probe_id)){o.push({kind:"duplicate_probe",probe_id:s.probe_id,detail:`Observation ${s.probe_id} was supplied more than once.`});continue}n.set(s.probe_id,s)}let i=new Set(r.map(({state:s})=>s.probe_id));for(let{contract:s,state:d}of r){let a=n.get(d.probe_id);if(!a){o.push({kind:"missing_probe",probe_id:d.probe_id,detail:`No entrypoint observation was recorded for ${s.code}.`});continue}a.code!==s.code&&o.push({kind:"wrong_error_code",probe_id:d.probe_id,detail:`Expected ${s.code}; observed ${a.code}.`}),a.exit_class!==d.expected_exit_class&&o.push({kind:"wrong_exit_class",probe_id:d.probe_id,detail:`Expected ${d.expected_exit_class}; observed ${a.exit_class}.`}),d.entrypoints.includes(a.entrypoint)||o.push({kind:"wrong_entrypoint",probe_id:d.probe_id,detail:`Expected one of ${d.entrypoints.join(", ")}; observed ${a.entrypoint}.`})}for(let s of t)i.has(s.probe_id)||o.push({kind:"undeclared_probe",probe_id:s.probe_id,detail:`Observation ${s.probe_id} has no catalog declaration.`});return o.sort((s,d)=>s.probe_id!==d.probe_id?s.probe_id.localeCompare(d.probe_id):s.kind.localeCompare(d.kind)),{ok:o.length===0,declared_probe_count:r.length,observed_probe_count:t.length,findings:o}}function Yx(e,t){let r=[],o=new Set,n=new Set;for(let a of e){if(o.has(a.id)){n.add(a.id),r.push({kind:"duplicate_obligation",reference_id:a.id,detail:`Recovery obligation ${a.id} was declared more than once.`});continue}o.add(a.id)}let i=new Map;for(let a of t){if(i.has(a.id)){r.push({kind:"duplicate_observation",reference_id:a.id,detail:`Recovery reference ${a.id} was observed more than once.`});continue}i.set(a.id,a),o.has(a.id)||r.push({kind:"undeclared_observation",reference_id:a.id,detail:`Recovery observation ${a.id} has no emitted obligation.`})}for(let a of e){if(n.has(a.id))continue;let c=i.get(a.id);c?c.reachable?c.semantics!==a.semantics&&r.push({kind:"wrong_semantics",reference_id:a.id,detail:`Recovery reference ${a.value} promised ${a.semantics}; proof demonstrated ${c.semantics}.`}):r.push({kind:"unreachable_reference",reference_id:a.id,detail:`Recovery reference ${a.value} did not reach its promised target.`}):r.push({kind:"missing_observation",reference_id:a.id,detail:`No reachability proof was recorded for ${a.kind} ${a.value}.`})}let s=L.map(a=>{let c=e.filter(l=>l.kind===a),p=c.filter(l=>!n.has(l.id)).map(l=>i.get(l.id)).filter(l=>l!==void 0);return{kind:a,declared:c.length,observed:p.length,passed:c.filter(l=>{let u=i.get(l.id);return!n.has(l.id)&&u?.reachable===!0&&u.semantics===l.semantics}).length}});r.sort((a,c)=>a.reference_id!==c.reference_id?a.reference_id.localeCompare(c.reference_id):a.kind.localeCompare(c.kind));let d=s.reduce((a,c)=>a+c.passed,0);return{ok:r.length===0,declared_reference_count:e.length,observed_reference_count:t.length,pass_fraction:o.size===0?1:d/o.size,coverage_by_kind:s,findings:r}}function af(e,t){let r=new Map(L.map(i=>[i,new Set]));for(let i of t)r.get(i.kind).add(i.value);let o=L.map(i=>({kind:i,source_producers:e.producer_count_by_kind[i],runtime_values:r.get(i).size})),n=o.filter(({source_producers:i,runtime_values:s})=>i>0&&s===0).map(({kind:i})=>i);return{ok:e.ok&&n.length===0,source_producer_count:e.producer_count,runtime_value_count:o.reduce((i,{runtime_values:s})=>i+s,0),coverage_by_kind:o,missing_runtime_kinds:n}}var qx=af;(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="5560aa3a-036e-509c-955c-a09e9bf9df18")}catch{}})();var ut=16,_t=Object.freeze(["bulk_ids_input_empty","bulk_ids_input_missing_path","bulk_ids_input_unreadable","invalid_argument_value","missing_lifecycle_target","missing_required_argument","projection_options_mutually_exclusive","tracker_not_initialized","tracker_root_missing","tracker_root_not_directory","tracker_root_unreadable","unknown_context_intent","unknown_field_projection","unknown_option","unknown_subcommand"]);function Zx(e,t=ut){return{ok:e.executable_error_code_count>=t,baseline:t,actual:e.executable_error_code_count}}function Qx(e,t=_t){let r=new Set(e.rows.filter(({disposition:n})=>n==="executable").map(({canonical_code:n})=>n)),o=t.filter(n=>!r.has(n));return{ok:o.length===0,required_canonical_codes:[...t],missing_required_canonical_codes:o}}function _e(e,t){let r=e.get(t);if(r)return r;let o={kinds:new Set,probeIds:new Set};return e.set(t,o),o}function eI(e,t,r){let o=new Map(e.map(p=>[p.code,p.canonical_code??p.code])),n=new Map,i=0,s=0;for(let p of e){let l=_e(n,p.canonical_code??p.code);for(let u of p.owned_states??[])l.kinds.add("owned_state"),l.probeIds.add(u.probe_id)}for(let p of t){let l=o.get(p.error_code);if(l===void 0)continue;i+=1;let u=_e(n,l);u.kinds.add("closed_domain"),u.probeIds.add(p.probe_id)}for(let p of r){let l=o.get(p.error_code);if(l===void 0)continue;s+=1;let u=_e(n,l);u.kinds.add("grammar"),u.probeIds.add(p.probe_id)}let d=e.map(p=>{let l=p.canonical_code??p.code,u=n.get(l),f=[...u.probeIds].sort();return{code:p.code,canonical_code:l,disposition:f.length>0?"executable":"uncovered",evidence_kinds:[...u.kinds].sort(),probe_ids:f}}).sort((p,l)=>p.code<l.code?-1:1),a=d.filter(({disposition:p})=>p==="uncovered").map(({code:p})=>p),c=d.length-a.length;return{ok:a.length===0,catalog_error_code_count:d.length,executable_error_code_count:c,uncovered_error_code_count:a.length,coverage_fraction:d.length===0?1:c/d.length,closed_domain_probe_count:i,grammar_probe_count:s,uncovered_error_codes:a,rows:d}}function tI(e){let t=e.rows.map(r=>`| \`${r.code}\` | \`${r.canonical_code}\` | ${r.disposition} | ${r.evidence_kinds.join(", ")||"none"} | ${r.probe_ids.length} |`);return["# Generated refusal closure census","","Tracker: `pm-f05lsg`.","","Every catalog code is listed. An `uncovered` row is an explicit closure obligation, never an omission or implied approval.","",`- Catalog error codes: ${e.catalog_error_code_count}`,`- Executable error codes: ${e.executable_error_code_count}`,`- Executable-code ratchet floor: ${ut}`,`- Required executable canonical codes: ${_t.map(r=>`\`${r}\``).join(", ")}`,`- Uncovered error codes: ${e.uncovered_error_code_count}`,`- Coverage fraction: ${e.coverage_fraction.toFixed(6)}`,`- Closed-domain probes: ${e.closed_domain_probe_count}`,`- Grammar probes: ${e.grammar_probe_count}`,"","| Error code | Canonical code | Disposition | Evidence kinds | Probe count |","| --- | --- | --- | --- | --- |",...t,""].join(`
|
|
5
|
+
`)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="0ec8c375-e58e-5ce4-b0aa-8a8a4dfa0778")}catch{}})();function df(e){return[e.expected_error_code!==void 0&&e.error_code!==e.expected_error_code?{code:"error_code_mismatch",probe_id:e.probe_id,detail:`Expected error code ${e.expected_error_code}, received ${e.error_code??"<missing>"}.`}:void 0,e.expected_allowed_values!==void 0&&JSON.stringify([...e.allowed_values].sort())!==JSON.stringify([...e.expected_allowed_values].sort())?{code:"incomplete_allowed_values",probe_id:e.probe_id,detail:"The refusal's accepted domain differs from the SDK-owned domain contract."}:void 0,e.expected_suggested_retry_args!==void 0&&(e.suggested_retry_args?.length??0)===0?{code:"missing_suggested_retry_args",probe_id:e.probe_id,detail:"The refusal omitted shell-free suggested retry arguments."}:void 0,e.expected_suggested_retry_args!==void 0&&(e.suggested_retry_args?.length??0)>0&&JSON.stringify(e.suggested_retry_args)!==JSON.stringify(e.expected_suggested_retry_args)?{code:"suggested_retry_args_mismatch",probe_id:e.probe_id,detail:"The refusal's suggested retry arguments differ from the SDK-owned contract."}:void 0]}function cf(e){return[e.exit_code!==C.USAGE?{code:"non_refusal_exit",probe_id:e.probe_id,detail:`${e.entrypoint} returned exit code ${e.exit_code}; a structured usage refusal must return ${C.USAGE}.`}:void 0,e.allowed_values_required!==!1&&e.allowed_values.length===0?{code:"missing_allowed_values",probe_id:e.probe_id,detail:"The refusal omitted its complete accepted value domain."}:void 0,e.allowed_values.includes(e.rejected_value)?{code:"accepted_rejected_value",probe_id:e.probe_id,detail:`${e.rejected_value} is both rejected and advertised as allowed.`}:void 0,e.suggested_retry.trim().length===0?{code:"missing_suggested_retry",probe_id:e.probe_id,detail:"The refusal omitted an executable suggested retry."}:void 0,e.retry_succeeded?void 0:{code:"retry_failed",probe_id:e.probe_id,detail:"The advertised suggested retry did not succeed."},...df(e)]}function oI(e){let t=[],r=new Set,o=0;e.length===0&&t.push({code:"empty_corpus",probe_id:"corpus",detail:"At least one real refusal observation is required."});for(let n of e){if(r.has(n.probe_id)){t.push({code:"duplicate_probe",probe_id:n.probe_id,detail:`${n.probe_id} was supplied more than once.`});continue}r.add(n.probe_id);let i=t.length;for(let s of cf(n))s!==void 0&&t.push(s);t.length===i&&(o+=1)}return t.sort((n,i)=>n.probe_id!==i.probe_id?n.probe_id.localeCompare(i.probe_id):n.code.localeCompare(i.code)),{ok:t.length===0,probe_count:r.size,closed_probe_count:o,closure_fraction:r.size===0?0:o/r.size,findings: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]="2e90ea29-2708-5af8-b390-599be97718e7")}catch{}})();var mt="not-a-declared-action";function pf(e,t){if(e.startsWith("assurance ")&&t.name==="kind")return"measurement";switch(t.value_kind){case"integer":return"1";case"item_id":return"pm-domain";case"action":throw new Error(`Cannot synthesize a preceding action value for positional slot ${t.name}.`);default:return"example"}}function me(e){return e.replaceAll(/[^a-z0-9]+/gu,"-").replaceAll(/^-|-$/gu,"")}function uI(e=Q.filter(t=>Oe.some(r=>r.command===t.command&&r.disposition!=="package_owned"))){return e.flatMap(t=>t.slots.flatMap((r,o)=>{if(!r.required)return[];let n=t.command.split(" "),i=k(t.command).flatMap(d=>d.required?[d.flag,...d.value_name?["example"]:[]]:[]),s=Z.some(d=>d.command===t.command);return[{probe_id:`required-argument-${me(t.command)}-${me(r.name)}`,command:t.command,refusal_args:[...n,...t.slots.slice(0,o).map(d=>pf(t.command,d)),...i],recovery_args:[...n,"--help"],error_code:s&&!t.command.startsWith("assurance ")?"invalid_argument_value":/^extension (?:activate|adopt|deactivate|uninstall)$/u.test(t.command)?"missing_lifecycle_target":"missing_required_argument",missing_argument:r.name,missing_argument_index:o}]})).sort((t,r)=>t.probe_id.localeCompare(r.probe_id))}function lf(e){switch(e){case"assurance":case"workspace snapshot":return Z.filter(({parent:t})=>t===e).map(({action:t})=>t);case"graph":return q;case"merge":return J;case"plan":return re;case"profile":return ne;case"schema":return xe;default:throw new Error(`Required positional action family ${e} has no authoritative value domain.`)}}function _I(e=Q){return e.filter(({slots:t})=>t[0]?.required===!0&&t[0].value_kind==="action").map(({command:t})=>{let r=t.split(" ");return{probe_id:`unknown-subcommand-${me(t)}`,command:t,refusal_args:[...r,mt],recovery_args:[...r,"--help"],error_code:"unknown_subcommand",rejected_value:mt,allowed_values:[...lf(t)].sort()}}).sort((t,r)=>t.probe_id.localeCompare(r.probe_id))}function uf(e,t){let r=[...t].sort();return e.length===t.length&&[...e].sort().every((o,n)=>o===r[n])}function _f(e,t){if(!t)return[{code:"refusal_probe_missing",probe_id:e.probe_id,detail:`${e.probe_id} has no runtime observation.`}];let r=[];return t.error_code!==e.error_code&&r.push({code:"refusal_error_code_mismatch",probe_id:e.probe_id,detail:`${e.probe_id} emitted ${t.error_code||"<none>"}; expected ${e.error_code}.`}),t.exit_code!==2&&r.push({code:"refusal_exit_code_mismatch",probe_id:e.probe_id,detail:`${e.probe_id} exited ${t.exit_code}; expected usage exit 2.`}),"allowed_values"in e&&!uf(t.allowed_values,e.allowed_values)&&r.push({code:"refusal_allowed_values_mismatch",probe_id:e.probe_id,detail:`${e.probe_id} did not expose its complete action domain.`}),t.recovery_succeeded||r.push({code:"refusal_recovery_failed",probe_id:e.probe_id,detail:`${e.probe_id} help recovery did not succeed.`}),t.refusal_mutated_state&&r.push({code:"refusal_mutated_state",probe_id:e.probe_id,detail:`${e.probe_id} changed tracker state while refusing input${t.mutated_paths?.length?`: ${t.mutated_paths.join(", ")}`:"."}`}),r}function mI(e,t){let r=new Map(e.map(s=>[s.probe_id,s])),o=new Map(t.map(s=>[s.probe_id,s])),n=[...e.flatMap(s=>_f(s,o.get(s.probe_id))),...t.filter(s=>!r.has(s.probe_id)).map(s=>({code:"unexpected_refusal_probe",probe_id:s.probe_id,detail:`${s.probe_id} has no declared grammar refusal contract.`}))];n.sort((s,d)=>s.probe_id.localeCompare(d.probe_id)||s.code.localeCompare(d.code));let i=new Set(n.map(({probe_id:s})=>s));return{ok:n.length===0,probe_count:e.length,closed_probe_count:e.filter(({probe_id:s})=>!i.has(s)).length,findings: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]="941a11a9-f756-56b3-9dc1-8afd78bc9328")}catch{}})();var fe=[{probe_id:"tracker-root-missing",failure_kind:"missing_root",expected_error_code:"tracker_root_missing",expected_exit_code:3,recovery_kind:"initialize"},{probe_id:"tracker-root-settings-missing",failure_kind:"settings_missing",expected_error_code:"tracker_not_initialized",expected_exit_code:3,recovery_kind:"initialize"},{probe_id:"tracker-root-not-directory",failure_kind:"not_directory",expected_error_code:"tracker_root_not_directory",expected_exit_code:2,recovery_kind:"select_directory"},{probe_id:"tracker-root-unreadable",failure_kind:"unreadable_root",expected_error_code:"tracker_root_unreadable",expected_exit_code:1,recovery_kind:"repair_permissions"}];function hI(){return fe.map(e=>({...e}))}function mf(e,t){let r=[];t.error_code!==e.expected_error_code&&r.push({code:"error_code_mismatch",probe_id:e.probe_id,detail:`Expected ${e.expected_error_code}, received ${t.error_code}.`}),t.exit_code!==e.expected_exit_code&&r.push({code:"exit_code_mismatch",probe_id:e.probe_id,detail:`Expected exit ${e.expected_exit_code}, received ${t.exit_code}.`}),t.recovery_kind!==e.recovery_kind&&r.push({code:"recovery_kind_mismatch",probe_id:e.probe_id,detail:`Expected ${e.recovery_kind}, received ${t.recovery_kind}.`});let o=t.suggested_retry_args.indexOf("init"),n=o===0||o===2&&t.suggested_retry_args[0]==="--pm-path"&&t.suggested_retry_args[1]?.length>0;return e.recovery_kind==="initialize"&&!n&&r.push({code:"missing_init_recovery",probe_id:e.probe_id,detail:"Missing and uninitialized roots must emit a tokenized init retry."}),(t.unsafe_init_recommended||e.recovery_kind!=="initialize"&&t.suggested_retry_args.includes("init"))&&r.push({code:"unsafe_init_recovery",probe_id:e.probe_id,detail:"A tracker root that cannot be initialized safely must not recommend initialization."}),t.retry_succeeded||r.push({code:"retry_failed",probe_id:e.probe_id,detail:"The emitted retry or safe alternate-root recovery did not execute successfully."}),r}function gI(e){let t=new Map(e.map(n=>[n.probe_id,n])),r=[],o=0;for(let n of fe){let i=t.get(n.probe_id);if(i===void 0){r.push({code:"missing_probe",probe_id:n.probe_id,detail:"No runtime observation was supplied for this contract."});continue}let s=mf(n,i);r.push(...s),s.length===0&&(o+=1)}return r.sort((n,i)=>n.probe_id.localeCompare(i.probe_id)||n.code.localeCompare(i.code)),{ok:r.length===0,probe_count:fe.length,closed_probe_count:o,findings: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]="8320177c-e95d-5d14-a914-4ac37230c0b9")}catch{}})();var V,ff=Object.freeze({list:"list-item-projection","list-all":"list-item-projection","list-draft":"list-item-projection","list-open":"list-item-projection","list-in-progress":"list-item-projection","list-blocked":"list-item-projection","list-closed":"list-item-projection","list-canceled":"list-item-projection",get:"get-item-projection",graph:"graph-detail-projection",search:"search-result-projection",history:"history-entry-projection",events:"mutation-event-projection",activity:"activity-entry-projection",deps:"dependency-graph-projection",health:"health-diagnostic-projection",validate:"validation-diagnostic-projection",contracts:"contract-catalog-projection"});function hf(e,t){if(t==="--limit")return"result-row-limit";if(t==="--node-limit")return"graph-node-limit";if(t==="--edge-limit")return"graph-edge-limit";if(t==="--output-limit")return"rendered-output-row-limit";if(t==="--output-budget")return"rendered-output-byte-budget";if(t==="--token-budget")return"context-intent-token-budget";if(t==="--full"){let r=ff[e];if(r===void 0)throw new Error(`Command ${e} exposes --full without a registered projection concept.`);return r}return t!=="--file"?t.slice(2):["create","update","update-many"].includes(e)?"linked-file-path":["comments","notes","learnings"].includes(e)?"entry-file-input":"plan-definition-file"}function W(){if(V!==void 0)return V;let t=oe.filter(({command:i})=>ee(i)).flatMap(({command:i,family:s})=>We(i,k(i)).map(d=>({command:i,family:s,concept:hf(i,d.flag),flag:d.flag,aliases:Object.freeze([...d.aliases??[]]),value_kind:d.repeatable?"list":d.flag==="--limit"?"number":d.value_type}))),r=new Set(t.flatMap(i=>i.aliases.map(s=>`${i.command}:${s}`))),o=t.filter(i=>!r.has(`${i.command}:${i.flag}`)),n=new Map;for(let i of o){let s=n.get(i.concept)??new Set;s.add(i.value_kind),n.set(i.concept,s)}return V=Object.freeze(o.map(i=>Object.freeze({...i,concept:n.get(i.concept)?.size===1?i.concept:`${i.concept}@${i.command}`}))),V}function EI(){return Object.freeze(W().map(e=>Object.freeze({command:e.command,canonical_flag:e.flag,accepted_spellings:Object.freeze([...new Set([e.flag,...e.aliases])].sort())})))}var ft=Object.freeze({init:30,config:35,extension:53,package:54,packages:54,install:26,upgrade:29,create:100,copy:24,focus:22,list:86,"list-all":85,"list-draft":84,"list-open":84,"list-in-progress":84,"list-blocked":84,"list-closed":84,"list-canceled":84,aggregate:37,context:45,ctx:45,get:30,graph:34,search:78,duplicates:24,eval:25,next:35,history:35,events:33,"history-redact":27,"history-repair":26,"history-compact":30,"history-author-acknowledge":28,merge:24,schema:40,profile:22,activity:35,restore:23,update:105,"update-many":140,close:31,"close-many":72,delete:24,append:24,comments:30,notes:34,learnings:26,files:39,docs:30,deps:32,plan:109,test:52,"test-all":40,telemetry:21,stats:29,health:36,validate:45,assurance:30,gc:22,workspace:23,contracts:29,claim:36,release:23,"start-task":23,"pause-task":23,"close-task":24,meet:33,event:33,remind:29,"test-runs-worker":25});function ht(){let e=new Map(Object.keys(ft).map(t=>[t,0]));for(let{command:t}of W())e.set(t,Number(e.get(t))+1);return Object.freeze(Object.entries(ft).map(([t,r])=>Object.freeze({command:t,current:Number(e.get(t)),maximum:r})))}function gf(e,t,r){for(let o of e)for(let n of o.aliases){let i=t.get(`${o.command}:${n}`);i===void 0||i.flag===o.flag||r.push({code:"alias_collision",command:o.command,detail:`${n} aliases ${o.flag} but is canonical for ${i.flag}.`})}}function Tf(e,t,r){let o=new Set(t.map(({command:n})=>n));for(let n of e.keys())o.has(n)||r.push({code:"missing_budget",command:n,detail:`${n} has canonical flags but no persisted budget.`});for(let n of t){let i=e.get(n.command)??0;i===0&&r.push({code:"stale_budget",command:n.command,detail:`${n.command} has a persisted budget but no canonical flags.`}),!(i<=n.maximum)&&r.push({code:"budget_exceeded",command:n.command,detail:`${i} canonical flags exceed the ratcheted maximum ${n.maximum}.`})}}function yf(e,t,r){let o=new Map(e.map(n=>[`${n.command}:${n.flag}`,n]));for(let n of t){let i=`${n.command}:${n.canonical_flag}`,s=o.get(i);if(!s){r.push({code:"removed_canonical_spelling",command:n.command,detail:`${n.canonical_flag} disappeared from the executable spelling inventory.`});continue}let d=new Set([s.flag,...s.aliases]);for(let a of n.accepted_spellings)d.has(a)||r.push({code:"removed_compatibility_spelling",command:n.command,detail:`${a} no longer resolves to ${n.canonical_flag}.`})}}function bI(e=W(),t=ht(),r=[]){let o=[],n=new Map,i=new Map,s=new Map,d=new Map;for(let a of e){let c=`${a.command}:${a.flag}`;n.has(c)?o.push({code:"duplicate_canonical_flag",command:a.command,detail:`${a.flag} has more than one canonical row.`}):n.set(c,a),d.set(a.command,(d.get(a.command)??0)+1);let p=i.get(a.concept);p!==void 0&&p!==a.value_kind?o.push({code:"inconsistent_concept_kind",command:a.command,detail:`${a.concept} uses both ${p} and ${a.value_kind}.`}):i.set(a.concept,a.value_kind);let l=s.get(a.concept);l!==void 0&&l!==a.flag?o.push({code:"semantic_spelling_collision",command:a.command,detail:`${a.concept} is canonicalized by both ${l} and ${a.flag}.`}):s.set(a.concept,a.flag)}return gf(e,n,o),Tf(d,t,o),yf(e,r,o),o.sort((a,c)=>a.command.localeCompare(c.command)||a.code.localeCompare(c.code)||a.detail.localeCompare(c.detail)),{ok:o.length===0,entry_count:e.length,budget_count:t.length,concept_count:new Set(e.map(({concept:a})=>a)).size,baseline_entry_count:r.length,findings:o}}function SI(){let e=W(),t=ht(),r=new Map(t.map(({command:n})=>[n,"unknown"]));for(let{command:n,family:i}of e)r.set(n,i);return["# Generated flag lexicon budgets","","This file is generated by `listPmFlagLexicon()`. Compatibility aliases do not consume canonical budget.","","| Command | Capability family | Canonical flags | Maximum |","| --- | --- | ---: | ---: |",...t.map(({command:n,current:i,maximum:s})=>{let d=r.get(n);return`| \`${n}\` | ${d} | ${i} | ${s} |`}),""].join(`
|
|
6
|
+
`)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7fc669d4-1db2-5636-8304-2c111a684726")}catch{}})();function RI(e){return e}function xI(e){return e}function II(e){return e}function NI(e){return e}function wI(e){return e}function kI(e){return e}function vI(e){return e}function PI(e){return e}function MI(e){return e}function LI(e){return e}function DI(e){return e}function FI(e){return e}function GI(e){return e}function $I(e){return{handled:!0,result:e}}function UI(){return{handled:!1}}function jI(e){return e}function BI(e){return e}function HI(e){return e}function zI(e){return e}function VI(e){return e}function WI(e){return e}function KI(e){return e}function XI(e){return e}function YI(e){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]="5bbfab95-010d-5507-ab01-f8f43943d295")}catch{}})();function Cf(e={},t={}){return new G(t).extension(void 0,{...e,migrate:!0})}function Af(e={},t={}){return new G(t).packageMigrate(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]="bca95ba2-258c-5be2-8428-dcb8dbc87ef0")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c2063b82-58b6-54c9-baff-ca252cadf463")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="036baf5a-3ba9-55ea-a11b-d9e94a848b92")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="805c081a-a781-50c3-8919-81492208913b")}catch{}})();export{FE as ACTIONABILITY_ORDERING_KINDS,to as ACTIVITY_COMMANDER_STRING_OPTION_CONTRACTS,Ji as ACTIVITY_FLAG_CONTRACTS,dr as AGENT_PROVENANCE_DIMENSIONS,Lo as AGGREGATE_FLAG_CONTRACTS,Ai as APPEND_FLAG_CONTRACTS,PE as ASSURANCE_ACTIONS,ME as ASSURANCE_DECLARATION_KINDS,IA as ASSURANCE_DOCUMENT_VERSION,ji as ASSURANCE_FLAG_CONTRACTS,NA as ASSURANCE_GATE_TRIGGERS,wA as ASSURANCE_MEASUREMENT_SOURCE_KINDS,KA as ASSURANCE_PRESET_IDS,SA as AssuranceEvaluationRefusalError,bA as AssuranceMutationRefusalError,OA as AssuranceSourceResolutionError,Kt as BASELINE_ITEM_FORMAT_VERSION,bm as BOUNDARY_FIXTURE_CAPTURE_SOURCES,YE as BRIEF_LIST_FIELDS,pr as BUILTIN_AGENT_PROVENANCE_ADAPTERS,S as BUILTIN_CORPUS_SHAPES,cr as BUILTIN_HARNESS_SIGNAL_DESCRIPTORS,bt as BUILTIN_ITEM_TYPE_VALUES,De as BUILTIN_PROFILES,oh as BUILTIN_RELATIONSHIP_KINDS,Zn as CALENDAR_COMMANDER_STRING_OPTION_CONTRACTS,qi as CALENDAR_FLAG_CONTRACTS,Ei as CLAIM_FLAG_CONTRACTS,fs as CLOSE_ACTION_OPTION_KEYS,yi as CLOSE_FLAG_CONTRACTS,Ci as CLOSE_MANY_FLAG_CONTRACTS,Ii as CLOSE_TASK_FLAG_CONTRACTS,Do as COMMENTS_FLAG_CONTRACTS,Jf as COMMON_MUTATION_COMMAND_OPTION_KEYS,cs as COMPLETION_FLAG_CONTRACTS,Nt as CONFIDENCE_TEXT_VALUES,Jo as CONFIG_FLAG_CONTRACTS,Qn as CONTEXT_COMMANDER_STRING_OPTION_CONTRACTS,mb as CONTEXT_EVALUATION_METRIC_NAMES,Qi as CONTEXT_FLAG_CONTRACTS,ve as CONTEXT_OUTPUT_VALUES,yb as CONTEXT_PACKING_PROFILES,pb as CONTEXT_RELEVANCE_SERVICE,db as CONTEXT_RELEVANCE_SIGNAL_NAMES,xb as CONTEXT_SIGNAL_SET_VERSION,Rb as CONTEXT_SIGNAL_STORE_FORMAT_VERSION,Ib as CONTEXT_SIGNAL_STORE_WARNING_DETAILS,ds as CONTRACTS_FLAG_CONTRACTS,Wi as COPY_FLAG_CONTRACTS,io as CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,ao as CREATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS,so as CREATE_COMMANDER_STRING_OPTION_CONTRACTS,Rf as CREATE_DIRECT_CLOSE_REASON_DEFAULT,Bi as CREATE_FLAG_CONTRACTS,GT as CURRENT_HISTORY_ITEM_HASH_VERSION,Xt as CURRENT_ITEM_FORMAT_VERSION,vb as ContextSignalStore,Ab as ContextUsageValidationError,hA as DEFAULT_AUTHOR_IDENTITY_VOCABULARY,lS as DEFAULT_CHILD_SAMPLE_LIMIT,XE as DEFAULT_COMPACT_LIST_FIELDS,Ry as DEFAULT_DERIVED_INDEX_MINIMUM_ITEMS,Np as DEFAULT_EVAL_QUERIES_RELATIVE_PATH,Kb as DEFAULT_TERMINAL_TRANSITION_POLICY,Db as DEFAULT_WORKSPACE_MEMORY_MINIMUM_ITEMS,RE as DEFECT_ESCAPE_CLASSES,xE as DEFECT_GATE_EVIDENCE_DISPOSITIONS,Si as DELETE_FLAG_CONTRACTS,Rt as DEPENDENCY_KIND_VALUES,rs as DEPS_FLAG_CONTRACTS,Uo as DOCS_FLAG_CONTRACTS,Gi as DUPLICATES_FLAG_CONTRACTS,os as EVAL_FLAG_CONTRACTS,Op as EVAL_QUERY_SET_CONTRACT,Rp as EVAL_QUERY_SET_EXAMPLE,Sp as EVAL_QUERY_SET_SCHEMA_ID,Zi as EVENTS_FLAG_CONTRACTS,wi as EVENT_FLAG_CONTRACTS,xr as EXECUTABLE_COMMAND_ALIASES,C as EXIT_CODE,di as EXTENSION_ACTIVATE_FLAG_CONTRACTS,ai as EXTENSION_ADOPT_ALL_FLAG_CONTRACTS,fi as EXTENSION_ADOPT_FLAG_CONTRACTS,KC as EXTENSION_CAPABILITIES,Sf as EXTENSION_CAPABILITY_CONTRACT,Ef as EXTENSION_CAPABILITY_CONTRACT_VERSION,bf as EXTENSION_CAPABILITY_LEGACY_ALIASES,Gt as EXTENSION_CAPABILITY_REGISTRATION_SURFACES,mi as EXTENSION_CATALOG_FLAG_CONTRACTS,ci as EXTENSION_DEACTIVATE_FLAG_CONTRACTS,si as EXTENSION_DESCRIBE_FLAG_CONTRACTS,_i as EXTENSION_DOCTOR_FLAG_CONTRACTS,ii as EXTENSION_EXPLORE_FLAG_CONTRACTS,Zo as EXTENSION_FLAG_CONTRACTS,ei as EXTENSION_INIT_FLAG_CONTRACTS,ni as EXTENSION_INSTALL_FLAG_CONTRACTS,li as EXTENSION_MANAGE_FLAG_CONTRACTS,pi as EXTENSION_MIGRATE_FLAG_CONTRACTS,XC as EXTENSION_POLICY_MODES,YC as EXTENSION_POLICY_SURFACES,ui as EXTENSION_RELOAD_FLAG_CONTRACTS,JC as EXTENSION_SANDBOX_PROFILES,Qo as EXTENSION_SCOPE_FLAG_CONTRACTS,qC as EXTENSION_TRUST_MODES,oi as EXTENSION_UNINSTALL_FLAG_CONTRACTS,QA as EXTERNAL_DEPENDENCY_SOURCE_KIND,eE as EXTERNAL_DEPENDENCY_SOURCE_KIND_ALIAS,$o as FILES_FLAG_CONTRACTS,Ki as FOCUS_FLAG_CONTRACTS,Di as GC_FLAG_CONTRACTS,ZE as GET_DEPTH_VALUES,es as GET_FLAG_CONTRACTS,Po as GLOBAL_FLAG_CONTRACTS,fa as GRAPH_DURABLE_CACHE_MIN_ITEMS,ma as GRAPH_DURABLE_CACHE_VERSION,ns as GRAPH_FLAG_CONTRACTS,q as GRAPH_SUBCOMMAND_VALUES,ts as GUIDE_FLAG_CONTRACTS,$i as HEALTH_FLAG_CONTRACTS,Vo as HISTORY_AUTHOR_ACKNOWLEDGE_FLAG_CONTRACTS,sE as HISTORY_AUTHOR_ATTRIBUTION_BASELINE,eO as HISTORY_COMPACT_BULK_DEFAULT_MIN_ENTRIES,Wo as HISTORY_COMPACT_FLAG_CONTRACTS,jo as HISTORY_FLAG_CONTRACTS,Ho as HISTORY_REDACT_FLAG_CONTRACTS,zo as HISTORY_REPAIR_FLAG_CONTRACTS,Tp as INIT_AGENT_GUIDANCE_MODE_VALUES,qo as INIT_FLAG_CONTRACTS,hi as INSTALL_FLAG_CONTRACTS,It as ISSUE_SEVERITY_VALUES,zi as ITEM_COMPLETE_FLAG_CONTRACTS,LS as ITEM_LATEST_TIMESTAMP_FIELDS,Of as ITEM_METADATA_KEY_ORDER,Hi as ITEM_MUTATE_FLAG_CONTRACTS,Vi as ITEM_REOPEN_FLAG_CONTRACTS,St as ITEM_TYPE_VALUES,MS as ITEM_UNION_COLLECTION_FIELDS,kb as JsonFileContextSignalStoreAdapter,Go as LEARNINGS_FLAG_CONTRACTS,Vc as LINKED_TEST_ENV_NAME_PATTERN,Wc as LINKED_TEST_PM_CONTEXT_MODE_VALUES,zc as LINKED_TEST_PROTECTED_ENV_KEYS,Kc as LINKED_TEST_WORKSPACE_CONTEXT_MODE_VALUES,qn as LIST_COMMANDER_STRING_OPTION_CONTRACTS,qE as LIST_COMMAND_DEFAULT_PROJECTIONS,QC as LIST_FILTER_EXTENSION_FLAG_DEFINITIONS,Mo as LIST_FILTER_FLAG_CONTRACTS,rb as LIST_SORT_FIELDS,nb as LIST_SORT_ORDER_VALUES,pS as MAX_CHILD_PROJECTION_ITEMS,Ni as MEET_FLAG_CONTRACTS,GS as MERGE_DRIVER_ARTIFACT_VALUES,Bo as MERGE_FLAG_CONTRACTS,J as MERGE_SUBCOMMAND_VALUES,VS as MUTATION_EVENT_WIRE_BUDGET,P as MemoryRelationshipGraphAdapter,eo as NEXT_COMMANDER_STRING_OPTION_CONTRACTS,ss as NEXT_FLAG_CONTRACTS,Rc as NEXT_OUTPUT_VALUES,Fo as NOTES_FLAG_CONTRACTS,ti as PACKAGE_FLAG_CONTRACTS,ri as PACKAGE_INIT_FLAG_CONTRACTS,xi as PAUSE_TASK_FLAG_CONTRACTS,ms as PLAN_CREATE_METADATA_PARAMETER_KEYS,Yo as PLAN_FLAG_CONTRACTS,dp as PLAN_SHOW_DEPTH_VALUES,re as PLAN_SUBCOMMANDS,cp as PLAN_TEMPLATE_NAMES,bs as PM_CLI_EXPECTED_ERROR_NAME,SC as PM_CLI_GRAMMAR_CONTRACT,yC as PM_CLI_GRAMMAR_NOUNS,$r as PM_CLI_ONLY_TOOL_ACTION_WAIVERS,CC as PM_CLI_SHARED_VERBS,Rr as PM_COMMAND_ALIAS_CONTRACTS,oe as PM_COMMAND_CAPABILITY_CONTRACTS,Oe as PM_COMMAND_DESTINATION_CONTRACTS,Qb as PM_COMMAND_EXIT_CONTRACTS,Zb as PM_COMMAND_EXIT_OUTCOME_CONTRACTS,nn as PM_COMMAND_OUTPUT_BUDGET_CONTRACTS,_O as PM_COMMAND_OUTPUT_ENVELOPE_CONTRACTS,Q as PM_COMMAND_POSITIONAL_CONTRACTS,ol as PM_COMMAND_VISIBILITY_CONTRACTS,tA as PM_COMPLETE_LIST_FINDING_CODES,aA as PM_CONTEXT_INTENTS_FILE,ST as PM_CONTEXT_INTENT_CONTRACTS,Dr as PM_CORE_COMMAND_NAMES,g as PM_CORPUS_SHAPE_SCHEMA,jr as PM_DEPRECATED_TOOL_ACTIONS,Zr as PM_DIAGNOSTIC_DEGRADATION_STEPS,Qr as PM_DIAGNOSTIC_OUTPUT_BUDGET_CONTRACTS,Jr as PM_DIAGNOSTIC_OUTPUT_CLASSES,Br as PM_DISCOVERABLE_TOOL_ACTIONS,pO as PM_ERROR_CODE_CATALOG,sO as PM_ERROR_CODE_EXIT_CLASS_CONTRACTS,tt as PM_EXACT_COVERAGE_METRICS,wr as PM_EXTENSION_CAPABILITY_CONTRACTS,Fr as PM_EXTENSION_PACKAGE_ACTION_SUBCOMMANDS,vr as PM_EXTENSION_POLICY_MODE_CONTRACTS,Lr as PM_EXTENSION_POLICY_SURFACE_CONTRACTS,Mr as PM_EXTENSION_SANDBOX_PROFILE_CONTRACTS,kr as PM_EXTENSION_SERVICE_NAME_CONTRACTS,Pr as PM_EXTENSION_TRUST_MODE_CONTRACTS,_E as PM_GITATTRIBUTES_END,uE as PM_GITATTRIBUTES_START,fE as PM_GITATTRIBUTES_V2_END,mE as PM_GITATTRIBUTES_V2_START,Ns as PM_GITIGNORE_END,Is as PM_GITIGNORE_START,Gr as PM_ITEM_ACTION_SUBCOMMANDS,ll as PM_MCP_PROMPT_CONTRACTS,pl as PM_MCP_RESOURCE_CONTRACTS,dl as PM_MCP_TOOL_COMMAND_CONTRACTS,Ig as PM_MODE_PAIRED_OUTPUT_PROJECTION_CONTRACTS,vn as PM_MUTATION_ACTION_CONTRACTS,qr as PM_OUTPUT_BUDGET_CLASSES,Yr as PM_OUTPUT_DEGRADATION_STEPS,lO as PM_OUTPUT_ENVELOPE_KINDS,Ne as PM_PACKAGE_CONVENTIONAL_RESOURCE_ROOTS,Ie as PM_PACKAGE_RESOURCE_KINDS,Z as PM_POSITIONAL_ACTION_CONTRACTS,Es as PM_PROVIDER_TOOL_PARAMETERS_SCHEMA,Cs as PM_PROVIDER_TOOL_PARAMETERS_SCHEMA_VERSION,uT as PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS,cT as PM_READ_OUTPUT_DIMENSIONS,lT as PM_READ_OUTPUT_OPTION_FLAGS,oT as PM_READ_OUTPUT_SESSION_MAX_SEEN_ITEM_IDS,nT as PM_READ_OUTPUT_SESSION_MIN_TOKENS,pT as PM_READ_OUTPUT_SURFACES,_T as PM_READ_OUTPUT_SURFACE_CONTRACTS,xg as PM_READ_ROW_CONTRACTS,Rg as PM_READ_ROW_JQ_SELECTOR,Vx as PM_RECOVERY_REFERENCE_FIELDS,L as PM_RECOVERY_REFERENCE_KINDS,_t as PM_REFUSAL_CLOSURE_EXECUTABLE_CANONICAL_CODE_BASELINE,ut as PM_REFUSAL_CLOSURE_EXECUTABLE_CODE_BASELINE,Wn as PM_REPRODUCIBLE_PROCESS_ENV,eS as PM_SUCCESS_EXIT_CODES,Ur as PM_TOOL_ACTIONS,hs as PM_TOOL_ACTION_PARAMETER_CONTRACTS,As as PM_TOOL_PARAMETERS_SCHEMA,ys as PM_TOOL_PARAMETERS_SCHEMA_MAJOR,Ts as PM_TOOL_PARAMETERS_SCHEMA_VERSION,us as PM_TOOL_RESERVED_CUSTOM_FIELD_PROPERTIES,Ze as PM_WORKSPACE_RECIPE_SCHEMA,Xo as PROFILE_FLAG_CONTRACTS,He as PROFILE_LINT_CODES,Be as PROFILE_LINT_DIMENSIONS,Le as PROFILE_NAMES,ne as PROFILE_SUBCOMMANDS,K as PmCliError,G as PmClient,rA as PmCompleteListValidationError,zg as QUERY_CURSOR_CONTRACT,Ti as REINDEX_FLAG_CONTRACTS,Ay as REINDEX_LOCK_ID,le as RELATIONSHIP_GRAPH_SNAPSHOT_VERSION,Oi as RELEASE_FLAG_CONTRACTS,ki as REMIND_FLAG_CONTRACTS,Ae as RESERVED_ITEM_FIELD_NAMES,bi as RESTORE_FLAG_CONTRACTS,xt as RISK_VALUES,$C as RelationshipEventLog,UC as RelationshipEventStore,A as RelationshipGraph,Y as RelationshipKindRegistry,Ko as SCHEMA_FLAG_CONTRACTS,Jn as SEARCH_COMMANDER_STRING_OPTION_CONTRACTS,eA as SEARCH_EXTENSION_FLAG_DEFINITIONS,as as SEARCH_FLAG_CONTRACTS,dc as SEMANTIC_ATTRIBUTION_LIMITS,If as SETTINGS_DEFAULTS,Mp as SNAPSHOT_SCHEMA,cE as SOURCE_CONTEXT_ACCESS_ENV,pE as SOURCE_CONTEXT_WRITE_OVERRIDE_ENV,Ri as START_TASK_FLAG_CONTRACTS,Fi as STATS_FLAG_CONTRACTS,Ot as STATUS_VALUES,vo as SUBCOMMAND_GLOBAL_FLAG_CONTRACTS,$T as SUPPORTED_HISTORY_ITEM_HASH_VERSIONS,Vf as SUPPRESS_HOST_OUTPUT_MARKER,Mi as TELEMETRY_FLAG_CONTRACTS,vl as TELEMETRY_SUBCOMMANDS,Pi as TEST_ALL_FLAG_CONTRACTS,vi as TEST_FLAG_CONTRACTS,Li as TEST_RUNS_FLAG_CONTRACTS,xl as TEST_RUN_MEASUREMENT_LIMIT,Ro as TOOL_ACTIVITY_OPTION_CONTRACTS,mo as TOOL_AGGREGATE_OPTION_CONTRACTS,Eo as TOOL_BULK_MUTATION_FILTER_OPTION_CONTRACT_SOURCE,Oo as TOOL_CALENDAR_OPTION_CONTRACTS,So as TOOL_CLOSE_MANY_FILTER_OPTION_CONTRACTS,xo as TOOL_CONTEXT_OPTION_CONTRACTS,yo as TOOL_CREATE_OPTION_CONTRACTS,To as TOOL_CREATE_OPTION_CONTRACT_SOURCE,Io as TOOL_DEPS_OPTION_CONTRACTS,No as TOOL_GRAPH_OPTION_CONTRACTS,_o as TOOL_LIST_FILTER_OPTION_CONTRACTS,fo as TOOL_SEARCH_FILTER_OPTION_CONTRACTS,go as TOOL_SHARED_CREATE_UPDATE_OPTION_CONTRACTS,ho as TOOL_SHARED_CREATE_UPDATE_OPTION_CONTRACT_SOURCE,bo as TOOL_UPDATE_MANY_FILTER_OPTION_CONTRACTS,Ao as TOOL_UPDATE_OPTION_CONTRACTS,Co as TOOL_UPDATE_OPTION_CONTRACT_SOURCE,xf as TYPE_TO_FOLDER,Hf as UNKNOWN_SUBCOMMAND_COMPATIBILITY_CODES,co as UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,lo as UPDATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS,po as UPDATE_COMMANDER_STRING_OPTION_CONTRACTS,Xi as UPDATE_FLAG_CONTRACTS,Yi as UPDATE_MANY_FLAG_CONTRACTS,gi as UPGRADE_FLAG_CONTRACTS,Ui as VALIDATE_FLAG_CONTRACTS,is as WORKSPACE_FLAG_CONTRACTS,_n as WORKSPACE_HISTORY_ID,Lp as WORKSPACE_SNAPSHOT_ACTIONS,Ws as WorkspaceGraphCache,VC as WorkspaceTransactionInterruptedError,Rs as _testOnly,ab as _testOnlyAggregateCommand,gp as _testOnlyConfigCommand,fS as _testOnlyGetCommand,sd as _testOnlyHealthCommand,Ep as _testOnlyInit,yp as _testOnlyInitAgentGuidance,BO as _testOnlyItemTransaction,YS as _testOnlyMutationEvents,zb as _testOnlyNextCommand,kS as _testOnlySearchCommand,aS as _testOnlySimilarity,Hp as _testOnlyTemplates,$d as _testOnlyValidateCommand,JA as acceptAssuranceProposals,Fd as acknowledgeLinkedTests,La as acknowledgeUnknownAuthorHistoryEvents,Ma as acknowledgeUnknownAuthorHistoryEventsFromTransport,xy as acquireItemMetadataDerivedIndexLock,un as acquireLock,eR as activateExtensionForTest,gh as activateExtensions,ar as agentSessionEnvironment,xu as aggregate,hl as analyzeAgentProvenanceDescriptorCoverage,NE as analyzeDefectChangeRisk,BC as analyzeGraphImpact,Ds as analyzeHierarchyIntegrity,HC as analyzeKnowledgeGraph,oS as analyzePmCommandExitConformance,Hr as analyzePmToolActionParity,US as analyzeReconciliationDiscard,jC as analyzeRelationshipExecution,aa as analyzeRelationshipSchedule,Q_ as analyzeSdkActionCoverage,Re as analyzeSdkCliParameterCompleteness,$u as append,ln as appendHistoryEntry,gn as appendWorkspaceAuditEvent,hn as appendWorkspaceHistoryChange,Kh as applyAcceptanceCriteriaMutations,YA as applyAssurancePreset,om as applyBootstrapPagerPolicy,NT as applyContextIntentProjection,Oc as applyContextTagProjection,ob as applyFilterValueEcho,vC as applyHistoryPatch,lm as applyInvocationAuthorOverride,ud as applyPathMigrations,AT as applyReadOutputDimensions,gT as applyReadOutputIncludeModes,sT as applyReadOutputSessionReferences,Hh as applyRegisteredItemFieldDefaultsAndValidation,hd as applyStandaloneNote,ed as applyStoredExtensionMigrationState,Yh as applyTagRemovals,Jb as applyTerminalOrderingPolicy,gd as artifactKey,Pf as asRecordClone,vf as asRecordOrNull,te as assembleWorkspaceRelationshipGraph,sA as assertCompleteListResult,MR as assertExtensionBlueprint,PR as assertExtensionCapabilityUsage,fR as assertExtensionDeactivated,FR as assertExtensionManifestCompatible,DR as assertExtensionManifestMatchesBlueprint,GR as assertExtensionPreflight,$s as assertHierarchyMutationAllowed,tO as assertHistoryCompactTarget,BS as assertHistoryRepairTarget,In as assertInitializedTracker,_d as assertLinkedArtifactMutationIsUnambiguous,jm as assertMemoryRelationshipGraphAdapterConformance,Zh as assertNoUnknownCsvKeys,hR as assertPackageManifest,ny as assertParentReferenceIsNotSelf,LR as assertProjectProfile,gx as assertProjectRuntimeCompatibility,Ng as assertProjectionModeChoice,xn as assertReadableTrackerRoot,gR as assertRegisteredCommandContract,xR as assertRegisteredCommandOverride,bR as assertRegisteredExporter,TR as assertRegisteredFlags,yR as assertRegisteredHook,ER as assertRegisteredImporter,SR as assertRegisteredItemField,OR as assertRegisteredItemType,vR as assertRegisteredMigration,IR as assertRegisteredParserOverride,NR as assertRegisteredPreflightOverride,RR as assertRegisteredProfile,wR as assertRegisteredRendererOverride,CR as assertRegisteredSearchProvider,kR as assertRegisteredServiceOverride,AR as assertRegisteredVectorStoreAdapter,dh as assertRelationshipEdgeAllowed,at as assertRelationshipGraphAdapterConformance,kA as assuranceAssertionUpdateIsLoosening,vT as attachContextIntentReceipt,Pd as attachLinkedTestMutationProvenance,vd as attachLinkedTestProvenance,Lg as attachOutputOmissionReceipt,MT as attachOutputTokenAccounting,PT as attachReadOutputContracts,aT as attachReadOutputSessionReceipt,Ua as auditMergeAttributeFence,hE as auditMergeDriverConfiguration,ua as auditWorkspaceRelationshipGraph,or as boundAgentEpisodeIdentity,Qg as boundReadOutputRows,Ac as buildChildrenByParent,yS as buildCompactSearchFilterSummary,ib as buildContentFilterEcho,wb as buildContextSignalSnapshot,fm as buildCorpusShapeItemPlan,IE as buildDefectRecurrenceIndex,qa as buildExtensionDescribeResult,sb as buildGovernanceMissingFilterEcho,ly as buildInvalidTypeError,uS as buildItemChildrenRollup,UO as buildItemCompletionMutations,cb as buildItemContextRelevanceCandidates,Py as buildItemNotFoundError,mS as buildItemSchedule,Ga as buildMergeAttributePatterns,gs as buildPmActionToolInputSchema,eI as buildPmRefusalClosureCensus,oE as buildRelationshipContext,Gy as buildSearchCorpus,Uy as buildSemanticCorpusInput,Rn as buildTrackerInitializationRecovery,Wy as buildVectorizationEmbeddingIdentity,Ky as buildVectorizationEmbeddingMetadata,CS as buildVerboseSearchFilters,Fb as buildWorkspaceMemorySnapshot,nr as canonicalDocument,Zf as canonicalizeCommandOptionKey,ih as canonicalizeRelationshipKind,Wx as censusPmRecoveryReferenceProducers,iA as certifyCompleteListResult,ZO as checkExtensionManifestCompatibility,E_ as claim,b_ as claimNext,aE as classifyHistoryAuthorEvent,qS as classifyHostEnvironmentFault,IS as classifyImplicitSemanticFallbackReason,Jt as classifyItemFormatVersion,Ll as classifyLinkedTestFailure,Mh as clearActiveExtensionHooks,Ca as clearDurableGraphCache,Ag as clearFocusedItem,vs as clearWorkspaceContractsCache,A_ as close,vc as closeItem,k_ as closeTask,am as coalesceRepeatedListFlags,GE as collectBlockedByIds,UE as collectBlockedByIdsFromCorpus,Hs as collectDanglingDependencyReferences,BE as collectDependencyBlockedIds,js as collectDuplicateDependencyRows,la as collectDuplicateRelationshipEdgeGroups,xS as collectErrorCauseCodes,Ls as collectHierarchyRelations,zs as collectMissingDependencyTargetIds,$c as collectNewOrderingCycleWarnings,da as collectOrderingCycles,Bs as collectOrderingStorageContradictions,pA as collectPackageContextIntentContracts,ke as collectPackageExtensionDirectories,jh as collectRegisteredItemFieldNames,_g as collectRuntimeCreateFieldValues,uy as collectRuntimeFilterValues,mg as collectRuntimeUpdateFieldValues,hc as collectSubtreeIds,$t as collectUsedExtensionCapabilities,Qf as commandOptionFlagLabel,wu as comments,cu as commitImportedItem,jO as commitItemCompletion,$O as commitItemMutations,WC as commitWorkspaceTransaction,ko as compactFlagAliasContracts,gc as compareCriticalItems,U as comparePmDateVersions,zC as compareRelationshipSnapshots,Mf as compareTimestampStrings,AA as compileHistoryProvenanceMatcher,xT as composeContextIntentContracts,VO as composeExtension,JO as composeExtensionPackage,HE as computeActionabilityReport,qT as computeHistoryDiff,ia as computeRelationshipCentrality,oa as computeRelationshipDominators,Vs as computeWorkspaceGraphFingerprint,ju as config,Ph as consumeAfterCommandAffectedItems,Au as context,kT as contextIntentRowId,O_ as copy,Dl as countFailureCategories,Jg as countReadOutputRows,T_ as create,XA as createAssurancePreset,OE as createAssuranceWorkspaceContext,Df as createCheckpointId,nA as createCompleteListOptions,Th as createCoreCommandHookContext,Je as createCorpusShapeMeasurement,DA as createEmptyAssuranceDocument,ph as createEmptyExtensionRegistrationRegistry,xs as createExtensionCommandSdk,Ft as createExtensionContributionInventory,$R as createExtensionTestHarness,pn as createHistoryEntry,cC as createLazyModule,vy as createMutationGuardSdk,wg as createOutputOmissionReceipt,Ss as createPmCliExpectedError,um as createPmCliProgram,tn as createPmCommandOutputBudget,Fg as createQueryFingerprint,Um as createRelationshipGraphScaleFixture,x as createRelationshipGraphSnapshot,Ce as createRelationshipKindRegistry,Xn as createReproducibleProcessRunner,AS as createSearchCursorFingerprint,yh as createSerialQueue,og as createStdinTokenResolver,zf as createUnknownSubcommandError,Dp as createWorkspaceSnapshot,tR as deactivateExtensionForTest,UI as declineServiceOverride,wT as decodeContextIntentCursor,dC as decodeHtmlEntitiesInOptions,jg as decodeQueryCursor,$g as decodeQueryCursorEnvelope,Ug as decodeQueryCursorState,rT as decodeReadOutputContinuationCursor,yd as dedupeLinkedArtifacts,lb as defaultScoreContextCandidates,WI as defineAfterCommandHook,zI as defineBeforeCommandHook,VI as defineBeforeMutationHook,II as defineCommand,LI as defineCommandOverride,b as defineCorpusShape,HI as defineExporter,HO as defineExtension,zO as defineExtensionBlueprint,RI as defineExtensionManifest,NI as defineFlag,BI as defineImporter,kI as defineItemField,wI as defineItemType,vI as defineMigration,YI as defineOnIndexHook,XI as defineOnReadHook,KI as defineOnWriteHook,DI as defineParserOverride,rn as definePmCommandOutputBudget,uO as definePmCommandOutputEnvelope,aO as definePmErrorCodeCatalog,FI as definePreflightOverride,xI as defineProjectProfile,jI as defineRendererOverride,PI as defineSearchProvider,GI as defineServiceOverride,MI as defineVectorStoreAdapter,Qe as defineWorkspaceRecipe,R_ as deleteItem,Bp as deleteWorkspaceSnapshot,ch as dependencyToRelationship,Fu as deps,qA as deriveAssuranceProposals,KO as deriveExtensionCapabilities,iS as derivePmBulkMutationEffect,Kx as derivePmRecoveryReferenceObligations,za as deriveSchemaEvolutionMigrationId,tC as deriveTelemetryCommandResolution,hy as describeAllowedTransitions,dE as describeExtensionActivation,XO as describeExtensionBlueprint,Qd as describeItemOwnershipConflict,Ue as describeProfileComposition,je as describeProjectProfile,bO as describeUnknownError,gr as detectAgentIdentity,Ar as detectHarnessIdentity,ra as detectRelationshipCommunities,Tr as diagnoseAgentIdentity,_a as diffRelationshipAuditSnapshots,wl as diffTestRunMeasurements,fh as discoverExtensions,vt as discoverNearbyPmRoot,Mm as discoverProjectRuntimeVersionPins,Du as docs,Nu as duplicates,ha as durableGraphCachePath,Aa as durableGraphCacheStatus,Yt as effectiveItemFormatVersion,TC as emitTelemetryErrorEvent,du as emptyImportedDocument,Gg as encodeQueryCursor,tT as encodeReadOutputContinuationCursor,JT as enforceHistoryStreamPolicyForItem,ZT as enforceHistoryStreamPolicyForItems,oO as enrichCliFlagInvocationContract,We as enrichCliFlagInvocationContracts,MC as ensureMaterializedHistoryTarget,ks as ensurePmGitignore,ad as ensureScope,eC as ensureSentryInit,au as ensureTrackerInitialized,ea as enumerateRelationshipPaths,sn as estimatePmOutputTokens,GA as evaluateAssuranceAssertion,$A as evaluateAssuranceGate,ix as evaluateBoundaryFixtures,fb as evaluateContextRanking,wE as evaluateDefectGateEvidence,FA as evaluateMeasurement,Mn as evaluateMutationGuard,El as evaluateProvenanceCoverage,yl as evaluateSemanticAttributionCoverage,Hc as evaluateSimilarityGovernance,fy as evaluateTransition,jy as executeEmbeddingBatchesWithRetry,zy as executeVectorDelete,Vy as executeVectorReset,Hy as executeVectorUpsert,Tm as executeWorkspaceRecipe,fd as expandAddGlobEntries,Od as explainSourceTraceability,v_ as extension,M_ as extensionActivate,L_ as extensionDeactivate,P_ as extensionList,Cf as extensionMigrate,wC as extractPatchFailureContext,Nd as extractReferencedPmItemIdsFromCommand,$m as federateRelationshipGraphSnapshots,Pu as files,Mu as filesDiscover,Lu as filesLookup,Em as findCoverageDeficits,Bc as findDuplicateClusters,Fa as findGitWorkspaceRoot,Xa as findInstalledNpmPackageCandidate,na as findRedundantRelationshipEdges,sa as findRelationshipCutStructure,jc as findSimilarItems,gC as finishTelemetryCommand,jf as flattenFlagListValue,ym as flushTelemetryQueue,I_ as focus,ta as forEachMatchedRelationshipEdge,pa as formatDuplicateEdgeGroup,Fs as formatHierarchyRelation,ca as formatOrderingStorageContradiction,bC as formatPmPositionalActionFlagTip,tl as formatProfileApplyHuman,el as formatProfileLintHuman,Zp as formatProfileListHuman,Qp as formatProfileShowHuman,Ka as formatSchemaEvolutionMigrationHuman,wS as formatVectorIndexRecoveryWarnings,u_ as gc,Sn as generateItemId,Ou as get,wh as getActiveCommandResult,OT as getActiveContextIntentContracts,jt as getActiveExtensionRegistrations,jA as getAssuranceDeclaration,Y_ as getContracts,yg as getFocusedItem,Lt as getHistoryPath,GC as getItemAt,Mt as getItemPath,Fn as getMutationActionContract,ws as getPmGitignoreBlock,Pt as getSettingsPath,X_ as getWorkspaceContracts,mn as getWorkspaceHistoryPath,Gu as graph,ga as graphAuditBaselinePath,Cl as groupHistoryByEpisode,$I as handleServiceOverride,ee as hasSubcommandFlagContractsForCommand,Xy as hasVectorizationEmbeddingIdentityChanged,Yy as hasVectorizationVectorDimensionChanged,UT as hashDocument,jT as hashDocumentForVersion,BT as hashEmptyDocument,l_ as health,qs as hierarchyAncestors,Js as hierarchyDescendants,h_ as historyCompact,g_ as historyCompactBulk,CA as historyEntryMatchesProvenance,__ as historyRedact,m_ as historyRepair,f_ as historyRepairAll,$E as indexBlockedByIds,Gs as indexHierarchyRelations,qy as inferConsistentVectorDimension,en as inferPmOutputBudgetClass,Uu as init,oA as inspectCompleteListResult,Na as inspectHistoryAuthorStream,Dm as inspectProjectRuntimeCompatibility,zn as inspectStaleInProgressItems,fn as inspectWorkspaceHistoryState,Fp as inspectWorkspaceSnapshot,Ha as installMergeFence,Ic as isAlreadyClaimedError,RO as isCommanderError,Xd as isErrnoError,tE as isExternalDependencySourceKind,Kf as isHostOutputSuppressed,Ln as isMutationAction,ah as isOrderingRelationshipKind,ty as isPlaceholderReferenceToken,Os as isPmCliExpectedError,Vr as isPmExtensionCapabilityContract,Kr as isPmExtensionPolicyModeContract,Xr as isPmExtensionPolicySurfaceContract,Wr as isPmExtensionServiceNameContract,rS as isPmKnownExitCode,fO as isPmMutationReceipt,tS as isPmSuccessfulExitCode,zr as isPmToolAction,Lm as isProjectMutatingInvocation,pC as isPureSnakeCaseAlias,ET as isReadOutputBudgetExceeded,vg as isReadRowContract,Ia as isRuntimeRecord,_C as isTerminalPlanMode,hg as isTerminalStatus,Et as isTimestampLiteral,FO as itemDocumentToMutationOptions,_S as itemHasSchedule,Gn as jaccardSimilarity,vu as learnings,Bf as levenshteinDistanceWithinLimit,Vd as limitAnnotationEntries,Md as linkedTestTrustFingerprint,YO as lintExtensionBlueprint,ze as lintProjectProfile,Eu as list,ur as listAgentProvenanceAdapters,sm as listAliasPluralKeys,bu as listAllComplete,wy as listAllDocumentCandidatesCached,kn as listAllItemMetadata,ky as listAllItemMetadataLight,UA as listAssuranceDeclarations,WA as listAssuranceVerdicts,_m as listBuiltinCorpusShapes,wO as listCoreClosedDomainContracts,QE as listGetProjectionFields,TE as listInvalidProvenanceHistoryStreamIds,JE as listListProjectionFields,AE as listMergeReceipts,Dn as listMutationActions,WS as listMutationEvents,ht as listPmCommandFlagBudgets,al as listPmCommandsForFamily,sl as listPmCommandsForTier,W as listPmFlagLexicon,EI as listPmFlagSpellingInventory,cl as listPmMcpToolsForProfile,uI as listPmRequiredArgumentRefusalContracts,_I as listPmSubcommandRefusalContracts,$e as listProfiles,hI as listTrackerPreflightRecoveryContracts,Gp as listWorkspaceSnapshots,lA as loadContextIntentRuntimeLayers,zp as loadCreateTemplateOptions,hh as loadExtensions,ba as loadGraphAuditBaseline,Gf as loadMutationCheckpoint,h as loadRelationshipGraphAdapter,Nn as locateItem,Jh as looksLikeGenericKeyValueEntry,Zg as mapReadOutputRows,EE as markMergeReceiptReconciled,_y as matchesRuntimeFilters,fC as maybeRunFirstUseTelemetryPrompt,hm as measureCorpusShapePlan,Xh as mergeAdditiveTags,WO as mergeExtensionBlueprints,vS as mergeHistoryStreams,DS as mergeItemDocuments,FS as mergeJsonDocuments,dm as mergeLinkedTestTwoTokenEntries,PS as mergeRelationshipEventStreams,bc as mergeSortedWarnings,uC as migrateItemFilesToFormat,Ly as mutateItem,My as mutateItemWithHistoryContext,Tn as mutateWorkspaceJsonWithHistory,Ru as next,mr as normalizeAgentProvenanceAdapterValue,zd as normalizeAnnotationTransportOptions,xA as normalizeAssuranceEvaluation,RA as normalizeAssuranceMutation,cm as normalizeBootstrapInvocation,dg as normalizeBulkIdsValue,Us as normalizeDependencyGraphTarget,nE as normalizeDependencySeedId,rE as normalizeDependencySourceKind,Dt as normalizeExtensionContributionInventory,gE as normalizeInvalidHistoryProvenance,yO as normalizeItemAddressInvocation,qt as normalizeItemFormatVersion,bn as normalizeItemId,er as normalizeItemMetadata,im as normalizeLegacyExtensionActionSyntax,md as normalizeLinkedPath,ey as normalizeParentReferenceValue,Fe as normalizeProfileName,En as normalizeRawItemId,TT as normalizeReadOutputIncludeModeOptions,WT as normalizeReplayPatchOps,$n as normalizeSimilarityText,fg as normalizeStatusForRegistry,Qt as normalizeStatusInput,lg as normalizeStatusInputWithRegistry,OO as normalizeThrownExitCode,ku as notes,At as nowIso,Ta as openDurableGraphCache,Zs as orderingPredecessors,Qs as orderingSuccessors,Cb as packContextCandidates,Tc as packRankedContextItems,V_ as packageActivate,z_ as packageCatalog,W_ as packageDeactivate,B_ as packageDescribe,U_ as packageDoctor,G_ as packageInstall,D_ as packageLifecycle,F_ as packageList,j_ as packageManage,Af as packageMigrate,H_ as packageReload,$_ as packageUninstall,Hg as paginateQueryRows,dd as parseAddEntries,cd as parseAddGlobEntries,Kd as parseAnnotationTextInput,MO as parseAtomicMutationControls,nm as parseBootstrapCommandName,em as parseBootstrapGlobalOptions,rm as parseBootstrapHelpRequest,pm as parseBootstrapTypeValue,ag as parseBulkIdsText,mc as parseContextDepth,pc as parseContextFocusFields,dA as parseContextIntentDeclarations,fc as parseContextSections,Nb as parseContextSignalSnapshot,qh as parseCsvKv,vE as parseDefectChangeRiskRequest,kE as parseDefectRecurrencePolicy,xp as parseEvalQuerySet,Ra as parseGraphSubcommand,TA as parseHistoryProvenanceFilters,_A as parseIntegerLimit,gg as parseItemDocument,LO as parseItemMutationBatch,py as parseLimit,rp as parseLinkedTestAssertionEqualsMap,np as parseLinkedTestAssertionGteMap,qc as parseLinkedTestBoolean,Jc as parseLinkedTestContextMode,Yc as parseLinkedTestEnvClear,Xc as parseLinkedTestEnvSet,op as parseLinkedTestJsonEntries,tp as parseLinkedTestMinLines,ep as parseLinkedTestRegexList,Qc as parseLinkedTestStringList,Zc as parseLinkedTestWorkspaceContextMode,ld as parseMigrateEntries,zE as parseMultiValueFilter,hO as parseMutationReceipt,sg as parseOptionalNonNegativeInteger,ig as parseOptionalNumber,mA as parsePriority,KE as parsePriorityFilterSet,iT as parseReadOutputSession,Bh as parseRegisteredItemFieldAssignments,M as parseRelationshipGraphSnapshot,pd as parseRemoveEntries,Sd as parseSourceLineRange,sy as parseStatusFilterCsv,VE as parseStringFilterSet,zt as parseTags,Il as parseTestRunMeasurements,fA as parseType,WE as parseTypeFilterSet,Pa as parseUnknownAuthorHistoryEventCoordinates,Vb as partitionDecisionEntries,YT as patchPathToChangedField,gt as pathExists,w_ as pauseTask,ya as persistDurableGraphResult,gy as persistSelectedItemFormat,TS as planAgentIdentityVocabularyMutation,Lb as planCompletedAtBackfill,Ve as planProfileApplication,Hx as planRelationshipEventBackfill,Oa as planRelationshipRemediation,Va as planSchemaEvolutionMigration,ka as planUnknownAuthorHistoryAcknowledgment,$p as planWorkspaceSnapshotRestore,RC as positionalShapeKey,xC as positionalSignatureKey,QO as preflightExtension,jn as prepareSimilarityText,eg as preserveMutationStdinTokenFields,Qh as preserveMutationStdinTokenLiterals,FT as printError,DT as printResult,i_ as profile,d_ as profileApply,c_ as profileLint,s_ as profileList,a_ as profileShow,vh as projectAfterCommandItemSnapshot,lc as projectContextFocusRows,Rl as projectFleetAttributionAnalytics,yA as projectHistoryProvenance,dn as projectPmDiagnosticOutput,cn as projectPmDiagnosticText,Sl as projectProvenanceCoverageAnalytics,Gd as projectValidateCounts,ZA as promoteAssuranceAssertion,lx as pruneCompileCacheGenerations,BA as putAssuranceDeclaration,HA as putAssuranceDeclarationBundle,by as queryItemMetadataIndex,Sy as queryLinkedFileMetadataIndex,Oy as querySimilarItemMetadataIndex,Nl as queryTestRunMeasurementsBelow,Sr as quoteCommandArg,br as quoteWindowsCommandArg,NO as rankCommandPaths,Wd as readAnnotationEntries,yr as readAuthorEnvironment,Bl as readBooleanOption,Ob as readContextUsageAffinity,Hl as readCsvListOption,Qa as readExtensionMigrationState,Tt as readFileIfExists,ro as readFirstStringFromCommanderOptions,no as readFirstValueFromCommanderOptions,Al as readHistoryAnalyticsWindow,Sg as readHistoryEntries,ml as readImprovementLedger,Iy as readItemMetadataDerivedIndexState,wn as readLocatedItem,qg as readOutputBudgetCollections,Yg as readOutputContinuationRowCollections,Kg as readOutputContinuationRowPaths,hT as readOutputIncludeModeOptions,Xg as readOutputRowCollections,Wg as readOutputRowPaths,dT as readOutputSessionRemainingTokens,we as readPmPackageManifest,q_ as readRequiredString,On as readSettings,Ty as readSettingsWithMetadata,oo as readStringArrayFromCommanderOptions,jl as readStringOption,SO as readThrownExitCode,Jy as readVectorizationStatusLedger,cA as readWorkspaceContextIntentContracts,Pb as readWorkspaceContextSignals,Gb as readWorkspaceMemory,Ut as reconcileExtensionCapabilityUsage,Cn as reconcileWorkspaceJsonHistory,kh as recordAfterCommandAffectedItem,VA as recordAssuranceVerdict,ic as recordClaimSemanticAttribution,Eb as recordContextUsageServing,bb as recordContextUsageTouch,Sb as recordContextUsageTouches,ac as recordFocusSemanticAttribution,_l as recordImprovementObservation,sc as recordReleaseSemanticAttribution,Ny as refreshItemMetadataDerivedIndex,ja as refreshMergeAttributeFenceIfInstalled,Qy as refreshSearchArtifactsForMutation,_r as registerAgentProvenanceAdapters,lr as registerHarnessSignalDescriptors,Og as registerOutputMaterialFieldGroups,S_ as release,zA as removeAssuranceDeclaration,Ct as removeFileIfExists,Ed as renameArtifactsResultKey,tc as renderCalendarMarkdown,rc as renderCalendarToon,Sc as renderContextMarkdown,Ja as renderExtensionDescribeMarkdown,Ya as renderExtensionSurfaceMarkdown,uu as renderGuideMarkdown,EO as renderMissingOptionRetry,Wb as renderNextMarkdown,kO as renderPmClosedDomainHelp,Or as renderPmCommand,Nr as renderPmCommandAliasMigrationHint,ul as renderPmCommandVisibilityMarkdown,SI as renderPmFlagLexiconMarkdown,tI as renderPmRefusalClosureCensusMarkdown,dy as renderRowsAsCsv,cy as renderRowsAsTable,C_ as reopen,PC as replayHistoryToTarget,zT as replayToCanonicalItemDocument,HT as replayToItemDocument,Yb as requireTerminalReason,qb as requireTerminalReasonWithRecovery,xh as resetActiveExtensionRuntimeState,Xs as resetWorkspaceGraphCache,ir as resolveAgentSessionContextFromSignals,Zd as resolveAnnotationIndex,Yd as resolveAnnotationInput,bg as resolveAuthor,Er as resolveAuthorIdentity,QT as resolveBodyFileContent,mm as resolveBuiltinCorpusShape,ec as resolveCalendarOutputFormat,dO as resolveCanonicalPmErrorCodeContract,sh as resolveCanonicalRelationshipKind,Eg as resolveClaimPrincipal,cg as resolveCliBulkIdsInput,rh as resolveCommandOptionPolicyState,px as resolveCompileCacheGeneration,Mb as resolveCompletionTimestamp,qf as resolveConfiguredPmPackageRoot,tb as resolveContentFieldFilters,IT as resolveContextIntentContract,uc as resolveContextOutputFormat,_c as resolveContextTokenBudget,dS as resolveCreateExplicitEmptyFlag,Dy as resolveEmbeddingProviders,nd as resolveExtensionInstallSourceIdentity,Za as resolveExtensionMigrationStatePath,mh as resolveExtensionRoots,Uf as resolveFlagValueKind,pu as resolveGuideOutputFormat,fl as resolveHistoryEpisodeGroupIdentity,gA as resolveHistoryProvenanceDimensions,LC as resolveHistorySubject,kC as resolveHistoryTarget,OS as resolveHybridSemanticWeight,kt as resolveImplicitPmRoot,Lf as resolveIsoOrRelative,jE as resolveItemBlockers,DO as resolveItemMutationDocument,wt as resolveItemTypeRegistry,pg as resolveItemTypesFilePath,Fl as resolveLinkedTestFailureExitCode,wd as resolveLinkedTestSourceRef,kd as resolveLinkedTestSourceWorkspaceRoot,Ld as resolveLinkedTestTrust,Dd as resolveLinkedTestTrustBatch,Da as resolveMergeInstallContext,eb as resolveMissingMetadataFilters,AO as resolveMissingOptionPlaceholder,kg as resolveModePairedOutputOmissionReceipt,Hb as resolveNextOutputFormat,Mg as resolveOutputOmissionReceipt,Yf as resolvePmCliVersion,Ir as resolvePmCommandAlias,nl as resolvePmCommandCapabilityFamily,nS as resolvePmCommandExitContract,on as resolvePmCommandOutputBudget,mO as resolvePmCommandOutputEnvelope,AC as resolvePmCommandPositionalContract,il as resolvePmCommandVisibilityTier,an as resolvePmDiagnosticOutputBudget,cO as resolvePmErrorCodeContract,hf as resolvePmFlagSemanticConcept,Xf as resolvePmPackageRootFromModule,EC as resolvePmPositionalActionContract,ps as resolvePmPositionalActionFlagContracts,X as resolvePmRoot,_s as resolvePmToolCustomFieldCollision,oy as resolvePriority,Ge as resolveProfile,$a as resolveProjectMergeTypeFolders,Bg as resolveQueryCursorStart,yT as resolveReadOutputDimensions,bT as resolveReadOutputEncoding,eT as resolveReadOutputRecoveryBudget,mT as resolveReadOutputSurface,Pg as resolveReadRowContract,CO as resolveRecoveryCommandName,zh as resolveRegisteredSearchProvider,Vh as resolveRegisteredVectorStoreAdapter,Kn as resolveReproducibleProcessEnvironment,Wt as resolveRuntimeFieldRegistry,Vt as resolveRuntimeStatusRegistry,Fy as resolveSearchCorpusFields,bS as resolveSearchMaxResults,ES as resolveSearchPage,SS as resolveSearchScoreThreshold,RS as resolveSearchTuning,$y as resolveSemanticCorpusCharacterLimit,oc as resolveSemanticLineageIds,Cy as resolveSettingsWithSemanticRuntimeDefaults,lE as resolveSourceContextWritePolicy,rl as resolveStartTaskInProgressStatus,k as resolveSubcommandFlagContractsForCommand,Nf as resolveTelemetryErrorCategory,Xb as resolveTerminalReason,th as resolveTypeDefinition,eh as resolveTypeName,ay as resolveTypeSynonym,my as resolveTypeWorkflows,va as resolveUnknownAuthorAcknowledgmentSelector,NS as resolveVectorIndexRecovery,By as resolveVectorStores,Ms as resolveWorkspaceRelationshipKindRegistry,x_ as restore,$f as restoreCheckpointItems,An as restoreWorkspaceJsonFromHistory,jp as restoreWorkspaceSnapshot,Up as restoreWorkspaceSnapshotWithRecovery,Z_ as runAction,Lh as runActiveBeforeMutationHooks,Fh as runActiveCommandHandler,Dh as runActiveOnIndexHooks,Ht as runActiveOnReadHooks,Bt as runActiveOnWriteHooks,Gh as runActiveParserOverride,$h as runActivePreflightOverride,Uh as runActiveServiceOverride,Ps as runActivity,_h as runAfterCommandHooks,Bd as runAggregate,Jd as runAnnotationCommand,Hd as runAppend,LE as runAssuranceAction,DE as runAssuranceDispatch,uh as runBeforeCommandHooks,nc as runCalendar,Nc as runClaim,wc as runClaimNext,Pc as runClose,Lc as runCloseMany,Dc as runComments,_u as runCompletion,hp as runConfig,Pe as runContext,Tb as runContextEvaluationCorpus,hb as runContextEvaluationScenario,lp as runCopy,ip as runCreate,up as runDelete,Ys as runDeps,bd as runDocs,gO as runDuplicates,wp as runEval,vp as runEvent,od as runExtension,rd as runExtensionMigrateAction,td as runExtensionMigrations,Rd as runFiles,Id as runFilesDiscover,xd as runFilesLookup,Ol as runFleetAttributionAnalytics,_p as runFocus,fp as runGc,mp as runGet,xa as runGraph,lu as runGuide,id as runHealth,sS as runHistory,QS as runHistoryCompact,rO as runHistoryCompactBulk,DC as runHistoryRedact,jS as runHistoryRepair,HS as runHistoryRepairAll,bp as runInit,Cp as runInitAgentGuidance,Fc as runLearnings,Ad as runLinkedArtifacts,Gl as runLinkedTests,jd as runList,kp as runMeet,$S as runMergeDriver,Ba as runMergeInstall,bE as runMergeReceiptReport,zS as runMergeReconcile,xc as runNext,Gc as runNotes,pp as runPlan,Jp as runProfileApply,qp as runProfileLint,Xp as runProfileList,Yp as runProfileShow,bl as runProvenanceCoverageAnalytics,rR as runRegisteredCommandForTest,aR as runRegisteredCommandOverrideForTest,mR as runRegisteredExporterForTest,oR as runRegisteredHookForTest,_R as runRegisteredImporterForTest,uR as runRegisteredMigrationForTest,nR as runRegisteredMutationGuardForTest,iR as runRegisteredParserOverrideForTest,sR as runRegisteredPreflightOverrideForTest,dR as runRegisteredRendererOverrideForTest,pR as runRegisteredSearchProviderForTest,cR as runRegisteredServiceOverrideForTest,lR as runRegisteredVectorStoreAdapterForTest,Ke as runReindex,kc as runRelease,Pp as runRemind,nO as runReopen,Mc as runRestore,Wa as runSchemaEvolutionMigration,Ip as runSearch,gm as runSearchRefreshWorkerEntrypoint,mu as runStartBackgroundRun,kl as runStats,Pl as runTelemetry,Wp as runTemplatesList,Vp as runTemplatesSave,Kp as runTemplatesShow,$l as runTest,Ul as runTestAll,fu as runTestRunsList,gu as runTestRunsLogs,yu as runTestRunsResume,hu as runTestRunsStatus,Tu as runTestRunsStop,Cu as runTestRunsWorker,sp as runUpdate,ap as runUpdateMany,Me as runUpgrade,Ud as runValidate,J_ as runWithActiveExtensions,sr as runWithAgentSessionContext,RT as runWithContextIntentContracts,uA as runWithDiscoveredContextIntentContracts,fr as runWithHarnessDetectionSignals,Yn as runWithReproducibleProcessEnvironment,hr as runWithWorkspaceHarnessSignalDescriptors,et as runWithWorkspaceRecipe,hS as runWorkspaceTransactionGc,Sa as saveGraphAuditBaseline,iE as scanExtensionHostVersions,wa as scanHistoryAuthorAttribution,Zt as scanItemFormatVersions,Pn as scanMutationSecrets,yE as scanProvenanceResolverHealth,Vn as scanStaleInProgressItems,SE as scanStorageIntegrity,Bu as schema,Yu as schemaAddField,Ku as schemaAddStatus,Vu as schemaAddType,Qu as schemaApplyPreset,e_ as schemaInferTypes,Hu as schemaList,Ju as schemaListFields,n_ as schemaRemapStatus,qu as schemaRemoveField,Xu as schemaRemoveStatus,Wu as schemaRemoveType,r_ as schemaRenameField,t_ as schemaRenameType,zu as schemaShow,Zu as schemaShowField,o_ as schemaShowStatus,IO as scoreCommandPathMatch,ub as scoreContextCandidates,_b as scoreContextCandidatesWithActiveExtensions,Bn as scoreItemSimilarity,mI as scorePmGrammarRefusalClosure,oI as scorePmRefusalClosure,Hn as scorePreparedItemSimilarity,gI as scoreTrackerPreflightRecoveryClosure,Su as search,jb as searchWorkspaceMemory,Bb as searchWorkspaceMemoryReadResult,Dg as selectCursorSemanticOptions,su as selectImportAuthor,Ub as selectWorkspaceMemory,$b as selectWorkspaceMemoryRollups,cc as semanticAttributionAffinity,iC as sentryCaptureCliError,oC as sentryFinishCommandSpan,aC as sentryFlush,sC as sentryLogCliUsageError,rC as sentrySetCommandContext,nC as sentryStartCommandSpan,rr as serializeItemDocument,vO as serializeNdjsonRows,PO as serializeNdjsonStream,Ih as setActiveCommandContext,Nh as setActiveCommandResult,Ah as setActiveExtensionCommands,Ch as setActiveExtensionHooks,Eh as setActiveExtensionParsers,bh as setActiveExtensionPreflight,Rh as setActiveExtensionRegistrations,Oh as setActiveExtensionRenderers,Sh as setActiveExtensionServices,Cg as setFocusedItem,mC as shouldCompletePlanOnClose,Ea as shouldPersistDurableGraphCache,ng as shouldResolveMutationStdinTokenField,rg as shouldResolveMutationStdinTokens,Ey as shouldRunSearchRefreshInForeground,Uc as similarityAdvisoryWarnings,Vg as sliceReadOutputRowCollection,Td as sortLinkedArtifacts,Wh as splitAcceptanceCriteria,lC as splitCommaList,tr as splitFrontMatter,CT as stabilizeReadOutputReceiptEstimates,F as stableStringify,lh as stableValueEquals,N_ as startTask,hC as startTelemetryCommand,Iu as stats,ug as statusIsTerminal,tm as stripGlobalBootstrapTokens,KS as subscribeMutationEventBatches,XS as subscribeMutationEvents,gS as summarizeAgentIdentityVocabulary,gl as summarizeAgentModelProvenance,Tl as summarizeAgentProvenance,gb as summarizeContextEvaluationReports,Ml as summarizeContextPreflight,EA as summarizeHistoryProvenance,Ap as summarizeInitResult,CE as summarizeMergeReceipt,cS as supportsCreateExplicitEmpty,TO as supportsItemIdAlias,Wf as suppressHostOutput,z as syncRelationshipGraphAdapter,qO as synthesizeExtensionManifest,ls as toCompletionFlagString,Ec as toContextFocusItem,yc as toContextPackingSummary,Cc as toContextRankingSummary,kf as toErrorMessage,Vl as toEstimatedMinutesValue,ZC as toExtensionFlagDefinitions,ql as toImportBoolean,eu as toImportConfidence,Yl as toImportInteger,ou as toImportLinkedDocs,nu as toImportLinkedFiles,iu as toImportLinkedTests,ru as toImportLogEntries,tu as toImportNormalizedEnum,Ql as toImportNumberMap,Wl as toImportPriority,Xl as toImportStatus,Jl as toImportStringList,Zl as toImportStringMap,Kl as toImportTags,Tg as toItemRecord,zl as toNonEmptyImportString,wf as toNonEmptyStringOrUndefined,VT as toReplayDocument,Un as tokenizeSimilarityText,tg as transferMutationStdinTokenPolicy,JS as translateHostEnvironmentFault,y_ as update,K_ as upgrade,p_ as validate,PA as validateAssertionDefinition,LA as validateAssuranceDocument,MA as validateGateDefinition,GO as validateItemMutationRows,Cd as validateLinkedPaths,vA as validateMeasurementDefinition,ry as validateMissingParentReference,fT as validateReadOutputOptions,iy as validateSprintOrReleaseValue,nh as validateTypeOptions,iO as verifyCliFlagInvocationParity,OC as verifyExplicitPositionalSlotCensus,XT as verifyHistoryChain,KT as verifyHistoryChainWithVersion,FC as verifyHistoryEntries,NC as verifyPmCliGrammar,IC as verifyPmCommandPositionalContracts,bI as verifyPmFlagLexicon,qx as verifyPmRecoveryKindRuntimeCoverage,af as verifyPmRecoveryProducerRuntimeCoverage,Yx as verifyPmRecoveryReferences,Qx as verifyPmRefusalClosureIdentityRatchet,Zx as verifyPmRefusalClosureRatchet,Xx as verifyPmRefusalReachability,uo as verifyToolOptionCliParity,wo as withFlagAliasMetadata,ZS as withHostEnvironmentBoundary,Ks as workspaceGraphCache,qd as wrapOwnershipConflict,xO as wrapThrownErrorForSentry,Cr as writeAuthorEnvironment,yt as writeFileAtomic,Ff as writeMutationCheckpoint,yy as writeSettings,LT as writeStdout,Zy as writeVectorizationStatusLedger,yn as writeWorkspaceJsonWithHistory};
|
|
6
7
|
//# sourceMappingURL=sdk.js.map
|