@unbrained/pm-cli 2026.8.15 → 2026.8.16
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 +26 -9
- package/dist/cli/error-guidance.d.ts +5 -0
- package/dist/cli/error-guidance.js +15 -2
- package/dist/cli/register-history-author.js +16 -11
- package/dist/cli-bundle/bundle-manifest.json +142 -142
- package/dist/cli-bundle/chunks/{chunk-KIEGUBYQ.js → chunk-47OQEOQB.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-WLPDLNEZ.js → chunk-73UGEBRS.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-QHPCJWEJ.js → chunk-HCIYWD6M.js} +34 -34
- package/dist/cli-bundle/chunks/{chunk-J42EGKDK.js → chunk-I2LUWWR5.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-KLKYLSDX.js → chunk-IC5W2T34.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-AIM6VT2N.js → chunk-PANOOBIS.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-MEM2ZS3O.js → chunk-RIS565OA.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-24GAV7XL.js → chunk-TK6N7HGM.js} +2 -2
- package/dist/cli-bundle/chunks/chunk-TOFG2URD.js +197 -0
- package/dist/cli-bundle/chunks/{chunk-LJHOAVGI.js → chunk-URW4QRMI.js} +47 -41
- package/dist/cli-bundle/chunks/{register-list-query-CT3LFDDN.js → register-list-query-EYCXHZAG.js} +2 -2
- package/dist/cli-bundle/chunks/{register-mutation-NWEVA5YS.js → register-mutation-7YVIG54J.js} +4 -4
- package/dist/cli-bundle/chunks/{register-operations-AHIAG5KM.js → register-operations-KGDNRMCL.js} +2 -2
- package/dist/cli-bundle/chunks/{register-setup-ZJZFVAKE.js → register-setup-NVXBOD5I.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-KTKH4IMG.js → chunk-4JPEBFFC.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-5NMFSX26.js +155 -0
- package/dist/cli-bundle/focused-chunks/{chunk-ZMFXQ7VF.js → chunk-6ROKKT4X.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-OKA6ELTL.js → chunk-725JSCMP.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-6XKF3PGV.js → chunk-C7JUBRFP.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-KLVUMNXJ.js → chunk-CODV5LUT.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-DQ6SMTBF.js +2 -0
- package/dist/cli-bundle/focused-chunks/chunk-HAACPSUW.js +2 -0
- package/dist/cli-bundle/focused-chunks/{chunk-EXZA4257.js → chunk-J4UFYHOD.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-7NJ4QYQ2.js → chunk-JX5Z344Q.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-PUISBOPP.js → chunk-L4RDYBIQ.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-NSPYTG6G.js → chunk-NJ5RLEFD.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-KT5XMYSX.js → chunk-QYZERYR5.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-M67F5AIN.js → chunk-SSNDYZTM.js} +2 -2
- package/dist/cli-bundle/focused-chunks/{chunk-ITAUHSO6.js → chunk-T46KLOIB.js} +45 -45
- package/dist/cli-bundle/focused-chunks/{chunk-WTSER4WJ.js → chunk-TZATVC4G.js} +2 -2
- package/dist/cli-bundle/focused-chunks/chunk-WY3WRPVN.js +2 -0
- package/dist/cli-bundle/main.js +10 -10
- 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 +27 -27
- package/dist/cli-bundle/sdk-governance.js +1 -1
- package/dist/cli-bundle/sdk-graph.js +1 -1
- package/dist/cli-bundle/sdk-merge.js +32 -32
- 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 +2 -2
- package/dist/core/history/workspace-history.js +32 -10
- package/dist/core/output/output.js +6 -3
- package/dist/core/shared/errors.d.ts +2 -0
- package/dist/core/shared/errors.js +2 -2
- package/dist/core/store/item-store.js +28 -2
- package/dist/sdk/agent/refusal-reachability.d.ts +10 -2
- package/dist/sdk/agent/refusal-reachability.js +71 -3
- package/dist/sdk/author-attribution.d.ts +56 -11
- package/dist/sdk/author-attribution.js +174 -50
- package/dist/sdk/cli-contracts/flag-contracts.js +5 -2
- package/dist/sdk/cli-contracts/tool-parameter-tables.js +9 -2
- package/dist/sdk/cli-contracts/tool-schema.js +12 -4
- package/dist/sdk/completion.js +11 -4
- package/dist/sdk/generated/generated-error-code-catalog-part-1.js +38 -14
- package/dist/sdk/generated/generated-error-code-catalog-part-2.js +38 -2
- package/dist/sdk/governance/coverage-assurance.d.ts +24 -0
- package/dist/sdk/governance/coverage-assurance.js +61 -0
- package/dist/sdk/governance/extension-host-version.js +20 -9
- package/dist/sdk/index.d.ts +2 -1
- package/dist/sdk/index.js +4 -3
- package/dist/sdk/read-output-contracts.js +5 -3
- package/dist/sdk/runtime.d.ts +2 -5
- package/dist/sdk/runtime.js +3 -2
- package/docs/READ_OUTPUT_CONTRACTS.md +7 -1
- package/docs/RELEASING.md +13 -7
- package/docs/SDK_CONTEXT_INTEGRITY.md +33 -5
- package/docs/SDK_CONTEXT_TRUTH_CONTRACTS.md +13 -5
- package/marketplace.json +2 -2
- package/package.json +1 -1
- package/packages/pm-beads/package.json +1 -1
- package/packages/pm-calendar/package.json +1 -1
- package/packages/pm-command-kit/package.json +1 -1
- package/packages/pm-digital-twin/package.json +1 -1
- package/packages/pm-governance-audit/package.json +1 -1
- package/packages/pm-guide-shell/package.json +1 -1
- package/packages/pm-kanban/package.json +1 -1
- package/packages/pm-lifecycle-hooks/package.json +1 -1
- package/packages/pm-linked-test-adapters/package.json +1 -1
- package/packages/pm-search-advanced/package.json +1 -1
- package/packages/pm-templates/package.json +1 -1
- package/packages/pm-todos/package.json +1 -1
- package/packages/pm-vcs/package.json +1 -1
- package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
- package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
- package/sdk/public-surface.json +131 -16
- package/dist/cli-bundle/chunks/chunk-DSWDLTDR.js +0 -197
- package/dist/cli-bundle/focused-chunks/chunk-4X57RE4U.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-QLNMCESQ.js +0 -155
- package/dist/cli-bundle/focused-chunks/chunk-SLKC6QLJ.js +0 -2
- package/dist/cli-bundle/focused-chunks/chunk-U65UC4G3.js +0 -2
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import{a as Xa,b as et,c as pn,d as Qa,e as ec,f as tc}from"./chunk-J42EGKDK.js";import{A as Io,C as oc,a as kt,b as go,d as Va,j as So}from"./chunk-MEM2ZS3O.js";import{$a as Xe,$b as rc,$c as xo,Bb as Ka,E as ea,Fb as ko,G as b,H as ta,I as na,Ic as Eo,Ja as Da,K as oe,Ka as _o,L as oa,M as tn,Ma as ja,N as sa,Na as Ua,O as co,Oa as ho,P as nn,Q as lo,R as we,S as mo,Sa as cn,T as K,U as po,V as ce,Vb as St,W as ra,Wb as Ya,X as ia,Xa as Ga,Xb as Ja,Y as uo,Ya as dn,Yb as ke,Z as aa,Za as za,_ as fo,_b as Za,ab as Ha,ac as ic,ad as Ro,bb as ln,bc as ac,cd as _c,db as Ze,fa as ca,gc as cc,ha as Ta,hb as vo,hc as dc,ia as Oa,ib as Ba,ic as lc,id as hc,jb as mn,jc as mc,jd as gc,ka as vt,kc as pc,kd as yc,la as $a,ma as Pa,mc as uc,na as Fa,oa as La,pa as Ma,qa as Na,qb as Qe,rc as fc,yb as Le,zb as Wa}from"./chunk-QHPCJWEJ.js";import{$ as Ra,A as da,C as Pe,D as la,E as on,F as ma,G as Fe,H as pa,I as sn,J as ua,K as rn,Ka as an,N as fa,P as _a,Q as ha,Qa as nc,R as ga,S as ya,T as ba,U as wa,V as va,W as ka,X as Sa,Y as Ia,Z as Ea,_ as xa,aa as Aa,b as Yi,ba as Ca,xa as wt}from"./chunk-WLPDLNEZ.js";import{A as Ji,B as Xi,Ka as qa,Rb as yo,T as Zi,ab as ve,b as Hi,c as Xt,d as ao,e as Bi,f as Zt,g as Qt,h as en,i as Vi,jc as bo,l as Wi,n as Ki,oc as wo,qc as sc,xa as Qi}from"./chunk-AIM6VT2N.js";import{$b as Gn,$c as ft,$f as Or,$h as ii,$k as Ui,Aa as jn,Ab as Xs,Ag as gt,Ah as Kr,Ba as Un,Bb as Zs,Bc as M,Bg as Pr,Bh as ne,Bj as ui,C as u,Cb as Qs,Cc as rr,Cf as xr,Cg as Fr,Ch as H,Cj as Yt,Db as er,Dc as Xn,Dd as _r,Dg as Lr,Dj as fi,E as p,Eb as tr,Ed as hr,Eg as Mr,Eh as $e,Fc as ir,Fd as gr,Fh as Yr,Fk as Ii,G as Vs,Gc as ar,Gh as Jr,Gk as Ei,H as be,Hb as D,He as vr,Hh as Wt,Hi as ro,Hk as xi,Ib as nr,If as Rr,Ig as zt,Ih as yt,Ja as P,Je as kr,Jh as Xr,Ji as io,Jj as _i,Ka as Lt,Kg as Nr,Kk as Ri,Lc as He,Lg as Dr,Lh as to,N as Ln,Nh as no,Nk as Ai,Ok as Ci,Pc as cr,Pf as ae,Pg as jr,Pk as Ti,Q as S,Qc as dr,Qf as Ce,Qk as Oi,Ra as E,Rd as Zn,Rh as Zr,Rj as hi,Rk as $i,S as Tt,Sc as Be,Sd as C,Sf as Ut,Sh as Qr,Sj as gi,Sk as Pi,Tc as xe,Td as We,Tf as te,Tg as Ur,Th as ei,Tk as Fi,U as Ws,Ua as A,Uc as lr,Uf as Te,Uh as ti,Ui as di,Uj as yi,Uk as Li,V as Ot,Va as pt,Vc as mr,Vf as Ar,Vh as ni,Vi as li,Vk as Mi,W as $t,Wc as Re,Wf as Oe,Wg as _e,Wk as Ni,X as Pt,Xa as ie,Xc as pr,Xf as Cr,Xh as oi,Xj as bi,Xk as Di,Y as Ft,Yh as si,Yk as ji,Zc as q,Zd as ue,Zf as Tr,Zg as Gr,Zh as ri,_f as Ye,_g as qr,_h as bt,ac as qn,ad as ur,ag as Gt,ah as Ht,ai as Kt,al as Jt,ba as me,bc as zn,bg as fe,bi as ai,bl as Gi,c as x,cg as qt,ch as zr,ci as oo,cl as qi,d as qe,dc as or,dd as fr,di as so,dj as mi,e as Fn,eg as $r,ei as ci,f as G,fa as Ks,fl as O,g as W,ga as mt,gg as J,h as lt,hl as zi,i as Us,ia as Mn,jc as sr,jh as Hr,kd as _t,ke as yr,kf as Sr,lc as Hn,m as Gs,mc as Bn,md as Ve,mh as R,n as qs,nb as Mt,nc as Vn,nd as Dt,ne as br,nf as Ir,ng as Je,nh as Br,o as zs,oc as Wn,oh as Vr,ok as wi,p as Hs,pc as Kn,ph as Wr,pk as vi,qc as Yn,qd as jt,qe as wr,rc as Jn,rd as pe,sb as ze,sc as T,sd as Ae,sg as Qn,tg as ht,ug as eo,vf as Er,x as Bs,xc as Nt,xh as Bt,xk as ki,ya as Nn,yb as Ys,yc as ut,yf as Ke,za as Dn,zb as Js,zh as Vt,zj as pi,zk as Si}from"./chunk-DSWDLTDR.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bb16b445-3bd4-520d-becf-c55621bfa186")}catch{}})();var $g=Us,Pg=Gs,Fg=Hs,Lg=qs,Mg=zs;function bc(e,t,n,o){let s=e.flag.slice(2).replace(/[-_]([a-z])/gu,(i,a)=>a.toUpperCase()),r=n.has(s);return{long:t,...o?{short:o}:{},description:e.description??`Standard pm ${e.flag} option.`,...e.required===!0?{required:!0}:{},...e.list===!0?{list:!0}:{},...e.repeatable===!0?{repeatable:!0}:{},value_type:r?"string":"boolean",...r?{value_name:e.value_name??"value"}:{}}}function wc(e,t=[]){let n=new Set(t.flatMap(s=>s.keys)),o=[];for(let s of pi(e.map(r=>({...r})))){o.push(bc(s,s.flag,n,s.short));for(let r of s.aliases??[])o.push(bc(s,r,n))}return o}var Ng=wc(Yt,di),jl=wc(Jt,li);import{AsyncLocalStorage as Nh}from"node:async_hooks";import Rl from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="27dd77f6-e53d-55b7-be15-db0e60eaec4e")}catch{}})();function vc(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function Ul(e){return e.brief===!0?"brief":typeof e.fields=="string"&&e.fields.trim().length>0||Array.isArray(e.fields)&&e.fields.length>0?"fields":e.compact===!0?"compact":"full"}function Ao(e,t){let n=Ul(t),o=n==="brief"?n:vc(e.projection)&&typeof e.projection.mode=="string"?e.projection.mode:n;return{...e,query_summary:{filters:vc(e.filters)?e.filters:{},projection:o}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6ede8efb-54ec-5b13-a1bf-216b525acc12")}catch{}})();async function kc(e,t){let n=E(t??process.cwd(),e),o=await R(n);return $e(n,o.item_format,P(o,null).type_to_folder,void 0,o.schema)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="b9eae1a3-3eb6-5415-86c3-a8e8e1fedd1f")}catch{}})();function Sc(e){return e.map(t=>({key:t.key,optionName:ur(t),metadataKey:t.metadata_key,type:t.type,commands:[...t.commands],repeatable:t.repeatable,requiredOnCreate:t.required_on_create,...t.description?{description:t.description}:{}}))}function Ic(e){return e.map(t=>({command:t.command,action:t.action,arguments:t.arguments.map(n=>({name:n.name,required:n.required===!0,variadic:n.variadic===!0,description:n.description})),description:t.description,tier:t.tier??"standard"}))}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7c898a52-eba4-5626-8207-5ffefd4990ba")}catch{}})();var Gl=50,Se=new Map;function Co(){Se.clear()}function Ec(e,t){let n=Se.get(e);if(n!==void 0)return n;if(Se.size>=Gl){let s=Se.keys().next().value;Se.delete(s)}let o=t().catch(s=>{throw Se.get(e)===o&&Se.delete(e),s});return Se.set(e,o),o}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6f62939a-7b99-5687-93ae-834e0032f1d5")}catch{}})();var ql={"list-all":{action:"list",options:{excludeTerminal:!1}},"list-draft":{action:"list",options:{status:"draft",excludeTerminal:!1}},"list-open":{action:"list",options:{status:"open",excludeTerminal:!1}},"list-in-progress":{action:"list",options:{status:"in_progress",excludeTerminal:!1}},"list-blocked":{action:"list",options:{status:"blocked",excludeTerminal:!1}},"list-closed":{action:"list",options:{status:"closed",excludeTerminal:!1}},"list-canceled":{action:"list",options:{status:"canceled",excludeTerminal:!1}}};function xc(e){return Object.fromEntries(vr.map(t=>[`${e}-${t}`,{action:e,options:{[t==="adopt-all"?"adoptAll":t]:!0,...e==="package"?{vocabulary:"package"}:{}}}]))}var To={ctx:{action:"context"},...ql,...xc("extension"),...xc("package")};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="41012e87-ed61-56b2-8505-8f786b3952b2")}catch{}})();var Rc="PmCliError";function zl(e){if(!Number.isFinite(e))throw new TypeError("createPmCliExpectedError options.exitCode must be a finite number");let t=Math.trunc(e);if(t<=u.SUCCESS)throw new TypeError("createPmCliExpectedError options.exitCode must be a positive exit code");return t}function Hl(e,t={}){if(typeof e!="string"||e.trim().length===0)throw new TypeError("createPmCliExpectedError message must be a non-empty string");let n=new p(e,zl(t.exitCode??u.USAGE),t.context??{});return"cause"in t&&Object.defineProperty(n,"cause",{value:t.cause,enumerable:!1,configurable:!0,writable:!0}),n}function Oo(e){if(!(e instanceof Error)||e.name!==Rc)return!1;let t=e;return typeof t.exitCode=="number"&&Number.isFinite(t.exitCode)}import{constants as It}from"node:fs";import{lstat as Ac,mkdir as Po,open as Cc}from"node:fs/promises";import he from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bb5dfa6f-b60f-55f2-ae17-3dbcaaff1b47")}catch{}})();function $o(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship event ${t} must be non-empty`);return e.trim()}function Fo(e,t){let n=t.require(e.kind),o=n.direction==="undirected"?[e.source,e.target].sort().join("\0"):`${e.source}\0${e.target}`;return`${n.kind}\0${o}`}function Bl(e){return Object.freeze({...e,...e.payload===void 0?{}:{payload:Object.freeze(structuredClone(e.payload))}})}function Vl(e,t,n,o){let s=n.require(e.kind),r=o.outgoingOne.get(`${s.kind}\0${e.source}`);if(r!==void 0&&r!==t)throw new TypeError(`Relationship outgoing cardinality exceeded for ${s.kind}`);let i=o.incomingOne.get(`${s.kind}\0${e.target}`);if(i!==void 0&&i!==t)throw new TypeError(`Relationship incoming cardinality exceeded for ${s.kind}`);let a=Fo(e,n),c=o.identities.get(a);if(c!==void 0&&c!==t)throw new TypeError(`Relationship edge already active: ${a}`)}function Wl(e){let t=new Map;for(let n of e)n.action==="remove"?t.delete(n.relationshipId):t.set(n.relationshipId,n.edge);return t}function Kl(e,t,n){if(e.expectedVersion!==void 0&&e.expectedVersion!==t)throw new TypeError(`Relationship event version conflict: expected ${e.expectedVersion}, current ${t}`);let o=$o(e.eventId,"eventId");if(n.has(o))throw new TypeError(`Relationship event already exists: ${o}`);if(e.action!=="add"&&e.action!=="remove"&&e.action!=="supersede")throw new TypeError(`Unknown relationship event action: ${e.action}`);if(!Number.isFinite(Date.parse(e.timestamp)))throw new TypeError("Relationship event timestamp must be valid");return{eventId:o,relationshipId:$o(e.relationshipId,"relationshipId"),author:$o(e.author,"author"),timestamp:new Date(e.timestamp).toISOString()}}function Yl(e,t,n,o,s,r){let i=n.has(t);if(e.action==="add"&&i)throw new TypeError(`Relationship is already active: ${t}`);if(e.action!=="add"&&!i)throw new TypeError(`Relationship is not active: ${t}`);if(e.action==="remove")return;if(!e.edge)throw new TypeError(`Relationship ${e.action} event requires an edge`);let a=typeof e.edge.source=="string"?e.edge.source.trim():"",c=typeof e.edge.target=="string"?e.edge.target.trim():"";if(!o.has(a)||!o.has(c))throw new TypeError(`Relationship endpoint not found: ${a} -> ${c}`);let d=new ze([a,c],[e.edge],s).edges()[0];return Vl(d,t,s,r),Bl(d)}var Et=class{#t;#n;#o=[];#r=new Set;#e=new Map;#s={identities:new Map,outgoingOne:new Map,incomingOne:new Map};constructor(t,n={}){this.#t=new Set([...t].filter(o=>typeof o=="string").map(o=>o.trim()).filter(Boolean)),this.#n=n.registry??Mt()}get version(){return this.#o.length}events(){return Object.freeze([...this.#o])}*stream(t={}){let n=t.fromVersion??1,o=t.toVersion??this.version,s=t.batchSize??100;if(!Number.isInteger(n)||n<1)throw new TypeError("Relationship event stream fromVersion must be positive");if(!Number.isInteger(o)||o<0||o>this.version)throw new TypeError(`Relationship event stream toVersion out of range: ${o}`);if(!Number.isInteger(s)||s<1)throw new TypeError("Relationship event stream batchSize must be positive");if(n>o+1)throw new TypeError("Relationship event stream fromVersion exceeds the selected prefix");for(let r=n-1;r<o;r+=s)yield Object.freeze(this.#o.slice(r,Math.min(r+s,o)))}project(t,n,o={}){if(typeof n!="function")throw new TypeError("Relationship event projection requires a reducer");let s=t,r=0,i;for(let a of this.stream({...o,batchSize:256}))for(let c of a)s=n(s,c),r+=1,i=c;return Object.freeze({state:s,version:i?.sequence??Math.max(0,(o.fromVersion??1)-1),processed:r,...i===void 0?{}:{asOf:i.timestamp}})}#i(t,n){let o=this.#n.require(n.kind);this.#s.identities.set(Fo(n,this.#n),t),o.outgoing==="one"&&this.#s.outgoingOne.set(`${o.kind}\0${n.source}`,t),o.incoming==="one"&&this.#s.incomingOne.set(`${o.kind}\0${n.target}`,t)}#a(t){let n=this.#n.require(t.kind);this.#s.identities.delete(Fo(t,this.#n)),n.outgoing==="one"&&this.#s.outgoingOne.delete(`${n.kind}\0${t.source}`),n.incoming==="one"&&this.#s.incomingOne.delete(`${n.kind}\0${t.target}`)}append(t){let n=Kl(t,this.version,this.#r),o=this.#e.get(n.relationshipId),s=Yl(t,n.relationshipId,this.#e,this.#t,this.#n,this.#s),r=Object.freeze({eventId:n.eventId,relationshipId:n.relationshipId,action:t.action,...s===void 0?{}:{edge:s},author:n.author,timestamp:n.timestamp,...t.reason?.trim()?{reason:t.reason.trim()}:{},sequence:this.version+1});return this.#o.push(r),this.#r.add(n.eventId),o&&this.#a(o),t.action==="remove"?this.#e.delete(n.relationshipId):(this.#e.set(n.relationshipId,s),this.#i(n.relationshipId,s)),r}snapshot(t={}){if(t.atVersion!==void 0&&t.atTimestamp!==void 0)throw new TypeError("Relationship snapshot accepts one target");let n;if(t.atTimestamp!==void 0){let r=Date.parse(t.atTimestamp);if(!Number.isFinite(r))throw new TypeError("Relationship snapshot timestamp must be valid");n=this.#o.filter(i=>Date.parse(i.timestamp)<=r)}else{let r=t.atVersion??this.version;if(!Number.isInteger(r)||r<0||r>this.version)throw new TypeError(`Relationship snapshot version out of range: ${r}`);n=this.#o.slice(0,r)}let o=Wl(n),s=new ze(this.#t,o.values(),this.#n);return Object.freeze({version:n.at(-1)?.sequence??0,...n.at(-1)?{asOf:n.at(-1).timestamp}:{},edges:s.edges(),graph:s})}page(t){if(!Number.isInteger(t.limit)||t.limit<1)throw new TypeError("Relationship event page limit must be positive");let n=yr("relationship-events",{order:"append-sequence"}),o=t.cursor===void 0?this.version:Number(br(t.cursor,n).snapshot);if(!Number.isSafeInteger(o)||o<0||o>this.version)throw new TypeError("Relationship event cursor snapshot version is invalid");let s=wr(this.#o.slice(0,o),{cursor:t.cursor,fingerprint:n,limit:t.limit,readId:r=>r.eventId,snapshot:String(o)});return{version:o,events:s.rows,hasMore:s.has_more,...s.next_cursor?{nextCursor:s.next_cursor}:{}}}},Jl="relationship-event-store",Tc=It.O_NOFOLLOW;function un(e){return J(e,Jl,30,`relationship-store:${process.pid}`,!1,!1,3e3)}async function Me(e,t="relationships/events.jsonl"){let n=he.resolve(e),o=he.resolve(n,t),s=he.relative(n,o);if(s.length===0)throw new TypeError("Relationship event path must name a file within the tracker root");if(s===".."||s.startsWith(`..${he.sep}`)||he.isAbsolute(s))throw new TypeError("Relationship event path must stay within the tracker root");if(await Po(n,{recursive:!0}),(await Ac(n)).isSymbolicLink())throw new TypeError("Relationship event tracker root must not be a symbolic link");let i=n;for(let a of s.split(he.sep)){i=he.join(i,a);try{if((await Ac(i)).isSymbolicLink())throw new TypeError("Relationship event path must not contain symbolic links")}catch(c){if(Fn(c))break;throw c}}return o}async function fn(e,t,n){let o=new Et(t,{registry:n}),s,r;try{r=await Cc(e,It.O_RDONLY|Tc),s=await r.readFile("utf8")}catch(a){if(Fn(a))return{log:o,raw:""};throw a}finally{await r?.close()}let i=s.split(`
|
|
2
|
-
`);for(let a=0;a<i.length;a+=1){let c=i[a].trim();if(!c)continue;let d;try{d=JSON.parse(c)}catch{throw new TypeError(`Invalid relationship event JSONL at line ${a+1}`)}if(d.sequence!==o.version+1)throw new TypeError(`Invalid relationship event sequence at line ${a+1}`);o.append({eventId:d.eventId,relationshipId:d.relationshipId,action:d.action,...d.edge===void 0?{}:{edge:d.edge},author:d.author,timestamp:d.timestamp,...d.reason===void 0?{}:{reason:d.reason},expectedVersion:o.version})}return{log:o,raw:s}}function
|
|
3
|
-
`,"utf8")}finally{await i.close()}return this.#e=s,r}finally{await n()}}async appendBatch(t,n={}){let o=await un(this.#t);try{let s=await Me(this.#t,this.#r),{log:r,raw:i}=await fn(s,this.#n,this.#o),a=r.version,c=new Map(r.events().map(m=>[m.eventId,m])),d=[],l=[];for(let m of t){let f=m.eventId.trim(),_=c.get(f);if(_!==void 0){if(n.existingEventPolicy==="skip_identical"&&
|
|
1
|
+
import{a as Za,b as et,c as pn,d as ec,e as tc,f as nc}from"./chunk-I2LUWWR5.js";import{A as Io,C as sc,a as kt,b as go,d as Wa,j as So}from"./chunk-RIS565OA.js";import{$b as Qa,Ab as Ka,Cb as Ya,E as ta,G as b,Gb as ko,H as na,I as oa,Jc as Eo,K as oe,Ka as ja,L as sa,La as _o,M as tn,N as ra,Na as Ua,O as co,Oa as Ga,P as nn,Pa as ho,Q as lo,R as we,S as mo,T as K,Ta as cn,U as po,V as ce,W as ia,Wb as St,X as aa,Xb as Ja,Y as uo,Ya as qa,Yb as Xa,Z as ca,Za as dn,Zb as ke,_ as fo,_a as Ha,ab as Xe,ac as ic,ad as xo,bb as Ba,bc as ac,bd as Ro,cb as ln,cc,dd as hc,eb as Ze,ga as da,hc as dc,ia as Oa,ib as vo,ic as lc,ja as $a,jb as Va,jc as mc,jd as gc,kb as mn,kc as pc,kd as yc,la as vt,lc as uc,ld as bc,ma as Pa,na as Fa,nc as fc,oa as La,pa as Ma,qa as Na,ra as Da,rb as Qe,sc as _c,zb as Le}from"./chunk-HCIYWD6M.js";import{$ as Aa,A as la,C as Pe,D as ma,E as on,F as pa,G as Fe,H as ua,I as sn,J as fa,K as rn,Ka as an,N as _a,P as ha,Q as ga,Qa as oc,R as ya,S as ba,T as wa,U as va,V as ka,W as Sa,X as Ia,Y as Ea,Z as xa,_ as Ra,aa as Ca,b as Ji,ba as Ta,xa as wt}from"./chunk-73UGEBRS.js";import{A as Xi,B as Zi,Ka as za,Rb as yo,T as Qi,ab as ve,b as Bi,c as Xt,d as ao,e as Vi,f as Zt,g as Qt,h as en,i as Wi,jc as bo,l as Ki,n as Yi,oc as wo,qc as rc,xa as ea}from"./chunk-PANOOBIS.js";import{$b as Gn,$c as ft,$f as Or,$h as ii,$k as Gi,Aa as jn,Ab as Xs,Ag as gt,Ah as Kr,Ba as Un,Bb as Zs,Bc as M,Bg as Pr,Bh as ne,Bj as ui,C as u,Cb as Qs,Cc as rr,Cf as xr,Cg as Fr,Ch as H,Cj as Yt,Db as er,Dc as Xn,Dd as _r,Dg as Lr,Dj as fi,E as p,Eb as tr,Ed as hr,Eg as Mr,Eh as $e,Fc as ir,Fd as gr,Fh as Yr,Fk as Ei,G as Vs,Gc as ar,Gh as Jr,Gk as xi,H as be,Hb as D,He as vr,Hh as Wt,Hi as ro,Hk as Ri,Ib as nr,If as Rr,Ig as zt,Ih as yt,Ja as P,Je as kr,Jh as Xr,Ji as io,Jj as _i,Ka as Lt,Kg as Nr,Kk as Ai,Lc as He,Lg as Dr,Lh as to,N as Ln,Nh as no,Nj as hi,Nk as Ci,Ok as Ti,Pc as cr,Pf as ae,Pg as jr,Pk as Oi,Q as S,Qc as dr,Qf as Ce,Qk as $i,Ra as E,Rd as Zn,Rh as Zr,Rj as gi,Rk as Pi,S as Tt,Sc as Be,Sd as C,Sf as Ut,Sh as Qr,Sj as yi,Sk as Fi,Tc as xe,Td as We,Tf as te,Tg as Ur,Th as ei,Tk as Li,U as Ws,Ua as A,Uc as lr,Uf as Te,Uh as ti,Ui as di,Uj as bi,Uk as Mi,V as Ot,Va as pt,Vc as mr,Vf as Ar,Vh as ni,Vi as li,Vk as Ni,W as $t,Wc as Re,Wf as Oe,Wg as _e,Wk as Di,X as Pt,Xa as ie,Xc as pr,Xf as Cr,Xh as oi,Xj as wi,Xk as ji,Y as Ft,Yh as si,Yk as Ui,Zc as q,Zd as ue,Zf as Tr,Zg as Gr,Zh as ri,_f as Ye,_g as qr,_h as bt,ac as qn,ad as ur,ag as Gt,ah as Ht,ai as Kt,al as Jt,ba as me,bc as zn,bg as fe,bi as ai,bl as qi,c as x,cg as qt,ch as zr,ci as oo,cl as zi,d as qe,dc as or,dd as fr,di as so,dj as mi,e as Fn,eg as $r,ei as ci,f as G,fa as Ks,fl as T,g as W,ga as mt,gg as J,h as lt,hl as Hi,i as Us,ia as Mn,jc as sr,jh as Hr,kd as _t,ke as yr,kf as Sr,lc as Hn,m as Gs,mc as Bn,md as Ve,mh as R,n as qs,nb as Mt,nc as Vn,nd as Dt,ne as br,nf as Ir,ng as Je,nh as Br,o as zs,oc as Wn,oh as Vr,ok as vi,p as Hs,pc as Kn,ph as Wr,pk as ki,qc as Yn,qd as jt,qe as wr,rc as Jn,rd as pe,sb as ze,sc as O,sd as Ae,sg as Qn,tg as ht,ug as eo,vf as Er,x as Bs,xc as Nt,xh as Bt,xk as Si,ya as Nn,yb as Ys,yc as ut,yf as Ke,za as Dn,zb as Js,zh as Vt,zj as pi,zk as Ii}from"./chunk-TOFG2URD.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bb16b445-3bd4-520d-becf-c55621bfa186")}catch{}})();var Fg=Us,Lg=Gs,Mg=Hs,Ng=qs,Dg=zs;function wc(e,t,n,o){let s=e.flag.slice(2).replace(/[-_]([a-z])/gu,(i,a)=>a.toUpperCase()),r=n.has(s);return{long:t,...o?{short:o}:{},description:e.description??`Standard pm ${e.flag} option.`,...e.required===!0?{required:!0}:{},...e.list===!0?{list:!0}:{},...e.repeatable===!0?{repeatable:!0}:{},value_type:r?"string":"boolean",...r?{value_name:e.value_name??"value"}:{}}}function vc(e,t=[]){let n=new Set(t.flatMap(s=>s.keys)),o=[];for(let s of pi(e.map(r=>({...r})))){o.push(wc(s,s.flag,n,s.short));for(let r of s.aliases??[])o.push(wc(s,r,n))}return o}var jg=vc(Yt,di),Ul=vc(Jt,li);import{AsyncLocalStorage as jh}from"node:async_hooks";import Al from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="27dd77f6-e53d-55b7-be15-db0e60eaec4e")}catch{}})();function kc(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function Gl(e){return e.brief===!0?"brief":typeof e.fields=="string"&&e.fields.trim().length>0||Array.isArray(e.fields)&&e.fields.length>0?"fields":e.compact===!0?"compact":"full"}function Ao(e,t){let n=Gl(t),o=n==="brief"?n:kc(e.projection)&&typeof e.projection.mode=="string"?e.projection.mode:n;return{...e,query_summary:{filters:kc(e.filters)?e.filters:{},projection:o}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6ede8efb-54ec-5b13-a1bf-216b525acc12")}catch{}})();async function Sc(e,t){let n=E(t??process.cwd(),e),o=await R(n);return $e(n,o.item_format,P(o,null).type_to_folder,void 0,o.schema)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="b9eae1a3-3eb6-5415-86c3-a8e8e1fedd1f")}catch{}})();function Ic(e){return e.map(t=>({key:t.key,optionName:ur(t),metadataKey:t.metadata_key,type:t.type,commands:[...t.commands],repeatable:t.repeatable,requiredOnCreate:t.required_on_create,...t.description?{description:t.description}:{}}))}function Ec(e){return e.map(t=>({command:t.command,action:t.action,arguments:t.arguments.map(n=>({name:n.name,required:n.required===!0,variadic:n.variadic===!0,description:n.description})),description:t.description,tier:t.tier??"standard"}))}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7c898a52-eba4-5626-8207-5ffefd4990ba")}catch{}})();var ql=50,Se=new Map;function Co(){Se.clear()}function xc(e,t){let n=Se.get(e);if(n!==void 0)return n;if(Se.size>=ql){let s=Se.keys().next().value;Se.delete(s)}let o=t().catch(s=>{throw Se.get(e)===o&&Se.delete(e),s});return Se.set(e,o),o}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6f62939a-7b99-5687-93ae-834e0032f1d5")}catch{}})();var zl={"list-all":{action:"list",options:{excludeTerminal:!1}},"list-draft":{action:"list",options:{status:"draft",excludeTerminal:!1}},"list-open":{action:"list",options:{status:"open",excludeTerminal:!1}},"list-in-progress":{action:"list",options:{status:"in_progress",excludeTerminal:!1}},"list-blocked":{action:"list",options:{status:"blocked",excludeTerminal:!1}},"list-closed":{action:"list",options:{status:"closed",excludeTerminal:!1}},"list-canceled":{action:"list",options:{status:"canceled",excludeTerminal:!1}}};function Rc(e){return Object.fromEntries(vr.map(t=>[`${e}-${t}`,{action:e,options:{[t==="adopt-all"?"adoptAll":t]:!0,...e==="package"?{vocabulary:"package"}:{}}}]))}var To={ctx:{action:"context"},...zl,...Rc("extension"),...Rc("package")};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="41012e87-ed61-56b2-8505-8f786b3952b2")}catch{}})();var Ac="PmCliError";function Hl(e){if(!Number.isFinite(e))throw new TypeError("createPmCliExpectedError options.exitCode must be a finite number");let t=Math.trunc(e);if(t<=u.SUCCESS)throw new TypeError("createPmCliExpectedError options.exitCode must be a positive exit code");return t}function Bl(e,t={}){if(typeof e!="string"||e.trim().length===0)throw new TypeError("createPmCliExpectedError message must be a non-empty string");let n=new p(e,Hl(t.exitCode??u.USAGE),t.context??{});return"cause"in t&&Object.defineProperty(n,"cause",{value:t.cause,enumerable:!1,configurable:!0,writable:!0}),n}function Oo(e){if(!(e instanceof Error)||e.name!==Ac)return!1;let t=e;return typeof t.exitCode=="number"&&Number.isFinite(t.exitCode)}import{constants as It}from"node:fs";import{lstat as Cc,mkdir as Po,open as Tc}from"node:fs/promises";import he from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bb5dfa6f-b60f-55f2-ae17-3dbcaaff1b47")}catch{}})();function $o(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship event ${t} must be non-empty`);return e.trim()}function Fo(e,t){let n=t.require(e.kind),o=n.direction==="undirected"?[e.source,e.target].sort().join("\0"):`${e.source}\0${e.target}`;return`${n.kind}\0${o}`}function Vl(e){return Object.freeze({...e,...e.payload===void 0?{}:{payload:Object.freeze(structuredClone(e.payload))}})}function Wl(e,t,n,o){let s=n.require(e.kind),r=o.outgoingOne.get(`${s.kind}\0${e.source}`);if(r!==void 0&&r!==t)throw new TypeError(`Relationship outgoing cardinality exceeded for ${s.kind}`);let i=o.incomingOne.get(`${s.kind}\0${e.target}`);if(i!==void 0&&i!==t)throw new TypeError(`Relationship incoming cardinality exceeded for ${s.kind}`);let a=Fo(e,n),c=o.identities.get(a);if(c!==void 0&&c!==t)throw new TypeError(`Relationship edge already active: ${a}`)}function Kl(e){let t=new Map;for(let n of e)n.action==="remove"?t.delete(n.relationshipId):t.set(n.relationshipId,n.edge);return t}function Yl(e,t,n){if(e.expectedVersion!==void 0&&e.expectedVersion!==t)throw new TypeError(`Relationship event version conflict: expected ${e.expectedVersion}, current ${t}`);let o=$o(e.eventId,"eventId");if(n.has(o))throw new TypeError(`Relationship event already exists: ${o}`);if(e.action!=="add"&&e.action!=="remove"&&e.action!=="supersede")throw new TypeError(`Unknown relationship event action: ${e.action}`);if(!Number.isFinite(Date.parse(e.timestamp)))throw new TypeError("Relationship event timestamp must be valid");return{eventId:o,relationshipId:$o(e.relationshipId,"relationshipId"),author:$o(e.author,"author"),timestamp:new Date(e.timestamp).toISOString()}}function Jl(e,t,n,o,s,r){let i=n.has(t);if(e.action==="add"&&i)throw new TypeError(`Relationship is already active: ${t}`);if(e.action!=="add"&&!i)throw new TypeError(`Relationship is not active: ${t}`);if(e.action==="remove")return;if(!e.edge)throw new TypeError(`Relationship ${e.action} event requires an edge`);let a=typeof e.edge.source=="string"?e.edge.source.trim():"",c=typeof e.edge.target=="string"?e.edge.target.trim():"";if(!o.has(a)||!o.has(c))throw new TypeError(`Relationship endpoint not found: ${a} -> ${c}`);let d=new ze([a,c],[e.edge],s).edges()[0];return Wl(d,t,s,r),Vl(d)}var Et=class{#t;#n;#o=[];#r=new Set;#e=new Map;#s={identities:new Map,outgoingOne:new Map,incomingOne:new Map};constructor(t,n={}){this.#t=new Set([...t].filter(o=>typeof o=="string").map(o=>o.trim()).filter(Boolean)),this.#n=n.registry??Mt()}get version(){return this.#o.length}events(){return Object.freeze([...this.#o])}*stream(t={}){let n=t.fromVersion??1,o=t.toVersion??this.version,s=t.batchSize??100;if(!Number.isInteger(n)||n<1)throw new TypeError("Relationship event stream fromVersion must be positive");if(!Number.isInteger(o)||o<0||o>this.version)throw new TypeError(`Relationship event stream toVersion out of range: ${o}`);if(!Number.isInteger(s)||s<1)throw new TypeError("Relationship event stream batchSize must be positive");if(n>o+1)throw new TypeError("Relationship event stream fromVersion exceeds the selected prefix");for(let r=n-1;r<o;r+=s)yield Object.freeze(this.#o.slice(r,Math.min(r+s,o)))}project(t,n,o={}){if(typeof n!="function")throw new TypeError("Relationship event projection requires a reducer");let s=t,r=0,i;for(let a of this.stream({...o,batchSize:256}))for(let c of a)s=n(s,c),r+=1,i=c;return Object.freeze({state:s,version:i?.sequence??Math.max(0,(o.fromVersion??1)-1),processed:r,...i===void 0?{}:{asOf:i.timestamp}})}#i(t,n){let o=this.#n.require(n.kind);this.#s.identities.set(Fo(n,this.#n),t),o.outgoing==="one"&&this.#s.outgoingOne.set(`${o.kind}\0${n.source}`,t),o.incoming==="one"&&this.#s.incomingOne.set(`${o.kind}\0${n.target}`,t)}#a(t){let n=this.#n.require(t.kind);this.#s.identities.delete(Fo(t,this.#n)),n.outgoing==="one"&&this.#s.outgoingOne.delete(`${n.kind}\0${t.source}`),n.incoming==="one"&&this.#s.incomingOne.delete(`${n.kind}\0${t.target}`)}append(t){let n=Yl(t,this.version,this.#r),o=this.#e.get(n.relationshipId),s=Jl(t,n.relationshipId,this.#e,this.#t,this.#n,this.#s),r=Object.freeze({eventId:n.eventId,relationshipId:n.relationshipId,action:t.action,...s===void 0?{}:{edge:s},author:n.author,timestamp:n.timestamp,...t.reason?.trim()?{reason:t.reason.trim()}:{},sequence:this.version+1});return this.#o.push(r),this.#r.add(n.eventId),o&&this.#a(o),t.action==="remove"?this.#e.delete(n.relationshipId):(this.#e.set(n.relationshipId,s),this.#i(n.relationshipId,s)),r}snapshot(t={}){if(t.atVersion!==void 0&&t.atTimestamp!==void 0)throw new TypeError("Relationship snapshot accepts one target");let n;if(t.atTimestamp!==void 0){let r=Date.parse(t.atTimestamp);if(!Number.isFinite(r))throw new TypeError("Relationship snapshot timestamp must be valid");n=this.#o.filter(i=>Date.parse(i.timestamp)<=r)}else{let r=t.atVersion??this.version;if(!Number.isInteger(r)||r<0||r>this.version)throw new TypeError(`Relationship snapshot version out of range: ${r}`);n=this.#o.slice(0,r)}let o=Kl(n),s=new ze(this.#t,o.values(),this.#n);return Object.freeze({version:n.at(-1)?.sequence??0,...n.at(-1)?{asOf:n.at(-1).timestamp}:{},edges:s.edges(),graph:s})}page(t){if(!Number.isInteger(t.limit)||t.limit<1)throw new TypeError("Relationship event page limit must be positive");let n=yr("relationship-events",{order:"append-sequence"}),o=t.cursor===void 0?this.version:Number(br(t.cursor,n).snapshot);if(!Number.isSafeInteger(o)||o<0||o>this.version)throw new TypeError("Relationship event cursor snapshot version is invalid");let s=wr(this.#o.slice(0,o),{cursor:t.cursor,fingerprint:n,limit:t.limit,readId:r=>r.eventId,snapshot:String(o)});return{version:o,events:s.rows,hasMore:s.has_more,...s.next_cursor?{nextCursor:s.next_cursor}:{}}}},Xl="relationship-event-store",Oc=It.O_NOFOLLOW;function un(e){return J(e,Xl,30,`relationship-store:${process.pid}`,!1,!1,3e3)}async function Me(e,t="relationships/events.jsonl"){let n=he.resolve(e),o=he.resolve(n,t),s=he.relative(n,o);if(s.length===0)throw new TypeError("Relationship event path must name a file within the tracker root");if(s===".."||s.startsWith(`..${he.sep}`)||he.isAbsolute(s))throw new TypeError("Relationship event path must stay within the tracker root");if(await Po(n,{recursive:!0}),(await Cc(n)).isSymbolicLink())throw new TypeError("Relationship event tracker root must not be a symbolic link");let i=n;for(let a of s.split(he.sep)){i=he.join(i,a);try{if((await Cc(i)).isSymbolicLink())throw new TypeError("Relationship event path must not contain symbolic links")}catch(c){if(Fn(c))break;throw c}}return o}async function fn(e,t,n){let o=new Et(t,{registry:n}),s,r;try{r=await Tc(e,It.O_RDONLY|Oc),s=await r.readFile("utf8")}catch(a){if(Fn(a))return{log:o,raw:""};throw a}finally{await r?.close()}let i=s.split(`
|
|
2
|
+
`);for(let a=0;a<i.length;a+=1){let c=i[a].trim();if(!c)continue;let d;try{d=JSON.parse(c)}catch{throw new TypeError(`Invalid relationship event JSONL at line ${a+1}`)}if(d.sequence!==o.version+1)throw new TypeError(`Invalid relationship event sequence at line ${a+1}`);o.append({eventId:d.eventId,relationshipId:d.relationshipId,action:d.action,...d.edge===void 0?{}:{edge:d.edge},author:d.author,timestamp:d.timestamp,...d.reason===void 0?{}:{reason:d.reason},expectedVersion:o.version})}return{log:o,raw:s}}function Zl(e,t,n,o){let s=Date.parse(t.timestamp),r;return t.action!=="remove"&&t.edge!==void 0&&(r=new ze(n,[t.edge],o).edges()[0]),e.eventId===t.eventId.trim()&&e.relationshipId===t.relationshipId.trim()&&e.action===t.action&&e.author===t.author.trim()&&Number.isFinite(s)&&e.timestamp===new Date(s).toISOString()&&e.reason===(t.reason?.trim()||void 0)&&D(e.edge)===D(r)}var _n=class e{#t;#n;#o;#r;#e;constructor(t,n,o,s){this.#t=t.pmRoot,this.#n=n,this.#o=t.registry,this.#r=o,this.#e=s}static async open(t){let n=Object.freeze([...t.nodes]),o=await Me(t.pmRoot,t.relativePath),s=await un(t.pmRoot);try{await Me(t.pmRoot,o);let{log:r}=await fn(o,n,t.registry);return new e(t,n,o,r)}finally{await s()}}get path(){return this.#r}async currentVersion(){return this.#e=await this.#s(),this.#e.version}async append(t){let n=await un(this.#t);try{let o=await Me(this.#t,this.#r),{log:s}=await fn(o,this.#n,this.#o),r=s.append(t);await Po(he.dirname(o),{recursive:!0}),await Me(this.#t,o);let i=await Tc(o,It.O_APPEND|It.O_CREAT|It.O_WRONLY|Oc);try{await i.appendFile(`${JSON.stringify(r)}
|
|
3
|
+
`,"utf8")}finally{await i.close()}return this.#e=s,r}finally{await n()}}async appendBatch(t,n={}){let o=await un(this.#t);try{let s=await Me(this.#t,this.#r),{log:r,raw:i}=await fn(s,this.#n,this.#o),a=r.version,c=new Map(r.events().map(m=>[m.eventId,m])),d=[],l=[];for(let m of t){let f=m.eventId.trim(),_=c.get(f);if(_!==void 0){if(n.existingEventPolicy==="skip_identical"&&Zl(_,m,this.#n,this.#o)){l.push(_.eventId);continue}if(n.existingEventPolicy==="skip_identical")throw new TypeError(`Relationship event id collision with different content: ${f}`)}let h=r.append(m);c.set(h.eventId,h),d.push(h)}if(d.length>0){let m=i.length===0||i.endsWith(`
|
|
4
4
|
`)?i:`${i}
|
|
5
5
|
`;await Po(he.dirname(s),{recursive:!0}),await Me(this.#t,s),await W(s,`${m}${d.map(f=>JSON.stringify(f)).join(`
|
|
6
6
|
`)}
|
|
7
|
-
`)}return this.#e=r,Object.freeze({version_before:a,version_after:r.version,appended:Object.freeze(d),skipped_event_ids:Object.freeze(l)})}finally{await o()}}async snapshot(t={}){return this.#e=await this.#s(),this.#e.snapshot(t)}async page(t){return this.#e=await this.#s(),this.#e.page(t)}async*stream(t={}){this.#e=await this.#s(),yield*this.#e.stream(t)}async project(t,n,o={}){return this.#e=await this.#s(),this.#e.project(t,n,o)}async#s(){let t=await un(this.#t);try{let n=await Me(this.#t,this.#r);return(await fn(n,this.#n,this.#o)).log}finally{await t()}}};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ff13ec2a-64a8-5512-973f-5447be945978")}catch{}})();function Lo(e){let t=Mt();for(let n of e)t.register(n);return t}function
|
|
7
|
+
`)}return this.#e=r,Object.freeze({version_before:a,version_after:r.version,appended:Object.freeze(d),skipped_event_ids:Object.freeze(l)})}finally{await o()}}async snapshot(t={}){return this.#e=await this.#s(),this.#e.snapshot(t)}async page(t){return this.#e=await this.#s(),this.#e.page(t)}async*stream(t={}){this.#e=await this.#s(),yield*this.#e.stream(t)}async project(t,n,o={}){return this.#e=await this.#s(),this.#e.project(t,n,o)}async#s(){let t=await un(this.#t);try{let n=await Me(this.#t,this.#r);return(await fn(n,this.#n,this.#o)).log}finally{await t()}}};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ff13ec2a-64a8-5512-973f-5447be945978")}catch{}})();function Lo(e){let t=Mt();for(let n of e)t.register(n);return t}function $c(e,t){return{client:t,isItemNotFoundError:n=>Oo(n)&&n.exitCode===u.NOT_FOUND,getItemAt:(n,o)=>Ki(n,o,{pmRoot:e}),openRelationshipEventStore:n=>_n.open({pmRoot:e,nodes:n.nodes,registry:Lo(n.definitions),...n.relativePath===void 0?{}:{relativePath:n.relativePath}}),createRelationshipGraph:n=>new ze(n.nodes,n.edges,Lo(n.definitions)),analyzeRelationshipImpact:(n,o,s)=>Yi(n,o,s),validateRelationshipEvents:n=>{let o=new Et(n.nodes,{registry:Lo(n.definitions)});return n.events.map(s=>o.append({...s,expectedVersion:o.version}))},commitWorkspaceTransaction:n=>Ji({...n,pmRoot:e})}}import{readFile as Ql}from"node:fs/promises";import em 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]="7ba0243e-98d1-5aef-bd47-54f0b630be58")}catch{}})();var Mo="context-intents.json";function hn(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function tm(e,t,n){if(!hn(e))throw new TypeError(`${t} context intent at index ${String(n)} must be an object`);let o=e.included_field_groups;if(typeof e.command!="string"||typeof e.intent!="string"||typeof e.description!="string"||!Array.isArray(o)||!o.every(s=>typeof s=="string")||typeof e.token_budget!="number")throw new TypeError(`${t} context intent at index ${String(n)} has an invalid contract shape`);return{command:e.command,intent:e.intent,description:e.description,included_field_groups:o,token_budget:e.token_budget}}function Pc(e,t){let n=Array.isArray(e)?e:hn(e)&&Array.isArray(e.intents)?e.intents:void 0;if(!n)throw new TypeError(`${t} context intents must be an array or an object with an intents array`);return n.map((o,s)=>tm(o,t,s))}async function nm(e){let t=em.join(e,Mo),n;try{n=await Ql(t,"utf8")}catch(s){if(qe(s))return[];throw s}let o;try{o=JSON.parse(n)}catch(s){let r=s instanceof Error?s.message:String(s);throw new TypeError(`Invalid ${Mo}: ${r}`,{cause:s})}return Pc(o,Mo)}function om(e){if(!hn(e))return;let t=e.contextIntents??e.context_intents;if(t!==void 0)return t;let n=e.default;return hn(n)?n.contextIntents??n.context_intents:void 0}function sm(e){return e.flatMap(t=>{let n=om(t.module);return n===void 0?[]:Pc(n,`package ${t.name}`)})}async function rm(e){let t=await nm(e.pmRoot),n=sm(e.packages??[]);return{workspaceContracts:t,packageContracts:n}}async function No(e,t){let n=await rm(e);return await Er(n,t)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="9e3ba7e9-8822-53ba-981e-e177be5219f3")}catch{}})();async function Lc(e,t,n){if(t.body===void 0)throw new p("Missing required --body text",u.USAGE);let o=zt(),s=E(process.cwd(),n.path);if(!await x(A(s)))throw new p(`Tracker is not initialized at ${s}. Run pm init first.`,u.NOT_FOUND);let r=await R(s),i=C(t.author,r.author_default),c=(await o.resolveValue(t.body,"--body")).trim();if(c.length===0)throw new p("--body text cannot be empty; append requires non-blank content and empty appends would only rewrite updated_at.",u.USAGE,{code:"append_empty_body",required:"Provide non-empty body text positionally, via --body, or with - for stdin.",examples:['pm append pm-a1b2 --body "Progress note"',"pm append pm-a1b2 --body -"]});let d=await yt({pmRoot:s,settings:r,id:e,op:"append",author:i,message:t.message,force:t.force,mutate(l){let m=l.body.trim().length>0?`
|
|
8
8
|
|
|
9
9
|
`:"";return l.body=`${l.body.trimEnd()}${m}${c}
|
|
10
|
-
`,{changedFields:["body"]}}});return{item:d.item,appended:c,changed_fields:d.changedFields}}import rm from"fast-json-patch";import Do from"node:fs/promises";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="353be665-9f67-5d0e-99c9-6bbb7e927e0b")}catch{}})();function im(e,t){return Hi(e,t,{errorSubject:"restore",allowFutureTimestamp:!0})}function am(e){let t=ao(e,e.length-1);return Object.keys(t.metadata).length===0?{metadata:{},body:t.body}:Ae(Te(t))}async function cm(e,t,n,o){let s=await ne(e,t,n.id_prefix,n.item_format,o);if(s){let c=ie(e,s.id),d=await $r({pmRoot:e,settings:n,itemId:s.id,commandLabel:"restore"});return{id:s.id,historyPath:c,located:s,historyPolicyWarnings:d.warnings}}let r=ht(t,n.id_prefix),i=Qn(t),a=r===i?[r]:[r,i];for(let c of a){let d=ie(e,c);if(await x(d))return{id:c,historyPath:d,located:null,historyPolicyWarnings:[]}}throw new p(`Item ${t} not found`,u.NOT_FOUND)}function dm(e,t){let n=Oe(e),o=Oe(t),s=rm.compare(n,o),r=new Set;for(let i of s){if(i.path==="/body"||i.path.startsWith("/body/")){r.add("body");continue}let a=i.path.replace(/^\/(?:metadata|front_matter)\/?/,"").split("/")[0];r.add(a.replaceAll("~1","/").replaceAll("~0","~"))}return Array.from(r).sort((i,a)=>i.localeCompare(a))}async function lm(e){if(await G(e.subject.historyPath)!==e.historyRawBeforeLock)throw new p(`History for ${e.resolvedId} changed while waiting for lock; retry restore.`,u.CONFLICT);let n=await ne(e.pmRoot,e.resolvedId,e.settings.id_prefix,e.settings.item_format,e.typeToFolder),o=n?await H(n,{schema:e.settings.schema}):null;if((o?.raw??null)!==e.currentItemRawBeforeLock)throw new p(`Item ${e.resolvedId} changed while waiting for lock; retry restore.`,u.CONFLICT);return{loadedItemUnderLock:o,existingItemPath:n?.itemPath??null}}function mm(e,t){return e?{document:e.document,originalRaw:e.raw}:{document:am(t),originalRaw:null}}function pm(e){let t=e.document.metadata.assignee?.trim();if(!(t&&t!==e.author&&!e.force))return[];if(e.enforcement==="strict")throw new p(`Item ${e.resolvedId} is assigned to ${t}. Use --force to override.`,u.CONFLICT);return e.enforcement==="warn"?[`ownership_warning:assignee_conflict:${e.resolvedId}:${t}`]:[]}async function um(e){if(e.existingItemPath&&e.resolvedOriginalRaw!==null&&e.restoredItemPath!==e.existingItemPath){await W(e.existingItemPath,e.resolvedOriginalRaw),await Do.rm(e.restoredItemPath,{force:!0});return}if(e.existingItemPath&&e.resolvedOriginalRaw!==null){await W(e.existingItemPath,e.resolvedOriginalRaw);return}await Do.rm(e.restoredItemPath,{force:!0})}async function fm(e){return[...await M({path:e.restoredItemPath,scope:"project",op:"restore",item_id:e.after.metadata.id,item_type:e.after.metadata.type,before:e.before,after:e.after,changed_fields:["restored"]}),...await M({path:e.historyPath,scope:"project",op:"restore:history",item_id:e.after.metadata.id,item_type:e.after.metadata.type,before:e.before,after:e.after,changed_fields:["restored"]})]}async function Ne(e,t,n,o){let s=E(process.cwd(),o.path);if(!await x(A(s)))throw new p(`Tracker is not initialized at ${s}. Run pm init first.`,u.NOT_FOUND);let r=await R(s),i=P(r,T()),a=await cm(s,e,r,i.type_to_folder),c=a.id,d=await G(a.historyPath),l=await We(a.historyPath,c);if(l.length===0)throw new p(`No history exists for ${c}; restore is unavailable.`,u.NOT_FOUND);let m=im(t,l),f=Bi(ao(l,m.historyIndex),m),_=Ar(f,{schema:r.schema});if(_.metadata.id!==c)throw new p(`Restore target resolved to item ${_.metadata.id}, expected ${c}.`,u.GENERIC_FAILURE);let w=(a.located?await H(a.located,{schema:r.schema}):null)?.raw??null,y=C(n.author,r.author_default),g=await J(s,c,r.locks.ttl_seconds,y,!!n.force,r.governance.force_required_for_stale_lock,r.locks.wait_ms);try{let{loadedItemUnderLock:k,existingItemPath:I}=await lm({pmRoot:s,resolvedId:c,subject:a,settings:r,typeToFolder:i.type_to_folder,historyRawBeforeLock:d,currentItemRawBeforeLock:w}),F="toon",$=mm(k,l),B=pm({document:$.document,author:y,force:n.force,enforcement:r.governance.ownership_enforcement,resolvedId:c}),j=dm($.document,_);await rr({pm_root:s,operation:"restore",before:$.document,after:_,changed_fields:j,sdk:Jr({pmRoot:s,settings:r,typeToFolder:i.type_to_folder})});let ee=pe(_,{format:F,schema:r.schema}),V=pt(s,_.metadata.type,c,F,i.type_to_folder),re=await Bt(s,y),U=[];try{await W(V,ee),I&&V!==I&&await Do.rm(I);let Nl=ae({nowIso:S(),author:y,op:"restore",before:$.document,after:_,message:n.message});try{await Ce(a.historyPath,Nl)}catch(Dl){throw await um({existingItemPath:I,resolvedOriginalRaw:$.originalRaw,restoredItemPath:V}),Dl}U=await Vt({pmRoot:s,preferredFormat:r.item_format,typeToFolder:i.type_to_folder,schema:r.schema,itemPath:V,previousItemPath:I??void 0,document:_})}finally{await re()}let Pn=await fm({restoredItemPath:V,historyPath:a.historyPath,before:$.document,after:_});Nt({id:_.metadata.id,op:"restore",item_type:_.metadata.type,previous_status:$.document.metadata.status,status:_.metadata.status,previous:ut($.document.metadata,j),current:ut(_.metadata,j),changed_fields:j});let js=l[m.historyIndex];return{item:_.metadata,restored_from:{kind:m.kind,target:m.raw,history_index:m.historyIndex+1,entry_ts:js.ts,entry_op:js.op},changed_fields:j,warnings:[...a.historyPolicyWarnings,...B,...U,...Pn]}}finally{await g()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4da07a98-855e-59cf-a6a4-2f59a8b3c0bd")}catch{}})();var Mc=1,jo="close-many",_m=["--filter-status","--filter-type","--filter-tag","--filter-priority","--filter-sprint","--filter-release","--filter-parent","--filter-assignee","--filter-updated-before","--ids"].join(", ");function hm(e,t){return kt(e,t,{includePagination:!1})}function gm(e,t){return kt(e,t)}function ym(e){if(e?.ids!=null&&String(e.ids).trim().length===0)throw new p("--ids requires at least one non-empty item ID",u.USAGE)}function bm(e){let t={};if(!e)return t;for(let[n,o]of Object.entries(e))o==null||typeof o=="string"&&!o.split(",").some(s=>s.trim().length>0)||(t[n]=o);return t}function wm(e,t){let n=String(e??"").trim();if(n.length>0)return n;if(t)throw new p("pm close-many requires a shared close reason via --reason because governance.require_close_reason is enabled.",u.USAGE,{code:"close_reason_required",required:"Provide a shared closing summary via --reason for the whole batch.",why:"governance.require_close_reason is enabled, so every close must record why the items are done.",examples:['pm close-many --filter-sprint S-12 --reason "Sprint S-12 acceptance criteria met"','pm close-many --ids pm-a,pm-b --reason "Superseded by redesign"'],nextSteps:["Re-run with --reason describing the shared outcome.","To stop requiring reasons, run: pm config set governance-require-close-reason --policy disabled"]})}async function vm(e,t){let n=q(t.schema),o=P(t,T()),s=await $e(e,t.item_format,o.type_to_folder,void 0,t.schema),r=new Map,i=new Map;for(let a of s){if(typeof a.parent!="string"||a.parent.length===0||(i.set(a.id,a.parent),Ve(a.status,n)))continue;let c=r.get(a.parent);c?c.push(a.id):r.set(a.parent,[a.id])}for(let a of r.values())a.sort((c,d)=>c.localeCompare(d));return{childrenByParent:r,parentByChild:i}}function Lc(e,t,n){let o=n?.get(e);if(o!==void 0)return o;let s=0,r=t.get(e),i=[],a=new Set,c=!1;for(;r!==void 0&&!a.has(r);){let d=n?.get(r);if(d!==void 0){s+=d+1;break}a.add(r),i.push(r),s+=1,r=t.get(r)}if(r!==void 0&&a.has(r)&&(c=!0),!c){n?.set(e,s);for(let[d,l]of i.entries())n?.set(l,s-d-1)}return s}async function km(e){let t=await Pt(e.pmRoot,jo,e.rollbackId,Mc),n=e.options.message??`Rollback close-many checkpoint ${t.id}`,o=await Ft(t.items,(s,r)=>Ne(s,r,{author:e.options.author,message:n,force:!0},e.global));return{...Le({applied:o.restored_ids.length,skipped:0,failed:o.failed_count,unmatched:0}),mode:"rollback",matched_count:t.items.length,dry_run:!1,rollback_checkpoint_id:t.id,checkpoint:{id:t.id,created_at:t.created_at,path:t.path,rollback_command:`pm close-many --rollback ${t.id}`},restored_count:o.restored_ids.length,failed_count:o.failed_count,rows:o.rows,ids:o.restored_ids}}function Sm(e,t,n,o,s){return e.map(r=>{let i=(t.get(r.id)??[]).filter(c=>!n.has(c)),a=!Nc(r,o,s);return{id:r.id,title:typeof r.title=="string"?r.title:"",status:r.status,action:a?"skip":"close",...a?{skip_reason:"already_terminal"}:{},...i.length>0?{active_child_ids:i}:{}}})}async function Im(e){let t=await $t(e.pmRoot,jo,e.checkpointId,{schema_version:Mc,id:e.checkpointId,created_at:e.nowValue,author:C(e.options.author,"unknown"),...e.reason!==void 0?{reason:e.reason}:{},filters:e.filters,items:e.checkpointItems});return{id:e.checkpointId,created_at:e.nowValue,path:t,rollback_command:`pm close-many --rollback ${e.checkpointId}`}}async function Em(e){let t=[],n=[];for(let o of e.matched){if(!e.closableIds.has(o.id)){t.push({id:o.id,status:"skipped",skip_reason:"already_terminal"});continue}try{let s=await Qe(o.id,e.reason,e.closeOptions,e.global);t.push({id:o.id,status:"closed",changed_fields:s.changed_fields,...s.warnings&&s.warnings.length>0?{warnings:s.warnings}:{}}),n.push(o.id)}catch(s){t.push({id:o.id,status:"failed",error:be(s)})}}return{rows:t,closedIds:n}}function xm(e){return typeof e.rollback=="string"?e.rollback:void 0}function Rm(e,t){if(t.trim().length===0)throw new p("--rollback requires a checkpoint id",u.USAGE);if(e.dryRun===!0)throw new p("--dry-run cannot be combined with --rollback",u.USAGE);if(gm(e.list,e.status))throw new p("Rollback mode does not accept filter options",u.USAGE)}function Am(e){if(!hm(e.list,e.status))throw new p(`close-many requires at least one filter to scope the close (for example: ${_m}). Refusing to match every item.`,u.USAGE)}function Cm(e,t){let n=new Map;return[...e].sort((o,s)=>{let r=Lc(s.id,t,n)-Lc(o.id,t,n);return r!==0?r:o.id.localeCompare(s.id)})}function Nc(e,t,n){return n||!Ve(e.status,t)}function Tm(e,t,n){return new Set(e.filter(o=>Nc(o,t,n)).map(o=>o.id))}async function Om(e){Am(e.options);let t=q(e.settings.schema),n=wm(e.options.reason,e.settings.governance.require_close_reason),o=e.options.force===!0,s=await ve(e.options.status,bm(e.options.list),e.global),{childrenByParent:r,parentByChild:i}=await vm(e.pmRoot,e.settings),a=Cm(s.items,i),c=[...new Set(String(e.options.list?.ids??"").split(",").map(m=>m.trim()).filter(m=>m.length>0))],d=new Set(a.map(m=>m.id)),l=Tm(a,t,o);return{pmRoot:e.pmRoot,settings:e.settings,statusRegistry:t,reason:n,validateCloseMode:e.options.validateClose,force:o,listed:s,matched:a,unmatchedIds:c.filter(m=>!d.has(m)),planRows:Sm(a,r,l,t,o)}}function $m(e){return{outcome:"effect",exit_code:u.SUCCESS,mode:"dry_run",matched_count:e.matched.length,dry_run:!0,...e.reason!==void 0?{reason:e.reason}:{},filters:e.listed.filters,...e.validateCloseMode?{validate_close:e.validateCloseMode}:{},item_plans:e.planRows,ids:[],...e.unmatchedIds.length>0?{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length}:{}}}async function Pm(e){if(e.options.checkpoint===!1||e.closableIds.size===0)return;let t=e.context.matched.filter(n=>e.closableIds.has(n.id)).map(n=>({id:n.id,target_updated_at:n.updated_at}));return Im({pmRoot:e.context.pmRoot,checkpointId:e.checkpointId,nowValue:e.nowValue,options:e.options,reason:e.context.reason,filters:e.context.listed.filters,checkpointItems:t})}async function Dc(e,t){let n=E(process.cwd(),t.path);if(!await x(A(n)))throw new p(`Tracker is not initialized at ${n}. Run pm init first.`,u.NOT_FOUND);let o=await R(n),s=e.dryRun===!0,r=xm(e);if(ym(e.list),r!==void 0)return Rm(e,r),km({pmRoot:n,rollbackId:r,options:e,global:t});let i=await Om({pmRoot:n,settings:o,options:e,global:t});if(s)return $m(i);let a=new Set(i.planRows.filter(g=>g.action==="close").map(g=>g.id)),c=S(),d=Ot(jo,c),l=await Pm({context:i,options:e,closableIds:a,checkpointId:d,nowValue:c}),m={author:e.author,message:e.message??`close-many apply ${d}`,completedAt:e.completedAt,validateClose:i.validateCloseMode,force:i.force,resolution:e.resolution,expectedResult:e.expectedResult,actualResult:e.actualResult},{rows:f,closedIds:_}=await Em({matched:i.matched,closableIds:a,reason:i.reason,closeOptions:m,global:t}),h=f.filter(g=>g.status==="closed").length,w=f.filter(g=>g.status==="skipped").length,y=f.filter(g=>g.status==="failed").length;return{...Le({applied:h,skipped:w,failed:y,unmatched:i.unmatchedIds.length}),mode:"apply",matched_count:i.matched.length,dry_run:!1,...i.reason!==void 0?{reason:i.reason}:{},filters:i.listed.filters,...i.validateCloseMode?{validate_close:i.validateCloseMode}:{},...l?{checkpoint:l}:{},closed_count:h,skipped_count:w,failed_count:y,rows:f,ids:_,...i.unmatchedIds.length>0?{unmatched_ids:i.unmatchedIds,unmatched_count:i.unmatchedIds.length}:{}}}import{readFile as Fm}from"node:fs/promises";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="a7687052-a04e-536e-ace5-a665ebd477e3")}catch{}})();async function Uo(e,t){let n=e.add!==void 0,o=e.stdin===!0,s=typeof e.file=="string",r=Number(n)+Number(o)+Number(s);if(r===0)return;if(r>1)throw new p("Specify comment text using only one input source: --add, --stdin, or --file",u.USAGE);if(n)return{value:await t.resolveValue(e.add,"--add")??"",emptyFlag:"--add"};if(o)return{value:await t.resolveValue("-","--stdin")??"",emptyFlag:"--stdin"};let i=e.file.trim();if(!i)throw new p("--file path cannot be empty",u.USAGE);try{return{value:await Fm(i,"utf8"),emptyFlag:"--file"}}catch(a){if(Ha(a)&&qe(a))throw new p(`--file path not found: ${i}`,u.USAGE);let c=a instanceof Error?a.message:String(a);throw new p(`Failed to read --file path "${i}": ${c}`,u.USAGE)}}async function Lm(e,t){let n=e.edit,o=e.delete,s=n!==void 0,r=o!==void 0;if(s&&r)throw new p("Specify only one of --edit or --delete",u.USAGE);if(n!==void 0&&(!Number.isInteger(n)||n<1))throw new p("--edit must be a positive integer",u.USAGE);if(o!==void 0&&(!Number.isInteger(o)||o<1))throw new p("--delete must be a positive integer",u.USAGE);if(r){if(await Uo(e,t)!==void 0)throw new p("--delete does not take comment text",u.USAGE);return{mode:"delete",index:o}}if(s){let c=await Uo(e,t);if(c===void 0)throw new p("--edit requires replacement text via positional [text], --add, --stdin, or --file",u.USAGE);return{mode:"edit",index:n,value:c.value,emptyFlag:c.emptyFlag}}let i=await Uo(e,t);return i===void 0?{mode:"list"}:{mode:i.emptyFlag==="--add"?"add":i.emptyFlag==="--stdin"?"stdin":"file",value:i.value,emptyFlag:i.emptyFlag}}async function jc(e,t,n){let o=zt(),s=await Lm(t,o),r=s.mode==="add"||s.mode==="edit",i=s.value??"";return Ze(e,t,n,{input:{...s,rawValue:t.add??i,value:r?Xe(i,{stripPlainTextPrefix:!0}):i},collectionKey:"comments",op:"comment_add",editOp:"comment_edit",deleteOp:"comment_delete",parseText:a=>a,createEntry:a=>a,bypassOwnershipConflict:!!(s.mode==="add"&&t.ownershipAppendBypass),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm comments pm-a1b2 --add "review note" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="93184f29-f215-5413-9628-fb5b34523995")}catch{}})();async function Uc(e,t,n){return Ze(e,t,n,{input:await ln(t,"learning"),collectionKey:"learnings",op:"learning_add",editOp:"learning_edit",deleteOp:"learning_delete",parseText:o=>Xe(o),createEntry:o=>o,bypassOwnershipConflict:!!(t.edit===void 0&&t.delete===void 0&&t.ownershipAppendBypass),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm learnings pm-a1b2 --add "review learning" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ebd9f151-593f-5081-97da-d78f83de4914")}catch{}})();function Mm(e){if(e===void 0)return;if(e.trim().length===0)throw new p("--add-json must contain a JSON value",u.USAGE,{code:"structured_event_json_empty"});let t;try{t=JSON.parse(e)}catch{throw new p("--add-json must be valid JSON",u.USAGE,{code:"structured_event_json_invalid"})}return t}function Nm(e){if(typeof e!="object"||e===null||Array.isArray(e))return;let t=e.type;return typeof t=="string"&&t.trim().length>0?t.trim():void 0}function Dm(e){if(e===void 0)return;let t=Date.parse(e);if(!Number.isFinite(t))throw new p("--since must be a valid ISO timestamp",u.USAGE,{code:"structured_event_since_invalid"});return t}async function Gc(e,t,n){let o=Mm(t.addJson),s=[t.add!==void 0,t.stdin===!0,t.file!==void 0,t.edit!==void 0,t.delete!==void 0].includes(!0);if(o!==void 0&&s)throw new p("--add-json cannot be combined with text, edit, delete, stdin, or file inputs",u.USAGE,{code:"structured_event_input_conflict"});let r=o===void 0?void 0:D(o),i=[t.since,t.eventType].some(h=>h!==void 0),a=Dm(t.since),c=Ur(t.limit),d=await Ze(e,{...t,...i?{limit:void 0}:{},includeMeta:[t.includeMeta===!0,i].includes(!0)},n,{input:await ln(r===void 0?t:{add:r},"note"),collectionKey:"notes",op:"note_add",editOp:"note_edit",deleteOp:"note_delete",parseText:h=>Xe(h),createEntry:h=>o===void 0?h:{...h,format:"json",data:o,event_type:Nm(o)},bypassOwnershipConflict:!![t.edit===void 0,t.delete===void 0,t.ownershipAppendBypass===!0].every(Boolean),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm notes pm-a1b2 --add "review note" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}}),l=t.eventType?.trim(),m=d.notes.filter(h=>{let w=[h.format==="json",h.data!==void 0].every(Boolean),y=[a===void 0,Date.parse(h.created_at)>=(a??Number.POSITIVE_INFINITY)].includes(!0),g=[!l,h.event_type===l].includes(!0);return[!i,[w,y,g].every(Boolean)].includes(!0)}),f=i?za(m,c):m,_=f.filter(h=>h.format==="json").length;return{...d,notes:f,count:f.length,...i?{total_count:m.length,returned_count:f.length,has_more:f.length<m.length,...c===void 0?{}:{limit:c},structured_event_count:_}:t.includeMeta===!0?{structured_event_count:_}:{}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="0f91de58-2cbc-52ba-97ea-42482d0c6ce1")}catch{}})();var zc=1,qo="update-many",jm=new Set(["author","message","force","ownershipMetadataBypass","ownershipDependencyBypass","allowUnresolvedDeps"]),Um=["--status","--priority","--type","--tags","--description","--body","--deadline","--estimate","--assignee","--dep","--dep-remove","--comment","--note","--learning","--file","--test","--doc","--replace-deps","--replace-tests","--replace-files","--replace-docs","--unset","--clear-*"].join(", "),Gm={title:"title",description:"description",body:"body",status:"status",closeReason:"close_reason",priority:"priority",type:"type",deadline:"deadline",estimatedMinutes:"estimated_minutes",acceptanceCriteria:"acceptance_criteria",definitionOfReady:"definition_of_ready",order:"order",goal:"goal",objective:"objective",value:"value",impact:"impact",outcome:"outcome",whyNow:"why_now",assignee:"assignee",parent:"parent",reviewer:"reviewer",risk:"risk",confidence:"confidence",sprint:"sprint",release:"release",blockedBy:"blocked_by",blockedReason:"blocked_reason",unblockNote:"unblock_note",reporter:"reporter",severity:"severity",environment:"environment",reproSteps:"repro_steps",resolution:"resolution",expectedResult:"expected_result",actualResult:"actual_result",affectedVersion:"affected_version",fixedVersion:"fixed_version",component:"component",regression:"regression",customerImpact:"customer_impact"},qm=[{field:"dependencies",addKey:"dep",removeKey:"depRemove",clearKey:"clearDeps",replaceKey:"replaceDeps"},{field:"comments",addKey:"comment",clearKey:"clearComments"},{field:"notes",addKey:"note",clearKey:"clearNotes"},{field:"learnings",addKey:"learning",clearKey:"clearLearnings"},{field:"files",addKey:"file",clearKey:"clearFiles",replaceKey:"replaceFiles"},{field:"tests",addKey:"test",clearKey:"clearTests",replaceKey:"replaceTests"},{field:"docs",addKey:"doc",clearKey:"clearDocs",replaceKey:"replaceDocs"},{field:"reminders",addKey:"reminder",clearKey:"clearReminders"},{field:"events",addKey:"event",clearKey:"clearEvents"},{field:"type_options",addKey:"typeOption",clearKey:"clearTypeOptions"}],zm={close_reason:"close_reason","close-reason":"close_reason",deadline:"deadline",estimate:"estimated_minutes",estimated_minutes:"estimated_minutes","estimated-minutes":"estimated_minutes",acceptance_criteria:"acceptance_criteria","acceptance-criteria":"acceptance_criteria",ac:"acceptance_criteria",definition_of_ready:"definition_of_ready","definition-of-ready":"definition_of_ready",order:"order",rank:"order",goal:"goal",objective:"objective",value:"value",impact:"impact",outcome:"outcome",why_now:"why_now","why-now":"why_now",assignee:"assignee",parent:"parent",reviewer:"reviewer",risk:"risk",confidence:"confidence",sprint:"sprint",release:"release",blocked_by:"blocked_by","blocked-by":"blocked_by",blocked_reason:"blocked_reason","blocked-reason":"blocked_reason",unblock_note:"unblock_note","unblock-note":"unblock_note",reporter:"reporter",severity:"severity",environment:"environment",repro_steps:"repro_steps","repro-steps":"repro_steps",resolution:"resolution",expected_result:"expected_result","expected-result":"expected_result",actual_result:"actual_result","actual-result":"actual_result",affected_version:"affected_version","affected-version":"affected_version",fixed_version:"fixed_version","fixed-version":"fixed_version",component:"component",regression:"regression",customer_impact:"customer_impact","customer-impact":"customer_impact",type_options:"type_options","type-options":"type_options",tags:"tags"},Hc=e=>{let t={};for(let[n,o]of Object.entries(e))jm.has(n)||o!==void 0&&(t[n]=o);return t},Hm=e=>Object.keys(Hc(e)).length>0,Bc=e=>typeof e=="string"?e.trim():e,Bm=e=>{let t=String(e).trim(),n=Number(t);return Number.isInteger(n)?n:t},Go=e=>{let t=String(e).trim(),n=Number(t);return Number.isFinite(n)?n:t},Vm=e=>{let t=String(e).trim().toLowerCase();return new Map([["true",!0],["1",!0],["false",!1],["0",!1]]).get(t)??Bc(e)},Wm={priority:Bm,estimatedMinutes:Go,order:Go,rank:Go,regression:Vm},Km=(e,t)=>{if(t!==void 0)return(Wm[e]??Bc)(t)},Ym=e=>{let t=e.trim().toLowerCase().replaceAll("-","_");return zm[t]??t},gn=(e,t)=>nr(e,t),Jm=(e,t)=>t!==void 0?t:e==="type_options"?{}:[],Xm=(e,t)=>Array.isArray(t)?t.length:e==="type_options"&&t&&typeof t=="object"?Object.keys(t).length:0,Zm=e=>e.replace?"replace":e.clear?"clear_or_reset":e.removeCount>0?"merge_remove":"append",qc=(e,t)=>t===void 0?void 0:e[t],tt=e=>Array.isArray(e)?e.length:0,Qm=(e,t,n)=>{let o=n[e.addKey],s=qc(n,e.removeKey),r=tt(o),i=tt(s),a=n[e.clearKey]===!0,c=qc(n,e.replaceKey)===!0;if(![a,c,r>0,i>0].includes(!0))return;let d=Jm(e.field,t[e.field]);return{field:e.field,before:d,after:{operation:Zm({replace:c,clear:a,removeCount:i}),clear:a,replace:c,add_count:r,remove_count:i,before_count:Xm(e.field,d)}}},ep=(e,t)=>{let n=[];for(let o of qm){let s=Qm(o,e,t);s!==void 0&&n.push(s)}return n},tp=e=>Array.isArray(e)?e.filter(t=>typeof t=="string"):[],np=(e,t)=>{if(![t.tags!==void 0,tt(t.addTags)>0,tt(t.removeTags)>0].includes(!0))return;let n=tp(e.tags),o=t.tags===void 0?n:gt(t.tags),s=Lr(o,t.addTags),r=Mr(s,t.removeTags).slice().sort((a,c)=>a.localeCompare(c)),i=n.slice().sort((a,c)=>a.localeCompare(c));if(!gn(i,r))return{field:"tags",before:n,after:r}},op=(e,t)=>{let n=e.acceptance_criteria,o=Fr(Pr(n),t.addAc,t.removeAc);if(o.unmatchedRemovals.length>0)throw new p(`Acceptance criteria removal did not match: ${o.unmatchedRemovals.join(", ")}`,u.NOT_FOUND,{code:"acceptance_criteria_remove_unmatched",reason:"exact_match_not_found",field:"acceptance_criteria",unmatched:o.unmatchedRemovals});let s=o.criteria.join("; ");if(!gn(typeof n=="string"?n:"",s))return{field:"acceptance_criteria",before:n,after:s}},sp=(e,t,n)=>{for(let[o,s]of Object.entries(Gm)){let r=n[o];if(r===void 0)continue;let i=t[s],a=Km(o,r);gn(i,a)||e.push({field:s,before:i,after:a})}},rp=(e,t,n,o)=>{let s=fr(n,o,["update_many"]);for(let[r,i]of Object.entries(s)){let a=t[r];gn(a,i)||e.push({field:r,before:a,after:i})}},ip=(e,t,n)=>{for(let o of n??[]){let s=Ym(o),r=t[s];r!==void 0&&e.push({field:s,before:r,after:null})}},ap=(e,t,n={})=>{let o=e,s=[],r=np(o,n);if(r&&s.push(r),sp(s,o,n),tt(n.addAc)>0||tt(n.removeAc)>0){let i=op(o,n);i!==void 0&&s.push(i)}return s.push(...ep(o,n)),rp(s,o,n,t),ip(s,o,n.unset),{id:e.id,changes:s}},cp=(e,t)=>jr(e,t,{strict:!0,flagLabel:"--filter-status"}),dp=e=>{if(e?.ids!=null&&String(e.ids).trim().length===0)throw new p("--ids requires at least one non-empty item ID",u.USAGE)},lp=[({update:e})=>{e.priority!==void 0&&Dr(e.priority)},({update:e,settings:t,pmRoot:n})=>{if(e.type===void 0)return;let o=P(t,T());if(!Lt(e.type,o))throw new p(zr(e.type,o.types,pr(n,t.schema)),u.USAGE)},({update:e,statusRegistry:t})=>{if(e.status!==void 0&&!_t(e.status,t)){let n=t.definitions.map(o=>o.id);throw new p(`Invalid --status value "${e.status}". Allowed: ${n.join(", ")}`,u.USAGE)}},({update:e})=>{e.deadline!==void 0&&Ws(e.deadline,new Date,"deadline")},({update:e})=>{e.estimatedMinutes!==void 0&&Nr(e.estimatedMinutes,"estimated-minutes")}],mp=(e,t,n,o)=>{let s={update:e,settings:t,statusRegistry:n,pmRoot:o};for(let r of lp)r(s)},pp=async e=>{let t=await Pt(e.pmRoot,qo,e.rollbackId,zc),n=e.options.update?.message??`Rollback update-many checkpoint ${t.id}`,o=await Ft(t.items,(s,r)=>Ne(s,r,{author:e.options.update?.author,message:n,force:e.options.update?.force??!0},e.global));return{...Le({applied:o.restored_ids.length,skipped:0,failed:o.failed_count,unmatched:0}),mode:"rollback",matched_count:t.items.length,dry_run:!1,rollback_checkpoint_id:t.id,checkpoint:{id:t.id,created_at:t.created_at,path:t.path,rollback_command:`pm update-many --rollback ${t.id}`},restored_count:o.restored_ids.length,failed_count:o.failed_count,rows:o.rows,ids:o.restored_ids}},up=async e=>{let t={schema_version:zc,id:e.checkpointId,created_at:e.nowValue,author:C(e.options.update?.author,"unknown"),status_filter:e.statusFilter??null,list_filters:e.filters,update_options:e.updateSummary,items:e.checkpointItems},n=await $t(e.pmRoot,qo,e.checkpointId,t);return{id:e.checkpointId,created_at:e.nowValue,path:n,rollback_command:`pm update-many --rollback ${e.checkpointId}`}},fp=(e,t)=>{if(e==null)return;let n=[...new Set(String(e).split(",").map(s=>s.trim()).filter(s=>s.length>0))],o=new Set(t.map(s=>s.id));return n.filter(s=>!o.has(s))},zo=e=>e.unmatchedIds===void 0?{}:{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length},_p=async e=>{let t=E(process.cwd(),e.path);if(!await x(A(t)))throw new p(`Tracker is not initialized at ${t}. Run pm init first.`,u.NOT_FOUND);let n=await R(t);return{pmRoot:t,settings:n,statusRegistry:q(n.schema),runtimeFieldRegistry:ft(n.schema)}},hp=e=>{if(e.options.dryRun===!0)throw new p("--dry-run cannot be combined with --rollback",u.USAGE);if(kt(e.options.list,e.options.status))throw new p("Rollback mode does not accept filter options",u.USAGE);if(Object.keys(e.updateSummary).length>0)throw new p("Rollback mode does not accept update mutation flags",u.USAGE);return pp({pmRoot:e.runtime.pmRoot,rollbackId:e.rollbackId,options:e.options,global:e.global})},gp=async e=>{cp(e.options.status,e.runtime.statusRegistry);let t=await ve(void 0,{...e.options.list,status:e.options.status,compact:void 0,brief:void 0,fields:void 0,includeBody:!0,full:!0},e.global),n=t.items.map(s=>{let r=ap(s,e.runtime.runtimeFieldRegistry,e.options.update);return e.dependencyWarnings.length===0?r:{...r,warnings:[...e.dependencyWarnings]}}),o=e.options.list?.ids==null?[]:(await ve(void 0,{ids:e.options.list.ids,noTruncate:!0,full:!0},e.global)).items;return{listed:t,planned:n,actionable:n.filter(s=>s.changes.length>0),updateSummary:e.updateSummary,unmatchedIds:fp(e.options.list?.ids,o)}},yp=e=>({outcome:"effect",exit_code:u.SUCCESS,mode:"dry_run",matched_count:e.listed.items.length,dry_run:!0,filters:e.listed.filters,planned_update_options:e.updateSummary,item_plans:e.planned,ids:[],...zo(e)}),bp=e=>({...Le({applied:0,skipped:e.listed.items.length,failed:0,unmatched:e.unmatchedIds?.length??0}),mode:"apply",matched_count:e.listed.items.length,dry_run:!1,filters:e.listed.filters,planned_update_options:e.updateSummary,updated_count:0,skipped_count:e.listed.items.length,failed_count:0,rows:e.planned.map(t=>({id:t.id,status:"skipped"})),ids:[],...zo(e)}),wp=async e=>{let t=[],n=[],o=e.options.update.message??`update-many apply ${e.checkpointId}`,s=new Set(e.plans.filter(r=>r.changes.length>0).map(r=>r.id));for(let r of e.items){if(!s.has(r.id)){t.push({id:r.id,status:"skipped"});continue}try{let i=await ke(r.id,{...e.options.update,message:o,runtimeFieldCommands:["update_many"]},e.global);t.push({id:r.id,status:"updated",changed_fields:i.changed_fields,warnings:i.warnings}),n.push(r.id)}catch(i){t.push({id:r.id,status:"failed",error:be(i)})}}return{rows:t,updatedIds:n}},vp=async e=>{if(e.plan.actionable.length===0)return bp(e.plan);let t=S(),n=Ot(qo,t),o=new Set(e.plan.actionable.map(m=>m.id)),s=e.plan.listed.items.filter(m=>o.has(m.id)).map(m=>({id:m.id,target_updated_at:m.updated_at})),r=e.options.checkpoint===!1?void 0:await up({pmRoot:e.runtime.pmRoot,checkpointId:n,nowValue:t,options:e.options,statusFilter:e.options.status,filters:e.plan.listed.filters,updateSummary:e.plan.updateSummary,checkpointItems:s}),i=await wp({items:e.plan.listed.items,plans:e.plan.planned,options:e.options,global:e.global,checkpointId:n}),a=m=>i.rows.filter(f=>f.status===m).length,c=a("updated"),d=a("skipped"),l=a("failed");return{...Le({applied:c,skipped:d,failed:l,unmatched:e.plan.unmatchedIds?.length??0}),mode:"apply",matched_count:e.plan.listed.items.length,dry_run:!1,filters:e.plan.listed.filters,planned_update_options:e.plan.updateSummary,...r?{checkpoint:r}:{},updated_count:c,skipped_count:d,failed_count:l,rows:i.rows,ids:i.updatedIds,...zo(e.plan)}},Vc=async(e,t)=>{let n=await _p(t),o=typeof e.rollback=="string"?e.rollback:void 0,s=Hc(e.update);if(dp(e.list),o!==void 0)return hp({runtime:n,rollbackId:o,options:e,global:t,updateSummary:s});if(!Hm(e.update))throw new p(`No update-many mutation flags provided. Add at least one mutation flag (for example: ${Um}).`,u.USAGE);mp(e.update,n.settings,n.statusRegistry,n.pmRoot),Ja(e.update);let r=await Wa({pmRoot:n.pmRoot,dependencies:Ya(e.update.dep,n.settings.id_prefix,S(),C(e.update.author,n.settings.author_default)).additions,idPrefix:n.settings.id_prefix,itemFormat:n.settings.item_format,typeToFolder:P(n.settings,T()).type_to_folder,allowUnresolved:e.update.allowUnresolvedDeps}),i=await gp({options:e,global:t,runtime:n,updateSummary:s,dependencyWarnings:r});return e.dryRun===!0?yp(i):vp({runtime:n,options:e,global:t,plan:i})};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="3d5ea029-26ef-51bc-bacc-b1d4d807a024")}catch{}})();var kp=["create","show","add-step","update-step","complete-step","block-step","reorder-step","remove-step","link","unlink","decision","discovery","validation","resume","approve","materialize"],Wc=["brief","standard","deep"],Jc="plan-step-",Yo="draft",Ko=["bug-investigation","feature-implementation","refactoring-sprint"],Kc={"bug-investigation":[{title:"Reproduce the bug",body:"Capture exact steps, inputs, and the observed vs expected behavior."},{title:"Locate the root cause",body:"Trace the failure to the responsible code path with evidence."},{title:"Write a failing test",body:"Add a regression test that fails for the current bug."},{title:"Implement the fix",body:"Apply the minimal change that makes the failing test pass."},{title:"Verify and document",body:"Run the full suite and record the resolution and verification."}],"feature-implementation":[{title:"Clarify requirements & acceptance criteria",body:"Confirm scope, edge cases, and done-conditions."},{title:"Design the approach",body:"Decide the data model, interfaces, and integration points."},{title:"Implement the change",body:"Build the feature behind the agreed design."},{title:"Add tests",body:"Cover the new behavior and its edge cases."},{title:"Update docs & changelog",body:"Document the feature and surface it to users."}],"refactoring-sprint":[{title:"Map the current structure & risks",body:"Inventory the code to change and its blast radius."},{title:"Add characterization tests",body:"Lock in current behavior before refactoring."},{title:"Refactor incrementally",body:"Apply small, reversible steps keeping tests green."},{title:"Verify behavior is unchanged",body:"Run the full suite and compare against the baseline."},{title:"Clean up & document",body:"Remove dead code and record the new structure."}]};function Sp(e){let t=e.trim().toLowerCase(),n=Object.prototype.hasOwnProperty.call(Kc,t)?Kc[t]:void 0;if(!n)throw new p(`Unknown plan template "${e}". Allowed: ${Ko.join(", ")}`,u.USAGE,{code:"unknown_plan_template",examples:[`pm plan create --title "Fix login crash" --template ${Ko[0]}`]});return n.map(o=>({...o}))}function Ip(e,t){return t>0?Math.round(e/t*100):0}function Xc(e){return(Array.isArray(e)?e:e==null?[]:[e]).filter(n=>n!=null).map(n=>(typeof n=="string"?n:String(n)).trim()).filter(n=>n.length>0)}function se(e){return Array.isArray(e)?e.flatMap(t=>ro(t,{unique:!1})):typeof e=="string"&&e.trim().length>0?ro(e,{unique:!1}):[]}function Y(e){return Array.isArray(e)?e.map(t=>t.trim()).filter(Boolean):typeof e=="string"&&e.trim().length>0?[e.trim()]:[]}function Zc(e,t=Yo){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Nn.find(s=>s===n);if(!o)throw new p(`Invalid plan mode "${e}". Allowed: ${Nn.join(", ")}`,u.USAGE);return o}function Jo(e,t="pending"){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Dn.find(s=>s===n);if(!o)throw new p(`Invalid step status "${e}". Allowed: ${Dn.join(", ")}`,u.USAGE);return o}function Qc(e,t="related"){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Un.find(s=>s===n);if(!o)throw new p(`Invalid step link kind "${e}". Allowed: ${Un.join(", ")}`,u.USAGE);return o}function Ep(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0)return;let n=jn.find(o=>o===t);if(!n)throw new p(`Invalid plan harness "${e}". Allowed: ${jn.join(", ")}`,u.USAGE);return n}function xp(e){if(e===void 0)return"brief";let t=e.trim().toLowerCase(),n=Wc.find(o=>o===t);if(!n)throw new p(`Invalid --depth "${e}". Allowed: ${Wc.join(", ")}`,u.USAGE);return n}function Rp(e){if(e===void 0)return null;let t=e.split(",").map(n=>n.trim()).filter(n=>n.length>0);if(t.length===0)throw new p("Plan --fields requires a comma-separated list of plan field names",u.USAGE);return t}var Ho=new Set(["id","title","status","mode","scope","harness","parent","resume_context","steps_summary","current_step","blocked_steps","steps","decisions","discoveries","validation","linked_items"]);function Ap(e,t){let n=e,o={},s=[];for(let r of t){let i=r.startsWith("plan.")?r.slice(5):r;if(i.length!==0){if(!Ho.has(i)){s.push(r);continue}Object.prototype.hasOwnProperty.call(n,i)&&(o[i]=n[i])}}if(s.length>0)throw new p(`Unknown Plan --fields value(s): ${s.join(", ")}`,u.USAGE,{nextSteps:[`Use --fields ${[...Ho].join(",")}`,"Run pm plan show <id> --depth brief for compact default fields."],recovery:{provided_fields:s,suggested_retry:`pm plan show <id> --fields ${[...Ho].join(",")}`}});return o}function Xo(e,t){let n={};for(let o of e.split(",")){let s=o.trim();if(s.length===0)continue;let r=s.indexOf("=");if(r<=0)throw new p(`Invalid ${t} entry "${s}"; expected key=value`,u.USAGE,{code:"malformed_plan_step_evidence",required:`${t} entries must use comma-separated key=value fields.`,why:"Structured Plan evidence must be validated before it is persisted.",examples:['--file "path=src/index.ts,scope=project,note=implementation"','--test "command=pnpm test,note=regression"','--doc "path=docs/PLAN.md,scope=project"']});n[s.slice(0,r).trim().toLowerCase()]=s.slice(r+1).trim()}return n}function Zo(e){let t=Xo(e,"--file");if(!t.path)throw new p("--file requires path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--file requires a non-empty path field.",why:"Plan file evidence needs a stable path for later verification."});let n={path:t.path};return(t.scope==="global"||t.scope==="project")&&(n.scope=t.scope),t.note&&(n.note=t.note),n}function Qo(e){let t=Xo(e,"--test");if(!t.command&&!t.path)throw new p("--test requires at least command=<value> or path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--test requires a command or path field.",why:"Plan test evidence must identify something runnable or inspectable."});let n={};return t.command&&(n.command=t.command),t.path&&(n.path=t.path),t.note&&(n.note=t.note),n}function es(e){let t=Xo(e,"--doc");if(!t.path)throw new p("--doc requires path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--doc requires a non-empty path field.",why:"Plan documentation evidence needs a stable path for later verification."});let n={path:t.path};return(t.scope==="global"||t.scope==="project")&&(n.scope=t.scope),t.note&&(n.note=t.note),n}function Cp(e){let t={total:e.length,pending:0,in_progress:0,blocked:0,completed:0,skipped:0,superseded:0,completion_pct:0};for(let n of e)t[n.status]+=1;return t.completion_pct=Ip(t.completed,t.total),t}function Tp(e){let t=new Set(e.map(n=>n.id));for(let n=e.length+1;n<e.length+1024;n+=1){let o=`${Jc}${String(n).padStart(3,"0")}`;if(!t.has(o))return o}throw new p("Could not allocate step id (limit reached)",u.GENERIC_FAILURE)}function nt(e,t){let n=t.trim();if(n.length===0)throw new p("Step reference cannot be empty",u.USAGE);let o=e.find(s=>s.id===n);if(o)return o;if(/^\d+$/.test(n)){let s=Number.parseInt(n,10),r=e.find(i=>i.order===s);if(r)return r}throw new p(`Step "${t}" not found in plan`,u.NOT_FOUND)}function Yc(e){if(e.status==="completed")return{reason:"already_completed"};let t=(e.linked_items??[]).find(n=>n.kind==="implements");if(t)return{reason:"already_materialized",existing_id:t.id}}function Op(e,t){let n=t.filter(i=>i.trim().toLowerCase()==="all"),o=[],s=[];if(n.length>0){if(t.length>n.length)throw new p("pm plan materialize --steps all cannot be combined with other step refs",u.USAGE);for(let i of e.slice().sort((a,c)=>a.order-c.order)){let a=Yc(i);if(a){s.push({from_step:i.id,...a});continue}o.push(i)}return{targets:o,skipped:s}}let r=new Set;for(let i of t){let a=nt(e,i);if(r.has(a.id))continue;r.add(a.id);let c=Yc(a);if(c){s.push({from_step:a.id,...c});continue}o.push(a)}return{targets:o,skipped:s}}function $p(e,t){let n=e==="decision"?t.decisionText:e==="discovery"?t.discoveryText:t.validationText,o=e==="decision"?t.decision:e==="discovery"?t.discovery:t.validation;return n?.trim()||o?.trim()||void 0}function Pp(e){return e.find(t=>t.status==="in_progress")??e.find(t=>t.status==="pending")}function Fp(e){return e.filter(t=>t.status==="blocked").map(t=>({id:t.id,order:t.order,title:t.title,blocked_reason:t.blocked_reason}))}function X(e,t="brief"){let n=(e.plan_steps??[]).slice().sort((i,a)=>i.order-a.order),o=Cp(n),s=Pp(n),r={id:e.id,title:e.title,status:e.status,mode:e.plan_mode??Yo,scope:e.plan_scope,harness:e.plan_harness,parent:e.parent,resume_context:e.plan_resume_context,steps_summary:o,current_step:s?{id:s.id,order:s.order,title:s.title,status:s.status}:void 0,blocked_steps:Fp(n),linked_items:(e.dependencies??[]).map(i=>({id:i.id,kind:i.kind}))};return(t==="standard"||t==="deep")&&(r.steps=n),t==="deep"&&(r.decisions=e.plan_decisions??[],r.discoveries=e.plan_discoveries??[],r.validation=e.plan_validation??[]),r}function Z(e,t){let n=[];return t.steps_summary.total===0&&n.push(`pm plan add-step ${e} --step-title "First step"`),t.current_step&&n.push(`pm plan update-step ${e} ${t.current_step.id} --step-status in_progress`,`pm plan complete-step ${e} ${t.current_step.id} --step-evidence "..."`),t.steps_summary.blocked>0&&n.push(`pm plan show ${e} --depth standard`),(t.mode==="draft"||t.mode==="research")&&n.push(`pm plan approve ${e} --message "ready to execute"`),t.steps_summary.completed===t.steps_summary.total&&t.steps_summary.total>0&&!io(t.mode)&&t.status!=="closed"&&t.status!=="canceled"&&n.push(`pm close ${e} "plan complete"`),n}function ed(e){if((e.type??"").trim().toLowerCase()!=="plan")throw new p(`Item ${e.id} is type ${e.type}; pm plan commands require type=Plan. Use pm plan create or pm create --type Plan first.`,u.USAGE,{code:"wrong_item_type",required:"Use pm plan commands only with items whose type is Plan.",why:"Plan commands read and mutate Plan-specific step, decision, discovery, and validation fields.",examples:[`pm get ${e.id} --depth brief`,'pm plan create --title "Execution plan" --scope "<goal>"']})}async function Lp(e){let t=E(process.cwd(),e.path);if(!await x(A(t)))throw new p(`Tracker is not initialized at ${t}. Run pm init first.`,u.NOT_FOUND);let n=await R(t);return{pmRoot:t,settings:n}}async function td(e,t){let n=P(e.settings,T()),o=await ne(e.pmRoot,t,e.settings.id_prefix,e.settings.item_format,n.type_to_folder);if(!o)throw new p(`Plan ${t} not found`,u.NOT_FOUND);let s=await H(o,{schema:e.settings.schema});return ed(s.document.metadata),{document:s.document,itemId:o.id}}function Mp(e){let t=[];e.parent&&t.push(`id=${e.parent.trim()},kind=parent`);for(let n of se(e.related))t.push(`id=${n},kind=related`);for(let n of se(e.blocks))t.push(`id=${n},kind=blocks`);for(let n of se(e.blockedBy))t.push(`id=${n},kind=blocked_by`);return t.length>0?t:void 0}function Np(e){let t=e.validationText?.trim(),n=e.validationCommand?.trim(),o=e.validationExpected?.trim();if(!(!t&&!n&&!o))return{text:t||n||"Validation check",command:n||void 0,expected:o||void 0}}function Dp(e){return!!e.stepBody?.trim()||!!e.stepOwner?.trim()||!!e.stepStatus?.trim()||!!e.stepEvidence?.trim()||!!e.stepBlockedReason?.trim()||!!e.stepReplacement?.trim()||se(e.dependsOn).length>0||se(e.link).length>0}function jp(e){let t=e.stepTitle?.trim()||void 0,n=Xc(e.step),o=e.template?.trim()?Sp(e.template):[];return{repeatedStepTitles:n,stepTitleFlag:t,stepTitles:[...t?[t]:[],...n,...o.map(s=>s.title)],templateSteps:o}}function Up(e,t){if((e.stepTitleFlag||e.repeatedStepTitles.length>0)&&e.templateSteps.length>0)throw new p("pm plan create --template cannot be combined with --step-title or --step; choose one step seeding source",u.USAGE,{code:"ambiguous_option_combination",examples:[`pm plan create --title "Fix login crash" --template ${Ko[0]}`,'pm plan create --title "Custom plan" --step "Read the code" --step "Write the fix"']});if(e.stepTitles.length>1&&t)throw new p("pm plan create per-step options apply to a single initial step; with multiple --step values create the plan first, then refine steps individually",u.USAGE,{code:"ambiguous_option_combination",examples:['pm plan create --title "Execution plan" --step "Read the code" --step "Write the fix"','pm plan update-step <plan-id> plan-step-001 --step-body "Inspect retry path"']})}function Gp(e,t){let n=Jo(e.stepStatus,"pending"),o=ts(e,"depends_on"),s=Y(e.file).map(Zo),r=Y(e.test).map(Qo),i=Y(e.doc).map(es),a=S();return{id:"plan-step-001",order:1,title:t,body:e.stepBody?.trim()||void 0,status:n,owner:e.stepOwner?.trim()||void 0,evidence:e.stepEvidence?.trim()||void 0,blocked_reason:n==="blocked"?e.stepBlockedReason?.trim()||"":void 0,linked_items:o.length>0?o:void 0,files:s.length>0?s:void 0,tests:r.length>0?r:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n==="completed"?a:void 0}}function qp(e){let t=jp(e),n=Dp(e);if(Up(t,n),t.stepTitles.length===0)return{steps:[],hasPerStepDetailOptions:n};if(t.stepTitles.length===1)return{steps:[Gp(e,t.stepTitles[0])],hasPerStepDetailOptions:n};let o=S();return{steps:t.stepTitles.map((s,r)=>({id:`${Jc}${String(r+1).padStart(3,"0")}`,order:r+1,title:s,body:t.templateSteps[r]?.body,status:"pending",created_at:o,updated_at:o})),hasPerStepDetailOptions:n}}async function zp(e,t,n){let o=e.title?.trim();if(!o)throw new p("pm plan create requires --title",u.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Refactor lock retry" --scope pm-a1b2']});let s=Zc(e.mode,Yo),r=Ep(e.harness),i=e.fromSearch?.trim(),a=Np(e),{steps:c,hasPerStepDetailOptions:d}=qp(e);if(c.length===0&&d)throw new p("pm plan create step options require --step-title (or a single --step)",u.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Execution plan" --step-title "Read the code"']});let l=e.description?.trim()??e.scope?.trim()??o,m=e.claim?C(e.author,n.settings.author_default):e.assignee?.trim()||void 0,f={...e,title:o,description:l,type:"Plan",template:void 0,file:Y(e.file),test:Y(e.test),doc:Y(e.doc),field:Y(e.field),assignee:C(e.author,n.settings.author_default),blockedBy:void 0,dep:Mp(e),message:e.message??(i?`plan create (search: ${i})`:"plan create")},_=await St(f,t),h=await yt({pmRoot:n.pmRoot,settings:n.settings,id:_.item.id,op:"plan_create_metadata",author:C(e.author,n.settings.author_default),message:"seed plan metadata",mutate(y){let g=["plan_mode"];y.metadata.plan_mode=s,r&&(y.metadata.plan_harness=r,g.push("plan_harness"));let k=e.scope?.trim();k&&(y.metadata.plan_scope=k,g.push("plan_scope"));let I=e.resumeContext?.trim();return I&&(y.metadata.plan_resume_context=I,g.push("plan_resume_context")),y.metadata.plan_steps=c,g.push("plan_steps"),a&&(y.metadata.plan_validation=[...y.metadata.plan_validation??[],a],g.push("plan_validation")),m&&(y.metadata.assignee=m,g.push("assignee")),{changedFields:g}}}),w=X(h.item,"brief");return{action:"create",plan:w,step:c[0],next_actions:Z(_.item.id,w),warnings:[..._.warnings],generated_at:S()}}async function Hp(e,t,n){let o=xp(t.depth),s=Rp(t.fields),{document:r,itemId:i}=await td(n,e),a=X(r.metadata,s===null?o:"deep");return{action:"show",plan:s===null?a:Ap(a,s),next_actions:Z(i,a),warnings:[],generated_at:S()}}function Bp(e,t){let n=new Map(Object.entries(t).filter(([o])=>o.startsWith("plan_")).map(([o,s])=>[o,JSON.stringify(s)]));return[...new Set([...e.keys(),...n.keys()])].filter(o=>e.get(o)!==n.get(o))}async function de(e){let t=C(e.options.author,e.ctx.settings.author_default),n,o=await yt({pmRoot:e.ctx.pmRoot,settings:e.ctx.settings,id:e.id,op:e.op,author:t,message:e.options.message??e.message,force:e.options.force,mutate(s){ed(s.metadata);let r=q(e.ctx.settings.schema);if(Ve(s.metadata.status,r)||io(s.metadata.plan_mode))throw new p(`Plan ${s.metadata.id} is terminal (status=${s.metadata.status}, plan_mode=${s.metadata.plan_mode??"unset"}) and cannot be mutated.`,u.CONFLICT,{code:"terminal_plan_mutation",required:"Create or reopen a non-terminal Plan before changing its execution context or steps.",why:"Terminal Plan history is immutable execution evidence."});let i=(s.metadata.plan_steps??[]).slice(),a=new Map(Object.entries(s.metadata).filter(([m])=>m.startsWith("plan_")).map(([m,f])=>[m,JSON.stringify(f)])),c=e.mutator(i,s);n=c.resultStep;let d=i.slice().sort((m,f)=>m.order-f.order).map((m,f)=>({...m,order:f+1}));s.metadata.plan_steps=d;let l=Bp(a,s.metadata);return l.length===0&&c.changedSteps.length===0?{changedFields:[]}:{changedFields:l.length>0?l:["plan_steps"]}}});return{document:{metadata:o.item,body:o.body},resultStep:n,itemId:o.item.id}}async function Vp(e,t,n){let o=t.stepTitle?.trim();if(!o)throw new p("pm plan add-step requires --step-title",u.USAGE);let s=Jo(t.stepStatus,"pending"),r=t.allowMultipleActive===!0,{document:i,resultStep:a,itemId:c}=await de({id:e,options:t,ctx:n,op:"plan_add_step",message:`plan add-step "${o}"`,mutator(l){let m=l.length+1;nd(l,void 0,s,r);let f=Wp(l,t,{order:m,title:o,status:s});return l.push(f),{changedSteps:[f.id],resultStep:f}}}),d=X(i.metadata,"standard");return{action:"add-step",plan:d,step:a,next_actions:Z(c,d),warnings:[],generated_at:S()}}function nd(e,t,n,o){if(n!=="in_progress"||o)return;let s=e.find(r=>r.id!==t&&r.status==="in_progress");if(s)throw new p(`Plan already has step ${s.id} in_progress. Pass --allow-multiple-active or update that step first.`,u.CONFLICT)}function Wp(e,t,n){let o=ts(t,"depends_on"),s=Y(t.file).map(Zo),r=Y(t.test).map(Qo),i=Y(t.doc).map(es),a=S();return{id:Tp(e),order:n.order,title:n.title,body:t.stepBody?.trim()||void 0,status:n.status,owner:t.stepOwner?.trim()||void 0,evidence:t.stepEvidence?.trim()||void 0,blocked_reason:n.status==="blocked"?t.stepBlockedReason?.trim()||"":void 0,linked_items:o.length>0?o:void 0,files:s.length>0?s:void 0,tests:r.length>0?r:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n.status==="completed"?a:void 0}}function ts(e,t){let n=se(e.dependsOn).map(l=>({id:l,kind:t})),o=se(e.related).map(l=>({id:l,kind:"related"})),s=se(e.blocks).map(l=>({id:l,kind:"blocks"})),r=se(e.blockedBy).map(l=>({id:l,kind:"blocked_by"})),i=se(e.link),a=Qc(e.linkKind,t),c=e.linkNote?.trim(),d=i.map(l=>{let m={id:l,kind:a};return c&&(m.note=c),m});return[...n,...o,...s,...r,...d]}async function Bo(e,t,n,o){let{document:s,resultStep:r,itemId:i}=await de({id:e,options:t,ctx:n,op:o.op,message:t.message??`${o.op} ${o.stepRef}`,mutator(c,d){let l=nt(c,o.stepRef),m=S(),f=o.finalStatus??Jo(t.stepStatus,l.status),_=t.allowMultipleActive===!0||o.allowMultipleActive===!0;return nd(c,l.status==="in_progress"?l.id:void 0,f,_),Kp(l,t,f,m),d.metadata.updated_at=m,{changedSteps:[l.id],resultStep:l}}}),a=X(s.metadata,"standard");return{action:o.op==="plan_complete_step"?"complete-step":o.op==="plan_block_step"?"block-step":"update-step",plan:a,step:r,next_actions:Z(i,a),warnings:[],generated_at:S()}}function Kp(e,t,n,o){Yp(e,t,n),Jp(e,t),e.status=n,e.updated_at=o,Xp(e,n,o)}function Yp(e,t,n){if(!(n!=="blocked"||t.stepBlockedReason?.trim()||e.blocked_reason))throw new p("Blocking a step requires --step-blocked-reason or an already-recorded blocked_reason.",u.USAGE)}function Jp(e,t){let n=t.stepTitle?.trim();n&&(e.title=n),t.stepBody!==void 0&&(e.body=t.stepBody.trim()||void 0),t.stepOwner!==void 0&&(e.owner=t.stepOwner.trim()||void 0),t.stepEvidence!==void 0&&(e.evidence=t.stepEvidence.trim()||void 0),t.stepBlockedReason!==void 0&&(e.blocked_reason=t.stepBlockedReason.trim()||void 0),t.stepReplacement!==void 0&&(e.superseded_by=t.stepReplacement.trim()||void 0);let o=Y(t.file).map(Zo),s=Y(t.test).map(Qo),r=Y(t.doc).map(es);o.length>0&&(e.files=Vo(e.files,o)),s.length>0&&(e.tests=Vo(e.tests,s)),r.length>0&&(e.docs=Vo(e.docs,r))}function Vo(e,t){let n=[...e??[]],o=new Set(n.map(s=>JSON.stringify(s)));for(let s of t){let r=JSON.stringify(s);o.has(r)||(o.add(r),n.push(s))}return n}function Xp(e,t,n){if(t==="completed"&&!e.completed_at){e.completed_at=n;return}t!=="completed"&&(e.completed_at=void 0)}async function Zp(e,t,n,o,s){let{document:r,itemId:i}=await de({id:e,options:t,ctx:n,op:"plan_reorder_step",message:t.message??`plan reorder-step ${o} -> ${s}`,mutator(c){let d=nt(c,o),l=c.filter(f=>f.id!==d.id),m=Math.max(1,Math.min(s,l.length+1));return l.splice(m-1,0,d),l.forEach((f,_)=>{f.order=_+1,f.updated_at=S()}),c.length=0,c.push(...l),{changedSteps:[d.id],resultStep:d}}}),a=X(r.metadata,"standard");return{action:"reorder-step",plan:a,next_actions:Z(i,a),warnings:[],generated_at:S()}}async function Qp(e,t,n,o){let{document:s,itemId:r}=await de({id:e,options:t,ctx:n,op:"plan_remove_step",message:t.message??`plan remove-step ${o}`,mutator(a){let c=nt(a,o),d=a.filter(l=>l.id!==c.id);return d.forEach((l,m)=>{l.order=m+1}),a.length=0,a.push(...d),{changedSteps:[c.id]}}}),i=X(s.metadata,"standard");return{action:"remove-step",plan:i,next_actions:Z(r,i),warnings:[],generated_at:S()}}async function eu(e,t,n,o){let s=ts(t,Qc(t.linkKind,"related"));if(s.length===0)throw new p("pm plan link requires at least one --link/--related/--blocks/--blocked-by/--depends-on id",u.USAGE);let r=t.promoteToItemDep===!0,{document:i,itemId:a,resultStep:c}=await de({id:e,options:t,ctx:n,op:"plan_link_step",message:t.message??`plan link ${o}`,mutator(l,m){let f=nt(l,o),_=f.linked_items??[],h=y=>`${y.kind}:${y.id}`,w=new Set(_.map(h));for(let y of s){let g=h(y);w.has(g)||(_.push(y),w.add(g))}if(f.linked_items=_,f.updated_at=S(),r){let y=m.metadata.dependencies??[],g=I=>`${I.kind}:${I.id}`,k=new Set(y.map(g));for(let I of s){let F=I.kind==="depends_on"?"blocked_by":I.kind,$={id:I.id,kind:F,created_at:S(),author:C(t.author,n.settings.author_default)};k.has(g($))||(y.push($),k.add(g($)))}m.metadata.dependencies=y}return{changedSteps:[f.id],resultStep:f}}}),d=X(i.metadata,"standard");return{action:"link",plan:d,step:c,next_actions:Z(a,d),warnings:[],generated_at:S()}}async function tu(e,t,n,o){let s=se(t.link);if(s.length===0)throw new p("pm plan unlink requires --link <id> to remove",u.USAGE);let{document:r,itemId:i,resultStep:a}=await de({id:e,options:t,ctx:n,op:"plan_unlink_step",message:t.message??`plan unlink ${o}`,mutator(d){let l=nt(d,o),m=(l.linked_items??[]).filter(f=>!s.includes(f.id));return l.linked_items=m.length>0?m:void 0,l.updated_at=S(),{changedSteps:[l.id],resultStep:l}}}),c=X(r.metadata,"standard");return{action:"unlink",plan:c,step:a,next_actions:Z(i,c),warnings:[],generated_at:S()}}async function Wo(e,t,n,o){let s=$p(o,t);if(!s){let d=`--${o}-text`,l=`--${o}`;throw new p(`pm plan ${o} requires ${d}`,u.USAGE,{code:"missing_required_option",examples:[`pm plan ${o} <plan-id> ${d} "..."`,`pm plan ${o} <plan-id> ${l} "..."`],recovery:{suggested_retry:`pm plan ${o} <plan-id> ${d} <value>`}})}let r=C(t.author,n.settings.author_default),{document:i,itemId:a}=await de({id:e,options:t,ctx:n,op:`plan_append_${o}`,message:t.message??`plan ${o} append`,mutator(d,l){let m=S();if(o==="decision"){let _=l.metadata.plan_decisions??[];return _.push({ts:m,author:r,decision:s,rationale:t.decisionRationale?.trim()||void 0,evidence:t.decisionEvidence?.trim()||void 0}),l.metadata.plan_decisions=_,{changedSteps:[]}}if(o==="discovery"){let _=l.metadata.plan_discoveries??[];return _.push({ts:m,author:r,text:s}),l.metadata.plan_discoveries=_,{changedSteps:[]}}let f=l.metadata.plan_validation??[];return f.push({text:s,command:t.validationCommand?.trim()||void 0,expected:t.validationExpected?.trim()||void 0}),l.metadata.plan_validation=f,{changedSteps:[]}}}),c=X(i.metadata,"deep");return{action:o,plan:c,next_actions:Z(a,c),warnings:[],generated_at:S()}}async function nu(e,t,n){let o=t.resumeContext?.trim();if(!o)throw new p("pm plan resume requires --resume-context <text>",u.USAGE);let{document:s,itemId:r}=await de({id:e,options:t,ctx:n,op:"plan_resume",message:t.message??"plan resume context update",mutator(a,c){c.metadata.plan_resume_context=o;let d=t.scope?.trim();return d&&(c.metadata.plan_scope=d),{changedSteps:[]}}}),i=X(s.metadata,"brief");return{action:"resume",plan:i,next_actions:Z(r,i),warnings:[],generated_at:S()}}async function ou(e,t,n){let o=Zc(t.mode??"approved","approved"),{document:s,itemId:r}=await de({id:e,options:t,ctx:n,op:"plan_approve",message:t.message??`plan approve mode=${o}`,mutator(a,c){c.metadata.plan_mode=o;let d=t.scope?.trim();return d&&(c.metadata.plan_scope=d),{changedSteps:[]}}}),i=X(s.metadata,"brief");return{action:"approve",plan:i,next_actions:Z(r,i),warnings:[],generated_at:S()}}function od(e){return e.map(t=>`plan_materialize_skipped:${t.from_step}:${t.reason}${t.existing_id?`:${t.existing_id}`:""}`)}function su(e,t){let n=X(e.document.metadata,"standard");return{action:"materialize",plan:n,materialized:[],materialize_skipped:t,next_actions:Z(e.itemId,n),warnings:od(t),generated_at:S()}}function ru(e,t,n){let o=[`id=${e},kind=parent`,`id=${t},kind=discovered_from`];for(let s of n.linked_items??[]){let r=s.kind==="blocked_by"||s.kind==="blocks"||s.kind==="related"||s.kind==="discovered_from"?s.kind:"related";o.push(`id=${s.id},kind=${r}`)}return o}async function iu(e){let t=[],n={},o=new Set(["title","description","type","parent","tags","author","message","dep"]);for(let s of Y(e.options.field)){let r=s.indexOf("=");if(r<=0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let i=s.slice(0,r).trim(),a=s.slice(r+1).trim();if(i.length===0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let c=i.trim().replaceAll(/([a-z0-9])([A-Z])/g,"$1 $2").replaceAll(/[^A-Za-z0-9]+/g," ").split(/\s+/).filter(Boolean).map(f=>f.toLowerCase());if(c.length===0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let[d,...l]=c,m=`${d}${l.map(f=>`${f.slice(0,1).toUpperCase()}${f.slice(1)}`).join("")}`;if(o.has(m))throw new p(`Invalid --field entry "${s}"; "${m}" is reserved by materialize and cannot be overridden`,u.USAGE);n[m]=a}for(let s of e.targets){let r=await St({...n,title:s.title,description:s.body?.trim()||s.title,type:e.resolvedTypeName,parent:e.parent,tags:e.tags,author:e.options.author,message:e.options.message??`materialized from plan ${e.planItemId} step ${s.id}`,dep:ru(e.parent,e.planItemId,s)},{path:e.pmRoot});t.push({id:r.item.id,title:r.item.title,type:e.resolvedTypeName,parent:r.item.parent,tags:r.item.tags??[],from_step:s.id})}return t}function au(e,t,n){for(let o of t){let s=n.find(a=>a.from_step===o.id);if(!s)continue;let r=e.find(a=>a.id===o.id);if(!r)continue;let i=r.linked_items??[];i.push({id:s.id,kind:"implements",note:`materialized as ${s.type}`}),r.linked_items=i,r.updated_at=S()}}async function cu(e,t,n){let o=se(t.steps);if(o.length===0)throw new p("pm plan materialize requires --steps <ids|orders|all>",u.USAGE);let s=t.materializeType?.trim()||"Task",r=P(n.settings,T()),i=Lt(s,r);if(!i)throw new p(`Invalid --materialize-type "${s}"`,u.USAGE);let a=t.materializeParent?.trim()||e,c=t.materializeTags,d=await td(n,e),l=(d.document.metadata.plan_steps??[]).slice(),{targets:m,skipped:f}=Op(l,o);if(m.length===0){if(f.length>0)return su(d,f);throw new p("No matching plan steps found for --steps",u.NOT_FOUND)}let _=await iu({targets:m,parent:a,planItemId:d.itemId,resolvedTypeName:i,tags:c,options:t,pmRoot:n.pmRoot}),{document:h,itemId:w}=await de({id:e,options:t,ctx:n,op:"plan_materialize",message:t.message??`plan materialize ${o.join(",")}`,mutator(g){return au(g,m,_),{changedSteps:m.map(k=>k.id)}}}),y=X(h.metadata,"standard");return{action:"materialize",plan:y,materialized:_,...f.length>0?{materialize_skipped:f}:{},next_actions:Z(w,y),warnings:od(f),generated_at:S()}}function du(e){if(e.subcommand==="create")return e;let t=Xc(e.options.step);if(t.length>1)throw new p(`pm plan ${e.subcommand} accepts a single --step/--step-title value (repeated --step seeds ordered steps only on pm plan create)`,u.USAGE);return t.length===1&&!e.options.stepTitle?.trim()?{...e,options:{...e.options,stepTitle:t[0]}}:e}function ge(e,t){if(!e.id)throw new p(`pm plan ${t} requires a plan id`,u.USAGE);return e.id}function De(e,t){let n=ge(e,t);if(!e.stepRef)throw new p(`pm plan ${t} requires <plan-id> <step>`,u.USAGE);return{id:n,stepRef:e.stepRef}}function lu(e){let t=De(e,"reorder-step");if(e.reorderTo===void 0)throw new p("pm plan reorder-step requires <plan-id> <step> <new-order>",u.USAGE);return{...t,reorderTo:e.reorderTo}}var mu={create:(e,t)=>zp(e.options,e.global,t),show:(e,t)=>Hp(ge(e,"show"),e.options,t),"add-step":(e,t)=>Vp(ge(e,"add-step"),e.options,t),"update-step":(e,t)=>{let n=De(e,"update-step");return Bo(n.id,e.options,t,{stepRef:n.stepRef,op:"plan_update_step"})},"complete-step":(e,t)=>{let n=De(e,"complete-step");return Bo(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"completed",op:"plan_complete_step"})},"block-step":(e,t)=>{let n=De(e,"block-step");return Bo(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"blocked",op:"plan_block_step"})},"reorder-step":(e,t)=>{let n=lu(e);return Zp(n.id,e.options,t,n.stepRef,n.reorderTo)},"remove-step":(e,t)=>{let n=De(e,"remove-step");return Qp(n.id,e.options,t,n.stepRef)},link:(e,t)=>{let n=De(e,"link");return eu(n.id,e.options,t,n.stepRef)},unlink:(e,t)=>{let n=De(e,"unlink");return tu(n.id,e.options,t,n.stepRef)},decision:(e,t)=>Wo(ge(e,"decision"),e.options,t,"decision"),discovery:(e,t)=>Wo(ge(e,"discovery"),e.options,t,"discovery"),validation:(e,t)=>Wo(ge(e,"validation"),e.options,t,"validation"),resume:(e,t)=>nu(ge(e,"resume"),e.options,t),approve:(e,t)=>ou(ge(e,"approve"),e.options,t),materialize:(e,t)=>cu(ge(e,"materialize"),e.options,t)};function pu(e){let t=mu[e];if(!t)throw me({command_path:"plan",token:e,allowed:kp});return t}async function sd(e){let t=await Lp(e.global),n=du(e);return pu(n.subcommand)(n,t)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4eb2056a-4444-514a-a0db-79b8875c3d65")}catch{}})();function uu(e,t){return[...new Set([...Bs.filter(o=>e[o]!==void 0),...Object.keys(e).filter(o=>e[o]!==void 0),...t.length>0?["body"]:[]])].sort((o,s)=>o.localeCompare(s))}function fu(e,t){let n=`copied_from=${e}`;if(!t)return n;let o=t.trim();return o.length>0?`${o} | ${n}`:n}async function ns(e,t,n){let o=E(process.cwd(),n.path);if(!await x(A(o)))throw new p(`Tracker is not initialized at ${o}. Run pm init first.`,u.NOT_FOUND);let s=await R(o),r=P(s,T()),i=await ne(o,e,s.id_prefix,s.item_format,r.type_to_folder);if(!i)throw await Wt(o,e,s.id_prefix,r.type_to_folder);let a=await H(i,{schema:s.schema}),c=a.document.metadata,d=S(),l=C(t.author,s.author_default),m=await eo(o,s.id_prefix,{tokenLength:s.ids.token_length,typeToFolder:r.type_to_folder,probeExisting:!1}),f=q(s.schema),_=t.title?.trim();if(_!==void 0&&_.length===0)throw new p("Copy --title must not be empty",u.USAGE);let h={...c,id:m,title:_??c.title,status:f.open_status,created_at:d,updated_at:d};delete h.closed_at,delete h.completed_at,delete h.close_reason,delete h.test_runs;let w=He(T()),y=Ae({metadata:h,body:a.document.body},{schema:s.schema,extensionFieldNames:w}),g=await ko({title:y.metadata.title,description:y.metadata.description,body:y.body,excludeIds:[i.id]},{pmRoot:o,mode:s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0?"off":s.governance.duplicate_detection_mode,threshold:s.governance.duplicate_detection_threshold,limit:s.governance.duplicate_detection_limit,allowDuplicate:t.allowDuplicate}),k=uu(y.metadata,y.body),I=pt(o,y.metadata.type,m,s.item_format,r.type_to_folder),F=ie(o,m),$=await J(o,m,s.locks.ttl_seconds,l,!1,s.governance.force_required_for_stale_lock,s.locks.wait_ms),B={metadata:{},body:""},j,ee;try{let V=await Bt(o,l,{required:s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0});try{s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0&&await ko({title:y.metadata.title,description:y.metadata.description,body:y.body,excludeIds:[i.id]},{pmRoot:o,mode:"strict",threshold:s.governance.duplicate_detection_threshold,limit:s.governance.duplicate_detection_limit,allowDuplicate:!1});let re=await ne(o,m,s.id_prefix,s.item_format,r.type_to_folder);if(re)throw new p(`Cannot copy to ${m}: an item with that id already exists at ${re.itemPath}. Retry the copy to allocate a new id.`,u.CONFLICT,{code:"item_id_collision",why:`Allocated id ${m} already exists at ${re.itemPath}.`,recovery:{suggested_retry:`pm copy ${i.id}`}});await W(I,pe(y,{format:s.item_format,schema:s.schema,extensionFieldNames:w}));try{let U=ae({nowIso:d,author:l,op:"create",before:B,after:y,message:fu(i.id,t.message)});await Ce(F,U)}catch(U){throw await lt(I),U}ee=await Vt({pmRoot:o,preferredFormat:s.item_format,typeToFolder:r.type_to_folder,schema:s.schema,itemPath:I,document:y})}finally{await V()}j=[...await M({path:I,scope:"project",op:"create",item_id:y.metadata.id,item_type:y.metadata.type,before:B,after:y,changed_fields:k}),...await M({path:F,scope:"project",op:"create:history",item_id:y.metadata.id,item_type:y.metadata.type,before:B,after:y,changed_fields:k})],Nt({id:y.metadata.id,op:"create",item_type:y.metadata.type,status:y.metadata.status,current:ut(y.metadata,k),changed_fields:k})}finally{await $()}return{source_id:i.id,item:structuredClone(y.metadata),changed_fields:k,warnings:[...Ka(g),...ee,...j],...g===void 0?{}:{similarity_advisory:g}}}import yn from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="14aa55e1-cb5f-55ea-bf4c-412217d87449")}catch{}})();async function os(e,t,n){let o=E(process.cwd(),n.path);if(!await x(A(o)))throw new p(`Tracker is not initialized at ${o}. Run pm init first.`,u.NOT_FOUND);let s=await R(o),r=C(t.author,s.author_default),i=await Xr({pmRoot:o,settings:s,id:e,author:r,message:t.message,force:t.force,dryRun:t.dryRun}),a=i.targetPath?yn.relative(o,i.targetPath).split(yn.sep).join("/"):void 0;return{item:i.item,changed_fields:i.changedFields,dry_run:t.dryRun===!0,deleted:t.dryRun!==!0,outcome:t.dryRun===!0?"would_delete":"deleted",previous_status:i.item.status,...a?{target_path:a}:{},history_retained:yn.relative(o,ie(o,i.item.id)).split(yn.sep).join("/"),tombstone_retention:"retain_append_only",warnings:i.warnings}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="0f43df79-0b27-53b3-b8bd-9f2a35561733")}catch{}})();async function _u(e){if(!await x(A(e)))throw new p(`Tracker is not initialized at ${e}. Run pm init first.`,u.NOT_FOUND)}async function ss(e,t,n){let o=E(process.cwd(),n.path);if(await _u(o),t.clear===!0){if(e!==void 0)throw new p("pm focus --clear does not take an item id. Use 'pm focus --clear' to clear focus or 'pm focus <id>' to set it.",u.USAGE);let m=await R(o),f=Zn(C(void 0,m.author_default));return await gr(o),await yo({pmRoot:o,settings:m,principal:f}),{action:"clear",focused_item:null,title:null,message:"Focus cleared. New items will not inherit a default parent."}}if(e===void 0){let m=await _r(o);if(m===void 0)return{action:"show",focused_item:null,title:null,message:"No focus set. Use 'pm focus <id>' to set a default parent for new items."};let f=await hu(o,m);return{action:"show",focused_item:m,title:f,message:`Focused on ${m}${f?` (${f})`:""}. New items default --parent to it.`}}let r=await R(o),i=P(r,T()),a=await ne(o,e,r.id_prefix,r.item_format,i.type_to_folder);if(!a)throw await Wt(o,e,r.id_prefix,i.type_to_folder);let c=ht(a.id,r.id_prefix),d=await H(a,{schema:r.schema}),l=rd(d.document.metadata.title);return await hr(o,c),await yo({pmRoot:o,settings:r,principal:Zn(C(void 0,r.author_default)),itemId:c}),{action:"set",focused_item:c,title:l,message:`Focused on ${c}${l?` (${l})`:""}. New items default --parent to it (override with --parent or clear via 'pm focus --clear').`}}async function hu(e,t){let n=await R(e),o=P(n,T()),s=await ne(e,t,n.id_prefix,n.item_format,o.type_to_folder);if(!s)return null;let r=await H(s,{schema:n.schema});return rd(r.document.metadata.title)}function rd(e){return e.trim().length>0?e:null}import{readFile as Ru,writeFile as Au}from"node:fs/promises";import Cu 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]="3c9d6924-ae7c-57c3-a346-1e2189c532fa")}catch{}})();function rs(e,t){let n=Dt(e);if(n)throw new p(`History merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,u.GENERIC_FAILURE);let o=[];for(let[s,r]of e.split(/\r?\n/).entries()){let i=r.trim();if(i)try{let a=JSON.parse(i);if(typeof a!="object"||a===null||Array.isArray(a))throw new TypeError("history entry must be an object");o.push(a)}catch{throw new p(`History merge input (${t}) contains invalid JSON at line ${s+1}.`,u.GENERIC_FAILURE)}}return o}function Ie(e){return D({ts:e.ts,author:e.author,op:e.op,patch:e.patch,message:e.message??null})}function gu(e,t){let n=Math.min(e.length,t.length),o=0;for(;o<n&&Ie(e[o])===Ie(t[o]);)o+=1;return o}function id(e,t,n){rs(e,"base");let o=rs(t,"ours"),s=rs(n,"theirs"),r=gu(o,s);if(r===o.length&&r===s.length)return{merged:fe(o),strategy:"identical",common_entries:r,entries_from_ours:0,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(r===s.length)return{merged:fe(o),strategy:"fast_forward_ours",common_entries:r,entries_from_ours:o.length-r,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(r===o.length)return{merged:fe(s),strategy:"fast_forward_theirs",common_entries:r,entries_from_ours:0,entries_from_theirs:s.length-r,entries_total:s.length,reanchored:!1};let i=o.slice(r),a=new Set(i.map(Ie)),c=s.slice(r).filter(m=>!a.has(Ie(m))),d=[...i,...c].sort((m,f)=>{let _=Tt(m.ts,f.ts);if(_!==0)return _;let h=a.has(Ie(m)),w=a.has(Ie(f));return h!==w?Number(w)-Number(h):Ie(m).localeCompare(Ie(f))}),l=Gt([...o.slice(0,r),...d]);return{merged:fe(l.entries),strategy:"union_reanchor",common_entries:r,entries_from_ours:i.length,entries_from_theirs:c.length,entries_total:l.entries.length,reanchored:!0}}function is(e,t){let n=Dt(e);if(n)throw new p(`Relationship merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,u.GENERIC_FAILURE);let o=[];for(let[s,r]of e.split(/\r?\n/).entries()){let i=r.trim();if(!i)continue;let a;try{a=JSON.parse(i)}catch{throw new p(`Relationship merge input (${t}) contains invalid JSON at line ${s+1}.`,u.GENERIC_FAILURE)}if(typeof a!="object"||a===null||Array.isArray(a)||typeof a.eventId!="string"||typeof a.sequence!="number")throw new p(`Relationship merge input (${t}) line ${s+1} is not a relationship event (eventId + sequence required).`,u.GENERIC_FAILURE);o.push(a)}return o}function bn(e){return e.length===0?"":`${e.map(t=>JSON.stringify(t)).join(`
|
|
10
|
+
`,{changedFields:["body"]}}});return{item:d.item,appended:c,changed_fields:d.changedFields}}import im from"fast-json-patch";import Do from"node:fs/promises";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="353be665-9f67-5d0e-99c9-6bbb7e927e0b")}catch{}})();function am(e,t){return Bi(e,t,{errorSubject:"restore",allowFutureTimestamp:!0})}function cm(e){let t=ao(e,e.length-1);return Object.keys(t.metadata).length===0?{metadata:{},body:t.body}:Ae(Te(t))}async function dm(e,t,n,o){let s=await ne(e,t,n.id_prefix,n.item_format,o);if(s){let c=ie(e,s.id),d=await $r({pmRoot:e,settings:n,itemId:s.id,commandLabel:"restore"});return{id:s.id,historyPath:c,located:s,historyPolicyWarnings:d.warnings}}let r=ht(t,n.id_prefix),i=Qn(t),a=r===i?[r]:[r,i];for(let c of a){let d=ie(e,c);if(await x(d))return{id:c,historyPath:d,located:null,historyPolicyWarnings:[]}}throw new p(`Item ${t} not found`,u.NOT_FOUND)}function lm(e,t){let n=Oe(e),o=Oe(t),s=im.compare(n,o),r=new Set;for(let i of s){if(i.path==="/body"||i.path.startsWith("/body/")){r.add("body");continue}let a=i.path.replace(/^\/(?:metadata|front_matter)\/?/,"").split("/")[0];r.add(a.replaceAll("~1","/").replaceAll("~0","~"))}return Array.from(r).sort((i,a)=>i.localeCompare(a))}async function mm(e){if(await G(e.subject.historyPath)!==e.historyRawBeforeLock)throw new p(`History for ${e.resolvedId} changed while waiting for lock; retry restore.`,u.CONFLICT);let n=await ne(e.pmRoot,e.resolvedId,e.settings.id_prefix,e.settings.item_format,e.typeToFolder),o=n?await H(n,{schema:e.settings.schema}):null;if((o?.raw??null)!==e.currentItemRawBeforeLock)throw new p(`Item ${e.resolvedId} changed while waiting for lock; retry restore.`,u.CONFLICT);return{loadedItemUnderLock:o,existingItemPath:n?.itemPath??null}}function pm(e,t){return e?{document:e.document,originalRaw:e.raw}:{document:cm(t),originalRaw:null}}function um(e){let t=e.document.metadata.assignee?.trim();if(!(t&&t!==e.author&&!e.force))return[];if(e.enforcement==="strict")throw new p(`Item ${e.resolvedId} is assigned to ${t}. Use --force to override.`,u.CONFLICT);return e.enforcement==="warn"?[`ownership_warning:assignee_conflict:${e.resolvedId}:${t}`]:[]}async function fm(e){if(e.existingItemPath&&e.resolvedOriginalRaw!==null&&e.restoredItemPath!==e.existingItemPath){await W(e.existingItemPath,e.resolvedOriginalRaw),await Do.rm(e.restoredItemPath,{force:!0});return}if(e.existingItemPath&&e.resolvedOriginalRaw!==null){await W(e.existingItemPath,e.resolvedOriginalRaw);return}await Do.rm(e.restoredItemPath,{force:!0})}async function _m(e){return[...await M({path:e.restoredItemPath,scope:"project",op:"restore",item_id:e.after.metadata.id,item_type:e.after.metadata.type,before:e.before,after:e.after,changed_fields:["restored"]}),...await M({path:e.historyPath,scope:"project",op:"restore:history",item_id:e.after.metadata.id,item_type:e.after.metadata.type,before:e.before,after:e.after,changed_fields:["restored"]})]}async function Ne(e,t,n,o){let s=E(process.cwd(),o.path);if(!await x(A(s)))throw new p(`Tracker is not initialized at ${s}. Run pm init first.`,u.NOT_FOUND);let r=await R(s),i=P(r,O()),a=await dm(s,e,r,i.type_to_folder),c=a.id,d=await G(a.historyPath),l=await We(a.historyPath,c);if(l.length===0)throw new p(`No history exists for ${c}; restore is unavailable.`,u.NOT_FOUND);let m=am(t,l),f=Vi(ao(l,m.historyIndex),m),_=Ar(f,{schema:r.schema});if(_.metadata.id!==c)throw new p(`Restore target resolved to item ${_.metadata.id}, expected ${c}.`,u.GENERIC_FAILURE);let w=(a.located?await H(a.located,{schema:r.schema}):null)?.raw??null,y=C(n.author,r.author_default),g=await J(s,c,r.locks.ttl_seconds,y,!!n.force,r.governance.force_required_for_stale_lock,r.locks.wait_ms);try{let{loadedItemUnderLock:k,existingItemPath:I}=await mm({pmRoot:s,resolvedId:c,subject:a,settings:r,typeToFolder:i.type_to_folder,historyRawBeforeLock:d,currentItemRawBeforeLock:w}),F="toon",$=pm(k,l),B=um({document:$.document,author:y,force:n.force,enforcement:r.governance.ownership_enforcement,resolvedId:c}),j=lm($.document,_);await rr({pm_root:s,operation:"restore",before:$.document,after:_,changed_fields:j,sdk:Jr({pmRoot:s,settings:r,typeToFolder:i.type_to_folder})});let ee=pe(_,{format:F,schema:r.schema}),V=pt(s,_.metadata.type,c,F,i.type_to_folder),re=await Bt(s,y),U=[];try{await W(V,ee),I&&V!==I&&await Do.rm(I);let Dl=ae({nowIso:S(),author:y,op:"restore",before:$.document,after:_,message:n.message});try{await Ce(a.historyPath,Dl)}catch(jl){throw await fm({existingItemPath:I,resolvedOriginalRaw:$.originalRaw,restoredItemPath:V}),jl}U=await Vt({pmRoot:s,preferredFormat:r.item_format,typeToFolder:i.type_to_folder,schema:r.schema,itemPath:V,previousItemPath:I??void 0,document:_})}finally{await re()}let Pn=await _m({restoredItemPath:V,historyPath:a.historyPath,before:$.document,after:_});Nt({id:_.metadata.id,op:"restore",item_type:_.metadata.type,previous_status:$.document.metadata.status,status:_.metadata.status,previous:ut($.document.metadata,j),current:ut(_.metadata,j),changed_fields:j});let js=l[m.historyIndex];return{item:_.metadata,restored_from:{kind:m.kind,target:m.raw,history_index:m.historyIndex+1,entry_ts:js.ts,entry_op:js.op},changed_fields:j,warnings:[...a.historyPolicyWarnings,...B,...U,...Pn]}}finally{await g()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4da07a98-855e-59cf-a6a4-2f59a8b3c0bd")}catch{}})();var Nc=1,jo="close-many",hm=["--filter-status","--filter-type","--filter-tag","--filter-priority","--filter-sprint","--filter-release","--filter-parent","--filter-assignee","--filter-updated-before","--ids"].join(", ");function gm(e,t){return kt(e,t,{includePagination:!1})}function ym(e,t){return kt(e,t)}function bm(e){if(e?.ids!=null&&String(e.ids).trim().length===0)throw new p("--ids requires at least one non-empty item ID",u.USAGE)}function wm(e){let t={};if(!e)return t;for(let[n,o]of Object.entries(e))o==null||typeof o=="string"&&!o.split(",").some(s=>s.trim().length>0)||(t[n]=o);return t}function vm(e,t){let n=String(e??"").trim();if(n.length>0)return n;if(t)throw new p("pm close-many requires a shared close reason via --reason because governance.require_close_reason is enabled.",u.USAGE,{code:"close_reason_required",required:"Provide a shared closing summary via --reason for the whole batch.",why:"governance.require_close_reason is enabled, so every close must record why the items are done.",examples:['pm close-many --filter-sprint S-12 --reason "Sprint S-12 acceptance criteria met"','pm close-many --ids pm-a,pm-b --reason "Superseded by redesign"'],nextSteps:["Re-run with --reason describing the shared outcome.","To stop requiring reasons, run: pm config set governance-require-close-reason --policy disabled"]})}async function km(e,t){let n=q(t.schema),o=P(t,O()),s=await $e(e,t.item_format,o.type_to_folder,void 0,t.schema),r=new Map,i=new Map;for(let a of s){if(typeof a.parent!="string"||a.parent.length===0||(i.set(a.id,a.parent),Ve(a.status,n)))continue;let c=r.get(a.parent);c?c.push(a.id):r.set(a.parent,[a.id])}for(let a of r.values())a.sort((c,d)=>c.localeCompare(d));return{childrenByParent:r,parentByChild:i}}function Mc(e,t,n){let o=n?.get(e);if(o!==void 0)return o;let s=0,r=t.get(e),i=[],a=new Set,c=!1;for(;r!==void 0&&!a.has(r);){let d=n?.get(r);if(d!==void 0){s+=d+1;break}a.add(r),i.push(r),s+=1,r=t.get(r)}if(r!==void 0&&a.has(r)&&(c=!0),!c){n?.set(e,s);for(let[d,l]of i.entries())n?.set(l,s-d-1)}return s}async function Sm(e){let t=await Pt(e.pmRoot,jo,e.rollbackId,Nc),n=e.options.message??`Rollback close-many checkpoint ${t.id}`,o=await Ft(t.items,(s,r)=>Ne(s,r,{author:e.options.author,message:n,force:!0},e.global));return{...Le({applied:o.restored_ids.length,skipped:0,failed:o.failed_count,unmatched:0}),mode:"rollback",matched_count:t.items.length,dry_run:!1,rollback_checkpoint_id:t.id,checkpoint:{id:t.id,created_at:t.created_at,path:t.path,rollback_command:`pm close-many --rollback ${t.id}`},restored_count:o.restored_ids.length,failed_count:o.failed_count,rows:o.rows,ids:o.restored_ids}}function Im(e,t,n,o,s){return e.map(r=>{let i=(t.get(r.id)??[]).filter(c=>!n.has(c)),a=!Dc(r,o,s);return{id:r.id,title:typeof r.title=="string"?r.title:"",status:r.status,action:a?"skip":"close",...a?{skip_reason:"already_terminal"}:{},...i.length>0?{active_child_ids:i}:{}}})}async function Em(e){let t=await $t(e.pmRoot,jo,e.checkpointId,{schema_version:Nc,id:e.checkpointId,created_at:e.nowValue,author:C(e.options.author,"unknown"),...e.reason!==void 0?{reason:e.reason}:{},filters:e.filters,items:e.checkpointItems});return{id:e.checkpointId,created_at:e.nowValue,path:t,rollback_command:`pm close-many --rollback ${e.checkpointId}`}}async function xm(e){let t=[],n=[];for(let o of e.matched){if(!e.closableIds.has(o.id)){t.push({id:o.id,status:"skipped",skip_reason:"already_terminal"});continue}try{let s=await Qe(o.id,e.reason,e.closeOptions,e.global);t.push({id:o.id,status:"closed",changed_fields:s.changed_fields,...s.warnings&&s.warnings.length>0?{warnings:s.warnings}:{}}),n.push(o.id)}catch(s){t.push({id:o.id,status:"failed",error:be(s)})}}return{rows:t,closedIds:n}}function Rm(e){return typeof e.rollback=="string"?e.rollback:void 0}function Am(e,t){if(t.trim().length===0)throw new p("--rollback requires a checkpoint id",u.USAGE);if(e.dryRun===!0)throw new p("--dry-run cannot be combined with --rollback",u.USAGE);if(ym(e.list,e.status))throw new p("Rollback mode does not accept filter options",u.USAGE)}function Cm(e){if(!gm(e.list,e.status))throw new p(`close-many requires at least one filter to scope the close (for example: ${hm}). Refusing to match every item.`,u.USAGE)}function Tm(e,t){let n=new Map;return[...e].sort((o,s)=>{let r=Mc(s.id,t,n)-Mc(o.id,t,n);return r!==0?r:o.id.localeCompare(s.id)})}function Dc(e,t,n){return n||!Ve(e.status,t)}function Om(e,t,n){return new Set(e.filter(o=>Dc(o,t,n)).map(o=>o.id))}async function $m(e){Cm(e.options);let t=q(e.settings.schema),n=vm(e.options.reason,e.settings.governance.require_close_reason),o=e.options.force===!0,s=await ve(e.options.status,wm(e.options.list),e.global),{childrenByParent:r,parentByChild:i}=await km(e.pmRoot,e.settings),a=Tm(s.items,i),c=[...new Set(String(e.options.list?.ids??"").split(",").map(m=>m.trim()).filter(m=>m.length>0))],d=new Set(a.map(m=>m.id)),l=Om(a,t,o);return{pmRoot:e.pmRoot,settings:e.settings,statusRegistry:t,reason:n,validateCloseMode:e.options.validateClose,force:o,listed:s,matched:a,unmatchedIds:c.filter(m=>!d.has(m)),planRows:Im(a,r,l,t,o)}}function Pm(e){return{outcome:"effect",exit_code:u.SUCCESS,mode:"dry_run",matched_count:e.matched.length,dry_run:!0,...e.reason!==void 0?{reason:e.reason}:{},filters:e.listed.filters,...e.validateCloseMode?{validate_close:e.validateCloseMode}:{},item_plans:e.planRows,ids:[],...e.unmatchedIds.length>0?{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length}:{}}}async function Fm(e){if(e.options.checkpoint===!1||e.closableIds.size===0)return;let t=e.context.matched.filter(n=>e.closableIds.has(n.id)).map(n=>({id:n.id,target_updated_at:n.updated_at}));return Em({pmRoot:e.context.pmRoot,checkpointId:e.checkpointId,nowValue:e.nowValue,options:e.options,reason:e.context.reason,filters:e.context.listed.filters,checkpointItems:t})}async function jc(e,t){let n=E(process.cwd(),t.path);if(!await x(A(n)))throw new p(`Tracker is not initialized at ${n}. Run pm init first.`,u.NOT_FOUND);let o=await R(n),s=e.dryRun===!0,r=Rm(e);if(bm(e.list),r!==void 0)return Am(e,r),Sm({pmRoot:n,rollbackId:r,options:e,global:t});let i=await $m({pmRoot:n,settings:o,options:e,global:t});if(s)return Pm(i);let a=new Set(i.planRows.filter(g=>g.action==="close").map(g=>g.id)),c=S(),d=Ot(jo,c),l=await Fm({context:i,options:e,closableIds:a,checkpointId:d,nowValue:c}),m={author:e.author,message:e.message??`close-many apply ${d}`,completedAt:e.completedAt,validateClose:i.validateCloseMode,force:i.force,resolution:e.resolution,expectedResult:e.expectedResult,actualResult:e.actualResult},{rows:f,closedIds:_}=await xm({matched:i.matched,closableIds:a,reason:i.reason,closeOptions:m,global:t}),h=f.filter(g=>g.status==="closed").length,w=f.filter(g=>g.status==="skipped").length,y=f.filter(g=>g.status==="failed").length;return{...Le({applied:h,skipped:w,failed:y,unmatched:i.unmatchedIds.length}),mode:"apply",matched_count:i.matched.length,dry_run:!1,...i.reason!==void 0?{reason:i.reason}:{},filters:i.listed.filters,...i.validateCloseMode?{validate_close:i.validateCloseMode}:{},...l?{checkpoint:l}:{},closed_count:h,skipped_count:w,failed_count:y,rows:f,ids:_,...i.unmatchedIds.length>0?{unmatched_ids:i.unmatchedIds,unmatched_count:i.unmatchedIds.length}:{}}}import{readFile as Lm}from"node:fs/promises";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="a7687052-a04e-536e-ace5-a665ebd477e3")}catch{}})();async function Uo(e,t){let n=e.add!==void 0,o=e.stdin===!0,s=typeof e.file=="string",r=Number(n)+Number(o)+Number(s);if(r===0)return;if(r>1)throw new p("Specify comment text using only one input source: --add, --stdin, or --file",u.USAGE);if(n)return{value:await t.resolveValue(e.add,"--add")??"",emptyFlag:"--add"};if(o)return{value:await t.resolveValue("-","--stdin")??"",emptyFlag:"--stdin"};let i=e.file.trim();if(!i)throw new p("--file path cannot be empty",u.USAGE);try{return{value:await Lm(i,"utf8"),emptyFlag:"--file"}}catch(a){if(Ba(a)&&qe(a))throw new p(`--file path not found: ${i}`,u.USAGE);let c=a instanceof Error?a.message:String(a);throw new p(`Failed to read --file path "${i}": ${c}`,u.USAGE)}}async function Mm(e,t){let n=e.edit,o=e.delete,s=n!==void 0,r=o!==void 0;if(s&&r)throw new p("Specify only one of --edit or --delete",u.USAGE);if(n!==void 0&&(!Number.isInteger(n)||n<1))throw new p("--edit must be a positive integer",u.USAGE);if(o!==void 0&&(!Number.isInteger(o)||o<1))throw new p("--delete must be a positive integer",u.USAGE);if(r){if(await Uo(e,t)!==void 0)throw new p("--delete does not take comment text",u.USAGE);return{mode:"delete",index:o}}if(s){let c=await Uo(e,t);if(c===void 0)throw new p("--edit requires replacement text via positional [text], --add, --stdin, or --file",u.USAGE);return{mode:"edit",index:n,value:c.value,emptyFlag:c.emptyFlag}}let i=await Uo(e,t);return i===void 0?{mode:"list"}:{mode:i.emptyFlag==="--add"?"add":i.emptyFlag==="--stdin"?"stdin":"file",value:i.value,emptyFlag:i.emptyFlag}}async function Uc(e,t,n){let o=zt(),s=await Mm(t,o),r=s.mode==="add"||s.mode==="edit",i=s.value??"";return Ze(e,t,n,{input:{...s,rawValue:t.add??i,value:r?Xe(i,{stripPlainTextPrefix:!0}):i},collectionKey:"comments",op:"comment_add",editOp:"comment_edit",deleteOp:"comment_delete",parseText:a=>a,createEntry:a=>a,bypassOwnershipConflict:!!(s.mode==="add"&&t.ownershipAppendBypass),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm comments pm-a1b2 --add "review note" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="93184f29-f215-5413-9628-fb5b34523995")}catch{}})();async function Gc(e,t,n){return Ze(e,t,n,{input:await ln(t,"learning"),collectionKey:"learnings",op:"learning_add",editOp:"learning_edit",deleteOp:"learning_delete",parseText:o=>Xe(o),createEntry:o=>o,bypassOwnershipConflict:!!(t.edit===void 0&&t.delete===void 0&&t.ownershipAppendBypass),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm learnings pm-a1b2 --add "review learning" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ebd9f151-593f-5081-97da-d78f83de4914")}catch{}})();function Nm(e){if(e===void 0)return;if(e.trim().length===0)throw new p("--add-json must contain a JSON value",u.USAGE,{code:"structured_event_json_empty"});let t;try{t=JSON.parse(e)}catch{throw new p("--add-json must be valid JSON",u.USAGE,{code:"structured_event_json_invalid"})}return t}function Dm(e){if(typeof e!="object"||e===null||Array.isArray(e))return;let t=e.type;return typeof t=="string"&&t.trim().length>0?t.trim():void 0}function jm(e){if(e===void 0)return;let t=Date.parse(e);if(!Number.isFinite(t))throw new p("--since must be a valid ISO timestamp",u.USAGE,{code:"structured_event_since_invalid"});return t}async function qc(e,t,n){let o=Nm(t.addJson),s=[t.add!==void 0,t.stdin===!0,t.file!==void 0,t.edit!==void 0,t.delete!==void 0].includes(!0);if(o!==void 0&&s)throw new p("--add-json cannot be combined with text, edit, delete, stdin, or file inputs",u.USAGE,{code:"structured_event_input_conflict"});let r=o===void 0?void 0:D(o),i=[t.since,t.eventType].some(h=>h!==void 0),a=jm(t.since),c=Ur(t.limit),d=await Ze(e,{...t,...i?{limit:void 0}:{},includeMeta:[t.includeMeta===!0,i].includes(!0)},n,{input:await ln(r===void 0?t:{add:r},"note"),collectionKey:"notes",op:"note_add",editOp:"note_edit",deleteOp:"note_delete",parseText:h=>Xe(h),createEntry:h=>o===void 0?h:{...h,format:"json",data:o,event_type:Dm(o)},bypassOwnershipConflict:!![t.edit===void 0,t.delete===void 0,t.ownershipAppendBypass===!0].every(Boolean),conflictGuidance:{required:"For an approved append-only handoff on another owner's item, use the package-provided ownership bypass before considering --force.",examples:['pm notes pm-a1b2 --add "review note" --author "reviewer" --force'],nextSteps:["Use an installed package's narrow append-only ownership bypass when available.","Use --force only when an ownership override is explicitly approved."]}}),l=t.eventType?.trim(),m=d.notes.filter(h=>{let w=[h.format==="json",h.data!==void 0].every(Boolean),y=[a===void 0,Date.parse(h.created_at)>=(a??Number.POSITIVE_INFINITY)].includes(!0),g=[!l,h.event_type===l].includes(!0);return[!i,[w,y,g].every(Boolean)].includes(!0)}),f=i?Ha(m,c):m,_=f.filter(h=>h.format==="json").length;return{...d,notes:f,count:f.length,...i?{total_count:m.length,returned_count:f.length,has_more:f.length<m.length,...c===void 0?{}:{limit:c},structured_event_count:_}:t.includeMeta===!0?{structured_event_count:_}:{}}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="0f91de58-2cbc-52ba-97ea-42482d0c6ce1")}catch{}})();var Hc=1,qo="update-many",Um=new Set(["author","message","force","ownershipMetadataBypass","ownershipDependencyBypass","allowUnresolvedDeps"]),Gm=["--status","--priority","--type","--tags","--description","--body","--deadline","--estimate","--assignee","--dep","--dep-remove","--comment","--note","--learning","--file","--test","--doc","--replace-deps","--replace-tests","--replace-files","--replace-docs","--unset","--clear-*"].join(", "),qm={title:"title",description:"description",body:"body",status:"status",closeReason:"close_reason",priority:"priority",type:"type",deadline:"deadline",estimatedMinutes:"estimated_minutes",acceptanceCriteria:"acceptance_criteria",definitionOfReady:"definition_of_ready",order:"order",goal:"goal",objective:"objective",value:"value",impact:"impact",outcome:"outcome",whyNow:"why_now",assignee:"assignee",parent:"parent",reviewer:"reviewer",risk:"risk",confidence:"confidence",sprint:"sprint",release:"release",blockedBy:"blocked_by",blockedReason:"blocked_reason",unblockNote:"unblock_note",reporter:"reporter",severity:"severity",environment:"environment",reproSteps:"repro_steps",resolution:"resolution",expectedResult:"expected_result",actualResult:"actual_result",affectedVersion:"affected_version",fixedVersion:"fixed_version",component:"component",regression:"regression",customerImpact:"customer_impact"},zm=[{field:"dependencies",addKey:"dep",removeKey:"depRemove",clearKey:"clearDeps",replaceKey:"replaceDeps"},{field:"comments",addKey:"comment",clearKey:"clearComments"},{field:"notes",addKey:"note",clearKey:"clearNotes"},{field:"learnings",addKey:"learning",clearKey:"clearLearnings"},{field:"files",addKey:"file",clearKey:"clearFiles",replaceKey:"replaceFiles"},{field:"tests",addKey:"test",clearKey:"clearTests",replaceKey:"replaceTests"},{field:"docs",addKey:"doc",clearKey:"clearDocs",replaceKey:"replaceDocs"},{field:"reminders",addKey:"reminder",clearKey:"clearReminders"},{field:"events",addKey:"event",clearKey:"clearEvents"},{field:"type_options",addKey:"typeOption",clearKey:"clearTypeOptions"}],Hm={close_reason:"close_reason","close-reason":"close_reason",deadline:"deadline",estimate:"estimated_minutes",estimated_minutes:"estimated_minutes","estimated-minutes":"estimated_minutes",acceptance_criteria:"acceptance_criteria","acceptance-criteria":"acceptance_criteria",ac:"acceptance_criteria",definition_of_ready:"definition_of_ready","definition-of-ready":"definition_of_ready",order:"order",rank:"order",goal:"goal",objective:"objective",value:"value",impact:"impact",outcome:"outcome",why_now:"why_now","why-now":"why_now",assignee:"assignee",parent:"parent",reviewer:"reviewer",risk:"risk",confidence:"confidence",sprint:"sprint",release:"release",blocked_by:"blocked_by","blocked-by":"blocked_by",blocked_reason:"blocked_reason","blocked-reason":"blocked_reason",unblock_note:"unblock_note","unblock-note":"unblock_note",reporter:"reporter",severity:"severity",environment:"environment",repro_steps:"repro_steps","repro-steps":"repro_steps",resolution:"resolution",expected_result:"expected_result","expected-result":"expected_result",actual_result:"actual_result","actual-result":"actual_result",affected_version:"affected_version","affected-version":"affected_version",fixed_version:"fixed_version","fixed-version":"fixed_version",component:"component",regression:"regression",customer_impact:"customer_impact","customer-impact":"customer_impact",type_options:"type_options","type-options":"type_options",tags:"tags"},Bc=e=>{let t={};for(let[n,o]of Object.entries(e))Um.has(n)||o!==void 0&&(t[n]=o);return t},Bm=e=>Object.keys(Bc(e)).length>0,Vc=e=>typeof e=="string"?e.trim():e,Vm=e=>{let t=String(e).trim(),n=Number(t);return Number.isInteger(n)?n:t},Go=e=>{let t=String(e).trim(),n=Number(t);return Number.isFinite(n)?n:t},Wm=e=>{let t=String(e).trim().toLowerCase();return new Map([["true",!0],["1",!0],["false",!1],["0",!1]]).get(t)??Vc(e)},Km={priority:Vm,estimatedMinutes:Go,order:Go,rank:Go,regression:Wm},Ym=(e,t)=>{if(t!==void 0)return(Km[e]??Vc)(t)},Jm=e=>{let t=e.trim().toLowerCase().replaceAll("-","_");return Hm[t]??t},gn=(e,t)=>nr(e,t),Xm=(e,t)=>t!==void 0?t:e==="type_options"?{}:[],Zm=(e,t)=>Array.isArray(t)?t.length:e==="type_options"&&t&&typeof t=="object"?Object.keys(t).length:0,Qm=e=>e.replace?"replace":e.clear?"clear_or_reset":e.removeCount>0?"merge_remove":"append",zc=(e,t)=>t===void 0?void 0:e[t],tt=e=>Array.isArray(e)?e.length:0,ep=(e,t,n)=>{let o=n[e.addKey],s=zc(n,e.removeKey),r=tt(o),i=tt(s),a=n[e.clearKey]===!0,c=zc(n,e.replaceKey)===!0;if(![a,c,r>0,i>0].includes(!0))return;let d=Xm(e.field,t[e.field]);return{field:e.field,before:d,after:{operation:Qm({replace:c,clear:a,removeCount:i}),clear:a,replace:c,add_count:r,remove_count:i,before_count:Zm(e.field,d)}}},tp=(e,t)=>{let n=[];for(let o of zm){let s=ep(o,e,t);s!==void 0&&n.push(s)}return n},np=e=>Array.isArray(e)?e.filter(t=>typeof t=="string"):[],op=(e,t)=>{if(![t.tags!==void 0,tt(t.addTags)>0,tt(t.removeTags)>0].includes(!0))return;let n=np(e.tags),o=t.tags===void 0?n:gt(t.tags),s=Lr(o,t.addTags),r=Mr(s,t.removeTags).slice().sort((a,c)=>a.localeCompare(c)),i=n.slice().sort((a,c)=>a.localeCompare(c));if(!gn(i,r))return{field:"tags",before:n,after:r}},sp=(e,t)=>{let n=e.acceptance_criteria,o=Fr(Pr(n),t.addAc,t.removeAc);if(o.unmatchedRemovals.length>0)throw new p(`Acceptance criteria removal did not match: ${o.unmatchedRemovals.join(", ")}`,u.NOT_FOUND,{code:"acceptance_criteria_remove_unmatched",reason:"exact_match_not_found",field:"acceptance_criteria",unmatched:o.unmatchedRemovals});let s=o.criteria.join("; ");if(!gn(typeof n=="string"?n:"",s))return{field:"acceptance_criteria",before:n,after:s}},rp=(e,t,n)=>{for(let[o,s]of Object.entries(qm)){let r=n[o];if(r===void 0)continue;let i=t[s],a=Ym(o,r);gn(i,a)||e.push({field:s,before:i,after:a})}},ip=(e,t,n,o)=>{let s=fr(n,o,["update_many"]);for(let[r,i]of Object.entries(s)){let a=t[r];gn(a,i)||e.push({field:r,before:a,after:i})}},ap=(e,t,n)=>{for(let o of n??[]){let s=Jm(o),r=t[s];r!==void 0&&e.push({field:s,before:r,after:null})}},cp=(e,t,n={})=>{let o=e,s=[],r=op(o,n);if(r&&s.push(r),rp(s,o,n),tt(n.addAc)>0||tt(n.removeAc)>0){let i=sp(o,n);i!==void 0&&s.push(i)}return s.push(...tp(o,n)),ip(s,o,n,t),ap(s,o,n.unset),{id:e.id,changes:s}},dp=(e,t)=>jr(e,t,{strict:!0,flagLabel:"--filter-status"}),lp=e=>{if(e?.ids!=null&&String(e.ids).trim().length===0)throw new p("--ids requires at least one non-empty item ID",u.USAGE)},mp=[({update:e})=>{e.priority!==void 0&&Dr(e.priority)},({update:e,settings:t,pmRoot:n})=>{if(e.type===void 0)return;let o=P(t,O());if(!Lt(e.type,o))throw new p(zr(e.type,o.types,pr(n,t.schema)),u.USAGE)},({update:e,statusRegistry:t})=>{if(e.status!==void 0&&!_t(e.status,t)){let n=t.definitions.map(o=>o.id);throw new p(`Invalid --status value "${e.status}". Allowed: ${n.join(", ")}`,u.USAGE)}},({update:e})=>{e.deadline!==void 0&&Ws(e.deadline,new Date,"deadline")},({update:e})=>{e.estimatedMinutes!==void 0&&Nr(e.estimatedMinutes,"estimated-minutes")}],pp=(e,t,n,o)=>{let s={update:e,settings:t,statusRegistry:n,pmRoot:o};for(let r of mp)r(s)},up=async e=>{let t=await Pt(e.pmRoot,qo,e.rollbackId,Hc),n=e.options.update?.message??`Rollback update-many checkpoint ${t.id}`,o=await Ft(t.items,(s,r)=>Ne(s,r,{author:e.options.update?.author,message:n,force:e.options.update?.force??!0},e.global));return{...Le({applied:o.restored_ids.length,skipped:0,failed:o.failed_count,unmatched:0}),mode:"rollback",matched_count:t.items.length,dry_run:!1,rollback_checkpoint_id:t.id,checkpoint:{id:t.id,created_at:t.created_at,path:t.path,rollback_command:`pm update-many --rollback ${t.id}`},restored_count:o.restored_ids.length,failed_count:o.failed_count,rows:o.rows,ids:o.restored_ids}},fp=async e=>{let t={schema_version:Hc,id:e.checkpointId,created_at:e.nowValue,author:C(e.options.update?.author,"unknown"),status_filter:e.statusFilter??null,list_filters:e.filters,update_options:e.updateSummary,items:e.checkpointItems},n=await $t(e.pmRoot,qo,e.checkpointId,t);return{id:e.checkpointId,created_at:e.nowValue,path:n,rollback_command:`pm update-many --rollback ${e.checkpointId}`}},_p=(e,t)=>{if(e==null)return;let n=[...new Set(String(e).split(",").map(s=>s.trim()).filter(s=>s.length>0))],o=new Set(t.map(s=>s.id));return n.filter(s=>!o.has(s))},zo=e=>e.unmatchedIds===void 0?{}:{unmatched_ids:e.unmatchedIds,unmatched_count:e.unmatchedIds.length},hp=async e=>{let t=E(process.cwd(),e.path);if(!await x(A(t)))throw new p(`Tracker is not initialized at ${t}. Run pm init first.`,u.NOT_FOUND);let n=await R(t);return{pmRoot:t,settings:n,statusRegistry:q(n.schema),runtimeFieldRegistry:ft(n.schema)}},gp=e=>{if(e.options.dryRun===!0)throw new p("--dry-run cannot be combined with --rollback",u.USAGE);if(kt(e.options.list,e.options.status))throw new p("Rollback mode does not accept filter options",u.USAGE);if(Object.keys(e.updateSummary).length>0)throw new p("Rollback mode does not accept update mutation flags",u.USAGE);return up({pmRoot:e.runtime.pmRoot,rollbackId:e.rollbackId,options:e.options,global:e.global})},yp=async e=>{dp(e.options.status,e.runtime.statusRegistry);let t=await ve(void 0,{...e.options.list,status:e.options.status,compact:void 0,brief:void 0,fields:void 0,includeBody:!0,full:!0},e.global),n=t.items.map(s=>{let r=cp(s,e.runtime.runtimeFieldRegistry,e.options.update);return e.dependencyWarnings.length===0?r:{...r,warnings:[...e.dependencyWarnings]}}),o=e.options.list?.ids==null?[]:(await ve(void 0,{ids:e.options.list.ids,noTruncate:!0,full:!0},e.global)).items;return{listed:t,planned:n,actionable:n.filter(s=>s.changes.length>0),updateSummary:e.updateSummary,unmatchedIds:_p(e.options.list?.ids,o)}},bp=e=>({outcome:"effect",exit_code:u.SUCCESS,mode:"dry_run",matched_count:e.listed.items.length,dry_run:!0,filters:e.listed.filters,planned_update_options:e.updateSummary,item_plans:e.planned,ids:[],...zo(e)}),wp=e=>({...Le({applied:0,skipped:e.listed.items.length,failed:0,unmatched:e.unmatchedIds?.length??0}),mode:"apply",matched_count:e.listed.items.length,dry_run:!1,filters:e.listed.filters,planned_update_options:e.updateSummary,updated_count:0,skipped_count:e.listed.items.length,failed_count:0,rows:e.planned.map(t=>({id:t.id,status:"skipped"})),ids:[],...zo(e)}),vp=async e=>{let t=[],n=[],o=e.options.update.message??`update-many apply ${e.checkpointId}`,s=new Set(e.plans.filter(r=>r.changes.length>0).map(r=>r.id));for(let r of e.items){if(!s.has(r.id)){t.push({id:r.id,status:"skipped"});continue}try{let i=await ke(r.id,{...e.options.update,message:o,runtimeFieldCommands:["update_many"]},e.global);t.push({id:r.id,status:"updated",changed_fields:i.changed_fields,warnings:i.warnings}),n.push(r.id)}catch(i){t.push({id:r.id,status:"failed",error:be(i)})}}return{rows:t,updatedIds:n}},kp=async e=>{if(e.plan.actionable.length===0)return wp(e.plan);let t=S(),n=Ot(qo,t),o=new Set(e.plan.actionable.map(m=>m.id)),s=e.plan.listed.items.filter(m=>o.has(m.id)).map(m=>({id:m.id,target_updated_at:m.updated_at})),r=e.options.checkpoint===!1?void 0:await fp({pmRoot:e.runtime.pmRoot,checkpointId:n,nowValue:t,options:e.options,statusFilter:e.options.status,filters:e.plan.listed.filters,updateSummary:e.plan.updateSummary,checkpointItems:s}),i=await vp({items:e.plan.listed.items,plans:e.plan.planned,options:e.options,global:e.global,checkpointId:n}),a=m=>i.rows.filter(f=>f.status===m).length,c=a("updated"),d=a("skipped"),l=a("failed");return{...Le({applied:c,skipped:d,failed:l,unmatched:e.plan.unmatchedIds?.length??0}),mode:"apply",matched_count:e.plan.listed.items.length,dry_run:!1,filters:e.plan.listed.filters,planned_update_options:e.plan.updateSummary,...r?{checkpoint:r}:{},updated_count:c,skipped_count:d,failed_count:l,rows:i.rows,ids:i.updatedIds,...zo(e.plan)}},Wc=async(e,t)=>{let n=await hp(t),o=typeof e.rollback=="string"?e.rollback:void 0,s=Bc(e.update);if(lp(e.list),o!==void 0)return gp({runtime:n,rollbackId:o,options:e,global:t,updateSummary:s});if(!Bm(e.update))throw new p(`No update-many mutation flags provided. Add at least one mutation flag (for example: ${Gm}).`,u.USAGE);pp(e.update,n.settings,n.statusRegistry,n.pmRoot),Xa(e.update);let r=await Ka({pmRoot:n.pmRoot,dependencies:Ja(e.update.dep,n.settings.id_prefix,S(),C(e.update.author,n.settings.author_default)).additions,idPrefix:n.settings.id_prefix,itemFormat:n.settings.item_format,typeToFolder:P(n.settings,O()).type_to_folder,allowUnresolved:e.update.allowUnresolvedDeps}),i=await yp({options:e,global:t,runtime:n,updateSummary:s,dependencyWarnings:r});return e.dryRun===!0?bp(i):kp({runtime:n,options:e,global:t,plan:i})};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="3d5ea029-26ef-51bc-bacc-b1d4d807a024")}catch{}})();var Sp=["create","show","add-step","update-step","complete-step","block-step","reorder-step","remove-step","link","unlink","decision","discovery","validation","resume","approve","materialize"],Kc=["brief","standard","deep"],Xc="plan-step-",Yo="draft",Ko=["bug-investigation","feature-implementation","refactoring-sprint"],Yc={"bug-investigation":[{title:"Reproduce the bug",body:"Capture exact steps, inputs, and the observed vs expected behavior."},{title:"Locate the root cause",body:"Trace the failure to the responsible code path with evidence."},{title:"Write a failing test",body:"Add a regression test that fails for the current bug."},{title:"Implement the fix",body:"Apply the minimal change that makes the failing test pass."},{title:"Verify and document",body:"Run the full suite and record the resolution and verification."}],"feature-implementation":[{title:"Clarify requirements & acceptance criteria",body:"Confirm scope, edge cases, and done-conditions."},{title:"Design the approach",body:"Decide the data model, interfaces, and integration points."},{title:"Implement the change",body:"Build the feature behind the agreed design."},{title:"Add tests",body:"Cover the new behavior and its edge cases."},{title:"Update docs & changelog",body:"Document the feature and surface it to users."}],"refactoring-sprint":[{title:"Map the current structure & risks",body:"Inventory the code to change and its blast radius."},{title:"Add characterization tests",body:"Lock in current behavior before refactoring."},{title:"Refactor incrementally",body:"Apply small, reversible steps keeping tests green."},{title:"Verify behavior is unchanged",body:"Run the full suite and compare against the baseline."},{title:"Clean up & document",body:"Remove dead code and record the new structure."}]};function Ip(e){let t=e.trim().toLowerCase(),n=Object.prototype.hasOwnProperty.call(Yc,t)?Yc[t]:void 0;if(!n)throw new p(`Unknown plan template "${e}". Allowed: ${Ko.join(", ")}`,u.USAGE,{code:"unknown_plan_template",examples:[`pm plan create --title "Fix login crash" --template ${Ko[0]}`]});return n.map(o=>({...o}))}function Ep(e,t){return t>0?Math.round(e/t*100):0}function Zc(e){return(Array.isArray(e)?e:e==null?[]:[e]).filter(n=>n!=null).map(n=>(typeof n=="string"?n:String(n)).trim()).filter(n=>n.length>0)}function se(e){return Array.isArray(e)?e.flatMap(t=>ro(t,{unique:!1})):typeof e=="string"&&e.trim().length>0?ro(e,{unique:!1}):[]}function Y(e){return Array.isArray(e)?e.map(t=>t.trim()).filter(Boolean):typeof e=="string"&&e.trim().length>0?[e.trim()]:[]}function Qc(e,t=Yo){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Nn.find(s=>s===n);if(!o)throw new p(`Invalid plan mode "${e}". Allowed: ${Nn.join(", ")}`,u.USAGE);return o}function Jo(e,t="pending"){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Dn.find(s=>s===n);if(!o)throw new p(`Invalid step status "${e}". Allowed: ${Dn.join(", ")}`,u.USAGE);return o}function ed(e,t="related"){if(e===void 0)return t;let n=e.trim().toLowerCase(),o=Un.find(s=>s===n);if(!o)throw new p(`Invalid step link kind "${e}". Allowed: ${Un.join(", ")}`,u.USAGE);return o}function xp(e){if(e===void 0)return;let t=e.trim().toLowerCase();if(t.length===0)return;let n=jn.find(o=>o===t);if(!n)throw new p(`Invalid plan harness "${e}". Allowed: ${jn.join(", ")}`,u.USAGE);return n}function Rp(e){if(e===void 0)return"brief";let t=e.trim().toLowerCase(),n=Kc.find(o=>o===t);if(!n)throw new p(`Invalid --depth "${e}". Allowed: ${Kc.join(", ")}`,u.USAGE);return n}function Ap(e){if(e===void 0)return null;let t=e.split(",").map(n=>n.trim()).filter(n=>n.length>0);if(t.length===0)throw new p("Plan --fields requires a comma-separated list of plan field names",u.USAGE);return t}var Ho=new Set(["id","title","status","mode","scope","harness","parent","resume_context","steps_summary","current_step","blocked_steps","steps","decisions","discoveries","validation","linked_items"]);function Cp(e,t){let n=e,o={},s=[];for(let r of t){let i=r.startsWith("plan.")?r.slice(5):r;if(i.length!==0){if(!Ho.has(i)){s.push(r);continue}Object.prototype.hasOwnProperty.call(n,i)&&(o[i]=n[i])}}if(s.length>0)throw new p(`Unknown Plan --fields value(s): ${s.join(", ")}`,u.USAGE,{nextSteps:[`Use --fields ${[...Ho].join(",")}`,"Run pm plan show <id> --depth brief for compact default fields."],recovery:{provided_fields:s,suggested_retry:`pm plan show <id> --fields ${[...Ho].join(",")}`}});return o}function Xo(e,t){let n={};for(let o of e.split(",")){let s=o.trim();if(s.length===0)continue;let r=s.indexOf("=");if(r<=0)throw new p(`Invalid ${t} entry "${s}"; expected key=value`,u.USAGE,{code:"malformed_plan_step_evidence",required:`${t} entries must use comma-separated key=value fields.`,why:"Structured Plan evidence must be validated before it is persisted.",examples:['--file "path=src/index.ts,scope=project,note=implementation"','--test "command=pnpm test,note=regression"','--doc "path=docs/PLAN.md,scope=project"']});n[s.slice(0,r).trim().toLowerCase()]=s.slice(r+1).trim()}return n}function Zo(e){let t=Xo(e,"--file");if(!t.path)throw new p("--file requires path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--file requires a non-empty path field.",why:"Plan file evidence needs a stable path for later verification."});let n={path:t.path};return(t.scope==="global"||t.scope==="project")&&(n.scope=t.scope),t.note&&(n.note=t.note),n}function Qo(e){let t=Xo(e,"--test");if(!t.command&&!t.path)throw new p("--test requires at least command=<value> or path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--test requires a command or path field.",why:"Plan test evidence must identify something runnable or inspectable."});let n={};return t.command&&(n.command=t.command),t.path&&(n.path=t.path),t.note&&(n.note=t.note),n}function es(e){let t=Xo(e,"--doc");if(!t.path)throw new p("--doc requires path=<value>",u.USAGE,{code:"malformed_plan_step_evidence",required:"--doc requires a non-empty path field.",why:"Plan documentation evidence needs a stable path for later verification."});let n={path:t.path};return(t.scope==="global"||t.scope==="project")&&(n.scope=t.scope),t.note&&(n.note=t.note),n}function Tp(e){let t={total:e.length,pending:0,in_progress:0,blocked:0,completed:0,skipped:0,superseded:0,completion_pct:0};for(let n of e)t[n.status]+=1;return t.completion_pct=Ep(t.completed,t.total),t}function Op(e){let t=new Set(e.map(n=>n.id));for(let n=e.length+1;n<e.length+1024;n+=1){let o=`${Xc}${String(n).padStart(3,"0")}`;if(!t.has(o))return o}throw new p("Could not allocate step id (limit reached)",u.GENERIC_FAILURE)}function nt(e,t){let n=t.trim();if(n.length===0)throw new p("Step reference cannot be empty",u.USAGE);let o=e.find(s=>s.id===n);if(o)return o;if(/^\d+$/.test(n)){let s=Number.parseInt(n,10),r=e.find(i=>i.order===s);if(r)return r}throw new p(`Step "${t}" not found in plan`,u.NOT_FOUND)}function Jc(e){if(e.status==="completed")return{reason:"already_completed"};let t=(e.linked_items??[]).find(n=>n.kind==="implements");if(t)return{reason:"already_materialized",existing_id:t.id}}function $p(e,t){let n=t.filter(i=>i.trim().toLowerCase()==="all"),o=[],s=[];if(n.length>0){if(t.length>n.length)throw new p("pm plan materialize --steps all cannot be combined with other step refs",u.USAGE);for(let i of e.slice().sort((a,c)=>a.order-c.order)){let a=Jc(i);if(a){s.push({from_step:i.id,...a});continue}o.push(i)}return{targets:o,skipped:s}}let r=new Set;for(let i of t){let a=nt(e,i);if(r.has(a.id))continue;r.add(a.id);let c=Jc(a);if(c){s.push({from_step:a.id,...c});continue}o.push(a)}return{targets:o,skipped:s}}function Pp(e,t){let n=e==="decision"?t.decisionText:e==="discovery"?t.discoveryText:t.validationText,o=e==="decision"?t.decision:e==="discovery"?t.discovery:t.validation;return n?.trim()||o?.trim()||void 0}function Fp(e){return e.find(t=>t.status==="in_progress")??e.find(t=>t.status==="pending")}function Lp(e){return e.filter(t=>t.status==="blocked").map(t=>({id:t.id,order:t.order,title:t.title,blocked_reason:t.blocked_reason}))}function X(e,t="brief"){let n=(e.plan_steps??[]).slice().sort((i,a)=>i.order-a.order),o=Tp(n),s=Fp(n),r={id:e.id,title:e.title,status:e.status,mode:e.plan_mode??Yo,scope:e.plan_scope,harness:e.plan_harness,parent:e.parent,resume_context:e.plan_resume_context,steps_summary:o,current_step:s?{id:s.id,order:s.order,title:s.title,status:s.status}:void 0,blocked_steps:Lp(n),linked_items:(e.dependencies??[]).map(i=>({id:i.id,kind:i.kind}))};return(t==="standard"||t==="deep")&&(r.steps=n),t==="deep"&&(r.decisions=e.plan_decisions??[],r.discoveries=e.plan_discoveries??[],r.validation=e.plan_validation??[]),r}function Z(e,t){let n=[];return t.steps_summary.total===0&&n.push(`pm plan add-step ${e} --step-title "First step"`),t.current_step&&n.push(`pm plan update-step ${e} ${t.current_step.id} --step-status in_progress`,`pm plan complete-step ${e} ${t.current_step.id} --step-evidence "..."`),t.steps_summary.blocked>0&&n.push(`pm plan show ${e} --depth standard`),(t.mode==="draft"||t.mode==="research")&&n.push(`pm plan approve ${e} --message "ready to execute"`),t.steps_summary.completed===t.steps_summary.total&&t.steps_summary.total>0&&!io(t.mode)&&t.status!=="closed"&&t.status!=="canceled"&&n.push(`pm close ${e} "plan complete"`),n}function td(e){if((e.type??"").trim().toLowerCase()!=="plan")throw new p(`Item ${e.id} is type ${e.type}; pm plan commands require type=Plan. Use pm plan create or pm create --type Plan first.`,u.USAGE,{code:"wrong_item_type",required:"Use pm plan commands only with items whose type is Plan.",why:"Plan commands read and mutate Plan-specific step, decision, discovery, and validation fields.",examples:[`pm get ${e.id} --depth brief`,'pm plan create --title "Execution plan" --scope "<goal>"']})}async function Mp(e){let t=E(process.cwd(),e.path);if(!await x(A(t)))throw new p(`Tracker is not initialized at ${t}. Run pm init first.`,u.NOT_FOUND);let n=await R(t);return{pmRoot:t,settings:n}}async function nd(e,t){let n=P(e.settings,O()),o=await ne(e.pmRoot,t,e.settings.id_prefix,e.settings.item_format,n.type_to_folder);if(!o)throw new p(`Plan ${t} not found`,u.NOT_FOUND);let s=await H(o,{schema:e.settings.schema});return td(s.document.metadata),{document:s.document,itemId:o.id}}function Np(e){let t=[];e.parent&&t.push(`id=${e.parent.trim()},kind=parent`);for(let n of se(e.related))t.push(`id=${n},kind=related`);for(let n of se(e.blocks))t.push(`id=${n},kind=blocks`);for(let n of se(e.blockedBy))t.push(`id=${n},kind=blocked_by`);return t.length>0?t:void 0}function Dp(e){let t=e.validationText?.trim(),n=e.validationCommand?.trim(),o=e.validationExpected?.trim();if(!(!t&&!n&&!o))return{text:t||n||"Validation check",command:n||void 0,expected:o||void 0}}function jp(e){return!!e.stepBody?.trim()||!!e.stepOwner?.trim()||!!e.stepStatus?.trim()||!!e.stepEvidence?.trim()||!!e.stepBlockedReason?.trim()||!!e.stepReplacement?.trim()||se(e.dependsOn).length>0||se(e.link).length>0}function Up(e){let t=e.stepTitle?.trim()||void 0,n=Zc(e.step),o=e.template?.trim()?Ip(e.template):[];return{repeatedStepTitles:n,stepTitleFlag:t,stepTitles:[...t?[t]:[],...n,...o.map(s=>s.title)],templateSteps:o}}function Gp(e,t){if((e.stepTitleFlag||e.repeatedStepTitles.length>0)&&e.templateSteps.length>0)throw new p("pm plan create --template cannot be combined with --step-title or --step; choose one step seeding source",u.USAGE,{code:"ambiguous_option_combination",examples:[`pm plan create --title "Fix login crash" --template ${Ko[0]}`,'pm plan create --title "Custom plan" --step "Read the code" --step "Write the fix"']});if(e.stepTitles.length>1&&t)throw new p("pm plan create per-step options apply to a single initial step; with multiple --step values create the plan first, then refine steps individually",u.USAGE,{code:"ambiguous_option_combination",examples:['pm plan create --title "Execution plan" --step "Read the code" --step "Write the fix"','pm plan update-step <plan-id> plan-step-001 --step-body "Inspect retry path"']})}function qp(e,t){let n=Jo(e.stepStatus,"pending"),o=ts(e,"depends_on"),s=Y(e.file).map(Zo),r=Y(e.test).map(Qo),i=Y(e.doc).map(es),a=S();return{id:"plan-step-001",order:1,title:t,body:e.stepBody?.trim()||void 0,status:n,owner:e.stepOwner?.trim()||void 0,evidence:e.stepEvidence?.trim()||void 0,blocked_reason:n==="blocked"?e.stepBlockedReason?.trim()||"":void 0,linked_items:o.length>0?o:void 0,files:s.length>0?s:void 0,tests:r.length>0?r:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n==="completed"?a:void 0}}function zp(e){let t=Up(e),n=jp(e);if(Gp(t,n),t.stepTitles.length===0)return{steps:[],hasPerStepDetailOptions:n};if(t.stepTitles.length===1)return{steps:[qp(e,t.stepTitles[0])],hasPerStepDetailOptions:n};let o=S();return{steps:t.stepTitles.map((s,r)=>({id:`${Xc}${String(r+1).padStart(3,"0")}`,order:r+1,title:s,body:t.templateSteps[r]?.body,status:"pending",created_at:o,updated_at:o})),hasPerStepDetailOptions:n}}async function Hp(e,t,n){let o=e.title?.trim();if(!o)throw new p("pm plan create requires --title",u.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Refactor lock retry" --scope pm-a1b2']});let s=Qc(e.mode,Yo),r=xp(e.harness),i=e.fromSearch?.trim(),a=Dp(e),{steps:c,hasPerStepDetailOptions:d}=zp(e);if(c.length===0&&d)throw new p("pm plan create step options require --step-title (or a single --step)",u.USAGE,{code:"missing_required_option",examples:['pm plan create --title "Execution plan" --step-title "Read the code"']});let l=e.description?.trim()??e.scope?.trim()??o,m=e.claim?C(e.author,n.settings.author_default):e.assignee?.trim()||void 0,f={...e,title:o,description:l,type:"Plan",template:void 0,file:Y(e.file),test:Y(e.test),doc:Y(e.doc),field:Y(e.field),assignee:C(e.author,n.settings.author_default),blockedBy:void 0,dep:Np(e),message:e.message??(i?`plan create (search: ${i})`:"plan create")},_=await St(f,t),h=await yt({pmRoot:n.pmRoot,settings:n.settings,id:_.item.id,op:"plan_create_metadata",author:C(e.author,n.settings.author_default),message:"seed plan metadata",mutate(y){let g=["plan_mode"];y.metadata.plan_mode=s,r&&(y.metadata.plan_harness=r,g.push("plan_harness"));let k=e.scope?.trim();k&&(y.metadata.plan_scope=k,g.push("plan_scope"));let I=e.resumeContext?.trim();return I&&(y.metadata.plan_resume_context=I,g.push("plan_resume_context")),y.metadata.plan_steps=c,g.push("plan_steps"),a&&(y.metadata.plan_validation=[...y.metadata.plan_validation??[],a],g.push("plan_validation")),m&&(y.metadata.assignee=m,g.push("assignee")),{changedFields:g}}}),w=X(h.item,"brief");return{action:"create",plan:w,step:c[0],next_actions:Z(_.item.id,w),warnings:[..._.warnings],generated_at:S()}}async function Bp(e,t,n){let o=Rp(t.depth),s=Ap(t.fields),{document:r,itemId:i}=await nd(n,e),a=X(r.metadata,s===null?o:"deep");return{action:"show",plan:s===null?a:Cp(a,s),next_actions:Z(i,a),warnings:[],generated_at:S()}}function Vp(e,t){let n=new Map(Object.entries(t).filter(([o])=>o.startsWith("plan_")).map(([o,s])=>[o,JSON.stringify(s)]));return[...new Set([...e.keys(),...n.keys()])].filter(o=>e.get(o)!==n.get(o))}async function de(e){let t=C(e.options.author,e.ctx.settings.author_default),n,o=await yt({pmRoot:e.ctx.pmRoot,settings:e.ctx.settings,id:e.id,op:e.op,author:t,message:e.options.message??e.message,force:e.options.force,mutate(s){td(s.metadata);let r=q(e.ctx.settings.schema);if(Ve(s.metadata.status,r)||io(s.metadata.plan_mode))throw new p(`Plan ${s.metadata.id} is terminal (status=${s.metadata.status}, plan_mode=${s.metadata.plan_mode??"unset"}) and cannot be mutated.`,u.CONFLICT,{code:"terminal_plan_mutation",required:"Create or reopen a non-terminal Plan before changing its execution context or steps.",why:"Terminal Plan history is immutable execution evidence."});let i=(s.metadata.plan_steps??[]).slice(),a=new Map(Object.entries(s.metadata).filter(([m])=>m.startsWith("plan_")).map(([m,f])=>[m,JSON.stringify(f)])),c=e.mutator(i,s);n=c.resultStep;let d=i.slice().sort((m,f)=>m.order-f.order).map((m,f)=>({...m,order:f+1}));s.metadata.plan_steps=d;let l=Vp(a,s.metadata);return l.length===0&&c.changedSteps.length===0?{changedFields:[]}:{changedFields:l.length>0?l:["plan_steps"]}}});return{document:{metadata:o.item,body:o.body},resultStep:n,itemId:o.item.id}}async function Wp(e,t,n){let o=t.stepTitle?.trim();if(!o)throw new p("pm plan add-step requires --step-title",u.USAGE);let s=Jo(t.stepStatus,"pending"),r=t.allowMultipleActive===!0,{document:i,resultStep:a,itemId:c}=await de({id:e,options:t,ctx:n,op:"plan_add_step",message:`plan add-step "${o}"`,mutator(l){let m=l.length+1;od(l,void 0,s,r);let f=Kp(l,t,{order:m,title:o,status:s});return l.push(f),{changedSteps:[f.id],resultStep:f}}}),d=X(i.metadata,"standard");return{action:"add-step",plan:d,step:a,next_actions:Z(c,d),warnings:[],generated_at:S()}}function od(e,t,n,o){if(n!=="in_progress"||o)return;let s=e.find(r=>r.id!==t&&r.status==="in_progress");if(s)throw new p(`Plan already has step ${s.id} in_progress. Pass --allow-multiple-active or update that step first.`,u.CONFLICT)}function Kp(e,t,n){let o=ts(t,"depends_on"),s=Y(t.file).map(Zo),r=Y(t.test).map(Qo),i=Y(t.doc).map(es),a=S();return{id:Op(e),order:n.order,title:n.title,body:t.stepBody?.trim()||void 0,status:n.status,owner:t.stepOwner?.trim()||void 0,evidence:t.stepEvidence?.trim()||void 0,blocked_reason:n.status==="blocked"?t.stepBlockedReason?.trim()||"":void 0,linked_items:o.length>0?o:void 0,files:s.length>0?s:void 0,tests:r.length>0?r:void 0,docs:i.length>0?i:void 0,created_at:a,updated_at:a,completed_at:n.status==="completed"?a:void 0}}function ts(e,t){let n=se(e.dependsOn).map(l=>({id:l,kind:t})),o=se(e.related).map(l=>({id:l,kind:"related"})),s=se(e.blocks).map(l=>({id:l,kind:"blocks"})),r=se(e.blockedBy).map(l=>({id:l,kind:"blocked_by"})),i=se(e.link),a=ed(e.linkKind,t),c=e.linkNote?.trim(),d=i.map(l=>{let m={id:l,kind:a};return c&&(m.note=c),m});return[...n,...o,...s,...r,...d]}async function Bo(e,t,n,o){let{document:s,resultStep:r,itemId:i}=await de({id:e,options:t,ctx:n,op:o.op,message:t.message??`${o.op} ${o.stepRef}`,mutator(c,d){let l=nt(c,o.stepRef),m=S(),f=o.finalStatus??Jo(t.stepStatus,l.status),_=t.allowMultipleActive===!0||o.allowMultipleActive===!0;return od(c,l.status==="in_progress"?l.id:void 0,f,_),Yp(l,t,f,m),d.metadata.updated_at=m,{changedSteps:[l.id],resultStep:l}}}),a=X(s.metadata,"standard");return{action:o.op==="plan_complete_step"?"complete-step":o.op==="plan_block_step"?"block-step":"update-step",plan:a,step:r,next_actions:Z(i,a),warnings:[],generated_at:S()}}function Yp(e,t,n,o){Jp(e,t,n),Xp(e,t),e.status=n,e.updated_at=o,Zp(e,n,o)}function Jp(e,t,n){if(!(n!=="blocked"||t.stepBlockedReason?.trim()||e.blocked_reason))throw new p("Blocking a step requires --step-blocked-reason or an already-recorded blocked_reason.",u.USAGE)}function Xp(e,t){let n=t.stepTitle?.trim();n&&(e.title=n),t.stepBody!==void 0&&(e.body=t.stepBody.trim()||void 0),t.stepOwner!==void 0&&(e.owner=t.stepOwner.trim()||void 0),t.stepEvidence!==void 0&&(e.evidence=t.stepEvidence.trim()||void 0),t.stepBlockedReason!==void 0&&(e.blocked_reason=t.stepBlockedReason.trim()||void 0),t.stepReplacement!==void 0&&(e.superseded_by=t.stepReplacement.trim()||void 0);let o=Y(t.file).map(Zo),s=Y(t.test).map(Qo),r=Y(t.doc).map(es);o.length>0&&(e.files=Vo(e.files,o)),s.length>0&&(e.tests=Vo(e.tests,s)),r.length>0&&(e.docs=Vo(e.docs,r))}function Vo(e,t){let n=[...e??[]],o=new Set(n.map(s=>JSON.stringify(s)));for(let s of t){let r=JSON.stringify(s);o.has(r)||(o.add(r),n.push(s))}return n}function Zp(e,t,n){if(t==="completed"&&!e.completed_at){e.completed_at=n;return}t!=="completed"&&(e.completed_at=void 0)}async function Qp(e,t,n,o,s){let{document:r,itemId:i}=await de({id:e,options:t,ctx:n,op:"plan_reorder_step",message:t.message??`plan reorder-step ${o} -> ${s}`,mutator(c){let d=nt(c,o),l=c.filter(f=>f.id!==d.id),m=Math.max(1,Math.min(s,l.length+1));return l.splice(m-1,0,d),l.forEach((f,_)=>{f.order=_+1,f.updated_at=S()}),c.length=0,c.push(...l),{changedSteps:[d.id],resultStep:d}}}),a=X(r.metadata,"standard");return{action:"reorder-step",plan:a,next_actions:Z(i,a),warnings:[],generated_at:S()}}async function eu(e,t,n,o){let{document:s,itemId:r}=await de({id:e,options:t,ctx:n,op:"plan_remove_step",message:t.message??`plan remove-step ${o}`,mutator(a){let c=nt(a,o),d=a.filter(l=>l.id!==c.id);return d.forEach((l,m)=>{l.order=m+1}),a.length=0,a.push(...d),{changedSteps:[c.id]}}}),i=X(s.metadata,"standard");return{action:"remove-step",plan:i,next_actions:Z(r,i),warnings:[],generated_at:S()}}async function tu(e,t,n,o){let s=ts(t,ed(t.linkKind,"related"));if(s.length===0)throw new p("pm plan link requires at least one --link/--related/--blocks/--blocked-by/--depends-on id",u.USAGE);let r=t.promoteToItemDep===!0,{document:i,itemId:a,resultStep:c}=await de({id:e,options:t,ctx:n,op:"plan_link_step",message:t.message??`plan link ${o}`,mutator(l,m){let f=nt(l,o),_=f.linked_items??[],h=y=>`${y.kind}:${y.id}`,w=new Set(_.map(h));for(let y of s){let g=h(y);w.has(g)||(_.push(y),w.add(g))}if(f.linked_items=_,f.updated_at=S(),r){let y=m.metadata.dependencies??[],g=I=>`${I.kind}:${I.id}`,k=new Set(y.map(g));for(let I of s){let F=I.kind==="depends_on"?"blocked_by":I.kind,$={id:I.id,kind:F,created_at:S(),author:C(t.author,n.settings.author_default)};k.has(g($))||(y.push($),k.add(g($)))}m.metadata.dependencies=y}return{changedSteps:[f.id],resultStep:f}}}),d=X(i.metadata,"standard");return{action:"link",plan:d,step:c,next_actions:Z(a,d),warnings:[],generated_at:S()}}async function nu(e,t,n,o){let s=se(t.link);if(s.length===0)throw new p("pm plan unlink requires --link <id> to remove",u.USAGE);let{document:r,itemId:i,resultStep:a}=await de({id:e,options:t,ctx:n,op:"plan_unlink_step",message:t.message??`plan unlink ${o}`,mutator(d){let l=nt(d,o),m=(l.linked_items??[]).filter(f=>!s.includes(f.id));return l.linked_items=m.length>0?m:void 0,l.updated_at=S(),{changedSteps:[l.id],resultStep:l}}}),c=X(r.metadata,"standard");return{action:"unlink",plan:c,step:a,next_actions:Z(i,c),warnings:[],generated_at:S()}}async function Wo(e,t,n,o){let s=Pp(o,t);if(!s){let d=`--${o}-text`,l=`--${o}`;throw new p(`pm plan ${o} requires ${d}`,u.USAGE,{code:"missing_required_option",examples:[`pm plan ${o} <plan-id> ${d} "..."`,`pm plan ${o} <plan-id> ${l} "..."`],recovery:{suggested_retry:`pm plan ${o} <plan-id> ${d} <value>`}})}let r=C(t.author,n.settings.author_default),{document:i,itemId:a}=await de({id:e,options:t,ctx:n,op:`plan_append_${o}`,message:t.message??`plan ${o} append`,mutator(d,l){let m=S();if(o==="decision"){let _=l.metadata.plan_decisions??[];return _.push({ts:m,author:r,decision:s,rationale:t.decisionRationale?.trim()||void 0,evidence:t.decisionEvidence?.trim()||void 0}),l.metadata.plan_decisions=_,{changedSteps:[]}}if(o==="discovery"){let _=l.metadata.plan_discoveries??[];return _.push({ts:m,author:r,text:s}),l.metadata.plan_discoveries=_,{changedSteps:[]}}let f=l.metadata.plan_validation??[];return f.push({text:s,command:t.validationCommand?.trim()||void 0,expected:t.validationExpected?.trim()||void 0}),l.metadata.plan_validation=f,{changedSteps:[]}}}),c=X(i.metadata,"deep");return{action:o,plan:c,next_actions:Z(a,c),warnings:[],generated_at:S()}}async function ou(e,t,n){let o=t.resumeContext?.trim();if(!o)throw new p("pm plan resume requires --resume-context <text>",u.USAGE);let{document:s,itemId:r}=await de({id:e,options:t,ctx:n,op:"plan_resume",message:t.message??"plan resume context update",mutator(a,c){c.metadata.plan_resume_context=o;let d=t.scope?.trim();return d&&(c.metadata.plan_scope=d),{changedSteps:[]}}}),i=X(s.metadata,"brief");return{action:"resume",plan:i,next_actions:Z(r,i),warnings:[],generated_at:S()}}async function su(e,t,n){let o=Qc(t.mode??"approved","approved"),{document:s,itemId:r}=await de({id:e,options:t,ctx:n,op:"plan_approve",message:t.message??`plan approve mode=${o}`,mutator(a,c){c.metadata.plan_mode=o;let d=t.scope?.trim();return d&&(c.metadata.plan_scope=d),{changedSteps:[]}}}),i=X(s.metadata,"brief");return{action:"approve",plan:i,next_actions:Z(r,i),warnings:[],generated_at:S()}}function sd(e){return e.map(t=>`plan_materialize_skipped:${t.from_step}:${t.reason}${t.existing_id?`:${t.existing_id}`:""}`)}function ru(e,t){let n=X(e.document.metadata,"standard");return{action:"materialize",plan:n,materialized:[],materialize_skipped:t,next_actions:Z(e.itemId,n),warnings:sd(t),generated_at:S()}}function iu(e,t,n){let o=[`id=${e},kind=parent`,`id=${t},kind=discovered_from`];for(let s of n.linked_items??[]){let r=s.kind==="blocked_by"||s.kind==="blocks"||s.kind==="related"||s.kind==="discovered_from"?s.kind:"related";o.push(`id=${s.id},kind=${r}`)}return o}async function au(e){let t=[],n={},o=new Set(["title","description","type","parent","tags","author","message","dep"]);for(let s of Y(e.options.field)){let r=s.indexOf("=");if(r<=0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let i=s.slice(0,r).trim(),a=s.slice(r+1).trim();if(i.length===0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let c=i.trim().replaceAll(/([a-z0-9])([A-Z])/g,"$1 $2").replaceAll(/[^A-Za-z0-9]+/g," ").split(/\s+/).filter(Boolean).map(f=>f.toLowerCase());if(c.length===0)throw new p(`Invalid --field entry "${s}"; expected name=value`,u.USAGE);let[d,...l]=c,m=`${d}${l.map(f=>`${f.slice(0,1).toUpperCase()}${f.slice(1)}`).join("")}`;if(o.has(m))throw new p(`Invalid --field entry "${s}"; "${m}" is reserved by materialize and cannot be overridden`,u.USAGE);n[m]=a}for(let s of e.targets){let r=await St({...n,title:s.title,description:s.body?.trim()||s.title,type:e.resolvedTypeName,parent:e.parent,tags:e.tags,author:e.options.author,message:e.options.message??`materialized from plan ${e.planItemId} step ${s.id}`,dep:iu(e.parent,e.planItemId,s)},{path:e.pmRoot});t.push({id:r.item.id,title:r.item.title,type:e.resolvedTypeName,parent:r.item.parent,tags:r.item.tags??[],from_step:s.id})}return t}function cu(e,t,n){for(let o of t){let s=n.find(a=>a.from_step===o.id);if(!s)continue;let r=e.find(a=>a.id===o.id);if(!r)continue;let i=r.linked_items??[];i.push({id:s.id,kind:"implements",note:`materialized as ${s.type}`}),r.linked_items=i,r.updated_at=S()}}async function du(e,t,n){let o=se(t.steps);if(o.length===0)throw new p("pm plan materialize requires --steps <ids|orders|all>",u.USAGE);let s=t.materializeType?.trim()||"Task",r=P(n.settings,O()),i=Lt(s,r);if(!i)throw new p(`Invalid --materialize-type "${s}"`,u.USAGE);let a=t.materializeParent?.trim()||e,c=t.materializeTags,d=await nd(n,e),l=(d.document.metadata.plan_steps??[]).slice(),{targets:m,skipped:f}=$p(l,o);if(m.length===0){if(f.length>0)return ru(d,f);throw new p("No matching plan steps found for --steps",u.NOT_FOUND)}let _=await au({targets:m,parent:a,planItemId:d.itemId,resolvedTypeName:i,tags:c,options:t,pmRoot:n.pmRoot}),{document:h,itemId:w}=await de({id:e,options:t,ctx:n,op:"plan_materialize",message:t.message??`plan materialize ${o.join(",")}`,mutator(g){return cu(g,m,_),{changedSteps:m.map(k=>k.id)}}}),y=X(h.metadata,"standard");return{action:"materialize",plan:y,materialized:_,...f.length>0?{materialize_skipped:f}:{},next_actions:Z(w,y),warnings:sd(f),generated_at:S()}}function lu(e){if(e.subcommand==="create")return e;let t=Zc(e.options.step);if(t.length>1)throw new p(`pm plan ${e.subcommand} accepts a single --step/--step-title value (repeated --step seeds ordered steps only on pm plan create)`,u.USAGE);return t.length===1&&!e.options.stepTitle?.trim()?{...e,options:{...e.options,stepTitle:t[0]}}:e}function ge(e,t){if(!e.id)throw new p(`pm plan ${t} requires a plan id`,u.USAGE);return e.id}function De(e,t){let n=ge(e,t);if(!e.stepRef)throw new p(`pm plan ${t} requires <plan-id> <step>`,u.USAGE);return{id:n,stepRef:e.stepRef}}function mu(e){let t=De(e,"reorder-step");if(e.reorderTo===void 0)throw new p("pm plan reorder-step requires <plan-id> <step> <new-order>",u.USAGE);return{...t,reorderTo:e.reorderTo}}var pu={create:(e,t)=>Hp(e.options,e.global,t),show:(e,t)=>Bp(ge(e,"show"),e.options,t),"add-step":(e,t)=>Wp(ge(e,"add-step"),e.options,t),"update-step":(e,t)=>{let n=De(e,"update-step");return Bo(n.id,e.options,t,{stepRef:n.stepRef,op:"plan_update_step"})},"complete-step":(e,t)=>{let n=De(e,"complete-step");return Bo(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"completed",op:"plan_complete_step"})},"block-step":(e,t)=>{let n=De(e,"block-step");return Bo(n.id,e.options,t,{stepRef:n.stepRef,finalStatus:"blocked",op:"plan_block_step"})},"reorder-step":(e,t)=>{let n=mu(e);return Qp(n.id,e.options,t,n.stepRef,n.reorderTo)},"remove-step":(e,t)=>{let n=De(e,"remove-step");return eu(n.id,e.options,t,n.stepRef)},link:(e,t)=>{let n=De(e,"link");return tu(n.id,e.options,t,n.stepRef)},unlink:(e,t)=>{let n=De(e,"unlink");return nu(n.id,e.options,t,n.stepRef)},decision:(e,t)=>Wo(ge(e,"decision"),e.options,t,"decision"),discovery:(e,t)=>Wo(ge(e,"discovery"),e.options,t,"discovery"),validation:(e,t)=>Wo(ge(e,"validation"),e.options,t,"validation"),resume:(e,t)=>ou(ge(e,"resume"),e.options,t),approve:(e,t)=>su(ge(e,"approve"),e.options,t),materialize:(e,t)=>du(ge(e,"materialize"),e.options,t)};function uu(e){let t=pu[e];if(!t)throw me({command_path:"plan",token:e,allowed:Sp});return t}async function rd(e){let t=await Mp(e.global),n=lu(e);return uu(n.subcommand)(n,t)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4eb2056a-4444-514a-a0db-79b8875c3d65")}catch{}})();function fu(e,t){return[...new Set([...Bs.filter(o=>e[o]!==void 0),...Object.keys(e).filter(o=>e[o]!==void 0),...t.length>0?["body"]:[]])].sort((o,s)=>o.localeCompare(s))}function _u(e,t){let n=`copied_from=${e}`;if(!t)return n;let o=t.trim();return o.length>0?`${o} | ${n}`:n}async function ns(e,t,n){let o=E(process.cwd(),n.path);if(!await x(A(o)))throw new p(`Tracker is not initialized at ${o}. Run pm init first.`,u.NOT_FOUND);let s=await R(o),r=P(s,O()),i=await ne(o,e,s.id_prefix,s.item_format,r.type_to_folder);if(!i)throw await Wt(o,e,s.id_prefix,r.type_to_folder);let a=await H(i,{schema:s.schema}),c=a.document.metadata,d=S(),l=C(t.author,s.author_default),m=await eo(o,s.id_prefix,{tokenLength:s.ids.token_length,typeToFolder:r.type_to_folder,probeExisting:!1}),f=q(s.schema),_=t.title?.trim();if(_!==void 0&&_.length===0)throw new p("Copy --title must not be empty",u.USAGE);let h={...c,id:m,title:_??c.title,status:f.open_status,created_at:d,updated_at:d};delete h.closed_at,delete h.completed_at,delete h.close_reason,delete h.test_runs;let w=He(O()),y=Ae({metadata:h,body:a.document.body},{schema:s.schema,extensionFieldNames:w}),g=await ko({title:y.metadata.title,description:y.metadata.description,body:y.body,excludeIds:[i.id]},{pmRoot:o,mode:s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0?"off":s.governance.duplicate_detection_mode,threshold:s.governance.duplicate_detection_threshold,limit:s.governance.duplicate_detection_limit,allowDuplicate:t.allowDuplicate}),k=fu(y.metadata,y.body),I=pt(o,y.metadata.type,m,s.item_format,r.type_to_folder),F=ie(o,m),$=await J(o,m,s.locks.ttl_seconds,l,!1,s.governance.force_required_for_stale_lock,s.locks.wait_ms),B={metadata:{},body:""},j,ee;try{let V=await Bt(o,l,{required:s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0});try{s.governance.duplicate_detection_mode==="strict"&&t.allowDuplicate!==!0&&await ko({title:y.metadata.title,description:y.metadata.description,body:y.body,excludeIds:[i.id]},{pmRoot:o,mode:"strict",threshold:s.governance.duplicate_detection_threshold,limit:s.governance.duplicate_detection_limit,allowDuplicate:!1});let re=await ne(o,m,s.id_prefix,s.item_format,r.type_to_folder);if(re)throw new p(`Cannot copy to ${m}: an item with that id already exists at ${re.itemPath}. Retry the copy to allocate a new id.`,u.CONFLICT,{code:"item_id_collision",why:`Allocated id ${m} already exists at ${re.itemPath}.`,recovery:{suggested_retry:`pm copy ${i.id}`}});await W(I,pe(y,{format:s.item_format,schema:s.schema,extensionFieldNames:w}));try{let U=ae({nowIso:d,author:l,op:"create",before:B,after:y,message:_u(i.id,t.message)});await Ce(F,U)}catch(U){throw await lt(I),U}ee=await Vt({pmRoot:o,preferredFormat:s.item_format,typeToFolder:r.type_to_folder,schema:s.schema,itemPath:I,document:y})}finally{await V()}j=[...await M({path:I,scope:"project",op:"create",item_id:y.metadata.id,item_type:y.metadata.type,before:B,after:y,changed_fields:k}),...await M({path:F,scope:"project",op:"create:history",item_id:y.metadata.id,item_type:y.metadata.type,before:B,after:y,changed_fields:k})],Nt({id:y.metadata.id,op:"create",item_type:y.metadata.type,status:y.metadata.status,current:ut(y.metadata,k),changed_fields:k})}finally{await $()}return{source_id:i.id,item:structuredClone(y.metadata),changed_fields:k,warnings:[...Ya(g),...ee,...j],...g===void 0?{}:{similarity_advisory:g}}}import yn from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="14aa55e1-cb5f-55ea-bf4c-412217d87449")}catch{}})();async function os(e,t,n){let o=E(process.cwd(),n.path);if(!await x(A(o)))throw new p(`Tracker is not initialized at ${o}. Run pm init first.`,u.NOT_FOUND);let s=await R(o),r=C(t.author,s.author_default),i=await Xr({pmRoot:o,settings:s,id:e,author:r,message:t.message,force:t.force,dryRun:t.dryRun}),a=i.targetPath?yn.relative(o,i.targetPath).split(yn.sep).join("/"):void 0;return{item:i.item,changed_fields:i.changedFields,dry_run:t.dryRun===!0,deleted:t.dryRun!==!0,outcome:t.dryRun===!0?"would_delete":"deleted",previous_status:i.item.status,...a?{target_path:a}:{},history_retained:yn.relative(o,ie(o,i.item.id)).split(yn.sep).join("/"),tombstone_retention:"retain_append_only",warnings:i.warnings}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="0f43df79-0b27-53b3-b8bd-9f2a35561733")}catch{}})();async function hu(e){if(!await x(A(e)))throw new p(`Tracker is not initialized at ${e}. Run pm init first.`,u.NOT_FOUND)}async function ss(e,t,n){let o=E(process.cwd(),n.path);if(await hu(o),t.clear===!0){if(e!==void 0)throw new p("pm focus --clear does not take an item id. Use 'pm focus --clear' to clear focus or 'pm focus <id>' to set it.",u.USAGE);let m=await R(o),f=Zn(C(void 0,m.author_default));return await gr(o),await yo({pmRoot:o,settings:m,principal:f}),{action:"clear",focused_item:null,title:null,message:"Focus cleared. New items will not inherit a default parent."}}if(e===void 0){let m=await _r(o);if(m===void 0)return{action:"show",focused_item:null,title:null,message:"No focus set. Use 'pm focus <id>' to set a default parent for new items."};let f=await gu(o,m);return{action:"show",focused_item:m,title:f,message:`Focused on ${m}${f?` (${f})`:""}. New items default --parent to it.`}}let r=await R(o),i=P(r,O()),a=await ne(o,e,r.id_prefix,r.item_format,i.type_to_folder);if(!a)throw await Wt(o,e,r.id_prefix,i.type_to_folder);let c=ht(a.id,r.id_prefix),d=await H(a,{schema:r.schema}),l=id(d.document.metadata.title);return await hr(o,c),await yo({pmRoot:o,settings:r,principal:Zn(C(void 0,r.author_default)),itemId:c}),{action:"set",focused_item:c,title:l,message:`Focused on ${c}${l?` (${l})`:""}. New items default --parent to it (override with --parent or clear via 'pm focus --clear').`}}async function gu(e,t){let n=await R(e),o=P(n,O()),s=await ne(e,t,n.id_prefix,n.item_format,o.type_to_folder);if(!s)return null;let r=await H(s,{schema:n.schema});return id(r.document.metadata.title)}function id(e){return e.trim().length>0?e:null}import{readFile as Au,writeFile as Cu}from"node:fs/promises";import Tu 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]="3c9d6924-ae7c-57c3-a346-1e2189c532fa")}catch{}})();function rs(e,t){let n=Dt(e);if(n)throw new p(`History merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,u.GENERIC_FAILURE);let o=[];for(let[s,r]of e.split(/\r?\n/).entries()){let i=r.trim();if(i)try{let a=JSON.parse(i);if(typeof a!="object"||a===null||Array.isArray(a))throw new TypeError("history entry must be an object");o.push(a)}catch{throw new p(`History merge input (${t}) contains invalid JSON at line ${s+1}.`,u.GENERIC_FAILURE)}}return o}function Ie(e){return D({ts:e.ts,author:e.author,op:e.op,patch:e.patch,message:e.message??null})}function yu(e,t){let n=Math.min(e.length,t.length),o=0;for(;o<n&&Ie(e[o])===Ie(t[o]);)o+=1;return o}function ad(e,t,n){rs(e,"base");let o=rs(t,"ours"),s=rs(n,"theirs"),r=yu(o,s);if(r===o.length&&r===s.length)return{merged:fe(o),strategy:"identical",common_entries:r,entries_from_ours:0,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(r===s.length)return{merged:fe(o),strategy:"fast_forward_ours",common_entries:r,entries_from_ours:o.length-r,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(r===o.length)return{merged:fe(s),strategy:"fast_forward_theirs",common_entries:r,entries_from_ours:0,entries_from_theirs:s.length-r,entries_total:s.length,reanchored:!1};let i=o.slice(r),a=new Set(i.map(Ie)),c=s.slice(r).filter(m=>!a.has(Ie(m))),d=[...i,...c].sort((m,f)=>{let _=Tt(m.ts,f.ts);if(_!==0)return _;let h=a.has(Ie(m)),w=a.has(Ie(f));return h!==w?Number(w)-Number(h):Ie(m).localeCompare(Ie(f))}),l=Gt([...o.slice(0,r),...d]);return{merged:fe(l.entries),strategy:"union_reanchor",common_entries:r,entries_from_ours:i.length,entries_from_theirs:c.length,entries_total:l.entries.length,reanchored:!0}}function is(e,t){let n=Dt(e);if(n)throw new p(`Relationship merge input (${t}) contains unresolved conflict markers at line ${n.line}. Merge drivers must receive clean per-side versions.`,u.GENERIC_FAILURE);let o=[];for(let[s,r]of e.split(/\r?\n/).entries()){let i=r.trim();if(!i)continue;let a;try{a=JSON.parse(i)}catch{throw new p(`Relationship merge input (${t}) contains invalid JSON at line ${s+1}.`,u.GENERIC_FAILURE)}if(typeof a!="object"||a===null||Array.isArray(a)||typeof a.eventId!="string"||typeof a.sequence!="number")throw new p(`Relationship merge input (${t}) line ${s+1} is not a relationship event (eventId + sequence required).`,u.GENERIC_FAILURE);o.push(a)}return o}function bn(e){return e.length===0?"":`${e.map(t=>JSON.stringify(t)).join(`
|
|
11
11
|
`)}
|
|
12
|
-
`}function
|
|
13
|
-
`,conflict_paths:c,paths_from_theirs:d,preferred:s}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="8d79e3a4-6104-5855-837f-69a041b87b27")}catch{}})();var ud=["item","history","relationship","json"];function Tu(e){let t=e.trim().toLowerCase();if(ud.includes(t))return t;throw new p(`Unknown merge artifact "${e}". Supported values: ${ud.join(", ")}.`,u.USAGE)}function Ou(e){if(e===void 0)return"ours";let t=e.trim().toLowerCase();if(t==="ours"||t==="theirs")return t;throw new p(`Unknown --prefer value "${e}". Supported values: ours, theirs.`,u.USAGE)}async function ms(e,t){try{return await Ru(e,"utf8")}catch{throw new p(`Cannot read merge ${t} file at ${e}.`,u.NOT_FOUND)}}async function $u(e){let t=E(process.cwd(),e.path);return await x(A(t))?R(t):null}function Pu(e,t){return e.endsWith(".md")?"json_markdown":e.endsWith(".toon")?"toon":t?.item_format??"toon"}async function fd(e,t){let n=Tu(e.artifact),o=Ou(e.prefer),s=Cu.resolve(e.outputPath??e.oursPath),[r,i,a]=await Promise.all([ms(e.basePath,"base"),ms(e.oursPath,"ours"),ms(e.theirsPath,"theirs")]),c,d,l=[],m={};if(n==="history"){let _=id(r,i,a);c=_.merged,m.history={strategy:_.strategy,common_entries:_.common_entries,entries_from_ours:_.entries_from_ours,entries_from_theirs:_.entries_from_theirs,entries_total:_.entries_total,reanchored:_.reanchored}}else if(n==="relationship"){let _=ad(r,i,a);c=_.merged,m.relationship={strategy:_.strategy,common_entries:_.common_entries,entries_from_ours:_.entries_from_ours,entries_from_theirs:_.entries_from_theirs,entries_total:_.entries_total,reanchored:_.reanchored}}else if(n==="item"){let _=await $u(t),h=ld(r,i,a,{format:Pu(e.itemPath??s,_),schema:_?.schema,extensionFieldNames:He(T()),preferred:o,conflictResolution:"stable_value_order"});c=h.merged,l.push(...h.conflict_fields),m.item={fields_from_theirs:h.fields_from_theirs,union_fields:h.union_fields,conflict_resolution:"stable_value_order"},e.itemPath!==void 0&&(d={cwd:process.cwd(),itemPath:e.itemPath,preferred:o,conflictResolution:"stable_value_order",fieldsFromTheirs:h.fields_from_theirs,unionFields:h.union_fields,decisions:h.conflict_decisions})}else{let _=pd(r,i,a,{preferred:o});c=_.merged,l.push(..._.conflict_paths),m.json={paths_from_theirs:_.paths_from_theirs}}if(await Au(s,c,"utf8"),d!==void 0){let _=await $a(d);_!==null&&(m.receipt=vt(_))}let f=[];if(l.length>0){let _=m.receipt===void 0?'Run "pm merge report" to inspect clone-local merge evidence.':`Run "pm merge report" and correlate receipt ${m.receipt.receipt_id} with item ${m.receipt.item_id}; clone-local discarded values are never copied into this result.`;f.push(`Both branches changed ${l.join(", ")}; the item driver kept the direction-independent stable value. ${_} Review the merged file, re-apply the discarded change if needed, then "git add" it.`)}return n==="history"&&m.history?.reanchored&&f.push('The merged history chain was re-anchored. Run "pm merge reconcile --dry-run" to inspect the complete post-merge repair, then "pm merge reconcile" to apply it; use --force only after explicitly accepting reported discards.'),{ok:l.length===0,artifact:n,output_path:s,requested_preference:o,conflicts:l,...m,guidance:f,generated_at:S()}}import gd from"fast-json-patch";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="de9b7f82-0f51-599d-b1fa-2d54e3acbdbc")}catch{}})();function _d(e,t){return t==="body"?e.body:e.metadata[t]}function ps(e,t){if(e===void 0||Object.is(e,t))return!0;if(Array.isArray(e)){if(!Array.isArray(t))return!1;let o=new Set;return e.every(s=>{let r=t.findIndex((i,a)=>!o.has(a)&&ps(s,i));return r<0?!1:(o.add(r),!0)})}if(e===null||t===null||typeof e!="object"||typeof t!="object"||Array.isArray(t))return!1;let n=t;return Object.entries(e).every(([o,s])=>Object.hasOwn(n,o)&&ps(s,n[o]))}function hd(e,t){let n=new Set(t),o=[];for(let s=e.length-1;s>=0&&n.size>0;s-=1){let r=e[s],i=new Set;for(let c of Cr(r.patch))i.add(qt(c.path)),c.from&&i.add(qt(c.from));let a=[...n].filter(c=>i.has(c));if(a.length!==0){for(let c of a)n.delete(c);o.push({index:s+1,ts:r.ts,author:r.author,op:r.op,fields:a.sort((c,d)=>c.localeCompare(d))})}}return o.reverse()}function Fu(e,t,n){let o=gd.compare(t,n);if(o.length===0)return;let s=new Set;for(let h of o)s.add(qt(h.path));let r=new Set([...s].filter(h=>ps(_d(t,h),_d(n,h)))),i=new Set([...s].filter(h=>!r.has(h))),a=hd(e,i),c=hd(e,r),d=[...s].sort((h,w)=>h.localeCompare(w)),l=[...i].sort((h,w)=>h.localeCompare(w)),m=[...r].sort((h,w)=>h.localeCompare(w)),f=[...new Set(a.map(h=>h.author))].sort((h,w)=>h.localeCompare(w)),_=[...new Set(c.map(h=>h.author))].sort((h,w)=>h.localeCompare(w));return{reconciled_field_count:s.size,reconciled_fields:d,reverted_field_count:i.size,reverted_fields:l,discarded_events:a,discarded_authors:f,preserved_field_count:r.size,preserved_fields:m,preserved_events:c,preserved_authors:_,recovery_hint:a.length>0?"Reconciliation keeps the on-disk item and overwrites these replayed mutations. To recover one, inspect it with pm history <id> --diff --field <field>, then re-apply the lost value with pm update.":null}}async function Lu(e,t,n,o){let s=e.located?.itemPath??null,r=e.located?await H(e.located,{schema:t.schema}):null;if(!r)return{currentItemReplay:null,currentItemPath:s,matchedChainBefore:null,currentItemRawBeforeLock:null,loadedItem:null};let i=Oe(r.document),a=n[n.length-1]?.after_hash;return{currentItemReplay:i,currentItemPath:s,matchedChainBefore:te(i,o)===a,currentItemRawBeforeLock:r.raw,loadedItem:r}}function Mu(e){return typeof e.message=="string"&&e.message.trim().length>0?e.message:`history-repair re-anchored ${e.entriesRehashed} entr${e.entriesRehashed===1?"y":"ies"}${e.entriesPatchRepaired>0?`, repaired ${e.entriesPatchRepaired} patch(es)`:""}${e.reconcileNeeded?", reconciled chain with on-disk item":""}.`}function Nu(e){let t=[...e.reanchorEntries];if(!e.changed)return{rewrittenEntries:t,auditEntryAdded:!1};let n=e.reconcileNeeded&&e.currentItemReplay?e.currentItemReplay:e.finalReplay;return t.push({ts:S(),author:e.author,op:e.auditOperation,patch:e.reconcileNeeded&&e.currentItemReplay?gd.compare(e.finalReplay,e.currentItemReplay):[],before_hash:te(e.finalReplay,e.itemHashVersion),after_hash:te(n,e.itemHashVersion),message:e.message,...e.explicitItemHashVersion?{item_hash_version:e.itemHashVersion}:{},...e.auditContext===void 0?{}:{context:e.auditContext}}),{rewrittenEntries:t,auditEntryAdded:!0}}function Du(e,t,n){let o=[];return e||o.push("history_repair_no_changes"),t>0&&o.push(`history_repair_skipped_unresolvable_ops:${t}`),n&&n.discarded_events.length>0&&o.push(`history_repair_reconcile_discards_events:${n.discarded_events.length}`,`history_repair_discarded_authors:${n.discarded_authors.join(",")}`),o}async function ju(e){return Qt({pmRoot:e.pmRoot,subject:e.subject,settings:e.settings,typeRegistry:e.typeRegistry,historyRawBeforeLock:e.historyRawBeforeLock,currentItemRawBeforeLock:e.currentItemRawBeforeLock,operation:"history-repair",author:e.author,force:e.force,itemDocument:e.loadedItem?.document??null,applyRewrite:async({historyRawUnderLock:t})=>Zt({historyPath:e.historyPath,nextHistoryRaw:fe(e.rewrittenEntries),historyRawUnderLock:t}),applyPostRewrite:async()=>M({path:e.historyPath,scope:"project",op:"history_repair:history"})})}async function xt(e,t,n){let o=E(process.cwd(),n.path);if(!await x(A(o)))throw new p(`Tracker is not initialized at ${o}. Run pm init first.`,u.NOT_FOUND);let s=await R(o),r=P(s,T()),i=await en(o,e,s,r.type_to_folder);if(!await x(i.historyPath))throw new p(`No history stream exists for ${i.id}.`,u.NOT_FOUND);let a=await G(i.historyPath),c=await We(i.historyPath,i.id);if(c.length===0)throw new p(`No history entries exist for ${i.id}; nothing to repair.`,u.USAGE);let d=Ye(c),l=Tr(c),m=t.normalizeProvenance?Ta(c):{entries:c,receipt:{changed:!1,events_changed:0,observations_removed:0,invalid_values:[]}},f=Or(m.entries),_=new Set(m.entries.map(U=>U.item_hash_version).filter(U=>U!==void 0)),h=Gt(m.entries,f),w=await Lu(i,s,c,f),y=h.finalDocument,g=w.currentItemReplay!==null&&te(y,f)!==te(w.currentItemReplay,f),k=g&&w.currentItemReplay?Fu(h.entries,y,w.currentItemReplay):void 0,I=[h.entriesRehashed>0,h.entriesPatchRepaired>0,g,t.forceAuditEntry===!0,m.receipt.changed].some(Boolean),F=C(t.author,s.author_default),$=!!t.dryRun,B=Mu({message:t.message,entriesRehashed:h.entriesRehashed,entriesPatchRepaired:h.entriesPatchRepaired,reconcileNeeded:g}),{rewrittenEntries:j,auditEntryAdded:ee}=Nu({reanchorEntries:h.entries,changed:I,reconcileNeeded:g,currentItemReplay:w.currentItemReplay,finalReplay:y,author:F,message:B,auditOperation:t.auditOperation??"history_repair",auditContext:m.receipt.changed?{...t.auditContext,provenance_normalization:m.receipt}:t.auditContext,itemHashVersion:f,explicitItemHashVersion:h.explicitItemHashVersion}),V=Ye(j);if(!V.ok)throw new p(`history-repair produced an invalid rewritten chain (${V.errors.join(", ")}).`,u.GENERIC_FAILURE);let re=Du(I,h.skippedOps,k);return I&&!$&&re.push(...await ju({pmRoot:o,subject:i,settings:s,typeRegistry:r,historyRawBeforeLock:a,currentItemRawBeforeLock:w.currentItemRawBeforeLock,author:F,force:t.force,loadedItem:w.loadedItem,historyPath:i.historyPath,rewrittenEntries:j})),{id:i.id,dry_run:$,changed:I,history:{path:i.historyPath,entries_scanned:c.length,chain_drift_before:!d.ok,entries_rehashed:h.entriesRehashed,entries_patch_repaired:h.entriesPatchRepaired,converted_replace_to_add:h.convertedReplaceToAdd,skipped_ops:h.skippedOps,reconciled_with_item:g,audit_entry_added:ee,verify_ok:V.ok,verify_errors:V.errors,item_hash_version_before:l.item_hash_version??null,item_hash_version_after:f,version_disposition:_.size>1?"selected_for_ambiguous_stream":"preserved"},item:{exists:w.currentItemPath!==null,path:w.currentItemPath,matched_chain_before:w.matchedChainBefore},provenance_normalization:{requested:t.normalizeProvenance===!0,...m.receipt},...k?{reconciliation:k}:{},warnings:[...new Set(re)].sort((U,Pn)=>U.localeCompare(Pn)),generated_at:S()}}function yd(e,t){if(t&&e!==void 0)throw new p("history-repair: <id> and --all are mutually exclusive; pass an item id to repair one stream or --all to repair every drifted stream.",u.USAGE);if(!t&&e===void 0)throw new p("history-repair: provide an item <id> or pass --all to repair every drifted stream.",u.USAGE)}async function wn(e,t){let n=E(process.cwd(),t.path);if(!await x(A(n)))throw new p(`Tracker is not initialized at ${n}. Run pm init first.`,u.NOT_FOUND);let o=await R(n),s=P(o,T()),r=[],i=await Yr(n,o.item_format,s.type_to_folder,r,o.schema,{forceSourceScan:!0}),a=await ea(n,i),c=e.normalizeProvenance?await Oa(n):[],d=[...new Set([...a.driftedItems,...c])].sort((_,h)=>_.localeCompare(h)),l=[],m=[],f={repaired:0,skipped_clean:0,failed:0};for(let _ of d)try{let h=await xt(_,{...e,auditContext:e.auditContextById?.[_],auditContextById:void 0},t),w=h.changed?"repaired":"skipped_clean";f[w]+=1,m.push(...h.warnings.map(y=>`${_}:${y}`)),l.push({id:_,outcome:w,entries_rehashed:h.history.entries_rehashed,entries_patch_repaired:h.history.entries_patch_repaired,reconciled_with_item:h.history.reconciled_with_item,...h.reconciliation?{reconciliation:h.reconciliation}:{},warnings:h.warnings})}catch(h){f.failed+=1,l.push({id:_,outcome:"failed",error:h instanceof Error?h.message:String(h)})}return e.dryRun||await Rr(n),{all:!0,dry_run:!!e.dryRun,scanned_streams:i.length,drifted_streams:a.driftedItems.length,provenance_invalid_streams:c.length,streams:l,totals:f,warnings:[...new Set([...r,...m])].sort((_,h)=>_.localeCompare(h)),generated_at:S()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c5620467-6c8c-5702-b742-57fba9e302c5")}catch{}})();async function bd(e,t){let n=e.dryRun===!0,o=await Pa(process.cwd(),{includeLossless:!0}),{pendingDecisions:s}=Fa(o);if(!n&&e.force!==!0&&s.length>0)throw new p(`Merge reconciliation would accept ${s.length} receipt(s) containing discarded scalar values. Review pm merge report and rerun with --force only after deciding which values to retain or re-apply.`,u.CONFLICT,{code:"merge_reconcile_discards_require_acceptance",required:"Explicitly review every discarded field before accepting reconciliation.",nextSteps:s.map(y=>`Review receipt ${y.id} for ${y.item_id}: ${y.decisions.map(g=>g.field).join(", ")}.`),recovery:{suggested_retry:"pm merge reconcile --dry-run"}});let r=o.reduce((y,g)=>((y[g.item_id]??=[]).push(g),y),{}),i=Object.fromEntries(Object.entries(r).map(([y,g])=>[y,{merge:{receipts:g.map(vt)}}])),a=await wn({dryRun:n,author:e.author??t.author,message:e.message??"post-merge reconciliation of field-aware tracker history",force:e.force,auditOperation:"merge_reconcile",auditContextById:i},t),c=new Set(a.streams.map(y=>y.id)),d=Object.keys(r).filter(y=>!c.has(y));(await Promise.allSettled(d.map(y=>xt(y,{dryRun:n,author:e.author??t.author,message:e.message??"record field-aware branch merge provenance",force:e.force,auditOperation:"merge_reconcile",auditContext:i[y],forceAuditEntry:!0},t)))).forEach((y,g)=>{let k=d[g];if(y.status==="fulfilled"){let I=y.value.changed?"repaired":"skipped_clean";a.streams.push({id:k,outcome:I,entries_rehashed:y.value.history.entries_rehashed,entries_patch_repaired:y.value.history.entries_patch_repaired,reconciled_with_item:y.value.history.reconciled_with_item,warnings:y.value.warnings}),a.totals[I]+=1}else a.streams.push({id:k,outcome:"failed",error:y.reason instanceof Error?y.reason.message:String(y.reason)}),a.totals.failed+=1});let m=0;!n&&a.totals.failed===0&&(await Promise.all(o.map(y=>La(process.cwd(),y))),m=o.length);let f=await cn({checkHistoryDrift:!0,checkStorageIntegrity:!0},t),_=f.checks.every(y=>y.status==="ok"),h=a.totals.failed===0&&_,w=n?["Review repair.streams, then rerun pm merge reconcile without --dry-run to apply audited repairs.","No Git hook is installed automatically; invoke this command from an explicit post-merge hook only when your repository policy opts in."]:h?["Reconciliation is complete; commit changed history streams with the merge result.","Rerun pm merge reconcile --dry-run after future tracker-data merges as a non-mutating integrity check."]:["Reconciliation remains incomplete; inspect repair failures and non-green validation checks before retrying.","Do not commit repaired history streams as reconciled until pm merge reconcile returns ok=true."];return{ok:h,dry_run:n,repair:a,receipts:{pending_before:o.length,reconciled:m,summaries:o.map(vt)},validation:f,guidance:w,generated_at:f.generated_at}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="37ac2a74-f150-5b9d-96d6-d9cc441215be")}catch{}})();function Rt(e){return{...e.args,...e.options}}function ye(e,t){let n=b(e,t);if(n!==void 0)return n;throw new p(`Missing required parameter: ${t}`,u.USAGE)}function ot(e){return typeof e=="string"?[e]:K(e)}function wd(e){return oc(Rt(e),e.global)}function vd(e){let t=Rt(e);return sc({cwd:b(t,"cwd"),pmRoot:b(t,"path"),since:b(t,"since"),type:ot(t.type),author:ot(t.author),item:ot(t.item),limit:t.limit===void 0?void 0:oe(t.limit,"limit"),full:t.full===!0,...t.provenance===void 0?{}:{provenance:t.provenance===!0},...t.provenanceSummary===void 0?{}:{provenanceSummary:t.provenanceSummary===!0},...t.harness===void 0?{}:{harness:ot(t.harness)},...t.agentInstance===void 0?{}:{agentInstance:ot(t.agentInstance)},...t.provenanceFilter===void 0?{}:{provenanceFilter:ot(t.provenanceFilter)}})}function kd(e){let t=Rt(e),n=ye(t,"subcommand");if(n==="install")return da({dryRun:t.dryRun===!0},e.global);if(n==="reconcile")return bd({dryRun:t.dryRun===!0,author:b(t,"author"),message:b(t,"message"),force:t.force===!0},e.global);if(n==="report")return Ma({includeReconciled:t.includeReconciled===!0,cwd:b(t,"cwd")});if(n==="driver")return fd({artifact:ye(t,"artifact"),basePath:ye(t,"basePath"),oursPath:ye(t,"oursPath"),theirsPath:ye(t,"theirsPath"),outputPath:b(t,"outputPath")??b(t,"output"),itemPath:b(t,"itemPath"),prefer:b(t,"prefer")},e.global);throw me({command_path:"merge",token:n,allowed:["install","reconcile","report","driver"],display_name:"merge"})}function Sd(e){let t=Rt(e),n=ye(t,"subcommand");if(n!=="snapshot")throw me({command_path:"workspace",token:n,allowed:["snapshot"],display_name:"workspace"});let o=b(t,"snapshotAction")??ye(t,"snapshot_action"),s=E(process.cwd(),e.global.path);if(o==="create")return cc(s,{name:b(t,"name")});if(o==="list")return lc(s);let r=ye(t,"target");if(o==="inspect")return dc(s,r);if(o==="delete")return uc(s,r);if(o==="restore")return t.dryRun===!0?mc(s,r):pc(s,r,{force:t.force===!0,author:b(t,"author"),message:b(t,"message"),lockTtlSeconds:oe(t.lockTtlSeconds,"lockTtlSeconds"),lockWaitMs:oe(t.lockWaitMs,"lockWaitMs")});throw me({command_path:"workspace snapshot",token:o,allowed:["create","list","inspect","restore","delete"],display_name:"workspace snapshot",token_kind:"action"})}function vn(e){let t=Rt(e),n=ye(t,"title");return e.action==="meet"?rc(n,t,e.global):e.action==="event"?ic(n,t,e.global):ac(n,t,e.global)}import cf from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bed1d1d4-0c1d-59e5-8267-fbe800dfd83b")}catch{}})();var st=["agile","ops","research"],us={agile:{name:"agile",title:"Agile delivery",summary:"Story/Spike delivery with a review stage, story points, and acceptance ownership.",types:rn.agile,statuses:[{id:"review",roles:["active"],aliases:["in-review"],description:"Work is implementation-complete and awaiting peer review."}],fields:[{key:"story_points",type:"number",commands:["create","update","list"],description:"Relative estimation size for a story or spike.",aliases:["points"]},{key:"acceptance_owner",type:"string",commands:["create","update","list"],description:"Stakeholder accountable for accepting the delivered story.",aliases:["acceptor"]}],workflows:[{type:"Story",allowed_transitions:[["open","in_progress"],["in_progress","review"],["review","in_progress"],["review","closed"],["in_progress","blocked"],["blocked","in_progress"]]}],config:[{key:"search_provider",value:"bm25",summary:"Offline BM25 lexical search works without an embedding service."},{key:"search_max_results",value:"20",summary:"Sprint-sized result cap for quick triage."}],templates:[{name:"story",options:{type:"Story",priority:"2",tags:"story",acceptanceCriteria:"Story delivers the stated user outcome with tests and docs updated.",body:`## As a
|
|
12
|
+
`}function bu(e){return e.map((t,n)=>({...t,sequence:n+1}))}function cd(e,t,n){is(e,"base");let o=is(t,"ours"),s=is(n,"theirs"),r=Math.min(o.length,s.length),i=0;for(;i<r&&o[i].eventId===s[i].eventId;)i+=1;if(i===o.length&&i===s.length)return{merged:bn(o),strategy:"identical",common_entries:i,entries_from_ours:0,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(i===s.length)return{merged:bn(o),strategy:"fast_forward_ours",common_entries:i,entries_from_ours:o.length-i,entries_from_theirs:0,entries_total:o.length,reanchored:!1};if(i===o.length)return{merged:bn(s),strategy:"fast_forward_theirs",common_entries:i,entries_from_ours:0,entries_from_theirs:s.length-i,entries_total:s.length,reanchored:!1};let a=o.slice(i),c=new Set(a.map(f=>f.eventId)),d=s.slice(i).filter(f=>!c.has(f.eventId)),l=[...a,...d].sort((f,_)=>{if(f.timestamp!==void 0&&_.timestamp!==void 0){let y=Tt(f.timestamp,_.timestamp);if(y!==0)return y}else{if(f.timestamp===void 0&&_.timestamp!==void 0)return 1;if(f.timestamp!==void 0)return-1}let h=c.has(f.eventId),w=c.has(_.eventId);return h!==w?Number(w)-Number(h):0}),m=bu([...o.slice(0,i),...l]);return{merged:bn(m),strategy:"union_reanchor",common_entries:i,entries_from_ours:a.length,entries_from_theirs:d.length,entries_total:m.length,reanchored:!0}}var wu=["tags","dependencies","comments","notes","learnings","files","tests","test_runs","docs","reminders","events"],vu=["updated_at"];function je(e,t){return D(e??null)===D(t??null)}function ku(e,t,n){let o=l=>Array.isArray(l)?l:[],s=new Set(o(e).map(l=>D(l))),r=o(t),i=new Set(r.map(l=>D(l))),a=o(n),c=new Set(a.map(l=>D(l))),d=r.filter(l=>{let m=D(l);return!s.has(m)||c.has(m)});for(let l of a){let m=D(l);!i.has(m)&&!s.has(m)&&d.push(l)}return d}function Su(e,t){return Tt(String(e),String(t))>=0?e:t}function dd(e,t,n,o){return je(t,n)?{value:t,from_theirs:!1,conflict:!1}:je(e,t)?{value:n,from_theirs:!0,conflict:!1}:je(e,n)?{value:t,from_theirs:!1,conflict:!1}:{value:o==="theirs"?n:t,from_theirs:o==="theirs",conflict:!0}}function ld(e,t,n,o,s){let r=dd(e,t,n,o);if(!r.conflict||s==="preferred_side")return r;let i=D(n).localeCompare(D(t))<0;return{value:i?n:t,from_theirs:i,conflict:!0}}function as(e){return{...e.metadata}}function cs(e,t,n){try{return Ae(jt(e,n),n)}catch(o){throw new p(`Item merge input (${t}) is not a readable item document: ${String(o)}`,u.GENERIC_FAILURE)}}function Iu(e,t,n,o,s){let r=new Set(wu),i=new Set(vu),a=[...new Set([...Object.keys(t),...Object.keys(n)])].sort((d,l)=>d.localeCompare(l)),c={merged:{},conflictFields:[],fieldsFromTheirs:[],unionFields:[],conflictDecisions:[]};for(let d of a){let l=e[d],m=t[d],f=n[d];if(r.has(d)){let h=ku(l,m,f);c.merged[d]=h,je(h,m)||c.unionFields.push(d);continue}if(i.has(d)){c.merged[d]=Su(m,f);continue}let _=ld(l,m,f,o,s);_.value!==void 0&&(c.merged[d]=_.value),_.conflict?(c.conflictFields.push(d),c.conflictDecisions.push({field:d,base:l,ours:m,theirs:f,retained:_.value,discarded:_.from_theirs?m:f})):_.from_theirs&&c.fieldsFromTheirs.push(d)}return c}function md(e,t,n,o={}){let s=o.preferred??"ours",r=o.conflictResolution??"preferred_side",i=e.trim().length>0,a=cs(t,"ours",o),c=cs(n,"theirs",o),d=i?cs(e,"base",o):a,l=i?as(d):{},m=as(a),f=as(c),{merged:_,conflictFields:h,fieldsFromTheirs:w,unionFields:y,conflictDecisions:g}=Iu(l,m,f,s,r),k=ld(i?d.body:"",a.body,c.body,s,r);return k.conflict?(h.push("body"),g.push({field:"body",base:i?d.body:"",ours:a.body,theirs:c.body,retained:k.value,discarded:k.from_theirs?a.body:c.body})):k.from_theirs&&w.push("body"),{merged:pe({metadata:_,body:k.value},o),conflict_fields:h,fields_from_theirs:w,union_fields:y,conflict_decisions:g,requested_preference:s,conflict_resolution:r}}function ds(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function ls(e,t){let n=Dt(e);if(n)throw new p(`JSON merge input (${t}) contains unresolved conflict markers at line ${n.line}.`,u.GENERIC_FAILURE);if(e.trim().length!==0)try{return JSON.parse(e)}catch{throw new p(`JSON merge input (${t}) is not valid JSON.`,u.GENERIC_FAILURE)}}function Eu(e,t,n){if(!Array.isArray(e)||!Array.isArray(t)||!Array.isArray(n))return null;let o=d=>{let l=new Map;for(let m of d){let f=D(m);l.set(f,(l.get(f)??0)+1)}return l},s=o(e),r=o(t),i=o(n);for(let[d,l]of s)if((r.get(d)??0)<l||(i.get(d)??0)<l)return null;let a=new Map(r),c=[];for(let d of n){let l=D(d),m=a.get(l)??0;m>0?a.set(l,m-1):c.push(d)}return{merged:[...t,...c],acceptedTheirs:c.length>0}}function xu(e,t,n,o,s,r,i){if(!ds(t)||!ds(n))return null;let a=ds(e)?e:{},c={},d=[...new Set([...Object.keys(t),...Object.keys(n)])].sort((l,m)=>l.localeCompare(m));for(let l of d){let m=s.length>0?`${s}.${l}`:l,f=Ru(a,t,n,l,o,m,r,i);f!==void 0&&(c[l]=f)}return c}function pd(e,t,n,o,s,r,i){if(je(t,n))return t;let a=Eu(e,t,n);if(a!==null)return a.acceptedTheirs&&i.push(s),a.merged;let c=xu(e,t,n,o,s,r,i);if(c!==null)return c;let d=dd(e,t,n,o);return d.conflict?r.push(s):d.from_theirs&&i.push(s),d.value}function Ru(e,t,n,o,s,r,i,a){let c=Object.prototype.hasOwnProperty.call(t,o),d=Object.prototype.hasOwnProperty.call(n,o),l=Object.prototype.hasOwnProperty.call(e,o);if(c&&d)return pd(e[o],t[o],n[o],s,r,i,a);if(c){if(l&&je(e[o],t[o])){a.push(r);return}return l?(i.push(r),s==="theirs"?void 0:t[o]):t[o]}if(!(l&&je(e[o],n[o])))return l?(i.push(r),s==="theirs"?n[o]:void 0):(a.push(r),n[o])}function ud(e,t,n,o={}){let s=o.preferred??"ours",r=ls(e,"base"),i=ls(t,"ours"),a=ls(n,"theirs"),c=[],d=[],l=pd(r,i,a,s,"",c,d);return{merged:`${JSON.stringify(l??null,null,2)}
|
|
13
|
+
`,conflict_paths:c,paths_from_theirs:d,preferred:s}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="8d79e3a4-6104-5855-837f-69a041b87b27")}catch{}})();var fd=["item","history","relationship","json"];function Ou(e){let t=e.trim().toLowerCase();if(fd.includes(t))return t;throw new p(`Unknown merge artifact "${e}". Supported values: ${fd.join(", ")}.`,u.USAGE)}function $u(e){if(e===void 0)return"ours";let t=e.trim().toLowerCase();if(t==="ours"||t==="theirs")return t;throw new p(`Unknown --prefer value "${e}". Supported values: ours, theirs.`,u.USAGE)}async function ms(e,t){try{return await Au(e,"utf8")}catch{throw new p(`Cannot read merge ${t} file at ${e}.`,u.NOT_FOUND)}}async function Pu(e){let t=E(process.cwd(),e.path);return await x(A(t))?R(t):null}function Fu(e,t){return e.endsWith(".md")?"json_markdown":e.endsWith(".toon")?"toon":t?.item_format??"toon"}async function _d(e,t){let n=Ou(e.artifact),o=$u(e.prefer),s=Tu.resolve(e.outputPath??e.oursPath),[r,i,a]=await Promise.all([ms(e.basePath,"base"),ms(e.oursPath,"ours"),ms(e.theirsPath,"theirs")]),c,d,l=[],m={};if(n==="history"){let _=ad(r,i,a);c=_.merged,m.history={strategy:_.strategy,common_entries:_.common_entries,entries_from_ours:_.entries_from_ours,entries_from_theirs:_.entries_from_theirs,entries_total:_.entries_total,reanchored:_.reanchored}}else if(n==="relationship"){let _=cd(r,i,a);c=_.merged,m.relationship={strategy:_.strategy,common_entries:_.common_entries,entries_from_ours:_.entries_from_ours,entries_from_theirs:_.entries_from_theirs,entries_total:_.entries_total,reanchored:_.reanchored}}else if(n==="item"){let _=await Pu(t),h=md(r,i,a,{format:Fu(e.itemPath??s,_),schema:_?.schema,extensionFieldNames:He(O()),preferred:o,conflictResolution:"stable_value_order"});c=h.merged,l.push(...h.conflict_fields),m.item={fields_from_theirs:h.fields_from_theirs,union_fields:h.union_fields,conflict_resolution:"stable_value_order"},e.itemPath!==void 0&&(d={cwd:process.cwd(),itemPath:e.itemPath,preferred:o,conflictResolution:"stable_value_order",fieldsFromTheirs:h.fields_from_theirs,unionFields:h.union_fields,decisions:h.conflict_decisions})}else{let _=ud(r,i,a,{preferred:o});c=_.merged,l.push(..._.conflict_paths),m.json={paths_from_theirs:_.paths_from_theirs}}if(await Cu(s,c,"utf8"),d!==void 0){let _=await Pa(d);_!==null&&(m.receipt=vt(_))}let f=[];if(l.length>0){let _=m.receipt===void 0?'Run "pm merge report" to inspect clone-local merge evidence.':`Run "pm merge report" and correlate receipt ${m.receipt.receipt_id} with item ${m.receipt.item_id}; clone-local discarded values are never copied into this result.`;f.push(`Both branches changed ${l.join(", ")}; the item driver kept the direction-independent stable value. ${_} Review the merged file, re-apply the discarded change if needed, then "git add" it.`)}return n==="history"&&m.history?.reanchored&&f.push('The merged history chain was re-anchored. Run "pm merge reconcile --dry-run" to inspect the complete post-merge repair, then "pm merge reconcile" to apply it; use --force only after explicitly accepting reported discards.'),{ok:l.length===0,artifact:n,output_path:s,requested_preference:o,conflicts:l,...m,guidance:f,generated_at:S()}}import yd from"fast-json-patch";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="de9b7f82-0f51-599d-b1fa-2d54e3acbdbc")}catch{}})();function hd(e,t){return t==="body"?e.body:e.metadata[t]}function ps(e,t){if(e===void 0||Object.is(e,t))return!0;if(Array.isArray(e)){if(!Array.isArray(t))return!1;let o=new Set;return e.every(s=>{let r=t.findIndex((i,a)=>!o.has(a)&&ps(s,i));return r<0?!1:(o.add(r),!0)})}if(e===null||t===null||typeof e!="object"||typeof t!="object"||Array.isArray(t))return!1;let n=t;return Object.entries(e).every(([o,s])=>Object.hasOwn(n,o)&&ps(s,n[o]))}function gd(e,t){let n=new Set(t),o=[];for(let s=e.length-1;s>=0&&n.size>0;s-=1){let r=e[s],i=new Set;for(let c of Cr(r.patch))i.add(qt(c.path)),c.from&&i.add(qt(c.from));let a=[...n].filter(c=>i.has(c));if(a.length!==0){for(let c of a)n.delete(c);o.push({index:s+1,ts:r.ts,author:r.author,op:r.op,fields:a.sort((c,d)=>c.localeCompare(d))})}}return o.reverse()}function Lu(e,t,n){let o=yd.compare(t,n);if(o.length===0)return;let s=new Set;for(let h of o)s.add(qt(h.path));let r=new Set([...s].filter(h=>ps(hd(t,h),hd(n,h)))),i=new Set([...s].filter(h=>!r.has(h))),a=gd(e,i),c=gd(e,r),d=[...s].sort((h,w)=>h.localeCompare(w)),l=[...i].sort((h,w)=>h.localeCompare(w)),m=[...r].sort((h,w)=>h.localeCompare(w)),f=[...new Set(a.map(h=>h.author))].sort((h,w)=>h.localeCompare(w)),_=[...new Set(c.map(h=>h.author))].sort((h,w)=>h.localeCompare(w));return{reconciled_field_count:s.size,reconciled_fields:d,reverted_field_count:i.size,reverted_fields:l,discarded_events:a,discarded_authors:f,preserved_field_count:r.size,preserved_fields:m,preserved_events:c,preserved_authors:_,recovery_hint:a.length>0?"Reconciliation keeps the on-disk item and overwrites these replayed mutations. To recover one, inspect it with pm history <id> --diff --field <field>, then re-apply the lost value with pm update.":null}}async function Mu(e,t,n,o){let s=e.located?.itemPath??null,r=e.located?await H(e.located,{schema:t.schema}):null;if(!r)return{currentItemReplay:null,currentItemPath:s,matchedChainBefore:null,currentItemRawBeforeLock:null,loadedItem:null};let i=Oe(r.document),a=n[n.length-1]?.after_hash;return{currentItemReplay:i,currentItemPath:s,matchedChainBefore:te(i,o)===a,currentItemRawBeforeLock:r.raw,loadedItem:r}}function Nu(e){return typeof e.message=="string"&&e.message.trim().length>0?e.message:`history-repair re-anchored ${e.entriesRehashed} entr${e.entriesRehashed===1?"y":"ies"}${e.entriesPatchRepaired>0?`, repaired ${e.entriesPatchRepaired} patch(es)`:""}${e.reconcileNeeded?", reconciled chain with on-disk item":""}.`}function Du(e){let t=[...e.reanchorEntries];if(!e.changed)return{rewrittenEntries:t,auditEntryAdded:!1};let n=e.reconcileNeeded&&e.currentItemReplay?e.currentItemReplay:e.finalReplay;return t.push({ts:S(),author:e.author,op:e.auditOperation,patch:e.reconcileNeeded&&e.currentItemReplay?yd.compare(e.finalReplay,e.currentItemReplay):[],before_hash:te(e.finalReplay,e.itemHashVersion),after_hash:te(n,e.itemHashVersion),message:e.message,...e.explicitItemHashVersion?{item_hash_version:e.itemHashVersion}:{},...e.auditContext===void 0?{}:{context:e.auditContext}}),{rewrittenEntries:t,auditEntryAdded:!0}}function ju(e,t,n){let o=[];return e||o.push("history_repair_no_changes"),t>0&&o.push(`history_repair_skipped_unresolvable_ops:${t}`),n&&n.discarded_events.length>0&&o.push(`history_repair_reconcile_discards_events:${n.discarded_events.length}`,`history_repair_discarded_authors:${n.discarded_authors.join(",")}`),o}async function Uu(e){return Qt({pmRoot:e.pmRoot,subject:e.subject,settings:e.settings,typeRegistry:e.typeRegistry,historyRawBeforeLock:e.historyRawBeforeLock,currentItemRawBeforeLock:e.currentItemRawBeforeLock,operation:"history-repair",author:e.author,force:e.force,itemDocument:e.loadedItem?.document??null,applyRewrite:async({historyRawUnderLock:t})=>Zt({historyPath:e.historyPath,nextHistoryRaw:fe(e.rewrittenEntries),historyRawUnderLock:t}),applyPostRewrite:async()=>M({path:e.historyPath,scope:"project",op:"history_repair:history"})})}async function xt(e,t,n){let o=E(process.cwd(),n.path);if(!await x(A(o)))throw new p(`Tracker is not initialized at ${o}. Run pm init first.`,u.NOT_FOUND);let s=await R(o),r=P(s,O()),i=await en(o,e,s,r.type_to_folder);if(!await x(i.historyPath))throw new p(`No history stream exists for ${i.id}.`,u.NOT_FOUND);let a=await G(i.historyPath),c=await We(i.historyPath,i.id);if(c.length===0)throw new p(`No history entries exist for ${i.id}; nothing to repair.`,u.USAGE);let d=Ye(c),l=Tr(c),m=t.normalizeProvenance?Oa(c):{entries:c,receipt:{changed:!1,events_changed:0,observations_removed:0,invalid_values:[]}},f=Or(m.entries),_=new Set(m.entries.map(U=>U.item_hash_version).filter(U=>U!==void 0)),h=Gt(m.entries,f),w=await Mu(i,s,c,f),y=h.finalDocument,g=w.currentItemReplay!==null&&te(y,f)!==te(w.currentItemReplay,f),k=g&&w.currentItemReplay?Lu(h.entries,y,w.currentItemReplay):void 0,I=[h.entriesRehashed>0,h.entriesPatchRepaired>0,g,t.forceAuditEntry===!0,m.receipt.changed].some(Boolean),F=C(t.author,s.author_default),$=!!t.dryRun,B=Nu({message:t.message,entriesRehashed:h.entriesRehashed,entriesPatchRepaired:h.entriesPatchRepaired,reconcileNeeded:g}),{rewrittenEntries:j,auditEntryAdded:ee}=Du({reanchorEntries:h.entries,changed:I,reconcileNeeded:g,currentItemReplay:w.currentItemReplay,finalReplay:y,author:F,message:B,auditOperation:t.auditOperation??"history_repair",auditContext:m.receipt.changed?{...t.auditContext,provenance_normalization:m.receipt}:t.auditContext,itemHashVersion:f,explicitItemHashVersion:h.explicitItemHashVersion}),V=Ye(j);if(!V.ok)throw new p(`history-repair produced an invalid rewritten chain (${V.errors.join(", ")}).`,u.GENERIC_FAILURE);let re=ju(I,h.skippedOps,k);return I&&!$&&re.push(...await Uu({pmRoot:o,subject:i,settings:s,typeRegistry:r,historyRawBeforeLock:a,currentItemRawBeforeLock:w.currentItemRawBeforeLock,author:F,force:t.force,loadedItem:w.loadedItem,historyPath:i.historyPath,rewrittenEntries:j})),{id:i.id,dry_run:$,changed:I,history:{path:i.historyPath,entries_scanned:c.length,chain_drift_before:!d.ok,entries_rehashed:h.entriesRehashed,entries_patch_repaired:h.entriesPatchRepaired,converted_replace_to_add:h.convertedReplaceToAdd,skipped_ops:h.skippedOps,reconciled_with_item:g,audit_entry_added:ee,verify_ok:V.ok,verify_errors:V.errors,item_hash_version_before:l.item_hash_version??null,item_hash_version_after:f,version_disposition:_.size>1?"selected_for_ambiguous_stream":"preserved"},item:{exists:w.currentItemPath!==null,path:w.currentItemPath,matched_chain_before:w.matchedChainBefore},provenance_normalization:{requested:t.normalizeProvenance===!0,...m.receipt},...k?{reconciliation:k}:{},warnings:[...new Set(re)].sort((U,Pn)=>U.localeCompare(Pn)),generated_at:S()}}function bd(e,t){if(t&&e!==void 0)throw new p("history-repair: <id> and --all are mutually exclusive; pass an item id to repair one stream or --all to repair every drifted stream.",u.USAGE);if(!t&&e===void 0)throw new p("history-repair: provide an item <id> or pass --all to repair every drifted stream.",u.USAGE)}async function wn(e,t){let n=E(process.cwd(),t.path);if(!await x(A(n)))throw new p(`Tracker is not initialized at ${n}. Run pm init first.`,u.NOT_FOUND);let o=await R(n),s=P(o,O()),r=[],i=await Yr(n,o.item_format,s.type_to_folder,r,o.schema,{forceSourceScan:!0}),a=await ta(n,i),c=e.normalizeProvenance?await $a(n):[],d=[...new Set([...a.driftedItems,...c])].sort((_,h)=>_.localeCompare(h)),l=[],m=[],f={repaired:0,skipped_clean:0,failed:0};for(let _ of d)try{let h=await xt(_,{...e,auditContext:e.auditContextById?.[_],auditContextById:void 0},t),w=h.changed?"repaired":"skipped_clean";f[w]+=1,m.push(...h.warnings.map(y=>`${_}:${y}`)),l.push({id:_,outcome:w,entries_rehashed:h.history.entries_rehashed,entries_patch_repaired:h.history.entries_patch_repaired,reconciled_with_item:h.history.reconciled_with_item,...h.reconciliation?{reconciliation:h.reconciliation}:{},warnings:h.warnings})}catch(h){f.failed+=1,l.push({id:_,outcome:"failed",error:h instanceof Error?h.message:String(h)})}return e.dryRun||await Rr(n),{all:!0,dry_run:!!e.dryRun,scanned_streams:i.length,drifted_streams:a.driftedItems.length,provenance_invalid_streams:c.length,streams:l,totals:f,warnings:[...new Set([...r,...m])].sort((_,h)=>_.localeCompare(h)),generated_at:S()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c5620467-6c8c-5702-b742-57fba9e302c5")}catch{}})();async function wd(e,t){let n=e.dryRun===!0,o=await Fa(process.cwd(),{includeLossless:!0}),{pendingDecisions:s}=La(o);if(!n&&e.force!==!0&&s.length>0)throw new p(`Merge reconciliation would accept ${s.length} receipt(s) containing discarded scalar values. Review pm merge report and rerun with --force only after deciding which values to retain or re-apply.`,u.CONFLICT,{code:"merge_reconcile_discards_require_acceptance",required:"Explicitly review every discarded field before accepting reconciliation.",nextSteps:s.map(y=>`Review receipt ${y.id} for ${y.item_id}: ${y.decisions.map(g=>g.field).join(", ")}.`),recovery:{suggested_retry:"pm merge reconcile --dry-run"}});let r=o.reduce((y,g)=>((y[g.item_id]??=[]).push(g),y),{}),i=Object.fromEntries(Object.entries(r).map(([y,g])=>[y,{merge:{receipts:g.map(vt)}}])),a=await wn({dryRun:n,author:e.author??t.author,message:e.message??"post-merge reconciliation of field-aware tracker history",force:e.force,auditOperation:"merge_reconcile",auditContextById:i},t),c=new Set(a.streams.map(y=>y.id)),d=Object.keys(r).filter(y=>!c.has(y));(await Promise.allSettled(d.map(y=>xt(y,{dryRun:n,author:e.author??t.author,message:e.message??"record field-aware branch merge provenance",force:e.force,auditOperation:"merge_reconcile",auditContext:i[y],forceAuditEntry:!0},t)))).forEach((y,g)=>{let k=d[g];if(y.status==="fulfilled"){let I=y.value.changed?"repaired":"skipped_clean";a.streams.push({id:k,outcome:I,entries_rehashed:y.value.history.entries_rehashed,entries_patch_repaired:y.value.history.entries_patch_repaired,reconciled_with_item:y.value.history.reconciled_with_item,warnings:y.value.warnings}),a.totals[I]+=1}else a.streams.push({id:k,outcome:"failed",error:y.reason instanceof Error?y.reason.message:String(y.reason)}),a.totals.failed+=1});let m=0;!n&&a.totals.failed===0&&(await Promise.all(o.map(y=>Ma(process.cwd(),y))),m=o.length);let f=await cn({checkHistoryDrift:!0,checkStorageIntegrity:!0},t),_=f.checks.every(y=>y.status==="ok"),h=a.totals.failed===0&&_,w=n?["Review repair.streams, then rerun pm merge reconcile without --dry-run to apply audited repairs.","No Git hook is installed automatically; invoke this command from an explicit post-merge hook only when your repository policy opts in."]:h?["Reconciliation is complete; commit changed history streams with the merge result.","Rerun pm merge reconcile --dry-run after future tracker-data merges as a non-mutating integrity check."]:["Reconciliation remains incomplete; inspect repair failures and non-green validation checks before retrying.","Do not commit repaired history streams as reconciled until pm merge reconcile returns ok=true."];return{ok:h,dry_run:n,repair:a,receipts:{pending_before:o.length,reconciled:m,summaries:o.map(vt)},validation:f,guidance:w,generated_at:f.generated_at}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="37ac2a74-f150-5b9d-96d6-d9cc441215be")}catch{}})();function Rt(e){return{...e.args,...e.options}}function ye(e,t){let n=b(e,t);if(n!==void 0)return n;throw new p(`Missing required parameter: ${t}`,u.USAGE)}function ot(e){return typeof e=="string"?[e]:K(e)}function vd(e){return sc(Rt(e),e.global)}function kd(e){let t=Rt(e);return rc({cwd:b(t,"cwd"),pmRoot:b(t,"path"),since:b(t,"since"),type:ot(t.type),author:ot(t.author),item:ot(t.item),limit:t.limit===void 0?void 0:oe(t.limit,"limit"),full:t.full===!0,...t.provenance===void 0?{}:{provenance:t.provenance===!0},...t.provenanceSummary===void 0?{}:{provenanceSummary:t.provenanceSummary===!0},...t.harness===void 0?{}:{harness:ot(t.harness)},...t.agentInstance===void 0?{}:{agentInstance:ot(t.agentInstance)},...t.provenanceFilter===void 0?{}:{provenanceFilter:ot(t.provenanceFilter)}})}function Sd(e){let t=Rt(e),n=ye(t,"subcommand");if(n==="install")return la({dryRun:t.dryRun===!0},e.global);if(n==="reconcile")return wd({dryRun:t.dryRun===!0,author:b(t,"author"),message:b(t,"message"),force:t.force===!0},e.global);if(n==="report")return Na({includeReconciled:t.includeReconciled===!0,cwd:b(t,"cwd")});if(n==="driver")return _d({artifact:ye(t,"artifact"),basePath:ye(t,"basePath"),oursPath:ye(t,"oursPath"),theirsPath:ye(t,"theirsPath"),outputPath:b(t,"outputPath")??b(t,"output"),itemPath:b(t,"itemPath"),prefer:b(t,"prefer")},e.global);throw me({command_path:"merge",token:n,allowed:["install","reconcile","report","driver"],display_name:"merge"})}function Id(e){let t=Rt(e),n=ye(t,"subcommand");if(n!=="snapshot")throw me({command_path:"workspace",token:n,allowed:["snapshot"],display_name:"workspace"});let o=b(t,"snapshotAction")??ye(t,"snapshot_action"),s=E(process.cwd(),e.global.path);if(o==="create")return dc(s,{name:b(t,"name")});if(o==="list")return mc(s);let r=ye(t,"target");if(o==="inspect")return lc(s,r);if(o==="delete")return fc(s,r);if(o==="restore")return t.dryRun===!0?pc(s,r):uc(s,r,{force:t.force===!0,author:b(t,"author"),message:b(t,"message"),lockTtlSeconds:oe(t.lockTtlSeconds,"lockTtlSeconds"),lockWaitMs:oe(t.lockWaitMs,"lockWaitMs")});throw me({command_path:"workspace snapshot",token:o,allowed:["create","list","inspect","restore","delete"],display_name:"workspace snapshot",token_kind:"action"})}function vn(e){let t=Rt(e),n=ye(t,"title");return e.action==="meet"?ic(n,t,e.global):e.action==="event"?ac(n,t,e.global):cc(n,t,e.global)}import df from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bed1d1d4-0c1d-59e5-8267-fbe800dfd83b")}catch{}})();var st=["agile","ops","research"],us={agile:{name:"agile",title:"Agile delivery",summary:"Story/Spike delivery with a review stage, story points, and acceptance ownership.",types:rn.agile,statuses:[{id:"review",roles:["active"],aliases:["in-review"],description:"Work is implementation-complete and awaiting peer review."}],fields:[{key:"story_points",type:"number",commands:["create","update","list"],description:"Relative estimation size for a story or spike.",aliases:["points"]},{key:"acceptance_owner",type:"string",commands:["create","update","list"],description:"Stakeholder accountable for accepting the delivered story.",aliases:["acceptor"]}],workflows:[{type:"Story",allowed_transitions:[["open","in_progress"],["in_progress","review"],["review","in_progress"],["review","closed"],["in_progress","blocked"],["blocked","in_progress"]]}],config:[{key:"search_provider",value:"bm25",summary:"Offline BM25 lexical search works without an embedding service."},{key:"search_max_results",value:"20",summary:"Sprint-sized result cap for quick triage."}],templates:[{name:"story",options:{type:"Story",priority:"2",tags:"story",acceptanceCriteria:"Story delivers the stated user outcome with tests and docs updated.",body:`## As a
|
|
14
14
|
|
|
15
15
|
## I want
|
|
16
16
|
|
|
@@ -34,7 +34,7 @@ import{a as Xa,b as et,c as pn,d as Qa,e as ec,f as tc}from"./chunk-J42EGKDK.js"
|
|
|
34
34
|
## Results
|
|
35
35
|
|
|
36
36
|
## Conclusion
|
|
37
|
-
`}}],packages:[{spec:"search-advanced",reason:"Semantic retrieval over experiments and findings."},{spec:"templates",reason:"Consistent experiment and hypothesis scaffolds."},{spec:"beads",reason:"Import structured prior work into the tracker."}]}};function Uu(e){if(e===void 0)return;let t=Ee(e);if(t.length===0)throw new Error("Profile name must not be empty.");if(st.includes(t))return t;throw new Error(`Invalid profile "${e}". Allowed: ${st.join(", ")}.`)}function Ew(e){let t=Uu(e);if(t===void 0)throw new Error(`Profile name is required. Allowed: ${st.join(", ")}.`);return us[t]}function xw(){return st.map(e=>us[e])}function Ee(e){return e.trim().toLowerCase().replaceAll("-","_")}function Id(e){return e.map(t=>t.definition.name).join(", ")}function fs(e=[]){let t=st.map(r=>({definition:us[r],source:"builtin"})),n=new Set(st.map(r=>Ee(r))),o=new Set(n),s=[];for(let r of e){let i=Ee(r.profile.name);if(n.has(i)){s.push(`Extension "${r.name}" profile "${r.profile.name}" uses a name reserved by a built-in archetype and was ignored.`);continue}if(o.has(i)){s.push(`Profile "${r.profile.name}" from extension "${r.name}" duplicates an already-registered profile and was ignored.`);continue}o.add(i),t.push({definition:r.profile,source:"extension",package:r.name})}return{profiles:t,warnings:s}}function kn(e,t=[]){let{profiles:n,warnings:o}=fs(t);if(typeof e!="string"||e.trim().length===0)throw new Error(`Profile name is required. Allowed: ${Id(n)}.`);let s=Ee(e),r=n.find(i=>Ee(i.definition.name)===s);if(r===void 0)throw new Error(`Invalid profile "${e}". Allowed: ${Id(n)}.`);return{resolved:r,warnings:o}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="933d8f74-c4aa-58d0-bd3b-8932a35d3702")}catch{}})();function hs(e){return{types:e.types.length,statuses:e.statuses.length,fields:e.fields.length,workflows:e.workflows.length,config:e.config.length,templates:e.templates.length,packages:e.packages.length}}function Ed(e){return{name:e.name,title:e.title,summary:e.summary,composition:hs(e),types:e.types.map(t=>_s(()=>_e(t).name,()=>String(t.name??""))),statuses:e.statuses.map(t=>_s(()=>Pe(t).id,()=>String(t.id??""))),fields:e.fields.map(t=>_s(()=>Fe(t).key,()=>String(t.key??""))),workflows:e.workflows.map(t=>t.type),config:e.config.map(t=>`${t.key}=${t.value}`),templates:e.templates.map(t=>t.name),packages:e.packages.map(t=>({spec:t.spec,reason:t.reason}))}}function _s(e,t){try{return e()}catch{return t()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f9b22df0-7ec2-5d72-bc88-3eb7201a6051")}catch{}})();var qw=["profile","types","statuses","fields","workflows","config","templates","packages"],zw=["profile_name_empty","profile_name_not_normalized","profile_title_empty","profile_summary_empty","type_invalid","type_duplicate","status_invalid","status_duplicate","field_invalid","field_duplicate","field_mcp_input_collision","workflow_type_empty","workflow_type_unknown","workflow_duplicate_type","workflow_transition_malformed","workflow_status_unknown","config_key_unknown","config_value_invalid","config_duplicate","template_type_unknown","package_spec_empty"],Gu=new Set(lr.flatMap(e=>[Be(e.id),...(e.aliases??[]).map(t=>Be(t))]).filter(e=>e.length>0)),xd=new Set(mt.map(e=>e.toLowerCase()));function qu(e,t){e.name.trim().length===0?t.push({severity:"error",code:"profile_name_empty",dimension:"profile",message:"Profile name must not be empty; profile resolution requires a non-blank name."}):e.name!==Ee(e.name)&&t.push({severity:"warning",code:"profile_name_not_normalized",dimension:"profile",target:e.name,message:`Profile name "${e.name}" is not in canonical form; resolution folds it to "${Ee(e.name)}" (lowercase, hyphens as underscores).`}),e.title.trim().length===0&&t.push({severity:"warning",code:"profile_title_empty",dimension:"profile",message:"Profile title is empty; list and show surfaces will render a blank title."}),e.summary.trim().length===0&&t.push({severity:"warning",code:"profile_summary_empty",dimension:"profile",message:"Profile summary is empty; list and show surfaces will render a blank archetype description."})}function zu(e,t){let n=new Set,o=new Set;for(let[s,r]of e.types.entries()){let i;try{i=_e(r).name}catch(c){t.push({severity:"error",code:"type_invalid",dimension:"types",target:typeof r.name=="string"?r.name:`#${s}`,message:be(c)});continue}let a=i.toLowerCase();if(o.has(a)){t.push({severity:"error",code:"type_duplicate",dimension:"types",target:i,message:`Item type "${i}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}o.add(a),n.add(a)}return n}function Hu(e,t){let n=new Set,o=new Set;for(let[s,r]of e.statuses.entries()){let i;try{i=Pe(r)}catch(a){t.push({severity:"error",code:"status_invalid",dimension:"statuses",target:typeof r.id=="string"?r.id:`#${s}`,message:be(a)});continue}if(o.has(i.id)){t.push({severity:"error",code:"status_duplicate",dimension:"statuses",target:i.id,message:`Status "${i.id}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}o.add(i.id),n.add(i.id);for(let a of i.aliases??[])n.add(Be(a))}return n}function Bu(e,t){let n=new Set;for(let[o,s]of e.fields.entries()){let r;try{r=Fe(s).key}catch(a){t.push({severity:"error",code:"field_invalid",dimension:"fields",target:typeof s.key=="string"?s.key:`#${o}`,message:be(a)});continue}if(n.has(r)){t.push({severity:"error",code:"field_duplicate",dimension:"fields",target:r,message:`Field "${r}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}n.add(r);let i=zi(r);i&&t.push({severity:"warning",code:"field_mcp_input_collision",dimension:"fields",target:r,message:`Field "${r}" collides with canonical MCP property "${i.property}" owned by ${i.owner}; callers must pass the custom value through ${i.nested_path}.`})}}function Vu(e,t,n,o){let s=new Set;for(let[r,i]of e.workflows.entries()){let a=i.type.trim().toLowerCase();if(a.length===0){o.push({severity:"error",code:"workflow_type_empty",dimension:"workflows",target:`#${r}`,message:"Workflow has an empty type; the workflow resolver drops entries without a type."});continue}let c=s.has(a);s.add(a),c?o.push({severity:"warning",code:"workflow_duplicate_type",dimension:"workflows",target:i.type,message:`Workflow type "${i.type}" is declared more than once; the later transition set wins.`}):!xd.has(a)&&!t.has(a)&&o.push({severity:"warning",code:"workflow_type_unknown",dimension:"workflows",target:i.type,message:`Workflow governs type "${i.type}" which is neither a built-in type nor declared by this profile; it has no effect unless that type already exists.`});let d=new Set;for(let l of i.allowed_transitions){let m=Be(l[0]),f=Be(l[1]);if(m.length===0||f.length===0){o.push({severity:"error",code:"workflow_transition_malformed",dimension:"workflows",target:i.type,message:`Workflow "${i.type}" has a transition with an empty status; the workflow resolver silently drops it.`});continue}for(let _ of[m,f])Gu.has(_)||n.has(_)||d.has(_)||(d.add(_),o.push({severity:"warning",code:"workflow_status_unknown",dimension:"workflows",target:_,message:`Workflow "${i.type}" references status "${_}" which is neither a built-in status nor declared by this profile; transitions to or from it are unreachable.`}))}}}function Wu(e,t){let n=new Set;for(let o of e.config){let s=et(o.key);if(s===void 0){t.push({severity:"error",code:"config_key_unknown",dimension:"config",target:o.key,message:`Config knob "${o.key}" is not a recognized setting; apply rejects it with a usage error.`});continue}n.has(s.key)?t.push({severity:"error",code:"config_duplicate",dimension:"config",target:s.key,message:`Config knob "${s.key}" is set more than once; the later value silently overwrites the earlier one.`}):n.add(s.key);let r=pn(s,o.value);r.ok||t.push({severity:"error",code:"config_value_invalid",dimension:"config",target:o.key,message:r.error.message})}}function Ku(e,t,n){for(let o of e.templates){let s=o.options.type;if(typeof s!="string"||s.trim().length===0)continue;let r=s.trim().toLowerCase();!xd.has(r)&&!t.has(r)&&n.push({severity:"warning",code:"template_type_unknown",dimension:"templates",target:o.name,message:`Template "${o.name}" creates type "${s}" which is neither a built-in type nor declared by this profile.`})}}function Yu(e,t){for(let[n,o]of e.packages.entries())o.spec.trim().length===0&&t.push({severity:"warning",code:"package_spec_empty",dimension:"packages",target:`#${n}`,message:"Package recommendation has an empty spec; it cannot be surfaced as an install hint."})}function Rd(e){let t=[];qu(e,t);let n=zu(e,t),o=Hu(e,t);Bu(e,t),Vu(e,n,o,t),Wu(e,t),Ku(e,n,t),Yu(e,t);let s=t.filter(i=>i.severity==="error").length,r=t.length-s;return{profile:e.name,ok:s===0,findings:t,errorCount:s,warningCount:r}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ead1caea-8e8b-5208-9fba-23fb114044b5")}catch{}})();function gs(e,t,n,o,s){let r=e,i=[];for(let a of t){let c=o(r),d=s(r,a),l=o(d.file);r=d.file;let m=c===l?"unchanged":d.replaced?"update":"add";i.push({key:n(a),status:m})}return{file:r,changes:i,changed:i.some(a=>a.status!=="unchanged")}}function Ad(e){return JSON.stringify(e.map(t=>t.join("\0")).sort())}function Ju(e,t){let n=e.map(s=>({...s})),o=[];for(let s of t){let r=n.findIndex(a=>a.type===s.type),i={type:s.type,allowed_transitions:s.allowed_transitions};r<0?(n.push(i),o.push({type:s.type,status:"add"})):Ad(n[r].allowed_transitions)===Ad(s.allowed_transitions)?o.push({type:s.type,status:"unchanged"}):(n[r]=i,o.push({type:s.type,status:"update"}))}return{changes:o,result:n,changed:o.some(s=>s.status!=="unchanged")}}function Xu(e,t){let n=[];for(let o of e.config){let s=et(o.key);if(s===void 0)throw new Error(`Profile "${e.name}" references unknown config key "${o.key}".`);let r=pn(s,o.value);if(!r.ok)throw new Error(`Profile "${e.name}" config ${o.key}: ${r.error.message}`);let i=Qa(t,s),a=i===null?"add":i===r.parsed.value?"unchanged":"update";n.push({key:s.key,path:s.path,value:r.parsed.value,status:a})}return{changes:n,changed:n.some(o=>o.status!=="unchanged")}}function Cd(e){let t=Object.entries(e).sort(([n],[o])=>n.localeCompare(o));return JSON.stringify(t)}function Zu(e,t){let n=[];for(let o of e.templates){let s=t.get(o.name),r;s===void 0?r="add":Cd(s)===Cd(o.options)?r="unchanged":r="update",n.push({name:o.name,options:o.options,status:r})}return{changes:n,changed:n.some(o=>o.status!=="unchanged")}}function Td(e,t){let n=gs(Gr(t.typesRaw),e.types,l=>_e(l).name,Ht,(l,m)=>qr(l,_e(m))),o=gs(la(t.statusesRaw),e.statuses,l=>Pe(l).id,on,(l,m)=>ma(l,Pe(m))),s=gs(pa(t.fieldsRaw),e.fields,l=>Fe(l).key,sn,(l,m)=>ua(l,Fe(m))),r=Ju(t.workflows,e.workflows),i=Xu(e,t.settings),a=Zu(e,t.templates),c=e.packages.map(l=>({spec:l.spec,reason:l.reason,status:t.installedPackages.has(l.spec)?"installed":"recommended"})),d=n.changed||o.changed||s.changed||r.changed||i.changed||a.changed;return{profile:{name:e.name,title:e.title,summary:e.summary},types:n,statuses:o,fields:s,workflows:r,config:i,templates:a,packages:c,changed:d}}import $d from"node:fs/promises";import Pd 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]="f232e106-54f4-572e-8f6e-054f52290267")}catch{}})();var Qu="templates",ys=".json",Fd=/^[A-Za-z0-9][A-Za-z0-9._-]{0,63}$/,ef=mi.map(e=>e.target).filter(e=>e!=="acceptanceCriteria"),tf=new Set(ef),Od="1970-01-01T00:00:00.000Z",Ld={bug:{type:"Issue",priority:"1",tags:"bug",acceptanceCriteria:"Bug no longer reproduces with the steps below and a regression test guards it.",expectedResult:"Describe the correct behavior.",actualResult:"Describe the observed (buggy) behavior.",body:`## Repro steps
|
|
37
|
+
`}}],packages:[{spec:"search-advanced",reason:"Semantic retrieval over experiments and findings."},{spec:"templates",reason:"Consistent experiment and hypothesis scaffolds."},{spec:"beads",reason:"Import structured prior work into the tracker."}]}};function Gu(e){if(e===void 0)return;let t=Ee(e);if(t.length===0)throw new Error("Profile name must not be empty.");if(st.includes(t))return t;throw new Error(`Invalid profile "${e}". Allowed: ${st.join(", ")}.`)}function Rw(e){let t=Gu(e);if(t===void 0)throw new Error(`Profile name is required. Allowed: ${st.join(", ")}.`);return us[t]}function Aw(){return st.map(e=>us[e])}function Ee(e){return e.trim().toLowerCase().replaceAll("-","_")}function Ed(e){return e.map(t=>t.definition.name).join(", ")}function fs(e=[]){let t=st.map(r=>({definition:us[r],source:"builtin"})),n=new Set(st.map(r=>Ee(r))),o=new Set(n),s=[];for(let r of e){let i=Ee(r.profile.name);if(n.has(i)){s.push(`Extension "${r.name}" profile "${r.profile.name}" uses a name reserved by a built-in archetype and was ignored.`);continue}if(o.has(i)){s.push(`Profile "${r.profile.name}" from extension "${r.name}" duplicates an already-registered profile and was ignored.`);continue}o.add(i),t.push({definition:r.profile,source:"extension",package:r.name})}return{profiles:t,warnings:s}}function kn(e,t=[]){let{profiles:n,warnings:o}=fs(t);if(typeof e!="string"||e.trim().length===0)throw new Error(`Profile name is required. Allowed: ${Ed(n)}.`);let s=Ee(e),r=n.find(i=>Ee(i.definition.name)===s);if(r===void 0)throw new Error(`Invalid profile "${e}". Allowed: ${Ed(n)}.`);return{resolved:r,warnings:o}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="933d8f74-c4aa-58d0-bd3b-8932a35d3702")}catch{}})();function hs(e){return{types:e.types.length,statuses:e.statuses.length,fields:e.fields.length,workflows:e.workflows.length,config:e.config.length,templates:e.templates.length,packages:e.packages.length}}function xd(e){return{name:e.name,title:e.title,summary:e.summary,composition:hs(e),types:e.types.map(t=>_s(()=>_e(t).name,()=>String(t.name??""))),statuses:e.statuses.map(t=>_s(()=>Pe(t).id,()=>String(t.id??""))),fields:e.fields.map(t=>_s(()=>Fe(t).key,()=>String(t.key??""))),workflows:e.workflows.map(t=>t.type),config:e.config.map(t=>`${t.key}=${t.value}`),templates:e.templates.map(t=>t.name),packages:e.packages.map(t=>({spec:t.spec,reason:t.reason}))}}function _s(e,t){try{return e()}catch{return t()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f9b22df0-7ec2-5d72-bc88-3eb7201a6051")}catch{}})();var Hw=["profile","types","statuses","fields","workflows","config","templates","packages"],Bw=["profile_name_empty","profile_name_not_normalized","profile_title_empty","profile_summary_empty","type_invalid","type_duplicate","status_invalid","status_duplicate","field_invalid","field_duplicate","field_mcp_input_collision","workflow_type_empty","workflow_type_unknown","workflow_duplicate_type","workflow_transition_malformed","workflow_status_unknown","config_key_unknown","config_value_invalid","config_duplicate","template_type_unknown","package_spec_empty"],qu=new Set(lr.flatMap(e=>[Be(e.id),...(e.aliases??[]).map(t=>Be(t))]).filter(e=>e.length>0)),Rd=new Set(mt.map(e=>e.toLowerCase()));function zu(e,t){e.name.trim().length===0?t.push({severity:"error",code:"profile_name_empty",dimension:"profile",message:"Profile name must not be empty; profile resolution requires a non-blank name."}):e.name!==Ee(e.name)&&t.push({severity:"warning",code:"profile_name_not_normalized",dimension:"profile",target:e.name,message:`Profile name "${e.name}" is not in canonical form; resolution folds it to "${Ee(e.name)}" (lowercase, hyphens as underscores).`}),e.title.trim().length===0&&t.push({severity:"warning",code:"profile_title_empty",dimension:"profile",message:"Profile title is empty; list and show surfaces will render a blank title."}),e.summary.trim().length===0&&t.push({severity:"warning",code:"profile_summary_empty",dimension:"profile",message:"Profile summary is empty; list and show surfaces will render a blank archetype description."})}function Hu(e,t){let n=new Set,o=new Set;for(let[s,r]of e.types.entries()){let i;try{i=_e(r).name}catch(c){t.push({severity:"error",code:"type_invalid",dimension:"types",target:typeof r.name=="string"?r.name:`#${s}`,message:be(c)});continue}let a=i.toLowerCase();if(o.has(a)){t.push({severity:"error",code:"type_duplicate",dimension:"types",target:i,message:`Item type "${i}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}o.add(a),n.add(a)}return n}function Bu(e,t){let n=new Set,o=new Set;for(let[s,r]of e.statuses.entries()){let i;try{i=Pe(r)}catch(a){t.push({severity:"error",code:"status_invalid",dimension:"statuses",target:typeof r.id=="string"?r.id:`#${s}`,message:be(a)});continue}if(o.has(i.id)){t.push({severity:"error",code:"status_duplicate",dimension:"statuses",target:i.id,message:`Status "${i.id}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}o.add(i.id),n.add(i.id);for(let a of i.aliases??[])n.add(Be(a))}return n}function Vu(e,t){let n=new Set;for(let[o,s]of e.fields.entries()){let r;try{r=Fe(s).key}catch(a){t.push({severity:"error",code:"field_invalid",dimension:"fields",target:typeof s.key=="string"?s.key:`#${o}`,message:be(a)});continue}if(n.has(r)){t.push({severity:"error",code:"field_duplicate",dimension:"fields",target:r,message:`Field "${r}" is declared more than once; the later definition silently overwrites the earlier upsert.`});continue}n.add(r);let i=Hi(r);i&&t.push({severity:"warning",code:"field_mcp_input_collision",dimension:"fields",target:r,message:`Field "${r}" collides with canonical MCP property "${i.property}" owned by ${i.owner}; callers must pass the custom value through ${i.nested_path}.`})}}function Wu(e,t,n,o){let s=new Set;for(let[r,i]of e.workflows.entries()){let a=i.type.trim().toLowerCase();if(a.length===0){o.push({severity:"error",code:"workflow_type_empty",dimension:"workflows",target:`#${r}`,message:"Workflow has an empty type; the workflow resolver drops entries without a type."});continue}let c=s.has(a);s.add(a),c?o.push({severity:"warning",code:"workflow_duplicate_type",dimension:"workflows",target:i.type,message:`Workflow type "${i.type}" is declared more than once; the later transition set wins.`}):!Rd.has(a)&&!t.has(a)&&o.push({severity:"warning",code:"workflow_type_unknown",dimension:"workflows",target:i.type,message:`Workflow governs type "${i.type}" which is neither a built-in type nor declared by this profile; it has no effect unless that type already exists.`});let d=new Set;for(let l of i.allowed_transitions){let m=Be(l[0]),f=Be(l[1]);if(m.length===0||f.length===0){o.push({severity:"error",code:"workflow_transition_malformed",dimension:"workflows",target:i.type,message:`Workflow "${i.type}" has a transition with an empty status; the workflow resolver silently drops it.`});continue}for(let _ of[m,f])qu.has(_)||n.has(_)||d.has(_)||(d.add(_),o.push({severity:"warning",code:"workflow_status_unknown",dimension:"workflows",target:_,message:`Workflow "${i.type}" references status "${_}" which is neither a built-in status nor declared by this profile; transitions to or from it are unreachable.`}))}}}function Ku(e,t){let n=new Set;for(let o of e.config){let s=et(o.key);if(s===void 0){t.push({severity:"error",code:"config_key_unknown",dimension:"config",target:o.key,message:`Config knob "${o.key}" is not a recognized setting; apply rejects it with a usage error.`});continue}n.has(s.key)?t.push({severity:"error",code:"config_duplicate",dimension:"config",target:s.key,message:`Config knob "${s.key}" is set more than once; the later value silently overwrites the earlier one.`}):n.add(s.key);let r=pn(s,o.value);r.ok||t.push({severity:"error",code:"config_value_invalid",dimension:"config",target:o.key,message:r.error.message})}}function Yu(e,t,n){for(let o of e.templates){let s=o.options.type;if(typeof s!="string"||s.trim().length===0)continue;let r=s.trim().toLowerCase();!Rd.has(r)&&!t.has(r)&&n.push({severity:"warning",code:"template_type_unknown",dimension:"templates",target:o.name,message:`Template "${o.name}" creates type "${s}" which is neither a built-in type nor declared by this profile.`})}}function Ju(e,t){for(let[n,o]of e.packages.entries())o.spec.trim().length===0&&t.push({severity:"warning",code:"package_spec_empty",dimension:"packages",target:`#${n}`,message:"Package recommendation has an empty spec; it cannot be surfaced as an install hint."})}function Ad(e){let t=[];zu(e,t);let n=Hu(e,t),o=Bu(e,t);Vu(e,t),Wu(e,n,o,t),Ku(e,t),Yu(e,n,t),Ju(e,t);let s=t.filter(i=>i.severity==="error").length,r=t.length-s;return{profile:e.name,ok:s===0,findings:t,errorCount:s,warningCount:r}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ead1caea-8e8b-5208-9fba-23fb114044b5")}catch{}})();function gs(e,t,n,o,s){let r=e,i=[];for(let a of t){let c=o(r),d=s(r,a),l=o(d.file);r=d.file;let m=c===l?"unchanged":d.replaced?"update":"add";i.push({key:n(a),status:m})}return{file:r,changes:i,changed:i.some(a=>a.status!=="unchanged")}}function Cd(e){return JSON.stringify(e.map(t=>t.join("\0")).sort())}function Xu(e,t){let n=e.map(s=>({...s})),o=[];for(let s of t){let r=n.findIndex(a=>a.type===s.type),i={type:s.type,allowed_transitions:s.allowed_transitions};r<0?(n.push(i),o.push({type:s.type,status:"add"})):Cd(n[r].allowed_transitions)===Cd(s.allowed_transitions)?o.push({type:s.type,status:"unchanged"}):(n[r]=i,o.push({type:s.type,status:"update"}))}return{changes:o,result:n,changed:o.some(s=>s.status!=="unchanged")}}function Zu(e,t){let n=[];for(let o of e.config){let s=et(o.key);if(s===void 0)throw new Error(`Profile "${e.name}" references unknown config key "${o.key}".`);let r=pn(s,o.value);if(!r.ok)throw new Error(`Profile "${e.name}" config ${o.key}: ${r.error.message}`);let i=ec(t,s),a=i===null?"add":i===r.parsed.value?"unchanged":"update";n.push({key:s.key,path:s.path,value:r.parsed.value,status:a})}return{changes:n,changed:n.some(o=>o.status!=="unchanged")}}function Td(e){let t=Object.entries(e).sort(([n],[o])=>n.localeCompare(o));return JSON.stringify(t)}function Qu(e,t){let n=[];for(let o of e.templates){let s=t.get(o.name),r;s===void 0?r="add":Td(s)===Td(o.options)?r="unchanged":r="update",n.push({name:o.name,options:o.options,status:r})}return{changes:n,changed:n.some(o=>o.status!=="unchanged")}}function Od(e,t){let n=gs(Gr(t.typesRaw),e.types,l=>_e(l).name,Ht,(l,m)=>qr(l,_e(m))),o=gs(ma(t.statusesRaw),e.statuses,l=>Pe(l).id,on,(l,m)=>pa(l,Pe(m))),s=gs(ua(t.fieldsRaw),e.fields,l=>Fe(l).key,sn,(l,m)=>fa(l,Fe(m))),r=Xu(t.workflows,e.workflows),i=Zu(e,t.settings),a=Qu(e,t.templates),c=e.packages.map(l=>({spec:l.spec,reason:l.reason,status:t.installedPackages.has(l.spec)?"installed":"recommended"})),d=n.changed||o.changed||s.changed||r.changed||i.changed||a.changed;return{profile:{name:e.name,title:e.title,summary:e.summary},types:n,statuses:o,fields:s,workflows:r,config:i,templates:a,packages:c,changed:d}}import Pd from"node:fs/promises";import Fd 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]="f232e106-54f4-572e-8f6e-054f52290267")}catch{}})();var ef="templates",ys=".json",Ld=/^[A-Za-z0-9][A-Za-z0-9._-]{0,63}$/,tf=mi.map(e=>e.target).filter(e=>e!=="acceptanceCriteria"),nf=new Set(tf),$d="1970-01-01T00:00:00.000Z",Md={bug:{type:"Issue",priority:"1",tags:"bug",acceptanceCriteria:"Bug no longer reproduces with the steps below and a regression test guards it.",expectedResult:"Describe the correct behavior.",actualResult:"Describe the observed (buggy) behavior.",body:`## Repro steps
|
|
38
38
|
1.
|
|
39
39
|
2.
|
|
40
40
|
3.
|
|
@@ -58,26 +58,26 @@ import{a as Xa,b as et,c as pn,d as Qa,e as ec,f as tc}from"./chunk-J42EGKDK.js"
|
|
|
58
58
|
`},chore:{type:"Chore",priority:"3",tags:"chore",acceptanceCriteria:"Maintenance task done with no behavior change and green checks.",body:`## What
|
|
59
59
|
|
|
60
60
|
## Why
|
|
61
|
-
`}},
|
|
62
|
-
`,op:"templates:save",author:C(void 0,l.author_default),lockTtlSeconds:l.locks.ttl_seconds,lockWaitMs:l.locks.wait_ms}),{name:d.name,created_at:d.created_at,updated_at:d.updated_at,path:a,options:d.options}}async function
|
|
63
|
-
`)}function
|
|
64
|
-
`)}function
|
|
65
|
-
`)}function
|
|
66
|
-
`)}import Yd from"node:fs/promises";import Jd from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7e0f84f6-9528-55c5-8976-6f85cd920486")}catch{}})();function gf(e,t,n){let o=new Set,s=[];for(let r of e){let i=r.trim();if(i.length===0||o.has(i))continue;o.add(i);let a=t.get(i);if(a===void 0){s.push({id:i,entries:0,selected:!1,skip_reason:"no_stream"});continue}if(a.entries<=n){s.push({id:i,entries:a.entries,selected:!1,skip_reason:"already_compact"});continue}s.push({id:i,entries:a.entries,selected:!0,skip_reason:null})}return s}function yf(e,t){let n=[...e].sort((s,r)=>r.entries-s.entries||s.id.localeCompare(r.id)),o=[];for(let s of n){if(t.scope==="closed"&&s.bucket!=="closed"){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"scope_mismatch"});continue}if(s.entries<=t.minEntries){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"already_compact"});continue}if(t.allOver!==void 0&&s.entries<=t.allOver){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"below_threshold"});continue}o.push({id:s.id,entries:s.entries,selected:!0,skip_reason:null})}return o}function Kd(e,t){if(t.ids!==void 0&&t.ids.length>0){let n=new Map(e.map(o=>[o.id,o]));return gf(t.ids,n,t.minEntries)}return yf(e,t)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c6609492-75a9-5111-b9b3-1b81908f3084")}catch{}})();function bf(e,t){if(e===void 0)return{kind:"default",raw:null,compactCount:t.length,retainedCount:0};let n=e.trim();if(n.length===0)throw new p("history-compact --before requires a non-empty value.",u.USAGE);if(/^\d+$/.test(n)){let r=Number.parseInt(n,10);if(!Number.isSafeInteger(r)||r<1||r>t.length+1)throw new p(`history-compact --before version must be between 1 and ${t.length+1}.`,u.USAGE);let i=Math.max(0,Math.min(t.length,r-1));return{kind:"version",raw:n,compactCount:i,retainedCount:t.length-i}}let o=Date.parse(n);if(!Number.isFinite(o))throw new p(`Invalid history-compact --before value "${e}". Use a version number or ISO timestamp.`,u.USAGE);let s=0;for(let[r,i]of t.entries()){let a=Date.parse(i.ts);if(!Number.isFinite(a))throw new p(`History for this item contains invalid timestamp at entry ${r+1}.`,u.GENERIC_FAILURE);if(a>=o)break;s+=1}return{kind:"timestamp",raw:n,compactCount:s,retainedCount:t.length-s}}function wf(e,t){let n=Ut(),o=Ut();for(let s=0;s<e.length;s+=1){let r=e[s];if(te(n)!==r.before_hash)throw new p(`history-compact detected before-hash drift at entry ${s+1}; run pm history-repair first.`,u.CONFLICT);if(n=Xt(n,r.patch,s+1,r.op),te(n)!==r.after_hash)throw new p(`history-compact detected after-hash drift at entry ${s+1}; run pm history-repair first.`,u.CONFLICT);s+1===t&&(o=structuredClone(n))}return{checkpoint:o,finalReplay:n}}function vf(e,t,n){let o=structuredClone(t),s=[];for(let[r,i]of e.entries()){let a=te(o);o=Xt(o,i.patch,n+r+1,i.op),s.push({...i,before_hash:a,after_hash:te(o)})}return{entries:s,finalReplay:o}}async function kf(e,t,n){let o=e.located?await H(e.located,{schema:t.schema}):null;return o?{loadedItem:o,currentItemRawBeforeLock:o.raw,matchedChainBefore:te(Oe(o.document))===n[n.length-1]?.after_hash}:{loadedItem:null,currentItemRawBeforeLock:null,matchedChainBefore:null}}function Sf(e,t){return typeof e.message=="string"&&e.message.trim().length>0?e.message:t.raw===null?`history-compact compacted full stream (${t.compactCount} entr${t.compactCount===1?"y":"ies"}).`:`history-compact compacted ${t.compactCount} entr${t.compactCount===1?"y":"ies"} before ${t.raw}.`}function If(e){return e.raw===null?`history-compact baseline snapshot after compacting ${e.compactCount} entr${e.compactCount===1?"y":"ies"}.`:`history-compact baseline snapshot before ${e.raw}.`}function Ef(e){if(!e.changed)return{rewrittenEntries:e.historyEntries,baselineEntryAdded:!1,auditEntryAdded:!1};let{checkpoint:t,finalReplay:n}=wf(e.historyEntries,e.boundary.compactCount),o=e.historyEntries.slice(e.boundary.compactCount),s=vf(o,t,e.boundary.compactCount),i=[ae({nowIso:S(),author:e.author,op:"history_compact_baseline",before:Te(Ut()),after:Te(t),message:If(e.boundary)}),...s.entries];return e.dryRun||i.push(ae({nowIso:S(),author:e.author,op:"history_compact",before:Te(n),after:Te(n),message:Sf(e.options,e.boundary)})),{rewrittenEntries:i,baselineEntryAdded:!0,auditEntryAdded:!e.dryRun}}async function xf(e){return Qt({pmRoot:e.pmRoot,subject:e.subject,settings:e.settings,typeRegistry:e.typeRegistry,historyRawBeforeLock:e.historyRawBeforeLock,currentItemRawBeforeLock:e.currentItemRawBeforeLock,operation:"history-compact",author:e.author,force:e.force,itemDocument:e.loadedItem?.document??null,applyRewrite:async({historyRawUnderLock:t})=>Zt({historyPath:e.historyPath,nextHistoryRaw:fe(e.rewrittenEntries),historyRawUnderLock:t}),applyPostRewrite:async()=>M({path:e.historyPath,scope:"project",op:"history_compact:history"})})}async function Is(e,t,n){let o=E(process.cwd(),n.path);if(!await x(A(o)))throw new p(`Tracker is not initialized at ${o}. Run pm init first.`,u.NOT_FOUND);let s=await R(o),r=P(s,T()),i=await en(o,e,s,r.type_to_folder),a=i.historyPath,c=await G(a);if(c===null)throw new p(`No history stream exists for ${i.id}.`,u.NOT_FOUND);let d=await We(a,i.id);if(d.length===0)throw new p(`No history entries exist for ${i.id}; nothing to compact.`,u.USAGE);let l=Ye(d);if(!l.ok)throw new p(`history-compact requires a valid history chain (${l.errors.join(", ")}). Run pm history-repair ${i.id} first.`,u.CONFLICT);let m=bf(t.before,d),f=m.compactCount>0,_=!!t.dryRun,h=C(t.author,s.author_default),w=[];f||w.push("history_compact_noop_before_boundary");let y=await kf(i,s,d);y.matchedChainBefore===!1&&w.push("history_compact_item_chain_mismatch");let{rewrittenEntries:g,baselineEntryAdded:k,auditEntryAdded:I}=Ef({historyEntries:d,boundary:m,changed:f,dryRun:_,author:h,options:t}),F=Ye(g);if(!F.ok)throw new p(`history-compact produced an invalid rewritten chain (${F.errors.join(", ")}).`,u.GENERIC_FAILURE);f&&!_&&w.push(...await xf({pmRoot:o,subject:i,settings:s,typeRegistry:r,historyRawBeforeLock:c,currentItemRawBeforeLock:y.currentItemRawBeforeLock,author:h,force:t.force,loadedItem:y.loadedItem,historyPath:a,rewrittenEntries:g}));let $=m.retainedCount>0?m.compactCount+1:null;return{id:i.id,dry_run:_,changed:f,compact_boundary:{kind:m.kind,before:m.raw,entries_compacted:m.compactCount,entries_retained:m.retainedCount,first_retained_entry:$},history:{path:a,entries_scanned:d.length,entries_after:g.length,baseline_entry_added:k,audit_entry_added:I,verify_ok:F.ok,verify_errors:F.errors},item:{exists:i.located!==null,path:i.located?.itemPath??null,matched_chain_before:y.matchedChainBefore},warnings:[...new Set(w)].sort((B,j)=>B.localeCompare(j)),generated_at:S()}}var Rf=3;function Xd(e,t){let n=t.ids!==void 0&&t.ids.length>0,o=t.allOver!==void 0||t.scope!==void 0;if((e!==void 0?1:0)+(n?1:0)+(o?1:0)===0)throw new p("history-compact: provide an item <id>, or a bulk selector (--ids, --all-over <N>, --closed, or --all-streams).",u.USAGE);if(e!==void 0&&(n||o))throw new p("history-compact: <id> and bulk selectors (--ids/--all-over/--closed/--all-streams) are mutually exclusive; pass one item id, or use bulk mode without a positional id.",u.USAGE);if(n&&o)throw new p("history-compact: --ids is mutually exclusive with --all-over/--closed/--all-streams; pass an explicit id list or a scan selector, not both.",u.USAGE)}function Af(e){let t=0;for(let n of e.split(/\r?\n/))n.trim().length>0&&(t+=1);return t}async function Cf(e){let t=q(e.settings.schema),n=qa(t),o=await $e(e.pmRoot,e.settings.item_format,e.typeToFolder,void 0,e.settings.schema),s=new Map(o.map(d=>[d.id,n.classify(d.status)])),r=Jd.join(e.pmRoot,"history"),i=[],a=[];if(!await x(r))return{candidates:i,preselectionErrors:a};let c=(await Yd.readdir(r)).filter(d=>d.endsWith(".jsonl")).sort((d,l)=>d.localeCompare(l));for(let d of c){let l=Jd.join(r,d),m=d.slice(0,-6);try{let f=await Yd.readFile(l,"utf8");await Xn({path:l,scope:"project"}),i.push({id:m,entries:Af(f),bucket:s.get(m)??null})}catch(f){a.push({id:m,outcome:"errored",entries_before:0,entries_after:null,skip_reason:null,changed:!1,error:f instanceof Error?f.message:String(f)})}}return{candidates:i,preselectionErrors:a}}async function Tf(e){if(!e.row.selected)return{selected:!1,compacted:!1,errored:!1,result:{id:e.row.id,outcome:"skipped",entries_before:e.row.entries,entries_after:null,skip_reason:e.row.skip_reason,changed:!1,error:null}};try{let t=await Is(e.row.id,{dryRun:e.dryRun,author:e.options.author,message:e.options.message,force:e.options.force},e.global);return{selected:!0,compacted:!0,errored:!1,result:{id:e.row.id,outcome:"compacted",entries_before:e.row.entries,entries_after:t.history.entries_after,skip_reason:null,changed:t.changed,error:null}}}catch(t){return{selected:!0,compacted:!1,errored:!0,result:{id:e.row.id,outcome:"errored",entries_before:e.row.entries,entries_after:null,skip_reason:null,changed:!1,error:t instanceof Error?t.message:String(t)}}}}async function Zd(e,t){let n=E(process.cwd(),t.path);if(!await x(A(n)))throw new p(`Tracker is not initialized at ${n}. Run pm init first.`,u.NOT_FOUND);let o=await R(n),s=P(o,T()),{candidates:r,preselectionErrors:i}=await Cf({pmRoot:n,settings:o,typeToFolder:s.type_to_folder}),a=e.ids!==void 0&&e.ids.length>0?"ids":"scan",c=e.minEntries??Rf,d=o.history.compact_policy,l=a==="scan"&&e.allOver===void 0&&d.enabled,m=e.allOver??(l?d.max_entries:void 0),f=Kd(r,{ids:e.ids,scope:e.scope,minEntries:c,allOver:m}),_=!!e.dryRun,h=[...i],w={streams_considered:r.length+i.length,selected:0,items_compacted:0,items_skipped:0,items_errored:i.length};for(let y of f){let g=await Tf({row:y,options:e,dryRun:_,global:t});if(h.push(g.result),!g.selected){w.items_skipped+=1;continue}w.selected+=1,g.compacted&&(w.items_compacted+=1),g.errored&&(w.items_errored+=1)}return{bulk:!0,dry_run:_,mode:a,scope:e.scope??null,criteria:{min_entries:c,all_over:m??null,policy_threshold_applied:l},totals:w,results:h,generated_at:S()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f762b5e6-8224-531f-9dd1-f71dc18c3ddf")}catch{}})();function Qd(e){let t=e.options.all===!0,n=e.id??b(e.options,"id");return yd(n,t),t?wn(e.options,e.global):xt(n,e.options,e.global)}function el(e){let t=e.options.ids,n=Array.isArray(t)?t.map(String).filter(d=>d.trim().length>0):typeof t=="string"?t.split(",").map(d=>d.trim()).filter(Boolean):void 0,o=oe(e.options.allOver??e.options.all_over,"history-compact allOver"),s=oe(e.options.minEntries??e.options.min_entries,"history-compact minEntries"),r=b(e.options,"scope"),i=[];e.options.closed===!0&&i.push("closed"),(e.options.allStreams===!0||e.options.all_streams===!0)&&i.push("all-streams"),(r==="closed"||r==="all-streams")&&i.push(r);let a=[...new Set(i)];if(a.length>1)throw new p("history-compact: closed and all-streams scopes are mutually exclusive.",u.USAGE);let c=a[0];return Xd(e.id,{ids:n,allOver:o,scope:c}),e.id!==void 0?Is(e.id,{before:b(e.options,"before"),dryRun:e.options.dryRun===!0||e.options.dry_run===!0,author:b(e.options,"author"),message:b(e.options,"message"),force:e.force},e.global):Zd({ids:n,scope:c,allOver:o,minEntries:s,dryRun:e.options.dryRun===!0||e.options.dry_run===!0,author:b(e.options,"author"),message:b(e.options,"message"),force:e.force},e.global)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c2ef0de1-bc44-5550-862c-f3929334fbef")}catch{}})();function tl(e,t,n){let o;if(typeof e.lines=="string")o=_o(e.lines);else if(e.lineRange!==void 0){if(e.lineRange===null||typeof e.lineRange!="object"||Array.isArray(e.lineRange))throw new RangeError("Source line range must be an object with numeric start and end values.");o=_o(`${String(Reflect.get(e.lineRange,"start"))}:${String(Reflect.get(e.lineRange,"end"))}`)}return{paths:t,scope:e.scope==="project"||e.scope==="global"?e.scope:void 0,limit:n(e.limit,"files lookup limit"),offset:n(e.offset,"files lookup offset"),noTruncate:e.noTruncate===!0,strictRead:e.strictRead===!0,explain:e.explain===!0,lineRange:o,decisionDepth:n(e.decisionDepth,"files lookup decision depth")}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="0e63298a-d2d7-5217-af50-a206348b4cd4")}catch{}})();function nl(e){return{includeEmpty:e.includeEmpty===!0,storage:e.storage===!0,metadataCoverage:e.metadataCoverage===!0,fieldUtilization:e.fieldUtilization===!0,byAssignee:e.byAssignee===!0,byTag:e.byTag===!0,byPriority:e.byPriority===!0,tagPrefix:typeof e.tagPrefix=="string"?e.tagPrefix:void 0,measurements:e.measurements===!0,metric:b(e,"metric"),measurementLimit:typeof e.measurementLimit=="number"?e.measurementLimit:void 0,observe:K(e.observe),direction:typeof e.improvementDirection=="string"?e.improvementDirection:void 0,measurementSource:b(e,"measurementSource"),measurementItem:b(e,"measurementItem"),measurementRevision:b(e,"measurementRevision"),author:b(e,"author"),message:b(e,"message"),provenanceCoverage:e.provenanceCoverage===!0,fleetAttribution:e.fleetAttribution===!0,since:b(e,"since"),eventLimit:typeof e.eventLimit=="number"?e.eventLimit:void 0,minimumSample:typeof e.minimumSample=="number"?e.minimumSample:void 0}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2643d11d-befc-5a87-8bec-760951eec4d0")}catch{}})();var Of=new Set(["true","1","yes","on"]),$f=new Set(["false","0","no","off"]);function Pf(e,t,n=[]){let o=[t,...n];for(let s of o){let r=e[s];if(typeof r=="string"&&r.trim().length>0)return r.trim()}}function Ff(e,t,n=[]){let o=[t,...n];for(let s of o){let r=e[s];if(r!==void 0){if(typeof r=="boolean")return r;if(typeof r=="string"){let i=r.trim().toLowerCase();if(Of.has(i))return!0;if($f.has(i))return!1}}}}function Lf(e,t,n=[]){for(let o of[t,...n]){let s=e[o],i=(typeof s=="string"?s.split(","):Array.isArray(s)?s.flatMap(a=>typeof a=="string"?a.split(","):[]):[]).map(a=>a.trim()).filter(a=>a.length>0);if(i.length>0)return i}return[]}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c2567f6a-cd1c-56b5-a93d-41e92ed574bf")}catch{}})();function z(e){if(typeof e!="string")return;let t=e.trim();return t.length>0?t:void 0}function Mf(e){if(typeof e=="number"&&Number.isFinite(e)&&e>=0)return e;if(typeof e=="string"&&e.trim().length>0){let t=Number(e);if(Number.isFinite(t)&&t>=0)return t}}function Nf(e){if(typeof e=="number"&&Number.isInteger(e)&&e>=0&&e<=4)return e;if(typeof e=="string"&&e.trim().length>0){let t=Number(e);if(Number.isInteger(t)&&t>=0&&t<=4)return t}return 2}function Df(e){if(Array.isArray(e)){let t=e.filter(n=>typeof n=="string").map(n=>n.trim().toLowerCase()).filter(n=>n.length>0);return Array.from(new Set(t)).sort((n,o)=>n.localeCompare(o))}return typeof e=="string"?gt(e):[]}function jf(e){let t=z(e);if(t){let n=_t(t);if(n)return n}return"open"}function xs(e){if(typeof e=="number"&&Number.isInteger(e))return e;if(typeof e!="string"||e.trim().length===0)return;let t=Number(e);return Number.isInteger(t)?t:void 0}function ol(e){if(typeof e=="boolean")return e;if(typeof e=="number")return e===1?!0:e===0?!1:void 0;if(typeof e!="string")return;let t=e.trim().toLowerCase();return t==="true"||t==="1"?!0:t==="false"||t==="0"?!1:void 0}function it(e){if(!Array.isArray(e))return;let t=e.map(n=>z(n)).filter(n=>n!==void 0);return t.length>0?t:void 0}function Es(e){return il(e,z)}function sl(e){return il(e,cl)}function Uf(e,t){if(typeof e=="number"&&Number.isInteger(e)&&e>=0&&e<=100)return e;let n=z(e)?.toLowerCase();if(!n)return;let o=n==="med"?"medium":n;if(t.some(r=>r===o))return o;let s=Number(o);return Number.isInteger(s)&&s>=0&&s<=100?s:void 0}function rl(e,t){let n=z(e)?.toLowerCase();if(!n)return;let o=n==="med"?"medium":n;return t.includes(o)?o:void 0}function Rs(e){return z(e)?.toLowerCase()==="global"?"global":"project"}function Gf(e,t){let n=As(e,t.allowScalar===!0);if(!n)return;let o=n.map(s=>Vf(s,t)).filter(s=>s!==void 0);return o.length>0?o:void 0}function qf(e,t={}){return al(e,t,(n,o)=>({path:n,scope:Rs(o?.scope),note:z(o?.note)}))}function zf(e,t={}){return al(e,t,(n,o)=>({path:n,scope:Rs(o?.scope),note:z(o?.note)}))}function Hf(e,t={}){let n=As(e,t.allowScalar===!0);if(!n)return;let o=n.map(s=>Yf(s,t)).filter(s=>s!==void 0);return o.length>0?o:void 0}function Bf(e,t){return C(e,t)}function Rn(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function As(e,t){return Array.isArray(e)?e:t?[e]:void 0}function xn(e,t){for(let n of t){let o=z(e[n]);if(o)return o}}function il(e,t){if(!Rn(e))return;let n=Object.entries(e).map(([o,s])=>[o.trim(),t(s)]).filter(o=>o[0].length>0&&o[1]!==void 0);return n.length>0?Object.fromEntries(n):void 0}function Vf(e,t){if(typeof e=="string")return Wf(e,t);if(!Rn(e))return;let n=xn(e,t.textKeys??["text"]);if(!n)return;let o=t.createdAtKey??"created_at",s=t.authorKey??"author";return{created_at:(t.toIsoString?t.toIsoString(e[o]):z(e[o]))??t.fallbackCreatedAt,author:z(e[s])??t.fallbackAuthor,text:n}}function Wf(e,t){let n=z(e);return n?{created_at:t.fallbackCreatedAt,author:t.fallbackAuthor,text:n}:void 0}function al(e,t,n){let o=As(e,t.allowScalar===!0);if(!o)return;let s=t.pathKeys??["path"],r=o.map(i=>Kf(i,s,n)).filter(i=>i!==void 0);return r.length>0?r:void 0}function Kf(e,t,n){if(typeof e=="string"){let s=z(e);return s?n(s):void 0}if(!Rn(e))return;let o=xn(e,t);return o?n(o,e):void 0}function Yf(e,t){if(typeof e=="string"){let s=z(e);return s?{command:s,scope:"project"}:void 0}if(!Rn(e))return;let n=xn(e,t.commandKeys??["command"]),o=xn(e,t.pathKeys??["path"]);if(!(!n&&(t.requireCommand===!0||!o)))return{...n?{command:n}:{},...o?{path:o}:{},scope:Rs(e.scope),timeout_seconds:Jf(e.timeout_seconds,t),note:z(e.note),...t.includeExtendedAssertions===!0?Xf(e):{}}}function Jf(e,t){let n=t.integerTimeout===!0?xs(e):cl(e);if(n===void 0)return;let o=t.timeoutMinimum??0;return t.timeoutExclusiveMinimum===!0?n>o?n:void 0:n>=o?n:void 0}function cl(e){if(typeof e=="number"&&Number.isFinite(e))return e;if(typeof e!="string"||e.trim().length===0)return;let t=Number(e);return Number.isFinite(t)?t:void 0}function Xf(e){return{pm_context_mode:rl(e.pm_context_mode,["schema","tracker","auto"]),env_set:Es(e.env_set),env_clear:it(e.env_clear),shared_host_safe:ol(e.shared_host_safe),assert_stdout_contains:it(e.assert_stdout_contains),assert_stdout_regex:it(e.assert_stdout_regex),assert_stderr_contains:it(e.assert_stderr_contains),assert_stderr_regex:it(e.assert_stderr_regex),assert_stdout_min_lines:xs(e.assert_stdout_min_lines),assert_json_field_equals:Es(e.assert_json_field_equals),assert_json_field_gte:sl(e.assert_json_field_gte)}}async function Zf(e){if(!await x(A(e)))throw new p(`Tracker is not initialized at ${e}. Run pm init first.`,u.NOT_FOUND)}function dl(){return{metadata:{},body:""}}async function Qf(e){let{pmRoot:t,id:n,itemPath:o,document:s,author:r,message:i,settings:a,conflictWarningPrefix:c}=e,d=ie(t,n),l=dl();try{let m=await J(t,n,a.locks.ttl_seconds,r,!1,a.governance.force_required_for_stale_lock,a.locks.wait_ms);try{await W(o,pe(s,{format:"toon"}));try{let f=ae({nowIso:S(),author:r,op:"import",before:l,after:s,message:i});return await Ce(d,f),{committed:!0,writeWarnings:[...await M({path:o,scope:"project",op:"import",item_id:s.metadata.id,item_type:s.metadata.type,before:l,after:s,changed_fields:["imported"]}),...await M({path:d,scope:"project",op:"import:history",item_id:s.metadata.id,item_type:s.metadata.type,before:l,after:s,changed_fields:["imported"]})]}}catch(f){throw await lt(o),f}}finally{await m()}}catch(m){if(m instanceof p&&m.exitCode===u.CONFLICT)return{committed:!1,conflictWarning:`${c}:${n}`};throw m}}import{readFile as t_}from"node:fs/promises";import n_ from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="3911e4fb-a9b3-5732-8b45-c484a121dffb")}catch{}})();function e_(e){return e.trim().toLowerCase().replaceAll("_","-")}var Ts=[{id:"quickstart",aliases:["start","getting-started","bootstrap"],title:"Quickstart",summary:"Initialize a tracker and run the shortest safe plan -> execute -> close loop.",intent:"Use this when a human or agent needs to start productive work quickly with minimal context load.",commands:["pm init","pm context --limit 10","pm list-open --limit 20",'pm create --create-mode progressive --title "..." --description "..." --type Task',"pm claim <ID>","pm update <ID> --status in_progress",'pm close <ID> "<reason with evidence>" --validate-close warn'],workflows:[{name:"Start Session Safely",goal:"Bootstrap without mutating unrelated state.",prompt:"You are bootstrapping pm work. Use a token-efficient context snapshot first, then select one open item, claim it, and only then mutate.",commands:["pm context --limit 10","pm list-open --limit 20","pm claim <ID>"]}],docs:[{path:"README.md",purpose:"High-level project and install entrypoint."},{path:"docs/QUICKSTART.md",purpose:"Short setup and first-command walkthrough."},{path:"docs/COMMANDS.md",purpose:"Task-oriented command recipes."}],related:["commands","workflows","release"]},{id:"commands",aliases:["cli","operations","reference"],title:"CLI Command Routing",summary:"Find the right command family quickly and use command-scoped help/contracts output.",intent:"Use this when selecting command paths, flags, and output formats for implementation or automation.",commands:["pm --help","pm <command> --help","pm <command> --help --explain","pm contracts --command <command> --flags-only","pm contracts --command <command> --availability-only --runtime-only","pm completion <bash|zsh|fish>"],workflows:[{name:"Flag Discovery",goal:"Resolve command flags deterministically before mutations.",prompt:"You are preparing to run a command. Use help and contracts surfaces to verify required/optional flags before execution.",commands:["pm <command> --help --explain","pm contracts --command <command> --flags-only"]}],docs:[{path:"docs/COMMANDS.md",purpose:"Command grouping and examples."},{path:"docs/CONFIGURATION.md",purpose:"Project/global settings and policy controls."},{path:"docs/TESTING.md",purpose:"Linked-test orchestration and safety guidance."}],related:["quickstart","workflows","sdk","extensions"]},{id:"workflows",aliases:["developer","maintainer","agent"],title:"Developer and Agent Workflows",summary:"Apply canonical claim -> execute -> verify -> close workflows with append-only evidence.",intent:"Use this for day-to-day coding-agent execution loops and handoff-safe updates.",commands:["pm claim <ID>","pm update <ID> --status in_progress","pm files <ID> --add ...","pm test <ID> --add ...",'pm comments <ID> "..."',"pm validate --check-resolution --check-history-drift","pm release <ID>"],workflows:[{name:"Execution Loop",goal:"Keep code, tests, and tracker evidence synchronized.",prompt:"You are implementing a scoped change. Claim first, link files/tests/docs as you go, append evidence comments, and close only after validation.",commands:["pm claim <ID>","pm update <ID> --status in_progress","pm files <ID> --add path=<file>,scope=project","pm test <ID> --run --progress",'pm close <ID> "<evidence>" --validate-close warn']}],docs:[{path:"AGENTS.md",purpose:"Repository operating rules and required workflow."},{path:"docs/AGENT_GUIDE.md",purpose:"Agent-oriented usage and context strategy."},{path:"docs/TESTING.md",purpose:"Sandbox-safe test execution rules."}],related:["quickstart","commands","skills"]},{id:"sdk",aliases:["api","typescript-sdk"],title:"SDK and Integrations",summary:"Use the published SDK surface for extension authoring and contract-safe integrations.",intent:"Use this when building or reviewing programmatic integrations against @unbrained/pm-cli/sdk.",commands:["pm contracts --schema-only","pm contracts --command extension --flags-only","pm contracts --runtime-only --availability-only"],workflows:[{name:"Integration Contract Check",goal:"Confirm action schemas and runtime availability before coding.",prompt:"You are wiring an integration. Capture schema + runtime availability first, then map your adapter payload fields to contract keys.",commands:["pm contracts --schema-only","pm contracts --availability-only --runtime-only","pm contracts --command <command> --flags-only"]}],docs:[{path:"docs/SDK.md",purpose:"Public SDK exports and extension authoring references."},{path:"docs/ARCHITECTURE.md",purpose:"Core runtime composition and extension load flow."}],related:["extensions","commands"]},{id:"extensions",aliases:["plugins","extension-authoring","packages","package-authoring"],title:"Packages and Extensions",summary:"Install, author, and diagnose packages/extensions with deterministic lifecycle controls.",intent:"Use this for package management, extension capability registration, and runtime diagnostics.",commands:["pm install <target> --project","pm upgrade --dry-run","pm package explore --project","pm package manage --detail summary","pm package doctor --detail deep","pm package activate <target> --project","pm package deactivate <target> --project"],workflows:[{name:"Lifecycle Triage",goal:"Diagnose extension state before forceful lifecycle actions.",prompt:"You are debugging package behavior. Inspect managed state first, then run doctor diagnostics, then apply install/adopt/activate actions.",commands:["pm package explore --project","pm package manage --detail summary","pm package doctor --detail deep","pm upgrade --packages-only --dry-run"]}],docs:[{path:"docs/EXTENSIONS.md",purpose:"Capability model and lifecycle command usage."},{path:"docs/examples/starter-extension/README.md",purpose:"Starter extension scaffold and local development path."},{path:"docs/SDK.md",purpose:"SDK contracts used by extension implementations."}],related:["sdk","commands","skills"]},{id:"skills",aliases:["agent-skills","agentskills"],title:"Agent Skills",summary:"Skill bundles for developer, user, extensions, and sdk workflows aligned to the current CLI.",intent:"Use this when an agent needs reproducible prompts/workflows with strict compatibility metadata.",commands:["pm guide skills --depth deep","pm contracts --command guide --flags-only","pm validate --check-command-references"],workflows:[{name:"Skill Selection",goal:"Pick the narrowest compatible skill first to minimize context usage.",prompt:"Select a pm skill based on the task intent, then execute only the workflow section needed for the current change.",commands:["pm guide skills","pm guide skills --depth deep"]}],docs:[{path:"docs/AGENT_GUIDE.md",purpose:"Agent-first usage and context model."},{path:"docs/README.md",purpose:"Documentation routing with progressive disclosure."},{path:".agents/skills/README.md",purpose:"Agent skills index and routing overview."},{path:".agents/skills/pm-developer/SKILL.md",purpose:"Developer-oriented pm skill workflow."},{path:".agents/skills/pm-user/SKILL.md",purpose:"User/operator pm skill workflow."},{path:".agents/skills/pm-extensions/SKILL.md",purpose:"Extension-focused pm skill workflow."},{path:".agents/skills/pm-sdk/SKILL.md",purpose:"SDK integration pm skill workflow."}],related:["workflows","harnesses","commands"]},{id:"harnesses",aliases:["compatibility","agent-compatibility"],title:"Agent Harness Compatibility",summary:"Cross-harness compatibility guidance for docs routing.",intent:"Use this when adapting pm docs and SDK contracts for an external automation harness.",commands:["pm guide skills","pm guide commands","pm contracts --runtime-only --availability-only"],workflows:[{name:"Harness Mapping",goal:"Route each harness to the same canonical skill/docs sources.",prompt:"Map harness-specific entrypoints to the same pm guide topics and .agents/skills workflows without adding runtime harness-specific code.",commands:["pm guide harnesses --depth standard","pm guide skills --depth deep"]}],docs:[{path:"docs/AGENT_GUIDE.md",purpose:"Agent context and output-mode conventions."},{path:"docs/README.md",purpose:"Single-source documentation routing entrypoint."},{path:".agents/skills/HARNESS_COMPATIBILITY.md",purpose:"Harness compatibility matrix and usage notes."}],related:["skills","workflows"]},{id:"release",aliases:["gates","ship","release-readiness"],title:"Release and Staleness Gates",summary:"Run release gates and docs/skills freshness checks before publishing.",intent:"Use this when validating release readiness and preventing docs/skills drift.",commands:["pnpm build","pnpm test:coverage","pnpm quality:static","node scripts/release/run-gates.mjs --telemetry-mode best-effort","pnpm security:scan"],workflows:[{name:"Pre-Release Gate Sweep",goal:"Ensure code, docs, and skills are all green before publish.",prompt:"Run release gates in deterministic order and treat docs/skills freshness failures as release blockers.",commands:["pnpm build","pnpm test:coverage","node scripts/release/run-gates.mjs --telemetry-mode best-effort"]}],docs:[{path:"docs/RELEASING.md",purpose:"Release flow and safety checks."},{path:"CHANGELOG.md",purpose:"Versioned release history and unreleased notes."},{path:"scripts/release/run-gates.mjs",purpose:"Source of truth for release gate ordering."}],related:["commands","skills","workflows"]}],Cs=new Map;for(let e of Ts){Cs.set(e.id,e);for(let t of e.aliases)Cs.set(t,e)}function ll(){return Ts.map(e=>({...e,aliases:[...e.aliases],commands:[...e.commands],workflows:e.workflows.map(t=>({...t,commands:[...t.commands]})),docs:e.docs.map(t=>({...t})),related:[...e.related]}))}function An(){return Ts.map(e=>e.id)}function ml(e){if(!e)return null;let t=e_(e);return t?Cs.get(t)??null:null}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="27be0fa5-1c6a-53de-a0e8-179aab7c795a")}catch{}})();var o_=["markdown","toon","json"],s_=["brief","standard","deep"];function r_(e){if(!e)return;let t=e.trim().toLowerCase();if(!o_.includes(t))throw new p("Guide format must be one of markdown|toon|json",u.USAGE);return t}function i_(e,t){let n=r_(e.format);if(t.json&&n&&n!=="json")throw new p("Cannot combine --json with --format markdown|toon",u.USAGE);return t.json?"json":n??"toon"}function a_(e){if(!e)return"brief";let t=e.trim().toLowerCase();if(!s_.includes(t))throw new p("Guide depth must be one of brief|standard|deep",u.USAGE);return t}function c_(){return Ks(process.env,"PM_CLI_PACKAGE_ROOT",import.meta.url,["..","..",".."])}function pl(e){return e.replaceAll(`\r
|
|
61
|
+
`}},dv={normalizeTemplateName:Sn,extractTemplateOptions:Nd,parseStoredTemplateDocument:ks,builtinTemplateDocument:Dd,readStoredTemplateDocument:Ud};function Sn(e){let t=e.trim();if(!Ld.test(t))throw new p(`Invalid template name "${e}". Expected 1-64 characters matching [A-Za-z0-9][A-Za-z0-9._-]*.`,u.USAGE);return t}function bs(e){return Fd.join(e,ef)}function In(e,t){return Fd.join(bs(e),`${t}${ys}`)}async function ws(e){if(!await x(A(e)))throw new p(`Tracker is not initialized at ${e}. Run pm init first.`,u.NOT_FOUND)}function vs(e){return Object.fromEntries(Object.entries(e).sort(([t],[n])=>t.localeCompare(n)))}function Nd(e){let t={};for(let[n,o]of Object.entries(e))if(o!==void 0){if(nf.has(n)){if(typeof o=="string"){t[n]=[o];continue}if(!Array.isArray(o))continue;let s=o.filter(r=>typeof r=="string");s.length>0&&(t[n]=s);continue}if(typeof o=="string"){t[n]=o;continue}Array.isArray(o)&&o.every(s=>typeof s=="string")&&(t[n]=[...o])}return vs(t)}function of(e,t){if(typeof e!="object"||e===null||Array.isArray(e))throw new p(`Template "${t}" has invalid options payload.`,u.GENERIC_FAILURE);let n=e,o={};for(let[s,r]of Object.entries(n)){let i=s.trim();if(i.length===0)throw new p(`Template "${t}" contains an empty option key.`,u.GENERIC_FAILURE);if(typeof r=="string"){o[i]=r;continue}if(Array.isArray(r)&&r.every(a=>typeof a=="string")){o[i]=[...r];continue}throw new p(`Template "${t}" contains invalid value for option "${i}".`,u.GENERIC_FAILURE)}return vs(o)}function ks(e,t){let n;try{n=JSON.parse(e)}catch{throw new p(`Template "${t}" contains invalid JSON.`,u.GENERIC_FAILURE)}if(typeof n!="object"||n===null||Array.isArray(n))throw new p(`Template "${t}" has invalid document shape.`,u.GENERIC_FAILURE);let o=n,s=of(o.options,t),r=S();return{name:typeof o.name=="string"&&o.name.trim().length>0?o.name.trim():t,created_at:typeof o.created_at=="string"?o.created_at:r,updated_at:typeof o.updated_at=="string"?o.updated_at:r,options:s}}function Dd(e){let t=Md[e];return t?{name:e,created_at:$d,updated_at:$d,options:vs({...t})}:null}async function jd(e,t){let n=await G(In(e,t));if(n!==null)return{document:ks(n,t),source:"user"};let o=Dd(t);if(o)return{document:o,source:"builtin"};throw new p(`Template "${t}" not found`,u.NOT_FOUND)}async function Ud(e,t){let n=await G(In(e,t));if(n===null)throw new p(`Template "${t}" not found`,u.NOT_FOUND);return ks(n,t)}async function sf(e,t){let n=Sn(t),{document:o}=await jd(e,n);return o.options}async function Ss(e,t,n){let o=E(process.cwd(),n.path);await ws(o);let s=Sn(e),r=Nd(t);if(Object.keys(r).length===0)throw new p("templates save requires at least one create option flag",u.USAGE);let i=S(),a=In(o,s),c=i;await x(a)&&(c=(await Ud(o,s)).created_at);let d={name:s,created_at:c,updated_at:i,options:r},l=await R(o);return await Pd.mkdir(bs(o),{recursive:!0}),await Je({pmRoot:o,filePath:a,raw:`${JSON.stringify(d,null,2)}
|
|
62
|
+
`,op:"templates:save",author:C(void 0,l.author_default),lockTtlSeconds:l.locks.ttl_seconds,lockWaitMs:l.locks.wait_ms}),{name:d.name,created_at:d.created_at,updated_at:d.updated_at,path:a,options:d.options}}async function rf(e){let t=bs(e);return await x(t)?(await Pd.readdir(t)).filter(o=>o.toLowerCase().endsWith(ys)).map(o=>o.slice(0,-ys.length)).filter(o=>Ld.test(o)):[]}async function af(e){let t=E(process.cwd(),e.path);await ws(t);let n=await rf(t),o=new Set(n),s=Object.keys(Md).filter(c=>!o.has(c)),r=[...n].sort((c,d)=>c.localeCompare(d)),i=[...s].sort((c,d)=>c.localeCompare(d)),a=[...new Set([...r,...i])].sort((c,d)=>c.localeCompare(d));return{templates:a,count:a.length,builtin_templates:i,user_templates:r}}async function cf(e,t){let n=E(process.cwd(),t.path);await ws(n);let o=Sn(e),{document:s,source:r}=await jd(n,o);return{name:s.name,source:r,created_at:s.created_at,updated_at:s.updated_at,path:r==="builtin"?`builtin:${o}`:In(n,o),options:s.options}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="a1e34cfb-3d4e-5b79-8585-3162e71e574c")}catch{}})();var Hd=["list","show","apply","lint"],lf="schema-types",mf="schema-statuses",pf="schema-fields";function En(){let e=O();return e===null?[]:e.profiles.map(t=>({name:t.name,profile:t.profile}))}function Bd(){let{profiles:e,warnings:t}=fs(En());return{action:"list",profiles:e.map(n=>({name:n.definition.name,title:n.definition.title,summary:n.definition.summary,source:n.source,...n.package!==void 0?{package:n.package}:{},composition:hs(n.definition)})),warnings:t,generated_at:S()}}function Vd(e){let t;try{t=kn(e,En())}catch(o){throw new p(o instanceof Error?o.message:String(o),u.USAGE)}let{resolved:n}=t;return{action:"show",...xd(n.definition),source:n.source,...n.package!==void 0?{package:n.package}:{},warnings:t.warnings,generated_at:S()}}function Wd(e){let t;try{t=kn(e,En())}catch(s){throw new p(s instanceof Error?s.message:String(s),u.USAGE)}let{resolved:n}=t,o=Ad(n.definition);return{action:"lint",name:n.definition.name,title:n.definition.title,source:n.source,...n.package!==void 0?{package:n.package}:{},ok:o.ok,error_count:o.errorCount,warning_count:o.warningCount,findings:o.findings,warnings:t.warnings,generated_at:S()}}function uf(e,t){return df.join(e,"templates",`${t}.json`)}async function ff(e,t){let n=await G(uf(e,t));if(n!==null)try{let o=JSON.parse(n);if(o!==null&&typeof o=="object"&&!Array.isArray(o)){let s=o.options;if(s!==null&&typeof s=="object"&&!Array.isArray(s))return s}}catch{}}async function Gd(e,t,n,o){let s=new Map;for(let r of o.templates){let i=await ff(e,r.name);i!==void 0&&s.set(r.name,i)}return{typesRaw:await G(Re(e,t.files.types,xe.types)),statusesRaw:await G(Re(e,t.files.statuses,xe.statuses)),fieldsRaw:await G(Re(e,t.files.fields,xe.fields)),workflows:n.schema.type_workflows??[],settings:n,templates:s,installedPackages:new Set}}function rt(e){let t=[],n=[],o=[];for(let s of e)(s.status==="add"?t:s.status==="update"?n:o).push(s.key);return{added:t,updated:n,unchanged:o}}function qd(e,t,n,o,s){return{action:"apply",name:e.name,title:e.title,applied:n,dry_run:o,changed:t.changed,types:rt(t.types.changes),statuses:rt(t.statuses.changes),fields:rt(t.fields.changes),workflows:rt(t.workflows.changes.map(r=>({key:r.type,status:r.status}))),config:rt(t.config.changes),templates:rt(t.templates.changes.map(r=>({key:r.name,status:r.status}))),packages:t.packages,warnings:[...new Set(s)].sort((r,i)=>r.localeCompare(i)),generated_at:S()}}async function _f(e){if(!await x(A(e)))throw new p(`Tracker is not initialized at ${e}. Run pm init first.`,u.NOT_FOUND)}function hf(e){try{let t=kn(e,En());return{profile:t.resolved.definition,warnings:t.warnings}}catch(t){throw new p(t instanceof Error?t.message:String(t),u.USAGE)}}async function Kd(e,t,n){let o=E(process.cwd(),n.path);await _f(o);let s=hf(e),r=s.profile,i=s.warnings,a=t.dryRun===!0,c=await R(o),d=mr(c.schema);if(a){let g=await Gd(o,d,c,r),k=zd(r,g);return qd(r,k,!1,!0,[...i])}let l=C(t.author,c.author_default),m=Hr(c),f=!!t.force,_=[...i],h=[],w=async g=>{h.push(await J(o,g,c.locks.ttl_seconds,l,f,m.force_required_for_stale_lock,c.locks.wait_ms))},y;try{await w(lf),await w(mf),await w(pf);let g=await Gd(o,d,c,r);if(y=zd(r,g),y.types.changed){let k=Re(o,d.files.types,xe.types);await Je({pmRoot:o,filePath:k,raw:Ht(y.types.file),op:"profile:apply-types",author:l,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms});let I=new Set(r.types.map($=>_e($).name)),F=y.types.file.definitions.filter($=>I.has($.name));await ba(o,F,_,"profile:apply-type-folder"),_.push(...await M({path:k,scope:"project",op:"profile:apply-types"}))}if(y.statuses.changed){let k=Re(o,d.files.statuses,xe.statuses);await Je({pmRoot:o,filePath:k,raw:on(y.statuses.file),op:"profile:apply-statuses",author:l,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),_.push(...await M({path:k,scope:"project",op:"profile:apply-statuses"}))}if(y.fields.changed){let k=Re(o,d.files.fields,xe.fields);await Je({pmRoot:o,filePath:k,raw:sn(y.fields.file),op:"profile:apply-fields",author:l,lockTtlSeconds:c.locks.ttl_seconds,lockWaitMs:c.locks.wait_ms}),_.push(...await M({path:k,scope:"project",op:"profile:apply-fields"}))}if(y.config.changed||y.workflows.changed){for(let k of y.config.changes){if(k.status==="unchanged")continue;let I=et(k.key);I!==void 0&&tc(c,I,k.value)}c.schema.type_workflows=y.workflows.result,await Br(o,c,"profile:apply-config")}for(let k of y.templates.changes)k.status!=="unchanged"&&await Ss(k.name,{...k.options},n)}finally{for(let g of h.reverse())try{await g()}catch{}}return qd(r,y,y.changed,!1,_)}function zd(e,t){try{return Od(e,t)}catch(n){throw new p(n instanceof Error?n.message:String(n),u.USAGE)}}function gf(e,t){let n=[];if(t.added.length>0&&n.push(`+${t.added.join(", ")}`),t.updated.length>0&&n.push(`~${t.updated.join(", ")}`),n.length!==0)return` ${e}: ${n.join(" ")}`}function Pv(e){let t=["Project profiles:"];for(let n of e.profiles){let o=n.source==="extension"?` [${n.package??"extension"}]`:"";t.push(` ${n.name} \u2014 ${n.title}: ${n.summary}${o}`)}for(let n of e.warnings)t.push(` warning: ${n}`);return t.join(`
|
|
63
|
+
`)}function Fv(e){let t=e.source==="extension"?` [${e.package??"extension"}]`:"",n=[`${e.name} \u2014 ${e.title}${t}`,e.summary,""];n.push(`types: ${e.types.join(", ")||"(none)"}`),n.push(`statuses: ${e.statuses.join(", ")||"(none)"}`),n.push(`fields: ${e.fields.join(", ")||"(none)"}`),n.push(`workflows: ${e.workflows.join(", ")||"(none)"}`),n.push(`config: ${e.config.join(", ")||"(none)"}`),n.push(`templates: ${e.templates.join(", ")||"(none)"}`),n.push(`packages: ${e.packages.map(o=>o.spec).join(", ")||"(none)"}`);for(let o of e.warnings)n.push(`warning: ${o}`);return n.join(`
|
|
64
|
+
`)}function Lv(e){let t=e.source==="extension"?` [${e.package??"extension"}]`:"",n=e.warning_count+e.warnings.length,s=[e.ok?`Profile ${e.name}${t}: ok (${n} warning${n===1?"":"s"})`:`Profile ${e.name}${t}: ${e.error_count} error${e.error_count===1?"":"s"}, ${n} warning${n===1?"":"s"}`];for(let r of e.findings){let i=r.target!==void 0?` (${r.target})`:"";s.push(` ${r.severity} [${r.code}] ${r.dimension}${i}: ${r.message}`)}for(let r of e.warnings)s.push(` warning: ${r}`);return s.join(`
|
|
65
|
+
`)}function Mv(e){let t=e.dry_run?"dry-run":e.applied?"applied":"no changes",n=[`Profile ${e.name} (${t})`];if(!e.changed)n.push(" already up to date");else for(let[s,r]of[["types",e.types],["statuses",e.statuses],["fields",e.fields],["workflows",e.workflows],["config",e.config],["templates",e.templates]]){let i=gf(s,r);i!==void 0&&n.push(i)}let o=e.packages.filter(s=>s.status==="recommended");o.length>0&&n.push(` recommended packages: ${o.map(s=>s.spec).join(", ")}`);for(let s of e.warnings)n.push(` warning: ${s}`);return n.join(`
|
|
66
|
+
`)}import Jd from"node:fs/promises";import Xd from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7e0f84f6-9528-55c5-8976-6f85cd920486")}catch{}})();function yf(e,t,n){let o=new Set,s=[];for(let r of e){let i=r.trim();if(i.length===0||o.has(i))continue;o.add(i);let a=t.get(i);if(a===void 0){s.push({id:i,entries:0,selected:!1,skip_reason:"no_stream"});continue}if(a.entries<=n){s.push({id:i,entries:a.entries,selected:!1,skip_reason:"already_compact"});continue}s.push({id:i,entries:a.entries,selected:!0,skip_reason:null})}return s}function bf(e,t){let n=[...e].sort((s,r)=>r.entries-s.entries||s.id.localeCompare(r.id)),o=[];for(let s of n){if(t.scope==="closed"&&s.bucket!=="closed"){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"scope_mismatch"});continue}if(s.entries<=t.minEntries){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"already_compact"});continue}if(t.allOver!==void 0&&s.entries<=t.allOver){o.push({id:s.id,entries:s.entries,selected:!1,skip_reason:"below_threshold"});continue}o.push({id:s.id,entries:s.entries,selected:!0,skip_reason:null})}return o}function Yd(e,t){if(t.ids!==void 0&&t.ids.length>0){let n=new Map(e.map(o=>[o.id,o]));return yf(t.ids,n,t.minEntries)}return bf(e,t)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c6609492-75a9-5111-b9b3-1b81908f3084")}catch{}})();function wf(e,t){if(e===void 0)return{kind:"default",raw:null,compactCount:t.length,retainedCount:0};let n=e.trim();if(n.length===0)throw new p("history-compact --before requires a non-empty value.",u.USAGE);if(/^\d+$/.test(n)){let r=Number.parseInt(n,10);if(!Number.isSafeInteger(r)||r<1||r>t.length+1)throw new p(`history-compact --before version must be between 1 and ${t.length+1}.`,u.USAGE);let i=Math.max(0,Math.min(t.length,r-1));return{kind:"version",raw:n,compactCount:i,retainedCount:t.length-i}}let o=Date.parse(n);if(!Number.isFinite(o))throw new p(`Invalid history-compact --before value "${e}". Use a version number or ISO timestamp.`,u.USAGE);let s=0;for(let[r,i]of t.entries()){let a=Date.parse(i.ts);if(!Number.isFinite(a))throw new p(`History for this item contains invalid timestamp at entry ${r+1}.`,u.GENERIC_FAILURE);if(a>=o)break;s+=1}return{kind:"timestamp",raw:n,compactCount:s,retainedCount:t.length-s}}function vf(e,t){let n=Ut(),o=Ut();for(let s=0;s<e.length;s+=1){let r=e[s];if(te(n)!==r.before_hash)throw new p(`history-compact detected before-hash drift at entry ${s+1}; run pm history-repair first.`,u.CONFLICT);if(n=Xt(n,r.patch,s+1,r.op),te(n)!==r.after_hash)throw new p(`history-compact detected after-hash drift at entry ${s+1}; run pm history-repair first.`,u.CONFLICT);s+1===t&&(o=structuredClone(n))}return{checkpoint:o,finalReplay:n}}function kf(e,t,n){let o=structuredClone(t),s=[];for(let[r,i]of e.entries()){let a=te(o);o=Xt(o,i.patch,n+r+1,i.op),s.push({...i,before_hash:a,after_hash:te(o)})}return{entries:s,finalReplay:o}}async function Sf(e,t,n){let o=e.located?await H(e.located,{schema:t.schema}):null;return o?{loadedItem:o,currentItemRawBeforeLock:o.raw,matchedChainBefore:te(Oe(o.document))===n[n.length-1]?.after_hash}:{loadedItem:null,currentItemRawBeforeLock:null,matchedChainBefore:null}}function If(e,t){return typeof e.message=="string"&&e.message.trim().length>0?e.message:t.raw===null?`history-compact compacted full stream (${t.compactCount} entr${t.compactCount===1?"y":"ies"}).`:`history-compact compacted ${t.compactCount} entr${t.compactCount===1?"y":"ies"} before ${t.raw}.`}function Ef(e){return e.raw===null?`history-compact baseline snapshot after compacting ${e.compactCount} entr${e.compactCount===1?"y":"ies"}.`:`history-compact baseline snapshot before ${e.raw}.`}function xf(e){if(!e.changed)return{rewrittenEntries:e.historyEntries,baselineEntryAdded:!1,auditEntryAdded:!1};let{checkpoint:t,finalReplay:n}=vf(e.historyEntries,e.boundary.compactCount),o=e.historyEntries.slice(e.boundary.compactCount),s=kf(o,t,e.boundary.compactCount),i=[ae({nowIso:S(),author:e.author,op:"history_compact_baseline",before:Te(Ut()),after:Te(t),message:Ef(e.boundary)}),...s.entries];return e.dryRun||i.push(ae({nowIso:S(),author:e.author,op:"history_compact",before:Te(n),after:Te(n),message:If(e.options,e.boundary)})),{rewrittenEntries:i,baselineEntryAdded:!0,auditEntryAdded:!e.dryRun}}async function Rf(e){return Qt({pmRoot:e.pmRoot,subject:e.subject,settings:e.settings,typeRegistry:e.typeRegistry,historyRawBeforeLock:e.historyRawBeforeLock,currentItemRawBeforeLock:e.currentItemRawBeforeLock,operation:"history-compact",author:e.author,force:e.force,itemDocument:e.loadedItem?.document??null,applyRewrite:async({historyRawUnderLock:t})=>Zt({historyPath:e.historyPath,nextHistoryRaw:fe(e.rewrittenEntries),historyRawUnderLock:t}),applyPostRewrite:async()=>M({path:e.historyPath,scope:"project",op:"history_compact:history"})})}async function Is(e,t,n){let o=E(process.cwd(),n.path);if(!await x(A(o)))throw new p(`Tracker is not initialized at ${o}. Run pm init first.`,u.NOT_FOUND);let s=await R(o),r=P(s,O()),i=await en(o,e,s,r.type_to_folder),a=i.historyPath,c=await G(a);if(c===null)throw new p(`No history stream exists for ${i.id}.`,u.NOT_FOUND);let d=await We(a,i.id);if(d.length===0)throw new p(`No history entries exist for ${i.id}; nothing to compact.`,u.USAGE);let l=Ye(d);if(!l.ok)throw new p(`history-compact requires a valid history chain (${l.errors.join(", ")}). Run pm history-repair ${i.id} first.`,u.CONFLICT);let m=wf(t.before,d),f=m.compactCount>0,_=!!t.dryRun,h=C(t.author,s.author_default),w=[];f||w.push("history_compact_noop_before_boundary");let y=await Sf(i,s,d);y.matchedChainBefore===!1&&w.push("history_compact_item_chain_mismatch");let{rewrittenEntries:g,baselineEntryAdded:k,auditEntryAdded:I}=xf({historyEntries:d,boundary:m,changed:f,dryRun:_,author:h,options:t}),F=Ye(g);if(!F.ok)throw new p(`history-compact produced an invalid rewritten chain (${F.errors.join(", ")}).`,u.GENERIC_FAILURE);f&&!_&&w.push(...await Rf({pmRoot:o,subject:i,settings:s,typeRegistry:r,historyRawBeforeLock:c,currentItemRawBeforeLock:y.currentItemRawBeforeLock,author:h,force:t.force,loadedItem:y.loadedItem,historyPath:a,rewrittenEntries:g}));let $=m.retainedCount>0?m.compactCount+1:null;return{id:i.id,dry_run:_,changed:f,compact_boundary:{kind:m.kind,before:m.raw,entries_compacted:m.compactCount,entries_retained:m.retainedCount,first_retained_entry:$},history:{path:a,entries_scanned:d.length,entries_after:g.length,baseline_entry_added:k,audit_entry_added:I,verify_ok:F.ok,verify_errors:F.errors},item:{exists:i.located!==null,path:i.located?.itemPath??null,matched_chain_before:y.matchedChainBefore},warnings:[...new Set(w)].sort((B,j)=>B.localeCompare(j)),generated_at:S()}}var Af=3;function Zd(e,t){let n=t.ids!==void 0&&t.ids.length>0,o=t.allOver!==void 0||t.scope!==void 0;if((e!==void 0?1:0)+(n?1:0)+(o?1:0)===0)throw new p("history-compact: provide an item <id>, or a bulk selector (--ids, --all-over <N>, --closed, or --all-streams).",u.USAGE);if(e!==void 0&&(n||o))throw new p("history-compact: <id> and bulk selectors (--ids/--all-over/--closed/--all-streams) are mutually exclusive; pass one item id, or use bulk mode without a positional id.",u.USAGE);if(n&&o)throw new p("history-compact: --ids is mutually exclusive with --all-over/--closed/--all-streams; pass an explicit id list or a scan selector, not both.",u.USAGE)}function Cf(e){let t=0;for(let n of e.split(/\r?\n/))n.trim().length>0&&(t+=1);return t}async function Tf(e){let t=q(e.settings.schema),n=za(t),o=await $e(e.pmRoot,e.settings.item_format,e.typeToFolder,void 0,e.settings.schema),s=new Map(o.map(d=>[d.id,n.classify(d.status)])),r=Xd.join(e.pmRoot,"history"),i=[],a=[];if(!await x(r))return{candidates:i,preselectionErrors:a};let c=(await Jd.readdir(r)).filter(d=>d.endsWith(".jsonl")).sort((d,l)=>d.localeCompare(l));for(let d of c){let l=Xd.join(r,d),m=d.slice(0,-6);try{let f=await Jd.readFile(l,"utf8");await Xn({path:l,scope:"project"}),i.push({id:m,entries:Cf(f),bucket:s.get(m)??null})}catch(f){a.push({id:m,outcome:"errored",entries_before:0,entries_after:null,skip_reason:null,changed:!1,error:f instanceof Error?f.message:String(f)})}}return{candidates:i,preselectionErrors:a}}async function Of(e){if(!e.row.selected)return{selected:!1,compacted:!1,errored:!1,result:{id:e.row.id,outcome:"skipped",entries_before:e.row.entries,entries_after:null,skip_reason:e.row.skip_reason,changed:!1,error:null}};try{let t=await Is(e.row.id,{dryRun:e.dryRun,author:e.options.author,message:e.options.message,force:e.options.force},e.global);return{selected:!0,compacted:!0,errored:!1,result:{id:e.row.id,outcome:"compacted",entries_before:e.row.entries,entries_after:t.history.entries_after,skip_reason:null,changed:t.changed,error:null}}}catch(t){return{selected:!0,compacted:!1,errored:!0,result:{id:e.row.id,outcome:"errored",entries_before:e.row.entries,entries_after:null,skip_reason:null,changed:!1,error:t instanceof Error?t.message:String(t)}}}}async function Qd(e,t){let n=E(process.cwd(),t.path);if(!await x(A(n)))throw new p(`Tracker is not initialized at ${n}. Run pm init first.`,u.NOT_FOUND);let o=await R(n),s=P(o,O()),{candidates:r,preselectionErrors:i}=await Tf({pmRoot:n,settings:o,typeToFolder:s.type_to_folder}),a=e.ids!==void 0&&e.ids.length>0?"ids":"scan",c=e.minEntries??Af,d=o.history.compact_policy,l=a==="scan"&&e.allOver===void 0&&d.enabled,m=e.allOver??(l?d.max_entries:void 0),f=Yd(r,{ids:e.ids,scope:e.scope,minEntries:c,allOver:m}),_=!!e.dryRun,h=[...i],w={streams_considered:r.length+i.length,selected:0,items_compacted:0,items_skipped:0,items_errored:i.length};for(let y of f){let g=await Of({row:y,options:e,dryRun:_,global:t});if(h.push(g.result),!g.selected){w.items_skipped+=1;continue}w.selected+=1,g.compacted&&(w.items_compacted+=1),g.errored&&(w.items_errored+=1)}return{bulk:!0,dry_run:_,mode:a,scope:e.scope??null,criteria:{min_entries:c,all_over:m??null,policy_threshold_applied:l},totals:w,results:h,generated_at:S()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f762b5e6-8224-531f-9dd1-f71dc18c3ddf")}catch{}})();function el(e){let t=e.options.all===!0,n=e.id??b(e.options,"id");return bd(n,t),t?wn(e.options,e.global):xt(n,e.options,e.global)}function tl(e){let t=e.options.ids,n=Array.isArray(t)?t.map(String).filter(d=>d.trim().length>0):typeof t=="string"?t.split(",").map(d=>d.trim()).filter(Boolean):void 0,o=oe(e.options.allOver??e.options.all_over,"history-compact allOver"),s=oe(e.options.minEntries??e.options.min_entries,"history-compact minEntries"),r=b(e.options,"scope"),i=[];e.options.closed===!0&&i.push("closed"),(e.options.allStreams===!0||e.options.all_streams===!0)&&i.push("all-streams"),(r==="closed"||r==="all-streams")&&i.push(r);let a=[...new Set(i)];if(a.length>1)throw new p("history-compact: closed and all-streams scopes are mutually exclusive.",u.USAGE);let c=a[0];return Zd(e.id,{ids:n,allOver:o,scope:c}),e.id!==void 0?Is(e.id,{before:b(e.options,"before"),dryRun:e.options.dryRun===!0||e.options.dry_run===!0,author:b(e.options,"author"),message:b(e.options,"message"),force:e.force},e.global):Qd({ids:n,scope:c,allOver:o,minEntries:s,dryRun:e.options.dryRun===!0||e.options.dry_run===!0,author:b(e.options,"author"),message:b(e.options,"message"),force:e.force},e.global)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c2ef0de1-bc44-5550-862c-f3929334fbef")}catch{}})();function nl(e,t,n){let o;if(typeof e.lines=="string")o=_o(e.lines);else if(e.lineRange!==void 0){if(e.lineRange===null||typeof e.lineRange!="object"||Array.isArray(e.lineRange))throw new RangeError("Source line range must be an object with numeric start and end values.");o=_o(`${String(Reflect.get(e.lineRange,"start"))}:${String(Reflect.get(e.lineRange,"end"))}`)}return{paths:t,scope:e.scope==="project"||e.scope==="global"?e.scope:void 0,limit:n(e.limit,"files lookup limit"),offset:n(e.offset,"files lookup offset"),noTruncate:e.noTruncate===!0,strictRead:e.strictRead===!0,explain:e.explain===!0,lineRange:o,decisionDepth:n(e.decisionDepth,"files lookup decision depth")}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="0e63298a-d2d7-5217-af50-a206348b4cd4")}catch{}})();function ol(e){return{includeEmpty:e.includeEmpty===!0,storage:e.storage===!0,metadataCoverage:e.metadataCoverage===!0,fieldUtilization:e.fieldUtilization===!0,byAssignee:e.byAssignee===!0,byTag:e.byTag===!0,byPriority:e.byPriority===!0,tagPrefix:typeof e.tagPrefix=="string"?e.tagPrefix:void 0,measurements:e.measurements===!0,metric:b(e,"metric"),measurementLimit:typeof e.measurementLimit=="number"?e.measurementLimit:void 0,observe:K(e.observe),direction:typeof e.improvementDirection=="string"?e.improvementDirection:void 0,measurementSource:b(e,"measurementSource"),measurementItem:b(e,"measurementItem"),measurementRevision:b(e,"measurementRevision"),author:b(e,"author"),message:b(e,"message"),provenanceCoverage:e.provenanceCoverage===!0,fleetAttribution:e.fleetAttribution===!0,since:b(e,"since"),eventLimit:typeof e.eventLimit=="number"?e.eventLimit:void 0,minimumSample:typeof e.minimumSample=="number"?e.minimumSample:void 0}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2643d11d-befc-5a87-8bec-760951eec4d0")}catch{}})();var $f=new Set(["true","1","yes","on"]),Pf=new Set(["false","0","no","off"]);function Ff(e,t,n=[]){let o=[t,...n];for(let s of o){let r=e[s];if(typeof r=="string"&&r.trim().length>0)return r.trim()}}function Lf(e,t,n=[]){let o=[t,...n];for(let s of o){let r=e[s];if(r!==void 0){if(typeof r=="boolean")return r;if(typeof r=="string"){let i=r.trim().toLowerCase();if($f.has(i))return!0;if(Pf.has(i))return!1}}}}function Mf(e,t,n=[]){for(let o of[t,...n]){let s=e[o],i=(typeof s=="string"?s.split(","):Array.isArray(s)?s.flatMap(a=>typeof a=="string"?a.split(","):[]):[]).map(a=>a.trim()).filter(a=>a.length>0);if(i.length>0)return i}return[]}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c2567f6a-cd1c-56b5-a93d-41e92ed574bf")}catch{}})();function z(e){if(typeof e!="string")return;let t=e.trim();return t.length>0?t:void 0}function Nf(e){if(typeof e=="number"&&Number.isFinite(e)&&e>=0)return e;if(typeof e=="string"&&e.trim().length>0){let t=Number(e);if(Number.isFinite(t)&&t>=0)return t}}function Df(e){if(typeof e=="number"&&Number.isInteger(e)&&e>=0&&e<=4)return e;if(typeof e=="string"&&e.trim().length>0){let t=Number(e);if(Number.isInteger(t)&&t>=0&&t<=4)return t}return 2}function jf(e){if(Array.isArray(e)){let t=e.filter(n=>typeof n=="string").map(n=>n.trim().toLowerCase()).filter(n=>n.length>0);return Array.from(new Set(t)).sort((n,o)=>n.localeCompare(o))}return typeof e=="string"?gt(e):[]}function Uf(e){let t=z(e);if(t){let n=_t(t);if(n)return n}return"open"}function xs(e){if(typeof e=="number"&&Number.isInteger(e))return e;if(typeof e!="string"||e.trim().length===0)return;let t=Number(e);return Number.isInteger(t)?t:void 0}function sl(e){if(typeof e=="boolean")return e;if(typeof e=="number")return e===1?!0:e===0?!1:void 0;if(typeof e!="string")return;let t=e.trim().toLowerCase();return t==="true"||t==="1"?!0:t==="false"||t==="0"?!1:void 0}function it(e){if(!Array.isArray(e))return;let t=e.map(n=>z(n)).filter(n=>n!==void 0);return t.length>0?t:void 0}function Es(e){return al(e,z)}function rl(e){return al(e,dl)}function Gf(e,t){if(typeof e=="number"&&Number.isInteger(e)&&e>=0&&e<=100)return e;let n=z(e)?.toLowerCase();if(!n)return;let o=n==="med"?"medium":n;if(t.some(r=>r===o))return o;let s=Number(o);return Number.isInteger(s)&&s>=0&&s<=100?s:void 0}function il(e,t){let n=z(e)?.toLowerCase();if(!n)return;let o=n==="med"?"medium":n;return t.includes(o)?o:void 0}function Rs(e){return z(e)?.toLowerCase()==="global"?"global":"project"}function qf(e,t){let n=As(e,t.allowScalar===!0);if(!n)return;let o=n.map(s=>Wf(s,t)).filter(s=>s!==void 0);return o.length>0?o:void 0}function zf(e,t={}){return cl(e,t,(n,o)=>({path:n,scope:Rs(o?.scope),note:z(o?.note)}))}function Hf(e,t={}){return cl(e,t,(n,o)=>({path:n,scope:Rs(o?.scope),note:z(o?.note)}))}function Bf(e,t={}){let n=As(e,t.allowScalar===!0);if(!n)return;let o=n.map(s=>Jf(s,t)).filter(s=>s!==void 0);return o.length>0?o:void 0}function Vf(e,t){return C(e,t)}function Rn(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function As(e,t){return Array.isArray(e)?e:t?[e]:void 0}function xn(e,t){for(let n of t){let o=z(e[n]);if(o)return o}}function al(e,t){if(!Rn(e))return;let n=Object.entries(e).map(([o,s])=>[o.trim(),t(s)]).filter(o=>o[0].length>0&&o[1]!==void 0);return n.length>0?Object.fromEntries(n):void 0}function Wf(e,t){if(typeof e=="string")return Kf(e,t);if(!Rn(e))return;let n=xn(e,t.textKeys??["text"]);if(!n)return;let o=t.createdAtKey??"created_at",s=t.authorKey??"author";return{created_at:(t.toIsoString?t.toIsoString(e[o]):z(e[o]))??t.fallbackCreatedAt,author:z(e[s])??t.fallbackAuthor,text:n}}function Kf(e,t){let n=z(e);return n?{created_at:t.fallbackCreatedAt,author:t.fallbackAuthor,text:n}:void 0}function cl(e,t,n){let o=As(e,t.allowScalar===!0);if(!o)return;let s=t.pathKeys??["path"],r=o.map(i=>Yf(i,s,n)).filter(i=>i!==void 0);return r.length>0?r:void 0}function Yf(e,t,n){if(typeof e=="string"){let s=z(e);return s?n(s):void 0}if(!Rn(e))return;let o=xn(e,t);return o?n(o,e):void 0}function Jf(e,t){if(typeof e=="string"){let s=z(e);return s?{command:s,scope:"project"}:void 0}if(!Rn(e))return;let n=xn(e,t.commandKeys??["command"]),o=xn(e,t.pathKeys??["path"]);if(!(!n&&(t.requireCommand===!0||!o)))return{...n?{command:n}:{},...o?{path:o}:{},scope:Rs(e.scope),timeout_seconds:Xf(e.timeout_seconds,t),note:z(e.note),...t.includeExtendedAssertions===!0?Zf(e):{}}}function Xf(e,t){let n=t.integerTimeout===!0?xs(e):dl(e);if(n===void 0)return;let o=t.timeoutMinimum??0;return t.timeoutExclusiveMinimum===!0?n>o?n:void 0:n>=o?n:void 0}function dl(e){if(typeof e=="number"&&Number.isFinite(e))return e;if(typeof e!="string"||e.trim().length===0)return;let t=Number(e);return Number.isFinite(t)?t:void 0}function Zf(e){return{pm_context_mode:il(e.pm_context_mode,["schema","tracker","auto"]),env_set:Es(e.env_set),env_clear:it(e.env_clear),shared_host_safe:sl(e.shared_host_safe),assert_stdout_contains:it(e.assert_stdout_contains),assert_stdout_regex:it(e.assert_stdout_regex),assert_stderr_contains:it(e.assert_stderr_contains),assert_stderr_regex:it(e.assert_stderr_regex),assert_stdout_min_lines:xs(e.assert_stdout_min_lines),assert_json_field_equals:Es(e.assert_json_field_equals),assert_json_field_gte:rl(e.assert_json_field_gte)}}async function Qf(e){if(!await x(A(e)))throw new p(`Tracker is not initialized at ${e}. Run pm init first.`,u.NOT_FOUND)}function ll(){return{metadata:{},body:""}}async function e_(e){let{pmRoot:t,id:n,itemPath:o,document:s,author:r,message:i,settings:a,conflictWarningPrefix:c}=e,d=ie(t,n),l=ll();try{let m=await J(t,n,a.locks.ttl_seconds,r,!1,a.governance.force_required_for_stale_lock,a.locks.wait_ms);try{await W(o,pe(s,{format:"toon"}));try{let f=ae({nowIso:S(),author:r,op:"import",before:l,after:s,message:i});return await Ce(d,f),{committed:!0,writeWarnings:[...await M({path:o,scope:"project",op:"import",item_id:s.metadata.id,item_type:s.metadata.type,before:l,after:s,changed_fields:["imported"]}),...await M({path:d,scope:"project",op:"import:history",item_id:s.metadata.id,item_type:s.metadata.type,before:l,after:s,changed_fields:["imported"]})]}}catch(f){throw await lt(o),f}}finally{await m()}}catch(m){if(m instanceof p&&m.exitCode===u.CONFLICT)return{committed:!1,conflictWarning:`${c}:${n}`};throw m}}import{readFile as n_}from"node:fs/promises";import o_ 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]="3911e4fb-a9b3-5732-8b45-c484a121dffb")}catch{}})();function t_(e){return e.trim().toLowerCase().replaceAll("_","-")}var Ts=[{id:"quickstart",aliases:["start","getting-started","bootstrap"],title:"Quickstart",summary:"Initialize a tracker and run the shortest safe plan -> execute -> close loop.",intent:"Use this when a human or agent needs to start productive work quickly with minimal context load.",commands:["pm init","pm context --limit 10","pm list-open --limit 20",'pm create --create-mode progressive --title "..." --description "..." --type Task',"pm claim <ID>","pm update <ID> --status in_progress",'pm close <ID> "<reason with evidence>" --validate-close warn'],workflows:[{name:"Start Session Safely",goal:"Bootstrap without mutating unrelated state.",prompt:"You are bootstrapping pm work. Use a token-efficient context snapshot first, then select one open item, claim it, and only then mutate.",commands:["pm context --limit 10","pm list-open --limit 20","pm claim <ID>"]}],docs:[{path:"README.md",purpose:"High-level project and install entrypoint."},{path:"docs/QUICKSTART.md",purpose:"Short setup and first-command walkthrough."},{path:"docs/COMMANDS.md",purpose:"Task-oriented command recipes."}],related:["commands","workflows","release"]},{id:"commands",aliases:["cli","operations","reference"],title:"CLI Command Routing",summary:"Find the right command family quickly and use command-scoped help/contracts output.",intent:"Use this when selecting command paths, flags, and output formats for implementation or automation.",commands:["pm --help","pm <command> --help","pm <command> --help --explain","pm contracts --command <command> --flags-only","pm contracts --command <command> --availability-only --runtime-only","pm completion <bash|zsh|fish>"],workflows:[{name:"Flag Discovery",goal:"Resolve command flags deterministically before mutations.",prompt:"You are preparing to run a command. Use help and contracts surfaces to verify required/optional flags before execution.",commands:["pm <command> --help --explain","pm contracts --command <command> --flags-only"]}],docs:[{path:"docs/COMMANDS.md",purpose:"Command grouping and examples."},{path:"docs/CONFIGURATION.md",purpose:"Project/global settings and policy controls."},{path:"docs/TESTING.md",purpose:"Linked-test orchestration and safety guidance."}],related:["quickstart","workflows","sdk","extensions"]},{id:"workflows",aliases:["developer","maintainer","agent"],title:"Developer and Agent Workflows",summary:"Apply canonical claim -> execute -> verify -> close workflows with append-only evidence.",intent:"Use this for day-to-day coding-agent execution loops and handoff-safe updates.",commands:["pm claim <ID>","pm update <ID> --status in_progress","pm files <ID> --add ...","pm test <ID> --add ...",'pm comments <ID> "..."',"pm validate --check-resolution --check-history-drift","pm release <ID>"],workflows:[{name:"Execution Loop",goal:"Keep code, tests, and tracker evidence synchronized.",prompt:"You are implementing a scoped change. Claim first, link files/tests/docs as you go, append evidence comments, and close only after validation.",commands:["pm claim <ID>","pm update <ID> --status in_progress","pm files <ID> --add path=<file>,scope=project","pm test <ID> --run --progress",'pm close <ID> "<evidence>" --validate-close warn']}],docs:[{path:"AGENTS.md",purpose:"Repository operating rules and required workflow."},{path:"docs/AGENT_GUIDE.md",purpose:"Agent-oriented usage and context strategy."},{path:"docs/TESTING.md",purpose:"Sandbox-safe test execution rules."}],related:["quickstart","commands","skills"]},{id:"sdk",aliases:["api","typescript-sdk"],title:"SDK and Integrations",summary:"Use the published SDK surface for extension authoring and contract-safe integrations.",intent:"Use this when building or reviewing programmatic integrations against @unbrained/pm-cli/sdk.",commands:["pm contracts --schema-only","pm contracts --command extension --flags-only","pm contracts --runtime-only --availability-only"],workflows:[{name:"Integration Contract Check",goal:"Confirm action schemas and runtime availability before coding.",prompt:"You are wiring an integration. Capture schema + runtime availability first, then map your adapter payload fields to contract keys.",commands:["pm contracts --schema-only","pm contracts --availability-only --runtime-only","pm contracts --command <command> --flags-only"]}],docs:[{path:"docs/SDK.md",purpose:"Public SDK exports and extension authoring references."},{path:"docs/ARCHITECTURE.md",purpose:"Core runtime composition and extension load flow."}],related:["extensions","commands"]},{id:"extensions",aliases:["plugins","extension-authoring","packages","package-authoring"],title:"Packages and Extensions",summary:"Install, author, and diagnose packages/extensions with deterministic lifecycle controls.",intent:"Use this for package management, extension capability registration, and runtime diagnostics.",commands:["pm install <target> --project","pm upgrade --dry-run","pm package explore --project","pm package manage --detail summary","pm package doctor --detail deep","pm package activate <target> --project","pm package deactivate <target> --project"],workflows:[{name:"Lifecycle Triage",goal:"Diagnose extension state before forceful lifecycle actions.",prompt:"You are debugging package behavior. Inspect managed state first, then run doctor diagnostics, then apply install/adopt/activate actions.",commands:["pm package explore --project","pm package manage --detail summary","pm package doctor --detail deep","pm upgrade --packages-only --dry-run"]}],docs:[{path:"docs/EXTENSIONS.md",purpose:"Capability model and lifecycle command usage."},{path:"docs/examples/starter-extension/README.md",purpose:"Starter extension scaffold and local development path."},{path:"docs/SDK.md",purpose:"SDK contracts used by extension implementations."}],related:["sdk","commands","skills"]},{id:"skills",aliases:["agent-skills","agentskills"],title:"Agent Skills",summary:"Skill bundles for developer, user, extensions, and sdk workflows aligned to the current CLI.",intent:"Use this when an agent needs reproducible prompts/workflows with strict compatibility metadata.",commands:["pm guide skills --depth deep","pm contracts --command guide --flags-only","pm validate --check-command-references"],workflows:[{name:"Skill Selection",goal:"Pick the narrowest compatible skill first to minimize context usage.",prompt:"Select a pm skill based on the task intent, then execute only the workflow section needed for the current change.",commands:["pm guide skills","pm guide skills --depth deep"]}],docs:[{path:"docs/AGENT_GUIDE.md",purpose:"Agent-first usage and context model."},{path:"docs/README.md",purpose:"Documentation routing with progressive disclosure."},{path:".agents/skills/README.md",purpose:"Agent skills index and routing overview."},{path:".agents/skills/pm-developer/SKILL.md",purpose:"Developer-oriented pm skill workflow."},{path:".agents/skills/pm-user/SKILL.md",purpose:"User/operator pm skill workflow."},{path:".agents/skills/pm-extensions/SKILL.md",purpose:"Extension-focused pm skill workflow."},{path:".agents/skills/pm-sdk/SKILL.md",purpose:"SDK integration pm skill workflow."}],related:["workflows","harnesses","commands"]},{id:"harnesses",aliases:["compatibility","agent-compatibility"],title:"Agent Harness Compatibility",summary:"Cross-harness compatibility guidance for docs routing.",intent:"Use this when adapting pm docs and SDK contracts for an external automation harness.",commands:["pm guide skills","pm guide commands","pm contracts --runtime-only --availability-only"],workflows:[{name:"Harness Mapping",goal:"Route each harness to the same canonical skill/docs sources.",prompt:"Map harness-specific entrypoints to the same pm guide topics and .agents/skills workflows without adding runtime harness-specific code.",commands:["pm guide harnesses --depth standard","pm guide skills --depth deep"]}],docs:[{path:"docs/AGENT_GUIDE.md",purpose:"Agent context and output-mode conventions."},{path:"docs/README.md",purpose:"Single-source documentation routing entrypoint."},{path:".agents/skills/HARNESS_COMPATIBILITY.md",purpose:"Harness compatibility matrix and usage notes."}],related:["skills","workflows"]},{id:"release",aliases:["gates","ship","release-readiness"],title:"Release and Staleness Gates",summary:"Run release gates and docs/skills freshness checks before publishing.",intent:"Use this when validating release readiness and preventing docs/skills drift.",commands:["pnpm build","pnpm test:coverage","pnpm quality:static","node scripts/release/run-gates.mjs --telemetry-mode best-effort","pnpm security:scan"],workflows:[{name:"Pre-Release Gate Sweep",goal:"Ensure code, docs, and skills are all green before publish.",prompt:"Run release gates in deterministic order and treat docs/skills freshness failures as release blockers.",commands:["pnpm build","pnpm test:coverage","node scripts/release/run-gates.mjs --telemetry-mode best-effort"]}],docs:[{path:"docs/RELEASING.md",purpose:"Release flow and safety checks."},{path:"CHANGELOG.md",purpose:"Versioned release history and unreleased notes."},{path:"scripts/release/run-gates.mjs",purpose:"Source of truth for release gate ordering."}],related:["commands","skills","workflows"]}],Cs=new Map;for(let e of Ts){Cs.set(e.id,e);for(let t of e.aliases)Cs.set(t,e)}function ml(){return Ts.map(e=>({...e,aliases:[...e.aliases],commands:[...e.commands],workflows:e.workflows.map(t=>({...t,commands:[...t.commands]})),docs:e.docs.map(t=>({...t})),related:[...e.related]}))}function An(){return Ts.map(e=>e.id)}function pl(e){if(!e)return null;let t=t_(e);return t?Cs.get(t)??null:null}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="27be0fa5-1c6a-53de-a0e8-179aab7c795a")}catch{}})();var s_=["markdown","toon","json"],r_=["brief","standard","deep"];function i_(e){if(!e)return;let t=e.trim().toLowerCase();if(!s_.includes(t))throw new p("Guide format must be one of markdown|toon|json",u.USAGE);return t}function a_(e,t){let n=i_(e.format);if(t.json&&n&&n!=="json")throw new p("Cannot combine --json with --format markdown|toon",u.USAGE);return t.json?"json":n??"toon"}function c_(e){if(!e)return"brief";let t=e.trim().toLowerCase();if(!r_.includes(t))throw new p("Guide depth must be one of brief|standard|deep",u.USAGE);return t}function d_(){return Ks(process.env,"PM_CLI_PACKAGE_ROOT",import.meta.url,["..","..",".."])}function ul(e){return e.replaceAll(`\r
|
|
67
67
|
`,`
|
|
68
|
-
`)}function
|
|
68
|
+
`)}function l_(e,t,n){let s=ul(e).split(`
|
|
69
69
|
`),i=s.slice(0,t).join(`
|
|
70
|
-
`),a=s.length>t;return i.length>n&&(i=i.slice(0,n),a=!0),{excerpt:i.trimEnd(),truncated:a,lineCount:s.length}}async function
|
|
71
|
-
`).length,content_mode:"full",content:d,truncated:!1})}else{let d=
|
|
72
|
-
`)}let t=[`# pm guide ${e.topic.id}`,"",e.topic.summary,"","## Intent",e.topic.intent,"","## Key commands",...e.topic.commands.map(n=>`- \`${n}\``),"","## Workflow prompts"];for(let n of e.topic.workflows)t.push(`### ${n.name}`),t.push(`goal: ${n.goal}`),t.push(`prompt: ${n.prompt}`),t.push("commands:"),t.push(...n.commands.map(o=>`- \`${o}\``)),t.push("");t.push("## Documents");for(let n of e.docs){let o=n.exists?"available":n.optional?"missing (optional)":"missing (required)";t.push(`- \`${n.path}\` - ${n.purpose} (${o})`),n.exists&&n.content_mode!=="none"&&n.content&&(t.push(""),t.push(`### Excerpt: \`${n.path}\``),n.truncated&&t.push("_truncated for context efficiency_"),t.push("```markdown"),t.push(
|
|
73
|
-
`)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="
|
|
70
|
+
`),a=s.length>t;return i.length>n&&(i=i.slice(0,n),a=!0),{excerpt:i.trimEnd(),truncated:a,lineCount:s.length}}async function m_(e,t,n){let o=t!=="brief",s=o?t==="deep"?"full":"excerpt":"none",r=[];for(let i of e.docs){let a=o_.resolve(n,i.path);if(!o){r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!0,line_count:null,content_mode:"none",content:null,truncated:!1});continue}try{let c=await n_(a,"utf8");if(t==="deep"){let d=ul(c).trimEnd();r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!0,line_count:d.length===0?0:d.split(`
|
|
71
|
+
`).length,content_mode:"full",content:d,truncated:!1})}else{let d=l_(c,120,12e3);r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!0,line_count:d.lineCount,content_mode:s,content:d.excerpt,truncated:d.truncated})}}catch(c){let d=qe(c);if(r.push({path:i.path,purpose:i.purpose,optional:i.optional===!0,exists:!1,line_count:null,content_mode:"none",content:null,truncated:!1}),!d)throw new p(`Failed to read guide document "${i.path}".`,u.GENERIC_FAILURE)}}return r}function p_(e){let t=ml().map(n=>({id:n.id,aliases:n.aliases,title:n.title,summary:n.summary,intent:n.intent,quick_commands:e==="brief"?n.commands.slice(0,3):n.commands.slice(0,6),docs:n.docs.map(o=>({path:o.path,purpose:o.purpose})),related:n.related}));return{output_default:"toon",mode:"index",depth:e,topics:t,suggested_next_steps:["pm guide <topic>","pm guide <topic> --depth standard","pm guide <topic> --depth deep --format markdown","pm guide <topic> --json"]}}function u_(e){let t=pl(e);if(t)return t;let n=An().join(", ");throw new p(`Unknown guide topic "${e}". Available topics: ${n}. Use "pm guide --list" to browse.`,u.USAGE)}async function f_(e,t){let n=c_(typeof e.depth=="string"?e.depth:void 0),o=e.list===!0,s=typeof e.topic=="string"?e.topic:void 0;if(o||!s)return p_(n);let r=u_(s),i=d_(),a=await m_(r,n,i),c=a.filter(d=>!d.exists&&!d.optional).map(d=>`Missing required guide document: ${d.path}`);return{output_default:"toon",mode:"topic",depth:n,requested_topic:s,topic:r,docs:a,warnings:c}}function __(e){return e.replaceAll("```","``\\`")}function h_(e){if(e.mode==="index"){let n=["# pm guide","","Token-efficient local documentation index for agent and maintainer workflows.","","## Topics"];for(let o of e.topics)n.push(`- \`${o.id}\` - ${o.summary}`),e.depth!=="brief"&&(n.push(` - intent: ${o.intent}`),n.push(` - docs: ${o.docs.map(s=>`\`${s.path}\``).join(", ")}`));n.push("","## Next steps");for(let o of e.suggested_next_steps)n.push(`- \`${o}\``);return n.join(`
|
|
72
|
+
`)}let t=[`# pm guide ${e.topic.id}`,"",e.topic.summary,"","## Intent",e.topic.intent,"","## Key commands",...e.topic.commands.map(n=>`- \`${n}\``),"","## Workflow prompts"];for(let n of e.topic.workflows)t.push(`### ${n.name}`),t.push(`goal: ${n.goal}`),t.push(`prompt: ${n.prompt}`),t.push("commands:"),t.push(...n.commands.map(o=>`- \`${o}\``)),t.push("");t.push("## Documents");for(let n of e.docs){let o=n.exists?"available":n.optional?"missing (optional)":"missing (required)";t.push(`- \`${n.path}\` - ${n.purpose} (${o})`),n.exists&&n.content_mode!=="none"&&n.content&&(t.push(""),t.push(`### Excerpt: \`${n.path}\``),n.truncated&&t.push("_truncated for context efficiency_"),t.push("```markdown"),t.push(__(n.content)),t.push("```"))}return e.topic.related.length>0&&(t.push("","## Related topics"),t.push(...e.topic.related.map(n=>`- \`${n}\``))),e.warnings.length>0&&(t.push("","## Warnings"),t.push(...e.warnings.map(n=>`- ${n}`))),t.join(`
|
|
73
|
+
`)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c337a436-ac3e-5447-9c76-de9aeebb2a1c")}catch{}})();var fl=["bash","zsh","fish"],g_=[...mt],y_=[...Mn],Os=_c("full"),b_=T(Yt),w_=T(fi),v_=T(ki),k_=T(Ci),S_=T(Ti),I_=T(Si),E_=T(Ii),x_=T(Ai),R_=T(Ni),A_=T(Oi),C_=T($i),T_=T(vi),O_=T(Fi),$_=T(_i),P_=T(hi,!1),F_=T(Li),L_=T(Pi),M_=T(Mi),N_=T(Gi),D_=T(ji),j_=T(xi),U_=T(Ui),G_=T(Di),q_=T(Jt),z_=T(Ei),H_=T(Ri),B_=T(yi),V_=T(qi),W_=T(gi),K_="create show add-step update-step complete-step block-step reorder-step remove-step link unlink decision discovery validation resume approve materialize",Y_=T(zi),J_=`${Y_} bash zsh fish`,$s=at(An()),Cn="init scaffold install uninstall explore manage describe reload doctor catalog adopt adopt-all activate deactivate",X_=T(bi),Z_=T(wi),Q_="--author --message --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",eh="--dry-run --author --message --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",th="--author --message --validate-close --duplicate-of --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",nh="--author --message --force --json --quiet --no-changed-fields --id-only --pm-path --path --no-extensions --no-pager --profile --help",vl=[["init","Initialize pm storage for the current workspace"],["config","Read or update pm settings"],["extension","Manage extension lifecycle operations"],["package","Manage package lifecycle operations"],["packages","Alias for package"],["create","Create a new project management item"],["copy","Copy an existing item to a new ID"],["focus","Set/clear/show the session focused parent for new items"],["list","List active items with optional filters"],["list-all","List all items with optional filters"],["list-draft","List draft items with optional filters"],["list-open","List open items with optional filters"],["list-in-progress","List in-progress items with optional filters"],["list-blocked","List blocked items with optional filters"],["list-closed","List closed items with optional filters"],["list-canceled","List canceled items with optional filters"],["aggregate","Aggregate grouped item counts and numeric stats for governance queries"],["duplicates","Find bounded duplicate clusters across lifecycle statuses"],["guide","Browse local progressive-disclosure guides"],["calendar","Show calendar views for deadlines and reminders"],["cal","Alias for calendar"],["context","Show a token-efficient project context snapshot"],["ctx","Alias for context"],["get","Show item details by ID"],["next","Recommend the next actionable (unblocked, ready) work item"],["search","Search items with keyword, semantic, or hybrid modes"],["reindex","Rebuild search artifacts"],["history","Show item history entries"],["history-compact","Compact history streams into a synthetic baseline + retained tail"],["history-redact","Redact sensitive literals/patterns and recompute history hashes"],["history-repair","Re-anchor a drifted history chain so pm health/validate report ok"],["schema","Manage custom item types and statuses in .agents/pm/schema/*.json"],["profile","List, show, apply, and lint project profiles (archetype schema/config/template/package bundles)"],["plan","Agent-optimized Plan item workflow (create/show/add-step/update-step/complete-step/link/approve/materialize)"],["activity","Show recent activity across items"],["restore","Restore an item to an earlier state"],["update","Update item fields and metadata"],["update-many","Bulk-update matched items with dry-run and rollback checkpoints"],["close","Close an item (reason requirement follows governance settings)"],["close-many","Bulk-close matched items with an optional shared reason and rollback checkpoint"],["delete","Delete an item and record the change"],["append","Append text to an item body"],["comments","List or add comments for an item"],["notes","List or add notes for an item"],["learnings","List or add learnings for an item"],["files","Manage linked files"],["docs","Manage linked docs"],["deps","Show dependency relationships for an item"],["graph","Bounded graph traversal, analytics, and governance-audit queries"],["test","Manage linked tests and optionally run them"],["test-all","Run linked tests across matching items"],["test-runs","Manage background linked-test runs"],["stats","Show project tracker statistics"],["health","Show project tracker health checks"],["validate","Run standalone validation checks"],["gc","Clean optional cache artifacts"],["contracts","Show machine-readable command and schema contracts"],["claim","Claim an item for active work"],["release","Release the active claim for an item"],["start-task","Lifecycle alias to claim and set in_progress"],["pause-task","Lifecycle alias to reopen and release claim"],["close-task","Lifecycle alias to close and release claim"],["meet","Shortcut to create a Meeting with scheduling defaults"],["event","Shortcut to create an Event with scheduling defaults"],["remind","Shortcut to create a Reminder from a point in time"],["templates","Manage reusable create templates"],["completion","Generate shell completion"],["help","Display help for a command"]],oh=new Map([["calendar","Show deadline/reminder calendar views"],["schema","Inspect and manage runtime schema"],["profile","List, show, apply, and lint project profiles (archetype bundles)"],["plan","Agent-optimized Plan workflow (create/show/add-step/update-step/complete-step/link/approve/materialize)"],["start-task","Lifecycle alias to claim and set in-progress"]]),sh=ui.flatMap(e=>[e.short,e.flag,...e.aliases??[]]).filter(e=>!!e).join(" ");function at(e){return[...new Set(e.map(t=>t.trim()).filter(t=>t.length>0))].sort((t,n)=>t.localeCompare(n)).join(" ")}function rh(e){return[...new Set(e.map(t=>t.trim()).filter(t=>t.length>0))].join(" ")}function kl(e){return e.replaceAll("\\","\\\\").replaceAll('"','\\"').replaceAll("$","\\$").replaceAll("`","\\`")}function Ps(e,t){return rh(e.length>0?e:t.item_types??g_)}function Fs(e){return at(e.statuses??y_)}function Ue(e,t){let n=[...e.split(/\s+/u).filter(o=>o.length>0),...t??[]];return at(n)}function Sl(e){let t=(e??[]).map(n=>n.trim()).filter(n=>n.startsWith("--")&&n.length>2).map(n=>`--${n.slice(2).replaceAll("_","-")}`);return[...new Set(t)].sort((n,o)=>n.localeCompare(o))}function At(e){let t=Sl(e);return t.length===0?"":`${t.map(n=>` '${n}[Runtime schema field flag]:value' \\`).join(`
|
|
74
74
|
`)}
|
|
75
75
|
`}function Tn(e,t={}){let n=t.trailingContinuation??!0,o=e.length-1;return e.map((s,r)=>` ${s}${n||r!==o?" \\":""}`).join(`
|
|
76
|
-
`)}function
|
|
77
|
-
`)}function
|
|
78
|
-
`)}function
|
|
76
|
+
`)}function ih(){return vl.map(([e,t])=>` '${e}:${t}'`).join(`
|
|
77
|
+
`)}function ah(){return vl.filter(([e])=>e!=="help").map(([e,t])=>{let n=oh.get(e)??t;return`complete -c pm -n __pm_no_subcommand -a ${e.padEnd(16)} -d '${n}'`}).join(`
|
|
78
|
+
`)}function _l(e){let t=["reviewer-missing[Select only items missing reviewer]","risk-missing[Select only items missing risk]","confidence-missing[Select only items missing confidence]","sprint-missing[Select only items missing sprint]","release-missing[Select only items missing release]"],n=e.includeContentMissingAliases===!0?["files-missing[Alias for --no-files]","docs-missing[Alias for --no-docs]"]:[],o=[["has-notes[Select only items that have notes]","no-notes[Select only items with no notes]"],["has-learnings[Select only items that have learnings]","no-learnings[Select only items with no learnings]"],["has-files[Select only items that have linked files]","no-files[Select only items with no linked files]"],["has-docs[Select only items that have linked docs]","no-docs[Select only items with no linked docs]"],["has-tests[Select only items that have linked tests]","no-tests[Select only items with no linked tests]"],["has-comments[Select only items that have comments]","no-comments[Select only items with no comments]"],["has-deps[Select only items that have dependencies]","no-deps[Select only items with no dependencies]"],["has-body[Select only items with non-empty body]","empty-body[Select only items with empty body]"],["has-linked-command[Select only items that have a linked command]","no-linked-command[Select only items with no linked command]"]];return Tn([...[...t,...n].map(s=>`'--${e.missingPrefix}${s}'`),...o.flatMap(([s,r])=>[`'--${e.pairedPrefix}${s}'`,`'--${e.pairedPrefix}${r}'`])])}var ch=["'--comment[Comment seed author=<value>,created_at=<iso|now>,text=<value>]:comment'","'--note[Note seed author=<value>,created_at=<iso|now>,text=<value>]:note'","'--learning[Learning seed author=<value>,created_at=<iso|now>,text=<value>]:learning'","'--file[Linked file path=<value>,scope=<project|global>,note=<text>]:file'","'--test[Linked test command=<value>,path=<value>,scope=<project|global>]:test'","'--doc[Linked doc path=<value>,scope=<project|global>,note=<text>]:doc'","'--reminder[Reminder entry at=<iso|relative>|date=<iso|relative>,text=<text>|title=<text>]:reminder'","'--event[Event entry start=<iso|relative>,end=<iso|relative>,recur_*]:event'","'--type-option[Type option key=value or key=<name>,value=<value>]:type_option'","'--unset[Clear scalar metadata field by name]:field'","'--replace-files[Atomically replace linked files with provided --file values]'","'--replace-docs[Atomically replace linked docs with provided --doc values]'","'--clear-deps[Clear dependency entries]'","'--clear-comments[Clear comments]'","'--clear-notes[Clear notes]'","'--clear-learnings[Clear learnings]'","'--clear-files[Clear linked files]'","'--clear-tests[Clear linked tests]'","'--clear-docs[Clear linked docs]'","'--clear-reminders[Clear reminders]'","'--clear-events[Clear events]'","'--clear-type-options[Clear type options]'"];function hl(e){return Tn([...e==="reminder"?["'--at[Reminder time (default +1d)]:at'","'--text[Reminder text (defaults to title)]:text'"]:["'--start[Start time (ISO, now, or relative)]:start'","'--duration[Duration from start (default 1h)]:duration'","'--end[End time (overrides --duration)]:end'","'--location[Location]:location'","'--timezone[IANA timezone]:timezone'","'--all-day[Mark as an all-day event]'"],"'--parent[Parent item id]:parent'","'--allow-missing-parent[Permit a parent id that does not exist yet]'","'--tags[Comma-separated tags]:tags'","'(-p --priority)'{-p,--priority}'[Priority (0-4)]:(0 1 2 3 4)'","'(-b --body)'{-b,--body}'[Item body]:body'","'(-d --description)'{-d,--description}'[Short description]:description'","'--author[Mutation author]:author'","'--message[History message]:message'","'--json[Output JSON]'","'--quiet[Suppress stdout]'"],{trailingContinuation:!1})}function gl(e,t,n,o){return Tn([`'--filter-status[Filter by status before ${e}]:(${t})'`,`'--filter-type[Filter by type before ${e}]:(${n})'`,`'--filter-tag[Filter by tag before ${e}]:(${o})'`,`'--filter-priority[Filter by priority before ${e}]:(0 1 2 3 4)'`,"'--filter-deadline-before[Filter by deadline upper bound]:deadline'","'--filter-deadline-after[Filter by deadline lower bound]:deadline'","'--filter-updated-after[Filter by updated_at lower bound (ISO/relative)]:timestamp'","'--filter-updated-before[Filter by updated_at upper bound (ISO/relative)]:timestamp'","'--filter-created-after[Filter by created_at lower bound (ISO/relative)]:timestamp'","'--filter-created-before[Filter by created_at upper bound (ISO/relative)]:timestamp'",`'--filter-assignee[Filter by assignee before ${e}]:assignee'`,"'--filter-assignee-filter[Filter assignee presence]:(assigned unassigned)'","'--filter-parent[Filter by parent item ID]:parent'","'--filter-sprint[Filter by sprint]:sprint'","'--filter-release[Filter by release]:release'"])}function Ge(e,t){let n=Sl(t).map(s=>s.slice(2));if(e.length===0||n.length===0)return"";let o=[];for(let s of e)for(let r of n)o.push(`complete -c pm -n '__fish_seen_subcommand_from ${s}' -l ${r} -d 'Runtime schema field flag' -r`);return`${o.join(`
|
|
79
79
|
`)}
|
|
80
|
-
`}function
|
|
80
|
+
`}function yl(e,t,n){let o=e.toUpperCase(),s=`PM_COMPLETION_${o}_CACHE`,r=`PM_COMPLETION_${o}_CACHE_TS`,i=`PM_COMPLETION_${o}_TTL`,a=kl(n);return[`_pm_completion_${e}_choices() {`," local now ttl cache_ts resolved",' now="$(date +%s 2>/dev/null || echo 0)"',` ttl="\${${i}:-120}"`,` cache_ts="\${${r}:-0}"`,` if [[ -n "\${${s}:-}" && "$now" -ne 0 && $((now - cache_ts)) -lt "$ttl" ]]; then`,` printf '%s\\n' "$${s}"`," return 0"," fi",` resolved="$(pm ${t} 2>/dev/null)"`,' if [[ -z "$resolved" ]]; then',` resolved="${a}"`," fi",` ${s}="$resolved"`,` ${r}="$now"`,` printf '%s\\n' "$${s}"`,"}"]}function bl(e,t,n){let o=e.toUpperCase(),s=`PM_COMPLETION_${o}_CACHE`,r=`PM_COMPLETION_${o}_CACHE_TS`,i=`PM_COMPLETION_${o}_TTL`,a=kl(n);return`
|
|
81
81
|
_pm_${e}_choices() {
|
|
82
82
|
local now ttl cache_ts resolved
|
|
83
83
|
now=\${EPOCHSECONDS:-0}
|
|
@@ -95,7 +95,7 @@ _pm_${e}_choices() {
|
|
|
95
95
|
${r}="$now"
|
|
96
96
|
print -r -- "$${s}"
|
|
97
97
|
}
|
|
98
|
-
`}function
|
|
98
|
+
`}function wl(e,t,n){let o=e.toUpperCase(),s=n.replaceAll("'","\\'");return`
|
|
99
99
|
function __pm_${e}_choices
|
|
100
100
|
set -l now (date +%s ^/dev/null)
|
|
101
101
|
if test -z "$now"
|
|
@@ -120,8 +120,8 @@ function __pm_${e}_choices
|
|
|
120
120
|
set -gx PM_COMPLETION_${o}_CACHE_TS $now
|
|
121
121
|
printf '%s\\n' $resolved
|
|
122
122
|
end
|
|
123
|
-
`}function
|
|
124
|
-
`)}function
|
|
123
|
+
`}function dh(e=[],t=[],n=!1,o={}){let s=Os.join(" "),r=e.length===0,i=Ps(e,o),a=Fs(o),c=at(t),d=Ue(b_,o.command_flags?.list),l=Ue(x_,o.command_flags?.create),m=Ue(A_,o.command_flags?.update),f=Ue(C_,o.command_flags?.["update-many"]),_=Ue(q_,o.command_flags?.search),h=Ue(L_,o.command_flags?.calendar),w=Ue(M_,o.command_flags?.context),y=n||t.length>0,g=k=>`$(compgen -W "${k}" -- "$cur")`;return["# bash completion for pm",`# Source this file or add 'eval "$(pm completion bash)"' to ~/.bashrc`,"",...r?[...yl("type","completion-types",i),""]:[],...yl("status","completion-statuses",a),"","_pm_completion() {"," local cur prev words cword"," _init_completion 2>/dev/null || {",' cur="${COMP_WORDS[COMP_CWORD]}"',' prev="${COMP_WORDS[COMP_CWORD-1]}"'," cword=$COMP_CWORD"," }",""," if [[ $cword -eq 1 ]]; then",` COMPREPLY=(${g(s)})`," return 0"," fi","",' if [[ "$prev" == "--type" ]]; then',r?' COMPREPLY=($(compgen -W "$(_pm_completion_type_choices)" -- "$cur"))':` COMPREPLY=(${g(i)})`," return 0"," fi","",' if [[ "$prev" == "--status" ]]; then',' COMPREPLY=($(compgen -W "$(_pm_completion_status_choices)" -- "$cur"))'," return 0"," fi","",...y?[' if [[ "$prev" == "--tag" || "$prev" == "--tags" ]]; then',` COMPREPLY=(${g(c)})`," return 0"," fi"]:[' if [[ "$prev" == "--tag" || "$prev" == "--tags" ]]; then'," local now ttl cache_ts tag_values",' now="$(date +%s 2>/dev/null || echo 0)"',' ttl="${PM_COMPLETION_TAG_TTL:-120}"',' cache_ts="${PM_COMPLETION_TAG_CACHE_TS:-0}"',' tag_values="${PM_COMPLETION_TAG_CACHE:-}"',' if [[ -z "$tag_values" || "$now" -eq 0 || $((now - cache_ts)) -ge "$ttl" ]]; then',' tag_values="$(pm completion-tags 2>/dev/null)"',' PM_COMPLETION_TAG_CACHE="$tag_values"',' PM_COMPLETION_TAG_CACHE_TS="$now"'," fi",' COMPREPLY=($(compgen -W "$tag_values" -- "$cur"))'," return 0"," fi"],"",' local cmd="${COMP_WORDS[1]}"',"",' case "$cmd" in'," list|list-all|list-draft|list-open|list-in-progress|list-blocked|list-closed|list-canceled)",` COMPREPLY=(${g(d)})`," ;;"," aggregate)",` COMPREPLY=(${g(w_)})`," ;;"," duplicates)",` COMPREPLY=(${g(j_)})`," ;;"," create)",` COMPREPLY=(${g(l)})`," ;;"," copy)",` COMPREPLY=(${g(k_)})`," ;;"," focus)",` COMPREPLY=(${g(S_)})`," ;;"," update)",` COMPREPLY=(${g(m)})`," ;;"," update-many)",` COMPREPLY=(${g(f)})`," ;;"," calendar|cal)",` COMPREPLY=(${g(h)})`," ;;"," context|ctx)",` COMPREPLY=(${g(w)})`," ;;"," next)",` COMPREPLY=(${g(N_)})`," ;;"," guide)",` COMPREPLY=(${g(`${G_} ${$s}`)})`," ;;"," search)",` COMPREPLY=(${g(_)})`," ;;"," reindex)",` COMPREPLY=(${g("--mode --progress --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," init)",` COMPREPLY=(${g(`${B_} --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help`)})`," ;;"," config)",` COMPREPLY=(${g("--criterion --clear-criteria --format --policy --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," extension)",` COMPREPLY=(${g(`${Cn} ${X_}`)})`," ;;"," package|packages)",` COMPREPLY=(${g(`${Cn} ${Z_}`)})`," ;;"," comments)",` COMPREPLY=(${g("--add --body --stdin --file --edit --delete --limit --full-history --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," notes)",` COMPREPLY=(${g("--add --add-json --stdin --file --edit --delete --limit --since --event-type --include-meta --full-history --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," learnings)",` COMPREPLY=(${g("--add --stdin --file --edit --delete --limit --full-history --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," files)",` COMPREPLY=(${g("discover lookup --add --add-glob --remove --migrate --list --apply --note --append-stable --validate-paths --scope --limit --offset --no-truncate --strict-read --explain --lines --decision-depth --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," docs)",` COMPREPLY=(${g("--add --add-glob --remove --migrate --note --validate-paths --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," append)",` COMPREPLY=(${g(v_)})`," ;;"," deps)",` COMPREPLY=(${g(D_)})`," ;;"," graph)",` COMPREPLY=(${g(`ancestors descendants predecessors successors paths impact analyze audit communities redundancy dominators slack centrality articulation plan index ${U_}`)})`," ;;"," test)",` COMPREPLY=(${g("--add --add-json --remove --remove-index --list --run --match --only-index --only-last --background --timeout --progress --env-set --env-clear --shared-host-safe --pm-context --override-linked-pm-context --fail-on-context-mismatch --fail-on-skipped --fail-on-empty-test-run --require-assertions-for-pm --check-context --auto-pm-context --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," test-all)",` COMPREPLY=(${g("--status --limit --offset --background --timeout --progress --env-set --env-clear --shared-host-safe --pm-context --override-linked-pm-context --fail-on-context-mismatch --fail-on-skipped --fail-on-empty-test-run --require-assertions-for-pm --check-context --auto-pm-context --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," test-runs)",` COMPREPLY=(${g("list status logs stop resume --status --limit --stream --tail --force --author --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," validate)",` COMPREPLY=(${g("--check-metadata --metadata-profile --check-resolution --check-lifecycle --check-stale-blockers --dependency-cycle-severity --parent-cycle-severity --check-files --scan-mode --include-pm-internals --verbose-file-lists --verbose-diagnostics --all-affected-ids --strict-exit --fail-on-warn --fix-hints --auto-fix --dry-run --fix-scope --prune-missing --check-history-drift --check-command-references --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," health)",` COMPREPLY=(${g(H_)})`," ;;"," history)",` COMPREPLY=(${g($_)})`," ;;"," events)",` COMPREPLY=(${g(F_)})`," ;;"," history-compact)",` COMPREPLY=(${g("--before --ids --all-over --closed --all-streams --min-entries --dry-run --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," history-author-acknowledge)",` COMPREPLY=(${g(`${P_} --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help`)})`," ;;"," get)",` COMPREPLY=(${g(R_)})`," ;;"," history-redact)",` COMPREPLY=(${g("--literal --regex --replacement --dry-run --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," history-repair)",` COMPREPLY=(${g("--all --dry-run --author --message --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," schema)",` COMPREPLY=(${g("list show show-status add-type remove-type add-status remove-status add-field remove-field list-fields show-field apply-preset rename-type rename-field remap-status --description --default-status --folder --alias --role --order --type --commands --cli-flag --required --required-on-create --no-allow-unset --required-types --infer --min-count --apply --to --migration-id --dry-run --author --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," profile)",` COMPREPLY=(${g("list show apply lint agile ops research --dry-run --author --force --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," plan)",` COMPREPLY=(${g(`${K_} ${W_}`)})`," ;;"," activity)",` COMPREPLY=(${g(O_)})`," ;;"," contracts)",` COMPREPLY=(${g(V_)})`," ;;"," gc)",` COMPREPLY=(${g("--dry-run --scope --json --quiet --no-changed-fields --pm-path --path --no-extensions --no-pager --profile --help")})`," ;;"," stats)",` COMPREPLY=(${g(z_)})`," ;;"," close|close-task)",` COMPREPLY=(${g(th)})`," ;;"," close-many)",` COMPREPLY=(${g(T_)})`," ;;"," release)",` COMPREPLY=(${g(nh)})`," ;;"," delete)",` COMPREPLY=(${g(eh)})`," ;;"," claim|restore|start-task|pause-task)",` COMPREPLY=(${g(Q_)})`," ;;"," meet|event)",` COMPREPLY=(${g(I_)})`," ;;"," remind)",` COMPREPLY=(${g(E_)})`," ;;"," completion)",` COMPREPLY=(${g(J_)})`," ;;"," templates)",` COMPREPLY=(${g("save list show")})`," ;;"," *)",` COMPREPLY=(${g(sh)})`," ;;"," esac"," return 0","}","","complete -F _pm_completion pm"].join(`
|
|
124
|
+
`)}function lh(e=[],t=[],n=!1,o={}){let s=e.length===0,r=Ps(e,o),i=Fs(o),a=s?'${(f)"$(_pm_type_choices)"}':r,c='${(f)"$(_pm_status_choices)"}',d=$s,l=at(t),m=n||t.length>0,f=m?l:'${(f)"$(_pm_tag_choices)"}',_=At(o.command_flags?.list),h=At(o.command_flags?.create),w=At(o.command_flags?.search),y=At(o.command_flags?.calendar),g=At(o.command_flags?.context),k=_l({missingPrefix:"filter-",pairedPrefix:"",includeContentMissingAliases:!0}),I=_l({missingPrefix:"filter-",pairedPrefix:"filter-"}),F=Tn(ch),$=m?"":`
|
|
125
125
|
_pm_tag_choices() {
|
|
126
126
|
local now ttl cache_ts
|
|
127
127
|
now=\${EPOCHSECONDS:-0}
|
|
@@ -142,13 +142,13 @@ _pm_tag_choices() {
|
|
|
142
142
|
_pm_commands() {
|
|
143
143
|
local -a commands
|
|
144
144
|
commands=(
|
|
145
|
-
${
|
|
145
|
+
${ih()}
|
|
146
146
|
)
|
|
147
147
|
_describe 'command' commands
|
|
148
148
|
}
|
|
149
149
|
${$}
|
|
150
|
-
${s?
|
|
151
|
-
${
|
|
150
|
+
${s?bl("type","completion-types",r):""}
|
|
151
|
+
${bl("status","completion-statuses",i)}
|
|
152
152
|
|
|
153
153
|
_pm() {
|
|
154
154
|
local context state line
|
|
@@ -295,11 +295,11 @@ ${h} '--json[Output JSON]' \\
|
|
|
295
295
|
;;
|
|
296
296
|
meet|event)
|
|
297
297
|
_arguments \\
|
|
298
|
-
${
|
|
298
|
+
${hl("event")}
|
|
299
299
|
;;
|
|
300
300
|
remind)
|
|
301
301
|
_arguments \\
|
|
302
|
-
${
|
|
302
|
+
${hl("reminder")}
|
|
303
303
|
;;
|
|
304
304
|
update)
|
|
305
305
|
_arguments \\
|
|
@@ -327,7 +327,7 @@ ${F}
|
|
|
327
327
|
;;
|
|
328
328
|
update-many)
|
|
329
329
|
_arguments \\
|
|
330
|
-
${
|
|
330
|
+
${gl("applying updates",c,a,f)}
|
|
331
331
|
'--filter-ac-missing[Select only items missing acceptance_criteria]' \\
|
|
332
332
|
'--filter-estimates-missing[Select only items missing estimated_minutes]' \\
|
|
333
333
|
'--filter-resolution-missing[Select only terminal items missing resolution]' \\
|
|
@@ -392,7 +392,7 @@ ${F}
|
|
|
392
392
|
;;
|
|
393
393
|
close-many)
|
|
394
394
|
_arguments \\
|
|
395
|
-
${
|
|
395
|
+
${gl("closing",c,a,f)}
|
|
396
396
|
${I}
|
|
397
397
|
'--ids[Explicit comma-separated ID allowlist]:ids' \\
|
|
398
398
|
'--limit[Limit matched item count]:number' \\
|
|
@@ -570,6 +570,9 @@ ${w} '--json[Output JSON]' \\
|
|
|
570
570
|
_arguments \\
|
|
571
571
|
'*--event[Actionable unknown-author event]:item_and_line' \\
|
|
572
572
|
'--all-actionable[Select every currently actionable event]' \\
|
|
573
|
+
'--dry-run[Preview a deterministic source-bound plan]' \\
|
|
574
|
+
'--plan-fingerprint[Apply the exact dry-run plan]:sha256' \\
|
|
575
|
+
'--limit[Maximum coordinate rows returned in the plan]:number' \\
|
|
573
576
|
'--attributed-author[Principal attributed by maintainer review]:author' \\
|
|
574
577
|
'--reviewer[Reviewer recording the disposition]:reviewer' \\
|
|
575
578
|
'--reason[Evidence-backed review rationale]:reason' \\
|
|
@@ -1128,7 +1131,7 @@ ${w} '--json[Output JSON]' \\
|
|
|
1128
1131
|
esac
|
|
1129
1132
|
}
|
|
1130
1133
|
|
|
1131
|
-
compdef _pm pm`}function
|
|
1134
|
+
compdef _pm pm`}function mh(e=[],t=[],n=!1,o={}){let s=Os.filter(ee=>ee==="list"||ee.startsWith("list-")),r=s.join(" "),i=Os.join(" "),a=e.length===0,c=Ps(e,o),d=Fs(o),l=a?"(__pm_type_choices)":c,m="(__pm_status_choices)",f=$s,_=at(t),h=n||t.length>0,w=h?`'${_}'`:"'(__pm_tag_choices)'",y=Ge(s,o.command_flags?.list),g=Ge(["create"],o.command_flags?.create),k=Ge(["update"],o.command_flags?.update),I=Ge(["update-many"],o.command_flags?.["update-many"]),F=Ge(["search"],o.command_flags?.search),$=Ge(["calendar","cal"],o.command_flags?.calendar),B=Ge(["context","ctx"],o.command_flags?.context);return`# Fish shell completion for pm
|
|
1132
1135
|
# Save to ~/.config/fish/completions/pm.fish
|
|
1133
1136
|
# or run: pm completion fish > ~/.config/fish/completions/pm.fish
|
|
1134
1137
|
|
|
@@ -1182,11 +1185,11 @@ function __pm_tag_choices
|
|
|
1182
1185
|
' $resolved
|
|
1183
1186
|
end
|
|
1184
1187
|
`}
|
|
1185
|
-
${a?
|
|
1186
|
-
${
|
|
1188
|
+
${a?wl("type","completion-types",c):""}
|
|
1189
|
+
${wl("status","completion-statuses",d)}
|
|
1187
1190
|
|
|
1188
1191
|
# Subcommands
|
|
1189
|
-
${
|
|
1192
|
+
${ah()}
|
|
1190
1193
|
|
|
1191
1194
|
# list* flags
|
|
1192
1195
|
for list_cmd in ${r}
|
|
@@ -1651,6 +1654,9 @@ complete -c pm -n '__fish_seen_subcommand_from history-compact' -l message -d 'A
|
|
|
1651
1654
|
complete -c pm -n '__fish_seen_subcommand_from history-compact' -l force -d 'Force ownership/lock override'
|
|
1652
1655
|
complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l event -d 'Actionable unknown-author event' -r
|
|
1653
1656
|
complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l all-actionable -d 'Select every currently actionable event'
|
|
1657
|
+
complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l dry-run -d 'Preview a deterministic source-bound plan'
|
|
1658
|
+
complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l plan-fingerprint -d 'Apply the exact dry-run plan' -r
|
|
1659
|
+
complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l limit -d 'Maximum coordinate rows returned in the plan' -r
|
|
1654
1660
|
complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l attributed-author -d 'Principal attributed by maintainer review' -r
|
|
1655
1661
|
complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l reviewer -d 'Reviewer recording the disposition' -r
|
|
1656
1662
|
complete -c pm -n '__fish_seen_subcommand_from history-author-acknowledge' -l reason -d 'Evidence-backed review rationale' -r
|
|
@@ -2074,9 +2080,9 @@ for package_cmd in package packages
|
|
|
2074
2080
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l ignore-global -d 'Alias for --isolated'
|
|
2075
2081
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l strict-exit -d 'Return non-zero exit when doctor warnings are present'
|
|
2076
2082
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l fail-on-warn -d 'Alias for --strict-exit (doctor)'
|
|
2077
|
-
end`}var
|
|
2078
|
-
`)}catch{}}function _h(e){let t=(e??"keyword").trim().toLowerCase();if(t==="keyword")return"keyword";if(t==="semantic"||t==="hybrid")return t;throw new p("Reindex mode must be one of keyword|semantic|hybrid",u.USAGE)}async function hh(e,t,n,o){let s=[];return{candidates:await Kr(e,t,n,s,o),warnings:s}}async function Ds(e,t,n,o,s){let r=He(T()),i=[];for(let a of t)if(!(s&&!s.has(a.metadata.id))){if(typeof a.body=="string"){i.push({metadata:a.metadata,body:a.body});continue}try{let c=await ph.readFile(a.item_path,"utf8"),d=jt(c,{format:a.item_format,schema:n,extensionFieldNames:r,onWarning:l=>o.push(l)});i.push({metadata:a.metadata,body:d.body})}catch{o.push(`item_list_item_read_failed:${Ct.relative(e,a.item_path)}`),i.push({metadata:a.metadata,body:""})}}return i}function gh(e,t,n){let o=e.metadata;return{id:o.id,mode:t,updated_at:o.updated_at,corpus:Zr(e,{fields:n})}}var ct=Vs;function yh(e){let t=T(),n=ct(e.search?.provider);if(!n)return null;let o=cr(t,n);if(!o)return null;let s=o.runtime_definition??o.definition,r=ct(s.name)??ct(o.definition.name);if(!r)return null;let i=s.embedBatch,a=s.embed_batch,c=s.embed,d=typeof i=="function"?i:typeof a=="function"?a:void 0,l=typeof c=="function"?c:void 0;return!d&&!l?null:{name:r,embedBatch:d,embed:l}}function bh(e){let t=T(),n=ct(e.vector_store?.adapter);if(!n)return null;let o=dr(t,n);if(!o)return null;let s=o.runtime_definition??o.definition,r=ct(s.name)??ct(o.definition.name);if(!r)return null;let i=s.upsert,a=s.delete;return{adapterName:r,...typeof i=="function"?{upsert:i}:{},...typeof a=="function"?{delete:a}:{}}}function Ns(e,t){if(!Array.isArray(e)||e.some(n=>typeof n!="number"||!Number.isFinite(n)))throw new p(`Invalid vector returned by ${t}`,u.GENERIC_FAILURE);return e}async function wh(e,t,n){let o=t.search?.embedding_model?.trim()||"text-embedding-3-small";if(e.embedBatch){let r=await Promise.resolve(e.embedBatch({inputs:n,settings:t,model:o}));if(!Array.isArray(r))throw new p(`Extension search provider "${e.name}" embedBatch must return an array of vectors`,u.GENERIC_FAILURE);return r.map((i,a)=>Ns(i,`extension search provider "${e.name}" embedBatch output at index ${a}`))}if(!e.embed)throw new p(`Extension search provider "${e.name}" does not implement embed/embedBatch`,u.GENERIC_FAILURE);let s=[];for(let[r,i]of n.entries()){let a=await Promise.resolve(e.embed({input:i,settings:t,model:o}));s.push(Ns(a,`extension search provider "${e.name}" embed output at index ${r}`))}return s}function Sl(e){return e.search?.embedding_model?.trim()||"text-embedding-3-small"}function Il(e,t,n){let o=n?bt(n.name,Sl(e)):t?bt(t.name,t.model):null;if(!o)throw new p("No embedding identity available for semantic reindex mode",u.USAGE);return o}function vh(e,t){return Object.keys(e).filter(n=>!t.has(n)).sort((n,o)=>n.localeCompare(o))}async function El(e,t,n,o,s,r,i,a){let c=o?.name??n?.name,d=Qr(c,e.search.embedding_corpus_max_characters).maxCharacters,l=no(e),m=s.map(h=>ei(h,{providerName:c,maxCharacters:d,fields:l})),f=[],_=null;if(o)try{f=await wh(o,e,m),_=bt(o.name,Sl(e))}catch(h){if(!n)throw new p(`Extension search provider "${o.name}" failed to generate embeddings: ${h instanceof Error?h.message:String(h)}`,u.GENERIC_FAILURE);r.push(`Extension search provider "${o.name}" failed; falling back to built-in provider (${h instanceof Error?h.message:String(h)})`)}if(f.length===0){if(!n)throw new p(`No embedding executor available for reindex mode '${t}'`,u.USAGE);let h=await ti(n,e,m,{onProgress:w=>{w.phase==="complete"&&(i.batches_completed=w.batch_index),N(a,`embedding_batch_${w.phase} batch=${w.batch_index}/${w.batch_total} size=${w.batch_size} completed_inputs=${w.completed_inputs}/${w.total_inputs}`)}});r.push(...h.warnings),f=h.vectors,_=bt(n.name,n.model)}if(N(a,`embedding_complete vectors=${f.length}`),f.length!==s.length)throw new p(`Embedding output size mismatch (expected ${s.length}, received ${f.length})`,u.GENERIC_FAILURE);if(!_)throw new p(`No embedding identity available for reindex mode '${t}'`,u.USAGE);return{vectors:f,embeddingIdentity:_}}async function kh(e,t,n,o,s,r){let i=Object.keys(n);if(t){if(i.length>0&&t.delete)try{await Promise.resolve(t.delete({ids:i.sort((a,c)=>a.localeCompare(c)),settings:o}))}catch(a){throw new p(`Extension vector adapter "${t.adapterName}" failed to delete vectors during reindex reset: ${a instanceof Error?a.message:String(a)}`,u.GENERIC_FAILURE)}else i.length>0&&s.push(`search_semantic_reindex_reset_skipped:adapter=${t.adapterName}:known_ids=${i.length}`);if(!e)return}e&&await ri(e,i,{},r)}async function xl(e,t,n,o,s){if(n.length!==0){if(t){if(t.delete)try{await Promise.resolve(t.delete({ids:n,settings:o}))}catch(r){throw new p(`Extension vector adapter "${t.adapterName}" failed to delete orphan vectors during reindex: ${r instanceof Error?r.message:String(r)}`,u.GENERIC_FAILURE)}else s.push(`search_semantic_reindex_orphan_prune_skipped:adapter=${t.adapterName}:count=${n.length}`);if(!e)return}e&&await si(e,n)}}function Sh(e){return{enabled:e!=="keyword",stale_items:0,unchanged_items:0,embedded_items:0,vector_upserted:0,batches_completed:0}}function Ih(e,t,n){return{version:1,mode:e,generated_at:t,total_items:n.length,items:n.map(o=>({id:o.metadata.id,type:o.metadata.type,status:o.metadata.status,priority:o.metadata.priority,updated_at:o.metadata.updated_at}))}}function Eh(e){if(e.requestedMode==="keyword")return{activeEmbeddingProvider:null,activeVectorStore:null};let t=to(e.settings);if(!t.active&&!e.extensionEmbedding)throw new p(`Reindex mode '${e.requestedMode}' requires a configured embedding provider in settings.providers.openai/settings.providers.ollama or an extension provider selected by settings.search.provider`,u.USAGE);let n=ni(e.settings,e.pmRoot);if(!n.active&&!e.extensionVectorAdapter)throw new p(`Reindex mode '${e.requestedMode}' requires a configured vector store in settings.vector_store.qdrant/settings.vector_store.lancedb or an extension adapter selected by settings.vector_store.adapter`,u.USAGE);return{activeEmbeddingProvider:t.active,activeVectorStore:n.active}}async function xh(e){let t=P(e.settings,T()),n=await hh(e.pmRoot,e.settings.item_format,t.type_to_folder,e.settings.schema);return{documentCandidates:n.candidates,warnings:[...n.warnings],metadataDocuments:n.candidates.map(o=>({metadata:o.metadata,body:typeof o.body=="string"?o.body:""}))}}async function Rh(e){let t=await so(e.pmRoot);if(e.reindexWarnings.push(...t.warnings),e.forceFullSemantic&&e.reindexWarnings.push("search_semantic_reindex_full_ignored:mode_keyword"),!t.embedding)return;let n=(()=>{try{return Il(e.settings,to(e.settings).active,e.extensionEmbedding)}catch{return null}})();n&&Kt(t.embedding,n)&&(e.reindexWarnings.push("search_semantic_reindex_requires_rebuild:embedding_identity_changed"),e.reindexWarnings.push(uh))}async function Ah(e){let t=await so(e.pmRoot);e.semanticWarnings.push(...t.warnings);let n=Il(e.settings,e.activeEmbeddingProvider,e.extensionEmbedding),o=new Set(e.metadataDocuments.map(d=>d.metadata.id)),s=vh(t.entries,o),r=Kt(t.embedding,n);e.forceFullSemantic&&!r&&e.semanticWarnings.push("search_semantic_reindex_full_rebuild_forced");let i=e.forceFullSemantic||r?e.metadataDocuments:e.metadataDocuments.filter(d=>t.entries[d.metadata.id]!==d.metadata.updated_at),a=new Set(i.map(d=>d.metadata.id)),c=a.size>0?await Ds(e.pmRoot,e.documentCandidates,e.settings.schema,e.reindexWarnings,a):[];return{ledgerEntries:t.entries,ledgerEmbedding:t.embedding,orphanIds:s,resetRequired:r,staleDocuments:c,freshDocuments:e.metadataDocuments.length-c.length}}async function Ch(e){let t=new Set(e.metadataDocuments.map(s=>s.metadata.id)),n=await Ds(e.pmRoot,e.documentCandidates,e.settings.schema,e.reindexWarnings,t);e.semanticSummary.stale_items=n.length,e.semanticSummary.unchanged_items=0,N(e.progressEnabled,`embedding_dimension_changed reset_items=${n.length}`);let o=await El(e.settings,e.requestedMode,e.activeEmbeddingProvider,e.extensionEmbedding,n,e.semanticWarnings,e.semanticSummary,e.progressEnabled);return{...o,staleDocuments:n,vectorDimension:oo(o.vectors,"Reindex embeddings")}}async function Th(e){let t=await El(e.settings,e.requestedMode,e.activeEmbeddingProvider,e.extensionEmbedding,e.staleDocuments,e.semanticWarnings,e.semanticSummary,e.progressEnabled),n=t.vectors,o=t.embeddingIdentity,s=oo(n,"Reindex embeddings");if(!(!e.resetRequired&&(Kt(e.ledgerEmbedding,o)||ai(e.ledgerEmbedding,s))))return{vectors:n,embeddingIdentity:o,staleDocuments:e.staleDocuments,vectorDimension:s,resetRequired:e.resetRequired};let i=await Ch(e);return n=i.vectors,o=i.embeddingIdentity,s=i.vectorDimension,{vectors:n,embeddingIdentity:o,staleDocuments:i.staleDocuments,vectorDimension:s,resetRequired:!0}}async function Oh(e){if(e.extensionVectorAdapter)try{let t=e.extensionVectorAdapter.adapterName;if(N(e.progressEnabled,`vector_upsert_start adapter=${t} points=${e.points.length}`),typeof e.extensionVectorAdapter.upsert!="function")throw new p(`Extension vector adapter "${t}" does not support upserting vectors.`,u.USAGE);await Promise.resolve(e.extensionVectorAdapter.upsert({points:e.points,settings:e.settings})),e.semanticSummary.vector_upserted=e.points.length,N(e.progressEnabled,`vector_upsert_complete adapter=${t}`);return}catch(t){if(t instanceof p)throw t;if(!e.activeVectorStore)throw new p(`Extension vector adapter "${e.extensionVectorAdapter.adapterName}" failed to upsert vectors: ${t instanceof Error?t.message:String(t)}`,u.GENERIC_FAILURE);e.semanticWarnings.push(`Extension vector adapter "${e.extensionVectorAdapter.adapterName}" failed; falling back to built-in vector store (${t instanceof Error?t.message:String(t)})`),N(e.progressEnabled,"vector_upsert_fallback built_in_store")}if(e.activeVectorStore){N(e.progressEnabled,`vector_upsert_start adapter=${e.activeVectorStore.name} points=${e.points.length}`),await oi(e.activeVectorStore,e.points),e.semanticSummary.vector_upserted=e.points.length,N(e.progressEnabled,`vector_upsert_complete adapter=${e.activeVectorStore.name}`);return}throw new p(`No vector upsert executor available for reindex mode '${e.requestedMode}'`,u.USAGE)}function $h(e,t){return e.map((n,o)=>({id:n.metadata.id,vector:Ns(t[o],`reindex embeddings output at index ${o}`),payload:{id:n.metadata.id,type:n.metadata.type,status:n.metadata.status,priority:n.metadata.priority,updated_at:n.metadata.updated_at}}))}async function Ph(e){N(e.progressEnabled,`embedding_start items=${e.plan.staleDocuments.length} unchanged_items=${e.plan.freshDocuments}`);let t=await Th({pmRoot:e.pmRoot,settings:e.settings,requestedMode:e.requestedMode,activeEmbeddingProvider:e.activeEmbeddingProvider,extensionEmbedding:e.extensionEmbedding,documentCandidates:e.documentCandidates,metadataDocuments:e.metadataDocuments,staleDocuments:e.plan.staleDocuments,ledgerEmbedding:e.plan.ledgerEmbedding,resetRequired:e.plan.resetRequired,semanticWarnings:e.semanticWarnings,reindexWarnings:e.reindexWarnings,semanticSummary:e.semanticSummary,progressEnabled:e.progressEnabled});t.resetRequired?(N(e.progressEnabled,"vector_reset_start"),await kh(e.activeVectorStore,e.extensionVectorAdapter,e.plan.ledgerEntries,e.settings,e.semanticWarnings,e.plan.ledgerEmbedding?t.vectorDimension:void 0),N(e.progressEnabled,"vector_reset_complete")):await xl(e.activeVectorStore,e.extensionVectorAdapter,e.plan.orphanIds,e.settings,e.semanticWarnings);let n=$h(t.staleDocuments,t.vectors);return e.semanticSummary.embedded_items=t.vectors.length,await Oh({requestedMode:e.requestedMode,activeVectorStore:e.activeVectorStore,extensionVectorAdapter:e.extensionVectorAdapter,settings:e.settings,points:n,semanticWarnings:e.semanticWarnings,semanticSummary:e.semanticSummary,progressEnabled:e.progressEnabled}),{staleDocuments:t.staleDocuments,embeddingMetadata:ii(t.embeddingIdentity,t.vectorDimension)}}async function Fh(e){let t=await Ah(e);e.semanticSummary.stale_items=t.staleDocuments.length,e.semanticSummary.unchanged_items=t.freshDocuments;let n=Object.fromEntries(e.metadataDocuments.map(r=>[r.metadata.id,r.metadata.updated_at]));if(N(e.progressEnabled,`semantic_stale_items stale=${t.staleDocuments.length} total=${e.metadataDocuments.length} unchanged=${t.freshDocuments} full=${e.forceFullSemantic||t.resetRequired}`),t.staleDocuments.length===0)return N(e.progressEnabled,`embedding_skipped unchanged_items=${t.freshDocuments}`),e.semanticWarnings.push(`search_semantic_reindex_skipped_unchanged:count=${t.freshDocuments}`),await xl(e.activeVectorStore,e.extensionVectorAdapter,t.orphanIds,e.settings,e.semanticWarnings),{documentsForKeywordArtifacts:e.documentsForKeywordArtifacts,vectorizationLedgerEntries:n,vectorizationEmbeddingMetadata:t.ledgerEmbedding};let o=await Ph({...e,plan:t});t.freshDocuments>0&&e.semanticWarnings.push(`search_semantic_reindex_skipped_unchanged:count=${t.freshDocuments}`);let s=new Map(o.staleDocuments.map(r=>[r.metadata.id,r]));return{documentsForKeywordArtifacts:e.metadataDocuments.map(r=>s.get(r.metadata.id)??r),vectorizationLedgerEntries:n,vectorizationEmbeddingMetadata:o.embeddingMetadata}}async function Lh(e){let t=Ct.join(e.pmRoot,Ls),n=Ct.join(e.pmRoot,Ms),o=no(e.settings),s=e.documentsForKeywordArtifacts.map(i=>JSON.stringify(gh(i,e.mode,o))).join(`
|
|
2083
|
+
end`}var ph={bash:'Add to ~/.bashrc or ~/.bash_profile: eval "$(pm completion bash)"',zsh:'Add to ~/.zshrc: eval "$(pm completion zsh)"',fish:"Run: pm completion fish > ~/.config/fish/completions/pm.fish"};function uh(e,t=[],n=[],o=!1,s={}){let r=e.trim().toLowerCase();if(!fl.includes(r))throw new p(`Unknown shell: "${e}". Supported shells: ${fl.join(", ")}.`,u.USAGE);let i=r,a;return i==="bash"?a=dh(t,n,o,s):i==="zsh"?a=lh(t,n,o,s):a=mh(t,n,o,s),{shell:i,script:a,setup_hint:ph[i]}}import fh from"node:fs/promises";import Ct 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]="fc124f85-8d28-508b-a3f7-2fe767382197")}catch{}})();var Ls="index/manifest.json",Ms="search/embeddings.jsonl",_h="Provider or model has changed since last index. Run pm reindex --mode semantic to rebuild.";function hh(e){return e.progress===!0||process.stderr.isTTY===!0}function N(e,t){if(e)try{process.stderr.write(`[pm reindex] ${t}
|
|
2084
|
+
`)}catch{}}function gh(e){let t=(e??"keyword").trim().toLowerCase();if(t==="keyword")return"keyword";if(t==="semantic"||t==="hybrid")return t;throw new p("Reindex mode must be one of keyword|semantic|hybrid",u.USAGE)}async function yh(e,t,n,o){let s=[];return{candidates:await Kr(e,t,n,s,o),warnings:s}}async function Ds(e,t,n,o,s){let r=He(O()),i=[];for(let a of t)if(!(s&&!s.has(a.metadata.id))){if(typeof a.body=="string"){i.push({metadata:a.metadata,body:a.body});continue}try{let c=await fh.readFile(a.item_path,"utf8"),d=jt(c,{format:a.item_format,schema:n,extensionFieldNames:r,onWarning:l=>o.push(l)});i.push({metadata:a.metadata,body:d.body})}catch{o.push(`item_list_item_read_failed:${Ct.relative(e,a.item_path)}`),i.push({metadata:a.metadata,body:""})}}return i}function bh(e,t,n){let o=e.metadata;return{id:o.id,mode:t,updated_at:o.updated_at,corpus:Zr(e,{fields:n})}}var ct=Vs;function wh(e){let t=O(),n=ct(e.search?.provider);if(!n)return null;let o=cr(t,n);if(!o)return null;let s=o.runtime_definition??o.definition,r=ct(s.name)??ct(o.definition.name);if(!r)return null;let i=s.embedBatch,a=s.embed_batch,c=s.embed,d=typeof i=="function"?i:typeof a=="function"?a:void 0,l=typeof c=="function"?c:void 0;return!d&&!l?null:{name:r,embedBatch:d,embed:l}}function vh(e){let t=O(),n=ct(e.vector_store?.adapter);if(!n)return null;let o=dr(t,n);if(!o)return null;let s=o.runtime_definition??o.definition,r=ct(s.name)??ct(o.definition.name);if(!r)return null;let i=s.upsert,a=s.delete;return{adapterName:r,...typeof i=="function"?{upsert:i}:{},...typeof a=="function"?{delete:a}:{}}}function Ns(e,t){if(!Array.isArray(e)||e.some(n=>typeof n!="number"||!Number.isFinite(n)))throw new p(`Invalid vector returned by ${t}`,u.GENERIC_FAILURE);return e}async function kh(e,t,n){let o=t.search?.embedding_model?.trim()||"text-embedding-3-small";if(e.embedBatch){let r=await Promise.resolve(e.embedBatch({inputs:n,settings:t,model:o}));if(!Array.isArray(r))throw new p(`Extension search provider "${e.name}" embedBatch must return an array of vectors`,u.GENERIC_FAILURE);return r.map((i,a)=>Ns(i,`extension search provider "${e.name}" embedBatch output at index ${a}`))}if(!e.embed)throw new p(`Extension search provider "${e.name}" does not implement embed/embedBatch`,u.GENERIC_FAILURE);let s=[];for(let[r,i]of n.entries()){let a=await Promise.resolve(e.embed({input:i,settings:t,model:o}));s.push(Ns(a,`extension search provider "${e.name}" embed output at index ${r}`))}return s}function Il(e){return e.search?.embedding_model?.trim()||"text-embedding-3-small"}function El(e,t,n){let o=n?bt(n.name,Il(e)):t?bt(t.name,t.model):null;if(!o)throw new p("No embedding identity available for semantic reindex mode",u.USAGE);return o}function Sh(e,t){return Object.keys(e).filter(n=>!t.has(n)).sort((n,o)=>n.localeCompare(o))}async function xl(e,t,n,o,s,r,i,a){let c=o?.name??n?.name,d=Qr(c,e.search.embedding_corpus_max_characters).maxCharacters,l=no(e),m=s.map(h=>ei(h,{providerName:c,maxCharacters:d,fields:l})),f=[],_=null;if(o)try{f=await kh(o,e,m),_=bt(o.name,Il(e))}catch(h){if(!n)throw new p(`Extension search provider "${o.name}" failed to generate embeddings: ${h instanceof Error?h.message:String(h)}`,u.GENERIC_FAILURE);r.push(`Extension search provider "${o.name}" failed; falling back to built-in provider (${h instanceof Error?h.message:String(h)})`)}if(f.length===0){if(!n)throw new p(`No embedding executor available for reindex mode '${t}'`,u.USAGE);let h=await ti(n,e,m,{onProgress:w=>{w.phase==="complete"&&(i.batches_completed=w.batch_index),N(a,`embedding_batch_${w.phase} batch=${w.batch_index}/${w.batch_total} size=${w.batch_size} completed_inputs=${w.completed_inputs}/${w.total_inputs}`)}});r.push(...h.warnings),f=h.vectors,_=bt(n.name,n.model)}if(N(a,`embedding_complete vectors=${f.length}`),f.length!==s.length)throw new p(`Embedding output size mismatch (expected ${s.length}, received ${f.length})`,u.GENERIC_FAILURE);if(!_)throw new p(`No embedding identity available for reindex mode '${t}'`,u.USAGE);return{vectors:f,embeddingIdentity:_}}async function Ih(e,t,n,o,s,r){let i=Object.keys(n);if(t){if(i.length>0&&t.delete)try{await Promise.resolve(t.delete({ids:i.sort((a,c)=>a.localeCompare(c)),settings:o}))}catch(a){throw new p(`Extension vector adapter "${t.adapterName}" failed to delete vectors during reindex reset: ${a instanceof Error?a.message:String(a)}`,u.GENERIC_FAILURE)}else i.length>0&&s.push(`search_semantic_reindex_reset_skipped:adapter=${t.adapterName}:known_ids=${i.length}`);if(!e)return}e&&await ri(e,i,{},r)}async function Rl(e,t,n,o,s){if(n.length!==0){if(t){if(t.delete)try{await Promise.resolve(t.delete({ids:n,settings:o}))}catch(r){throw new p(`Extension vector adapter "${t.adapterName}" failed to delete orphan vectors during reindex: ${r instanceof Error?r.message:String(r)}`,u.GENERIC_FAILURE)}else s.push(`search_semantic_reindex_orphan_prune_skipped:adapter=${t.adapterName}:count=${n.length}`);if(!e)return}e&&await si(e,n)}}function Eh(e){return{enabled:e!=="keyword",stale_items:0,unchanged_items:0,embedded_items:0,vector_upserted:0,batches_completed:0}}function xh(e,t,n){return{version:1,mode:e,generated_at:t,total_items:n.length,items:n.map(o=>({id:o.metadata.id,type:o.metadata.type,status:o.metadata.status,priority:o.metadata.priority,updated_at:o.metadata.updated_at}))}}function Rh(e){if(e.requestedMode==="keyword")return{activeEmbeddingProvider:null,activeVectorStore:null};let t=to(e.settings);if(!t.active&&!e.extensionEmbedding)throw new p(`Reindex mode '${e.requestedMode}' requires a configured embedding provider in settings.providers.openai/settings.providers.ollama or an extension provider selected by settings.search.provider`,u.USAGE);let n=ni(e.settings,e.pmRoot);if(!n.active&&!e.extensionVectorAdapter)throw new p(`Reindex mode '${e.requestedMode}' requires a configured vector store in settings.vector_store.qdrant/settings.vector_store.lancedb or an extension adapter selected by settings.vector_store.adapter`,u.USAGE);return{activeEmbeddingProvider:t.active,activeVectorStore:n.active}}async function Ah(e){let t=P(e.settings,O()),n=await yh(e.pmRoot,e.settings.item_format,t.type_to_folder,e.settings.schema);return{documentCandidates:n.candidates,warnings:[...n.warnings],metadataDocuments:n.candidates.map(o=>({metadata:o.metadata,body:typeof o.body=="string"?o.body:""}))}}async function Ch(e){let t=await so(e.pmRoot);if(e.reindexWarnings.push(...t.warnings),e.forceFullSemantic&&e.reindexWarnings.push("search_semantic_reindex_full_ignored:mode_keyword"),!t.embedding)return;let n=(()=>{try{return El(e.settings,to(e.settings).active,e.extensionEmbedding)}catch{return null}})();n&&Kt(t.embedding,n)&&(e.reindexWarnings.push("search_semantic_reindex_requires_rebuild:embedding_identity_changed"),e.reindexWarnings.push(_h))}async function Th(e){let t=await so(e.pmRoot);e.semanticWarnings.push(...t.warnings);let n=El(e.settings,e.activeEmbeddingProvider,e.extensionEmbedding),o=new Set(e.metadataDocuments.map(d=>d.metadata.id)),s=Sh(t.entries,o),r=Kt(t.embedding,n);e.forceFullSemantic&&!r&&e.semanticWarnings.push("search_semantic_reindex_full_rebuild_forced");let i=e.forceFullSemantic||r?e.metadataDocuments:e.metadataDocuments.filter(d=>t.entries[d.metadata.id]!==d.metadata.updated_at),a=new Set(i.map(d=>d.metadata.id)),c=a.size>0?await Ds(e.pmRoot,e.documentCandidates,e.settings.schema,e.reindexWarnings,a):[];return{ledgerEntries:t.entries,ledgerEmbedding:t.embedding,orphanIds:s,resetRequired:r,staleDocuments:c,freshDocuments:e.metadataDocuments.length-c.length}}async function Oh(e){let t=new Set(e.metadataDocuments.map(s=>s.metadata.id)),n=await Ds(e.pmRoot,e.documentCandidates,e.settings.schema,e.reindexWarnings,t);e.semanticSummary.stale_items=n.length,e.semanticSummary.unchanged_items=0,N(e.progressEnabled,`embedding_dimension_changed reset_items=${n.length}`);let o=await xl(e.settings,e.requestedMode,e.activeEmbeddingProvider,e.extensionEmbedding,n,e.semanticWarnings,e.semanticSummary,e.progressEnabled);return{...o,staleDocuments:n,vectorDimension:oo(o.vectors,"Reindex embeddings")}}async function $h(e){let t=await xl(e.settings,e.requestedMode,e.activeEmbeddingProvider,e.extensionEmbedding,e.staleDocuments,e.semanticWarnings,e.semanticSummary,e.progressEnabled),n=t.vectors,o=t.embeddingIdentity,s=oo(n,"Reindex embeddings");if(!(!e.resetRequired&&(Kt(e.ledgerEmbedding,o)||ai(e.ledgerEmbedding,s))))return{vectors:n,embeddingIdentity:o,staleDocuments:e.staleDocuments,vectorDimension:s,resetRequired:e.resetRequired};let i=await Oh(e);return n=i.vectors,o=i.embeddingIdentity,s=i.vectorDimension,{vectors:n,embeddingIdentity:o,staleDocuments:i.staleDocuments,vectorDimension:s,resetRequired:!0}}async function Ph(e){if(e.extensionVectorAdapter)try{let t=e.extensionVectorAdapter.adapterName;if(N(e.progressEnabled,`vector_upsert_start adapter=${t} points=${e.points.length}`),typeof e.extensionVectorAdapter.upsert!="function")throw new p(`Extension vector adapter "${t}" does not support upserting vectors.`,u.USAGE);await Promise.resolve(e.extensionVectorAdapter.upsert({points:e.points,settings:e.settings})),e.semanticSummary.vector_upserted=e.points.length,N(e.progressEnabled,`vector_upsert_complete adapter=${t}`);return}catch(t){if(t instanceof p)throw t;if(!e.activeVectorStore)throw new p(`Extension vector adapter "${e.extensionVectorAdapter.adapterName}" failed to upsert vectors: ${t instanceof Error?t.message:String(t)}`,u.GENERIC_FAILURE);e.semanticWarnings.push(`Extension vector adapter "${e.extensionVectorAdapter.adapterName}" failed; falling back to built-in vector store (${t instanceof Error?t.message:String(t)})`),N(e.progressEnabled,"vector_upsert_fallback built_in_store")}if(e.activeVectorStore){N(e.progressEnabled,`vector_upsert_start adapter=${e.activeVectorStore.name} points=${e.points.length}`),await oi(e.activeVectorStore,e.points),e.semanticSummary.vector_upserted=e.points.length,N(e.progressEnabled,`vector_upsert_complete adapter=${e.activeVectorStore.name}`);return}throw new p(`No vector upsert executor available for reindex mode '${e.requestedMode}'`,u.USAGE)}function Fh(e,t){return e.map((n,o)=>({id:n.metadata.id,vector:Ns(t[o],`reindex embeddings output at index ${o}`),payload:{id:n.metadata.id,type:n.metadata.type,status:n.metadata.status,priority:n.metadata.priority,updated_at:n.metadata.updated_at}}))}async function Lh(e){N(e.progressEnabled,`embedding_start items=${e.plan.staleDocuments.length} unchanged_items=${e.plan.freshDocuments}`);let t=await $h({pmRoot:e.pmRoot,settings:e.settings,requestedMode:e.requestedMode,activeEmbeddingProvider:e.activeEmbeddingProvider,extensionEmbedding:e.extensionEmbedding,documentCandidates:e.documentCandidates,metadataDocuments:e.metadataDocuments,staleDocuments:e.plan.staleDocuments,ledgerEmbedding:e.plan.ledgerEmbedding,resetRequired:e.plan.resetRequired,semanticWarnings:e.semanticWarnings,reindexWarnings:e.reindexWarnings,semanticSummary:e.semanticSummary,progressEnabled:e.progressEnabled});t.resetRequired?(N(e.progressEnabled,"vector_reset_start"),await Ih(e.activeVectorStore,e.extensionVectorAdapter,e.plan.ledgerEntries,e.settings,e.semanticWarnings,e.plan.ledgerEmbedding?t.vectorDimension:void 0),N(e.progressEnabled,"vector_reset_complete")):await Rl(e.activeVectorStore,e.extensionVectorAdapter,e.plan.orphanIds,e.settings,e.semanticWarnings);let n=Fh(t.staleDocuments,t.vectors);return e.semanticSummary.embedded_items=t.vectors.length,await Ph({requestedMode:e.requestedMode,activeVectorStore:e.activeVectorStore,extensionVectorAdapter:e.extensionVectorAdapter,settings:e.settings,points:n,semanticWarnings:e.semanticWarnings,semanticSummary:e.semanticSummary,progressEnabled:e.progressEnabled}),{staleDocuments:t.staleDocuments,embeddingMetadata:ii(t.embeddingIdentity,t.vectorDimension)}}async function Mh(e){let t=await Th(e);e.semanticSummary.stale_items=t.staleDocuments.length,e.semanticSummary.unchanged_items=t.freshDocuments;let n=Object.fromEntries(e.metadataDocuments.map(r=>[r.metadata.id,r.metadata.updated_at]));if(N(e.progressEnabled,`semantic_stale_items stale=${t.staleDocuments.length} total=${e.metadataDocuments.length} unchanged=${t.freshDocuments} full=${e.forceFullSemantic||t.resetRequired}`),t.staleDocuments.length===0)return N(e.progressEnabled,`embedding_skipped unchanged_items=${t.freshDocuments}`),e.semanticWarnings.push(`search_semantic_reindex_skipped_unchanged:count=${t.freshDocuments}`),await Rl(e.activeVectorStore,e.extensionVectorAdapter,t.orphanIds,e.settings,e.semanticWarnings),{documentsForKeywordArtifacts:e.documentsForKeywordArtifacts,vectorizationLedgerEntries:n,vectorizationEmbeddingMetadata:t.ledgerEmbedding};let o=await Lh({...e,plan:t});t.freshDocuments>0&&e.semanticWarnings.push(`search_semantic_reindex_skipped_unchanged:count=${t.freshDocuments}`);let s=new Map(o.staleDocuments.map(r=>[r.metadata.id,r]));return{documentsForKeywordArtifacts:e.metadataDocuments.map(r=>s.get(r.metadata.id)??r),vectorizationLedgerEntries:n,vectorizationEmbeddingMetadata:o.embeddingMetadata}}async function Nh(e){let t=Ct.join(e.pmRoot,Ls),n=Ct.join(e.pmRoot,Ms),o=no(e.settings),s=e.documentsForKeywordArtifacts.map(i=>JSON.stringify(bh(i,e.mode,o))).join(`
|
|
2079
2085
|
`);N(e.progressEnabled,"writing keyword artifacts"),await W(t,`${JSON.stringify(e.manifest,null,2)}
|
|
2080
2086
|
`),await W(n,`${s}
|
|
2081
|
-
`);let r=[];if(e.mode!=="keyword")try{N(e.progressEnabled,"writing vectorization status ledger"),await ci(e.pmRoot,e.vectorizationLedgerEntries,e.vectorizationEmbeddingMetadata)}catch(i){r.push(`search_vectorization_status_ledger_write_failed:${i instanceof Error?i.message:String(i)}`)}return r}async function Mh(e,t){let n=_h(e.mode),o=fh(e),s=e.full===!0;N(o,`start mode=${n}`);let r=E(process.cwd(),t.path);if(!await x(A(r)))throw new p(`Tracker is not initialized at ${r}. Run pm init first.`,u.NOT_FOUND);let i=Vr(await R(r)).settings,a=null;try{a=await J(r,Wr,i.locks.ttl_seconds,C(void 0,"pm-reindex"),!1,i.governance.force_required_for_stale_lock,i.locks.wait_ms)}catch(c){throw c instanceof p&&c.exitCode===u.CONFLICT?new p("Another pm reindex run is already active for this project. Wait for it to finish before starting a new keyword, semantic, or hybrid reindex.",u.CONFLICT,{code:"reindex_already_running",type:"urn:pm-cli:error:reindex_already_running",why:"Semantic reindex can be expensive and duplicate runs compete for the same local embedding model and vector store.",nextSteps:["Check active pm reindex processes before starting another reindex.","Rerun with --progress when you need non-interactive visibility."]}):c}try{let c=yh(i),d=bh(i),l=Eh({requestedMode:n,pmRoot:r,settings:i,extensionEmbedding:c,extensionVectorAdapter:d}),m=n;N(o,"loading item corpus");let f=await xh({pmRoot:r,settings:i}),_=f.warnings,{documentCandidates:h,metadataDocuments:w}=f;N(o,`loaded_items=${w.length}`);let y=S(),g=Ih(m,y,w),k=Ct.join(r,Ls),I=Ct.join(r,Ms),F=m==="keyword"?await Ds(r,h,i.schema,_):w,$=[],B={},j=null,ee=Sh(m);if(m==="keyword"&&await Rh({pmRoot:r,settings:i,forceFullSemantic:s,extensionEmbedding:c,reindexWarnings:_}),m!=="keyword"){let U=await Fh({pmRoot:r,settings:i,requestedMode:n,activeEmbeddingProvider:l.activeEmbeddingProvider,activeVectorStore:l.activeVectorStore,extensionEmbedding:c,extensionVectorAdapter:d,documentCandidates:h,metadataDocuments:w,documentsForKeywordArtifacts:F,forceFullSemantic:s,reindexWarnings:_,semanticWarnings:$,semanticSummary:ee,progressEnabled:o});F=U.documentsForKeywordArtifacts,B=U.vectorizationLedgerEntries,j=U.vectorizationEmbeddingMetadata}let V=await Lh({pmRoot:r,mode:m,manifest:g,documentsForKeywordArtifacts:F,settings:i,vectorizationLedgerEntries:B,vectorizationEmbeddingMetadata:j,progressEnabled:o}),re=[...await M({path:k,scope:"project",op:"reindex:manifest"}),...await M({path:I,scope:"project",op:"reindex:embeddings"}),...await ir({mode:m,total_items:w.length})];return N(o,"done"),{ok:!0,mode:m,total_items:w.length,semantic:ee,artifacts:{manifest:Ls,embeddings:Ms},warnings:[..._,...$,...V,...re],generated_at:y}}finally{await a?.()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="a387cd7a-cb16-5082-80e1-9632ebd02480")}catch{}})();var Ol=Symbol("pm.active-extension-host-context");function Q(e){return{fullChangedFields:!0,options:e}}var v=class e{defaults;constructor(t={}){this.defaults={...t.pmRoot===void 0?{}:{path:t.pmRoot},...t.cwd===void 0?{}:{cwd:t.cwd},...t.author===void 0?{}:{author:t.author},...t.noExtensions===void 0?{}:{noExtensions:t.noExtensions}}}static forActiveExtensionHost(t){let n=new e({...t,noExtensions:!0});return n.defaults[Ol]=!0,n}run(t,n={}){return Bh({...this.defaults,...n,action:t})}runTyped(t,n={}){return this.run(t,n)}context(t={}){return this.runTyped("context",{options:t})}listAllItemMetadataLight(){return kc(this.defaults.path,this.defaults.cwd)}list(t={}){return this.runTyped("list",{options:t})}search(t,n={}){return this.runTyped("search",{query:t,options:n})}get(t,n={}){return this.runTyped("get",{id:t,options:n})}next(t={}){return this.runTyped("next",{options:t})}aggregate(t={}){return this.runTyped("aggregate",{options:t})}stats(t={}){return this.runTyped("stats",{options:t})}duplicates(t={}){return this.runTyped("duplicates",{options:t})}comments(t,n={}){return this.runTyped("comments",{id:t,options:n})}notes(t,n={}){return this.runTyped("notes",{id:t,options:n})}learnings(t,n={}){return this.runTyped("learnings",{id:t,options:n})}files(t,n={}){return this.runTyped("files",{id:t,options:n})}filesDiscover(t,n={}){return this.runTyped("files-discover",{id:t,options:n})}filesLookup(t){return this.runTyped("files-lookup",{options:t})}docs(t,n={}){return this.runTyped("docs",{id:t,options:n})}deps(t,n={}){return this.runTyped("deps",{id:t,options:n})}graph(t,n={},o={}){return this.runTyped("graph",{subcommand:t,...n,options:o})}append(t,n,o={}){return this.runTyped("append",{id:t,...Q({...o,body:n})})}init(t,n={}){return this.runTyped("init",{...t===void 0?{}:{prefix:t},options:n})}config(t,n,o,s,r={}){return this.runTyped("config",{scope:t,configAction:n,...o===void 0?{}:{key:o},...s===void 0?{}:{value:s},options:r})}schema(t,n={}){return this.runTyped("schema",{options:{...n,subcommand:t}})}schemaList(){return this.runTyped("schema",{options:{subcommand:"list"}})}schemaShow(t){return this.runTyped("schema",{name:t,options:{subcommand:"show"}})}schemaAddType(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-type"}})}schemaRemoveType(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-type"}})}schemaAddStatus(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-status"}})}schemaRemoveStatus(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-status"}})}schemaAddField(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-field"}})}schemaRemoveField(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-field"}})}schemaListFields(){return this.runTyped("schema",{options:{subcommand:"list-fields"}})}schemaShowField(t){return this.runTyped("schema",{name:t,options:{subcommand:"show-field"}})}schemaApplyPreset(t,n={}){return this.runTyped("schema",{typePreset:t,options:{...n,subcommand:"apply-preset"}})}schemaInferTypes(t={}){return this.runTyped("schema",{options:{...t,subcommand:"add-type",infer:!0}})}schemaRenameType(t,n,o){return this.runTyped("schema",{name:t,options:{...o,subcommand:"rename-type",to:n}})}schemaRenameField(t,n,o,s){return this.runTyped("schema",{name:t,options:{...o,subcommand:"rename-field",to:n,...s?{fieldTypeScope:s}:{}}})}schemaRemapStatus(t,n,o){return this.runTyped("schema",{name:t,options:{...o,subcommand:"remap-status",to:n}})}schemaShowStatus(t){return this.runTyped("schema",{name:t,options:{subcommand:"show-status"}})}profile(t,n={}){return this.runTyped("profile",{options:{...n,subcommand:t}})}profileList(){return this.runTyped("profile",{options:{subcommand:"list"}})}profileShow(t){return this.runTyped("profile",{name:t,options:{subcommand:"show"}})}profileApply(t,n={}){return this.runTyped("profile",{name:t,options:{...n,subcommand:"apply"}})}profileLint(t){return this.runTyped("profile",{name:t,options:{subcommand:"lint"}})}validate(t={}){return this.runTyped("validate",{options:t})}health(t={}){return this.runTyped("health",{options:t})}gc(t={}){return this.runTyped("gc",{options:t})}assurance(t){return this.runTyped("assurance",{options:{...t,subcommand:t.action}})}historyRedact(t,n){return this.runTyped("history-redact",{id:t,options:n})}historyRepair(t,n={}){return this.runTyped("history-repair",{id:t,options:n})}historyRepairAll(t={}){return this.runTyped("history-repair",{options:{...t,all:!0}})}historyCompact(t,n={}){return this.runTyped("history-compact",{id:t,options:n})}historyCompactBulk(t){return this.runTyped("history-compact",{options:t})}historyAuthorAcknowledge(t){return this.runTyped("history-author-acknowledge",{historyEvent:(t.events??[]).map(n=>`${n.item_id}:${String(n.line)}`),allActionable:t.all_actionable===!0,attributedAuthor:t.attributed_author,reviewer:t.reviewer,reason:t.reason})}plan(t,n,o={},s,r){return this.runTyped("plan",{...n===void 0?{}:{id:n},...s===void 0?{}:{stepRef:s},...r===void 0?{}:{reorderTo:r},options:{...o,subcommand:t}})}planCreate(t){return this.plan("create",void 0,t)}planShow(t,n={}){return this.plan("show",t,n)}planAddStep(t,n){return this.plan("add-step",t,n)}planUpdateStep(t,n,o){return this.plan("update-step",t,o,n)}planCompleteStep(t,n,o={}){return this.plan("complete-step",t,o,n)}planBlockStep(t,n,o){return this.plan("block-step",t,o,n)}planReorderStep(t,n,o,s={}){return this.plan("reorder-step",t,s,n,o)}planRemoveStep(t,n,o={}){return this.plan("remove-step",t,o,n)}planLink(t,n,o){return this.plan("link",t,o,n)}planUnlink(t,n,o){return this.plan("unlink",t,o,n)}planDecision(t,n){return this.plan("decision",t,n)}planDiscovery(t,n){return this.plan("discovery",t,n)}planValidation(t,n){return this.plan("validation",t,n)}planResume(t,n){return this.plan("resume",t,n)}planApprove(t,n={}){return this.plan("approve",t,n)}planMaterialize(t,n){return this.plan("materialize",t,n)}create(t={}){return this.runTyped("create",Q(t))}update(t,n={}){return this.runTyped("update",{id:t,...Q(n)})}close(t,n,o={}){return this.runTyped("close",{id:t,reason:n,...Q(o)})}claim(t,n={}){return this.runTyped("claim",{id:t,...Q(n)})}claimNext(t={}){return this.runTyped("claim",{next:!0,...Q(t)})}release(t,n={}){return this.runTyped("release",{id:t,...Q(n)})}copy(t,n={}){return this.runTyped("copy",{id:t,...Q(n)})}delete(t,n={}){return this.runTyped("delete",{id:t,...Q(n)})}restore(t,n,o={}){return this.runTyped("restore",{fullChangedFields:!0,id:t,options:{...o,target:n}})}focus(t,n={}){return this.runTyped("focus",{...t===void 0?{}:{id:t},...Q(n)})}startTask(t,n={}){return this.runTyped("start-task",{id:t,...Q(n)})}pauseTask(t,n={}){return this.runTyped("pause-task",{id:t,...Q(n)})}closeTask(t,n,o={}){return this.runTyped("close-task",{id:t,reason:n,...Q(o)})}extension(t,n={}){return this.runTyped("extension",{...t===void 0?{}:{target:t},options:n})}extensionList(t={}){return this.extension("list",t)}extensionActivate(t,n={}){return this.runTyped("extension-activate",{target:t,options:n})}extensionDeactivate(t,n={}){return this.runTyped("extension-deactivate",{target:t,options:n})}package(t,n={}){return this.runTyped("package",{...t===void 0?{}:{target:t},options:{...n,vocabulary:"package"}})}packageList(t={}){return this.package("list",t)}packageInstall(t,n={}){return this.runTyped("package-install",{target:t,options:n})}packageUninstall(t,n={}){return this.runTyped("package-uninstall",{target:t,options:n})}packageDoctor(t={}){return this.runTyped("package-doctor",{options:t})}packageManage(t,n={}){return this.runTyped("package-manage",{...t===void 0?{}:{target:t},options:n})}packageDescribe(t,n={}){return this.runTyped("package-describe",{...t===void 0?{}:{target:t},options:n})}packageReload(t={}){return this.runTyped("package-reload",{options:t})}packageCatalog(t={}){return this.runTyped("package-catalog",{options:t})}packageActivate(t,n={}){return this.runTyped("package-activate",{target:t,options:n})}packageDeactivate(t,n={}){return this.runTyped("package-deactivate",{target:t,options:n})}packageMigrate(t={}){return this.package(void 0,{...t,migrate:!0})}upgrade(t,n={}){return this.runTyped("upgrade",{...t===void 0?{}:{target:t},options:n})}};function oE(e={},t={}){return new v(t).context(e)}function sE(e={},t={}){return new v(t).list(e)}function rE(e,t={},n={}){return new v(n).search(e,t)}function iE(e,t={},n={}){return new v(n).get(e,t)}function aE(e={},t={}){return new v(t).next(e)}function cE(e={},t={}){return new v(t).aggregate(e)}function dE(e={},t={}){return new v(t).stats(e)}function lE(e={},t={}){return new v(t).duplicates(e)}function mE(e,t={},n={}){return new v(n).comments(e,t)}function pE(e,t={},n={}){return new v(n).notes(e,t)}function uE(e,t={},n={}){return new v(n).learnings(e,t)}function fE(e,t={},n={}){return new v(n).files(e,t)}function _E(e,t={},n={}){return new v(n).filesDiscover(e,t)}function hE(e,t={}){return new v(t).filesLookup(e)}function gE(e,t={},n={}){return new v(n).docs(e,t)}function yE(e,t={},n={}){return new v(n).deps(e,t)}function bE(e,t={},n={},o={}){return new v(o).graph(e,t,n)}function wE(e,t,n={},o={}){return new v(o).append(e,t,n)}function vE(e,t={},n={}){return new v(n).init(e,t)}function kE(e,t,n,o,s={},r={}){return new v(r).config(e,t,n,o,s)}function SE(e,t={},n={}){return new v(n).schema(e,t)}function IE(e={}){return new v(e).schemaList()}function EE(e,t={}){return new v(t).schemaShow(e)}function xE(e,t={},n={}){return new v(n).schemaAddType(e,t)}function RE(e,t={},n={}){return new v(n).schemaRemoveType(e,t)}function AE(e,t={},n={}){return new v(n).schemaAddStatus(e,t)}function CE(e,t={},n={}){return new v(n).schemaRemoveStatus(e,t)}function TE(e,t={},n={}){return new v(n).schemaAddField(e,t)}function OE(e,t={},n={}){return new v(n).schemaRemoveField(e,t)}function $E(e={}){return new v(e).schemaListFields()}function PE(e,t={}){return new v(t).schemaShowField(e)}function FE(e,t={},n={}){return new v(n).schemaApplyPreset(e,t)}function LE(e={},t={}){return new v(t).schemaInferTypes(e)}function ME(e,t,n,o={}){return new v(o).schemaRenameType(e,t,n)}function NE(e,t,n,o,s={}){return new v(s).schemaRenameField(e,t,n,o)}function DE(e,t,n,o={}){return new v(o).schemaRemapStatus(e,t,n)}function jE(e,t={}){return new v(t).schemaShowStatus(e)}function UE(e,t={},n={}){return new v(n).profile(e,t)}function GE(e={}){return new v(e).profileList()}function qE(e,t={}){return new v(t).profileShow(e)}function zE(e,t={},n={}){return new v(n).profileApply(e,t)}function HE(e,t={}){return new v(t).profileLint(e)}function BE(e={},t={}){return new v(t).validate(e)}function VE(e={},t={}){return new v(t).health(e)}function WE(e={},t={}){return new v(t).gc(e)}function KE(e,t,n={}){return new v(n).historyRedact(e,t)}function YE(e,t={},n={}){return new v(n).historyRepair(e,t)}function JE(e={},t={}){return new v(t).historyRepairAll(e)}function XE(e,t={},n={}){return new v(n).historyCompact(e,t)}function ZE(e,t={}){return new v(t).historyCompactBulk(e)}function QE(e={},t={}){return new v(t).create(e)}function ex(e,t={},n={}){return new v(n).update(e,t)}function tx(e,t,n={},o={}){return new v(o).close(e,t,n)}function nx(e,t={},n={}){return new v(n).claim(e,t)}function ox(e={},t={}){return new v(t).claimNext(e)}function sx(e,t={},n={}){return new v(n).release(e,t)}function rx(e,t={},n={}){return new v(n).copy(e,t)}function ix(e,t={},n={}){return new v(n).delete(e,t)}function ax(e,t,n={},o={}){return new v(o).restore(e,t,n)}function cx(e,t={},n={}){return new v(n).focus(e,t)}function dx(e,t={},n={}){return new v(n).startTask(e,t)}function lx(e,t={},n={}){return new v(n).pauseTask(e,t)}function mx(e,t,n={},o={}){return new v(o).closeTask(e,t,n)}function px(e,t={},n={}){return new v(n).extension(e,t)}function ux(e={},t={}){return new v(t).extensionList(e)}function fx(e,t={},n={}){return new v(n).extensionActivate(e,t)}function _x(e,t={},n={}){return new v(n).extensionDeactivate(e,t)}function hx(e,t={},n={}){return new v(n).package(e,t)}function gx(e={},t={}){return new v(t).packageList(e)}function yx(e,t={},n={}){return new v(n).packageInstall(e,t)}function bx(e,t={},n={}){return new v(n).packageUninstall(e,t)}function wx(e={},t={}){return new v(t).packageDoctor(e)}function vx(e,t={},n={}){return new v(n).packageManage(e,t)}function kx(e,t={},n={}){return new v(n).packageDescribe(e,t)}function Sx(e={},t={}){return new v(t).packageReload(e)}function Ix(e={},t={}){return new v(t).packageCatalog(e)}function Ex(e,t={},n={}){return new v(n).packageActivate(e,t)}function xx(e,t={},n={}){return new v(n).packageDeactivate(e,t)}function Rx(e,t={},n={}){return new v(n).upgrade(e,t)}function Dh(e,t,n){return JSON.stringify([Rl.resolve(e),Rl.resolve(n??process.cwd()),t.extensions.enabled,t.extensions.disabled,t.extensions.policy])}async function jh(e,t,n){let o=Dh(e,t,n);return Ec(o,()=>Eg(e,t,n))}async function Ax(e,t={}){let n=await R(e),o=t.extensionRegistrations??(t.noExtensions===!0?null:await jh(e,n,t.cwd)),s=P(n,o),r=q(n.schema),i=ft(n.schema);return{types:[...s.types],statuses:r.definitions.map(a=>a.id),openStatus:r.open_status,closeStatus:r.close_status,canceledStatus:r.canceled_status,fields:Sc(i.definitions),extensionCommands:Ic(o?.commands??[])}}async function Cx(e,t={}){let n=typeof e=="string"?{...t,pmRoot:e}:e??t,o={json:!0,quiet:n.quiet??!0,noExtensions:n.noExtensions??!1,noPager:!0,profile:n.profile??!1,path:n.pmRoot};return Eo(n,o)}function le(e,t){let n=b(e,t);if(!n)throw new p(`Missing required argument: ${t}`,64);return n}var Al=or(),$l=new Nh;function On(){Hn(Ys()),Bn(Js()),Vn(Xs()),Wn(Zs()),Kn(Qs()),Yn(er()),Jn(tr())}async function Pl(e,t,n,o){return sr(()=>t===void 0?Al.read(()=>Cl(e,n,o)):Al.write(()=>Gh(t,()=>Cl(e,n,o))))}async function Tx(e,t){let n=e.cwd,o=n??process.cwd();return Pl(tn({path:e.path,noExtensions:e.noExtensions}),n,o,()=>$l.run(!0,t))}async function Cl(e,t,n){let o=E(t,e.path);if(e.noExtensions)return On(),No({pmRoot:o},()=>n(null));if(!await x(A(o)))return On(),n(null);let s=null,r;try{let i=await R(o),a=await Gn({pmRoot:o,settings:i,cwd:t,noExtensions:!1}),c=await zn({...a,loaded:a.loaded});r={loadResult:a,activationResult:c},Hn(c.hooks),Bn(c.commands),Vn(c.parsers),Wn(c.preflight),Kn(c.services),Yn(c.renderers),Jn(c.registrations),s={registrations:c.registrations,commands:c.commands,pmRoot:o,packages:a.loaded}}catch(i){On(),console.error("[pm-sdk] extension activation failed; continuing without active extensions:",i)}try{return await No({pmRoot:o,packages:s?.packages},()=>n(s))}finally{On(),r&&await qn(r.loadResult,r.activationResult).catch(()=>{})}}async function Uh(e,t,n,o,s){if(!s)throw new p(`Unsupported native pm action: ${e}`,u.USAGE);let r=we(e),a=s.registrations.commands.find(d=>we(d.action)===r)?.command??s.commands.handlers.find(d=>we(d.command)===r)?.command;if(!a)throw new p(`Unsupported native pm action: ${e}`,u.USAGE);let c=await ar({command:mo(a),args:K(n.args??t.args),options:po(t,n),global:o,pm_root:s.pmRoot,sdk:Oc(s.pmRoot,v.forActiveExtensionHost({pmRoot:s.pmRoot,author:typeof o.author=="string"&&o.author.trim()?o.author.trim():"pm-extension"}))});if(!c.handled){let d=c.warnings.length>0?` (${c.warnings.join(", ")})`:"";throw new p(`Unsupported native pm action: ${e}${d}`,u.USAGE)}return c.result}async function Gh(e,t){let n=process.cwd();process.chdir(e);try{return await t()}finally{process.chdir(n)}}var qh=new Set(["activity","aggregate","context","contracts","deps","files-discover","get","graph","health","history","list","next","search","stats","telemetry","validate"]);function zh(e){let t=le(e,"action"),n=we(t),o=dt(To,n),s=o?.action??n,r={...e,action:s};return o?.options!==void 0&&(r.options={...o.options,...Ln(e.options)}),s==="package"&&(r.options={...Ln(r.options),vocabulary:"package"}),{action:s,args:r}}function Hh(e){return!qh.has(we(e))}async function Bh(e){let t=zh(e),n=tn(t.args),o=Hh(t.action),s=b(t.args,"cwd"),r=s??process.cwd();try{return e[Ol]===!0||$l.getStore()===!0?await Tl(t.action,t.args,n,null):await Pl(n,s,r,i=>Tl(t.action,t.args,n,i))}finally{o&&Co()}}function dt(e,t){return Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0}function $n(e){return b(e.args,"target")??b(e.options,"target")}function L(e,t=e.options){return e.id??le(t,"id")}async function Vh(e){let t=Ke("list",e.options);return t.compact===void 0&&t.brief===void 0&&t.fields===void 0&&t.includeBody===void 0&&(t.compact=!0),Ao(await ve(b(e.args,"status")??b(t,"status"),t,e.global),t)}async function Wh(e){let t=Ke("search",e.options);return t.compact===void 0&&t.full===void 0&&t.fields===void 0&&(t.compact=!0),Ao(await Io(le(e.args,"query"),t,e.global),t)}async function Kh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ce(e.args,e.options);return ue(await St(o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Yh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ce(e.args,e.options),s={...o,...o.title===void 0&&typeof e.args.title=="string"?{title:e.args.title}:{},...o.message===void 0&&typeof e.args.message=="string"?{message:e.args.message}:{}};return ue(await ns(L(e,s),s,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Jh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ce(e.args,e.options);return ue(await ke(L(e,o),o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Xh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ce(e.args,e.options),s=b(e.args,"reason")??b(e.args,"text")??b(o,"reason")??b(o,"text");return ue(await Qe(L(e,o),s,o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}function Zh(e){let t=dn(e.options);return t.add===void 0&&t.stdin===void 0&&t.file===void 0&&t.edit===void 0&&t.delete===void 0&&(t.includeMeta=!0,t.limit===void 0&&t.fullHistory!==!0&&(t.limit="20")),jc(L(e),t,e.global)}function Fl(e,t){return Ua(tl(e.options,t,oe),e.global)}function Qh(e){let t=K(e.options.lookupPath);if(t&&t.length>0)return Fl(e,t);let n=L(e);return e.options.discover===!0?ho(n,lo(e.options),e.global):ja(n,nn(e.options),e.global)}function eg(e){return _c({subcommand:b(e.args,"subcommand")??b(e.options,"subcommand"),limit:oa(e.args,e.options)},e.global)}function tg(e){let t={...e.options};return t.brief===void 0&&t.summary===void 0&&t.full===void 0&&(t.summary=!0),Na(e.global,t)}function ng(e){let t=b(e.args,"configAction")??b(e.options,"configAction")??b(e.options,"action");if(t===void 0)throw new p("Missing required argument: configAction",64);return tc(b(e.args,"scope")??b(e.options,"scope")??"project",t,b(e.args,"key")??b(e.options,"key"),e.options,e.global,b(e.args,"value")??b(e.options,"value"))}function og(e){let t=e.options;return Xi(Ji(t),e.global)}function sg(e,t){if(typeof e=="number"){if(!Number.isFinite(e)||!Number.isInteger(e))throw new p(`${t} must be a finite integer.`,64);return e}if(typeof e=="string"&&e.trim().length>0){let n=e.trim();if(!/^[+-]?\d+(?:st|nd|rd|th)?$/i.test(n))throw new p(`${t} must be a finite integer.`,64);let o=Number.parseInt(n,10);if(!Number.isInteger(o))throw new p(`${t} must be a finite integer.`,64);return o}}function rg(e){let t=b(e.args,"subcommand")??le(e.options,"subcommand"),n=e.options;return sd({subcommand:t,id:typeof e.id=="string"?e.id:typeof n.id=="string"?n.id:void 0,stepRef:ig(e),reorderTo:sg(n.reorderTo??e.args.reorderTo,"plan reorderTo"),options:e.options,global:e.global})}function ig(e){return typeof e.options.stepRef=="string"?e.options.stepRef:typeof e.args.stepRef=="string"?e.args.stepRef:void 0}function ag(e){let t=b(e.args,"subcommand")??le(e.options,"subcommand"),n=e.args.alias??e.options.alias;return{ctx:e,subcommand:t.trim().toLowerCase(),name:b(e.args,"name")??b(e.options,"name"),author:b(e.args,"author")??b(e.options,"author"),force:e.args.force===!0||e.options.force===!0,aliases:n===void 0?void 0:K(n)}}function cg(e){let{ctx:t,subcommand:n,name:o,author:s,force:r}=e,a=dt({list:()=>va(t.global),show:()=>ka(o,t.global),"show-status":()=>Sa(o,t.global),"list-fields":()=>xa(t.global),"show-field":()=>Ra(o,t.global),"remove-type":()=>ga(o,{author:s,force:r},t.global),"remove-field":()=>Ea(o,{author:s,force:r},t.global),"remove-status":()=>wa(o,{author:s,force:r},t.global),"apply-preset":()=>Aa(b(t.args,"typePreset")??b(t.options,"typePreset"),{author:s,force:r},t.global)},n);return a?a():null}function dg(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e,i=t.args.commands??t.options.commands,a=t.args.requiredTypes??t.options.requiredTypes;return Ia(n,{type:b(t.args,"fieldType")??b(t.options,"fieldType"),commands:i===void 0?void 0:K(i),description:b(t.args,"description")??b(t.options,"description"),cliFlag:b(t.args,"cliFlag")??b(t.options,"cliFlag"),alias:r,required:t.args.required===!0||t.options.required===!0,requiredOnCreate:t.args.requiredOnCreate===!0||t.options.requiredOnCreate===!0,allowUnset:!(t.args.allowUnset===!1||t.options.allowUnset===!1),requiredTypes:a===void 0?void 0:K(a),author:o,force:s},t.global)}function lg(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e,i=t.args.role??t.options.role;return ba(n,{role:i===void 0?void 0:K(i),alias:r,description:b(t.args,"description")??b(t.options,"description"),order:oe(t.args.order??t.options.order,"schema add-status order"),author:o,force:s},t.global)}function mg(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e;return ha(n,{description:b(t.args,"description")??b(t.options,"description"),defaultStatus:b(t.args,"defaultStatus")??b(t.args,"default_status")??b(t.options,"defaultStatus")??b(t.options,"default_status"),folder:b(t.args,"folder")??b(t.options,"folder"),alias:r,author:o,force:s},t.global)}function pg(e){let{ctx:t,subcommand:n,name:o,author:s,force:r}=e,i=b(t.args,"to")??le(t.options,"to"),a=b(t.args,"migrationId")??b(t.args,"migration_id")??b(t.options,"migrationId")??b(t.options,"migration_id"),c=b(t.args,"fieldTypeScope")??b(t.options,"fieldTypeScope")??b(t.args,"type")??b(t.options,"type"),d=n==="rename-type"?{kind:"rename-type",from:o??"",to:i}:n==="rename-field"?{kind:"rename-field",from:o??"",to:i,...c===void 0?{}:{type:c}}:{kind:"remap-status",from:o??"",to:i};return fa(d,{migrationId:a,dryRun:t.args.dryRun===!0||t.options.dryRun===!0,author:s,force:r},t.global)}function ug(e){let t=ag(e),n=cg(t);if(n!==null)return n;if(t.subcommand==="rename-type"||t.subcommand==="rename-field"||t.subcommand==="remap-status")return pg(t);if(t.subcommand==="add-field")return dg(t);if(t.subcommand==="add-status")return lg(t);if(t.subcommand==="add-type")return e.args.infer===!0||e.options.infer===!0?Ca({minCount:oe(e.args.minCount??e.options.minCount,"schema infer minCount"),apply:e.args.apply===!0||e.options.apply===!0,author:t.author,force:t.force},e.global):mg(t);throw me({command_path:"schema",token:t.subcommand,allowed:_a,exit_code:64})}function fg(e){let t=b(e.args,"subcommand")??le(e.options,"subcommand"),n=t.trim().toLowerCase(),o=b(e.args,"name")??b(e.options,"name"),r=dt({list:()=>Hd(),show:()=>Bd(o),lint:()=>Vd(o),apply:()=>Wd(o,{dryRun:e.args.dryRun===!0||e.options.dryRun===!0,author:b(e.args,"author")??b(e.options,"author"),force:e.args.force===!0||e.options.force===!0},e.global)},n);if(!r)throw me({command_path:"profile",token:t,allowed:zd,exit_code:64});return r()}async function _g(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ce(e.args,e.options);return ue(await Fc(L(e,o),o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function hg(e){let{changedFields:t,runnerOptions:n}=ce(e.args,e.options);return ue(await Vc(fo(n),e.global),{changedFields:t})}async function gg(e){let{changedFields:t,runnerOptions:n}=ce(e.args,e.options),o=b(e.args,"reason"),s=o!==void 0&&n.reason===void 0?{...n,reason:o}:{...n};return e.force&&s.force===void 0&&(s.force=!0),ue(await Dc(uo(s),e.global),{changedFields:t})}async function yg(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ce(e.args,e.options),s=b(o,"target")??le(e.args,"target");return ue(await Ne(L(e,o),s,o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}function Ll(e){let t={...e};return delete t.assignee,t}async function bg(e){let t=E(process.cwd(),e.global.path),n=await R(t),o=yc(q(n.schema)),s=L(e),r=await vo(s,e.force,e.global,e.options),i=await ke(s,{...Ll(e.options),status:o,force:e.force},e.global);return{id:s,action:"start_task",claim:r,update:i}}async function wg(e){let t=E(process.cwd(),e.global.path),n=await R(t),o=L(e),s=q(n.schema).open_status,r=await ke(o,{...Ll(e.options),status:s,force:e.force},e.global),i=await mn(o,e.force,e.global,e.options);return{id:o,action:"pause_task",update:r,release:i}}async function vg(e){let t=L(e),n=b(e.args,"reason")??b(e.args,"text")??b(e.options,"reason")??b(e.options,"text"),o=await Qe(t,n,{...e.options,force:e.force},e.global),s=await mn(t,e.force,e.global,e.options);return{id:t,action:"close_task",close:o,release:s}}function kg(e){let t={...e.args,...e.options};return Qi(le(t,"subcommand"),b(t,"id")??e.id,b(t,"target"),ia(t),e.global)}function Sg(e){return ca(E(process.cwd(),e.global.path),{...e.args,...e.options})}var Ml={init:e=>nc(b(e.args,"prefix"),e.global,e.options),context:e=>bo(Ke("context",e.options),e.global),next:e=>wo(Ke("next",e.options),e.global),eval:wd,events:vd,merge:kd,workspace:Sd,meet:vn,event:vn,remind:vn,list:Vh,get:e=>So(L(e),e.global,Ke("get",e.options)),search:Wh,duplicates:e=>{let t=typeof e.options.status=="string"?[e.options.status]:K(e.options.status);return Ro(e.global,{...t.length===0?{}:{status:t},since:b(e.options,"since"),threshold:typeof e.options.threshold=="number"?e.options.threshold:void 0,limit:e.options.limit==="default"?void 0:oe(e.options.limit,"limit")})},create:Kh,copy:Yh,focus:e=>ss(e.id,{clear:e.options.clear===!0||e.args.clear===!0},e.global),update:Jh,restore:yg,claim:e=>e.options.next===!0||e.args.next===!0?Ba(e.force,e.global,{...e.options,...e.args},{...e.options,...e.args}):vo(L(e),e.force,e.global,e.options),release:e=>mn(L(e),e.force,e.global,e.options),"start-task":bg,"pause-task":wg,"close-task":vg,close:Xh,comments:Zh,notes:e=>Gc(L(e),dn(e.options),e.global),learnings:e=>Uc(L(e),dn(e.options),e.global),files:Qh,docs:e=>Da(L(e),nn(e.options),e.global),test:e=>hc(L(e),e.options,e.global),"test-all":e=>gc(e.options,e.global),telemetry:eg,validate:e=>cn(e.options,e.global,{runUpdate:(t,n,o)=>ke(t,n,o)}),health:tg,assurance:e=>Ga(e.args,e.options,e.global),contracts:e=>Eo(e.options,e.global),config:ng,activity:og,aggregate:e=>go(e.options,e.global),extension:e=>an($n(e),e.options,e.global),package:e=>an($n(e),e.options,e.global),install:e=>an($n(e),{...e.options,install:!0},e.global),upgrade:e=>Xa($n(e),e.options,e.global),delete:e=>os(L(e),e.options,e.global),deps:e=>Zi(L(e),e.options,e.global),graph:kg,"files-discover":e=>ho(L(e),e.options,e.global),"files-lookup":e=>Fl(e,K(e.options.paths)),history:e=>Va(L(e),e.options,e.global),"history-redact":e=>Vi(L(e),e.options,e.global),"history-repair":Qd,"history-compact":el,"history-author-acknowledge":Sg,plan:rg,schema:ug,profile:fg,stats:e=>xo(e.global,nl(e.options)),append:_g,"update-many":hg,"close-many":gg,gc:e=>Za(e.global,e.options)};function Ox(e=kr){return e.map(t=>{let n=we(t),o=dt(To,n),s=o?.action??n,r=dt(Ml,s)!==void 0;return{action:t,resolved_action:s,covered:r,route:r?o?"alias":"native":"missing"}})}async function Tl(e,t,n,o){let s=co(t,e);Sr(e,s),Ir(e,s);let r={action:e,args:t,options:s,id:b(t,"id"),force:t.force===!0||s.force===!0,global:n,activeExtensions:o},i=dt(Ml,e),a=i?await i(r):await Uh(e,t,s,n,o);return s.resolvedOutputFormat="json",xr(e,s,a)}var Ig={closeManyOptionsFromFlat:uo,extensionOptionsFromArgs:po,globalOptions:tn,mutationListOptions:ra,normalizeActionName:we,normalizeCommandPath:mo,normalizeMcpUpdateOptions:aa,normalizeMcpOptionsArrays:sa,optionsWithAuthor:co,readRequiredString:le,readScalarString:ta,readScalarStringAllowBlank:na,readStringArray:K,updateManyOptionsFromFlat:fo,withAddNoteOption:nn,withFilesDiscoveryOptions:lo,withMutationCompaction:ce};(process.env.NODE_ENV==="test"||process.env.VITEST!==void 0||process.env.VITEST_WORKER_ID!==void 0)&&(globalThis.__pmCliActionRunnerTestHooks=Ig);async function Eg(e,t,n){let o=await Gn({pmRoot:e,settings:t,cwd:n??process.cwd(),noExtensions:!1}),s=await zn(o);try{return s.registrations}finally{try{await qn(o,s)}catch{}}}export{Rc as a,Hl as b,Oo as c,Et as d,_n as e,Oc as f,$g as g,Pg as h,Fg as i,Lg as j,Mg as k,wc as l,Ng as m,jl as n,Co as o,Mo as p,$c as q,tm as r,om as s,sm as t,No as u,Fc as v,Ne as w,Dc as x,jc as y,Uc as z,Gc as A,Vc as B,kp as C,Wc as D,Ko as E,sd as F,ns as G,os as H,ss as I,id as J,ad as K,bu as L,wu as M,ld as N,pd as O,ud as P,fd as Q,Fu as R,xt as S,yd as T,wn as U,bd as V,st as W,us as X,Uu as Y,Ew as Z,xw as _,hs as $,Ed as aa,qw as ba,zw as ca,Rd as da,Td as ea,av as fa,of as ga,Ss as ha,rf as ia,af as ja,zd as ka,Hd as la,Bd as ma,Vd as na,Wd as oa,Ov as pa,$v as qa,Pv as ra,Fv as sa,Is as ta,Rf as ua,Xd as va,Zd as wa,Pf as xa,Ff as ya,Lf as za,z as Aa,Mf as Ba,Nf as Ca,Df as Da,jf as Ea,xs as Fa,ol as Ga,it as Ha,Es as Ia,sl as Ja,Uf as Ka,rl as La,Gf as Ma,qf as Na,zf as Oa,Hf as Pa,Bf as Qa,Zf as Ra,dl as Sa,Qf as Ta,i_ as Ua,u_ as Va,__ as Wa,mh as Xa,Mh as Ya,v as Za,oE as _a,sE as $a,rE as ab,iE as bb,aE as cb,cE as db,dE as eb,lE as fb,mE as gb,pE as hb,uE as ib,fE as jb,_E as kb,hE as lb,gE as mb,yE as nb,bE as ob,wE as pb,vE as qb,kE as rb,SE as sb,IE as tb,EE as ub,xE as vb,RE as wb,AE as xb,CE as yb,TE as zb,OE as Ab,$E as Bb,PE as Cb,FE as Db,LE as Eb,ME as Fb,NE as Gb,DE as Hb,jE as Ib,UE as Jb,GE as Kb,qE as Lb,zE as Mb,HE as Nb,BE as Ob,VE as Pb,WE as Qb,KE as Rb,YE as Sb,JE as Tb,XE as Ub,ZE as Vb,QE as Wb,ex as Xb,tx as Yb,nx as Zb,ox as _b,sx as $b,rx as ac,ix as bc,ax as cc,cx as dc,dx as ec,lx as fc,mx as gc,px as hc,ux as ic,fx as jc,_x as kc,hx as lc,gx as mc,yx as nc,bx as oc,wx as pc,vx as qc,kx as rc,Sx as sc,Ix as tc,Ex as uc,xx as vc,Rx as wc,Ax as xc,Cx as yc,le as zc,Tx as Ac,Bh as Bc,Ox as Cc};
|
|
2082
|
-
//# sourceMappingURL=chunk-
|
|
2087
|
+
`);let r=[];if(e.mode!=="keyword")try{N(e.progressEnabled,"writing vectorization status ledger"),await ci(e.pmRoot,e.vectorizationLedgerEntries,e.vectorizationEmbeddingMetadata)}catch(i){r.push(`search_vectorization_status_ledger_write_failed:${i instanceof Error?i.message:String(i)}`)}return r}async function Dh(e,t){let n=gh(e.mode),o=hh(e),s=e.full===!0;N(o,`start mode=${n}`);let r=E(process.cwd(),t.path);if(!await x(A(r)))throw new p(`Tracker is not initialized at ${r}. Run pm init first.`,u.NOT_FOUND);let i=Vr(await R(r)).settings,a=null;try{a=await J(r,Wr,i.locks.ttl_seconds,C(void 0,"pm-reindex"),!1,i.governance.force_required_for_stale_lock,i.locks.wait_ms)}catch(c){throw c instanceof p&&c.exitCode===u.CONFLICT?new p("Another pm reindex run is already active for this project. Wait for it to finish before starting a new keyword, semantic, or hybrid reindex.",u.CONFLICT,{code:"reindex_already_running",type:"urn:pm-cli:error:reindex_already_running",why:"Semantic reindex can be expensive and duplicate runs compete for the same local embedding model and vector store.",nextSteps:["Check active pm reindex processes before starting another reindex.","Rerun with --progress when you need non-interactive visibility."]}):c}try{let c=wh(i),d=vh(i),l=Rh({requestedMode:n,pmRoot:r,settings:i,extensionEmbedding:c,extensionVectorAdapter:d}),m=n;N(o,"loading item corpus");let f=await Ah({pmRoot:r,settings:i}),_=f.warnings,{documentCandidates:h,metadataDocuments:w}=f;N(o,`loaded_items=${w.length}`);let y=S(),g=xh(m,y,w),k=Ct.join(r,Ls),I=Ct.join(r,Ms),F=m==="keyword"?await Ds(r,h,i.schema,_):w,$=[],B={},j=null,ee=Eh(m);if(m==="keyword"&&await Ch({pmRoot:r,settings:i,forceFullSemantic:s,extensionEmbedding:c,reindexWarnings:_}),m!=="keyword"){let U=await Mh({pmRoot:r,settings:i,requestedMode:n,activeEmbeddingProvider:l.activeEmbeddingProvider,activeVectorStore:l.activeVectorStore,extensionEmbedding:c,extensionVectorAdapter:d,documentCandidates:h,metadataDocuments:w,documentsForKeywordArtifacts:F,forceFullSemantic:s,reindexWarnings:_,semanticWarnings:$,semanticSummary:ee,progressEnabled:o});F=U.documentsForKeywordArtifacts,B=U.vectorizationLedgerEntries,j=U.vectorizationEmbeddingMetadata}let V=await Nh({pmRoot:r,mode:m,manifest:g,documentsForKeywordArtifacts:F,settings:i,vectorizationLedgerEntries:B,vectorizationEmbeddingMetadata:j,progressEnabled:o}),re=[...await M({path:k,scope:"project",op:"reindex:manifest"}),...await M({path:I,scope:"project",op:"reindex:embeddings"}),...await ir({mode:m,total_items:w.length})];return N(o,"done"),{ok:!0,mode:m,total_items:w.length,semantic:ee,artifacts:{manifest:Ls,embeddings:Ms},warnings:[..._,...$,...V,...re],generated_at:y}}finally{await a?.()}}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="bedbe090-60c3-5935-a656-da4997cd80f7")}catch{}})();var $l=Symbol("pm.active-extension-host-context");function Q(e){return{fullChangedFields:!0,options:e}}var v=class e{defaults;constructor(t={}){this.defaults={...t.pmRoot===void 0?{}:{path:t.pmRoot},...t.cwd===void 0?{}:{cwd:t.cwd},...t.author===void 0?{}:{author:t.author},...t.noExtensions===void 0?{}:{noExtensions:t.noExtensions}}}static forActiveExtensionHost(t){let n=new e({...t,noExtensions:!0});return n.defaults[$l]=!0,n}run(t,n={}){return Wh({...this.defaults,...n,action:t})}runTyped(t,n={}){return this.run(t,n)}context(t={}){return this.runTyped("context",{options:t})}listAllItemMetadataLight(){return Sc(this.defaults.path,this.defaults.cwd)}list(t={}){return this.runTyped("list",{options:t})}search(t,n={}){return this.runTyped("search",{query:t,options:n})}get(t,n={}){return this.runTyped("get",{id:t,options:n})}next(t={}){return this.runTyped("next",{options:t})}aggregate(t={}){return this.runTyped("aggregate",{options:t})}stats(t={}){return this.runTyped("stats",{options:t})}duplicates(t={}){return this.runTyped("duplicates",{options:t})}comments(t,n={}){return this.runTyped("comments",{id:t,options:n})}notes(t,n={}){return this.runTyped("notes",{id:t,options:n})}learnings(t,n={}){return this.runTyped("learnings",{id:t,options:n})}files(t,n={}){return this.runTyped("files",{id:t,options:n})}filesDiscover(t,n={}){return this.runTyped("files-discover",{id:t,options:n})}filesLookup(t){return this.runTyped("files-lookup",{options:t})}docs(t,n={}){return this.runTyped("docs",{id:t,options:n})}deps(t,n={}){return this.runTyped("deps",{id:t,options:n})}graph(t,n={},o={}){return this.runTyped("graph",{subcommand:t,...n,options:o})}append(t,n,o={}){return this.runTyped("append",{id:t,...Q({...o,body:n})})}init(t,n={}){return this.runTyped("init",{...t===void 0?{}:{prefix:t},options:n})}config(t,n,o,s,r={}){return this.runTyped("config",{scope:t,configAction:n,...o===void 0?{}:{key:o},...s===void 0?{}:{value:s},options:r})}schema(t,n={}){return this.runTyped("schema",{options:{...n,subcommand:t}})}schemaList(){return this.runTyped("schema",{options:{subcommand:"list"}})}schemaShow(t){return this.runTyped("schema",{name:t,options:{subcommand:"show"}})}schemaAddType(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-type"}})}schemaRemoveType(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-type"}})}schemaAddStatus(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-status"}})}schemaRemoveStatus(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-status"}})}schemaAddField(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"add-field"}})}schemaRemoveField(t,n={}){return this.runTyped("schema",{name:t,options:{...n,subcommand:"remove-field"}})}schemaListFields(){return this.runTyped("schema",{options:{subcommand:"list-fields"}})}schemaShowField(t){return this.runTyped("schema",{name:t,options:{subcommand:"show-field"}})}schemaApplyPreset(t,n={}){return this.runTyped("schema",{typePreset:t,options:{...n,subcommand:"apply-preset"}})}schemaInferTypes(t={}){return this.runTyped("schema",{options:{...t,subcommand:"add-type",infer:!0}})}schemaRenameType(t,n,o){return this.runTyped("schema",{name:t,options:{...o,subcommand:"rename-type",to:n}})}schemaRenameField(t,n,o,s){return this.runTyped("schema",{name:t,options:{...o,subcommand:"rename-field",to:n,...s?{fieldTypeScope:s}:{}}})}schemaRemapStatus(t,n,o){return this.runTyped("schema",{name:t,options:{...o,subcommand:"remap-status",to:n}})}schemaShowStatus(t){return this.runTyped("schema",{name:t,options:{subcommand:"show-status"}})}profile(t,n={}){return this.runTyped("profile",{options:{...n,subcommand:t}})}profileList(){return this.runTyped("profile",{options:{subcommand:"list"}})}profileShow(t){return this.runTyped("profile",{name:t,options:{subcommand:"show"}})}profileApply(t,n={}){return this.runTyped("profile",{name:t,options:{...n,subcommand:"apply"}})}profileLint(t){return this.runTyped("profile",{name:t,options:{subcommand:"lint"}})}validate(t={}){return this.runTyped("validate",{options:t})}health(t={}){return this.runTyped("health",{options:t})}gc(t={}){return this.runTyped("gc",{options:t})}assurance(t){return this.runTyped("assurance",{options:{...t,subcommand:t.action}})}historyRedact(t,n){return this.runTyped("history-redact",{id:t,options:n})}historyRepair(t,n={}){return this.runTyped("history-repair",{id:t,options:n})}historyRepairAll(t={}){return this.runTyped("history-repair",{options:{...t,all:!0}})}historyCompact(t,n={}){return this.runTyped("history-compact",{id:t,options:n})}historyCompactBulk(t){return this.runTyped("history-compact",{options:t})}historyAuthorAcknowledge(t){return this.runTyped("history-author-acknowledge",{historyEvent:(t.events??[]).map(n=>`${n.item_id}:${String(n.line)}`),allActionable:t.all_actionable===!0,dryRun:t.dry_run===!0,planFingerprint:t.plan_fingerprint,limit:t.coordinate_limit,attributedAuthor:t.attributed_author,reviewer:t.reviewer,reason:t.reason})}plan(t,n,o={},s,r){return this.runTyped("plan",{...n===void 0?{}:{id:n},...s===void 0?{}:{stepRef:s},...r===void 0?{}:{reorderTo:r},options:{...o,subcommand:t}})}planCreate(t){return this.plan("create",void 0,t)}planShow(t,n={}){return this.plan("show",t,n)}planAddStep(t,n){return this.plan("add-step",t,n)}planUpdateStep(t,n,o){return this.plan("update-step",t,o,n)}planCompleteStep(t,n,o={}){return this.plan("complete-step",t,o,n)}planBlockStep(t,n,o){return this.plan("block-step",t,o,n)}planReorderStep(t,n,o,s={}){return this.plan("reorder-step",t,s,n,o)}planRemoveStep(t,n,o={}){return this.plan("remove-step",t,o,n)}planLink(t,n,o){return this.plan("link",t,o,n)}planUnlink(t,n,o){return this.plan("unlink",t,o,n)}planDecision(t,n){return this.plan("decision",t,n)}planDiscovery(t,n){return this.plan("discovery",t,n)}planValidation(t,n){return this.plan("validation",t,n)}planResume(t,n){return this.plan("resume",t,n)}planApprove(t,n={}){return this.plan("approve",t,n)}planMaterialize(t,n){return this.plan("materialize",t,n)}create(t={}){return this.runTyped("create",Q(t))}update(t,n={}){return this.runTyped("update",{id:t,...Q(n)})}close(t,n,o={}){return this.runTyped("close",{id:t,reason:n,...Q(o)})}claim(t,n={}){return this.runTyped("claim",{id:t,...Q(n)})}claimNext(t={}){return this.runTyped("claim",{next:!0,...Q(t)})}release(t,n={}){return this.runTyped("release",{id:t,...Q(n)})}copy(t,n={}){return this.runTyped("copy",{id:t,...Q(n)})}delete(t,n={}){return this.runTyped("delete",{id:t,...Q(n)})}restore(t,n,o={}){return this.runTyped("restore",{fullChangedFields:!0,id:t,options:{...o,target:n}})}focus(t,n={}){return this.runTyped("focus",{...t===void 0?{}:{id:t},...Q(n)})}startTask(t,n={}){return this.runTyped("start-task",{id:t,...Q(n)})}pauseTask(t,n={}){return this.runTyped("pause-task",{id:t,...Q(n)})}closeTask(t,n,o={}){return this.runTyped("close-task",{id:t,reason:n,...Q(o)})}extension(t,n={}){return this.runTyped("extension",{...t===void 0?{}:{target:t},options:n})}extensionList(t={}){return this.extension("list",t)}extensionActivate(t,n={}){return this.runTyped("extension-activate",{target:t,options:n})}extensionDeactivate(t,n={}){return this.runTyped("extension-deactivate",{target:t,options:n})}package(t,n={}){return this.runTyped("package",{...t===void 0?{}:{target:t},options:{...n,vocabulary:"package"}})}packageList(t={}){return this.package("list",t)}packageInstall(t,n={}){return this.runTyped("package-install",{target:t,options:n})}packageUninstall(t,n={}){return this.runTyped("package-uninstall",{target:t,options:n})}packageDoctor(t={}){return this.runTyped("package-doctor",{options:t})}packageManage(t,n={}){return this.runTyped("package-manage",{...t===void 0?{}:{target:t},options:n})}packageDescribe(t,n={}){return this.runTyped("package-describe",{...t===void 0?{}:{target:t},options:n})}packageReload(t={}){return this.runTyped("package-reload",{options:t})}packageCatalog(t={}){return this.runTyped("package-catalog",{options:t})}packageActivate(t,n={}){return this.runTyped("package-activate",{target:t,options:n})}packageDeactivate(t,n={}){return this.runTyped("package-deactivate",{target:t,options:n})}packageMigrate(t={}){return this.package(void 0,{...t,migrate:!0})}upgrade(t,n={}){return this.runTyped("upgrade",{...t===void 0?{}:{target:t},options:n})}};function rE(e={},t={}){return new v(t).context(e)}function iE(e={},t={}){return new v(t).list(e)}function aE(e,t={},n={}){return new v(n).search(e,t)}function cE(e,t={},n={}){return new v(n).get(e,t)}function dE(e={},t={}){return new v(t).next(e)}function lE(e={},t={}){return new v(t).aggregate(e)}function mE(e={},t={}){return new v(t).stats(e)}function pE(e={},t={}){return new v(t).duplicates(e)}function uE(e,t={},n={}){return new v(n).comments(e,t)}function fE(e,t={},n={}){return new v(n).notes(e,t)}function _E(e,t={},n={}){return new v(n).learnings(e,t)}function hE(e,t={},n={}){return new v(n).files(e,t)}function gE(e,t={},n={}){return new v(n).filesDiscover(e,t)}function yE(e,t={}){return new v(t).filesLookup(e)}function bE(e,t={},n={}){return new v(n).docs(e,t)}function wE(e,t={},n={}){return new v(n).deps(e,t)}function vE(e,t={},n={},o={}){return new v(o).graph(e,t,n)}function kE(e,t,n={},o={}){return new v(o).append(e,t,n)}function SE(e,t={},n={}){return new v(n).init(e,t)}function IE(e,t,n,o,s={},r={}){return new v(r).config(e,t,n,o,s)}function EE(e,t={},n={}){return new v(n).schema(e,t)}function xE(e={}){return new v(e).schemaList()}function RE(e,t={}){return new v(t).schemaShow(e)}function AE(e,t={},n={}){return new v(n).schemaAddType(e,t)}function CE(e,t={},n={}){return new v(n).schemaRemoveType(e,t)}function TE(e,t={},n={}){return new v(n).schemaAddStatus(e,t)}function OE(e,t={},n={}){return new v(n).schemaRemoveStatus(e,t)}function $E(e,t={},n={}){return new v(n).schemaAddField(e,t)}function PE(e,t={},n={}){return new v(n).schemaRemoveField(e,t)}function FE(e={}){return new v(e).schemaListFields()}function LE(e,t={}){return new v(t).schemaShowField(e)}function ME(e,t={},n={}){return new v(n).schemaApplyPreset(e,t)}function NE(e={},t={}){return new v(t).schemaInferTypes(e)}function DE(e,t,n,o={}){return new v(o).schemaRenameType(e,t,n)}function jE(e,t,n,o,s={}){return new v(s).schemaRenameField(e,t,n,o)}function UE(e,t,n,o={}){return new v(o).schemaRemapStatus(e,t,n)}function GE(e,t={}){return new v(t).schemaShowStatus(e)}function qE(e,t={},n={}){return new v(n).profile(e,t)}function zE(e={}){return new v(e).profileList()}function HE(e,t={}){return new v(t).profileShow(e)}function BE(e,t={},n={}){return new v(n).profileApply(e,t)}function VE(e,t={}){return new v(t).profileLint(e)}function WE(e={},t={}){return new v(t).validate(e)}function KE(e={},t={}){return new v(t).health(e)}function YE(e={},t={}){return new v(t).gc(e)}function JE(e,t,n={}){return new v(n).historyRedact(e,t)}function XE(e,t={},n={}){return new v(n).historyRepair(e,t)}function ZE(e={},t={}){return new v(t).historyRepairAll(e)}function QE(e,t={},n={}){return new v(n).historyCompact(e,t)}function ex(e,t={}){return new v(t).historyCompactBulk(e)}function tx(e={},t={}){return new v(t).create(e)}function nx(e,t={},n={}){return new v(n).update(e,t)}function ox(e,t,n={},o={}){return new v(o).close(e,t,n)}function sx(e,t={},n={}){return new v(n).claim(e,t)}function rx(e={},t={}){return new v(t).claimNext(e)}function ix(e,t={},n={}){return new v(n).release(e,t)}function ax(e,t={},n={}){return new v(n).copy(e,t)}function cx(e,t={},n={}){return new v(n).delete(e,t)}function dx(e,t,n={},o={}){return new v(o).restore(e,t,n)}function lx(e,t={},n={}){return new v(n).focus(e,t)}function mx(e,t={},n={}){return new v(n).startTask(e,t)}function px(e,t={},n={}){return new v(n).pauseTask(e,t)}function ux(e,t,n={},o={}){return new v(o).closeTask(e,t,n)}function fx(e,t={},n={}){return new v(n).extension(e,t)}function _x(e={},t={}){return new v(t).extensionList(e)}function hx(e,t={},n={}){return new v(n).extensionActivate(e,t)}function gx(e,t={},n={}){return new v(n).extensionDeactivate(e,t)}function yx(e,t={},n={}){return new v(n).package(e,t)}function bx(e={},t={}){return new v(t).packageList(e)}function wx(e,t={},n={}){return new v(n).packageInstall(e,t)}function vx(e,t={},n={}){return new v(n).packageUninstall(e,t)}function kx(e={},t={}){return new v(t).packageDoctor(e)}function Sx(e,t={},n={}){return new v(n).packageManage(e,t)}function Ix(e,t={},n={}){return new v(n).packageDescribe(e,t)}function Ex(e={},t={}){return new v(t).packageReload(e)}function xx(e={},t={}){return new v(t).packageCatalog(e)}function Rx(e,t={},n={}){return new v(n).packageActivate(e,t)}function Ax(e,t={},n={}){return new v(n).packageDeactivate(e,t)}function Cx(e,t={},n={}){return new v(n).upgrade(e,t)}function Uh(e,t,n){return JSON.stringify([Al.resolve(e),Al.resolve(n??process.cwd()),t.extensions.enabled,t.extensions.disabled,t.extensions.policy])}async function Gh(e,t,n){let o=Uh(e,t,n);return xc(o,()=>Rg(e,t,n))}async function Tx(e,t={}){let n=await R(e),o=t.extensionRegistrations??(t.noExtensions===!0?null:await Gh(e,n,t.cwd)),s=P(n,o),r=q(n.schema),i=ft(n.schema);return{types:[...s.types],statuses:r.definitions.map(a=>a.id),openStatus:r.open_status,closeStatus:r.close_status,canceledStatus:r.canceled_status,fields:Ic(i.definitions),extensionCommands:Ec(o?.commands??[])}}async function Ox(e,t={}){let n=typeof e=="string"?{...t,pmRoot:e}:e??t,o={json:!0,quiet:n.quiet??!0,noExtensions:n.noExtensions??!1,noPager:!0,profile:n.profile??!1,path:n.pmRoot};return Eo(n,o)}function le(e,t){let n=b(e,t);if(!n)throw new p(`Missing required argument: ${t}`,64);return n}var Cl=or(),Pl=new jh;function On(){Hn(Ys()),Bn(Js()),Vn(Xs()),Wn(Zs()),Kn(Qs()),Yn(er()),Jn(tr())}async function Fl(e,t,n,o){return sr(()=>t===void 0?Cl.read(()=>Tl(e,n,o)):Cl.write(()=>zh(t,()=>Tl(e,n,o))))}async function $x(e,t){let n=e.cwd,o=n??process.cwd();return Fl(tn({path:e.path,noExtensions:e.noExtensions}),n,o,()=>Pl.run(!0,t))}async function Tl(e,t,n){let o=E(t,e.path);if(e.noExtensions)return On(),No({pmRoot:o},()=>n(null));if(!await x(A(o)))return On(),n(null);let s=null,r;try{let i=await R(o),a=await Gn({pmRoot:o,settings:i,cwd:t,noExtensions:!1}),c=await zn({...a,loaded:a.loaded});r={loadResult:a,activationResult:c},Hn(c.hooks),Bn(c.commands),Vn(c.parsers),Wn(c.preflight),Kn(c.services),Yn(c.renderers),Jn(c.registrations),s={registrations:c.registrations,commands:c.commands,pmRoot:o,packages:a.loaded}}catch(i){On(),console.error("[pm-sdk] extension activation failed; continuing without active extensions:",i)}try{return await No({pmRoot:o,packages:s?.packages},()=>n(s))}finally{On(),r&&await qn(r.loadResult,r.activationResult).catch(()=>{})}}async function qh(e,t,n,o,s){if(!s)throw new p(`Unsupported native pm action: ${e}`,u.USAGE);let r=we(e),a=s.registrations.commands.find(d=>we(d.action)===r)?.command??s.commands.handlers.find(d=>we(d.command)===r)?.command;if(!a)throw new p(`Unsupported native pm action: ${e}`,u.USAGE);let c=await ar({command:mo(a),args:K(n.args??t.args),options:po(t,n),global:o,pm_root:s.pmRoot,sdk:$c(s.pmRoot,v.forActiveExtensionHost({pmRoot:s.pmRoot,author:typeof o.author=="string"&&o.author.trim()?o.author.trim():"pm-extension"}))});if(!c.handled){let d=c.warnings.length>0?` (${c.warnings.join(", ")})`:"";throw new p(`Unsupported native pm action: ${e}${d}`,u.USAGE)}return c.result}async function zh(e,t){let n=process.cwd();process.chdir(e);try{return await t()}finally{process.chdir(n)}}var Hh=new Set(["activity","aggregate","context","contracts","deps","files-discover","get","graph","health","history","list","next","search","stats","telemetry","validate"]);function Bh(e){let t=le(e,"action"),n=we(t),o=dt(To,n),s=o?.action??n,r={...e,action:s};return o?.options!==void 0&&(r.options={...o.options,...Ln(e.options)}),s==="package"&&(r.options={...Ln(r.options),vocabulary:"package"}),{action:s,args:r}}function Vh(e){return!Hh.has(we(e))}async function Wh(e){let t=Bh(e),n=tn(t.args),o=Vh(t.action),s=b(t.args,"cwd"),r=s??process.cwd();try{return e[$l]===!0||Pl.getStore()===!0?await Ol(t.action,t.args,n,null):await Fl(n,s,r,i=>Ol(t.action,t.args,n,i))}finally{o&&Co()}}function dt(e,t){return Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0}function $n(e){return b(e.args,"target")??b(e.options,"target")}function L(e,t=e.options){return e.id??le(t,"id")}async function Kh(e){let t=Ke("list",e.options);return t.compact===void 0&&t.brief===void 0&&t.fields===void 0&&t.includeBody===void 0&&(t.compact=!0),Ao(await ve(b(e.args,"status")??b(t,"status"),t,e.global),t)}async function Yh(e){let t=Ke("search",e.options);return t.compact===void 0&&t.full===void 0&&t.fields===void 0&&(t.compact=!0),Ao(await Io(le(e.args,"query"),t,e.global),t)}async function Jh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ce(e.args,e.options);return ue(await St(o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Xh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ce(e.args,e.options),s={...o,...o.title===void 0&&typeof e.args.title=="string"?{title:e.args.title}:{},...o.message===void 0&&typeof e.args.message=="string"?{message:e.args.message}:{}};return ue(await ns(L(e,s),s,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Zh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ce(e.args,e.options);return ue(await ke(L(e,o),o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function Qh(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ce(e.args,e.options),s=b(e.args,"reason")??b(e.args,"text")??b(o,"reason")??b(o,"text");return ue(await Qe(L(e,o),s,o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}function eg(e){let t=dn(e.options);return t.add===void 0&&t.stdin===void 0&&t.file===void 0&&t.edit===void 0&&t.delete===void 0&&(t.includeMeta=!0,t.limit===void 0&&t.fullHistory!==!0&&(t.limit="20")),Uc(L(e),t,e.global)}function Ll(e,t){return Ga(nl(e.options,t,oe),e.global)}function tg(e){let t=K(e.options.lookupPath);if(t&&t.length>0)return Ll(e,t);let n=L(e);return e.options.discover===!0?ho(n,lo(e.options),e.global):Ua(n,nn(e.options),e.global)}function ng(e){return hc({subcommand:b(e.args,"subcommand")??b(e.options,"subcommand"),limit:sa(e.args,e.options)},e.global)}function og(e){let t={...e.options};return t.brief===void 0&&t.summary===void 0&&t.full===void 0&&(t.summary=!0),Da(e.global,t)}function sg(e){let t=b(e.args,"configAction")??b(e.options,"configAction")??b(e.options,"action");if(t===void 0)throw new p("Missing required argument: configAction",64);return nc(b(e.args,"scope")??b(e.options,"scope")??"project",t,b(e.args,"key")??b(e.options,"key"),e.options,e.global,b(e.args,"value")??b(e.options,"value"))}function rg(e){let t=e.options;return Zi(Xi(t),e.global)}function ig(e,t){if(typeof e=="number"){if(!Number.isFinite(e)||!Number.isInteger(e))throw new p(`${t} must be a finite integer.`,64);return e}if(typeof e=="string"&&e.trim().length>0){let n=e.trim();if(!/^[+-]?\d+(?:st|nd|rd|th)?$/i.test(n))throw new p(`${t} must be a finite integer.`,64);let o=Number.parseInt(n,10);if(!Number.isInteger(o))throw new p(`${t} must be a finite integer.`,64);return o}}function ag(e){let t=b(e.args,"subcommand")??le(e.options,"subcommand"),n=e.options;return rd({subcommand:t,id:typeof e.id=="string"?e.id:typeof n.id=="string"?n.id:void 0,stepRef:cg(e),reorderTo:ig(n.reorderTo??e.args.reorderTo,"plan reorderTo"),options:e.options,global:e.global})}function cg(e){return typeof e.options.stepRef=="string"?e.options.stepRef:typeof e.args.stepRef=="string"?e.args.stepRef:void 0}function dg(e){let t=b(e.args,"subcommand")??le(e.options,"subcommand"),n=e.args.alias??e.options.alias;return{ctx:e,subcommand:t.trim().toLowerCase(),name:b(e.args,"name")??b(e.options,"name"),author:b(e.args,"author")??b(e.options,"author"),force:e.args.force===!0||e.options.force===!0,aliases:n===void 0?void 0:K(n)}}function lg(e){let{ctx:t,subcommand:n,name:o,author:s,force:r}=e,a=dt({list:()=>ka(t.global),show:()=>Sa(o,t.global),"show-status":()=>Ia(o,t.global),"list-fields":()=>Ra(t.global),"show-field":()=>Aa(o,t.global),"remove-type":()=>ya(o,{author:s,force:r},t.global),"remove-field":()=>xa(o,{author:s,force:r},t.global),"remove-status":()=>va(o,{author:s,force:r},t.global),"apply-preset":()=>Ca(b(t.args,"typePreset")??b(t.options,"typePreset"),{author:s,force:r},t.global)},n);return a?a():null}function mg(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e,i=t.args.commands??t.options.commands,a=t.args.requiredTypes??t.options.requiredTypes;return Ea(n,{type:b(t.args,"fieldType")??b(t.options,"fieldType"),commands:i===void 0?void 0:K(i),description:b(t.args,"description")??b(t.options,"description"),cliFlag:b(t.args,"cliFlag")??b(t.options,"cliFlag"),alias:r,required:t.args.required===!0||t.options.required===!0,requiredOnCreate:t.args.requiredOnCreate===!0||t.options.requiredOnCreate===!0,allowUnset:!(t.args.allowUnset===!1||t.options.allowUnset===!1),requiredTypes:a===void 0?void 0:K(a),author:o,force:s},t.global)}function pg(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e,i=t.args.role??t.options.role;return wa(n,{role:i===void 0?void 0:K(i),alias:r,description:b(t.args,"description")??b(t.options,"description"),order:oe(t.args.order??t.options.order,"schema add-status order"),author:o,force:s},t.global)}function ug(e){let{ctx:t,name:n,author:o,force:s,aliases:r}=e;return ga(n,{description:b(t.args,"description")??b(t.options,"description"),defaultStatus:b(t.args,"defaultStatus")??b(t.args,"default_status")??b(t.options,"defaultStatus")??b(t.options,"default_status"),folder:b(t.args,"folder")??b(t.options,"folder"),alias:r,author:o,force:s},t.global)}function fg(e){let{ctx:t,subcommand:n,name:o,author:s,force:r}=e,i=b(t.args,"to")??le(t.options,"to"),a=b(t.args,"migrationId")??b(t.args,"migration_id")??b(t.options,"migrationId")??b(t.options,"migration_id"),c=b(t.args,"fieldTypeScope")??b(t.options,"fieldTypeScope")??b(t.args,"type")??b(t.options,"type"),d=n==="rename-type"?{kind:"rename-type",from:o??"",to:i}:n==="rename-field"?{kind:"rename-field",from:o??"",to:i,...c===void 0?{}:{type:c}}:{kind:"remap-status",from:o??"",to:i};return _a(d,{migrationId:a,dryRun:t.args.dryRun===!0||t.options.dryRun===!0,author:s,force:r},t.global)}function _g(e){let t=dg(e),n=lg(t);if(n!==null)return n;if(t.subcommand==="rename-type"||t.subcommand==="rename-field"||t.subcommand==="remap-status")return fg(t);if(t.subcommand==="add-field")return mg(t);if(t.subcommand==="add-status")return pg(t);if(t.subcommand==="add-type")return e.args.infer===!0||e.options.infer===!0?Ta({minCount:oe(e.args.minCount??e.options.minCount,"schema infer minCount"),apply:e.args.apply===!0||e.options.apply===!0,author:t.author,force:t.force},e.global):ug(t);throw me({command_path:"schema",token:t.subcommand,allowed:ha,exit_code:64})}function hg(e){let t=b(e.args,"subcommand")??le(e.options,"subcommand"),n=t.trim().toLowerCase(),o=b(e.args,"name")??b(e.options,"name"),r=dt({list:()=>Bd(),show:()=>Vd(o),lint:()=>Wd(o),apply:()=>Kd(o,{dryRun:e.args.dryRun===!0||e.options.dryRun===!0,author:b(e.args,"author")??b(e.options,"author"),force:e.args.force===!0||e.options.force===!0},e.global)},n);if(!r)throw me({command_path:"profile",token:t,allowed:Hd,exit_code:64});return r()}async function gg(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ce(e.args,e.options);return ue(await Lc(L(e,o),o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}async function yg(e){let{changedFields:t,runnerOptions:n}=ce(e.args,e.options);return ue(await Wc(fo(n),e.global),{changedFields:t})}async function bg(e){let{changedFields:t,runnerOptions:n}=ce(e.args,e.options),o=b(e.args,"reason"),s=o!==void 0&&n.reason===void 0?{...n,reason:o}:{...n};return e.force&&s.force===void 0&&(s.force=!0),ue(await jc(uo(s),e.global),{changedFields:t})}async function wg(e){let{changedFields:t,idOnly:n,runnerOptions:o}=ce(e.args,e.options),s=b(o,"target")??le(e.args,"target");return ue(await Ne(L(e,o),s,o,e.global),{changedFields:t,compactEnvelope:t==="compact"&&!n,idOnly:n})}function Ml(e){let t={...e};return delete t.assignee,t}async function vg(e){let t=E(process.cwd(),e.global.path),n=await R(t),o=bc(q(n.schema)),s=L(e),r=await vo(s,e.force,e.global,e.options),i=await ke(s,{...Ml(e.options),status:o,force:e.force},e.global);return{id:s,action:"start_task",claim:r,update:i}}async function kg(e){let t=E(process.cwd(),e.global.path),n=await R(t),o=L(e),s=q(n.schema).open_status,r=await ke(o,{...Ml(e.options),status:s,force:e.force},e.global),i=await mn(o,e.force,e.global,e.options);return{id:o,action:"pause_task",update:r,release:i}}async function Sg(e){let t=L(e),n=b(e.args,"reason")??b(e.args,"text")??b(e.options,"reason")??b(e.options,"text"),o=await Qe(t,n,{...e.options,force:e.force},e.global),s=await mn(t,e.force,e.global,e.options);return{id:t,action:"close_task",close:o,release:s}}function Ig(e){let t={...e.args,...e.options};return ea(le(t,"subcommand"),b(t,"id")??e.id,b(t,"target"),aa(t),e.global)}function Eg(e){return da(E(process.cwd(),e.global.path),{...e.args,...e.options})}var Nl={init:e=>oc(b(e.args,"prefix"),e.global,e.options),context:e=>bo(Ke("context",e.options),e.global),next:e=>wo(Ke("next",e.options),e.global),eval:vd,events:kd,merge:Sd,workspace:Id,meet:vn,event:vn,remind:vn,list:Kh,get:e=>So(L(e),e.global,Ke("get",e.options)),search:Yh,duplicates:e=>{let t=typeof e.options.status=="string"?[e.options.status]:K(e.options.status);return Ro(e.global,{...t.length===0?{}:{status:t},since:b(e.options,"since"),threshold:typeof e.options.threshold=="number"?e.options.threshold:void 0,limit:e.options.limit==="default"?void 0:oe(e.options.limit,"limit")})},create:Jh,copy:Xh,focus:e=>ss(e.id,{clear:e.options.clear===!0||e.args.clear===!0},e.global),update:Zh,restore:wg,claim:e=>e.options.next===!0||e.args.next===!0?Va(e.force,e.global,{...e.options,...e.args},{...e.options,...e.args}):vo(L(e),e.force,e.global,e.options),release:e=>mn(L(e),e.force,e.global,e.options),"start-task":vg,"pause-task":kg,"close-task":Sg,close:Qh,comments:eg,notes:e=>qc(L(e),dn(e.options),e.global),learnings:e=>Gc(L(e),dn(e.options),e.global),files:tg,docs:e=>ja(L(e),nn(e.options),e.global),test:e=>gc(L(e),e.options,e.global),"test-all":e=>yc(e.options,e.global),telemetry:ng,validate:e=>cn(e.options,e.global,{runUpdate:(t,n,o)=>ke(t,n,o)}),health:og,assurance:e=>qa(e.args,e.options,e.global),contracts:e=>Eo(e.options,e.global),config:sg,activity:rg,aggregate:e=>go(e.options,e.global),extension:e=>an($n(e),e.options,e.global),package:e=>an($n(e),e.options,e.global),install:e=>an($n(e),{...e.options,install:!0},e.global),upgrade:e=>Za($n(e),e.options,e.global),delete:e=>os(L(e),e.options,e.global),deps:e=>Qi(L(e),e.options,e.global),graph:Ig,"files-discover":e=>ho(L(e),e.options,e.global),"files-lookup":e=>Ll(e,K(e.options.paths)),history:e=>Wa(L(e),e.options,e.global),"history-redact":e=>Wi(L(e),e.options,e.global),"history-repair":el,"history-compact":tl,"history-author-acknowledge":Eg,plan:ag,schema:_g,profile:hg,stats:e=>xo(e.global,ol(e.options)),append:gg,"update-many":yg,"close-many":bg,gc:e=>Qa(e.global,e.options)};function Px(e=kr){return e.map(t=>{let n=we(t),o=dt(To,n),s=o?.action??n,r=dt(Nl,s)!==void 0;return{action:t,resolved_action:s,covered:r,route:r?o?"alias":"native":"missing"}})}async function Ol(e,t,n,o){let s=co(t,e);Sr(e,s),Ir(e,s);let r={action:e,args:t,options:s,id:b(t,"id"),force:t.force===!0||s.force===!0,global:n,activeExtensions:o},i=dt(Nl,e),a=i?await i(r):await qh(e,t,s,n,o);return s.resolvedOutputFormat="json",xr(e,s,a)}var xg={closeManyOptionsFromFlat:uo,extensionOptionsFromArgs:po,globalOptions:tn,mutationListOptions:ia,normalizeActionName:we,normalizeCommandPath:mo,normalizeMcpUpdateOptions:ca,normalizeMcpOptionsArrays:ra,optionsWithAuthor:co,readRequiredString:le,readScalarString:na,readScalarStringAllowBlank:oa,readStringArray:K,updateManyOptionsFromFlat:fo,withAddNoteOption:nn,withFilesDiscoveryOptions:lo,withMutationCompaction:ce};(process.env.NODE_ENV==="test"||process.env.VITEST!==void 0||process.env.VITEST_WORKER_ID!==void 0)&&(globalThis.__pmCliActionRunnerTestHooks=xg);async function Rg(e,t,n){let o=await Gn({pmRoot:e,settings:t,cwd:n??process.cwd(),noExtensions:!1}),s=await zn(o);try{return s.registrations}finally{try{await qn(o,s)}catch{}}}export{Ac as a,Bl as b,Oo as c,Et as d,_n as e,$c as f,Fg as g,Lg as h,Mg as i,Ng as j,Dg as k,vc as l,jg as m,Ul as n,Co as o,Mo as p,Pc as q,nm as r,sm as s,rm as t,No as u,Lc as v,Ne as w,jc as x,Uc as y,Gc as z,qc as A,Wc as B,Sp as C,Kc as D,Ko as E,rd as F,ns as G,os as H,ss as I,ad as J,cd as K,wu as L,vu as M,md as N,ud as O,fd as P,_d as Q,Lu as R,xt as S,bd as T,wn as U,wd as V,st as W,us as X,Gu as Y,Rw as Z,Aw as _,hs as $,xd as aa,Hw as ba,Bw as ca,Ad as da,Od as ea,dv as fa,sf as ga,Ss as ha,af as ia,cf as ja,Hd as ka,Bd as la,Vd as ma,Wd as na,Kd as oa,Pv as pa,Fv as qa,Lv as ra,Mv as sa,Is as ta,Af as ua,Zd as va,Qd as wa,Ff as xa,Lf as ya,Mf as za,z as Aa,Nf as Ba,Df as Ca,jf as Da,Uf as Ea,xs as Fa,sl as Ga,it as Ha,Es as Ia,rl as Ja,Gf as Ka,il as La,qf as Ma,zf as Na,Hf as Oa,Bf as Pa,Vf as Qa,Qf as Ra,ll as Sa,e_ as Ta,a_ as Ua,f_ as Va,h_ as Wa,uh as Xa,Dh as Ya,v as Za,rE as _a,iE as $a,aE as ab,cE as bb,dE as cb,lE as db,mE as eb,pE as fb,uE as gb,fE as hb,_E as ib,hE as jb,gE as kb,yE as lb,bE as mb,wE as nb,vE as ob,kE as pb,SE as qb,IE as rb,EE as sb,xE as tb,RE as ub,AE as vb,CE as wb,TE as xb,OE as yb,$E as zb,PE as Ab,FE as Bb,LE as Cb,ME as Db,NE as Eb,DE as Fb,jE as Gb,UE as Hb,GE as Ib,qE as Jb,zE as Kb,HE as Lb,BE as Mb,VE as Nb,WE as Ob,KE as Pb,YE as Qb,JE as Rb,XE as Sb,ZE as Tb,QE as Ub,ex as Vb,tx as Wb,nx as Xb,ox as Yb,sx as Zb,rx as _b,ix as $b,ax as ac,cx as bc,dx as cc,lx as dc,mx as ec,px as fc,ux as gc,fx as hc,_x as ic,hx as jc,gx as kc,yx as lc,bx as mc,wx as nc,vx as oc,kx as pc,Sx as qc,Ix as rc,Ex as sc,xx as tc,Rx as uc,Ax as vc,Cx as wc,Tx as xc,Ox as yc,le as zc,$x as Ac,Wh as Bc,Px as Cc};
|
|
2088
|
+
//# sourceMappingURL=chunk-URW4QRMI.js.map
|