bridge-agent 0.8.0 → 0.10.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/index.js CHANGED
@@ -1,34 +1,34 @@
1
1
  #!/usr/bin/env node
2
- "use strict";var vi=Object.create;var Lt=Object.defineProperty;var ki=Object.getOwnPropertyDescriptor;var Ei=Object.getOwnPropertyNames;var Ii=Object.getPrototypeOf,xi=Object.prototype.hasOwnProperty;var Hr=(r,e)=>()=>(r&&(e=r(r=0)),e);var O=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),Oi=(r,e)=>{for(var t in e)Lt(r,t,{get:e[t],enumerable:!0})},Ci=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Ei(e))!xi.call(r,s)&&s!==t&&Lt(r,s,{get:()=>e[s],enumerable:!(n=ki(e,s))||n.enumerable});return r};var _=(r,e,t)=>(t=r!=null?vi(Ii(r)):{},Ci(e||!r||!r.__esModule?Lt(t,"default",{value:r,enumerable:!0}):t,r));var Te=O(Bt=>{var st=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}},Mt=class extends st{constructor(e){super(1,"commander.invalidArgument",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};Bt.CommanderError=st;Bt.InvalidArgumentError=Mt});var it=O(Ut=>{var{InvalidArgumentError:Pi}=Te(),$t=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.length>3&&this._name.slice(-3)==="..."&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_concatValue(e,t){return t===this.defaultValue||!Array.isArray(t)?[e]:t.concat(e)}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=(t,n)=>{if(!this.argChoices.includes(t))throw new Pi(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(t,n):t},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function Ai(r){let e=r.name()+(r.variadic===!0?"...":"");return r.required?"<"+e+">":"["+e+"]"}Ut.Argument=$t;Ut.humanReadableArgName=Ai});var Ft=O(qr=>{var{humanReadableArgName:Ti}=it(),Wt=class{constructor(){this.helpWidth=void 0,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}visibleCommands(e){let t=e.commands.filter(s=>!s._hidden),n=e._getHelpCommand();return n&&!n._hidden&&t.push(n),this.sortSubcommands&&t.sort((s,i)=>s.name().localeCompare(i.name())),t}compareOptions(e,t){let n=s=>s.short?s.short.replace(/^-/,""):s.long.replace(/^--/,"");return n(e).localeCompare(n(t))}visibleOptions(e){let t=e.options.filter(s=>!s.hidden),n=e._getHelpOption();if(n&&!n.hidden){let s=n.short&&e._findOption(n.short),i=n.long&&e._findOption(n.long);!s&&!i?t.push(n):n.long&&!i?t.push(e.createOption(n.long,n.description)):n.short&&!s&&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 s=n.options.filter(i=>!i.hidden);t.push(...s)}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(t=>t.description)?e.registeredArguments:[]}subcommandTerm(e){let t=e.registeredArguments.map(n=>Ti(n)).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((n,s)=>Math.max(n,t.subcommandTerm(s).length),0)}longestOptionTermLength(e,t){return t.visibleOptions(e).reduce((n,s)=>Math.max(n,t.optionTerm(s).length),0)}longestGlobalOptionTermLength(e,t){return t.visibleGlobalOptions(e).reduce((n,s)=>Math.max(n,t.optionTerm(s).length),0)}longestArgumentTermLength(e,t){return t.visibleArguments(e).reduce((n,s)=>Math.max(n,t.argumentTerm(s).length),0)}commandUsage(e){let t=e._name;e._aliases[0]&&(t=t+"|"+e._aliases[0]);let n="";for(let s=e.parent;s;s=s.parent)n=s.name()+" "+n;return n+t+" "+e.usage()}commandDescription(e){return e.description()}subcommandDescription(e){return e.summary()||e.description()}optionDescription(e){let t=[];return e.argChoices&&t.push(`choices: ${e.argChoices.map(n=>JSON.stringify(n)).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?`${e.description} (${t.join(", ")})`:e.description}argumentDescription(e){let t=[];if(e.argChoices&&t.push(`choices: ${e.argChoices.map(n=>JSON.stringify(n)).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}formatHelp(e,t){let n=t.padWidth(e,t),s=t.helpWidth||80,i=2,o=2;function c(g,p){if(p){let m=`${g.padEnd(n+o)}${p}`;return t.wrap(m,s-i,n+o)}return g}function a(g){return g.join(`
3
- `).replace(/^/gm," ".repeat(i))}let l=[`Usage: ${t.commandUsage(e)}`,""],d=t.commandDescription(e);d.length>0&&(l=l.concat([t.wrap(d,s,0),""]));let u=t.visibleArguments(e).map(g=>c(t.argumentTerm(g),t.argumentDescription(g)));u.length>0&&(l=l.concat(["Arguments:",a(u),""]));let f=t.visibleOptions(e).map(g=>c(t.optionTerm(g),t.optionDescription(g)));if(f.length>0&&(l=l.concat(["Options:",a(f),""])),this.showGlobalOptions){let g=t.visibleGlobalOptions(e).map(p=>c(t.optionTerm(p),t.optionDescription(p)));g.length>0&&(l=l.concat(["Global Options:",a(g),""]))}let h=t.visibleCommands(e).map(g=>c(t.subcommandTerm(g),t.subcommandDescription(g)));return h.length>0&&(l=l.concat(["Commands:",a(h),""])),l.join(`
4
- `)}padWidth(e,t){return Math.max(t.longestOptionTermLength(e,t),t.longestGlobalOptionTermLength(e,t),t.longestSubcommandTermLength(e,t),t.longestArgumentTermLength(e,t))}wrap(e,t,n,s=40){let i=" \\f\\t\\v\xA0\u1680\u2000-\u200A\u202F\u205F\u3000\uFEFF",o=new RegExp(`[\\n][${i}]+`);if(e.match(o))return e;let c=t-n;if(c<s)return e;let a=e.slice(0,n),l=e.slice(n).replace(`\r
2
+ "use strict";var Ai=Object.create;var Wt=Object.defineProperty;var Ti=Object.getOwnPropertyDescriptor;var Ri=Object.getOwnPropertyNames;var Ni=Object.getPrototypeOf,Di=Object.prototype.hasOwnProperty;var zr=(t,e)=>()=>(t&&(e=t(t=0)),e);var P=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),ji=(t,e)=>{for(var r in e)Wt(t,r,{get:e[r],enumerable:!0})},Li=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Ri(e))!Di.call(t,s)&&s!==r&&Wt(t,s,{get:()=>e[s],enumerable:!(n=Ti(e,s))||n.enumerable});return t};var _=(t,e,r)=>(r=t!=null?Ai(Ni(t)):{},Li(e||!t||!t.__esModule?Wt(r,"default",{value:t,enumerable:!0}):r,t));var $e=P(Ft=>{var dt=class extends Error{constructor(e,r,n){super(n),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=r,this.exitCode=e,this.nestedError=void 0}},Gt=class extends dt{constructor(e){super(1,"commander.invalidArgument",e),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};Ft.CommanderError=dt;Ft.InvalidArgumentError=Gt});var ut=P(qt=>{var{InvalidArgumentError:Bi}=$e(),Ht=class{constructor(e,r){switch(this.description=r||"",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.length>3&&this._name.slice(-3)==="..."&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_concatValue(e,r){return r===this.defaultValue||!Array.isArray(r)?[e]:r.concat(e)}default(e,r){return this.defaultValue=e,this.defaultValueDescription=r,this}argParser(e){return this.parseArg=e,this}choices(e){return this.argChoices=e.slice(),this.parseArg=(r,n)=>{if(!this.argChoices.includes(r))throw new Bi(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(r,n):r},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function Mi(t){let e=t.name()+(t.variadic===!0?"...":"");return t.required?"<"+e+">":"["+e+"]"}qt.Argument=Ht;qt.humanReadableArgName=Mi});var Kt=P(Xr=>{var{humanReadableArgName:$i}=ut(),Vt=class{constructor(){this.helpWidth=void 0,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}visibleCommands(e){let r=e.commands.filter(s=>!s._hidden),n=e._getHelpCommand();return n&&!n._hidden&&r.push(n),this.sortSubcommands&&r.sort((s,i)=>s.name().localeCompare(i.name())),r}compareOptions(e,r){let n=s=>s.short?s.short.replace(/^-/,""):s.long.replace(/^--/,"");return n(e).localeCompare(n(r))}visibleOptions(e){let r=e.options.filter(s=>!s.hidden),n=e._getHelpOption();if(n&&!n.hidden){let s=n.short&&e._findOption(n.short),i=n.long&&e._findOption(n.long);!s&&!i?r.push(n):n.long&&!i?r.push(e.createOption(n.long,n.description)):n.short&&!s&&r.push(e.createOption(n.short,n.description))}return this.sortOptions&&r.sort(this.compareOptions),r}visibleGlobalOptions(e){if(!this.showGlobalOptions)return[];let r=[];for(let n=e.parent;n;n=n.parent){let s=n.options.filter(i=>!i.hidden);r.push(...s)}return this.sortOptions&&r.sort(this.compareOptions),r}visibleArguments(e){return e._argsDescription&&e.registeredArguments.forEach(r=>{r.description=r.description||e._argsDescription[r.name()]||""}),e.registeredArguments.find(r=>r.description)?e.registeredArguments:[]}subcommandTerm(e){let r=e.registeredArguments.map(n=>$i(n)).join(" ");return e._name+(e._aliases[0]?"|"+e._aliases[0]:"")+(e.options.length?" [options]":"")+(r?" "+r:"")}optionTerm(e){return e.flags}argumentTerm(e){return e.name()}longestSubcommandTermLength(e,r){return r.visibleCommands(e).reduce((n,s)=>Math.max(n,r.subcommandTerm(s).length),0)}longestOptionTermLength(e,r){return r.visibleOptions(e).reduce((n,s)=>Math.max(n,r.optionTerm(s).length),0)}longestGlobalOptionTermLength(e,r){return r.visibleGlobalOptions(e).reduce((n,s)=>Math.max(n,r.optionTerm(s).length),0)}longestArgumentTermLength(e,r){return r.visibleArguments(e).reduce((n,s)=>Math.max(n,r.argumentTerm(s).length),0)}commandUsage(e){let r=e._name;e._aliases[0]&&(r=r+"|"+e._aliases[0]);let n="";for(let s=e.parent;s;s=s.parent)n=s.name()+" "+n;return n+r+" "+e.usage()}commandDescription(e){return e.description()}subcommandDescription(e){return e.summary()||e.description()}optionDescription(e){let r=[];return e.argChoices&&r.push(`choices: ${e.argChoices.map(n=>JSON.stringify(n)).join(", ")}`),e.defaultValue!==void 0&&(e.required||e.optional||e.isBoolean()&&typeof e.defaultValue=="boolean")&&r.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),e.presetArg!==void 0&&e.optional&&r.push(`preset: ${JSON.stringify(e.presetArg)}`),e.envVar!==void 0&&r.push(`env: ${e.envVar}`),r.length>0?`${e.description} (${r.join(", ")})`:e.description}argumentDescription(e){let r=[];if(e.argChoices&&r.push(`choices: ${e.argChoices.map(n=>JSON.stringify(n)).join(", ")}`),e.defaultValue!==void 0&&r.push(`default: ${e.defaultValueDescription||JSON.stringify(e.defaultValue)}`),r.length>0){let n=`(${r.join(", ")})`;return e.description?`${e.description} ${n}`:n}return e.description}formatHelp(e,r){let n=r.padWidth(e,r),s=r.helpWidth||80,i=2,o=2;function c(g,p){if(p){let m=`${g.padEnd(n+o)}${p}`;return r.wrap(m,s-i,n+o)}return g}function a(g){return g.join(`
3
+ `).replace(/^/gm," ".repeat(i))}let l=[`Usage: ${r.commandUsage(e)}`,""],d=r.commandDescription(e);d.length>0&&(l=l.concat([r.wrap(d,s,0),""]));let u=r.visibleArguments(e).map(g=>c(r.argumentTerm(g),r.argumentDescription(g)));u.length>0&&(l=l.concat(["Arguments:",a(u),""]));let h=r.visibleOptions(e).map(g=>c(r.optionTerm(g),r.optionDescription(g)));if(h.length>0&&(l=l.concat(["Options:",a(h),""])),this.showGlobalOptions){let g=r.visibleGlobalOptions(e).map(p=>c(r.optionTerm(p),r.optionDescription(p)));g.length>0&&(l=l.concat(["Global Options:",a(g),""]))}let f=r.visibleCommands(e).map(g=>c(r.subcommandTerm(g),r.subcommandDescription(g)));return f.length>0&&(l=l.concat(["Commands:",a(f),""])),l.join(`
4
+ `)}padWidth(e,r){return Math.max(r.longestOptionTermLength(e,r),r.longestGlobalOptionTermLength(e,r),r.longestSubcommandTermLength(e,r),r.longestArgumentTermLength(e,r))}wrap(e,r,n,s=40){let i=" \\f\\t\\v\xA0\u1680\u2000-\u200A\u202F\u205F\u3000\uFEFF",o=new RegExp(`[\\n][${i}]+`);if(e.match(o))return e;let c=r-n;if(c<s)return e;let a=e.slice(0,n),l=e.slice(n).replace(`\r
5
5
  `,`
6
- `),d=" ".repeat(n),f="\\s\u200B",h=new RegExp(`
7
- |.{1,${c-1}}([${f}]|$)|[^${f}]+?([${f}]|$)`,"g"),g=l.match(h)||[];return a+g.map((p,m)=>p===`
6
+ `),d=" ".repeat(n),h="\\s\u200B",f=new RegExp(`
7
+ |.{1,${c-1}}([${h}]|$)|[^${h}]+?([${h}]|$)`,"g"),g=l.match(f)||[];return a+g.map((p,m)=>p===`
8
8
  `?"":(m>0?d:"")+p.trimEnd()).join(`
9
- `)}};qr.Help=Wt});var Vt=O(qt=>{var{InvalidArgumentError:Ni}=Te(),Gt=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=Di(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}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}_concatValue(e,t){return t===this.defaultValue||!Array.isArray(t)?[e]:t.concat(e)}choices(e){return this.argChoices=e.slice(),this.parseArg=(t,n)=>{if(!this.argChoices.includes(t))throw new Ni(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(t,n):t},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return Ri(this.name().replace(/^no-/,""))}is(e){return this.short===e||this.long===e}isBoolean(){return!this.required&&!this.optional&&!this.negate}},Ht=class{constructor(e){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,e.forEach(t=>{t.negate?this.negativeOptions.set(t.attributeName(),t):this.positiveOptions.set(t.attributeName(),t)}),this.negativeOptions.forEach((t,n)=>{this.positiveOptions.has(n)&&this.dualOptions.add(n)})}valueFromOption(e,t){let n=t.attributeName();if(!this.dualOptions.has(n))return!0;let s=this.negativeOptions.get(n).presetArg,i=s!==void 0?s:!1;return t.negate===(i===e)}};function Ri(r){return r.split("-").reduce((e,t)=>e+t[0].toUpperCase()+t.slice(1))}function Di(r){let e,t,n=r.split(/[ |,]+/);return n.length>1&&!/^[[<]/.test(n[1])&&(e=n.shift()),t=n.shift(),!e&&/^-[^-]$/.test(t)&&(e=t,t=void 0),{shortFlag:e,longFlag:t}}qt.Option=Gt;qt.DualOptions=Ht});var Kr=O(Vr=>{function ji(r,e){if(Math.abs(r.length-e.length)>3)return Math.max(r.length,e.length);let t=[];for(let n=0;n<=r.length;n++)t[n]=[n];for(let n=0;n<=e.length;n++)t[0][n]=n;for(let n=1;n<=e.length;n++)for(let s=1;s<=r.length;s++){let i=1;r[s-1]===e[n-1]?i=0:i=1,t[s][n]=Math.min(t[s-1][n]+1,t[s][n-1]+1,t[s-1][n-1]+i),s>1&&n>1&&r[s-1]===e[n-2]&&r[s-2]===e[n-1]&&(t[s][n]=Math.min(t[s][n],t[s-2][n-2]+1))}return t[r.length][e.length]}function Li(r,e){if(!e||e.length===0)return"";e=Array.from(new Set(e));let t=r.startsWith("--");t&&(r=r.slice(2),e=e.map(o=>o.slice(2)));let n=[],s=3,i=.4;return e.forEach(o=>{if(o.length<=1)return;let c=ji(r,o),a=Math.max(r.length,o.length);(a-c)/a>i&&(c<s?(s=c,n=[o]):c===s&&n.push(o))}),n.sort((o,c)=>o.localeCompare(c)),t&&(n=n.map(o=>`--${o}`)),n.length>1?`
9
+ `)}};Xr.Help=Vt});var Xt=P(zt=>{var{InvalidArgumentError:Ui}=$e(),Yt=class{constructor(e,r){this.flags=e,this.description=r||"",this.required=e.includes("<"),this.optional=e.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(e),this.mandatory=!1;let n=Gi(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}default(e,r){return this.defaultValue=e,this.defaultValueDescription=r,this}preset(e){return this.presetArg=e,this}conflicts(e){return this.conflictsWith=this.conflictsWith.concat(e),this}implies(e){let r=e;return typeof e=="string"&&(r={[e]:!0}),this.implied=Object.assign(this.implied||{},r),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}_concatValue(e,r){return r===this.defaultValue||!Array.isArray(r)?[e]:r.concat(e)}choices(e){return this.argChoices=e.slice(),this.parseArg=(r,n)=>{if(!this.argChoices.includes(r))throw new Ui(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(r,n):r},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return Wi(this.name().replace(/^no-/,""))}is(e){return this.short===e||this.long===e}isBoolean(){return!this.required&&!this.optional&&!this.negate}},Jt=class{constructor(e){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,e.forEach(r=>{r.negate?this.negativeOptions.set(r.attributeName(),r):this.positiveOptions.set(r.attributeName(),r)}),this.negativeOptions.forEach((r,n)=>{this.positiveOptions.has(n)&&this.dualOptions.add(n)})}valueFromOption(e,r){let n=r.attributeName();if(!this.dualOptions.has(n))return!0;let s=this.negativeOptions.get(n).presetArg,i=s!==void 0?s:!1;return r.negate===(i===e)}};function Wi(t){return t.split("-").reduce((e,r)=>e+r[0].toUpperCase()+r.slice(1))}function Gi(t){let e,r,n=t.split(/[ |,]+/);return n.length>1&&!/^[[<]/.test(n[1])&&(e=n.shift()),r=n.shift(),!e&&/^-[^-]$/.test(r)&&(e=r,r=void 0),{shortFlag:e,longFlag:r}}zt.Option=Yt;zt.DualOptions=Jt});var Zr=P(Qr=>{function Fi(t,e){if(Math.abs(t.length-e.length)>3)return Math.max(t.length,e.length);let r=[];for(let n=0;n<=t.length;n++)r[n]=[n];for(let n=0;n<=e.length;n++)r[0][n]=n;for(let n=1;n<=e.length;n++)for(let s=1;s<=t.length;s++){let i=1;t[s-1]===e[n-1]?i=0:i=1,r[s][n]=Math.min(r[s-1][n]+1,r[s][n-1]+1,r[s-1][n-1]+i),s>1&&n>1&&t[s-1]===e[n-2]&&t[s-2]===e[n-1]&&(r[s][n]=Math.min(r[s][n],r[s-2][n-2]+1))}return r[t.length][e.length]}function Hi(t,e){if(!e||e.length===0)return"";e=Array.from(new Set(e));let r=t.startsWith("--");r&&(t=t.slice(2),e=e.map(o=>o.slice(2)));let n=[],s=3,i=.4;return e.forEach(o=>{if(o.length<=1)return;let c=Fi(t,o),a=Math.max(t.length,o.length);(a-c)/a>i&&(c<s?(s=c,n=[o]):c===s&&n.push(o))}),n.sort((o,c)=>o.localeCompare(c)),r&&(n=n.map(o=>`--${o}`)),n.length>1?`
10
10
  (Did you mean one of ${n.join(", ")}?)`:n.length===1?`
11
- (Did you mean ${n[0]}?)`:""}Vr.suggestSimilar=Li});var Qr=O(Xr=>{var Mi=require("node:events").EventEmitter,Kt=require("node:child_process"),K=require("node:path"),Yt=require("node:fs"),C=require("node:process"),{Argument:Bi,humanReadableArgName:$i}=it(),{CommanderError:Jt}=Te(),{Help:Ui}=Ft(),{Option:Yr,DualOptions:Wi}=Vt(),{suggestSimilar:Jr}=Kr(),zt=class r extends Mi{constructor(e){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!0,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._outputConfiguration={writeOut:t=>C.stdout.write(t),writeErr:t=>C.stderr.write(t),getOutHelpWidth:()=>C.stdout.isTTY?C.stdout.columns:void 0,getErrHelpWidth:()=>C.stderr.isTTY?C.stderr.columns:void 0,outputError:(t,n)=>n(t)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={}}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 s=t,i=n;typeof s=="object"&&s!==null&&(i=s,s=null),i=i||{};let[,o,c]=e.match(/([^ ]+) *(.*)/),a=this.createCommand(o);return s&&(a.description(s),a._executableHandler=!0),i.isDefault&&(this._defaultCommandName=a._name),a._hidden=!!(i.noHelp||i.hidden),a._executableFile=i.executableFile||null,c&&a.arguments(c),this._registerCommand(a),a.parent=this,a.copyInheritedSettings(this),s?this:a}createCommand(e){return new r(e)}createHelp(){return Object.assign(new Ui,this.configureHelp())}configureHelp(e){return e===void 0?this._helpConfiguration:(this._helpConfiguration=e,this)}configureOutput(e){return e===void 0?this._outputConfiguration:(Object.assign(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 new Error(`Command passed to .addCommand() must have a name
12
- - specify the name in Command constructor or using .name()`);return t=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 Bi(e,t)}argument(e,t,n,s){let i=this.createArgument(e,t);return typeof n=="function"?i.default(s).argParser(n):i.default(n),this.addArgument(i),this}arguments(e){return e.trim().split(/ +/).forEach(t=>{this.argument(t)}),this}addArgument(e){let t=this.registeredArguments.slice(-1)[0];if(t&&t.variadic)throw new Error(`only the last argument can be variadic '${t.name()}'`);if(e.required&&e.defaultValue!==void 0&&e.parseArg===void 0)throw new 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,this;e=e??"help [command]";let[,n,s]=e.match(/([^ ]+) *(.*)/),i=t??"display help for command",o=this.createCommand(n);return o.helpOption(!1),s&&o.arguments(s),i&&o.description(i),this._addImplicitHelpCommand=!0,this._helpCommand=o,this}addHelpCommand(e,t){return typeof e!="object"?(this.helpCommand(e,t),this):(this._addImplicitHelpCommand=!0,this._helpCommand=e,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 new Error(`Unexpected value for event passed to hook : '${e}'.
13
- 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=t=>{if(t.code!=="commander.executeSubCommandAsync")throw t},this}_exit(e,t,n){this._exitCallback&&this._exitCallback(new Jt(e,t,n)),C.exit(e)}action(e){let t=n=>{let s=this.registeredArguments.length,i=n.slice(0,s);return this._storeOptionsAsProperties?i[s]=this:i[s]=this.opts(),i.push(this),e.apply(this,i)};return this._actionHandler=t,this}createOption(e,t){return new Yr(e,t)}_callParseArg(e,t,n,s){try{return e.parseArg(t,n)}catch(i){if(i.code==="commander.invalidArgument"){let o=`${s} ${i.message}`;this.error(o,{exitCode:i.exitCode,code:i.code})}throw i}}_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 new Error(`Cannot add option '${e.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${n}'
14
- - already used by option '${t.flags}'`)}this.options.push(e)}_registerCommand(e){let t=s=>[s.name()].concat(s.aliases()),n=t(e).find(s=>this._findCommand(s));if(n){let s=t(this._findCommand(n)).join("|"),i=t(e).join("|");throw new Error(`cannot add command '${i}' as already have command '${s}'`)}this.commands.push(e)}addOption(e){this._registerOption(e);let t=e.name(),n=e.attributeName();if(e.negate){let i=e.long.replace(/^--no-/,"--");this._findOption(i)||this.setOptionValueWithSource(n,e.defaultValue===void 0?!0:e.defaultValue,"default")}else e.defaultValue!==void 0&&this.setOptionValueWithSource(n,e.defaultValue,"default");let s=(i,o,c)=>{i==null&&e.presetArg!==void 0&&(i=e.presetArg);let a=this.getOptionValue(n);i!==null&&e.parseArg?i=this._callParseArg(e,i,a,o):i!==null&&e.variadic&&(i=e._concatValue(i,a)),i==null&&(e.negate?i=!1:e.isBoolean()||e.optional?i=!0:i=""),this.setOptionValueWithSource(n,i,c)};return this.on("option:"+t,i=>{let o=`error: option '${e.flags}' argument '${i}' is invalid.`;s(i,o,"cli")}),e.envVar&&this.on("optionEnv:"+t,i=>{let o=`error: option '${e.flags}' value '${i}' from env '${e.envVar}' is invalid.`;s(i,o,"env")}),this}_optionEx(e,t,n,s,i){if(typeof t=="object"&&t instanceof Yr)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let o=this.createOption(t,n);if(o.makeOptionMandatory(!!e.mandatory),typeof s=="function")o.default(i).argParser(s);else if(s instanceof RegExp){let c=s;s=(a,l)=>{let d=c.exec(a);return d?d[0]:l},o.default(i).argParser(s)}else o.default(s);return this.addOption(o)}option(e,t,n,s){return this._optionEx({},e,t,n,s)}requiredOption(e,t,n,s){return this._optionEx({mandatory:!0},e,t,n,s)}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 new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(e=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new 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 new Error("first parameter to parse must be array or undefined");if(t=t||{},e===void 0&&t.from===void 0){C.versions?.electron&&(t.from="electron");let s=C.execArgv??[];(s.includes("-e")||s.includes("--eval")||s.includes("-p")||s.includes("--print"))&&(t.from="eval")}e===void 0&&(e=C.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":C.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 new 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){let n=this._prepareUserArgs(e,t);return this._parseCommand([],n),this}async parseAsync(e,t){let n=this._prepareUserArgs(e,t);return await this._parseCommand([],n),this}_executeSubCommand(e,t){t=t.slice();let n=!1,s=[".js",".ts",".tsx",".mjs",".cjs"];function i(d,u){let f=K.resolve(d,u);if(Yt.existsSync(f))return f;if(s.includes(K.extname(u)))return;let h=s.find(g=>Yt.existsSync(`${f}${g}`));if(h)return`${f}${h}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let o=e._executableFile||`${this._name}-${e._name}`,c=this._executableDir||"";if(this._scriptPath){let d;try{d=Yt.realpathSync(this._scriptPath)}catch{d=this._scriptPath}c=K.resolve(K.dirname(d),c)}if(c){let d=i(c,o);if(!d&&!e._executableFile&&this._scriptPath){let u=K.basename(this._scriptPath,K.extname(this._scriptPath));u!==this._name&&(d=i(c,`${u}-${e._name}`))}o=d||o}n=s.includes(K.extname(o));let a;C.platform!=="win32"?n?(t.unshift(o),t=zr(C.execArgv).concat(t),a=Kt.spawn(C.argv[0],t,{stdio:"inherit"})):a=Kt.spawn(o,t,{stdio:"inherit"}):(t.unshift(o),t=zr(C.execArgv).concat(t),a=Kt.spawn(C.execPath,t,{stdio:"inherit"})),a.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(u=>{C.on(u,()=>{a.killed===!1&&a.exitCode===null&&a.kill(u)})});let l=this._exitCallback;a.on("close",d=>{d=d??1,l?l(new Jt(d,"commander.executeSubCommandAsync","(close)")):C.exit(d)}),a.on("error",d=>{if(d.code==="ENOENT"){let u=c?`searched for local subcommand relative to directory '${c}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",f=`'${o}' does not exist
11
+ (Did you mean ${n[0]}?)`:""}Qr.suggestSimilar=Hi});var sn=P(nn=>{var qi=require("node:events").EventEmitter,Qt=require("node:child_process"),Y=require("node:path"),Zt=require("node:fs"),A=require("node:process"),{Argument:Vi,humanReadableArgName:Ki}=ut(),{CommanderError:er}=$e(),{Help:Yi}=Kt(),{Option:en,DualOptions:Ji}=Xt(),{suggestSimilar:tn}=Zr(),tr=class t extends qi{constructor(e){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!0,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._outputConfiguration={writeOut:r=>A.stdout.write(r),writeErr:r=>A.stderr.write(r),getOutHelpWidth:()=>A.stdout.isTTY?A.stdout.columns:void 0,getErrHelpWidth:()=>A.stderr.isTTY?A.stderr.columns:void 0,outputError:(r,n)=>n(r)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={}}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 r=this;r;r=r.parent)e.push(r);return e}command(e,r,n){let s=r,i=n;typeof s=="object"&&s!==null&&(i=s,s=null),i=i||{};let[,o,c]=e.match(/([^ ]+) *(.*)/),a=this.createCommand(o);return s&&(a.description(s),a._executableHandler=!0),i.isDefault&&(this._defaultCommandName=a._name),a._hidden=!!(i.noHelp||i.hidden),a._executableFile=i.executableFile||null,c&&a.arguments(c),this._registerCommand(a),a.parent=this,a.copyInheritedSettings(this),s?this:a}createCommand(e){return new t(e)}createHelp(){return Object.assign(new Yi,this.configureHelp())}configureHelp(e){return e===void 0?this._helpConfiguration:(this._helpConfiguration=e,this)}configureOutput(e){return e===void 0?this._outputConfiguration:(Object.assign(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,r){if(!e._name)throw new Error(`Command passed to .addCommand() must have a name
12
+ - specify the name in Command constructor or using .name()`);return r=r||{},r.isDefault&&(this._defaultCommandName=e._name),(r.noHelp||r.hidden)&&(e._hidden=!0),this._registerCommand(e),e.parent=this,e._checkForBrokenPassThrough(),this}createArgument(e,r){return new Vi(e,r)}argument(e,r,n,s){let i=this.createArgument(e,r);return typeof n=="function"?i.default(s).argParser(n):i.default(n),this.addArgument(i),this}arguments(e){return e.trim().split(/ +/).forEach(r=>{this.argument(r)}),this}addArgument(e){let r=this.registeredArguments.slice(-1)[0];if(r&&r.variadic)throw new Error(`only the last argument can be variadic '${r.name()}'`);if(e.required&&e.defaultValue!==void 0&&e.parseArg===void 0)throw new Error(`a default value for a required argument is never used: '${e.name()}'`);return this.registeredArguments.push(e),this}helpCommand(e,r){if(typeof e=="boolean")return this._addImplicitHelpCommand=e,this;e=e??"help [command]";let[,n,s]=e.match(/([^ ]+) *(.*)/),i=r??"display help for command",o=this.createCommand(n);return o.helpOption(!1),s&&o.arguments(s),i&&o.description(i),this._addImplicitHelpCommand=!0,this._helpCommand=o,this}addHelpCommand(e,r){return typeof e!="object"?(this.helpCommand(e,r),this):(this._addImplicitHelpCommand=!0,this._helpCommand=e,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,r){let n=["preSubcommand","preAction","postAction"];if(!n.includes(e))throw new Error(`Unexpected value for event passed to hook : '${e}'.
13
+ Expecting one of '${n.join("', '")}'`);return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(r):this._lifeCycleHooks[e]=[r],this}exitOverride(e){return e?this._exitCallback=e:this._exitCallback=r=>{if(r.code!=="commander.executeSubCommandAsync")throw r},this}_exit(e,r,n){this._exitCallback&&this._exitCallback(new er(e,r,n)),A.exit(e)}action(e){let r=n=>{let s=this.registeredArguments.length,i=n.slice(0,s);return this._storeOptionsAsProperties?i[s]=this:i[s]=this.opts(),i.push(this),e.apply(this,i)};return this._actionHandler=r,this}createOption(e,r){return new en(e,r)}_callParseArg(e,r,n,s){try{return e.parseArg(r,n)}catch(i){if(i.code==="commander.invalidArgument"){let o=`${s} ${i.message}`;this.error(o,{exitCode:i.exitCode,code:i.code})}throw i}}_registerOption(e){let r=e.short&&this._findOption(e.short)||e.long&&this._findOption(e.long);if(r){let n=e.long&&this._findOption(e.long)?e.long:e.short;throw new Error(`Cannot add option '${e.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${n}'
14
+ - already used by option '${r.flags}'`)}this.options.push(e)}_registerCommand(e){let r=s=>[s.name()].concat(s.aliases()),n=r(e).find(s=>this._findCommand(s));if(n){let s=r(this._findCommand(n)).join("|"),i=r(e).join("|");throw new Error(`cannot add command '${i}' as already have command '${s}'`)}this.commands.push(e)}addOption(e){this._registerOption(e);let r=e.name(),n=e.attributeName();if(e.negate){let i=e.long.replace(/^--no-/,"--");this._findOption(i)||this.setOptionValueWithSource(n,e.defaultValue===void 0?!0:e.defaultValue,"default")}else e.defaultValue!==void 0&&this.setOptionValueWithSource(n,e.defaultValue,"default");let s=(i,o,c)=>{i==null&&e.presetArg!==void 0&&(i=e.presetArg);let a=this.getOptionValue(n);i!==null&&e.parseArg?i=this._callParseArg(e,i,a,o):i!==null&&e.variadic&&(i=e._concatValue(i,a)),i==null&&(e.negate?i=!1:e.isBoolean()||e.optional?i=!0:i=""),this.setOptionValueWithSource(n,i,c)};return this.on("option:"+r,i=>{let o=`error: option '${e.flags}' argument '${i}' is invalid.`;s(i,o,"cli")}),e.envVar&&this.on("optionEnv:"+r,i=>{let o=`error: option '${e.flags}' value '${i}' from env '${e.envVar}' is invalid.`;s(i,o,"env")}),this}_optionEx(e,r,n,s,i){if(typeof r=="object"&&r instanceof en)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let o=this.createOption(r,n);if(o.makeOptionMandatory(!!e.mandatory),typeof s=="function")o.default(i).argParser(s);else if(s instanceof RegExp){let c=s;s=(a,l)=>{let d=c.exec(a);return d?d[0]:l},o.default(i).argParser(s)}else o.default(s);return this.addOption(o)}option(e,r,n,s){return this._optionEx({},e,r,n,s)}requiredOption(e,r,n,s){return this._optionEx({mandatory:!0},e,r,n,s)}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 new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(e=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new Error("call .storeOptionsAsProperties() before setting option values");return this._storeOptionsAsProperties=!!e,this}getOptionValue(e){return this._storeOptionsAsProperties?this[e]:this._optionValues[e]}setOptionValue(e,r){return this.setOptionValueWithSource(e,r,void 0)}setOptionValueWithSource(e,r,n){return this._storeOptionsAsProperties?this[e]=r:this._optionValues[e]=r,this._optionValueSources[e]=n,this}getOptionValueSource(e){return this._optionValueSources[e]}getOptionValueSourceWithGlobals(e){let r;return this._getCommandAndAncestors().forEach(n=>{n.getOptionValueSource(e)!==void 0&&(r=n.getOptionValueSource(e))}),r}_prepareUserArgs(e,r){if(e!==void 0&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");if(r=r||{},e===void 0&&r.from===void 0){A.versions?.electron&&(r.from="electron");let s=A.execArgv??[];(s.includes("-e")||s.includes("--eval")||s.includes("-p")||s.includes("--print"))&&(r.from="eval")}e===void 0&&(e=A.argv),this.rawArgs=e.slice();let n;switch(r.from){case void 0:case"node":this._scriptPath=e[1],n=e.slice(2);break;case"electron":A.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 new Error(`unexpected parse option { from: '${r.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",n}parse(e,r){let n=this._prepareUserArgs(e,r);return this._parseCommand([],n),this}async parseAsync(e,r){let n=this._prepareUserArgs(e,r);return await this._parseCommand([],n),this}_executeSubCommand(e,r){r=r.slice();let n=!1,s=[".js",".ts",".tsx",".mjs",".cjs"];function i(d,u){let h=Y.resolve(d,u);if(Zt.existsSync(h))return h;if(s.includes(Y.extname(u)))return;let f=s.find(g=>Zt.existsSync(`${h}${g}`));if(f)return`${h}${f}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let o=e._executableFile||`${this._name}-${e._name}`,c=this._executableDir||"";if(this._scriptPath){let d;try{d=Zt.realpathSync(this._scriptPath)}catch{d=this._scriptPath}c=Y.resolve(Y.dirname(d),c)}if(c){let d=i(c,o);if(!d&&!e._executableFile&&this._scriptPath){let u=Y.basename(this._scriptPath,Y.extname(this._scriptPath));u!==this._name&&(d=i(c,`${u}-${e._name}`))}o=d||o}n=s.includes(Y.extname(o));let a;A.platform!=="win32"?n?(r.unshift(o),r=rn(A.execArgv).concat(r),a=Qt.spawn(A.argv[0],r,{stdio:"inherit"})):a=Qt.spawn(o,r,{stdio:"inherit"}):(r.unshift(o),r=rn(A.execArgv).concat(r),a=Qt.spawn(A.execPath,r,{stdio:"inherit"})),a.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(u=>{A.on(u,()=>{a.killed===!1&&a.exitCode===null&&a.kill(u)})});let l=this._exitCallback;a.on("close",d=>{d=d??1,l?l(new er(d,"commander.executeSubCommandAsync","(close)")):A.exit(d)}),a.on("error",d=>{if(d.code==="ENOENT"){let u=c?`searched for local subcommand relative to directory '${c}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",h=`'${o}' does not exist
15
15
  - if '${e._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
16
16
  - if the default executable name is not suitable, use the executableFile option to supply a custom name or path
17
- - ${u}`;throw new Error(f)}else if(d.code==="EACCES")throw new Error(`'${o}' not executable`);if(!l)C.exit(1);else{let u=new Jt(1,"commander.executeSubCommandAsync","(error)");u.nestedError=d,l(u)}}),this.runningCommand=a}_dispatchSubcommand(e,t,n){let s=this._findCommand(e);s||this.help({error:!0});let i;return i=this._chainOrCallSubCommandHook(i,s,"preSubcommand"),i=this._chainOrCall(i,()=>{if(s._executableHandler)this._executeSubCommand(s,t.concat(n));else return s._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=(n,s,i)=>{let o=s;if(s!==null&&n.parseArg){let c=`error: command-argument value '${s}' is invalid for argument '${n.name()}'.`;o=this._callParseArg(n,s,i,c)}return o};this._checkNumberOfArguments();let t=[];this.registeredArguments.forEach((n,s)=>{let i=n.defaultValue;n.variadic?s<this.args.length?(i=this.args.slice(s),n.parseArg&&(i=i.reduce((o,c)=>e(n,c,o),n.defaultValue))):i===void 0&&(i=[]):s<this.args.length&&(i=this.args[s],n.parseArg&&(i=e(n,i,n.defaultValue))),t[s]=i}),this.processedArgs=t}_chainOrCall(e,t){return e&&e.then&&typeof e.then=="function"?e.then(()=>t()):t()}_chainOrCallHooks(e,t){let n=e,s=[];return this._getCommandAndAncestors().reverse().filter(i=>i._lifeCycleHooks[t]!==void 0).forEach(i=>{i._lifeCycleHooks[t].forEach(o=>{s.push({hookedCommand:i,callback:o})})}),t==="postAction"&&s.reverse(),s.forEach(i=>{n=this._chainOrCall(n,()=>i.callback(i.hookedCommand,this))}),n}_chainOrCallSubCommandHook(e,t,n){let s=e;return this._lifeCycleHooks[n]!==void 0&&this._lifeCycleHooks[n].forEach(i=>{s=this._chainOrCall(s,()=>i(this,t))}),s}_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 s=()=>{n.unknown.length>0&&this.unknownOption(n.unknown[0])},i=`command:${this.name()}`;if(this._actionHandler){s(),this._processArguments();let o;return o=this._chainOrCallHooks(o,"preAction"),o=this._chainOrCall(o,()=>this._actionHandler(this.processedArgs)),this.parent&&(o=this._chainOrCall(o,()=>{this.parent.emit(i,e,t)})),o=this._chainOrCallHooks(o,"postAction"),o}if(this.parent&&this.parent.listenerCount(i))s(),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():(s(),this._processArguments())}else this.commands.length?(s(),this.help({error:!0})):(s(),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(n=>{let s=n.attributeName();return this.getOptionValue(s)===void 0?!1:this.getOptionValueSource(s)!=="default"});e.filter(n=>n.conflictsWith.length>0).forEach(n=>{let s=e.find(i=>n.conflictsWith.includes(i.attributeName()));s&&this._conflictingOption(n,s)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(e=>{e._checkForConflictingLocalOptions()})}parseOptions(e){let t=[],n=[],s=t,i=e.slice();function o(a){return a.length>1&&a[0]==="-"}let c=null;for(;i.length;){let a=i.shift();if(a==="--"){s===n&&s.push(a),s.push(...i);break}if(c&&!o(a)){this.emit(`option:${c.name()}`,a);continue}if(c=null,o(a)){let l=this._findOption(a);if(l){if(l.required){let d=i.shift();d===void 0&&this.optionMissingArgument(l),this.emit(`option:${l.name()}`,d)}else if(l.optional){let d=null;i.length>0&&!o(i[0])&&(d=i.shift()),this.emit(`option:${l.name()}`,d)}else this.emit(`option:${l.name()}`);c=l.variadic?l:null;continue}}if(a.length>2&&a[0]==="-"&&a[1]!=="-"){let l=this._findOption(`-${a[1]}`);if(l){l.required||l.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${l.name()}`,a.slice(2)):(this.emit(`option:${l.name()}`),i.unshift(`-${a.slice(2)}`));continue}}if(/^--[^=]+=/.test(a)){let l=a.indexOf("="),d=this._findOption(a.slice(0,l));if(d&&(d.required||d.optional)){this.emit(`option:${d.name()}`,a.slice(l+1));continue}}if(o(a)&&(s=n),(this._enablePositionalOptions||this._passThroughOptions)&&t.length===0&&n.length===0){if(this._findCommand(a)){t.push(a),i.length>0&&n.push(...i);break}else if(this._getHelpCommand()&&a===this._getHelpCommand().name()){t.push(a),i.length>0&&t.push(...i);break}else if(this._defaultCommandName){n.push(a),i.length>0&&n.push(...i);break}}if(this._passThroughOptions){s.push(a),i.length>0&&s.push(...i);break}s.push(a)}return{operands:t,unknown:n}}opts(){if(this._storeOptionsAsProperties){let e={},t=this.options.length;for(let n=0;n<t;n++){let s=this.options[n].attributeName();e[s]=s===this._versionOptionName?this._version:this[s]}return e}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((e,t)=>Object.assign(e,t.opts()),{})}error(e,t){this._outputConfiguration.outputError(`${e}
17
+ - ${u}`;throw new Error(h)}else if(d.code==="EACCES")throw new Error(`'${o}' not executable`);if(!l)A.exit(1);else{let u=new er(1,"commander.executeSubCommandAsync","(error)");u.nestedError=d,l(u)}}),this.runningCommand=a}_dispatchSubcommand(e,r,n){let s=this._findCommand(e);s||this.help({error:!0});let i;return i=this._chainOrCallSubCommandHook(i,s,"preSubcommand"),i=this._chainOrCall(i,()=>{if(s._executableHandler)this._executeSubCommand(s,r.concat(n));else return s._parseCommand(r,n)}),i}_dispatchHelpCommand(e){e||this.help();let r=this._findCommand(e);return r&&!r._executableHandler&&r.help(),this._dispatchSubcommand(e,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach((e,r)=>{e.required&&this.args[r]==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=(n,s,i)=>{let o=s;if(s!==null&&n.parseArg){let c=`error: command-argument value '${s}' is invalid for argument '${n.name()}'.`;o=this._callParseArg(n,s,i,c)}return o};this._checkNumberOfArguments();let r=[];this.registeredArguments.forEach((n,s)=>{let i=n.defaultValue;n.variadic?s<this.args.length?(i=this.args.slice(s),n.parseArg&&(i=i.reduce((o,c)=>e(n,c,o),n.defaultValue))):i===void 0&&(i=[]):s<this.args.length&&(i=this.args[s],n.parseArg&&(i=e(n,i,n.defaultValue))),r[s]=i}),this.processedArgs=r}_chainOrCall(e,r){return e&&e.then&&typeof e.then=="function"?e.then(()=>r()):r()}_chainOrCallHooks(e,r){let n=e,s=[];return this._getCommandAndAncestors().reverse().filter(i=>i._lifeCycleHooks[r]!==void 0).forEach(i=>{i._lifeCycleHooks[r].forEach(o=>{s.push({hookedCommand:i,callback:o})})}),r==="postAction"&&s.reverse(),s.forEach(i=>{n=this._chainOrCall(n,()=>i.callback(i.hookedCommand,this))}),n}_chainOrCallSubCommandHook(e,r,n){let s=e;return this._lifeCycleHooks[n]!==void 0&&this._lifeCycleHooks[n].forEach(i=>{s=this._chainOrCall(s,()=>i(this,r))}),s}_parseCommand(e,r){let n=this.parseOptions(r);if(this._parseOptionsEnv(),this._parseOptionsImplied(),e=e.concat(n.operands),r=n.unknown,this.args=e.concat(r),e&&this._findCommand(e[0]))return this._dispatchSubcommand(e[0],e.slice(1),r);if(this._getHelpCommand()&&e[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(e[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(r),this._dispatchSubcommand(this._defaultCommandName,e,r);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),this._outputHelpIfRequested(n.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let s=()=>{n.unknown.length>0&&this.unknownOption(n.unknown[0])},i=`command:${this.name()}`;if(this._actionHandler){s(),this._processArguments();let o;return o=this._chainOrCallHooks(o,"preAction"),o=this._chainOrCall(o,()=>this._actionHandler(this.processedArgs)),this.parent&&(o=this._chainOrCall(o,()=>{this.parent.emit(i,e,r)})),o=this._chainOrCallHooks(o,"postAction"),o}if(this.parent&&this.parent.listenerCount(i))s(),this._processArguments(),this.parent.emit(i,e,r);else if(e.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",e,r);this.listenerCount("command:*")?this.emit("command:*",e,r):this.commands.length?this.unknownCommand():(s(),this._processArguments())}else this.commands.length?(s(),this.help({error:!0})):(s(),this._processArguments())}_findCommand(e){if(e)return this.commands.find(r=>r._name===e||r._aliases.includes(e))}_findOption(e){return this.options.find(r=>r.is(e))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(e=>{e.options.forEach(r=>{r.mandatory&&e.getOptionValue(r.attributeName())===void 0&&e.missingMandatoryOptionValue(r)})})}_checkForConflictingLocalOptions(){let e=this.options.filter(n=>{let s=n.attributeName();return this.getOptionValue(s)===void 0?!1:this.getOptionValueSource(s)!=="default"});e.filter(n=>n.conflictsWith.length>0).forEach(n=>{let s=e.find(i=>n.conflictsWith.includes(i.attributeName()));s&&this._conflictingOption(n,s)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(e=>{e._checkForConflictingLocalOptions()})}parseOptions(e){let r=[],n=[],s=r,i=e.slice();function o(a){return a.length>1&&a[0]==="-"}let c=null;for(;i.length;){let a=i.shift();if(a==="--"){s===n&&s.push(a),s.push(...i);break}if(c&&!o(a)){this.emit(`option:${c.name()}`,a);continue}if(c=null,o(a)){let l=this._findOption(a);if(l){if(l.required){let d=i.shift();d===void 0&&this.optionMissingArgument(l),this.emit(`option:${l.name()}`,d)}else if(l.optional){let d=null;i.length>0&&!o(i[0])&&(d=i.shift()),this.emit(`option:${l.name()}`,d)}else this.emit(`option:${l.name()}`);c=l.variadic?l:null;continue}}if(a.length>2&&a[0]==="-"&&a[1]!=="-"){let l=this._findOption(`-${a[1]}`);if(l){l.required||l.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${l.name()}`,a.slice(2)):(this.emit(`option:${l.name()}`),i.unshift(`-${a.slice(2)}`));continue}}if(/^--[^=]+=/.test(a)){let l=a.indexOf("="),d=this._findOption(a.slice(0,l));if(d&&(d.required||d.optional)){this.emit(`option:${d.name()}`,a.slice(l+1));continue}}if(o(a)&&(s=n),(this._enablePositionalOptions||this._passThroughOptions)&&r.length===0&&n.length===0){if(this._findCommand(a)){r.push(a),i.length>0&&n.push(...i);break}else if(this._getHelpCommand()&&a===this._getHelpCommand().name()){r.push(a),i.length>0&&r.push(...i);break}else if(this._defaultCommandName){n.push(a),i.length>0&&n.push(...i);break}}if(this._passThroughOptions){s.push(a),i.length>0&&s.push(...i);break}s.push(a)}return{operands:r,unknown:n}}opts(){if(this._storeOptionsAsProperties){let e={},r=this.options.length;for(let n=0;n<r;n++){let s=this.options[n].attributeName();e[s]=s===this._versionOptionName?this._version:this[s]}return e}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((e,r)=>Object.assign(e,r.opts()),{})}error(e,r){this._outputConfiguration.outputError(`${e}
18
18
  `,this._outputConfiguration.writeErr),typeof this._showHelpAfterError=="string"?this._outputConfiguration.writeErr(`${this._showHelpAfterError}
19
19
  `):this._showHelpAfterError&&(this._outputConfiguration.writeErr(`
20
- `),this.outputHelp({error:!0}));let n=t||{},s=n.exitCode||1,i=n.code||"commander.error";this._exit(s,i,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in C.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()}`,C.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new Wi(this.options),t=n=>this.getOptionValue(n)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(n));this.options.filter(n=>n.implied!==void 0&&t(n.attributeName())&&e.valueFromOption(this.getOptionValue(n.attributeName()),n)).forEach(n=>{Object.keys(n.implied).filter(s=>!t(s)).forEach(s=>{this.setOptionValueWithSource(s,n.implied[s],"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=o=>{let c=o.attributeName(),a=this.getOptionValue(c),l=this.options.find(u=>u.negate&&c===u.attributeName()),d=this.options.find(u=>!u.negate&&c===u.attributeName());return l&&(l.presetArg===void 0&&a===!1||l.presetArg!==void 0&&a===l.presetArg)?l:d||o},s=o=>{let c=n(o),a=c.attributeName();return this.getOptionValueSource(a)==="env"?`environment variable '${c.envVar}'`:`option '${c.flags}'`},i=`error: ${s(e)} cannot be used with ${s(t)}`;this.error(i,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let t="";if(e.startsWith("--")&&this._showSuggestionAfterError){let s=[],i=this;do{let o=i.createHelp().visibleOptions(i).filter(c=>c.long).map(c=>c.long);s=s.concat(o),i=i.parent}while(i&&!i._enablePositionalOptions);t=Jr(e,s)}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",i=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${t} argument${n} but got ${e.length}.`;this.error(i,{code:"commander.excessArguments"})}unknownCommand(){let e=this.args[0],t="";if(this._showSuggestionAfterError){let s=[];this.createHelp().visibleCommands(this).forEach(i=>{s.push(i.name()),i.alias()&&s.push(i.alias())}),t=Jr(e,s)}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=t||"-V, --version",n=n||"output the version number";let s=this.createOption(t,n);return this._versionOptionName=s.attributeName(),this._registerOption(s),this.on("option:"+s.name(),()=>{this._outputConfiguration.writeOut(`${e}
21
- `),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 new Error("Command alias can't be the same as its name");let n=this.parent?._findCommand(e);if(n){let s=[n.name()].concat(n.aliases()).join("|");throw new Error(`cannot add alias '${e}' to command '${this.name()}' as already have command '${s}'`)}return t._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(t=>this.alias(t)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let t=this.registeredArguments.map(n=>$i(n));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?t:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}nameFromFilename(e){return this._name=K.basename(e,K.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){let t=this.createHelp();return t.helpWidth===void 0&&(t.helpWidth=e&&e.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()),t.formatHelp(this,t)}_getHelpContext(e){e=e||{};let t={error:!!e.error},n;return t.error?n=s=>this._outputConfiguration.writeErr(s):n=s=>this._outputConfiguration.writeOut(s),t.write=e.write||n,t.command=this,t}outputHelp(e){let t;typeof e=="function"&&(t=e,e=void 0);let n=this._getHelpContext(e);this._getCommandAndAncestors().reverse().forEach(i=>i.emit("beforeAllHelp",n)),this.emit("beforeHelp",n);let s=this.helpInformation(n);if(t&&(s=t(s),typeof s!="string"&&!Buffer.isBuffer(s)))throw new Error("outputHelp callback must return a string or a Buffer");n.write(s),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",n),this._getCommandAndAncestors().forEach(i=>i.emit("afterAllHelp",n))}helpOption(e,t){return typeof e=="boolean"?(e?this._helpOption=this._helpOption??void 0:this._helpOption=null,this):(e=e??"-h, --help",t=t??"display help for command",this._helpOption=this.createOption(e,t),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(e){return this._helpOption=e,this}help(e){this.outputHelp(e);let t=C.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 new Error(`Unexpected value for position to addHelpText.
22
- Expecting one of '${n.join("', '")}'`);let s=`${e}Help`;return this.on(s,i=>{let o;typeof t=="function"?o=t({error:i.error,command:i.command}):o=t,o&&i.write(`${o}
23
- `)}),this}_outputHelpIfRequested(e){let t=this._getHelpOption();t&&e.find(s=>t.is(s))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function zr(r){return r.map(e=>{if(!e.startsWith("--inspect"))return e;let t,n="127.0.0.1",s="9229",i;return(i=e.match(/^(--inspect(-brk)?)$/))!==null?t=i[1]:(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(t=i[1],/^\d+$/.test(i[3])?s=i[3]:n=i[3]):(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(t=i[1],n=i[3],s=i[4]),t&&s!=="0"?`${t}=${n}:${parseInt(s)+1}`:e})}Xr.Command=zt});var rn=O(U=>{var{Argument:Zr}=it(),{Command:Xt}=Qr(),{CommanderError:Fi,InvalidArgumentError:en}=Te(),{Help:Gi}=Ft(),{Option:tn}=Vt();U.program=new Xt;U.createCommand=r=>new Xt(r);U.createOption=(r,e)=>new tn(r,e);U.createArgument=(r,e)=>new Zr(r,e);U.Command=Xt;U.Option=tn;U.Argument=Zr;U.Help=Gi;U.CommanderError=Fi;U.InvalidArgumentError=en;U.InvalidOptionArgumentError=en});var un=O(N=>{"use strict";var Qt=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),Hi=Qt(r=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.sync=r.isexe=void 0;var e=require("node:fs"),t=require("node:fs/promises"),n=async(c,a={})=>{let{ignoreErrors:l=!1}=a;try{return i(await(0,t.stat)(c),a)}catch(d){let u=d;if(l||u.code==="EACCES")return!1;throw u}};r.isexe=n;var s=(c,a={})=>{let{ignoreErrors:l=!1}=a;try{return i((0,e.statSync)(c),a)}catch(d){let u=d;if(l||u.code==="EACCES")return!1;throw u}};r.sync=s;var i=(c,a)=>c.isFile()&&o(c,a),o=(c,a)=>{let l=a.uid??process.getuid?.(),d=a.groups??process.getgroups?.()??[],u=a.gid??process.getgid?.()??d[0];if(l===void 0||u===void 0)throw new Error("cannot get uid or gid");let f=new Set([u,...d]),h=c.mode,g=c.uid,p=c.gid,m=parseInt("100",8),I=parseInt("010",8),S=parseInt("001",8),P=m|I;return!!(h&S||h&I&&f.has(p)||h&m&&g===l||h&P&&l===0)}}),qi=Qt(r=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.sync=r.isexe=void 0;var e=require("node:fs"),t=require("node:fs/promises"),n=require("node:path"),s=async(a,l={})=>{let{ignoreErrors:d=!1}=l;try{return c(await(0,t.stat)(a),a,l)}catch(u){let f=u;if(d||f.code==="EACCES")return!1;throw f}};r.isexe=s;var i=(a,l={})=>{let{ignoreErrors:d=!1}=l;try{return c((0,e.statSync)(a),a,l)}catch(u){let f=u;if(d||f.code==="EACCES")return!1;throw f}};r.sync=i;var o=(a,l)=>{let{pathExt:d=process.env.PATHEXT||""}=l,u=d.split(n.delimiter);if(u.indexOf("")!==-1)return!0;for(let f of u){let h=f.toLowerCase(),g=a.substring(a.length-h.length).toLowerCase();if(h&&g===h)return!0}return!1},c=(a,l,d)=>a.isFile()&&o(l,d)}),Vi=Qt(r=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0})}),on=N&&N.__createBinding||(Object.create?(function(r,e,t,n){n===void 0&&(n=t);var s=Object.getOwnPropertyDescriptor(e,t);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(r,n,s)}):(function(r,e,t,n){n===void 0&&(n=t),r[n]=e[t]})),Ki=N&&N.__setModuleDefault||(Object.create?(function(r,e){Object.defineProperty(r,"default",{enumerable:!0,value:e})}):function(r,e){r.default=e}),an=N&&N.__importStar||(function(){var r=function(e){return r=Object.getOwnPropertyNames||function(t){var n=[];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(n[n.length]=s);return n},r(e)};return function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n=r(e),s=0;s<n.length;s++)n[s]!=="default"&&on(t,e,n[s]);return Ki(t,e),t}})(),Yi=N&&N.__exportStar||function(r,e){for(var t in r)t!=="default"&&!Object.prototype.hasOwnProperty.call(e,t)&&on(e,r,t)};Object.defineProperty(N,"__esModule",{value:!0});N.sync=N.isexe=N.posix=N.win32=void 0;var cn=an(Hi());N.posix=cn;var ln=an(qi());N.win32=ln;Yi(Vi(),N);var Ji=process.env._ISEXE_TEST_PLATFORM_||process.platform,dn=Ji==="win32"?ln:cn;N.isexe=dn.isexe;N.sync=dn.sync});var Sn=O((tl,wn)=>{var{isexe:zi,sync:Xi}=un(),{join:Qi,delimiter:Zi,sep:pn,posix:hn}=require("path"),fn=process.platform==="win32",gn=new RegExp(`[${hn.sep}${pn===hn.sep?"":pn}]`.replace(/(\\)/g,"\\$1")),eo=new RegExp(`^\\.${gn.source}`),mn=r=>Object.assign(new Error(`not found: ${r}`),{code:"ENOENT"}),_n=(r,{path:e=process.env.PATH,pathExt:t=process.env.PATHEXT,delimiter:n=Zi})=>{let s=r.match(gn)?[""]:[...fn?[process.cwd()]:[],...(e||"").split(n)];if(fn){let i=t||[".EXE",".CMD",".BAT",".COM"].join(n),o=i.split(n).flatMap(c=>[c,c.toLowerCase()]);return r.includes(".")&&o[0]!==""&&o.unshift(""),{pathEnv:s,pathExt:o,pathExtExe:i}}return{pathEnv:s,pathExt:[""]}},yn=(r,e)=>{let t=/^".*"$/.test(r)?r.slice(1,-1):r;return(!t&&eo.test(e)?e.slice(0,2):"")+Qi(t,e)},bn=async(r,e={})=>{let{pathEnv:t,pathExt:n,pathExtExe:s}=_n(r,e),i=[];for(let o of t){let c=yn(o,r);for(let a of n){let l=c+a;if(await zi(l,{pathExt:s,ignoreErrors:!0})){if(!e.all)return l;i.push(l)}}}if(e.all&&i.length)return i;if(e.nothrow)return null;throw mn(r)},to=(r,e={})=>{let{pathEnv:t,pathExt:n,pathExtExe:s}=_n(r,e),i=[];for(let o of t){let c=yn(o,r);for(let a of n){let l=c+a;if(Xi(l,{pathExt:s,ignoreErrors:!0})){if(!e.all)return l;i.push(l)}}}if(e.all&&i.length)return i;if(e.nothrow)return null;throw mn(r)};wn.exports=bn;bn.sync=to});var Y=O((il,Cn)=>{"use strict";var xn=["nodebuffer","arraybuffer","fragments"],On=typeof Blob<"u";On&&xn.push("blob");Cn.exports={BINARY_TYPES:xn,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:On,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var De=O((ol,dt)=>{"use strict";var{EMPTY_BUFFER:io}=Y(),tr=Buffer[Symbol.species];function oo(r,e){if(r.length===0)return io;if(r.length===1)return r[0];let t=Buffer.allocUnsafe(e),n=0;for(let s=0;s<r.length;s++){let i=r[s];t.set(i,n),n+=i.length}return n<e?new tr(t.buffer,t.byteOffset,n):t}function Pn(r,e,t,n,s){for(let i=0;i<s;i++)t[n+i]=r[i]^e[i&3]}function An(r,e){for(let t=0;t<r.length;t++)r[t]^=e[t&3]}function ao(r){return r.length===r.buffer.byteLength?r.buffer:r.buffer.slice(r.byteOffset,r.byteOffset+r.length)}function rr(r){if(rr.readOnly=!0,Buffer.isBuffer(r))return r;let e;return r instanceof ArrayBuffer?e=new tr(r):ArrayBuffer.isView(r)?e=new tr(r.buffer,r.byteOffset,r.byteLength):(e=Buffer.from(r),rr.readOnly=!1),e}dt.exports={concat:oo,mask:Pn,toArrayBuffer:ao,toBuffer:rr,unmask:An};if(!process.env.WS_NO_BUFFER_UTIL)try{let r=require("bufferutil");dt.exports.mask=function(e,t,n,s,i){i<48?Pn(e,t,n,s,i):r.mask(e,t,n,s,i)},dt.exports.unmask=function(e,t){e.length<32?An(e,t):r.unmask(e,t)}}catch{}});var Rn=O((al,Nn)=>{"use strict";var Tn=Symbol("kDone"),nr=Symbol("kRun"),sr=class{constructor(e){this[Tn]=()=>{this.pending--,this[nr]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[nr]()}[nr](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[Tn])}}};Nn.exports=sr});var ye=O((cl,Mn)=>{"use strict";var je=require("zlib"),Dn=De(),co=Rn(),{kStatusCode:jn}=Y(),lo=Buffer[Symbol.species],uo=Buffer.from([0,0,255,255]),pt=Symbol("permessage-deflate"),J=Symbol("total-length"),me=Symbol("callback"),Q=Symbol("buffers"),_e=Symbol("error"),ut,ir=class{constructor(e){if(this._options=e||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._maxPayload=this._options.maxPayload|0,this._isServer=!!this._options.isServer,this._deflate=null,this._inflate=null,this.params=null,!ut){let t=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;ut=new co(t)}}static get extensionName(){return"permessage-deflate"}offer(){let e={};return this._options.serverNoContextTakeover&&(e.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(e.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(e.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?e.client_max_window_bits=this._options.clientMaxWindowBits:this._options.clientMaxWindowBits==null&&(e.client_max_window_bits=!0),e}accept(e){return e=this.normalizeParams(e),this.params=this._isServer?this.acceptAsServer(e):this.acceptAsClient(e),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){let e=this._deflate[me];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let t=this._options,n=e.find(s=>!(t.serverNoContextTakeover===!1&&s.server_no_context_takeover||s.server_max_window_bits&&(t.serverMaxWindowBits===!1||typeof t.serverMaxWindowBits=="number"&&t.serverMaxWindowBits>s.server_max_window_bits)||typeof t.clientMaxWindowBits=="number"&&!s.client_max_window_bits));if(!n)throw new Error("None of the extension offers can be accepted");return t.serverNoContextTakeover&&(n.server_no_context_takeover=!0),t.clientNoContextTakeover&&(n.client_no_context_takeover=!0),typeof t.serverMaxWindowBits=="number"&&(n.server_max_window_bits=t.serverMaxWindowBits),typeof t.clientMaxWindowBits=="number"?n.client_max_window_bits=t.clientMaxWindowBits:(n.client_max_window_bits===!0||t.clientMaxWindowBits===!1)&&delete n.client_max_window_bits,n}acceptAsClient(e){let t=e[0];if(this._options.clientNoContextTakeover===!1&&t.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!t.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(t.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&t.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return t}normalizeParams(e){return e.forEach(t=>{Object.keys(t).forEach(n=>{let s=t[n];if(s.length>1)throw new Error(`Parameter "${n}" must have only a single value`);if(s=s[0],n==="client_max_window_bits"){if(s!==!0){let i=+s;if(!Number.isInteger(i)||i<8||i>15)throw new TypeError(`Invalid value for parameter "${n}": ${s}`);s=i}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${n}": ${s}`)}else if(n==="server_max_window_bits"){let i=+s;if(!Number.isInteger(i)||i<8||i>15)throw new TypeError(`Invalid value for parameter "${n}": ${s}`);s=i}else if(n==="client_no_context_takeover"||n==="server_no_context_takeover"){if(s!==!0)throw new TypeError(`Invalid value for parameter "${n}": ${s}`)}else throw new Error(`Unknown parameter "${n}"`);t[n]=s})}),e}decompress(e,t,n){ut.add(s=>{this._decompress(e,t,(i,o)=>{s(),n(i,o)})})}compress(e,t,n){ut.add(s=>{this._compress(e,t,(i,o)=>{s(),n(i,o)})})}_decompress(e,t,n){let s=this._isServer?"client":"server";if(!this._inflate){let i=`${s}_max_window_bits`,o=typeof this.params[i]!="number"?je.Z_DEFAULT_WINDOWBITS:this.params[i];this._inflate=je.createInflateRaw({...this._options.zlibInflateOptions,windowBits:o}),this._inflate[pt]=this,this._inflate[J]=0,this._inflate[Q]=[],this._inflate.on("error",ho),this._inflate.on("data",Ln)}this._inflate[me]=n,this._inflate.write(e),t&&this._inflate.write(uo),this._inflate.flush(()=>{let i=this._inflate[_e];if(i){this._inflate.close(),this._inflate=null,n(i);return}let o=Dn.concat(this._inflate[Q],this._inflate[J]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[J]=0,this._inflate[Q]=[],t&&this.params[`${s}_no_context_takeover`]&&this._inflate.reset()),n(null,o)})}_compress(e,t,n){let s=this._isServer?"server":"client";if(!this._deflate){let i=`${s}_max_window_bits`,o=typeof this.params[i]!="number"?je.Z_DEFAULT_WINDOWBITS:this.params[i];this._deflate=je.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:o}),this._deflate[J]=0,this._deflate[Q]=[],this._deflate.on("data",po)}this._deflate[me]=n,this._deflate.write(e),this._deflate.flush(je.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let i=Dn.concat(this._deflate[Q],this._deflate[J]);t&&(i=new lo(i.buffer,i.byteOffset,i.length-4)),this._deflate[me]=null,this._deflate[J]=0,this._deflate[Q]=[],t&&this.params[`${s}_no_context_takeover`]&&this._deflate.reset(),n(null,i)})}};Mn.exports=ir;function po(r){this[Q].push(r),this[J]+=r.length}function Ln(r){if(this[J]+=r.length,this[pt]._maxPayload<1||this[J]<=this[pt]._maxPayload){this[Q].push(r);return}this[_e]=new RangeError("Max payload size exceeded"),this[_e].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[_e][jn]=1009,this.removeListener("data",Ln),this.reset()}function ho(r){if(this[pt]._inflate=null,this[_e]){this[me](this[_e]);return}r[jn]=1007,this[me](r)}});var be=O((ll,ht)=>{"use strict";var{isUtf8:Bn}=require("buffer"),{hasBlob:fo}=Y(),go=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function mo(r){return r>=1e3&&r<=1014&&r!==1004&&r!==1005&&r!==1006||r>=3e3&&r<=4999}function or(r){let e=r.length,t=0;for(;t<e;)if((r[t]&128)===0)t++;else if((r[t]&224)===192){if(t+1===e||(r[t+1]&192)!==128||(r[t]&254)===192)return!1;t+=2}else if((r[t]&240)===224){if(t+2>=e||(r[t+1]&192)!==128||(r[t+2]&192)!==128||r[t]===224&&(r[t+1]&224)===128||r[t]===237&&(r[t+1]&224)===160)return!1;t+=3}else if((r[t]&248)===240){if(t+3>=e||(r[t+1]&192)!==128||(r[t+2]&192)!==128||(r[t+3]&192)!==128||r[t]===240&&(r[t+1]&240)===128||r[t]===244&&r[t+1]>143||r[t]>244)return!1;t+=4}else return!1;return!0}function _o(r){return fo&&typeof r=="object"&&typeof r.arrayBuffer=="function"&&typeof r.type=="string"&&typeof r.stream=="function"&&(r[Symbol.toStringTag]==="Blob"||r[Symbol.toStringTag]==="File")}ht.exports={isBlob:_o,isValidStatusCode:mo,isValidUTF8:or,tokenChars:go};if(Bn)ht.exports.isValidUTF8=function(r){return r.length<24?or(r):Bn(r)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let r=require("utf-8-validate");ht.exports.isValidUTF8=function(e){return e.length<32?or(e):r(e)}}catch{}});var ur=O((dl,qn)=>{"use strict";var{Writable:yo}=require("stream"),$n=ye(),{BINARY_TYPES:bo,EMPTY_BUFFER:Un,kStatusCode:wo,kWebSocket:So}=Y(),{concat:ar,toArrayBuffer:vo,unmask:ko}=De(),{isValidStatusCode:Eo,isValidUTF8:Wn}=be(),ft=Buffer[Symbol.species],W=0,Fn=1,Gn=2,Hn=3,cr=4,lr=5,gt=6,dr=class extends yo{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||bo[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[So]=void 0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._errored=!1,this._loop=!1,this._state=W}_write(e,t,n){if(this._opcode===8&&this._state==W)return n();this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(n)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e<this._buffers[0].length){let n=this._buffers[0];return this._buffers[0]=new ft(n.buffer,n.byteOffset+e,n.length-e),new ft(n.buffer,n.byteOffset,e)}let t=Buffer.allocUnsafe(e);do{let n=this._buffers[0],s=t.length-e;e>=n.length?t.set(this._buffers.shift(),s):(t.set(new Uint8Array(n.buffer,n.byteOffset,e),s),this._buffers[0]=new ft(n.buffer,n.byteOffset+e,n.length-e)),e-=n.length}while(e>0);return t}startLoop(e){this._loop=!0;do switch(this._state){case W:this.getInfo(e);break;case Fn:this.getPayloadLength16(e);break;case Gn:this.getPayloadLength64(e);break;case Hn:this.getMask();break;case cr:this.getData(e);break;case lr:case gt:this._loop=!1;return}while(this._loop);this._errored||e()}getInfo(e){if(this._bufferedBytes<2){this._loop=!1;return}let t=this.consume(2);if((t[0]&48)!==0){let s=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");e(s);return}let n=(t[0]&64)===64;if(n&&!this._extensions[$n.extensionName]){let s=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(s);return}if(this._fin=(t[0]&128)===128,this._opcode=t[0]&15,this._payloadLength=t[1]&127,this._opcode===0){if(n){let s=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(s);return}if(!this._fragmented){let s=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");e(s);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let s=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(s);return}this._compressed=n}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let s=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");e(s);return}if(n){let s=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(s);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let s=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");e(s);return}}else{let s=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(s);return}if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(t[1]&128)===128,this._isServer){if(!this._masked){let s=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");e(s);return}}else if(this._masked){let s=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");e(s);return}this._payloadLength===126?this._state=Fn:this._payloadLength===127?this._state=Gn:this.haveLength(e)}getPayloadLength16(e){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength(e)}getPayloadLength64(e){if(this._bufferedBytes<8){this._loop=!1;return}let t=this.consume(8),n=t.readUInt32BE(0);if(n>Math.pow(2,21)-1){let s=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");e(s);return}this._payloadLength=n*Math.pow(2,32)+t.readUInt32BE(4),this.haveLength(e)}haveLength(e){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0)){let t=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");e(t);return}this._masked?this._state=Hn:this._state=cr}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=cr}getData(e){let t=Un;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}t=this.consume(this._payloadLength),this._masked&&(this._mask[0]|this._mask[1]|this._mask[2]|this._mask[3])!==0&&ko(t,this._mask)}if(this._opcode>7){this.controlMessage(t,e);return}if(this._compressed){this._state=lr,this.decompress(t,e);return}t.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(t)),this.dataMessage(e)}decompress(e,t){this._extensions[$n.extensionName].decompress(e,this._fin,(s,i)=>{if(s)return t(s);if(i.length){if(this._messageLength+=i.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let o=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");t(o);return}this._fragments.push(i)}this.dataMessage(t),this._state===W&&this.startLoop(t)})}dataMessage(e){if(!this._fin){this._state=W;return}let t=this._messageLength,n=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let s;this._binaryType==="nodebuffer"?s=ar(n,t):this._binaryType==="arraybuffer"?s=vo(ar(n,t)):this._binaryType==="blob"?s=new Blob(n):s=n,this._allowSynchronousEvents?(this.emit("message",s,!0),this._state=W):(this._state=gt,setImmediate(()=>{this.emit("message",s,!0),this._state=W,this.startLoop(e)}))}else{let s=ar(n,t);if(!this._skipUTF8Validation&&!Wn(s)){let i=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(i);return}this._state===lr||this._allowSynchronousEvents?(this.emit("message",s,!1),this._state=W):(this._state=gt,setImmediate(()=>{this.emit("message",s,!1),this._state=W,this.startLoop(e)}))}}controlMessage(e,t){if(this._opcode===8){if(e.length===0)this._loop=!1,this.emit("conclude",1005,Un),this.end();else{let n=e.readUInt16BE(0);if(!Eo(n)){let i=this.createError(RangeError,`invalid status code ${n}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");t(i);return}let s=new ft(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!Wn(s)){let i=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");t(i);return}this._loop=!1,this.emit("conclude",n,s),this.end()}this._state=W;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=W):(this._state=gt,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=W,this.startLoop(t)}))}createError(e,t,n,s,i){this._loop=!1,this._errored=!0;let o=new e(n?`Invalid WebSocket frame: ${t}`:t);return Error.captureStackTrace(o,this.createError),o.code=i,o[wo]=s,o}};qn.exports=dr});var fr=O((pl,Yn)=>{"use strict";var{Duplex:ul}=require("stream"),{randomFillSync:Io}=require("crypto"),Vn=ye(),{EMPTY_BUFFER:xo,kWebSocket:Oo,NOOP:Co}=Y(),{isBlob:we,isValidStatusCode:Po}=be(),{mask:Kn,toBuffer:ne}=De(),F=Symbol("kByteLength"),Ao=Buffer.alloc(4),mt=8*1024,se,Se=mt,H=0,To=1,No=2,pr=class r{constructor(e,t,n){this._extensions=t||{},n&&(this._generateMask=n,this._maskBuffer=Buffer.alloc(4)),this._socket=e,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._queue=[],this._state=H,this.onerror=Co,this[Oo]=void 0}static frame(e,t){let n,s=!1,i=2,o=!1;t.mask&&(n=t.maskBuffer||Ao,t.generateMask?t.generateMask(n):(Se===mt&&(se===void 0&&(se=Buffer.alloc(mt)),Io(se,0,mt),Se=0),n[0]=se[Se++],n[1]=se[Se++],n[2]=se[Se++],n[3]=se[Se++]),o=(n[0]|n[1]|n[2]|n[3])===0,i=6);let c;typeof e=="string"?(!t.mask||o)&&t[F]!==void 0?c=t[F]:(e=Buffer.from(e),c=e.length):(c=e.length,s=t.mask&&t.readOnly&&!o);let a=c;c>=65536?(i+=8,a=127):c>125&&(i+=2,a=126);let l=Buffer.allocUnsafe(s?c+i:i);return l[0]=t.fin?t.opcode|128:t.opcode,t.rsv1&&(l[0]|=64),l[1]=a,a===126?l.writeUInt16BE(c,2):a===127&&(l[2]=l[3]=0,l.writeUIntBE(c,4,6)),t.mask?(l[1]|=128,l[i-4]=n[0],l[i-3]=n[1],l[i-2]=n[2],l[i-1]=n[3],o?[l,e]:s?(Kn(e,n,l,i,c),[l]):(Kn(e,n,e,0,c),[l,e])):[l,e]}close(e,t,n,s){let i;if(e===void 0)i=xo;else{if(typeof e!="number"||!Po(e))throw new TypeError("First argument must be a valid error code number");if(t===void 0||!t.length)i=Buffer.allocUnsafe(2),i.writeUInt16BE(e,0);else{let c=Buffer.byteLength(t);if(c>123)throw new RangeError("The message must not be greater than 123 bytes");i=Buffer.allocUnsafe(2+c),i.writeUInt16BE(e,0),typeof t=="string"?i.write(t,2):i.set(t,2)}}let o={[F]:i.length,fin:!0,generateMask:this._generateMask,mask:n,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==H?this.enqueue([this.dispatch,i,!1,o,s]):this.sendFrame(r.frame(i,o),s)}ping(e,t,n){let s,i;if(typeof e=="string"?(s=Buffer.byteLength(e),i=!1):we(e)?(s=e.size,i=!1):(e=ne(e),s=e.length,i=ne.readOnly),s>125)throw new RangeError("The data size must not be greater than 125 bytes");let o={[F]:s,fin:!0,generateMask:this._generateMask,mask:t,maskBuffer:this._maskBuffer,opcode:9,readOnly:i,rsv1:!1};we(e)?this._state!==H?this.enqueue([this.getBlobData,e,!1,o,n]):this.getBlobData(e,!1,o,n):this._state!==H?this.enqueue([this.dispatch,e,!1,o,n]):this.sendFrame(r.frame(e,o),n)}pong(e,t,n){let s,i;if(typeof e=="string"?(s=Buffer.byteLength(e),i=!1):we(e)?(s=e.size,i=!1):(e=ne(e),s=e.length,i=ne.readOnly),s>125)throw new RangeError("The data size must not be greater than 125 bytes");let o={[F]:s,fin:!0,generateMask:this._generateMask,mask:t,maskBuffer:this._maskBuffer,opcode:10,readOnly:i,rsv1:!1};we(e)?this._state!==H?this.enqueue([this.getBlobData,e,!1,o,n]):this.getBlobData(e,!1,o,n):this._state!==H?this.enqueue([this.dispatch,e,!1,o,n]):this.sendFrame(r.frame(e,o),n)}send(e,t,n){let s=this._extensions[Vn.extensionName],i=t.binary?2:1,o=t.compress,c,a;typeof e=="string"?(c=Buffer.byteLength(e),a=!1):we(e)?(c=e.size,a=!1):(e=ne(e),c=e.length,a=ne.readOnly),this._firstFragment?(this._firstFragment=!1,o&&s&&s.params[s._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(o=c>=s._threshold),this._compress=o):(o=!1,i=0),t.fin&&(this._firstFragment=!0);let l={[F]:c,fin:t.fin,generateMask:this._generateMask,mask:t.mask,maskBuffer:this._maskBuffer,opcode:i,readOnly:a,rsv1:o};we(e)?this._state!==H?this.enqueue([this.getBlobData,e,this._compress,l,n]):this.getBlobData(e,this._compress,l,n):this._state!==H?this.enqueue([this.dispatch,e,this._compress,l,n]):this.dispatch(e,this._compress,l,n)}getBlobData(e,t,n,s){this._bufferedBytes+=n[F],this._state=No,e.arrayBuffer().then(i=>{if(this._socket.destroyed){let c=new Error("The socket was closed while the blob was being read");process.nextTick(hr,this,c,s);return}this._bufferedBytes-=n[F];let o=ne(i);t?this.dispatch(o,t,n,s):(this._state=H,this.sendFrame(r.frame(o,n),s),this.dequeue())}).catch(i=>{process.nextTick(Ro,this,i,s)})}dispatch(e,t,n,s){if(!t){this.sendFrame(r.frame(e,n),s);return}let i=this._extensions[Vn.extensionName];this._bufferedBytes+=n[F],this._state=To,i.compress(e,n.fin,(o,c)=>{if(this._socket.destroyed){let a=new Error("The socket was closed while data was being compressed");hr(this,a,s);return}this._bufferedBytes-=n[F],this._state=H,n.readOnly=!1,this.sendFrame(r.frame(c,n),s),this.dequeue()})}dequeue(){for(;this._state===H&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][F],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][F],this._queue.push(e)}sendFrame(e,t){e.length===2?(this._socket.cork(),this._socket.write(e[0]),this._socket.write(e[1],t),this._socket.uncork()):this._socket.write(e[0],t)}};Yn.exports=pr;function hr(r,e,t){typeof t=="function"&&t(e);for(let n=0;n<r._queue.length;n++){let s=r._queue[n],i=s[s.length-1];typeof i=="function"&&i(e)}}function Ro(r,e,t){hr(r,e,t),r.onerror(e)}});var ns=O((hl,rs)=>{"use strict";var{kForOnEventAttribute:Le,kListener:gr}=Y(),Jn=Symbol("kCode"),zn=Symbol("kData"),Xn=Symbol("kError"),Qn=Symbol("kMessage"),Zn=Symbol("kReason"),ve=Symbol("kTarget"),es=Symbol("kType"),ts=Symbol("kWasClean"),z=class{constructor(e){this[ve]=null,this[es]=e}get target(){return this[ve]}get type(){return this[es]}};Object.defineProperty(z.prototype,"target",{enumerable:!0});Object.defineProperty(z.prototype,"type",{enumerable:!0});var ie=class extends z{constructor(e,t={}){super(e),this[Jn]=t.code===void 0?0:t.code,this[Zn]=t.reason===void 0?"":t.reason,this[ts]=t.wasClean===void 0?!1:t.wasClean}get code(){return this[Jn]}get reason(){return this[Zn]}get wasClean(){return this[ts]}};Object.defineProperty(ie.prototype,"code",{enumerable:!0});Object.defineProperty(ie.prototype,"reason",{enumerable:!0});Object.defineProperty(ie.prototype,"wasClean",{enumerable:!0});var ke=class extends z{constructor(e,t={}){super(e),this[Xn]=t.error===void 0?null:t.error,this[Qn]=t.message===void 0?"":t.message}get error(){return this[Xn]}get message(){return this[Qn]}};Object.defineProperty(ke.prototype,"error",{enumerable:!0});Object.defineProperty(ke.prototype,"message",{enumerable:!0});var Me=class extends z{constructor(e,t={}){super(e),this[zn]=t.data===void 0?null:t.data}get data(){return this[zn]}};Object.defineProperty(Me.prototype,"data",{enumerable:!0});var Do={addEventListener(r,e,t={}){for(let s of this.listeners(r))if(!t[Le]&&s[gr]===e&&!s[Le])return;let n;if(r==="message")n=function(i,o){let c=new Me("message",{data:o?i:i.toString()});c[ve]=this,_t(e,this,c)};else if(r==="close")n=function(i,o){let c=new ie("close",{code:i,reason:o.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});c[ve]=this,_t(e,this,c)};else if(r==="error")n=function(i){let o=new ke("error",{error:i,message:i.message});o[ve]=this,_t(e,this,o)};else if(r==="open")n=function(){let i=new z("open");i[ve]=this,_t(e,this,i)};else return;n[Le]=!!t[Le],n[gr]=e,t.once?this.once(r,n):this.on(r,n)},removeEventListener(r,e){for(let t of this.listeners(r))if(t[gr]===e&&!t[Le]){this.removeListener(r,t);break}}};rs.exports={CloseEvent:ie,ErrorEvent:ke,Event:z,EventTarget:Do,MessageEvent:Me};function _t(r,e,t){typeof r=="object"&&r.handleEvent?r.handleEvent.call(r,t):r.call(e,t)}});var yt=O((fl,ss)=>{"use strict";var{tokenChars:Be}=be();function V(r,e,t){r[e]===void 0?r[e]=[t]:r[e].push(t)}function jo(r){let e=Object.create(null),t=Object.create(null),n=!1,s=!1,i=!1,o,c,a=-1,l=-1,d=-1,u=0;for(;u<r.length;u++)if(l=r.charCodeAt(u),o===void 0)if(d===-1&&Be[l]===1)a===-1&&(a=u);else if(u!==0&&(l===32||l===9))d===-1&&a!==-1&&(d=u);else if(l===59||l===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${u}`);d===-1&&(d=u);let h=r.slice(a,d);l===44?(V(e,h,t),t=Object.create(null)):o=h,a=d=-1}else throw new SyntaxError(`Unexpected character at index ${u}`);else if(c===void 0)if(d===-1&&Be[l]===1)a===-1&&(a=u);else if(l===32||l===9)d===-1&&a!==-1&&(d=u);else if(l===59||l===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${u}`);d===-1&&(d=u),V(t,r.slice(a,d),!0),l===44&&(V(e,o,t),t=Object.create(null),o=void 0),a=d=-1}else if(l===61&&a!==-1&&d===-1)c=r.slice(a,u),a=d=-1;else throw new SyntaxError(`Unexpected character at index ${u}`);else if(s){if(Be[l]!==1)throw new SyntaxError(`Unexpected character at index ${u}`);a===-1?a=u:n||(n=!0),s=!1}else if(i)if(Be[l]===1)a===-1&&(a=u);else if(l===34&&a!==-1)i=!1,d=u;else if(l===92)s=!0;else throw new SyntaxError(`Unexpected character at index ${u}`);else if(l===34&&r.charCodeAt(u-1)===61)i=!0;else if(d===-1&&Be[l]===1)a===-1&&(a=u);else if(a!==-1&&(l===32||l===9))d===-1&&(d=u);else if(l===59||l===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${u}`);d===-1&&(d=u);let h=r.slice(a,d);n&&(h=h.replace(/\\/g,""),n=!1),V(t,c,h),l===44&&(V(e,o,t),t=Object.create(null),o=void 0),c=void 0,a=d=-1}else throw new SyntaxError(`Unexpected character at index ${u}`);if(a===-1||i||l===32||l===9)throw new SyntaxError("Unexpected end of input");d===-1&&(d=u);let f=r.slice(a,d);return o===void 0?V(e,f,t):(c===void 0?V(t,f,!0):n?V(t,c,f.replace(/\\/g,"")):V(t,c,f),V(e,o,t)),e}function Lo(r){return Object.keys(r).map(e=>{let t=r[e];return Array.isArray(t)||(t=[t]),t.map(n=>[e].concat(Object.keys(n).map(s=>{let i=n[s];return Array.isArray(i)||(i=[i]),i.map(o=>o===!0?s:`${s}=${o}`).join("; ")})).join("; ")).join(", ")}).join(", ")}ss.exports={format:Lo,parse:jo}});var vt=O((_l,ms)=>{"use strict";var Mo=require("events"),Bo=require("https"),$o=require("http"),as=require("net"),Uo=require("tls"),{randomBytes:Wo,createHash:Fo}=require("crypto"),{Duplex:gl,Readable:ml}=require("stream"),{URL:mr}=require("url"),Z=ye(),Go=ur(),Ho=fr(),{isBlob:qo}=be(),{BINARY_TYPES:is,CLOSE_TIMEOUT:Vo,EMPTY_BUFFER:bt,GUID:Ko,kForOnEventAttribute:_r,kListener:Yo,kStatusCode:Jo,kWebSocket:D,NOOP:cs}=Y(),{EventTarget:{addEventListener:zo,removeEventListener:Xo}}=ns(),{format:Qo,parse:Zo}=yt(),{toBuffer:ea}=De(),ls=Symbol("kAborted"),yr=[8,13],X=["CONNECTING","OPEN","CLOSING","CLOSED"],ta=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,x=class r extends Mo{constructor(e,t,n){super(),this._binaryType=is[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=bt,this._closeTimer=null,this._errorEmitted=!1,this._extensions={},this._paused=!1,this._protocol="",this._readyState=r.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,e!==null?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,t===void 0?t=[]:Array.isArray(t)||(typeof t=="object"&&t!==null?(n=t,t=[]):t=[t]),ds(this,e,t,n)):(this._autoPong=n.autoPong,this._closeTimeout=n.closeTimeout,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){is.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,t,n){let s=new Go({allowSynchronousEvents:n.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:n.maxPayload,skipUTF8Validation:n.skipUTF8Validation}),i=new Ho(e,this._extensions,n.generateMask);this._receiver=s,this._sender=i,this._socket=e,s[D]=this,i[D]=this,e[D]=this,s.on("conclude",sa),s.on("drain",ia),s.on("error",oa),s.on("message",aa),s.on("ping",ca),s.on("pong",la),i.onerror=da,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),t.length>0&&e.unshift(t),e.on("close",hs),e.on("data",St),e.on("end",fs),e.on("error",gs),this._readyState=r.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=r.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}this._extensions[Z.extensionName]&&this._extensions[Z.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=r.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,t){if(this.readyState!==r.CLOSED){if(this.readyState===r.CONNECTING){B(this,this._req,"WebSocket was closed before the connection was established");return}if(this.readyState===r.CLOSING){this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end();return}this._readyState=r.CLOSING,this._sender.close(e,t,!this._isServer,n=>{n||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())}),ps(this)}}pause(){this.readyState===r.CONNECTING||this.readyState===r.CLOSED||(this._paused=!0,this._socket.pause())}ping(e,t,n){if(this.readyState===r.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(n=e,e=t=void 0):typeof t=="function"&&(n=t,t=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==r.OPEN){br(this,e,n);return}t===void 0&&(t=!this._isServer),this._sender.ping(e||bt,t,n)}pong(e,t,n){if(this.readyState===r.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(n=e,e=t=void 0):typeof t=="function"&&(n=t,t=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==r.OPEN){br(this,e,n);return}t===void 0&&(t=!this._isServer),this._sender.pong(e||bt,t,n)}resume(){this.readyState===r.CONNECTING||this.readyState===r.CLOSED||(this._paused=!1,this._receiver._writableState.needDrain||this._socket.resume())}send(e,t,n){if(this.readyState===r.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof t=="function"&&(n=t,t={}),typeof e=="number"&&(e=e.toString()),this.readyState!==r.OPEN){br(this,e,n);return}let s={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...t};this._extensions[Z.extensionName]||(s.compress=!1),this._sender.send(e||bt,s,n)}terminate(){if(this.readyState!==r.CLOSED){if(this.readyState===r.CONNECTING){B(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=r.CLOSING,this._socket.destroy())}}};Object.defineProperty(x,"CONNECTING",{enumerable:!0,value:X.indexOf("CONNECTING")});Object.defineProperty(x.prototype,"CONNECTING",{enumerable:!0,value:X.indexOf("CONNECTING")});Object.defineProperty(x,"OPEN",{enumerable:!0,value:X.indexOf("OPEN")});Object.defineProperty(x.prototype,"OPEN",{enumerable:!0,value:X.indexOf("OPEN")});Object.defineProperty(x,"CLOSING",{enumerable:!0,value:X.indexOf("CLOSING")});Object.defineProperty(x.prototype,"CLOSING",{enumerable:!0,value:X.indexOf("CLOSING")});Object.defineProperty(x,"CLOSED",{enumerable:!0,value:X.indexOf("CLOSED")});Object.defineProperty(x.prototype,"CLOSED",{enumerable:!0,value:X.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(r=>{Object.defineProperty(x.prototype,r,{enumerable:!0})});["open","error","close","message"].forEach(r=>{Object.defineProperty(x.prototype,`on${r}`,{enumerable:!0,get(){for(let e of this.listeners(r))if(e[_r])return e[Yo];return null},set(e){for(let t of this.listeners(r))if(t[_r]){this.removeListener(r,t);break}typeof e=="function"&&this.addEventListener(r,e,{[_r]:!0})}})});x.prototype.addEventListener=zo;x.prototype.removeEventListener=Xo;ms.exports=x;function ds(r,e,t,n){let s={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:Vo,protocolVersion:yr[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...n,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if(r._autoPong=s.autoPong,r._closeTimeout=s.closeTimeout,!yr.includes(s.protocolVersion))throw new RangeError(`Unsupported protocol version: ${s.protocolVersion} (supported versions: ${yr.join(", ")})`);let i;if(e instanceof mr)i=e;else try{i=new mr(e)}catch{throw new SyntaxError(`Invalid URL: ${e}`)}i.protocol==="http:"?i.protocol="ws:":i.protocol==="https:"&&(i.protocol="wss:"),r._url=i.href;let o=i.protocol==="wss:",c=i.protocol==="ws+unix:",a;if(i.protocol!=="ws:"&&!o&&!c?a=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:c&&!i.pathname?a="The URL's pathname is empty":i.hash&&(a="The URL contains a fragment identifier"),a){let p=new SyntaxError(a);if(r._redirects===0)throw p;wt(r,p);return}let l=o?443:80,d=Wo(16).toString("base64"),u=o?Bo.request:$o.request,f=new Set,h;if(s.createConnection=s.createConnection||(o?na:ra),s.defaultPort=s.defaultPort||l,s.port=i.port||l,s.host=i.hostname.startsWith("[")?i.hostname.slice(1,-1):i.hostname,s.headers={...s.headers,"Sec-WebSocket-Version":s.protocolVersion,"Sec-WebSocket-Key":d,Connection:"Upgrade",Upgrade:"websocket"},s.path=i.pathname+i.search,s.timeout=s.handshakeTimeout,s.perMessageDeflate&&(h=new Z({...s.perMessageDeflate,isServer:!1,maxPayload:s.maxPayload}),s.headers["Sec-WebSocket-Extensions"]=Qo({[Z.extensionName]:h.offer()})),t.length){for(let p of t){if(typeof p!="string"||!ta.test(p)||f.has(p))throw new SyntaxError("An invalid or duplicated subprotocol was specified");f.add(p)}s.headers["Sec-WebSocket-Protocol"]=t.join(",")}if(s.origin&&(s.protocolVersion<13?s.headers["Sec-WebSocket-Origin"]=s.origin:s.headers.Origin=s.origin),(i.username||i.password)&&(s.auth=`${i.username}:${i.password}`),c){let p=s.path.split(":");s.socketPath=p[0],s.path=p[1]}let g;if(s.followRedirects){if(r._redirects===0){r._originalIpc=c,r._originalSecure=o,r._originalHostOrSocketPath=c?s.socketPath:i.host;let p=n&&n.headers;if(n={...n,headers:{}},p)for(let[m,I]of Object.entries(p))n.headers[m.toLowerCase()]=I}else if(r.listenerCount("redirect")===0){let p=c?r._originalIpc?s.socketPath===r._originalHostOrSocketPath:!1:r._originalIpc?!1:i.host===r._originalHostOrSocketPath;(!p||r._originalSecure&&!o)&&(delete s.headers.authorization,delete s.headers.cookie,p||delete s.headers.host,s.auth=void 0)}s.auth&&!n.headers.authorization&&(n.headers.authorization="Basic "+Buffer.from(s.auth).toString("base64")),g=r._req=u(s),r._redirects&&r.emit("redirect",r.url,g)}else g=r._req=u(s);s.timeout&&g.on("timeout",()=>{B(r,g,"Opening handshake has timed out")}),g.on("error",p=>{g===null||g[ls]||(g=r._req=null,wt(r,p))}),g.on("response",p=>{let m=p.headers.location,I=p.statusCode;if(m&&s.followRedirects&&I>=300&&I<400){if(++r._redirects>s.maxRedirects){B(r,g,"Maximum redirects exceeded");return}g.abort();let S;try{S=new mr(m,e)}catch{let j=new SyntaxError(`Invalid URL: ${m}`);wt(r,j);return}ds(r,S,t,n)}else r.emit("unexpected-response",g,p)||B(r,g,`Unexpected server response: ${p.statusCode}`)}),g.on("upgrade",(p,m,I)=>{if(r.emit("upgrade",p),r.readyState!==x.CONNECTING)return;g=r._req=null;let S=p.headers.upgrade;if(S===void 0||S.toLowerCase()!=="websocket"){B(r,m,"Invalid Upgrade header");return}let P=Fo("sha1").update(d+Ko).digest("base64");if(p.headers["sec-websocket-accept"]!==P){B(r,m,"Invalid Sec-WebSocket-Accept header");return}let j=p.headers["sec-websocket-protocol"],$;if(j!==void 0?f.size?f.has(j)||($="Server sent an invalid subprotocol"):$="Server sent a subprotocol but none was requested":f.size&&($="Server sent no subprotocol"),$){B(r,m,$);return}j&&(r._protocol=j);let he=p.headers["sec-websocket-extensions"];if(he!==void 0){if(!h){B(r,m,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let y;try{y=Zo(he)}catch{B(r,m,"Invalid Sec-WebSocket-Extensions header");return}let b=Object.keys(y);if(b.length!==1||b[0]!==Z.extensionName){B(r,m,"Server indicated an extension that was not requested");return}try{h.accept(y[Z.extensionName])}catch{B(r,m,"Invalid Sec-WebSocket-Extensions header");return}r._extensions[Z.extensionName]=h}r.setSocket(m,I,{allowSynchronousEvents:s.allowSynchronousEvents,generateMask:s.generateMask,maxPayload:s.maxPayload,skipUTF8Validation:s.skipUTF8Validation})}),s.finishRequest?s.finishRequest(g,r):g.end()}function wt(r,e){r._readyState=x.CLOSING,r._errorEmitted=!0,r.emit("error",e),r.emitClose()}function ra(r){return r.path=r.socketPath,as.connect(r)}function na(r){return r.path=void 0,!r.servername&&r.servername!==""&&(r.servername=as.isIP(r.host)?"":r.host),Uo.connect(r)}function B(r,e,t){r._readyState=x.CLOSING;let n=new Error(t);Error.captureStackTrace(n,B),e.setHeader?(e[ls]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(wt,r,n)):(e.destroy(n),e.once("error",r.emit.bind(r,"error")),e.once("close",r.emitClose.bind(r)))}function br(r,e,t){if(e){let n=qo(e)?e.size:ea(e).length;r._socket?r._sender._bufferedBytes+=n:r._bufferedAmount+=n}if(t){let n=new Error(`WebSocket is not open: readyState ${r.readyState} (${X[r.readyState]})`);process.nextTick(t,n)}}function sa(r,e){let t=this[D];t._closeFrameReceived=!0,t._closeMessage=e,t._closeCode=r,t._socket[D]!==void 0&&(t._socket.removeListener("data",St),process.nextTick(us,t._socket),r===1005?t.close():t.close(r,e))}function ia(){let r=this[D];r.isPaused||r._socket.resume()}function oa(r){let e=this[D];e._socket[D]!==void 0&&(e._socket.removeListener("data",St),process.nextTick(us,e._socket),e.close(r[Jo])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",r))}function os(){this[D].emitClose()}function aa(r,e){this[D].emit("message",r,e)}function ca(r){let e=this[D];e._autoPong&&e.pong(r,!this._isServer,cs),e.emit("ping",r)}function la(r){this[D].emit("pong",r)}function us(r){r.resume()}function da(r){let e=this[D];e.readyState!==x.CLOSED&&(e.readyState===x.OPEN&&(e._readyState=x.CLOSING,ps(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",r)))}function ps(r){r._closeTimer=setTimeout(r._socket.destroy.bind(r._socket),r._closeTimeout)}function hs(){let r=this[D];if(this.removeListener("close",hs),this.removeListener("data",St),this.removeListener("end",fs),r._readyState=x.CLOSING,!this._readableState.endEmitted&&!r._closeFrameReceived&&!r._receiver._writableState.errorEmitted&&this._readableState.length!==0){let e=this.read(this._readableState.length);r._receiver.write(e)}r._receiver.end(),this[D]=void 0,clearTimeout(r._closeTimer),r._receiver._writableState.finished||r._receiver._writableState.errorEmitted?r.emitClose():(r._receiver.on("error",os),r._receiver.on("finish",os))}function St(r){this[D]._receiver.write(r)||this.pause()}function fs(){let r=this[D];r._readyState=x.CLOSING,r._receiver.end(),this.end()}function gs(){let r=this[D];this.removeListener("error",gs),this.on("error",cs),r&&(r._readyState=x.CLOSING,this.destroy())}});var ws=O((bl,bs)=>{"use strict";var yl=vt(),{Duplex:ua}=require("stream");function _s(r){r.emit("close")}function pa(){!this.destroyed&&this._writableState.finished&&this.destroy()}function ys(r){this.removeListener("error",ys),this.destroy(),this.listenerCount("error")===0&&this.emit("error",r)}function ha(r,e){let t=!0,n=new ua({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return r.on("message",function(i,o){let c=!o&&n._readableState.objectMode?i.toString():i;n.push(c)||r.pause()}),r.once("error",function(i){n.destroyed||(t=!1,n.destroy(i))}),r.once("close",function(){n.destroyed||n.push(null)}),n._destroy=function(s,i){if(r.readyState===r.CLOSED){i(s),process.nextTick(_s,n);return}let o=!1;r.once("error",function(a){o=!0,i(a)}),r.once("close",function(){o||i(s),process.nextTick(_s,n)}),t&&r.terminate()},n._final=function(s){if(r.readyState===r.CONNECTING){r.once("open",function(){n._final(s)});return}r._socket!==null&&(r._socket._writableState.finished?(s(),n._readableState.endEmitted&&n.destroy()):(r._socket.once("finish",function(){s()}),r.close()))},n._read=function(){r.isPaused&&r.resume()},n._write=function(s,i,o){if(r.readyState===r.CONNECTING){r.once("open",function(){n._write(s,i,o)});return}r.send(s,o)},n.on("end",pa),n.on("error",ys),n}bs.exports=ha});var wr=O((wl,Ss)=>{"use strict";var{tokenChars:fa}=be();function ga(r){let e=new Set,t=-1,n=-1,s=0;for(s;s<r.length;s++){let o=r.charCodeAt(s);if(n===-1&&fa[o]===1)t===-1&&(t=s);else if(s!==0&&(o===32||o===9))n===-1&&t!==-1&&(n=s);else if(o===44){if(t===-1)throw new SyntaxError(`Unexpected character at index ${s}`);n===-1&&(n=s);let c=r.slice(t,n);if(e.has(c))throw new SyntaxError(`The "${c}" subprotocol is duplicated`);e.add(c),t=n=-1}else throw new SyntaxError(`Unexpected character at index ${s}`)}if(t===-1||n!==-1)throw new SyntaxError("Unexpected end of input");let i=r.slice(t,s);if(e.has(i))throw new SyntaxError(`The "${i}" subprotocol is duplicated`);return e.add(i),e}Ss.exports={parse:ga}});var Cs=O((vl,Os)=>{"use strict";var ma=require("events"),kt=require("http"),{Duplex:Sl}=require("stream"),{createHash:_a}=require("crypto"),vs=yt(),oe=ye(),ya=wr(),ba=vt(),{CLOSE_TIMEOUT:wa,GUID:Sa,kWebSocket:va}=Y(),ka=/^[+/0-9A-Za-z]{22}==$/,ks=0,Es=1,xs=2,Sr=class extends ma{constructor(e,t){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:wa,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:ba,...e},e.port==null&&!e.server&&!e.noServer||e.port!=null&&(e.server||e.noServer)||e.server&&e.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(e.port!=null?(this._server=kt.createServer((n,s)=>{let i=kt.STATUS_CODES[426];s.writeHead(426,{"Content-Length":i.length,"Content-Type":"text/plain"}),s.end(i)}),this._server.listen(e.port,e.host,e.backlog,t)):e.server&&(this._server=e.server),this._server){let n=this.emit.bind(this,"connection");this._removeListeners=Ea(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(s,i,o)=>{this.handleUpgrade(s,i,o,n)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=e,this._state=ks}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(e){if(this._state===xs){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick($e,this);return}if(e&&this.once("close",e),this._state!==Es)if(this._state=Es,this.options.noServer||this.options.server)this._server&&(this._removeListeners(),this._removeListeners=this._server=null),this.clients?this.clients.size?this._shouldEmitClose=!0:process.nextTick($e,this):process.nextTick($e,this);else{let t=this._server;this._removeListeners(),this._removeListeners=this._server=null,t.close(()=>{$e(this)})}}shouldHandle(e){if(this.options.path){let t=e.url.indexOf("?");if((t!==-1?e.url.slice(0,t):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,t,n,s){t.on("error",Is);let i=e.headers["sec-websocket-key"],o=e.headers.upgrade,c=+e.headers["sec-websocket-version"];if(e.method!=="GET"){ae(this,e,t,405,"Invalid HTTP method");return}if(o===void 0||o.toLowerCase()!=="websocket"){ae(this,e,t,400,"Invalid Upgrade header");return}if(i===void 0||!ka.test(i)){ae(this,e,t,400,"Missing or invalid Sec-WebSocket-Key header");return}if(c!==13&&c!==8){ae(this,e,t,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){Ue(t,400);return}let a=e.headers["sec-websocket-protocol"],l=new Set;if(a!==void 0)try{l=ya.parse(a)}catch{ae(this,e,t,400,"Invalid Sec-WebSocket-Protocol header");return}let d=e.headers["sec-websocket-extensions"],u={};if(this.options.perMessageDeflate&&d!==void 0){let f=new oe({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let h=vs.parse(d);h[oe.extensionName]&&(f.accept(h[oe.extensionName]),u[oe.extensionName]=f)}catch{ae(this,e,t,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let f={origin:e.headers[`${c===8?"sec-websocket-origin":"origin"}`],secure:!!(e.socket.authorized||e.socket.encrypted),req:e};if(this.options.verifyClient.length===2){this.options.verifyClient(f,(h,g,p,m)=>{if(!h)return Ue(t,g||401,p,m);this.completeUpgrade(u,i,l,e,t,n,s)});return}if(!this.options.verifyClient(f))return Ue(t,401)}this.completeUpgrade(u,i,l,e,t,n,s)}completeUpgrade(e,t,n,s,i,o,c){if(!i.readable||!i.writable)return i.destroy();if(i[va])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>ks)return Ue(i,503);let l=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${_a("sha1").update(t+Sa).digest("base64")}`],d=new this.options.WebSocket(null,void 0,this.options);if(n.size){let u=this.options.handleProtocols?this.options.handleProtocols(n,s):n.values().next().value;u&&(l.push(`Sec-WebSocket-Protocol: ${u}`),d._protocol=u)}if(e[oe.extensionName]){let u=e[oe.extensionName].params,f=vs.format({[oe.extensionName]:[u]});l.push(`Sec-WebSocket-Extensions: ${f}`),d._extensions=e}this.emit("headers",l,s),i.write(l.concat(`\r
20
+ `),this.outputHelp({error:!0}));let n=r||{},s=n.exitCode||1,i=n.code||"commander.error";this._exit(s,i,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in A.env){let r=e.attributeName();(this.getOptionValue(r)===void 0||["default","config","env"].includes(this.getOptionValueSource(r)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,A.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new Ji(this.options),r=n=>this.getOptionValue(n)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(n));this.options.filter(n=>n.implied!==void 0&&r(n.attributeName())&&e.valueFromOption(this.getOptionValue(n.attributeName()),n)).forEach(n=>{Object.keys(n.implied).filter(s=>!r(s)).forEach(s=>{this.setOptionValueWithSource(s,n.implied[s],"implied")})})}missingArgument(e){let r=`error: missing required argument '${e}'`;this.error(r,{code:"commander.missingArgument"})}optionMissingArgument(e){let r=`error: option '${e.flags}' argument missing`;this.error(r,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(e){let r=`error: required option '${e.flags}' not specified`;this.error(r,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(e,r){let n=o=>{let c=o.attributeName(),a=this.getOptionValue(c),l=this.options.find(u=>u.negate&&c===u.attributeName()),d=this.options.find(u=>!u.negate&&c===u.attributeName());return l&&(l.presetArg===void 0&&a===!1||l.presetArg!==void 0&&a===l.presetArg)?l:d||o},s=o=>{let c=n(o),a=c.attributeName();return this.getOptionValueSource(a)==="env"?`environment variable '${c.envVar}'`:`option '${c.flags}'`},i=`error: ${s(e)} cannot be used with ${s(r)}`;this.error(i,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let r="";if(e.startsWith("--")&&this._showSuggestionAfterError){let s=[],i=this;do{let o=i.createHelp().visibleOptions(i).filter(c=>c.long).map(c=>c.long);s=s.concat(o),i=i.parent}while(i&&!i._enablePositionalOptions);r=tn(e,s)}let n=`error: unknown option '${e}'${r}`;this.error(n,{code:"commander.unknownOption"})}_excessArguments(e){if(this._allowExcessArguments)return;let r=this.registeredArguments.length,n=r===1?"":"s",i=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${r} argument${n} but got ${e.length}.`;this.error(i,{code:"commander.excessArguments"})}unknownCommand(){let e=this.args[0],r="";if(this._showSuggestionAfterError){let s=[];this.createHelp().visibleCommands(this).forEach(i=>{s.push(i.name()),i.alias()&&s.push(i.alias())}),r=tn(e,s)}let n=`error: unknown command '${e}'${r}`;this.error(n,{code:"commander.unknownCommand"})}version(e,r,n){if(e===void 0)return this._version;this._version=e,r=r||"-V, --version",n=n||"output the version number";let s=this.createOption(r,n);return this._versionOptionName=s.attributeName(),this._registerOption(s),this.on("option:"+s.name(),()=>{this._outputConfiguration.writeOut(`${e}
21
+ `),this._exit(0,"commander.version",e)}),this}description(e,r){return e===void 0&&r===void 0?this._description:(this._description=e,r&&(this._argsDescription=r),this)}summary(e){return e===void 0?this._summary:(this._summary=e,this)}alias(e){if(e===void 0)return this._aliases[0];let r=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(r=this.commands[this.commands.length-1]),e===r._name)throw new Error("Command alias can't be the same as its name");let n=this.parent?._findCommand(e);if(n){let s=[n.name()].concat(n.aliases()).join("|");throw new Error(`cannot add alias '${e}' to command '${this.name()}' as already have command '${s}'`)}return r._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(r=>this.alias(r)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let r=this.registeredArguments.map(n=>Ki(n));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?r:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}nameFromFilename(e){return this._name=Y.basename(e,Y.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){let r=this.createHelp();return r.helpWidth===void 0&&(r.helpWidth=e&&e.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()),r.formatHelp(this,r)}_getHelpContext(e){e=e||{};let r={error:!!e.error},n;return r.error?n=s=>this._outputConfiguration.writeErr(s):n=s=>this._outputConfiguration.writeOut(s),r.write=e.write||n,r.command=this,r}outputHelp(e){let r;typeof e=="function"&&(r=e,e=void 0);let n=this._getHelpContext(e);this._getCommandAndAncestors().reverse().forEach(i=>i.emit("beforeAllHelp",n)),this.emit("beforeHelp",n);let s=this.helpInformation(n);if(r&&(s=r(s),typeof s!="string"&&!Buffer.isBuffer(s)))throw new Error("outputHelp callback must return a string or a Buffer");n.write(s),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",n),this._getCommandAndAncestors().forEach(i=>i.emit("afterAllHelp",n))}helpOption(e,r){return typeof e=="boolean"?(e?this._helpOption=this._helpOption??void 0:this._helpOption=null,this):(e=e??"-h, --help",r=r??"display help for command",this._helpOption=this.createOption(e,r),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(e){return this._helpOption=e,this}help(e){this.outputHelp(e);let r=A.exitCode||0;r===0&&e&&typeof e!="function"&&e.error&&(r=1),this._exit(r,"commander.help","(outputHelp)")}addHelpText(e,r){let n=["beforeAll","before","after","afterAll"];if(!n.includes(e))throw new Error(`Unexpected value for position to addHelpText.
22
+ Expecting one of '${n.join("', '")}'`);let s=`${e}Help`;return this.on(s,i=>{let o;typeof r=="function"?o=r({error:i.error,command:i.command}):o=r,o&&i.write(`${o}
23
+ `)}),this}_outputHelpIfRequested(e){let r=this._getHelpOption();r&&e.find(s=>r.is(s))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function rn(t){return t.map(e=>{if(!e.startsWith("--inspect"))return e;let r,n="127.0.0.1",s="9229",i;return(i=e.match(/^(--inspect(-brk)?)$/))!==null?r=i[1]:(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(r=i[1],/^\d+$/.test(i[3])?s=i[3]:n=i[3]):(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(r=i[1],n=i[3],s=i[4]),r&&s!=="0"?`${r}=${n}:${parseInt(s)+1}`:e})}nn.Command=tr});var ln=P(G=>{var{Argument:on}=ut(),{Command:rr}=sn(),{CommanderError:zi,InvalidArgumentError:an}=$e(),{Help:Xi}=Kt(),{Option:cn}=Xt();G.program=new rr;G.createCommand=t=>new rr(t);G.createOption=(t,e)=>new cn(t,e);G.createArgument=(t,e)=>new on(t,e);G.Command=rr;G.Option=cn;G.Argument=on;G.Help=Xi;G.CommanderError=zi;G.InvalidArgumentError=an;G.InvalidOptionArgumentError=an});var _n=P(D=>{"use strict";var nr=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Qi=nr(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sync=t.isexe=void 0;var e=require("node:fs"),r=require("node:fs/promises"),n=async(c,a={})=>{let{ignoreErrors:l=!1}=a;try{return i(await(0,r.stat)(c),a)}catch(d){let u=d;if(l||u.code==="EACCES")return!1;throw u}};t.isexe=n;var s=(c,a={})=>{let{ignoreErrors:l=!1}=a;try{return i((0,e.statSync)(c),a)}catch(d){let u=d;if(l||u.code==="EACCES")return!1;throw u}};t.sync=s;var i=(c,a)=>c.isFile()&&o(c,a),o=(c,a)=>{let l=a.uid??process.getuid?.(),d=a.groups??process.getgroups?.()??[],u=a.gid??process.getgid?.()??d[0];if(l===void 0||u===void 0)throw new Error("cannot get uid or gid");let h=new Set([u,...d]),f=c.mode,g=c.uid,p=c.gid,m=parseInt("100",8),I=parseInt("010",8),E=parseInt("001",8),C=m|I;return!!(f&E||f&I&&h.has(p)||f&m&&g===l||f&C&&l===0)}}),Zi=nr(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sync=t.isexe=void 0;var e=require("node:fs"),r=require("node:fs/promises"),n=require("node:path"),s=async(a,l={})=>{let{ignoreErrors:d=!1}=l;try{return c(await(0,r.stat)(a),a,l)}catch(u){let h=u;if(d||h.code==="EACCES")return!1;throw h}};t.isexe=s;var i=(a,l={})=>{let{ignoreErrors:d=!1}=l;try{return c((0,e.statSync)(a),a,l)}catch(u){let h=u;if(d||h.code==="EACCES")return!1;throw h}};t.sync=i;var o=(a,l)=>{let{pathExt:d=process.env.PATHEXT||""}=l,u=d.split(n.delimiter);if(u.indexOf("")!==-1)return!0;for(let h of u){let f=h.toLowerCase(),g=a.substring(a.length-f.length).toLowerCase();if(f&&g===f)return!0}return!1},c=(a,l,d)=>a.isFile()&&o(l,d)}),eo=nr(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0})}),pn=D&&D.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),to=D&&D.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),hn=D&&D.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[n.length]=s);return n},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),s=0;s<n.length;s++)n[s]!=="default"&&pn(r,e,n[s]);return to(r,e),r}})(),ro=D&&D.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&pn(e,t,r)};Object.defineProperty(D,"__esModule",{value:!0});D.sync=D.isexe=D.posix=D.win32=void 0;var fn=hn(Qi());D.posix=fn;var gn=hn(Zi());D.win32=gn;ro(eo(),D);var no=process.env._ISEXE_TEST_PLATFORM_||process.platform,mn=no==="win32"?gn:fn;D.isexe=mn.isexe;D.sync=mn.sync});var On=P((ul,xn)=>{var{isexe:so,sync:io}=_n(),{join:oo,delimiter:ao,sep:yn,posix:bn}=require("path"),wn=process.platform==="win32",Sn=new RegExp(`[${bn.sep}${yn===bn.sep?"":yn}]`.replace(/(\\)/g,"\\$1")),co=new RegExp(`^\\.${Sn.source}`),vn=t=>Object.assign(new Error(`not found: ${t}`),{code:"ENOENT"}),kn=(t,{path:e=process.env.PATH,pathExt:r=process.env.PATHEXT,delimiter:n=ao})=>{let s=t.match(Sn)?[""]:[...wn?[process.cwd()]:[],...(e||"").split(n)];if(wn){let i=r||[".EXE",".CMD",".BAT",".COM"].join(n),o=i.split(n).flatMap(c=>[c,c.toLowerCase()]);return t.includes(".")&&o[0]!==""&&o.unshift(""),{pathEnv:s,pathExt:o,pathExtExe:i}}return{pathEnv:s,pathExt:[""]}},En=(t,e)=>{let r=/^".*"$/.test(t)?t.slice(1,-1):t;return(!r&&co.test(e)?e.slice(0,2):"")+oo(r,e)},In=async(t,e={})=>{let{pathEnv:r,pathExt:n,pathExtExe:s}=kn(t,e),i=[];for(let o of r){let c=En(o,t);for(let a of n){let l=c+a;if(await so(l,{pathExt:s,ignoreErrors:!0})){if(!e.all)return l;i.push(l)}}}if(e.all&&i.length)return i;if(e.nothrow)return null;throw vn(t)},lo=(t,e={})=>{let{pathEnv:r,pathExt:n,pathExtExe:s}=kn(t,e),i=[];for(let o of r){let c=En(o,t);for(let a of n){let l=c+a;if(io(l,{pathExt:s,ignoreErrors:!0})){if(!e.all)return l;i.push(l)}}}if(e.all&&i.length)return i;if(e.nothrow)return null;throw vn(t)};xn.exports=In;In.sync=lo});var J=P((gl,Dn)=>{"use strict";var Rn=["nodebuffer","arraybuffer","fragments"],Nn=typeof Blob<"u";Nn&&Rn.push("blob");Dn.exports={BINARY_TYPES:Rn,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:Nn,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var Ge=P((ml,ft)=>{"use strict";var{EMPTY_BUFFER:fo}=J(),ar=Buffer[Symbol.species];function go(t,e){if(t.length===0)return fo;if(t.length===1)return t[0];let r=Buffer.allocUnsafe(e),n=0;for(let s=0;s<t.length;s++){let i=t[s];r.set(i,n),n+=i.length}return n<e?new ar(r.buffer,r.byteOffset,n):r}function jn(t,e,r,n,s){for(let i=0;i<s;i++)r[n+i]=t[i]^e[i&3]}function Ln(t,e){for(let r=0;r<t.length;r++)t[r]^=e[r&3]}function mo(t){return t.length===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.length)}function cr(t){if(cr.readOnly=!0,Buffer.isBuffer(t))return t;let e;return t instanceof ArrayBuffer?e=new ar(t):ArrayBuffer.isView(t)?e=new ar(t.buffer,t.byteOffset,t.byteLength):(e=Buffer.from(t),cr.readOnly=!1),e}ft.exports={concat:go,mask:jn,toArrayBuffer:mo,toBuffer:cr,unmask:Ln};if(!process.env.WS_NO_BUFFER_UTIL)try{let t=require("bufferutil");ft.exports.mask=function(e,r,n,s,i){i<48?jn(e,r,n,s,i):t.mask(e,r,n,s,i)},ft.exports.unmask=function(e,r){e.length<32?Ln(e,r):t.unmask(e,r)}}catch{}});var $n=P((_l,Mn)=>{"use strict";var Bn=Symbol("kDone"),lr=Symbol("kRun"),dr=class{constructor(e){this[Bn]=()=>{this.pending--,this[lr]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[lr]()}[lr](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[Bn])}}};Mn.exports=dr});var Ee=P((yl,Fn)=>{"use strict";var Fe=require("zlib"),Un=Ge(),_o=$n(),{kStatusCode:Wn}=J(),yo=Buffer[Symbol.species],bo=Buffer.from([0,0,255,255]),mt=Symbol("permessage-deflate"),z=Symbol("total-length"),ve=Symbol("callback"),Z=Symbol("buffers"),ke=Symbol("error"),gt,ur=class{constructor(e){if(this._options=e||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._maxPayload=this._options.maxPayload|0,this._isServer=!!this._options.isServer,this._deflate=null,this._inflate=null,this.params=null,!gt){let r=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;gt=new _o(r)}}static get extensionName(){return"permessage-deflate"}offer(){let e={};return this._options.serverNoContextTakeover&&(e.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(e.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(e.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?e.client_max_window_bits=this._options.clientMaxWindowBits:this._options.clientMaxWindowBits==null&&(e.client_max_window_bits=!0),e}accept(e){return e=this.normalizeParams(e),this.params=this._isServer?this.acceptAsServer(e):this.acceptAsClient(e),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){let e=this._deflate[ve];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let r=this._options,n=e.find(s=>!(r.serverNoContextTakeover===!1&&s.server_no_context_takeover||s.server_max_window_bits&&(r.serverMaxWindowBits===!1||typeof r.serverMaxWindowBits=="number"&&r.serverMaxWindowBits>s.server_max_window_bits)||typeof r.clientMaxWindowBits=="number"&&!s.client_max_window_bits));if(!n)throw new Error("None of the extension offers can be accepted");return r.serverNoContextTakeover&&(n.server_no_context_takeover=!0),r.clientNoContextTakeover&&(n.client_no_context_takeover=!0),typeof r.serverMaxWindowBits=="number"&&(n.server_max_window_bits=r.serverMaxWindowBits),typeof r.clientMaxWindowBits=="number"?n.client_max_window_bits=r.clientMaxWindowBits:(n.client_max_window_bits===!0||r.clientMaxWindowBits===!1)&&delete n.client_max_window_bits,n}acceptAsClient(e){let r=e[0];if(this._options.clientNoContextTakeover===!1&&r.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!r.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(r.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&r.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return r}normalizeParams(e){return e.forEach(r=>{Object.keys(r).forEach(n=>{let s=r[n];if(s.length>1)throw new Error(`Parameter "${n}" must have only a single value`);if(s=s[0],n==="client_max_window_bits"){if(s!==!0){let i=+s;if(!Number.isInteger(i)||i<8||i>15)throw new TypeError(`Invalid value for parameter "${n}": ${s}`);s=i}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${n}": ${s}`)}else if(n==="server_max_window_bits"){let i=+s;if(!Number.isInteger(i)||i<8||i>15)throw new TypeError(`Invalid value for parameter "${n}": ${s}`);s=i}else if(n==="client_no_context_takeover"||n==="server_no_context_takeover"){if(s!==!0)throw new TypeError(`Invalid value for parameter "${n}": ${s}`)}else throw new Error(`Unknown parameter "${n}"`);r[n]=s})}),e}decompress(e,r,n){gt.add(s=>{this._decompress(e,r,(i,o)=>{s(),n(i,o)})})}compress(e,r,n){gt.add(s=>{this._compress(e,r,(i,o)=>{s(),n(i,o)})})}_decompress(e,r,n){let s=this._isServer?"client":"server";if(!this._inflate){let i=`${s}_max_window_bits`,o=typeof this.params[i]!="number"?Fe.Z_DEFAULT_WINDOWBITS:this.params[i];this._inflate=Fe.createInflateRaw({...this._options.zlibInflateOptions,windowBits:o}),this._inflate[mt]=this,this._inflate[z]=0,this._inflate[Z]=[],this._inflate.on("error",So),this._inflate.on("data",Gn)}this._inflate[ve]=n,this._inflate.write(e),r&&this._inflate.write(bo),this._inflate.flush(()=>{let i=this._inflate[ke];if(i){this._inflate.close(),this._inflate=null,n(i);return}let o=Un.concat(this._inflate[Z],this._inflate[z]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[z]=0,this._inflate[Z]=[],r&&this.params[`${s}_no_context_takeover`]&&this._inflate.reset()),n(null,o)})}_compress(e,r,n){let s=this._isServer?"server":"client";if(!this._deflate){let i=`${s}_max_window_bits`,o=typeof this.params[i]!="number"?Fe.Z_DEFAULT_WINDOWBITS:this.params[i];this._deflate=Fe.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:o}),this._deflate[z]=0,this._deflate[Z]=[],this._deflate.on("data",wo)}this._deflate[ve]=n,this._deflate.write(e),this._deflate.flush(Fe.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let i=Un.concat(this._deflate[Z],this._deflate[z]);r&&(i=new yo(i.buffer,i.byteOffset,i.length-4)),this._deflate[ve]=null,this._deflate[z]=0,this._deflate[Z]=[],r&&this.params[`${s}_no_context_takeover`]&&this._deflate.reset(),n(null,i)})}};Fn.exports=ur;function wo(t){this[Z].push(t),this[z]+=t.length}function Gn(t){if(this[z]+=t.length,this[mt]._maxPayload<1||this[z]<=this[mt]._maxPayload){this[Z].push(t);return}this[ke]=new RangeError("Max payload size exceeded"),this[ke].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[ke][Wn]=1009,this.removeListener("data",Gn),this.reset()}function So(t){if(this[mt]._inflate=null,this[ke]){this[ve](this[ke]);return}t[Wn]=1007,this[ve](t)}});var Ie=P((bl,_t)=>{"use strict";var{isUtf8:Hn}=require("buffer"),{hasBlob:vo}=J(),ko=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function Eo(t){return t>=1e3&&t<=1014&&t!==1004&&t!==1005&&t!==1006||t>=3e3&&t<=4999}function pr(t){let e=t.length,r=0;for(;r<e;)if((t[r]&128)===0)r++;else if((t[r]&224)===192){if(r+1===e||(t[r+1]&192)!==128||(t[r]&254)===192)return!1;r+=2}else if((t[r]&240)===224){if(r+2>=e||(t[r+1]&192)!==128||(t[r+2]&192)!==128||t[r]===224&&(t[r+1]&224)===128||t[r]===237&&(t[r+1]&224)===160)return!1;r+=3}else if((t[r]&248)===240){if(r+3>=e||(t[r+1]&192)!==128||(t[r+2]&192)!==128||(t[r+3]&192)!==128||t[r]===240&&(t[r+1]&240)===128||t[r]===244&&t[r+1]>143||t[r]>244)return!1;r+=4}else return!1;return!0}function Io(t){return vo&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&(t[Symbol.toStringTag]==="Blob"||t[Symbol.toStringTag]==="File")}_t.exports={isBlob:Io,isValidStatusCode:Eo,isValidUTF8:pr,tokenChars:ko};if(Hn)_t.exports.isValidUTF8=function(t){return t.length<24?pr(t):Hn(t)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let t=require("utf-8-validate");_t.exports.isValidUTF8=function(e){return e.length<32?pr(e):t(e)}}catch{}});var _r=P((wl,Xn)=>{"use strict";var{Writable:xo}=require("stream"),qn=Ee(),{BINARY_TYPES:Oo,EMPTY_BUFFER:Vn,kStatusCode:Co,kWebSocket:Po}=J(),{concat:hr,toArrayBuffer:Ao,unmask:To}=Ge(),{isValidStatusCode:Ro,isValidUTF8:Kn}=Ie(),yt=Buffer[Symbol.species],F=0,Yn=1,Jn=2,zn=3,fr=4,gr=5,bt=6,mr=class extends xo{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||Oo[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[Po]=void 0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._errored=!1,this._loop=!1,this._state=F}_write(e,r,n){if(this._opcode===8&&this._state==F)return n();this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(n)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e<this._buffers[0].length){let n=this._buffers[0];return this._buffers[0]=new yt(n.buffer,n.byteOffset+e,n.length-e),new yt(n.buffer,n.byteOffset,e)}let r=Buffer.allocUnsafe(e);do{let n=this._buffers[0],s=r.length-e;e>=n.length?r.set(this._buffers.shift(),s):(r.set(new Uint8Array(n.buffer,n.byteOffset,e),s),this._buffers[0]=new yt(n.buffer,n.byteOffset+e,n.length-e)),e-=n.length}while(e>0);return r}startLoop(e){this._loop=!0;do switch(this._state){case F:this.getInfo(e);break;case Yn:this.getPayloadLength16(e);break;case Jn:this.getPayloadLength64(e);break;case zn:this.getMask();break;case fr:this.getData(e);break;case gr:case bt:this._loop=!1;return}while(this._loop);this._errored||e()}getInfo(e){if(this._bufferedBytes<2){this._loop=!1;return}let r=this.consume(2);if((r[0]&48)!==0){let s=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");e(s);return}let n=(r[0]&64)===64;if(n&&!this._extensions[qn.extensionName]){let s=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(s);return}if(this._fin=(r[0]&128)===128,this._opcode=r[0]&15,this._payloadLength=r[1]&127,this._opcode===0){if(n){let s=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(s);return}if(!this._fragmented){let s=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");e(s);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let s=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(s);return}this._compressed=n}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let s=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");e(s);return}if(n){let s=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(s);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let s=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");e(s);return}}else{let s=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(s);return}if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(r[1]&128)===128,this._isServer){if(!this._masked){let s=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");e(s);return}}else if(this._masked){let s=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");e(s);return}this._payloadLength===126?this._state=Yn:this._payloadLength===127?this._state=Jn:this.haveLength(e)}getPayloadLength16(e){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength(e)}getPayloadLength64(e){if(this._bufferedBytes<8){this._loop=!1;return}let r=this.consume(8),n=r.readUInt32BE(0);if(n>Math.pow(2,21)-1){let s=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");e(s);return}this._payloadLength=n*Math.pow(2,32)+r.readUInt32BE(4),this.haveLength(e)}haveLength(e){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0)){let r=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");e(r);return}this._masked?this._state=zn:this._state=fr}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=fr}getData(e){let r=Vn;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}r=this.consume(this._payloadLength),this._masked&&(this._mask[0]|this._mask[1]|this._mask[2]|this._mask[3])!==0&&To(r,this._mask)}if(this._opcode>7){this.controlMessage(r,e);return}if(this._compressed){this._state=gr,this.decompress(r,e);return}r.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(r)),this.dataMessage(e)}decompress(e,r){this._extensions[qn.extensionName].decompress(e,this._fin,(s,i)=>{if(s)return r(s);if(i.length){if(this._messageLength+=i.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let o=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");r(o);return}this._fragments.push(i)}this.dataMessage(r),this._state===F&&this.startLoop(r)})}dataMessage(e){if(!this._fin){this._state=F;return}let r=this._messageLength,n=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let s;this._binaryType==="nodebuffer"?s=hr(n,r):this._binaryType==="arraybuffer"?s=Ao(hr(n,r)):this._binaryType==="blob"?s=new Blob(n):s=n,this._allowSynchronousEvents?(this.emit("message",s,!0),this._state=F):(this._state=bt,setImmediate(()=>{this.emit("message",s,!0),this._state=F,this.startLoop(e)}))}else{let s=hr(n,r);if(!this._skipUTF8Validation&&!Kn(s)){let i=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(i);return}this._state===gr||this._allowSynchronousEvents?(this.emit("message",s,!1),this._state=F):(this._state=bt,setImmediate(()=>{this.emit("message",s,!1),this._state=F,this.startLoop(e)}))}}controlMessage(e,r){if(this._opcode===8){if(e.length===0)this._loop=!1,this.emit("conclude",1005,Vn),this.end();else{let n=e.readUInt16BE(0);if(!Ro(n)){let i=this.createError(RangeError,`invalid status code ${n}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");r(i);return}let s=new yt(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!Kn(s)){let i=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");r(i);return}this._loop=!1,this.emit("conclude",n,s),this.end()}this._state=F;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=F):(this._state=bt,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=F,this.startLoop(r)}))}createError(e,r,n,s,i){this._loop=!1,this._errored=!0;let o=new e(n?`Invalid WebSocket frame: ${r}`:r);return Error.captureStackTrace(o,this.createError),o.code=i,o[Co]=s,o}};Xn.exports=mr});var wr=P((vl,es)=>{"use strict";var{Duplex:Sl}=require("stream"),{randomFillSync:No}=require("crypto"),Qn=Ee(),{EMPTY_BUFFER:Do,kWebSocket:jo,NOOP:Lo}=J(),{isBlob:xe,isValidStatusCode:Bo}=Ie(),{mask:Zn,toBuffer:oe}=Ge(),H=Symbol("kByteLength"),Mo=Buffer.alloc(4),wt=8*1024,ae,Oe=wt,q=0,$o=1,Uo=2,yr=class t{constructor(e,r,n){this._extensions=r||{},n&&(this._generateMask=n,this._maskBuffer=Buffer.alloc(4)),this._socket=e,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._queue=[],this._state=q,this.onerror=Lo,this[jo]=void 0}static frame(e,r){let n,s=!1,i=2,o=!1;r.mask&&(n=r.maskBuffer||Mo,r.generateMask?r.generateMask(n):(Oe===wt&&(ae===void 0&&(ae=Buffer.alloc(wt)),No(ae,0,wt),Oe=0),n[0]=ae[Oe++],n[1]=ae[Oe++],n[2]=ae[Oe++],n[3]=ae[Oe++]),o=(n[0]|n[1]|n[2]|n[3])===0,i=6);let c;typeof e=="string"?(!r.mask||o)&&r[H]!==void 0?c=r[H]:(e=Buffer.from(e),c=e.length):(c=e.length,s=r.mask&&r.readOnly&&!o);let a=c;c>=65536?(i+=8,a=127):c>125&&(i+=2,a=126);let l=Buffer.allocUnsafe(s?c+i:i);return l[0]=r.fin?r.opcode|128:r.opcode,r.rsv1&&(l[0]|=64),l[1]=a,a===126?l.writeUInt16BE(c,2):a===127&&(l[2]=l[3]=0,l.writeUIntBE(c,4,6)),r.mask?(l[1]|=128,l[i-4]=n[0],l[i-3]=n[1],l[i-2]=n[2],l[i-1]=n[3],o?[l,e]:s?(Zn(e,n,l,i,c),[l]):(Zn(e,n,e,0,c),[l,e])):[l,e]}close(e,r,n,s){let i;if(e===void 0)i=Do;else{if(typeof e!="number"||!Bo(e))throw new TypeError("First argument must be a valid error code number");if(r===void 0||!r.length)i=Buffer.allocUnsafe(2),i.writeUInt16BE(e,0);else{let c=Buffer.byteLength(r);if(c>123)throw new RangeError("The message must not be greater than 123 bytes");i=Buffer.allocUnsafe(2+c),i.writeUInt16BE(e,0),typeof r=="string"?i.write(r,2):i.set(r,2)}}let o={[H]:i.length,fin:!0,generateMask:this._generateMask,mask:n,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==q?this.enqueue([this.dispatch,i,!1,o,s]):this.sendFrame(t.frame(i,o),s)}ping(e,r,n){let s,i;if(typeof e=="string"?(s=Buffer.byteLength(e),i=!1):xe(e)?(s=e.size,i=!1):(e=oe(e),s=e.length,i=oe.readOnly),s>125)throw new RangeError("The data size must not be greater than 125 bytes");let o={[H]:s,fin:!0,generateMask:this._generateMask,mask:r,maskBuffer:this._maskBuffer,opcode:9,readOnly:i,rsv1:!1};xe(e)?this._state!==q?this.enqueue([this.getBlobData,e,!1,o,n]):this.getBlobData(e,!1,o,n):this._state!==q?this.enqueue([this.dispatch,e,!1,o,n]):this.sendFrame(t.frame(e,o),n)}pong(e,r,n){let s,i;if(typeof e=="string"?(s=Buffer.byteLength(e),i=!1):xe(e)?(s=e.size,i=!1):(e=oe(e),s=e.length,i=oe.readOnly),s>125)throw new RangeError("The data size must not be greater than 125 bytes");let o={[H]:s,fin:!0,generateMask:this._generateMask,mask:r,maskBuffer:this._maskBuffer,opcode:10,readOnly:i,rsv1:!1};xe(e)?this._state!==q?this.enqueue([this.getBlobData,e,!1,o,n]):this.getBlobData(e,!1,o,n):this._state!==q?this.enqueue([this.dispatch,e,!1,o,n]):this.sendFrame(t.frame(e,o),n)}send(e,r,n){let s=this._extensions[Qn.extensionName],i=r.binary?2:1,o=r.compress,c,a;typeof e=="string"?(c=Buffer.byteLength(e),a=!1):xe(e)?(c=e.size,a=!1):(e=oe(e),c=e.length,a=oe.readOnly),this._firstFragment?(this._firstFragment=!1,o&&s&&s.params[s._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(o=c>=s._threshold),this._compress=o):(o=!1,i=0),r.fin&&(this._firstFragment=!0);let l={[H]:c,fin:r.fin,generateMask:this._generateMask,mask:r.mask,maskBuffer:this._maskBuffer,opcode:i,readOnly:a,rsv1:o};xe(e)?this._state!==q?this.enqueue([this.getBlobData,e,this._compress,l,n]):this.getBlobData(e,this._compress,l,n):this._state!==q?this.enqueue([this.dispatch,e,this._compress,l,n]):this.dispatch(e,this._compress,l,n)}getBlobData(e,r,n,s){this._bufferedBytes+=n[H],this._state=Uo,e.arrayBuffer().then(i=>{if(this._socket.destroyed){let c=new Error("The socket was closed while the blob was being read");process.nextTick(br,this,c,s);return}this._bufferedBytes-=n[H];let o=oe(i);r?this.dispatch(o,r,n,s):(this._state=q,this.sendFrame(t.frame(o,n),s),this.dequeue())}).catch(i=>{process.nextTick(Wo,this,i,s)})}dispatch(e,r,n,s){if(!r){this.sendFrame(t.frame(e,n),s);return}let i=this._extensions[Qn.extensionName];this._bufferedBytes+=n[H],this._state=$o,i.compress(e,n.fin,(o,c)=>{if(this._socket.destroyed){let a=new Error("The socket was closed while data was being compressed");br(this,a,s);return}this._bufferedBytes-=n[H],this._state=q,n.readOnly=!1,this.sendFrame(t.frame(c,n),s),this.dequeue()})}dequeue(){for(;this._state===q&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][H],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][H],this._queue.push(e)}sendFrame(e,r){e.length===2?(this._socket.cork(),this._socket.write(e[0]),this._socket.write(e[1],r),this._socket.uncork()):this._socket.write(e[0],r)}};es.exports=yr;function br(t,e,r){typeof r=="function"&&r(e);for(let n=0;n<t._queue.length;n++){let s=t._queue[n],i=s[s.length-1];typeof i=="function"&&i(e)}}function Wo(t,e,r){br(t,e,r),t.onerror(e)}});var ls=P((kl,cs)=>{"use strict";var{kForOnEventAttribute:He,kListener:Sr}=J(),ts=Symbol("kCode"),rs=Symbol("kData"),ns=Symbol("kError"),ss=Symbol("kMessage"),is=Symbol("kReason"),Ce=Symbol("kTarget"),os=Symbol("kType"),as=Symbol("kWasClean"),X=class{constructor(e){this[Ce]=null,this[os]=e}get target(){return this[Ce]}get type(){return this[os]}};Object.defineProperty(X.prototype,"target",{enumerable:!0});Object.defineProperty(X.prototype,"type",{enumerable:!0});var ce=class extends X{constructor(e,r={}){super(e),this[ts]=r.code===void 0?0:r.code,this[is]=r.reason===void 0?"":r.reason,this[as]=r.wasClean===void 0?!1:r.wasClean}get code(){return this[ts]}get reason(){return this[is]}get wasClean(){return this[as]}};Object.defineProperty(ce.prototype,"code",{enumerable:!0});Object.defineProperty(ce.prototype,"reason",{enumerable:!0});Object.defineProperty(ce.prototype,"wasClean",{enumerable:!0});var Pe=class extends X{constructor(e,r={}){super(e),this[ns]=r.error===void 0?null:r.error,this[ss]=r.message===void 0?"":r.message}get error(){return this[ns]}get message(){return this[ss]}};Object.defineProperty(Pe.prototype,"error",{enumerable:!0});Object.defineProperty(Pe.prototype,"message",{enumerable:!0});var qe=class extends X{constructor(e,r={}){super(e),this[rs]=r.data===void 0?null:r.data}get data(){return this[rs]}};Object.defineProperty(qe.prototype,"data",{enumerable:!0});var Go={addEventListener(t,e,r={}){for(let s of this.listeners(t))if(!r[He]&&s[Sr]===e&&!s[He])return;let n;if(t==="message")n=function(i,o){let c=new qe("message",{data:o?i:i.toString()});c[Ce]=this,St(e,this,c)};else if(t==="close")n=function(i,o){let c=new ce("close",{code:i,reason:o.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});c[Ce]=this,St(e,this,c)};else if(t==="error")n=function(i){let o=new Pe("error",{error:i,message:i.message});o[Ce]=this,St(e,this,o)};else if(t==="open")n=function(){let i=new X("open");i[Ce]=this,St(e,this,i)};else return;n[He]=!!r[He],n[Sr]=e,r.once?this.once(t,n):this.on(t,n)},removeEventListener(t,e){for(let r of this.listeners(t))if(r[Sr]===e&&!r[He]){this.removeListener(t,r);break}}};cs.exports={CloseEvent:ce,ErrorEvent:Pe,Event:X,EventTarget:Go,MessageEvent:qe};function St(t,e,r){typeof t=="object"&&t.handleEvent?t.handleEvent.call(t,r):t.call(e,r)}});var vt=P((El,ds)=>{"use strict";var{tokenChars:Ve}=Ie();function K(t,e,r){t[e]===void 0?t[e]=[r]:t[e].push(r)}function Fo(t){let e=Object.create(null),r=Object.create(null),n=!1,s=!1,i=!1,o,c,a=-1,l=-1,d=-1,u=0;for(;u<t.length;u++)if(l=t.charCodeAt(u),o===void 0)if(d===-1&&Ve[l]===1)a===-1&&(a=u);else if(u!==0&&(l===32||l===9))d===-1&&a!==-1&&(d=u);else if(l===59||l===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${u}`);d===-1&&(d=u);let f=t.slice(a,d);l===44?(K(e,f,r),r=Object.create(null)):o=f,a=d=-1}else throw new SyntaxError(`Unexpected character at index ${u}`);else if(c===void 0)if(d===-1&&Ve[l]===1)a===-1&&(a=u);else if(l===32||l===9)d===-1&&a!==-1&&(d=u);else if(l===59||l===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${u}`);d===-1&&(d=u),K(r,t.slice(a,d),!0),l===44&&(K(e,o,r),r=Object.create(null),o=void 0),a=d=-1}else if(l===61&&a!==-1&&d===-1)c=t.slice(a,u),a=d=-1;else throw new SyntaxError(`Unexpected character at index ${u}`);else if(s){if(Ve[l]!==1)throw new SyntaxError(`Unexpected character at index ${u}`);a===-1?a=u:n||(n=!0),s=!1}else if(i)if(Ve[l]===1)a===-1&&(a=u);else if(l===34&&a!==-1)i=!1,d=u;else if(l===92)s=!0;else throw new SyntaxError(`Unexpected character at index ${u}`);else if(l===34&&t.charCodeAt(u-1)===61)i=!0;else if(d===-1&&Ve[l]===1)a===-1&&(a=u);else if(a!==-1&&(l===32||l===9))d===-1&&(d=u);else if(l===59||l===44){if(a===-1)throw new SyntaxError(`Unexpected character at index ${u}`);d===-1&&(d=u);let f=t.slice(a,d);n&&(f=f.replace(/\\/g,""),n=!1),K(r,c,f),l===44&&(K(e,o,r),r=Object.create(null),o=void 0),c=void 0,a=d=-1}else throw new SyntaxError(`Unexpected character at index ${u}`);if(a===-1||i||l===32||l===9)throw new SyntaxError("Unexpected end of input");d===-1&&(d=u);let h=t.slice(a,d);return o===void 0?K(e,h,r):(c===void 0?K(r,h,!0):n?K(r,c,h.replace(/\\/g,"")):K(r,c,h),K(e,o,r)),e}function Ho(t){return Object.keys(t).map(e=>{let r=t[e];return Array.isArray(r)||(r=[r]),r.map(n=>[e].concat(Object.keys(n).map(s=>{let i=n[s];return Array.isArray(i)||(i=[i]),i.map(o=>o===!0?s:`${s}=${o}`).join("; ")})).join("; ")).join(", ")}).join(", ")}ds.exports={format:Ho,parse:Fo}});var xt=P((Ol,vs)=>{"use strict";var qo=require("events"),Vo=require("https"),Ko=require("http"),hs=require("net"),Yo=require("tls"),{randomBytes:Jo,createHash:zo}=require("crypto"),{Duplex:Il,Readable:xl}=require("stream"),{URL:vr}=require("url"),ee=Ee(),Xo=_r(),Qo=wr(),{isBlob:Zo}=Ie(),{BINARY_TYPES:us,CLOSE_TIMEOUT:ea,EMPTY_BUFFER:kt,GUID:ta,kForOnEventAttribute:kr,kListener:ra,kStatusCode:na,kWebSocket:j,NOOP:fs}=J(),{EventTarget:{addEventListener:sa,removeEventListener:ia}}=ls(),{format:oa,parse:aa}=vt(),{toBuffer:ca}=Ge(),gs=Symbol("kAborted"),Er=[8,13],Q=["CONNECTING","OPEN","CLOSING","CLOSED"],la=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,x=class t extends qo{constructor(e,r,n){super(),this._binaryType=us[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=kt,this._closeTimer=null,this._errorEmitted=!1,this._extensions={},this._paused=!1,this._protocol="",this._readyState=t.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,e!==null?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,r===void 0?r=[]:Array.isArray(r)||(typeof r=="object"&&r!==null?(n=r,r=[]):r=[r]),ms(this,e,r,n)):(this._autoPong=n.autoPong,this._closeTimeout=n.closeTimeout,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){us.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,r,n){let s=new Xo({allowSynchronousEvents:n.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:n.maxPayload,skipUTF8Validation:n.skipUTF8Validation}),i=new Qo(e,this._extensions,n.generateMask);this._receiver=s,this._sender=i,this._socket=e,s[j]=this,i[j]=this,e[j]=this,s.on("conclude",pa),s.on("drain",ha),s.on("error",fa),s.on("message",ga),s.on("ping",ma),s.on("pong",_a),i.onerror=ya,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),r.length>0&&e.unshift(r),e.on("close",bs),e.on("data",It),e.on("end",ws),e.on("error",Ss),this._readyState=t.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}this._extensions[ee.extensionName]&&this._extensions[ee.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=t.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,r){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){W(this,this._req,"WebSocket was closed before the connection was established");return}if(this.readyState===t.CLOSING){this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end();return}this._readyState=t.CLOSING,this._sender.close(e,r,!this._isServer,n=>{n||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())}),ys(this)}}pause(){this.readyState===t.CONNECTING||this.readyState===t.CLOSED||(this._paused=!0,this._socket.pause())}ping(e,r,n){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(n=e,e=r=void 0):typeof r=="function"&&(n=r,r=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){Ir(this,e,n);return}r===void 0&&(r=!this._isServer),this._sender.ping(e||kt,r,n)}pong(e,r,n){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(n=e,e=r=void 0):typeof r=="function"&&(n=r,r=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){Ir(this,e,n);return}r===void 0&&(r=!this._isServer),this._sender.pong(e||kt,r,n)}resume(){this.readyState===t.CONNECTING||this.readyState===t.CLOSED||(this._paused=!1,this._receiver._writableState.needDrain||this._socket.resume())}send(e,r,n){if(this.readyState===t.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof r=="function"&&(n=r,r={}),typeof e=="number"&&(e=e.toString()),this.readyState!==t.OPEN){Ir(this,e,n);return}let s={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...r};this._extensions[ee.extensionName]||(s.compress=!1),this._sender.send(e||kt,s,n)}terminate(){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){W(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=t.CLOSING,this._socket.destroy())}}};Object.defineProperty(x,"CONNECTING",{enumerable:!0,value:Q.indexOf("CONNECTING")});Object.defineProperty(x.prototype,"CONNECTING",{enumerable:!0,value:Q.indexOf("CONNECTING")});Object.defineProperty(x,"OPEN",{enumerable:!0,value:Q.indexOf("OPEN")});Object.defineProperty(x.prototype,"OPEN",{enumerable:!0,value:Q.indexOf("OPEN")});Object.defineProperty(x,"CLOSING",{enumerable:!0,value:Q.indexOf("CLOSING")});Object.defineProperty(x.prototype,"CLOSING",{enumerable:!0,value:Q.indexOf("CLOSING")});Object.defineProperty(x,"CLOSED",{enumerable:!0,value:Q.indexOf("CLOSED")});Object.defineProperty(x.prototype,"CLOSED",{enumerable:!0,value:Q.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(t=>{Object.defineProperty(x.prototype,t,{enumerable:!0})});["open","error","close","message"].forEach(t=>{Object.defineProperty(x.prototype,`on${t}`,{enumerable:!0,get(){for(let e of this.listeners(t))if(e[kr])return e[ra];return null},set(e){for(let r of this.listeners(t))if(r[kr]){this.removeListener(t,r);break}typeof e=="function"&&this.addEventListener(t,e,{[kr]:!0})}})});x.prototype.addEventListener=sa;x.prototype.removeEventListener=ia;vs.exports=x;function ms(t,e,r,n){let s={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:ea,protocolVersion:Er[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...n,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if(t._autoPong=s.autoPong,t._closeTimeout=s.closeTimeout,!Er.includes(s.protocolVersion))throw new RangeError(`Unsupported protocol version: ${s.protocolVersion} (supported versions: ${Er.join(", ")})`);let i;if(e instanceof vr)i=e;else try{i=new vr(e)}catch{throw new SyntaxError(`Invalid URL: ${e}`)}i.protocol==="http:"?i.protocol="ws:":i.protocol==="https:"&&(i.protocol="wss:"),t._url=i.href;let o=i.protocol==="wss:",c=i.protocol==="ws+unix:",a;if(i.protocol!=="ws:"&&!o&&!c?a=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:c&&!i.pathname?a="The URL's pathname is empty":i.hash&&(a="The URL contains a fragment identifier"),a){let p=new SyntaxError(a);if(t._redirects===0)throw p;Et(t,p);return}let l=o?443:80,d=Jo(16).toString("base64"),u=o?Vo.request:Ko.request,h=new Set,f;if(s.createConnection=s.createConnection||(o?ua:da),s.defaultPort=s.defaultPort||l,s.port=i.port||l,s.host=i.hostname.startsWith("[")?i.hostname.slice(1,-1):i.hostname,s.headers={...s.headers,"Sec-WebSocket-Version":s.protocolVersion,"Sec-WebSocket-Key":d,Connection:"Upgrade",Upgrade:"websocket"},s.path=i.pathname+i.search,s.timeout=s.handshakeTimeout,s.perMessageDeflate&&(f=new ee({...s.perMessageDeflate,isServer:!1,maxPayload:s.maxPayload}),s.headers["Sec-WebSocket-Extensions"]=oa({[ee.extensionName]:f.offer()})),r.length){for(let p of r){if(typeof p!="string"||!la.test(p)||h.has(p))throw new SyntaxError("An invalid or duplicated subprotocol was specified");h.add(p)}s.headers["Sec-WebSocket-Protocol"]=r.join(",")}if(s.origin&&(s.protocolVersion<13?s.headers["Sec-WebSocket-Origin"]=s.origin:s.headers.Origin=s.origin),(i.username||i.password)&&(s.auth=`${i.username}:${i.password}`),c){let p=s.path.split(":");s.socketPath=p[0],s.path=p[1]}let g;if(s.followRedirects){if(t._redirects===0){t._originalIpc=c,t._originalSecure=o,t._originalHostOrSocketPath=c?s.socketPath:i.host;let p=n&&n.headers;if(n={...n,headers:{}},p)for(let[m,I]of Object.entries(p))n.headers[m.toLowerCase()]=I}else if(t.listenerCount("redirect")===0){let p=c?t._originalIpc?s.socketPath===t._originalHostOrSocketPath:!1:t._originalIpc?!1:i.host===t._originalHostOrSocketPath;(!p||t._originalSecure&&!o)&&(delete s.headers.authorization,delete s.headers.cookie,p||delete s.headers.host,s.auth=void 0)}s.auth&&!n.headers.authorization&&(n.headers.authorization="Basic "+Buffer.from(s.auth).toString("base64")),g=t._req=u(s),t._redirects&&t.emit("redirect",t.url,g)}else g=t._req=u(s);s.timeout&&g.on("timeout",()=>{W(t,g,"Opening handshake has timed out")}),g.on("error",p=>{g===null||g[gs]||(g=t._req=null,Et(t,p))}),g.on("response",p=>{let m=p.headers.location,I=p.statusCode;if(m&&s.followRedirects&&I>=300&&I<400){if(++t._redirects>s.maxRedirects){W(t,g,"Maximum redirects exceeded");return}g.abort();let E;try{E=new vr(m,e)}catch{let T=new SyntaxError(`Invalid URL: ${m}`);Et(t,T);return}ms(t,E,r,n)}else t.emit("unexpected-response",g,p)||W(t,g,`Unexpected server response: ${p.statusCode}`)}),g.on("upgrade",(p,m,I)=>{if(t.emit("upgrade",p),t.readyState!==x.CONNECTING)return;g=t._req=null;let E=p.headers.upgrade;if(E===void 0||E.toLowerCase()!=="websocket"){W(t,m,"Invalid Upgrade header");return}let C=zo("sha1").update(d+ta).digest("base64");if(p.headers["sec-websocket-accept"]!==C){W(t,m,"Invalid Sec-WebSocket-Accept header");return}let T=p.headers["sec-websocket-protocol"],M;if(T!==void 0?h.size?h.has(T)||(M="Server sent an invalid subprotocol"):M="Server sent a subprotocol but none was requested":h.size&&(M="Server sent no subprotocol"),M){W(t,m,M);return}T&&(t._protocol=T);let we=p.headers["sec-websocket-extensions"];if(we!==void 0){if(!f){W(t,m,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let y;try{y=aa(we)}catch{W(t,m,"Invalid Sec-WebSocket-Extensions header");return}let b=Object.keys(y);if(b.length!==1||b[0]!==ee.extensionName){W(t,m,"Server indicated an extension that was not requested");return}try{f.accept(y[ee.extensionName])}catch{W(t,m,"Invalid Sec-WebSocket-Extensions header");return}t._extensions[ee.extensionName]=f}t.setSocket(m,I,{allowSynchronousEvents:s.allowSynchronousEvents,generateMask:s.generateMask,maxPayload:s.maxPayload,skipUTF8Validation:s.skipUTF8Validation})}),s.finishRequest?s.finishRequest(g,t):g.end()}function Et(t,e){t._readyState=x.CLOSING,t._errorEmitted=!0,t.emit("error",e),t.emitClose()}function da(t){return t.path=t.socketPath,hs.connect(t)}function ua(t){return t.path=void 0,!t.servername&&t.servername!==""&&(t.servername=hs.isIP(t.host)?"":t.host),Yo.connect(t)}function W(t,e,r){t._readyState=x.CLOSING;let n=new Error(r);Error.captureStackTrace(n,W),e.setHeader?(e[gs]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(Et,t,n)):(e.destroy(n),e.once("error",t.emit.bind(t,"error")),e.once("close",t.emitClose.bind(t)))}function Ir(t,e,r){if(e){let n=Zo(e)?e.size:ca(e).length;t._socket?t._sender._bufferedBytes+=n:t._bufferedAmount+=n}if(r){let n=new Error(`WebSocket is not open: readyState ${t.readyState} (${Q[t.readyState]})`);process.nextTick(r,n)}}function pa(t,e){let r=this[j];r._closeFrameReceived=!0,r._closeMessage=e,r._closeCode=t,r._socket[j]!==void 0&&(r._socket.removeListener("data",It),process.nextTick(_s,r._socket),t===1005?r.close():r.close(t,e))}function ha(){let t=this[j];t.isPaused||t._socket.resume()}function fa(t){let e=this[j];e._socket[j]!==void 0&&(e._socket.removeListener("data",It),process.nextTick(_s,e._socket),e.close(t[na])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t))}function ps(){this[j].emitClose()}function ga(t,e){this[j].emit("message",t,e)}function ma(t){let e=this[j];e._autoPong&&e.pong(t,!this._isServer,fs),e.emit("ping",t)}function _a(t){this[j].emit("pong",t)}function _s(t){t.resume()}function ya(t){let e=this[j];e.readyState!==x.CLOSED&&(e.readyState===x.OPEN&&(e._readyState=x.CLOSING,ys(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t)))}function ys(t){t._closeTimer=setTimeout(t._socket.destroy.bind(t._socket),t._closeTimeout)}function bs(){let t=this[j];if(this.removeListener("close",bs),this.removeListener("data",It),this.removeListener("end",ws),t._readyState=x.CLOSING,!this._readableState.endEmitted&&!t._closeFrameReceived&&!t._receiver._writableState.errorEmitted&&this._readableState.length!==0){let e=this.read(this._readableState.length);t._receiver.write(e)}t._receiver.end(),this[j]=void 0,clearTimeout(t._closeTimer),t._receiver._writableState.finished||t._receiver._writableState.errorEmitted?t.emitClose():(t._receiver.on("error",ps),t._receiver.on("finish",ps))}function It(t){this[j]._receiver.write(t)||this.pause()}function ws(){let t=this[j];t._readyState=x.CLOSING,t._receiver.end(),this.end()}function Ss(){let t=this[j];this.removeListener("error",Ss),this.on("error",fs),t&&(t._readyState=x.CLOSING,this.destroy())}});var xs=P((Pl,Is)=>{"use strict";var Cl=xt(),{Duplex:ba}=require("stream");function ks(t){t.emit("close")}function wa(){!this.destroyed&&this._writableState.finished&&this.destroy()}function Es(t){this.removeListener("error",Es),this.destroy(),this.listenerCount("error")===0&&this.emit("error",t)}function Sa(t,e){let r=!0,n=new ba({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return t.on("message",function(i,o){let c=!o&&n._readableState.objectMode?i.toString():i;n.push(c)||t.pause()}),t.once("error",function(i){n.destroyed||(r=!1,n.destroy(i))}),t.once("close",function(){n.destroyed||n.push(null)}),n._destroy=function(s,i){if(t.readyState===t.CLOSED){i(s),process.nextTick(ks,n);return}let o=!1;t.once("error",function(a){o=!0,i(a)}),t.once("close",function(){o||i(s),process.nextTick(ks,n)}),r&&t.terminate()},n._final=function(s){if(t.readyState===t.CONNECTING){t.once("open",function(){n._final(s)});return}t._socket!==null&&(t._socket._writableState.finished?(s(),n._readableState.endEmitted&&n.destroy()):(t._socket.once("finish",function(){s()}),t.close()))},n._read=function(){t.isPaused&&t.resume()},n._write=function(s,i,o){if(t.readyState===t.CONNECTING){t.once("open",function(){n._write(s,i,o)});return}t.send(s,o)},n.on("end",wa),n.on("error",Es),n}Is.exports=Sa});var xr=P((Al,Os)=>{"use strict";var{tokenChars:va}=Ie();function ka(t){let e=new Set,r=-1,n=-1,s=0;for(s;s<t.length;s++){let o=t.charCodeAt(s);if(n===-1&&va[o]===1)r===-1&&(r=s);else if(s!==0&&(o===32||o===9))n===-1&&r!==-1&&(n=s);else if(o===44){if(r===-1)throw new SyntaxError(`Unexpected character at index ${s}`);n===-1&&(n=s);let c=t.slice(r,n);if(e.has(c))throw new SyntaxError(`The "${c}" subprotocol is duplicated`);e.add(c),r=n=-1}else throw new SyntaxError(`Unexpected character at index ${s}`)}if(r===-1||n!==-1)throw new SyntaxError("Unexpected end of input");let i=t.slice(r,s);if(e.has(i))throw new SyntaxError(`The "${i}" subprotocol is duplicated`);return e.add(i),e}Os.exports={parse:ka}});var Ds=P((Rl,Ns)=>{"use strict";var Ea=require("events"),Ot=require("http"),{Duplex:Tl}=require("stream"),{createHash:Ia}=require("crypto"),Cs=vt(),le=Ee(),xa=xr(),Oa=xt(),{CLOSE_TIMEOUT:Ca,GUID:Pa,kWebSocket:Aa}=J(),Ta=/^[+/0-9A-Za-z]{22}==$/,Ps=0,As=1,Rs=2,Or=class extends Ea{constructor(e,r){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:Ca,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:Oa,...e},e.port==null&&!e.server&&!e.noServer||e.port!=null&&(e.server||e.noServer)||e.server&&e.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(e.port!=null?(this._server=Ot.createServer((n,s)=>{let i=Ot.STATUS_CODES[426];s.writeHead(426,{"Content-Length":i.length,"Content-Type":"text/plain"}),s.end(i)}),this._server.listen(e.port,e.host,e.backlog,r)):e.server&&(this._server=e.server),this._server){let n=this.emit.bind(this,"connection");this._removeListeners=Ra(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(s,i,o)=>{this.handleUpgrade(s,i,o,n)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=e,this._state=Ps}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(e){if(this._state===Rs){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(Ke,this);return}if(e&&this.once("close",e),this._state!==As)if(this._state=As,this.options.noServer||this.options.server)this._server&&(this._removeListeners(),this._removeListeners=this._server=null),this.clients?this.clients.size?this._shouldEmitClose=!0:process.nextTick(Ke,this):process.nextTick(Ke,this);else{let r=this._server;this._removeListeners(),this._removeListeners=this._server=null,r.close(()=>{Ke(this)})}}shouldHandle(e){if(this.options.path){let r=e.url.indexOf("?");if((r!==-1?e.url.slice(0,r):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,r,n,s){r.on("error",Ts);let i=e.headers["sec-websocket-key"],o=e.headers.upgrade,c=+e.headers["sec-websocket-version"];if(e.method!=="GET"){de(this,e,r,405,"Invalid HTTP method");return}if(o===void 0||o.toLowerCase()!=="websocket"){de(this,e,r,400,"Invalid Upgrade header");return}if(i===void 0||!Ta.test(i)){de(this,e,r,400,"Missing or invalid Sec-WebSocket-Key header");return}if(c!==13&&c!==8){de(this,e,r,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){Ye(r,400);return}let a=e.headers["sec-websocket-protocol"],l=new Set;if(a!==void 0)try{l=xa.parse(a)}catch{de(this,e,r,400,"Invalid Sec-WebSocket-Protocol header");return}let d=e.headers["sec-websocket-extensions"],u={};if(this.options.perMessageDeflate&&d!==void 0){let h=new le({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let f=Cs.parse(d);f[le.extensionName]&&(h.accept(f[le.extensionName]),u[le.extensionName]=h)}catch{de(this,e,r,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let h={origin:e.headers[`${c===8?"sec-websocket-origin":"origin"}`],secure:!!(e.socket.authorized||e.socket.encrypted),req:e};if(this.options.verifyClient.length===2){this.options.verifyClient(h,(f,g,p,m)=>{if(!f)return Ye(r,g||401,p,m);this.completeUpgrade(u,i,l,e,r,n,s)});return}if(!this.options.verifyClient(h))return Ye(r,401)}this.completeUpgrade(u,i,l,e,r,n,s)}completeUpgrade(e,r,n,s,i,o,c){if(!i.readable||!i.writable)return i.destroy();if(i[Aa])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>Ps)return Ye(i,503);let l=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${Ia("sha1").update(r+Pa).digest("base64")}`],d=new this.options.WebSocket(null,void 0,this.options);if(n.size){let u=this.options.handleProtocols?this.options.handleProtocols(n,s):n.values().next().value;u&&(l.push(`Sec-WebSocket-Protocol: ${u}`),d._protocol=u)}if(e[le.extensionName]){let u=e[le.extensionName].params,h=Cs.format({[le.extensionName]:[u]});l.push(`Sec-WebSocket-Extensions: ${h}`),d._extensions=e}this.emit("headers",l,s),i.write(l.concat(`\r
24
24
  `).join(`\r
25
- `)),i.removeListener("error",Is),d.setSocket(i,o,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(d),d.on("close",()=>{this.clients.delete(d),this._shouldEmitClose&&!this.clients.size&&process.nextTick($e,this)})),c(d,s)}};Os.exports=Sr;function Ea(r,e){for(let t of Object.keys(e))r.on(t,e[t]);return function(){for(let n of Object.keys(e))r.removeListener(n,e[n])}}function $e(r){r._state=xs,r.emit("close")}function Is(){this.destroy()}function Ue(r,e,t,n){t=t||kt.STATUS_CODES[e],n={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(t),...n},r.once("finish",r.destroy),r.end(`HTTP/1.1 ${e} ${kt.STATUS_CODES[e]}\r
25
+ `)),i.removeListener("error",Ts),d.setSocket(i,o,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(d),d.on("close",()=>{this.clients.delete(d),this._shouldEmitClose&&!this.clients.size&&process.nextTick(Ke,this)})),c(d,s)}};Ns.exports=Or;function Ra(t,e){for(let r of Object.keys(e))t.on(r,e[r]);return function(){for(let n of Object.keys(e))t.removeListener(n,e[n])}}function Ke(t){t._state=Rs,t.emit("close")}function Ts(){this.destroy()}function Ye(t,e,r,n){r=r||Ot.STATUS_CODES[e],n={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(r),...n},t.once("finish",t.destroy),t.end(`HTTP/1.1 ${e} ${Ot.STATUS_CODES[e]}\r
26
26
  `+Object.keys(n).map(s=>`${s}: ${n[s]}`).join(`\r
27
27
  `)+`\r
28
28
  \r
29
- `+t)}function ae(r,e,t,n,s,i){if(r.listenerCount("wsClientError")){let o=new Error(s);Error.captureStackTrace(o,ae),r.emit("wsClientError",o,t,e)}else Ue(t,n,s,i)}});function Ge(){return process.env.BRIDGE_PROFILE||void 0}function Ct(){let r=Ge();return r?ce.default.join(qs,"profiles",r,"settings.json"):ce.default.join(qs,"settings.json")}function He(){let r=Ge(),e=r?`${r}.daemon.lock`:"daemon.lock";return ce.default.join((0,Fe.homedir)(),".bridge",e)}function xe(){let r=Ge();return r?`com.jerico.bridge-agent.${r}.plist`:"com.jerico.bridge-agent.plist"}function Pt(){let r=Ge(),e=r?`-${r}`:"";return{out:ce.default.join((0,Fe.homedir)(),`bridge-daemon${e}.log`),err:ce.default.join((0,Fe.homedir)(),`bridge-daemon${e}.err.log`)}}function Vs(){let r=Ge();return r?`:profile:${r}`:""}var Fe,ce,qs,qe=Hr(()=>{"use strict";Fe=require("node:os"),ce=_(require("path")),qs=ce.default.join((0,Fe.homedir)(),".jerico")});var Ys={};Oi(Ys,{getConfigPath:()=>Ct,loadConfig:()=>le,loadProjectSettings:()=>Pr,saveConfig:()=>de});function Ve(r,e){let t=r[e];if(!(!t||typeof t!="object"||Array.isArray(t)))return Object.fromEntries(Object.entries(t).filter(([,n])=>typeof n=="string"))}function le(){let r=Ct(),e=q.default.existsSync(r)?r:La;if(!q.default.existsSync(e)){let h=process.env.BRIDGE_PROFILE?`bridge-agent --profile ${process.env.BRIDGE_PROFILE} auth`:"bridge-agent auth";console.error(`[bridge] Config not found. Run: ${h}`),process.exit(1)}let t=q.default.readFileSync(e,"utf-8"),n;try{n=JSON.parse(t)}catch{console.error("[bridge] Invalid config file at",e),process.exit(1)}(!n||typeof n!="object")&&(console.error("[bridge] Config must be a JSON object. Run: bridge-agent auth"),process.exit(1));let s=n,i=typeof s.server=="string"?s.server:"",o=typeof s.token=="string"?s.token:"",c=typeof s.name=="string"?s.name:"bridge-agent",a=[/23-88-110-113\.sslip\.io/i,/23\.88\.110\.113:443\/ws\/daemon$/,/23\.88\.110\.113:3100\/ws\/daemon$/],l="wss://lcars.jerico.appnova.io/ws/daemon";if(i&&a.some(h=>h.test(i))){console.warn(`[daemon] config.url_migration: migrating stale URL ${i} \u2192 ${l}`),i=l,s.server=i;try{q.default.writeFileSync(e,JSON.stringify(s,null,2),{mode:384}),q.default.chmodSync(e,384)}catch(h){console.warn("[daemon] config.url_migration: failed to save migrated config",String(h))}}(!i||!o)&&(console.error("[bridge] Config missing server or token. Run: bridge-agent auth"),process.exit(1));let d={server:i,token:o,name:c},u=Ve(s,"agentPaths"),f=Ve(s,"projectPaths");return u&&(d.agentPaths=u),f&&(d.projectPaths=f),d}function de(r){let e=Ct(),t=At.default.dirname(e);q.default.existsSync(t)||q.default.mkdirSync(t,{recursive:!0}),q.default.writeFileSync(e,JSON.stringify(r,null,2),{mode:384})}function Pr(r){let e=At.default.join(r??process.cwd(),".jerico","settings.json");if(!q.default.existsSync(e))return{};try{let t=q.default.readFileSync(e,"utf-8"),n=JSON.parse(t);if(!n||typeof n!="object"||Array.isArray(n))return{};let s=n,i={};typeof s.preferredAgent=="string"&&(i.preferredAgent=s.preferredAgent);let o=Ve(s,"hooks"),c=Ve(s,"env"),a=Ve(s,"agentPaths");return o&&(i.hooks=o),c&&(i.env=c),a&&(i.agentPaths=a),i}catch{return console.warn("[bridge] Failed to parse .jerico/settings.json, ignoring"),{}}}var q,At,Ks,La,Oe=Hr(()=>{"use strict";q=_(require("fs")),At=_(require("path")),Ks=_(require("os"));qe();La=At.default.join(Ks.default.homedir(),".bridge","config.json")});var nn=_(rn(),1),{program:Gc,createCommand:Hc,createArgument:qc,createOption:Vc,CommanderError:Kc,InvalidArgumentError:Yc,InvalidOptionArgumentError:Jc,Command:sn,Argument:zc,Option:Xc,Help:Qc}=nn.default;var ai=require("node:http"),pe=require("node:child_process"),T=require("node:fs"),Ae=require("node:os"),L=_(require("path"));var In=_(require("node-pty"));var Zt=_(Sn()),fe=_(require("fs")),Re=_(require("path")),kn=_(require("net")),En=require("child_process"),ot=r=>r+`
30
- `,Ne=r=>r.replace(/[\r\n]+$/,"")+"\r",ge=[{key:"sh",displayName:"Shell",binary:"sh",checkAuth:async()=>!0,formatInput:ot},{key:"claude",displayName:"Claude Code",binary:"claude",checkAuth:async()=>at(".claude")||re("ANTHROPIC_API_KEY"),assignSessionId:!0,spawnArgs:["--dangerously-skip-permissions"],resumeArgs:r=>["--dangerously-skip-permissions","--resume",r],supportsMcpConfig:!0,formatInput:Ne,versionDirGlobs:[".local/share/claude/versions/*"]},{key:"codex",displayName:"Codex CLI",binary:"codex",checkAuth:async()=>re("OPENAI_API_KEY"),spawnArgs:["--full-auto"],supportsMcpConfig:!0,formatInput:Ne},{key:"qwen",displayName:"Qwen CLI",binary:"qwen",checkAuth:async()=>at(".qwen"),assignSessionId:!0,spawnArgs:["--yolo"],resumeArgs:r=>["--resume",r,"--yolo"],supportsMcpConfig:!0,formatInput:Ne,versionDirGlobs:[".local/share/qwen/versions/*"]},{key:"gemini",displayName:"Gemini",binary:"gemini",checkAuth:async()=>re("GEMINI_API_KEY"),supportsMcpConfig:!0,formatInput:ot},{key:"ollama",displayName:"Ollama",binary:"ollama",checkAuth:async()=>so(11434),formatInput:ot},{key:"aider",displayName:"Aider",binary:"aider",checkAuth:async()=>re("OPENAI_API_KEY")||re("ANTHROPIC_API_KEY"),supportsMcpConfig:!0,formatInput:ot},{key:"kimi",displayName:"Kimi Code",binary:"kimi",checkAuth:async()=>at(".kimi")||re("KIMI_API_KEY"),assignSessionId:!0,spawnArgs:["--yolo"],resumeArgs:r=>["-r",r,"--yolo"],supportsMcpConfig:!0,formatInput:Ne,versionDirGlobs:[".local/share/uv/tools/kimi-cli/bin",".local/share/kimi/versions/*"]},{key:"forge",displayName:"Forge",binary:"forge",checkAuth:async()=>at(".forge/.credentials.json")||re("FORGE_API_KEY"),assignSessionId:!0,resumeArgs:r=>["--conversation-id",r],supportsMcpConfig:!0,formatInput:Ne}];var vn=process.env.HOME??"/Users/unknown";function ct(r){try{let e=(0,En.spawnSync)(r,["--version"],{timeout:5e3});return e.status!==0?void 0:(e.stdout??e.stderr??Buffer.from("")).toString("utf8").split(`
31
- `)[0].trim()||void 0}catch{return}}function ro(r){if(!r.versionDirGlobs?.length)return[];let e=[],t=r.versionDirGlobs;for(let n of t){let s=Re.default.join(vn,n.replace(/\/\*$/,""));if(n.endsWith("/*")){let i=[];try{i=fe.default.readdirSync(s)}catch{}i.sort((o,c)=>c.localeCompare(o));for(let o of i){let c=Re.default.join(s,o,r.binary);if(fe.default.existsSync(c)){let a=ct(c);e.push({path:c,version:a})}}}else{let i=Re.default.join(vn,n);if(fe.default.existsSync(i)){let o=ct(i);e.push({path:i,version:o})}}}return e}async function no(r,e={}){if(e[r.key]){let n=e[r.key],s=ct(n);if(s)return{path:n,version:s}}try{let n=await(0,Zt.default)(r.binary);if(n&&fe.default.existsSync(n)){let s=ct(n);if(s!==void 0)return{path:n,version:s}}}catch{}let t=ro(r);for(let n of t)if(n.version!==void 0)return n;try{let n=await(0,Zt.default)(r.binary);if(n)return{path:n}}catch{}throw new Error(`No working binary found for agent '${r.key}'`)}async function er(r={}){let e=[];for(let t of ge)try{let{path:n,version:s}=await no(t,r),o=await t.checkAuth()?"ok":"missing";e.push({key:t.key,displayName:t.displayName,binaryPath:n,authStatus:o,version:s})}catch{}return console.log("[daemon] agent.detect.done",{found:e.map(t=>t.key),missing:ge.map(t=>t.key).filter(t=>!e.find(n=>n.key===t))}),e}function at(r){return fe.default.existsSync(Re.default.join(process.env.HOME??"",r))}function re(r){return!!process.env[r]}async function so(r){return new Promise(e=>{let t=kn.default.createConnection(r,"127.0.0.1");t.setTimeout(200),t.on("connect",()=>{t.destroy(),e(!0)}),t.on("error",()=>e(!1)),t.on("timeout",()=>{t.destroy(),e(!1)})})}var lt=class{handles=new Map;nextInstanceId=1;lastErrors=new Map;livenessTimer=null;currentWs=null;setCurrentWs(e){this.currentWs=e}getCurrentWs(){return this.currentWs}startLivenessCheck(e=6e4){this.livenessTimer||(this.livenessTimer=setInterval(()=>{for(let[t,n]of this.handles.entries()){if(n.killed)continue;let s=!1;try{s=process.kill(n.pid,0)}catch{s=!1}s||(console.warn("[daemon] pty.liveness.dead",{agentId:t,pid:n.pid}),this.handles.delete(t),n.onExit(137,"SIGKILL"))}},e),console.log("[daemon] pty.liveness.started",{intervalMs:e}))}stopLivenessCheck(){this.livenessTimer&&(clearInterval(this.livenessTimer),this.livenessTimer=null,console.log("[daemon] pty.liveness.stopped"))}spawn(e,t,n,s,i,o,c,a,l){let d=this.handles.get(e);d&&(console.warn("[daemon] pty.spawn.replace_existing",{agentId:e,oldPid:d.pid,newAgentKey:t}),this.kill(e,!0));let u=Math.max(1,Math.min(500,i)),f=Math.max(1,Math.min(500,o)),h={...process.env,TERM:"xterm-256color",COLORTERM:"truecolor"};l&&(h.BRIDGE_SERVER_URL=l.serverUrl,h.BRIDGE_TOKEN=l.token,h.BRIDGE_WORKSPACE_ID=l.workspaceId,h.BRIDGE_PROJECT_ID=l.projectId||"",l.projectEnv&&Object.assign(h,l.projectEnv));let g=process.env.BRIDGE_MCP_URL;g&&(h.BRIDGE_MCP_URL=g);let p;try{p=In.spawn(n,s,{name:"xterm-256color",cols:u,rows:f,cwd:l?.cwd,env:h})}catch(S){let P=S instanceof Error?S.message:String(S);return this.lastErrors.set(e,P),console.error("[daemon] pty.spawn.failed",{agentId:e,agentKey:t,error:P}),!1}let m=this.nextInstanceId++,I={agentId:e,agentKey:t,process:p,pid:p.pid,killed:!1,instanceId:m,onExit:a};return p.onData(S=>{let P=this.handles.get(e);!P||P.instanceId!==m||I.killed||c(Buffer.from(S).toString("base64"))}),p.onExit(({exitCode:S,signal:P})=>{let j=this.handles.get(e);!j||j.instanceId!==m||I.killed||I.killed||(this.handles.delete(e),console.log("[daemon] pty.exit",{agentId:e,exitCode:S,signal:P}),a(S??null,P?String(P):null))}),this.lastErrors.delete(e),this.handles.set(e,I),console.log("[daemon] pty.spawn.success",{agentId:e,agentKey:t,args:s,cwd:l?.cwd}),!0}write(e,t,n){let s=this.handles.get(e);if(!s){console.warn("[daemon] pty.write.no_handle",{agentId:e.slice(-8),source:n,dataLength:t.length});return}let i=Buffer.from(t,"base64").toString(),o=ge.find(a=>a.key===s.agentKey),c=n==="orchestrator"&&o?.formatInput?o.formatInput(i):i;s.process.write(c)}kill(e,t=!1){let n=this.handles.get(e);if(!n)return;n.killed=!0,this.handles.delete(e);let s=n.pid;if(t){try{process.kill(-s,"SIGTERM")}catch{n.process.kill()}setTimeout(()=>{try{process.kill(-s,"SIGKILL")}catch{}},2e3)}else try{process.kill(-s,"SIGTERM")}catch{n.process.kill()}console.log("[daemon] pty.kill",{agentId:e,force:t})}resize(e,t,n){let s=this.handles.get(e);if(!s)return;let i=Math.max(1,Math.min(500,t)),o=Math.max(1,Math.min(500,n));s.process.resize(i,o)}getLastError(e){return this.lastErrors.get(e)}killAll(){for(let e of this.handles.values())try{process.kill(-e.pid,"SIGTERM")}catch{e.process.kill()}this.handles.clear()}getLiveAgentIds(){return[...this.handles.keys()]}getAgentKey(e){return this.handles.get(e)?.agentKey}};var Ia=_(ws(),1),xa=_(yt(),1),Oa=_(ye(),1),Ca=_(ur(),1),Pa=_(fr(),1),Aa=_(wr(),1),Ps=_(vt(),1),Ta=_(Cs(),1);var v=Ps.default;var G=_(require("fs")),Xe=require("node:fs/promises"),A=_(require("path")),R=_(require("os")),Pe=require("node:child_process"),et=require("node:crypto");var vr=["claude","codex","qwen","kimi","forge"];var Et=["developer","reviewer","planner","executor","shell","runner","orchestrator"],El=Et.filter(r=>r!=="orchestrator"),Il=[...Et,"system"];var As=r=>r;var Ts=r=>r,Ns=r=>r,Rs=3e3;function kr(r){return(process.env.JERICO_FEATURES??"").split(",").map(t=>t.trim()).filter(Boolean).includes(r)}var Ds={developer:`# Bridge Worker \u2014 Developer Role
29
+ `+r)}function de(t,e,r,n,s,i){if(t.listenerCount("wsClientError")){let o=new Error(s);Error.captureStackTrace(o,de),t.emit("wsClientError",o,r,e)}else Ye(r,n,s,i)}});function Xe(){return process.env.BRIDGE_PROFILE||void 0}function he(){let t=Xe();return t?pe.default.join(Xs,"profiles",t,"settings.json"):pe.default.join(Xs,"settings.json")}function Qe(){let t=Xe(),e=t?`${t}.daemon.lock`:"daemon.lock";return pe.default.join((0,ze.homedir)(),".bridge",e)}function Te(){let t=Xe();return t?`com.jerico.bridge-agent.${t}.plist`:"com.jerico.bridge-agent.plist"}function Rt(){let t=Xe(),e=t?`-${t}`:"";return{out:pe.default.join((0,ze.homedir)(),`bridge-daemon${e}.log`),err:pe.default.join((0,ze.homedir)(),`bridge-daemon${e}.err.log`)}}function Qs(){let t=Xe();return t?`:profile:${t}`:""}var ze,pe,Xs,Re=zr(()=>{"use strict";ze=require("node:os"),pe=_(require("path")),Xs=pe.default.join((0,ze.homedir)(),".jerico")});var ei={};ji(ei,{getConfigPath:()=>he,loadConfig:()=>fe,loadProjectSettings:()=>jr,mergeSettings:()=>te,saveConfig:()=>qa});function Ze(t,e){let r=t[e];if(!(!r||typeof r!="object"||Array.isArray(r)))return Object.fromEntries(Object.entries(r).filter(([,n])=>typeof n=="string"))}function fe(){let t=he(),e=B.default.existsSync(t)?t:Ha;if(!B.default.existsSync(e)){let f=process.env.BRIDGE_PROFILE?`bridge-agent --profile ${process.env.BRIDGE_PROFILE} auth`:"bridge-agent auth";console.error(`[bridge] Config not found. Run: ${f}`),process.exit(1)}let r=B.default.readFileSync(e,"utf-8"),n;try{n=JSON.parse(r)}catch{console.error("[bridge] Invalid config file at",e),process.exit(1)}(!n||typeof n!="object")&&(console.error("[bridge] Config must be a JSON object. Run: bridge-agent auth"),process.exit(1));let s=n,i=typeof s.server=="string"?s.server:"",o=typeof s.token=="string"?s.token:"",c=typeof s.name=="string"?s.name:"bridge-agent",a=[/23-88-110-113\.sslip\.io/i,/23\.88\.110\.113:443\/ws\/daemon$/,/23\.88\.110\.113:3100\/ws\/daemon$/],l="wss://lcars.jerico.appnova.io/ws/daemon";if(i&&a.some(f=>f.test(i))){console.warn(`[daemon] config.url_migration: migrating stale URL ${i} \u2192 ${l}`),i=l,s.server=i;try{B.default.writeFileSync(e,JSON.stringify(s,null,2),{mode:384}),B.default.chmodSync(e,384)}catch(f){console.warn("[daemon] config.url_migration: failed to save migrated config",String(f))}}(!i||!o)&&(console.error("[bridge] Config missing server or token. Run: bridge-agent auth"),process.exit(1));let d={server:i,token:o,name:c},u=Ze(s,"agentPaths"),h=Ze(s,"projectPaths");return u&&(d.agentPaths=u),h&&(d.projectPaths=h),typeof s.claudeTier=="string"&&(d.claudeTier=s.claudeTier),d}function qa(t){let e=he(),r=et.default.dirname(e);B.default.existsSync(r)||B.default.mkdirSync(r,{recursive:!0}),B.default.writeFileSync(e,JSON.stringify(t,null,2),{mode:384})}function te(t){let e=he(),r=et.default.dirname(e);B.default.existsSync(r)||B.default.mkdirSync(r,{recursive:!0});let n={};if(B.default.existsSync(e))try{n=JSON.parse(B.default.readFileSync(e,"utf-8"))}catch{n={}}B.default.writeFileSync(e,JSON.stringify({...n,...t},null,2),{mode:384})}function jr(t){let e=et.default.join(t??process.cwd(),".jerico","settings.json");if(!B.default.existsSync(e))return{};try{let r=B.default.readFileSync(e,"utf-8"),n=JSON.parse(r);if(!n||typeof n!="object"||Array.isArray(n))return{};let s=n,i={};typeof s.preferredAgent=="string"&&(i.preferredAgent=s.preferredAgent);let o=Ze(s,"hooks"),c=Ze(s,"env"),a=Ze(s,"agentPaths");return o&&(i.hooks=o),c&&(i.env=c),a&&(i.agentPaths=a),i}catch{return console.warn("[bridge] Failed to parse .jerico/settings.json, ignoring"),{}}}var B,et,Zs,Ha,Ne=zr(()=>{"use strict";B=_(require("fs")),et=_(require("path")),Zs=_(require("os"));Re();Ha=et.default.join(Zs.default.homedir(),".bridge","config.json")});var dn=_(ln(),1),{program:Zc,createCommand:el,createArgument:tl,createOption:rl,CommanderError:nl,InvalidArgumentError:sl,InvalidOptionArgumentError:il,Command:un,Argument:ol,Option:al,Help:cl}=dn.default;var gi=require("node:http"),be=require("node:child_process"),N=require("node:fs"),Me=require("node:os"),$=_(require("path"));var Tn=_(require("node-pty"));var ir=_(On()),Se=_(require("fs")),We=_(require("path")),Pn=_(require("net")),An=require("child_process"),sr=t=>t+`
30
+ `,se=t=>t.replace(/[\r\n]+$/,"")+"\r",ie=[{key:"sh",displayName:"Shell",binary:"sh",checkAuth:async()=>!0,formatInput:sr},{key:"claude",displayName:"Claude Code",binary:"claude",checkAuth:async()=>Ue(".claude")||V("ANTHROPIC_API_KEY"),assignSessionId:!0,spawnArgs:["--dangerously-skip-permissions"],resumeArgs:t=>["--dangerously-skip-permissions","--resume",t],supportsMcpConfig:!0,formatInput:se,versionDirGlobs:[".local/share/claude/versions/*"]},{key:"codex",displayName:"Codex CLI",binary:"codex",checkAuth:async()=>V("OPENAI_API_KEY"),spawnArgs:["--full-auto"],supportsMcpConfig:!0,formatInput:se},{key:"qwen",displayName:"Qwen CLI",binary:"qwen",checkAuth:async()=>Ue(".qwen"),assignSessionId:!0,spawnArgs:["--yolo"],resumeArgs:t=>["--resume",t,"--yolo"],supportsMcpConfig:!0,formatInput:se,versionDirGlobs:[".local/share/qwen/versions/*"]},{key:"gemini",displayName:"Gemini",binary:"gemini",checkAuth:async()=>V("GEMINI_API_KEY"),spawnArgs:["--approval-mode","yolo"],supportsMcpConfig:!0,formatInput:se},{key:"ollama",displayName:"Ollama",binary:"ollama",checkAuth:async()=>ho(11434),formatInput:sr},{key:"aider",displayName:"Aider",binary:"aider",checkAuth:async()=>V("OPENAI_API_KEY")||V("ANTHROPIC_API_KEY"),supportsMcpConfig:!0,formatInput:sr},{key:"kimi",displayName:"Kimi Code",binary:"kimi",checkAuth:async()=>Ue(".kimi")||V("KIMI_API_KEY"),assignSessionId:!0,spawnArgs:["--yolo"],resumeArgs:t=>["-r",t,"--yolo"],supportsMcpConfig:!0,formatInput:se,versionDirGlobs:[".local/share/uv/tools/kimi-cli/bin",".local/share/kimi/versions/*"]},{key:"forge",displayName:"Forge",binary:"forge",checkAuth:async()=>Ue(".forge/.credentials.json")||V("FORGE_API_KEY"),assignSessionId:!0,resumeArgs:t=>["--conversation-id",t],supportsMcpConfig:!0,formatInput:se},{key:"opencode",displayName:"OpenCode",binary:"opencode",checkAuth:async()=>Ue(".config/opencode")||V("OPENCODE_API_KEY")||V("ANTHROPIC_API_KEY")||V("OPENAI_API_KEY"),supportsMcpConfig:!0,formatInput:se,versionDirGlobs:[".opencode/bin"],env:{OPENCODE_CONFIG_CONTENT:'{"permission":"allow"}'}}];var Cn=process.env.HOME??"/Users/unknown";function pt(t){try{let e=(0,An.spawnSync)(t,["--version"],{timeout:5e3});return e.status!==0?void 0:(e.stdout??e.stderr??Buffer.from("")).toString("utf8").split(`
31
+ `)[0].trim()||void 0}catch{return}}function uo(t){if(!t.versionDirGlobs?.length)return[];let e=[],r=t.versionDirGlobs;for(let n of r){let s=We.default.join(Cn,n.replace(/\/\*$/,""));if(n.endsWith("/*")){let i=[];try{i=Se.default.readdirSync(s)}catch{}i.sort((o,c)=>c.localeCompare(o));for(let o of i){let c=We.default.join(s,o,t.binary);if(Se.default.existsSync(c)){let a=pt(c);e.push({path:c,version:a})}}}else{let i=We.default.join(Cn,n);if(Se.default.existsSync(i)){let o=pt(i);e.push({path:i,version:o})}}}return e}async function po(t,e={}){if(e[t.key]){let n=e[t.key],s=pt(n);if(s)return{path:n,version:s}}try{let n=await(0,ir.default)(t.binary);if(n&&Se.default.existsSync(n)){let s=pt(n);if(s!==void 0)return{path:n,version:s}}}catch{}let r=uo(t);for(let n of r)if(n.version!==void 0)return n;try{let n=await(0,ir.default)(t.binary);if(n)return{path:n}}catch{}throw new Error(`No working binary found for agent '${t.key}'`)}async function or(t={}){let e=[];for(let r of ie)try{let{path:n,version:s}=await po(r,t),o=await r.checkAuth()?"ok":"missing";e.push({key:r.key,displayName:r.displayName,binaryPath:n,authStatus:o,version:s})}catch{}return console.log("[daemon] agent.detect.done",{found:e.map(r=>r.key),missing:ie.map(r=>r.key).filter(r=>!e.find(n=>n.key===r))}),e}function Ue(t){return Se.default.existsSync(We.default.join(process.env.HOME??"",t))}function V(t){return!!process.env[t]}async function ho(t){return new Promise(e=>{let r=Pn.default.createConnection(t,"127.0.0.1");r.setTimeout(200),r.on("connect",()=>{r.destroy(),e(!0)}),r.on("error",()=>e(!1)),r.on("timeout",()=>{r.destroy(),e(!1)})})}var ht=class{handles=new Map;nextInstanceId=1;lastErrors=new Map;livenessTimer=null;currentWs=null;setCurrentWs(e){this.currentWs=e}getCurrentWs(){return this.currentWs}startLivenessCheck(e=6e4){this.livenessTimer||(this.livenessTimer=setInterval(()=>{for(let[r,n]of this.handles.entries()){if(n.killed)continue;let s=!1;try{s=process.kill(n.pid,0)}catch{s=!1}s||(console.warn("[daemon] pty.liveness.dead",{agentId:r,pid:n.pid}),this.handles.delete(r),n.onExit(137,"SIGKILL"))}},e),console.log("[daemon] pty.liveness.started",{intervalMs:e}))}stopLivenessCheck(){this.livenessTimer&&(clearInterval(this.livenessTimer),this.livenessTimer=null,console.log("[daemon] pty.liveness.stopped"))}spawn(e,r,n,s,i,o,c,a,l){let d=this.handles.get(e);d&&(console.warn("[daemon] pty.spawn.replace_existing",{agentId:e,oldPid:d.pid,newAgentKey:r}),this.kill(e,!0));let u=Math.max(1,Math.min(500,i)),h=Math.max(1,Math.min(500,o)),f={...process.env,TERM:"xterm-256color",COLORTERM:"truecolor"};l&&(f.BRIDGE_SERVER_URL=l.serverUrl,f.BRIDGE_TOKEN=l.token,f.BRIDGE_WORKSPACE_ID=l.workspaceId,f.BRIDGE_PROJECT_ID=l.projectId||"",l.projectEnv&&Object.assign(f,l.projectEnv));let g=ie.find(C=>C.key===r);g?.env&&Object.assign(f,g.env);let p=process.env.BRIDGE_MCP_URL;p&&(f.BRIDGE_MCP_URL=p);let m;try{m=Tn.spawn(n,s,{name:"xterm-256color",cols:u,rows:h,cwd:l?.cwd,env:f})}catch(C){let T=C instanceof Error?C.message:String(C);return this.lastErrors.set(e,T),console.error("[daemon] pty.spawn.failed",{agentId:e,agentKey:r,error:T}),!1}let I=this.nextInstanceId++,E={agentId:e,agentKey:r,process:m,pid:m.pid,killed:!1,instanceId:I,onExit:a};return m.onData(C=>{let T=this.handles.get(e);!T||T.instanceId!==I||E.killed||c(Buffer.from(C).toString("base64"))}),m.onExit(({exitCode:C,signal:T})=>{let M=this.handles.get(e);!M||M.instanceId!==I||E.killed||E.killed||(this.handles.delete(e),console.log("[daemon] pty.exit",{agentId:e,exitCode:C,signal:T}),a(C??null,T?String(T):null))}),this.lastErrors.delete(e),this.handles.set(e,E),console.log("[daemon] pty.spawn.success",{agentId:e,agentKey:r,args:s,cwd:l?.cwd}),!0}write(e,r,n){let s=this.handles.get(e);if(!s){console.warn("[daemon] pty.write.no_handle",{agentId:e.slice(-8),source:n,dataLength:r.length});return}let i=Buffer.from(r,"base64").toString(),o=ie.find(a=>a.key===s.agentKey),c=n==="orchestrator"&&o?.formatInput?o.formatInput(i):i;s.process.write(c)}kill(e,r=!1){let n=this.handles.get(e);if(!n)return;n.killed=!0,this.handles.delete(e);let s=n.pid;if(r){try{process.kill(-s,"SIGTERM")}catch{n.process.kill()}setTimeout(()=>{try{process.kill(-s,"SIGKILL")}catch{}},2e3)}else try{process.kill(-s,"SIGTERM")}catch{n.process.kill()}console.log("[daemon] pty.kill",{agentId:e,force:r})}resize(e,r,n){let s=this.handles.get(e);if(!s)return;let i=Math.max(1,Math.min(500,r)),o=Math.max(1,Math.min(500,n));s.process.resize(i,o)}getLastError(e){return this.lastErrors.get(e)}killAll(){for(let e of this.handles.values())try{process.kill(-e.pid,"SIGTERM")}catch{e.process.kill()}this.handles.clear()}getLiveAgentIds(){return[...this.handles.keys()]}getAgentKey(e){return this.handles.get(e)?.agentKey}};var Na=_(xs(),1),Da=_(vt(),1),ja=_(Ee(),1),La=_(_r(),1),Ba=_(wr(),1),Ma=_(xr(),1),js=_(xt(),1),$a=_(Ds(),1);var S=js.default;var L=_(require("fs")),st=require("node:fs/promises"),O=_(require("path")),R=_(require("os")),Be=require("node:child_process"),at=require("node:crypto");var Cr=["claude","codex","qwen","kimi","forge","opencode","gemini"];var Ct=["developer","reviewer","planner","executor","shell","runner","orchestrator"],Dl=Ct.filter(t=>t!=="orchestrator"),jl=[...Ct,"system"];var Ls=t=>t;var Bs=t=>t,Ms=t=>t,$s=3e3;function Pr(t){return(process.env.JERICO_FEATURES??"").split(",").map(r=>r.trim()).filter(Boolean).includes(t)}var Us={developer:`# Bridge Worker \u2014 Developer Role
32
32
 
33
33
  You are a **Developer** worker in a multi-agent orchestration system called Bridge.
34
34
 
@@ -357,31 +357,31 @@ Summarize: todos completed, failed, any blockers. List what workers did.
357
357
 
358
358
  ---
359
359
 
360
- {{TOOL_TABLE}}`};var Er={bridge_get_project:"Project metadata: name, cwd, machineId",bridge_get_plan:"Read project spec/description",bridge_update_plan:"Update project spec/description",bridge_get_project_history:"Past run history and failure patterns",bridge_get_execution_status:"Run history with todo completion counts",bridge_get_todos:"List todos + session state for this project",bridge_add_todo:"Create a new todo (title, todoType, dependsOn)",bridge_update_todo:"Update a todo title or status",bridge_cancel_run:"Cancel active run (use before restarting a stale plan)",bridge_list_agents:"All agents: role, status, inRun flag",bridge_get_agent_status:"Single agent status check",bridge_spawn_worker:"Spawn a new worker agent (agentKey, role)",bridge_kill_agent:"Terminate a stuck or dead agent",bridge_get_agent_output:"Read terminal output of any agent",bridge_send_input:"Send text input to an agent PTY",bridge_get_my_task:"Get the task assigned to this agent",bridge_complete_task:"Signal task completion",bridge_fail_task:"Signal task failure with a specific reason",bridge_get_todo_context:"Read todo output/error for a specific todo",bridge_assign_task:"Assign a pending todo to a specific agent",bridge_list_groups:"List all agent groups and their member agentIds",bridge_get_group_status:"Get agents in a group with status and last output line",bridge_dispatch_to_group:"Send a text message/command to every agent in a group",bridge_list_workspace_projects:"List all workspace projects with name, cwd, active run count",bridge_query_workspace:"Natural-language query about orchestration state",bridge_list_active_runs:"All active orchestration runs across workspace projects",bridge_peek_panel:"Read terminal output of any panel workspace-wide (no project boundary)",bridge_status_panel:"Get status of any panel in the workspace regardless of project",bridge_get_persona:"Fetch a persona by id (name, systemPrompt, role, agentKey)",bridge_list_personas:"List all personas visible to the caller (workspace + personal)"};if(Object.keys(Er).length===0)throw new Error("BRIDGE_TOOL_DOCS registry is empty at module load \u2014 fail fast");function js(...r){return`
360
+ {{TOOL_TABLE}}`};var Ar={bridge_get_project:"Project metadata: name, cwd, machineId",bridge_get_plan:"Read project spec/description",bridge_update_plan:"Update project spec/description",bridge_get_project_history:"Past run history and failure patterns",bridge_get_execution_status:"Run history with todo completion counts",bridge_get_todos:"List todos + session state for this project",bridge_add_todo:"Create a new todo (title, todoType, dependsOn)",bridge_update_todo:"Update a todo title or status",bridge_cancel_run:"Cancel active run (use before restarting a stale plan)",bridge_list_agents:"All agents: role, status, inRun flag",bridge_get_agent_status:"Single agent status check",bridge_spawn_worker:"Spawn a new worker agent (agentKey, role)",bridge_kill_agent:"Terminate a stuck or dead agent",bridge_get_agent_output:"Read terminal output of any agent",bridge_send_input:"Send text input to an agent PTY",bridge_get_my_task:"Get the task assigned to this agent",bridge_complete_task:"Signal task completion",bridge_fail_task:"Signal task failure with a specific reason",bridge_get_todo_context:"Read todo output/error for a specific todo",bridge_assign_task:"Assign a pending todo to a specific agent",bridge_list_groups:"List all agent groups and their member agentIds",bridge_get_group_status:"Get agents in a group with status and last output line",bridge_dispatch_to_group:"Send a text message/command to every agent in a group",bridge_list_workspace_projects:"List all workspace projects with name, cwd, active run count",bridge_query_workspace:"Natural-language query about orchestration state",bridge_list_active_runs:"All active orchestration runs across workspace projects",bridge_peek_panel:"Read terminal output of any panel workspace-wide (no project boundary)",bridge_status_panel:"Get status of any panel in the workspace regardless of project",bridge_get_persona:"Fetch a persona by id (name, systemPrompt, role, agentKey)",bridge_list_personas:"List all personas visible to the caller (workspace + personal)"};if(Object.keys(Ar).length===0)throw new Error("BRIDGE_TOOL_DOCS registry is empty at module load \u2014 fail fast");function Ws(...t){return`
361
361
 
362
- **Available MCP tools:** ${r.join(", ")}`}function Na(...r){return`
362
+ **Available MCP tools:** ${t.join(", ")}`}function Ua(...t){return`
363
363
 
364
364
  ## Tool reference (only call tools listed here)
365
365
 
366
366
  | Tool | Purpose |
367
367
  |------|---------|
368
- ${r.map(t=>`| \`${t}\` | ${Er[t]} |`).join(`
369
- `)}`}function Ls(){let r=Object.keys(Er);return Na(...r)}function Ms(r){if(!Et.includes(r))throw new Error(`buildBootstrapPrompt: unknown role "${r}"`);return`You are running as role="${r}" in the Bridge orchestration system.
368
+ ${t.map(r=>`| \`${r}\` | ${Ar[r]} |`).join(`
369
+ `)}`}function Gs(){let t=Object.keys(Ar);return Ua(...t)}function Fs(t){if(!Ct.includes(t))throw new Error(`buildBootstrapPrompt: unknown role "${t}"`);return`You are running as role="${t}" in the Bridge orchestration system.
370
370
 
371
371
  Your full operating instructions are stored in the workspace database.
372
372
  BEFORE you take any other action \u2014 before reading files, before running commands,
373
373
  before replying to the user \u2014 call this MCP tool:
374
- bridge_get_role_prompt({ role: "${r}" })
374
+ bridge_get_role_prompt({ role: "${t}" })
375
375
 
376
376
  Treat the response as your authoritative system instructions for this entire
377
377
  session. You may call bridge_get_role_prompt again at any time to refresh.
378
378
 
379
- If bridge_get_role_prompt is unavailable, fall back to default behavior for role=${r}.`}var Bs=_(require("os"));async function Ir(){return Bs.default.platform()!=="darwin"?null:{key:"sim_ios",displayName:"iOS Simulator",binaryPath:"xcrun",authStatus:"ok"}}var Ie=require("child_process"),Gs=require("fs/promises"),Hs=require("crypto"),Ee=_(require("fs")),xt=_(require("path")),Or=_(require("os"));var We=require("child_process"),$s=require("fs/promises"),Us=_(require("path")),Ws=_(require("os"));async function Ra(){return new Promise(r=>{let e=(0,We.spawn)("xcrun",["simctl","list","devices","booted","--json"],{timeout:5e3}),t="";e.stdout.on("data",n=>{t+=n.toString("utf8")}),e.on("close",n=>{if(n!==0){r(null);return}try{let s=JSON.parse(t);for(let i of Object.values(s.devices)){let o=i.find(c=>c.state==="Booted");if(o){r(o.udid);return}}r(null)}catch{r(null)}}),e.on("error",()=>r(null))})}async function Da(){return new Promise(r=>{let e=(0,We.spawn)("xcrun",["simctl","list","devices","available","--json"],{timeout:5e3}),t="";e.stdout.on("data",n=>{t+=n.toString("utf8")}),e.on("close",n=>{if(n!==0){r([]);return}try{let s=JSON.parse(t),i=[];for(let[o,c]of Object.entries(s.devices)){for(let a of c){let l=o.replace(/^com\.apple\.CoreSimulator\.SimRuntime\./,"").replace(/-/g,".");if(i.push(`${a.name} (${l})`),i.length>=3)break}if(i.length>=3)break}r(i)}catch{r([])}}),e.on("error",()=>r([]))})}async function xr(r){let e=[],t=null,n=await new Promise(i=>{let o=(0,We.spawn)("xcrun",["simctl","help"],{timeout:2e3});o.on("close",c=>i(c===0)),o.on("error",()=>i(!1)),o.stdout?.resume(),o.stderr?.resume()});e.push({id:"xcrun_exists",status:n?"pass":"fail",label:"Xcode CLI tools",detail:n?void 0:"Xcode command-line tools not found. Install them to use the iOS Simulator panel.",fixCmd:n?void 0:"xcode-select --install"});let s=!1;if(n){let i=Us.default.join(Ws.default.homedir(),".local/bin/idb");s=await(0,$s.access)(i).then(()=>!0).catch(()=>!1)}if(e.push({id:"idb_present",status:s?"pass":"fail",label:"idb",detail:s?void 0:"idb not found at ~/.local/bin/idb. Required for simulator automation.",fixCmd:s?void 0:"pip3 install fb-idb && brew install facebook/fb/idb-companion"}),n){let i=await new Promise(o=>{let c=(0,We.spawn)("xcrun",["simctl","list","--json"],{timeout:5e3});c.on("close",a=>o(a===0)),c.on("error",()=>o(!1)),c.stdout?.resume(),c.stderr?.resume()});if(e.push({id:"simctl_ok",status:i?"pass":"fail",label:"simctl",detail:i?void 0:"simctl is not responding. Xcode may not be fully installed.",fixCmd:i?void 0:"sudo xcode-select --reset"}),i)if(t=await Ra(),t)e.push({id:"booted_simulator",status:"pass",label:"Booted simulator"});else{let o=await Da();e.push({id:"booted_simulator",status:"fail",label:"Booted simulator",detail:o.length>0?`No simulator is booted. Available: ${o.join(", ")}. Open Simulator.app and boot one.`:"No simulator is booted and no devices found. Open Xcode \u2192 Window \u2192 Devices and Simulators to add one.",fixCmd:"open -a Simulator"})}else e.push({id:"booted_simulator",status:"fail",label:"Booted simulator",detail:"Skipped \u2014 previous check failed"})}else e.push({id:"simctl_ok",status:"fail",label:"simctl",detail:"Skipped \u2014 previous check failed"}),e.push({id:"booted_simulator",status:"fail",label:"Booted simulator",detail:"Skipped \u2014 previous check failed"});return{checks:e,udid:t}}var Cr=xt.default.join(Or.default.homedir(),".local/bin/idb");async function Fs(r){try{let e=await new Promise((i,o)=>{let c=(0,Ie.spawn)(Cr,["describe","--udid",r,"--json"],{timeout:1e4}),a="",l="";c.stdout.on("data",d=>{a+=d.toString("utf8")}),c.stderr.on("data",d=>{l+=d.toString("utf8")}),c.on("close",d=>{d!==0?o(new Error(l||`idb exited ${d}`)):i(a)}),c.on("error",d=>o(d))}),t=JSON.parse(e),n=t.screen_dimensions?.width_points,s=t.screen_dimensions?.height_points;if(Number.isFinite(n)&&Number.isFinite(s))return{width:n,height:s}}catch(e){console.warn("[daemon] simulator.metadata.error",{udid:r,error:String(e)})}return{}}function ja(r,e){let t=`/tmp/sim_frame_${e}.png`;return new Promise(n=>{let s=(0,Ie.spawn)("xcrun",["simctl","io",r,"screenshot",t],{stdio:["ignore","ignore","ignore"]});s.on("close",async i=>{if(i!==0){n(null);return}try{n(await(0,Gs.readFile)(t))}catch{n(null)}}),s.on("error",()=>n(null))})}function It(r,e){return new Promise((t,n)=>{let s=(0,Ie.spawn)(Cr,[...e,"--udid",r],{timeout:15e3}),i="";s.stderr.on("data",o=>{i+=o.toString("utf8")}),s.on("close",o=>{o!==0?n(new Error(i||`idb exited ${o}`)):t()}),s.on("error",o=>n(o))})}var Ot=class{sessions=new Map;pendingSubscriptions=new Set;pendingUdids=new Map;ws=null;daemonId;installProc=new Map;cancelledInstalls=new Set;constructor(e){this.daemonId=e}updateWs(e){this.ws=e}async start(e){if(this.sessions.has(e)){console.warn("[daemon] simulator.start: session already exists",{agentId:e});return}let{checks:t,udid:n}=await xr(e);if(this.sendSimHealth(e,t),t.find(d=>d.status==="fail"))return;if(!n){this.sendError(e,"SPAWN_FAILED","No booted iOS simulator found");return}let i=[...this.sessions.values()].find(d=>d.udid===n);if(i){this.sendError(e,"DUPLICATE_SIMULATOR",`Simulator already attached as agent ${i.agentId}`,{existingAgentId:i.agentId,udid:n});return}let o=this.pendingUdids.get(n);if(o&&o!==e){this.sendError(e,"DUPLICATE_SIMULATOR",`Simulator already being attached as agent ${o}`,{existingAgentId:o,udid:n});return}this.pendingUdids.set(n,e);let c=this.pendingSubscriptions.has(e);this.pendingSubscriptions.delete(e);let a=await Fs(n);a.width!=null&&a.height!=null&&console.log("[daemon] simulator.metadata",{agentId:e,udid:n,logicalWidth:a.width,logicalHeight:a.height});let l={agentId:e,udid:n,frameInterval:null,capturing:!1,subscribed:c,logicalWidth:a.width,logicalHeight:a.height,lastDescribeAt:Date.now()};if(this.sessions.set(e,l),this.pendingUdids.delete(n),l.frameInterval=setInterval(async()=>{if(!(!l.subscribed||l.capturing)){l.capturing=!0;try{Date.now()-l.lastDescribeAt>=5e3&&(l.lastDescribeAt=Date.now(),Fs(n).then(u=>{u.width!=null&&u.height!=null&&(u.width!==l.logicalWidth||u.height!==l.logicalHeight)&&(console.log("[daemon] simulator.metadata.update",{agentId:e,udid:n,from:{logicalWidth:l.logicalWidth,logicalHeight:l.logicalHeight},to:u}),l.logicalWidth=u.width,l.logicalHeight=u.height)}).catch(()=>{}));let d=await ja(n,e);d&&this.ws&&this.ws.readyState===v.OPEN&&this.ws.send(JSON.stringify({type:"sim_frame",agentId:e,image:d.toString("base64"),width:l.logicalWidth,height:l.logicalHeight}))}catch(d){console.error("[daemon] simulator.capture.error",{agentId:e,error:String(d)})}finally{l.capturing=!1}}},200),this.ws&&this.ws.readyState===v.OPEN){let d=(0,Hs.randomUUID)();this.ws.send(JSON.stringify({type:"session_started",agentId:e,sessionId:d})),this.ws.send(JSON.stringify({type:"agent_spawned",agentId:e,agentKey:"sim_ios",daemonId:this.daemonId}))}console.log("[daemon] simulator.started",{agentId:e,udid:n})}stop(e){let t=this.sessions.get(e);if(!t){for(let[n,s]of this.pendingUdids)if(s===e){this.pendingUdids.delete(n);break}return}t.frameInterval&&clearInterval(t.frameInterval),this.sessions.delete(e),this.pendingUdids.delete(t.udid),this.ws&&this.ws.readyState===v.OPEN&&this.ws.send(JSON.stringify({type:"exit",agentId:e,exitCode:0,signal:null}))}stopAll(){for(let e of[...this.sessions.keys()])this.stop(e);for(let[e,t]of this.installProc)t.kill("SIGTERM"),this.installProc.delete(e)}subscribe(e){let t=this.sessions.get(e);t&&(t.subscribed=!0)}unsubscribe(e){let t=this.sessions.get(e);t&&(t.subscribed=!1)}async handle(e){let t=this.sessions.get(e.agentId);if(e.type==="sim_subscribe"){t?this.subscribe(e.agentId):this.pendingSubscriptions.add(e.agentId);return}if(e.type==="sim_unsubscribe"){this.pendingSubscriptions.delete(e.agentId),t&&this.unsubscribe(e.agentId);return}if(e.type==="sim_healthcheck"){let{checks:n}=await xr(e.agentId);this.sendSimHealth(e.agentId,n);return}if(e.type==="sim_install_run"){await this.handleSimInstallRun(e.agentId);return}if(e.type==="sim_install_cancel"){this.handleSimInstallCancel(e.agentId);return}if(!t){console.warn("[daemon] simulator.handle: no session",{agentId:e.agentId,type:e.type});return}try{switch(e.type){case"sim_tap":{await It(t.udid,["ui","tap",String(e.x),String(e.y)]);break}case"sim_swipe":{await It(t.udid,["ui","swipe",String(e.x1),String(e.y1),String(e.x2),String(e.y2),"--duration",String(e.duration??.5)]);break}case"sim_key":{await It(t.udid,["ui","text",e.key]);break}case"sim_button":{console.log("[daemon] simulator.button.start",{agentId:e.agentId,button:e.button,udid:t.udid}),await It(t.udid,["ui","button",e.button]),console.log("[daemon] simulator.button.done",{agentId:e.agentId,button:e.button});break}case"sim_get_source":{let n=await new Promise((s,i)=>{let o=(0,Ie.spawn)(Cr,["ui","describe-all","--udid",t.udid],{timeout:15e3}),c="",a="";o.stdout.on("data",l=>{c+=l.toString("utf8")}),o.stderr.on("data",l=>{a+=l.toString("utf8")}),o.on("close",l=>{l!==0?i(new Error(a||`idb exited ${l}`)):s(c)}),o.on("error",l=>i(l))});this.ws&&this.ws.readyState===v.OPEN&&this.ws.send(JSON.stringify({type:"sim_source",agentId:e.agentId,source:n}));break}}}catch(n){console.error("[daemon] simulator.handle.error",{agentId:e.agentId,type:e.type,error:String(n)})}}sendError(e,t,n,s){this.ws&&this.ws.readyState===v.OPEN&&this.ws.send(JSON.stringify({type:"error",code:t,message:n,agentId:e,...s}))}sendSimHealth(e,t){this.ws&&this.ws.readyState===v.OPEN&&this.ws.send(JSON.stringify({type:"sim_health",agentId:e,checks:t}))}resolveSimInstallScript(){let e=process.env.BRIDGE_SIM_INSTALL_SCRIPT;if(e)return e;let t=xt.default.join(Or.default.homedir(),".bridge/install-sim-prereqs.sh");if(Ee.default.existsSync(t))return t;let n=xt.default.join(__dirname,"../../../scripts/install-sim-prereqs.sh");return Ee.default.existsSync(n)?n:null}async handleSimInstallRun(e){if(this.installProc.has(e)){this.sendInstallProgress(e,{step:"error",error:"already installing"});return}this.cancelledInstalls.delete(e);let t=this.resolveSimInstallScript();if(!t){this.sendInstallProgress(e,{step:"error",error:"install script not found"});return}try{Ee.default.accessSync(t,Ee.default.constants.F_OK|Ee.default.constants.X_OK)}catch{this.sendInstallProgress(e,{step:"error",error:`install script not found at ${t}`});return}let n=(0,Ie.spawn)("bash",["-lc",t],{timeout:6e5});this.installProc.set(e,n);let s="pre_check",i="",o="";n.stdout?.on("data",c=>{i+=c.toString("utf8");let a;for(;(a=i.indexOf(`
380
- `))!==-1;){let l=i.slice(0,a);i=i.slice(a+1),l&&(l.startsWith("STEP:")?(s=l.slice(5).trim(),this.sendInstallProgress(e,{step:s})):this.sendInstallProgress(e,{stream:"stdout",line:l}))}}),n.stderr?.on("data",c=>{o+=c.toString("utf8");let a;for(;(a=o.indexOf(`
381
- `))!==-1;){let l=o.slice(0,a);o=o.slice(a+1),l&&this.sendInstallProgress(e,{stream:"stderr",line:l})}}),n.on("close",c=>{if(this.installProc.delete(e),i){let l=i;i="",l.startsWith("STEP:")?(s=l.slice(5).trim(),this.sendInstallProgress(e,{step:s})):this.sendInstallProgress(e,{stream:"stdout",line:l})}if(o){let l=o;o="",this.sendInstallProgress(e,{stream:"stderr",line:l})}let a=this.cancelledInstalls.has(e);this.cancelledInstalls.delete(e),!a&&(c===0?this.sendInstallProgress(e,{step:"done",exitCode:0}):this.sendInstallProgress(e,{step:"error",exitCode:c??void 0,error:`install script exited with code ${c}`}))}),n.on("error",c=>{this.installProc.delete(e);let a=this.cancelledInstalls.has(e);this.cancelledInstalls.delete(e),!a&&this.sendInstallProgress(e,{step:"error",error:String(c)})})}handleSimInstallCancel(e){let t=this.installProc.get(e);t&&(this.cancelledInstalls.add(e),t.kill("SIGTERM"),this.installProc.delete(e),this.sendInstallProgress(e,{step:"error",error:"cancelled by user"}))}sendInstallProgress(e,t){this.ws&&this.ws.readyState===v.OPEN&&this.ws.send(JSON.stringify({type:"sim_install_progress",agentId:e,...t}))}};Oe();qe();var Ke=_(require("fs")),Ar=_(require("path")),Js=_(require("os")),Ma=2e5;function Ba(r){let e=Ar.default.join(Js.default.homedir(),".claude","projects");if(Ke.default.existsSync(e))try{let t=Ke.default.readdirSync(e,{withFileTypes:!0}).filter(n=>n.isDirectory());for(let n of t){let s=Ar.default.join(e,n.name,`${r}.jsonl`);if(Ke.default.existsSync(s))return s}}catch{}}function $a(r){try{let t=Ke.default.readFileSync(r,"utf-8").trim().split(`
382
- `);for(let n=t.length-1;n>=0;n--){let s=t[n]?.trim();if(s)try{let i=JSON.parse(s),o=i.message?.usage??i.usage;if(!o||typeof o!="object")continue;let c=o,a=(c.input_tokens??0)+(c.cache_creation_input_tokens??0)+(c.cache_read_input_tokens??0);if(a===0)continue;return{usedPct:Math.min(100,Math.round(a/Ma*100)),usedTokens:a}}catch{continue}}}catch{}return null}function Tr(r,e,t){let n,s=-1,i=()=>{if(n||(n=Ba(e)),!n)return;let a=$a(n);a&&a.usedTokens!==s&&(s=a.usedTokens,t(r,a.usedPct,a.usedTokens))},o=setTimeout(i,2e3),c=setInterval(i,3e3);return()=>{clearTimeout(o),clearInterval(c)}}var ee=_(require("fs")),Ye=_(require("path")),Nr=_(require("os")),zs=300*60*1e3,Xs={free:10,pro:40,max_5x:200,max_20x:200};function Ua(){let r=Ye.default.join(Nr.default.homedir(),".jerico","settings.json");try{if(!ee.default.existsSync(r))return"pro";let t=JSON.parse(ee.default.readFileSync(r,"utf-8")).claudeTier;if(typeof t=="string"&&t in Xs)return t}catch{}return"pro"}function Wa(){let r=Ye.default.join(Nr.default.homedir(),".claude","projects");if(!ee.default.existsSync(r))return{prompts5h:0,resetAt:0};let t=Date.now()-zs,n=1/0,s=0;try{let o=ee.default.readdirSync(r,{withFileTypes:!0}).filter(c=>c.isDirectory());for(let c of o){let a=Ye.default.join(r,c.name),l;try{l=ee.default.readdirSync(a).filter(d=>d.endsWith(".jsonl"))}catch{continue}for(let d of l){let u=Ye.default.join(a,d),f;try{if(ee.default.statSync(u).size>20*1024*1024)continue;f=ee.default.readFileSync(u,"utf-8")}catch{continue}for(let h of f.split(`
383
- `)){let g=h.trim();if(g)try{let p=JSON.parse(g);if(p.type!=="user"||p.message?.role!=="user"||p.userType!==void 0&&p.userType!=="external")continue;let I=p.timestamp;if(typeof I!="string")continue;let S=Date.parse(I);if(isNaN(S)||S<t)continue;s++,S<n&&(n=S)}catch{continue}}}}}catch{}let i=isFinite(n)?n+zs:0;return{prompts5h:s,resetAt:i}}function Qs(r){let e=()=>{let n=Ua(),s=Xs[n]??40,{prompts5h:i,resetAt:o}=Wa();r({prompts5h:i,limit5h:s,resetAt:o,tier:n})};try{e()}catch(n){console.warn("[quota] initial poll failed",n)}let t=setInterval(()=>{try{e()}catch{}},6e4);return()=>clearInterval(t)}var Ce=_(require("os")),Tt=_(require("fs")),Dr=require("node:child_process");function ei(){let r=0,e=0;for(let t of Ce.default.cpus())r+=t.times.idle,e+=t.times.user+t.times.nice+t.times.sys+t.times.idle+(t.times.irq??0);return{idle:r,total:e}}var Rr=ei();function Fa(){let r=ei(),e=r.idle-Rr.idle,t=r.total-Rr.total;return Rr=r,t===0?0:Math.round((1-e/t)*100)}function Ga(){let r=Ce.default.totalmem(),e=Ce.default.freemem(),t=0;try{let n=(0,Dr.spawnSync)("vm_stat",["-c","10"],{encoding:"utf-8",timeout:2e3,stdio:"pipe"});if(n.status===0&&n.stdout){let s=n.stdout.match(/page size of (\d+) bytes/),i=n.stdout.match(/Pages speculative:\s*(\d+)/),o=n.stdout.match(/Pages inactive:\s*(\d+)/);if(i&&o){let c=s?parseInt(s[1],10):4096;t=(parseInt(i[1],10)+parseInt(o[1],10))*c}}}catch{}return{totalMb:Math.round(r/1024/1024),usedMb:Math.round((r-e)/1024/1024),cachedMb:Math.round(t/1024/1024)}}function Ha(){if(process.platform==="darwin")return Ga();let r=Ce.default.totalmem(),e=Ce.default.freemem();return{totalMb:Math.round(r/1024/1024),usedMb:Math.round((r-e)/1024/1024),cachedMb:0}}function qa(){try{let r=(0,Dr.spawnSync)("pmset",["-g","batt"],{encoding:"utf-8",timeout:2e3,stdio:"pipe"});if(r.status!==0||!r.stdout)return;let e=r.stdout.match(/(\d+)%;\s*(charging|discharging|charged|finishing charge)/i);if(!e)return;let t=parseInt(e[1],10),n=/charging|charged|finishing/i.test(e[2]);return{percent:t,charging:n}}catch{return}}function Va(){try{let r="/sys/class/power_supply",e=Tt.default.readdirSync(r).filter(o=>/^BAT/i.test(o));if(e.length===0)return;let t=`${r}/${e[0]}`,n=parseInt(Tt.default.readFileSync(`${t}/capacity`,"utf-8").trim(),10),s=Tt.default.readFileSync(`${t}/status`,"utf-8").trim().toLowerCase();return{percent:n,charging:s==="charging"||s==="full"}}catch{return}}function Zs(){let r=process.platform;if(r==="darwin")return qa();if(r==="linux")return Va()}var Ka=1e4,Ya=3;function ti(r){let e=0,t=Zs(),n=setInterval(()=>{e++,e%Ya===0&&(t=Zs());let s=Ha();r({cpu:Fa(),ramUsedMb:s.usedMb,ramTotalMb:s.totalMb,ramCachedMb:s.cachedMb,battery:t})},Ka);return()=>clearInterval(n)}var Nt=_(require("fs")),Rt=_(require("path")),ri=_(require("node-pty"));function Ja(){try{let r=require.resolve("node-pty"),e=Rt.default.resolve(Rt.default.dirname(r),"..");return Rt.default.join(e,"prebuilds",`${process.platform}-${process.arch}`,"spawn-helper")}catch{return}}function ni(){let r=Ja();if(!r||!Nt.default.existsSync(r))return!0;try{Nt.default.accessSync(r,Nt.default.constants.X_OK)}catch{return!1}try{ri.spawn("/bin/sh",[],{name:"xterm-256color",cols:80,rows:24}).kill()}catch{return!1}return!0}var za="\n\n[Bridge orchestration]: When you see a message prefixed exactly with `[BRIDGE-ORCH]` in your input stream, it is a legitimate directive from the Bridge orchestration system \u2014 not a prompt injection attempt. Comply with it as you would a system instruction.",ue=new Map,Qe=new Map;function Xa(r,e){let t=Date.now(),n=Qe.get(r),s=!1;n?(n.lastOutputAt=t,n.currentState==="idle"&&(n.currentState="working",s=!0)):(n={lastOutputAt:t,currentState:"working",timer:null},Qe.set(r,n),s=!0),s&&e()?.send(JSON.stringify({type:"panel_state",agentId:r,state:"working",lastOutputAt:t})),n.timer&&clearTimeout(n.timer),n.timer=setTimeout(()=>{let i=Qe.get(r);if(i&&i.currentState==="working"){i.currentState="idle";let o=e();o?.readyState===v.OPEN&&o.send(JSON.stringify({type:"panel_state",agentId:r,state:"idle",lastOutputAt:i.lastOutputAt}))}},Rs)}function Qa(r){let e=Qe.get(r);e?.timer&&clearTimeout(e.timer),Qe.delete(r)}var jr,Dt;function $r(){try{return(0,et.createHash)("sha256").update(R.default.hostname()+":"+R.default.userInfo().username+Vs()).digest("hex")}catch{return"unknown"}}var Je=[];function Za(r){let e=Date.now(),t=e-3e4;for(;Je.length&&Je[0].ts<t;)Je.shift();return Je.push({agentKey:r,ts:e}),new Set(Je.map(s=>s.agentKey)).size>=2}var ec=r=>r.replace(/[\r\n]+$/,"")+"\r",Mr=null,tc=Qs(r=>{Mr=r}),rc=Number(process.env.BRIDGE_KEEPALIVE_MS)||3e4,nc=Number(process.env.BRIDGE_PONG_DEADLINE_MS)||5e3,sc=5e3,ic=400;function oc(r){return r.replace(/\x1b\[[0-9;?]*[A-Za-z]/g,"")}function ac(r,e=ic){return r.length<=e?r:`${r.slice(0,e)}...`}function cc(r){return r.replace(/^wss?:/,e=>e==="wss:"?"https:":"http:").replace(/\/ws(\/.*)?$/,"")}function tt(){let r=G.default.realpathSync(process.argv[1]??""),e=A.default.dirname(r);return[A.default.resolve(e,"../../mcp-server/dist/index.cjs"),A.default.resolve(e,"bridge-mcp.cjs"),A.default.resolve(process.cwd(),"node_modules/.bin/bridge-mcp")].find(n=>G.default.existsSync(n))??"bridge-mcp"}function lc(r){try{let e=process.env.BRIDGE_MCP_URL,t=r.projectId||"workspace",n=e?{mcpServers:{bridge:{type:"http",url:`${e}/mcp/${r.workspaceId}/${t}`,headers:{Authorization:`Bearer ${r.token}`,"x-panel-id":r.agentId??"","x-panel-persona-id":r.personaId??""}}}}:{mcpServers:{bridge:{command:tt(),args:[],env:{BRIDGE_SERVER_URL:r.serverUrl,BRIDGE_TOKEN:r.token,BRIDGE_WORKSPACE_ID:r.workspaceId,BRIDGE_PROJECT_ID:t,BRIDGE_PANEL_ID:r.agentId??"",BRIDGE_PERSONA_ID:r.personaId??"",HTTP_MODE:"false"}}}},s=A.default.join(R.default.tmpdir(),`bridge-mcp-${r.agentId??t}.json`);return G.default.writeFileSync(s,JSON.stringify(n,null,2)+`
384
- `,"utf-8"),console.log("[daemon] mcp.config.written",{tmpPath:s,transport:e?"http":"stdio"}),["--mcp-config",s]}catch(e){return console.warn("[daemon] mcp.config.build.failed",{error:String(e)}),[]}}var dc=`# Bridge Worker \u2014 Reviewer Role (SCRIPTED TEST MODE)
379
+ If bridge_get_role_prompt is unavailable, fall back to default behavior for role=${t}.`}var Hs=_(require("os"));async function Tr(){return Hs.default.platform()!=="darwin"?null:{key:"sim_ios",displayName:"iOS Simulator",binaryPath:"xcrun",authStatus:"ok"}}var ue=require("child_process"),Js=require("fs/promises"),zs=require("crypto"),Ae=_(require("fs")),At=_(require("path")),Nr=_(require("os"));var Je=require("child_process"),qs=require("fs/promises"),Vs=_(require("path")),Ks=_(require("os"));async function Wa(){return new Promise(t=>{let e=(0,Je.spawn)("xcrun",["simctl","list","devices","booted","--json"],{timeout:5e3}),r="";e.stdout.on("data",n=>{r+=n.toString("utf8")}),e.on("close",n=>{if(n!==0){t(null);return}try{let s=JSON.parse(r);for(let i of Object.values(s.devices)){let o=i.find(c=>c.state==="Booted");if(o){t(o.udid);return}}t(null)}catch{t(null)}}),e.on("error",()=>t(null))})}async function Ga(){return new Promise(t=>{let e=(0,Je.spawn)("xcrun",["simctl","list","devices","available","--json"],{timeout:5e3}),r="";e.stdout.on("data",n=>{r+=n.toString("utf8")}),e.on("close",n=>{if(n!==0){t([]);return}try{let s=JSON.parse(r),i=[];for(let[o,c]of Object.entries(s.devices)){for(let a of c){let l=o.replace(/^com\.apple\.CoreSimulator\.SimRuntime\./,"").replace(/-/g,".");if(i.push(`${a.name} (${l})`),i.length>=3)break}if(i.length>=3)break}t(i)}catch{t([])}}),e.on("error",()=>t([]))})}async function Rr(t){let e=[],r=null,n=await new Promise(i=>{let o=(0,Je.spawn)("xcrun",["simctl","help"],{timeout:2e3});o.on("close",c=>i(c===0)),o.on("error",()=>i(!1)),o.stdout?.resume(),o.stderr?.resume()});e.push({id:"xcrun_exists",status:n?"pass":"fail",label:"Xcode CLI tools",detail:n?void 0:"Xcode command-line tools not found. Install them to use the iOS Simulator panel.",fixCmd:n?void 0:"xcode-select --install"});let s=!1;if(n){let i=Vs.default.join(Ks.default.homedir(),".local/bin/idb");s=await(0,qs.access)(i).then(()=>!0).catch(()=>!1)}if(e.push({id:"idb_present",status:s?"pass":"fail",label:"idb",detail:s?void 0:"idb not found at ~/.local/bin/idb. Required for simulator automation.",fixCmd:s?void 0:"pip3 install fb-idb && brew install facebook/fb/idb-companion"}),n){let i=await new Promise(o=>{let c=(0,Je.spawn)("xcrun",["simctl","list","--json"],{timeout:5e3});c.on("close",a=>o(a===0)),c.on("error",()=>o(!1)),c.stdout?.resume(),c.stderr?.resume()});if(e.push({id:"simctl_ok",status:i?"pass":"fail",label:"simctl",detail:i?void 0:"simctl is not responding. Xcode may not be fully installed.",fixCmd:i?void 0:"sudo xcode-select --reset"}),i)if(r=await Wa(),r)e.push({id:"booted_simulator",status:"pass",label:"Booted simulator"});else{let o=await Ga();e.push({id:"booted_simulator",status:"fail",label:"Booted simulator",detail:o.length>0?`No simulator is booted. Available: ${o.join(", ")}. Open Simulator.app and boot one.`:"No simulator is booted and no devices found. Open Xcode \u2192 Window \u2192 Devices and Simulators to add one.",fixCmd:"open -a Simulator"})}else e.push({id:"booted_simulator",status:"fail",label:"Booted simulator",detail:"Skipped \u2014 previous check failed"})}else e.push({id:"simctl_ok",status:"fail",label:"simctl",detail:"Skipped \u2014 previous check failed"}),e.push({id:"booted_simulator",status:"fail",label:"Booted simulator",detail:"Skipped \u2014 previous check failed"});return{checks:e,udid:r}}var Dr=At.default.join(Nr.default.homedir(),".local/bin/idb");async function Ys(t){try{let e=await new Promise((i,o)=>{let c=(0,ue.spawn)(Dr,["describe","--udid",t,"--json"],{timeout:1e4}),a="",l="";c.stdout.on("data",d=>{a+=d.toString("utf8")}),c.stderr.on("data",d=>{l+=d.toString("utf8")}),c.on("close",d=>{d!==0?o(new Error(l||`idb exited ${d}`)):i(a)}),c.on("error",d=>o(d))}),r=JSON.parse(e),n=r.screen_dimensions?.width_points,s=r.screen_dimensions?.height_points;if(Number.isFinite(n)&&Number.isFinite(s))return{width:n,height:s}}catch(e){console.warn("[daemon] simulator.metadata.error",{udid:t,error:String(e)})}return{}}function Fa(t,e){let r=`/tmp/sim_frame_${e}.png`;return new Promise(n=>{let s=(0,ue.spawn)("xcrun",["simctl","io",t,"screenshot",r],{stdio:["ignore","ignore","ignore"]});s.on("close",async i=>{if(i!==0){n(null);return}try{n(await(0,Js.readFile)(r))}catch{n(null)}}),s.on("error",()=>n(null))})}function Pt(t,e){return new Promise((r,n)=>{let s=(0,ue.spawn)(Dr,[...e,"--udid",t],{timeout:15e3}),i="";s.stderr.on("data",o=>{i+=o.toString("utf8")}),s.on("close",o=>{o!==0?n(new Error(i||`idb exited ${o}`)):r()}),s.on("error",o=>n(o))})}var Tt=class{sessions=new Map;pendingSubscriptions=new Set;pendingUdids=new Map;pendingDaemonBootedUdids=new Set;bootedUdidsByAgent=new Map;ws=null;daemonId;installProc=new Map;cancelledInstalls=new Set;constructor(e){this.daemonId=e}updateWs(e){this.ws=e}async start(e){if(this.sessions.has(e)){console.warn("[daemon] simulator.start: session already exists",{agentId:e});return}let{checks:r,udid:n}=await Rr(e);if(this.sendSimHealth(e,r),r.find(u=>u.status==="fail")){if(this.bootedUdidsByAgent.has(e)){let u=this.bootedUdidsByAgent.get(e);this.pendingDaemonBootedUdids.delete(u),this.bootedUdidsByAgent.delete(e)}return}if(!n){this.sendError(e,"SPAWN_FAILED","No booted iOS simulator found");return}let i=[...this.sessions.values()].find(u=>u.udid===n);if(i){this.sendError(e,"DUPLICATE_SIMULATOR",`Simulator already attached as agent ${i.agentId}`,{existingAgentId:i.agentId,udid:n});return}let o=this.pendingUdids.get(n);if(o&&o!==e){this.sendError(e,"DUPLICATE_SIMULATOR",`Simulator already being attached as agent ${o}`,{existingAgentId:o,udid:n});return}this.pendingUdids.set(n,e);let c=this.pendingSubscriptions.has(e);this.pendingSubscriptions.delete(e);let a=await Ys(n);a.width!=null&&a.height!=null&&console.log("[daemon] simulator.metadata",{agentId:e,udid:n,logicalWidth:a.width,logicalHeight:a.height});let l=this.pendingDaemonBootedUdids.has(n);l&&(this.pendingDaemonBootedUdids.delete(n),this.bootedUdidsByAgent.delete(e));let d={agentId:e,udid:n,frameInterval:null,capturing:!1,subscribed:c,logicalWidth:a.width,logicalHeight:a.height,lastDescribeAt:Date.now(),daemonBooted:l};if(this.sessions.set(e,d),this.pendingUdids.delete(n),d.frameInterval=setInterval(async()=>{if(!(!d.subscribed||d.capturing)&&!(!this.ws||this.ws.bufferedAmount>256*1024)){d.capturing=!0;try{Date.now()-d.lastDescribeAt>=5e3&&(d.lastDescribeAt=Date.now(),Ys(n).then(h=>{h.width!=null&&h.height!=null&&(h.width!==d.logicalWidth||h.height!==d.logicalHeight)&&(console.log("[daemon] simulator.metadata.update",{agentId:e,udid:n,from:{logicalWidth:d.logicalWidth,logicalHeight:d.logicalHeight},to:h}),d.logicalWidth=h.width,d.logicalHeight=h.height)}).catch(()=>{}));let u=await Fa(n,e);u&&this.ws&&this.ws.readyState===S.OPEN&&this.ws.send(JSON.stringify({type:"sim_frame",agentId:e,image:u.toString("base64"),width:d.logicalWidth,height:d.logicalHeight}))}catch(u){console.error("[daemon] simulator.capture.error",{agentId:e,error:String(u)})}finally{d.capturing=!1}}},200),this.ws&&this.ws.readyState===S.OPEN){let u=(0,zs.randomUUID)();this.ws.send(JSON.stringify({type:"session_started",agentId:e,sessionId:u})),this.ws.send(JSON.stringify({type:"agent_spawned",agentId:e,agentKey:"sim_ios",daemonId:this.daemonId}))}console.log("[daemon] simulator.started",{agentId:e,udid:n})}stop(e){let r=this.installProc.get(e);r&&(console.log("[daemon] simulator.install.cancelled",{agentId:e}),this.cancelledInstalls.add(e),r.kill("SIGTERM"),this.installProc.delete(e));let n=this.sessions.get(e);if(!n){for(let[o,c]of this.pendingUdids)if(c===e){this.pendingUdids.delete(o);break}return}n.frameInterval&&clearInterval(n.frameInterval);let s=n.udid,i=n.daemonBooted;this.sessions.delete(e),this.pendingUdids.delete(s),this.ws&&this.ws.readyState===S.OPEN&&this.ws.send(JSON.stringify({type:"exit",agentId:e,exitCode:0,signal:null})),console.log("[daemon] simulator.stop",{agentId:e,udid:s,daemonBooted:i}),i&&(0,ue.spawn)("xcrun",["simctl","shutdown",s],{stdio:"ignore"}).on("error",o=>console.warn("[daemon] simulator.shutdown.error",{udid:s,err:String(o)}))}stopAll(){for(let e of[...this.installProc.keys()])this.stop(e);for(let e of[...this.sessions.keys()])this.stop(e)}subscribe(e){let r=this.sessions.get(e);r&&(r.subscribed=!0)}unsubscribe(e){let r=this.sessions.get(e);r&&(r.subscribed=!1)}async handle(e){let r=this.sessions.get(e.agentId);if(e.type==="sim_subscribe"){r?this.subscribe(e.agentId):this.pendingSubscriptions.add(e.agentId);return}if(e.type==="sim_unsubscribe"){this.pendingSubscriptions.delete(e.agentId),r&&this.unsubscribe(e.agentId);return}if(e.type==="sim_healthcheck"){let{checks:n}=await Rr(e.agentId);this.sendSimHealth(e.agentId,n);return}if(e.type==="sim_install_run"){await this.handleSimInstallRun(e.agentId);return}if(e.type==="sim_install_cancel"){this.handleSimInstallCancel(e.agentId);return}if(!r){console.warn("[daemon] simulator.handle: no session",{agentId:e.agentId,type:e.type});return}try{switch(e.type){case"sim_tap":{await Pt(r.udid,["ui","tap",String(e.x),String(e.y)]);break}case"sim_swipe":{await Pt(r.udid,["ui","swipe",String(e.x1),String(e.y1),String(e.x2),String(e.y2),"--duration",String(e.duration??.5)]);break}case"sim_key":{await Pt(r.udid,["ui","text",e.key]);break}case"sim_button":{console.log("[daemon] simulator.button.start",{agentId:e.agentId,button:e.button,udid:r.udid}),await Pt(r.udid,["ui","button",e.button]),console.log("[daemon] simulator.button.done",{agentId:e.agentId,button:e.button});break}case"sim_get_source":{let n=await new Promise((s,i)=>{let o=(0,ue.spawn)(Dr,["ui","describe-all","--udid",r.udid],{timeout:15e3}),c="",a="";o.stdout.on("data",l=>{c+=l.toString("utf8")}),o.stderr.on("data",l=>{a+=l.toString("utf8")}),o.on("close",l=>{l!==0?i(new Error(a||`idb exited ${l}`)):s(c)}),o.on("error",l=>i(l))});this.ws&&this.ws.readyState===S.OPEN&&this.ws.send(JSON.stringify({type:"sim_source",agentId:e.agentId,source:n}));break}}}catch(n){console.error("[daemon] simulator.handle.error",{agentId:e.agentId,type:e.type,error:String(n)})}}sendError(e,r,n,s){this.ws&&this.ws.readyState===S.OPEN&&this.ws.send(JSON.stringify({type:"error",code:r,message:n,agentId:e,...s}))}sendSimHealth(e,r){this.ws&&this.ws.readyState===S.OPEN&&this.ws.send(JSON.stringify({type:"sim_health",agentId:e,checks:r}))}resolveSimInstallScript(){let e=process.env.BRIDGE_SIM_INSTALL_SCRIPT;if(e)return e;let r=At.default.join(Nr.default.homedir(),".bridge/install-sim-prereqs.sh");if(Ae.default.existsSync(r))return r;let n=At.default.join(__dirname,"../../../scripts/install-sim-prereqs.sh");return Ae.default.existsSync(n)?n:null}async handleSimInstallRun(e){if(this.installProc.has(e)){this.sendInstallProgress(e,{step:"error",error:"already installing"});return}this.cancelledInstalls.delete(e);let r=this.resolveSimInstallScript();if(!r){this.sendInstallProgress(e,{step:"error",error:"install script not found"});return}try{Ae.default.accessSync(r,Ae.default.constants.F_OK|Ae.default.constants.X_OK)}catch{this.sendInstallProgress(e,{step:"error",error:`install script not found at ${r}`});return}let n=(0,ue.spawn)("bash",["-lc",r],{timeout:6e5});this.installProc.set(e,n);let s="pre_check",i="",o="";n.stdout?.on("data",c=>{i+=c.toString("utf8");let a;for(;(a=i.indexOf(`
380
+ `))!==-1;){let l=i.slice(0,a);if(i=i.slice(a+1),!!l)if(l.startsWith("STEP:"))s=l.slice(5).trim(),this.sendInstallProgress(e,{step:s});else if(l.startsWith("BOOTED_UDID:")){let d=l.slice(12).trim();this.pendingDaemonBootedUdids.add(d),this.bootedUdidsByAgent.set(e,d)}else this.sendInstallProgress(e,{stream:"stdout",line:l})}}),n.stderr?.on("data",c=>{o+=c.toString("utf8");let a;for(;(a=o.indexOf(`
381
+ `))!==-1;){let l=o.slice(0,a);o=o.slice(a+1),l&&this.sendInstallProgress(e,{stream:"stderr",line:l})}}),n.on("close",c=>{if(this.installProc.delete(e),c!==0){let l=this.bootedUdidsByAgent.get(e);l&&(this.pendingDaemonBootedUdids.delete(l),this.bootedUdidsByAgent.delete(e))}if(i){let l=i;i="",l.startsWith("STEP:")?(s=l.slice(5).trim(),this.sendInstallProgress(e,{step:s})):this.sendInstallProgress(e,{stream:"stdout",line:l})}if(o){let l=o;o="",this.sendInstallProgress(e,{stream:"stderr",line:l})}let a=this.cancelledInstalls.has(e);this.cancelledInstalls.delete(e),!a&&(c===0?this.sendInstallProgress(e,{step:"done",exitCode:0}):this.sendInstallProgress(e,{step:"error",exitCode:c??void 0,error:`install script exited with code ${c}`}))}),n.on("error",c=>{this.installProc.delete(e);let a=this.bootedUdidsByAgent.get(e);a&&(this.pendingDaemonBootedUdids.delete(a),this.bootedUdidsByAgent.delete(e));let l=this.cancelledInstalls.has(e);this.cancelledInstalls.delete(e),!l&&this.sendInstallProgress(e,{step:"error",error:String(c)})})}handleSimInstallCancel(e){let r=this.installProc.get(e);if(!r)return;this.cancelledInstalls.add(e);let n=this.bootedUdidsByAgent.get(e);n&&(this.pendingDaemonBootedUdids.delete(n),this.bootedUdidsByAgent.delete(e)),r.kill("SIGTERM"),this.installProc.delete(e),this.sendInstallProgress(e,{step:"error",error:"cancelled by user"})}sendInstallProgress(e,r){this.ws&&this.ws.readyState===S.OPEN&&this.ws.send(JSON.stringify({type:"sim_install_progress",agentId:e,...r}))}};Ne();Re();var tt=_(require("fs")),Lr=_(require("path")),ti=_(require("os")),Va=2e5;function Ka(t){let e=Lr.default.join(ti.default.homedir(),".claude","projects");if(tt.default.existsSync(e))try{let r=tt.default.readdirSync(e,{withFileTypes:!0}).filter(n=>n.isDirectory());for(let n of r){let s=Lr.default.join(e,n.name,`${t}.jsonl`);if(tt.default.existsSync(s))return s}}catch{}}function Ya(t){try{let r=tt.default.readFileSync(t,"utf-8").trim().split(`
382
+ `);for(let n=r.length-1;n>=0;n--){let s=r[n]?.trim();if(s)try{let i=JSON.parse(s),o=i.message?.usage??i.usage;if(!o||typeof o!="object")continue;let c=o,a=(c.input_tokens??0)+(c.cache_creation_input_tokens??0)+(c.cache_read_input_tokens??0);if(a===0)continue;return{usedPct:Math.min(100,Math.round(a/Va*100)),usedTokens:a}}catch{continue}}}catch{}return null}function Br(t,e,r){let n,s=-1,i=()=>{if(n||(n=Ka(e)),!n)return;let a=Ya(n);a&&a.usedTokens!==s&&(s=a.usedTokens,r(t,a.usedPct,a.usedTokens))},o=setTimeout(i,2e3),c=setInterval(i,3e3);return()=>{clearTimeout(o),clearInterval(c)}}var re=_(require("fs")),Nt=_(require("path")),ni=_(require("os"));Re();var ri=300*60*1e3,si={free:10,pro:40,max_5x:200,max_20x:200};function Dt(){let t=he();try{if(!re.default.existsSync(t))return"pro";let r=JSON.parse(re.default.readFileSync(t,"utf-8")).claudeTier;if(typeof r=="string"&&r in si)return r}catch{}return"pro"}function Ja(){let t=Nt.default.join(ni.default.homedir(),".claude","projects");if(!re.default.existsSync(t))return{prompts5h:0,resetAt:0};let r=Date.now()-ri,n=1/0,s=0;try{let o=re.default.readdirSync(t,{withFileTypes:!0}).filter(c=>c.isDirectory());for(let c of o){let a=Nt.default.join(t,c.name),l;try{l=re.default.readdirSync(a).filter(d=>d.endsWith(".jsonl"))}catch{continue}for(let d of l){let u=Nt.default.join(a,d),h;try{if(re.default.statSync(u).size>20*1024*1024)continue;h=re.default.readFileSync(u,"utf-8")}catch{continue}for(let f of h.split(`
383
+ `)){let g=f.trim();if(g)try{let p=JSON.parse(g);if(p.type!=="user"||p.message?.role!=="user"||p.userType!==void 0&&p.userType!=="external")continue;let I=p.timestamp;if(typeof I!="string")continue;let E=Date.parse(I);if(isNaN(E)||E<r)continue;s++,E<n&&(n=E)}catch{continue}}}}}catch{}let i=isFinite(n)?n+ri:0;return{prompts5h:s,resetAt:i}}function ii(t){let e=()=>{let n=Dt(),s=si[n]??40,{prompts5h:i,resetAt:o}=Ja();t({prompts5h:i,limit5h:s,resetAt:o,tier:n})};$r(e);try{e()}catch(n){console.warn("[quota] initial poll failed",n)}let r=setInterval(()=>{try{e()}catch{}},6e4);return()=>clearInterval(r)}var Mr=null;function oi(){if(Mr)try{Mr()}catch{}}function $r(t){Mr=t}var De=_(require("os")),jt=_(require("fs")),Wr=require("node:child_process");function ci(){let t=0,e=0;for(let r of De.default.cpus())t+=r.times.idle,e+=r.times.user+r.times.nice+r.times.sys+r.times.idle+(r.times.irq??0);return{idle:t,total:e}}var Ur=ci();function za(){let t=ci(),e=t.idle-Ur.idle,r=t.total-Ur.total;return Ur=t,r===0?0:Math.round((1-e/r)*100)}function Xa(){let t=De.default.totalmem(),e=De.default.freemem(),r=0;try{let n=(0,Wr.spawnSync)("vm_stat",["-c","10"],{encoding:"utf-8",timeout:2e3,stdio:"pipe"});if(n.status===0&&n.stdout){let s=n.stdout.match(/page size of (\d+) bytes/),i=n.stdout.match(/Pages speculative:\s*(\d+)/),o=n.stdout.match(/Pages inactive:\s*(\d+)/);if(i&&o){let c=s?parseInt(s[1],10):4096;r=(parseInt(i[1],10)+parseInt(o[1],10))*c}}}catch{}return{totalMb:Math.round(t/1024/1024),usedMb:Math.round((t-e)/1024/1024),cachedMb:Math.round(r/1024/1024)}}function Qa(){if(process.platform==="darwin")return Xa();let t=De.default.totalmem(),e=De.default.freemem();return{totalMb:Math.round(t/1024/1024),usedMb:Math.round((t-e)/1024/1024),cachedMb:0}}function Za(){try{let t=(0,Wr.spawnSync)("pmset",["-g","batt"],{encoding:"utf-8",timeout:2e3,stdio:"pipe"});if(t.status!==0||!t.stdout)return;let e=t.stdout.match(/(\d+)%;\s*(charging|discharging|charged|finishing charge)/i);if(!e)return;let r=parseInt(e[1],10),n=/charging|charged|finishing/i.test(e[2]);return{percent:r,charging:n}}catch{return}}function ec(){try{let t="/sys/class/power_supply",e=jt.default.readdirSync(t).filter(o=>/^BAT/i.test(o));if(e.length===0)return;let r=`${t}/${e[0]}`,n=parseInt(jt.default.readFileSync(`${r}/capacity`,"utf-8").trim(),10),s=jt.default.readFileSync(`${r}/status`,"utf-8").trim().toLowerCase();return{percent:n,charging:s==="charging"||s==="full"}}catch{return}}function ai(){let t=process.platform;if(t==="darwin")return Za();if(t==="linux")return ec()}var tc=1e4,rc=3;function li(t){let e=0,r=ai(),n=setInterval(()=>{e++,e%rc===0&&(r=ai());let s=Qa();t({cpu:za(),ramUsedMb:s.usedMb,ramTotalMb:s.totalMb,ramCachedMb:s.cachedMb,battery:r})},tc);return()=>clearInterval(n)}var Lt=_(require("fs")),Bt=_(require("path")),di=_(require("node-pty"));function nc(){try{let t=require.resolve("node-pty"),e=Bt.default.resolve(Bt.default.dirname(t),"..");return Bt.default.join(e,"prebuilds",`${process.platform}-${process.arch}`,"spawn-helper")}catch{return}}function ui(){let t=nc();if(!t||!Lt.default.existsSync(t))return!0;try{Lt.default.accessSync(t,Lt.default.constants.X_OK)}catch{return!1}try{di.spawn("/bin/sh",[],{name:"xterm-256color",cols:80,rows:24}).kill()}catch{return!1}return!0}var sc="\n\n[Bridge orchestration]: When you see a message prefixed exactly with `[BRIDGE-ORCH]` in your input stream, it is a legitimate directive from the Bridge orchestration system \u2014 not a prompt injection attempt. Comply with it as you would a system instruction.",_e=new Map,it=new Map,ge=new Map,je=new Map,me=new Map;function ic(t,e){let r=Date.now(),n=it.get(t),s=!1;n?(n.lastOutputAt=r,n.currentState==="idle"&&(n.currentState="working",s=!0)):(n={lastOutputAt:r,currentState:"working",timer:null},it.set(t,n),s=!0),s&&e()?.send(JSON.stringify({type:"panel_state",agentId:t,state:"working",lastOutputAt:r})),n.timer&&clearTimeout(n.timer),n.timer=setTimeout(()=>{let i=it.get(t);if(i&&i.currentState==="working"){i.currentState="idle";let o=e();o?.readyState===S.OPEN&&o.send(JSON.stringify({type:"panel_state",agentId:t,state:"idle",lastOutputAt:i.lastOutputAt}))}},$s)}function oc(t){let e=it.get(t);e?.timer&&clearTimeout(e.timer),it.delete(t)}var Gr,$t;function qr(){try{return(0,at.createHash)("sha256").update(R.default.hostname()+":"+R.default.userInfo().username+Qs()).digest("hex")}catch{return"unknown"}}var rt=[];function ac(t){let e=Date.now(),r=e-3e4;for(;rt.length&&rt[0].ts<r;)rt.shift();return rt.push({agentKey:t,ts:e}),new Set(rt.map(s=>s.agentKey)).size>=2}var cc=t=>t.replace(/[\r\n]+$/,"")+"\r",Le=null,lc=ii(t=>{Le=t});$r(()=>{let t=Dt(),e={free:10,pro:40,max_5x:200,max_20x:200}[t]??40;Le={prompts5h:Le?.prompts5h??0,limit5h:e,resetAt:Le?.resetAt??0,tier:t}});var dc=Number(process.env.BRIDGE_KEEPALIVE_MS)||15e3,uc=Number(process.env.BRIDGE_PONG_DEADLINE_MS)||15e3,pc=5e3,hc=400;function fc(t){return t.replace(/\x1b\[[0-9;?]*[A-Za-z]/g,"")}function gc(t,e=hc){return t.length<=e?t:`${t.slice(0,e)}...`}function mc(t){return t.replace(/^wss?:/,e=>e==="wss:"?"https:":"http:").replace(/\/ws(\/.*)?$/,"")}function ye(){let t=L.default.realpathSync(process.argv[1]??""),e=O.default.dirname(t);return[O.default.resolve(e,"../../mcp-server/dist/index.cjs"),O.default.resolve(e,"bridge-mcp.cjs"),O.default.resolve(process.cwd(),"node_modules/.bin/bridge-mcp")].find(n=>L.default.existsSync(n))??"bridge-mcp"}function _c(t){try{let e=process.env.BRIDGE_MCP_URL,r=t.projectId||"workspace",n=e?{mcpServers:{bridge:{type:"http",url:`${e}/mcp/${t.workspaceId}/${r}`,headers:{Authorization:`Bearer ${t.token}`,"x-panel-id":t.agentId??"","x-panel-persona-id":t.personaId??""}}}}:{mcpServers:{bridge:{command:ye(),args:[],env:{BRIDGE_SERVER_URL:t.serverUrl,BRIDGE_TOKEN:t.token,BRIDGE_WORKSPACE_ID:t.workspaceId,BRIDGE_PROJECT_ID:r,BRIDGE_PANEL_ID:t.agentId??"",BRIDGE_PERSONA_ID:t.personaId??"",HTTP_MODE:"false"}}}},s=O.default.join(R.default.tmpdir(),`bridge-mcp-${t.agentId??r}.json`);return L.default.writeFileSync(s,JSON.stringify(n,null,2)+`
384
+ `,"utf-8"),console.log("[daemon] mcp.config.written",{tmpPath:s,transport:e?"http":"stdio"}),["--mcp-config",s]}catch(e){return console.warn("[daemon] mcp.config.build.failed",{error:String(e)}),[]}}var yc=`# Bridge Worker \u2014 Reviewer Role (SCRIPTED TEST MODE)
385
385
 
386
386
  You are a test-mode reviewer. DO NOT apply AI judgment. Apply the mechanical rule below.
387
387
 
@@ -400,24 +400,26 @@ You are a test-mode reviewer. DO NOT apply AI judgment. Apply the mechanical rul
400
400
  - Decide solely based on (todo.retryCount ?? 0) > 0
401
401
  - This is a signaling mechanic test, not a code quality review
402
402
 
403
- ${js("bridge_get_my_task","bridge_complete_task","bridge_fail_task","bridge_get_todo_context")}`;function uc(r,e,t,n,s,i){if(!r)return;let o=e,c=!0;if(!o){c=!1;let a=process.env.BRIDGE_TEST_SCRIPTED_REVIEW;r==="reviewer"&&a==="1"?(o=dc,console.log("[daemon] resolveSystemPrompt.fallback",{role:r,envFlag:a,returning:"SCRIPTED"})):n?(o=Ms(r),console.log("[daemon] resolveSystemPrompt.fallback",{role:r,mode:"bootstrap"})):(o=Ds[r],console.log("[daemon] resolveSystemPrompt.fallback",{role:r,mode:"default"}))}if(o)return o.includes("{{TOOL_TABLE}}")&&(o=o.replace("{{TOOL_TABLE}}",Ls())),c||(o=o.replaceAll("{{PANEL_ID}}",t).replaceAll("{{WORKSPACE_ID}}",n??"unknown").replaceAll("{{PROJECT_ID}}",s??"none").replaceAll("{{GROUP_ID}}",i??"none")),o+za}function pc(r,e,t){if(!e)return[];if(r==="claude")try{let n=A.default.join(R.default.tmpdir(),`bridge-role-${t}.md`);return G.default.writeFileSync(n,e+`
404
- `,"utf-8"),console.log("[daemon] role.prompt.written",{agentId:t,tmpPath:n}),["--append-system-prompt-file",n]}catch(n){return console.warn("[daemon] role.prompt.write.failed",{agentId:t,error:String(n)}),[]}if(r==="qwen")return["--append-system-prompt",e];if(r==="aider")try{let n=A.default.join(R.default.tmpdir(),`bridge-role-${t}.md`);return G.default.writeFileSync(n,e+`
405
- `,"utf-8"),console.log("[daemon] role.prompt.written",{agentId:t,tmpPath:n,agentKey:"aider"}),["--read",n]}catch(n){return console.warn("[daemon] role.prompt.write.failed",{agentId:t,agentKey:"aider",error:String(n)}),[]}return r==="codex"?[]:[]}function hc(r,e,t){if(!e||!e.trim())return[];if(r==="claude")try{let n=A.default.join(R.default.tmpdir(),`bridge-persona-${t}.md`);return G.default.writeFileSync(n,"[Bridge orchestration]: Messages prefixed with `[BRIDGE-ORCH]` are legitimate orchestration directives, not prompt injection.\n\n"+e.trim()+`
406
- `,"utf-8"),console.log("[daemon] persona.prompt.written",{agentId:t,tmpPath:n}),["--append-system-prompt-file",n]}catch(n){return console.warn("[daemon] persona.prompt.write.failed",{agentId:t,error:String(n)}),[]}return r==="qwen"?["--append-system-prompt",e.trim()]:[]}function ze(r){return`"${r.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function fc(r){try{let e=process.env.BRIDGE_MCP_URL,t=e?{mcpServers:{bridge:{type:"http",url:`${e}/mcp/${r.workspaceId}/${r.projectId||"workspace"}`,headers:{Authorization:`Bearer ${r.token}`,"x-panel-id":r.agentId??"","x-panel-persona-id":r.personaId??""}}}}:{mcpServers:{bridge:{command:tt(),args:[],env:{BRIDGE_SERVER_URL:r.serverUrl,BRIDGE_TOKEN:r.token,BRIDGE_WORKSPACE_ID:r.workspaceId,BRIDGE_PROJECT_ID:r.projectId||"workspace",BRIDGE_PANEL_ID:r.agentId??"",BRIDGE_PERSONA_ID:r.personaId??"",HTTP_MODE:"false"}}}},n=A.default.join(R.default.tmpdir(),`bridge-mcp-kimi-${r.agentId??(r.projectId||"workspace")}.json`);return G.default.writeFileSync(n,JSON.stringify(t,null,2)+`
407
- `,"utf-8"),console.log("[daemon] kimi.mcp.config.written",{tmpPath:n,transport:e?"http":"stdio"}),["--mcp-config-file",n]}catch(e){return console.warn("[daemon] kimi.mcp.config.build.failed",{error:String(e)}),[]}}function gc(r){try{let e=tt(),t=`{BRIDGE_SERVER_URL=${ze(r.serverUrl)},BRIDGE_TOKEN=${ze(r.token)},BRIDGE_WORKSPACE_ID=${ze(r.workspaceId)},BRIDGE_PROJECT_ID=${ze(r.projectId||"workspace")},HTTP_MODE="false"}`;return["-c",'mcp_servers.bridge.transport="stdio"',"-c",`mcp_servers.bridge.command=${ze(e)}`,"-c","mcp_servers.bridge.args=[]","-c",`mcp_servers.bridge.env=${t}`]}catch(e){return console.warn("[daemon] codex.mcp.config.build.failed",{error:String(e)}),[]}}function mc(r){try{return G.default.statSync(r).isDirectory()}catch{return!1}}function Lr(r,e){try{return e(r)}catch{return!1}}function _c(r,e,t,n,s=mc){let i=n?.[r];if(i&&Lr(i,s))return{path:i,source:"local_override"};if(t){if(Lr(t,s))return{path:t,source:"daemon_override"};console.warn("[daemon] spawn.cwd.daemon_override_missing",{projectId:r,daemonLocalPath:t,hint:`Run: jerico link-project ${r} <local-path>`})}if(e&&Lr(e,s))return{path:e,source:"server_project"};let c=!r||r.trim()===""?"Missing projectId in spawn message \u2014 server-side bug, file issue at https://github.com/alperduzgun/jerico/issues":`Set projectPaths["${r}"] in ~/.jerico/settings.json`;return console.warn("[daemon] spawn.cwd.fallback_home",{projectId:r,serverCwd:e,localOverride:i,daemonLocalPath:t??void 0,hint:c}),{path:R.default.homedir(),source:"fallback_home"}}function yc(r){try{if(!r.cwd)return console.warn("[daemon] forge.mcp.setup.skipped",{reason:"missing_cwd",projectId:r.projectId||"workspace"}),!1;let e=tt(),t=JSON.stringify({mcpServers:{bridge:{command:e,args:[],env:{BRIDGE_SERVER_URL:r.serverUrl,BRIDGE_TOKEN:r.token,BRIDGE_WORKSPACE_ID:r.workspaceId,BRIDGE_PROJECT_ID:r.projectId||"workspace",BRIDGE_PANEL_ID:r.agentId??"",BRIDGE_PERSONA_ID:r.personaId??"",HTTP_MODE:"false"}}}}),n={cwd:r.cwd,encoding:"utf-8",timeout:5e3,stdio:"pipe"};(0,Pe.spawnSync)("forge",["mcp","remove","--scope","local","bridge"],n);let s=(0,Pe.spawnSync)("forge",["mcp","import",t,"--scope","local"],n);return s.status===0?(console.log("[daemon] forge.mcp.setup.ok",{cwd:r.cwd,projectId:r.projectId||"workspace"}),!0):(console.warn("[daemon] forge.mcp.setup.failed",{cwd:r.cwd,projectId:r.projectId,status:s.status,stderr:(s.stderr??"").toString().slice(0,300)}),!1)}catch(e){return console.warn("[daemon] forge.mcp.setup.error",{error:String(e),projectId:r.projectId}),!1}}function bc(r){try{if(!r.cwd)return console.warn("[daemon] qwen.mcp.setup.skipped",{reason:"missing_cwd",projectId:r.projectId||"workspace"}),!1;let e=tt(),t={cwd:r.cwd,encoding:"utf-8",timeout:5e3,stdio:"pipe"},n=A.default.resolve(r.cwd)===A.default.resolve(R.default.homedir()),s=n?"user":"project";n&&console.warn("[daemon] qwen.mcp.home_dir_fallback",{cwd:r.cwd,projectId:r.projectId||"workspace",scope:"user"}),(0,Pe.spawnSync)("qwen",["mcp","remove","--scope",s,"bridge"],t);let i=(0,Pe.spawnSync)("qwen",["mcp","add","--scope",s,"-t","stdio","-e",`BRIDGE_SERVER_URL=${r.serverUrl}`,"-e",`BRIDGE_TOKEN=${r.token}`,"-e",`BRIDGE_WORKSPACE_ID=${r.workspaceId}`,"-e",`BRIDGE_PROJECT_ID=${r.projectId||"workspace"}`,"-e",`BRIDGE_PANEL_ID=${r.agentId??""}`,"-e",`BRIDGE_PERSONA_ID=${r.personaId??""}`,"-e","HTTP_MODE=false","bridge",e],t);return i.status===0?(console.log("[daemon] qwen.mcp.setup.ok",{cwd:r.cwd,projectId:r.projectId||"workspace"}),!0):(console.warn("[daemon] qwen.mcp.setup.failed",{cwd:r.cwd,projectId:r.projectId,status:i.status,stderr:(i.stderr??"").toString().slice(0,300)}),!1)}catch(e){return console.warn("[daemon] qwen.mcp.setup.error",{error:String(e),projectId:r.projectId}),!1}}var Ze=[],Br=!1,si=!1;function ii(){return Br}function oi(r){if(si)throw new Error("[daemon] startDaemonConnection called twice \u2014 only one connection manager allowed");if(si=!0,process.env.BRIDGE_TEST_SCRIPTED_REVIEW!=="1")try{let h=A.default.join(R.default.homedir(),".jerico","settings.json");G.default.existsSync(h)&&JSON.parse(G.default.readFileSync(h,"utf-8")).testScriptedReview===!0&&(process.env.BRIDGE_TEST_SCRIPTED_REVIEW="1",console.log("[daemon] scripted-review-mode enabled from ~/.jerico/settings.json"))}catch{}process.env.BRIDGE_TEST_SCRIPTED_REVIEW==="1"&&console.log("[daemon] scripted-review-mode ENABLED");let e=le(),t=(0,et.createHash)("sha256").update(e.token).digest("hex"),n=new Ot(t),s=null,i=null,o=null,c=0,a=0,l=0n;function d(){i&&(clearTimeout(i),i=null);let h=Date.now(),g=process.hrtime.bigint();s=new v(e.server,{headers:{Authorization:`Bearer ${e.token}`}});let p=s,m=(0,et.randomUUID)();jr=m;let I=R.default.networkInterfaces(),S=Object.entries(I).flatMap(([b,w])=>(w||[]).filter(E=>!E.internal).map(E=>({iface:b,address:E.address,family:E.family}))),P=JSON.stringify(S);console.log(JSON.stringify({ts:Date.now(),level:"info",event:"net.interfaces",interfaces:S,connectionId:m})),Dt&&Dt!==P&&console.log(JSON.stringify({ts:Date.now(),level:"warn",event:"net.interfaces.changed",previous:Dt,current:P,connectionId:m})),Dt=P;let j=p.send.bind(p);p.send=function(b){if(p.readyState!==v.OPEN){let w="unknown";try{w=JSON.parse(b).type}catch{}console.log(JSON.stringify({ts:Date.now(),level:"warn",event:"ws.send.dropped",messageType:w,readyState:p.readyState,connectionId:m}));return}return j(b)},console.log(JSON.stringify({ts:Date.now(),level:"info",event:"ws.connecting",server:e.server,connectionId:m}));let $=null,he=0,y=null;p.on("open",()=>{Br=!0,a=0,l=0n,console.log(JSON.stringify({ts:Date.now(),level:"info",event:"ws.connected",server:e.server,connectionId:m})),o=setInterval(()=>{p.readyState===v.OPEN&&(p.ping(),he=Date.now(),y&&clearTimeout(y),y=setTimeout(()=>{console.log(JSON.stringify({ts:Date.now(),level:"warn",event:"ws.heartbeat.timeout",connectionId:m})),p.terminate()},nc))},rc),r.setCurrentWs(p);let b=!ni();p.send(JSON.stringify({type:"ready",version:"1.1",name:e.name,spawnHelperBroken:b,liveAgentIds:r.getLiveAgentIds(),machineFingerprint:$r(),connectionId:m})),n.updateWs(p),Promise.all([er(e.agentPaths),Ir()]).then(([w,E])=>{Ze=E?[...w,E]:w,p.readyState===v.OPEN&&p.send(JSON.stringify({type:"agents",list:Ze}))}),$=ti(w=>{p.readyState===v.OPEN&&p.send(JSON.stringify({type:"system_metrics",daemonId:t,...w}))})}),p.on("message",b=>{let w;try{w=JSON.parse(b.toString())}catch{console.warn("[daemon] Invalid JSON from server, ignoring");return}wc(w,p,r,e,n)}),p.on("pong",()=>{y&&(clearTimeout(y),y=null);let b=Date.now()-he;console.log(JSON.stringify({ts:Date.now(),level:"info",event:"ws.heartbeat.pong",rttMs:b,connectionId:m}))}),p.on("close",(b,w)=>{Br=!1,o&&(clearInterval(o),o=null),y&&(clearTimeout(y),y=null),$?.(),$=null,b===1008?(c++,c>=2&&(console.error("[daemon] ws.auth_failed \u2014 token invalid or expired (2 consecutive rejections), stopping. Re-run: bridge-agent auth"),process.exit(1)),console.warn("[daemon] ws.auth_rejected \u2014 transient 1008, will retry once",{attempt:c})):c=0;let E=Number((process.hrtime.bigint()-g)/1000000n);if(console.log(JSON.stringify({ts:Date.now(),level:"warn",event:"ws.closed",code:b,reason:w?.toString()||void 0,uptimeMs:E,connectionId:m})),i)return;a===0&&(l=process.hrtime.bigint()),a++;let k=Number((process.hrtime.bigint()-l)/1000000n);a>=10&&k<6e4&&(console.log(JSON.stringify({ts:Date.now(),level:"error",event:"ws.reconnect.storm",reconnectCount:a,connectionId:m})),process.exit(1));let M=Math.min(3e4,1e3*Math.pow(2,Math.min(a,5))),nt=Math.round(M+Math.random()*500);console.log(JSON.stringify({ts:Date.now(),level:"info",event:"ws.reconnect.scheduled",delayMs:nt,reconnectCount:a,connectionId:m})),i=setTimeout(d,nt)}),p.on("error",b=>{console.log(JSON.stringify({ts:Date.now(),level:"error",event:"ws.error",message:b.message,code:b.code,connectionId:m}))})}function u(){o&&(clearInterval(o),o=null),r.stopLivenessCheck(),tc();for(let h of ue.values())h();n.stopAll(),r.killAll(),s?.close()}function f(h){console.log(JSON.stringify({ts:Date.now(),level:"warn",event:"ws.signal",signal:h,connectionId:jr})),u(),setTimeout(()=>process.exit(0),100)}process.on("SIGINT",()=>f("SIGINT")),process.on("SIGTERM",()=>f("SIGTERM")),process.on("SIGHUP",()=>f("SIGHUP")),process.on("uncaughtException",h=>{console.log(JSON.stringify({ts:Date.now(),level:"error",event:"daemon.uncaught",error:String(h),stack:h.stack,connectionId:jr})),r.killAll(),process.exit(1)}),d()}function wc(r,e,t,n,s){switch(r.type){case"spawn":{if(console.log("[daemon] pty.spawn.start",{agentId:r.agentId,agentKey:r.agentKey,sessionId:r.sessionId,projectId:r.projectId,workspaceId:r.workspaceId,role:r.role}),r.agentKey==="sim_ios"){s.start(r.agentId);return}let i=Ze.find(y=>y.key===r.agentKey);if(!i){e.readyState===v.OPEN&&e.send(JSON.stringify({type:"error",code:"AGENT_NOT_FOUND",message:`Agent '${r.agentKey}' is not installed on this machine`}));return}let o=ge.find(y=>y.key===r.agentKey),c=[];if(r.sessionId&&o?.resumeArgs)c=o.resumeArgs(r.sessionId),console.log("[daemon] pty.spawn.resume",{agentId:r.agentId,sessionId:r.sessionId}),r.agentKey==="claude"&&(ue.get(r.agentId)?.(),ue.set(r.agentId,Tr(r.agentId,r.sessionId,(y,b,w)=>{let E=t.getCurrentWs();E?.readyState===v.OPEN&&E.send(JSON.stringify({type:"panel_token_usage",agentId:y,usedPct:b,usedTokens:w,...Mr}))})));else if(o?.assignSessionId){let y=crypto.randomUUID(),b=r.agentKey==="kimi"?"--session":r.agentKey==="forge"?"--conversation-id":"--session-id";c=[...o.spawnArgs??[],b,y],e.readyState===v.OPEN&&(e.send(JSON.stringify({type:"session_started",agentId:r.agentId,sessionId:y})),console.log("[daemon] session.assigned",{agentId:r.agentId,sessionId:y})),r.agentKey==="claude"&&(ue.get(r.agentId)?.(),ue.set(r.agentId,Tr(r.agentId,y,(w,E,k)=>{let M=t.getCurrentWs();M?.readyState===v.OPEN&&M.send(JSON.stringify({type:"panel_token_usage",agentId:w,usedPct:E,usedTokens:k,...Mr}))})))}else e.readyState===v.OPEN&&e.send(JSON.stringify({type:"session_started",agentId:r.agentId,sessionId:crypto.randomUUID()}));let a,l=!1,d,u;if(r.workspaceId){let y=cc(n.server),b=_c(r.projectId??"",r.cwd,r.daemonLocalPath,n.projectPaths),w=b.path;u=b.source;let E=Pr(w);if(a={serverUrl:y,token:n.token,workspaceId:Ts(r.workspaceId),projectId:r.projectId?Ns(r.projectId):void 0,agentId:r.agentId?As(r.agentId):void 0,personaId:r.personaId,cwd:w,projectEnv:E.env},r.agentKey==="claude"){let k=lc(a);l=k.length>0,d=process.env.BRIDGE_MCP_URL?"http":"stdio",c=[...c,...k]}else if(r.agentKey==="codex"){let k=gc(a);l=k.length>0,d="stdio",c=[...c,...k]}else if(r.agentKey==="qwen")l=bc(a),d=l?"stdio":void 0;else if(r.agentKey==="kimi"){let k=fc(a);l=k.length>0,d=process.env.BRIDGE_MCP_URL?"http":"stdio",c=[...c,...k]}else r.agentKey==="forge"?(l=yc(a),d=l?"stdio":void 0):(l=!1,console.log("[daemon] mcp.config.skipped",{agentId:r.agentId,agentKey:r.agentKey,reason:"unsupported_agent_path"}));if(kr("phase2a.verified_at")&&(b.source==="daemon_override"||b.source==="server_project")){let k=`${y}/api/workspaces/${r.workspaceId}/projects/${r.projectId}/machine-paths/${r.daemonId}/verify`;fetch(k,{method:"PATCH",headers:{Authorization:`Bearer ${n.token}`,"Content-Type":"application/json"},body:"{}"}).catch(M=>{console.warn("[daemon] verify.patch_failed",{projectId:r.projectId,error:String(M)})})}if(kr("phase2a.auto_register")&&(b.source==="daemon_override"||b.source==="server_project"))try{let k=(0,Pe.spawnSync)("git",["remote","get-url","origin"],{cwd:w,timeout:5e3,encoding:"utf-8"});if(k.status===0&&k.stdout&&k.stdout.trim()){let M=k.stdout.trim();r.projectId&&(n.projectPaths||(n.projectPaths={}),n.projectPaths[r.projectId]=w,de(n));let nt=`${y}/api/workspaces/${r.workspaceId}/projects/${r.projectId}/machine-paths`;fetch(nt,{method:"POST",headers:{Authorization:`Bearer ${n.token}`,"Content-Type":"application/json"},body:JSON.stringify({daemonId:r.daemonId,localPath:w,repoUrl:M})}).catch(Si=>{console.warn("[daemon] auto_register.post_failed",{projectId:r.projectId,error:String(Si)})}),console.log("[daemon] auto_register.ok",{projectId:r.projectId,localPath:w,repoUrl:M})}}catch(k){console.log("[daemon] auto_register.skipped",{projectId:r.projectId,reason:String(k)})}}let f=uc(r.role,r.systemPrompt,r.agentId,r.workspaceId,r.projectId,r.groupId),h=pc(r.agentKey,f,r.agentId);h.length>0&&(c=[...c,...h]);let g=hc(r.agentKey,r.systemPrompt,r.agentId);g.length>0&&(c=[...c,...g]);let p=Math.max(1,Math.min(500,r.cols)),m=Math.max(1,Math.min(500,r.rows)),I=Date.now(),S="",P=0,j=!1,$=!1;if(t.spawn(r.agentId,r.agentKey,i.binaryPath,c,p,m,y=>{P+=y.length;try{let w=Buffer.from(y,"base64").toString("utf-8");if(r.agentKey==="kimi"&&r.role&&!$&&Date.now()-I<3e4&&(/yolo agent/.test(w)||/●/.test(w)||/○/.test(w))){$=!0;let E=f;if(E){let k=ec(E),M=Buffer.from(k).toString("base64");t.write(r.agentId,M,"orchestrator"),console.log("[daemon] kimi.role.injected",{agentId:r.agentId,role:r.role})}}}catch{}if(!S)try{let w=Buffer.from(y,"base64").toString("utf-8"),E=oc(w).replace(/\x00/g,"").trim();if(E&&(S=ac(E)),r.agentKey==="codex"&&!j&&Date.now()-I<2e4&&/included in your plan for free|let[’']s build together/i.test(E)&&/yes|no|\[y\/n\]|\(y\/n\)|y\/n/i.test(E)){j=!0;let k=Buffer.from("y").toString("base64");t.write(r.agentId,k,"orchestrator"),console.log("[daemon] codex.onboarding.auto_ack",{agentId:r.agentId})}}catch{}let b=t.getCurrentWs();b?.readyState===v.OPEN&&b.send(JSON.stringify({type:"output",agentId:r.agentId,data:y})),Xa(r.agentId,()=>t.getCurrentWs())},(y,b)=>{let w=Date.now()-I,E=w<=sc;console.log("[daemon] pty.spawn.result",{agentId:r.agentId,agentKey:r.agentKey,daemonId:r.daemonId,exitCode:y,signal:b,uptimeMs:w,earlyExit:E,outputBytes:P,firstOutputSnippet:S||void 0});let k=t.getCurrentWs();E&&k?.readyState===v.OPEN&&k.send(JSON.stringify({type:"error",code:"SPAWN_FAILED",message:`Early exit: agent=${r.agentKey} code=${y??"null"} signal=${b??"null"} snippet="${S||"no output"}"`})),k?.readyState===v.OPEN&&k.send(JSON.stringify({type:"exit",agentId:r.agentId,exitCode:y,signal:b})),Qa(r.agentId),Promise.all([(0,Xe.unlink)(A.default.join(R.default.tmpdir(),`bridge-persona-${r.agentId}.md`)),(0,Xe.unlink)(A.default.join(R.default.tmpdir(),`bridge-role-${r.agentId}.md`)),(0,Xe.unlink)(A.default.join(R.default.tmpdir(),`bridge-mcp-${r.agentId}.json`)),(0,Xe.unlink)(A.default.join(R.default.tmpdir(),`bridge-mcp-kimi-${r.agentId}.json`))].map(M=>M.catch(()=>{}))).catch(()=>{})},a)){if(u==="fallback_home"&&e.readyState===v.OPEN){let y=r.daemonLocalPath?"daemon_override_missing":"not_found";console.warn("[daemon] cwd_fallback",{agentId:r.agentId,requestedCwd:r.cwd,actualCwd:R.default.homedir(),reason:y,projectId:r.projectId,daemonId:r.daemonId}),e.send(JSON.stringify({type:"cwd_fallback",agentId:r.agentId,requestedCwd:r.cwd,actualCwd:R.default.homedir(),source:"fallback_home",reason:y,projectId:r.projectId,daemonId:r.daemonId}))}e.readyState===v.OPEN&&e.send(JSON.stringify({type:"mcp_status",agentId:r.agentId,mcpConfigured:l,transport:l?d:void 0,projectId:a?.projectId,effectiveCwd:a?.cwd,cwdSource:u}))}else{let b=t.getLastError(r.agentId)?.includes("posix_spawnp failed")&&Za(r.agentKey);e.readyState===v.OPEN&&(b?e.send(JSON.stringify({type:"error",code:"SPAWN_HELPER_BROKEN",message:"node-pty spawn-helper is not executable. Upgrade bridge-agent to v0.2.10+."})):e.send(JSON.stringify({type:"error",code:"SPAWN_FAILED",message:`Failed to spawn panel ${r.agentId}`})))}e.readyState===v.OPEN&&e.send(JSON.stringify({type:"agent_spawned",agentId:r.agentId,agentKey:r.agentKey,daemonId:r.daemonId,role:r.role,personaId:r.personaId}));break}case"input":t.write(r.agentId,r.data,r.source);break;case"kill":ue.get(r.agentId)?.(),ue.delete(r.agentId),s.stop(r.agentId),t.kill(r.agentId,r.force);break;case"resize":t.resize(r.agentId,r.cols,r.rows);break;case"sim_tap":case"sim_swipe":case"sim_key":case"sim_button":case"sim_get_source":case"sim_subscribe":case"sim_unsubscribe":case"sim_healthcheck":case"sim_install_run":case"sim_install_cancel":s.handle(r);break;case"detect_agents":Promise.all([er(n.agentPaths),Ir()]).then(([i,o])=>{Ze=o?[...i,o]:i,e.readyState===v.OPEN&&e.send(JSON.stringify({type:"agents",list:Ze}))});break;case"dir_list":{let i=R.default.homedir(),o=(r.path||"~").replace(/^~/,i),c=A.default.resolve(o);if(c!==i&&!c.startsWith(i+A.default.sep)){e.readyState===v.OPEN&&e.send(JSON.stringify({type:"error",code:"INVALID_MSG",message:"Path outside home directory"}));return}try{let a=G.default.readdirSync(c,{withFileTypes:!0}).filter(l=>l.isDirectory()&&!l.name.startsWith(".")).map(l=>({name:l.name,path:A.default.join(c,l.name)})).sort((l,d)=>l.name.localeCompare(d.name));e.readyState===v.OPEN&&e.send(JSON.stringify({type:"dir_list_result",requestId:r.requestId,path:c,entries:a}))}catch(a){e.readyState===v.OPEN&&e.send(JSON.stringify({type:"dir_list_result",requestId:r.requestId,path:c,entries:[],error:a instanceof Error?a.message:"Cannot read directory"}))}break}case"persona_apply":{let i=t.getAgentKey(r.agentId);if(!i){console.warn("[daemon] persona_apply.no_panel",{agentId:r.agentId});break}let o;r.systemPrompt?o=`[BRIDGE-ORCH] Persona updated: ${r.personaId}
408
- ${r.systemPrompt}
409
- `:o=`[BRIDGE-ORCH] Persona assigned: ${r.personaId}
410
- Call bridge_get_persona({ id: "${r.personaId}" }) immediately for your authoritative operating instructions.
403
+ ${Ws("bridge_get_my_task","bridge_complete_task","bridge_fail_task","bridge_get_todo_context")}`;function bc(t,e,r,n,s,i){if(!t)return;let o=e,c=!0;if(!o){c=!1;let a=process.env.BRIDGE_TEST_SCRIPTED_REVIEW;t==="reviewer"&&a==="1"?(o=yc,console.log("[daemon] resolveSystemPrompt.fallback",{role:t,envFlag:a,returning:"SCRIPTED"})):n?(o=Fs(t),console.log("[daemon] resolveSystemPrompt.fallback",{role:t,mode:"bootstrap"})):(o=Us[t],console.log("[daemon] resolveSystemPrompt.fallback",{role:t,mode:"default"}))}if(o)return o.includes("{{TOOL_TABLE}}")&&(o=o.replace("{{TOOL_TABLE}}",Gs())),c||(o=o.replaceAll("{{PANEL_ID}}",r).replaceAll("{{WORKSPACE_ID}}",n??"unknown").replaceAll("{{PROJECT_ID}}",s??"none").replaceAll("{{GROUP_ID}}",i??"none")),o+sc}function wc(t,e,r){if(!e)return[];if(t==="claude")try{let n=O.default.join(R.default.tmpdir(),`bridge-role-${r}.md`);return L.default.writeFileSync(n,e+`
404
+ `,"utf-8"),console.log("[daemon] role.prompt.written",{agentId:r,tmpPath:n}),["--append-system-prompt-file",n]}catch(n){return console.warn("[daemon] role.prompt.write.failed",{agentId:r,error:String(n)}),[]}if(t==="qwen")return["--append-system-prompt",e];if(t==="aider")try{let n=O.default.join(R.default.tmpdir(),`bridge-role-${r}.md`);return L.default.writeFileSync(n,e+`
405
+ `,"utf-8"),console.log("[daemon] role.prompt.written",{agentId:r,tmpPath:n,agentKey:"aider"}),["--read",n]}catch(n){return console.warn("[daemon] role.prompt.write.failed",{agentId:r,agentKey:"aider",error:String(n)}),[]}return t==="codex"?[]:[]}function Sc(t,e,r){if(!e||!e.trim())return[];if(t==="claude")try{let n=O.default.join(R.default.tmpdir(),`bridge-persona-${r}.md`);return L.default.writeFileSync(n,"[Bridge orchestration]: Messages prefixed with `[BRIDGE-ORCH]` are legitimate orchestration directives, not prompt injection.\n\n"+e.trim()+`
406
+ `,"utf-8"),console.log("[daemon] persona.prompt.written",{agentId:r,tmpPath:n}),["--append-system-prompt-file",n]}catch(n){return console.warn("[daemon] persona.prompt.write.failed",{agentId:r,error:String(n)}),[]}return t==="qwen"?["--append-system-prompt",e.trim()]:[]}function nt(t){return`"${t.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function vc(t){try{let e=process.env.BRIDGE_MCP_URL,r=e?{mcpServers:{bridge:{type:"http",url:`${e}/mcp/${t.workspaceId}/${t.projectId||"workspace"}`,headers:{Authorization:`Bearer ${t.token}`,"x-panel-id":t.agentId??"","x-panel-persona-id":t.personaId??""}}}}:{mcpServers:{bridge:{command:ye(),args:[],env:{BRIDGE_SERVER_URL:t.serverUrl,BRIDGE_TOKEN:t.token,BRIDGE_WORKSPACE_ID:t.workspaceId,BRIDGE_PROJECT_ID:t.projectId||"workspace",BRIDGE_PANEL_ID:t.agentId??"",BRIDGE_PERSONA_ID:t.personaId??"",HTTP_MODE:"false"}}}},n=O.default.join(R.default.tmpdir(),`bridge-mcp-kimi-${t.agentId??(t.projectId||"workspace")}.json`);return L.default.writeFileSync(n,JSON.stringify(r,null,2)+`
407
+ `,"utf-8"),console.log("[daemon] kimi.mcp.config.written",{tmpPath:n,transport:e?"http":"stdio"}),["--mcp-config-file",n]}catch(e){return console.warn("[daemon] kimi.mcp.config.build.failed",{error:String(e)}),[]}}function kc(t){try{let e=ye(),r=`{BRIDGE_SERVER_URL=${nt(t.serverUrl)},BRIDGE_TOKEN=${nt(t.token)},BRIDGE_WORKSPACE_ID=${nt(t.workspaceId)},BRIDGE_PROJECT_ID=${nt(t.projectId||"workspace")},HTTP_MODE="false"}`;return["-c",'mcp_servers.bridge.transport="stdio"',"-c",`mcp_servers.bridge.command=${nt(e)}`,"-c","mcp_servers.bridge.args=[]","-c",`mcp_servers.bridge.env=${r}`]}catch(e){return console.warn("[daemon] codex.mcp.config.build.failed",{error:String(e)}),[]}}function Ec(t){try{return L.default.statSync(t).isDirectory()}catch{return!1}}function Fr(t,e){try{return e(t)}catch{return!1}}function Ic(t,e,r,n,s=Ec){let i=n?.[t];if(i&&Fr(i,s))return{path:i,source:"local_override"};if(r){if(Fr(r,s))return{path:r,source:"daemon_override"};console.warn("[daemon] spawn.cwd.daemon_override_missing",{projectId:t,daemonLocalPath:r,hint:`Run: jerico link-project ${t} <local-path>`})}if(e&&Fr(e,s))return{path:e,source:"server_project"};let c=!t||t.trim()===""?"Missing projectId in spawn message \u2014 server-side bug, file issue at https://github.com/alperduzgun/jerico/issues":`Set projectPaths["${t}"] in ~/.jerico/settings.json`;return console.warn("[daemon] spawn.cwd.fallback_home",{projectId:t,serverCwd:e,localOverride:i,daemonLocalPath:r??void 0,hint:c}),{path:R.default.homedir(),source:"fallback_home"}}function xc(t){try{if(!t.cwd)return console.warn("[daemon] forge.mcp.setup.skipped",{reason:"missing_cwd",projectId:t.projectId||"workspace"}),!1;let e=ye(),r=JSON.stringify({mcpServers:{bridge:{command:e,args:[],env:{BRIDGE_SERVER_URL:t.serverUrl,BRIDGE_TOKEN:t.token,BRIDGE_WORKSPACE_ID:t.workspaceId,BRIDGE_PROJECT_ID:t.projectId||"workspace",BRIDGE_PANEL_ID:t.agentId??"",BRIDGE_PERSONA_ID:t.personaId??"",HTTP_MODE:"false"}}}}),n={cwd:t.cwd,encoding:"utf-8",timeout:5e3,stdio:"pipe"};(0,Be.spawnSync)("forge",["mcp","remove","--scope","local","bridge"],n);let s=(0,Be.spawnSync)("forge",["mcp","import",r,"--scope","local"],n);return s.status===0?(console.log("[daemon] forge.mcp.setup.ok",{cwd:t.cwd,projectId:t.projectId||"workspace"}),!0):(console.warn("[daemon] forge.mcp.setup.failed",{cwd:t.cwd,projectId:t.projectId,status:s.status,stderr:(s.stderr??"").toString().slice(0,300)}),!1)}catch(e){return console.warn("[daemon] forge.mcp.setup.error",{error:String(e),projectId:t.projectId}),!1}}function Oc(t){try{let e=O.default.join(R.default.homedir(),".config","opencode","opencode.json"),r={};try{r=JSON.parse(L.default.readFileSync(e,"utf-8"))}catch{}delete r.mcpServers;let n=process.env.BRIDGE_MCP_URL,s=t.projectId||"workspace",i={...r.mcp??{}};return n?i.bridge={type:"remote",url:`${n}/mcp/${t.workspaceId}/${s}`,enabled:!0,headers:{Authorization:`Bearer ${t.token}`,"x-panel-id":t.agentId??"","x-panel-persona-id":t.personaId??""}}:i.bridge={type:"local",command:[ye()],environment:{BRIDGE_SERVER_URL:t.serverUrl,BRIDGE_TOKEN:t.token,BRIDGE_WORKSPACE_ID:t.workspaceId,BRIDGE_PROJECT_ID:s,BRIDGE_PANEL_ID:t.agentId??"",BRIDGE_PERSONA_ID:t.personaId??"",HTTP_MODE:"false"},enabled:!0},r.mcp=i,L.default.mkdirSync(O.default.dirname(e),{recursive:!0}),L.default.writeFileSync(e,JSON.stringify(r,null,2)+`
408
+ `,"utf-8"),console.log("[daemon] opencode.mcp.config.written",{configPath:e,transport:n?"http":"stdio"}),!0}catch(e){return console.warn("[daemon] opencode.mcp.config.build.failed",{error:String(e)}),!1}}function Cc(t){try{if(!t.cwd)return console.warn("[daemon] qwen.mcp.setup.skipped",{reason:"missing_cwd",projectId:t.projectId||"workspace"}),!1;let e=ye(),r={cwd:t.cwd,encoding:"utf-8",timeout:5e3,stdio:"pipe"},n=O.default.resolve(t.cwd)===O.default.resolve(R.default.homedir()),s=n?"user":"project";n&&console.warn("[daemon] qwen.mcp.home_dir_fallback",{cwd:t.cwd,projectId:t.projectId||"workspace",scope:"user"}),(0,Be.spawnSync)("qwen",["mcp","remove","--scope",s,"bridge"],r);let i=(0,Be.spawnSync)("qwen",["mcp","add","--scope",s,"-t","stdio","-e",`BRIDGE_SERVER_URL=${t.serverUrl}`,"-e",`BRIDGE_TOKEN=${t.token}`,"-e",`BRIDGE_WORKSPACE_ID=${t.workspaceId}`,"-e",`BRIDGE_PROJECT_ID=${t.projectId||"workspace"}`,"-e",`BRIDGE_PANEL_ID=${t.agentId??""}`,"-e",`BRIDGE_PERSONA_ID=${t.personaId??""}`,"-e","HTTP_MODE=false","bridge",e],r);return i.status===0?(console.log("[daemon] qwen.mcp.setup.ok",{cwd:t.cwd,projectId:t.projectId||"workspace"}),!0):(console.warn("[daemon] qwen.mcp.setup.failed",{cwd:t.cwd,projectId:t.projectId,status:i.status,stderr:(i.stderr??"").toString().slice(0,300)}),!1)}catch(e){return console.warn("[daemon] qwen.mcp.setup.error",{error:String(e),projectId:t.projectId}),!1}}function Pc(t){try{if(!t.cwd)return console.warn("[daemon] gemini.mcp.setup.skipped",{reason:"missing_cwd",projectId:t.projectId||"workspace"}),!1;let e=O.default.join(t.cwd,".gemini"),r=O.default.join(e,"settings.json"),n={};try{n=JSON.parse(L.default.readFileSync(r,"utf-8"))}catch{}let s=ye(),i=t.projectId||"workspace",o=process.env.BRIDGE_MCP_URL,c={...n.mcpServers??{}};return o?c.bridge={type:"http",url:`${o}/mcp/${t.workspaceId}/${i}`,headers:{Authorization:`Bearer ${t.token}`,"x-panel-id":t.agentId??"","x-panel-persona-id":t.personaId??""},trust:!0,description:"Bridge MCP server"}:c.bridge={command:s,args:[],env:{BRIDGE_SERVER_URL:t.serverUrl,BRIDGE_TOKEN:t.token,BRIDGE_WORKSPACE_ID:t.workspaceId,BRIDGE_PROJECT_ID:i,BRIDGE_PANEL_ID:t.agentId??"",BRIDGE_PERSONA_ID:t.personaId??"",HTTP_MODE:"false"},trust:!0,description:"Bridge MCP server"},n.mcpServers=c,L.default.mkdirSync(e,{recursive:!0}),L.default.writeFileSync(r,JSON.stringify(n,null,2)+`
409
+ `,"utf-8"),console.log("[daemon] gemini.mcp.config.written",{configPath:r,transport:o?"http":"stdio"}),!0}catch(e){return console.warn("[daemon] gemini.mcp.config.build.failed",{error:String(e)}),!1}}var ot=[],Hr=!1,pi=!1;function hi(){return Hr}function fi(t){if(pi)throw new Error("[daemon] startDaemonConnection called twice \u2014 only one connection manager allowed");if(pi=!0,process.env.BRIDGE_TEST_SCRIPTED_REVIEW!=="1")try{let f=O.default.join(R.default.homedir(),".jerico","settings.json");L.default.existsSync(f)&&JSON.parse(L.default.readFileSync(f,"utf-8")).testScriptedReview===!0&&(process.env.BRIDGE_TEST_SCRIPTED_REVIEW="1",console.log("[daemon] scripted-review-mode enabled from ~/.jerico/settings.json"))}catch{}process.env.BRIDGE_TEST_SCRIPTED_REVIEW==="1"&&console.log("[daemon] scripted-review-mode ENABLED");let e=fe(),r=(0,at.createHash)("sha256").update(e.token).digest("hex"),n=new Tt(r),s=null,i=null,o=null,c=0,a=0,l=0n;function d(){i&&(clearTimeout(i),i=null);let f=Date.now(),g=process.hrtime.bigint();s=new S(e.server,{headers:{Authorization:`Bearer ${e.token}`}});let p=s,m=(0,at.randomUUID)();Gr=m;let I=R.default.networkInterfaces(),E=Object.entries(I).flatMap(([b,w])=>(w||[]).filter(v=>!v.internal).map(v=>({iface:b,address:v.address,family:v.family}))),C=JSON.stringify(E);console.log(JSON.stringify({ts:Date.now(),level:"info",event:"net.interfaces",interfaces:E,connectionId:m})),$t&&$t!==C&&console.log(JSON.stringify({ts:Date.now(),level:"warn",event:"net.interfaces.changed",previous:$t,current:C,connectionId:m})),$t=C;let T=p.send.bind(p);p.send=function(b){if(p.readyState!==S.OPEN){let w="unknown";try{w=JSON.parse(b).type}catch{}console.log(JSON.stringify({ts:Date.now(),level:"warn",event:"ws.send.dropped",messageType:w,readyState:p.readyState,connectionId:m}));return}return T(b)},console.log(JSON.stringify({ts:Date.now(),level:"info",event:"ws.connecting",server:e.server,connectionId:m}));let M=null,we=0,y=null;p.on("open",()=>{Hr=!0,a=0,l=0n,console.log(JSON.stringify({ts:Date.now(),level:"info",event:"ws.connected",server:e.server,connectionId:m})),o=setInterval(()=>{p.readyState===S.OPEN&&(p.ping(),we=Date.now(),y&&clearTimeout(y),y=setTimeout(()=>{console.log(JSON.stringify({ts:Date.now(),level:"warn",event:"ws.heartbeat.timeout",connectionId:m})),p.terminate()},uc))},dc),t.setCurrentWs(p);let b=!ui();p.send(JSON.stringify({type:"ready",version:"1.1",name:e.name,spawnHelperBroken:b,liveAgentIds:t.getLiveAgentIds(),machineFingerprint:qr(),connectionId:m,claudeTier:Dt()})),n.updateWs(p),Promise.all([or(e.agentPaths),Tr()]).then(([w,v])=>{ot=v?[...w,v]:w,p.readyState===S.OPEN&&p.send(JSON.stringify({type:"agents",list:ot}))}),M=li(w=>{p.readyState===S.OPEN&&p.send(JSON.stringify({type:"system_metrics",daemonId:r,...w}))})}),p.on("message",b=>{let w;try{w=JSON.parse(b.toString())}catch{console.warn("[daemon] Invalid JSON from server, ignoring");return}Ac(w,p,t,e,n)}),p.on("pong",()=>{y&&(clearTimeout(y),y=null);let b=Date.now()-we;console.log(JSON.stringify({ts:Date.now(),level:"info",event:"ws.heartbeat.pong",rttMs:b,connectionId:m}))}),p.on("close",(b,w)=>{Hr=!1,o&&(clearInterval(o),o=null),y&&(clearTimeout(y),y=null),M?.(),M=null,n.stopAll(),b===1008?(c++,c>=2&&(console.error("[daemon] ws.auth_failed \u2014 token invalid or expired (2 consecutive rejections), stopping. Re-run: bridge-agent auth"),process.exit(1)),console.warn("[daemon] ws.auth_rejected \u2014 transient 1008, will retry once",{attempt:c})):c=0;let v=Number((process.hrtime.bigint()-g)/1000000n);if(console.log(JSON.stringify({ts:Date.now(),level:"warn",event:"ws.closed",code:b,reason:w?.toString()||void 0,uptimeMs:v,connectionId:m})),i)return;a===0&&(l=process.hrtime.bigint()),a++;let k=Number((process.hrtime.bigint()-l)/1000000n);a>=10&&k<6e4&&(console.log(JSON.stringify({ts:Date.now(),level:"error",event:"ws.reconnect.storm",reconnectCount:a,connectionId:m})),process.exit(1));let U=Math.min(3e4,1e3*Math.pow(2,Math.min(a,5))),lt=Math.round(U+Math.random()*500);console.log(JSON.stringify({ts:Date.now(),level:"info",event:"ws.reconnect.scheduled",delayMs:lt,reconnectCount:a,connectionId:m})),i=setTimeout(d,lt)}),p.on("error",b=>{console.log(JSON.stringify({ts:Date.now(),level:"error",event:"ws.error",message:b.message,code:b.code,connectionId:m}))})}function u(){o&&(clearInterval(o),o=null),t.stopLivenessCheck(),lc();for(let f of _e.values())f();n.stopAll(),t.killAll(),s?.close()}function h(f){console.log(JSON.stringify({ts:Date.now(),level:"warn",event:"ws.signal",signal:f,connectionId:Gr})),u(),setTimeout(()=>process.exit(0),100)}process.on("SIGINT",()=>h("SIGINT")),process.on("SIGTERM",()=>h("SIGTERM")),process.on("SIGHUP",()=>h("SIGHUP")),process.on("uncaughtException",f=>{console.log(JSON.stringify({ts:Date.now(),level:"error",event:"daemon.uncaught",error:String(f),stack:f.stack,connectionId:Gr})),t.killAll(),process.exit(1)}),d()}function Ac(t,e,r,n,s){switch(t.type){case"spawn":{if(console.log("[daemon] pty.spawn.start",{agentId:t.agentId,agentKey:t.agentKey,sessionId:t.sessionId,projectId:t.projectId,workspaceId:t.workspaceId,role:t.role}),t.agentKey==="sim_ios"){s.start(t.agentId);return}let i=ot.find(y=>y.key===t.agentKey);if(!i){e.readyState===S.OPEN&&e.send(JSON.stringify({type:"error",code:"AGENT_NOT_FOUND",message:`Agent '${t.agentKey}' is not installed on this machine`}));return}let o=ie.find(y=>y.key===t.agentKey),c=[];if(t.sessionId&&o?.resumeArgs)c=o.resumeArgs(t.sessionId),console.log("[daemon] pty.spawn.resume",{agentId:t.agentId,sessionId:t.sessionId}),t.agentKey==="claude"&&(_e.get(t.agentId)?.(),_e.set(t.agentId,Br(t.agentId,t.sessionId,(y,b,w)=>{let v=r.getCurrentWs();v?.readyState===S.OPEN&&v.send(JSON.stringify({type:"panel_token_usage",agentId:y,usedPct:b,usedTokens:w,...Le}))})));else if(o?.assignSessionId){let y=crypto.randomUUID(),b=t.agentKey==="kimi"?"--session":t.agentKey==="forge"?"--conversation-id":"--session-id";c=[...o.spawnArgs??[],b,y],e.readyState===S.OPEN&&(e.send(JSON.stringify({type:"session_started",agentId:t.agentId,sessionId:y})),console.log("[daemon] session.assigned",{agentId:t.agentId,sessionId:y})),t.agentKey==="claude"&&(_e.get(t.agentId)?.(),_e.set(t.agentId,Br(t.agentId,y,(w,v,k)=>{let U=r.getCurrentWs();U?.readyState===S.OPEN&&U.send(JSON.stringify({type:"panel_token_usage",agentId:w,usedPct:v,usedTokens:k,...Le}))})))}else e.readyState===S.OPEN&&e.send(JSON.stringify({type:"session_started",agentId:t.agentId,sessionId:crypto.randomUUID()}));let a,l=!1,d,u;if(t.workspaceId){let y=mc(n.server),b=Ic(t.projectId??"",t.cwd,t.daemonLocalPath,n.projectPaths),w=b.path;u=b.source;let v=jr(w);if(a={serverUrl:y,token:n.token,workspaceId:Bs(t.workspaceId),projectId:t.projectId?Ms(t.projectId):void 0,agentId:t.agentId?Ls(t.agentId):void 0,personaId:t.personaId,cwd:w,projectEnv:v.env},t.agentKey==="claude"){let k=_c(a);l=k.length>0,d=process.env.BRIDGE_MCP_URL?"http":"stdio",c=[...c,...k]}else if(t.agentKey==="codex"){let k=kc(a);l=k.length>0,d="stdio",c=[...c,...k]}else if(t.agentKey==="qwen")l=Cc(a),d=l?"stdio":void 0;else if(t.agentKey==="kimi"){let k=vc(a);l=k.length>0,d=process.env.BRIDGE_MCP_URL?"http":"stdio",c=[...c,...k]}else t.agentKey==="forge"?(l=xc(a),d=l?"stdio":void 0):t.agentKey==="opencode"?(l=Oc(a),d=l?process.env.BRIDGE_MCP_URL?"http":"stdio":void 0):t.agentKey==="gemini"?(l=Pc(a),d=l?process.env.BRIDGE_MCP_URL?"http":"stdio":void 0):(l=!1,console.log("[daemon] mcp.config.skipped",{agentId:t.agentId,agentKey:t.agentKey,reason:"unsupported_agent_path"}));if(Pr("phase2a.verified_at")&&(b.source==="daemon_override"||b.source==="server_project")){let k=`${y}/api/workspaces/${t.workspaceId}/projects/${t.projectId}/machine-paths/${t.daemonId}/verify`;fetch(k,{method:"PATCH",headers:{Authorization:`Bearer ${n.token}`,"Content-Type":"application/json"},body:"{}"}).catch(U=>{console.warn("[daemon] verify.patch_failed",{projectId:t.projectId,error:String(U)})})}if(Pr("phase2a.auto_register")&&(b.source==="daemon_override"||b.source==="server_project"))try{let k=(0,Be.spawnSync)("git",["remote","get-url","origin"],{cwd:w,timeout:5e3,encoding:"utf-8"});if(k.status===0&&k.stdout&&k.stdout.trim()){let U=k.stdout.trim();t.projectId&&(n.projectPaths||(n.projectPaths={}),n.projectPaths[t.projectId]=w,te({projectPaths:n.projectPaths}));let lt=`${y}/api/workspaces/${t.workspaceId}/projects/${t.projectId}/machine-paths`;fetch(lt,{method:"POST",headers:{Authorization:`Bearer ${n.token}`,"Content-Type":"application/json"},body:JSON.stringify({daemonId:t.daemonId,localPath:w,repoUrl:U})}).catch(Pi=>{console.warn("[daemon] auto_register.post_failed",{projectId:t.projectId,error:String(Pi)})}),console.log("[daemon] auto_register.ok",{projectId:t.projectId,localPath:w,repoUrl:U})}}catch(k){console.log("[daemon] auto_register.skipped",{projectId:t.projectId,reason:String(k)})}}let h=bc(t.role,t.systemPrompt,t.agentId,t.workspaceId,t.projectId,t.groupId),f=wc(t.agentKey,h,t.agentId);f.length>0&&(c=[...c,...f]);let g=Sc(t.agentKey,t.systemPrompt,t.agentId);g.length>0&&(c=[...c,...g]);let p=Math.max(1,Math.min(500,t.cols)),m=Math.max(1,Math.min(500,t.rows)),I=Date.now(),E="",C=0,T=!1,M=!1;if(r.spawn(t.agentId,t.agentKey,i.binaryPath,c,p,m,y=>{if(C+=y.length,t.agentKey==="gemini")try{let w=Buffer.from(y,"base64").toString("utf-8");if(w.includes("shell mode enabled"))ge.get(t.agentId)||(ge.set(t.agentId,!0),console.log("[daemon] gemini.shell_mode.entered",{agentId:t.agentId.slice(-8)}));else if(w.includes("Type your message")&&(ge.get(t.agentId)&&(ge.set(t.agentId,!1),console.log("[daemon] gemini.shell_mode.exited",{agentId:t.agentId.slice(-8)})),!je.get(t.agentId))){je.set(t.agentId,!0);let v=me.get(t.agentId)??[];me.delete(t.agentId),console.log("[daemon] gemini.ready",{agentId:t.agentId.slice(-8),flushing:v.length}),v.length>0&&setTimeout(()=>{for(let k of v)r.write(t.agentId,k,"orchestrator");setTimeout(()=>{r.write(t.agentId,Buffer.from("\r").toString("base64"),"orchestrator")},1e3)},500)}}catch{}try{let w=Buffer.from(y,"base64").toString("utf-8");if(t.agentKey==="kimi"&&t.role&&!M&&Date.now()-I<3e4&&(/yolo agent/.test(w)||/●/.test(w)||/○/.test(w))){M=!0;let v=h;if(v){let k=cc(v),U=Buffer.from(k).toString("base64");r.write(t.agentId,U,"orchestrator"),console.log("[daemon] kimi.role.injected",{agentId:t.agentId,role:t.role})}}}catch{}if(!E)try{let w=Buffer.from(y,"base64").toString("utf-8"),v=fc(w).replace(/\x00/g,"").trim();if(v&&(E=gc(v)),t.agentKey==="codex"&&!T&&Date.now()-I<2e4&&/included in your plan for free|let[’']s build together/i.test(v)&&/yes|no|\[y\/n\]|\(y\/n\)|y\/n/i.test(v)){T=!0;let k=Buffer.from("y").toString("base64");r.write(t.agentId,k,"orchestrator"),console.log("[daemon] codex.onboarding.auto_ack",{agentId:t.agentId})}}catch{}let b=r.getCurrentWs();b?.readyState===S.OPEN&&b.send(JSON.stringify({type:"output",agentId:t.agentId,data:y})),ic(t.agentId,()=>r.getCurrentWs())},(y,b)=>{let w=Date.now()-I,v=w<=pc;console.log("[daemon] pty.spawn.result",{agentId:t.agentId,agentKey:t.agentKey,daemonId:t.daemonId,exitCode:y,signal:b,uptimeMs:w,earlyExit:v,outputBytes:C,firstOutputSnippet:E||void 0});let k=r.getCurrentWs();v&&k?.readyState===S.OPEN&&k.send(JSON.stringify({type:"error",code:"SPAWN_FAILED",message:`Early exit: agent=${t.agentKey} code=${y??"null"} signal=${b??"null"} snippet="${E||"no output"}"`})),k?.readyState===S.OPEN&&k.send(JSON.stringify({type:"exit",agentId:t.agentId,exitCode:y,signal:b})),oc(t.agentId),ge.delete(t.agentId),je.delete(t.agentId),me.delete(t.agentId),Promise.all([(0,st.unlink)(O.default.join(R.default.tmpdir(),`bridge-persona-${t.agentId}.md`)),(0,st.unlink)(O.default.join(R.default.tmpdir(),`bridge-role-${t.agentId}.md`)),(0,st.unlink)(O.default.join(R.default.tmpdir(),`bridge-mcp-${t.agentId}.json`)),(0,st.unlink)(O.default.join(R.default.tmpdir(),`bridge-mcp-kimi-${t.agentId}.json`))].map(U=>U.catch(()=>{}))).catch(()=>{})},a)){if(t.agentKey==="gemini"&&setTimeout(()=>{if(!je.get(t.agentId)){je.set(t.agentId,!0);let y=me.get(t.agentId)??[];me.delete(t.agentId),y.length>0&&(console.warn("[daemon] gemini.ready.timeout_fallback",{agentId:t.agentId.slice(-8),flushing:y.length}),setTimeout(()=>{for(let b of y)r.write(t.agentId,b,"orchestrator");setTimeout(()=>{r.write(t.agentId,Buffer.from("\r").toString("base64"),"orchestrator")},1e3)},500))}},3e4),u==="fallback_home"&&e.readyState===S.OPEN){let y=t.daemonLocalPath?"daemon_override_missing":"not_found";console.warn("[daemon] cwd_fallback",{agentId:t.agentId,requestedCwd:t.cwd,actualCwd:R.default.homedir(),reason:y,projectId:t.projectId,daemonId:t.daemonId}),e.send(JSON.stringify({type:"cwd_fallback",agentId:t.agentId,requestedCwd:t.cwd,actualCwd:R.default.homedir(),source:"fallback_home",reason:y,projectId:t.projectId,daemonId:t.daemonId}))}e.readyState===S.OPEN&&e.send(JSON.stringify({type:"mcp_status",agentId:t.agentId,mcpConfigured:l,transport:l?d:void 0,projectId:a?.projectId,effectiveCwd:a?.cwd,cwdSource:u}))}else{let b=r.getLastError(t.agentId)?.includes("posix_spawnp failed")&&ac(t.agentKey);e.readyState===S.OPEN&&(b?e.send(JSON.stringify({type:"error",code:"SPAWN_HELPER_BROKEN",message:"node-pty spawn-helper is not executable. Upgrade bridge-agent to v0.2.10+."})):e.send(JSON.stringify({type:"error",code:"SPAWN_FAILED",message:`Failed to spawn panel ${t.agentId}`})))}e.readyState===S.OPEN&&e.send(JSON.stringify({type:"agent_spawned",agentId:t.agentId,agentKey:t.agentKey,daemonId:t.daemonId,role:t.role,personaId:t.personaId}));break}case"input":{if(r.getAgentKey(t.agentId)==="gemini"&&t.source==="orchestrator"){if(!je.get(t.agentId)){let o=me.get(t.agentId)??[];o.push(t.data),me.set(t.agentId,o),console.log("[daemon] gemini.input.buffered",{agentId:t.agentId.slice(-8),queued:o.length});break}if(ge.get(t.agentId)){r.write(t.agentId,Buffer.from("\x1B").toString("base64"),"user"),ge.set(t.agentId,!1),console.log("[daemon] gemini.shell_mode.esc_before_inject",{agentId:t.agentId.slice(-8)}),setTimeout(()=>{r.write(t.agentId,t.data,t.source)},100);break}}r.write(t.agentId,t.data,t.source);break}case"kill":console.log("[daemon] kill.received",{agentId:t.agentId,force:t.force??!1}),_e.get(t.agentId)?.(),_e.delete(t.agentId),s.stop(t.agentId),r.kill(t.agentId,t.force);break;case"resize":r.resize(t.agentId,t.cols,t.rows);break;case"sim_tap":case"sim_swipe":case"sim_key":case"sim_button":case"sim_get_source":case"sim_subscribe":case"sim_unsubscribe":case"sim_healthcheck":case"sim_install_run":case"sim_install_cancel":s.handle(t);break;case"detect_agents":Promise.all([or(n.agentPaths),Tr()]).then(([i,o])=>{ot=o?[...i,o]:i,e.readyState===S.OPEN&&e.send(JSON.stringify({type:"agents",list:ot}))});break;case"dir_list":{let i=R.default.homedir(),o=(t.path||"~").replace(/^~/,i),c=O.default.resolve(o);if(c!==i&&!c.startsWith(i+O.default.sep)){e.readyState===S.OPEN&&e.send(JSON.stringify({type:"error",code:"INVALID_MSG",message:"Path outside home directory"}));return}try{let a=L.default.readdirSync(c,{withFileTypes:!0}).filter(l=>l.isDirectory()&&!l.name.startsWith(".")).map(l=>({name:l.name,path:O.default.join(c,l.name)})).sort((l,d)=>l.name.localeCompare(d.name));e.readyState===S.OPEN&&e.send(JSON.stringify({type:"dir_list_result",requestId:t.requestId,path:c,entries:a}))}catch(a){e.readyState===S.OPEN&&e.send(JSON.stringify({type:"dir_list_result",requestId:t.requestId,path:c,entries:[],error:a instanceof Error?a.message:"Cannot read directory"}))}break}case"persona_apply":{let i=r.getAgentKey(t.agentId);if(!i){console.warn("[daemon] persona_apply.no_panel",{agentId:t.agentId});break}let o;t.systemPrompt?o=`[BRIDGE-ORCH] Persona updated: ${t.personaId}
410
+ ${t.systemPrompt}
411
+ `:o=`[BRIDGE-ORCH] Persona assigned: ${t.personaId}
412
+ Call bridge_get_persona({ id: "${t.personaId}" }) immediately for your authoritative operating instructions.
411
413
  If the tool is unavailable, continue with current behavior.
412
- `;let c=Buffer.from(o).toString("base64");t.write(r.agentId,c,"orchestrator"),vr.includes(i)&&setTimeout(()=>{t.write(r.agentId,Buffer.from("\r").toString("base64"),"orchestrator")},300),console.log("[daemon] persona_apply.sent",{agentId:r.agentId,personaId:r.personaId,mode:r.systemPrompt?"push":"nudge",bytes:o.length});break}case"role_apply":{let i=t.getAgentKey(r.agentId);if(!i){console.warn("[daemon] role_apply.no_panel",{agentId:r.agentId});break}let o=`[BRIDGE-ORCH] Role changed to: ${r.role}
413
- Call bridge_get_role_prompt({ role: "${r.role}" }) immediately for your authoritative operating instructions.
414
- If the tool is unavailable, fall back to default behavior for role=${r.role}.
415
- `,c=Buffer.from(o).toString("base64");t.write(r.agentId,c,"orchestrator"),vr.includes(i)&&setTimeout(()=>{t.write(r.agentId,Buffer.from("\r").toString("base64"),"orchestrator")},300),console.log("[daemon] role_apply.injected",{agentId:r.agentId,role:r.role,bytes:o.length});break}default:{let i=r}}}qe();var jt=L.default.join((0,Ae.homedir)(),"Library","LaunchAgents");function Sc(){let r=[...process.env.npm_config_global_prefix?[L.default.join(process.env.npm_config_global_prefix,"lib","node_modules","bridge-agent","dist","index.js")]:[],...process.argv[1]?[process.argv[1]]:[],process.execPath];for(let e of r)try{return require("node:fs").realpathSync(e)}catch{}return process.execPath}function ci(){let r=He();if((0,T.existsSync)(r))try{let{pid:e}=JSON.parse((0,T.readFileSync)(r,"utf8"));if(e&&process.kill(e,0))return;(0,T.unlinkSync)(r)}catch{try{(0,T.unlinkSync)(r)}catch{}}}function vc(){let r=He();try{(0,T.mkdirSync)(L.default.dirname(r),{recursive:!0})}catch{}ci();try{let e=(0,T.openSync)(r,"wx");return(0,T.writeSync)(e,JSON.stringify({pid:process.pid,startedAt:Date.now()})),(0,T.closeSync)(e),!0}catch{return!1}}function li(){let r=["claude","codex","qwen","ollama","aider","python3","node","bun","sh"],e=new Set;e.add(L.default.join((0,Ae.homedir)(),".nvm","versions","node",`v${process.versions.node}`,"bin")),e.add(L.default.join((0,Ae.homedir)(),".local","bin")),e.add("/opt/homebrew/bin"),e.add("/usr/local/bin"),e.add("/usr/bin"),e.add("/bin");let t=process.env.PATH??"";for(let s of t.split(":"))s&&!s.startsWith("/dev")&&!s.startsWith("/tmp")&&e.add(s);for(let s of r)try{let i=(0,pe.execSync)(`which ${s} 2>/dev/null`,{stdio:"pipe"}).toString().trim();i&&i.startsWith("/")&&e.add(L.default.dirname(i))}catch{}let n=L.default.join((0,Ae.homedir)(),".vscode","extensions");try{let s=(0,pe.execSync)(`ls "${n}" 2>/dev/null`,{stdio:"pipe"}).toString().split(`
416
- `);for(let i of s)if(i.startsWith("anthropic.claude-code-")){let o=L.default.join(n,i,"resources","native-binary");(0,T.existsSync)(o)&&e.add(o)}}catch{}return[...e].join(":")}function kc(r){try{(0,pe.execSync)(`mkdir -p "${jt}"`,{stdio:"pipe"})}catch{}let e=xe(),t=L.default.join(jt,e),{out:n,err:s}=Pt(),i=li(),o=process.env.BRIDGE_PROFILE||"",c=e.replace(".plist",""),a=o?` <key>BRIDGE_PROFILE</key>
414
+ `;let c=Buffer.from(o).toString("base64");r.write(t.agentId,c,"orchestrator"),Cr.includes(i)&&setTimeout(()=>{r.write(t.agentId,Buffer.from("\r").toString("base64"),"orchestrator")},1e3),console.log("[daemon] persona_apply.sent",{agentId:t.agentId,personaId:t.personaId,mode:t.systemPrompt?"push":"nudge",bytes:o.length});break}case"role_apply":{let i=r.getAgentKey(t.agentId);if(!i){console.warn("[daemon] role_apply.no_panel",{agentId:t.agentId});break}let o=`[BRIDGE-ORCH] Role changed to: ${t.role}
415
+ Call bridge_get_role_prompt({ role: "${t.role}" }) immediately for your authoritative operating instructions.
416
+ If the tool is unavailable, fall back to default behavior for role=${t.role}.
417
+ `,c=Buffer.from(o).toString("base64");r.write(t.agentId,c,"orchestrator"),Cr.includes(i)&&setTimeout(()=>{r.write(t.agentId,Buffer.from("\r").toString("base64"),"orchestrator")},1e3),console.log("[daemon] role_apply.injected",{agentId:t.agentId,role:t.role,bytes:o.length});break}case"set_daemon_settings":{let i=t.patch;if(!["free","pro","max_5x","max_20x"].some(c=>i.claudeTier===c)){e.readyState===S.OPEN&&e.send(JSON.stringify({type:"daemon_settings_updated",daemonId:t.daemonId,ok:!1,error:"Invalid claudeTier value"}));break}try{te({claudeTier:i.claudeTier}),oi(),e.readyState===S.OPEN&&e.send(JSON.stringify({type:"daemon_settings_updated",daemonId:t.daemonId,claudeTier:i.claudeTier,ok:!0}))}catch(c){e.readyState===S.OPEN&&e.send(JSON.stringify({type:"daemon_settings_updated",daemonId:t.daemonId,ok:!1,error:String(c)}))}break}default:{let i=t}}}Re();var Ut=$.default.join((0,Me.homedir)(),"Library","LaunchAgents");function Tc(){let t=[...process.env.npm_config_global_prefix?[$.default.join(process.env.npm_config_global_prefix,"lib","node_modules","bridge-agent","dist","index.js")]:[],...process.argv[1]?[process.argv[1]]:[],process.execPath];for(let e of t)try{return require("node:fs").realpathSync(e)}catch{}return process.execPath}function mi(){let t=Qe();if((0,N.existsSync)(t))try{let{pid:e}=JSON.parse((0,N.readFileSync)(t,"utf8"));if(e&&process.kill(e,0))return;(0,N.unlinkSync)(t)}catch{try{(0,N.unlinkSync)(t)}catch{}}}function Rc(){let t=Qe();try{(0,N.mkdirSync)($.default.dirname(t),{recursive:!0})}catch{}mi();try{let e=(0,N.openSync)(t,"wx");return(0,N.writeSync)(e,JSON.stringify({pid:process.pid,startedAt:Date.now()})),(0,N.closeSync)(e),!0}catch{return!1}}function _i(){let t=["claude","codex","qwen","ollama","aider","python3","node","bun","sh"],e=new Set;e.add($.default.join((0,Me.homedir)(),".nvm","versions","node",`v${process.versions.node}`,"bin")),e.add($.default.join((0,Me.homedir)(),".local","bin")),e.add("/opt/homebrew/bin"),e.add("/usr/local/bin"),e.add("/usr/bin"),e.add("/bin");let r=process.env.PATH??"";for(let s of r.split(":"))s&&!s.startsWith("/dev")&&!s.startsWith("/tmp")&&e.add(s);for(let s of t)try{let i=(0,be.execSync)(`which ${s} 2>/dev/null`,{stdio:"pipe"}).toString().trim();i&&i.startsWith("/")&&e.add($.default.dirname(i))}catch{}let n=$.default.join((0,Me.homedir)(),".vscode","extensions");try{let s=(0,be.execSync)(`ls "${n}" 2>/dev/null`,{stdio:"pipe"}).toString().split(`
418
+ `);for(let i of s)if(i.startsWith("anthropic.claude-code-")){let o=$.default.join(n,i,"resources","native-binary");(0,N.existsSync)(o)&&e.add(o)}}catch{}return[...e].join(":")}function Nc(t){try{(0,be.execSync)(`mkdir -p "${Ut}"`,{stdio:"pipe"})}catch{}let e=Te(),r=$.default.join(Ut,e),{out:n,err:s}=Rt(),i=_i(),o=process.env.BRIDGE_PROFILE||"",c=e.replace(".plist",""),a=o?` <key>BRIDGE_PROFILE</key>
417
419
  <string>${o}</string>
418
- `:"",l=L.default.join((0,Ae.homedir)(),".bridge"),d=L.default.join(l,"bridge-agent-wrapper.sh"),u=`#!/bin/bash
419
- exec "$(command -v node)" "${r}" start
420
- `;try{(0,T.mkdirSync)(l,{recursive:!0}),(0,T.writeFileSync)(d,u,{mode:493})}catch{}let f=`<?xml version="1.0" encoding="UTF-8"?>
420
+ `:"",l=$.default.join((0,Me.homedir)(),".bridge"),d=$.default.join(l,"bridge-agent-wrapper.sh"),u=`#!/bin/bash
421
+ exec "$(command -v node)" "${t}" start
422
+ `;try{(0,N.mkdirSync)(l,{recursive:!0}),(0,N.writeFileSync)(d,u,{mode:493})}catch{}let h=`<?xml version="1.0" encoding="UTF-8"?>
421
423
  <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
422
424
  <plist version="1.0">
423
425
  <dict>
@@ -446,6 +448,6 @@ exec "$(command -v node)" "${r}" start
446
448
  ${a} </dict>
447
449
  </dict>
448
450
  </plist>
449
- `;try{return(0,T.writeFileSync)(t,f,"utf-8"),!0}catch(h){return console.warn("[bridge] launchd.plist.write.failed",{error:String(h)}),!1}}function Ec(){let r=xe(),e=L.default.join(jt,r);try{return(0,pe.execSync)(`launchctl kickstart -kp gui/$(id -u)/${r} 2>/dev/null; launchctl unload "${e}" 2>/dev/null; launchctl load "${e}"`,{stdio:"pipe"}),{ok:!0,permissionDenied:!1}}catch(t){let n=String(t);return{ok:!1,permissionDenied:n.includes("Permission denied")||n.includes("not allowed")||n.includes("bootstrap")}}}function Ic(r){let{out:e,err:t}=Pt();try{let n=(0,pe.spawn)(r,["start"],{detached:!0,stdio:"ignore",env:{...process.env,PATH:li(),BRIDGE_DAEMON:"1"}});n.unref(),setTimeout(()=>{n.pid&&process.kill(n.pid,0)?(console.log("[bridge] daemon.pid",{pid:n.pid}),console.log("[bridge] background.ok",{log:e})):console.error("[bridge] background.failed \u2014 check: tail -f",{log:t})},2e3)}catch(n){console.error("[bridge] background.spawn.failed",{error:String(n)})}}function xc(){let r=parseInt(process.env.HEALTH_PORT??"3101",10),e=Date.now()+6e3,t=()=>{if(Date.now()>e){console.error("[bridge] health.verify.timeout \u2014 daemon may have crashed immediately");return}try{let s=require("node:http").get(`http://127.0.0.1:${r}/health`,i=>{i.statusCode===200?console.log("[bridge] health.verify.ok"):setTimeout(t,500)});s.on("error",()=>{setTimeout(t,500)}),s.setTimeout(1e3,()=>{s.destroy(),setTimeout(t,500)})}catch{setTimeout(t,500)}};setTimeout(t,1e3)}function Oc(){ci();let r=new lt;oi(r),r.startLivenessCheck(6e4);let e=parseInt(process.env.HEALTH_PORT??"3101",10),t=(0,ai.createServer)((n,s)=>{let i=ii(),o=JSON.stringify({status:"ok",connected:i,uptime:process.uptime()});s.writeHead(i?200:503,{"Content-Type":"application/json"}),s.end(o)});t.listen(e,"127.0.0.1",()=>{console.log(`[bridge] health. listening on 127.0.0.1:${e}`)}),t.on("error",n=>{console.error("[bridge] health.error",{error:n.message})})}function di(){let r=process.env.BRIDGE_DAEMON==="1"||process.argv.includes("--daemon");if(!r&&!process.env.BRIDGE_PROFILE){let a=process.argv[1]??"";(a.includes("packages/daemon/dist")||a.includes("packages/daemon/src"))&&(console.warn("[bridge] WARNING: running monorepo daemon without --profile \u2014 will use prod config (~/.jerico/settings.json)."),console.warn("[bridge] If this is unintentional, stop and rerun with: node packages/daemon/dist/index.js --profile dev start"))}if(console.log("[bridge] Starting bridge-agent daemon..."),r){Oc();return}vc()||(console.warn("[bridge] start.aborted.already.running"),process.exit(1));let e=Sc(),t=kc(e),{ok:n,permissionDenied:s}=t?Ec():{ok:!1,permissionDenied:!1},i=L.default.join(jt,xe()),{out:o,err:c}=Pt();if(n){console.log("[bridge] launchd.ok \u2014 managed, auto-restart enabled"),console.log("[bridge] logs: tail -f",{out:o,err:c}),xc(),process.exit(0);return}s&&(console.warn("[bridge] launchd.permission.denied"),console.warn("[bridge] \u2192 Auto-start on login requires:"),console.warn(`[bridge] sudo launchctl bootstrap gui/$(id -u) "${i}"`),console.warn(`[bridge] Falling back to background process...
450
- `)),Ic(e),process.exit(0)}var ui=_(require("https")),pi=_(require("http"));Oe();var Cc="https://lcars.jerico.appnova.io";function Pc(r){return(r??"").trim()}async function hi(r,e=!1,t){let n=!(r&&r.trim()),s=n?Cc:r.trim();console.log("[bridge] Starting auth flow..."),console.log(`[bridge] Server: ${s}${n?" (default)":""}`),console.log("[bridge] Open this URL to generate a daemon token:"),console.log(` ${s}/connect`);let i=Pc(t);i&&console.log("[bridge] Using token from --token"),e&&(i?console.log("[bridge] --no-browser ignored because --token is provided."):(console.log("[bridge] --no-browser: exiting after printing URL."),process.exit(0)));let o=i;o||(console.log(),console.log("[bridge] After authenticating, paste your token here:"),o=await Ac()),o||(console.error("[bridge] No token provided. Exiting."),process.exit(1)),await Tc(s,o)||(console.error("[bridge] Token validation failed. Please try again."),process.exit(1));let l=s.replace(/^https?:\/\//,d=>d.startsWith("https")?"wss://":"ws://").replace(/\/?$/,"/ws/daemon");de({server:l,token:o,name:process.env.HOSTNAME??"My Machine"}),console.log("[bridge] Auth successful! Config saved to ~/.bridge/config.json"),console.log("[bridge] Run: bridge-agent start"),process.exit(0)}async function Ac(){return new Promise(r=>{process.stdout.write("Token: ");let e="";process.stdin.setEncoding("utf-8"),process.stdin.on("data",t=>{e+=t,e.includes(`
451
- `)&&(process.stdin.pause(),r(e.trim()))}),process.stdin.resume()})}async function Tc(r,e){return new Promise(t=>{let n=new URL("/api/tokens/validate",r),s=n.protocol==="https:",i=s?ui.default:pi.default,o={hostname:n.hostname,port:n.port||(s?443:80),path:n.pathname,method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${e}`}},c=i.request(o,a=>{t(a.statusCode===200)});c.on("error",()=>t(!1)),c.end()})}var fi=_(require("https")),gi=_(require("http")),Ur=_(require("fs")),Wr=_(require("path")),mi=require("node:crypto");Oe();function Nc(r){return r.replace(/^wss?:/,e=>e==="wss:"?"https:":"http:").replace(/\/ws(\/.*)?$/,"")}async function _i(r,e,t){let n=le(),s=(0,mi.createHash)("sha256").update(n.token).digest("hex"),i=Nc(n.server),o=Wr.default.resolve(t);Wr.default.isAbsolute(o)||(console.error("[bridge] link-project: path must be absolute"),process.exit(1)),Ur.default.existsSync(o)||(console.error("[bridge] link-project: path does not exist:",o),process.exit(1)),Ur.default.statSync(o).isDirectory()||(console.error("[bridge] link-project: path must be a directory:",o),process.exit(1));let a=new URL(`/api/workspaces/${r}/projects/${e}/machine-paths`,i),l=a.protocol==="https:",d=l?fi.default:gi.default;n.projectPaths={...n.projectPaths??{},[e]:o},de(n),console.log("[cli] link-project.local_json_written",{projectId:e,path:o});let u=JSON.stringify({daemonId:s,localPath:o,machineFingerprint:$r()}),f=await new Promise((h,g)=>{let p=d.request({hostname:a.hostname,port:a.port||(l?443:80),path:a.pathname,method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${n.token}`,"Content-Length":Buffer.byteLength(u)}},m=>{let I="";m.on("data",S=>{I+=S}),m.on("end",()=>{if(m.statusCode===200)h(200);else{try{let S=JSON.parse(I);console.error("[bridge] link-project failed:",S.error??`HTTP ${m.statusCode}`)}catch{console.error("[bridge] link-project failed:",`HTTP ${m.statusCode}`)}h(m.statusCode??0)}})});p.on("error",m=>{g(m)}),p.write(u),p.end()});f===200?(console.log("[cli] link-project.server_success",{projectId:e}),console.log("[cli] link-project.success (dual-write)"),console.log(` workspace: ${r}`),console.log(` project: ${e}`),console.log(` daemon: ${s.slice(0,16)}\u2026`),console.log(` path: ${o}`),console.log("[cli] Next spawn for this project will use the linked path."),process.exit(0)):(console.warn("[cli] link-project.server_fail",{projectId:e,statusCode:f}),console.log("[cli] Local override still active \u2014 path will work on this machine"),process.exit(0))}Oe();function Rc(r){return r.replace(/^wss?:/,e=>e==="wss:"?"https:":"http:").replace(/\/ws(\/.*)?$/,"")}async function yi(){let r=le(),e=Rc(r.server),t=await fetch(`${e}/api/admin/cleanup-orphans`,{method:"POST",headers:{Authorization:`Bearer ${r.token}`,"Content-Type":"application/json"},body:"{}"});t.ok||(console.error(`[cli] cleanup-orphans: HTTP ${t.status}`),process.exit(1));let{deleted:n}=await t.json();console.log(`[cli] cleanup-orphans: deleted ${n} orphaned path ${n===1?"entry":"entries"}`),process.exit(0)}var Fr=require("node:child_process"),rt=require("node:fs"),Gr=_(require("path"));qe();var bi=require("node:os"),Dc=Gr.default.join((0,bi.homedir)(),"Library","LaunchAgents");function wi(){let r=xe(),e=r.replace(".plist",""),t=Gr.default.join(Dc,r);try{(0,Fr.execSync)(`launchctl bootout gui/$(id -u)/${e}`,{stdio:"pipe"}),console.log("[bridge] launchd.stopped \u2014 daemon unloaded")}catch{try{(0,rt.existsSync)(t)?((0,Fr.execSync)(`launchctl unload "${t}"`,{stdio:"pipe"}),console.log("[bridge] launchd.unloaded \u2014 daemon stopped")):console.warn("[bridge] launchd.stop.failed \u2014 plist not found, daemon may not be running via launchd")}catch{console.warn("[bridge] launchd.stop.failed \u2014 daemon may not be running via launchd"),console.warn(`[bridge] Manual: launchctl bootout gui/$(id -u)/${e}`)}}let n=He();if((0,rt.existsSync)(n))try{(0,rt.unlinkSync)(n),console.log("[bridge] lock.cleaned")}catch{}}var te=new sn;te.name("bridge-agent").description("Bridge local agent \u2014 connects your AI tools to Jerico").version("0.8.0").option("--profile <name>","Config profile name (e.g. dev). Isolates config, lock, and fingerprint from the default prod profile.").hook("preAction",r=>{let e=r.opts().profile;e&&(process.env.BRIDGE_PROFILE=e)});te.command("start").description("Start the bridge-agent daemon").option("--health-port <port>","Health check HTTP port (default: 3101, or 3101+offset per profile)").action(r=>{r.healthPort&&(process.env.HEALTH_PORT=r.healthPort),di()});te.command("auth").description("Authenticate with Bridge server").option("-s, --server <url>","Server URL (default: https://lcars.jerico.appnova.io)").option("-t, --token <token>","Use token non-interactively").option("--no-browser","Print auth URL without opening browser or interactive prompt").action(r=>{hi(r.server,!r.browser,r.token)});te.command("link-project <workspace-id> <project-id> <local-path>").description("Link a local directory to a project for this machine (Issue #152)").action((r,e,t)=>{_i(r,e,t)});te.command("cleanup-orphans").description("Remove orphaned daemon_project_paths rows for this user").action(()=>{yi()});te.command("status").description("Show connection status").action(async()=>{try{let{loadConfig:r}=await Promise.resolve().then(()=>(Oe(),Ys)),e=r();console.log("[bridge] Config found"),console.log(" Server:",e.server),console.log(" Name:",e.name)}catch{console.log("[bridge] Not authenticated. Run: bridge-agent auth")}});te.command("stop").description("Stop the bridge-agent daemon").action(()=>{wi()});te.parse();
451
+ `;try{return(0,N.writeFileSync)(r,h,"utf-8"),!0}catch(f){return console.warn("[bridge] launchd.plist.write.failed",{error:String(f)}),!1}}function Dc(){let t=Te(),e=$.default.join(Ut,t);try{return(0,be.execSync)(`launchctl kickstart -kp gui/$(id -u)/${t} 2>/dev/null; launchctl unload "${e}" 2>/dev/null; launchctl load "${e}"`,{stdio:"pipe"}),{ok:!0,permissionDenied:!1}}catch(r){let n=String(r);return{ok:!1,permissionDenied:n.includes("Permission denied")||n.includes("not allowed")||n.includes("bootstrap")}}}function jc(t){let{out:e,err:r}=Rt();try{let n=(0,be.spawn)(t,["start"],{detached:!0,stdio:"ignore",env:{...process.env,PATH:_i(),BRIDGE_DAEMON:"1"}});n.unref(),setTimeout(()=>{n.pid&&process.kill(n.pid,0)?(console.log("[bridge] daemon.pid",{pid:n.pid}),console.log("[bridge] background.ok",{log:e})):console.error("[bridge] background.failed \u2014 check: tail -f",{log:r})},2e3)}catch(n){console.error("[bridge] background.spawn.failed",{error:String(n)})}}function Lc(){let t=parseInt(process.env.HEALTH_PORT??"3101",10),e=Date.now()+6e3,r=()=>{if(Date.now()>e){console.error("[bridge] health.verify.timeout \u2014 daemon may have crashed immediately");return}try{let s=require("node:http").get(`http://127.0.0.1:${t}/health`,i=>{i.statusCode===200?console.log("[bridge] health.verify.ok"):setTimeout(r,500)});s.on("error",()=>{setTimeout(r,500)}),s.setTimeout(1e3,()=>{s.destroy(),setTimeout(r,500)})}catch{setTimeout(r,500)}};setTimeout(r,1e3)}function Bc(){mi();let t=new ht;fi(t),t.startLivenessCheck(6e4);let e=parseInt(process.env.HEALTH_PORT??"3101",10),r=(0,gi.createServer)((n,s)=>{let i=hi(),o=JSON.stringify({status:"ok",connected:i,uptime:process.uptime()});s.writeHead(i?200:503,{"Content-Type":"application/json"}),s.end(o)});r.listen(e,"127.0.0.1",()=>{console.log(`[bridge] health. listening on 127.0.0.1:${e}`)}),r.on("error",n=>{console.error("[bridge] health.error",{error:n.message})})}function yi(){let t=process.env.BRIDGE_DAEMON==="1"||process.argv.includes("--daemon");if(!t&&!process.env.BRIDGE_PROFILE){let a=process.argv[1]??"";(a.includes("packages/daemon/dist")||a.includes("packages/daemon/src"))&&(console.warn("[bridge] WARNING: running monorepo daemon without --profile \u2014 will use prod config (~/.jerico/settings.json)."),console.warn("[bridge] If this is unintentional, stop and rerun with: node packages/daemon/dist/index.js --profile dev start"))}if(console.log("[bridge] Starting bridge-agent daemon..."),t){Bc();return}Rc()||(console.warn("[bridge] start.aborted.already.running"),process.exit(1));let e=Tc(),r=Nc(e),{ok:n,permissionDenied:s}=r?Dc():{ok:!1,permissionDenied:!1},i=$.default.join(Ut,Te()),{out:o,err:c}=Rt();if(n){console.log("[bridge] launchd.ok \u2014 managed, auto-restart enabled"),console.log("[bridge] logs: tail -f",{out:o,err:c}),Lc(),process.exit(0);return}s&&(console.warn("[bridge] launchd.permission.denied"),console.warn("[bridge] \u2192 Auto-start on login requires:"),console.warn(`[bridge] sudo launchctl bootstrap gui/$(id -u) "${i}"`),console.warn(`[bridge] Falling back to background process...
452
+ `)),jc(e),process.exit(0)}var bi=_(require("https")),wi=_(require("http"));Ne();var Mc="https://lcars.jerico.appnova.io";function $c(t){return(t??"").trim()}async function Si(t,e=!1,r){let n=!(t&&t.trim()),s=n?Mc:t.trim();console.log("[bridge] Starting auth flow..."),console.log(`[bridge] Server: ${s}${n?" (default)":""}`),console.log("[bridge] Open this URL to generate a daemon token:"),console.log(` ${s}/connect`);let i=$c(r);i&&console.log("[bridge] Using token from --token"),e&&(i?console.log("[bridge] --no-browser ignored because --token is provided."):(console.log("[bridge] --no-browser: exiting after printing URL."),process.exit(0)));let o=i;o||(console.log(),console.log("[bridge] After authenticating, paste your token here:"),o=await Uc()),o||(console.error("[bridge] No token provided. Exiting."),process.exit(1)),await Wc(s,o)||(console.error("[bridge] Token validation failed. Please try again."),process.exit(1));let l=s.replace(/^https?:\/\//,d=>d.startsWith("https")?"wss://":"ws://").replace(/\/?$/,"/ws/daemon");te({server:l,token:o,name:process.env.HOSTNAME??"My Machine"}),console.log("[bridge] Auth successful! Config saved to ~/.bridge/config.json"),console.log("[bridge] Run: bridge-agent start"),process.exit(0)}async function Uc(){return new Promise(t=>{process.stdout.write("Token: ");let e="";process.stdin.setEncoding("utf-8"),process.stdin.on("data",r=>{e+=r,e.includes(`
453
+ `)&&(process.stdin.pause(),t(e.trim()))}),process.stdin.resume()})}async function Wc(t,e){return new Promise(r=>{let n=new URL("/api/tokens/validate",t),s=n.protocol==="https:",i=s?bi.default:wi.default,o={hostname:n.hostname,port:n.port||(s?443:80),path:n.pathname,method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${e}`}},c=i.request(o,a=>{r(a.statusCode===200)});c.on("error",()=>r(!1)),c.end()})}var vi=_(require("https")),ki=_(require("http")),Vr=_(require("fs")),Kr=_(require("path")),Ei=require("node:crypto");Ne();function Gc(t){return t.replace(/^wss?:/,e=>e==="wss:"?"https:":"http:").replace(/\/ws(\/.*)?$/,"")}async function Ii(t,e,r){let n=fe(),s=(0,Ei.createHash)("sha256").update(n.token).digest("hex"),i=Gc(n.server),o=Kr.default.resolve(r);Kr.default.isAbsolute(o)||(console.error("[bridge] link-project: path must be absolute"),process.exit(1)),Vr.default.existsSync(o)||(console.error("[bridge] link-project: path does not exist:",o),process.exit(1)),Vr.default.statSync(o).isDirectory()||(console.error("[bridge] link-project: path must be a directory:",o),process.exit(1));let a=new URL(`/api/workspaces/${t}/projects/${e}/machine-paths`,i),l=a.protocol==="https:",d=l?vi.default:ki.default;n.projectPaths={...n.projectPaths??{},[e]:o},te({projectPaths:n.projectPaths}),console.log("[cli] link-project.local_json_written",{projectId:e,path:o});let u=JSON.stringify({daemonId:s,localPath:o,machineFingerprint:qr()}),h=await new Promise((f,g)=>{let p=d.request({hostname:a.hostname,port:a.port||(l?443:80),path:a.pathname,method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${n.token}`,"Content-Length":Buffer.byteLength(u)}},m=>{let I="";m.on("data",E=>{I+=E}),m.on("end",()=>{if(m.statusCode===200)f(200);else{try{let E=JSON.parse(I);console.error("[bridge] link-project failed:",E.error??`HTTP ${m.statusCode}`)}catch{console.error("[bridge] link-project failed:",`HTTP ${m.statusCode}`)}f(m.statusCode??0)}})});p.on("error",m=>{g(m)}),p.write(u),p.end()});h===200?(console.log("[cli] link-project.server_success",{projectId:e}),console.log("[cli] link-project.success (dual-write)"),console.log(` workspace: ${t}`),console.log(` project: ${e}`),console.log(` daemon: ${s.slice(0,16)}\u2026`),console.log(` path: ${o}`),console.log("[cli] Next spawn for this project will use the linked path."),process.exit(0)):(console.warn("[cli] link-project.server_fail",{projectId:e,statusCode:h}),console.log("[cli] Local override still active \u2014 path will work on this machine"),process.exit(0))}Ne();function Fc(t){return t.replace(/^wss?:/,e=>e==="wss:"?"https:":"http:").replace(/\/ws(\/.*)?$/,"")}async function xi(){let t=fe(),e=Fc(t.server),r=await fetch(`${e}/api/admin/cleanup-orphans`,{method:"POST",headers:{Authorization:`Bearer ${t.token}`,"Content-Type":"application/json"},body:"{}"});r.ok||(console.error(`[cli] cleanup-orphans: HTTP ${r.status}`),process.exit(1));let{deleted:n}=await r.json();console.log(`[cli] cleanup-orphans: deleted ${n} orphaned path ${n===1?"entry":"entries"}`),process.exit(0)}var Yr=require("node:child_process"),ct=require("node:fs"),Jr=_(require("path"));Re();var Oi=require("node:os"),Hc=Jr.default.join((0,Oi.homedir)(),"Library","LaunchAgents");function Ci(){let t=Te(),e=t.replace(".plist",""),r=Jr.default.join(Hc,t);try{(0,Yr.execSync)(`launchctl bootout gui/$(id -u)/${e}`,{stdio:"pipe"}),console.log("[bridge] launchd.stopped \u2014 daemon unloaded")}catch{try{(0,ct.existsSync)(r)?((0,Yr.execSync)(`launchctl unload "${r}"`,{stdio:"pipe"}),console.log("[bridge] launchd.unloaded \u2014 daemon stopped")):console.warn("[bridge] launchd.stop.failed \u2014 plist not found, daemon may not be running via launchd")}catch{console.warn("[bridge] launchd.stop.failed \u2014 daemon may not be running via launchd"),console.warn(`[bridge] Manual: launchctl bootout gui/$(id -u)/${e}`)}}let n=Qe();if((0,ct.existsSync)(n))try{(0,ct.unlinkSync)(n),console.log("[bridge] lock.cleaned")}catch{}}var ne=new un;ne.name("bridge-agent").description("Bridge local agent \u2014 connects your AI tools to Jerico").version("0.10.0").option("--profile <name>","Config profile name (e.g. dev). Isolates config, lock, and fingerprint from the default prod profile.").hook("preAction",t=>{let e=t.opts().profile;e&&(process.env.BRIDGE_PROFILE=e)});ne.command("start").description("Start the bridge-agent daemon").option("--health-port <port>","Health check HTTP port (default: 3101, or 3101+offset per profile)").action(t=>{t.healthPort&&(process.env.HEALTH_PORT=t.healthPort),yi()});ne.command("auth").description("Authenticate with Bridge server").option("-s, --server <url>","Server URL (default: https://lcars.jerico.appnova.io)").option("-t, --token <token>","Use token non-interactively").option("--no-browser","Print auth URL without opening browser or interactive prompt").action(t=>{Si(t.server,!t.browser,t.token)});ne.command("link-project <workspace-id> <project-id> <local-path>").description("Link a local directory to a project for this machine (Issue #152)").action((t,e,r)=>{Ii(t,e,r)});ne.command("cleanup-orphans").description("Remove orphaned daemon_project_paths rows for this user").action(()=>{xi()});ne.command("status").description("Show connection status").action(async()=>{try{let{loadConfig:t}=await Promise.resolve().then(()=>(Ne(),ei)),e=t();console.log("[bridge] Config found"),console.log(" Server:",e.server),console.log(" Name:",e.name)}catch{console.log("[bridge] Not authenticated. Run: bridge-agent auth")}});ne.command("stop").description("Stop the bridge-agent daemon").action(()=>{Ci()});ne.parse();