@kaisers-io/refs 0.3.0 → 0.4.0
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/dist/refs.mjs +19 -23
- package/package.json +2 -2
package/dist/refs.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{access as e,chmod as t,constants as n,copyFile as r,lstat as i,mkdir as a,readFile as o,readdir as s,realpath as c,rename as l,rm as u,rmdir as d,stat as f,writeFile as ee}from"node:fs/promises";import p,{basename as te,dirname as ne,isAbsolute as re,join as m,relative as ie,resolve as ae,sep as oe}from"node:path";import{randomUUID as se}from"node:crypto";import ce,{existsSync as le,realpathSync as ue}from"node:fs";import{homedir as de}from"node:os";import{setTimeout as fe}from"node:timers/promises";import{EventEmitter as pe,once as me}from"node:events";import he,{spawn as ge}from"node:child_process";import h from"node:process";import{stripVTControlCharacters as _e}from"node:util";const g={CONFLICT:5,NOT_FOUND:4,OK:0,UNEXPECTED:1,USAGE:2,VALIDATION:3};var _=class extends Error{code;exitCode;constructor(e,t,n,r){super(n,r),this.code=t,this.exitCode=e,this.name=`RefsError`}};const ve=e=>new _(g.CONFLICT,`conflict`,e),v=e=>new _(g.NOT_FOUND,`not_found`,e),y=e=>new _(g.USAGE,`usage`,e),b=e=>new _(g.VALIDATION,`validation`,e),ye=(e,t,n)=>n&&t!==void 0?`${e}\n${t}`:e,be=(e,t)=>e instanceof _?{code:e.code,exitCode:e.exitCode,message:ye(e.message,e.stack,t.verbose)}:e instanceof Error?{code:`unexpected`,exitCode:g.UNEXPECTED,message:ye(e.message,e.stack,t.verbose)}:{code:`unexpected`,exitCode:g.UNEXPECTED,message:String(e)};var xe;function x(e,t,n){function r(n,r){if(n._zod||Object.defineProperty(n,"_zod",{value:{def:r,constr:o,traits:new Set},enumerable:!1}),n._zod.traits.has(e))return;n._zod.traits.add(e),t(n,r);let i=o.prototype,a=Object.keys(i);for(let e=0;e<a.length;e++){let t=a[e];t in n||(n[t]=i[t].bind(n))}}let i=n?.Parent??Object;class a extends i{}Object.defineProperty(a,"name",{value:e});function o(e){var t;let i=n?.Parent?new a:this;r(i,e),(t=i._zod).deferred??(t.deferred=[]);for(let e of i._zod.deferred)e();return i}return Object.defineProperty(o,"init",{value:r}),Object.defineProperty(o,Symbol.hasInstance,{value:t=>n?.Parent&&t instanceof n.Parent?!0:t?._zod?.traits?.has(e)}),Object.defineProperty(o,"name",{value:e}),o}var Se=class extends Error{constructor(){super(`Encountered Promise during synchronous parse. Use .parseAsync() instead.`)}},Ce=class extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name=`ZodEncodeError`}};(xe=globalThis).__zod_globalConfig??(xe.__zod_globalConfig={});const we=globalThis.__zod_globalConfig;function S(e){return e&&Object.assign(we,e),we}function Te(e){let t=Object.values(e).filter(e=>typeof e==`number`);return Object.entries(e).filter(([e,n])=>t.indexOf(+e)===-1).map(([e,t])=>t)}function Ee(e,t){return typeof t==`bigint`?t.toString():t}function De(e){return{get value(){{let t=e();return Object.defineProperty(this,"value",{value:t}),t}
|
|
2
|
+
import{access as e,chmod as t,constants as n,copyFile as r,lstat as i,mkdir as a,readFile as o,readdir as s,realpath as c,rename as l,rm as u,rmdir as d,stat as f,writeFile as ee}from"node:fs/promises";import p,{basename as te,dirname as ne,isAbsolute as re,join as m,relative as ie,resolve as ae,sep as oe}from"node:path";import{randomUUID as se}from"node:crypto";import ce,{existsSync as le,realpathSync as ue}from"node:fs";import{homedir as de}from"node:os";import{setTimeout as fe}from"node:timers/promises";import{EventEmitter as pe,once as me}from"node:events";import he,{spawn as ge}from"node:child_process";import h from"node:process";import{stripVTControlCharacters as _e}from"node:util";const g={CONFLICT:5,NOT_FOUND:4,OK:0,UNEXPECTED:1,USAGE:2,VALIDATION:3};var _=class extends Error{code;exitCode;constructor(e,t,n,r){super(n,r),this.code=t,this.exitCode=e,this.name=`RefsError`}};const ve=e=>new _(g.CONFLICT,`conflict`,e),v=e=>new _(g.NOT_FOUND,`not_found`,e),y=e=>new _(g.USAGE,`usage`,e),b=e=>new _(g.VALIDATION,`validation`,e),ye=(e,t,n)=>n&&t!==void 0?`${e}\n${t}`:e,be=(e,t)=>e instanceof _?{code:e.code,exitCode:e.exitCode,message:ye(e.message,e.stack,t.verbose)}:e instanceof Error?{code:`unexpected`,exitCode:g.UNEXPECTED,message:ye(e.message,e.stack,t.verbose)}:{code:`unexpected`,exitCode:g.UNEXPECTED,message:String(e)};var xe;function x(e,t,n){function r(n,r){if(n._zod||Object.defineProperty(n,"_zod",{value:{def:r,constr:o,traits:new Set},enumerable:!1}),n._zod.traits.has(e))return;n._zod.traits.add(e),t(n,r);let i=o.prototype,a=Object.keys(i);for(let e=0;e<a.length;e++){let t=a[e];t in n||(n[t]=i[t].bind(n))}}let i=n?.Parent??Object;class a extends i{}Object.defineProperty(a,"name",{value:e});function o(e){var t;let i=n?.Parent?new a:this;r(i,e),(t=i._zod).deferred??(t.deferred=[]);for(let e of i._zod.deferred)e();return i}return Object.defineProperty(o,"init",{value:r}),Object.defineProperty(o,Symbol.hasInstance,{value:t=>n?.Parent&&t instanceof n.Parent?!0:t?._zod?.traits?.has(e)}),Object.defineProperty(o,"name",{value:e}),o}var Se=class extends Error{constructor(){super(`Encountered Promise during synchronous parse. Use .parseAsync() instead.`)}},Ce=class extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name=`ZodEncodeError`}};(xe=globalThis).__zod_globalConfig??(xe.__zod_globalConfig={});const we=globalThis.__zod_globalConfig;function S(e){return e&&Object.assign(we,e),we}function Te(e){let t=Object.values(e).filter(e=>typeof e==`number`);return Object.entries(e).filter(([e,n])=>t.indexOf(+e)===-1).map(([e,t])=>t)}function Ee(e,t){return typeof t==`bigint`?t.toString():t}function De(e){return{get value(){{let t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function Oe(e){return e==null}function ke(e){let t=+!!e.startsWith(`^`),n=e.endsWith(`$`)?e.length-1:e.length;return e.slice(t,n)}function Ae(e,t){let n=e/t,r=Math.round(n),i=2**-52*Math.max(Math.abs(n),1);return Math.abs(n-r)<i?0:n-r}const je=Symbol(`evaluating`);function C(e,t,n){let r;Object.defineProperty(e,t,{get(){if(r!==je)return r===void 0&&(r=je,r=n()),r},set(n){Object.defineProperty(e,t,{value:n})},configurable:!0})}function Me(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}function w(...e){let t={};for(let n of e){let e=Object.getOwnPropertyDescriptors(n);Object.assign(t,e)}return Object.defineProperties({},t)}function Ne(e){return JSON.stringify(e)}function Pe(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,``).replace(/[\s_-]+/g,`-`).replace(/^-+|-+$/g,``)}const Fe=`captureStackTrace`in Error?Error.captureStackTrace:(...e)=>{};function Ie(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}const Le=De(()=>{if(we.jitless||typeof navigator<`u`&&navigator?.userAgent?.includes(`Cloudflare`))return!1;try{return Function(``),!0}catch{return!1}});function Re(e){if(Ie(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!=`function`)return!0;let n=t.prototype;return Ie(n)!==!1&&Object.prototype.hasOwnProperty.call(n,`isPrototypeOf`)!==!1}function ze(e){return Re(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}const Be=new Set([`string`,`number`,`symbol`]);function Ve(e){return e.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`)}function T(e,t,n){let r=new e._zod.constr(t??e._zod.def);return(!t||n?.parent)&&(r._zod.parent=e),r}function E(e){let t=e;if(!t)return{};if(typeof t==`string`)return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error==`string`?{...t,error:()=>t.error}:t}function He(e){return Object.keys(e).filter(t=>e[t]._zod.optin===`optional`&&e[t]._zod.optout===`optional`)}const Ue={safeint:[-(2**53-1),2**53-1],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function We(e,t){let n=e._zod.def,r=n.checks;if(r&&r.length>0)throw Error(`.pick() cannot be used on object schemas containing refinements`);return T(e,w(e._zod.def,{get shape(){let e={};for(let r in t){if(!(r in n.shape))throw Error(`Unrecognized key: "${r}"`);t[r]&&(e[r]=n.shape[r])}return Me(this,`shape`,e),e},checks:[]}))}function Ge(e,t){let n=e._zod.def,r=n.checks;if(r&&r.length>0)throw Error(`.omit() cannot be used on object schemas containing refinements`);return T(e,w(e._zod.def,{get shape(){let r={...e._zod.def.shape};for(let e in t){if(!(e in n.shape))throw Error(`Unrecognized key: "${e}"`);t[e]&&delete r[e]}return Me(this,`shape`,r),r},checks:[]}))}function Ke(e,t){if(!Re(t))throw Error(`Invalid input to extend: expected a plain object`);let n=e._zod.def.checks;if(n&&n.length>0){let n=e._zod.def.shape;for(let e in t)if(Object.getOwnPropertyDescriptor(n,e)!==void 0)throw Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}return T(e,w(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t};return Me(this,`shape`,n),n}}))}function qe(e,t){if(!Re(t))throw Error(`Invalid input to safeExtend: expected a plain object`);return T(e,w(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t};return Me(this,`shape`,n),n}}))}function Je(e,t){if(e._zod.def.checks?.length)throw Error(`.merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.`);return T(e,w(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t._zod.def.shape};return Me(this,`shape`,n),n},get catchall(){return t._zod.def.catchall},checks:t._zod.def.checks??[]}))}function Ye(e,t,n){let r=t._zod.def.checks;if(r&&r.length>0)throw Error(`.partial() cannot be used on object schemas containing refinements`);return T(t,w(t._zod.def,{get shape(){let r=t._zod.def.shape,i={...r};if(n)for(let t in n){if(!(t in r))throw Error(`Unrecognized key: "${t}"`);n[t]&&(i[t]=e?new e({type:`optional`,innerType:r[t]}):r[t])}else for(let t in r)i[t]=e?new e({type:`optional`,innerType:r[t]}):r[t];return Me(this,`shape`,i),i},checks:[]}))}function Xe(e,t,n){return T(t,w(t._zod.def,{get shape(){let r=t._zod.def.shape,i={...r};if(n)for(let t in n){if(!(t in i))throw Error(`Unrecognized key: "${t}"`);n[t]&&(i[t]=new e({type:`nonoptional`,innerType:r[t]}))}else for(let t in r)i[t]=new e({type:`nonoptional`,innerType:r[t]});return Me(this,`shape`,i),i}}))}function Ze(e,t=0){if(e.aborted===!0)return!0;for(let n=t;n<e.issues.length;n++)if(e.issues[n]?.continue!==!0)return!0;return!1}function Qe(e,t=0){if(e.aborted===!0)return!0;for(let n=t;n<e.issues.length;n++)if(e.issues[n]?.continue===!1)return!0;return!1}function $e(e,t){return t.map(t=>{var n;return(n=t).path??(n.path=[]),t.path.unshift(e),t})}function et(e){return typeof e==`string`?e:e?.message}function D(e,t,n){let r=e.message?e.message:et(e.inst?._zod.def?.error?.(e))??et(t?.error?.(e))??et(n.customError?.(e))??et(n.localeError?.(e))??`Invalid input`,{inst:i,continue:a,input:o,...s}=e;return s.path??=[],s.message=r,t?.reportInput&&(s.input=o),s}function tt(e){return Array.isArray(e)?`array`:typeof e==`string`?`string`:`unknown`}function nt(...e){let[t,n,r]=e;return typeof t==`string`?{message:t,code:`custom`,input:n,inst:r}:{...t}}const rt=(e,t)=>{e.name=`$ZodError`,Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,Ee,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},it=x(`$ZodError`,rt),at=x(`$ZodError`,rt,{Parent:Error});function ot(e,t=e=>e.message){let n={},r=[];for(let i of e.issues)i.path.length>0?(n[i.path[0]]=n[i.path[0]]||[],n[i.path[0]].push(t(i))):r.push(t(i));return{formErrors:r,fieldErrors:n}}function st(e,t=e=>e.message){let n={_errors:[]},r=(e,i=[])=>{for(let a of e.issues)if(a.code===`invalid_union`&&a.errors.length)a.errors.map(e=>r({issues:e},[...i,...a.path]));else if(a.code===`invalid_key`)r({issues:a.issues},[...i,...a.path]);else if(a.code===`invalid_element`)r({issues:a.issues},[...i,...a.path]);else{let e=[...i,...a.path];if(e.length===0)n._errors.push(t(a));else{let r=n,i=0;for(;i<e.length;){let n=e[i];i===e.length-1?(r[n]=r[n]||{_errors:[]},r[n]._errors.push(t(a))):r[n]=r[n]||{_errors:[]},r=r[n],i++}}}};return r(e),n}function ct(e){let t=[],n=e.map(e=>typeof e==`object`?e.key:e);for(let e of n)typeof e==`number`?t.push(`[${e}]`):typeof e==`symbol`?t.push(`[${JSON.stringify(String(e))}]`):/[^\w$]/.test(e)?t.push(`[${JSON.stringify(e)}]`):(t.length&&t.push(`.`),t.push(e));return t.join(``)}function O(e){let t=[],n=[...e.issues].sort((e,t)=>(e.path??[]).length-(t.path??[]).length);for(let e of n)t.push(`✖ ${e.message}`),e.path?.length&&t.push(` → at ${ct(e.path)}`);return t.join(`
|
|
3
3
|
`)}const lt=e=>(t,n,r,i)=>{let a=r?{...r,async:!1}:{async:!1},o=t._zod.run({value:n,issues:[]},a);if(o instanceof Promise)throw new Se;if(o.issues.length){let t=new((i?.Err)??e)(o.issues.map(e=>D(e,a,S())));throw Fe(t,i?.callee),t}return o.value},ut=e=>async(t,n,r,i)=>{let a=r?{...r,async:!0}:{async:!0},o=t._zod.run({value:n,issues:[]},a);if(o instanceof Promise&&(o=await o),o.issues.length){let t=new((i?.Err)??e)(o.issues.map(e=>D(e,a,S())));throw Fe(t,i?.callee),t}return o.value},dt=e=>(t,n,r)=>{let i=r?{...r,async:!1}:{async:!1},a=t._zod.run({value:n,issues:[]},i);if(a instanceof Promise)throw new Se;return a.issues.length?{success:!1,error:new(e??it)(a.issues.map(e=>D(e,i,S())))}:{success:!0,data:a.value}},ft=dt(at),pt=e=>async(t,n,r)=>{let i=r?{...r,async:!0}:{async:!0},a=t._zod.run({value:n,issues:[]},i);return a instanceof Promise&&(a=await a),a.issues.length?{success:!1,error:new e(a.issues.map(e=>D(e,i,S())))}:{success:!0,data:a.value}},mt=pt(at),ht=e=>(t,n,r)=>{let i=r?{...r,direction:`backward`}:{direction:`backward`};return lt(e)(t,n,i)},gt=e=>(t,n,r)=>lt(e)(t,n,r),_t=e=>async(t,n,r)=>{let i=r?{...r,direction:`backward`}:{direction:`backward`};return ut(e)(t,n,i)},vt=e=>async(t,n,r)=>ut(e)(t,n,r),yt=e=>(t,n,r)=>{let i=r?{...r,direction:`backward`}:{direction:`backward`};return dt(e)(t,n,i)},bt=e=>(t,n,r)=>dt(e)(t,n,r),xt=e=>async(t,n,r)=>{let i=r?{...r,direction:`backward`}:{direction:`backward`};return pt(e)(t,n,i)},St=e=>async(t,n,r)=>pt(e)(t,n,r),Ct=/^[cC][0-9a-z]{6,}$/,wt=/^[0-9a-z]+$/,Tt=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Et=/^[0-9a-vA-V]{20}$/,Dt=/^[A-Za-z0-9]{27}$/,Ot=/^[a-zA-Z0-9_-]{21}$/,kt=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,At=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,jt=e=>e?RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,Mt=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;function Nt(){return RegExp(`^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$`,`u`)}const Pt=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Ft=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,It=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,Lt=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Rt=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,zt=/^[A-Za-z0-9_-]*$/,Bt=/^https?$/,Vt=/^\+[1-9]\d{6,14}$/,Ht=`(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))`,Ut=RegExp(`^${Ht}$`);function Wt(e){let t=`(?:[01]\\d|2[0-3]):[0-5]\\d`;return typeof e.precision==`number`?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function Gt(e){return RegExp(`^${Wt(e)}$`)}function Kt(e){let t=Wt({precision:e.precision}),n=[`Z`];e.local&&n.push(``),e.offset&&n.push(`([+-](?:[01]\\d|2[0-3]):[0-5]\\d)`);let r=`${t}(?:${n.join(`|`)})`;return RegExp(`^${Ht}T(?:${r})$`)}const qt=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??``}}`:`[\\s\\S]*`;return RegExp(`^${t}$`)},Jt=/^-?\d+$/,Yt=/^-?\d+(?:\.\d+)?$/,Xt=/^[^A-Z]*$/,Zt=/^[^a-z]*$/,k=x(`$ZodCheck`,(e,t)=>{var n;e._zod??={},e._zod.def=t,(n=e._zod).onattach??(n.onattach=[])}),Qt={number:`number`,bigint:`bigint`,object:`date`},$t=x(`$ZodCheckLessThan`,(e,t)=>{k.init(e,t);let n=Qt[typeof t.value];e._zod.onattach.push(e=>{let n=e._zod.bag,r=(t.inclusive?n.maximum:n.exclusiveMaximum)??1/0;t.value<r&&(t.inclusive?n.maximum=t.value:n.exclusiveMaximum=t.value)}),e._zod.check=r=>{(t.inclusive?r.value<=t.value:r.value<t.value)||r.issues.push({origin:n,code:`too_big`,maximum:typeof t.value==`object`?t.value.getTime():t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),en=x(`$ZodCheckGreaterThan`,(e,t)=>{k.init(e,t);let n=Qt[typeof t.value];e._zod.onattach.push(e=>{let n=e._zod.bag,r=(t.inclusive?n.minimum:n.exclusiveMinimum)??-1/0;t.value>r&&(t.inclusive?n.minimum=t.value:n.exclusiveMinimum=t.value)}),e._zod.check=r=>{(t.inclusive?r.value>=t.value:r.value>t.value)||r.issues.push({origin:n,code:`too_small`,minimum:typeof t.value==`object`?t.value.getTime():t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),tn=x(`$ZodCheckMultipleOf`,(e,t)=>{k.init(e,t),e._zod.onattach.push(e=>{var n;(n=e._zod.bag).multipleOf??(n.multipleOf=t.value)}),e._zod.check=n=>{if(typeof n.value!=typeof t.value)throw Error(`Cannot mix number and bigint in multiple_of check.`);(typeof n.value==`bigint`?n.value%t.value===BigInt(0):Ae(n.value,t.value)===0)||n.issues.push({origin:typeof n.value,code:`not_multiple_of`,divisor:t.value,input:n.value,inst:e,continue:!t.abort})}}),nn=x(`$ZodCheckNumberFormat`,(e,t)=>{k.init(e,t),t.format=t.format||`float64`;let n=t.format?.includes(`int`),r=n?`int`:`number`,[i,a]=Ue[t.format];e._zod.onattach.push(e=>{let r=e._zod.bag;r.format=t.format,r.minimum=i,r.maximum=a,n&&(r.pattern=Jt)}),e._zod.check=o=>{let s=o.value;if(n){if(!Number.isInteger(s)){o.issues.push({expected:r,format:t.format,code:`invalid_type`,continue:!1,input:s,inst:e});return}if(!Number.isSafeInteger(s)){s>0?o.issues.push({input:s,code:`too_big`,maximum:2**53-1,note:`Integers must be within the safe integer range.`,inst:e,origin:r,inclusive:!0,continue:!t.abort}):o.issues.push({input:s,code:`too_small`,minimum:-(2**53-1),note:`Integers must be within the safe integer range.`,inst:e,origin:r,inclusive:!0,continue:!t.abort});return}}s<i&&o.issues.push({origin:`number`,input:s,code:`too_small`,minimum:i,inclusive:!0,inst:e,continue:!t.abort}),s>a&&o.issues.push({origin:`number`,input:s,code:`too_big`,maximum:a,inclusive:!0,inst:e,continue:!t.abort})}}),rn=x(`$ZodCheckMaxLength`,(e,t)=>{var n;k.init(e,t),(n=e._zod.def).when??(n.when=e=>{let t=e.value;return!Oe(t)&&t.length!==void 0}),e._zod.onattach.push(e=>{let n=e._zod.bag.maximum??1/0;t.maximum<n&&(e._zod.bag.maximum=t.maximum)}),e._zod.check=n=>{let r=n.value;if(r.length<=t.maximum)return;let i=tt(r);n.issues.push({origin:i,code:`too_big`,maximum:t.maximum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),an=x(`$ZodCheckMinLength`,(e,t)=>{var n;k.init(e,t),(n=e._zod.def).when??(n.when=e=>{let t=e.value;return!Oe(t)&&t.length!==void 0}),e._zod.onattach.push(e=>{let n=e._zod.bag.minimum??-1/0;t.minimum>n&&(e._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{let r=n.value;if(r.length>=t.minimum)return;let i=tt(r);n.issues.push({origin:i,code:`too_small`,minimum:t.minimum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),on=x(`$ZodCheckLengthEquals`,(e,t)=>{var n;k.init(e,t),(n=e._zod.def).when??(n.when=e=>{let t=e.value;return!Oe(t)&&t.length!==void 0}),e._zod.onattach.push(e=>{let n=e._zod.bag;n.minimum=t.length,n.maximum=t.length,n.length=t.length}),e._zod.check=n=>{let r=n.value,i=r.length;if(i===t.length)return;let a=tt(r),o=i>t.length;n.issues.push({origin:a,...o?{code:`too_big`,maximum:t.length}:{code:`too_small`,minimum:t.length},inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort})}}),sn=x(`$ZodCheckStringFormat`,(e,t)=>{var n,r;k.init(e,t),e._zod.onattach.push(e=>{let n=e._zod.bag;n.format=t.format,t.pattern&&(n.patterns??=new Set,n.patterns.add(t.pattern))}),t.pattern?(n=e._zod).check??(n.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:`string`,code:`invalid_format`,format:t.format,input:n.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(r=e._zod).check??(r.check=()=>{})}),cn=x(`$ZodCheckRegex`,(e,t)=>{sn.init(e,t),e._zod.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:`string`,code:`invalid_format`,format:`regex`,input:n.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),ln=x(`$ZodCheckLowerCase`,(e,t)=>{t.pattern??=Xt,sn.init(e,t)}),un=x(`$ZodCheckUpperCase`,(e,t)=>{t.pattern??=Zt,sn.init(e,t)}),dn=x(`$ZodCheckIncludes`,(e,t)=>{k.init(e,t);let n=Ve(t.includes),r=new RegExp(typeof t.position==`number`?`^.{${t.position}}${n}`:n);t.pattern=r,e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??=new Set,t.patterns.add(r)}),e._zod.check=n=>{n.value.includes(t.includes,t.position)||n.issues.push({origin:`string`,code:`invalid_format`,format:`includes`,includes:t.includes,input:n.value,inst:e,continue:!t.abort})}}),fn=x(`$ZodCheckStartsWith`,(e,t)=>{k.init(e,t);let n=RegExp(`^${Ve(t.prefix)}.*`);t.pattern??=n,e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??=new Set,t.patterns.add(n)}),e._zod.check=n=>{n.value.startsWith(t.prefix)||n.issues.push({origin:`string`,code:`invalid_format`,format:`starts_with`,prefix:t.prefix,input:n.value,inst:e,continue:!t.abort})}}),pn=x(`$ZodCheckEndsWith`,(e,t)=>{k.init(e,t);let n=RegExp(`.*${Ve(t.suffix)}$`);t.pattern??=n,e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??=new Set,t.patterns.add(n)}),e._zod.check=n=>{n.value.endsWith(t.suffix)||n.issues.push({origin:`string`,code:`invalid_format`,format:`ends_with`,suffix:t.suffix,input:n.value,inst:e,continue:!t.abort})}}),mn=x(`$ZodCheckOverwrite`,(e,t)=>{k.init(e,t),e._zod.check=e=>{e.value=t.tx(e.value)}});var hn=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),--this.indent}write(e){if(typeof e==`function`){e(this,{execution:`sync`}),e(this,{execution:`async`});return}let t=e.split(`
|
|
4
4
|
`).filter(e=>e),n=Math.min(...t.map(e=>e.length-e.trimStart().length)),r=t.map(e=>e.slice(n)).map(e=>` `.repeat(this.indent*2)+e);for(let e of r)this.content.push(e)}compile(){let e=Function,t=this?.args,n=[...(this?.content??[``]).map(e=>` ${e}`)];return new e(...t,n.join(`
|
|
5
5
|
`))}};const gn={major:4,minor:4,patch:3},A=x(`$ZodType`,(e,t)=>{var n;e??={},e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=gn;let r=[...e._zod.def.checks??[]];e._zod.traits.has(`$ZodCheck`)&&r.unshift(e);for(let t of r)for(let n of t._zod.onattach)n(e);if(r.length===0)(n=e._zod).deferred??(n.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let t=(e,t,n)=>{let r=Ze(e),i;for(let a of t){if(a._zod.def.when){if(Qe(e)||!a._zod.def.when(e))continue}else if(r)continue;let t=e.issues.length,o=a._zod.check(e);if(o instanceof Promise&&n?.async===!1)throw new Se;if(i||o instanceof Promise)i=(i??Promise.resolve()).then(async()=>{await o,e.issues.length!==t&&(r||=Ze(e,t))});else{if(e.issues.length===t)continue;r||=Ze(e,t)}}return i?i.then(()=>e):e},n=(n,i,a)=>{if(Ze(n))return n.aborted=!0,n;let o=t(i,r,a);if(o instanceof Promise){if(a.async===!1)throw new Se;return o.then(t=>e._zod.parse(t,a))}return e._zod.parse(o,a)};e._zod.run=(i,a)=>{if(a.skipChecks)return e._zod.parse(i,a);if(a.direction===`backward`){let t=e._zod.parse({value:i.value,issues:[]},{...a,skipChecks:!0});return t instanceof Promise?t.then(e=>n(e,i,a)):n(t,i,a)}let o=e._zod.parse(i,a);if(o instanceof Promise){if(a.async===!1)throw new Se;return o.then(e=>t(e,r,a))}return t(o,r,a)}}C(e,`~standard`,()=>({validate:t=>{try{let n=ft(e,t);return n.success?{value:n.data}:{issues:n.error?.issues}}catch{return mt(e,t).then(e=>e.success?{value:e.data}:{issues:e.error?.issues})}},vendor:`zod`,version:1}))}),_n=x(`$ZodString`,(e,t)=>{A.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??qt(e._zod.bag),e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=String(n.value)}catch{}return typeof n.value==`string`||n.issues.push({expected:`string`,code:`invalid_type`,input:n.value,inst:e}),n}}),j=x(`$ZodStringFormat`,(e,t)=>{sn.init(e,t),_n.init(e,t)}),vn=x(`$ZodGUID`,(e,t)=>{t.pattern??=At,j.init(e,t)}),yn=x(`$ZodUUID`,(e,t)=>{if(t.version){let e={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(e===void 0)throw Error(`Invalid UUID version: "${t.version}"`);t.pattern??=jt(e)}else t.pattern??=jt();j.init(e,t)}),bn=x(`$ZodEmail`,(e,t)=>{t.pattern??=Mt,j.init(e,t)}),xn=x(`$ZodURL`,(e,t)=>{j.init(e,t),e._zod.check=n=>{try{let r=n.value.trim();if(!t.normalize&&t.protocol?.source===Bt.source&&!/^https?:\/\//i.test(r)){n.issues.push({code:`invalid_format`,format:`url`,note:`Invalid URL format`,input:n.value,inst:e,continue:!t.abort});return}let i=new URL(r);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(i.hostname)||n.issues.push({code:`invalid_format`,format:`url`,note:`Invalid hostname`,pattern:t.hostname.source,input:n.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(i.protocol.endsWith(`:`)?i.protocol.slice(0,-1):i.protocol)||n.issues.push({code:`invalid_format`,format:`url`,note:`Invalid protocol`,pattern:t.protocol.source,input:n.value,inst:e,continue:!t.abort})),t.normalize?n.value=i.href:n.value=r;return}catch{n.issues.push({code:`invalid_format`,format:`url`,input:n.value,inst:e,continue:!t.abort})}}}),Sn=x(`$ZodEmoji`,(e,t)=>{t.pattern??=Nt(),j.init(e,t)}),Cn=x(`$ZodNanoID`,(e,t)=>{t.pattern??=Ot,j.init(e,t)}),wn=x(`$ZodCUID`,(e,t)=>{t.pattern??=Ct,j.init(e,t)}),Tn=x(`$ZodCUID2`,(e,t)=>{t.pattern??=wt,j.init(e,t)}),En=x(`$ZodULID`,(e,t)=>{t.pattern??=Tt,j.init(e,t)}),Dn=x(`$ZodXID`,(e,t)=>{t.pattern??=Et,j.init(e,t)}),On=x(`$ZodKSUID`,(e,t)=>{t.pattern??=Dt,j.init(e,t)}),kn=x(`$ZodISODateTime`,(e,t)=>{t.pattern??=Kt(t),j.init(e,t)}),An=x(`$ZodISODate`,(e,t)=>{t.pattern??=Ut,j.init(e,t)}),jn=x(`$ZodISOTime`,(e,t)=>{t.pattern??=Gt(t),j.init(e,t)}),Mn=x(`$ZodISODuration`,(e,t)=>{t.pattern??=kt,j.init(e,t)}),Nn=x(`$ZodIPv4`,(e,t)=>{t.pattern??=Pt,j.init(e,t),e._zod.bag.format=`ipv4`}),Pn=x(`$ZodIPv6`,(e,t)=>{t.pattern??=Ft,j.init(e,t),e._zod.bag.format=`ipv6`,e._zod.check=n=>{try{new URL(`http://[${n.value}]`)}catch{n.issues.push({code:`invalid_format`,format:`ipv6`,input:n.value,inst:e,continue:!t.abort})}}}),Fn=x(`$ZodCIDRv4`,(e,t)=>{t.pattern??=It,j.init(e,t)}),In=x(`$ZodCIDRv6`,(e,t)=>{t.pattern??=Lt,j.init(e,t),e._zod.check=n=>{let r=n.value.split(`/`);try{if(r.length!==2)throw Error();let[e,t]=r;if(!t)throw Error();let n=Number(t);if(`${n}`!==t||n<0||n>128)throw Error();new URL(`http://[${e}]`)}catch{n.issues.push({code:`invalid_format`,format:`cidrv6`,input:n.value,inst:e,continue:!t.abort})}}});function Ln(e){if(e===``)return!0;if(/\s/.test(e)||e.length%4!=0)return!1;try{return atob(e),!0}catch{return!1}}const Rn=x(`$ZodBase64`,(e,t)=>{t.pattern??=Rt,j.init(e,t),e._zod.bag.contentEncoding=`base64`,e._zod.check=n=>{Ln(n.value)||n.issues.push({code:`invalid_format`,format:`base64`,input:n.value,inst:e,continue:!t.abort})}});function zn(e){if(!zt.test(e))return!1;let t=e.replace(/[-_]/g,e=>e===`-`?`+`:`/`);return Ln(t.padEnd(Math.ceil(t.length/4)*4,`=`))}const Bn=x(`$ZodBase64URL`,(e,t)=>{t.pattern??=zt,j.init(e,t),e._zod.bag.contentEncoding=`base64url`,e._zod.check=n=>{zn(n.value)||n.issues.push({code:`invalid_format`,format:`base64url`,input:n.value,inst:e,continue:!t.abort})}}),Vn=x(`$ZodE164`,(e,t)=>{t.pattern??=Vt,j.init(e,t)});function Hn(e,t=null){try{let n=e.split(`.`);if(n.length!==3)return!1;let[r]=n;if(!r)return!1;let i=JSON.parse(atob(r));return!(`typ`in i&&i?.typ!==`JWT`||!i.alg||t&&(!(`alg`in i)||i.alg!==t))}catch{return!1}}const Un=x(`$ZodJWT`,(e,t)=>{j.init(e,t),e._zod.check=n=>{Hn(n.value,t.alg)||n.issues.push({code:`invalid_format`,format:`jwt`,input:n.value,inst:e,continue:!t.abort})}}),Wn=x(`$ZodNumber`,(e,t)=>{A.init(e,t),e._zod.pattern=e._zod.bag.pattern??Yt,e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=Number(n.value)}catch{}let i=n.value;if(typeof i==`number`&&!Number.isNaN(i)&&Number.isFinite(i))return n;let a=typeof i==`number`?Number.isNaN(i)?`NaN`:Number.isFinite(i)?void 0:`Infinity`:void 0;return n.issues.push({expected:`number`,code:`invalid_type`,input:i,inst:e,...a?{received:a}:{}}),n}}),Gn=x(`$ZodNumberFormat`,(e,t)=>{nn.init(e,t),Wn.init(e,t)}),Kn=x(`$ZodUnknown`,(e,t)=>{A.init(e,t),e._zod.parse=e=>e}),qn=x(`$ZodNever`,(e,t)=>{A.init(e,t),e._zod.parse=(t,n)=>(t.issues.push({expected:`never`,code:`invalid_type`,input:t.value,inst:e}),t)});function Jn(e,t,n){e.issues.length&&t.issues.push(...$e(n,e.issues)),t.value[n]=e.value}const Yn=x(`$ZodArray`,(e,t)=>{A.init(e,t),e._zod.parse=(n,r)=>{let i=n.value;if(!Array.isArray(i))return n.issues.push({expected:`array`,code:`invalid_type`,input:i,inst:e}),n;n.value=Array(i.length);let a=[];for(let e=0;e<i.length;e++){let o=i[e],s=t.element._zod.run({value:o,issues:[]},r);s instanceof Promise?a.push(s.then(t=>Jn(t,n,e))):Jn(s,n,e)}return a.length?Promise.all(a).then(()=>n):n}});function Xn(e,t,n,r,i,a){let o=n in r;if(e.issues.length){if(i&&a&&!o)return;t.issues.push(...$e(n,e.issues))}if(!o&&!i){e.issues.length||t.issues.push({code:`invalid_type`,expected:`nonoptional`,input:void 0,path:[n]});return}e.value===void 0?o&&(t.value[n]=void 0):t.value[n]=e.value}function Zn(e){let t=Object.keys(e.shape);for(let n of t)if(!e.shape?.[n]?._zod?.traits?.has(`$ZodType`))throw Error(`Invalid element at key "${n}": expected a Zod schema`);let n=He(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(n)}}function Qn(e,t,n,r,i,a){let o=[],s=i.keySet,c=i.catchall._zod,l=c.def.type,u=c.optin===`optional`,d=c.optout===`optional`;for(let i in t){if(i===`__proto__`||s.has(i))continue;if(l===`never`){o.push(i);continue}let a=c.run({value:t[i],issues:[]},r);a instanceof Promise?e.push(a.then(e=>Xn(e,n,i,t,u,d))):Xn(a,n,i,t,u,d)}return o.length&&n.issues.push({code:`unrecognized_keys`,keys:o,input:t,inst:a}),e.length?Promise.all(e).then(()=>n):n}const $n=x(`$ZodObject`,(e,t)=>{if(A.init(e,t),!Object.getOwnPropertyDescriptor(t,`shape`)?.get){let e=t.shape;Object.defineProperty(t,"shape",{get:()=>{let n={...e};return Object.defineProperty(t,"shape",{value:n}),n}})}let n=De(()=>Zn(t));C(e._zod,`propValues`,()=>{let e=t.shape,n={};for(let t in e){let r=e[t]._zod;if(r.values){n[t]??(n[t]=new Set);for(let e of r.values)n[t].add(e)}}return n});let r=Ie,i=t.catchall,a;e._zod.parse=(t,o)=>{a??=n.value;let s=t.value;if(!r(s))return t.issues.push({expected:`object`,code:`invalid_type`,input:s,inst:e}),t;t.value={};let c=[],l=a.shape;for(let e of a.keys){let n=l[e],r=n._zod.optin===`optional`,i=n._zod.optout===`optional`,a=n._zod.run({value:s[e],issues:[]},o);a instanceof Promise?c.push(a.then(n=>Xn(n,t,e,s,r,i))):Xn(a,t,e,s,r,i)}return i?Qn(c,s,t,o,n.value,e):c.length?Promise.all(c).then(()=>t):t}}),er=x(`$ZodObjectJIT`,(e,t)=>{$n.init(e,t);let n=e._zod.parse,r=De(()=>Zn(t)),i=e=>{let t=new hn([`shape`,`payload`,`ctx`]),n=r.value,i=e=>{let t=Ne(e);return`shape[${t}]._zod.run({ value: input[${t}], issues: [] }, ctx)`};t.write(`const input = payload.value;`);let a=Object.create(null),o=0;for(let e of n.keys)a[e]=`key_${o++}`;t.write(`const newResult = {};`);for(let r of n.keys){let n=a[r],o=Ne(r),s=e[r],c=s?._zod?.optin===`optional`,l=s?._zod?.optout===`optional`;t.write(`const ${n} = ${i(r)};`),c&&l?t.write(`
|
|
@@ -63,7 +63,7 @@ import{access as e,chmod as t,constants as n,copyFile as r,lstat as i,mkdir as a
|
|
|
63
63
|
|
|
64
64
|
`)}t.write(`payload.value = newResult;`),t.write(`return payload;`);let s=t.compile();return(t,n)=>s(e,t,n)},a,o=Ie,s=!we.jitless,c=s&&Le.value,l=t.catchall,u;e._zod.parse=(d,f)=>{u??=r.value;let ee=d.value;return o(ee)?s&&c&&f?.async===!1&&f.jitless!==!0?(a||=i(t.shape),d=a(d,f),l?Qn([],ee,d,f,u,e):d):n(d,f):(d.issues.push({expected:`object`,code:`invalid_type`,input:ee,inst:e}),d)}});function tr(e,t,n,r){for(let n of e)if(n.issues.length===0)return t.value=n.value,t;let i=e.filter(e=>!Ze(e));return i.length===1?(t.value=i[0].value,i[0]):(t.issues.push({code:`invalid_union`,input:t.value,inst:n,errors:e.map(e=>e.issues.map(e=>D(e,r,S())))}),t)}const nr=x(`$ZodUnion`,(e,t)=>{A.init(e,t),C(e._zod,`optin`,()=>t.options.some(e=>e._zod.optin===`optional`)?`optional`:void 0),C(e._zod,`optout`,()=>t.options.some(e=>e._zod.optout===`optional`)?`optional`:void 0),C(e._zod,`values`,()=>{if(t.options.every(e=>e._zod.values))return new Set(t.options.flatMap(e=>Array.from(e._zod.values)))}),C(e._zod,`pattern`,()=>{if(t.options.every(e=>e._zod.pattern)){let e=t.options.map(e=>e._zod.pattern);return RegExp(`^(${e.map(e=>ke(e.source)).join(`|`)})$`)}});let n=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(r,i)=>{if(n)return n(r,i);let a=!1,o=[];for(let e of t.options){let t=e._zod.run({value:r.value,issues:[]},i);if(t instanceof Promise)o.push(t),a=!0;else{if(t.issues.length===0)return t;o.push(t)}}return a?Promise.all(o).then(t=>tr(t,r,e,i)):tr(o,r,e,i)}}),rr=x(`$ZodIntersection`,(e,t)=>{A.init(e,t),e._zod.parse=(e,n)=>{let r=e.value,i=t.left._zod.run({value:r,issues:[]},n),a=t.right._zod.run({value:r,issues:[]},n);return i instanceof Promise||a instanceof Promise?Promise.all([i,a]).then(([t,n])=>ar(e,t,n)):ar(e,i,a)}});function ir(e,t){if(e===t||e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(Re(e)&&Re(t)){let n=Object.keys(t),r=Object.keys(e).filter(e=>n.indexOf(e)!==-1),i={...e,...t};for(let n of r){let r=ir(e[n],t[n]);if(!r.valid)return{valid:!1,mergeErrorPath:[n,...r.mergeErrorPath]};i[n]=r.data}return{valid:!0,data:i}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let n=[];for(let r=0;r<e.length;r++){let i=e[r],a=t[r],o=ir(i,a);if(!o.valid)return{valid:!1,mergeErrorPath:[r,...o.mergeErrorPath]};n.push(o.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}function ar(e,t,n){let r=new Map,i;for(let n of t.issues)if(n.code===`unrecognized_keys`){i??=n;for(let e of n.keys)r.has(e)||r.set(e,{}),r.get(e).l=!0}else e.issues.push(n);for(let t of n.issues)if(t.code===`unrecognized_keys`)for(let e of t.keys)r.has(e)||r.set(e,{}),r.get(e).r=!0;else e.issues.push(t);let a=[...r].filter(([,e])=>e.l&&e.r).map(([e])=>e);if(a.length&&i&&e.issues.push({...i,keys:a}),Ze(e))return e;let o=ir(t.value,n.value);if(!o.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(o.mergeErrorPath)}`);return e.value=o.data,e}const or=x(`$ZodRecord`,(e,t)=>{A.init(e,t),e._zod.parse=(n,r)=>{let i=n.value;if(!Re(i))return n.issues.push({expected:`record`,code:`invalid_type`,input:i,inst:e}),n;let a=[],o=t.keyType._zod.values;if(o){n.value={};let s=new Set;for(let c of o)if(typeof c==`string`||typeof c==`number`||typeof c==`symbol`){s.add(typeof c==`number`?c.toString():c);let o=t.keyType._zod.run({value:c,issues:[]},r);if(o instanceof Promise)throw Error(`Async schemas not supported in object keys currently`);if(o.issues.length){n.issues.push({code:`invalid_key`,origin:`record`,issues:o.issues.map(e=>D(e,r,S())),input:c,path:[c],inst:e});continue}let l=o.value,u=t.valueType._zod.run({value:i[c],issues:[]},r);u instanceof Promise?a.push(u.then(e=>{e.issues.length&&n.issues.push(...$e(c,e.issues)),n.value[l]=e.value})):(u.issues.length&&n.issues.push(...$e(c,u.issues)),n.value[l]=u.value)}let c;for(let e in i)s.has(e)||(c??=[],c.push(e));c&&c.length>0&&n.issues.push({code:`unrecognized_keys`,input:i,inst:e,keys:c})}else{n.value={};for(let o of Reflect.ownKeys(i)){if(o===`__proto__`||!Object.prototype.propertyIsEnumerable.call(i,o))continue;let s=t.keyType._zod.run({value:o,issues:[]},r);if(s instanceof Promise)throw Error(`Async schemas not supported in object keys currently`);if(typeof o==`string`&&Yt.test(o)&&s.issues.length){let e=t.keyType._zod.run({value:Number(o),issues:[]},r);if(e instanceof Promise)throw Error(`Async schemas not supported in object keys currently`);e.issues.length===0&&(s=e)}if(s.issues.length){t.mode===`loose`?n.value[o]=i[o]:n.issues.push({code:`invalid_key`,origin:`record`,issues:s.issues.map(e=>D(e,r,S())),input:o,path:[o],inst:e});continue}let c=t.valueType._zod.run({value:i[o],issues:[]},r);c instanceof Promise?a.push(c.then(e=>{e.issues.length&&n.issues.push(...$e(o,e.issues)),n.value[s.value]=e.value})):(c.issues.length&&n.issues.push(...$e(o,c.issues)),n.value[s.value]=c.value)}}return a.length?Promise.all(a).then(()=>n):n}}),sr=x(`$ZodEnum`,(e,t)=>{A.init(e,t);let n=Te(t.entries),r=new Set(n);e._zod.values=r,e._zod.pattern=RegExp(`^(${n.filter(e=>Be.has(typeof e)).map(e=>typeof e==`string`?Ve(e):e.toString()).join(`|`)})$`),e._zod.parse=(t,i)=>{let a=t.value;return r.has(a)||t.issues.push({code:`invalid_value`,values:n,input:a,inst:e}),t}}),cr=x(`$ZodTransform`,(e,t)=>{A.init(e,t),e._zod.optin=`optional`,e._zod.parse=(n,r)=>{if(r.direction===`backward`)throw new Ce(e.constructor.name);let i=t.transform(n.value,n);if(r.async)return(i instanceof Promise?i:Promise.resolve(i)).then(e=>(n.value=e,n.fallback=!0,n));if(i instanceof Promise)throw new Se;return n.value=i,n.fallback=!0,n}});function lr(e,t){return t===void 0&&(e.issues.length||e.fallback)?{issues:[],value:void 0}:e}const ur=x(`$ZodOptional`,(e,t)=>{A.init(e,t),e._zod.optin=`optional`,e._zod.optout=`optional`,C(e._zod,`values`,()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),C(e._zod,`pattern`,()=>{let e=t.innerType._zod.pattern;return e?RegExp(`^(${ke(e.source)})?$`):void 0}),e._zod.parse=(e,n)=>{if(t.innerType._zod.optin===`optional`){let r=e.value,i=t.innerType._zod.run(e,n);return i instanceof Promise?i.then(e=>lr(e,r)):lr(i,r)}return e.value===void 0?e:t.innerType._zod.run(e,n)}}),dr=x(`$ZodExactOptional`,(e,t)=>{ur.init(e,t),C(e._zod,`values`,()=>t.innerType._zod.values),C(e._zod,`pattern`,()=>t.innerType._zod.pattern),e._zod.parse=(e,n)=>t.innerType._zod.run(e,n)}),fr=x(`$ZodNullable`,(e,t)=>{A.init(e,t),C(e._zod,`optin`,()=>t.innerType._zod.optin),C(e._zod,`optout`,()=>t.innerType._zod.optout),C(e._zod,`pattern`,()=>{let e=t.innerType._zod.pattern;return e?RegExp(`^(${ke(e.source)}|null)$`):void 0}),C(e._zod,`values`,()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(e,n)=>e.value===null?e:t.innerType._zod.run(e,n)}),pr=x(`$ZodDefault`,(e,t)=>{A.init(e,t),e._zod.optin=`optional`,C(e._zod,`values`,()=>t.innerType._zod.values),e._zod.parse=(e,n)=>{if(n.direction===`backward`)return t.innerType._zod.run(e,n);if(e.value===void 0)return e.value=t.defaultValue,e;let r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(e=>mr(e,t)):mr(r,t)}});function mr(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}const hr=x(`$ZodPrefault`,(e,t)=>{A.init(e,t),e._zod.optin=`optional`,C(e._zod,`values`,()=>t.innerType._zod.values),e._zod.parse=(e,n)=>(n.direction===`backward`||e.value===void 0&&(e.value=t.defaultValue),t.innerType._zod.run(e,n))}),gr=x(`$ZodNonOptional`,(e,t)=>{A.init(e,t),C(e._zod,`values`,()=>{let e=t.innerType._zod.values;return e?new Set([...e].filter(e=>e!==void 0)):void 0}),e._zod.parse=(n,r)=>{let i=t.innerType._zod.run(n,r);return i instanceof Promise?i.then(t=>_r(t,e)):_r(i,e)}});function _r(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:`invalid_type`,expected:`nonoptional`,input:e.value,inst:t}),e}const vr=x(`$ZodCatch`,(e,t)=>{A.init(e,t),e._zod.optin=`optional`,C(e._zod,`optout`,()=>t.innerType._zod.optout),C(e._zod,`values`,()=>t.innerType._zod.values),e._zod.parse=(e,n)=>{if(n.direction===`backward`)return t.innerType._zod.run(e,n);let r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(r=>(e.value=r.value,r.issues.length&&(e.value=t.catchValue({...e,error:{issues:r.issues.map(e=>D(e,n,S()))},input:e.value}),e.issues=[],e.fallback=!0),e)):(e.value=r.value,r.issues.length&&(e.value=t.catchValue({...e,error:{issues:r.issues.map(e=>D(e,n,S()))},input:e.value}),e.issues=[],e.fallback=!0),e)}}),yr=x(`$ZodPipe`,(e,t)=>{A.init(e,t),C(e._zod,`values`,()=>t.in._zod.values),C(e._zod,`optin`,()=>t.in._zod.optin),C(e._zod,`optout`,()=>t.out._zod.optout),C(e._zod,`propValues`,()=>t.in._zod.propValues),e._zod.parse=(e,n)=>{if(n.direction===`backward`){let r=t.out._zod.run(e,n);return r instanceof Promise?r.then(e=>br(e,t.in,n)):br(r,t.in,n)}let r=t.in._zod.run(e,n);return r instanceof Promise?r.then(e=>br(e,t.out,n)):br(r,t.out,n)}});function br(e,t,n){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues,fallback:e.fallback},n)}const xr=x(`$ZodPreprocess`,(e,t)=>{yr.init(e,t)}),Sr=x(`$ZodReadonly`,(e,t)=>{A.init(e,t),C(e._zod,`propValues`,()=>t.innerType._zod.propValues),C(e._zod,`values`,()=>t.innerType._zod.values),C(e._zod,`optin`,()=>t.innerType?._zod?.optin),C(e._zod,`optout`,()=>t.innerType?._zod?.optout),e._zod.parse=(e,n)=>{if(n.direction===`backward`)return t.innerType._zod.run(e,n);let r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(Cr):Cr(r)}});function Cr(e){return e.value=Object.freeze(e.value),e}const wr=x(`$ZodCustom`,(e,t)=>{k.init(e,t),A.init(e,t),e._zod.parse=(e,t)=>e,e._zod.check=n=>{let r=n.value,i=t.fn(r);if(i instanceof Promise)return i.then(t=>Tr(t,n,r,e));Tr(i,n,r,e)}});function Tr(e,t,n,r){if(!e){let e={code:`custom`,input:n,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(e.params=r._zod.def.params),t.issues.push(nt(e))}}var Er,Dr=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...t){let n=t[0];return this._map.set(e,n),n&&typeof n==`object`&&`id`in n&&this._idmap.set(n.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let t=this._map.get(e);return t&&typeof t==`object`&&`id`in t&&this._idmap.delete(t.id),this._map.delete(e),this}get(e){let t=e._zod.parent;if(t){let n={...this.get(t)??{}};delete n.id;let r={...n,...this._map.get(e)};return Object.keys(r).length?r:void 0}return this._map.get(e)}has(e){return this._map.has(e)}};function Or(){return new Dr}(Er=globalThis).__zod_globalRegistry??(Er.__zod_globalRegistry=Or());const kr=globalThis.__zod_globalRegistry;function Ar(e,t){return new e({type:`string`,...E(t)})}function jr(e,t){return new e({type:`string`,format:`email`,check:`string_format`,abort:!1,...E(t)})}function Mr(e,t){return new e({type:`string`,format:`guid`,check:`string_format`,abort:!1,...E(t)})}function Nr(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,...E(t)})}function Pr(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v4`,...E(t)})}function Fr(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v6`,...E(t)})}function Ir(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v7`,...E(t)})}function Lr(e,t){return new e({type:`string`,format:`url`,check:`string_format`,abort:!1,...E(t)})}function Rr(e,t){return new e({type:`string`,format:`emoji`,check:`string_format`,abort:!1,...E(t)})}function zr(e,t){return new e({type:`string`,format:`nanoid`,check:`string_format`,abort:!1,...E(t)})}function Br(e,t){return new e({type:`string`,format:`cuid`,check:`string_format`,abort:!1,...E(t)})}function Vr(e,t){return new e({type:`string`,format:`cuid2`,check:`string_format`,abort:!1,...E(t)})}function Hr(e,t){return new e({type:`string`,format:`ulid`,check:`string_format`,abort:!1,...E(t)})}function Ur(e,t){return new e({type:`string`,format:`xid`,check:`string_format`,abort:!1,...E(t)})}function Wr(e,t){return new e({type:`string`,format:`ksuid`,check:`string_format`,abort:!1,...E(t)})}function Gr(e,t){return new e({type:`string`,format:`ipv4`,check:`string_format`,abort:!1,...E(t)})}function Kr(e,t){return new e({type:`string`,format:`ipv6`,check:`string_format`,abort:!1,...E(t)})}function qr(e,t){return new e({type:`string`,format:`cidrv4`,check:`string_format`,abort:!1,...E(t)})}function Jr(e,t){return new e({type:`string`,format:`cidrv6`,check:`string_format`,abort:!1,...E(t)})}function Yr(e,t){return new e({type:`string`,format:`base64`,check:`string_format`,abort:!1,...E(t)})}function Xr(e,t){return new e({type:`string`,format:`base64url`,check:`string_format`,abort:!1,...E(t)})}function Zr(e,t){return new e({type:`string`,format:`e164`,check:`string_format`,abort:!1,...E(t)})}function Qr(e,t){return new e({type:`string`,format:`jwt`,check:`string_format`,abort:!1,...E(t)})}function $r(e,t){return new e({type:`string`,format:`datetime`,check:`string_format`,offset:!1,local:!1,precision:null,...E(t)})}function ei(e,t){return new e({type:`string`,format:`date`,check:`string_format`,...E(t)})}function ti(e,t){return new e({type:`string`,format:`time`,check:`string_format`,precision:null,...E(t)})}function ni(e,t){return new e({type:`string`,format:`duration`,check:`string_format`,...E(t)})}function ri(e,t){return new e({type:`number`,checks:[],...E(t)})}function ii(e,t){return new e({type:`number`,check:`number_format`,abort:!1,format:`safeint`,...E(t)})}function ai(e){return new e({type:`unknown`})}function oi(e,t){return new e({type:`never`,...E(t)})}function si(e,t){return new $t({check:`less_than`,...E(t),value:e,inclusive:!1})}function ci(e,t){return new $t({check:`less_than`,...E(t),value:e,inclusive:!0})}function li(e,t){return new en({check:`greater_than`,...E(t),value:e,inclusive:!1})}function ui(e,t){return new en({check:`greater_than`,...E(t),value:e,inclusive:!0})}function di(e,t){return new tn({check:`multiple_of`,...E(t),value:e})}function fi(e,t){return new rn({check:`max_length`,...E(t),maximum:e})}function pi(e,t){return new an({check:`min_length`,...E(t),minimum:e})}function mi(e,t){return new on({check:`length_equals`,...E(t),length:e})}function hi(e,t){return new cn({check:`string_format`,format:`regex`,...E(t),pattern:e})}function gi(e){return new ln({check:`string_format`,format:`lowercase`,...E(e)})}function _i(e){return new un({check:`string_format`,format:`uppercase`,...E(e)})}function vi(e,t){return new dn({check:`string_format`,format:`includes`,...E(t),includes:e})}function yi(e,t){return new fn({check:`string_format`,format:`starts_with`,...E(t),prefix:e})}function bi(e,t){return new pn({check:`string_format`,format:`ends_with`,...E(t),suffix:e})}function xi(e){return new mn({check:`overwrite`,tx:e})}function Si(e){return xi(t=>t.normalize(e))}function Ci(){return xi(e=>e.trim())}function wi(){return xi(e=>e.toLowerCase())}function Ti(){return xi(e=>e.toUpperCase())}function Ei(){return xi(e=>Pe(e))}function Di(e,t,n){return new e({type:`array`,element:t,...E(n)})}function Oi(e,t,n){return new e({type:`custom`,check:`custom`,fn:t,...E(n)})}function ki(e,t){let n=Ai(t=>(t.addIssue=e=>{if(typeof e==`string`)t.issues.push(nt(e,t.value,n._zod.def));else{let r=e;r.fatal&&(r.continue=!1),r.code??=`custom`,r.input??=t.value,r.inst??=n,r.continue??=!n._zod.def.abort,t.issues.push(nt(r))}},e(t.value,t)),t);return n}function Ai(e,t){let n=new k({check:`custom`,...E(t)});return n._zod.check=e,n}function ji(e){let t=e?.target??`draft-2020-12`;return t===`draft-4`&&(t=`draft-04`),t===`draft-7`&&(t=`draft-07`),{processors:e.processors??{},metadataRegistry:e?.metadata??kr,target:t,unrepresentable:e?.unrepresentable??`throw`,override:e?.override??(()=>{}),io:e?.io??`output`,counter:0,seen:new Map,cycles:e?.cycles??`ref`,reused:e?.reused??`inline`,external:e?.external??void 0}}function M(e,t,n={path:[],schemaPath:[]}){var r;let i=e._zod.def,a=t.seen.get(e);if(a)return a.count++,n.schemaPath.includes(e)&&(a.cycle=n.path),a.schema;let o={schema:{},count:1,cycle:void 0,path:n.path};t.seen.set(e,o);let s=e._zod.toJSONSchema?.();if(s)o.schema=s;else{let r={...n,schemaPath:[...n.schemaPath,e],path:n.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,o.schema,r);else{let n=o.schema,a=t.processors[i.type];if(!a)throw Error(`[toJSONSchema]: Non-representable type encountered: ${i.type}`);a(e,t,n,r)}let a=e._zod.parent;a&&(o.ref||=a,M(a,t,r),t.seen.get(a).isParent=!0)}let c=t.metadataRegistry.get(e);return c&&Object.assign(o.schema,c),t.io===`input`&&N(e)&&(delete o.schema.examples,delete o.schema.default),t.io===`input`&&`_prefault`in o.schema&&((r=o.schema).default??(r.default=o.schema._prefault)),delete o.schema._prefault,t.seen.get(e).schema}function Mi(e,t){let n=e.seen.get(t);if(!n)throw Error(`Unprocessed schema. This is a bug in Zod.`);let r=new Map;for(let t of e.seen.entries()){let n=e.metadataRegistry.get(t[0])?.id;if(n){let e=r.get(n);if(e&&e!==t[0])throw Error(`Duplicate schema id "${n}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);r.set(n,t[0])}}let i=t=>{let r=e.target===`draft-2020-12`?`$defs`:`definitions`;if(e.external){let n=e.external.registry.get(t[0])?.id,i=e.external.uri??(e=>e);if(n)return{ref:i(n)};let a=t[1].defId??t[1].schema.id??`schema${e.counter++}`;return t[1].defId=a,{defId:a,ref:`${i(`__shared`)}#/${r}/${a}`}}if(t[1]===n)return{ref:`#`};let i=`#/${r}/`,a=t[1].schema.id??`__schema${e.counter++}`;return{defId:a,ref:i+a}},a=e=>{if(e[1].schema.$ref)return;let t=e[1],{ref:n,defId:r}=i(e);t.def={...t.schema},r&&(t.defId=r);let a=t.schema;for(let e in a)delete a[e];a.$ref=n};if(e.cycles===`throw`)for(let t of e.seen.entries()){let e=t[1];if(e.cycle)throw Error(`Cycle detected: #/${e.cycle?.join(`/`)}/<root>
|
|
65
65
|
|
|
66
|
-
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let n of e.seen.entries()){let r=n[1];if(t===n[0]){a(n);continue}if(e.external){let r=e.external.registry.get(n[0])?.id;if(t!==n[0]&&r){a(n);continue}}if(e.metadataRegistry.get(n[0])?.id){a(n);continue}if(r.cycle){a(n);continue}if(r.count>1&&e.reused===`ref`){a(n);continue}}}function Ni(e,t){let n=e.seen.get(t);if(!n)throw Error(`Unprocessed schema. This is a bug in Zod.`);let r=t=>{let n=e.seen.get(t);if(n.ref===null)return;let i=n.def??n.schema,a={...i},o=n.ref;if(n.ref=null,o){r(o);let n=e.seen.get(o),s=n.schema;if(s.$ref&&(e.target===`draft-07`||e.target===`draft-04`||e.target===`openapi-3.0`)?(i.allOf=i.allOf??[],i.allOf.push(s)):Object.assign(i,s),Object.assign(i,a),t._zod.parent===o)for(let e in i)e===`$ref`||e===`allOf`||e in a||delete i[e];if(s.$ref&&n.def)for(let e in i)e===`$ref`||e===`allOf`||e in n.def&&JSON.stringify(i[e])===JSON.stringify(n.def[e])&&delete i[e]}let s=t._zod.parent;if(s&&s!==o){r(s);let t=e.seen.get(s);if(t?.schema.$ref&&(i.$ref=t.schema.$ref,t.def))for(let e in i)e===`$ref`||e===`allOf`||e in t.def&&JSON.stringify(i[e])===JSON.stringify(t.def[e])&&delete i[e]}e.override({zodSchema:t,jsonSchema:i,path:n.path??[]})};for(let t of[...e.seen.entries()].reverse())r(t[0]);let i={};if(e.target===`draft-2020-12`?i.$schema=`https://json-schema.org/draft/2020-12/schema`:e.target===`draft-07`?i.$schema=`http://json-schema.org/draft-07/schema#`:e.target===`draft-04`?i.$schema=`http://json-schema.org/draft-04/schema#`:e.target,e.external?.uri){let n=e.external.registry.get(t)?.id;if(!n)throw Error("Schema is missing an `id` property");i.$id=e.external.uri(n)}Object.assign(i,n.def??n.schema);let a=e.metadataRegistry.get(t)?.id;a!==void 0&&i.id===a&&delete i.id;let o=e.external?.defs??{};for(let t of e.seen.entries()){let e=t[1];e.def&&e.defId&&(e.def.id===e.defId&&delete e.def.id,o[e.defId]=e.def)}e.external||Object.keys(o).length>0&&(e.target===`draft-2020-12`?i.$defs=o:i.definitions=o);try{let n=JSON.parse(JSON.stringify(i));return Object.defineProperty(n,"~standard",{value:{...t[`~standard`],jsonSchema:{input:Fi(t,`input`,e.processors),output:Fi(t,`output`,e.processors)}},enumerable:!1,writable:!1}),n}catch{throw Error(`Error converting schema to JSON.`)}}function N(e,t){let n=t??{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);let r=e._zod.def;if(r.type===`transform`)return!0;if(r.type===`array`)return N(r.element,n);if(r.type===`set`)return N(r.valueType,n);if(r.type===`lazy`)return N(r.getter(),n);if(r.type===`promise`||r.type===`optional`||r.type===`nonoptional`||r.type===`nullable`||r.type===`readonly`||r.type==="default"||r.type===`prefault`)return N(r.innerType,n);if(r.type===`intersection`)return N(r.left,n)||N(r.right,n);if(r.type===`record`||r.type===`map`)return N(r.keyType,n)||N(r.valueType,n);if(r.type===`pipe`)return e._zod.traits.has(`$ZodCodec`)?!0:N(r.in,n)||N(r.out,n);if(r.type===`object`){for(let e in r.shape)if(N(r.shape[e],n))return!0;return!1}if(r.type===`union`){for(let e of r.options)if(N(e,n))return!0;return!1}if(r.type===`tuple`){for(let e of r.items)if(N(e,n))return!0;return!!(r.rest&&N(r.rest,n))}return!1}const Pi=(e,t={})=>n=>{let r=ji({...n,processors:t});return M(e,r),Mi(r,e),Ni(r,e)},Fi=(e,t,n={})=>r=>{let{libraryOptions:i,target:a}=r??{},o=ji({...i??{},target:a,io:t,processors:n});return M(e,o),Mi(o,e),Ni(o,e)},Ii={guid:`uuid`,url:`uri`,datetime:`date-time`,json_string:`json-string`,regex:``},Li=(e,t,n,r)=>{let i=n;i.type=`string`;let{minimum:a,maximum:o,format:s,patterns:c,contentEncoding:l}=e._zod.bag;if(typeof a==`number`&&(i.minLength=a),typeof o==`number`&&(i.maxLength=o),s&&(i.format=Ii[s]??s,i.format===``&&delete i.format,s===`time`&&delete i.format),l&&(i.contentEncoding=l),c&&c.size>0){let e=[...c];e.length===1?i.pattern=e[0].source:e.length>1&&(i.allOf=[...e.map(e=>({...t.target===`draft-07`||t.target===`draft-04`||t.target===`openapi-3.0`?{type:`string`}:{},pattern:e.source}))])}},Ri=(e,t,n,r)=>{let i=n,{minimum:a,maximum:o,format:s,multipleOf:c,exclusiveMaximum:l,exclusiveMinimum:u}=e._zod.bag;typeof s==`string`&&s.includes(`int`)?i.type=`integer`:i.type=`number`;let d=typeof u==`number`&&u>=(a??-1/0),f=typeof l==`number`&&l<=(o??1/0),ee=t.target===`draft-04`||t.target===`openapi-3.0`;d?ee?(i.minimum=u,i.exclusiveMinimum=!0):i.exclusiveMinimum=u:typeof a==`number`&&(i.minimum=a),f?ee?(i.maximum=l,i.exclusiveMaximum=!0):i.exclusiveMaximum=l:typeof o==`number`&&(i.maximum=o),typeof c==`number`&&(i.multipleOf=c)},zi=(e,t,n,r)=>{n.not={}},Bi=(e,t,n,r)=>{let i=e._zod.def,a=Te(i.entries);a.every(e=>typeof e==`number`)&&(n.type=`number`),a.every(e=>typeof e==`string`)&&(n.type=`string`),n.enum=a},Vi=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Custom types cannot be represented in JSON Schema`)},Hi=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Transforms cannot be represented in JSON Schema`)},Ui=(e,t,n,r)=>{let i=n,a=e._zod.def,{minimum:o,maximum:s}=e._zod.bag;typeof o==`number`&&(i.minItems=o),typeof s==`number`&&(i.maxItems=s),i.type=`array`,i.items=M(a.element,t,{...r,path:[...r.path,`items`]})},Wi=(e,t,n,r)=>{let i=n,a=e._zod.def;i.type=`object`,i.properties={};let o=a.shape;for(let e in o)i.properties[e]=M(o[e],t,{...r,path:[...r.path,`properties`,e]});let s=new Set(Object.keys(o)),c=new Set([...s].filter(e=>{let n=a.shape[e]._zod;return t.io===`input`?n.optin===void 0:n.optout===void 0}));c.size>0&&(i.required=Array.from(c)),a.catchall?._zod.def.type===`never`?i.additionalProperties=!1:a.catchall?a.catchall&&(i.additionalProperties=M(a.catchall,t,{...r,path:[...r.path,`additionalProperties`]})):t.io===`output`&&(i.additionalProperties=!1)},Gi=(e,t,n,r)=>{let i=e._zod.def,a=i.inclusive===!1,o=i.options.map((e,n)=>M(e,t,{...r,path:[...r.path,a?`oneOf`:`anyOf`,n]}));a?n.oneOf=o:n.anyOf=o},Ki=(e,t,n,r)=>{let i=e._zod.def,a=M(i.left,t,{...r,path:[...r.path,`allOf`,0]}),o=M(i.right,t,{...r,path:[...r.path,`allOf`,1]}),s=e=>`allOf`in e&&Object.keys(e).length===1;n.allOf=[...s(a)?a.allOf:[a],...s(o)?o.allOf:[o]]},qi=(e,t,n,r)=>{let i=n,a=e._zod.def;i.type=`object`;let o=a.keyType,s=o._zod.bag?.patterns;if(a.mode===`loose`&&s&&s.size>0){let e=M(a.valueType,t,{...r,path:[...r.path,`patternProperties`,`*`]});i.patternProperties={};for(let t of s)i.patternProperties[t.source]=e}else(t.target===`draft-07`||t.target===`draft-2020-12`)&&(i.propertyNames=M(a.keyType,t,{...r,path:[...r.path,`propertyNames`]})),i.additionalProperties=M(a.valueType,t,{...r,path:[...r.path,`additionalProperties`]});let c=o._zod.values;if(c){let e=[...c].filter(e=>typeof e==`string`||typeof e==`number`);e.length>0&&(i.required=e)}},Ji=(e,t,n,r)=>{let i=e._zod.def,a=M(i.innerType,t,r),o=t.seen.get(e);t.target===`openapi-3.0`?(o.ref=i.innerType,n.nullable=!0):n.anyOf=[a,{type:`null`}]},Yi=(e,t,n,r)=>{let i=e._zod.def;M(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Xi=(e,t,n,r)=>{let i=e._zod.def;M(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.default=JSON.parse(JSON.stringify(i.defaultValue))},Zi=(e,t,n,r)=>{let i=e._zod.def;M(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,t.io===`input`&&(n._prefault=JSON.parse(JSON.stringify(i.defaultValue)))},Qi=(e,t,n,r)=>{let i=e._zod.def;M(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType;let o;try{o=i.catchValue(void 0)}catch{throw Error(`Dynamic catch values are not supported in JSON Schema`)}n.default=o},$i=(e,t,n,r)=>{let i=e._zod.def,a=i.in._zod.traits.has(`$ZodTransform`),o=t.io===`input`?a?i.out:i.in:i.out;M(o,t,r);let s=t.seen.get(e);s.ref=o},ea=(e,t,n,r)=>{let i=e._zod.def;M(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.readOnly=!0},ta=(e,t,n,r)=>{let i=e._zod.def;M(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},na=x(`ZodISODateTime`,(e,t)=>{kn.init(e,t),L.init(e,t)});function ra(e){return $r(na,e)}const ia=x(`ZodISODate`,(e,t)=>{An.init(e,t),L.init(e,t)});function aa(e){return ei(ia,e)}const oa=x(`ZodISOTime`,(e,t)=>{jn.init(e,t),L.init(e,t)});function sa(e){return ti(oa,e)}const ca=x(`ZodISODuration`,(e,t)=>{Mn.init(e,t),L.init(e,t)});function la(e){return ni(ca,e)}const P=x(`ZodError`,(e,t)=>{it.init(e,t),e.name=`ZodError`,Object.defineProperties(e,{format:{value:t=>st(e,t)},flatten:{value:t=>ot(e,t)},addIssue:{value:t=>{e.issues.push(t),e.message=JSON.stringify(e.issues,Ee,2)}},addIssues:{value:t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,Ee,2)}},isEmpty:{get(){return e.issues.length===0}}})},{Parent:Error}),ua=lt(P),da=ut(P),fa=dt(P),pa=pt(P),ma=ht(P),ha=gt(P),ga=_t(P),_a=vt(P),va=yt(P),ya=bt(P),ba=xt(P),xa=St(P),Sa=new WeakMap;function Ca(e,t,n){let r=Object.getPrototypeOf(e),i=Sa.get(r);if(i||(i=new Set,Sa.set(r,i)),!i.has(t)){i.add(t);for(let e in n){let t=n[e];Object.defineProperty(r,e,{configurable:!0,enumerable:!1,get(){let n=t.bind(this);return Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:n}),n},set(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:t})}})}}}const F=x(`ZodType`,(e,t)=>(A.init(e,t),Object.assign(e[`~standard`],{jsonSchema:{input:Fi(e,`input`),output:Fi(e,`output`)}}),e.toJSONSchema=Pi(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(t,n)=>ua(e,t,n,{callee:e.parse}),e.safeParse=(t,n)=>fa(e,t,n),e.parseAsync=async(t,n)=>da(e,t,n,{callee:e.parseAsync}),e.safeParseAsync=async(t,n)=>pa(e,t,n),e.spa=e.safeParseAsync,e.encode=(t,n)=>ma(e,t,n),e.decode=(t,n)=>ha(e,t,n),e.encodeAsync=async(t,n)=>ga(e,t,n),e.decodeAsync=async(t,n)=>_a(e,t,n),e.safeEncode=(t,n)=>va(e,t,n),e.safeDecode=(t,n)=>ya(e,t,n),e.safeEncodeAsync=async(t,n)=>ba(e,t,n),e.safeDecodeAsync=async(t,n)=>xa(e,t,n),Ca(e,`ZodType`,{check(...e){let t=this.def;return this.clone(w(t,{checks:[...t.checks??[],...e.map(e=>typeof e==`function`?{_zod:{check:e,def:{check:`custom`},onattach:[]}}:e)]}),{parent:!0})},with(...e){return this.check(...e)},clone(e,t){return T(this,e,t)},brand(){return this},register(e,t){return e.add(this,t),this},refine(e,t){return this.check(Po(e,t))},superRefine(e,t){return this.check(Fo(e,t))},overwrite(e){return this.check(xi(e))},optional(){return ho(this)},exactOptional(){return _o(this)},nullable(){return yo(this)},nullish(){return ho(yo(this))},nonoptional(e){return To(this,e)},array(){return eo(this)},or(e){return io([this,e])},and(e){return oo(this,e)},transform(e){return ko(this,po(e))},default(e){return xo(this,e)},prefault(e){return Co(this,e)},catch(e){return Do(this,e)},pipe(e){return ko(this,e)},readonly(){return Mo(this)},describe(e){let t=this.clone();return kr.add(t,{description:e}),t},meta(...e){if(e.length===0)return kr.get(this);let t=this.clone();return kr.add(t,e[0]),t},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(e){return e(this)}}),Object.defineProperty(e,"description",{get(){return kr.get(e)?.description},configurable:!0}),e)),wa=x(`_ZodString`,(e,t)=>{_n.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Li(e,t,n,r);let n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,Ca(e,`_ZodString`,{regex(...e){return this.check(hi(...e))},includes(...e){return this.check(vi(...e))},startsWith(...e){return this.check(yi(...e))},endsWith(...e){return this.check(bi(...e))},min(...e){return this.check(pi(...e))},max(...e){return this.check(fi(...e))},length(...e){return this.check(mi(...e))},nonempty(...e){return this.check(pi(1,...e))},lowercase(e){return this.check(gi(e))},uppercase(e){return this.check(_i(e))},trim(){return this.check(Ci())},normalize(...e){return this.check(Si(...e))},toLowerCase(){return this.check(wi())},toUpperCase(){return this.check(Ti())},slugify(){return this.check(Ei())}})}),Ta=x(`ZodString`,(e,t)=>{_n.init(e,t),wa.init(e,t),e.email=t=>e.check(jr(Ea,t)),e.url=t=>e.check(Lr(ka,t)),e.jwt=t=>e.check(Qr(Wa,t)),e.emoji=t=>e.check(Rr(Aa,t)),e.guid=t=>e.check(Mr(Da,t)),e.uuid=t=>e.check(Nr(Oa,t)),e.uuidv4=t=>e.check(Pr(Oa,t)),e.uuidv6=t=>e.check(Fr(Oa,t)),e.uuidv7=t=>e.check(Ir(Oa,t)),e.nanoid=t=>e.check(zr(ja,t)),e.guid=t=>e.check(Mr(Da,t)),e.cuid=t=>e.check(Br(Ma,t)),e.cuid2=t=>e.check(Vr(Na,t)),e.ulid=t=>e.check(Hr(Pa,t)),e.base64=t=>e.check(Yr(Va,t)),e.base64url=t=>e.check(Xr(Ha,t)),e.xid=t=>e.check(Ur(Fa,t)),e.ksuid=t=>e.check(Wr(Ia,t)),e.ipv4=t=>e.check(Gr(La,t)),e.ipv6=t=>e.check(Kr(Ra,t)),e.cidrv4=t=>e.check(qr(za,t)),e.cidrv6=t=>e.check(Jr(Ba,t)),e.e164=t=>e.check(Zr(Ua,t)),e.datetime=t=>e.check(ra(t)),e.date=t=>e.check(aa(t)),e.time=t=>e.check(sa(t)),e.duration=t=>e.check(la(t))});function I(e){return Ar(Ta,e)}const L=x(`ZodStringFormat`,(e,t)=>{j.init(e,t),wa.init(e,t)}),Ea=x(`ZodEmail`,(e,t)=>{bn.init(e,t),L.init(e,t)}),Da=x(`ZodGUID`,(e,t)=>{vn.init(e,t),L.init(e,t)}),Oa=x(`ZodUUID`,(e,t)=>{yn.init(e,t),L.init(e,t)}),ka=x(`ZodURL`,(e,t)=>{xn.init(e,t),L.init(e,t)}),Aa=x(`ZodEmoji`,(e,t)=>{Sn.init(e,t),L.init(e,t)}),ja=x(`ZodNanoID`,(e,t)=>{Cn.init(e,t),L.init(e,t)}),Ma=x(`ZodCUID`,(e,t)=>{wn.init(e,t),L.init(e,t)}),Na=x(`ZodCUID2`,(e,t)=>{Tn.init(e,t),L.init(e,t)}),Pa=x(`ZodULID`,(e,t)=>{En.init(e,t),L.init(e,t)}),Fa=x(`ZodXID`,(e,t)=>{Dn.init(e,t),L.init(e,t)}),Ia=x(`ZodKSUID`,(e,t)=>{On.init(e,t),L.init(e,t)}),La=x(`ZodIPv4`,(e,t)=>{Nn.init(e,t),L.init(e,t)}),Ra=x(`ZodIPv6`,(e,t)=>{Pn.init(e,t),L.init(e,t)}),za=x(`ZodCIDRv4`,(e,t)=>{Fn.init(e,t),L.init(e,t)}),Ba=x(`ZodCIDRv6`,(e,t)=>{In.init(e,t),L.init(e,t)}),Va=x(`ZodBase64`,(e,t)=>{Rn.init(e,t),L.init(e,t)}),Ha=x(`ZodBase64URL`,(e,t)=>{Bn.init(e,t),L.init(e,t)}),Ua=x(`ZodE164`,(e,t)=>{Vn.init(e,t),L.init(e,t)}),Wa=x(`ZodJWT`,(e,t)=>{Un.init(e,t),L.init(e,t)}),Ga=x(`ZodNumber`,(e,t)=>{Wn.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ri(e,t,n,r),Ca(e,`ZodNumber`,{gt(e,t){return this.check(li(e,t))},gte(e,t){return this.check(ui(e,t))},min(e,t){return this.check(ui(e,t))},lt(e,t){return this.check(si(e,t))},lte(e,t){return this.check(ci(e,t))},max(e,t){return this.check(ci(e,t))},int(e){return this.check(Ja(e))},safe(e){return this.check(Ja(e))},positive(e){return this.check(li(0,e))},nonnegative(e){return this.check(ui(0,e))},negative(e){return this.check(si(0,e))},nonpositive(e){return this.check(ci(0,e))},multipleOf(e,t){return this.check(di(e,t))},step(e,t){return this.check(di(e,t))},finite(){return this}});let n=e._zod.bag;e.minValue=Math.max(n.minimum??-1/0,n.exclusiveMinimum??-1/0)??null,e.maxValue=Math.min(n.maximum??1/0,n.exclusiveMaximum??1/0)??null,e.isInt=(n.format??``).includes(`int`)||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});function Ka(e){return ri(Ga,e)}const qa=x(`ZodNumberFormat`,(e,t)=>{Gn.init(e,t),Ga.init(e,t)});function Ja(e){return ii(qa,e)}const Ya=x(`ZodUnknown`,(e,t)=>{Kn.init(e,t),F.init(e,t),e._zod.processJSONSchema=(e,t,n)=>void 0});function Xa(){return ai(Ya)}const Za=x(`ZodNever`,(e,t)=>{qn.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>zi(e,t,n,r)});function Qa(e){return oi(Za,e)}const $a=x(`ZodArray`,(e,t)=>{Yn.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ui(e,t,n,r),e.element=t.element,Ca(e,`ZodArray`,{min(e,t){return this.check(pi(e,t))},nonempty(e){return this.check(pi(1,e))},max(e,t){return this.check(fi(e,t))},length(e,t){return this.check(mi(e,t))},unwrap(){return this.element}})});function eo(e,t){return Di($a,e,t)}const to=x(`ZodObject`,(e,t)=>{er.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Wi(e,t,n,r),C(e,`shape`,()=>t.shape),Ca(e,`ZodObject`,{keyof(){return uo(Object.keys(this._zod.def.shape))},catchall(e){return this.clone({...this._zod.def,catchall:e})},passthrough(){return this.clone({...this._zod.def,catchall:Xa()})},loose(){return this.clone({...this._zod.def,catchall:Xa()})},strict(){return this.clone({...this._zod.def,catchall:Qa()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(e){return Ke(this,e)},safeExtend(e){return qe(this,e)},merge(e){return Je(this,e)},pick(e){return We(this,e)},omit(e){return Ge(this,e)},partial(...e){return Ye(mo,this,e[0])},required(...e){return Xe(wo,this,e[0])}})});function R(e,t){return new to({type:`object`,shape:e,catchall:Qa(),...E(t)})}function no(e,t){return new to({type:`object`,shape:e,catchall:Xa(),...E(t)})}const ro=x(`ZodUnion`,(e,t)=>{nr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Gi(e,t,n,r),e.options=t.options});function io(e,t){return new ro({type:`union`,options:e,...E(t)})}const ao=x(`ZodIntersection`,(e,t)=>{rr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ki(e,t,n,r)});function oo(e,t){return new ao({type:`intersection`,left:e,right:t})}const so=x(`ZodRecord`,(e,t)=>{or.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>qi(e,t,n,r),e.keyType=t.keyType,e.valueType=t.valueType});function co(e,t,n){return!t||!t._zod?new so({type:`record`,keyType:I(),valueType:e,...E(t)}):new so({type:`record`,keyType:e,valueType:t,...E(n)})}const lo=x(`ZodEnum`,(e,t)=>{sr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Bi(e,t,n,r),e.enum=t.entries,e.options=Object.values(t.entries);let n=new Set(Object.keys(t.entries));e.extract=(e,r)=>{let i={};for(let r of e)if(n.has(r))i[r]=t.entries[r];else throw Error(`Key ${r} not found in enum`);return new lo({...t,checks:[],...E(r),entries:i})},e.exclude=(e,r)=>{let i={...t.entries};for(let t of e)if(n.has(t))delete i[t];else throw Error(`Key ${t} not found in enum`);return new lo({...t,checks:[],...E(r),entries:i})}});function uo(e,t){let n=Array.isArray(e)?Object.fromEntries(e.map(e=>[e,e])):e;return new lo({type:`enum`,entries:n,...E(t)})}const fo=x(`ZodTransform`,(e,t)=>{cr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Hi(e,t,n,r),e._zod.parse=(n,r)=>{if(r.direction===`backward`)throw new Ce(e.constructor.name);n.addIssue=r=>{if(typeof r==`string`)n.issues.push(nt(r,n.value,t));else{let t=r;t.fatal&&(t.continue=!1),t.code??=`custom`,t.input??=n.value,t.inst??=e,n.issues.push(nt(t))}};let i=t.transform(n.value,n);return i instanceof Promise?i.then(e=>(n.value=e,n.fallback=!0,n)):(n.value=i,n.fallback=!0,n)}});function po(e){return new fo({type:`transform`,transform:e})}const mo=x(`ZodOptional`,(e,t)=>{ur.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ta(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function ho(e){return new mo({type:`optional`,innerType:e})}const go=x(`ZodExactOptional`,(e,t)=>{dr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ta(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function _o(e){return new go({type:`optional`,innerType:e})}const vo=x(`ZodNullable`,(e,t)=>{fr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ji(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function yo(e){return new vo({type:`nullable`,innerType:e})}const bo=x(`ZodDefault`,(e,t)=>{pr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Xi(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function xo(e,t){return new bo({type:`default`,innerType:e,get defaultValue(){return typeof t==`function`?t():ze(t)}})}const So=x(`ZodPrefault`,(e,t)=>{hr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Zi(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Co(e,t){return new So({type:`prefault`,innerType:e,get defaultValue(){return typeof t==`function`?t():ze(t)}})}const wo=x(`ZodNonOptional`,(e,t)=>{gr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Yi(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function To(e,t){return new wo({type:`nonoptional`,innerType:e,...E(t)})}const Eo=x(`ZodCatch`,(e,t)=>{vr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Qi(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Do(e,t){return new Eo({type:`catch`,innerType:e,catchValue:typeof t==`function`?t:()=>t})}const Oo=x(`ZodPipe`,(e,t)=>{yr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>$i(e,t,n,r),e.in=t.in,e.out=t.out});function ko(e,t){return new Oo({type:`pipe`,in:e,out:t})}const Ao=x(`ZodPreprocess`,(e,t)=>{Oo.init(e,t),xr.init(e,t)}),jo=x(`ZodReadonly`,(e,t)=>{Sr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ea(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Mo(e){return new jo({type:`readonly`,innerType:e})}const No=x(`ZodCustom`,(e,t)=>{wr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Vi(e,t,n,r)});function Po(e,t={}){return Oi(No,e,t)}function Fo(e,t){return ki(e,t)}function Io(e,t){return new Ao({type:`pipe`,in:po(e),out:t})}const Lo=new Set([`__proto__`,`constructor`,`prototype`]),Ro=(e,t,n)=>Io((n,r)=>{if(typeof n==`object`&&n)for(let i of Reflect.ownKeys(n))(typeof i!=`string`||!e(i))&&r.addIssue({code:`custom`,message:t(String(i)),path:[String(i)]});return n},n),zo=e=>e.length>=1&&!Lo.has(e),Bo=e=>Ro(zo,()=>`package key must be non-empty and not "__proto__", "constructor", or "prototype"`,co(I().min(1),e)),Vo=[`blobless`,`full`],Ho=[`ssh`,`https`],Uo=/^(?!\.{1,2}$)[^/\\%:]+$/u,Wo=/^[a-z0-9][a-z0-9.-]*(?:_[1-9]\d{0,4})?$/u,Go=/^(?<amount>[1-9]\d{0,3})(?<unit>[mhd])$/u,Ko={d:864e5,h:36e5,m:6e4},qo=e=>e!==``&&/^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/u.test(e),Jo=e=>{let t=e.groups?.port;if(!t)return!0;let n=Number(t);return n>=1&&n<=65535},Yo=e=>{let t=e.match(/_(?<port>\d+)$/u);if(t&&!Jo(t))return!1;let n=e;return t&&(n=e.slice(0,e.length-t[0].length)),n.split(`.`).every(e=>qo(e))},z=I().refine(e=>{let[t,...n]=e.split(`/`);return t===void 0||n.length<2||!Wo.test(t)||!Yo(t)?!1:n.every(e=>Uo.test(e))},`ref key must be host/path…/repo with safe, non-empty segments`).brand(),Xo=I().regex(Go,`duration must be <n>m, <n>h, or <n>d`).brand(),Zo=e=>{let t=Go.exec(e);if(t===null)throw Error(`invalid duration: ${e}`);let{amount:n,unit:r}=t.groups??{};if(!n||!r)throw Error(`invalid duration: ${e}`);return Number(n)*Ko[r]},Qo=uo(Vo),$o=uo(Ho),es=I().refine(e=>e.includes(`{version}`),`tag format must contain {version}`),ts=I().refine(e=>{if(e===`.`)return!0;let t=e.split(`/`);return t.length>0&&t.every(e=>Uo.test(e)&&e!==`.`)},`package path must be "." or a normalized relative path without traversal`),ns={clone_mode:`blobless`,git_transport:`https`,sync_ttl:`1h`},rs=R({clone_mode:Qo.default(ns.clone_mode),git_transport:$o.default(ns.git_transport),sync_ttl:Xo.default(Xo.parse(ns.sync_ttl))}),is=R((e=>Object.fromEntries(Object.entries(e).map(([e,t])=>[e,t.removeDefault().optional()])))(rs.shape)),as=R({description:I().min(1),path:ts,tag_format:es.optional()}),os=R({default_branch:I().min(1),description:I().min(1),packages:Bo(as).optional(),tag_format:es,url:I().min(1),...is.shape}),ss=R({meta:no({cli_version:I().min(1),schema_version:Ka().int().positive()}),refs:Ro(e=>z.safeParse(e).success,()=>`ref key must be host/path…/repo with safe, non-empty segments`,co(I(),os)).default({}),settings:rs});
|
|
66
|
+
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let n of e.seen.entries()){let r=n[1];if(t===n[0]){a(n);continue}if(e.external){let r=e.external.registry.get(n[0])?.id;if(t!==n[0]&&r){a(n);continue}}if(e.metadataRegistry.get(n[0])?.id){a(n);continue}if(r.cycle){a(n);continue}if(r.count>1&&e.reused===`ref`){a(n);continue}}}function Ni(e,t){let n=e.seen.get(t);if(!n)throw Error(`Unprocessed schema. This is a bug in Zod.`);let r=t=>{let n=e.seen.get(t);if(n.ref===null)return;let i=n.def??n.schema,a={...i},o=n.ref;if(n.ref=null,o){r(o);let n=e.seen.get(o),s=n.schema;if(s.$ref&&(e.target===`draft-07`||e.target===`draft-04`||e.target===`openapi-3.0`)?(i.allOf=i.allOf??[],i.allOf.push(s)):Object.assign(i,s),Object.assign(i,a),t._zod.parent===o)for(let e in i)e!==`$ref`&&e!==`allOf`&&(e in a||delete i[e]);if(s.$ref&&n.def)for(let e in i)e!==`$ref`&&e!==`allOf`&&e in n.def&&JSON.stringify(i[e])===JSON.stringify(n.def[e])&&delete i[e]}let s=t._zod.parent;if(s&&s!==o){r(s);let t=e.seen.get(s);if(t?.schema.$ref&&(i.$ref=t.schema.$ref,t.def))for(let e in i)e!==`$ref`&&e!==`allOf`&&e in t.def&&JSON.stringify(i[e])===JSON.stringify(t.def[e])&&delete i[e]}e.override({zodSchema:t,jsonSchema:i,path:n.path??[]})};for(let t of[...e.seen.entries()].reverse())r(t[0]);let i={};if(e.target===`draft-2020-12`?i.$schema=`https://json-schema.org/draft/2020-12/schema`:e.target===`draft-07`?i.$schema=`http://json-schema.org/draft-07/schema#`:e.target===`draft-04`?i.$schema=`http://json-schema.org/draft-04/schema#`:e.target,e.external?.uri){let n=e.external.registry.get(t)?.id;if(!n)throw Error("Schema is missing an `id` property");i.$id=e.external.uri(n)}Object.assign(i,n.def??n.schema);let a=e.metadataRegistry.get(t)?.id;a!==void 0&&i.id===a&&delete i.id;let o=e.external?.defs??{};for(let t of e.seen.entries()){let e=t[1];e.def&&e.defId&&(e.def.id===e.defId&&delete e.def.id,o[e.defId]=e.def)}e.external||Object.keys(o).length>0&&(e.target===`draft-2020-12`?i.$defs=o:i.definitions=o);try{let n=JSON.parse(JSON.stringify(i));return Object.defineProperty(n,"~standard",{value:{...t[`~standard`],jsonSchema:{input:Fi(t,`input`,e.processors),output:Fi(t,`output`,e.processors)}},enumerable:!1,writable:!1}),n}catch{throw Error(`Error converting schema to JSON.`)}}function N(e,t){let n=t??{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);let r=e._zod.def;if(r.type===`transform`)return!0;if(r.type===`array`)return N(r.element,n);if(r.type===`set`)return N(r.valueType,n);if(r.type===`lazy`)return N(r.getter(),n);if(r.type===`promise`||r.type===`optional`||r.type===`nonoptional`||r.type===`nullable`||r.type===`readonly`||r.type==="default"||r.type===`prefault`)return N(r.innerType,n);if(r.type===`intersection`)return N(r.left,n)||N(r.right,n);if(r.type===`record`||r.type===`map`)return N(r.keyType,n)||N(r.valueType,n);if(r.type===`pipe`)return e._zod.traits.has(`$ZodCodec`)?!0:N(r.in,n)||N(r.out,n);if(r.type===`object`){for(let e in r.shape)if(N(r.shape[e],n))return!0;return!1}if(r.type===`union`){for(let e of r.options)if(N(e,n))return!0;return!1}if(r.type===`tuple`){for(let e of r.items)if(N(e,n))return!0;return!!(r.rest&&N(r.rest,n))}return!1}const Pi=(e,t={})=>n=>{let r=ji({...n,processors:t});return M(e,r),Mi(r,e),Ni(r,e)},Fi=(e,t,n={})=>r=>{let{libraryOptions:i,target:a}=r??{},o=ji({...i??{},target:a,io:t,processors:n});return M(e,o),Mi(o,e),Ni(o,e)},Ii={guid:`uuid`,url:`uri`,datetime:`date-time`,json_string:`json-string`,regex:``},Li=(e,t,n,r)=>{let i=n;i.type=`string`;let{minimum:a,maximum:o,format:s,patterns:c,contentEncoding:l}=e._zod.bag;if(typeof a==`number`&&(i.minLength=a),typeof o==`number`&&(i.maxLength=o),s&&(i.format=Ii[s]??s,i.format===``&&delete i.format,s===`time`&&delete i.format),l&&(i.contentEncoding=l),c&&c.size>0){let e=[...c];e.length===1?i.pattern=e[0].source:e.length>1&&(i.allOf=[...e.map(e=>({...t.target===`draft-07`||t.target===`draft-04`||t.target===`openapi-3.0`?{type:`string`}:{},pattern:e.source}))])}},Ri=(e,t,n,r)=>{let i=n,{minimum:a,maximum:o,format:s,multipleOf:c,exclusiveMaximum:l,exclusiveMinimum:u}=e._zod.bag;typeof s==`string`&&s.includes(`int`)?i.type=`integer`:i.type=`number`;let d=typeof u==`number`&&u>=(a??-1/0),f=typeof l==`number`&&l<=(o??1/0),ee=t.target===`draft-04`||t.target===`openapi-3.0`;d?ee?(i.minimum=u,i.exclusiveMinimum=!0):i.exclusiveMinimum=u:typeof a==`number`&&(i.minimum=a),f?ee?(i.maximum=l,i.exclusiveMaximum=!0):i.exclusiveMaximum=l:typeof o==`number`&&(i.maximum=o),typeof c==`number`&&(i.multipleOf=c)},zi=(e,t,n,r)=>{n.not={}},Bi=(e,t,n,r)=>{let i=e._zod.def,a=Te(i.entries);a.every(e=>typeof e==`number`)&&(n.type=`number`),a.every(e=>typeof e==`string`)&&(n.type=`string`),n.enum=a},Vi=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Custom types cannot be represented in JSON Schema`)},Hi=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Transforms cannot be represented in JSON Schema`)},Ui=(e,t,n,r)=>{let i=n,a=e._zod.def,{minimum:o,maximum:s}=e._zod.bag;typeof o==`number`&&(i.minItems=o),typeof s==`number`&&(i.maxItems=s),i.type=`array`,i.items=M(a.element,t,{...r,path:[...r.path,`items`]})},Wi=(e,t,n,r)=>{let i=n,a=e._zod.def;i.type=`object`,i.properties={};let o=a.shape;for(let e in o)i.properties[e]=M(o[e],t,{...r,path:[...r.path,`properties`,e]});let s=new Set(Object.keys(o)),c=new Set([...s].filter(e=>{let n=a.shape[e]._zod;return t.io===`input`?n.optin===void 0:n.optout===void 0}));c.size>0&&(i.required=Array.from(c)),a.catchall?._zod.def.type===`never`?i.additionalProperties=!1:a.catchall?a.catchall&&(i.additionalProperties=M(a.catchall,t,{...r,path:[...r.path,`additionalProperties`]})):t.io===`output`&&(i.additionalProperties=!1)},Gi=(e,t,n,r)=>{let i=e._zod.def,a=i.inclusive===!1,o=i.options.map((e,n)=>M(e,t,{...r,path:[...r.path,a?`oneOf`:`anyOf`,n]}));a?n.oneOf=o:n.anyOf=o},Ki=(e,t,n,r)=>{let i=e._zod.def,a=M(i.left,t,{...r,path:[...r.path,`allOf`,0]}),o=M(i.right,t,{...r,path:[...r.path,`allOf`,1]}),s=e=>`allOf`in e&&Object.keys(e).length===1;n.allOf=[...s(a)?a.allOf:[a],...s(o)?o.allOf:[o]]},qi=(e,t,n,r)=>{let i=n,a=e._zod.def;i.type=`object`;let o=a.keyType,s=o._zod.bag?.patterns;if(a.mode===`loose`&&s&&s.size>0){let e=M(a.valueType,t,{...r,path:[...r.path,`patternProperties`,`*`]});i.patternProperties={};for(let t of s)i.patternProperties[t.source]=e}else(t.target===`draft-07`||t.target===`draft-2020-12`)&&(i.propertyNames=M(a.keyType,t,{...r,path:[...r.path,`propertyNames`]})),i.additionalProperties=M(a.valueType,t,{...r,path:[...r.path,`additionalProperties`]});let c=o._zod.values;if(c){let e=[...c].filter(e=>typeof e==`string`||typeof e==`number`);e.length>0&&(i.required=e)}},Ji=(e,t,n,r)=>{let i=e._zod.def,a=M(i.innerType,t,r),o=t.seen.get(e);t.target===`openapi-3.0`?(o.ref=i.innerType,n.nullable=!0):n.anyOf=[a,{type:`null`}]},Yi=(e,t,n,r)=>{let i=e._zod.def;M(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},Xi=(e,t,n,r)=>{let i=e._zod.def;M(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.default=JSON.parse(JSON.stringify(i.defaultValue))},Zi=(e,t,n,r)=>{let i=e._zod.def;M(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,t.io===`input`&&(n._prefault=JSON.parse(JSON.stringify(i.defaultValue)))},Qi=(e,t,n,r)=>{let i=e._zod.def;M(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType;let o;try{o=i.catchValue(void 0)}catch{throw Error(`Dynamic catch values are not supported in JSON Schema`)}n.default=o},$i=(e,t,n,r)=>{let i=e._zod.def,a=i.in._zod.traits.has(`$ZodTransform`),o=t.io===`input`?a?i.out:i.in:i.out;M(o,t,r);let s=t.seen.get(e);s.ref=o},ea=(e,t,n,r)=>{let i=e._zod.def;M(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.readOnly=!0},ta=(e,t,n,r)=>{let i=e._zod.def;M(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},na=x(`ZodISODateTime`,(e,t)=>{kn.init(e,t),L.init(e,t)});function ra(e){return $r(na,e)}const ia=x(`ZodISODate`,(e,t)=>{An.init(e,t),L.init(e,t)});function aa(e){return ei(ia,e)}const oa=x(`ZodISOTime`,(e,t)=>{jn.init(e,t),L.init(e,t)});function sa(e){return ti(oa,e)}const ca=x(`ZodISODuration`,(e,t)=>{Mn.init(e,t),L.init(e,t)});function la(e){return ni(ca,e)}const P=x(`ZodError`,(e,t)=>{it.init(e,t),e.name=`ZodError`,Object.defineProperties(e,{format:{value:t=>st(e,t)},flatten:{value:t=>ot(e,t)},addIssue:{value:t=>{e.issues.push(t),e.message=JSON.stringify(e.issues,Ee,2)}},addIssues:{value:t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,Ee,2)}},isEmpty:{get(){return e.issues.length===0}}})},{Parent:Error}),ua=lt(P),da=ut(P),fa=dt(P),pa=pt(P),ma=ht(P),ha=gt(P),ga=_t(P),_a=vt(P),va=yt(P),ya=bt(P),ba=xt(P),xa=St(P),Sa=new WeakMap;function Ca(e,t,n){let r=Object.getPrototypeOf(e),i=Sa.get(r);if(i||(i=new Set,Sa.set(r,i)),!i.has(t)){i.add(t);for(let e in n){let t=n[e];Object.defineProperty(r,e,{configurable:!0,enumerable:!1,get(){let n=t.bind(this);return Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:n}),n},set(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:t})}})}}}const F=x(`ZodType`,(e,t)=>(A.init(e,t),Object.assign(e[`~standard`],{jsonSchema:{input:Fi(e,`input`),output:Fi(e,`output`)}}),e.toJSONSchema=Pi(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(t,n)=>ua(e,t,n,{callee:e.parse}),e.safeParse=(t,n)=>fa(e,t,n),e.parseAsync=async(t,n)=>da(e,t,n,{callee:e.parseAsync}),e.safeParseAsync=async(t,n)=>pa(e,t,n),e.spa=e.safeParseAsync,e.encode=(t,n)=>ma(e,t,n),e.decode=(t,n)=>ha(e,t,n),e.encodeAsync=async(t,n)=>ga(e,t,n),e.decodeAsync=async(t,n)=>_a(e,t,n),e.safeEncode=(t,n)=>va(e,t,n),e.safeDecode=(t,n)=>ya(e,t,n),e.safeEncodeAsync=async(t,n)=>ba(e,t,n),e.safeDecodeAsync=async(t,n)=>xa(e,t,n),Ca(e,`ZodType`,{check(...e){let t=this.def;return this.clone(w(t,{checks:[...t.checks??[],...e.map(e=>typeof e==`function`?{_zod:{check:e,def:{check:`custom`},onattach:[]}}:e)]}),{parent:!0})},with(...e){return this.check(...e)},clone(e,t){return T(this,e,t)},brand(){return this},register(e,t){return e.add(this,t),this},refine(e,t){return this.check(Po(e,t))},superRefine(e,t){return this.check(Fo(e,t))},overwrite(e){return this.check(xi(e))},optional(){return ho(this)},exactOptional(){return _o(this)},nullable(){return yo(this)},nullish(){return ho(yo(this))},nonoptional(e){return To(this,e)},array(){return eo(this)},or(e){return io([this,e])},and(e){return oo(this,e)},transform(e){return ko(this,po(e))},default(e){return xo(this,e)},prefault(e){return Co(this,e)},catch(e){return Do(this,e)},pipe(e){return ko(this,e)},readonly(){return Mo(this)},describe(e){let t=this.clone();return kr.add(t,{description:e}),t},meta(...e){if(e.length===0)return kr.get(this);let t=this.clone();return kr.add(t,e[0]),t},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(e){return e(this)}}),Object.defineProperty(e,"description",{get(){return kr.get(e)?.description},configurable:!0}),e)),wa=x(`_ZodString`,(e,t)=>{_n.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Li(e,t,n,r);let n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,Ca(e,`_ZodString`,{regex(...e){return this.check(hi(...e))},includes(...e){return this.check(vi(...e))},startsWith(...e){return this.check(yi(...e))},endsWith(...e){return this.check(bi(...e))},min(...e){return this.check(pi(...e))},max(...e){return this.check(fi(...e))},length(...e){return this.check(mi(...e))},nonempty(...e){return this.check(pi(1,...e))},lowercase(e){return this.check(gi(e))},uppercase(e){return this.check(_i(e))},trim(){return this.check(Ci())},normalize(...e){return this.check(Si(...e))},toLowerCase(){return this.check(wi())},toUpperCase(){return this.check(Ti())},slugify(){return this.check(Ei())}})}),Ta=x(`ZodString`,(e,t)=>{_n.init(e,t),wa.init(e,t),e.email=t=>e.check(jr(Ea,t)),e.url=t=>e.check(Lr(ka,t)),e.jwt=t=>e.check(Qr(Wa,t)),e.emoji=t=>e.check(Rr(Aa,t)),e.guid=t=>e.check(Mr(Da,t)),e.uuid=t=>e.check(Nr(Oa,t)),e.uuidv4=t=>e.check(Pr(Oa,t)),e.uuidv6=t=>e.check(Fr(Oa,t)),e.uuidv7=t=>e.check(Ir(Oa,t)),e.nanoid=t=>e.check(zr(ja,t)),e.guid=t=>e.check(Mr(Da,t)),e.cuid=t=>e.check(Br(Ma,t)),e.cuid2=t=>e.check(Vr(Na,t)),e.ulid=t=>e.check(Hr(Pa,t)),e.base64=t=>e.check(Yr(Va,t)),e.base64url=t=>e.check(Xr(Ha,t)),e.xid=t=>e.check(Ur(Fa,t)),e.ksuid=t=>e.check(Wr(Ia,t)),e.ipv4=t=>e.check(Gr(La,t)),e.ipv6=t=>e.check(Kr(Ra,t)),e.cidrv4=t=>e.check(qr(za,t)),e.cidrv6=t=>e.check(Jr(Ba,t)),e.e164=t=>e.check(Zr(Ua,t)),e.datetime=t=>e.check(ra(t)),e.date=t=>e.check(aa(t)),e.time=t=>e.check(sa(t)),e.duration=t=>e.check(la(t))});function I(e){return Ar(Ta,e)}const L=x(`ZodStringFormat`,(e,t)=>{j.init(e,t),wa.init(e,t)}),Ea=x(`ZodEmail`,(e,t)=>{bn.init(e,t),L.init(e,t)}),Da=x(`ZodGUID`,(e,t)=>{vn.init(e,t),L.init(e,t)}),Oa=x(`ZodUUID`,(e,t)=>{yn.init(e,t),L.init(e,t)}),ka=x(`ZodURL`,(e,t)=>{xn.init(e,t),L.init(e,t)}),Aa=x(`ZodEmoji`,(e,t)=>{Sn.init(e,t),L.init(e,t)}),ja=x(`ZodNanoID`,(e,t)=>{Cn.init(e,t),L.init(e,t)}),Ma=x(`ZodCUID`,(e,t)=>{wn.init(e,t),L.init(e,t)}),Na=x(`ZodCUID2`,(e,t)=>{Tn.init(e,t),L.init(e,t)}),Pa=x(`ZodULID`,(e,t)=>{En.init(e,t),L.init(e,t)}),Fa=x(`ZodXID`,(e,t)=>{Dn.init(e,t),L.init(e,t)}),Ia=x(`ZodKSUID`,(e,t)=>{On.init(e,t),L.init(e,t)}),La=x(`ZodIPv4`,(e,t)=>{Nn.init(e,t),L.init(e,t)}),Ra=x(`ZodIPv6`,(e,t)=>{Pn.init(e,t),L.init(e,t)}),za=x(`ZodCIDRv4`,(e,t)=>{Fn.init(e,t),L.init(e,t)}),Ba=x(`ZodCIDRv6`,(e,t)=>{In.init(e,t),L.init(e,t)}),Va=x(`ZodBase64`,(e,t)=>{Rn.init(e,t),L.init(e,t)}),Ha=x(`ZodBase64URL`,(e,t)=>{Bn.init(e,t),L.init(e,t)}),Ua=x(`ZodE164`,(e,t)=>{Vn.init(e,t),L.init(e,t)}),Wa=x(`ZodJWT`,(e,t)=>{Un.init(e,t),L.init(e,t)}),Ga=x(`ZodNumber`,(e,t)=>{Wn.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ri(e,t,n,r),Ca(e,`ZodNumber`,{gt(e,t){return this.check(li(e,t))},gte(e,t){return this.check(ui(e,t))},min(e,t){return this.check(ui(e,t))},lt(e,t){return this.check(si(e,t))},lte(e,t){return this.check(ci(e,t))},max(e,t){return this.check(ci(e,t))},int(e){return this.check(Ja(e))},safe(e){return this.check(Ja(e))},positive(e){return this.check(li(0,e))},nonnegative(e){return this.check(ui(0,e))},negative(e){return this.check(si(0,e))},nonpositive(e){return this.check(ci(0,e))},multipleOf(e,t){return this.check(di(e,t))},step(e,t){return this.check(di(e,t))},finite(){return this}});let n=e._zod.bag;e.minValue=Math.max(n.minimum??-1/0,n.exclusiveMinimum??-1/0)??null,e.maxValue=Math.min(n.maximum??1/0,n.exclusiveMaximum??1/0)??null,e.isInt=(n.format??``).includes(`int`)||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});function Ka(e){return ri(Ga,e)}const qa=x(`ZodNumberFormat`,(e,t)=>{Gn.init(e,t),Ga.init(e,t)});function Ja(e){return ii(qa,e)}const Ya=x(`ZodUnknown`,(e,t)=>{Kn.init(e,t),F.init(e,t),e._zod.processJSONSchema=(e,t,n)=>void 0});function Xa(){return ai(Ya)}const Za=x(`ZodNever`,(e,t)=>{qn.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>zi(e,t,n,r)});function Qa(e){return oi(Za,e)}const $a=x(`ZodArray`,(e,t)=>{Yn.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ui(e,t,n,r),e.element=t.element,Ca(e,`ZodArray`,{min(e,t){return this.check(pi(e,t))},nonempty(e){return this.check(pi(1,e))},max(e,t){return this.check(fi(e,t))},length(e,t){return this.check(mi(e,t))},unwrap(){return this.element}})});function eo(e,t){return Di($a,e,t)}const to=x(`ZodObject`,(e,t)=>{er.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Wi(e,t,n,r),C(e,`shape`,()=>t.shape),Ca(e,`ZodObject`,{keyof(){return uo(Object.keys(this._zod.def.shape))},catchall(e){return this.clone({...this._zod.def,catchall:e})},passthrough(){return this.clone({...this._zod.def,catchall:Xa()})},loose(){return this.clone({...this._zod.def,catchall:Xa()})},strict(){return this.clone({...this._zod.def,catchall:Qa()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(e){return Ke(this,e)},safeExtend(e){return qe(this,e)},merge(e){return Je(this,e)},pick(e){return We(this,e)},omit(e){return Ge(this,e)},partial(...e){return Ye(mo,this,e[0])},required(...e){return Xe(wo,this,e[0])}})});function R(e,t){return new to({type:`object`,shape:e,catchall:Qa(),...E(t)})}function no(e,t){return new to({type:`object`,shape:e,catchall:Xa(),...E(t)})}const ro=x(`ZodUnion`,(e,t)=>{nr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Gi(e,t,n,r),e.options=t.options});function io(e,t){return new ro({type:`union`,options:e,...E(t)})}const ao=x(`ZodIntersection`,(e,t)=>{rr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ki(e,t,n,r)});function oo(e,t){return new ao({type:`intersection`,left:e,right:t})}const so=x(`ZodRecord`,(e,t)=>{or.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>qi(e,t,n,r),e.keyType=t.keyType,e.valueType=t.valueType});function co(e,t,n){return!t||!t._zod?new so({type:`record`,keyType:I(),valueType:e,...E(t)}):new so({type:`record`,keyType:e,valueType:t,...E(n)})}const lo=x(`ZodEnum`,(e,t)=>{sr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Bi(e,t,n,r),e.enum=t.entries,e.options=Object.values(t.entries);let n=new Set(Object.keys(t.entries));e.extract=(e,r)=>{let i={};for(let r of e)if(n.has(r))i[r]=t.entries[r];else throw Error(`Key ${r} not found in enum`);return new lo({...t,checks:[],...E(r),entries:i})},e.exclude=(e,r)=>{let i={...t.entries};for(let t of e)if(n.has(t))delete i[t];else throw Error(`Key ${t} not found in enum`);return new lo({...t,checks:[],...E(r),entries:i})}});function uo(e,t){let n=Array.isArray(e)?Object.fromEntries(e.map(e=>[e,e])):e;return new lo({type:`enum`,entries:n,...E(t)})}const fo=x(`ZodTransform`,(e,t)=>{cr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Hi(e,t,n,r),e._zod.parse=(n,r)=>{if(r.direction===`backward`)throw new Ce(e.constructor.name);n.addIssue=r=>{if(typeof r==`string`)n.issues.push(nt(r,n.value,t));else{let t=r;t.fatal&&(t.continue=!1),t.code??=`custom`,t.input??=n.value,t.inst??=e,n.issues.push(nt(t))}};let i=t.transform(n.value,n);return i instanceof Promise?i.then(e=>(n.value=e,n.fallback=!0,n)):(n.value=i,n.fallback=!0,n)}});function po(e){return new fo({type:`transform`,transform:e})}const mo=x(`ZodOptional`,(e,t)=>{ur.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ta(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function ho(e){return new mo({type:`optional`,innerType:e})}const go=x(`ZodExactOptional`,(e,t)=>{dr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ta(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function _o(e){return new go({type:`optional`,innerType:e})}const vo=x(`ZodNullable`,(e,t)=>{fr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ji(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function yo(e){return new vo({type:`nullable`,innerType:e})}const bo=x(`ZodDefault`,(e,t)=>{pr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Xi(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function xo(e,t){return new bo({type:`default`,innerType:e,get defaultValue(){return typeof t==`function`?t():ze(t)}})}const So=x(`ZodPrefault`,(e,t)=>{hr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Zi(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Co(e,t){return new So({type:`prefault`,innerType:e,get defaultValue(){return typeof t==`function`?t():ze(t)}})}const wo=x(`ZodNonOptional`,(e,t)=>{gr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Yi(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function To(e,t){return new wo({type:`nonoptional`,innerType:e,...E(t)})}const Eo=x(`ZodCatch`,(e,t)=>{vr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Qi(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Do(e,t){return new Eo({type:`catch`,innerType:e,catchValue:typeof t==`function`?t:()=>t})}const Oo=x(`ZodPipe`,(e,t)=>{yr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>$i(e,t,n,r),e.in=t.in,e.out=t.out});function ko(e,t){return new Oo({type:`pipe`,in:e,out:t})}const Ao=x(`ZodPreprocess`,(e,t)=>{Oo.init(e,t),xr.init(e,t)}),jo=x(`ZodReadonly`,(e,t)=>{Sr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ea(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Mo(e){return new jo({type:`readonly`,innerType:e})}const No=x(`ZodCustom`,(e,t)=>{wr.init(e,t),F.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Vi(e,t,n,r)});function Po(e,t={}){return Oi(No,e,t)}function Fo(e,t){return ki(e,t)}function Io(e,t){return new Ao({type:`pipe`,in:po(e),out:t})}const Lo=new Set([`__proto__`,`constructor`,`prototype`]),Ro=(e,t,n)=>Io((n,r)=>{if(typeof n==`object`&&n)for(let i of Reflect.ownKeys(n))(typeof i!=`string`||!e(i))&&r.addIssue({code:`custom`,message:t(String(i)),path:[String(i)]});return n},n),zo=e=>e.length>0&&!Lo.has(e),Bo=e=>Ro(zo,()=>`package key must be non-empty and not "__proto__", "constructor", or "prototype"`,co(I().min(1),e)),Vo=[`blobless`,`full`],Ho=[`ssh`,`https`],Uo=/^(?!\.{1,2}$)[^/\\%:]+$/u,Wo=/^[a-z0-9][a-z0-9.-]*(?:_[1-9]\d{0,4})?$/u,Go=/^(?<amount>[1-9]\d{0,3})(?<unit>[mhd])$/u,Ko={d:864e5,h:36e5,m:6e4},qo=e=>e!==``&&/^[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/u.test(e),Jo=e=>{if(e===void 0)return!0;let t=Number(e);return t>=1&&t<=65535},Yo=e=>{let[t=``,n]=e.split(`_`);return Jo(n)?t.split(`.`).every(e=>qo(e)):!1},z=I().refine(e=>{let[t,...n]=e.split(`/`);return t===void 0||n.length<2||!Wo.test(t)||!Yo(t)?!1:n.every(e=>Uo.test(e))},`ref key must be host/path…/repo with safe, non-empty segments`).brand(),Xo=I().regex(Go,`duration must be <n>m, <n>h, or <n>d`).brand(),Zo=e=>{let t=Go.exec(e);if(t===null)throw Error(`invalid duration: ${e}`);let{amount:n,unit:r}=t.groups??{};if(!n||!r)throw Error(`invalid duration: ${e}`);return Number(n)*Ko[r]},Qo=uo(Vo),$o=uo(Ho),es=I().refine(e=>e.includes(`{version}`),`tag format must contain {version}`),ts=I().refine(e=>{if(e===`.`)return!0;let t=e.split(`/`);return t.length>0&&t.every(e=>Uo.test(e)&&e!==`.`)},`package path must be "." or a normalized relative path without traversal`),ns={clone_mode:`blobless`,git_transport:`https`,sync_ttl:`1h`},rs=R({clone_mode:Qo.default(ns.clone_mode),git_transport:$o.default(ns.git_transport),sync_ttl:Xo.default(Xo.parse(ns.sync_ttl))}),is=R((e=>Object.fromEntries(Object.entries(e).map(([e,t])=>[e,t.removeDefault().optional()])))(rs.shape)),as=R({description:I().min(1),path:ts,tag_format:es.optional()}),os=R({default_branch:I().min(1),description:I().min(1),packages:Bo(as).optional(),tag_format:es,url:I().min(1),...is.shape}),ss=R({meta:no({cli_version:I().min(1),schema_version:Ka().int().positive()}),refs:Ro(e=>z.safeParse(e).success,()=>`ref key must be host/path…/repo with safe, non-empty segments`,co(I(),os)).default({}),settings:rs});
|
|
67
67
|
/*!
|
|
68
68
|
* Copyright (c) Squirrel Chat et al., All rights reserved.
|
|
69
69
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
@@ -276,7 +276,7 @@ let Cs=/^[a-zA-Z0-9-_]+[ \t]*$/;function ws(e,t,n=`=`){let r=t-1,i=[],a=e.indexO
|
|
|
276
276
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
277
277
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
278
278
|
*/
|
|
279
|
-
function Ds(e,t,n,r){let i=t,a=n,o,s=!1,c;for(let t=0;t<e.length;t++){if(t){if(i=s?i[o]:i[o]={},a=(c=a[o]).c,r===0&&(c.t===1||c.t===2))return null;if(c.t===2){let e=i.length-1;i=i[e],a=a[e].c}}if(o=e[t],(s=Object.hasOwn(i,o))&&a[o]?.t===0&&a[o]?.d)return null;s||(o===`__proto__`&&(Object.defineProperty(i,o,{enumerable:!0,configurable:!0,writable:!0}),Object.defineProperty(a,o,{enumerable:!0,configurable:!0,writable:!0})),a[o]={t:t<e.length-1&&r===2?3:r,d:!1,i:0,c:{}})}if(c=a[o],c.t!==r
|
|
279
|
+
function Ds(e,t,n,r){let i=t,a=n,o,s=!1,c;for(let t=0;t<e.length;t++){if(t){if(i=s?i[o]:i[o]={},a=(c=a[o]).c,r===0&&(c.t===1||c.t===2))return null;if(c.t===2){let e=i.length-1;i=i[e],a=a[e].c}}if(o=e[t],(s=Object.hasOwn(i,o))&&a[o]?.t===0&&a[o]?.d)return null;s||(o===`__proto__`&&(Object.defineProperty(i,o,{enumerable:!0,configurable:!0,writable:!0}),Object.defineProperty(a,o,{enumerable:!0,configurable:!0,writable:!0})),a[o]={t:t<e.length-1&&r===2?3:r,d:!1,i:0,c:{}})}if(c=a[o],c.t!==r&&(r!==1||c.t!==3)||(r===2&&(c.d||(c.d=!0,i[o]=[]),i[o].push(i={}),c.c[c.i++]=c={t:1,d:!1,i:0,c:{}}),c.d))return null;if(c.d=!0,r===1)i=s?i[o]:i[o]={};else if(r===0&&s)return null;return[o,i,c.c]}function Os(e,{maxDepth:t=1e3,integersAsBigInt:n}={}){let r={},i={},a=r,o=i;for(let s=ys(e,0);s<e.length;){if(e[s]===`[`){let t=e[++s]===`[`,n=ws(e,s+=+t,`]`);if(t){if(e[n[1]-1]!==`]`)throw new B(`expected end of table declaration`,{toml:e,ptr:n[1]-1});n[1]++}let c=Ds(n[0],r,i,t?2:1);if(!c)throw new B(`trying to redefine an already defined table or value`,{toml:e,ptr:s});o=c[2],a=c[1],s=n[1]}else{let r=ws(e,s),i=Ds(r[0],a,o,0);if(!i)throw new B(`trying to redefine an already defined table or value`,{toml:e,ptr:s});let c=Ss(e,r[1],void 0,t,n);i[1][i[0]]=c[0],s=c[1]}if(s=ys(e,s,!0),e[s]&&e[s]!==`
|
|
280
280
|
`&&e[s]!==`\r`)throw new B(`each key-value declaration must be followed by an end-of-line`,{toml:e,ptr:s});s=ys(e,s)}return r}
|
|
281
281
|
/*!
|
|
282
282
|
* Copyright (c) Squirrel Chat et al., All rights reserved.
|
|
@@ -342,33 +342,29 @@ sync_ttl = "1h"
|
|
|
342
342
|
# tag_format = "v{version}"
|
|
343
343
|
# # Per-ref overrides of [settings] go in the same table, e.g.:
|
|
344
344
|
# # clone_mode = "full"
|
|
345
|
-
`.replaceAll(`{{CLI_VERSION}}`,t)),`seeded`),tc=(e,t)=>{let n={...e};for(let[e,r]of Object.entries(t)){let t=n[e];t===void 0?n[e]=r:Gs(t)&&Gs(r)&&(n[e]=tc(t,r))}return n},nc={meta:{},refs:{},settings:{}},rc=async e=>{try{return await qs(e)}catch(e){if(e instanceof _&&e.code===`not_found`)return;throw e}},ic=e=>{if(e!==void 0&&e>1)throw b(`config schema ${e} is newer than this CLI supports — upgrade refs`)},ac=async(e,t,n)=>{let r=Ks(t.meta,{});if(r.cli_version===n)return;let i={...t,meta:{...r,cli_version:n}};await zs(e.configPath,Rs(i))},oc=async(e,t,n)=>{await r(e.configPath,Bs(e));let i=tc(t,nc),a=Ks(i.meta,{}),o={...i,meta:{...a,cli_version:n,schema_version:1}},s=ss.safeParse(o);if(!s.success)throw b(`config in ${e.configPath} is malformed beyond automatic migration (backup preserved at ${Bs(e)}): ${O(s.error)}`);await zs(e.configPath,Rs(o))},sc=async(e,t
|
|
346
|
-
`).
|
|
347
|
-
`)
|
|
348
|
-
`),r=Mc(t.
|
|
349
|
-
`);
|
|
350
|
-
`)
|
|
351
|
-
`).map(e=>e.trim()).filter(e=>e!==``).slice(0,n),ml=async(e,t,n)=>(await e.run(`git`,[`show-ref`,`--verify`,`--`,`refs/tags/${n}`],{cwd:t})).exitCode===0,hl=[`#!/bin/sh`,`echo "refs: this checkout is a managed read-only reference — commits are blocked" >&2`,`exit 1`,``].join(`
|
|
352
|
-
`),gl=async e=>{await Promise.all([`pre-commit`,`pre-push`].map(async n=>{let r=m(e.hooksDir,n);await zs(r,hl),await t(r,493)}))},_l=/\d+\.\d+\.\d+(?:-[0-9A-Za-z.-]+)?(?:\+[0-9A-Za-z.-]+)?/u,vl=/\d+\.\d+\.\d+/gu,yl=e=>es.safeParse(e).success,bl=e=>{let t=e.match(vl);return t!==null&&t.length>1},xl=e=>{let t=_l.exec(e);if(!t||bl(e))return;let[n]=t,r=e.replace(n,`{version}`);if(yl(r))return r},Sl=(e,t,n)=>{let r=e.get(t);r===void 0?e.set(t,{count:1,index:n}):r.count+=1},Cl=e=>{let t=new Map;for(let n=0;n<e.length;n+=1){let r=e[n];if(r===void 0)continue;let i=xl(r);i&&Sl(t,i,n)}return t},wl=(e,t)=>e.count>t.count||e.count===t.count&&e.index<t.index,Tl=e=>{let t=[...e.entries()];if(t.length===0)return null;let n=t[0];if(!n)return null;let[r,i]=n;return t.slice(1).reduce(({format:e,data:t},[n,r])=>wl(r,t)?{data:r,format:n}:{data:t,format:e},{data:i,format:r}).format},El=e=>{let t=Cl(e);return Tl(t)},Dl=(e,t)=>e.replaceAll(`{version}`,()=>t),Ol=async(e,t,n,r)=>{let i=Dl(n,r);if(!await ml(e,t,i))throw v(`tag '${i}' not found in ${t} — check the version or tag_format`);return i},kl=/^(?<scheme>[a-z][a-z0-9+.-]*:\/\/)?[\s\S]*@/iu,q=e=>{let t=e.replace(kl,`$<scheme><redacted>@`);return t.length<=200?t:`${t.slice(0,200)}…`},Al=/^git@(?<host>[^:/\s]+):(?<path>[^\s]+)$/u,jl=/^git\+/u,Ml={"https:":`443`,"ssh:":`22`},Nl=e=>e.replace(/\.git$/u,``),Pl=e=>e.split(`/`).some(e=>e===`.`||e===`..`),Fl=e=>e.includes(`\\`),Il=e=>e.includes(`%`),Ll=e=>{let t=z.safeParse(e);if(!t.success)throw b(`not a supported git url: derived key '${q(e)}' is invalid`);return t.data},Rl=({host:e,port:t,protocol:n})=>{let r=Ml[n];return t===``||t===r?e.toLowerCase():`${e.toLowerCase()}_${t}`},zl=e=>{let t=Nl(e.path.replace(/^\/+/u,``).replace(/\/+$/u,``));return Ll(`${Rl(e)}/${t}`)},Bl=e=>{let t=decodeURIComponent(e).split(`/`).filter(e=>e!==``);if(t.length<2)throw b(`not a supported git url: file url path must have at least 2 segments`);let n=t.at(-2)??``,r=t.at(-1)??``;return Ll(`local/${n}/${r}`)},Vl=(e,t)=>{try{return new URL(e)}catch{throw b(`not a supported git url: ${q(t)}`)}},Hl=e=>{if(e.password!==``)throw b(`not a supported git url: credentials embedded in url`);if(e.protocol===`https:`&&e.username!==``)throw b(`not a supported git url: credentials embedded in https url`)},Ul=(e,t)=>{if(e.protocol===`file:`){if(!t)throw b(`not a supported git url: unsupported protocol ${e.protocol}`);return Bl(e.pathname)}if(e.protocol!==`https:`&&e.protocol!==`ssh:`)throw b(`not a supported git url: unsupported protocol ${e.protocol}`);return Hl(e),zl({host:e.hostname,path:e.pathname,port:e.port,protocol:e.protocol})},Wl=(e,t)=>{if(Il(e))throw b(`not a supported git url: percent-encoding not supported in ${q(t)}`);if(e.includes(`:`))throw b(`not a supported git url: ambiguous ':' in scp-style path ${q(t)}; use the ssh:// url form instead`);if(e.startsWith(`/`)||e.startsWith(`~`))throw b(`not a supported git url: ambiguous absolute/home-relative scp path in ${q(t)}; use the ssh:// url form instead`)},Gl=(e,t)=>{let n=e.groups?.path??``;return Wl(n,t),zl({host:e.groups?.host??``,path:n,port:``,protocol:`ssh:`})},Kl=(e,t)=>{if(Fl(e))throw b(`not a supported git url: backslash not allowed in ${q(t)}`)},ql=(e,t)=>{if(Pl(e))throw b(`not a supported git url: path traversal segment in ${q(t)}`)},Jl=(e,t,n)=>{if(e.protocol!==`file:`&&Il(t))throw b(`not a supported git url: percent-encoding not supported in ${q(n)}`)},Yl=(e,t)=>{let n=t?.allowFileUrls??!1,r=e.replace(jl,``);Kl(r,e),ql(r,e);let i=Al.exec(r);if(i?.groups!==void 0)return{cloneUrl:r,key:Gl(i,e)};let a=Vl(r,e);return Jl(a,r,e),{cloneUrl:r,key:Ul(a,n)}},Xl=`.git`,Zl=e=>e.replace(/^\/+/u,``).replace(/\/+$/u,``),Ql=e=>e.endsWith(Xl)?e:`${e}${Xl}`,$l=(e,t)=>`https://${e.toLowerCase()}/${Zl(t)}`,eu=(e,t)=>`git@${e.toLowerCase()}:${Ql(Zl(t))}`,tu=e=>{if(e===`https:`)return`https`;if(e===`ssh:`)return`ssh`;throw b(`not a supported git url: unsupported protocol ${e}`)},nu=(e,t,n)=>{let r=Ml[e.protocol];if(e.port!==``&&e.port!==r)throw b(`cannot apply git_transport=${t} to ${q(n)}: its non-default port ${e.port} cannot be expressed in the ${t} url form — add the repo with an explicit url instead`)},ru=(e,t)=>t===`https`?$l(e.hostname,e.pathname):eu(e.hostname,e.pathname),iu=(e,t,n)=>{let r=Yl(t).key;if(r!==n)throw b(`git_transport transform changed repo identity: '${q(e)}' → '${t}' (key '${n}' → '${r}')`);return t},au=(e,t)=>{if(t.transport===`ssh`)return t.cloneUrl;let n=e.groups?.host??``,r=e.groups?.path??``;return iu(t.cloneUrl,$l(n,r),t.originalKey)},ou=e=>{let t=Vl(e.cloneUrl,e.cloneUrl);return tu(t.protocol)===e.transport?e.cloneUrl:(nu(t,e.transport,e.cloneUrl),iu(e.cloneUrl,ru(t,e.transport),e.originalKey))},su=(e,t)=>{if(e.startsWith(`file:`))return e;let n={cloneUrl:e,originalKey:Yl(e).key,transport:t},r=Al.exec(e);return r?.groups===void 0?ou(n):au(r,n)},cu=`meta.json`,lu=e=>{if(typeof e==`object`&&e&&`code`in e){let{code:t}=e;if(typeof t==`string`)return t}},uu=e=>{try{return process.kill(e,0),!0}catch(e){return lu(e)!==`ESRCH`}},du=e=>{try{return JSON.parse(e)}catch{return}},fu=async e=>{try{return await o(e,`utf8`)}catch{return}},pu=e=>{if(typeof e!=`string`)return;let t=Date.parse(e);if(!Number.isNaN(t))return t},mu=e=>{if(typeof e!=`object`||!e)return;let t=e,{pid:n}=t,r=pu(t.acquired_at);if(!(typeof n!=`number`||r===void 0))return{acquiredAtMs:r,pid:n}},hu=async e=>{let t=await fu(m(e,cu));if(t!==void 0)return mu(du(t))},gu=e=>{if(typeof e!=`object`||!e)return;let{token:t}=e;if(typeof t==`string`)return t},_u=async e=>{let t=await fu(m(e,cu));if(t!==void 0)return gu(du(t))},vu=async e=>{try{return(await f(e)).mtimeMs}catch{return}},yu=async(e,t)=>{let n=m(e,cu),r=`${n}.tmp-${se()}`;await ee(r,t,`utf8`),await l(r,n)},bu=async(e,t)=>{await yu(e,JSON.stringify({acquired_at:new Date().toISOString(),pid:process.pid,token:t}))},xu=/^[a-zA-Z0-9][a-zA-Z0-9_.:-]*$/u,Su=async e=>{let t=await hu(e);if(t===void 0){let t=await vu(e);return t===void 0?!1:Date.now()-t>5e3}return Date.now()-t.acquiredAtMs>6e5?!0:!uu(t.pid)},Cu=async(e,t)=>{try{await bu(e,t)}catch(e){if(lu(e)===`ENOENT`)return`retry`;throw e}return t},wu=async e=>{try{return await a(e,{recursive:!1}),!0}catch(e){if(lu(e)===`EEXIST`)return!1;throw e}},Tu=async e=>{if(!await wu(e))return;let t=await Cu(e,se());return t===`retry`?Tu(e):t},Eu=e=>m(e.locksDir,`${e.name}.steal-claim`),Du=e=>m(e.locksDir,`${e.name}.steal.${se()}`),Ou=async e=>{try{return await a(e,{recursive:!1}),!0}catch(e){if(lu(e)===`EEXIST`)return!1;throw e}},ku=async e=>{let t=await vu(e);return t!==void 0&&Date.now()-t>2e3},Au=async e=>await Ou(e)?!0:await ku(e)?(await u(e,{force:!0,recursive:!0}),Ou(e)):!1,ju=async e=>{let t=Du(e);try{await l(e.lockPath,t)}catch(e){if(lu(e)===`ENOENT`)return;throw e}return t},Mu=async e=>{if(!await Su(e.lockPath))return;let t=await ju(e);t!==void 0&&await u(t,{force:!0,recursive:!0})},Nu=async e=>{let t=Eu(e);if(await Au(t))try{await Mu(e)}finally{await u(t,{force:!0,recursive:!0})}},Pu=async(e,t)=>{if(await Su(e.lockPath)){await Nu(e);return}if(Date.now()>=t)throw ve(`lock ${e.name} is held — another refs process is running`);await fe(100)},Fu=async(e,t)=>{let n=await Tu(e.lockPath);return n===void 0?(await Pu(e,t),Fu(e,t)):n},Iu=async(e,t)=>{await _u(e)===t&&await u(e,{force:!0,recursive:!0})},Lu=e=>{if(e===`.`||e===`..`||!xu.test(e))throw b(`lock name must not contain "/" or other unsafe characters — only letters, digits, and "_.:-" are allowed, and it may not be "." or "..": ${e}`)},J=async(e,t,n,r)=>{Lu(t);let i={lockPath:m(e.locksDir,t),locksDir:e.locksDir,name:t};await a(e.locksDir,{recursive:!0});let o=Date.now()+(r?.timeoutMs??1e4),s=await Fu(i,o);try{return await n()}finally{await Iu(i.lockPath,s)}},Ru=no({directory:I().optional(),url:I().optional()}),zu=no({repository:io([I(),Ru]).optional()}),Bu=/^(?:@[a-z0-9-~][a-z0-9._~-]*\/)?[a-z0-9-~][a-z0-9._~-]*$/u,Vu=new Set([`node_modules`,`favicon.ico`]),Hu=e=>v(`package '${e}' has no usable repository field — find the repository and run: refs add <git-url>`),Uu=e=>{let t=e.split(`/`);return t.length>=2?t[1]:e},Wu=e=>{if(e.length>214)throw y(`invalid package name: '${e}' exceeds maximum length of 214 characters`);if(!Bu.test(e))throw y(`invalid package name: '${e}' does not match npm naming rules`);let t=Uu(e);if(Vu.has(t))throw y(`invalid package name: '${e}' uses a reserved name`)},Gu=e=>e.replace(`/`,`%2F`),Ku=e=>typeof e==`string`?e:e?.url,qu=e=>{if(typeof e==`object`&&e?.directory){let t=ts.safeParse(e.directory);if(t.success)return t.data}},Ju=async(e,t)=>{try{return await e.json()}catch{throw b(`invalid npm registry response for '${t}': not parseable JSON`)}},Yu=async(e,t)=>{let n=await e(`https://registry.npmjs.org/${Gu(t)}`);if(n.status===404)throw v(`npm package '${t}' not found`);if(n.status!==200)throw b(`failed to fetch npm package '${t}': status ${n.status}`);let r=await Ju(n,t),i=zu.safeParse(r);if(!i.success)throw b(`invalid npm package response for '${t}'`);return i.data},Xu=(e,t)=>{try{return Yl(e)}catch{throw Hu(t)}},Zu=async(e,t)=>{Wu(t);let n=await Yu(e,t),r=Ku(n.repository);if(r===void 0||r===``)throw Hu(t);let{cloneUrl:i,key:a}=Xu(r,t),o=qu(n.repository);return o===void 0?{cloneUrl:i,key:a}:{cloneUrl:i,directory:o,key:a}},Qu=new Set;let $u=!1;const ed=()=>{for(let e of Qu)try{e.kill(`SIGKILL`)}catch{}},td=[`SIGINT`,`SIGTERM`,`SIGHUP`],nd=e=>{let t=()=>{ed(),process.removeListener(e,t),process.kill(process.pid,e)};process.on(e,t)},rd=()=>{$u||($u=!0,td.forEach(e=>{nd(e)}),process.on(`exit`,ed))},id=()=>{let e=[],t=0,n=!1;return{finish:()=>({text:Buffer.concat(e).toString(`utf8`),truncated:n}),push:r=>{if(n)return;let i=67108864-t;if(r.length<=i){e.push(r),t+=r.length;return}i>0&&e.push(r.subarray(0,i)),n=!0}}},ad=(e,t)=>[e.replace(/\r?\n$/u,``),t].filter(e=>e!==``).join(`
|
|
353
|
-
`),od=(e,t,n)=>{let r=e;return t.truncated&&(r=ad(r,`refs: stdout exceeded 67108864 bytes, truncated`)),n.truncated&&(r=ad(r,`refs: stderr exceeded 67108864 bytes, truncated`)),r},sd={clear:()=>{},markedTimedOut:()=>!1},cd=(e,t)=>{if(t===void 0)return sd;let n=!1,r,i=setTimeout(()=>{n=!0,e.kill(`SIGTERM`),r=setTimeout(()=>{e.kill(`SIGKILL`)},2e3)},t);return{clear:()=>{clearTimeout(i),r!==void 0&&clearTimeout(r)},markedTimedOut:()=>n}},ld=e=>e===void 0?{}:{cwd:e},ud=(e,t)=>ad(e,`refs: command timed out after ${String(t)}ms`),dd=(e,t)=>({exitCode:124,stderr:ud(e,t),stdout:``,timedOut:!0}),fd=(e,t,n)=>{let r=ge(e,t,{...ld(n?.cwd),stdio:[`ignore`,`pipe`,`pipe`]});Qu.add(r);let i=id(),a=id();return r.stdout.on(`data`,e=>{i.push(e)}),r.stderr.on(`data`,e=>{a.push(e)}),{child:r,stderrCollector:a,stdoutCollector:i,timeout:cd(r,n?.timeoutMs)}},pd=(e,t,n)=>{try{return fd(e,t,n)}catch(e){return{exitCode:127,stderr:hd(e),stdout:``}}},md=e=>!(`child`in e),hd=e=>e instanceof Error?e.message:String(e),gd=async e=>{try{let[t]=await me(e,`close`);return{code:t}}catch(e){return{code:null,errorMessage:hd(e)}}},_d=e=>e===null?1:e,vd=(e,t)=>t.truncated?{...e,stdoutTruncated:!0}:e,yd=e=>e.timedOut?dd(e.stderr.text,e.timeoutMs):e.errorMessage===void 0?vd({exitCode:_d(e.code),stderr:od(e.stderr.text,e.stdout,e.stderr),stdout:e.stdout.text},e.stdout):vd({exitCode:127,stderr:ad(e.stderr.text,e.errorMessage),stdout:e.stdout.text},e.stdout);var bd=class{async run(e,t,n){rd();let r=pd(e,t,n);if(md(r))return r;let i=await gd(r.child);return Qu.delete(r.child),r.timeout.clear(),yd({code:i.code,errorMessage:i.errorMessage,stderr:r.stderrCollector.finish(),stdout:r.stdoutCollector.finish(),timedOut:r.timeout.markedTimedOut(),timeoutMs:n?.timeoutMs})}};const xd=as.partial({description:!0}),Sd=R({default_branch:I().min(1),key:z,tag_format_candidate:es.nullable(),url:I().min(1)});Sd.extend({description:I().default(``),packages:Bo(xd)});const Cd=Sd.extend({description:I().min(1),packages:Bo(as)}),wd=R({effective_clone_mode:Qo.optional(),head_sha:I().regex(/^[0-9a-f]{40}$/u,`head_sha must be a 40-character lowercase hex string`).optional(),last_error:I().optional(),last_fetched_at:ra().optional(),pending_proposal_at:ra().optional()}),Td=R({refs:Ro(e=>e.length>=1&&!Lo.has(e),()=>`state ref key must be non-empty and not "__proto__", "constructor", or "prototype"`,co(I(),wd)).default({})}),Y=(e,t,n)=>t?.[e]??n[e],Ed=async e=>{try{return await o(e.statePath,`utf8`)}catch(e){if(V(e))return;throw e}},Dd=e=>{try{return JSON.parse(e)}catch{return}},X=async e=>{let t=await Ed(e);if(t===void 0)return Td.parse({});let n=Dd(t);if(n===void 0)return Td.parse({});let r=Td.safeParse(n);return r.success?r.data:Td.parse({})},Od=async(e,t)=>{let n=Td.safeParse(t);if(!n.success)throw b(O(n.error));await zs(e.statePath,`${JSON.stringify(n.data,void 0,2)}\n`)},kd=/^\s*-\s+["']?(?<pattern>[^"'#]+)["']?/u,Ad=/^packages:\s*(?:#.*)?$/u,jd=e=>typeof e==`object`&&!!e&&!Array.isArray(e),Md=e=>{if(Array.isArray(e))return e.filter(e=>typeof e==`string`);if(!jd(e))return[];let{packages:t}=e;return Array.isArray(t)?t.filter(e=>typeof e==`string`):[]},Nd=e=>{let t=[],n=!1;for(let r of e){let e=r.trim();if(Ad.test(r)){n=!0;continue}if(!n)continue;if(e&&!e.startsWith(`-`)&&e.includes(`:`))break;if(!e.startsWith(`-`))continue;let i=kd.exec(r)?.groups?.pattern?.trim();i&&i!==``&&t.push(i)}return t},Pd=e=>{let{name:t}=e;if(typeof t==`string`)return t},Fd=e=>{let{description:t}=e;if(typeof t==`string`)return t},Id=/[/\\]/u,Ld=e=>re(e)?!1:e.split(Id).every(e=>e!==`.`&&e!==`..`),Rd=async(e,t,n=!1)=>{try{let r=ie(await c(e),await c(t));if(n&&r===``)return!0;let i=r===`..`||r.startsWith(`..`+oe);return r!==``&&!i&&!re(r)}catch{return!1}},zd=async(e,t)=>{try{let n=m(t,`package.json`);return await Rd(e,n)?(await o(n,`utf8`),!0):!1}catch{return!1}},Bd=async(e,t)=>{try{let n=m(e,t);if(!await Rd(e,n,t===`.`))return[];let r=(await s(n,{withFileTypes:!0})).filter(e=>e.isDirectory()).map(async r=>{if(await zd(e,m(n,r.name)))return m(t,r.name)});return(await Promise.all(r)).filter(e=>e!==void 0)}catch{return[]}},Vd=async(e,t)=>{if(!Ld(t)||t.startsWith(`!`)||t.includes(`**`)||(t.match(/\*/gu)??[]).length>1)return[];if(t.endsWith(`/*`)){let n=t.slice(0,-2);return Bd(e,n)}if(t===`*`)return Bd(e,`.`);if(!t.includes(`*`)){let n=m(e,t);if(await Rd(e,n)&&await zd(e,n))return[t]}return[]},Hd=async(e,t)=>{try{let n=m(t,`package.json`);if(!await Rd(e,n))return;let r=await o(n,`utf8`),i=JSON.parse(r);return{description:Fd(i),name:Pd(i)}}catch{return}},Ud=e=>{let t=e.map(e=>[e.path,e]),n=[...new Map(t).values()];return n.sort((e,t)=>e.path.localeCompare(t.path)),n},Wd=async(e,t)=>{let n=new Set;try{if(!await Rd(e,t))return n;let r=await o(t,`utf8`);Md(JSON.parse(r).workspaces).forEach(e=>n.add(e))}catch{}return n},Gd=async(e,t)=>{let n=new Set;try{if(!await Rd(e,t))return n;Nd((await o(t,`utf8`)).split(`
|
|
354
|
-
`)).forEach(e=>n.add(e))}catch{}return n},Kd=async(e,t)=>{let n=new Set,r=[...t].map(t=>Vd(e,t));return(await Promise.all(r)).forEach(e=>{e.forEach(e=>n.add(e))}),n},qd=async(e,t)=>{let n=m(e,t);if(!await Rd(e,n))return;let r=await Hd(e,n);if(r?.name)return{description:r.description,name:r.name,path:t}},Jd=async(e,t)=>{let n=[...t].map(t=>qd(e,t));return(await Promise.all(n)).filter(e=>e!==void 0)},Yd=async e=>{let t=m(e,`package.json`),n=m(e,`pnpm-workspace.yaml`),r=await Wd(e,t),i=await Gd(e,n),a=new Set;if(r.forEach(e=>a.add(e)),i.forEach(e=>a.add(e)),a.size===0)return[];let o=await Kd(e,a),s=await Jd(e,o);return Ud(s)},Xd=async()=>{let e=[];for await(let t of process.stdin)e.push(Buffer.from(t));return Buffer.concat(e).toString(`utf8`)},Zd=()=>({env:process.env,errLine:e=>{process.stderr.write(`${e}\n`)},fetcher:e=>fetch(e),nodeVersion:process.version,out:e=>{process.stdout.write(`${e}\n`)},readStdin:Xd,runner:new bd});var Qd=class extends Error{constructor(e,t,n){super(n),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=t,this.exitCode=e,this.nestedError=void 0}},$d=class extends Qd{constructor(e){super(1,`commander.invalidArgument`,e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}},ef=class{constructor(e,t){switch(this.description=t||``,this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,e[0]){case`<`:this.required=!0,this._name=e.slice(1,-1);break;case`[`:this.required=!1,this._name=e.slice(1,-1);break;default:this.required=!0,this._name=e;break}this._name.endsWith(`...`)&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_collectValue(e,t){return t===this.defaultValue||!Array.isArray(t)?[e]:(t.push(e),t)}default(e,t){return this.defaultValue=e,this.defaultValueDescription=t,this}argParser(e){return this.parseArg=e,this}choices(e){return this.argChoices=e.slice(),this.parseArg=(e,t)=>{if(!this.argChoices.includes(e))throw new $d(`Allowed choices are ${this.argChoices.join(`, `)}.`);return this.variadic?this._collectValue(e,t):e},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function tf(e){let t=e.name()+(e.variadic===!0?`...`:``);return e.required?`<`+t+`>`:`[`+t+`]`}var nf=class{constructor(){this.helpWidth=void 0,this.minWidthToWrap=40,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}prepareContext(e){this.helpWidth=this.helpWidth??e.helpWidth??80}visibleCommands(e){let t=e.commands.filter(e=>!e._hidden),n=e._getHelpCommand();return n&&!n._hidden&&t.push(n),this.sortSubcommands&&t.sort((e,t)=>e.name().localeCompare(t.name())),t}compareOptions(e,t){let n=e=>e.short?e.short.replace(/^-/,``):e.long.replace(/^--/,``);return n(e).localeCompare(n(t))}visibleOptions(e){let t=e.options.filter(e=>!e.hidden),n=e._getHelpOption();if(n&&!n.hidden){let r=n.short&&e._findOption(n.short),i=n.long&&e._findOption(n.long);!r&&!i?t.push(n):n.long&&!i?t.push(e.createOption(n.long,n.description)):n.short&&!r&&t.push(e.createOption(n.short,n.description))}return this.sortOptions&&t.sort(this.compareOptions),t}visibleGlobalOptions(e){if(!this.showGlobalOptions)return[];let t=[];for(let n=e.parent;n;n=n.parent){let e=n.options.filter(e=>!e.hidden);t.push(...e)}return this.sortOptions&&t.sort(this.compareOptions),t}visibleArguments(e){return e._argsDescription&&e.registeredArguments.forEach(t=>{t.description=t.description||e._argsDescription[t.name()]||``}),e.registeredArguments.find(e=>e.description)?e.registeredArguments:[]}subcommandTerm(e){let t=e.registeredArguments.map(e=>tf(e)).join(` `);return e._name+(e._aliases[0]?`|`+e._aliases[0]:``)+(e.options.length?` [options]`:``)+(t?` `+t:``)}optionTerm(e){return e.flags}argumentTerm(e){return e.name()}longestSubcommandTermLength(e,t){return t.visibleCommands(e).reduce((e,n)=>Math.max(e,this.displayWidth(t.styleSubcommandTerm(t.subcommandTerm(n)))),0)}longestOptionTermLength(e,t){return t.visibleOptions(e).reduce((e,n)=>Math.max(e,this.displayWidth(t.styleOptionTerm(t.optionTerm(n)))),0)}longestGlobalOptionTermLength(e,t){return t.visibleGlobalOptions(e).reduce((e,n)=>Math.max(e,this.displayWidth(t.styleOptionTerm(t.optionTerm(n)))),0)}longestArgumentTermLength(e,t){return t.visibleArguments(e).reduce((e,n)=>Math.max(e,this.displayWidth(t.styleArgumentTerm(t.argumentTerm(n)))),0)}commandUsage(e){let t=e._name;e._aliases[0]&&(t=t+`|`+e._aliases[0]);let n=``;for(let t=e.parent;t;t=t.parent)n=t.name()+` `+n;return n+t+` `+e.usage()}commandDescription(e){return e.description()}subcommandDescription(e){return e.summary()||e.description()}optionDescription(e){let t=[];if(e.argChoices&&t.push(`choices: ${e.argChoices.map(e=>JSON.stringify(e)).join(`, `)}`),e.defaultValue!==void 0&&(e.required||e.optional||e.isBoolean()&&typeof e.defaultValue==`boolean`)&&t.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),e.presetArg!==void 0&&e.optional&&t.push(`preset: ${JSON.stringify(e.presetArg)}`),e.envVar!==void 0&&t.push(`env: ${e.envVar}`),t.length>0){let n=`(${t.join(`, `)})`;return e.description?`${e.description} ${n}`:n}return e.description}argumentDescription(e){let t=[];if(e.argChoices&&t.push(`choices: ${e.argChoices.map(e=>JSON.stringify(e)).join(`, `)}`),e.defaultValue!==void 0&&t.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),t.length>0){let n=`(${t.join(`, `)})`;return e.description?`${e.description} ${n}`:n}return e.description}formatItemList(e,t,n){return t.length===0?[]:[n.styleTitle(e),...t,``]}groupItems(e,t,n){let r=new Map;return e.forEach(e=>{let t=n(e);r.has(t)||r.set(t,[])}),t.forEach(e=>{let t=n(e);r.has(t)||r.set(t,[]),r.get(t).push(e)}),r}formatHelp(e,t){let n=t.padWidth(e,t),r=t.helpWidth??80;function i(e,r){return t.formatItem(e,n,r,t)}let a=[`${t.styleTitle(`Usage:`)} ${t.styleUsage(t.commandUsage(e))}`,``],o=t.commandDescription(e);o.length>0&&(a=a.concat([t.boxWrap(t.styleCommandDescription(o),r),``]));let s=t.visibleArguments(e).map(e=>i(t.styleArgumentTerm(t.argumentTerm(e)),t.styleArgumentDescription(t.argumentDescription(e))));if(a=a.concat(this.formatItemList(`Arguments:`,s,t)),this.groupItems(e.options,t.visibleOptions(e),e=>e.helpGroupHeading??`Options:`).forEach((e,n)=>{let r=e.map(e=>i(t.styleOptionTerm(t.optionTerm(e)),t.styleOptionDescription(t.optionDescription(e))));a=a.concat(this.formatItemList(n,r,t))}),t.showGlobalOptions){let n=t.visibleGlobalOptions(e).map(e=>i(t.styleOptionTerm(t.optionTerm(e)),t.styleOptionDescription(t.optionDescription(e))));a=a.concat(this.formatItemList(`Global Options:`,n,t))}return this.groupItems(e.commands,t.visibleCommands(e),e=>e.helpGroup()||`Commands:`).forEach((e,n)=>{let r=e.map(e=>i(t.styleSubcommandTerm(t.subcommandTerm(e)),t.styleSubcommandDescription(t.subcommandDescription(e))));a=a.concat(this.formatItemList(n,r,t))}),a.join(`
|
|
345
|
+
`.replaceAll(`{{CLI_VERSION}}`,t)),`seeded`),tc=(e,t)=>{let n={...e};for(let[e,r]of Object.entries(t)){let t=n[e];t===void 0?n[e]=r:Gs(t)&&Gs(r)&&(n[e]=tc(t,r))}return n},nc={meta:{},refs:{},settings:{}},rc=async e=>{try{return await qs(e)}catch(e){if(e instanceof _&&e.code===`not_found`)return;throw e}},ic=e=>{if(e!==void 0&&e>1)throw b(`config schema ${e} is newer than this CLI supports — upgrade refs`)},ac=async(e,t,n)=>{let r=Ks(t.meta,{});if(r.cli_version===n)return;let i={...t,meta:{...r,cli_version:n}};await zs(e.configPath,Rs(i))},oc=async(e,t,n)=>{await r(e.configPath,Bs(e));let i=tc(t,nc),a=Ks(i.meta,{}),o={...i,meta:{...a,cli_version:n,schema_version:1}},s=ss.safeParse(o);if(!s.success)throw b(`config in ${e.configPath} is malformed beyond automatic migration (backup preserved at ${Bs(e)}): ${O(s.error)}`);await zs(e.configPath,Rs(o))},sc=async(e,t,n)=>{let r=Js(t,e.configPath),i=Xs(r);return ic(i),i===1?(await ac(e,r,n),`noop`):(await oc(e,r,n),`migrated`)},cc=async(e,t)=>{let n=await rc(e);return n===void 0?(await ec(e,t),`seeded`):sc(e,n,t)},lc=e=>{let t=e.stderr.trim()||e.stdout.trim()||`exit code ${e.exitCode}`,n=t.split(`
|
|
346
|
+
`)[0]??t;return n.length<=200?n:`${n.slice(0,200)}…`},uc=(e,t)=>t?`restored`:e.oldSha===e.newSha?`fresh`:`updated`,dc=(e,t)=>{let n=[];if(e&&n.push(`checkout had local changes (managed checkouts are read-only) — discarded and restored to the remote state`),t!==void 0&&n.push(t),n.length!==0)return n.join(` | `)},fc=e=>{let{branchRenamedTo:t,dirty:n,setHeadWarning:r,shas:i}=e,a={...i,status:uc(i,n)};t!==void 0&&(a.branchRenamedTo=t);let o=dc(n,r);return o!==void 0&&(a.warning=o),a},pc=(e,t,n)=>{let r={dirty:t,shas:n};return e.branchRenamedTo!==void 0&&(r.branchRenamedTo=e.branchRenamedTo),e.warning!==void 0&&(r.setHeadWarning=e.warning),r},G=e=>le(m(e,`.git`)),mc=e=>`refusing to sync ${e}: not a refs-managed checkout`,hc=async(e,t)=>{if(!G(t))throw b(mc(t));let n=await e.run(`git`,[`config`,`--local`,`--get`,`core.hooksPath`],{cwd:t});if(n.exitCode!==0||n.stdout.trim()===``)throw b(mc(t))},gc=/filtering not recognized/iu,_c=e=>e===void 0?{}:{cwd:e},K=(e,t,n)=>({action:e,args:t,cmd:`git`,..._c(n)}),vc=async(e,t)=>{let n=await e.run(t.cmd,t.args,_c(t.cwd));if(n.exitCode===0)return n;let r=n.stderr.trim()||n.stdout.trim()||`exit code ${n.exitCode}`;throw b(`${t.action} failed: ${r}`)},yc=async(e,t)=>{let n=[`clone`,`-q`];t.mode===`blobless`&&n.push(`--filter=blob:none`),n.push(t.cloneUrl,t.dest);let r=await vc(e,K(`git clone`,n));return await vc(e,K(`git config core.hooksPath`,[`config`,`core.hooksPath`,t.hooksDir],t.dest)),t.mode===`blobless`&&gc.test(r.stderr)?{effectiveMode:`full`,warning:`server did not honour the partial-clone filter (blob:none); fell back to a full clone`}:{effectiveMode:t.mode}},bc=async(e,t)=>{let n=await e.run(`git`,[`symbolic-ref`,`--short`,`refs/remotes/origin/HEAD`],{cwd:t});if(n.exitCode!==0)return;let r=n.stdout.trim();return r.startsWith(`origin/`)?r.slice(7):r},xc=async(e,t)=>{let n=await bc(e,t);if(n!==void 0)return n;await e.run(`git`,[`remote`,`set-head`,`origin`,`--auto`],{cwd:t});let r=await bc(e,t);if(r!==void 0)return r;throw b(`could not detect the default branch for checkout: ${t}`)},Sc=async(e,t)=>(await vc(e,K(`git rev-parse HEAD`,[`rev-parse`,`HEAD`],t))).stdout.trim(),Cc=async(e,t)=>(await vc(e,K(`git status --porcelain`,[`status`,`--porcelain`],t))).stdout.trim()!==``,wc=async(e,t)=>{await vc(e,K(`git fetch`,[`fetch`,`--prune`,`--tags`,`origin`],t.dir));let n=await e.run(`git`,[`remote`,`set-head`,`origin`,`--auto`],{cwd:t.dir}),r=await xc(e,t.dir),i={branch:r};return r!==t.defaultBranch&&(i.branchRenamedTo=r),n.exitCode!==0&&(i.warning=`could not refresh origin/HEAD: ${lc(n)}`),i},Tc=e=>[K(`git reset --hard HEAD (pre-checkout)`,[`reset`,`--hard`,`HEAD`],e),K(`git clean -fd`,[`clean`,`-fd`],e)],Ec=async(e,t)=>{let{branch:n,dir:r,dirty:i}=t,a=[];i&&a.push(...Tc(r)),a.push(K(`git checkout -B`,[`checkout`,`-B`,n,`origin/${n}`],r),K(`git reset --hard`,[`reset`,`--hard`,`origin/${n}`],r));for(let t of a)await vc(e,t)},Dc=async(e,t)=>{await hc(e,t.dir);let n=await Sc(e,t.dir),r=await wc(e,t),i=await Cc(e,t.dir);return await Ec(e,{branch:r.branch,dir:t.dir,dirty:i}),fc(pc(r,i,{newSha:await Sc(e,t.dir),oldSha:n}))},Oc=async(e,t,n=20)=>(await vc(e,K(`git tag`,[`tag`,`--sort=-version:refname`],t))).stdout.split(`
|
|
347
|
+
`).map(e=>e.trim()).filter(e=>e!==``).slice(0,n),kc=async(e,t,n)=>(await e.run(`git`,[`show-ref`,`--verify`,`--`,`refs/tags/${n}`],{cwd:t})).exitCode===0,Ac=[`#!/bin/sh`,`echo "refs: this checkout is a managed read-only reference — commits are blocked" >&2`,`exit 1`,``].join(`
|
|
348
|
+
`),jc=async e=>{await Promise.all([`pre-commit`,`pre-push`].map(async n=>{let r=m(e.hooksDir,n);await zs(r,Ac),await t(r,493)}))},Mc=/\d+\.\d+\.\d+(?:-[0-9A-Za-z.-]+)?(?:\+[0-9A-Za-z.-]+)?/u,Nc=/\d+\.\d+\.\d+/gu,Pc=e=>es.safeParse(e).success,Fc=e=>{let t=e.match(Nc);return t!==null&&t.length>1},Ic=e=>{let t=Mc.exec(e);if(!t||Fc(e))return;let[n]=t,r=e.replace(n,`{version}`);if(Pc(r))return r},Lc=(e,t,n)=>{let r=e.get(t);r===void 0?e.set(t,{count:1,index:n}):r.count+=1},Rc=e=>{let t=new Map;for(let[n,r]of e.entries()){let e=Ic(r);e&&Lc(t,e,n)}return t},zc=(e,t)=>e.count>t.count||e.count===t.count&&e.index<t.index,Bc=e=>{let t=[...e.entries()],[n]=t;if(n===void 0)return null;let[r,i]=n;return t.slice(1).reduce(({format:e,data:t},[n,r])=>zc(r,t)?{data:r,format:n}:{data:t,format:e},{data:i,format:r}).format},Vc=e=>{let t=Rc(e);return Bc(t)},Hc=(e,t)=>e.replaceAll(`{version}`,()=>t),Uc=async(e,t,n,r)=>{let i=Hc(n,r);if(!await kc(e,t,i))throw v(`tag '${i}' not found in ${t} — check the version or tag_format`);return i},Wc=/^(?<scheme>[a-z][a-z0-9+.-]*:\/\/)?[\s\S]*@/iu,q=e=>{let t=e.replace(Wc,`$<scheme><redacted>@`);return t.length<=200?t:`${t.slice(0,200)}…`},Gc=/^git@(?<host>[^:/\s]+):(?<path>[^\s]+)$/u,Kc=/^git\+/u,qc={"https:":`443`,"ssh:":`22`},Jc=e=>e.replace(/\.git$/u,``),Yc=e=>e.split(`/`).some(e=>e===`.`||e===`..`),Xc=e=>e.includes(`\\`),Zc=e=>e.includes(`%`),Qc=e=>{let t=z.safeParse(e);if(!t.success)throw b(`not a supported git url: derived key '${q(e)}' is invalid`);return t.data},$c=({host:e,port:t,protocol:n})=>{let r=qc[n];return t===``||t===r?e.toLowerCase():`${e.toLowerCase()}_${t}`},el=e=>{let t=Jc(e.path.replace(/^\/+/u,``).replace(/\/+$/u,``));return Qc(`${$c(e)}/${t}`)},tl=e=>{let t=decodeURIComponent(e).split(`/`).filter(e=>e!==``);if(t.length<2)throw b(`not a supported git url: file url path must have at least 2 segments`);let n=t.at(-2)??``,r=t.at(-1)??``;return Qc(`local/${n}/${r}`)},nl=(e,t)=>{try{return new URL(e)}catch{throw b(`not a supported git url: ${q(t)}`)}},rl=e=>{if(e.password!==``)throw b(`not a supported git url: credentials embedded in url`);if(e.protocol===`https:`&&e.username!==``)throw b(`not a supported git url: credentials embedded in https url`)},il=(e,t)=>{if(e.protocol===`file:`){if(!t)throw b(`not a supported git url: unsupported protocol ${e.protocol}`);return tl(e.pathname)}if(e.protocol!==`https:`&&e.protocol!==`ssh:`)throw b(`not a supported git url: unsupported protocol ${e.protocol}`);return rl(e),el({host:e.hostname,path:e.pathname,port:e.port,protocol:e.protocol})},al=(e,t)=>{if(Zc(e))throw b(`not a supported git url: percent-encoding not supported in ${q(t)}`);if(e.includes(`:`))throw b(`not a supported git url: ambiguous ':' in scp-style path ${q(t)}; use the ssh:// url form instead`);if(e.startsWith(`/`)||e.startsWith(`~`))throw b(`not a supported git url: ambiguous absolute/home-relative scp path in ${q(t)}; use the ssh:// url form instead`)},ol=(e,t)=>{let n=e.groups?.path??``;return al(n,t),el({host:e.groups?.host??``,path:n,port:``,protocol:`ssh:`})},sl=(e,t)=>{if(Xc(e))throw b(`not a supported git url: backslash not allowed in ${q(t)}`)},cl=(e,t)=>{if(Yc(e))throw b(`not a supported git url: path traversal segment in ${q(t)}`)},ll=(e,t,n)=>{if(e.protocol!==`file:`&&Zc(t))throw b(`not a supported git url: percent-encoding not supported in ${q(n)}`)},ul=(e,t)=>{let n=t?.allowFileUrls??!1,r=e.replace(Kc,``);sl(r,e),cl(r,e);let i=Gc.exec(r);if(i?.groups!==void 0)return{cloneUrl:r,key:ol(i,e)};let a=nl(r,e);return ll(a,r,e),{cloneUrl:r,key:il(a,n)}},dl=`.git`,fl=e=>e.replace(/^\/+/u,``).replace(/\/+$/u,``),pl=e=>e.endsWith(dl)?e:`${e}${dl}`,ml=(e,t)=>`https://${e.toLowerCase()}/${fl(t)}`,hl=(e,t)=>`git@${e.toLowerCase()}:${pl(fl(t))}`,gl=e=>{if(e===`https:`)return`https`;if(e===`ssh:`)return`ssh`;throw b(`not a supported git url: unsupported protocol ${e}`)},_l=(e,t,n)=>{let r=qc[e.protocol];if(e.port!==``&&e.port!==r)throw b(`cannot apply git_transport=${t} to ${q(n)}: its non-default port ${e.port} cannot be expressed in the ${t} url form — add the repo with an explicit url instead`)},vl=(e,t)=>t===`https`?ml(e.hostname,e.pathname):hl(e.hostname,e.pathname),yl=(e,t,n)=>{let r=ul(t).key;if(r!==n)throw b(`git_transport transform changed repo identity: '${q(e)}' → '${t}' (key '${n}' → '${r}')`);return t},bl=(e,t)=>{if(t.transport===`ssh`)return t.cloneUrl;let n=e.groups?.host??``,r=e.groups?.path??``;return yl(t.cloneUrl,ml(n,r),t.originalKey)},xl=e=>{let t=nl(e.cloneUrl,e.cloneUrl);return gl(t.protocol)===e.transport?e.cloneUrl:(_l(t,e.transport,e.cloneUrl),yl(e.cloneUrl,vl(t,e.transport),e.originalKey))},Sl=(e,t)=>{if(e.startsWith(`file:`))return e;let n={cloneUrl:e,originalKey:ul(e).key,transport:t},r=Gc.exec(e);return r?.groups===void 0?xl(n):bl(r,n)},Cl=`meta.json`,wl=e=>{if(typeof e==`object`&&e&&`code`in e){let{code:t}=e;if(typeof t==`string`)return t}},Tl=e=>{try{return process.kill(e,0),!0}catch(e){return wl(e)!==`ESRCH`}},El=e=>{try{return JSON.parse(e)}catch{return}},Dl=async e=>{try{return await o(e,`utf8`)}catch{return}},Ol=e=>{if(typeof e!=`string`)return;let t=Date.parse(e);if(!Number.isNaN(t))return t},kl=e=>{if(typeof e!=`object`||!e)return;let t=e,{pid:n}=t,r=Ol(t.acquired_at);if(typeof n==`number`&&r!==void 0)return{acquiredAtMs:r,pid:n}},Al=async e=>{let t=await Dl(m(e,Cl));if(t!==void 0)return kl(El(t))},jl=e=>{if(typeof e!=`object`||!e)return;let{token:t}=e;if(typeof t==`string`)return t},Ml=async e=>{let t=await Dl(m(e,Cl));if(t!==void 0)return jl(El(t))},Nl=async e=>{try{return(await f(e)).mtimeMs}catch{return}},Pl=async(e,t)=>{let n=m(e,Cl),r=`${n}.tmp-${se()}`;await ee(r,t,`utf8`),await l(r,n)},Fl=async(e,t)=>{await Pl(e,JSON.stringify({acquired_at:new Date().toISOString(),pid:process.pid,token:t}))},Il=/^[a-zA-Z0-9][a-zA-Z0-9_.:-]*$/u,Ll=async e=>{let t=await Al(e);if(t===void 0){let t=await Nl(e);return t!==void 0&&Date.now()-t>5e3}return Date.now()-t.acquiredAtMs>6e5||!Tl(t.pid)},Rl=async(e,t)=>{try{await Fl(e,t)}catch(e){if(wl(e)===`ENOENT`)return`retry`;throw e}return t},zl=async e=>{try{return await a(e,{recursive:!1}),!0}catch(e){if(wl(e)===`EEXIST`)return!1;throw e}},Bl=async e=>{if(!await zl(e))return;let t=await Rl(e,se());return t===`retry`?Bl(e):t},Vl=e=>m(e.locksDir,`${e.name}.steal-claim`),Hl=e=>m(e.locksDir,`${e.name}.steal.${se()}`),Ul=async e=>{try{return await a(e,{recursive:!1}),!0}catch(e){if(wl(e)===`EEXIST`)return!1;throw e}},Wl=async e=>{let t=await Nl(e);return t!==void 0&&Date.now()-t>2e3},Gl=async e=>await Ul(e)?!0:await Wl(e)?(await u(e,{force:!0,recursive:!0}),Ul(e)):!1,Kl=async e=>{let t=Hl(e);try{await l(e.lockPath,t)}catch(e){if(wl(e)===`ENOENT`)return;throw e}return t},ql=async e=>{if(!await Ll(e.lockPath))return;let t=await Kl(e);t!==void 0&&await u(t,{force:!0,recursive:!0})},Jl=async e=>{let t=Vl(e);if(await Gl(t))try{await ql(e)}finally{await u(t,{force:!0,recursive:!0})}},Yl=async(e,t)=>{if(await Ll(e.lockPath)){await Jl(e);return}if(Date.now()>=t)throw ve(`lock ${e.name} is held — another refs process is running`);await fe(100)},Xl=async(e,t)=>{let n=await Bl(e.lockPath);return n===void 0?(await Yl(e,t),Xl(e,t)):n},Zl=async(e,t)=>{await Ml(e)===t&&await u(e,{force:!0,recursive:!0})},Ql=e=>{if(e===`.`||e===`..`||!Il.test(e))throw b(`lock name must not contain "/" or other unsafe characters — only letters, digits, and "_.:-" are allowed, and it may not be "." or "..": ${e}`)},J=async(e,t,n,r)=>{Ql(t);let i={lockPath:m(e.locksDir,t),locksDir:e.locksDir,name:t};await a(e.locksDir,{recursive:!0});let o=Date.now()+(r?.timeoutMs??1e4),s=await Xl(i,o);try{return await n()}finally{await Zl(i.lockPath,s)}},$l=no({directory:I().optional(),url:I().optional()}),eu=no({repository:io([I(),$l]).optional()}),tu=/^(?:@[a-z0-9-~][a-z0-9._~-]*\/)?[a-z0-9-~][a-z0-9._~-]*$/u,nu=new Set([`node_modules`,`favicon.ico`]),ru=e=>v(`package '${e}' has no usable repository field — find the repository and run: refs add <git-url>`),iu=e=>{let[t,n]=e.split(`/`);return n??t??e},au=e=>{if(e.length>214)throw y(`invalid package name: '${e}' exceeds maximum length of 214 characters`);if(!tu.test(e))throw y(`invalid package name: '${e}' does not match npm naming rules`);let t=iu(e);if(nu.has(t))throw y(`invalid package name: '${e}' uses a reserved name`)},ou=e=>e.replace(`/`,`%2F`),su=e=>typeof e==`string`?e:e?.url,cu=e=>{if(typeof e==`object`&&e?.directory){let t=ts.safeParse(e.directory);if(t.success)return t.data}},lu=async(e,t)=>{try{return await e.json()}catch{throw b(`invalid npm registry response for '${t}': not parseable JSON`)}},uu=async(e,t)=>{let n=await e(`https://registry.npmjs.org/${ou(t)}`);if(n.status===404)throw v(`npm package '${t}' not found`);if(n.status!==200)throw b(`failed to fetch npm package '${t}': status ${n.status}`);let r=await lu(n,t),i=eu.safeParse(r);if(!i.success)throw b(`invalid npm package response for '${t}'`);return i.data},du=(e,t)=>{try{return ul(e)}catch{throw ru(t)}},fu=async(e,t)=>{au(t);let n=await uu(e,t),r=su(n.repository);if(r===void 0||r===``)throw ru(t);let{cloneUrl:i,key:a}=du(r,t),o=cu(n.repository);return o===void 0?{cloneUrl:i,key:a}:{cloneUrl:i,directory:o,key:a}},pu=new Set;let mu=!1;const hu=()=>{for(let e of pu)try{e.kill(`SIGKILL`)}catch{}},gu=[`SIGINT`,`SIGTERM`,`SIGHUP`],_u=e=>{let t=()=>{hu(),process.removeListener(e,t),process.kill(process.pid,e)};process.on(e,t)},vu=()=>{mu||(mu=!0,gu.forEach(e=>{_u(e)}),process.on(`exit`,hu))},yu=()=>{let e=[],t=0,n=!1;return{finish:()=>({text:Buffer.concat(e).toString(`utf8`),truncated:n}),push:r=>{if(n)return;let i=67108864-t;if(r.length<=i){e.push(r),t+=r.length;return}i>0&&e.push(r.subarray(0,i)),n=!0}}},bu=(e,t)=>[e.replace(/\r?\n$/u,``),t].filter(e=>e!==``).join(`
|
|
349
|
+
`),xu=(e,t,n)=>{let r=e;return t.truncated&&(r=bu(r,`refs: stdout exceeded 67108864 bytes, truncated`)),n.truncated&&(r=bu(r,`refs: stderr exceeded 67108864 bytes, truncated`)),r},Su={clear:()=>{},markedTimedOut:()=>!1},Cu=(e,t)=>{if(t===void 0)return Su;let n=!1,r,i=setTimeout(()=>{n=!0,e.kill(`SIGTERM`),r=setTimeout(()=>{e.kill(`SIGKILL`)},2e3)},t);return{clear:()=>{clearTimeout(i),r!==void 0&&clearTimeout(r)},markedTimedOut:()=>n}},wu=e=>e===void 0?{}:{cwd:e},Tu=(e,t)=>bu(e,`refs: command timed out after ${String(t)}ms`),Eu=(e,t)=>({exitCode:124,stderr:Tu(e,t),stdout:``,timedOut:!0}),Du=(e,t,n)=>{let r=ge(e,t,{...wu(n?.cwd),stdio:[`ignore`,`pipe`,`pipe`]});pu.add(r);let i=yu(),a=yu();return r.stdout.on(`data`,e=>{i.push(e)}),r.stderr.on(`data`,e=>{a.push(e)}),{child:r,stderrCollector:a,stdoutCollector:i,timeout:Cu(r,n?.timeoutMs)}},Ou=(e,t,n)=>{try{return Du(e,t,n)}catch(e){return{exitCode:127,stderr:Au(e),stdout:``}}},ku=e=>!(`child`in e),Au=e=>e instanceof Error?e.message:String(e),ju=async e=>{try{let[t]=await me(e,`close`);return{code:t}}catch(e){return{code:null,errorMessage:Au(e)}}},Mu=e=>e===null?1:e,Nu=(e,t)=>t.truncated?{...e,stdoutTruncated:!0}:e,Pu=e=>e.timedOut?Eu(e.stderr.text,e.timeoutMs):e.errorMessage===void 0?Nu({exitCode:Mu(e.code),stderr:xu(e.stderr.text,e.stdout,e.stderr),stdout:e.stdout.text},e.stdout):Nu({exitCode:127,stderr:bu(e.stderr.text,e.errorMessage),stdout:e.stdout.text},e.stdout);var Fu=class{async run(e,t,n){vu();let r=Ou(e,t,n);if(ku(r))return r;let i=await ju(r.child);return pu.delete(r.child),r.timeout.clear(),Pu({code:i.code,errorMessage:i.errorMessage,stderr:r.stderrCollector.finish(),stdout:r.stdoutCollector.finish(),timedOut:r.timeout.markedTimedOut(),timeoutMs:n?.timeoutMs})}};const Iu=as.partial({description:!0}),Lu=R({default_branch:I().min(1),key:z,tag_format_candidate:es.nullable(),url:I().min(1)});Lu.extend({description:I().default(``),packages:Bo(Iu)});const Ru=Lu.extend({description:I().min(1),packages:Bo(as)}),zu=R({effective_clone_mode:Qo.optional(),head_sha:I().regex(/^[0-9a-f]{40}$/u,`head_sha must be a 40-character lowercase hex string`).optional(),last_error:I().optional(),last_fetched_at:ra().optional(),pending_proposal_at:ra().optional()}),Bu=R({refs:Ro(e=>e.length>0&&!Lo.has(e),()=>`state ref key must be non-empty and not "__proto__", "constructor", or "prototype"`,co(I(),zu)).default({})}),Y=(e,t,n)=>t?.[e]??n[e],Vu=async e=>{try{return await o(e.statePath,`utf8`)}catch(e){if(V(e))return;throw e}},Hu=e=>{try{return JSON.parse(e)}catch{return}},X=async e=>{let t=await Vu(e);if(t===void 0)return Bu.parse({});let n=Hu(t);if(n===void 0)return Bu.parse({});let r=Bu.safeParse(n);return r.success?r.data:Bu.parse({})},Uu=async(e,t)=>{let n=Bu.safeParse(t);if(!n.success)throw b(O(n.error));await zs(e.statePath,`${JSON.stringify(n.data,void 0,2)}\n`)},Wu=/[/\\]/u,Gu={kind:`ignore`},Ku=e=>!re(e)&&e.split(Wu).every(e=>e!==`.`&&e!==`..`),qu=e=>Ku(e)&&!e.startsWith(`!`)&&!e.includes(`**`)&&(e.match(/\*/gu)??[]).length<=1,Ju=e=>qu(e)?e.endsWith(`/*`)?{baseDir:e.slice(0,-2),kind:`expand-children`}:e===`*`?{baseDir:`.`,kind:`expand-children`}:e.includes(`*`)?Gu:{dir:e,kind:`probe-dir`}:Gu,Yu=(e,t)=>{if(t&&e===``)return!0;let n=e===`..`||e.startsWith(`..`+oe);return e!==``&&!n&&!re(e)},Xu=(e,t,n)=>t.filter((e,t)=>n[t]===!0).map(t=>m(e,t)),Zu=(e,t)=>t?.name?{description:t.description,name:t.name,path:e}:void 0,Qu=e=>{let t=e.map(e=>[e.path,e]),n=[...new Map(t).values()];return n.sort((e,t)=>e.path.localeCompare(t.path)),n},$u=/^\s*-\s+["']?(?<pattern>[^"'#]+)["']?/u,ed=/^packages:\s*(?:#.*)?$/u,td=e=>typeof e==`object`&&!!e&&!Array.isArray(e),nd=e=>{if(Array.isArray(e))return e.filter(e=>typeof e==`string`);if(!td(e))return[];let{packages:t}=e;return Array.isArray(t)?t.filter(e=>typeof e==`string`):[]},rd=Symbol(`end-of-section`),id=e=>{let t=e.trim();if(t&&!t.startsWith(`-`)&&t.includes(`:`)&&!ed.test(e))return rd;if(!t.startsWith(`-`))return;let n=$u.exec(e)?.groups?.pattern?.trim();if(n)return n},ad=e=>{let t=[];for(let n of e){let e=id(n);if(e===rd)break;e!==void 0&&t.push(e)}return t},od=e=>{let t=e.findIndex(e=>ed.test(e));return t===-1?[]:ad(e.slice(t+1))},sd=e=>{let{name:t}=e;if(typeof t==`string`)return t},cd=e=>{let{description:t}=e;if(typeof t==`string`)return t},ld=async(e,t,n=!1)=>{try{return Yu(ie(await c(e),await c(t)),n)}catch{return!1}},ud=async(e,t)=>{try{let n=m(t,`package.json`);return await ld(e,n)?(await o(n,`utf8`),!0):!1}catch{return!1}},dd=async(e,t)=>{try{let n=m(e,t);if(!await ld(e,n,t===`.`))return[];let r=(await s(n,{withFileTypes:!0})).filter(e=>e.isDirectory()),i=await Promise.all(r.map(t=>ud(e,m(n,t.name))));return Xu(t,r.map(e=>e.name),i)}catch{return[]}},fd=async(e,t)=>{let n=Ju(t);if(n.kind===`expand-children`)return dd(e,n.baseDir);if(n.kind===`probe-dir`){let t=m(e,n.dir);if(await ld(e,t)&&await ud(e,t))return[n.dir]}return[]},pd=async(e,t)=>{try{let n=m(t,`package.json`);if(!await ld(e,n))return;let r=await o(n,`utf8`),i=JSON.parse(r);return{description:cd(i),name:sd(i)}}catch{return}},md=async(e,t)=>{let n=new Set;try{if(!await ld(e,t))return n;let r=await o(t,`utf8`);nd(JSON.parse(r).workspaces).forEach(e=>n.add(e))}catch{}return n},hd=async(e,t)=>{let n=new Set;try{if(!await ld(e,t))return n;od((await o(t,`utf8`)).split(`
|
|
350
|
+
`)).forEach(e=>n.add(e))}catch{}return n},gd=async(e,t)=>{let n=new Set,r=[...t].map(t=>fd(e,t));return(await Promise.all(r)).forEach(e=>{e.forEach(e=>n.add(e))}),n},_d=async(e,t)=>{let n=m(e,t);if(await ld(e,n))return Zu(t,await pd(e,n))},vd=async(e,t)=>{let n=[...t].map(t=>_d(e,t));return(await Promise.all(n)).filter(e=>e!==void 0)},yd=async e=>{let t=m(e,`package.json`),n=m(e,`pnpm-workspace.yaml`),r=await md(e,t),i=await hd(e,n),a=new Set([...r,...i]);if(a.size===0)return[];let o=await gd(e,a);return Qu(await vd(e,o))},bd=async()=>{let e=[];for await(let t of process.stdin)e.push(Buffer.from(t));return Buffer.concat(e).toString(`utf8`)},xd=()=>({env:process.env,errLine:e=>{process.stderr.write(`${e}\n`)},fetcher:e=>fetch(e),nodeVersion:process.version,out:e=>{process.stdout.write(`${e}\n`)},readStdin:bd,runner:new Fu});var Sd=class extends Error{constructor(e,t,n){super(n),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=t,this.exitCode=e,this.nestedError=void 0}},Cd=class extends Sd{constructor(e){super(1,`commander.invalidArgument`,e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}},wd=class{constructor(e,t){switch(this.description=t||``,this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,e[0]){case`<`:this.required=!0,this._name=e.slice(1,-1);break;case`[`:this.required=!1,this._name=e.slice(1,-1);break;default:this.required=!0,this._name=e;break}this._name.endsWith(`...`)&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_collectValue(e,t){return t===this.defaultValue||!Array.isArray(t)?[e]:(t.push(e),t)}default(e,t){return this.defaultValue=e,this.defaultValueDescription=t,this}argParser(e){return this.parseArg=e,this}choices(e){return this.argChoices=e.slice(),this.parseArg=(e,t)=>{if(!this.argChoices.includes(e))throw new Cd(`Allowed choices are ${this.argChoices.join(`, `)}.`);return this.variadic?this._collectValue(e,t):e},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function Td(e){let t=e.name()+(e.variadic===!0?`...`:``);return e.required?`<`+t+`>`:`[`+t+`]`}var Ed=class{constructor(){this.helpWidth=void 0,this.minWidthToWrap=40,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}prepareContext(e){this.helpWidth=this.helpWidth??e.helpWidth??80}visibleCommands(e){let t=e.commands.filter(e=>!e._hidden),n=e._getHelpCommand();return n&&!n._hidden&&t.push(n),this.sortSubcommands&&t.sort((e,t)=>e.name().localeCompare(t.name())),t}compareOptions(e,t){let n=e=>e.short?e.short.replace(/^-/,``):e.long.replace(/^--/,``);return n(e).localeCompare(n(t))}visibleOptions(e){let t=e.options.filter(e=>!e.hidden),n=e._getHelpOption();if(n&&!n.hidden){let r=n.short&&e._findOption(n.short),i=n.long&&e._findOption(n.long);!r&&!i?t.push(n):n.long&&!i?t.push(e.createOption(n.long,n.description)):n.short&&!r&&t.push(e.createOption(n.short,n.description))}return this.sortOptions&&t.sort(this.compareOptions),t}visibleGlobalOptions(e){if(!this.showGlobalOptions)return[];let t=[];for(let n=e.parent;n;n=n.parent){let e=n.options.filter(e=>!e.hidden);t.push(...e)}return this.sortOptions&&t.sort(this.compareOptions),t}visibleArguments(e){return e._argsDescription&&e.registeredArguments.forEach(t=>{t.description=t.description||e._argsDescription[t.name()]||``}),e.registeredArguments.find(e=>e.description)?e.registeredArguments:[]}subcommandTerm(e){let t=e.registeredArguments.map(e=>Td(e)).join(` `);return e._name+(e._aliases[0]?`|`+e._aliases[0]:``)+(e.options.length?` [options]`:``)+(t?` `+t:``)}optionTerm(e){return e.flags}argumentTerm(e){return e.name()}longestSubcommandTermLength(e,t){return t.visibleCommands(e).reduce((e,n)=>Math.max(e,this.displayWidth(t.styleSubcommandTerm(t.subcommandTerm(n)))),0)}longestOptionTermLength(e,t){return t.visibleOptions(e).reduce((e,n)=>Math.max(e,this.displayWidth(t.styleOptionTerm(t.optionTerm(n)))),0)}longestGlobalOptionTermLength(e,t){return t.visibleGlobalOptions(e).reduce((e,n)=>Math.max(e,this.displayWidth(t.styleOptionTerm(t.optionTerm(n)))),0)}longestArgumentTermLength(e,t){return t.visibleArguments(e).reduce((e,n)=>Math.max(e,this.displayWidth(t.styleArgumentTerm(t.argumentTerm(n)))),0)}commandUsage(e){let t=e._name;e._aliases[0]&&(t=t+`|`+e._aliases[0]);let n=``;for(let t=e.parent;t;t=t.parent)n=t.name()+` `+n;return n+t+` `+e.usage()}commandDescription(e){return e.description()}subcommandDescription(e){return e.summary()||e.description()}optionDescription(e){let t=[];if(e.argChoices&&t.push(`choices: ${e.argChoices.map(e=>JSON.stringify(e)).join(`, `)}`),e.defaultValue!==void 0&&(e.required||e.optional||e.isBoolean()&&typeof e.defaultValue==`boolean`)&&t.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),e.presetArg!==void 0&&e.optional&&t.push(`preset: ${JSON.stringify(e.presetArg)}`),e.envVar!==void 0&&t.push(`env: ${e.envVar}`),t.length>0){let n=`(${t.join(`, `)})`;return e.description?`${e.description} ${n}`:n}return e.description}argumentDescription(e){let t=[];if(e.argChoices&&t.push(`choices: ${e.argChoices.map(e=>JSON.stringify(e)).join(`, `)}`),e.defaultValue!==void 0&&t.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),t.length>0){let n=`(${t.join(`, `)})`;return e.description?`${e.description} ${n}`:n}return e.description}formatItemList(e,t,n){return t.length===0?[]:[n.styleTitle(e),...t,``]}groupItems(e,t,n){let r=new Map;return e.forEach(e=>{let t=n(e);r.has(t)||r.set(t,[])}),t.forEach(e=>{let t=n(e);r.has(t)||r.set(t,[]),r.get(t).push(e)}),r}formatHelp(e,t){let n=t.padWidth(e,t),r=t.helpWidth??80;function i(e,r){return t.formatItem(e,n,r,t)}let a=[`${t.styleTitle(`Usage:`)} ${t.styleUsage(t.commandUsage(e))}`,``],o=t.commandDescription(e);o.length>0&&(a=a.concat([t.boxWrap(t.styleCommandDescription(o),r),``]));let s=t.visibleArguments(e).map(e=>i(t.styleArgumentTerm(t.argumentTerm(e)),t.styleArgumentDescription(t.argumentDescription(e))));if(a=a.concat(this.formatItemList(`Arguments:`,s,t)),this.groupItems(e.options,t.visibleOptions(e),e=>e.helpGroupHeading??`Options:`).forEach((e,n)=>{let r=e.map(e=>i(t.styleOptionTerm(t.optionTerm(e)),t.styleOptionDescription(t.optionDescription(e))));a=a.concat(this.formatItemList(n,r,t))}),t.showGlobalOptions){let n=t.visibleGlobalOptions(e).map(e=>i(t.styleOptionTerm(t.optionTerm(e)),t.styleOptionDescription(t.optionDescription(e))));a=a.concat(this.formatItemList(`Global Options:`,n,t))}return this.groupItems(e.commands,t.visibleCommands(e),e=>e.helpGroup()||`Commands:`).forEach((e,n)=>{let r=e.map(e=>i(t.styleSubcommandTerm(t.subcommandTerm(e)),t.styleSubcommandDescription(t.subcommandDescription(e))));a=a.concat(this.formatItemList(n,r,t))}),a.join(`
|
|
355
351
|
`)}displayWidth(e){return _e(e).length}styleTitle(e){return e}styleUsage(e){return e.split(` `).map(e=>e===`[options]`?this.styleOptionText(e):e===`[command]`?this.styleSubcommandText(e):e[0]===`[`||e[0]===`<`?this.styleArgumentText(e):this.styleCommandText(e)).join(` `)}styleCommandDescription(e){return this.styleDescriptionText(e)}styleOptionDescription(e){return this.styleDescriptionText(e)}styleSubcommandDescription(e){return this.styleDescriptionText(e)}styleArgumentDescription(e){return this.styleDescriptionText(e)}styleDescriptionText(e){return e}styleOptionTerm(e){return this.styleOptionText(e)}styleSubcommandTerm(e){return e.split(` `).map(e=>e===`[options]`?this.styleOptionText(e):e[0]===`[`||e[0]===`<`?this.styleArgumentText(e):this.styleSubcommandText(e)).join(` `)}styleArgumentTerm(e){return this.styleArgumentText(e)}styleOptionText(e){return e}styleArgumentText(e){return e}styleSubcommandText(e){return e}styleCommandText(e){return e}padWidth(e,t){return Math.max(t.longestOptionTermLength(e,t),t.longestGlobalOptionTermLength(e,t),t.longestSubcommandTermLength(e,t),t.longestArgumentTermLength(e,t))}preformatted(e){return/\n[^\S\r\n]/.test(e)}formatItem(e,t,n,r){let i=` `.repeat(2);if(!n)return i+e;let a=e.padEnd(t+e.length-r.displayWidth(e)),o=(this.helpWidth??80)-t-2-2,s;return s=o<this.minWidthToWrap||r.preformatted(n)?n:r.boxWrap(n,o).replace(/\n/g,`
|
|
356
352
|
`+` `.repeat(t+2)),i+a+` `.repeat(2)+s.replace(/\n/g,`\n${i}`)}boxWrap(e,t){if(t<this.minWidthToWrap)return e;let n=e.split(/\r\n|\n/),r=/[\s]*[^\s]+/g,i=[];return n.forEach(e=>{let n=e.match(r);if(n===null){i.push(``);return}let a=[n.shift()],o=this.displayWidth(a[0]);n.forEach(e=>{let n=this.displayWidth(e);if(o+n<=t){a.push(e),o+=n;return}i.push(a.join(``));let r=e.trimStart();a=[r],o=this.displayWidth(r)}),i.push(a.join(``))}),i.join(`
|
|
357
|
-
`)}},
|
|
353
|
+
`)}},Dd=class{constructor(e,t){this.flags=e,this.description=t||``,this.required=e.includes(`<`),this.optional=e.includes(`[`),this.variadic=/\w\.\.\.[>\]]$/.test(e),this.mandatory=!1;let n=Ad(e);this.short=n.shortFlag,this.long=n.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith(`--no-`)),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0,this.helpGroupHeading=void 0}default(e,t){return this.defaultValue=e,this.defaultValueDescription=t,this}preset(e){return this.presetArg=e,this}conflicts(e){return this.conflictsWith=this.conflictsWith.concat(e),this}implies(e){let t=e;return typeof e==`string`&&(t={[e]:!0}),this.implied=Object.assign(this.implied||{},t),this}env(e){return this.envVar=e,this}argParser(e){return this.parseArg=e,this}makeOptionMandatory(e=!0){return this.mandatory=!!e,this}hideHelp(e=!0){return this.hidden=!!e,this}_collectValue(e,t){return t===this.defaultValue||!Array.isArray(t)?[e]:(t.push(e),t)}choices(e){return this.argChoices=e.slice(),this.parseArg=(e,t)=>{if(!this.argChoices.includes(e))throw new Cd(`Allowed choices are ${this.argChoices.join(`, `)}.`);return this.variadic?this._collectValue(e,t):e},this}name(){return this.long?this.long.replace(/^--/,``):this.short.replace(/^-/,``)}attributeName(){return this.negate?kd(this.name().replace(/^no-/,``)):kd(this.name())}helpGroup(e){return this.helpGroupHeading=e,this}is(e){return this.short===e||this.long===e}isBoolean(){return!this.required&&!this.optional&&!this.negate}},Od=class{constructor(e){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,e.forEach(e=>{e.negate?this.negativeOptions.set(e.attributeName(),e):this.positiveOptions.set(e.attributeName(),e)}),this.negativeOptions.forEach((e,t)=>{this.positiveOptions.has(t)&&this.dualOptions.add(t)})}valueFromOption(e,t){let n=t.attributeName();if(!this.dualOptions.has(n))return!0;let r=this.negativeOptions.get(n).presetArg,i=r!==void 0&&r;return t.negate===(i===e)}};function kd(e){return e.split(`-`).reduce((e,t)=>e+t[0].toUpperCase()+t.slice(1))}function Ad(e){let t,n,r=/^-[^-]$/,i=/^--[^-]/,a=e.split(/[ |,]+/).concat(`guard`);if(r.test(a[0])&&(t=a.shift()),i.test(a[0])&&(n=a.shift()),!t&&r.test(a[0])&&(t=a.shift()),!t&&i.test(a[0])&&(t=n,n=a.shift()),a[0].startsWith(`-`)){let t=a[0],n=`option creation failed due to '${t}' in option flags '${e}'`;throw/^-[^-][^-]/.test(t)?Error(`${n}
|
|
358
354
|
- a short flag is a single dash and a single character
|
|
359
355
|
- either use a single dash and a single character (for a short flag)
|
|
360
356
|
- or use a double dash for a long option (and can have two, like '--ws, --workspace')`):r.test(t)?Error(`${n}
|
|
361
357
|
- too many short flags`):i.test(t)?Error(`${n}
|
|
362
358
|
- too many long flags`):Error(`${n}
|
|
363
|
-
- unrecognised flag format`)}if(t===void 0&&n===void 0)throw Error(`option creation failed due to no flags found in '${e}'.`);return{shortFlag:t,longFlag:n}}function
|
|
364
|
-
- specify the name in Command constructor or using .name()`);return t||={},t.isDefault&&(this._defaultCommandName=e._name),(t.noHelp||t.hidden)&&(e._hidden=!0),this._registerCommand(e),e.parent=this,e._checkForBrokenPassThrough(),this}createArgument(e,t){return new
|
|
365
|
-
Expecting one of '${n.join(`', '`)}'`);return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(t):this._lifeCycleHooks[e]=[t],this}exitOverride(e){return e?this._exitCallback=e:this._exitCallback=e=>{if(e.code!==`commander.executeSubCommandAsync`)throw e},this}_exit(e,t,n){this._exitCallback&&this._exitCallback(new
|
|
366
|
-
- already used by option '${t.flags}'`)}this._initOptionGroup(e),this.options.push(e)}_registerCommand(e){let t=e=>[e.name()].concat(e.aliases()),n=t(e).find(e=>this._findCommand(e));if(n){let r=t(this._findCommand(n)).join(`|`),i=t(e).join(`|`);throw Error(`cannot add command '${i}' as already have command '${r}'`)}this._initCommandGroup(e),this.commands.push(e)}addOption(e){this._registerOption(e);let t=e.name(),n=e.attributeName();e.defaultValue!==void 0&&this.setOptionValueWithSource(n,e.defaultValue,`default`);let r=(t,r,i)=>{t==null&&e.presetArg!==void 0&&(t=e.presetArg);let a=this.getOptionValue(n);t!==null&&e.parseArg?t=this._callParseArg(e,t,a,r):t!==null&&e.variadic&&(t=e._collectValue(t,a)),t??=e.negate?!1:e.isBoolean()||e.optional?!0:``,this.setOptionValueWithSource(n,t,i)};return this.on(`option:`+t,t=>{let n=`error: option '${e.flags}' argument '${t}' is invalid.`;r(t,n,`cli`)}),e.envVar&&this.on(`optionEnv:`+t,t=>{let n=`error: option '${e.flags}' value '${t}' from env '${e.envVar}' is invalid.`;r(t,n,`env`)}),this}_optionEx(e,t,n,r,i){if(typeof t==`object`&&t instanceof
|
|
359
|
+
- unrecognised flag format`)}if(t===void 0&&n===void 0)throw Error(`option creation failed due to no flags found in '${e}'.`);return{shortFlag:t,longFlag:n}}function jd(e,t){if(Math.abs(e.length-t.length)>3)return Math.max(e.length,t.length);let n=[];for(let t=0;t<=e.length;t++)n[t]=[t];for(let e=0;e<=t.length;e++)n[0][e]=e;for(let r=1;r<=t.length;r++)for(let i=1;i<=e.length;i++){let a;a=e[i-1]===t[r-1]?0:1,n[i][r]=Math.min(n[i-1][r]+1,n[i][r-1]+1,n[i-1][r-1]+a),i>1&&r>1&&e[i-1]===t[r-2]&&e[i-2]===t[r-1]&&(n[i][r]=Math.min(n[i][r],n[i-2][r-2]+1))}return n[e.length][t.length]}function Md(e,t){if(!t||t.length===0)return``;t=Array.from(new Set(t));let n=e.startsWith(`--`);n&&(e=e.slice(2),t=t.map(e=>e.slice(2)));let r=[],i=3;return t.forEach(t=>{if(t.length<=1)return;let n=jd(e,t),a=Math.max(e.length,t.length);(a-n)/a>.4&&(n<i?(i=n,r=[t]):n===i&&r.push(t))}),r.sort((e,t)=>e.localeCompare(t)),n&&(r=r.map(e=>`--${e}`)),r.length>1?`\n(Did you mean one of ${r.join(`, `)}?)`:r.length===1?`\n(Did you mean ${r[0]}?)`:``}var Nd=class e extends pe{constructor(e){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!1,this.registeredArguments=[],this._args=this.registeredArguments,this.args=[],this.rawArgs=[],this.processedArgs=[],this._scriptPath=null,this._name=e||``,this._optionValues={},this._optionValueSources={},this._storeOptionsAsProperties=!1,this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._executableDir=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._description=``,this._summary=``,this._argsDescription=void 0,this._enablePositionalOptions=!1,this._passThroughOptions=!1,this._lifeCycleHooks={},this._showHelpAfterError=!1,this._showSuggestionAfterError=!0,this._savedState=null,this._outputConfiguration={writeOut:e=>h.stdout.write(e),writeErr:e=>h.stderr.write(e),outputError:(e,t)=>t(e),getOutHelpWidth:()=>h.stdout.isTTY?h.stdout.columns:void 0,getErrHelpWidth:()=>h.stderr.isTTY?h.stderr.columns:void 0,getOutHasColors:()=>Fd()??(h.stdout.isTTY&&h.stdout.hasColors?.()),getErrHasColors:()=>Fd()??(h.stderr.isTTY&&h.stderr.hasColors?.()),stripColor:e=>_e(e)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={},this._helpGroupHeading=void 0,this._defaultCommandGroup=void 0,this._defaultOptionGroup=void 0}copyInheritedSettings(e){return this._outputConfiguration=e._outputConfiguration,this._helpOption=e._helpOption,this._helpCommand=e._helpCommand,this._helpConfiguration=e._helpConfiguration,this._exitCallback=e._exitCallback,this._storeOptionsAsProperties=e._storeOptionsAsProperties,this._combineFlagAndOptionalValue=e._combineFlagAndOptionalValue,this._allowExcessArguments=e._allowExcessArguments,this._enablePositionalOptions=e._enablePositionalOptions,this._showHelpAfterError=e._showHelpAfterError,this._showSuggestionAfterError=e._showSuggestionAfterError,this}_getCommandAndAncestors(){let e=[];for(let t=this;t;t=t.parent)e.push(t);return e}command(e,t,n){let r=t,i=n;typeof r==`object`&&r&&(i=r,r=null),i||={};let[,a,o]=e.match(/([^ ]+) *(.*)/),s=this.createCommand(a);return r&&(s.description(r),s._executableHandler=!0),i.isDefault&&(this._defaultCommandName=s._name),s._hidden=!!(i.noHelp||i.hidden),s._executableFile=i.executableFile||null,o&&s.arguments(o),this._registerCommand(s),s.parent=this,s.copyInheritedSettings(this),r?this:s}createCommand(t){return new e(t)}createHelp(){return Object.assign(new Ed,this.configureHelp())}configureHelp(e){return e===void 0?this._helpConfiguration:(this._helpConfiguration=e,this)}configureOutput(e){return e===void 0?this._outputConfiguration:(this._outputConfiguration={...this._outputConfiguration,...e},this)}showHelpAfterError(e=!0){return typeof e!=`string`&&(e=!!e),this._showHelpAfterError=e,this}showSuggestionAfterError(e=!0){return this._showSuggestionAfterError=!!e,this}addCommand(e,t){if(!e._name)throw Error(`Command passed to .addCommand() must have a name
|
|
360
|
+
- specify the name in Command constructor or using .name()`);return t||={},t.isDefault&&(this._defaultCommandName=e._name),(t.noHelp||t.hidden)&&(e._hidden=!0),this._registerCommand(e),e.parent=this,e._checkForBrokenPassThrough(),this}createArgument(e,t){return new wd(e,t)}argument(e,t,n,r){let i=this.createArgument(e,t);return typeof n==`function`?i.default(r).argParser(n):i.default(n),this.addArgument(i),this}arguments(e){return e.trim().split(/ +/).forEach(e=>{this.argument(e)}),this}addArgument(e){let t=this.registeredArguments.slice(-1)[0];if(t?.variadic)throw Error(`only the last argument can be variadic '${t.name()}'`);if(e.required&&e.defaultValue!==void 0&&e.parseArg===void 0)throw Error(`a default value for a required argument is never used: '${e.name()}'`);return this.registeredArguments.push(e),this}helpCommand(e,t){if(typeof e==`boolean`)return this._addImplicitHelpCommand=e,e&&this._defaultCommandGroup&&this._initCommandGroup(this._getHelpCommand()),this;let[,n,r]=(e??`help [command]`).match(/([^ ]+) *(.*)/),i=t??`display help for command`,a=this.createCommand(n);return a.helpOption(!1),r&&a.arguments(r),i&&a.description(i),this._addImplicitHelpCommand=!0,this._helpCommand=a,(e||t)&&this._initCommandGroup(a),this}addHelpCommand(e,t){return typeof e==`object`?(this._addImplicitHelpCommand=!0,this._helpCommand=e,this._initCommandGroup(e),this):(this.helpCommand(e,t),this)}_getHelpCommand(){return this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand(`help`))?(this._helpCommand===void 0&&this.helpCommand(void 0,void 0),this._helpCommand):null}hook(e,t){let n=[`preSubcommand`,`preAction`,`postAction`];if(!n.includes(e))throw Error(`Unexpected value for event passed to hook : '${e}'.
|
|
361
|
+
Expecting one of '${n.join(`', '`)}'`);return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(t):this._lifeCycleHooks[e]=[t],this}exitOverride(e){return e?this._exitCallback=e:this._exitCallback=e=>{if(e.code!==`commander.executeSubCommandAsync`)throw e},this}_exit(e,t,n){this._exitCallback&&this._exitCallback(new Sd(e,t,n)),h.exit(e)}action(e){let t=t=>{let n=this.registeredArguments.length,r=t.slice(0,n);return this._storeOptionsAsProperties?r[n]=this:r[n]=this.opts(),r.push(this),e.apply(this,r)};return this._actionHandler=t,this}createOption(e,t){return new Dd(e,t)}_callParseArg(e,t,n,r){try{return e.parseArg(t,n)}catch(e){if(e.code===`commander.invalidArgument`){let t=`${r} ${e.message}`;this.error(t,{exitCode:e.exitCode,code:e.code})}throw e}}_registerOption(e){let t=e.short&&this._findOption(e.short)||e.long&&this._findOption(e.long);if(t){let n=e.long&&this._findOption(e.long)?e.long:e.short;throw Error(`Cannot add option '${e.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${n}'
|
|
362
|
+
- already used by option '${t.flags}'`)}this._initOptionGroup(e),this.options.push(e)}_registerCommand(e){let t=e=>[e.name()].concat(e.aliases()),n=t(e).find(e=>this._findCommand(e));if(n){let r=t(this._findCommand(n)).join(`|`),i=t(e).join(`|`);throw Error(`cannot add command '${i}' as already have command '${r}'`)}this._initCommandGroup(e),this.commands.push(e)}addOption(e){this._registerOption(e);let t=e.name(),n=e.attributeName();e.defaultValue!==void 0&&this.setOptionValueWithSource(n,e.defaultValue,`default`);let r=(t,r,i)=>{t==null&&e.presetArg!==void 0&&(t=e.presetArg);let a=this.getOptionValue(n);t!==null&&e.parseArg?t=this._callParseArg(e,t,a,r):t!==null&&e.variadic&&(t=e._collectValue(t,a)),t??=e.negate?!1:e.isBoolean()||e.optional?!0:``,this.setOptionValueWithSource(n,t,i)};return this.on(`option:`+t,t=>{let n=`error: option '${e.flags}' argument '${t}' is invalid.`;r(t,n,`cli`)}),e.envVar&&this.on(`optionEnv:`+t,t=>{let n=`error: option '${e.flags}' value '${t}' from env '${e.envVar}' is invalid.`;r(t,n,`env`)}),this}_optionEx(e,t,n,r,i){if(typeof t==`object`&&t instanceof Dd)throw Error(`To add an Option object use addOption() instead of option() or requiredOption()`);let a=this.createOption(t,n);if(a.makeOptionMandatory(!!e.mandatory),typeof r==`function`)a.default(i).argParser(r);else if(r instanceof RegExp){let e=r;r=(t,n)=>{let r=e.exec(t);return r?r[0]:n},a.default(i).argParser(r)}else a.default(r);return this.addOption(a)}option(e,t,n,r){return this._optionEx({},e,t,n,r)}requiredOption(e,t,n,r){return this._optionEx({mandatory:!0},e,t,n,r)}combineFlagAndOptionalValue(e=!0){return this._combineFlagAndOptionalValue=!!e,this}allowUnknownOption(e=!0){return this._allowUnknownOption=!!e,this}allowExcessArguments(e=!0){return this._allowExcessArguments=!!e,this}enablePositionalOptions(e=!0){return this._enablePositionalOptions=!!e,this}passThroughOptions(e=!0){return this._passThroughOptions=!!e,this._checkForBrokenPassThrough(),this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions)throw Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(e=!0){if(this.options.length)throw Error(`call .storeOptionsAsProperties() before adding options`);if(Object.keys(this._optionValues).length)throw Error(`call .storeOptionsAsProperties() before setting option values`);return this._storeOptionsAsProperties=!!e,this}getOptionValue(e){return this._storeOptionsAsProperties?this[e]:this._optionValues[e]}setOptionValue(e,t){return this.setOptionValueWithSource(e,t,void 0)}setOptionValueWithSource(e,t,n){return this._storeOptionsAsProperties?this[e]=t:this._optionValues[e]=t,this._optionValueSources[e]=n,this}getOptionValueSource(e){return this._optionValueSources[e]}getOptionValueSourceWithGlobals(e){let t;return this._getCommandAndAncestors().forEach(n=>{n.getOptionValueSource(e)!==void 0&&(t=n.getOptionValueSource(e))}),t}_prepareUserArgs(e,t){if(e!==void 0&&!Array.isArray(e))throw Error(`first parameter to parse must be array or undefined`);if(t||={},e===void 0&&t.from===void 0){h.versions?.electron&&(t.from=`electron`);let e=h.execArgv??[];(e.includes(`-e`)||e.includes(`--eval`)||e.includes(`-p`)||e.includes(`--print`))&&(t.from=`eval`)}e===void 0&&(e=h.argv),this.rawArgs=e.slice();let n;switch(t.from){case void 0:case`node`:this._scriptPath=e[1],n=e.slice(2);break;case`electron`:h.defaultApp?(this._scriptPath=e[1],n=e.slice(2)):n=e.slice(1);break;case`user`:n=e.slice(0);break;case`eval`:n=e.slice(1);break;default:throw Error(`unexpected parse option { from: '${t.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||`program`,n}parse(e,t){this._prepareForParse();let n=this._prepareUserArgs(e,t);return this._parseCommand([],n),this}async parseAsync(e,t){this._prepareForParse();let n=this._prepareUserArgs(e,t);return await this._parseCommand([],n),this}_prepareForParse(){this._savedState===null?(this.options.filter(e=>e.negate&&e.defaultValue===void 0&&this.getOptionValue(e.attributeName())===void 0).forEach(e=>{let t=e.long.replace(/^--no-/,`--`);this._findOption(t)||this.setOptionValueWithSource(e.attributeName(),!0,`default`)}),this.saveStateBeforeParse()):this.restoreStateBeforeParse()}saveStateBeforeParse(){this._savedState={_name:this._name,_optionValues:{...this._optionValues},_optionValueSources:{...this._optionValueSources}}}restoreStateBeforeParse(){if(this._storeOptionsAsProperties)throw Error(`Can not call parse again when storeOptionsAsProperties is true.
|
|
367
363
|
- either make a new Command for each call to parse, or stop storing options as properties`);this._name=this._savedState._name,this._scriptPath=null,this.rawArgs=[],this._optionValues={...this._savedState._optionValues},this._optionValueSources={...this._savedState._optionValueSources},this.args=[],this.processedArgs=[]}_checkForMissingExecutable(e,t,n){if(ce.existsSync(e))return;let r=`'${e}' does not exist
|
|
368
364
|
- if '${n}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
|
|
369
365
|
- if the default executable name is not suitable, use the executableFile option to supply a custom name or path
|
|
370
|
-
- ${t?`searched for local subcommand relative to directory '${t}'`:`no directory for search for local subcommand, use .executableDir() to supply a custom directory`}`;throw Error(r)}_executeSubCommand(e,t){t=t.slice();let n=[`.js`,`.ts`,`.tsx`,`.mjs`,`.cjs`];function r(e,t){let r=p.resolve(e,t);if(ce.existsSync(r))return r;if(n.includes(p.extname(t)))return;let i=n.find(e=>ce.existsSync(`${r}${e}`));if(i)return`${r}${i}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let i=e._executableFile||`${this._name}-${e._name}`,a=this._executableDir||``;if(this._scriptPath){let e;try{e=ce.realpathSync(this._scriptPath)}catch{e=this._scriptPath}a=p.resolve(p.dirname(e),a)}if(a){let t=r(a,i);if(!t&&!e._executableFile&&this._scriptPath){let n=p.basename(this._scriptPath,p.extname(this._scriptPath));n!==this._name&&(t=r(a,`${n}-${e._name}`))}i=t||i}let o=n.includes(p.extname(i)),s;h.platform===`win32`?(this._checkForMissingExecutable(i,a,e._name),t.unshift(i),t=
|
|
371
|
-
`),this.outputHelp({error:!0}));let n=t||{},r=n.exitCode||1,i=n.code||`commander.error`;this._exit(r,i,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in h.env){let t=e.attributeName();(this.getOptionValue(t)===void 0||[`default`,`config`,`env`].includes(this.getOptionValueSource(t)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,h.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new
|
|
372
|
-
Expecting one of '${n.join(`', '`)}'`);let r=`${e}Help`;return this.on(r,e=>{let n;n=typeof t==`function`?t({error:e.error,command:e.command}):t,n&&e.write(`${n}\n`)}),this}_outputHelpIfRequested(e){let t=this._getHelpOption();t&&e.find(e=>t.is(e))&&(this.outputHelp(),this._exit(0,`commander.helpDisplayed`,`(outputHelp)`))}};function df(e){return e.map(e=>{if(!e.startsWith(`--inspect`))return e;let t,n=`127.0.0.1`,r=`9229`,i;return(i=e.match(/^(--inspect(-brk)?)$/))===null?(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))===null?(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(t=i[1],n=i[3],r=i[4]):(t=i[1],/^\d+$/.test(i[3])?r=i[3]:n=i[3]):t=i[1],t&&r!==`0`?`${t}=${n}:${parseInt(r)+1}`:e})}function ff(){if(h.env.NO_COLOR||h.env.FORCE_COLOR===`0`||h.env.FORCE_COLOR===`false`)return!1;if(h.env.FORCE_COLOR||h.env.CLICOLOR_FORCE!==void 0)return!0}new uf;const pf=[],mf=e=>Array.isArray(e)?e:[e],Z=(e,t,n,r,i)=>{if(t.json){let t={data:r,ok:!0,warnings:i??pf};e.out(JSON.stringify(t));return}for(let t of mf(n))e.out(t);for(let t of i??pf)e.errLine(`refs: warning: ${t}`)},hf=(e,t,n)=>{if(t.json){let t={error:{code:n.code,message:n.message},ok:!1};e.out(JSON.stringify(t));return}e.errLine(`refs: ${n.message}`)},gf=(e,t)=>{e.errLine(`refs: ${t}`)},Q=(e,t,n)=>async()=>{try{await n()}catch(n){let r=be(n,{verbose:t.verbose});hf(e,t,r),process.exitCode=r.exitCode}};var _f=`0.3.0`;const vf=(e,t)=>{let n=e.refs[t];if(n===void 0)throw Error(`internal: matched ref key '${t}' is missing from config.refs`);return n},yf=(e,t)=>{if(!G(e))throw v(`checkout for '${t}' is missing — run: refs sync ${t}`)},bf=(e,t,n)=>{let r=e.packages?.[n];if(r===void 0)throw v(`no package '${n}' registered on ref '${t}'`);return r},xf=(e,t)=>{if(e===void 0)return t.def;let n=Number(e);if(!Number.isInteger(n)||n<1)throw y(`--limit must be a positive integer, got '${e}'`);return n},Sf=(e,t,n)=>e===void 0?!0:n-Date.parse(e)>t,Cf=(e,t,n)=>{let r=e.state.refs[t],i=Zo(Y(`sync_ttl`,n,e.settings));return{clone_mode:Y(`clone_mode`,n,e.settings),description:n.description,key:t,missing:!G(U(e.home,z.parse(t))),packages:Object.keys(n.packages??{}).toSorted(),stale:Sf(r?.last_fetched_at,i,e.now)}},wf=e=>{let t={home:e.home,now:e.now,settings:e.config.settings,state:e.state};return Object.entries(e.config.refs).map(([e,n])=>Cf(t,e,n)).toSorted((e,t)=>e.key.localeCompare(t.key))},Tf=async e=>{let t=H(e.env),n=await W(t),r=await X(t);return wf({config:n,home:t,now:Date.now(),state:r})},Ef=e=>{let t=[];return e.stale&&t.push(`[stale]`),e.missing&&t.push(`[missing]`),t.length===0?``:` ${t.join(` `)}`},Df=e=>e.length===0?[`no refs configured — run: refs add <source>`]:e.map(e=>`${e.key} ${e.description}${Ef(e)}`),Of=e=>e.split(`/`),kf=(e,t)=>{let n=Of(e);if(t.length>n.length)return!1;let r=n.length-t.length;return t.every((e,t)=>e===n[r+t])},$=(e,t)=>{if(Object.hasOwn(e.refs,t))return z.parse(t);let n=Of(t),r=Object.keys(e.refs).filter(e=>kf(e,n)).toSorted(),[i]=r;if(i===void 0)throw v(`no ref matches '${t}'`);if(r.length>1)throw y(`'${t}' matches more than one ref: ${r.join(`, `)}`);return z.parse(i)},Af=(e,t)=>{e.command(`list`).description(`List configured refs with their staleness/missing checkout status.`).action((e,n)=>{let r=n.optsWithGlobals(),i={json:r.json===!0,verbose:r.verbose===!0};return Q(t,i,async()=>{let e=await Tf(t);Z(t,i,Df(e),e)})()})},jf=(e,t,n)=>{if(n===void 0)return{format:e.tag_format};let r=bf(e,t,n);return{format:r.tag_format??e.tag_format,path:r.path}},Mf=e=>{let t={newTag:e.newTag,oldTag:e.oldTag};return e.packagePath!==void 0&&(t.pathScope=e.packagePath),t},Nf=async(e,t)=>{let n={newTag:t.newTag,oldTag:t.oldTag},r=Mf(t),[i,a,o,s]=await Promise.all([Sc(e.runner,t.dest,n),wc(e.runner,t.dest,{...n,limit:t.limit}),Tc(e.runner,t.dest,r),Ec(e.runner,t.dest,{...r,limit:200})]);return{commitCount:i,commits:a,diff:o,paths:s}},Pf=e=>{let t={maxChars:4e3,newTag:e.newTag,newVersion:e.args.newVersion,oldVersion:e.args.oldVersion};return e.scope.path!==void 0&&(t.packagePath=e.scope.path),t},Ff=e=>{let t={dest:e.dest,limit:e.args.opts.limit,newTag:e.newTag,oldTag:e.oldTag};return e.scope.path!==void 0&&(t.packagePath=e.scope.path),t},If=e=>e===void 0?null:e,Lf=async(e,t)=>{let[n,r]=await Promise.all([Nf(e,Ff(t)),Bc(e.runner,t.dest,Pf(t))]);return{changed_paths:n.paths.paths,changelog:If(r?.excerpt),commit_count:n.commitCount,commits:n.commits,diff:n.diff,key:t.key,new:{tag:t.newTag,version:t.args.newVersion},old:{tag:t.oldTag,version:t.args.oldVersion},package:If(t.args.opts.packageName),truncated:{changelog:r?.truncated??!1,commits:n.commitCount>n.commits.length,paths:n.paths.truncated}}},Rf=async(e,t)=>{let n=H(e.env),r=await W(n),i=$(r,t.query),a=vf(r,i),o=jf(a,i,t.opts.packageName),s=U(n,i);yf(s,i);let[c,l]=await Promise.all([Ol(e.runner,s,o.format,t.oldVersion),Ol(e.runner,s,o.format,t.newVersion)]);return Lf(e,{args:t,dest:s,key:i,newTag:l,oldTag:c,scope:o})},zf=e=>e.changelog===null?`changelog: not found`:e.truncated.changelog?`changelog: found (truncated)`:`changelog: found`,Bf=e=>[`${e.key}: ${e.old.tag} -> ${e.new.tag}`,`commits: ${e.commit_count} (showing ${e.commits.length})`,`files changed: ${e.diff.files_changed} (+${e.diff.insertions} -${e.diff.deletions})`,zf(e)],Vf=e=>{let t={limit:xf(e.limit,{def:50})};return e.package!==void 0&&(t.packageName=e.package),t},Hf=(e,t)=>{e.command(`range`).description(`Digest of what changed between two versions of a ref: commits, diff, changelog.`).argument(`<ref>`,`full ref key or a unique suffix, e.g. zod`).argument(`<old-version>`,`older version, e.g. 4.0.0`).argument(`<new-version>`,`newer version, e.g. 4.1.0`).option(`--package <name>`,`resolve tags via this package's tag_format and scope the diff`).option(`--limit <n>`,`maximum commits to list (default 50)`).action((e,n,r,i,a)=>{let o=a.optsWithGlobals(),s={json:o.json===!0,verbose:o.verbose===!0};return Q(t,s,async()=>{let a=await Rf(t,{newVersion:r,oldVersion:n,opts:Vf(i),query:e});Z(t,s,Bf(a),a)})()})},Uf=[`dist`,`build`,`out`,`vendor`,`node_modules`,`coverage`],Wf=[`*.min.*`,`*.lock`],Gf=[`package-lock.json`,`pnpm-lock.yaml`,`yarn.lock`],Kf=[...Uf.map(e=>`:(glob,exclude)**/${e}/**`),...Wf.map(e=>`:(exclude)${e}`),...Gf.map(e=>`:(glob,exclude)**/${e}`)],qf=e=>e?[...Kf]:[],Jf=e=>e.startsWith(`/`)||e.split(`/`).includes(`..`),Yf=e=>{if(e.startsWith(`:`))throw y(`--glob takes a plain glob pattern, not a git pathspec`);if(Jf(e))throw y(`--glob takes a pattern inside the search root, not an absolute path or a '..' segment`);return`:(glob)${e}`},Xf=[],Zf=(e,t,n)=>{if(n!==void 0)return bf(e,t,n).path},Qf=(e,t)=>t===void 0||t===`.`?e:m(e,t),$f=(e,t,n)=>{if(!le(e))throw v(`package path '${e}' is missing from the checkout — run: refs sync ${n}`);e!==t&&Us(t,e,`checkout for '${n}'`)},ep=(e,t)=>t===void 0||t===`.`?e:{matches:e.matches.map(e=>({...e,path:`${t}/${e.path}`})),truncated:e.truncated},tp=e=>e===void 0?null:e,np=(e,t)=>({excludes_applied:t.excludes,key:t.key,match_count:t.result.matches.length,matches:t.result.matches,package:tp(e.opts.packageName),pattern:e.pattern,truncated:t.result.truncated}),rp=async(e,t)=>{let n=H(e.env),r=await W(n),i=$(r,t),a=vf(r,i),o=U(n,i);return yf(o,i),{dest:o,entry:a,key:i}},ip=async(e,t)=>{let{dest:n,entry:r,key:i}=await rp(e,t.query),a=t.opts.globs.map(e=>Yf(e)),o=Zf(r,i,t.opts.packageName),s=qf(t.opts.defaultExcludes),c=Qf(n,o);$f(c,n,i);let l=await qc(e.runner,{dir:c,limit:t.opts.limit,pathspecs:[...a,...s],pattern:t.pattern}),u=ep(l,o);return np(t,{excludes:s,key:i,result:u})},ap=e=>`${e.path}:${e.line}: ${e.snippet}`,op=e=>e.truncated?`${e.match_count} matches shown (truncated at --limit; more matches exist)`:`${e.match_count} match(es)`,sp=e=>[...e.matches.map(ap),op(e)],cp=(e,t)=>[...t,e],lp=e=>{let t={defaultExcludes:e.defaultExcludes,globs:e.glob,limit:xf(e.limit,{def:50})};return e.package!==void 0&&(t.packageName=e.package),t},up=[Hf,(e,t)=>{e.command(`search`).description(`Bounded structured code search (git grep) over a ref checkout.`).argument(`<ref>`,`full ref key or a unique suffix, e.g. zod`).argument(`<pattern>`,`extended regular expression, passed to git grep --extended-regexp`).option(`--package <name>`,`scope the search to this package's registered path`).option(`--limit <n>`,`maximum matches to return (default 50)`).option(`--glob <pattern>`,`plain glob pattern to scope the search (repeatable; relative to the package path when --package is given)`,cp,Xf).option(`--no-default-excludes`,`also search build output, vendored deps, and lockfiles`).action((e,n,r,i)=>{let a=i.optsWithGlobals(),o={json:a.json===!0,verbose:a.verbose===!0};return Q(t,o,async()=>{let i=await ip(t,{opts:lp(r),pattern:n,query:e});Z(t,o,sp(i),i)})()})}],dp=async e=>{let t=await e.runner.run(`git`,[`--version`]);return t.exitCode===0?{detail:t.stdout.trim(),name:`git`,status:`ok`}:{detail:t.stderr.trim()||`git --version exited with code ${t.exitCode}`,name:`git`,status:`fail`}},fp=/^v(?<major>\d+)\.(?<minor>\d+)/u,pp=e=>{let t=fp.exec(e),n=t?.groups?.major,r=t?.groups?.minor;if(!(n===void 0||r===void 0))return{major:Number(n),minor:Number(r)}},mp=e=>e===void 0?!1:e.major>24?!0:e.major===24&&e.minor>=12,hp=e=>{let{nodeVersion:t}=e;return mp(pp(t))?{detail:t,name:`node`,status:`ok`}:{detail:`${t} does not satisfy the required range >=24.12`,name:`node`,status:`fail`}},gp=e=>e instanceof Error?e.message:String(e),_p=()=>ss.parse({meta:{cli_version:`0.0.0`,schema_version:1},refs:{},settings:{}}),vp=async e=>{try{return{config:await W(e)}}catch(e){return{config:_p(),errorMessage:gp(e)}}},yp=e=>e===void 0?{detail:`config is present and matches the current schema`,name:`config`,status:`ok`}:{detail:e,name:`config`,status:`fail`},bp=[`.claude`,`skills`,`refs`,`SKILL.md`],xp=[`.codex`,`skills`,`refs`,`SKILL.md`],Sp=e=>e===void 0?[]:[m(e,...bp),m(e,...xp)],Cp=async t=>{try{return await e(t),!0}catch{return!1}},wp=async e=>{let t=Sp(e.env.HOME);return(await Promise.all(t.map(e=>Cp(e)))).some(Boolean)?{detail:`the refs skill is installed`,name:`skill`,status:`ok`}:{detail:`refs skill not found — install it: npx skills add kaisers-io/refs`,name:`skill`,status:`warn`}},Tp=(e,t)=>Object.keys(t.refs).map(t=>({dest:U(e,z.parse(t)),key:t})).filter(e=>G(e.dest)),Ep=[`pre-commit`,`pre-push`],Dp=async(t,r)=>{try{return await e(m(t.hooksDir,r),n.X_OK),!0}catch{return!1}},Op=async e=>{let t=await Promise.all(Ep.map(t=>Dp(e,t)));return Ep.filter((e,n)=>!t[n])},kp=async(e,t,n)=>{let r=await e.runner.run(`git`,[`config`,`--local`,`--get`,`core.hooksPath`],{cwd:n});return r.exitCode===0&&r.stdout.trim()===t.hooksDir},Ap=e=>e.missingHooks.length>0?{detail:`${e.missingHooks.map(e=>`hooks/${e}`).join(`, `)} missing or not executable — run: refs init`,name:`hooks-guard`,status:`fail`}:e.badKeys.length>0?{detail:`core.hooksPath not set for: ${e.badKeys.join(`, `)} — run: refs init`,name:`hooks-guard`,status:`fail`}:{detail:`${Ep.map(e=>`hooks/${e}`).join(`, `)} present; ${e.checkoutCount} checkout(s) guarded`,name:`hooks-guard`,status:`ok`},jp=async(e,t,n)=>{let r=Tp(t,n),[i,a]=await Promise.all([Op(t),Promise.all(r.map(n=>kp(e,t,n.dest)))]),o=r.filter((e,t)=>!a[t]).map(e=>e.key);return Ap({badKeys:o,checkoutCount:r.length,missingHooks:i})},Mp=async(e,t)=>{let n=await e.runner.run(`git`,[`status`,`--porcelain`],{cwd:t.dest});return n.exitCode===0?{broken:!1,detail:``,dirty:n.stdout.trim()!==``,key:t.key}:{broken:!0,detail:n.stderr.trim(),dirty:!1,key:t.key}},Np=e=>{let t=e.filter(e=>e.broken);if(t.length>0)return{detail:t.map(e=>`${e.key}: git status failed — ${e.detail}`).join(`; `),name:`dirty-checkouts`,status:`fail`};let n=e.filter(e=>e.dirty).map(e=>e.key);return n.length===0?{detail:`no local changes in any checkout`,name:`dirty-checkouts`,status:`ok`}:{detail:`local changes will be discarded on next sync: ${n.join(`, `)}`,name:`dirty-checkouts`,status:`warn`}},Pp=async(e,t,n)=>{let r=Tp(t,n),i=await Promise.all(r.map(t=>Mp(e,t)));return Np(i)},Fp=async e=>{try{return await X(e)}catch{return Td.parse({})}},Ip=async e=>{try{return(await s(e,{withFileTypes:!0})).filter(e=>e.isDirectory()).map(e=>e.name)}catch(e){if(V(e))return[];throw e}},Lp=async(e,t)=>{if(G(e))return[[...t]];let n=await Ip(e);return(await Promise.all(n.map(n=>Lp(m(e,n),[...t,n])))).flat()},Rp=(e,t,n)=>{let r=e.refs[t]?.pending_proposal_at;return r===void 0?!1:n-Date.parse(r)<864e5},zp=(e,t,n)=>Rp(t,e.key,n)?`${e.key}: pending add`:`${e.key}: orphan — remove with: rm -rf ${e.dest}`,Bp=(e,t)=>({dest:m(e.sourcesDir,...t),key:t.join(`/`)}),Vp=async(e,t,n)=>{let r=(await Lp(e.sourcesDir,[])).map(t=>Bp(e,t)).filter(e=>!Object.hasOwn(t.refs,e.key));if(r.length===0)return{detail:`no orphaned checkouts under sources/`,name:`orphans`,status:`ok`};let i=Date.now();return{detail:r.map(e=>zp(e,n,i)).join(`; `),name:`orphans`,status:`warn`}},Hp=/^(?<user>[^/\s@]+)@(?<host>[^:/\s]+):/u,Up=e=>e===``?{}:{user:e},Wp=e=>e===``?{}:{port:e},Gp=e=>{try{let t=new URL(e);return t.protocol===`ssh:`?{host:t.hostname,...Up(t.username),...Wp(t.port)}:void 0}catch{return}},Kp=e=>{let t=Hp.exec(e),n=t?.groups?.host;return n===void 0?Gp(e):{host:n,user:t?.groups?.user??`git`}},qp=e=>e.port===void 0?e.host:`${e.host}:${e.port}`,Jp=e=>e.user===void 0?qp(e):`${e.user}@${qp(e)}`,Yp=e=>{let t=Object.values(e.refs).map(e=>Kp(e.url)).filter(e=>e!==void 0),n=new Map;for(let e of t)n.set(Jp(e),e);return[...n.values()].toSorted((e,t)=>Jp(e).localeCompare(Jp(t)))},Xp=/Permission denied/u,Zp=[/Could not resolve hostname/u,/Connection refused/u,/Host key verification failed/u,/timed out/u],Qp=e=>e.user===void 0?e.host:`${e.user}@${e.host}`,$p=e=>{let t=[`-o`,`ConnectTimeout=5`,`-o`,`BatchMode=yes`],n=Qp(e);return e.port===void 0?[...t,`-T`,n]:[...t,`-p`,e.port,`-T`,n]},em=async(e,t,n)=>{let r=Jp(t),i=await e.runner.run(`ssh`,$p(t),{timeoutMs:n});return i.timedOut===!0?{host:r,outcome:`timeout`}:Xp.test(i.stderr)?{host:r,outcome:`denied`}:Zp.some(e=>e.test(i.stderr))?{detail:i.stderr.trim(),host:r,outcome:`connection-warn`}:{host:r,outcome:`ok`}},tm=(e,t)=>{let n=e.filter(e=>e.outcome===`timeout`).map(e=>e.host);if(n.length!==0)return{detail:`ssh probe timed out after ${t/1e3}s: ${n.join(`, `)}`,name:`ssh-auth`,status:`fail`}},nm=e=>{let t=e.filter(e=>e.outcome===`denied`).map(e=>e.host);if(t.length!==0)return{detail:`ssh permission denied for: ${t.join(`, `)}`,name:`ssh-auth`,status:`fail`}},rm=e=>{let t=e.filter(e=>e.outcome===`connection-warn`);if(t.length!==0)return{detail:`ssh connection issue, treated as warn: ${t.map(e=>`${e.host} (${e.detail??``})`).join(`; `)}`,name:`ssh-auth`,status:`warn`}},im=e=>({detail:`ssh auth ok for: ${e.map(e=>e.host).join(`, `)}`,name:`ssh-auth`,status:`ok`}),am=(e,t)=>tm(e,t)??nm(e)??rm(e)??im(e),om=async(e,t,n)=>{let r=Yp(t);if(r.length===0)return;let i=n?.timeoutMs??1e4,a=await Promise.all(r.map(t=>em(e,t,i)));return am(a,i)},sm=async e=>{try{return await e.run()}catch(t){return{detail:`check crashed: ${gp(t)}`,name:e.name,status:`fail`}}},cm=async e=>{let[t,...n]=e;if(t===void 0)return[];let r=await sm(t),i=await cm(n);return r===void 0?i:[r,...i]},lm=e=>{let{configLoad:t,ctx:n,home:r,state:i}=e;return[{name:`git`,run:()=>dp(n)},{name:`node`,run:()=>Promise.resolve(hp(n))},{name:`config`,run:()=>Promise.resolve(yp(t.errorMessage))},{name:`hooks-guard`,run:()=>jp(n,r,t.config)},{name:`dirty-checkouts`,run:()=>Pp(n,r,t.config)},{name:`orphans`,run:()=>Vp(r,t.config,i)},{name:`skill`,run:()=>wp(n)},{name:`ssh-auth`,run:()=>om(n,t.config)}]},um=async e=>{let t=H(e.env),n=await vp(t),r=await Fp(t);return cm(lm({configLoad:n,ctx:e,home:t,state:r}))},dm={fail:`FAIL`,ok:`OK`,warn:`WARN`},fm=e=>e.map(e=>`[${dm[e.status]}] ${e.name}: ${e.detail}`),pm=e=>e.some(e=>e.status===`fail`),mm=(e,t)=>{e.command(`doctor`).description(`Run environment/integrity checks (git, node, config, hooks, checkouts, ssh).`).action((e,n)=>{let r=n.optsWithGlobals(),i={json:r.json===!0,verbose:r.verbose===!0};return Q(t,i,async()=>{let e=await um(t);Z(t,i,fm(e),{checks:e}),pm(e)&&(process.exitCode=g.UNEXPECTED)})()})},hm=async e=>{let t=H(e.env),n=await J(t,`home`,()=>lc(t,_f));return n===`migrated`?{backup:Bs(t),result:n}:{backup:null,result:n}},gm=e=>e.result===`migrated`&&e.backup!==null?`config migrated (backup: ${te(e.backup)})`:e.result===`seeded`?`config seeded`:`config up to date`,_m=(e,t)=>{e.command(`migrate`).description(`Migrate the refs config to the current schema, seeding it if absent.`).action((e,n)=>{let r=n.optsWithGlobals(),i={json:r.json===!0,verbose:r.verbose===!0};return Q(t,i,async()=>{let e=await hm(t);Z(t,i,gm(e),e)})()})},vm=e=>`ref:${e.replaceAll(`/`,`_`)}`,ym=e=>e.REFS_ALLOW_FILE_URLS===`1`,bm=(e,t)=>{let n=Yl(t,{allowFileUrls:ym(e.env)});return{cloneUrl:n.cloneUrl,key:n.key}},xm=async(e,t)=>{if(t===``)throw y(`refs add npm: requires a package name, e.g. npm:left-pad`);gf(e,`resolving npm package '${t}'…`);let n=await Zu(e.fetcher,t),r={cloneUrl:n.cloneUrl,key:n.key,npmPkgName:t};return n.directory!==void 0&&(r.npmDirectory=n.directory),r},Sm=(e,t)=>t.startsWith(`npm:`)?xm(e,t.slice(4)):Promise.resolve(bm(e,t)),Cm=(e,t)=>{if(e.npmPkgName===void 0)return e;let n=Y(`git_transport`,void 0,t);return{...e,cloneUrl:su(e.cloneUrl,n)}},wm=e=>`ref '${e}' already exists — use refs edit or refs remove`,Tm=(e,t)=>{if(e.refs[t]!==void 0)throw ve(wm(t))},Em=async e=>{try{return await s(e,{withFileTypes:!0})}catch(e){if(V(e))return;throw e}},Dm=e=>e.filter(e=>e.isDirectory()).map(e=>e.name),Om=async(e,t)=>{let n=await Em(e);if(n===void 0)return{kind:`stop`};let r=Dm(n);if(r.includes(t))return{kind:`continue`,nextDir:m(e,t)};let i=r.find(e=>e.toLowerCase()===t.toLowerCase());return i===void 0?{kind:`stop`}:{kind:`collision`,name:i}},km=async(e,t,n)=>{let[r,...i]=t;if(r===void 0)return;let a=await Om(e,r);if(a.kind!==`stop`)return a.kind===`collision`?[...n,a.name].join(`/`):km(a.nextDir,i,[...n,r])},Am=[],jm=async(e,t)=>{let n=await km(e.sourcesDir,t.split(`/`),Am);if(n!==void 0)throw ve(`checkout path for '${t}' collides case-insensitively with existing '${n}'`)},Mm=[],Nm=e=>e===void 0?Mm:[e],Pm=async e=>{try{return await i(e),!0}catch(e){if(V(e))return!1;throw e}},Fm=async e=>{try{return await s(e)}catch(e){if(V(e))return;throw e}},Im=async e=>{try{return(await i(e)).isDirectory()}catch(e){if(V(e))return;throw e}},Lm=async e=>{let t=await Fm(e);if(t===void 0)return!0;if(t.length!==0)return!1;try{await d(e)}catch(e){if(!V(e))throw e}return!0},Rm=async e=>{let t=await Im(e);return t===void 0?!0:t?Lm(e):!1},zm=async(e,t)=>{t!==e.sourcesDir&&await Rm(t)&&await zm(e,ne(t))},Bm=async(e,t)=>await Pm(t)?(Ws(e,t),await u(t,{force:!0,recursive:!0}),await zm(e,ne(t)),{removedCheckout:!0}):{removedCheckout:!1,warning:`checkout was already missing`},Vm=(e,t)=>Object.fromEntries(Object.entries(e).filter(([e])=>e!==t)),Hm=async(e,t)=>{let n=await W(e);await Qs(e,{...n,refs:Vm(n.refs,t)});let r=await X(e);await Od(e,{...r,refs:Vm(r.refs,t)})},Um=async(e,t)=>{let n=H(e.env),r=$(await W(n),t),i=U(n,r),{removedCheckout:a,warning:o}=await J(n,vm(r),()=>Bm(n,i));return await J(n,`home`,()=>Hm(n,r)),{data:{key:r,removed_checkout:a},warnings:Nm(o)}},Wm=e=>e.removed_checkout?[`removed ${e.key} (checkout deleted)`]:[`removed ${e.key} (checkout was already missing)`],Gm=(e,t)=>{e.command(`remove`).description(`Remove a configured ref: its config/state entry AND its checkout directory.`).argument(`<ref>`,`full ref key or a unique suffix, e.g. zod`).action((e,n,r)=>{let i=r.optsWithGlobals(),a={json:i.json===!0,verbose:i.verbose===!0};return Q(t,a,async()=>{let{data:n,warnings:r}=await Um(t,e);Z(t,a,Wm(n),n,r)})()})},Km=e=>`no ref matches '${e}' — run refs list, or add it: refs add <url>`,qm=/^[a-z][a-z0-9+.-]*:\/\//iu,Jm=/^git@[^:/\s]+:[^\s]+$/u,Ym=e=>qm.test(e)||Jm.test(e),Xm=(e,t)=>{try{return Yl(e,t)}catch{if(Ym(e))throw b(`query looks like a git url but is not a supported form — check the url (credentials are never accepted) or run: refs resolve <package|ref-suffix>`);return}},Zm=(e,t,n)=>{let r=Xm(t,n);if(r!==void 0){if(Object.hasOwn(e.refs,r.key))return{key:r.key};throw v(Km(t))}},Qm=(e,t)=>{let n=[];for(let r of Object.keys(e.refs).toSorted()){let i=e.refs[r]?.packages?.[t];i!==void 0&&n.push({entry:i,key:z.parse(r)})}return n},$m=(e,t)=>`package '${e}' is registered by more than one ref: ${t.join(`, `)} — use the full ref key`,eh=(e,t)=>{let n=Qm(e,t),[r]=n;if(r!==void 0){if(n.length>1)throw y($m(t,n.map(e=>e.key)));return r}},th=(e,t)=>{let n=t.split(`/`);for(let t=n.length-1;t>=1;--t){let r=n.slice(0,t).join(`/`),i=eh(e,r);if(i!==void 0)return{...i,name:r}}},nh=(e,t)=>{try{return $(e,t)}catch(e){throw e instanceof _&&e.code===`not_found`?v(Km(t)):e}},rh=(e,t,n)=>{let r=Zm(e,t,n);if(r!==void 0)return r;let i=eh(e,t);if(i!==void 0)return{key:i.key,packageMatch:{...i,name:t}};let a=th(e,t);return a===void 0?{key:nh(e,t)}:{key:a.key,packageMatch:a}},ih=(e,t)=>{if(e.packageMatch===void 0)return null;let{entry:n,name:r}=e.packageMatch;return{local_path:m(t,n.path),name:r,path:n.path}},ah=async(e,t)=>{let n=H(e.env),r=await W(n),i=rh(r,t,{allowFileUrls:ym(e.env)}),a=vf(r,i.key),o=await X(n),s=U(n,i.key),c=Zo(Y(`sync_ttl`,a,r.settings));return{key:i.key,local_path:s,missing:!G(s),package:ih(i,s),stale:Sf(o.refs[i.key]?.last_fetched_at,c,Date.now())}},oh=e=>{let t=[e.key,`local_path: ${e.local_path}`];return e.package!==null&&t.push(`package: ${e.package.name}`,`local_path: ${e.package.local_path}`),t},sh=(e,t)=>{e.command(`resolve`).description(`Resolve a git url, npm package name, import path, or ref-key suffix to its ref/package.`).argument(`<query>`,`git url, npm package name, import path, or unique ref-key suffix`).action((e,n,r)=>{let i=r.optsWithGlobals(),a={json:i.json===!0,verbose:i.verbose===!0};return Q(t,a,async()=>{let n=await ah(t,e);Z(t,a,oh(n),n)})()})},ch={},lh=e=>e instanceof Error?e.message:String(e),uh=async(e,t)=>{if(!G(t))return{tags:[]};try{return{tags:await pl(e.runner,t,5)}}catch(e){return{tags:[],warning:`could not list tags: ${lh(e)}`}}},dh=[],fh=e=>e===void 0?dh:[e],ph=async(e,t)=>{let n=H(e.env),r=await W(n),i=$(r,t),a=vf(r,i),o=await X(n),s=U(n,i),{tags:c,warning:l}=await uh(e,s);return{data:{...a,key:i,local_path:s,sample_tags:c,state:o.refs[i]??ch},warnings:fh(l)}},mh=e=>{let t=[`${e.key} ${e.description}`,`url: ${e.url}`,`local_path: ${e.local_path}`];return e.sample_tags.length>0&&t.push(`tags: ${e.sample_tags.join(`, `)}`),t},hh=(e,t)=>{e.command(`show`).description(`Show a configured ref: full entry, state, local path, and sample tags.`).argument(`<ref>`,`full ref key or a unique suffix, e.g. zod`).action((e,n,r)=>{let i=r.optsWithGlobals(),a={json:i.json===!0,verbose:i.verbose===!0};return Q(t,a,async()=>{let{data:n,warnings:r}=await ph(t,e);Z(t,a,mh(n),n,r)})()})},gh=(e,t)=>{let n={head_sha:t.headSha,last_fetched_at:new Date().toISOString()},r=t.effectiveCloneMode??e?.effective_clone_mode;return r!==void 0&&(n.effective_clone_mode=r),n},_h=async(e,t,n)=>{let r=await W(e),i=r.refs[t];i!==void 0&&(r.refs[t]={...i,default_branch:n},await Qs(e,r))},vh=(e,t,n)=>J(e,`home`,async()=>{n.branchRenamedTo!==void 0&&await _h(e,t,n.branchRenamedTo);let r=await X(e);r.refs[t]=gh(r.refs[t],n),await Od(e,r)}),yh=async(e,t,n)=>{try{await J(e,`home`,async()=>{let r=await X(e);r.refs[t]={...r.refs[t],last_error:n},await Od(e,r)})}catch{}},bh=e=>{let t=0,n=[];return{acquire:()=>{if(t<e)return t+=1,Promise.resolve();let{promise:r,resolve:i}=Promise.withResolvers();return n.push(()=>{t+=1,i()}),r},release:()=>{--t;let e=n.shift();e!==void 0&&e()}}},xh=async(e,t)=>{await e.acquire();try{return await t()}finally{e.release()}},Sh=(e,t,n)=>`checkout at ${e} points at '${q(t)}' — expected '${q(n)}'; remove the checkout directory or run refs remove before retrying`,Ch=e=>e.exitCode===0?e.stdout.trim():`(no origin remote)`,wh=(e,t)=>{try{return Yl(e,{allowFileUrls:t}).key}catch{return}},Th=async(e,t)=>{let n=await e.run(`git`,[`remote`,`get-url`,`origin`],{cwd:t.dest}),r=Ch(n),i=wh(t.expectedUrl,t.allowFileUrls),a=wh(r,t.allowFileUrls);if(!(i!==void 0&&a===i))throw ve(Sh(t.dest,r,t.expectedUrl))},Eh=e=>`checkout at ${e} exists but is not refs-managed — remove it (rm -rf ${e}) and retry`,Dh=async(e,t)=>{let n=await e.run(`git`,[`config`,`--local`,`core.hooksPath`],{cwd:t.dest});if(n.exitCode!==0||n.stdout.trim()!==t.hooksDir)throw ve(Eh(t.dest))},Oh=async(e,t)=>{await a(ne(t.dest),{recursive:!0}),gf(e,`cloning ${q(t.cloneUrl)} into ${t.dest}…`);let n=await il(e.runner,t);return n.warning===void 0?{effectiveMode:n.effectiveMode}:{effectiveMode:n.effectiveMode,warning:n.warning}},kh=async(e,t)=>(Ws(t.home,t.dest),G(t.dest)?(await Th(e.runner,{allowFileUrls:t.allowFileUrls,dest:t.dest,expectedUrl:t.cloneUrl}),await Dh(e.runner,{dest:t.dest,hooksDir:t.hooksDir}),{}):Oh(e,t)),Ah=(e,t)=>`checkout for '${e}' at ${t} is missing or corrupt (git rev-parse HEAD failed) — run: refs remove ${e}, then refs add <source> --dry-run again`,jh=(e,t,n)=>`checkout for '${e}' at ${t} has a HEAD sha refs cannot store yet (${n.length} hex chars, expected 40) — only SHA-1 repositories are supported for now; \`--object-format=sha256\` repositories are not yet supported`,Mh=async(e,t)=>{await Th(e,t),await Dh(e,{dest:t.dest,hooksDir:t.hooksDir});let n=await e.run(`git`,[`rev-parse`,`HEAD`],{cwd:t.dest});if(n.exitCode!==0)throw b(Ah(t.key,t.dest));let r=n.stdout.trim();if(!wd.shape.head_sha.safeParse(r).success)throw b(jh(t.key,t.dest,r));return r},Nh=(e,t,n)=>`sync produced a HEAD sha for '${e}' at ${t} that refs cannot store yet (${n.length} hex chars) — only SHA-1 repositories are supported for now`,Ph=(e,t,n)=>{if(!wd.shape.head_sha.safeParse(n).success)throw b(Nh(e,t,n));return n},Fh=(e,t,n)=>{let r={effectiveCloneMode:t.effectiveMode,headSha:n.headSha,status:`cloned`};return n.actualBranch!==e.ref.default_branch&&(r.branchRenamedTo=n.actualBranch),t.warning!==void 0&&(r.warning=t.warning),r},Ih=async(e,t,n)=>{await a(ne(n),{recursive:!0});let r=Y(`clone_mode`,t.ref,t.settings),i=await il(e.runner,{cloneUrl:t.ref.url,dest:n,hooksDir:t.home.hooksDir,mode:r}),o=await ol(e.runner,n),s=await Mh(e.runner,{allowFileUrls:ym(e.env),dest:n,expectedUrl:t.ref.url,hooksDir:t.home.hooksDir,key:t.key});return Fh(t,i,{actualBranch:o,headSha:s})},Lh=async(e,t,n)=>{await Dh(e.runner,{dest:n,hooksDir:t.home.hooksDir}),await Th(e.runner,{allowFileUrls:ym(e.env),dest:n,expectedUrl:t.ref.url});let r=await fl(e.runner,{defaultBranch:t.ref.default_branch,dir:n}),i={headSha:Ph(t.key,n,r.newSha),status:r.status};return r.branchRenamedTo!==void 0&&(i.branchRenamedTo=r.branchRenamedTo),r.warning!==void 0&&(i.warning=r.warning),i},Rh=(e,t)=>J(t.home,vm(t.key),()=>{let n=U(t.home,t.key);return Ws(t.home,n),G(n)?Lh(e,t,n):Ih(e,t,n)}),zh=e=>e instanceof Error?e.message:String(e),Bh=e=>{let t=[];e.branchRenamedTo!==void 0&&t.push(`default branch renamed to ${e.branchRenamedTo}`),e.warning!==void 0&&t.push(e.warning);let[n]=t;if(n!==void 0)return t.join(` | `)},Vh=(e,t)=>{let n={key:e,status:t.status},r=Bh(t);return r!==void 0&&(n.warning=r),n},Hh=async(e,t)=>{try{let n=await Rh(e,t);return await vh(t.home,t.key,n),Vh(t.key,n)}catch(e){let n=zh(e);return await yh(t.home,t.key,n),{error:n,key:t.key,status:`failed`}}},Uh=(e,t)=>e.status===`fulfilled`?e.value:{error:zh(e.reason),key:t,status:`failed`},Wh=async(e,t)=>{let n=bh(4);return(await Promise.allSettled(t.map(t=>xh(n,()=>Hh(e,t))))).map((e,n)=>{let r=t[n];if(r===void 0)throw Error(`internal: sync target at index ${n} is missing`);return Uh(e,r.key)})},Gh=(e,t,n)=>({home:e,key:n,ref:vf(t,n),settings:t.settings}),Kh=(e,t,n)=>n.length===0?Object.keys(t.refs).toSorted().map(n=>Gh(e,t,z.parse(n))):n.map(n=>Gh(e,t,$(t,n))),qh=(e,t,n)=>{let r=Date.now();return t.filter(t=>{let i=Zo(Y(`sync_ttl`,t.ref,t.settings)),a=Sf(n.refs[t.key]?.last_fetched_at,i,r),o=!G(U(e,t.key));return a||o})},Jh=async(e,t,n)=>{if(!n)return t;let r=await X(e);return qh(e,t,r)},Yh=async(e,t)=>{let n=H(e.env),r=await W(n),i=Kh(n,r,t.refs),a=await Wh(e,await Jh(n,i,t.staleOnly));return{failedCount:a.filter(e=>e.status===`failed`).length,results:a}},Xh=[`updated`,`fresh`,`cloned`,`restored`,`failed`],Zh={cloned:`Cloned`,failed:`Failed`,fresh:`Fresh`,restored:`Restored`,updated:`Updated`},Qh=e=>{let t={cloned:[],failed:[],fresh:[],restored:[],updated:[]};for(let n of e)t[n.status].push(n);return t},$h=e=>e.status===`failed`?` ${e.key}: ${e.error??`unknown error`}`:e.warning===void 0?` ${e.key}`:` ${e.key} (${e.warning})`,eg=e=>{let t=Qh(e),n=[Xh.map(e=>`${Zh[e]} (${t[e].length})`).join(` / `)];for(let e of Xh)for(let r of t[e])n.push($h(r));return n},tg=(e,t)=>({refs:e,staleOnly:t.staleOnly===!0}),ng=(e,t)=>{e.command(`sync`).description(`Fetch (or re-clone, if the checkout is missing) configured refs — all by default.`).argument(`[refs...]`,`ref keys or unique suffixes to sync (default: every configured ref)`).option(`--stale-only`,`skip refs whose last sync is still within their ref's sync_ttl`).action((e,n,r)=>{let i=r.optsWithGlobals(),a={json:i.json===!0,verbose:i.verbose===!0};return Q(t,a,async()=>{let r=await Yh(t,tg(e,n));Z(t,a,eg(r.results),{results:r.results}),r.failedCount>0&&(process.exitCode=g.UNEXPECTED)})()})},rg=(e,t,n)=>{if(n===void 0)return e.tag_format;let r=e.packages?.[n];if(r===void 0)throw v(`no package '${n}' registered on ref '${t}'`);return r.tag_format??e.tag_format},ig=async(e,t)=>{let n=H(e.env),r=await W(n),i=$(r,t.query),a=vf(r,i),o=rg(a,i,t.opts.packageName),s=U(n,i);yf(s,i);let c=await Ol(e.runner,s,o,t.version);return{key:i,ref_path:`refs/tags/${c}`,tag:c,version:t.version}},ag=e=>[`${e.key}@${e.version} -> ${e.tag}`],og=e=>{let t={};return e.package!==void 0&&(t.packageName=e.package),t},sg=[mm,_m,Gm,sh,hh,ng,(e,t)=>{e.command(`tag`).description(`Resolve a version to its git tag, via the ref's (or a package's) tag_format.`).argument(`<ref>`,`full ref key or a unique suffix, e.g. zod`).argument(`<version>`,`version to resolve, e.g. 4.1.0`).option(`--package <name>`,`resolve against this package's tag_format instead of the ref's`).action((e,n,r,i)=>{let a=i.optsWithGlobals(),o={json:a.json===!0,verbose:a.verbose===!0};return Q(t,o,async()=>{let i=await ig(t,{opts:og(r),query:e,version:n});Z(t,o,ag(i),i)})()})}],cg=e=>e.description===void 0?{path:e.path}:{description:e.description,path:e.path},lg=(e,t,n)=>e.length>0?Object.fromEntries(e.map(e=>[e.name,cg(e)])):n===void 0?{}:{[n]:{path:t??`.`}},ug=e=>{let t=e.description??``;return e.tag_format===void 0?{description:t,path:e.path}:{description:t,path:e.path,tag_format:e.tag_format}},dg=e=>{let t=Object.entries(e);if(t.length!==0)return Object.fromEntries(t.map(([e,t])=>[e,ug(t)]))},fg=e=>e.description===void 0||e.description===``,pg=e=>Object.entries(e).filter(([,e])=>fg(e)).map(([e])=>e).toSorted(),mg=e=>{let t=pg(e);if(t.length!==0)throw b(`packages without a detected description: ${t.join(`, `)} — run the two-phase flow instead: refs add <source> --dry-run --json > proposal.json, fill in the package descriptions, then refs add --proposal proposal.json`)},hg=e=>{if(Object.keys(e).length!==0)return e},gg=e=>{if(e===null)throw b(`tag_format_candidate must be set to a valid tag format (containing '{version}') before finalizing — edit the proposal and provide one, or add the ref manually`);return e},_g=e=>e.packages===void 0?{default_branch:e.default_branch,description:e.description,tag_format:e.tag_format,url:e.url}:{default_branch:e.default_branch,description:e.description,packages:e.packages,tag_format:e.tag_format,url:e.url},vg=[],yg=e=>e===void 0?[...vg]:[e],bg=async(e,t,n)=>{let r=await ol(e.runner,t),i=El(await pl(e.runner,t));return gf(e,`detecting workspace packages…`),{defaultBranch:r,packages:lg(await Yd(t),n.npmDirectory,n.npmPkgName),tagFormatCandidate:i}},xg=(e,t)=>J(t.home,vm(t.resolved.key),async()=>{let n=await kh(e,{allowFileUrls:ym(e.env),cloneUrl:t.resolved.cloneUrl,dest:t.dest,home:t.home,hooksDir:t.home.hooksDir,mode:t.cloneMode}),r={fields:await bg(e,t.dest,t.resolved)};return n.effectiveMode!==void 0&&(r.effectiveMode=n.effectiveMode),n.warning!==void 0&&(r.warning=n.warning),r}),Sg=e=>{let t={default_branch:e.cloneResult.fields.defaultBranch,description:``,key:e.resolved.key,packages:e.cloneResult.fields.packages,tag_format_candidate:e.cloneResult.fields.tagFormatCandidate,url:e.resolved.cloneUrl},n={dest:e.dest,proposal:t};return e.cloneResult.effectiveMode!==void 0&&(n.effectiveCloneMode=e.cloneResult.effectiveMode),e.cloneResult.warning!==void 0&&(n.warning=e.cloneResult.warning),n},Cg=async(e,t)=>{let n=H(e.env),r=await W(n),i=Cm(await Sm(e,t),r.settings);Tm(r,i.key),await jm(n,i.key);let a=U(n,i.key),o=Y(`clone_mode`,void 0,r.settings),s=await xg(e,{cloneMode:o,dest:a,home:n,resolved:i});return Sg({cloneResult:s,dest:a,resolved:i})},wg=(e,t,n)=>J(e,`home`,async()=>{Tm(await W(e),t);let r=await X(e),i=r.refs[t],a=n??i?.effective_clone_mode,o={...i,pending_proposal_at:new Date().toISOString()};a!==void 0&&(o.effective_clone_mode=a),r.refs[t]=o,await Od(e,r)}),Tg=(e,t)=>{let n=ss.safeParse(e);if(!n.success)throw b(O(n.error));let r=Td.safeParse(t);if(!r.success)throw b(O(r.error));return{config:n.data,state:r.data}},Eg=async(e,t)=>{let n=await W(e.home);Tm(n,e.ref.key);let r=_g(e.ref);n.refs[e.ref.key]=r;let i=await X(e.home);return i.refs[e.ref.key]={effective_clone_mode:e.effectiveCloneMode??i.refs[e.ref.key]?.effective_clone_mode??Y(`clone_mode`,void 0,n.settings),head_sha:t,last_fetched_at:new Date().toISOString()},{...Tg(n,i),entry:r}},Dg=async(e,t)=>{let n=ym(e.env),r=await J(t.home,vm(t.ref.key),()=>(Ws(t.home,t.dest),Mh(e.runner,{allowFileUrls:n,dest:t.dest,expectedUrl:t.ref.url,hooksDir:t.home.hooksDir,key:t.ref.key})));return J(t.home,`home`,async()=>{let{config:e,entry:n,state:i}=await Eg(t,r);return await Od(t.home,i),await Qs(t.home,e),{entry:n,key:t.ref.key}})},Og=(e,t)=>t===`-`?e.readStdin():o(t,`utf8`),kg=e=>e instanceof Error?e.message:String(e),Ag=e=>{try{return JSON.parse(e)}catch(e){throw b(`invalid JSON in proposal: ${kg(e)}`)}},jg=e=>typeof e==`object`&&!!e&&!Array.isArray(e),Mg=e=>jg(e)&&`ok`in e&&!(`key`in e),Ng=e=>{if(!Mg(e))return e;if(e.ok===!1)throw b(`proposal file contains a failed refs envelope (ok is false) — re-run the dry-run`);if(jg(e.data))return e.data;throw b(`proposal file is a refs envelope without a usable data object — re-run the dry-run`)},Pg=e=>e.code===`unrecognized_keys`,Fg=e=>e.path.length===0,Ig=(e,t)=>{let n=t.toSorted().map(e=>`"${e}"`).join(`, `);return e===``?`✖ unrecognized key(s) in proposal: ${n}`:`✖ unrecognized key(s) in proposal at ${e}: ${n}`},Lg=e=>{let t=new Map;for(let n of e){let e=ct(n.path);t.set(e,[...t.get(e)??[],...n.keys])}return[...t.entries()].toSorted(([e],[t])=>e.localeCompare(t)).map(([e,t])=>Ig(e,t))},Rg=e=>`✖ invalid proposal: ${e.message}`,zg=e=>{let t=e.issues.filter(e=>Pg(e)),n=e.issues.filter(e=>!Pg(e)),r=n.filter(e=>Fg(e));if(t.length===0&&r.length===0)return O(e);let i=n.filter(e=>!Fg(e)),a=[...Lg(t),...r.map(e=>Rg(e))];return i.length>0&&a.push(O({issues:i})),a.join(`
|
|
373
|
-
`)},
|
|
374
|
-
`),
|
|
366
|
+
- ${t?`searched for local subcommand relative to directory '${t}'`:`no directory for search for local subcommand, use .executableDir() to supply a custom directory`}`;throw Error(r)}_executeSubCommand(e,t){t=t.slice();let n=[`.js`,`.ts`,`.tsx`,`.mjs`,`.cjs`];function r(e,t){let r=p.resolve(e,t);if(ce.existsSync(r))return r;if(n.includes(p.extname(t)))return;let i=n.find(e=>ce.existsSync(`${r}${e}`));if(i)return`${r}${i}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let i=e._executableFile||`${this._name}-${e._name}`,a=this._executableDir||``;if(this._scriptPath){let e;try{e=ce.realpathSync(this._scriptPath)}catch{e=this._scriptPath}a=p.resolve(p.dirname(e),a)}if(a){let t=r(a,i);if(!t&&!e._executableFile&&this._scriptPath){let n=p.basename(this._scriptPath,p.extname(this._scriptPath));n!==this._name&&(t=r(a,`${n}-${e._name}`))}i=t||i}let o=n.includes(p.extname(i)),s;h.platform===`win32`?(this._checkForMissingExecutable(i,a,e._name),t.unshift(i),t=Pd(h.execArgv).concat(t),s=he.spawn(h.execPath,t,{stdio:`inherit`})):o?(t.unshift(i),t=Pd(h.execArgv).concat(t),s=he.spawn(h.argv[0],t,{stdio:`inherit`})):s=he.spawn(i,t,{stdio:`inherit`}),s.killed||[`SIGUSR1`,`SIGUSR2`,`SIGTERM`,`SIGINT`,`SIGHUP`].forEach(e=>{h.on(e,()=>{s.killed===!1&&s.exitCode===null&&s.kill(e)})});let c=this._exitCallback;s.on(`close`,e=>{e??=1,c?c(new Sd(e,`commander.executeSubCommandAsync`,`(close)`)):h.exit(e)}),s.on(`error`,t=>{if(t.code===`ENOENT`)this._checkForMissingExecutable(i,a,e._name);else if(t.code===`EACCES`)throw Error(`'${i}' not executable`);if(!c)h.exit(1);else{let e=new Sd(1,`commander.executeSubCommandAsync`,`(error)`);e.nestedError=t,c(e)}}),this.runningCommand=s}_dispatchSubcommand(e,t,n){let r=this._findCommand(e);r||this.help({error:!0}),r._prepareForParse();let i;return i=this._chainOrCallSubCommandHook(i,r,`preSubcommand`),i=this._chainOrCall(i,()=>{if(r._executableHandler)this._executeSubCommand(r,t.concat(n));else return r._parseCommand(t,n)}),i}_dispatchHelpCommand(e){e||this.help();let t=this._findCommand(e);return t&&!t._executableHandler&&t.help(),this._dispatchSubcommand(e,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??`--help`])}_checkNumberOfArguments(){this.registeredArguments.forEach((e,t)=>{e.required&&this.args[t]==null&&this.missingArgument(e.name())}),!(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic)&&this.args.length>this.registeredArguments.length&&this._excessArguments(this.args)}_processArguments(){let e=(e,t,n)=>{let r=t;if(t!==null&&e.parseArg){let i=`error: command-argument value '${t}' is invalid for argument '${e.name()}'.`;r=this._callParseArg(e,t,n,i)}return r};this._checkNumberOfArguments();let t=[];this.registeredArguments.forEach((n,r)=>{let i=n.defaultValue;n.variadic?r<this.args.length?(i=this.args.slice(r),n.parseArg&&(i=i.reduce((t,r)=>e(n,r,t),n.defaultValue))):i===void 0&&(i=[]):r<this.args.length&&(i=this.args[r],n.parseArg&&(i=e(n,i,n.defaultValue))),t[r]=i}),this.processedArgs=t}_chainOrCall(e,t){return e?.then&&typeof e.then==`function`?e.then(()=>t()):t()}_chainOrCallHooks(e,t){let n=e,r=[];return this._getCommandAndAncestors().reverse().filter(e=>e._lifeCycleHooks[t]!==void 0).forEach(e=>{e._lifeCycleHooks[t].forEach(t=>{r.push({hookedCommand:e,callback:t})})}),t===`postAction`&&r.reverse(),r.forEach(e=>{n=this._chainOrCall(n,()=>e.callback(e.hookedCommand,this))}),n}_chainOrCallSubCommandHook(e,t,n){let r=e;return this._lifeCycleHooks[n]!==void 0&&this._lifeCycleHooks[n].forEach(e=>{r=this._chainOrCall(r,()=>e(this,t))}),r}_parseCommand(e,t){let n=this.parseOptions(t);if(this._parseOptionsEnv(),this._parseOptionsImplied(),e=e.concat(n.operands),t=n.unknown,this.args=e.concat(t),e&&this._findCommand(e[0]))return this._dispatchSubcommand(e[0],e.slice(1),t);if(this._getHelpCommand()&&e[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(e[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(t),this._dispatchSubcommand(this._defaultCommandName,e,t);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),this._outputHelpIfRequested(n.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let r=()=>{n.unknown.length>0&&this.unknownOption(n.unknown[0])},i=`command:${this.name()}`;if(this._actionHandler){r(),this._processArguments();let n;return n=this._chainOrCallHooks(n,`preAction`),n=this._chainOrCall(n,()=>this._actionHandler(this.processedArgs)),this.parent&&(n=this._chainOrCall(n,()=>{this.parent.emit(i,e,t)})),n=this._chainOrCallHooks(n,`postAction`),n}if(this.parent?.listenerCount(i))r(),this._processArguments(),this.parent.emit(i,e,t);else if(e.length){if(this._findCommand(`*`))return this._dispatchSubcommand(`*`,e,t);this.listenerCount(`command:*`)?this.emit(`command:*`,e,t):this.commands.length?this.unknownCommand():(r(),this._processArguments())}else this.commands.length?(r(),this.help({error:!0})):(r(),this._processArguments())}_findCommand(e){if(e)return this.commands.find(t=>t._name===e||t._aliases.includes(e))}_findOption(e){return this.options.find(t=>t.is(e))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(e=>{e.options.forEach(t=>{t.mandatory&&e.getOptionValue(t.attributeName())===void 0&&e.missingMandatoryOptionValue(t)})})}_checkForConflictingLocalOptions(){let e=this.options.filter(e=>{let t=e.attributeName();return this.getOptionValue(t)!==void 0&&this.getOptionValueSource(t)!=="default"});e.filter(e=>e.conflictsWith.length>0).forEach(t=>{let n=e.find(e=>t.conflictsWith.includes(e.attributeName()));n&&this._conflictingOption(t,n)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(e=>{e._checkForConflictingLocalOptions()})}parseOptions(e){let t=[],n=[],r=t;function i(e){return e.length>1&&e[0]===`-`}let a=e=>/^-(\d+|\d*\.\d+)(e[+-]?\d+)?$/.test(e)?!this._getCommandAndAncestors().some(e=>e.options.map(e=>e.short).some(e=>/^-\d$/.test(e))):!1,o=null,s=null,c=0;for(;c<e.length||s;){let l=s??e[c++];if(s=null,l===`--`){r===n&&r.push(l),r.push(...e.slice(c));break}if(o&&(!i(l)||a(l))){this.emit(`option:${o.name()}`,l);continue}if(o=null,i(l)){let t=this._findOption(l);if(t){if(t.required){let n=e[c++];n===void 0&&this.optionMissingArgument(t),this.emit(`option:${t.name()}`,n)}else if(t.optional){let n=null;c<e.length&&(!i(e[c])||a(e[c]))&&(n=e[c++]),this.emit(`option:${t.name()}`,n)}else this.emit(`option:${t.name()}`);o=t.variadic?t:null;continue}}if(l.length>2&&l[0]===`-`&&l[1]!==`-`){let e=this._findOption(`-${l[1]}`);if(e){e.required||e.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${e.name()}`,l.slice(2)):(this.emit(`option:${e.name()}`),s=`-${l.slice(2)}`);continue}}if(/^--[^=]+=/.test(l)){let e=l.indexOf(`=`),t=this._findOption(l.slice(0,e));if(t&&(t.required||t.optional)){this.emit(`option:${t.name()}`,l.slice(e+1));continue}}if(r===t&&i(l)&&!(this.commands.length===0&&a(l))&&(r=n),(this._enablePositionalOptions||this._passThroughOptions)&&t.length===0&&n.length===0){if(this._findCommand(l)){t.push(l),n.push(...e.slice(c));break}else if(this._getHelpCommand()&&l===this._getHelpCommand().name()){t.push(l,...e.slice(c));break}else if(this._defaultCommandName){n.push(l,...e.slice(c));break}}if(this._passThroughOptions){r.push(l,...e.slice(c));break}r.push(l)}return{operands:t,unknown:n}}opts(){if(this._storeOptionsAsProperties){let e={},t=this.options.length;for(let n=0;n<t;n++){let t=this.options[n].attributeName();e[t]=t===this._versionOptionName?this._version:this[t]}return e}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((e,t)=>Object.assign(e,t.opts()),{})}error(e,t){this._outputConfiguration.outputError(`${e}\n`,this._outputConfiguration.writeErr),typeof this._showHelpAfterError==`string`?this._outputConfiguration.writeErr(`${this._showHelpAfterError}\n`):this._showHelpAfterError&&(this._outputConfiguration.writeErr(`
|
|
367
|
+
`),this.outputHelp({error:!0}));let n=t||{},r=n.exitCode||1,i=n.code||`commander.error`;this._exit(r,i,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in h.env){let t=e.attributeName();(this.getOptionValue(t)===void 0||[`default`,`config`,`env`].includes(this.getOptionValueSource(t)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,h.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new Od(this.options),t=e=>this.getOptionValue(e)!==void 0&&![`default`,`implied`].includes(this.getOptionValueSource(e));this.options.filter(n=>n.implied!==void 0&&t(n.attributeName())&&e.valueFromOption(this.getOptionValue(n.attributeName()),n)).forEach(e=>{Object.keys(e.implied).filter(e=>!t(e)).forEach(t=>{this.setOptionValueWithSource(t,e.implied[t],`implied`)})})}missingArgument(e){let t=`error: missing required argument '${e}'`;this.error(t,{code:`commander.missingArgument`})}optionMissingArgument(e){let t=`error: option '${e.flags}' argument missing`;this.error(t,{code:`commander.optionMissingArgument`})}missingMandatoryOptionValue(e){let t=`error: required option '${e.flags}' not specified`;this.error(t,{code:`commander.missingMandatoryOptionValue`})}_conflictingOption(e,t){let n=e=>{let t=e.attributeName(),n=this.getOptionValue(t),r=this.options.find(e=>e.negate&&t===e.attributeName()),i=this.options.find(e=>!e.negate&&t===e.attributeName());return r&&(r.presetArg===void 0&&n===!1||r.presetArg!==void 0&&n===r.presetArg)?r:i||e},r=e=>{let t=n(e),r=t.attributeName();return this.getOptionValueSource(r)===`env`?`environment variable '${t.envVar}'`:`option '${t.flags}'`},i=`error: ${r(e)} cannot be used with ${r(t)}`;this.error(i,{code:`commander.conflictingOption`})}unknownOption(e){if(this._allowUnknownOption)return;let t=``;if(e.startsWith(`--`)&&this._showSuggestionAfterError){let n=[],r=this;do{let e=r.createHelp().visibleOptions(r).filter(e=>e.long).map(e=>e.long);n=n.concat(e),r=r.parent}while(r&&!r._enablePositionalOptions);t=Md(e,n)}let n=`error: unknown option '${e}'${t}`;this.error(n,{code:`commander.unknownOption`})}_excessArguments(e){if(this._allowExcessArguments)return;let t=this.registeredArguments.length,n=t===1?``:`s`,r=e.length,i=`error: too many arguments${this.parent?` for '${this.name()}'`:``}. Expected ${t} argument${n} but got ${r}: ${e.join(`, `)}.`;this.error(i,{code:`commander.excessArguments`})}unknownCommand(){let e=this.args[0],t=``;if(this._showSuggestionAfterError){let n=[];this.createHelp().visibleCommands(this).forEach(e=>{n.push(e.name()),e.alias()&&n.push(e.alias())}),t=Md(e,n)}let n=`error: unknown command '${e}'${t}`;this.error(n,{code:`commander.unknownCommand`})}version(e,t,n){if(e===void 0)return this._version;this._version=e,t||=`-V, --version`,n||=`output the version number`;let r=this.createOption(t,n);return this._versionOptionName=r.attributeName(),this._registerOption(r),this.on(`option:`+r.name(),()=>{this._outputConfiguration.writeOut(`${e}\n`),this._exit(0,`commander.version`,e)}),this}description(e,t){return e===void 0&&t===void 0?this._description:(this._description=e,t&&(this._argsDescription=t),this)}summary(e){return e===void 0?this._summary:(this._summary=e,this)}alias(e){if(e===void 0)return this._aliases[0];let t=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(t=this.commands[this.commands.length-1]),e===t._name)throw Error(`Command alias can't be the same as its name`);let n=this.parent?._findCommand(e);if(n){let t=[n.name()].concat(n.aliases()).join(`|`);throw Error(`cannot add alias '${e}' to command '${this.name()}' as already have command '${t}'`)}return t._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(e=>this.alias(e)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let e=this.registeredArguments.map(e=>Td(e));return[].concat(this.options.length||this._helpOption!==null?`[options]`:[],this.commands.length?`[command]`:[],this.registeredArguments.length?e:[]).join(` `)}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}helpGroup(e){return e===void 0?this._helpGroupHeading??``:(this._helpGroupHeading=e,this)}commandsGroup(e){return e===void 0?this._defaultCommandGroup??``:(this._defaultCommandGroup=e,this)}optionsGroup(e){return e===void 0?this._defaultOptionGroup??``:(this._defaultOptionGroup=e,this)}_initOptionGroup(e){this._defaultOptionGroup&&!e.helpGroupHeading&&e.helpGroup(this._defaultOptionGroup)}_initCommandGroup(e){this._defaultCommandGroup&&!e.helpGroup()&&e.helpGroup(this._defaultCommandGroup)}nameFromFilename(e){return this._name=p.basename(e,p.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){let t=this.createHelp(),n=this._getOutputContext(e);t.prepareContext({error:n.error,helpWidth:n.helpWidth,outputHasColors:n.hasColors});let r=t.formatHelp(this,t);return n.hasColors?r:this._outputConfiguration.stripColor(r)}_getOutputContext(e){e||={};let t=!!e.error,n,r,i;return t?(n=e=>this._outputConfiguration.writeErr(e),r=this._outputConfiguration.getErrHasColors(),i=this._outputConfiguration.getErrHelpWidth()):(n=e=>this._outputConfiguration.writeOut(e),r=this._outputConfiguration.getOutHasColors(),i=this._outputConfiguration.getOutHelpWidth()),{error:t,write:e=>(r||(e=this._outputConfiguration.stripColor(e)),n(e)),hasColors:r,helpWidth:i}}outputHelp(e){let t;typeof e==`function`&&(t=e,e=void 0);let n=this._getOutputContext(e),r={error:n.error,write:n.write,command:this};this._getCommandAndAncestors().reverse().forEach(e=>e.emit(`beforeAllHelp`,r)),this.emit(`beforeHelp`,r);let i=this.helpInformation({error:n.error});if(t&&(i=t(i),typeof i!=`string`&&!Buffer.isBuffer(i)))throw Error(`outputHelp callback must return a string or a Buffer`);n.write(i),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit(`afterHelp`,r),this._getCommandAndAncestors().forEach(e=>e.emit(`afterAllHelp`,r))}helpOption(e,t){return typeof e==`boolean`?(e?(this._helpOption===null&&(this._helpOption=void 0),this._defaultOptionGroup&&this._initOptionGroup(this._getHelpOption())):this._helpOption=null,this):(this._helpOption=this.createOption(e??`-h, --help`,t??`display help for command`),(e||t)&&this._initOptionGroup(this._helpOption),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(e){return this._helpOption=e,this._initOptionGroup(e),this}help(e){this.outputHelp(e);let t=Number(h.exitCode??0);t===0&&e&&typeof e!=`function`&&e.error&&(t=1),this._exit(t,`commander.help`,`(outputHelp)`)}addHelpText(e,t){let n=[`beforeAll`,`before`,`after`,`afterAll`];if(!n.includes(e))throw Error(`Unexpected value for position to addHelpText.
|
|
368
|
+
Expecting one of '${n.join(`', '`)}'`);let r=`${e}Help`;return this.on(r,e=>{let n;n=typeof t==`function`?t({error:e.error,command:e.command}):t,n&&e.write(`${n}\n`)}),this}_outputHelpIfRequested(e){let t=this._getHelpOption();t&&e.find(e=>t.is(e))&&(this.outputHelp(),this._exit(0,`commander.helpDisplayed`,`(outputHelp)`))}};function Pd(e){return e.map(e=>{if(!e.startsWith(`--inspect`))return e;let t,n=`127.0.0.1`,r=`9229`,i;return(i=e.match(/^(--inspect(-brk)?)$/))===null?(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))===null?(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(t=i[1],n=i[3],r=i[4]):(t=i[1],/^\d+$/.test(i[3])?r=i[3]:n=i[3]):t=i[1],t&&r!==`0`?`${t}=${n}:${parseInt(r)+1}`:e})}function Fd(){if(h.env.NO_COLOR||h.env.FORCE_COLOR===`0`||h.env.FORCE_COLOR===`false`)return!1;if(h.env.FORCE_COLOR||h.env.CLICOLOR_FORCE!==void 0)return!0}new Nd;const Id=[],Ld=e=>Array.isArray(e)?e:[e],Rd=e=>e===void 0?Id:[e],zd=e=>e instanceof Error?e.message:String(e),Z=e=>{let t=e.optsWithGlobals();return{json:t.json===!0,verbose:t.verbose===!0}},Q=(e,t,n,r,i)=>{if(t.json){let t={data:r,ok:!0,warnings:i??Id};e.out(JSON.stringify(t));return}for(let t of Ld(n))e.out(t);for(let t of i??Id)e.errLine(`refs: warning: ${t}`)},Bd=(e,t,n)=>{if(t.json){let t={error:{code:n.code,message:n.message},ok:!1};e.out(JSON.stringify(t));return}e.errLine(`refs: ${n.message}`)},Vd=(e,t)=>{e.errLine(`refs: ${t}`)},$=(e,t,n)=>async()=>{try{await n()}catch(n){let r=be(n,{verbose:t.verbose});Bd(e,t,r),process.exitCode=r.exitCode}};var Hd=`0.4.0`;const Ud=async e=>{let t=await e.runner.run(`git`,[`--version`]);return t.exitCode===0?{detail:t.stdout.trim(),name:`git`,status:`ok`}:{detail:t.stderr.trim()||`git --version exited with code ${t.exitCode}`,name:`git`,status:`fail`}},Wd=/^v(?<major>\d+)\.(?<minor>\d+)/u,Gd=e=>{let t=Wd.exec(e),n=t?.groups?.major,r=t?.groups?.minor;if(n!==void 0&&r!==void 0)return{major:Number(n),minor:Number(r)}},Kd=e=>e===void 0?!1:e.major>24||e.major===24&&e.minor>=12,qd=e=>{let{nodeVersion:t}=e;return Kd(Gd(t))?{detail:t,name:`node`,status:`ok`}:{detail:`${t} does not satisfy the required range >=24.12`,name:`node`,status:`fail`}},Jd=()=>ss.parse({meta:{cli_version:`0.0.0`,schema_version:1},refs:{},settings:{}}),Yd=async e=>{try{return{config:await W(e)}}catch(e){return{config:Jd(),errorMessage:zd(e)}}},Xd=e=>e===void 0?{detail:`config is present and matches the current schema`,name:`config`,status:`ok`}:{detail:e,name:`config`,status:`fail`},Zd=[`.claude`,`skills`,`refs`,`SKILL.md`],Qd=[`.codex`,`skills`,`refs`,`SKILL.md`],$d=e=>e===void 0?[]:[m(e,...Zd),m(e,...Qd)],ef=async t=>{try{return await e(t),!0}catch{return!1}},tf=async e=>{let t=$d(e.env.HOME);return(await Promise.all(t.map(e=>ef(e)))).some(Boolean)?{detail:`the refs skill is installed`,name:`skill`,status:`ok`}:{detail:`refs skill not found — install it: npx skills add kaisers-io/refs`,name:`skill`,status:`warn`}},nf=(e,t)=>Object.keys(t.refs).map(t=>({dest:U(e,z.parse(t)),key:t})).filter(e=>G(e.dest)),rf=[`pre-commit`,`pre-push`],af=async(t,r)=>{try{return await e(m(t.hooksDir,r),n.X_OK),!0}catch{return!1}},of=async e=>{let t=await Promise.all(rf.map(t=>af(e,t)));return rf.filter((e,n)=>!t[n])},sf=async(e,t,n)=>{let r=await e.runner.run(`git`,[`config`,`--local`,`--get`,`core.hooksPath`],{cwd:n});return r.exitCode===0&&r.stdout.trim()===t.hooksDir},cf=e=>e.missingHooks.length>0?{detail:`${e.missingHooks.map(e=>`hooks/${e}`).join(`, `)} missing or not executable — run: refs init`,name:`hooks-guard`,status:`fail`}:e.badKeys.length>0?{detail:`core.hooksPath not set for: ${e.badKeys.join(`, `)} — run: refs init`,name:`hooks-guard`,status:`fail`}:{detail:`${rf.map(e=>`hooks/${e}`).join(`, `)} present; ${e.checkoutCount} checkout(s) guarded`,name:`hooks-guard`,status:`ok`},lf=async(e,t,n)=>{let r=nf(t,n),[i,a]=await Promise.all([of(t),Promise.all(r.map(n=>sf(e,t,n.dest)))]),o=r.filter((e,t)=>!a[t]).map(e=>e.key);return cf({badKeys:o,checkoutCount:r.length,missingHooks:i})},uf=async(e,t)=>{let n=await e.runner.run(`git`,[`status`,`--porcelain`],{cwd:t.dest});return n.exitCode===0?{broken:!1,detail:``,dirty:n.stdout.trim()!==``,key:t.key}:{broken:!0,detail:n.stderr.trim(),dirty:!1,key:t.key}},df=e=>{let t=e.filter(e=>e.broken);if(t.length>0)return{detail:t.map(e=>`${e.key}: git status failed — ${e.detail}`).join(`; `),name:`dirty-checkouts`,status:`fail`};let n=e.filter(e=>e.dirty).map(e=>e.key);return n.length===0?{detail:`no local changes in any checkout`,name:`dirty-checkouts`,status:`ok`}:{detail:`local changes will be discarded on next sync: ${n.join(`, `)}`,name:`dirty-checkouts`,status:`warn`}},ff=async(e,t,n)=>{let r=nf(t,n),i=await Promise.all(r.map(t=>uf(e,t)));return df(i)},pf=async e=>{try{return await X(e)}catch{return Bu.parse({})}},mf=async e=>{try{return(await s(e,{withFileTypes:!0})).filter(e=>e.isDirectory()).map(e=>e.name)}catch(e){if(V(e))return[];throw e}},hf=async(e,t)=>{if(G(e))return[[...t]];let n=await mf(e);return(await Promise.all(n.map(n=>hf(m(e,n),[...t,n])))).flat()},gf=(e,t,n)=>{let r=e.refs[t]?.pending_proposal_at;return r!==void 0&&n-Date.parse(r)<864e5},_f=(e,t,n)=>gf(t,e.key,n)?`${e.key}: pending add`:`${e.key}: orphan — remove with: rm -rf ${e.dest}`,vf=(e,t)=>({dest:m(e.sourcesDir,...t),key:t.join(`/`)}),yf=async(e,t,n)=>{let r=(await hf(e.sourcesDir,[])).map(t=>vf(e,t)).filter(e=>!Object.hasOwn(t.refs,e.key));if(r.length===0)return{detail:`no orphaned checkouts under sources/`,name:`orphans`,status:`ok`};let i=Date.now();return{detail:r.map(e=>_f(e,n,i)).join(`; `),name:`orphans`,status:`warn`}},bf=/^(?<user>[^/\s@]+)@(?<host>[^:/\s]+):/u,xf=e=>e===``?{}:{user:e},Sf=e=>e===``?{}:{port:e},Cf=e=>{try{let t=new URL(e);return t.protocol===`ssh:`?{host:t.hostname,...xf(t.username),...Sf(t.port)}:void 0}catch{return}},wf=e=>{let t=bf.exec(e),n=t?.groups?.host;return n===void 0?Cf(e):{host:n,user:t?.groups?.user??`git`}},Tf=e=>e.port===void 0?e.host:`${e.host}:${e.port}`,Ef=e=>e.user===void 0?Tf(e):`${e.user}@${Tf(e)}`,Df=e=>{let t=Object.values(e.refs).map(e=>wf(e.url)).filter(e=>e!==void 0),n=new Map;for(let e of t)n.set(Ef(e),e);return[...n.values()].toSorted((e,t)=>Ef(e).localeCompare(Ef(t)))},Of=/Permission denied/u,kf=[/Could not resolve hostname/u,/Connection refused/u,/Host key verification failed/u,/timed out/u],Af=e=>e.user===void 0?e.host:`${e.user}@${e.host}`,jf=e=>{let t=[`-o`,`ConnectTimeout=5`,`-o`,`BatchMode=yes`],n=Af(e);return e.port===void 0?[...t,`-T`,n]:[...t,`-p`,e.port,`-T`,n]},Mf=async(e,t,n)=>{let r=Ef(t),i=await e.runner.run(`ssh`,jf(t),{timeoutMs:n});return i.timedOut===!0?{host:r,outcome:`timeout`}:Of.test(i.stderr)?{host:r,outcome:`denied`}:kf.some(e=>e.test(i.stderr))?{detail:i.stderr.trim(),host:r,outcome:`connection-warn`}:{host:r,outcome:`ok`}},Nf=(e,t)=>{let n=e.filter(e=>e.outcome===`timeout`).map(e=>e.host);if(n.length!==0)return{detail:`ssh probe timed out after ${t/1e3}s: ${n.join(`, `)}`,name:`ssh-auth`,status:`fail`}},Pf=e=>{let t=e.filter(e=>e.outcome===`denied`).map(e=>e.host);if(t.length!==0)return{detail:`ssh permission denied for: ${t.join(`, `)}`,name:`ssh-auth`,status:`fail`}},Ff=e=>{let t=e.filter(e=>e.outcome===`connection-warn`);if(t.length!==0)return{detail:`ssh connection issue, treated as warn: ${t.map(e=>`${e.host} (${e.detail??``})`).join(`; `)}`,name:`ssh-auth`,status:`warn`}},If=e=>({detail:`ssh auth ok for: ${e.map(e=>e.host).join(`, `)}`,name:`ssh-auth`,status:`ok`}),Lf=(e,t)=>Nf(e,t)??Pf(e)??Ff(e)??If(e),Rf=async(e,t,n)=>{let r=Df(t);if(r.length===0)return;let i=n?.timeoutMs??1e4,a=await Promise.all(r.map(t=>Mf(e,t,i)));return Lf(a,i)},zf=async e=>{try{return await e.run()}catch(t){return{detail:`check crashed: ${zd(t)}`,name:e.name,status:`fail`}}},Bf=async e=>{let[t,...n]=e;if(t===void 0)return[];let r=await zf(t),i=await Bf(n);return r===void 0?i:[r,...i]},Vf=e=>{let{configLoad:t,ctx:n,home:r,state:i}=e;return[{name:`git`,run:()=>Ud(n)},{name:`node`,run:()=>Promise.resolve(qd(n))},{name:`config`,run:()=>Promise.resolve(Xd(t.errorMessage))},{name:`hooks-guard`,run:()=>lf(n,r,t.config)},{name:`dirty-checkouts`,run:()=>ff(n,r,t.config)},{name:`orphans`,run:()=>yf(r,t.config,i)},{name:`skill`,run:()=>tf(n)},{name:`ssh-auth`,run:()=>Rf(n,t.config)}]},Hf=async e=>{let t=H(e.env),n=await Yd(t),r=await pf(t);return Bf(Vf({configLoad:n,ctx:e,home:t,state:r}))},Uf={fail:`FAIL`,ok:`OK`,warn:`WARN`},Wf=e=>e.map(e=>`[${Uf[e.status]}] ${e.name}: ${e.detail}`),Gf=e=>e.some(e=>e.status===`fail`),Kf=(e,t)=>{e.command(`doctor`).description(`Run environment/integrity checks (git, node, config, hooks, checkouts, ssh).`).action((e,n)=>{let r=Z(n);return $(t,r,async()=>{let e=await Hf(t);Q(t,r,Wf(e),{checks:e}),Gf(e)&&(process.exitCode=g.UNEXPECTED)})()})},qf=async e=>{let t=H(e.env),n=await J(t,`home`,()=>cc(t,Hd));return n===`migrated`?{backup:Bs(t),result:n}:{backup:null,result:n}},Jf=e=>e.result===`migrated`&&e.backup!==null?`config migrated (backup: ${te(e.backup)})`:e.result===`seeded`?`config seeded`:`config up to date`,Yf=(e,t)=>{e.command(`migrate`).description(`Migrate the refs config to the current schema, seeding it if absent.`).action((e,n)=>{let r=Z(n);return $(t,r,async()=>{let e=await qf(t);Q(t,r,Jf(e),e)})()})},Xf=(e,t,n)=>e===void 0||n-Date.parse(e)>t,Zf=(e,t,n)=>{let r=e.state.refs[t],i=Zo(Y(`sync_ttl`,n,e.settings));return{clone_mode:Y(`clone_mode`,n,e.settings),description:n.description,key:t,missing:!G(U(e.home,z.parse(t))),packages:Object.keys(n.packages??{}).toSorted(),stale:Xf(r?.last_fetched_at,i,e.now)}},Qf=e=>{let t={home:e.home,now:e.now,settings:e.config.settings,state:e.state};return Object.entries(e.config.refs).map(([e,n])=>Zf(t,e,n)).toSorted((e,t)=>e.key.localeCompare(t.key))},$f=async e=>{let t=H(e.env),n=await W(t),r=await X(t);return Qf({config:n,home:t,now:Date.now(),state:r})},ep=e=>{let t=[];return e.stale&&t.push(`[stale]`),e.missing&&t.push(`[missing]`),t.length===0?``:` ${t.join(` `)}`},tp=e=>e.length===0?[`no refs configured — run: refs add <source>`]:e.map(e=>`${e.key} ${e.description}${ep(e)}`),np=e=>e.split(`/`),rp=(e,t)=>{let n=np(e);if(t.length>n.length)return!1;let r=n.length-t.length;return t.every((e,t)=>e===n[r+t])},ip=(e,t)=>{if(Object.hasOwn(e.refs,t))return z.parse(t);let n=np(t),r=Object.keys(e.refs).filter(e=>rp(e,n)).toSorted(),[i]=r;if(i===void 0)throw v(`no ref matches '${t}'`);if(r.length>1)throw y(`'${t}' matches more than one ref: ${r.join(`, `)}`);return z.parse(i)},ap=(e,t)=>{e.command(`list`).description(`List configured refs with their staleness/missing checkout status.`).action((e,n)=>{let r=Z(n);return $(t,r,async()=>{let e=await $f(t);Q(t,r,tp(e),e)})()})},op=e=>`ref:${e.replaceAll(`/`,`_`)}`,sp=e=>e.REFS_ALLOW_FILE_URLS===`1`,cp=(e,t)=>{let n=ul(t,{allowFileUrls:sp(e.env)});return{cloneUrl:n.cloneUrl,key:n.key}},lp=async(e,t)=>{if(t===``)throw y(`refs add npm: requires a package name, e.g. npm:left-pad`);Vd(e,`resolving npm package '${t}'…`);let n=await fu(e.fetcher,t),r={cloneUrl:n.cloneUrl,key:n.key,npmPkgName:t};return n.directory!==void 0&&(r.npmDirectory=n.directory),r},up=(e,t)=>t.startsWith(`npm:`)?lp(e,t.slice(4)):Promise.resolve(cp(e,t)),dp=(e,t)=>{if(e.npmPkgName===void 0)return e;let n=Y(`git_transport`,void 0,t);return{...e,cloneUrl:Sl(e.cloneUrl,n)}},fp=e=>`ref '${e}' already exists — use refs edit or refs remove`,pp=(e,t)=>{if(e.refs[t]!==void 0)throw ve(fp(t))},mp=async e=>{try{return await s(e,{withFileTypes:!0})}catch(e){if(V(e))return;throw e}},hp=e=>e.filter(e=>e.isDirectory()).map(e=>e.name),gp=async(e,t)=>{let n=await mp(e);if(n===void 0)return{kind:`stop`};let r=hp(n);if(r.includes(t))return{kind:`continue`,nextDir:m(e,t)};let i=r.find(e=>e.toLowerCase()===t.toLowerCase());return i===void 0?{kind:`stop`}:{kind:`collision`,name:i}},_p=async(e,t,n)=>{let[r,...i]=t;if(r===void 0)return;let a=await gp(e,r);if(a.kind!==`stop`)return a.kind===`collision`?[...n,a.name].join(`/`):_p(a.nextDir,i,[...n,r])},vp=[],yp=async(e,t)=>{let n=await _p(e.sourcesDir,t.split(`/`),vp);if(n!==void 0)throw ve(`checkout path for '${t}' collides case-insensitively with existing '${n}'`)},bp=async e=>{try{return await i(e),!0}catch(e){if(V(e))return!1;throw e}},xp=async e=>{try{return await s(e)}catch(e){if(V(e))return;throw e}},Sp=async e=>{try{return(await i(e)).isDirectory()}catch(e){if(V(e))return;throw e}},Cp=async e=>{let t=await xp(e);if(t===void 0)return!0;if(t.length>0)return!1;try{await d(e)}catch(e){if(!V(e))throw e}return!0},wp=async e=>{let t=await Sp(e);return t===void 0?!0:t?Cp(e):!1},Tp=async(e,t)=>{t!==e.sourcesDir&&await wp(t)&&await Tp(e,ne(t))},Ep=async(e,t)=>await bp(t)?(Ws(e,t),await u(t,{force:!0,recursive:!0}),await Tp(e,ne(t)),{removedCheckout:!0}):{removedCheckout:!1,warning:`checkout was already missing`},Dp=(e,t)=>Object.fromEntries(Object.entries(e).filter(([e])=>e!==t)),Op=async(e,t)=>{let n=await W(e);await Qs(e,{...n,refs:Dp(n.refs,t)});let r=await X(e);await Uu(e,{...r,refs:Dp(r.refs,t)})},kp=async(e,t)=>{let n=H(e.env),r=ip(await W(n),t),i=U(n,r),{removedCheckout:a,warning:o}=await J(n,op(r),()=>Ep(n,i));return await J(n,`home`,()=>Op(n,r)),{data:{key:r,removed_checkout:a},warnings:Rd(o)}},Ap=e=>e.removed_checkout?[`removed ${e.key} (checkout deleted)`]:[`removed ${e.key} (checkout was already missing)`],jp=(e,t)=>{e.command(`remove`).description(`Remove a configured ref: its config/state entry AND its checkout directory.`).argument(`<ref>`,`full ref key or a unique suffix, e.g. zod`).action((e,n,r)=>{let i=Z(r);return $(t,i,async()=>{let{data:n,warnings:r}=await kp(t,e);Q(t,i,Ap(n),n,r)})()})},Mp=(e,t)=>{let n=e.refs[t];if(n===void 0)throw Error(`internal: matched ref key '${t}' is missing from config.refs`);return n},Np=(e,t)=>{if(!G(e))throw v(`checkout for '${t}' is missing — run: refs sync ${t}`)},Pp=(e,t,n)=>{let r=e.packages?.[n];if(r===void 0)throw v(`no package '${n}' registered on ref '${t}'`);return r},Fp=e=>`no ref matches '${e}' — run refs list, or add it: refs add <url>`,Ip=/^[a-z][a-z0-9+.-]*:\/\//iu,Lp=/^git@[^:/\s]+:[^\s]+$/u,Rp=e=>Ip.test(e)||Lp.test(e),zp=(e,t)=>{try{return ul(e,t)}catch{if(Rp(e))throw b(`query looks like a git url but is not a supported form — check the url (credentials are never accepted) or run: refs resolve <package|ref-suffix>`);return}},Bp=(e,t,n)=>{let r=zp(t,n);if(r!==void 0){if(Object.hasOwn(e.refs,r.key))return{key:r.key};throw v(Fp(t))}},Vp=(e,t)=>{let n=[];for(let r of Object.keys(e.refs).toSorted()){let i=e.refs[r]?.packages?.[t];i!==void 0&&n.push({entry:i,key:z.parse(r)})}return n},Hp=(e,t)=>`package '${e}' is registered by more than one ref: ${t.join(`, `)} — use the full ref key`,Up=(e,t)=>{let n=Vp(e,t),[r]=n;if(r!==void 0){if(n.length>1)throw y(Hp(t,n.map(e=>e.key)));return r}},Wp=(e,t)=>{let n=t.split(`/`);for(let t=n.length-1;t>=1;--t){let r=n.slice(0,t).join(`/`),i=Up(e,r);if(i!==void 0)return{...i,name:r}}},Gp=(e,t)=>{try{return ip(e,t)}catch(e){throw e instanceof _&&e.code===`not_found`?v(Fp(t)):e}},Kp=(e,t,n)=>{let r=Bp(e,t,n);if(r!==void 0)return r;let i=Up(e,t);if(i!==void 0)return{key:i.key,packageMatch:{...i,name:t}};let a=Wp(e,t);return a===void 0?{key:Gp(e,t)}:{key:a.key,packageMatch:a}},qp=(e,t)=>{if(e.packageMatch===void 0)return null;let{entry:n,name:r}=e.packageMatch;return{local_path:m(t,n.path),name:r,path:n.path}},Jp=async(e,t)=>{let n=H(e.env),r=await W(n),i=Kp(r,t,{allowFileUrls:sp(e.env)}),a=Mp(r,i.key),o=await X(n),s=U(n,i.key),c=Zo(Y(`sync_ttl`,a,r.settings));return{key:i.key,local_path:s,missing:!G(s),package:qp(i,s),stale:Xf(o.refs[i.key]?.last_fetched_at,c,Date.now())}},Yp=e=>{let t=[e.key,`local_path: ${e.local_path}`];return e.package!==null&&t.push(`package: ${e.package.name}`,`local_path: ${e.package.local_path}`),t},Xp=(e,t)=>{e.command(`resolve`).description(`Resolve a git url, npm package name, import path, or ref-key suffix to its ref/package.`).argument(`<query>`,`git url, npm package name, import path, or unique ref-key suffix`).action((e,n,r)=>{let i=Z(r);return $(t,i,async()=>{let n=await Jp(t,e);Q(t,i,Yp(n),n)})()})},Zp={},Qp=async(e,t)=>{if(!G(t))return{tags:[]};try{return{tags:await Oc(e.runner,t,5)}}catch(e){return{tags:[],warning:`could not list tags: ${zd(e)}`}}},$p=async(e,t)=>{let n=H(e.env),r=await W(n),i=ip(r,t),a=Mp(r,i),o=await X(n),s=U(n,i),{tags:c,warning:l}=await Qp(e,s);return{data:{...a,key:i,local_path:s,sample_tags:c,state:o.refs[i]??Zp},warnings:Rd(l)}},em=e=>{let t=[`${e.key} ${e.description}`,`url: ${e.url}`,`local_path: ${e.local_path}`];return e.sample_tags.length>0&&t.push(`tags: ${e.sample_tags.join(`, `)}`),t},tm=(e,t)=>{e.command(`show`).description(`Show a configured ref: full entry, state, local path, and sample tags.`).argument(`<ref>`,`full ref key or a unique suffix, e.g. zod`).action((e,n,r)=>{let i=Z(r);return $(t,i,async()=>{let{data:n,warnings:r}=await $p(t,e);Q(t,i,em(n),n,r)})()})},nm=(e,t)=>{let n={head_sha:t.headSha,last_fetched_at:new Date().toISOString()},r=t.effectiveCloneMode??e?.effective_clone_mode;return r!==void 0&&(n.effective_clone_mode=r),n},rm=async(e,t,n)=>{let r=await W(e),i=r.refs[t];i!==void 0&&(r.refs[t]={...i,default_branch:n},await Qs(e,r))},im=(e,t,n)=>J(e,`home`,async()=>{n.branchRenamedTo!==void 0&&await rm(e,t,n.branchRenamedTo);let r=await X(e);r.refs[t]=nm(r.refs[t],n),await Uu(e,r)}),am=async(e,t,n)=>{try{await J(e,`home`,async()=>{let r=await X(e);r.refs[t]={...r.refs[t],last_error:n},await Uu(e,r)})}catch{}},om=e=>{let t=0,n=[];return{acquire:()=>{if(t<e)return t+=1,Promise.resolve();let{promise:r,resolve:i}=Promise.withResolvers();return n.push(()=>{t+=1,i()}),r},release:()=>{--t;let e=n.shift();e!==void 0&&e()}}},sm=async(e,t)=>{await e.acquire();try{return await t()}finally{e.release()}},cm=(e,t,n)=>`checkout at ${e} points at '${q(t)}' — expected '${q(n)}'; remove the checkout directory or run refs remove before retrying`,lm=e=>e.exitCode===0?e.stdout.trim():`(no origin remote)`,um=(e,t)=>{try{return ul(e,{allowFileUrls:t}).key}catch{return}},dm=async(e,t)=>{let n=await e.run(`git`,[`remote`,`get-url`,`origin`],{cwd:t.dest}),r=lm(n),i=um(t.expectedUrl,t.allowFileUrls),a=um(r,t.allowFileUrls);if(i===void 0||a!==i)throw ve(cm(t.dest,r,t.expectedUrl))},fm=e=>`checkout at ${e} exists but is not refs-managed — remove it (rm -rf ${e}) and retry`,pm=async(e,t)=>{let n=await e.run(`git`,[`config`,`--local`,`core.hooksPath`],{cwd:t.dest});if(n.exitCode!==0||n.stdout.trim()!==t.hooksDir)throw ve(fm(t.dest))},mm=async(e,t)=>{await a(ne(t.dest),{recursive:!0}),Vd(e,`cloning ${q(t.cloneUrl)} into ${t.dest}…`);let n=await yc(e.runner,t);return n.warning===void 0?{effectiveMode:n.effectiveMode}:{effectiveMode:n.effectiveMode,warning:n.warning}},hm=async(e,t)=>(Ws(t.home,t.dest),G(t.dest)?(await dm(e.runner,{allowFileUrls:t.allowFileUrls,dest:t.dest,expectedUrl:t.cloneUrl}),await pm(e.runner,{dest:t.dest,hooksDir:t.hooksDir}),{}):mm(e,t)),gm=(e,t)=>`checkout for '${e}' at ${t} is missing or corrupt (git rev-parse HEAD failed) — run: refs remove ${e}, then refs add <source> --dry-run again`,_m=(e,t,n)=>`checkout for '${e}' at ${t} has a HEAD sha refs cannot store yet (${n.length} hex chars, expected 40) — only SHA-1 repositories are supported for now; \`--object-format=sha256\` repositories are not yet supported`,vm=async(e,t)=>{await dm(e,t),await pm(e,{dest:t.dest,hooksDir:t.hooksDir});let n=await e.run(`git`,[`rev-parse`,`HEAD`],{cwd:t.dest});if(n.exitCode!==0)throw b(gm(t.key,t.dest));let r=n.stdout.trim();if(!zu.shape.head_sha.safeParse(r).success)throw b(_m(t.key,t.dest,r));return r},ym=(e,t,n)=>`sync produced a HEAD sha for '${e}' at ${t} that refs cannot store yet (${n.length} hex chars) — only SHA-1 repositories are supported for now`,bm=(e,t,n)=>{if(!zu.shape.head_sha.safeParse(n).success)throw b(ym(e,t,n));return n},xm=(e,t,n)=>{let r={effectiveCloneMode:t.effectiveMode,headSha:n.headSha,status:`cloned`};return n.actualBranch!==e.ref.default_branch&&(r.branchRenamedTo=n.actualBranch),t.warning!==void 0&&(r.warning=t.warning),r},Sm=async(e,t,n)=>{await a(ne(n),{recursive:!0});let r=Y(`clone_mode`,t.ref,t.settings),i=await yc(e.runner,{cloneUrl:t.ref.url,dest:n,hooksDir:t.home.hooksDir,mode:r}),o=await xc(e.runner,n),s=await vm(e.runner,{allowFileUrls:sp(e.env),dest:n,expectedUrl:t.ref.url,hooksDir:t.home.hooksDir,key:t.key});return xm(t,i,{actualBranch:o,headSha:s})},Cm=async(e,t,n)=>{await pm(e.runner,{dest:n,hooksDir:t.home.hooksDir}),await dm(e.runner,{allowFileUrls:sp(e.env),dest:n,expectedUrl:t.ref.url});let r=await Dc(e.runner,{defaultBranch:t.ref.default_branch,dir:n}),i={headSha:bm(t.key,n,r.newSha),status:r.status};return r.branchRenamedTo!==void 0&&(i.branchRenamedTo=r.branchRenamedTo),r.warning!==void 0&&(i.warning=r.warning),i},wm=(e,t)=>J(t.home,op(t.key),()=>{let n=U(t.home,t.key);return Ws(t.home,n),G(n)?Cm(e,t,n):Sm(e,t,n)}),Tm=e=>{let t=[];e.branchRenamedTo!==void 0&&t.push(`default branch renamed to ${e.branchRenamedTo}`),e.warning!==void 0&&t.push(e.warning);let[n]=t;if(n!==void 0)return t.join(` | `)},Em=(e,t)=>{let n={key:e,status:t.status},r=Tm(t);return r!==void 0&&(n.warning=r),n},Dm=async(e,t)=>{try{let n=await wm(e,t);return await im(t.home,t.key,n),Em(t.key,n)}catch(e){let n=zd(e);return await am(t.home,t.key,n),{error:n,key:t.key,status:`failed`}}},Om=(e,t)=>e.status===`fulfilled`?e.value:{error:zd(e.reason),key:t,status:`failed`},km=async(e,t)=>{let n=om(4);return(await Promise.allSettled(t.map(t=>sm(n,()=>Dm(e,t))))).map((e,n)=>{let r=t[n];if(r===void 0)throw Error(`internal: sync target at index ${n} is missing`);return Om(e,r.key)})},Am=(e,t,n)=>({home:e,key:n,ref:Mp(t,n),settings:t.settings}),jm=(e,t,n)=>n.length===0?Object.keys(t.refs).toSorted().map(n=>Am(e,t,z.parse(n))):n.map(n=>Am(e,t,ip(t,n))),Mm=(e,t,n)=>{let r=Date.now();return t.filter(t=>{let i=Zo(Y(`sync_ttl`,t.ref,t.settings)),a=Xf(n.refs[t.key]?.last_fetched_at,i,r),o=!G(U(e,t.key));return a||o})},Nm=async(e,t,n)=>{if(!n)return t;let r=await X(e);return Mm(e,t,r)},Pm=async(e,t)=>{let n=H(e.env),r=await W(n),i=jm(n,r,t.refs),a=await km(e,await Nm(n,i,t.staleOnly));return{failedCount:a.filter(e=>e.status===`failed`).length,results:a}},Fm=[`updated`,`fresh`,`cloned`,`restored`,`failed`],Im={cloned:`Cloned`,failed:`Failed`,fresh:`Fresh`,restored:`Restored`,updated:`Updated`},Lm=e=>{let t={cloned:[],failed:[],fresh:[],restored:[],updated:[]};for(let n of e)t[n.status].push(n);return t},Rm=e=>e.status===`failed`?` ${e.key}: ${e.error??`unknown error`}`:e.warning===void 0?` ${e.key}`:` ${e.key} (${e.warning})`,zm=e=>{let t=Lm(e),n=[Fm.map(e=>`${Im[e]} (${t[e].length})`).join(` / `)];for(let e of Fm)for(let r of t[e])n.push(Rm(r));return n},Bm=(e,t)=>({refs:e,staleOnly:t.staleOnly===!0}),Vm=(e,t)=>{e.command(`sync`).description(`Fetch (or re-clone, if the checkout is missing) configured refs — all by default.`).argument(`[refs...]`,`ref keys or unique suffixes to sync (default: every configured ref)`).option(`--stale-only`,`skip refs whose last sync is still within their ref's sync_ttl`).action((e,n,r)=>{let i=Z(r);return $(t,i,async()=>{let r=await Pm(t,Bm(e,n));Q(t,i,zm(r.results),{results:r.results}),r.failedCount>0&&(process.exitCode=g.UNEXPECTED)})()})},Hm=(e,t,n)=>n===void 0?e.tag_format:Pp(e,t,n).tag_format??e.tag_format,Um=async(e,t)=>{let n=H(e.env),r=await W(n),i=ip(r,t.query),a=Mp(r,i),o=Hm(a,i,t.opts.packageName),s=U(n,i);Np(s,i);let c=await Uc(e.runner,s,o,t.version);return{key:i,ref_path:`refs/tags/${c}`,tag:c,version:t.version}},Wm=e=>[`${e.key}@${e.version} -> ${e.tag}`],Gm=e=>{let t={};return e.package!==void 0&&(t.packageName=e.package),t},Km=[Kf,Yf,jp,Xp,tm,Vm,(e,t)=>{e.command(`tag`).description(`Resolve a version to its git tag, via the ref's (or a package's) tag_format.`).argument(`<ref>`,`full ref key or a unique suffix, e.g. zod`).argument(`<version>`,`version to resolve, e.g. 4.1.0`).option(`--package <name>`,`resolve against this package's tag_format instead of the ref's`).action((e,n,r,i)=>{let a=Z(i);return $(t,a,async()=>{let i=await Um(t,{opts:Gm(r),query:e,version:n});Q(t,a,Wm(i),i)})()})}],qm=e=>e.description===void 0?{path:e.path}:{description:e.description,path:e.path},Jm=(e,t,n)=>e.length>0?Object.fromEntries(e.map(e=>[e.name,qm(e)])):n===void 0?{}:{[n]:{path:t??`.`}},Ym=e=>{let t=e.description??``;return e.tag_format===void 0?{description:t,path:e.path}:{description:t,path:e.path,tag_format:e.tag_format}},Xm=e=>{let t=Object.entries(e);if(t.length!==0)return Object.fromEntries(t.map(([e,t])=>[e,Ym(t)]))},Zm=e=>e.description===void 0||e.description===``,Qm=e=>Object.entries(e).filter(([,e])=>Zm(e)).map(([e])=>e).toSorted(),$m=e=>{let t=Qm(e);if(t.length!==0)throw b(`packages without a detected description: ${t.join(`, `)} — run the two-phase flow instead: refs add <source> --dry-run --json > proposal.json, fill in the package descriptions, then refs add --proposal proposal.json`)},eh=e=>{if(Object.keys(e).length!==0)return e},th=e=>{if(e===null)throw b(`tag_format_candidate must be set to a valid tag format (containing '{version}') before finalizing — edit the proposal and provide one, or add the ref manually`);return e},nh=e=>e.packages===void 0?{default_branch:e.default_branch,description:e.description,tag_format:e.tag_format,url:e.url}:{default_branch:e.default_branch,description:e.description,packages:e.packages,tag_format:e.tag_format,url:e.url},rh=async(e,t,n)=>{let r=await xc(e.runner,t),i=Vc(await Oc(e.runner,t));return Vd(e,`detecting workspace packages…`),{defaultBranch:r,packages:Jm(await yd(t),n.npmDirectory,n.npmPkgName),tagFormatCandidate:i}},ih=(e,t)=>J(t.home,op(t.resolved.key),async()=>{let n=await hm(e,{allowFileUrls:sp(e.env),cloneUrl:t.resolved.cloneUrl,dest:t.dest,home:t.home,hooksDir:t.home.hooksDir,mode:t.cloneMode}),r={fields:await rh(e,t.dest,t.resolved)};return n.effectiveMode!==void 0&&(r.effectiveMode=n.effectiveMode),n.warning!==void 0&&(r.warning=n.warning),r}),ah=e=>{let t={default_branch:e.cloneResult.fields.defaultBranch,description:``,key:e.resolved.key,packages:e.cloneResult.fields.packages,tag_format_candidate:e.cloneResult.fields.tagFormatCandidate,url:e.resolved.cloneUrl},n={dest:e.dest,proposal:t};return e.cloneResult.effectiveMode!==void 0&&(n.effectiveCloneMode=e.cloneResult.effectiveMode),e.cloneResult.warning!==void 0&&(n.warning=e.cloneResult.warning),n},oh=async(e,t)=>{let n=H(e.env),r=await W(n),i=dp(await up(e,t),r.settings);pp(r,i.key),await yp(n,i.key);let a=U(n,i.key),o=Y(`clone_mode`,void 0,r.settings),s=await ih(e,{cloneMode:o,dest:a,home:n,resolved:i});return ah({cloneResult:s,dest:a,resolved:i})},sh=(e,t,n)=>J(e,`home`,async()=>{pp(await W(e),t);let r=await X(e),i=r.refs[t],a=n??i?.effective_clone_mode,o={...i,pending_proposal_at:new Date().toISOString()};a!==void 0&&(o.effective_clone_mode=a),r.refs[t]=o,await Uu(e,r)}),ch=(e,t)=>{let n=ss.safeParse(e);if(!n.success)throw b(O(n.error));let r=Bu.safeParse(t);if(!r.success)throw b(O(r.error));return{config:n.data,state:r.data}},lh=async(e,t)=>{let n=await W(e.home);pp(n,e.ref.key);let r=nh(e.ref);n.refs[e.ref.key]=r;let i=await X(e.home);return i.refs[e.ref.key]={effective_clone_mode:e.effectiveCloneMode??i.refs[e.ref.key]?.effective_clone_mode??Y(`clone_mode`,void 0,n.settings),head_sha:t,last_fetched_at:new Date().toISOString()},{...ch(n,i),entry:r}},uh=async(e,t)=>{let n=sp(e.env),r=await J(t.home,op(t.ref.key),()=>(Ws(t.home,t.dest),vm(e.runner,{allowFileUrls:n,dest:t.dest,expectedUrl:t.ref.url,hooksDir:t.home.hooksDir,key:t.ref.key})));return J(t.home,`home`,async()=>{let{config:e,entry:n,state:i}=await lh(t,r);return await Uu(t.home,i),await Qs(t.home,e),{entry:n,key:t.ref.key}})},dh=(e,t)=>t===`-`?e.readStdin():o(t,`utf8`),fh=e=>{try{return JSON.parse(e)}catch(e){throw b(`invalid JSON in proposal: ${zd(e)}`)}},ph=e=>typeof e==`object`&&!!e&&!Array.isArray(e),mh=e=>ph(e)&&`ok`in e&&!(`key`in e),hh=e=>{if(!mh(e))return e;if(e.ok===!1)throw b(`proposal file contains a failed refs envelope (ok is false) — re-run the dry-run`);if(ph(e.data))return e.data;throw b(`proposal file is a refs envelope without a usable data object — re-run the dry-run`)},gh=e=>e.code===`unrecognized_keys`,_h=e=>e.path.length===0,vh=(e,t)=>{let n=t.toSorted().map(e=>`"${e}"`).join(`, `);return e===``?`✖ unrecognized key(s) in proposal: ${n}`:`✖ unrecognized key(s) in proposal at ${e}: ${n}`},yh=e=>{let t=new Map;for(let n of e){let e=ct(n.path);t.set(e,[...t.get(e)??[],...n.keys])}return[...t.entries()].toSorted(([e],[t])=>e.localeCompare(t)).map(([e,t])=>vh(e,t))},bh=e=>`✖ invalid proposal: ${e.message}`,xh=e=>{let t=e.issues.filter(e=>gh(e)),n=e.issues.filter(e=>!gh(e)),r=n.filter(e=>_h(e));if(t.length===0&&r.length===0)return O(e);let i=n.filter(e=>!_h(e)),a=[...yh(t),...r.map(e=>bh(e))];return i.length>0&&a.push(O({issues:i})),a.join(`
|
|
369
|
+
`)},Sh=e=>{let t=Ru.safeParse(e);if(!t.success)throw b(xh(t.error));return t.data},Ch=async(e,t)=>{let n=await dh(e,t);return Sh(hh(fh(n)))},wh=(e,t)=>[`refs add: dry-run proposal ready for '${e}' (checkout: ${t})`,`next: review the proposal, then run refs add --proposal <file> to finalize`],Th=async(e,t)=>{let n=await oh(e,t);await sh(H(e.env),n.proposal.key,n.effectiveCloneMode);let r=Rd(n.warning);return{data:n.proposal,human:wh(n.proposal.key,n.dest),warnings:r}},Eh=e=>[`refs add: '${e}' added to config`],Dh=e=>{let t={default_branch:e.default_branch,description:e.description,key:e.key,tag_format:th(e.tag_format_candidate),url:e.url},n=eh(e.packages);return n!==void 0&&(t.packages=n),t},Oh=async(e,t)=>{let n=await Ch(e,t),r=H(e.env),i=U(r,n.key);if(!G(i))throw v(`no checkout found at ${i} — run: refs add <source> --dry-run first`);let{entry:a,key:o}=await uh(e,{dest:i,home:r,ref:Dh(n)});return{data:{entry:a,key:o},human:Eh(o),warnings:[]}},kh=(e,t)=>{$m(e.proposal.packages);let n={default_branch:e.proposal.default_branch,description:t,key:e.proposal.key,tag_format:th(e.proposal.tag_format_candidate),url:e.proposal.url},r=Xm(e.proposal.packages);return r!==void 0&&(n.packages=r),n},Ah=async(e,t,n)=>{let r=await oh(e,t),i=H(e.env),a=kh(r,n),o={dest:r.dest,home:i,ref:a};r.effectiveCloneMode!==void 0&&(o.effectiveCloneMode=r.effectiveCloneMode);let{entry:s,key:c}=await uh(e,o),l=Rd(r.warning);return{data:{entry:s,key:c},human:Eh(c),warnings:l}},jh=e=>{let t=[e.dryRun,e.proposal!==void 0,e.description!==void 0].filter(Boolean).length;if(t>1)throw y(`refs add: use only one of --dry-run, --proposal, or --description`);if(t===0)throw y(`refs add needs --dry-run, --proposal, or --description`)},Mh=e=>{if(e===void 0||e===``)throw y(`refs add requires <source> (a git url or npm:<package>)`);return e},Nh=(e,t)=>(jh(t),t.proposal===void 0?t.description===void 0?Th(e,Mh(t.source)):Ah(e,Mh(t.source),t.description):Oh(e,t.proposal)),Ph=(e,t)=>{let n={dryRun:t.dryRun===!0};return e!==void 0&&(n.source=e),t.proposal!==void 0&&(n.proposal=t.proposal),t.description!==void 0&&(n.description=t.description),n},Fh=(e,t)=>{e.command(`add`).description(`Add a git reference in two phases: propose (--dry-run), then finalize (--proposal).`).argument(`[source]`,`git url or npm:<package> (omit when finalizing with --proposal)`).option(`--dry-run`,`resolve and clone the source, writing a reviewable proposal`).option(`--proposal <file>`,`finalize from a completed proposal JSON file (- for stdin)`).option(`--description <text>`,`one-shot: dry-run then finalize immediately with this description`).action((e,n,r)=>{let i=Z(r);return $(t,i,async()=>{let r=await Nh(t,Ph(e,n));Q(t,i,r.human,r.data,r.warnings)})()})},Ih=e=>e===void 0?null:e,Lh=()=>Object.keys(as.shape).toSorted().join(`, `),Rh=e=>`unknown package field '${e}' — valid fields: ${Lh()}`,zh=e=>Object.hasOwn(as.shape,e),Bh=(e,t,n)=>{if(!zh(t))throw y(Rh(t));let r=e[t],i=as.safeParse({...e,[t]:n});if(!i.success)throw b(O(i.error));return{field:t,newValue:i.data[t],oldValue:r,updated:i.data}},Vh=async e=>{let t=Pp(e.entry,e.key,e.packageName),n=Bh(t,e.field,e.value),r={...e.entry,packages:{...e.entry.packages,[e.packageName]:n.updated}};return await Qs(e.home,{...e.config,refs:{...e.config.refs,[e.key]:r}}),{field:n.field,key:e.key,new:Ih(n.newValue),old:Ih(n.oldValue)}},Hh=`packages`,Uh=()=>Object.keys(os.shape).filter(e=>e!==Hh).toSorted().join(`, `),Wh=e=>`unknown ref field '${e}' — valid fields: ${Uh()}`,Gh=e=>Object.hasOwn(os.shape,e),Kh=(e,t,n)=>`failed to rewrite git remote at ${e} to '${q(t)}': ${n.trim()}`,qh=async(e,t)=>{if(Ws(t.home,t.dest),!G(t.dest))return;let n=await e.runner.run(`git`,[`remote`,`set-url`,`origin`,t.cloneUrl],{cwd:t.dest});if(n.exitCode!==0)throw b(Kh(t.dest,t.cloneUrl,n.stderr))},Jh=async(e,t)=>{let n=ul(t.value,{allowFileUrls:sp(e.env)});if(n.key!==t.key)throw b(`new url derives a different key — remove and re-add instead`);let r=U(t.home,t.key);return await qh(e,{cloneUrl:n.cloneUrl,dest:r,home:t.home}),{...t.entry,url:n.cloneUrl}},Yh=(e,t,n)=>{let r={...e,[t]:n},i=os.safeParse(r);if(!i.success)throw b(O(i.error));return i.data},Xh=(e,t)=>t.field===`url`?Jh(e,{entry:t.entry,home:t.home,key:t.key,value:t.value}):Promise.resolve(Yh(t.entry,t.field,t.value)),Zh=async(e,t)=>{let{field:n}=t;if(n===Hh)throw y(`use --package <name> <field> <value>`);if(!Gh(n))throw y(Wh(n));let r=t.entry[n],i=await Xh(e,{entry:t.entry,field:n,home:t.home,key:t.key,value:t.value});return{new:i[n],old:r,updated:i}},Qh=(e,t)=>{let n=H(e.env),{field:r,opts:i,query:a,value:o}=t;return J(n,`home`,async()=>{let t=await W(n),s=ip(t,a),c=Mp(t,s);if(i.packageName!==void 0)return Vh({config:t,entry:c,field:r,home:n,key:s,packageName:i.packageName,value:o});let l=await Zh(e,{entry:c,field:r,home:n,key:s,value:o});return await Qs(n,{...t,refs:{...t.refs,[s]:l.updated}}),{field:r,key:s,new:Ih(l.new),old:Ih(l.old)}})},$h=`settings`,eg=[],tg=()=>Object.keys(rs.shape).toSorted().join(`, `),ng=e=>`unknown setting '${e}' — valid settings: ${tg()}`,rg=e=>Object.hasOwn(rs.shape,e),ig=e=>`note: 'settings' addressed the global settings, not ${e} — use the full ref key to edit that ref`,ag=e=>{try{let t=ip(e,$h);return[ig(`ref '${t}'`)]}catch(e){if(e instanceof _&&e.code===`usage`)return[ig("one of several matching refs — see `refs list`")];if(e instanceof _&&e.code===`not_found`)return eg;throw e}},og=e=>({data:{field:e.key,key:$h,new:Ih(e.parsed[e.key]),old:Ih(e.old)},warnings:ag(e.config)}),sg=(e,t)=>{let n=H(e.env);return J(n,`home`,async()=>{let e=await W(n);if(!rg(t.key))throw y(ng(t.key));let r=e.settings[t.key],i={...e.settings,[t.key]:t.value},a=rs.safeParse(i);if(!a.success)throw b(O(a.error));return await Qs(n,{...e,settings:a.data}),og({config:e,key:t.key,old:r,parsed:a.data})})},cg=[],lg=e=>{let t={};return e.package!==void 0&&(t.packageName=e.package),t},ug=async(e,t)=>{if(t.first===`settings`){if(t.opts.packageName!==void 0)throw y(`--package is not valid with 'refs edit settings ...' — it only applies to ref/package edits`);return sg(e,{key:t.second,value:t.value})}return{data:await Qh(e,{field:t.second,opts:t.opts,query:t.first,value:t.value}),warnings:cg}},dg=e=>e==null?`(unset)`:String(e),fg=e=>[`${e.key}: ${e.field} '${dg(e.old)}' -> '${dg(e.new)}'`],pg=(e,t)=>{e.command(`edit`).description(`Edit one field: 'refs edit settings <key> <value>' for a global setting, or 'refs edit <ref> <field> <value> [--package <name>]' for a ref or package field.`).argument(`<ref-or-settings>`,`a ref key/unique suffix, or the literal 'settings'`).argument(`<field-or-key>`,`field to edit (or, in settings mode, the setting key)`).argument(`<value>`,`the new value`).option(`--package <name>`,`edit this package's field instead of a top-level ref field`).action((e,n,r,i,a)=>{let o=Z(a);return $(t,o,async()=>{let{data:a,warnings:s}=await ug(t,{first:e,opts:lg(i),second:n,value:r});Q(t,o,fg(a),a,s)})()})},mg=`Install the agent skill: npx skills add kaisers-io/refs (private phase: npx skills add <path-to-this-repo> --skill refs)`,hg=async e=>{await a(e.root,{recursive:!0}),await a(e.sourcesDir,{recursive:!0}),await a(e.locksDir,{recursive:!0}),await a(e.hooksDir,{recursive:!0})},gg=async e=>{let t=H(e.env);return await hg(t),{config:await J(t,`home`,async()=>{let e=await cc(t,Hd);return await jc(t),e}),home:t.root,skill_hint:mg}},_g=[(e,t)=>{e.command(`init`).description(`Seed or migrate the refs home directory, its config, and the git hooks guard.`).action((e,n)=>{let r=Z(n);return $(t,r,async()=>{let e=await gg(t);Q(t,r,[`refs home: ${e.home} (${e.config})`,mg],e)})()})},Fh,pg,ap,...Km],vg=(e,t)=>{for(let n of _g)n(e,t)},yg=[``,`Examples:`,` $ refs list --json`,` $ refs sync --stale-only --json`,` $ refs resolve zod/mini --json`,``,`Every command accepts --json for structured output and --verbose for stack traces on error.`].join(`
|
|
370
|
+
`),bg=new Set([`commander.help`,`commander.helpDisplayed`,`commander.version`]),xg=`--json`,Sg=`--verbose`,Cg=/\n$/u,wg=/^error: /u,Tg=e=>e.replace(wg,``),Eg=(e,t)=>{for(let n of e){if(n===`--`)return!1;if(n===t)return!0}return!1},Dg=e=>Eg(e,xg),Og=e=>Eg(e,Sg),kg=(e,t,n)=>n&&t!==void 0?`${e}\n${t}`:e,Ag=e=>{let t=new Nd().name(`refs`).description(`Manage git-based reference checkouts shared across a workspace.`).version(Hd).option(xg,`emit machine-readable JSON on stdout instead of human-readable text`).option(Sg,`include stack traces in error output`).allowExcessArguments(!1).exitOverride().configureOutput({outputError:()=>{},writeErr:t=>{e.errLine(t.replace(Cg,``))},writeOut:t=>{e.out(t.replace(Cg,``))}});return t.addHelpText(`after`,yg),vg(t,e),t},jg=()=>{process.exitCode=g.OK},Mg=(e,t,n)=>{Bd(e,t,{code:`usage`,message:kg(Tg(n.message),n.stack,t.verbose)}),process.exitCode=g.USAGE},Ng=(e,t,n)=>{if(bg.has(n.code)){jg();return}Mg(e,t,n)},Pg=(e,t,n)=>{let r=be(n,{verbose:t.verbose});Bd(e,t,r),process.exitCode=r.exitCode},Fg=async(e,t,n)=>{let r={json:Dg(n),verbose:Og(n)};try{await t.parseAsync(n)}catch(t){if(t instanceof Sd){Ng(e,r,t);return}Pg(e,r,t)}},Ig=(e,t)=>Fg(e,Ag(e),t);import.meta.main&&await Ig(xd(),process.argv);export{Ag as buildProgram,Z as cliOptsOf,Q as emit,Bd as emitError,zd as errorMessageOf,Vd as progress,xd as realContext,vg as registerCommands,Ig as run,Fg as runProgram,Rd as warningsFor,$ as wrapAction};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaisers-io/refs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Managed read-only git checkouts of reference repositories for coding agents.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@commander-js/extra-typings": "15.0.0",
|
|
28
28
|
"@kaisers-io/refs-core": "workspace:*",
|
|
29
|
-
"@types/node": "24.13.
|
|
29
|
+
"@types/node": "24.13.3",
|
|
30
30
|
"commander": "15.0.0",
|
|
31
31
|
"smol-toml": "1.7.0",
|
|
32
32
|
"zod": "4.4.3"
|